From 3e54377f904254c52c43dac1fea4a63ad4347d18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 18:31:30 +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 5fa8dca88b..3c05a77a04 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "passport-oauth2-client-password": "0.1.2", "raw-body": "2.4.1", "request": "2.88.0", - "semver": "6.3.0", + "semver": "7.5.2", "tar": "6.0.5", "uglify-js": "3.11.6", "when": "3.7.8",