From 75456024d888b97c9355d66513be4d3283f11bdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Sep 2022 14:23:36 +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 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- .../qs-package/node_modules/update-notifier/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 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..061f13ffbc 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", + "latest-version": "^6.0.0", "repeating": "^1.1.2", "semver-diff": "^2.0.0", - "string-length": "^1.0.0" + "string-length": "^2.0.0" }, "description": "Update notifications for your CLI app", "devDependencies": {