From dc37a5f2f34b23a5353039a90be889955c28d68d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 02:11:53 +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 5b116dd..0b4d764 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "url": "https://github.com/neontribe/DocReady/issues" }, "dependencies": { - "body-parser": "^1.12.4", + "body-parser": "^1.19.2", "consolidate": "^0.15.1", - "express": "^4.12.3", + "express": "^4.17.3", "grunt": "~1.0.4", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "~2.0.0",