diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 88d1b8b35..b81bbeef2 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 f791d9886..2ddaea74b 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",