diff --git a/.pnpmfile.cjs b/.pnpmfile.cjs index 4ab16df1e9c..3e16c0d3540 100644 --- a/.pnpmfile.cjs +++ b/.pnpmfile.cjs @@ -15,6 +15,9 @@ const packageFileCache = {}; * @return {Object} The package file. */ function loadPackageFile( packagePath ) { + // Resolve the absolute path for consistency when loading and updating. + packagePath = path.resolve( __dirname, packagePath ); + if ( packageFileCache[ packagePath ] ) { return packageFileCache[ packagePath ]; } @@ -34,6 +37,9 @@ function loadPackageFile( packagePath ) { * @param {Object} packageFile The new package file contents. */ function updatePackageFile( packagePath, packageFile ) { + // Resolve the absolute path for consistency when loading and updating. + packagePath = path.resolve( __dirname, packagePath ); + packageFileCache[ packagePath ] = packageFile; fs.writeFileSync( @@ -155,8 +161,6 @@ function getLinkedPackages( packagePath, lockPackage ) { continue; } - - // Load the linked package file and mark it as a dependency. linkedPackages[ linkedPackagePath ] = loadPackageFile( linkedPackagePath ); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 159b5065157..9e832c77493 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -30,10 +30,17 @@ importers: version: 1.0.1 devDependencies: '@babel/preset-env': +<<<<<<< HEAD specifier: ^7.23.5 version: 7.23.5(@babel/core@7.12.9) '@babel/runtime': specifier: ^7.23.5 +======= + specifier: ^7.23.3 + version: 7.23.5(@babel/core@7.12.9) + '@babel/runtime': + specifier: ^7.23.4 +>>>>>>> 28159dc4c9 (Lock File Update) version: 7.23.5 '@types/node': <<<<<<< HEAD @@ -41,8 +48,12 @@ importers: version: 16.18.68 ======= specifier: ^16.18.18 +<<<<<<< HEAD version: 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + version: 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) '@woocommerce/eslint-plugin': specifier: workspace:* version: link:packages/js/eslint-plugin @@ -51,7 +62,11 @@ importers: version: 6.6.1(react@17.0.2) '@wordpress/eslint-plugin': specifier: 14.7.0 +<<<<<<< HEAD version: 14.7.0(@babel/core@7.12.9)(eslint@8.55.0)(jest@27.5.1)(typescript@5.3.3)(wp-prettier@2.8.5) +======= + version: 14.7.0(@babel/core@7.12.9)(eslint@8.32.0)(jest@27.5.1)(typescript@5.1.6)(wp-prettier@2.8.5) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/prettier-config': specifier: 2.17.0 version: 2.17.0(wp-prettier@2.8.5) @@ -93,7 +108,11 @@ importers: version: 1.15.0 postcss-loader: specifier: ^4.3.0 +<<<<<<< HEAD version: 4.3.0(postcss@8.4.32)(webpack@5.89.0) +======= + version: 4.3.0(postcss@8.4.21)(webpack@5.89.0) +>>>>>>> 28159dc4c9 (Lock File Update) prettier: specifier: npm:wp-prettier@^2.8.5 version: /wp-prettier@2.8.5 @@ -118,14 +137,22 @@ importers: version: 5.3.3 ======= specifier: ^5.1.6 +<<<<<<< HEAD version: 5.3.2 >>>>>>> 9feae75363 (Lock file update) +======= + version: 5.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) url-loader: specifier: ^1.1.2 version: 1.1.2(webpack@5.89.0) webpack: specifier: ^5.89.0 +<<<<<<< HEAD version: 5.89.0(webpack-cli@5.1.4) +======= + version: 5.89.0(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) packages/js/admin-e2e-tests: dependencies: @@ -161,8 +188,13 @@ importers: specifier: ^5.4.7 version: 5.4.7 '@typescript-eslint/eslint-plugin': +<<<<<<< HEAD specifier: ^5.62.0 version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.3.3) +======= + specifier: ^5.54.0 + version: 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) '@woocommerce/api': specifier: ^0.2.0 version: 0.2.0 @@ -195,6 +227,19 @@ importers: version: 0.14.1 packages/js/admin-layout: +<<<<<<< HEAD +======= + dependencies: + '@woocommerce/components': + specifier: workspace:* + version: link:../components + '@wordpress/components': + specifier: wp-6.0 + version: 19.8.5(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) + '@wordpress/element': + specifier: wp-6.0 + version: 4.4.1 +>>>>>>> 28159dc4c9 (Lock File Update) devDependencies: '@types/react': specifier: ^17.0.71 @@ -228,7 +273,11 @@ importers: version: 27.5.1(ts-node@10.9.2) postcss-loader: specifier: ^4.3.0 +<<<<<<< HEAD version: 4.3.0(postcss@8.4.32)(webpack@5.89.0) +======= + version: 4.3.0(postcss@8.4.21)(webpack@5.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) react: specifier: ^17.0.2 version: 17.0.2 @@ -242,8 +291,13 @@ importers: specifier: ^10.5.0 version: 10.5.0(sass@1.69.5)(webpack@5.89.0) ts-jest: +<<<<<<< HEAD specifier: ~29.1.1 version: 29.1.1(@babel/core@7.23.5)(babel-jest@27.5.1)(jest@27.5.1)(typescript@5.3.3) +======= + specifier: ^27.1.3 + version: 27.1.3(@babel/core@7.21.3)(@types/jest@27.4.1)(jest@27.5.1)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -444,8 +498,13 @@ importers: specifier: ~27.5.1 version: 27.5.1(ts-node@10.9.2) ts-jest: +<<<<<<< HEAD specifier: ~29.1.1 version: 29.1.1(@babel/core@7.23.5)(babel-jest@27.5.1)(jest@27.5.1)(typescript@5.3.3) +======= + specifier: ^27 + version: 27.1.3(@babel/core@7.21.3)(@types/jest@27.4.1)(jest@27.5.1)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -468,8 +527,13 @@ importers: specifier: ^0.1.3 version: 0.1.3 jest-runner-groups: +<<<<<<< HEAD specifier: ^2.2.0 version: 2.2.0(jest-docblock@29.7.0)(jest-runner@29.7.0) +======= + specifier: ^2.1.0 + version: 2.2.0(jest-docblock@29.4.3)(jest-runner@29.6.2) +>>>>>>> 28159dc4c9 (Lock File Update) postman-collection: specifier: ^4.3.0 version: 4.3.0 @@ -603,7 +667,11 @@ importers: version: 1.2.1(@types/react@17.0.71)(react@17.0.2) '@automattic/tour-kit': specifier: ^1.1.1 +<<<<<<< HEAD version: 1.1.1(@types/react@17.0.71)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.1) +======= + version: 1.1.1(@babel/core@7.17.8)(@types/react@17.0.50)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@types/react': specifier: ^17.0.71 version: 17.0.71 @@ -1226,7 +1294,11 @@ importers: devDependencies: '@automattic/data-stores': specifier: ^2.0.1 +<<<<<<< HEAD version: 2.0.1(@wordpress/data@6.6.1)(react-native@0.73.0)(react@17.0.2) +======= + version: 2.0.1(@wordpress/data@6.6.1)(react-native@0.70.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/core': specifier: ^7.23.5 version: 7.23.5 @@ -1426,11 +1498,15 @@ importers: version: 0.2.0 '@woocommerce/e2e-utils': specifier: ^0.1.6 +<<<<<<< HEAD <<<<<<< HEAD version: 0.1.6(@woocommerce/api@0.2.0)(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.73.0) ======= version: 0.1.6(@woocommerce/api@0.2.0)(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.72.7) >>>>>>> 9feae75363 (Lock file update) +======= + version: 0.1.6(@woocommerce/api@0.2.0)(jest@29.6.2)(puppeteer@2.1.1)(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/deprecated': specifier: wp-6.0 version: 3.6.1 @@ -1482,7 +1558,11 @@ importers: version: 8.55.0 eslint-plugin-jest: specifier: 23.20.0 +<<<<<<< HEAD version: 23.20.0(eslint@8.55.0)(typescript@5.3.3) +======= + version: 23.20.0(eslint@8.32.0)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) wireit: specifier: ^0.14.1 version: 0.14.1 @@ -1491,7 +1571,11 @@ importers: dependencies: '@automattic/puppeteer-utils': specifier: github:Automattic/puppeteer-utils#0f3ec50 +<<<<<<< HEAD version: github.com/Automattic/puppeteer-utils/0f3ec50(react-native@0.73.0) +======= + version: github.com/Automattic/puppeteer-utils/0f3ec50(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/test-sequencer': specifier: ^27.5.1 version: 27.5.1 @@ -1503,7 +1587,11 @@ importers: version: 0.2.0 '@wordpress/e2e-test-utils': specifier: ^4.16.1 +<<<<<<< HEAD version: 4.16.1(jest@27.5.1)(puppeteer@2.1.1)(react-native@0.73.0) +======= + version: 4.16.1(jest@27.5.1)(puppeteer@2.1.1)(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/jest-preset-default': specifier: ^7.1.3 version: 7.1.3(@babel/core@7.12.9)(jest@27.5.1)(react-dom@17.0.2)(react@17.0.2) @@ -1597,7 +1685,11 @@ importers: dependencies: '@automattic/puppeteer-utils': specifier: github:Automattic/puppeteer-utils#0f3ec50 +<<<<<<< HEAD version: github.com/Automattic/puppeteer-utils/0f3ec50(react-native@0.73.0) +======= + version: github.com/Automattic/puppeteer-utils/0f3ec50(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@woocommerce/api': specifier: ^0.2.0 version: 0.2.0 @@ -1606,7 +1698,11 @@ importers: version: 3.6.1 '@wordpress/e2e-test-utils': specifier: wp-6.0 +<<<<<<< HEAD version: 7.2.1(jest@29.7.0)(puppeteer-core@21.6.0) +======= + version: 7.2.1(jest@29.6.2)(puppeteer-core@19.7.3) +>>>>>>> 28159dc4c9 (Lock File Update) config: specifier: 3.3.7 version: 3.3.7 @@ -1639,11 +1735,19 @@ importers: specifier: 7.12.7 version: 7.12.7(@babel/core@7.12.9) '@typescript-eslint/eslint-plugin': +<<<<<<< HEAD specifier: ^5.62.0 version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.3.3) '@typescript-eslint/parser': specifier: ^5.62.0 version: 5.62.0(eslint@8.55.0)(typescript@5.3.3) +======= + specifier: ^5.54.0 + version: 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.1.6) + '@typescript-eslint/parser': + specifier: ^5.54.0 + version: 5.54.0(eslint@8.32.0)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) '@woocommerce/eslint-plugin': specifier: workspace:* version: link:../eslint-plugin @@ -1664,7 +1768,11 @@ importers: version: 8.55.0 eslint-plugin-jest: specifier: 23.20.0 +<<<<<<< HEAD version: 23.20.0(eslint@8.55.0)(typescript@5.3.3) +======= + version: 23.20.0(eslint@8.32.0)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) wireit: specifier: ^0.14.1 version: 0.14.1 @@ -2167,7 +2275,11 @@ importers: version: 4.3.1 '@wordpress/postcss-plugins-preset': specifier: wp-6.0 +<<<<<<< HEAD version: 3.6.1(postcss@8.4.32) +======= + version: 3.6.1(postcss@8.4.21) +>>>>>>> 28159dc4c9 (Lock File Update) css-loader: specifier: ^3.6.0 version: 3.6.0(webpack@5.89.0) @@ -2176,7 +2288,11 @@ importers: version: 2.7.6(webpack@5.89.0) postcss-loader: specifier: ^4.3.0 +<<<<<<< HEAD version: 4.3.0(postcss@8.4.32)(webpack@5.89.0) +======= + version: 4.3.0(postcss@8.4.21)(webpack@5.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) sass-loader: specifier: ^10.5.0 version: 10.5.0(sass@1.69.5)(webpack@5.89.0) @@ -2323,7 +2439,11 @@ importers: devDependencies: '@automattic/data-stores': specifier: ^2.0.1 +<<<<<<< HEAD version: 2.0.1(@wordpress/data@6.6.1)(react-native@0.73.0)(react@17.0.2) +======= + version: 2.0.1(@wordpress/data@6.6.1)(react-native@0.70.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/core': specifier: ^7.23.5 version: 7.23.5 @@ -2457,7 +2577,11 @@ importers: version: 7.23.5 '@storybook/addon-knobs': specifier: ^7.0.2 +<<<<<<< HEAD version: 7.0.2(@storybook/addons@7.5.2)(@storybook/api@7.6.4)(@storybook/components@7.6.4)(@storybook/core-events@7.6.4)(@storybook/theming@7.6.4)(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) +======= + version: 7.0.2(@babel/core@7.17.8)(@storybook/addons@7.3.1)(@storybook/api@7.3.1)(@storybook/components@7.3.1)(@storybook/core-events@7.3.1)(@storybook/theming@7.3.1)(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@testing-library/react': specifier: 12.1.3 version: 12.1.3(react-dom@16.14.0)(react@17.0.2) @@ -2848,10 +2972,17 @@ importers: dependencies: '@automattic/tour-kit': specifier: ^1.1.1 +<<<<<<< HEAD version: 1.1.1(@types/react@17.0.71)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.1) '@emotion/react': specifier: ^11.11.1 version: 11.11.1(@types/react@17.0.71)(react@17.0.2) +======= + version: 1.1.1(@babel/core@7.21.3)(@types/react@17.0.50)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.0) + '@emotion/react': + specifier: ^11.10.4 + version: 11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@types/prop-types': specifier: ^15.7.11 version: 15.7.11 @@ -2872,7 +3003,11 @@ importers: version: 6.3.1 '@wordpress/components': specifier: wp-6.0 +<<<<<<< HEAD version: 19.8.5(@types/react@17.0.71)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +======= + version: 19.8.5(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/compose': specifier: wp-6.0 version: 5.4.1(react@17.0.2) @@ -2893,7 +3028,11 @@ importers: version: 4.4.3(react@17.0.2) '@wordpress/preferences': specifier: wp-6.0 +<<<<<<< HEAD version: 1.2.5(@types/react@17.0.71)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +======= + version: 1.2.5(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) debug: specifier: ^4.3.4 version: 4.3.4(supports-color@9.4.0) @@ -2912,7 +3051,11 @@ importers: devDependencies: '@svgr/webpack': specifier: ^8.1.0 +<<<<<<< HEAD version: 8.1.0(typescript@5.3.3) +======= + version: 8.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@types/debug': specifier: ^4.1.12 version: 4.1.12 @@ -2945,7 +3088,11 @@ importers: version: 2.17.0(wp-prettier@2.8.5) '@wordpress/scripts': specifier: ^19.2.4 +<<<<<<< HEAD version: 19.2.4(@babel/core@7.23.5)(debug@4.3.4)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(uglify-js@3.17.4) +======= + version: 19.2.4(@babel/core@7.21.3)(acorn@8.8.1)(debug@4.3.3)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(uglify-js@3.14.5) +>>>>>>> 28159dc4c9 (Lock File Update) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -3499,7 +3646,11 @@ importers: version: 20.0.3(postcss@8.4.32)(stylelint@14.16.1) '@xstate/inspect': specifier: 0.8.0 +<<<<<<< HEAD version: 0.8.0(ws@8.15.0)(xstate@4.37.1) +======= + version: 0.8.0(ws@8.13.0)(xstate@4.37.1) +>>>>>>> 28159dc4c9 (Lock File Update) '@xstate/test': specifier: 0.5.1 version: 0.5.1(xstate@4.37.1) @@ -3684,8 +3835,13 @@ importers: plugins/woocommerce-beta-tester: dependencies: '@emotion/react': +<<<<<<< HEAD specifier: ^11.11.1 version: 11.11.1(@types/react@17.0.71)(react@17.0.2) +======= + specifier: ^11.10.4 + version: 11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@types/prop-types': specifier: ^15.7.11 version: 15.7.11 @@ -3709,7 +3865,11 @@ importers: version: 6.3.1 '@wordpress/components': specifier: wp-6.0 +<<<<<<< HEAD version: 19.8.5(@types/react@17.0.71)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +======= + version: 19.8.5(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/compose': specifier: wp-6.0 version: 5.4.1(react@17.0.2) @@ -3770,7 +3930,11 @@ importers: version: 2.17.0(wp-prettier@2.8.5) '@wordpress/scripts': specifier: ^19.2.4 +<<<<<<< HEAD version: 19.2.4(@babel/core@7.23.5)(debug@4.3.4)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(uglify-js@3.17.4) +======= + version: 19.2.4(@babel/core@7.21.3)(acorn@8.8.1)(debug@4.3.3)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(uglify-js@3.14.5) +>>>>>>> 28159dc4c9 (Lock File Update) eslint: specifier: ^8.55.0 version: 8.55.0 @@ -4381,7 +4545,11 @@ importers: version: 6.3.1 '@wordpress/components': specifier: wp-6.0 +<<<<<<< HEAD version: 19.8.5(@types/react@17.0.71)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +======= + version: 19.8.5(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) directory-tree: specifier: ^3.5.1 version: 3.5.1 @@ -4569,8 +4737,13 @@ importers: specifier: ~27.5.1 version: 27.5.1(ts-node@10.9.2) ts-jest: +<<<<<<< HEAD specifier: ~29.1.1 version: 29.1.1(@babel/core@7.23.5)(babel-jest@27.5.1)(jest@27.5.1)(typescript@5.3.3) +======= + specifier: ^29.1.1 + version: 29.1.1(@babel/core@7.21.3)(jest@29.6.2)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@16.18.68)(typescript@5.3.3) @@ -4634,8 +4807,13 @@ importers: specifier: ^0.13.1 version: 0.13.1(@babel/preset-env@7.23.5) oclif: +<<<<<<< HEAD specifier: ^2.7.0 version: 2.7.0(@types/node@16.18.68)(typescript@5.3.3) +======= + specifier: ^2 + version: 2.7.0(mem-fs-editor@9.5.0)(mem-fs@2.2.1) +>>>>>>> 28159dc4c9 (Lock File Update) shx: specifier: ^0.3.4 version: 0.3.4 @@ -4740,11 +4918,19 @@ importers: specifier: ^8.55.0 version: 8.55.0 jest: +<<<<<<< HEAD specifier: ~27.5.1 version: 27.5.1(ts-node@10.9.2) ts-jest: specifier: ~29.1.1 version: 29.1.1(@babel/core@7.23.5)(babel-jest@27.5.1)(jest@27.5.1)(typescript@5.3.3) +======= + specifier: ^29.5.0 + version: 29.5.0(@types/node@16.18.21)(ts-node@10.9.1) + ts-jest: + specifier: ^29.1.0 + version: 29.1.0(@babel/core@7.21.3)(jest@29.5.0)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -4780,8 +4966,13 @@ importers: specifier: ^11.1.0 version: 11.1.0 oclif: +<<<<<<< HEAD specifier: ^2.7.0 version: 2.7.0(@types/node@16.18.68)(typescript@5.3.3) +======= + specifier: ^2 + version: 2.7.0(mem-fs-editor@9.5.0)(mem-fs@2.2.1) +>>>>>>> 28159dc4c9 (Lock File Update) shx: specifier: ^0.3.4 version: 0.3.4 @@ -4877,6 +5068,7 @@ importers: tools/storybook: dependencies: '@babel/preset-typescript': +<<<<<<< HEAD specifier: ^7.23.3 version: 7.23.3(@babel/core@7.23.5) devDependencies: @@ -4886,6 +5078,17 @@ importers: '@babel/preset-env': specifier: ^7.23.5 version: 7.23.5(@babel/core@7.23.5) +======= + specifier: ^7.16.7 + version: 7.16.7(@babel/core@7.21.3) + devDependencies: + '@babel/plugin-proposal-class-properties': + specifier: ^7.16.7 + version: 7.18.6(@babel/core@7.21.3) + '@babel/preset-env': + specifier: ^7.16.11 + version: 7.16.11(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/runtime': specifier: ^7.23.5 version: 7.23.5 @@ -4899,11 +5102,19 @@ importers: specifier: ^1.2.3 version: 1.2.3(@storybook/addon-actions@6.5.17-alpha.0) '@storybook/addon-controls': +<<<<<<< HEAD specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) '@storybook/addon-docs': specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(@babel/core@7.23.5)(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12)(webpack@5.89.0) +======= + specifier: ^6.5.17-alpha.0 + version: 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/addon-docs': + specifier: ^6.5.17-alpha.0 + version: 6.5.17-alpha.0(@babel/core@7.21.3)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/addon-knobs': specifier: ^6.4.0 version: 6.4.0(@storybook/addons@6.5.17-alpha.0)(@storybook/api@6.5.17-alpha.0)(@storybook/components@6.5.17-alpha.0)(@storybook/core-events@6.5.17-alpha.0)(@storybook/theming@6.5.17-alpha.0)(react-dom@17.0.2)(react@17.0.2) @@ -4923,8 +5134,13 @@ importers: specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/builder-webpack5': +<<<<<<< HEAD specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3) +======= + specifier: ^6.5.17-alpha.0 + version: 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/components': specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -4932,11 +5148,19 @@ importers: specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0 '@storybook/manager-webpack5': +<<<<<<< HEAD specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3) '@storybook/react': specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(@babel/core@7.23.5)(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(require-from-string@2.0.2)(typescript@5.3.3) +======= + specifier: ^6.5.17-alpha.0 + version: 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@storybook/react': + specifier: ^6.5.17-alpha.0 + version: 6.5.17-alpha.0(@babel/core@7.21.3)(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(require-from-string@2.0.2)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/theming': specifier: 6.5.17-alpha.0 version: 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -4961,10 +5185,13 @@ importers: packages: +<<<<<<< HEAD /@aashutoshrathi/word-wrap@1.2.6: resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@actions/core@1.10.0: resolution: {integrity: sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==} dependencies: @@ -5005,6 +5232,7 @@ packages: hasBin: true dev: true +<<<<<<< HEAD /@ampproject/remapping@2.2.1: resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} engines: {node: '>=6.0.0'} @@ -5014,6 +5242,11 @@ packages: /@ariakit/core@0.3.8: resolution: {integrity: sha512-LlSCwbyyozMX4ZEobpYGcv1LFqOdBTdTYPZw3lAVgLcFSNivsazi3NkKM9qNWNIu00MS+xTa0+RuIcuWAjlB2Q==} +======= + /@ariakit/core@0.2.9: + resolution: {integrity: sha512-BIEfY3AHImIc8R5j5DaBrEBKLlki5f0vqZbs56I0xQb12ssjn5VqpLr8Jl4v7DBm5S4ktTgeHjLloTppKFdABg==} + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@ariakit/react-core@0.3.9(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-K1Rcxr6FpF0n3L7Uvo+e5hm+zqoZmXLRcYF/skI+/j+ole+uNbnsnfGhG1avqJlklqH4bmkFkjZzmMdOnUC0Ig==} @@ -5086,18 +5319,31 @@ packages: - utf-8-validate dev: false +<<<<<<< HEAD /@automattic/data-stores@2.0.1(@wordpress/data@6.6.1)(react-native@0.73.0)(react@17.0.2): +======= + /@automattic/data-stores@2.0.1(@wordpress/data@6.6.1)(react-native@0.70.0)(react@17.0.2): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-tUuWSb5iIzZpHpqCSeXw89+lX6Gpkz/Puh+FWrMyWe4ohgK/WrrAnMqEsA5O/UpEzHNtkuqVmo8haCJKL27mwg==} peerDependencies: '@wordpress/data': ^4 react: ^17.0.2 dependencies: +<<<<<<< HEAD '@automattic/format-currency': 1.0.1 '@wordpress/api-fetch': 3.23.1(react-native@0.73.0) '@wordpress/data': 6.6.1(react@17.0.2) '@wordpress/data-controls': 1.21.3(react-native@0.73.0)(react@17.0.2) '@wordpress/deprecated': 2.12.3 '@wordpress/url': 2.22.2(react-native@0.73.0) +======= + '@automattic/format-currency': 1.0.0-alpha.0 + '@wordpress/api-fetch': 3.23.1(react-native@0.70.0) + '@wordpress/data': 6.6.1(react@17.0.2) + '@wordpress/data-controls': 1.21.3(react-native@0.70.0)(react@17.0.2) + '@wordpress/deprecated': 2.12.3 + '@wordpress/url': 2.22.2(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) fast-json-stable-stringify: 2.1.0 i18n-calypso: 5.0.0(react@17.0.2) qs: 6.11.2 @@ -5122,15 +5368,26 @@ packages: '@automattic/happychat-connection': 1.0.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/api-fetch': 6.21.0 '@wordpress/data': 6.6.1(react@17.0.2) +<<<<<<< HEAD '@wordpress/data-controls': 2.30.0(react@17.0.2) '@wordpress/deprecated': 3.41.0 '@wordpress/url': 3.13.0 +======= + '@wordpress/data-controls': 2.10.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/url': 3.41.0 +>>>>>>> 28159dc4c9 (Lock File Update) fast-json-stable-stringify: 2.1.0 i18n-calypso: 6.0.1(@types/react@17.0.71)(react@17.0.2) qs: 6.11.2 react: 17.0.2 +<<<<<<< HEAD redux: 4.2.1 tslib: 2.6.2 +======= + redux: 4.2.0 + tslib: 2.5.0 +>>>>>>> 28159dc4c9 (Lock File Update) use-debounce: 3.4.3(react@17.0.2) utility-types: 3.10.0 validator: 13.11.0 @@ -5192,8 +5449,13 @@ packages: dependencies: '@automattic/calypso-url': 1.0.0 '@automattic/languages': 1.0.0 +<<<<<<< HEAD '@wordpress/compose': 5.20.0(react@17.0.2) '@wordpress/i18n': 4.47.0 +======= + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/i18n': 4.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 tslib: 2.6.2 transitivePeerDependencies: @@ -5219,7 +5481,11 @@ packages: tslib: 2.6.2 dev: false +<<<<<<< HEAD /@automattic/tour-kit@1.1.1(@types/react@17.0.71)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.1): +======= + /@automattic/tour-kit@1.1.1(@babel/core@7.17.8)(@types/react@17.0.50)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-qC15YGZZW5VUhvl47y9C+aN0q0QIejP9g9pFZ9M3PRRgaZcXx00+ZrL1Ngg0+V9eS5io5OZcji3D8OU6i48t/w==} peerDependencies: '@wordpress/data': ^6.1.5 @@ -5249,13 +5515,17 @@ packages: '@wordpress/primitives': 3.38.0 '@wordpress/react-i18n': 3.8.0 classnames: 2.3.1 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-popper: 2.3.0(@popperjs/core@2.11.8)(react-dom@17.0.2)(react@17.0.2) reakit-utils: 0.15.2(react-dom@17.0.2)(react@17.0.2) - redux: 4.2.1 + redux: 4.2.0 transitivePeerDependencies: <<<<<<< HEAD ======= @@ -5268,7 +5538,7 @@ packages: - utf-8-validate dev: false - /@automattic/tour-kit@1.1.1(@babel/core@7.23.3)(@types/react@17.0.50)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.1): + /@automattic/tour-kit@1.1.1(@babel/core@7.21.3)(@types/react@17.0.50)(@wordpress/data@6.6.1)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2)(reakit-utils@0.15.2)(redux@4.2.0): resolution: {integrity: sha512-qC15YGZZW5VUhvl47y9C+aN0q0QIejP9g9pFZ9M3PRRgaZcXx00+ZrL1Ngg0+V9eS5io5OZcji3D8OU6i48t/w==} peerDependencies: '@wordpress/data': ^6.1.5 @@ -5282,7 +5552,7 @@ packages: '@automattic/viewport-react': 1.0.0(react@17.0.2) '@popperjs/core': 2.11.4 '@wordpress/base-styles': 4.25.0 - '@wordpress/components': 19.12.0(@babel/core@7.23.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) + '@wordpress/components': 19.12.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) '@wordpress/data': 6.6.1(react@17.0.2) '@wordpress/dom': 3.44.0 '@wordpress/element': 4.20.0 @@ -5291,12 +5561,12 @@ packages: '@wordpress/primitives': 3.38.0 '@wordpress/react-i18n': 3.8.0 classnames: 2.3.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-popper: 2.2.5(@popperjs/core@2.11.4)(react@17.0.2) reakit-utils: 0.15.2(react-dom@17.0.2)(react@17.0.2) - redux: 4.2.1 + redux: 4.2.0 transitivePeerDependencies: - '@babel/core' >>>>>>> 9feae75363 (Lock file update) @@ -5397,11 +5667,15 @@ packages: '@jridgewell/trace-mapping': 0.3.20 ======= '@babel/core': 7.21.3 +<<<<<<< HEAD '@jridgewell/trace-mapping': 0.3.16 <<<<<<< HEAD >>>>>>> 65c9395baa (Change Asset Build Outputs) ======= >>>>>>> 9feae75363 (Lock file update) +======= + '@jridgewell/trace-mapping': 0.3.19 +>>>>>>> 28159dc4c9 (Lock File Update) commander: 4.1.1 convert-source-map: 2.0.0 fs-readdir-recursive: 1.1.0 @@ -5418,6 +5692,7 @@ packages: '@babel/highlight': 7.23.4 dev: true +<<<<<<< HEAD /@babel/code-frame@7.23.5: resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} engines: {node: '>=6.9.0'} @@ -5425,6 +5700,40 @@ packages: '@babel/highlight': 7.23.4 chalk: 2.4.2 +======= + /@babel/code-frame@7.16.7: + resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.13 + + /@babel/code-frame@7.18.6: + resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.13 + + /@babel/code-frame@7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.13 + chalk: 2.4.2 + + /@babel/compat-data@7.16.4: + resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} + engines: {node: '>=6.9.0'} + + /@babel/compat-data@7.17.7: + resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/compat-data@7.21.0: + resolution: {integrity: sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==} + engines: {node: '>=6.9.0'} + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/compat-data@7.23.5: resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} @@ -5433,6 +5742,7 @@ packages: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 '@babel/generator': 7.23.5 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.12.9) @@ -5443,11 +5753,23 @@ packages: '@babel/types': 7.23.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@9.4.0) +======= + '@babel/code-frame': 7.16.7 + '@babel/generator': 7.17.7 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helpers': 7.17.8 + '@babel/parser': 7.17.8 + '@babel/template': 7.16.7 + '@babel/traverse': 7.17.3 + '@babel/types': 7.17.0 + convert-source-map: 1.8.0 + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) gensync: 1.0.0-beta.2 - json5: 2.2.3 + json5: 2.2.0 lodash: 4.17.21 - resolve: 1.22.8 - semver: 5.7.2 + resolve: 1.20.0 + semver: 5.7.1 source-map: 0.5.7 transitivePeerDependencies: - supports-color @@ -5471,7 +5793,7 @@ packages: '@babel/traverse': 7.19.3 '@babel/types': 7.19.3 convert-source-map: 1.8.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) gensync: 1.0.0-beta.2 json5: 2.2.0 semver: 6.3.0 @@ -5493,13 +5815,14 @@ packages: '@babel/traverse': 7.21.3 '@babel/types': 7.22.15 convert-source-map: 1.8.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@babel/core@7.23.3: resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} >>>>>>> 9feae75363 (Lock file update) @@ -5551,38 +5874,100 @@ packages: /@babel/eslint-parser@7.23.3(@babel/core@7.12.9)(eslint@8.55.0): resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} +======= + /@babel/eslint-parser@7.17.0(@babel/core@7.12.9)(eslint@8.32.0): + resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: - '@babel/core': ^7.11.0 + '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 8.55.0 +======= + eslint: 8.32.0 + eslint-scope: 5.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) eslint-visitor-keys: 2.1.0 semver: 6.3.1 dev: true +<<<<<<< HEAD /@babel/eslint-parser@7.23.3(@babel/core@7.23.5)(eslint@7.32.0): resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} +======= + /@babel/eslint-parser@7.17.0(@babel/core@7.17.8)(eslint@8.32.0): + resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: - '@babel/core': ^7.11.0 + '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 7.32.0 +======= + '@babel/core': 7.17.8 + eslint: 8.32.0 + eslint-scope: 5.1.1 + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 + dev: false + + /@babel/eslint-parser@7.17.0(@babel/core@7.21.3)(eslint@7.32.0): + resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} + engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} + peerDependencies: + '@babel/core': '>=7.11.0' + eslint: ^7.5.0 || ^8.0.0 + dependencies: + '@babel/core': 7.21.3 + eslint: 7.32.0 + eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.1 dev: true + /@babel/eslint-parser@7.17.0(@babel/core@7.21.3)(eslint@8.32.0): + resolution: {integrity: sha512-PUEJ7ZBXbRkbq3qqM/jZ2nIuakUBqCYc7Qf52Lj7dlZ6zERnqisdHioL0l4wwQZnmskMeasqUNzLBFKs3nylXA==} + engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} + peerDependencies: + '@babel/core': '>=7.11.0' + eslint: ^7.5.0 || ^8.0.0 + dependencies: + '@babel/core': 7.21.3 + eslint: 8.32.0 + eslint-scope: 5.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 + dev: true + +<<<<<<< HEAD /@babel/eslint-parser@7.23.3(@babel/core@7.23.5)(eslint@8.55.0): resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 eslint: ^7.5.0 || ^8.0.0 +======= + /@babel/generator@7.17.7: + resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.15 + jsesc: 2.5.2 + source-map: 0.5.7 + + /@babel/generator@7.19.3: + resolution: {integrity: sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==} + engines: {node: '>=6.9.0'} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: '@babel/core': 7.23.5 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 @@ -5594,25 +5979,62 @@ packages: resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 +======= + '@babel/types': 7.22.15 + '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.19 + jsesc: 2.5.2 + + /@babel/helper-annotate-as-pure@7.16.0: + resolution: {integrity: sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.15 + dev: true + + /@babel/helper-annotate-as-pure@7.16.7: + resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.15 + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 + + /@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.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@babel/types': 7.23.5 ======= '@babel/types': 7.23.4 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-compilation-targets@7.16.3(@babel/core@7.12.9): resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} @@ -5620,24 +6042,24 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.16.4 + '@babel/compat-data': 7.21.0 '@babel/core': 7.12.9 '@babel/helper-validator-option': 7.22.15 browserslist: 4.19.3 semver: 6.3.1 - /@babel/helper-compilation-targets@7.16.3(@babel/core@7.21.3): - resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} + /@babel/helper-compilation-targets@7.17.7(@babel/core@7.12.9): + resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.16.4 - '@babel/core': 7.21.3 + '@babel/compat-data': 7.21.0 + '@babel/core': 7.12.9 '@babel/helper-validator-option': 7.22.15 browserslist: 4.19.3 semver: 6.3.1 - dev: false + dev: true /@babel/helper-compilation-targets@7.17.7(@babel/core@7.17.8): resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} @@ -5645,11 +6067,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.17.7 + '@babel/compat-data': 7.21.0 '@babel/core': 7.17.8 - '@babel/helper-validator-option': 7.16.7 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.19.3 - semver: 6.3.0 + semver: 6.3.1 dev: true /@babel/helper-compilation-targets@7.17.7(@babel/core@7.21.3): @@ -5658,24 +6080,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.17.7 + '@babel/compat-data': 7.21.0 '@babel/core': 7.21.3 - '@babel/helper-validator-option': 7.16.7 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.19.3 - semver: 6.3.0 - dev: true - - /@babel/helper-compilation-targets@7.17.7(@babel/core@7.23.3): - resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.17.7 - '@babel/core': 7.23.3 - '@babel/helper-validator-option': 7.16.7 - browserslist: 4.19.3 - semver: 6.3.0 + semver: 6.3.1 dev: true /@babel/helper-compilation-targets@7.19.3(@babel/core@7.17.8): @@ -5690,6 +6099,33 @@ packages: browserslist: 4.21.4 semver: 6.3.1 + /@babel/helper-compilation-targets@7.20.7(@babel/core@7.12.9): + resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.12.9 + '@babel/helper-validator-option': 7.22.15 + browserslist: 4.21.4 + lru-cache: 5.1.1 + semver: 6.3.1 + + /@babel/helper-compilation-targets@7.20.7(@babel/core@7.17.8): + resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.17.8 + '@babel/helper-validator-option': 7.22.15 + browserslist: 4.21.4 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: true + /@babel/helper-compilation-targets@7.20.7(@babel/core@7.21.3): resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} @@ -5710,6 +6146,7 @@ packages: dependencies: '@babel/compat-data': 7.23.5 '@babel/helper-validator-option': 7.23.5 +<<<<<<< HEAD browserslist: 4.22.2 lru-cache: 5.1.1 semver: 6.3.1 @@ -5718,6 +6155,28 @@ packages: /@babel/helper-create-class-features-plugin@7.23.5(@babel/core@7.12.9): resolution: {integrity: sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==} ======= +======= + browserslist: 4.22.1 + lru-cache: 5.1.1 + semver: 6.3.1 + + /@babel/helper-create-class-features-plugin@7.17.6(@babel/core@7.12.9): + resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) + '@babel/helper-split-export-declaration': 7.22.6 + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-create-class-features-plugin@7.17.6(@babel/core@7.17.8): resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} engines: {node: '>=6.9.0'} @@ -5750,37 +6209,6 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 dev: true - /@babel/helper-create-class-features-plugin@7.17.6(@babel/core@7.23.3): - resolution: {integrity: sha512-SogLLSxXm2OkBbSsHZMM4tUi8fUzjs63AT/d0YQIzr6GSd8Hxsbk2KYDX0k0DweAzGMj/YWeiCsorIdtdcW8Eg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.3) - '@babel/helper-split-export-declaration': 7.22.6 - dev: true - - /@babel/helper-create-class-features-plugin@7.19.0(@babel/core@7.12.9): - resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.12.9 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) - '@babel/helper-split-export-declaration': 7.22.6 - /@babel/helper-create-class-features-plugin@7.19.0(@babel/core@7.21.3): resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} engines: {node: '>=6.9.0'} @@ -5795,22 +6223,6 @@ packages: '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) '@babel/helper-split-export-declaration': 7.22.6 - dev: true - - /@babel/helper-create-class-features-plugin@7.19.0(@babel/core@7.23.3): - resolution: {integrity: sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.15 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.3) - '@babel/helper-split-export-declaration': 7.22.6 /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.12.9): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} @@ -5821,11 +6233,11 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.12.9) + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 @@ -5838,11 +6250,15 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 +<<<<<<< HEAD '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) +======= + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.17.8) +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 @@ -5856,10 +6272,11 @@ packages: dependencies: '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 +<<<<<<< HEAD '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.5) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 @@ -5880,6 +6297,9 @@ packages: '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) +======= + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 @@ -5915,6 +6335,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.2.1 +<<<<<<< HEAD /@babel/helper-create-regexp-features-plugin@7.19.0(@babel/core@7.23.3): resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} engines: {node: '>=6.9.0'} @@ -5927,6 +6348,8 @@ packages: dev: true >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.12.9): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} @@ -5937,6 +6360,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 + dev: true /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.5): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} @@ -5950,11 +6374,27 @@ packages: semver: 6.3.1 dev: true +<<<<<<< HEAD /@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.23.5): +======= + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.21.3): + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + + /@babel/helper-define-polyfill-provider@0.1.5(@babel/core@7.21.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-module-imports': 7.22.15 @@ -5965,8 +6405,16 @@ packages: '@babel/traverse': 7.23.4 >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + '@babel/core': 7.21.3 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/traverse': 7.21.3 + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) lodash.debounce: 4.0.8 - resolve: 1.22.8 + resolve: 1.22.1 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -5980,15 +6428,14 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) lodash.debounce: 4.0.8 - resolve: 1.22.8 - semver: 6.3.0 + resolve: 1.22.1 + semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.17.8): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} @@ -5996,12 +6443,12 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.17.8) '@babel/helper-plugin-utils': 7.22.5 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) lodash.debounce: 4.0.8 - resolve: 1.22.8 - semver: 6.3.0 + resolve: 1.22.1 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true @@ -6012,31 +6459,14 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) lodash.debounce: 4.0.8 - resolve: 1.22.8 - semver: 6.3.0 + resolve: 1.22.1 + semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true - - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.23.3): - resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - debug: 4.3.4(supports-color@9.4.0) - lodash.debounce: 4.0.8 - resolve: 1.22.8 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true >>>>>>> 9feae75363 (Lock file update) /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.12.9): @@ -6047,13 +6477,18 @@ packages: '@babel/core': 7.12.9 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD ======= +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) lodash.debounce: 4.0.8 - resolve: 1.22.8 + resolve: 1.22.1 transitivePeerDependencies: - supports-color + dev: true /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.17.8): resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} @@ -6063,10 +6498,14 @@ packages: '@babel/core': 7.17.8 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) >>>>>>> 9feae75363 (Lock file update) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) lodash.debounce: 4.0.8 - resolve: 1.22.8 + resolve: 1.22.1 transitivePeerDependencies: - supports-color dev: true @@ -6079,6 +6518,7 @@ packages: '@babel/core': 7.23.5 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD ======= @@ -6100,6 +6540,11 @@ packages: >>>>>>> 9feae75363 (Lock file update) lodash.debounce: 4.0.8 resolve: 1.22.8 +======= + debug: 4.3.4(supports-color@9.2.2) + lodash.debounce: 4.0.8 + resolve: 1.22.1 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color @@ -6107,17 +6552,47 @@ packages: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} +<<<<<<< HEAD +======= + /@babel/helper-environment-visitor@7.22.5: + resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} + 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.22.15 + + /@babel/helper-function-name@7.22.5: + resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.15 + '@babel/types': 7.22.15 + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-function-name@7.23.0: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 '@babel/types': 7.23.5 +<<<<<<< HEAD +======= + + /@babel/helper-hoist-variables@7.18.6: + resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 /@babel/helper-member-expression-to-functions@7.23.0: @@ -6125,15 +6600,56 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 + + /@babel/helper-member-expression-to-functions@7.22.15: + resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.15 + + /@babel/helper-module-imports@7.16.0: + resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.15 + + /@babel/helper-module-imports@7.16.7: + resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.22.15 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@babel/types': 7.23.5 ======= '@babel/types': 7.23.4 +======= + '@babel/types': 7.22.15 + + /@babel/helper-module-transforms@7.17.7: + resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.15 + '@babel/template': 7.22.15 + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + transitivePeerDependencies: + - supports-color +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-module-transforms@7.19.0: resolution: {integrity: sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==} @@ -6190,6 +6706,7 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.15 +<<<<<<< HEAD /@babel/helper-module-transforms@7.22.15(@babel/core@7.23.3): resolution: {integrity: sha512-l1UiX4UyHSFsYt17iQ3Se5pQQZZHa22zyIXURmvkmLCD4t/aU+dvNWHatKac/D9Vm9UES7nvIqHs4jZqKviUmQ==} engines: {node: '>=6.9.0'} @@ -6205,6 +6722,8 @@ packages: dev: true >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-module-transforms@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} @@ -6217,6 +6736,7 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + dev: true /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.2): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -6248,6 +6768,7 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 +<<<<<<< HEAD dev: true /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): @@ -6262,12 +6783,18 @@ packages: '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-plugin-utils@7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} @@ -6329,9 +6856,9 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.23.4 + '@babel/types': 7.22.15 transitivePeerDependencies: - supports-color @@ -6343,9 +6870,9 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.23.4 + '@babel/types': 7.22.15 transitivePeerDependencies: - supports-color dev: true @@ -6358,12 +6885,13 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.23.4 + '@babel/types': 7.22.15 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.23.3): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} @@ -6380,6 +6908,8 @@ packages: dev: true >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.12.9): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} @@ -6390,6 +6920,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 + dev: true /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.5): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} @@ -6416,6 +6947,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 +<<<<<<< HEAD dev: true /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.3): @@ -6429,6 +6961,8 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-replace-supers@7.22.20(@babel/core@7.12.9): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} @@ -6438,8 +6972,9 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 + dev: true /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.2): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} @@ -6449,7 +6984,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 dev: true <<<<<<< HEAD @@ -6463,18 +6998,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 /@babel/helper-replace-supers@7.22.9(@babel/core@7.12.9): @@ -6484,7 +7008,7 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 >>>>>>> 9feae75363 (Lock file update) @@ -6495,11 +7019,16 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-environment-visitor': 7.22.20 <<<<<<< HEAD '@babel/helper-member-expression-to-functions': 7.23.0 ======= +======= + '@babel/core': 7.17.8 + '@babel/helper-environment-visitor': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-member-expression-to-functions': 7.22.15 '@babel/helper-optimise-call-expression': 7.22.5 dev: true @@ -6511,18 +7040,7 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.22.15 - '@babel/helper-optimise-call-expression': 7.22.5 - - /@babel/helper-replace-supers@7.22.9(@babel/core@7.23.3): - resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-member-expression-to-functions': 7.22.15 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-optimise-call-expression': 7.22.5 @@ -6531,19 +7049,35 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 + + /@babel/helper-string-parser@7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + engines: {node: '>=6.9.0'} +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-string-parser@7.23.4: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} @@ -6566,20 +7100,27 @@ packages: engines: {node: '>=6.9.0'} dev: true +<<<<<<< HEAD /@babel/helper-validator-option@7.18.6: resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/helper-validator-option@7.22.15: resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + /@babel/helper-wrap-function@7.19.0: resolution: {integrity: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==} >>>>>>> 65c9395baa (Change Asset Build Outputs) engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.23.0 + '@babel/helper-function-name': 7.22.5 '@babel/template': 7.22.15 '@babel/types': 7.23.5 @@ -6593,6 +7134,7 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@babel/highlight@7.23.4: resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} @@ -6607,6 +7149,85 @@ packages: hasBin: true dependencies: '@babel/types': 7.23.5 +======= + /@babel/helpers@7.21.0: + resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.15 + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + transitivePeerDependencies: + - supports-color + + /@babel/highlight@7.22.13: + resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.15 + chalk: 2.4.2 + js-tokens: 4.0.0 + + /@babel/parser@7.17.8: + resolution: {integrity: sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.15 + + /@babel/parser@7.19.3: + resolution: {integrity: sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.15 + + /@babel/parser@7.22.15: + resolution: {integrity: sha512-RWmQ/sklUN9BvGGpCDgSubhHWfAx24XDTDObup4ffvxaYsptOg2P3KG0j+1eWKLxpkX0j0uHxmpq2Z1SP/VhxA==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.15 + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} @@ -6628,6 +7249,65 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true +<<<<<<< HEAD +======= + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.21.3): + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.12.9) + dev: true + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.17.8) + dev: true + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.21.3) + dev: true + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.21.3) + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} engines: {node: '>=6.9.0'} @@ -6665,6 +7345,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.3): @@ -6678,6 +7359,8 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} @@ -6701,8 +7384,23 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true +<<<<<<< HEAD /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.12.9): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} +======= + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.21.3): + resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-proposal-async-generator-functions@7.16.4(@babel/core@7.12.9): + resolution: {integrity: sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. peerDependencies: @@ -6721,19 +7419,19 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-async-generator-functions@7.16.4(@babel/core@7.21.3): - resolution: {integrity: sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==} + /@babel/plugin-proposal-async-generator-functions@7.16.8(@babel/core@7.12.9): + resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.16.4 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.9) transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-proposal-async-generator-functions@7.16.8(@babel/core@7.17.8): resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} @@ -6742,7 +7440,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.17.8) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.17.8) transitivePeerDependencies: @@ -6756,27 +7454,13 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions@7.16.8(@babel/core@7.23.3): - resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.23.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.12.9): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} @@ -6785,23 +7469,27 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.12.9) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.12.9) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.9) + transitivePeerDependencies: + - supports-color - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.23.3): + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.3): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 + '@babel/core': 7.21.3 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + transitivePeerDependencies: + - supports-color /@babel/plugin-proposal-class-properties@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-mCF3HcuZSY9Fcx56Lbn+CGdT44ioBMMvjNVldpKtj8tpniETdLjnxdHI1+sDWXIM1nNt+EanJOZ3IG9lzVjs7A==} @@ -6817,10 +7505,48 @@ packages: '@babel/helper-plugin-utils': 7.22.5 ======= '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) +<<<<<<< HEAD '@babel/helper-plugin-utils': 7.14.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.2): +======= + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-proposal-class-properties@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-proposal-class-properties@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-create-class-features-plugin': 7.17.6(@babel/core@7.17.8) + '@babel/helper-plugin-utils': 7.18.9 + dev: true + + /@babel/plugin-proposal-class-properties@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.12.9): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. @@ -6859,8 +7585,8 @@ packages: '@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.5) ======= '@babel/core': 7.12.9 - '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.3): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} @@ -6871,17 +7597,18 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.20.2 - dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.23.3): - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} + /@babel/plugin-proposal-class-static-block@7.17.6(@babel/core@7.12.9): + resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.19.0(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.20.2 + '@babel/core': 7.12.9 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.12.9) + dev: true /@babel/plugin-proposal-class-static-block@7.17.6(@babel/core@7.17.8): resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==} @@ -6891,7 +7618,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.17.8) dev: true @@ -6903,21 +7630,21 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) dev: true - /@babel/plugin-proposal-class-static-block@7.17.6(@babel/core@7.23.3): - resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==} + /@babel/plugin-proposal-class-static-block@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead. peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) - dev: true + '@babel/core': 7.21.3 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) /@babel/plugin-proposal-decorators@7.16.4(@babel/core@7.21.3): resolution: {integrity: sha512-RESBNX16eNqnBeEVR5sCJpnW0mHiNLNNvGA8PrRuK/4ZJ4TO+6bHleRUuGQYDERVySOKtOhSya/C4MIhwAMAgg==} @@ -6945,18 +7672,23 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.9) +<<<<<<< HEAD <<<<<<< HEAD ======= /@babel/plugin-proposal-dynamic-import@7.16.0(@babel/core@7.21.3): resolution: {integrity: sha512-QGSA6ExWk95jFQgwz5GQ2Dr95cf7eI7TKutIXXTb7B1gCLTCz5hTjFTQGfLFBBiC5WSNi7udNwWsqbbMh1c4yQ==} +======= + /@babel/plugin-proposal-dynamic-import@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.9) + dev: true /@babel/plugin-proposal-dynamic-import@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} @@ -6965,7 +7697,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.17.8) dev: true @@ -6976,20 +7708,30 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) dev: true - /@babel/plugin-proposal-dynamic-import@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + + /@babel/plugin-proposal-export-default-from@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) - dev: true + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-default-from': 7.16.7(@babel/core@7.12.9) /@babel/plugin-proposal-export-default-from@7.16.7(@babel/core@7.21.3): resolution: {integrity: sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==} @@ -7000,6 +7742,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-export-default-from': 7.16.7(@babel/core@7.21.3) +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -7024,6 +7767,8 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.3) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-proposal-export-namespace-from@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-CjI4nxM/D+5wCnhD11MHB1AwRSAYeDT+h8gCdcVJZ/OK7+wRzFsf7PFPWVpVpNRkHMmMkQWAHpTq+15IXQ1diA==} @@ -7034,6 +7779,7 @@ packages: >>>>>>> 9feae75363 (Lock file update) '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.12.9) /@babel/plugin-proposal-export-default-from@7.23.3(@babel/core@7.23.5): @@ -7060,6 +7806,56 @@ packages: /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.12.9): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} +======= + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.12.9) + + /@babel/plugin-proposal-export-namespace-from@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.12.9) + dev: true + + /@babel/plugin-proposal-export-namespace-from@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.17.8) + dev: true + + /@babel/plugin-proposal-export-namespace-from@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) + dev: true + + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) + + /@babel/plugin-proposal-json-strings@7.16.0(@babel/core@7.12.9): + resolution: {integrity: sha512-kouIPuiv8mSi5JkEhzApg5Gn6hFyKPnlkO0a9YSzqRurH8wYzSlf6RJdzluAsbqecdW5pBvDJDfyDIUR/vLxvg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. peerDependencies: @@ -7069,8 +7865,57 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.9) +<<<<<<< HEAD /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.12.9): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} +======= + /@babel/plugin-proposal-json-strings@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.9) + dev: true + + /@babel/plugin-proposal-json-strings@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.17.8) + dev: true + + /@babel/plugin-proposal-json-strings@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + dev: true + + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + + /@babel/plugin-proposal-logical-assignment-operators@7.16.0(@babel/core@7.12.9): + resolution: {integrity: sha512-pbW0fE30sVTYXXm9lpVQQ/Vc+iTeQKiXlaNRZPPN2A2VdlWyAtsUrsQ3xydSlDW00TFMK7a8m3cDTkBF5WnV3Q==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. peerDependencies: @@ -7080,8 +7925,57 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.9) +<<<<<<< HEAD /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.12.9): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} +======= + /@babel/plugin-proposal-logical-assignment-operators@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.9) + dev: true + + /@babel/plugin-proposal-logical-assignment-operators@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.17.8) + dev: true + + /@babel/plugin-proposal-logical-assignment-operators@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + dev: true + + /@babel/plugin-proposal-logical-assignment-operators@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + + /@babel/plugin-proposal-nullish-coalescing-operator@7.16.0(@babel/core@7.12.9): + resolution: {integrity: sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: @@ -7091,19 +7985,24 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.9) +<<<<<<< HEAD <<<<<<< HEAD /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.23.5): ======= /@babel/plugin-proposal-nullish-coalescing-operator@7.16.0(@babel/core@7.21.3): resolution: {integrity: sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==} +======= + /@babel/plugin-proposal-nullish-coalescing-operator@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.9) + dev: true /@babel/plugin-proposal-nullish-coalescing-operator@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} @@ -7125,18 +8024,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) - dev: true - - /@babel/plugin-proposal-nullish-coalescing-operator@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) - dev: true /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.12.9): >>>>>>> 9feae75363 (Lock file update) @@ -7156,8 +8043,24 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.9) >>>>>>> 9feae75363 (Lock file update) +<<<<<<< HEAD /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.12.9): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} +======= + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} + engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + + /@babel/plugin-proposal-numeric-separator@7.16.0(@babel/core@7.12.9): + resolution: {integrity: sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. peerDependencies: @@ -7169,16 +8072,16 @@ packages: <<<<<<< HEAD ======= - /@babel/plugin-proposal-numeric-separator@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==} + /@babel/plugin-proposal-numeric-separator@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.9) + dev: true /@babel/plugin-proposal-numeric-separator@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} @@ -7187,7 +8090,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.17.8) dev: true @@ -7198,30 +8101,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) dev: true - /@babel/plugin-proposal-numeric-separator@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) - dev: true - - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.12.9): + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.3): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.12.9 + '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.9) /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.23.3): @@ -7235,6 +8128,9 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9): resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} @@ -7243,9 +8139,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) dev: true /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.12.9): @@ -7267,19 +8163,19 @@ packages: ======= '@babel/plugin-transform-parameters': 7.16.3(@babel/core@7.12.9) - /@babel/plugin-proposal-object-rest-spread@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==} + /@babel/plugin-proposal-object-rest-spread@7.17.3(@babel/core@7.12.9): + resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.16.4 - '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.16.3(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.16.3(@babel/core@7.21.3) - dev: false + '@babel/compat-data': 7.21.0 + '@babel/core': 7.12.9 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) + dev: true /@babel/plugin-proposal-object-rest-spread@7.17.3(@babel/core@7.17.8): resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==} @@ -7287,12 +8183,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.17.7 + '@babel/compat-data': 7.21.0 '@babel/core': 7.17.8 - '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.17.8) + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.17.8) - '@babel/plugin-transform-parameters': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.17.8) dev: true /@babel/plugin-proposal-object-rest-spread@7.17.3(@babel/core@7.21.3): @@ -7301,26 +8197,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.17.7 + '@babel/compat-data': 7.21.0 '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-transform-parameters': 7.16.7(@babel/core@7.21.3) - dev: true - - /@babel/plugin-proposal-object-rest-spread@7.17.3(@babel/core@7.23.3): - resolution: {integrity: sha512-yuL5iQA/TbZn+RGAfxQXfi7CNLmKi1f8zInn4IgobuCWcAb7i+zj4TYzQ9l8cEzVyJ89PDGuqxK1xZpUDISesw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.17.7 - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.16.7(@babel/core@7.23.3) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) dev: true /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.12.9): @@ -7331,6 +8213,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@babel/compat-data': 7.23.5 '@babel/core': 7.23.5 @@ -7340,11 +8223,14 @@ packages: '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.5) ======= '@babel/compat-data': 7.23.3 +======= + '@babel/compat-data': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/core': 7.12.9 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.3): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} @@ -7353,17 +8239,24 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.23.3 + '@babel/compat-data': 7.21.0 '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) +<<<<<<< HEAD '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.21.3) >>>>>>> 9feae75363 (Lock file update) dev: true /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.12.9): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} +======= + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) + + /@babel/plugin-proposal-optional-catch-binding@7.16.0(@babel/core@7.12.9): + resolution: {integrity: sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. peerDependencies: @@ -7373,20 +8266,25 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.9) +<<<<<<< HEAD <<<<<<< HEAD /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.12.9): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} ======= /@babel/plugin-proposal-optional-catch-binding@7.16.0(@babel/core@7.21.3): resolution: {integrity: sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==} +======= + /@babel/plugin-proposal-optional-catch-binding@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.9) + dev: true /@babel/plugin-proposal-optional-catch-binding@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} @@ -7395,7 +8293,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.17.8) dev: true @@ -7406,21 +8304,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) dev: true - /@babel/plugin-proposal-optional-catch-binding@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) - dev: true - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.12.9): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} @@ -7432,16 +8319,16 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.9) - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.23.3): + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.3): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) /@babel/plugin-proposal-optional-chaining@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==} @@ -7456,20 +8343,25 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.9) +<<<<<<< HEAD <<<<<<< HEAD /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.23.2): ======= /@babel/plugin-proposal-optional-chaining@7.16.0(@babel/core@7.21.3): resolution: {integrity: sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==} +======= + /@babel/plugin-proposal-optional-chaining@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - dev: false + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.9) + dev: true /@babel/plugin-proposal-optional-chaining@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} @@ -7493,19 +8385,18 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - dev: true - /@babel/plugin-proposal-optional-chaining@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} + /@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.12.9): + resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) - dev: true + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.9) /@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.17.8): resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} @@ -7531,6 +8422,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /@babel/plugin-proposal-optional-chaining@7.18.9(@babel/core@7.23.3): @@ -7578,6 +8470,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) +======= +>>>>>>> 28159dc4c9 (Lock File Update) <<<<<<< HEAD /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.12.9): @@ -7590,18 +8484,18 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-proposal-private-methods@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-IvHmcTHDFztQGnn6aWq4t12QaBXTKr1whF/dgp9kz84X6GUcwq9utj7z2wFCUfeOup/QKnOlt2k0zxkGFx9ubg==} + /@babel/plugin-proposal-private-methods@7.16.11(@babel/core@7.12.9): + resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-proposal-private-methods@7.16.11(@babel/core@7.17.8): resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} @@ -7622,18 +8516,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-proposal-private-methods@7.16.11(@babel/core@7.23.3): - resolution: {integrity: sha512-F/2uAkPlXDr8+BHpZvo19w3hLFKge+k75XUprE6jaqKxjGkSYcK+4c+bup5PdW/7W/Rpjwql7FTVEDW+fRAQsw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.3): @@ -7647,6 +8530,22 @@ packages: '@babel/core': 7.12.9 '@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD +======= + + /@babel/plugin-proposal-private-property-in-object@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-create-class-features-plugin': 7.17.6(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.21.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.12.9) + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.23.5): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} @@ -7680,12 +8579,14 @@ packages: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) dev: true - /@babel/plugin-proposal-private-property-in-object@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} + /@babel/plugin-proposal-private-property-in-object@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-create-class-features-plugin': 7.17.6(@babel/core@7.23.3) @@ -7693,6 +8594,13 @@ packages: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) dev: true +======= + '@babel/core': 7.21.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.12.9): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} @@ -7716,6 +8624,7 @@ packages: dev: true >>>>>>> 9feae75363 (Lock file update) +<<<<<<< HEAD /@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.23.5): resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==} engines: {node: '>=6.9.0'} @@ -7732,6 +8641,15 @@ packages: ======= '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) dev: true +======= + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.21.3): + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-proposal-unicode-property-regex@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==} @@ -7741,18 +8659,18 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-proposal-unicode-property-regex@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==} + /@babel/plugin-proposal-unicode-property-regex@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-proposal-unicode-property-regex@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} @@ -7762,7 +8680,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-unicode-property-regex@7.16.7(@babel/core@7.21.3): @@ -7773,6 +8691,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) +<<<<<<< HEAD '@babel/helper-plugin-utils': 7.18.9 dev: true @@ -7786,6 +8705,9 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.18.9 >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.12.9): @@ -7796,7 +8718,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 <<<<<<< HEAD ======= @@ -7809,7 +8731,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.17.8) + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.17.8) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -7821,9 +8743,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.21.3) + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} @@ -7837,6 +8760,8 @@ packages: dev: true >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.12.9): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: @@ -7859,7 +8784,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.12.9): @@ -7888,6 +8817,7 @@ packages: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 <<<<<<< HEAD +<<<<<<< HEAD ======= dev: true @@ -7899,6 +8829,8 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.12.9): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -7922,7 +8854,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.12.9): @@ -7951,7 +8887,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-syntax-decorators@7.16.0(@babel/core@7.21.3): + resolution: {integrity: sha512-nxnnngZClvlY13nHJAIDow0S7Qzhq64fQ/NlqS+VER3kjW/4F0jLhXjeL8jcwSwz6Ca3rotT5NJD2T9I7lcv7g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -7982,12 +8931,13 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + /@babel/plugin-syntax-export-default-from@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-export-default-from@7.16.7(@babel/core@7.21.3): @@ -7998,6 +8948,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -8019,6 +8970,8 @@ packages: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.12.9): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} @@ -8047,12 +9000,13 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.3): - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + /@babel/plugin-syntax-flow@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-flow@7.16.7(@babel/core@7.17.8): @@ -8073,14 +9027,14 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - /@babel/plugin-syntax-flow@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==} + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.3): + resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -8112,6 +9066,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.12.9): @@ -8145,6 +9102,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.3): @@ -8156,6 +9114,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} @@ -8188,6 +9148,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.3): @@ -8199,6 +9160,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.12.9): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -8228,6 +9191,7 @@ packages: '@babel/core': 7.21.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5): @@ -8237,6 +9201,8 @@ packages: dependencies: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.12.9): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -8260,7 +9226,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9): @@ -8279,6 +9249,48 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD +======= + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-jsx@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-jsx@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.12.9): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.17.8): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.2): @@ -8291,6 +9303,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true +<<<<<<< HEAD /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.5): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} @@ -8342,6 +9355,8 @@ packages: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.12.9): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -8364,7 +9379,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.12.9): @@ -8389,7 +9408,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.12.9): @@ -8414,7 +9437,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9): @@ -8439,7 +9466,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.12.9): @@ -8464,7 +9495,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.12.9): @@ -8489,7 +9524,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.12.9): @@ -8522,6 +9561,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.3): @@ -8533,6 +9573,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.12.9): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} @@ -8562,6 +9604,7 @@ packages: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD <<<<<<< HEAD ======= /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.3): @@ -8573,6 +9616,8 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-typescript@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} @@ -8591,17 +9636,15 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - /@babel/plugin-syntax-typescript@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.12.9): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 - dev: false /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.21.3): resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} @@ -8611,6 +9654,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -8649,6 +9693,8 @@ packages: dependencies: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.12.9): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} @@ -8657,7 +9703,7 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -8667,8 +9713,13 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.5) +======= + '@babel/core': 7.17.8 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.17.8) +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -8681,18 +9732,7 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.3): - resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-arrow-functions@7.16.0(@babel/core@7.12.9): @@ -8702,17 +9742,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-arrow-functions@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-vIFb5250Rbh7roWARvCLvIJ/PtAU5Lhv7BtZ1u24COwpI9Ypjsh+bZcKk6rlIyalK+r0jOc1XQ8I4ovNxNrWrA==} + /@babel/plugin-transform-arrow-functions@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-arrow-functions@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} @@ -8721,7 +9761,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-arrow-functions@7.16.7(@babel/core@7.21.3): @@ -8731,18 +9771,26 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} + /@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-arrow-functions@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.12.9): @@ -8753,6 +9801,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} @@ -8775,6 +9824,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.3): @@ -8786,6 +9836,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==} @@ -8828,19 +9880,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.21.3) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-async-generator-functions@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-efdkfPhHYTtn0G6n2ddrESE91fgXxjlqLsnUtPWnJs4a4mZIbUaK7ffqKIIUKXSHwcDvaCVX6GXkaJJFqtX7jw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.3) /@babel/plugin-transform-async-to-generator@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-PbIr7G9kR8tdH6g8Wouir5uVjklETk91GMVSUq+VaOgiinbCkBP6Q7NN/suM/QutZkMJMvcyAriogcYAdhg8Gw==} @@ -8850,24 +9889,24 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.12.9) transitivePeerDependencies: - supports-color - /@babel/plugin-transform-async-to-generator@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-PbIr7G9kR8tdH6g8Wouir5uVjklETk91GMVSUq+VaOgiinbCkBP6Q7NN/suM/QutZkMJMvcyAriogcYAdhg8Gw==} + /@babel/plugin-transform-async-to-generator@7.16.8(@babel/core@7.12.9): + resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.12.9 '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.12.9) transitivePeerDependencies: - supports-color - dev: false + dev: true /@babel/plugin-transform-async-to-generator@7.16.8(@babel/core@7.17.8): resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} @@ -8890,27 +9929,43 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.16.8 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.16.8(@babel/core@7.23.3): - resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} + /@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.16.8 + '@babel/core': 7.12.9 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.12.9) transitivePeerDependencies: - supports-color + + /@babel/plugin-transform-async-to-generator@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.3) + transitivePeerDependencies: + - supports-color +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} @@ -8922,6 +9977,7 @@ packages: '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.12.9) + dev: true /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} @@ -8948,18 +10004,6 @@ packages: '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.3) /@babel/plugin-transform-block-scoped-functions@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-V14As3haUOP4ZWrLJ3VVx5rCnrYhMSHN/jX7z6FAt5hjRkLsb0snPCmJwSOML5oxkKO4FNoNv7V5hw/y2bjuvg==} @@ -8968,17 +10012,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-block-scoped-functions@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-V14As3haUOP4ZWrLJ3VVx5rCnrYhMSHN/jX7z6FAt5hjRkLsb0snPCmJwSOML5oxkKO4FNoNv7V5hw/y2bjuvg==} + /@babel/plugin-transform-block-scoped-functions@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-block-scoped-functions@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} @@ -8987,7 +10031,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-block-scoped-functions@7.16.7(@babel/core@7.21.3): @@ -8997,19 +10041,33 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoped-functions@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.18.9 dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} @@ -9019,6 +10077,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} @@ -9040,16 +10099,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-block-scoping@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==} @@ -9058,17 +10107,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-block-scoping@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==} + /@babel/plugin-transform-block-scoping@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-block-scoping@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} @@ -9077,7 +10126,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-block-scoping@7.16.7(@babel/core@7.21.3): @@ -9087,18 +10136,26 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.12.9): + resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.3): + resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.12.9): @@ -9109,6 +10166,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.5): resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==} @@ -9131,6 +10189,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.23.3): @@ -9142,6 +10201,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} @@ -9178,6 +10239,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.3): @@ -9190,6 +10252,8 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==} @@ -9231,18 +10295,6 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.3) /@babel/plugin-transform-classes@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==} @@ -9254,26 +10306,27 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - /@babel/plugin-transform-classes@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==} + /@babel/plugin-transform-classes@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.12.9 '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - dev: false + dev: true /@babel/plugin-transform-classes@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} @@ -9286,7 +10339,7 @@ packages: '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.17.8) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 @@ -9303,32 +10356,54 @@ packages: '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: true - /@babel/plugin-transform-classes@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.12.9): + resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.12.9 '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.12.9) '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - dev: true +<<<<<<< HEAD /@babel/plugin-transform-classes@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} >>>>>>> 9feae75363 (Lock file update) +======= + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.3): + resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + + /@babel/plugin-transform-classes@7.23.5(@babel/core@7.12.9): + resolution: {integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -9343,8 +10418,13 @@ packages: '@babel/helper-replace-supers': 7.22.20(@babel/core@7.12.9) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 + dev: true +<<<<<<< HEAD /@babel/plugin-transform-classes@7.23.5(@babel/core@7.23.5): +======= + /@babel/plugin-transform-classes@7.23.5(@babel/core@7.17.8): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9362,10 +10442,15 @@ packages: globals: 11.12.0 dev: true +<<<<<<< HEAD <<<<<<< HEAD ======= /@babel/plugin-transform-classes@7.23.3(@babel/core@7.21.3): resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} +======= + /@babel/plugin-transform-classes@7.23.5(@babel/core@7.21.3): + resolution: {integrity: sha512-jvOTR4nicqYC9yzOHIhXG5emiFEOpappSJAl73SDSEDcybD+Puuze8Tnpb9p9qEyYup24tq891gkaygIFvWDqg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -9380,24 +10465,6 @@ packages: '@babel/helper-replace-supers': 7.22.20(@babel/core@7.21.3) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - dev: true - - /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) - '@babel/helper-split-export-declaration': 7.22.6 - globals: 11.12.0 /@babel/plugin-transform-computed-properties@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-63l1dRXday6S8V3WFY5mXJwcRAnPYxvFfTlt67bwV1rTyVTM5zrp0DBBb13Kl7+ehkCVwIZPumPpFP/4u70+Tw==} @@ -9406,17 +10473,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-computed-properties@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-63l1dRXday6S8V3WFY5mXJwcRAnPYxvFfTlt67bwV1rTyVTM5zrp0DBBb13Kl7+ehkCVwIZPumPpFP/4u70+Tw==} + /@babel/plugin-transform-computed-properties@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-computed-properties@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} @@ -9425,7 +10492,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-computed-properties@7.16.7(@babel/core@7.21.3): @@ -9435,18 +10502,26 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-computed-properties@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} + /@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.12.9): + resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-computed-properties@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.12.9): @@ -9458,6 +10533,7 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 + dev: true /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} @@ -9481,17 +10557,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 - dev: true - - /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.15 /@babel/plugin-transform-destructuring@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==} @@ -9500,17 +10565,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-destructuring@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==} + /@babel/plugin-transform-destructuring@7.17.7(@babel/core@7.12.9): + resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-destructuring@7.17.7(@babel/core@7.17.8): resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} @@ -9519,7 +10584,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-destructuring@7.17.7(@babel/core@7.21.3): @@ -9529,18 +10594,26 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-destructuring@7.17.7(@babel/core@7.23.3): - resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.12.9): + resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.3): + resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.12.9): @@ -9551,6 +10624,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} @@ -9572,16 +10646,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-dotall-regex@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==} @@ -9591,38 +10655,17 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-dotall-regex@7.16.0(@babel/core@7.17.8): - resolution: {integrity: sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==} + /@babel/plugin-transform-dotall-regex@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.8 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.14.5 - dev: true - - /@babel/plugin-transform-dotall-regex@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 - - /@babel/plugin-transform-dotall-regex@7.16.0(@babel/core@7.23.3): - resolution: {integrity: sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-dotall-regex@7.16.7(@babel/core@7.17.8): @@ -9633,7 +10676,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-dotall-regex@7.16.7(@babel/core@7.21.3): @@ -9644,21 +10687,44 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.17.8): + resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.17.8) + '@babel/helper-plugin-utils': 7.22.5 dev: true +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) +======= + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} engines: {node: '>=6.9.0'} @@ -9691,17 +10757,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-duplicate-keys@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-LIe2kcHKAZOJDNxujvmp6z3mfN6V9lJxubU4fJIGoQCkKe3Ec2OcbdlYP+vW++4MpxwG0d1wSDOJtQW5kLnkZQ==} @@ -9710,17 +10765,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-duplicate-keys@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-LIe2kcHKAZOJDNxujvmp6z3mfN6V9lJxubU4fJIGoQCkKe3Ec2OcbdlYP+vW++4MpxwG0d1wSDOJtQW5kLnkZQ==} + /@babel/plugin-transform-duplicate-keys@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-duplicate-keys@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} @@ -9729,7 +10784,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-duplicate-keys@7.16.7(@babel/core@7.21.3): @@ -9739,18 +10794,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-duplicate-keys@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.12.9): @@ -9783,6 +10837,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.3): @@ -9794,6 +10849,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==} @@ -9829,17 +10886,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-exponentiation-operator@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==} @@ -9849,18 +10895,18 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-exponentiation-operator@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==} + /@babel/plugin-transform-exponentiation-operator@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.12.9 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-exponentiation-operator@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} @@ -9870,7 +10916,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-exponentiation-operator@7.16.7(@babel/core@7.21.3): @@ -9881,20 +10927,34 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-exponentiation-operator@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.12.9 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 +<<<<<<< HEAD '@babel/helper-plugin-utils': 7.18.9 dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} @@ -9929,6 +10989,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.3): @@ -9941,6 +11002,8 @@ packages: >>>>>>> 9feae75363 (Lock file update) '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==} @@ -9977,17 +11040,16 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) - dev: true - /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==} + /@babel/plugin-transform-flow-strip-types@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.3) + '@babel/plugin-syntax-flow': 7.16.7(@babel/core@7.12.9) /@babel/plugin-transform-flow-strip-types@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==} @@ -10009,6 +11071,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-flow': 7.16.7(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /@babel/plugin-transform-flow-strip-types@7.16.7(@babel/core@7.23.3): @@ -10047,6 +11110,8 @@ packages: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-for-of@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-5QKUw2kO+GVmKr2wMYSATCTTnHyscl6sxFRAY+rvN7h7WB0lcG0o4NoV6ZQU32OZGVsYUsfLGgPQpDFdkfjlJQ==} @@ -10055,18 +11120,40 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD '@babel/helper-plugin-utils': 7.14.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.2): resolution: {integrity: sha512-26/pQTf9nQSNVJCrLB1IkHUKyPxR+lMrH2QDPG89+Znu9rAMbtrybdbWeE9bb7gzjmE5iXHEY+e0HUwM6Co93Q==} +======= + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-for-of@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.2) +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-for-of@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@babel/plugin-transform-flow-strip-types@7.23.3(@babel/core@7.23.5): @@ -10075,9 +11162,33 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-for-of@7.18.8(@babel/core@7.12.9): + resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-for-of@7.18.8(@babel/core@7.21.3): + resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} @@ -10087,6 +11198,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} @@ -10108,16 +11220,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-function-name@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==} @@ -10127,18 +11229,19 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-function-name': 7.22.5 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-function-name@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==} + /@babel/plugin-transform-function-name@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.12.9 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.12.9) '@babel/helper-function-name': 7.22.5 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-function-name@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} @@ -10147,9 +11250,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.17.8) + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.17.8) '@babel/helper-function-name': 7.22.5 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-function-name@7.16.7(@babel/core@7.21.3): @@ -10159,22 +11262,32 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.21.3) + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) '@babel/helper-function-name': 7.22.5 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.12.9): + resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.23.3) + '@babel/core': 7.12.9 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.12.9) '@babel/helper-function-name': 7.22.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.12.9): @@ -10187,6 +11300,7 @@ packages: '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} @@ -10213,6 +11327,7 @@ packages: '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.3): @@ -10226,6 +11341,8 @@ packages: '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==} @@ -10261,17 +11378,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-literals@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-gQDlsSF1iv9RU04clgXqRjrPyyoJMTclFt3K1cjLmTKikc0s/6vE3hlDeEVC71wLTRu72Fq7650kABrdTc2wMQ==} @@ -10280,17 +11386,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-literals@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-gQDlsSF1iv9RU04clgXqRjrPyyoJMTclFt3K1cjLmTKikc0s/6vE3hlDeEVC71wLTRu72Fq7650kABrdTc2wMQ==} + /@babel/plugin-transform-literals@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-literals@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} @@ -10299,7 +11405,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-literals@7.16.7(@babel/core@7.21.3): @@ -10309,19 +11415,33 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-literals@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.12.9): + resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.18.9 dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-literals@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} @@ -10331,6 +11451,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} @@ -10353,6 +11474,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.3): @@ -10364,6 +11486,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==} @@ -10399,17 +11523,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.3) /@babel/plugin-transform-member-expression-literals@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-WRpw5HL4Jhnxw8QARzRvwojp9MIE7Tdk3ez6vRyUk1MwgjJN0aNpRoXainLR5SgxmoXx/vsXGZ6OthP6t/RbUg==} @@ -10418,17 +11531,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-member-expression-literals@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-WRpw5HL4Jhnxw8QARzRvwojp9MIE7Tdk3ez6vRyUk1MwgjJN0aNpRoXainLR5SgxmoXx/vsXGZ6OthP6t/RbUg==} + /@babel/plugin-transform-member-expression-literals@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-member-expression-literals@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} @@ -10437,7 +11550,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-member-expression-literals@7.16.7(@babel/core@7.21.3): @@ -10447,19 +11560,33 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-member-expression-literals@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.18.9 dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} @@ -10469,6 +11596,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} @@ -10490,16 +11618,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-amd@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-rWFhWbCJ9Wdmzln1NmSCqn7P0RAD+ogXG/bd9Kg5c7PKWkJtkiXmYsMBeXjDlzHpVTJ4I/hnjs45zX4dEv81xw==} @@ -10509,20 +11627,20 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 - /@babel/plugin-transform-modules-amd@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-rWFhWbCJ9Wdmzln1NmSCqn7P0RAD+ogXG/bd9Kg5c7PKWkJtkiXmYsMBeXjDlzHpVTJ4I/hnjs45zX4dEv81xw==} + /@babel/plugin-transform-modules-amd@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.12.9 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 - dev: false + dev: true /@babel/plugin-transform-modules-amd@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} @@ -10532,7 +11650,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 dev: true @@ -10544,21 +11662,19 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 dev: true - /@babel/plugin-transform-modules-amd@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.3): + resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true + '@babel/core': 7.21.3 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.12.9): @@ -10593,17 +11709,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-modules-commonjs@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==} @@ -10613,22 +11718,22 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 - /@babel/plugin-transform-modules-commonjs@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==} + /@babel/plugin-transform-modules-commonjs@7.17.7(@babel/core@7.12.9): + resolution: {integrity: sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.12.9 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 - dev: false + dev: true /@babel/plugin-transform-modules-commonjs@7.17.7(@babel/core@7.17.8): resolution: {integrity: sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==} @@ -10654,20 +11759,28 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 - dev: true - /@babel/plugin-transform-modules-commonjs@7.17.7(@babel/core@7.23.3): - resolution: {integrity: sha512-ITPmR2V7MqioMJyrxUo2onHNC3e+MvfFiFIR0RP21d3PtlVb6sfzoxNKiphSZUOM9hEIdzCcZe83ieX3yoqjUA==} + /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.12.9): + resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.3) + '@babel/core': 7.12.9 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + + /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.21.3): + resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - babel-plugin-dynamic-import-node: 2.3.3 - dev: true >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.12.9): @@ -10680,6 +11793,7 @@ packages: '@babel/helper-module-transforms': 7.23.3(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 + dev: true /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.2): resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} @@ -10704,6 +11818,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 <<<<<<< HEAD +<<<<<<< HEAD ======= dev: true @@ -10717,6 +11832,8 @@ packages: '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-modules-systemjs@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==} @@ -10727,23 +11844,23 @@ packages: '@babel/core': 7.12.9 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.15 babel-plugin-dynamic-import-node: 2.3.3 - /@babel/plugin-transform-modules-systemjs@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==} + /@babel/plugin-transform-modules-systemjs@7.17.8(@babel/core@7.12.9): + resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.12.9 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.15 babel-plugin-dynamic-import-node: 2.3.3 - dev: false + dev: true /@babel/plugin-transform-modules-systemjs@7.17.8(@babel/core@7.17.8): resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==} @@ -10754,7 +11871,7 @@ packages: '@babel/core': 7.17.8 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.15 babel-plugin-dynamic-import-node: 2.3.3 dev: true @@ -10768,25 +11885,28 @@ packages: '@babel/core': 7.21.3 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.15 babel-plugin-dynamic-import-node: 2.3.3 dev: true - /@babel/plugin-transform-modules-systemjs@7.17.8(@babel/core@7.23.3): - resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==} + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.3): + resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.21.3 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.15 +<<<<<<< HEAD babel-plugin-dynamic-import-node: 2.3.3 dev: true >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} @@ -10826,19 +11946,6 @@ packages: '@babel/helper-module-transforms': 7.23.3(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-identifier': 7.22.20 - dev: true - - /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 /@babel/plugin-transform-modules-umd@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-nx4f6no57himWiHhxDM5pjwhae5vLpTK2zCnDH8+wNLJy0TVER/LJRHl2bkt6w9Aad2sPD5iNNoUpY3X9sTGDg==} @@ -10848,18 +11955,18 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-modules-umd@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-nx4f6no57himWiHhxDM5pjwhae5vLpTK2zCnDH8+wNLJy0TVER/LJRHl2bkt6w9Aad2sPD5iNNoUpY3X9sTGDg==} + /@babel/plugin-transform-modules-umd@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-modules-umd@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} @@ -10869,7 +11976,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-modules-umd@7.16.7(@babel/core@7.21.3): @@ -10880,19 +11987,18 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-umd@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.21.3 + '@babel/helper-module-transforms': 7.22.15(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.12.9): @@ -10927,17 +12033,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-named-capturing-groups-regex@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==} @@ -10948,15 +12043,15 @@ packages: '@babel/core': 7.12.9 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) - /@babel/plugin-transform-named-capturing-groups-regex@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==} + /@babel/plugin-transform-named-capturing-groups-regex@7.16.8(@babel/core@7.12.9): + resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) - dev: false + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) + dev: true /@babel/plugin-transform-named-capturing-groups-regex@7.16.8(@babel/core@7.17.8): resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} @@ -10978,15 +12073,25 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.16.8(@babel/core@7.23.3): - resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} + /@babel/plugin-transform-named-capturing-groups-regex@7.19.1(@babel/core@7.12.9): + resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.23.3) - dev: true + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-named-capturing-groups-regex@7.19.1(@babel/core@7.21.3): + resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.12.9): @@ -10998,6 +12103,7 @@ packages: '@babel/core': 7.12.9 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.5): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} @@ -11021,17 +12127,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.3): - resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-new-target@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-fhjrDEYv2DBsGN/P6rlqakwRwIp7rBGLPbrKxwh7oVt5NNkIhZVOY2GRV+ULLsQri1bDqwDWnU3vhlmx5B2aCw==} @@ -11040,17 +12135,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-new-target@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-fhjrDEYv2DBsGN/P6rlqakwRwIp7rBGLPbrKxwh7oVt5NNkIhZVOY2GRV+ULLsQri1bDqwDWnU3vhlmx5B2aCw==} + /@babel/plugin-transform-new-target@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-new-target@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} @@ -11059,7 +12154,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-new-target@7.16.7(@babel/core@7.21.3): @@ -11069,18 +12164,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.12.9): @@ -11113,6 +12207,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.3): @@ -11124,6 +12219,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==} @@ -11159,6 +12256,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.23.3): @@ -11171,6 +12269,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==} @@ -11206,6 +12306,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.23.3): @@ -11218,6 +12319,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==} @@ -11240,7 +12343,11 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.23.5 +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.17.8 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 <<<<<<< HEAD @@ -11257,26 +12364,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.23.3 + '@babel/compat-data': 7.23.5 '@babel/core': 7.21.3 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-object-rest-spread@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-9x9K1YyeQVw0iOXJlIzwm8ltobIIv7j2iLyP2jIhEbqPRQ7ScNgwQufU2I0Gq11VjyG4gI4yMXt2VFags+1N3g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.3 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) /@babel/plugin-transform-object-super@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==} @@ -11285,19 +12378,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) - /@babel/plugin-transform-object-super@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==} + /@babel/plugin-transform-object-super@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) + dev: true /@babel/plugin-transform-object-super@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} @@ -11306,7 +12399,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.17.8) dev: true @@ -11317,21 +12410,37 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) dev: true - /@babel/plugin-transform-object-super@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.3) dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.12.9) + + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} @@ -11342,6 +12451,7 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.12.9) + dev: true /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} @@ -11366,6 +12476,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.3): @@ -11378,6 +12489,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==} @@ -11413,6 +12526,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.23.3): @@ -11425,6 +12539,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==} @@ -11463,18 +12579,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) /@babel/plugin-transform-parameters@7.16.3(@babel/core@7.12.9): resolution: {integrity: sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==} @@ -11483,17 +12587,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-parameters@7.16.3(@babel/core@7.21.3): - resolution: {integrity: sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==} + /@babel/plugin-transform-parameters@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-parameters@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} @@ -11502,7 +12606,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-parameters@7.16.7(@babel/core@7.21.3): @@ -11512,20 +12616,38 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-parameters@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.12.9): + resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.17.8): + resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 dev: true >>>>>>> 9feae75363 (Lock file update) + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.3): + resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} @@ -11534,6 +12656,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} @@ -11556,6 +12679,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.3): @@ -11567,6 +12691,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} @@ -11602,6 +12728,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.3): @@ -11614,6 +12741,8 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} @@ -11654,19 +12783,6 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.3) /@babel/plugin-transform-property-literals@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-XLldD4V8+pOqX2hwfWhgwXzGdnDOThxaNTgqagOcpBgIxbUvpgU2FMvo5E1RyHbk756WYgdbS0T8y0Cj9FKkWQ==} @@ -11675,17 +12791,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-property-literals@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-XLldD4V8+pOqX2hwfWhgwXzGdnDOThxaNTgqagOcpBgIxbUvpgU2FMvo5E1RyHbk756WYgdbS0T8y0Cj9FKkWQ==} + /@babel/plugin-transform-property-literals@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-property-literals@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} @@ -11694,7 +12810,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-property-literals@7.16.7(@babel/core@7.21.3): @@ -11704,19 +12820,33 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-property-literals@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.18.9 dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} @@ -11726,6 +12856,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} @@ -11745,6 +12876,7 @@ packages: dependencies: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true <<<<<<< HEAD @@ -11757,6 +12889,8 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-react-constant-elements@7.22.3(@babel/core@7.21.3): resolution: {integrity: sha512-b5J6muxQYp4H7loAQv/c7GO5cPuRA6H5hx4gO+/Hn+Cu9MRQU0PNiUoWq1L//8sq6kFSNxGXFb2XTaUfa9y+Pg==} @@ -11768,6 +12902,15 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.17.8): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} @@ -11786,14 +12929,21 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.23.3): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} +======= + + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.17.8): + resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -11816,6 +12966,10 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 +======= + '@babel/core': 7.17.8 + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.17.8) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.5): @@ -11824,6 +12978,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -11855,6 +13010,14 @@ packages: /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} +======= + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) + dev: true + + /@babel/plugin-transform-react-jsx-self@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -11862,20 +13025,30 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD <<<<<<< HEAD ======= /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} +======= + /@babel/plugin-transform-react-jsx-self@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==} +======= + /@babel/plugin-transform-react-jsx-source@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-utZmlASneDfdaMh0m/WausbjUjEdGrQJz0vFK93d7wD3xf5wBtX219+q6IlCNZeguIcxS2f/CvLZrlLSvSHQXw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -11883,13 +13056,98 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.12.9): resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} +======= + /@babel/plugin-transform-react-jsx-source@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-utZmlASneDfdaMh0m/WausbjUjEdGrQJz0vFK93d7wD3xf5wBtX219+q6IlCNZeguIcxS2f/CvLZrlLSvSHQXw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-react-jsx@7.16.0(@babel/core@7.12.9): + resolution: {integrity: sha512-rqDgIbukZ44pqq7NIRPGPGNklshPkvlmvqjdx3OZcGPk4zGIenYkxDTvl3LsSL8gqcc3ZzGmXPE6hR/u/voNOw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD +======= + '@babel/helper-annotate-as-pure': 7.16.0 + '@babel/helper-module-imports': 7.16.0 + '@babel/helper-plugin-utils': 7.14.5 + '@babel/plugin-syntax-jsx': 7.16.0(@babel/core@7.12.9) + '@babel/types': 7.16.0 + dev: true + + /@babel/plugin-transform-react-jsx@7.17.3(@babel/core@7.17.8): + resolution: {integrity: sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-jsx': 7.16.7(@babel/core@7.17.8) + '@babel/types': 7.17.0 + dev: true + + /@babel/plugin-transform-react-jsx@7.17.3(@babel/core@7.21.3): + resolution: {integrity: sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-jsx': 7.16.7(@babel/core@7.21.3) + '@babel/types': 7.17.0 + dev: true + + /@babel/plugin-transform-react-jsx@7.19.0(@babel/core@7.21.3): + resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.3) + '@babel/types': 7.22.15 + + /@babel/plugin-transform-react-jsx@7.22.3(@babel/core@7.12.9): + resolution: {integrity: sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.12.9) + '@babel/types': 7.22.15 + + /@babel/plugin-transform-react-jsx@7.22.3(@babel/core@7.17.8): + resolution: {integrity: sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 @@ -11900,7 +13158,7 @@ packages: /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.23.2): ======= '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.17.8) - '@babel/types': 7.23.4 + '@babel/types': 7.22.15 dev: true /@babel/plugin-transform-react-jsx@7.22.3(@babel/core@7.21.3): @@ -11914,15 +13172,23 @@ packages: '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.3) +<<<<<<< HEAD '@babel/types': 7.23.4 dev: true /@babel/plugin-transform-react-jsx@7.22.3(@babel/core@7.23.3): resolution: {integrity: sha512-JEulRWG2f04a7L8VWaOngWiK6p+JOSpB+DAtwfJgOaej1qdbNxqtK7MwTBHjUA10NeFcszlFNqCdbRcirzh2uQ==} +======= + '@babel/types': 7.22.15 + + /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.17.8): + resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 @@ -11984,6 +13250,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 +======= + '@babel/core': 7.17.8 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -11999,6 +13268,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true +<<<<<<< HEAD <<<<<<< HEAD ======= /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.23.3): @@ -12012,6 +13282,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-regenerator@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-JAvGxgKuwS2PihiSFaDrp94XOzzTUeDeOQlcKzVAyaPap7BnZXK/lvMDiubkPTdotPKOIZq9xWXWnggUMYiExg==} engines: {node: '>=6.9.0'} @@ -12021,15 +13293,15 @@ packages: '@babel/core': 7.12.9 regenerator-transform: 0.14.5 - /@babel/plugin-transform-regenerator@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-JAvGxgKuwS2PihiSFaDrp94XOzzTUeDeOQlcKzVAyaPap7BnZXK/lvMDiubkPTdotPKOIZq9xWXWnggUMYiExg==} + /@babel/plugin-transform-regenerator@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 + '@babel/core': 7.12.9 regenerator-transform: 0.14.5 - dev: false + dev: true /@babel/plugin-transform-regenerator@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==} @@ -12051,15 +13323,15 @@ packages: regenerator-transform: 0.14.5 dev: true - /@babel/plugin-transform-regenerator@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-mF7jOgGYCkSJagJ6XCujSQg+6xC1M77/03K2oBmVJWoFGNUtnVJO4WHKJk3dnPC8HCcj4xBQP1Egm8DWh3Pb3Q==} + /@babel/plugin-transform-regenerator@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - regenerator-transform: 0.14.5 - dev: true + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + regenerator-transform: 0.15.0 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.12.9): @@ -12094,17 +13366,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 - dev: true - - /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - regenerator-transform: 0.15.2 /@babel/plugin-transform-reserved-words@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-Dgs8NNCehHSvXdhEhln8u/TtJxfVwGYCgP2OOr5Z3Ar+B+zXicEOKNTyc+eca2cuEOMtjW6m9P9ijOt8QdqWkg==} @@ -12113,17 +13374,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-reserved-words@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-Dgs8NNCehHSvXdhEhln8u/TtJxfVwGYCgP2OOr5Z3Ar+B+zXicEOKNTyc+eca2cuEOMtjW6m9P9ijOt8QdqWkg==} + /@babel/plugin-transform-reserved-words@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-reserved-words@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} @@ -12132,7 +13393,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-reserved-words@7.16.7(@babel/core@7.21.3): @@ -12142,18 +13403,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-reserved-words@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.12.9): @@ -12186,6 +13446,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.3): @@ -12197,6 +13458,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) <<<<<<< HEAD /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.12.9): @@ -12237,6 +13500,25 @@ packages: dev: true /@babel/plugin-transform-runtime@7.19.1(@babel/core@7.12.9): +<<<<<<< HEAD +======= + resolution: {integrity: sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.12.9) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.12.9) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.12.9) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-runtime@7.19.1(@babel/core@7.21.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-2nJjTUFIzBMP/f/miLxEK9vxwW/KUXsdvN4sR//TmuDhe6yU2h57WmIOE12Gng3MDP/xpjUV/ToZRdcf8Yj4fA==} <<<<<<< HEAD >>>>>>> 65c9395baa (Change Asset Build Outputs) @@ -12254,39 +13536,6 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true - - /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.12.9): - resolution: {integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.12.9 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.12.9) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.12.9) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.12.9) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.3) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.3) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.3) - semver: 6.3.1 - transitivePeerDependencies: - - supports-color /@babel/plugin-transform-shorthand-properties@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-iVb1mTcD8fuhSv3k99+5tlXu5N0v8/DPm2mO3WACLG6al1CGZH7v09HJyUb1TtYl/Z+KrM6pHSIJdZxP5A+xow==} @@ -12296,6 +13545,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD <<<<<<< HEAD '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 @@ -12311,10 +13561,17 @@ packages: /@babel/plugin-transform-runtime@7.23.4(@babel/core@7.23.5): resolution: {integrity: sha512-ITwqpb6V4btwUG0YJR82o2QvmWrLgDnx/p2A3CTPYGaRgULkDiC0DRA2C4jlRB9uXGUEfaSS/IGHfVW+ohzYDw==} +======= + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-shorthand-properties@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 @@ -12324,6 +13581,49 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-shorthand-properties@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-shorthand-properties@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} @@ -12333,6 +13633,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} @@ -12354,16 +13655,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-spread@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-Ao4MSYRaLAQczZVp9/7E7QHsCuK92yHRrmVNRe/SlEJjhzivq0BSn8mEraimL8wizHZ3fuaHxKH0iwzI13GyGg==} @@ -12372,19 +13663,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - /@babel/plugin-transform-spread@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-Ao4MSYRaLAQczZVp9/7E7QHsCuK92yHRrmVNRe/SlEJjhzivq0BSn8mEraimL8wizHZ3fuaHxKH0iwzI13GyGg==} + /@babel/plugin-transform-spread@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: false + dev: true /@babel/plugin-transform-spread@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} @@ -12393,7 +13684,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true @@ -12404,20 +13695,29 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-spread@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} + /@babel/plugin-transform-spread@7.19.0(@babel/core@7.12.9): + resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + + /@babel/plugin-transform-spread@7.19.0(@babel/core@7.21.3): + resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: true >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-spread@7.23.3(@babel/core@7.12.9): @@ -12429,6 +13729,7 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: true /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} @@ -12452,17 +13753,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: true - - /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 /@babel/plugin-transform-sticky-regex@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-/ntT2NljR9foobKk4E/YyOSwcGUXtYWv5tinMK/3RkypyNBNdhHUaq6Orw5DWq9ZcNlS03BIlEALFeQgeVAo4Q==} @@ -12471,17 +13761,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-sticky-regex@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-/ntT2NljR9foobKk4E/YyOSwcGUXtYWv5tinMK/3RkypyNBNdhHUaq6Orw5DWq9ZcNlS03BIlEALFeQgeVAo4Q==} + /@babel/plugin-transform-sticky-regex@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-sticky-regex@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} @@ -12490,7 +13780,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-sticky-regex@7.16.7(@babel/core@7.21.3): @@ -12500,18 +13790,26 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.12.9): @@ -12522,6 +13820,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} @@ -12543,16 +13842,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-template-literals@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-Rd4Ic89hA/f7xUSJQk5PnC+4so50vBoBfxjdQAdvngwidM8jYIBVxBZ/sARxD4e0yMXRbJVDrYf7dyRtIIKT6Q==} @@ -12561,17 +13850,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-template-literals@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-Rd4Ic89hA/f7xUSJQk5PnC+4so50vBoBfxjdQAdvngwidM8jYIBVxBZ/sARxD4e0yMXRbJVDrYf7dyRtIIKT6Q==} + /@babel/plugin-transform-template-literals@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-template-literals@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} @@ -12580,7 +13869,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-template-literals@7.16.7(@babel/core@7.21.3): @@ -12590,18 +13879,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.12.9): + resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.3): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} @@ -12611,7 +13899,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.12.9): @@ -12622,6 +13909,7 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} @@ -12643,16 +13931,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-typeof-symbol@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==} @@ -12661,17 +13939,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-typeof-symbol@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==} + /@babel/plugin-transform-typeof-symbol@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-typeof-symbol@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} @@ -12680,7 +13958,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-typeof-symbol@7.16.7(@babel/core@7.21.3): @@ -12690,18 +13968,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.12.9): @@ -12735,16 +14012,6 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-typescript@7.16.8(@babel/core@7.17.8): resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} @@ -12754,7 +14021,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.16.7(@babel/core@7.17.8) dev: true @@ -12766,21 +14033,8 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.16.7(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-typescript@7.16.8(@babel/core@7.23.3): - resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.16.7(@babel/core@7.23.3) - dev: false /@babel/plugin-transform-typescript@7.19.3(@babel/core@7.21.3): resolution: {integrity: sha512-z6fnuK9ve9u/0X0rRvI9MY0xg+DOUaABDYOe+/SQTxtlptaBB/V9JIUxJn6xp3lMBeb9qe8xSFmHU35oZDXD+w==} @@ -12791,8 +14045,19 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.21.3) - dev: true + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.21.3) + + /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.12.9): + resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.12.9) /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.21.3): resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} @@ -12805,31 +14070,6 @@ packages: '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.21.3) - dev: true - - /@babel/plugin-transform-typescript@7.23.4(@babel/core@7.12.9): - resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.12.9 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.12.9) - - /@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) /@babel/plugin-transform-unicode-escapes@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-VFi4dhgJM7Bpk8lRc5CMaRGlKZ29W9C3geZjt9beuzSUrlJxsNwX7ReLwaL6WEvsOf2EQkyIJEPtF8EXjB/g2A==} @@ -12839,6 +14079,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD <<<<<<< HEAD '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.12.9) @@ -12850,15 +14091,36 @@ packages: /@babel/plugin-transform-typescript@7.23.5(@babel/core@7.23.2): resolution: {integrity: sha512-2fMkXEJkrmwgu2Bsv1Saxgj30IXZdJ+84lQcKKI7sm719oXs0BBw2ZENKdJdR1PjWndgLCEBNXJOri0fk7RYQA==} +======= + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-unicode-escapes@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.2) +======= + '@babel/core': 7.12.9 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-unicode-escapes@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@babel/plugin-transform-typescript@7.23.5(@babel/core@7.23.5): @@ -12867,11 +14129,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-create-class-features-plugin': 7.23.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-unicode-escapes@7.18.10(@babel/core@7.21.3): + 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.21.3 + '@babel/helper-plugin-utils': 7.22.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} @@ -12903,6 +14180,7 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.3): @@ -12914,6 +14192,8 @@ packages: '@babel/core': 7.23.3 >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} @@ -12948,17 +14228,6 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-transform-unicode-regex@7.16.0(@babel/core@7.12.9): resolution: {integrity: sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==} @@ -12968,18 +14237,18 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-unicode-regex@7.16.0(@babel/core@7.21.3): - resolution: {integrity: sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==} + /@babel/plugin-transform-unicode-regex@7.16.7(@babel/core@7.12.9): + resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.14.5 - dev: false + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-unicode-regex@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} @@ -12989,7 +14258,7 @@ packages: dependencies: '@babel/core': 7.17.8 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.17.8) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-unicode-regex@7.16.7(@babel/core@7.21.3): @@ -13000,19 +14269,28 @@ packages: dependencies: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) - '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.12.9): + resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.3 - '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.18.9 - dev: true + '@babel/core': 7.12.9 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.3): + resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-create-regexp-features-plugin': 7.19.0(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 >>>>>>> 9feae75363 (Lock file update) /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.12.9): @@ -13024,6 +14302,7 @@ packages: '@babel/core': 7.12.9 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.12.9) '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} @@ -13049,6 +14328,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.3): @@ -13061,6 +14341,8 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.12.9): resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} @@ -13097,6 +14379,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD dev: true /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.3): @@ -13109,6 +14392,8 @@ packages: '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.3) >>>>>>> 9feae75363 (Lock file update) '@babel/helper-plugin-utils': 7.22.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/polyfill@7.12.1: resolution: {integrity: sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==} @@ -13232,12 +14517,360 @@ packages: - supports-color >>>>>>> 9feae75363 (Lock file update) +<<<<<<< HEAD + /@babel/preset-env@7.23.5(@babel/core@7.12.9): + resolution: {integrity: sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==} +======= + /@babel/preset-env@7.16.11(@babel/core@7.12.9): + resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.17.7 + '@babel/core': 7.12.9 + '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.12.9) + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-async-generator-functions': 7.16.8(@babel/core@7.12.9) + '@babel/plugin-proposal-class-properties': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-class-static-block': 7.17.6(@babel/core@7.12.9) + '@babel/plugin-proposal-dynamic-import': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-export-namespace-from': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-json-strings': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-numeric-separator': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-object-rest-spread': 7.17.3(@babel/core@7.12.9) + '@babel/plugin-proposal-optional-catch-binding': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-optional-chaining': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-private-methods': 7.16.11(@babel/core@7.12.9) + '@babel/plugin-proposal-private-property-in-object': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-proposal-unicode-property-regex': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.12.9) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.12.9) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.12.9) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.12.9) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.12.9) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.12.9) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.12.9) + '@babel/plugin-transform-arrow-functions': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-async-to-generator': 7.16.8(@babel/core@7.12.9) + '@babel/plugin-transform-block-scoped-functions': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-block-scoping': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-classes': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-computed-properties': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-destructuring': 7.17.7(@babel/core@7.12.9) + '@babel/plugin-transform-dotall-regex': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-duplicate-keys': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-exponentiation-operator': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-for-of': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-function-name': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-literals': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-member-expression-literals': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-modules-amd': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-modules-commonjs': 7.17.7(@babel/core@7.12.9) + '@babel/plugin-transform-modules-systemjs': 7.17.8(@babel/core@7.12.9) + '@babel/plugin-transform-modules-umd': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8(@babel/core@7.12.9) + '@babel/plugin-transform-new-target': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-object-super': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-property-literals': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-regenerator': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-reserved-words': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-shorthand-properties': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-spread': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-sticky-regex': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-template-literals': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-typeof-symbol': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-unicode-escapes': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-unicode-regex': 7.16.7(@babel/core@7.12.9) + '@babel/preset-modules': 0.1.5(@babel/core@7.12.9) + '@babel/types': 7.17.0 + babel-plugin-polyfill-corejs2: 0.3.0(@babel/core@7.12.9) + babel-plugin-polyfill-corejs3: 0.5.2(@babel/core@7.12.9) + babel-plugin-polyfill-regenerator: 0.3.0(@babel/core@7.12.9) + core-js-compat: 3.21.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/preset-env@7.16.11(@babel/core@7.17.8): + resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==} +>>>>>>> 28159dc4c9 (Lock File Update) + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: +<<<<<<< HEAD +======= + '@babel/compat-data': 7.17.7 + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.17.8) + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-async-generator-functions': 7.16.8(@babel/core@7.17.8) + '@babel/plugin-proposal-class-properties': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-class-static-block': 7.17.6(@babel/core@7.17.8) + '@babel/plugin-proposal-dynamic-import': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-export-namespace-from': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-json-strings': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-numeric-separator': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-object-rest-spread': 7.17.3(@babel/core@7.17.8) + '@babel/plugin-proposal-optional-catch-binding': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-optional-chaining': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-private-methods': 7.16.11(@babel/core@7.17.8) + '@babel/plugin-proposal-private-property-in-object': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-proposal-unicode-property-regex': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.17.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.17.8) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.17.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.17.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.17.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.17.8) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.17.8) + '@babel/plugin-transform-arrow-functions': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-async-to-generator': 7.16.8(@babel/core@7.17.8) + '@babel/plugin-transform-block-scoped-functions': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-block-scoping': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-classes': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-computed-properties': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-destructuring': 7.17.7(@babel/core@7.17.8) + '@babel/plugin-transform-dotall-regex': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-duplicate-keys': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-exponentiation-operator': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-for-of': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-function-name': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-literals': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-member-expression-literals': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-modules-amd': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-modules-commonjs': 7.17.7(@babel/core@7.17.8) + '@babel/plugin-transform-modules-systemjs': 7.17.8(@babel/core@7.17.8) + '@babel/plugin-transform-modules-umd': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8(@babel/core@7.17.8) + '@babel/plugin-transform-new-target': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-object-super': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-parameters': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-property-literals': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-regenerator': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-reserved-words': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-shorthand-properties': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-spread': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-sticky-regex': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-template-literals': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-typeof-symbol': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-unicode-escapes': 7.16.7(@babel/core@7.17.8) + '@babel/plugin-transform-unicode-regex': 7.16.7(@babel/core@7.17.8) + '@babel/preset-modules': 0.1.5(@babel/core@7.17.8) + '@babel/types': 7.17.0 + babel-plugin-polyfill-corejs2: 0.3.0(@babel/core@7.17.8) + babel-plugin-polyfill-corejs3: 0.5.2(@babel/core@7.17.8) + babel-plugin-polyfill-regenerator: 0.3.0(@babel/core@7.17.8) + core-js-compat: 3.21.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/preset-env@7.16.11(@babel/core@7.21.3): + resolution: {integrity: sha512-qcmWG8R7ZW6WBRPZK//y+E3Cli151B20W1Rv7ln27vuPaXU/8TKms6jFdiJtF7UDTxcrb7mZd88tAeK9LjdT8g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.17.7 + '@babel/core': 7.21.3 + '@babel/helper-compilation-targets': 7.17.7(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-async-generator-functions': 7.16.8(@babel/core@7.21.3) + '@babel/plugin-proposal-class-properties': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-class-static-block': 7.17.6(@babel/core@7.21.3) + '@babel/plugin-proposal-dynamic-import': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-export-namespace-from': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-json-strings': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-numeric-separator': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-object-rest-spread': 7.17.3(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-catch-binding': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-private-methods': 7.16.11(@babel/core@7.21.3) + '@babel/plugin-proposal-private-property-in-object': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-unicode-property-regex': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-transform-arrow-functions': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-async-to-generator': 7.16.8(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoped-functions': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoping': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-classes': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-computed-properties': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-destructuring': 7.17.7(@babel/core@7.21.3) + '@babel/plugin-transform-dotall-regex': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-duplicate-keys': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-exponentiation-operator': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-for-of': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-function-name': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-literals': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-member-expression-literals': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-modules-amd': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.17.7(@babel/core@7.21.3) + '@babel/plugin-transform-modules-systemjs': 7.17.8(@babel/core@7.21.3) + '@babel/plugin-transform-modules-umd': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8(@babel/core@7.21.3) + '@babel/plugin-transform-new-target': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-object-super': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-parameters': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-property-literals': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-regenerator': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-reserved-words': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-shorthand-properties': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-spread': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-sticky-regex': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-template-literals': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-typeof-symbol': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-escapes': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-regex': 7.16.7(@babel/core@7.21.3) + '@babel/preset-modules': 0.1.5(@babel/core@7.21.3) + '@babel/types': 7.17.0 + babel-plugin-polyfill-corejs2: 0.3.0(@babel/core@7.21.3) + babel-plugin-polyfill-corejs3: 0.5.2(@babel/core@7.21.3) + babel-plugin-polyfill-regenerator: 0.3.0(@babel/core@7.21.3) + core-js-compat: 3.21.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/preset-env@7.20.2(@babel/core@7.21.3): + resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.3 + '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.3) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-class-static-block': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-private-property-in-object': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-async-to-generator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.21.3) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.21.3) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.3) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1(@babel/core@7.21.3) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-regenerator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-spread': 7.19.0(@babel/core@7.21.3) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-escapes': 7.18.10(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.3) + '@babel/preset-modules': 0.1.5(@babel/core@7.21.3) + '@babel/types': 7.22.15 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.3) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.3) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.3) + core-js-compat: 3.25.5 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + /@babel/preset-env@7.23.5(@babel/core@7.12.9): resolution: {integrity: sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/compat-data': 7.23.5 '@babel/core': 7.12.9 '@babel/helper-compilation-targets': 7.22.15 @@ -13323,13 +14956,18 @@ packages: - supports-color dev: true +<<<<<<< HEAD /@babel/preset-env@7.23.5(@babel/core@7.23.5): +======= + /@babel/preset-env@7.23.5(@babel/core@7.17.8): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.23.5 +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 @@ -13409,22 +15047,217 @@ packages: babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.5) babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.5) core-js-compat: 3.34.0 +======= + '@babel/core': 7.17.8 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.17.8) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.17.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.17.8) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.17.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.17.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.17.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.17.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.17.8) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.17.8) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.17.8) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.17.8) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-async-generator-functions': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.17.8) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.17.8) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.17.8) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.17.8) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.17.8) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.17.8) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.17.8) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.17.8) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.17.8) + core-js-compat: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD /@babel/preset-flow@7.23.3(@babel/core@7.23.2): resolution: {integrity: sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA==} +======= + /@babel/preset-env@7.23.5(@babel/core@7.21.3): + resolution: {integrity: sha512-0d/uxVD6tFGWXGDSfyMD1p2otoaKmu6+GD+NfAx0tMaH+dxORnp7T9TaVQ6mKyya7iBtCIVxHjWT7MuzzM9z+A==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.23.5 '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.2) dev: true +======= + '@babel/compat-data': 7.23.5 + '@babel/core': 7.21.3 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.21.3) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-async-generator-functions': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-classes': 7.23.5(@babel/core@7.21.3) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.21.3) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-object-rest-spread': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.21.3) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.21.3) + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.21.3) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.21.3) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.21.3) + core-js-compat: 3.33.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + /@babel/preset-flow@7.16.7(@babel/core@7.17.8): + resolution: {integrity: sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.17.8) + dev: true + + /@babel/preset-flow@7.16.7(@babel/core@7.21.3): + resolution: {integrity: sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/preset-flow@7.23.3(@babel/core@7.23.5): resolution: {integrity: sha512-7yn6hl8RIv+KNk6iIrGZ+D06VhVY35wLVf23Cz/mMu1zOr7u4MMP4j0nZ9tLf8+4ZFpnib8cFYgB/oYg9hfswA==} @@ -13445,8 +15278,13 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.12.9) +<<<<<<< HEAD '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.12.9) '@babel/types': 7.23.5 +======= + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.12.9) + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) esutils: 2.0.3 <<<<<<< HEAD ======= @@ -13457,9 +15295,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.17.8) - '@babel/plugin-transform-dotall-regex': 7.16.0(@babel/core@7.17.8) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.17.8) '@babel/types': 7.22.15 esutils: 2.0.3 dev: true @@ -13470,12 +15308,13 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.14.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-dotall-regex': 7.16.0(@babel/core@7.21.3) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.3) '@babel/types': 7.22.15 esutils: 2.0.3 +<<<<<<< HEAD /@babel/preset-modules@0.1.5(@babel/core@7.23.3): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: @@ -13490,6 +15329,8 @@ packages: dev: true >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.12.9): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: @@ -13497,7 +15338,11 @@ packages: dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) esutils: 2.0.3 dev: true @@ -13508,12 +15353,31 @@ packages: dependencies: '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.22.5 +<<<<<<< HEAD '@babel/types': 7.23.5 esutils: 2.0.3 dev: true /@babel/preset-react@7.23.3(@babel/core@7.23.2): resolution: {integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==} +======= + '@babel/types': 7.22.15 + esutils: 2.0.3 + dev: true + + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.21.3): + resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/types': 7.22.15 + esutils: 2.0.3 + + /@babel/preset-react@7.22.3(@babel/core@7.17.8): + resolution: {integrity: sha512-lxDz1mnZ9polqClBCVBjIVUypoB4qV3/tZUDb/IlYbW1kiiLaXaX+bInbRjl+lNQ/iUZraQ3+S8daEmoELMWug==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -13569,26 +15433,11 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.3) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.3) '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.3) dev: true - /@babel/preset-react@7.22.3(@babel/core@7.23.3): - resolution: {integrity: sha512-lxDz1mnZ9polqClBCVBjIVUypoB4qV3/tZUDb/IlYbW1kiiLaXaX+bInbRjl+lNQ/iUZraQ3+S8daEmoELMWug==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.23.3) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.23.3) - dev: true - /@babel/preset-typescript@7.16.7(@babel/core@7.17.8): resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==} engines: {node: '>=6.9.0'} @@ -13596,8 +15445,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 '@babel/plugin-transform-typescript': 7.16.8(@babel/core@7.17.8) dev: true @@ -13608,22 +15457,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.3 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.15 '@babel/plugin-transform-typescript': 7.16.8(@babel/core@7.21.3) - dev: true - - /@babel/preset-typescript@7.16.7(@babel/core@7.23.3): - resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-typescript': 7.16.8(@babel/core@7.23.3) - dev: false /@babel/preset-typescript@7.18.6(@babel/core@7.21.3): resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} @@ -13635,7 +15471,6 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 '@babel/plugin-transform-typescript': 7.19.3(@babel/core@7.21.3) - dev: true /@babel/preset-typescript@7.22.15(@babel/core@7.21.3): resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==} @@ -13647,10 +15482,11 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.3) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.21.3) '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.21.3) dev: true +<<<<<<< HEAD /@babel/preset-typescript@7.23.3(@babel/core@7.23.3): >>>>>>> 9feae75363 (Lock file update) resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} @@ -13665,6 +15501,8 @@ packages: '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.5) '@babel/plugin-transform-typescript': 7.23.5(@babel/core@7.23.5) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/register@7.12.1(@babel/core@7.12.9): resolution: {integrity: sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==} peerDependencies: @@ -13691,18 +15529,32 @@ packages: source-map-support: 0.5.21 dev: true +<<<<<<< HEAD /@babel/register@7.22.15(@babel/core@7.23.5): resolution: {integrity: sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==} +======= + /@babel/register@7.18.9(@babel/core@7.21.3): + resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 pirates: 4.0.6 source-map-support: 0.5.21 +======= + '@babel/core': 7.21.3 + 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.20 +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} @@ -13714,12 +15566,60 @@ packages: regenerator-runtime: 0.13.11 dev: false +<<<<<<< HEAD +======= + /@babel/runtime-corejs3@7.16.3: + resolution: {integrity: sha512-IAdDC7T0+wEB4y2gbIL0uOXEYpiZEeuFUTVbdGq+UwCcF35T/tS8KrmMomEwEc5wBbyfH3PJVpTSUqrhPDXFcQ==} + engines: {node: '>=6.9.0'} + dependencies: + core-js-pure: 3.29.1 + regenerator-runtime: 0.13.11 + + /@babel/runtime@7.17.7: + resolution: {integrity: sha512-L6rvG9GDxaLgFjg41K+5Yv9OMrU98sWe+Ykmc6FDJW/+vYZMhdOMKkISgzptMaERHvS2Y2lw9MDRm2gHhlQQoA==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.9 + + /@babel/runtime@7.19.0: + resolution: {integrity: sha512-eR8Lo9hnDS7tqkO7NsV+mKvCmv5boaXFSZ70DnfhcgiEne8hv9oCEd36Klw74EtizEqLsy4YnW8UWwpBVolHZA==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.11 + dev: true + + /@babel/runtime@7.21.0: + resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.13.11 + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/runtime@7.23.5: resolution: {integrity: sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 +<<<<<<< HEAD +======= + /@babel/template@7.16.7: + resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 + + /@babel/template@7.18.10: + resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 + +>>>>>>> 28159dc4c9 (Lock File Update) /@babel/template@7.22.15: resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} @@ -13744,11 +15644,10 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.22.15 '@babel/types': 7.22.15 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: true /@babel/traverse@7.19.3: resolution: {integrity: sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==} @@ -13762,7 +15661,7 @@ packages: '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.22.15 '@babel/types': 7.22.15 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -13773,10 +15672,16 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/generator': 7.21.3 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 +======= + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.18.6 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/helper-split-export-declaration': 7.22.6 <<<<<<< HEAD '@babel/parser': 7.23.5 @@ -13784,6 +15689,7 @@ packages: ======= '@babel/parser': 7.22.15 '@babel/types': 7.22.15 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) globals: 11.12.0 @@ -13807,6 +15713,9 @@ packages: '@babel/parser': 7.23.4 '@babel/types': 7.23.4 debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -13849,7 +15758,18 @@ packages: '@babel/helper-string-parser': 7.22.5 '@babel/helper-validator-identifier': 7.22.15 to-fast-properties: 2.0.0 +<<<<<<< HEAD >>>>>>> 65c9395baa (Change Asset Build Outputs) +======= + + /@babel/types@7.23.5: + resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@base2/pretty-print-object@1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -14007,16 +15927,48 @@ packages: resolution: {integrity: sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==} dependencies: '@babel/helper-module-imports': 7.22.15 +<<<<<<< HEAD '@babel/runtime': 7.23.5 '@emotion/hash': 0.9.1 '@emotion/memoize': 0.8.1 '@emotion/serialize': 1.1.2 +======= + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.17.8) + '@babel/runtime': 7.23.5 + '@emotion/hash': 0.9.0 + '@emotion/memoize': 0.8.0 + '@emotion/serialize': 1.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) babel-plugin-macros: 3.1.0 - convert-source-map: 1.9.0 + convert-source-map: 1.8.0 escape-string-regexp: 4.0.0 find-root: 1.1.0 source-map: 0.5.7 +<<<<<<< HEAD stylis: 4.2.0 +======= + stylis: 4.1.3 + + /@emotion/babel-plugin@11.10.5(@babel/core@7.21.3): + resolution: {integrity: sha512-xE7/hyLHJac7D2Ve9dKroBBZqBT7WuPQmWcq7HSGb84sUuP4mlOWoB8dvVfD9yk5DHkU1m6RW7xSoDtnQHNQeA==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-module-imports': 7.22.15 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.3) + '@babel/runtime': 7.23.5 + '@emotion/hash': 0.9.0 + '@emotion/memoize': 0.8.0 + '@emotion/serialize': 1.1.1 + 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.3 + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@emotion/cache@10.0.29: resolution: {integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==} @@ -14061,11 +16013,36 @@ packages: /@emotion/css@11.11.2: resolution: {integrity: sha512-VJxe1ucoMYMS7DkiMdC2T7PWNbrEI0a39YRiyDvK2qq4lXwjRbVP/z4lpG+odCsRzadlR+1ywwrTzhdm5HNdew==} dependencies: +<<<<<<< HEAD '@emotion/babel-plugin': 11.11.0 '@emotion/cache': 11.11.0 '@emotion/serialize': 1.1.2 '@emotion/sheet': 1.2.2 '@emotion/utils': 1.2.1 +======= + '@babel/core': 7.17.8 + '@emotion/babel-plugin': 11.10.5(@babel/core@7.17.8) + '@emotion/cache': 11.10.5 + '@emotion/serialize': 1.1.1 + '@emotion/sheet': 1.2.1 + '@emotion/utils': 1.2.0 + + /@emotion/css@11.7.1(@babel/core@7.21.3): + resolution: {integrity: sha512-RUUgPlMZunlc7SE5A6Hg+VWRzb2cU6O9xlV78KCFgcnl25s7Qz/20oQg71iKudpLqk7xj0vhbJlwcJJMT0BOZg==} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/core': 7.21.3 + '@emotion/babel-plugin': 11.10.5(@babel/core@7.21.3) + '@emotion/cache': 11.10.5 + '@emotion/serialize': 1.1.1 + '@emotion/sheet': 1.2.1 + '@emotion/utils': 1.2.0 + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@emotion/hash@0.8.0: resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} @@ -14101,6 +16078,7 @@ packages: '@types/react': optional: true dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 '@emotion/babel-plugin': 11.11.0 '@emotion/cache': 11.11.0 @@ -14112,6 +16090,45 @@ packages: hoist-non-react-statics: 3.3.2 react: 17.0.2 +======= + '@babel/core': 7.17.8 + '@babel/runtime': 7.23.5 + '@emotion/babel-plugin': 11.10.5(@babel/core@7.17.8) + '@emotion/cache': 11.10.5 + '@emotion/serialize': 1.1.1 + '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@17.0.2) + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 + '@types/react': 17.0.50 + hoist-non-react-statics: 3.3.2 + react: 17.0.2 + + /@emotion/react@11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2): + resolution: {integrity: sha512-TZs6235tCJ/7iF6/rvTaOH4oxQg2gMAcdHemjwLKIjKz4rRuYe1HJ2TQJKnAcRAfOUDdU8XoDadCe1rl72iv8A==} + peerDependencies: + '@babel/core': ^7.0.0 + '@types/react': '*' + react: '>=16.8.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/react': + optional: true + dependencies: + '@babel/core': 7.21.3 + '@babel/runtime': 7.23.5 + '@emotion/babel-plugin': 11.10.5(@babel/core@7.21.3) + '@emotion/cache': 11.10.5 + '@emotion/serialize': 1.1.1 + '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@17.0.2) + '@emotion/utils': 1.2.0 + '@emotion/weak-memoize': 0.3.0 + '@types/react': 17.0.50 + hoist-non-react-statics: 3.3.2 + react: 17.0.2 + dev: false + +>>>>>>> 28159dc4c9 (Lock File Update) /@emotion/serialize@0.11.16: resolution: {integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==} dependencies: @@ -14119,7 +16136,7 @@ packages: '@emotion/memoize': 0.7.4 '@emotion/unitless': 0.7.5 '@emotion/utils': 0.11.3 - csstype: 2.6.21 + csstype: 2.6.20 dev: true /@emotion/serialize@1.1.2: @@ -14148,6 +16165,7 @@ packages: '@types/react': optional: true dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 '@emotion/babel-plugin': 11.11.0 '@emotion/is-prop-valid': 1.2.1 @@ -14156,6 +16174,16 @@ packages: '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@17.0.2) '@emotion/utils': 1.2.1 '@types/react': 17.0.71 +======= + '@babel/core': 7.17.8 + '@babel/runtime': 7.23.5 + '@emotion/babel-plugin': 11.10.5(@babel/core@7.17.8) + '@emotion/is-prop-valid': 1.1.2 + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/utils': 1.2.0 + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 <<<<<<< HEAD @@ -14174,7 +16202,7 @@ packages: optional: true dependencies: '@babel/core': 7.21.3 - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.23.5 '@emotion/babel-plugin': 11.10.5(@babel/core@7.21.3) '@emotion/is-prop-valid': 1.1.2 '@emotion/react': 11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2) @@ -14184,6 +16212,7 @@ packages: react: 17.0.2 dev: false +<<<<<<< HEAD /@emotion/styled@11.8.1(@babel/core@7.23.3)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2): resolution: {integrity: sha512-OghEVAYBZMpEquHZwuelXcRjRJQOVayvbmNR0zr174NHdmMgrNkLC6TljKC5h9lZLkN5WGrdUcrKlOJ4phhoTQ==} peerDependencies: @@ -14209,6 +16238,8 @@ packages: dev: false >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@emotion/stylis@0.8.5: resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==} dev: true @@ -14220,6 +16251,7 @@ packages: /@emotion/unitless@0.8.1: resolution: {integrity: sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==} +<<<<<<< HEAD /@emotion/use-insertion-effect-with-fallbacks@1.0.1(react@17.0.2): resolution: {integrity: sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==} peerDependencies: @@ -14227,6 +16259,8 @@ packages: dependencies: react: 17.0.2 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@emotion/utils@0.11.3: resolution: {integrity: sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==} dev: true @@ -14249,7 +16283,7 @@ packages: engines: {node: ^12 || ^14 || ^16} dependencies: comment-parser: 1.2.4 - esquery: 1.5.0 + esquery: 1.4.0 jsdoc-type-pratt-parser: 1.1.1 dev: true @@ -14267,9 +16301,10 @@ packages: engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} dependencies: comment-parser: 1.3.1 - esquery: 1.5.0 + esquery: 1.4.0 jsdoc-type-pratt-parser: 3.1.0 +<<<<<<< HEAD /@es-joy/jsdoccomment@0.41.0: resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==} engines: {node: '>=16'} @@ -14490,14 +16525,16 @@ packages: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@eslint/eslintrc@0.4.3: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) espree: 7.3.1 - globals: 13.23.0 + globals: 13.19.0 ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 @@ -14512,9 +16549,13 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD ======= +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) espree: 9.4.1 globals: 13.19.0 ignore: 5.2.0 @@ -14525,6 +16566,7 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@eslint/eslintrc@2.1.3: resolution: {integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -14546,6 +16588,8 @@ packages: resolution: {integrity: sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@faker-js/faker@5.5.3: resolution: {integrity: sha512-R11tGE6yIFwqpaIqcfkcg7AICXzFg14+5h5v0TfF/9+RMDL6jhzCy/pxHVOfbALGdtVYdt6JdR21tuxEgl34dw==} dev: false @@ -14567,10 +16611,17 @@ packages: /@floating-ui/core@0.7.3: resolution: {integrity: sha512-buc8BXHmG9l82+OQXOFU3Kr2XQx9ys01U/Q9HMIrZ300iLc8HLMgh7dcCqgYzAzf4BkoQvDcXf5Y+CuEZ5JBYg==} +<<<<<<< HEAD /@floating-ui/core@1.5.2: resolution: {integrity: sha512-Ii3MrfY/GAIN3OhXNzpCKaLxHQfJF9qvwq/kEJYdqDxeIHa01K8sldugal6TmeeXl+WMvhv9cnVzUTaFFJF09A==} dependencies: '@floating-ui/utils': 0.1.6 +======= + /@floating-ui/core@1.4.1: + resolution: {integrity: sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ==} + dependencies: + '@floating-ui/utils': 0.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) /@floating-ui/dom@0.4.5: resolution: {integrity: sha512-b+prvQgJt8pieaKYMSJBXHxX/DYwdLsAWxKYqnO5dO2V4oo/TYBZJAUQCVNjTWWsrs6o4VDrNcP9+E70HAhJdw==} @@ -14582,6 +16633,7 @@ packages: dependencies: '@floating-ui/core': 0.7.3 +<<<<<<< HEAD /@floating-ui/dom@1.5.3: resolution: {integrity: sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==} dependencies: @@ -14589,6 +16641,9 @@ packages: '@floating-ui/utils': 0.1.6 /@floating-ui/react-dom@0.6.3(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): +======= + /@floating-ui/react-dom@0.6.3(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-hC+pS5D6AgS2wWjbmSQ6UR6Kpy+drvWGJIri6e1EDGADTPsCaa4KzCgmCczHrQeInx9tqs81EyDmbKJYY2swKg==} peerDependencies: react: ^17.0.2 @@ -14624,13 +16679,13 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - /@floating-ui/react-dom@2.0.4(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==} + /@floating-ui/react-dom@2.0.1(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-rZtAmSht4Lry6gdhAJDrCp/6rKN7++JnL1/Anbr/DdeyYXQPxvg/ivrbYvJulbRf4vL8b212suwMM2lxbv+RQA==} peerDependencies: react: ^17.0.2 react-dom: '>=16.8.0' dependencies: - '@floating-ui/dom': 1.5.3 + '@floating-ui/dom': 1.5.1 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -14645,9 +16700,12 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) +<<<<<<< HEAD /@floating-ui/utils@0.1.6: resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@gar/promisify@1.1.3: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: true @@ -14692,6 +16750,7 @@ packages: dependencies: '@hapi/hoek': 9.3.0 +<<<<<<< HEAD /@humanwhocodes/config-array@0.11.13: resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'} @@ -14705,13 +16764,19 @@ packages: - supports-color dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@humanwhocodes/config-array@0.11.8: resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) >>>>>>> 9feae75363 (Lock file update) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -14721,7 +16786,7 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -14735,9 +16800,12 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true +<<<<<<< HEAD /@humanwhocodes/object-schema@2.0.1: resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@isaacs/cliui@8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -14796,11 +16864,15 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 jest-message-util: 26.6.2 jest-util: 26.6.2 @@ -14812,7 +16884,11 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -14825,11 +16901,12 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 chalk: 4.1.2 jest-message-util: 29.6.2 jest-util: 29.6.2 slash: 3.0.0 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -14847,6 +16924,8 @@ packages: jest-message-util: 29.7.0 jest-util: 29.7.0 slash: 3.0.0 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@jest/core@24.9.0: resolution: {integrity: sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==} @@ -14860,7 +16939,7 @@ packages: ansi-escapes: 3.2.0 chalk: 2.4.2 exit: 0.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-changed-files: 24.9.0 jest-config: 24.9.0 jest-haste-map: 24.9.0 @@ -14898,7 +16977,7 @@ packages: ansi-escapes: 4.3.2 chalk: 3.0.0 exit: 0.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-changed-files: 25.5.0 jest-config: 25.5.4 jest-haste-map: 25.5.1 @@ -14934,15 +17013,19 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) ansi-escapes: 4.3.2 chalk: 4.1.2 exit: 0.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-changed-files: 26.6.2 jest-config: 26.6.3 jest-haste-map: 26.6.2 @@ -14983,12 +17066,16 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 exit: 0.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-changed-files: 27.5.1 jest-config: 27.5.1(ts-node@10.9.2) jest-haste-map: 27.5.1 @@ -15030,14 +17117,14 @@ packages: '@jest/test-result': 29.6.2 '@jest/transform': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.2.0 exit: 0.1.2 graceful-fs: 4.2.9 jest-changed-files: 29.5.0 - jest-config: 29.6.2(@types/node@16.18.65)(ts-node@10.9.1) + jest-config: 29.6.2(@types/node@16.18.21)(ts-node@10.9.1) jest-haste-map: 29.6.2 jest-message-util: 29.6.2 jest-regex-util: 29.4.3 @@ -15073,14 +17160,14 @@ packages: '@jest/test-result': 29.6.2 '@jest/transform': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.2.0 exit: 0.1.2 graceful-fs: 4.2.9 jest-changed-files: 29.5.0 - jest-config: 29.6.2(@types/node@16.18.65)(ts-node@10.9.1) + jest-config: 29.6.2(@types/node@16.18.21)(ts-node@10.9.1) jest-haste-map: 29.6.2 jest-message-util: 29.6.2 jest-regex-util: 29.4.3 @@ -15100,8 +17187,8 @@ packages: - babel-plugin-macros - supports-color - ts-node - dev: true +<<<<<<< HEAD /@jest/core@29.7.0: >>>>>>> 9feae75363 (Lock file update) resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} @@ -15158,6 +17245,13 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 +======= + /@jest/create-cache-key-function@27.5.1: + resolution: {integrity: sha512-dmH1yW+makpTSURTy8VzdUwFnfQh1G8R+DxO2Ho2FFmBbKFEVm+3jWdvFhE2VqB/LATCTokkP0dotjyQyw5/AQ==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: + '@jest/types': 27.5.1 +>>>>>>> 28159dc4c9 (Lock File Update) /@jest/environment@24.9.0: resolution: {integrity: sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==} @@ -15186,11 +17280,15 @@ packages: dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-mock: 26.6.2 dev: true @@ -15200,12 +17298,16 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 jest-mock: 27.5.1 ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-mock: 27.5.1 /@jest/environment@29.6.2: @@ -15214,8 +17316,9 @@ packages: dependencies: '@jest/fake-timers': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 jest-mock: 29.6.2 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -15244,6 +17347,21 @@ packages: dependencies: expect: 29.7.0 jest-snapshot: 29.7.0 +======= + + /@jest/expect-utils@29.6.2: + resolution: {integrity: sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + jest-get-type: 29.4.3 + + /@jest/expect@29.6.2: + resolution: {integrity: sha512-m6DrEJxVKjkELTVAztTLyS/7C92Y2b0VYqmDROYKLLALHn8T/04yPs70NADUYPrV3ruI+H3J0iUIuhkjp7vkfg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + expect: 29.6.2 + jest-snapshot: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color @@ -15275,11 +17393,15 @@ packages: dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 @@ -15291,7 +17413,11 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -15304,10 +17430,11 @@ packages: dependencies: '@jest/types': 29.6.1 '@sinonjs/fake-timers': 10.0.2 - '@types/node': 16.18.65 + '@types/node': 16.18.21 jest-message-util: 29.6.2 jest-mock: 29.6.2 jest-util: 29.6.2 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -15325,6 +17452,8 @@ packages: jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@jest/globals@25.5.2: resolution: {integrity: sha512-AgAS/Ny7Q2RCIj5kZ+0MuKM1wbF0WMLxbCVl/GOMoCNbODRdJ541IxJ98xnZdVSZXivKpJlNPIWa3QmY0l4CXA==} @@ -15352,6 +17481,7 @@ packages: '@jest/types': 27.5.1 expect: 27.5.1 +<<<<<<< HEAD /@jest/globals@29.7.0: resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15360,6 +17490,16 @@ packages: '@jest/expect': 29.7.0 '@jest/types': 29.6.3 jest-mock: 29.7.0 +======= + /@jest/globals@29.6.2: + resolution: {integrity: sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/environment': 29.6.2 + '@jest/expect': 29.6.2 + '@jest/types': 29.6.1 + jest-mock: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color @@ -15407,8 +17547,13 @@ packages: collect-v8-coverage: 1.0.2 exit: 0.1.2 glob: 7.2.3 +<<<<<<< HEAD graceful-fs: 4.2.11 istanbul-lib-coverage: 3.2.2 +======= + graceful-fs: 4.2.9 + istanbul-lib-coverage: 3.2.0 +>>>>>>> 28159dc4c9 (Lock File Update) istanbul-lib-instrument: 4.0.3 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 @@ -15438,15 +17583,15 @@ packages: '@jest/transform': 26.6.2 '@jest/types': 26.6.2 chalk: 4.1.2 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.3 - graceful-fs: 4.2.11 - istanbul-lib-coverage: 3.2.2 + graceful-fs: 4.2.9 + istanbul-lib-coverage: 3.2.0 istanbul-lib-instrument: 4.0.3 - istanbul-lib-report: 3.0.1 + istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 + istanbul-reports: 3.1.4 jest-haste-map: 26.6.2 jest-resolve: 26.6.2 jest-util: 26.6.2 @@ -15476,17 +17621,21 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.3 - graceful-fs: 4.2.11 - istanbul-lib-coverage: 3.2.2 - istanbul-lib-instrument: 5.2.1 - istanbul-lib-report: 3.0.1 + graceful-fs: 4.2.9 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-instrument: 5.1.0 + istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 + istanbul-reports: 3.1.4 jest-haste-map: 27.5.1 jest-resolve: 27.5.1 jest-util: 27.5.1 @@ -15495,7 +17644,7 @@ packages: source-map: 0.6.1 string-length: 4.0.2 terminal-link: 2.1.1 - v8-to-istanbul: 8.1.1 + v8-to-istanbul: 8.1.0 transitivePeerDependencies: - supports-color @@ -15516,12 +17665,12 @@ packages: '@jest/transform': 29.6.2 '@jest/types': 29.6.1 '@jridgewell/trace-mapping': 0.3.19 - '@types/node': 16.18.65 + '@types/node': 16.18.21 chalk: 4.1.2 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 istanbul-lib-coverage: 3.2.0 istanbul-lib-instrument: 5.1.0 istanbul-lib-report: 3.0.0 @@ -15536,6 +17685,7 @@ packages: v8-to-istanbul: 9.1.0 transitivePeerDependencies: - supports-color +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -15581,6 +17731,11 @@ packages: /@jest/schemas@29.6.3: resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} +======= + + /@jest/schemas@29.6.0: + resolution: {integrity: sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@sinclair/typebox': 0.27.8 @@ -15590,7 +17745,7 @@ packages: engines: {node: '>= 6'} dependencies: callsites: 3.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 source-map: 0.6.1 dev: false @@ -15599,7 +17754,7 @@ packages: engines: {node: '>= 8.3'} dependencies: callsites: 3.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 source-map: 0.6.1 dev: true @@ -15608,7 +17763,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: callsites: 3.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 source-map: 0.6.1 dev: true @@ -15618,16 +17773,21 @@ packages: dependencies: callsites: 3.1.0 <<<<<<< HEAD +<<<<<<< HEAD ======= graceful-fs: 4.2.11 +======= + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) source-map: 0.6.1 /@jest/source-map@29.6.0: resolution: {integrity: sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.19 callsites: 3.1.0 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) graceful-fs: 4.2.11 source-map: 0.6.1 @@ -15639,6 +17799,9 @@ packages: '@jridgewell/trace-mapping': 0.3.20 callsites: 3.1.0 graceful-fs: 4.2.11 +======= + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) /@jest/test-result@24.9.0: resolution: {integrity: sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==} @@ -15646,7 +17809,7 @@ packages: dependencies: '@jest/console': 24.9.0 '@jest/types': 24.9.0 - '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-lib-coverage': 2.0.3 dev: false /@jest/test-result@25.5.0: @@ -15655,8 +17818,13 @@ packages: dependencies: '@jest/console': 25.5.0 '@jest/types': 25.5.0 +<<<<<<< HEAD '@types/istanbul-lib-coverage': 2.0.6 collect-v8-coverage: 1.0.2 +======= + '@types/istanbul-lib-coverage': 2.0.3 + collect-v8-coverage: 1.0.1 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@jest/test-result@26.6.2: @@ -15675,9 +17843,10 @@ packages: dependencies: '@jest/console': 27.5.1 '@jest/types': 27.5.1 - '@types/istanbul-lib-coverage': 2.0.6 - collect-v8-coverage: 1.0.2 + '@types/istanbul-lib-coverage': 2.0.3 + collect-v8-coverage: 1.0.1 +<<<<<<< HEAD /@jest/test-result@29.7.0: resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -15686,6 +17855,16 @@ packages: '@jest/types': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 collect-v8-coverage: 1.0.2 +======= + /@jest/test-result@29.6.2: + resolution: {integrity: sha512-3VKFXzcV42EYhMCsJQURptSqnyjqCGbtLuX5Xxb6Pm6gUf1wIRIl+mandIRGJyWKgNKYF9cnstti6Ls5ekduqw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/console': 29.6.2 + '@jest/types': 29.6.1 + '@types/istanbul-lib-coverage': 2.0.3 + collect-v8-coverage: 1.0.1 +>>>>>>> 28159dc4c9 (Lock File Update) /@jest/test-sequencer@24.9.0: resolution: {integrity: sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A==} @@ -15706,7 +17885,7 @@ packages: engines: {node: '>= 8.3'} dependencies: '@jest/test-result': 25.5.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 25.5.1 jest-runner: 25.5.4 jest-runtime: 25.5.4 @@ -15722,7 +17901,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/test-result': 26.6.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 26.6.2 jest-runner: 26.6.3 jest-runtime: 26.6.3 @@ -15752,9 +17931,10 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/test-result': 29.6.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 29.6.2 slash: 3.0.0 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -15766,6 +17946,8 @@ packages: graceful-fs: 4.2.11 jest-haste-map: 29.7.0 slash: 3.0.0 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@jest/transform@24.9.0: resolution: {integrity: sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==} @@ -15775,14 +17957,14 @@ packages: '@jest/types': 24.9.0 babel-plugin-istanbul: 5.2.0 chalk: 2.4.2 - convert-source-map: 1.9.0 + convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 24.9.0 jest-regex-util: 24.9.0 jest-util: 24.9.0 micromatch: 3.1.10(supports-color@6.1.0) - pirates: 4.0.6 + pirates: 4.0.5 realpath-native: 1.1.0 slash: 2.0.0 source-map: 0.6.1 @@ -15795,13 +17977,17 @@ packages: resolution: {integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg==} engines: {node: '>= 8.3'} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/types': 25.5.0 babel-plugin-istanbul: 6.1.1 chalk: 3.0.0 - convert-source-map: 1.9.0 + convert-source-map: 1.8.0 fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 25.5.1 jest-regex-util: 25.2.6 jest-util: 25.5.0 @@ -15825,7 +18011,7 @@ packages: chalk: 4.1.2 convert-source-map: 1.9.0 fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 26.6.2 jest-regex-util: 26.0.0 jest-util: 26.6.2 @@ -15847,7 +18033,7 @@ packages: chalk: 4.1.2 convert-source-map: 1.9.0 fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 27.5.1 jest-regex-util: 27.5.1 jest-util: 27.5.1 @@ -15865,23 +18051,24 @@ packages: resolution: {integrity: sha512-ZqCqEISr58Ce3U+buNFJYUktLJZOggfyvR+bZMaiV1e8B1SIvJbwZMrYz3gx/KAPn9EXmOmN+uB08yLCjWkQQg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.21.3 '@jest/types': 29.6.1 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.19 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 29.6.2 jest-regex-util: 29.4.3 jest-util: 29.6.2 micromatch: 4.0.5 - pirates: 4.0.6 + pirates: 4.0.5 slash: 3.0.0 write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -15906,12 +18093,14 @@ packages: write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@jest/types@24.9.0: resolution: {integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==} engines: {node: '>= 6'} dependencies: - '@types/istanbul-lib-coverage': 2.0.6 + '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 1.1.2 '@types/yargs': 13.0.12 dev: false @@ -15938,7 +18127,7 @@ packages: ======= '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 '@types/yargs': 15.0.14 >>>>>>> 9feae75363 (Lock file update) chalk: 4.1.2 @@ -15947,10 +18136,17 @@ packages: resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: +<<<<<<< HEAD '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 '@types/node': 16.18.68 '@types/yargs': 16.0.9 +======= + '@types/istanbul-lib-coverage': 2.0.3 + '@types/istanbul-reports': 3.0.1 + '@types/node': 16.18.21 + '@types/yargs': 16.0.4 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 <<<<<<< HEAD @@ -15962,7 +18158,7 @@ packages: '@jest/schemas': 29.6.0 '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true @@ -15974,9 +18170,10 @@ packages: '@jest/schemas': 29.6.0 '@types/istanbul-lib-coverage': 2.0.3 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 '@types/yargs': 17.0.24 chalk: 4.1.2 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -16005,6 +18202,26 @@ packages: /@jridgewell/resolve-uri@3.1.1: resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} +======= + + /@jridgewell/gen-mapping@0.1.1: + resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.14 + + /@jridgewell/gen-mapping@0.3.2: + resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.14 + '@jridgewell/trace-mapping': 0.3.19 + + /@jridgewell/resolve-uri@3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.0.0'} /@jridgewell/set-array@1.1.2: @@ -16014,6 +18231,7 @@ packages: /@jridgewell/source-map@0.3.5: resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.20 @@ -16027,11 +18245,21 @@ packages: <<<<<<< HEAD ======= +======= + '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.19 + dev: true + + /@jridgewell/sourcemap-codec@1.4.14: + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + +>>>>>>> 28159dc4c9 (Lock File Update) /@jridgewell/trace-mapping@0.3.16: resolution: {integrity: sha512-LCQ+NeThyJ4k1W2d+vIKdxuSt9R3pQSZ4P92m7EakaYuXcVWbHuT5bjNcqLd4Rdgi6xYWYDvBJZJLZSLanjDcA==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 + dev: true /@jridgewell/trace-mapping@0.3.19: resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==} @@ -16039,6 +18267,7 @@ packages: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) /@jridgewell/trace-mapping@0.3.20: resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} @@ -16046,6 +18275,8 @@ packages: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: @@ -16059,7 +18290,7 @@ packages: /@kwsites/file-exists@1.1.1: resolution: {integrity: sha512-m9/5YGR18lIwxSFDwfE3oA7bWuq9kdau6ugN4H2rJeyhFQZcG9AgSHkQtSD15a8WvTgfz9aikZMrKPHvbpqFiw==} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color @@ -16199,11 +18430,6 @@ packages: requiresBuild: true optional: true - /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1: - resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} - dependencies: - eslint-scope: 5.1.1 - /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -16225,7 +18451,7 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.15.0 + fastq: 1.13.0 /@npmcli/arborist@4.3.1: resolution: {integrity: sha512-yMRgZVDpwWjplorzt9SFSaakWx6QIK248Nw4ZFgkrAy/GvJaFRaSZzE6nD7JBK5r8g/+PTxFq5Wj/sfciE7x+A==} @@ -16260,7 +18486,11 @@ packages: read-package-json-fast: 2.0.3 readdir-scoped-modules: 1.1.0 rimraf: 3.0.2 +<<<<<<< HEAD semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) ssri: 8.0.1 treeverse: 1.0.4 walk-up-path: 1.0.0 @@ -16273,7 +18503,11 @@ packages: resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==} dependencies: '@gar/promisify': 1.1.3 +<<<<<<< HEAD semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@npmcli/fs@2.1.2: @@ -16281,6 +18515,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: '@gar/promisify': 1.1.3 +<<<<<<< HEAD semver: 7.5.4 dev: true @@ -16289,6 +18524,9 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@npmcli/git@2.1.0: @@ -16300,7 +18538,11 @@ packages: npm-pick-manifest: 6.1.1 promise-inflight: 1.0.1(bluebird@3.7.2) promise-retry: 2.0.1 +<<<<<<< HEAD semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) which: 2.0.2 transitivePeerDependencies: - bluebird @@ -16346,7 +18588,7 @@ packages: dependencies: '@npmcli/name-from-folder': 1.0.1 glob: 8.1.0 - minimatch: 5.1.6 + minimatch: 5.1.0 read-package-json-fast: 2.0.3 dev: true @@ -16357,7 +18599,11 @@ packages: cacache: 15.3.0 json-parse-even-better-errors: 2.3.1 pacote: 12.0.3 +<<<<<<< HEAD semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bluebird - supports-color @@ -16556,7 +18802,7 @@ packages: '@oclif/color': 1.0.13 '@oclif/core': 2.15.0(@types/node@16.18.68)(typescript@5.3.3) chalk: 4.1.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) fs-extra: 9.1.0 http-call: 5.3.0 load-json-file: 5.3.0 @@ -16578,14 +18824,23 @@ packages: dependencies: '@oclif/core': 2.15.0(@types/node@16.18.68)(typescript@5.3.3) chalk: 4.1.2 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD ======= +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) fs-extra: 9.1.0 >>>>>>> 9feae75363 (Lock file update) http-call: 5.3.0 +<<<<<<< HEAD lodash.template: 4.5.0 semver: 7.5.4 +======= + lodash: 4.17.21 + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -17024,6 +19279,7 @@ packages: playwright: 1.38.1 dev: true +<<<<<<< HEAD /@playwright/test@1.40.1: resolution: {integrity: sha512-EaaawMTOeEItCRvfmkI9v6rBkF1svM8wjl/YPRrg2N2Wmp+4qJYkWtJsbew1szfKKDm6fPLy4YAanBhIlf9dWw==} engines: {node: '>=16'} @@ -17034,6 +19290,10 @@ packages: /@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.10.0)(webpack-dev-server@4.15.1)(webpack@5.89.0): resolution: {integrity: sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==} +======= + /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.10.0)(webpack-dev-server@4.12.0)(webpack@5.76.3): + resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -17066,6 +19326,7 @@ packages: html-entities: 2.4.0 loader-utils: 2.0.4 react-refresh: 0.10.0 +<<<<<<< HEAD schema-utils: 3.3.0 source-map: 0.7.4 webpack: 5.89.0(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@4.10.0) @@ -17074,6 +19335,16 @@ packages: /@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.11.0)(webpack@5.89.0): resolution: {integrity: sha512-7j/6vdTym0+qZ6u4XbSAxrWBGYSdCfTzySkj7WAFgDLmSyWlOrWvpyzxlFh5jtw9dn0oL/jtW+06XfFiisN3JQ==} +======= + schema-utils: 3.1.1 + source-map: 0.7.3 + webpack: 5.76.3(webpack-cli@4.9.2) + webpack-dev-server: 4.12.0(webpack-cli@4.9.2)(webpack@5.76.3) + dev: true + + /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(webpack@5.76.3): + resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -17113,8 +19384,51 @@ packages: ======= schema-utils: 3.1.1 source-map: 0.7.3 +<<<<<<< HEAD webpack: 5.70.0(webpack-cli@4.9.2) >>>>>>> 9feae75363 (Lock file update) +======= + webpack: 5.76.3(webpack-cli@4.9.2) + dev: true + + /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(webpack@5.89.0): + resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} + engines: {node: '>= 10.13'} + peerDependencies: + '@types/webpack': 4.x || 5.x + react-refresh: '>=0.10.0 <1.0.0' + sockjs-client: ^1.4.0 + type-fest: '>=0.17.0 <4.0.0' + webpack: '>=4.43.0 <6.0.0' + webpack-dev-server: 3.x || 4.x + webpack-hot-middleware: 2.x + webpack-plugin-serve: 0.x || 1.x + peerDependenciesMeta: + '@types/webpack': + optional: true + sockjs-client: + optional: true + type-fest: + optional: true + webpack-dev-server: + optional: true + webpack-hot-middleware: + optional: true + webpack-plugin-serve: + optional: true + dependencies: + ansi-html-community: 0.0.8 + common-path-prefix: 3.0.0 + core-js-pure: 3.29.1 + error-stack-parser: 2.0.6 + find-up: 5.0.0 + html-entities: 2.3.2 + loader-utils: 2.0.4 + react-refresh: 0.11.0 + schema-utils: 3.1.1 + source-map: 0.7.3 + webpack: 5.89.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@pmmmwh/react-refresh-webpack-plugin@0.5.11(react-refresh@0.14.0)(webpack-dev-server@4.15.1)(webpack@5.89.0): @@ -17215,6 +19529,7 @@ packages: preact: 10.19.3 dev: false +<<<<<<< HEAD /@puppeteer/browsers@1.4.6(typescript@5.3.2): resolution: {integrity: sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==} engines: {node: '>=16.3.0'} @@ -17274,6 +19589,8 @@ packages: transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@radix-ui/number@1.0.1: resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==} dependencies: @@ -17284,6 +19601,10 @@ packages: resolution: {integrity: sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@radix-ui/primitive@1.0.1: resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==} @@ -17316,6 +19637,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@types/react': 17.0.71 '@types/react-dom': 18.0.10 @@ -17339,6 +19661,10 @@ packages: '@babel/runtime': 7.23.5 '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -17371,6 +19697,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@radix-ui/react-context': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) @@ -17400,6 +19727,13 @@ packages: '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) '@radix-ui/react-slot': 1.0.2(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-context': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@radix-ui/react-slot': 1.0.2(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -17422,7 +19756,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -17444,7 +19782,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -17492,7 +19834,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -17612,7 +19958,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -17656,6 +20006,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.71)(react@17.0.2) @@ -17683,6 +20034,12 @@ packages: '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -17706,8 +20063,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -17748,7 +20110,11 @@ packages: react-dom: ^16.8 || ^17.0 || ^18.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@floating-ui/react-dom': 0.7.2(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) +======= + '@floating-ui/react-dom': 0.7.2(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@radix-ui/react-arrow': 1.0.2(react-dom@17.0.2)(react@17.0.2) '@radix-ui/react-compose-refs': 1.0.0(react@17.0.2) '@radix-ui/react-context': 1.0.0(react@17.0.2) @@ -17777,6 +20143,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@floating-ui/react-dom': 2.0.4(react-dom@17.0.2)(react@17.0.2) '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.71)(react@17.0.2) @@ -17786,6 +20153,17 @@ packages: '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@radix-ui/react-use-rect': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@radix-ui/react-use-size': 1.0.1(@types/react@17.0.71)(react@17.0.2) +======= + '@floating-ui/react-dom': 2.0.1(react-dom@16.14.0)(react@17.0.2) + '@radix-ui/react-arrow': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-context': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-use-rect': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@radix-ui/react-use-size': 1.0.1(@types/react@17.0.50)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@radix-ui/rect': 1.0.1 '@types/react': 17.0.71 '@types/react-dom': 18.0.10 @@ -17858,6 +20236,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@types/react': 17.0.71 '@types/react-dom': 18.0.10 @@ -17881,6 +20260,10 @@ packages: '@babel/runtime': 7.23.5 '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -17933,6 +20316,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-slot': 1.0.2(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 '@types/react-dom': 18.0.10 @@ -17956,6 +20340,10 @@ packages: '@babel/runtime': 7.23.5 '@radix-ui/react-slot': 1.0.2(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-slot': 1.0.2(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -18131,6 +20519,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@types/react': 17.0.71 '@types/react-dom': 18.0.10 @@ -18154,6 +20543,10 @@ packages: '@babel/runtime': 7.23.5 '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -18186,8 +20579,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-compose-refs': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -18360,7 +20758,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -18383,8 +20785,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -18416,8 +20823,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -18439,7 +20851,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -18453,7 +20869,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -18500,8 +20920,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.71)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@17.0.50)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: true @@ -18519,6 +20944,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@types/react': 17.0.71 '@types/react-dom': 18.0.10 @@ -18542,6 +20968,10 @@ packages: '@babel/runtime': 7.23.5 '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) '@types/react': 17.0.71 +======= + '@radix-ui/react-primitive': 1.0.3(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -18550,6 +20980,10 @@ packages: resolution: {integrity: sha512-d0O68AYy/9oeEy1DdC07bz1/ZXX+DqCskRd3i4JzLSTXwefzaepQrKjXC7aNM8lTHjFLDO0pDgaEiQ7jEk+HVg==} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@radix-ui/rect@1.0.1: resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==} @@ -18557,6 +20991,7 @@ packages: '@babel/runtime': 7.23.5 dev: true +<<<<<<< HEAD /@react-native-community/cli-clean@12.1.1: resolution: {integrity: sha512-lbEQJ9xO8DmNbES7nFcGIQC0Q15e9q1zwKfkN2ty2eM93ZTFqYzOwsddlNoRN9FO7diakMWoWgielhcfcIeIrQ==} dependencies: @@ -18571,20 +21006,42 @@ packages: dependencies: '@react-native-community/cli-tools': 12.1.1 chalk: 4.1.2 - cosmiconfig: 5.2.1 - deepmerge: 4.3.1 - glob: 7.2.3 - joi: 17.11.0 +======= + /@react-native-community/cli-clean@9.1.0: + resolution: {integrity: sha512-3HznNw8EBQtLsVyV8b8+h76M9EeJcJgYn5wZVGQ5mghAOhqnSWVbwRvpDdb8ITXaiTIXFGNOxXnGKMXsu0CYTw==} + dependencies: + '@react-native-community/cli-tools': 9.1.0 + chalk: 4.1.2 + execa: 1.0.0 + prompts: 2.4.2 transitivePeerDependencies: - encoding + /@react-native-community/cli-config@9.1.0: + resolution: {integrity: sha512-6G9d5weedQ6EMz37ZYXrFHCU2DG3yqvdLs4Jo2383cSxal+oO+kggaTgqLBKoMETz/S80KsMeC/l+MoRjc1pzw==} + dependencies: + '@react-native-community/cli-tools': 9.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) + cosmiconfig: 5.2.1 + deepmerge: 3.3.0 + glob: 7.2.3 + joi: 17.6.0 + transitivePeerDependencies: + - encoding + +<<<<<<< HEAD /@react-native-community/cli-debugger-ui@12.1.1: resolution: {integrity: sha512-q427jvbJ0WdDuS6HNdc3EbmUu/dX/+FWCcZI60xB7m1i/8p+LzmrsoR2yIJCricsAIV3hhiFOGfquZDgrbF27Q==} +======= + /@react-native-community/cli-debugger-ui@9.0.0: + resolution: {integrity: sha512-7hH05ZwU9Tp0yS6xJW0bqcZPVt0YCK7gwj7gnRu1jDNN2kughf6Lg0Ys29rAvtZ7VO1PK5c1O+zs7yFnylQDUA==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: serve-static: 1.15.0 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@react-native-community/cli-doctor@12.1.1: resolution: {integrity: sha512-IUZJ/KUCuz+IzL9GdHUlIf6zF93XadxCBDPseUYb0ucIS+rEb3RmYC+IukYhUWwN3y4F/yxipYy3ytKrQ33AxA==} dependencies: @@ -18597,28 +21054,53 @@ packages: deepmerge: 4.3.1 envinfo: 7.11.0 execa: 5.1.1 +======= + /@react-native-community/cli-doctor@9.1.1: + resolution: {integrity: sha512-Sve8b3qmpvHEd0WbABoDXCgdN2OIgaTyBbM5rV+7ynAhn5ieWvS7IMwbBJ9xCoRerf5g8hJSycTyX2bfwCZpWw==} + dependencies: + '@react-native-community/cli-config': 9.1.0 + '@react-native-community/cli-platform-ios': 9.1.0 + '@react-native-community/cli-tools': 9.1.0 + chalk: 4.1.2 + command-exists: 1.2.9 + envinfo: 7.8.1 + execa: 1.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) hermes-profile-transformer: 0.0.6 - ip: 1.1.8 + ip: 1.1.5 node-stream-zip: 1.15.0 ora: 5.4.1 +<<<<<<< HEAD semver: 7.5.4 +======= + prompts: 2.4.2 + semver: 6.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) strip-ansi: 5.2.0 wcwidth: 1.0.1 - yaml: 2.3.4 transitivePeerDependencies: - encoding +<<<<<<< HEAD /@react-native-community/cli-hermes@12.1.1: resolution: {integrity: sha512-J6yxQoZooFRT8+Dtz8Px/bwasQxnbxZZFAFQzOs3f6CAfXrcr/+JLVFZRWRv9XGfcuLdCHr22JUVPAnyEd48DA==} dependencies: '@react-native-community/cli-platform-android': 12.1.1 '@react-native-community/cli-tools': 12.1.1 +======= + /@react-native-community/cli-hermes@9.1.0: + resolution: {integrity: sha512-Ly4dnlRZZ7FckFfSWnaD5BxszuEe9/WcJ6A7srW5UobqnnmEznDv1IY0oBTq1ggnmzIquM9dJQZ0UbcZeQjkoA==} + dependencies: + '@react-native-community/cli-platform-android': 9.1.0 + '@react-native-community/cli-tools': 9.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 hermes-profile-transformer: 0.0.6 - ip: 1.1.8 + ip: 1.1.5 transitivePeerDependencies: - encoding +<<<<<<< HEAD /@react-native-community/cli-platform-android@12.1.1: resolution: {integrity: sha512-jnyc9y5cPltBo518pfVZ53dtKGDy02kkCkSIwv4ltaHYse7JyEFxFbzBn9lloWvbZ0iFHvEo1NN78YGPAlXSDw==} dependencies: @@ -18626,11 +21108,22 @@ packages: chalk: 4.1.2 execa: 5.1.1 fast-xml-parser: 4.2.4 +======= + /@react-native-community/cli-platform-android@9.1.0: + resolution: {integrity: sha512-OZ/Krq0wH6T7LuAvwFdJYe47RrHG8IOcoab47H4QQdYGTmJgTS3SlVkr6gn79pZyBGyp7xVizD30QJrIIyDjnw==} + dependencies: + '@react-native-community/cli-tools': 9.1.0 + chalk: 4.1.2 + execa: 1.0.0 + fs-extra: 8.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) glob: 7.2.3 logkitty: 0.7.1 + slash: 3.0.0 transitivePeerDependencies: - encoding +<<<<<<< HEAD /@react-native-community/cli-platform-ios@12.1.1: resolution: {integrity: sha512-RA2lvFrswwQRIhCV3hoIYZmLe9TkRegpAWimdubtMxRHiv7Eh2dC0VWWR5VdWy3ltbJzeiEpxCoH/EcrMfp9tg==} dependencies: @@ -18638,28 +21131,40 @@ packages: chalk: 4.1.2 execa: 5.1.1 fast-xml-parser: 4.2.4 +======= + /@react-native-community/cli-platform-ios@9.1.0: + resolution: {integrity: sha512-NtZ9j+VXLj8pxsk/trxbS779uXp/ge4fSwDWNwOM9APRoTcClJ/Xp8cp1koXwfULSn152Czo0u5b291DG2WRfQ==} + dependencies: + '@react-native-community/cli-tools': 9.1.0 + chalk: 4.1.2 + execa: 1.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) glob: 7.2.3 ora: 5.4.1 transitivePeerDependencies: - encoding +<<<<<<< HEAD <<<<<<< HEAD /@react-native-community/cli-plugin-metro@12.1.1: resolution: {integrity: sha512-HV+lW1mFSu6GL7du+0/tfq8/5jytKp+w3n4+MWzRkx5wXvUq3oJjzwe8y+ZvvCqkRPdsOiwFDgJrtPhvaZp+xA==} ======= /@react-native-community/cli-plugin-metro@11.3.10(@babel/core@7.12.9): resolution: {integrity: sha512-ZYAc5Hc+QVqJgj1XFbpKnIPbSJ9xKcBnfQrRhR+jFyt2DWx85u4bbzY1GSVc/USs0UbSUXv4dqPbnmOJz52EYQ==} +======= + /@react-native-community/cli-plugin-metro@9.1.1(@babel/core@7.12.9): + resolution: {integrity: sha512-8CBwEZrbYIeQw69Exg/oW20pV9C6mbYlDz0pxZJ0AYmC20Q+wFFs6sUh5zm28ZUh1L0LxNGmhle/YvMPqA+fMQ==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: - '@react-native-community/cli-server-api': 11.3.10 - '@react-native-community/cli-tools': 11.3.10 + '@react-native-community/cli-server-api': 9.1.0 + '@react-native-community/cli-tools': 9.1.0 chalk: 4.1.2 - execa: 5.1.1 - metro: 0.76.8 - metro-config: 0.76.8 - metro-core: 0.76.8 - metro-react-native-babel-transformer: 0.76.8(@babel/core@7.12.9) - metro-resolver: 0.76.8 - metro-runtime: 0.76.8 + metro: 0.72.2 + metro-config: 0.72.2 + metro-core: 0.72.2 + metro-react-native-babel-transformer: 0.72.1(@babel/core@7.12.9) + metro-resolver: 0.72.2 + metro-runtime: 0.72.2 readline: 1.3.0 transitivePeerDependencies: - '@babel/core' @@ -18669,34 +21174,48 @@ packages: - utf-8-validate >>>>>>> 9feae75363 (Lock file update) +<<<<<<< HEAD /@react-native-community/cli-server-api@12.1.1: resolution: {integrity: sha512-dUqqEmtEiCMyqFd6LF1UqH0WwXirK2tpU7YhyFsBbigBj3hPz2NmzghCe7DRIcC9iouU0guBxhgmiLtmUEPduQ==} dependencies: '@react-native-community/cli-debugger-ui': 12.1.1 '@react-native-community/cli-tools': 12.1.1 +======= + /@react-native-community/cli-server-api@9.1.0: + resolution: {integrity: sha512-Xf3hUqUc99hVmWOsmfNqUQ+sxhut9MIHlINzlo7Azxlmg9v9U/vtwJVJSIPD6iwPzvaPH1qeshzwy/r0GUR7fg==} + dependencies: + '@react-native-community/cli-debugger-ui': 9.0.0 + '@react-native-community/cli-tools': 9.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) compression: 1.7.4 connect: 3.7.0 errorhandler: 1.5.1 nocache: 3.0.4 pretty-format: 26.6.2 serve-static: 1.15.0 - ws: 7.5.9 + ws: 7.5.5 transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate +<<<<<<< HEAD /@react-native-community/cli-tools@12.1.1: resolution: {integrity: sha512-c9vjDVojZnivGsLoVoTZsJjHnwBEI785yV8mgyKTVFx1sciK8lCsIj1Lke7jNpz7UAE1jW94nI7de2B1aQ9rbA==} +======= + /@react-native-community/cli-tools@9.1.0: + resolution: {integrity: sha512-07Z1hyy4cYty84P9cGq+Xf8Vb0S/0ffxLVdVQEMmLjU71sC9YTUv1anJdZyt6f9uUPvA9+e/YIXw5Bu0rvuXIw==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: appdirsjs: 1.2.7 chalk: 4.1.2 find-up: 5.0.0 mime: 2.6.0 - node-fetch: 2.7.0 + node-fetch: 2.6.7 open: 6.4.0 ora: 5.4.1 +<<<<<<< HEAD semver: 7.5.4 shell-quote: 1.8.1 sudo-prompt: 9.2.1 @@ -18705,9 +21224,19 @@ packages: /@react-native-community/cli-types@12.1.1: resolution: {integrity: sha512-B9lFEIc1/H2GjiyRCk6ISJNn06h5j0cWuokNm3FmeyGOoGIfm4XYUbnM6IpGlIDdQpTtUzZfNq8CL4CIJZXF0g==} - dependencies: - joi: 17.11.0 +======= + semver: 6.3.1 + shell-quote: 1.7.3 + transitivePeerDependencies: + - encoding + /@react-native-community/cli-types@9.1.0: + resolution: {integrity: sha512-KDybF9XHvafLEILsbiKwz5Iobd+gxRaPyn4zSaAerBxedug4er5VUWa8Szy+2GeYKZzMh/gsb1o9lCToUwdT/g==} +>>>>>>> 28159dc4c9 (Lock File Update) + dependencies: + joi: 17.6.0 + +<<<<<<< HEAD <<<<<<< HEAD /@react-native-community/cli@12.1.1: resolution: {integrity: sha512-St/lyxQ//crrigfE2QCqmjDb0IH3S9nmolm0eqmCA1bB8WWUk5dpjTgQk6xxDxz+3YtMghDJkGZPK4AxDXT42g==} @@ -18743,17 +21272,37 @@ packages: commander: 9.5.0 deepmerge: 4.3.1 execa: 5.1.1 +======= + /@react-native-community/cli@9.1.1(@babel/core@7.12.9): + resolution: {integrity: sha512-LjXcYahjFzM7TlsGzQLH9bCx3yvBsHEj/5Ytdnk0stdDET329JdXWEh6JiSRjVWPVAoDAV5pRAFmEOEGDNIiAw==} + engines: {node: '>=14'} + hasBin: true + dependencies: + '@react-native-community/cli-clean': 9.1.0 + '@react-native-community/cli-config': 9.1.0 + '@react-native-community/cli-debugger-ui': 9.0.0 + '@react-native-community/cli-doctor': 9.1.1 + '@react-native-community/cli-hermes': 9.1.0 + '@react-native-community/cli-plugin-metro': 9.1.1(@babel/core@7.12.9) + '@react-native-community/cli-server-api': 9.1.0 + '@react-native-community/cli-tools': 9.1.0 + '@react-native-community/cli-types': 9.1.0 + chalk: 4.1.2 + commander: 9.4.0 + execa: 1.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) find-up: 4.1.0 fs-extra: 8.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 prompts: 2.4.2 - semver: 7.5.4 + semver: 6.3.1 transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate +<<<<<<< HEAD /@react-native/assets-registry@0.73.1: resolution: {integrity: sha512-2FgAbU7uKM5SbbW9QptPPZx8N9Ke2L7bsHb+EhAanZjFZunA9PaYtyjUQ1s7HD+zDVqOQIvjkpXSv7Kejd2tqg==} engines: {node: '>=18'} @@ -18932,6 +21481,16 @@ packages: ======= react-native: 0.72.7(@babel/core@7.12.9)(@babel/preset-env@7.12.7)(react@18.2.0) >>>>>>> 9feae75363 (Lock file update) +======= + /@react-native/assets@1.0.0: + resolution: {integrity: sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ==} + + /@react-native/normalize-color@2.0.0: + resolution: {integrity: sha512-Wip/xsc5lw8vsBlmY2MO/gFLp3MvuZ2baBZjDeTjjndMgM0h5sxz7AZR62RDPGgstp8Np7JzjvVqVT7tpFZqsw==} + + /@react-native/polyfills@2.0.0: + resolution: {integrity: sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==} +>>>>>>> 28159dc4c9 (Lock File Update) /@react-spring/animated@9.7.3(react@17.0.2): resolution: {integrity: sha512-5CWeNJt9pNgyvuSzQH+uy2pvTg8Y4/OisoscZIR8/ZNLIOI+CatFBhGZpDGTF/OzdNFsAoGk3wiUYTwoJ0YIvw==} @@ -19045,8 +21604,13 @@ packages: dependencies: '@hapi/hoek': 9.3.0 +<<<<<<< HEAD /@sideway/formula@3.0.1: resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} +======= + /@sideway/formula@3.0.0: + resolution: {integrity: sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==} +>>>>>>> 28159dc4c9 (Lock File Update) /@sideway/pinpoint@2.0.0: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} @@ -19090,6 +21654,7 @@ packages: /@sindresorhus/is@4.6.0: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} +<<<<<<< HEAD dev: true /@sindresorhus/is@5.6.0: @@ -19111,6 +21676,23 @@ packages: resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} dependencies: '@sinonjs/commons': 3.0.0 +======= + + /@sinonjs/commons@1.8.3: + resolution: {integrity: sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==} + dependencies: + type-detect: 4.0.8 + + /@sinonjs/commons@2.0.0: + resolution: {integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==} + dependencies: + type-detect: 4.0.8 + + /@sinonjs/fake-timers@10.0.2: + resolution: {integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==} + dependencies: + '@sinonjs/commons': 2.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@sinonjs/fake-timers@6.0.1: resolution: {integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==} @@ -19127,22 +21709,30 @@ packages: resolution: {integrity: sha512-OkIJpiU2fz6HOJujhlhfIGrc8hB4ibqtf7nnbJQDerG0BqwZCfmgtK5sWzZ0TkXVRBKD5MpLrTmCYyMxoMCgPw==} engines: {node: '>= 8.9.0', npm: '>= 5.5.1'} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@slack/logger@3.0.0: resolution: {integrity: sha512-DTuBFbqu4gGfajREEMrkq5jBhcnskinhr4+AnfJEk48zhVeEv3XnUKGIX98B74kxhYsIMfApGGySTn7V3b5yBA==} engines: {node: '>= 12.13.0', npm: '>= 6.12.0'} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@slack/types@1.10.0: @@ -19162,11 +21752,15 @@ packages: '@slack/logger': 2.0.0 '@slack/types': 1.10.0 '@types/is-stream': 1.1.0 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 axios: 0.21.4(debug@4.3.4) ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) axios: 0.21.4(debug@4.3.3) >>>>>>> 9feae75363 (Lock file update) eventemitter3: 3.1.2 @@ -19185,11 +21779,15 @@ packages: '@slack/logger': 3.0.0 '@slack/types': 2.10.0 '@types/is-stream': 1.1.0 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 axios: 1.6.2 ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) axios: 0.24.0 eventemitter3: 3.1.2 form-data: 2.5.1 @@ -19240,8 +21838,13 @@ packages: '@storybook/core-events': 6.5.17-alpha.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD axe-core: 4.8.2 core-js: 3.34.0 +======= + axe-core: 4.3.5 + core-js: 3.29.1 +>>>>>>> 28159dc4c9 (Lock File Update) global: 4.4.0 lodash: 4.17.21 react: 17.0.2 @@ -19301,7 +21904,11 @@ packages: '@storybook/core-events': 6.5.17-alpha.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.29.1 +>>>>>>> 28159dc4c9 (Lock File Update) fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -19419,6 +22026,7 @@ packages: '@storybook/node-logger': 6.5.17-alpha.0 '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD <<<<<<< HEAD core-js: 3.34.0 ======= @@ -19458,6 +22066,9 @@ packages: '@storybook/preview-api': 7.5.2 '@storybook/theming': 7.5.2(react-dom@17.0.2)(react@17.0.2) '@storybook/types': 7.5.2 +======= + core-js: 3.29.1 +>>>>>>> 28159dc4c9 (Lock File Update) lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -19483,8 +22094,13 @@ packages: react-dom: optional: true dependencies: +<<<<<<< HEAD '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.5) '@babel/preset-env': 7.23.5(@babel/core@7.23.5) +======= + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.17.8) + '@babel/preset-env': 7.23.5(@babel/core@7.17.8) +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22(react@17.0.2) '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -19501,8 +22117,13 @@ packages: '@storybook/source-loader': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD babel-loader: 8.3.0(@babel/core@7.23.5)(webpack@5.89.0) core-js: 3.34.0 +======= + babel-loader: 8.3.0(@babel/core@7.17.8)(webpack@5.70.0) + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -19524,12 +22145,18 @@ packages: - webpack-command dev: true +<<<<<<< HEAD /@storybook/addon-docs@7.5.2(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-KxX4XuxK6YcI2mUosFkAlueMon/nby6mp3GRHenuK+nobY0ecfILqSTbsOeO1wqPxALBoq7fLnrgYhdDlandgQ==} +======= + /@storybook/addon-docs@6.5.17-alpha.0(@babel/core@7.21.3)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.70.0): + resolution: {integrity: sha512-WpWNIAIW/NG3/OCwCH8GvowGDBvExsZw2gcyonMx1GH4TxdWYye7BwpIEpSEIqGtchzu43bk15kK5ViYOXF9RQ==} +>>>>>>> 28159dc4c9 (Lock File Update) peerDependencies: react: ^17.0.2 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: +<<<<<<< HEAD '@jest/transform': 29.7.0 '@mdx-js/react': 2.3.0(react@17.0.2) '@storybook/blocks': 7.5.2(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) @@ -19546,6 +22173,31 @@ packages: '@storybook/theming': 7.5.2(react-dom@17.0.2)(react@17.0.2) '@storybook/types': 7.5.2 fs-extra: 11.1.1 +======= + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) + '@babel/preset-env': 7.20.2(@babel/core@7.21.3) + '@jest/transform': 26.6.2 + '@mdx-js/react': 1.6.22(react@17.0.2) + '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/api': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/core-events': 6.5.17-alpha.0 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/docs-tools': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.21.3) + '@storybook/node-logger': 6.5.17-alpha.0 + '@storybook/postinstall': 6.5.17-alpha.0 + '@storybook/preview-web': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/source-loader': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.70.0) + core-js: 3.29.1 + fast-deep-equal: 3.1.3 + global: 4.4.0 + lodash: 4.17.21 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) remark-external-links: 8.0.0 @@ -19666,7 +22318,11 @@ packages: react-select: 3.2.0(react-dom@17.0.2)(react@17.0.2) dev: true +<<<<<<< HEAD /@storybook/addon-knobs@7.0.2(@storybook/addons@7.5.2)(@storybook/api@7.6.4)(@storybook/components@7.6.4)(@storybook/core-events@7.6.4)(@storybook/theming@7.6.4)(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2): +======= + /@storybook/addon-knobs@7.0.2(@babel/core@7.17.8)(@storybook/addons@7.3.1)(@storybook/api@7.3.1)(@storybook/components@7.3.1)(@storybook/core-events@7.3.1)(@storybook/theming@7.3.1)(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-PzKuscxcBPhA2jpDxJ/F+BvBRqHJ8qBki1kS1IOjmJbAfE96WFnweXZ73ImyAJnRtmtReCL6p0ZmFkrNDMDpUw==} peerDependencies: '@storybook/addons': ^7.0.0 @@ -19682,11 +22338,19 @@ packages: react-dom: optional: true dependencies: +<<<<<<< HEAD '@storybook/addons': 7.5.2(react-dom@16.14.0)(react@17.0.2) '@storybook/api': 7.6.4(react-dom@16.14.0)(react@17.0.2) '@storybook/components': 7.6.4(@types/react@17.0.71)(react-dom@16.14.0)(react@17.0.2) '@storybook/core-events': 7.6.4 '@storybook/theming': 7.6.4(react-dom@16.14.0)(react@17.0.2) +======= + '@storybook/addons': 7.3.1(react-dom@16.14.0)(react@17.0.2) + '@storybook/api': 7.3.1(react-dom@16.14.0)(react@17.0.2) + '@storybook/components': 7.3.1(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@storybook/core-events': 7.3.1 + '@storybook/theming': 7.3.1(react-dom@16.14.0)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) copy-to-clipboard: 3.3.3 core-js: 3.34.0 escape-html: 1.0.3 @@ -19720,8 +22384,13 @@ packages: '@storybook/core-events': 6.5.17-alpha.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/router': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD '@types/qs': 6.9.10 core-js: 3.34.0 +======= + '@types/qs': 6.9.7 + core-js: 3.29.1 +>>>>>>> 28159dc4c9 (Lock File Update) global: 4.4.0 prop-types: 15.8.1 qs: 6.11.2 @@ -19826,7 +22495,11 @@ packages: '@storybook/router': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/source-loader': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.29.1 +>>>>>>> 28159dc4c9 (Lock File Update) estraverse: 5.3.0 loader-utils: 2.0.4 prop-types: 15.8.1 @@ -19914,7 +22587,11 @@ packages: '@storybook/components': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/core-events': 6.5.17-alpha.0 '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.29.1 +>>>>>>> 28159dc4c9 (Lock File Update) global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 @@ -19971,6 +22648,7 @@ packages: regenerator-runtime: 0.13.11 dev: true +<<<<<<< HEAD /@storybook/addons@7.5.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-hRiy56zQbz72Pwa4F40srUWXKGNIriNkZ1R0j5KPd8ZqoMk1hIeW0S8E7s1vuM/MplnUE/jFJZqu6HQCvbqmGg==} peerDependencies: @@ -19995,6 +22673,19 @@ packages: '@storybook/types': 7.5.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) +======= + /@storybook/addons@7.3.1(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-NebVJI/E2Lw7XP0deazSpN9B5HUtgVgIo2wbdyzJsOzKYAHO7IY1gkgvRyJ84Xn9iVoszEOPIw/P/t0WUqX6dg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/manager-api': 7.3.1(react-dom@16.14.0)(react@17.0.2) + '@storybook/preview-api': 7.3.1 + '@storybook/types': 7.3.1 + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@storybook/api@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2): @@ -20024,6 +22715,7 @@ packages: util-deprecate: 1.0.2 dev: true +<<<<<<< HEAD /@storybook/api@7.6.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-iY/ZejLmVHctT6WcCiVCXBY84g/wMP7Amb+J3xTBM6jZHAJoHpM3ZeYlR5eZu4QfbGZh608TQDTmdQ7irDo3ZA==} dependencies: @@ -20135,6 +22827,26 @@ packages: dev: true /@storybook/builder-webpack4@6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12): +======= + /@storybook/api@7.3.1(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-QYXX9NWV+Ud1nWVX3Tfjkmxb1Vi1bRxmSXlfIo3HYqhPm4rOwDlpN6nso21Kz3QyON4Hm9XqgQA5qUIZU19bVg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + dependencies: + '@storybook/client-logger': 7.3.1 + '@storybook/manager-api': 7.3.1(react-dom@16.14.0)(react@17.0.2) + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) + dev: true + + /@storybook/builder-webpack4@6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-WMZ2obdoAo0TIxQIknR6NzQhCsthom9mfy/eExUqPSksVF/ifgCNeyhOaZt3hYOv+DAFTyK4uZYVk7kyG90rMw==} peerDependencies: react: ^17.0.2 @@ -20144,7 +22856,11 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/api': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/channel-postmessage': 6.5.17-alpha.0 @@ -20161,6 +22877,7 @@ packages: '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/ui': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD '@types/node': 16.18.68 '@types/webpack': 4.41.38 autoprefixer: 9.8.6 @@ -20195,6 +22912,43 @@ packages: webpack-hot-middleware: 2.25.4 webpack-virtual-modules: 0.2.2 transitivePeerDependencies: +======= + '@types/node': 16.18.21 + '@types/webpack': 4.41.32 + autoprefixer: 9.8.6 + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@4.46.0) + case-sensitive-paths-webpack-plugin: 2.4.0 + core-js: 3.33.3 + css-loader: 3.6.0(webpack@4.46.0) + file-loader: 6.2.0(webpack@4.46.0) + find-up: 5.0.0 + fork-ts-checker-webpack-plugin: 4.1.6(eslint@8.32.0)(typescript@5.1.6)(webpack@4.46.0) + glob: 7.2.3 + glob-promise: 3.4.0(glob@7.2.3) + global: 4.4.0 + html-webpack-plugin: 4.5.2(webpack@4.46.0) + pnp-webpack-plugin: 1.6.4(typescript@5.1.6) + postcss: 7.0.39 + postcss-flexbugs-fixes: 4.2.1 + postcss-loader: 4.3.0(postcss@7.0.39)(webpack@4.46.0) + raw-loader: 4.0.2(webpack@4.46.0) + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + stable: 0.1.8 + style-loader: 1.3.0(webpack@4.46.0) + terser-webpack-plugin: 4.2.3(acorn@7.4.1)(webpack@4.46.0) + ts-dedent: 2.2.0 + typescript: 5.1.6 + url-loader: 4.1.1(file-loader@6.2.0)(webpack@4.46.0) + util-deprecate: 1.0.2 + webpack: 4.46.0(webpack-cli@3.3.12) + webpack-dev-middleware: 3.7.3(webpack@4.46.0) + webpack-filter-warnings-plugin: 1.2.1(webpack@4.46.0) + webpack-hot-middleware: 2.25.1 + webpack-virtual-modules: 0.2.2 + transitivePeerDependencies: + - acorn +>>>>>>> 28159dc4c9 (Lock File Update) - bluebird - eslint - supports-color @@ -20203,7 +22957,11 @@ packages: - webpack-command dev: true +<<<<<<< HEAD /@storybook/builder-webpack5@6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3): +======= + /@storybook/builder-webpack5@6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-j5DxqOSd7MAzi1vTTMEt7WEmAXvGGH4RGliprOCyjL0Yn4+9g0rydPG+dHut0gVoo5bF7aktyODquv6seAJGYQ==} peerDependencies: react: ^17.0.2 @@ -20221,7 +22979,11 @@ packages: '@storybook/client-api': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/client-logger': 6.5.17-alpha.0 '@storybook/components': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD '@storybook/core-common': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) +======= + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/core-events': 6.5.17-alpha.0 '@storybook/node-logger': 6.5.17-alpha.0 '@storybook/preview-web': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) @@ -20229,6 +22991,7 @@ packages: '@storybook/semver': 7.3.2 '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD '@types/node': 16.18.68 babel-loader: 8.3.0(@babel/core@7.23.5)(webpack@5.89.0) babel-plugin-named-exports-order: 0.0.2 @@ -20240,20 +23003,45 @@ packages: glob: 7.2.3 glob-promise: 3.4.0(glob@7.2.3) html-webpack-plugin: 5.5.4(webpack@5.89.0) +======= + '@types/node': 16.18.21 + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) + babel-plugin-named-exports-order: 0.0.2 + browser-assert: 1.2.1 + case-sensitive-paths-webpack-plugin: 2.4.0 + core-js: 3.29.1 + css-loader: 5.2.7(webpack@5.76.3) + fork-ts-checker-webpack-plugin: 6.5.0(eslint@8.32.0)(typescript@5.1.6)(webpack@5.76.3) + glob: 7.2.3 + glob-promise: 3.4.0(glob@7.2.3) + html-webpack-plugin: 5.5.0(acorn@8.8.1)(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) path-browserify: 1.0.1 process: 0.11.10 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) stable: 0.1.8 +<<<<<<< HEAD style-loader: 2.0.0(webpack@5.89.0) terser-webpack-plugin: 5.3.6(webpack@5.89.0) +======= + style-loader: 2.0.0(webpack@5.76.3) + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) ts-dedent: 2.2.0 typescript: 5.3.3 util-deprecate: 1.0.2 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@5.1.4) webpack-dev-middleware: 4.3.0(webpack@5.89.0) webpack-hot-middleware: 2.25.4 webpack-virtual-modules: 0.4.6 +======= + webpack: 5.76.3(webpack-cli@4.9.2) + webpack-dev-middleware: 4.3.0(webpack@5.76.3) + webpack-hot-middleware: 2.25.1 + webpack-virtual-modules: 0.4.3 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@swc/core' - esbuild @@ -20350,14 +23138,22 @@ packages: util-deprecate: 1.0.2 dev: true +<<<<<<< HEAD /@storybook/channels@7.5.2: resolution: {integrity: sha512-3SgqWq9NS0XX1QxK3riuaOLrReHWwVhI63u6q1ryDD3SttpmAezZETibOAtzDuk2FKgsyHTmAlmcGQf4ZxhOJA==} dependencies: '@storybook/client-logger': 7.5.2 '@storybook/core-events': 7.5.2 +======= + /@storybook/channels@7.3.1: + resolution: {integrity: sha512-DHdUdwfnMOSmtYv55Ixysklo/ZeD3TiTEQvyBaxhnMR3G0j7nb+TxqyfAn4fb7bntOPRNVB1Vz3nZXkkjrPNgw==} + dependencies: + '@storybook/client-logger': 7.3.1 + '@storybook/core-events': 7.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/global': 5.0.0 qs: 6.11.2 - telejson: 7.2.0 + telejson: 7.1.0 tiny-invariant: 1.3.1 dev: true @@ -20464,12 +23260,21 @@ packages: /@storybook/client-logger@6.5.17-alpha.0: resolution: {integrity: sha512-1g9cGPlp016xKsOv05U4NfhdOrVN7ra6gkkovYy/sZhzOH3ouXGebMw2dMMCGPXBx0MNXK0jnDEj+r3mXPP6BQ==} dependencies: +<<<<<<< HEAD core-js: 3.34.0 global: 4.4.0 dev: true /@storybook/client-logger@7.5.2: resolution: {integrity: sha512-7YgLItlmiYDzWYexTaRNuHhtFarh9krsI+8l7Yjn9ryoHSTJUcTWx+yPJm1II+PQR8v/x5UgsxzultjgEurfRQ==} +======= + core-js: 3.33.3 + global: 4.4.0 + dev: true + + /@storybook/client-logger@7.3.1: + resolution: {integrity: sha512-VfKi8C5Z1hquaP6xtVn9ngKcnXZjHNV6+RAqLbUJyAoGeO8fFaMblYgbY+tF7Xyf3bZKMLBo4QqtegTh2QjdAA==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: '@storybook/global': 5.0.0 dev: true @@ -20519,12 +23324,18 @@ packages: util-deprecate: 1.0.2 dev: true +<<<<<<< HEAD /@storybook/components@7.5.2(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-OP+o6AoxoQDbqjk/jdQ1arlc1T8601eCL+rS1dJY9EtAFq7Z0LEFtafhEW/Lx8FotfVGjfCNptH9ODhHU6e5Jw==} +======= + /@storybook/components@7.3.1(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-8dk3WutobHvjxweVzA9Vqrp564vWOTQaV38JSi84ME8wzOdl20Xne9LoeMnqPHXFhnVZdm/Gkosfv4tqkDy4aw==} +>>>>>>> 28159dc4c9 (Lock File Update) peerDependencies: react: ^17.0.2 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: +<<<<<<< HEAD '@radix-ui/react-select': 1.2.2(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.0.10)(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@storybook/client-logger': 7.5.2 @@ -20578,6 +23389,16 @@ packages: '@storybook/global': 5.0.0 '@storybook/theming': 7.6.4(react-dom@16.14.0)(react@17.0.2) '@storybook/types': 7.6.4 +======= + '@radix-ui/react-select': 1.2.2(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@radix-ui/react-toolbar': 1.0.4(@types/react@17.0.50)(react-dom@16.14.0)(react@17.0.2) + '@storybook/client-logger': 7.3.1 + '@storybook/csf': 0.1.1 + '@storybook/global': 5.0.0 + '@storybook/icons': 1.1.6(react-dom@16.14.0)(react@17.0.2) + '@storybook/theming': 7.3.1(react-dom@16.14.0)(react@17.0.2) + '@storybook/types': 7.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) memoizerific: 1.11.3 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -20588,7 +23409,11 @@ packages: - '@types/react-dom' dev: true +<<<<<<< HEAD /@storybook/core-client@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@4.47.0): +======= + /@storybook/core-client@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@4.46.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-j4UqRv16EwavjFUbFnB1CTdkJf70/yzAZNs78OZuTeMHAbTD8AuKpVZ/MBniymll11AIYV0ue7Hr1cwxYuTWDA==} peerDependencies: react: ^17.0.2 @@ -20622,10 +23447,14 @@ packages: typescript: 5.3.3 unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true +<<<<<<< HEAD /@storybook/core-client@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@5.89.0): +======= + /@storybook/core-client@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-j4UqRv16EwavjFUbFnB1CTdkJf70/yzAZNs78OZuTeMHAbTD8AuKpVZ/MBniymll11AIYV0ue7Hr1cwxYuTWDA==} peerDependencies: react: ^17.0.2 @@ -20659,7 +23488,48 @@ packages: typescript: 5.3.3 unfetch: 4.2.0 util-deprecate: 1.0.2 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@5.1.4) +======= + webpack: 5.76.3(webpack-cli@4.9.2) + dev: true + + /@storybook/core-client@6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.89.0): + resolution: {integrity: sha512-j4UqRv16EwavjFUbFnB1CTdkJf70/yzAZNs78OZuTeMHAbTD8AuKpVZ/MBniymll11AIYV0ue7Hr1cwxYuTWDA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/channel-postmessage': 6.5.17-alpha.0 + '@storybook/channel-websocket': 6.5.17-alpha.0 + '@storybook/client-api': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/client-logger': 6.5.17-alpha.0 + '@storybook/core-events': 6.5.17-alpha.0 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/ui': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.15 + core-js: 3.33.3 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.11.2 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + regenerator-runtime: 0.13.11 + ts-dedent: 2.2.0 + typescript: 5.1.6 + unfetch: 4.2.0 + util-deprecate: 1.0.2 + webpack: 5.89.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@storybook/core-client@7.5.2: @@ -20686,6 +23556,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.5) '@babel/plugin-proposal-decorators': 7.23.5(@babel/core@7.23.5) @@ -20713,14 +23584,51 @@ packages: '@types/node': 16.18.68 '@types/pretty-hrtime': 1.0.3 babel-loader: 8.3.0(@babel/core@7.23.5)(webpack@4.47.0) +======= + '@babel/core': 7.21.3 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-decorators': 7.16.4(@babel/core@7.21.3) + '@babel/plugin-proposal-export-default-from': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-private-property-in-object': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.21.3) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-spread': 7.19.0(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/preset-react': 7.22.3(@babel/core@7.21.3) + '@babel/preset-typescript': 7.18.6(@babel/core@7.21.3) + '@babel/register': 7.12.1(@babel/core@7.21.3) + '@storybook/node-logger': 6.5.17-alpha.0 + '@storybook/semver': 7.3.2 + '@types/node': 16.18.21 + '@types/pretty-hrtime': 1.0.1 + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@4.46.0) +>>>>>>> 28159dc4c9 (Lock File Update) babel-plugin-macros: 3.1.0 babel-plugin-polyfill-corejs3: 0.1.7(@babel/core@7.23.5) chalk: 4.1.2 +<<<<<<< HEAD core-js: 3.34.0 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.55.0)(typescript@5.3.3)(webpack@4.47.0) +======= + core-js: 3.33.3 + express: 4.18.1 + file-system-cache: 1.0.5 + find-up: 5.0.0 + fork-ts-checker-webpack-plugin: 6.5.0(eslint@8.32.0)(typescript@5.1.6)(webpack@4.46.0) +>>>>>>> 28159dc4c9 (Lock File Update) fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.8 @@ -20738,6 +23646,7 @@ packages: ts-dedent: 2.2.0 typescript: 5.3.3 util-deprecate: 1.0.2 +<<<<<<< HEAD webpack: 4.47.0(webpack-cli@3.3.12) transitivePeerDependencies: - eslint @@ -20773,6 +23682,9 @@ packages: pretty-hrtime: 1.0.3 resolve-from: 5.0.0 ts-dedent: 2.2.0 +======= + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - encoding - supports-color @@ -20812,6 +23724,7 @@ packages: /@storybook/core-events@6.5.17-alpha.0: resolution: {integrity: sha512-L2QV/isJymOBZp6Q1Q1GMZnLDIs2blwyzCh8auAnVBbluVzpUs8WULvXLvBhSwXULpGZVujt8ToL+aoVTHleFA==} dependencies: +<<<<<<< HEAD core-js: 3.34.0 dev: true @@ -20828,6 +23741,16 @@ packages: dev: true /@storybook/core-server@6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3): +======= + core-js: 3.29.1 + dev: true + + /@storybook/core-events@7.3.1: + resolution: {integrity: sha512-7Pkgwmj/9B7Z3NNSn2swnviBrg9L1VeYSFw6JJKxtQskt8QoY8LxAsPzVMlHjqRmO6sO7lHo9FgpzIFxdmFaAA==} + dev: true + + /@storybook/core-server@6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-LPuxhg1UBdW1/GtZxKok0vg1Ch1fxXPSgmV7/Mw/78zaHcoxev1h9VSm388IJUkdqXlNCLxQCDBUyfYpQMjH5Q==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -20844,6 +23767,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 +<<<<<<< HEAD '@storybook/builder-webpack4': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) '@storybook/builder-webpack5': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3) '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@4.47.0) @@ -20861,6 +23785,25 @@ packages: '@types/node-fetch': 2.6.9 '@types/pretty-hrtime': 1.0.3 '@types/webpack': 4.41.38 +======= + '@storybook/builder-webpack4': 6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/builder-webpack5': 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@4.46.0) + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/core-events': 6.5.17-alpha.0 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/csf-tools': 6.5.17-alpha.0 + '@storybook/manager-webpack4': 6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/manager-webpack5': 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@storybook/node-logger': 6.5.17-alpha.0 + '@storybook/semver': 7.3.2 + '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/telemetry': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@types/node': 16.18.21 + '@types/node-fetch': 2.6.2 + '@types/pretty-hrtime': 1.0.1 + '@types/webpack': 4.41.32 +>>>>>>> 28159dc4c9 (Lock File Update) better-opn: 2.1.1 boxen: 5.1.2 chalk: 4.1.2 @@ -20890,11 +23833,17 @@ packages: typescript: 5.3.3 util-deprecate: 1.0.2 watchpack: 2.4.0 +<<<<<<< HEAD webpack: 4.47.0(webpack-cli@3.3.12) ws: 8.15.0 +======= + webpack: 4.46.0(webpack-cli@3.3.12) + ws: 8.13.0 +>>>>>>> 28159dc4c9 (Lock File Update) x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' + - acorn - bluebird - bufferutil - encoding @@ -20906,7 +23855,11 @@ packages: - webpack-command dev: true +<<<<<<< HEAD /@storybook/core-server@6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12): +======= + /@storybook/core-server@6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-LPuxhg1UBdW1/GtZxKok0vg1Ch1fxXPSgmV7/Mw/78zaHcoxev1h9VSm388IJUkdqXlNCLxQCDBUyfYpQMjH5Q==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -20923,6 +23876,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 +<<<<<<< HEAD '@storybook/builder-webpack4': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@4.47.0) '@storybook/core-common': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) @@ -20938,13 +23892,34 @@ packages: '@types/node-fetch': 2.6.9 '@types/pretty-hrtime': 1.0.3 '@types/webpack': 4.41.38 +======= + '@storybook/builder-webpack4': 6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@4.46.0) + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/core-events': 6.5.17-alpha.0 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/csf-tools': 6.5.17-alpha.0 + '@storybook/manager-webpack4': 6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/node-logger': 6.5.17-alpha.0 + '@storybook/semver': 7.3.2 + '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/telemetry': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@types/node': 16.18.21 + '@types/node-fetch': 2.6.2 + '@types/pretty-hrtime': 1.0.1 + '@types/webpack': 4.41.32 +>>>>>>> 28159dc4c9 (Lock File Update) better-opn: 2.1.1 boxen: 5.1.2 chalk: 4.1.2 cli-table3: 0.6.3 commander: 6.2.1 compression: 1.7.4 +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) cpy: 8.1.2 detect-port: 1.5.1 express: 4.18.2 @@ -20967,11 +23942,17 @@ packages: typescript: 5.3.3 util-deprecate: 1.0.2 watchpack: 2.4.0 +<<<<<<< HEAD webpack: 4.47.0(webpack-cli@3.3.12) ws: 8.15.0 +======= + webpack: 4.46.0(webpack-cli@3.3.12) + ws: 8.13.0 +>>>>>>> 28159dc4c9 (Lock File Update) x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' + - acorn - bluebird - bufferutil - encoding @@ -20983,6 +23964,7 @@ packages: - webpack-command dev: true +<<<<<<< HEAD /@storybook/core-server@7.6.4: resolution: {integrity: sha512-mXxZMpCwOhjEPPRjqrTHdiCpFdkc47f46vlgTj02SX+9xKHxslmZ2D3JG/8O4Ab9tG+bBl6lBm3RIrIzaiCu9Q==} dependencies: @@ -21048,6 +24030,9 @@ packages: dev: true /@storybook/core@6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@5.89.0): +======= + /@storybook/core@6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-M5ccC7Qe0TWnX7KG2le9WRAnvaasBKEjxH8o0QvjhnxbUZxPGhEC9OjuR2QTZcPsA+WDRvPukK2f2ugqLpIOwA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -21064,6 +24049,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@storybook/builder-webpack5': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3) '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@5.89.0) '@storybook/core-server': 6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3) @@ -21072,8 +24058,19 @@ packages: react-dom: 17.0.2(react@17.0.2) typescript: 5.3.3 webpack: 5.89.0(webpack-cli@5.1.4) +======= + '@storybook/builder-webpack5': 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.76.3) + '@storybook/core-server': 6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@storybook/manager-webpack5': 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + typescript: 5.1.6 + webpack: 5.76.3(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@storybook/mdx2-csf' + - acorn - bluebird - bufferutil - encoding @@ -21085,7 +24082,11 @@ packages: - webpack-command dev: true +<<<<<<< HEAD /@storybook/core@6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12)(webpack@5.89.0): +======= + /@storybook/core@6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12)(webpack@5.89.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-M5ccC7Qe0TWnX7KG2le9WRAnvaasBKEjxH8o0QvjhnxbUZxPGhEC9OjuR2QTZcPsA+WDRvPukK2f2ugqLpIOwA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -21102,14 +24103,23 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@5.89.0) '@storybook/core-server': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) typescript: 5.3.3 +======= + '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.89.0) + '@storybook/core-server': 6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + typescript: 5.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) webpack: 5.89.0(webpack-cli@3.3.12) transitivePeerDependencies: - '@storybook/mdx2-csf' + - acorn - bluebird - bufferutil - encoding @@ -21147,6 +24157,7 @@ packages: '@storybook/mdx2-csf': optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/generator': 7.23.5 '@babel/parser': 7.23.5 @@ -21157,6 +24168,18 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/mdx1-csf': 0.0.1(@babel/core@7.23.5) core-js: 3.34.0 +======= + '@babel/core': 7.21.3 + '@babel/generator': 7.21.3 + '@babel/parser': 7.22.15 + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/mdx1-csf': 0.0.1(@babel/core@7.21.3) + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) fs-extra: 9.1.0 global: 4.4.0 regenerator-runtime: 0.13.11 @@ -21209,8 +24232,8 @@ packages: lodash: 4.17.21 dev: true - /@storybook/csf@0.1.2: - resolution: {integrity: sha512-ePrvE/pS1vsKR9Xr+o+YwdqNgHUyXvg+1Xjx0h9LrVx7Zq4zNe06pd63F5EvzTbCbJsHj7GHr9tkiaqm7U8WRA==} + /@storybook/csf@0.1.1: + resolution: {integrity: sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==} dependencies: type-fest: 2.19.0 dev: true @@ -21225,7 +24248,11 @@ packages: '@babel/core': 7.23.5 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) doctrine: 3.0.0 lodash: 4.17.21 regenerator-runtime: 0.13.11 @@ -21268,6 +24295,7 @@ packages: resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} dev: true +<<<<<<< HEAD /@storybook/manager-api@7.5.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-WX8GjBkITRQzhQ08WEAVjdDW8QqqIQhWOpFzXUYCxCNzt1eSALI31QQ+M1/MYymw+TOkotC/SMcn/puIAm4rdA==} peerDependencies: @@ -21329,18 +24357,45 @@ packages: '@storybook/router': 7.6.4 '@storybook/theming': 7.6.4(react-dom@16.14.0)(react@17.0.2) '@storybook/types': 7.6.4 +======= + /@storybook/icons@1.1.6(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-co5gDCYPojRAc5lRMnWxbjrR1V37/rTmAo9Vok4a1hDpHZIwkGTWesdzvYivSQXYFxZTpxdM1b5K3W87brnahw==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) + dev: true + + /@storybook/manager-api@7.3.1(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-jFH0EfWasdwHW8X5DUzTbH5mpdCZBHU7lIEUj6lVMBcBxbTniqBiG7mkwbW9VLocqEbBZimLCb/2RtTpK1Ue3Q==} + 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': 7.3.1 + '@storybook/client-logger': 7.3.1 + '@storybook/core-events': 7.3.1 + '@storybook/csf': 0.1.1 + '@storybook/global': 5.0.0 + '@storybook/router': 7.3.1(react-dom@16.14.0)(react@17.0.2) + '@storybook/theming': 7.3.1(react-dom@16.14.0)(react@17.0.2) + '@storybook/types': 7.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) dequal: 2.0.3 lodash: 4.17.21 memoizerific: 1.11.3 - semver: 7.5.4 + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) + semver: 7.5.3 store2: 2.14.2 - telejson: 7.2.0 + telejson: 7.1.0 ts-dedent: 2.2.0 - transitivePeerDependencies: - - react - - react-dom dev: true +<<<<<<< HEAD /@storybook/manager-api@7.6.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-RFb/iaBJfXygSgXkINPRq8dXu7AxBicTGX7MxqKXbz5FU7ANwV7abH6ONBYURkSDOH9//TQhRlVkF5u8zWg3bw==} dependencies: @@ -21365,6 +24420,9 @@ packages: dev: true /@storybook/manager-webpack4@6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12): +======= + /@storybook/manager-webpack4@6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-1sOZEFe073hVuZnNmvYj1pSUL2anLYSm7PuPewxBzVtvORk0vy+Mk0ZO/ToqV1KWYGZAHiFrfniQZXsamAfuMg==} peerDependencies: react: ^17.0.2 @@ -21374,6 +24432,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.5) '@babel/preset-react': 7.23.3(@babel/core@7.23.5) @@ -21397,11 +24456,37 @@ packages: html-webpack-plugin: 4.5.2(webpack@4.47.0) node-fetch: 2.7.0 pnp-webpack-plugin: 1.6.4(typescript@5.3.3) +======= + '@babel/core': 7.21.3 + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) + '@babel/preset-react': 7.22.3(@babel/core@7.21.3) + '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@4.46.0) + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/node-logger': 6.5.17-alpha.0 + '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/ui': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@types/node': 16.18.21 + '@types/webpack': 4.41.32 + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@4.46.0) + case-sensitive-paths-webpack-plugin: 2.4.0 + chalk: 4.1.2 + core-js: 3.33.3 + css-loader: 3.6.0(webpack@4.46.0) + express: 4.18.1 + file-loader: 6.2.0(webpack@4.46.0) + find-up: 5.0.0 + fs-extra: 9.1.0 + html-webpack-plugin: 4.5.2(webpack@4.46.0) + node-fetch: 2.6.7 + pnp-webpack-plugin: 1.6.4(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 resolve-from: 5.0.0 +<<<<<<< HEAD style-loader: 1.3.0(webpack@4.47.0) telejson: 6.0.8 terser-webpack-plugin: 4.2.3(webpack@4.47.0) @@ -21413,6 +24498,20 @@ packages: webpack-dev-middleware: 3.7.3(webpack@4.47.0) webpack-virtual-modules: 0.2.2 transitivePeerDependencies: +======= + style-loader: 1.3.0(webpack@4.46.0) + telejson: 6.0.8 + terser-webpack-plugin: 4.2.3(acorn@7.4.1)(webpack@4.46.0) + ts-dedent: 2.2.0 + typescript: 5.1.6 + url-loader: 4.1.1(file-loader@6.2.0)(webpack@4.46.0) + util-deprecate: 1.0.2 + webpack: 4.46.0(webpack-cli@3.3.12) + webpack-dev-middleware: 3.7.3(webpack@4.46.0) + webpack-virtual-modules: 0.2.2 + transitivePeerDependencies: + - acorn +>>>>>>> 28159dc4c9 (Lock File Update) - bluebird - encoding - eslint @@ -21422,7 +24521,11 @@ packages: - webpack-command dev: true +<<<<<<< HEAD /@storybook/manager-webpack5@6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3): +======= + /@storybook/manager-webpack5@6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Z/Ct16aYWUusg+744MkxWs4eQveIivSMqDfROvfiGEsVnC/QuzLIcLPW1evozCoBAparwAoIUwbkeRkMDx8bJQ==} peerDependencies: react: ^17.0.2 @@ -21436,6 +24539,7 @@ packages: '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.5) '@babel/preset-react': 7.23.3(@babel/core@7.23.5) '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@5.89.0) '@storybook/core-common': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) '@storybook/node-logger': 6.5.17-alpha.0 @@ -21452,21 +24556,51 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 5.5.4(webpack@5.89.0) node-fetch: 2.7.0 +======= + '@storybook/core-client': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.76.3) + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/node-logger': 6.5.17-alpha.0 + '@storybook/theming': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/ui': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@types/node': 16.18.21 + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) + case-sensitive-paths-webpack-plugin: 2.4.0 + chalk: 4.1.2 + core-js: 3.29.1 + css-loader: 5.2.7(webpack@5.76.3) + express: 4.18.1 + find-up: 5.0.0 + fs-extra: 9.1.0 + html-webpack-plugin: 5.5.0(acorn@8.8.1)(webpack@5.76.3) + node-fetch: 2.6.7 +>>>>>>> 28159dc4c9 (Lock File Update) process: 0.11.10 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) read-pkg-up: 7.0.1 regenerator-runtime: 0.13.11 resolve-from: 5.0.0 +<<<<<<< HEAD style-loader: 2.0.0(webpack@5.89.0) telejson: 6.0.8 terser-webpack-plugin: 5.3.6(webpack@5.89.0) +======= + style-loader: 2.0.0(webpack@5.76.3) + telejson: 6.0.8 + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) ts-dedent: 2.2.0 typescript: 5.3.3 util-deprecate: 1.0.2 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@5.1.4) webpack-dev-middleware: 4.3.0(webpack@5.89.0) webpack-virtual-modules: 0.4.6 +======= + webpack: 5.76.3(webpack-cli@4.9.2) + webpack-dev-middleware: 4.3.0(webpack@5.76.3) + webpack-virtual-modules: 0.4.3 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@swc/core' - encoding @@ -21486,10 +24620,17 @@ packages: /@storybook/mdx1-csf@0.0.1(@babel/core@7.23.5): resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: +<<<<<<< HEAD '@babel/generator': 7.23.5 '@babel/parser': 7.23.5 '@babel/preset-env': 7.23.5(@babel/core@7.23.5) '@babel/types': 7.23.5 +======= + '@babel/generator': 7.21.3 + '@babel/parser': 7.22.15 + '@babel/preset-env': 7.23.5(@babel/core@7.17.8) + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) '@mdx-js/mdx': 1.6.22 '@types/lodash': 4.14.202 js-string-escape: 1.0.1 @@ -21502,8 +24643,28 @@ packages: - supports-color dev: true +<<<<<<< HEAD /@storybook/mdx2-csf@1.1.0: resolution: {integrity: sha512-TXJJd5RAKakWx4BtpwvSNdgTDkKM6RkXU8GK34S/LhidQ5Pjz3wcnqb0TxEkfhK/ztbP8nKHqXFwLfa2CYkvQw==} +======= + /@storybook/mdx1-csf@0.0.1(@babel/core@7.21.3): + resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} + dependencies: + '@babel/generator': 7.21.3 + '@babel/parser': 7.22.15 + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/types': 7.22.15 + '@mdx-js/mdx': 1.6.22 + '@types/lodash': 4.14.184 + js-string-escape: 1.0.1 + loader-utils: 2.0.4 + lodash: 4.17.21 + prettier: 2.3.0 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - '@babel/core' + - supports-color +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@storybook/node-logger@6.5.17-alpha.0: @@ -21511,7 +24672,11 @@ packages: dependencies: '@types/npmlog': 4.1.6 chalk: 4.1.2 +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) npmlog: 5.0.1 pretty-hrtime: 1.0.3 dev: true @@ -21527,6 +24692,7 @@ packages: /@storybook/postinstall@6.5.17-alpha.0: resolution: {integrity: sha512-ipK7F0Yz7igGgxg1KfJYN++U7XGA0eNqB93CPK4nux7OLbbI+w4LaH22OmnFt+je/TXaKyIt/DZKYP0qVYk7iQ==} dependencies: +<<<<<<< HEAD core-js: 3.34.0 dev: true @@ -21617,11 +24783,26 @@ packages: '@storybook/global': 5.0.0 '@storybook/types': 7.6.4 '@types/qs': 6.9.10 +======= + core-js: 3.33.3 + dev: true + + /@storybook/preview-api@7.3.1: + resolution: {integrity: sha512-otFvUJBFxhg11O5XLiyqddTS1ge/tjIs4gA4Uli6M+a6PV+SdNuTE8OjpvvgjsFTFdhyciHKTimKSLAqvopcuw==} + dependencies: + '@storybook/channels': 7.3.1 + '@storybook/client-logger': 7.3.1 + '@storybook/core-events': 7.3.1 + '@storybook/csf': 0.1.1 + '@storybook/global': 5.0.0 + '@storybook/types': 7.3.1 + '@types/qs': 6.9.7 +>>>>>>> 28159dc4c9 (Lock File Update) dequal: 2.0.3 lodash: 4.17.21 memoizerific: 1.11.3 qs: 6.11.2 - synchronous-promise: 2.0.17 + synchronous-promise: 2.0.15 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true @@ -21639,7 +24820,11 @@ packages: '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) ansi-to-html: 0.6.15 +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) global: 4.4.0 lodash: 4.17.21 qs: 6.11.2 @@ -21652,6 +24837,7 @@ packages: util-deprecate: 1.0.2 dev: true +<<<<<<< HEAD /@storybook/preview@7.6.4: resolution: {integrity: sha512-p9xIvNkgXgTpSRphOMV9KpIiNdkymH61jBg3B0XyoF6IfM1S2/mQGvC89lCVz1dMGk2SrH4g87/WcOapkU5ArA==} dev: true @@ -21676,12 +24862,15 @@ packages: dev: true /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.630821.0(typescript@5.3.3)(webpack@5.89.0): +======= + /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.630821.0(typescript@5.1.6)(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-adrUdN/hb/bzRBmSJtHBEwoPpZzmMbr9WIEp83As69j0hkSa2Rp/Fvp+f97A2FyEx0+skiSX8ENLnwuup+5yuA==} peerDependencies: typescript: '>= 4.x' webpack: '>= 4' dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) endent: 2.1.0 find-cache-dir: 3.3.2 flat-cache: 3.2.0 @@ -21695,8 +24884,31 @@ packages: react-docgen-typescript: 2.2.2(typescript@5.1.6) tslib: 2.5.0 typescript: 5.1.6 +<<<<<<< HEAD webpack: 5.70.0(webpack-cli@4.9.2) >>>>>>> 9feae75363 (Lock file update) +======= + webpack: 5.76.3(webpack-cli@4.9.2) + transitivePeerDependencies: + - supports-color + dev: true + + /@storybook/react-docgen-typescript-plugin@1.0.6--canary.9.630821.0(typescript@5.1.6)(webpack@5.89.0): + resolution: {integrity: sha512-adrUdN/hb/bzRBmSJtHBEwoPpZzmMbr9WIEp83As69j0hkSa2Rp/Fvp+f97A2FyEx0+skiSX8ENLnwuup+5yuA==} + peerDependencies: + typescript: '>= 4.x' + webpack: '>= 4' + dependencies: + debug: 4.3.4(supports-color@9.2.2) + endent: 2.1.0 + find-cache-dir: 3.3.2 + flat-cache: 3.0.4 + micromatch: 4.0.5 + react-docgen-typescript: 2.2.2(typescript@5.1.6) + tslib: 2.5.0 + typescript: 5.1.6 + webpack: 5.89.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -21787,32 +24999,58 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/preset-flow': 7.23.3(@babel/core@7.23.5) '@babel/preset-react': 7.23.3(@babel/core@7.23.5) '@pmmmwh/react-refresh-webpack-plugin': 0.5.11(react-refresh@0.11.0)(webpack@5.89.0) +======= + '@babel/core': 7.17.8 + '@babel/preset-flow': 7.16.7(@babel/core@7.17.8) + '@babel/preset-react': 7.22.3(@babel/core@7.17.8) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(webpack@5.89.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/builder-webpack5': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3) '@storybook/client-logger': 6.5.17-alpha.0 +<<<<<<< HEAD '@storybook/core': 6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack@5.89.0) '@storybook/core-common': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) +======= + '@storybook/core': 6.5.17-alpha.0(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12)(webpack@5.89.0) + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/manager-webpack5': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3) '@storybook/node-logger': 6.5.17-alpha.0 +<<<<<<< HEAD '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.630821.0(typescript@5.3.3)(webpack@5.89.0) '@storybook/semver': 7.3.2 '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@types/estree': 0.0.51 '@types/node': 16.18.68 '@types/webpack-env': 1.18.4 +======= + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.630821.0(typescript@5.1.6)(webpack@5.89.0) + '@storybook/semver': 7.3.2 + '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@types/estree': 0.0.51 + '@types/node': 16.18.21 + '@types/webpack-env': 1.16.3 +>>>>>>> 28159dc4c9 (Lock File Update) 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 +<<<<<<< HEAD core-js: 3.34.0 escodegen: 2.1.0 +======= + core-js: 3.33.3 + escodegen: 2.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) fs-extra: 9.1.0 global: 4.4.0 html-tags: 3.3.1 @@ -21828,7 +25066,11 @@ packages: ts-dedent: 2.2.0 typescript: 5.3.3 util-deprecate: 1.0.2 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@5.1.4) +======= + webpack: 5.89.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@storybook/mdx2-csf' - '@swc/core' @@ -21851,7 +25093,11 @@ packages: - webpack-plugin-serve dev: true +<<<<<<< HEAD /@storybook/react@6.5.17-alpha.0(@babel/core@7.23.5)(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(require-from-string@2.0.2)(typescript@5.3.3)(webpack-cli@3.3.12): +======= + /@storybook/react@6.5.17-alpha.0(@babel/core@7.21.3)(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(require-from-string@2.0.2)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-xpagMotWKLx1TxFvwpoa/9adCw2Ttvn8/NCbu2n29bLj1v5XtKzjPTNfThqGhft+A/YF1DaM+7KJOTHeocDhMA==} engines: {node: '>=10.13.0'} hasBin: true @@ -21879,6 +25125,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/preset-flow': 7.23.3(@babel/core@7.23.5) '@babel/preset-react': 7.23.3(@babel/core@7.23.5) @@ -21896,13 +25143,39 @@ packages: '@types/estree': 0.0.51 '@types/node': 16.18.68 '@types/webpack-env': 1.18.4 +======= + '@babel/core': 7.21.3 + '@babel/preset-flow': 7.16.7(@babel/core@7.21.3) + '@babel/preset-react': 7.22.3(@babel/core@7.21.3) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(webpack@5.76.3) + '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/builder-webpack5': 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@storybook/client-logger': 6.5.17-alpha.0 + '@storybook/core': 6.5.17-alpha.0(@storybook/builder-webpack5@6.5.17-alpha.0)(@storybook/manager-webpack5@6.5.17-alpha.0)(acorn@7.4.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack@5.76.3) + '@storybook/core-common': 6.5.17-alpha.0(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(webpack-cli@3.3.12) + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/docs-tools': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@storybook/manager-webpack5': 6.5.17-alpha.0(acorn@8.8.1)(eslint@8.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@storybook/node-logger': 6.5.17-alpha.0 + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.630821.0(typescript@5.1.6)(webpack@5.76.3) + '@storybook/semver': 7.3.2 + '@storybook/store': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) + '@types/estree': 0.0.51 + '@types/node': 16.18.21 + '@types/webpack-env': 1.16.3 +>>>>>>> 28159dc4c9 (Lock File Update) 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 +<<<<<<< HEAD core-js: 3.34.0 escodegen: 2.1.0 +======= + core-js: 3.29.1 + escodegen: 2.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) fs-extra: 9.1.0 global: 4.4.0 html-tags: 3.3.1 @@ -21918,7 +25191,11 @@ packages: ts-dedent: 2.2.0 typescript: 5.3.3 util-deprecate: 1.0.2 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@3.3.12) +======= + webpack: 5.76.3(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@storybook/mdx2-csf' - '@swc/core' @@ -22036,6 +25313,7 @@ packages: regenerator-runtime: 0.13.11 dev: true +<<<<<<< HEAD /@storybook/router@7.5.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-jlh48TVUlqvGkU8MnkVp9SrCHomWGtQGx1WMK94NMyOPVPTLWzM6LjIybgmHz0MTe4lpzmbiIOfSlU3pPX054w==} peerDependencies: @@ -22066,8 +25344,19 @@ packages: resolution: {integrity: sha512-5MQ7Z4D7XNPN2yhFgjey7hXOYd6s8CggUqeAwhzGTex90SMCkKHSz1hfkcXn1ZqBPaall2b53uK553OvPLp9KQ==} dependencies: '@storybook/client-logger': 7.6.4 +======= + /@storybook/router@7.3.1(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-KY+Mo0oF2xcRUDCXPJjAB5xy7d8Hi2dh8VqLahGa14ZHwhsZ/RxqE2bypwLXXkRpEiyOpfMbSsG73+1ml3fIUg==} + 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': 7.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) memoizerific: 1.11.3 qs: 6.11.2 + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) dev: true /@storybook/semver@7.3.2: @@ -22088,7 +25377,11 @@ packages: '@storybook/addons': 6.5.17-alpha.0(react-dom@17.0.2)(react@17.0.2) '@storybook/client-logger': 6.5.17-alpha.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) estraverse: 5.3.0 global: 4.4.0 loader-utils: 2.0.4 @@ -22124,7 +25417,11 @@ packages: '@storybook/client-logger': 6.5.17-alpha.0 '@storybook/core-events': 6.5.17-alpha.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -22145,6 +25442,7 @@ packages: '@storybook/client-logger': 6.5.17-alpha.0 '@storybook/core-common': 6.5.17-alpha.0(eslint@8.55.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(webpack-cli@3.3.12) chalk: 4.1.2 +<<<<<<< HEAD core-js: 3.34.0 detect-package-manager: 2.0.1 fetch-retry: 5.0.6 @@ -22176,6 +25474,15 @@ packages: detect-package-manager: 2.0.1 fetch-retry: 5.0.6 fs-extra: 11.1.1 +======= + core-js: 3.33.3 + detect-package-manager: 2.0.1 + fetch-retry: 5.0.6 + fs-extra: 9.1.0 + global: 4.4.0 + isomorphic-unfetch: 3.1.0 + nanoid: 3.3.6 +>>>>>>> 28159dc4c9 (Lock File Update) read-pkg-up: 7.0.1 transitivePeerDependencies: - encoding @@ -22196,20 +25503,31 @@ packages: regenerator-runtime: 0.13.11 dev: true +<<<<<<< HEAD /@storybook/theming@7.5.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-DZBTcYErSYvmTYsGz7lKtiIcBe8flBw5Ojp52r3O4GcRYG4AbuUwwVvehz+O1cWaS+UW3HavrcgapERH7ZHd1A==} +======= + /@storybook/theming@7.3.1(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-1CF6bT8o8pZcd/ptl1q4CiTGY4oLV19tE8Wnhd/TO934fdMp4fUx1FF4pFL6an98lxVeZT0JQ4uvkuaTvHJFRQ==} +>>>>>>> 28159dc4c9 (Lock File Update) peerDependencies: react: ^17.0.2 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: +<<<<<<< HEAD '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@17.0.2) '@storybook/client-logger': 7.5.2 +======= + '@emotion/use-insertion-effect-with-fallbacks': 1.0.0(react@17.0.2) + '@storybook/client-logger': 7.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) '@storybook/global': 5.0.0 memoizerific: 1.11.3 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true +<<<<<<< HEAD /@storybook/theming@7.5.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-DZBTcYErSYvmTYsGz7lKtiIcBe8flBw5Ojp52r3O4GcRYG4AbuUwwVvehz+O1cWaS+UW3HavrcgapERH7ZHd1A==} peerDependencies: @@ -22267,6 +25585,14 @@ packages: '@storybook/channels': 7.6.4 '@types/babel__core': 7.20.5 '@types/express': 4.17.21 +======= + /@storybook/types@7.3.1: + resolution: {integrity: sha512-QR714i/Stus/RYqJ8chTCfWNt3RY6/64xRXxaMLqkx75OIq5+rtsmes9I5iUqM4FuupvE7YdlZ5xKvxLYLYgJQ==} + dependencies: + '@storybook/channels': 7.3.1 + '@types/babel__core': 7.1.16 + '@types/express': 4.17.14 +>>>>>>> 28159dc4c9 (Lock File Update) file-system-cache: 2.3.0 dev: true @@ -22542,8 +25868,13 @@ packages: engines: {node: '>=10'} dependencies: '@svgr/plugin-jsx': 5.5.0 +<<<<<<< HEAD camelcase: 6.3.0 cosmiconfig: 7.1.0 +======= + camelcase: 6.2.1 + cosmiconfig: 7.0.1 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -22555,12 +25886,18 @@ packages: '@babel/core': 7.23.5 '@svgr/babel-preset': 6.5.1(@babel/core@7.23.5) '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1) +<<<<<<< HEAD camelcase: 6.3.0 cosmiconfig: 7.1.0 +======= + camelcase: 6.2.1 + cosmiconfig: 7.0.1 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD /@svgr/core@8.1.0(typescript@5.3.3): resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} engines: {node: '>=14'} @@ -22569,24 +25906,41 @@ packages: '@svgr/babel-preset': 8.1.0(@babel/core@7.23.5) camelcase: 6.3.0 cosmiconfig: 8.3.6(typescript@5.3.3) +======= + /@svgr/core@8.1.0: + resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.21.3 + '@svgr/babel-preset': 8.1.0(@babel/core@7.21.3) + camelcase: 6.2.1 + cosmiconfig: 8.2.0 +>>>>>>> 28159dc4c9 (Lock File Update) snake-case: 3.0.4 transitivePeerDependencies: - supports-color - - typescript dev: true /@svgr/hast-util-to-babel-ast@5.5.0: resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} engines: {node: '>=10'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@svgr/hast-util-to-babel-ast@6.5.1: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) entities: 4.5.0 dev: true @@ -22594,7 +25948,11 @@ packages: resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==} engines: {node: '>=14'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) entities: 4.5.0 dev: true @@ -22631,9 +25989,15 @@ packages: peerDependencies: '@svgr/core': '*' dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@svgr/babel-preset': 8.1.0(@babel/core@7.23.5) '@svgr/core': 8.1.0(typescript@5.3.3) +======= + '@babel/core': 7.21.3 + '@svgr/babel-preset': 8.1.0(@babel/core@7.21.3) + '@svgr/core': 8.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: @@ -22644,7 +26008,7 @@ packages: resolution: {integrity: sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==} engines: {node: '>=10'} dependencies: - cosmiconfig: 7.1.0 + cosmiconfig: 7.0.1 deepmerge: 4.3.1 svgo: 1.3.2 dev: true @@ -22656,33 +26020,51 @@ packages: '@svgr/core': '*' dependencies: '@svgr/core': 6.5.1 - cosmiconfig: 7.1.0 + cosmiconfig: 7.0.1 deepmerge: 4.3.1 svgo: 2.8.0 dev: true +<<<<<<< HEAD /@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0)(typescript@5.3.3): +======= + /@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==} engines: {node: '>=14'} peerDependencies: '@svgr/core': '*' dependencies: +<<<<<<< HEAD '@svgr/core': 8.1.0(typescript@5.3.3) cosmiconfig: 8.3.6(typescript@5.3.3) deepmerge: 4.3.1 svgo: 3.0.5 transitivePeerDependencies: - typescript +======= + '@svgr/core': 8.1.0 + cosmiconfig: 8.2.0 + deepmerge: 4.3.1 + svgo: 3.0.2 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@svgr/webpack@5.5.0: resolution: {integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==} engines: {node: '>=10'} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/plugin-transform-react-constant-elements': 7.23.3(@babel/core@7.23.5) '@babel/preset-env': 7.23.5(@babel/core@7.23.5) '@babel/preset-react': 7.23.3(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-constant-elements': 7.22.3(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/preset-react': 7.22.3(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -22695,11 +26077,19 @@ packages: resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==} engines: {node: '>=10'} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/plugin-transform-react-constant-elements': 7.23.3(@babel/core@7.23.5) '@babel/preset-env': 7.23.5(@babel/core@7.23.5) '@babel/preset-react': 7.23.3(@babel/core@7.23.5) '@babel/preset-typescript': 7.23.3(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-constant-elements': 7.22.3(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/preset-react': 7.22.3(@babel/core@7.21.3) + '@babel/preset-typescript': 7.18.6(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) '@svgr/core': 6.5.1 '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1) '@svgr/plugin-svgo': 6.5.1(@svgr/core@6.5.1) @@ -22707,6 +26097,7 @@ packages: - supports-color dev: true +<<<<<<< HEAD /@svgr/webpack@8.1.0(typescript@5.3.3): resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} engines: {node: '>=14'} @@ -22719,9 +26110,22 @@ packages: '@svgr/core': 8.1.0(typescript@5.3.3) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0)(typescript@5.3.3) +======= + /@svgr/webpack@8.1.0: + resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-constant-elements': 7.22.3(@babel/core@7.21.3) + '@babel/preset-env': 7.20.2(@babel/core@7.21.3) + '@babel/preset-react': 7.22.3(@babel/core@7.21.3) + '@babel/preset-typescript': 7.22.15(@babel/core@7.21.3) + '@svgr/core': 8.1.0 + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color - - typescript dev: true /@swc/core-darwin-arm64@1.3.100: @@ -22875,7 +26279,11 @@ packages: resolution: {integrity: sha512-9LId28I+lx70wUiZjLvi1DB/WT2zGOxUh46glrSNMaWVx849kKAluezVzZrXJfTKKoQTmEOutLes/bHg4Bj3aA==} engines: {node: '>=12'} dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 +======= + '@babel/code-frame': 7.22.13 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/runtime': 7.23.5 '@types/aria-query': 4.2.2 aria-query: 5.3.0 @@ -22906,8 +26314,13 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/testing-library__jest-dom': 5.14.9 aria-query: 5.3.0 +======= + '@types/testing-library__jest-dom': 5.14.3 + aria-query: 5.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 3.0.0 css: 3.0.0 css.escape: 1.5.1 @@ -22944,9 +26357,15 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 '@types/react-dom': 18.0.10 '@types/react-test-renderer': 18.0.7 +======= + '@types/react': 17.0.50 + '@types/react-dom': 17.0.17 + '@types/react-test-renderer': 17.0.1 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-error-boundary: 3.1.4(react@17.0.2) @@ -22970,7 +26389,11 @@ packages: optional: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 +======= + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-error-boundary: 3.1.4(react@17.0.2) @@ -23026,6 +26449,7 @@ packages: peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@babel/runtime': 7.23.5 '@testing-library/dom': 8.11.3 @@ -23041,6 +26465,9 @@ packages: '@testing-library/dom': 9.3.3 ======= '@babel/runtime': 7.21.0 +======= + '@babel/runtime': 7.23.5 +>>>>>>> 28159dc4c9 (Lock File Update) '@testing-library/dom': 8.11.3 >>>>>>> 9feae75363 (Lock file update) dev: true @@ -23054,9 +26481,12 @@ packages: engines: {node: '>= 10'} dev: true +<<<<<<< HEAD /@tootallnate/quickjs-emscripten@0.23.0: resolution: {integrity: sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@trysound/sax@0.2.0: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} engines: {node: '>=10.13.0'} @@ -23107,6 +26537,7 @@ packages: >>>>>>> 9feae75363 (Lock file update) dev: false +<<<<<<< HEAD /@types/babel__core@7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: @@ -23135,10 +26566,38 @@ packages: ======= '@babel/types': 7.23.4 +======= + /@types/babel__core@7.1.16: + resolution: {integrity: sha512-EAEHtisTMM+KaKwfWdC3oyllIqswlznXCIVCt7/oRNrh+DhgT4UEBNC/jlADNjvw7UnfbcdkGQcPVZ1xYiLcrQ==} + dependencies: + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 + '@types/babel__generator': 7.6.3 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.14.2 + + /@types/babel__generator@7.6.3: + resolution: {integrity: sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==} + dependencies: + '@babel/types': 7.22.15 + + /@types/babel__template@7.4.1: + resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} + dependencies: + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 + + /@types/babel__traverse@7.14.2: + resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==} + dependencies: + '@babel/types': 7.22.15 + +>>>>>>> 28159dc4c9 (Lock File Update) /@types/body-parser@1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 +<<<<<<< HEAD '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) @@ -23148,11 +26607,18 @@ packages: '@types/connect': 3.4.38 <<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/bonjour@3.5.13: resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} dependencies: +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/btoa-lite@1.0.2: resolution: {integrity: sha512-ZYbcE2x7yrvNFJiU7xJGrpF/ihpkM7zKgw8bha3LNJSesvTtUNxbpzaT7WXBIryf6jovisrxTBvymxMeLLj1Mg==} @@ -23188,13 +26654,14 @@ packages: ======= '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 16.18.65 + '@types/node': 16.18.21 '@types/responselike': 1.0.0 >>>>>>> 9feae75363 (Lock file update) /@types/cli-progress@3.11.5: resolution: {integrity: sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 @@ -23202,11 +26669,14 @@ packages: resolution: {integrity: sha512-GsALrTL69mlwbAw/MHF1IPTadSLZQnsxe7a80G8l4inN/iEXCOcVeT/S7aRc6hbhqzL9qZ314kHPDQnQ3ev+HA==} ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/cli-progress@3.11.0: resolution: {integrity: sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==} dependencies: - '@types/node': 16.18.65 + '@types/node': 16.18.21 dev: false /@types/cli-table@0.3.1: @@ -23226,11 +26696,12 @@ packages: '@types/node': 16.18.68 ======= '@types/express-serve-static-core': 4.17.31 - '@types/node': 16.18.65 + '@types/node': 16.18.21 /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: +<<<<<<< HEAD '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) @@ -23243,6 +26714,9 @@ packages: '@types/node': 16.18.65 dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/cookie@0.4.1: resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==} @@ -23310,6 +26784,7 @@ packages: resolution: {integrity: sha512-AjwI4MvWx3HAOaZqYsjKWyEObT9lcVV0Y0V8nXo6cXzN8ZiMxVhf6F3d/UNvXVGKrEzL/Dluc5p+y9GkzlTWig==} dev: true +<<<<<<< HEAD /@types/eslint-scope@3.7.7: resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} dependencies: @@ -23321,6 +26796,13 @@ packages: dependencies: '@types/estree': 0.0.51 '@types/json-schema': 7.0.15 +======= + /@types/eslint@7.29.0: + resolution: {integrity: sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==} + dependencies: + '@types/estree': 1.0.5 + '@types/json-schema': 7.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/estree@0.0.51: resolution: {integrity: sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==} @@ -23348,10 +26830,11 @@ packages: /@types/express-serve-static-core@4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 16.18.65 + '@types/node': 16.18.21 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 +<<<<<<< HEAD /@types/express-serve-static-core@4.17.41: resolution: {integrity: sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==} dependencies: @@ -23378,11 +26861,27 @@ packages: dependencies: '@types/minimatch': 5.1.2 '@types/node': 16.18.68 +======= + /@types/express@4.17.14: + resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==} + dependencies: + '@types/body-parser': 1.19.2 + '@types/express-serve-static-core': 4.17.31 + '@types/qs': 6.9.7 + '@types/serve-static': 1.15.0 + + /@types/glob@7.2.0: + resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} + dependencies: + '@types/minimatch': 3.0.5 + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@types/glob@8.1.0: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/minimatch': 5.1.2 '@types/node': 16.18.68 @@ -23399,6 +26898,9 @@ packages: ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/gradient-parser@0.1.3: resolution: {integrity: sha512-XDbrTSBlQV9nxE1GiDL3FaOPy4G/KaJkhDutBX48Kg8CYZMBARyyDFGCWfWJn4pobmInmwud1xxH7VJMAr0CKQ==} @@ -23431,6 +26933,7 @@ packages: /@types/http-cache-semantics@4.0.4: resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} +<<<<<<< HEAD /@types/http-errors@2.0.4: resolution: {integrity: sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==} @@ -23442,6 +26945,12 @@ packages: ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + /@types/http-proxy@1.17.10: + resolution: {integrity: sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==} + dependencies: + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/is-function@1.0.3: resolution: {integrity: sha512-/CLhCW79JUeLKznI6mbVieGbl4QU5Hfn+6udw1YHZoofASjbQ5zaP5LzAUZYDpRYEjS4/P+DhEgyJ/PQmGGTWw==} @@ -23450,6 +26959,7 @@ packages: /@types/is-stream@1.1.0: resolution: {integrity: sha512-jkZatu4QVbR60mpIzjINmtS1ZF4a/FqdTUTBeQDVOQ2PYyidtwFKr0B5G6ERukKwliq+7mIXvxyppwzG5EgRYg==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= @@ -23464,6 +26974,18 @@ packages: resolution: {integrity: sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==} dependencies: '@types/istanbul-lib-coverage': 2.0.6 +======= + '@types/node': 16.18.21 + dev: false + + /@types/istanbul-lib-coverage@2.0.3: + resolution: {integrity: sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==} + + /@types/istanbul-lib-report@3.0.0: + resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} + dependencies: + '@types/istanbul-lib-coverage': 2.0.3 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/istanbul-reports@1.1.2: resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} @@ -23471,6 +26993,7 @@ packages: '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-lib-report': 3.0.3 +<<<<<<< HEAD /@types/istanbul-reports@3.0.4: resolution: {integrity: sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==} dependencies: @@ -23484,6 +27007,8 @@ packages: jest-environment-node: 27.5.1 dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@types/jest@22.2.3: resolution: {integrity: sha512-e74sM9W/4qqWB6D4TWV9FQk0WoHtX1X4FJpbjxucMSVJHtFjbQOH3H6yp+xno4br0AKG0wz/kPtaN599GUOvAg==} dev: false @@ -23509,18 +27034,27 @@ packages: /@types/jsdom@20.0.1: resolution: {integrity: sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 '@types/tough-cookie': 4.0.5 ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) '@types/tough-cookie': 4.0.2 >>>>>>> 9feae75363 (Lock file update) parse5: 7.1.2 dev: true +<<<<<<< HEAD /@types/json-schema@7.0.15: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} +======= + /@types/json-schema@7.0.9: + resolution: {integrity: sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==} +>>>>>>> 28159dc4c9 (Lock File Update) /@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} @@ -23528,21 +27062,29 @@ packages: /@types/jsonwebtoken@9.0.5: resolution: {integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/lodash.shuffle@4.2.9: resolution: {integrity: sha512-4siLZ4/vQH4T7Bm4254sG4n6hh9k7vd/bqfDVoeIwSha4Itu3MuoTxPX2I2Tue2JN94y7Y2I27QzwHZLdMlrBg==} @@ -23575,6 +27117,7 @@ packages: resolution: {integrity: sha512-Rllzc5KHk0Al5/WANwgSPl1/CwjqCy+AZrGd78zuK+jO9aDM6ffblZ+zIjgPNAaEBmlO0RYDvLNh7wD0zKVgEg==} dev: true +<<<<<<< HEAD /@types/mime-types@2.1.4: resolution: {integrity: sha512-lfU4b34HOri+kAY5UheuFMWPDOI+OPceBSHZKp69gEyTL/mmJ4cnU6Y/rlme3UL3GyOn6Y42hyIEw0/q8sWx5w==} @@ -23584,6 +27127,11 @@ packages: /@types/mime@3.0.4: resolution: {integrity: sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==} +======= + /@types/mime@3.0.1: + resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} + +>>>>>>> 28159dc4c9 (Lock File Update) /@types/minimatch@3.0.5: resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} dev: true @@ -23596,11 +27144,19 @@ packages: resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} dev: true +<<<<<<< HEAD /@types/mousetrap@1.6.15: resolution: {integrity: sha512-qL0hyIMNPow317QWW/63RvL1x5MVMV+Ru3NaY9f/CuEpCqrmb7WeuK2071ZY5hczOnm38qExWM2i2WtkXLSqFw==} /@types/ms@0.7.34: resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} +======= + /@types/mousetrap@1.6.9: + resolution: {integrity: sha512-HUAiN65VsRXyFCTicolwb5+I7FM6f72zjMWr+ajGk+YTvzBgXqa2A5U7d+rtsouAkunJ5U4Sb5lNJjo9w+nmXg==} + + /@types/ms@0.7.31: + resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@types/node-fetch@2.6.9: @@ -23626,6 +27182,7 @@ packages: /@types/node@16.18.68: resolution: {integrity: sha512-sG3hPIQwJLoewrN7cr0dwEy+yF5nD4D/4FxtQpFciRD/xwUzgD+G05uxZHv5mhfXo4F9Jkp13jjn0CC2q325sg==} +<<<<<<< HEAD <<<<<<< HEAD /@types/node@18.19.3: resolution: {integrity: sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==} @@ -23635,6 +27192,8 @@ packages: /@types/node@16.18.65: resolution: {integrity: sha512-5E9WgTy95B7i90oISjui9U5Zu7iExUPfU4ygtv4yXEy6zJFE3oQYHCnh5H1jZRPkjphJt2Ml3oQW6M0qtK534A==} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} >>>>>>> 9feae75363 (Lock file update) @@ -23656,11 +27215,14 @@ packages: /@types/parse-json@4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) dev: true /@types/parse-json@4.0.2: resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@types/parse5@5.0.3: resolution: {integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==} @@ -23670,13 +27232,19 @@ packages: resolution: {integrity: sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==} dev: true +<<<<<<< HEAD /@types/prettier@2.7.3: resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} +======= + /@types/prettier@2.4.2: + resolution: {integrity: sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA==} +>>>>>>> 28159dc4c9 (Lock File Update) /@types/pretty-hrtime@1.0.3: resolution: {integrity: sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==} dev: true +<<<<<<< HEAD /@types/prop-types@15.7.11: resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} @@ -23688,16 +27256,32 @@ packages: ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + /@types/prop-types@15.7.4: + resolution: {integrity: sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==} + + /@types/prop-types@15.7.5: + resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} + + /@types/puppeteer@4.0.2: + resolution: {integrity: sha512-LOjNvVmJR9X2K7/hUJlt1VHss4VjNOLml27i21PJfwdQLGxxXq47mPRqcY54LR1J2IoFdyM0WFYddWFhFM51pw==} + dependencies: + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@types/puppeteer@5.4.6: resolution: {integrity: sha512-98Kghehs7+/GD9b56qryhqdqVCXUTbetTv3PlvDnmFRTHQH0j9DIp1f7rkAW3BAj4U3yoeSEQnKgdW8bDq0Y0Q==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@types/puppeteer@5.4.7: @@ -23709,6 +27293,7 @@ packages: /@types/q@1.5.8: resolution: {integrity: sha512-hroOstUScF6zhIi+5+x0dzqrHA1EJi+Irri6b1fxolMTqqHIV/Cg77EtnQcZqZCu8hR3mX2BzIxN4/GzI68Kfw==} +<<<<<<< HEAD /@types/qs@6.9.10: resolution: {integrity: sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==} @@ -23734,6 +27319,33 @@ packages: resolution: {integrity: sha512-fF7x4dHf/IPIne8kkt3rlCGuWFrWkFJmzQm4JkxSBzXJIM9WDLob++VnmGpE3ToVWrW3Xw9D5TxcUWrwqe04Gg==} dependencies: '@types/react': 17.0.71 +======= + /@types/qs@6.9.7: + resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} + + /@types/range-parser@1.2.4: + resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} + + /@types/react-dom@16.9.16: + resolution: {integrity: sha512-Oqc0RY4fggGA3ltEgyPLc3IV9T73IGoWjkONbsyJ3ZBn+UPPCYpU2ec0i3cEbJuEdZtkqcCF2l1zf2pBdgUGSg==} + dependencies: + '@types/react': 16.14.52 + + /@types/react-dom@17.0.17: + resolution: {integrity: sha512-VjnqEmqGnasQKV0CWLevqMTXBYG9GbwuE6x3VetERLh0cq2LTptFE73MrQi2S7GkKXCf2GgwItB/melLnxfnsg==} + dependencies: + '@types/react': 17.0.50 + + /@types/react-dom@18.0.11: + resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} + dependencies: + '@types/react': 17.0.50 + + /@types/react-outside-click-handler@1.3.1: + resolution: {integrity: sha512-0BNan5zIIDyO5k9LFSG+60ZxQ/0wf+LTF9BJx3oOUdOaJlZk6RCe52jRB75mlvLLJx2YLa61+NidOwBfptWMKw==} + dependencies: + '@types/react': 17.0.50 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@types/react-router-dom@5.3.3: @@ -23763,6 +27375,7 @@ packages: '@types/react': 17.0.71 dev: true +<<<<<<< HEAD /@types/react@17.0.71: resolution: {integrity: sha512-lfqOu9mp16nmaGRrS8deS2Taqhd5Ih0o92Te5Ws6I1py4ytHBcXLqh0YIqVsViqwVI5f+haiFM6hju814BzcmA==} dependencies: @@ -23778,6 +27391,28 @@ packages: resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} dependencies: '@types/node': 16.18.68 +======= + /@types/react@16.14.52: + resolution: {integrity: sha512-4+ZN73hgRW3Gang3QMqWjrqPPkf+lWZYiyG4uXtUbpd+7eiBDw6Gemila6rXDd8DorADupTiIERL6Mb5BQTF2w==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.1 + + /@types/react@17.0.50: + resolution: {integrity: sha512-ZCBHzpDb5skMnc1zFXAXnL3l1FAdi+xZvwxK+PkglMmBrwjpp9nKaWuEvrGnSifCJmBFGxZOOFuwC6KH/s0NuA==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.1 + + /@types/react@18.2.39: + resolution: {integrity: sha512-Oiw+ppED6IremMInLV4HXGbfbG6GyziY3kqAwJYOR0PNbkYDmLWQA3a95EhdSmamsvbkJN96ZNN+YD+fGjzSBA==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.2 + csstype: 3.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) <<<<<<< HEAD /@types/retry@0.12.0: @@ -23786,7 +27421,7 @@ packages: /@types/responselike@1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 16.18.65 + '@types/node': 16.18.21 /@types/retry@0.12.1: resolution: {integrity: sha512-xoDlM2S4ortawSWORYqsdU+2rxdh4LRW9ytc3zmT37RIKQh6IHyKwwtKhKis9ah8ol07DCkZxPt8BBvPjC6v4g==} @@ -23795,6 +27430,7 @@ packages: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} >>>>>>> 9feae75363 (Lock file update) +<<<<<<< HEAD /@types/scheduler@0.16.8: resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} @@ -23814,6 +27450,13 @@ packages: /@types/serve-index@1.9.4: resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==} +======= + /@types/semver@7.3.12: + resolution: {integrity: sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==} + + /@types/serve-index@1.9.1: + resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: <<<<<<< HEAD '@types/express': 4.17.21 @@ -23824,6 +27467,7 @@ packages: resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 +<<<<<<< HEAD '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) @@ -23838,15 +27482,22 @@ packages: '@types/node': 16.18.65 dev: true >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/simple-peer@9.11.8: resolution: {integrity: sha512-rvqefdp2rvIA6wiomMgKWd2UZNPe6LM2EV5AuY3CPQJF+8TbdrL5TjYdMf0VAjGczzlkH4l1NjDkihwbj3Xodw==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/sizzle@2.3.8: resolution: {integrity: sha512-0vWLNK2D5MT9dg0iOo8GlKguPAU02QjmZitPEsXRuJXU/OGIOt9vT9Fc26wtYuavLxtO45v9PGleoL9Z0k1LHg==} @@ -23864,8 +27515,13 @@ packages: /@types/stack-utils@1.0.1: resolution: {integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==} +<<<<<<< HEAD /@types/stack-utils@2.0.3: resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} +======= + /@types/stack-utils@2.0.1: + resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} +>>>>>>> 28159dc4c9 (Lock File Update) /@types/string-similarity@4.0.0: resolution: {integrity: sha512-dMS4S07fbtY1AILG/RhuwmptmzK1Ql8scmAebOTJ/8iBtK/KI17NwGwKzu1uipjj8Kk+3mfPxum56kKZE93mzQ==} @@ -23917,11 +27573,15 @@ packages: /@types/uuid@9.0.7: resolution: {integrity: sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==} - /@types/vinyl@2.0.11: - resolution: {integrity: sha512-vPXzCLmRp74e9LsP8oltnWKTH+jBwt86WgRUb4Pc9Lf3pkMVGyvIo2gm9bODeGfCay2DBB/hAWDuvf07JcK4rw==} + /@types/vinyl@2.0.6: + resolution: {integrity: sha512-ayJ0iOCDNHnKpKTgBG6Q6JOnHTj9zFta+3j2b8Ejza0e4cvRyMn0ZoLEmbPrTHe5YYRlDYPvPWVdV4cTaRyH7g==} dependencies: '@types/expect': 1.20.4 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@types/webpack-env@1.18.4: @@ -23931,12 +27591,16 @@ packages: /@types/webpack-sources@3.2.3: resolution: {integrity: sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 '@types/source-list-map': 0.1.6 source-map: 0.7.4 ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) '@types/source-list-map': 0.1.2 source-map: 0.6.1 >>>>>>> 9feae75363 (Lock file update) @@ -23945,6 +27609,7 @@ packages: /@types/webpack@4.41.38: resolution: {integrity: sha512-oOW7E931XJU1mVfCnxCVgv8GLFL768pDO5u2Gzk82i8yTIgX6i7cntyZOkZYb/JtYM8252SN9bQp9tgkVDSsRw==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 '@types/tapable': 1.0.12 @@ -23957,6 +27622,13 @@ packages: '@types/webpack-sources': 0.1.9 >>>>>>> 9feae75363 (Lock file update) anymatch: 3.1.3 +======= + '@types/node': 16.18.21 + '@types/tapable': 1.0.8 + '@types/uglify-js': 3.13.1 + '@types/webpack-sources': 0.1.9 + anymatch: 3.1.2 +>>>>>>> 28159dc4c9 (Lock File Update) source-map: 0.6.1 dev: true @@ -24212,23 +27884,25 @@ packages: /@types/ws@8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: +<<<<<<< HEAD '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@types/ws@8.5.10: resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} dependencies: '@types/node': 16.18.68 - /@types/yargs-parser@21.0.3: - resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - /@types/yargs@13.0.12: resolution: {integrity: sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==} dependencies: - '@types/yargs-parser': 21.0.3 + '@types/yargs-parser': 20.2.1 dev: false +<<<<<<< HEAD /@types/yargs@15.0.19: resolution: {integrity: sha512-2XUaGVmyQjgyAZldf0D0c14vvo/yv0MhQBSTJcejMMaitsn3nxCB6TmH4G0ZQf+uxROOa9mpanoSm8h6SG/1ZA==} dependencies: @@ -24253,6 +27927,28 @@ packages: ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + /@types/yargs@15.0.14: + resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} + dependencies: + '@types/yargs-parser': 20.2.1 + + /@types/yargs@16.0.4: + resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} + dependencies: + '@types/yargs-parser': 20.2.1 + + /@types/yargs@17.0.24: + resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==} + dependencies: + '@types/yargs-parser': 20.2.1 + + /@types/yauzl@2.9.2: + resolution: {integrity: sha512-8uALY5LTvSuHgloDVUvWP3pIauILm+8/0pDMokuDYIoNsOkSwd5AiHBTSEJjKTDcZr5z8UpgOWZkxBF4iJftoA==} + requiresBuild: true + dependencies: + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) optional: true /@typescript-eslint/eslint-plugin@4.33.0(@typescript-eslint/parser@4.33.0)(eslint@7.32.0)(typescript@5.3.3): @@ -24269,14 +27965,20 @@ packages: '@typescript-eslint/experimental-utils': 4.33.0(eslint@7.32.0)(typescript@5.3.3) '@typescript-eslint/parser': 4.33.0(eslint@8.55.0)(typescript@5.3.3) '@typescript-eslint/scope-manager': 4.33.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint: 7.32.0 functional-red-black-tree: 1.0.1 - ignore: 5.3.0 + ignore: 5.2.0 regexpp: 3.2.0 +<<<<<<< HEAD semver: 7.5.4 tsutils: 3.21.0(typescript@5.3.3) typescript: 5.3.3 +======= + semver: 7.5.3 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -24305,7 +28007,7 @@ packages: '@typescript-eslint/scope-manager': 5.54.0 '@typescript-eslint/type-utils': 5.54.0(eslint@8.32.0)(typescript@5.1.6) '@typescript-eslint/utils': 5.54.0(eslint@8.32.0)(typescript@5.1.6) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint: 8.32.0 >>>>>>> 9feae75363 (Lock file update) grapheme-splitter: 1.0.4 @@ -24321,6 +28023,7 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@typescript-eslint/eslint-plugin@5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.3.2): resolution: {integrity: sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -24481,13 +28184,21 @@ packages: dev: true /@typescript-eslint/experimental-utils@2.34.0(eslint@7.32.0)(typescript@5.3.3): +======= + /@typescript-eslint/experimental-utils@2.34.0(eslint@7.32.0)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} peerDependencies: eslint: '*' dependencies: +<<<<<<< HEAD '@types/json-schema': 7.0.15 '@typescript-eslint/typescript-estree': 2.34.0(typescript@5.3.3) +======= + '@types/json-schema': 7.0.9 + '@typescript-eslint/typescript-estree': 2.34.0(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) eslint: 7.32.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 @@ -24502,9 +28213,15 @@ packages: peerDependencies: eslint: '*' dependencies: +<<<<<<< HEAD '@types/json-schema': 7.0.15 '@typescript-eslint/typescript-estree': 2.34.0(typescript@5.3.3) eslint: 8.55.0 +======= + '@types/json-schema': 7.0.9 + '@typescript-eslint/typescript-estree': 2.34.0(typescript@5.1.6) + eslint: 8.32.0 +>>>>>>> 28159dc4c9 (Lock File Update) eslint-scope: 5.1.1 eslint-utils: 2.1.0 transitivePeerDependencies: @@ -24512,13 +28229,17 @@ packages: - typescript dev: true +<<<<<<< HEAD /@typescript-eslint/experimental-utils@4.33.0(eslint@7.32.0)(typescript@5.3.3): +======= + /@typescript-eslint/experimental-utils@4.33.0(eslint@7.32.0)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.15 + '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0(typescript@5.3.3) @@ -24575,7 +28296,7 @@ packages: typescript: 5.3.3 ======= '@typescript-eslint/typescript-estree': 4.33.0(typescript@5.1.6) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint: 8.32.0 typescript: 5.1.6 >>>>>>> 9feae75363 (Lock file update) @@ -24603,12 +28324,13 @@ packages: '@typescript-eslint/scope-manager': 5.54.0 '@typescript-eslint/types': 5.54.0 '@typescript-eslint/typescript-estree': 5.54.0(typescript@5.1.6) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint: 8.32.0 typescript: 5.1.6 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@typescript-eslint/parser@5.54.0(eslint@8.32.0)(typescript@5.3.2): resolution: {integrity: sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -24717,6 +28439,8 @@ packages: - supports-color dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@typescript-eslint/scope-manager@4.33.0: resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -24733,6 +28457,7 @@ packages: '@typescript-eslint/visitor-keys': 5.56.0 dev: true +<<<<<<< HEAD /@typescript-eslint/scope-manager@5.62.0: resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -24743,6 +28468,17 @@ packages: /@typescript-eslint/scope-manager@6.13.2: resolution: {integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==} engines: {node: ^16.0.0 || >=18.0.0} +======= + /@typescript-eslint/type-utils@5.54.0(eslint@8.32.0)(typescript@5.1.6): + resolution: {integrity: sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: <<<<<<< HEAD '@typescript-eslint/types': 6.13.2 @@ -24751,7 +28487,7 @@ packages: ======= '@typescript-eslint/typescript-estree': 5.54.0(typescript@5.1.6) '@typescript-eslint/utils': 5.54.0(eslint@8.32.0)(typescript@5.1.6) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint: 8.32.0 tsutils: 3.21.0(typescript@5.1.6) typescript: 5.1.6 @@ -24759,6 +28495,7 @@ packages: - supports-color >>>>>>> 9feae75363 (Lock file update) +<<<<<<< HEAD /@typescript-eslint/type-utils@5.56.0(eslint@8.55.0)(typescript@5.3.2): resolution: {integrity: sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -24874,6 +28611,8 @@ packages: - supports-color dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@typescript-eslint/types@4.33.0: resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -24884,6 +28623,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true +<<<<<<< HEAD /@typescript-eslint/types@5.62.0: resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -24894,6 +28634,9 @@ packages: dev: true /@typescript-eslint/typescript-estree@2.34.0(typescript@5.3.3): +======= + /@typescript-eslint/typescript-estree@2.34.0(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} peerDependencies: @@ -24902,18 +28645,25 @@ packages: typescript: optional: true dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint-visitor-keys: 1.3.0 glob: 7.2.3 is-glob: 4.0.3 lodash: 4.17.21 +<<<<<<< HEAD semver: 7.5.4 tsutils: 3.21.0(typescript@5.3.3) typescript: 5.3.3 +======= + semver: 7.5.3 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD <<<<<<< HEAD /@typescript-eslint/typescript-estree@4.33.0(typescript@5.3.3): ======= @@ -24938,6 +28688,8 @@ packages: - supports-color dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@typescript-eslint/typescript-estree@4.33.0(typescript@5.1.6): >>>>>>> 9feae75363 (Lock file update) resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} @@ -24950,12 +28702,18 @@ packages: dependencies: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) globby: 11.1.0 is-glob: 4.0.3 +<<<<<<< HEAD semver: 7.5.4 tsutils: 3.21.0(typescript@5.3.3) typescript: 5.3.3 +======= + semver: 7.5.3 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -24979,7 +28737,7 @@ packages: ======= '@typescript-eslint/types': 5.54.0 '@typescript-eslint/visitor-keys': 5.54.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.3 @@ -24988,6 +28746,7 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@typescript-eslint/typescript-estree@5.54.0(typescript@5.3.2): resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -25056,6 +28815,10 @@ packages: /@typescript-eslint/typescript-estree@5.62.0(typescript@5.3.3): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} +======= + /@typescript-eslint/utils@5.54.0(eslint@8.32.0)(typescript@5.1.6): + resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -25074,6 +28837,7 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /@typescript-eslint/typescript-estree@6.13.2(typescript@5.3.3): resolution: {integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==} engines: {node: ^16.0.0 || >=18.0.0} @@ -25173,6 +28937,8 @@ packages: - typescript dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@typescript-eslint/visitor-keys@4.33.0: resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -25189,6 +28955,7 @@ packages: eslint-visitor-keys: 3.4.3 dev: true +<<<<<<< HEAD /@typescript-eslint/visitor-keys@5.62.0: resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -25206,6 +28973,11 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} +======= + /@use-gesture/core@10.2.10: + resolution: {integrity: sha512-7WFIDfeTB+7RBui8YOrB2xbgmvMsvaCDjyzrdvECKkgOpIynNSdhlLXjiFuqQMtnK71IL/9WNZNU0P8xuaLuUQ==} + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@unts/get-tsconfig@4.1.1: resolution: {integrity: sha512-8mPf1bBzF2S+fyuyYOQWjDcaJTTgJ14UAnXW9I3KwrqioRWG1byRXHwciYdqXpbdOiu7Fg4WJbymBIakGk+aMA==} @@ -25562,8 +29334,13 @@ packages: webpack: 5.x.x webpack-cli: 5.x.x dependencies: +<<<<<<< HEAD webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-bundle-analyzer@4.7.0)(webpack@5.88.2) +======= + webpack: 5.89.0(uglify-js@3.14.5)(webpack-cli@4.9.2) + webpack-cli: 4.9.2(webpack@5.89.0) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.89.0): @@ -25614,7 +29391,11 @@ packages: webpack-dev-server: optional: true dependencies: +<<<<<<< HEAD webpack-cli: 4.10.0(webpack-bundle-analyzer@4.7.0)(webpack@5.89.0) +======= + webpack-cli: 4.9.2(webpack@5.89.0) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@webpack-cli/serve@1.7.0(webpack-cli@4.10.0)(webpack-dev-server@4.15.1): @@ -25696,22 +29477,30 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD <<<<<<< HEAD /@woocommerce/e2e-utils@0.1.6(@woocommerce/api@0.2.0)(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.73.0): ======= /@woocommerce/e2e-utils@0.1.6(@woocommerce/api@0.2.0)(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.72.7): >>>>>>> 9feae75363 (Lock file update) +======= + /@woocommerce/e2e-utils@0.1.6(@woocommerce/api@0.2.0)(jest@29.6.2)(puppeteer@2.1.1)(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-gWSEgFIjMqaqiiIyrpa1epIHkmBBAfk6WfRojva1f5ZmffSJCc0VbX2jQQRdFm1BuEYr8KGCCYo+q8NIjlMZ7g==} peerDependencies: '@woocommerce/api': ^0.2.0 dependencies: '@woocommerce/api': 0.2.0 '@wordpress/deprecated': 2.12.3 +<<<<<<< HEAD <<<<<<< HEAD '@wordpress/e2e-test-utils': 4.16.1(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.73.0) ======= '@wordpress/e2e-test-utils': 4.16.1(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.72.7) >>>>>>> 9feae75363 (Lock file update) +======= + '@wordpress/e2e-test-utils': 4.16.1(jest@29.6.2)(puppeteer@2.1.1)(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) config: 3.3.3 faker: 5.5.3 fishery: 1.4.0 @@ -25745,8 +29534,13 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/dom-ready': 3.47.0 '@wordpress/i18n': 4.47.0 +======= + '@wordpress/dom-ready': 3.40.0 + '@wordpress/i18n': 4.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/a11y@3.6.1: resolution: {integrity: sha512-mOQtwpY5hUt4vMLyshZPPV1x9MBRF2FimUjIImfYJb1x8o6jY4npikzWplAfWYQUJJjWfw/1NmfqD7vUOh9+ww==} @@ -25756,22 +29550,38 @@ packages: '@wordpress/dom-ready': 3.6.1 '@wordpress/i18n': 4.6.1 +<<<<<<< HEAD /@wordpress/api-fetch@3.23.1(react-native@0.73.0): +======= + /@wordpress/api-fetch@3.23.1(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-dmeigLuvqYAzpQ2hWUQT1P5VQAjkj9hS1z7PgNi1CcULFPbY8BWW+KiBETUu6Wm+rlSbUL2dC8qrA4JDv9ja5A==} dependencies: '@babel/runtime': 7.23.5 '@wordpress/i18n': 3.20.0 +<<<<<<< HEAD '@wordpress/url': 2.22.2(react-native@0.73.0) +======= + '@wordpress/url': 2.22.2(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - react-native dev: true +<<<<<<< HEAD /@wordpress/api-fetch@4.0.0(react-native@0.73.0): +======= + /@wordpress/api-fetch@4.0.0(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-4nWH/gEpG7/VnEJbjbOWS0AWBnX5snPc3ZaKcXNZsLQlv9YgsS8idL/BNkUl9/ylZeez/UX4lJLVkOR5clvg8A==} dependencies: '@babel/runtime': 7.23.5 '@wordpress/i18n': 3.20.0 +<<<<<<< HEAD '@wordpress/url': 2.22.2(react-native@0.73.0) +======= + '@wordpress/url': 2.22.2(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - react-native dev: true @@ -25781,8 +29591,13 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/i18n': 4.47.0 '@wordpress/url': 3.13.0 +======= + '@wordpress/i18n': 4.6.1 + '@wordpress/url': 3.7.1 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@wordpress/api-fetch@6.21.0: @@ -25807,14 +29622,23 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/i18n': 4.47.0 '@wordpress/url': 3.48.0 +======= + '@wordpress/i18n': 4.44.0 + '@wordpress/url': 3.41.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/autop@3.16.0: resolution: {integrity: sha512-cepLM41mF1h7f2JIU12XhLLfep1R0DNkI0gM2GoVzp0DlM0qSnJVuU93R75wTnR0OTija0cVVPUovt+gBWIR2Q==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/autop@3.47.0: resolution: {integrity: sha512-fd9ubAnC5LWYBWv4OS6OOCjBJwDgpQU1Q2hbV5d4oxWh7mq5SiLEaR8OvyElI5+Yl3snYWNE9QHPX19VTlosLQ==} @@ -25828,7 +29652,11 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@wordpress/babel-plugin-import-jsx-pragma@2.7.0(@babel/core@7.23.5): @@ -25855,15 +29683,26 @@ packages: peerDependencies: '@babel/core': ^7.12.9 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 /@wordpress/babel-plugin-import-jsx-pragma@4.30.0(@babel/core@7.23.5): resolution: {integrity: sha512-UKkyFmEYk1UTO0ZPun6Kw5dNflTEDpDK/6RxAqxbVrsIWUVSkVahwBnqfS0v5LuvVU8y+5vJSR/WjlnKEmS3Sg==} +======= + '@babel/core': 7.21.3 + + /@wordpress/babel-plugin-import-jsx-pragma@4.17.0(@babel/core@7.21.3): + resolution: {integrity: sha512-O6n9L5Ug7L2oeeqwAUFRZq1DlfI3mfNcAORbB/7KZ4PUNKFOcmJC/bsaSMAtt4AWENGmeGO7KL8QxVr744fVOg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.12.9 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/babel-preset-default@3.0.2(@babel/core@7.12.9): resolution: {integrity: sha512-bsa4piS4GU02isj2XJNUgSEC7MpzdYNy9wOFySrp8G6IHAvwrlwcPEXJf5EuwE8ZqTMmFAzPyKOHFEAx/j+J1A==} @@ -25872,12 +29711,21 @@ packages: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.12.9) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.12.9) '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.12.9) '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.12.9) '@babel/preset-env': 7.23.5(@babel/core@7.12.9) '@babel/runtime': 7.23.5 +======= + '@babel/plugin-proposal-async-generator-functions': 7.16.4(@babel/core@7.12.9) + '@babel/plugin-proposal-object-rest-spread': 7.16.0(@babel/core@7.12.9) + '@babel/plugin-transform-react-jsx': 7.16.0(@babel/core@7.12.9) + '@babel/plugin-transform-runtime': 7.16.4(@babel/core@7.12.9) + '@babel/preset-env': 7.16.11(@babel/core@7.12.9) + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/browserslist-config': 2.7.0 babel-core: 7.0.0-bridge.0(@babel/core@7.12.9) transitivePeerDependencies: @@ -25888,6 +29736,7 @@ packages: resolution: {integrity: sha512-VKPoC5We2GNxon5umOeZ7NIP4CfP7X5gqslSnNrLW4kD1XgmbVaCs2ISFF8+mObVVb6KAzbaUjI6OWljcUb5UA==} engines: {node: '>=8'} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.5) '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.23.5) @@ -25898,6 +29747,18 @@ packages: '@wordpress/element': 2.20.3 '@wordpress/warning': 1.4.2 core-js: 3.34.0 +======= + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) + '@babel/plugin-transform-runtime': 7.19.1(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/runtime': 7.23.5 + '@wordpress/babel-plugin-import-jsx-pragma': 2.7.0(@babel/core@7.21.3) + '@wordpress/browserslist-config': 2.7.0 + '@wordpress/element': 2.20.3 + '@wordpress/warning': 1.4.2 + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -25906,6 +29767,7 @@ packages: resolution: {integrity: sha512-mBB1KHWT2vN+maKIPYLQSxhhAzW6CNwYiJNRSNaNBALie9TULe7etrnwoZ1eqPVsuYvBlXB4XKcPaSm3/FW+qQ==} engines: {node: '>=12'} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.5) '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.23.5) @@ -25916,6 +29778,57 @@ packages: '@wordpress/browserslist-config': 4.1.3 '@wordpress/element': 4.20.0 '@wordpress/warning': 2.47.0 +======= + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-jsx': 7.19.0(@babel/core@7.21.3) + '@babel/plugin-transform-runtime': 7.19.1(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/preset-typescript': 7.18.6(@babel/core@7.21.3) + '@babel/runtime': 7.23.5 + '@wordpress/babel-plugin-import-jsx-pragma': 3.2.0(@babel/core@7.21.3) + '@wordpress/browserslist-config': 4.1.3 + '@wordpress/element': 4.20.0 + '@wordpress/warning': 2.40.0 + browserslist: 4.19.3 + core-js: 3.33.3 + transitivePeerDependencies: + - supports-color + + /@wordpress/babel-preset-default@6.6.1: + resolution: {integrity: sha512-eqw6u6ndjbseWOQju9TpnXho6eimtGMlfRwPv1kO3yHV7EXDRw0p5MRMmoN29+lSG1b3MtSj6k9XwYNW0YF/qw==} + engines: {node: '>=12'} + dependencies: + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-jsx': 7.17.3(@babel/core@7.21.3) + '@babel/plugin-transform-runtime': 7.16.4(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/preset-typescript': 7.16.7(@babel/core@7.21.3) + '@babel/runtime': 7.23.5 + '@wordpress/babel-plugin-import-jsx-pragma': 3.2.0(@babel/core@7.21.3) + '@wordpress/browserslist-config': 4.1.3 + '@wordpress/element': 4.4.1 + '@wordpress/warning': 2.6.1 + browserslist: 4.20.2 + core-js: 3.33.3 + transitivePeerDependencies: + - supports-color + dev: true + + /@wordpress/babel-preset-default@7.18.0: + resolution: {integrity: sha512-MG9NijzFRgsSNEDkiIZBJ4927V6QmlMQtXQZH1gpV6R7izrJ0BRGtKJpFfhWPHVQbMspHnT/LQ2TLUlmtjmwbQ==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) + '@babel/plugin-transform-runtime': 7.19.1(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/preset-typescript': 7.18.6(@babel/core@7.21.3) + '@babel/runtime': 7.23.5 + '@wordpress/babel-plugin-import-jsx-pragma': 4.17.0(@babel/core@7.21.3) + '@wordpress/browserslist-config': 5.17.0 + '@wordpress/element': 5.21.0 + '@wordpress/warning': 2.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) browserslist: 4.19.3 core-js: 3.34.0 transitivePeerDependencies: @@ -25958,7 +29871,10 @@ packages: react: 17.0.2 transitivePeerDependencies: - supports-color +<<<<<<< HEAD dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/base-styles@3.6.0: resolution: {integrity: sha512-6/vXAmc9FSX7Y17UjKgUJoVU++Pv1U1G8uMx7iClRUaLetc7/jj2DD9PTyX/cdJjHr32e3yXuLVT9wfEbo6SEg==} @@ -25985,6 +29901,10 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/block-editor@10.5.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-cVKGlZyvkXkPOmzteCq/X0BujbXEA26FP56dNLrTFStI0Bt2OVCZnTZgpfhilT6L/J5sSa+haeL+w1y2JESZmg==} @@ -25994,6 +29914,7 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@react-spring/web': 9.7.3(react-dom@17.0.2)(react@17.0.2) '@wordpress/a11y': 3.47.0 '@wordpress/api-fetch': 6.21.0 @@ -26024,6 +29945,95 @@ packages: change-case: 4.1.2 classnames: 2.3.2 colord: 2.9.3 +======= + '@react-spring/web': 9.5.5(react-dom@17.0.2)(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 21.2.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keyboard-shortcuts': 3.17.0(react@17.0.2) + '@wordpress/keycodes': 3.44.0 + '@wordpress/notices': 3.28.0(react@17.0.2) + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/shortcode': 3.40.0 + '@wordpress/style-engine': 1.23.0 + '@wordpress/token-list': 2.40.0 + '@wordpress/url': 3.41.0 + '@wordpress/warning': 2.40.0 + '@wordpress/wordcount': 3.40.0 + classnames: 2.3.1 + colord: 2.9.2 + 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(react-dom@17.0.2)(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) + react-easy-crop: 4.5.1(react-dom@17.0.2)(react@17.0.2) + rememo: 4.0.2 + remove-accents: 0.4.2 + traverse: 0.6.6 + transitivePeerDependencies: + - '@babel/core' + - '@babel/helper-module-imports' + - '@babel/types' + - '@types/react' + - aslemammad-vite-plugin-macro + - babel-plugin-macros + - vite + dev: false + + /@wordpress/block-editor@10.2.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-9Bxq9hY3WEqodn/K/WSE+PoIwv6jKkKBP0pxXFJTWV1yc8/Np9QHV/7wG7qjztxxgu00FrYF7u8OZyvjPrSNYw==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@react-spring/web': 9.5.5(react-dom@17.0.2)(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 21.2.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keyboard-shortcuts': 3.17.0(react@17.0.2) + '@wordpress/keycodes': 3.44.0 + '@wordpress/notices': 3.28.0(react@17.0.2) + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/shortcode': 3.40.0 + '@wordpress/style-engine': 1.23.0 + '@wordpress/token-list': 2.40.0 + '@wordpress/url': 3.41.0 + '@wordpress/warning': 2.40.0 + '@wordpress/wordcount': 3.40.0 + classnames: 2.3.1 + colord: 2.9.2 +>>>>>>> 28159dc4c9 (Lock File Update) diff: 4.0.2 dom-scroll-into-view: 1.2.1 inherits: 2.0.4 @@ -26047,6 +30057,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@emotion/react': 11.11.1(@types/react@17.0.71)(react@17.0.2) '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@17.0.71)(react@17.0.2) '@react-spring/web': 9.7.3(react-dom@17.0.2)(react@17.0.2) @@ -26079,6 +30090,41 @@ packages: '@wordpress/url': 3.48.0 '@wordpress/warning': 2.47.0 '@wordpress/wordcount': 3.47.0 +======= + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@emotion/styled': 11.8.1(@babel/core@7.17.8)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) + '@react-spring/web': 9.5.5(react-dom@17.0.2)(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/commands': 0.11.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keyboard-shortcuts': 4.17.0(react@17.0.2) + '@wordpress/keycodes': 3.44.0 + '@wordpress/notices': 4.8.0(react@17.0.2) + '@wordpress/preferences': 3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/private-apis': 0.22.0 + '@wordpress/rich-text': 6.17.0(react@17.0.2) + '@wordpress/shortcode': 3.40.0 + '@wordpress/style-engine': 1.23.0 + '@wordpress/token-list': 2.40.0 + '@wordpress/url': 3.41.0 + '@wordpress/warning': 2.40.0 + '@wordpress/wordcount': 3.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 classnames: 2.3.2 colord: 2.9.3 @@ -26112,6 +30158,7 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@react-spring/web': 9.7.3(react-dom@17.0.2)(react@17.0.2) '@wordpress/a11y': 3.6.1 '@wordpress/api-fetch': 6.21.0 @@ -26140,6 +30187,37 @@ packages: '@wordpress/wordcount': 3.47.0 classnames: 2.3.2 colord: 2.9.3 +======= + '@react-spring/web': 9.5.5(react-dom@17.0.2)(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 19.12.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 6.15.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 8.4.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keyboard-shortcuts': 3.17.0(react@17.0.2) + '@wordpress/keycodes': 3.44.0 + '@wordpress/notices': 3.28.0(react@17.0.2) + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/shortcode': 3.40.0 + '@wordpress/style-engine': 0.6.0 + '@wordpress/token-list': 2.40.0 + '@wordpress/url': 3.41.0 + '@wordpress/warning': 2.40.0 + '@wordpress/wordcount': 3.40.0 + classnames: 2.3.1 + colord: 2.9.2 +>>>>>>> 28159dc4c9 (Lock File Update) diff: 4.0.2 dom-scroll-into-view: 1.2.1 inherits: 2.0.4 @@ -26215,6 +30293,7 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@react-spring/web': 9.7.3(react-dom@17.0.2)(react@17.0.2) '@wordpress/a11y': 3.47.0 '@wordpress/api-fetch': 6.21.0 @@ -26226,6 +30305,19 @@ packages: '@wordpress/date': 4.47.0 '@wordpress/deprecated': 3.41.0 '@wordpress/dom': 3.27.0 +======= + '@react-spring/web': 9.5.5(react-dom@17.0.2)(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 20.0.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/element': 4.20.0 '@wordpress/hooks': 3.47.0 '@wordpress/html-entities': 3.24.0 @@ -26267,6 +30359,7 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/api-fetch': 6.21.0 '@wordpress/autop': 3.47.0 @@ -26280,6 +30373,19 @@ packages: '@wordpress/date': 4.47.0 '@wordpress/deprecated': 3.41.0 '@wordpress/dom': 3.27.0 +======= + '@react-spring/web': 9.5.5(react-dom@17.0.2)(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 20.0.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/element': 4.20.0 '@wordpress/hooks': 3.47.0 '@wordpress/html-entities': 3.24.0 @@ -26294,10 +30400,69 @@ packages: '@wordpress/url': 3.48.0 '@wordpress/viewport': 4.20.0(react@17.0.2) change-case: 4.1.2 +<<<<<<< HEAD classnames: 2.3.2 colord: 2.9.3 escape-html: 1.0.3 fast-average-color: 9.4.0 +======= + classnames: 2.3.1 + colord: 2.9.2 + 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(react-dom@17.0.2)(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) + react-easy-crop: 3.5.3(react-dom@17.0.2)(react@17.0.2) + rememo: 4.0.2 + remove-accents: 0.4.2 + traverse: 0.6.6 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + dev: false + + /@wordpress/block-library@7.16.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-iuFqo2Ms08z0s1t1MM4mI7Gt+oBmj7KW6hRPEdQst+8jaG6hpQX6TgOzBt2Nw+0P0w8QRdyJjoQsB1cipGcNgQ==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/autop': 3.19.0 + '@wordpress/blob': 3.40.0 + '@wordpress/block-editor': 10.2.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 21.2.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/core-data': 5.2.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/notices': 3.28.0(react@17.0.2) + '@wordpress/primitives': 3.38.0 + '@wordpress/reusable-blocks': 3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/server-side-render': 3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/url': 3.41.0 + '@wordpress/viewport': 4.17.0(react@17.0.2) + change-case: 4.1.2 + classnames: 2.3.1 + colord: 2.9.2 + fast-average-color: 9.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) lodash: 4.17.21 memize: 1.1.0 micromodal: 0.4.10 @@ -26312,6 +30477,7 @@ packages: resolution: {integrity: sha512-sb/UXMHIS6zJviALkGRgYZja4gEvaddQ9KT485MEGbLupgPuw//ywYwefRW0XKnRBIM/eKoq2gBj55+cXnUnXQ==} engines: {node: '>=12'} peerDependencies: +<<<<<<< HEAD react: ^17.0.2 react-dom: ^18.0.0 dependencies: @@ -26346,6 +30512,96 @@ packages: '@wordpress/url': 3.48.0 '@wordpress/viewport': 5.24.0(react@17.0.2) '@wordpress/wordcount': 3.47.0 +======= + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/autop': 3.19.0 + '@wordpress/blob': 3.40.0 + '@wordpress/block-editor': 10.2.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 21.2.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/core-data': 5.2.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/notices': 3.28.0(react@17.0.2) + '@wordpress/primitives': 3.38.0 + '@wordpress/reusable-blocks': 3.17.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/server-side-render': 3.17.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/url': 3.41.0 + '@wordpress/viewport': 4.17.0(react@17.0.2) + change-case: 4.1.2 + classnames: 2.3.1 + colord: 2.9.2 + fast-average-color: 9.1.1 + 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' + - '@babel/helper-module-imports' + - '@babel/types' + - '@types/react' + - aslemammad-vite-plugin-macro + - babel-plugin-macros + - vite + dev: false + + /@wordpress/block-library@8.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-KfB4gVnqUGZfksFXukeFNXZ1WnkMpLQaVEbBCg09PtJQVA8ZkquzDySFpouA3Q0cTeS830NOc2Mri+MO/zlooQ==} + engines: {node: '>=12'} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/autop': 3.40.0 + '@wordpress/blob': 3.40.0 + '@wordpress/block-editor': 12.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/core-data': 6.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/interactivity': 2.1.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/notices': 4.8.0(react@17.0.2) + '@wordpress/primitives': 3.38.0 + '@wordpress/private-apis': 0.22.0 + '@wordpress/reusable-blocks': 4.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/rich-text': 6.17.0(react@17.0.2) + '@wordpress/server-side-render': 4.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/url': 3.41.0 + '@wordpress/viewport': 5.17.0(react@17.0.2) + '@wordpress/wordcount': 3.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 classnames: 2.3.2 colord: 2.9.3 @@ -26413,6 +30669,7 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/autop': 3.47.0 '@wordpress/blob': 3.47.0 '@wordpress/block-serialization-default-parser': 4.47.0 @@ -26420,6 +30677,15 @@ packages: '@wordpress/data': 7.6.0(react@17.0.2) '@wordpress/deprecated': 3.41.0 '@wordpress/dom': 3.27.0 +======= + '@wordpress/autop': 3.40.0 + '@wordpress/blob': 3.40.0 + '@wordpress/block-serialization-default-parser': 4.40.0 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/element': 4.20.0 '@wordpress/hooks': 3.47.0 '@wordpress/html-entities': 3.24.0 @@ -26446,6 +30712,7 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/autop': 3.47.0 '@wordpress/blob': 3.47.0 '@wordpress/block-serialization-default-parser': 4.47.0 @@ -26460,6 +30727,22 @@ packages: '@wordpress/is-shallow-equal': 4.47.0 '@wordpress/private-apis': 0.29.0 '@wordpress/shortcode': 3.47.0 +======= + '@wordpress/autop': 3.40.0 + '@wordpress/blob': 3.40.0 + '@wordpress/block-serialization-default-parser': 4.40.0 + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/private-apis': 0.22.0 + '@wordpress/shortcode': 3.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 colord: 2.9.3 fast-deep-equal: 3.1.3 @@ -26471,7 +30754,48 @@ packages: remove-accents: 0.5.0 showdown: 1.9.1 simple-html-tokenizer: 0.5.11 +<<<<<<< HEAD uuid: 9.0.1 +======= + uuid: 8.3.2 + dev: false + + /@wordpress/blocks@12.5.0(react@17.0.2): + resolution: {integrity: sha512-vAEC0UqmzWe+X5p+xADMgpEVT8JnyHDyW6p49XXF7PGHJDAOplVZk/LGcjwwTV3V/jHuqMcTytQwj2XYqMpqCw==} + engines: {node: '>=12'} + peerDependencies: + react: ^18.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/autop': 3.40.0 + '@wordpress/blob': 3.40.0 + '@wordpress/block-serialization-default-parser': 4.40.0 + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 8.5.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.40.0 + '@wordpress/element': 5.21.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/is-shallow-equal': 4.40.0 + '@wordpress/private-apis': 0.10.0 + '@wordpress/shortcode': 3.40.0 + change-case: 4.1.2 + colord: 2.9.2 + fast-deep-equal: 3.1.3 + hpq: 1.3.0 + is-plain-object: 5.0.0 + lodash: 4.17.21 + memize: 1.1.0 + react: 17.0.2 + rememo: 4.0.2 + remove-accents: 0.4.2 + showdown: 1.9.1 + simple-html-tokenizer: 0.5.11 + uuid: 8.3.2 + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/browserslist-config@2.7.0: resolution: {integrity: sha512-pB45JlfmHuEigNFZ1X+CTgIsOT3/TTb9iZxw1DHXge/7ytY8FNhtcNwTfF9IgnS6/xaFRZBqzw4DyH4sP1Lyxg==} @@ -26485,11 +30809,14 @@ packages: /@wordpress/browserslist-config@5.21.0: resolution: {integrity: sha512-it0w94H5lXEK605QWAWK+jIYwpaes1xm6dPx8/ekoWJQi/5+kEqPLmpLwRo68d41CSMbZClxgYo35f0OiZE22A==} engines: {node: '>=14'} +<<<<<<< HEAD dev: true /@wordpress/browserslist-config@5.30.0: resolution: {integrity: sha512-HFgLCkvvxba+j7/qNjVn1od38tvMm1xVlIJBR+zukkTvvLu/AkdelWKAQpvAoFAXMaZJ7239VxDVBYbVolf6FQ==} engines: {node: '>=14'} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/commands@0.18.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-qJyAz2WtpRcJIKWtdkI5wWAnjx5aU9NdsZNW59xf9k9Uh3N1+1dvfFl3FJpR3pGCJv3dmuyFaWXJNYXqswXj/w==} @@ -26499,6 +30826,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/components': 25.13.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/data': 9.17.0(react@17.0.2) '@wordpress/element': 5.24.0 @@ -26508,6 +30836,17 @@ packages: '@wordpress/private-apis': 0.29.0 classnames: 2.3.2 cmdk: 0.2.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) +======= + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/keyboard-shortcuts': 4.17.0(react@17.0.2) + '@wordpress/private-apis': 0.22.0 + classnames: 2.3.1 + cmdk: 0.2.0(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) rememo: 4.0.2 @@ -26526,12 +30865,21 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/components': 25.13.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/data': 9.17.0(react@17.0.2) '@wordpress/element': 5.22.0 '@wordpress/i18n': 4.47.0 '@wordpress/icons': 9.36.0 '@wordpress/keyboard-shortcuts': 4.24.0(react@17.0.2) +======= + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/keyboard-shortcuts': 4.17.0(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/private-apis': 0.20.0 cmdk: 0.2.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 @@ -26552,6 +30900,7 @@ packages: peerDependencies: reakit-utils: ^0.15.1 dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@babel/runtime': 7.23.5 '@emotion/cache': 11.11.0 @@ -26561,6 +30910,9 @@ packages: '@emotion/utils': 1.0.0 ======= '@babel/runtime': 7.23.4 +======= + '@babel/runtime': 7.23.5 +>>>>>>> 28159dc4c9 (Lock File Update) '@emotion/cache': 11.10.5 '@emotion/css': 11.7.1(@babel/core@7.17.8) '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) @@ -26597,7 +30949,7 @@ packages: re-resizable: 6.9.5(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-colorful: 5.6.1(react-dom@17.0.2)(react@17.0.2) - react-dates: 21.8.0(@babel/runtime@7.23.4)(moment@2.29.4)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) + react-dates: 21.8.0(@babel/runtime@7.23.5)(moment@2.29.4)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) react-dom: 17.0.2(react@17.0.2) reakit: 1.3.11(react-dom@17.0.2)(react@17.0.2) uuid: 8.3.2 @@ -26614,7 +30966,7 @@ packages: react: ^17.0.0 react-dom: ^17.0.0 dependencies: - '@babel/runtime': 7.23.4 + '@babel/runtime': 7.23.5 '@emotion/cache': 11.10.5 '@emotion/css': 11.7.1(@babel/core@7.21.3) '@emotion/react': 11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2) @@ -26651,61 +31003,7 @@ packages: re-resizable: 6.9.5(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-colorful: 5.6.1(react-dom@17.0.2)(react@17.0.2) - react-dates: 21.8.0(@babel/runtime@7.23.4)(moment@2.29.4)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) - react-dom: 17.0.2(react@17.0.2) - reakit: 1.3.11(react-dom@17.0.2)(react@17.0.2) - uuid: 8.3.2 - transitivePeerDependencies: - - '@babel/core' - - '@types/react' - - react-with-direction - dev: false - - /@wordpress/components@19.12.0(@babel/core@7.23.3)(@types/react@17.0.50)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2): - resolution: {integrity: sha512-Ac1+aIMM7NDgN3G7i5kcaETSvZfeqB4U6PubApPmM6FdBF5VfkYUZeqNcC7cuJdveyokRrqHg11/l+DcJGA7/g==} - engines: {node: '>=12'} - peerDependencies: - react: ^17.0.0 - react-dom: ^17.0.0 - dependencies: - '@babel/runtime': 7.23.4 - '@emotion/cache': 11.10.5 - '@emotion/css': 11.7.1(@babel/core@7.23.3) - '@emotion/react': 11.10.5(@babel/core@7.23.3)(@types/react@17.0.50)(react@17.0.2) - '@emotion/serialize': 1.1.1 - '@emotion/styled': 11.8.1(@babel/core@7.23.3)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) - '@emotion/utils': 1.0.0 - '@floating-ui/react-dom': 0.6.3(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) - '@use-gesture/react': 10.2.27(react@17.0.2) - '@wordpress/a11y': 3.40.0 - '@wordpress/compose': 5.17.0(react@17.0.2) - '@wordpress/date': 4.40.0 - '@wordpress/deprecated': 3.44.0 - '@wordpress/dom': 3.44.0 - '@wordpress/element': 4.20.0 - '@wordpress/escape-html': 2.44.0 - '@wordpress/hooks': 3.44.0 - '@wordpress/i18n': 4.44.0 - '@wordpress/icons': 9.31.0 - '@wordpress/is-shallow-equal': 4.44.0 - '@wordpress/keycodes': 3.44.0 - '@wordpress/primitives': 3.38.0 - '@wordpress/rich-text': 5.17.0(react@17.0.2) - '@wordpress/warning': 2.40.0 - classnames: 2.3.1 - colord: 2.9.2 - dom-scroll-into-view: 1.2.1 - downshift: 6.1.12(react@17.0.2) - framer-motion: 6.2.8(react-dom@17.0.2)(react@17.0.2) - 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.5(react-dom@17.0.2)(react@17.0.2) - react: 17.0.2 - react-colorful: 5.6.1(react-dom@17.0.2)(react@17.0.2) - react-dates: 21.8.0(@babel/runtime@7.23.4)(moment@2.29.4)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) + react-dates: 21.8.0(@babel/runtime@7.23.5)(moment@2.29.4)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) react-dom: 17.0.2(react@17.0.2) reakit: 1.3.11(react-dom@17.0.2)(react@17.0.2) uuid: 8.3.2 @@ -26722,7 +31020,7 @@ packages: react: ^17.0.0 react-dom: ^17.0.0 dependencies: - '@babel/runtime': 7.17.7 + '@babel/runtime': 7.23.5 '@emotion/cache': 11.7.1 '@emotion/css': 11.7.1(@babel/core@7.17.8) '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) @@ -26832,11 +31130,19 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@emotion/cache': 11.11.0 '@emotion/css': 11.11.2 '@emotion/react': 11.11.1(@types/react@17.0.71)(react@17.0.2) '@emotion/serialize': 1.1.2 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@17.0.71)(react@17.0.2) +======= + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.17.8) + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.17.8)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@emotion/utils': 1.0.0 '@use-gesture/react': 10.3.0(react@17.0.2) '@wordpress/a11y': 3.6.1 @@ -26885,11 +31191,19 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@emotion/cache': 11.11.0 '@emotion/css': 11.11.2 '@emotion/react': 11.11.1(@types/react@17.0.71)(react@17.0.2) '@emotion/serialize': 1.1.2 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@17.0.71)(react@17.0.2) +======= + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.17.8) + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.17.8)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@emotion/utils': 1.0.0 '@use-gesture/react': 10.3.0(react@17.0.2) '@wordpress/a11y': 3.6.1 @@ -26937,12 +31251,21 @@ packages: react: ^17.0.2 react-dom: ^17.0.0 dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 '@emotion/cache': 11.11.0 '@emotion/css': 11.11.2 '@emotion/react': 11.11.1(@types/react@17.0.71)(react@17.0.2) '@emotion/serialize': 1.1.2 '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@17.0.71)(react@17.0.2) +======= + '@babel/runtime': 7.21.0 + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.21.3) + '@emotion/react': 11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.21.3)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@emotion/utils': 1.0.0 '@use-gesture/react': 10.3.0(react@17.0.2) '@wordpress/a11y': 3.6.1 @@ -26983,7 +31306,11 @@ packages: - react-with-direction dev: false +<<<<<<< HEAD /@wordpress/components@20.0.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): +======= + /@wordpress/components@20.0.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-RBPjtGLSoiV5YKhrBYh+/X8LbzbA99BJaB4Q+P0e1rVOwGzeBF3M7YEjmg1PrrzWaItqJZTvDoyZo+ql7c0KfA==} engines: {node: '>=12'} peerDependencies: @@ -26991,6 +31318,7 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@emotion/cache': 11.11.0 '@emotion/css': 11.11.2 '@emotion/react': 11.11.1(@types/react@17.0.71)(react@17.0.2) @@ -27014,6 +31342,140 @@ packages: '@wordpress/primitives': 3.45.0 '@wordpress/rich-text': 5.20.0(react@17.0.2) '@wordpress/warning': 2.47.0 +======= + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.17.8) + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.17.8)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) + '@emotion/utils': 1.2.0 + '@floating-ui/react-dom': 1.0.0(react-dom@17.0.2)(react@17.0.2) + '@use-gesture/react': 10.2.27(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/primitives': 3.38.0 + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/warning': 2.40.0 + change-case: 4.1.2 + classnames: 2.3.1 + colord: 2.9.2 + date-fns: 2.29.3 + dom-scroll-into-view: 1.2.1 + downshift: 6.1.12(react@17.0.2) + framer-motion: 6.2.8(react-dom@17.0.2)(react@17.0.2) + gradient-parser: 0.1.5 + highlight-words-core: 1.2.2 + lodash: 4.17.21 + memize: 1.1.0 + re-resizable: 6.9.5(react-dom@17.0.2)(react@17.0.2) + react: 17.0.2 + react-colorful: 5.6.1(react-dom@17.0.2)(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) + reakit: 1.3.11(react-dom@17.0.2)(react@17.0.2) + remove-accents: 0.4.2 + use-lilius: 2.0.3(react-dom@17.0.2)(react@17.0.2) + uuid: 8.3.2 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + + /@wordpress/components@20.0.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-RBPjtGLSoiV5YKhrBYh+/X8LbzbA99BJaB4Q+P0e1rVOwGzeBF3M7YEjmg1PrrzWaItqJZTvDoyZo+ql7c0KfA==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.21.3) + '@emotion/react': 11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.21.3)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) + '@emotion/utils': 1.2.0 + '@floating-ui/react-dom': 1.0.0(react-dom@17.0.2)(react@17.0.2) + '@use-gesture/react': 10.2.27(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/primitives': 3.38.0 + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/warning': 2.40.0 + change-case: 4.1.2 + classnames: 2.3.1 + colord: 2.9.2 + date-fns: 2.29.3 + dom-scroll-into-view: 1.2.1 + downshift: 6.1.12(react@17.0.2) + framer-motion: 6.2.8(react-dom@17.0.2)(react@17.0.2) + gradient-parser: 0.1.5 + highlight-words-core: 1.2.2 + lodash: 4.17.21 + memize: 1.1.0 + re-resizable: 6.9.5(react-dom@17.0.2)(react@17.0.2) + react: 17.0.2 + react-colorful: 5.6.1(react-dom@17.0.2)(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) + reakit: 1.3.11(react-dom@17.0.2)(react@17.0.2) + remove-accents: 0.4.2 + use-lilius: 2.0.3(react-dom@17.0.2)(react@17.0.2) + uuid: 8.3.2 + transitivePeerDependencies: + - '@babel/core' + - '@types/react' + dev: false + + /@wordpress/components@21.2.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-pYz+EY+Tv/O2JuDBXpaFH/zv9Evty/e6NOGjOzddSeaShZ/mCq2DpUSWPuTFBEAjtv6h9HnpkakbNnEeio5yNA==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.17.8) + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.17.8)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) + '@emotion/utils': 1.2.0 + '@floating-ui/react-dom': 1.0.0(react-dom@17.0.2)(react@17.0.2) + '@use-gesture/react': 10.2.27(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/primitives': 3.38.0 + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/warning': 2.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 classnames: 2.3.2 colord: 2.9.3 @@ -27044,6 +31506,7 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@emotion/cache': 11.11.0 '@emotion/css': 11.11.2 '@emotion/react': 11.11.1(@types/react@17.0.71)(react@17.0.2) @@ -27067,6 +31530,31 @@ packages: '@wordpress/primitives': 3.45.0 '@wordpress/rich-text': 5.20.0(react@17.0.2) '@wordpress/warning': 2.47.0 +======= + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.21.3) + '@emotion/react': 11.10.5(@babel/core@7.21.3)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.21.3)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) + '@emotion/utils': 1.2.0 + '@floating-ui/react-dom': 1.0.0(react-dom@17.0.2)(react@17.0.2) + '@use-gesture/react': 10.2.27(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/primitives': 3.38.0 + '@wordpress/rich-text': 5.17.0(react@17.0.2) + '@wordpress/warning': 2.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 classnames: 2.3.2 colord: 2.9.3 @@ -27098,6 +31586,7 @@ packages: react: ^17.0.2 react-dom: ^18.0.0 dependencies: +<<<<<<< HEAD '@ariakit/react': 0.3.9(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.23.5 '@emotion/cache': 11.11.0 @@ -27128,6 +31617,36 @@ packages: '@wordpress/private-apis': 0.29.0 '@wordpress/rich-text': 6.24.0(react@17.0.2) '@wordpress/warning': 2.47.0 +======= + '@ariakit/react': 0.2.17(react-dom@17.0.2)(react@17.0.2) + '@babel/runtime': 7.23.5 + '@emotion/cache': 11.10.5 + '@emotion/css': 11.7.1(@babel/core@7.17.8) + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@emotion/serialize': 1.1.1 + '@emotion/styled': 11.8.1(@babel/core@7.17.8)(@emotion/react@11.10.5)(@types/react@17.0.50)(react@17.0.2) + '@emotion/utils': 1.2.0 + '@floating-ui/react-dom': 1.0.0(react-dom@17.0.2)(react@17.0.2) + '@radix-ui/react-dropdown-menu': 2.0.4(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@use-gesture/react': 10.2.27(react@17.0.2) + '@wordpress/a11y': 3.40.0 + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/primitives': 3.38.0 + '@wordpress/private-apis': 0.22.0 + '@wordpress/rich-text': 6.17.0(react@17.0.2) + '@wordpress/warning': 2.40.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 classnames: 2.3.2 colord: 2.9.3 @@ -27165,7 +31684,7 @@ packages: /@wordpress/compose@3.25.3(react@16.14.0): resolution: {integrity: sha512-tCO2EnJCkCH548OqA0uU8V1k/1skz2QwBlHs8ZQSpimqUS4OWWsAlndCEFe4U4vDTqFt2ow7tzAir+05Cw8MAg==} dependencies: - '@babel/runtime': 7.17.7 + '@babel/runtime': 7.23.5 '@wordpress/deprecated': 2.12.3 '@wordpress/dom': 2.18.0 '@wordpress/element': 2.20.3 @@ -27177,7 +31696,7 @@ packages: memize: 1.1.0 mousetrap: 1.6.5 react-resize-aware: 3.1.1(react@16.14.0) - use-memo-one: 1.1.3(react@16.14.0) + use-memo-one: 1.1.2(react@16.14.0) transitivePeerDependencies: - react dev: true @@ -27198,7 +31717,7 @@ packages: memize: 1.1.0 mousetrap: 1.6.5 react-resize-aware: 3.1.1(react@17.0.2) - use-memo-one: 1.1.3(react@17.0.2) + use-memo-one: 1.1.2(react@17.0.2) transitivePeerDependencies: - react @@ -27207,6 +31726,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/lodash': 4.14.149 '@types/mousetrap': 1.6.15 '@wordpress/deprecated': 3.41.0 @@ -27243,6 +31763,20 @@ packages: mousetrap: 1.6.5 react: 17.0.2 use-memo-one: 1.1.3(react@17.0.2) +======= + '@types/mousetrap': 1.6.9 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/priority-queue': 2.44.0 + change-case: 4.1.2 + clipboard: 2.0.10 + mousetrap: 1.6.5 + react: 17.0.2 + use-memo-one: 1.1.2(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/compose@5.4.1(react@17.0.2): resolution: {integrity: sha512-kGv3bI7H1UUAjYowIPvIKs/08gfM1+UIpwR43VFpuqmjFbtcLQXUSgg32Owc7Ig063NjhMDz7oWcFx+BKZ5+EQ==} @@ -27251,20 +31785,35 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/lodash': 4.14.202 '@types/mousetrap': 1.6.15 '@wordpress/deprecated': 3.41.0 +======= + '@types/lodash': 4.14.184 + '@types/mousetrap': 1.6.9 + '@wordpress/deprecated': 3.6.1 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/dom': 3.6.1 '@wordpress/element': 4.4.1 '@wordpress/is-shallow-equal': 4.24.0 '@wordpress/keycodes': 3.6.1 +<<<<<<< HEAD '@wordpress/priority-queue': 2.47.0 clipboard: 2.0.11 +======= + '@wordpress/priority-queue': 2.44.0 + clipboard: 2.0.10 +>>>>>>> 28159dc4c9 (Lock File Update) lodash: 4.17.21 mousetrap: 1.6.5 react: 17.0.2 react-resize-aware: 3.1.1(react@17.0.2) +<<<<<<< HEAD use-memo-one: 1.1.3(react@17.0.2) +======= + use-memo-one: 1.1.2(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/compose@5.5.0(react@17.0.2): resolution: {integrity: sha512-jg/7cXTMr+40xf7uf/Vih7A/7EpP786veVxbeFfZu08K/0qe5kt86UNxI9i2wWI62yOTPfM5x87AFUD+SRP/Jw==} @@ -27273,6 +31822,7 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/lodash': 4.14.202 '@types/mousetrap': 1.6.15 '@wordpress/deprecated': 3.41.0 @@ -27308,6 +31858,21 @@ packages: mousetrap: 1.6.5 react: 17.0.2 use-memo-one: 1.1.3(react@17.0.2) +======= + '@types/mousetrap': 1.6.9 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/keycodes': 3.44.0 + '@wordpress/priority-queue': 2.44.0 + '@wordpress/undo-manager': 0.4.0 + change-case: 4.1.2 + clipboard: 2.0.10 + mousetrap: 1.6.5 + react: 17.0.2 + use-memo-one: 1.1.2(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/core-commands@0.7.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-kMfyANcDUmA2+4EfEZuDVNFOWKEOJe7oEaZtC6tFRR1wYAlPYOzaQJxbtQMBzqhvHlQMORaxDQNhaoJ8+ac8MQ==} @@ -27316,12 +31881,21 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/commands': 0.9.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/core-data': 6.24.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/data': 9.17.0(react@17.0.2) '@wordpress/element': 5.22.0 '@wordpress/i18n': 4.47.0 '@wordpress/icons': 9.36.0 +======= + '@wordpress/commands': 0.9.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/core-data': 6.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/private-apis': 0.20.0 '@wordpress/router': 0.7.0(react@17.0.2) '@wordpress/url': 3.48.0 @@ -27370,6 +31944,7 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/api-fetch': 6.21.0 '@wordpress/blocks': 11.21.0(react@17.0.2) '@wordpress/compose': 5.20.0(react@17.0.2) @@ -27380,6 +31955,18 @@ packages: '@wordpress/i18n': 4.47.0 '@wordpress/is-shallow-equal': 4.24.0 '@wordpress/url': 3.48.0 +======= + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/url': 3.41.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 equivalent-key-map: 0.2.2 lodash: 4.17.21 @@ -27397,6 +31984,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/api-fetch': 6.44.0 '@wordpress/block-editor': 12.15.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/blocks': 12.24.0(react@17.0.2) @@ -27412,6 +32000,21 @@ packages: '@wordpress/sync': 0.9.0 '@wordpress/undo-manager': 0.7.0 '@wordpress/url': 3.48.0 +======= + '@wordpress/api-fetch': 6.37.0 + '@wordpress/block-editor': 12.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/private-apis': 0.22.0 + '@wordpress/sync': 0.2.0 + '@wordpress/url': 3.41.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 equivalent-key-map: 0.2.2 fast-deep-equal: 3.1.3 @@ -27462,11 +32065,19 @@ packages: webpack: 5.89.0(webpack-cli@4.10.0) dev: true +<<<<<<< HEAD /@wordpress/data-controls@1.21.3(react-native@0.73.0)(react@17.0.2): resolution: {integrity: sha512-aLpx/HvKaxCQfWSLGIz699SB9Guyq8Yoq5XLlH8eNWnf/8HkQg8hQ6yagDY8BinV/t8HScc5A7a6n6pvZNGtjg==} dependencies: '@babel/runtime': 7.23.5 '@wordpress/api-fetch': 4.0.0(react-native@0.73.0) +======= + /@wordpress/data-controls@1.21.3(react-native@0.70.0)(react@17.0.2): + resolution: {integrity: sha512-aLpx/HvKaxCQfWSLGIz699SB9Guyq8Yoq5XLlH8eNWnf/8HkQg8hQ6yagDY8BinV/t8HScc5A7a6n6pvZNGtjg==} + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/api-fetch': 4.0.0(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/data': 4.27.3(react@17.0.2) '@wordpress/deprecated': 2.12.3 transitivePeerDependencies: @@ -27479,6 +32090,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/api-fetch': 5.2.7 '@wordpress/data': 6.6.1(react@17.0.2) '@wordpress/deprecated': 3.41.0 @@ -27496,6 +32108,12 @@ packages: '@wordpress/deprecated': 3.41.0 transitivePeerDependencies: - react +======= + '@wordpress/api-fetch': 6.37.0 + '@wordpress/data': 6.15.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + react: 17.0.2 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@wordpress/data-controls@2.6.1(react@17.0.2): @@ -27504,7 +32122,11 @@ packages: peerDependencies: react: ^17.0.2 dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/api-fetch': 6.3.1 '@wordpress/data': 6.6.1(react@17.0.2) '@wordpress/deprecated': 3.41.0 @@ -27525,9 +32147,13 @@ packages: is-promise: 4.0.0 lodash: 4.17.21 memize: 1.1.0 +<<<<<<< HEAD redux: 4.2.1 +======= + redux: 4.2.0 +>>>>>>> 28159dc4c9 (Lock File Update) turbo-combine-reducers: 1.0.2 - use-memo-one: 1.1.3(react@17.0.2) + use-memo-one: 1.1.2(react@17.0.2) transitivePeerDependencies: - react dev: true @@ -27563,20 +32189,34 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/compose': 5.20.0(react@17.0.2) '@wordpress/deprecated': 3.41.0 '@wordpress/element': 4.20.0 '@wordpress/is-shallow-equal': 4.24.0 '@wordpress/priority-queue': 2.47.0 '@wordpress/redux-routine': 4.47.0(redux@4.2.1) +======= + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/priority-queue': 2.44.0 + '@wordpress/redux-routine': 4.44.0(redux@4.2.0) +>>>>>>> 28159dc4c9 (Lock File Update) 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 - redux: 4.2.1 + redux: 4.2.0 turbo-combine-reducers: 1.0.2 +<<<<<<< HEAD use-memo-one: 1.1.3(react@17.0.2) +======= + use-memo-one: 1.1.2(react@17.0.2) + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/data@6.6.1(react@17.0.2): resolution: {integrity: sha512-QvXE8LoLqSTgkZub4A7EcfcPqAQQAXw1my9DRcxuCUYjYyxWdVM3I6JcQ+A5osy76Poh8b0Al6Kd7hUxg4SEoQ==} @@ -27584,6 +32224,7 @@ packages: peerDependencies: react: ^17.0.2 dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 '@wordpress/compose': 5.4.1(react@17.0.2) '@wordpress/deprecated': 3.41.0 @@ -27591,10 +32232,20 @@ packages: '@wordpress/is-shallow-equal': 4.24.0 '@wordpress/priority-queue': 2.47.0 '@wordpress/redux-routine': 4.47.0(redux@4.2.1) +======= + '@babel/runtime': 7.21.0 + '@wordpress/compose': 5.4.1(react@17.0.2) + '@wordpress/deprecated': 3.6.1 + '@wordpress/element': 4.4.1 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/priority-queue': 2.44.0 + '@wordpress/redux-routine': 4.44.0(redux@4.2.0) +>>>>>>> 28159dc4c9 (Lock File Update) equivalent-key-map: 0.2.2 is-promise: 4.0.0 lodash: 4.17.21 react: 17.0.2 +<<<<<<< HEAD redux: 4.2.1 turbo-combine-reducers: 1.0.2 use-memo-one: 1.1.3(react@17.0.2) @@ -27612,14 +32263,33 @@ packages: '@wordpress/is-shallow-equal': 4.24.0 '@wordpress/priority-queue': 2.47.0 '@wordpress/redux-routine': 4.47.0(redux@4.2.1) +======= + redux: 4.2.0 + turbo-combine-reducers: 1.0.2 + use-memo-one: 1.1.2(react@17.0.2) + + /@wordpress/data@7.3.0(react@17.0.2): + resolution: {integrity: sha512-tEnkYzobo1X889XZFbStcFnd9miqvaRhwdonfbhG1KgCPveTPU8Wb4cGav4obFwIJabvGPhlj9eNs5M4eBtbaQ==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/priority-queue': 2.44.0 + '@wordpress/redux-routine': 4.44.0(redux@4.2.0) +>>>>>>> 28159dc4c9 (Lock File Update) equivalent-key-map: 0.2.2 is-plain-object: 5.0.0 is-promise: 4.0.0 lodash: 4.17.21 react: 17.0.2 - redux: 4.2.1 + redux: 4.2.0 turbo-combine-reducers: 1.0.2 - use-memo-one: 1.1.3(react@17.0.2) + use-memo-one: 1.1.2(react@17.0.2) /@wordpress/data@9.17.0(react@17.0.2): resolution: {integrity: sha512-0FfNL4mHMkX8cBbGAjP8EJ/RGOvf/74qyhBXiLEGUz6swhW6RFrSPm7Dkqe5cMRqXDGoJn15OsOFIuLRllwVoQ==} @@ -27628,6 +32298,7 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/compose': 6.24.0(react@17.0.2) '@wordpress/deprecated': 3.47.0 '@wordpress/element': 5.24.0 @@ -27635,6 +32306,38 @@ packages: '@wordpress/priority-queue': 2.47.0 '@wordpress/private-apis': 0.29.0 '@wordpress/redux-routine': 4.47.0(redux@4.2.1) +======= + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/priority-queue': 2.44.0 + '@wordpress/private-apis': 0.10.0 + '@wordpress/redux-routine': 4.44.0(redux@4.2.0) + deepmerge: 4.3.0 + equivalent-key-map: 0.2.2 + is-plain-object: 5.0.0 + is-promise: 4.0.0 + 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@9.14.0(react@17.0.2): + resolution: {integrity: sha512-xwdDHIMrq5rISElBTAgswY+G7os7kamM/bVe0HV6abcNxQgo22Urtp+XscTgR9sStBVkbBRPUy++mOI6TkFjbQ==} + engines: {node: '>=12'} + peerDependencies: + react: ^18.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/is-shallow-equal': 4.44.0 + '@wordpress/priority-queue': 2.44.0 + '@wordpress/private-apis': 0.26.0 + '@wordpress/redux-routine': 4.44.0(redux@4.2.0) +>>>>>>> 28159dc4c9 (Lock File Update) deepmerge: 4.3.1 equivalent-key-map: 0.2.2 is-plain-object: 5.0.0 @@ -27649,7 +32352,11 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/deprecated': 3.47.0 +======= + '@wordpress/deprecated': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) moment: 2.29.4 moment-timezone: 0.5.43 @@ -27662,13 +32369,13 @@ packages: moment-timezone: 0.5.43 dev: false - /@wordpress/dependency-extraction-webpack-plugin@2.9.0(webpack@4.47.0): + /@wordpress/dependency-extraction-webpack-plugin@2.9.0(webpack@4.46.0): resolution: {integrity: sha512-Eo8ByPd3iZ6az4UmdLD2xYLp1/7os/H80l28Y5OlS4DozkD3vcWCBReynWoBax74u3oJ9wWN5b/8oSxGwIKXYQ==} peerDependencies: webpack: ^4.8.3 || ^5.0.0 dependencies: json2php: 0.0.4 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) webpack-sources: 1.4.3 dev: true @@ -27682,13 +32389,30 @@ packages: webpack: 5.89.0(webpack-cli@3.3.12) webpack-sources: 3.2.3 +<<<<<<< HEAD /@wordpress/dependency-extraction-webpack-plugin@4.28.0(webpack@5.88.2): resolution: {integrity: sha512-/qfcNv6+cp+8guuNO88/inlFWf21UqeqxxcmcD+41rRfDr8+xqsHMmLwRvSip4KbT8veR2i7Gvem5H5E5x8uVA==} +======= + /@wordpress/dependency-extraction-webpack-plugin@3.4.1(webpack@5.76.3): + resolution: {integrity: sha512-QtF3RS2eoPl3LBxur3Rt7hFzBqhrSNU5WR/nRn1FUBx+AJ5zuEO8fY/lhqyJ2cCM2irRTrrUfey3NQoerd6GBA==} + engines: {node: '>=12'} + peerDependencies: + webpack: ^4.8.3 || ^5.0.0 + dependencies: + json2php: 0.0.4 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) + webpack-sources: 3.2.3 + dev: true + + /@wordpress/dependency-extraction-webpack-plugin@4.17.0(webpack@5.76.3): + resolution: {integrity: sha512-vSWYcjHwdQrnvw6XeYfxRFLGZBEKR3IU82ahfiUEb0doomlR/ulZbnIZdC22Xo0KuQkvTSHEx71yhnvyKYolBg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=14'} peerDependencies: webpack: ^4.8.3 || ^5.0.0 dependencies: json2php: 0.0.7 +<<<<<<< HEAD webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) webpack-sources: 3.2.3 dev: true @@ -27712,6 +32436,9 @@ packages: dependencies: json2php: 0.0.7 webpack: 5.89.0(webpack-cli@5.1.4) +======= + webpack: 5.76.3(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-sources: 3.2.3 dev: true @@ -27726,6 +32453,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/hooks': 3.47.0 /@wordpress/deprecated@3.47.0: @@ -27735,13 +32463,20 @@ packages: '@babel/runtime': 7.23.5 '@wordpress/hooks': 3.47.0 +======= + '@wordpress/hooks': 3.44.0 + +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/deprecated@3.6.1: resolution: {integrity: sha512-ilOkjXejcnJMxnq1gTVkBnDPP9W+XjlEe1TIfaMKcCwKsfsNy6bgURxWl1qIM2dPjH+5KK65bPjW0XELTMJy4w==} engines: {node: '>=12'} dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/hooks': 3.6.1 - dev: false /@wordpress/dom-ready@3.47.0: resolution: {integrity: sha512-VsqaTQJ5Z7Qa3Doi5qk4LMnW0K78JEKLYRcg3ohapgBrQ2tKTS67oWgJx2VgWz8ky6j9UosecSISP3zJHXfEeA==} @@ -27754,6 +32489,10 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/dom@2.18.0: resolution: {integrity: sha512-tM2WeQuSObl3nzWjUTF0/dyLnA7sdl/MXaSe32D64OF89bjSyJvjUipI7gjKzI3kJ7ddGhwcTggGvSB06MOoCQ==} @@ -27766,14 +32505,22 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/deprecated': 3.41.0 +======= + '@wordpress/deprecated': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/dom@3.47.0: resolution: {integrity: sha512-SY6wfAc4yrXYil8fm/uyeKQnPjGuc0G9Q1/5pUKO6dssst8fClsrxy+hXNl0FYFGWnAZBqg5ccrwYydrFt5k/g==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/deprecated': 3.47.0 +======= + '@wordpress/deprecated': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/dom@3.6.1: resolution: {integrity: sha512-wdWBzfxU8iUPpxxTACkFpYbEoC0f+Hqs24IYOkhn/8ERp2LFpUdFcwF7/DmY6agSpUs8iWT/2hSGdUz9Lw2f0w==} @@ -27782,6 +32529,7 @@ packages: '@babel/runtime': 7.23.5 lodash: 4.17.21 +<<<<<<< HEAD /@wordpress/e2e-test-utils-playwright@0.10.13(@playwright/test@1.38.1)(typescript@5.3.2): resolution: {integrity: sha512-5zqIsG6Nn6N0DBlK9GyvYKxUrK7dEBHFInRnIqqfimWAQmz07iBCJU34njs9lQi+/GzKfXS+2XgBI7dDQnbfwQ==} engines: {node: '>=12'} @@ -27850,6 +32598,9 @@ packages: dev: true /@wordpress/e2e-test-utils@3.0.0(jest@24.9.0)(puppeteer@2.1.1)(react-native@0.73.0): +======= + /@wordpress/e2e-test-utils@3.0.0(jest@24.9.0)(puppeteer@2.1.1)(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-XMdR8DeKyDQRF5jKeUlOzP4pTRtoJuOLsNZRLUFUvnrs9y/7/hH17VmPbWp3TJGvV/eGKzO4+D+wJTsP9nJmIw==} engines: {node: '>=8'} peerDependencies: @@ -27858,7 +32609,11 @@ packages: dependencies: '@babel/runtime': 7.23.5 '@wordpress/keycodes': 2.19.3 +<<<<<<< HEAD '@wordpress/url': 2.22.2(react-native@0.73.0) +======= + '@wordpress/url': 2.22.2(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) jest: 24.9.0 lodash: 4.17.21 node-fetch: 1.7.3 @@ -27867,7 +32622,11 @@ packages: - react-native dev: false +<<<<<<< HEAD /@wordpress/e2e-test-utils@4.16.1(jest@27.5.1)(puppeteer@2.1.1)(react-native@0.73.0): +======= + /@wordpress/e2e-test-utils@4.16.1(jest@27.5.1)(puppeteer@2.1.1)(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Dpsq5m0VSvjIhro2MjACSzkOkOf1jGEryzgEMW1ikbT6YI+motspHfGtisKXgYhZJOnjV4PwuEg+9lPVnd971g==} engines: {node: '>=8'} peerDependencies: @@ -27876,8 +32635,13 @@ packages: dependencies: '@babel/runtime': 7.23.5 '@wordpress/keycodes': 2.19.3 +<<<<<<< HEAD '@wordpress/url': 2.22.2(react-native@0.73.0) jest: 27.5.1(ts-node@10.9.2) +======= + '@wordpress/url': 2.22.2(react-native@0.70.0) + jest: 27.5.1 +>>>>>>> 28159dc4c9 (Lock File Update) lodash: 4.17.21 node-fetch: 2.7.0 puppeteer: 2.1.1 @@ -27886,11 +32650,15 @@ packages: - react-native dev: false +<<<<<<< HEAD <<<<<<< HEAD /@wordpress/e2e-test-utils@4.16.1(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.73.0): ======= /@wordpress/e2e-test-utils@4.16.1(jest@29.7.0)(puppeteer@2.1.1)(react-native@0.72.7): >>>>>>> 9feae75363 (Lock file update) +======= + /@wordpress/e2e-test-utils@4.16.1(jest@29.6.2)(puppeteer@2.1.1)(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Dpsq5m0VSvjIhro2MjACSzkOkOf1jGEryzgEMW1ikbT6YI+motspHfGtisKXgYhZJOnjV4PwuEg+9lPVnd971g==} engines: {node: '>=8'} peerDependencies: @@ -27899,8 +32667,13 @@ packages: dependencies: '@babel/runtime': 7.23.5 '@wordpress/keycodes': 2.19.3 +<<<<<<< HEAD '@wordpress/url': 2.22.2(react-native@0.73.0) jest: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2) +======= + '@wordpress/url': 2.22.2(react-native@0.70.0) + jest: 29.6.2(@types/node@16.18.21)(ts-node@10.9.1) +>>>>>>> 28159dc4c9 (Lock File Update) lodash: 4.17.21 <<<<<<< HEAD node-fetch: 2.7.0 @@ -27913,6 +32686,7 @@ packages: - react-native dev: false +<<<<<<< HEAD /@wordpress/e2e-test-utils@7.11.0(jest@29.7.0)(puppeteer-core@21.6.0): resolution: {integrity: sha512-4SbCQnCOi83F+xQwGdMgfJhNfL1925Qd/FYRh2rZ9pdXskb6Ml3rK8tCL951ereBWoYwyeb7DDllmiMnm9iACw==} engines: {node: '>=12'} @@ -27935,12 +32709,16 @@ packages: dev: true /@wordpress/e2e-test-utils@7.2.1(jest@29.7.0)(puppeteer-core@21.6.0): +======= + /@wordpress/e2e-test-utils@7.2.1(jest@29.6.2)(puppeteer-core@19.7.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-eqo4quzgGFArZLLocC5sPfdCLiiS9zMTCRs+Kn4Tl4lLDOLhTk9I1MZcBkvJJ0Qd75FEcdeLaqNaSYNCu6rgyw==} engines: {node: '>=12'} peerDependencies: jest: '>=27' puppeteer-core: '>=11' dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 '@wordpress/api-fetch': 6.21.0 '@wordpress/keycodes': 3.47.0 @@ -27950,6 +32728,17 @@ packages: lodash: 4.17.21 node-fetch: 2.7.0 puppeteer-core: 21.6.0 +======= + '@babel/runtime': 7.21.0 + '@wordpress/api-fetch': 6.3.1 + '@wordpress/keycodes': 3.6.1 + '@wordpress/url': 3.7.1 + form-data: 4.0.0 + jest: 29.6.2(@types/node@16.18.21)(ts-node@10.9.1) + lodash: 4.17.21 + node-fetch: 2.6.7 + puppeteer-core: 19.7.3(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - encoding dev: false @@ -28061,6 +32850,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/api-fetch': 6.44.0 '@wordpress/block-editor': 12.15.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) @@ -28090,6 +32880,37 @@ packages: '@wordpress/plugins': 6.15.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/preferences': 3.24.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/primitives': 3.45.0 +======= + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/block-editor': 12.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/block-library': 8.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/commands': 0.9.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/core-commands': 0.7.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/core-data': 6.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/editor': 13.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/escape-html': 2.40.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/interface': 5.15.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/keyboard-shortcuts': 4.17.0(react@17.0.2) + '@wordpress/keycodes': 3.44.0 + '@wordpress/media-utils': 4.31.0 + '@wordpress/notices': 4.8.0(react@17.0.2) + '@wordpress/plugins': 6.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/preferences': 3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/primitives': 3.38.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/private-apis': 0.20.0 '@wordpress/reusable-blocks': 4.24.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/router': 0.7.0(react@17.0.2) @@ -28178,6 +32999,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/api-fetch': 6.44.0 '@wordpress/blob': 3.47.0 @@ -28209,6 +33031,39 @@ packages: '@wordpress/wordcount': 3.47.0 classnames: 2.3.2 date-fns: 2.30.0 +======= + '@wordpress/a11y': 3.40.0 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/block-editor': 12.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/core-data': 6.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/date': 4.40.0 + '@wordpress/deprecated': 3.44.0 + '@wordpress/dom': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/html-entities': 3.40.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/keyboard-shortcuts': 4.17.0(react@17.0.2) + '@wordpress/keycodes': 3.44.0 + '@wordpress/media-utils': 4.31.0 + '@wordpress/notices': 4.8.0(react@17.0.2) + '@wordpress/patterns': 1.1.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/preferences': 3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/private-apis': 0.22.0 + '@wordpress/reusable-blocks': 4.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/rich-text': 6.17.0(react@17.0.2) + '@wordpress/server-side-render': 4.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/url': 3.41.0 + '@wordpress/wordcount': 3.40.0 + classnames: 2.3.1 + date-fns: 2.29.3 +>>>>>>> 28159dc4c9 (Lock File Update) memize: 2.1.0 react: 17.0.2 react-autosize-textarea: 7.1.0(react-dom@17.0.2)(react@17.0.2) @@ -28231,8 +33086,13 @@ packages: resolution: {integrity: sha512-f4ZPTDf9CxiiOXiMxc4v1K7jcBMT4dsiehVOpkKzCDKboNXp4qVf8oe5PE23VGZNEjcOj5Mkg9hB57R0nqvMTw==} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 '@types/react-dom': 16.9.24 +======= + '@types/react': 16.14.52 + '@types/react-dom': 16.9.16 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/escape-html': 1.12.2 lodash: 4.17.21 react: 17.0.2 @@ -28243,9 +33103,15 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 '@types/react-dom': 16.9.24 '@wordpress/escape-html': 2.47.0 +======= + '@types/react': 16.14.52 + '@types/react-dom': 16.9.16 + '@wordpress/escape-html': 2.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -28255,9 +33121,15 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 '@types/react-dom': 17.0.25 '@wordpress/escape-html': 2.47.0 +======= + '@types/react': 17.0.50 + '@types/react-dom': 17.0.17 + '@wordpress/escape-html': 2.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 is-plain-object: 5.0.0 react: 17.0.2 @@ -28267,10 +33139,17 @@ packages: resolution: {integrity: sha512-2QZdyv0IOIzk8jmJ/BKCDO1TjkdBQeujqjhfL+Ff6P9uX4vcKc9JCvNVQZ3k4Zx3bAxZm9staxfQUz27qvSQXw==} engines: {node: '>=12'} dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 '@types/react': 17.0.71 '@types/react-dom': 17.0.25 '@wordpress/escape-html': 2.47.0 +======= + '@babel/runtime': 7.21.0 + '@types/react': 17.0.50 + '@types/react-dom': 17.0.17 + '@wordpress/escape-html': 2.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -28280,11 +33159,18 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 '@types/react-dom': 18.0.10 '@wordpress/escape-html': 2.47.0 change-case: 4.1.2 is-plain-object: 5.0.0 +======= + '@types/react': 17.0.50 + '@types/react-dom': 17.0.17 + '@wordpress/escape-html': 2.15.0 + lodash: 4.17.21 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 18.2.0(react@17.0.2) @@ -28293,14 +33179,21 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/react': 17.0.71 '@types/react-dom': 18.0.10 '@wordpress/escape-html': 2.47.0 +======= + '@types/react': 18.2.39 + '@types/react-dom': 18.0.11 + '@wordpress/escape-html': 2.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 is-plain-object: 5.0.0 react: 17.0.2 react-dom: 18.2.0(react@17.0.2) +<<<<<<< HEAD /@wordpress/env@8.13.0: resolution: {integrity: sha512-rtrrBO22DnbLsdBlsGqlMQrjz1dZfbwGnxyKev+gFd1rSfmLs+1F8L89RHOx9vsGPixl5uRwoU/qgYo7Hf1NVQ==} hasBin: true @@ -28321,6 +33214,8 @@ packages: - supports-color dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/env@8.2.0: resolution: {integrity: sha512-MGf2TJD6MbBjDn/+feGAcXnh6ct9Y/aCjIZTtbMI+b+pXAPh0RzR7Q5D6KMgKUNcGeL6nNQmEUUSSPuzV2UWfQ==} hasBin: true @@ -28351,6 +33246,10 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/eslint-plugin@12.9.0(@babel/core@7.23.5)(eslint-import-resolver-typescript@3.2.4)(eslint-import-resolver-webpack@0.13.2)(eslint@8.55.0)(jest@27.5.1)(typescript@5.3.2)(wp-prettier@2.6.2): resolution: {integrity: sha512-R6dTvD4uFYeoUJFZNUhm1CSwthC0Pl0RIY057Y9oUvGSqjjm7RqRIwKrMlw3dO0P9KoBGGHUox8NUj6EciRXww==} @@ -28366,6 +33265,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/eslint-parser': 7.23.3(@babel/core@7.23.5)(eslint@8.55.0) '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.3.2) @@ -28392,6 +33292,10 @@ packages: - jest - supports-color dev: true +======= + '@babel/runtime': 7.23.5 + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/eslint-plugin@13.10.4(@babel/core@7.23.5)(eslint-import-resolver-typescript@3.2.4)(eslint-import-resolver-webpack@0.13.2)(eslint@8.55.0)(jest@27.5.1)(typescript@5.3.2)(wp-prettier@2.6.2): resolution: {integrity: sha512-h+vZyDmcu3UIjJT+fyS3/tUllBuLfScbwbJRgHjY1Bul28/VZPd/uNhY2HXnSRYkKD9ngP0MmpBuhsm4+ZSbIg==} @@ -28407,6 +33311,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/eslint-parser': 7.23.3(@babel/core@7.23.5)(eslint@8.55.0) '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.3.2) @@ -28435,6 +33340,18 @@ packages: dev: true /@wordpress/eslint-plugin@14.7.0(@babel/core@7.12.9)(eslint@8.55.0)(jest@27.5.1)(typescript@5.3.3)(wp-prettier@2.8.5): +======= + '@babel/runtime': 7.23.5 + dev: false + + /@wordpress/escape-html@2.44.0: + resolution: {integrity: sha512-FZkljTE+cnc0zS+NWy1c/LH+IEa2NA7DZAJYs0zy/RBGS/qe26AYFRzbyqxxHg1SiKwQUcw+VppLo4bFs5432g==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.23.5 + + /@wordpress/eslint-plugin@14.7.0(@babel/core@7.12.9)(eslint@8.32.0)(jest@27.5.1)(typescript@5.1.6)(wp-prettier@2.8.5): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-UpK+FC7BPIBdOKien9hNlloju252zNiYgJkuSHFNA/RgSkkF993in1PYbf0/ppsTtF2VwbOyFxy2uCHCvJFAEw==} engines: {node: '>=14', npm: '>=6.14.4'} peerDependencies: @@ -28449,6 +33366,7 @@ packages: optional: true dependencies: '@babel/core': 7.12.9 +<<<<<<< HEAD '@babel/eslint-parser': 7.23.3(@babel/core@7.12.9)(eslint@8.55.0) '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.3.3) '@typescript-eslint/parser': 5.62.0(eslint@8.55.0)(typescript@5.3.3) @@ -28468,6 +33386,27 @@ packages: prettier: /wp-prettier@2.8.5 requireindex: 1.2.0 typescript: 5.3.3 +======= + '@babel/eslint-parser': 7.17.0(@babel/core@7.12.9)(eslint@8.32.0) + '@typescript-eslint/eslint-plugin': 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.54.0(eslint@8.32.0)(typescript@5.1.6) + '@wordpress/babel-preset-default': 7.18.0 + '@wordpress/prettier-config': 2.17.0(wp-prettier@2.8.5) + cosmiconfig: 7.0.1 + eslint: 8.32.0 + eslint-config-prettier: 8.5.0(eslint@8.32.0) + eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0) + eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@27.5.1)(typescript@5.1.6) + eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0) + eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0) + eslint-plugin-prettier: 3.4.1(eslint-config-prettier@8.5.0)(eslint@8.32.0)(wp-prettier@2.8.5) + eslint-plugin-react: 7.29.4(eslint@8.32.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.32.0) + globals: 13.19.0 + prettier: /wp-prettier@2.8.5 + requireindex: 1.2.0 + typescript: 5.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -28489,6 +33428,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/eslint-parser': 7.23.3(@babel/core@7.23.5)(eslint@8.55.0) '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.3.3) @@ -28506,6 +33446,25 @@ packages: eslint-plugin-react: 7.33.2(eslint@8.55.0) eslint-plugin-react-hooks: 4.6.0(eslint@8.55.0) globals: 13.23.0 +======= + '@babel/core': 7.17.8 + '@babel/eslint-parser': 7.17.0(@babel/core@7.17.8)(eslint@8.32.0) + '@typescript-eslint/eslint-plugin': 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.54.0(eslint@8.32.0)(typescript@5.1.6) + '@wordpress/babel-preset-default': 7.18.0 + '@wordpress/prettier-config': 2.17.0(wp-prettier@2.8.5) + cosmiconfig: 7.0.1 + eslint: 8.32.0 + eslint-config-prettier: 8.5.0(eslint@8.32.0) + eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0) + eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@27.5.1)(typescript@5.1.6) + eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0) + eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0) + eslint-plugin-prettier: 3.4.1(eslint-config-prettier@8.5.0)(eslint@8.32.0)(wp-prettier@2.8.5) + eslint-plugin-react: 7.29.4(eslint@8.32.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.32.0) + globals: 13.19.0 +>>>>>>> 28159dc4c9 (Lock File Update) prettier: /wp-prettier@2.8.5 requireindex: 1.2.0 typescript: 5.3.3 @@ -28530,6 +33489,7 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/eslint-parser': 7.23.3(@babel/core@7.23.5)(eslint@8.55.0) '@typescript-eslint/eslint-plugin': 6.13.2(@typescript-eslint/parser@6.13.2)(eslint@8.55.0)(typescript@5.3.3) @@ -28549,6 +33509,26 @@ packages: eslint-plugin-react-hooks: 4.6.0(eslint@8.55.0) globals: 13.23.0 prettier: /wp-prettier@3.0.3 +======= + '@babel/core': 7.21.3 + '@babel/eslint-parser': 7.17.0(@babel/core@7.21.3)(eslint@8.32.0) + '@typescript-eslint/eslint-plugin': 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.54.0(eslint@8.32.0)(typescript@5.1.6) + '@wordpress/babel-preset-default': 7.18.0 + '@wordpress/prettier-config': 2.17.0(wp-prettier@2.8.5) + cosmiconfig: 7.0.1 + eslint: 8.32.0 + eslint-config-prettier: 8.5.0(eslint@8.32.0) + eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0) + eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@29.5.0)(typescript@5.1.6) + eslint-plugin-jsdoc: 39.9.1(eslint@8.32.0) + eslint-plugin-jsx-a11y: 6.5.1(eslint@8.32.0) + eslint-plugin-prettier: 3.4.1(eslint-config-prettier@8.5.0)(eslint@8.32.0)(wp-prettier@2.8.5) + eslint-plugin-react: 7.29.4(eslint@8.32.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.32.0) + globals: 13.19.0 + prettier: /wp-prettier@2.8.5 +>>>>>>> 28159dc4c9 (Lock File Update) requireindex: 1.2.0 typescript: 5.3.3 transitivePeerDependencies: @@ -28567,14 +33547,14 @@ packages: dependencies: '@wordpress/prettier-config': 0.4.0 babel-eslint: 10.1.0(eslint@7.32.0) - cosmiconfig: 7.1.0 + cosmiconfig: 7.0.1 eslint: 7.32.0 eslint-config-prettier: 6.15.0(eslint@7.32.0) eslint-plugin-jest: 23.20.0(eslint@7.32.0)(typescript@5.3.3) eslint-plugin-jsdoc: 30.7.13(eslint@7.32.0) - eslint-plugin-jsx-a11y: 6.8.0(eslint@7.32.0) + eslint-plugin-jsx-a11y: 6.5.1(eslint@7.32.0) eslint-plugin-prettier: 3.4.1(eslint-config-prettier@6.15.0)(eslint@7.32.0)(wp-prettier@2.2.1-beta-1) - eslint-plugin-react: 7.33.2(eslint@7.32.0) + eslint-plugin-react: 7.29.4(eslint@7.32.0) eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0) globals: 12.4.0 prettier: /wp-prettier@2.2.1-beta-1 @@ -28584,7 +33564,11 @@ packages: - typescript dev: true +<<<<<<< HEAD /@wordpress/eslint-plugin@9.3.0(@babel/core@7.23.5)(eslint@7.32.0)(typescript@5.3.3): +======= + /@wordpress/eslint-plugin@9.3.0(@babel/core@7.21.3)(eslint@7.32.0)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-9F7B60gHAjiTIi9vBw5ZoH0MZW3UnmbuKols4kWpJVdgsvG4X1Wj6XXTLmQKrzh/Em7mD1CCIbCSyWknEzIOLw==} engines: {node: '>=12', npm: '>=6.9'} peerDependencies: @@ -28594,19 +33578,30 @@ packages: typescript: optional: true dependencies: +<<<<<<< HEAD '@babel/eslint-parser': 7.23.3(@babel/core@7.23.5)(eslint@7.32.0) '@typescript-eslint/eslint-plugin': 4.33.0(@typescript-eslint/parser@4.33.0)(eslint@7.32.0)(typescript@5.3.3) '@typescript-eslint/parser': 4.33.0(eslint@8.55.0)(typescript@5.3.3) +======= + '@babel/eslint-parser': 7.17.0(@babel/core@7.21.3)(eslint@7.32.0) + '@typescript-eslint/eslint-plugin': 4.33.0(@typescript-eslint/parser@4.33.0)(eslint@7.32.0)(typescript@5.1.6) + '@typescript-eslint/parser': 4.33.0(eslint@8.32.0)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/prettier-config': 1.4.0(wp-prettier@2.2.1-beta-1) - cosmiconfig: 7.1.0 + cosmiconfig: 7.0.1 eslint: 7.32.0 eslint-config-prettier: 7.2.0(eslint@7.32.0) +<<<<<<< HEAD eslint-plugin-import: 2.29.0(@typescript-eslint/parser@4.33.0)(eslint@7.32.0) eslint-plugin-jest: 24.7.0(@typescript-eslint/eslint-plugin@4.33.0)(eslint@7.32.0)(typescript@5.3.3) +======= + eslint-plugin-import: 2.25.4(@typescript-eslint/parser@4.33.0)(eslint@7.32.0) + eslint-plugin-jest: 24.7.0(@typescript-eslint/eslint-plugin@4.33.0)(eslint@7.32.0)(typescript@5.1.6) +>>>>>>> 28159dc4c9 (Lock File Update) eslint-plugin-jsdoc: 36.1.1(eslint@7.32.0) - eslint-plugin-jsx-a11y: 6.8.0(eslint@7.32.0) + eslint-plugin-jsx-a11y: 6.5.1(eslint@7.32.0) eslint-plugin-prettier: 3.4.1(eslint-config-prettier@7.2.0)(eslint@7.32.0)(wp-prettier@2.2.1-beta-1) - eslint-plugin-react: 7.33.2(eslint@7.32.0) + eslint-plugin-react: 7.29.4(eslint@7.32.0) eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0) globals: 12.4.0 prettier: /wp-prettier@2.2.1-beta-1 @@ -28634,19 +33629,26 @@ packages: resolution: {integrity: sha512-4sIngmH64M1jzcprfkffo1GHsQbd/QNbTweq6cSPIJNorKfE63Inf59NQ6r0pq6+Nz+cuq64eMz5v4eyngjZ/A==} engines: {node: '>=12'} dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/html-entities@3.24.0: resolution: {integrity: sha512-rwvx8aEJb9gRCj/pJ0v7vh6sT7R6G922LQzHc5cObcSm5cmzPz/Wz07+AZkHA1cmCDQdPiDd3yB8X8l+yeFy0A==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD /@wordpress/html-entities@3.47.0: resolution: {integrity: sha512-3wGxzlTNFRnw80jv5ckREDTwNq8FCU+HqdbhwXZWjiIDv2J8GwH1sgD8VbMzlB1Bi9V/3yqteYtv0V/RpC2VfQ==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/html-entities@3.6.1: resolution: {integrity: sha512-Nb0nCYIdTEehWJ6HoA76bxpseKDY/12rYZ10eqf5OSr6oMvtyJ5j4fkNMKuHFQ00Mhppl9fkYWp2c8ZzBcp5Vw==} @@ -28673,13 +33675,32 @@ packages: hasBin: true dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/hooks': 3.47.0 +======= + '@wordpress/hooks': 3.6.1 + gettext-parser: 1.4.0 + lodash: 4.17.21 + memize: 1.1.0 + sprintf-js: 1.1.2 + tannin: 1.2.0 + dev: false + + /@wordpress/i18n@4.44.0: + resolution: {integrity: sha512-90SY4//QgqoKLf3HK0vNk+D/PGwK+0KOMuIwnkwKDKBw+Vr/Vusg6qiEngVc/BETfuG9ssDtAiNEBSMm8+YGYA==} + engines: {node: '>=12'} + hasBin: true + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/hooks': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) gettext-parser: 1.4.0 memize: 2.1.0 sprintf-js: 1.1.3 tannin: 1.2.0 dev: true +<<<<<<< HEAD /@wordpress/i18n@4.47.0: resolution: {integrity: sha512-7qOeSChhI8drcnKAbpM2yP2HSWRR0U8xvww3Febd3kGhMKAUp8AMpjyC4rWucak4+Eg1HFfahurCmBt3FxgbYQ==} engines: {node: '>=12'} @@ -28692,12 +33713,18 @@ packages: sprintf-js: 1.1.3 tannin: 1.2.0 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/i18n@4.6.1: resolution: {integrity: sha512-hdi+hyEzIqZhEFSmiwApTCfsu5qRpFDSKzpPf5uJbCeCGcY/BVB2m8kh7E0M5Ltva9Hct/4AKR34bR6bm9INFA==} engines: {node: '>=12'} hasBin: true dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/hooks': 3.6.1 gettext-parser: 1.4.0 lodash: 4.17.21 @@ -28710,8 +33737,13 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/element': 3.2.0 '@wordpress/primitives': 2.2.0 +======= + '@wordpress/element': 4.4.1 + '@wordpress/primitives': 3.4.1 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@wordpress/icons@7.0.1: @@ -28727,7 +33759,11 @@ packages: resolution: {integrity: sha512-e73iDdlo+c6h8Rhm7mKg+CX7s8cSlGVqtKQooeM3RRo54UaN2hh4Va/zjXZj45+AYG3gx75PPSKFElhHt3LW4Q==} engines: {node: '>=12'} dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/element': 4.4.1 '@wordpress/primitives': 3.4.1 dev: false @@ -28746,8 +33782,13 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/element': 5.22.0 '@wordpress/primitives': 3.45.0 +======= + '@wordpress/element': 5.21.0 + '@wordpress/primitives': 3.38.0 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/icons@9.38.0: resolution: {integrity: sha512-K+rSZM1eKuWh+rXeMWNLj4dT0a3RJSzoUUh9UDQZCSdnThyAyZECGEKfHSCfd28/yabxLKaziXrb5/MVBrPjZw==} @@ -28805,6 +33846,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/components': 25.13.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/compose': 6.24.0(react@17.0.2) @@ -28817,6 +33859,20 @@ packages: '@wordpress/preferences': 3.24.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/viewport': 5.24.0(react@17.0.2) classnames: 2.3.2 +======= + '@wordpress/a11y': 3.40.0 + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/plugins': 6.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/preferences': 3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/viewport': 5.17.0(react@17.0.2) + classnames: 2.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: @@ -28838,12 +33894,25 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/is-shallow-equal@4.47.0: resolution: {integrity: sha512-mfrw/GXtCzm5jciuXumabfJhJLzGU0EpGgXU9tDHw6CwDrtUMcM05qrvrXFk4IlE2hYFwuTkWryValMt3FFdoQ==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + + /@wordpress/is-shallow-equal@4.44.0: + resolution: {integrity: sha512-EpICMN8epLKI3X1whB9F1UEHBtKqkSKiOK9J15rtw4si+iveYYINN3tkIrHOx6uv4TW94F7AskGdCIsZs9v8Uw==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.23.5 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/jest-console@3.10.0(jest@25.5.4): resolution: {integrity: sha512-iS1GSO+o7+p2PhvScOquD+IK7WqmVxa2s9uTUQyNEo06f9EUv6KNw0B1iZ00DpbgLqDCiczfdCNapC816UXIIA==} @@ -28876,7 +33945,11 @@ packages: jest: '>=26' dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD jest: 27.5.1(ts-node@10.9.2) +======= + jest: 27.5.1 +>>>>>>> 28159dc4c9 (Lock File Update) jest-matcher-utils: 26.6.2 lodash: 4.17.21 dev: false @@ -28888,7 +33961,11 @@ packages: jest: '>=27' dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD jest: 27.5.1(ts-node@10.9.2) +======= + jest: 27.5.1 +>>>>>>> 28159dc4c9 (Lock File Update) jest-matcher-utils: 27.5.1 /@wordpress/jest-console@5.4.0(jest@29.7.0): @@ -28920,8 +33997,13 @@ packages: jest: '>=29' dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD jest: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2) jest-matcher-utils: 29.7.0 +======= + jest: 29.5.0(@types/node@16.18.21)(ts-node@10.9.1) + jest-matcher-utils: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /@wordpress/jest-preset-default@10.9.0(@babel/core@7.23.5)(jest@27.5.1): @@ -28993,7 +34075,11 @@ packages: - supports-color dev: false +<<<<<<< HEAD /@wordpress/jest-preset-default@7.1.3(@babel/core@7.23.5)(jest@26.6.3)(react-dom@17.0.2)(react@17.0.2): +======= + /@wordpress/jest-preset-default@7.1.3(@babel/core@7.21.3)(jest@26.6.3)(react-dom@17.0.2)(react@17.0.2): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-rz9V/YRr3TjLdZJQu7DAZHo848PpZ4N5ThtP4Lujy1O/UtcvtKF0r34SZTNDlFQO/G1USZQX/WL6HRhgl57iHA==} engines: {node: '>=12'} peerDependencies: @@ -29001,7 +34087,11 @@ packages: dependencies: '@wojtekmaj/enzyme-adapter-react-17': 0.6.7(enzyme@3.11.0)(react-dom@17.0.2)(react@17.0.2) '@wordpress/jest-console': 4.1.1(jest@26.6.3) +<<<<<<< HEAD babel-jest: 26.6.3(@babel/core@7.23.5) +======= + babel-jest: 26.6.3(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) enzyme: 3.11.0 enzyme-to-json: 3.6.2(enzyme@3.11.0) jest: 26.6.3 @@ -29044,6 +34134,7 @@ packages: puppeteer: optional: true dependencies: +<<<<<<< HEAD '@axe-core/puppeteer': 4.8.2(puppeteer@17.1.3) '@babel/runtime': 7.23.5 jest: 29.7.0(@types/node@16.18.68)(ts-node@10.9.2) @@ -29058,6 +34149,10 @@ packages: dependencies: '@babel/runtime': 7.23.5 '@wordpress/data': 7.6.0(react@17.0.2) +======= + '@babel/runtime': 7.23.5 + '@wordpress/data': 7.3.0(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/element': 4.20.0 '@wordpress/keycodes': 3.47.0 react: 17.0.2 @@ -29084,9 +34179,15 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/data': 9.17.0(react@17.0.2) '@wordpress/element': 5.24.0 '@wordpress/keycodes': 3.47.0 +======= + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/keycodes': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 rememo: 4.0.2 @@ -29102,7 +34203,28 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/i18n': 4.47.0 +======= + '@wordpress/i18n': 4.6.1 + lodash: 4.17.21 + dev: false + + /@wordpress/keycodes@3.40.0: + resolution: {integrity: sha512-yoU/iN5QGFdyk72M5x1LZHl9iMpkx1hJxGIxUFA9LkO8bqUMuv4qhvRqwbXs6n+b+R6/aGUWH1nOMA57E2OiZg==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/i18n': 4.44.0 + change-case: 4.1.2 + + /@wordpress/keycodes@3.44.0: + resolution: {integrity: sha512-nY/LF9BWdhGEGRZQB09c/2ZRTkXgM00NWmJHaZEX7gESzbFdQJ2HsOy/yGavViYEAJMGPHQvTtGi1qcUWT5Ymw==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/i18n': 4.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) change-case: 4.1.2 /@wordpress/keycodes@3.6.1: @@ -29119,7 +34241,7 @@ packages: dependencies: execa: 4.1.0 npm-package-arg: 8.1.5 - semver: 7.5.4 + semver: 7.5.3 dev: false /@wordpress/media-utils@3.4.1: @@ -29139,10 +34261,17 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/api-fetch': 6.44.0 '@wordpress/blob': 3.47.0 '@wordpress/element': 5.24.0 '@wordpress/i18n': 4.47.0 +======= + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blob': 3.40.0 + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@wordpress/notices@3.12.0(react@17.0.2): @@ -29161,8 +34290,13 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/data': 9.17.0(react@17.0.2) +======= + '@wordpress/a11y': 3.40.0 + '@wordpress/data': 8.5.0(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - react @@ -29172,7 +34306,11 @@ packages: peerDependencies: react: ^17.0.2 dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/a11y': 3.6.1 '@wordpress/data': 6.6.1(react@17.0.2) lodash: 4.17.21 @@ -29186,8 +34324,13 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/data': 9.17.0(react@17.0.2) +======= + '@wordpress/a11y': 3.40.0 + '@wordpress/data': 9.14.0(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 /@wordpress/npm-package-json-lint-config@3.1.0(npm-package-json-lint@5.4.2): @@ -29274,7 +34417,11 @@ packages: peerDependencies: react: ^17.0.2 dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/compose': 5.4.1(react@17.0.2) '@wordpress/element': 4.4.1 '@wordpress/hooks': 3.6.1 @@ -29292,12 +34439,21 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/components': 25.13.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/compose': 6.24.0(react@17.0.2) '@wordpress/element': 5.24.0 '@wordpress/hooks': 3.47.0 '@wordpress/icons': 9.38.0 '@wordpress/is-shallow-equal': 4.47.0 +======= + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/hooks': 3.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/is-shallow-equal': 4.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) memize: 2.1.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -29326,6 +34482,7 @@ packages: peerDependencies: postcss: ^8.0.0 dependencies: +<<<<<<< HEAD '@wordpress/base-styles': 4.35.0 autoprefixer: 10.4.16(postcss@8.4.32) postcss: 8.4.32 @@ -29340,6 +34497,11 @@ packages: '@wordpress/base-styles': 4.3.1 autoprefixer: 10.4.16(postcss@8.4.32) postcss: 8.4.32 +======= + '@wordpress/base-styles': 4.3.1 + autoprefixer: 10.4.4(postcss@8.4.21) + postcss: 8.4.21 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/postcss-plugins-preset@4.31.0(postcss@8.4.32): resolution: {integrity: sha512-B6bHsCKxt25nkvWfIJH3l7kENKS20mpsiRIl5+CEES6kKfBwg4IPx+JyA/RPLFQcIQNtIYFft22p5bgT4VZcEg==} @@ -29377,7 +34539,11 @@ packages: react: ^17.0.2 react-dom: ^17.0.0 dependencies: +<<<<<<< HEAD '@babel/runtime': 7.23.5 +======= + '@babel/runtime': 7.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/a11y': 3.6.1 '@wordpress/components': 19.17.0(@types/react@17.0.71)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) '@wordpress/data': 6.6.1(react@17.0.2) @@ -29391,6 +34557,7 @@ packages: - react-with-direction dev: false +<<<<<<< HEAD /@wordpress/preferences@3.24.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-G2fnT0p2/euiUB/vDofXvDdw9TS1GNs/bRbWiMIa84I22rc/ai46BOdUo1mQdRlAw4O9uaF7v1UfoXS1cbWHVw==} engines: {node: '>=12'} @@ -29406,6 +34573,23 @@ packages: '@wordpress/i18n': 4.47.0 '@wordpress/icons': 9.38.0 classnames: 2.3.2 +======= + /@wordpress/preferences@3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-57G0HrEy0Ym2zkT8/pI3ihXZot2tUnwQOFdO2GlhCaxxKgmVYkyQ44VneMcN2JbtFfjHzGueG09QeFt3rFyywQ==} + engines: {node: '>=12'} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/a11y': 3.40.0 + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + classnames: 2.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: @@ -29470,6 +34654,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/element': 3.2.0 classnames: 2.3.2 dev: false @@ -29482,6 +34667,10 @@ packages: '@wordpress/element': 4.20.0 classnames: 2.3.2 dev: false +======= + '@wordpress/element': 5.21.0 + classnames: 2.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/primitives@3.4.1: resolution: {integrity: sha512-2QzRVBgMzd2nBLseyq4QFi2SFAD2Vu8lC6tIRW7SuCaeGSJT9JKQIeowc18ji5Y2856YRUNL4Lz0DxFyinWqQw==} @@ -29511,6 +34700,15 @@ packages: '@babel/runtime': 7.23.5 requestidlecallback: 0.3.0 +<<<<<<< HEAD +======= + /@wordpress/private-apis@0.10.0: + resolution: {integrity: sha512-0sc5lBWJ+gyEIhZ8KWlfzGAS0q7CmQtZIyNNqrnlIGJnyRkz6BNQ4NGd3rDaaGa4OWCZ6fbhIZo7NLWGi8Ub7A==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.23.5 + +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/private-apis@0.20.0: resolution: {integrity: sha512-byyPRUNAD8/ca9N8gP2rUr8DHuMbzSoXO03nP8g3cecTN6iCOWqFDm6adkrbiAX527N9Ip+GOrRJd7Tta4kRIg==} engines: {node: '>=12'} @@ -29523,14 +34721,29 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /@wordpress/react-i18n@3.45.0: resolution: {integrity: sha512-nmbUOA1l0Y5DcFd2rJ0Gsesouz+iG1JwDMUdde5qRbyiSyiufaOV+NsE/D9IpcrWFp3qvrIesoeZ8u0AuOe2qA==} engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/element': 5.24.0 '@wordpress/i18n': 4.47.0 +======= + + /@wordpress/react-i18n@3.8.0: + resolution: {integrity: sha512-5jg7DY05jCWfzCZRt+VCT4cKn6mCZwQhQlJIApcuzUGT51tlLk/BwyxBMfnn5ZT5IVSp9YxedExycohNPXEPjg==} + engines: {node: '>=12'} + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/element': 4.20.0 + '@wordpress/i18n': 4.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) utility-types: 3.10.0 dev: false @@ -29552,11 +34765,19 @@ packages: '@babel/runtime': 7.23.5 is-plain-object: 5.0.0 is-promise: 4.0.0 +<<<<<<< HEAD redux: 4.2.1 rungen: 0.3.2 /@wordpress/reusable-blocks@3.20.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-2Wp1W704eYfTdCrYx+EKr5VbW/Z0AX24M8+FxWmhFlGjWpdzGl9shuMKv6cLfXeLDitU8fyHILXAVAXsvRvK3A==} +======= + redux: 4.2.0 + rungen: 0.3.2 + + /@wordpress/reusable-blocks@3.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-7ZfhtpWGvtT7xWqY/mCwC93zFHTVPQf8SZRjy2jAhcl7RNY6KZpW82rMRKNROEKJ4cYbTOMMf7WL2ulYi6cNFw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=12'} peerDependencies: react: ^17.0.2 @@ -29586,6 +34807,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/block-editor': 12.15.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/blocks': 12.24.0(react@17.0.2) '@wordpress/components': 25.13.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) @@ -29597,6 +34819,19 @@ packages: '@wordpress/notices': 4.15.0(react@17.0.2) '@wordpress/private-apis': 0.29.0 '@wordpress/url': 3.48.0 +======= + '@wordpress/block-editor': 12.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/core-data': 6.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/notices': 4.8.0(react@17.0.2) + '@wordpress/private-apis': 0.22.0 + '@wordpress/url': 3.41.0 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: @@ -29639,10 +34874,17 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/compose': 5.20.0(react@17.0.2) '@wordpress/data': 7.6.0(react@17.0.2) '@wordpress/deprecated': 3.41.0 +======= + '@wordpress/a11y': 3.40.0 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/element': 4.20.0 '@wordpress/escape-html': 2.47.0 '@wordpress/i18n': 4.47.0 @@ -29677,6 +34919,7 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/a11y': 3.47.0 '@wordpress/compose': 6.24.0(react@17.0.2) '@wordpress/data': 9.17.0(react@17.0.2) @@ -29685,6 +34928,16 @@ packages: '@wordpress/escape-html': 2.47.0 '@wordpress/i18n': 4.47.0 '@wordpress/keycodes': 3.47.0 +======= + '@wordpress/a11y': 3.40.0 + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/escape-html': 2.44.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/keycodes': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) memize: 2.1.0 react: 17.0.2 rememo: 4.0.2 @@ -29696,7 +34949,11 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/element': 5.22.0 +======= + '@wordpress/element': 5.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/private-apis': 0.20.0 '@wordpress/url': 3.48.0 history: 5.3.0 @@ -29710,6 +34967,7 @@ packages: dependencies: '@svgr/webpack': 5.5.0 '@wordpress/babel-preset-default': 4.20.0 +<<<<<<< HEAD '@wordpress/dependency-extraction-webpack-plugin': 2.9.0(webpack@4.47.0) '@wordpress/eslint-plugin': 7.4.0(eslint@7.32.0)(typescript@5.3.3) '@wordpress/jest-preset-default': 6.6.0(@babel/core@7.23.5)(jest@25.5.4)(react-dom@17.0.2)(react@17.0.2) @@ -29718,11 +34976,21 @@ packages: '@wordpress/prettier-config': 0.4.0 babel-jest: 25.5.1(@babel/core@7.23.5) babel-loader: 8.3.0(@babel/core@7.23.5)(webpack@4.47.0) +======= + '@wordpress/dependency-extraction-webpack-plugin': 2.9.0(webpack@4.46.0) + '@wordpress/eslint-plugin': 7.4.0(eslint@7.32.0)(typescript@5.1.6) + '@wordpress/jest-preset-default': 6.6.0(@babel/core@7.17.8)(jest@25.5.4)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/npm-package-json-lint-config': 3.1.0(npm-package-json-lint@5.4.2) + '@wordpress/postcss-plugins-preset': 1.6.0 + '@wordpress/prettier-config': 0.4.0 + babel-jest: 25.5.1(@babel/core@7.17.8) + babel-loader: 8.3.0(@babel/core@7.17.8)(webpack@4.46.0) +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 check-node-version: 3.3.0 - clean-webpack-plugin: 3.0.0(webpack@4.47.0) + clean-webpack-plugin: 3.0.0(webpack@4.46.0) cross-spawn: 5.1.0 - css-loader: 3.6.0(webpack@4.47.0) + css-loader: 3.6.0(webpack@4.46.0) dir-glob: 3.0.1 eslint: 7.32.0 eslint-plugin-markdown: 1.0.2 @@ -29731,8 +34999,13 @@ packages: jest-puppeteer: 4.4.0(puppeteer-core@3.0.0) markdownlint: 0.18.0 markdownlint-cli: 0.21.0 +<<<<<<< HEAD mini-css-extract-plugin: 0.9.0(webpack@4.47.0) minimist: 1.2.8 +======= + mini-css-extract-plugin: 0.9.0(webpack@4.46.0) + minimist: 1.2.5 +>>>>>>> 28159dc4c9 (Lock File Update) npm-package-json-lint: 5.4.2 postcss-loader: 3.0.0 prettier: /wp-prettier@2.2.1-beta-1 @@ -29740,16 +35013,23 @@ packages: read-pkg-up: 1.0.1 resolve-bin: 0.4.3 sass: 1.69.5 - sass-loader: 8.0.2(sass@1.69.5)(webpack@4.47.0) + sass-loader: 8.0.2(sass@1.69.5)(webpack@4.46.0) source-map-loader: 0.2.4 stylelint: 13.13.1 stylelint-config-wordpress: 17.0.0(stylelint@13.13.1) +<<<<<<< HEAD terser-webpack-plugin: 3.1.0(webpack@4.47.0) thread-loader: 2.1.3(webpack@4.47.0) url-loader: 3.0.0(webpack@4.47.0) webpack: 4.47.0(webpack-cli@3.3.12) +======= + terser-webpack-plugin: 3.0.3(webpack@4.46.0) + thread-loader: 2.1.3(webpack@4.46.0) + url-loader: 3.0.0(webpack@4.46.0) + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-bundle-analyzer: 3.9.0 - webpack-cli: 3.3.12(webpack@4.47.0) + webpack-cli: 3.3.12(webpack@4.46.0) webpack-livereload-plugin: 2.3.0 transitivePeerDependencies: - '@babel/core' @@ -29769,7 +35049,11 @@ packages: - webpack-command dev: true +<<<<<<< HEAD /@wordpress/scripts@19.2.4(@babel/core@7.23.5)(debug@4.3.4)(react-dom@17.0.2)(react@17.0.2)(typescript@5.3.3)(uglify-js@3.17.4): +======= + /@wordpress/scripts@19.2.4(@babel/core@7.21.3)(acorn@8.8.1)(debug@4.3.3)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6)(uglify-js@3.14.5): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-klkfjBOPfr/RT/3Tvmx+gLbZ+dxq5L0dJQHCHxEURMRW/A8SfJJPtmC29L9sE1KhO3zUMWxrkn2L6HhSzbvQbA==} engines: {node: '>=12.13', npm: '>=6.9'} hasBin: true @@ -29777,6 +35061,7 @@ packages: '@svgr/webpack': 5.5.0 '@wordpress/babel-preset-default': 6.17.0 '@wordpress/browserslist-config': 4.1.3 +<<<<<<< HEAD '@wordpress/dependency-extraction-webpack-plugin': 3.7.0(webpack@5.89.0) '@wordpress/eslint-plugin': 9.3.0(@babel/core@7.23.5)(eslint@7.32.0)(typescript@5.3.3) '@wordpress/jest-preset-default': 7.1.3(@babel/core@7.23.5)(jest@26.6.3)(react-dom@17.0.2)(react@17.0.2) @@ -29786,13 +35071,29 @@ packages: '@wordpress/stylelint-config': 19.1.0(stylelint@13.13.1) babel-jest: 26.6.3(@babel/core@7.23.5) babel-loader: 8.3.0(@babel/core@7.23.5)(webpack@5.89.0) +======= + '@wordpress/dependency-extraction-webpack-plugin': 3.4.1(webpack@5.76.3) + '@wordpress/eslint-plugin': 9.3.0(@babel/core@7.21.3)(eslint@7.32.0)(typescript@5.1.6) + '@wordpress/jest-preset-default': 7.1.3(@babel/core@7.21.3)(jest@26.6.3)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/npm-package-json-lint-config': 4.19.0(npm-package-json-lint@5.4.2) + '@wordpress/postcss-plugins-preset': 3.6.1(postcss@8.4.21) + '@wordpress/prettier-config': 1.4.0(wp-prettier@2.2.1-beta-1) + '@wordpress/stylelint-config': 19.1.0(stylelint@13.8.0) + babel-jest: 26.6.3(@babel/core@7.21.3) + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) browserslist: 4.19.3 chalk: 4.1.2 check-node-version: 4.2.1 - clean-webpack-plugin: 3.0.0(webpack@5.89.0) + clean-webpack-plugin: 3.0.0(webpack@5.76.3) cross-spawn: 5.1.0 +<<<<<<< HEAD css-loader: 6.8.1(webpack@5.89.0) cssnano: 5.1.12(postcss@8.4.32) +======= + css-loader: 6.7.3(webpack@5.76.3) + cssnano: 5.1.13(postcss@8.4.21) +>>>>>>> 28159dc4c9 (Lock File Update) cwd: 0.10.0 dir-glob: 3.0.1 eslint: 7.32.0 @@ -29806,15 +35107,24 @@ packages: markdownlint: 0.23.1 markdownlint-cli: 0.27.1 merge-deep: 3.0.3 +<<<<<<< HEAD mini-css-extract-plugin: 2.7.6(webpack@5.89.0) minimist: 1.2.8 npm-package-json-lint: 5.4.2 postcss: 8.4.32 postcss-loader: 6.2.1(postcss@8.4.32)(webpack@5.89.0) +======= + mini-css-extract-plugin: 2.6.0(webpack@5.76.3) + minimist: 1.2.8 + npm-package-json-lint: 5.4.2 + postcss: 8.4.21 + postcss-loader: 6.2.1(postcss@8.4.21)(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) prettier: /wp-prettier@2.2.1-beta-1 puppeteer-core: 10.4.0 read-pkg-up: 1.0.1 resolve-bin: 0.4.3 +<<<<<<< HEAD sass: 1.69.5 sass-loader: 12.6.0(sass@1.69.5)(webpack@5.89.0) source-map-loader: 3.0.2(webpack@5.89.0) @@ -29825,6 +35135,18 @@ packages: webpack-bundle-analyzer: 4.7.0 webpack-cli: 4.10.0(webpack-bundle-analyzer@4.7.0)(webpack@5.89.0) webpack-livereload-plugin: 3.0.2(webpack@5.89.0) +======= + sass: 1.60.0 + sass-loader: 12.6.0(sass@1.60.0)(webpack@5.76.3) + source-map-loader: 3.0.1(webpack@5.76.3) + stylelint: 13.8.0 + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(uglify-js@3.14.5)(webpack@5.76.3) + url-loader: 4.1.1(webpack@5.76.3) + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) + webpack-bundle-analyzer: 4.6.1 + webpack-cli: 4.9.2(webpack@5.89.0) + webpack-livereload-plugin: 3.0.2(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@babel/core' - '@swc/core' @@ -29860,6 +35182,7 @@ packages: react: ^17.0.2 react-dom: ^17.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@pmmmwh/react-refresh-webpack-plugin': 0.5.11(react-refresh@0.10.0)(webpack-dev-server@4.15.1)(webpack@5.89.0) '@svgr/webpack': 6.5.1 @@ -29875,14 +35198,36 @@ packages: adm-zip: 0.5.10 babel-jest: 27.5.1(@babel/core@7.23.5) babel-loader: 8.3.0(@babel/core@7.23.5)(webpack@5.89.0) +======= + '@babel/core': 7.21.3 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.10.0)(webpack-dev-server@4.12.0)(webpack@5.76.3) + '@svgr/webpack': 6.5.1 + '@wordpress/babel-preset-default': 7.18.0 + '@wordpress/browserslist-config': 5.17.0 + '@wordpress/dependency-extraction-webpack-plugin': 4.17.0(webpack@5.76.3) + '@wordpress/eslint-plugin': 14.7.0(@babel/core@7.21.3)(eslint@8.32.0)(jest@29.5.0)(typescript@5.1.6)(wp-prettier@2.8.5) + '@wordpress/jest-preset-default': 11.5.0(@babel/core@7.21.3)(jest@29.5.0) + '@wordpress/npm-package-json-lint-config': 4.19.0(npm-package-json-lint@5.4.2) + '@wordpress/postcss-plugins-preset': 4.18.0(postcss@8.4.21) + '@wordpress/prettier-config': 2.17.0(wp-prettier@2.8.5) + '@wordpress/stylelint-config': 21.17.0(postcss@8.4.21)(stylelint@14.6.0) + adm-zip: 0.5.10 + babel-jest: 29.5.0(@babel/core@7.21.3) + babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) browserslist: 4.19.3 chalk: 4.1.2 check-node-version: 4.2.1 - clean-webpack-plugin: 3.0.0(webpack@5.89.0) - copy-webpack-plugin: 10.2.4(webpack@5.89.0) + clean-webpack-plugin: 3.0.0(webpack@5.76.3) + copy-webpack-plugin: 10.2.4(webpack@5.76.3) cross-spawn: 5.1.0 +<<<<<<< HEAD css-loader: 6.8.1(webpack@5.89.0) cssnano: 5.1.12(postcss@8.4.32) +======= + css-loader: 6.7.3(webpack@5.76.3) + cssnano: 5.1.13(postcss@8.4.21) +>>>>>>> 28159dc4c9 (Lock File Update) cwd: 0.10.0 dir-glob: 3.0.1 eslint: 8.55.0 @@ -29894,6 +35239,7 @@ packages: jest-environment-node: 27.5.1 markdownlint-cli: 0.31.1 merge-deep: 3.0.3 +<<<<<<< HEAD mini-css-extract-plugin: 2.7.6(webpack@5.89.0) minimist: 1.2.8 npm-package-json-lint: 5.4.2 @@ -29901,12 +35247,22 @@ packages: postcss: 8.4.32 postcss-loader: 6.2.1(postcss@8.4.32)(webpack@5.89.0) prettier: /wp-prettier@2.6.2 +======= + mini-css-extract-plugin: 2.6.0(webpack@5.76.3) + minimist: 1.2.5 + npm-package-json-lint: 5.4.2 + npm-packlist: 3.0.0 + postcss: 8.4.21 + postcss-loader: 6.2.1(postcss@8.4.21)(webpack@5.76.3) + prettier: /wp-prettier@2.8.5 +>>>>>>> 28159dc4c9 (Lock File Update) puppeteer-core: 13.7.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-refresh: 0.10.0 read-pkg-up: 7.0.1 resolve-bin: 0.4.3 +<<<<<<< HEAD sass: 1.69.5 sass-loader: 12.6.0(sass@1.69.5)(webpack@5.89.0) source-map-loader: 3.0.2(webpack@5.89.0) @@ -29917,6 +35273,18 @@ packages: webpack-bundle-analyzer: 4.7.0 webpack-cli: 4.10.0(webpack-bundle-analyzer@4.7.0)(webpack-dev-server@4.15.1)(webpack@5.89.0) webpack-dev-server: 4.15.1(webpack-cli@4.10.0)(webpack@5.89.0) +======= + sass: 1.60.0 + sass-loader: 12.6.0(sass@1.60.0)(webpack@5.76.3) + source-map-loader: 3.0.1(webpack@5.76.3) + stylelint: 14.6.0 + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(webpack@5.76.3) + url-loader: 4.1.1(webpack@5.76.3) + webpack: 5.76.3(webpack-cli@4.9.2) + webpack-bundle-analyzer: 4.6.1 + webpack-cli: 4.9.2(webpack@5.89.0) + webpack-dev-server: 4.12.0(webpack-cli@4.9.2)(webpack@5.76.3) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - '@swc/core' - '@types/webpack' @@ -30146,12 +35514,51 @@ packages: react-dom: ^17.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/api-fetch': 6.21.0 '@wordpress/blocks': 11.21.0(react@17.0.2) '@wordpress/components': 19.17.0(@types/react@17.0.71)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2) '@wordpress/compose': 5.20.0(react@17.0.2) '@wordpress/data': 6.15.0(react@17.0.2) '@wordpress/deprecated': 3.41.0 +======= + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 21.2.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 4.20.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/url': 3.41.0 + lodash: 4.17.21 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + transitivePeerDependencies: + - '@babel/core' + - '@babel/helper-module-imports' + - '@babel/types' + - '@types/react' + - aslemammad-vite-plugin-macro + - babel-plugin-macros + - vite + dev: false + + /@wordpress/server-side-render@3.17.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-yJBM1hLl6n9w9X17deSsUc2Fbt/eBKDw2pzwbiPalKUGjP5RSKflzVb1uOwSr+KDUPo4vHj1hwkqO+RHssHHRg==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + react-dom: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blocks': 11.18.0(react@17.0.2) + '@wordpress/components': 21.2.0(@babel/core@7.21.3)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 +>>>>>>> 28159dc4c9 (Lock File Update) '@wordpress/element': 4.20.0 '@wordpress/i18n': 4.47.0 '@wordpress/url': 3.13.0 @@ -30195,6 +35602,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/api-fetch': 6.44.0 '@wordpress/blocks': 12.24.0(react@17.0.2) '@wordpress/components': 25.13.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) @@ -30204,6 +35612,17 @@ packages: '@wordpress/element': 5.24.0 '@wordpress/i18n': 4.47.0 '@wordpress/url': 3.48.0 +======= + '@wordpress/api-fetch': 6.37.0 + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/deprecated': 3.44.0 + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/url': 3.41.0 +>>>>>>> 28159dc4c9 (Lock File Update) fast-deep-equal: 3.1.3 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -30308,6 +35727,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@types/simple-peer': 9.11.8 '@wordpress/url': 3.48.0 import-locals: 2.0.0 @@ -30317,6 +35737,11 @@ packages: y-protocols: 1.0.6(yjs@13.6.10) y-webrtc: 10.2.6(yjs@13.6.10) yjs: 13.6.10 +======= + y-indexeddb: 9.0.11(yjs@13.6.7) + y-webrtc: 10.2.5 + yjs: 13.6.7 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bufferutil - supports-color @@ -30333,14 +35758,24 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/is-shallow-equal': 4.47.0 /@wordpress/url@2.22.2(react-native@0.73.0): +======= + '@wordpress/is-shallow-equal': 4.44.0 + + /@wordpress/url@2.22.2(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-aqpYKQXzyzkCOm+GzZRYlLb+wh58g0cwR1PaKAl0UXaBS4mdS+X6biMriylb4P8CVC/RR7CSw5XI20JC24KDwQ==} dependencies: '@babel/runtime': 7.23.5 lodash: 4.17.21 +<<<<<<< HEAD react-native-url-polyfill: 1.3.0(react-native@0.73.0) +======= + react-native-url-polyfill: 1.3.0(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - react-native @@ -30349,6 +35784,7 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD remove-accents: 0.4.4 /@wordpress/url@3.48.0: @@ -30356,6 +35792,8 @@ packages: engines: {node: '>=12'} dependencies: '@babel/runtime': 7.23.5 +======= +>>>>>>> 28159dc4c9 (Lock File Update) remove-accents: 0.5.0 /@wordpress/url@3.7.1: @@ -30364,6 +35802,21 @@ packages: dependencies: '@babel/runtime': 7.23.5 lodash: 4.17.21 +<<<<<<< HEAD +======= + + /@wordpress/viewport@4.17.0(react@17.0.2): + resolution: {integrity: sha512-5FZCqXjsZjONoyCfjalRgdme//j4XJYHRXYh7ynoJW/qULq3YqZhyLtjFsEM4V+uuuURFSYnGnOD7V+K9wooPA==} + engines: {node: '>=12'} + peerDependencies: + react: ^17.0.0 + dependencies: + '@babel/runtime': 7.23.5 + '@wordpress/compose': 5.17.0(react@17.0.2) + '@wordpress/data': 7.3.0(react@17.0.2) + lodash: 4.17.21 + react: 17.0.2 +>>>>>>> 28159dc4c9 (Lock File Update) dev: false /@wordpress/viewport@4.20.0(react@17.0.2): @@ -30373,8 +35826,14 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/compose': 5.20.0(react@17.0.2) '@wordpress/data': 7.6.0(react@17.0.2) +======= + '@wordpress/compose': 5.4.1(react@17.0.2) + '@wordpress/data': 6.6.1(react@17.0.2) + lodash: 4.17.21 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: false @@ -30398,9 +35857,15 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/compose': 6.24.0(react@17.0.2) '@wordpress/data': 9.17.0(react@17.0.2) '@wordpress/element': 5.24.0 +======= + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 dev: false @@ -30408,8 +35873,13 @@ packages: resolution: {integrity: sha512-MjrkSp6Jyfx+92AE32A83P503noUtGb6//BYUH4GiWzzzSNhDHgbQ0UcOJwJaEYK166DxSNpMk/JXc4YENi1Cw==} dev: true +<<<<<<< HEAD /@wordpress/warning@2.47.0: resolution: {integrity: sha512-lmpLNI8Si7HrSY0LBBtp7Z6NzAkh1y7yeJI0LZw17EsJ0MM5FSXqXJRrNY7L4tM8G/vv3OacUw1mRAZX7bzBRQ==} +======= + /@wordpress/warning@2.40.0: + resolution: {integrity: sha512-y/XdIq38m8gyotK7t8/n14VDccN9IQ9FihiUlhP3Dk46kZd9w5kBqaStd3jux2ZXSWCim9fZ3KkH03a2rNCsaA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=12'} /@wordpress/warning@2.6.1: @@ -30423,6 +35893,7 @@ packages: react-dom: ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@wordpress/api-fetch': 6.44.0 '@wordpress/block-editor': 12.15.0(@types/react@17.0.71)(react-dom@17.0.2)(react@17.0.2) '@wordpress/blocks': 12.24.0(react@17.0.2) @@ -30435,6 +35906,20 @@ packages: '@wordpress/icons': 9.38.0 '@wordpress/notices': 4.15.0(react@17.0.2) classnames: 2.3.2 +======= + '@wordpress/api-fetch': 6.37.0 + '@wordpress/block-editor': 12.8.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/blocks': 12.17.0(react@17.0.2) + '@wordpress/components': 25.6.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/compose': 6.21.0(react@17.0.2) + '@wordpress/core-data': 6.17.0(@babel/core@7.17.8)(@types/react@17.0.50)(react-dom@17.0.2)(react@17.0.2) + '@wordpress/data': 9.14.0(react@17.0.2) + '@wordpress/element': 5.21.0 + '@wordpress/i18n': 4.44.0 + '@wordpress/icons': 9.31.0 + '@wordpress/notices': 4.8.0(react@17.0.2) + classnames: 2.3.1 +>>>>>>> 28159dc4c9 (Lock File Update) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: @@ -30463,7 +35948,11 @@ packages: xstate: 4.37.1 dev: true +<<<<<<< HEAD /@xstate/inspect@0.8.0(ws@8.15.0)(xstate@4.37.1): +======= + /@xstate/inspect@0.8.0(ws@8.13.0)(xstate@4.37.1): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-wSkFeOnp+7dhn+zTThO0M4D2FEqZN9lGIWowJu5JLa2ojjtlzRwK8SkjcHZ4rLX8VnMev7kGjgQLrGs8kxy+hw==} peerDependencies: '@types/ws': ^8.0.0 @@ -30474,7 +35963,11 @@ packages: optional: true dependencies: fast-safe-stringify: 2.1.1 +<<<<<<< HEAD ws: 8.15.0 +======= + ws: 8.13.0 +>>>>>>> 28159dc4c9 (Lock File Update) xstate: 4.37.1 dev: true @@ -30562,6 +36055,9 @@ packages: dependencies: event-target-shim: 5.0.1 + /absolute-path@0.0.0: + resolution: {integrity: sha512-HQiug4c+/s3WOvEnDRxXVmNtSG5s2gJM9r19BTcqjp7BWcE48PB+Y2G6jE65kqI0LpsQeMZygt/b60Gi4KxGyA==} + /accepts@1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} @@ -30584,16 +36080,36 @@ packages: /acorn-globals@7.0.1: resolution: {integrity: sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==} dependencies: +<<<<<<< HEAD acorn: 8.11.2 acorn-walk: 8.3.1 dev: true /acorn-import-assertions@1.9.0(acorn@8.11.2): +======= + acorn: 8.8.1 + acorn-walk: 8.2.0 + dev: true + + /acorn-import-assertions@1.8.0(acorn@8.8.1): + resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} + peerDependencies: + acorn: ^8 + dependencies: + acorn: 8.8.1 + + /acorn-import-assertions@1.9.0(acorn@8.8.1): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} peerDependencies: acorn: ^8 dependencies: +<<<<<<< HEAD acorn: 8.11.2 +======= + acorn: 8.8.1 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /acorn-jsx@5.3.2(acorn@6.4.2): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -30610,12 +36126,20 @@ packages: dependencies: acorn: 7.4.1 +<<<<<<< HEAD /acorn-jsx@5.3.2(acorn@8.11.2): +======= + /acorn-jsx@5.3.2(acorn@8.8.1): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: +<<<<<<< HEAD acorn: 8.11.2 +======= + acorn: 8.8.1 +>>>>>>> 28159dc4c9 (Lock File Update) /acorn-walk@6.2.0: resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==} @@ -30649,6 +36173,7 @@ packages: resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /address@1.2.2: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} @@ -30678,10 +36203,11 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color +<<<<<<< HEAD /agent-base@7.1.0: resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} engines: {node: '>= 14'} @@ -30697,6 +36223,13 @@ packages: <<<<<<< HEAD ======= debug: 4.3.4(supports-color@9.4.0) +======= + /agentkeepalive@4.2.1: + resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==} + engines: {node: '>= 8.0.0'} + dependencies: + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) depd: 1.1.2 >>>>>>> 9feae75363 (Lock file update) humanize-ms: 1.2.1 @@ -30712,6 +36245,7 @@ packages: /airbnb-js-shims@2.2.1: resolution: {integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==} dependencies: +<<<<<<< HEAD array-includes: 3.1.7 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 @@ -30728,6 +36262,24 @@ packages: string.prototype.matchall: 4.0.10 string.prototype.padend: 3.1.5 string.prototype.padstart: 3.1.5 +======= + array-includes: 3.1.4 + array.prototype.flat: 1.2.5 + array.prototype.flatmap: 1.2.5 + es5-shim: 4.6.5 + es6-shim: 0.35.6 + function.prototype.name: 1.1.5 + globalthis: 1.0.2 + object.entries: 1.1.5 + object.fromentries: 2.0.5 + object.getownpropertydescriptors: 2.1.3 + object.values: 1.1.5 + promise.allsettled: 1.0.5 + promise.prototype.finally: 3.1.3 + string.prototype.matchall: 4.0.6 + string.prototype.padend: 3.1.3 + string.prototype.padstart: 3.1.3 +>>>>>>> 28159dc4c9 (Lock File Update) symbol.prototype.description: 1.0.5 dev: true @@ -30755,7 +36307,11 @@ packages: ajv: 6.12.6 dev: true +<<<<<<< HEAD /ajv-formats@2.1.1(ajv@8.12.0): +======= + /ajv-formats@2.1.1(ajv@8.8.1): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependencies: ajv: ^8.0.0 @@ -30763,7 +36319,11 @@ packages: ajv: optional: true dependencies: +<<<<<<< HEAD ajv: 8.12.0 +======= + ajv: 8.8.1 +>>>>>>> 28159dc4c9 (Lock File Update) /ajv-keywords@3.5.2(ajv@6.12.6): resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} @@ -30772,12 +36332,20 @@ packages: dependencies: ajv: 6.12.6 +<<<<<<< HEAD /ajv-keywords@5.1.0(ajv@8.12.0): +======= + /ajv-keywords@5.1.0(ajv@8.8.1): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 dependencies: +<<<<<<< HEAD ajv: 8.12.0 +======= + ajv: 8.8.1 +>>>>>>> 28159dc4c9 (Lock File Update) fast-deep-equal: 3.1.3 /ajv@6.12.6: @@ -30788,16 +36356,26 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 +<<<<<<< HEAD /ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} +======= + /ajv@8.8.1: + resolution: {integrity: sha512-6CiMNDrzv0ZR916u2T+iRunnD60uWmNn8SkdB44/6stVORUg0aAkWO7PkOhpCmjmW8f2I/G/xnowD66fxGyQJg==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 require-from-string: 2.0.2 uri-js: 4.4.1 +<<<<<<< HEAD /allure-commandline@2.25.0: resolution: {integrity: sha512-HYMQwuX/8ySTrXqgr6ZY830c6xgRbSusxVwZIBbDyNTCDb3mqK2b1ENjsD8yhl/7/8S02NZCDAwJFxt3f8qL9Q==} +======= + /allure-commandline@2.18.1: + resolution: {integrity: sha512-bB0jY00yXxROgaTkC/PTFzmT0sVuHGiOhm80onO+N/tr5MF3eQrBkwTOdvuefEWJ1NTACutvmzZSYn8o6W2evA==} +>>>>>>> 28159dc4c9 (Lock File Update) hasBin: true /allure-js-commons@1.3.2: @@ -30845,6 +36423,7 @@ packages: engines: {node: '>=6'} dev: true +<<<<<<< HEAD /ansi-colors@3.2.4: resolution: {integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==} engines: {node: '>=6'} @@ -30852,6 +36431,10 @@ packages: /ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} +======= + /ansi-colors@4.1.1: + resolution: {integrity: sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6'} /ansi-escapes@3.2.0: @@ -30921,8 +36504,13 @@ packages: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} +<<<<<<< HEAD /ansi-styles@6.2.1: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} +======= + /ansi-styles@6.1.0: + resolution: {integrity: sha512-VbqNsoz55SYGczauuup0MFUyXNQviSpFTj1RQtFzmQLk18qbVSpTFFGMT293rmDaQuKCT6InmbuEyUne4mTuxQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=12'} /ansi-to-html@0.6.15: @@ -30948,8 +36536,13 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} +======= + /anymatch@3.1.2: + resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 @@ -30992,7 +36585,7 @@ packages: engines: {node: '>=10'} dependencies: delegates: 1.0.0 - readable-stream: 3.6.2 + readable-stream: 3.6.0 dev: true /are-we-there-yet@3.0.1: @@ -31000,7 +36593,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: delegates: 1.0.0 - readable-stream: 3.6.2 + readable-stream: 3.6.0 dev: true /arg@4.1.3: @@ -31018,7 +36611,14 @@ packages: resolution: {integrity: sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==} engines: {node: '>=10'} dependencies: - tslib: 2.6.2 + tslib: 2.5.0 + + /aria-query@4.2.2: + resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} + engines: {node: '>=6.0'} + dependencies: + '@babel/runtime': 7.23.5 + '@babel/runtime-corejs3': 7.16.3 <<<<<<< HEAD /aria-query@5.1.3: @@ -31032,11 +36632,6 @@ packages: engines: {node: '>=6.0'} >>>>>>> 9feae75363 (Lock file update) - /aria-query@5.3.0: - resolution: {integrity: sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==} - dependencies: - dequal: 2.0.3 - /arr-diff@4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} engines: {node: '>=0.10.0'} @@ -31059,12 +36654,6 @@ packages: engines: {node: '>=8'} dev: false - /array-buffer-byte-length@1.0.0: - resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} - dependencies: - call-bind: 1.0.5 - is-array-buffer: 3.0.2 - /array-differ@3.0.0: resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} engines: {node: '>=8'} @@ -31084,8 +36673,12 @@ packages: dev: true /array-find@1.0.0: +<<<<<<< HEAD resolution: {integrity: sha512-kO/vVCacW9mnpn3WPWbTVlEnOabK2L7LWi2HViURtCM46y1zb6I8UMjx4LgbiqadTgHnLInUronwn3ampNTJtQ==} dev: true +======= + resolution: {integrity: sha1-bI4obRHtdoMn+OYuzuhzU8o+eLg=} +>>>>>>> 28159dc4c9 (Lock File Update) /array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} @@ -31093,6 +36686,7 @@ packages: /array-flatten@2.1.2: resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} +<<<<<<< HEAD /array-includes@3.1.7: resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} engines: {node: '>= 0.4'} @@ -31101,6 +36695,16 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 get-intrinsic: 1.2.2 +======= + /array-includes@3.1.4: + resolution: {integrity: sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + get-intrinsic: 1.1.3 +>>>>>>> 28159dc4c9 (Lock File Update) is-string: 1.0.7 /array-slice@1.1.0: @@ -31151,6 +36755,7 @@ packages: es-abstract: 1.22.3 es-shim-unscopables: 1.0.2 +<<<<<<< HEAD /array.prototype.findlastindex@1.2.3: resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} engines: {node: '>= 0.4'} @@ -31178,18 +36783,36 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 es-shim-unscopables: 1.0.2 +======= + /array.prototype.flat@1.2.5: + resolution: {integrity: sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + + /array.prototype.flatmap@1.2.5: + resolution: {integrity: sha512-08u6rVyi1Lj7oqWbS9nUxliETrtIROT4XGTA4D/LWGten6E3ocm7cy9SIrmNHOL5XVbVuckUp3X6Xyg8/zpvHA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 +>>>>>>> 28159dc4c9 (Lock File Update) /array.prototype.map@1.0.6: resolution: {integrity: sha512-nK1psgF2cXqP3wSyCSq0Hc7zwNq3sfljQqaG27r/7a7ooNUnn5nGq6yYWyks9jMO5EoFQ0ax80hSg6oXSRNXaw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true +<<<<<<< HEAD /array.prototype.reduce@1.0.6: resolution: {integrity: sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==} engines: {node: '>= 0.4'} @@ -31221,6 +36844,8 @@ packages: is-array-buffer: 3.0.2 is-shared-array-buffer: 1.0.2 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /arraybuffer.slice@0.0.7: resolution: {integrity: sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==} dev: false @@ -31281,6 +36906,7 @@ packages: resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} engines: {node: '>=0.10.0'} +<<<<<<< HEAD /ast-types-flow@0.0.8: resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} @@ -31289,11 +36915,16 @@ packages: engines: {node: '>=4'} dependencies: tslib: 2.6.2 +======= + /ast-types-flow@0.0.7: + resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==} +>>>>>>> 28159dc4c9 (Lock File Update) /ast-types@0.14.2: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: +<<<<<<< HEAD tslib: 2.6.2 dev: true @@ -31302,6 +36933,9 @@ packages: engines: {node: '>=4'} dependencies: tslib: 2.6.2 +======= + tslib: 2.5.0 +>>>>>>> 28159dc4c9 (Lock File Update) /ast-types@0.16.1: resolution: {integrity: sha512-6t10qk83GOG8p0vKmaCr8eiilZwO171AvbROMtvvNiwrTly62t+7XkA8RdIIVbpMhCASAsxgAzdRSwh6nw/5Dg==} @@ -31340,6 +36974,7 @@ packages: resolution: {integrity: sha512-X5Dj8hK1pJNC2Wzo2Rcp9FBVdJMGRR/S7V+lH46s8GVFhtbo5O4Le5GECCF/8PISVdkUA6mMPvgz7qTTD1rf1g==} dev: true +<<<<<<< HEAD /async@3.2.5: resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} @@ -31347,6 +36982,10 @@ packages: resolution: {integrity: sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==} dependencies: has-symbols: 1.0.3 +======= + /async@3.2.4: + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} +>>>>>>> 28159dc4c9 (Lock File Update) /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} @@ -31367,6 +37006,7 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: +<<<<<<< HEAD browserslist: 4.22.2 caniuse-lite: 1.0.30001566 fraction.js: 4.3.7 @@ -31378,17 +37018,39 @@ packages: /autoprefixer@10.4.16(postcss@8.4.32): resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} +======= + browserslist: 4.20.2 + caniuse-lite: 1.0.30001352 + fraction.js: 4.2.0 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.12 + postcss-value-parser: 4.2.0 + dev: true + + /autoprefixer@10.4.4(postcss@8.4.21): + resolution: {integrity: sha512-Tm8JxsB286VweiZ5F0anmbyGiNI3v3wGv3mz9W+cxEDYB/6jbnj6GM9H9mK3wIL8ftgl+C07Lcwb8PG5PCCPzA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: +<<<<<<< HEAD browserslist: 4.22.2 caniuse-lite: 1.0.30001566 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 postcss: 8.4.32 +======= + browserslist: 4.20.2 + caniuse-lite: 1.0.30001352 + fraction.js: 4.2.0 + normalize-range: 0.1.2 + picocolors: 1.0.0 + postcss: 8.4.21 +>>>>>>> 28159dc4c9 (Lock File Update) postcss-value-parser: 4.2.0 /autoprefixer@8.6.5: @@ -31422,6 +37084,7 @@ packages: /available-typed-arrays@1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} + dev: true /await-exec@0.1.2: resolution: {integrity: sha512-BQUiyBLScS0+YPnnCZZGjb78mZ8sQ8aKgxarDPNw05rpbaCS7VIQSLy2tgjZKct9Dn1xLbKMXOpA98OWei90zA==} @@ -31446,11 +37109,16 @@ packages: /aws-sign2@0.7.0: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} - /aws4@1.12.0: - resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} + /aws4@1.11.0: + resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} +<<<<<<< HEAD /axe-core@4.7.0: resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} +======= + /axe-core@4.3.5: + resolution: {integrity: sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=4'} /axe-core@4.7.2: @@ -31521,6 +37189,7 @@ packages: transitivePeerDependencies: - debug +<<<<<<< HEAD /axobject-query@3.2.1: resolution: {integrity: sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==} dependencies: @@ -31528,6 +37197,10 @@ packages: /b4a@1.6.4: resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==} +======= + /axobject-query@2.2.0: + resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} +>>>>>>> 28159dc4c9 (Lock File Update) /babel-code-frame@6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} @@ -31550,7 +37223,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) /babel-eslint@10.1.0(eslint@7.32.0): resolution: {integrity: sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==} @@ -31559,6 +37236,7 @@ packages: peerDependencies: eslint: '>= 4.12.1' dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 '@babel/parser': 7.23.5 '@babel/traverse': 7.23.5 @@ -31566,6 +37244,15 @@ packages: eslint: 7.32.0 eslint-visitor-keys: 1.3.0 resolve: 1.22.8 +======= + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.22.15 + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + eslint: 7.32.0 + eslint-visitor-keys: 1.3.0 + resolve: 1.22.1 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -31651,7 +37338,26 @@ packages: babel-plugin-istanbul: 6.1.1 babel-preset-jest: 25.5.0(@babel/core@7.23.5) chalk: 3.0.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-jest@25.5.1(@babel/core@7.21.3): + resolution: {integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==} + engines: {node: '>= 8.3'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@jest/transform': 25.5.1 + '@jest/types': 25.5.0 + '@types/babel__core': 7.1.16 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 25.5.0(@babel/core@7.21.3) + chalk: 3.0.0 + graceful-fs: 4.2.9 slash: 3.0.0 transitivePeerDependencies: - supports-color @@ -31670,23 +37376,32 @@ packages: babel-plugin-istanbul: 6.1.1 babel-preset-jest: 26.6.2(@babel/core@7.12.9) chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 slash: 3.0.0 transitivePeerDependencies: - supports-color dev: false +<<<<<<< HEAD /babel-jest@26.6.3(@babel/core@7.23.5): +======= + /babel-jest@26.6.3(@babel/core@7.21.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} peerDependencies: '@babel/core': ^7.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/transform': 26.6.2 '@jest/types': 26.6.2 '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 +<<<<<<< HEAD babel-preset-jest: 26.6.2(@babel/core@7.23.5) chalk: 4.1.2 graceful-fs: 4.2.11 @@ -31707,11 +37422,15 @@ packages: '@types/babel__core': 7.1.16 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 27.5.1(@babel/core@7.23.5) +======= + babel-preset-jest: 26.6.2(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 graceful-fs: 4.2.9 slash: 3.0.0 transitivePeerDependencies: - supports-color + dev: true <<<<<<< HEAD /babel-jest@29.7.0(@babel/core@7.23.2): @@ -31735,6 +37454,24 @@ packages: - supports-color dev: true + /babel-jest@27.5.1(@babel/core@7.21.3): + resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + peerDependencies: + '@babel/core': ^7.8.0 + dependencies: + '@babel/core': 7.21.3 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/babel__core': 7.1.16 + babel-plugin-istanbul: 6.1.1 + babel-preset-jest: 27.5.1(@babel/core@7.21.3) + chalk: 4.1.2 + graceful-fs: 4.2.9 + slash: 3.0.0 + transitivePeerDependencies: + - supports-color + /babel-jest@29.5.0(@babel/core@7.21.3): resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -31747,7 +37484,7 @@ packages: babel-plugin-istanbul: 6.1.1 babel-preset-jest: 29.5.0(@babel/core@7.21.3) chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 slash: 3.0.0 transitivePeerDependencies: - supports-color @@ -31765,10 +37502,11 @@ packages: babel-plugin-istanbul: 6.1.1 babel-preset-jest: 29.5.0(@babel/core@7.21.3) chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 slash: 3.0.0 transitivePeerDependencies: - supports-color +<<<<<<< HEAD dev: true /babel-jest@29.6.2(@babel/core@7.23.3): @@ -31814,6 +37552,22 @@ packages: slash: 3.0.0 transitivePeerDependencies: - supports-color +======= + + /babel-loader@8.2.3(@babel/core@7.17.8)(webpack@5.70.0): + resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.17.8 + find-cache-dir: 3.3.2 + loader-utils: 1.4.0 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.70.0(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /babel-jest@29.7.0(@babel/core@7.23.5): @@ -31845,10 +37599,17 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@5.1.4) dev: true /babel-loader@8.3.0(@babel/core@7.23.5)(webpack@4.47.0): +======= + webpack: 5.89.0(webpack-cli@4.9.2) + dev: true + + /babel-loader@8.3.0(@babel/core@7.17.8)(webpack@4.46.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: @@ -31860,7 +37621,7 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true /babel-loader@8.3.0(@babel/core@7.23.5)(webpack@5.89.0): @@ -31878,17 +37639,62 @@ packages: webpack: 5.89.0(webpack-cli@4.10.0) dev: true +<<<<<<< HEAD /babel-loader@9.1.3(@babel/core@7.23.5)(webpack@5.89.0): resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} +======= + /babel-loader@8.3.0(@babel/core@7.21.3)(webpack@4.46.0): + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} + engines: {node: '>= 8.9'} +>>>>>>> 28159dc4c9 (Lock File Update) peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 find-cache-dir: 4.0.0 schema-utils: 4.2.0 webpack: 5.89.0(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) +======= + '@babel/core': 7.21.3 + find-cache-dir: 3.3.2 + loader-utils: 2.0.4 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 4.46.0(webpack-cli@3.3.12) + dev: true + + /babel-loader@8.3.0(@babel/core@7.21.3)(webpack@5.70.0): + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.21.3 + find-cache-dir: 3.3.2 + loader-utils: 2.0.4 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.70.0(webpack-cli@4.9.2) + dev: true + + /babel-loader@8.3.0(@babel/core@7.21.3)(webpack@5.76.3): + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} + engines: {node: '>= 8.9'} + peerDependencies: + '@babel/core': ^7.0.0 + webpack: '>=2' + dependencies: + '@babel/core': 7.21.3 + find-cache-dir: 3.3.2 + loader-utils: 2.0.4 + make-dir: 3.1.0 + schema-utils: 2.7.1 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /babel-messages@6.23.0: @@ -31920,7 +37726,7 @@ packages: '@emotion/serialize': 0.11.16 babel-plugin-macros: 2.8.0 babel-plugin-syntax-jsx: 6.18.0 - convert-source-map: 1.9.0 + convert-source-map: 1.8.0 escape-string-regexp: 1.0.5 find-root: 1.1.0 source-map: 0.5.7 @@ -31972,7 +37778,7 @@ packages: resolution: {integrity: sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==} engines: {node: '>= 6'} dependencies: - '@types/babel__traverse': 7.20.4 + '@types/babel__traverse': 7.14.2 dev: false /babel-plugin-jest-hoist@25.5.0: @@ -31980,8 +37786,13 @@ packages: engines: {node: '>= 8.3'} dependencies: '@babel/template': 7.22.15 +<<<<<<< HEAD '@babel/types': 7.23.5 '@types/babel__traverse': 7.20.4 +======= + '@babel/types': 7.22.15 + '@types/babel__traverse': 7.14.2 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /babel-plugin-jest-hoist@26.6.2: @@ -31989,15 +37800,22 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@babel/template': 7.22.15 +<<<<<<< HEAD '@babel/types': 7.23.5 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.4 +======= + '@babel/types': 7.22.15 + '@types/babel__core': 7.1.16 + '@types/babel__traverse': 7.14.2 +>>>>>>> 28159dc4c9 (Lock File Update) /babel-plugin-jest-hoist@27.5.1: resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@babel/template': 7.22.15 +<<<<<<< HEAD '@babel/types': 7.23.5 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.4 @@ -32010,13 +37828,27 @@ packages: '@babel/types': 7.23.5 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.4 +======= + '@babel/types': 7.22.15 + '@types/babel__core': 7.1.16 + '@types/babel__traverse': 7.14.2 + + /babel-plugin-jest-hoist@29.5.0: + resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/template': 7.22.15 + '@babel/types': 7.22.15 + '@types/babel__core': 7.1.16 + '@types/babel__traverse': 7.14.2 +>>>>>>> 28159dc4c9 (Lock File Update) /babel-plugin-macros@2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: '@babel/runtime': 7.23.5 cosmiconfig: 6.0.0 - resolve: 1.22.8 + resolve: 1.22.1 dev: true /babel-plugin-macros@3.1.0: @@ -32024,13 +37856,84 @@ packages: engines: {node: '>=10', npm: '>=6'} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD cosmiconfig: 7.1.0 resolve: 1.22.8 +======= + cosmiconfig: 7.0.1 + resolve: 1.22.1 +>>>>>>> 28159dc4c9 (Lock File Update) /babel-plugin-named-exports-order@0.0.2: resolution: {integrity: sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==} dev: true +<<<<<<< HEAD +======= + /babel-plugin-polyfill-corejs2@0.3.0(@babel/core@7.12.9): + resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.12.9 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.12.9) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs2@0.3.0(@babel/core@7.17.8): + resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.17.8) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs2@0.3.0(@babel/core@7.21.3): + resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.12.9): + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.12.9 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.12.9) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.3): + resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + +>>>>>>> 28159dc4c9 (Lock File Update) /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.12.9): resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: @@ -32042,6 +37945,7 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color + dev: true /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.5): resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} @@ -32049,25 +37953,134 @@ packages: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/compat-data': 7.23.5 +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) +======= + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.17.8) +>>>>>>> 28159dc4c9 (Lock File Update) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD /babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.23.5): +======= + /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.21.3): + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.21.3) + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + /babel-plugin-polyfill-corejs3@0.1.7(@babel/core@7.21.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.23.5) core-js-compat: 3.34.0 +======= + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.1.5(@babel/core@7.21.3) + core-js-compat: 3.25.5 transitivePeerDependencies: - supports-color dev: true + /babel-plugin-polyfill-corejs3@0.4.0(@babel/core@7.12.9): + resolution: {integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.12.9) + core-js-compat: 3.25.5 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.4.0(@babel/core@7.21.3): + resolution: {integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + core-js-compat: 3.25.5 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.5.2(@babel/core@7.12.9): + resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.12.9) + core-js-compat: 3.25.5 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.5.2(@babel/core@7.17.8): + resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.17.8) + core-js-compat: 3.25.5 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.5.2(@babel/core@7.21.3): + resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + core-js-compat: 3.25.5 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.12.9): + resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.12.9) + core-js-compat: 3.25.5 + transitivePeerDependencies: + - supports-color + + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.3): + resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + core-js-compat: 3.25.5 +>>>>>>> 28159dc4c9 (Lock File Update) + transitivePeerDependencies: + - supports-color + /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.12.9): resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: @@ -32078,19 +38091,90 @@ packages: core-js-compat: 3.34.0 transitivePeerDependencies: - supports-color + dev: true /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.5): resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.5) core-js-compat: 3.34.0 +======= + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.17.8) + core-js-compat: 3.33.3 transitivePeerDependencies: - supports-color dev: true + /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.21.3): + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.21.3) + core-js-compat: 3.33.3 + transitivePeerDependencies: + - supports-color + + /babel-plugin-polyfill-regenerator@0.3.0(@babel/core@7.12.9): + resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.12.9) + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-regenerator@0.3.0(@babel/core@7.17.8): + resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.17.8) + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-regenerator@0.3.0(@babel/core@7.21.3): + resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.12.9): + resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.9 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.12.9) + transitivePeerDependencies: + - supports-color + + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.3): + resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) + transitivePeerDependencies: + - supports-color + /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.12.9): resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: @@ -32100,6 +38184,7 @@ packages: '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.12.9) transitivePeerDependencies: - supports-color + dev: true /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.5): resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} @@ -32125,6 +38210,7 @@ packages: '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.21.3) transitivePeerDependencies: - supports-color +<<<<<<< HEAD dev: true /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.3): @@ -32137,6 +38223,8 @@ packages: >>>>>>> 9feae75363 (Lock file update) transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /babel-plugin-react-docgen@4.2.1: resolution: {integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==} @@ -32176,6 +38264,7 @@ packages: babel-runtime: 6.26.0 dev: true +<<<<<<< HEAD /babel-plugin-transform-flow-enums@0.0.2(@babel/core@7.12.9): resolution: {integrity: sha512-g4aaCrDDOsWjbm0PUUeVnkcVd6AKJsVc/MbnPhEotEpkeJQP6b8nzewohQi7+QS8UyPehOhGWn0nOwjvWpmMvQ==} dependencies: @@ -32188,6 +38277,9 @@ packages: dev: true /babel-preset-current-node-syntax@0.1.4(@babel/core@7.23.5): +======= + /babel-preset-current-node-syntax@0.1.4(@babel/core@7.17.8): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==} peerDependencies: '@babel/core': ^7.0.0 @@ -32206,6 +38298,25 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) dev: true + /babel-preset-current-node-syntax@0.1.4(@babel/core@7.21.3): + resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + dev: true + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.12.9): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: @@ -32251,6 +38362,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.5) @@ -32285,6 +38397,21 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.3) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.3) +======= + '@babel/core': 7.21.3 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.3) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) >>>>>>> 9feae75363 (Lock file update) /babel-preset-fbjs@3.4.0(@babel/core@7.12.9): @@ -32296,6 +38423,7 @@ packages: '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.12.9) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.12.9) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.12.9) +<<<<<<< HEAD '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.12.9) <<<<<<< HEAD '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.12.9) @@ -32330,6 +38458,68 @@ packages: babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 /babel-preset-jest@24.9.0(@babel/core@7.23.5): +======= + '@babel/plugin-syntax-flow': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.12.9) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.12.9) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.12.9) + '@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.12.9) + '@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.12.9) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.12.9) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.12.9) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-spread': 7.19.0(@babel/core@7.12.9) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.12.9) + babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 + + /babel-preset-fbjs@3.4.0(@babel/core@7.21.3): + resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.3) + '@babel/plugin-syntax-flow': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.3) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-for-of': 7.18.8(@babel/core@7.21.3) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.21.3) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-spread': 7.19.0(@babel/core@7.21.3) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) + babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 + + /babel-preset-jest@24.9.0(@babel/core@7.21.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==} engines: {node: '>= 6'} peerDependencies: @@ -32351,6 +38541,17 @@ packages: babel-preset-current-node-syntax: 0.1.4(@babel/core@7.23.5) dev: true + /babel-preset-jest@25.5.0(@babel/core@7.21.3): + resolution: {integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==} + engines: {node: '>= 8.3'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + babel-plugin-jest-hoist: 25.5.0 + babel-preset-current-node-syntax: 0.1.4(@babel/core@7.21.3) + dev: true + /babel-preset-jest@26.6.2(@babel/core@7.12.9): resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} @@ -32362,12 +38563,17 @@ packages: babel-preset-current-node-syntax: 1.0.1(@babel/core@7.12.9) dev: false +<<<<<<< HEAD /babel-preset-jest@26.6.2(@babel/core@7.23.5): +======= + /babel-preset-jest@26.6.2(@babel/core@7.21.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} peerDependencies: '@babel/core': ^7.0.0 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 babel-plugin-jest-hoist: 26.6.2 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) @@ -32386,6 +38592,13 @@ packages: <<<<<<< HEAD /babel-preset-jest@29.6.3(@babel/core@7.23.2): ======= +======= + '@babel/core': 7.21.3 + babel-plugin-jest-hoist: 26.6.2 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /babel-preset-jest@27.5.1(@babel/core@7.17.8): resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} @@ -32397,6 +38610,16 @@ packages: babel-preset-current-node-syntax: 1.0.1(@babel/core@7.17.8) dev: true + /babel-preset-jest@27.5.1(@babel/core@7.21.3): + resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.21.3 + babel-plugin-jest-hoist: 27.5.1 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) + /babel-preset-jest@29.5.0(@babel/core@7.21.3): resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -32406,6 +38629,7 @@ packages: '@babel/core': 7.21.3 babel-plugin-jest-hoist: 29.5.0 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) +<<<<<<< HEAD dev: true /babel-preset-jest@29.5.0(@babel/core@7.23.3): @@ -32447,6 +38671,8 @@ packages: babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.3) dev: false >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /babel-runtime@6.26.0: resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} @@ -32541,10 +38767,13 @@ packages: mixin-deep: 1.3.2 pascalcase: 0.1.1 +<<<<<<< HEAD /basic-ftp@5.0.3: resolution: {integrity: sha512-QHX8HLlncOLpy54mh+k/sWIFd0ThmRqwe9ZjELybGZK+tZ8rUb9VO0saKJUROTbE+KhzDUT7xziGpGrW8Kmd+g==} engines: {node: '>=10.0.0'} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /batch-processor@1.0.0: resolution: {integrity: sha512-xoLQD8gmmR32MeuBHgH0Tzd5PuSZx71ZsbhVxOCRbgktZEPe4SQy7s9Z50uPp0F/f7iw2XmkHN2xkgbMfckMDA==} dev: true @@ -32619,11 +38848,6 @@ packages: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} - /binaryextensions@4.19.0: - resolution: {integrity: sha512-DRxnVbOi/1OgA5pA9EDiRT8gvVYeqfuN7TmPfLyt6cyho3KbHCi3EtDQf39TTmGDrR5dZ9CspdXhPkL/j/WGbg==} - engines: {node: '>=0.8'} - dev: true - /bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} requiresBuild: true @@ -32716,7 +38940,7 @@ packages: engines: {node: '>=10'} dependencies: ansi-align: 3.0.1 - camelcase: 6.3.0 + camelcase: 6.2.1 chalk: 4.1.2 cli-boxes: 2.2.1 string-width: 4.2.3 @@ -32860,7 +39084,7 @@ packages: elliptic: 6.5.4 inherits: 2.0.4 parse-asn1: 5.1.6 - readable-stream: 3.6.2 + readable-stream: 3.6.0 safe-buffer: 5.2.1 dev: true @@ -32900,10 +39124,50 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: +<<<<<<< HEAD caniuse-lite: 1.0.30001566 electron-to-chromium: 1.4.609 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.22.2) +======= + caniuse-lite: 1.0.30001418 + electron-to-chromium: 1.4.276 + escalade: 3.1.1 + node-releases: 2.0.6 + picocolors: 1.0.0 + + /browserslist@4.20.4: + resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001418 + electron-to-chromium: 1.4.276 + escalade: 3.1.1 + node-releases: 2.0.6 + picocolors: 1.0.0 + dev: true + + /browserslist@4.21.4: + resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001418 + electron-to-chromium: 1.4.276 + node-releases: 2.0.6 + update-browserslist-db: 1.0.10(browserslist@4.21.4) + + /browserslist@4.22.1: + resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001565 + electron-to-chromium: 1.4.597 + node-releases: 2.0.13 + update-browserslist-db: 1.0.13(browserslist@4.22.1) +>>>>>>> 28159dc4c9 (Lock File Update) /bs-logger@0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -33017,12 +39281,16 @@ packages: '@istanbuljs/schema': 0.1.3 find-up: 5.0.0 foreground-child: 2.0.0 - istanbul-lib-coverage: 3.2.2 - istanbul-lib-report: 3.0.1 - istanbul-reports: 3.1.6 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-report: 3.0.0 + istanbul-reports: 3.1.4 rimraf: 3.0.2 test-exclude: 6.0.0 +<<<<<<< HEAD v8-to-istanbul: 9.2.0 +======= + v8-to-istanbul: 8.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) yargs: 16.2.0 yargs-parser: 20.2.9 dev: true @@ -33034,7 +39302,7 @@ packages: chownr: 1.1.4 figgy-pudding: 3.5.2 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 infer-owner: 1.0.4 lru-cache: 5.1.1 mississippi: 3.0.0 @@ -33083,8 +39351,13 @@ packages: fs-minipass: 2.1.0 glob: 8.1.0 infer-owner: 1.0.4 +<<<<<<< HEAD lru-cache: 7.18.3 minipass: 3.3.6 +======= + lru-cache: 7.14.0 + minipass: 3.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -33167,6 +39440,7 @@ packages: responselike: 2.0.1 dev: true +<<<<<<< HEAD /call-bind@1.0.5: resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} dependencies: @@ -33176,6 +39450,10 @@ packages: /call-me-maybe@1.0.2: resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} +======= + /call-me-maybe@1.0.1: + resolution: {integrity: sha512-wCyFsDQkKPwwF8BDwOiWNx/9K45L/hvggQiDbve+viMNMQnWhrlYIuBk09offfwCRtCO9P6XwUttufzU11WCVw==} +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /caller-callsite@2.0.0: @@ -33260,8 +39538,13 @@ packages: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} +<<<<<<< HEAD /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} +======= + /camelcase@6.2.1: + resolution: {integrity: sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=10'} /caniuse-api@3.0.0: @@ -33306,7 +39589,7 @@ packages: resolution: {integrity: sha512-FwZ/wxjqe+5RgzF2SRsPSWsVB9+McAVRWW0tRkmbh7fBjrf3HFZZbcr8vr61p1K+NBaAPv57DRjxgIyfbHmd7g==} engines: {node: '>=7.6.0'} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) puppeteer-core: 1.12.2 transitivePeerDependencies: - bufferutil @@ -33463,7 +39746,7 @@ packages: object-filter: 1.0.2 object.assign: 4.1.5 run-parallel: 1.2.0 - semver: 5.7.2 + semver: 5.7.1 dev: true /check-node-version@4.2.1: @@ -33547,11 +39830,13 @@ packages: fsevents: 2.1.3 dev: true - /chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} +<<<<<<< HEAD +======= + /chokidar@3.5.2: + resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.3 + anymatch: 3.1.2 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -33559,11 +39844,26 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.3 + fsevents: 2.3.2 + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) + /chokidar@3.5.3: + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} + dependencies: + anymatch: 3.1.2 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 + is-glob: 4.0.3 + normalize-path: 3.0.0 + readdirp: 3.6.0 + optionalDependencies: + fsevents: 2.3.2 /chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - dev: true /chownr@2.0.0: resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} @@ -33586,6 +39886,7 @@ packages: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} +<<<<<<< HEAD /chromium-bidi@0.4.16(devtools-protocol@0.0.1147663): resolution: {integrity: sha512-7ZbXdWERxRxSwo3txsBjjmc/NLxqb1Bk30mRb0BMS4YIaiV6zvKZqL/UAH+DdqcDYayDWk2n/y8klkBDODrPvA==} peerDependencies: @@ -33615,6 +39916,16 @@ packages: rimraf: 3.0.2 transitivePeerDependencies: - supports-color +======= + /chromium-bidi@0.4.4(devtools-protocol@0.0.1094867): + resolution: {integrity: sha512-4BX5cSaponuvVT1+SbLYTOAgDoVtX/Khoc9UsbFJ/AsPVUeFAM3RiIDFI6XFhLYMi9WmVJqh1ZH+dRpNKkKwiQ==} + peerDependencies: + devtools-protocol: '*' + dependencies: + devtools-protocol: 0.0.1094867 + mitt: 3.0.0 + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /ci-info@1.6.0: resolution: {integrity: sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==} @@ -33622,9 +39933,14 @@ packages: /ci-info@2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} +<<<<<<< HEAD /ci-info@3.9.0: resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} engines: {node: '>=8'} +======= + /ci-info@3.2.0: + resolution: {integrity: sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==} +>>>>>>> 28159dc4c9 (Lock File Update) /cipher-base@1.0.4: resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} @@ -33645,8 +39961,13 @@ packages: resolution: {integrity: sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==} dev: true +<<<<<<< HEAD /cjs-module-lexer@1.2.3: resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==} +======= + /cjs-module-lexer@1.2.2: + resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} +>>>>>>> 28159dc4c9 (Lock File Update) /class-utils@0.3.6: resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} @@ -33688,7 +40009,7 @@ packages: dependencies: escape-string-regexp: 4.0.0 - /clean-webpack-plugin@3.0.0(webpack@4.47.0): + /clean-webpack-plugin@3.0.0(webpack@4.46.0): resolution: {integrity: sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==} engines: {node: '>=8.9.0'} peerDependencies: @@ -33696,10 +40017,10 @@ packages: dependencies: '@types/webpack': 4.41.38 del: 4.1.1 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true - /clean-webpack-plugin@3.0.0(webpack@5.89.0): + /clean-webpack-plugin@3.0.0(webpack@5.76.3): resolution: {integrity: sha512-MciirUH5r+cYLGCOL5JX/ZLzOZbVr1ot3Fw+KcvbhUb6PM+yycqd9ZhIlcigQ5gl+XhppNmw3bEFuaaMNyLj3A==} engines: {node: '>=8.9.0'} peerDependencies: @@ -33707,7 +40028,11 @@ packages: dependencies: '@types/webpack': 4.41.38 del: 4.1.1 +<<<<<<< HEAD webpack: 5.89.0(uglify-js@3.17.4)(webpack-cli@4.10.0) +======= + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /cli-boxes@1.0.0: @@ -33781,8 +40106,13 @@ packages: resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} engines: {node: '>= 10'} +<<<<<<< HEAD /clipboard@2.0.11: resolution: {integrity: sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==} +======= + /clipboard@2.0.10: + resolution: {integrity: sha512-cz3m2YVwFz95qSEbCDi2fzLN/epEN9zXBvfgAoGkvGOJZATMl9gtTDVOtBYkx2ODUJl2kvmud7n32sV2BpYR4g==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: good-listener: 1.2.2 select: 1.1.2 @@ -33817,14 +40147,6 @@ packages: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - /cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - /clone-buffer@1.0.0: resolution: {integrity: sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==} engines: {node: '>= 0.10'} @@ -33879,7 +40201,7 @@ packages: dependencies: inherits: 2.0.4 process-nextick-args: 2.0.1 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /cmd-shim@5.0.0: @@ -33923,8 +40245,13 @@ packages: resolution: {integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==} dev: true +<<<<<<< HEAD /collect-v8-coverage@1.0.2: resolution: {integrity: sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==} +======= + /collect-v8-coverage@1.0.1: + resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} +>>>>>>> 28159dc4c9 (Lock File Update) /collection-visit@1.0.0: resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} @@ -33987,8 +40314,13 @@ packages: /colorette@1.4.0: resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} +<<<<<<< HEAD /colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} +======= + /colorette@2.0.16: + resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} +>>>>>>> 28159dc4c9 (Lock File Update) /colors@0.6.2: resolution: {integrity: sha512-OsSVtHK8Ir8r3+Fxw/b4jS1ZLPXkV6ZxDRJQzeD7qo0SqMXWrHDM71DgYzPMHY8SFJ0Ao+nNU2p1MmwdzKqPrw==} @@ -34110,11 +40442,6 @@ packages: /commander@9.4.0: resolution: {integrity: sha512-sRPT+umqkz90UA8M1yqYfnHlZA7fF6nSphDtxeywPZ49ysjxDQybzk13CL+mXekDRG92skbcqCLVovuCusNmFw==} engines: {node: ^12.20.0 || >=14} - dev: false - - /commander@9.5.0: - resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} - engines: {node: ^12.20.0 || >=14} /comment-parser@0.7.6: resolution: {integrity: sha512-GKNxVA7/iuTnAqGADlTWX4tkhzxZKXp5fLJqKTlQLHkE65XDUKutZ3BHaJC5IGcper2tT3QRD1xr4o3jNpgXXg==} @@ -34205,7 +40532,7 @@ packages: dependencies: buffer-from: 1.1.2 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 typedarray: 0.0.6 /concurrently@7.6.0: @@ -34242,7 +40569,7 @@ packages: engines: {node: '>=4'} dependencies: dot-prop: 4.2.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 make-dir: 1.3.0 unique-string: 1.0.0 write-file-atomic: 2.4.3 @@ -34318,8 +40645,15 @@ packages: resolution: {integrity: sha512-TF30kpKhTH8AGCG3dut0rdd/19B7Z+qCnrMoBLpyQu/2drZdNrrpcjPEoJeSVsQM+8KmWG5O56oPDjSSUsuTyA==} dev: true +<<<<<<< HEAD /convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} +======= + /convert-source-map@1.8.0: + resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} + dependencies: + safe-buffer: 5.1.2 +>>>>>>> 28159dc4c9 (Lock File Update) /convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} @@ -34364,19 +40698,58 @@ packages: toggle-selection: 1.0.6 dev: true +<<<<<<< HEAD +======= + /copy-webpack-plugin@10.2.4(webpack@5.70.0): + resolution: {integrity: sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==} + engines: {node: '>= 12.20.0'} + peerDependencies: + webpack: ^5.1.0 + dependencies: + fast-glob: 3.2.11 + glob-parent: 6.0.2 + globby: 12.2.0 + normalize-path: 3.0.0 + schema-utils: 4.0.0 + serialize-javascript: 6.0.0 + webpack: 5.70.0(webpack-cli@4.9.2) + dev: true + + /copy-webpack-plugin@10.2.4(webpack@5.76.3): + resolution: {integrity: sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==} + engines: {node: '>= 12.20.0'} + peerDependencies: + webpack: ^5.1.0 + dependencies: + fast-glob: 3.2.11 + glob-parent: 6.0.2 + globby: 12.2.0 + normalize-path: 3.0.0 + schema-utils: 4.0.0 + serialize-javascript: 6.0.0 + webpack: 5.76.3(webpack-cli@4.9.2) + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /copy-webpack-plugin@10.2.4(webpack@5.89.0): resolution: {integrity: sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==} engines: {node: '>= 12.20.0'} peerDependencies: webpack: ^5.1.0 dependencies: - fast-glob: 3.3.2 + fast-glob: 3.2.11 glob-parent: 6.0.2 globby: 12.2.0 normalize-path: 3.0.0 +<<<<<<< HEAD schema-utils: 4.2.0 serialize-javascript: 6.0.1 webpack: 5.89.0(webpack-cli@5.1.4) +======= + schema-utils: 4.0.0 + serialize-javascript: 6.0.0 + webpack: 5.89.0(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /copy-webpack-plugin@11.0.0(webpack@5.88.2): @@ -34414,11 +40787,38 @@ packages: dependencies: browserslist: 4.22.2 +<<<<<<< HEAD /core-js-pure@3.34.0: resolution: {integrity: sha512-pmhivkYXkymswFfbXsANmBAewXx86UBfmagP+w0wkK06kLsLlTK5oQmsURPivzMkIBQiYq2cjamcZExIwlFQIg==} - requiresBuild: true +======= + /core-js-compat@3.19.1: + resolution: {integrity: sha512-Q/VJ7jAF/y68+aUsQJ/afPOewdsGkDtcMb40J8MbuWKlK3Y+wtHq8bTHKPj2WKWLIqmS5JhHs4CzHtz6pT2W6g==} + dependencies: + browserslist: 4.19.3 + semver: 7.0.0 + + /core-js-compat@3.21.1: + resolution: {integrity: sha512-gbgX5AUvMb8gwxC7FLVWYT7Kkgu/y7+h/h1X43yJkNqhlK2fuYyQimqvKGNZFAY6CKii/GFKJ2cp/1/42TN36g==} + dependencies: + browserslist: 4.19.3 + semver: 7.0.0 dev: true + /core-js-compat@3.25.5: + resolution: {integrity: sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==} + dependencies: + browserslist: 4.21.4 + + /core-js-compat@3.33.3: + resolution: {integrity: sha512-cNzGqFsh3Ot+529GIXacjTJ7kegdt5fPXxCBVS1G0iaZpuo/tBz399ymceLJveQhFFZ8qThHiP3fzuoQjKN2ow==} + dependencies: + browserslist: 4.22.1 + + /core-js-pure@3.29.1: + resolution: {integrity: sha512-4En6zYVi0i0XlXHVz/bi6l1XDjCqkKRq765NXuX+SnaIatlE96Odt5lMLjdxUiNI1v9OXI5DSLWYPlmTfkTktg==} +>>>>>>> 28159dc4c9 (Lock File Update) + requiresBuild: true + /core-js@1.2.7: resolution: {integrity: sha512-ZiPp9pZlgxpWRu0M+YWbm6+aQ84XEfH1JRXvfOc/fILWI0VKhLC2LX13X1NYq4fULzLMq7Hfh43CSo2/aIaUPA==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. @@ -34434,8 +40834,18 @@ packages: requiresBuild: true dev: true +<<<<<<< HEAD /core-js@3.34.0: resolution: {integrity: sha512-aDdvlDder8QmY91H88GzNi9EtQi2TjvQhpCX6B1v/dAZHU1AuLgHvRh54RiOerpEhEW46Tkf+vgAViB/CWC0ag==} +======= + /core-js@3.29.1: + resolution: {integrity: sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw==} + requiresBuild: true + dev: true + + /core-js@3.33.3: + resolution: {integrity: sha512-lo0kOocUlLKmm6kv/FswQL8zbkH7mVsLJ/FULClOhv8WRVmKLVcs6XPNQAzstfeJTCHMyButEwG+z1kHxHoDZw==} +>>>>>>> 28159dc4c9 (Lock File Update) requiresBuild: true /core-util-is@1.0.2: @@ -34457,7 +40867,7 @@ packages: resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} engines: {node: '>=8'} dependencies: - '@types/parse-json': 4.0.2 + '@types/parse-json': 4.0.0 import-fresh: 3.3.0 parse-json: 5.2.0 path-type: 4.0.0 @@ -34475,6 +40885,7 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -34487,6 +40898,8 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /cosmiconfig@8.2.0: resolution: {integrity: sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ==} @@ -34498,6 +40911,7 @@ packages: path-type: 4.0.0 dev: true +<<<<<<< HEAD <<<<<<< HEAD /cosmiconfig@8.3.6(typescript@5.3.2): ======= @@ -34538,11 +40952,13 @@ packages: >>>>>>> 9feae75363 (Lock file update) dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /cp-file@7.0.0: resolution: {integrity: sha512-0Cbj7gyvFVApzpK/uhCtQ/9kE9UnYpxMzaq5nQQC/Dh4iaj5fxp7iEFIullrYwzj8nf0qnsI1Qsx34hAeAebvw==} engines: {node: '>=8'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 make-dir: 3.1.0 nested-error-stacks: 2.1.1 p-event: 4.2.0 @@ -34610,6 +41026,7 @@ packages: safe-buffer: 5.2.1 sha.js: 2.4.11 +<<<<<<< HEAD /create-jest@29.7.0(@types/node@16.18.68)(ts-node@10.9.2): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -34628,6 +41045,8 @@ packages: - supports-color - ts-node +======= +>>>>>>> 28159dc4c9 (Lock File Update) /create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} @@ -34653,6 +41072,7 @@ packages: node-fetch: 2.6.7 transitivePeerDependencies: - encoding +<<<<<<< HEAD dev: true /cross-fetch@3.1.8: @@ -34669,6 +41089,8 @@ packages: node-fetch: 2.7.0 transitivePeerDependencies: - encoding +======= +>>>>>>> 28159dc4c9 (Lock File Update) /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} @@ -34771,7 +41193,7 @@ packages: engines: {node: '>=12 || >=16'} dev: true - /css-loader@3.6.0(webpack@4.47.0): + /css-loader@3.6.0(webpack@4.46.0): resolution: {integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -34790,7 +41212,7 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 2.7.1 semver: 6.3.1 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true /css-loader@3.6.0(webpack@5.89.0): @@ -34814,12 +41236,39 @@ packages: semver: 6.3.1 webpack: 5.89.0(webpack-cli@3.3.12) +<<<<<<< HEAD /css-loader@5.2.7(webpack@5.89.0): +======= + /css-loader@3.6.0(webpack@5.76.3): + resolution: {integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==} + engines: {node: '>= 8.9.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + camelcase: 5.3.1 + cssesc: 3.0.0 + icss-utils: 4.1.1 + loader-utils: 1.4.0 + normalize-path: 3.0.0 + postcss: 7.0.39 + postcss-modules-extract-imports: 2.0.0 + postcss-modules-local-by-default: 3.0.3 + postcss-modules-scope: 2.2.0 + postcss-modules-values: 3.0.0 + postcss-value-parser: 4.2.0 + schema-utils: 2.7.1 + semver: 6.3.1 + webpack: 5.76.3(webpack-cli@3.3.12) + dev: true + + /css-loader@5.2.7(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.27.0 || ^5.0.0 dependencies: +<<<<<<< HEAD icss-utils: 5.1.0(postcss@8.4.32) loader-utils: 2.0.4 postcss: 8.4.32 @@ -34831,6 +41280,19 @@ packages: schema-utils: 3.3.0 semver: 7.5.4 webpack: 5.89.0(webpack-cli@5.1.4) +======= + icss-utils: 5.1.0(postcss@8.4.21) + loader-utils: 2.0.4 + postcss: 8.4.21 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.21) + postcss-modules-local-by-default: 4.0.0(postcss@8.4.21) + postcss-modules-scope: 3.0.0(postcss@8.4.21) + postcss-modules-values: 4.0.0(postcss@8.4.21) + postcss-value-parser: 4.2.0 + schema-utils: 3.1.1 + semver: 7.5.3 + webpack: 5.76.3(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /css-loader@6.8.1(webpack@5.88.2): @@ -34850,12 +41312,30 @@ packages: webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) dev: true + /css-loader@6.7.3(webpack@5.76.3): + resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} + engines: {node: '>= 12.13.0'} + peerDependencies: + webpack: ^5.0.0 + dependencies: + icss-utils: 5.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.21) + postcss-modules-local-by-default: 4.0.0(postcss@8.4.21) + postcss-modules-scope: 3.0.0(postcss@8.4.21) + postcss-modules-values: 4.0.0(postcss@8.4.21) + postcss-value-parser: 4.2.0 + semver: 7.3.8 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) + dev: true + /css-loader@6.8.1(webpack@5.89.0): resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: +<<<<<<< HEAD icss-utils: 5.1.0(postcss@8.4.32) postcss: 8.4.32 postcss-modules-extract-imports: 3.0.0(postcss@8.4.32) @@ -34865,6 +41345,17 @@ packages: postcss-value-parser: 4.2.0 semver: 7.5.4 webpack: 5.89.0(webpack-cli@5.1.4) +======= + icss-utils: 5.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.21) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.21) + postcss-modules-scope: 3.0.0(postcss@8.4.21) + postcss-modules-values: 4.0.0(postcss@8.4.21) + postcss-value-parser: 4.2.0 + semver: 7.5.3 + webpack: 5.89.0(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /css-select-base-adapter@0.1.1: @@ -35223,12 +41714,17 @@ packages: dependencies: cssom: 0.3.8 - /csstype@2.6.21: - resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} + /csstype@2.6.20: + resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} dev: true +<<<<<<< HEAD /csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} +======= + /csstype@3.1.1: + resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} +>>>>>>> 28159dc4c9 (Lock File Update) /currently-unhandled@0.4.1: resolution: {integrity: sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==} @@ -35314,8 +41810,8 @@ packages: /d3-time@1.1.0: resolution: {integrity: sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==} - /damerau-levenshtein@1.0.8: - resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} + /damerau-levenshtein@1.0.7: + resolution: {integrity: sha512-VvdQIPGdWP0SqFXghj79Wf/5LArmreyMsGLa6FG6iC4t3j7j5s71TrwWmT/4akbDQIqjfACkLZmjXhA7g2oUZw==} /dargs@7.0.0: resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} @@ -35328,10 +41824,13 @@ packages: dependencies: assert-plus: 1.0.0 +<<<<<<< HEAD /data-uri-to-buffer@6.0.1: resolution: {integrity: sha512-MZd3VlchQkp8rdend6vrx7MmVDJzSNTBvghvKjirLkD+WTChA3KUf0jkE68Q4UyctNqI11zZO9/x2Yx+ub5Cvg==} engines: {node: '>= 14'} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /data-urls@1.1.0: resolution: {integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==} dependencies: @@ -35374,8 +41873,8 @@ packages: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} dev: true - /dayjs@1.11.10: - resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} + /dayjs@1.11.5: + resolution: {integrity: sha512-CAdX5Q3YW3Gclyo5Vpqkgpj8fSdLQcRuzfX6mC6Phy0nfJ0eGYOeS7m4mt2plDWLAtA4TqTakvbboHvUxfe4iA==} /debounce@1.2.1: resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} @@ -35473,7 +41972,7 @@ packages: ms: 2.1.2 supports-color: 8.1.1 - /debug@4.3.4(supports-color@9.4.0): + /debug@4.3.4(supports-color@9.2.2): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -35483,7 +41982,7 @@ packages: optional: true dependencies: ms: 2.1.2 - supports-color: 9.4.0 + supports-color: 9.2.2 /debuglog@1.0.1: resolution: {integrity: sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==} @@ -35579,6 +42078,18 @@ packages: /deepmerge@1.5.2: resolution: {integrity: sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==} engines: {node: '>=0.10.0'} +<<<<<<< HEAD +======= + dev: false + + /deepmerge@3.3.0: + resolution: {integrity: sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==} + engines: {node: '>=0.10.0'} + + /deepmerge@4.3.0: + resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} + engines: {node: '>=0.10.0'} +>>>>>>> 28159dc4c9 (Lock File Update) /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} @@ -35657,14 +42168,6 @@ packages: resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} engines: {node: '>=10'} - /define-data-property@1.1.1: - resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} - engines: {node: '>= 0.4'} - dependencies: - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.1 - /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} @@ -35674,14 +42177,6 @@ packages: engines: {node: '>=12'} dev: true - /define-properties@1.2.1: - resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} - engines: {node: '>= 0.4'} - dependencies: - define-data-property: 1.1.1 - has-property-descriptors: 1.0.1 - object-keys: 1.1.1 - /define-property@0.2.5: resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} engines: {node: '>=0.10.0'} @@ -35701,6 +42196,7 @@ packages: is-descriptor: 1.0.3 isobject: 3.0.1 +<<<<<<< HEAD /defu@6.1.3: resolution: {integrity: sha512-Vy2wmG3NTkmHNg/kzpuvHhkqeIx3ODWqasgCRbKtbXEN0G+HpEEv9BtJLp7ZG1CZloFaC41Ah3ZFbq7aqCqMeQ==} dev: true @@ -35713,6 +42209,8 @@ packages: escodegen: 2.1.0 esprima: 4.0.1 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /del@4.1.1: resolution: {integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==} engines: {node: '>=6'} @@ -35762,6 +42260,7 @@ packages: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} +<<<<<<< HEAD /deprecated-react-native-prop-types@5.0.0: resolution: {integrity: sha512-cIK8KYiiGVOFsKdPMmm1L3tA/Gl+JopXL6F5+C7x39MyPsQYnP57Im/D6bNUzcborD7fcMwiwZqcBdBXXZucYQ==} engines: {node: '>=18'} @@ -35770,12 +42269,15 @@ packages: invariant: 2.2.4 prop-types: 15.8.1 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /deprecation@2.3.1: resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} /dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} + dev: true /derive-valtio@0.1.0(valtio@1.12.1): resolution: {integrity: sha512-OCg2UsLbXK7GmmpzMXhYkdO64vhJ1ROUUGaTFyHjVwEdMEcTTRj7W1TxLbSBxdY8QLBPCcp66MTyaSy0RpO17A==} @@ -35855,6 +42357,7 @@ packages: - supports-color dev: true +<<<<<<< HEAD /devtools-protocol@0.0.1036444: resolution: {integrity: sha512-0y4f/T8H9lsESV9kKP1HDUXgHxCdniFeJh6Erq+FbdOEvp/Ydp9t8kcAAM5gOd17pMrTDlFWntoHtzzeTUWKNw==} dev: true @@ -35869,6 +42372,11 @@ packages: /devtools-protocol@0.0.1203626: resolution: {integrity: sha512-nEzHZteIUZfGCZtTiS1fRpC8UZmsfD1SiyPvaUNvS13dvKf666OAm8YTi0+Ca3n1nLEyu49Cy4+dPWpaHFJk9g==} +======= + /devtools-protocol@0.0.1094867: + resolution: {integrity: sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==} + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /devtools-protocol@0.0.901419: resolution: {integrity: sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==} @@ -35902,8 +42410,13 @@ packages: resolution: {integrity: sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} +<<<<<<< HEAD /diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} +======= + /diff-sequences@29.4.3: + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} /diff@3.5.0: @@ -36008,7 +42521,11 @@ packages: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD csstype: 3.1.3 +======= + csstype: 3.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) /dom-scroll-into-view@1.2.1: resolution: {integrity: sha512-LwNVg3GJOprWDO+QhLL1Z9MMgWe/KAFLxVWKzjRTxNSPn8/LLDIfmuG71YHznXCqaqTjvHJDYO1MEAgX6XCNbQ==} @@ -36176,7 +42693,11 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD compute-scroll-into-view: 1.0.20 +======= + compute-scroll-into-view: 1.0.17 +>>>>>>> 28159dc4c9 (Lock File Update) prop-types: 15.8.1 react: 17.0.2 react-is: 17.0.2 @@ -36188,7 +42709,11 @@ packages: react: ^17.0.2 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD compute-scroll-into-view: 1.0.20 +======= + compute-scroll-into-view: 1.0.17 +>>>>>>> 28159dc4c9 (Lock File Update) prop-types: 15.8.1 react: 17.0.2 react-is: 17.0.2 @@ -36206,7 +42731,7 @@ packages: dependencies: end-of-stream: 1.4.4 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 stream-shift: 1.0.1 dev: true @@ -36233,6 +42758,7 @@ packages: engines: {node: '>=0.10.0'} requiresBuild: true +<<<<<<< HEAD /ejs@3.1.9: resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} engines: {node: '>=0.10.0'} @@ -36242,6 +42768,23 @@ packages: /electron-to-chromium@1.4.609: resolution: {integrity: sha512-ihiCP7PJmjoGNuLpl7TjNA8pCQWu09vGyjlPYw1Rqww4gvNuCcmvl+44G+2QyJ6S2K4o+wbTS++Xz0YN8Q9ERw==} +======= + /ejs@3.1.8: + resolution: {integrity: sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==} + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + jake: 10.8.5 + + /electron-to-chromium@1.4.151: + resolution: {integrity: sha512-XaG2LpZi9fdiWYOqJh0dJy4SlVywCvpgYXhzOlZTp4JqSKqxn5URqOjbm9OMYB3aInA2GuHQiem1QUOc1yT0Pw==} + + /electron-to-chromium@1.4.276: + resolution: {integrity: sha512-EpuHPqu8YhonqLBXHoU6hDJCD98FCe6KDoet3/gY1qsQ6usjJoHqBH2YIVs8FXaAtHwVL8Uqa/fsYao/vq9VWQ==} + + /electron-to-chromium@1.4.597: + resolution: {integrity: sha512-0XOQNqHhg2YgRVRUrS4M4vWjFCFIP2ETXcXe/0KIQBjXE9Cpy+tgzzYfuq6HGai3hWq0YywtG+5XK8fyG08EjA==} +>>>>>>> 28159dc4c9 (Lock File Update) /element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} @@ -36356,7 +42899,7 @@ packages: resolution: {integrity: sha512-kxpoMgrdtkXZ5h0SeraBS1iRntpTpQ3R8ussdb38+UAFnMGX5DDyJXePm+OCHOcoXvHDw7mc2erbJBpDnl7TPw==} engines: {node: '>=0.6'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 memory-fs: 0.2.0 tapable: 0.1.10 @@ -36372,14 +42915,24 @@ packages: resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} engines: {node: '>=10.13.0'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 tapable: 2.2.1 +<<<<<<< HEAD +======= + dev: true + + /enquirer@2.3.6: + resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} + engines: {node: '>=8.6'} + dependencies: + ansi-colors: 4.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) /enquirer@2.4.1: resolution: {integrity: sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==} engines: {node: '>=8.6'} dependencies: - ansi-colors: 4.1.3 + ansi-colors: 4.1.1 strip-ansi: 6.0.1 /entities@1.1.2: @@ -36411,6 +42964,7 @@ packages: engines: {node: '>=6'} dev: true +<<<<<<< HEAD /envinfo@7.11.0: resolution: {integrity: sha512-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==} engines: {node: '>=4'} @@ -36418,6 +42972,15 @@ packages: /enzyme-adapter-react-16@1.15.7(enzyme@3.11.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-LtjKgvlTc/H7adyQcj+aq0P0H07LDL480WQl1gU512IUyaDo/sbOaNDdZsJXYW2XaoPqrLLE9KbZS+X2z6BASw==} +======= + /envinfo@7.8.1: + resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} + engines: {node: '>=4'} + hasBin: true + + /enzyme-adapter-react-16@1.15.6(enzyme@3.11.0)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-yFlVJCXh8T+mcQo8M6my9sPgeGzj85HSHi6Apgf1Cvq/7EL/J9+1JoJmJsRxZgyTvPMAqOEpRSu/Ii/ZpyOk0g==} +>>>>>>> 28159dc4c9 (Lock File Update) peerDependencies: enzyme: ^3.0.0 react: ^17.0.2 @@ -36434,7 +42997,7 @@ packages: react-dom: 17.0.2(react@17.0.2) react-is: 16.13.1 react-test-renderer: 16.14.0(react@17.0.2) - semver: 5.7.2 + semver: 5.7.1 dev: true /enzyme-adapter-utils@1.14.1(react@17.0.2): @@ -36443,13 +43006,20 @@ packages: react: ^17.0.2 dependencies: airbnb-prop-types: 2.16.0(react@17.0.2) +<<<<<<< HEAD function.prototype.name: 1.1.6 has: 1.0.4 object.assign: 4.1.5 object.fromentries: 2.0.7 +======= + function.prototype.name: 1.1.5 + has: 1.0.3 + object.assign: 4.1.4 + object.fromentries: 2.0.5 +>>>>>>> 28159dc4c9 (Lock File Update) prop-types: 15.8.1 react: 17.0.2 - semver: 5.7.2 + semver: 5.7.1 dev: true /enzyme-shallow-equal@1.0.5: @@ -36516,10 +43086,17 @@ packages: dependencies: is-arrayish: 0.2.1 +<<<<<<< HEAD /error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} dependencies: stackframe: 1.3.4 +======= + /error-stack-parser@2.0.6: + resolution: {integrity: sha512-d51brTeqC+BHlwF0BhPtcYgF5nlzf9ZZ0ZIUQNZpc9ZB9qw5IJ2diTrBY9jlCJkTLITYPjmiX6OWCwH+fuyNgQ==} + dependencies: + stackframe: 1.2.0 +>>>>>>> 28159dc4c9 (Lock File Update) /error@10.4.0: resolution: {integrity: sha512-YxIFEJuhgcICugOUvRx5th0UM+ActZ9sjY0QJmeVwsQdvosZ7kYzc9QqS0Da3R5iUmgU5meGIxh0xBeZpMVeLw==} @@ -36538,6 +43115,7 @@ packages: accepts: 1.3.8 escape-html: 1.0.3 +<<<<<<< HEAD /es-abstract@1.22.3: resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==} engines: {node: '>= 0.4'} @@ -36560,10 +43138,28 @@ packages: internal-slot: 1.0.6 is-array-buffer: 3.0.2 is-callable: 1.2.7 +======= + /es-abstract@1.20.2: + resolution: {integrity: sha512-XxXQuVNrySBNlEkTYJoDNFe5+s2yIOpzq80sUHEdPdQr0S5nTLz4ZPPPswNIpKseDDUS5yghX1gfLIHQZ1iNuQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + es-to-primitive: 1.2.1 + function-bind: 1.1.1 + function.prototype.name: 1.1.5 + get-intrinsic: 1.1.3 + get-symbol-description: 1.0.0 + has: 1.0.3 + has-property-descriptors: 1.0.0 + has-symbols: 1.0.3 + internal-slot: 1.0.3 + is-callable: 1.2.4 +>>>>>>> 28159dc4c9 (Lock File Update) is-negative-zero: 2.0.2 is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 is-string: 1.0.7 +<<<<<<< HEAD is-typed-array: 1.1.12 is-weakref: 1.0.2 object-inspect: 1.13.1 @@ -36581,6 +43177,16 @@ packages: typed-array-length: 1.0.4 unbox-primitive: 1.0.2 which-typed-array: 1.1.13 +======= + is-weakref: 1.0.2 + object-inspect: 1.12.2 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.4.3 + string.prototype.trimend: 1.0.5 + string.prototype.trimstart: 1.0.5 + unbox-primitive: 1.0.2 +>>>>>>> 28159dc4c9 (Lock File Update) /es-array-method-boxes-properly@1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} @@ -36593,8 +43199,8 @@ packages: resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} >>>>>>> 9feae75363 (Lock file update) dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.2 + get-intrinsic: 1.1.3 has-symbols: 1.0.3 is-arguments: 1.1.1 is-map: 2.0.2 @@ -36607,24 +43213,6 @@ packages: >>>>>>> 9feae75363 (Lock file update) dev: true - /es-iterator-helpers@1.0.15: - resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==} - dependencies: - asynciterator.prototype: 1.0.0 - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 - es-set-tostringtag: 2.0.2 - function-bind: 1.1.2 - get-intrinsic: 1.2.2 - globalthis: 1.0.3 - has-property-descriptors: 1.0.1 - has-proto: 1.0.1 - has-symbols: 1.0.3 - internal-slot: 1.0.6 - iterator.prototype: 1.1.2 - safe-array-concat: 1.0.1 - /es-module-lexer@0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} dev: true @@ -36632,19 +43220,6 @@ packages: /es-module-lexer@1.4.1: resolution: {integrity: sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==} - /es-set-tostringtag@2.0.2: - resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==} - engines: {node: '>= 0.4'} - dependencies: - get-intrinsic: 1.2.2 - has-tostringtag: 1.0.0 - hasown: 2.0.0 - - /es-shim-unscopables@1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} - dependencies: - hasown: 2.0.0 - /es-to-primitive@1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} @@ -36746,14 +43321,23 @@ packages: optionalDependencies: source-map: 0.6.1 +<<<<<<< HEAD /escodegen@2.1.0: resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} +======= + /escodegen@2.0.0: + resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6.0'} hasBin: true dependencies: esprima: 4.0.1 estraverse: 5.3.0 esutils: 2.0.3 +<<<<<<< HEAD +======= + optionator: 0.8.3 +>>>>>>> 28159dc4c9 (Lock File Update) optionalDependencies: source-map: 0.6.1 @@ -36776,21 +43360,31 @@ packages: eslint: 7.32.0 dev: true +<<<<<<< HEAD /eslint-config-prettier@8.10.0(eslint@8.55.0): resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} +======= + /eslint-config-prettier@8.5.0(eslint@8.32.0): + resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} +>>>>>>> 28159dc4c9 (Lock File Update) hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: eslint: 8.55.0 +<<<<<<< HEAD /eslint-config-wpcalypso@5.0.0(eslint-plugin-jsdoc@18.11.0)(eslint-plugin-wpcalypso@4.1.0)(eslint@8.55.0): +======= + /eslint-config-wpcalypso@5.0.0(eslint-plugin-jsdoc@18.11.0)(eslint-plugin-wpcalypso@4.1.0)(eslint@8.32.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-bENkOkC7Hk2LREkj9aVqv5ELqYaUZqN2IBtmCdsQXrkJBsW8FV9mOzcBHnLm3Cvw4YYfq0rZzIFuCs3pkPbe1Q==} peerDependencies: eslint: ^6.0.0 eslint-plugin-jsdoc: ^18.0.0 eslint-plugin-wpcalypso: ^3.4.1 || ^4.0.0 dependencies: +<<<<<<< HEAD eslint: 8.55.0 eslint-plugin-jsdoc: 18.11.0(eslint@8.55.0) eslint-plugin-react-hooks: 2.5.1(eslint@8.55.0) @@ -36803,6 +43397,19 @@ packages: debug: 3.2.7(supports-color@5.5.0) is-core-module: 2.13.1 resolve: 1.22.8 +======= + eslint: 8.32.0 + eslint-plugin-jsdoc: 18.11.0(eslint@8.32.0) + eslint-plugin-react-hooks: 2.5.1(eslint@8.32.0) + eslint-plugin-wpcalypso: 4.1.0(eslint@8.32.0) + dev: true + + /eslint-import-resolver-node@0.3.6: + resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} + dependencies: + debug: 3.2.7(supports-color@5.5.0) + resolve: 1.22.1 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color @@ -36813,11 +43420,15 @@ packages: eslint: '*' eslint-plugin-import: '*' dependencies: +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD eslint: 8.55.0 eslint-plugin-import: 2.29.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@2.7.1)(eslint-import-resolver-webpack@0.13.8)(eslint@8.55.0) ======= +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) eslint: 8.32.0 eslint-plugin-import: 2.25.4(@typescript-eslint/parser@5.54.0)(eslint-import-resolver-typescript@2.5.0)(eslint-import-resolver-webpack@0.13.2)(eslint@8.32.0) >>>>>>> 9feae75363 (Lock file update) @@ -36846,7 +43457,6 @@ packages: synckit: 0.7.3 transitivePeerDependencies: - supports-color - dev: true /eslint-import-resolver-webpack@0.13.2(eslint-plugin-import@2.28.1)(webpack@5.88.2): resolution: {integrity: sha512-XodIPyg1OgE2h5BDErz3WJoK7lawxKTJNhgPNafRST6csC/MZC+L5P6kKqsZGRInpbgc02s/WZMrb4uGJzcuRg==} @@ -36870,6 +43480,31 @@ packages: webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) transitivePeerDependencies: - supports-color + + /eslint-module-utils@2.7.3(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-node@0.3.6): + resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + eslint-import-resolver-node: + optional: true + eslint-import-resolver-typescript: + optional: true + eslint-import-resolver-webpack: + optional: true + dependencies: + '@typescript-eslint/parser': 4.33.0(eslint@8.32.0)(typescript@5.1.6) + debug: 3.2.7(supports-color@5.5.0) + eslint-import-resolver-node: 0.3.6 + find-up: 2.1.0 + transitivePeerDependencies: + - supports-color dev: true /eslint-import-resolver-webpack@0.13.8(eslint-plugin-import@2.29.0)(webpack@5.89.0): @@ -36895,27 +43530,17 @@ packages: transitivePeerDependencies: - supports-color - /eslint-module-utils@2.8.0(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-node@0.3.9)(eslint@7.32.0): - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} + /eslint-plugin-import@2.25.4(@typescript-eslint/parser@4.33.0)(eslint@7.32.0): + resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: '@typescript-eslint/parser': optional: true - eslint: - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true dependencies: +<<<<<<< HEAD '@typescript-eslint/parser': 4.33.0(eslint@8.55.0)(typescript@5.3.3) debug: 3.2.7(supports-color@5.5.0) eslint: 7.32.0 @@ -37041,7 +43666,26 @@ packages: debug: 3.2.7(supports-color@5.5.0) eslint: 8.55.0 eslint-import-resolver-node: 0.3.9 +======= + '@typescript-eslint/parser': 4.33.0(eslint@8.32.0)(typescript@5.1.6) + array-includes: 3.1.4 + array.prototype.flat: 1.2.5 + debug: 2.6.9(supports-color@6.1.0) + doctrine: 2.1.0 + eslint: 7.32.0 + eslint-import-resolver-node: 0.3.6 + eslint-module-utils: 2.7.3(@typescript-eslint/parser@4.33.0)(eslint-import-resolver-node@0.3.6) + has: 1.0.3 + is-core-module: 2.10.0 + is-glob: 4.0.3 + minimatch: 3.1.2 + object.values: 1.1.5 + resolve: 1.22.1 + tsconfig-paths: 3.14.0 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - supports-color dev: true @@ -37078,10 +43722,9 @@ packages: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /eslint-plugin-import@2.29.0(@typescript-eslint/parser@4.33.0)(eslint@7.32.0): - resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} + /eslint-plugin-import@2.25.4(@typescript-eslint/parser@5.54.0)(eslint@8.32.0): + resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -37090,6 +43733,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: +<<<<<<< HEAD '@typescript-eslint/parser': 4.33.0(eslint@8.55.0)(typescript@5.3.3) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 @@ -37137,18 +43781,29 @@ packages: eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@2.7.1)(eslint-import-resolver-webpack@0.13.8)(eslint@8.55.0) hasown: 2.0.0 is-core-module: 2.13.1 +======= + '@typescript-eslint/parser': 5.54.0(eslint@8.32.0)(typescript@5.1.6) + array-includes: 3.1.4 + array.prototype.flat: 1.2.5 + debug: 2.6.9(supports-color@6.1.0) + doctrine: 2.1.0 + eslint: 8.32.0 + eslint-import-resolver-node: 0.3.6 + eslint-module-utils: 2.7.3(@typescript-eslint/parser@5.54.0)(eslint-import-resolver-node@0.3.6)(eslint-import-resolver-typescript@2.5.0)(eslint-import-resolver-webpack@0.13.2) + has: 1.0.3 + is-core-module: 2.10.0 +>>>>>>> 28159dc4c9 (Lock File Update) is-glob: 4.0.3 minimatch: 3.1.2 - object.fromentries: 2.0.7 - object.groupby: 1.0.1 - object.values: 1.1.7 - semver: 6.3.1 - tsconfig-paths: 3.14.2 + object.values: 1.1.5 + resolve: 1.22.1 + tsconfig-paths: 3.14.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color +<<<<<<< HEAD /eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-typescript@3.2.4)(eslint-import-resolver-webpack@0.13.2)(eslint@8.55.0): resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} engines: {node: '>=4'} @@ -37220,6 +43875,9 @@ packages: dev: true /eslint-plugin-jest@23.20.0(eslint@7.32.0)(typescript@5.3.3): +======= + /eslint-plugin-jest@23.20.0(eslint@7.32.0)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-+6BGQt85OREevBDWCvhqj1yYA4+BFK4XnRZSGJionuEYmcglMZYLNNBBemwzbqUAckURaHdJSBcjHPyrtypZOw==} engines: {node: '>=8'} peerDependencies: @@ -37245,7 +43903,11 @@ packages: - typescript dev: true +<<<<<<< HEAD /eslint-plugin-jest@24.7.0(@typescript-eslint/eslint-plugin@4.33.0)(eslint@7.32.0)(typescript@5.3.3): +======= + /eslint-plugin-jest@24.7.0(@typescript-eslint/eslint-plugin@4.33.0)(eslint@7.32.0)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==} engines: {node: '>=10'} peerDependencies: @@ -37263,12 +43925,21 @@ packages: - typescript dev: true +<<<<<<< HEAD /eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.55.0)(jest@27.5.1)(typescript@5.3.2): resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 +======= + /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@27.5.1)(typescript@5.1.6): + resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@typescript-eslint/eslint-plugin': ^5.0.0 + eslint: ^7.0.0 || ^8.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) jest: '*' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': @@ -37276,15 +43947,44 @@ packages: jest: optional: true dependencies: +<<<<<<< HEAD '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.55.0)(typescript@5.3.2) '@typescript-eslint/experimental-utils': 5.62.0(eslint@8.55.0)(typescript@5.3.2) eslint: 8.55.0 jest: 27.5.1(ts-node@10.9.2) +======= + '@typescript-eslint/eslint-plugin': 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.54.0(eslint@8.32.0)(typescript@5.1.6) + eslint: 8.32.0 + jest: 27.5.1 + transitivePeerDependencies: + - supports-color + - typescript + + /eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.54.0)(eslint@8.32.0)(jest@29.5.0)(typescript@5.1.6): + resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@typescript-eslint/eslint-plugin': ^5.0.0 + eslint: ^7.0.0 || ^8.0.0 + jest: '*' + peerDependenciesMeta: + '@typescript-eslint/eslint-plugin': + optional: true + jest: + optional: true + dependencies: + '@typescript-eslint/eslint-plugin': 5.54.0(@typescript-eslint/parser@5.54.0)(eslint@8.32.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.54.0(eslint@8.32.0)(typescript@5.1.6) + eslint: 8.32.0 + jest: 29.5.0(@types/node@16.18.21)(ts-node@10.9.1) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color - typescript dev: true +<<<<<<< HEAD /eslint-plugin-jest@27.6.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.55.0)(jest@27.5.1)(typescript@5.3.2): resolution: {integrity: sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -37351,16 +44051,23 @@ packages: dev: true /eslint-plugin-jsdoc@18.11.0(eslint@8.55.0): +======= + /eslint-plugin-jsdoc@18.11.0(eslint@8.32.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-24J2+eK2ZHZ1KvpKcoOEir2k4xJKfPzZ1JC9PToi8y8Tn59T8TVVSNRTTRzsDdiaQeIbehApB3KxqIfJG8o7hg==} engines: {node: '>=6'} peerDependencies: eslint: ^5.0.0 || ^6.0.0 dependencies: comment-parser: 0.7.6 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD eslint: 8.55.0 ======= +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) eslint: 8.32.0 >>>>>>> 9feae75363 (Lock file update) jsdoctypeparser: 6.1.0 @@ -37380,12 +44087,12 @@ packages: eslint: ^6.0.0 || ^7.0.0 dependencies: comment-parser: 0.7.6 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint: 7.32.0 jsdoctypeparser: 9.0.0 lodash: 4.17.21 regextras: 0.7.1 - semver: 7.5.4 + semver: 7.5.3 spdx-expression-parse: 3.0.1 transitivePeerDependencies: - supports-color @@ -37399,13 +44106,13 @@ packages: dependencies: '@es-joy/jsdoccomment': 0.10.8 comment-parser: 1.2.4 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) eslint: 7.32.0 - esquery: 1.5.0 + esquery: 1.4.0 jsdoc-type-pratt-parser: 1.2.0 lodash: 4.17.21 regextras: 0.8.0 - semver: 7.5.4 + semver: 7.5.3 spdx-expression-parse: 3.0.1 transitivePeerDependencies: - supports-color @@ -37438,15 +44145,22 @@ packages: dependencies: '@es-joy/jsdoccomment': 0.36.1 comment-parser: 1.3.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) escape-string-regexp: 4.0.0 +<<<<<<< HEAD eslint: 8.55.0 esquery: 1.5.0 semver: 7.5.4 +======= + eslint: 8.32.0 + esquery: 1.4.0 + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) spdx-expression-parse: 3.0.1 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /eslint-plugin-jsdoc@46.9.0(eslint@8.55.0): resolution: {integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==} engines: {node: '>=16'} @@ -37474,11 +44188,16 @@ packages: /eslint-plugin-jsx-a11y@6.8.0(eslint@7.32.0): resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} +======= + /eslint-plugin-jsx-a11y@6.5.1(eslint@7.32.0): + resolution: {integrity: sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD aria-query: 5.3.0 array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 @@ -37486,24 +44205,35 @@ packages: axe-core: 4.7.0 axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 +======= + aria-query: 4.2.2 + array-includes: 3.1.4 + ast-types-flow: 0.0.7 + axe-core: 4.3.5 + axobject-query: 2.2.0 + damerau-levenshtein: 1.0.7 +>>>>>>> 28159dc4c9 (Lock File Update) emoji-regex: 9.2.2 - es-iterator-helpers: 1.0.15 eslint: 7.32.0 - hasown: 2.0.0 - jsx-ast-utils: 3.3.5 - language-tags: 1.0.9 + has: 1.0.3 + jsx-ast-utils: 3.2.1 + language-tags: 1.0.5 minimatch: 3.1.2 - object.entries: 1.1.7 - object.fromentries: 2.0.7 dev: true +<<<<<<< HEAD /eslint-plugin-jsx-a11y@6.8.0(eslint@8.55.0): resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} +======= + /eslint-plugin-jsx-a11y@6.5.1(eslint@8.32.0): + resolution: {integrity: sha512-sVCFKX9fllURnXT2JwLN5Qgo24Ug5NF6dxhkmxsMEUZhXRcGg+X3e1JbJ84YePQKBl5E0ZjAH5Q4rkdcGY99+g==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD aria-query: 5.3.0 array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 @@ -37520,6 +44250,20 @@ packages: minimatch: 3.1.2 object.entries: 1.1.7 object.fromentries: 2.0.7 +======= + aria-query: 4.2.2 + array-includes: 3.1.4 + ast-types-flow: 0.0.7 + axe-core: 4.3.5 + axobject-query: 2.2.0 + damerau-levenshtein: 1.0.7 + emoji-regex: 9.2.2 + eslint: 8.32.0 + has: 1.0.3 + jsx-ast-utils: 3.2.1 + language-tags: 1.0.5 + minimatch: 3.1.2 +>>>>>>> 28159dc4c9 (Lock File Update) /eslint-plugin-markdown@1.0.2: resolution: {integrity: sha512-BfvXKsO0K+zvdarNc801jsE/NTLmig4oKhZ1U3aSUgTf2dB/US5+CrfGxMsCK2Ki1vS1R3HPok+uYpufFndhzw==} @@ -37589,7 +44333,11 @@ packages: prettier-linter-helpers: 1.0.0 dev: true +<<<<<<< HEAD /eslint-plugin-prettier@3.4.1(eslint-config-prettier@8.10.0)(eslint@8.55.0)(wp-prettier@2.6.2): +======= + /eslint-plugin-prettier@3.4.1(eslint-config-prettier@8.5.0)(eslint@8.32.0)(wp-prettier@2.8.5): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==} engines: {node: '>=6.0.0'} peerDependencies: @@ -37600,6 +44348,7 @@ packages: eslint-config-prettier: optional: true dependencies: +<<<<<<< HEAD eslint: 8.55.0 eslint-config-prettier: 8.10.0(eslint@8.55.0) prettier: /wp-prettier@2.6.2 @@ -37644,6 +44393,14 @@ packages: dev: true /eslint-plugin-react-hooks@2.5.1(eslint@8.55.0): +======= + eslint: 8.32.0 + eslint-config-prettier: 8.5.0(eslint@8.32.0) + prettier: /wp-prettier@2.8.5 + prettier-linter-helpers: 1.0.0 + + /eslint-plugin-react-hooks@2.5.1(eslint@8.32.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==} engines: {node: '>=7'} peerDependencies: @@ -37667,14 +44424,22 @@ packages: peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: +<<<<<<< HEAD eslint: 8.55.0 /eslint-plugin-react@7.33.2(eslint@7.32.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} +======= + eslint: 8.32.0 + + /eslint-plugin-react@7.29.4(eslint@7.32.0): + resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: +<<<<<<< HEAD array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 array.prototype.tosorted: 1.1.2 @@ -37696,10 +44461,32 @@ packages: /eslint-plugin-react@7.33.2(eslint@8.55.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} +======= + array-includes: 3.1.4 + array.prototype.flatmap: 1.2.5 + doctrine: 2.1.0 + eslint: 7.32.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.2.1 + minimatch: 3.1.2 + object.entries: 1.1.5 + object.fromentries: 2.0.5 + object.hasown: 1.1.0 + object.values: 1.1.5 + prop-types: 15.8.1 + resolve: 2.0.0-next.3 + semver: 6.3.1 + string.prototype.matchall: 4.0.6 + dev: true + + /eslint-plugin-react@7.29.4(eslint@8.32.0): + resolution: {integrity: sha512-CVCXajliVh509PcZYRFyu/BoUEz452+jtQJq2b3Bae4v3xBUWPLCmtmBM+ZinG4MzwmxJgJ2M5rMqhqLVn7MtQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: +<<<<<<< HEAD array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 array.prototype.tosorted: 1.1.2 @@ -37722,6 +44509,23 @@ packages: resolution: {integrity: sha512-qhBtmrWgehAIQeMDJ+Q+PnOz1DWUZMPeVrI0wE9NZtnpIMFUfh3aPKFYt2saeMSemZRrvUtjWfYwepsC8X+mjQ==} engines: {node: '>=4.0.0'} dev: true +======= + array-includes: 3.1.4 + array.prototype.flatmap: 1.2.5 + doctrine: 2.1.0 + eslint: 8.32.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.2.1 + minimatch: 3.1.2 + object.entries: 1.1.5 + object.fromentries: 2.0.5 + object.hasown: 1.1.0 + object.values: 1.1.5 + prop-types: 15.8.1 + resolve: 2.0.0-next.3 + semver: 6.3.0 + string.prototype.matchall: 4.0.6 +>>>>>>> 28159dc4c9 (Lock File Update) /eslint-plugin-storybook@0.6.15(eslint@8.55.0)(typescript@5.3.2): resolution: {integrity: sha512-lAGqVAJGob47Griu29KXYowI4G7KwMoJDOkEip8ujikuDLxU+oWJ1l0WL6F2oDO4QiyUFXvtDkEkISMOPzo+7w==} @@ -37796,8 +44600,13 @@ packages: esrecurse: 4.3.0 estraverse: 4.3.0 +<<<<<<< HEAD /eslint-scope@7.2.2: resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} +======= + /eslint-scope@7.1.1: + resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: esrecurse: 4.3.0 @@ -37834,8 +44643,13 @@ packages: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} +<<<<<<< HEAD /eslint-visitor-keys@3.4.3: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} +======= + /eslint-visitor-keys@3.3.0: + resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /eslint@5.16.0: @@ -37847,7 +44661,7 @@ packages: ajv: 6.12.6 chalk: 2.4.2 cross-spawn: 6.0.5 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) doctrine: 3.0.0 eslint-scope: 4.0.3 eslint-utils: 1.4.3 @@ -37874,7 +44688,7 @@ packages: path-is-inside: 1.0.2 progress: 2.0.3 regexpp: 2.0.1 - semver: 5.7.2 + semver: 5.7.1 strip-ansi: 4.0.0 strip-json-comments: 2.0.1 table: 5.4.6 @@ -37892,7 +44706,7 @@ packages: ajv: 6.12.6 chalk: 2.4.2 cross-spawn: 6.0.5 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) doctrine: 3.0.0 eslint-scope: 5.1.1 eslint-utils: 1.4.3 @@ -37940,9 +44754,9 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) doctrine: 3.0.0 - enquirer: 2.4.1 + enquirer: 2.3.6 escape-string-regexp: 4.0.0 eslint-scope: 5.1.1 eslint-utils: 2.1.0 @@ -37954,7 +44768,7 @@ packages: file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.23.0 + globals: 13.19.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -37968,7 +44782,7 @@ packages: optionator: 0.9.3 progress: 2.0.3 regexpp: 3.2.0 - semver: 7.5.4 + semver: 7.5.3 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 table: 6.8.1 @@ -37993,7 +44807,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 @@ -38028,6 +44842,7 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /eslint@8.54.0: resolution: {integrity: sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -38075,6 +44890,8 @@ packages: transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /espree@5.0.1: resolution: {integrity: sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==} engines: {node: '>=6.0.0'} @@ -38102,6 +44919,7 @@ packages: eslint-visitor-keys: 1.3.0 dev: true +<<<<<<< HEAD /espree@9.6.1: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -38109,6 +44927,15 @@ packages: acorn: 8.11.2 acorn-jsx: 5.3.2(acorn@8.11.2) eslint-visitor-keys: 3.4.3 +======= + /espree@9.4.1: + resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.8.1 + acorn-jsx: 5.3.2(acorn@8.8.1) + eslint-visitor-keys: 3.3.0 +>>>>>>> 28159dc4c9 (Lock File Update) /esprima@2.7.3: resolution: {integrity: sha512-OarPfz0lFCiW4/AV2Oy1Rp9qu0iusTKqykwTspGCZtPxmF81JR4MmIebvF1F9+UOKth2ZubLQ4XGGaU+hSn99A==} @@ -38121,8 +44948,13 @@ packages: engines: {node: '>=4'} hasBin: true +<<<<<<< HEAD /esquery@1.5.0: resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} +======= + /esquery@1.4.0: + resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 @@ -38145,9 +44977,15 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: +<<<<<<< HEAD '@babel/traverse': 7.23.5 '@babel/types': 7.23.5 c8: 7.14.0 +======= + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + c8: 7.11.0 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -38397,11 +45235,12 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/expect-utils': 29.6.2 - '@types/node': 16.18.65 + '@types/node': 16.18.21 jest-get-type: 29.4.3 jest-matcher-utils: 29.6.2 jest-message-util: 29.6.2 jest-util: 29.6.2 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -38414,6 +45253,8 @@ packages: jest-matcher-utils: 29.7.0 jest-message-util: 29.7.0 jest-util: 29.7.0 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /exponential-backoff@3.1.1: resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} @@ -38521,11 +45362,11 @@ packages: engines: {node: '>= 10.17.0'} hasBin: true dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - '@types/yauzl': 2.10.3 + '@types/yauzl': 2.9.2 transitivePeerDependencies: - supports-color @@ -38546,17 +45387,22 @@ packages: resolution: {integrity: sha512-9Z0zqASzDNjXBox/ileV/fd+4P+V/f3o4shM6QawvcdLFh8yjPG4h5BrHUZ8yzY6amKGDTAmRMyb/JZqe+dCgw==} engines: {node: '>=8.0.0'} dependencies: - pure-rand: 6.0.4 + pure-rand: 6.0.1 dev: true /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} +<<<<<<< HEAD /fast-diff@1.3.0: resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} /fast-fifo@1.3.2: resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} +======= + /fast-diff@1.2.0: + resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==} +>>>>>>> 28159dc4c9 (Lock File Update) /fast-glob@2.2.7: resolution: {integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==} @@ -38572,8 +45418,13 @@ packages: - supports-color dev: true +<<<<<<< HEAD /fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} +======= + /fast-glob@3.2.11: + resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -38582,6 +45433,20 @@ packages: merge2: 1.4.1 micromatch: 4.0.5 +<<<<<<< HEAD +======= + /fast-glob@3.2.7: + resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} + engines: {node: '>=8'} + dependencies: + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 + glob-parent: 5.1.2 + merge2: 1.4.1 + micromatch: 4.0.5 + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /fast-json-parse@1.0.3: resolution: {integrity: sha512-FRWsaZRWEJ1ESVNbDWmsAlqDk96gPQezzLghafp5J4GUKjbCz3OkAHuZs5TuPEtkbVQERysLp9xv6c24fBm8Aw==} dev: true @@ -38601,6 +45466,7 @@ packages: /fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} +<<<<<<< HEAD /fast-sort@3.4.0: resolution: {integrity: sha512-c/cMBGA5mH3OYjaXedtLIM3hQjv+KuZuiD2QEH5GofNOZeQVDIYIN7Okc2AW1KPhk44g5PTZnXp8t2lOMl8qhQ==} dev: false @@ -38614,9 +45480,13 @@ packages: /fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} +======= + /fastest-levenshtein@1.0.12: + resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==} +>>>>>>> 28159dc4c9 (Lock File Update) - /fastq@1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + /fastq@1.13.0: + resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} dependencies: reusify: 1.0.4 @@ -38639,8 +45509,13 @@ packages: dependencies: websocket-driver: 0.7.4 +<<<<<<< HEAD /fb-watchman@2.0.2: resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} +======= + /fb-watchman@2.0.1: + resolution: {integrity: sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: bser: 2.1.1 @@ -38708,15 +45583,15 @@ packages: dependencies: flat-cache: 3.2.0 - /file-loader@6.2.0(webpack@4.47.0): + /file-loader@6.2.0(webpack@4.46.0): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: loader-utils: 2.0.4 - schema-utils: 3.3.0 - webpack: 4.47.0(webpack-cli@3.3.12) + schema-utils: 3.1.1 + webpack: 4.46.0(webpack-cli@3.3.12) dev: true /file-sync-cmp@0.1.1: @@ -38873,7 +45748,7 @@ packages: dependencies: chalk: 4.1.2 commander: 5.1.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color @@ -38895,6 +45770,15 @@ packages: pinkie-promise: 2.0.1 dev: true +<<<<<<< HEAD +======= + /find-up@2.1.0: + resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} + engines: {node: '>=4'} + dependencies: + locate-path: 2.0.0 + +>>>>>>> 28159dc4c9 (Lock File Update) /find-up@3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} @@ -38989,7 +45873,7 @@ packages: resolution: {integrity: sha512-X8Z+b/0L4lToKYq+lwnKqi9X/Zek0NibLpsJgVsSxpoYq7JtiCtRb5HqKVEjEw/qAb/4AKKRLOwwKHlWNpm2Eg==} engines: {node: '>=0.10.0'} dependencies: - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /fishery@1.4.0: @@ -39036,11 +45920,16 @@ packages: /flatted@3.2.9: resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} +<<<<<<< HEAD /flow-enums-runtime@0.0.6: resolution: {integrity: sha512-3PYnM29RFXwvAN6Pc/scUfkI7RwhQ/xqyLUyPNlXUp9S40zI8nup9tUSrTLSVnWGBN38FNiGWbwZOB6uR4OGdw==} /flow-parser@0.206.0: resolution: {integrity: sha512-HVzoK3r6Vsg+lKvlIZzaWNBVai+FXTX1wdYhz/wVlH13tb/gOdLXmlTqy6odmTBhT5UoWUbq0k8263Qhr9d88w==} +======= + /flow-parser@0.121.0: + resolution: {integrity: sha512-1gIBiWJNR0tKUNv8gZuk7l9rVX06OuLzY9AoGio7y/JT4V1IZErEMEq2TJS+PFcw/y0RshZ1J/27VfK1UQzYVg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=0.4.0'} /flow-parser@0.223.3: @@ -39052,7 +45941,7 @@ packages: resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /follow-redirects@1.15.1(debug@4.3.4): @@ -39118,7 +46007,11 @@ packages: /forever-agent@0.6.1: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} +<<<<<<< HEAD /fork-ts-checker-webpack-plugin@4.1.6(eslint@8.55.0)(typescript@5.3.3)(webpack@4.47.0): +======= + /fork-ts-checker-webpack-plugin@4.1.6(eslint@8.32.0)(typescript@5.1.6)(webpack@4.46.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -39132,22 +46025,36 @@ packages: vue-template-compiler: optional: true dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 +======= + '@babel/code-frame': 7.22.13 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 2.4.2 eslint: 8.55.0 micromatch: 3.1.10(supports-color@6.1.0) minimatch: 3.1.2 - semver: 5.7.2 + semver: 5.7.1 tapable: 1.1.3 +<<<<<<< HEAD typescript: 5.3.3 webpack: 4.47.0(webpack-cli@3.3.12) +======= + typescript: 5.1.6 + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.55.0)(typescript@5.3.3)(webpack@4.47.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} +======= + /fork-ts-checker-webpack-plugin@6.5.0(eslint@8.32.0)(typescript@5.1.6)(webpack@4.46.0): + resolution: {integrity: sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: eslint: '>= 6' @@ -39160,8 +46067,13 @@ packages: vue-template-compiler: optional: true dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 '@types/json-schema': 7.0.15 +======= + '@babel/code-frame': 7.22.13 + '@types/json-schema': 7.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 @@ -39172,14 +46084,23 @@ packages: memfs: 3.5.3 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.5.4 + semver: 7.5.3 tapable: 1.1.3 +<<<<<<< HEAD typescript: 5.3.3 webpack: 4.47.0(webpack-cli@3.3.12) dev: true /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.55.0)(typescript@5.3.3)(webpack@5.89.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} +======= + typescript: 5.1.6 + webpack: 4.46.0(webpack-cli@3.3.12) + dev: true + + /fork-ts-checker-webpack-plugin@6.5.0(eslint@8.32.0)(typescript@5.1.6)(webpack@5.76.3): + resolution: {integrity: sha512-cS178Y+xxtIjEUorcHddKS7yCMlrDPV31mt47blKKRfMd70Kxu5xruAFE2o9sDY6wVC5deuob/u/alD04YYHnw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: eslint: '>= 6' @@ -39192,25 +46113,42 @@ packages: vue-template-compiler: optional: true dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 '@types/json-schema': 7.0.15 +======= + '@babel/code-frame': 7.22.13 + '@types/json-schema': 7.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.1 +<<<<<<< HEAD eslint: 8.55.0 +======= + eslint: 8.32.0 +>>>>>>> 28159dc4c9 (Lock File Update) fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.5.3 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.5.4 + semver: 7.5.3 tapable: 1.1.3 +<<<<<<< HEAD typescript: 5.3.3 webpack: 5.89.0(webpack-cli@5.1.4) dev: true /fork-ts-checker-webpack-plugin@8.0.0(typescript@5.3.2)(webpack@5.89.0): +======= + typescript: 5.1.6 + webpack: 5.76.3(webpack-cli@4.9.2) + dev: true + + /fork-ts-checker-webpack-plugin@8.0.0(typescript@5.1.6)(webpack@5.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -39334,7 +46272,7 @@ packages: dependencies: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.6.2 + tslib: 2.5.0 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 @@ -39386,7 +46324,7 @@ packages: resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /fromentries@1.3.2: @@ -39395,12 +46333,31 @@ packages: /fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - dev: true /fs-exists-sync@0.1.0: resolution: {integrity: sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==} engines: {node: '>=0.10.0'} +<<<<<<< HEAD +======= + /fs-extra@0.30.0: + resolution: {integrity: sha512-UvSPKyhMn6LEd/WpUaV9C9t3zATuqoqfWc3QdPhPLb58prN9tqYPlPWi8Krxi44loBoUzlobqZ3+8tGpxxSzwA==} + dependencies: + graceful-fs: 4.2.9 + jsonfile: 2.4.0 + klaw: 1.3.1 + path-is-absolute: 1.0.1 + rimraf: 2.7.1 + dev: true + + /fs-extra@1.0.0: + resolution: {integrity: sha512-VerQV6vEKuhDWD2HGOybV6v5I73syoc/cXAbKlgTC7M/oFVEtklWlp9QH2Ijw3IaWDOQcMkldSPa7zXy79Z/UQ==} + dependencies: + graceful-fs: 4.2.9 + jsonfile: 2.4.0 + klaw: 1.3.1 + +>>>>>>> 28159dc4c9 (Lock File Update) /fs-extra@10.1.0: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} @@ -39413,15 +46370,15 @@ packages: resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} engines: {node: '>=14.14'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jsonfile: 6.1.0 - universalify: 2.0.1 + universalify: 2.0.0 dev: true /fs-extra@6.0.1: resolution: {integrity: sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jsonfile: 4.0.0 universalify: 0.1.2 @@ -39438,7 +46395,7 @@ packages: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jsonfile: 4.0.0 universalify: 0.1.2 @@ -39474,10 +46431,10 @@ packages: /fs-write-stream-atomic@1.0.10: resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 iferr: 0.1.5 imurmurhash: 0.1.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /fs.realpath@1.0.0: @@ -39508,16 +46465,9 @@ packages: engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true - dev: true - optional: true - - /fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - requiresBuild: true optional: true +<<<<<<< HEAD /function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} @@ -39529,12 +46479,30 @@ packages: define-properties: 1.2.1 es-abstract: 1.22.3 functions-have-names: 1.2.3 +======= + /function-bind@1.1.1: + resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + + /function.prototype.name@1.1.5: + resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + functions-have-names: 1.2.2 +>>>>>>> 28159dc4c9 (Lock File Update) /functional-red-black-tree@1.0.1: resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} +<<<<<<< HEAD /functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} +======= + /functions-have-names@1.2.2: + resolution: {integrity: sha512-bLgc3asbWdwPbx2mNk2S49kmJCuQeu0nfmaOgbs8WIyzzkw3r4htszdIi9Q9EMezDPTYuJx2wvjZ/EwgAthpnA==} +>>>>>>> 28159dc4c9 (Lock File Update) /gauge@3.0.2: resolution: {integrity: sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==} @@ -39591,6 +46559,7 @@ packages: resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} dev: true +<<<<<<< HEAD /get-intrinsic@1.2.2: resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} dependencies: @@ -39598,6 +46567,14 @@ packages: has-proto: 1.0.1 has-symbols: 1.0.3 hasown: 2.0.0 +======= + /get-intrinsic@1.1.3: + resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==} + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-symbols: 1.0.3 +>>>>>>> 28159dc4c9 (Lock File Update) /get-nonce@1.0.1: resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} @@ -39669,6 +46646,7 @@ packages: call-bind: 1.0.5 get-intrinsic: 1.2.2 +<<<<<<< HEAD /get-uri@6.0.2: resolution: {integrity: sha512-5KLucCJobh8vBY1K07EFV4+cPZH3mrV9YeAruUseCQKHB58SGjjT2l9/eA9LD082IiuMjSlFJEcdJ27TXvbZNw==} engines: {node: '>= 14'} @@ -39680,6 +46658,8 @@ packages: transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /get-value@2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} engines: {node: '>=0.10.0'} @@ -39878,7 +46858,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 5.1.6 + minimatch: 5.1.0 once: 1.4.0 dev: true @@ -39960,8 +46940,13 @@ packages: dependencies: type-fest: 0.8.1 +<<<<<<< HEAD /globals@13.23.0: resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==} +======= + /globals@13.19.0: + resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -39971,11 +46956,20 @@ packages: engines: {node: '>=0.10.0'} dev: true +<<<<<<< HEAD /globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.1 +======= + /globalthis@1.0.2: + resolution: {integrity: sha512-ZQnSFO1la8P7auIOQECnm0sSuoMeaSq0EEdXMBFF2QJO4uNcwbyhSgG3MruWNbFTqCLmxVwGOl7LZ9kASvHdeQ==} + engines: {node: '>= 0.4'} + dependencies: + define-properties: 1.1.4 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /globby@10.0.2: resolution: {integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==} @@ -39984,9 +46978,9 @@ packages: '@types/glob': 7.2.0 array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.3.2 + fast-glob: 3.2.11 glob: 7.2.3 - ignore: 5.3.0 + ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -40008,8 +47002,8 @@ packages: dependencies: array-union: 3.0.1 dir-glob: 3.0.1 - fast-glob: 3.3.2 - ignore: 5.3.0 + fast-glob: 3.2.11 + ignore: 5.2.0 merge2: 1.4.1 slash: 4.0.0 dev: true @@ -40078,10 +47072,29 @@ packages: dependencies: delegate: 3.2.0 +<<<<<<< HEAD /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.2.2 +======= + /got@11.8.3: + resolution: {integrity: sha512-7gtQ5KiPh1RtGS9/Jbv1ofDpBFuq42gyfEib+ejaRBJuj/3tQFeR5+gw57e4ipaU8c/rCjvX6fkQz2lyDlGAOg==} + engines: {node: '>=10.19.0'} + dependencies: + '@sindresorhus/is': 4.6.0 + '@szmarczak/http-timer': 4.0.6 + '@types/cacheable-request': 6.0.2 + '@types/responselike': 1.0.0 + cacheable-lookup: 5.0.4 + cacheable-request: 7.0.2 + decompress-response: 6.0.0 + http2-wrapper: 1.0.3 + lowercase-keys: 2.0.0 + p-cancelable: 2.1.1 + responselike: 2.0.0 + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /got@11.8.6: resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} @@ -40135,8 +47148,13 @@ packages: unzip-response: 2.0.1 url-parse-lax: 1.0.0 +<<<<<<< HEAD /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} +======= + /graceful-fs@4.2.9: + resolution: {integrity: sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==} +>>>>>>> 28159dc4c9 (Lock File Update) /graceful-readlink@1.0.1: resolution: {integrity: sha512-8tLu60LgxF6XpdbK8OW3FA+IfTNBn1ZHGHKF4KQbEeSkajYw5PlYJcKluntgegDPTg8UkHjpet1T82vk6TQ68w==} @@ -40149,10 +47167,14 @@ packages: /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} +<<<<<<< HEAD /graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} /graphql-tag@2.12.6(graphql@16.8.1): +======= + /graphql-tag@2.12.6(graphql@16.6.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} engines: {node: '>=10'} peerDependencies: @@ -40521,6 +47543,7 @@ packages: is-glob: 3.1.0 dev: true +<<<<<<< HEAD /has-property-descriptors@1.0.1: resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==} dependencies: @@ -40529,6 +47552,12 @@ packages: /has-proto@1.0.1: resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} engines: {node: '>= 0.4'} +======= + /has-property-descriptors@1.0.0: + resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} + dependencies: + get-intrinsic: 1.1.3 +>>>>>>> 28159dc4c9 (Lock File Update) /has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} @@ -40580,7 +47609,7 @@ packages: engines: {node: '>=4'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.2 + readable-stream: 3.6.0 safe-buffer: 5.2.1 /hash.js@1.1.7: @@ -40589,12 +47618,6 @@ packages: inherits: 2.0.4 minimalistic-assert: 1.0.1 - /hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} - engines: {node: '>= 0.4'} - dependencies: - function-bind: 1.1.2 - /hast-to-hyperscript@9.0.1: resolution: {integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==} dependencies: @@ -40668,6 +47691,7 @@ packages: capital-case: 1.0.4 tslib: 2.6.2 +<<<<<<< HEAD /hermes-estree@0.15.0: resolution: {integrity: sha512-lLYvAd+6BnOqWdnNbP/Q8xfl8LOGw4wVjfrNd9Gt8eoFzhNBRVD95n4l2ksfMVOoxuVyegs85g83KS9QOsxbVQ==} @@ -40683,12 +47707,21 @@ packages: resolution: {integrity: sha512-yErtFLMEL6490fFJPurNn23OI2ciGAtaUfKUg9VPdcde9CmItCjOVQkJt1Xzawv5kuRzeIx0RE2E2Q9TbIgdzA==} dependencies: hermes-estree: 0.17.1 +======= + /hermes-estree@0.8.0: + resolution: {integrity: sha512-W6JDAOLZ5pMPMjEiQGLCXSSV7pIBEgRR5zGkxgmzGSXHOxqV5dC/M1Zevqpbm9TZDE5tu358qZf8Vkzmsc+u7Q==} + + /hermes-parser@0.8.0: + resolution: {integrity: sha512-yZKalg1fTYG5eOiToLUaw69rQfZq/fi+/NtEXRU7N87K/XobNRhRWorh80oSge2lWUiZfTgUvRJH+XgZWrhoqA==} + dependencies: + hermes-estree: 0.8.0 +>>>>>>> 28159dc4c9 (Lock File Update) /hermes-profile-transformer@0.0.6: resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} engines: {node: '>=8'} dependencies: - source-map: 0.7.4 + source-map: 0.7.3 /hex-color-regex@1.1.0: resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} @@ -40759,7 +47792,7 @@ packages: resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - lru-cache: 7.18.3 + lru-cache: 7.14.0 dev: true /hpack.js@2.1.6: @@ -40767,7 +47800,7 @@ packages: dependencies: inherits: 2.0.4 obuf: 1.1.2 - readable-stream: 2.3.8 + readable-stream: 2.3.7 wbuf: 1.7.3 /hpq@1.4.0: @@ -40827,7 +47860,7 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 4.8.1 + terser: 4.8.0 dev: true /html-minifier-terser@6.1.0: @@ -40865,7 +47898,7 @@ packages: resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} dev: true - /html-webpack-plugin@4.5.2(webpack@4.47.0): + /html-webpack-plugin@4.5.2(webpack@4.46.0): resolution: {integrity: sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==} engines: {node: '>=6.9'} peerDependencies: @@ -40875,16 +47908,21 @@ packages: '@types/tapable': 1.0.12 '@types/webpack': 4.41.38 html-minifier-terser: 5.1.1 - loader-utils: 1.4.2 + loader-utils: 1.4.0 lodash: 4.17.21 pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true +<<<<<<< HEAD /html-webpack-plugin@5.5.4(webpack@5.89.0): resolution: {integrity: sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==} +======= + /html-webpack-plugin@5.5.0(acorn@8.8.1)(webpack@5.76.3): + resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=10.13.0'} peerDependencies: webpack: ^5.20.0 @@ -40894,7 +47932,13 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@5.1.4) +======= + webpack: 5.76.3(webpack-cli@4.9.2) + transitivePeerDependencies: + - acorn +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /htmlparser2@3.10.1: @@ -40905,7 +47949,7 @@ packages: domutils: 1.7.0 entities: 1.1.2 inherits: 2.0.4 - readable-stream: 3.6.2 + readable-stream: 3.6.0 dev: true /htmlparser2@6.1.0: @@ -40945,8 +47989,12 @@ packages: content-type: 1.0.5 ======= content-type: 1.0.4 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) is-retry-allowed: 1.2.0 is-stream: 2.0.1 parse-json: 4.0.0 @@ -40990,7 +48038,7 @@ packages: dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color @@ -41000,11 +48048,12 @@ packages: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD /http-proxy-agent@7.0.0: resolution: {integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==} engines: {node: '>= 14'} @@ -41015,6 +48064,9 @@ packages: - supports-color /http-proxy-middleware@2.0.6(@types/express@4.17.21)(debug@4.3.4): +======= + /http-proxy-middleware@2.0.6(@types/express@4.17.14)(debug@4.3.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -41051,8 +48103,8 @@ packages: engines: {node: '>=0.8', npm: '>=1.3.7'} dependencies: assert-plus: 1.0.0 - jsprim: 1.4.2 - sshpk: 1.18.0 + jsprim: 1.4.1 + sshpk: 1.16.1 /http2-wrapper@1.0.3: resolution: {integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==} @@ -41088,7 +48140,7 @@ packages: engines: {node: '>= 6.0.0'} dependencies: agent-base: 5.1.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color @@ -41097,7 +48149,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color dev: true @@ -41107,10 +48159,11 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color +<<<<<<< HEAD /https-proxy-agent@7.0.2: resolution: {integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==} engines: {node: '>= 14'} @@ -41120,6 +48173,8 @@ packages: transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /human-signals@1.1.1: resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} engines: {node: '>=8.12.0'} @@ -41162,7 +48217,7 @@ packages: dependencies: '@tannin/sprintf': 1.2.0 '@wordpress/compose': 3.25.3(react@16.14.0) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) events: 3.3.0 hash.js: 1.1.7 interpolate-components: 1.1.1 @@ -41184,7 +48239,7 @@ packages: '@babel/runtime': 7.23.5 '@tannin/sprintf': 1.2.0 '@wordpress/compose': 3.25.3(react@17.0.2) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) events: 3.3.0 hash.js: 1.1.7 interpolate-components: 1.1.1 @@ -41202,11 +48257,15 @@ packages: peerDependencies: react: ^17.0.2 dependencies: +<<<<<<< HEAD '@automattic/interpolate-components': 1.2.1(@types/react@17.0.71)(react@17.0.2) +======= + '@automattic/interpolate-components': 1.2.1(@types/react@17.0.50)(react@17.0.2) +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/runtime': 7.23.5 '@tannin/sprintf': 1.2.0 '@wordpress/compose': 5.4.1(react@17.0.2) - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) events: 3.3.0 hash.js: 1.1.7 lodash: 4.17.21 @@ -41243,7 +48302,11 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: +<<<<<<< HEAD postcss: 8.4.32 +======= + postcss: 8.4.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /ieee754@1.1.13: @@ -41297,23 +48360,22 @@ packages: engines: {node: '>= 4'} dev: true - /ignore@5.3.0: - resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==} - engines: {node: '>= 4'} - - /image-size@1.0.2: - resolution: {integrity: sha512-xfOoWjceHntRb3qFCrh5ZFORYH8XCdYpASltMhZ/Q0KZiOwjdE/Yl2QCiWdwD+lygV5bMCvauzgu5PxBX/Yerg==} - engines: {node: '>=14.0.0'} + /image-size@0.6.3: + resolution: {integrity: sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==} + engines: {node: '>=4.0'} hasBin: true - dependencies: - queue: 6.0.2 +<<<<<<< HEAD /image-ssim@0.2.0: resolution: {integrity: sha512-W7+sO6/yhxy83L0G7xR8YAc5Z5QFtYEXXRV6EaE8tuYBZJnA3gVgp3q7X7muhLZVodeb9UfvjSbwt9VJwjIYAg==} dev: true /immutable@4.3.4: resolution: {integrity: sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==} +======= + /immutable@4.0.0: + resolution: {integrity: sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==} +>>>>>>> 28159dc4c9 (Lock File Update) /import-cwd@2.1.0: resolution: {integrity: sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==} @@ -41360,17 +48422,25 @@ packages: pkg-dir: 3.0.0 resolve-cwd: 2.0.0 +<<<<<<< HEAD /import-local@3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} +======= + /import-local@3.0.3: + resolution: {integrity: sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=8'} hasBin: true dependencies: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 +<<<<<<< HEAD /import-locals@2.0.0: resolution: {integrity: sha512-1/bPE89IZhyf7dr5Pkz7b4UyVXy5pEt7PTEfye15UEn3AK8+2zwcDCfKk9Pwun4ltfhOSszOrReSsFcDKw/yoA==} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} @@ -41482,12 +48552,21 @@ packages: wrap-ansi: 6.2.0 dev: true +<<<<<<< HEAD /internal-slot@1.0.6: resolution: {integrity: sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==} engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.2 hasown: 2.0.0 +======= + /internal-slot@1.0.3: + resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.1.3 + has: 1.0.3 +>>>>>>> 28159dc4c9 (Lock File Update) side-channel: 1.0.4 /interpolate-components@1.1.1: @@ -41541,11 +48620,12 @@ packages: engines: {node: '>=4'} dev: true - /ip@1.1.8: - resolution: {integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==} + /ip@1.1.5: + resolution: {integrity: sha512-rBtCAQAJm8A110nbwn6YdveUnuZH3WrC36IwkRXxDnq53JvXA2NVQvB7IHyKomxK1MJ4VDNw3UtFDdXQ+AvLYA==} /ip@2.0.0: resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + dev: true /ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} @@ -41602,25 +48682,12 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-array-buffer@3.0.2: - resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} - dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-typed-array: 1.1.12 - /is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} /is-arrayish@0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - /is-async-function@2.0.0: - resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} - engines: {node: '>= 0.4'} - dependencies: - has-tostringtag: 1.0.0 - /is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: @@ -41663,10 +48730,6 @@ packages: builtin-modules: 3.3.0 dev: true - /is-callable@1.2.7: - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} - engines: {node: '>= 0.4'} - /is-ci@1.2.1: resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} hasBin: true @@ -41689,6 +48752,7 @@ packages: rgb-regex: 1.0.1 rgba-regex: 1.0.0 +<<<<<<< HEAD /is-core-module@2.13.1: resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: @@ -41699,6 +48763,30 @@ packages: engines: {node: '>= 0.4'} dependencies: hasown: 2.0.0 +======= + /is-core-module@2.10.0: + resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} + dependencies: + has: 1.0.3 + + /is-core-module@2.8.0: + resolution: {integrity: sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==} + dependencies: + has: 1.0.3 + + /is-data-descriptor@0.1.4: + resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} + engines: {node: '>=0.10.0'} + requiresBuild: true + dependencies: + kind-of: 3.2.2 + + /is-data-descriptor@1.0.0: + resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} + engines: {node: '>=0.10.0'} + dependencies: + kind-of: 6.0.3 +>>>>>>> 28159dc4c9 (Lock File Update) /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} @@ -41768,11 +48856,6 @@ packages: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} - /is-finalizationregistry@1.0.2: - resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} - dependencies: - call-bind: 1.0.5 - /is-finite@1.1.0: resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} engines: {node: '>=0.10.0'} @@ -41811,6 +48894,7 @@ packages: engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-glob@3.1.0: resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} @@ -41865,6 +48949,7 @@ packages: /is-map@2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} + dev: true /is-nan@1.3.2: resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==} @@ -42011,6 +49096,7 @@ packages: /is-set@2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} + dev: true /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} @@ -42048,11 +49134,24 @@ packages: /is-touch-device@1.0.1: resolution: {integrity: sha512-LAYzo9kMT1b2p19L/1ATGt2XcSilnzNlyvq6c0pbPRVisLbAPpLqr53tIJS00kvrTkj0HtR8U7+u8X0yR8lPSw==} +<<<<<<< HEAD /is-typed-array@1.1.12: resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} engines: {node: '>= 0.4'} dependencies: which-typed-array: 1.1.13 +======= + /is-typed-array@1.1.9: + resolution: {integrity: sha512-kfrlnTTn8pZkfpJMUgYD7YZ3qzeJgWUn8XfVYBARc4wnmNOmLbmuuaAs3q5fvB0UJOn6yHAKaGTPM7d6ezoD/A==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + es-abstract: 1.20.2 + for-each: 0.3.3 + has-tostringtag: 1.0.0 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /is-typedarray@1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} @@ -42083,20 +49182,11 @@ packages: resolution: {integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==} dev: true - /is-weakmap@2.0.1: - resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} - /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.5 - /is-weakset@2.0.2: - resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} - dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - /is-whitespace-character@1.0.4: resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} dev: true @@ -42139,6 +49229,7 @@ packages: /isarray@2.0.5: resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + dev: true /isbinaryfile@3.0.3: resolution: {integrity: sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==} @@ -42151,11 +49242,6 @@ packages: engines: {node: '>= 8.0.0'} dev: true - /isbinaryfile@5.0.0: - resolution: {integrity: sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==} - engines: {node: '>= 14.0.0'} - dev: true - /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} @@ -42223,8 +49309,13 @@ packages: engines: {node: '>=6'} dev: false +<<<<<<< HEAD /istanbul-lib-coverage@3.2.2: resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} +======= + /istanbul-lib-coverage@3.2.0: + resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=8'} /istanbul-lib-hook@1.2.2: @@ -42242,7 +49333,7 @@ packages: babel-types: 6.26.0 babylon: 6.18.0 istanbul-lib-coverage: 1.2.1 - semver: 5.7.2 + semver: 5.7.1 transitivePeerDependencies: - supports-color dev: true @@ -42251,11 +49342,19 @@ packages: resolution: {integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==} engines: {node: '>=6'} dependencies: +<<<<<<< HEAD '@babel/generator': 7.23.5 '@babel/parser': 7.23.5 '@babel/template': 7.22.15 '@babel/traverse': 7.23.5 '@babel/types': 7.23.5 +======= + '@babel/generator': 7.21.3 + '@babel/parser': 7.22.15 + '@babel/template': 7.22.15 + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) istanbul-lib-coverage: 2.0.5 semver: 6.3.1 transitivePeerDependencies: @@ -42266,14 +49365,32 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 +======= + '@babel/core': 7.21.3 '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.2.2 + istanbul-lib-coverage: 3.2.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true + /istanbul-lib-instrument@5.1.0: + resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} + engines: {node: '>=8'} + dependencies: + '@babel/core': 7.21.3 + '@babel/parser': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + +<<<<<<< HEAD /istanbul-lib-instrument@5.2.1: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} @@ -42303,6 +49420,8 @@ packages: transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /istanbul-lib-report@1.1.5: resolution: {integrity: sha512-UsYfRMoi6QO/doUshYNqcKJqVmFe9w51GZz8BS3WB0lYxAllQYklka2wP9+dGZeHYaWIdcXUx8JGdbqaoXRXzw==} dependencies: @@ -42321,12 +49440,21 @@ packages: supports-color: 6.1.0 dev: false +<<<<<<< HEAD /istanbul-lib-report@3.0.1: resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} engines: {node: '>=10'} dependencies: istanbul-lib-coverage: 3.2.2 make-dir: 4.0.0 +======= + /istanbul-lib-report@3.0.0: + resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} + engines: {node: '>=8'} + dependencies: + istanbul-lib-coverage: 3.2.0 + make-dir: 3.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) supports-color: 7.2.0 /istanbul-lib-source-maps@1.2.6: @@ -42345,7 +49473,7 @@ packages: resolution: {integrity: sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==} engines: {node: '>=6'} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) istanbul-lib-coverage: 2.0.5 make-dir: 2.1.0 rimraf: 2.7.1 @@ -42358,8 +49486,8 @@ packages: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} dependencies: - debug: 4.3.4(supports-color@9.4.0) - istanbul-lib-coverage: 3.2.2 + debug: 4.3.4(supports-color@9.2.2) + istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color @@ -42377,12 +49505,21 @@ packages: html-escaper: 2.0.2 dev: false +<<<<<<< HEAD /istanbul-reports@3.1.6: resolution: {integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 +======= + /istanbul-reports@3.1.4: + resolution: {integrity: sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==} + engines: {node: '>=8'} + dependencies: + html-escaper: 2.0.2 + istanbul-lib-report: 3.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) /istanbul@1.0.0-alpha.2: resolution: {integrity: sha512-QlgV3dVIRW4AH5I2ehIj3Lp2qD3B1Vt97sqec4q77jxA1a0eckUApQwNtOkYijWdRqYeQz0lkJVF+Zud4BUIUA==} @@ -42411,6 +49548,7 @@ packages: iterate-iterator: 1.0.2 dev: true +<<<<<<< HEAD /iterator.prototype@1.1.2: resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} dependencies: @@ -42422,12 +49560,17 @@ packages: /jackspeak@2.3.6: resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} +======= + /jackspeak@2.2.0: + resolution: {integrity: sha512-r5XBrqIJfwRIjRt/Xr5fv9Wh09qyhHfKnYddDlpM+ibRR20qrYActpCAgU6U+d53EOEjzkvxPMVHSlgR7leXrQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=14'} dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 +<<<<<<< HEAD /jake@10.8.7: resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} engines: {node: '>=10'} @@ -42438,6 +49581,8 @@ packages: filelist: 1.0.4 minimatch: 3.1.2 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-allure@0.1.3: resolution: {integrity: sha512-EkO3LmkPx/a4VDg81JKtdy6kFXI0D1rHRIJ5Sa9MZaGtFYpgiCJFa6XwTgIySaVN+3+QBbIt1558CEkIW7FKFA==} dependencies: @@ -42482,6 +49627,7 @@ packages: dependencies: '@jest/types': 27.5.1 execa: 5.1.1 +<<<<<<< HEAD throat: 6.0.2 /jest-changed-files@29.7.0: @@ -42490,6 +49636,15 @@ packages: dependencies: execa: 5.1.1 jest-util: 29.7.0 +======= + throat: 6.0.1 + + /jest-changed-files@29.5.0: + resolution: {integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + execa: 5.1.1 +>>>>>>> 28159dc4c9 (Lock File Update) p-limit: 3.1.0 /jest-circus@26.6.3: @@ -42505,8 +49660,12 @@ packages: '@types/node': 16.18.68 ======= '@types/babel__traverse': 7.14.2 +<<<<<<< HEAD '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -42537,7 +49696,11 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -42551,8 +49714,8 @@ packages: jest-util: 27.5.1 pretty-format: 27.5.1 slash: 3.0.0 - stack-utils: 2.0.6 - throat: 6.0.2 + stack-utils: 2.0.5 + throat: 6.0.1 transitivePeerDependencies: - supports-color @@ -42566,7 +49729,7 @@ packages: '@jest/expect': 29.6.2 '@jest/test-result': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -42585,6 +49748,7 @@ packages: transitivePeerDependencies: - babel-plugin-macros - supports-color +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -42619,6 +49783,8 @@ packages: transitivePeerDependencies: - babel-plugin-macros - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-cli@24.9.0: resolution: {integrity: sha512-+VLRKyitT3BWoMeSUIHRxV/2g8y9gw91Jh5z2UmXZzkZKpbC08CSehVxgHUwTpy+HwGcns/tqafQDJW7imYvGg==} @@ -42654,8 +49820,8 @@ packages: '@jest/types': 25.5.0 chalk: 3.0.0 exit: 0.1.2 - graceful-fs: 4.2.11 - import-local: 3.1.0 + graceful-fs: 4.2.9 + import-local: 3.0.3 is-ci: 2.0.0 jest-config: 25.5.4 jest-util: 25.5.0 @@ -42680,8 +49846,8 @@ packages: '@jest/types': 26.6.2 chalk: 4.1.2 exit: 0.1.2 - graceful-fs: 4.2.11 - import-local: 3.1.0 + graceful-fs: 4.2.9 + import-local: 3.0.3 is-ci: 2.0.0 jest-config: 26.6.3 jest-util: 26.6.2 @@ -42725,10 +49891,14 @@ packages: - ts-node - utf-8-validate +<<<<<<< HEAD <<<<<<< HEAD /jest-cli@29.7.0(@types/node@16.18.68)(ts-node@10.9.2): ======= /jest-cli@29.5.0(@types/node@16.18.21): +======= + /jest-cli@29.5.0(@types/node@16.18.21)(ts-node@10.9.1): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -42757,35 +49927,6 @@ packages: - ts-node dev: true - /jest-cli@29.5.0(@types/node@16.18.21)(ts-node@10.9.1): - resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - hasBin: true - peerDependencies: - node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 - peerDependenciesMeta: - node-notifier: - optional: true - dependencies: - '@jest/core': 29.6.2(ts-node@10.9.1) - '@jest/test-result': 29.6.2 - '@jest/types': 29.6.1 - chalk: 4.1.2 - exit: 0.1.2 - graceful-fs: 4.2.11 - import-local: 3.1.0 - jest-config: 29.6.2(@types/node@16.18.21)(ts-node@10.9.1) - jest-util: 29.6.2 - jest-validate: 29.6.2 - prompts: 2.4.2 - yargs: 17.5.1 - transitivePeerDependencies: - - '@types/node' - - babel-plugin-macros - - supports-color - - ts-node - dev: true - /jest-cli@29.6.2(@types/node@16.18.21)(ts-node@10.9.1): resolution: {integrity: sha512-TT6O247v6dCEX2UGHGyflMpxhnrL0DNqP2fRTKYm3nJJpCTfXX3GCMQPGFjXDoj0i5/Blp3jriKXFgdfmbYB6Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -42813,6 +49954,7 @@ packages: - babel-plugin-macros - supports-color - ts-node +<<<<<<< HEAD dev: true /jest-cli@29.7.0(@types/node@16.18.65): @@ -42842,6 +49984,8 @@ packages: - babel-plugin-macros - supports-color - ts-node +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-config@24.9.0: resolution: {integrity: sha512-RATtQJtVYQrp7fvWg6f5y3pEFj9I+H8sWw4aKxnDZ96mob5i5SD6ZEGWgMLXQ4LE8UurrjbdlLWdUeo+28QpfQ==} @@ -42874,14 +50018,21 @@ packages: resolution: {integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg==} engines: {node: '>= 8.3'} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@jest/test-sequencer': 25.5.4 '@jest/types': 25.5.0 babel-jest: 25.5.1(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@jest/test-sequencer': 25.5.4 + '@jest/types': 25.5.0 + babel-jest: 25.5.1(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 3.0.0 deepmerge: 4.3.1 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-environment-jsdom: 25.5.0 jest-environment-node: 25.5.0 jest-get-type: 25.2.6 @@ -42909,14 +50060,21 @@ packages: ts-node: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@jest/test-sequencer': 26.6.3 '@jest/types': 26.6.2 babel-jest: 26.6.3(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@jest/test-sequencer': 26.6.3 + '@jest/types': 26.6.2 + babel-jest: 26.6.3(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 deepmerge: 4.3.1 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-environment-jsdom: 26.6.2 jest-environment-node: 26.6.2 jest-get-type: 26.3.0 @@ -42943,15 +50101,22 @@ packages: ts-node: optional: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 babel-jest: 27.5.1(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@jest/test-sequencer': 27.5.1 + '@jest/types': 27.5.1 + babel-jest: 27.5.1(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 - ci-info: 3.9.0 + ci-info: 3.2.0 deepmerge: 4.3.1 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-circus: 27.5.1 jest-environment-jsdom: 27.5.1 jest-environment-node: 27.5.1 @@ -42989,16 +50154,16 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.21.3 '@jest/test-sequencer': 29.6.2 '@jest/types': 29.6.1 '@types/node': 16.18.21 - babel-jest: 29.6.2(@babel/core@7.23.3) + babel-jest: 29.6.2(@babel/core@7.21.3) chalk: 4.1.2 ci-info: 3.2.0 deepmerge: 4.3.1 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-circus: 29.6.2 jest-environment-node: 29.6.2 jest-get-type: 29.4.3 @@ -43016,6 +50181,7 @@ packages: transitivePeerDependencies: - babel-plugin-macros - supports-color +<<<<<<< HEAD dev: true /jest-config@29.6.2(@types/node@16.18.65)(ts-node@10.9.1): @@ -43114,6 +50280,8 @@ packages: - supports-color dev: false >>>>>>> 9feae75363 (Lock file update) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-dev-server@4.4.0: resolution: {integrity: sha512-STEHJ3iPSC8HbrQ3TME0ozGX2KT28lbT4XopPxUm2WimsX3fcB3YOptRh12YphQisMhfqNSNTZUmWyT3HEXS2A==} @@ -43212,6 +50380,7 @@ packages: jest-get-type: 27.5.1 pretty-format: 27.5.1 +<<<<<<< HEAD /jest-diff@29.7.0: resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -43220,6 +50389,16 @@ packages: diff-sequences: 29.6.3 jest-get-type: 29.6.3 pretty-format: 29.7.0 +======= + /jest-diff@29.6.2: + resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + diff-sequences: 29.4.3 + jest-get-type: 29.4.3 + pretty-format: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-docblock@24.9.0: resolution: {integrity: sha512-F1DjdpDMJMA1cN6He0FNYNZlo3yYmOtRUnktrT9Q37njYzC5WEaDdmbynIgy0L/IvXvvgsG8OsqhLPXTpfmZAA==} @@ -43248,8 +50427,13 @@ packages: dependencies: detect-newline: 3.1.0 +<<<<<<< HEAD /jest-docblock@29.7.0: resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} +======= + /jest-docblock@29.4.3: + resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 @@ -43299,6 +50483,7 @@ packages: jest-util: 27.5.1 pretty-format: 27.5.1 +<<<<<<< HEAD /jest-each@29.7.0: resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -43308,6 +50493,17 @@ packages: jest-get-type: 29.6.3 jest-util: 29.7.0 pretty-format: 29.7.0 +======= + /jest-each@29.6.2: + resolution: {integrity: sha512-MsrsqA0Ia99cIpABBc3izS1ZYoYfhIy0NNWqPSE0YXbQjwchyt6B1HD2khzyPe1WiJA7hbxXy77ZoUQxn8UlSw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.1 + chalk: 4.1.2 + jest-get-type: 29.4.3 + jest-util: 29.6.2 + pretty-format: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-environment-jsdom@24.9.0: resolution: {integrity: sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA==} @@ -43348,11 +50544,15 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-mock: 26.6.2 jest-util: 26.6.2 jsdom: 16.7.0 @@ -43370,7 +50570,11 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -43393,12 +50597,16 @@ packages: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 '@types/jsdom': 20.0.1 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 jest-mock: 29.7.0 jest-util: 29.7.0 ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-mock: 29.6.2 jest-util: 29.6.2 >>>>>>> 9feae75363 (Lock file update) @@ -43441,11 +50649,15 @@ packages: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-mock: 26.6.2 jest-util: 26.6.2 dev: true @@ -43457,6 +50669,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 jest-mock: 27.5.1 @@ -43464,6 +50677,9 @@ packages: ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) jest-mock: 27.5.1 jest-util: 27.5.1 @@ -43474,7 +50690,7 @@ packages: '@jest/environment': 29.6.2 '@jest/fake-timers': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 jest-mock: 29.6.2 jest-util: 29.6.2 dev: true @@ -43486,9 +50702,10 @@ packages: '@jest/environment': 29.6.2 '@jest/fake-timers': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 jest-mock: 29.6.2 jest-util: 29.6.2 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -43506,6 +50723,8 @@ packages: >>>>>>> 9feae75363 (Lock file update) jest-mock: 29.7.0 jest-util: 29.7.0 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-environment-puppeteer@4.4.0: resolution: {integrity: sha512-iV8S8+6qkdTM6OBR/M9gKywEk8GDSOe05hspCs5D8qKSwtmlUfdtHfB4cakdc68lC6YfK3AUsLirpfgodCHjzQ==} @@ -43571,8 +50790,13 @@ packages: resolution: {integrity: sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} +<<<<<<< HEAD /jest-get-type@29.6.3: resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} +======= + /jest-get-type@29.4.3: + resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} /jest-haste-map@24.9.0: @@ -43581,8 +50805,8 @@ packages: dependencies: '@jest/types': 24.9.0 anymatch: 2.0.0 - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 + fb-watchman: 2.0.1 + graceful-fs: 4.2.9 invariant: 2.2.4 jest-serializer: 24.9.0 jest-util: 24.9.0 @@ -43601,10 +50825,10 @@ packages: engines: {node: '>= 8.3'} dependencies: '@jest/types': 25.5.0 - '@types/graceful-fs': 4.1.9 - anymatch: 3.1.3 - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 + '@types/graceful-fs': 4.1.5 + anymatch: 3.1.2 + fb-watchman: 2.0.1 + graceful-fs: 4.2.9 jest-serializer: 25.5.0 jest-util: 25.5.0 jest-worker: 25.5.0 @@ -43613,7 +50837,7 @@ packages: walker: 1.0.8 which: 2.0.2 optionalDependencies: - fsevents: 2.3.3 + fsevents: 2.3.2 transitivePeerDependencies: - supports-color dev: true @@ -43623,6 +50847,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 +<<<<<<< HEAD '@types/graceful-fs': 4.1.9 <<<<<<< HEAD '@types/node': 16.18.68 @@ -43632,6 +50857,13 @@ packages: anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 +======= + '@types/graceful-fs': 4.1.5 + '@types/node': 16.18.21 + anymatch: 3.1.2 + fb-watchman: 2.0.1 + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) jest-regex-util: 26.0.0 jest-serializer: 26.6.2 jest-util: 26.6.2 @@ -43640,7 +50872,7 @@ packages: sane: 4.1.0 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.3 + fsevents: 2.3.2 transitivePeerDependencies: - supports-color @@ -43656,11 +50888,15 @@ packages: fb-watchman: 2.0.2 ======= '@types/graceful-fs': 4.1.5 - '@types/node': 16.18.65 + '@types/node': 16.18.21 anymatch: 3.1.2 fb-watchman: 2.0.1 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) graceful-fs: 4.2.11 +======= + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) jest-regex-util: 27.5.1 jest-serializer: 27.5.1 jest-util: 27.5.1 @@ -43668,7 +50904,7 @@ packages: micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.3 + fsevents: 2.3.2 <<<<<<< HEAD ======= @@ -43678,16 +50914,17 @@ packages: dependencies: '@jest/types': 29.6.1 '@types/graceful-fs': 4.1.5 - '@types/node': 16.18.65 - anymatch: 3.1.3 + '@types/node': 16.18.21 + anymatch: 3.1.2 fb-watchman: 2.0.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-regex-util: 29.4.3 jest-util: 29.6.2 jest-worker: 29.6.2 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: +<<<<<<< HEAD fsevents: 2.3.3 dev: true @@ -43720,12 +50957,19 @@ packages: fs-extra: 9.1.0 open: 8.4.2 dev: true +======= + fsevents: 2.3.2 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-jasmine2@24.9.0: resolution: {integrity: sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw==} engines: {node: '>= 6'} dependencies: +<<<<<<< HEAD '@babel/traverse': 7.23.5 +======= + '@babel/traverse': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/environment': 24.9.0 '@jest/test-result': 24.9.0 '@jest/types': 24.9.0 @@ -43749,7 +50993,11 @@ packages: resolution: {integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ==} engines: {node: '>= 8.3'} dependencies: +<<<<<<< HEAD '@babel/traverse': 7.23.5 +======= + '@babel/traverse': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/environment': 25.5.0 '@jest/source-map': 25.5.0 '@jest/test-result': 25.5.0 @@ -43777,16 +51025,24 @@ packages: resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} engines: {node: '>= 10.14.2'} dependencies: +<<<<<<< HEAD '@babel/traverse': 7.23.5 +======= + '@babel/traverse': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 co: 4.6.0 expect: 26.6.2 @@ -43815,7 +51071,11 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -43827,7 +51087,7 @@ packages: jest-snapshot: 27.5.1 jest-util: 27.5.1 pretty-format: 27.5.1 - throat: 6.0.2 + throat: 6.0.1 transitivePeerDependencies: - supports-color @@ -43862,12 +51122,21 @@ packages: jest-get-type: 27.5.1 pretty-format: 27.5.1 +<<<<<<< HEAD /jest-leak-detector@29.7.0: resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.6.3 pretty-format: 29.7.0 +======= + /jest-leak-detector@29.6.2: + resolution: {integrity: sha512-aNqYhfp5uYEO3tdWMb2bfWv6f0b4I0LOxVRpnRLAeque2uqOVVMLh6khnTcE2qJ5wAKop0HcreM1btoysD6bPQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + jest-get-type: 29.4.3 + pretty-format: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-matcher-utils@24.9.0: resolution: {integrity: sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==} @@ -43907,6 +51176,7 @@ packages: jest-get-type: 27.5.1 pretty-format: 27.5.1 +<<<<<<< HEAD /jest-matcher-utils@29.7.0: resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -43915,12 +51185,26 @@ packages: jest-diff: 29.7.0 jest-get-type: 29.6.3 pretty-format: 29.7.0 +======= + /jest-matcher-utils@29.6.2: + resolution: {integrity: sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.6.2 + jest-get-type: 29.4.3 + pretty-format: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-message-util@24.9.0: resolution: {integrity: sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==} engines: {node: '>= 6'} dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 +======= + '@babel/code-frame': 7.22.13 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/test-result': 24.9.0 '@jest/types': 24.9.0 '@types/stack-utils': 1.0.1 @@ -43936,11 +51220,15 @@ packages: resolution: {integrity: sha512-ezddz3YCT/LT0SKAmylVyWWIGYoKHOFOFXx3/nA4m794lfVUskMcwhip6vTgdVrOtYdjeQeis2ypzes9mZb4EA==} engines: {node: '>= 8.3'} dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 +======= + '@babel/code-frame': 7.22.13 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/types': 25.5.0 '@types/stack-utils': 1.0.1 chalk: 3.0.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 micromatch: 4.0.5 slash: 3.0.0 stack-utils: 1.0.5 @@ -43950,11 +51238,15 @@ packages: resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} engines: {node: '>= 10.14.2'} dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 +======= + '@babel/code-frame': 7.22.13 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/types': 26.6.2 '@types/stack-utils': 2.0.3 chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 micromatch: 4.0.5 pretty-format: 26.6.2 slash: 3.0.0 @@ -43965,15 +51257,19 @@ packages: resolution: {integrity: sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 +======= + '@babel/code-frame': 7.22.13 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/types': 27.5.1 - '@types/stack-utils': 2.0.3 + '@types/stack-utils': 2.0.1 chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 micromatch: 4.0.5 pretty-format: 27.5.1 slash: 3.0.0 - stack-utils: 2.0.6 + stack-utils: 2.0.5 <<<<<<< HEAD ======= @@ -43981,15 +51277,16 @@ packages: resolution: {integrity: sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.23.4 + '@babel/code-frame': 7.22.13 '@jest/types': 29.6.1 '@types/stack-utils': 2.0.1 chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 micromatch: 4.0.5 pretty-format: 29.6.2 slash: 3.0.0 stack-utils: 2.0.5 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -44006,6 +51303,8 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-mock-extended@1.0.18(jest@27.5.1)(typescript@5.3.3): resolution: {integrity: sha512-qf1n7lIa2dTxxPIBr+FlXrbj3hnV1sG9DPZsrr2H/8W+Jw0wt6OmeOQsPcjRuW8EXIECC9pDXsSIfEdn+HP7JQ==} @@ -44037,11 +51336,15 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /jest-mock@27.5.1: @@ -44049,25 +51352,58 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-mock@29.6.2: resolution: {integrity: sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 jest-util: 29.6.2 + + /jest-pnp-resolver@1.2.2(jest-resolve@24.9.0): + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true + dependencies: + jest-resolve: 24.9.0 + dev: false + + /jest-pnp-resolver@1.2.2(jest-resolve@25.5.1): + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true + dependencies: + jest-resolve: 25.5.1 dev: true >>>>>>> 9feae75363 (Lock file update) - /jest-mock@29.7.0: - resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /jest-pnp-resolver@1.2.2(jest-resolve@26.6.2): + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + engines: {node: '>=6'} + peerDependencies: + jest-resolve: '*' + peerDependenciesMeta: + jest-resolve: + optional: true dependencies: +<<<<<<< HEAD '@jest/types': 29.6.3 <<<<<<< HEAD '@types/node': 16.18.68 @@ -44078,6 +51414,13 @@ packages: /jest-pnp-resolver@1.2.3(jest-resolve@24.9.0): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} +======= + jest-resolve: 26.6.2 + dev: true + + /jest-pnp-resolver@1.2.2(jest-resolve@27.5.1): + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6'} peerDependencies: jest-resolve: '*' @@ -44085,6 +51428,7 @@ packages: jest-resolve: optional: true dependencies: +<<<<<<< HEAD jest-resolve: 24.9.0 dev: false @@ -44114,6 +51458,12 @@ packages: /jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} +======= + jest-resolve: 27.5.1 + + /jest-pnp-resolver@1.2.2(jest-resolve@29.6.2): + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6'} peerDependencies: jest-resolve: '*' @@ -44121,6 +51471,7 @@ packages: jest-resolve: optional: true dependencies: +<<<<<<< HEAD jest-resolve: 27.5.1 /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): @@ -44133,6 +51484,9 @@ packages: optional: true dependencies: jest-resolve: 29.7.0 +======= + jest-resolve: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-puppeteer@4.4.0(puppeteer-core@3.0.0): resolution: {integrity: sha512-ZaiCTlPZ07B9HW0erAWNX6cyzBqbXMM7d2ugai4epBDKpKvRDpItlRQC6XjERoJELKZsPziFGS0OhhUvTvQAXA==} @@ -44177,8 +51531,13 @@ packages: resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} +<<<<<<< HEAD /jest-regex-util@29.6.3: resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} +======= + /jest-regex-util@29.4.3: + resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} /jest-resolve-dependencies@24.9.0: @@ -44222,12 +51581,21 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /jest-resolve-dependencies@29.7.0: resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-regex-util: 29.6.3 jest-snapshot: 29.7.0 +======= + /jest-resolve-dependencies@29.6.2: + resolution: {integrity: sha512-LGqjDWxg2fuQQm7ypDxduLu/m4+4Lb4gczc13v51VMZbVP5tSBILqVx8qfWcsdP8f0G7aIqByIALDB0R93yL+w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + jest-regex-util: 29.4.3 + jest-snapshot: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color @@ -44238,7 +51606,7 @@ packages: '@jest/types': 24.9.0 browser-resolve: 1.11.3 chalk: 2.4.2 - jest-pnp-resolver: 1.2.3(jest-resolve@24.9.0) + jest-pnp-resolver: 1.2.2(jest-resolve@24.9.0) realpath-native: 1.1.0 dev: false @@ -44249,11 +51617,11 @@ packages: '@jest/types': 25.5.0 browser-resolve: 1.11.3 chalk: 3.0.0 - graceful-fs: 4.2.11 - jest-pnp-resolver: 1.2.3(jest-resolve@25.5.1) + graceful-fs: 4.2.9 + jest-pnp-resolver: 1.2.2(jest-resolve@25.5.1) read-pkg-up: 7.0.1 realpath-native: 2.0.0 - resolve: 1.22.8 + resolve: 1.22.1 slash: 3.0.0 dev: true @@ -44263,11 +51631,11 @@ packages: dependencies: '@jest/types': 26.6.2 chalk: 4.1.2 - graceful-fs: 4.2.11 - jest-pnp-resolver: 1.2.3(jest-resolve@26.6.2) + graceful-fs: 4.2.9 + jest-pnp-resolver: 1.2.2(jest-resolve@26.6.2) jest-util: 26.6.2 read-pkg-up: 7.0.1 - resolve: 1.22.8 + resolve: 1.22.1 slash: 3.0.0 dev: true @@ -44277,13 +51645,18 @@ packages: dependencies: '@jest/types': 27.5.1 chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 27.5.1 jest-pnp-resolver: 1.2.3(jest-resolve@27.5.1) jest-util: 27.5.1 jest-validate: 27.5.1 +<<<<<<< HEAD resolve: 1.22.8 resolve.exports: 1.1.1 +======= + resolve: 1.22.1 + resolve.exports: 1.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) slash: 3.0.0 <<<<<<< HEAD @@ -44293,16 +51666,16 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 29.6.2 - jest-pnp-resolver: 1.2.3(jest-resolve@29.6.2) + jest-pnp-resolver: 1.2.2(jest-resolve@29.6.2) jest-util: 29.6.2 jest-validate: 29.6.2 - resolve: 1.22.8 + resolve: 1.22.1 resolve.exports: 2.0.2 slash: 3.0.0 - dev: true +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) /jest-resolve@29.7.0: resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} @@ -44319,14 +51692,17 @@ packages: slash: 3.0.0 /jest-runner-groups@2.2.0(jest-docblock@29.7.0)(jest-runner@29.7.0): +======= + /jest-runner-groups@2.2.0(jest-docblock@29.4.3)(jest-runner@29.6.2): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Sp/B9ZX0CDAKa9dIkgH0sGyl2eDuScV4SVvOxqhBMxqWpsNAkmol/C58aTFmPWZj+C0ZTW1r1BSu66MTCN+voA==} engines: {node: '>= 10.14.2'} peerDependencies: jest-docblock: '>= 24' jest-runner: '>= 24' dependencies: - jest-docblock: 29.7.0 - jest-runner: 29.7.0 + jest-docblock: 29.4.3 + jest-runner: 29.6.2 dev: false /jest-runner@24.9.0: @@ -44339,7 +51715,7 @@ packages: '@jest/types': 24.9.0 chalk: 2.4.2 exit: 0.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-config: 24.9.0 jest-docblock: 24.9.0 jest-haste-map: 24.9.0 @@ -44350,7 +51726,7 @@ packages: jest-runtime: 24.9.0 jest-util: 24.9.0 jest-worker: 24.9.0 - source-map-support: 0.5.21 + source-map-support: 0.5.20 throat: 4.1.0 transitivePeerDependencies: - bufferutil @@ -44368,7 +51744,7 @@ packages: '@jest/types': 25.5.0 chalk: 3.0.0 exit: 0.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-config: 25.5.4 jest-docblock: 25.3.0 jest-haste-map: 25.5.1 @@ -44379,7 +51755,7 @@ packages: jest-runtime: 25.5.4 jest-util: 25.5.0 jest-worker: 25.5.0 - source-map-support: 0.5.21 + source-map-support: 0.5.20 throat: 5.0.0 transitivePeerDependencies: - bufferutil @@ -44396,15 +51772,19 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 emittery: 0.7.2 exit: 0.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-config: 26.6.3 jest-docblock: 26.0.0 jest-haste-map: 26.6.2 @@ -44433,10 +51813,14 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 emittery: 0.8.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-docblock: 27.5.1 jest-environment-jsdom: 27.5.1 jest-environment-node: 27.5.1 @@ -44447,8 +51831,8 @@ packages: jest-runtime: 27.5.1 jest-util: 27.5.1 jest-worker: 27.5.1 - source-map-support: 0.5.21 - throat: 6.0.2 + source-map-support: 0.5.20 + throat: 6.0.1 transitivePeerDependencies: - bufferutil - canvas @@ -44466,10 +51850,10 @@ packages: '@jest/test-result': 29.6.2 '@jest/transform': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 chalk: 4.1.2 emittery: 0.13.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-docblock: 29.4.3 jest-environment-node: 29.6.2 jest-haste-map: 29.6.2 @@ -44479,11 +51863,12 @@ packages: jest-runtime: 29.6.2 jest-util: 29.6.2 jest-watcher: 29.6.2 - jest-worker: 29.7.0 + jest-worker: 29.6.2 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -44518,6 +51903,8 @@ packages: source-map-support: 0.5.13 transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-runtime@24.9.0: resolution: {integrity: sha512-8oNqgnmF3v2J6PVRM2Jfuj8oX3syKmaynlDMMKQ4iyzbQzIG6th5ub/lM2bCMTmoTKM3ykcUYI2Pw9xwNtjMnw==} @@ -44533,7 +51920,7 @@ packages: chalk: 2.4.2 exit: 0.1.2 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-config: 24.9.0 jest-haste-map: 24.9.0 jest-message-util: 24.9.0 @@ -44565,12 +51952,12 @@ packages: '@jest/test-result': 25.5.0 '@jest/transform': 25.5.1 '@jest/types': 25.5.0 - '@types/yargs': 15.0.19 + '@types/yargs': 15.0.14 chalk: 3.0.0 - collect-v8-coverage: 1.0.2 + collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-config: 25.5.4 jest-haste-map: 25.5.1 jest-message-util: 25.5.0 @@ -44610,7 +51997,7 @@ packages: collect-v8-coverage: 1.0.2 exit: 0.1.2 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-config: 26.6.3 jest-haste-map: 26.6.2 jest-message-util: 26.6.2 @@ -44647,7 +52034,7 @@ packages: collect-v8-coverage: 1.0.2 execa: 5.1.1 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 27.5.1 jest-message-util: 27.5.1 jest-mock: 27.5.1 @@ -44673,12 +52060,12 @@ packages: '@jest/test-result': 29.6.2 '@jest/transform': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 chalk: 4.1.2 - cjs-module-lexer: 1.2.3 - collect-v8-coverage: 1.0.2 + cjs-module-lexer: 1.2.2 + collect-v8-coverage: 1.0.1 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-haste-map: 29.6.2 jest-message-util: 29.6.2 jest-mock: 29.6.2 @@ -44690,6 +52077,7 @@ packages: strip-bom: 4.0.0 transitivePeerDependencies: - supports-color +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -44725,6 +52113,8 @@ packages: strip-bom: 4.0.0 transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-serializer@24.9.0: resolution: {integrity: sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==} @@ -44735,7 +52125,7 @@ packages: resolution: {integrity: sha512-LxD8fY1lByomEPflwur9o4e2a5twSQ7TaVNLlFUuToIdoJuBt8tzHfCsZ42Ok6LkKXWzFWf3AGmheuLAA7LcCA==} engines: {node: '>= 8.3'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 dev: true /jest-serializer@26.6.2: @@ -44743,28 +52133,42 @@ packages: engines: {node: '>= 10.14.2'} dependencies: <<<<<<< HEAD - '@types/node': 16.18.68 -======= - '@types/node': 16.18.65 ->>>>>>> 9feae75363 (Lock file update) - graceful-fs: 4.2.11 - - /jest-serializer@27.5.1: - resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - dependencies: <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) graceful-fs: 4.2.11 +======= + '@types/node': 16.18.21 + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) + + /jest-serializer@27.5.1: + resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + dependencies: +<<<<<<< HEAD +<<<<<<< HEAD + '@types/node': 16.18.68 +======= + '@types/node': 16.18.65 +>>>>>>> 9feae75363 (Lock file update) + graceful-fs: 4.2.11 +======= + '@types/node': 16.18.21 + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-snapshot@24.9.0: resolution: {integrity: sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew==} engines: {node: '>= 6'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/types': 24.9.0 chalk: 2.4.2 expect: 24.9.0 @@ -44785,12 +52189,16 @@ packages: resolution: {integrity: sha512-C02JE1TUe64p2v1auUJ2ze5vcuv32tkv9PyhEb318e8XOKF7MOyXdJ7kdjbvrp3ChPLU2usI7Rjxs97Dj5P0uQ==} engines: {node: '>= 8.3'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/types': 25.5.0 '@types/prettier': 1.19.1 chalk: 3.0.0 expect: 25.5.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-diff: 25.5.0 jest-get-type: 25.2.6 jest-matcher-utils: 25.5.0 @@ -44806,13 +52214,17 @@ packages: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: +<<<<<<< HEAD '@babel/types': 7.23.5 +======= + '@babel/types': 7.22.15 +>>>>>>> 28159dc4c9 (Lock File Update) '@jest/types': 26.6.2 '@types/babel__traverse': 7.20.4 '@types/prettier': 2.7.3 chalk: 4.1.2 expect: 26.6.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-diff: 26.6.2 jest-get-type: 26.3.0 jest-haste-map: 26.6.2 @@ -44821,7 +52233,7 @@ packages: jest-resolve: 26.6.2 natural-compare: 1.4.0 pretty-format: 26.6.2 - semver: 7.5.4 + semver: 7.5.3 transitivePeerDependencies: - supports-color dev: true @@ -44830,6 +52242,7 @@ packages: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/generator': 7.23.5 '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.5) @@ -44840,9 +52253,21 @@ packages: '@types/babel__traverse': 7.20.4 '@types/prettier': 2.7.3 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@babel/generator': 7.21.3 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.21.3) + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/babel__traverse': 7.14.2 + '@types/prettier': 2.4.2 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 expect: 27.5.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 jest-diff: 27.5.1 jest-get-type: 27.5.1 jest-haste-map: 27.5.1 @@ -44851,10 +52276,11 @@ packages: jest-util: 27.5.1 natural-compare: 1.4.0 pretty-format: 27.5.1 - semver: 7.5.4 + semver: 7.5.3 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /jest-snapshot@29.7.0: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -44891,6 +52317,32 @@ packages: natural-compare: 1.4.0 pretty-format: 29.7.0 semver: 7.5.4 +======= + /jest-snapshot@29.6.2: + resolution: {integrity: sha512-1OdjqvqmRdGNvWXr/YZHuyhh5DeaLp1p/F8Tht/MrMw4Kr1Uu/j4lRG+iKl1DAqUJDWxtQBMk41Lnf/JETYBRA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@babel/core': 7.21.3 + '@babel/generator': 7.21.3 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.21.3) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.21.3) + '@babel/types': 7.22.15 + '@jest/expect-utils': 29.6.2 + '@jest/transform': 29.6.2 + '@jest/types': 29.6.1 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.3) + chalk: 4.1.2 + expect: 29.6.2 + graceful-fs: 4.2.9 + jest-diff: 29.6.2 + jest-get-type: 29.4.3 + jest-matcher-utils: 29.6.2 + jest-message-util: 29.6.2 + jest-util: 29.6.2 + natural-compare: 1.4.0 + pretty-format: 29.6.2 + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color @@ -44905,7 +52357,7 @@ packages: '@jest/types': 24.9.0 callsites: 3.1.0 chalk: 2.4.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 is-ci: 2.0.0 mkdirp: 0.5.6 slash: 2.0.0 @@ -44920,7 +52372,7 @@ packages: dependencies: '@jest/types': 25.5.0 chalk: 3.0.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 is-ci: 2.0.0 make-dir: 3.1.0 dev: true @@ -44930,13 +52382,17 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 is-ci: 2.0.0 micromatch: 4.0.5 @@ -44945,13 +52401,17 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 ci-info: 3.2.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 picomatch: 2.3.0 /jest-util@29.5.0: @@ -44959,7 +52419,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 chalk: 4.1.2 ci-info: 3.2.0 graceful-fs: 4.2.9 @@ -44971,6 +52431,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.1 +<<<<<<< HEAD '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) chalk: 4.1.2 @@ -44991,6 +52452,12 @@ packages: chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 +======= + '@types/node': 16.18.21 + chalk: 4.1.2 + ci-info: 3.2.0 + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) picomatch: 2.3.1 /jest-validate@24.9.0: @@ -45022,24 +52489,24 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - camelcase: 6.3.0 + camelcase: 6.2.1 chalk: 4.1.2 jest-get-type: 26.3.0 leven: 3.1.0 pretty-format: 26.6.2 - dev: true /jest-validate@27.5.1: resolution: {integrity: sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - camelcase: 6.3.0 + camelcase: 6.2.1 chalk: 4.1.2 jest-get-type: 27.5.1 leven: 3.1.0 pretty-format: 27.5.1 +<<<<<<< HEAD /jest-validate@29.7.0: resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -45050,6 +52517,18 @@ packages: jest-get-type: 29.6.3 leven: 3.1.0 pretty-format: 29.7.0 +======= + /jest-validate@29.6.2: + resolution: {integrity: sha512-vGz0yMN5fUFRRbpJDPwxMpgSXW1LDKROHfBopAvDcmD6s+B/s8WJrwi+4bfH4SdInBA5C3P3BI19dBtKzx1Arg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/types': 29.6.1 + camelcase: 6.2.1 + chalk: 4.1.2 + jest-get-type: 29.4.3 + leven: 3.1.0 + pretty-format: 29.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) /jest-watcher@24.9.0: resolution: {integrity: sha512-+/fLOfKPXXYJDYlks62/4R4GoT+GU1tYZed99JSCOsmzkkF7727RqKrjNAxtfO4YpGv11wybgRvCjR73lK2GZw==} @@ -45084,11 +52563,15 @@ packages: dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 26.6.2 @@ -45101,7 +52584,11 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -45115,12 +52602,13 @@ packages: dependencies: '@jest/test-result': 29.6.2 '@jest/types': 29.6.1 - '@types/node': 16.18.65 + '@types/node': 16.18.21 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 jest-util: 29.6.2 string-length: 4.0.2 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -45140,6 +52628,8 @@ packages: emittery: 0.13.1 jest-util: 29.7.0 string-length: 4.0.2 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest-worker@24.9.0: resolution: {integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==} @@ -45161,11 +52651,15 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@types/node': 16.18.68 ======= '@types/node': 16.18.65 >>>>>>> 9feae75363 (Lock file update) +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) merge-stream: 2.0.0 supports-color: 7.2.0 @@ -45173,7 +52667,11 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: +<<<<<<< HEAD '@types/node': 16.18.68 +======= + '@types/node': 16.18.21 +>>>>>>> 28159dc4c9 (Lock File Update) merge-stream: 2.0.0 supports-color: 8.1.1 @@ -45183,10 +52681,11 @@ packages: resolution: {integrity: sha512-l3ccBOabTdkng8I/ORCkADz4eSMKejTYv1vB/Z83UiubqhC1oQ5Li6dWCyqOIvSifGjUBxuvxvlm6KGK2DtuAQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 16.18.65 + '@types/node': 16.18.21 jest-util: 29.6.2 merge-stream: 2.0.0 supports-color: 8.1.1 +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) @@ -45202,6 +52701,8 @@ packages: jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest@24.9.0: resolution: {integrity: sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw==} @@ -45222,7 +52723,7 @@ packages: hasBin: true dependencies: '@jest/core': 25.5.4 - import-local: 3.1.0 + import-local: 3.0.3 jest-cli: 25.5.4 transitivePeerDependencies: - bufferutil @@ -45237,7 +52738,7 @@ packages: hasBin: true dependencies: '@jest/core': 26.6.3 - import-local: 3.1.0 + import-local: 3.0.3 jest-cli: 26.6.3 transitivePeerDependencies: - bufferutil @@ -45257,9 +52758,15 @@ packages: node-notifier: optional: true dependencies: +<<<<<<< HEAD '@jest/core': 27.5.1(ts-node@10.9.2) import-local: 3.1.0 jest-cli: 27.5.1(ts-node@10.9.2) +======= + '@jest/core': 27.5.1 + import-local: 3.0.3 + jest-cli: 27.5.1 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bufferutil - canvas @@ -45267,6 +52774,7 @@ packages: - ts-node - utf-8-validate +<<<<<<< HEAD <<<<<<< HEAD /jest@29.7.0(@types/node@16.18.68)(ts-node@10.9.2): ======= @@ -45291,6 +52799,8 @@ packages: - ts-node dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jest@29.5.0(@types/node@16.18.21)(ts-node@10.9.1): resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -45331,6 +52841,7 @@ packages: - babel-plugin-macros - supports-color - ts-node +<<<<<<< HEAD dev: true /jest@29.7.0(@types/node@16.18.65): @@ -45358,24 +52869,36 @@ packages: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jmespath@0.16.0: resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==} engines: {node: '>= 0.6.0'} dev: true +<<<<<<< HEAD /joi@17.11.0: resolution: {integrity: sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==} +======= + /joi@17.6.0: + resolution: {integrity: sha512-OX5dG6DTbcr/kbMFj0KGYxuew69HPcAE3K/sZpEV2nP6e/j/C0HV+HNiBPCASxdx5T7DMoa0s8UeHWMnb6n2zw==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: '@hapi/hoek': 9.3.0 '@hapi/topo': 5.1.0 '@sideway/address': 4.1.4 +<<<<<<< HEAD '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 /jpeg-js@0.4.4: resolution: {integrity: sha512-WZzeDOEtTOBK4Mdsar0IqEU5sMr3vSV2RqkAIzUEV2BHnUfKGyswWFPFwK5EeDo93K3FohSHbLAjj0s1Wzd+dg==} dev: true +======= + '@sideway/formula': 3.0.0 + '@sideway/pinpoint': 2.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) /js-base64@2.6.4: resolution: {integrity: sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==} @@ -45439,18 +52962,23 @@ packages: /jsbn@0.1.1: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} - /jsc-android@250231.0.0: - resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} + /jsc-android@250230.2.1: + resolution: {integrity: sha512-KmxeBlRjwoqCnBBKGsihFtvsBHyUFlBxJPK4FzeYcIuBfdjv6jFys44JITAgSTbQD+vIdwMEfyZklsuQX0yI1Q==} +<<<<<<< HEAD /jsc-safe-url@0.2.4: resolution: {integrity: sha512-0wM3YBWtYePOjfyXQH5MWQ8H7sdk5EXSwZvmSLKk2RboVQ2Bu239jycHDz5J/8Blf3K0Qnoy2b6xD+z10MFB+Q==} /jscodeshift@0.13.1(@babel/preset-env@7.23.5): +======= + /jscodeshift@0.13.1(@babel/preset-env@7.12.7): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==} hasBin: true peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/parser': 7.23.5 '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.5) @@ -45462,6 +52990,48 @@ packages: '@babel/preset-typescript': 7.23.3(@babel/core@7.23.5) '@babel/register': 7.22.15(@babel/core@7.23.5) babel-core: 7.0.0-bridge.0(@babel/core@7.23.5) +======= + '@babel/core': 7.21.3 + '@babel/parser': 7.17.8 + '@babel/plugin-proposal-class-properties': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.17.7(@babel/core@7.21.3) + '@babel/preset-env': 7.12.7(@babel/core@7.12.9) + '@babel/preset-flow': 7.16.7(@babel/core@7.21.3) + '@babel/preset-typescript': 7.16.7(@babel/core@7.21.3) + '@babel/register': 7.18.9(@babel/core@7.21.3) + babel-core: 7.0.0-bridge.0(@babel/core@7.21.3) + chalk: 4.1.2 + flow-parser: 0.121.0 + graceful-fs: 4.2.9 + micromatch: 3.1.10(supports-color@6.1.0) + neo-async: 2.6.2 + node-dir: 0.1.17 + recast: 0.20.5 + temp: 0.8.4 + write-file-atomic: 2.4.1 + transitivePeerDependencies: + - supports-color + + /jscodeshift@0.13.1(@babel/preset-env@7.23.5): + resolution: {integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==} + hasBin: true + peerDependencies: + '@babel/preset-env': ^7.1.6 + dependencies: + '@babel/core': 7.21.3 + '@babel/parser': 7.17.8 + '@babel/plugin-proposal-class-properties': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.17.7(@babel/core@7.21.3) + '@babel/preset-env': 7.23.5(@babel/core@7.21.3) + '@babel/preset-flow': 7.16.7(@babel/core@7.21.3) + '@babel/preset-typescript': 7.16.7(@babel/core@7.21.3) + '@babel/register': 7.18.9(@babel/core@7.21.3) + babel-core: 7.0.0-bridge.0(@babel/core@7.21.3) +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 flow-parser: 0.223.3 graceful-fs: 4.2.11 @@ -45475,6 +53045,7 @@ packages: - supports-color dev: true +<<<<<<< HEAD /jscodeshift@0.14.0(@babel/preset-env@7.12.7): resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} hasBin: true @@ -45552,6 +53123,8 @@ packages: - supports-color dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /jsdoc-type-pratt-parser@1.1.1: resolution: {integrity: sha512-uelRmpghNwPBuZScwgBG/OzodaFk5RbO5xaivBdsAY70icWfShwZ7PCMO0x1zSkOa8T1FzHThmrdoyg/0AwV5g==} engines: {node: '>=12.0.0'} @@ -45655,7 +53228,7 @@ packages: whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 7.1.0 - ws: 7.5.9 + ws: 7.5.5 xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil @@ -45672,7 +53245,7 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.11.2 + acorn: 8.8.1 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -45696,7 +53269,7 @@ packages: whatwg-encoding: 1.0.5 whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 - ws: 7.5.9 + ws: 7.5.5 xml-name-validator: 3.0.0 transitivePeerDependencies: - bufferutil @@ -45713,7 +53286,7 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.11.2 + acorn: 8.8.1 acorn-globals: 7.0.1 cssom: 0.5.0 cssstyle: 2.3.0 @@ -45736,7 +53309,11 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 11.0.0 +<<<<<<< HEAD ws: 8.15.0 +======= + ws: 8.13.0 +>>>>>>> 28159dc4c9 (Lock File Update) xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -45778,8 +53355,8 @@ packages: /json-schema-traverse@1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} - /json-schema@0.4.0: - resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} + /json-schema@0.2.3: + resolution: {integrity: sha512-a3xHnILGMtk+hDOqNwHzF6e2fNbiMrXZvxKQiEv2MlgQP+pjIOzqAmKYD2mDpXYE/44M7g+n9p2bKkYWDUcXCQ==} /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} @@ -45804,8 +53381,20 @@ packages: resolution: {integrity: sha512-dnSoUiLAoVaMXxFsVi4CrPVYMKOuDBXTghXSmMINX44RZ8WM9cXlY7UqrQnlAcODCVO7FV3+8t/5nDKAjimLfg==} dev: true +<<<<<<< HEAD /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} +======= + /json5@1.0.1: + resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} + hasBin: true + dependencies: + minimist: 1.2.8 + + /json5@2.2.0: + resolution: {integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==} + engines: {node: '>=6'} +>>>>>>> 28159dc4c9 (Lock File Update) hasBin: true dependencies: minimist: 1.2.8 @@ -45823,21 +53412,28 @@ packages: resolution: {integrity: sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==} dev: true +<<<<<<< HEAD /jsonc-parser@3.2.0: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: true +======= + /jsonfile@2.4.0: + resolution: {integrity: sha512-PKllAqbgLgxHaj8TElYymKCAgrASebJrWpTnEkOaTowt23VKXXN0sUeriJ+eh7y6ufb/CC5ap11pz71/cM0hUw==} + optionalDependencies: + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 /jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.1 optionalDependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 /jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} @@ -45857,18 +53453,19 @@ packages: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.5.4 + semver: 7.5.3 dev: false - /jsprim@1.4.2: - resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} - engines: {node: '>=0.6.0'} + /jsprim@1.4.1: + resolution: {integrity: sha512-4Dj8Rf+fQ+/Pn7C5qeEX02op1WfOss3PKTE9Nsop3Dx+6UPxlm1dr/og7o2cRa5hNN07CACr4NFzRLtj/rjWog==} + engines: {'0': node >=0.6.0} dependencies: assert-plus: 1.0.0 extsprintf: 1.3.0 - json-schema: 0.4.0 + json-schema: 0.2.3 verror: 1.10.0 +<<<<<<< HEAD /jsx-ast-utils@3.3.5: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} @@ -45877,6 +53474,14 @@ packages: array.prototype.flat: 1.3.2 object.assign: 4.1.5 object.values: 1.1.7 +======= + /jsx-ast-utils@3.2.1: + resolution: {integrity: sha512-uP5vu8xfy2F9A6LGC22KO7e2/vGTS1MhP+18f++ZNlf0Ohaxbc9nIEwHAsejlJKyzfZzU5UIhe5ItYkitcZnZA==} + engines: {node: '>=4.0'} + dependencies: + array-includes: 3.1.4 + object.assign: 4.1.4 +>>>>>>> 28159dc4c9 (Lock File Update) /junk@3.1.0: resolution: {integrity: sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==} @@ -45937,18 +53542,30 @@ packages: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} +<<<<<<< HEAD /klaw-sync@6.0.0: resolution: {integrity: sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==} dependencies: graceful-fs: 4.2.11 dev: true +======= + /klaw@1.3.1: + resolution: {integrity: sha512-TED5xi9gGQjGpNnvRWknrwAB1eL5GciPfVFOt3Vk1OJCVDQbzuSfrF3hkUQKlsgKrG1F+0t5W0m+Fje1jIt8rw==} + optionalDependencies: + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) /kleur@3.0.3: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} +<<<<<<< HEAD /klona@2.0.6: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} +======= + /klona@2.0.5: + resolution: {integrity: sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 8'} /known-css-properties@0.20.0: @@ -45963,14 +53580,13 @@ packages: resolution: {integrity: sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==} dev: true - /language-subtag-registry@0.3.22: - resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} + /language-subtag-registry@0.3.21: + resolution: {integrity: sha512-L0IqwlIXjilBVVYKFT37X9Ih11Um5NEl9cbJIuU/SwP/zEEAbBPOnEeeuxVMf45ydWQRDQN3Nqc96OgbH1K+Pg==} - /language-tags@1.0.9: - resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} - engines: {node: '>=0.10'} + /language-tags@1.0.5: + resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} dependencies: - language-subtag-registry: 0.3.22 + language-subtag-registry: 0.3.21 /latest-version@3.1.0: resolution: {integrity: sha512-Be1YRHWWlZaSsrz2U+VInk+tO0EwLIyV+23RhWLINJYwg/UIikxjlj3MhH37/6/EDCAusjajvMkMMUXRaMWl/w==} @@ -45998,7 +53614,11 @@ packages: dependencies: '@babel/runtime': 7.23.5 app-root-dir: 1.0.2 +<<<<<<< HEAD core-js: 3.34.0 +======= + core-js: 3.33.3 +>>>>>>> 28159dc4c9 (Lock File Update) dotenv: 8.6.0 dotenv-expand: 5.1.0 dev: true @@ -46173,8 +53793,8 @@ packages: dependencies: computed-style: 0.1.4 - /lines-and-columns@1.2.4: - resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + /lines-and-columns@1.1.6: + resolution: {integrity: sha512-8ZmlJFVK9iCmtLz19HpSsR8HaAMWBT284VMNednLwlIMDP2hJDCIhUp0IZ2xUcZ+Ob6BM0VvCSJwzASDM45NLQ==} /linkify-it@2.2.0: resolution: {integrity: sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw==} @@ -46200,18 +53820,18 @@ packages: hasBin: true dependencies: cli-truncate: 3.1.0 - colorette: 2.0.20 - commander: 9.5.0 - debug: 4.3.4(supports-color@9.4.0) + colorette: 2.0.16 + commander: 9.4.0 + debug: 4.3.4(supports-color@9.2.2) execa: 5.1.1 lilconfig: 2.0.5 listr2: 4.0.5 micromatch: 4.0.5 normalize-path: 3.0.0 - object-inspect: 1.13.1 + object-inspect: 1.12.2 pidtree: 0.5.0 - string-argv: 0.3.2 - supports-color: 9.4.0 + string-argv: 0.3.1 + supports-color: 9.2.2 yaml: 1.10.2 transitivePeerDependencies: - enquirer @@ -46255,11 +53875,11 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.20 + colorette: 2.0.16 log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.8.1 + rxjs: 7.8.0 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -46291,7 +53911,7 @@ packages: resolution: {integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==} engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 parse-json: 2.2.0 pify: 2.3.0 pinkie-promise: 2.0.1 @@ -46302,7 +53922,7 @@ packages: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} engines: {node: '>=4'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 parse-json: 4.0.0 pify: 3.0.0 strip-bom: 3.0.0 @@ -46323,7 +53943,7 @@ packages: resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} engines: {node: '>=8'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 parse-json: 5.2.0 strip-bom: 4.0.0 type-fest: 0.6.0 @@ -46333,7 +53953,7 @@ packages: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 js-yaml: 3.14.1 pify: 4.0.1 strip-bom: 3.0.0 @@ -46344,6 +53964,7 @@ packages: engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dev: true +<<<<<<< HEAD /loader-runner@4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} @@ -46355,6 +53976,27 @@ packages: big.js: 5.2.2 emojis-list: 3.0.0 json5: 1.0.2 +======= + /loader-runner@4.2.0: + resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} + engines: {node: '>=6.11.5'} + + /loader-utils@1.4.0: + resolution: {integrity: sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA==} + engines: {node: '>=4.0.0'} + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 1.0.1 + + /loader-utils@2.0.2: + resolution: {integrity: sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==} + engines: {node: '>=8.9.0'} + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 2.2.3 +>>>>>>> 28159dc4c9 (Lock File Update) /loader-utils@2.0.4: resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} @@ -46364,6 +54006,16 @@ packages: emojis-list: 3.0.0 json5: 2.2.3 +<<<<<<< HEAD +======= + /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 + +>>>>>>> 28159dc4c9 (Lock File Update) /locate-path@3.0.0: resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} engines: {node: '>=6'} @@ -46610,7 +54262,7 @@ packages: hasBin: true dependencies: ansi-fragments: 0.2.1 - dayjs: 1.11.10 + dayjs: 1.11.5 yargs: 15.4.1 /lolex@5.1.2: @@ -46698,9 +54350,10 @@ packages: dependencies: yallist: 4.0.0 - /lru-cache@7.18.3: - resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} + /lru-cache@7.14.0: + resolution: {integrity: sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==} engines: {node: '>=12'} + dev: true /lru-cache@9.1.2: resolution: {integrity: sha512-ERJq3FOzJTxBbFjZ7iDs+NiK4VI9Wz+RdrrAB8dio1oV+YvdPzUEE4QNiT2VD51DkIbCYRUUzCRkssXCHqSnKQ==} @@ -46751,7 +54404,7 @@ packages: engines: {node: '>=6'} dependencies: pify: 4.0.1 - semver: 5.7.2 + semver: 5.7.1 /make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} @@ -46759,12 +54412,6 @@ packages: dependencies: semver: 6.3.1 - /make-dir@4.0.0: - resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} - engines: {node: '>=10'} - dependencies: - semver: 7.5.4 - /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} @@ -46778,8 +54425,13 @@ packages: http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-lambda: 1.0.1 +<<<<<<< HEAD lru-cache: 7.18.3 minipass: 3.3.6 +======= + lru-cache: 7.14.0 + minipass: 3.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) minipass-collect: 1.0.2 minipass-fetch: 2.1.2 minipass-flush: 1.0.5 @@ -47161,8 +54813,8 @@ packages: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} - /mem-fs-editor@9.7.0(mem-fs@2.3.0): - resolution: {integrity: sha512-ReB3YD24GNykmu4WeUL/FDIQtkoyGB6zfJv60yfCo3QjKeimNcTqv2FT83bP0ccs6uu+sm5zyoBlspAzigmsdg==} + /mem-fs-editor@9.5.0(mem-fs@2.2.1): + resolution: {integrity: sha512-7p+bBDqsSisO20YIZf2ntYvST27fFJINn7CKE21XdPUQDcLV62b/yB5sTOooQeEoiZ3rldZQ+4RfONgL/gbRoA==} engines: {node: '>=12.10.0'} peerDependencies: mem-fs: ^2.1.0 @@ -47170,25 +54822,25 @@ packages: mem-fs: optional: true dependencies: - binaryextensions: 4.19.0 + binaryextensions: 4.18.0 commondir: 1.0.1 deep-extend: 0.6.0 - ejs: 3.1.9 + ejs: 3.1.8 globby: 11.1.0 - isbinaryfile: 5.0.0 - mem-fs: 2.3.0 - minimatch: 7.4.6 + isbinaryfile: 4.0.10 + mem-fs: 2.2.1 + minimatch: 3.1.2 multimatch: 5.0.0 normalize-path: 3.0.0 - textextensions: 5.16.0 + textextensions: 5.15.0 dev: true - /mem-fs@2.3.0: - resolution: {integrity: sha512-GftCCBs6EN8sz3BoWO1bCj8t7YBtT713d8bUgbhg9Iel5kFSqnSvCK06TYIDJAtJ51cSiWkM/YemlT0dfoFycw==} + /mem-fs@2.2.1: + resolution: {integrity: sha512-yiAivd4xFOH/WXlUi6v/nKopBh1QLzwjFi36NK88cGt/PRXI8WeBASqY+YSjIVWvQTx3hR8zHKDBMV6hWmglNA==} engines: {node: '>=12'} dependencies: '@types/node': 15.14.9 - '@types/vinyl': 2.0.11 + '@types/vinyl': 2.0.6 vinyl: 2.2.1 vinyl-file: 3.0.0 dev: true @@ -47232,7 +54884,7 @@ packages: resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==} dependencies: errno: 0.1.8 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /memory-fs@0.5.0: @@ -47240,7 +54892,7 @@ packages: engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dependencies: errno: 0.1.8 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /meow@3.7.0: resolution: {integrity: sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==} @@ -47348,16 +55000,26 @@ packages: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} +<<<<<<< HEAD /metro-babel-transformer@0.80.1: resolution: {integrity: sha512-8mFluLGyOKzhedSAFANCe1cyT2fBlt1+tl0dqlcJI6OCP/V0I22bNFlyogWzseOjVTd3c0iEAbRXioZOUGOMzQ==} engines: {node: '>=18'} dependencies: '@babel/core': 7.23.5 hermes-parser: 0.17.1 +======= + /metro-babel-transformer@0.72.1: + resolution: {integrity: sha512-VK7A9gepnhrKC0DMoxtPjYYHjkkfNwzLMYJgeL6Il6IaX/K/VHTILSEqgpxfNDos2jrXazuR5+rXDLE/RCzqmw==} + dependencies: + '@babel/core': 7.21.3 + hermes-parser: 0.8.0 + metro-source-map: 0.72.1 +>>>>>>> 28159dc4c9 (Lock File Update) nullthrows: 1.1.1 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /metro-cache-key@0.80.1: resolution: {integrity: sha512-Hj2CWFVy11dEa7iNoy2fI14kD6DiFUD7houGTnFy9esCAm3y/hedciMXg4+1eihz+vtfhPWUIu+ZW/sXeIQkFQ==} engines: {node: '>=18'} @@ -47372,20 +55034,51 @@ packages: /metro-config@0.80.1: resolution: {integrity: sha512-ADbPLfMAe68CJGwu6vM0cXImfME0bauLK8P98mQbiAP6xLYVehCdeXEWSe9plVWhzpPLNemSr1AlTvPTMdl3Bw==} engines: {node: '>=18'} +======= + /metro-babel-transformer@0.72.2: + resolution: {integrity: sha512-3Bxk/MoXHn/ysmsH7ov6inDHrSWz5eowYRGzilOSSXe9y3DJ/ceTHfT+DWsPr9IgTJLQfKVN/F0pZ+1Ndqh52A==} + dependencies: + '@babel/core': 7.21.3 + hermes-parser: 0.8.0 + metro-source-map: 0.72.2 + nullthrows: 1.1.1 + transitivePeerDependencies: + - supports-color + + /metro-cache-key@0.72.2: + resolution: {integrity: sha512-P8p4QQzbEFMuk81xklc62qdE+CGBjP9u+ECP3iYNXIAW0+apS6Dntyvx/xCLy0a4MIryXqg2EJ2Z8XrmKmNeGQ==} + + /metro-cache@0.72.2: + resolution: {integrity: sha512-0Yw3J32eYTp7x7bAAg+a9ScBG/mpib6Wq4WPSYvhoNilPFHzh7knLDMil3WGVCQlI1r+5xtpw/FDhNVKuypQqg==} + dependencies: + metro-core: 0.72.2 + rimraf: 2.7.1 + + /metro-config@0.72.2: + resolution: {integrity: sha512-rvX4fBctPYEIPtTEcgun7Q+3IwuR5+gMPQrwDhE8hHDHPmFkfrW9UsEqD7VArJFRr0AwXSd7GD+eapFPjXr43Q==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: - connect: 3.7.0 cosmiconfig: 5.2.1 +<<<<<<< HEAD jest-validate: 29.7.0 metro: 0.80.1 metro-cache: 0.80.1 metro-core: 0.80.1 metro-runtime: 0.80.1 +======= + jest-validate: 26.6.2 + metro: 0.72.2 + metro-cache: 0.72.2 + metro-core: 0.72.2 + metro-runtime: 0.72.2 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate +<<<<<<< HEAD /metro-core@0.80.1: resolution: {integrity: sha512-f2Kav0/467YBG0DGAEX6+EQoYcUK+8vXIrEHQSkxCPXTjFcyppXUt2O6SDHMlL/Z5CGpd4uK1c/byXEfImJJdA==} engines: {node: '>=18'} @@ -47396,22 +55089,39 @@ packages: /metro-file-map@0.80.1: resolution: {integrity: sha512-Z00OaxlVx1Ynr3r3bZwgI9RXaimh1evTgofuk5TeYC5LEKWcAVr7QU0cGbjfhXa/kzD8iFFYPbDBENOXc398XQ==} engines: {node: '>=18'} +======= + /metro-core@0.72.2: + resolution: {integrity: sha512-OXNH8UbKIhvpyHGJrdQYnPUmyPHSuVY4OO6pQxODdTW+uiO68PPPgIIVN67vlCAirZolxRFpma70N7m0sGCZyg==} dependencies: - anymatch: 3.1.3 + lodash.throttle: 4.1.1 + metro-resolver: 0.72.2 + + /metro-file-map@0.72.2: + resolution: {integrity: sha512-6LMgsVT2/Ik6sKtzG1T13pwxJYrSX/JtbF5HwOU7Q/L79Mopy9NQnw9hQoXPcnVXA12gbWfp6Va/NnycaTxX+w==} +>>>>>>> 28159dc4c9 (Lock File Update) + dependencies: + abort-controller: 3.0.0 + anymatch: 3.1.2 debug: 2.6.9(supports-color@6.1.0) - fb-watchman: 2.0.2 - graceful-fs: 4.2.11 + fb-watchman: 2.0.1 + graceful-fs: 4.2.9 invariant: 2.2.4 +<<<<<<< HEAD jest-worker: 29.7.0 +======= + jest-regex-util: 27.5.1 + jest-serializer: 27.5.1 + jest-util: 27.5.1 + jest-worker: 27.5.1 +>>>>>>> 28159dc4c9 (Lock File Update) micromatch: 4.0.5 - node-abort-controller: 3.1.1 - nullthrows: 1.1.1 walker: 1.0.8 optionalDependencies: - fsevents: 2.3.3 + fsevents: 2.3.2 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /metro-minify-terser@0.80.1: resolution: {integrity: sha512-LfX3n895J6MsyiQkLz2SYcKVmZA1ag0NfYDyQapdnOd/oZmkdSu5jUWt0IjiohRLqKSnvyDp00OdQDRfhD3S8g==} engines: {node: '>=18'} @@ -47425,6 +55135,26 @@ packages: /metro-runtime@0.80.1: resolution: {integrity: sha512-RQ+crdwbC4oUYzWom8USCvJWEfFyIuQAeV0bVcNvbpaaz3Q4imXSINJkjDth37DHnxUlhNhEeAcRG6JQIO1QeA==} engines: {node: '>=18'} +======= + /metro-hermes-compiler@0.72.2: + resolution: {integrity: sha512-X8fjDBGNwjHxYAlMtrsr8x/JI/Gep7uzLDuHOMuRU5iAIVt+gH0Z+zjbJTsX++yLZ41i755zw5akvpQnyjVl/w==} + + /metro-inspector-proxy@0.72.2: + resolution: {integrity: sha512-VEJU3J+0qrU33o+5tHemVuRWMXswtSrRI1lTE9yFiU8GAxoKrSy2kfJ5cOPLfv/8Nf6M6zRayjUs/Q46kjvfow==} + hasBin: true + dependencies: + connect: 3.7.0 + debug: 2.6.9(supports-color@6.1.0) + ws: 7.5.5 + yargs: 15.4.1 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + /metro-minify-uglify@0.72.2: + resolution: {integrity: sha512-b9KH4vMd1yvBYfcA3xvc1HZmPWIpOhiNyiEjh7pw7il1TONAR0+Rj8TS0yG57eSYM8IB86UIwB7Y5PVCNfUNXQ==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: '@babel/runtime': 7.23.5 @@ -47438,131 +55168,130 @@ packages: ======= uglify-es: 3.3.9 - /metro-react-native-babel-preset@0.76.8(@babel/core@7.12.9): - resolution: {integrity: sha512-Ptza08GgqzxEdK8apYsjTx2S8WDUlS2ilBlu9DR1CUcHmg4g3kOkFylZroogVAUKtpYQNYwAvdsjmrSdDNtiAg==} - engines: {node: '>=16'} + /metro-react-native-babel-preset@0.72.1(@babel/core@7.12.9): + resolution: {integrity: sha512-DlvMw2tFrCqD9OXBoN11fPM09kHC22FZpnkTmG4Pr4kecV+aDmEGxwakjUcjELrX1JCXz2MLPvqeJkbiP1f5CA==} peerDependencies: '@babel/core': '*' dependencies: '@babel/core': 7.12.9 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.12.9) '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.12.9) - '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.12.9) + '@babel/plugin-proposal-export-default-from': 7.16.7(@babel/core@7.12.9) '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.12.9) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.12.9) '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.12.9) '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.12.9) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.12.9) + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.12.9) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.12.9) - '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.12.9) + '@babel/plugin-syntax-export-default-from': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-syntax-flow': 7.16.7(@babel/core@7.12.9) '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.12.9) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.12.9) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.12.9) - '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.12.9) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.12.9) - '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.12.9) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.12.9) - '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.12.9) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.12.9) + '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-async-to-generator': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.12.9) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.12.9) + '@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.12.9) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.12.9) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.12.9) + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.12.9) + '@babel/plugin-transform-react-jsx-self': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-react-jsx-source': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-runtime': 7.19.1(@babel/core@7.12.9) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-spread': 7.19.0(@babel/core@7.12.9) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.12.9) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.12.9) + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.12.9) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.12.9) '@babel/template': 7.22.15 - babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.12.9) react-refresh: 0.4.3 transitivePeerDependencies: - supports-color - /metro-react-native-babel-preset@0.76.8(@babel/core@7.23.3): - resolution: {integrity: sha512-Ptza08GgqzxEdK8apYsjTx2S8WDUlS2ilBlu9DR1CUcHmg4g3kOkFylZroogVAUKtpYQNYwAvdsjmrSdDNtiAg==} - engines: {node: '>=16'} + /metro-react-native-babel-preset@0.72.2(@babel/core@7.21.3): + resolution: {integrity: sha512-OMp77TUUZAoiuUv5uKNc08AnJNQxD28k92eQvo8tPcA8Wx6OZlEUvL7M7SFkef2mEYJ0vnrRjOamSnbBuq/+1w==} peerDependencies: '@babel/core': '*' dependencies: - '@babel/core': 7.23.3 - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.23.3) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-proposal-export-default-from': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.23.3) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.23.3) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.23.3) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-export-default-from': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.3) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.23.3) - '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-flow-strip-types': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.3) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.23.3) - '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-runtime': 7.23.4(@babel/core@7.23.3) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.3) - '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.3) + '@babel/core': 7.21.3 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.3) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-export-default-from': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-proposal-optional-chaining': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-export-default-from': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-syntax-flow': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.3) + '@babel/plugin-transform-arrow-functions': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-async-to-generator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.3) + '@babel/plugin-transform-computed-properties': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-flow-strip-types': 7.16.7(@babel/core@7.21.3) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.21.3) + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1(@babel/core@7.21.3) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.3) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx': 7.22.3(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx-self': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-react-jsx-source': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-runtime': 7.19.1(@babel/core@7.21.3) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-spread': 7.19.0(@babel/core@7.21.3) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.3) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.3) + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.21.3) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.3) '@babel/template': 7.22.15 - babel-plugin-transform-flow-enums: 0.0.2(@babel/core@7.23.3) react-refresh: 0.4.3 transitivePeerDependencies: - supports-color - /metro-react-native-babel-transformer@0.76.8(@babel/core@7.12.9): - resolution: {integrity: sha512-3h+LfS1WG1PAzhq8QF0kfXjxuXetbY/lgz8vYMQhgrMMp17WM1DNJD0gjx8tOGYbpbBC1qesJ45KMS4o5TA73A==} - engines: {node: '>=16'} + /metro-react-native-babel-transformer@0.72.1(@babel/core@7.12.9): + resolution: {integrity: sha512-hMnN0MOgVloAk94YuXN7sLeDaZ51Y6xIcJXxIU1s/KaygAGXk6o7VAdwf2MY/IV1SIct5lkW4Gn71u/9/EvfXA==} peerDependencies: '@babel/core': '*' dependencies: '@babel/core': 7.12.9 babel-preset-fbjs: 3.4.0(@babel/core@7.12.9) - hermes-parser: 0.12.0 - metro-react-native-babel-preset: 0.76.8(@babel/core@7.12.9) + hermes-parser: 0.8.0 + metro-babel-transformer: 0.72.1 + metro-react-native-babel-preset: 0.72.1(@babel/core@7.12.9) + metro-source-map: 0.72.1 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - /metro-resolver@0.76.8: - resolution: {integrity: sha512-KccOqc10vrzS7ZhG2NSnL2dh3uVydarB7nOhjreQ7C4zyWuiW9XpLC4h47KtGQv3Rnv/NDLJYeDqaJ4/+140HQ==} - engines: {node: '>=16'} - - /metro-runtime@0.76.8: - resolution: {integrity: sha512-XKahvB+iuYJSCr3QqCpROli4B4zASAYpkK+j3a0CJmokxCDNbgyI4Fp88uIL6rNaZfN0Mv35S0b99SdFXIfHjg==} - engines: {node: '>=16'} + /metro-resolver@0.72.2: + resolution: {integrity: sha512-5KTWolUgA6ivLkg3DmFS2WltphBPQW7GT7An+6Izk/NU+y/6crmsoaLmNxjpZo4Fv+i/FxDSXqpbpQ6KrRWvlQ==} dependencies: - '@babel/runtime': 7.23.4 + absolute-path: 0.0.0 + + /metro-runtime@0.72.1: + resolution: {integrity: sha512-CO+fvJKYHKuR2vo7kjsegQ2oF3FMwa4YhnUInQ+xPVxWoy8DbOpmruKBoTsQVgHwyIziXzvJa+mze/6CFvT+3A==} + dependencies: + '@babel/runtime': 7.23.5 react-refresh: 0.4.3 - /metro-source-map@0.76.8: - resolution: {integrity: sha512-Hh0ncPsHPVf6wXQSqJqB3K9Zbudht4aUtNpNXYXSxH+pteWqGAXnjtPsRAnCsCWl38wL0jYF0rJDdMajUI3BDw==} - engines: {node: '>=16'} + /metro-runtime@0.72.2: + resolution: {integrity: sha512-jIHH6ILSWJtINHA0+KgnH1T5RO5mkf46sQahgC+GYjZjGoshs8+tBdjviYD/xy5s4olCJ1hmycV+XvauQmJdkQ==} dependencies: +<<<<<<< HEAD '@babel/traverse': 7.23.4 '@babel/types': 7.23.4 >>>>>>> 9feae75363 (Lock file update) @@ -47570,11 +55299,26 @@ packages: metro-symbolicate: 0.80.1 nullthrows: 1.1.1 ob1: 0.80.1 +======= + '@babel/runtime': 7.23.5 + react-refresh: 0.4.3 + + /metro-source-map@0.72.1: + resolution: {integrity: sha512-77TZuf10Ru+USo97HwDT8UceSzOGBZB8EYTObOsR0n1sjQHjvKsMflLA9Pco13o9NsIYAG6c6P/0vIpiHKqaKA==} + dependencies: + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + invariant: 2.2.4 + metro-symbolicate: 0.72.1 + nullthrows: 1.1.1 + ob1: 0.72.1 +>>>>>>> 28159dc4c9 (Lock File Update) source-map: 0.5.7 vlq: 1.0.1 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /metro-symbolicate@0.80.1: resolution: {integrity: sha512-HxIHH/wLPyO9pZTmIfvCG/63n8UDTLjHzcWPMRUiLOc0cHa/NI2ewtik1VK2Lzm3swvU8EfD9XXJ//jEnIlhIg==} engines: {node: '>=18'} @@ -47582,6 +55326,29 @@ packages: dependencies: invariant: 2.2.4 metro-source-map: 0.80.1 +======= + /metro-source-map@0.72.2: + resolution: {integrity: sha512-dqYK8DZ4NzGkhik0IkKRBLuPplXqF6GoKrFQ/XMw0FYGy3+dFJ9nIDxsCyg3GcjCt6Mg8FEqGrXlpMG7MrtC9Q==} + dependencies: + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + invariant: 2.2.4 + metro-symbolicate: 0.72.2 + nullthrows: 1.1.1 + ob1: 0.72.2 + source-map: 0.5.7 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + + /metro-symbolicate@0.72.1: + resolution: {integrity: sha512-ScC3dVd2XrfZSd6kubOw7EJNp2oHdjrqOjGpFohtcXGjhqkzDosp7Fg84VgwQGN8g720xvUyEBfSMmUCXcicOQ==} + engines: {node: '>=8.3'} + hasBin: true + dependencies: + invariant: 2.2.4 + metro-source-map: 0.72.1 +>>>>>>> 28159dc4c9 (Lock File Update) nullthrows: 1.1.1 source-map: 0.5.7 through2: 2.0.5 @@ -47589,6 +55356,7 @@ packages: transitivePeerDependencies: - supports-color +<<<<<<< HEAD /metro-transform-plugins@0.80.1: resolution: {integrity: sha512-sJkzY9WJ9p7t3TrvNuIxW/6z4nQZC1pN3nJl4eQmE2lmHBqEMeZr/83DyTnf9Up86abQAXHVZmG5JzXrq7Kb5g==} engines: {node: '>=18'} @@ -47597,10 +55365,34 @@ packages: '@babel/generator': 7.23.5 '@babel/template': 7.22.15 '@babel/traverse': 7.23.5 +======= + /metro-symbolicate@0.72.2: + resolution: {integrity: sha512-Rn47dSggFU9jf+fpUE6/gkNQU7PQPTIbh2iUu7jI8cJFBODs0PWlI5h0W9XlQ56lcBtjLQz6fvZSloKdDcI2fQ==} + engines: {node: '>=8.3'} + hasBin: true + dependencies: + invariant: 2.2.4 + metro-source-map: 0.72.2 + nullthrows: 1.1.1 + source-map: 0.5.7 + through2: 2.0.5 + vlq: 1.0.1 + transitivePeerDependencies: + - supports-color + + /metro-transform-plugins@0.72.2: + resolution: {integrity: sha512-f2Zt6ti156TWFrnCRg7vxBIHBJcERBX8nwKmRKGFCbU+rk4YOxwONY4Y0Gn9Kocfu313P1xNqWYH5rCqvEWMaQ==} + dependencies: + '@babel/core': 7.21.3 + '@babel/generator': 7.21.3 + '@babel/template': 7.22.15 + '@babel/traverse': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) nullthrows: 1.1.1 transitivePeerDependencies: - supports-color +<<<<<<< HEAD /metro-transform-worker@0.80.1: resolution: {integrity: sha512-SkX9JBQGbNkzJ2oF7sAi8Nbc0KRLj8Rus9Z4kPh++JCTNqEwsZV5z27ksr9I9EGbqL2/qfUrDZJo1OwozX6dhw==} engines: {node: '>=18'} @@ -47615,6 +55407,23 @@ packages: metro-cache-key: 0.80.1 metro-source-map: 0.80.1 metro-transform-plugins: 0.80.1 +======= + /metro-transform-worker@0.72.2: + resolution: {integrity: sha512-z5OOnEO3NV6PgI8ORIBvJ5m+u9THFpy+6WIg/MUjP9k1oqasWaP1Rfhv7K/a+MD6uho1rgXj6nwWDqybsqHY/w==} + dependencies: + '@babel/core': 7.21.3 + '@babel/generator': 7.21.3 + '@babel/parser': 7.22.15 + '@babel/types': 7.22.15 + babel-preset-fbjs: 3.4.0(@babel/core@7.21.3) + metro: 0.72.2 + metro-babel-transformer: 0.72.2 + metro-cache: 0.72.2 + metro-cache-key: 0.72.2 + metro-hermes-compiler: 0.72.2 + metro-source-map: 0.72.2 + metro-transform-plugins: 0.72.2 +>>>>>>> 28159dc4c9 (Lock File Update) nullthrows: 1.1.1 transitivePeerDependencies: - bufferutil @@ -47622,6 +55431,7 @@ packages: - supports-color - utf-8-validate +<<<<<<< HEAD /metro@0.80.1: resolution: {integrity: sha512-yp0eLYFY+5seXr7KR1fe61eDL4Qf5dvLS6dl1eKn4DPKgROC9A4nTsulHdMy2ntXWgjnAZRJBDPHuh3tAi4/nQ==} engines: {node: '>=18'} @@ -47635,11 +55445,28 @@ packages: '@babel/traverse': 7.23.5 '@babel/types': 7.23.5 accepts: 1.3.8 +======= + /metro@0.72.2: + resolution: {integrity: sha512-TWqKnPMu4OX7ew7HJwsD4LBzhtn7Iqeu2OAqjlMCJtqMKqi/YWoxFf1VGZxH/mJVLhbe/5SWU5St/tqsST8swg==} + hasBin: true + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/core': 7.21.3 + '@babel/generator': 7.21.3 + '@babel/parser': 7.22.15 + '@babel/template': 7.22.15 + '@babel/traverse': 7.21.3 + '@babel/types': 7.22.15 + absolute-path: 0.0.0 + accepts: 1.3.8 + async: 3.2.4 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 ci-info: 2.0.0 connect: 3.7.0 debug: 2.6.9(supports-color@6.1.0) denodeify: 1.2.1 +<<<<<<< HEAD error-stack-parser: 2.1.4 graceful-fs: 4.2.11 hermes-parser: 0.17.1 @@ -47661,16 +55488,43 @@ packages: metro-symbolicate: 0.80.1 metro-transform-plugins: 0.80.1 metro-transform-worker: 0.80.1 +======= + error-stack-parser: 2.0.6 + fs-extra: 1.0.0 + graceful-fs: 4.2.9 + hermes-parser: 0.8.0 + image-size: 0.6.3 + invariant: 2.2.4 + jest-worker: 27.5.1 + lodash.throttle: 4.1.1 + metro-babel-transformer: 0.72.2 + metro-cache: 0.72.2 + metro-cache-key: 0.72.2 + metro-config: 0.72.2 + metro-core: 0.72.2 + metro-file-map: 0.72.2 + metro-hermes-compiler: 0.72.2 + metro-inspector-proxy: 0.72.2 + metro-minify-uglify: 0.72.2 + metro-react-native-babel-preset: 0.72.2(@babel/core@7.21.3) + metro-resolver: 0.72.2 + metro-runtime: 0.72.2 + metro-source-map: 0.72.2 + metro-symbolicate: 0.72.2 + metro-transform-plugins: 0.72.2 + metro-transform-worker: 0.72.2 +>>>>>>> 28159dc4c9 (Lock File Update) mime-types: 2.1.35 - node-fetch: 2.7.0 + node-fetch: 2.6.7 nullthrows: 1.1.1 - rimraf: 3.0.2 + rimraf: 2.7.1 serialize-error: 2.1.0 source-map: 0.5.7 strip-ansi: 6.0.1 + temp: 0.8.3 throat: 5.0.0 - ws: 7.5.9 - yargs: 17.7.2 + ws: 7.5.5 + yargs: 15.4.1 transitivePeerDependencies: - bufferutil - encoding @@ -47684,7 +55538,7 @@ packages: /micromark@2.11.4: resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) parse-entities: 2.0.0 transitivePeerDependencies: - supports-color @@ -47809,16 +55663,16 @@ packages: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} - /mini-css-extract-plugin@0.9.0(webpack@4.47.0): + /mini-css-extract-plugin@0.9.0(webpack@4.46.0): resolution: {integrity: sha512-lp3GeY7ygcgAmVIcRPBVhIkf8Us7FZjA+ILpal44qLdSu11wmjKQ3d9k15lfD7pO4esu9eUIAW7qiYIBppv40A==} engines: {node: '>= 6.9.0'} peerDependencies: webpack: ^4.4.0 dependencies: - loader-utils: 1.4.2 + loader-utils: 1.4.0 normalize-url: 1.9.1 schema-utils: 1.0.0 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) webpack-sources: 1.4.3 dev: true @@ -47828,8 +55682,22 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: +<<<<<<< HEAD schema-utils: 4.2.0 webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) +======= + schema-utils: 4.0.0 + webpack: 5.70.0(webpack-cli@4.9.2) + + /mini-css-extract-plugin@2.6.0(webpack@5.76.3): + resolution: {integrity: sha512-ndG8nxCEnAemsg4FSgS+yNyHKgkTB4nPKqCOgh65j3/30qqC5RaSQQXMm++Y6sb6E1zRSxPkztj9fqxhS1Eo6w==} + engines: {node: '>= 12.13.0'} + peerDependencies: + webpack: ^5.0.0 + dependencies: + schema-utils: 4.0.0 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /mini-css-extract-plugin@2.7.6(webpack@5.89.0): @@ -47852,7 +55720,6 @@ packages: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: brace-expansion: 1.1.11 - dev: true /minimatch@3.0.5: resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} @@ -47871,18 +55738,39 @@ packages: dependencies: brace-expansion: 1.1.11 +<<<<<<< HEAD /minimatch@5.1.6: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} +======= + /minimatch@5.1.0: + resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 +<<<<<<< HEAD /minimatch@7.4.6: resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 dev: true +======= + /minimatch@9.0.0: + resolution: {integrity: sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: false + + /minimatch@9.0.1: + resolution: {integrity: sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /minimatch@9.0.3: resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} @@ -48012,10 +55900,14 @@ packages: /mitt@3.0.0: resolution: {integrity: sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==} +<<<<<<< HEAD dev: true /mitt@3.0.1: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /mixin-deep@1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} @@ -48050,12 +55942,6 @@ packages: minimist: 1.2.8 dev: true - /mkdirp@0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} - hasBin: true - dependencies: - minimist: 1.2.8 - /mkdirp@1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} @@ -48192,8 +56078,13 @@ packages: big-integer: 1.6.52 dev: false +<<<<<<< HEAD /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} +======= + /nanoid@3.3.6: + resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true @@ -48234,8 +56125,12 @@ packages: chokidar: 3.5.3 ======= chokidar: 3.5.2 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) isbinaryfile: 3.0.3 mime: 2.6.0 opn: 5.5.0 @@ -48274,10 +56169,13 @@ packages: resolution: {integrity: sha512-FlZ7oN9ICt+fbcJ4ag2IsALIcalfE/E16ttdSA8peBiHJI+oEKdOcafqDnUbeUe5NwWGn/m9zZGO9qrAGzfesg==} dev: true +<<<<<<< HEAD /netmask@2.0.2: resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==} engines: {node: '>= 0.4.0'} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} @@ -48293,6 +56191,7 @@ packages: /node-abort-controller@3.1.1: resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} + dev: true /node-dir@0.1.17: resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} @@ -48303,8 +56202,13 @@ packages: /node-environment-flags@1.0.6: resolution: {integrity: sha512-5Evy2epuL+6TM0lCQGpFIj6KwiEsGh1SrHUhTbNX+sLbBtjidPZFAnVK9y5yU1+h//RitLbRHTIMyxQPtxMdHw==} dependencies: +<<<<<<< HEAD object.getownpropertydescriptors: 2.1.7 semver: 5.7.2 +======= + object.getownpropertydescriptors: 2.1.3 + semver: 5.7.1 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /node-fetch-native@1.4.1: @@ -48334,17 +56238,6 @@ packages: whatwg-url: 5.0.0 dev: true - /node-fetch@2.7.0: - resolution: {integrity: sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - dependencies: - whatwg-url: 5.0.0 - /node-forge@1.3.1: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} @@ -48356,11 +56249,12 @@ packages: dependencies: env-paths: 2.2.1 glob: 7.2.3 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 make-fetch-happen: 9.1.0 nopt: 5.0.0 npmlog: 6.0.2 rimraf: 3.0.2 +<<<<<<< HEAD semver: 7.5.4 tar: 6.2.0 which: 2.0.2 @@ -48384,6 +56278,10 @@ packages: rimraf: 3.0.2 semver: 7.5.4 tar: 6.2.0 +======= + semver: 7.5.3 + tar: 6.1.11 +>>>>>>> 28159dc4c9 (Lock File Update) which: 2.0.2 transitivePeerDependencies: - bluebird @@ -48408,9 +56306,9 @@ packages: os-browserify: 0.3.0 path-browserify: 0.0.1 process: 0.11.10 - punycode: 1.4.1 + punycode: 1.3.2 querystring-es3: 0.2.1 - readable-stream: 2.3.8 + readable-stream: 2.3.7 stream-browserify: 2.0.2 stream-http: 2.8.3 string_decoder: 1.3.0 @@ -48426,7 +56324,7 @@ packages: dependencies: growly: 1.3.0 is-wsl: 1.1.0 - semver: 5.7.2 + semver: 5.7.1 shellwords: 0.1.1 which: 1.3.1 dev: false @@ -48449,7 +56347,7 @@ packages: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.5.4 + semver: 7.5.3 shellwords: 0.1.1 uuid: 8.3.2 which: 2.0.2 @@ -48541,14 +56439,15 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.8 - semver: 5.7.2 + resolve: 1.22.1 + semver: 5.7.1 validate-npm-package-license: 3.0.4 /normalize-package-data@3.0.3: resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} engines: {node: '>=10'} dependencies: +<<<<<<< HEAD hosted-git-info: 4.1.0 is-core-module: 2.13.1 semver: 7.5.4 @@ -48562,6 +56461,11 @@ packages: hosted-git-info: 6.1.1 is-core-module: 2.13.1 semver: 7.5.4 +======= + hosted-git-info: 4.0.2 + is-core-module: 2.10.0 + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) validate-npm-package-license: 3.0.4 dev: true @@ -48627,6 +56531,7 @@ packages: resolution: {integrity: sha512-09OmyDkNLYwqKPOnbI8exiOZU2GVVmQp7tgez2BPi5OZC8M82elDAps7sxC4l//uSUtotWqoEIDwjRvWH4qz8w==} engines: {node: '>=10'} dependencies: +<<<<<<< HEAD semver: 7.5.4 dev: true @@ -48635,6 +56540,9 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /npm-normalize-package-bin@1.0.1: @@ -48677,16 +56585,16 @@ packages: ajv: 6.12.6 ajv-errors: 1.0.1(ajv@6.12.6) chalk: 4.1.2 - cosmiconfig: 7.1.0 - debug: 4.3.4(supports-color@9.4.0) + cosmiconfig: 7.0.1 + debug: 4.3.4(supports-color@9.2.2) globby: 11.1.0 ignore: 5.3.0 is-plain-obj: 3.0.0 - jsonc-parser: 3.2.0 + jsonc-parser: 3.0.0 log-symbols: 4.1.0 meow: 6.1.1 plur: 4.0.0 - semver: 7.5.4 + semver: 7.5.3 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: @@ -48744,6 +56652,7 @@ packages: npm-install-checks: 4.0.0 npm-normalize-package-bin: 1.0.1 npm-package-arg: 8.1.5 +<<<<<<< HEAD semver: 7.5.4 dev: true @@ -48755,6 +56664,9 @@ packages: npm-normalize-package-bin: 3.0.1 npm-package-arg: 10.1.0 semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /npm-registry-fetch@12.0.2: @@ -48856,9 +56768,17 @@ packages: /oauth-sign@0.9.0: resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} +<<<<<<< HEAD /ob1@0.80.1: resolution: {integrity: sha512-o9eYflOo+QnbC/k9GYQuAy90zOGQ/OBgrjlIeW6VrKhevSxth83JSdEvKuKaV7SMGJVQhSY3Zp8eGa3g0rLP0A==} engines: {node: '>=18'} +======= + /ob1@0.72.1: + resolution: {integrity: sha512-TyQX2gO08klGTMuzD+xm3iVrzXiIygCB7t+NWeicOR05hkzgeWOiAZ8q40uMfIDRfEAc6hd66sJdIEhU/yUZZA==} + + /ob1@0.72.2: + resolution: {integrity: sha512-P4zh/5GzyXPIzz+2eq2Hjd1wTZAfpwTIBWKhYx8X/DD2wCuFVprBEZp1FerWyTMwOA6AnVxiX1h0JE1v/s+PAQ==} +>>>>>>> 28159dc4c9 (Lock File Update) /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} @@ -48879,8 +56799,13 @@ packages: /object-filter@1.0.2: resolution: {integrity: sha512-NahvP2vZcy1ZiiYah30CEPw0FpDcSkSePJBMpzl5EQgCmISijiGuJm3SPYp7U+Lf2TljyaIw3E5EgkEx/TNEVA==} +<<<<<<< HEAD /object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} +======= + /object-inspect@1.12.2: + resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} +>>>>>>> 28159dc4c9 (Lock File Update) /object-is@1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} @@ -48936,6 +56861,7 @@ packages: resolution: {integrity: sha512-j0ixssXc5GirDWhB2cLVPsOs9jx61G/iRndyMdToTsjMYY8BQmG1Ke6mwqXmpDiP8icye1YCR94NswNaa/yyzA==} dev: true +<<<<<<< HEAD /object.entries@1.1.7: resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==} engines: {node: '>= 0.4'} @@ -48954,6 +56880,26 @@ packages: /object.getownpropertydescriptors@2.1.7: resolution: {integrity: sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==} +======= + /object.entries@1.1.5: + resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + + /object.fromentries@2.0.5: + resolution: {integrity: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + + /object.getownpropertydescriptors@2.1.3: + resolution: {integrity: sha512-VdDoCwvJI4QdC6ndjpqFmoL3/+HxffFBbcJzKi5hwLLqqx3mdbedRpfZDdK0SrOSauj8X4GzBvnDZl4vTN7dOw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 0.8'} dependencies: array.prototype.reduce: 1.0.6 @@ -48962,6 +56908,7 @@ packages: es-abstract: 1.22.3 safe-array-concat: 1.0.1 +<<<<<<< HEAD /object.groupby@1.0.1: resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} dependencies: @@ -48975,6 +56922,13 @@ packages: dependencies: define-properties: 1.2.1 es-abstract: 1.22.3 +======= + /object.hasown@1.1.0: + resolution: {integrity: sha512-MhjYRfj3GBlhSkDHo6QmvgjRLXQ2zndabdf3nX0yTyZK9rPfxb6uRpAac8HXNLy1GpqWtZ81Qh4v3uOls2sRAg==} + dependencies: + define-properties: 1.1.4 + es-abstract: 1.20.2 +>>>>>>> 28159dc4c9 (Lock File Update) /object.map@1.0.1: resolution: {integrity: sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==} @@ -48990,6 +56944,7 @@ packages: dependencies: isobject: 3.0.1 +<<<<<<< HEAD /object.values@1.1.7: resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} engines: {node: '>= 0.4'} @@ -48997,6 +56952,15 @@ packages: call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.3 +======= + /object.values@1.1.5: + resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 +>>>>>>> 28159dc4c9 (Lock File Update) /objectorarray@1.0.5: resolution: {integrity: sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==} @@ -49009,7 +56973,11 @@ packages: /obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} +<<<<<<< HEAD /oclif@2.7.0(@types/node@16.18.68)(typescript@5.3.3): +======= + /oclif@2.7.0(mem-fs-editor@9.5.0)(mem-fs@2.2.1): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-nmgk/emtEth/0RYTMeovj22zpiT4P7KvIDc3OOT8VeAEDvdbnZfg3tV3YRnHK0zrSKETKqpHWFyNx2PLMl0eKQ==} engines: {node: '>=12.0.0'} hasBin: true @@ -49028,18 +56996,29 @@ packages: '@oclif/plugin-warn-if-update-available': 2.0.4 aws-sdk: 2.1215.0 concurrently: 7.0.0 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) find-yarn-workspace-root: 2.0.0 fs-extra: 8.1.0 github-slugger: 1.5.0 lodash: 4.17.21 normalize-package-data: 3.0.3 qqjs: 0.3.11 +<<<<<<< HEAD semver: 7.5.4 tslib: 2.6.2 yeoman-environment: 3.19.3 yeoman-generator: 5.10.0(yeoman-environment@3.19.3) +======= + semver: 7.3.7 + tslib: 2.3.1 + yeoman-environment: 3.10.0(mem-fs-editor@9.5.0)(mem-fs@2.2.1) + yeoman-generator: 5.7.0(yeoman-environment@3.10.0) +>>>>>>> 28159dc4c9 (Lock File Update) yosay: 2.0.2 transitivePeerDependencies: - '@swc/core' @@ -49171,6 +57150,7 @@ packages: type-check: 0.3.2 word-wrap: 1.2.5 +<<<<<<< HEAD /optionator@0.9.3: resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} engines: {node: '>= 0.8.0'} @@ -49182,6 +57162,8 @@ packages: prelude-ls: 1.2.1 type-check: 0.4.0 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /ora@4.1.1: resolution: {integrity: sha512-sjYP8QyVWBpBZWD6Vr1M/KwknSw6kJOz41tvGMlwWeClHBtYKTbHMki1PsLZnxKpXMPbTKv9b3pjQu3REib96A==} engines: {node: '>=8'} @@ -49293,6 +57275,15 @@ packages: engines: {node: '>=8'} dev: true +<<<<<<< HEAD +======= + /p-limit@1.3.0: + resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} + engines: {node: '>=4'} + dependencies: + p-try: 1.0.0 + +>>>>>>> 28159dc4c9 (Lock File Update) /p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} @@ -49309,8 +57300,12 @@ packages: resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: +<<<<<<< HEAD yocto-queue: 1.0.0 dev: true +======= + p-limit: 1.3.0 +>>>>>>> 28159dc4c9 (Lock File Update) /p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} @@ -49385,16 +57380,24 @@ packages: resolution: {integrity: sha512-UJKdSzgd3KOnXXAtqN5+/eeHcvTn1hBkesEmElVgvO/NAYcxAvmjzIGmnNd3Tb/gRAvMBdNRFD4qAWdHxY6QXg==} engines: {node: '>=12.10.0'} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) p-queue: 6.6.2 transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD +======= + /p-try@1.0.0: + resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} + engines: {node: '>=4'} + +>>>>>>> 28159dc4c9 (Lock File Update) /p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} +<<<<<<< HEAD /pac-proxy-agent@7.0.1: resolution: {integrity: sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==} engines: {node: '>= 14'} @@ -49418,6 +57421,8 @@ packages: ip: 1.1.8 netmask: 2.0.2 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /package-json@4.0.1: resolution: {integrity: sha512-q/R5GrMek0vzgoomq6rm9OX+3PQve8sLwTirmK30YB3Cu0Bbt9OX9M/SIUnroN5BGJkzwGsFwDaRGD9EwBOlCA==} engines: {node: '>=4'} @@ -49425,7 +57430,12 @@ packages: got: 6.7.1 registry-auth-token: 3.4.0 registry-url: 3.1.0 +<<<<<<< HEAD semver: 5.7.2 +======= + semver: 5.7.1 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /pacote@12.0.3: resolution: {integrity: sha512-CdYEl03JDrRO3x18uHjBYA9TyoW8gy+ThVcypcDkxPtKlw76e4ejhYB6i9lJ+/cebbjpqPW/CijjqxwDTts8Ow==} @@ -49501,7 +57511,7 @@ packages: dependencies: cyclist: 1.0.2 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /param-case@1.1.2: @@ -49594,10 +57604,14 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: +<<<<<<< HEAD '@babel/code-frame': 7.23.5 +======= + '@babel/code-frame': 7.22.13 +>>>>>>> 28159dc4c9 (Lock File Update) error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 - lines-and-columns: 1.2.4 + lines-and-columns: 1.1.6 /parse-passwd@1.0.0: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} @@ -49789,7 +57803,7 @@ packages: resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==} engines: {node: '>=0.10.0'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 pify: 2.3.0 pinkie-promise: 2.0.1 dev: true @@ -49858,14 +57872,14 @@ packages: dependencies: '@babel/runtime': 7.23.5 crc32: 0.2.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) seed-random: 2.2.0 transitivePeerDependencies: - supports-color dev: false - /php-parser@3.1.5: - resolution: {integrity: sha512-jEY2DcbgCm5aclzBdfW86GM6VEIWcSlhTBSHN1qhJguVePlYe28GhwS0yoeLYXpM2K8y6wzLwrbq814n2PHSoQ==} + /php-parser@3.0.3: + resolution: {integrity: sha512-WjbrtYrwmLY9hpoKoq1+mVqJhT0dEVDZRWSpNIw2MpTw3VM/K4C6e0WR4KlU6G/XROkV7tpH4NesV2dDiPxqaw==} /picocolors@0.2.1: resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} @@ -49922,8 +57936,13 @@ packages: engines: {node: '>=0.10.0'} dev: true +<<<<<<< HEAD /pirates@4.0.6: resolution: {integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==} +======= + /pirates@4.0.5: + resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 6'} /pkg-dir@3.0.0: @@ -50047,7 +58066,7 @@ packages: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.13 + postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 /postcss-calc@8.2.4(postcss@8.4.31): @@ -50055,6 +58074,7 @@ packages: peerDependencies: postcss: ^8.2.2 dependencies: +<<<<<<< HEAD postcss: 8.4.31 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 @@ -50078,6 +58098,10 @@ packages: dependencies: postcss: 8.4.32 postcss-selector-parser: 6.0.13 +======= + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) postcss-value-parser: 4.2.0 dev: true @@ -50154,6 +58178,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: +<<<<<<< HEAD browserslist: 4.22.2 postcss: 8.4.31 postcss-value-parser: 4.2.0 @@ -50178,6 +58203,10 @@ packages: dependencies: browserslist: 4.22.2 postcss: 8.4.32 +======= + browserslist: 4.21.4 + postcss: 8.4.21 +>>>>>>> 28159dc4c9 (Lock File Update) postcss-value-parser: 4.2.0 dev: true @@ -50357,26 +58386,26 @@ packages: resolution: {integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==} engines: {node: '>= 6'} dependencies: - loader-utils: 1.4.2 + loader-utils: 1.4.0 postcss: 7.0.39 postcss-load-config: 2.1.2 schema-utils: 1.0.0 dev: true - /postcss-loader@4.3.0(postcss@7.0.39)(webpack@4.47.0): + /postcss-loader@4.3.0(postcss@7.0.39)(webpack@4.46.0): resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==} engines: {node: '>= 10.13.0'} peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^4.0.0 || ^5.0.0 dependencies: - cosmiconfig: 7.1.0 - klona: 2.0.6 + cosmiconfig: 7.0.1 + klona: 2.0.5 loader-utils: 2.0.4 postcss: 7.0.39 - schema-utils: 3.3.0 - semver: 7.5.4 - webpack: 4.47.0(webpack-cli@3.3.12) + schema-utils: 3.1.1 + semver: 7.5.3 + webpack: 4.46.0(webpack-cli@3.3.12) dev: true /postcss-loader@4.3.0(postcss@8.4.32)(webpack@5.89.0): @@ -50386,13 +58415,21 @@ packages: postcss: ^7.0.0 || ^8.0.1 webpack: ^4.0.0 || ^5.0.0 dependencies: - cosmiconfig: 7.1.0 - klona: 2.0.6 + cosmiconfig: 7.0.1 + klona: 2.0.5 loader-utils: 2.0.4 +<<<<<<< HEAD postcss: 8.4.32 schema-utils: 3.3.0 semver: 7.5.4 webpack: 5.89.0(webpack-cli@5.1.4) +======= + postcss: 8.4.12 + schema-utils: 3.1.1 + semver: 7.5.3 + webpack: 5.70.0(webpack-cli@3.3.12) + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) <<<<<<< HEAD /postcss-loader@6.2.1(postcss@8.4.32)(webpack@5.89.0): @@ -50404,54 +58441,59 @@ packages: postcss: ^7.0.0 || ^8.0.1 webpack: ^4.0.0 || ^5.0.0 dependencies: - cosmiconfig: 7.1.0 - klona: 2.0.6 + cosmiconfig: 7.0.1 + klona: 2.0.5 loader-utils: 2.0.4 postcss: 8.4.12 - schema-utils: 3.3.0 - semver: 7.5.4 + schema-utils: 3.1.1 + semver: 7.5.3 webpack: 5.76.3(webpack-cli@3.3.12) dev: true - /postcss-loader@4.3.0(postcss@8.4.31)(webpack@5.70.0): + /postcss-loader@4.3.0(postcss@8.4.21)(webpack@5.70.0): resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==} engines: {node: '>= 10.13.0'} peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^4.0.0 || ^5.0.0 dependencies: - cosmiconfig: 7.1.0 - klona: 2.0.6 + cosmiconfig: 7.0.1 + klona: 2.0.5 loader-utils: 2.0.4 - postcss: 8.4.31 - schema-utils: 3.3.0 - semver: 7.5.4 + postcss: 8.4.21 + schema-utils: 3.1.1 + semver: 7.5.3 webpack: 5.70.0(webpack-cli@3.3.12) - /postcss-loader@4.3.0(postcss@8.4.31)(webpack@5.89.0): + /postcss-loader@4.3.0(postcss@8.4.21)(webpack@5.89.0): resolution: {integrity: sha512-M/dSoIiNDOo8Rk0mUqoj4kpGq91gcxCfb9PoyZVdZ76/AuhxylHDYZblNE8o+EQ9AMSASeMFEKxZf5aU6wlx1Q==} engines: {node: '>= 10.13.0'} peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^4.0.0 || ^5.0.0 dependencies: - cosmiconfig: 7.1.0 - klona: 2.0.6 + cosmiconfig: 7.0.1 + klona: 2.0.5 loader-utils: 2.0.4 - postcss: 8.4.31 - schema-utils: 3.3.0 - semver: 7.5.4 - webpack: 5.89.0 + postcss: 8.4.21 + schema-utils: 3.1.1 + semver: 7.5.3 + webpack: 5.89.0(webpack-cli@4.9.2) dev: true +<<<<<<< HEAD /postcss-loader@6.2.1(postcss@8.4.21)(webpack@5.89.0): >>>>>>> 9feae75363 (Lock file update) +======= + /postcss-loader@6.2.1(postcss@8.4.21)(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==} engines: {node: '>= 12.13.0'} peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 dependencies: +<<<<<<< HEAD cosmiconfig: 7.1.0 klona: 2.0.6 postcss: 8.4.32 @@ -50473,6 +58515,13 @@ packages: webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) transitivePeerDependencies: - typescript +======= + cosmiconfig: 7.0.1 + klona: 2.0.5 + postcss: 8.4.21 + semver: 7.5.3 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /postcss-media-query-parser@0.2.3: @@ -50540,6 +58589,7 @@ packages: dependencies: browserslist: 4.22.2 caniuse-api: 3.0.0 +<<<<<<< HEAD cssnano-utils: 3.1.0(postcss@8.4.31) postcss: 8.4.31 postcss-selector-parser: 6.0.13 @@ -50569,6 +58619,11 @@ packages: cssnano-utils: 4.0.0(postcss@8.4.32) postcss: 8.4.32 postcss-selector-parser: 6.0.13 +======= + cssnano-utils: 3.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /postcss-message-helpers@2.0.0: @@ -50719,6 +58774,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: +<<<<<<< HEAD postcss: 8.4.31 postcss-selector-parser: 6.0.13 dev: true @@ -50741,6 +58797,10 @@ packages: dependencies: postcss: 8.4.32 postcss-selector-parser: 6.0.13 +======= + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /postcss-modules-extract-imports@2.0.0: @@ -50755,7 +58815,11 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: +<<<<<<< HEAD postcss: 8.4.32 +======= + postcss: 8.4.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /postcss-modules-local-by-default@3.0.3: @@ -50767,15 +58831,37 @@ packages: postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 +<<<<<<< HEAD /postcss-modules-local-by-default@4.0.3(postcss@8.4.32): +======= + /postcss-modules-local-by-default@4.0.0(postcss@8.4.21): + resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} + engines: {node: ^10 || ^12 || >= 14} + peerDependencies: + postcss: ^8.1.0 + dependencies: + icss-utils: 5.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 + postcss-value-parser: 4.2.0 + dev: true + + /postcss-modules-local-by-default@4.0.3(postcss@8.4.21): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: +<<<<<<< HEAD icss-utils: 5.1.0(postcss@8.4.32) postcss: 8.4.32 postcss-selector-parser: 6.0.13 +======= + icss-utils: 5.1.0(postcss@8.4.21) + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) postcss-value-parser: 4.2.0 dev: true @@ -50784,16 +58870,27 @@ packages: engines: {node: '>= 6'} dependencies: postcss: 7.0.39 +<<<<<<< HEAD postcss-selector-parser: 6.0.13 /postcss-modules-scope@3.0.0(postcss@8.4.32): +======= + postcss-selector-parser: 6.0.9 + + /postcss-modules-scope@3.0.0(postcss@8.4.21): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: +<<<<<<< HEAD postcss: 8.4.32 postcss-selector-parser: 6.0.13 +======= + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /postcss-modules-values@3.0.0: @@ -50808,8 +58905,13 @@ packages: peerDependencies: postcss: ^8.1.0 dependencies: +<<<<<<< HEAD icss-utils: 5.1.0(postcss@8.4.32) postcss: 8.4.32 +======= + icss-utils: 5.1.0(postcss@8.4.21) + postcss: 8.4.21 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /postcss-normalize-charset@4.0.1: @@ -51336,8 +59438,21 @@ packages: indexes-of: 1.0.1 uniq: 1.0.1 +<<<<<<< HEAD /postcss-selector-parser@6.0.13: resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} +======= + /postcss-selector-parser@6.0.6: + resolution: {integrity: sha512-9LXrvaaX3+mcv5xkg5kFwqSzSH1JIObIx51PrndZwlmznwXRfxMddDvo9gve3gVR8ZTKgoFDdWkbRFmEhT4PMg==} + engines: {node: '>=4'} + dependencies: + cssesc: 3.0.0 + util-deprecate: 1.0.2 + dev: true + + /postcss-selector-parser@6.0.9: + resolution: {integrity: sha512-UO3SgnZOVTwu4kyLR22UQ1xZh086RyNZppb7lLAKBFK8a32ttG5i87Y/P3+2bRSjZNyJ1B7hfFNo273tKe9YxQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -51425,8 +59540,13 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: +<<<<<<< HEAD postcss: 8.4.31 postcss-selector-parser: 6.0.13 +======= + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /postcss-unique-selectors@5.1.1(postcss@8.4.32): @@ -51496,6 +59616,7 @@ packages: picocolors: 0.2.1 source-map: 0.6.1 +<<<<<<< HEAD /postcss@8.4.31: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} @@ -51504,6 +59625,24 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 dev: true +======= + /postcss@8.4.12: + resolution: {integrity: sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.6 + picocolors: 1.0.0 + source-map-js: 1.0.2 + dev: true + + /postcss@8.4.21: + resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.6 + picocolors: 1.0.0 + source-map-js: 1.0.2 +>>>>>>> 28159dc4c9 (Lock File Update) /postcss@8.4.32: resolution: {integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==} @@ -51567,7 +59706,7 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} dependencies: - fast-diff: 1.3.0 + fast-diff: 1.2.0 /prettier@2.3.0: resolution: {integrity: sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==} @@ -51653,11 +59792,19 @@ packages: ansi-styles: 5.2.0 react-is: 17.0.2 +<<<<<<< HEAD /pretty-format@29.7.0: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.6.3 +======= + /pretty-format@29.6.2: + resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.6.0 +>>>>>>> 28159dc4c9 (Lock File Update) ansi-styles: 5.2.0 react-is: 18.2.0 @@ -51751,11 +59898,19 @@ packages: resolution: {integrity: sha512-hezvKvQQmsFkOdrZfYxUxkyxl8mgFQeT259Ajj9PXdbg9VzBCWrItOev72JyWxkCD5VSSqAeHmlN3tWx4DlmsA==} engines: {node: '>= 0.4'} dependencies: +<<<<<<< HEAD array.prototype.map: 1.0.6 call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.3 get-intrinsic: 1.2.2 +======= + array.prototype.map: 1.0.4 + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + get-intrinsic: 1.1.3 +>>>>>>> 28159dc4c9 (Lock File Update) iterate-value: 1.0.2 dev: true @@ -51763,11 +59918,17 @@ packages: resolution: {integrity: sha512-iL9OcJRUZcCE5xn6IwhZxO+eMM0VEXjkETHy+Nk+d9q3s7kxVtPg+mBlMO+ZGxNKNMODyKmy/bOyt/yhxTnvEw==} engines: {node: '>= 0.4'} dependencies: +<<<<<<< HEAD call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.3 get-intrinsic: 1.2.2 set-function-name: 2.0.1 +======= + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /promise@7.3.1: @@ -51776,8 +59937,8 @@ packages: asap: 2.0.6 dev: true - /promise@8.3.0: - resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} + /promise@8.2.0: + resolution: {integrity: sha512-+CMAlLHqwRYwBMXKCP+o8ns7DN+xHDUiI+0nArsiJ9y+kJVPLFxEaSw6Ha9s9H0tftxg2Yzl25wqj9G7m5wLZg==} dependencies: asap: 2.0.6 @@ -51810,7 +59971,7 @@ packages: /proper-lockfile@4.1.2: resolution: {integrity: sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 retry: 0.12.0 signal-exit: 3.0.7 dev: true @@ -51833,6 +59994,7 @@ packages: forwarded: 0.2.0 ipaddr.js: 1.9.1 +<<<<<<< HEAD /proxy-agent@6.3.0: resolution: {integrity: sha512-0LdR757eTj/JfuU7TL2YCuAZnxWXu3tkJbg4Oq3geW/qFNT/32T0sp2HnZ9O0lMR4q3vwAt0+xCA8SR0WAD0og==} engines: {node: '>= 14'} @@ -51867,6 +60029,8 @@ packages: transitivePeerDependencies: - supports-color +======= +>>>>>>> 28159dc4c9 (Lock File Update) /proxy-compare@2.3.0: resolution: {integrity: sha512-c3L2CcAi7f7pvlD0D7xsF+2CQIW8C3HaYx2Pfgq8eA4HAl3GAH6/dVYsyBbYF/0XJs2ziGLrzmz5fmzPm6A0pQ==} @@ -51888,9 +60052,6 @@ packages: /pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} - /psl@1.9.0: - resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - /pstree.remy@1.1.8: resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} dev: true @@ -51931,12 +60092,17 @@ packages: resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} dev: true +<<<<<<< HEAD /punycode@1.4.1: resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} dev: true /punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} +======= + /punycode@2.1.1: + resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=6'} /puppeteer-core@1.12.2: @@ -51944,7 +60110,7 @@ packages: engines: {node: '>=6.4.0'} requiresBuild: true dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) extract-zip: 1.7.0 https-proxy-agent: 2.2.4 mime: 2.6.0 @@ -51984,7 +60150,7 @@ packages: engines: {node: '>=10.18.1'} dependencies: cross-fetch: 3.1.5 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) devtools-protocol: 0.0.981744 extract-zip: 2.0.1 https-proxy-agent: 5.0.1 @@ -52002,6 +60168,7 @@ packages: - utf-8-validate dev: true +<<<<<<< HEAD /puppeteer-core@2.1.1: resolution: {integrity: sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==} engines: {node: '>=8.16.0'} @@ -52025,11 +60192,17 @@ packages: /puppeteer-core@20.9.0(typescript@5.3.2): resolution: {integrity: sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==} engines: {node: '>=16.3.0'} +======= + /puppeteer-core@19.7.3(typescript@5.1.6): + resolution: {integrity: sha512-9Q5HahsstfoTnllcpNkxNu2z9J7V0Si5Mr5q90K6XSXwW1P8iqe8q3HzWViVuBuEYTSMZ2LaXXzTEYeoCzLEWg==} + engines: {node: '>=14.14.0'} +>>>>>>> 28159dc4c9 (Lock File Update) peerDependencies: typescript: '>= 4.7.4' peerDependenciesMeta: typescript: optional: true +<<<<<<< HEAD dependencies: '@puppeteer/browsers': 1.4.6(typescript@5.3.2) chromium-bidi: 0.4.16(devtools-protocol@0.0.1147663) @@ -52078,6 +60251,20 @@ packages: debug: 4.3.4(supports-color@9.4.0) devtools-protocol: 0.0.1203626 ws: 8.14.2 +======= + dependencies: + chromium-bidi: 0.4.4(devtools-protocol@0.0.1094867) + cross-fetch: 3.1.5 + debug: 4.3.4(supports-color@9.2.2) + devtools-protocol: 0.0.1094867 + extract-zip: 2.0.1 + https-proxy-agent: 5.0.1 + proxy-from-env: 1.1.0 + tar-fs: 2.1.1 + typescript: 5.1.6 + unbzip2-stream: 1.4.3 + ws: 8.12.1 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bufferutil - encoding @@ -52088,8 +60275,8 @@ packages: resolution: {integrity: sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ==} engines: {node: '>=10.18.1'} dependencies: - '@types/mime-types': 2.1.4 - debug: 4.3.4(supports-color@9.4.0) + '@types/mime-types': 2.1.1 + debug: 4.3.4(supports-color@9.2.2) extract-zip: 2.0.1 https-proxy-agent: 4.0.0 mime: 2.6.0 @@ -52099,7 +60286,7 @@ packages: rimraf: 3.0.2 tar-fs: 2.1.1 unbzip2-stream: 1.4.3 - ws: 7.5.9 + ws: 7.5.5 transitivePeerDependencies: - bufferutil - supports-color @@ -52149,8 +60336,12 @@ packages: '@types/mime-types': 2.1.4 ======= '@types/mime-types': 2.1.1 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) extract-zip: 1.7.0 https-proxy-agent: 4.0.0 mime: 2.6.0 @@ -52168,11 +60359,14 @@ packages: ======= /pure-rand@6.0.1: resolution: {integrity: sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg==} +<<<<<<< HEAD dev: true >>>>>>> 9feae75363 (Lock file update) /pure-rand@6.0.4: resolution: {integrity: sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==} +======= +>>>>>>> 28159dc4c9 (Lock File Update) /q@1.5.1: resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} @@ -52183,7 +60377,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: chalk: 2.4.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) execa: 0.10.0 fs-extra: 6.0.1 get-stream: 5.2.0 @@ -52219,8 +60413,8 @@ packages: dependencies: side-channel: 1.0.4 - /qs@6.5.3: - resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} + /qs@6.5.2: + resolution: {integrity: sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==} engines: {node: '>=0.6'} /query-string@4.3.4: @@ -52248,6 +60442,7 @@ packages: /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} +<<<<<<< HEAD /queue-tick@1.0.1: resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==} @@ -52256,6 +60451,8 @@ packages: dependencies: inherits: 2.0.4 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /quick-lru@4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} @@ -52330,15 +60527,21 @@ packages: iconv-lite: 0.4.24 unpipe: 1.0.0 - /raw-loader@4.0.2(webpack@4.47.0): + /raw-loader@4.0.2(webpack@4.46.0): resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: +<<<<<<< HEAD loader-utils: 2.0.4 schema-utils: 3.3.0 webpack: 4.47.0(webpack-cli@3.3.12) +======= + loader-utils: 2.0.2 + schema-utils: 3.1.1 + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /raw-loader@4.0.2(webpack@5.89.0): @@ -52515,7 +60718,7 @@ packages: react-with-styles-interface-css: 6.0.0(@babel/runtime@7.17.7)(react-with-styles@4.2.0) dev: false - /react-dates@21.8.0(@babel/runtime@7.23.4)(moment@2.29.4)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2): + /react-dates@21.8.0(@babel/runtime@7.23.5)(moment@2.29.4)(react-dom@17.0.2)(react-with-direction@1.4.0)(react@17.0.2): resolution: {integrity: sha512-PPriGqi30CtzZmoHiGdhlA++YPYPYGCZrhydYmXXQ6RAvAsaONcPtYgXRTLozIOrsQ5mSo40+DiA5eOFHnZ6xw==} peerDependencies: '@babel/runtime': ^7.0.0 @@ -52524,7 +60727,7 @@ packages: react-dom: ^0.14 || ^15.5.4 || ^16.1.1 react-with-direction: ^1.3.1 dependencies: - '@babel/runtime': 7.23.4 + '@babel/runtime': 7.23.5 airbnb-prop-types: 2.16.0(react@17.0.2) consolidated-events: 2.0.2 enzyme-shallow-equal: 1.0.4 @@ -52548,16 +60751,16 @@ packages: ======= react-portal: 4.2.1(react-dom@17.0.2)(react@17.0.2) react-with-direction: 1.4.0(react-dom@17.0.2)(react@17.0.2) - react-with-styles: 4.2.0(@babel/runtime@7.23.4)(react-with-direction@1.4.0)(react@17.0.2) - react-with-styles-interface-css: 6.0.0(@babel/runtime@7.23.4)(react-with-styles@4.2.0) + react-with-styles: 4.2.0(@babel/runtime@7.23.5)(react-with-direction@1.4.0)(react@17.0.2) + react-with-styles-interface-css: 6.0.0(@babel/runtime@7.23.5)(react-with-styles@4.2.0) dev: false >>>>>>> 9feae75363 (Lock file update) - /react-devtools-core@4.28.5: - resolution: {integrity: sha512-cq/o30z9W2Wb4rzBefjv5fBalHU0rJGZCHAkf/RHSBWSSYwh8PlQTqqOJmgIIbBtpj27T6FIPXeomIjZtCNVqA==} + /react-devtools-core@4.24.0: + resolution: {integrity: sha512-Rw7FzYOOzcfyUPaAm9P3g0tFdGqGq2LLiAI+wjYcp6CsF3DeeMrRS3HZAho4s273C29G/DJhx0e8BpRE/QZNGg==} dependencies: - shell-quote: 1.8.1 - ws: 7.5.9 + shell-quote: 1.7.3 + ws: 7.5.5 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -52602,8 +60805,13 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: +<<<<<<< HEAD '@babel/core': 7.23.5 '@babel/generator': 7.23.5 +======= + '@babel/core': 7.21.3 + '@babel/generator': 7.21.3 +>>>>>>> 28159dc4c9 (Lock File Update) '@babel/runtime': 7.23.5 ast-types: 0.14.2 commander: 2.20.3 @@ -52802,11 +61010,30 @@ packages: dependencies: moment: 2.29.4 +<<<<<<< HEAD /react-native-url-polyfill@1.3.0(react-native@0.73.0): +======= + /react-native-codegen@0.70.4(@babel/preset-env@7.12.7): + resolution: {integrity: sha512-bPyd5jm840omfx24VRyMP+KPzAefpRDwE18w5ywMWHCWZBSqLn1qI9WgBPnavlIrjTEuzxznWQNcaA26lw8AMQ==} + dependencies: + '@babel/parser': 7.22.15 + flow-parser: 0.121.0 + jscodeshift: 0.13.1(@babel/preset-env@7.12.7) + nullthrows: 1.1.1 + transitivePeerDependencies: + - '@babel/preset-env' + - supports-color + + /react-native-gradle-plugin@0.70.2: + resolution: {integrity: sha512-k7d+CVh0fs/VntA2WaKD58cFB2rtiSLBHYlciH18ncaT4N/B3A4qOGv9pSCEHfQikELm6vAf98KMbE3c8KnH1A==} + + /react-native-url-polyfill@1.3.0(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-w9JfSkvpqqlix9UjDvJjm1EjSt652zVQ6iwCIj1cVVkwXf4jQhQgTNXY6EVTwuAmUjg6BC6k9RHCBynoLFo3IQ==} peerDependencies: react-native: '*' dependencies: +<<<<<<< HEAD <<<<<<< HEAD react-native: 0.73.0(@babel/core@7.12.9)(@babel/preset-env@7.12.7)(react@17.0.2) whatwg-url-without-unicode: 8.0.0-3 @@ -52849,17 +61076,40 @@ packages: '@react-native/normalize-colors': 0.72.0 '@react-native/virtualized-lists': 0.72.8(react-native@0.72.7) >>>>>>> 9feae75363 (Lock file update) +======= + react-native: 0.70.0(@babel/core@7.12.9)(@babel/preset-env@7.12.7)(react@18.1.0) + whatwg-url-without-unicode: 8.0.0-3 + + /react-native@0.70.0(@babel/core@7.12.9)(@babel/preset-env@7.12.7)(react@18.1.0): + resolution: {integrity: sha512-QjXLbrK9f+/B2eCzn6kAvglLV/8nwPuFGaFv7ggPpAzFRyx5bVN1dwQLHL3MrP7iXR/M7Jc6Nnid7tmRSic6vA==} + engines: {node: '>=14'} + hasBin: true + peerDependencies: + react: 18.1.0 + dependencies: + '@jest/create-cache-key-function': 27.5.1 + '@react-native-community/cli': 9.1.1(@babel/core@7.12.9) + '@react-native-community/cli-platform-android': 9.1.0 + '@react-native-community/cli-platform-ios': 9.1.0 + '@react-native/assets': 1.0.0 + '@react-native/normalize-color': 2.0.0 + '@react-native/polyfills': 2.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) abort-controller: 3.0.0 anser: 1.4.10 ansi-regex: 5.0.1 base64-js: 1.5.1 +<<<<<<< HEAD deprecated-react-native-prop-types: 5.0.0 event-target-shim: 5.0.1 flow-enums-runtime: 0.0.6 +======= + event-target-shim: 5.0.1 +>>>>>>> 28159dc4c9 (Lock File Update) invariant: 2.2.4 - jest-environment-node: 29.7.0 - jsc-android: 250231.0.0 + jsc-android: 250230.2.1 memoize-one: 5.2.1 +<<<<<<< HEAD metro-runtime: 0.80.1 metro-source-map: 0.80.1 mkdirp: 0.5.6 @@ -52875,16 +61125,33 @@ packages: scheduler: 0.24.0-canary-efb381bbf-20230505 stacktrace-parser: 0.1.10 ======= +======= + metro-react-native-babel-transformer: 0.72.1(@babel/core@7.12.9) + metro-runtime: 0.72.1 + metro-source-map: 0.72.1 + mkdirp: 0.5.5 + nullthrows: 1.1.1 + pretty-format: 26.6.2 + promise: 8.2.0 + react: 18.1.0 + react-devtools-core: 4.24.0 + react-native-codegen: 0.70.4(@babel/preset-env@7.12.7) + react-native-gradle-plugin: 0.70.2 +>>>>>>> 28159dc4c9 (Lock File Update) react-refresh: 0.4.3 - react-shallow-renderer: 16.15.0(react@18.2.0) + react-shallow-renderer: 16.15.0(react@18.1.0) regenerator-runtime: 0.13.11 - scheduler: 0.24.0-canary-efb381bbf-20230505 + scheduler: 0.22.0 stacktrace-parser: 0.1.10 +<<<<<<< HEAD use-sync-external-store: 1.2.0(react@18.2.0) >>>>>>> 9feae75363 (Lock file update) whatwg-fetch: 3.6.19 +======= + use-sync-external-store: 1.2.0(react@18.1.0) + whatwg-fetch: 3.6.2 +>>>>>>> 28159dc4c9 (Lock File Update) ws: 6.2.2 - yargs: 17.7.2 transitivePeerDependencies: - '@babel/core' - '@babel/preset-env' @@ -53017,8 +61284,13 @@ packages: dependencies: '@types/react': 17.0.71 react: 17.0.2 +<<<<<<< HEAD react-style-singleton: 2.2.1(@types/react@17.0.71)(react@17.0.2) tslib: 2.6.2 +======= + react-style-singleton: 2.2.1(@types/react@17.0.50)(react@17.0.2) + tslib: 2.5.0 +>>>>>>> 28159dc4c9 (Lock File Update) /react-remove-scroll@2.5.4(@types/react@17.0.71)(react@17.0.2): resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==} @@ -53032,11 +61304,20 @@ packages: dependencies: '@types/react': 17.0.71 react: 17.0.2 +<<<<<<< HEAD react-remove-scroll-bar: 2.3.4(@types/react@17.0.71)(react@17.0.2) react-style-singleton: 2.2.1(@types/react@17.0.71)(react@17.0.2) tslib: 2.6.2 use-callback-ref: 1.3.0(@types/react@17.0.71)(react@17.0.2) use-sidecar: 1.1.2(@types/react@17.0.71)(react@17.0.2) +======= + react-remove-scroll-bar: 2.3.4(@types/react@17.0.50)(react@17.0.2) + react-style-singleton: 2.2.1(@types/react@17.0.50)(react@17.0.2) + tslib: 2.5.0 + use-callback-ref: 1.3.0(@types/react@17.0.50)(react@17.0.2) + use-sidecar: 1.1.2(@types/react@17.0.50)(react@17.0.2) + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /react-remove-scroll@2.5.5(@types/react@17.0.71)(react@17.0.2): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} @@ -53050,11 +61331,27 @@ packages: dependencies: '@types/react': 17.0.71 react: 17.0.2 +<<<<<<< HEAD react-remove-scroll-bar: 2.3.4(@types/react@17.0.71)(react@17.0.2) react-style-singleton: 2.2.1(@types/react@17.0.71)(react@17.0.2) tslib: 2.6.2 use-callback-ref: 1.3.0(@types/react@17.0.71)(react@17.0.2) use-sidecar: 1.1.2(@types/react@17.0.71)(react@17.0.2) +======= + react-remove-scroll-bar: 2.3.4(@types/react@17.0.50)(react@17.0.2) + react-style-singleton: 2.2.1(@types/react@17.0.50)(react@17.0.2) + tslib: 2.5.0 + use-callback-ref: 1.3.0(@types/react@17.0.50)(react@17.0.2) + use-sidecar: 1.1.2(@types/react@17.0.50)(react@17.0.2) + + /react-resize-aware@3.1.1(react@16.14.0): + resolution: {integrity: sha512-M8IyVLBN8D6tEUss+bxQlWte3ZYtNEGhg7rBxtCVG8yEBjUlZwUo5EFLq6tnvTZXcgAbCLjsQn+NCoTJKumRYg==} + peerDependencies: + react: ^16.8.0 || 17.x + dependencies: + react: 16.14.0 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /react-resize-aware@3.1.1(react@17.0.2): resolution: {integrity: sha512-M8IyVLBN8D6tEUss+bxQlWte3ZYtNEGhg7rBxtCVG8yEBjUlZwUo5EFLq6tnvTZXcgAbCLjsQn+NCoTJKumRYg==} @@ -53132,10 +61429,17 @@ packages: react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@babel/runtime': 7.23.5 +<<<<<<< HEAD '@emotion/cache': 11.11.0 '@emotion/react': 11.11.1(@types/react@17.0.71)(react@17.0.2) '@floating-ui/dom': 1.5.3 '@types/react-transition-group': 4.4.10 +======= + '@emotion/cache': 11.10.5 + '@emotion/react': 11.10.5(@babel/core@7.17.8)(@types/react@17.0.50)(react@17.0.2) + '@floating-ui/dom': 1.5.1 + '@types/react-transition-group': 4.4.4 +>>>>>>> 28159dc4c9 (Lock File Update) memoize-one: 6.0.0 prop-types: 15.8.1 react: 17.0.2 @@ -53158,18 +61462,26 @@ packages: react: 17.0.2 react-is: 17.0.2 +<<<<<<< HEAD /react-shallow-renderer@16.15.0(react@18.2.0): >>>>>>> 9feae75363 (Lock file update) +======= + /react-shallow-renderer@16.15.0(react@18.1.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} peerDependencies: react: ^17.0.2 dependencies: object-assign: 4.1.1 +<<<<<<< HEAD <<<<<<< HEAD react: 17.0.2 react-is: 17.0.2 ======= react: 18.2.0 +======= + react: 18.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) react-is: 18.2.0 >>>>>>> 9feae75363 (Lock file update) @@ -53208,7 +61520,7 @@ packages: get-nonce: 1.0.1 invariant: 2.2.4 react: 17.0.2 - tslib: 2.6.2 + tslib: 2.5.0 /react-syntax-highlighter@15.5.0(react@17.0.2): resolution: {integrity: sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==} @@ -53304,8 +61616,13 @@ packages: deepmerge: 1.5.2 direction: 1.0.4 hoist-non-react-statics: 3.3.2 +<<<<<<< HEAD object.assign: 4.1.5 object.values: 1.1.7 +======= + object.assign: 4.1.4 + object.values: 1.1.5 +>>>>>>> 28159dc4c9 (Lock File Update) prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -53329,7 +61646,24 @@ packages: '@babel/runtime': 7.23.5 array.prototype.flat: 1.3.2 global-cache: 1.2.1 +<<<<<<< HEAD react-with-styles: 4.2.0(@babel/runtime@7.23.5)(react-with-direction@1.4.0)(react@17.0.2) +======= + react-with-styles: 4.2.0(@babel/runtime@7.17.7)(react-with-direction@1.4.0)(react@17.0.2) + dev: false + + /react-with-styles-interface-css@6.0.0(@babel/runtime@7.23.5)(react-with-styles@4.2.0): + resolution: {integrity: sha512-6khSG1Trf4L/uXOge/ZAlBnq2O2PEXlQEqAhCRbvzaQU4sksIkdwpCPEl6d+DtP3+IdhyffTWuHDO9lhe1iYvA==} + peerDependencies: + '@babel/runtime': ^7.0.0 + react-with-styles: ^3.0.0 || ^4.0.0 + dependencies: + '@babel/runtime': 7.23.5 + array.prototype.flat: 1.2.5 + global-cache: 1.2.1 + react-with-styles: 4.2.0(@babel/runtime@7.23.5)(react-with-direction@1.4.0)(react@17.0.2) + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) /react-with-styles@3.2.3(react-with-direction@1.4.0)(react@17.0.2): resolution: {integrity: sha512-MTI1UOvMHABRLj5M4WpODfwnveHaip6X7QUMI2x6zovinJiBXxzhA9AJP7MZNaKqg1JRFtHPXZdroUC8KcXwlQ==} @@ -53358,6 +61692,34 @@ packages: prop-types: 15.8.1 react: 17.0.2 react-with-direction: 1.4.0(react-dom@17.0.2)(react@17.0.2) +<<<<<<< HEAD +======= + dev: false + + /react-with-styles@4.2.0(@babel/runtime@7.23.5)(react-with-direction@1.4.0)(react@17.0.2): + resolution: {integrity: sha512-tZCTY27KriRNhwHIbg1NkSdTTOSfXDg6Z7s+Q37mtz0Ym7Sc7IOr3PzVt4qJhJMW6Nkvfi3g34FuhtiGAJCBQA==} + peerDependencies: + '@babel/runtime': ^7.0.0 + react: '>=0.14' + react-with-direction: ^1.3.1 + dependencies: + '@babel/runtime': 7.23.5 + airbnb-prop-types: 2.16.0(react@17.0.2) + hoist-non-react-statics: 3.3.2 + object.assign: 4.1.4 + prop-types: 15.8.1 + react: 17.0.2 + react-with-direction: 1.4.0(react-dom@17.0.2)(react@17.0.2) + dev: false + + /react@16.14.0: + resolution: {integrity: sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + prop-types: 15.8.1 +>>>>>>> 28159dc4c9 (Lock File Update) /react@17.0.2: resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} @@ -53366,6 +61728,21 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 +<<<<<<< HEAD +======= + /react@18.1.0: + resolution: {integrity: sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + + /react@18.2.0: + resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} + engines: {node: '>=0.10.0'} + dependencies: + loose-envify: 1.4.0 + +>>>>>>> 28159dc4c9 (Lock File Update) /read-cmd-shim@3.0.1: resolution: {integrity: sha512-kEmDUoYf/CDy8yZbLTmhB1X9kkjf9Q80PCNsDMb7ufrGd6zZSQA1+UyjrO+pZm5K/S4OXCWJeiIt1JA8kAsa6g==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -53464,8 +61841,8 @@ packages: dependencies: mute-stream: 0.0.8 - /readable-stream@2.3.8: - resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + /readable-stream@2.3.7: + resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -53475,14 +61852,20 @@ packages: string_decoder: 1.1.1 util-deprecate: 1.0.2 +<<<<<<< HEAD /readable-stream@3.6.2: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} +======= + /readable-stream@3.6.0: + resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 6'} dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 +<<<<<<< HEAD /readable-stream@4.4.2: resolution: {integrity: sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -53494,13 +61877,15 @@ packages: string_decoder: 1.3.0 dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /readdir-scoped-modules@1.1.0: resolution: {integrity: sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==} deprecated: This functionality has been moved to @npmcli/fs dependencies: debuglog: 1.0.1 dezalgo: 1.0.4 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 once: 1.4.0 dev: true @@ -53509,9 +61894,9 @@ packages: engines: {node: '>=0.10'} requiresBuild: true dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 micromatch: 3.1.10(supports-color@6.1.0) - readable-stream: 2.3.8 + readable-stream: 2.3.7 transitivePeerDependencies: - supports-color dev: true @@ -53646,6 +62031,7 @@ packages: ast-types: 0.14.2 esprima: 4.0.1 source-map: 0.6.1 +<<<<<<< HEAD tslib: 2.6.2 dev: true @@ -53657,6 +62043,9 @@ packages: esprima: 4.0.1 source-map: 0.6.1 tslib: 2.6.2 +======= + tslib: 2.5.0 +>>>>>>> 28159dc4c9 (Lock File Update) /recast@0.23.4: resolution: {integrity: sha512-qtEDqIZGVcSZCHniWwZWbRy79Dc6Wp3kT/UmDA2RJKBPg7+7k51aQBZirHmUGn5uvHf2rg8DkjizrN26k61ATw==} @@ -53713,6 +62102,7 @@ packages: engines: {node: '>=6'} dev: false +<<<<<<< HEAD /redux@4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: @@ -53728,6 +62118,17 @@ packages: get-intrinsic: 1.2.2 globalthis: 1.0.3 which-builtin-type: 1.1.3 +======= + /redux@4.1.2: + resolution: {integrity: sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw==} + dependencies: + '@babel/runtime': 7.23.5 + + /redux@4.2.0: + resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} + dependencies: + '@babel/runtime': 7.23.5 +>>>>>>> 28159dc4c9 (Lock File Update) /reflect.ownkeys@0.2.0: resolution: {integrity: sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==} @@ -53740,8 +62141,13 @@ packages: prismjs: 1.27.0 dev: true +<<<<<<< HEAD /regenerate-unicode-properties@10.1.1: resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} +======= + /regenerate-unicode-properties@10.1.0: + resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=4'} dependencies: regenerate: 1.4.2 @@ -53759,6 +62165,19 @@ packages: /regenerator-runtime@0.14.0: resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} +<<<<<<< HEAD +======= + /regenerator-transform@0.14.5: + resolution: {integrity: sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw==} + dependencies: + '@babel/runtime': 7.23.5 + + /regenerator-transform@0.15.0: + resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} + dependencies: + '@babel/runtime': 7.23.5 + +>>>>>>> 28159dc4c9 (Lock File Update) /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: @@ -53771,6 +62190,7 @@ packages: extend-shallow: 3.0.2 safe-regex: 1.1.0 +<<<<<<< HEAD /regexp.prototype.flags@1.5.1: resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} engines: {node: '>= 0.4'} @@ -53778,6 +62198,15 @@ packages: call-bind: 1.0.5 define-properties: 1.2.1 set-function-name: 2.0.1 +======= + /regexp.prototype.flags@1.4.3: + resolution: {integrity: sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + functions-have-names: 1.2.2 +>>>>>>> 28159dc4c9 (Lock File Update) /regexpp@2.0.1: resolution: {integrity: sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==} @@ -53794,7 +62223,7 @@ packages: dependencies: '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.1 + regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 @@ -53999,6 +62428,7 @@ packages: engines: {node: '>= 0.10'} dev: true +<<<<<<< HEAD /replace-ext@1.0.1: resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} engines: {node: '>= 0.10'} @@ -54006,6 +62436,10 @@ packages: /replace@1.2.2: resolution: {integrity: sha512-C4EDifm22XZM2b2JOYe6Mhn+lBsLBAvLbK8drfUQLTfD1KYl/n3VaW/CDju0Ny4w3xTtegBpg8YNSpFJPUDSjA==} +======= + /replace@1.2.1: + resolution: {integrity: sha512-KZCBe/tPanwBlbjSMQby4l+zjSiFi3CLEP/6VLClnRYgJ46DZ5u9tmA6ceWeFS8coaUnU4ZdGNb/puUGMHNSRg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 6'} hasBin: true dependencies: @@ -54055,7 +62489,7 @@ packages: deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 dependencies: aws-sign2: 0.7.0 - aws4: 1.12.0 + aws4: 1.11.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -54069,7 +62503,7 @@ packages: mime-types: 2.1.35 oauth-sign: 0.9.0 performance-now: 2.1.0 - qs: 6.5.3 + qs: 6.5.2 safe-buffer: 5.2.1 tough-cookie: 2.5.0 tunnel-agent: 0.6.0 @@ -54166,6 +62600,7 @@ packages: /resolve@1.1.7: resolution: {integrity: sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==} +<<<<<<< HEAD /resolve@1.22.8: resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true @@ -54181,6 +62616,27 @@ packages: is-core-module: 2.13.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 +======= + /resolve@1.20.0: + resolution: {integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==} + dependencies: + is-core-module: 2.10.0 + path-parse: 1.0.7 + + /resolve@1.22.1: + resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} + hasBin: true + dependencies: + is-core-module: 2.10.0 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + + /resolve@2.0.0-next.3: + resolution: {integrity: sha512-W8LucSynKUIDu9ylraa7ueVZ7hc0uAgJBxVsQSKOXOyle8a93qXhcz+XAXZ8bIq2d6i4Ehddn6Evt+0/UwKk6Q==} + dependencies: + is-core-module: 2.10.0 + path-parse: 1.0.7 +>>>>>>> 28159dc4c9 (Lock File Update) /responselike@2.0.1: resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==} @@ -54242,6 +62698,10 @@ packages: /rgba-regex@1.0.0: resolution: {integrity: sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==} + /rimraf@2.2.8: + resolution: {integrity: sha512-R5KMKHnPAQaZMqLOsyuyUmcIjSeDm+73eoqQpaXA7AZ22BL+6C+1mcUscgOsNd8WVlJuvlgAPsegcx7pjlV0Dg==} + hasBin: true + /rimraf@2.6.3: resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} hasBin: true @@ -54366,6 +62826,7 @@ packages: dependencies: tslib: 1.14.1 +<<<<<<< HEAD /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: @@ -54381,6 +62842,14 @@ packages: has-symbols: 1.0.3 isarray: 2.0.5 +======= + /rxjs@7.8.0: + resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} + dependencies: + tslib: 2.5.0 + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /safe-buffer@5.1.1: resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==} dev: true @@ -54395,13 +62864,6 @@ packages: resolution: {integrity: sha512-o0JmTu17WGUaUOHa1l0FPGXKBfijbxK6qoHzlkihsDXxzBHvJcA7zgviKR92Xs841rX9pK16unfphLq0/KqX7A==} dev: true - /safe-regex-test@1.0.0: - resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} - dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-regex: 1.1.4 - /safe-regex@1.1.0: resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} dependencies: @@ -54477,7 +62939,7 @@ packages: capture-exit: 2.0.0 exec-sh: 0.3.6 execa: 1.0.0 - fb-watchman: 2.0.2 + fb-watchman: 2.0.1 micromatch: 3.1.10(supports-color@6.1.0) minimist: 1.2.8 walker: 1.0.8 @@ -54529,11 +62991,18 @@ packages: loader-utils: 2.0.4 neo-async: 2.6.2 sass: 1.69.5 +<<<<<<< HEAD schema-utils: 3.3.0 semver: 7.5.4 webpack: 5.89.0(webpack-cli@5.1.4) +======= + schema-utils: 3.1.1 + semver: 7.5.0 + webpack: 5.89.0(webpack-cli@4.9.2) + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) - /sass-loader@12.6.0(sass@1.69.5)(webpack@5.89.0): + /sass-loader@12.6.0(sass@1.60.0)(webpack@5.76.3): resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -54552,13 +63021,18 @@ packages: sass-embedded: optional: true dependencies: - klona: 2.0.6 + klona: 2.0.5 neo-async: 2.6.2 +<<<<<<< HEAD sass: 1.69.5 webpack: 5.89.0(uglify-js@3.17.4)(webpack-cli@4.10.0) +======= + sass: 1.60.0 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true - /sass-loader@8.0.2(sass@1.69.5)(webpack@4.47.0): + /sass-loader@8.0.2(sass@1.69.5)(webpack@4.46.0): resolution: {integrity: sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -54575,21 +63049,44 @@ packages: optional: true dependencies: clone-deep: 4.0.1 - loader-utils: 1.4.2 + loader-utils: 1.4.0 neo-async: 2.6.2 sass: 1.69.5 schema-utils: 2.7.1 semver: 6.3.1 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true +<<<<<<< HEAD +======= + /sass@1.49.9: + resolution: {integrity: sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A==} + engines: {node: '>=12.0.0'} + hasBin: true + dependencies: + chokidar: 3.5.3 + immutable: 4.0.0 + source-map-js: 1.0.2 + dev: true + + /sass@1.60.0: + resolution: {integrity: sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ==} + engines: {node: '>=12.0.0'} + hasBin: true + dependencies: + chokidar: 3.5.3 + immutable: 4.0.0 + source-map-js: 1.0.2 + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /sass@1.69.5: resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: chokidar: 3.5.3 - immutable: 4.3.4 + immutable: 4.0.0 source-map-js: 1.0.2 /sax@1.2.1: @@ -54635,13 +63132,13 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 - /scheduler@0.23.0: - resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} + /scheduler@0.22.0: + resolution: {integrity: sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==} dependencies: loose-envify: 1.4.0 - /scheduler@0.24.0-canary-efb381bbf-20230505: - resolution: {integrity: sha512-ABvovCDe/k9IluqSh4/ISoq8tIJnW8euVAWYt5j/bg6dRnqwQwiGO1F/V4AyK96NGF/FB04FhOUDuWj8IKfABA==} + /scheduler@0.23.0: + resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} dependencies: loose-envify: 1.4.0 @@ -54658,7 +63155,7 @@ packages: resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==} engines: {node: '>= 8.9.0'} dependencies: - '@types/json-schema': 7.0.15 + '@types/json-schema': 7.0.9 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) dev: true @@ -54667,7 +63164,7 @@ packages: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} engines: {node: '>= 8.9.0'} dependencies: - '@types/json-schema': 7.0.15 + '@types/json-schema': 7.0.9 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) @@ -54675,11 +63172,15 @@ packages: resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.15 + '@types/json-schema': 7.0.9 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) <<<<<<< HEAD +<<<<<<< HEAD ======= +======= + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /schema-utils@4.0.0: resolution: {integrity: sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==} @@ -54691,6 +63192,7 @@ packages: ajv-keywords: 5.1.0(ajv@8.8.1) >>>>>>> 9feae75363 (Lock file update) +<<<<<<< HEAD /schema-utils@4.2.0: resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} engines: {node: '>= 12.13.0'} @@ -54700,6 +63202,8 @@ packages: ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) +======= +>>>>>>> 28159dc4c9 (Lock File Update) /scoped-regex@2.1.0: resolution: {integrity: sha512-g3WxHrqSWCZHGHlSrF51VXFdjImhwvH8ZO/pryFH56Qi0cDsZfylQa/t0jCzVQFNbNvM00HfHjkDPEuarKDSWQ==} engines: {node: '>=8'} @@ -54733,10 +63237,22 @@ packages: resolution: {integrity: sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw==} engines: {node: '>=0.10.0'} dependencies: +<<<<<<< HEAD semver: 5.7.2 /semver@5.7.2: resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} +======= + semver: 5.7.1 + dev: true + + /semver@5.7.1: + resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} + hasBin: true + + /semver@6.3.0: + resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} +>>>>>>> 28159dc4c9 (Lock File Update) hasBin: true /semver@6.3.1: @@ -54754,6 +63270,7 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} @@ -54848,23 +63365,6 @@ packages: /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - /set-function-length@1.1.1: - resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} - engines: {node: '>= 0.4'} - dependencies: - define-data-property: 1.1.1 - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.1 - - /set-function-name@2.0.1: - resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} - engines: {node: '>= 0.4'} - dependencies: - define-data-property: 1.1.1 - functions-have-names: 1.2.3 - has-property-descriptors: 1.0.1 - /set-value@2.0.1: resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} engines: {node: '>=0.10.0'} @@ -54930,8 +63430,13 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} +<<<<<<< HEAD /shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} +======= + /shell-quote@1.7.3: + resolution: {integrity: sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==} +>>>>>>> 28159dc4c9 (Lock File Update) /shelljs@0.8.5: resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} @@ -54994,7 +63499,7 @@ packages: dependencies: '@kwsites/file-exists': 1.1.1 '@kwsites/promise-deferred': 1.1.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color @@ -55005,12 +63510,12 @@ packages: resolution: {integrity: sha512-D1SaWpOW8afq1CZGWB8xTfrT3FekjQmPValrqncJMX7QFl8YwhrPTZvMCANLtgBwwdS+7zURyqxDDEmY558tTw==} dependencies: buffer: 6.0.3 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) err-code: 3.0.1 get-browser-rtc: 1.1.0 queue-microtask: 1.2.3 randombytes: 2.1.0 - readable-stream: 3.6.2 + readable-stream: 3.6.0 transitivePeerDependencies: - supports-color @@ -55095,13 +63600,14 @@ packages: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} engines: {node: '>=12'} dependencies: - ansi-styles: 6.2.1 + ansi-styles: 6.1.0 is-fullwidth-code-point: 4.0.0 dev: true /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + dev: true /snake-case@1.1.2: resolution: {integrity: sha512-oapUKC+qulnUIN+/O7Tbl2msi9PQvJeivGN9RNbygxzI2EOY0gA96i8BJLYnGUWSLGcYtyW4YYqnGTZEySU/gg==} @@ -55189,10 +63695,14 @@ packages: engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD socks: 2.7.1 ======= +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) socks: 2.7.0 >>>>>>> 9feae75363 (Lock file update) transitivePeerDependencies: @@ -55204,16 +63714,21 @@ packages: engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 +<<<<<<< HEAD debug: 4.3.4(supports-color@9.4.0) <<<<<<< HEAD socks: 2.7.1 ======= +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) socks: 2.7.0 >>>>>>> 9feae75363 (Lock file update) transitivePeerDependencies: - supports-color dev: true +<<<<<<< HEAD /socks-proxy-agent@8.0.2: resolution: {integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==} engines: {node: '>= 14'} @@ -55231,6 +63746,16 @@ packages: ip: 2.0.0 smart-buffer: 4.2.0 +======= + /socks@2.7.0: + resolution: {integrity: sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==} + engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} + dependencies: + ip: 2.0.0 + smart-buffer: 4.2.0 + dev: true + +>>>>>>> 28159dc4c9 (Lock File Update) /sort-keys@1.1.2: resolution: {integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==} engines: {node: '>=0.10.0'} @@ -55268,12 +63793,21 @@ packages: resolution: {integrity: sha512-OU6UJUty+i2JDpTItnizPrlpOIBLmQbWMuBg9q5bVtnHACqw1tn9nNwqJLbv0/00JjnJb/Ee5g5WS5vrRv7zIQ==} engines: {node: '>= 6'} dependencies: +<<<<<<< HEAD async: 2.6.4 loader-utils: 1.4.2 dev: true /source-map-loader@3.0.2(webpack@5.89.0): resolution: {integrity: sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==} +======= + async: 2.6.3 + loader-utils: 1.4.0 + dev: true + + /source-map-loader@3.0.1(webpack@5.76.3): + resolution: {integrity: sha512-Vp1UsfyPvgujKQzi4pyDiTOnE3E4H+yHvkVRN3c/9PJmQS4CQJExvcDvaX/D+RV+xQben9HJ56jMJS3CgUeWyA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 @@ -55281,7 +63815,11 @@ packages: abab: 2.0.6 iconv-lite: 0.6.3 source-map-js: 1.0.2 +<<<<<<< HEAD webpack: 5.89.0(uglify-js@3.17.4)(webpack-cli@4.10.0) +======= + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /source-map-resolve@0.5.3: @@ -55307,8 +63845,13 @@ packages: buffer-from: 1.1.2 source-map: 0.6.1 +<<<<<<< HEAD /source-map-support@0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} +======= + /source-map-support@0.5.20: + resolution: {integrity: sha512-n1lZZ8Ve4ksRqizaBQgxXDgKwttHDhyfQjA6YZZn8+AroHbsIz+JjwxQDxbp+7y5OYCI8t1Yk7etjD9CRd2hIw==} +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: buffer-from: 1.1.2 source-map: 0.6.1 @@ -55325,8 +63868,13 @@ packages: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} +<<<<<<< HEAD /source-map@0.7.4: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} +======= + /source-map@0.7.3: + resolution: {integrity: sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 8'} /space-separated-tokens@1.1.5: @@ -55387,19 +63935,24 @@ packages: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.16 + spdx-license-ids: 3.0.11 +<<<<<<< HEAD /spdx-license-ids@3.0.16: resolution: {integrity: sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==} +======= + /spdx-license-ids@3.0.11: + resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==} +>>>>>>> 28159dc4c9 (Lock File Update) /spdy-transport@3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 - readable-stream: 3.6.2 + readable-stream: 3.6.0 wbuf: 1.7.3 transitivePeerDependencies: - supports-color @@ -55408,7 +63961,7 @@ packages: resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -55439,11 +63992,19 @@ packages: /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} +<<<<<<< HEAD /sprintf-js@1.1.3: resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} /sshpk@1.18.0: resolution: {integrity: sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==} +======= + /sprintf-js@1.1.2: + resolution: {integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==} + + /sshpk@1.16.1: + resolution: {integrity: sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=0.10.0'} hasBin: true dependencies: @@ -55494,14 +64055,24 @@ packages: dependencies: escape-string-regexp: 2.0.0 +<<<<<<< HEAD /stack-utils@2.0.6: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} +======= + /stack-utils@2.0.5: + resolution: {integrity: sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 +<<<<<<< HEAD /stackframe@1.3.4: resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} +======= + /stackframe@1.2.0: + resolution: {integrity: sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==} +>>>>>>> 28159dc4c9 (Lock File Update) /stacktrace-parser@0.1.10: resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} @@ -55590,7 +64161,7 @@ packages: resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /stream-each@1.2.3: @@ -55605,7 +64176,7 @@ packages: dependencies: builtin-status-codes: 3.0.0 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 to-arraybuffer: 1.0.1 xtend: 4.0.2 dev: true @@ -55614,19 +64185,22 @@ packages: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} dev: true +<<<<<<< HEAD /streamx@2.15.6: resolution: {integrity: sha512-q+vQL4AAz+FdfT137VF69Cc/APqUbxy+MDOImRrMvchJpigHj9GksgDU2LYbO9rx7RX6osWgxJB2WxhYv4SZAw==} dependencies: fast-fifo: 1.3.2 queue-tick: 1.0.1 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /strict-uri-encode@1.1.0: resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==} engines: {node: '>=0.10.0'} dev: true - /string-argv@0.3.2: - resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} + /string-argv@0.3.1: + resolution: {integrity: sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==} engines: {node: '>=0.6.19'} dev: true @@ -55700,39 +64274,44 @@ packages: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - strip-ansi: 7.1.0 - - /string.prototype.matchall@4.0.10: - resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} - dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 - get-intrinsic: 1.2.2 - has-symbols: 1.0.3 - internal-slot: 1.0.6 - regexp.prototype.flags: 1.5.1 - set-function-name: 2.0.1 - side-channel: 1.0.4 + strip-ansi: 7.0.1 +<<<<<<< HEAD /string.prototype.padend@3.1.5: resolution: {integrity: sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==} +======= + /string.prototype.matchall@4.0.6: + resolution: {integrity: sha512-6WgDX8HmQqvEd7J+G6VtAahhsQIssiZ8zl7zKh1VDMFyL3hRTJP4FTNA3RbIp2TOQ9AYNDcc7e3fH0Qbup+DBg==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + get-intrinsic: 1.1.3 + has-symbols: 1.0.3 + internal-slot: 1.0.3 + regexp.prototype.flags: 1.4.3 + side-channel: 1.0.4 + + /string.prototype.padend@3.1.3: + resolution: {integrity: sha512-jNIIeokznm8SD/TZISQsZKYu7RJyheFNt84DUPrh482GC8RVp2MKqm2O5oBRdGxbDQoXrhhWtPIWQOiy20svUg==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 dev: true /string.prototype.padstart@3.1.5: resolution: {integrity: sha512-R57IsE3JIfModQWrVXYZ8ZHWMBNDpIoniDwhYCR1nx+iHwDkjjk26a8xM9BYgf7SAXJO7sdNPng5J+0ccr5LFQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 - es-abstract: 1.22.3 + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 dev: true +<<<<<<< HEAD /string.prototype.trim@1.2.8: resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} engines: {node: '>= 0.4'} @@ -55754,6 +64333,29 @@ packages: call-bind: 1.0.5 define-properties: 1.2.1 es-abstract: 1.22.3 +======= + /string.prototype.trim@1.2.5: + resolution: {integrity: sha512-Lnh17webJVsD6ECeovpVN17RlAKjmz4rF9S+8Y45CkMc/ufVpTkU3vZIyIC7sllQ1FCvObZnnCdNs/HXTUOTlg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + + /string.prototype.trimend@1.0.5: + resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 + + /string.prototype.trimstart@1.0.5: + resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + es-abstract: 1.20.2 +>>>>>>> 28159dc4c9 (Lock File Update) /string_decoder@0.10.31: resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} @@ -55801,8 +64403,13 @@ packages: dependencies: ansi-regex: 5.0.1 +<<<<<<< HEAD /strip-ansi@7.1.0: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} +======= + /strip-ansi@7.0.1: + resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 @@ -55890,9 +64497,6 @@ packages: escape-string-regexp: 1.0.5 dev: true - /strnum@1.0.5: - resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} - /style-loader@0.23.1: resolution: {integrity: sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==} engines: {node: '>= 0.12.0'} @@ -55901,7 +64505,7 @@ packages: schema-utils: 1.0.0 dev: true - /style-loader@1.3.0(webpack@4.47.0): + /style-loader@1.3.0(webpack@4.46.0): resolution: {integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -55909,16 +64513,21 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 2.7.1 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true +<<<<<<< HEAD /style-loader@2.0.0(webpack@5.89.0): +======= + /style-loader@2.0.0(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==} engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: loader-utils: 2.0.4 +<<<<<<< HEAD schema-utils: 3.3.0 webpack: 5.89.0(webpack-cli@5.1.4) dev: true @@ -55930,6 +64539,10 @@ packages: webpack: ^5.0.0 dependencies: webpack: 5.89.0(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) +======= + schema-utils: 3.1.1 + webpack: 5.76.3(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /style-search@0.1.0: @@ -55967,6 +64580,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: +<<<<<<< HEAD browserslist: 4.22.2 postcss: 8.4.31 postcss-selector-parser: 6.0.13 @@ -55992,6 +64606,11 @@ packages: browserslist: 4.22.2 postcss: 8.4.32 postcss-selector-parser: 6.0.13 +======= + browserslist: 4.19.3 + postcss: 8.4.21 + postcss-selector-parser: 6.0.9 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /stylelint-config-recommended-scss@4.3.0(stylelint-scss@3.21.0)(stylelint@13.13.1): @@ -56119,7 +64738,7 @@ packages: lodash: 4.17.21 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-selector-parser: 6.0.13 + postcss-selector-parser: 6.0.9 postcss-value-parser: 4.2.0 stylelint: 14.16.1 dev: true @@ -56150,8 +64769,12 @@ packages: cosmiconfig: 7.1.0 ======= cosmiconfig: 7.0.1 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) execall: 2.0.0 fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 @@ -56213,8 +64836,12 @@ packages: cosmiconfig: 7.1.0 ======= cosmiconfig: 7.0.1 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) execall: 2.0.0 fast-glob: 3.3.2 fastest-levenshtein: 1.0.16 @@ -56280,7 +64907,7 @@ packages: colord: 2.9.2 cosmiconfig: 7.0.1 css-functions-list: 3.0.1 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) execall: 2.0.0 fast-glob: 3.2.11 fastest-levenshtein: 1.0.12 @@ -56341,8 +64968,12 @@ packages: ======= component-emitter: 1.3.0 cookiejar: 2.1.3 +<<<<<<< HEAD >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) fast-safe-stringify: 2.1.1 form-data: 4.0.0 formidable: 2.1.2 @@ -56405,8 +65036,8 @@ packages: dependencies: has-flag: 4.0.0 - /supports-color@9.4.0: - resolution: {integrity: sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw==} + /supports-color@9.2.2: + resolution: {integrity: sha512-XC6g/Kgux+rJXmwokjm9ECpD6k/smUoS5LKlUCcsYr4IY3rW0XyAympon2RmxGrlnZURMpg5T18gWDP9CsHXFA==} engines: {node: '>=12'} /supports-hyperlinks@2.3.0: @@ -56500,12 +65131,13 @@ packages: resolution: {integrity: sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ==} engines: {node: '>= 0.11.15'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.2 get-symbol-description: 1.0.0 has-symbols: 1.0.3 object.getownpropertydescriptors: 2.1.7 dev: true +<<<<<<< HEAD /synchronous-promise@2.0.17: resolution: {integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==} dev: true @@ -56526,6 +65158,8 @@ packages: tslib: 2.6.2 dev: true +======= +>>>>>>> 28159dc4c9 (Lock File Update) /syncpack@10.9.3: resolution: {integrity: sha512-urdxuqkvO2/4tB1GaZGbCTzOgdi1XJzHjpiG4DTunOMH4oChSg54hczzzybfFQhqUl0ZY8A6LJNziKsf3J6E7g==} engines: {node: '>=16'} @@ -56621,6 +65255,7 @@ packages: mkdirp-classic: 0.5.3 pump: 3.0.0 tar-stream: 2.2.0 +<<<<<<< HEAD dev: true /tar-fs@3.0.4: @@ -56629,6 +65264,8 @@ packages: mkdirp-classic: 0.5.3 pump: 3.0.0 tar-stream: 3.1.6 +======= +>>>>>>> 28159dc4c9 (Lock File Update) /tar-stream@2.2.0: resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} @@ -56638,6 +65275,7 @@ packages: end-of-stream: 1.4.4 fs-constants: 1.0.0 inherits: 2.0.4 +<<<<<<< HEAD readable-stream: 3.6.2 dev: true @@ -56647,6 +65285,9 @@ packages: b4a: 1.6.4 fast-fifo: 1.3.2 streamx: 2.15.6 +======= + readable-stream: 3.6.0 +>>>>>>> 28159dc4c9 (Lock File Update) /tar@6.2.0: resolution: {integrity: sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==} @@ -56673,15 +65314,24 @@ packages: memoizerific: 1.11.3 dev: true - /telejson@7.2.0: - resolution: {integrity: sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==} + /telejson@7.1.0: + resolution: {integrity: sha512-jFJO4P5gPebZAERPkJsqMAQ0IMA1Hi0AoSfxpnUaV6j6R2SZqlpkbS20U6dEUtA3RUYt2Ak/mTlkQzHH9Rv/hA==} dependencies: memoizerific: 1.11.3 dev: true +<<<<<<< HEAD /temp-dir@2.0.0: resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} engines: {node: '>=8'} +======= + /temp@0.8.3: + resolution: {integrity: sha512-jtnWJs6B1cZlHs9wPG7BrowKxZw/rf6+UpGAkr8AaYmiTyTO7zQlLoST8zx/8TcUPnZmeBoB+H8ARuHZaSijVw==} + engines: {'0': node >=0.8.0} + dependencies: + os-tmpdir: 1.0.2 + rimraf: 2.2.8 +>>>>>>> 28159dc4c9 (Lock File Update) /temp@0.8.4: resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} @@ -56713,7 +65363,7 @@ packages: ansi-escapes: 4.3.2 supports-hyperlinks: 2.3.0 - /terser-webpack-plugin@1.4.5(webpack@4.47.0): + /terser-webpack-plugin@1.4.5(webpack@4.46.0): resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -56725,14 +65375,24 @@ packages: schema-utils: 1.0.0 serialize-javascript: 4.0.0 source-map: 0.6.1 +<<<<<<< HEAD terser: 4.8.1 webpack: 4.47.0(webpack-cli@3.3.12) +======= + terser: 4.8.0 + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-sources: 1.4.3 worker-farm: 1.7.0 dev: true +<<<<<<< HEAD /terser-webpack-plugin@3.1.0(webpack@4.47.0): resolution: {integrity: sha512-cjdZte66fYkZ65rQ2oJfrdCAkkhJA7YLYk5eGOcGCSGlq0ieZupRdjedSQXYknMPo2IveQL+tPdrxUkERENCFA==} +======= + /terser-webpack-plugin@3.0.3(webpack@4.46.0): + resolution: {integrity: sha512-bZFnotuIKq5Rqzrs+qIwFzGdKdffV9epG5vDSEbYzvKAhPeR5RbbrQysfPgbIIMhNAQtZD2hGwBfSKUXjXZZZw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 10.13.0'} peerDependencies: webpack: ^4.0.0 || ^5.0.0 @@ -56744,14 +65404,19 @@ packages: schema-utils: 2.7.1 serialize-javascript: 4.0.0 source-map: 0.6.1 +<<<<<<< HEAD terser: 4.8.1 webpack: 4.47.0(webpack-cli@3.3.12) +======= + terser: 4.8.0 + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-sources: 1.4.3 transitivePeerDependencies: - bluebird dev: true - /terser-webpack-plugin@4.2.3(webpack@4.47.0): + /terser-webpack-plugin@4.2.3(acorn@7.4.1)(webpack@4.46.0): resolution: {integrity: sha512-jTgXh40RnvOrLQNgIkwEKnQ8rmHjHK4u+6UBEi+W+FPmvb+uo+chJXntKe7/3lW5mNysgSWD60KyesnhW8D6MQ==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -56761,18 +65426,29 @@ packages: find-cache-dir: 3.3.2 jest-worker: 26.6.2 p-limit: 3.1.0 - schema-utils: 3.3.0 + schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 +<<<<<<< HEAD terser: 5.26.0 webpack: 4.47.0(webpack-cli@3.3.12) +======= + terser: 5.10.0(acorn@7.4.1) + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-sources: 1.4.3 transitivePeerDependencies: + - acorn - bluebird dev: true +<<<<<<< HEAD /terser-webpack-plugin@5.3.6(@swc/core@1.3.100)(esbuild@0.18.20)(webpack@5.88.2): resolution: {integrity: sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==} +======= + /terser-webpack-plugin@5.2.5(acorn@8.8.1)(uglify-js@3.14.5)(webpack@5.76.3): + resolution: {integrity: sha512-3luOVHku5l0QBeYS8r4CdHYWEGMmIj3H1U64jgkdZzECcSOJAyJ9TjuqcQZvw1Y+4AOBN9SeYJPJmFn2cM4/2g==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 10.13.0'} peerDependencies: '@swc/core': '*' @@ -56791,10 +65467,21 @@ packages: '@swc/core': 1.3.100 esbuild: 0.18.20 jest-worker: 27.5.1 +<<<<<<< HEAD schema-utils: 3.3.0 serialize-javascript: 6.0.1 terser: 5.26.0 webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) +======= + schema-utils: 3.1.1 + serialize-javascript: 6.0.0 + source-map: 0.6.1 + terser: 5.10.0(acorn@8.8.1) + uglify-js: 3.14.5 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) + transitivePeerDependencies: + - acorn +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /terser-webpack-plugin@5.3.6(@swc/core@1.3.100)(esbuild@0.18.20)(webpack@5.89.0): @@ -56900,6 +65587,7 @@ packages: serialize-javascript: 6.0.0 source-map: 0.6.1 terser: 5.10.0(acorn@8.8.1) +<<<<<<< HEAD webpack: 5.76.3(webpack-cli@3.3.12) transitivePeerDependencies: - acorn @@ -56937,6 +65625,9 @@ packages: source-map: 0.6.1 terser: 5.10.0(acorn@8.8.1) webpack: 5.89.0(webpack-cli@4.9.2) +======= + webpack: 5.76.3(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - acorn >>>>>>> 9feae75363 (Lock file update) @@ -56984,7 +65675,7 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.19 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -57009,22 +65700,44 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.19 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 +<<<<<<< HEAD terser: 5.26.0 webpack: 5.89.0(webpack-cli@5.1.4) +======= + terser: 5.24.0 + webpack: 5.89.0(webpack-cli@4.9.2) + dev: true - /terser@4.8.1: - resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==} + /terser@4.8.0: + resolution: {integrity: sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - acorn: 8.11.2 + acorn: 8.8.1 commander: 2.20.3 source-map: 0.6.1 - source-map-support: 0.5.21 + source-map-support: 0.5.20 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) + + /terser@5.10.0(acorn@7.4.1): + resolution: {integrity: sha512-AMmF99DMfEDiRJfxfY5jj5wNH/bYO09cniSqhfoyxc8sFoYIgkJy86G04UoZU5VjlpnplVu0K6Tx6E9b5+DlHA==} + engines: {node: '>=10'} + hasBin: true + peerDependencies: + acorn: ^8.5.0 + peerDependenciesMeta: + acorn: + optional: true + dependencies: + acorn: 7.4.1 + commander: 2.20.3 + source-map: 0.7.3 + source-map-support: 0.5.20 dev: true /terser@5.26.0: @@ -57035,7 +65748,8 @@ packages: '@jridgewell/source-map': 0.3.5 acorn: 8.11.2 commander: 2.20.3 - source-map-support: 0.5.21 + source-map-support: 0.5.20 + dev: true /test-exclude@5.2.3: resolution: {integrity: sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==} @@ -57058,8 +65772,13 @@ packages: /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} +<<<<<<< HEAD /textextensions@5.16.0: resolution: {integrity: sha512-7D/r3s6uPZyU//MCYrX6I14nzauDwJ5CxazouuRGNuvSCihW87ufN6VLoROLCrHg6FblLuJrT6N2BVaPVzqElw==} +======= + /textextensions@5.15.0: + resolution: {integrity: sha512-MeqZRHLuaGamUXGuVn2ivtU3LA3mLCCIO5kUGoohTCoGmCBg/+8yPhWVX9WSl9telvVd8erftjFk9Fwb2dD6rw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=0.8'} dev: true @@ -57068,20 +65787,24 @@ packages: engines: {node: '>=0.8.0'} dev: true +<<<<<<< HEAD /third-party-web@0.23.4: resolution: {integrity: sha512-kwYnSZRhEvv0SBW2fp8SBBKRglMoBjV8xz6C31m0ewqOtknB5UL+Ihg+M81hyFY5ldkZuGWPb+e4GVDkzf/gYg==} dev: true /thread-loader@2.1.3(webpack@4.47.0): +======= + /thread-loader@2.1.3(webpack@4.46.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg==} engines: {node: '>= 6.9.0 <7.0.0 || >= 8.9.0'} peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 dependencies: loader-runner: 2.4.0 - loader-utils: 1.4.2 + loader-utils: 1.4.0 neo-async: 2.6.2 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true /throat@4.1.0: @@ -57091,8 +65814,13 @@ packages: /throat@5.0.0: resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} +<<<<<<< HEAD /throat@6.0.2: resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==} +======= + /throat@6.0.1: + resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} +>>>>>>> 28159dc4c9 (Lock File Update) /throttle-debounce@3.0.1: resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} @@ -57102,7 +65830,7 @@ packages: /through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: - readable-stream: 2.3.8 + readable-stream: 2.3.7 xtend: 4.0.2 /through@2.3.8: @@ -57267,16 +65995,16 @@ packages: engines: {node: '>=6'} dependencies: ip-regex: 2.1.0 - psl: 1.9.0 - punycode: 2.3.1 + psl: 1.8.0 + punycode: 2.1.1 dev: true /tough-cookie@4.1.3: resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} engines: {node: '>=6'} dependencies: - psl: 1.9.0 - punycode: 2.3.1 + psl: 1.8.0 + punycode: 2.1.1 universalify: 0.2.0 url-parse: 1.5.10 @@ -57286,19 +66014,19 @@ packages: /tr46@1.0.1: resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} dependencies: - punycode: 2.3.1 + punycode: 2.1.1 /tr46@2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} dependencies: - punycode: 2.3.1 + punycode: 2.1.1 /tr46@3.0.0: resolution: {integrity: sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==} engines: {node: '>=12'} dependencies: - punycode: 2.3.1 + punycode: 2.1.1 dev: true /traverse@0.6.7: @@ -57376,7 +66104,116 @@ packages: typescript: 5.3.3 dev: true +<<<<<<< HEAD /ts-jest@29.1.1(@babel/core@7.23.5)(babel-jest@27.5.1)(jest@27.5.1)(typescript@5.3.3): +======= + /ts-jest@27.1.3(@babel/core@7.17.8)(@types/jest@27.4.1)(babel-jest@27.5.1)(jest@27.5.1)(typescript@5.1.6): + resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: ~0.14.0 + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.17.8 + '@types/jest': 27.4.1 + babel-jest: 27.5.1(@babel/core@7.17.8) + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.3 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.5.3 + typescript: 5.1.6 + yargs-parser: 20.2.9 + dev: true + + /ts-jest@27.1.3(@babel/core@7.21.3)(@types/jest@27.4.1)(jest@27.5.1)(typescript@5.1.6): + resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: ~0.14.0 + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.21.3 + '@types/jest': 27.4.1 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.3 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.5.3 + typescript: 5.1.6 + yargs-parser: 20.2.9 + dev: true + + /ts-jest@29.1.0(@babel/core@7.21.3)(jest@29.5.0)(typescript@5.1.6): + resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 + esbuild: '*' + jest: ^29.0.0 + typescript: '>=4.3 <6' + peerDependenciesMeta: + '@babel/core': + optional: true + '@jest/types': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.21.3 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 29.5.0(@types/node@16.18.21)(ts-node@10.9.1) + jest-util: 29.5.0 + json5: 2.2.3 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.8 + typescript: 5.1.6 + yargs-parser: 21.1.1 + dev: true + + /ts-jest@29.1.1(@babel/core@7.17.8)(jest@27.5.1)(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -57411,8 +66248,47 @@ packages: yargs-parser: 21.1.1 dev: true +<<<<<<< HEAD /ts-loader@9.5.1(typescript@5.3.3)(webpack@5.89.0): resolution: {integrity: sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==} +======= + /ts-jest@29.1.1(@babel/core@7.21.3)(jest@29.6.2)(typescript@5.1.6): + resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 + esbuild: '*' + jest: ^29.0.0 + typescript: '>=4.3 <6' + peerDependenciesMeta: + '@babel/core': + optional: true + '@jest/types': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.21.3 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 29.6.2(@types/node@16.18.21)(ts-node@10.9.1) + jest-util: 29.5.0 + json5: 2.2.3 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.5.3 + typescript: 5.1.6 + yargs-parser: 21.1.1 + dev: true + + /ts-loader@9.4.1(typescript@5.1.6)(webpack@5.89.0): + resolution: {integrity: sha512-384TYAqGs70rn9F0VBnh6BPTfhga7yFNdC5gXbQpDrBj9/KsT4iRkGqKXhziofHOlE2j6YEaiTYVGKKvPhGWvw==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=12.0.0'} peerDependencies: typescript: '*' @@ -57473,11 +66349,19 @@ packages: resolution: {integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w==} dev: true +<<<<<<< HEAD /tsconfig-paths@3.14.2: resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} dependencies: '@types/json5': 0.0.29 json5: 1.0.2 +======= + /tsconfig-paths@3.14.0: + resolution: {integrity: sha512-cg/1jAZoL57R39+wiw4u/SCC6Ic9Q5NqjBOb+9xISedOYurfog9ZNmKJSxAnb2m/5Bq4lE9lhUcau33Ml8DM0g==} + dependencies: + '@types/json5': 0.0.29 + json5: 1.0.1 +>>>>>>> 28159dc4c9 (Lock File Update) minimist: 1.2.8 strip-bom: 3.0.0 @@ -57487,16 +66371,27 @@ packages: /tslib@2.0.1: resolution: {integrity: sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==} +<<<<<<< HEAD /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} /tsutils@3.21.0(typescript@5.3.2): +======= + /tslib@2.3.1: + resolution: {integrity: sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==} + + /tslib@2.5.0: + resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + + /tsutils@3.21.0(typescript@5.1.6): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 +<<<<<<< HEAD typescript: 5.3.2 dev: true @@ -57508,6 +66403,9 @@ packages: dependencies: tslib: 1.14.1 typescript: 5.3.3 +======= + typescript: 5.1.6 +>>>>>>> 28159dc4c9 (Lock File Update) /tty-browserify@0.0.0: resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} @@ -57618,40 +66516,6 @@ packages: media-typer: 0.3.0 mime-types: 2.1.35 - /typed-array-buffer@1.0.0: - resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-typed-array: 1.1.12 - - /typed-array-byte-length@1.0.0: - resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.5 - for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 - - /typed-array-byte-offset@1.0.0: - resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} - engines: {node: '>= 0.4'} - dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 - for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 - - /typed-array-length@1.0.4: - resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} - dependencies: - call-bind: 1.0.5 - for-each: 0.3.3 - is-typed-array: 1.1.12 - /typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: @@ -57660,6 +66524,7 @@ packages: /typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} +<<<<<<< HEAD /typescript@5.3.2: resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} engines: {node: '>=14.17'} @@ -57673,6 +66538,12 @@ packages: hasBin: true ======= >>>>>>> 9feae75363 (Lock file update) +======= + /typescript@5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + engines: {node: '>=14.17'} + hasBin: true +>>>>>>> 28159dc4c9 (Lock File Update) /typical@4.0.0: resolution: {integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==} @@ -57991,8 +66862,13 @@ packages: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} +<<<<<<< HEAD /universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} +======= + /universalify@2.0.0: + resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>= 10.0.0'} /unload@2.2.0: @@ -58114,6 +66990,22 @@ packages: /urix@0.1.0: resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} deprecated: Please see https://github.com/lydell/urix#deprecated +<<<<<<< HEAD +======= + requiresBuild: true + + /url-loader@1.1.2(webpack@5.70.0): + resolution: {integrity: sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg==} + engines: {node: '>= 6.9.0'} + peerDependencies: + webpack: ^3.0.0 || ^4.0.0 + dependencies: + loader-utils: 1.4.0 + mime: 2.6.0 + schema-utils: 1.0.0 + webpack: 5.70.0(webpack-cli@4.9.2) + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /url-loader@1.1.2(webpack@5.89.0): resolution: {integrity: sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg==} @@ -58121,13 +67013,17 @@ packages: peerDependencies: webpack: ^3.0.0 || ^4.0.0 dependencies: - loader-utils: 1.4.2 + loader-utils: 1.4.0 mime: 2.6.0 schema-utils: 1.0.0 +<<<<<<< HEAD webpack: 5.89.0(webpack-cli@5.1.4) +======= + webpack: 5.89.0(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true - /url-loader@3.0.0(webpack@4.47.0): + /url-loader@3.0.0(webpack@4.46.0): resolution: {integrity: sha512-a84JJbIA5xTFTWyjjcPdnsu+41o/SNE8SpXMdUvXs6Q+LuhCD9E2+0VCiuDWqgo3GGXVlFHzArDmBpj9PgWn4A==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -58137,13 +67033,13 @@ packages: file-loader: optional: true dependencies: - loader-utils: 1.4.2 + loader-utils: 1.4.0 mime: 2.6.0 schema-utils: 2.7.1 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true - /url-loader@4.1.1(file-loader@6.2.0)(webpack@4.47.0): + /url-loader@4.1.1(file-loader@6.2.0)(webpack@4.46.0): resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -58153,14 +67049,14 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0(webpack@4.47.0) + file-loader: 6.2.0(webpack@4.46.0) loader-utils: 2.0.4 mime-types: 2.1.35 - schema-utils: 3.3.0 - webpack: 4.47.0(webpack-cli@3.3.12) + schema-utils: 3.1.1 + webpack: 4.46.0(webpack-cli@3.3.12) dev: true - /url-loader@4.1.1(webpack@5.89.0): + /url-loader@4.1.1(webpack@5.76.3): resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -58172,8 +67068,13 @@ packages: dependencies: loader-utils: 2.0.4 mime-types: 2.1.35 +<<<<<<< HEAD schema-utils: 3.3.0 webpack: 5.89.0(uglify-js@3.17.4)(webpack-cli@4.10.0) +======= + schema-utils: 3.1.1 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /url-parse-lax@1.0.0: @@ -58202,10 +67103,14 @@ packages: qs: 6.11.2 dev: true +<<<<<<< HEAD /urlpattern-polyfill@9.0.0: resolution: {integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==} /use-callback-ref@1.3.0(@types/react@17.0.71)(react@17.0.2): +======= + /use-callback-ref@1.3.0(@types/react@17.0.50)(react@17.0.2): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -58217,7 +67122,7 @@ packages: dependencies: '@types/react': 17.0.71 react: 17.0.2 - tslib: 2.6.2 + tslib: 2.5.0 /use-debounce@3.4.3(react@17.0.2): resolution: {integrity: sha512-nxy+opOxDccWfhMl36J5BSCTpvcj89iaQk2OZWLAtBJQj7ISCtx1gh+rFbdjGfMl6vtCZf6gke/kYvrkVfHMoA==} @@ -58258,10 +67163,25 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) +<<<<<<< HEAD /use-memo-one@1.1.3(react@17.0.2): resolution: {integrity: sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==} peerDependencies: react: ^17.0.2 +======= + /use-memo-one@1.1.2(react@16.14.0): + resolution: {integrity: sha512-u2qFKtxLsia/r8qG0ZKkbytbztzRb317XCkT7yP8wxL0tZ/CzK2G+WWie5vWvpyeP7+YoPIwbJoIHJ4Ba4k0oQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 + dependencies: + react: 16.14.0 + dev: true + + /use-memo-one@1.1.2(react@17.0.2): + resolution: {integrity: sha512-u2qFKtxLsia/r8qG0ZKkbytbztzRb317XCkT7yP8wxL0tZ/CzK2G+WWie5vWvpyeP7+YoPIwbJoIHJ4Ba4k0oQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 +>>>>>>> 28159dc4c9 (Lock File Update) dependencies: react: 17.0.2 @@ -58300,7 +67220,7 @@ packages: '@types/react': 17.0.71 detect-node-es: 1.1.0 react: 17.0.2 - tslib: 2.6.2 + tslib: 2.5.0 /use-subscription@1.8.0(react@17.0.2): resolution: {integrity: sha512-LISuG0/TmmoDoCRmV5XAqYkd3UCBNM0ML3gGBndze65WITcsExCD3DTvXXTLyNcOC0heFQZzluW88bN/oC1DQQ==} @@ -58318,12 +67238,12 @@ packages: react: 17.0.2 dev: false - /use-sync-external-store@1.2.0(react@18.2.0): + /use-sync-external-store@1.2.0(react@18.1.0): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - react: 18.2.0 + react: 18.1.0 /use@3.1.1: resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} @@ -58361,8 +67281,8 @@ packages: /util.promisify@1.1.2: resolution: {integrity: sha512-PBdZ03m1kBnQ5cjjO0ZvJMJS+QsbyIcFwi4hY4U76OQsCO9JrOYjbCFgIF76ccFg9xnJo7ZHPkqyj1GqmdS7MA==} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.1 + call-bind: 1.0.2 + define-properties: 1.1.4 for-each: 0.3.3 has-proto: 1.0.1 has-symbols: 1.0.3 @@ -58442,28 +67362,35 @@ packages: resolution: {integrity: sha512-Rw6vJHj1mbdK8edjR7+zuJrpDtKIgNdAvTSAcpYfgMIw+u2dPDntD3dgN4XQFLU2/fvFQdzj+EeSGfd/jnY5fQ==} engines: {node: 8.x.x || >=10.10.0} dependencies: +<<<<<<< HEAD '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 1.9.0 source-map: 0.7.4 +======= + '@types/istanbul-lib-coverage': 2.0.3 + convert-source-map: 1.8.0 + source-map: 0.7.3 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /v8-to-istanbul@7.1.2: resolution: {integrity: sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==} engines: {node: '>=10.10.0'} dependencies: - '@types/istanbul-lib-coverage': 2.0.6 - convert-source-map: 1.9.0 - source-map: 0.7.4 + '@types/istanbul-lib-coverage': 2.0.3 + convert-source-map: 1.8.0 + source-map: 0.7.3 dev: true - /v8-to-istanbul@8.1.1: - resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} + /v8-to-istanbul@8.1.0: + resolution: {integrity: sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==} engines: {node: '>=10.12.0'} dependencies: - '@types/istanbul-lib-coverage': 2.0.6 - convert-source-map: 1.9.0 - source-map: 0.7.4 + '@types/istanbul-lib-coverage': 2.0.3 + convert-source-map: 1.8.0 + source-map: 0.7.3 +<<<<<<< HEAD /v8-to-istanbul@9.2.0: resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} engines: {node: '>=10.12.0'} @@ -58471,6 +67398,15 @@ packages: '@jridgewell/trace-mapping': 0.3.20 '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 +======= + /v8-to-istanbul@9.1.0: + resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} + engines: {node: '>=10.12.0'} + dependencies: + '@jridgewell/trace-mapping': 0.3.19 + '@types/istanbul-lib-coverage': 2.0.3 + convert-source-map: 1.8.0 +>>>>>>> 28159dc4c9 (Lock File Update) /v8flags@3.1.3: resolution: {integrity: sha512-amh9CCg3ZxkzQ48Mhcb8iX7xpAfYJgePHxWMQCBWECpOSqJUXgY26ncA61UTV0BkPqfhcy6mzwCIoP4ygxpW8w==} @@ -58606,7 +67542,7 @@ packages: resolution: {integrity: sha512-BoJDj+ca3D9xOuPEM6RWVtWQtvEPQiQYn82LvdxhLWplfQsBzBqtgK0yhCP0s1BNTi6dH9BO+dzybvyQIacifg==} engines: {node: '>=4'} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 pify: 2.3.0 strip-bom-buf: 1.0.0 strip-bom-stream: 2.0.0 @@ -58622,7 +67558,7 @@ packages: clone-stats: 1.0.0 cloneable-readable: 1.1.3 remove-trailing-separator: 1.1.0 - replace-ext: 1.0.1 + replace-ext: 1.0.0 dev: true /vlq@1.0.1: @@ -58719,7 +67655,7 @@ packages: dependencies: chalk: 2.4.2 commander: 3.0.2 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) transitivePeerDependencies: - supports-color @@ -58751,7 +67687,7 @@ packages: /watchpack@1.7.5: resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 neo-async: 2.6.2 optionalDependencies: chokidar: 3.5.3 @@ -58765,9 +67701,13 @@ packages: engines: {node: '>=10.13.0'} dependencies: glob-to-regexp: 0.4.1 +<<<<<<< HEAD graceful-fs: 4.2.11 <<<<<<< HEAD ======= +======= + graceful-fs: 4.2.9 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true >>>>>>> 9feae75363 (Lock file update) @@ -58858,8 +67798,13 @@ packages: engines: {node: '>= 10.13.0'} hasBin: true dependencies: +<<<<<<< HEAD acorn: 8.11.2 acorn-walk: 8.3.1 +======= + acorn: 8.8.1 + acorn-walk: 8.2.0 +>>>>>>> 28159dc4c9 (Lock File Update) chalk: 4.1.2 commander: 7.2.0 gzip-size: 6.0.0 @@ -58872,7 +67817,7 @@ packages: - utf-8-validate dev: true - /webpack-cli@3.3.12(webpack@4.47.0): + /webpack-cli@3.3.12(webpack@4.46.0): resolution: {integrity: sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==} engines: {node: '>=6.11.5'} hasBin: true @@ -58888,8 +67833,13 @@ packages: interpret: 1.4.0 loader-utils: 1.4.2 supports-color: 6.1.0 +<<<<<<< HEAD v8-compile-cache: 2.4.0 webpack: 4.47.0(webpack-cli@3.3.12) +======= + v8-compile-cache: 2.3.0 + webpack: 4.46.0(webpack-cli@3.3.12) +>>>>>>> 28159dc4c9 (Lock File Update) yargs: 13.3.2 dev: true @@ -58955,6 +67905,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 +<<<<<<< HEAD '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0)(webpack@5.89.0) '@webpack-cli/info': 1.5.0(webpack-cli@4.10.0) '@webpack-cli/serve': 1.7.0(webpack-cli@4.10.0)(webpack-dev-server@4.15.1) @@ -59109,9 +68060,59 @@ packages: webpack: 5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) webpack-bundle-analyzer: 4.7.0 webpack-merge: 5.10.0 +======= + '@webpack-cli/configtest': 1.1.1(webpack-cli@4.9.2)(webpack@5.70.0) + '@webpack-cli/info': 1.4.1(webpack-cli@4.9.2) + '@webpack-cli/serve': 1.6.1(webpack-cli@4.9.2)(webpack-dev-server@4.12.0) + colorette: 2.0.16 + commander: 7.2.0 + execa: 5.1.1 + fastest-levenshtein: 1.0.12 + import-local: 3.0.3 + interpret: 2.2.0 + rechoir: 0.7.1 + webpack: 5.70.0(webpack-cli@4.9.2) + webpack-bundle-analyzer: 3.9.0 + webpack-dev-server: 4.12.0(debug@4.3.3)(webpack-cli@4.9.2)(webpack@5.70.0) + webpack-merge: 5.8.0 + + /webpack-cli@4.9.2(webpack@5.89.0): + resolution: {integrity: sha512-m3/AACnBBzK/kMTcxWHcZFPrw/eQuY4Df1TxvIWfWM2x7mRqBQCqKEd96oCUa9jkapLBaFfRce33eGDb4Pr7YQ==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + '@webpack-cli/generators': '*' + '@webpack-cli/migrate': '*' + webpack: 4.x.x || 5.x.x + webpack-bundle-analyzer: '*' + webpack-dev-server: '*' + peerDependenciesMeta: + '@webpack-cli/generators': + optional: true + '@webpack-cli/migrate': + optional: true + webpack-bundle-analyzer: + optional: true + webpack-dev-server: + optional: true + dependencies: + '@discoveryjs/json-ext': 0.5.7 + '@webpack-cli/configtest': 1.1.1(webpack-cli@4.9.2)(webpack@5.89.0) + '@webpack-cli/info': 1.4.1(webpack-cli@4.9.2) + '@webpack-cli/serve': 1.6.1(webpack-cli@4.9.2) + colorette: 2.0.16 + commander: 7.2.0 + execa: 5.1.1 + fastest-levenshtein: 1.0.12 + import-local: 3.0.3 + interpret: 2.2.0 + rechoir: 0.7.1 + webpack: 5.89.0(uglify-js@3.14.5)(webpack-cli@4.9.2) + webpack-merge: 5.8.0 +>>>>>>> 28159dc4c9 (Lock File Update) dev: true - /webpack-dev-middleware@3.7.3(webpack@4.47.0): + /webpack-dev-middleware@3.7.3(webpack@4.46.0): resolution: {integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==} engines: {node: '>= 6'} peerDependencies: @@ -59121,11 +68122,15 @@ packages: mime: 2.6.0 mkdirp: 0.5.6 range-parser: 1.2.1 - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) webpack-log: 2.0.0 dev: true +<<<<<<< HEAD /webpack-dev-middleware@4.3.0(webpack@5.89.0): +======= + /webpack-dev-middleware@4.3.0(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==} engines: {node: '>= v10.23.3'} peerDependencies: @@ -59136,11 +68141,32 @@ packages: memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 +<<<<<<< HEAD schema-utils: 3.3.0 webpack: 5.89.0(webpack-cli@5.1.4) dev: true /webpack-dev-middleware@5.3.3(webpack@5.89.0): +======= + schema-utils: 3.1.1 + webpack: 5.76.3(webpack-cli@4.9.2) + dev: true + + /webpack-dev-middleware@5.3.3(webpack@5.70.0): + resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} + engines: {node: '>= 12.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + dependencies: + colorette: 2.0.16 + memfs: 3.4.13 + mime-types: 2.1.35 + range-parser: 1.2.1 + schema-utils: 4.0.0 + webpack: 5.70.0(webpack-cli@4.9.2) + + /webpack-dev-middleware@5.3.3(webpack@5.76.3): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -59150,6 +68176,7 @@ packages: memfs: 3.5.3 mime-types: 2.1.35 range-parser: 1.2.1 +<<<<<<< HEAD schema-utils: 4.2.0 webpack: 5.89.0(webpack-cli@4.10.0) @@ -59168,6 +68195,10 @@ packages: range-parser: 1.2.1 schema-utils: 4.2.0 webpack: 5.89.0(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4) +======= + schema-utils: 4.0.0 + webpack: 5.76.3(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) dev: true /webpack-dev-server@4.15.1(debug@4.3.4)(webpack-cli@4.10.0)(webpack@5.89.0): @@ -59191,12 +68222,66 @@ packages: '@types/sockjs': 0.3.36 '@types/ws': 8.5.10 ansi-html-community: 0.0.8 +<<<<<<< HEAD bonjour-service: 1.1.1 +======= + bonjour-service: 1.1.0 chokidar: 3.5.3 - colorette: 2.0.20 + colorette: 2.0.16 compression: 1.7.4 connect-history-api-fallback: 2.0.0 default-gateway: 6.0.3 + express: 4.18.1 + graceful-fs: 4.2.9 + html-entities: 2.3.2 + http-proxy-middleware: 2.0.6(@types/express@4.17.14)(debug@4.3.3) + ipaddr.js: 2.0.1 + launch-editor: 2.6.0 + open: 8.4.0 + p-retry: 4.6.1 + rimraf: 3.0.2 + schema-utils: 4.0.0 + selfsigned: 2.1.1 + serve-index: 1.9.1 + sockjs: 0.3.24 + spdy: 4.0.2 + webpack: 5.70.0(webpack-cli@4.9.2) + webpack-cli: 4.9.2(webpack-bundle-analyzer@3.9.0)(webpack-dev-server@4.12.0)(webpack@5.70.0) + webpack-dev-middleware: 5.3.3(webpack@5.70.0) + ws: 8.13.0 + transitivePeerDependencies: + - bufferutil + - debug + - supports-color + - utf-8-validate + + /webpack-dev-server@4.12.0(webpack-cli@4.9.2)(webpack@5.76.3): + resolution: {integrity: sha512-XRN9YRnvOj3TQQ5w/0pR1y1xDcVnbWtNkTri46kuEbaWUPTHsWUvOyAAI7PZHLY+hsFki2kRltJjKMw7e+IiqA==} + engines: {node: '>= 12.13.0'} + hasBin: true + peerDependencies: + webpack: ^4.37.0 || ^5.0.0 + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/bonjour': 3.5.10 + '@types/connect-history-api-fallback': 1.3.5 + '@types/express': 4.17.14 + '@types/serve-index': 1.9.1 + '@types/serve-static': 1.15.0 + '@types/sockjs': 0.3.33 + '@types/ws': 8.5.4 + ansi-html-community: 0.0.8 + bonjour-service: 1.1.0 +>>>>>>> 28159dc4c9 (Lock File Update) + chokidar: 3.5.3 + colorette: 2.0.16 + compression: 1.7.4 + connect-history-api-fallback: 2.0.0 + default-gateway: 6.0.3 +<<<<<<< HEAD express: 4.18.2 graceful-fs: 4.2.11 html-entities: 2.4.0 @@ -59266,6 +68351,26 @@ packages: webpack-cli: 4.10.0(webpack-bundle-analyzer@4.7.0)(webpack-dev-server@4.15.1)(webpack@5.89.0) webpack-dev-middleware: 5.3.3(webpack@5.89.0) ws: 8.15.0 +======= + express: 4.18.1 + graceful-fs: 4.2.9 + html-entities: 2.3.2 + http-proxy-middleware: 2.0.6(@types/express@4.17.14)(debug@4.3.3) + ipaddr.js: 2.0.1 + launch-editor: 2.6.0 + open: 8.4.0 + p-retry: 4.6.1 + rimraf: 3.0.2 + schema-utils: 4.0.0 + selfsigned: 2.1.1 + serve-index: 1.9.1 + sockjs: 0.3.24 + spdy: 4.0.2 + webpack: 5.76.3(webpack-cli@4.9.2) + webpack-cli: 4.9.2(webpack@5.89.0) + webpack-dev-middleware: 5.3.3(webpack@5.76.3) + ws: 8.13.0 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bufferutil - debug @@ -59273,6 +68378,7 @@ packages: - utf-8-validate dev: true +<<<<<<< HEAD /webpack-dev-server@4.15.1(webpack-cli@5.1.4)(webpack@5.89.0): resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==} engines: {node: '>= 12.13.0'} @@ -59325,12 +68431,15 @@ packages: - utf-8-validate /webpack-filter-warnings-plugin@1.2.1(webpack@4.47.0): +======= + /webpack-filter-warnings-plugin@1.2.1(webpack@4.46.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {integrity: sha512-Ez6ytc9IseDMLPo0qCuNNYzgtUl8NovOqjIq4uAU8LTD4uoa1w1KpZyyzFtLTEMZpkkOkLfL9eN+KGYdk1Qtwg==} engines: {node: '>= 4.3 < 5.0.0 || >= 5.10'} peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 dependencies: - webpack: 4.47.0(webpack-cli@3.3.12) + webpack: 4.46.0(webpack-cli@3.3.12) dev: true /webpack-fix-style-only-entries@0.6.1: @@ -59355,17 +68464,25 @@ packages: - supports-color dev: true - /webpack-livereload-plugin@3.0.2(webpack@5.89.0): + /webpack-livereload-plugin@3.0.2(webpack@5.76.3): resolution: {integrity: sha512-5JeZ2dgsvSNG+clrkD/u2sEiPcNk4qwCVZZmW8KpqKcNlkGv7IJjdVrq13+etAmMZYaCF1EGXdHkVFuLgP4zfw==} engines: {node: '>= 10.18.0'} peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: +<<<<<<< HEAD anymatch: 3.1.3 portfinder: 1.0.32 schema-utils: 4.2.0 tiny-lr: 1.1.1 webpack: 5.89.0(uglify-js@3.17.4)(webpack-cli@4.10.0) +======= + anymatch: 3.1.2 + portfinder: 1.0.28 + schema-utils: 4.0.0 + tiny-lr: 1.1.1 + webpack: 5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - supports-color dev: true @@ -59374,7 +68491,7 @@ packages: resolution: {integrity: sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==} engines: {node: '>= 6'} dependencies: - ansi-colors: 3.2.4 + ansi-colors: 3.2.3 uuid: 3.4.0 dev: true @@ -59441,8 +68558,8 @@ packages: resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==} dev: true - /webpack@4.47.0(webpack-cli@3.3.12): - resolution: {integrity: sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==} + /webpack@4.46.0(webpack-cli@3.3.12): + resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} engines: {node: '>=6.11.5'} hasBin: true peerDependencies: @@ -59466,7 +68583,7 @@ packages: eslint-scope: 4.0.3 json-parse-better-errors: 1.0.2 loader-runner: 2.4.0 - loader-utils: 1.4.2 + loader-utils: 1.4.0 memory-fs: 0.4.1 micromatch: 3.1.10(supports-color@6.1.0) mkdirp: 0.5.6 @@ -59474,9 +68591,9 @@ packages: node-libs-browser: 2.2.1 schema-utils: 1.0.0 tapable: 1.1.3 - terser-webpack-plugin: 1.4.5(webpack@4.47.0) + terser-webpack-plugin: 1.4.5(webpack@4.46.0) watchpack: 1.7.5 - webpack-cli: 3.3.12(webpack@4.47.0) + webpack-cli: 3.3.12(webpack@4.46.0) webpack-sources: 1.4.3 transitivePeerDependencies: - supports-color @@ -59521,10 +68638,15 @@ packages: - '@swc/core' - esbuild - uglify-js +<<<<<<< HEAD dev: true /webpack@5.88.2(@swc/core@1.3.100)(esbuild@0.18.20)(webpack-cli@5.1.4): resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} +======= + + /webpack@5.70.0(webpack-cli@4.9.2): + resolution: {integrity: sha512-ZMWWy8CeuTTjCxbeaQI21xSswseF2oNOwc70QSKNePvmxE7XW36i7vpBMYZFAUHPwQiEbNGCEYIOOlyRbdGmxw==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -59533,6 +68655,130 @@ packages: webpack-cli: optional: true dependencies: + '@types/eslint-scope': 3.7.3 + '@types/estree': 0.0.51 + '@webassemblyjs/ast': 1.11.1 + '@webassemblyjs/wasm-edit': 1.11.1 + '@webassemblyjs/wasm-parser': 1.11.1 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0(acorn@8.8.1) + browserslist: 4.19.3 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.12.0 + es-module-lexer: 0.9.3 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.9 + json-parse-better-errors: 1.0.2 + loader-runner: 4.2.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.1.1 + tapable: 2.2.1 + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(webpack@5.70.0) + watchpack: 2.3.1 + webpack-cli: 4.9.2(webpack-bundle-analyzer@3.9.0)(webpack-dev-server@4.12.0)(webpack@5.70.0) + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + + /webpack@5.76.3(uglify-js@3.14.5)(webpack-cli@4.9.2): + resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.3 + '@types/estree': 0.0.51 + '@webassemblyjs/ast': 1.11.1 + '@webassemblyjs/wasm-edit': 1.11.1 + '@webassemblyjs/wasm-parser': 1.11.1 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0(acorn@8.8.1) + browserslist: 4.19.3 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.12.0 + es-module-lexer: 0.9.3 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.9 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.2.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.1.1 + tapable: 2.2.1 + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(uglify-js@3.14.5)(webpack@5.76.3) + watchpack: 2.4.0 + webpack-cli: 4.9.2(webpack@5.89.0) + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: true + + /webpack@5.76.3(webpack-cli@3.3.12): + resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.3 + '@types/estree': 0.0.51 + '@webassemblyjs/ast': 1.11.1 + '@webassemblyjs/wasm-edit': 1.11.1 + '@webassemblyjs/wasm-parser': 1.11.1 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0(acorn@8.8.1) + browserslist: 4.19.3 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.12.0 + es-module-lexer: 0.9.3 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.9 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.2.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.1.1 + tapable: 2.2.1 + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(webpack@5.76.3) + watchpack: 2.4.0 + webpack-cli: 3.3.12(webpack@5.76.3) + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: true + + /webpack@5.76.3(webpack-cli@4.9.2): + resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} +>>>>>>> 28159dc4c9 (Lock File Update) + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: +<<<<<<< HEAD '@types/eslint-scope': 3.7.7 '@types/estree': 1.0.5 '@webassemblyjs/ast': 1.11.6 @@ -59540,23 +68786,38 @@ packages: '@webassemblyjs/wasm-parser': 1.11.6 acorn: 8.11.2 acorn-import-assertions: 1.9.0(acorn@8.11.2) +======= + '@types/eslint-scope': 3.7.3 + '@types/estree': 0.0.51 + '@webassemblyjs/ast': 1.11.1 + '@webassemblyjs/wasm-edit': 1.11.1 + '@webassemblyjs/wasm-parser': 1.11.1 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0(acorn@8.8.1) +>>>>>>> 28159dc4c9 (Lock File Update) browserslist: 4.19.3 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.15.0 - es-module-lexer: 1.4.1 + enhanced-resolve: 5.12.0 + es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 + loader-runner: 4.2.0 mime-types: 2.1.35 neo-async: 2.6.2 - schema-utils: 3.3.0 + schema-utils: 3.1.1 tapable: 2.2.1 +<<<<<<< HEAD terser-webpack-plugin: 5.3.9(@swc/core@1.3.100)(esbuild@0.18.20)(webpack@5.88.2) watchpack: 2.4.0 webpack-cli: 5.1.4(webpack-bundle-analyzer@4.7.0)(webpack@5.88.2) +======= + terser-webpack-plugin: 5.2.5(acorn@8.8.1)(webpack@5.76.3) + watchpack: 2.4.0 + webpack-cli: 4.9.2(webpack@5.89.0) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -59574,13 +68835,13 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.7 + '@types/eslint-scope': 3.7.3 '@types/estree': 1.0.5 '@webassemblyjs/ast': 1.11.6 '@webassemblyjs/wasm-edit': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 - acorn: 8.11.2 - acorn-import-assertions: 1.9.0(acorn@8.11.2) + acorn: 8.8.1 + acorn-import-assertions: 1.9.0(acorn@8.8.1) browserslist: 4.19.3 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 @@ -59588,16 +68849,61 @@ packages: eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 + loader-runner: 4.2.0 mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 terser-webpack-plugin: 5.3.9(@swc/core@1.3.100)(esbuild@0.18.20)(webpack@5.89.0) watchpack: 2.4.0 +<<<<<<< HEAD webpack-cli: 4.10.0(webpack-bundle-analyzer@4.7.0)(webpack-dev-server@4.15.1)(webpack@5.89.0) +======= + webpack-cli: 4.9.2(webpack@5.89.0) + webpack-sources: 3.2.3 + transitivePeerDependencies: + - '@swc/core' + - esbuild + - uglify-js + dev: true + + /webpack@5.89.0(webpack-cli@3.3.12): + resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} + engines: {node: '>=10.13.0'} + hasBin: true + peerDependencies: + webpack-cli: '*' + peerDependenciesMeta: + webpack-cli: + optional: true + dependencies: + '@types/eslint-scope': 3.7.3 + '@types/estree': 1.0.5 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + acorn: 8.8.1 + acorn-import-assertions: 1.9.0(acorn@8.8.1) + browserslist: 4.19.3 + chrome-trace-event: 1.0.3 + enhanced-resolve: 5.15.0 + es-module-lexer: 1.4.1 + eslint-scope: 5.1.1 + events: 3.3.0 + glob-to-regexp: 0.4.1 + graceful-fs: 4.2.9 + json-parse-even-better-errors: 2.3.1 + loader-runner: 4.2.0 + mime-types: 2.1.35 + neo-async: 2.6.2 + schema-utils: 3.3.0 + tapable: 2.2.1 + terser-webpack-plugin: 5.3.9(webpack@5.89.0) + watchpack: 2.4.0 + webpack-cli: 3.3.12(webpack@5.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -59697,13 +69003,13 @@ packages: webpack-cli: optional: true dependencies: - '@types/eslint-scope': 3.7.7 + '@types/eslint-scope': 3.7.3 '@types/estree': 1.0.5 '@webassemblyjs/ast': 1.11.6 '@webassemblyjs/wasm-edit': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 - acorn: 8.11.2 - acorn-import-assertions: 1.9.0(acorn@8.11.2) + acorn: 8.8.1 + acorn-import-assertions: 1.9.0(acorn@8.8.1) browserslist: 4.19.3 chrome-trace-event: 1.0.3 enhanced-resolve: 5.15.0 @@ -59711,15 +69017,16 @@ packages: eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 + loader-runner: 4.2.0 mime-types: 2.1.35 neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 terser-webpack-plugin: 5.3.9(webpack@5.89.0) watchpack: 2.4.0 +<<<<<<< HEAD webpack-cli: 3.3.12(webpack@5.89.0) webpack-sources: 3.2.3 transitivePeerDependencies: @@ -59801,6 +69108,9 @@ packages: terser-webpack-plugin: 5.3.9(webpack@5.89.0) watchpack: 2.4.0 webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.1)(webpack-dev-server@4.15.1)(webpack@5.89.0) +======= + webpack-cli: 4.9.2(webpack@5.89.0) +>>>>>>> 28159dc4c9 (Lock File Update) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -59831,8 +69141,13 @@ packages: iconv-lite: 0.6.3 dev: true +<<<<<<< HEAD /whatwg-fetch@3.6.19: resolution: {integrity: sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==} +======= + /whatwg-fetch@3.6.2: + resolution: {integrity: sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==} +>>>>>>> 28159dc4c9 (Lock File Update) /whatwg-mimetype@2.3.0: resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} @@ -59847,7 +69162,7 @@ packages: engines: {node: '>=10'} dependencies: buffer: 5.7.1 - punycode: 2.3.1 + punycode: 2.1.1 webidl-conversions: 5.0.0 /whatwg-url@11.0.0: @@ -59896,31 +69211,6 @@ packages: is-string: 1.0.7 is-symbol: 1.0.4 - /which-builtin-type@1.1.3: - resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} - engines: {node: '>= 0.4'} - dependencies: - function.prototype.name: 1.1.6 - has-tostringtag: 1.0.0 - is-async-function: 2.0.0 - is-date-object: 1.0.5 - is-finalizationregistry: 1.0.2 - is-generator-function: 1.0.10 - is-regex: 1.1.4 - is-weakref: 1.0.2 - isarray: 2.0.5 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.1 - which-typed-array: 1.1.13 - - /which-collection@1.0.1: - resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} - dependencies: - is-map: 2.0.2 - is-set: 2.0.2 - is-weakmap: 2.0.1 - is-weakset: 2.0.2 - /which-module@1.0.0: resolution: {integrity: sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==} dev: true @@ -59936,6 +69226,7 @@ packages: path-exists: 4.0.0 dev: true +<<<<<<< HEAD /which-typed-array@1.1.13: resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} engines: {node: '>= 0.4'} @@ -59945,6 +69236,19 @@ packages: for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.0 +======= + /which-typed-array@1.1.8: + resolution: {integrity: sha512-Jn4e5PItbcAHyLoRDwvPj1ypu27DJbtdYXUa5zsinrUx77Uvfb0cXwwnGMTn7cjUfhhqgVQnVJCwF+7cgU7tpw==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + es-abstract: 1.20.2 + for-each: 0.3.3 + has-tostringtag: 1.0.0 + is-typed-array: 1.1.9 + dev: true +>>>>>>> 28159dc4c9 (Lock File Update) /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} @@ -60007,8 +69311,8 @@ packages: dependencies: braces: 3.0.2 chokidar: 3.5.3 - fast-glob: 3.3.2 - jsonc-parser: 3.2.0 + fast-glob: 3.2.11 + jsonc-parser: 3.0.0 proper-lockfile: 4.1.2 dev: true @@ -60080,8 +69384,8 @@ packages: dependencies: chalk: 2.4.2 glob: 7.2.3 - moment: 2.29.4 - php-parser: 3.1.5 + moment: 2.29.1 + php-parser: 3.0.3 text-table: 0.2.0 /wp-types@3.63.0: @@ -60093,12 +69397,17 @@ packages: /wpcom-proxy-request@6.0.0: resolution: {integrity: sha512-NMp0YsBM40CuI5vWtHpjWOuf96rPfbpGkamlJpVwYvgenIh1ynRzqVnGfsnjofgz13T2qcKkdwJY0Y2X7z+W+w==} dependencies: +<<<<<<< HEAD <<<<<<< HEAD '@babel/runtime': 7.23.5 ======= '@babel/runtime': 7.17.7 >>>>>>> 9feae75363 (Lock file update) debug: 4.3.4(supports-color@9.4.0) +======= + '@babel/runtime': 7.23.5 + debug: 4.3.4(supports-color@9.2.2) +>>>>>>> 28159dc4c9 (Lock File Update) progress-event: 1.0.0 uuid: 7.0.3 wp-error: 1.3.0 @@ -60160,7 +69469,7 @@ packages: /write-file-atomic@2.4.3: resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} dependencies: - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 imurmurhash: 0.1.4 signal-exit: 3.0.7 @@ -60184,7 +69493,7 @@ packages: engines: {node: '>=6'} dependencies: detect-indent: 5.0.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 make-dir: 2.1.0 pify: 4.0.1 sort-keys: 2.0.0 @@ -60196,7 +69505,7 @@ packages: engines: {node: '>=8.3'} dependencies: detect-indent: 6.1.0 - graceful-fs: 4.2.11 + graceful-fs: 4.2.9 is-plain-obj: 2.1.0 make-dir: 3.1.0 sort-keys: 4.2.0 @@ -60272,8 +69581,13 @@ packages: optional: true dev: true +<<<<<<< HEAD /ws@7.5.9: resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} +======= + /ws@7.5.5: + resolution: {integrity: sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=8.3.0'} peerDependencies: bufferutil: ^4.0.1 @@ -60284,8 +69598,13 @@ packages: utf-8-validate: optional: true +<<<<<<< HEAD /ws@8.13.0: resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} +======= + /ws@8.12.1: + resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -60295,10 +69614,14 @@ packages: optional: true utf-8-validate: optional: true +<<<<<<< HEAD dev: true +======= + dev: false +>>>>>>> 28159dc4c9 (Lock File Update) - /ws@8.14.2: - resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} + /ws@8.13.0: + resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -60444,7 +69767,11 @@ packages: y-protocols: 1.0.6(yjs@13.6.10) yjs: 13.6.10 optionalDependencies: +<<<<<<< HEAD ws: 8.15.0 +======= + ws: 7.5.5 +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bufferutil - supports-color @@ -60474,10 +69801,6 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - /yaml@2.3.4: - resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} - engines: {node: '>= 14'} - /yargs-parser@13.1.2: resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} dependencies: @@ -60589,19 +69912,6 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 - dev: true - - /yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} - dependencies: - cliui: 8.0.1 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 21.1.1 /yargs@4.8.1: resolution: {integrity: sha512-LqodLrnIDM3IFT+Hf/5sxBnEGECrfdC1uIbgZeJmESCSo4HoCAaKEus8MylXHAkdacGc0ye+Qa+dpkuom8uVYA==} @@ -60639,8 +69949,13 @@ packages: resolution: {integrity: sha512-8HFIh676uyGYP6wP13R/j6OJ/1HwJ46snpvzE7aHAN3Ryqh2yX6Xox2B4CUmTwwOIzlG3Bs7ocsP5dZH/R1Qbg==} dev: false +<<<<<<< HEAD /yeoman-environment@3.19.3: resolution: {integrity: sha512-/+ODrTUHtlDPRH9qIC0JREH8+7nsRcjDl3Bxn2Xo/rvAaVvixH5275jHwg0C85g4QsF4P6M2ojfScPPAl+pLAg==} +======= + /yeoman-environment@3.10.0(mem-fs-editor@9.5.0)(mem-fs@2.2.1): + resolution: {integrity: sha512-sYtSxBK9daq21QjoskJTHKLQ1xEsRPURkmFV/aM8HS8ZlQVzwx57Rz1zCs8EGPhK4vqsmTE8H92Gp1jg1fT3EA==} +>>>>>>> 28159dc4c9 (Lock File Update) engines: {node: '>=12.10.0'} hasBin: true dependencies: @@ -60652,7 +69967,7 @@ packages: cli-table: 0.3.11 commander: 7.1.0 dateformat: 4.6.3 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) diff: 5.1.0 error: 10.4.0 escape-string-regexp: 4.0.0 @@ -60665,8 +69980,8 @@ packages: isbinaryfile: 4.0.10 lodash: 4.17.21 log-symbols: 4.1.0 - mem-fs: 2.3.0 - mem-fs-editor: 9.7.0(mem-fs@2.3.0) + mem-fs: 2.2.1 + mem-fs-editor: 9.5.0(mem-fs@2.2.1) minimatch: 3.1.2 npmlog: 5.0.1 p-queue: 6.6.2 @@ -60674,8 +69989,12 @@ packages: pacote: 12.0.3 preferred-pm: 3.1.2 pretty-bytes: 5.6.0 +<<<<<<< HEAD readable-stream: 4.4.2 semver: 7.5.4 +======= + semver: 7.5.3 +>>>>>>> 28159dc4c9 (Lock File Update) slash: 3.0.0 strip-ansi: 6.0.1 text-table: 0.2.0 @@ -60697,7 +70016,7 @@ packages: dependencies: chalk: 4.1.2 dargs: 7.0.0 - debug: 4.3.4(supports-color@9.4.0) + debug: 4.3.4(supports-color@9.2.2) execa: 5.1.1 github-username: 6.0.0 lodash: 4.17.21 @@ -60706,11 +70025,19 @@ packages: pacote: 15.2.0 read-pkg-up: 7.0.1 run-async: 2.4.1 +<<<<<<< HEAD semver: 7.5.4 shelljs: 0.8.5 sort-keys: 4.2.0 text-table: 0.2.0 yeoman-environment: 3.19.3 +======= + semver: 7.5.3 + shelljs: 0.8.5 + sort-keys: 4.2.0 + text-table: 0.2.0 + yeoman-environment: 3.10.0(mem-fs-editor@9.5.0)(mem-fs@2.2.1) +>>>>>>> 28159dc4c9 (Lock File Update) transitivePeerDependencies: - bluebird - encoding @@ -60771,6 +70098,7 @@ packages: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} dev: true +<<<<<<< HEAD file:plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce: resolution: {directory: plugins/woocommerce-blocks/bin/eslint-plugin-woocommerce, type: directory} name: eslint-plugin-woocommerce @@ -60778,17 +70106,28 @@ packages: dev: true github.com/Automattic/puppeteer-utils/0f3ec50(react-native@0.73.0): +======= + github.com/Automattic/puppeteer-utils/0f3ec50(react-native@0.70.0): +>>>>>>> 28159dc4c9 (Lock File Update) resolution: {tarball: https://codeload.github.com/Automattic/puppeteer-utils/tar.gz/0f3ec50} id: github.com/Automattic/puppeteer-utils/0f3ec50 name: '@automattic/puppeteer-utils' version: 0.0.1 requiresBuild: true dependencies: +<<<<<<< HEAD '@babel/cli': 7.23.4(@babel/core@7.23.5) '@babel/core': 7.23.5 '@babel/preset-env': 7.23.5(@babel/core@7.23.5) '@slack/web-api': 5.15.0 '@wordpress/e2e-test-utils': 3.0.0(jest@24.9.0)(puppeteer@2.1.1)(react-native@0.73.0) +======= + '@babel/cli': 7.17.6(@babel/core@7.21.3) + '@babel/core': 7.21.3 + '@babel/preset-env': 7.20.2(@babel/core@7.21.3) + '@slack/web-api': 5.15.0 + '@wordpress/e2e-test-utils': 3.0.0(jest@24.9.0)(puppeteer@2.1.1)(react-native@0.70.0) +>>>>>>> 28159dc4c9 (Lock File Update) config: 3.3.7 eslint: 6.7.2 jest: 24.9.0