From 01fa3433d8af8e355809a9a6afdb9b8b6f04e662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:38:27 +0000 Subject: [PATCH] build(deps-dev): bump @iconify-json/lucide Bumps [@iconify-json/lucide](https://github.com/iconify/icon-sets) from 1.2.112 to 1.2.113. - [Commits](https://github.com/iconify/icon-sets/commits) --- updated-dependencies: - dependency-name: "@iconify-json/lucide" dependency-version: 1.2.113 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../ClientApp/package-lock.json | 74 ++++++++++++++++++- src/Exceptionless.Web/ClientApp/package.json | 2 +- 2 files changed, 71 insertions(+), 5 deletions(-) diff --git a/src/Exceptionless.Web/ClientApp/package-lock.json b/src/Exceptionless.Web/ClientApp/package-lock.json index 9ed641036..9b8a3dc73 100644 --- a/src/Exceptionless.Web/ClientApp/package-lock.json +++ b/src/Exceptionless.Web/ClientApp/package-lock.json @@ -43,7 +43,7 @@ "@chromatic-com/storybook": "^5.2.1", "@eslint/compat": "^2.1.0", "@eslint/js": "^10.0.1", - "@iconify-json/lucide": "^1.2.112", + "@iconify-json/lucide": "^1.2.113", "@playwright/test": "^1.61.0", "@storybook/addon-a11y": "^10.4.5", "@storybook/addon-docs": "^10.4.5", @@ -1216,9 +1216,9 @@ } }, "node_modules/@iconify-json/lucide": { - "version": "1.2.112", - "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.112.tgz", - "integrity": "sha512-B4sYH2Sm/UPNJYrhh4i+GFHeHfrYPQF9evX2QduJv08iSWw9Mfn1VvF28iIh6pBtZpYlMnuB8/P51mDYlYBYWg==", + "version": "1.2.113", + "resolved": "https://registry.npmjs.org/@iconify-json/lucide/-/lucide-1.2.113.tgz", + "integrity": "sha512-hfHPXZmLAsZkEfSd4kKRPMRM2HOQz1k11XWtSReEWeecOM+nLtZlfHAzv8nSsrJw2scLz3DKqosNMNXd3mP60Q==", "dev": true, "license": "ISC", "dependencies": { @@ -3133,6 +3133,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", diff --git a/src/Exceptionless.Web/ClientApp/package.json b/src/Exceptionless.Web/ClientApp/package.json index 06c2554a1..c820816a4 100644 --- a/src/Exceptionless.Web/ClientApp/package.json +++ b/src/Exceptionless.Web/ClientApp/package.json @@ -33,7 +33,7 @@ "@chromatic-com/storybook": "^5.2.1", "@eslint/compat": "^2.1.0", "@eslint/js": "^10.0.1", - "@iconify-json/lucide": "^1.2.112", + "@iconify-json/lucide": "^1.2.113", "@playwright/test": "^1.61.0", "@storybook/addon-a11y": "^10.4.5", "@storybook/addon-docs": "^10.4.5",