From 55420484a47d78792b2bc9c46feaecb8a4096bdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 15:59:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9e050e3637..03a47e7eb8 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "chalk": "^1.1.3", "cheerio": "^0.20.0", "deep-assign": "^2.0.0", - "hexo-cli": "^1.0.2", + "hexo-cli": "^3.0.0", "hexo-front-matter": "^0.2.2", - "hexo-fs": "^0.1.5", + "hexo-fs": "^2.0.0", "hexo-i18n": "^0.2.1", "hexo-log": "^0.1.2", "hexo-util": "^0.6.0", @@ -45,7 +45,7 @@ "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",