diff --git a/package-lock.json b/package-lock.json index eb9e4c7..ea859c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@eslint/js": "9.26.0", "@sindresorhus/tsconfig": "7.0.0", "@types/json-schema": "7.0.15", - "@types/node": "22.15.14", + "@types/node": "24.9.2", "@typescript-eslint/eslint-plugin": "8.32.0", "@typescript-eslint/parser": "8.40.0", "c8": "10.1.3", @@ -1362,13 +1362,13 @@ "peer": true }, "node_modules/@types/node": { - "version": "22.15.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.14.tgz", - "integrity": "sha512-BL1eyu/XWsFGTtDWOYULQEs4KR0qdtYfCxYAUYRoB7JP7h9ETYLgQTww6kH8Sj2C0pFGgrpM0XKv6/kbIzYJ1g==", + "version": "24.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz", + "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/normalize-package-data": { @@ -8051,9 +8051,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 a2b1059..918a62d 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "@eslint/js": "9.26.0", "@sindresorhus/tsconfig": "7.0.0", "@types/json-schema": "7.0.15", - "@types/node": "22.15.14", + "@types/node": "24.9.2", "@typescript-eslint/eslint-plugin": "8.32.0", "@typescript-eslint/parser": "8.40.0", "c8": "10.1.3",