From 1a4a5cb401c2ba0b028d53edcdb75852e7be92d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 20:01:49 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d7421d331eaf..99a49ab71145 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", @@ -153,7 +153,7 @@ "mkdirp": "^1.0.4", "mockdate": "^3.0.5", "nock": "^13.2.2", - "nodemon": "^2.0.15", + "nodemon": "^2.0.17", "npm-merge-driver-install": "^3.0.0", "postcss": "^8.4.6", "prettier": "^2.5.1",