From e1d20e4270895f5f7aa038746545e3b3cea27a7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Dec 2022 01:28:26 +0000 Subject: [PATCH] fix: demo/request/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-3153490 --- demo/request/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/request/package.json b/demo/request/package.json index 54d2b66..3291ec9 100644 --- a/demo/request/package.json +++ b/demo/request/package.json @@ -14,7 +14,7 @@ "license": "MIT", "dependencies": { "koa": "^2.3.0", - "koa-bodyparser": "^3.2.0" + "koa-bodyparser": "^4.1.0" }, "engines": { "node": ">=7.6.0",