From 872d4d8d96dd62e2892a345940fd9fd6aadc9f4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 22:42:02 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fcd5fdbc..19082c45 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "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", @@ -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",