Skip to content

Commit

Permalink
fix: legacy_packages/auth/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-io[bot] authored Oct 7, 2024
1 parent 342f952 commit 6d6fd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy_packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@thirdweb-dev/wallets": "workspace:*",
"cookie": "^0.6.0",
"cookie": "^0.7.0",
"fastify-type-provider-zod": "^1.1.9",
"uuid": "^9.0.1",
"zod": "3.23.8"
Expand Down

0 comments on commit 6d6fd82

Please sign in to comment.