From 61f848c40c98380be0945793ce43402eb0037c2b Mon Sep 17 00:00:00 2001 From: JFrog-Frogbot Date: Tue, 25 Mar 2025 01:41:15 +0000 Subject: [PATCH] Upgrade ejs to 3.1.10 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cd1d228..8d9bbc2 100644 --- a/package.json +++ b/package.json @@ -25,11 +25,12 @@ "date-fns": "^2.6.0", "debug": "^4.1.1", "dotenv": "^16.4.7", - "ejs": "^2.2.2", + "ejs": "^3.1.10", "express": "^4.17.1", "express-validator": "^6.2.0", "faker": "^4.1.0", "helmet": "^3.21.2", + "istanbul-lib-instrument": "5.2.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.6.1", "markedjs": "^0.0.1-security", @@ -38,7 +39,6 @@ "mongoose": "^5.7.7", "nodemailer": "6.10.0", "nodemailer-mailgun-transport": "2.1.5", - "istanbul-lib-instrument":"5.2.1", "passport": "^0.4.1" }, "_moduleAliases": { @@ -51,9 +51,9 @@ "@validations": "validations" }, "devDependencies": { + "@jridgewell/trace-mapping": "^0.3.17", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", - "@jridgewell/trace-mapping": "^0.3.17", "jest": "^29.7.0", "jest-junit": "^16.0.0", "supertest": "^7.1.0"