diff --git a/composer.lock b/composer.lock index e57267f5fdb2e..f0a24f36a8ccc 100644 --- a/composer.lock +++ b/composer.lock @@ -914,16 +914,16 @@ }, { "name": "sirbrillig/phpcs-variable-analysis", - "version": "v2.11.4", + "version": "v2.11.7", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", - "reference": "e9c99cda31b21ccb4da4c2124b57c8355ddce48e" + "reference": "ad2b0b57803a48bb3495777bee2a9a13c8e9da53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/e9c99cda31b21ccb4da4c2124b57c8355ddce48e", - "reference": "e9c99cda31b21ccb4da4c2124b57c8355ddce48e", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/ad2b0b57803a48bb3495777bee2a9a13c8e9da53", + "reference": "ad2b0b57803a48bb3495777bee2a9a13c8e9da53", "shasum": "" }, "require": { @@ -935,7 +935,8 @@ "phpcsstandards/phpcsdevcs": "^1.1", "phpstan/phpstan": "^1.7", "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0", - "sirbrillig/phpcs-import-detection": "^1.1" + "sirbrillig/phpcs-import-detection": "^1.1", + "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta" }, "type": "phpcodesniffer-standard", "autoload": { @@ -963,7 +964,7 @@ "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, - "time": "2022-06-13T13:49:41+00:00" + "time": "2022-08-16T22:19:00+00:00" }, { "name": "squizlabs/php_codesniffer", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7bffb7a59f973..3ff6120d398d2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -274,7 +274,7 @@ importers: semver: ^7.3.5 dependencies: '@mdn/browser-compat-data': 4.2.1 - browserslist: 4.21.1 + browserslist: 4.21.3 debug: 4.3.4 semver: 7.3.7 devDependencies: @@ -2044,9 +2044,9 @@ packages: resolution: {integrity: sha512-JZGyPM9ektb8NVTTI/2gfJ9DL7Rk98tQ7OVyTlgTuaQroariRBsOnzjy0I2EarX4xUZpK88YyO503fhmjFdyAg==} dependencies: '@actions/http-client': 1.0.11 - '@octokit/core': 4.0.4 - '@octokit/plugin-paginate-rest': 3.0.0_@octokit+core@4.0.4 - '@octokit/plugin-rest-endpoint-methods': 5.16.2_@octokit+core@4.0.4 + '@octokit/core': 4.0.5 + '@octokit/plugin-paginate-rest': 3.1.0_@octokit+core@4.0.5 + '@octokit/plugin-rest-endpoint-methods': 5.16.2_@octokit+core@4.0.5 transitivePeerDependencies: - encoding dev: false @@ -2068,7 +2068,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 /@automattic/babel-plugin-preserve-i18n/1.0.0: resolution: {integrity: sha512-dRmLP0Ytf2oDNbUbO8MXLKYnPZfqhtFQ8v1hgDo2Fde1Y0bUz2Ll1UmUOHdyZudnrN/8Zt95cG/fIOJ0dxHi8Q==} @@ -2143,7 +2143,7 @@ packages: react-dom: ^17.0.2 dependencies: '@babel/runtime': 7.18.6 - '@emotion/react': 11.9.3_7xvhny4l7yi42slhiqkpgmpofm + '@emotion/react': 11.10.0_7xvhny4l7yi42slhiqkpgmpofm '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i '@wordpress/i18n': 4.12.0 classnames: 2.3.1 @@ -2184,18 +2184,22 @@ packages: resolution: {integrity: sha512-tzulrgDT0QD6U7BJ4TKVk2SDDg7wlP39P9yAx1RfLy7vP/7rsDRlWVfbWxElslu56+r7QOhB2NSDsabYYruoZQ==} engines: {node: '>=6.9.0'} + /@babel/compat-data/7.18.8: + resolution: {integrity: sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==} + engines: {node: '>=6.9.0'} + /@babel/core/7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.7 - '@babel/helper-module-transforms': 7.18.8 - '@babel/helpers': 7.18.6 - '@babel/parser': 7.18.8 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/generator': 7.18.12 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2208,20 +2212,43 @@ packages: - supports-color dev: true + /@babel/core/7.18.10: + resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.0 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 + convert-source-map: 1.8.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/core/7.18.6: resolution: {integrity: sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.7 - '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 - '@babel/helper-module-transforms': 7.18.8 - '@babel/helpers': 7.18.6 - '@babel/parser': 7.18.8 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/generator': 7.18.12 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -2244,11 +2271,11 @@ packages: semver: 6.3.0 dev: true - /@babel/generator/7.18.7: - resolution: {integrity: sha512-shck+7VLlY72a2w9c3zYWuE1pwOKEiQHV7GTUbSnhyl5eu3i04t30tBY82ZRWrDfo3gkakCFtevExnxbkf2a3A==} + /@babel/generator/7.18.12: + resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 @@ -2256,14 +2283,14 @@ packages: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 - /@babel/helper-builder-binary-assignment-operator-visitor/7.18.6: - resolution: {integrity: sha512-KT10c1oWEpmrIRYnthbzHgoOf6B+Xd6a5yhdbNtdhtG7aO1or5HViuf1TQR36xY/QprXA5nvxO6nAjhJ4y38jw==} + /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: + resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 /@babel/helper-compilation-targets/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-vFjbfhNCzqdeAtZflUFrG5YIFqGTqsctrtkZ1D/NB0mDW9TwW3GmmUepYY4G9wCET5rY5ugz4OGTcLd614IzQg==} @@ -2274,22 +2301,47 @@ packages: '@babel/compat-data': 7.18.6 '@babel/core': 7.18.6 '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.1 + browserslist: 4.20.4 + semver: 6.3.0 + + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.10 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.3 + semver: 6.3.0 + dev: true + + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.6 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.3 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-YfDzdnoxHGV8CzqHGyCbFvXg5QESPFkXlHtvdCkesLjjVMT2Adxe4FGUR5ChIb3DxSaXO12iIOCWoXdsUVwnqw==} + /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.6 - '@babel/helper-function-name': 7.18.6 - '@babel/helper-member-expression-to-functions': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.18.6 + '@babel/helper-replace-supers': 7.18.9 '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color @@ -2310,10 +2362,10 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.18.9 - '@babel/traverse': 7.18.8 + '@babel/traverse': 7.18.11 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2322,16 +2374,14 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.6: - resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} + /@babel/helper-define-polyfill-provider/0.3.2_@babel+core@7.18.6: + resolution: {integrity: sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/traverse': 7.18.8 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -2339,53 +2389,53 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-environment-visitor/7.18.6: - resolution: {integrity: sha512-8n6gSfn2baOY+qlp+VSzsosjCVGFqWKmDF0cCWOybh52Dw3SEyoWR1KrhMJASjLwIEkkAufZ0xvr+SxLHSpy2Q==} + /@babel/helper-environment-visitor/7.18.9: + resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} 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.8 + '@babel/types': 7.18.10 - /@babel/helper-function-name/7.18.6: - resolution: {integrity: sha512-0mWMxV1aC97dhjCah5U5Ua7668r5ZmSC2DLfH2EZnf9c3/dHZKiFa5pRLMH5tjSl471tY6496ZWk/kjNONBxhw==} + /@babel/helper-function-name/7.18.9: + resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.6 - '@babel/types': 7.18.8 + '@babel/template': 7.18.10 + '@babel/types': 7.18.10 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 - /@babel/helper-member-expression-to-functions/7.18.6: - resolution: {integrity: sha512-CeHxqwwipekotzPDUuJOfIMtcIHBuc7WAzLmTYWctVigqS5RktNMQ5bEwQSuGewzYnCtTWa3BARXeiLxDTv+Ng==} + /@babel/helper-member-expression-to-functions/7.18.9: + resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 - /@babel/helper-module-transforms/7.18.8: - resolution: {integrity: sha512-che3jvZwIcZxrwh63VfnFTUzcAM9v/lznYkkRxIBGMPt1SudOKHAEec0SIRCfiuIzTcF7VGj/CaTT6gY4eWxvA==} + /@babel/helper-module-transforms/7.18.9: + resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-module-imports': 7.18.6 '@babel/helper-simple-access': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.18.6 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color @@ -2393,43 +2443,39 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: true - /@babel/helper-plugin-utils/7.18.6: - resolution: {integrity: sha512-gvZnm1YAAxh13eJdkb9EWHBnF3eAub3XTLCZEehHT2kWxiKVRL64+ae5Y6Ivne0mVHmMYKT+xWgZO+gQhuLUBg==} - engines: {node: '>=6.9.0'} - /@babel/helper-plugin-utils/7.18.9: resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-z5wbmV55TveUPZlCLZvxWHtrjuJd+8inFhk7DG0WW87/oJuGDcjDiu7HIvGcpf5464L6xKCg3vNkmlVVz9hwyQ==} + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.6 - '@babel/helper-wrap-function': 7.18.6 - '@babel/types': 7.18.8 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-wrap-function': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color - /@babel/helper-replace-supers/7.18.6: - resolution: {integrity: sha512-fTf7zoXnUGl9gF25fXCWE26t7Tvtyn6H4hkLSYhATwJvw2uYxd3aoXplMSe0g9XbwK7bmxNes7+FGO0rB/xC0g==} + /@babel/helper-replace-supers/7.18.9: + resolution: {integrity: sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.6 - '@babel/helper-member-expression-to-functions': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color @@ -2437,19 +2483,23 @@ packages: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 - /@babel/helper-skip-transparent-expression-wrappers/7.18.6: - resolution: {integrity: sha512-4KoLhwGS9vGethZpAhYnMejWkX64wsnHPDwvOsKWU6Fg4+AlK2Jz3TyjQLMEPvz+1zemi/WBdkYxCD0bAfIkiw==} + /@babel/helper-skip-transparent-expression-wrappers/7.18.9: + resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 /@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.8 + '@babel/types': 7.18.10 + + /@babel/helper-string-parser/7.18.10: + resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier/7.18.6: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} @@ -2459,24 +2509,24 @@ packages: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.18.6: - resolution: {integrity: sha512-I5/LZfozwMNbwr/b1vhhuYD+J/mU+gfGAj5td7l5Rv9WYmH6i3Om69WGKNmlIpsVW/mF6O5bvTKbvDQZVgjqOw==} + /@babel/helper-wrap-function/7.18.11: + resolution: {integrity: sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.18.6 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/helper-function-name': 7.18.9 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color - /@babel/helpers/7.18.6: - resolution: {integrity: sha512-vzSiiqbQOghPngUYt/zWGvK3LAsPhz55vc9XNN0xAl2gV4ieShI2OQli5duxWHD+72PZPTKAcfcZDE1Cwc5zsQ==} + /@babel/helpers/7.18.9: + resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color @@ -2488,12 +2538,12 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.18.8: - resolution: {integrity: sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA==} + /@babel/parser/7.18.11: + resolution: {integrity: sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -2502,29 +2552,29 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-Udgu8ZRgrBrttVz6A0EVL0SJ1z+RLbIeqsu632SA1hf0awEppD6TvdznoH+orIF8wtFFAV/Enmw9Y+9oV8TQcw==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.18.6_@babel+core@7.18.6 + '@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.18.6 - /@babel/plugin-proposal-async-generator-functions/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==} + /@babel/plugin-proposal-async-generator-functions/7.18.10_@babel+core@7.18.6: + resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-environment-visitor': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-remap-async-to-generator': 7.18.6_@babel+core@7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.6 '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.6 transitivePeerDependencies: - supports-color @@ -2536,8 +2586,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 transitivePeerDependencies: - supports-color @@ -2548,22 +2598,22 @@ packages: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.6 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-gAdhsjaYmiZVxx5vTMiRfj31nB7LhwBJFMSLzeDxc7X4tKLixup0+k9ughn0RcpBrv9E3PBaXJW7jF5TCihAOg==} + /@babel/plugin-proposal-decorators/7.18.10_@babel+core@7.18.6: + resolution: {integrity: sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.6 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.6 + '@babel/helper-replace-supers': 7.18.9 '@babel/helper-split-export-declaration': 7.18.6 '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.18.6 transitivePeerDependencies: @@ -2577,11 +2627,11 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.6 - /@babel/plugin-proposal-export-default-from/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-oTvzWB16T9cB4j5kX8c8DuUHo/4QtR2P9vnUNKed9xqFP8Jos/IRniz1FiIryn6luDYoltDJSYF7RCpbm2doMg==} + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.18.6: + resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2591,14 +2641,14 @@ packages: '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.18.6 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-zr/QcUlUo7GPo6+X1wC98NJADqmy5QTFWWhqeQWiki4XHafJtLl/YMGkmRB2szDD2IYJCCdBTd4ElwhId9T7Xw==} + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.6 /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.6: @@ -2608,17 +2658,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.6 - /@babel/plugin-proposal-logical-assignment-operators/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-zMo66azZth/0tVd7gmkxOkOjs2rpHyhpcFo565PUP37hSp6hSd9uUKIfTDFMz58BwqgQKhJ9YxtM5XddjXVn+Q==} + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6 /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.18.6: @@ -2628,7 +2678,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.6 /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.6: @@ -2638,7 +2688,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.6 /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: @@ -2647,21 +2697,21 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-9yuM6wr4rIsKa1wlUAbZEazkCrgw2sMPEXCr4Rnwetu7cEW1NydkCWytLuYletbf8vFxdJxFhwEZqMpOx2eZyw==} + /@babel/plugin-proposal-object-rest-spread/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.6 + '@babel/compat-data': 7.18.8 '@babel/core': 7.18.6 - '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.6 @@ -2672,18 +2722,18 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.6 - /@babel/plugin-proposal-optional-chaining/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-PatI6elL5eMzoypFAiYDpYQyMtXTn+iMhuxxQt5mAXD4fEmKorpSI3PHd+i3JXBJN3xyA6MvJv7at23HffFHwA==} + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6 /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.6: @@ -2693,8 +2743,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 transitivePeerDependencies: - supports-color @@ -2706,8 +2756,8 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.6 transitivePeerDependencies: - supports-color @@ -2720,7 +2770,16 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.10: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.6: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} @@ -2728,7 +2787,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.10: + resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.6: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} @@ -2739,13 +2807,22 @@ packages: '@babel/helper-plugin-utils': 7.18.9 dev: true + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.10: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.6: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.6: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} @@ -2754,7 +2831,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==} @@ -2772,7 +2849,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} @@ -2790,7 +2867,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} @@ -2809,7 +2886,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.10: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.6: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -2820,13 +2906,22 @@ packages: '@babel/helper-plugin-utils': 7.18.9 dev: true + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.10: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.6: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} @@ -2834,7 +2929,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: true /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.6: @@ -2844,7 +2939,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.10: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.6: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -2852,7 +2956,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.10: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.6: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -2860,7 +2973,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.10: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.6: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -2868,7 +2990,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -2876,7 +2998,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + dev: true + + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.10: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 dev: true /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.6: @@ -2885,7 +3016,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.10: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.6: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -2893,7 +3033,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.10: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.6: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -2901,7 +3050,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.6: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} @@ -2910,7 +3059,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.10: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.6: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} @@ -2919,7 +3078,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.18.10: + resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.10 + '@babel/helper-plugin-utils': 7.18.9 + dev: true /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} @@ -2928,7 +3097,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} @@ -2937,7 +3106,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} @@ -2947,8 +3116,8 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-remap-async-to-generator': 7.18.6_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.6 transitivePeerDependencies: - supports-color @@ -2959,52 +3128,52 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-block-scoping/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-pRqwb91C42vs1ahSAWJkxOxU1RHWDn16XAa6ggQ72wjLlWyYeAcLvTtE0aM8ph3KNydy9CQF2nLYcjq1WysgxQ==} + /@babel/plugin-transform-block-scoping/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-classes/7.18.8_@babel+core@7.18.6: - resolution: {integrity: sha512-RySDoXdF6hgHSHuAW4aLGyVQdmvEX/iJtjVre52k0pxRq4hzqze+rAVP++NmNv596brBpYmaiKgTZby7ziBnVg==} + /@babel/plugin-transform-classes/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.6 - '@babel/helper-function-name': 7.18.6 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-replace-supers': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-9repI4BhNrR0KenoR9vm3/cIc1tSBIo+u1WVjKCAynahj25O8zfbiE6JtAtHPGQSs4yZ+bA8mRasRP+qc+2R5A==} + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-destructuring/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-tgy3u6lRp17ilY8r1kP4i2+HDUwxlVqq3RTc943eAWSzGgpU1qhiKpqZ5CMyHReIYPHdo3Kg8v8edKtDqSVEyQ==} + /@babel/plugin-transform-destructuring/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-p5VCYNddPLkZTq4XymQIaIfZNJwT9YsjkPOhkVEqt6QIpQFZVM9IltqqYpOEkJoN1DPznmxUDyZ5CTZs/ZCuHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} @@ -3014,16 +3183,16 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-duplicate-keys/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-NJU26U/208+sxYszf82nmGYqVF9QN8py2HFTblPT9hbawi8+1C5a9JubODLTGFuT0qlkqVinmkwOD13s0sZktg==} + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} @@ -3032,11 +3201,11 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-flow-strip-types/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-wE0xtA7csz+hw4fKPwxmu5jnzAsXPIO57XnRwzXP3T19jWh1BODnPGoG9xKYwvAwusP7iUktHayRFbMPGtODaQ==} + /@babel/plugin-transform-flow-strip-types/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-+G6rp2zRuOAInY5wcggsx4+QVao1qPM0osC9fTUVlAV3zOrzTCnrMAFVnR6+a3T8wz1wFIH7KhYMcMB3u1n80A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3053,27 +3222,27 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-function-name/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-kJha/Gbs5RjzIu0CxZwf5e3aTTSlhZnHMT8zPWnJMjNpLOUgqevg+PN5oMH68nMCXnfiMo4Bhgxqj59KHTlAnA==} + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 - '@babel/helper-function-name': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-literals/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-x3HEw0cJZVDoENXOp20HlypIHfl0zMIhMVZEBVTfmqbObIpsMxMbmU5nOEO8R7LYT+z5RORKPlTI5Hj4OsO9/Q==} + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} @@ -3082,7 +3251,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-modules-amd/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==} @@ -3091,8 +3260,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-module-transforms': 7.18.8 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color @@ -3104,23 +3273,23 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-module-transforms': 7.18.8 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-simple-access': 7.18.6 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-UbPYpXxLjTw6w6yXX2BYNxF3p6QY225wcTkfQCy3OMnSlS/C3xGtwUjEzGkldb/sy6PWLiCQ3NbYfjWUTI3t4g==} + /@babel/plugin-transform-modules-systemjs/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.18.8 - '@babel/helper-plugin-utils': 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 transitivePeerDependencies: @@ -3133,8 +3302,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-module-transforms': 7.18.8 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 transitivePeerDependencies: - supports-color @@ -3146,7 +3315,7 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} @@ -3155,7 +3324,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} @@ -3164,8 +3333,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-replace-supers': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 transitivePeerDependencies: - supports-color @@ -3176,7 +3345,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 dev: true /@babel/plugin-transform-parameters/7.18.8_@babel+core@7.18.6: @@ -3186,7 +3355,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} @@ -3195,7 +3364,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} @@ -3213,7 +3382,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.6 + + /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.18.6: + resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6 + '@babel/types': 7.18.10 /@babel/plugin-transform-react-jsx/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-Mz7xMPxoy9kPS/JScj6fJs03TZ/fZ1dJPlMjRAgTaxaS0fUBk8FV/A2rRgfPsVCZqALNwMexD+0Uaf5zlcKPpw==} @@ -3224,9 +3406,10 @@ packages: '@babel/core': 7.18.6 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6 - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 + dev: true /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} @@ -3245,7 +3428,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 regenerator-transform: 0.15.0 /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.18.6: @@ -3255,7 +3438,24 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + + /@babel/plugin-transform-runtime/7.18.10_@babel+core@7.18.6: + resolution: {integrity: sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-module-imports': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.6 + babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.6 + babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.6 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true /@babel/plugin-transform-runtime/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-8uRHk9ZmRSnWqUgyae249EJZ94b0yAGLBIqzZzl+0iEdbno55Pmlt/32JZsHwXD9k/uZj18Aqqk35wBX4CBTXA==} @@ -3265,9 +3465,9 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.6 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.6 + babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.6 babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.6 semver: 6.3.0 transitivePeerDependencies: @@ -3280,17 +3480,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-spread/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-ayT53rT/ENF8WWexIRg9AiV9h0aIteyWn5ptfZTZQrjk/+f3WdrJGCY4c9wcgl2+MKkKPhzbYp97FTsquZpDCw==} + /@babel/plugin-transform-spread/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/helper-skip-transparent-expression-wrappers': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-skip-transparent-expression-wrappers': 7.18.9 /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} @@ -3299,47 +3499,47 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-template-literals/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-UuqlRrQmT2SWRvahW46cGSany0uTlcj8NYOS5sRGYi8FxPYPoLd5DDmMd32ZXEj2Jq+06uGVQKHxa/hJx2EzKw==} + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-typeof-symbol/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-7m71iS/QhsPk85xSjFPovHPcH3H9qeyzsujhTc+vcdnsXavoWYJ74zx0lP5RhpC5+iDnVLO+PPMHzC11qels1g==} + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/plugin-transform-typescript/7.18.8_@babel+core@7.18.6: - resolution: {integrity: sha512-p2xM8HI83UObjsZGofMV/EdYjamsDm6MoN3hXPYIT0+gxIoopE+B7rPYKAxfrz9K9PK7JafTTjqYC6qipLExYA==} + /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.18.6: + resolution: {integrity: sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.6 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-unicode-escapes/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==} + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.18.6: + resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.6: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} @@ -3349,33 +3549,33 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-create-regexp-features-plugin': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 - /@babel/preset-env/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw==} + /@babel/preset-env/7.18.10_@babel+core@7.18.6: + resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.6 + '@babel/compat-data': 7.18.8 '@babel/core': 7.18.6 - '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-async-generator-functions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.18.6 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-export-namespace-from': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.6 '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.18.6 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.6 '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.6 '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.6 @@ -3397,20 +3597,20 @@ packages: '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-block-scoping': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-classes': 7.18.8_@babel+core@7.18.6 - '@babel/plugin-transform-computed-properties': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-destructuring': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-duplicate-keys': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.6 - '@babel/plugin-transform-function-name': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-modules-systemjs': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.6 @@ -3420,44 +3620,130 @@ packages: '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-spread': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-template-literals': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-typeof-symbol': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-unicode-escapes': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.18.6 '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.6 '@babel/preset-modules': 0.1.5_@babel+core@7.18.6 - '@babel/types': 7.18.8 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.6 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.6 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.6 - core-js-compat: 3.23.4 + '@babel/types': 7.18.10 + babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.6 + babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.6 + babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.6 + core-js-compat: 3.24.1 semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: true - /@babel/preset-flow/7.18.6_@babel+core@7.18.6: - resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} + /@babel/preset-env/7.18.6_@babel+core@7.18.6: + resolution: {integrity: sha512-WrthhuIIYKrEFAwttYzgRNQ5hULGmwTj+D6l7Zdfsv5M7IWV/OZbUfbeL++Qrzx1nVJwWROIFhCHRYQV4xbPNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: + '@babel/compat-data': 7.18.6 '@babel/core': 7.18.6 + '@babel/helper-compilation-targets': 7.18.6_@babel+core@7.18.6 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.18.6_@babel+core@7.18.6 - dev: true - - /@babel/preset-modules/0.1.5_@babel+core@7.18.6: - resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.18.6 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.6 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.6 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.6 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.6 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.6 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.6 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.6 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.6 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.18.6 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.6 + '@babel/preset-modules': 0.1.5_@babel+core@7.18.6 + '@babel/types': 7.18.10 + babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.6 + babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.6 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.6 + core-js-compat: 3.24.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + + /@babel/preset-flow/7.18.6_@babel+core@7.18.6: + resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-transform-flow-strip-types': 7.18.9_@babel+core@7.18.6 + dev: true + + /@babel/preset-modules/0.1.5_@babel+core@7.18.6: + resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.6 - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 esutils: 2.0.3 /@babel/preset-react/7.18.6_@babel+core@7.18.6: @@ -3470,7 +3756,7 @@ packages: '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.6 '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.6 '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.18.6 @@ -3481,9 +3767,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.18.8_@babel+core@7.18.6 + '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.6 transitivePeerDependencies: - supports-color @@ -3501,11 +3787,25 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/runtime-corejs3/7.18.6: - resolution: {integrity: sha512-cOu5wH2JFBgMjje+a+fz2JNIWU4GzYpl05oSob3UDvBEh6EuIn+TXFHMmBbhSb+k/4HMzgKCQfEEDArAWNF9Cw==} + /@babel/register/7.18.9_@babel+core@7.18.6: + resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + clone-deep: 4.0.1 + find-cache-dir: 2.1.0 + make-dir: 2.1.0 + pirates: 4.0.5 + source-map-support: 0.5.21 + dev: true + + /@babel/runtime-corejs3/7.18.9: + resolution: {integrity: sha512-qZEWeccZCrHA2Au4/X05QW5CMdm4VjUDCrGq5gf1ZDcM4hRqreKrtwAn7yci9zfgAS9apvnsFXiGBHBAxZdK9A==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.23.4 + core-js-pure: 3.24.1 regenerator-runtime: 0.13.9 dev: true @@ -3515,35 +3815,42 @@ packages: dependencies: regenerator-runtime: 0.13.9 - /@babel/template/7.18.6: - resolution: {integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==} + /@babel/runtime/7.18.9: + resolution: {integrity: sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + + /@babel/template/7.18.10: + resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 - /@babel/traverse/7.18.8: - resolution: {integrity: sha512-UNg/AcSySJYR/+mIcJQDCv00T+AqRO7j/ZEJLzpaYtgM48rMg5MnkJgyNqkzo88+p4tfRvZJCEiwwfG6h4jkRg==} + /@babel/traverse/7.18.11: + resolution: {integrity: sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.7 - '@babel/helper-environment-visitor': 7.18.6 - '@babel/helper-function-name': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.18.8: - resolution: {integrity: sha512-qwpdsmraq0aJ3osLJRApsc2ouSJCdnMeZwB0DhbtHAtRpZNZCdlbRnHIgcRKzdE1g0iOGg644fzjOBcdOz9cPw==} + /@babel/types/7.18.10: + resolution: {integrity: sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==} engines: {node: '>=6.9.0'} dependencies: + '@babel/helper-string-parser': 7.18.10 '@babel/helper-validator-identifier': 7.18.6 to-fast-properties: 2.0.0 @@ -3581,8 +3888,8 @@ packages: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} - /@emotion/babel-plugin/11.3.0_@babel+core@7.18.6: - resolution: {integrity: sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==} + /@emotion/babel-plugin/11.10.0_@babel+core@7.18.6: + resolution: {integrity: sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3590,19 +3897,18 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.6 '@babel/runtime': 7.18.6 - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.5 - '@emotion/serialize': 1.0.4 - babel-plugin-macros: 2.8.0 + '@emotion/hash': 0.9.0 + '@emotion/memoize': 0.8.0 + '@emotion/serialize': 1.1.0 + babel-plugin-macros: 3.1.0 convert-source-map: 1.8.0 escape-string-regexp: 4.0.0 find-root: 1.1.0 source-map: 0.5.7 - stylis: 4.1.1 - dev: true + stylis: 4.0.13 - /@emotion/babel-plugin/11.9.2_@babel+core@7.18.6: - resolution: {integrity: sha512-Pr/7HGH6H6yKgnVFNEj2MVlreu3ADqftqjqwUvDy/OJzKFgxKeTQ+eeUf20FOTuHVkDON2iNa25rAXVYtWJCjw==} + /@emotion/babel-plugin/11.3.0_@babel+core@7.18.6: + resolution: {integrity: sha512-UZKwBV2rADuhRp+ZOGgNWg2eYgbzKzQXfQPtJbu/PLy8onurxlNCLvxMQEvlr1/GudguPI5IU9qIY1+2z1M5bA==} peerDependencies: '@babel/core': ^7.0.0 dependencies: @@ -3612,25 +3918,26 @@ packages: '@babel/runtime': 7.18.6 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.5 - '@emotion/serialize': 1.0.4 + '@emotion/serialize': 1.1.0 babel-plugin-macros: 2.8.0 convert-source-map: 1.8.0 escape-string-regexp: 4.0.0 find-root: 1.1.0 source-map: 0.5.7 - stylis: 4.0.13 + stylis: 4.1.1 + dev: true - /@emotion/cache/11.9.3: - resolution: {integrity: sha512-0dgkI/JKlCXa+lEXviaMtGBL0ynpx4osh7rjOXE71q9bIF8G+XhJgvi+wDu0B0IdCVx37BffiwXlN9I3UuzFvg==} + /@emotion/cache/11.10.1: + resolution: {integrity: sha512-uZTj3Yz5D69GE25iFZcIQtibnVCFsc/6+XIozyL3ycgWvEdif2uEw9wlUt6umjLr4Keg9K6xRPHmD8LGi+6p1A==} dependencies: - '@emotion/memoize': 0.7.5 - '@emotion/sheet': 1.1.1 - '@emotion/utils': 1.1.0 - '@emotion/weak-memoize': 0.2.5 + '@emotion/memoize': 0.8.0 + '@emotion/sheet': 1.2.0 + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 stylis: 4.0.13 - /@emotion/css/11.9.0_@babel+core@7.18.6: - resolution: {integrity: sha512-S9UjCxSrxEHawOLnWw4upTwfYKb0gVQdatHejn3W9kPyXxmKv3HmjVfJ84kDLmdX8jR20OuDQwaJ4Um24qD9vA==} + /@emotion/css/11.10.0_@babel+core@7.18.6: + resolution: {integrity: sha512-dH9f+kSCucc8ilMg0MUA1AemabcyzYpe5EKX24F528PJjD7HyIY/VBNJHxfUdc8l400h2ncAjR6yEDu+DBj2cg==} peerDependencies: '@babel/core': ^7.0.0 peerDependenciesMeta: @@ -3638,14 +3945,18 @@ packages: optional: true dependencies: '@babel/core': 7.18.6 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.6 - '@emotion/cache': 11.9.3 - '@emotion/serialize': 1.0.4 - '@emotion/sheet': 1.1.1 - '@emotion/utils': 1.1.0 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.6 + '@emotion/cache': 11.10.1 + '@emotion/serialize': 1.1.0 + '@emotion/sheet': 1.2.0 + '@emotion/utils': 1.2.0 /@emotion/hash/0.8.0: resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} + dev: true + + /@emotion/hash/0.9.0: + resolution: {integrity: sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==} /@emotion/is-prop-valid/0.8.8: resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==} @@ -3654,10 +3965,10 @@ packages: '@emotion/memoize': 0.7.4 optional: true - /@emotion/is-prop-valid/1.1.3: - resolution: {integrity: sha512-RFg04p6C+1uO19uG8N+vqanzKqiM9eeV1LDOG3bmkYmuOj7NbKNlFC/4EZq5gnwAIlcC/jOT24f8Td0iax2SXA==} + /@emotion/is-prop-valid/1.2.0: + resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} dependencies: - '@emotion/memoize': 0.7.5 + '@emotion/memoize': 0.8.0 /@emotion/memoize/0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} @@ -3665,9 +3976,13 @@ packages: /@emotion/memoize/0.7.5: resolution: {integrity: sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==} + dev: true - /@emotion/react/11.4.1_on4pwhjuscz2cucak6hkhs726q: - resolution: {integrity: sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==} + /@emotion/memoize/0.8.0: + resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} + + /@emotion/react/11.10.0_7xvhny4l7yi42slhiqkpgmpofm: + resolution: {integrity: sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==} peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' @@ -3680,17 +3995,17 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/runtime': 7.18.6 - '@emotion/cache': 11.9.3 - '@emotion/serialize': 1.0.4 - '@emotion/sheet': 1.1.1 - '@emotion/utils': 1.1.0 - '@emotion/weak-memoize': 0.2.5 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.6 + '@emotion/cache': 11.10.1 + '@emotion/serialize': 1.1.0 + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 + '@types/react': 17.0.47 hoist-non-react-statics: 3.3.2 react: 17.0.2 - dev: true - /@emotion/react/11.9.3_7xvhny4l7yi42slhiqkpgmpofm: - resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} + /@emotion/react/11.10.0_on4pwhjuscz2cucak6hkhs726q: + resolution: {integrity: sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==} peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' @@ -3703,17 +4018,16 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/runtime': 7.18.6 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.6 - '@emotion/cache': 11.9.3 - '@emotion/serialize': 1.0.4 - '@emotion/utils': 1.1.0 - '@emotion/weak-memoize': 0.2.5 - '@types/react': 17.0.47 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.6 + '@emotion/cache': 11.10.1 + '@emotion/serialize': 1.1.0 + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 hoist-non-react-statics: 3.3.2 react: 17.0.2 - /@emotion/react/11.9.3_on4pwhjuscz2cucak6hkhs726q: - resolution: {integrity: sha512-g9Q1GcTOlzOEjqwuLF/Zd9LC+4FljjPjDfxSM7KmEakm+hsHXk+bYZ2q+/hTJzr0OUNkujo72pXLQvXj6H+GJQ==} + /@emotion/react/11.4.1_on4pwhjuscz2cucak6hkhs726q: + resolution: {integrity: sha512-pRegcsuGYj4FCdZN6j5vqCALkNytdrKw3TZMekTzNXixRg4wkLsU5QEaBG5LC6l01Vppxlp7FE3aTHpIG5phLg==} peerDependencies: '@babel/core': ^7.0.0 '@types/react': '*' @@ -3726,28 +4040,29 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/runtime': 7.18.6 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.6 - '@emotion/cache': 11.9.3 - '@emotion/serialize': 1.0.4 - '@emotion/utils': 1.1.0 + '@emotion/cache': 11.10.1 + '@emotion/serialize': 1.1.0 + '@emotion/sheet': 1.2.0 + '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 react: 17.0.2 + dev: true - /@emotion/serialize/1.0.4: - resolution: {integrity: sha512-1JHamSpH8PIfFwAMryO2bNka+y8+KA5yga5Ocf2d7ZEiJjb7xlLW7aknBGZqJLajuLOvJ+72vN+IBSwPlXD1Pg==} + /@emotion/serialize/1.1.0: + resolution: {integrity: sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA==} dependencies: - '@emotion/hash': 0.8.0 - '@emotion/memoize': 0.7.5 - '@emotion/unitless': 0.7.5 - '@emotion/utils': 1.1.0 + '@emotion/hash': 0.9.0 + '@emotion/memoize': 0.8.0 + '@emotion/unitless': 0.8.0 + '@emotion/utils': 1.2.0 csstype: 3.1.0 - /@emotion/sheet/1.1.1: - resolution: {integrity: sha512-J3YPccVRMiTZxYAY0IOq3kd+hUP8idY8Kz6B/Cyo+JuXq52Ek+zbPbSQUrVQp95aJ+lsAW7DPL1P2Z+U1jGkKA==} + /@emotion/sheet/1.2.0: + resolution: {integrity: sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==} - /@emotion/styled/11.3.0_l45lxbz2zdqpsjoapes6ats4ga: - resolution: {integrity: sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==} + /@emotion/styled/11.10.0_yidhkbcunupokdbyf4wpscq2im: + resolution: {integrity: sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA==} peerDependencies: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 @@ -3761,16 +4076,15 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/runtime': 7.18.6 - '@emotion/babel-plugin': 11.3.0_@babel+core@7.18.6 - '@emotion/is-prop-valid': 1.1.3 - '@emotion/react': 11.4.1_on4pwhjuscz2cucak6hkhs726q - '@emotion/serialize': 1.0.4 - '@emotion/utils': 1.1.0 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.6 + '@emotion/is-prop-valid': 1.2.0 + '@emotion/react': 11.10.0_on4pwhjuscz2cucak6hkhs726q + '@emotion/serialize': 1.1.0 + '@emotion/utils': 1.2.0 react: 17.0.2 - dev: true - /@emotion/styled/11.9.3_i64ertekxmxppn657xiekwuutq: - resolution: {integrity: sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA==} + /@emotion/styled/11.10.0_yiqknl7gbt7xuok6vq5jkw3s2q: + resolution: {integrity: sha512-V9oaEH6V4KePeQpgUE83i8ht+4Ri3E8Djp/ZPJ4DQlqWhSKITvgzlR3/YQE2hdfP4Jw3qVRkANJz01LLqK9/TA==} peerDependencies: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 @@ -3784,16 +4098,16 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/runtime': 7.18.6 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.6 - '@emotion/is-prop-valid': 1.1.3 - '@emotion/react': 11.9.3_7xvhny4l7yi42slhiqkpgmpofm - '@emotion/serialize': 1.0.4 - '@emotion/utils': 1.1.0 + '@emotion/babel-plugin': 11.10.0_@babel+core@7.18.6 + '@emotion/is-prop-valid': 1.2.0 + '@emotion/react': 11.10.0_7xvhny4l7yi42slhiqkpgmpofm + '@emotion/serialize': 1.1.0 + '@emotion/utils': 1.2.0 '@types/react': 17.0.47 react: 17.0.2 - /@emotion/styled/11.9.3_j5mc5akthgv6u2ajn57thjq6sq: - resolution: {integrity: sha512-o3sBNwbtoVz9v7WB1/Y/AmXl69YHmei2mrVnK7JgyBJ//Rst5yqPZCecEJlMlJrFeWHp+ki/54uN265V2pEcXA==} + /@emotion/styled/11.3.0_l45lxbz2zdqpsjoapes6ats4ga: + resolution: {integrity: sha512-fUoLcN3BfMiLlRhJ8CuPUMEyKkLEoM+n+UyAbnqGEsCd5IzKQ7VQFLtzpJOaCD2/VR2+1hXQTnSZXVJeiTNltA==} peerDependencies: '@babel/core': ^7.0.0 '@emotion/react': ^11.0.0-rc.0 @@ -3807,24 +4121,29 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/runtime': 7.18.6 - '@emotion/babel-plugin': 11.9.2_@babel+core@7.18.6 - '@emotion/is-prop-valid': 1.1.3 - '@emotion/react': 11.9.3_on4pwhjuscz2cucak6hkhs726q - '@emotion/serialize': 1.0.4 - '@emotion/utils': 1.1.0 + '@emotion/babel-plugin': 11.3.0_@babel+core@7.18.6 + '@emotion/is-prop-valid': 1.2.0 + '@emotion/react': 11.4.1_on4pwhjuscz2cucak6hkhs726q + '@emotion/serialize': 1.1.0 + '@emotion/utils': 1.2.0 react: 17.0.2 + dev: true - /@emotion/unitless/0.7.5: - resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} + /@emotion/unitless/0.8.0: + resolution: {integrity: sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==} /@emotion/utils/1.0.0: resolution: {integrity: sha512-mQC2b3XLDs6QCW+pDQDiyO/EdGZYOygE8s5N5rrzjSI4M3IejPE/JPndCBwRT9z982aqQNi6beWs1UeayrQxxA==} - /@emotion/utils/1.1.0: - resolution: {integrity: sha512-iRLa/Y4Rs5H/f2nimczYmS5kFJEbpiVvgN3XVfZ022IYhuNA1IRSHEizcof88LtCTXtl9S2Cxt32KgaXEu72JQ==} + /@emotion/utils/1.2.0: + resolution: {integrity: sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==} /@emotion/weak-memoize/0.2.5: resolution: {integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==} + dev: true + + /@emotion/weak-memoize/0.3.0: + resolution: {integrity: sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==} /@es-joy/jsdoccomment/0.20.1: resolution: {integrity: sha512-oeJK41dcdqkvdZy/HctKklJNkt/jh+av3PZARrZEl+fs/8HaHeeYoAvEwOV0u5I6bArTF17JEsTZMY359e/nfQ==} @@ -3835,14 +4154,23 @@ packages: jsdoc-type-pratt-parser: 2.2.5 dev: true + /@esbuild/linux-loong64/0.14.54: + resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@eslint/eslintrc/1.3.0: resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.3.2 - globals: 13.16.0 + espree: 9.3.3 + globals: 13.17.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -3917,73 +4245,18 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/28.1.1: - resolution: {integrity: sha512-0RiUocPVFEm3WRMOStIHbRWllG6iW6E3/gUPnf4lkrVFyXIIDeCe+vlKeYyFOMhB2EPE6FLFCNADSOOQMaqvyA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - chalk: 4.1.2 - jest-message-util: 28.1.1 - jest-util: 28.1.1 - slash: 3.0.0 - dev: true - /@jest/console/28.1.3: resolution: {integrity: sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 slash: 3.0.0 dev: true - /@jest/core/28.1.2: - resolution: {integrity: sha512-Xo4E+Sb/nZODMGOPt2G3cMmCBqL4/W2Ijwr7/mrXlq4jdJwcFQ/9KrrJZT2adQRk2otVBXXOz1GRQ4Z5iOgvRQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/console': 28.1.1 - '@jest/reporters': 28.1.2 - '@jest/test-result': 28.1.1 - '@jest/transform': 28.1.2 - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - ci-info: 3.3.2 - exit: 0.1.2 - graceful-fs: 4.2.10 - jest-changed-files: 28.0.2 - jest-config: 28.1.2_@types+node@18.0.3 - jest-haste-map: 28.1.1 - jest-message-util: 28.1.1 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.1 - jest-resolve-dependencies: 28.1.2 - jest-runner: 28.1.2 - jest-runtime: 28.1.2 - jest-snapshot: 28.1.2 - jest-util: 28.1.1 - jest-validate: 28.1.1 - jest-watcher: 28.1.1 - micromatch: 4.0.5 - pretty-format: 28.1.1 - rimraf: 3.0.2 - slash: 3.0.0 - strip-ansi: 6.0.1 - transitivePeerDependencies: - - supports-color - - ts-node - dev: true - /@jest/core/28.1.3: resolution: {integrity: sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -3998,14 +4271,14 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.3.2 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 28.1.3 - jest-config: 28.1.3_@types+node@18.0.3 + jest-config: 28.1.3_@types+node@18.7.7 jest-haste-map: 28.1.3 jest-message-util: 28.1.3 jest-regex-util: 28.0.2 @@ -4027,33 +4300,16 @@ packages: - ts-node dev: true - /@jest/environment/28.1.2: - resolution: {integrity: sha512-I0CR1RUMmOzd0tRpz10oUfaChBWs+/Hrvn5xYhMEF/ZqrDaaeHwS8yDBqEWCrEnkH2g+WE/6g90oBv3nKpcm8Q==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/fake-timers': 28.1.2 - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - jest-mock: 28.1.1 - dev: true - /@jest/environment/28.1.3: resolution: {integrity: sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 jest-mock: 28.1.3 dev: true - /@jest/expect-utils/28.1.1: - resolution: {integrity: sha512-n/ghlvdhCdMI/hTcnn4qV57kQuV9OTsZzH1TTCVARANKhl6hXJqLKUkwX69ftMGpsbpt96SsDD8n8LD2d9+FRw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - jest-get-type: 28.0.2 - dev: true - /@jest/expect-utils/28.1.3: resolution: {integrity: sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -4061,16 +4317,6 @@ packages: jest-get-type: 28.0.2 dev: true - /@jest/expect/28.1.2: - resolution: {integrity: sha512-HBzyZBeFBiOelNbBKN0pilWbbrGvwDUwAqMC46NVJmWm8AVkuE58NbG1s7DR4cxFt4U5cVLxofAoHxgvC5MyOw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - expect: 28.1.1 - jest-snapshot: 28.1.2 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/expect/28.1.3: resolution: {integrity: sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -4081,25 +4327,13 @@ packages: - supports-color dev: true - /@jest/fake-timers/28.1.2: - resolution: {integrity: sha512-xSYEI7Y0D5FbZN2LsCUj/EKRR1zfQYmGuAUVh6xTqhx7V5JhjgMcK5Pa0iR6WIk0GXiHDe0Ke4A+yERKE9saqg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.1 - '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.0.3 - jest-message-util: 28.1.1 - jest-mock: 28.1.1 - jest-util: 28.1.1 - dev: true - /@jest/fake-timers/28.1.3: resolution: {integrity: sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.0.3 + '@types/node': 18.7.7 jest-message-util: 28.1.3 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -4109,20 +4343,9 @@ packages: resolution: {integrity: sha512-3m7sTg52OTQR6dPhsEQSxAvU+LOBbMivZBwOvKEZ+Rb+GyxVnXi9HKgOTYkx/S99T8yvh17U4tNNJPIEQmtwYw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/environment': 28.1.2 - '@jest/expect': 28.1.2 - '@jest/types': 28.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /@jest/globals/28.1.2: - resolution: {integrity: sha512-cz0lkJVDOtDaYhvT3Fv2U1B6FtBnV+OpEyJCzTHM1fdoTsU4QNLAt/H4RkiwEUU+dL4g/MFsoTuHeT2pvbo4Hg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/environment': 28.1.2 - '@jest/expect': 28.1.2 - '@jest/types': 28.1.1 + '@jest/environment': 28.1.3 + '@jest/expect': 28.1.3 + '@jest/types': 28.1.3 transitivePeerDependencies: - supports-color dev: true @@ -4138,44 +4361,6 @@ packages: - supports-color dev: true - /@jest/reporters/28.1.2: - resolution: {integrity: sha512-/whGLhiwAqeCTmQEouSigUZJPVl7sW8V26EiboImL+UyXznnr1a03/YZ2BX8OlFw0n+Zlwu+EZAITZtaeRTxyA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 28.1.1 - '@jest/test-result': 28.1.1 - '@jest/transform': 28.1.2 - '@jest/types': 28.1.1 - '@jridgewell/trace-mapping': 0.3.14 - '@types/node': 18.0.3 - chalk: 4.1.2 - collect-v8-coverage: 1.0.1 - exit: 0.1.2 - glob: 7.2.3 - graceful-fs: 4.2.10 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.0 - istanbul-lib-report: 3.0.0 - istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.4 - jest-message-util: 28.1.1 - jest-util: 28.1.1 - jest-worker: 28.1.1 - slash: 3.0.0 - string-length: 4.0.2 - strip-ansi: 6.0.1 - terminal-link: 2.1.1 - v8-to-istanbul: 9.0.1 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/reporters/28.1.3: resolution: {integrity: sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -4190,8 +4375,8 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@jridgewell/trace-mapping': 0.3.14 - '@types/node': 18.0.3 + '@jridgewell/trace-mapping': 0.3.15 + '@types/node': 18.7.7 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -4201,7 +4386,7 @@ packages: istanbul-lib-instrument: 5.2.0 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.4 + istanbul-reports: 3.1.5 jest-message-util: 28.1.3 jest-util: 28.1.3 jest-worker: 28.1.3 @@ -4214,39 +4399,22 @@ packages: - supports-color dev: true - /@jest/schemas/28.0.2: - resolution: {integrity: sha512-YVDJZjd4izeTDkij00vHHAymNXQ6WWsdChFRK86qck6Jpr3DCL5W3Is3vslviRlP+bLuMYRLbdp98amMvqudhA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@sinclair/typebox': 0.23.5 - dev: true - /@jest/schemas/28.1.3: resolution: {integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@sinclair/typebox': 0.24.26 + '@sinclair/typebox': 0.24.28 dev: true /@jest/source-map/28.1.2: resolution: {integrity: sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 callsites: 3.1.0 graceful-fs: 4.2.10 dev: true - /@jest/test-result/28.1.1: - resolution: {integrity: sha512-hPmkugBktqL6rRzwWAtp1JtYT4VHwv8OQ+9lE5Gymj6dHzubI/oJHMUpPOt8NrdVWSrz9S7bHjJUmv2ggFoUNQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/console': 28.1.1 - '@jest/types': 28.1.1 - '@types/istanbul-lib-coverage': 2.0.4 - collect-v8-coverage: 1.0.1 - dev: true - /@jest/test-result/28.1.3: resolution: {integrity: sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -4257,16 +4425,6 @@ packages: collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/28.1.1: - resolution: {integrity: sha512-nuL+dNSVMcWB7OOtgb0EGH5AjO4UBCt68SLP08rwmC+iRhyuJWS9MtZ/MpipxFwKAlHFftbMsydXqWre8B0+XA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/test-result': 28.1.1 - graceful-fs: 4.2.10 - jest-haste-map: 28.1.1 - slash: 3.0.0 - dev: true - /@jest/test-sequencer/28.1.3: resolution: {integrity: sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -4300,36 +4458,13 @@ packages: - supports-color dev: true - /@jest/transform/28.1.2: - resolution: {integrity: sha512-3o+lKF6iweLeJFHBlMJysdaPbpoMmtbHEFsjzSv37HIq/wWt5ijTeO2Yf7MO5yyczCopD507cNwNLeX8Y/CuIg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@babel/core': 7.18.6 - '@jest/types': 28.1.1 - '@jridgewell/trace-mapping': 0.3.14 - babel-plugin-istanbul: 6.1.1 - chalk: 4.1.2 - convert-source-map: 1.8.0 - fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.10 - jest-haste-map: 28.1.1 - jest-regex-util: 28.0.2 - jest-util: 28.1.1 - micromatch: 4.0.5 - pirates: 4.0.5 - slash: 3.0.0 - write-file-atomic: 4.0.1 - transitivePeerDependencies: - - supports-color - dev: true - /@jest/transform/28.1.3: resolution: {integrity: sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@babel/core': 7.18.6 '@jest/types': 28.1.3 - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.8.0 @@ -4341,7 +4476,7 @@ packages: micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 - write-file-atomic: 4.0.1 + write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color dev: true @@ -4352,23 +4487,11 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.0.3 + '@types/node': 18.7.7 '@types/yargs': 15.0.14 chalk: 4.1.2 dev: true - /@jest/types/28.1.1: - resolution: {integrity: sha512-vRXVqSg1VhDnB8bWcmvLzmg0Bt9CRKVgHPXqYwvWMX3TvAjeO+nRuK6+VdTKCtWOvYlmkF/HqNAL/z+N3B53Kw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/schemas': 28.0.2 - '@types/istanbul-lib-coverage': 2.0.4 - '@types/istanbul-reports': 3.0.1 - '@types/node': 18.0.3 - '@types/yargs': 17.0.10 - chalk: 4.1.2 - dev: true - /@jest/types/28.1.3: resolution: {integrity: sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -4376,8 +4499,8 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.0.3 - '@types/yargs': 17.0.10 + '@types/node': 18.7.7 + '@types/yargs': 17.0.11 chalk: 4.1.2 dev: true @@ -4394,7 +4517,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.14 - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 /@jridgewell/resolve-uri/3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} @@ -4408,13 +4531,13 @@ packages: resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} dependencies: '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 /@jridgewell/sourcemap-codec/1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/trace-mapping/0.3.14: - resolution: {integrity: sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==} + /@jridgewell/trace-mapping/0.3.15: + resolution: {integrity: sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 @@ -4509,44 +4632,44 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@motionone/animation/10.12.0: - resolution: {integrity: sha512-SCWkVjMChQwA4Cnt1pdmhCi0OC4cAR+rqsskNEqmbgfG59zmn50TfOP6vgqjkYbaSZXXLeEb03Mez362jIEHRg==} + /@motionone/animation/10.14.0: + resolution: {integrity: sha512-h+1sdyBP8vbxEBW5gPFDnj+m2DCqdlAuf2g6Iafb1lcMnqjsRXWlPw1AXgvUMXmreyhqmPbJqoNfIKdytampRQ==} dependencies: - '@motionone/easing': 10.12.0 - '@motionone/types': 10.12.0 - '@motionone/utils': 10.12.0 + '@motionone/easing': 10.14.0 + '@motionone/types': 10.14.0 + '@motionone/utils': 10.14.0 tslib: 2.4.0 /@motionone/dom/10.12.0: resolution: {integrity: sha512-UdPTtLMAktHiqV0atOczNYyDd/d8Cf5fFsd1tua03PqTwwCe/6lwhLSQ8a7TbnQ5SN0gm44N1slBfj+ORIhrqw==} dependencies: - '@motionone/animation': 10.12.0 - '@motionone/generators': 10.12.0 - '@motionone/types': 10.12.0 - '@motionone/utils': 10.12.0 + '@motionone/animation': 10.14.0 + '@motionone/generators': 10.14.0 + '@motionone/types': 10.14.0 + '@motionone/utils': 10.14.0 hey-listen: 1.0.8 tslib: 2.4.0 - /@motionone/easing/10.12.0: - resolution: {integrity: sha512-kdwcn1ja/0//BBHRElX3In1yfqMEhqUoL3G0njDan8R+gfPy3DanyuCtio4VruHQ1m3XN3LcrqavbClzcGo7IA==} + /@motionone/easing/10.14.0: + resolution: {integrity: sha512-2vUBdH9uWTlRbuErhcsMmt1jvMTTqvGmn9fHq8FleFDXBlHFs5jZzHJT9iw+4kR1h6a4SZQuCf72b9ji92qNYA==} dependencies: - '@motionone/utils': 10.12.0 + '@motionone/utils': 10.14.0 tslib: 2.4.0 - /@motionone/generators/10.12.0: - resolution: {integrity: sha512-QM8/ndOve80HLXImChwW8ogrEM/8m9xzZEl2Ci2ep1uGLAQ+ADiwzKtl11inGESrxiFDrUdD12WXacCn+y172Q==} + /@motionone/generators/10.14.0: + resolution: {integrity: sha512-6kRHezoFfIjFN7pPpaxmkdZXD36tQNcyJe3nwVqwJ+ZfC0e3rFmszR8kp9DEVFs9QL/akWjuGPSLBI1tvz+Vjg==} dependencies: - '@motionone/types': 10.12.0 - '@motionone/utils': 10.12.0 + '@motionone/types': 10.14.0 + '@motionone/utils': 10.14.0 tslib: 2.4.0 - /@motionone/types/10.12.0: - resolution: {integrity: sha512-D9k7ijkAT6JJOCMUVn9IgJqWolp7N3oBbWRQTIRGGO41Bmr/JzLv4GzAb00PvkYAzZX+BpnSTKqXI19zrSjC5w==} + /@motionone/types/10.14.0: + resolution: {integrity: sha512-3bNWyYBHtVd27KncnJLhksMFQ5o2MSdk1cA/IZqsHtA9DnRM1SYgN01CTcJ8Iw8pCXF5Ocp34tyAjY7WRpOJJQ==} - /@motionone/utils/10.12.0: - resolution: {integrity: sha512-2g3tCqYYwb/tgzCDRbILbD5edXJB45HV51NbnhwKVOOl0PhFraRDtehzLKo9wLHdaTnO/IjVn6cHQsw6RjdolA==} + /@motionone/utils/10.14.0: + resolution: {integrity: sha512-sLWBLPzRqkxmOTRzSaD3LFQXCPHvDzyHJ1a3VP9PRzBxyVd2pv51/gMOsdAcxQ9n+MIeGJnxzXBYplUHKj4jkw==} dependencies: - '@motionone/types': 10.12.0 + '@motionone/types': 10.14.0 hey-listen: 1.0.8 tslib: 2.4.0 @@ -4585,94 +4708,103 @@ packages: resolution: {integrity: sha512-MDNFUBcJIptB9At7HiV7VCvU3NcL4GnfCQaP8C5lrxWrRPMJBnemYtehaKSOlaM7AYxeRyj9etenu8LVpSpVaQ==} engines: {node: '>= 14'} dependencies: - '@octokit/types': 6.39.0 + '@octokit/types': 6.41.0 - /@octokit/core/4.0.4: - resolution: {integrity: sha512-sUpR/hc4Gc7K34o60bWC7WUH6Q7T6ftZ2dUmepSyJr9PRF76/qqkWjE2SOEzCqLA5W83SaISymwKtxks+96hPQ==} + /@octokit/auth-token/3.0.1: + resolution: {integrity: sha512-/USkK4cioY209wXRpund6HZzHo9GmjakpV9ycOkpMcMxMk7QVcVFVyCMtzvXYiHsB2crgDgrtNYSELYFBXhhaA==} engines: {node: '>= 14'} dependencies: - '@octokit/auth-token': 3.0.0 - '@octokit/graphql': 5.0.0 - '@octokit/request': 6.1.0 - '@octokit/request-error': 3.0.0 - '@octokit/types': 6.39.0 + '@octokit/types': 7.1.0 + + /@octokit/core/4.0.5: + resolution: {integrity: sha512-4R3HeHTYVHCfzSAi0C6pbGXV8UDI5Rk+k3G7kLVNckswN9mvpOzW9oENfjfH3nEmzg8y3AmKmzs8Sg6pLCeOCA==} + engines: {node: '>= 14'} + dependencies: + '@octokit/auth-token': 3.0.1 + '@octokit/graphql': 5.0.1 + '@octokit/request': 6.2.1 + '@octokit/request-error': 3.0.1 + '@octokit/types': 7.1.0 before-after-hook: 2.2.2 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding - /@octokit/endpoint/7.0.0: - resolution: {integrity: sha512-Kz/mIkOTjs9rV50hf/JK9pIDl4aGwAtT8pry6Rpy+hVXkAPhXanNQRxMoq6AeRgDCZR6t/A1zKniY2V1YhrzlQ==} + /@octokit/endpoint/7.0.1: + resolution: {integrity: sha512-/wTXAJwt0HzJ2IeE4kQXO+mBScfzyCkI0hMtkIaqyXd9zg76OpOfNQfHL9FlaxAV2RsNiOXZibVWloy8EexENg==} engines: {node: '>= 14'} dependencies: - '@octokit/types': 6.39.0 + '@octokit/types': 7.1.0 is-plain-object: 5.0.0 universal-user-agent: 6.0.0 - /@octokit/graphql/5.0.0: - resolution: {integrity: sha512-1ZZ8tX4lUEcLPvHagfIVu5S2xpHYXAmgN0+95eAOPoaVPzCfUXJtA5vASafcpWcO86ze0Pzn30TAx72aB2aguQ==} + /@octokit/graphql/5.0.1: + resolution: {integrity: sha512-sxmnewSwAixkP1TrLdE6yRG53eEhHhDTYUykUwdV9x8f91WcbhunIHk9x1PZLALdBZKRPUO2HRcm4kezZ79HoA==} engines: {node: '>= 14'} dependencies: - '@octokit/request': 6.1.0 - '@octokit/types': 6.39.0 + '@octokit/request': 6.2.1 + '@octokit/types': 7.1.0 universal-user-agent: 6.0.0 transitivePeerDependencies: - encoding - /@octokit/openapi-types/12.8.0: - resolution: {integrity: sha512-ydcKLs2KKcxlhpdWLzJxEBDEk/U5MUeqtqkXlrtAUXXFPs6vLl1PEGghFC/BbpleosB7iXs0Z4P2DGe7ZT5ZNg==} + /@octokit/openapi-types/12.11.0: + resolution: {integrity: sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==} - /@octokit/plugin-paginate-rest/3.0.0_@octokit+core@4.0.4: - resolution: {integrity: sha512-fvw0Q5IXnn60D32sKeLIxgXCEZ7BTSAjJd8cFAE6QU5qUp0xo7LjFUjjX1J5D7HgN355CN4EXE4+Q1/96JaNUA==} + /@octokit/openapi-types/13.3.0: + resolution: {integrity: sha512-LQGIQDpCUNVm+Egqtj9nZJ383HsuS/LFaSqV5uMjD9eev4x54IUaom3WV3PEdDeu/pEagL7FyrKmvYn+Yrb30A==} + + /@octokit/plugin-paginate-rest/3.1.0_@octokit+core@4.0.5: + resolution: {integrity: sha512-+cfc40pMzWcLkoDcLb1KXqjX0jTGYXjKuQdFQDc6UAknISJHnZTiBqld6HDwRJvD4DsouDKrWXNbNV0lE/3AXA==} engines: {node: '>= 14'} peerDependencies: '@octokit/core': '>=4' dependencies: - '@octokit/core': 4.0.4 - '@octokit/types': 6.39.0 + '@octokit/core': 4.0.5 + '@octokit/types': 6.41.0 - /@octokit/plugin-request-log/1.0.4_@octokit+core@4.0.4: + /@octokit/plugin-request-log/1.0.4_@octokit+core@4.0.5: resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} peerDependencies: '@octokit/core': '>=3' dependencies: - '@octokit/core': 4.0.4 + '@octokit/core': 4.0.5 - /@octokit/plugin-rest-endpoint-methods/5.16.2_@octokit+core@4.0.4: + /@octokit/plugin-rest-endpoint-methods/5.16.2_@octokit+core@4.0.5: resolution: {integrity: sha512-8QFz29Fg5jDuTPXVtey05BLm7OB+M8fnvE64RNegzX7U+5NUXcOcnpTIK0YfSHBg8gYd0oxIq3IZTe9SfPZiRw==} peerDependencies: '@octokit/core': '>=3' dependencies: - '@octokit/core': 4.0.4 - '@octokit/types': 6.39.0 + '@octokit/core': 4.0.5 + '@octokit/types': 6.41.0 deprecation: 2.3.1 dev: false - /@octokit/plugin-rest-endpoint-methods/6.0.0_@octokit+core@4.0.4: - resolution: {integrity: sha512-9LkEvZB3WDuayEI381O5A/eM3QQioBZrwymQp5CUCNz9UMP/yZAIqBjcPhVJJFA3IRkKO1EARo98OePt9i0rkQ==} + /@octokit/plugin-rest-endpoint-methods/6.3.0_@octokit+core@4.0.5: + resolution: {integrity: sha512-qEu2wn6E7hqluZwIEUnDxWROvKjov3zMIAi4H4d7cmKWNMeBprEXZzJe8pE5eStUYC1ysGhD0B7L6IeG1Rfb+g==} engines: {node: '>= 14'} peerDependencies: '@octokit/core': '>=3' dependencies: - '@octokit/core': 4.0.4 - '@octokit/types': 6.39.0 + '@octokit/core': 4.0.5 + '@octokit/types': 7.1.0 deprecation: 2.3.1 - /@octokit/request-error/3.0.0: - resolution: {integrity: sha512-WBtpzm9lR8z4IHIMtOqr6XwfkGvMOOILNLxsWvDwtzm/n7f5AWuqJTXQXdDtOvPfTDrH4TPhEvW2qMlR4JFA2w==} + /@octokit/request-error/3.0.1: + resolution: {integrity: sha512-ym4Bp0HTP7F3VFssV88WD1ZyCIRoE8H35pXSKwLeMizcdZAYc/t6N9X9Yr9n6t3aG9IH75XDnZ6UeZph0vHMWQ==} engines: {node: '>= 14'} dependencies: - '@octokit/types': 6.39.0 + '@octokit/types': 7.1.0 deprecation: 2.3.1 once: 1.4.0 - /@octokit/request/6.1.0: - resolution: {integrity: sha512-36V+sP4bJli31TRq8sea3d/Q1XGgZ9cnqpsegkLCnvpu+hoYephSkxGlWg4KB6dyUM1IWPXVrLFOKYzObQ+MZg==} + /@octokit/request/6.2.1: + resolution: {integrity: sha512-gYKRCia3cpajRzDSU+3pt1q2OcuC6PK8PmFIyxZDWCzRXRSIBH8jXjFJ8ZceoygBIm0KsEUg4x1+XcYBz7dHPQ==} engines: {node: '>= 14'} dependencies: - '@octokit/endpoint': 7.0.0 - '@octokit/request-error': 3.0.0 - '@octokit/types': 6.39.0 + '@octokit/endpoint': 7.0.1 + '@octokit/request-error': 3.0.1 + '@octokit/types': 7.1.0 is-plain-object: 5.0.0 node-fetch: 2.6.7 universal-user-agent: 6.0.0 @@ -4683,17 +4815,22 @@ packages: resolution: {integrity: sha512-5arkTsnnRT7/sbI4fqgSJ35KiFaN7zQm0uQiQtivNQLI8RQx8EHwJCajcTUwmaCMNDg7tdCvqAnc7uvHHPxrtQ==} engines: {node: '>= 14'} dependencies: - '@octokit/core': 4.0.4 - '@octokit/plugin-paginate-rest': 3.0.0_@octokit+core@4.0.4 - '@octokit/plugin-request-log': 1.0.4_@octokit+core@4.0.4 - '@octokit/plugin-rest-endpoint-methods': 6.0.0_@octokit+core@4.0.4 + '@octokit/core': 4.0.5 + '@octokit/plugin-paginate-rest': 3.1.0_@octokit+core@4.0.5 + '@octokit/plugin-request-log': 1.0.4_@octokit+core@4.0.5 + '@octokit/plugin-rest-endpoint-methods': 6.3.0_@octokit+core@4.0.5 transitivePeerDependencies: - encoding - /@octokit/types/6.39.0: - resolution: {integrity: sha512-Mq4N9sOAYCitTsBtDdRVrBE80lIrMBhL9Jbrw0d+j96BAzlq4V+GLHFJbHokEsVvO/9tQupQdoFdgVYhD2C8UQ==} + /@octokit/types/6.41.0: + resolution: {integrity: sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==} + dependencies: + '@octokit/openapi-types': 12.11.0 + + /@octokit/types/7.1.0: + resolution: {integrity: sha512-+ClA0jRc9zGFj5mfQeQNfgTlelzhpAexbAueQG1t2Xn8yhgnsjkF8bgLcUUpwrpqkv296uXyiGwkqXRSU7KYzQ==} dependencies: - '@octokit/openapi-types': 12.8.0 + '@octokit/openapi-types': 13.3.0 /@opencensus/core/0.0.8: resolution: {integrity: sha512-yUFT59SFhGMYQgX0PhoTR0LBff2BEhPrD9io1jWfF/VDbakRfs6Pq60rjv0Z7iaTav5gQlttJCX2+VPxFWCuoQ==} @@ -4730,7 +4867,7 @@ packages: engines: {node: '>=14'} hasBin: true dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 playwright-core: 1.22.2 dev: true @@ -4764,8 +4901,8 @@ packages: '@opencensus/propagation-b3': 0.0.8 async: 2.6.4 debug: 4.3.4 - eventemitter2: 6.4.6 - require-in-the-middle: 5.1.0 + eventemitter2: 6.4.7 + require-in-the-middle: 5.2.0 semver: 6.3.0 shimmer: 1.2.1 signal-exit: 3.0.7 @@ -4781,8 +4918,8 @@ packages: async: 2.6.4 axios: 0.21.4_debug@4.3.4 debug: 4.3.4 - eventemitter2: 6.4.6 - ws: 7.5.8 + eventemitter2: 6.4.7 + ws: 7.5.9 transitivePeerDependencies: - bufferutil - supports-color @@ -4825,7 +4962,7 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.23.4 + core-js-pure: 3.24.1 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 @@ -4836,54 +4973,54 @@ packages: webpack: 5.72.1_webpack-cli@4.9.1 dev: true - /@popperjs/core/2.11.5: - resolution: {integrity: sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==} + /@popperjs/core/2.11.6: + resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==} - /@react-spring/animated/9.4.5_react@17.0.2: - resolution: {integrity: sha512-KWqrtvJSMx6Fj9nMJkhTwM9r6LIriExDRV6YHZV9HKQsaolUFppgkOXpC+rsL1JEtEvKv6EkLLmSqHTnuYjiIA==} + /@react-spring/animated/9.5.2_react@17.0.2: + resolution: {integrity: sha512-oRlX+MmYLbK8IuUZR7SQUnRjXxJ4PMIZeBkBd1SUWVgVJAHMTfJzPltzm+I6p59qX+qLlklYHfnWaonQKDqLuQ==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 dependencies: - '@react-spring/shared': 9.4.5_react@17.0.2 - '@react-spring/types': 9.4.5 + '@react-spring/shared': 9.5.2_react@17.0.2 + '@react-spring/types': 9.5.2 react: 17.0.2 - /@react-spring/core/9.4.5_react@17.0.2: - resolution: {integrity: sha512-83u3FzfQmGMJFwZLAJSwF24/ZJctwUkWtyPD7KYtNagrFeQKUH1I05ZuhmCmqW+2w1KDW1SFWQ43RawqfXKiiQ==} + /@react-spring/core/9.5.2_react@17.0.2: + resolution: {integrity: sha512-UMRtFH6EfebMp/NMDGCUY5+hZFXsg9iT9hzt/iPzJSz2WMXKBjLoFZHJXcmiVOrIhzHmg1O0pFECn1Wp6pZ5Gw==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 - '@react-spring/rafz': 9.4.5 - '@react-spring/shared': 9.4.5_react@17.0.2 - '@react-spring/types': 9.4.5 + '@react-spring/animated': 9.5.2_react@17.0.2 + '@react-spring/rafz': 9.5.2 + '@react-spring/shared': 9.5.2_react@17.0.2 + '@react-spring/types': 9.5.2 react: 17.0.2 - /@react-spring/rafz/9.4.5: - resolution: {integrity: sha512-swGsutMwvnoyTRxvqhfJBtGM8Ipx6ks0RkIpNX9F/U7XmyPvBMGd3GgX/mqxZUpdlsuI1zr/jiYw+GXZxAlLcQ==} + /@react-spring/rafz/9.5.2: + resolution: {integrity: sha512-xHSRXKKBI/wDUkZGrspkOm4VlgN6lZi8Tw9Jzibp9QKf3neoof+U2mDNgklvnLaasymtUwAq9o4ZfFvQIVNgPQ==} - /@react-spring/shared/9.4.5_react@17.0.2: - resolution: {integrity: sha512-JhMh3nFKsqyag0KM5IIM8BQANGscTdd0mMv3BXsUiMZrcjQTskyfnv5qxEeGWbJGGar52qr5kHuBHtCjQOzniA==} + /@react-spring/shared/9.5.2_react@17.0.2: + resolution: {integrity: sha512-/OSf2sjwY4BUnjZL6xMC+H3WxOOhMUCk+yZwgdj40XuyUpk6E6tYyiPeD9Yq5GLsZHodkvE1syVMRVReL4ndAg==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 dependencies: - '@react-spring/rafz': 9.4.5 - '@react-spring/types': 9.4.5 + '@react-spring/rafz': 9.5.2 + '@react-spring/types': 9.5.2 react: 17.0.2 - /@react-spring/types/9.4.5: - resolution: {integrity: sha512-mpRIamoHwql0ogxEUh9yr4TP0xU5CWyZxVQeccGkHHF8kPMErtDXJlxyo0lj+telRF35XNihtPTWoflqtyARmg==} + /@react-spring/types/9.5.2: + resolution: {integrity: sha512-n/wBRSHPqTmEd4BFWY6TeR1o/UY+3ujoqMxLjqy90CcY/ozJzDRuREL3c+pxMeTF2+B7dX33dTPCtFMX51nbxg==} - /@react-spring/web/9.4.5_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-NGAkOtKmOzDEctL7MzRlQGv24sRce++0xAY7KlcxmeVkR7LRSGkoXHaIfm9ObzxPMcPHQYQhf3+X9jepIFNHQA==} + /@react-spring/web/9.5.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-cusTjbOGTgtbsnpBDjb6Ia+B0lQLE0Fk5rGDog6Sww7hWnLIQ521PMiOBnAWtkntB9eXDUfj7L91nwJviEC0lw==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 - '@react-spring/core': 9.4.5_react@17.0.2 - '@react-spring/shared': 9.4.5_react@17.0.2 - '@react-spring/types': 9.4.5 + '@react-spring/animated': 9.5.2_react@17.0.2 + '@react-spring/core': 9.5.2_react@17.0.2 + '@react-spring/shared': 9.5.2_react@17.0.2 + '@react-spring/types': 9.5.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -4938,7 +5075,7 @@ packages: '@rollup/pluginutils': 3.1.0_rollup@2.56.3 '@types/resolve': 1.17.1 deepmerge: 4.2.2 - is-builtin-module: 3.1.0 + is-builtin-module: 3.2.0 is-module: 1.0.0 resolve: 1.22.1 rollup: 2.56.3 @@ -5014,12 +5151,8 @@ packages: - zenObservable dev: false - /@sinclair/typebox/0.23.5: - resolution: {integrity: sha512-AFBVi/iT4g20DHoujvMH1aEDn8fGJh4xsRGCP6d8RpLPMqsNPvW01Jcn0QysXTsg++/xj25NmJsGyH9xug/wKg==} - dev: true - - /@sinclair/typebox/0.24.26: - resolution: {integrity: sha512-1ZVIyyS1NXDRVT8GjWD5jULjhDyM3IsIHef2VGUMdnWOlX2tkPjyEX/7K0TGSH2S8EaPhp1ylFdjSjUGQ+gecg==} + /@sinclair/typebox/0.24.28: + resolution: {integrity: sha512-dgJd3HLOkLmz4Bw50eZx/zJwtBq65nms3N9VBYu5LTjJ883oBFkTyXRlCB/ZGGwqYpJJHA5zW2Ibhl5ngITfow==} dev: true /@sinonjs/commons/1.8.3: @@ -5088,7 +5221,7 @@ packages: resolution: {integrity: sha512-DTuBFbqu4gGfajREEMrkq5jBhcnskinhr4+AnfJEk48zhVeEv3XnUKGIX98B74kxhYsIMfApGGySTn7V3b5yBA==} engines: {node: '>= 12.13.0', npm: '>= 6.12.0'} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 /@slack/types/2.7.0: resolution: {integrity: sha512-QUrHBilZeWyXAuHfEbSnzBwvFm4u/75LHKRKu8xRUnGNt35Amz8y9YQwb6voU1S5FmTYxMNAL+ZbAPTor4aRdw==} @@ -5101,7 +5234,7 @@ packages: '@slack/logger': 3.0.0 '@slack/types': 2.7.0 '@types/is-stream': 1.1.0 - '@types/node': 18.0.3 + '@types/node': 18.7.7 axios: 0.26.1 eventemitter3: 3.1.2 form-data: 2.5.1 @@ -5131,8 +5264,8 @@ packages: '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - axe-core: 4.4.2 - core-js: 3.23.5 + axe-core: 4.4.3 + core-js: 3.24.1 global: 4.4.0 lodash: 4.17.21 react: 17.0.2 @@ -5161,7 +5294,7 @@ packages: '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -5195,7 +5328,7 @@ packages: '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 memoizerific: 1.11.3 react: 17.0.2 @@ -5225,7 +5358,7 @@ packages: '@storybook/node-logger': 6.5.9 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -5255,8 +5388,8 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.6 - '@babel/preset-env': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.6 + '@babel/preset-env': 7.18.10_@babel+core@7.18.6 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@17.0.2 '@storybook/addons': 6.5.9_sfoxds7t5ydpegc3knd667wn6m @@ -5274,7 +5407,7 @@ packages: '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m babel-loader: 8.2.5_asrrglqazygxr56oqkwuellecm - core-js: 3.23.5 + core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -5369,7 +5502,7 @@ packages: '@storybook/builder-webpack5': 6.5.9_jwgm46t5xdvromoncpcpyjq23e '@storybook/core-common': 6.5.9_jwgm46t5xdvromoncpcpyjq23e '@storybook/node-logger': 6.5.9 - core-js: 3.23.5 + core-js: 3.24.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 @@ -5404,7 +5537,7 @@ packages: '@storybook/components': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -5427,7 +5560,7 @@ packages: '@storybook/components': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -5453,7 +5586,7 @@ packages: '@storybook/router': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/source-loader': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 estraverse: 5.3.0 loader-utils: 2.0.2 prop-types: 15.8.1 @@ -5479,7 +5612,7 @@ packages: '@storybook/client-logger': 6.5.9 '@storybook/components': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 @@ -5502,7 +5635,7 @@ packages: '@storybook/components': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/core-events': 6.5.9 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 @@ -5511,6 +5644,27 @@ packages: regenerator-runtime: 0.13.9 dev: true + /@storybook/addons/6.5.10_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/api': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/router': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + '@types/webpack-env': 1.18.0 + core-js: 3.24.1 + global: 4.4.0 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + dev: true + /@storybook/addons/6.5.9_sfoxds7t5ydpegc3knd667wn6m: resolution: {integrity: sha512-adwdiXg+mntfPocLc1KXjZXyLgGk7Aac699Fwe+OUYPEC5tW347Rm/kFatcE556d42o5czcRiq3ZSIGWnm9ieQ==} peerDependencies: @@ -5524,12 +5678,39 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/router': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - '@types/webpack-env': 1.17.0 - core-js: 3.23.5 + '@types/webpack-env': 1.18.0 + core-js: 3.24.1 + global: 4.4.0 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + dev: true + + /@storybook/api/6.5.10_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/channels': 6.5.10 + '@storybook/client-logger': 6.5.10 + '@storybook/core-events': 6.5.10 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/router': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + '@storybook/semver': 7.3.2 + '@storybook/theming': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + core-js: 3.24.1 + fast-deep-equal: 3.1.3 global: 4.4.0 + lodash: 4.17.21 + memoizerific: 1.11.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 + store2: 2.14.2 + telejson: 6.0.8 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 dev: true /@storybook/api/6.5.9_sfoxds7t5ydpegc3knd667wn6m: @@ -5545,7 +5726,7 @@ packages: '@storybook/router': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/semver': 7.3.2 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -5553,7 +5734,7 @@ packages: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 - store2: 2.13.2 + store2: 2.14.2 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -5585,12 +5766,12 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - '@types/node': 16.11.43 + '@types/node': 16.11.50 babel-loader: 8.2.5_asrrglqazygxr56oqkwuellecm babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 - core-js: 3.23.5 + core-js: 3.24.1 css-loader: 5.2.7_webpack@5.72.1 fork-ts-checker-webpack-plugin: 6.5.2_kunlnxgowht5psymbomb4rk6be glob: 7.2.3 @@ -5602,13 +5783,13 @@ packages: react-dom: 17.0.2_react@17.0.2 stable: 0.1.8 style-loader: 2.0.0_webpack@5.72.1 - terser-webpack-plugin: 5.3.3_webpack@5.72.1 + terser-webpack-plugin: 5.3.5_webpack@5.72.1 ts-dedent: 2.2.0 typescript: 4.7.4 util-deprecate: 1.0.2 webpack: 5.72.1_webpack-cli@4.9.1 webpack-dev-middleware: 4.3.0_webpack@5.72.1 - webpack-hot-middleware: 2.25.1 + webpack-hot-middleware: 2.25.2 webpack-virtual-modules: 0.4.4 transitivePeerDependencies: - '@swc/core' @@ -5626,7 +5807,7 @@ packages: '@storybook/channels': 6.5.9 '@storybook/client-logger': 6.5.9 '@storybook/core-events': 6.5.9 - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 qs: 6.11.0 telejson: 6.0.8 @@ -5637,15 +5818,23 @@ packages: dependencies: '@storybook/channels': 6.5.9 '@storybook/client-logger': 6.5.9 - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 telejson: 6.0.8 dev: true + /@storybook/channels/6.5.10: + resolution: {integrity: sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==} + dependencies: + core-js: 3.24.1 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + dev: true + /@storybook/channels/6.5.9: resolution: {integrity: sha512-FvGA35nV38UPXWOl9ERapFTJaxwSTamQ339s2Ev7E9riyRG+GRkgTWzf5kECJgS1PAYKd/7m/RqKJT9BVv6A5g==} dependencies: - core-js: 3.23.5 + core-js: 3.24.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -5664,8 +5853,8 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@types/qs': 6.9.7 - '@types/webpack-env': 1.17.0 - core-js: 3.23.5 + '@types/webpack-env': 1.18.0 + core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -5674,19 +5863,44 @@ packages: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 - store2: 2.13.2 + store2: 2.14.2 synchronous-promise: 2.0.15 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true + /@storybook/client-logger/6.5.10: + resolution: {integrity: sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==} + dependencies: + core-js: 3.24.1 + global: 4.4.0 + dev: true + /@storybook/client-logger/6.5.9: resolution: {integrity: sha512-DOHL6p0uiDd3gV/Sb2FR+Vh6OiPrrf8BrA06uvXWsMRIIvEEvnparxv9EvPg7FlmUX0T3nq7d3juwjx4F8Wbcg==} dependencies: - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 dev: true + /@storybook/components/6.5.10_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/client-logger': 6.5.10 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/theming': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + core-js: 3.24.1 + memoizerific: 1.11.3 + qs: 6.11.0 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + util-deprecate: 1.0.2 + dev: true + /@storybook/components/6.5.9_sfoxds7t5ydpegc3knd667wn6m: resolution: {integrity: sha512-BhfX980O9zn/1J4FNMeDo8ZvL1m5Ml3T4HRpfYmEBnf8oW5b5BeF6S2K2cwFStZRjWqm1feUcwNpZxCBVMkQnQ==} peerDependencies: @@ -5697,7 +5911,7 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@types/react-syntax-highlighter': 11.0.5 - core-js: 3.23.5 + core-js: 3.24.1 memoizerific: 1.11.3 qs: 6.11.0 react: 17.0.2 @@ -5730,7 +5944,7 @@ packages: '@storybook/ui': 6.5.9_sfoxds7t5ydpegc3knd667wn6m airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 @@ -5756,35 +5970,35 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-decorators': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-export-default-from': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.18.6 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.18.6 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.6 '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.6 '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.6 '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.6 '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-block-scoping': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-classes': 7.18.8_@babel+core@7.18.6 - '@babel/plugin-transform-destructuring': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.6 + '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.18.6 '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.6 '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.6 '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-spread': 7.18.6_@babel+core@7.18.6 - '@babel/preset-env': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.6 + '@babel/preset-env': 7.18.10_@babel+core@7.18.6 '@babel/preset-react': 7.18.6_@babel+core@7.18.6 '@babel/preset-typescript': 7.18.6_@babel+core@7.18.6 - '@babel/register': 7.18.6_@babel+core@7.18.6 + '@babel/register': 7.18.9_@babel+core@7.18.6 '@storybook/node-logger': 6.5.9 '@storybook/semver': 7.3.2 - '@types/node': 16.11.43 + '@types/node': 16.11.50 '@types/pretty-hrtime': 1.0.1 babel-loader: 8.2.5_asrrglqazygxr56oqkwuellecm babel-plugin-macros: 3.1.0 babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.18.6 chalk: 4.1.2 - core-js: 3.23.5 + core-js: 3.24.1 express: 4.18.1 file-system-cache: 1.1.0 find-up: 5.0.0 @@ -5817,10 +6031,16 @@ packages: - webpack-cli dev: true + /@storybook/core-events/6.5.10: + resolution: {integrity: sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==} + dependencies: + core-js: 3.24.1 + dev: true + /@storybook/core-events/6.5.9: resolution: {integrity: sha512-tXt7a3ZvJOCeEKpNa/B5rQM5VI7UJLlOh3IHOImWn4HqoBRrZvbourmac+PRZAtXpos0h3c6554Hjapj/Sny5Q==} dependencies: - core-js: 3.23.5 + core-js: 3.24.1 dev: true /@storybook/core-server/6.5.9_b6wer52eq2mygdtlsjfqh5gph4: @@ -5853,7 +6073,7 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/telemetry': 6.5.9_jwgm46t5xdvromoncpcpyjq23e - '@types/node': 16.11.43 + '@types/node': 16.11.50 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 5.28.0_webpack-cli@4.9.1 @@ -5863,7 +6083,7 @@ packages: cli-table3: 0.6.2 commander: 6.2.1 compression: 1.7.4 - core-js: 3.23.5 + core-js: 3.24.1 cpy: 8.1.2 detect-port: 1.3.0 express: 4.18.1 @@ -5887,7 +6107,7 @@ packages: util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 5.72.1_webpack-cli@4.9.1 - ws: 8.8.0 + ws: 8.8.1 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -5931,7 +6151,7 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/telemetry': 6.5.9_jwgm46t5xdvromoncpcpyjq23e - '@types/node': 16.11.43 + '@types/node': 16.11.50 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 5.28.0_webpack-cli@4.9.1 @@ -5941,7 +6161,7 @@ packages: cli-table3: 0.6.2 commander: 6.2.1 compression: 1.7.4 - core-js: 3.23.5 + core-js: 3.24.1 cpy: 8.1.2 detect-port: 1.3.0 express: 4.18.1 @@ -5965,7 +6185,7 @@ packages: util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 5.72.1_webpack-cli@4.9.1 - ws: 8.8.0 + ws: 8.8.1 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -6066,15 +6286,15 @@ packages: optional: true dependencies: '@babel/core': 7.18.6 - '@babel/generator': 7.18.7 - '@babel/parser': 7.18.8 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.6 - '@babel/preset-env': 7.18.6_@babel+core@7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/generator': 7.18.12 + '@babel/parser': 7.18.11 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.6 + '@babel/preset-env': 7.18.10_@babel+core@7.18.6 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.6 - core-js: 3.23.5 + core-js: 3.24.1 fs-extra: 9.1.0 global: 4.4.0 regenerator-runtime: 0.13.9 @@ -6101,7 +6321,7 @@ packages: '@babel/core': 7.18.6 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 doctrine: 3.0.0 lodash: 4.17.21 regenerator-runtime: 0.13.9 @@ -6122,7 +6342,7 @@ packages: optional: true dependencies: '@babel/core': 7.18.6 - '@babel/plugin-transform-template-literals': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.6 '@babel/preset-react': 7.18.6_@babel+core@7.18.6 '@storybook/addons': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/core-client': 6.5.9_tz6xnzm6xs4ckesd5jt64mtdui @@ -6130,11 +6350,11 @@ packages: '@storybook/node-logger': 6.5.9 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/ui': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - '@types/node': 16.11.43 + '@types/node': 16.11.50 babel-loader: 8.2.5_asrrglqazygxr56oqkwuellecm case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 - core-js: 3.23.5 + core-js: 3.24.1 css-loader: 5.2.7_webpack@5.72.1 express: 4.18.1 find-up: 5.0.0 @@ -6149,7 +6369,7 @@ packages: resolve-from: 5.0.0 style-loader: 2.0.0_webpack@5.72.1 telejson: 6.0.8 - terser-webpack-plugin: 5.3.3_webpack@5.72.1 + terser-webpack-plugin: 5.3.5_webpack@5.72.1 ts-dedent: 2.2.0 typescript: 4.7.4 util-deprecate: 1.0.2 @@ -6170,12 +6390,12 @@ packages: /@storybook/mdx1-csf/0.0.1_@babel+core@7.18.6: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.18.7 - '@babel/parser': 7.18.8 - '@babel/preset-env': 7.18.6_@babel+core@7.18.6 - '@babel/types': 7.18.8 + '@babel/generator': 7.18.12 + '@babel/parser': 7.18.11 + '@babel/preset-env': 7.18.10_@babel+core@7.18.6 + '@babel/types': 7.18.10 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.184 js-string-escape: 1.0.1 loader-utils: 2.0.2 lodash: 4.17.21 @@ -6191,7 +6411,7 @@ packages: dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 - core-js: 3.23.5 + core-js: 3.24.1 npmlog: 5.0.1 pretty-hrtime: 1.0.3 dev: true @@ -6199,7 +6419,7 @@ packages: /@storybook/postinstall/6.5.9: resolution: {integrity: sha512-KQBupK+FMRrtSt8IL0MzCZ/w9qbd25Yxxp/+ajfWgZTRgsWgVFOqcDyMhS16eNbBp5qKIBCBDXfEF+/mK8HwQQ==} dependencies: - core-js: 3.23.5 + core-js: 3.24.1 dev: true /@storybook/preview-web/6.5.9_sfoxds7t5ydpegc3knd667wn6m: @@ -6215,7 +6435,7 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m ansi-to-html: 0.6.15 - core-js: 3.23.5 + core-js: 3.24.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 @@ -6290,14 +6510,14 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@types/estree': 0.0.51 - '@types/node': 16.11.43 - '@types/webpack-env': 1.17.0 + '@types/node': 16.11.50 + '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-react-docgen: 4.2.1 - core-js: 3.23.5 + core-js: 3.24.1 escodegen: 2.0.0 fs-extra: 9.1.0 global: 4.4.0 @@ -6380,14 +6600,14 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@types/estree': 0.0.51 - '@types/node': 16.11.43 - '@types/webpack-env': 1.17.0 + '@types/node': 16.11.50 + '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-react-docgen: 4.2.1 - core-js: 3.23.5 + core-js: 3.24.1 escodegen: 2.0.0 fs-extra: 9.1.0 global: 4.4.0 @@ -6425,6 +6645,21 @@ packages: - webpack-plugin-serve dev: true + /@storybook/router/6.5.10_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/client-logger': 6.5.10 + core-js: 3.24.1 + memoizerific: 1.11.3 + qs: 6.11.0 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + dev: true + /@storybook/router/6.5.9_sfoxds7t5ydpegc3knd667wn6m: resolution: {integrity: sha512-G2Xp/2r8vU2O34eelE+G5VbEEVFDeHcCURrVJEROh6dq2asFJAPbzslVXSeCqgOTNLSpRDJ2NcN5BckkNqmqJg==} peerDependencies: @@ -6432,7 +6667,7 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/client-logger': 6.5.9 - core-js: 3.23.5 + core-js: 3.24.1 memoizerific: 1.11.3 qs: 6.11.0 react: 17.0.2 @@ -6445,7 +6680,7 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - core-js: 3.23.5 + core-js: 3.24.1 find-up: 4.1.0 dev: true @@ -6458,7 +6693,7 @@ packages: '@storybook/addons': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/client-logger': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.5 + core-js: 3.24.1 estraverse: 5.3.0 global: 4.4.0 loader-utils: 2.0.2 @@ -6479,7 +6714,7 @@ packages: '@storybook/client-logger': 6.5.9 '@storybook/core-events': 6.5.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.23.5 + core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -6500,7 +6735,7 @@ packages: '@storybook/client-logger': 6.5.9 '@storybook/core-common': 6.5.9_jwgm46t5xdvromoncpcpyjq23e chalk: 4.1.2 - core-js: 3.23.5 + core-js: 3.24.1 detect-package-manager: 2.0.1 fetch-retry: 5.0.3 fs-extra: 9.1.0 @@ -6541,6 +6776,20 @@ packages: react: 17.0.2 dev: true + /@storybook/theming/6.5.10_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/client-logger': 6.5.10 + core-js: 3.24.1 + memoizerific: 1.11.3 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + regenerator-runtime: 0.13.9 + dev: true + /@storybook/theming/6.5.9_sfoxds7t5ydpegc3knd667wn6m: resolution: {integrity: sha512-KM0AMP5jMQPAdaO8tlbFCYqx9uYM/hZXGSVUhznhLYu7bhNAIK7ZVmXxyE/z/khM++8eUHzRoZGiO/cwCkg9Xw==} peerDependencies: @@ -6548,7 +6797,7 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/client-logger': 6.5.9 - core-js: 3.23.5 + core-js: 3.24.1 memoizerific: 1.11.3 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -6570,7 +6819,7 @@ packages: '@storybook/router': 6.5.9_sfoxds7t5ydpegc3knd667wn6m '@storybook/semver': 7.3.2 '@storybook/theming': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - core-js: 3.23.5 + core-js: 3.24.1 memoizerific: 1.11.3 qs: 6.11.0 react: 17.0.2 @@ -6601,7 +6850,21 @@ packages: engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 + '@types/aria-query': 4.2.2 + aria-query: 5.0.0 + chalk: 4.1.2 + dom-accessibility-api: 0.5.14 + lz-string: 1.4.4 + pretty-format: 27.5.1 + dev: true + + /@testing-library/dom/8.17.1: + resolution: {integrity: sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ==} + engines: {node: '>=12'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/runtime': 7.18.9 '@types/aria-query': 4.2.2 aria-query: 5.0.0 chalk: 4.1.2 @@ -6614,7 +6877,7 @@ packages: resolution: {integrity: sha512-Gy+IoFutbMQcky0k+bqqumXZ1cTGswLsFqmNLzNdSKkU9KGV2u9oXhukCbbJ9/LRPKiqwxEE8VpV/+YZlfkPUA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.0.0 chalk: 3.0.0 @@ -6652,7 +6915,7 @@ packages: react-test-renderer: optional: true dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-error-boundary: 3.1.4_react@17.0.2 @@ -6675,7 +6938,7 @@ packages: react-test-renderer: optional: true dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@types/react': 17.0.47 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -6691,7 +6954,7 @@ packages: react: <18.0.0 react-dom: <18.0.0 dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@testing-library/dom': 8.16.0 '@types/react-dom': 17.0.17 react: 17.0.2 @@ -6728,48 +6991,48 @@ packages: resolution: {integrity: sha512-NRBPlhi5VkrTXMqDB1hSUnHs7vqLGRopeukC9u1zilOIFe9O1siwqeKZRiuJiVYakgpeDso/HE2Q5DU1aDqBog==} dependencies: '@types/babel__core': 7.1.19 - '@types/prettier': 2.6.3 + '@types/prettier': 2.7.0 dev: true /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.17.1 + '@types/babel__traverse': 7.18.0 dev: true /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.18.8 - '@babel/types': 7.18.8 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 dev: true - /@types/babel__traverse/7.17.1: - resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==} + /@types/babel__traverse/7.18.0: + resolution: {integrity: sha512-v4Vwdko+pgymgS+A2UIaJru93zQd85vIGWObM5ekZNdXCKtDYqATlEYnWgfo86Q6I1Lh0oXnksDnMU1cwmlPDw==} dependencies: - '@babel/types': 7.18.8 + '@babel/types': 7.18.10 dev: true /@types/eslint-scope/3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.4.5 - '@types/estree': 0.0.52 + '@types/eslint': 8.4.6 + '@types/estree': 0.0.51 - /@types/eslint/8.4.5: - resolution: {integrity: sha512-dhsC09y1gpJWnK+Ff4SGvCuSnk9DaU0BJZSzOwa6GVSg65XtTugLBITDAAzRU5duGBoXBHpdR/9jHGxJjNflJQ==} + /@types/eslint/8.4.6: + resolution: {integrity: sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==} dependencies: - '@types/estree': 0.0.52 + '@types/estree': 0.0.51 '@types/json-schema': 7.0.11 /@types/estree/0.0.39: @@ -6779,26 +7042,27 @@ packages: /@types/estree/0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} - /@types/estree/0.0.52: - resolution: {integrity: sha512-BZWrtCU0bMVAIliIV+HJO1f1PR41M7NKjfxrFJwwhKI1KwhwOxYw1SXg9ao+CIMt774nFuGiG6eU+udtbEI9oQ==} + /@types/estree/1.0.0: + resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} + dev: true /@types/fs-extra/8.1.2: resolution: {integrity: sha512-SvSrYXfWSc7R4eqnOzbQF4TZmfpNSM9FrSWLU3EUnWBuyZqNBOrv1B1JA3byUDPUl9z4Ab3jeZG2eDdySlgNMg==} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 dev: true /@types/glob/7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 3.0.5 - '@types/node': 18.0.3 + '@types/node': 16.11.50 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 dev: true /@types/hast/2.3.4: @@ -6810,7 +7074,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 17.0.47 + '@types/react': 17.0.48 hoist-non-react-statics: 3.3.2 dev: false @@ -6825,7 +7089,7 @@ packages: /@types/is-stream/1.1.0: resolution: {integrity: sha512-jkZatu4QVbR60mpIzjINmtS1ZF4a/FqdTUTBeQDVOQ2PYyidtwFKr0B5G6ERukKwliq+7mIXvxyppwzG5EgRYg==} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 /@types/istanbul-lib-coverage/2.0.4: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} @@ -6850,11 +7114,11 @@ packages: pretty-format: 27.5.1 dev: true - /@types/jest/28.1.4: - resolution: {integrity: sha512-telv6G5N7zRJiLcI3Rs3o+ipZ28EnE+7EvF0pSrt2pZOMnAVI/f+6/LucDxOvcBcTeTL3JMF744BbVQAVBUQRA==} + /@types/jest/28.1.7: + resolution: {integrity: sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA==} dependencies: - jest-matcher-utils: 28.1.1 - pretty-format: 28.1.1 + expect: 28.1.3 + pretty-format: 28.1.3 dev: true /@types/jquery/3.5.14: @@ -6863,10 +7127,10 @@ packages: '@types/sizzle': 2.3.3 dev: true - /@types/jsdom/16.2.14: - resolution: {integrity: sha512-6BAy1xXEmMuHeAJ4Fv4yXKwBDTGTOseExKE3OaHiNycdHdZw59KfYzrt0DkDluvwmik1HRt6QS7bImxUmpSy+w==} + /@types/jsdom/16.2.15: + resolution: {integrity: sha512-nwF87yjBKuX/roqGYerZZM0Nv1pZDMAT5YhOHYeM/72Fic+VEqJh4nyoqoapzJnW3pUlfxPY5FhgsJtM+dRnQQ==} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 '@types/parse5': 6.0.3 '@types/tough-cookie': 4.0.2 dev: true @@ -6878,8 +7142,8 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/lodash/4.14.182: - resolution: {integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==} + /@types/lodash/4.14.184: + resolution: {integrity: sha512-RoZphVtHbxPZizt4IcILciSWiC6dcn+eZ8oX9IWEYfDMcocdd42f7NPI6fQj+6zI8y4E0L7gu2pcZKLGTRaV9Q==} /@types/mdast/3.0.10: resolution: {integrity: sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==} @@ -6897,16 +7161,16 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.0.3 + '@types/node': 16.11.50 form-data: 3.0.1 dev: true - /@types/node/16.11.43: - resolution: {integrity: sha512-GqWykok+3uocgfAJM8imbozrqLnPyTrpFlrryURQlw1EesPUCx5XxTiucWDSFF9/NUEXDuD4bnvHm8xfVGWTpQ==} + /@types/node/16.11.50: + resolution: {integrity: sha512-JKSl7y+w1aaEd+2B1Y6HlMvrHUFDDzL7W3faUT9ZsJ0JhT7ijPPVS24XMhHlNVd76M23mogO7ipuqPjdNrPqxQ==} dev: true - /@types/node/18.0.3: - resolution: {integrity: sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==} + /@types/node/18.7.7: + resolution: {integrity: sha512-sTKYCtQmaUpsAT+AbUTKg0Ya0dYyh20t3TBQebWrGXQHFmkrEyeedok2/IpTthlJopPSbUoc1hAKoK6UeFRCZw==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -6927,8 +7191,8 @@ packages: resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} dev: true - /@types/prettier/2.6.3: - resolution: {integrity: sha512-ymZk3LEC/fsut+/Q5qejp6R9O1rMxz3XaRHDV6kX8MrGAhOSPqVARbDi+EZvInBpw+BnCX3TD240byVkOfQsHg==} + /@types/prettier/2.7.0: + resolution: {integrity: sha512-RI1L7N4JnW5gQw2spvL7Sllfuf1SaHdrZpCHiBlCXjIlufi1SMNnbu2teze3/QE67Fg2tBlH7W+mi4hVNk4p0A==} dev: true /@types/pretty-hrtime/1.0.1: @@ -6961,7 +7225,7 @@ packages: resolution: {integrity: sha512-7FkurKcS1k0FHZEtdbbgN8Oc6b+stGSfZYjQGicofJ0j4U0qIn/jaSvnP2pLwZKiai3/17xqqxkkrxTgN8UNbQ==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 17.0.47 + '@types/react': 17.0.48 hoist-non-react-statics: 3.3.2 redux: 4.1.1 dev: false @@ -6969,7 +7233,7 @@ packages: /@types/react-syntax-highlighter/11.0.5: resolution: {integrity: sha512-VIOi9i2Oj5XsmWWoB72p3KlZoEbdRAcechJa8Ztebw7bDl2YmR+odxIqhtJGp1q2EozHs02US+gzxJ9nuf56qg==} dependencies: - '@types/react': 17.0.47 + '@types/react': 17.0.48 dev: true /@types/react-test-renderer/17.0.2: @@ -6985,10 +7249,17 @@ packages: '@types/scheduler': 0.16.2 csstype: 3.1.0 + /@types/react/17.0.48: + resolution: {integrity: sha512-zJ6IYlJ8cYYxiJfUaZOQee4lh99mFihBoqkOSEGV+dFi9leROW6+PgstzQ+w3gWTnUfskALtQPGHK6dYmPj+2A==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.0 + /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 dev: true /@types/retry/0.12.0: @@ -6997,7 +7268,7 @@ packages: /@types/sass/1.43.1: resolution: {integrity: sha512-BPdoIt1lfJ6B7rw35ncdwBZrAssjcwzI5LByIrYs+tpXlj/CAkuVdRsgZDdP4lq5EjyWzwxZCqAoFyHKFwp32g==} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 dev: true /@types/scheduler/0.16.2: @@ -7020,7 +7291,7 @@ packages: /@types/testing-library__jest-dom/5.14.5: resolution: {integrity: sha512-SBwbxYoyPIvxHbeHxTZX2Pe/74F/tX2/D3mMvzabdeJ25bBojfW0TyB8BHrbq/9zaaKICJZjLP+8r6AeZMFCuQ==} dependencies: - '@types/jest': 28.1.4 + '@types/jest': 28.1.7 dev: true /@types/tinycolor2/1.4.3: @@ -7035,14 +7306,14 @@ packages: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} dev: true - /@types/webpack-env/1.17.0: - resolution: {integrity: sha512-eHSaNYEyxRA5IAG0Ym/yCyf86niZUIF/TpWKofQI/CVfh5HsMEUyfE2kwFxha4ow0s5g0LfISQxpDKjbRDrizw==} + /@types/webpack-env/1.18.0: + resolution: {integrity: sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==} dev: true /@types/webpack/5.28.0_webpack-cli@4.9.1: resolution: {integrity: sha512-8cP0CzcxUiFuA9xGJkfeVpqmWTk9nx6CWwamRGCj95ph1SmlRRk9KlCZ6avhCbZd4L68LvYT6l1kpdEnQXrF8w==} dependencies: - '@types/node': 18.0.3 + '@types/node': 16.11.50 tapable: 2.2.1 webpack: 5.72.1_webpack-cli@4.9.1 transitivePeerDependencies: @@ -7059,8 +7330,8 @@ packages: '@types/tinycolor2': 1.4.3 '@types/wordpress__notices': 3.5.0 '@types/wordpress__rich-text': 3.4.6 - '@wordpress/element': 4.10.0 - downshift: 6.1.7_react@17.0.2 + '@wordpress/element': 4.13.0 + downshift: 6.1.9_react@17.0.2 re-resizable: 6.9.9_sfoxds7t5ydpegc3knd667wn6m transitivePeerDependencies: - react @@ -7097,8 +7368,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@types/yargs/17.0.10: - resolution: {integrity: sha512-gmEaFwpj/7f/ROdtIlci1R1VYU1J4j95m8T+Tj3iBgiBFKg1foE/PSl93bBd5T9LDXNPo8UlNN6W0qwD8O5OaA==} + /@types/yargs/17.0.11: + resolution: {integrity: sha512-aB4y9UDUXTSMxmM4MH+YnuR0g5Cph3FLQBoWoMB21DSvFVAxRVEHEMx3TLh+zUZYMCQtKiqazz0Q4Rre31f/OA==} dependencies: '@types/yargs-parser': 21.0.0 dev: true @@ -7107,7 +7378,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 dev: true optional: true @@ -7166,12 +7437,12 @@ packages: '@typescript-eslint/visitor-keys': 5.27.0 dev: true - /@typescript-eslint/scope-manager/5.30.5: - resolution: {integrity: sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==} + /@typescript-eslint/scope-manager/5.33.1: + resolution: {integrity: sha512-8ibcZSqy4c5m69QpzJn8XQq9NnqAToC8OdH/W6IXPXv83vRyEDPYLdjAlUx8h/rbusq6MkW4YdQzURGOqsn3CA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.30.5 - '@typescript-eslint/visitor-keys': 5.30.5 + '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/visitor-keys': 5.33.1 dev: true /@typescript-eslint/type-utils/5.27.0_n4lrrl552kqf5nk4rgej5xdcha: @@ -7198,8 +7469,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.30.5: - resolution: {integrity: sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==} + /@typescript-eslint/types/5.33.1: + resolution: {integrity: sha512-7K6MoQPQh6WVEkMrMW5QOA5FO+BOwzHSNd0j3+BlBwd6vtzfZceJ8xJ7Um2XDi/O3umS8/qDX6jdy2i7CijkwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -7224,8 +7495,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.30.5_typescript@4.7.4: - resolution: {integrity: sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==} + /@typescript-eslint/typescript-estree/5.33.1_typescript@4.7.4: + resolution: {integrity: sha512-JOAzJ4pJ+tHzA2pgsWQi4804XisPHOtbvwUyqsuuq8+y5B5GMZs7lI1xDWs6V2d7gE/Ez5bTGojSK12+IIPtXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -7233,8 +7504,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.30.5 - '@typescript-eslint/visitor-keys': 5.30.5 + '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/visitor-keys': 5.33.1 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -7263,16 +7534,16 @@ packages: - typescript dev: true - /@typescript-eslint/utils/5.30.5_n4lrrl552kqf5nk4rgej5xdcha: - resolution: {integrity: sha512-o4SSUH9IkuA7AYIfAvatldovurqTAHrfzPApOZvdUq01hHojZojCFXx06D/aFpKCgWbMPRdJBWAC3sWp3itwTA==} + /@typescript-eslint/utils/5.33.1_n4lrrl552kqf5nk4rgej5xdcha: + resolution: {integrity: sha512-uphZjkMaZ4fE8CR4dU7BquOV6u0doeQAr8n6cQenl/poMaIyJtBu8eys5uk6u5HiDH01Mj5lzbJ5SfeDz7oqMQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.30.5 - '@typescript-eslint/types': 5.30.5 - '@typescript-eslint/typescript-estree': 5.30.5_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.33.1 + '@typescript-eslint/types': 5.33.1 + '@typescript-eslint/typescript-estree': 5.33.1_typescript@4.7.4 eslint: 8.17.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.17.0 @@ -7289,23 +7560,23 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.30.5: - resolution: {integrity: sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==} + /@typescript-eslint/visitor-keys/5.33.1: + resolution: {integrity: sha512-nwIxOK8Z2MPWltLKMLOEZwmfBZReqUdbEoHQXeCpa+sRVARe5twpJGHCB4dk9903Yaf0nMAlGbQfaAH92F60eg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.30.5 + '@typescript-eslint/types': 5.33.1 eslint-visitor-keys: 3.3.0 dev: true - /@use-gesture/core/10.2.16: - resolution: {integrity: sha512-2J2GICmrSA6RwcowqzL0TY6S8bJY35KhLnE0YjBIVobQL2RilSDefXTKMxxyontp2mALDeeYAHh9ZLu+vMaq8Q==} + /@use-gesture/core/10.2.18: + resolution: {integrity: sha512-O+qxBlKxPtYM/LyRnK/U5MhVA9kKHj4C2yHsUurDxNO0a8D1PHLz9YmMPh2UXGQE4wtSke03GsLqRsHbUvN9nw==} - /@use-gesture/react/10.2.16_react@17.0.2: - resolution: {integrity: sha512-kkWi97SHzj/F6XqRXSyrk5pLoSiuRgqvnQl2Bawmf05dWo2q6DL7v5LhnnyPNZRVkCm+WEb3e1nsR+iVza1vmg==} + /@use-gesture/react/10.2.18_react@17.0.2: + resolution: {integrity: sha512-MJQ5q/huXIER3st3bsmuWA7lxcdwZd28KJoBPFPNxKFenjF47smaiCCf+dLjUBiTV0DiIYAN4pXK19KxwfnUgg==} peerDependencies: react: '>= 16.8.0' dependencies: - '@use-gesture/core': 10.2.16 + '@use-gesture/core': 10.2.18 react: 17.0.2 /@vercel/ncc/0.28.5: @@ -7432,13 +7703,13 @@ packages: dependencies: webpack-cli: 4.9.1_webpack@5.72.1 - /@wordpress/a11y/3.12.0: - resolution: {integrity: sha512-Fu+flXsHwSiQ4fjzTHEVTdKoOzpY8wtQ6YMFZbpIolaAC/I5j1dKHgBAQvHsFyBlg6fHrx0FZV6Xr4DgfW6daA==} + /@wordpress/a11y/3.15.0: + resolution: {integrity: sha512-lnjlTcolLUru98kVeI2iME65jq+xYIx/qOzTM+jrEFXk8/iGJ8E9ptky3u7sUe12yiIONhnTY47Q4XVTiOzU5Q==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 - '@wordpress/dom-ready': 3.12.0 - '@wordpress/i18n': 4.12.0 + '@wordpress/dom-ready': 3.15.0 + '@wordpress/i18n': 4.15.0 /@wordpress/annotations/2.12.0_react@17.0.2: resolution: {integrity: sha512-AzVHnmEIcE9Z7bKJyjQ3jf69lQMyqE/I7Ofb85ojW90uYjV9xP5YEaeoV+vdQKPiOoQX9oDx3cZg832RpadJWw==} @@ -7450,22 +7721,30 @@ packages: '@wordpress/data': 6.12.0_react@17.0.2 '@wordpress/hooks': 3.12.0 '@wordpress/i18n': 4.12.0 - '@wordpress/rich-text': 5.10.0_react@17.0.2 + '@wordpress/rich-text': 5.13.0_react@17.0.2 react: 17.0.2 rememo: 4.0.1 uuid: 8.3.2 dev: false + /@wordpress/api-fetch/6.12.0: + resolution: {integrity: sha512-5zfpvmAd1Fx+89R+ldBfA+mbHxatmpNWxH9BRdF8tFXIFcJhKLFvGK7NsJuqnTu4DH0pr1tAzQyf+QcF4UkV9A==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/i18n': 4.15.0 + '@wordpress/url': 3.16.0 + /@wordpress/api-fetch/6.9.0: resolution: {integrity: sha512-H0IvLlisBcfKFa4tlMgtqFy7s7Iz3SSe6cEzqAAesK1fg+j3NewDP4fcQz5Ooo6pL+Y2A8oUM5dawjJctmsnAA==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 '@wordpress/i18n': 4.12.0 - '@wordpress/url': 3.13.0 + '@wordpress/url': 3.16.0 - /@wordpress/autop/3.12.0: - resolution: {integrity: sha512-SWi8YzZQho47NwnYnuAsxejw33BF9MRDADIEc5l7VHuCLvL8ddfT0+b9apvovBOpMhnhvrpQBbkk99lnSMlg6g==} + /@wordpress/autop/3.15.0: + resolution: {integrity: sha512-OT98FEFk+Bda9soP8Fg1Ohn10fQwGC4c4ACAIZtUAXMJS429rkg+J/2LHLU5uM5JAKpPtfuPNRDt96YIY39v7Q==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 @@ -7484,17 +7763,37 @@ packages: engines: {node: '>=12'} dependencies: '@babel/core': 7.18.6 - '@babel/plugin-transform-react-jsx': 7.18.6_@babel+core@7.18.6 - '@babel/plugin-transform-runtime': 7.18.6_@babel+core@7.18.6 - '@babel/preset-env': 7.18.6_@babel+core@7.18.6 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.6 + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.6 + '@babel/preset-env': 7.18.10_@babel+core@7.18.6 '@babel/preset-typescript': 7.18.6_@babel+core@7.18.6 '@babel/runtime': 7.18.6 '@wordpress/babel-plugin-import-jsx-pragma': 3.2.0_@babel+core@7.18.6 '@wordpress/browserslist-config': 4.1.2 '@wordpress/element': 4.10.0 - '@wordpress/warning': 2.12.0 - browserslist: 4.21.1 - core-js: 3.23.5 + '@wordpress/warning': 2.15.0 + browserslist: 4.21.3 + core-js: 3.24.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@wordpress/babel-preset-default/6.17.0: + resolution: {integrity: sha512-mBB1KHWT2vN+maKIPYLQSxhhAzW6CNwYiJNRSNaNBALie9TULe7etrnwoZ1eqPVsuYvBlXB4XKcPaSm3/FW+qQ==} + engines: {node: '>=12'} + dependencies: + '@babel/core': 7.18.6 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.6 + '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.6 + '@babel/preset-env': 7.18.10_@babel+core@7.18.6 + '@babel/preset-typescript': 7.18.6_@babel+core@7.18.6 + '@babel/runtime': 7.18.9 + '@wordpress/babel-plugin-import-jsx-pragma': 3.2.0_@babel+core@7.18.6 + '@wordpress/browserslist-config': 4.1.2 + '@wordpress/element': 4.13.0 + '@wordpress/warning': 2.15.0 + browserslist: 4.21.3 + core-js: 3.24.1 transitivePeerDependencies: - supports-color dev: true @@ -7508,6 +7807,12 @@ packages: dependencies: '@babel/runtime': 7.18.6 + /@wordpress/blob/3.15.0: + resolution: {integrity: sha512-aZhT0KkbTZo7/pEpR2eb3tWyRS/EjUgsmZMgWrT7sojCFNxvVOY2v0c16uzZyf1k3JK2LtFX4/txoAL3Fhgzog==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.6 + /@wordpress/block-editor/9.4.0_apvyc6hsquzbx56wwdowrbgkzm: resolution: {integrity: sha512-6QTsy3ep8lOpu0paetBA8sMxIPD+GiAt9s/aVY5Tl5GUbNhZOqzsaE/yQofeAbEhileOI8RcdKSO9pAhFFdQnQ==} engines: {node: '>=12'} @@ -7516,35 +7821,35 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@react-spring/web': 9.4.5_sfoxds7t5ydpegc3knd667wn6m - '@wordpress/a11y': 3.12.0 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/blob': 3.12.0 - '@wordpress/blocks': 11.11.0_react@17.0.2 + '@react-spring/web': 9.5.2_sfoxds7t5ydpegc3knd667wn6m + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blob': 3.15.0 + '@wordpress/blocks': 11.14.0_react@17.0.2 '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 '@wordpress/element': 4.10.0 - '@wordpress/hooks': 3.12.0 - '@wordpress/html-entities': 3.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/is-shallow-equal': 4.12.0 - '@wordpress/keyboard-shortcuts': 3.10.0_react@17.0.2 - '@wordpress/keycodes': 3.12.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/shortcode': 3.12.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keyboard-shortcuts': 3.13.0_react@17.0.2 + '@wordpress/keycodes': 3.15.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/shortcode': 3.15.0 '@wordpress/style-engine': 0.11.0 - '@wordpress/token-list': 2.12.0 - '@wordpress/url': 3.13.0 - '@wordpress/warning': 2.12.0 - '@wordpress/wordcount': 3.12.0 + '@wordpress/token-list': 2.15.0 + '@wordpress/url': 3.16.0 + '@wordpress/warning': 2.15.0 + '@wordpress/wordcount': 3.15.0 classnames: 2.3.1 - colord: 2.9.2 + colord: 2.9.3 diff: 4.0.2 dom-scroll-into-view: 1.2.1 inherits: 2.0.4 @@ -7567,35 +7872,35 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@react-spring/web': 9.4.5_sfoxds7t5ydpegc3knd667wn6m - '@wordpress/a11y': 3.12.0 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/blob': 3.12.0 - '@wordpress/blocks': 11.11.0_react@17.0.2 + '@react-spring/web': 9.5.2_sfoxds7t5ydpegc3knd667wn6m + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blob': 3.15.0 + '@wordpress/blocks': 11.14.0_react@17.0.2 '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 '@wordpress/element': 4.10.0 - '@wordpress/hooks': 3.12.0 - '@wordpress/html-entities': 3.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/is-shallow-equal': 4.12.0 - '@wordpress/keyboard-shortcuts': 3.10.0_react@17.0.2 - '@wordpress/keycodes': 3.12.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/shortcode': 3.12.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keyboard-shortcuts': 3.13.0_react@17.0.2 + '@wordpress/keycodes': 3.15.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/shortcode': 3.15.0 '@wordpress/style-engine': 0.11.0 - '@wordpress/token-list': 2.12.0 - '@wordpress/url': 3.13.0 - '@wordpress/warning': 2.12.0 - '@wordpress/wordcount': 3.12.0 + '@wordpress/token-list': 2.15.0 + '@wordpress/url': 3.16.0 + '@wordpress/warning': 2.15.0 + '@wordpress/wordcount': 3.15.0 classnames: 2.3.1 - colord: 2.9.2 + colord: 2.9.3 diff: 4.0.2 dom-scroll-into-view: 1.2.1 inherits: 2.0.4 @@ -7609,92 +7914,194 @@ packages: transitivePeerDependencies: - '@babel/core' - '@types/react' + dev: false - /@wordpress/block-library/7.9.0_apvyc6hsquzbx56wwdowrbgkzm: - resolution: {integrity: sha512-DfJBzpCHbjse0KhJlmuc/D89Tcv7rlMDrwf0XUIWuItqmrG6prUp/bqW+cg9lmGJv1aIWzhU69EMKY8/buTS/A==} + /@wordpress/block-editor/9.7.0_apvyc6hsquzbx56wwdowrbgkzm: + resolution: {integrity: sha512-Wc3eUdwpUXh8XNUCsIZZULzi0l0cPBpRk2uDICRufIGpv0yA1g5HPGWcacrzScFFw9XPVvpKcWIEjAUSgwR3fA==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/autop': 3.12.0 - '@wordpress/blob': 3.12.0 - '@wordpress/block-editor': 9.4.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/blocks': 11.11.0_react@17.0.2 - '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/core-data': 4.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 - '@wordpress/element': 4.10.0 - '@wordpress/hooks': 3.12.0 - '@wordpress/html-entities': 3.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/keycodes': 3.12.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/primitives': 3.10.0 - '@wordpress/reusable-blocks': 3.10.0_qutojm6pc2nsulfp6qlawlgkgy - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/server-side-render': 3.10.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/url': 3.13.0 - '@wordpress/viewport': 4.10.0_izieya2qa5plh7zuoruv4k4dja + '@react-spring/web': 9.5.2_sfoxds7t5ydpegc3knd667wn6m + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blob': 3.15.0 + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.17.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keyboard-shortcuts': 3.13.0_react@17.0.2 + '@wordpress/keycodes': 3.15.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/shortcode': 3.15.0 + '@wordpress/style-engine': 0.14.0 + '@wordpress/token-list': 2.15.0 + '@wordpress/url': 3.16.0 + '@wordpress/warning': 2.15.0 + '@wordpress/wordcount': 3.15.0 classnames: 2.3.1 - colord: 2.9.2 - fast-average-color: 4.3.0 + colord: 2.9.3 + diff: 4.0.2 + dom-scroll-into-view: 1.2.1 + inherits: 2.0.4 lodash: 4.17.21 - memize: 1.1.0 - micromodal: 0.4.10 - moment: 2.29.4 react: 17.0.2 + react-autosize-textarea: 7.1.0_sfoxds7t5ydpegc3knd667wn6m react-dom: 17.0.2_react@17.0.2 - remove-accents: 0.4.2 + react-easy-crop: 3.5.3_sfoxds7t5ydpegc3knd667wn6m + rememo: 4.0.1 + traverse: 0.6.6 transitivePeerDependencies: - '@babel/core' - '@types/react' - dev: true - /@wordpress/block-library/7.9.0_gqc7fjcsvvycrv46lldq2mzv6i: - resolution: {integrity: sha512-DfJBzpCHbjse0KhJlmuc/D89Tcv7rlMDrwf0XUIWuItqmrG6prUp/bqW+cg9lmGJv1aIWzhU69EMKY8/buTS/A==} + /@wordpress/block-editor/9.7.0_gqc7fjcsvvycrv46lldq2mzv6i: + resolution: {integrity: sha512-Wc3eUdwpUXh8XNUCsIZZULzi0l0cPBpRk2uDICRufIGpv0yA1g5HPGWcacrzScFFw9XPVvpKcWIEjAUSgwR3fA==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/autop': 3.12.0 - '@wordpress/blob': 3.12.0 - '@wordpress/block-editor': 9.4.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/blocks': 11.11.0_react@17.0.2 - '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/core-data': 4.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 + '@react-spring/web': 9.5.2_sfoxds7t5ydpegc3knd667wn6m + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blob': 3.15.0 + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.17.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keyboard-shortcuts': 3.13.0_react@17.0.2 + '@wordpress/keycodes': 3.15.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/shortcode': 3.15.0 + '@wordpress/style-engine': 0.14.0 + '@wordpress/token-list': 2.15.0 + '@wordpress/url': 3.16.0 + '@wordpress/warning': 2.15.0 + '@wordpress/wordcount': 3.15.0 + classnames: 2.3.1 + colord: 2.9.3 + diff: 4.0.2 + dom-scroll-into-view: 1.2.1 + inherits: 2.0.4 + lodash: 4.17.21 + react: 17.0.2 + react-autosize-textarea: 7.1.0_sfoxds7t5ydpegc3knd667wn6m + react-dom: 17.0.2_react@17.0.2 + react-easy-crop: 3.5.3_sfoxds7t5ydpegc3knd667wn6m + rememo: 4.0.1 + traverse: 0.6.6 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + + /@wordpress/block-library/7.12.0_gqc7fjcsvvycrv46lldq2mzv6i: + resolution: {integrity: sha512-NSEDMKVwzeML0IwFNZiqkPlWtMrnBnkbn6vp9bThNJ+3a7hf1KfLUFwf6sggWqHGPQhUd/OvyjVNDYK5WJeccQ==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/autop': 3.15.0 + '@wordpress/blob': 3.15.0 + '@wordpress/block-editor': 9.7.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.17.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/core-data': 4.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/primitives': 3.13.0 + '@wordpress/reusable-blocks': 3.13.0_6pgse6zxuas3jvvpp2vl4qubfq + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/server-side-render': 3.13.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/url': 3.16.0 + '@wordpress/viewport': 4.13.0_6uoy2lpkn6ezyeuozs25gt2v7i + classnames: 2.3.1 + colord: 2.9.3 + fast-average-color: 4.3.0 + lodash: 4.17.21 + memize: 1.1.0 + micromodal: 0.4.10 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + remove-accents: 0.4.2 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + dev: false + + /@wordpress/block-library/7.9.0_apvyc6hsquzbx56wwdowrbgkzm: + resolution: {integrity: sha512-DfJBzpCHbjse0KhJlmuc/D89Tcv7rlMDrwf0XUIWuItqmrG6prUp/bqW+cg9lmGJv1aIWzhU69EMKY8/buTS/A==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/autop': 3.15.0 + '@wordpress/blob': 3.15.0 + '@wordpress/block-editor': 9.4.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/core-data': 4.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 '@wordpress/element': 4.10.0 - '@wordpress/hooks': 3.12.0 - '@wordpress/html-entities': 3.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/keycodes': 3.12.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/primitives': 3.10.0 - '@wordpress/reusable-blocks': 3.10.0_6pgse6zxuas3jvvpp2vl4qubfq - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/server-side-render': 3.10.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/url': 3.13.0 - '@wordpress/viewport': 4.10.0_izieya2qa5plh7zuoruv4k4dja + '@wordpress/hooks': 3.15.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/primitives': 3.13.0 + '@wordpress/reusable-blocks': 3.13.0_qutojm6pc2nsulfp6qlawlgkgy + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/server-side-render': 3.13.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/url': 3.16.0 + '@wordpress/viewport': 4.13.0_izieya2qa5plh7zuoruv4k4dja classnames: 2.3.1 - colord: 2.9.2 + colord: 2.9.3 fast-average-color: 4.3.0 lodash: 4.17.21 memize: 1.1.0 @@ -7706,7 +8113,7 @@ packages: transitivePeerDependencies: - '@babel/core' - '@types/react' - dev: false + dev: true /@wordpress/block-serialization-default-parser/4.12.0: resolution: {integrity: sha512-6aoFszil0ZiMuaamiweD1BXIk4e/5v46TjeFPqSyuSjoPJ+HeOB8oNzQyD2Fxux/8fodvpHXOhlrskSU2ZLmqA==} @@ -7714,6 +8121,12 @@ packages: dependencies: '@babel/runtime': 7.18.6 + /@wordpress/block-serialization-default-parser/4.15.0: + resolution: {integrity: sha512-xzZzGMnAcbQR9bzkBh+OYtzihriEdiYbfSlReVHpZ3IIhZPng5n4lKTY2h+fzQcXx3j02IT/kjgkCdwGE8UKmQ==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.6 + /@wordpress/blocks/11.11.0_react@17.0.2: resolution: {integrity: sha512-fIm4O0Nz5j/zJ6SP8N7qMdKvmU+/NJvBAWTyjQ5lj4zv+PTzhbeq5UKuAzgtgr6ifhFaayBWZG9SaAXBjf7rUQ==} engines: {node: '>=12'} @@ -7721,21 +8134,51 @@ packages: react: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/autop': 3.12.0 + '@wordpress/autop': 3.15.0 '@wordpress/blob': 3.12.0 '@wordpress/block-serialization-default-parser': 4.12.0 '@wordpress/compose': 5.10.0_react@17.0.2 '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 '@wordpress/element': 4.10.0 '@wordpress/hooks': 3.12.0 - '@wordpress/html-entities': 3.12.0 + '@wordpress/html-entities': 3.15.0 '@wordpress/i18n': 4.12.0 - '@wordpress/is-shallow-equal': 4.12.0 - '@wordpress/shortcode': 3.12.0 - colord: 2.9.2 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/shortcode': 3.15.0 + colord: 2.9.3 + hpq: 1.3.0 + lodash: 4.17.21 + memize: 1.1.0 + react: 17.0.2 + rememo: 4.0.1 + showdown: 1.9.1 + simple-html-tokenizer: 0.5.11 + uuid: 8.3.2 + + /@wordpress/blocks/11.14.0_react@17.0.2: + resolution: {integrity: sha512-+qPFtU1g66S0EiyS9/iWVX1p0Xt+CA5FzLFw/Iniyjp4Qh/Zmej6izkr4QY+gpOw5SYKIb+9uL68piztdq4noQ==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/autop': 3.15.0 + '@wordpress/blob': 3.15.0 + '@wordpress/block-serialization-default-parser': 4.15.0 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/shortcode': 3.15.0 + colord: 2.9.3 hpq: 1.3.0 + is-plain-obj: 4.1.0 lodash: 4.17.21 memize: 1.1.0 react: 17.0.2 @@ -7756,34 +8199,34 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@emotion/cache': 11.9.3 - '@emotion/css': 11.9.0_@babel+core@7.18.6 - '@emotion/react': 11.9.3_on4pwhjuscz2cucak6hkhs726q - '@emotion/serialize': 1.0.4 - '@emotion/styled': 11.9.3_j5mc5akthgv6u2ajn57thjq6sq + '@emotion/cache': 11.10.1 + '@emotion/css': 11.10.0_@babel+core@7.18.6 + '@emotion/react': 11.10.0_on4pwhjuscz2cucak6hkhs726q + '@emotion/serialize': 1.1.0 + '@emotion/styled': 11.10.0_yidhkbcunupokdbyf4wpscq2im '@emotion/utils': 1.0.0 '@floating-ui/react-dom': 0.6.3_sfoxds7t5ydpegc3knd667wn6m - '@use-gesture/react': 10.2.16_react@17.0.2 - '@wordpress/a11y': 3.12.0 - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 + '@use-gesture/react': 10.2.18_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 '@wordpress/element': 4.10.0 - '@wordpress/escape-html': 2.12.0 - '@wordpress/hooks': 3.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/is-shallow-equal': 4.12.0 - '@wordpress/keycodes': 3.12.0 - '@wordpress/primitives': 3.10.0 - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/warning': 2.12.0 + '@wordpress/escape-html': 2.15.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/primitives': 3.13.0 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/warning': 2.15.0 classnames: 2.3.1 - colord: 2.9.2 + colord: 2.9.3 dom-scroll-into-view: 1.2.1 - downshift: 6.1.7_react@17.0.2 - framer-motion: 6.4.3_sfoxds7t5ydpegc3knd667wn6m + downshift: 6.1.9_react@17.0.2 + framer-motion: 6.5.1_sfoxds7t5ydpegc3knd667wn6m gradient-parser: 0.1.5 highlight-words-core: 1.2.2 lodash: 4.17.21 @@ -7791,7 +8234,7 @@ packages: moment: 2.29.4 re-resizable: 6.9.9_sfoxds7t5ydpegc3knd667wn6m react: 17.0.2 - react-colorful: 5.5.1_sfoxds7t5ydpegc3knd667wn6m + react-colorful: 5.6.1_sfoxds7t5ydpegc3knd667wn6m react-dates: 21.8.0_zhcifnu2wdv2ij424hvphoksja react-dom: 17.0.2_react@17.0.2 reakit: 1.3.11_sfoxds7t5ydpegc3knd667wn6m @@ -7809,34 +8252,87 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@emotion/cache': 11.9.3 - '@emotion/css': 11.9.0_@babel+core@7.18.6 - '@emotion/react': 11.9.3_7xvhny4l7yi42slhiqkpgmpofm - '@emotion/serialize': 1.0.4 - '@emotion/styled': 11.9.3_i64ertekxmxppn657xiekwuutq + '@emotion/cache': 11.10.1 + '@emotion/css': 11.10.0_@babel+core@7.18.6 + '@emotion/react': 11.10.0_7xvhny4l7yi42slhiqkpgmpofm + '@emotion/serialize': 1.1.0 + '@emotion/styled': 11.10.0_yiqknl7gbt7xuok6vq5jkw3s2q '@emotion/utils': 1.0.0 '@floating-ui/react-dom': 0.6.3_nn45z5sr7igu7sfun6tiae5hx4 - '@use-gesture/react': 10.2.16_react@17.0.2 - '@wordpress/a11y': 3.12.0 - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 + '@use-gesture/react': 10.2.18_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 '@wordpress/element': 4.10.0 - '@wordpress/escape-html': 2.12.0 - '@wordpress/hooks': 3.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/is-shallow-equal': 4.12.0 - '@wordpress/keycodes': 3.12.0 - '@wordpress/primitives': 3.10.0 - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/warning': 2.12.0 + '@wordpress/escape-html': 2.15.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/primitives': 3.13.0 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/warning': 2.15.0 + classnames: 2.3.1 + colord: 2.9.3 + dom-scroll-into-view: 1.2.1 + downshift: 6.1.9_react@17.0.2 + framer-motion: 6.5.1_sfoxds7t5ydpegc3knd667wn6m + gradient-parser: 0.1.5 + highlight-words-core: 1.2.2 + lodash: 4.17.21 + memize: 1.1.0 + moment: 2.29.4 + re-resizable: 6.9.9_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-colorful: 5.6.1_sfoxds7t5ydpegc3knd667wn6m + react-dates: 21.8.0_zhcifnu2wdv2ij424hvphoksja + react-dom: 17.0.2_react@17.0.2 + reakit: 1.3.11_sfoxds7t5ydpegc3knd667wn6m + remove-accents: 0.4.2 + uuid: 8.3.2 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + + /@wordpress/components/19.17.0_apvyc6hsquzbx56wwdowrbgkzm: + resolution: {integrity: sha512-6FsLq1WS924fjZjRGSuen3Tzaa4mEWRtCTHM2JS5eE5+rnuhddiHNNgvw26IZCwhQYQwIvIKq9m9in0F0fSOzg==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@emotion/cache': 11.10.1 + '@emotion/css': 11.10.0_@babel+core@7.18.6 + '@emotion/react': 11.10.0_on4pwhjuscz2cucak6hkhs726q + '@emotion/serialize': 1.1.0 + '@emotion/styled': 11.10.0_yidhkbcunupokdbyf4wpscq2im + '@emotion/utils': 1.0.0 + '@floating-ui/react-dom': 0.6.3_sfoxds7t5ydpegc3knd667wn6m + '@use-gesture/react': 10.2.18_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/escape-html': 2.15.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/primitives': 3.13.0 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/warning': 2.15.0 classnames: 2.3.1 - colord: 2.9.2 + colord: 2.9.3 dom-scroll-into-view: 1.2.1 - downshift: 6.1.7_react@17.0.2 - framer-motion: 6.4.3_sfoxds7t5ydpegc3knd667wn6m + downshift: 6.1.9_react@17.0.2 + framer-motion: 6.5.1_sfoxds7t5ydpegc3knd667wn6m gradient-parser: 0.1.5 highlight-words-core: 1.2.2 lodash: 4.17.21 @@ -7844,7 +8340,60 @@ packages: moment: 2.29.4 re-resizable: 6.9.9_sfoxds7t5ydpegc3knd667wn6m react: 17.0.2 - react-colorful: 5.5.1_sfoxds7t5ydpegc3knd667wn6m + react-colorful: 5.6.1_sfoxds7t5ydpegc3knd667wn6m + react-dates: 21.8.0_zhcifnu2wdv2ij424hvphoksja + react-dom: 17.0.2_react@17.0.2 + reakit: 1.3.11_sfoxds7t5ydpegc3knd667wn6m + remove-accents: 0.4.2 + uuid: 8.3.2 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + + /@wordpress/components/19.17.0_gqc7fjcsvvycrv46lldq2mzv6i: + resolution: {integrity: sha512-6FsLq1WS924fjZjRGSuen3Tzaa4mEWRtCTHM2JS5eE5+rnuhddiHNNgvw26IZCwhQYQwIvIKq9m9in0F0fSOzg==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@emotion/cache': 11.10.1 + '@emotion/css': 11.10.0_@babel+core@7.18.6 + '@emotion/react': 11.10.0_7xvhny4l7yi42slhiqkpgmpofm + '@emotion/serialize': 1.1.0 + '@emotion/styled': 11.10.0_yiqknl7gbt7xuok6vq5jkw3s2q + '@emotion/utils': 1.0.0 + '@floating-ui/react-dom': 0.6.3_nn45z5sr7igu7sfun6tiae5hx4 + '@use-gesture/react': 10.2.18_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/escape-html': 2.15.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/primitives': 3.13.0 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/warning': 2.15.0 + classnames: 2.3.1 + colord: 2.9.3 + dom-scroll-into-view: 1.2.1 + downshift: 6.1.9_react@17.0.2 + framer-motion: 6.5.1_sfoxds7t5ydpegc3knd667wn6m + gradient-parser: 0.1.5 + highlight-words-core: 1.2.2 + lodash: 4.17.21 + memize: 1.1.0 + moment: 2.29.4 + re-resizable: 6.9.9_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-colorful: 5.6.1_sfoxds7t5ydpegc3knd667wn6m react-dates: 21.8.0_zhcifnu2wdv2ij424hvphoksja react-dom: 17.0.2_react@17.0.2 reakit: 1.3.11_sfoxds7t5ydpegc3knd667wn6m @@ -7857,18 +8406,39 @@ packages: /@wordpress/compose/5.10.0_react@17.0.2: resolution: {integrity: sha512-UZ7UhXvW+yP6F8+OfUN0yU97NLZTMINhf3DX+uG4W08h5UlA5wGJYomm8AlTV/hhMc3rlZLBADGztTBp3bP05A==} engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.9 + '@types/lodash': 4.14.184 + '@types/mousetrap': 1.6.9 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/priority-queue': 2.15.0 + clipboard: 2.0.11 + lodash: 4.17.21 + mousetrap: 1.6.5 + react: 17.0.2 + use-memo-one: 1.1.2_react@17.0.2 + + /@wordpress/compose/5.13.0_react@17.0.2: + resolution: {integrity: sha512-3WVfirW6IJaF2yiMBsuMImoxVBG6jhK/EklIndsvpeJiMj1zpqHyF/zSq0Qi6I/RXZ2l3zKtihpnGHONL0EXgA==} + engines: {node: '>=12'} peerDependencies: react: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.184 '@types/mousetrap': 1.6.9 - '@wordpress/deprecated': 3.12.0 - '@wordpress/dom': 3.12.0 - '@wordpress/element': 4.10.0 - '@wordpress/is-shallow-equal': 4.12.0 - '@wordpress/keycodes': 3.12.0 - '@wordpress/priority-queue': 2.12.0 + '@wordpress/deprecated': 3.15.0 + '@wordpress/dom': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/keycodes': 3.15.0 + '@wordpress/priority-queue': 2.15.0 clipboard: 2.0.11 lodash: 4.17.21 mousetrap: 1.6.5 @@ -7885,11 +8455,11 @@ packages: '@wordpress/api-fetch': 6.9.0 '@wordpress/blocks': 11.11.0_react@17.0.2 '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/deprecated': 3.12.0 + '@wordpress/deprecated': 3.15.0 '@wordpress/element': 4.10.0 - '@wordpress/html-entities': 3.12.0 + '@wordpress/html-entities': 3.15.0 '@wordpress/i18n': 4.12.0 - '@wordpress/is-shallow-equal': 4.12.0 + '@wordpress/is-shallow-equal': 4.15.0 '@wordpress/url': 3.13.0 equivalent-key-map: 0.2.2 lodash: 4.17.21 @@ -7898,20 +8468,65 @@ packages: rememo: 4.0.1 uuid: 8.3.2 + /@wordpress/core-data/4.13.0_react@17.0.2: + resolution: {integrity: sha512-lDsHGcEMN+s2AOnjUIdbRCyiWWo0URUzpAdCYprvbn+Tg1jg37HWmISb+BtFdtn6psqa0ihcIqfcdELn/7sZVw==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/deprecated': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/url': 3.16.0 + equivalent-key-map: 0.2.2 + lodash: 4.17.21 + memize: 1.1.0 + react: 17.0.2 + rememo: 4.0.1 + uuid: 8.3.2 + /@wordpress/data/6.12.0_react@17.0.2: resolution: {integrity: sha512-fnMfbYoGl3GqP7tDaArtRRizQznnh6cVT+tAZV8aDBICNkQ8za7BY+HcxEpviNb+JbHJJk6VEclaLjYhR3jLCQ==} engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.9 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/deprecated': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/priority-queue': 2.15.0 + '@wordpress/redux-routine': 4.15.0_redux@4.2.0 + equivalent-key-map: 0.2.2 + is-promise: 4.0.0 + lodash: 4.17.21 + react: 17.0.2 + redux: 4.2.0 + turbo-combine-reducers: 1.0.2 + use-memo-one: 1.1.2_react@17.0.2 + + /@wordpress/data/6.15.0_react@17.0.2: + resolution: {integrity: sha512-EReq6QQ3ASWPcB60q18GLfDBhQQrf2Ru9Vvkid/tk7tn4ttqy/axn09/ck/GQ1uwi9BoSRyydPOnQCsluPAgNA==} + engines: {node: '>=12'} peerDependencies: react: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/deprecated': 3.12.0 - '@wordpress/element': 4.10.0 - '@wordpress/is-shallow-equal': 4.12.0 - '@wordpress/priority-queue': 2.12.0 - '@wordpress/redux-routine': 4.12.0_redux@4.2.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/deprecated': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/is-shallow-equal': 4.15.0 + '@wordpress/priority-queue': 2.15.0 + '@wordpress/redux-routine': 4.15.0_redux@4.2.0 equivalent-key-map: 0.2.2 + is-plain-obj: 4.1.0 is-promise: 4.0.0 lodash: 4.17.21 react: 17.0.2 @@ -7922,6 +8537,15 @@ packages: /@wordpress/date/4.12.0: resolution: {integrity: sha512-WorVLXLjfzfwI7dv9shd+sirym7nsJYAdh82gEJqSb+sY3qabyiPSnTMcfWgN7j+0/jJP9dXFV81hG+DRJgIEQ==} engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.9 + moment: 2.29.4 + moment-timezone: 0.5.34 + dev: false + + /@wordpress/date/4.15.0: + resolution: {integrity: sha512-waDvGK/W3ItECsjcVlpicPO2qPd0UTVewCYhxc+XOxXgWbmJTHk91X7Dn8ZGSl6svhN4blv19FPi+zq6w1eHAA==} + engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 moment: 2.29.4 @@ -7937,26 +8561,32 @@ packages: webpack: 5.72.1_webpack-cli@4.9.1 webpack-sources: 3.2.3 - /@wordpress/deprecated/3.12.0: - resolution: {integrity: sha512-sep+c2jFwAZ4HTtPgIbNLC0YTz3q9gCH3A82XwY/krkvxhNk3g+mXxPUI2dUoxp7RAeeckqDtKosPvvpqUZWiQ==} + /@wordpress/deprecated/3.15.0: + resolution: {integrity: sha512-elD3rMebZ67HirVlYpwljQ4FtDco0rvNpCKN4lzz1SDlkCQYztsGC//2qJLhBlH5DbGsS/6Wzk0TneLP0ZpXmQ==} engines: {node: '>=12'} dependencies: - '@babel/runtime': 7.18.6 - '@wordpress/hooks': 3.12.0 + '@babel/runtime': 7.18.9 + '@wordpress/hooks': 3.15.0 /@wordpress/dom-ready/3.12.0: resolution: {integrity: sha512-+IzRp/Vo2TkBQ72C9t/PETXbyPJPgr9DZmhbaYz8/RuTq/E5GcHPfEkKgjXNhDjOVxtjUb3Ut03EioGI6XFpAg==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 + dev: true - /@wordpress/dom/3.12.0: - resolution: {integrity: sha512-OliLqayM41MwfsCzLAg6wZWKnO28fLX50igGODVm5qtZUQMBDNhz3sX0T1OpB7P+UFOx/KffAkuk6HNi2NXKTQ==} + /@wordpress/dom-ready/3.15.0: + resolution: {integrity: sha512-sP6M/nBFvN7cK0jnEQmNDwXPyoPSd35e178vE8zWxu070/6YZkCne0sT9MPvW3Q7LA8VZLles6PgXe4Kg1rgXw==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 - '@wordpress/deprecated': 3.12.0 - lodash: 4.17.21 + + /@wordpress/dom/3.15.0: + resolution: {integrity: sha512-HQ326C541tlj3OtPBxso7YZxHrBxToGmcNsADQZahQeKzxd2YWK3V7Rovw0jpbX1ISHzQYV5D0Fe6DPFJoZGJQ==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.9 + '@wordpress/deprecated': 3.15.0 /@wordpress/edit-post/6.9.0_gqc7fjcsvvycrv46lldq2mzv6i: resolution: {integrity: sha512-ysPzI8f+smYDNFhVAc8LNtdigQ4DPWpEQA5FR3rnynB12UYwqzcawU5p7Olzbrhd39yytj77WEr4hKi+I18Dkw==} @@ -7966,31 +8596,31 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 + '@wordpress/a11y': 3.15.0 '@wordpress/api-fetch': 6.9.0 '@wordpress/block-editor': 9.4.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/block-library': 7.9.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/block-library': 7.12.0_gqc7fjcsvvycrv46lldq2mzv6i '@wordpress/blocks': 11.11.0_react@17.0.2 '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i '@wordpress/compose': 5.10.0_react@17.0.2 '@wordpress/core-data': 4.10.0_react@17.0.2 '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/deprecated': 3.12.0 + '@wordpress/deprecated': 3.15.0 '@wordpress/editor': 12.11.0_gqc7fjcsvvycrv46lldq2mzv6i '@wordpress/element': 4.10.0 '@wordpress/hooks': 3.12.0 '@wordpress/i18n': 4.12.0 '@wordpress/icons': 9.3.0 - '@wordpress/interface': 4.11.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/keyboard-shortcuts': 3.10.0_react@17.0.2 + '@wordpress/interface': 4.14.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/keyboard-shortcuts': 3.13.0_react@17.0.2 '@wordpress/keycodes': 3.12.0 - '@wordpress/media-utils': 4.3.0 + '@wordpress/media-utils': 4.6.0 '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/plugins': 4.10.0_react@17.0.2 - '@wordpress/preferences': 2.4.0_4n5awzdosmvvxtdfck3faxswgu + '@wordpress/plugins': 4.13.0_react@17.0.2 + '@wordpress/preferences': 2.7.0_4n5awzdosmvvxtdfck3faxswgu '@wordpress/url': 3.13.0 '@wordpress/viewport': 4.10.0_izieya2qa5plh7zuoruv4k4dja - '@wordpress/warning': 2.12.0 + '@wordpress/warning': 2.15.0 classnames: 2.3.1 lodash: 4.17.21 memize: 1.1.0 @@ -8010,32 +8640,32 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/blob': 3.12.0 - '@wordpress/block-editor': 9.4.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/blocks': 11.11.0_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blob': 3.15.0 + '@wordpress/block-editor': 9.7.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/blocks': 11.14.0_react@17.0.2 '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/core-data': 4.10.0_react@17.0.2 + '@wordpress/core-data': 4.13.0_react@17.0.2 '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 '@wordpress/element': 4.10.0 '@wordpress/hooks': 3.12.0 - '@wordpress/html-entities': 3.12.0 + '@wordpress/html-entities': 3.15.0 '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/keyboard-shortcuts': 3.10.0_react@17.0.2 - '@wordpress/keycodes': 3.12.0 - '@wordpress/media-utils': 4.3.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/preferences': 2.4.0_ynbbzj25q2luas5n4jpp66bhwu - '@wordpress/reusable-blocks': 3.10.0_qutojm6pc2nsulfp6qlawlgkgy - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/server-side-render': 3.10.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/url': 3.13.0 - '@wordpress/wordcount': 3.12.0 + '@wordpress/icons': 9.6.0 + '@wordpress/keyboard-shortcuts': 3.13.0_react@17.0.2 + '@wordpress/keycodes': 3.15.0 + '@wordpress/media-utils': 4.6.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/preferences': 2.7.0_ynbbzj25q2luas5n4jpp66bhwu + '@wordpress/reusable-blocks': 3.13.0_qutojm6pc2nsulfp6qlawlgkgy + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/server-side-render': 3.13.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/url': 3.16.0 + '@wordpress/wordcount': 3.15.0 classnames: 2.3.1 lodash: 4.17.21 memize: 1.1.0 @@ -8056,32 +8686,32 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/blob': 3.12.0 - '@wordpress/block-editor': 9.4.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/blocks': 11.11.0_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blob': 3.15.0 + '@wordpress/block-editor': 9.7.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/blocks': 11.14.0_react@17.0.2 '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/core-data': 4.10.0_react@17.0.2 + '@wordpress/core-data': 4.13.0_react@17.0.2 '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/date': 4.12.0 - '@wordpress/deprecated': 3.12.0 + '@wordpress/date': 4.15.0 + '@wordpress/deprecated': 3.15.0 '@wordpress/element': 4.10.0 '@wordpress/hooks': 3.12.0 - '@wordpress/html-entities': 3.12.0 + '@wordpress/html-entities': 3.15.0 '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/keyboard-shortcuts': 3.10.0_react@17.0.2 - '@wordpress/keycodes': 3.12.0 - '@wordpress/media-utils': 4.3.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/preferences': 2.4.0_4n5awzdosmvvxtdfck3faxswgu - '@wordpress/reusable-blocks': 3.10.0_6pgse6zxuas3jvvpp2vl4qubfq - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/server-side-render': 3.10.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/url': 3.13.0 - '@wordpress/wordcount': 3.12.0 + '@wordpress/icons': 9.6.0 + '@wordpress/keyboard-shortcuts': 3.13.0_react@17.0.2 + '@wordpress/keycodes': 3.15.0 + '@wordpress/media-utils': 4.6.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/preferences': 2.7.0_4n5awzdosmvvxtdfck3faxswgu + '@wordpress/reusable-blocks': 3.13.0_6pgse6zxuas3jvvpp2vl4qubfq + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/server-side-render': 3.13.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/url': 3.16.0 + '@wordpress/wordcount': 3.15.0 classnames: 2.3.1 lodash: 4.17.21 memize: 1.1.0 @@ -8098,18 +8728,38 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 - '@types/react': 17.0.47 + '@types/react': 17.0.48 '@types/react-dom': 17.0.17 - '@wordpress/escape-html': 2.12.0 + '@wordpress/escape-html': 2.15.0 lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 + /@wordpress/element/4.13.0: + resolution: {integrity: sha512-oxTEiK7y0bLva9SMbt/xrp90VgDMFcLSOSPz1lS8wSrC+Hy8NyN0v5rku3DdIUf07kYtcOfiQ1jmsmwDWNvodg==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.9 + '@types/react': 17.0.48 + '@types/react-dom': 17.0.17 + '@wordpress/escape-html': 2.15.0 + change-case: 4.1.2 + is-plain-obj: 4.1.0 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + /@wordpress/escape-html/2.12.0: resolution: {integrity: sha512-kuLtqEOHSIu53+HwHjCiz8THXhnhqFwsfFgr4gkZmv4n4NxLmGsMV2kMMZlRjWbTUSP0YN7Dix4uHx8JWlIRGg==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 + dev: true + + /@wordpress/escape-html/2.15.0: + resolution: {integrity: sha512-eW655uSjCK835/eBt1lgCBtLFfgxSX4MiMTe7Dxo8pqZmP5cwh9zNJuirEnVnaamjAjfIVRel4awNGZebflJeg==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.6 /@wordpress/eslint-plugin/12.6.0_xlk5uxlc3qiiuvzia7chkechqa: resolution: {integrity: sha512-IjurbGSUF7oJcrd40+cIOJ3mC21cFq/XMPcjGLvCq9MloUyGzm6O3o1SQk5xdc14RVeYDc5CLviYg5PsjlW29A==} @@ -8137,7 +8787,7 @@ packages: '@babel/eslint-parser': 7.18.2_flx77hahjg3mmzdyn7vj3v5jmu '@typescript-eslint/eslint-plugin': 5.27.0_55jjgj7njb4nbofoh2bh457ivy '@typescript-eslint/parser': 5.27.0_n4lrrl552kqf5nk4rgej5xdcha - '@wordpress/babel-preset-default': 6.14.0 + '@wordpress/babel-preset-default': 6.17.0 '@wordpress/prettier-config': 1.4.0_wp-prettier@2.2.1-beta-1 cosmiconfig: 7.0.1 eslint: 8.17.0 @@ -8149,7 +8799,7 @@ packages: eslint-plugin-prettier: 4.0.0_diieqcfldcelpbk6mpys5een2y eslint-plugin-react: 7.30.0_eslint@8.17.0 eslint-plugin-react-hooks: 4.5.0_eslint@8.17.0 - globals: 13.16.0 + globals: 13.17.0 prettier: /wp-prettier/2.2.1-beta-1 requireindex: 1.2.0 typescript: 4.7.4 @@ -8165,17 +8815,17 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 + '@wordpress/a11y': 3.15.0 '@wordpress/block-editor': 9.4.0_apvyc6hsquzbx56wwdowrbgkzm '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 '@wordpress/element': 4.10.0 - '@wordpress/html-entities': 3.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/rich-text': 5.10.0_react@17.0.2 - '@wordpress/url': 3.13.0 + '@wordpress/html-entities': 3.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/rich-text': 5.13.0_react@17.0.2 + '@wordpress/url': 3.16.0 lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -8190,8 +8840,14 @@ packages: dependencies: '@babel/runtime': 7.18.6 - /@wordpress/html-entities/3.12.0: - resolution: {integrity: sha512-e1aK/zBsP8kJNzmlCh/rvmVsFjJPmbf10eCKFOe0aVoM5dztAL0uY3AipWAdG6p9b2ovPiYDXjs3wpC49jZIiA==} + /@wordpress/hooks/3.15.0: + resolution: {integrity: sha512-w0kFs8xX4C+ofTszaNaggdvs+cuVl4wOCPULncOfXLEWo4MBwUpx82BFTeV5ql44oOF6iEEKHcR75gOOXCXOVQ==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.9 + + /@wordpress/html-entities/3.15.0: + resolution: {integrity: sha512-MG/JtxkhM6w1BTcOGb4Lwd4BRETaqJdAdhe7EmLfzTlGaOADbhzA5yZ9lDkUFLwpl8V859iWKM76m6OCdaXj3g==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 @@ -8200,9 +8856,22 @@ packages: resolution: {integrity: sha512-UTccrAOZ03nszzlG74G+ZkMR/kK0PoS1fqFa8NRFAhHneYadJOnsgCCd5YgDAsN+tAKA6QM7RPmpQMwujvIbzA==} engines: {node: '>=12'} hasBin: true + dependencies: + '@babel/runtime': 7.18.9 + '@wordpress/hooks': 3.15.0 + gettext-parser: 1.4.0 + lodash: 4.17.21 + memize: 1.1.0 + sprintf-js: 1.1.2 + tannin: 1.2.0 + + /@wordpress/i18n/4.15.0: + resolution: {integrity: sha512-nqazvRbtrhuykmZXnMxyumqP6duiCWxf2YAgHCBhoZIpwOmmbu+S7CtYWNx+EHIAa6cSdon6loRACc90Mx6PZg==} + engines: {node: '>=12'} + hasBin: true dependencies: '@babel/runtime': 7.18.6 - '@wordpress/hooks': 3.12.0 + '@wordpress/hooks': 3.15.0 gettext-parser: 1.4.0 lodash: 4.17.21 memize: 1.1.0 @@ -8213,31 +8882,39 @@ packages: resolution: {integrity: sha512-O07rhQ8H+9QbzeEi3Juf02aVow0Nm/jFFYwquh2mjmwCwqH0nmNi6l+iVipYGvaJUsHBfPnvL7ulD6udQI/9mQ==} engines: {node: '>=12'} dependencies: - '@babel/runtime': 7.18.6 - '@wordpress/element': 4.10.0 - '@wordpress/primitives': 3.10.0 + '@babel/runtime': 7.18.9 + '@wordpress/element': 4.13.0 + '@wordpress/primitives': 3.13.0 + dev: false - /@wordpress/interface/4.11.0_gqc7fjcsvvycrv46lldq2mzv6i: - resolution: {integrity: sha512-SidnBTQEzKZcIXC9jOop8MYeXbwBaBvXiw0w+Rd/nWhyN/YqXiPbkvsDZiRjovAfI4fPcMbSzhlVMSm3tGSZwg==} + /@wordpress/icons/9.6.0: + resolution: {integrity: sha512-vQwoqWzPuYmJZS2h0+0fXRfpBRSA95juq6Pj1EmUJZodlSLX2NTV3EiDsDwj2cRmXR+BLmLBledm8uYo7BsjRA==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.9 + '@wordpress/element': 4.13.0 + '@wordpress/primitives': 3.13.0 + + /@wordpress/interface/4.14.0_gqc7fjcsvvycrv46lldq2mzv6i: + resolution: {integrity: sha512-BJV9Gghzqt/awz/inNJqHq8JlpRotw3BXv2QCri0PCiL/snkTVWlGFz6nq3+2RsTOQSVPcmpRR8X4CRp0wACag==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/deprecated': 3.12.0 - '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/plugins': 4.10.0_react@17.0.2 - '@wordpress/preferences': 2.4.0_4n5awzdosmvvxtdfck3faxswgu - '@wordpress/viewport': 4.10.0_izieya2qa5plh7zuoruv4k4dja + '@wordpress/a11y': 3.15.0 + '@wordpress/components': 19.17.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/deprecated': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/plugins': 4.13.0_react@17.0.2 + '@wordpress/preferences': 2.7.0_6dwsb62qii2cjors5mrryeijny + '@wordpress/viewport': 4.13.0_6uoy2lpkn6ezyeuozs25gt2v7i classnames: 2.3.1 - lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 transitivePeerDependencies: @@ -8245,11 +8922,11 @@ packages: - '@types/react' dev: false - /@wordpress/is-shallow-equal/4.12.0: - resolution: {integrity: sha512-jlpHXPLJw0mG13bcbZIJwOd1DQozJ5+fbkkKA2JeTO5d5PXs44Rw6EYdGMLUU97B44UxIwVbaui7tJGOvzF8Dw==} + /@wordpress/is-shallow-equal/4.15.0: + resolution: {integrity: sha512-qdIBB4taCB6lwyEc5Ac+9TXfmICBcXEpFsQQ8lQjHydYUokaslt6WKfzb8C78xH2LkyI+m7sEBtEynYAR280xg==} engines: {node: '>=12'} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 /@wordpress/jest-console/5.3.0_jest@28.1.0: resolution: {integrity: sha512-GhtIs1iluvYrXjgiJeOexbf2EGzSXwlCC9EQFxsIiiBwqGOYmNhZSzSn7yvLSJVJj6my11RaBhBrT+eaeiIU3w==} @@ -8257,22 +8934,22 @@ packages: peerDependencies: jest: '>=27' dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 jest: 28.1.0 jest-matcher-utils: 27.5.1 lodash: 4.17.21 dev: true - /@wordpress/keyboard-shortcuts/3.10.0_react@17.0.2: - resolution: {integrity: sha512-HBDFVVXgTj5ZuuP92ghkwj0noRahZ55HSD5UNwx/dsg0GRNu9DXDc99WKoE0FY/ZJoLGa8JoYsZUCFnxgHGM9g==} + /@wordpress/keyboard-shortcuts/3.13.0_react@17.0.2: + resolution: {integrity: sha512-BWd2U1MYpD1sCWvamMUizemi3uBPDq+fEbPW0YpUT1hI2RfC69FIBtwN27i+BaDJUyxy/J6zscuontWQDeK4WQ==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/element': 4.10.0 - '@wordpress/keycodes': 3.12.0 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/element': 4.13.0 + '@wordpress/keycodes': 3.15.0 react: 17.0.2 rememo: 4.0.1 @@ -8284,17 +8961,24 @@ packages: '@wordpress/i18n': 4.12.0 lodash: 4.17.21 - /@wordpress/media-utils/4.3.0: - resolution: {integrity: sha512-jPwbw2ARo/Okq3YnVdqy3AU+jv0sse8CvnO+XnwSy6f08LuxEuh3ZcRXNY67Bfj0vLTt9isjl4DzIvoVVvKAWw==} + /@wordpress/keycodes/3.15.0: + resolution: {integrity: sha512-yuAz24f4oR5hFEXd1WMdOK4uH3tQZkAxlLig592hUZ/F1RZ8LcEM6dzb+PC7jqrRySVwJxGOrAEualiUG+IE6g==} engines: {node: '>=12'} dependencies: - '@babel/runtime': 7.18.6 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/blob': 3.12.0 - '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 + '@babel/runtime': 7.18.9 + '@wordpress/i18n': 4.15.0 lodash: 4.17.21 + /@wordpress/media-utils/4.6.0: + resolution: {integrity: sha512-/6Jqcq9RPR8yG1SiqfKEgeJAjWBlE6+7UXixJvP1kQTBLc+jTBtivRGS2q0NsQANBJY+lXCJ7HcxMqMW6Ku3+A==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blob': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/i18n': 4.15.0 + /@wordpress/notices/3.12.0_react@17.0.2: resolution: {integrity: sha512-MpXzUeOS5mPKCL3cC4w3kgaw/0niIfQRtjwJaqPXnsYzzO6z21nMpEoACdwImzAuFcq/AuiTn3apvcaGytQ4jw==} engines: {node: '>=12'} @@ -8302,21 +8986,47 @@ packages: react: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 + '@wordpress/a11y': 3.15.0 '@wordpress/data': 6.12.0_react@17.0.2 react: 17.0.2 + /@wordpress/notices/3.15.0_react@17.0.2: + resolution: {integrity: sha512-oEYM+s5NBFa0lj08D9IZLrm5pI+hBhQl6Rz8e/hUGIZnJHza+n+3C34TH/M41vfn5BWMT0pXWnU6AcGu22KltA==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/a11y': 3.15.0 + '@wordpress/data': 6.15.0_react@17.0.2 + react: 17.0.2 + /@wordpress/plugins/4.10.0_react@17.0.2: resolution: {integrity: sha512-JQdkwdFDa0ewA9ak6NN758anwt9FXoaOWZmVkfxmlcWBxl/H4nSE+820x8s3HHvQGMilt/7ZbkPyrqENShLKgQ==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/element': 4.10.0 - '@wordpress/hooks': 3.12.0 - '@wordpress/icons': 9.3.0 + '@wordpress/element': 4.13.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/icons': 9.6.0 + memize: 1.1.0 + react: 17.0.2 + dev: false + + /@wordpress/plugins/4.13.0_react@17.0.2: + resolution: {integrity: sha512-n9BPoHyyqzBqvefv2X4sKe/r6aszf8GDhxhe3YLWDQoweWm25SFTw1rI0Oku6cZ+QLJjt6Vbp0/T4qu5fzex9Q==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/element': 4.13.0 + '@wordpress/hooks': 3.15.0 + '@wordpress/icons': 9.6.0 memize: 1.1.0 react: 17.0.2 dev: false @@ -8328,12 +9038,12 @@ packages: postcss: ^8.0.0 dependencies: '@wordpress/base-styles': 4.6.0 - autoprefixer: 10.4.7_postcss@8.4.14 + autoprefixer: 10.4.2_postcss@8.4.14 postcss: 8.4.14 dev: true - /@wordpress/preferences/2.4.0_4n5awzdosmvvxtdfck3faxswgu: - resolution: {integrity: sha512-AI5SHwqsjKJtQlnPFoMlTElhswTfTzUfipjRVi+1FRASUzHWoCf0VXMS/LagZ3Y4atEdyfRQ72mHGTYGzEzwbA==} + /@wordpress/preferences/2.7.0_4n5awzdosmvvxtdfck3faxswgu: + resolution: {integrity: sha512-6rJ9sq4mDvchU21nE7x/kTA0r5UgQ6kMA8Lpxsl/ZhaFRyYN+r/0sq71gfUCM7VLHtP//k9DGBdChSoek4wqBw==} engines: {node: '>=12'} peerDependencies: '@wordpress/element': '*' @@ -8341,12 +9051,12 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/data': 6.12.0_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/components': 19.17.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/data': 6.15.0_react@17.0.2 '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 classnames: 2.3.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -8354,8 +9064,8 @@ packages: - '@babel/core' - '@types/react' - /@wordpress/preferences/2.4.0_ynbbzj25q2luas5n4jpp66bhwu: - resolution: {integrity: sha512-AI5SHwqsjKJtQlnPFoMlTElhswTfTzUfipjRVi+1FRASUzHWoCf0VXMS/LagZ3Y4atEdyfRQ72mHGTYGzEzwbA==} + /@wordpress/preferences/2.7.0_6dwsb62qii2cjors5mrryeijny: + resolution: {integrity: sha512-6rJ9sq4mDvchU21nE7x/kTA0r5UgQ6kMA8Lpxsl/ZhaFRyYN+r/0sq71gfUCM7VLHtP//k9DGBdChSoek4wqBw==} engines: {node: '>=12'} peerDependencies: '@wordpress/element': '*' @@ -8363,12 +9073,35 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/data': 6.12.0_react@17.0.2 + '@wordpress/a11y': 3.15.0 + '@wordpress/components': 19.17.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/element': 4.13.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + classnames: 2.3.1 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + dev: false + + /@wordpress/preferences/2.7.0_ynbbzj25q2luas5n4jpp66bhwu: + resolution: {integrity: sha512-6rJ9sq4mDvchU21nE7x/kTA0r5UgQ6kMA8Lpxsl/ZhaFRyYN+r/0sq71gfUCM7VLHtP//k9DGBdChSoek4wqBw==} + engines: {node: '>=12'} + peerDependencies: + '@wordpress/element': '*' + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/a11y': 3.15.0 + '@wordpress/components': 19.17.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/data': 6.15.0_react@17.0.2 '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 classnames: 2.3.1 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -8386,34 +9119,35 @@ packages: prettier: /wp-prettier/2.2.1-beta-1 dev: true - /@wordpress/primitives/3.10.0: - resolution: {integrity: sha512-Wv11uj0ygb34KEaJHIjyqGrA9QRp3XWaIuW/elkwcl6qBDTmaeAy+hizDh6XVpLp7RaxkAj+dhBhTaH4yT79Kg==} + /@wordpress/primitives/3.13.0: + resolution: {integrity: sha512-bNBbK30ZUq24G9ltZWsOPiRB0rP75BDgZTQObXogfeh+nSP7rNPsisYozxJ7FSiX5xhLMpQMOgv294XaV9Syhg==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 - '@wordpress/element': 4.10.0 + '@wordpress/element': 4.13.0 classnames: 2.3.1 - /@wordpress/priority-queue/2.12.0: - resolution: {integrity: sha512-W/Foka//VcqY1D8fYXUE196tCm4ExH4qo6HFNyQU0VAwMI0ypKH+b9wgybfC7e+Hj2lTFZQVQOJgsGE/qZiufw==} + /@wordpress/priority-queue/2.15.0: + resolution: {integrity: sha512-5nBlLS6RFMF1tmVV8t8PeyRZNJhnm25EF98TymptykkpJldV8/9waGunFA59fR2sSMV7vg0ofNB18lkQrdBs9Q==} engines: {node: '>=12'} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 - /@wordpress/redux-routine/4.12.0_redux@4.2.0: - resolution: {integrity: sha512-PLheKMgvYcbOiQzwGQfpbdA04DGWTE08LSrkgM5VWJT8hcoS/RIWvxNph3MXSPx1lXLhN6d0CqjOSkuDI/xbfw==} + /@wordpress/redux-routine/4.15.0_redux@4.2.0: + resolution: {integrity: sha512-JysZMfRQFcBQGaZWXAanAGklHQx6OVf+Y3fXWhEe/BnFzOnRo0Wfr9wh5yHazMiSqUQvknHWXeOlEm7CIrFr2g==} engines: {node: '>=12'} peerDependencies: redux: '>=4' dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 + is-plain-obj: 4.1.0 is-promise: 4.0.0 lodash: 4.17.21 redux: 4.2.0 rungen: 0.3.2 - /@wordpress/reusable-blocks/3.10.0_6pgse6zxuas3jvvpp2vl4qubfq: - resolution: {integrity: sha512-uznQdKWVpfsEfboonYAvwlEyhXz9wm5kmGBiEPTETbe6/nNLgCEGWqfgcTKnyNUMueUBZdhKqln6g4h1b0QmNg==} + /@wordpress/reusable-blocks/3.13.0_6pgse6zxuas3jvvpp2vl4qubfq: + resolution: {integrity: sha512-wFQM2NnYGN3tWpRpNbNrPlJSBndxyhpFRLcxzwnMN4GNKZw6xikWqnmgzWIu5AviBmw1o4BDv+7YJRCPU9/C5A==} engines: {node: '>=12'} peerDependencies: '@babel/runtime': ^7 @@ -8421,24 +9155,24 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/block-editor': 9.4.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/blocks': 11.11.0_react@17.0.2 - '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/core-data': 4.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/url': 3.13.0 + '@wordpress/block-editor': 9.7.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.17.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/core-data': 4.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/element': 4.13.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/url': 3.16.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 transitivePeerDependencies: - '@babel/core' - '@types/react' - /@wordpress/reusable-blocks/3.10.0_qutojm6pc2nsulfp6qlawlgkgy: - resolution: {integrity: sha512-uznQdKWVpfsEfboonYAvwlEyhXz9wm5kmGBiEPTETbe6/nNLgCEGWqfgcTKnyNUMueUBZdhKqln6g4h1b0QmNg==} + /@wordpress/reusable-blocks/3.13.0_qutojm6pc2nsulfp6qlawlgkgy: + resolution: {integrity: sha512-wFQM2NnYGN3tWpRpNbNrPlJSBndxyhpFRLcxzwnMN4GNKZw6xikWqnmgzWIu5AviBmw1o4BDv+7YJRCPU9/C5A==} engines: {node: '>=12'} peerDependencies: '@babel/runtime': ^7 @@ -8446,58 +9180,58 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/block-editor': 9.4.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/blocks': 11.11.0_react@17.0.2 - '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/core-data': 4.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/icons': 9.3.0 - '@wordpress/notices': 3.12.0_react@17.0.2 - '@wordpress/url': 3.13.0 + '@wordpress/block-editor': 9.7.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.17.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/core-data': 4.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/element': 4.13.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/icons': 9.6.0 + '@wordpress/notices': 3.15.0_react@17.0.2 + '@wordpress/url': 3.16.0 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 transitivePeerDependencies: - '@babel/core' - '@types/react' - /@wordpress/rich-text/5.10.0_react@17.0.2: - resolution: {integrity: sha512-9FZbW8/d083IM4pt8Uq89Idn4iFkkXvwLPcKs8QSr5wIjSbGMuCfnKF9UzWC70Hs4dIfIWHxdLiWzQ1+zi9ljw==} + /@wordpress/rich-text/5.13.0_react@17.0.2: + resolution: {integrity: sha512-lxCeaHvtLPRcE0I80/xLKgEDUB4Mm9KerDvQXPdXnA3E5w/vvGo162W9HoL+qCk/djl1155a8P0aTNmPgR8Zcw==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/a11y': 3.12.0 - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/element': 4.10.0 - '@wordpress/escape-html': 2.12.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/keycodes': 3.12.0 + '@wordpress/a11y': 3.15.0 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/element': 4.13.0 + '@wordpress/escape-html': 2.15.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/keycodes': 3.15.0 lodash: 4.17.21 memize: 1.1.0 react: 17.0.2 rememo: 4.0.1 - /@wordpress/server-side-render/3.10.0_apvyc6hsquzbx56wwdowrbgkzm: - resolution: {integrity: sha512-RVm/QSaJ1KtMIFu1T5Ywi84QSorlsb1ryLg6h9lqI+Jmt22Bg3kDUBbfL4MfmadqrEH4u9ObD+WKMLjGa9OsWA==} + /@wordpress/server-side-render/3.13.0_apvyc6hsquzbx56wwdowrbgkzm: + resolution: {integrity: sha512-KNFz7VH1qDcc8h3Zkiu5c7r7dXBEKBS1fOH6uAFPyRZr3Gc7cKp1tdfpAXthKSatPJeys/sbUGrCAA8jSnYAOw==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/blocks': 11.11.0_react@17.0.2 - '@wordpress/components': 19.14.0_apvyc6hsquzbx56wwdowrbgkzm - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/deprecated': 3.12.0 - '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/url': 3.13.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.17.0_apvyc6hsquzbx56wwdowrbgkzm + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/deprecated': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/url': 3.16.0 lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -8505,23 +9239,23 @@ packages: - '@babel/core' - '@types/react' - /@wordpress/server-side-render/3.10.0_gqc7fjcsvvycrv46lldq2mzv6i: - resolution: {integrity: sha512-RVm/QSaJ1KtMIFu1T5Ywi84QSorlsb1ryLg6h9lqI+Jmt22Bg3kDUBbfL4MfmadqrEH4u9ObD+WKMLjGa9OsWA==} + /@wordpress/server-side-render/3.13.0_gqc7fjcsvvycrv46lldq2mzv6i: + resolution: {integrity: sha512-KNFz7VH1qDcc8h3Zkiu5c7r7dXBEKBS1fOH6uAFPyRZr3Gc7cKp1tdfpAXthKSatPJeys/sbUGrCAA8jSnYAOw==} engines: {node: '>=12'} peerDependencies: react: ^17.0.0 react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/api-fetch': 6.9.0 - '@wordpress/blocks': 11.11.0_react@17.0.2 - '@wordpress/components': 19.14.0_gqc7fjcsvvycrv46lldq2mzv6i - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 - '@wordpress/deprecated': 3.12.0 - '@wordpress/element': 4.10.0 - '@wordpress/i18n': 4.12.0 - '@wordpress/url': 3.13.0 + '@wordpress/api-fetch': 6.12.0 + '@wordpress/blocks': 11.14.0_react@17.0.2 + '@wordpress/components': 19.17.0_gqc7fjcsvvycrv46lldq2mzv6i + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/deprecated': 3.15.0 + '@wordpress/element': 4.13.0 + '@wordpress/i18n': 4.15.0 + '@wordpress/url': 3.16.0 lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -8529,8 +9263,8 @@ packages: - '@babel/core' - '@types/react' - /@wordpress/shortcode/3.12.0: - resolution: {integrity: sha512-5Ln7VDLu5TDNRPr3pYrNqy/AnW6y5PkVGdmDW1TtwTcaSadh9uGQsDrHTiVDLiIPl9eV9dhfXXkxDZrF8zepxQ==} + /@wordpress/shortcode/3.15.0: + resolution: {integrity: sha512-s2b/0WGHdVOpUk9HENfHwveeX21v1yQ8lcY+vZdl53Aljn2o60slprwuXe9WXNVChXMpU0PFUyrs9EteDF+0fw==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 @@ -8543,35 +9277,87 @@ packages: '@babel/runtime': 7.18.6 lodash: 4.17.21 + /@wordpress/style-engine/0.14.0: + resolution: {integrity: sha512-kd0UQ9VMlbR7+7eIBJEayifvgvEsq5r0zXByd+522uoBQUTx/K5cV+8BcRH3PlMS12iFV+FOUXH3JeXGRpxlrQ==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.6 + lodash: 4.17.21 + /@wordpress/token-list/2.12.0: resolution: {integrity: sha512-PtnQwJ2gGSRhGFQHOTnZdhd2ln4S7CV+7mElhW+JerjggMXwemLSLvlSdjjiIWxTDqg7R+crnyFAfXqze8kugw==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 + dev: true + + /@wordpress/token-list/2.15.0: + resolution: {integrity: sha512-ghs6w7UwXK9VF6ePhkq3NtBlzGfarEOEVP/1pCd3ClV8KYq8SnwE3Kqqr1iEl+pMI9+VdDnXg2DdD3OS+PmIWg==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.6 /@wordpress/url/3.13.0: resolution: {integrity: sha512-KROX6n67thgOuAfDwUa9jim/kWcTClHTVJapG5do//40PpWLw5dW4pVEPqGZzB6AeWuCnFzGThQ8yn6pWg2WJg==} engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.18.9 + remove-accents: 0.4.2 + + /@wordpress/url/3.16.0: + resolution: {integrity: sha512-5hlT8KfioKrmfqQAHihj2pWqc8oMUFNae3n5/Wlu8H60Btf5h+cBfxr6eiOXPEVX9Ko9NskLjmAqCxxoiNviqg==} + engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 remove-accents: 0.4.2 - /@wordpress/viewport/4.10.0_izieya2qa5plh7zuoruv4k4dja: - resolution: {integrity: sha512-vD0VX54+eHjvKsNc3W/gptXzMCMbtVdya5iFoeXtIGoA+6zRKHDNin74J5Lp9wvZ9cDalhrVpCvDK5zfvYDtow==} + /@wordpress/viewport/4.10.0_izieya2qa5plh7zuoruv4k4dja: + resolution: {integrity: sha512-vD0VX54+eHjvKsNc3W/gptXzMCMbtVdya5iFoeXtIGoA+6zRKHDNin74J5Lp9wvZ9cDalhrVpCvDK5zfvYDtow==} + engines: {node: '>=12'} + peerDependencies: + '@wordpress/element': '*' + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/compose': 5.10.0_react@17.0.2 + '@wordpress/data': 6.12.0_react@17.0.2 + '@wordpress/element': 4.10.0 + lodash: 4.17.21 + react: 17.0.2 + dev: false + + /@wordpress/viewport/4.13.0_6uoy2lpkn6ezyeuozs25gt2v7i: + resolution: {integrity: sha512-dcdLedSJB4AbKiAvlyB4ALhR6dCrrjBznKZIeMTscn232nAodj5AX1K7dlYYQyYxTWVBA5rVCHZ56Ds0I5GBvw==} + engines: {node: '>=12'} + peerDependencies: + '@wordpress/element': '*' + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.18.6 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 + '@wordpress/element': 4.13.0 + lodash: 4.17.21 + react: 17.0.2 + dev: false + + /@wordpress/viewport/4.13.0_izieya2qa5plh7zuoruv4k4dja: + resolution: {integrity: sha512-dcdLedSJB4AbKiAvlyB4ALhR6dCrrjBznKZIeMTscn232nAodj5AX1K7dlYYQyYxTWVBA5rVCHZ56Ds0I5GBvw==} engines: {node: '>=12'} peerDependencies: '@wordpress/element': '*' react: ^17.0.0 dependencies: '@babel/runtime': 7.18.6 - '@wordpress/compose': 5.10.0_react@17.0.2 - '@wordpress/data': 6.12.0_react@17.0.2 + '@wordpress/compose': 5.13.0_react@17.0.2 + '@wordpress/data': 6.15.0_react@17.0.2 '@wordpress/element': 4.10.0 lodash: 4.17.21 react: 17.0.2 + dev: true - /@wordpress/warning/2.12.0: - resolution: {integrity: sha512-Xus/47T/F5yNjyuJEwBR8A1YSBppS1A8G+zD0Gt5Rn8x/4PAe1b2il8eoW8YIdHAFVM0PpZuWRhmN4f1y8mG7w==} + /@wordpress/warning/2.15.0: + resolution: {integrity: sha512-EXYraHE0g/w5ECWDmHQcUsvUhs+ksH44Ts67SWXDCLe8Rbz+Fwoeqkuq+nhpI+NnCWUbCpYGAAO3QRkgrL7TFQ==} engines: {node: '>=12'} /@wordpress/widgets/2.10.0_gqc7fjcsvvycrv46lldq2mzv6i: @@ -8601,8 +9387,8 @@ packages: - '@types/react' dev: false - /@wordpress/wordcount/3.12.0: - resolution: {integrity: sha512-noYFwkpzq7uCG85mYFSZueKF+eMXx9vGc6pgY6NX5tKiSsVrcea/SWWuwJcAA3XOtXcDxElf0kzYm7vPOGo1bg==} + /@wordpress/wordcount/3.15.0: + resolution: {integrity: sha512-/PgvjmMwMEWfyu+oZTXMhqyjOpieNpLVYaSdmZnQPbj4+OrP05b3DUXvJYI0eioAKzzDQJSJ9kcb9QqWaqGZWg==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.18.6 @@ -8630,12 +9416,12 @@ packages: acorn: 7.4.1 acorn-walk: 7.2.0 - /acorn-import-assertions/1.8.0_acorn@8.7.1: + /acorn-import-assertions/1.8.0_acorn@8.8.0: resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} peerDependencies: acorn: ^8 dependencies: - acorn: 8.7.1 + acorn: 8.8.0 /acorn-jsx/5.3.2_acorn@7.4.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -8645,12 +9431,12 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.7.1: + /acorn-jsx/5.3.2_acorn@8.8.0: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.7.1 + acorn: 8.8.0 dev: true /acorn-walk/7.2.0: @@ -8673,8 +9459,8 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - /acorn/8.7.1: - resolution: {integrity: sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==} + /acorn/8.8.0: + resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} engines: {node: '>=0.4.0'} hasBin: true @@ -8730,7 +9516,7 @@ packages: function.prototype.name: 1.1.5 is-regex: 1.1.4 object-is: 1.1.5 - object.assign: 4.1.2 + object.assign: 4.1.4 object.entries: 1.1.5 prop-types: 15.8.1 prop-types-exact: 1.2.0 @@ -8948,8 +9734,8 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.18.6 - '@babel/runtime-corejs3': 7.18.6 + '@babel/runtime': 7.18.9 + '@babel/runtime-corejs3': 7.18.9 dev: true /aria-query/5.0.0: @@ -8979,7 +9765,7 @@ packages: optional: true /array-flatten/1.1.1: - resolution: {integrity: sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=} + resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} dev: true /array-includes/3.1.5: @@ -9131,24 +9917,8 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.1 - caniuse-lite: 1.0.30001364 - fraction.js: 4.2.0 - normalize-range: 0.1.2 - picocolors: 1.0.0 - postcss: 8.4.14 - postcss-value-parser: 4.2.0 - dev: true - - /autoprefixer/10.4.7_postcss@8.4.14: - resolution: {integrity: sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==} - engines: {node: ^10 || ^12 || >=14} - hasBin: true - peerDependencies: - postcss: ^8.1.0 - dependencies: - browserslist: 4.21.1 - caniuse-lite: 1.0.30001364 + browserslist: 4.21.3 + caniuse-lite: 1.0.30001378 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -9159,9 +9929,9 @@ packages: /autosize/4.0.4: resolution: {integrity: sha512-5yxLQ22O0fCRGoxGfeLSNt3J8LB1v+umtpMnPW6XjkTWXKoN0AmXAIhelJcDtFT/Y/wYWmfE+oqU10Q0b8FhaQ==} - /axe-core/4.4.2: - resolution: {integrity: sha512-LVAaGp/wkkgYJcjmHsoKx4juT1aQvJyPcW09MLCjVTh3V2cc6PnyempiLMNH5iMdfIX/zdbjUx2KDjMLCTdPeA==} - engines: {node: '>=12'} + /axe-core/4.4.3: + resolution: {integrity: sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==} + engines: {node: '>=4'} dev: true /axios/0.21.4_debug@4.3.4: @@ -9190,28 +9960,10 @@ packages: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.18.6 - '@jest/transform': 28.1.2 - '@types/babel__core': 7.1.19 - babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.1.1_@babel+core@7.18.6 - chalk: 4.1.2 - graceful-fs: 4.2.10 - slash: 3.0.0 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-jest/28.1.2_@babel+core@7.18.6: - resolution: {integrity: sha512-pfmoo6sh4L/+5/G2OOfQrGJgvH7fTa1oChnuYH2G/6gA+JwDvO8PELwvwnofKBMNrQsam0Wy/Rw+QSrBNewq2Q==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - peerDependencies: - '@babel/core': ^7.8.0 - dependencies: - '@babel/core': 7.18.6 - '@jest/transform': 28.1.2 + '@jest/transform': 28.1.3 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.1.1_@babel+core@7.18.6 + babel-preset-jest: 28.1.3_@babel+core@7.18.6 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -9219,17 +9971,17 @@ packages: - supports-color dev: true - /babel-jest/28.1.3_@babel+core@7.18.6: + /babel-jest/28.1.3_@babel+core@7.18.10: resolution: {integrity: sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.18.6 + '@babel/core': 7.18.10 '@jest/transform': 28.1.3 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.1.3_@babel+core@7.18.6 + babel-preset-jest: 28.1.3_@babel+core@7.18.10 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -9268,7 +10020,7 @@ packages: /babel-plugin-dynamic-import-node/2.3.3: resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} dependencies: - object.assign: 4.1.2 + object.assign: 4.1.4 /babel-plugin-extract-import-names/1.6.22: resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==} @@ -9286,7 +10038,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.18.6 + '@babel/helper-plugin-utils': 7.18.9 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.0 @@ -9295,24 +10047,14 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/28.1.1: - resolution: {integrity: sha512-NovGCy5Hn25uMJSAU8FaHqzs13cFoOI4lhIujiepssjCKRsAo3TA734RDWSGxuFTsUJXerYOqQQodlxgmtqbzw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@babel/template': 7.18.6 - '@babel/types': 7.18.8 - '@types/babel__core': 7.1.19 - '@types/babel__traverse': 7.17.1 - dev: true - /babel-plugin-jest-hoist/28.1.3: resolution: {integrity: sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/template': 7.18.6 - '@babel/types': 7.18.8 + '@babel/template': 7.18.10 + '@babel/types': 7.18.10 '@types/babel__core': 7.1.19 - '@types/babel__traverse': 7.17.1 + '@types/babel__traverse': 7.18.0 dev: true /babel-plugin-macros/2.8.0: @@ -9321,6 +10063,7 @@ packages: '@babel/runtime': 7.18.6 cosmiconfig: 6.0.0 resolve: 1.22.1 + dev: true /babel-plugin-macros/3.1.0: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} @@ -9329,20 +10072,19 @@ packages: '@babel/runtime': 7.18.6 cosmiconfig: 7.0.1 resolve: 1.22.1 - dev: true /babel-plugin-named-exports-order/0.0.2: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: true - /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.6: - resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} + /babel-plugin-polyfill-corejs2/0.3.2_@babel+core@7.18.6: + resolution: {integrity: sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.18.6 '@babel/core': 7.18.6 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.6 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.6 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -9354,19 +10096,19 @@ packages: dependencies: '@babel/core': 7.18.6 '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.18.6 - core-js-compat: 3.23.4 + core-js-compat: 3.24.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.6: - resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} + /babel-plugin-polyfill-corejs3/0.5.3_@babel+core@7.18.6: + resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.6 - core-js-compat: 3.23.4 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.6 + core-js-compat: 3.24.1 transitivePeerDependencies: - supports-color @@ -9376,9 +10118,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.6 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.6 + transitivePeerDependencies: + - supports-color + + /babel-plugin-polyfill-regenerator/0.4.0_@babel+core@7.18.6: + resolution: {integrity: sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.6 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.6 transitivePeerDependencies: - supports-color + dev: true /babel-plugin-react-docgen/4.2.1: resolution: {integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==} @@ -9403,6 +10156,26 @@ packages: strip-indent: 3.0.0 dev: true + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.10: + resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.18.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.10 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.10 + dev: true + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.6: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: @@ -9423,15 +10196,15 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.6 dev: true - /babel-preset-jest/28.1.1_@babel+core@7.18.6: - resolution: {integrity: sha512-FCq9Oud0ReTeWtcneYf/48981aTfXYuB9gbU4rBNNJVBSQ6ssv7E6v/qvbBxtOWwZFXjLZwpg+W3q7J6vhH25g==} + /babel-preset-jest/28.1.3_@babel+core@7.18.10: + resolution: {integrity: sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.6 - babel-plugin-jest-hoist: 28.1.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.6 + '@babel/core': 7.18.10 + babel-plugin-jest-hoist: 28.1.3 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.10 dev: true /babel-preset-jest/28.1.3_@babel+core@7.18.6: @@ -9616,22 +10389,21 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001364 - electron-to-chromium: 1.4.185 + caniuse-lite: 1.0.30001378 + electron-to-chromium: 1.4.225 escalade: 3.1.1 node-releases: 2.0.6 picocolors: 1.0.0 - dev: false - /browserslist/4.21.1: - resolution: {integrity: sha512-Nq8MFCSrnJXSc88yliwlzQe3qNe3VntIjhsArW9IJOEPSHNx23FalwApUVbzAWABLhYJJ7y8AynWI/XM8OdfjQ==} + /browserslist/4.21.3: + resolution: {integrity: sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001364 - electron-to-chromium: 1.4.185 + caniuse-lite: 1.0.30001378 + electron-to-chromium: 1.4.225 node-releases: 2.0.6 - update-browserslist-db: 1.0.4_browserslist@4.21.1 + update-browserslist-db: 1.0.5_browserslist@4.21.3 /bser/2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} @@ -9672,7 +10444,7 @@ packages: dev: true /bytes/3.0.0: - resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} + resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} dev: true @@ -9681,8 +10453,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /c8/7.11.3: - resolution: {integrity: sha512-6YBmsaNmqRm9OS3ZbIiL2EZgi1+Xc4O24jL3vMYGE6idixYuGdy76rIfIdltSKDj9DpLNrcXSonUTR1miBD0wA==} + /c8/7.12.0: + resolution: {integrity: sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==} engines: {node: '>=10.12.0'} hasBin: true dependencies: @@ -9692,7 +10464,7 @@ packages: foreground-child: 2.0.0 istanbul-lib-coverage: 3.2.0 istanbul-lib-report: 3.0.0 - istanbul-reports: 3.1.4 + istanbul-reports: 3.1.5 rimraf: 3.0.2 test-exclude: 6.0.0 v8-to-istanbul: 9.0.1 @@ -9738,7 +10510,6 @@ packages: dependencies: pascal-case: 3.1.2 tslib: 2.4.0 - dev: true /camelcase-css/2.0.1: resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} @@ -9776,13 +10547,20 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.21.1 - caniuse-lite: 1.0.30001364 + browserslist: 4.21.3 + caniuse-lite: 1.0.30001378 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - /caniuse-lite/1.0.30001364: - resolution: {integrity: sha512-9O0xzV3wVyX0SlegIQ6knz+okhBB5pE0PC40MNdwcipjwpxoUEHL24uJ+gG42cgklPjfO5ZjZPme9FTSN3QT2Q==} + /caniuse-lite/1.0.30001378: + resolution: {integrity: sha512-JVQnfoO7FK7WvU4ZkBRbPjaot4+YqxogSDosHv0Hv5mWpUESmN+UubMU6L/hGz8QlQ2aY5U0vR6MOs6j/CXpNA==} + + /capital-case/1.0.4: + resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} + dependencies: + no-case: 3.0.4 + tslib: 2.4.0 + upper-case-first: 2.0.2 /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} @@ -9838,6 +10616,22 @@ packages: resolution: {integrity: sha512-Fo07WOYGqMfCWHOzSXOt2CxDbC6skS/jO9ynEcmpANMoPrD+W1r1K6Vx7iNm+AQmETU1Xr2t+n8nzkV9t6xh3w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + /change-case/4.1.2: + resolution: {integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==} + dependencies: + camel-case: 4.1.2 + capital-case: 1.0.4 + constant-case: 3.0.4 + dot-case: 3.0.4 + header-case: 2.0.4 + no-case: 3.0.4 + param-case: 3.0.4 + pascal-case: 3.1.2 + path-case: 3.0.4 + sentence-case: 3.0.4 + snake-case: 3.0.4 + tslib: 2.4.0 + /char-regex/1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} @@ -9939,8 +10733,8 @@ packages: /classnames/2.3.1: resolution: {integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==} - /clean-css/5.3.0: - resolution: {integrity: sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ==} + /clean-css/5.3.1: + resolution: {integrity: sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 @@ -10095,8 +10889,8 @@ packages: color-string: 1.9.1 dev: true - /colord/2.9.2: - resolution: {integrity: sha512-Uqbg+J445nc1TKn4FoDPS6ZZqAvEDnwrH42yo8B40JSOgSLxMZ/gt3h4nmCtPLQeXhjJJkqBx7SCY35WnIixaQ==} + /colord/2.9.3: + resolution: {integrity: sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==} /colorette/1.4.0: resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} @@ -10153,6 +10947,12 @@ packages: /commander/9.3.0: resolution: {integrity: sha512-hv95iU5uXPbK83mjrJKuZyFM/LBAoCV/XhVGkS5Je6tl7sxr6A0ITMw5WoRV46/UaJ46Nllm3Xt7IaJhXTIkzw==} engines: {node: ^12.20.0 || >=14} + dev: false + + /commander/9.4.0: + resolution: {integrity: sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==} + engines: {node: ^12.20.0 || >=14} + dev: true /comment-parser/1.3.0: resolution: {integrity: sha512-hRpmWIKgzd81vn0ydoWoyPoALEOnF4wt8yKD35Ib1D6XC2siLiYaiqfGkYrunuKdsXGwpBpHU3+9r+RVw2NZfA==} @@ -10207,7 +11007,7 @@ packages: resolution: {integrity: sha512-WpAmaKbMNmS3OProfHIdJiNleNJdgUrJfbKArXua28QF7+0CoZjlLn0lp6vlc+dl5r2/X9GQiQRQQU4BzSa69w==} /concat-map/0.0.1: - resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=} + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} /concat-with-sourcemaps/1.1.0: resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==} @@ -10221,7 +11021,7 @@ packages: hasBin: true dependencies: chalk: 4.1.2 - date-fns: 2.28.0 + date-fns: 2.29.2 lodash: 4.17.21 read-pkg: 5.2.0 rxjs: 6.6.7 @@ -10237,7 +11037,7 @@ packages: hasBin: true dependencies: chalk: 4.1.2 - date-fns: 2.28.0 + date-fns: 2.29.2 lodash: 4.17.21 rxjs: 6.6.7 spawn-command: 0.0.2-1 @@ -10272,6 +11072,13 @@ packages: /consolidated-events/2.0.2: resolution: {integrity: sha512-2/uRVMdRypf5z/TW/ncD/66l75P5hH2vM/GR8Jf8HLc2xnfJtmina6F6du8+v4Z2vTrMo7jC+W1tmEEuuELgkQ==} + /constant-case/3.0.4: + resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} + dependencies: + no-case: 3.0.4 + tslib: 2.4.0 + upper-case: 2.0.2 + /content-disposition/0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} @@ -10297,7 +11104,7 @@ packages: safe-buffer: 5.1.2 /cookie-signature/1.0.6: - resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: true /cookie/0.4.1: @@ -10329,14 +11136,14 @@ packages: serialize-javascript: 6.0.0 webpack: 5.72.1_webpack-cli@4.9.1 - /core-js-compat/3.23.4: - resolution: {integrity: sha512-RkSRPe+JYEoflcsuxJWaiMPhnZoFS51FcIxm53k4KzhISCBTmaGlto9dTIrYuk0hnJc3G6pKufAKepHnBq6B6Q==} + /core-js-compat/3.24.1: + resolution: {integrity: sha512-XhdNAGeRnTpp8xbD+sR/HFDK9CbeeeqXT6TuofXh3urqEevzkWmLRgrVoykodsw8okqo2pu1BOmuCKrHx63zdw==} dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 semver: 7.0.0 - /core-js-pure/3.23.4: - resolution: {integrity: sha512-lizxkcgj3XDmi7TUBFe+bQ1vNpD5E4t76BrBWI3HdUxdw/Mq1VF4CkiHzIKyieECKtcODK2asJttoofEeUKICQ==} + /core-js-pure/3.24.1: + resolution: {integrity: sha512-r1nJk41QLLPyozHUUPmILCEMtMw24NG4oWK6RbsDdjzQgg9ZvrUsPBj1MnG0wXXp1DCDU6j+wUvEmBSrtRbLXg==} requiresBuild: true dev: true @@ -10345,6 +11152,11 @@ packages: requiresBuild: true dev: true + /core-js/3.24.1: + resolution: {integrity: sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==} + requiresBuild: true + dev: true + /core-util-is/1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true @@ -10358,6 +11170,7 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 + dev: true /cosmiconfig/7.0.1: resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} @@ -10368,7 +11181,6 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 - dev: true /cp-file/7.0.0: resolution: {integrity: sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==} @@ -10446,6 +11258,16 @@ packages: postcss: ^8.0.9 dependencies: postcss: 8.4.14 + dev: true + + /css-declaration-sorter/6.3.0_postcss@8.4.16: + resolution: {integrity: sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==} + engines: {node: ^10 || ^12 || >=14} + peerDependencies: + postcss: ^8.0.9 + dependencies: + postcss: 8.4.16 + dev: false /css-loader/5.2.7_webpack@5.72.1: resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} @@ -10501,9 +11323,9 @@ packages: esbuild: optional: true dependencies: - cssnano: 5.1.12_postcss@8.4.14 + cssnano: 5.1.13_postcss@8.4.16 jest-worker: 27.5.1 - postcss: 8.4.14 + postcss: 8.4.16 schema-utils: 4.0.0 serialize-javascript: 6.0.0 source-map: 0.6.1 @@ -10600,6 +11422,45 @@ packages: postcss-reduce-transforms: 5.1.0_postcss@8.4.14 postcss-svgo: 5.1.0_postcss@8.4.14 postcss-unique-selectors: 5.1.1_postcss@8.4.14 + dev: true + + /cssnano-preset-default/5.2.12_postcss@8.4.16: + resolution: {integrity: sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + css-declaration-sorter: 6.3.0_postcss@8.4.16 + cssnano-utils: 3.1.0_postcss@8.4.16 + postcss: 8.4.16 + postcss-calc: 8.2.4_postcss@8.4.16 + postcss-colormin: 5.3.0_postcss@8.4.16 + postcss-convert-values: 5.1.2_postcss@8.4.16 + postcss-discard-comments: 5.1.2_postcss@8.4.16 + postcss-discard-duplicates: 5.1.0_postcss@8.4.16 + postcss-discard-empty: 5.1.1_postcss@8.4.16 + postcss-discard-overridden: 5.1.0_postcss@8.4.16 + postcss-merge-longhand: 5.1.6_postcss@8.4.16 + postcss-merge-rules: 5.1.2_postcss@8.4.16 + postcss-minify-font-values: 5.1.0_postcss@8.4.16 + postcss-minify-gradients: 5.1.1_postcss@8.4.16 + postcss-minify-params: 5.1.3_postcss@8.4.16 + postcss-minify-selectors: 5.2.1_postcss@8.4.16 + postcss-normalize-charset: 5.1.0_postcss@8.4.16 + postcss-normalize-display-values: 5.1.0_postcss@8.4.16 + postcss-normalize-positions: 5.1.1_postcss@8.4.16 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.16 + postcss-normalize-string: 5.1.0_postcss@8.4.16 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.16 + postcss-normalize-unicode: 5.1.0_postcss@8.4.16 + postcss-normalize-url: 5.1.0_postcss@8.4.16 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.16 + postcss-ordered-values: 5.1.3_postcss@8.4.16 + postcss-reduce-initial: 5.1.0_postcss@8.4.16 + postcss-reduce-transforms: 5.1.0_postcss@8.4.16 + postcss-svgo: 5.1.0_postcss@8.4.16 + postcss-unique-selectors: 5.1.1_postcss@8.4.16 + dev: false /cssnano-utils/3.1.0_postcss@8.4.14: resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} @@ -10608,9 +11469,19 @@ packages: postcss: ^8.2.15 dependencies: postcss: 8.4.14 + dev: true - /cssnano/5.1.12_postcss@8.4.14: - resolution: {integrity: sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ==} + /cssnano-utils/3.1.0_postcss@8.4.16: + resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + dev: false + + /cssnano/5.1.13_postcss@8.4.14: + resolution: {integrity: sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 @@ -10619,6 +11490,19 @@ packages: lilconfig: 2.0.6 postcss: 8.4.14 yaml: 1.10.2 + dev: true + + /cssnano/5.1.13_postcss@8.4.16: + resolution: {integrity: sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + cssnano-preset-default: 5.2.12_postcss@8.4.16 + lilconfig: 2.0.6 + postcss: 8.4.16 + yaml: 1.10.2 + dev: false /csso/4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} @@ -10678,8 +11562,8 @@ packages: resolution: {integrity: sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==} dev: false - /date-fns/2.28.0: - resolution: {integrity: sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==} + /date-fns/2.29.2: + resolution: {integrity: sha512-0VNbwmWJDS/G3ySwFSJA3ayhbURMTJLtwM2DTxf9CWondCnh6DTNlO9JgRSq6ibf4eD0lfMJNBxUdEAHHix+bA==} engines: {node: '>=0.11'} /dayjs/1.8.36: @@ -10740,8 +11624,8 @@ packages: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} engines: {node: '>=0.10.0'} - /decimal.js/10.3.1: - resolution: {integrity: sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==} + /decimal.js/10.4.0: + resolution: {integrity: sha512-Nv6ENEzyPQ6AItkGwLE2PGKinZZ9g59vSh2BeH6NqPu0OTKZ5ruJsVqh/orbAnqXc9pBbgXAIrc2EyaCj8NpGg==} /decode-uri-component/0.2.0: resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==} @@ -11024,7 +11908,6 @@ packages: dependencies: no-case: 3.0.4 tslib: 2.4.0 - dev: true /dot-prop/5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} @@ -11042,8 +11925,8 @@ packages: engines: {node: '>=10'} dev: true - /downshift/6.1.7_react@17.0.2: - resolution: {integrity: sha512-cVprZg/9Lvj/uhYRxELzlu1aezRcgPWBjTvspiGTVEU64gF5pRdSRKFVLcxqsZC637cLAGMbL40JavEfWnqgNg==} + /downshift/6.1.9_react@17.0.2: + resolution: {integrity: sha512-mzvk61WOX4MEsYHMKCXEVwuz/zM84x/WrCbaCQw71hyNN0fmWXvV673uOQy2idgIA+yqDsjtkV5KPfAFWuQylg==} peerDependencies: react: '>=16.12.0' dependencies: @@ -11068,11 +11951,11 @@ packages: dev: false /ee-first/1.1.1: - resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: true - /electron-to-chromium/1.4.185: - resolution: {integrity: sha512-9kV/isoOGpKkBt04yYNaSWIBn3187Q5VZRtoReq8oz5NY/A4XmU6cAoqgQlDp7kKJCZMRjWZ8nsQyxfpFHvfyw==} + /electron-to-chromium/1.4.225: + resolution: {integrity: sha512-ICHvGaCIQR3P88uK8aRtx8gmejbVJyC6bB4LEC3anzBrIzdzC7aiZHY4iFfXhN4st6I7lMO0x4sgBHf/7kBvRw==} /elegant-spinner/1.0.1: resolution: {integrity: sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ==} @@ -11225,7 +12108,7 @@ packages: is-weakref: 1.0.2 object-inspect: 1.12.2 object-keys: 1.1.1 - object.assign: 4.1.2 + object.assign: 4.1.4 regexp.prototype.flags: 1.4.3 string.prototype.trimend: 1.0.5 string.prototype.trimstart: 1.0.5 @@ -11277,8 +12160,8 @@ packages: resolution: {integrity: sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==} dev: true - /esbuild-android-64/0.14.49: - resolution: {integrity: sha512-vYsdOTD+yi+kquhBiFWl3tyxnj2qZJsl4tAqwhT90ktUdnyTizgle7TjNx6Ar1bN7wcwWqZ9QInfdk2WVagSww==} + /esbuild-android-64/0.14.54: + resolution: {integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -11286,8 +12169,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.49: - resolution: {integrity: sha512-g2HGr/hjOXCgSsvQZ1nK4nW/ei8JUx04Li74qub9qWrStlysaVmadRyTVuW32FGIpLQyc5sUjjZopj49eGGM2g==} + /esbuild-android-arm64/0.14.54: + resolution: {integrity: sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -11295,8 +12178,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.49: - resolution: {integrity: sha512-3rvqnBCtX9ywso5fCHixt2GBCUsogNp9DjGmvbBohh31Ces34BVzFltMSxJpacNki96+WIcX5s/vum+ckXiLYg==} + /esbuild-darwin-64/0.14.54: + resolution: {integrity: sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -11304,8 +12187,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.49: - resolution: {integrity: sha512-XMaqDxO846srnGlUSJnwbijV29MTKUATmOLyQSfswbK/2X5Uv28M9tTLUJcKKxzoo9lnkYPsx2o8EJcTYwCs/A==} + /esbuild-darwin-arm64/0.14.54: + resolution: {integrity: sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -11313,8 +12196,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.49: - resolution: {integrity: sha512-NJ5Q6AjV879mOHFri+5lZLTp5XsO2hQ+KSJYLbfY9DgCu8s6/Zl2prWXVANYTeCDLlrIlNNYw8y34xqyLDKOmQ==} + /esbuild-freebsd-64/0.14.54: + resolution: {integrity: sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -11322,8 +12205,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.49: - resolution: {integrity: sha512-lFLtgXnAc3eXYqj5koPlBZvEbBSOSUbWO3gyY/0+4lBdRqELyz4bAuamHvmvHW5swJYL7kngzIZw6kdu25KGOA==} + /esbuild-freebsd-arm64/0.14.54: + resolution: {integrity: sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -11331,8 +12214,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.49: - resolution: {integrity: sha512-zTTH4gr2Kb8u4QcOpTDVn7Z8q7QEIvFl/+vHrI3cF6XOJS7iEI1FWslTo3uofB2+mn6sIJEQD9PrNZKoAAMDiA==} + /esbuild-linux-32/0.14.54: + resolution: {integrity: sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -11340,8 +12223,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.49: - resolution: {integrity: sha512-hYmzRIDzFfLrB5c1SknkxzM8LdEUOusp6M2TnuQZJLRtxTgyPnZZVtyMeCLki0wKgYPXkFsAVhi8vzo2mBNeTg==} + /esbuild-linux-64/0.14.54: + resolution: {integrity: sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -11349,8 +12232,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.49: - resolution: {integrity: sha512-iE3e+ZVv1Qz1Sy0gifIsarJMQ89Rpm9mtLSRtG3AH0FPgAzQ5Z5oU6vYzhc/3gSPi2UxdCOfRhw2onXuFw/0lg==} + /esbuild-linux-arm/0.14.54: + resolution: {integrity: sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -11358,8 +12241,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.49: - resolution: {integrity: sha512-KLQ+WpeuY+7bxukxLz5VgkAAVQxUv67Ft4DmHIPIW+2w3ObBPQhqNoeQUHxopoW/aiOn3m99NSmSV+bs4BSsdA==} + /esbuild-linux-arm64/0.14.54: + resolution: {integrity: sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -11367,8 +12250,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.49: - resolution: {integrity: sha512-n+rGODfm8RSum5pFIqFQVQpYBw+AztL8s6o9kfx7tjfK0yIGF6tm5HlG6aRjodiiKkH2xAiIM+U4xtQVZYU4rA==} + /esbuild-linux-mips64le/0.14.54: + resolution: {integrity: sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -11376,8 +12259,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.49: - resolution: {integrity: sha512-WP9zR4HX6iCBmMFH+XHHng2LmdoIeUmBpL4aL2TR8ruzXyT4dWrJ5BSbT8iNo6THN8lod6GOmYDLq/dgZLalGw==} + /esbuild-linux-ppc64le/0.14.54: + resolution: {integrity: sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -11385,8 +12268,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.49: - resolution: {integrity: sha512-h66ORBz+Dg+1KgLvzTVQEA1LX4XBd1SK0Fgbhhw4akpG/YkN8pS6OzYI/7SGENiN6ao5hETRDSkVcvU9NRtkMQ==} + /esbuild-linux-riscv64/0.14.54: + resolution: {integrity: sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -11394,8 +12277,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.49: - resolution: {integrity: sha512-DhrUoFVWD+XmKO1y7e4kNCqQHPs6twz6VV6Uezl/XHYGzM60rBewBF5jlZjG0nCk5W/Xy6y1xWeopkrhFFM0sQ==} + /esbuild-linux-s390x/0.14.54: + resolution: {integrity: sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -11408,7 +12291,7 @@ packages: peerDependencies: webpack: ^4.40.0 || ^5.0.0 dependencies: - esbuild: 0.14.49 + esbuild: 0.14.54 joycon: 3.1.1 json5: 2.2.1 loader-utils: 2.0.2 @@ -11417,8 +12300,8 @@ packages: webpack-sources: 2.3.1 dev: true - /esbuild-netbsd-64/0.14.49: - resolution: {integrity: sha512-BXaUwFOfCy2T+hABtiPUIpWjAeWK9P8O41gR4Pg73hpzoygVGnj0nI3YK4SJhe52ELgtdgWP/ckIkbn2XaTxjQ==} + /esbuild-netbsd-64/0.14.54: + resolution: {integrity: sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -11426,8 +12309,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.49: - resolution: {integrity: sha512-lP06UQeLDGmVPw9Rg437Btu6J9/BmyhdoefnQ4gDEJTtJvKtQaUcOQrhjTq455ouZN4EHFH1h28WOJVANK41kA==} + /esbuild-openbsd-64/0.14.54: + resolution: {integrity: sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -11435,8 +12318,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.49: - resolution: {integrity: sha512-4c8Zowp+V3zIWje329BeLbGh6XI9c/rqARNaj5yPHdC61pHI9UNdDxT3rePPJeWcEZVKjkiAS6AP6kiITp7FSw==} + /esbuild-sunos-64/0.14.54: + resolution: {integrity: sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -11444,8 +12327,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.49: - resolution: {integrity: sha512-q7Rb+J9yHTeKr9QTPDYkqfkEj8/kcKz9lOabDuvEXpXuIcosWCJgo5Z7h/L4r7rbtTH4a8U2FGKb6s1eeOHmJA==} + /esbuild-windows-32/0.14.54: + resolution: {integrity: sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -11453,8 +12336,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.49: - resolution: {integrity: sha512-+Cme7Ongv0UIUTniPqfTX6mJ8Deo7VXw9xN0yJEN1lQMHDppTNmKwAM3oGbD/Vqff+07K2gN0WfNkMohmG+dVw==} + /esbuild-windows-64/0.14.54: + resolution: {integrity: sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -11462,8 +12345,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.49: - resolution: {integrity: sha512-v+HYNAXzuANrCbbLFJ5nmO3m5y2PGZWLe3uloAkLt87aXiO2mZr3BTmacZdjwNkNEHuH3bNtN8cak+mzVjVPfA==} + /esbuild-windows-arm64/0.14.54: + resolution: {integrity: sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -11471,32 +12354,33 @@ packages: dev: true optional: true - /esbuild/0.14.49: - resolution: {integrity: sha512-/TlVHhOaq7Yz8N1OJrjqM3Auzo5wjvHFLk+T8pIue+fhnhIMpfAzsG6PLVMbFveVxqD2WOp3QHei+52IMUNmCw==} + /esbuild/0.14.54: + resolution: {integrity: sha512-Cy9llcy8DvET5uznocPyqL3BFRrFXSVqbgpMJ9Wz8oVjZlh/zUSNbPRbov0VX7VxN2JH1Oa0uNxZ7eLRb62pJA==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.49 - esbuild-android-arm64: 0.14.49 - esbuild-darwin-64: 0.14.49 - esbuild-darwin-arm64: 0.14.49 - esbuild-freebsd-64: 0.14.49 - esbuild-freebsd-arm64: 0.14.49 - esbuild-linux-32: 0.14.49 - esbuild-linux-64: 0.14.49 - esbuild-linux-arm: 0.14.49 - esbuild-linux-arm64: 0.14.49 - esbuild-linux-mips64le: 0.14.49 - esbuild-linux-ppc64le: 0.14.49 - esbuild-linux-riscv64: 0.14.49 - esbuild-linux-s390x: 0.14.49 - esbuild-netbsd-64: 0.14.49 - esbuild-openbsd-64: 0.14.49 - esbuild-sunos-64: 0.14.49 - esbuild-windows-32: 0.14.49 - esbuild-windows-64: 0.14.49 - esbuild-windows-arm64: 0.14.49 + '@esbuild/linux-loong64': 0.14.54 + esbuild-android-64: 0.14.54 + esbuild-android-arm64: 0.14.54 + esbuild-darwin-64: 0.14.54 + esbuild-darwin-arm64: 0.14.54 + esbuild-freebsd-64: 0.14.54 + esbuild-freebsd-arm64: 0.14.54 + esbuild-linux-32: 0.14.54 + esbuild-linux-64: 0.14.54 + esbuild-linux-arm: 0.14.54 + esbuild-linux-arm64: 0.14.54 + esbuild-linux-mips64le: 0.14.54 + esbuild-linux-ppc64le: 0.14.54 + esbuild-linux-riscv64: 0.14.54 + esbuild-linux-s390x: 0.14.54 + esbuild-netbsd-64: 0.14.54 + esbuild-openbsd-64: 0.14.54 + esbuild-sunos-64: 0.14.54 + esbuild-windows-32: 0.14.54 + esbuild-windows-64: 0.14.54 + esbuild-windows-arm64: 0.14.54 dev: true /escalade/3.1.1: @@ -11563,17 +12447,20 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.3_nd4nb6nccnlbwilvit6hlaep3q: - resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} + /eslint-module-utils/2.7.4_ul3wk3jb5imjfljtnlbvdmewne: + resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' + eslint: '*' eslint-import-resolver-node: '*' eslint-import-resolver-typescript: '*' eslint-import-resolver-webpack: '*' peerDependenciesMeta: '@typescript-eslint/parser': optional: true + eslint: + optional: true eslint-import-resolver-node: optional: true eslint-import-resolver-typescript: @@ -11583,8 +12470,8 @@ packages: dependencies: '@typescript-eslint/parser': 5.27.0_n4lrrl552kqf5nk4rgej5xdcha debug: 3.2.7 + eslint: 8.17.0 eslint-import-resolver-node: 0.3.6 - find-up: 2.1.0 transitivePeerDependencies: - supports-color dev: true @@ -11617,9 +12504,9 @@ packages: doctrine: 2.1.0 eslint: 8.17.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_nd4nb6nccnlbwilvit6hlaep3q + eslint-module-utils: 2.7.4_ul3wk3jb5imjfljtnlbvdmewne has: 1.0.3 - is-core-module: 2.9.0 + is-core-module: 2.10.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.5 @@ -11643,8 +12530,8 @@ packages: peerDependencies: eslint: ^6.8.0 || ^7.0.0 || ^8.0.0 dependencies: - '@babel/runtime': 7.18.6 - '@testing-library/dom': 8.16.0 + '@babel/runtime': 7.18.9 + '@testing-library/dom': 8.17.1 eslint: 8.17.0 requireindex: 1.2.0 dev: true @@ -11663,7 +12550,7 @@ packages: optional: true dependencies: '@typescript-eslint/eslint-plugin': 5.27.0_55jjgj7njb4nbofoh2bh457ivy - '@typescript-eslint/utils': 5.30.5_n4lrrl552kqf5nk4rgej5xdcha + '@typescript-eslint/utils': 5.33.1_n4lrrl552kqf5nk4rgej5xdcha eslint: 8.17.0 jest: 28.1.0 transitivePeerDependencies: @@ -11696,17 +12583,17 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 aria-query: 4.2.2 array-includes: 3.1.5 ast-types-flow: 0.0.7 - axe-core: 4.4.2 + axe-core: 4.4.3 axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 eslint: 8.17.0 has: 1.0.3 - jsx-ast-utils: 3.3.2 + jsx-ast-utils: 3.3.3 language-tags: 1.0.5 minimatch: 3.1.2 dev: true @@ -11771,7 +12658,7 @@ packages: doctrine: 2.1.0 eslint: 8.17.0 estraverse: 5.3.0 - jsx-ast-utils: 3.3.2 + jsx-ast-utils: 3.3.3 minimatch: 3.1.2 object.entries: 1.1.5 object.fromentries: 2.0.5 @@ -11800,7 +12687,7 @@ packages: peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.30.5_n4lrrl552kqf5nk4rgej5xdcha + '@typescript-eslint/utils': 5.33.1_n4lrrl552kqf5nk4rgej5xdcha eslint: 8.17.0 transitivePeerDependencies: - supports-color @@ -11889,14 +12776,14 @@ packages: eslint-scope: 7.1.1 eslint-utils: 3.0.0_eslint@8.17.0 eslint-visitor-keys: 3.3.0 - espree: 9.3.2 + espree: 9.3.3 esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 6.0.2 - globals: 13.16.0 + globals: 13.17.0 ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -11917,12 +12804,12 @@ packages: - supports-color dev: true - /espree/9.3.2: - resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==} + /espree/9.3.3: + resolution: {integrity: sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.7.1 - acorn-jsx: 5.3.2_acorn@8.7.1 + acorn: 8.8.0 + acorn-jsx: 5.3.2_acorn@8.8.0 eslint-visitor-keys: 3.3.0 dev: true @@ -11950,7 +12837,7 @@ packages: hasBin: true dependencies: '@sitespeed.io/tracium': 0.3.3 - commander: 9.3.0 + commander: 9.4.0 find-chrome-bin: 0.1.0 nanoid: 3.3.4 puppeteer-core: 13.7.0 @@ -11973,9 +12860,9 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 - c8: 7.11.3 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 + c8: 7.12.0 transitivePeerDependencies: - supports-color dev: true @@ -12013,7 +12900,7 @@ packages: resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==} engines: {node: '>= 0.8'} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 require-like: 0.1.2 dev: false @@ -12025,8 +12912,8 @@ packages: resolution: {integrity: sha512-5EM1GHXycJBS6mauYAbVKT1cVs7POKWb2NXD4Vyt8dDqeZa7LaDK1/sjtL+Zb0lzTpSNil4596Dyu97hz37QLg==} dev: true - /eventemitter2/6.4.6: - resolution: {integrity: sha512-OHqo4wbHX5VbvlbB6o6eDwhYmiTjrpWACjF8Pmof/GTD6rdBNdZFNck3xlhqOiQFGCOoq3uzHvA0cQpFHIGVAQ==} + /eventemitter2/6.4.7: + resolution: {integrity: sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==} dev: true /eventemitter3/3.1.2: @@ -12109,17 +12996,6 @@ packages: - supports-color dev: true - /expect/28.1.1: - resolution: {integrity: sha512-/AANEwGL0tWBwzLNOvO0yUdy2D52jVdNXppOqswC49sxMN2cPWsGCQdzuIf9tj6hHoBQzNvx75JUYuQAckPo3w==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/expect-utils': 28.1.1 - jest-get-type: 28.0.2 - jest-matcher-utils: 28.1.1 - jest-message-util: 28.1.1 - jest-util: 28.1.1 - dev: true - /expect/28.1.3: resolution: {integrity: sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -12286,8 +13162,9 @@ packages: /fast-levenshtein/2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - /fastest-levenshtein/1.0.12: - resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==} + /fastest-levenshtein/1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} /fastq/1.13.0: resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} @@ -12344,9 +13221,9 @@ packages: node-fetch: optional: true dependencies: - '@babel/core': 7.18.6 - '@babel/runtime': 7.18.6 - core-js: 3.23.5 + '@babel/core': 7.18.10 + '@babel/runtime': 7.18.9 + core-js: 3.24.1 debug: 4.3.4 glob-to-regexp: 0.4.1 is-subset: 0.1.1 @@ -12473,13 +13350,6 @@ packages: dev: true optional: true - /find-up/2.1.0: - resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} - engines: {node: '>=4'} - dependencies: - locate-path: 2.0.0 - dev: true - /find-up/3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} @@ -12504,12 +13374,12 @@ packages: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.6 + flatted: 3.2.7 rimraf: 3.0.2 dev: true - /flatted/3.2.6: - resolution: {integrity: sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==} + /flatted/3.2.7: + resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: true /fn.name/1.1.0: @@ -12623,8 +13493,8 @@ packages: map-cache: 0.2.2 dev: true - /framer-motion/6.4.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-prcyOGFkGjwGEgbxObIWteVz1ihuWaDLdR03626cbA1GxTaPRpLb8ioJfWPmP5mwcWC7TlhMOjS5kBYnuiktFA==} + /framer-motion/6.5.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-o1BGqqposwi7cgDrtg0dNONhkmPsUFDaLcKXigzuTFC5x58mE8iyTazxSudFzmT6MEyJKfjjU8ItoMe3W+3fiw==} peerDependencies: react: '>=16.8 || ^17.0.0 || ^18.0.0' react-dom: '>=16.8 || ^17.0.0 || ^18.0.0' @@ -12646,7 +13516,7 @@ packages: tslib: 2.4.0 /fresh/0.5.2: - resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=} + resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} dev: true @@ -12939,8 +13809,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.16.0: - resolution: {integrity: sha512-A1lrQfpNF+McdPOnnFqY3kSN0AFTy485bTi1bkLk4mVPODIUEcSfhHgRqA+QdXPksrSTTztYXx37NFV+GpGk3Q==} + /globals/13.17.0: + resolution: {integrity: sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -13054,7 +13924,7 @@ packages: source-map: 0.6.1 wordwrap: 1.0.0 optionalDependencies: - uglify-js: 3.16.2 + uglify-js: 3.17.0 dev: true /has-ansi/2.0.0: @@ -13205,6 +14075,12 @@ packages: hasBin: true dev: true + /header-case/2.0.4: + resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} + dependencies: + capital-case: 1.0.4 + tslib: 2.4.0 + /hey-listen/1.0.8: resolution: {integrity: sha512-COpmrF2NOg4TBWUJ5UVyaCU2A88wEMkUPK4hNqyCkqHbxT92BbvfjoSozkAIIm6XhicGlJHhFdullInrdhwU8Q==} @@ -13229,7 +14105,7 @@ packages: /history/5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 dev: false /hoist-non-react-statics/3.3.2: @@ -13264,12 +14140,12 @@ packages: hasBin: true dependencies: camel-case: 4.1.2 - clean-css: 5.3.0 + clean-css: 5.3.1 commander: 8.3.0 he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.14.1 + terser: 5.14.2 dev: true /html-tags/3.2.0: @@ -13607,8 +14483,8 @@ packages: engines: {node: '>=4'} dev: true - /is-builtin-module/3.1.0: - resolution: {integrity: sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==} + /is-builtin-module/3.2.0: + resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==} engines: {node: '>=6'} dependencies: builtin-modules: 3.3.0 @@ -13625,8 +14501,8 @@ packages: ci-info: 2.0.0 dev: true - /is-core-module/2.9.0: - resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} + /is-core-module/2.10.0: + resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} dependencies: has: 1.0.3 @@ -13801,6 +14677,10 @@ packages: engines: {node: '>=8'} dev: true + /is-plain-obj/4.1.0: + resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} + engines: {node: '>=12'} + /is-plain-object/2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} @@ -13829,7 +14709,7 @@ packages: /is-reference/1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} dependencies: - '@types/estree': 0.0.52 + '@types/estree': 1.0.0 dev: true /is-regex/1.1.4: @@ -13961,7 +14841,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.18.6 - '@babel/parser': 7.18.8 + '@babel/parser': 7.18.11 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -13982,15 +14862,15 @@ packages: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} dependencies: - debug: 4.3.4 + debug: 4.3.3 istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color dev: true - /istanbul-reports/3.1.4: - resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==} + /istanbul-reports/3.1.5: + resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -14008,14 +14888,6 @@ packages: iterate-iterator: 1.0.2 dev: true - /jest-changed-files/28.0.2: - resolution: {integrity: sha512-QX9u+5I2s54ZnGoMEjiM2WeBvJR2J7w/8ZUmH2um/WLAuGAYFQcsVXY9+1YL6k0H/AGUdH8pXUAv6erDqEsvIA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - execa: 5.1.1 - throat: 6.0.1 - dev: true - /jest-changed-files/28.1.3: resolution: {integrity: sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14024,33 +14896,6 @@ packages: p-limit: 3.1.0 dev: true - /jest-circus/28.1.2: - resolution: {integrity: sha512-E2vdPIJG5/69EMpslFhaA46WkcrN74LI5V/cSJ59L7uS8UNoXbzTxmwhpi9XrIL3zqvMt5T0pl5k2l2u2GwBNQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/environment': 28.1.2 - '@jest/expect': 28.1.2 - '@jest/test-result': 28.1.1 - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - chalk: 4.1.2 - co: 4.6.0 - dedent: 0.7.0 - is-generator-fn: 2.1.0 - jest-each: 28.1.1 - jest-matcher-utils: 28.1.1 - jest-message-util: 28.1.1 - jest-runtime: 28.1.2 - jest-snapshot: 28.1.2 - jest-util: 28.1.1 - pretty-format: 28.1.1 - slash: 3.0.0 - stack-utils: 2.0.5 - throat: 6.0.1 - transitivePeerDependencies: - - supports-color - dev: true - /jest-circus/28.1.3: resolution: {integrity: sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14059,7 +14904,7 @@ packages: '@jest/expect': 28.1.3 '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -14078,34 +14923,6 @@ packages: - supports-color dev: true - /jest-cli/28.1.2: - resolution: {integrity: sha512-l6eoi5Do/IJUXAFL9qRmDiFpBeEJAnjJb1dcd9i/VWfVWbp3mJhuH50dNtX67Ali4Ecvt4eBkWb4hXhPHkAZTw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/core': 28.1.2 - '@jest/test-result': 28.1.1 - '@jest/types': 28.1.1 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.10 - import-local: 3.1.0 - jest-config: 28.1.2 - jest-util: 28.1.1 - jest-validate: 28.1.1 - prompts: 2.4.2 - yargs: 17.5.1 - transitivePeerDependencies: - - '@types/node' - - supports-color - - ts-node - dev: true - /jest-cli/28.1.3: resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14134,83 +14951,6 @@ packages: - ts-node dev: true - /jest-config/28.1.2: - resolution: {integrity: sha512-g6EfeRqddVbjPVBVY4JWpUY4IvQoFRIZcv4V36QkqzE0IGhEC/VkugFeBMAeUE7PRgC8KJF0yvJNDeQRbamEVA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - peerDependencies: - '@types/node': '*' - ts-node: '>=9.0.0' - peerDependenciesMeta: - '@types/node': - optional: true - ts-node: - optional: true - dependencies: - '@babel/core': 7.18.6 - '@jest/test-sequencer': 28.1.1 - '@jest/types': 28.1.1 - babel-jest: 28.1.2_@babel+core@7.18.6 - chalk: 4.1.2 - ci-info: 3.3.2 - deepmerge: 4.2.2 - glob: 7.2.3 - graceful-fs: 4.2.10 - jest-circus: 28.1.2 - jest-environment-node: 28.1.2 - jest-get-type: 28.0.2 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.1 - jest-runner: 28.1.2 - jest-util: 28.1.1 - jest-validate: 28.1.1 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 28.1.1 - slash: 3.0.0 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /jest-config/28.1.2_@types+node@18.0.3: - resolution: {integrity: sha512-g6EfeRqddVbjPVBVY4JWpUY4IvQoFRIZcv4V36QkqzE0IGhEC/VkugFeBMAeUE7PRgC8KJF0yvJNDeQRbamEVA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - peerDependencies: - '@types/node': '*' - ts-node: '>=9.0.0' - peerDependenciesMeta: - '@types/node': - optional: true - ts-node: - optional: true - dependencies: - '@babel/core': 7.18.6 - '@jest/test-sequencer': 28.1.1 - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - babel-jest: 28.1.2_@babel+core@7.18.6 - chalk: 4.1.2 - ci-info: 3.3.2 - deepmerge: 4.2.2 - glob: 7.2.3 - graceful-fs: 4.2.10 - jest-circus: 28.1.2 - jest-environment-node: 28.1.2 - jest-get-type: 28.0.2 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.1 - jest-runner: 28.1.2 - jest-util: 28.1.1 - jest-validate: 28.1.1 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 28.1.1 - slash: 3.0.0 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /jest-config/28.1.3: resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14223,10 +14963,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.6 + '@babel/core': 7.18.10 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - babel-jest: 28.1.3_@babel+core@7.18.6 + babel-jest: 28.1.3_@babel+core@7.18.10 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -14249,7 +14989,7 @@ packages: - supports-color dev: true - /jest-config/28.1.3_@types+node@18.0.3: + /jest-config/28.1.3_@types+node@18.7.7: resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -14261,11 +15001,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.18.6 + '@babel/core': 7.18.10 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.0.3 - babel-jest: 28.1.3_@babel+core@7.18.6 + '@types/node': 18.7.7 + babel-jest: 28.1.3_@babel+core@7.18.10 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -14293,19 +15033,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 27.5.1 - jest-get-type: 27.5.1 - pretty-format: 27.5.1 - dev: true - - /jest-diff/28.1.1: - resolution: {integrity: sha512-/MUUxeR2fHbqHoMMiffe/Afm+U8U4olFRJ0hiVG2lZatPJcnGxx292ustVu7bULhjV65IYMxRdploAKLbcrsyg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - chalk: 4.1.2 - diff-sequences: 28.1.1 - jest-get-type: 28.0.2 - pretty-format: 28.1.1 + diff-sequences: 27.5.1 + jest-get-type: 27.5.1 + pretty-format: 27.5.1 dev: true /jest-diff/28.1.3: @@ -14325,17 +15055,6 @@ packages: detect-newline: 3.1.0 dev: true - /jest-each/28.1.1: - resolution: {integrity: sha512-A042rqh17ZvEhRceDMi784ppoXR7MWGDEKTXEZXb4svt0eShMZvijGxzKsx+yIjeE8QYmHPrnHiTSQVhN4nqaw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.1 - chalk: 4.1.2 - jest-get-type: 28.0.2 - jest-util: 28.1.1 - pretty-format: 28.1.1 - dev: true - /jest-each/28.1.3: resolution: {integrity: sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14351,13 +15070,13 @@ packages: resolution: {integrity: sha512-8n6P4xiDjNVqTWv6W6vJPuQdLx+ZiA3dbYg7YJ+DPzR+9B61K6pMVJrSs2IxfGRG4J7pyAUA5shQ9G0KEun78w==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@jest/environment': 28.1.2 - '@jest/fake-timers': 28.1.2 - '@jest/types': 28.1.1 - '@types/jsdom': 16.2.14 - '@types/node': 18.0.3 - jest-mock: 28.1.1 - jest-util: 28.1.1 + '@jest/environment': 28.1.3 + '@jest/fake-timers': 28.1.3 + '@jest/types': 28.1.3 + '@types/jsdom': 16.2.15 + '@types/node': 18.7.7 + jest-mock: 28.1.3 + jest-util: 28.1.3 jsdom: 19.0.0 transitivePeerDependencies: - bufferutil @@ -14366,18 +15085,6 @@ packages: - utf-8-validate dev: true - /jest-environment-node/28.1.2: - resolution: {integrity: sha512-oYsZz9Qw27XKmOgTtnl0jW7VplJkN2oeof+SwAwKFQacq3CLlG9u4kTGuuLWfvu3J7bVutWlrbEQMOCL/jughw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/environment': 28.1.2 - '@jest/fake-timers': 28.1.2 - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - jest-mock: 28.1.1 - jest-util: 28.1.1 - dev: true - /jest-environment-node/28.1.3: resolution: {integrity: sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14385,7 +15092,7 @@ packages: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 jest-mock: 28.1.3 jest-util: 28.1.3 dev: true @@ -14417,7 +15124,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 18.0.3 + '@types/node': 18.7.7 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -14434,32 +15141,13 @@ packages: - supports-color dev: true - /jest-haste-map/28.1.1: - resolution: {integrity: sha512-ZrRSE2o3Ezh7sb1KmeLEZRZ4mgufbrMwolcFHNRSjKZhpLa8TdooXOOFlSwoUzlbVs1t0l7upVRW2K7RWGHzbQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.1 - '@types/graceful-fs': 4.1.5 - '@types/node': 18.0.3 - anymatch: 3.1.2 - fb-watchman: 2.0.1 - graceful-fs: 4.2.10 - jest-regex-util: 28.0.2 - jest-util: 28.1.1 - jest-worker: 28.1.1 - micromatch: 4.0.5 - walker: 1.0.8 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /jest-haste-map/28.1.3: resolution: {integrity: sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 '@types/graceful-fs': 4.1.5 - '@types/node': 18.0.3 + '@types/node': 18.7.7 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -14472,14 +15160,6 @@ packages: fsevents: 2.3.2 dev: true - /jest-leak-detector/28.1.1: - resolution: {integrity: sha512-4jvs8V8kLbAaotE+wFR7vfUGf603cwYtFf1/PYEsyX2BAjSzj8hQSVTP6OWzseTl0xL6dyHuKs2JAks7Pfubmw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - jest-get-type: 28.0.2 - pretty-format: 28.1.1 - dev: true - /jest-leak-detector/28.1.3: resolution: {integrity: sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14498,16 +15178,6 @@ packages: pretty-format: 27.5.1 dev: true - /jest-matcher-utils/28.1.1: - resolution: {integrity: sha512-NPJPRWrbmR2nAJ+1nmnfcKKzSwgfaciCCrYZzVnNoxVoyusYWIjkBMNvu0RHJe7dNj4hH3uZOPZsQA+xAYWqsw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - chalk: 4.1.2 - jest-diff: 28.1.1 - jest-get-type: 28.0.2 - pretty-format: 28.1.1 - dev: true - /jest-matcher-utils/28.1.3: resolution: {integrity: sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14518,21 +15188,6 @@ packages: pretty-format: 28.1.3 dev: true - /jest-message-util/28.1.1: - resolution: {integrity: sha512-xoDOOT66fLfmTRiqkoLIU7v42mal/SqwDKvfmfiWAdJMSJiU+ozgluO7KbvoAgiwIrrGZsV7viETjc8GNrA/IQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@babel/code-frame': 7.18.6 - '@jest/types': 28.1.1 - '@types/stack-utils': 2.0.1 - chalk: 4.1.2 - graceful-fs: 4.2.10 - micromatch: 4.0.5 - pretty-format: 28.1.1 - slash: 3.0.0 - stack-utils: 2.0.5 - dev: true - /jest-message-util/28.1.3: resolution: {integrity: sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14548,32 +15203,12 @@ packages: stack-utils: 2.0.5 dev: true - /jest-mock/28.1.1: - resolution: {integrity: sha512-bDCb0FjfsmKweAvE09dZT59IMkzgN0fYBH6t5S45NoJfd2DHkS3ySG2K+hucortryhO3fVuXdlxWcbtIuV/Skw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - dev: true - /jest-mock/28.1.3: resolution: {integrity: sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.0.3 - dev: true - - /jest-pnp-resolver/1.2.2_jest-resolve@28.1.1: - resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} - engines: {node: '>=6'} - peerDependencies: - jest-resolve: '*' - peerDependenciesMeta: - jest-resolve: - optional: true - dependencies: - jest-resolve: 28.1.1 + '@types/node': 18.7.7 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@28.1.3: @@ -14598,16 +15233,6 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dev: true - /jest-resolve-dependencies/28.1.2: - resolution: {integrity: sha512-OXw4vbOZuyRTBi3tapWBqdyodU+T33ww5cPZORuTWkg+Y8lmsxQlVu3MWtJh6NMlKRTHQetF96yGPv01Ye7Mbg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - jest-regex-util: 28.0.2 - jest-snapshot: 28.1.2 - transitivePeerDependencies: - - supports-color - dev: true - /jest-resolve-dependencies/28.1.3: resolution: {integrity: sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14618,21 +15243,6 @@ packages: - supports-color dev: true - /jest-resolve/28.1.1: - resolution: {integrity: sha512-/d1UbyUkf9nvsgdBildLe6LAD4DalgkgZcKd0nZ8XUGPyA/7fsnaQIlKVnDiuUXv/IeZhPEDrRJubVSulxrShA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - chalk: 4.1.2 - graceful-fs: 4.2.10 - jest-haste-map: 28.1.1 - jest-pnp-resolver: 1.2.2_jest-resolve@28.1.1 - jest-util: 28.1.1 - jest-validate: 28.1.1 - resolve: 1.22.1 - resolve.exports: 1.1.0 - slash: 3.0.0 - dev: true - /jest-resolve/28.1.3: resolution: {integrity: sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14648,35 +15258,6 @@ packages: slash: 3.0.0 dev: true - /jest-runner/28.1.2: - resolution: {integrity: sha512-6/k3DlAsAEr5VcptCMdhtRhOoYClZQmxnVMZvZ/quvPGRpN7OBQYPIC32tWSgOnbgqLXNs5RAniC+nkdFZpD4A==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/console': 28.1.1 - '@jest/environment': 28.1.2 - '@jest/test-result': 28.1.1 - '@jest/transform': 28.1.2 - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - chalk: 4.1.2 - emittery: 0.10.2 - graceful-fs: 4.2.10 - jest-docblock: 28.1.1 - jest-environment-node: 28.1.2 - jest-haste-map: 28.1.1 - jest-leak-detector: 28.1.1 - jest-message-util: 28.1.1 - jest-resolve: 28.1.1 - jest-runtime: 28.1.2 - jest-util: 28.1.1 - jest-watcher: 28.1.1 - jest-worker: 28.1.1 - source-map-support: 0.5.13 - throat: 6.0.1 - transitivePeerDependencies: - - supports-color - dev: true - /jest-runner/28.1.3: resolution: {integrity: sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14686,7 +15267,7 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.10 @@ -14706,36 +15287,6 @@ packages: - supports-color dev: true - /jest-runtime/28.1.2: - resolution: {integrity: sha512-i4w93OsWzLOeMXSi9epmakb2+3z0AchZtUQVF1hesBmcQQy4vtaql5YdVe9KexdJaVRyPDw8DoBR0j3lYsZVYw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/environment': 28.1.2 - '@jest/fake-timers': 28.1.2 - '@jest/globals': 28.1.2 - '@jest/source-map': 28.1.2 - '@jest/test-result': 28.1.1 - '@jest/transform': 28.1.2 - '@jest/types': 28.1.1 - chalk: 4.1.2 - cjs-module-lexer: 1.2.2 - collect-v8-coverage: 1.0.1 - execa: 5.1.1 - glob: 7.2.3 - graceful-fs: 4.2.10 - jest-haste-map: 28.1.1 - jest-message-util: 28.1.1 - jest-mock: 28.1.1 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.1 - jest-snapshot: 28.1.2 - jest-util: 28.1.1 - slash: 3.0.0 - strip-bom: 4.0.0 - transitivePeerDependencies: - - supports-color - dev: true - /jest-runtime/28.1.3: resolution: {integrity: sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14770,56 +15321,25 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 graceful-fs: 4.2.10 dev: true - /jest-snapshot/28.1.2: - resolution: {integrity: sha512-wzrieFttZYfLvrCVRJxX+jwML2YTArOUqFpCoSVy1QUapx+LlV9uLbV/mMEhYj4t7aMeE9aSQFHSvV/oNoDAMA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@babel/core': 7.18.6 - '@babel/generator': 7.18.7 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 - '@jest/expect-utils': 28.1.1 - '@jest/transform': 28.1.2 - '@jest/types': 28.1.1 - '@types/babel__traverse': 7.17.1 - '@types/prettier': 2.6.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.6 - chalk: 4.1.2 - expect: 28.1.1 - graceful-fs: 4.2.10 - jest-diff: 28.1.1 - jest-get-type: 28.0.2 - jest-haste-map: 28.1.1 - jest-matcher-utils: 28.1.1 - jest-message-util: 28.1.1 - jest-util: 28.1.1 - natural-compare: 1.4.0 - pretty-format: 28.1.1 - semver: 7.3.7 - transitivePeerDependencies: - - supports-color - dev: true - /jest-snapshot/28.1.3: resolution: {integrity: sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.18.6 - '@babel/generator': 7.18.7 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.6 - '@babel/traverse': 7.18.8 - '@babel/types': 7.18.8 + '@babel/core': 7.18.10 + '@babel/generator': 7.18.12 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 '@jest/expect-utils': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/babel__traverse': 7.17.1 - '@types/prettier': 2.6.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.6 + '@types/babel__traverse': 7.18.0 + '@types/prettier': 2.7.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.10 chalk: 4.1.2 expect: 28.1.3 graceful-fs: 4.2.10 @@ -14841,49 +15361,25 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.0.3 + '@types/node': 18.7.7 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 micromatch: 4.0.5 dev: true - /jest-util/28.1.1: - resolution: {integrity: sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - chalk: 4.1.2 - ci-info: 3.3.2 - graceful-fs: 4.2.10 - picomatch: 2.3.1 - dev: true - /jest-util/28.1.3: resolution: {integrity: sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 chalk: 4.1.2 ci-info: 3.3.2 graceful-fs: 4.2.10 picomatch: 2.3.1 dev: true - /jest-validate/28.1.1: - resolution: {integrity: sha512-Kpf6gcClqFCIZ4ti5++XemYJWUPCFUW+N2gknn+KgnDf549iLul3cBuKVe1YcWRlaF8tZV8eJCap0eECOEE3Ug==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/types': 28.1.1 - camelcase: 6.3.0 - chalk: 4.1.2 - jest-get-type: 28.0.2 - leven: 3.1.0 - pretty-format: 28.1.1 - dev: true - /jest-validate/28.1.3: resolution: {integrity: sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -14896,27 +15392,13 @@ packages: pretty-format: 28.1.3 dev: true - /jest-watcher/28.1.1: - resolution: {integrity: sha512-RQIpeZ8EIJMxbQrXpJQYIIlubBnB9imEHsxxE41f54ZwcqWLysL/A0ZcdMirf+XsMn3xfphVQVV4EW0/p7i7Ug==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/test-result': 28.1.1 - '@jest/types': 28.1.1 - '@types/node': 18.0.3 - ansi-escapes: 4.3.2 - chalk: 4.1.2 - emittery: 0.10.2 - jest-util: 28.1.1 - string-length: 4.0.2 - dev: true - /jest-watcher/28.1.3: resolution: {integrity: sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.0.3 + '@types/node': 18.7.7 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -14928,7 +15410,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -14937,24 +15419,15 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.0.3 - merge-stream: 2.0.0 - supports-color: 8.1.1 - - /jest-worker/28.1.1: - resolution: {integrity: sha512-Au7slXB08C6h+xbJPp7VIb6U0XX5Kc9uel/WFc6/rcTzGiaVCBRngBExSYuXSLFPULPSYU3cJ3ybS988lNFQhQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 merge-stream: 2.0.0 supports-color: 8.1.1 - dev: true /jest-worker/28.1.3: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 18.0.3 + '@types/node': 18.7.7 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -14969,9 +15442,9 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 28.1.2 + '@jest/core': 28.1.3 import-local: 3.1.0 - jest-cli: 28.1.2 + jest-cli: 28.1.3 transitivePeerDependencies: - '@types/node' - supports-color @@ -15057,12 +15530,12 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.7.1 + acorn: 8.8.0 acorn-globals: 6.0.0 cssom: 0.5.0 cssstyle: 2.3.0 data-urls: 3.0.2 - decimal.js: 10.3.1 + decimal.js: 10.4.0 domexception: 4.0.0 escodegen: 2.0.0 form-data: 4.0.0 @@ -15081,7 +15554,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 10.0.0 - ws: 8.8.0 + ws: 8.8.1 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -15147,12 +15620,12 @@ packages: graceful-fs: 4.2.10 dev: true - /jsx-ast-utils/3.3.2: - resolution: {integrity: sha512-4ZCADZHRkno244xlNnn4AOG6sRQ7iBZ5BbgZ4vW4y5IZw7cVUD1PPeblm1xx/nfmMxPdt/LHsXZW8z/j58+l9Q==} + /jsx-ast-utils/3.3.3: + resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} engines: {node: '>=4.0'} dependencies: array-includes: 3.1.5 - object.assign: 4.1.2 + object.assign: 4.1.4 dev: true /junk/3.1.0: @@ -15217,7 +15690,7 @@ packages: dependencies: '@babel/runtime': 7.18.6 app-root-dir: 1.0.2 - core-js: 3.23.5 + core-js: 3.24.1 dotenv: 8.6.0 dotenv-expand: 5.1.0 dev: true @@ -15314,7 +15787,7 @@ packages: dependencies: chalk: 2.4.2 cli-cursor: 2.1.0 - date-fns: 2.28.0 + date-fns: 2.29.2 figures: 2.0.0 dev: false @@ -15373,19 +15846,11 @@ packages: axios: 0.21.4_debug@4.3.4 debug: 4.3.4 openurl: 1.1.1 - yargs: 17.5.1 + yargs: 17.4.0 transitivePeerDependencies: - supports-color dev: true - /locate-path/2.0.0: - resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} - engines: {node: '>=4'} - dependencies: - p-locate: 2.0.0 - path-exists: 3.0.0 - dev: true - /locate-path/3.0.0: resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} engines: {node: '>=6'} @@ -15743,7 +16208,7 @@ packages: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} /media-typer/0.3.0: - resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} dev: true @@ -15789,7 +16254,7 @@ packages: optional: true /merge-descriptors/1.0.1: - resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} dev: true /merge-stream/2.0.0: @@ -16199,8 +16664,8 @@ packages: isobject: 3.0.1 dev: true - /object.assign/4.1.2: - resolution: {integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==} + /object.assign/4.1.4: + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -16381,13 +16846,6 @@ packages: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} - /p-limit/1.3.0: - resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} - engines: {node: '>=4'} - dependencies: - p-try: 1.0.0 - dev: true - /p-limit/2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} @@ -16407,13 +16865,6 @@ packages: yocto-queue: 1.0.0 dev: false - /p-locate/2.0.0: - resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} - engines: {node: '>=4'} - dependencies: - p-limit: 1.3.0 - dev: true - /p-locate/3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -16463,11 +16914,6 @@ packages: dependencies: p-finally: 1.0.0 - /p-try/1.0.0: - resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} - engines: {node: '>=4'} - dev: true - /p-try/2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} @@ -16507,7 +16953,6 @@ packages: dependencies: dot-case: 3.0.4 tslib: 2.4.0 - dev: true /parent-module/1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -16563,7 +17008,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.4.0 + tslib: 2.3.1 /pascalcase/0.1.1: resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} @@ -16574,6 +17019,12 @@ packages: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} dev: true + /path-case/3.0.4: + resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.4.0 + /path-dirname/1.0.2: resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} dev: true @@ -16615,7 +17066,7 @@ packages: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} /path-to-regexp/0.1.7: - resolution: {integrity: sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=} + resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} dev: true /path-to-regexp/1.8.0: @@ -16819,7 +17270,7 @@ packages: async: 3.2.4 debug: 4.3.4 pidusage: 2.0.21 - systeminformation: 5.11.24 + systeminformation: 5.12.6 tx2: 1.0.5 transitivePeerDependencies: - supports-color @@ -16872,7 +17323,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 dev: true /popmotion/11.0.3: @@ -16896,6 +17347,17 @@ packages: postcss: 8.4.14 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 + dev: true + + /postcss-calc/8.2.4_postcss@8.4.16: + resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} + peerDependencies: + postcss: ^8.2.2 + dependencies: + postcss: 8.4.16 + postcss-selector-parser: 6.0.10 + postcss-value-parser: 4.2.0 + dev: false /postcss-colormin/5.3.0_postcss@8.4.14: resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} @@ -16903,11 +17365,25 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 caniuse-api: 3.0.0 - colord: 2.9.2 + colord: 2.9.3 postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-colormin/5.3.0_postcss@8.4.16: + resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.3 + caniuse-api: 3.0.0 + colord: 2.9.3 + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-convert-values/5.1.2_postcss@8.4.14: resolution: {integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==} @@ -16915,9 +17391,21 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-convert-values/5.1.2_postcss@8.4.16: + resolution: {integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.3 + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-custom-properties/12.1.7_postcss@8.4.14: resolution: {integrity: sha512-N/hYP5gSoFhaqxi2DPCmvto/ZcRDVjE3T1LiAMzc/bg53hvhcHOLpXOHb526LzBBp5ZlAUhkuot/bfpmpgStJg==} @@ -16935,6 +17423,16 @@ packages: postcss: ^8.2.15 dependencies: postcss: 8.4.14 + dev: true + + /postcss-discard-comments/5.1.2_postcss@8.4.16: + resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + dev: false /postcss-discard-duplicates/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} @@ -16943,6 +17441,16 @@ packages: postcss: ^8.2.15 dependencies: postcss: 8.4.14 + dev: true + + /postcss-discard-duplicates/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + dev: false /postcss-discard-empty/5.1.1_postcss@8.4.14: resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} @@ -16951,6 +17459,16 @@ packages: postcss: ^8.2.15 dependencies: postcss: 8.4.14 + dev: true + + /postcss-discard-empty/5.1.1_postcss@8.4.16: + resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + dev: false /postcss-discard-overridden/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} @@ -16959,6 +17477,16 @@ packages: postcss: ^8.2.15 dependencies: postcss: 8.4.14 + dev: true + + /postcss-discard-overridden/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + dev: false /postcss-load-config/3.1.4_postcss@8.4.14: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} @@ -16991,15 +17519,27 @@ packages: webpack: 5.72.1_webpack-cli@4.9.1 dev: true - /postcss-merge-longhand/5.1.6_postcss@8.4.14: + /postcss-merge-longhand/5.1.6_postcss@8.4.14: + resolution: {integrity: sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.14 + postcss-value-parser: 4.2.0 + stylehacks: 5.1.0_postcss@8.4.14 + dev: true + + /postcss-merge-longhand/5.1.6_postcss@8.4.16: resolution: {integrity: sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.16 postcss-value-parser: 4.2.0 - stylehacks: 5.1.0_postcss@8.4.14 + stylehacks: 5.1.0_postcss@8.4.16 + dev: false /postcss-merge-rules/5.1.2_postcss@8.4.14: resolution: {integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==} @@ -17007,11 +17547,25 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 caniuse-api: 3.0.0 cssnano-utils: 3.1.0_postcss@8.4.14 postcss: 8.4.14 postcss-selector-parser: 6.0.10 + dev: true + + /postcss-merge-rules/5.1.2_postcss@8.4.16: + resolution: {integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.3 + caniuse-api: 3.0.0 + cssnano-utils: 3.1.0_postcss@8.4.16 + postcss: 8.4.16 + postcss-selector-parser: 6.0.10 + dev: false /postcss-minify-font-values/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} @@ -17021,6 +17575,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-minify-font-values/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-minify-gradients/5.1.1_postcss@8.4.14: resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} @@ -17028,10 +17593,23 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - colord: 2.9.2 + colord: 2.9.3 cssnano-utils: 3.1.0_postcss@8.4.14 postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-minify-gradients/5.1.1_postcss@8.4.16: + resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + colord: 2.9.3 + cssnano-utils: 3.1.0_postcss@8.4.16 + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-minify-params/5.1.3_postcss@8.4.14: resolution: {integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==} @@ -17039,10 +17617,23 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 cssnano-utils: 3.1.0_postcss@8.4.14 postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-minify-params/5.1.3_postcss@8.4.16: + resolution: {integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.3 + cssnano-utils: 3.1.0_postcss@8.4.16 + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-minify-selectors/5.2.1_postcss@8.4.14: resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} @@ -17052,6 +17643,17 @@ packages: dependencies: postcss: 8.4.14 postcss-selector-parser: 6.0.10 + dev: true + + /postcss-minify-selectors/5.2.1_postcss@8.4.16: + resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-selector-parser: 6.0.10 + dev: false /postcss-modules-extract-imports/3.0.0_postcss@8.4.14: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} @@ -17113,6 +17715,16 @@ packages: postcss: ^8.2.15 dependencies: postcss: 8.4.14 + dev: true + + /postcss-normalize-charset/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + dev: false /postcss-normalize-display-values/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} @@ -17122,6 +17734,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-display-values/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-normalize-positions/5.1.1_postcss@8.4.14: resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} @@ -17131,6 +17754,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-positions/5.1.1_postcss@8.4.16: + resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-normalize-repeat-style/5.1.1_postcss@8.4.14: resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} @@ -17140,6 +17774,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.16: + resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-normalize-string/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} @@ -17149,6 +17794,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-string/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-normalize-timing-functions/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} @@ -17158,6 +17814,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-normalize-unicode/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==} @@ -17165,9 +17832,21 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-unicode/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.3 + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-normalize-url/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} @@ -17178,6 +17857,18 @@ packages: normalize-url: 6.1.0 postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-url/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + normalize-url: 6.1.0 + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-normalize-whitespace/5.1.1_postcss@8.4.14: resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} @@ -17187,6 +17878,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-normalize-whitespace/5.1.1_postcss@8.4.16: + resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-ordered-values/5.1.3_postcss@8.4.14: resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} @@ -17197,6 +17899,18 @@ packages: cssnano-utils: 3.1.0_postcss@8.4.14 postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-ordered-values/5.1.3_postcss@8.4.16: + resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + cssnano-utils: 3.1.0_postcss@8.4.16 + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-reduce-initial/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==} @@ -17204,9 +17918,21 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 caniuse-api: 3.0.0 postcss: 8.4.14 + dev: true + + /postcss-reduce-initial/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.3 + caniuse-api: 3.0.0 + postcss: 8.4.16 + dev: false /postcss-reduce-transforms/5.1.0_postcss@8.4.14: resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} @@ -17216,6 +17942,17 @@ packages: dependencies: postcss: 8.4.14 postcss-value-parser: 4.2.0 + dev: true + + /postcss-reduce-transforms/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + dev: false /postcss-selector-parser/6.0.10: resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} @@ -17233,6 +17970,18 @@ packages: postcss: 8.4.14 postcss-value-parser: 4.2.0 svgo: 2.8.0 + dev: true + + /postcss-svgo/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-value-parser: 4.2.0 + svgo: 2.8.0 + dev: false /postcss-unique-selectors/5.1.1_postcss@8.4.14: resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} @@ -17242,6 +17991,17 @@ packages: dependencies: postcss: 8.4.14 postcss-selector-parser: 6.0.10 + dev: true + + /postcss-unique-selectors/5.1.1_postcss@8.4.16: + resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + postcss: 8.4.16 + postcss-selector-parser: 6.0.10 + dev: false /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -17254,6 +18014,15 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 + /postcss/8.4.16: + resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: false + /potpack/1.0.2: resolution: {integrity: sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==} dev: false @@ -17330,16 +18099,6 @@ packages: react-is: 17.0.2 dev: true - /pretty-format/28.1.1: - resolution: {integrity: sha512-wwJbVTGFHeucr5Jw2bQ9P+VYHyLdAqedFLEkdQUVaBF/eiidDwH5OpilINq4mEfhbCjLnirt6HTTDhv1HaTIQw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} - dependencies: - '@jest/schemas': 28.0.2 - ansi-regex: 5.0.1 - ansi-styles: 5.2.0 - react-is: 18.2.0 - dev: true - /pretty-format/28.1.3: resolution: {integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} @@ -17422,7 +18181,7 @@ packages: resolution: {integrity: sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==} dependencies: has: 1.0.3 - object.assign: 4.1.2 + object.assign: 4.1.4 reflect.ownkeys: 0.2.0 /prop-types/15.7.2: @@ -17648,8 +18407,8 @@ packages: react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - /react-colorful/5.5.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-M1TJH2X3RXEt12sWkpa6hLc/bbYS0H6F4rIqjQZ+RxNBstpY67d9TrFXtqdZwhpmBXcCwEi7stKqFue3ZRkiOg==} + /react-colorful/5.6.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' @@ -17672,7 +18431,7 @@ packages: is-touch-device: 1.0.1 lodash: 4.17.21 moment: 2.29.4 - object.assign: 4.1.2 + object.assign: 4.1.4 object.values: 1.1.5 prop-types: 15.8.1 raf: 3.4.1 @@ -17699,7 +18458,7 @@ packages: hasBin: true dependencies: '@babel/core': 7.18.6 - '@babel/generator': 7.18.7 + '@babel/generator': 7.18.12 '@babel/runtime': 7.18.6 ast-types: 0.14.2 commander: 2.20.3 @@ -17752,7 +18511,7 @@ packages: peerDependencies: react: '>=16.13.1' dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 react: 17.0.2 dev: true @@ -17761,7 +18520,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 is-dom: 1.1.0 prop-types: 15.8.1 react: 17.0.2 @@ -17783,7 +18542,7 @@ packages: react: '>=16.2.0' react-dom: '>=16.2.0' dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 dev: true @@ -17982,7 +18741,7 @@ packages: deepmerge: 1.5.2 direction: 1.0.4 hoist-non-react-statics: 3.3.2 - object.assign: 4.1.2 + object.assign: 4.1.4 object.values: 1.1.5 prop-types: 15.8.1 react: 17.0.2 @@ -18008,7 +18767,7 @@ packages: '@babel/runtime': 7.18.6 airbnb-prop-types: 2.16.0_react@17.0.2 hoist-non-react-statics: 3.3.2 - object.assign: 4.1.2 + object.assign: 4.1.4 prop-types: 15.8.1 react: 17.0.2 react-with-direction: 1.4.0_sfoxds7t5ydpegc3knd667wn6m @@ -18125,7 +18884,7 @@ packages: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@popperjs/core': 2.11.5 + '@popperjs/core': 2.11.6 body-scroll-lock: 3.1.5 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -18180,7 +18939,7 @@ packages: /redux/4.2.0: resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.18.6 + '@babel/runtime': 7.18.9 /reflect.ownkeys/0.2.0: resolution: {integrity: sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==} @@ -18375,8 +19134,9 @@ packages: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} - /require-in-the-middle/5.1.0: - resolution: {integrity: sha512-M2rLKVupQfJ5lf9OvqFGIT+9iVLnTmjgbOmpil12hiSQNn5zJTKGPoIisETNjfK+09vP3rpm1zJajmErpr2sEQ==} + /require-in-the-middle/5.2.0: + resolution: {integrity: sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg==} + engines: {node: '>=6'} dependencies: debug: 4.3.4 module-details-from-path: 1.0.3 @@ -18447,7 +19207,7 @@ packages: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: - is-core-module: 2.9.0 + is-core-module: 2.10.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -18455,7 +19215,7 @@ packages: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: - is-core-module: 2.9.0 + is-core-module: 2.10.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -18546,7 +19306,7 @@ packages: dependencies: chalk: 4.1.2 concat-with-sourcemaps: 1.1.0 - cssnano: 5.1.12_postcss@8.4.14 + cssnano: 5.1.13_postcss@8.4.14 import-cwd: 3.0.0 p-queue: 6.6.2 pify: 5.0.0 @@ -18593,7 +19353,7 @@ packages: jest-worker: 26.6.2 rollup: 2.56.3 serialize-javascript: 4.0.0 - terser: 5.14.1 + terser: 5.14.2 dev: true /rollup-pluginutils/1.5.2: @@ -18628,7 +19388,7 @@ packages: dependencies: find-up: 5.0.0 picocolors: 1.0.0 - postcss: 8.4.14 + postcss: 8.4.16 strip-json-comments: 3.1.1 dev: false @@ -18915,6 +19675,13 @@ packages: - supports-color dev: true + /sentence-case/3.0.4: + resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} + dependencies: + no-case: 3.0.4 + tslib: 2.4.0 + upper-case-first: 2.0.2 + /serialize-javascript/4.0.0: resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} dependencies: @@ -19073,6 +19840,12 @@ packages: engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} dev: true + /snake-case/3.0.4: + resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} + dependencies: + dot-case: 3.0.4 + tslib: 2.4.0 + /snapdragon-node/2.1.1: resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} engines: {node: '>=0.10.0'} @@ -19120,16 +19893,16 @@ packages: dependencies: agent-base: 6.0.2 debug: 4.3.4 - socks: 2.6.2 + socks: 2.7.0 transitivePeerDependencies: - supports-color dev: true - /socks/2.6.2: - resolution: {integrity: sha512-zDZhHhZRY9PxRruRMR7kMhnf3I8hDs4S3f9RecfnGxvcBHQcKcIH/oUcEWffsfl1XxdYlA7nnlGbbTvPz9D8gA==} + /socks/2.7.0: + resolution: {integrity: sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==} engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: - ip: 1.1.8 + ip: 2.0.0 smart-buffer: 4.2.0 dev: true @@ -19326,8 +20099,8 @@ packages: engines: {node: '>= 0.8'} dev: true - /store2/2.13.2: - resolution: {integrity: sha512-CMtO2Uneg3SAz/d6fZ/6qbqqQHi2ynq6/KzMD/26gTkiEShCcpqFfTHgOxsE0egAq6SX3FmN4CeSqn8BzXQkJg==} + /store2/2.14.2: + resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true /storybook-addon-mock/2.0.2_sfoxds7t5ydpegc3knd667wn6m: @@ -19336,9 +20109,9 @@ packages: react: ^16.8.0 || ^17.0.0 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@storybook/addons': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - '@storybook/api': 6.5.9_sfoxds7t5ydpegc3knd667wn6m - '@storybook/components': 6.5.9_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + '@storybook/api': 6.5.10_sfoxds7t5ydpegc3knd667wn6m + '@storybook/components': 6.5.10_sfoxds7t5ydpegc3knd667wn6m mock-xmlhttprequest: 7.0.4 path-to-regexp: 6.2.1 react: 17.0.2 @@ -19563,9 +20336,21 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 postcss: 8.4.14 postcss-selector-parser: 6.0.10 + dev: true + + /stylehacks/5.1.0_postcss@8.4.16: + resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + browserslist: 4.21.3 + postcss: 8.4.16 + postcss-selector-parser: 6.0.10 + dev: false /stylis/4.0.13: resolution: {integrity: sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==} @@ -19740,8 +20525,8 @@ packages: resolution: {integrity: sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==} dev: true - /systeminformation/5.11.24: - resolution: {integrity: sha512-6mne5UMp0ImAGf0mP+4Dh580j8hOYobjLUx/BT4hybTVbnQ1l0Fe4k8lT5xyHU1zuWUjtmIK1r8ZSkkUyLRb4A==} + /systeminformation/5.12.6: + resolution: {integrity: sha512-FkCvT5BOuH1OE3+8lFM25oXIYJ0CM8kq4Wgvz2jyBTrsOIgha/6gdJXgbF4rv+g0j/5wJqQLDKan7kc/p7uIvw==} engines: {node: '>=8.0.0'} os: [darwin, linux, win32, freebsd, openbsd, netbsd, sunos, android] hasBin: true @@ -19823,20 +20608,44 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 + jest-worker: 27.5.1 + schema-utils: 3.1.1 + serialize-javascript: 6.0.0 + terser: 5.14.2 + webpack: 5.72.1_webpack-cli@4.9.1 + dev: false + + /terser-webpack-plugin/5.3.5_webpack@5.72.1: + resolution: {integrity: sha512-AOEDLDxD2zylUGf/wxHxklEkOe2/r+seuyOWujejFrIxHf11brA1/dWQNIgXa1c6/Wkxgu7zvv0JhOWfc2ELEA==} + engines: {node: '>= 10.13.0'} + peerDependencies: + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' + webpack: ^5.1.0 + peerDependenciesMeta: + '@swc/core': + optional: true + esbuild: + optional: true + uglify-js: + optional: true + dependencies: + '@jridgewell/trace-mapping': 0.3.15 jest-worker: 27.5.1 schema-utils: 3.1.1 serialize-javascript: 6.0.0 - terser: 5.14.1 + terser: 5.14.2 webpack: 5.72.1_webpack-cli@4.9.1 - /terser/5.14.1: - resolution: {integrity: sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==} + /terser/5.14.2: + resolution: {integrity: sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==} engines: {node: '>=10'} hasBin: true dependencies: '@jridgewell/source-map': 0.3.2 - acorn: 8.7.1 + acorn: 8.8.0 commander: 2.20.3 source-map-support: 0.5.21 @@ -19845,7 +20654,7 @@ packages: engines: {node: '>=8'} dependencies: '@istanbuljs/schema': 0.1.3 - glob: 7.2.3 + glob: 7.1.6 minimatch: 3.1.2 dev: true @@ -19871,10 +20680,6 @@ packages: webpack: 5.72.1_webpack-cli@4.9.1 dev: false - /throat/6.0.1: - resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} - dev: true - /throttle-debounce/3.0.1: resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} engines: {node: '>=10'} @@ -20041,7 +20846,6 @@ packages: /tslib/2.3.1: resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} - dev: true /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} @@ -20147,8 +20951,8 @@ packages: resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} dev: false - /uglify-js/3.16.2: - resolution: {integrity: sha512-AaQNokTNgExWrkEYA24BTNMSjyqEXPSfhqoS0AxmHkCJ4U+Dyy5AvbGV/sqxuxficEfGGoX3zWw9R7QpLFfEsg==} + /uglify-js/3.17.0: + resolution: {integrity: sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg==} engines: {node: '>=0.8.0'} hasBin: true requiresBuild: true @@ -20311,16 +21115,26 @@ packages: dev: true optional: true - /update-browserslist-db/1.0.4_browserslist@4.21.1: - resolution: {integrity: sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==} + /update-browserslist-db/1.0.5_browserslist@4.21.3: + resolution: {integrity: sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.1 + browserslist: 4.21.3 escalade: 3.1.1 picocolors: 1.0.0 + /upper-case-first/2.0.2: + resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} + dependencies: + tslib: 2.4.0 + + /upper-case/2.0.2: + resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} + dependencies: + tslib: 2.4.0 + /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: @@ -20393,7 +21207,7 @@ packages: dev: false /utils-merge/1.0.1: - resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=} + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} dev: true @@ -20419,7 +21233,7 @@ packages: resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.8.0 dev: true @@ -20479,7 +21293,7 @@ packages: engines: {node: '>=6.0'} hasBin: true dependencies: - acorn: 8.7.1 + acorn: 8.8.0 acorn-walk: 8.2.0 dev: true @@ -20563,7 +21377,7 @@ packages: colorette: 2.0.19 commander: 7.2.0 execa: 5.1.1 - fastest-levenshtein: 1.0.12 + fastest-levenshtein: 1.0.16 import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 @@ -20585,12 +21399,11 @@ packages: webpack: 5.72.1_webpack-cli@4.9.1 dev: true - /webpack-hot-middleware/2.25.1: - resolution: {integrity: sha512-Koh0KyU/RPYwel/khxbsDz9ibDivmUbrRuKSSQvW42KSDdO4w23WI3SkHpSUKHE76LrFnnM/L7JCrpBwu8AXYw==} + /webpack-hot-middleware/2.25.2: + resolution: {integrity: sha512-CVgm3NAQyfdIonRvXisRwPTUYuSbyZ6BY7782tMeUzWOO7RmVI2NaBYuCp41qyD4gYCkJyTneAJdK69A13B0+A==} dependencies: ansi-html-community: 0.0.8 html-entities: 2.3.3 - querystring: 0.2.1 strip-ansi: 6.0.1 dev: true @@ -20639,9 +21452,9 @@ packages: '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.7.1 - acorn-import-assertions: 1.8.0_acorn@8.7.1 - browserslist: 4.21.1 + acorn: 8.8.0 + acorn-import-assertions: 1.8.0_acorn@8.8.0 + browserslist: 4.21.3 chrome-trace-event: 1.0.3 enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 @@ -20655,7 +21468,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.3_webpack@5.72.1 + terser-webpack-plugin: 5.3.5_webpack@5.72.1 watchpack: 2.4.0 webpack-cli: 4.9.1_webpack@5.72.1 webpack-sources: 3.2.3 @@ -20824,9 +21637,9 @@ packages: signal-exit: 3.0.7 typedarray-to-buffer: 3.1.5 - /write-file-atomic/4.0.1: - resolution: {integrity: sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16} + /write-file-atomic/4.0.2: + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: imurmurhash: 0.1.4 signal-exit: 3.0.7 @@ -20845,8 +21658,8 @@ packages: optional: true dev: true - /ws/7.5.8: - resolution: {integrity: sha512-ri1Id1WinAX5Jqn9HejiGb8crfRio0Qgu8+MtL36rlTA6RLsMdWt1Az/19A2Qij6uSHUMphEFaTKa4WG+UNHNw==} + /ws/7.5.9: + resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -20871,8 +21684,8 @@ packages: optional: true dev: true - /ws/8.8.0: - resolution: {integrity: sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==} + /ws/8.8.1: + resolution: {integrity: sha512-bGy2JzvzkPowEJV++hF07hAD6niYSr0JzBNo/J29WsB57A2r7Wlc1UFcTR9IzrPvuNVO4B8LGqF8qcpsVOhJCA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -20952,8 +21765,8 @@ packages: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} - /yargs-parser/21.0.1: - resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==} + /yargs-parser/21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} dev: true @@ -20994,7 +21807,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 21.0.1 + yargs-parser: 21.1.1 dev: true /yargs/17.5.1: @@ -21007,7 +21820,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 21.0.1 + yargs-parser: 21.1.1 dev: true /yauzl/2.10.0: @@ -21037,7 +21850,7 @@ packages: prepare: true requiresBuild: true dependencies: - clean-css: 5.3.0 + clean-css: 5.3.1 css-tree: 1.1.3 node-fetch: 2.6.7 transitivePeerDependencies: diff --git a/projects/plugins/always-use-jetpack-open-graph/changelog/renovate-lock-file-maintenance#3 b/projects/plugins/always-use-jetpack-open-graph/changelog/renovate-lock-file-maintenance#3 new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/always-use-jetpack-open-graph/changelog/renovate-lock-file-maintenance#3 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/always-use-jetpack-open-graph/composer.lock b/projects/plugins/always-use-jetpack-open-graph/composer.lock index 39b88fc8d3376..398baac7e4691 100644 --- a/projects/plugins/always-use-jetpack-open-graph/composer.lock +++ b/projects/plugins/always-use-jetpack-open-graph/composer.lock @@ -134,16 +134,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -209,7 +209,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -225,7 +225,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -559,16 +559,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -600,7 +600,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -616,7 +616,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -702,16 +702,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -767,7 +767,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -783,7 +783,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "wikimedia/at-ease", diff --git a/projects/plugins/beta/changelog/renovate-lock-file-maintenance#4 b/projects/plugins/beta/changelog/renovate-lock-file-maintenance#4 new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/beta/changelog/renovate-lock-file-maintenance#4 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/beta/composer.lock b/projects/plugins/beta/composer.lock index 0a9e23c88ca57..f85e21a71a2d3 100644 --- a/projects/plugins/beta/composer.lock +++ b/projects/plugins/beta/composer.lock @@ -321,16 +321,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -396,7 +396,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -412,7 +412,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -746,16 +746,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -787,7 +787,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -803,7 +803,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -889,16 +889,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -954,7 +954,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -970,7 +970,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "wikimedia/at-ease", diff --git a/projects/plugins/boost/changelog/renovate-lock-file-maintenance#3 b/projects/plugins/boost/changelog/renovate-lock-file-maintenance#3 new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/boost/changelog/renovate-lock-file-maintenance#3 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/boost/composer.lock b/projects/plugins/boost/composer.lock index ff4a80adf7e53..5f11b7984ea26 100644 --- a/projects/plugins/boost/composer.lock +++ b/projects/plugins/boost/composer.lock @@ -3391,16 +3391,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -3466,7 +3466,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -3482,7 +3482,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3816,16 +3816,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -3857,7 +3857,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -3873,7 +3873,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -3959,16 +3959,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -4024,7 +4024,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -4040,7 +4040,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "theseer/tokenizer", diff --git a/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#3 b/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#3 new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/debug-helper/changelog/renovate-lock-file-maintenance#3 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/debug-helper/composer.lock b/projects/plugins/debug-helper/composer.lock index f9158499cf34c..d4b024c607835 100644 --- a/projects/plugins/debug-helper/composer.lock +++ b/projects/plugins/debug-helper/composer.lock @@ -134,16 +134,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -209,7 +209,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -225,7 +225,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -559,16 +559,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -600,7 +600,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -616,7 +616,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -702,16 +702,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -767,7 +767,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -783,7 +783,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "wikimedia/at-ease", diff --git a/projects/plugins/protect/changelog/renovate-lock-file-maintenance b/projects/plugins/protect/changelog/renovate-lock-file-maintenance new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/protect/changelog/renovate-lock-file-maintenance @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/protect/composer.lock b/projects/plugins/protect/composer.lock index a764c99c21426..ce5ef8b603b48 100644 --- a/projects/plugins/protect/composer.lock +++ b/projects/plugins/protect/composer.lock @@ -3219,16 +3219,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -3294,7 +3294,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -3310,7 +3310,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3644,16 +3644,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -3685,7 +3685,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -3701,7 +3701,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -3787,16 +3787,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -3852,7 +3852,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -3868,7 +3868,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "theseer/tokenizer", diff --git a/projects/plugins/search/changelog/renovate-lock-file-maintenance b/projects/plugins/search/changelog/renovate-lock-file-maintenance new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/search/changelog/renovate-lock-file-maintenance @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/search/composer.lock b/projects/plugins/search/composer.lock index f51f9469e9ba2..00545912b80ab 100644 --- a/projects/plugins/search/composer.lock +++ b/projects/plugins/search/composer.lock @@ -3127,16 +3127,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -3202,7 +3202,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -3218,7 +3218,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3552,16 +3552,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -3593,7 +3593,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -3609,7 +3609,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -3695,16 +3695,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -3760,7 +3760,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -3776,7 +3776,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "theseer/tokenizer", diff --git a/projects/plugins/social/changelog/renovate-lock-file-maintenance b/projects/plugins/social/changelog/renovate-lock-file-maintenance new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/social/changelog/renovate-lock-file-maintenance @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/social/composer.lock b/projects/plugins/social/composer.lock index 9c1ff09db1b99..1ad155e19b0d1 100644 --- a/projects/plugins/social/composer.lock +++ b/projects/plugins/social/composer.lock @@ -3624,16 +3624,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -3699,7 +3699,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -3715,7 +3715,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -4049,16 +4049,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -4090,7 +4090,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -4106,7 +4106,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -4192,16 +4192,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -4257,7 +4257,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -4273,7 +4273,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "theseer/tokenizer", diff --git a/projects/plugins/vaultpress/changelog/renovate-lock-file-maintenance#3 b/projects/plugins/vaultpress/changelog/renovate-lock-file-maintenance#3 new file mode 100644 index 0000000000000..c47cb18e82997 --- /dev/null +++ b/projects/plugins/vaultpress/changelog/renovate-lock-file-maintenance#3 @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated package dependencies. diff --git a/projects/plugins/vaultpress/composer.lock b/projects/plugins/vaultpress/composer.lock index 08c8e4e2d8e7a..a06ccebef59e2 100644 --- a/projects/plugins/vaultpress/composer.lock +++ b/projects/plugins/vaultpress/composer.lock @@ -2144,16 +2144,16 @@ }, { "name": "symfony/console", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642" + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/d8d41b93c16f1da2f2d4b9209b7de78c4d203642", - "reference": "d8d41b93c16f1da2f2d4b9209b7de78c4d203642", + "url": "https://api.github.com/repos/symfony/console/zipball/09b8e50f09bf0e5bbde9b61b19d7f53751114725", + "reference": "09b8e50f09bf0e5bbde9b61b19d7f53751114725", "shasum": "" }, "require": { @@ -2219,7 +2219,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.0.10" + "source": "https://github.com/symfony/console/tree/v6.0.11" }, "funding": [ { @@ -2235,7 +2235,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:22+00:00" + "time": "2022-07-22T14:17:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -2569,16 +2569,16 @@ }, { "name": "symfony/process", - "version": "v6.0.8", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9" + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d074154ea8b1443a96391f6e39f9e547b2dd01b9", - "reference": "d074154ea8b1443a96391f6e39f9e547b2dd01b9", + "url": "https://api.github.com/repos/symfony/process/zipball/44270a08ccb664143dede554ff1c00aaa2247a43", + "reference": "44270a08ccb664143dede554ff1c00aaa2247a43", "shasum": "" }, "require": { @@ -2610,7 +2610,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.0.8" + "source": "https://github.com/symfony/process/tree/v6.0.11" }, "funding": [ { @@ -2626,7 +2626,7 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:11:42+00:00" + "time": "2022-06-27T17:10:44+00:00" }, { "name": "symfony/service-contracts", @@ -2712,16 +2712,16 @@ }, { "name": "symfony/string", - "version": "v6.0.10", + "version": "v6.0.11", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27" + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1b3adf02a0fc814bd9118d7fd68a097a599ebc27", - "reference": "1b3adf02a0fc814bd9118d7fd68a097a599ebc27", + "url": "https://api.github.com/repos/symfony/string/zipball/042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", + "reference": "042b6bf0f6ccca6d456a0572eb788cfb8b1ff809", "shasum": "" }, "require": { @@ -2777,7 +2777,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.0.10" + "source": "https://github.com/symfony/string/tree/v6.0.11" }, "funding": [ { @@ -2793,7 +2793,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:34:50+00:00" + "time": "2022-07-27T15:50:26+00:00" }, { "name": "theseer/tokenizer",