Skip to content

Commit 11ccc35

Browse files
Bump hexo from 6.1.0 to 6.2.0 (#29)
1 parent 3f1b978 commit 11ccc35

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"serve": "hexo serve"
1212
},
1313
"dependencies": {
14-
"hexo": "6.1.0",
14+
"hexo": "6.2.0",
1515
"hexo-generator-archive": "1.0.0",
1616
"hexo-generator-category": "1.0.0",
1717
"hexo-generator-feed": "3.0.0",

yarn.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ hexo-theme-next@^8.11.1:
10381038
resolved "https://registry.yarnpkg.com/hexo-theme-next/-/hexo-theme-next-8.11.1.tgz#f9f8ac8cf2f0c77f71ac4dc77fc07c47753cadec"
10391039
integrity sha512-ZnpQU+Rj6piXAruC015fdGaWteN3hEUYoCUOCvTbo64iPq9EXfQia1kUdF8mwp+KibdxV8MdTVm/5kllcDf8eQ==
10401040

1041-
[email protected], [email protected], hexo-util@^0.6.3, hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.4.0, hexo-util@^2.5.0, hexo-util@^2.6.0:
1041+
[email protected], [email protected], hexo-util@^0.6.3, hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.4.0, hexo-util@^2.5.0, hexo-util@^2.6.1:
10421042
version "2.5.0"
10431043
resolved "https://registry.yarnpkg.com/hexo-util/-/hexo-util-2.5.0.tgz#de5635341116ba2563a789a0ebceb55a875221ad"
10441044
integrity sha512-l0zkqcg2524KPO84HQe0JROpPlCM/dEnCJaJrZ1qsq+3+/YxhDa0zxiGtUVY1dtrWzOK/V11Zj+UEklhGP8Jeg==
@@ -1071,10 +1071,10 @@ [email protected]:
10711071
svgo "^2.4.0"
10721072
terser "^5.3.0"
10731073

1074-
hexo@6.1.0:
1075-
version "6.1.0"
1076-
resolved "https://registry.yarnpkg.com/hexo/-/hexo-6.1.0.tgz#627d44997172235f22de13e05786281753fa2fe6"
1077-
integrity sha512-TeV2cN61CD2C1GKczJRR3tdZhR3JUQi8wtS4eIgkDOeDYWTmovPoSCcc8jvh42D3fehOPp6E81fTeyjh39QWtA==
1074+
hexo@6.2.0:
1075+
version "6.2.0"
1076+
resolved "https://registry.yarnpkg.com/hexo/-/hexo-6.2.0.tgz#5a62a4c731bf89431d2004326b07af0ec0490242"
1077+
integrity sha512-HOpt3vUOz/T0rWTDb/CtWuBJwYARPwbpvGwsaz0RPu/l5I6AmKE+UA0lJZf14iPS3JIt/HiOcTZ3Qz22A+PE8w==
10781078
dependencies:
10791079
abbrev "^1.1.1"
10801080
archy "^1.0.0"
@@ -1084,7 +1084,7 @@ [email protected]:
10841084
hexo-fs "^3.1.0"
10851085
hexo-i18n "^1.0.0"
10861086
hexo-log "^3.0.0"
1087-
hexo-util "^2.6.0"
1087+
hexo-util "^2.6.1"
10881088
js-yaml "^4.1.0"
10891089
js-yaml-js-types "^1.0.0"
10901090
micromatch "^4.0.4"
@@ -1099,7 +1099,7 @@ [email protected]:
10991099
text-table "^0.2.0"
11001100
tildify "^2.0.0"
11011101
titlecase "^1.1.3"
1102-
warehouse "^4.0.0"
1102+
warehouse "^4.0.1"
11031103

11041104
highlight.js@^10.7.1:
11051105
version "10.7.3"
@@ -1254,10 +1254,10 @@ is-plain-obj@^1.1.0:
12541254
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
12551255
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
12561256

1257-
is-plain-object@^3.0.0:
1258-
version "3.0.1"
1259-
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-3.0.1.tgz#662d92d24c0aa4302407b0d45d21f2251c85f85b"
1260-
integrity sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==
1257+
is-plain-object@^5.0.0:
1258+
version "5.0.0"
1259+
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344"
1260+
integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==
12611261

12621262
is-potential-custom-element-name@^1.0.1:
12631263
version "1.0.1"
@@ -2394,16 +2394,17 @@ w3c-xmlserializer@^3.0.0:
23942394
dependencies:
23952395
xml-name-validator "^4.0.0"
23962396

2397-
warehouse@^4.0.0:
2398-
version "4.0.0"
2399-
resolved "https://registry.yarnpkg.com/warehouse/-/warehouse-4.0.0.tgz#45832bc43e1fd323bd9d3c86b2761430ba0d1e7b"
2400-
integrity sha512-9i6/JiHzjnyene5Pvvl2D2Pd18no129YGy0C0P7x18iTz/SeO9nOBioR64XoCy5xKwBKQtl3MU361qpr0V9uXw==
2397+
warehouse@^4.0.1:
2398+
version "4.0.1"
2399+
resolved "https://registry.yarnpkg.com/warehouse/-/warehouse-4.0.1.tgz#4d552b2635a2412ee0970c97e3bf12986b041e61"
2400+
integrity sha512-rFJYdHlk2C+pKAoV4Nlptb+b7nmBN5QOg8VkQVNMbK7jf/lDctaUF9nNehZqVoarDWS74nMpTWVDhWecWwoqQw==
24012401
dependencies:
24022402
JSONStream "^1.0.7"
24032403
bluebird "^3.2.2"
24042404
cuid "^2.1.4"
24052405
graceful-fs "^4.1.3"
2406-
is-plain-object "^3.0.0"
2406+
hexo-log "^3.0.0"
2407+
is-plain-object "^5.0.0"
24072408
rfdc "^1.1.4"
24082409

24092410
webidl-conversions@^7.0.0:

0 commit comments

Comments
 (0)