diff --git a/package-lock.json b/package-lock.json index 6224bb8..ad1af6f 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.374.0", "next": "^13.4.4", "next-themes": "^0.2.1", "postgres": "^3.3.5", @@ -3930,9 +3930,9 @@ } }, "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.374.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.374.0.tgz", + "integrity": "sha512-3LAHdWe4sl2Qb1AfSxXKf08Tym7mxBoYeOo9KT7LXjM5WpnZ2fdj7GpZeYGwyNue6Gv4VYrl5pWgrF0MhkxS3A==", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } @@ -4109,6 +4109,33 @@ "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" + } + ], + "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..c08175d 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.374.0", "next": "^13.4.4", "next-themes": "^0.2.1", "postgres": "^3.3.5",