Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - next from 13.4.7 to 13.5.6.
    See this package in npm: https://www.npmjs.com/package/next
  - next-translate from 2.4.0 to 2.6.2.
    See this package in npm: https://www.npmjs.com/package/next-translate

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/8e588e12-14b6-4653-95d8-1f8cda828794?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 778cef6 commit b1a3100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-next-translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "next start"
},
"dependencies": {
"next": "13.4.7",
"next-translate": "2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0"
"next": "13.5.6",
"next-translate": "2.6.2",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"next-translate-plugin": "2.4.0"
Expand Down

0 comments on commit b1a3100

Please sign in to comment.