From 16eeecc174b99f9480cc368c98aedf46a79280f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 05:50:35 +0000 Subject: [PATCH] Bump typed-rest-client from 2.0.1 to 2.0.2 Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/Microsoft/typed-rest-client/releases) - [Commits](https://github.com/Microsoft/typed-rest-client/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: typed-rest-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dd0761809..3fcf21f26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "azure-pipelines-tool-lib": "^2.0.7", "inversify": "^6.0.2", "semver": "^7.6.2", - "typed-rest-client": "^2.0.1", + "typed-rest-client": "^2.0.2", "uuid": "^10.0.0" }, "devDependencies": { @@ -3304,9 +3304,9 @@ } }, "node_modules/typed-rest-client": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-2.0.1.tgz", - "integrity": "sha512-LSfgVu+jKUbkceVBGJ6bdIMzzpvjhw6A+aKsVnGa2S7bT82QCALh/RAtq/fdV3aLXxHqsChuClrQ93fXMrIckA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-2.0.2.tgz", + "integrity": "sha512-rmAQM2gZw/PQpK5+5aSs+I6ZBv4PFC2BT1o+0ADS1SgSejA+14EmbI2Lt8uXwkX7oeOMkwFmg0pHKwe8D9IT5A==", "dependencies": { "des.js": "^1.1.0", "js-md4": "^0.3.2", @@ -6421,9 +6421,9 @@ "dev": true }, "typed-rest-client": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-2.0.1.tgz", - "integrity": "sha512-LSfgVu+jKUbkceVBGJ6bdIMzzpvjhw6A+aKsVnGa2S7bT82QCALh/RAtq/fdV3aLXxHqsChuClrQ93fXMrIckA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-2.0.2.tgz", + "integrity": "sha512-rmAQM2gZw/PQpK5+5aSs+I6ZBv4PFC2BT1o+0ADS1SgSejA+14EmbI2Lt8uXwkX7oeOMkwFmg0pHKwe8D9IT5A==", "requires": { "des.js": "^1.1.0", "js-md4": "^0.3.2", diff --git a/package.json b/package.json index 86d1e00a4..05778d91a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "azure-pipelines-tool-lib": "^2.0.7", "inversify": "^6.0.2", "semver": "^7.6.2", - "typed-rest-client": "^2.0.1", + "typed-rest-client": "^2.0.2", "uuid": "^10.0.0" }, "devDependencies": {