From 064bb6994a85b0d09788875cf48b69f97a7ad9ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:22:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 00feea3..313e88f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/network-interfaces": "^1.1.0", "@types/semver": "^6.0.2", "@types/shortid": "0.0.29", - "debug": "^4.1.1", + "debug": "^4.3.1", "lodash": "^4.17.19", "md5.js": "^1.3.5", "path": "^0.12.7",