From 1c47a92e3f11c3292f9494dfb1f86d8a44bc2401 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:19:26 +0000 Subject: [PATCH] fix: server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - 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 --- server/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/package.json b/server/package.json index 3e82f020..ec8098e2 100644 --- a/server/package.json +++ b/server/package.json @@ -8,8 +8,8 @@ "dependencies": { "koa": "^1.0.0", "koa-bodyparser": "^2.0.1", - "koa-error": "^1.1.3", - "koa-logger": "^1.3.0", + "koa-error": "^2.0.0", + "koa-logger": "^3.2.1", "koa-passport": "^1.2.0", "koa-router": "^5.1.2", "passport": "^0.3.0",