From 25ee166ea058bb2cee7549d793c270d3f581ea9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 21:30:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index acb6eaad0b..8168dcad60 100644 --- a/package.json +++ b/package.json @@ -34,11 +34,11 @@ "chalk": "^1.1.3", "cheerio": "^0.20.0", "deep-assign": "^2.0.0", - "hexo-cli": "^1.0.2", + "hexo-cli": "^4.0.0", "hexo-front-matter": "^0.2.2", "hexo-fs": "^0.1.5", "hexo-i18n": "^0.2.1", - "hexo-log": "^0.1.2", + "hexo-log": "^0.2.0", "hexo-util": "^0.6.0", "js-yaml": "^3.6.1", "lodash": "^4.13.1",