diff --git a/package-lock.json b/package-lock.json index 3e2a1bdc28..044befd06e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@actions/github": "^6.0.0", "@actions/http-client": "^2.2.3", "@actions/tool-cache": "^2.0.1", - "@types/node": "^22.7.7", + "@types/node": "^22.8.1", "@types/semver": "^7.5.8", "@types/tmp": "^0.2.6", "@types/which": "^3.0.4", @@ -635,11 +635,11 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.7.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.7.tgz", - "integrity": "sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==", + "version": "22.8.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.1.tgz", + "integrity": "sha512-k6Gi8Yyo8EtrNtkHXutUu2corfDf9su95VYVP10aGYMMROM6SAItZi0w1XszA6RtWTHSVp5OeFof37w0IEqCQg==", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@types/node-fetch": { @@ -3574,9 +3574,9 @@ } }, "node_modules/undici-types": { - "version": "6.19.6", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.6.tgz", - "integrity": "sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" }, "node_modules/universal-user-agent": { "version": "6.0.1", diff --git a/package.json b/package.json index a90e60daca..a32e4a95cf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/github": "^6.0.0", "@actions/http-client": "^2.2.3", "@actions/tool-cache": "^2.0.1", - "@types/node": "^22.7.7", + "@types/node": "^22.8.1", "@types/semver": "^7.5.8", "@types/tmp": "^0.2.6", "@types/which": "^3.0.4",