From b3ac7e77d03c130d4161d4986a33495e96a29e47 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 23:48:36 +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 d9f4bb8c8be3..4a4eb2f6ec64 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "revalidator": "^0.3.1", "rss-parser": "^3.12.0", "scroll-anchoring": "^0.1.0", - "semver": "^7.3.5", + "semver": "^7.5.2", "slash": "^4.0.0", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.3",