diff --git a/package-lock.json b/package-lock.json index 37c9fb2..b7281b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^2.0.1", - "@actions/http-client": "^3.0.0", + "@actions/http-client": "^3.0.1", "axios": "^1.13.2", "is-retry-allowed": "^3.0.0" }, @@ -60,9 +60,9 @@ } }, "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 bc5d1d7..89042a0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^2.0.1", - "@actions/http-client": "^3.0.0", + "@actions/http-client": "^3.0.1", "axios": "^1.13.2", "is-retry-allowed": "^3.0.0" },