diff --git a/package-lock.json b/package-lock.json index 370aa3b75a..5685c0ca62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6784,12 +6784,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "24.0.3", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz", - "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==", + "version": "24.7.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.7.2.tgz", + "integrity": "sha512-/NbVmcGTP+lj5oa4yiYxxeBjRivKQ5Ns1eSZeB99ExsEQ6rX5XYU1Zy/gGxY/ilqtD4Etx9mKyrPxZRetiahhA==", "license": "MIT", "dependencies": { - "undici-types": "~7.8.0" + "undici-types": "~7.14.0" } }, "node_modules/@types/normalize-package-data": { @@ -33354,9 +33354,9 @@ } }, "node_modules/undici-types": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", - "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.14.0.tgz", + "integrity": "sha512-QQiYxHuyZ9gQUIrmPo3IA+hUl4KYk8uSA7cHrcKd/l3p1OTpZcM0Tbp9x7FAtXdAYhlasd60ncPpgu6ihG6TOA==", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { @@ -34537,7 +34537,7 @@ "devDependencies": { "@types/cors": "^2.8.15", "@types/express": "^4.17.21", - "@types/node": "^20.10.0", + "@types/node": "^24.7.2", "@waku/tests": "*", "axios": "^1.8.4", "esbuild": "^0.21.5", @@ -34937,14 +34937,6 @@ "node": ">=12" } }, - "packages/browser-tests/node_modules/@types/node": { - "version": "20.17.52", - "dev": true, - "license": "MIT", - "dependencies": { - "undici-types": "~6.19.2" - } - }, "packages/browser-tests/node_modules/@waku/core": { "version": "0.0.38", "resolved": "https://registry.npmjs.org/@waku/core/-/core-0.0.38.tgz", @@ -35131,11 +35123,6 @@ "integrity": "sha512-BcJPCQeLg6WjEx3FE591wVAevlli8lxsxm9/FzV4HXkV49TmBH38Yvrpce6fjbADGMKFrBMGTqrVz3qPIZ88Gg==", "license": "MIT" }, - "packages/browser-tests/node_modules/undici-types": { - "version": "6.19.8", - "dev": true, - "license": "MIT" - }, "packages/browser-tests/node_modules/uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", diff --git a/packages/browser-tests/package.json b/packages/browser-tests/package.json index 56e2e58a71..a43b45280c 100644 --- a/packages/browser-tests/package.json +++ b/packages/browser-tests/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@types/cors": "^2.8.15", "@types/express": "^4.17.21", - "@types/node": "^20.10.0", + "@types/node": "^24.7.2", "@waku/tests": "*", "axios": "^1.8.4", "esbuild": "^0.21.5",