From c7ab8c4fca1c690f3e5536dff520eaa9c4010fd1 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期一, 24 三月 2025 19:52:35 +0800 Subject: [PATCH] fix: 三期bug --- pnpm-lock.yaml | 1040 +++++++++++++++++++++++++++++++++++++++++++-------------- 1 files changed, 774 insertions(+), 266 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 52ce0d6..cc293f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -751,6 +751,15 @@ '@nutui/nutui-taro': specifier: 4.3.13 version: 4.3.13(patch_hash=lbmiuhnkw3qnhgejnhbuepf6iq)(unplugin-vue-components@0.27.5)(vue@3.5.12) + '@tanstack/vue-query': + specifier: 4.35.3 + version: 4.35.3(vue@3.5.12) + '@tarojs/components': + specifier: 3.6.20 + version: 3.6.20(postcss@8.5.3)(vue@3.5.12) + '@tarojs/taro': + specifier: 3.6.20 + version: 3.6.20(postcss@8.5.3)(vue@3.5.12) '@vitejs/plugin-vue': specifier: ^5.1.4 version: 5.2.1(vite@5.4.3)(vue@3.5.12) @@ -922,7 +931,7 @@ resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.22.10 + '@babel/highlight': 7.25.9 chalk: 2.4.2 dev: true @@ -948,15 +957,15 @@ engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.21.4 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) - '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.4 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.24.6 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.9 + '@babel/helper-compilation-targets': 7.26.5 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helpers': 7.26.9 + '@babel/parser': 7.26.9 + '@babel/template': 7.26.9 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 convert-source-map: 1.9.0 debug: 4.4.0 gensync: 1.0.0-beta.2 @@ -1034,7 +1043,7 @@ resolution: {integrity: sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 @@ -1054,7 +1063,7 @@ resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-annotate-as-pure@7.25.9: @@ -1067,15 +1076,15 @@ resolution: {integrity: sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-compilation-targets@7.22.10: resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.9 - '@babel/helper-validator-option': 7.22.5 + '@babel/compat-data': 7.26.8 + '@babel/helper-validator-option': 7.25.9 browserslist: 4.24.4 lru-cache: 5.1.1 semver: 6.3.1 @@ -1098,15 +1107,17 @@ '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) - '@babel/helper-skip-transparent-expression-wrappers': 7.24.6 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.21.4) + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 + transitivePeerDependencies: + - supports-color dev: true /@babel/helper-create-class-features-plugin@7.26.9(@babel/core@7.21.4): @@ -1151,8 +1162,20 @@ '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-annotate-as-pure': 7.25.9 regexpu-core: 5.3.2 + semver: 6.3.1 + dev: true + + /@babel/helper-create-regexp-features-plugin@7.26.3(@babel/core@7.21.4): + resolution: {integrity: sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.25.9 + regexpu-core: 6.2.0 semver: 6.3.1 dev: true @@ -1173,8 +1196,8 @@ '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-compilation-targets': 7.26.5 + '@babel/helper-plugin-utils': 7.26.5 debug: 4.4.0 lodash.debounce: 4.0.8 resolve: 1.22.10 @@ -1214,21 +1237,21 @@ engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.26.9 - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-member-expression-to-functions@7.22.5: resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-member-expression-to-functions@7.25.9: @@ -1244,7 +1267,7 @@ resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-module-imports@7.25.9: @@ -1263,11 +1286,25 @@ '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-module-imports': 7.25.9 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.24.6 + '@babel/helper-validator-identifier': 7.25.9 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-module-transforms@7.26.0(@babel/core@7.21.4): + resolution: {integrity: sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1289,7 +1326,7 @@ resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-optimise-call-expression@7.25.9: @@ -1301,6 +1338,7 @@ /@babel/helper-plugin-utils@7.24.6: resolution: {integrity: sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-plugin-utils@7.26.5: resolution: {integrity: sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==} @@ -1313,9 +1351,11 @@ '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-wrap-function': 7.22.10 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-wrap-function': 7.25.9 + transitivePeerDependencies: + - supports-color dev: true /@babel/helper-remap-async-to-generator@7.25.9(@babel/core@7.21.4): @@ -1352,9 +1392,11 @@ '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 - '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-environment-visitor': 7.24.7 + '@babel/helper-member-expression-to-functions': 7.25.9 + '@babel/helper-optimise-call-expression': 7.25.9 + transitivePeerDependencies: + - supports-color dev: true /@babel/helper-replace-supers@7.26.5(@babel/core@7.21.4): @@ -1388,14 +1430,14 @@ resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.24.6: resolution: {integrity: sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.25.9: @@ -1411,7 +1453,7 @@ resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-string-parser@7.24.6: @@ -1447,7 +1489,7 @@ dependencies: '@babel/helper-function-name': 7.22.5 '@babel/template': 7.26.9 - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/helper-wrap-function@7.25.9: @@ -1464,9 +1506,9 @@ resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.4 - '@babel/types': 7.24.6 + '@babel/template': 7.26.9 + '@babel/traverse': 7.26.9 + '@babel/types': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -1482,7 +1524,7 @@ resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.24.6 + '@babel/helper-validator-identifier': 7.25.9 chalk: 2.4.2 js-tokens: 4.0.0 dev: true @@ -1495,14 +1537,13 @@ chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.1.1 - dev: false /@babel/parser@7.21.4: resolution: {integrity: sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 dev: true /@babel/parser@7.26.9: @@ -1540,7 +1581,17 @@ '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.25.9(@babel/core@7.26.9): @@ -1559,9 +1610,25 @@ '@babel/core': ^7.13.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.24.6 - '@babel/plugin-transform-optional-chaining': 7.24.6(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + '@babel/plugin-transform-optional-chaining': 7.25.9(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.25.9(@babel/core@7.26.9): @@ -1656,9 +1723,11 @@ '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.21.4): @@ -1668,11 +1737,13 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) + '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.21.4) '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.22.10(@babel/core@7.21.4) + '@babel/plugin-syntax-decorators': 7.25.9(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-proposal-decorators@7.25.9(@babel/core@7.26.9): @@ -1695,7 +1766,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-do-expressions': 7.22.5(@babel/core@7.21.4) dev: true @@ -1707,7 +1778,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) dev: true @@ -1718,8 +1789,8 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-export-default-from': 7.25.9(@babel/core@7.21.4) dev: true /@babel/plugin-proposal-export-default-from@7.25.9(@babel/core@7.26.9): @@ -1739,7 +1810,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) dev: true @@ -1750,7 +1821,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-function-bind': 7.22.5(@babel/core@7.21.4) dev: true @@ -1761,9 +1832,11 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-wrap-function': 7.22.10 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-wrap-function': 7.25.9 '@babel/plugin-syntax-function-sent': 7.22.5(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.4): @@ -1774,7 +1847,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) dev: true @@ -1786,7 +1859,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) dev: true @@ -1822,7 +1895,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) dev: true @@ -1916,7 +1989,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-pipeline-operator': 7.22.5(@babel/core@7.21.4) dev: true @@ -1928,8 +2001,10 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4): @@ -1940,10 +2015,12 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.26.9): @@ -1961,7 +2038,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-syntax-throw-expressions': 7.22.5(@babel/core@7.21.4) dev: true @@ -1973,8 +2050,8 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4): @@ -2000,7 +2077,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.26.9): @@ -2009,7 +2086,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4): @@ -2018,7 +2095,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.26.9): @@ -2027,7 +2104,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4): @@ -2037,7 +2114,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.26.9): @@ -2047,7 +2124,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-decorators@7.22.10(@babel/core@7.21.4): @@ -2057,7 +2134,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-ryzI0McXUPJnRCvMo4lumIKZUzhYUO/ScI+Mz4YVaTLt04DHNSjEUjKVvbzQjZFLuod/cYEc07mJWhzl6v4DPg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-decorators@7.25.9(@babel/core@7.26.9): @@ -2076,7 +2163,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.4): @@ -2103,7 +2190,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-9MhJ/SMTsVqsd69GyQg89lYR4o9T+oDGv5F6IsigxxqFVOyR/IflDLYP8WDI1l8fkhNGGktqkvL5qwNCtGEpgQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-export-default-from@7.25.9(@babel/core@7.26.9): @@ -2121,7 +2218,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.9): @@ -2140,7 +2237,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-function-sent@7.22.5(@babel/core@7.21.4): @@ -2150,7 +2247,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-import-assertions@7.24.6(@babel/core@7.21.4): @@ -2160,7 +2257,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.21.4): + resolution: {integrity: sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-import-assertions@7.26.0(@babel/core@7.26.9): @@ -2187,7 +2294,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.26.9): @@ -2196,7 +2303,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4): @@ -2205,7 +2312,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.26.9): @@ -2214,7 +2321,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-jsx@7.25.9(@babel/core@7.26.9): @@ -2232,7 +2339,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.26.9): @@ -2241,7 +2348,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4): @@ -2267,7 +2374,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.26.9): @@ -2276,7 +2383,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4): @@ -2337,7 +2444,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.4): @@ -2347,7 +2454,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.26.9): @@ -2357,7 +2464,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-throw-expressions@7.22.5(@babel/core@7.21.4): @@ -2367,7 +2474,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.4): @@ -2377,7 +2484,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.26.9): @@ -2387,7 +2494,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.26.9 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: false /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.21.4): @@ -2397,7 +2504,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-syntax-typescript@7.25.9(@babel/core@7.26.9): @@ -2426,7 +2543,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-arrow-functions@7.25.9(@babel/core@7.26.9): @@ -2459,8 +2586,22 @@ dependencies: '@babel/core': 7.21.4 '@babel/helper-module-imports': 7.25.9 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-async-to-generator@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-remap-async-to-generator': 7.25.9(@babel/core@7.21.4) transitivePeerDependencies: - supports-color dev: true @@ -2485,7 +2626,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.26.5(@babel/core@7.21.4): + resolution: {integrity: sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-block-scoped-functions@7.26.5(@babel/core@7.26.9): @@ -2504,7 +2655,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-block-scoping@7.25.9(@babel/core@7.26.9): @@ -2547,15 +2708,34 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-compilation-targets': 7.26.5 + '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-function-name': 7.22.5 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) + '@babel/helper-optimise-call-expression': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.21.4) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-compilation-targets': 7.26.5 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.21.4) + '@babel/traverse': 7.26.9 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-classes@7.25.9(@babel/core@7.26.9): @@ -2581,7 +2761,18 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/template': 7.26.9 + dev: true + + /@babel/plugin-transform-computed-properties@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 '@babel/template': 7.26.9 dev: true @@ -2602,7 +2793,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-destructuring@7.25.9(@babel/core@7.26.9): @@ -2621,8 +2822,19 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-dotall-regex@7.25.9(@babel/core@7.26.9): @@ -2642,7 +2854,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-duplicate-keys@7.25.9(@babel/core@7.26.9): @@ -2681,7 +2903,17 @@ dependencies: '@babel/core': 7.21.4 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.10 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.21.4): + resolution: {integrity: sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-exponentiation-operator@7.26.3(@babel/core@7.26.9): @@ -2719,7 +2951,20 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-for-of@7.26.9(@babel/core@7.21.4): + resolution: {integrity: sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-for-of@7.26.9(@babel/core@7.26.9): @@ -2741,9 +2986,23 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-compilation-targets': 7.26.5 '@babel/helper-function-name': 7.22.5 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-function-name@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.26.5 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/traverse': 7.26.9 + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-function-name@7.25.9(@babel/core@7.26.9): @@ -2775,7 +3034,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-literals@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-literals@7.25.9(@babel/core@7.26.9): @@ -2803,7 +3072,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-member-expression-literals@7.25.9(@babel/core@7.26.9): @@ -2822,8 +3101,21 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-amd@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 transitivePeerDependencies: - supports-color dev: true @@ -2847,9 +3139,22 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 '@babel/helper-simple-access': 7.22.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-commonjs@7.26.3(@babel/core@7.21.4): + resolution: {integrity: sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 transitivePeerDependencies: - supports-color dev: true @@ -2874,9 +3179,24 @@ dependencies: '@babel/core': 7.21.4 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-validator-identifier': 7.24.6 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-validator-identifier': 7.25.9 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-systemjs@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-validator-identifier': 7.25.9 + '@babel/traverse': 7.26.9 transitivePeerDependencies: - supports-color dev: true @@ -2902,8 +3222,21 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-modules-umd@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.26.0(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 transitivePeerDependencies: - supports-color dev: true @@ -2927,8 +3260,19 @@ '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-named-capturing-groups-regex@7.25.9(@babel/core@7.26.9): @@ -2948,7 +3292,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-new-target@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-new-target@7.25.9(@babel/core@7.26.9): @@ -2996,8 +3350,23 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-object-super@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-replace-supers': 7.26.5(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-object-super@7.25.9(@babel/core@7.26.9): @@ -3028,9 +3397,24 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-optional-chaining@7.25.9(@babel/core@7.26.9): @@ -3052,7 +3436,7 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-parameters@7.25.9(@babel/core@7.21.4): @@ -3106,7 +3490,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-property-literals@7.25.9(@babel/core@7.26.9): @@ -3188,7 +3582,18 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + regenerator-transform: 0.15.2 + dev: true + + /@babel/plugin-transform-regenerator@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 regenerator-transform: 0.15.2 dev: true @@ -3219,7 +3624,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-reserved-words@7.25.9(@babel/core@7.26.9): @@ -3238,8 +3653,8 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-module-imports': 7.25.9 + '@babel/helper-plugin-utils': 7.26.5 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) @@ -3271,7 +3686,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-shorthand-properties@7.25.9(@babel/core@7.26.9): @@ -3290,8 +3715,23 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-spread@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-spread@7.25.9(@babel/core@7.26.9): @@ -3313,7 +3753,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-sticky-regex@7.25.9(@babel/core@7.26.9): @@ -3332,7 +3782,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-template-literals@7.26.8(@babel/core@7.21.4): + resolution: {integrity: sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-template-literals@7.26.8(@babel/core@7.26.9): @@ -3351,7 +3811,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-typeof-symbol@7.26.7(@babel/core@7.21.4): + resolution: {integrity: sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-typeof-symbol@7.26.7(@babel/core@7.26.9): @@ -3370,10 +3840,12 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.21.4) + '@babel/helper-annotate-as-pure': 7.25.9 + '@babel/helper-create-class-features-plugin': 7.26.9(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + '@babel/plugin-syntax-typescript': 7.25.9(@babel/core@7.21.4) + transitivePeerDependencies: + - supports-color dev: true /@babel/plugin-transform-typescript@7.26.8(@babel/core@7.26.9): @@ -3398,7 +3870,17 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-unicode-escapes@7.25.9(@babel/core@7.26.9): @@ -3427,8 +3909,19 @@ '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.21.4) - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 + dev: true + + /@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.21.4): + resolution: {integrity: sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.4 + '@babel/helper-create-regexp-features-plugin': 7.26.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.26.5 dev: true /@babel/plugin-transform-unicode-regex@7.25.9(@babel/core@7.26.9): @@ -3457,13 +3950,13 @@ peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 + '@babel/compat-data': 7.26.8 '@babel/core': 7.21.4 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-plugin-utils': 7.24.6 - '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.6(@babel/core@7.21.4) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.6(@babel/core@7.21.4) + '@babel/helper-compilation-targets': 7.26.5 + '@babel/helper-plugin-utils': 7.26.5 + '@babel/helper-validator-option': 7.25.9 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.25.9(@babel/core@7.21.4) '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.4) '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.4) '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.4) @@ -3484,7 +3977,7 @@ '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.4) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.4) - '@babel/plugin-syntax-import-assertions': 7.24.6(@babel/core@7.21.4) + '@babel/plugin-syntax-import-assertions': 7.26.0(@babel/core@7.21.4) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.4) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.4) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.4) @@ -3494,40 +3987,40 @@ '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.4) '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.4) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-block-scoping': 7.22.10(@babel/core@7.21.4) - '@babel/plugin-transform-classes': 7.22.6(@babel/core@7.21.4) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-destructuring': 7.22.10(@babel/core@7.21.4) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-modules-commonjs': 7.21.2(@babel/core@7.21.4) - '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.21.4) - '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.21.4) - '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.21.4) - '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.21.4) + '@babel/plugin-transform-arrow-functions': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-async-to-generator': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoped-functions': 7.26.5(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoping': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-classes': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-computed-properties': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-destructuring': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-duplicate-keys': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-exponentiation-operator': 7.26.3(@babel/core@7.21.4) + '@babel/plugin-transform-for-of': 7.26.9(@babel/core@7.21.4) + '@babel/plugin-transform-function-name': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-literals': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-member-expression-literals': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-modules-amd': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-modules-commonjs': 7.26.3(@babel/core@7.21.4) + '@babel/plugin-transform-modules-systemjs': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-modules-umd': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-named-capturing-groups-regex': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-new-target': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-object-super': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-parameters': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-property-literals': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-regenerator': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-reserved-words': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-shorthand-properties': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-spread': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-sticky-regex': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-template-literals': 7.26.8(@babel/core@7.21.4) + '@babel/plugin-transform-typeof-symbol': 7.26.7(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-escapes': 7.25.9(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-regex': 7.25.9(@babel/core@7.21.4) '@babel/preset-modules': 0.1.6(@babel/core@7.21.4) - '@babel/types': 7.24.6 + '@babel/types': 7.26.9 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.4) babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.4) babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.4) @@ -3634,10 +4127,10 @@ '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/core': 7.21.4 - '@babel/helper-plugin-utils': 7.24.6 + '@babel/helper-plugin-utils': 7.26.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.21.4) - '@babel/types': 7.24.6 + '@babel/plugin-transform-dotall-regex': 7.25.9(@babel/core@7.21.4) + '@babel/types': 7.26.9 esutils: 2.0.3 dev: true @@ -3731,9 +4224,9 @@ resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/parser': 7.21.4 - '@babel/types': 7.24.6 + '@babel/code-frame': 7.26.2 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 dev: true /@babel/template@7.26.9: @@ -3748,14 +4241,14 @@ resolution: {integrity: sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.21.4 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/code-frame': 7.26.2 + '@babel/generator': 7.26.9 + '@babel/helper-environment-visitor': 7.24.7 '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.21.4 - '@babel/types': 7.24.6 + '@babel/parser': 7.26.9 + '@babel/types': 7.26.9 debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: @@ -3780,8 +4273,8 @@ resolution: {integrity: sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.24.6 - '@babel/helper-validator-identifier': 7.24.6 + '@babel/helper-string-parser': 7.25.9 + '@babel/helper-validator-identifier': 7.25.9 to-fast-properties: 2.0.0 dev: true @@ -6275,7 +6768,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 bmp-js: 0.1.0 @@ -6300,7 +6793,7 @@ /@jimp/core@0.9.8: resolution: {integrity: sha512-N4GCjcXb0QwR5GBABDK2xQ3cKyaF7LlCYeJEG9mV7G/ynBoRqJe4JA6YKU9Ww9imGkci/4A594nQo8tUIqdcBw==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/utils': 0.9.8 any-base: 1.1.0 buffer: 5.7.1 @@ -6327,7 +6820,7 @@ /@jimp/custom@0.9.8: resolution: {integrity: sha512-1UpJjI7fhX02BWLJ/KEqPwkHH60eNkCNeD6hEd+IZdTwLXfZCfFiM5BVlpgiZYZJSsVoRiAL4ne2Q5mCiKPKyw==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/core': 0.9.8 core-js: 3.41.0 transitivePeerDependencies: @@ -6350,7 +6843,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6372,7 +6865,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6393,7 +6886,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6413,7 +6906,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6433,7 +6926,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6454,7 +6947,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6484,7 +6977,7 @@ '@jimp/plugin-resize': '>=0.3.5' '@jimp/plugin-scale': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-blit': 0.9.8(@jimp/custom@0.9.8) '@jimp/plugin-resize': 0.9.8(@jimp/custom@0.9.8) @@ -6516,7 +7009,7 @@ '@jimp/plugin-resize': '>=0.3.5' '@jimp/plugin-scale': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-crop': 0.9.8(@jimp/custom@0.9.8) '@jimp/plugin-resize': 0.9.8(@jimp/custom@0.9.8) @@ -6539,7 +7032,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6559,7 +7052,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6579,7 +7072,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6599,7 +7092,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6622,7 +7115,7 @@ '@jimp/custom': '>=0.3.5' '@jimp/plugin-rotate': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-rotate': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-blit@0.9.8)(@jimp/plugin-crop@0.9.8)(@jimp/plugin-resize@0.9.8) '@jimp/utils': 0.9.8 @@ -6643,7 +7136,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6663,7 +7156,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6683,7 +7176,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6703,7 +7196,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6729,7 +7222,7 @@ '@jimp/custom': '>=0.3.5' '@jimp/plugin-blit': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-blit': 0.9.8(@jimp/custom@0.9.8) '@jimp/utils': 0.9.8 @@ -6753,7 +7246,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6782,7 +7275,7 @@ '@jimp/plugin-crop': '>=0.3.5' '@jimp/plugin-resize': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-blit': 0.9.8(@jimp/custom@0.9.8) '@jimp/plugin-crop': 0.9.8(@jimp/custom@0.9.8) @@ -6808,7 +7301,7 @@ '@jimp/custom': '>=0.3.5' '@jimp/plugin-resize': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-resize': 0.9.8(@jimp/custom@0.9.8) '@jimp/utils': 0.9.8 @@ -6835,7 +7328,7 @@ '@jimp/plugin-blur': '>=0.3.5' '@jimp/plugin-resize': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-blur': 0.9.8(@jimp/custom@0.9.8) '@jimp/plugin-resize': 0.9.8(@jimp/custom@0.9.8) @@ -6863,7 +7356,7 @@ '@jimp/plugin-color': '>=0.8.0' '@jimp/plugin-resize': '>=0.8.0' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-color': 0.9.8(@jimp/custom@0.9.8) '@jimp/plugin-resize': 0.9.8(@jimp/custom@0.9.8) @@ -6908,7 +7401,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugin-blit': 0.9.8(@jimp/custom@0.9.8) '@jimp/plugin-blur': 0.9.8(@jimp/custom@0.9.8) @@ -6952,7 +7445,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/utils': 0.9.8 core-js: 3.41.0 @@ -6973,7 +7466,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 core-js: 3.41.0 utif: 2.0.1 @@ -6998,7 +7491,7 @@ peerDependencies: '@jimp/custom': '>=0.3.5' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/bmp': 0.9.8(@jimp/custom@0.9.8) '@jimp/custom': 0.9.8 '@jimp/gif': 0.9.8(@jimp/custom@0.9.8) @@ -7018,7 +7511,7 @@ /@jimp/utils@0.9.8: resolution: {integrity: sha512-UK0Fu0eevQlpRXq5ff4o/71HJlpX9wJMddJjMYg9vUqCCl8ZnumRAljfShHFhGyO+Vc9IzN6dd8Y5JZZTp1KOw==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 core-js: 3.41.0 dev: true @@ -8417,11 +8910,30 @@ engines: {node: '>=12'} dependencies: remove-accents: 0.5.0 - dev: false + + /@tanstack/query-core@4.35.3: + resolution: {integrity: sha512-PS+WEjd9wzKTyNjjQymvcOe1yg8f3wYc6mD+vb6CKyZAKvu4sIJwryfqfBULITKCla7P9C4l5e9RXePHvZOZeQ==} + dev: true /@tanstack/query-core@4.36.1: resolution: {integrity: sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==} dev: false + + /@tanstack/vue-query@4.35.3(vue@3.5.12): + resolution: {integrity: sha512-0uRKL0+m/Wm/rxPxeaf4afi6raJZdTw7LPi32KRnRmXPFT2jWpfwrqO2PW9FYMuAtd0PCsSek0qg/YUgtsKbiQ==} + peerDependencies: + '@vue/composition-api': ^1.1.2 + vue: 3.5.12 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + dependencies: + '@tanstack/match-sorter-utils': 8.19.4 + '@tanstack/query-core': 4.35.3 + '@vue/devtools-api': 6.6.4 + vue: 3.5.12(typescript@5.8.2) + vue-demi: 0.13.11(vue@3.5.12) + dev: true /@tanstack/vue-query@4.37.1(vue@3.5.12): resolution: {integrity: sha512-QzCQ94g2oZQcEfI4nfqa6Qr3aFXtXiEH17Jho+QFl73c7epqsWNcyP3ovF1fgJz5jEOE5OYtwgkoaRKIRaSigg==} @@ -8435,7 +8947,7 @@ '@tanstack/match-sorter-utils': 8.19.4 '@tanstack/query-core': 4.36.1 '@vue/devtools-api': 6.6.4 - vue: 3.5.12(typescript@5.8.2) + vue: 3.5.12(typescript@4.9.5) vue-demi: 0.13.11(vue@3.5.12) dev: false @@ -10264,7 +10776,7 @@ resolution: {integrity: sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==} dependencies: '@types/node': 18.7.18 - '@types/unist': 2.0.11 + '@types/unist': 3.0.3 '@types/vfile-message': 2.0.0 dev: false @@ -11345,7 +11857,6 @@ /@vue/devtools-api@6.6.4: resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} - dev: false /@vue/devtools@6.0.0-beta.15: resolution: {integrity: sha512-zTo89V+ztGiEpjsRkJYOS0K/6mIqrb+Ia6HT+CXczrGRC297d7SqP5GBXn2HSbaJiSWNdoTLbQ2tm7uj+IBoqQ==} @@ -11958,6 +12469,7 @@ tiny-pinyin: 1.3.2 transitivePeerDependencies: - debug + - encoding - eslint-import-resolver-typescript - eslint-import-resolver-webpack - postcss-jsx @@ -12753,7 +13265,7 @@ debug: 2.6.9 json5: 0.5.1 lodash: 4.17.21 - minimatch: 3.0.4 + minimatch: 3.1.2 path-is-absolute: 1.0.1 private: 0.1.8 slash: 1.0.0 @@ -13034,7 +13546,7 @@ peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 + '@babel/compat-data': 7.26.8 '@babel/core': 7.21.4 '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) semver: 6.3.1 @@ -19295,7 +19807,7 @@ fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.4 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -19518,7 +20030,7 @@ array-union: 1.0.2 dir-glob: 2.2.2 fast-glob: 2.2.7 - glob: 7.1.6 + glob: 7.2.3 ignore: 4.0.6 pify: 4.0.1 slash: 2.0.0 @@ -21274,7 +21786,7 @@ /jimp@0.9.8: resolution: {integrity: sha512-DHN4apKMwLIvD/TKO9tFfPuankNuVK98vCwHm/Jv9z5cJnrd38xhi+4I7IAGmDU3jIDlrEVhzTkFH1Ymv5yTQQ==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.26.9 '@jimp/custom': 0.9.8 '@jimp/plugins': 0.9.8(@jimp/custom@0.9.8) '@jimp/types': 0.9.8(@jimp/custom@0.9.8) @@ -23727,7 +24239,6 @@ optional: true dependencies: whatwg-url: 5.0.0 - dev: true /node-forge@1.3.1: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} @@ -26669,7 +27180,7 @@ resolution: {integrity: sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==} deprecated: This package is no longer supported. Please use @npmcli/package-json instead. dependencies: - glob: 7.1.2 + glob: 7.2.3 json-parse-even-better-errors: 2.3.1 normalize-package-data: 2.5.0 npm-normalize-package-bin: 1.0.1 @@ -27250,7 +27761,6 @@ /remove-accents@0.5.0: resolution: {integrity: sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==} - dev: false /remove-trailing-separator@1.1.0: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} @@ -27493,7 +28003,7 @@ deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true dependencies: - glob: 7.1.6 + glob: 7.2.3 dev: false /rimraf@2.7.1: @@ -29583,7 +30093,7 @@ hasBin: true dependencies: call-me-maybe: 1.0.2 - node-fetch: 2.6.1 + node-fetch: 2.7.0 node-fetch-h2: 2.3.0 node-readfiles: 0.2.0 oas-kit-common: 1.0.8 @@ -29593,6 +30103,8 @@ reftools: 1.1.9 yaml: 1.10.2 yargs: 16.2.0 + transitivePeerDependencies: + - encoding dev: false /swiper@6.8.0: @@ -30040,7 +30552,6 @@ /tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - dev: true /tr46@4.1.1: resolution: {integrity: sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==} @@ -30831,7 +31342,7 @@ minimatch: 9.0.5 mlly: 1.7.4 unplugin: 1.16.1 - vue: 3.5.12(typescript@5.8.2) + vue: 3.5.12(typescript@4.9.5) transitivePeerDependencies: - rollup - supports-color @@ -31553,7 +32064,6 @@ optional: true dependencies: vue: 3.5.12(typescript@5.8.2) - dev: false /vue-demi@0.14.10(vue@3.5.12): resolution: {integrity: sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg==} @@ -31567,7 +32077,7 @@ '@vue/composition-api': optional: true dependencies: - vue: 3.5.12(typescript@5.8.2) + vue: 3.5.12(typescript@4.9.5) /vue-eslint-parser@10.1.1(eslint@8.57.1): resolution: {integrity: sha512-bh2Z/Au5slro9QJ3neFYLanZtb1jH+W2bKqGHXAoYD4vZgNG3KeotL7JpPv5xzY4UXUXJl7TrIsnzECH63kd3Q==} @@ -31826,7 +32336,6 @@ /webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - dev: true /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} @@ -32062,7 +32571,6 @@ dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 - dev: true /when-exit@2.1.4: resolution: {integrity: sha512-4rnvd3A1t16PWzrBUcSDZqcAmsUIy4minDXT/CZ8F2mVDgd65i4Aalimgz1aQkRGU0iH5eT5+6Rx2TK8o443Pg==} -- Gitblit v1.9.1