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
  - classnames from 2.3.1 to 2.5.1.
    See this package in npm: https://www.npmjs.com/package/classnames
  - date-fns from 2.28.0 to 2.30.0.
    See this package in npm: https://www.npmjs.com/package/date-fns
  - faunadb from 4.5.4 to 4.8.0.
    See this package in npm: https://www.npmjs.com/package/faunadb
  - graphql from 16.5.0 to 16.9.0.
    See this package in npm: https://www.npmjs.com/package/graphql

See this project in Snyk:
https://app.snyk.io/org/sammytezzy/project/03b29951-ad67-4376-9bb5-0161e72d3629?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 778cef6 commit 2cc5543
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/with-fauna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"setup": "node ./scripts/setup.js"
},
"dependencies": {
"classnames": "2.3.1",
"date-fns": "2.28.0",
"faunadb": "4.5.4",
"graphql": "16.5.0",
"classnames": "2.5.1",
"date-fns": "2.30.0",
"faunadb": "4.8.0",
"graphql": "16.9.0",
"graphql-request": "4.3.0",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"swr": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2cc5543

Please sign in to comment.