From cd3bea3a6d43d607b704f0469f11caeb5e818dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 08:48:53 +0000 Subject: [PATCH] Bump typed-rest-client from 1.7.2 to 1.7.3 Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/Microsoft/typed-rest-client/releases) - [Commits](https://github.com/Microsoft/typed-rest-client/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc0dbfd..0f62dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6275,9 +6275,9 @@ "dev": true }, "qs": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz", - "integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA==" + "version": "6.9.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz", + "integrity": "sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw==" }, "query-string": { "version": "5.1.1", @@ -7338,9 +7338,9 @@ "dev": true }, "typed-rest-client": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.2.tgz", - "integrity": "sha512-6ENgPdTH7s2Xcd6mBaahyMLBoXPi0LNe75E1T0RFOdhqN9ENpZmf3P5iloOlJUDaHYrucPPzMrBybr6BdS2URg==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.3.tgz", + "integrity": "sha512-CwTpx/TkRHGZoHkJhBcp4X8K3/WtlzSHVQR0OIFnt10j4tgy4ypgq/SrrgVpA1s6tAL49Q6J3R5C0Cgfh2ddqA==", "requires": { "qs": "^6.9.1", "tunnel": "0.0.6", diff --git a/package.json b/package.json index ce8f52a..31a7fe2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/exec": "^1.0.3", "@actions/tool-cache": "^1.3.3", "download": "^8.0.0", - "typed-rest-client": "^1.7.2" + "typed-rest-client": "^1.7.3" }, "devDependencies": { "@types/jest": "^25.1.5",