build(deps): bump typed-rest-client from 2.0.2 to 2.1.0 (#164)

Bumps [typed-rest-client](https://github.com/Microsoft/typed-rest-client) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/Microsoft/typed-rest-client/releases)
- [Commits](https://github.com/Microsoft/typed-rest-client/compare/v2.0.2...v2.1.0)

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

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-10-01 14:25:33 -07:00
committed by GitHub
parent 90e4f2b2c1
commit a2a9c329cb
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.3",
"typed-rest-client": "^2.0.2"
"typed-rest-client": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
@@ -7013,9 +7013,9 @@
}
},
"node_modules/typed-rest-client": {
"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==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-2.1.0.tgz",
"integrity": "sha512-Nel9aPbgSzRxfs1+4GoSB4wexCF+4Axlk7OSGVQCMa+4fWcyxIsN/YNmkp0xTT2iQzMD98h8yFLav/cNaULmRA==",
"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.3",
"typed-rest-client": "^2.0.2"
"typed-rest-client": "^2.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",