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 12.3.0 to 12.3.4.
    See this package in npm: https://www.npmjs.com/package/next

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/2b0e2960-b27a-4dd3-bf39-7cc2d4f8ab04?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 10, 2024
1 parent 6828763 commit 38dbc15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/create-turbo/templates/pnpm/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"next": "12.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "12.3.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"ui": "workspace:*"
},
"devDependencies": {
Expand Down

0 comments on commit 38dbc15

Please sign in to comment.