diff --git a/package-lock.json b/package-lock.json index f1d2e06..46babd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/exec": "^3.0.0", "@actions/github": "^9.1.1", "@octokit/graphql-schema": "^15.26.1", - "@types/node": "^22.13.10" + "@types/node": "^25.9.0" }, "devDependencies": { "@tsconfig/recommended": "^1.0.7", @@ -1367,12 +1367,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.12", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.12.tgz", - "integrity": "sha512-ixiWrCSRi33uqBMRuICcKECW7rtgY43TbsHDpM2XK7lXispd48opW+0IXrBVxv9NMhaz/Ue9kyj6r3NTVyXm8A==", + "version": "25.9.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.0.tgz", + "integrity": "sha512-AOQwYUNolgy3VosiRqXrACUXTN8nJUtPl7FJXMqZVyxiiCLhQuG3jXKvCS1ALr+Y2OmZhzzLVlYPEqJaiqkaJQ==", "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -3401,7 +3401,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", + "version": "7.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "license": "MIT" }, "node_modules/universal-user-agent": { diff --git a/package.json b/package.json index bff71ad..0834d20 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@actions/exec": "^3.0.0", "@actions/github": "^9.1.1", "@octokit/graphql-schema": "^15.26.1", - "@types/node": "^22.13.10" + "@types/node": "^25.9.0" }, "devDependencies": { "@tsconfig/recommended": "^1.0.7",