diff --git a/webui/package-lock.json b/webui/package-lock.json index ffba28f..f2774e5 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -32,7 +32,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/lodash-es": "^4.17.12", - "@types/node": "^25.6.2", + "@types/node": "^25.9.1", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.2", "@types/react-syntax-highlighter": "^15.5.13", @@ -1916,13 +1916,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.6.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.2.tgz", - "integrity": "sha512-sokuT28dxf9JT5Kady1fsXOvI4HVpjZa95NKT5y9PNTIrs2AsobR4GFAA90ZG8M+nxVRLysCXsVj6eGC7Vbrlw==", + "version": "25.9.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.1.tgz", + "integrity": "sha512-xfrlY7UD5rMJk3ZVJP8BNzS28J36YJg+xp+LPXV1TdWxr8uMH5A860QNxYDGQe/ylDSgjxE52Q9VnO7p75tJxg==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~7.19.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/parse-json": { @@ -6059,9 +6059,9 @@ } }, "node_modules/undici-types": { - "version": "7.19.2", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz", - "integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==", + "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==", "dev": true, "license": "MIT" }, diff --git a/webui/package.json b/webui/package.json index e05ed90..3854525 100644 --- a/webui/package.json +++ b/webui/package.json @@ -24,7 +24,7 @@ "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/lodash-es": "^4.17.12", - "@types/node": "^25.6.2", + "@types/node": "^25.9.1", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.2", "@types/react-syntax-highlighter": "^15.5.13",