diff --git a/package-lock.json b/package-lock.json index 60d868a..8852a0d 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.12", + "@types/node": "^22.5.5", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.6.0", @@ -1543,11 +1543,11 @@ } }, "node_modules/@types/node": { - "version": "20.14.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.12.tgz", - "integrity": "sha512-r7wNXakLeSsGT0H1AU863vS2wa5wBOK4bWMjZz2wj+8nBx+m5PeIn0k8AloSLpRuiwdRQZwarZqHE4FNArPuJQ==", + "version": "22.5.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz", + "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/stack-utils": { @@ -6531,9 +6531,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 7cfae99..66d5344 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@actions/github": "^6.0.0", "@octokit/webhooks": "^13.3.0", "@types/jest": "^29.5.12", - "@types/node": "^20.14.12", + "@types/node": "^22.5.5", "@vercel/ncc": "^0.38.1", "eslint-plugin-github": "^5.0.1", "eslint-plugin-jest": "^28.6.0",