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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-28 11:28:53 +01:00 committed by GitHub
parent 2b3a826ec3
commit c951c89318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -5195,9 +5195,9 @@
} }
}, },
"tunnel": { "tunnel": {
"version": "0.0.4", "version": "0.0.6",
"resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.4.tgz", "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
"integrity": "sha1-LTeFoVjBdMmhbcLARuxfxfF0IhM=" "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
}, },
"tunnel-agent": { "tunnel-agent": {
"version": "0.6.0", "version": "0.6.0",
@ -5235,12 +5235,12 @@
"dev": true "dev": true
}, },
"typed-rest-client": { "typed-rest-client": {
"version": "1.7.1", "version": "1.7.2",
"resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.1.tgz", "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.2.tgz",
"integrity": "sha512-fZRDWFtUp3J2E0jOiCJYZ9LDrYZHpjY95su//ekqXERS7C1qojP6movh7M4JGURJnBuTVsO0g2N4vEoW5o3Djw==", "integrity": "sha512-6ENgPdTH7s2Xcd6mBaahyMLBoXPi0LNe75E1T0RFOdhqN9ENpZmf3P5iloOlJUDaHYrucPPzMrBybr6BdS2URg==",
"requires": { "requires": {
"qs": "^6.9.1", "qs": "^6.9.1",
"tunnel": "0.0.4", "tunnel": "0.0.6",
"underscore": "1.8.3" "underscore": "1.8.3"
} }
}, },

View File

@ -26,7 +26,7 @@
"@actions/exec": "^1.0.3", "@actions/exec": "^1.0.3",
"@actions/tool-cache": "^1.3.1", "@actions/tool-cache": "^1.3.1",
"download": "^7.1.0", "download": "^7.1.0",
"typed-rest-client": "^1.7.1" "typed-rest-client": "^1.7.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^25.1.3", "@types/jest": "^25.1.3",