diff --git a/package-lock.json b/package-lock.json index 12cbf89..22f9bc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^3.0.0", "hexo-generator-tag": "^2.0.0", - "hexo-plugin-aurora": "^1.8.3", + "hexo-plugin-aurora": "^1.8.4", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^3.0.0", @@ -1616,9 +1616,9 @@ } }, "node_modules/hexo-plugin-aurora": { - "version": "1.8.3", - "resolved": "https://registry.npmmirror.com/hexo-plugin-aurora/-/hexo-plugin-aurora-1.8.3.tgz", - "integrity": "sha512-VH+rRTdGIC1OMpwkQAXTNNWUhw4i+EumY7FSp9ZdP3BTp8XHCjrFQB4y9HQ4pq95ZIxIEisoIkk2cpd97TGdvQ==", + "version": "1.8.4", + "resolved": "https://registry.npmmirror.com/hexo-plugin-aurora/-/hexo-plugin-aurora-1.8.4.tgz", + "integrity": "sha512-PU8O0+8Bx8tVsm/VZyp6YyVn+MKeXvgKw9R5mUej+l6Y53VJRLI0ECSGCg3dvqBZ2UWLuaI+4v3Q2KyMLjxISA==", "dependencies": { "algoliasearch": "^4.19.1", "app-root-path": "^3.1.0", @@ -4788,9 +4788,9 @@ "integrity": "sha512-8oo1iozloZo7TojPVYg4IxL3SJKCBdSJ908fTlIxIK7TWJIKdYnQlW31+12DBJ0NhVZA/lZisPObGF08wT8fKw==" }, "hexo-plugin-aurora": { - "version": "1.8.3", - "resolved": "https://registry.npmmirror.com/hexo-plugin-aurora/-/hexo-plugin-aurora-1.8.3.tgz", - "integrity": "sha512-VH+rRTdGIC1OMpwkQAXTNNWUhw4i+EumY7FSp9ZdP3BTp8XHCjrFQB4y9HQ4pq95ZIxIEisoIkk2cpd97TGdvQ==", + "version": "1.8.4", + "resolved": "https://registry.npmmirror.com/hexo-plugin-aurora/-/hexo-plugin-aurora-1.8.4.tgz", + "integrity": "sha512-PU8O0+8Bx8tVsm/VZyp6YyVn+MKeXvgKw9R5mUej+l6Y53VJRLI0ECSGCg3dvqBZ2UWLuaI+4v3Q2KyMLjxISA==", "requires": { "algoliasearch": "^4.19.1", "app-root-path": "^3.1.0", diff --git a/package.json b/package.json index be16a25..7145ca7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^3.0.0", "hexo-generator-tag": "^2.0.0", - "hexo-plugin-aurora": "^1.8.3", + "hexo-plugin-aurora": "^1.8.4", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index c398eb3..ab03715 100644 --- a/yarn.lock +++ b/yarn.lock @@ -492,7 +492,7 @@ cheerio@0.22.0: lodash.reject "^4.4.0" lodash.some "^4.4.0" -chokidar@^3.0.0, chokidar@^3.3.0, chokidar@^3.5.3: +chokidar@^3.0.0, chokidar@^3.5.3: version "3.5.3" resolved "https://registry.npmmirror.com/chokidar/-/chokidar-3.5.3.tgz" integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== @@ -639,13 +639,6 @@ deasync@^0.1.28: bindings "^1.5.0" node-addon-api "^1.7.1" -debug@^4.3.2: - version "4.3.4" - resolved "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - debug@2.6.9: version "2.6.9" resolved "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz" @@ -653,7 +646,7 @@ debug@2.6.9: dependencies: ms "2.0.0" -debug@4: +debug@4, debug@^4.3.2: version "4.3.4" resolved "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== @@ -680,7 +673,7 @@ delayed-stream@~1.0.0: resolved "https://registry.npmmirror.com/delayed-stream/-/delayed-stream-1.0.0.tgz" integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== -depd@~2.0.0, depd@2.0.0: +depd@2.0.0, depd@~2.0.0: version "2.0.0" resolved "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== @@ -690,6 +683,14 @@ destroy@1.2.0: resolved "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz" integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== +dom-serializer@0, dom-serializer@~0.1.0: + version "0.1.1" + resolved "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-0.1.1.tgz" + integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== + dependencies: + domelementtype "^1.3.0" + entities "^1.1.1" + dom-serializer@^1.0.1: version "1.4.1" resolved "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-1.4.1.tgz" @@ -708,15 +709,7 @@ dom-serializer@^2.0.0: domhandler "^5.0.2" entities "^4.2.0" -dom-serializer@~0.1.0, dom-serializer@0: - version "0.1.1" - resolved "https://registry.npmmirror.com/dom-serializer/-/dom-serializer-0.1.1.tgz" - integrity sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA== - dependencies: - domelementtype "^1.3.0" - entities "^1.1.1" - -domelementtype@^1.3.0, domelementtype@^1.3.1, domelementtype@1: +domelementtype@1, domelementtype@^1.3.0, domelementtype@^1.3.1: version "1.3.1" resolved "https://registry.npmmirror.com/domelementtype/-/domelementtype-1.3.1.tgz" integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== @@ -759,6 +752,14 @@ dompurify@^3.0.3: resolved "https://registry.npmmirror.com/dompurify/-/dompurify-3.0.6.tgz" integrity sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w== +domutils@1.5.1: + version "1.5.1" + resolved "https://registry.npmmirror.com/domutils/-/domutils-1.5.1.tgz" + integrity sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw== + dependencies: + dom-serializer "0" + domelementtype "1" + domutils@^1.5.1: version "1.7.0" resolved "https://registry.npmmirror.com/domutils/-/domutils-1.7.0.tgz" @@ -785,14 +786,6 @@ domutils@^3.1.0: domelementtype "^2.3.0" domhandler "^5.0.3" -domutils@1.5.1: - version "1.5.1" - resolved "https://registry.npmmirror.com/domutils/-/domutils-1.5.1.tgz" - integrity sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw== - dependencies: - dom-serializer "0" - domelementtype "1" - ee-first@1.1.1: version "1.1.1" resolved "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz" @@ -937,6 +930,11 @@ fs.realpath@^1.0.0: resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== +fsevents@~2.3.2: + version "2.3.3" + resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + glob-parent@~5.1.2: version "5.1.2" resolved "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz" @@ -1063,15 +1061,15 @@ hexo-log@^4.0.1: dependencies: picocolors "^1.0.0" -hexo-pagination@^3.0.0, hexo-pagination@3.0.0: +hexo-pagination@3.0.0, hexo-pagination@^3.0.0: version "3.0.0" resolved "https://registry.npmmirror.com/hexo-pagination/-/hexo-pagination-3.0.0.tgz" integrity sha512-8oo1iozloZo7TojPVYg4IxL3SJKCBdSJ908fTlIxIK7TWJIKdYnQlW31+12DBJ0NhVZA/lZisPObGF08wT8fKw== -hexo-plugin-aurora@^1.8.3: - version "1.8.3" - resolved "https://registry.npmmirror.com/hexo-plugin-aurora/-/hexo-plugin-aurora-1.8.3.tgz" - integrity sha512-VH+rRTdGIC1OMpwkQAXTNNWUhw4i+EumY7FSp9ZdP3BTp8XHCjrFQB4y9HQ4pq95ZIxIEisoIkk2cpd97TGdvQ== +hexo-plugin-aurora@^1.8.4: + version "1.8.4" + resolved "https://registry.npmmirror.com/hexo-plugin-aurora/-/hexo-plugin-aurora-1.8.4.tgz#83d23f42da4ebd3d894543699386e07ff4b348fd" + integrity sha512-PU8O0+8Bx8tVsm/VZyp6YyVn+MKeXvgKw9R5mUej+l6Y53VJRLI0ECSGCg3dvqBZ2UWLuaI+4v3Q2KyMLjxISA== dependencies: algoliasearch "^4.19.1" app-root-path "^3.1.0" @@ -1165,20 +1163,7 @@ hexo-util@^2.0.0, hexo-util@^2.5.0, hexo-util@^2.7.0: prismjs "^1.17.1" strip-indent "^3.0.0" -hexo-util@^3.0.1: - version "3.1.0" - resolved "https://registry.npmmirror.com/hexo-util/-/hexo-util-3.1.0.tgz" - integrity sha512-LmztAhkJHQ59VHqz6AnvwEKiNA0pCBBI0qW08cCzjhnpGoqZ8tlGDwElzy7oTxCvMChkiqg5V8VflhdI8tHsGg== - 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-util@^3.1.0: +hexo-util@^3.0.1, hexo-util@^3.1.0: version "3.1.0" resolved "https://registry.npmmirror.com/hexo-util/-/hexo-util-3.1.0.tgz" integrity sha512-LmztAhkJHQ59VHqz6AnvwEKiNA0pCBBI0qW08cCzjhnpGoqZ8tlGDwElzy7oTxCvMChkiqg5V8VflhdI8tHsGg== @@ -1308,7 +1293,7 @@ inflight@^1.0.4: once "^1.3.0" wrappy "1" -inherits@^2.0.1, inherits@^2.0.3, inherits@2, inherits@2.0.4: +inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3: version "2.0.4" resolved "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== @@ -1393,7 +1378,7 @@ js-yaml-js-types@^1.0.0: dependencies: esprima "^4.0.1" -js-yaml@^4.1.0, js-yaml@4.x: +js-yaml@^4.1.0: version "4.1.0" resolved "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== @@ -1534,7 +1519,7 @@ micromatch@^4.0.4: braces "^3.0.2" picomatch "^2.3.1" -"mime-db@>= 1.43.0 < 2", mime-db@1.52.0: +mime-db@1.52.0, "mime-db@>= 1.43.0 < 2": version "1.52.0" resolved "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== @@ -1546,16 +1531,16 @@ mime-types@^2.1.12, mime-types@~2.1.34: dependencies: mime-db "1.52.0" -mime@^3.0.0: - version "3.0.0" - resolved "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz" - integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== - mime@1.6.0: version "1.6.0" resolved "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== +mime@^3.0.0: + version "3.0.0" + resolved "https://registry.npmmirror.com/mime/-/mime-3.0.0.tgz" + integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A== + min-indent@^1.0.0: version "1.0.1" resolved "https://registry.npmmirror.com/min-indent/-/min-indent-1.0.1.tgz" @@ -1690,13 +1675,6 @@ nwsapi@^2.2.2: resolved "https://registry.npmmirror.com/nwsapi/-/nwsapi-2.2.7.tgz" integrity sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ== -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz" - integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww== - dependencies: - ee-first "1.1.1" - on-finished@2.4.1: version "2.4.1" resolved "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz" @@ -1704,6 +1682,13 @@ on-finished@2.4.1: dependencies: ee-first "1.1.1" +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.npmmirror.com/on-finished/-/on-finished-2.3.0.tgz" + integrity sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww== + dependencies: + ee-first "1.1.1" + on-headers@~1.0.2: version "1.0.2" resolved "https://registry.npmmirror.com/on-headers/-/on-headers-1.0.2.tgz" @@ -1822,7 +1807,7 @@ range-parser@~1.2.1: resolved "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== -readable-stream@^3.1.1, readable-stream@3: +readable-stream@3, readable-stream@^3.1.1: version "3.6.2" resolved "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz" integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== @@ -1857,16 +1842,16 @@ rfdc@^1.1.4: resolved "https://registry.npmmirror.com/rfdc/-/rfdc-1.3.0.tgz" integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA== -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - safe-buffer@5.1.2: version "5.1.2" resolved "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.1.2.tgz" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== +safe-buffer@~5.2.0: + version "5.2.1" + resolved "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" resolved "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz" @@ -1960,16 +1945,16 @@ sprintf-js@^1.0.3: resolved "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.1.3.tgz" integrity sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA== -statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz" - integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== - statuses@2.0.1: version "2.0.1" resolved "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== +statuses@~1.5.0: + version "1.5.0" + resolved "https://registry.npmmirror.com/statuses/-/statuses-1.5.0.tgz" + integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA== + string_decoder@^1.1.1: version "1.3.0" resolved "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz" @@ -1996,7 +1981,7 @@ striptags@^3.2.0: resolved "https://registry.npmmirror.com/striptags/-/striptags-3.2.0.tgz" integrity sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw== -stylus@*, stylus@^0.59.0: +stylus@^0.59.0: version "0.59.0" resolved "https://registry.npmmirror.com/stylus/-/stylus-0.59.0.tgz" integrity sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg== @@ -2141,16 +2126,16 @@ vue-class-component@^8.0.0-rc.1: resolved "https://registry.npmmirror.com/vue-class-component/-/vue-class-component-8.0.0-rc.1.tgz" integrity sha512-w1nMzsT/UdbDAXKqhwTmSoyuJzUXKrxLE77PCFVuC6syr8acdFDAq116xgvZh9UCuV0h+rlCtxXolr3Hi3HyPQ== -vue-demi@^0.12.5: - version "0.12.5" - resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.12.5.tgz" - integrity sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q== - vue-demi@>=0.14.5: version "0.14.6" resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.14.6.tgz" integrity sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w== +vue-demi@^0.12.5: + version "0.12.5" + resolved "https://registry.npmmirror.com/vue-demi/-/vue-demi-0.12.5.tgz" + integrity sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q== + vue-i18n@^9.2.2: version "9.5.0" resolved "https://registry.npmmirror.com/vue-i18n/-/vue-i18n-9.5.0.tgz" @@ -2167,17 +2152,6 @@ vue-router@^4.2.4: dependencies: "@vue/devtools-api" "^6.5.0" -"vue@^2.0.0 || >=3.0.0", "vue@^2.6.14 || ^3.3.0", vue@^3.0.0, "vue@^3.0.0-0 || ^2.6.0", vue@^3.2.0, vue@^3.3.4, vue@3.3.5: - version "3.3.5" - resolved "https://registry.npmmirror.com/vue/-/vue-3.3.5.tgz" - integrity sha512-xYpLEGb25yYU1ul9ZhCcavNZ4YW6PS7YTDdDAd0yc/3w69Tra2BwY4EpKguKddfD56QApXQ17XHq+fJJwEP+UQ== - dependencies: - "@vue/compiler-dom" "3.3.5" - "@vue/compiler-sfc" "3.3.5" - "@vue/runtime-dom" "3.3.5" - "@vue/server-renderer" "3.3.5" - "@vue/shared" "3.3.5" - vue3-click-away@^1.2.4: version "1.2.4" resolved "https://registry.npmmirror.com/vue3-click-away/-/vue3-click-away-1.2.4.tgz" @@ -2190,6 +2164,17 @@ vue3-lazyload@^0.3.8: dependencies: vue-demi "^0.12.5" +vue@^3.3.4: + version "3.3.5" + resolved "https://registry.npmmirror.com/vue/-/vue-3.3.5.tgz" + integrity sha512-xYpLEGb25yYU1ul9ZhCcavNZ4YW6PS7YTDdDAd0yc/3w69Tra2BwY4EpKguKddfD56QApXQ17XHq+fJJwEP+UQ== + dependencies: + "@vue/compiler-dom" "3.3.5" + "@vue/compiler-sfc" "3.3.5" + "@vue/runtime-dom" "3.3.5" + "@vue/server-renderer" "3.3.5" + "@vue/shared" "3.3.5" + w3c-xmlserializer@^4.0.0: version "4.0.0" resolved "https://registry.npmmirror.com/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz"