From f952978d5bf5c3381d9a94a654bc319cc503fde0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 18:57:35 +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 0dd6e1a9cf95..a8299d9c3ebf 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,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",