chore(deps): bump typed-rest-client from 1.8.5 to 1.8.6 (#390)

Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 1.8.5 to 1.8.6.
- [Release notes](https://github.com/Microsoft/typed-rest-client/releases)
- [Commits](https://github.com/Microsoft/typed-rest-client/commits)

---
updated-dependencies:
- dependency-name: typed-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Averi Kitsch <akitsch@google.com>
This commit is contained in:
dependabot[bot] 2021-11-10 16:56:36 -08:00 committed by GitHub
parent 3dcb3ecd13
commit d26c6044ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2047,9 +2047,9 @@
"dev": true
},
"typed-rest-client": {
"version": "1.8.5",
"resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.8.5.tgz",
"integrity": "sha512-952/Aegu3lTqUAI1anbDLbewojnF/gh8at9iy1CIrfS1h/+MtNjB1Y9z6ZF5n2kZd+97em56lZ9uu7Zz3y/pwg==",
"version": "1.8.6",
"resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-1.8.6.tgz",
"integrity": "sha512-xcQpTEAJw2DP7GqVNECh4dD+riS+C1qndXLfBCJ3xk0kqprtGN491P5KlmrDbKdtuW8NEcP/5ChxiJI3S9WYTA==",
"requires": {
"qs": "^6.9.1",
"tunnel": "0.0.6",

View file

@ -31,7 +31,7 @@
"@lifeomic/attempt": "^3.0.0",
"semver": "^7.3.5",
"tmp": "^0.2.1",
"typed-rest-client": "^1.8.5",
"typed-rest-client": "^1.8.6",
"uuid": "^8.3.2"
},
"devDependencies": {