From c951c893189f7a2d242f6e52018aa95ab311fd08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 11:28:53 +0100 Subject: [PATCH] Bump typed-rest-client from 1.7.1 to 1.7.2 (#29) Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 1.7.1 to 1.7.2. - [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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 50a54e8..dea13d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5195,9 +5195,9 @@ } }, "tunnel": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.4.tgz", - "integrity": "sha1-LTeFoVjBdMmhbcLARuxfxfF0IhM=" + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", + "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==" }, "tunnel-agent": { "version": "0.6.0", @@ -5235,12 +5235,12 @@ "dev": true }, "typed-rest-client": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.1.tgz", - "integrity": "sha512-fZRDWFtUp3J2E0jOiCJYZ9LDrYZHpjY95su//ekqXERS7C1qojP6movh7M4JGURJnBuTVsO0g2N4vEoW5o3Djw==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.2.tgz", + "integrity": "sha512-6ENgPdTH7s2Xcd6mBaahyMLBoXPi0LNe75E1T0RFOdhqN9ENpZmf3P5iloOlJUDaHYrucPPzMrBybr6BdS2URg==", "requires": { "qs": "^6.9.1", - "tunnel": "0.0.4", + "tunnel": "0.0.6", "underscore": "1.8.3" } }, diff --git a/package.json b/package.json index 24f38bf..ee5cd6d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@actions/exec": "^1.0.3", "@actions/tool-cache": "^1.3.1", "download": "^7.1.0", - "typed-rest-client": "^1.7.1" + "typed-rest-client": "^1.7.2" }, "devDependencies": { "@types/jest": "^25.1.3",