diff --git a/package-lock.json b/package-lock.json index 9b592f9..6898f23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/elliptic": "6.4.18", "@types/jest": "30.0.0", "@types/lodash": "4.17.20", - "@types/node": "24.2.0", + "@types/node": "24.9.1", "@typescript-eslint/eslint-plugin": "8.37.0", "@typescript-eslint/parser": "8.44.0", "eslint": "9.38.0", @@ -1873,13 +1873,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.2.0.tgz", - "integrity": "sha512-3xyG3pMCq3oYCNg7/ZP+E1ooTaGB4cG8JWRsqqOYQdbWNY4zbaV0Ennrd7stjiJEFZCaybcIgpTjJWHRfBSIDw==", + "version": "24.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.1.tgz", + "integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.10.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/stack-utils": { @@ -9041,9 +9041,9 @@ } }, "node_modules/undici-types": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz", - "integrity": "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==", + "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 f5f165b..7b078e6 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@types/elliptic": "6.4.18", "@types/jest": "30.0.0", "@types/lodash": "4.17.20", - "@types/node": "24.2.0", + "@types/node": "24.9.1", "@typescript-eslint/eslint-plugin": "8.37.0", "@typescript-eslint/parser": "8.44.0", "eslint": "9.38.0",