From 831fa6b4d23b3d41da5121480c22e8e6e0e58b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 05:17:51 +0000 Subject: [PATCH] build(deps): bump hexo from 5.4.0 to 5.4.2 Bumps [hexo](https://github.com/hexojs/hexo) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/hexojs/hexo/releases) - [Commits](https://github.com/hexojs/hexo/compare/5.4.0...5.4.2) --- updated-dependencies: - dependency-name: hexo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 ++++++------------------ 2 files changed, 7 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 1c9ce40..94659c2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "version": "5.4.0" }, "dependencies": { - "hexo": "^5.0.0", + "hexo": "^5.4.2", "hexo-generator-archive": "^1.0.0", "hexo-generator-category": "^1.0.0", "hexo-generator-index": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 77d9c0c..e186b6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -105,11 +105,6 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" -argparse@^2.0.1: - version "2.0.1" - resolved "https://r.cnpmjs.org/argparse/download/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" - integrity sha1-JG9Q88p4oyQPbJl+ipvR6sSeSzg= - asap@^2.0.3: version "2.0.6" resolved "https://r.cnpmjs.org/asap/download/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" @@ -730,10 +725,10 @@ hexo-util@^2.0.0, hexo-util@^2.4.0, hexo-util@^2.5.0: prismjs "^1.17.1" strip-indent "^3.0.0" -hexo@^5.0.0: - version "5.4.0" - resolved "https://r.cnpmjs.org/hexo/download/hexo-5.4.0.tgz#77d57fa1c29f3ab05964fe4ebd9c44e23df51b37" - integrity sha1-d9V/ocKfOrBZZP5OvZxE4j31Gzc= +hexo@^5.4.2: + version "5.4.2" + resolved "https://registry.yarnpkg.com/hexo/-/hexo-5.4.2.tgz#7337b6adb0d495287051c03e944d84f66f64e356" + integrity sha512-Af6mxKwx9byalaffKgiQ8/bZfbXPo2SGEn2Q9hFh++15g15/IulvOhu8lQkJdyZNzmj3hOuSrJdqoUvIr3K/qw== dependencies: abbrev "^1.1.1" archy "^1.0.0" @@ -745,7 +740,7 @@ hexo@^5.0.0: hexo-i18n "^1.0.0" hexo-log "^2.0.0" hexo-util "^2.4.0" - js-yaml "^4.0.0" + js-yaml "^3.14.1" micromatch "^4.0.2" moment "^2.22.2" moment-timezone "^0.5.21" @@ -886,7 +881,7 @@ isexe@^2.0.0: resolved "https://r.cnpmjs.org/isexe/download/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= -js-yaml@^3.13.1: +js-yaml@^3.13.1, js-yaml@^3.14.1: version "3.14.1" resolved "https://r.cnpmjs.org/js-yaml/download/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" integrity sha1-2ugS/bOCX6MGYJqHFzg8UMNqBTc= @@ -894,13 +889,6 @@ js-yaml@^3.13.1: argparse "^1.0.7" esprima "^4.0.0" -js-yaml@^4.0.0: - version "4.1.0" - resolved "https://r.cnpmjs.org/js-yaml/download/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" - integrity sha1-wftl+PUBeQHN0slRhkuhhFihBgI= - dependencies: - argparse "^2.0.1" - jsdom@^16.7.0: version "16.7.0" resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"