From 42ecfd81f8e39b2bd6e62956625f38001b14744e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 21:13:03 +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-SETVALUE-1540541 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fcd5fdbc..c975e7c5 100644 --- a/package.json +++ b/package.json @@ -34,11 +34,11 @@ "arr-union": "^3.0.0", "async-helper-base": "^0.2.0", "base-loader": "^0.1.0", - "chalk": "^1.1.1", + "chalk": "^2.0.0", "composer": "^0.4.0", "computed-property": "^0.1.2", "cwd": "^0.8.0", - "data-store": "^0.8.2", + "data-store": "^0.10.0", "diff": "^2.0.2", "engine-lodash": "^0.8.0", "event-stream": "^3.3.1", @@ -67,7 +67,7 @@ "lint-templates": "^0.1.2", "lodash": "^3.10.1", "log-symbols": "^1.0.2", - "logging-helpers": "^0.4.0", + "logging-helpers": "^1.0.0", "markdown-toc": "^0.11.5", "markdown-utils": "^0.7.1", "micromatch": "^2.2.0", @@ -86,7 +86,7 @@ "relative-dest": "^0.1.0", "remarkable": "^1.6.0", "stringify-travis-url": "^0.1.0", - "template": "^0.14.3", + "template": "^0.15.0", "template-helper-apidocs": "^0.4.4", "template-helpers": "^0.3.2", "template-toc": "^0.3.3",