From cd24e4fd44dde736edc7be5d12653d94b16f568d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 10:12:04 +0100 Subject: [PATCH] Bump typed-rest-client from 1.5.0 to 1.7.1 (#5) Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 1.5.0 to 1.7.1. - [Release notes](https://github.com/Microsoft/typed-rest-client/releases) - [Commits](https://github.com/Microsoft/typed-rest-client/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 +++++++++--- package.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f3fee1..64bed4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8296,6 +8296,11 @@ "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", "integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=" }, + "qs": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz", + "integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA==" + }, "query-string": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", @@ -8577,10 +8582,11 @@ } }, "typed-rest-client": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.5.0.tgz", - "integrity": "sha512-DVZRlmsfnTjp6ZJaatcdyvvwYwbWvR4YDNFDqb+qdTxpvaVP99YCpBkA8rxsLtAPjBVoDe4fNsnMIdZTiPuKWg==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.1.tgz", + "integrity": "sha512-fZRDWFtUp3J2E0jOiCJYZ9LDrYZHpjY95su//ekqXERS7C1qojP6movh7M4JGURJnBuTVsO0g2N4vEoW5o3Djw==", "requires": { + "qs": "^6.9.1", "tunnel": "0.0.4", "underscore": "1.8.3" } diff --git a/package.json b/package.json index 9eeaed2..b19c4e2 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/exec": "^1.0.3", "@actions/tool-cache": "^1.3.0", "download": "^7.1.0", - "typed-rest-client": "^1.4.0" + "typed-rest-client": "^1.7.1" }, "devDependencies": { "@types/jest": "^24.9.0",