Skip to content

Commit 275f083

Browse files
authored
Merge pull request #22 from CharacterRevolution/dependabot/npm_and_yarn/hexo-6.3.0
Bump hexo from 6.2.0 to 6.3.0
2 parents 53ae755 + 1261e7f commit 275f083

File tree

2 files changed

+54
-38
lines changed

2 files changed

+54
-38
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"bulma-stylus": "0.9.1",
16-
"hexo": "^6.2.0",
16+
"hexo": "^6.3.0",
1717
"hexo-generator-archive": "^2.0.0",
1818
"hexo-generator-category": "^2.0.0",
1919
"hexo-generator-index": "^3.0.0",

yarn.lock

+53-37
Original file line numberDiff line numberDiff line change
@@ -891,14 +891,6 @@
891891
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
892892
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
893893

894-
JSONStream@^1.0.7:
895-
version "1.3.5"
896-
resolved "https://registry.yarnpkg.com/JSONStream/-/JSONStream-1.3.5.tgz#3208c1f08d3a4d99261ab64f92302bc15e111ca0"
897-
integrity sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==
898-
dependencies:
899-
jsonparse "^1.2.0"
900-
through ">=2.2.7 <3"
901-
902894
a-sync-waterfall@^1.0.0:
903895
version "1.0.1"
904896
resolved "https://registry.yarnpkg.com/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz#75b6b6aa72598b497a125e7a2770f14f4c8a1fa7"
@@ -1796,12 +1788,12 @@ hexo-log@^2.0.0:
17961788
dependencies:
17971789
chalk "^4.0.0"
17981790

1799-
hexo-log@^3.0.0:
1800-
version "3.0.0"
1801-
resolved "https://registry.yarnpkg.com/hexo-log/-/hexo-log-3.0.0.tgz#bbdb75eabef3bf7aee83400a3969db06d5539b61"
1802-
integrity sha512-fd87qXYznpNTa8SLov+wjDsrPssk4yKSgdIQg1wJPcuthy8ngvbXYdqaJ4vWMSADZ+D257EmKXTJHJyaxJQhVw==
1791+
hexo-log@^3.0.0, hexo-log@^3.2.0:
1792+
version "3.2.0"
1793+
resolved "https://registry.yarnpkg.com/hexo-log/-/hexo-log-3.2.0.tgz#958c8ea681f7575afcd554f39c8e09f46461d317"
1794+
integrity sha512-fk7jOW3hvKiAv4Q/d8UxaQlARwcv+5KjGcnxexUrqBqyWbMCLmw7jhMHTSRLNNQpaoTlF5ff+kQkPi4yhp9iag==
18031795
dependencies:
1804-
nanocolors "^0.2.12"
1796+
picocolors "^1.0.0"
18051797

18061798
18071799
version "1.0.0"
@@ -1894,7 +1886,7 @@ hexo-theme-landscape@^0.0.3:
18941886
resolved "https://registry.yarnpkg.com/hexo-theme-landscape/-/hexo-theme-landscape-0.0.3.tgz#87d1f4d613da9be5245dad0d4b80479eab70d386"
18951887
integrity sha512-b0Di+TUVs4ESrNX4ULEh9uQmADpO6kr10rIJ2OGZM8suNQNFKdxn+vJUjnLfKkCPJAfVmS7/S83KCNYe4tpoNw==
18961888

1897-
hexo-util@^2.0.0, hexo-util@^2.2.0, hexo-util@^2.4.0, hexo-util@^2.6.1, hexo-util@^2.7.0:
1889+
hexo-util@^2.0.0, hexo-util@^2.2.0, hexo-util@^2.4.0, hexo-util@^2.7.0:
18981890
version "2.7.0"
18991891
resolved "https://registry.yarnpkg.com/hexo-util/-/hexo-util-2.7.0.tgz#13d09292e79d260db35399710b3e19f3995443a3"
19001892
integrity sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==
@@ -1908,10 +1900,10 @@ hexo-util@^2.0.0, hexo-util@^2.2.0, hexo-util@^2.4.0, hexo-util@^2.6.1, hexo-uti
19081900
prismjs "^1.17.1"
19091901
strip-indent "^3.0.0"
19101902

1911-
hexo@^6.0.0, hexo@^6.2.0:
1912-
version "6.2.0"
1913-
resolved "https://registry.yarnpkg.com/hexo/-/hexo-6.2.0.tgz#5a62a4c731bf89431d2004326b07af0ec0490242"
1914-
integrity sha512-HOpt3vUOz/T0rWTDb/CtWuBJwYARPwbpvGwsaz0RPu/l5I6AmKE+UA0lJZf14iPS3JIt/HiOcTZ3Qz22A+PE8w==
1903+
hexo@^6.0.0, hexo@^6.3.0:
1904+
version "6.3.0"
1905+
resolved "https://registry.yarnpkg.com/hexo/-/hexo-6.3.0.tgz#10c940aaf86e2fbaf8a0db7cb79fc1fe4d6e1180"
1906+
integrity sha512-4Jq+rWd8sYvR1YdIQyndN/9WboQ/Mqm6eax8CjrjO+ePFm2oMVafSOx9WEyJ42wcLOHjfyMfnlQhnUuNmJIpPg==
19151907
dependencies:
19161908
abbrev "^1.1.1"
19171909
archy "^1.0.0"
@@ -1920,8 +1912,8 @@ hexo@^6.0.0, hexo@^6.2.0:
19201912
hexo-front-matter "^3.0.0"
19211913
hexo-fs "^3.1.0"
19221914
hexo-i18n "^1.0.0"
1923-
hexo-log "^3.0.0"
1924-
hexo-util "^2.6.1"
1915+
hexo-log "^3.2.0"
1916+
hexo-util "^2.7.0"
19251917
js-yaml "^4.1.0"
19261918
js-yaml-js-types "^1.0.0"
19271919
micromatch "^4.0.4"
@@ -1936,7 +1928,7 @@ hexo@^6.0.0, hexo@^6.2.0:
19361928
text-table "^0.2.0"
19371929
tildify "^2.0.0"
19381930
titlecase "^1.1.3"
1939-
warehouse "^4.0.1"
1931+
warehouse "^4.0.2"
19401932

