From f742ef9db0c04312a4b00f2dd28203efc9e138ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Dec 2023 14:03:45 +0000 Subject: [PATCH] fix: server-koa2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KOACORS-6117545 --- server-koa2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-koa2/package.json b/server-koa2/package.json index 5be8002..2240726 100644 --- a/server-koa2/package.json +++ b/server-koa2/package.json @@ -12,7 +12,7 @@ "license": "MIT", "dependencies": { "@graphile-contrib/pg-simplify-inflector": "^4.0.0-alpha.0", - "@koa/cors": "2.2.1", + "@koa/cors": "5.0.0", "graphile-utils": "^4.4.0-beta.1", "http-proxy": "1.18.1", "koa": "2.5.1",