From 97c9c445c66421a9bbcc90ae4104a07a3672a766 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 03:47: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 98e8fd24adaf..8e83da11f0ac 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,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",