Skip to content

Commit

Permalink
fix: packages/next/package.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-BRACES-6838727
  • Loading branch information
snyk-bot committed May 14, 2024
1 parent 34fc712 commit 2e27291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest --verbose --runInBand --forceExit"
},
"dependencies": {
"next": "^10.0.3",
"next": "^12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down

0 comments on commit 2e27291

Please sign in to comment.