From 86724c4ce7cba7d04c769857b25ccdeebd308317 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 15:16:26 +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 dec6d0f..cd1a9b7 100644 --- a/package.json +++ b/package.json @@ -41,12 +41,12 @@ "progress": "1.1.8", "prompt": "1.0.0", "request": "2.75.0", - "semver": "5.3.0", + "semver": "7.5.2", "split": "1.0.0", "text-table": "0.2.0", "through": "2.3.8", "underscore": "1.8.3", - "update-notifier": "1.0.2", + "update-notifier": "6.0.0", "uuid": "^3.0.0", "zip-stream": "1.1.0" },