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.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.1.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom
  - @fingerprintjs/fingerprintjs-pro-react from 1.0.1 to 1.5.0.
    See this package in npm: https://www.npmjs.com/package/@fingerprintjs/fingerprintjs-pro-react

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/32e70319-8f04-4c4a-934e-526695f0f96c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent 778cef6 commit 3d667ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/with-fingerprintjs-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "next start"
},
"dependencies": {
"@fingerprintjs/fingerprintjs-pro-react": "1.0.1",
"@fingerprintjs/fingerprintjs-pro-react": "1.5.0",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "17.0.40",
Expand Down

0 comments on commit 3d667ee

Please sign in to comment.