From a79d5d2c6e3bfa364c2bd05cd3953e38245740e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 06:14:54 +0000 Subject: [PATCH] fix(deps): update dependencies --- package.json | 8 +- pnpm-lock.yaml | 887 +++++++++++++++++++++++++++++++------------------ 2 files changed, 571 insertions(+), 324 deletions(-) diff --git a/package.json b/package.json index 12782ef..e9d7c6d 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "@babel/plugin-proposal-function-bind": "7.18.9", "@babel/plugin-proposal-function-sent": "7.18.6", "@babel/plugin-proposal-json-strings": "7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "7.18.9", + "@babel/plugin-proposal-logical-assignment-operators": "7.20.7", "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", "@babel/plugin-proposal-numeric-separator": "7.18.6", - "@babel/plugin-proposal-optional-chaining": "7.18.9", + "@babel/plugin-proposal-optional-chaining": "7.21.0", "@babel/plugin-proposal-pipeline-operator": "7.18.9", "@babel/plugin-proposal-private-methods": "7.18.6", "@babel/plugin-proposal-private-property-in-object": "^7.18.6", @@ -44,8 +44,8 @@ "@babel/plugin-syntax-import-meta": "7.10.4", "@babel/plugin-transform-modules-commonjs": "^7.18.6", "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/preset-env": "7.18.10", - "@babel/preset-flow": "7.18.6", + "@babel/preset-env": "7.21.5", + "@babel/preset-flow": "7.21.4", "@babel/preset-react": "7.18.6", "@babel/preset-typescript": "^7.18.6", "babel-plugin-add-module-exports": "^1.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7fcd58..1ebd849 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,10 +11,10 @@ specifiers: '@babel/plugin-proposal-function-bind': 7.18.9 '@babel/plugin-proposal-function-sent': 7.18.6 '@babel/plugin-proposal-json-strings': 7.18.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9 + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6 '@babel/plugin-proposal-numeric-separator': 7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.18.9 + '@babel/plugin-proposal-optional-chaining': 7.21.0 '@babel/plugin-proposal-pipeline-operator': 7.18.9 '@babel/plugin-proposal-private-methods': 7.18.6 '@babel/plugin-proposal-private-property-in-object': ^7.18.6 @@ -23,8 +23,8 @@ specifiers: '@babel/plugin-syntax-import-meta': 7.10.4 '@babel/plugin-transform-modules-commonjs': ^7.18.6 '@babel/plugin-transform-reserved-words': ^7.18.6 - '@babel/preset-env': 7.18.10 - '@babel/preset-flow': 7.18.6 + '@babel/preset-env': 7.21.5 + '@babel/preset-flow': 7.21.4 '@babel/preset-react': 7.18.6 '@babel/preset-typescript': ^7.18.6 '@types/babel__core': ^7.1.19 @@ -49,10 +49,10 @@ dependencies: '@babel/plugin-proposal-function-bind': 7.18.9_@babel+core@7.13.14 '@babel/plugin-proposal-function-sent': 7.18.6_@babel+core@7.13.14 '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.13.14 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.13.14 '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.13.14 '@babel/plugin-proposal-pipeline-operator': 7.18.9_@babel+core@7.13.14 '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.13.14 '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.13.14 @@ -61,8 +61,8 @@ dependencies: '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.14 '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.13.14 '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.13.14 - '@babel/preset-env': 7.18.10_@babel+core@7.13.14 - '@babel/preset-flow': 7.18.6_@babel+core@7.13.14 + '@babel/preset-env': 7.21.5_@babel+core@7.13.14 + '@babel/preset-flow': 7.21.4_@babel+core@7.13.14 '@babel/preset-react': 7.18.6_@babel+core@7.13.14 '@babel/preset-typescript': 7.18.6_@babel+core@7.13.14 babel-plugin-add-module-exports: 1.0.4 @@ -92,7 +92,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.18 dev: true /@babel/cli/7.13.14_@babel+core@7.13.14: @@ -129,13 +129,14 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.18.6: - resolution: {integrity: sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==} + /@babel/code-frame/7.21.4: + resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} - dev: false + dependencies: + '@babel/highlight': 7.18.6 - /@babel/compat-data/7.18.8: - resolution: {integrity: sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==} + /@babel/compat-data/7.21.7: + resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==} engines: {node: '>=6.9.0'} /@babel/core/7.13.14: @@ -166,15 +167,15 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 - '@babel/helper-module-transforms': 7.18.9 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.5 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.6 + '@babel/helper-module-transforms': 7.21.5 '@babel/helpers': 7.18.6 - '@babel/parser': 7.18.10 - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.10 - '@babel/types': 7.18.10 + '@babel/parser': 7.21.8 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 convert-source-map: 1.7.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -201,7 +202,7 @@ packages: /@babel/generator/7.13.9: resolution: {integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==} dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.21.5 jsesc: 2.5.2 source-map: 0.5.7 dev: false @@ -210,18 +211,19 @@ packages: resolution: {integrity: sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 + dev: false - /@babel/generator/7.18.7: - resolution: {integrity: sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==} + /@babel/generator/7.21.5: + resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 - dev: false /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} @@ -235,7 +237,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 dev: false /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.14: @@ -243,36 +245,38 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.6 + '@babel/compat-data': 7.21.7 '@babel/core': 7.13.14 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.20.4 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.5 semver: 6.3.0 dev: false - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + /@babel/helper-compilation-targets/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.8 + '@babel/compat-data': 7.21.7 '@babel/core': 7.13.14 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.20.4 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.5 + lru-cache: 5.1.1 semver: 6.3.0 dev: false - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.6: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + /@babel/helper-compilation-targets/7.21.5_@babel+core@7.18.6: + resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.18.8 + '@babel/compat-data': 7.21.7 '@babel/core': 7.18.6 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.20.4 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.5 + lru-cache: 5.1.1 semver: 6.3.0 dev: true @@ -294,6 +298,26 @@ packages: - supports-color dev: false + /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.13.14: + resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.13.14 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.21.5 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-split-export-declaration': 7.18.6 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/helper-create-regexp-features-plugin/7.18.6_@babel+core@7.13.14: resolution: {integrity: sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==} engines: {node: '>=6.9.0'} @@ -305,14 +329,26 @@ packages: regexpu-core: 5.1.0 dev: false - /@babel/helper-define-polyfill-provider/0.3.2_@babel+core@7.13.14: - resolution: {integrity: sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==} + /@babel/helper-create-regexp-features-plugin/7.21.8_@babel+core@7.13.14: + resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.13.14 + '@babel/helper-annotate-as-pure': 7.18.6 + regexpu-core: 5.3.2 + semver: 6.3.0 + dev: false + + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.13.14: + resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -329,20 +365,25 @@ packages: /@babel/helper-environment-visitor/7.18.9: resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-environment-visitor/7.21.5: + resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} + engines: {node: '>=6.9.0'} /@babel/helper-explode-assignable-expression/7.18.6: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 dev: false /@babel/helper-function-name/7.18.6: resolution: {integrity: sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.18.10 + '@babel/template': 7.20.7 + '@babel/types': 7.21.5 dev: false /@babel/helper-function-name/7.18.9: @@ -350,26 +391,34 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.18.6 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 + dev: false + + /@babel/helper-function-name/7.21.0: + resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.20.7 + '@babel/types': 7.21.5 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 /@babel/helper-member-expression-to-functions/7.18.6: resolution: {integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 dev: false - /@babel/helper-member-expression-to-functions/7.18.9: - resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} + /@babel/helper-member-expression-to-functions/7.21.5: + resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 dev: false /@babel/helper-module-imports/7.18.6: @@ -377,18 +426,25 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.18.10 + dev: false + + /@babel/helper-module-imports/7.21.4: + resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.5 /@babel/helper-module-transforms/7.13.14: resolution: {integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==} dependencies: - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-replace-supers': 7.18.6 - '@babel/helper-simple-access': 7.18.6 + '@babel/helper-module-imports': 7.21.4 + '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-simple-access': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.18.6 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -413,14 +469,30 @@ packages: resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.18.6 + '@babel/helper-simple-access': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.18.6 - '@babel/template': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.20.7 '@babel/traverse': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/helper-module-transforms/7.21.5: + resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-module-imports': 7.21.4 + '@babel/helper-simple-access': 7.21.5 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color @@ -428,7 +500,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 dev: false /@babel/helper-plugin-utils/7.10.4: @@ -443,6 +515,11 @@ packages: /@babel/helper-plugin-utils/7.18.9: resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-plugin-utils/7.21.5: + resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} + engines: {node: '>=6.9.0'} /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.13.14: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} @@ -454,7 +531,7 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-wrap-function': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -463,11 +540,11 @@ packages: resolution: {integrity: sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.18.10 - '@babel/types': 7.18.10 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -476,11 +553,25 @@ packages: resolution: {integrity: sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/traverse': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/helper-replace-supers/7.21.5: + resolution: {integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-member-expression-to-functions': 7.21.5 + '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -490,40 +581,61 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.18.7 + dev: false - /@babel/helper-skip-transparent-expression-wrappers/7.18.9: - resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} + /@babel/helper-simple-access/7.21.5: + resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 + + /@babel/helper-skip-transparent-expression-wrappers/7.20.0: + resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.21.5 dev: false /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 /@babel/helper-string-parser/7.18.10: resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-string-parser/7.21.5: + resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier/7.18.6: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier/7.19.1: + resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} + engines: {node: '>=6.9.0'} + /@babel/helper-validator-option/7.18.6: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} + dev: false + + /@babel/helper-validator-option/7.21.0: + resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} + engines: {node: '>=6.9.0'} /@babel/helper-wrap-function/7.18.10: resolution: {integrity: sha512-95NLBP59VWdfK2lyLKe6eTMq9xg+yWKzxzxbJ1wcYNi1Auz200+83fMDADjRxBvc2QQor5zja2yTQzXGhk2GtQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.18.9 - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.10 - '@babel/types': 7.18.10 + '@babel/helper-function-name': 7.21.0 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -535,7 +647,7 @@ packages: '@babel/helper-function-name': 7.18.9 '@babel/template': 7.18.10 '@babel/traverse': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -543,9 +655,9 @@ packages: /@babel/helpers/7.13.10: resolution: {integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==} dependencies: - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.6 - '@babel/types': 7.18.7 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -554,9 +666,9 @@ packages: resolution: {integrity: sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.10 - '@babel/types': 7.18.10 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: true @@ -574,7 +686,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.7 + '@babel/types': 7.21.5 dev: false /@babel/parser/7.18.10: @@ -582,7 +694,8 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 + dev: false /@babel/parser/7.18.6: resolution: {integrity: sha512-uQVSa9jJUe/G/304lXspfWVpKpK4euFLgGiMQFOCpM/bgcAdeoHwi/OQz23O9GK2osz26ZiXRRV9aV+Yl1O8tw==} @@ -592,6 +705,13 @@ packages: '@babel/types': 7.18.7 dev: false + /@babel/parser/7.21.8: + resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.21.5 + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.13.14: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} @@ -599,30 +719,30 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.13.14: + resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.13.14 dev: false - /@babel/plugin-proposal-async-generator-functions/7.18.10_@babel+core@7.13.14: - resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} + /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.13.14: + resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.13.14 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.14 transitivePeerDependencies: @@ -642,15 +762,15 @@ packages: - supports-color dev: false - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} + /@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.13.14: + resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.13.14 transitivePeerDependencies: - supports-color @@ -690,7 +810,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.14 dev: false @@ -752,14 +872,14 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.14 dev: false - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} + /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.13.14: + resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.14 dev: false @@ -785,18 +905,18 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.13.14 dev: false - /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.13.14: + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 + '@babel/compat-data': 7.21.7 '@babel/core': 7.13.14 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.13.14 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.13.14 + '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.13.14 dev: false /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.13.14: @@ -806,19 +926,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.13.14 dev: false - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} + /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.13.14: + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.14 dev: false @@ -861,6 +981,21 @@ packages: - supports-color dev: false + /@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.13.14: + resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.13.14 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.13.14 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/plugin-proposal-throw-expressions/7.18.6_@babel+core@7.13.14: resolution: {integrity: sha512-WHOrJyhGoGrdtW480L79cF7Iq/gZDZ/z6OqK7mVyFR5I37dTpog/wNgb6hmaM3HYZtULEJl++7VaMWkNZsOcHg==} engines: {node: '>=6.9.0'} @@ -880,7 +1015,7 @@ packages: dependencies: '@babel/core': 7.13.14 '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.13.14: @@ -889,7 +1024,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.13.14: @@ -898,7 +1033,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.13.14: @@ -908,7 +1043,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.13.14: @@ -918,7 +1053,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-do-expressions/7.18.6_@babel+core@7.13.14: @@ -928,7 +1063,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.13.14: @@ -947,7 +1082,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.13.14: @@ -956,7 +1091,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-flow/7.17.12_@babel+core@7.18.6: @@ -966,7 +1101,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: true /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.13.14: @@ -976,7 +1111,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-function-bind/7.18.6_@babel+core@7.13.14: @@ -986,7 +1121,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-function-sent/7.18.6_@babel+core@7.13.14: @@ -996,17 +1131,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-assertions/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==} + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.13.14: + resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.13.14: @@ -1024,7 +1159,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.6: @@ -1034,7 +1169,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: true /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.13.14: @@ -1044,7 +1179,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.13.14: @@ -1053,7 +1188,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.13.14: @@ -1062,7 +1197,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.13.14: @@ -1071,7 +1206,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.13.14: @@ -1080,7 +1215,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.13.14: @@ -1089,7 +1224,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.13.14: @@ -1098,7 +1233,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-pipeline-operator/7.18.6_@babel+core@7.13.14: @@ -1108,7 +1243,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.13.14: @@ -1118,7 +1253,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-throw-expressions/7.18.6_@babel+core@7.13.14: @@ -1128,7 +1263,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.13.14: @@ -1138,7 +1273,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.13.14: @@ -1148,28 +1283,28 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} + /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} + /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.13.14: + resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.13.14 transitivePeerDependencies: - supports-color @@ -1182,56 +1317,58 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} + /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.13.14: + resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-classes/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} + /@babel/plugin-transform-classes/7.21.0_@babel+core@7.13.14: + resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.13.14 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-replace-supers': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} + /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/template': 7.20.7 dev: false - /@babel/plugin-transform-destructuring/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==} + /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.13.14: + resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.13.14: @@ -1242,7 +1379,7 @@ packages: dependencies: '@babel/core': 7.13.14 '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.13.14: @@ -1252,7 +1389,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.13.14: @@ -1263,28 +1400,28 @@ packages: dependencies: '@babel/core': 7.13.14 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-flow-strip-types/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-wE0xtA7csz+hw4fKPwxmu5jnzAsXPIO57XnRwzXP3T19jWh1BODnPGoG9xKYwvAwusP7iUktHayRFbMPGtODaQ==} + /@babel/plugin-transform-flow-strip-types/7.21.0_@babel+core@7.13.14: + resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.13.14 dev: false - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.13.14: - resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} + /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.13.14: @@ -1294,9 +1431,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.13.14 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.13.14 '@babel/helper-function-name': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-literals/7.18.9_@babel+core@7.13.14: @@ -1306,7 +1443,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.13.14: @@ -1316,19 +1453,18 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} + /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.13.14: + resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-module-transforms': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -1348,18 +1484,31 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} + /@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.13.14 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-simple-access': 7.21.5 + transitivePeerDependencies: + - supports-color + dev: false + + /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.13.14: + resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-identifier': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 + '@babel/helper-module-transforms': 7.21.5 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color dev: false @@ -1371,21 +1520,21 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-module-transforms': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==} + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.13.14: + resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.13.14: @@ -1395,7 +1544,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.13.14: @@ -1405,20 +1554,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.18.9 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.13.14: - resolution: {integrity: sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==} + /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.13.14: + resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.13.14: @@ -1428,7 +1577,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.13.14: @@ -1438,7 +1587,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.13.14: @@ -1460,7 +1609,7 @@ packages: '@babel/core': 7.13.14 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.13.14 '@babel/types': 7.18.7 dev: false @@ -1473,18 +1622,18 @@ packages: dependencies: '@babel/core': 7.13.14 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} + /@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 - regenerator-transform: 0.15.0 + '@babel/helper-plugin-utils': 7.21.5 + regenerator-transform: 0.15.1 dev: false /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.13.14: @@ -1504,18 +1653,18 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-spread/7.18.9_@babel+core@7.13.14: - resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} + /@babel/plugin-transform-spread/7.20.7_@babel+core@7.13.14: + resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: false /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.13.14: @@ -1525,7 +1674,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.13.14: @@ -1535,7 +1684,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.13.14: @@ -1545,7 +1694,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-typescript/7.18.6_@babel+core@7.13.14: @@ -1556,20 +1705,20 @@ packages: dependencies: '@babel/core': 7.13.14 '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.13.14 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.13.14: - resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} + /@babel/plugin-transform-unicode-escapes/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 dev: false /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.13.14: @@ -1579,44 +1728,45 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/preset-env/7.18.10_@babel+core@7.13.14: - resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} + /@babel/preset-env/7.21.5_@babel+core@7.13.14: + resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 + '@babel/compat-data': 7.21.7 '@babel/core': 7.13.14 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.13.14 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 + '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-validator-option': 7.21.0 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.13.14 - '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.13.14 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.13.14 + '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.13.14 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.13.14 + '@babel/plugin-proposal-class-static-block': 7.21.0_@babel+core@7.13.14 '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.13.14 '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.13.14 '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.13.14 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.13.14 '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.13.14 '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.13.14 '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.13.14 + '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.13.14 '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.13.14 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.13.14 '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.13.14 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.13.14 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.13.14 '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.13.14 - '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.13.14 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.13.14 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.13.14 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.13.14 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.13.14 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.13.14 @@ -1626,59 +1776,59 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.13.14 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.13.14 '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.13.14 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.13.14 + '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.13.14 + '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.13.14 '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.13.14 - '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.13.14 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.13.14 - '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.13.14 + '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.13.14 + '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.13.14 + '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.13.14 '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.13.14 '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.13.14 '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.13.14 + '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.13.14 '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.13.14 '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.13.14 '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.13.14 + '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.13.14 + '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.13.14 '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.13.14 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.13.14 '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.13.14 '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.13.14 + '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.13.14 '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.13.14 + '@babel/plugin-transform-regenerator': 7.21.5_@babel+core@7.13.14 '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.13.14 '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.13.14 - '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.13.14 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.13.14 '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.13.14 '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.13.14 '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.13.14 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.13.14 + '@babel/plugin-transform-unicode-escapes': 7.21.5_@babel+core@7.13.14 '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.13.14 '@babel/preset-modules': 0.1.5_@babel+core@7.13.14 - '@babel/types': 7.18.10 - babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.13.14 - babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.13.14 - babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.13.14 - core-js-compat: 3.23.1 + '@babel/types': 7.21.5 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.13.14 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.13.14 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.13.14 + core-js-compat: 3.30.2 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-flow/7.18.6_@babel+core@7.13.14: - resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} + /@babel/preset-flow/7.21.4_@babel+core@7.13.14: + resolution: {integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.18.6_@babel+core@7.13.14 + '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.13.14 dev: false /@babel/preset-modules/0.1.5_@babel+core@7.13.14: @@ -1687,10 +1837,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.21.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.13.14 '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.13.14 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 esutils: 2.0.3 dev: false @@ -1723,6 +1873,10 @@ packages: - supports-color dev: false + /@babel/regjsgen/0.8.0: + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + dev: false + /@babel/runtime-corejs3/7.14.0: resolution: {integrity: sha512-0R0HTZWHLk6G8jIk0FtoX+AatCtKnswS98VhXwGImFc759PJRp4Tru0PQYZofyijTFUr+gT8Mu7sgXVJLQ0ceg==} dependencies: @@ -1739,9 +1893,9 @@ packages: /@babel/template/7.12.13: resolution: {integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.6 - '@babel/types': 7.18.7 + '@babel/code-frame': 7.21.4 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 dev: false /@babel/template/7.18.10: @@ -1750,7 +1904,8 @@ packages: dependencies: '@babel/code-frame': 7.18.6 '@babel/parser': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 + dev: false /@babel/template/7.18.6: resolution: {integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==} @@ -1759,16 +1914,25 @@ packages: '@babel/code-frame': 7.18.6 '@babel/parser': 7.18.10 '@babel/types': 7.18.10 + dev: false + + /@babel/template/7.20.7: + resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 /@babel/traverse/7.13.13: resolution: {integrity: sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.7 - '@babel/helper-function-name': 7.18.6 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.5 + '@babel/helper-function-name': 7.21.0 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.6 - '@babel/types': 7.18.7 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1781,16 +1945,17 @@ packages: dependencies: '@babel/code-frame': 7.18.6 '@babel/generator': 7.18.10 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: false /@babel/traverse/7.18.6: resolution: {integrity: sha512-zS/OKyqmD7lslOtFqbscH6gMLFYOfG1YPqCKfAW5KrTeolKqvB8UelR49Fpr6y93kYkW2Ik00mT1LOGiAGvizw==} @@ -1810,10 +1975,27 @@ packages: - supports-color dev: false + /@babel/traverse/7.21.5: + resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.5 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + /@babel/types/7.13.14: resolution: {integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==} dependencies: - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: false @@ -1825,6 +2007,7 @@ packages: '@babel/helper-string-parser': 7.18.10 '@babel/helper-validator-identifier': 7.18.6 to-fast-properties: 2.0.0 + dev: false /@babel/types/7.18.7: resolution: {integrity: sha512-QG3yxTcTIBoAcQmkCs+wAPYZhu7Dk9rXKacINfNbdJDNERTbLQbHGyVG8q/YGMPeCJRIhSY0+fTc5+xuh6WPSQ==} @@ -1832,6 +2015,15 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.18.6 to-fast-properties: 2.0.0 + dev: false + + /@babel/types/7.21.5: + resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.21.5 + '@babel/helper-validator-identifier': 7.19.1 + to-fast-properties: 2.0.0 /@colors/colors/1.5.0: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} @@ -1893,7 +2085,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.1 - '@jridgewell/sourcemap-codec': 1.4.13 + '@jridgewell/sourcemap-codec': 1.4.14 dev: true /@jridgewell/gen-mapping/0.3.2: @@ -1908,6 +2100,10 @@ packages: resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==} engines: {node: '>=6.0.0'} + /@jridgewell/resolve-uri/3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} + /@jridgewell/set-array/1.1.1: resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==} engines: {node: '>=6.0.0'} @@ -1915,12 +2111,21 @@ packages: /@jridgewell/sourcemap-codec/1.4.13: resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==} + /@jridgewell/sourcemap-codec/1.4.14: + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + /@jridgewell/trace-mapping/0.3.13: resolution: {integrity: sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==} dependencies: '@jridgewell/resolve-uri': 3.0.7 '@jridgewell/sourcemap-codec': 1.4.13 + /@jridgewell/trace-mapping/0.3.18: + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 + /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents: resolution: {integrity: sha512-+nb9vWloHNNMFHjGofEam3wopE3m1yuambrrd/fnPc+lFOMB9ROTqQlche9ByFWNkdNqfSgR/kkQtQ8DzEWt2w==} requiresBuild: true @@ -2648,38 +2853,38 @@ packages: resolve: 1.22.1 dev: false - /babel-plugin-polyfill-corejs2/0.3.2_@babel+core@7.13.14: - resolution: {integrity: sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==} + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.13.14: + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 + '@babel/compat-data': 7.21.7 '@babel/core': 7.13.14 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.13.14 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.13.14 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3/0.5.3_@babel+core@7.13.14: - resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.13.14: + resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.13.14 - core-js-compat: 3.23.1 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.13.14 + core-js-compat: 3.30.2 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator/0.4.0_@babel+core@7.13.14: - resolution: {integrity: sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==} + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.13.14: + resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.13.14 - '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.13.14 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.13.14 transitivePeerDependencies: - supports-color dev: false @@ -2834,16 +3039,15 @@ packages: dependencies: fill-range: 7.0.1 - /browserslist/4.20.4: - resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==} + /browserslist/4.21.5: + resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001352 - electron-to-chromium: 1.4.154 - escalade: 3.1.1 - node-releases: 2.0.5 - picocolors: 1.0.0 + caniuse-lite: 1.0.30001487 + electron-to-chromium: 1.4.396 + node-releases: 2.0.10 + update-browserslist-db: 1.0.11_browserslist@4.21.5 /buffer-from/1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} @@ -2952,8 +3156,8 @@ packages: engines: {node: '>=14.16'} dev: true - /caniuse-lite/1.0.30001352: - resolution: {integrity: sha512-GUgH8w6YergqPQDGWhJGt8GDRnY0L/iJVQcU3eJ46GYf52R8tk0Wxp0PymuFVZboJYXGiCqwozAYZNRjVj6IcA==} + /caniuse-lite/1.0.30001487: + resolution: {integrity: sha512-83564Z3yWGqXsh2vaH/mhXfEM0wX+NlBCm1jYHOb97TrTWJEmPTccZgeLTPBUUb0PNVo+oomb7wkimZBIERClA==} /chalk/1.1.3: resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} @@ -3193,11 +3397,10 @@ packages: dev: false optional: true - /core-js-compat/3.23.1: - resolution: {integrity: sha512-KeYrEc8t6FJsKYB2qnDwRHWaC0cJNaqlHfCpMe5q3j/W1nje3moib/txNklddLPCtGb+etcBIyJ8zuMa/LN5/A==} + /core-js-compat/3.30.2: + resolution: {integrity: sha512-nriW1nuJjUgvkEjIot1Spwakz52V9YkYHZAQG6A1eCgC8AA1p0zngrQEP9R0+V6hji5XilWKG1Bd0YRppmGimA==} dependencies: - browserslist: 4.20.4 - semver: 7.0.0 + browserslist: 4.21.5 dev: false /core-js-pure/3.11.1: @@ -3465,8 +3668,8 @@ packages: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true - /electron-to-chromium/1.4.154: - resolution: {integrity: sha512-GbV9djOkrnj6xmW+YYVVEI3VCQnJ0pnSTu7TW2JyjKd5cakoiSaG5R4RbEtfaD92GsY10DzbU3GYRe+IOA9kqA==} + /electron-to-chromium/1.4.396: + resolution: {integrity: sha512-pqKTdqp/c5vsrc0xUPYXTDBo9ixZuGY8es4ZOjjd6HD6bFYbu5QA09VoW3fkY4LF1T0zYk86lN6bZnNlBuOpdQ==} /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -3870,7 +4073,7 @@ packages: peerDependencies: eslint: ^3.17.0 || ^4 || ^5 || ^6 || ^7 dependencies: - '@babel/traverse': 7.18.10 + '@babel/traverse': 7.21.5 eslint: 8.18.0 eslint-plugin-react-native-globals: 0.1.2 transitivePeerDependencies: @@ -5336,6 +5539,11 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true + /lru-cache/5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + dependencies: + yallist: 3.1.1 + /lru-cache/6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} @@ -5674,8 +5882,8 @@ packages: - supports-color dev: true - /node-releases/2.0.5: - resolution: {integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==} + /node-releases/2.0.10: + resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} /nopt/5.0.0: resolution: {integrity: sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==} @@ -6072,7 +6280,7 @@ packages: resolution: {integrity: sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.21.4 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.1.6 @@ -6388,6 +6596,13 @@ packages: regenerate: 1.4.2 dev: false + /regenerate-unicode-properties/10.1.0: + resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} + engines: {node: '>=4'} + dependencies: + regenerate: 1.4.2 + dev: false + /regenerate/1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: false @@ -6400,8 +6615,8 @@ packages: /regenerator-runtime/0.13.7: resolution: {integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==} - /regenerator-transform/0.15.0: - resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} + /regenerator-transform/0.15.1: + resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: '@babel/runtime': 7.14.0 dev: false @@ -6446,6 +6661,18 @@ packages: unicode-match-property-value-ecmascript: 2.0.0 dev: false + /regexpu-core/5.3.2: + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} + dependencies: + '@babel/regjsgen': 0.8.0 + regenerate: 1.4.2 + regenerate-unicode-properties: 10.1.0 + regjsparser: 0.9.1 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 + dev: false + /registry-auth-token/5.0.1: resolution: {integrity: sha512-UfxVOj8seK1yaIOiieV4FIP01vfBDLsY0H9sQzi9EbbUdJiuuBjJgLa1DpImXMNPnVkBD4eVxTEXcrZA6kfpJA==} engines: {node: '>=14'} @@ -6471,6 +6698,13 @@ packages: jsesc: 0.5.0 dev: false + /regjsparser/0.9.1: + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: false + /remote-git-tags/3.0.0: resolution: {integrity: sha512-C9hAO4eoEsX+OXA4rla66pXZQ+TLQ8T9dttgQj18yuKlPMTVkIkdYXvlMC55IuUsIkV6DpmQYi10JKFLaU+l7w==} engines: {node: '>=8'} @@ -6601,11 +6835,6 @@ packages: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} hasBin: true - /semver/7.0.0: - resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} - hasBin: true - dev: false - /semver/7.3.7: resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==} engines: {node: '>=10'} @@ -7206,6 +7435,11 @@ packages: engines: {node: '>=4'} dev: false + /unicode-match-property-value-ecmascript/2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} + dev: false + /unicode-property-aliases-ecmascript/2.0.0: resolution: {integrity: sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==} engines: {node: '>=4'} @@ -7281,6 +7515,16 @@ packages: dev: false optional: true + /update-browserslist-db/1.0.11_browserslist@4.21.5: + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.5 + escalade: 3.1.1 + picocolors: 1.0.0 + /update-notifier/6.0.2: resolution: {integrity: sha512-EDxhTEVPZZRLWYcJ4ZXjGFN0oP7qYvbXWzEgRm/Yql4dHX5wDbvh89YHP6PK1lzZJYrMtXUuZZz8XGK+U6U1og==} engines: {node: '>=14.16'} @@ -7446,6 +7690,9 @@ packages: engines: {node: '>=12'} dev: true + /yallist/3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + /yallist/4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: true