diff --git a/api/package.json b/api/package.json index d4900311b..3cf98e059 100644 --- a/api/package.json +++ b/api/package.json @@ -226,5 +226,5 @@ } }, "private": true, - "packageManager": "pnpm@10.10.0" + "packageManager": "pnpm@10.11.0" } diff --git a/package.json b/package.json index a7a8004d2..784690170 100644 --- a/package.json +++ b/package.json @@ -56,5 +56,5 @@ "pnpm lint:fix" ] }, - "packageManager": "pnpm@10.10.0" + "packageManager": "pnpm@10.11.0" } diff --git a/plugin/package.json b/plugin/package.json index 646638917..0c9425ad5 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -39,5 +39,5 @@ "nodemon": "^3.1.7", "vitest": "^3.0.7" }, - "packageManager": "pnpm@10.10.0" + "packageManager": "pnpm@10.11.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f53360bfa..46c4328b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -688,8 +688,8 @@ importers: specifier: ^2.0.1 version: 2.0.1 lucide-vue-next: - specifier: ^0.509.0 - version: 0.509.0(vue@3.5.13(typescript@5.8.3)) + specifier: ^0.510.0 + version: 0.510.0(vue@3.5.13(typescript@5.8.3)) reka-ui: specifier: ^2.1.0 version: 2.1.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)) @@ -924,8 +924,8 @@ importers: specifier: ^2.19.0 version: 2.22.0 lucide-vue-next: - specifier: ^0.509.0 - version: 0.509.0(vue@3.5.13(typescript@5.8.3)) + specifier: ^0.510.0 + version: 0.510.0(vue@3.5.13(typescript@5.8.3)) marked: specifier: ^15.0.0 version: 15.0.7 @@ -8619,8 +8619,8 @@ packages: lru-queue@0.1.0: resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==} - lucide-vue-next@0.509.0: - resolution: {integrity: sha512-tf13yhsnAhTJbFTJe7iuQ98mgOCUz1SURZc/BHvrc4O/98BzVMllAjXrtk5mshem9gehatpbUDplr5tBSZQKAA==} + lucide-vue-next@0.510.0: + resolution: {integrity: sha512-C+duOTUoUpBFjSY1/ER2jwwS8kQJgTW/7vk7WWdnXhq7IWUlvfJtYal9cVsGCVf6wvS9m0t3Hg1ktaDjm8y1oQ==} peerDependencies: vue: '>=3.0.1' @@ -21215,7 +21215,7 @@ snapshots: dependencies: es5-ext: 0.10.64 - lucide-vue-next@0.509.0(vue@3.5.13(typescript@5.8.3)): + lucide-vue-next@0.510.0(vue@3.5.13(typescript@5.8.3)): dependencies: vue: 3.5.13(typescript@5.8.3) diff --git a/unraid-ui/package.json b/unraid-ui/package.json index ce240502a..f16ba628e 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -52,7 +52,7 @@ "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "kebab-case": "^2.0.1", - "lucide-vue-next": "^0.509.0", + "lucide-vue-next": "^0.510.0", "reka-ui": "^2.1.0", "shadcn-vue": "^1.0.0", "tailwind-merge": "^2.6.0", @@ -128,5 +128,5 @@ "import": "./dist/theme/preset.js" } }, - "packageManager": "pnpm@10.10.0" + "packageManager": "pnpm@10.11.0" } diff --git a/web/package.json b/web/package.json index 124c8c37b..5184445a6 100644 --- a/web/package.json +++ b/web/package.json @@ -110,7 +110,7 @@ "hex-to-rgba": "^2.0.1", "highlight.js": "^11.11.1", "isomorphic-dompurify": "^2.19.0", - "lucide-vue-next": "^0.509.0", + "lucide-vue-next": "^0.510.0", "marked": "^15.0.0", "marked-base-url": "^1.1.6", "pinia": "^3.0.1", @@ -126,5 +126,5 @@ "overrides": { "vue": "latest" }, - "packageManager": "pnpm@10.10.0" + "packageManager": "pnpm@10.11.0" }