Bump typed-rest-client from 1.5.0 to 1.7.1 (#54)

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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-20 22:25:37 +01:00 committed by CrazyMax
parent 094de78935
commit a28473dc3e
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View File

@ -5514,12 +5514,20 @@
}
},
"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"
},
"dependencies": {
"qs": {
"version": "6.9.1",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz",
"integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA=="
}
}
},
"typescript": {

View File

@ -28,7 +28,7 @@
"@actions/exec": "^1.0.2",
"@actions/tool-cache": "^1.1.2",
"download": "^7.1.0",
"typed-rest-client": "^1.4.0"
"typed-rest-client": "^1.7.1"
},
"devDependencies": {
"@types/download": "^6.2.4",