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.1.0 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.1.0 to 18.2.0.
    See this package in npm: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/woodpile37/project/05f3d70f-4950-428f-b05f-c576c1938b21?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Oct 17, 2023
1 parent 133413f commit 02a5ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-fingerprintjs-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-react": "1.0.1",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0"
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down

0 comments on commit 02a5ec4

Please sign in to comment.