From 039c2ebc106e0da9b27bd14b1f606a8fbb9e9714 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Oct 2025 08:48:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ZOD-5925617 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416 - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989 - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 - https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a11904d..fecd086 100644 --- a/package.json +++ b/package.json @@ -56,17 +56,17 @@ "dependencies": { "@prisma/client": "^4.13.0", "amqplib": "^0.10.3", - "cookie-parser": "^1.4.6", + "cookie-parser": "^1.4.7", "dayjs": "^1.11.10", "dotenv": "^16.0.3", "email-templates": "^11.1.1", - "express": "^4.18.2", + "express": "^4.21.2", "fast-jwt": "^2.2.2", "ms": "^2.1.3", - "nodemailer": "^6.9.5", + "nodemailer": "^6.9.9", "prisma": "^4.13.0", "pug": "^3.0.2", "redis": "^4.6.6", - "zod": "^3.21.4" + "zod": "^3.22.3" } }