From 380cd53eb87a45b271da73f2e92ad59f810b59c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 07:43:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 035bc38..8670f16 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "cors": "^2.4.2", - "debug": "^2.1.0", + "debug": "^3.1.0", "oada-error": "^0.3.0", "object-assign": "^1.0.0" },