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:
  - cookie from 0.4.2 to 0.6.0.
    See this package in npm: https://www.npmjs.com/package/cookie
  - faunadb from 2.10.0 to 2.14.2.
    See this package in npm: https://www.npmjs.com/package/faunadb

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/c585b5dc-f423-456e-96dc-471a49d2267e?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent 778cef6 commit 470bea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-cookie-auth-fauna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"start": "next start"
},
"dependencies": {
"cookie": "^0.4.0",
"faunadb": "2.10.0",
"cookie": "^0.6.0",
"faunadb": "2.14.2",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 470bea9

Please sign in to comment.