Skip to content

Commit 0319785

Browse files
committed
fix: packages/email-server/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTIFY-15182642 - https://snyk.io/vuln/SNYK-JS-FASTIFY-15182641
1 parent c60cd35 commit 0319785

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/email-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"cron": "^2.1.0",
4141
"dotenv": "^16.0.3",
4242
"encoding": "^0.1.13",
43-
"fastify": "^4.0.0",
44-
"fastify-cli": "^5.5.1",
43+
"fastify": "^5.7.3",
44+
"fastify-cli": "^7.0.0",
4545
"fastify-cron": "^1.3.1",
4646
"fastify-plugin": "^4.3.0",
4747
"html-minifier": "^4.0.0",

0 commit comments

Comments
 (0)