From d26c6044ffd13ded1fa6c5360ba3e030a012cd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 16:56:36 -0800 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16d70dcd..a7b51603 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 7702954c..3fdb1120 100644 --- a/package.json +++ b/package.json @@ -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": {