From 0dd9f102b0feb75e793c98deff8c8f4ec6755ff9 Mon Sep 17 00:00:00 2001 From: JFrog-Frogbot Date: Tue, 25 Mar 2025 01:41:08 +0000 Subject: [PATCH] Upgrade passport to 0.6.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cd1d228..9aed6b1 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "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,8 +39,7 @@ "mongoose": "^5.7.7", "nodemailer": "6.10.0", "nodemailer-mailgun-transport": "2.1.5", - "istanbul-lib-instrument":"5.2.1", - "passport": "^0.4.1" + "passport": "^0.6.0" }, "_moduleAliases": { "@config": "config", @@ -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"