From 9aa321076e23d58aa15310f0d199f1aa62faa333 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 17:16:18 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/update-notifier/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- .../qs-package/node_modules/update-notifier/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/update-notifier/package.json b/test/fixtures/qs-package/node_modules/update-notifier/package.json index 3a539e1705..f845747c23 100644 --- a/test/fixtures/qs-package/node_modules/update-notifier/package.json +++ b/test/fixtures/qs-package/node_modules/update-notifier/package.json @@ -68,7 +68,7 @@ "is-npm": "^1.0.0", "latest-version": "^1.0.0", "repeating": "^1.1.2", - "semver-diff": "^2.0.0", + "semver-diff": "^4.0.0", "string-length": "^1.0.0" }, "description": "Update notifications for your CLI app",