From 6ac3ec6d37174622ca125eab277a347f18662695 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 07:47:26 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/clite/node_modules/yargs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- .../node_modules/clite/node_modules/yargs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/qs-package/node_modules/clite/node_modules/yargs/package.json b/test/fixtures/qs-package/node_modules/clite/node_modules/yargs/package.json index b2c58dd40d..1f4dda129e 100644 --- a/test/fixtures/qs-package/node_modules/clite/node_modules/yargs/package.json +++ b/test/fixtures/qs-package/node_modules/clite/node_modules/yargs/package.json @@ -50,7 +50,7 @@ "url": "https://github.com/yargs/yargs/issues" }, "dependencies": { - "cliui": "^3.2.0", + "cliui": "^6.0.0", "decamelize": "^1.1.1", "get-caller-file": "^1.0.1", "lodash.assign": "^4.0.3",