Skip to content

Commit

Permalink
fixed: #link hexojs/hexo#4917
Browse files Browse the repository at this point in the history
  • Loading branch information
sakitam-fdd committed May 10, 2022
1 parent d395ed1 commit a693665
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 55 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "1.0.0",
"private": true,
"hexo": {
"version": "6.1.0"
"version": "6.0.0"
},
"scripts": {
"generate": "hexo clean && hexo generate",
"server": "hexo server",
"publish": "hexo deploy"
},
"dependencies": {
"hexo": "^6.1.0",
"hexo": "6.0.0",
"hexo-cli": "^4.3.0",
"hexo-algolia": "^1.3.2",
"hexo-deployer-git": "^3.0.0",
Expand Down
98 changes: 45 additions & 53 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ bindings@^1.5.0:
dependencies:
file-uri-to-path "1.0.0"

bluebird@^3.2.2, bluebird@^3.4.0, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.2, bluebird@^3.5.3, bluebird@^3.5.5, bluebird@^3.7.2:
bluebird@^3.2.2, bluebird@^3.4.0, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.2, bluebird@^3.5.3, bluebird@^3.5.5:
version "3.7.2"
resolved "https://registry.npmmirror.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
Expand Down Expand Up @@ -1266,7 +1266,7 @@ hexo-cli@^2.0.0:
resolve "^1.10.0"
tildify "^1.2.0"

hexo-cli@^4.3.0:
hexo-cli@^4.0.0, hexo-cli@^4.3.0:
version "4.3.0"
resolved "https://registry.npmmirror.com/hexo-cli/-/hexo-cli-4.3.0.tgz#4bb2bf11a30fae601f2f53ac0cb833fee3187649"
integrity sha512-lr46h1tK1RNQJAQZbzKYAWGsmqF5DLrW6xKEakqv/o9JqgdeempBjIm7HqjcZEUBpWij4EO65X6YJiDmT9LR7g==
Expand Down Expand Up @@ -1301,12 +1301,12 @@ hexo-front-matter@^0.2.3:
dependencies:
js-yaml "^3.6.1"

hexo-front-matter@^3.0.0:
version "3.0.0"
resolved "https://registry.npmmirror.com/hexo-front-matter/-/hexo-front-matter-3.0.0.tgz#b9a473c6cb910c73f9fea49f506e98540fcea6cb"
integrity sha512-hSQTPUmB/BCe1BFYmXRkPyLk8rqbBqHCQq+rjwwOJuEfOADrFaVK2VPZb90tJzPyXE1xSxpgCxE/AZq0CyTVwg==
hexo-front-matter@^2.0.0:
version "2.0.0"
resolved "https://registry.npmmirror.com/hexo-front-matter/-/hexo-front-matter-2.0.0.tgz#03f39a9eedb16c5448dbb3bec7dff2c4e224006c"
integrity sha512-IR3tjAyK2Ga/0a/WDAoNy5+n3ju2/mkuAsCDEeGgGLf5+7kkiOkkG/FrnueuYgz0h2MPfWDLBiDsSTCmB0sLCA==
dependencies:
js-yaml "^4.1.0"
js-yaml "^3.13.1"

hexo-fs@^1.0.0, hexo-fs@^1.0.2:
version "1.0.2"
Expand Down Expand Up @@ -1474,7 +1474,7 @@ hexo-util@^0.6.3:
html-entities "^1.2.0"
striptags "^2.1.1"

hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.5.0, hexo-util@^2.6.0:
hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.4.0, hexo-util@^2.5.0:
version "2.6.1"
resolved "https://registry.npmmirror.com/hexo-util/-/hexo-util-2.6.1.tgz#19b79a1ec751a735ffe34766b65d8e2039c00519"
integrity sha512-xj1jUrId2qTe8L/tRizWWRl+j7X1Zzh5rCVtffboOU0p/EfbPomxIxDvntTHT3fcqgvLHsncqJF9V5j7+buOqA==
Expand All @@ -1488,6 +1488,35 @@ hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.5.0, hexo-util@^2.6.0:
prismjs "^1.17.1"
strip-indent "^3.0.0"

hexo@6.0.0:
version "6.0.0"
resolved "https://registry.npmmirror.com/hexo/-/hexo-6.0.0.tgz#1f2d3971069a32e97ca2e89d96d96a375fba5cea"
integrity sha512-ffSOhOEwPCJt2Ch4DdCdX39WBv8IX8I8I7md08RMDYc6jqxmE2mpuU8wzFYEJ/FQVjrt/EsQ/qfKAz3zAW/hvw==
dependencies:
abbrev "^1.1.1"
archy "^1.0.0"
bluebird "^3.5.2"
hexo-cli "^4.0.0"
hexo-front-matter "^2.0.0"
hexo-fs "^3.1.0"
hexo-i18n "^1.0.0"
hexo-log "^3.0.0"
hexo-util "^2.4.0"
js-yaml "^4.0.0"
micromatch "^4.0.2"
moize "^6.1.0"
moment "^2.22.2"
moment-timezone "^0.5.21"
nunjucks "^3.2.1"
picocolors "^1.0.0"
pretty-hrtime "^1.0.3"
resolve "^1.8.1"
strip-ansi "^6.0.0"
text-table "^0.2.0"
tildify "^2.0.0"
titlecase "^1.1.2"
warehouse "^4.0.0"

hexo@^3.0.0:
version "3.9.0"
resolved "https://registry.npmmirror.com/hexo/-/hexo-3.9.0.tgz#7b5afe3b7de8829469635acc952757fac3ec863c"
Expand Down Expand Up @@ -1521,36 +1550,6 @@ hexo@^3.0.0:
titlecase "^1.1.2"
warehouse "^2.2.0"

hexo@^6.1.0:
version "6.1.0"
resolved "https://registry.npmmirror.com/hexo/-/hexo-6.1.0.tgz#627d44997172235f22de13e05786281753fa2fe6"
integrity sha512-TeV2cN61CD2C1GKczJRR3tdZhR3JUQi8wtS4eIgkDOeDYWTmovPoSCcc8jvh42D3fehOPp6E81fTeyjh39QWtA==
dependencies:
abbrev "^1.1.1"
archy "^1.0.0"
bluebird "^3.7.2"
hexo-cli "^4.3.0"
hexo-front-matter "^3.0.0"
hexo-fs "^3.1.0"
hexo-i18n "^1.0.0"
hexo-log "^3.0.0"
hexo-util "^2.6.0"
js-yaml "^4.1.0"
js-yaml-js-types "^1.0.0"
micromatch "^4.0.4"
moize "^6.1.0"
moment "^2.29.1"
moment-timezone "^0.5.34"
nunjucks "^3.2.3"
picocolors "^1.0.0"
pretty-hrtime "^1.0.3"
resolve "^1.22.0"
strip-ansi "^6.0.0"
text-table "^0.2.0"
tildify "^2.0.0"
titlecase "^1.1.3"
warehouse "^4.0.0"

highlight.js@^11.0.1:
version "11.5.1"
resolved "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.5.1.tgz#027c24e4509e2f4dcd00b4a6dda542ce0a1f7aea"
Expand Down Expand Up @@ -1829,22 +1828,15 @@ jake@^10.8.5:
filelist "^1.0.1"
minimatch "^3.0.4"

js-yaml-js-types@^1.0.0:
version "1.0.0"
resolved "https://registry.npmmirror.com/js-yaml-js-types/-/js-yaml-js-types-1.0.0.tgz#bf17cb75c7587c698294d15bbfa5f9b8b10b874b"
integrity sha512-UNjPwuoaj4mcHkJCJSF6l4MgkzoFjG+JJkBXMYNvjgO3yE9gTeRt+E6PN022vduz/daZZ7HmlEiSEE36NrGE4w==
dependencies:
esprima "^4.0.1"

js-yaml@^3.12.0, js-yaml@^3.6.1:
js-yaml@^3.12.0, js-yaml@^3.13.1, js-yaml@^3.6.1:
version "3.14.1"
resolved "https://registry.npmmirror.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"

js-yaml@^4.1.0:
js-yaml@^4.0.0:
version "4.1.0"
resolved "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
Expand Down Expand Up @@ -2069,7 +2061,7 @@ micromatch@^3.1.10, micromatch@^3.1.4:
snapdragon "^0.8.1"
to-regex "^3.0.2"

micromatch@^4.0.2, micromatch@^4.0.4:
micromatch@^4.0.2:
version "4.0.5"
resolved "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
Expand Down Expand Up @@ -2163,14 +2155,14 @@ moize@^6.1.0:
fast-equals "^3.0.1"
micro-memoize "^4.0.9"

moment-timezone@^0.5.21, moment-timezone@^0.5.34:
moment-timezone@^0.5.21:
version "0.5.34"
resolved "https://registry.npmmirror.com/moment-timezone/-/moment-timezone-0.5.34.tgz#a75938f7476b88f155d3504a9343f7519d9a405c"
integrity sha512-3zAEHh2hKUs3EXLESx/wsgw6IQdusOT8Bxm3D9UrHPQR7zlMmzwybC8zHEM1tQ4LJwP7fcxrWr8tuBg05fFCbg==
dependencies:
moment ">= 2.9.0"

"moment@>= 2.9.0", moment@^2.10.6, moment@^2.18.0, moment@^2.22.2, moment@^2.29.1:
"moment@>= 2.9.0", moment@^2.10.6, moment@^2.18.0, moment@^2.22.2:
version "2.29.3"
resolved "https://registry.npmmirror.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3"
integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==
Expand Down Expand Up @@ -2300,7 +2292,7 @@ nth-check@~1.0.1:
dependencies:
boolbase "~1.0.0"

nunjucks@^3.1.3, nunjucks@^3.1.6, nunjucks@^3.2.1, nunjucks@^3.2.2, nunjucks@^3.2.3:
nunjucks@^3.1.3, nunjucks@^3.1.6, nunjucks@^3.2.1, nunjucks@^3.2.2:
version "3.2.3"
resolved "https://registry.npmmirror.com/nunjucks/-/nunjucks-3.2.3.tgz#1b33615247290e94e28263b5d855ece765648a31"
integrity sha512-psb6xjLj47+fE76JdZwskvwG4MYsQKXUtMsPh6U0YMvmyjRtKRFcxnlXGWglNybtNTNVmGdp94K62/+NjF5FDQ==
Expand Down Expand Up @@ -2595,7 +2587,7 @@ resolve-url@^0.2.1:
resolved "https://registry.npmmirror.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
integrity sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==

resolve@^1.10.0, resolve@^1.11.0, resolve@^1.22.0, resolve@^1.8.1:
resolve@^1.10.0, resolve@^1.11.0, resolve@^1.8.1:
version "1.22.0"
resolved "https://registry.npmmirror.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
Expand Down Expand Up @@ -2990,7 +2982,7 @@ timsort@^0.3.0:
resolved "https://registry.npmmirror.com/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4"
integrity sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==

titlecase@^1.1.2, titlecase@^1.1.3:
titlecase@^1.1.2:
version "1.1.3"
resolved "https://registry.npmmirror.com/titlecase/-/titlecase-1.1.3.tgz#fc6d65ff582b0602410768ef1a09b70506313dc3"
integrity sha512-pQX4oiemzjBEELPqgK4WE+q0yhAqjp/yzusGtlSJsOuiDys0RQxggepYmo0BuegIDppYS3b3cpdegRwkpyN3hw==
Expand Down

0 comments on commit a693665

Please sign in to comment.