diff --git a/package-lock.json b/package-lock.json index 03e11d9..c69cff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@types/chai": "^5.2.3", "@types/eslint": "^9.6.1", "@types/mocha": "^10.0.10", - "@types/node": "^22.15.3", + "@types/node": "^25.6.0", "@types/sinon": "^17.0.4", "c8": "^11.0.0", "mocha": "^11.3.0", @@ -1427,13 +1427,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.15.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.17.tgz", - "integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", "devOptional": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.19.0" } }, "node_modules/@types/normalize-package-data": { @@ -7823,9 +7823,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.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", "devOptional": true, "license": "MIT" }, diff --git a/package.json b/package.json index 91b5a4b..2525551 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/chai": "^5.2.3", "@types/eslint": "^9.6.1", "@types/mocha": "^10.0.10", - "@types/node": "^22.15.3", + "@types/node": "^25.6.0", "@types/sinon": "^17.0.4", "c8": "^11.0.0", "mocha": "^11.3.0",