From 4dccd0af1465649fdd17311ccb3f5a1d57aa10a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 05:02:10 +0000 Subject: [PATCH] fix: Chapter06/Server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 --- Chapter06/Server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter06/Server/package.json b/Chapter06/Server/package.json index c0b273d..be862ee 100644 --- a/Chapter06/Server/package.json +++ b/Chapter06/Server/package.json @@ -11,7 +11,7 @@ "express": "^4.12.3", "lodash": "^4.17.4", "lowdb": "^0.16.2", - "swagger-express-mw": "^0.1.0", + "swagger-express-mw": "^0.6.0", "swagger-tools": "^0.10.1", "swagger-ui": "^3.1.1", "yamljs": "^0.3.0"