From f79136203ba6d2a3c2b35afe4bf05e6774e83abb Mon Sep 17 00:00:00 2001 From: Xianwei Pang Date: Thu, 1 Jun 2023 07:40:25 +0800 Subject: [PATCH] chore: change dependencies version (#5202) * chore: change dependencies version * chore: ignore pnpm lock file --- .gitignore | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 67d6810998..24b48ae15f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ tmp/ .idea/ yarn.lock package-lock.json +pnpm-lock.yaml .nyc_output/ coverage/ .tmp* diff --git a/package.json b/package.json index e6593d3392..486140b30a 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "archy": "^1.0.0", "bluebird": "^3.7.2", "hexo-cli": "^4.3.0", - "hexo-front-matter": "^4.0.0", + "hexo-front-matter": "4.0.0", "hexo-fs": "^4.1.1", "hexo-i18n": "^2.0.0", "hexo-log": "^4.0.1", @@ -52,7 +52,7 @@ "js-yaml": "^4.1.0", "js-yaml-js-types": "^1.0.0", "micromatch": "^4.0.4", - "moize": "^6.1.0", + "moize": "^6.1.6", "moment": "^2.29.1", "moment-timezone": "^0.5.34", "nunjucks": "^3.2.3",