diff --git a/package-lock.json b/package-lock.json index 6224bb8..63befac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tanstack/react-table": "^8.9.1", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", - "lucide-react": "0.241.0", + "lucide-react": "0.381.0", "next": "^13.4.4", "next-themes": "^0.2.1", "postgres": "^3.3.5", @@ -3930,9 +3930,10 @@ } }, "node_modules/lucide-react": { - "version": "0.241.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.241.0.tgz", - "integrity": "sha512-g22ci6iHuNc2hUwjiFz0D3jQQfQYrZBZesXG6+AX5rOV68Epttkt/nF6dMdz6reKJjtpoNzu+LKeKHGu/qjOgQ==", + "version": "0.381.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.381.0.tgz", + "integrity": "sha512-cft0ywFfHkGprX5pwKyS9jme/ksh9eYAHSZqFRKN0XGp70kia4uqZOTPB+i+O51cqiJlvGLqzMGWnMHaeJTs3g==", + "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } @@ -4109,6 +4110,34 @@ "react-dom": "*" } }, + "node_modules/next/node_modules/postcss": { + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, "node_modules/node-abi": { "version": "3.43.0", "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.43.0.tgz", diff --git a/package.json b/package.json index c0f0afa..aba0af5 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@tanstack/react-table": "^8.9.1", "class-variance-authority": "^0.6.0", "clsx": "^1.2.1", - "lucide-react": "0.241.0", + "lucide-react": "0.381.0", "next": "^13.4.4", "next-themes": "^0.2.1", "postgres": "^3.3.5",