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 20.1.3 to 20.15.0.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.2.6 to 18.3.3.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - @types/react-dom from 18.2.4 to 18.3.0.
    See this package in npm: https://www.npmjs.com/package/@types/react-dom
  - next from 13.4.2 to 13.5.6.
    See this package in npm: https://www.npmjs.com/package/next
  - typescript from 5.0.4 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/344a7a27-3b47-43e2-b769-369bda4a4758?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 778cef6 commit 9708656
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/with-clerk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"@clerk/nextjs": "^4.17.3",
"@types/node": "20.1.3",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"next": "13.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
"@types/node": "20.15.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"next": "13.5.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.5.4"
}
}

0 comments on commit 9708656

Please sign in to comment.