diff --git a/package.json b/package.json index 36307af..1060d1e 100644 --- a/package.json +++ b/package.json @@ -59,9 +59,9 @@ } }, "dependencies": { - "@babel/runtime": "^7.23.2", + "@babel/runtime": "^7.23.5", "@nutui/icons-vue-taro": "^0.0.9", - "@nutui/nutui-taro": "^4.2.0", + "@nutui/nutui-taro": "^4.2.3", "@qiun/vue-ucharts": "2.5.0-20230101", "@tarojs/components": "3.6.19", "@tarojs/helper": "3.6.19", @@ -79,31 +79,31 @@ "@tarojs/taro": "3.6.19", "dayjs": "^1.11.10", "pinia": "^2.1.7", - "vue": "^3.3.8" + "vue": "^3.3.9" }, "devDependencies": { - "@babel/core": "^7.23.3", - "@commitlint/cli": "^18.2.0", - "@commitlint/config-conventional": "^18.1.0", + "@babel/core": "^7.23.5", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", "@tarojs/cli": "3.6.19", "@tarojs/plugin-mini-ci": "^3.6.20", "@tarojs/taro-loader": "3.6.19", "@tarojs/webpack5-runner": "3.6.19", - "@types/node": "^18.18.9", + "@types/node": "^18.19.0", "@types/webpack-env": "^1.18.4", - "@typescript-eslint/eslint-plugin": "^6.10.0", - "@typescript-eslint/parser": "^6.10.0", + "@typescript-eslint/eslint-plugin": "^6.13.1", + "@typescript-eslint/parser": "^6.13.1", "@vue/babel-plugin-jsx": "^1.1.5", - "@vue/compiler-sfc": "^3.3.8", + "@vue/compiler-sfc": "^3.3.9", "babel-preset-taro": "3.6.19", "commitizen": "^4.3.0", "css-loader": "3.4.2", "cz-customizable": "^7.0.0", - "eslint": "^8.53.0", + "eslint": "^8.54.0", "eslint-config-taro": "3.6.19", - "eslint-plugin-vue": "^9.18.1", + "eslint-plugin-vue": "^9.19.2", "husky": "^8.0.3", - "lint-staged": "^15.0.2", + "lint-staged": "^15.1.0", "style-loader": "1.3.0", "stylelint": "9.3.0", "ts-node": "^10.9.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6bbb132..9d31258 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,52 +5,52 @@ settings: excludeLinksFromLockfile: false dependencies: - "@babel/runtime": + '@babel/runtime': specifier: ^7.23.2 version: 7.23.2 - "@nutui/icons-vue-taro": + '@nutui/icons-vue-taro': specifier: ^0.0.9 version: 0.0.9 - "@nutui/nutui-taro": + '@nutui/nutui-taro': specifier: ^4.2.0 version: 4.2.0(unplugin-vue-components@0.23.0) - "@qiun/vue-ucharts": + '@qiun/vue-ucharts': specifier: 2.5.0-20230101 version: 2.5.0-20230101 "@tarojs/components": specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/helper": + '@tarojs/helper': specifier: 3.6.19 version: 3.6.19 "@tarojs/plugin-framework-vue3": specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-html": + '@tarojs/plugin-html': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-alipay": + '@tarojs/plugin-platform-alipay': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-h5": + '@tarojs/plugin-platform-h5': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-jd": + '@tarojs/plugin-platform-jd': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-qq": + '@tarojs/plugin-platform-qq': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-swan": + '@tarojs/plugin-platform-swan': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-tt": + '@tarojs/plugin-platform-tt': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-weapp": + '@tarojs/plugin-platform-weapp': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/runtime": + '@tarojs/runtime': specifier: 3.6.19 version: 3.6.19 "@tarojs/shared": @@ -58,60 +58,60 @@ dependencies: version: 3.6.19 "@tarojs/taro": specifier: 3.6.19 - version: 3.6.19(postcss@8.4.31)(vue@3.3.8) + version: 3.6.19(postcss@8.4.31)(vue@3.3.9) dayjs: specifier: ^1.11.10 version: 1.11.10 pinia: specifier: ^2.1.7 - version: 2.1.7(typescript@4.9.5)(vue@3.3.8) + version: 2.1.7(typescript@4.9.5)(vue@3.3.9) vue: - specifier: ^3.3.8 - version: 3.3.8(typescript@4.9.5) + specifier: ^3.3.9 + version: 3.3.9(typescript@4.9.5) devDependencies: - "@babel/core": + '@babel/core': specifier: ^7.23.3 version: 7.23.3 - "@commitlint/cli": + '@commitlint/cli': specifier: ^18.2.0 version: 18.2.0(typescript@4.9.5) - "@commitlint/config-conventional": + '@commitlint/config-conventional': specifier: ^18.1.0 version: 18.1.0 - "@tarojs/cli": + '@tarojs/cli': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-mini-ci": + '@tarojs/plugin-mini-ci': specifier: ^3.6.20 version: 3.6.20(postcss@8.4.31)(vue@3.3.8) - "@tarojs/taro-loader": + '@tarojs/taro-loader': specifier: 3.6.19 version: 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/webpack5-runner": + '@tarojs/webpack5-runner': specifier: 3.6.19 version: 3.6.19(@babel/core@7.23.3)(@swc/core@1.3.23)(@vue/compiler-sfc@3.3.8)(postcss@8.4.31)(typescript@4.9.5)(vue@3.3.8)(webpack@5.89.0) - "@types/node": + '@types/node': specifier: ^18.18.9 version: 18.18.9 - "@types/webpack-env": + '@types/webpack-env': specifier: ^1.18.4 version: 1.18.4 - "@typescript-eslint/eslint-plugin": + '@typescript-eslint/eslint-plugin': specifier: ^6.10.0 version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@4.9.5) - "@typescript-eslint/parser": + '@typescript-eslint/parser': specifier: ^6.10.0 version: 6.10.0(eslint@8.53.0)(typescript@4.9.5) - "@vue/babel-plugin-jsx": + '@vue/babel-plugin-jsx': specifier: ^1.1.5 version: 1.1.5(@babel/core@7.23.3) - "@vue/compiler-sfc": + '@vue/compiler-sfc': specifier: ^3.3.8 version: 3.3.8 babel-preset-taro: specifier: 3.6.19 - version: 3.6.19(@babel/core@7.23.3) + version: 3.6.19(@babel/core@7.23.5) commitizen: specifier: ^4.3.0 version: 4.3.0(typescript@4.9.5) @@ -122,20 +122,20 @@ devDependencies: specifier: ^7.0.0 version: 7.0.0 eslint: - specifier: ^8.53.0 - version: 8.53.0 + specifier: ^8.54.0 + version: 8.54.0 eslint-config-taro: specifier: 3.6.19 - version: 3.6.19(@babel/core@7.23.3)(eslint@8.53.0)(typescript@4.9.5) + version: 3.6.19(@babel/core@7.23.5)(eslint@8.54.0)(typescript@4.9.5) eslint-plugin-vue: - specifier: ^9.18.1 - version: 9.18.1(eslint@8.53.0) + specifier: ^9.19.2 + version: 9.19.2(eslint@8.54.0) husky: specifier: ^8.0.3 version: 8.0.3 lint-staged: - specifier: ^15.0.2 - version: 15.0.2 + specifier: ^15.1.0 + version: 15.1.0 style-loader: specifier: 1.3.0 version: 1.3.0(webpack@5.89.0) @@ -144,16 +144,16 @@ devDependencies: version: 9.3.0 ts-node: specifier: ^10.9.1 - version: 10.9.1(@swc/core@1.3.23)(@types/node@18.18.9)(typescript@4.9.5) + version: 10.9.1(@swc/core@1.3.23)(@types/node@18.19.0)(typescript@4.9.5) typescript: specifier: ^4.9.5 version: 4.9.5 unplugin-vue-components: specifier: ^0.23.0 - version: 0.23.0(vue@3.3.8) + version: 0.23.0(vue@3.3.9) vue-loader: specifier: ^17.3.1 - version: 17.3.1(@vue/compiler-sfc@3.3.8)(vue@3.3.8)(webpack@5.89.0) + version: 17.3.1(@vue/compiler-sfc@3.3.9)(vue@3.3.9)(webpack@5.89.0) webpack: specifier: ^5.89.0 version: 5.89.0(@swc/core@1.3.23) @@ -184,21 +184,15 @@ packages: } /@babel/code-frame@7.22.13: - resolution: - { - integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/highlight": 7.22.20 + '@babel/highlight': 7.22.20 chalk: 2.4.2 /@babel/compat-data@7.23.3: - resolution: - { - integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} + engines: {node: '>=6.9.0'} /@babel/core@7.21.4: resolution: @@ -207,16 +201,16 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.21.4) - "@babel/helpers": 7.23.2 - "@babel/parser": 7.23.3 - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.21.4) + '@babel/helpers': 7.23.2 + '@babel/parser': 7.23.3 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -227,22 +221,19 @@ packages: dev: true /@babel/core@7.23.3: - resolution: - { - integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} + engines: {node: '>=6.9.0'} dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helpers": 7.23.2 - "@babel/parser": 7.23.3 - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helpers': 7.23.2 + '@babel/parser': 7.23.3 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -252,17 +243,14 @@ packages: - supports-color /@babel/eslint-parser@7.23.3(@babel/core@7.23.3)(eslint@8.53.0): - resolution: - { - integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==, - } - engines: { node: ^10.13.0 || ^12.13.0 || >=14.0.0 } + resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} + engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: "@babel/core": ^7.11.0 eslint: ^7.5.0 || ^8.0.0 dependencies: - "@babel/core": 7.23.3 - "@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1 + '@babel/core': 7.23.3 + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 8.53.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 @@ -275,22 +263,19 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.20 + '@babel/types': 7.23.3 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 dev: true /@babel/generator@7.23.3: - resolution: - { - integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/types": 7.23.3 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.20 + '@babel/types': 7.23.3 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 /@babel/helper-annotate-as-pure@7.22.5: @@ -300,7 +285,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: @@ -309,7 +294,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-compilation-targets@7.22.15: resolution: @@ -318,18 +303,15 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/compat-data": 7.23.3 - "@babel/helper-validator-option": 7.22.15 + '@babel/compat-data': 7.23.3 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.21.4): - resolution: - { - integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: @@ -346,23 +328,20 @@ packages: dev: true /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3): - resolution: - { - integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-member-expression-to-functions": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.21.4): @@ -381,16 +360,13 @@ packages: dev: true /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.3): - resolution: - { - integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 @@ -414,16 +390,13 @@ packages: dev: true /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==, - } + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -444,8 +417,8 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/template": 7.22.15 - "@babel/types": 7.23.3 + '@babel/template': 7.22.15 + '@babel/types': 7.23.3 /@babel/helper-hoist-variables@7.22.5: resolution: @@ -454,7 +427,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-member-expression-to-functions@7.23.0: resolution: @@ -463,7 +436,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-module-imports@7.21.4: resolution: @@ -472,7 +445,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: true /@babel/helper-module-imports@7.22.15: @@ -482,7 +455,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-module-transforms@7.23.3(@babel/core@7.21.4): resolution: @@ -502,20 +475,17 @@ packages: dev: true /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 /@babel/helper-optimise-call-expression@7.22.5: resolution: @@ -524,7 +494,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-plugin-utils@7.22.5: resolution: @@ -549,18 +519,15 @@ packages: dev: true /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.3): - resolution: - { - integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-wrap-function": 7.22.20 + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 /@babel/helper-replace-supers@7.22.20(@babel/core@7.21.4): resolution: @@ -578,18 +545,15 @@ packages: dev: true /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): - resolution: - { - integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-member-expression-to-functions": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 /@babel/helper-simple-access@7.22.5: resolution: @@ -598,7 +562,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: @@ -607,7 +571,7 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-split-export-declaration@7.22.6: resolution: @@ -616,14 +580,11 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/helper-string-parser@7.22.5: - resolution: - { - integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.22.20: resolution: @@ -633,11 +594,8 @@ packages: engines: { node: ">=6.9.0" } /@babel/helper-validator-option@7.22.15: - resolution: - { - integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + engines: {node: '>=6.9.0'} /@babel/helper-wrap-function@7.22.20: resolution: @@ -646,9 +604,9 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/helper-function-name": 7.23.0 - "@babel/template": 7.22.15 - "@babel/types": 7.23.3 + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.3 /@babel/helpers@7.21.0: resolution: @@ -657,32 +615,26 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 transitivePeerDependencies: - supports-color dev: true /@babel/helpers@7.23.2: - resolution: - { - integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 transitivePeerDependencies: - supports-color /@babel/highlight@7.22.20: - resolution: - { - integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} + engines: {node: '>=6.9.0'} dependencies: "@babel/helper-validator-identifier": 7.22.20 chalk: 2.4.2 @@ -696,18 +648,15 @@ packages: engines: { node: ">=6.0.0" } hasBin: true dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 dev: true /@babel/parser@7.23.3: - resolution: - { - integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==, - } - engines: { node: ">=6.0.0" } + resolution: {integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==} + engines: {node: '>=6.0.0'} hasBin: true dependencies: - "@babel/types": 7.23.3 + '@babel/types': 7.23.3 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.21.4): resolution: @@ -723,16 +672,13 @@ packages: dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.21.4): resolution: @@ -743,38 +689,32 @@ packages: peerDependencies: "@babel/core": ^7.13.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.21.4) dev: true /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.13.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.3) /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.4): resolution: @@ -794,20 +734,17 @@ packages: dev: true /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.3): - resolution: - { - integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.3) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) dev: true /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.4): @@ -820,24 +757,21 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.4): @@ -850,10 +784,10 @@ packages: peerDependencies: "@babel/core": ^7.12.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.4) dev: true /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.21.4): @@ -865,29 +799,26 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.21.4) - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/plugin-syntax-decorators": 7.23.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.21.4) + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.21.4) dev: true /@babel/plugin-proposal-decorators@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/plugin-syntax-decorators": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.23.3) /@babel/plugin-proposal-do-expressions@7.18.6(@babel/core@7.21.4): resolution: @@ -933,17 +864,14 @@ packages: dev: true /@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-default-from": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.3) dev: true /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.4): @@ -1036,18 +964,15 @@ packages: dev: true /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) dev: true /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.4): @@ -1075,30 +1000,27 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.21.4 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.21.4) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.21.4) dev: true /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.23.3): - resolution: - { - integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead. peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.4): resolution: @@ -1116,18 +1038,15 @@ packages: dev: true /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) dev: true /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.4): @@ -1147,19 +1066,16 @@ packages: dev: true /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.3): - resolution: - { - integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} + engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) dev: true /@babel/plugin-proposal-pipeline-operator@7.18.9(@babel/core@7.21.4): @@ -1186,9 +1102,9 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.21.4 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.4): @@ -1201,23 +1117,20 @@ packages: peerDependencies: "@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.15(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.4) dev: true /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3): - resolution: - { - integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 + '@babel/core': 7.23.3 /@babel/plugin-proposal-throw-expressions@7.18.6(@babel/core@7.21.4): resolution: @@ -1261,15 +1174,12 @@ packages: dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, - } + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.4): resolution: @@ -1284,15 +1194,12 @@ packages: dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.3): - resolution: - { - integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, - } + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.4): resolution: @@ -1308,16 +1215,13 @@ packages: dev: true /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.21.4): resolution: @@ -1333,16 +1237,13 @@ packages: dev: true /@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-do-expressions@7.23.3(@babel/core@7.21.4): resolution: @@ -1370,15 +1271,12 @@ packages: dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, - } + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-export-default-from@7.23.3(@babel/core@7.21.4): resolution: @@ -1394,16 +1292,13 @@ packages: dev: true /@babel/plugin-syntax-export-default-from@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.4): @@ -1419,27 +1314,21 @@ packages: dev: true /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, - } + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-flow@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-function-bind@7.23.3(@babel/core@7.21.4): @@ -1482,39 +1371,30 @@ packages: dev: true /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, - } + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.4): resolution: @@ -1529,27 +1409,21 @@ packages: dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, - } + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.4): resolution: @@ -1564,15 +1438,12 @@ packages: dev: true /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, - } + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.4): resolution: @@ -1587,15 +1458,12 @@ packages: dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, - } + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.4): resolution: @@ -1610,15 +1478,12 @@ packages: dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, - } + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.4): resolution: @@ -1633,15 +1498,12 @@ packages: dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, - } + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.4): resolution: @@ -1656,15 +1518,12 @@ packages: dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, - } + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.4): resolution: @@ -1679,15 +1538,12 @@ packages: dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, - } + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-pipeline-operator@7.23.3(@babel/core@7.21.4): resolution: @@ -1716,16 +1572,13 @@ packages: dev: true /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-throw-expressions@7.23.3(@babel/core@7.21.4): resolution: @@ -1754,16 +1607,13 @@ packages: dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.21.4): resolution: @@ -1779,29 +1629,23 @@ packages: dev: true /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.21.4): resolution: @@ -1817,31 +1661,25 @@ packages: dev: true /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.3) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.21.4): resolution: @@ -1859,18 +1697,15 @@ packages: dev: true /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.21.4): resolution: @@ -1886,23 +1721,17 @@ packages: dev: true /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: @@ -1911,50 +1740,38 @@ packages: dev: true /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.12.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) /@babel/plugin-transform-classes@7.23.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: @@ -1971,23 +1788,20 @@ packages: dev: true /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) - "@babel/helper-split-export-declaration": 7.22.6 + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) + '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.21.4): @@ -2005,17 +1819,14 @@ packages: dev: true /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.22.15 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.15 /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.21.4): resolution: @@ -2031,16 +1842,13 @@ packages: dev: true /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.21.4): resolution: @@ -2057,17 +1865,14 @@ packages: dev: true /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.21.4): resolution: @@ -2083,29 +1888,23 @@ packages: dev: true /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.21.4): resolution: @@ -2122,43 +1921,34 @@ packages: dev: true /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-flow": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) dev: true /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.21.4): @@ -2175,16 +1965,13 @@ packages: dev: true /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.21.4): resolution: @@ -2202,31 +1989,25 @@ packages: dev: true /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-literals@7.23.3(@babel/core@7.21.4): resolution: @@ -2242,29 +2023,23 @@ packages: dev: true /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.21.4): resolution: @@ -2280,16 +2055,13 @@ packages: dev: true /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.21.4): resolution: @@ -2306,17 +2078,14 @@ packages: dev: true /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-commonjs@7.21.2(@babel/core@7.21.4): resolution: @@ -2334,33 +2103,27 @@ packages: dev: true /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.22.5 + '@babel/core': 7.21.4 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 dev: true /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} + engines: {node: '>=6.9.0'} peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.21.4): resolution: @@ -2379,19 +2142,16 @@ packages: dev: true /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.23.3 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.21.4): resolution: @@ -2408,17 +2168,14 @@ packages: dev: true /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.21.4): resolution: @@ -2435,17 +2192,14 @@ packages: dev: true /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.21.4): resolution: @@ -2461,58 +2215,46 @@ packages: dev: true /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.21.4): resolution: @@ -2529,37 +2271,28 @@ packages: dev: true /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.20(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.21.4): - resolution: - { - integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: @@ -2570,18 +2303,15 @@ packages: dev: true /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.21.4): resolution: @@ -2597,44 +2327,35 @@ packages: dev: true /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.21.4): resolution: @@ -2650,98 +2371,77 @@ packages: dev: true /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/plugin-transform-react-jsx": 7.22.15(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.3) dev: true /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.23.3): - resolution: - { - integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.3) - "@babel/types": 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) + '@babel/types': 7.23.3 dev: true /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.21.4): @@ -2759,16 +2459,13 @@ packages: dev: true /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.21.4): @@ -2785,16 +2482,13 @@ packages: dev: true /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.21.4): resolution: @@ -2805,9 +2499,9 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.21.4 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.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) @@ -2817,17 +2511,14 @@ packages: dev: true /@babel/plugin-transform-runtime@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3) babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3) babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3) @@ -2849,16 +2540,13 @@ packages: dev: true /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-spread@7.23.3(@babel/core@7.21.4): resolution: @@ -2875,17 +2563,14 @@ packages: dev: true /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.21.4): resolution: @@ -2901,16 +2586,13 @@ packages: dev: true /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.21.4): resolution: @@ -2926,16 +2608,13 @@ packages: dev: true /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.21.4): resolution: @@ -2951,16 +2630,13 @@ packages: dev: true /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.4): resolution: @@ -2971,27 +2647,24 @@ packages: peerDependencies: "@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.15(@babel/core@7.21.4) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-typescript": 7.23.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.21.4) dev: true /@babel/plugin-transform-typescript@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-typescript": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.21.4): resolution: @@ -3007,29 +2680,23 @@ packages: dev: true /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.21.4): resolution: @@ -3046,30 +2713,24 @@ packages: dev: true /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.23.3) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.23.3 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 /@babel/preset-env@7.21.4(@babel/core@7.21.4): resolution: @@ -3080,171 +2741,168 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.21.4 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.15 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@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) - "@babel/plugin-proposal-dynamic-import": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-export-namespace-from": 7.18.9(@babel/core@7.21.4) - "@babel/plugin-proposal-json-strings": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-logical-assignment-operators": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.21.4) - "@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-proposal-private-property-in-object": 7.21.0(@babel/core@7.21.4) - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.21.4) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.21.4) - "@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.23.3(@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) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.21.4) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.21.4) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.21.4) - "@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.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-block-scoping": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-classes": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-for-of": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-modules-umd": 7.23.3(@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.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.21.4) - "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.21.4) - "@babel/preset-modules": 0.1.6(@babel/core@7.21.4) - "@babel/types": 7.23.3 + '@babel/compat-data': 7.23.3 + '@babel/core': 7.21.4 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@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) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.4) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.4) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.4) + '@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.23.3(@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) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.4) + '@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.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-modules-umd': 7.23.3(@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.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.21.4) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.21.4) + '@babel/preset-modules': 0.1.6(@babel/core@7.21.4) + '@babel/types': 7.23.3 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) - core-js-compat: 3.33.2 + core-js-compat: 3.33.3 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true /@babel/preset-env@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.3 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.15 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.23.3) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.23.3) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.23.3) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-import-assertions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-syntax-import-attributes": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.23.3) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.23.3) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.23.3) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.23.3) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.23.3) - "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.23.3) - "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-async-generator-functions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-block-scoped-functions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-block-scoping": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-class-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-class-static-block": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-classes": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-duplicate-keys": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-dynamic-import": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-export-namespace-from": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-for-of": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-json-strings": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-logical-assignment-operators": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-member-expression-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-amd": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-systemjs": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-umd": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.3) - "@babel/plugin-transform-new-target": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-nullish-coalescing-operator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-numeric-separator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-object-rest-spread": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-object-super": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-optional-catch-binding": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-optional-chaining": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-private-methods": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-private-property-in-object": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-property-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-regenerator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-reserved-words": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-typeof-symbol": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-escapes": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-property-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-sets-regex": 7.23.3(@babel/core@7.23.3) - "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.23.3) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.3) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.3) babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3) babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3) babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3) @@ -3261,71 +2919,59 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.21.4) - "@babel/plugin-transform-dotall-regex": 7.23.3(@babel/core@7.21.4) - "@babel/types": 7.23.3 + '@babel/core': 7.21.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.4) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.21.4) + '@babel/types': 7.23.3 esutils: 2.0.3 dev: true /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.3): - resolution: - { - integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==, - } + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/types": 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/types': 7.23.3 esutils: 2.0.3 /@babel/preset-react@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.15 - "@babel/plugin-transform-react-display-name": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-react-jsx": 7.22.15(@babel/core@7.23.3) - "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.23.3) - "@babel/plugin-transform-react-pure-annotations": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.3) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.3) + '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.23.3) dev: true /@babel/preset-typescript@7.23.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.15 - "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-typescript": 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) /@babel/register@7.22.15(@babel/core@7.23.3): - resolution: - { - integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==} + engines: {node: '>=6.9.0'} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 + '@babel/core': 7.23.3 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -3339,13 +2985,10 @@ packages: } /@babel/runtime-corejs3@7.23.2: - resolution: - { - integrity: sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-54cIh74Z1rp4oIjsHjqN+WM4fMyCBYe+LpZ9jWm51CZ1fbH3SkAzQD/3XLoNkjbJ7YEmjobLXyvQrFypRHOrXw==} + engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.33.2 + core-js-pure: 3.33.3 regenerator-runtime: 0.14.0 dev: true @@ -3360,20 +3003,14 @@ packages: dev: true /@babel/runtime@7.23.2: - resolution: - { - integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} + engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 /@babel/standalone@7.23.3: - resolution: - { - integrity: sha512-ZfB6wyLVqr9ANl1F0l/0aqoNUE1/kcWlQHmk0wF9OTEKDK1whkXYLruRMt53zY556yS2+84EsOpr1hpjZISTRg==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-ZfB6wyLVqr9ANl1F0l/0aqoNUE1/kcWlQHmk0wF9OTEKDK1whkXYLruRMt53zY556yS2+84EsOpr1hpjZISTRg==} + engines: {node: '>=6.9.0'} /@babel/template@7.20.7: resolution: @@ -3382,9 +3019,9 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.22.13 - "@babel/parser": 7.23.3 - "@babel/types": 7.23.3 + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 dev: true /@babel/template@7.22.15: @@ -3394,9 +3031,9 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.22.13 - "@babel/parser": 7.23.3 - "@babel/types": 7.23.3 + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 /@babel/traverse@7.21.4: resolution: @@ -3405,14 +3042,14 @@ packages: } engines: { node: ">=6.9.0" } dependencies: - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.23.3 - "@babel/types": 7.23.3 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -3420,49 +3057,40 @@ packages: dev: true /@babel/traverse@7.23.3: - resolution: - { - integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/code-frame": 7.22.13 - "@babel/generator": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.23.3 - "@babel/types": 7.23.3 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.3 + '@babel/types': 7.23.3 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color /@babel/types@7.23.3: - resolution: - { - integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==, - } - engines: { node: ">=6.9.0" } + resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} + engines: {node: '>=6.9.0'} dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 /@commitlint/cli@18.2.0(typescript@4.9.5): - resolution: - { - integrity: sha512-F/DCG791kMFmWg5eIdogakuGeg4OiI2kD430ed1a1Hh3epvrJdeIAgcGADAMIOmF+m0S1+VlIYUKG2dvQQ1Izw==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-F/DCG791kMFmWg5eIdogakuGeg4OiI2kD430ed1a1Hh3epvrJdeIAgcGADAMIOmF+m0S1+VlIYUKG2dvQQ1Izw==} + engines: {node: '>=v18'} hasBin: true dependencies: - "@commitlint/format": 18.1.0 - "@commitlint/lint": 18.1.0 - "@commitlint/load": 18.2.0(typescript@4.9.5) - "@commitlint/read": 18.1.0 - "@commitlint/types": 18.1.0 + '@commitlint/format': 18.1.0 + '@commitlint/lint': 18.1.0 + '@commitlint/load': 18.2.0(typescript@4.9.5) + '@commitlint/read': 18.1.0 + '@commitlint/types': 18.1.0 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 @@ -3473,34 +3101,25 @@ packages: dev: true /@commitlint/config-conventional@18.1.0: - resolution: - { - integrity: sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==} + engines: {node: '>=v18'} dependencies: conventional-changelog-conventionalcommits: 7.0.2 dev: true /@commitlint/config-validator@18.1.0: - resolution: - { - integrity: sha512-kbHkIuItXn93o2NmTdwi5Mk1ujyuSIysRE/XHtrcps/27GuUKEIqBJp6TdJ4Sq+ze59RlzYSHMKuDKZbfg9+uQ==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-kbHkIuItXn93o2NmTdwi5Mk1ujyuSIysRE/XHtrcps/27GuUKEIqBJp6TdJ4Sq+ze59RlzYSHMKuDKZbfg9+uQ==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.1.0 + '@commitlint/types': 18.1.0 ajv: 8.12.0 dev: true /@commitlint/ensure@18.1.0: - resolution: - { - integrity: sha512-CkPzJ9UBumIo54VDcpmBlaVX81J++wzEhN3DJH9+6PaLeiIG+gkSx8t7C2gfwG7PaiW4HzQtdQlBN5ab+c4vFQ==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-CkPzJ9UBumIo54VDcpmBlaVX81J++wzEhN3DJH9+6PaLeiIG+gkSx8t7C2gfwG7PaiW4HzQtdQlBN5ab+c4vFQ==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.1.0 + '@commitlint/types': 18.1.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -3509,63 +3128,48 @@ packages: dev: true /@commitlint/execute-rule@18.1.0: - resolution: - { - integrity: sha512-w3Vt4K+O7+nSr9/gFSEfZ1exKUOPSlJaRpnk7Y+XowEhvwT7AIk1HNANH+gETf0zGZ020+hfiMW/Ome+SNCUsg==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-w3Vt4K+O7+nSr9/gFSEfZ1exKUOPSlJaRpnk7Y+XowEhvwT7AIk1HNANH+gETf0zGZ020+hfiMW/Ome+SNCUsg==} + engines: {node: '>=v18'} dev: true /@commitlint/format@18.1.0: - resolution: - { - integrity: sha512-So/w217tGWMZZb1yXcUFNF2qFLyYtSVqbnGoMbX8a+JKcG4oB11Gc1adS0ssUOMivtiNpaLtkSHFynyiwtJtiQ==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-So/w217tGWMZZb1yXcUFNF2qFLyYtSVqbnGoMbX8a+JKcG4oB11Gc1adS0ssUOMivtiNpaLtkSHFynyiwtJtiQ==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.1.0 + '@commitlint/types': 18.1.0 chalk: 4.1.2 dev: true /@commitlint/is-ignored@18.1.0: - resolution: - { - integrity: sha512-fa1fY93J/Nx2GH6r6WOLdBOiL7x9Uc1N7wcpmaJ1C5Qs6P+rPSUTkofe2IOhSJIJoboHfAH6W0ru4xtK689t0Q==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-fa1fY93J/Nx2GH6r6WOLdBOiL7x9Uc1N7wcpmaJ1C5Qs6P+rPSUTkofe2IOhSJIJoboHfAH6W0ru4xtK689t0Q==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.1.0 + '@commitlint/types': 18.1.0 semver: 7.5.4 dev: true /@commitlint/lint@18.1.0: - resolution: - { - integrity: sha512-LGB3eI5UYu5LLayibNrRM4bSbowr1z9uyqvp0c7+0KaSJi+xHxy/QEhb6fy4bMAtbXEvygY0sUu9HxSWg41rVQ==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-LGB3eI5UYu5LLayibNrRM4bSbowr1z9uyqvp0c7+0KaSJi+xHxy/QEhb6fy4bMAtbXEvygY0sUu9HxSWg41rVQ==} + engines: {node: '>=v18'} dependencies: - "@commitlint/is-ignored": 18.1.0 - "@commitlint/parse": 18.1.0 - "@commitlint/rules": 18.1.0 - "@commitlint/types": 18.1.0 + '@commitlint/is-ignored': 18.1.0 + '@commitlint/parse': 18.1.0 + '@commitlint/rules': 18.1.0 + '@commitlint/types': 18.1.0 dev: true /@commitlint/load@18.2.0(typescript@4.9.5): - resolution: - { - integrity: sha512-xjX3d3CRlOALwImhOsmLYZh14/+gW/KxsY7+bPKrzmGuFailf9K7ckhB071oYZVJdACnpY4hDYiosFyOC+MpAA==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-xjX3d3CRlOALwImhOsmLYZh14/+gW/KxsY7+bPKrzmGuFailf9K7ckhB071oYZVJdACnpY4hDYiosFyOC+MpAA==} + engines: {node: '>=v18'} dependencies: - "@commitlint/config-validator": 18.1.0 - "@commitlint/execute-rule": 18.1.0 - "@commitlint/resolve-extends": 18.1.0 - "@commitlint/types": 18.1.0 - "@types/node": 18.18.9 + '@commitlint/config-validator': 18.1.0 + '@commitlint/execute-rule': 18.1.0 + '@commitlint/resolve-extends': 18.1.0 + '@commitlint/types': 18.1.0 + '@types/node': 18.18.9 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@4.9.5) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@4.9.5) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.0)(cosmiconfig@8.3.6)(typescript@4.9.5) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -3575,48 +3179,36 @@ packages: dev: true /@commitlint/message@18.1.0: - resolution: - { - integrity: sha512-8dT/jJg73wf3o2Mut/fqEDTpBYSIEVtX5PWyuY/0uviEYeheZAczFo/VMIkeGzhJJn1IrcvAwWsvJ1lVGY2I/w==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-8dT/jJg73wf3o2Mut/fqEDTpBYSIEVtX5PWyuY/0uviEYeheZAczFo/VMIkeGzhJJn1IrcvAwWsvJ1lVGY2I/w==} + engines: {node: '>=v18'} dev: true /@commitlint/parse@18.1.0: - resolution: - { - integrity: sha512-23yv8uBweXWYn8bXk4PjHIsmVA+RkbqPh2h7irupBo2LthVlzMRc4LM6UStasScJ4OlXYYaWOmuP7jcExUF50Q==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-23yv8uBweXWYn8bXk4PjHIsmVA+RkbqPh2h7irupBo2LthVlzMRc4LM6UStasScJ4OlXYYaWOmuP7jcExUF50Q==} + engines: {node: '>=v18'} dependencies: - "@commitlint/types": 18.1.0 + '@commitlint/types': 18.1.0 conventional-changelog-angular: 6.0.0 conventional-commits-parser: 5.0.0 dev: true /@commitlint/read@18.1.0: - resolution: - { - integrity: sha512-rzfzoKUwxmvYO81tI5o1371Nwt3vhcQR36oTNfupPdU1jgSL3nzBIS3B93LcZh3IYKbCIMyMPN5WZ10BXdeoUg==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-rzfzoKUwxmvYO81tI5o1371Nwt3vhcQR36oTNfupPdU1jgSL3nzBIS3B93LcZh3IYKbCIMyMPN5WZ10BXdeoUg==} + engines: {node: '>=v18'} dependencies: - "@commitlint/top-level": 18.1.0 - "@commitlint/types": 18.1.0 + '@commitlint/top-level': 18.1.0 + '@commitlint/types': 18.1.0 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: true /@commitlint/resolve-extends@18.1.0: - resolution: - { - integrity: sha512-3mZpzOEJkELt7BbaZp6+bofJyxViyObebagFn0A7IHaLARhPkWTivXdjvZHS12nAORftv88Yhbh8eCPKfSvB7g==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-3mZpzOEJkELt7BbaZp6+bofJyxViyObebagFn0A7IHaLARhPkWTivXdjvZHS12nAORftv88Yhbh8eCPKfSvB7g==} + engines: {node: '>=v18'} dependencies: - "@commitlint/config-validator": 18.1.0 - "@commitlint/types": 18.1.0 + '@commitlint/config-validator': 18.1.0 + '@commitlint/types': 18.1.0 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 @@ -3624,43 +3216,31 @@ packages: dev: true /@commitlint/rules@18.1.0: - resolution: - { - integrity: sha512-VJNQ674CRv4znI0DbsjZLVnn647J+BTxHGcrDIsYv7c99gW7TUGeIe5kL80G7l8+5+N0se8v9yn+Prr8xEy6Yw==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-VJNQ674CRv4znI0DbsjZLVnn647J+BTxHGcrDIsYv7c99gW7TUGeIe5kL80G7l8+5+N0se8v9yn+Prr8xEy6Yw==} + engines: {node: '>=v18'} dependencies: - "@commitlint/ensure": 18.1.0 - "@commitlint/message": 18.1.0 - "@commitlint/to-lines": 18.1.0 - "@commitlint/types": 18.1.0 + '@commitlint/ensure': 18.1.0 + '@commitlint/message': 18.1.0 + '@commitlint/to-lines': 18.1.0 + '@commitlint/types': 18.1.0 execa: 5.1.1 dev: true /@commitlint/to-lines@18.1.0: - resolution: - { - integrity: sha512-aHIoSDjG0ckxPLYDpODUeSLbEKmF6Jrs1B5JIssbbE9eemBtXtjm9yzdiAx9ZXcwoHlhbTp2fbndDb3YjlvJag==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-aHIoSDjG0ckxPLYDpODUeSLbEKmF6Jrs1B5JIssbbE9eemBtXtjm9yzdiAx9ZXcwoHlhbTp2fbndDb3YjlvJag==} + engines: {node: '>=v18'} dev: true /@commitlint/top-level@18.1.0: - resolution: - { - integrity: sha512-1/USHlolIxJlsfLKecSXH+6PDojIvnzaJGPYwF7MtnTuuXCNQ4izkeqDsRuNMe9nU2VIKpK9OT8Q412kGNmgGw==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-1/USHlolIxJlsfLKecSXH+6PDojIvnzaJGPYwF7MtnTuuXCNQ4izkeqDsRuNMe9nU2VIKpK9OT8Q412kGNmgGw==} + engines: {node: '>=v18'} dependencies: find-up: 5.0.0 dev: true /@commitlint/types@18.1.0: - resolution: - { - integrity: sha512-65vGxZmbs+2OVwEItxhp3Ul7X2m2LyLfifYI/NdPwRqblmuES2w2aIRhIjb7cwUIBHHSTT8WXj4ixVHQibmvLQ==, - } - engines: { node: ">=v18" } + resolution: {integrity: sha512-65vGxZmbs+2OVwEItxhp3Ul7X2m2LyLfifYI/NdPwRqblmuES2w2aIRhIjb7cwUIBHHSTT8WXj4ixVHQibmvLQ==} + engines: {node: '>=v18'} dependencies: chalk: 4.1.2 dev: true @@ -3973,15 +3553,12 @@ packages: dev: true /@eslint-community/eslint-utils@4.4.0(eslint@8.53.0): - resolution: - { - integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.53.0 + eslint: 8.54.0 eslint-visitor-keys: 3.4.3 dev: true @@ -4004,7 +3581,7 @@ packages: debug: 4.3.4 espree: 9.6.1 globals: 13.23.0 - ignore: 5.2.4 + ignore: 5.3.0 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -4022,11 +3599,8 @@ packages: dev: true /@eslint/js@8.53.0: - resolution: - { - integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true /@hapi/hoek@9.3.0: @@ -4094,10 +3668,10 @@ packages: } engines: { node: ">= 10.14.2" } dependencies: - "@types/istanbul-lib-coverage": 2.0.6 - "@types/istanbul-reports": 3.0.4 - "@types/node": 18.18.9 - "@types/yargs": 15.0.18 + '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-reports': 3.0.4 + '@types/node': 18.18.9 + '@types/yargs': 15.0.18 chalk: 4.1.2 dev: true @@ -4122,11 +3696,11 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 bmp-js: 0.1.0 - core-js: 3.33.2 + core-js: 3.33.3 dev: true /@jimp/core@0.22.10: @@ -4153,11 +3727,11 @@ packages: integrity: sha512-N4GCjcXb0QwR5GBABDK2xQ3cKyaF7LlCYeJEG9mV7G/ynBoRqJe4JA6YKU9Ww9imGkci/4A594nQo8tUIqdcBw==, } dependencies: - "@babel/runtime": 7.23.2 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/utils': 0.9.8 any-base: 1.1.0 buffer: 5.7.1 - core-js: 3.33.2 + core-js: 3.33.3 exif-parser: 0.1.12 file-type: 9.0.0 load-bmfont: 1.4.1 @@ -4184,8 +3758,8 @@ packages: integrity: sha512-1UpJjI7fhX02BWLJ/KEqPwkHH60eNkCNeD6hEd+IZdTwLXfZCfFiM5BVlpgiZYZJSsVoRiAL4ne2Q5mCiKPKyw==, } dependencies: - "@babel/runtime": 7.23.2 - "@jimp/core": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/core': 0.9.8 core-js: 3.33.2 dev: true @@ -4211,9 +3785,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 omggif: 1.0.10 dev: true @@ -4239,9 +3813,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 jpeg-js: 0.3.7 dev: true @@ -4266,9 +3840,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4292,9 +3866,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4318,9 +3892,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4345,9 +3919,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 tinycolor2: 1.6.0 dev: true @@ -4381,12 +3955,12 @@ packages: "@jimp/plugin-resize": ">=0.3.5" "@jimp/plugin-scale": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@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) - "@jimp/plugin-scale": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-resize@0.9.8) - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@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) + '@jimp/plugin-scale': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-resize@0.9.8) + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4419,12 +3993,12 @@ packages: "@jimp/plugin-resize": ">=0.3.5" "@jimp/plugin-scale": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@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) - "@jimp/plugin-scale": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-resize@0.9.8) - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@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) + '@jimp/plugin-scale': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-resize@0.9.8) + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4448,9 +4022,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4474,9 +4048,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4500,9 +4074,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4526,9 +4100,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4555,10 +4129,10 @@ packages: "@jimp/custom": ">=0.3.5" "@jimp/plugin-rotate": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@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 + '@babel/runtime': 7.23.2 + '@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 core-js: 3.33.2 dev: true @@ -4582,9 +4156,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4608,9 +4182,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4634,9 +4208,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4660,9 +4234,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4690,10 +4264,10 @@ packages: "@jimp/custom": ">=0.3.5" "@jimp/plugin-blit": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/plugin-blit": 0.9.8(@jimp/custom@0.9.8) - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/plugin-blit': 0.9.8(@jimp/custom@0.9.8) + '@jimp/utils': 0.9.8 core-js: 3.33.2 load-bmfont: 1.4.1 dev: true @@ -4718,9 +4292,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4753,12 +4327,12 @@ packages: "@jimp/plugin-crop": ">=0.3.5" "@jimp/plugin-resize": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@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) - "@jimp/plugin-resize": 0.9.8(@jimp/custom@0.9.8) - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@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) + '@jimp/plugin-resize': 0.9.8(@jimp/custom@0.9.8) + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4785,10 +4359,10 @@ packages: "@jimp/custom": ">=0.3.5" "@jimp/plugin-resize": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/plugin-resize": 0.9.8(@jimp/custom@0.9.8) - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/plugin-resize': 0.9.8(@jimp/custom@0.9.8) + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4818,11 +4392,11 @@ packages: "@jimp/plugin-blur": ">=0.3.5" "@jimp/plugin-resize": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@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) - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@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) + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4852,11 +4426,11 @@ packages: "@jimp/plugin-color": ">=0.8.0" "@jimp/plugin-resize": ">=0.8.0" dependencies: - "@babel/runtime": 7.23.2 - "@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) - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@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) + '@jimp/utils': 0.9.8 core-js: 3.33.2 dev: true @@ -4901,29 +4475,29 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@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) - "@jimp/plugin-circle": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-color": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-contain": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-blit@0.9.8)(@jimp/plugin-resize@0.9.8)(@jimp/plugin-scale@0.9.8) - "@jimp/plugin-cover": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-crop@0.9.8)(@jimp/plugin-resize@0.9.8)(@jimp/plugin-scale@0.9.8) - "@jimp/plugin-crop": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-displace": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-dither": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-fisheye": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-flip": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-rotate@0.9.8) - "@jimp/plugin-gaussian": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-invert": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-mask": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-normalize": 0.9.8(@jimp/custom@0.9.8) - "@jimp/plugin-print": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-blit@0.9.8) - "@jimp/plugin-resize": 0.9.8(@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/plugin-scale": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-resize@0.9.8) - "@jimp/plugin-shadow": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-blur@0.9.8)(@jimp/plugin-resize@0.9.8) - "@jimp/plugin-threshold": 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-color@0.9.8)(@jimp/plugin-resize@0.9.8) + '@babel/runtime': 7.23.2 + '@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) + '@jimp/plugin-circle': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-color': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-contain': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-blit@0.9.8)(@jimp/plugin-resize@0.9.8)(@jimp/plugin-scale@0.9.8) + '@jimp/plugin-cover': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-crop@0.9.8)(@jimp/plugin-resize@0.9.8)(@jimp/plugin-scale@0.9.8) + '@jimp/plugin-crop': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-displace': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-dither': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-fisheye': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-flip': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-rotate@0.9.8) + '@jimp/plugin-gaussian': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-invert': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-mask': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-normalize': 0.9.8(@jimp/custom@0.9.8) + '@jimp/plugin-print': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-blit@0.9.8) + '@jimp/plugin-resize': 0.9.8(@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/plugin-scale': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-resize@0.9.8) + '@jimp/plugin-shadow': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-blur@0.9.8)(@jimp/plugin-resize@0.9.8) + '@jimp/plugin-threshold': 0.9.8(@jimp/custom@0.9.8)(@jimp/plugin-color@0.9.8)(@jimp/plugin-resize@0.9.8) core-js: 3.33.2 timm: 1.7.1 dev: true @@ -4949,9 +4523,9 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 - "@jimp/utils": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 + '@jimp/utils': 0.9.8 core-js: 3.33.2 pngjs: 3.4.0 dev: true @@ -4976,8 +4550,8 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@jimp/custom": 0.9.8 + '@babel/runtime': 7.23.2 + '@jimp/custom': 0.9.8 core-js: 3.33.2 utif: 2.0.1 dev: true @@ -5007,13 +4581,13 @@ packages: peerDependencies: "@jimp/custom": ">=0.3.5" dependencies: - "@babel/runtime": 7.23.2 - "@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) - "@jimp/jpeg": 0.9.8(@jimp/custom@0.9.8) - "@jimp/png": 0.9.8(@jimp/custom@0.9.8) - "@jimp/tiff": 0.9.8(@jimp/custom@0.9.8) + '@babel/runtime': 7.23.2 + '@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) + '@jimp/jpeg': 0.9.8(@jimp/custom@0.9.8) + '@jimp/png': 0.9.8(@jimp/custom@0.9.8) + '@jimp/tiff': 0.9.8(@jimp/custom@0.9.8) core-js: 3.33.2 timm: 1.7.1 dev: true @@ -5033,7 +4607,7 @@ packages: integrity: sha512-UK0Fu0eevQlpRXq5ff4o/71HJlpX9wJMddJjMYg9vUqCCl8ZnumRAljfShHFhGyO+Vc9IzN6dd8Y5JZZTp1KOw==, } dependencies: - "@babel/runtime": 7.23.2 + '@babel/runtime': 7.23.2 core-js: 3.33.2 dev: true @@ -5174,10 +4748,7 @@ packages: dev: false /@nutui/nutui-taro@4.2.0(unplugin-vue-components@0.23.0): - resolution: - { - integrity: sha512-M7asJILX8pHVPYd0isFFK2rXr0nmkCkB8lwsUzUe5ylSIB/6L1EON+ZVN5OD6redbCMIi1JIr9a35mGdjSYdLg==, - } + resolution: {integrity: sha512-M7asJILX8pHVPYd0isFFK2rXr0nmkCkB8lwsUzUe5ylSIB/6L1EON+ZVN5OD6redbCMIi1JIr9a35mGdjSYdLg==} peerDependencies: unplugin-vue-components: ^0.25.1 peerDependenciesMeta: @@ -5186,44 +4757,38 @@ packages: dependencies: "@nutui/icons-vue-taro": 0.0.9 sass: 1.69.5 - unplugin-vue-components: 0.23.0(vue@3.3.8) + unplugin-vue-components: 0.23.0(vue@3.3.9) dev: false /@nuxt/kit@3.8.1: - resolution: - { - integrity: sha512-DrhG1Z85iH68QOTkgfb0HVfM2g7+CfcMWrFWMDwck9ofyM2RXQUZyfmvMedwBnui1AjjpgpLO9078yZM+RqNUg==, - } - engines: { node: ^14.18.0 || >=16.10.0 } + resolution: {integrity: sha512-DrhG1Z85iH68QOTkgfb0HVfM2g7+CfcMWrFWMDwck9ofyM2RXQUZyfmvMedwBnui1AjjpgpLO9078yZM+RqNUg==} + engines: {node: ^14.18.0 || >=16.10.0} dependencies: - "@nuxt/schema": 3.8.1 + '@nuxt/schema': 3.8.1 c12: 1.5.1 consola: 3.2.3 defu: 6.1.3 - globby: 13.2.2 + globby: 14.0.0 hash-sum: 2.0.0 - ignore: 5.2.4 + ignore: 5.3.0 jiti: 1.21.0 knitwork: 1.0.0 mlly: 1.4.2 pathe: 1.1.1 pkg-types: 1.0.3 - scule: 1.0.0 + scule: 1.1.1 semver: 7.5.4 - ufo: 1.3.1 + ufo: 1.3.2 unctx: 2.3.1 - unimport: 3.4.0 + unimport: 3.6.0 untyped: 1.4.0 transitivePeerDependencies: - rollup - supports-color /@nuxt/schema@3.8.1: - resolution: - { - integrity: sha512-fSaWRcI/2mUskfTZTGSnH6Ny0x05CRzylbVn6WFV0d6UEKIVy42Qd6n+h7yoFfp4cq4nji6u16PT4SqS1DEhsw==, - } - engines: { node: ^14.18.0 || >=16.10.0 } + resolution: {integrity: sha512-fSaWRcI/2mUskfTZTGSnH6Ny0x05CRzylbVn6WFV0d6UEKIVy42Qd6n+h7yoFfp4cq4nji6u16PT4SqS1DEhsw==} + engines: {node: ^14.18.0 || >=16.10.0} dependencies: "@nuxt/ui-templates": 1.3.1 consola: 3.2.3 @@ -5231,9 +4796,10 @@ packages: hookable: 5.5.3 pathe: 1.1.1 pkg-types: 1.0.3 - std-env: 3.4.3 - ufo: 1.3.1 - unimport: 3.4.0 + scule: 1.1.1 + std-env: 3.6.0 + ufo: 1.3.2 + unimport: 3.6.0 untyped: 1.4.0 transitivePeerDependencies: - rollup @@ -5273,11 +4839,8 @@ packages: dev: false /@rollup/pluginutils@5.0.5: - resolution: - { - integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==, - } - engines: { node: ">=14.0.0" } + resolution: {integrity: sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==} + engines: {node: '>=14.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 peerDependenciesMeta: @@ -5324,6 +4887,10 @@ packages: engines: { node: ">=4" } dev: true + /@sindresorhus/merge-streams@1.0.0: + resolution: {integrity: sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==} + engines: {node: '>=18'} + /@stencil/core@2.22.3: resolution: { @@ -5677,9 +5244,9 @@ packages: integrity: sha512-VHVmIdKxiiukmYb5gXHEUr85GWiBdKjavdAZzhDS4SVKeq75Sk6DTbZgKUw7Yy5ExSGuE2y3hyB9zpP/PrQEBg==, } dependencies: - "@babel/runtime": 7.23.2 - "@tarojs/runtime": 3.6.19 - "@tarojs/shared": 3.6.19 + '@babel/runtime': 7.23.2 + '@tarojs/runtime': 3.6.19 + '@tarojs/shared': 3.6.19 /@tarojs/api@3.6.20: resolution: @@ -5687,28 +5254,25 @@ packages: integrity: sha512-LJLYthePWUsq+Xy7IqUKv29BI1is1K861oagGVoQW6xYyLnvQx4zwU4FwlttvkA0iOtSGKf9q/KdTmheeeVrJQ==, } dependencies: - "@babel/runtime": 7.23.2 - "@tarojs/runtime": 3.6.20 - "@tarojs/shared": 3.6.20 + '@babel/runtime': 7.23.2 + '@tarojs/runtime': 3.6.20 + '@tarojs/shared': 3.6.20 dev: true /@tarojs/cli@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-sZjv5VN08aj9bkM42VU36Efu/8x3C9vtwNUP9DbeZOTuYS0mEPXIhoGPraOXQcrV1iGD+rZuUmAea3Hv6w9FfA==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-sZjv5VN08aj9bkM42VU36Efu/8x3C9vtwNUP9DbeZOTuYS0mEPXIhoGPraOXQcrV1iGD+rZuUmAea3Hv6w9FfA==} + engines: {node: '>=12'} hasBin: true dependencies: - "@tarojs/helper": 3.6.19 - "@tarojs/plugin-doctor": 0.0.11 - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/helper': 3.6.19 + '@tarojs/plugin-doctor': 0.0.11 + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 adm-zip: 0.4.16 cli-highlight: 2.1.11 download-git-repo: 2.0.0 envinfo: 7.11.0 - eslint: 8.53.0 + eslint: 8.54.0 glob: 7.2.3 inquirer: 8.2.6 joi: 17.11.0 @@ -5733,10 +5297,7 @@ packages: dev: true /@tarojs/components-advanced@3.6.19(vue@3.3.8): - resolution: - { - integrity: sha512-R/LRsosn8Tga+k+mwI+DEdka3qx9Sirnx6mWRBCTw/6GPAo2Jk2wAW6IHwVgAPSiid+krZ6hs463FQHLnKC4SQ==, - } + resolution: {integrity: sha512-R/LRsosn8Tga+k+mwI+DEdka3qx9Sirnx6mWRBCTw/6GPAo2Jk2wAW6IHwVgAPSiid+krZ6hs463FQHLnKC4SQ==} peerDependencies: react: ">=17" vue: "*" @@ -5746,15 +5307,15 @@ packages: vue: optional: true dependencies: - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/runtime": 3.6.19 - "@tarojs/shared": 3.6.19 - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/runtime': 3.6.19 + '@tarojs/shared': 3.6.19 + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) classnames: 2.3.2 csstype: 3.1.2 memoize-one: 6.0.0 postcss: 8.4.31 - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.9(typescript@4.9.5) transitivePeerDependencies: - "@types/react" - "@types/react-native" @@ -5762,14 +5323,11 @@ packages: - "@types/webpack-dev-server" /@tarojs/components-react@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-nNgEOc9kq7I2fqbBJhsnhR6JqwTVVihT8It8rILLwM0XuBUdcJGUF5NVeZIDsKGd8LR/K62yC+7B8ar4dyJIBg==, - } + resolution: {integrity: sha512-nNgEOc9kq7I2fqbBJhsnhR6JqwTVVihT8It8rILLwM0XuBUdcJGUF5NVeZIDsKGd8LR/K62yC+7B8ar4dyJIBg==} dependencies: - "@babel/runtime": 7.23.2 - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@babel/runtime': 7.23.2 + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) classnames: 2.3.2 intersection-observer: 0.7.0 resolve-pathname: 3.0.0 @@ -5785,10 +5343,7 @@ packages: dev: false /@tarojs/components@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-OF//IKxw6APoML78ZuM5vdGoep42DezGYl5cgk63vIoIfxAA1oXfMvfjivgD84InTCTFNo9loZAZ6Pze+BSoIw==, - } + resolution: {integrity: sha512-OF//IKxw6APoML78ZuM5vdGoep42DezGYl5cgk63vIoIfxAA1oXfMvfjivgD84InTCTFNo9loZAZ6Pze+BSoIw==} peerDependencies: "@types/react": "*" "@types/react-native": "*" @@ -5801,16 +5356,16 @@ packages: vue: optional: true dependencies: - "@stencil/core": 2.22.3 - "@tarojs/components-advanced": 3.6.19(vue@3.3.8) - "@tarojs/router": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@stencil/core': 2.22.3 + '@tarojs/components-advanced': 3.6.19(vue@3.3.8) + '@tarojs/router': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) classnames: 2.3.2 hls.js: 1.4.12 intersection-observer: 0.7.0 resolve-pathname: 3.0.0 swiper: 6.8.0 - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.9(typescript@4.9.5) weui: 1.1.3 transitivePeerDependencies: - "@types/webpack" @@ -5824,18 +5379,18 @@ packages: integrity: sha512-FfkXYc+577OSxhzFWUwftD11/R2rQeqCu2KtkydF1FEdB7QEACbpnwtmvXzXBVnBOAwitb+sS8olh/FkVnK6Dg==, } dependencies: - "@babel/core": 7.23.3 - "@babel/parser": 7.23.3 - "@babel/plugin-proposal-decorators": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.23.3) - "@babel/plugin-transform-runtime": 7.23.3(@babel/core@7.23.3) - "@babel/preset-env": 7.23.3(@babel/core@7.23.3) - "@babel/preset-typescript": 7.23.3(@babel/core@7.23.3) - "@babel/register": 7.22.15(@babel/core@7.23.3) - "@babel/runtime": 7.23.2 - "@babel/traverse": 7.23.3 - "@swc/core": 1.3.23 - "@swc/register": 0.1.10(@swc/core@1.3.23) + '@babel/core': 7.23.3 + '@babel/parser': 7.23.3 + '@babel/plugin-proposal-decorators': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.23.3) + '@babel/preset-env': 7.23.3(@babel/core@7.23.3) + '@babel/preset-typescript': 7.23.3(@babel/core@7.23.3) + '@babel/register': 7.22.15(@babel/core@7.23.3) + '@babel/runtime': 7.23.2 + '@babel/traverse': 7.23.3 + '@swc/core': 1.3.23 + '@swc/register': 0.1.10(@swc/core@1.3.23) ansi-escapes: 4.3.2 chalk: 3.0.0 chokidar: 3.5.3 @@ -5860,18 +5415,18 @@ packages: integrity: sha512-sKsvv//FR2rfKfg2P+geMc2f69kSSgLpSr3e0B1CnGdzfI9CROVt2SKGo4jcrDVpDuRMbitfX4HsaMalOdzRfQ==, } dependencies: - "@babel/core": 7.23.3 - "@babel/parser": 7.23.3 - "@babel/plugin-proposal-decorators": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.23.3) - "@babel/plugin-transform-runtime": 7.23.3(@babel/core@7.23.3) - "@babel/preset-env": 7.23.3(@babel/core@7.23.3) - "@babel/preset-typescript": 7.23.3(@babel/core@7.23.3) - "@babel/register": 7.22.15(@babel/core@7.23.3) - "@babel/runtime": 7.23.2 - "@babel/traverse": 7.23.3 - "@swc/core": 1.3.96 - "@swc/register": 0.1.10(@swc/core@1.3.96) + '@babel/core': 7.23.3 + '@babel/parser': 7.23.3 + '@babel/plugin-proposal-decorators': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.23.3) + '@babel/preset-env': 7.23.3(@babel/core@7.23.3) + '@babel/preset-typescript': 7.23.3(@babel/core@7.23.3) + '@babel/register': 7.22.15(@babel/core@7.23.3) + '@babel/runtime': 7.23.2 + '@babel/traverse': 7.23.3 + '@swc/core': 1.3.96 + '@swc/register': 0.1.10(@swc/core@1.3.96) ansi-escapes: 4.3.2 chalk: 3.0.0 chokidar: 3.5.3 @@ -6053,20 +5608,17 @@ packages: dev: true /@tarojs/plugin-framework-vue3@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-KFXhs+80vrbnM7RQh3S4UPD8Lc0+zkFHD87HYK8NGtjXvkiHS8j2JwbDUF/roHiltLH18sXtjWEdyGNspwS8Gg==, - } + resolution: {integrity: sha512-KFXhs+80vrbnM7RQh3S4UPD8Lc0+zkFHD87HYK8NGtjXvkiHS8j2JwbDUF/roHiltLH18sXtjWEdyGNspwS8Gg==} peerDependencies: vue: ^3.0.0 dependencies: - "@tarojs/helper": 3.6.19 - "@tarojs/runner-utils": 3.6.19 - "@tarojs/runtime": 3.6.19 - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/helper': 3.6.19 + '@tarojs/runner-utils': 3.6.19 + '@tarojs/runtime': 3.6.19 + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 lodash: 4.17.21 - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.9(typescript@4.9.5) transitivePeerDependencies: - "@types/react" - "@types/webpack" @@ -6076,18 +5628,15 @@ packages: dev: false /@tarojs/plugin-html@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-ozIK/o/szaJBw3/nXMul0wvByJcgDGSbQZ7PgEWATcw9YjDxR5L2SWgguvQcGeMyNz8M1V1KHymLKhdreF8c2Q==, - } + resolution: {integrity: sha512-ozIK/o/szaJBw3/nXMul0wvByJcgDGSbQZ7PgEWATcw9YjDxR5L2SWgguvQcGeMyNz8M1V1KHymLKhdreF8c2Q==} dependencies: - "@babel/generator": 7.23.3 - "@babel/parser": 7.23.3 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 - "@tarojs/runtime": 3.6.19 - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@babel/generator': 7.23.3 + '@babel/parser': 7.23.3 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 + '@tarojs/runtime': 3.6.19 + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 transitivePeerDependencies: - "@types/react" - "@types/webpack" @@ -6098,10 +5647,7 @@ packages: dev: false /@tarojs/plugin-mini-ci@3.6.20(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-fFe+c41JZraBHns2FJ8/NiTW1WQwbITXUY+gCwWMJESCHBYBBj73H+5mYHw2mR958xrkppZKsoF2zmuyGM5ZeA==, - } + resolution: {integrity: sha512-fFe+c41JZraBHns2FJ8/NiTW1WQwbITXUY+gCwWMJESCHBYBBj73H+5mYHw2mR958xrkppZKsoF2zmuyGM5ZeA==} peerDependencies: dingtalk-miniapp-opensdk: ^1.0.7 jd-miniprogram-ci: ^1.0.2 @@ -6117,7 +5663,7 @@ packages: tt-ide-cli: optional: true dependencies: - "@tarojs/service": 3.6.20(postcss@8.4.31)(vue@3.3.8) + '@tarojs/service': 3.6.20(postcss@8.4.31)(vue@3.3.8) jimp: 0.22.10 jsqr: 1.4.0 minimist: 1.2.8 @@ -6136,14 +5682,11 @@ packages: dev: true /@tarojs/plugin-platform-alipay@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-rU3ymXzCTxaurieW/VpfDIvzlWa4R5ppFbcwSzvr1DPiGhaft8rgSHHU/FN1uyq9bVVWS1ZKcFnkhe4R4cU9PQ==, - } + resolution: {integrity: sha512-rU3ymXzCTxaurieW/VpfDIvzlWa4R5ppFbcwSzvr1DPiGhaft8rgSHHU/FN1uyq9bVVWS1ZKcFnkhe4R4cU9PQ==} dependencies: - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 transitivePeerDependencies: - "@types/react" - "@types/react-native" @@ -6155,17 +5698,14 @@ packages: - vue /@tarojs/plugin-platform-h5@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-cFVefnceqlGm3l3ID6b+ZU4wMKp85HLSM/7RunZR2IPNfARL7o5HZxbeglih0rHmXzngb9Sw/+CqCJQaLTgk4w==, - } + resolution: {integrity: sha512-cFVefnceqlGm3l3ID6b+ZU4wMKp85HLSM/7RunZR2IPNfARL7o5HZxbeglih0rHmXzngb9Sw/+CqCJQaLTgk4w==} dependencies: - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/components-react": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/router": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 - "@tarojs/taro-h5": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/components-react': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/router': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 + '@tarojs/taro-h5': 3.6.19(postcss@8.4.31)(vue@3.3.8) babel-plugin-transform-taroapi: 3.6.19 change-case: 4.1.2 lodash-es: 4.17.21 @@ -6181,13 +5721,10 @@ packages: dev: false /@tarojs/plugin-platform-jd@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-JtDLdZWo4hr1mVGNzXdnU4ffajgRrgr29K2dzkZqHekbtIyto23xHGPlKgGA0Cwox5QTN2krglmO7rV2KByGwA==, - } + resolution: {integrity: sha512-JtDLdZWo4hr1mVGNzXdnU4ffajgRrgr29K2dzkZqHekbtIyto23xHGPlKgGA0Cwox5QTN2krglmO7rV2KByGwA==} dependencies: - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 transitivePeerDependencies: - "@types/react" - "@types/webpack" @@ -6197,14 +5734,11 @@ packages: - vue /@tarojs/plugin-platform-qq@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-Aqw5Ei02CHQS4A1lvLKs03tZXUxUrhoN2VMo2sMBjvFiM4rkkQvc5UVSfGJ2f4u/4metR72AjmuyIzjdMM9KFQ==, - } + resolution: {integrity: sha512-Aqw5Ei02CHQS4A1lvLKs03tZXUxUrhoN2VMo2sMBjvFiM4rkkQvc5UVSfGJ2f4u/4metR72AjmuyIzjdMM9KFQ==} dependencies: - "@tarojs/plugin-platform-weapp": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/plugin-platform-weapp': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 transitivePeerDependencies: - "@types/react" - "@types/react-native" @@ -6215,14 +5749,11 @@ packages: - vue /@tarojs/plugin-platform-swan@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-pSkER8srwUJzN+TbHDZXpvrWUzDeek79RWapsFGUJtoLmshEeamRQZXxa9hFBBwbYmOC0mkJegc2cIu3k1y+zQ==, - } + resolution: {integrity: sha512-pSkER8srwUJzN+TbHDZXpvrWUzDeek79RWapsFGUJtoLmshEeamRQZXxa9hFBBwbYmOC0mkJegc2cIu3k1y+zQ==} dependencies: - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 transitivePeerDependencies: - "@types/react" - "@types/react-native" @@ -6233,14 +5764,11 @@ packages: - vue /@tarojs/plugin-platform-tt@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-TwFBfhv1f4bmXD/vizgsrzNirLitWv+Br5rX61+qz/Yo+9CHUZ2sgQm9Anffh3Lp0xM1uyOuKhcmeCuPoeWmEg==, - } + resolution: {integrity: sha512-TwFBfhv1f4bmXD/vizgsrzNirLitWv+Br5rX61+qz/Yo+9CHUZ2sgQm9Anffh3Lp0xM1uyOuKhcmeCuPoeWmEg==} dependencies: - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 transitivePeerDependencies: - "@types/react" - "@types/react-native" @@ -6251,14 +5779,11 @@ packages: - vue /@tarojs/plugin-platform-weapp@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-QcxzHRJNb0p9j57R2EEveXxH3KqoGEUQS94FhRlP1TyVE12Wfp0dU/tHKr1VobvgYXDySpm8VsvTsjwX4Hfteg==, - } + resolution: {integrity: sha512-QcxzHRJNb0p9j57R2EEveXxH3KqoGEUQS94FhRlP1TyVE12Wfp0dU/tHKr1VobvgYXDySpm8VsvTsjwX4Hfteg==} dependencies: - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/service": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/shared": 3.6.19 + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/service': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/shared': 3.6.19 transitivePeerDependencies: - "@types/react" - "@types/react-native" @@ -6269,13 +5794,10 @@ packages: - vue /@tarojs/router@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-R1hVo+W6ypsmT5068NCYN/rTugUKd2Jb70qJc69lazMNW783ZtoSE1JCWADkFS5px+DYEFA2IHDFfwwlzLgE9g==, - } + resolution: {integrity: sha512-R1hVo+W6ypsmT5068NCYN/rTugUKd2Jb70qJc69lazMNW783ZtoSE1JCWADkFS5px+DYEFA2IHDFfwwlzLgE9g==} dependencies: - "@tarojs/runtime": 3.6.19 - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/runtime': 3.6.19 + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) dingtalk-jsapi: 2.15.4 history: 5.3.0 mobile-detect: 1.4.5 @@ -6319,14 +5841,11 @@ packages: dev: true /@tarojs/service@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-M44w9ESnAjFhjfVNMRJ5cuntTa7JrhxpYbIi3zd/K05utc/yt25DkiCqNjeIu5bOh+F2D0OLeGCgSS8VqtkzlA==, - } + resolution: {integrity: sha512-M44w9ESnAjFhjfVNMRJ5cuntTa7JrhxpYbIi3zd/K05utc/yt25DkiCqNjeIu5bOh+F2D0OLeGCgSS8VqtkzlA==} dependencies: - "@tarojs/helper": 3.6.19 - "@tarojs/shared": 3.6.19 - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/helper': 3.6.19 + '@tarojs/shared': 3.6.19 + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) joi: 17.11.0 lodash: 4.17.21 ora: 5.4.1 @@ -6342,14 +5861,11 @@ packages: - vue /@tarojs/service@3.6.20(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-dV6OxUhAsble6AAuzXCAkzDk1U7RQH9RwB8l39vbSQDsaZaHey/t99/MmahsFJKc2F30mPMtBqqq1OTFzNGV/Q==, - } + resolution: {integrity: sha512-dV6OxUhAsble6AAuzXCAkzDk1U7RQH9RwB8l39vbSQDsaZaHey/t99/MmahsFJKc2F30mPMtBqqq1OTFzNGV/Q==} dependencies: - "@tarojs/helper": 3.6.20 - "@tarojs/shared": 3.6.20 - "@tarojs/taro": 3.6.20(postcss@8.4.31)(vue@3.3.8) + '@tarojs/helper': 3.6.20 + '@tarojs/shared': 3.6.20 + '@tarojs/taro': 3.6.20(postcss@8.4.31)(vue@3.3.8) joi: 17.11.0 lodash: 4.17.21 ora: 5.4.1 @@ -6380,16 +5896,13 @@ packages: dev: true /@tarojs/taro-h5@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-lJqkcSFkIEUQh2UuvVKS5dMqf5O0i2jASduCWEoAa5jBcPmiy3a5tLkHdfru+GhU+0ZBFqjyKmZu9sHbtRjKRg==, - } + resolution: {integrity: sha512-lJqkcSFkIEUQh2UuvVKS5dMqf5O0i2jASduCWEoAa5jBcPmiy3a5tLkHdfru+GhU+0ZBFqjyKmZu9sHbtRjKRg==} dependencies: - "@tarojs/api": 3.6.19 - "@tarojs/components": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/router": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/runtime": 3.6.19 - "@tarojs/shared": 3.6.19 + '@tarojs/api': 3.6.19 + '@tarojs/components': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/router': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/runtime': 3.6.19 + '@tarojs/shared': 3.6.19 abortcontroller-polyfill: 1.7.5 base64-js: 1.5.1 ics: 3.5.0 @@ -6408,13 +5921,10 @@ packages: dev: false /@tarojs/taro-loader@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-VTxsHV80MevJWbRZd6dwO2N5JWSb4CAt2r+mwqe6Z2G9HObvd2ICIU5dIxNJ/ut6hhBrrcbGi7Hp3hC1g3Ftmg==, - } + resolution: {integrity: sha512-VTxsHV80MevJWbRZd6dwO2N5JWSb4CAt2r+mwqe6Z2G9HObvd2ICIU5dIxNJ/ut6hhBrrcbGi7Hp3hC1g3Ftmg==} dependencies: - "@tarojs/helper": 3.6.19 - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/helper': 3.6.19 + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) loader-utils: 1.4.2 transitivePeerDependencies: - "@types/react" @@ -6426,10 +5936,7 @@ packages: dev: true /@tarojs/taro@3.6.19(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-rGk1fU2ZIi+hI9D9+kzpaoYv3qT4Bc1LKhMompxcPCsLVafMiOYj2mMDrQou+S/oeOCVLsM4KDiKkg/14LO4DQ==, - } + resolution: {integrity: sha512-rGk1fU2ZIi+hI9D9+kzpaoYv3qT4Bc1LKhMompxcPCsLVafMiOYj2mMDrQou+S/oeOCVLsM4KDiKkg/14LO4DQ==} peerDependencies: "@types/react": "*" "@types/webpack": "*" @@ -6451,13 +5958,10 @@ packages: "@tarojs/api": 3.6.19 "@tarojs/runtime": 3.6.19 postcss: 8.4.31 - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.9(typescript@4.9.5) /@tarojs/taro@3.6.20(postcss@8.4.31)(vue@3.3.8): - resolution: - { - integrity: sha512-WvOIRykOI5d/1eDpqmaWdB4ydqwBMCv3r3rbEe4z7T6q3DL0BnKSLpaYTzc6xoUeH6TXIpRTp3uqblHcIloxwg==, - } + resolution: {integrity: sha512-WvOIRykOI5d/1eDpqmaWdB4ydqwBMCv3r3rbEe4z7T6q3DL0BnKSLpaYTzc6xoUeH6TXIpRTp3uqblHcIloxwg==} peerDependencies: "@types/react": "*" "@types/webpack": "*" @@ -6479,20 +5983,17 @@ packages: "@tarojs/api": 3.6.20 "@tarojs/runtime": 3.6.20 postcss: 8.4.31 - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.9(typescript@4.9.5) dev: true /@tarojs/webpack5-prebundle@3.6.19(postcss@8.4.31)(vue@3.3.8)(webpack@5.89.0): - resolution: - { - integrity: sha512-L3r8TGVJD5QvTBKlfoXl6+PaCZTxRBDkcDkkmVhN78DkRAb+MLYqjnXNUGHc0zXfcKho8dZQFXtOpAbfq3ENtg==, - } + resolution: {integrity: sha512-L3r8TGVJD5QvTBKlfoXl6+PaCZTxRBDkcDkkmVhN78DkRAb+MLYqjnXNUGHc0zXfcKho8dZQFXtOpAbfq3ENtg==} peerDependencies: webpack: ^5.78.0 dependencies: - "@tarojs/helper": 3.6.19 - "@tarojs/shared": 3.6.19 - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/helper': 3.6.19 + '@tarojs/shared': 3.6.19 + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) enhanced-resolve: 5.15.0 es-module-lexer: 0.10.5 lodash: 4.17.21 @@ -6509,31 +6010,28 @@ packages: dev: true /@tarojs/webpack5-runner@3.6.19(@babel/core@7.23.3)(@swc/core@1.3.23)(@vue/compiler-sfc@3.3.8)(postcss@8.4.31)(typescript@4.9.5)(vue@3.3.8)(webpack@5.89.0): - resolution: - { - integrity: sha512-xaj6i1MRDMMTi8bAeshQV24eNQH+bLt9sJbVNjpEUrUXFaLdzk0vFo+Ju1lYQqmQuZkbCNmxeD8Rzg0tJzMtZw==, - } + resolution: {integrity: sha512-xaj6i1MRDMMTi8bAeshQV24eNQH+bLt9sJbVNjpEUrUXFaLdzk0vFo+Ju1lYQqmQuZkbCNmxeD8Rzg0tJzMtZw==} peerDependencies: postcss: ^8.4.18 webpack: ^5.78.0 dependencies: - "@parcel/css": 1.14.0 - "@tarojs/helper": 3.6.19 - "@tarojs/plugin-platform-alipay": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-jd": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-qq": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-swan": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-tt": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/plugin-platform-weapp": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/runner-utils": 3.6.19 - "@tarojs/runtime": 3.6.19 - "@tarojs/shared": 3.6.19 - "@tarojs/taro": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/taro-loader": 3.6.19(postcss@8.4.31)(vue@3.3.8) - "@tarojs/webpack5-prebundle": 3.6.19(postcss@8.4.31)(vue@3.3.8)(webpack@5.89.0) + '@parcel/css': 1.14.0 + '@tarojs/helper': 3.6.19 + '@tarojs/plugin-platform-alipay': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/plugin-platform-jd': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/plugin-platform-qq': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/plugin-platform-swan': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/plugin-platform-tt': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/plugin-platform-weapp': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/runner-utils': 3.6.19 + '@tarojs/runtime': 3.6.19 + '@tarojs/shared': 3.6.19 + '@tarojs/taro': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/taro-loader': 3.6.19(postcss@8.4.31)(vue@3.3.8) + '@tarojs/webpack5-prebundle': 3.6.19(postcss@8.4.31)(vue@3.3.8)(webpack@5.89.0) acorn-walk: 8.3.0 autoprefixer: 9.8.8 - babel-loader: 8.2.1(@babel/core@7.23.3)(webpack@5.89.0) + babel-loader: 8.2.1(@babel/core@7.23.5)(webpack@5.89.0) copy-webpack-plugin: 10.2.0(webpack@5.89.0) css-loader: 6.8.1(webpack@5.89.0) css-minimizer-webpack-plugin: 3.4.1(@parcel/css@1.14.0)(csso@5.0.5)(esbuild@0.14.54)(webpack@5.89.0) @@ -6574,7 +6072,7 @@ packages: terser-webpack-plugin: 5.3.9(@swc/core@1.3.23)(esbuild@0.14.54)(webpack@5.89.0) url-loader: 4.1.0(file-loader@6.0.0)(webpack@5.89.0) vm2: 3.9.19 - vue-loader: 15.11.1(@vue/compiler-sfc@3.3.8)(css-loader@6.8.1)(lodash@4.17.21)(webpack@5.89.0) + vue-loader: 15.11.1(@vue/compiler-sfc@3.3.9)(css-loader@6.8.1)(lodash@4.17.21)(webpack@5.89.0) webpack: 5.89.0(@swc/core@1.3.23) webpack-chain: 6.5.1 webpack-dev-server: 4.11.1(webpack@5.89.0) @@ -6720,8 +6218,8 @@ packages: integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==, } dependencies: - "@types/connect": 3.4.38 - "@types/node": 18.18.9 + '@types/connect': 3.4.38 + '@types/node': 18.18.9 dev: true /@types/bonjour@3.5.13: @@ -6730,17 +6228,14 @@ packages: integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==, } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/connect-history-api-fallback@1.5.3: - resolution: - { - integrity: sha512-6mfQ6iNvhSKCZJoY6sIG3m0pKkdUcweVNOLuBBKvoWGzl2yRxOJcYOTRyLKt3nxXvBLJWa6QkW//tgbIwJehmA==, - } + resolution: {integrity: sha512-6mfQ6iNvhSKCZJoY6sIG3m0pKkdUcweVNOLuBBKvoWGzl2yRxOJcYOTRyLKt3nxXvBLJWa6QkW//tgbIwJehmA==} dependencies: - "@types/express-serve-static-core": 4.17.41 - "@types/node": 18.18.9 + '@types/express-serve-static-core': 4.17.41 + '@types/node': 18.18.9 dev: true /@types/connect@3.4.38: @@ -6749,7 +6244,7 @@ packages: integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==, } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/debug@4.1.12: @@ -6766,15 +6261,12 @@ packages: integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==, } dependencies: - "@types/eslint": 8.44.7 - "@types/estree": 1.0.5 + '@types/eslint': 8.44.7 + '@types/estree': 1.0.5 dev: true /@types/eslint@8.44.7: - resolution: - { - integrity: sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==, - } + resolution: {integrity: sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==} dependencies: "@types/estree": 1.0.5 "@types/json-schema": 7.0.15 @@ -6799,10 +6291,10 @@ packages: integrity: sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==, } dependencies: - "@types/node": 18.18.9 - "@types/qs": 6.9.10 - "@types/range-parser": 1.2.7 - "@types/send": 0.17.4 + '@types/node': 18.18.9 + '@types/qs': 6.9.10 + '@types/range-parser': 1.2.7 + '@types/send': 0.17.4 dev: true /@types/express@4.17.21: @@ -6823,7 +6315,7 @@ packages: integrity: sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==, } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 /@types/glob@7.2.0: resolution: @@ -6831,8 +6323,8 @@ packages: integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==, } dependencies: - "@types/minimatch": 5.1.2 - "@types/node": 18.18.9 + '@types/minimatch': 5.1.2 + '@types/node': 18.18.9 /@types/html-minifier-terser@6.1.0: resolution: @@ -6854,7 +6346,7 @@ packages: integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==, } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/istanbul-lib-coverage@2.0.6: @@ -6895,7 +6387,7 @@ packages: integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==, } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/lodash.debounce@4.0.9: @@ -6904,13 +6396,10 @@ packages: integrity: sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==, } dependencies: - "@types/lodash": 4.14.201 + '@types/lodash': 4.14.201 /@types/lodash@4.14.201: - resolution: - { - integrity: sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==, - } + resolution: {integrity: sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==} /@types/mime@1.3.5: resolution: @@ -6953,12 +6442,9 @@ packages: } /@types/node-forge@1.3.9: - resolution: - { - integrity: sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==, - } + resolution: {integrity: sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==} dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/node@15.14.9: @@ -6976,10 +6462,7 @@ packages: dev: true /@types/node@18.18.9: - resolution: - { - integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==, - } + resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==} dependencies: undici-types: 5.26.5 @@ -7017,7 +6500,7 @@ packages: integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==, } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/retry@0.12.0: @@ -7034,13 +6517,10 @@ packages: } deprecated: This is a stub types definition. sass provides its own type definitions, so you do not need this installed. dependencies: - sass: 1.69.5 + sass: 1.50.0 /@types/semver@7.5.5: - resolution: - { - integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==, - } + resolution: {integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==} dev: true /@types/send@0.17.4: @@ -7049,8 +6529,8 @@ packages: integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==, } dependencies: - "@types/mime": 1.3.5 - "@types/node": 18.18.9 + '@types/mime': 1.3.5 + '@types/node': 18.18.9 dev: true /@types/serve-index@1.9.4: @@ -7068,9 +6548,9 @@ packages: integrity: sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==, } dependencies: - "@types/http-errors": 2.0.4 - "@types/mime": 3.0.4 - "@types/node": 18.18.9 + '@types/http-errors': 2.0.4 + '@types/mime': 3.0.4 + '@types/node': 18.18.9 dev: true /@types/sockjs@0.3.36: @@ -7079,7 +6559,7 @@ packages: integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==, } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/unist@2.0.10: @@ -7090,13 +6570,10 @@ packages: dev: true /@types/vinyl@2.0.10: - resolution: - { - integrity: sha512-DqN5BjCrmjAtZ1apqzcq2vk2PSW0m1nFfjIafBFkAyddmHxuw3ZAK3omLiSdpuu81+8h07i6U4DtaE38Xsf2xQ==, - } + resolution: {integrity: sha512-DqN5BjCrmjAtZ1apqzcq2vk2PSW0m1nFfjIafBFkAyddmHxuw3ZAK3omLiSdpuu81+8h07i6U4DtaE38Xsf2xQ==} dependencies: - "@types/expect": 1.20.4 - "@types/node": 18.18.9 + '@types/expect': 1.20.4 + '@types/node': 18.18.9 dev: true /@types/webpack-env@1.18.4: @@ -7107,12 +6584,9 @@ packages: dev: true /@types/ws@8.5.9: - resolution: - { - integrity: sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==, - } + resolution: {integrity: sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==} dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 dev: true /@types/yargs-parser@21.0.3: @@ -7123,20 +6597,14 @@ packages: dev: true /@types/yargs@15.0.18: - resolution: - { - integrity: sha512-DDi2KmvAnNsT/EvU8jp1UR7pOJojBtJ3GLZ/uw1MUq4VbbESppPWoHUY4h0OB4BbEbGJiyEsmUcuZDZtoR+ZwQ==, - } + resolution: {integrity: sha512-DDi2KmvAnNsT/EvU8jp1UR7pOJojBtJ3GLZ/uw1MUq4VbbESppPWoHUY4h0OB4BbEbGJiyEsmUcuZDZtoR+ZwQ==} dependencies: "@types/yargs-parser": 21.0.3 dev: true /@typescript-eslint/eslint-plugin@6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@4.9.5): - resolution: - { - integrity: sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha eslint: ^7.0.0 || ^8.0.0 @@ -7145,16 +6613,16 @@ packages: typescript: optional: true dependencies: - "@eslint-community/regexpp": 4.10.0 - "@typescript-eslint/parser": 6.10.0(eslint@8.53.0)(typescript@4.9.5) - "@typescript-eslint/scope-manager": 6.10.0 - "@typescript-eslint/type-utils": 6.10.0(eslint@8.53.0)(typescript@4.9.5) - "@typescript-eslint/utils": 6.10.0(eslint@8.53.0)(typescript@4.9.5) - "@typescript-eslint/visitor-keys": 6.10.0 + '@eslint-community/regexpp': 4.10.0 + '@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@4.9.5) + '@typescript-eslint/scope-manager': 6.10.0 + '@typescript-eslint/type-utils': 6.10.0(eslint@8.53.0)(typescript@4.9.5) + '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@4.9.5) + '@typescript-eslint/visitor-keys': 6.10.0 debug: 4.3.4 - eslint: 8.53.0 + eslint: 8.54.0 graphemer: 1.4.0 - ignore: 5.2.4 + ignore: 5.3.0 natural-compare: 1.4.0 semver: 7.5.4 ts-api-utils: 1.0.3(typescript@4.9.5) @@ -7164,11 +6632,8 @@ packages: dev: true /@typescript-eslint/parser@5.62.0(eslint@8.53.0)(typescript@4.9.5): - resolution: - { - integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: "*" @@ -7180,18 +6645,15 @@ packages: "@typescript-eslint/types": 5.62.0 "@typescript-eslint/typescript-estree": 5.62.0(typescript@4.9.5) debug: 4.3.4 - eslint: 8.53.0 + eslint: 8.54.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true /@typescript-eslint/parser@6.10.0(eslint@8.53.0)(typescript@4.9.5): - resolution: - { - integrity: sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: "*" @@ -7199,12 +6661,12 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/scope-manager": 6.10.0 - "@typescript-eslint/types": 6.10.0 - "@typescript-eslint/typescript-estree": 6.10.0(typescript@4.9.5) - "@typescript-eslint/visitor-keys": 6.10.0 + '@typescript-eslint/scope-manager': 6.10.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/typescript-estree': 6.10.0(typescript@4.9.5) + '@typescript-eslint/visitor-keys': 6.10.0 debug: 4.3.4 - eslint: 8.53.0 + eslint: 8.54.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -7222,22 +6684,16 @@ packages: dev: true /@typescript-eslint/scope-manager@6.10.0: - resolution: - { - integrity: sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==} + engines: {node: ^16.0.0 || >=18.0.0} dependencies: - "@typescript-eslint/types": 6.10.0 - "@typescript-eslint/visitor-keys": 6.10.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/visitor-keys': 6.10.0 dev: true /@typescript-eslint/type-utils@6.10.0(eslint@8.53.0)(typescript@4.9.5): - resolution: - { - integrity: sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: "*" @@ -7245,10 +6701,10 @@ packages: typescript: optional: true dependencies: - "@typescript-eslint/typescript-estree": 6.10.0(typescript@4.9.5) - "@typescript-eslint/utils": 6.10.0(eslint@8.53.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 6.10.0(typescript@4.9.5) + '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@4.9.5) debug: 4.3.4 - eslint: 8.53.0 + eslint: 8.54.0 ts-api-utils: 1.0.3(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -7264,11 +6720,8 @@ packages: dev: true /@typescript-eslint/types@6.10.0: - resolution: - { - integrity: sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==} + engines: {node: ^16.0.0 || >=18.0.0} dev: true /@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5): @@ -7296,19 +6749,16 @@ packages: dev: true /@typescript-eslint/typescript-estree@6.10.0(typescript@4.9.5): - resolution: - { - integrity: sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - "@typescript-eslint/types": 6.10.0 - "@typescript-eslint/visitor-keys": 6.10.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/visitor-keys': 6.10.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -7320,20 +6770,17 @@ packages: dev: true /@typescript-eslint/utils@6.10.0(eslint@8.53.0)(typescript@4.9.5): - resolution: - { - integrity: sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==} + engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.53.0) - "@types/json-schema": 7.0.15 - "@types/semver": 7.5.5 - "@typescript-eslint/scope-manager": 6.10.0 - "@typescript-eslint/types": 6.10.0 - "@typescript-eslint/typescript-estree": 6.10.0(typescript@4.9.5) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.5 + '@typescript-eslint/scope-manager': 6.10.0 + '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/typescript-estree': 6.10.0(typescript@4.9.5) eslint: 8.53.0 semver: 7.5.4 transitivePeerDependencies: @@ -7353,13 +6800,10 @@ packages: dev: true /@typescript-eslint/visitor-keys@6.10.0: - resolution: - { - integrity: sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==, - } - engines: { node: ^16.0.0 || >=18.0.0 } + resolution: {integrity: sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==} + engines: {node: ^16.0.0 || >=18.0.0} dependencies: - "@typescript-eslint/types": 6.10.0 + '@typescript-eslint/types': 6.10.0 eslint-visitor-keys: 3.4.3 dev: true @@ -7378,20 +6822,17 @@ packages: dev: true /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.23.3): - resolution: - { - integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==, - } + resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-module-imports": 7.22.15 - "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.3) - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.3 - "@babel/types": 7.23.3 - "@vue/babel-helper-vue-transform-on": 1.1.5 + '@babel/core': 7.23.3 + '@babel/helper-module-imports': 7.22.15 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.3 + '@babel/types': 7.23.3 + '@vue/babel-helper-vue-transform-on': 1.1.5 camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 @@ -7400,50 +6841,38 @@ packages: dev: true /@vue/compiler-core@3.3.8: - resolution: - { - integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==, - } + resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==} dependencies: - "@babel/parser": 7.23.3 - "@vue/shared": 3.3.8 + '@babel/parser': 7.23.3 + '@vue/shared': 3.3.8 estree-walker: 2.0.2 source-map-js: 1.0.2 /@vue/compiler-dom@3.3.8: - resolution: - { - integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==, - } + resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==} dependencies: - "@vue/compiler-core": 3.3.8 - "@vue/shared": 3.3.8 + '@vue/compiler-core': 3.3.8 + '@vue/shared': 3.3.8 /@vue/compiler-sfc@3.3.8: - resolution: - { - integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==, - } + resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==} dependencies: - "@babel/parser": 7.23.3 - "@vue/compiler-core": 3.3.8 - "@vue/compiler-dom": 3.3.8 - "@vue/compiler-ssr": 3.3.8 - "@vue/reactivity-transform": 3.3.8 - "@vue/shared": 3.3.8 + '@babel/parser': 7.23.3 + '@vue/compiler-core': 3.3.8 + '@vue/compiler-dom': 3.3.8 + '@vue/compiler-ssr': 3.3.8 + '@vue/reactivity-transform': 3.3.8 + '@vue/shared': 3.3.8 estree-walker: 2.0.2 magic-string: 0.30.5 postcss: 8.4.31 source-map-js: 1.0.2 /@vue/compiler-ssr@3.3.8: - resolution: - { - integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==, - } + resolution: {integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==} dependencies: - "@vue/compiler-dom": 3.3.8 - "@vue/shared": 3.3.8 + '@vue/compiler-dom': 3.3.8 + '@vue/shared': 3.3.8 /@vue/component-compiler-utils@3.3.0(lodash@4.17.21): resolution: @@ -7525,14 +6954,11 @@ packages: dev: false /@vue/reactivity-transform@3.3.8: - resolution: - { - integrity: sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==, - } + resolution: {integrity: sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==} dependencies: - "@babel/parser": 7.23.3 - "@vue/compiler-core": 3.3.8 - "@vue/shared": 3.3.8 + '@babel/parser': 7.23.3 + '@vue/compiler-core': 3.3.8 + '@vue/shared': 3.3.8 estree-walker: 2.0.2 magic-string: 0.30.5 @@ -7546,42 +6972,30 @@ packages: dev: true /@vue/reactivity@3.3.8: - resolution: - { - integrity: sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==, - } + resolution: {integrity: sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==} dependencies: - "@vue/shared": 3.3.8 + '@vue/shared': 3.3.8 /@vue/runtime-core@3.3.8: - resolution: - { - integrity: sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==, - } + resolution: {integrity: sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==} dependencies: - "@vue/reactivity": 3.3.8 - "@vue/shared": 3.3.8 + '@vue/reactivity': 3.3.8 + '@vue/shared': 3.3.8 /@vue/runtime-dom@3.3.8: - resolution: - { - integrity: sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==, - } + resolution: {integrity: sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==} dependencies: - "@vue/runtime-core": 3.3.8 - "@vue/shared": 3.3.8 + '@vue/runtime-core': 3.3.8 + '@vue/shared': 3.3.8 csstype: 3.1.2 /@vue/server-renderer@3.3.8(vue@3.3.8): - resolution: - { - integrity: sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==, - } + resolution: {integrity: sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==} peerDependencies: - vue: 3.3.8 + vue: 3.3.9 dependencies: - "@vue/compiler-ssr": 3.3.8 - "@vue/shared": 3.3.8 + '@vue/compiler-ssr': 3.3.8 + '@vue/shared': 3.3.8 vue: 3.3.8(typescript@4.9.5) /@vue/shared@3.0.5: @@ -7592,10 +7006,7 @@ packages: dev: true /@vue/shared@3.3.8: - resolution: - { - integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==, - } + resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} /@webassemblyjs/ast@1.11.6: resolution: @@ -7774,10 +7185,7 @@ packages: dev: true /abab@2.0.6: - resolution: - { - integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==, - } + resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} dev: true /abortcontroller-polyfill@1.7.5: @@ -8392,7 +7800,7 @@ packages: postcss: ^8.1.0 dependencies: browserslist: 4.22.1 - caniuse-lite: 1.0.30001561 + caniuse-lite: 1.0.30001565 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -8408,7 +7816,7 @@ packages: hasBin: true dependencies: browserslist: 3.2.8 - caniuse-lite: 1.0.30001561 + caniuse-lite: 1.0.30001565 normalize-range: 0.1.2 num2fraction: 1.2.2 postcss: 6.0.23 @@ -8423,7 +7831,7 @@ packages: hasBin: true dependencies: browserslist: 4.22.1 - caniuse-lite: 1.0.30001561 + caniuse-lite: 1.0.30001565 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -8476,7 +7884,7 @@ packages: debug: 2.6.9 json5: 0.5.1 lodash: 4.17.21 - minimatch: 3.1.2 + minimatch: 3.0.4 path-is-absolute: 1.0.1 private: 0.1.8 slash: 1.0.0 @@ -8703,16 +8111,13 @@ packages: dev: true /babel-loader@8.2.1(@babel/core@7.23.3)(webpack@5.89.0): - resolution: - { - integrity: sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw==, - } - engines: { node: ">= 8.9" } + resolution: {integrity: sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw==} + engines: {node: '>= 8.9'} peerDependencies: "@babel/core": ^7.0.0 webpack: ">=2" dependencies: - "@babel/core": 7.23.3 + '@babel/core': 7.23.3 find-cache-dir: 2.1.0 loader-utils: 1.4.2 make-dir: 2.1.0 @@ -8745,7 +8150,7 @@ packages: integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==, } dependencies: - object.assign: 4.1.4 + object.assign: 4.1.5 dev: true /babel-plugin-minify-dead-code-elimination@0.5.2: @@ -8768,25 +8173,22 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.21.4 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.4) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==, - } + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/compat-data": 7.23.3 - "@babel/core": 7.23.3 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) + '@babel/compat-data': 7.23.3 + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -8799,23 +8201,20 @@ packages: peerDependencies: "@babel/core": ^7.0.0-0 dependencies: - "@babel/core": 7.21.4 - "@babel/helper-define-polyfill-provider": 0.3.3(@babel/core@7.21.4) + '@babel/core': 7.21.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.4) core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: true /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.3): - resolution: - { - integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==, - } + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color @@ -8835,15 +8234,12 @@ packages: dev: true /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.3): - resolution: - { - integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==, - } + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - "@babel/core": 7.23.3 - "@babel/helper-define-polyfill-provider": 0.4.3(@babel/core@7.23.3) + '@babel/core': 7.23.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.3) transitivePeerDependencies: - supports-color @@ -9434,31 +8830,28 @@ packages: dev: true /babel-preset-taro@3.6.19(@babel/core@7.23.3): - resolution: - { - integrity: sha512-XaGUn1DBlSmHTwQ6KXgFWhxqjdmgPDOrkE4XqwFeYFyP32I+BRJ+F4m0Q3RsnV3IEXgoIGFs34u4lAG1nW25+w==, - } + resolution: {integrity: sha512-XaGUn1DBlSmHTwQ6KXgFWhxqjdmgPDOrkE4XqwFeYFyP32I+BRJ+F4m0Q3RsnV3IEXgoIGFs34u4lAG1nW25+w==} peerDependencies: "@babel/core": "*" dependencies: - "@babel/core": 7.23.3 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.23.3) - "@babel/plugin-proposal-decorators": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-runtime": 7.23.3(@babel/core@7.23.3) - "@babel/preset-env": 7.23.3(@babel/core@7.23.3) - "@babel/preset-react": 7.23.3(@babel/core@7.23.3) - "@babel/preset-typescript": 7.23.3(@babel/core@7.23.3) - "@babel/runtime": 7.23.2 - "@babel/runtime-corejs3": 7.23.2 - "@tarojs/helper": 3.6.19 - "@tarojs/shared": 3.6.19 + '@babel/core': 7.23.3 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-decorators': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.23.3) + '@babel/preset-env': 7.23.3(@babel/core@7.23.3) + '@babel/preset-react': 7.23.3(@babel/core@7.23.3) + '@babel/preset-typescript': 7.23.3(@babel/core@7.23.3) + '@babel/runtime': 7.23.2 + '@babel/runtime-corejs3': 7.23.2 + '@tarojs/helper': 3.6.19 + '@tarojs/shared': 3.6.19 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-minify-dead-code-elimination: 0.5.2 babel-plugin-transform-imports-api: 1.0.0 - core-js: 3.33.2 + core-js: 3.33.3 lodash: 4.17.21 - metro-react-native-babel-preset: 0.72.4(@babel/core@7.23.3) + metro-react-native-babel-preset: 0.72.4(@babel/core@7.23.5) react-refresh: 0.11.0 transitivePeerDependencies: - supports-color @@ -9573,7 +8966,7 @@ packages: dependencies: cache-base: 1.0.1 class-utils: 0.3.6 - component-emitter: 1.3.0 + component-emitter: 1.3.1 define-property: 1.0.0 isobject: 3.0.1 mixin-deep: 1.3.2 @@ -9777,8 +9170,8 @@ packages: } hasBin: true dependencies: - caniuse-lite: 1.0.30001561 - electron-to-chromium: 1.4.579 + caniuse-lite: 1.0.30001565 + electron-to-chromium: 1.4.600 dev: true /browserslist@4.22.1: @@ -9789,9 +9182,9 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001561 - electron-to-chromium: 1.4.579 - node-releases: 2.0.13 + caniuse-lite: 1.0.30001565 + electron-to-chromium: 1.4.600 + node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.1) /buffer-alloc-unsafe@1.1.0: @@ -9900,7 +9293,7 @@ packages: engines: { node: ">=0.10.0" } dependencies: collection-visit: 1.0.0 - component-emitter: 1.3.0 + component-emitter: 1.3.1 get-value: 2.0.6 has-value: 1.0.0 isobject: 3.0.1 @@ -9993,8 +9386,8 @@ packages: integrity: sha512-OqeheDucGKifjQRx524URgV4z4NaKjocGhygTptDea+DLROre4ZEecA4KXDq+P7qlGCohYVNOh3qr+y5XH5Ftg==, } dependencies: - "@devexpress/error-stack-parser": 2.0.6 - "@types/lodash": 4.14.201 + '@devexpress/error-stack-parser': 2.0.6 + '@types/lodash': 4.14.201 callsite: 1.0.0 chalk: 2.4.2 highlight-es: 1.0.3 @@ -10099,16 +9492,13 @@ packages: } dependencies: browserslist: 4.22.1 - caniuse-lite: 1.0.30001561 + caniuse-lite: 1.0.30001565 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true /caniuse-lite@1.0.30001561: - resolution: - { - integrity: sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==, - } + resolution: {integrity: sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==} /capital-case@1.0.4: resolution: @@ -10340,11 +9730,8 @@ packages: dev: true /clean-css@5.3.2: - resolution: - { - integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==, - } - engines: { node: ">= 10.0" } + resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} + engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 dev: true @@ -10403,11 +9790,8 @@ packages: dev: true /cli-spinners@2.9.1: - resolution: - { - integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==, - } - engines: { node: ">=6" } + resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} + engines: {node: '>=6'} /cli-truncate@3.1.0: resolution: @@ -10716,10 +10100,7 @@ packages: dev: true /component-emitter@1.3.0: - resolution: - { - integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==, - } + resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} dev: true /compressible@2.0.18: @@ -11026,11 +10407,8 @@ packages: dev: true /conventional-changelog-angular@6.0.0: - resolution: - { - integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==} + engines: {node: '>=14'} dependencies: compare-func: 2.0.0 dev: true @@ -11130,18 +10508,12 @@ packages: dev: true /core-js-compat@3.33.2: - resolution: - { - integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==, - } + resolution: {integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==} dependencies: browserslist: 4.22.1 /core-js-pure@3.33.2: - resolution: - { - integrity: sha512-a8zeCdyVk7uF2elKIGz67AjcXOxjRbwOLz8SbklEso1V+2DoW4OkAMZN9S9GBgvZIaqQi/OemFX4OiSoQEmg1Q==, - } + resolution: {integrity: sha512-a8zeCdyVk7uF2elKIGz67AjcXOxjRbwOLz8SbklEso1V+2DoW4OkAMZN9S9GBgvZIaqQi/OemFX4OiSoQEmg1Q==} requiresBuild: true dev: true @@ -11155,10 +10527,7 @@ packages: dev: true /core-js@3.33.2: - resolution: - { - integrity: sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==, - } + resolution: {integrity: sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==} requiresBuild: true dev: true @@ -11190,17 +10559,14 @@ packages: dev: true /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.9)(cosmiconfig@8.3.6)(typescript@4.9.5): - resolution: - { - integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==, - } - engines: { node: ">=v16" } + resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} + engines: {node: '>=v16'} peerDependencies: "@types/node": "*" cosmiconfig: ">=8.2" typescript: ">=4" dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 cosmiconfig: 8.3.6(typescript@4.9.5) jiti: 1.21.0 typescript: 4.9.5 @@ -11594,7 +10960,7 @@ packages: longest: 2.0.1 word-wrap: 1.2.5 optionalDependencies: - "@commitlint/load": 18.2.0(typescript@4.9.5) + '@commitlint/load': 18.2.0(typescript@4.9.5) transitivePeerDependencies: - typescript dev: true @@ -11976,16 +11342,16 @@ packages: engines: { node: ">=10" } hasBin: true dependencies: - "@babel/parser": 7.23.3 - "@babel/traverse": 7.23.3 - "@vue/compiler-sfc": 3.3.8 + '@babel/parser': 7.23.3 + '@babel/traverse': 7.23.3 + '@vue/compiler-sfc': 3.3.8 callsite: 1.0.0 camelcase: 6.3.0 cosmiconfig: 7.1.0 debug: 4.3.4 deps-regex: 0.2.0 findup-sync: 5.0.0 - ignore: 5.2.4 + ignore: 5.3.0 is-core-module: 2.13.1 js-yaml: 3.14.1 json5: 2.2.3 @@ -12147,6 +11513,7 @@ packages: engines: { node: ">=8" } dependencies: path-type: 4.0.0 + dev: true /dns-equal@1.0.0: resolution: @@ -12235,11 +11602,8 @@ packages: dev: true /domexception@4.0.0: - resolution: - { - integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==} + engines: {node: '>=12'} dependencies: webidl-conversions: 7.0.0 dev: true @@ -12409,10 +11773,7 @@ packages: dev: true /electron-to-chromium@1.4.579: - resolution: - { - integrity: sha512-bJKvA+awBIzYR0xRced7PrQuRIwGQPpo6ZLP62GAShahU9fWpsNN2IP6BSP1BLDDSbxvBVRGAMWlvVVq3npmLA==, - } + resolution: {integrity: sha512-bJKvA+awBIzYR0xRced7PrQuRIwGQPpo6ZLP62GAShahU9fWpsNN2IP6BSP1BLDDSbxvBVRGAMWlvVVq3npmLA==} /emoji-regex@8.0.0: resolution: @@ -12538,10 +11899,7 @@ packages: dev: true /es-module-lexer@1.3.1: - resolution: - { - integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==, - } + resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} dev: true /esbuild-android-64@0.14.54: @@ -12905,15 +12263,12 @@ packages: dev: true /eslint-config-taro@3.6.19(@babel/core@7.23.3)(eslint@8.53.0)(typescript@4.9.5): - resolution: - { - integrity: sha512-3qNkafHUEWnCtUqQtTJ6lXAjjpwHn0stuoW6h4/y5Qm9F4ttt+126/QfMeFTsRWgfSBugUP9jt82t3HRkwtJuQ==, - } + resolution: {integrity: sha512-3qNkafHUEWnCtUqQtTJ6lXAjjpwHn0stuoW6h4/y5Qm9F4ttt+126/QfMeFTsRWgfSBugUP9jt82t3HRkwtJuQ==} peerDependencies: eslint: "*" dependencies: - "@babel/eslint-parser": 7.23.3(@babel/core@7.23.3)(eslint@8.53.0) - "@typescript-eslint/parser": 5.62.0(eslint@8.53.0)(typescript@4.9.5) + '@babel/eslint-parser': 7.23.3(@babel/core@7.23.3)(eslint@8.53.0) + '@typescript-eslint/parser': 5.62.0(eslint@8.53.0)(typescript@4.9.5) eslint: 8.53.0 transitivePeerDependencies: - "@babel/core" @@ -12922,21 +12277,18 @@ packages: dev: true /eslint-plugin-vue@9.18.1(eslint@8.53.0): - resolution: - { - integrity: sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg==, - } - engines: { node: ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-7hZFlrEgg9NIzuVik2I9xSnJA5RsmOfueYgsUGUokEDLJ1LHtxO0Pl4duje1BriZ/jDWb+44tcIlC3yi0tdlZg==} + engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.53.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) eslint: 8.53.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 semver: 7.5.4 - vue-eslint-parser: 9.3.2(eslint@8.53.0) + vue-eslint-parser: 9.3.2(eslint@8.54.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -13012,7 +12364,7 @@ packages: glob-parent: 6.0.2 globals: 13.23.0 graphemer: 1.4.0 - ignore: 5.2.4 + ignore: 5.3.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 @@ -13032,21 +12384,18 @@ packages: dev: true /eslint@8.53.0: - resolution: - { - integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==, - } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.53.0) - "@eslint-community/regexpp": 4.10.0 - "@eslint/eslintrc": 2.1.3 - "@eslint/js": 8.53.0 - "@humanwhocodes/config-array": 0.11.13 - "@humanwhocodes/module-importer": 1.0.1 - "@nodelib/fs.walk": 1.2.8 - "@ungap/structured-clone": 1.2.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) + '@eslint-community/regexpp': 4.10.0 + '@eslint/eslintrc': 2.1.3 + '@eslint/js': 8.53.0 + '@humanwhocodes/config-array': 0.11.13 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -13064,7 +12413,7 @@ packages: glob-parent: 6.0.2 globals: 13.23.0 graphemer: 1.4.0 - ignore: 5.2.4 + ignore: 5.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 @@ -13562,7 +12911,7 @@ packages: } engines: { node: ^10.12.0 || >=12.0.0 } dependencies: - flat-cache: 3.1.1 + flat-cache: 3.2.0 dev: true /file-loader@6.0.0(webpack@5.89.0): @@ -13884,11 +13233,8 @@ packages: dev: true /flat-cache@3.1.1: - resolution: - { - integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==, - } - engines: { node: ">=12.0.0" } + resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==} + engines: {node: '>=12.0.0'} dependencies: flatted: 3.2.9 keyv: 4.5.4 @@ -14033,11 +13379,8 @@ packages: dev: true /fs-extra@11.1.1: - resolution: - { - integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==, - } - engines: { node: ">=14.14" } + resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} + engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 @@ -14367,7 +13710,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -14498,7 +13841,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.2.4 + ignore: 5.3.0 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -14513,23 +13856,21 @@ packages: array-union: 3.0.1 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.2.4 + ignore: 5.3.0 merge2: 1.4.1 slash: 4.0.0 dev: true /globby@13.2.2: - resolution: - { - integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==, - } - engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } + resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: - dir-glob: 3.0.1 + '@sindresorhus/merge-streams': 1.0.0 fast-glob: 3.3.2 - ignore: 5.2.4 - merge2: 1.4.1 - slash: 4.0.0 + ignore: 5.3.0 + path-type: 5.0.0 + slash: 5.1.0 + unicorn-magic: 0.1.0 /globby@8.0.2: resolution: @@ -14870,7 +14211,7 @@ packages: integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==, } dependencies: - "@babel/runtime": 7.23.2 + '@babel/runtime': 7.23.2 /hls.js@1.4.12: resolution: @@ -14960,7 +14301,7 @@ packages: hasBin: true dependencies: camel-case: 4.1.2 - clean-css: 5.3.2 + clean-css: 5.3.3 commander: 8.3.0 he: 1.2.0 param-case: 3.0.4 @@ -15277,11 +14618,8 @@ packages: dev: true /ignore@5.2.4: - resolution: - { - integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, - } - engines: { node: ">= 4" } + resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} + engines: {node: '>= 4'} /image-q@4.0.0: resolution: @@ -16220,7 +15558,7 @@ packages: } engines: { node: ">= 10.13.0" } dependencies: - "@types/node": 18.18.9 + '@types/node': 18.18.9 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -16245,10 +15583,10 @@ packages: integrity: sha512-DHN4apKMwLIvD/TKO9tFfPuankNuVK98vCwHm/Jv9z5cJnrd38xhi+4I7IAGmDU3jIDlrEVhzTkFH1Ymv5yTQQ==, } dependencies: - "@babel/runtime": 7.23.2 - "@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) + '@babel/runtime': 7.23.2 + '@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) core-js: 3.33.2 regenerator-runtime: 0.13.11 dev: true @@ -16912,11 +16250,8 @@ packages: dev: true /lint-staged@15.0.2: - resolution: - { - integrity: sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==, - } - engines: { node: ">=18.12.0" } + resolution: {integrity: sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==} + engines: {node: '>=18.12.0'} hasBin: true dependencies: chalk: 5.3.0 @@ -16928,7 +16263,7 @@ packages: micromatch: 4.0.5 pidtree: 0.6.0 string-argv: 0.3.2 - yaml: 2.3.3 + yaml: 2.3.4 transitivePeerDependencies: - supports-color dev: true @@ -17029,6 +16364,13 @@ packages: } engines: { node: ">=14" } + /local-pkg@0.5.0: + resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} + engines: {node: '>=14'} + dependencies: + mlly: 1.4.2 + pkg-types: 1.0.3 + /locate-path@2.0.0: resolution: { @@ -17301,11 +16643,8 @@ packages: dev: true /lru-cache@10.0.1: - resolution: - { - integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==, - } - engines: { node: 14 || >=16.14 } + resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==} + engines: {node: 14 || >=16.14} dev: true /lru-cache@4.1.5: @@ -17541,8 +16880,8 @@ packages: } engines: { node: ">=12" } dependencies: - "@types/node": 15.14.9 - "@types/vinyl": 2.0.10 + '@types/node': 15.14.9 + '@types/vinyl': 2.0.10 vinyl: 2.2.1 vinyl-file: 3.0.0 dev: true @@ -17687,51 +17026,48 @@ packages: dev: true /metro-react-native-babel-preset@0.72.4(@babel/core@7.23.3): - resolution: - { - integrity: sha512-YGCVaYe1H5fOFktdDdL9IwAyiXjPh1t2eZZFp3KFJak6fxKpN+q5PPhe1kzMa77dbCAqgImv43zkfGa6i27eyA==, - } + resolution: {integrity: sha512-YGCVaYe1H5fOFktdDdL9IwAyiXjPh1t2eZZFp3KFJak6fxKpN+q5PPhe1kzMa77dbCAqgImv43zkfGa6i27eyA==} peerDependencies: "@babel/core": "*" dependencies: - "@babel/core": 7.23.3 - "@babel/plugin-proposal-async-generator-functions": 7.20.7(@babel/core@7.23.3) - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.23.3) - "@babel/plugin-proposal-export-default-from": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.23.3) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.23.3) - "@babel/plugin-proposal-optional-catch-binding": 7.18.6(@babel/core@7.23.3) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.23.3) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-export-default-from": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-syntax-flow": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.23.3) - "@babel/plugin-transform-arrow-functions": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-async-to-generator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-block-scoping": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-classes": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-computed-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-destructuring": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-exponentiation-operator": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-flow-strip-types": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-function-name": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-modules-commonjs": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.23.3) - "@babel/plugin-transform-parameters": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-react-display-name": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-react-jsx": 7.22.15(@babel/core@7.23.3) - "@babel/plugin-transform-react-jsx-self": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-react-jsx-source": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-runtime": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-shorthand-properties": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-spread": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-sticky-regex": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-template-literals": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-typescript": 7.23.3(@babel/core@7.23.3) - "@babel/plugin-transform-unicode-regex": 7.23.3(@babel/core@7.23.3) - "@babel/template": 7.22.15 + '@babel/core': 7.23.3 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.3) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.3) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.3) + '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.3) + '@babel/template': 7.22.15 react-refresh: 0.4.3 transitivePeerDependencies: - supports-color @@ -18188,7 +17524,7 @@ packages: acorn: 8.11.2 pathe: 1.1.1 pkg-types: 1.0.3 - ufo: 1.3.1 + ufo: 1.3.2 /mobile-detect@1.4.5: resolution: @@ -18346,7 +17682,7 @@ packages: dependencies: debug: 3.2.7 iconv-lite: 0.6.3 - sax: 1.3.0 + sax: 1.2.4 transitivePeerDependencies: - supports-color dev: true @@ -18424,10 +17760,7 @@ packages: dev: true /node-releases@2.0.13: - resolution: - { - integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==, - } + resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} /normalize-package-data@2.5.0: resolution: @@ -18666,11 +17999,8 @@ packages: dev: true /object.assign@4.1.4: - resolution: - { - integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, - } - engines: { node: ">= 0.4" } + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.5 define-properties: 1.2.1 @@ -18811,7 +18141,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -19104,7 +18434,7 @@ packages: } engines: { node: ">=8" } dependencies: - "@babel/code-frame": 7.22.13 + '@babel/code-frame': 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -19250,7 +18580,7 @@ packages: } engines: { node: ">=16 || 14 >=14.17" } dependencies: - lru-cache: 10.0.1 + lru-cache: 10.1.0 minipass: 6.0.2 dev: true @@ -19278,11 +18608,8 @@ packages: dev: true /path-type@4.0.0: - resolution: - { - integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, - } - engines: { node: ">=8" } + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} /pathe@1.1.1: resolution: @@ -19377,10 +18704,7 @@ packages: engines: { node: ">=6" } /pinia@2.1.7(typescript@4.9.5)(vue@3.3.8): - resolution: - { - integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==, - } + resolution: {integrity: sha512-+C2AHFtcFqjPih0zpYuvof37SFxMQ7OEG2zV9jRI12i9BOy3YQVAHwdKtyyc8pDcDyIc33WCIsZaCFWU7WWxGQ==} peerDependencies: "@vue/composition-api": ^1.4.0 typescript: ">=4.4.4" @@ -19393,8 +18717,8 @@ packages: dependencies: "@vue/devtools-api": 6.5.1 typescript: 4.9.5 - vue: 3.3.8(typescript@4.9.5) - vue-demi: 0.14.6(vue@3.3.8) + vue: 3.3.9(typescript@4.9.5) + vue-demi: 0.14.6(vue@3.3.9) dev: false /pinkie-promise@2.0.1: @@ -20677,7 +20001,7 @@ packages: integrity: sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==, } dependencies: - glob: 7.2.3 + glob: 7.1.2 json-parse-even-better-errors: 2.3.1 normalize-package-data: 2.5.0 npm-normalize-package-bin: 1.0.1 @@ -20887,7 +20211,7 @@ packages: integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==, } dependencies: - "@babel/runtime": 7.23.2 + '@babel/runtime': 7.23.2 /regex-cache@0.4.4: resolution: @@ -21472,7 +20796,6 @@ packages: chokidar: 3.5.3 immutable: 4.3.4 source-map-js: 1.0.2 - dev: true /sass@1.69.5: resolution: @@ -21570,14 +20893,11 @@ packages: loglevel: 1.8.1 loglevel-plugin-prefix: 0.8.4 pretty-bytes: 5.6.0 - sass: 1.69.5 + sass: 1.50.0 tslib: 1.14.1 /scule@1.0.0: - resolution: - { - integrity: sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==, - } + resolution: {integrity: sha512-4AsO/FrViE/iDNEPaAQlb77tf0csuq27EsVpy6ett584EcRTp6pTDLoGWVxCD77y5iU5FauOvhsI4o1APwPoSQ==} /seek-bzip@1.0.6: resolution: @@ -21603,7 +20923,7 @@ packages: } engines: { node: ">=10" } dependencies: - "@types/node-forge": 1.3.9 + '@types/node-forge': 1.3.9 node-forge: 1.3.1 dev: true @@ -21859,11 +21179,8 @@ packages: dev: true /slash@4.0.0: - resolution: - { - integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} + engines: {node: '>=12'} /slice-ansi@1.0.0: resolution: @@ -22256,10 +21573,7 @@ packages: dev: true /std-env@3.4.3: - resolution: - { - integrity: sha512-f9aPhy8fYBuMN+sNfakZV18U39PbalgjXG3lLB9WkaYTxijru61wb57V9wxxNthXM5Sd88ETBWi29qLAsHO52Q==, - } + resolution: {integrity: sha512-f9aPhy8fYBuMN+sNfakZV18U39PbalgjXG3lLB9WkaYTxijru61wb57V9wxxNthXM5Sd88ETBWi29qLAsHO52Q==} /strict-uri-encode@1.1.0: resolution: @@ -23254,10 +22568,7 @@ packages: dev: true /ts-node@10.9.1(@swc/core@1.3.23)(@types/node@18.18.9)(typescript@4.9.5): - resolution: - { - integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==, - } + resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: "@swc/core": ">=1.2.50" @@ -23270,13 +22581,13 @@ packages: "@swc/wasm": optional: true dependencies: - "@cspotcode/source-map-support": 0.8.1 - "@swc/core": 1.3.23 - "@tsconfig/node10": 1.0.9 - "@tsconfig/node12": 1.0.11 - "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.4 - "@types/node": 18.18.9 + '@cspotcode/source-map-support': 0.8.1 + '@swc/core': 1.3.23 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 18.18.9 acorn: 8.11.2 acorn-walk: 8.3.0 arg: 4.1.3 @@ -23430,10 +22741,7 @@ packages: hasBin: true /ufo@1.3.1: - resolution: - { - integrity: sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==, - } + resolution: {integrity: sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==} /uglify-js@3.0.27: resolution: @@ -23475,7 +22783,7 @@ packages: acorn: 8.11.2 estree-walker: 3.0.3 magic-string: 0.30.5 - unplugin: 1.5.0 + unplugin: 1.5.1 /undici-types@5.26.5: resolution: @@ -23533,6 +22841,10 @@ packages: } engines: { node: ">=4" } + /unicorn-magic@0.1.0: + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} + engines: {node: '>=18'} + /unified@6.2.0: resolution: { @@ -23549,22 +22861,19 @@ packages: dev: true /unimport@3.4.0: - resolution: - { - integrity: sha512-M/lfFEgufIT156QAr/jWHLUn55kEmxBBiQsMxvRSIbquwmeJEyQYgshHDEvQDWlSJrVOOTAgnJ3FvlsrpGkanA==, - } + resolution: {integrity: sha512-M/lfFEgufIT156QAr/jWHLUn55kEmxBBiQsMxvRSIbquwmeJEyQYgshHDEvQDWlSJrVOOTAgnJ3FvlsrpGkanA==} dependencies: - "@rollup/pluginutils": 5.0.5 + '@rollup/pluginutils': 5.0.5 escape-string-regexp: 5.0.0 fast-glob: 3.3.2 - local-pkg: 0.4.3 + local-pkg: 0.5.0 magic-string: 0.30.5 mlly: 1.4.2 pathe: 1.1.1 pkg-types: 1.0.3 - scule: 1.0.0 + scule: 1.1.1 strip-literal: 1.3.0 - unplugin: 1.5.0 + unplugin: 1.5.1 transitivePeerDependencies: - rollup @@ -23688,11 +22997,8 @@ packages: dev: true /unplugin-vue-components@0.23.0(vue@3.3.8): - resolution: - { - integrity: sha512-JAJ+BGvjHvi9P7lICwOzDx2Av+OcI6ZTzvySmjXDNGCNVPrt2NQQmbcp7cW027CR1mRugIX5G//awm3doHyqkg==, - } - engines: { node: ">=14" } + resolution: {integrity: sha512-JAJ+BGvjHvi9P7lICwOzDx2Av+OcI6ZTzvySmjXDNGCNVPrt2NQQmbcp7cW027CR1mRugIX5G//awm3doHyqkg==} + engines: {node: '>=14'} peerDependencies: "@babel/parser": ^7.15.8 vue: 2 || 3 @@ -23700,9 +23006,9 @@ packages: "@babel/parser": optional: true dependencies: - "@antfu/utils": 0.7.6 - "@nuxt/kit": 3.8.1 - "@rollup/pluginutils": 5.0.5 + '@antfu/utils': 0.7.6 + '@nuxt/kit': 3.8.1 + '@rollup/pluginutils': 5.0.5 chokidar: 3.5.3 debug: 4.3.4 fast-glob: 3.3.2 @@ -23710,22 +23016,19 @@ packages: magic-string: 0.27.0 minimatch: 6.2.0 resolve: 1.22.8 - unplugin: 1.5.0 - vue: 3.3.8(typescript@4.9.5) + unplugin: 1.5.1 + vue: 3.3.9(typescript@4.9.5) transitivePeerDependencies: - rollup - supports-color /unplugin@1.5.0: - resolution: - { - integrity: sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==, - } + resolution: {integrity: sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==} dependencies: acorn: 8.11.2 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.5.0 + webpack-virtual-modules: 0.6.1 /unset-value@1.0.0: resolution: @@ -23745,13 +23048,13 @@ packages: } hasBin: true dependencies: - "@babel/core": 7.23.3 - "@babel/standalone": 7.23.3 - "@babel/types": 7.23.3 + '@babel/core': 7.23.3 + '@babel/standalone': 7.23.3 + '@babel/types': 7.23.3 defu: 6.1.3 jiti: 1.21.0 mri: 1.2.0 - scule: 1.0.0 + scule: 1.1.1 transitivePeerDependencies: - supports-color @@ -24073,11 +23376,8 @@ packages: dev: true /vue-demi@0.14.6(vue@3.3.8): - resolution: - { - integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==, - } - engines: { node: ">=12" } + resolution: {integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==} + engines: {node: '>=12'} hasBin: true requiresBuild: true peerDependencies: @@ -24087,20 +23387,17 @@ packages: "@vue/composition-api": optional: true dependencies: - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.9(typescript@4.9.5) dev: false /vue-eslint-parser@9.3.2(eslint@8.53.0): - resolution: - { - integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==, - } - engines: { node: ^14.17.0 || >=16.0.0 } + resolution: {integrity: sha512-q7tWyCVaV9f8iQyIA5Mkj/S6AoJ9KBN8IeUSf3XEmBrOtxOZnfTg5s4KClbZBCK3GtnT/+RyCLZyDHuZwTuBjg==} + engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ">=6.0.0" dependencies: debug: 4.3.4 - eslint: 8.53.0 + eslint: 8.54.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 @@ -24119,10 +23416,7 @@ packages: dev: true /vue-loader@15.11.1(@vue/compiler-sfc@3.3.8)(css-loader@6.8.1)(lodash@4.17.21)(webpack@5.89.0): - resolution: - { - integrity: sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==, - } + resolution: {integrity: sha512-0iw4VchYLePqJfJu9s62ACWUXeSqM30SQqlIftbYWM3C+jpPcEHKSPUZBLjSF9au4HTHQ/naF6OGnO3Q/qGR3Q==} peerDependencies: "@vue/compiler-sfc": ^3.0.8 cache-loader: "*" @@ -24140,8 +23434,8 @@ packages: vue-template-compiler: optional: true dependencies: - "@vue/compiler-sfc": 3.3.8 - "@vue/component-compiler-utils": 3.3.0(lodash@4.17.21) + '@vue/compiler-sfc': 3.3.8 + '@vue/component-compiler-utils': 3.3.0(lodash@4.17.21) css-loader: 6.8.1(webpack@5.89.0) hash-sum: 1.0.2 loader-utils: 1.4.2 @@ -24205,10 +23499,7 @@ packages: dev: true /vue-loader@17.3.1(@vue/compiler-sfc@3.3.8)(vue@3.3.8)(webpack@5.89.0): - resolution: - { - integrity: sha512-nmVu7KU8geOyzsStyyaxID/uBGDMS8BkPXb6Lu2SNkMawriIbb+hYrNtgftHMKxOSkjjjTF5OSSwPo3KP59egg==, - } + resolution: {integrity: sha512-nmVu7KU8geOyzsStyyaxID/uBGDMS8BkPXb6Lu2SNkMawriIbb+hYrNtgftHMKxOSkjjjTF5OSSwPo3KP59egg==} peerDependencies: "@vue/compiler-sfc": "*" vue: "*" @@ -24219,10 +23510,10 @@ packages: vue: optional: true dependencies: - "@vue/compiler-sfc": 3.3.8 + '@vue/compiler-sfc': 3.3.8 chalk: 4.1.2 hash-sum: 2.0.0 - vue: 3.3.8(typescript@4.9.5) + vue: 3.3.9(typescript@4.9.5) watchpack: 2.4.0 webpack: 5.89.0(@swc/core@1.3.23) dev: true @@ -24245,21 +23536,18 @@ packages: dev: true /vue@3.3.8(typescript@4.9.5): - resolution: - { - integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==, - } + resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==} peerDependencies: typescript: "*" peerDependenciesMeta: typescript: optional: true dependencies: - "@vue/compiler-dom": 3.3.8 - "@vue/compiler-sfc": 3.3.8 - "@vue/runtime-dom": 3.3.8 - "@vue/server-renderer": 3.3.8(vue@3.3.8) - "@vue/shared": 3.3.8 + '@vue/compiler-dom': 3.3.8 + '@vue/compiler-sfc': 3.3.8 + '@vue/runtime-dom': 3.3.8 + '@vue/server-renderer': 3.3.8(vue@3.3.8) + '@vue/shared': 3.3.8 typescript: 4.9.5 /w3c-xmlserializer@4.0.0: @@ -24357,13 +23645,13 @@ packages: webpack-cli: optional: true dependencies: - "@types/bonjour": 3.5.13 - "@types/connect-history-api-fallback": 1.5.3 - "@types/express": 4.17.21 - "@types/serve-index": 1.9.4 - "@types/serve-static": 1.15.5 - "@types/sockjs": 0.3.36 - "@types/ws": 8.5.9 + '@types/bonjour': 3.5.13 + '@types/connect-history-api-fallback': 1.5.3 + '@types/express': 4.17.21 + '@types/serve-index': 1.9.4 + '@types/serve-static': 1.15.5 + '@types/sockjs': 0.3.36 + '@types/ws': 8.5.9 ansi-html-community: 0.0.8 bonjour-service: 1.1.1 chokidar: 3.5.3 @@ -24431,10 +23719,7 @@ packages: engines: { node: ">=10.13.0" } /webpack-virtual-modules@0.5.0: - resolution: - { - integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==, - } + resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==} /webpack@5.89.0(@swc/core@1.3.23): resolution: @@ -24459,7 +23744,7 @@ packages: browserslist: 4.22.1 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 - es-module-lexer: 1.3.1 + es-module-lexer: 1.4.1 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -24491,7 +23776,7 @@ packages: chalk: 4.1.2 consola: 2.15.3 pretty-time: 1.1.0 - std-env: 3.4.3 + std-env: 3.6.0 webpack: 5.89.0(@swc/core@1.3.23) dev: true @@ -24850,11 +24135,8 @@ packages: dev: true /yaml@2.3.3: - resolution: - { - integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==, - } - engines: { node: ">= 14" } + resolution: {integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==} + engines: {node: '>= 14'} dev: true /yargs-parser@10.1.0: diff --git a/src/pages/users/account/index.vue b/src/pages/users/account/index.vue index 4d307c0..94b264f 100644 --- a/src/pages/users/account/index.vue +++ b/src/pages/users/account/index.vue @@ -3,8 +3,6 @@ import { computed, ref } from "vue"; import Taro from "@tarojs/taro"; import { getIntegralDetail, getBeanDetail, getGiftRecord } from "@/api/user"; -// Taro.setStorageSync("token", "ok_OL66Ej4_lkQKNA0AwxnGwGyXo"); - const tabValue = ref(1); const tabsList = ref([