diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 23a4f6bd0e..f9d4ed4ebd 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -59,7 +59,7 @@ "@testing-library/jest-dom": "^7.0.1", "@testing-library/svelte": "^5.4.2", "@types/eslint": "^9.6.1", - "@types/node": "^26.3.0", + "@types/node": "^26.4.0", "@types/throttle-debounce": "^5.0.2", "cross-env": "^10.1.0", "eslint": "^10.9.1", @@ -4118,9 +4118,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "26.3.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.3.0.tgz", - "integrity": "sha512-L3fgrnchriRC2ExBflb8j4uZZURHZfQsmQeyVzhjcHW4kkwVyo8/0h1B2MVzMTrYUJYu6G7EWs14hW/L9putqw==", + "version": "26.4.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.0.tgz", + "integrity": "sha512-faiGnoIrLH/V8cibOMEAZ8pMw6oXqSukl29ra4mN8GdaB2ZewzeaLj+INpV5N+Z1eKWzY+IzaIZH2EIR6YZRNQ==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index f3fc1b0a20..ad59ba1e9f 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -51,7 +51,7 @@ "@testing-library/jest-dom": "^7.0.1", "@testing-library/svelte": "^5.4.2", "@types/eslint": "^9.6.1", - "@types/node": "^26.3.0", + "@types/node": "^26.4.0", "@types/throttle-debounce": "^5.0.2", "cross-env": "^10.1.0", "eslint": "^10.9.1",