From b185d6cac1e226d36628621c10ab9e9c17a42389 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 03:02:20 +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 2cbcc2bb5071..b6a2b9d7c720 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,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",