Skip to content

Commit

Permalink
fix: examples/with-cookie-auth-fauna/package.json to reduce vulnerabi…
Browse files Browse the repository at this point in the history
…lities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 9, 2024
1 parent a5fea53 commit ecbfa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-cookie-auth-fauna/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "next start"
},
"dependencies": {
"cookie": "^0.4.0",
"cookie": "^0.7.0",
"faunadb": "2.10.0",
"next": "latest",
"react": "^16.8.6",
Expand Down

0 comments on commit ecbfa86

Please sign in to comment.