diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index baf371a1e..5272785ca 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -24,7 +24,7 @@ "dompurify": "^3.2.6", "formsnap": "^2.0.1", "kit-query-params": "^0.0.26", - "layerchart": "^2.0.0-next.27", + "layerchart": "^2.0.0-next.29", "mode-watcher": "^1.1.0", "oidc-client-ts": "^3.3.0", "pretty-ms": "^9.2.0", @@ -2270,6 +2270,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.4.3", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.4.3", + "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.0.2", + "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": "0.2.11", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.9.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.9.0", + "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.0", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.11", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz", @@ -5488,10 +5548,9 @@ "license": "MIT" }, "node_modules/layerchart": { - "version": "2.0.0-next.27", - "resolved": "https://registry.npmjs.org/layerchart/-/layerchart-2.0.0-next.27.tgz", - "integrity": "sha512-yt28xU8WzXq0AliX7eiC0JKZGQtO8M9FmHvt8sESNitSc/yC+fYeTghaO9lMRwcYCmi6D1NjbFyD9mWFeazNIQ==", - "license": "MIT", + "version": "2.0.0-next.29", + "resolved": "https://registry.npmjs.org/layerchart/-/layerchart-2.0.0-next.29.tgz", + "integrity": "sha512-zubub4nkInMW9epKi92vlZ6RrXf0TwL78Ak7unFR38Aukv9BkKfJnC5Ngww35sKRJS4G3HrzKE1/HUpvuDv92g==", "dependencies": { "@dagrejs/dagre": "^1.1.4", "@layerstack/svelte-actions": "1.0.1-next.12", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index f81a44387..decf671c6 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -80,7 +80,7 @@ "dompurify": "^3.2.6", "formsnap": "^2.0.1", "kit-query-params": "^0.0.26", - "layerchart": "^2.0.0-next.27", + "layerchart": "^2.0.0-next.29", "mode-watcher": "^1.1.0", "oidc-client-ts": "^3.3.0", "pretty-ms": "^9.2.0",