diff --git a/package-lock.json b/package-lock.json index 8f81cce..ab51223 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@actions/tool-cache": "^2.0.2" }, "devDependencies": { - "@actions/http-client": "^3.0.2", + "@actions/http-client": "^4.0.1", "@types/node": "^24.12.0", "@vercel/ncc": "^0.38.1", "eslint": "^9.39.4", @@ -19,6 +19,10 @@ "js-yaml": "^4.1.0", "prettier": "3.1.1", "typescript": "^5.3.3" + }, + "engines": { + "node": ">=24.0.0", + "npm": ">=11.0.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -58,9 +62,9 @@ } }, "node_modules/@actions/http-client": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-3.0.2.tgz", - "integrity": "sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-4.0.1.tgz", + "integrity": "sha512-+Nvd1ImaOZBSoPbsUtEhv+1z99H12xzncCkz0a3RuehINE81FZSe2QTj3uvAPTcJX/SCzUQHQ0D1GrPMbrPitg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index be94147..9b98ba0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/tool-cache": "^2.0.2" }, "devDependencies": { - "@actions/http-client": "^3.0.2", + "@actions/http-client": "^4.0.1", "@types/node": "^24.12.0", "@vercel/ncc": "^0.38.1", "eslint": "^9.39.4",