From dd5dd503075f094cb611404c18ed11e699daddb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 17:44:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-SOURCEMAPSUPPORT-6112477 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a64e51..80695eb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bcrypt": "^1.0.3", "body-parser": "^1.18.2", "cors": "^2.8.4", - "email-templates": "^3.3.4", + "email-templates": "^11.1.1", "express": "^4.16.2", "express-fileupload": "^0.4.0", "fs": "0.0.1-security", @@ -32,7 +32,7 @@ "path": "^0.12.7", "readline-sync": "^1.4.9", "request-ip": "^2.0.2", - "ts-node": "^5.0.1", + "ts-node": "^10.2.0", "typescript": "^2.7.2" } }