diff --git a/package-lock.json b/package-lock.json index d086eeb..0a856a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@semantic-release/exec": "^7.0.3", "@semantic-release/git": "^10.0.1", "@types/jest": "^29.5.14", - "@types/node": "^22.15.3", + "@types/node": "^24.4.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "clean-package": "^2.2.0", "cz-conventional-changelog": "^3.3.0", @@ -3379,13 +3379,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.3.tgz", - "integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==", + "version": "24.4.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.4.0.tgz", + "integrity": "sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.11.0" } }, "node_modules/@types/normalize-package-data": { @@ -7814,6 +7814,7 @@ "integrity": "sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==", "dev": true, "license": "ISC", + "optional": true, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } @@ -16860,9 +16861,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.11.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.11.0.tgz", + "integrity": "sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index c0b2dc6..f0f0783 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@semantic-release/exec": "^7.0.3", "@semantic-release/git": "^10.0.1", "@types/jest": "^29.5.14", - "@types/node": "^22.15.3", + "@types/node": "^24.4.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "clean-package": "^2.2.0", "cz-conventional-changelog": "^3.3.0",