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
  - reflect-metadata from 0.1.13 to 0.2.2.
    See this package in npm: https://www.npmjs.com/package/reflect-metadata

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/7a7c3566-62d1-461c-98a2-99b7d5882d6b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 778cef6 commit 8f0bf45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-tigris/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"@tigrisdata/core": "latest",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "0.1.13"
"react": "18.3.1",
"react-dom": "18.3.1",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "18.11.2",
Expand Down

0 comments on commit 8f0bf45

Please sign in to comment.