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-NEXT-2405694
  • Loading branch information
snyk-bot authored and Jacquelyn Vinson committed Mar 15, 2022
1 parent a75482b commit 31d8d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-next-translate/package.json
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"next": "10.0.3",
"next": "12.1.0",
"next-translate": "1.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
Expand Down

0 comments on commit 31d8d8b

Please sign in to comment.