Skip to content

Commit

Permalink
fix: examples/with-next-translate/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-ELLIPTIC-8187303
- https://snyk.io/vuln/SNYK-JS-NEXT-8186172
  • Loading branch information
snyk-bot committed Oct 21, 2024
1 parent 6cb8c7e commit 046a333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-next-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "10.0.3",
"next": "14.2.7",
"next-translate": "1.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down

0 comments on commit 046a333

Please sign in to comment.