diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 6834d0915..2f0f51c03 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -41,7 +41,7 @@ "@chromatic-com/storybook": "^5.0.0", "@eslint/compat": "^2.0.1", "@eslint/js": "^9.39.2", - "@iconify-json/lucide": "^1.2.85", + "@iconify-json/lucide": "^1.2.87", "@playwright/test": "^1.57.0", "@storybook/addon-a11y": "^10.1.11", "@storybook/addon-docs": "^10.1.11", @@ -1094,9 +1094,9 @@ } }, "node_modules/@iconify-json/lucide": { - "version": "1.2.85", - "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.85.tgz", - "integrity": "sha512-VXUWT6KRDiVK4Ty/7Ypu+U0KnSbHzDAOOiSgLLPhU8u3ES5IusP1X7ahZb1iwiVKGWRG6gkKywaRUIZLgYWXyA==", + "version": "1.2.87", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.87.tgz", + "integrity": "sha512-wxYIAp0f8Uw0rJa6BMWMaRbiHk3yV4XczA38GKXFlqyZtTdmHM1QOF4NZw5xpMlRDzbh2MnB7wjteLeFnn/ciQ==", "dev": true, "license": "ISC", "dependencies": { @@ -2186,6 +2186,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.7.1", + "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.7.1", + "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.1.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1", + "@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.18", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.18.tgz", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 0ab32e25d..45b471e9e 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -28,7 +28,7 @@ "@chromatic-com/storybook": "^5.0.0", "@eslint/compat": "^2.0.1", "@eslint/js": "^9.39.2", - "@iconify-json/lucide": "^1.2.85", + "@iconify-json/lucide": "^1.2.87", "@playwright/test": "^1.57.0", "@storybook/addon-a11y": "^10.1.11", "@storybook/addon-docs": "^10.1.11",