diff --git a/package-lock.json b/package-lock.json index 7d62fae..80ad12b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "^6.0.0", "@octokit/webhooks": "^13.3.0", "@types/jest": "^29.5.12", - "@types/node": "^20.14.11", + "@types/node": "^22.5.2", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.6.0", @@ -1526,11 +1526,11 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, "node_modules/@types/node": { - "version": "20.14.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz", - "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==", + "version": "22.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", + "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/stack-utils": { @@ -6410,9 +6410,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "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 44dff7e..ae3fdcc 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/github": "^6.0.0", "@octokit/webhooks": "^13.3.0", "@types/jest": "^29.5.12", - "@types/node": "^20.14.11", + "@types/node": "^22.5.2", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.6.0",