diff --git a/package-lock.json b/package-lock.json index 79f8c2ffe..07ee21692 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.9.2", "@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.9.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.2.tgz", + "integrity": "sha512-G05zqtJhcDLb8uslf5EjCxXg9G1KQxiV8OS0R26IC//Eoyitzqe8z37I7cqvnZlrlSfgocQRfSn/AHBZJJFyGw==", + "license": "MIT", "dependencies": { - "undici-types": "~7.16.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "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.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "license": "MIT" }, "node_modules/universalify": { "version": "2.0.1", diff --git a/package.json b/package.json index dc5043f77..23b2ccd2c 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.9.2", "@types/q": "^1.5.8", "@types/uuid": "^11.0.0", "c8": "^10.1.2",