From 54cee24c451119150181f1062ba2eba814fd2c2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 03:22:19 +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..76afa4913f 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": "^3.0.0" }, "description": "Update notifications for your CLI app", "devDependencies": {