From 29ee823cda7c62a860c62f007d296457c817edb4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:25:17 +0000 Subject: [PATCH] fix: lib/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- lib/cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 130587b9a00..ec6d12c2000 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -51,10 +51,10 @@ "jscodeshift": "^0.6.3", "json5": "^2.1.1", "pkg-add-deps": "^0.1.0", - "semver": "^6.0.0", + "semver": "^7.5.2", "shelljs": "^0.8.3", "strip-json-comments": "^3.0.1", - "update-notifier": "^3.0.0" + "update-notifier": "^6.0.0" }, "devDependencies": { "@storybook/addon-actions": "5.3.0-alpha.22",