From e63d6c69e2ee1ef9be3d5ffcfdec0b19294de907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:27:33 +0000 Subject: [PATCH] build(deps): bump layerchart in /src/Exceptionless.Web/ClientApp Bumps [layerchart](https://github.com/techniq/layerchart) from 2.0.0-next.40 to 2.0.0-next.42. - [Release notes](https://github.com/techniq/layerchart/releases) - [Commits](https://github.com/techniq/layerchart/compare/layerchart@2.0.0-next.40...layerchart@2.0.0-next.42) --- updated-dependencies: - dependency-name: layerchart dependency-version: 2.0.0-next.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 83 ++++++++++++++++++- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 80 insertions(+), 5 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index bb3c46351..192955e97 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -25,7 +25,7 @@ "dompurify": "^3.2.7", "formsnap": "^2.0.1", "kit-query-params": "^0.0.26", - "layerchart": "^2.0.0-next.40", + "layerchart": "^2.0.0-next.42", "mode-watcher": "^1.1.0", "oidc-client-ts": "^3.3.0", "pretty-ms": "^9.3.0", @@ -2304,6 +2304,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.5.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.1.0", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.5.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.1.0", + "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.0.5", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.5.0", + "@emnapi/runtime": "^1.5.0", + "@tybys/wasm-util": "^0.10.1" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.10.1", + "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.1.14", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.14.tgz", @@ -5545,9 +5605,9 @@ "license": "MIT" }, "node_modules/layerchart": { - "version": "2.0.0-next.40", - "resolved": "https://registry.npmjs.org/layerchart/-/layerchart-2.0.0-next.40.tgz", - "integrity": "sha512-hf6VdPqMjinuKfh1HfFbqjWUPnxJupBhaYHHtSWCcyCOTROBBHf8b8+bLNPweLT3CcoeNrYMy68y45kDxVhGkg==", + "version": "2.0.0-next.42", + "resolved": "https://registry.npmjs.org/layerchart/-/layerchart-2.0.0-next.42.tgz", + "integrity": "sha512-vLMHaLaU5Glf7OG56cZiD/1Dt6qvYHxc9gbNTq2ypjs+3iGLekx//wvkvCAmx8mH/t6kx1fbmxwKpf+RrFkyew==", "license": "MIT", "dependencies": { "@dagrejs/dagre": "^1.1.5", @@ -7973,6 +8033,21 @@ } } }, + "node_modules/svelte-check/node_modules/picomatch": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "dev": true, + "license": "MIT", + "optional": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/svelte-eslint-parser": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/svelte-eslint-parser/-/svelte-eslint-parser-1.3.3.tgz", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index e23483705..2bd99c3d2 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -81,7 +81,7 @@ "dompurify": "^3.2.7", "formsnap": "^2.0.1", "kit-query-params": "^0.0.26", - "layerchart": "^2.0.0-next.40", + "layerchart": "^2.0.0-next.42", "mode-watcher": "^1.1.0", "oidc-client-ts": "^3.3.0", "pretty-ms": "^9.3.0",