diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b88479..335bf89 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -197,8 +197,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 lucide-react: - specifier: 0.453.0 - version: 0.453.0(react@18.3.1) + specifier: 0.474.0 + version: 0.474.0(react@18.3.1) next-themes: specifier: ^0.3.0 version: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -4095,10 +4095,10 @@ packages: lsofi@1.0.0: resolution: {integrity: sha512-MKr9vM1MSm+TSKfI05IYxpKV1NCxpJaBLnELyIf784zYJ5KV9lGCE1EvpA2DtXDNM3fCuFeCwXUzim/fyQRi+A==} - lucide-react@0.453.0: - resolution: {integrity: sha512-kL+RGZCcJi9BvJtzg2kshO192Ddy9hv3ij+cPrVPWSRzgCWCVazoQJxOjAwgK53NomL07HB7GPHW120FimjNhQ==} + lucide-react@0.474.0: + resolution: {integrity: sha512-CmghgHkh0OJNmxGKWc0qfPJCYHASPMVSyGY8fj3xgk4v84ItqDg64JNKFZn5hC6E0vHi6gxnbCgwhyVB09wQtA==} peerDependencies: - react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 magic-string@0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} @@ -10116,7 +10116,7 @@ snapshots: is-number: 2.1.0 through2: 2.0.5 - lucide-react@0.453.0(react@18.3.1): + lucide-react@0.474.0(react@18.3.1): dependencies: react: 18.3.1 diff --git a/services/pos/package.json b/services/pos/package.json index 50809fa..94f2a62 100644 --- a/services/pos/package.json +++ b/services/pos/package.json @@ -33,7 +33,7 @@ "highcharts-react-official": "^3.2.1", "input-otp": "^1.2.4", "lodash": "^4.17.21", - "lucide-react": "0.453.0", + "lucide-react": "0.474.0", "next-themes": "^0.3.0", "qrcode.react": "^4.1.0", "react": "^18.3.1",