From ae566fa133a9bf3dc0ca81b7b6bea99bc078603c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 19:17:21 +0000 Subject: [PATCH] fix: 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-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-LODASH-73638 - https://snyk.io/vuln/SNYK-JS-LODASH-73639 - https://snyk.io/vuln/SNYK-JS-MERGE-1040469 - https://snyk.io/vuln/SNYK-JS-MERGE-1042987 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index dd94fa07..74388057 100644 --- a/package.json +++ b/package.json @@ -73,19 +73,19 @@ }, "dependencies": { "cachedir": "^1.1.0", - "chalk": "1.1.3", + "chalk": "2.0.0", "cz-conventional-changelog": "2.0.0", "dedent": "0.6.0", "detect-indent": "4.0.0", - "find-node-modules": "1.0.4", + "find-node-modules": "2.1.1", "find-root": "1.0.0", "fs-extra": "^1.0.0", "glob": "7.1.1", - "inquirer": "1.2.3", - "lodash": "4.17.2", - "minimist": "1.2.0", + "inquirer": "3.2.0", + "lodash": "4.17.21", + "minimist": "1.2.6", "path-exists": "2.1.0", - "shelljs": "0.7.6", + "shelljs": "0.8.5", "strip-json-comments": "2.0.1" }, "babel": {