From 8671222babe6233040cfa4f6a5b74cd007e8f7b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 07:20:32 +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 1c40b46..07ba953 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "./node_modules/mocha/bin/mocha --recursive" }, "dependencies": { - "superagent": "1.7.1" + "superagent": "3.6.1" }, "devDependencies": { "mocha": "~2.3.4",