From 7ca658d7218c16ec55f76191dcd586b56a99c9ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 22:44:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 - https://snyk.io/vuln/npm:uglify-js:20151024 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2f9fa39d..8f727e1b6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "koa-limit": "^1.0.2", "koa-markdown": "^2.0.2", "koa-maxrequests": "^1.0.0", - "koa-middlewares": "^2.1.0", + "koa-middlewares": "^6.0.0", "koa-mock": "^1.6.2", "koa-proxy": "^0.9.0", "koa-rewrite": "^1.1.2",