From 38577e260bb4eaa52dd993acc06b319e7acaebc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 19:07:01 +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 bd9f370..ae7721c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "once": "^1.4.0", "qs": "^6.6.0", "restify-errors": "^8.0.2", - "semver": "^5.6.0", + "semver": "^7.5.2", "tunnel-agent": "^0.6.0", "uuid": "^3.3.2" },