From a2c907c75c6d85d0acb4644edf899f11ed17a36b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 03:55:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b841872f4a..ccdd2b68e6a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "accepts": "~1.3.7", "array-flatten": "1.1.1", - "body-parser": "1.19.0", + "body-parser": "1.19.2", "content-disposition": "0.5.3", "content-type": "~1.0.4", "cookie": "0.4.0", @@ -48,7 +48,7 @@ "parseurl": "~1.3.3", "path-to-regexp": "0.1.7", "proxy-addr": "~2.0.5", - "qs": "6.7.0", + "qs": "6.7.3", "range-parser": "~1.2.1", "safe-buffer": "5.1.2", "send": "0.17.1",