diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index e096914fb..97f120f30 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -43,7 +43,7 @@ "@chromatic-com/storybook": "^4.0.1", "@eslint/compat": "^1.3.1", "@eslint/js": "^9.31.0", - "@iconify-json/lucide": "^1.2.57", + "@iconify-json/lucide": "^1.2.60", "@playwright/test": "^1.54.1", "@storybook/addon-a11y": "^9.0.17", "@storybook/addon-docs": "^9.0.17", @@ -1077,9 +1077,9 @@ } }, "node_modules/@iconify-json/lucide": { - "version": "1.2.57", - "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.57.tgz", - "integrity": "sha512-I1CIObdPBIL/9v75KKoyHWNhq+qqN6ef8+iJY4AVpHLtnRu0Vbp6K0TKcoYZ70U+EgiL6krEbFdcjK3+fwpfHQ==", + "version": "1.2.60", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.60.tgz", + "integrity": "sha512-iVhpjcJkrR65jaJCJAFr02FkL73Qth039MgDJOcuKYOl32183qgAeHmo44DI2SzkYURGpc0GMwnhRPpQPOaChg==", "dev": true, "license": "ISC", "dependencies": { @@ -2289,6 +2289,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", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 45fd3b056..e34be62a6 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -28,7 +28,7 @@ "@chromatic-com/storybook": "^4.0.1", "@eslint/compat": "^1.3.1", "@eslint/js": "^9.31.0", - "@iconify-json/lucide": "^1.2.57", + "@iconify-json/lucide": "^1.2.60", "@playwright/test": "^1.54.1", "@storybook/addon-a11y": "^9.0.17", "@storybook/addon-docs": "^9.0.17",