Skip to content

Commit 6befb32

Browse files
committed
fix: upgrade hexo from 6.2.0 to 6.3.0
Snyk has created this PR to upgrade hexo from 6.2.0 to 6.3.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/mayank1513/project/e44ef50e-bdca-4e12-bcba-1ef7a61c8309?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent a671770 commit 6befb32

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"axios": "^0.27.2",
17-
"hexo": "^6.2.0",
17+
"hexo": "^6.3.0",
1818
"hexo-generator-alias": "git+https://github.com/chrisvfritz/vuejs.org-hexo-generator-alias.git",
1919
"hexo-generator-archive": "^1.0.0",
2020
"hexo-generator-category": "^1.0.0",

yarn.lock

Lines changed: 30 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,13 @@ hexo-log@^3.0.0:
579579
dependencies:
580580
nanocolors "^0.2.12"
581581

582+
hexo-log@^3.2.0:
583+
version "3.2.0"
584+
resolved "https://registry.yarnpkg.com/hexo-log/-/hexo-log-3.2.0.tgz#958c8ea681f7575afcd554f39c8e09f46461d317"
585+
integrity sha512-fk7jOW3hvKiAv4Q/d8UxaQlARwcv+5KjGcnxexUrqBqyWbMCLmw7jhMHTSRLNNQpaoTlF5ff+kQkPi4yhp9iag==
586+
dependencies:
587+
picocolors "^1.0.0"
588+
582589
hexo-pagination@1.0.0:
583590
version "1.0.0"
584591
resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-1.0.0.tgz#c9c0ca3665267b9e9d0a89fc3edcaf3276907dc1"
@@ -635,7 +642,7 @@ hexo-util@^0.6.2:
635642
html-entities "^1.2.0"
636643
striptags "^2.1.1"
637644

638-
hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.6.1:
645+
hexo-util@^2.0.0, hexo-util@^2.1.0:
639646
version "2.6.1"
640647
resolved "https://registry.yarnpkg.com/hexo-util/-/hexo-util-2.6.1.tgz#19b79a1ec751a735ffe34766b65d8e2039c00519"
641648
integrity sha512-xj1jUrId2qTe8L/tRizWWRl+j7X1Zzh5rCVtffboOU0p/EfbPomxIxDvntTHT3fcqgvLHsncqJF9V5j7+buOqA==
@@ -649,10 +656,24 @@ hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.6.1:
649656
prismjs "^1.17.1"
650657
strip-indent "^3.0.0"
651658

652-
hexo@^6.2.0:
653-
version "6.2.0"
654-
resolved "https://registry.yarnpkg.com/hexo/-/hexo-6.2.0.tgz#5a62a4c731bf89431d2004326b07af0ec0490242"
655-
integrity sha512-HOpt3vUOz/T0rWTDb/CtWuBJwYARPwbpvGwsaz0RPu/l5I6AmKE+UA0lJZf14iPS3JIt/HiOcTZ3Qz22A+PE8w==
659+
hexo-util@^2.7.0:
660+
version "2.7.0"
661+
resolved "https://registry.yarnpkg.com/hexo-util/-/hexo-util-2.7.0.tgz#13d09292e79d260db35399710b3e19f3995443a3"
662+
integrity sha512-hQM3h34nhDg0bSe/Tg1lnpODvNkz7h2u0+lZGzlKL0Oufp+5KCAEUX9wal7/xC7ax3/cwEn8IuoU75kNpZLpJQ==
663+
dependencies:
664+
bluebird "^3.5.2"
665+
camel-case "^4.0.0"
666+
cross-spawn "^7.0.0"
667+
deepmerge "^4.2.2"
668+
highlight.js "^11.0.1"
669+
htmlparser2 "^7.0.0"
670+
prismjs "^1.17.1"
671+
strip-indent "^3.0.0"
672+
673+
hexo@^6.3.0:
674+
version "6.3.0"
675+
resolved "https://registry.yarnpkg.com/hexo/-/hexo-6.3.0.tgz#10c940aaf86e2fbaf8a0db7cb79fc1fe4d6e1180"
676+
integrity sha512-4Jq+rWd8sYvR1YdIQyndN/9WboQ/Mqm6eax8CjrjO+ePFm2oMVafSOx9WEyJ42wcLOHjfyMfnlQhnUuNmJIpPg==
656677
dependencies:
657678
abbrev "^1.1.1"
658679
archy "^1.0.0"
@@ -661,8 +682,8 @@ hexo@^6.2.0:
661682
hexo-front-matter "^3.0.0"
662683
hexo-fs "^3.1.0"
663684
hexo-i18n "^1.0.0"
664-
hexo-log "^3.0.0"
665-
hexo-util "^2.6.1"
685+
hexo-log "^3.2.0"
686+
hexo-util "^2.7.0"
666687
js-yaml "^4.1.0"
667688
js-yaml-js-types "^1.0.0"
668689
micromatch "^4.0.4"
@@ -677,7 +698,7 @@ hexo@^6.2.0:
677698
text-table "^0.2.0"
678699
tildify "^2.0.0"
679700
titlecase "^1.1.3"
680-
warehouse "^4.0.1"
701+
warehouse "^4.0.2"
681702

682703
highlight.js@^11.0.1:
683704
version "11.6.0"
@@ -1345,7 +1366,7 @@ vary@~1.1.2:
13451366
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
13461367
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
13471368

1348-
warehouse@^4.0.1:
1369+
warehouse@^4.0.2:
13491370
version "4.0.2"
13501371
resolved "https://registry.yarnpkg.com/warehouse/-/warehouse-4.0.2.tgz#5ea59381c59e2187bcd77d25d8a628b1e1ffc53d"
13511372
integrity sha512-GixS7SolBGu81rnxYM6bScxdElLM97Jx/kr0a6B6PGBWFqvHeuWFj7QbgEX1YWZSxiJt/aR6dBVQKC/PvvihdQ==

0 commit comments

Comments
 (0)