diff --git a/package-lock.json b/package-lock.json index 70e6cf4..0f70bd5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^2.0.1", - "@actions/http-client": "^3.0.0", + "@actions/http-client": "^3.0.1", "@actions/tool-cache": "^2.0.2", "semver": "^7.7.3" }, @@ -67,9 +67,9 @@ "license": "MIT" }, "node_modules/@actions/http-client": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.0.tgz", - "integrity": "sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.1.tgz", + "integrity": "sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==", "license": "MIT", "dependencies": { "tunnel": "^0.0.6", diff --git a/package.json b/package.json index 4870497..900aa4f 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^2.0.1", - "@actions/http-client": "^3.0.0", + "@actions/http-client": "^3.0.1", "@actions/tool-cache": "^2.0.2", "semver": "^7.7.3" },