chore(deps): bump typed-rest-client from 1.7.2 to 1.7.3 (#137)

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-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-31 13:11:01 +02:00 committed by GitHub
parent 0df81f38f2
commit 22468a12bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -10144,9 +10144,9 @@
"dev": true "dev": true
}, },
"typed-rest-client": { "typed-rest-client": {
"version": "1.7.2", "version": "1.7.3",
"resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.2.tgz", "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.7.3.tgz",
"integrity": "sha512-6ENgPdTH7s2Xcd6mBaahyMLBoXPi0LNe75E1T0RFOdhqN9ENpZmf3P5iloOlJUDaHYrucPPzMrBybr6BdS2URg==", "integrity": "sha512-CwTpx/TkRHGZoHkJhBcp4X8K3/WtlzSHVQR0OIFnt10j4tgy4ypgq/SrrgVpA1s6tAL49Q6J3R5C0Cgfh2ddqA==",
"requires": { "requires": {
"qs": "^6.9.1", "qs": "^6.9.1",
"tunnel": "0.0.6", "tunnel": "0.0.6",
@ -10154,9 +10154,9 @@
}, },
"dependencies": { "dependencies": {
"qs": { "qs": {
"version": "6.9.1", "version": "6.9.3",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.9.1.tgz", "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.3.tgz",
"integrity": "sha512-Cxm7/SS/y/Z3MHWSxXb8lIFqgqBowP5JMlTUFyJN88y0SGQhVmZnqFK/PeuMX9LzUyWsqqhNxIyg0jlzq946yA==" "integrity": "sha512-EbZYNarm6138UKKq46tdx08Yo/q9ZhFoAXAI1meAFd2GtbRDhbZY2WQSICskT0c5q99aFzLG1D4nvTk9tqfXIw=="
} }
} }
}, },

View File

@ -28,7 +28,7 @@
"@actions/exec": "^1.0.3", "@actions/exec": "^1.0.3",
"@actions/tool-cache": "^1.3.3", "@actions/tool-cache": "^1.3.3",
"download": "^7.1.0", "download": "^7.1.0",
"typed-rest-client": "^1.7.2" "typed-rest-client": "^1.7.3"
}, },
"devDependencies": { "devDependencies": {
"@types/download": "^6.2.4", "@types/download": "^6.2.4",