diff --git a/package.json b/package.json index 5862622b..97dfbb67 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "vuepress-plugin-copy-code2": "2.0.0-beta.217", "vuepress-plugin-search-pro": "2.0.0-beta.217", "vuepress-shared": "2.0.0-beta.217", - "vuepress-theme-hope": "2.0.0-beta.217" + "vuepress-theme-hope": "2.0.0-beta.228" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index be100393..4c255fe1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ dependencies: specifier: 2.0.0-beta.217 version: 2.0.0-beta.217(vuepress@2.0.0-beta.62) vuepress-theme-hope: - specifier: 2.0.0-beta.217 - version: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + specifier: 2.0.0-beta.228 + version: 2.0.0-beta.228(vuepress@2.0.0-beta.62) packages: @@ -73,32 +73,32 @@ packages: leven: 3.1.0 dev: false - /@babel/code-frame@7.21.4: - resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} + /@babel/code-frame@7.22.5: + resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.18.6 + '@babel/highlight': 7.22.5 dev: false - /@babel/compat-data@7.22.3: - resolution: {integrity: sha512-aNtko9OPOwVESUFp3MZfD8Uzxl7JzSeJpd7npIoxCasU37PFbAQRpKglkaKwlHOyeJdrREpo8TW8ldrkYWwvIQ==} + /@babel/compat-data@7.22.5: + resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==} engines: {node: '>=6.9.0'} dev: false - /@babel/core@7.22.1: - resolution: {integrity: sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA==} + /@babel/core@7.22.5: + resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.22.3 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-module-transforms': 7.22.1 - '@babel/helpers': 7.22.3 - '@babel/parser': 7.22.4 - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-module-transforms': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -108,11 +108,11 @@ packages: - supports-color dev: false - /@babel/generator@7.22.3: - resolution: {integrity: sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==} + /@babel/generator@7.22.5: + resolution: {integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -122,69 +122,69 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.22.3: resolution: {integrity: sha512-ahEoxgqNoYXm0k22TvOke48i1PkavGu0qGCmcq9ugi6gnmvKNaMjKBSrZTnWUi1CFEeNAUiVba0Wtzm03aSkJg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false - /@babel/helper-compilation-targets@7.22.1(@babel/core@7.22.1): - resolution: {integrity: sha512-Rqx13UM3yVB5q0D/KwQ8+SPfX/+Rnsy1Lw1k/UwOC4KC6qrzIQoY3lYnBu5EHKBlEHHcj0M0W8ltPSkD8rqfsQ==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.22.3 - '@babel/core': 7.22.1 - '@babel/helper-validator-option': 7.21.0 + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-validator-option': 7.22.5 browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 dev: false - /@babel/helper-create-class-features-plugin@7.22.1(@babel/core@7.22.1): + /@babel/helper-create-class-features-plugin@7.22.1(@babel/core@7.22.5): resolution: {integrity: sha512-SowrZ9BWzYFgzUMwUmowbPSGu6CXL5MSuuCkG3bejahSpSymioPmuLdhPxNOc9MjuNGjy7M/HaXvJ8G82Lywlw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 '@babel/helper-member-expression-to-functions': 7.22.3 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-replace-supers': 7.22.1 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.1): + /@babel/helper-create-regexp-features-plugin@7.22.1(@babel/core@7.22.5): resolution: {integrity: sha512-WWjdnfR3LPIe+0EY8td7WmjhytxXtjKAEpnAxun/hkNiyOaPlvGK+NZaBFIdi9ndYV3Gav7BpFvtUwnaJlwi1w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.3.2 semver: 6.3.0 dev: false - /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.1): + /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.5): resolution: {integrity: sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -194,52 +194,52 @@ packages: - supports-color dev: false - /@babel/helper-environment-visitor@7.22.1: - resolution: {integrity: sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==} + /@babel/helper-environment-visitor@7.22.5: + resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} dev: false - /@babel/helper-function-name@7.21.0: - resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + /@babel/helper-function-name@7.22.5: + resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.21.9 - '@babel/types': 7.22.4 + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 dev: false - /@babel/helper-hoist-variables@7.18.6: - resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} + /@babel/helper-hoist-variables@7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false /@babel/helper-member-expression-to-functions@7.22.3: resolution: {integrity: sha512-Gl7sK04b/2WOb6OPVeNy9eFKeD3L6++CzL3ykPOWqTn08xgYYK0wz4TUh2feIImDXxcVW3/9WQ1NMKY66/jfZA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false - /@babel/helper-module-imports@7.21.4: - resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} + /@babel/helper-module-imports@7.22.5: + resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false - /@babel/helper-module-transforms@7.22.1: - resolution: {integrity: sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw==} + /@babel/helper-module-transforms@7.22.5: + resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-simple-access': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: false @@ -248,7 +248,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false /@babel/helper-plugin-utils@7.21.5: @@ -256,17 +256,17 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.1): + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.22.5): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: false @@ -275,35 +275,35 @@ packages: resolution: {integrity: sha512-ut4qrkE4AuSfrwHSps51ekR1ZY/ygrP1tp0WFm8oVq6nzc/hvfV/22JylndIbsf2U2M9LOMwiSddr6y+78j+OQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.22.1 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-member-expression-to-functions': 7.22.3 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: false - /@babel/helper-simple-access@7.21.5: - resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} + /@babel/helper-simple-access@7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false - /@babel/helper-split-export-declaration@7.18.6: - resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} + /@babel/helper-split-export-declaration@7.22.5: + resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.4 + '@babel/types': 7.22.5 dev: false /@babel/helper-string-parser@7.21.5: @@ -311,13 +311,23 @@ packages: engines: {node: '>=6.9.0'} dev: false + /@babel/helper-string-parser@7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-validator-identifier@7.19.1: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} dev: false - /@babel/helper-validator-option@7.21.0: - resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} + /@babel/helper-validator-identifier@7.22.5: + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} + engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-option@7.22.5: + resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} engines: {node: '>=6.9.0'} dev: false @@ -325,30 +335,30 @@ packages: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/helper-function-name': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: false - /@babel/helpers@7.22.3: - resolution: {integrity: sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w==} + /@babel/helpers@7.22.5: + resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.21.9 - '@babel/traverse': 7.22.4 - '@babel/types': 7.22.4 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: false - /@babel/highlight@7.18.6: - resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} + /@babel/highlight@7.22.5: + resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-validator-identifier': 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 dev: false @@ -361,880 +371,888 @@ packages: '@babel/types': 7.22.4 dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.1): + /@babel/parser@7.22.5: + resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.5 + dev: false + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.3(@babel/core@7.22.1): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-6r4yRwEnorYByILoDRnEqxtojYKuiIv9FojW2E8GUKo9eWBwbKcd9IiZOZpdyXc64RmyGGyPu3/uAcrz/dq2kQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.1) + '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.5) dev: false - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.22.1): + /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.22.5): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.1): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.5): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.1): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.5): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.1): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.5): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.1): + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.22.5): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-attributes@7.22.3(@babel/core@7.22.1): + /@babel/plugin-syntax-import-attributes@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-i35jZJv6aO7hxEbIWQ41adVfOzjm9dcYDNeWlBMd8p0ZQRtNUCBrmGwZt+H5lb+oOC9a3svp956KP0oWGA1YsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.1): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.1): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.5): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.1): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.5): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.1): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.1): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.5): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.1): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.5): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.22.5): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-async-generator-functions@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-async-generator-functions@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-36A4Aq48t66btydbZd5Fk0/xJqbpg/v4QWI4AH4cYHBXy9Mu42UOupZpebKFiCFNT9S9rJFcsld0gsv0ayLjtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-environment-visitor': 7.22.1 + '@babel/core': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.1) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.22.1): + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.22.5): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-module-imports': 7.21.4 + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.1) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.1): + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.22.5): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-class-properties@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-mASLsd6rhOrLZ5F3WbCxkzl67mmOnqik0zrg5W6D/X0QMW7HtvnoL1dRARLKIbMP3vXwkwziuLesPqWVGIl6Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-class-static-block@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-5BirgNWNOx7cwbTJCOmKFJ1pZjwk5MUfMIwiBBvsirCJMZeQgs5pk6i1OlkVg+1Vef5LfBahFOrdCnAWvkVKMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.1) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.1): + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.22.5): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.22.1 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-split-export-declaration': 7.22.5 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.22.5): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.21.9 + '@babel/template': 7.22.5 dev: false - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.1): + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.22.5): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.22.5): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-dynamic-import@7.22.1(@babel/core@7.22.1): + /@babel/plugin-transform-dynamic-import@7.22.1(@babel/core@7.22.5): resolution: {integrity: sha512-rlhWtONnVBPdmt+jeewS0qSnMz/3yLFrqAP8hHC6EDcrYRSyuz9f9yQhHvVn2Ad6+yO9fHXac5piudeYrInxwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.3 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-export-namespace-from@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-export-namespace-from@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-5Ti1cHLTDnt3vX61P9KZ5IG09bFXp4cDVFJIAeCZuxu9OXXJJZp5iP0n/rzM2+iAutJY+KWEyyHcRaHlpQ/P5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.22.5): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.22.5): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) - '@babel/helper-function-name': 7.21.0 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-json-strings@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-json-strings@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-IuvOMdeOOY2X4hRNAT6kwbePtK21BUyrAEgLKviL8pL6AEEVUVcqtRdN/HJXBLGIbt9T3ETmXRnFedRRmQNTYw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.22.5): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-logical-assignment-operators@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-logical-assignment-operators@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-CbayIfOw4av2v/HYZEsH+Klks3NC2/MFIR3QR8gnpGNNPEaq2fdlVCRYG/paKs7/5hvBLQ+H70pGWOHtlNEWNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.1) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.1): + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.22.5): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-module-transforms': 7.22.1 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.22.5): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-module-transforms': 7.22.1 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 + '@babel/helper-simple-access': 7.22.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-modules-systemjs@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-V21W3bKLxO3ZjcBJZ8biSvo5gQ85uIXW2vJfh7JSWf/4SLUSr1tOoHX3ruN4+Oqa2m+BKfsxTR1I+PsvkIWvNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.22.1 + '@babel/core': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-module-transforms': 7.22.1 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-c6HrD/LpUdNNJsISQZpds3TXvfYIAbo+efE9aWmY/PmSRD0agrJ9cPMt4BmArwUQ7ZymEWTFjTyp+yReLJZh0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-new-target@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-new-target@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-5RuJdSo89wKdkRTqtM9RVVJzHum9c2s0te9rB7vZC1zKKxcioWIy+xcu4OoIAjyFZhb/bp5KkunuLin1q7Ct+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-nullish-coalescing-operator@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-nullish-coalescing-operator@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-CpaoNp16nX7ROtLONNuCyenYdY/l7ZsR6aoVa7rW7nMWisoNoQNIH5Iay/4LDyRjKMuElMqXiBoOQCDLTMGZiw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-numeric-separator@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-numeric-separator@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-+AF88fPDJrnseMh5vD9+SH6wq4ZMvpiTMHh58uLs+giMEyASFVhcT3NkoyO+NebFCNnpHJEq5AXO2txV4AGPDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.1) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-object-rest-spread@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-object-rest-spread@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-38bzTsqMMCI46/TQnJwPPpy33EjLCc1Gsm2hRTF6zTMWnKsN61vdrpuzIEGQyKEhDSYDKyZHrrd5FMj4gcUHhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.3 - '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.1) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.22.1 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-optional-catch-binding@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-optional-catch-binding@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-bnDFWXFzWY0BsOyqaoSXvMQ2F35zutQipugog/rqotL2S4ciFOKlRYUu9djt4iq09oh2/34hqfRR2k1dIvuu4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-optional-chaining@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-optional-chaining@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-63v3/UFFxhPKT8j8u1jTTGVyITxl7/7AfOqK8C5gz1rHURPUGe3y5mvIf68eYKGoBNahtJnTxBKug4BQOnzeJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.1) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) dev: false - /@babel/plugin-transform-parameters@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-parameters@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-x7QHQJHPuD9VmfpzboyGJ5aHEr9r7DsAsdxdhJiTB3J3j8dyl+NFZ+rX5Q2RWFDCs61c06qBfS4ys2QYn8UkMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-private-methods@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-fC7jtjBPFqhqpPAE+O4LKwnLq7gGkD3ZmC2E3i4qWH34mH3gOg2Xrq5YMHUq6DM30xhqM1DNftiRaSqVjEG+ug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-private-property-in-object@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-private-property-in-object@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-C7MMl4qWLpgVCbXfj3UW8rR1xeCnisQ0cU7YJHV//8oNBS0aCIVg1vFnZXxOckHhEpQyqNNkWmvSEWnMLlc+Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/helper-create-class-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.22.5): resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 regenerator-transform: 0.15.1 dev: false - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.1): + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.22.5): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: false - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.22.5): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.1): + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.22.5): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.22.5): resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-unicode-property-regex@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-property-regex@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-5ScJ+OmdX+O6HRuMGW4kv7RL9vIKdtdAj9wuWUKy1wbHY3jaM/UlyIiC1G7J6UJiiyMukjjK0QwL3P0vBd0yYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-unicode-sets-regex@7.22.3(@babel/core@7.22.1): + /@babel/plugin-transform-unicode-sets-regex@7.22.3(@babel/core@7.22.5): resolution: {integrity: sha512-hNufLdkF8vqywRp+P55j4FHXqAX2LRUccoZHH7AFn1pq5ZOO2ISKW9w13bFZVjBoTqeve2HOgoJCcaziJVhGNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.1(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/preset-env@7.22.4(@babel/core@7.22.1): + /@babel/preset-env@7.22.4(@babel/core@7.22.5): resolution: {integrity: sha512-c3lHOjbwBv0TkhYCr+XCR6wKcSZ1QbQTVdSkZUaVpLv8CVWotBMArWUi5UAJrcrQaEnleVkkvaV8F/pmc/STZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.3 - '@babel/core': 7.22.1 - '@babel/helper-compilation-targets': 7.22.1(@babel/core@7.22.1) + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.22.1) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.1) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.1) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.1) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.1) - '@babel/plugin-syntax-import-attributes': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.1) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.1) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.1) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.1) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.1) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.1) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.22.1) - '@babel/plugin-transform-async-generator-functions': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.22.1) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.22.1) - '@babel/plugin-transform-class-properties': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-class-static-block': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.22.1) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.22.1) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.22.1) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.1) - '@babel/plugin-transform-dynamic-import': 7.22.1(@babel/core@7.22.1) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-export-namespace-from': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.22.1) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.1) - '@babel/plugin-transform-json-strings': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.1) - '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.22.1) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.1) - '@babel/plugin-transform-modules-systemjs': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-new-target': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-numeric-separator': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-object-rest-spread': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-optional-catch-binding': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-private-methods': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-private-property-in-object': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.22.1) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.22.1) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.1) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.22.1) - '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.22.1) - '@babel/plugin-transform-unicode-property-regex': 7.22.3(@babel/core@7.22.1) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-unicode-sets-regex': 7.22.3(@babel/core@7.22.1) - '@babel/preset-modules': 0.1.5(@babel/core@7.22.1) - '@babel/types': 7.22.4 - babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.1) - babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.1) - babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.1) + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.22.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.22.5) + '@babel/plugin-syntax-import-attributes': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-async-generator-functions': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.22.5) + '@babel/plugin-transform-class-properties': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-class-static-block': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.22.5) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.22.5) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.22.5) + '@babel/plugin-transform-dynamic-import': 7.22.1(@babel/core@7.22.5) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-export-namespace-from': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.22.5) + '@babel/plugin-transform-json-strings': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.22.5) + '@babel/plugin-transform-logical-assignment-operators': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-systemjs': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-new-target': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-numeric-separator': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-object-rest-spread': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-optional-catch-binding': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-optional-chaining': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-private-methods': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-private-property-in-object': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.22.5) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-property-regex': 7.22.3(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-sets-regex': 7.22.3(@babel/core@7.22.5) + '@babel/preset-modules': 0.1.5(@babel/core@7.22.5) + '@babel/types': 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5) + babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5) + babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5) core-js-compat: 3.30.2 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules@0.1.5(@babel/core@7.22.1): + /@babel/preset-modules@0.1.5(@babel/core@7.22.5): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 + '@babel/core': 7.22.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.1) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.1) - '@babel/types': 7.22.4 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.22.5) + '@babel/types': 7.22.5 esutils: 2.0.3 dev: false @@ -1249,27 +1267,27 @@ packages: regenerator-runtime: 0.13.11 dev: false - /@babel/template@7.21.9: - resolution: {integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ==} + /@babel/template@7.22.5: + resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/parser': 7.22.4 - '@babel/types': 7.22.4 + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 dev: false - /@babel/traverse@7.22.4: - resolution: {integrity: sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ==} + /@babel/traverse@7.22.5: + resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.22.3 - '@babel/helper-environment-visitor': 7.22.1 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.22.4 - '@babel/types': 7.22.4 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1285,6 +1303,15 @@ packages: to-fast-properties: 2.0.0 dev: false + /@babel/types@7.22.5: + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + to-fast-properties: 2.0.0 + dev: false + /@braintree/sanitize-url@6.0.2: resolution: {integrity: sha512-Tbsj02wXCbqGmzdnXNk0SOF19ChhRU70BsroIi4Pm6Ehp56in6vch94mfbdQ17DozxkL3BAVjbZ4Qc1a0HFRAg==} dev: false @@ -1542,6 +1569,10 @@ packages: '@lit-labs/ssr-dom-shim': 1.1.1 dev: false + /@maverick-js/signals@5.11.2: + resolution: {integrity: sha512-jKAyNE2O7H+xrigPoqdV0Iq2AeQ6cysfBf/b2jasJ4FfCUKjGyazgtp+pIspTW6skFvpPrvq40Qft+7HuR+Tlg==} + dev: false + /@mdit-vue/plugin-component@0.12.0: resolution: {integrity: sha512-LrwV3f0Y6H7b7m/w1Y3bkGuR3HOiBK4QiHHW3HuRMza6MZodDQbj8Baik5/V5GiSg1/ltijS1CymVcycd1EfTw==} dependencies: @@ -1605,158 +1636,158 @@ packages: resolution: {integrity: sha512-mrC4y8n88BYvgcgzq9bvTlDgFyi2zuvzmPilRvRc3Uz1iIvq8mDhxJ0rHKFUNzPEScpDvJdIujqiDrulMqiudA==} dev: false - /@mdit/plugin-align@0.4.6: - resolution: {integrity: sha512-0TUUAKV9kYLw2dgI6fHFGXVVqDkK2+yHrMGve32bKcYniSxEvJpP9lZYbhMC38y8glANV9bFR8kTpX4R6yYK0Q==} + /@mdit/plugin-align@0.4.8: + resolution: {integrity: sha512-n6dNMqXb2wZmQ2dod8fq18ehEq+KtMNFoDpC6H3oCaAv/kXT7fYSry0fqrFBP5I3l8yevrgAwo+zZC+c3cyZig==} engines: {node: '>= 14'} dependencies: - '@mdit/plugin-container': 0.4.6 + '@mdit/plugin-container': 0.4.8 '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-attrs@0.4.6: - resolution: {integrity: sha512-m5fSGUq2pirdiuxmZ/kMXVrrK9NE360+ILGS4pmOF3xz16b2e1c9W2jIf3INg9pigvWWrgghrlcd7lJ6Y5yY2g==} + /@mdit/plugin-attrs@0.4.8: + resolution: {integrity: sha512-SB2yTHRNG8j5shh1TtJAPuPFWaMeQp6P/9ieLVPFdXLU6RPobEwf1GAX39YDaIKaWXEmkEJJdKFClOKmyWd9BQ==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-container@0.4.6: - resolution: {integrity: sha512-AIyP+X+zwDiv3qglWv4KI37xmO0QQXstw/GTPvisr+XHcssHNziui+NLaH/u3GBdloAzBOUmp0Lpwwd6jrsQpA==} + /@mdit/plugin-container@0.4.8: + resolution: {integrity: sha512-ruiP9XrJ6Uaru/9ZO7iBGm96Fiqr/4Ecn6zHER3/GzWpRJ9oPjrDBWoQ9eFrmINoq1C89puZG0lmAJJ9KCTeAw==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-figure@0.4.6: - resolution: {integrity: sha512-HwYms37vdJckKIi3FwdeYKIvPrMtr+pvlKZolxFIvky+K3ZmzJIefl5gaEwtMJZdyF8WvnmPgJ+d/du+eX5mVg==} + /@mdit/plugin-figure@0.4.8: + resolution: {integrity: sha512-fzFwKlE34pnenqAshqHtCrgv5Ro9QE0Cjd0BR/wxkFCy4ZyyVHZUNA007HOz/j9t5ryVimdZQPcqfcQEcBk8sA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-footnote@0.4.6: - resolution: {integrity: sha512-hUIR33uBEymttQ3UXnX3+bX/TvZQiykkrEEhpAIC/sO6VGlcN9hmbZxB8pJgJD/iMGekNT8i5iPoDAc0S3XZRw==} + /@mdit/plugin-footnote@0.4.8: + resolution: {integrity: sha512-D2OOOoiMEdgI4p5NAtAK8wjOK3th4qIB6ZkOZ38USN+nzTwNy51Prq/elKiqhEd95q0BtWobrPsrY7qO1BW7kA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-img-lazyload@0.4.6: - resolution: {integrity: sha512-IZDyCXsGK5Wn1c0Nc2oBEhOogPBYj5yz/m+kqBfdydcRuXId1omtYQzr9XC/gAPExrSiVgW3yLdRNs0dVGpclA==} + /@mdit/plugin-img-lazyload@0.4.8: + resolution: {integrity: sha512-GGppqJQhl5pZ2CftLxstxMVSZQCdOiJB/1aKEMjpi+EehYV1MlKPzaQp+XTyVDJAkv/k6pe+91ZnsSZgHnIUcA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-img-mark@0.4.6: - resolution: {integrity: sha512-4NsLjnFkC7yATq2lUnHlObIxtyDj4GQlhbHJNP+v8/pkDrbD65vnpdDRopFsa9QI8e09iPlKCIe5KbNTRpP1mw==} + /@mdit/plugin-img-mark@0.4.8: + resolution: {integrity: sha512-00zkJ3cIW1R5O+lk/WHuhOrHFdO17TVVxfBN8mhzH6S17W+2KqBMcBv5fpxi7g3R95rZ1fAZ6T1I5lg069RBkA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-img-size@0.4.6: - resolution: {integrity: sha512-60porH/uVGYe8VRxzCj0jmSHjc8YUEamd8kfq5UOMUhCAA0udYvZ2QK4jpEPoc49r9SNLiD3jCjThNAsxt3ufg==} + /@mdit/plugin-img-size@0.4.8: + resolution: {integrity: sha512-+fkNRrhkwZgIRJi6ucginEzy95pmhekOer23gBbOOezZev9D4XpA1tFhLAu1srvUVAKh+JmRXiVJUT71Xw9LTg==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-include@0.4.6: - resolution: {integrity: sha512-MQaBAcAlk/d8Skyg2fhAVclqE5do5PJdBBD0wsaXIom96TONNZJnOJQrSqGXUhqHGee8iSccMzIaZN6g3XHRVQ==} + /@mdit/plugin-include@0.4.8: + resolution: {integrity: sha512-Hd+ZjisjjUS6ZRtjXUkfbYx3HpGKAY4XVpzmvhinK4+EPqiW4SrQor4G03ckpYu2fFjBF6u6+NbMtkHD8dcMZQ==} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 upath: 2.0.1 dev: false - /@mdit/plugin-katex@0.4.6: - resolution: {integrity: sha512-yB26Bwer7DgYOaB1mBkf5dKFgawQSIN850GkMacR3X2f1UMdlSTbHIeB4BZMwYu1+trFcukKjlFsLONns2OObQ==} + /@mdit/plugin-katex@0.4.8: + resolution: {integrity: sha512-IQUfqpRp+/0gq0VDUOLI0xVvAaiHQv91f6PFBuRG2mvxSsJBECCWZTiJpCgriL7XHSVeSI8zHEYsha9UR674nw==} engines: {node: '>= 14'} dependencies: - '@mdit/plugin-tex': 0.4.6 + '@mdit/plugin-tex': 0.4.8 '@types/katex': 0.16.0 '@types/markdown-it': 12.2.3 katex: 0.16.7 markdown-it: 13.0.1 dev: false - /@mdit/plugin-mark@0.4.6: - resolution: {integrity: sha512-mpAwN2tW+lT7lmLyI6nb9U2EFSOLU+qT1i5FAT/i2JG7agPN5VYeCTf5QPg6Wj8ujMHv9h/0TXgK6KUSiArWFg==} + /@mdit/plugin-mark@0.4.8: + resolution: {integrity: sha512-51sV7MsPPoW+oa47mwUoD44a3N6XcnYBCOixuDtPzpmKH7ueUJ/ULOGJoBsbveo/ZqTCivJ+3cwoTujaGua8mQ==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-mathjax@0.4.6: - resolution: {integrity: sha512-WTVCpipypq8SVcUfc0R+xu/vc/NBcHoOFnPTCapVxU7ejGALU0mPKExRwqOrP9ShR5WAlu137EtAtjIwFAd4zA==} + /@mdit/plugin-mathjax@0.4.8: + resolution: {integrity: sha512-eFFYR6Qo9eZnS+3vUVIHd1lLasx6Upybu3tvdNJ119CUkVd3edtvDqI286RJuApfyDM0uAzkqEgmSKCr4pT8NA==} engines: {node: '>= 14'} dependencies: - '@mdit/plugin-tex': 0.4.6 + '@mdit/plugin-tex': 0.4.8 '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 mathjax-full: 3.2.2 upath: 2.0.1 dev: false - /@mdit/plugin-stylize@0.4.6: - resolution: {integrity: sha512-/KpsinFtHsl9qGd9mNIwXzQz8t0ls0/UJQVv3u8of9j/twt3W/naQarXGF63HY9PEkl/AjcOZdYfQPOMYZW7AA==} + /@mdit/plugin-stylize@0.4.8: + resolution: {integrity: sha512-Wjo3hEHGybu+2ubLaUY52g5SCk6ThFwHYQAYScB7NX39lbr1xefVKs5RYeyH3xCRMdK3S5+b1mlklrdSARQ1fg==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-sub@0.4.6: - resolution: {integrity: sha512-Xj8cemPn506cyOXNC1z1hIDBriwFVNHMKQ8GgLbqjI3ztBGE6cDGEIt1QvWejhX9tpLSaoP5YQenTT2uCzVxYg==} + /@mdit/plugin-sub@0.4.8: + resolution: {integrity: sha512-U/6FtGgakdk/JhybHGHykBampF5YMZFkS1DB9uht/3uycWT4ejGefZ1XT9r59liQ3Bh/9CTy0niRNvMwdolPOA==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-sup@0.4.6: - resolution: {integrity: sha512-3JyduzEeAFrmdRYAaeyVHKUF6X001zw+fV6k/AOr1VLIru8KZVA+9oFujcz62GngpTgJgX8jeDhLQu02wUVxIg==} + /@mdit/plugin-sup@0.4.8: + resolution: {integrity: sha512-wv4n9PKoiXI2RFqUrqOSxcKl71mTNCzlNJNlb4WfF9OTIn1CXR298EeL6XnbgS6snLuraur15PgGqwWw6wP7AQ==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-tab@0.4.6: - resolution: {integrity: sha512-b5XxhMQ+6ucbsa9MX9i7ws4GF47S26BsHiPC/0qiK5ev+eM+RgIQr/FPAqBYx4gF0kzFkrVDRDLqwHKF5zIe3A==} + /@mdit/plugin-tab@0.4.8: + resolution: {integrity: sha512-/YUI4KQAtHUE6AkJUfIEIKjnK8LEAkcBMe2z8SYmzeEs9U0vHvQNawUd6ANHOXrpeqyPrgQnhWqGkF4yMqfAjg==} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-tasklist@0.4.6: - resolution: {integrity: sha512-Qwu4vS8Ei8ErfY7RtTpoG5vjTud4Cwx+QeWEBtStb9eUHmrNMFNq17XcoL1+g8i2LZYFj+RaROiQyjgYpOAwfQ==} + /@mdit/plugin-tasklist@0.4.8: + resolution: {integrity: sha512-VAnCR4dnfqOpW1hPEAunJFVvV31eARnD23XPSK3JAQADUFtnileoR0OdXZATC4gTsuVnYh8V8d7rujjL1QvxQw==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-tex@0.4.6: - resolution: {integrity: sha512-yozs2O8Ds0PFPaa6sdrCahJ2O18bwQKNJ2mNecrAt4FoYgHeqvoO7Hr6uK+FH1d55no5QR+LRdK68L2Z2uvp7g==} + /@mdit/plugin-tex@0.4.8: + resolution: {integrity: sha512-HgWb8l0Can+NsxFfLu358Xwj1plxXHXf2YkjxM316pUeVZhNhjPjoqIpR46ebCwWbWW+GmwT0YdeUvQrDgM3ig==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 markdown-it: 13.0.1 dev: false - /@mdit/plugin-uml@0.4.6: - resolution: {integrity: sha512-D7K8i+hxzfNDwy+cdTk+gOos39dSEbQAMYXDAkiY8WONtcBWRdXTtkCf4vqCUo6csbSLNa5pD03SvEFZPFpVPA==} + /@mdit/plugin-uml@0.4.8: + resolution: {integrity: sha512-X414T54zh0i+n5MbPL0kzGwRzcCU0hlpe4wp74cr44RWrsvJ8+78ioOx7WJOM8rgGHRWIoEEp6BjB1WfI734Iw==} engines: {node: '>= 14'} dependencies: '@types/markdown-it': 12.2.3 @@ -1784,7 +1815,7 @@ packages: fastq: 1.15.0 dev: false - /@rollup/plugin-babel@5.3.1(@babel/core@7.22.1)(rollup@2.79.1): + /@rollup/plugin-babel@5.3.1(@babel/core@7.22.5)(rollup@2.79.1): resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -1795,8 +1826,8 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.22.1 - '@babel/helper-module-imports': 7.21.4 + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.5 '@rollup/pluginutils': 3.1.0(rollup@2.79.1) rollup: 2.79.1 dev: false @@ -1942,7 +1973,7 @@ packages: /@types/sax@1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 17.0.45 + '@types/node': 20.2.5 dev: false /@types/stats.js@0.17.0: @@ -2044,8 +2075,8 @@ packages: '@vue/shared': 3.3.4 dev: false - /@vue/repl@1.4.1(vue@3.3.4): - resolution: {integrity: sha512-7ONz/o1OtS611jW6SdAOZXn4HdN8gfyatcOzcEu+3bDMvgbyr7ZUcbRV6Y4xdkxDARKDBzs+sb3/oz1Na5hAeQ==} + /@vue/repl@1.5.0(vue@3.3.4): + resolution: {integrity: sha512-qFqKtvA2FM9viYXzbWrpGrL8mDGswsqDsEjfaibr/YOqeza7i49VmO0AKPrOdQDOS2qmq9uV+G6OPX1rGhUSIQ==} peerDependencies: vue: ^3.2.13 dependencies: @@ -2123,6 +2154,21 @@ packages: - supports-color dev: false + /@vuepress/cli@2.0.0-beta.63: + resolution: {integrity: sha512-F4hoRvNkf/nJsNEW5OmoJAMiUQZ6bx5A/yCN8be2tT5bTZQwfW4K9CDQXMJEoDBecepsyx3PjPqC5vQx2aR8Xw==} + hasBin: true + dependencies: + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + cac: 6.7.14 + chokidar: 3.5.3 + envinfo: 7.8.1 + esbuild: 0.17.19 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/client@2.0.0-beta.62: resolution: {integrity: sha512-5JT0H6EibhZMVmg1fel2BWFFaAEv5zOoD397LOiMQmcEuUneeKNSwGcLrJDyvv8AOXz4wsXwET/to3TsOFoHDQ==} dependencies: @@ -2132,6 +2178,15 @@ packages: vue-router: 4.2.2(vue@3.3.4) dev: false + /@vuepress/client@2.0.0-beta.63: + resolution: {integrity: sha512-L/EQt3ZBKtEB6HUUifPSn/rAQM1R2ndKOqGYHzdG90WrUbzpM+ROm+3BxpVinvUuKkRgnXyf8qgaETlvUNw90Q==} + dependencies: + '@vue/devtools-api': 6.5.0 + '@vuepress/shared': 2.0.0-beta.63 + vue: 3.3.4 + vue-router: 4.2.2(vue@3.3.4) + dev: false + /@vuepress/core@2.0.0-beta.62: resolution: {integrity: sha512-IyL1lxkRg2PO6oFDcioa5YKckKO8jEIwPaNG4mwv7bIEwaN5kpsROVtBeYHKkcnncWQMrbBG/z8aHDvjO/vFJA==} dependencies: @@ -2144,6 +2199,18 @@ packages: - supports-color dev: false + /@vuepress/core@2.0.0-beta.63: + resolution: {integrity: sha512-9n8/ke7qSJ1M+eeJGIcgPBtSr9aPUO+WJMg1Zg82UfazI7EcshRFHO/CsGGUw1RPm6VtKM5E9iUgl3YJpM9ZvA==} + dependencies: + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/markdown': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + vue: 3.3.4 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/markdown@2.0.0-beta.62: resolution: {integrity: sha512-OTGSHDALEE1zgAJgx9Py1AKR1JA/eLTjw63ul77ymt/5eNlU8/EVJg8Pj2nwL3cpvCpzB6sQ1Xkj4TF7D0aD1Q==} dependencies: @@ -2167,6 +2234,29 @@ packages: - supports-color dev: false + /@vuepress/markdown@2.0.0-beta.63: + resolution: {integrity: sha512-XLR/bNgfKmmz3YL57vG0Du8C6KQVJuFPIKQSwI6caWsl02ddbdt8IAO7PhczH6dfuEX3TFdQkx70sEgM6pdhKA==} + dependencies: + '@mdit-vue/plugin-component': 0.12.0 + '@mdit-vue/plugin-frontmatter': 0.12.0 + '@mdit-vue/plugin-headers': 0.12.0 + '@mdit-vue/plugin-sfc': 0.12.0 + '@mdit-vue/plugin-title': 0.12.0 + '@mdit-vue/plugin-toc': 0.12.0 + '@mdit-vue/shared': 0.12.0 + '@mdit-vue/types': 0.12.0 + '@types/markdown-it': 12.2.3 + '@types/markdown-it-emoji': 2.0.2 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + markdown-it: 13.0.1 + markdown-it-anchor: 8.6.7(@types/markdown-it@12.2.3)(markdown-it@13.0.1) + markdown-it-emoji: 2.0.2 + mdurl: 1.0.1 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/plugin-active-header-links@2.0.0-beta.62: resolution: {integrity: sha512-NUoa0JP2npSydJQvM1oOPEtPCKRmtqpkPLxTeBCP6ucR/eHpCbBMrgYt3w6kdmMJykc/AWFd4oZA1QS/MAoEtw==} dependencies: @@ -2180,6 +2270,19 @@ packages: - supports-color dev: false + /@vuepress/plugin-active-header-links@2.0.0-beta.63: + resolution: {integrity: sha512-xTV+8bhflukXoN3tJWJlL7EvBfTH0dP0mmIszlo5OELDxp2qiK/p+lZ9uCNv+zlymGzx1HfLatYRiOK10DwJTQ==} + dependencies: + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + ts-debounce: 4.0.0 + vue: 3.3.4 + vue-router: 4.2.2(vue@3.3.4) + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/plugin-back-to-top@2.0.0-beta.62: resolution: {integrity: sha512-ndStdKobpq7/YxhtUg2YrSkd8FNoE0v4pPVdTBND6jlkPns4CCcyu+w6BZ8mkiiB2dzS27JrhKcXHz1Tsb0nUA==} dependencies: @@ -2206,6 +2309,20 @@ packages: - supports-color dev: false + /@vuepress/plugin-container@2.0.0-beta.63: + resolution: {integrity: sha512-zgQLfxCfp/EiXGBj29lT4fMQunKVuKDq33EDHvK83F8xGpvavqM/AWy+/mVxpin+KUyg45Oe8oNRG5ZTSEd0Xg==} + dependencies: + '@types/markdown-it': 12.2.3 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/markdown': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + markdown-it: 13.0.1 + markdown-it-container: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/plugin-external-link-icon@2.0.0-beta.62: resolution: {integrity: sha512-mQ7gj6pMHYCp7zk6N92omxUz9CjKYZtvZXkNmsloZsz0hiGS1SdG29vLo8yKm/qVzyu9F45WgVNcdQD5mkzx3Q==} dependencies: @@ -2219,6 +2336,19 @@ packages: - supports-color dev: false + /@vuepress/plugin-external-link-icon@2.0.0-beta.63: + resolution: {integrity: sha512-KPclAh29fYdzsITlx5kSZGMSDdbRw2cQXMEKqiJfo7v1gIP7DJjeIxPsknarIFThmXv/SoKzli3RxxGQY6rcww==} + dependencies: + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/markdown': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + vue: 3.3.4 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/plugin-git@2.0.0-beta.62: resolution: {integrity: sha512-vTYUguI+X5G7JPTySDnZ6lcAGXBWlD1Nsw9IV42Hh4fvevWzZ3WIjkAhjZpdURIz+xQPEZBbgqnOKjBpbPx0jA==} dependencies: @@ -2229,6 +2359,16 @@ packages: - supports-color dev: false + /@vuepress/plugin-git@2.0.0-beta.63: + resolution: {integrity: sha512-VnhuRMzn/WwjS++Ci9E43pqZi4uj34baeRcNEz31gGI9MvtRYGSs5HXrsTydvwbyHhTQYF0vbcAsbIN2pp7DCw==} + dependencies: + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + execa: 7.1.1 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/plugin-medium-zoom@2.0.0-beta.62: resolution: {integrity: sha512-1BolO1OE9Dxf4xLpEDEYjWTmx+luD6RSwjM+Wbgp7gBMK98yY8N9rHxWCzhLWbTffVezmAO0ze37l7hVd4ypTA==} dependencies: @@ -2253,6 +2393,18 @@ packages: - supports-color dev: false + /@vuepress/plugin-nprogress@2.0.0-beta.63: + resolution: {integrity: sha512-bts29KHmLeg3ao0IADnvdQaOV4IK+IRJek5lGtYiT/oq8r/9Mb0SeDut7UUsf0C/hZhKCDhpyTRYHLgEup5FVQ==} + dependencies: + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + vue: 3.3.4 + vue-router: 4.2.2(vue@3.3.4) + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/plugin-palette@2.0.0-beta.62: resolution: {integrity: sha512-Tw+KFxC8c3KIGeXANqMXFLoQ96ZQ/hJaKC0qm6iN04Wk9hKYazkxhPZTAZkOG3SrxaxvOrgnzvicpci6FJgnGA==} dependencies: @@ -2272,6 +2424,15 @@ packages: - supports-color dev: false + /@vuepress/plugin-prismjs@2.0.0-beta.63: + resolution: {integrity: sha512-lGMwZf75ROgLaTS2V/ZfZc2RSBHxPZRTxFlv2lAk2m8eVaitwnIvLTZfr+rRukZDaifuqEdpsHgfxO5xTRp9Gg==} + dependencies: + '@vuepress/core': 2.0.0-beta.63 + prismjs: 1.29.0 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/plugin-theme-data@2.0.0-beta.62: resolution: {integrity: sha512-q6XHIDnZcJ5W55TlynKrwHtHormZedEY5man9zT4hlZywr3vVBgToHztObNTqgn6CssFaW2BFXDlW17iyS2D2A==} dependencies: @@ -2285,6 +2446,19 @@ packages: - supports-color dev: false + /@vuepress/plugin-theme-data@2.0.0-beta.63: + resolution: {integrity: sha512-JLNxa6YTa3WK45j/9sZQsBJGr7aASqQb0dt3CvIitUVHk1n0cpc14nUANbj+3VAQUx6C5qkYcpA9EdDNAUf14Q==} + dependencies: + '@vue/devtools-api': 6.5.0 + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + vue: 3.3.4 + transitivePeerDependencies: + - supports-color + dev: false + /@vuepress/shared@2.0.0-beta.62: resolution: {integrity: sha512-+OH8WzFz7+IUv+WbcBbCiy3ZTWZ4a2uVRd4GYHWkTE4Ux5V2Sx3KwY17POIGpn/PfMqNHHtjpDH6rO7qmaD+pg==} dependencies: @@ -2292,6 +2466,13 @@ packages: '@vue/shared': 3.3.4 dev: false + /@vuepress/shared@2.0.0-beta.63: + resolution: {integrity: sha512-xJ90x2RAuYenM4Pn7gbhJ9lkmPBWscM0cff+ypEVI47oV0hKpaDpNLkteT4QjBoRIHyqlz5CFUP+2BMOk9zxCA==} + dependencies: + '@mdit-vue/types': 0.12.0 + '@vue/shared': 3.3.4 + dev: false + /@vuepress/theme-default@2.0.0-beta.62: resolution: {integrity: sha512-J6wLH4tevMnn/2y+MrTpZEVDWf5yvikx0S9TIfpcxjR/nN4XD9eSZrMB3Lt8JqTW/lwFze5MVBdTtVafZs4b3g==} peerDependencies: @@ -2341,6 +2522,24 @@ packages: - supports-color dev: false + /@vuepress/utils@2.0.0-beta.63: + resolution: {integrity: sha512-Ow3zmwiCrmpA/Ezs9PRIroa6HBSGjYGEo9kmC2Prfl4CkRTup/rhvVrrPpi3WkqT/B+fKgPQN8ihs5EYazxRtw==} + dependencies: + '@types/debug': 4.1.8 + '@types/fs-extra': 11.0.1 + '@types/hash-sum': 1.0.0 + '@vuepress/shared': 2.0.0-beta.63 + debug: 4.3.4 + fs-extra: 11.1.1 + globby: 13.1.4 + hash-sum: 2.0.0 + ora: 6.3.1 + picocolors: 1.0.0 + upath: 2.0.1 + transitivePeerDependencies: + - supports-color + dev: false + /@vueuse/core@10.1.2(vue@3.3.4): resolution: {integrity: sha512-roNn8WuerI56A5uiTyF/TEYX0Y+VKlhZAF94unUfdhbDUI+NfwQMn4FUnUscIRUhv3344qvAghopU4bzLPNFlA==} dependencies: @@ -2353,10 +2552,26 @@ packages: - vue dev: false + /@vueuse/core@10.2.0(vue@3.3.4): + resolution: {integrity: sha512-aHBnoCteIS3hFu7ZZkVB93SanVDY6t4TIb7XDLxJT/HQdAZz+2RdIEJ8rj5LUoEJr7Damb5+sJmtpCwGez5ozQ==} + dependencies: + '@types/web-bluetooth': 0.0.17 + '@vueuse/metadata': 10.2.0 + '@vueuse/shared': 10.2.0(vue@3.3.4) + vue-demi: 0.14.5(vue@3.3.4) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /@vueuse/metadata@10.1.2: resolution: {integrity: sha512-3mc5BqN9aU2SqBeBuWE7ne4OtXHoHKggNgxZR2K+zIW4YLsy6xoZ4/9vErQs6tvoKDX6QAqm3lvsrv0mczAwIQ==} dev: false + /@vueuse/metadata@10.2.0: + resolution: {integrity: sha512-IR7Mkq6QSgZ38q/2ZzOt+Zz1OpcEsnwE64WBumDQ+RGKrosFCtUA2zgRrOqDEzPBXrVB+4HhFkwDjQMu0fDBKw==} + dev: false + /@vueuse/shared@10.1.2(vue@3.3.4): resolution: {integrity: sha512-1uoUTPBlgyscK9v6ScGeVYDDzlPSFXBlxuK7SfrDGyUTBiznb3mNceqhwvZHjtDRELZEN79V5uWPTF1VDV8svA==} dependencies: @@ -2366,6 +2581,15 @@ packages: - vue dev: false + /@vueuse/shared@10.2.0(vue@3.3.4): + resolution: {integrity: sha512-dIeA8+g9Av3H5iF4NXR/sft4V6vys76CpZ6hxwj8eMXybXk2WRl3scSsOVi+kQ9SX38COR7AH7WwY83UcuxbSg==} + dependencies: + vue-demi: 0.14.5(vue@3.3.4) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + dev: false + /@waline/client@2.15.5: resolution: {integrity: sha512-gLVeojWXRIRvXzVJwz9hfBokfde6KqZs+Adf7Z1SsEC3jAfyiqjOkdYkH93DhgMWyI0ck6nDlsBDLuePsFVifQ==} engines: {node: '>=14'} @@ -2517,38 +2741,38 @@ packages: - debug dev: false - /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.1): + /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.5): resolution: {integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.3 - '@babel/core': 7.22.1 - '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.1) + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.1): + /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.5): resolution: {integrity: sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) core-js-compat: 3.30.2 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.1): + /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.5): resolution: {integrity: sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.1 - '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: false @@ -2867,6 +3091,10 @@ packages: layout-base: 2.0.1 dev: false + /create-codepen@0.0.3: + resolution: {integrity: sha512-Yr9qDyJEZ32V8rZn+R19zomU/0bjHixp11sB+IgnZ5bEb41XJ86iHT3IXTGdqHF2NVx6dsZ1R4DjpxXvA2/dXg==} + dev: false + /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -3204,6 +3432,10 @@ packages: resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} dev: false + /dayjs@1.11.8: + resolution: {integrity: sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==} + dev: false + /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -3818,8 +4050,8 @@ packages: resolution: {integrity: sha512-2bsegYkkHO+h/9MGbn6KWcE45cHZgPANo5LXF7EvWdT0yT2EguSVO1nDgU5c8+ZOPwp2vMNa7YFsJhVcDR9Sdg==} dev: false - /hls.js@1.4.4: - resolution: {integrity: sha512-Yix3i1klHtTWIj8Fa/yoN5mFreY3eLKGrmVldpkQ+2Bb1PmEok9Ah/VfAzlJnwtInCo4rs5l6/W2tUh76DaSNA==} + /hls.js@1.4.6: + resolution: {integrity: sha512-lGv9QfjfjfuGQfLa/28vDFlYWb9Myq5QuvM9qWp5DyElp8jTGMNodTdeAjOLzaA/fN4XHeG+HhTkRGzntwuDZw==} dev: false /html-entities@1.4.0: @@ -4361,6 +4593,14 @@ packages: speech-rule-engine: 4.0.7 dev: false + /maverick.js@0.37.0: + resolution: {integrity: sha512-1Dk/9rienLiihlktVvH04ADC2UJTMflC1fOMVQCCaQAaz7hgzDI5i0p/arFbDM52hFFiIcq4RdXtYz47SgsLgw==} + engines: {node: '>=16'} + dependencies: + '@maverick-js/signals': 5.11.2 + type-fest: 3.12.0 + dev: false + /mdast-util-from-markdown@1.3.1: resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} dependencies: @@ -4390,6 +4630,11 @@ packages: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} dev: false + /media-captions@0.0.18: + resolution: {integrity: sha512-JW18P6FuHdyLSGwC4TQ0kF3WdNj/+wMw2cKOb8BnmY6vSJGtnwJ+vkYj+IjHOV34j3XMc70HDeB/QYKR7E7fuQ==} + engines: {node: '>=16'} + dev: false + /medium-zoom@1.0.8: resolution: {integrity: sha512-CjFVuFq/IfrdqesAXfg+hzlDKu6A2n80ZIq0Kl9kWjoHh9j1N9Uvk5X0/MmN0hOfm5F9YBswlClhcwnmtwz7gA==} dev: false @@ -4403,8 +4648,8 @@ packages: engines: {node: '>= 8'} dev: false - /mermaid@10.2.0: - resolution: {integrity: sha512-mYKXlH9ngKdMsJ87VYMdlDZXS+MXDAGKPf3XzDf2vvAPnmRoFm7GFebemOAOWYI1bWSECDyoWTGwesWe6mW1Cw==} + /mermaid@10.2.3: + resolution: {integrity: sha512-cMVE5s9PlQvOwfORkyVpr5beMsLdInrycAosdr+tpZ0WFjG4RJ/bUHST7aTgHNJbujHkdBRAm+N50P3puQOfPw==} dependencies: '@braintree/sanitize-url': 6.0.2 cytoscape: 3.25.0 @@ -4412,7 +4657,7 @@ packages: cytoscape-fcose: 2.2.0(cytoscape@3.25.0) d3: 7.8.4 dagre-d3-es: 7.0.10 - dayjs: 1.11.7 + dayjs: 1.11.8 dompurify: 3.0.3 elkjs: 0.8.2 khroma: 2.0.0 @@ -5064,7 +5309,7 @@ packages: peerDependencies: rollup: ^2.0.0 dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.22.5 jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 @@ -5130,6 +5375,16 @@ packages: source-map-js: 1.0.2 dev: false + /sass@1.63.6: + resolution: {integrity: sha512-MJuxGMHzaOW7ipp+1KdELtqKbfAWbH7OLIdoSMnVe3EXPMTmxTmlaZDCTsgIpPCs3w99lLo9/zDKkOrJuT5byw==} + engines: {node: '>=14.0.0'} + hasBin: true + dependencies: + chokidar: 3.5.3 + immutable: 4.3.0 + source-map-js: 1.0.2 + dev: false + /sax@1.2.1: resolution: {integrity: sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==} dev: false @@ -5159,6 +5414,14 @@ packages: lru-cache: 6.0.0 dev: false + /semver@7.5.3: + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + dev: false + /serialize-javascript@4.0.0: resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} dependencies: @@ -5454,6 +5717,11 @@ packages: engines: {node: '>=10'} dev: false + /type-fest@3.12.0: + resolution: {integrity: sha512-qj9wWsnFvVEMUDbESiilKeXeHL7FwwiFcogfhfyjmvT968RXSvnl23f1JOClTHYItsi7o501C/7qVllscUP3oA==} + engines: {node: '>=14.16'} + dev: false + /typed-array-length@1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: @@ -5571,6 +5839,15 @@ packages: sade: 1.8.1 dev: false + /vidstack@0.6.13: + resolution: {integrity: sha512-g5wH6Hfc4EQqOI0Mm7qW4D1DWPZfQnlATLZuqpuVAKI8HOz4UGfd1v48MLK9cR+ZfPjVL4/iZLu7YOIdSX3L2g==} + engines: {node: '>=16'} + dependencies: + maverick.js: 0.37.0 + media-captions: 0.0.18 + type-fest: 3.12.0 + dev: false + /vite@4.3.9: resolution: {integrity: sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==} engines: {node: ^14.18.0 || >=16.0.0} @@ -5637,14 +5914,14 @@ packages: '@vue/shared': 3.3.4 dev: false - /vuepress-plugin-auto-catalog@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-MqKop6wQp6keYpfrWLeV0Tt6ZzeNVpJwV91tqYxLLD7XiOu5GXygxeslenMdUfU+RjcRdpS4xenF3SaEtIVGyQ==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-auto-catalog@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-z0JJZqV1oVaptkCnKSl4phGi/SFsyNZRVVQCI1k/viAu615+RIjFpZ4ggoYdCdwTRDswKiUOGyW+4hvQiYOyeQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.3.1 - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: sass-loader: optional: true @@ -5655,28 +5932,28 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/core': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-plugin-components: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-sass-palette: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-plugin-components: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-blog2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-60+KbxTwWcIIpkGvVLFzSykc5LD6H5FAPbDpDL5FsUkTb8QU8pVeT7l1r0vojDKhumCLs1Kk0Bmytqgy1AFAeA==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-blog2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-SBIrMhLMfOApR6L6NNHKiRoaEFqPIcmfVkk1yrYyDdEj7pgkbeZVZ6qXM5w5cIugRp/f0L4o5bBQvkE+osEwig==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: vuepress: optional: true @@ -5685,28 +5962,28 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/core': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 chokidar: 3.5.3 vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-comment2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-vl8FMX4iIVWN8HgTli7dSarvMNc2OlGEyjHo8YmfGSLJForDpQTeDlKj2sPT9pF/OQ0kA/a8sF4JnAfnvNFzBg==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-comment2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-tghrog6Iz9eCLeNgOCXCIys7jGwwRvypK7FpqFkCNO+ENELPAdehUISzCQc80Jp2oDJuFBiUlQglbhDTkvnzsQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.3.1 - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: sass-loader: optional: true @@ -5717,9 +5994,9 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 '@waline/client': 2.15.5 artalk: 2.5.5 giscus: 1.2.8 @@ -5727,21 +6004,21 @@ packages: vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-plugin-sass-palette: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-components@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-dabQMuGt1D4w+Mu6AjlK4ZuClGWJTjwcKpZU8nOCTKo0JjEyZ/MNpIGWq51p71GVxJBjnVIFKN6UCyiv7dQ+1g==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-components@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-569fu0nNfVF0C8XTFXpgDp//x8wt2l3gkjohReScXvJbBqNBqKkmqqhWtglnkYpqM/099H6/A8PuKMLC3ljVwg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.3.1 - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: sass-loader: optional: true @@ -5753,23 +6030,25 @@ packages: optional: true dependencies: '@stackblitz/sdk': 1.9.0 - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 - '@vueuse/core': 10.1.2(vue@3.3.4) + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) artplayer: 5.0.9 balloon-css: 1.2.0 + create-codepen: 0.0.3 dashjs: 4.7.0 - hls.js: 1.4.4 + hls.js: 1.4.6 mpegts.js: 1.7.3 plyr: 3.7.8 qrcode: 1.5.3 + vidstack: 0.6.13 vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-plugin-reading-time2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-sass-palette: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-plugin-reading-time2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -5808,14 +6087,17 @@ packages: - supports-color dev: false - /vuepress-plugin-copyright2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-DBUBc6vlZhZcZ/x3bYkumsVA84Gpc5fBNVQPw78JPnMG69qDeirJOPsCyw1jyGvbLKnLKEAB/HXZ/4I1y6IR/g==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-copy-code2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-LeAPMw4TeUZk/hFjfeygdH9tHs6oL27+LNc2d1j72fma8es8tJICnmG1PAGOWEPsZZSRlBj5tF+O1M+PUeFMcw==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: + sass-loader: + optional: true vuepress: optional: true vuepress-vite: @@ -5823,26 +6105,28 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 - '@vueuse/core': 10.1.2(vue@3.3.4) + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) + balloon-css: 1.2.0 vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-feed2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-Xj2U6qRDvaF6tXwHJyW2PVvIaStABCClLmgVlWUjxNrStpzQBqQFmWwX5cbXoN0Lc4+R4YPht8d2PadMaXyRZw==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-copyright2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-ESBX6xKvQGvzoiUCiFqK9OV0TiSfKFpNtR0NvEaISqQ9X9XI62l9WwqZHLgOKDUiyQ74gRM8CGUFhBHLjDqa6w==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: vuepress: optional: true @@ -5851,25 +6135,53 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) + vue: 3.3.4 + vue-router: 4.2.2(vue@3.3.4) + vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: false + + /vuepress-plugin-feed2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-4LCuQEJQGHxtLQ2nES7OZgWNfm22SL5Lo+C/ZQ5HSnzni5AjaToUAnV10rXEH0EZpTC2vgkP7fx6ILy47HjXOQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} + peerDependencies: + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 + peerDependenciesMeta: + vuepress: + optional: true + vuepress-vite: + optional: true + vuepress-webpack: + optional: true + dependencies: + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 cheerio: 1.0.0-rc.12 vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) xml-js: 1.6.11 transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-md-enhance@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-MgN+gaZTnytI/UKPRujXf0iHu+Fdg+09C8StaYTJrhIDSetUnvnsCfFR7X/Zdki9ndMsCjesv0QsZ59kbWvk+g==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-md-enhance@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-LOjuflbNEo86i4AcS6S2hY45KnZ2z9+4Ps5nNuTN+6VqDqF+Vs0t/a+qk9qNSgLsnVtG8ZVs0S7VnHFKyobn4A==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.3.1 - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: sass-loader: optional: true @@ -5880,33 +6192,33 @@ packages: vuepress-webpack: optional: true dependencies: - '@babel/core': 7.22.1 - '@mdit/plugin-align': 0.4.6 - '@mdit/plugin-attrs': 0.4.6 - '@mdit/plugin-container': 0.4.6 - '@mdit/plugin-figure': 0.4.6 - '@mdit/plugin-footnote': 0.4.6 - '@mdit/plugin-img-lazyload': 0.4.6 - '@mdit/plugin-img-mark': 0.4.6 - '@mdit/plugin-img-size': 0.4.6 - '@mdit/plugin-include': 0.4.6 - '@mdit/plugin-katex': 0.4.6 - '@mdit/plugin-mark': 0.4.6 - '@mdit/plugin-mathjax': 0.4.6 - '@mdit/plugin-stylize': 0.4.6 - '@mdit/plugin-sub': 0.4.6 - '@mdit/plugin-sup': 0.4.6 - '@mdit/plugin-tab': 0.4.6 - '@mdit/plugin-tasklist': 0.4.6 - '@mdit/plugin-tex': 0.4.6 - '@mdit/plugin-uml': 0.4.6 + '@babel/core': 7.22.5 + '@mdit/plugin-align': 0.4.8 + '@mdit/plugin-attrs': 0.4.8 + '@mdit/plugin-container': 0.4.8 + '@mdit/plugin-figure': 0.4.8 + '@mdit/plugin-footnote': 0.4.8 + '@mdit/plugin-img-lazyload': 0.4.8 + '@mdit/plugin-img-mark': 0.4.8 + '@mdit/plugin-img-size': 0.4.8 + '@mdit/plugin-include': 0.4.8 + '@mdit/plugin-katex': 0.4.8 + '@mdit/plugin-mark': 0.4.8 + '@mdit/plugin-mathjax': 0.4.8 + '@mdit/plugin-stylize': 0.4.8 + '@mdit/plugin-sub': 0.4.8 + '@mdit/plugin-sup': 0.4.8 + '@mdit/plugin-tab': 0.4.8 + '@mdit/plugin-tasklist': 0.4.8 + '@mdit/plugin-tex': 0.4.8 + '@mdit/plugin-uml': 0.4.8 '@types/js-yaml': 4.0.5 '@types/markdown-it': 12.2.3 - '@vue/repl': 1.4.1(vue@3.3.4) - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 - '@vueuse/core': 10.1.2(vue@3.3.4) + '@vue/repl': 1.5.0(vue@3.3.4) + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) balloon-css: 1.2.0 chart.js: 4.3.0 echarts: 5.4.2 @@ -5914,26 +6226,26 @@ packages: js-yaml: 4.1.0 katex: 0.16.7 markdown-it: 13.0.1 - mermaid: 10.2.0 + mermaid: 10.2.3 reveal.js: 4.5.0 vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-plugin-sass-palette: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-photo-swipe@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-BFJCLgwtz+d8BtdS6upakKBE7ulsb8HO2SrVgNUO08XPGKKZ+mD6YEJ4Y9j5fqUtolTtdf/9D1BN5neY5ZYzwg==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-photo-swipe@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-dxxguqZS0fXpp0S9BPsdaWmkFs2FPWcJu8ltcQgSEvX8mj4V37zHOGa0jLk18ZttEwLY3j0cuvVZh5j9hXnnSw==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.3.1 - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: sass-loader: optional: true @@ -5944,29 +6256,29 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 - '@vueuse/core': 10.1.2(vue@3.3.4) + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) photoswipe: 5.3.7 vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-plugin-sass-palette: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-pwa2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-RfD8CfRrNblBeIH4Dz/usWz86oOWn+tjbtwbzqapUXnNmOU+49ZHJSeSuBJvO+ymcq6vbUulyZRMiC17VEgsQg==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-pwa2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-n6dtASnYUrzmbVXWC1/F+iLq8Ee6MmlT4lpNQEo28PJm44Z4K6Dy9A1/YQD62o/8iNrfWAiXRZWfGbd5KLmSMg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.3.1 - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: sass-loader: optional: true @@ -5977,31 +6289,31 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 - '@vueuse/core': 10.1.2(vue@3.3.4) + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) mitt: 3.0.0 register-service-worker: 1.7.2 vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-plugin-sass-palette: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - workbox-build: 6.6.1 + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + workbox-build: 7.0.0 transitivePeerDependencies: - '@types/babel__core' - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-reading-time2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-RI5OQNgDXjz06iXVi0WXTTeIaGJyWk/AeC9A7hf53Ggn2WJvabzIsVYiLviEyvF2O3cPR8A9m9RZanoXvY6SkA==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-reading-time2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-ui76gbezXvIDnE2kwbuw/1pWvnNu6/R9bUtv568tjQKGbTmI0qN+O44Zz+C8UboG71osW4JbeoZMIq7YWkqNOg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: vuepress: optional: true @@ -6010,22 +6322,22 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 + '@vuepress/client': 2.0.0-beta.63 vue: 3.3.4 vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-rtl@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-4Cs9Tc5izZILBxewQI9xU3eWeobHE9l0YJOeJgHWFkzSTdyQikhHjXylK9b7nAuA5veJTEphOhG3xY0cu+KxBw==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-rtl@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-IRvDRKzMqnMMmNYIZ2+EvC4QWpngRb3SVX65MbhkUM3tSHVWWRrgBCW8Mq59ZpdUVNg/9u6wTzt0hUBopIBCrg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: vuepress: optional: true @@ -6034,12 +6346,12 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 vue: 3.3.4 vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -6074,6 +6386,35 @@ packages: - supports-color dev: false + /vuepress-plugin-sass-palette@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-MYhGOxWn/3JCnJpgJm7RfMDzpVuhjlOGILz3nHMEAoS8kYunqYmWxAz75ZlH6d5Xc+KPzwconviQ+3xuAx8nkg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} + peerDependencies: + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 + peerDependenciesMeta: + sass-loader: + optional: true + vuepress: + optional: true + vuepress-vite: + optional: true + vuepress-webpack: + optional: true + dependencies: + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + chokidar: 3.5.3 + sass: 1.63.6 + vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: false + /vuepress-plugin-search-pro@2.0.0-beta.217(vuepress@2.0.0-beta.62): resolution: {integrity: sha512-td8t93VVZ6AaiJ+4kl/JRZXtZ5P0DdVl14qSJC0y61aphzW/gB3E8CwpaqUHbglfumoHbf57JYIYwn7S6cPJNA==} engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} @@ -6109,13 +6450,13 @@ packages: - supports-color dev: false - /vuepress-plugin-seo2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-p7xVlGNHpOkApzqrMEomXBYxfTAX5FXaCLgHclopVMgHVXb3PTDXb+YwxFsVWU5lLcSmLrkMicOlEcnTXiLA4Q==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-seo2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-Ny9ZaZqvgE+0EPr/glgGMfd/jQPnwqOW8Zct/D7n1wtBS1ga4L4uKWeZK5pmpxcmCKM9omshchMZWdoZ3V95qQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: vuepress: optional: true @@ -6124,22 +6465,22 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color dev: false - /vuepress-plugin-sitemap2@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-0qDN114/rkdYWU5X4Hj2ROSdHXo+xiKpygwbzA7JZ70aH79Wc+2UGycNcOwMZ2lo0L9KfCCszkd6RuVG1PSIaw==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-plugin-sitemap2@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-jtljsgr4qbr6brHGnd5gHAA6F/nqAm/qx5oXEmMCrstFmm5BFdj1hjeRGFY0bn6wqqwpUQZf+AI+l4j8FoFOHg==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: vuepress: optional: true @@ -6148,11 +6489,11 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 sitemap: 7.1.1 vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@vue/composition-api' - supports-color @@ -6192,14 +6533,48 @@ packages: - supports-color dev: false - /vuepress-theme-hope@2.0.0-beta.217(vuepress@2.0.0-beta.62): - resolution: {integrity: sha512-NOPzPZjtVHlLruTPnPZnxHw1L7f6J+mbDF2F0rb17y2uhkVSOiTCu9kBxRdA+he2RsIG2UTwcTXMgMDQvsuyIg==} - engines: {node: '>=16.0.0', npm: '>=8', pnpm: '>=7'} + /vuepress-shared@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-gwoAaGM6dzYJ004geaFwyfrjRlMg6iUrBCKZIs0ccZYpXLNZwFoxWyYpNjijbEky1B+E2ch6OnirWQ/aS7R7uQ==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} peerDependencies: - sass-loader: ^13.3.1 - vuepress: 2.0.0-beta.62 - vuepress-vite: 2.0.0-beta.62 - vuepress-webpack: 2.0.0-beta.62 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 + peerDependenciesMeta: + vuepress: + optional: true + vuepress-vite: + optional: true + vuepress-webpack: + optional: true + dependencies: + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) + cheerio: 1.0.0-rc.12 + dayjs: 1.11.8 + execa: 7.1.1 + fflate: 0.8.0 + gray-matter: 4.0.3 + semver: 7.5.3 + striptags: 3.2.0 + vue: 3.3.4 + vue-router: 4.2.2(vue@3.3.4) + vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) + transitivePeerDependencies: + - '@vue/composition-api' + - supports-color + dev: false + + /vuepress-theme-hope@2.0.0-beta.228(vuepress@2.0.0-beta.62): + resolution: {integrity: sha512-sYzhVWDD/7GHV+dRZZZTnbSkIrRDB9FxVyfTt5ASX0oaGUuoNd6wyHOomWtX52dxzBA7FNNjk3Y4fHP4lL3P7w==} + engines: {node: '>=16.19.0', npm: '>=8', pnpm: '>=7'} + peerDependencies: + sass-loader: ^13.3.2 + vuepress: 2.0.0-beta.63 + vuepress-vite: 2.0.0-beta.63 + vuepress-webpack: 2.0.0-beta.63 peerDependenciesMeta: sass-loader: optional: true @@ -6210,19 +6585,19 @@ packages: vuepress-webpack: optional: true dependencies: - '@vuepress/cli': 2.0.0-beta.62 - '@vuepress/client': 2.0.0-beta.62 - '@vuepress/core': 2.0.0-beta.62 - '@vuepress/plugin-active-header-links': 2.0.0-beta.62 - '@vuepress/plugin-container': 2.0.0-beta.62 - '@vuepress/plugin-external-link-icon': 2.0.0-beta.62 - '@vuepress/plugin-git': 2.0.0-beta.62 - '@vuepress/plugin-nprogress': 2.0.0-beta.62 - '@vuepress/plugin-prismjs': 2.0.0-beta.62 - '@vuepress/plugin-theme-data': 2.0.0-beta.62 - '@vuepress/shared': 2.0.0-beta.62 - '@vuepress/utils': 2.0.0-beta.62 - '@vueuse/core': 10.1.2(vue@3.3.4) + '@vuepress/cli': 2.0.0-beta.63 + '@vuepress/client': 2.0.0-beta.63 + '@vuepress/core': 2.0.0-beta.63 + '@vuepress/plugin-active-header-links': 2.0.0-beta.63 + '@vuepress/plugin-container': 2.0.0-beta.63 + '@vuepress/plugin-external-link-icon': 2.0.0-beta.63 + '@vuepress/plugin-git': 2.0.0-beta.63 + '@vuepress/plugin-nprogress': 2.0.0-beta.63 + '@vuepress/plugin-prismjs': 2.0.0-beta.63 + '@vuepress/plugin-theme-data': 2.0.0-beta.63 + '@vuepress/shared': 2.0.0-beta.63 + '@vuepress/utils': 2.0.0-beta.63 + '@vueuse/core': 10.2.0(vue@3.3.4) balloon-css: 1.2.0 bcrypt-ts: 3.0.1 cheerio: 1.0.0-rc.12 @@ -6231,22 +6606,22 @@ packages: vue: 3.3.4 vue-router: 4.2.2(vue@3.3.4) vuepress: 2.0.0-beta.62(@vuepress/client@2.0.0-beta.62)(vue@3.3.4) - vuepress-plugin-auto-catalog: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-blog2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-comment2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-components: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-copy-code2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-copyright2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-feed2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-md-enhance: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-photo-swipe: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-pwa2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-reading-time2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-rtl: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-sass-palette: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-seo2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-plugin-sitemap2: 2.0.0-beta.217(vuepress@2.0.0-beta.62) - vuepress-shared: 2.0.0-beta.217(vuepress@2.0.0-beta.62) + vuepress-plugin-auto-catalog: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-blog2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-comment2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-components: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-copy-code2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-copyright2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-feed2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-md-enhance: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-photo-swipe: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-pwa2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-reading-time2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-rtl: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-sass-palette: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-seo2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-plugin-sitemap2: 2.0.0-beta.228(vuepress@2.0.0-beta.62) + vuepress-shared: 2.0.0-beta.228(vuepress@2.0.0-beta.62) transitivePeerDependencies: - '@types/babel__core' - '@vue/composition-api' @@ -6365,28 +6740,28 @@ packages: resolution: {integrity: sha512-Gd9+TUn5nXdwj/hFsPVx5cuHHiF5Bwuc30jZ4+ronF1qHK5O7HD0sgmXWSEgwKquT3ClLoKPVbO6qGwVwLzvAw==} dev: false - /workbox-background-sync@6.6.1: - resolution: {integrity: sha512-trJd3ovpWCvzu4sW0E8rV3FUyIcC0W8G+AZ+VcqzzA890AsWZlUGOTSxIMmIHVusUw/FDq1HFWfy/kC/WTRqSg==} + /workbox-background-sync@7.0.0: + resolution: {integrity: sha512-S+m1+84gjdueM+jIKZ+I0Lx0BDHkk5Nu6a3kTVxP4fdj3gKouRNmhO8H290ybnJTOPfBDtTMXSQA/QLTvr7PeA==} dependencies: idb: 7.1.1 - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-broadcast-update@6.6.1: - resolution: {integrity: sha512-fBhffRdaANdeQ1V8s692R9l/gzvjjRtydBOvR6WCSB0BNE2BacA29Z4r9/RHd9KaXCPl6JTdI9q0bR25YKP8TQ==} + /workbox-broadcast-update@7.0.0: + resolution: {integrity: sha512-oUuh4jzZrLySOo0tC0WoKiSg90bVAcnE98uW7F8GFiSOXnhogfNDGZelPJa+6KpGBO5+Qelv04Hqx2UD+BJqNQ==} dependencies: - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-build@6.6.1: - resolution: {integrity: sha512-INPgDx6aRycAugUixbKgiEQBWD0MPZqU5r0jyr24CehvNuLPSXp/wGOpdRJmts656lNiXwqV7dC2nzyrzWEDnw==} + /workbox-build@7.0.0: + resolution: {integrity: sha512-CttE7WCYW9sZC+nUYhQg3WzzGPr4IHmrPnjKiu3AMXsiNQKx+l4hHl63WTrnicLmKEKHScWDH8xsGBdrYgtBzg==} engines: {node: '>=16.0.0'} dependencies: '@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0) - '@babel/core': 7.22.1 - '@babel/preset-env': 7.22.4(@babel/core@7.22.1) + '@babel/core': 7.22.5 + '@babel/preset-env': 7.22.4(@babel/core@7.22.5) '@babel/runtime': 7.22.3 - '@rollup/plugin-babel': 5.3.1(@babel/core@7.22.1)(rollup@2.79.1) + '@rollup/plugin-babel': 5.3.1(@babel/core@7.22.5)(rollup@2.79.1) '@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1) '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) '@surma/rollup-plugin-off-main-thread': 2.2.3 @@ -6404,111 +6779,111 @@ packages: strip-comments: 2.0.1 tempy: 0.6.0 upath: 1.2.0 - workbox-background-sync: 6.6.1 - workbox-broadcast-update: 6.6.1 - workbox-cacheable-response: 6.6.1 - workbox-core: 6.6.1 - workbox-expiration: 6.6.1 - workbox-google-analytics: 6.6.1 - workbox-navigation-preload: 6.6.1 - workbox-precaching: 6.6.1 - workbox-range-requests: 6.6.1 - workbox-recipes: 6.6.1 - workbox-routing: 6.6.1 - workbox-strategies: 6.6.1 - workbox-streams: 6.6.1 - workbox-sw: 6.6.1 - workbox-window: 6.6.1 + workbox-background-sync: 7.0.0 + workbox-broadcast-update: 7.0.0 + workbox-cacheable-response: 7.0.0 + workbox-core: 7.0.0 + workbox-expiration: 7.0.0 + workbox-google-analytics: 7.0.0 + workbox-navigation-preload: 7.0.0 + workbox-precaching: 7.0.0 + workbox-range-requests: 7.0.0 + workbox-recipes: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 + workbox-streams: 7.0.0 + workbox-sw: 7.0.0 + workbox-window: 7.0.0 transitivePeerDependencies: - '@types/babel__core' - supports-color dev: false - /workbox-cacheable-response@6.6.1: - resolution: {integrity: sha512-85LY4veT2CnTCDxaVG7ft3NKaFbH6i4urZXgLiU4AiwvKqS2ChL6/eILiGRYXfZ6gAwDnh5RkuDbr/GMS4KSag==} + /workbox-cacheable-response@7.0.0: + resolution: {integrity: sha512-0lrtyGHn/LH8kKAJVOQfSu3/80WDc9Ma8ng0p2i/5HuUndGttH+mGMSvOskjOdFImLs2XZIimErp7tSOPmu/6g==} dependencies: - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-core@6.6.1: - resolution: {integrity: sha512-ZrGBXjjaJLqzVothoE12qTbVnOAjFrHDXpZe7coCb6q65qI/59rDLwuFMO4PcZ7jcbxY+0+NhUVztzR/CbjEFw==} + /workbox-core@7.0.0: + resolution: {integrity: sha512-81JkAAZtfVP8darBpfRTovHg8DGAVrKFgHpOArZbdFd78VqHr5Iw65f2guwjE2NlCFbPFDoez3D3/6ZvhI/rwQ==} dev: false - /workbox-expiration@6.6.1: - resolution: {integrity: sha512-qFiNeeINndiOxaCrd2DeL1Xh1RFug3JonzjxUHc5WkvkD2u5abY3gZL1xSUNt3vZKsFFGGORItSjVTVnWAZO4A==} + /workbox-expiration@7.0.0: + resolution: {integrity: sha512-MLK+fogW+pC3IWU9SFE+FRStvDVutwJMR5if1g7oBJx3qwmO69BNoJQVaMXq41R0gg3MzxVfwOGKx3i9P6sOLQ==} dependencies: idb: 7.1.1 - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-google-analytics@6.6.1: - resolution: {integrity: sha512-1TjSvbFSLmkpqLcBsF7FuGqqeDsf+uAXO/pjiINQKg3b1GN0nBngnxLcXDYo1n/XxK4N7RaRrpRlkwjY/3ocuA==} + /workbox-google-analytics@7.0.0: + resolution: {integrity: sha512-MEYM1JTn/qiC3DbpvP2BVhyIH+dV/5BjHk756u9VbwuAhu0QHyKscTnisQuz21lfRpOwiS9z4XdqeVAKol0bzg==} dependencies: - workbox-background-sync: 6.6.1 - workbox-core: 6.6.1 - workbox-routing: 6.6.1 - workbox-strategies: 6.6.1 + workbox-background-sync: 7.0.0 + workbox-core: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 dev: false - /workbox-navigation-preload@6.6.1: - resolution: {integrity: sha512-DQCZowCecO+wRoIxJI2V6bXWK6/53ff+hEXLGlQL4Rp9ZaPDLrgV/32nxwWIP7QpWDkVEtllTAK5h6cnhxNxDA==} + /workbox-navigation-preload@7.0.0: + resolution: {integrity: sha512-juWCSrxo/fiMz3RsvDspeSLGmbgC0U9tKqcUPZBCf35s64wlaLXyn2KdHHXVQrb2cqF7I0Hc9siQalainmnXJA==} dependencies: - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-precaching@6.6.1: - resolution: {integrity: sha512-K4znSJ7IKxCnCYEdhNkMr7X1kNh8cz+mFgx9v5jFdz1MfI84pq8C2zG+oAoeE5kFrUf7YkT5x4uLWBNg0DVZ5A==} + /workbox-precaching@7.0.0: + resolution: {integrity: sha512-EC0vol623LJqTJo1mkhD9DZmMP604vHqni3EohhQVwhJlTgyKyOkMrZNy5/QHfOby+39xqC01gv4LjOm4HSfnA==} dependencies: - workbox-core: 6.6.1 - workbox-routing: 6.6.1 - workbox-strategies: 6.6.1 + workbox-core: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 dev: false - /workbox-range-requests@6.6.1: - resolution: {integrity: sha512-4BDzk28govqzg2ZpX0IFkthdRmCKgAKreontYRC5YsAPB2jDtPNxqx3WtTXgHw1NZalXpcH/E4LqUa9+2xbv1g==} + /workbox-range-requests@7.0.0: + resolution: {integrity: sha512-SxAzoVl9j/zRU9OT5+IQs7pbJBOUOlriB8Gn9YMvi38BNZRbM+RvkujHMo8FOe9IWrqqwYgDFBfv6sk76I1yaQ==} dependencies: - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-recipes@6.6.1: - resolution: {integrity: sha512-/oy8vCSzromXokDA+X+VgpeZJvtuf8SkQ8KL0xmRivMgJZrjwM3c2tpKTJn6PZA6TsbxGs3Sc7KwMoZVamcV2g==} + /workbox-recipes@7.0.0: + resolution: {integrity: sha512-DntcK9wuG3rYQOONWC0PejxYYIDHyWWZB/ueTbOUDQgefaeIj1kJ7pdP3LZV2lfrj8XXXBWt+JDRSw1lLLOnww==} dependencies: - workbox-cacheable-response: 6.6.1 - workbox-core: 6.6.1 - workbox-expiration: 6.6.1 - workbox-precaching: 6.6.1 - workbox-routing: 6.6.1 - workbox-strategies: 6.6.1 + workbox-cacheable-response: 7.0.0 + workbox-core: 7.0.0 + workbox-expiration: 7.0.0 + workbox-precaching: 7.0.0 + workbox-routing: 7.0.0 + workbox-strategies: 7.0.0 dev: false - /workbox-routing@6.6.1: - resolution: {integrity: sha512-j4ohlQvfpVdoR8vDYxTY9rA9VvxTHogkIDwGdJ+rb2VRZQ5vt1CWwUUZBeD/WGFAni12jD1HlMXvJ8JS7aBWTg==} + /workbox-routing@7.0.0: + resolution: {integrity: sha512-8YxLr3xvqidnbVeGyRGkaV4YdlKkn5qZ1LfEePW3dq+ydE73hUUJJuLmGEykW3fMX8x8mNdL0XrWgotcuZjIvA==} dependencies: - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-strategies@6.6.1: - resolution: {integrity: sha512-WQLXkRnsk4L81fVPkkgon1rZNxnpdO5LsO+ws7tYBC6QQQFJVI6v98klrJEjFtZwzw/mB/HT5yVp7CcX0O+mrw==} + /workbox-strategies@7.0.0: + resolution: {integrity: sha512-dg3qJU7tR/Gcd/XXOOo7x9QoCI9nk74JopaJaYAQ+ugLi57gPsXycVdBnYbayVj34m6Y8ppPwIuecrzkpBVwbA==} dependencies: - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false - /workbox-streams@6.6.1: - resolution: {integrity: sha512-maKG65FUq9e4BLotSKWSTzeF0sgctQdYyTMq529piEN24Dlu9b6WhrAfRpHdCncRS89Zi2QVpW5V33NX8PgH3Q==} + /workbox-streams@7.0.0: + resolution: {integrity: sha512-moVsh+5to//l6IERWceYKGiftc+prNnqOp2sgALJJFbnNVpTXzKISlTIsrWY+ogMqt+x1oMazIdHj25kBSq/HQ==} dependencies: - workbox-core: 6.6.1 - workbox-routing: 6.6.1 + workbox-core: 7.0.0 + workbox-routing: 7.0.0 dev: false - /workbox-sw@6.6.1: - resolution: {integrity: sha512-R7whwjvU2abHH/lR6kQTTXLHDFU2izht9kJOvBRYK65FbwutT4VvnUAJIgHvfWZ/fokrOPhfoWYoPCMpSgUKHQ==} + /workbox-sw@7.0.0: + resolution: {integrity: sha512-SWfEouQfjRiZ7GNABzHUKUyj8pCoe+RwjfOIajcx6J5mtgKkN+t8UToHnpaJL5UVVOf5YhJh+OHhbVNIHe+LVA==} dev: false - /workbox-window@6.6.1: - resolution: {integrity: sha512-wil4nwOY58nTdCvif/KEZjQ2NP8uk3gGeRNy2jPBbzypU4BT4D9L8xiwbmDBpZlSgJd2xsT9FvSNU0gsxV51JQ==} + /workbox-window@7.0.0: + resolution: {integrity: sha512-j7P/bsAWE/a7sxqTzXo3P2ALb1reTfZdvVp6OJ/uLr/C2kZAMvjeWGm8V4htQhor7DOvYg0sSbFN2+flT5U0qA==} dependencies: '@types/trusted-types': 2.0.3 - workbox-core: 6.6.1 + workbox-core: 7.0.0 dev: false /wrap-ansi@6.2.0: