Skip to content

Commit 98c1990

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709
1 parent 4678279 commit 98c1990

File tree

2 files changed

+55
-88
lines changed

2 files changed

+55
-88
lines changed

package-lock.json

Lines changed: 53 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@marsidev/react-turnstile": "^0.7.2",
1414
"@prisma/client": "^5.22.0",
1515
"@radix-ui/react-accordion": "^1.2.0",
16-
"@radix-ui/react-aspect-ratio": "^1.1.2",
16+
"@radix-ui/react-aspect-ratio": "^1.1.0",
1717
"@radix-ui/react-avatar": "^1.1.1",
1818
"@radix-ui/react-checkbox": "^1.1.4",
1919
"@radix-ui/react-dialog": "^1.1.6",
@@ -42,7 +42,7 @@
4242
"ioredis": "^5.4.1",
4343
"lottie-react": "^2.4.0",
4444
"lucide-react": "^0.469.0",
45-
"next": "14.2.21",
45+
"next": "14.2.25",
4646
"next-auth": "^4.24.7",
4747
"next-themes": "^0.3.0",
4848
"prisma": "^5.22.0",

0 commit comments

Comments
 (0)