From 2a96e6d7ca9310b3f6b233630a28bba489a59c65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 20:20:33 +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 197427ce416a..b8cd22ce41c3 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "prettyjson": "1.1.3", "rss": "1.2.1", "sanitize-html": "1.13.0", - "semver": "5.3.0", + "semver": "7.5.2", "showdown-ghost": "0.3.6", "superagent": "3.8.1", "unidecode": "0.1.8",