From a29bce1674a6c75af888fcd25c2cc03531120ab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:02:16 +0000 Subject: [PATCH] build(deps): bump layerchart in /src/Exceptionless.Web/ClientApp Bumps [layerchart](https://github.com/techniq/layerchart) from 2.0.0-next.65 to 2.0.0. - [Release notes](https://github.com/techniq/layerchart/releases) - [Commits](https://github.com/techniq/layerchart/compare/layerchart@2.0.0-next.65...layerchart@2.0.0) --- updated-dependencies: - dependency-name: layerchart dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 74 ++++++++++++++++++- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 71 insertions(+), 5 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 88d1b8b35d..b81bbeef21 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -24,7 +24,7 @@ "d3-scale": "^4.0.2", "dompurify": "^3.4.11", "kit-query-params": "^0.0.26", - "layerchart": "^2.0.0-next.65", + "layerchart": "^2.0.0", "mode-watcher": "^1.1.0", "oidc-client-ts": "^3.5.0", "pretty-ms": "^9.3.0", @@ -3144,6 +3144,72 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.10.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.10.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.1", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.3.1.tgz", @@ -6367,9 +6433,9 @@ "license": "MIT" }, "node_modules/layerchart": { - "version": "2.0.0-next.65", - "resolved": "https://registry.npmjs.org/layerchart/-/layerchart-2.0.0-next.65.tgz", - "integrity": "sha512-pyIpQwSrUDz5de/Es8JwrDuEg6VhpFVMlR1RGSGhOYVnDeOUO04v4ZKPNXEltYXldQt9VM7W7rmpwUuR4l7DOg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/layerchart/-/layerchart-2.0.0.tgz", + "integrity": "sha512-QD1XxF2RL0A8YkkI6Gt1rh66h66Cr6MvAG1Ncb9tD9nzojbado+nqyljbR3R4AnDyg9rR4kS2P1Hoco6xTgGiA==", "license": "MIT", "dependencies": { "@dagrejs/dagre": "^2.0.4", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index f791d98865..2ddaea74b7 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -93,7 +93,7 @@ "d3-scale": "^4.0.2", "dompurify": "^3.4.11", "kit-query-params": "^0.0.26", - "layerchart": "^2.0.0-next.65", + "layerchart": "^2.0.0", "mode-watcher": "^1.1.0", "oidc-client-ts": "^3.5.0", "pretty-ms": "^9.3.0",