From aa3f721f4ee55a0e3a80336611503ee8f43c44f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:08:02 +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-ANSIREGEX-1583908 --- .../qs-package/node_modules/update-notifier/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..282e614e57 100644 --- a/test/fixtures/qs-package/node_modules/update-notifier/package.json +++ b/test/fixtures/qs-package/node_modules/update-notifier/package.json @@ -63,13 +63,13 @@ "url": "https://github.com/yeoman/update-notifier/issues" }, "dependencies": { - "chalk": "^1.0.0", + "chalk": "^2.0.0", "configstore": "^1.0.0", "is-npm": "^1.0.0", "latest-version": "^1.0.0", "repeating": "^1.1.2", "semver-diff": "^2.0.0", - "string-length": "^1.0.0" + "string-length": "^5.0.0" }, "description": "Update notifications for your CLI app", "devDependencies": {