Skip to content

Commit

Permalink
update fastify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Jul 18, 2024
1 parent f3d6857 commit b922ba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^20.11.30",
"@types/simple-oauth2": "^5.0.7",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"nock": "^13.5.4",
"simple-get": "^4.0.1",
"snazzy": "^9.0.0",
Expand All @@ -40,8 +40,8 @@
"tsd": "^0.31.0"
},
"dependencies": {
"@fastify/cookie": "^9.3.1",
"fastify-plugin": "^4.5.1",
"@fastify/cookie": "^10.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"simple-oauth2": "^5.0.0"
},
"publishConfig": {
Expand Down

0 comments on commit b922ba7

Please sign in to comment.