Spaces:
Sleeping
Sleeping
snyk-bot
commited on
Commit
•
68e82c8
1
Parent(s):
6c53bfe
fix: upgrade lucide-react from 0.408.0 to 0.427.0
Browse filesSnyk has created this PR to upgrade lucide-react from 0.408.0 to 0.427.0.
See this package in npm:
lucide-react
See this project in Snyk:
https://app.snyk.io/org/salgadev/project/e5f65957-1125-4da0-a65d-1d74dbee9264?utm_source=github&utm_medium=referral&page=upgrade-pr
- frontend/package-lock.json +5 -5
- frontend/package.json +1 -1
frontend/package-lock.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"@radix-ui/react-slot": "^1.0.2",
|
18 |
"class-variance-authority": "^0.7.0",
|
19 |
"clsx": "^2.0.0",
|
20 |
-
"lucide-react": "^0.
|
21 |
"react": "^18.2.0",
|
22 |
"react-dom": "^18.2.0",
|
23 |
"tailwind-merge": "^2.4.0",
|
@@ -4299,12 +4299,12 @@
|
|
4299 |
}
|
4300 |
},
|
4301 |
"node_modules/lucide-react": {
|
4302 |
-
"version": "0.
|
4303 |
-
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.
|
4304 |
-
"integrity": "sha512-
|
4305 |
"license": "ISC",
|
4306 |
"peerDependencies": {
|
4307 |
-
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
4308 |
}
|
4309 |
},
|
4310 |
"node_modules/merge2": {
|
|
|
17 |
"@radix-ui/react-slot": "^1.0.2",
|
18 |
"class-variance-authority": "^0.7.0",
|
19 |
"clsx": "^2.0.0",
|
20 |
+
"lucide-react": "^0.427.0",
|
21 |
"react": "^18.2.0",
|
22 |
"react-dom": "^18.2.0",
|
23 |
"tailwind-merge": "^2.4.0",
|
|
|
4299 |
}
|
4300 |
},
|
4301 |
"node_modules/lucide-react": {
|
4302 |
+
"version": "0.427.0",
|
4303 |
+
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.427.0.tgz",
|
4304 |
+
"integrity": "sha512-lv9s6c5BDF/ccuA0EgTdskTxIe11qpwBDmzRZHJAKtp8LTewAvDvOM+pTES9IpbBuTqkjiMhOmGpJ/CB+mKjFw==",
|
4305 |
"license": "ISC",
|
4306 |
"peerDependencies": {
|
4307 |
+
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
|
4308 |
}
|
4309 |
},
|
4310 |
"node_modules/merge2": {
|
frontend/package.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"@radix-ui/react-slot": "^1.0.2",
|
21 |
"class-variance-authority": "^0.7.0",
|
22 |
"clsx": "^2.0.0",
|
23 |
-
"lucide-react": "^0.
|
24 |
"react": "^18.2.0",
|
25 |
"react-dom": "^18.2.0",
|
26 |
"tailwind-merge": "^2.4.0",
|
|
|
20 |
"@radix-ui/react-slot": "^1.0.2",
|
21 |
"class-variance-authority": "^0.7.0",
|
22 |
"clsx": "^2.0.0",
|
23 |
+
"lucide-react": "^0.427.0",
|
24 |
"react": "^18.2.0",
|
25 |
"react-dom": "^18.2.0",
|
26 |
"tailwind-merge": "^2.4.0",
|