From f8c98dbca96d640dbe6346170e24ad2513200ce6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 20:02:03 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/npm:hoek:20180212 --- api/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package.json b/api/package.json index 8631663..473eabc 100644 --- a/api/package.json +++ b/api/package.json @@ -19,23 +19,23 @@ "express": "^4.14.0", "express-unless": "^0.3.0", "faker": "^4.1.0", - "image-downloader": "^3.2.2", + "image-downloader": "^4.0.0", "jsonwebtoken": "^7.4.1", "mongo-sequence": "^0.1.5", "mongodb": "^2.2.11", "multer": "^1.3.0", - "nodemon": "^1.11.0", + "nodemon": "^2.0.0", "passport": "^0.3.2", - "passport-jwt": "^2.2.1", + "passport-jwt": "^4.0.0", "passport-local": "^1.0.0", "path": "^0.12.7", "random-words": "0.0.1", "regex": "^0.1.1", - "remarkable": "1.6.2", + "remarkable": "1.7.4", "request": "^2.81.0", "request-json": "^0.6.2", "sentencer": "^0.1.5", "serve-static": "^1.11.1", - "swagger-jsdoc": "^1.3.0" + "swagger-jsdoc": "^3.0.0" } }