19411933
highlight.js@^11.0.1:
19421934
version "11.6.0"
@@ -2036,7 +2028,7 @@ inflight@^1.0.4:
20362028
once "^1.3.0"
20372029
wrappy "1"
20382030

2039-
inherits@2, [email protected], inherits@^2.0.4:
2031+
inherits@2, [email protected], inherits@^2.0.3, inherits@^2.0.4:
20402032
version "2.0.4"
20412033
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
20422034
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -2192,7 +2184,7 @@ json5@^2.1.2:
21922184
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
21932185
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
21942186

2195-
jsonparse@^1.2.0:
2187+
jsonparse@^1.3.1:
21962188
version "1.3.1"
21972189
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
21982190
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
@@ -2367,11 +2359,6 @@ [email protected]:
23672359
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
23682360
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
23692361

2370-
nanocolors@^0.2.12:
2371-
version "0.2.13"
2372-
resolved "https://registry.yarnpkg.com/nanocolors/-/nanocolors-0.2.13.tgz#dfd1ed0bfab05e9fe540eb6874525f0a1684099b"
2373-
integrity sha512-0n3mSAQLPpGLV9ORXT5+C/D4mwew7Ebws69Hx4E2sgz2ZA5+32Q80B9tL8PbL7XHnRDiAxH/pnrUJ9a4fkTNTA==
2374-
23752362
23762363
version "0.6.2"
23772364
resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a64883ffeca346fb"
@@ -2607,6 +2594,15 @@ range-parser@~1.2.1:
26072594
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
26082595
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
26092596

2597+
readable-stream@3:
2598+
version "3.6.0"
2599+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
2600+
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
2601+
dependencies:
2602+
inherits "^2.0.3"
2603+
string_decoder "^1.1.1"
2604+
util-deprecate "^1.0.1"
2605+
26102606
readdirp@~3.6.0:
26112607
version "3.6.0"
26122608
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
@@ -2691,6 +2687,11 @@ [email protected], safe-buffer@~5.1.1:
26912687
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
26922688
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
26932689

2690+
safe-buffer@~5.2.0:
2691+
version "5.2.1"
2692+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
2693+
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
2694+
26942695
"safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.1.2:
26952696
version "2.1.2"
26962697
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
@@ -2824,6 +2825,13 @@ sprintf-js@^1.0.3:
28242825
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
28252826
integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=
28262827

2828+
string_decoder@^1.1.1:
2829+
version "1.3.0"
2830+
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
2831+
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
2832+
dependencies:
2833+
safe-buffer "~5.2.0"
2834+
28272835
strip-ansi@^6.0.0:
28282836
version "6.0.0"
28292837
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
@@ -2879,10 +2887,12 @@ text-table@^0.2.0:
28792887
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
28802888
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
28812889

2882-
"through@>=2.2.7 <3":
2883-
version "2.3.8"
2884-
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
2885-
integrity sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=
2890+
through2@^4.0.2:
2891+
version "4.0.2"
2892+
resolved "https://registry.yarnpkg.com/through2/-/through2-4.0.2.tgz#a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764"
2893+
integrity sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==
2894+
dependencies:
2895+
readable-stream "3"
28862896

28872897
tildify@^2.0.0:
28882898
version "2.0.0"
@@ -2988,6 +2998,11 @@ url-parse@^1.5.3:
29882998
querystringify "^2.1.1"
29892999
requires-port "^1.0.0"
29903000

3001+
util-deprecate@^1.0.1:
3002+
version "1.0.2"
3003+
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
3004+
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
3005+
29913006
29923007
version "1.0.1"
29933008
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
@@ -3005,18 +3020,19 @@ w3c-xmlserializer@^3.0.0:
30053020
dependencies:
30063021
xml-name-validator "^4.0.0"
30073022

3008-
warehouse@^4.0.1:
3009-
version "4.0.1"
3010-
resolved "https://registry.yarnpkg.com/warehouse/-/warehouse-4.0.1.tgz#4d552b2635a2412ee0970c97e3bf12986b041e61"
3011-
integrity sha512-rFJYdHlk2C+pKAoV4Nlptb+b7nmBN5QOg8VkQVNMbK7jf/lDctaUF9nNehZqVoarDWS74nMpTWVDhWecWwoqQw==
3023+
warehouse@^4.0.2:
3024+
version "4.0.2"
3025+
resolved "https://registry.yarnpkg.com/warehouse/-/warehouse-4.0.2.tgz#5ea59381c59e2187bcd77d25d8a628b1e1ffc53d"
3026+
integrity sha512-GixS7SolBGu81rnxYM6bScxdElLM97Jx/kr0a6B6PGBWFqvHeuWFj7QbgEX1YWZSxiJt/aR6dBVQKC/PvvihdQ==
30123027
dependencies:
3013-
JSONStream "^1.0.7"
30143028
bluebird "^3.2.2"
30153029
cuid "^2.1.4"
30163030
graceful-fs "^4.1.3"
30173031
hexo-log "^3.0.0"
30183032
is-plain-object "^5.0.0"
3033+
jsonparse "^1.3.1"
30193034
rfdc "^1.1.4"
3035+
through2 "^4.0.2"
30203036

30213037
webidl-conversions@^7.0.0:
30223038
version "7.0.0"

0 commit comments

Comments
 (0)