From a8d32d49fd99bc12c876406cbf601461d62f23ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 01:35:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28c9585..d4cbc3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "agent-base": "^2.0.1", + "agent-base": "^4.0.0", "async": "^2.1.5", "consolidate": "^0.14.5", "mailgun-js": "^0.8.2",