diff --git a/package-lock.json b/package-lock.json index d5e8d5f..8f8d593 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/chai": "^4.3.17", "@types/express": "^5.0.5", "@types/mocha": "^10.0.10", - "@types/node": "^25.0.3", + "@types/node": "^25.3.3", "chai": "^6.2.1", "mocha": "^11.7.5", "nyc": "^17.1.0", @@ -615,12 +615,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", - "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", + "version": "25.3.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.3.3.tgz", + "integrity": "sha512-DpzbrH7wIcBaJibpKo9nnSQL0MTRdnWttGyE5haGwK86xgMOkFLp7vEyfQPGLOJh5wNYiJ3V9PmUMDhV9u8kkQ==", "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/normalize-package-data": { @@ -4341,9 +4341,9 @@ } }, "node_modules/undici-types": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", - "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "version": "7.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "license": "MIT" }, "node_modules/unicorn-magic": { diff --git a/package.json b/package.json index 6420e5a..0e7ce64 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/chai": "^4.3.17", "@types/express": "^5.0.5", "@types/mocha": "^10.0.10", - "@types/node": "^25.0.3", + "@types/node": "^25.3.3", "chai": "^6.2.1", "mocha": "^11.7.5", "nyc": "^17.1.0",