diff --git a/package-lock.json b/package-lock.json index 1afdda1..63b11aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@graphql-codegen/typescript-operations": "4.6.1", "@octokit/graphql-schema": "15.26.0", "@tsconfig/node20": "20.1.6", - "@types/node": "20.19.9", + "@types/node": "24.10.0", "@vercel/ncc": "0.38.3", "js-yaml": "4.1.0", "typescript": "5.8.3", @@ -3606,13 +3606,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.19.9", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.9.tgz", - "integrity": "sha512-cuVNgarYWZqxRJDQHEB58GEONhOK79QVR/qYx4S7kcUObQvUwvFnYxJuuHUKm2aieN9X3yZB4LZsuYNU1Qphsw==", + "version": "24.10.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.0.tgz", + "integrity": "sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/ws": { @@ -7310,9 +7310,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 3dcd16a..c766fa1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@graphql-codegen/typescript-operations": "4.6.1", "@octokit/graphql-schema": "15.26.0", "@tsconfig/node20": "20.1.6", - "@types/node": "20.19.9", + "@types/node": "24.10.0", "@vercel/ncc": "0.38.3", "js-yaml": "4.1.0", "typescript": "5.8.3",