From aa2ee3544fa421a6d309629e953ee1db238c097a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:13:07 +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 bf36c933c3..808d9918d9 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "read-metadata": "^1.0.0", "request": "^2.67.0", "rimraf": "^2.5.0", - "semver": "^5.1.0", + "semver": "^7.5.2", "uid": "0.0.2", "validate-npm-package-name": "^2.2.2" },