From 53066d0af4ca2c42c2fcb067c574744da7349ca2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 May 2023 20:41: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index acb6eaad0b..c5334a7fe3 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "chalk": "^1.1.3", "cheerio": "^0.20.0", "deep-assign": "^2.0.0", - "hexo-cli": "^1.0.2", + "hexo-cli": "^4.3.1", "hexo-front-matter": "^0.2.2", "hexo-fs": "^0.1.5", "hexo-i18n": "^0.2.1",