From d6682bfddb80e2d9c92c33636d8e612c8ac40874 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Sep 2022 02:33:52 +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-OBJECTPATH-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd0ecff..7c9f326 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "async": "^1.4.2", "bluebird": "^3.4.6", "body-parser": "^1.13.1", - "chalk": "^1.1.0", + "chalk": "^2.0.0", "client-sessions": "^0.7.0", "commander": "^2.8.1", "debug": "^2.2.0", @@ -54,7 +54,7 @@ "hide-property": "0.0.1", "md5": "^2.0.0", "mkdirp": "^0.5.1", - "object-path": "^0.9.2", + "object-path": "^0.11.6", "sugar-glob": "^2.0.0" } }