diff --git a/.nvmrc b/.nvmrc index fdb2eaaff..dc5620acb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.11.0 \ No newline at end of file +22.15.0 \ No newline at end of file diff --git a/api/package.json b/api/package.json index 3687af114..d4900311b 100644 --- a/api/package.json +++ b/api/package.json @@ -159,7 +159,7 @@ "@graphql-codegen/typed-document-node": "^5.0.11", "@graphql-codegen/typescript": "^4.1.1", "@graphql-codegen/typescript-operations": "^4.3.1", - "@graphql-codegen/typescript-resolvers": "4.5.0", + "@graphql-codegen/typescript-resolvers": "4.5.1", "@graphql-typed-document-node/core": "^3.2.0", "@ianvs/prettier-plugin-sort-imports": "^4.4.0", "@nestjs/testing": "^11.0.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 07721a980..306d6ff23 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -329,8 +329,8 @@ importers: specifier: ^4.3.1 version: 4.5.1(graphql@16.10.0) '@graphql-codegen/typescript-resolvers': - specifier: 4.5.0 - version: 4.5.0(graphql-sock@1.0.1(graphql@16.10.0))(graphql@16.10.0) + specifier: 4.5.1 + version: 4.5.1(graphql-sock@1.0.1(graphql@16.10.0))(graphql@16.10.0) '@graphql-typed-document-node/core': specifier: ^3.2.0 version: 3.2.0(graphql@16.10.0) @@ -688,8 +688,8 @@ importers: specifier: ^2.0.1 version: 2.0.1 lucide-vue-next: - specifier: ^0.506.0 - version: 0.506.0(vue@3.5.13(typescript@5.8.3)) + specifier: ^0.508.0 + version: 0.508.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.506.0 - version: 0.506.0(vue@3.5.13(typescript@5.8.3)) + specifier: ^0.508.0 + version: 0.508.0(vue@3.5.13(typescript@5.8.3)) marked: specifier: ^15.0.0 version: 15.0.7 @@ -2209,12 +2209,15 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - '@graphql-codegen/typescript-resolvers@4.5.0': - resolution: {integrity: sha512-+zLe+xzATHTfi4NG7FyM+RiTzFmDqh23McauCnJ9w8n11PMtUHfneu54iryJrJO3u/exzpwkQFOZcIxRYEI4Tg==} + '@graphql-codegen/typescript-resolvers@4.5.1': + resolution: {integrity: sha512-1Z9xyqcrM+EiuuwpgCGFz3IxlKqn+nS4mRpm81zWW9EHmUyiz1LkinIc+lQ6Ku+F2KyTbLkXUanE970wvdQLmA==} engines: {node: '>=16'} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-sock: ^1.0.0 + peerDependenciesMeta: + graphql-sock: + optional: true '@graphql-codegen/typescript@4.1.6': resolution: {integrity: sha512-vpw3sfwf9A7S+kIUjyFxuvrywGxd4lmwmyYnnDVjVE4kSQ6Td3DpqaPTy8aNQ6O96vFoi/bxbZS2BW49PwSUUA==} @@ -3140,9 +3143,11 @@ packages: '@oxc-parser/wasm@0.50.0': resolution: {integrity: sha512-be/QsKqtXQbKhnIRzezPrV385L6EVaX1GNAGeaQaT+HX6Lny/SfmFetCrEZCRqn2/cAqo+P5rGDNJzv06dY/vw==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. '@oxc-parser/wasm@0.60.0': resolution: {integrity: sha512-Dkf9/D87WGBCW3L0+1DtpAfL4SrNsgeRvxwjpKCtbH7Kf6K+pxrT0IridaJfmWKu1Ml+fDvj+7HEyBcfUC/TXQ==} + deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. '@oxc-project/types@0.50.0': resolution: {integrity: sha512-VGV87PmDCGv1D+57iEmIuDoso3ig8d8D4VIK9AS0H7h2aNiRwFoCpVyp01+3jvIuHjPcEM2wbo3NG5EKyfx6Jw==} @@ -7488,6 +7493,7 @@ packages: graphql@14.7.0: resolution: {integrity: sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==} engines: {node: '>= 6.x'} + deprecated: 'No longer supported; please update to a newer version. Details: https://github.com/graphql/graphql-js#version-support' graphql@16.10.0: resolution: {integrity: sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==} @@ -8613,8 +8619,8 @@ packages: lru-queue@0.1.0: resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==} - lucide-vue-next@0.506.0: - resolution: {integrity: sha512-+zCt7CaH3Os4q5yUdVGCQMe9vUAddslGC+PnoYT2UXnCMMkvrxtL1b63812l6zQzy5W8CxPmsMgVfMBaJiK7qA==} + lucide-vue-next@0.508.0: + resolution: {integrity: sha512-ZPO/Kh1gz7RU2/hd8FWw3SjLVMUIm/TJAhOGV9CbM1zvNwiJ8DK6W33LFWxtlZZ1IUPOXAny0pbttY+yyOsjKg==} peerDependencies: vue: '>=3.0.1' @@ -13605,7 +13611,7 @@ snapshots: transitivePeerDependencies: - encoding - '@graphql-codegen/typescript-resolvers@4.5.0(graphql-sock@1.0.1(graphql@16.10.0))(graphql@16.10.0)': + '@graphql-codegen/typescript-resolvers@4.5.1(graphql-sock@1.0.1(graphql@16.10.0))(graphql@16.10.0)': dependencies: '@graphql-codegen/plugin-helpers': 5.1.0(graphql@16.10.0) '@graphql-codegen/typescript': 4.1.6(graphql@16.10.0) @@ -13613,8 +13619,9 @@ snapshots: '@graphql-tools/utils': 10.8.6(graphql@16.10.0) auto-bind: 4.0.0 graphql: 16.10.0 - graphql-sock: 1.0.1(graphql@16.10.0) tslib: 2.6.3 + optionalDependencies: + graphql-sock: 1.0.1(graphql@16.10.0) transitivePeerDependencies: - encoding @@ -19978,6 +19985,7 @@ snapshots: graphql-sock@1.0.1(graphql@16.10.0): dependencies: graphql: 16.10.0 + optional: true graphql-subscriptions@3.0.0(graphql@16.10.0): dependencies: @@ -21207,7 +21215,7 @@ snapshots: dependencies: es5-ext: 0.10.64 - lucide-vue-next@0.506.0(vue@3.5.13(typescript@5.8.3)): + lucide-vue-next@0.508.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 a2d40415c..470289b69 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.506.0", + "lucide-vue-next": "^0.508.0", "reka-ui": "^2.1.0", "shadcn-vue": "^1.0.0", "tailwind-merge": "^2.6.0", diff --git a/web/package.json b/web/package.json index 75a4a8e49..3b2076d32 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.506.0", + "lucide-vue-next": "^0.508.0", "marked": "^15.0.0", "marked-base-url": "^1.1.6", "pinia": "^3.0.1",