Skip to content

Commit

Permalink
fix: upgrade cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 24, 2024
1 parent da59de6 commit 7298aac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.1.2",
"cookie": "^0.5.0",
"cookie": "^1.0.0",
"ws": "^8.12.1"
},
"devDependencies": {
"@fastify/cookie": "^10.0.0",
"@mercuriusjs/federation": "^4.0.0",
"@mercuriusjs/gateway": "^4.0.1",
"@types/cookie": "^0.5.1",
"@types/node": "^14.18.37",
"@types/readable-stream": "^2.3.15",
"@types/tap": "^15.0.12",
Expand Down
37 changes: 16 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7298aac

Please sign in to comment.