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
  - @types/node from 18.17.15 to 18.19.47.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.0.28 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - @types/react-dom from 18.0.11 to 18.3.0.
    See this package in npm: https://www.npmjs.com/package/@types/react-dom

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/4b0fd18b-b12b-427a-b9f8-d670ceb972af?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 18, 2024
1 parent 778cef6 commit a4315a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/with-zustand/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.17.15",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/node": "18.19.47",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "4.9.5",
"zustand": "^4.3.6"
}
Expand Down

0 comments on commit a4315a0

Please sign in to comment.