Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-8520073
  • Loading branch information
snyk-bot committed Dec 18, 2024
1 parent 033aef2 commit 91d8c8a
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 108 deletions.
223 changes: 116 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"format": "prettier '**/*' --write --ignore-unknown"
},
"dependencies": {
"next": "latest",
"next": "14.2.15",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down

0 comments on commit 91d8c8a

Please sign in to comment.