From d4c4179e4002371e25cfbf651f5725265997b39a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 20:34:07 +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 acb6eaad0b..58cc9a89b1 100644 --- a/package.json +++ b/package.json @@ -31,21 +31,21 @@ "abbrev": "^1.0.7", "archy": "^1.0.0", "bluebird": "^3.4.0", - "chalk": "^1.1.3", + "chalk": "^2.0.0", "cheerio": "^0.20.0", "deep-assign": "^2.0.0", "hexo-cli": "^1.0.2", "hexo-front-matter": "^0.2.2", "hexo-fs": "^0.1.5", "hexo-i18n": "^0.2.1", - "hexo-log": "^0.1.2", + "hexo-log": "^3.0.0", "hexo-util": "^0.6.0", "js-yaml": "^3.6.1", "lodash": "^4.13.1", "minimatch": "^3.0.0", "moment": "~2.13.0", "moment-timezone": "^0.5.4", - "nunjucks": "^2.4.2", + "nunjucks": "^3.2.1", "pretty-hrtime": "^1.0.2", "strip-indent": "^1.0.1", "swig": "1.4.2",