From d391924bc4d5d7e64e22c3b7042ef166931822b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 01:49:58 +0000 Subject: [PATCH] fix: node_modules/enquirer/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-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-MOCHA-561476 - https://snyk.io/vuln/SNYK-JS-PROMPTS-1729737 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/enquirer/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/enquirer/package.json b/node_modules/enquirer/package.json index f4815e037a..ba544504b6 100644 --- a/node_modules/enquirer/package.json +++ b/node_modules/enquirer/package.json @@ -33,9 +33,9 @@ "@types/node": "^8", "gulp-format-md": "^2.0.0", "inquirer": "^6.2.0", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "prompts": "^1.2.1", + "mocha": "^10.1.0", + "nyc": "^15.0.0", + "prompts": "^2.4.2", "time-require": "github:jonschlinkert/time-require", "typescript": "^3.1.6" },