diff --git a/package-lock.json b/package-lock.json index 40715e9b..274c351c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,11 +11,11 @@ "dependencies": { "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", - "@actions/http-client": "^4.0.0", + "@actions/http-client": "^4.0.1", "@actions/tool-cache": "^4.0.0" }, "devDependencies": { - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "esbuild": "^0.28.1", "husky": "^9.1.7", "prettier": "3.9.6", @@ -43,9 +43,9 @@ } }, "node_modules/@actions/http-client": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.0.tgz", - "integrity": "sha512-QuwPsgVMsD6qaPD57GLZi9sqzAZCtiJT8kVBCDpLtxhL5MydQ4gS+DrejtZZPdIYyB1e95uCK9Luyds7ybHI3g==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.1.tgz", + "integrity": "sha512-+Nvd1ImaOZBSoPbsUtEhv+1z99H12xzncCkz0a3RuehINE81FZSe2QTj3uvAPTcJX/SCzUQHQ0D1GrPMbrPitg==", "license": "MIT", "dependencies": { "tunnel": "^0.0.6", @@ -909,9 +909,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.1.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.1.tgz", - "integrity": "sha512-nxAkRSVkN1Y0JC1W8ky/fTfkGsMmcrRsbx+3XoZE+rMOX71kLYTV7fLXpqud1GpbpP5TuffXFqfX7fH2GgZREw==", + "version": "26.1.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz", + "integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5ae9ef09..7ed991a7 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,11 @@ "dependencies": { "@actions/core": "^3.0.1", "@actions/exec": "^3.0.0", - "@actions/http-client": "^4.0.0", + "@actions/http-client": "^4.0.1", "@actions/tool-cache": "^4.0.0" }, "devDependencies": { - "@types/node": "^26.1.1", + "@types/node": "^26.1.2", "esbuild": "^0.28.1", "husky": "^9.1.7", "prettier": "3.9.6",