build(deps): bump typed-rest-client from 2.0.1 to 2.0.2 (#158)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-01 09:40:22 -07:00
committed by GitHub
parent 282df8e763
commit aba427d0a8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -14,7 +14,7 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.2",
"typed-rest-client": "^2.0.1"
"typed-rest-client": "^2.0.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
@@ -6893,9 +6893,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",

View File

@@ -30,7 +30,7 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.2",
"typed-rest-client": "^2.0.1"
"typed-rest-client": "^2.0.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",