diff --git a/package.json b/package.json index 464299084..e5ae69af1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@docsearch/js": "^3.3.2", "aplayer": "^1.10.1", "crypto": "^1.0.1", - "hexo": "^6.3.0", + "hexo": "^7.3.0", "hexo-algolia": "^1.3.2", "hexo-blog-encrypt": "^3.1.6", "hexo-browsersync": "^0.3.0", diff --git a/yarn.lock b/yarn.lock index 4836f260f..e808ce5be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -198,9 +198,10 @@ abab@^2.0.6: version "2.0.6" resolved "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz" -abbrev@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" +abbrev@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf" + integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== accepts@~1.3.4, accepts@~1.3.5: version "1.3.8" @@ -539,7 +540,7 @@ bluebird@^2.6.2: version "2.11.0" resolved "https://registry.npmjs.org/bluebird/-/bluebird-2.11.0.tgz" -bluebird@^3.2.2, bluebird@^3.4.0, bluebird@^3.5.1, bluebird@^3.5.2, bluebird@^3.5.5, bluebird@^3.7.2: +bluebird@^3.4.0, bluebird@^3.5.1, bluebird@^3.5.2, bluebird@^3.5.5, bluebird@^3.7.2: version "3.7.2" resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz" @@ -678,7 +679,7 @@ call-bind@^1.0.0, call-bind@^1.0.2: function-bind "^1.1.1" get-intrinsic "^1.0.2" -camel-case@^4.0.0: +camel-case@^4.0.0, camel-case@^4.1.2: version "4.1.2" resolved "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz" dependencies: @@ -706,7 +707,7 @@ chalk@^1.1.1, chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@^4.0.0, chalk@^4.0.2: +chalk@^4.0.2: version "4.1.2" resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" dependencies: @@ -752,6 +753,21 @@ chokidar@^3.0.0, chokidar@^3.5.1: optionalDependencies: fsevents "~2.3.2" +chokidar@^3.5.3: + version "3.6.0" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" + integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + class-utils@^0.3.5: version "0.3.6" resolved "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz" @@ -813,9 +829,10 @@ combined-stream@^1.0.8: dependencies: delayed-stream "~1.0.0" -command-exists@^1.2.8: +command-exists@^1.2.9: version "1.2.9" - resolved "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz" + resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69" + integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== commander@2.8.x: version "2.8.1" @@ -953,6 +970,15 @@ cross-spawn@^7.0.0: shebang-command "^2.0.0" which "^2.0.1" +cross-spawn@^7.0.3: + version "7.0.6" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f" + integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + crypto@^1.0.1: version "1.0.1" resolved "https://registry.npmjs.org/crypto/-/crypto-1.0.1.tgz" @@ -994,9 +1020,10 @@ cssstyle@^2.3.0: dependencies: cssom "~0.3.6" -cuid@^2.1.4: +cuid@^2.1.8: version "2.1.8" - resolved "https://registry.npmjs.org/cuid/-/cuid-2.1.8.tgz" + resolved "https://registry.yarnpkg.com/cuid/-/cuid-2.1.8.tgz#cbb88f954171e0d5747606c0139fb65c5101eac0" + integrity sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg== data-uri-to-buffer@3: version "3.0.1" @@ -1132,11 +1159,20 @@ dom-serializer@^1.0.1: domhandler "^4.2.0" entities "^2.0.0" +dom-serializer@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53" + integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg== + dependencies: + domelementtype "^2.3.0" + domhandler "^5.0.2" + entities "^4.2.0" + dom-walk@^0.1.0: version "0.1.2" resolved "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz" -domelementtype@^2.0.1, domelementtype@^2.2.0: +domelementtype@^2.0.1, domelementtype@^2.2.0, domelementtype@^2.3.0: version "2.3.0" resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" @@ -1152,6 +1188,13 @@ domhandler@^4.2.0, domhandler@^4.2.2: dependencies: domelementtype "^2.2.0" +domhandler@^5.0.2, domhandler@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31" + integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w== + dependencies: + domelementtype "^2.3.0" + dompurify@^2.4.0: version "2.4.0" resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.0.tgz#c9c88390f024c2823332615c9e20a453cf3825dd" @@ -1164,6 +1207,15 @@ domutils@^2.8.0: domelementtype "^2.2.0" domhandler "^4.2.0" +domutils@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e" + integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA== + dependencies: + dom-serializer "^2.0.0" + domelementtype "^2.3.0" + domhandler "^5.0.3" + easy-extender@^2.3.4: version "2.3.4" resolved "https://registry.npmjs.org/easy-extender/-/easy-extender-2.3.4.tgz" @@ -1241,6 +1293,11 @@ entities@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz" +entities@^4.2.0, entities@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== + entities@^4.4.0: version "4.4.0" resolved "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz#97bdaba170339446495e653cfd2db78962900174" @@ -1535,6 +1592,11 @@ function-bind@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + get-caller-file@^2.0.5: version "2.0.5" resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" @@ -1609,10 +1671,15 @@ global@^4.3.2: min-document "^2.19.0" process "^0.11.10" -graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.4, graceful-fs@^4.1.6, graceful-fs@^4.2.0: +graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6, graceful-fs@^4.2.0: version "4.2.10" resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz" +graceful-fs@^4.2.10: + version "4.2.11" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== + "graceful-readlink@>= 1.0.0": version "1.0.1" resolved "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz" @@ -1670,6 +1737,13 @@ has@^1.0.3: dependencies: function-bind "^1.1.1" +hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + hexo-algolia@^1.3.2: version "1.3.2" resolved "https://registry.npmjs.org/hexo-algolia/-/hexo-algolia-1.3.2.tgz" @@ -1702,17 +1776,17 @@ hexo-butterfly-artitalk@^1.0.4: dependencies: pug "^3.0.2" -hexo-butterfly-douban-zkeq@^1.2.5: - version "1.2.5" - resolved "https://registry.yarnpkg.com/hexo-butterfly-douban-zkeq/-/hexo-butterfly-douban-zkeq-1.2.5.tgz#88dc3e5f6b771b33befab607952b34467a9d8c31" - integrity sha512-dsv8l12GE3mKXOTexoOPeCXGTY02QSXuW/gBAHI1gl50xDoo0klmE36KQrQ3Q3ZUPzA2QL+j6y5s/Tf8twI64A== +hexo-butterfly-douban-zkeq@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/hexo-butterfly-douban-zkeq/-/hexo-butterfly-douban-zkeq-1.2.6.tgz#6b941e94f32c633d75a3281c50f341e68a1567b8" + integrity sha512-BvxtZdfrjOvrpg+3RUKz6RDqc43rnZe2oH88WKvuqqTxWRxaZ0anCZLt+EdkOJB5Z03iBhylOrumqWlu872SAg== dependencies: "@xmldom/xmldom" "^0.8.0" ejs "^3.1.6" hexo-fs "^3.1.0" hexo-i18n "^1.0.0" hexo-log "^3.0.0" - urllib-sync jerryc127/urllib-sync + urllib-sync "github:jerryc127/urllib-sync" xpath "^0.0.32" hexo-butterfly-hpptalk@^1.0.4: @@ -1721,24 +1795,26 @@ hexo-butterfly-hpptalk@^1.0.4: dependencies: pug "^3.0.2" -hexo-cli@^4.3.0: - version "4.3.0" - resolved "https://registry.npmjs.org/hexo-cli/-/hexo-cli-4.3.0.tgz" +hexo-cli@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/hexo-cli/-/hexo-cli-4.3.2.tgz#7e7d02da137d9fa461a4356964793c56e92b29e6" + integrity sha512-druJeBgLpG9ncDS5AhBHdAXk0G4CFj8Qes09pApyZ6bR+nJW1JYiDMuilhudaKDdq+1l49jWXVTidkcb7p0Jbw== dependencies: - abbrev "^1.1.1" - bluebird "^3.5.5" - chalk "^4.0.0" - command-exists "^1.2.8" - hexo-fs "^3.0.1" - hexo-log "^2.0.0" - hexo-util "^2.0.0" + abbrev "^2.0.0" + bluebird "^3.7.2" + command-exists "^1.2.9" + hexo-fs "^4.1.1" + hexo-log "^4.0.1" + hexo-util "^3.3.0" minimist "^1.2.5" - resolve "^1.11.0" + picocolors "^1.0.0" + resolve "^1.20.0" tildify "^2.0.0" -hexo-front-matter@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-3.0.0.tgz" +hexo-front-matter@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/hexo-front-matter/-/hexo-front-matter-4.2.1.tgz#c28ee74f66ab76c98fa73877b5ff7a9cc14161cc" + integrity sha512-sJJI0GNmejYiwBvgnGRKn5V3sbODB4dNPr8jyw2Qp0PRHr4Uuyv8iyxw6WfK3+T7yvzYvJOh+tZ7jnwr2BYARA== dependencies: js-yaml "^4.1.0" @@ -1751,7 +1827,7 @@ hexo-fs@^0.2.0: escape-string-regexp "^1.0.5" graceful-fs "^4.1.4" -hexo-fs@^3.0.1, hexo-fs@^3.1.0: +hexo-fs@^3.1.0: version "3.1.0" resolved "https://registry.npmjs.org/hexo-fs/-/hexo-fs-3.1.0.tgz" dependencies: @@ -1760,6 +1836,16 @@ hexo-fs@^3.0.1, hexo-fs@^3.1.0: graceful-fs "^4.1.11" hexo-util "^2.0.0" +hexo-fs@^4.1.1, hexo-fs@^4.1.3: + version "4.1.3" + resolved "https://registry.yarnpkg.com/hexo-fs/-/hexo-fs-4.1.3.tgz#c64c66e230dad4ec08ca21244327aa0aba69218a" + integrity sha512-Q92zQ5PlVDouvSWFLXQoFSTLIUIODikUJs2BfAXQglyOEjN1dOQn1Z5Nimk/7GHof17R5h/uObCQLnZAjzI2tg== + dependencies: + bluebird "^3.7.2" + chokidar "^3.5.3" + graceful-fs "^4.2.10" + hexo-util "^3.0.1" + hexo-generator-archive@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/hexo-generator-archive/-/hexo-generator-archive-2.0.0.tgz#bd93f17848843bb5bface81103d81f5be1a8b2c9" @@ -1816,6 +1902,13 @@ hexo-i18n@^1.0.0: dependencies: sprintf-js "^1.0.3" +hexo-i18n@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/hexo-i18n/-/hexo-i18n-2.0.0.tgz#ec7abc160ffef202524f3ff8076b85d5701c447b" + integrity sha512-dkUXecEtChaQMdTHN4WR13c8GwKqjbSOZPJS9qDqV6Ebnb77Wa/nQzWFckhP0dCps3a9lUQBd8hYGOMbOosiQQ== + dependencies: + sprintf-js "^1.1.2" + hexo-log@^0.2.0: version "0.2.0" resolved "https://registry.npmjs.org/hexo-log/-/hexo-log-0.2.0.tgz" @@ -1823,18 +1916,19 @@ hexo-log@^0.2.0: chalk "^1.1.1" hexo-bunyan "^1.0.0" -hexo-log@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/hexo-log/-/hexo-log-2.0.0.tgz" - dependencies: - chalk "^4.0.0" - -hexo-log@^3.0.0, hexo-log@^3.2.0: +hexo-log@^3.0.0: version "3.2.0" resolved "https://registry.yarnpkg.com/hexo-log/-/hexo-log-3.2.0.tgz#958c8ea681f7575afcd554f39c8e09f46461d317" dependencies: picocolors "^1.0.0" +hexo-log@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/hexo-log/-/hexo-log-4.1.0.tgz#54b42c250335067b5c60b4137f501607454efda0" + integrity sha512-i2Sgxk8Cgx5viSjq5qW5N/rBFfwoCKQcH8qnnW1fawCapcdEAhIsq+Y3vbrs9bssyDlyU6Vqm4oQmosREaNI7Q== + dependencies: + picocolors "^1.0.0" + hexo-pagination@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/hexo-pagination/-/hexo-pagination-3.0.0.tgz#b98b050bbddff25ae646e3d00ad607ac6ae77ea7" @@ -1923,27 +2017,41 @@ hexo-util@^2.0.0, hexo-util@^2.1.0, hexo-util@^2.7.0: prismjs "^1.17.1" strip-indent "^3.0.0" +hexo-util@^3.0.1, hexo-util@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/hexo-util/-/hexo-util-3.3.0.tgz#448927fb22e167f2159306666cc2c7e82c777513" + integrity sha512-YvGngXijE2muEh5L/VI4Fmjqb+/yAkmY+VuyhWVoRwQu1X7bmWodsfYRXX7CUYhi5LqsvH8FAe/yBW1+f6ZX4Q== + dependencies: + camel-case "^4.1.2" + cross-spawn "^7.0.3" + deepmerge "^4.2.2" + highlight.js "^11.6.0" + htmlparser2 "^9.0.0" + prismjs "^1.29.0" + strip-indent "^3.0.0" + hexo-wordcount@^6.0.1: version "6.0.1" resolved "https://registry.npmjs.org/hexo-wordcount/-/hexo-wordcount-6.0.1.tgz" -hexo@^6.3.0: - version "6.3.0" - resolved "https://registry.yarnpkg.com/hexo/-/hexo-6.3.0.tgz#10c940aaf86e2fbaf8a0db7cb79fc1fe4d6e1180" +hexo@^7.3.0: + version "7.3.0" + resolved "https://registry.yarnpkg.com/hexo/-/hexo-7.3.0.tgz#a9a487874c5ed71c22e91e32dd5d825709a1474f" + integrity sha512-dOe8mzBKrvjubW5oBmyhcnQDpC+M2xmAMLae5K+o+SkHxyvAhShkS2VQZoTsOLIJKY6xilv7dzCjCvE7ol/NHQ== dependencies: - abbrev "^1.1.1" + abbrev "^2.0.0" 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.2.0" - hexo-util "^2.7.0" + hexo-cli "^4.3.2" + hexo-front-matter "^4.2.1" + hexo-fs "^4.1.3" + hexo-i18n "^2.0.0" + hexo-log "^4.0.1" + hexo-util "^3.3.0" js-yaml "^4.1.0" js-yaml-js-types "^1.0.0" micromatch "^4.0.4" - moize "^6.1.0" + moize "^6.1.6" moment "^2.29.1" moment-timezone "^0.5.34" nunjucks "^3.2.3" @@ -1954,12 +2062,17 @@ hexo@^6.3.0: text-table "^0.2.0" tildify "^2.0.0" titlecase "^1.1.3" - warehouse "^4.0.2" + warehouse "^5.0.1" highlight.js@^11.0.1: version "11.6.0" resolved "https://registry.npmjs.org/highlight.js/-/highlight.js-11.6.0.tgz" +highlight.js@^11.6.0: + version "11.11.0" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.11.0.tgz#91b15082ca8cdbe22424e0a000449d7d8a5c74c6" + integrity sha512-6ErL7JlGu2CNFHyRQEuDogOyGPNiqcuWdt4iSSFUPyferNTGlNTPFqeV36Y/XwA4V/TJ8l0sxp6FTnxud/mf8g== + highlight.js@^8.6.0: version "8.9.1" resolved "https://registry.npmjs.org/highlight.js/-/highlight.js-8.9.1.tgz" @@ -1979,6 +2092,16 @@ htmlparser2@^7.0.0: domutils "^2.8.0" entities "^3.0.1" +htmlparser2@^9.0.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.1.0.tgz#cdb498d8a75a51f739b61d3f718136c369bc8c23" + integrity sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ== + dependencies: + domelementtype "^2.3.0" + domhandler "^5.0.3" + domutils "^3.1.0" + entities "^4.5.0" + http-errors@2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" @@ -2102,11 +2225,12 @@ is-buffer@^1.1.5: version "1.1.6" resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz" -is-core-module@^2.9.0: - version "2.9.0" - resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz" +is-core-module@^2.16.0: + version "2.16.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4" + integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w== dependencies: - has "^1.0.3" + hasown "^2.0.2" is-data-descriptor@^0.1.4: version "0.1.4" @@ -2496,9 +2620,10 @@ meting@^1.2.0: version "1.2.0" resolved "https://registry.npmjs.org/meting/-/meting-1.2.0.tgz" -micro-memoize@^4.0.9: - version "4.0.10" - resolved "https://registry.npmjs.org/micro-memoize/-/micro-memoize-4.0.10.tgz" +micro-memoize@^4.1.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/micro-memoize/-/micro-memoize-4.1.2.tgz#ce719c1ba1e41592f1cd91c64c5f41dcbf135f36" + integrity sha512-+HzcV2H+rbSJzApgkj0NdTakkC+bnyeiUxgT6/m7mjcz1CmM22KYFKp+EVj1sWe4UYcnriJr5uqHQD/gMHLD+g== micromatch@^2.1.5: version "2.3.11" @@ -2612,12 +2737,13 @@ mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1: dependencies: minimist "^1.2.6" -moize@^6.1.0: - version "6.1.1" - resolved "https://registry.npmjs.org/moize/-/moize-6.1.1.tgz" +moize@^6.1.6: + version "6.1.6" + resolved "https://registry.yarnpkg.com/moize/-/moize-6.1.6.tgz#ac2e723e74b951875fe2c0c3433405c2b098c3e6" + integrity sha512-vSKdIUO61iCmTqhdoIDrqyrtp87nWZUmBPniNjO0fX49wEYmyDO4lvlnFXiGcaH1JLE/s/9HbiK4LSHsbiUY6Q== dependencies: fast-equals "^3.0.1" - micro-memoize "^4.0.9" + micro-memoize "^4.1.2" moment-timezone@^0.5.34: version "0.5.34" @@ -2960,6 +3086,11 @@ prismjs@^1.17.1: version "1.28.0" resolved "https://registry.npmjs.org/prismjs/-/prismjs-1.28.0.tgz" +prismjs@^1.29.0: + version "1.29.0" + resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.29.0.tgz#f113555a8fa9b57c35e637bba27509dcf802dd12" + integrity sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q== + process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" @@ -3343,11 +3474,12 @@ resolve-url@^0.2.1: version "0.2.1" resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz" -resolve@^1.1.6, resolve@^1.11.0, resolve@^1.15.1, resolve@^1.22.0: - version "1.22.1" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" +resolve@^1.1.6, resolve@^1.15.1, resolve@^1.20.0, resolve@^1.22.0: + version "1.22.10" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.10.tgz#b663e83ffb09bbf2386944736baae803029b8b39" + integrity sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w== dependencies: - is-core-module "^2.9.0" + is-core-module "^2.16.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" @@ -3362,9 +3494,10 @@ ret@~0.1.10: version "0.1.15" resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz" -rfdc@^1.1.4: - version "1.3.0" - resolved "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz" +rfdc@^1.3.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca" + integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA== right-align@^0.1.1: version "0.1.3" @@ -3673,6 +3806,11 @@ sprintf-js@^1.0.3: version "1.1.2" resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz" +sprintf-js@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.1.3.tgz#4914b903a2f8b685d17fdf78a70e917e872e444a" + integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== + static-extend@^0.1.1: version "0.1.2" resolved "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz" @@ -4067,17 +4205,18 @@ w3c-xmlserializer@^3.0.0: dependencies: xml-name-validator "^4.0.0" -warehouse@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/warehouse/-/warehouse-4.0.2.tgz#5ea59381c59e2187bcd77d25d8a628b1e1ffc53d" +warehouse@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/warehouse/-/warehouse-5.0.1.tgz#4062c9c5d6c84f245532923a23ecb4b5441024a5" + integrity sha512-5BQEQP56bPY+cqocTho4syazuGgSoyKd0y3PsS2j8tGN10HH+CEfJSIY+KUw9D0k4jaVEFMXLz0KqCiUzTYb8A== dependencies: - bluebird "^3.2.2" - cuid "^2.1.4" - graceful-fs "^4.1.3" - hexo-log "^3.0.0" + bluebird "^3.7.2" + cuid "^2.1.8" + graceful-fs "^4.2.10" + hexo-log "^4.0.1" is-plain-object "^5.0.0" jsonparse "^1.3.1" - rfdc "^1.1.4" + rfdc "^1.3.0" through2 "^4.0.2" webidl-conversions@^7.0.0: