From ef8a64774e3f08c1d558d668c3f3dcb3aa064cee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 22:07:50 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9fce442..0755991 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "homepage": "https://github.com/ModClean/modclean", "dependencies": { "async-each-series": "^1.1.0", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "clui": "^0.3.1", "commander": "^2.9.0", "empty-dir": "^0.2.1", @@ -47,7 +47,7 @@ "modclean-patterns-default": "latest", "rimraf": "^2.5.4", "subdirs": "^1.0.0", - "update-notifier": "^1.0.3" + "update-notifier": "^4.0.0" }, "engines": { "node": ">=6.9.0"