diff --git a/.licenses/npm/typed-rest-client.dep.yml b/.licenses/npm/typed-rest-client.dep.yml index 21ec0813..03df18e5 100644 --- a/.licenses/npm/typed-rest-client.dep.yml +++ b/.licenses/npm/typed-rest-client.dep.yml @@ -1,6 +1,6 @@ --- name: typed-rest-client -version: 2.0.0 +version: 2.0.1 type: npm summary: Node Rest and Http Clients for use with TypeScript homepage: https://github.com/Microsoft/typed-rest-client#readme diff --git a/package-lock.json b/package-lock.json index 63a96fe2..d2c3614e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "@actions/core": "^1.10.1", "@actions/tool-cache": "^2.0.1", "semver": "^7.6.2", - "typed-rest-client": "^2.0.0" + "typed-rest-client": "^2.0.1" }, "devDependencies": { "@actions/io": "^1.1.3", @@ -9502,13 +9502,13 @@ } }, "node_modules/typed-rest-client": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-2.0.0.tgz", - "integrity": "sha512-+yizhP/ax4D08n/zLvdvgJ62xbJB59Pf21lXLiTUM3uh8M5fq0UVkyjk0jULCyceu+KnCs+VubK0VlGFgKK+dg==", + "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==", "dependencies": { "des.js": "^1.1.0", "js-md4": "^0.3.2", - "qs": "^6.9.7", + "qs": "^6.10.3", "tunnel": "0.0.6", "underscore": "^1.12.1" }, @@ -16829,13 +16829,13 @@ } }, "typed-rest-client": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/typed-rest-client/-/typed-rest-client-2.0.0.tgz", - "integrity": "sha512-+yizhP/ax4D08n/zLvdvgJ62xbJB59Pf21lXLiTUM3uh8M5fq0UVkyjk0jULCyceu+KnCs+VubK0VlGFgKK+dg==", + "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==", "requires": { "des.js": "^1.1.0", "js-md4": "^0.3.2", - "qs": "^6.9.7", + "qs": "^6.10.3", "tunnel": "0.0.6", "underscore": "^1.12.1" } diff --git a/package.json b/package.json index c95d1b17..38bc2888 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@actions/core": "^1.10.1", "@actions/tool-cache": "^2.0.1", "semver": "^7.6.2", - "typed-rest-client": "^2.0.0" + "typed-rest-client": "^2.0.1" }, "devDependencies": { "@actions/io": "^1.1.3",