diff --git a/package-lock.json b/package-lock.json index 79f8c2ffe..88bb2b53d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/mocha": "^10.0.6", - "@types/node": "^24.0.0", + "@types/node": "^25.6.0", "@types/q": "^1.5.8", "@types/uuid": "^11.0.0", "c8": "^10.1.2", @@ -2160,11 +2160,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "24.12.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.0.tgz", - "integrity": "sha512-GYDxsZi3ChgmckRT9HPU0WEhKLP08ev/Yfcq2AstjrDASOYCSXeyjDsHg4v5t4jOj7cyDX3vmprafKlWIG9MXQ==", + "version": "25.6.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz", + "integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==", + "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": "~7.19.0" } }, "node_modules/@types/q": { @@ -8635,9 +8636,10 @@ } }, "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.19.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", + "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", + "license": "MIT" }, "node_modules/universalify": { "version": "2.0.1", diff --git a/package.json b/package.json index dc5043f77..1edb9ecff 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@types/fs-extra": "^11.0.4", "@types/jest": "^30.0.0", "@types/mocha": "^10.0.6", - "@types/node": "^24.0.0", + "@types/node": "^25.6.0", "@types/q": "^1.5.8", "@types/uuid": "^11.0.0", "c8": "^10.1.2",