Skip to content

Commit

Permalink
[chore] upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkwinter committed Aug 3, 2024
1 parent 9389839 commit b7c94ab
Show file tree
Hide file tree
Showing 4 changed files with 1,793 additions and 1,032 deletions.
10 changes: 5 additions & 5 deletions account-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"start": "node server.js"
},
"dependencies": {
"@fastify/cors": "^8.2.1",
"@fastify/rate-limit": "^8.0.0",
"dotenv": "^16.0.3",
"fastify": "^4.17.0",
"undici": "^5.22.1"
"@fastify/cors": "^9.0.1",
"@fastify/rate-limit": "^9.1.0",
"dotenv": "^16.4.5",
"fastify": "^4.28.1",
"undici": "^6.19.5"
}
}
Loading

0 comments on commit b7c94ab

Please sign in to comment.