From 8c449252e8f21316b61adb97cd4cd5d67df613a0 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Tue, 3 May 2022 05:20:44 +0800 Subject: [PATCH] chore: update deps --- .npmrc | 2 + bench/package.json | 2 +- bench/test/vue/package.json | 6 +- docs/package.json | 8 +- examples/graphql/package.json | 2 +- examples/lit/package.json | 2 +- examples/react-enzyme/package.json | 2 +- examples/react-mui/package.json | 2 +- examples/react-storybook/package.json | 12 +- examples/react-testing-lib-msw/package.json | 6 +- examples/react-testing-lib/package.json | 4 +- examples/svelte/package.json | 4 +- examples/vue2/.npmrc | 3 + examples/vue2/package.json | 2 +- examples/vue2/pnpm-lock.yaml | 26 +- packages/ui/package.json | 2 +- pnpm-lock.yaml | 2015 +++++++++++++------ 17 files changed, 1496 insertions(+), 604 deletions(-) create mode 100644 examples/vue2/.npmrc diff --git a/.npmrc b/.npmrc index 41347a255f8b..2f0eaa08c985 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,4 @@ ignore-workspace-root-check=true +strict-peer-dependencies=false +auto-install-peers=true registry=https://registry.npmjs.org/ diff --git a/bench/package.json b/bench/package.json index acc34481c44f..3c393ded9325 100644 --- a/bench/package.json +++ b/bench/package.json @@ -6,7 +6,7 @@ "bench:ci": "esmo src/github.ts" }, "devDependencies": { - "@actions/core": "^1.6.0", + "@actions/core": "^1.7.0", "@actions/exec": "^1.1.1", "@actions/github": "^5.0.1", "@happy-dom/jest-environment": "^2.55.0", diff --git a/bench/test/vue/package.json b/bench/test/vue/package.json index 487f9686e8ad..4c05bd126e55 100644 --- a/bench/test/vue/package.json +++ b/bench/test/vue/package.json @@ -6,12 +6,12 @@ "test:jest": "jest --silent" }, "devDependencies": { - "@babel/core": "^7.17.9", - "@babel/preset-env": "^7.16.11", + "@babel/core": "^7.17.10", + "@babel/preset-env": "^7.17.10", "@babel/preset-typescript": "^7.16.7", "@vitejs/plugin-vue": "^2.3.1", "@vue/test-utils": "^2.0.0-rc.21", - "@vue/vue3-jest": "^27.0.0-alpha.4", + "@vue/vue3-jest": "^27.0.0", "babel-jest": "^27.5.1", "jest": "^27.5.1", "jsdom": "^19.0.0", diff --git a/docs/package.json b/docs/package.json index a8c27b25ee6c..3a1336b44cbd 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,14 +13,14 @@ "vue": "^3.2.33" }, "devDependencies": { - "@iconify-json/carbon": "^1.1.3", - "@types/node": "^17.0.26", - "@unocss/reset": "^0.31.15", + "@iconify-json/carbon": "^1.1.4", + "@types/node": "^17.0.31", + "@unocss/reset": "^0.32.9", "@vitejs/plugin-vue": "^2.3.1", "esno": "^0.14.1", "fast-glob": "^3.2.11", "https-localhost": "^4.7.1", - "unocss": "^0.31.15", + "unocss": "^0.32.9", "unplugin-vue-components": "^0.19.3", "vite-plugin-pwa": "^0.12.0", "vitepress": "^0.22.3", diff --git a/examples/graphql/package.json b/examples/graphql/package.json index 62f353719594..16bf0d6d8d1f 100644 --- a/examples/graphql/package.json +++ b/examples/graphql/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@rollup/plugin-graphql": "^1.1.0", - "graphql": "^16.3.0" + "graphql": "^16.4.0" }, "devDependencies": { "@vitest/ui": "latest", diff --git a/examples/lit/package.json b/examples/lit/package.json index 904077636d04..62f74ccc4032 100644 --- a/examples/lit/package.json +++ b/examples/lit/package.json @@ -12,7 +12,7 @@ "test:ui": "vitest --ui" }, "dependencies": { - "lit": "^2.2.2" + "lit": "^2.2.3" }, "devDependencies": { "@vitest/ui": "latest", diff --git a/examples/react-enzyme/package.json b/examples/react-enzyme/package.json index 93db37283602..2cce8a3965c1 100644 --- a/examples/react-enzyme/package.json +++ b/examples/react-enzyme/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", + "@types/react-dom": "^17.0.16", "@vitejs/plugin-react": "1.3.1", "@vitest/ui": "latest", "enzyme": "3.11.0", diff --git a/examples/react-mui/package.json b/examples/react-mui/package.json index c4fd00ba1e31..525499ef24ff 100644 --- a/examples/react-mui/package.json +++ b/examples/react-mui/package.json @@ -12,7 +12,7 @@ "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mui/lab": "*", - "@mui/material": "^5.6.2", + "@mui/material": "^5.6.4", "history": "^5.3.0", "notistack": "^2.0.4", "react": "^17.0.2", diff --git a/examples/react-storybook/package.json b/examples/react-storybook/package.json index c45e25cc8320..62e92f428268 100644 --- a/examples/react-storybook/package.json +++ b/examples/react-storybook/package.json @@ -13,28 +13,28 @@ "cross-fetch": "^3.1.5", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-query": "^3.38.0" + "react-query": "^3.38.1" }, "devDependencies": { - "@babel/core": "^7.17.9", + "@babel/core": "^7.17.10", "@storybook/addon-actions": "^6.4.22", "@storybook/addon-essentials": "^6.4.22", "@storybook/addon-links": "^6.4.22", - "@storybook/builder-vite": "^0.1.30", + "@storybook/builder-vite": "^0.1.33", "@storybook/react": "^6.4.22", "@storybook/testing-library": "^0.0.11", "@storybook/testing-react": "^1.2.4", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.5", "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", - "@vitejs/plugin-react": "^1.3.1", + "@types/react-dom": "^17.0.16", + "@vitejs/plugin-react": "^1.3.2", "@vitest/ui": "latest", "babel-loader": "^8.2.5", "jsdom": "^19.0.0", "msw": "^0.39.2", "msw-storybook-addon": "^1.6.3", - "typescript": "^4.6.3", + "typescript": "^4.6.4", "vite": "^2.9.5", "vitest": "latest" }, diff --git a/examples/react-testing-lib-msw/package.json b/examples/react-testing-lib-msw/package.json index 53db8e205a65..8e0063281a25 100644 --- a/examples/react-testing-lib-msw/package.json +++ b/examples/react-testing-lib-msw/package.json @@ -10,7 +10,7 @@ "test:ui": "vitest --ui" }, "dependencies": { - "@apollo/client": "^3.5.10", + "@apollo/client": "^3.6.1", "react": "^17.0.2", "react-dom": "^17.0.2" }, @@ -18,8 +18,8 @@ "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^13.5.0", "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", - "@vitejs/plugin-react": "^1.3.1", + "@types/react-dom": "^17.0.16", + "@vitejs/plugin-react": "^1.3.2", "@vitest/ui": "latest", "cross-fetch": "^3.1.5", "jsdom": "latest", diff --git a/examples/react-testing-lib/package.json b/examples/react-testing-lib/package.json index 6368ae40afc3..8b516c29635a 100644 --- a/examples/react-testing-lib/package.json +++ b/examples/react-testing-lib/package.json @@ -19,8 +19,8 @@ "@testing-library/react-hooks": "^8.0.0", "@testing-library/user-event": "^13.5.0", "@types/react": "^17.0.44", - "@types/react-dom": "^17.0.15", - "@vitejs/plugin-react": "^1.3.1", + "@types/react-dom": "^17.0.16", + "@vitejs/plugin-react": "^1.3.2", "@vitest/ui": "latest", "jsdom": "latest", "vite": "^2.9.5", diff --git a/examples/svelte/package.json b/examples/svelte/package.json index 6dec771e37cb..2f81041b0b81 100644 --- a/examples/svelte/package.json +++ b/examples/svelte/package.json @@ -8,11 +8,11 @@ "coverage": "vitest run --coverage" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^1.0.0-next.41", + "@sveltejs/vite-plugin-svelte": "^1.0.0-next.42", "@testing-library/svelte": "^3.1.1", "@vitest/ui": "latest", "jsdom": "latest", - "svelte": "^3.47.0", + "svelte": "^3.48.0", "vitest": "latest" }, "stackblitz": { diff --git a/examples/vue2/.npmrc b/examples/vue2/.npmrc new file mode 100644 index 000000000000..efd2fc1cd91d --- /dev/null +++ b/examples/vue2/.npmrc @@ -0,0 +1,3 @@ +ignore-workspace-root-check=true +strict-peer-dependencies=false +auto-install-peers=true diff --git a/examples/vue2/package.json b/examples/vue2/package.json index 17c3619328b7..4324f741c9d9 100644 --- a/examples/vue2/package.json +++ b/examples/vue2/package.json @@ -9,7 +9,7 @@ "vue": "2.6.14" }, "devDependencies": { - "@vue/composition-api": "^1.4.9", + "@vue/composition-api": "^1.6.0", "@vue/test-utils": "^1.3.0", "jsdom": "latest", "unplugin-vue2-script-setup": "^0.10.2", diff --git a/examples/vue2/pnpm-lock.yaml b/examples/vue2/pnpm-lock.yaml index b983515ab472..c33988ceb283 100644 --- a/examples/vue2/pnpm-lock.yaml +++ b/examples/vue2/pnpm-lock.yaml @@ -4,7 +4,7 @@ importers: .: specifiers: - '@vue/composition-api': ^1.4.9 + '@vue/composition-api': ^1.6.0 '@vue/test-utils': ^1.3.0 jsdom: latest unplugin-vue2-script-setup: ^0.10.2 @@ -16,13 +16,13 @@ importers: dependencies: vue: 2.6.14 devDependencies: - '@vue/composition-api': 1.4.9_vue@2.6.14 + '@vue/composition-api': 1.6.0_vue@2.6.14 '@vue/test-utils': 1.3.0_sbs6or2oam5i4s4vmfp4rzwdnq jsdom: 19.0.0 - unplugin-vue2-script-setup: 0.10.2_rgtegbiu77bczvwjr2d4wbjrmi + unplugin-vue2-script-setup: 0.10.2_jbxchycigcb4s55enbzv445xhe vite: 2.9.7 vite-plugin-vue2: 1.9.3_doeqnf7tlc7mxy2gphsvq7okte - vitest: 0.10.0_jsdom@19.0.0 + vitest: 0.10.1_jsdom@19.0.0 vue-template-compiler: 2.6.14 packages: @@ -568,8 +568,8 @@ packages: prettier: 2.5.1 dev: true - /@vue/composition-api/1.4.9_vue@2.6.14: - resolution: {integrity: sha512-l6YOeg5LEXmfPqyxAnBaCv1FMRw0OGKJ4m6nOWRm6ngt5TuHcj5ZoBRN+LXh3J0u6Ur3C4VA+RiKT+M0eItr/g==} + /@vue/composition-api/1.6.0_vue@2.6.14: + resolution: {integrity: sha512-m/FbsCXn0Ov2QCYUEIt4yupWJLCL6nfZg/Xx2L5VlFUqgJb2iOrbLnkYSV0TO2VUxkBLSFtTZMyG8IIHZFdKNA==} peerDependencies: vue: '>= 2.5 < 3' dependencies: @@ -1707,8 +1707,8 @@ packages: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true - /tinypool/0.1.2: - resolution: {integrity: sha512-fvtYGXoui2RpeMILfkvGIgOVkzJEGediv8UJt7TxdAOY8pnvUkFg/fkvqTfXG9Acc9S17Cnn1S4osDc2164guA==} + /tinypool/0.1.3: + resolution: {integrity: sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ==} engines: {node: '>=14.0.0'} dev: true @@ -1760,7 +1760,7 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /unplugin-vue2-script-setup/0.10.2_rgtegbiu77bczvwjr2d4wbjrmi: + /unplugin-vue2-script-setup/0.10.2_jbxchycigcb4s55enbzv445xhe: resolution: {integrity: sha512-m886AZIZCXMiAbTbOPQEk+MqmtHBX3dENheFXjcHSRetwBsD0KVDBteQVD5XrSBzDdQKeKw6IU4dV+2eGcLJ0A==} peerDependencies: '@vue/composition-api': ^1.4.3 @@ -1779,7 +1779,7 @@ packages: '@rollup/pluginutils': 4.1.2 '@vue/compiler-core': 3.2.31 '@vue/compiler-dom': 3.2.31 - '@vue/composition-api': 1.4.9_vue@2.6.14 + '@vue/composition-api': 1.6.0_vue@2.6.14 '@vue/reactivity-transform': 3.2.31 '@vue/shared': 3.2.31 defu: 5.0.1 @@ -1874,8 +1874,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.10.0_jsdom@19.0.0: - resolution: {integrity: sha512-8UXemUg9CA4QYppDTsDV76nH0e1p6C8lV9q+o9i0qMSK9AQ7vA2sjoxtkDP0M+pwNmc3ZGYetBXgSJx0M1D/gg==} + /vitest/0.10.1_jsdom@19.0.0: + resolution: {integrity: sha512-jFNObjJ48WnfJzxpopJOrd7ZnRCE3OGgE2KSQ1AGmKxNPTgadMCLx81GBrIcxIjuz2E/8qmGBPtC5VH01ihl7A==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -1898,7 +1898,7 @@ packages: chai: 4.3.6 jsdom: 19.0.0 local-pkg: 0.4.1 - tinypool: 0.1.2 + tinypool: 0.1.3 tinyspy: 0.3.2 vite: 2.9.7 transitivePeerDependencies: diff --git a/packages/ui/package.json b/packages/ui/package.json index cfbf28794d99..609d4aa8c9af 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@cypress/vite-dev-server": "^2.2.2", "@cypress/vue": "^3.1.1", - "@faker-js/faker": "^6.3.0", + "@faker-js/faker": "^6.3.1", "@testing-library/cypress": "^8.0.2", "@types/codemirror": "^5.60.5", "@types/d3-force": "^3.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce951d8c91a2..920b0bd44a14 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,15 +85,15 @@ importers: docs: specifiers: - '@iconify-json/carbon': ^1.1.3 - '@types/node': ^17.0.26 - '@unocss/reset': ^0.31.15 + '@iconify-json/carbon': ^1.1.4 + '@types/node': ^17.0.31 + '@unocss/reset': ^0.32.9 '@vitejs/plugin-vue': ^2.3.1 '@vueuse/core': ^8.3.1 esno: ^0.14.1 fast-glob: ^3.2.11 https-localhost: ^4.7.1 - unocss: ^0.31.15 + unocss: ^0.32.9 unplugin-vue-components: ^0.19.3 vite-plugin-pwa: ^0.12.0 vitepress: ^0.22.3 @@ -103,14 +103,14 @@ importers: '@vueuse/core': 8.3.1_vue@3.2.33 vue: 3.2.33 devDependencies: - '@iconify-json/carbon': 1.1.3 - '@types/node': 17.0.26 - '@unocss/reset': 0.31.15 + '@iconify-json/carbon': 1.1.4 + '@types/node': 17.0.31 + '@unocss/reset': 0.32.9 '@vitejs/plugin-vue': 2.3.1_vue@3.2.33 esno: 0.14.1 fast-glob: 3.2.11 https-localhost: 4.7.1 - unocss: 0.31.15 + unocss: 0.32.9 unplugin-vue-components: 0.19.3_vue@3.2.33 vite-plugin-pwa: 0.12.0 vitepress: 0.22.3 @@ -130,12 +130,12 @@ importers: specifiers: '@rollup/plugin-graphql': ^1.1.0 '@vitest/ui': latest - graphql: ^16.3.0 + graphql: ^16.4.0 vite: ^2.9.5 vitest: workspace:* dependencies: - '@rollup/plugin-graphql': 1.1.0_graphql@16.3.0 - graphql: 16.3.0 + '@rollup/plugin-graphql': 1.1.0_graphql@16.4.0 + graphql: 16.4.0 devDependencies: '@vitest/ui': link:../../packages/ui vite: 2.9.5 @@ -145,11 +145,11 @@ importers: specifiers: '@vitest/ui': latest happy-dom: ^2.55.0 - lit: ^2.2.2 + lit: ^2.2.3 vite: ^2.9.5 vitest: workspace:* dependencies: - lit: 2.2.2 + lit: 2.2.3 devDependencies: '@vitest/ui': link:../../packages/ui happy-dom: 2.55.0 @@ -236,7 +236,7 @@ importers: examples/react-enzyme: specifiers: '@types/react': ^17.0.44 - '@types/react-dom': ^17.0.15 + '@types/react-dom': ^17.0.16 '@vitejs/plugin-react': 1.3.1 '@vitest/ui': latest enzyme: 3.11.0 @@ -250,7 +250,7 @@ importers: react-dom: 17.0.2_react@17.0.2 devDependencies: '@types/react': 17.0.44 - '@types/react-dom': 17.0.15 + '@types/react-dom': 17.0.16 '@vitejs/plugin-react': 1.3.1 '@vitest/ui': link:../../packages/ui enzyme: 3.11.0 @@ -263,7 +263,7 @@ importers: '@emotion/react': ^11.9.0 '@emotion/styled': ^11.8.1 '@mui/lab': '*' - '@mui/material': ^5.6.2 + '@mui/material': ^5.6.4 '@testing-library/jest-dom': ^5.16.4 '@testing-library/react': ^12.1.5 '@testing-library/user-event': ^13.5.0 @@ -282,10 +282,10 @@ importers: dependencies: '@emotion/react': 11.9.0_react@17.0.2 '@emotion/styled': 11.8.1_qy3iey4iudt25gp34xnq4xoic4 - '@mui/lab': 5.0.0-alpha.80_l75r4mqfccowx6jlkkloc3tk44 - '@mui/material': 5.6.2_rikzftoujo3cmwul4lespwcm6i + '@mui/lab': 5.0.0-alpha.80_r7a7s2hz762ox6q4ctdyql64vq + '@mui/material': 5.6.4_rikzftoujo3cmwul4lespwcm6i history: 5.3.0 - notistack: 2.0.4_a32v3b6h7lqcvgkg7d2cmuh6qu + notistack: 2.0.4_udzxwwnbdmb3fntj5kb5hemvo4 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 react-router-dom: 6.3.0_sfoxds7t5ydpegc3knd667wn6m @@ -303,19 +303,19 @@ importers: examples/react-storybook: specifiers: - '@babel/core': ^7.17.9 + '@babel/core': ^7.17.10 '@storybook/addon-actions': ^6.4.22 '@storybook/addon-essentials': ^6.4.22 '@storybook/addon-links': ^6.4.22 - '@storybook/builder-vite': ^0.1.30 + '@storybook/builder-vite': ^0.1.33 '@storybook/react': ^6.4.22 '@storybook/testing-library': ^0.0.11 '@storybook/testing-react': ^1.2.4 '@testing-library/jest-dom': ^5.16.4 '@testing-library/react': ^12.1.5 '@types/react': ^17.0.44 - '@types/react-dom': ^17.0.15 - '@vitejs/plugin-react': ^1.3.1 + '@types/react-dom': ^17.0.16 + '@vitejs/plugin-react': ^1.3.2 '@vitest/ui': latest babel-loader: ^8.2.5 cross-fetch: ^3.1.5 @@ -324,35 +324,35 @@ importers: msw-storybook-addon: ^1.6.3 react: ^17.0.2 react-dom: ^17.0.2 - react-query: ^3.38.0 - typescript: ^4.6.3 + react-query: ^3.38.1 + typescript: ^4.6.4 vite: ^2.9.5 vitest: workspace:* dependencies: cross-fetch: 3.1.5 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - react-query: 3.38.0_sfoxds7t5ydpegc3knd667wn6m + react-query: 3.38.1_sfoxds7t5ydpegc3knd667wn6m devDependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@storybook/addon-actions': 6.4.22_wsn53pslsboo2rytzocxzsur7i - '@storybook/addon-essentials': 6.4.22_d3nk6ubpqju5autktnduf5dzgi + '@storybook/addon-essentials': 6.4.22_6yixznx5psviubcvemir3d2hl4 '@storybook/addon-links': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/builder-vite': 0.1.30_wi2bnhzae43wk7fg27gykjqvae - '@storybook/react': 6.4.22_u3yl647matkut2lvzi4idpu42y + '@storybook/builder-vite': 0.1.33_7x4hsvzggamwyi6xvpx6tf5oii + '@storybook/react': 6.4.22_uxdezupwrip2abj7babegcm6eu '@storybook/testing-library': 0.0.11_sfoxds7t5ydpegc3knd667wn6m '@storybook/testing-react': 1.2.4_lgtyyvdvna3ljsmora334dmqiy '@testing-library/jest-dom': 5.16.4 '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m '@types/react': 17.0.44 - '@types/react-dom': 17.0.15 - '@vitejs/plugin-react': 1.3.1 + '@types/react-dom': 17.0.16 + '@vitejs/plugin-react': 1.3.2 '@vitest/ui': link:../../packages/ui - babel-loader: 8.2.5_@babel+core@7.17.9 + babel-loader: 8.2.5_@babel+core@7.17.10 jsdom: 19.0.0 msw: 0.39.2 msw-storybook-addon: 1.6.3_ssm5z5kjlefxgbmyszjdm3lzke - typescript: 4.6.3 + typescript: 4.6.4 vite: 2.9.5 vitest: link:../../packages/vitest @@ -363,8 +363,8 @@ importers: '@testing-library/react-hooks': ^8.0.0 '@testing-library/user-event': ^13.5.0 '@types/react': ^17.0.44 - '@types/react-dom': ^17.0.15 - '@vitejs/plugin-react': ^1.3.1 + '@types/react-dom': ^17.0.16 + '@vitejs/plugin-react': ^1.3.2 '@vitest/ui': latest jsdom: latest react: ^17.0.2 @@ -380,8 +380,8 @@ importers: '@testing-library/react-hooks': 8.0.0_wsn53pslsboo2rytzocxzsur7i '@testing-library/user-event': 13.5.0 '@types/react': 17.0.44 - '@types/react-dom': 17.0.15 - '@vitejs/plugin-react': 1.3.1 + '@types/react-dom': 17.0.16 + '@vitejs/plugin-react': 1.3.2 '@vitest/ui': link:../../packages/ui jsdom: 19.0.0 vite: 2.9.5 @@ -389,12 +389,12 @@ importers: examples/react-testing-lib-msw: specifiers: - '@apollo/client': ^3.5.10 + '@apollo/client': ^3.6.1 '@testing-library/react': ^12.1.5 '@testing-library/user-event': ^13.5.0 '@types/react': ^17.0.44 - '@types/react-dom': ^17.0.15 - '@vitejs/plugin-react': ^1.3.1 + '@types/react-dom': ^17.0.16 + '@vitejs/plugin-react': ^1.3.2 '@vitest/ui': latest cross-fetch: ^3.1.5 jsdom: latest @@ -404,15 +404,15 @@ importers: vite: ^2.9.5 vitest: workspace:* dependencies: - '@apollo/client': 3.5.10_react@17.0.2 + '@apollo/client': 3.6.1_react@17.0.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 devDependencies: '@testing-library/react': 12.1.5_sfoxds7t5ydpegc3knd667wn6m '@testing-library/user-event': 13.5.0 '@types/react': 17.0.44 - '@types/react-dom': 17.0.15 - '@vitejs/plugin-react': 1.3.1 + '@types/react-dom': 17.0.16 + '@vitejs/plugin-react': 1.3.2 '@vitest/ui': link:../../packages/ui cross-fetch: 3.1.5 jsdom: 19.0.0 @@ -453,18 +453,18 @@ importers: examples/svelte: specifiers: - '@sveltejs/vite-plugin-svelte': ^1.0.0-next.41 + '@sveltejs/vite-plugin-svelte': ^1.0.0-next.42 '@testing-library/svelte': ^3.1.1 '@vitest/ui': latest jsdom: latest - svelte: ^3.47.0 + svelte: ^3.48.0 vitest: workspace:* devDependencies: - '@sveltejs/vite-plugin-svelte': 1.0.0-next.41_svelte@3.47.0 - '@testing-library/svelte': 3.1.1_svelte@3.47.0 + '@sveltejs/vite-plugin-svelte': 1.0.0-next.42_svelte@3.48.0 + '@testing-library/svelte': 3.1.1_svelte@3.48.0 '@vitest/ui': link:../../packages/ui jsdom: 19.0.0 - svelte: 3.47.0 + svelte: 3.48.0 vitest: link:../../packages/vitest examples/vitesse: @@ -523,7 +523,7 @@ importers: specifiers: '@cypress/vite-dev-server': ^2.2.2 '@cypress/vue': ^3.1.1 - '@faker-js/faker': ^6.3.0 + '@faker-js/faker': ^6.3.1 '@testing-library/cypress': ^8.0.2 '@types/codemirror': ^5.60.5 '@types/d3-force': ^3.0.3 @@ -559,7 +559,7 @@ importers: devDependencies: '@cypress/vite-dev-server': 2.2.2 '@cypress/vue': 3.1.1_cypress@9.6.0+vue@3.2.33 - '@faker-js/faker': 6.3.0 + '@faker-js/faker': 6.3.1 '@testing-library/cypress': 8.0.2_cypress@9.6.0 '@types/codemirror': 5.60.5 '@types/d3-force': 3.0.3 @@ -1079,12 +1079,12 @@ packages: leven: 3.1.0 dev: true - /@apollo/client/3.5.10_react@17.0.2: - resolution: {integrity: sha512-tL3iSpFe9Oldq7gYikZK1dcYxp1c01nlSwtsMz75382HcI6fvQXyFXUCJTTK3wgO2/ckaBvRGw7VqjFREdVoRw==} + /@apollo/client/3.6.1_react@17.0.2: + resolution: {integrity: sha512-WGC7n2IS7GIbCCfVvu58Qncmj6qUBYbI/DxPVHGffDuY5y5l+OI2YIr5UXyR8+G9Ly1d6iYbX6l6l+Rw6F6gHA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 subscriptions-transport-ws: ^0.9.0 || ^0.11.0 peerDependenciesMeta: graphql-ws: @@ -1104,8 +1104,9 @@ packages: prop-types: 15.8.1 react: 17.0.2 symbol-observable: 4.0.0 - ts-invariant: 0.9.4 + ts-invariant: 0.10.1 tslib: 2.4.0 + use-sync-external-store: 1.1.0_react@17.0.2 zen-observable-ts: 1.2.3 dev: false @@ -1116,8 +1117,8 @@ packages: dependencies: '@babel/highlight': 7.17.9 - /@babel/compat-data/7.17.7: - resolution: {integrity: sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==} + /@babel/compat-data/7.17.10: + resolution: {integrity: sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==} engines: {node: '>=6.9.0'} dev: true @@ -1126,13 +1127,13 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.9 + '@babel/generator': 7.17.10 '@babel/helper-module-transforms': 7.17.7 '@babel/helpers': 7.17.9 - '@babel/parser': 7.17.9 + '@babel/parser': 7.17.10 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -1145,20 +1146,43 @@ packages: - supports-color dev: true + /@babel/core/7.17.10: + resolution: {integrity: sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.1.2 + '@babel/code-frame': 7.16.7 + '@babel/generator': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helpers': 7.17.9 + '@babel/parser': 7.17.10 + '@babel/template': 7.16.7 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 + convert-source-map: 1.8.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/core/7.17.9: resolution: {integrity: sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.1.2 '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 + '@babel/generator': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.9 '@babel/helper-module-transforms': 7.17.7 '@babel/helpers': 7.17.9 - '@babel/parser': 7.17.9 + '@babel/parser': 7.17.10 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -1168,6 +1192,15 @@ packages: - supports-color dev: true + /@babel/generator/7.17.10: + resolution: {integrity: sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.17.10 + '@jridgewell/gen-mapping': 0.1.1 + jsesc: 2.5.2 + dev: true + /@babel/generator/7.17.9: resolution: {integrity: sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==} engines: {node: '>=6.9.0'} @@ -1181,7 +1214,7 @@ packages: resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-builder-binary-assignment-operator-visitor/7.16.7: @@ -1189,22 +1222,53 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.16.7 - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 + dev: true + + /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.10: + resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.17.10 + '@babel/core': 7.17.10 + '@babel/helper-validator-option': 7.16.7 + browserslist: 4.20.3 + semver: 6.3.0 dev: true - /@babel/helper-compilation-targets/7.17.7_@babel+core@7.17.9: - resolution: {integrity: sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==} + /@babel/helper-compilation-targets/7.17.10_@babel+core@7.17.9: + resolution: {integrity: sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.17.7 + '@babel/compat-data': 7.17.10 '@babel/core': 7.17.9 '@babel/helper-validator-option': 7.16.7 browserslist: 4.20.3 semver: 6.3.0 dev: true + /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.10: + resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-member-expression-to-functions': 7.17.7 + '@babel/helper-optimise-call-expression': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-create-class-features-plugin/7.17.9_@babel+core@7.17.9: resolution: {integrity: sha512-kUjip3gruz6AJKOq5i3nC6CoCEEF/oHH3cp6tOZhB+IyyyPyW0g1Gfsxn3mkk6S08pIA2y8GQh609v9G/5sHVQ==} engines: {node: '>=6.9.0'} @@ -1223,6 +1287,17 @@ packages: - supports-color dev: true + /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.10: + resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-annotate-as-pure': 7.16.7 + regexpu-core: 5.0.1 + dev: true + /@babel/helper-create-regexp-features-plugin/7.17.0_@babel+core@7.17.9: resolution: {integrity: sha512-awO2So99wG6KnlE+TPs6rn83gCz5WlEePJDTnLEqbchMVrBeAujURVphRdigsk094VhvZehFoNOihSlcBjwsXA==} engines: {node: '>=6.9.0'} @@ -1234,16 +1309,34 @@ packages: regexpu-core: 5.0.1 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.17.9: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.17.10: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/traverse': 7.17.9 + '@babel/traverse': 7.17.10 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.0 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.17.10: + resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} + peerDependencies: + '@babel/core': ^7.4.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/traverse': 7.17.10 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.0 @@ -1258,10 +1351,10 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.17.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.9 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 - '@babel/traverse': 7.17.9 + '@babel/traverse': 7.17.10 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.0 @@ -1274,14 +1367,14 @@ packages: resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-explode-assignable-expression/7.16.7: resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-function-name/7.17.9: @@ -1289,35 +1382,35 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-hoist-variables/7.16.7: resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-member-expression-to-functions/7.17.7: resolution: {integrity: sha512-thxXgnQ8qQ11W2wVUObIqDL4p148VMxkt5T/qpN5k2fboRyzFGFmKsTGViquyM5QHKUy48OZoca8kw4ajaDPyw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-module-imports/7.16.0: resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-module-imports/7.16.7: resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 /@babel/helper-module-transforms/7.17.7: resolution: {integrity: sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==} @@ -1329,8 +1422,8 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 transitivePeerDependencies: - supports-color dev: true @@ -1339,7 +1432,7 @@ packages: resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-plugin-utils/7.10.4: @@ -1356,7 +1449,7 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-wrap-function': 7.16.8 - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 transitivePeerDependencies: - supports-color dev: true @@ -1368,8 +1461,8 @@ packages: '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-member-expression-to-functions': 7.17.7 '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 transitivePeerDependencies: - supports-color dev: true @@ -1378,21 +1471,21 @@ packages: resolution: {integrity: sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-split-export-declaration/7.16.7: resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true /@babel/helper-validator-identifier/7.16.7: @@ -1410,8 +1503,8 @@ packages: dependencies: '@babel/helper-function-name': 7.17.9 '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 transitivePeerDependencies: - supports-color dev: true @@ -1421,8 +1514,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 transitivePeerDependencies: - supports-color dev: true @@ -1435,11 +1528,27 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 + /@babel/parser/7.17.10: + resolution: {integrity: sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dev: true + /@babel/parser/7.17.9: resolution: {integrity: sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==} engines: {node: '>=6.0.0'} hasBin: true + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-anv/DObl7waiGEnC24O9zqL0pSuI9hljihqiDuFHC8d7/bjr/4RLGPWuc8rYOff/QPzbEPSkzG8wGG9aDuhHRg==} engines: {node: '>=6.9.0'} @@ -1450,6 +1559,18 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10 + dev: true + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-di8vUHRdf+4aJ7ltXhaDbPoszdkh59AQtJM5soLsuHpQJdFQZOA4uGj0V2u/CZ8bJ/u8ULDL5yq6FO/bCXnKHw==} engines: {node: '>=6.9.0'} @@ -1462,6 +1583,20 @@ packages: '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9 dev: true + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.10: + resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-remap-async-to-generator': 7.16.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.10 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-proposal-async-generator-functions/7.16.8_@babel+core@7.17.9: resolution: {integrity: sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==} engines: {node: '>=6.9.0'} @@ -1476,6 +1611,19 @@ packages: - supports-color dev: true + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.10: + 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.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} engines: {node: '>=6.9.0'} @@ -1489,6 +1637,20 @@ packages: - supports-color dev: true + /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.10: + resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-proposal-class-static-block/7.17.6_@babel+core@7.17.9: resolution: {integrity: sha512-X/tididvL2zbs7jZCeeRJ8167U/+Ac135AM6jCAx6gYXDUviZV5Ku9UDvWS2NCuWlFjIRXklYhwo6HhAC7ETnA==} engines: {node: '>=6.9.0'} @@ -1503,23 +1665,34 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.17.9_@babel+core@7.17.9: + /@babel/plugin-proposal-decorators/7.17.9_@babel+core@7.17.10: resolution: {integrity: sha512-EfH2LZ/vPa2wuPwJ26j+kYRkaubf89UlwxKXtxqEm57HrgSEYDB8t4swFP+p8LcI9yiP9ZRJJjo/58hS6BnaDA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-replace-supers': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/plugin-syntax-decorators': 7.17.0_@babel+core@7.17.9 + '@babel/plugin-syntax-decorators': 7.17.0_@babel+core@7.17.10 charcodes: 0.2.0 transitivePeerDependencies: - supports-color dev: true + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} @@ -1531,15 +1704,26 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9 dev: true - /@babel/plugin-proposal-export-default-from/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-export-default-from/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-+cENpW1rgIjExn+o5c8Jw/4BuH4eGKKYvkMB8/0ZxFQ9mC0t4z09VsPIwNg6waF69QYC81zxGeAsREGuqQoKeg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.17.10 + dev: true + + /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-ZxdtqDXLRGBL64ocZcs7ovt71L3jhC1RGSyR996svrCi3PYqHNkb3SwPJCs8RIzD86s+WPpt2S73+EHCGO+NUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-export-default-from': 7.16.7_@babel+core@7.17.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10 dev: true /@babel/plugin-proposal-export-namespace-from/7.16.7_@babel+core@7.17.9: @@ -1553,6 +1737,17 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.9 dev: true + /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-json-strings/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-lNZ3EEggsGY78JavgbHsK9u5P3pQaW7k4axlgFLYkMd7UBsiNahCITShLjNQschPyjtO6dADrL24757IdhBrsQ==} engines: {node: '>=6.9.0'} @@ -1564,6 +1759,17 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.9 dev: true + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-logical-assignment-operators/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-K3XzyZJGQCr00+EtYtrDjmwX7o7PLK6U9bi1nCwkQioRFVUv6dJoxbQjtWVtP+bCPy82bONBKG8NPyQ4+i6yjg==} engines: {node: '>=6.9.0'} @@ -1575,6 +1781,17 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.9 dev: true + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-nullish-coalescing-operator/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-aUOrYU3EVtjf62jQrCj63pYZ7k6vns2h/DQvHPWGmsJRYzWXZ6/AsfgpiRy6XiuIDADhJzP2Q9MwSMKauBQ+UQ==} engines: {node: '>=6.9.0'} @@ -1586,6 +1803,17 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.9 dev: true + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.10: + 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.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} @@ -1603,25 +1831,50 @@ 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.16.7 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.12.9 dev: true + /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.10: + 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.10 + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-object-rest-spread/7.17.3_@babel+core@7.17.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.17.7 + '@babel/compat-data': 7.17.10 '@babel/core': 7.17.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.9 '@babel/helper-plugin-utils': 7.16.7 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.9 '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.9 dev: true + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} engines: {node: '>=6.9.0'} @@ -1633,6 +1886,18 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.9 dev: true + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.10 + dev: true + /@babel/plugin-proposal-optional-chaining/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-eC3xy+ZrUcBtP7x+sq62Q/HYd674pPTb/77XZMb5wbDPGWIdUbSr4Agr052+zaUPSb+gGRnjxXfKFvx5iMJ+DA==} engines: {node: '>=6.9.0'} @@ -1645,20 +1910,48 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.9 dev: true - /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.9: + /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.10: 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.17.9 - '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 '@babel/helper-plugin-utils': 7.16.7 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.9: + /@babel/plugin-proposal-private-methods/7.16.11_@babel+core@7.17.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.17.9 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.9 + '@babel/helper-plugin-utils': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-proposal-private-property-in-object/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-rMQkjcOFbm+ufe3bTZLyOfsOUOxyvLXZJCTARhJr+8UMSoZmqTe1K1BgkFcrW37rAchWg57yI69ORxiWvUINuQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1673,6 +1966,17 @@ packages: - supports-color dev: true + /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} + engines: {node: '>=4'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-proposal-unicode-property-regex/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-QRK0YI/40VLhNVGIjRNAAQkEHws0cswSdFFjpFyt943YmJIU1da9uW63Iu6NFV6CxTZW5eTDCrwZUstBWgp/Rg==} engines: {node: '>=4'} @@ -1684,6 +1988,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.10: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.9: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: @@ -1693,6 +2006,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.10: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.9: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: @@ -1702,6 +2024,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.10: + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.9: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} @@ -1712,13 +2044,22 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-decorators/7.17.0_@babel+core@7.17.9: + /@babel/plugin-syntax-decorators/7.17.0_@babel+core@7.17.10: resolution: {integrity: sha512-qWe85yCXsvDEluNP0OyeQjH63DlhAR3W7K9BxxU1MvbDb48tgBG+Ao6IJJ6smPDrrVzSQZrbF6donpkFBMcs3A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.10: + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1731,13 +2072,22 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.17.9: + /@babel/plugin-syntax-export-default-from/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-4C3E4NsrLOgftKaTYTULhHsuQrGv3FHrBzOMDiS7UYKIpgGBkAdawg4h+EI8zPeK9M0fiIIh72hIwsI24K7MbA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.10: + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1750,13 +2100,13 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.17.9: + /@babel/plugin-syntax-flow/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-UDo3YGQO0jH6ytzVwgSLv9i/CzMcUjbKenL67dTrAZPPv6GFAtDhe6jqnvmoKzC/7htNTohhos+onPtDMqJwaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true @@ -1769,6 +2119,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.10: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.9: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: @@ -1796,6 +2155,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: false + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-jsx/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-Esxmk7YjA8QysKeT3VhTXvF6y77f/a91SIs4pWb4H2eWGQkCKFgQaG6hdoEVZtGsrAcb2K5BW66XsOErD4WU3Q==} engines: {node: '>=6.9.0'} @@ -1806,6 +2175,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.10: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.9: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -1815,6 +2193,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.10: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.9: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: @@ -1824,6 +2211,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.10: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.9: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: @@ -1842,6 +2238,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.10: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.9: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: @@ -1851,6 +2256,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.10: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.9: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: @@ -1860,6 +2274,15 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.10: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.9: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: @@ -1869,6 +2292,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.10: + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.9: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} @@ -1879,6 +2312,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.10: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.9: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} @@ -1889,6 +2332,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} @@ -1899,6 +2352,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-arrow-functions/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-9ffkFFMbvzTvv+7dTp/66xvZAWASuPD5Tl9LK3Z9vhOmANo6j94rik+5YMBt4CwHVMWLWpMsriIc2zsa3WW3xQ==} engines: {node: '>=6.9.0'} @@ -1909,6 +2372,20 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.10: + resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-remap-async-to-generator': 7.16.8 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-async-to-generator/7.16.8_@babel+core@7.17.9: resolution: {integrity: sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==} engines: {node: '>=6.9.0'} @@ -1923,6 +2400,16 @@ packages: - supports-color dev: true + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} engines: {node: '>=6.9.0'} @@ -1933,6 +2420,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-block-scoping/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-ObZev2nxVAYA4bhyusELdo9hb3H+A56bxH3FZMbEImZFiEDYVHXQSJ1hQKFlDnlt8G9bBrCZ5ZpURZUrV4G5qQ==} engines: {node: '>=6.9.0'} @@ -1943,6 +2440,25 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-optimise-call-expression': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-classes/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-WY7og38SFAGYRe64BrjKf8OrE6ulEHtr5jEYaZMwox9KebgqPi67Zqz8K53EKk1fFEJgm96r32rkKZ3qA2nCWQ==} engines: {node: '>=6.9.0'} @@ -1962,6 +2478,16 @@ packages: - supports-color dev: true + /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-computed-properties/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-gN72G9bcmenVILj//sv1zLNaPyYcOzUho2lIJBMh/iakJ9ygCo/hEF9cpGb61SCMEDxbbyBoVQxrt+bWKu5KGw==} engines: {node: '>=6.9.0'} @@ -1972,6 +2498,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.10: + resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-destructuring/7.17.7_@babel+core@7.17.9: resolution: {integrity: sha512-XVh0r5yq9sLR4vZ6eVZe8FKfIcSgaTBxVBRSYokRj2qksf6QerYnTxz9/GTuKTH/n/HwLP7t6gtlybHetJ/6hQ==} engines: {node: '>=6.9.0'} @@ -1982,6 +2518,17 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} engines: {node: '>=6.9.0'} @@ -1993,6 +2540,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-duplicate-keys/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-03DvpbRfvWIXyK0/6QiR1KMTWeT6OcQ7tbhjrXyFS02kjuX/mu5Bvnh5SDSWHxyawit2g5aWhKwI86EE7GUnTw==} engines: {node: '>=6.9.0'} @@ -2003,6 +2560,17 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} engines: {node: '>=6.9.0'} @@ -2014,15 +2582,25 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-flow-strip-types/7.16.7_@babel+core@7.17.9: + /@babel/plugin-transform-flow-strip-types/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-mzmCq3cNsDpZZu9FADYYyfZJIOrSONmHcop2XEKPdBNMa4PDC4eEvcOvzZaCNcjKu72v0XQlA5y1g58aLRXdYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.10 + dev: true + + /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-/QZm9W92Ptpw7sjI9Nx1mbcsWz33+l8kuMIQnDwgQBG5s3fAfQvkRjQ7NqXhtNcKOnPkdICmUHyCaWW06HCsqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-flow': 7.16.7_@babel+core@7.17.9 dev: true /@babel/plugin-transform-for-of/7.16.7_@babel+core@7.17.9: @@ -2035,6 +2613,18 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} @@ -2042,11 +2632,21 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.17.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.9 '@babel/helper-function-name': 7.17.9 '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.10: + 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.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-literals/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-6tH8RTpTWI0s2sV6uq3e/C9wPo4PTqqZps4uF0kzQ9/xPLFQtipynvmT1g/dOfEJ+0EQsHhkQ/zyRId8J2b8zQ==} engines: {node: '>=6.9.0'} @@ -2057,6 +2657,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} @@ -2067,6 +2677,20 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helper-plugin-utils': 7.16.7 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-modules-amd/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-KaaEtgBL7FKYwjJ/teH63oAmE3lP34N3kshz8mm4VMAw7U3PxjVwwUmxEFksbgsNUaO3wId9R2AVQYSEGRa2+g==} engines: {node: '>=6.9.0'} @@ -2081,6 +2705,21 @@ packages: - supports-color dev: true + /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.10: + resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-simple-access': 7.17.7 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-modules-commonjs/7.17.9_@babel+core@7.17.9: resolution: {integrity: sha512-2TBFd/r2I6VlYn0YRTz2JdazS+FoUuQ2rIFHoAxtyP/0G3D82SBLaRq9rnUkpqlLg03Byfl/+M32mpxjO6KaPw==} engines: {node: '>=6.9.0'} @@ -2096,6 +2735,22 @@ packages: - supports-color dev: true + /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.10: + resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-hoist-variables': 7.16.7 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-validator-identifier': 7.16.7 + babel-plugin-dynamic-import-node: 2.3.3 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-modules-systemjs/7.17.8_@babel+core@7.17.9: resolution: {integrity: sha512-39reIkMTUVagzgA5x88zDYXPCMT6lcaRKs1+S9K6NKBPErbgO/w/kP8GlNQTC87b412ZTlmNgr3k2JrWgHH+Bw==} engines: {node: '>=6.9.0'} @@ -2112,6 +2767,19 @@ packages: - supports-color dev: true + /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-module-transforms': 7.17.7 + '@babel/helper-plugin-utils': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-modules-umd/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-EMh7uolsC8O4xhudF2F6wedbSHm1HHZ0C6aJ7K67zcDNidMzVcxWdGr+htW9n21klm+bOn+Rx4CBsAntZd3rEQ==} engines: {node: '>=6.9.0'} @@ -2125,14 +2793,34 @@ packages: - supports-color dev: true + /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.10: + 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.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 + dev: true + /@babel/plugin-transform-named-capturing-groups-regex/7.16.8_@babel+core@7.17.9: resolution: {integrity: sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0 + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.17.9 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9 + dev: true + + /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-xiLDzWNMfKoGOpc6t3U+etCE2yRnn3SM09BXqWPIZOBpL2gvVrBWUKnsJx0K/ADi5F5YC5f8APFfWrz25TdlGg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 dev: true /@babel/plugin-transform-new-target/7.16.7_@babel+core@7.17.9: @@ -2145,6 +2833,19 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-replace-supers': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} engines: {node: '>=6.9.0'} @@ -2168,6 +2869,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-parameters/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-AT3MufQ7zZEhU2hwOA11axBnExW0Lszu4RL/tAlUJBuNoRak+wehQW8h6KcXOcgjY42fHtDxswuMhMjFEuv/aw==} engines: {node: '>=6.9.0'} @@ -2178,6 +2889,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} engines: {node: '>=6.9.0'} @@ -2188,16 +2909,26 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.17.9: + /@babel/plugin-transform-react-display-name/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-qgIg8BcZgd0G/Cz916D5+9kqX0c7nPZyXaP8R2tLNN5tkyIZdG5fEwBrxwplzSnjC1jvQmyMNVwUCZPcbGY7Pg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.10 + dev: true + /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==} engines: {node: '>=6.9.0'} @@ -2208,6 +2939,16 @@ packages: '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.9 dev: true + /@babel/plugin-transform-react-jsx-self/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-react-jsx-self/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-oe5VuWs7J9ilH3BCCApGoYjHoSO48vkjX2CbA5bFVhIuO2HKxA3vyF7rleA4o6/4rTDbk6r8hBW7Ul8E+UZrpA==} engines: {node: '>=6.9.0'} @@ -2218,6 +2959,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-react-jsx-source/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-react-jsx-source/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==} engines: {node: '>=6.9.0'} @@ -2228,6 +2979,20 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-react-jsx/7.17.3_@babel+core@7.17.10: + 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.10 + '@babel/helper-annotate-as-pure': 7.16.7 + '@babel/helper-module-imports': 7.16.7 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10 + '@babel/types': 7.17.10 + dev: true + /@babel/plugin-transform-react-jsx/7.17.3_@babel+core@7.17.9: resolution: {integrity: sha512-9tjBm4O07f7mzKSIlEmPdiE6ub7kfIe6Cd+w+oQebpATfTQMAgW+YOuWxogbKVTulA+MEO7byMeIUtQ1z+z+ZQ==} engines: {node: '>=6.9.0'} @@ -2239,20 +3004,30 @@ packages: '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.9 - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 dev: true - /@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.17.9: + /@babel/plugin-transform-react-pure-annotations/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-hs71ToC97k3QWxswh2ElzMFABXHvGiJ01IB1TbYQDGeWRKWz/MPUTh5jGExdHvosYKpnJW5Pm3S4+TA3FyX+GA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.10: + resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + regenerator-transform: 0.15.0 + dev: true + /@babel/plugin-transform-regenerator/7.17.9_@babel+core@7.17.9: resolution: {integrity: sha512-Lc2TfbxR1HOyn/c6b4Y/b6NHoTb67n/IoWLxTu4kC7h4KQnWlhCq2S8Tx0t2SVvv5Uu87Hs+6JEJ5kt2tYGylQ==} engines: {node: '>=6.9.0'} @@ -2263,6 +3038,16 @@ packages: regenerator-transform: 0.15.0 dev: true + /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-reserved-words/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-KQzzDnZ9hWQBjwi5lpY5v9shmm6IVG0U9pB18zvMu2i4H90xpT4gmqwPYsn8rObiadYe2M0gmgsiOIF5A/2rtg==} engines: {node: '>=6.9.0'} @@ -2273,6 +3058,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} engines: {node: '>=6.9.0'} @@ -2283,6 +3078,17 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + dev: true + /@babel/plugin-transform-spread/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-+pjJpgAngb53L0iaA5gU/1MLXJIfXcYepLgXB3esVRf4fqmj8f2cxM3/FKaHsZms08hFQJkFccEWuIpm429TXg==} engines: {node: '>=6.9.0'} @@ -2294,6 +3100,16 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 dev: true + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} @@ -2304,6 +3120,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-template-literals/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-VwbkDDUeenlIjmfNeDX/V0aWrQH2QiVyJtwymVQSzItFDTpxfyJh3EVaQiS0rIN/CqbLGr0VcGmuwyTdZtdIsA==} engines: {node: '>=6.9.0'} @@ -2314,6 +3140,16 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-typeof-symbol/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-p2rOixCKRJzpg9JB4gjnG4gjWkWa89ZoYUnl9snJ1cWIcTH/hvxZqfO+WjG6T8DRBpctEol5jw1O5rA8gkCokQ==} engines: {node: '>=6.9.0'} @@ -2324,6 +3160,20 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.10: + resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-create-class-features-plugin': 7.17.9_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.10 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.9: resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} engines: {node: '>=6.9.0'} @@ -2338,6 +3188,16 @@ packages: - supports-color dev: true + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.10: + 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.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} engines: {node: '>=6.9.0'} @@ -2348,6 +3208,17 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.10: + resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-create-regexp-features-plugin': 7.17.0_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + dev: true + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.17.9: resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} @@ -2359,15 +3230,100 @@ packages: '@babel/helper-plugin-utils': 7.16.7 dev: true + /@babel/preset-env/7.16.11_@babel+core@7.17.10: + 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.10 + '@babel/core': 7.17.10 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.17.10 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-class-static-block': 7.17.6_@babel+core@7.17.10 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-export-namespace-from': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-logical-assignment-operators': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.10 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.10 + '@babel/plugin-proposal-private-property-in-object': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.10 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.10 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.10 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.10 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-async-to-generator': 7.16.8_@babel+core@7.17.10 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-computed-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.10 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-duplicate-keys': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-modules-amd': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-modules-commonjs': 7.17.9_@babel+core@7.17.10 + '@babel/plugin-transform-modules-systemjs': 7.17.8_@babel+core@7.17.10 + '@babel/plugin-transform-modules-umd': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.8_@babel+core@7.17.10 + '@babel/plugin-transform-new-target': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-regenerator': 7.17.9_@babel+core@7.17.10 + '@babel/plugin-transform-reserved-words': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-typeof-symbol': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.10 + '@babel/preset-modules': 0.1.5_@babel+core@7.17.10 + '@babel/types': 7.17.10 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.10 + babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.10 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.10 + core-js-compat: 3.22.2 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/preset-env/7.16.11_@babel+core@7.17.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/compat-data': 7.17.10 '@babel/core': 7.17.9 - '@babel/helper-compilation-targets': 7.17.7_@babel+core@7.17.9 + '@babel/helper-compilation-targets': 7.17.10_@babel+core@7.17.9 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.7_@babel+core@7.17.9 @@ -2434,7 +3390,7 @@ packages: '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.17.9 '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.17.9 '@babel/preset-modules': 0.1.5_@babel+core@7.17.9 - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.17.9 babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.17.9 babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.17.9 @@ -2444,16 +3400,29 @@ packages: - supports-color dev: true - /@babel/preset-flow/7.16.7_@babel+core@7.17.9: + /@babel/preset-flow/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-6ceP7IyZdUYQ3wUVqyRSQXztd1YmFHWI4Xv11MIqAlE4WqxBSd/FZ61V9k+TS5Gd4mkHOtQtPp9ymRpxH4y1Ug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.17.9 + '@babel/plugin-transform-flow-strip-types': 7.16.7_@babel+core@7.17.10 + dev: true + + /@babel/preset-modules/0.1.5_@babel+core@7.17.10: + resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-plugin-utils': 7.16.7 + '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.10 + '@babel/types': 7.17.10 + esutils: 2.0.3 dev: true /@babel/preset-modules/0.1.5_@babel+core@7.17.9: @@ -2465,46 +3434,46 @@ packages: '@babel/helper-plugin-utils': 7.16.7 '@babel/plugin-proposal-unicode-property-regex': 7.16.7_@babel+core@7.17.9 '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.17.9 - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 esutils: 2.0.3 dev: true - /@babel/preset-react/7.16.7_@babel+core@7.17.9: + /@babel/preset-react/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-fWpyI8UM/HE6DfPBzD8LnhQ/OcH8AgTaqcqP2nGOXEUV+VKBR5JRN9hCk9ai+zQQ57vtm9oWeXguBCPNUjytgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.9 - '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-react-pure-annotations': 7.16.7_@babel+core@7.17.9 + '@babel/plugin-transform-react-display-name': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.10 + '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-react-pure-annotations': 7.16.7_@babel+core@7.17.10 dev: true - /@babel/preset-typescript/7.16.7_@babel+core@7.17.9: + /@babel/preset-typescript/7.16.7_@babel+core@7.17.10: resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.9 + '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.10 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.17.7_@babel+core@7.17.9: + /@babel/register/7.17.7_@babel+core@7.17.10: resolution: {integrity: sha512-fg56SwvXRifootQEDQAu1mKdjh5uthPzdO0N6t358FktfL4XjAVXuH58ULoiW8mesxiOgNIrxiImqEwv0+hRRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -2531,8 +3500,26 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.17.9 - '@babel/types': 7.17.0 + '@babel/parser': 7.17.10 + '@babel/types': 7.17.10 + dev: true + + /@babel/traverse/7.17.10: + resolution: {integrity: sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.16.7 + '@babel/generator': 7.17.10 + '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-function-name': 7.17.9 + '@babel/helper-hoist-variables': 7.16.7 + '@babel/helper-split-export-declaration': 7.16.7 + '@babel/parser': 7.17.10 + '@babel/types': 7.17.10 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color dev: true /@babel/traverse/7.17.9: @@ -2559,6 +3546,14 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.16.7 to-fast-properties: 2.0.0 + dev: true + + /@babel/types/7.17.10: + resolution: {integrity: sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.16.7 + to-fast-properties: 2.0.0 /@base2/pretty-print-object/1.0.1: resolution: {integrity: sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA==} @@ -2951,8 +3946,8 @@ packages: - supports-color dev: true - /@faker-js/faker/6.3.0: - resolution: {integrity: sha512-MI4sLlXEFBujHYHZMUo7S4BkCcQRPr/7rB2DA1grhnFzg8yNnVbfeEPWSDO9TCmNMSowlE+0bFQdDwb1SypIxQ==} + /@faker-js/faker/6.3.1: + resolution: {integrity: sha512-8YXBE2ZcU/pImVOHX7MWrSR/X5up7t6rPWZlk34RwZEcdr3ua6X+32pSd6XuOQRN+vbuvYNfA6iey8NbrjuMFQ==} engines: {node: '>=14.0.0', npm: '>=6.0.0'} dev: true @@ -2991,8 +3986,8 @@ packages: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@iconify-json/carbon/1.1.3: - resolution: {integrity: sha512-jbxBsk4YfeVyT/OkIYN6W9AJci3g5BMWzp1q4r3OsHMH2qhfGpxulRPm9kaYP5hGi8m3ZPNmzpewh87YoZ81fw==} + /@iconify-json/carbon/1.1.4: + resolution: {integrity: sha512-I2Y80wAR+Z3Ut68xiwBfRtw4Lwj7IqeOkCfEnWFC9/dA2ixIJEkCxy8HyNLO3z9RiSF7HZtgI8qGHhyNA2b6EQ==} dependencies: '@iconify/types': 1.1.0 dev: true @@ -3034,7 +4029,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -3064,7 +4059,7 @@ packages: chalk: 4.1.2 dev: true - /@joshwooding/vite-plugin-react-docgen-typescript/0.0.4_w5v33ehmxzy52jcrbupop25zpy: + /@joshwooding/vite-plugin-react-docgen-typescript/0.0.4_7erszgfrrbqn6akvffqaol6nhm: resolution: {integrity: sha512-ezL7SU//1OV4Oyt/zQ3CsX8uLujVEYUHuULkqgcW6wOuQfRnvgkn99HZtLWwS257GmZVwszGQzhL7VE3PbMAYw==} peerDependencies: typescript: '>= 4.3.x' @@ -3073,16 +4068,29 @@ packages: glob: 7.2.0 glob-promise: 4.2.2_glob@7.2.0 magic-string: 0.26.1 - react-docgen-typescript: 2.2.2_typescript@4.6.3 - typescript: 4.6.3 + react-docgen-typescript: 2.2.2_typescript@4.6.4 + typescript: 4.6.4 vite: 2.9.5 dev: true + /@jridgewell/gen-mapping/0.1.1: + resolution: {integrity: sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.1.0 + '@jridgewell/sourcemap-codec': 1.4.11 + dev: true + /@jridgewell/resolve-uri/3.0.6: resolution: {integrity: sha512-R7xHtBSNm+9SyvpJkdQl+qrM3Hm2fea3Ef197M3mUug+v+yR+Rhfbs7PBtcBUVnIWJ4JcAdjvij+c8hXS9p5aw==} engines: {node: '>=6.0.0'} dev: true + /@jridgewell/set-array/1.1.0: + resolution: {integrity: sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg==} + engines: {node: '>=6.0.0'} + dev: true + /@jridgewell/sourcemap-codec/1.4.11: resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==} dev: true @@ -3187,29 +4195,6 @@ packages: - supports-color dev: true - /@mui/base/5.0.0-alpha.77_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-Zqm3qlczGViD3lJSYo8ZnQLHJ3PwGYftbDfVuh2Rq5OD88F7H6oDILlqknzty59NDkeSVO2qlymYmHOY1nLodg==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@types/react': ^17.0.0 || ^18.0.0 - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.17.9 - '@emotion/is-prop-valid': 1.1.2 - '@mui/types': 7.1.3 - '@mui/utils': 5.6.1_react@17.0.2 - '@popperjs/core': 2.11.5 - clsx: 1.1.1 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-is: 17.0.2 - dev: false - /@mui/base/5.0.0-alpha.79_sfoxds7t5ydpegc3knd667wn6m: resolution: {integrity: sha512-/lZLF027BkiEjM8MIYoeS/FEhTKf+41ePU9SOijMGrCin1Y0Igucw+IHa1fF8HXD7wDbFKqHuso3J1jMG8wyNw==} engines: {node: '>=12.0.0'} @@ -3233,7 +4218,7 @@ packages: react-is: 17.0.2 dev: false - /@mui/lab/5.0.0-alpha.80_l75r4mqfccowx6jlkkloc3tk44: + /@mui/lab/5.0.0-alpha.80_r7a7s2hz762ox6q4ctdyql64vq: resolution: {integrity: sha512-td5Ak0Hx+EzVN9MJqBlZJ6BKFGjTrHyNjXncjSHTvp8Z9p157AlOA/Sf7r+RyqyVzOzBfv4S37i9ShFTzSK61Q==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3259,10 +4244,10 @@ packages: dependencies: '@babel/runtime': 7.17.9 '@mui/base': 5.0.0-alpha.79_sfoxds7t5ydpegc3knd667wn6m - '@mui/material': 5.6.2_rikzftoujo3cmwul4lespwcm6i + '@mui/material': 5.6.4_rikzftoujo3cmwul4lespwcm6i '@mui/system': 5.6.4_bgqmsvm4hz6izcmpcwescmz73y '@mui/utils': 5.6.1_react@17.0.2 - '@mui/x-date-pickers': 5.0.0-alpha.0_ytzbzjb4a5sotswkqzl3uaqcfa + '@mui/x-date-pickers': 5.0.0-alpha.0_ajrfli4noya3sbz7ivtofalj5u clsx: 1.1.1 date-fns: 2.28.0 prop-types: 15.8.1 @@ -3276,8 +4261,8 @@ packages: - '@emotion/styled' dev: false - /@mui/material/5.6.2_rikzftoujo3cmwul4lespwcm6i: - resolution: {integrity: sha512-bwMvroBrMgUTwUh/BcjhtcJwEw9uH4chV3+ZSj6RckOJtMj8U4yEeD7S4NgHE8Ioj5eObKFzHpih/cTD1sDRpg==} + /@mui/material/5.6.4_rikzftoujo3cmwul4lespwcm6i: + resolution: {integrity: sha512-7TD+u/SExZK2a55w6reX56oPk37gKr/M/XGt156X+m0d9LhzOsW864nkErIX/H8oSkX/6kCimxu1FDsO+gjiVw==} engines: {node: '>=12.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -3296,8 +4281,8 @@ packages: '@babel/runtime': 7.17.9 '@emotion/react': 11.9.0_react@17.0.2 '@emotion/styled': 11.8.1_qy3iey4iudt25gp34xnq4xoic4 - '@mui/base': 5.0.0-alpha.77_sfoxds7t5ydpegc3knd667wn6m - '@mui/system': 5.6.2_bgqmsvm4hz6izcmpcwescmz73y + '@mui/base': 5.0.0-alpha.79_sfoxds7t5ydpegc3knd667wn6m + '@mui/system': 5.6.4_bgqmsvm4hz6izcmpcwescmz73y '@mui/types': 7.1.3 '@mui/utils': 5.6.1_react@17.0.2 '@types/react-transition-group': 4.4.4 @@ -3331,48 +4316,19 @@ packages: resolution: {integrity: sha512-jEhH6TBY8jc9S8yVncXmoTYTbATjEu44RMFXj6sIYfKr5NArVwTwRo3JexLL0t3BOAiYM4xsFLgfKEIvB9SAeQ==} engines: {node: '>=12.0.0'} peerDependencies: - '@emotion/react': ^11.4.1 - '@emotion/styled': ^11.3.0 - react: ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@emotion/react': - optional: true - '@emotion/styled': - optional: true - dependencies: - '@babel/runtime': 7.17.9 - '@emotion/cache': 11.7.1 - '@emotion/react': 11.9.0_react@17.0.2 - '@emotion/styled': 11.8.1_qy3iey4iudt25gp34xnq4xoic4 - prop-types: 15.8.1 - react: 17.0.2 - dev: false - - /@mui/system/5.6.2_bgqmsvm4hz6izcmpcwescmz73y: - resolution: {integrity: sha512-Wg9TRbvavSwEYk6UdpnoDx+CqJfaAN7AzlmwEx7DtGmx0snFVBST8FVb1Ev1vXosxEnq6/fe7ZDRobFVewvEPQ==} - engines: {node: '>=12.0.0'} - peerDependencies: - '@emotion/react': ^11.5.0 + '@emotion/react': ^11.4.1 '@emotion/styled': ^11.3.0 - '@types/react': ^17.0.0 || ^18.0.0 react: ^17.0.0 || ^18.0.0 peerDependenciesMeta: '@emotion/react': optional: true '@emotion/styled': optional: true - '@types/react': - optional: true dependencies: '@babel/runtime': 7.17.9 + '@emotion/cache': 11.7.1 '@emotion/react': 11.9.0_react@17.0.2 '@emotion/styled': 11.8.1_qy3iey4iudt25gp34xnq4xoic4 - '@mui/private-theming': 5.6.2_react@17.0.2 - '@mui/styled-engine': 5.6.1_bgqmsvm4hz6izcmpcwescmz73y - '@mui/types': 7.1.3 - '@mui/utils': 5.6.1_react@17.0.2 - clsx: 1.1.1 - csstype: 3.0.11 prop-types: 15.8.1 react: 17.0.2 dev: false @@ -3429,7 +4385,7 @@ packages: react-is: 17.0.2 dev: false - /@mui/x-date-pickers/5.0.0-alpha.0_ytzbzjb4a5sotswkqzl3uaqcfa: + /@mui/x-date-pickers/5.0.0-alpha.0_ajrfli4noya3sbz7ivtofalj5u: resolution: {integrity: sha512-JTzTaNSWbxNi8KDUJjHCH6im0YlIEv88gPoKhGm7s6xCGT1q6FtMp/oQ40nhfwrJ73nkM5G1JXRIzI/yfsHXQQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -3454,7 +4410,7 @@ packages: '@date-io/dayjs': 2.13.1 '@date-io/luxon': 2.13.1 '@date-io/moment': 2.13.1 - '@mui/material': 5.6.2_rikzftoujo3cmwul4lespwcm6i + '@mui/material': 5.6.4_rikzftoujo3cmwul4lespwcm6i '@mui/system': 5.6.4_bgqmsvm4hz6izcmpcwescmz73y '@mui/utils': 5.6.1_react@17.0.2 clsx: 1.1.1 @@ -3729,15 +4685,15 @@ packages: rollup: 2.71.1 dev: true - /@rollup/plugin-graphql/1.1.0_graphql@16.3.0: + /@rollup/plugin-graphql/1.1.0_graphql@16.4.0: resolution: {integrity: sha512-X+H6oFlprDlnO3D0UiEytdW97AMphPXO0C7KunS7i/rBXIGQRQVDU5WKTXnBu2tfyYbjCTtfhXMSGI0i885PNg==} peerDependencies: graphql: '>=0.9.0' rollup: ^1.20.0 || ^2.0.0 dependencies: '@rollup/pluginutils': 4.2.1 - graphql: 16.3.0 - graphql-tag: 2.12.6_graphql@16.3.0 + graphql: 16.4.0 + graphql-tag: 2.12.6_graphql@16.4.0 dev: false /@rollup/plugin-json/4.1.0_rollup@2.71.1: @@ -3897,7 +4853,7 @@ packages: - '@types/react' dev: true - /@storybook/addon-controls/6.4.22_iki7ckbzib646mqufs4szvo6ji: + /@storybook/addon-controls/6.4.22_hltgxp4hh4yoqymcmggjl25e64: resolution: {integrity: sha512-f/M/W+7UTEUnr/L6scBMvksq+ZA8GTfh3bomE5FtWyOyaFppq9k8daKAvdYNlzXAOrUUsoZVJDgpb20Z2VBiSQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -3912,7 +4868,7 @@ packages: '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/client-logger': 6.4.22 '@storybook/components': 6.4.22_wsn53pslsboo2rytzocxzsur7i - '@storybook/core-common': 6.4.22_fdtqczkawcrswx4npptvkurkw4 + '@storybook/core-common': 6.4.22_oagctitnqx3g7idiuq5vrj5arm '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.22 '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m @@ -3932,7 +4888,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.4.22_taviiovbqfpskatrqmu2pbmhou: + /@storybook/addon-docs/6.4.22_ahvoxyszrxgrmy6s7jcu3m7yza: resolution: {integrity: sha512-9j+i+W+BGHJuRe4jUrqk6ubCzP4fc1xgFS2o8pakRiZgPn5kUQPdkticmsyh1XeEJifwhqjKJvkEDrcsleytDA==} peerDependencies: '@storybook/angular': 6.4.22 @@ -3979,28 +4935,28 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.17.9 - '@babel/generator': 7.17.9 - '@babel/parser': 7.17.9 - '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.9 - '@babel/preset-env': 7.16.11_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/generator': 7.17.10 + '@babel/parser': 7.17.10 + '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.10 + '@babel/preset-env': 7.16.11_@babel+core@7.17.10 '@jest/transform': 26.6.2 '@mdx-js/loader': 1.6.22_react@17.0.2 '@mdx-js/mdx': 1.6.22 '@mdx-js/react': 1.6.22_react@17.0.2 '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/builder-webpack4': 6.4.22_iki7ckbzib646mqufs4szvo6ji + '@storybook/builder-webpack4': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 '@storybook/client-logger': 6.4.22 '@storybook/components': 6.4.22_wsn53pslsboo2rytzocxzsur7i - '@storybook/core': 6.4.22_iki7ckbzib646mqufs4szvo6ji + '@storybook/core': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.22 '@storybook/node-logger': 6.4.22 '@storybook/postinstall': 6.4.22 '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/react': 6.4.22_u3yl647matkut2lvzi4idpu42y + '@storybook/react': 6.4.22_uxdezupwrip2abj7babegcm6eu '@storybook/source-loader': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m @@ -4043,7 +4999,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.4.22_d3nk6ubpqju5autktnduf5dzgi: + /@storybook/addon-essentials/6.4.22_6yixznx5psviubcvemir3d2hl4: resolution: {integrity: sha512-GTv291fqvWq2wzm7MruBvCGuWaCUiuf7Ca3kzbQ/WqWtve7Y/1PDsqRNQLGZrQxkXU0clXCqY1XtkTrtA3WGFQ==} peerDependencies: '@babel/core': ^7.9.6 @@ -4068,11 +5024,11 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 '@storybook/addon-actions': 6.4.22_wsn53pslsboo2rytzocxzsur7i '@storybook/addon-backgrounds': 6.4.22_wsn53pslsboo2rytzocxzsur7i - '@storybook/addon-controls': 6.4.22_iki7ckbzib646mqufs4szvo6ji - '@storybook/addon-docs': 6.4.22_taviiovbqfpskatrqmu2pbmhou + '@storybook/addon-controls': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 + '@storybook/addon-docs': 6.4.22_ahvoxyszrxgrmy6s7jcu3m7yza '@storybook/addon-measure': 6.4.22_wsn53pslsboo2rytzocxzsur7i '@storybook/addon-outline': 6.4.22_wsn53pslsboo2rytzocxzsur7i '@storybook/addon-toolbars': 6.4.22_wsn53pslsboo2rytzocxzsur7i @@ -4080,7 +5036,7 @@ packages: '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/node-logger': 6.4.22 - babel-loader: 8.2.5_@babel+core@7.17.9 + babel-loader: 8.2.5_@babel+core@7.17.10 core-js: 3.22.2 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 @@ -4287,17 +5243,18 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-vite/0.1.30_wi2bnhzae43wk7fg27gykjqvae: - resolution: {integrity: sha512-6Qf7IVZxEg3l18xXm0iqsGyG/T0ixeE8gU8zAo2u8wuEYCGNsQrnbu6it8BOXTJFk3gLPPETvxGszVIP56gRtA==} + /@storybook/builder-vite/0.1.33_7x4hsvzggamwyi6xvpx6tf5oii: + resolution: {integrity: sha512-T5zXXbNBDb7CpBCpMt8gQo/lgF6BBlRHb237VS7AiXrVkRANv2DYU+58BopgmJ1kNUlLeIatspupRo/ulHLuDw==} peerDependencies: - '@storybook/core-common': ^6.4.3 + '@storybook/core-common': '>=6.4.3 || >=6.5.0-alpha.0' + '@storybook/node-logger': '>=6.4.3 || >=6.5.0-alpha.0' vite: '>=2.6.7' dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.0.4_w5v33ehmxzy52jcrbupop25zpy + '@joshwooding/vite-plugin-react-docgen-typescript': 0.0.4_7erszgfrrbqn6akvffqaol6nhm '@mdx-js/mdx': 1.6.22 '@storybook/csf-tools': 6.4.22 '@storybook/source-loader': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@vitejs/plugin-react': 1.3.1 + '@vitejs/plugin-react': 1.3.2 ast-types: 0.14.2 es-module-lexer: 0.9.3 glob: 7.2.0 @@ -4314,7 +5271,7 @@ packages: - typescript dev: true - /@storybook/builder-webpack4/6.4.22_iki7ckbzib646mqufs4szvo6ji: + /@storybook/builder-webpack4/6.4.22_hltgxp4hh4yoqymcmggjl25e64: resolution: {integrity: sha512-A+GgGtKGnBneRFSFkDarUIgUTI8pYFdLmUVKEAGdh2hL+vLXAz9A46sEY7C8LQ85XWa8TKy3OTDxqR4+4iWj3A==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -4324,27 +5281,27 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.17.9 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-decorators': 7.17.9_@babel+core@7.17.9 - '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.9 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.9 - '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.9 - '@babel/preset-env': 7.16.11_@babel+core@7.17.9 - '@babel/preset-react': 7.16.7_@babel+core@7.17.9 - '@babel/preset-typescript': 7.16.7_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-decorators': 7.17.9_@babel+core@7.17.10 + '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.10 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.10 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.10 + '@babel/preset-env': 7.16.11_@babel+core@7.17.10 + '@babel/preset-react': 7.16.7_@babel+core@7.17.10 + '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/channel-postmessage': 6.4.22 @@ -4352,7 +5309,7 @@ packages: '@storybook/client-api': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/client-logger': 6.4.22 '@storybook/components': 6.4.22_wsn53pslsboo2rytzocxzsur7i - '@storybook/core-common': 6.4.22_fdtqczkawcrswx4npptvkurkw4 + '@storybook/core-common': 6.4.22_oagctitnqx3g7idiuq5vrj5arm '@storybook/core-events': 6.4.22 '@storybook/node-logger': 6.4.22 '@storybook/preview-web': 6.4.22_sfoxds7t5ydpegc3knd667wn6m @@ -4364,9 +5321,9 @@ packages: '@types/node': 14.18.14 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 - babel-loader: 8.2.5_lgfes7hlvohbl3uptzldef4omm + babel-loader: 8.2.5_usdhdj5awexcm2e5jtwd44bofa babel-plugin-macros: 2.8.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.9 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.10 case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.22.2 css-loader: 3.6.0_webpack@4.46.0 @@ -4377,7 +5334,7 @@ packages: glob-promise: 3.4.0_glob@7.2.0 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.6.3 + pnp-webpack-plugin: 1.6.4_typescript@4.6.4 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe @@ -4388,7 +5345,7 @@ packages: style-loader: 1.3.0_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.6.3 + typescript: 4.6.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -4508,7 +5465,7 @@ packages: - '@types/react' dev: true - /@storybook/core-client/6.4.22_hsjb36oqk36livlehymoenuhvu: + /@storybook/core-client/6.4.22_hixkc433fnkmuekkyplbpgyula: resolution: {integrity: sha512-uHg4yfCBeM6eASSVxStWRVTZrAnb4FT6X6v/xDqr4uXCpCttZLlBzrSDwPBLNNLtCa7ntRicHM8eGKIOD5lMYQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -4539,7 +5496,7 @@ packages: react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - typescript: 4.6.3 + typescript: 4.6.4 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 4.46.0 @@ -4547,7 +5504,7 @@ packages: - '@types/react' dev: true - /@storybook/core-client/6.4.22_iki7ckbzib646mqufs4szvo6ji: + /@storybook/core-client/6.4.22_hltgxp4hh4yoqymcmggjl25e64: resolution: {integrity: sha512-uHg4yfCBeM6eASSVxStWRVTZrAnb4FT6X6v/xDqr4uXCpCttZLlBzrSDwPBLNNLtCa7ntRicHM8eGKIOD5lMYQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -4578,14 +5535,14 @@ packages: react-dom: 17.0.2_react@17.0.2 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - typescript: 4.6.3 + typescript: 4.6.4 unfetch: 4.2.0 util-deprecate: 1.0.2 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/core-common/6.4.22_fdtqczkawcrswx4npptvkurkw4: + /@storybook/core-common/6.4.22_oagctitnqx3g7idiuq5vrj5arm: resolution: {integrity: sha512-PD3N/FJXPNRHeQS2zdgzYFtqPLdi3MLwAicbnw+U3SokcsspfsAuyYHZOYZgwO8IAEKy6iCc7TpBdiSJZ/vAKQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -4595,40 +5552,40 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.17.9 - '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-decorators': 7.17.9_@babel+core@7.17.9 - '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.9 - '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.9 - '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.9 - '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.9 - '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.9 - '@babel/preset-env': 7.16.11_@babel+core@7.17.9 - '@babel/preset-react': 7.16.7_@babel+core@7.17.9 - '@babel/preset-typescript': 7.16.7_@babel+core@7.17.9 - '@babel/register': 7.17.7_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-decorators': 7.17.9_@babel+core@7.17.10 + '@babel/plugin-proposal-export-default-from': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-object-rest-spread': 7.17.3_@babel+core@7.17.10 + '@babel/plugin-proposal-optional-chaining': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-proposal-private-methods': 7.16.11_@babel+core@7.17.10 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.10 + '@babel/plugin-transform-arrow-functions': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-block-scoping': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-classes': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-destructuring': 7.17.7_@babel+core@7.17.10 + '@babel/plugin-transform-for-of': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-parameters': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-spread': 7.16.7_@babel+core@7.17.10 + '@babel/preset-env': 7.16.11_@babel+core@7.17.10 + '@babel/preset-react': 7.16.7_@babel+core@7.17.10 + '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 + '@babel/register': 7.17.7_@babel+core@7.17.10 '@storybook/node-logger': 6.4.22 '@storybook/semver': 7.3.2 '@types/node': 14.18.14 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_lgfes7hlvohbl3uptzldef4omm + babel-loader: 8.2.5_usdhdj5awexcm2e5jtwd44bofa babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.9 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.17.10 chalk: 4.1.2 core-js: 3.22.2 express: 4.17.3 file-system-cache: 1.0.5 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.1_nsxf7ncibhkvddkocuxjl34lwu + fork-ts-checker-webpack-plugin: 6.5.1_u7kjabuvawcog7hjctusduehvm fs-extra: 9.1.0 glob: 7.2.0 handlebars: 4.7.7 @@ -4644,7 +5601,7 @@ packages: slash: 3.0.0 telejson: 5.3.3 ts-dedent: 2.2.0 - typescript: 4.6.3 + typescript: 4.6.4 util-deprecate: 1.0.2 webpack: 4.46.0 transitivePeerDependencies: @@ -4661,7 +5618,7 @@ packages: core-js: 3.22.2 dev: true - /@storybook/core-server/6.4.22_iki7ckbzib646mqufs4szvo6ji: + /@storybook/core-server/6.4.22_hltgxp4hh4yoqymcmggjl25e64: resolution: {integrity: sha512-wFh3e2fa0un1d4+BJP+nd3FVWUO7uHTqv3OGBfOmzQMKp4NU1zaBNdSQG7Hz6mw0fYPBPZgBjPfsJRwIYLLZyw==} peerDependencies: '@storybook/builder-webpack5': 6.4.22 @@ -4678,13 +5635,13 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.4.22_iki7ckbzib646mqufs4szvo6ji - '@storybook/core-client': 6.4.22_hsjb36oqk36livlehymoenuhvu - '@storybook/core-common': 6.4.22_fdtqczkawcrswx4npptvkurkw4 + '@storybook/builder-webpack4': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 + '@storybook/core-client': 6.4.22_hixkc433fnkmuekkyplbpgyula + '@storybook/core-common': 6.4.22_oagctitnqx3g7idiuq5vrj5arm '@storybook/core-events': 6.4.22 '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/csf-tools': 6.4.22 - '@storybook/manager-webpack4': 6.4.22_iki7ckbzib646mqufs4szvo6ji + '@storybook/manager-webpack4': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 '@storybook/node-logger': 6.4.22 '@storybook/semver': 7.3.2 '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m @@ -4717,7 +5674,7 @@ packages: slash: 3.0.0 telejson: 5.3.3 ts-dedent: 2.2.0 - typescript: 4.6.3 + typescript: 4.6.4 util-deprecate: 1.0.2 watchpack: 2.3.1 webpack: 4.46.0 @@ -4734,7 +5691,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.4.22_hsjb36oqk36livlehymoenuhvu: + /@storybook/core/6.4.22_hixkc433fnkmuekkyplbpgyula: resolution: {integrity: sha512-KZYJt7GM5NgKFXbPRZZZPEONZ5u/tE/cRbMdkn/zWN3He8+VP+65/tz8hbriI/6m91AWVWkBKrODSkeq59NgRA==} peerDependencies: '@storybook/builder-webpack5': 6.4.22 @@ -4748,11 +5705,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.4.22_hsjb36oqk36livlehymoenuhvu - '@storybook/core-server': 6.4.22_iki7ckbzib646mqufs4szvo6ji + '@storybook/core-client': 6.4.22_hixkc433fnkmuekkyplbpgyula + '@storybook/core-server': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - typescript: 4.6.3 + typescript: 4.6.4 webpack: 4.46.0 transitivePeerDependencies: - '@storybook/manager-webpack5' @@ -4767,7 +5724,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.4.22_iki7ckbzib646mqufs4szvo6ji: + /@storybook/core/6.4.22_hltgxp4hh4yoqymcmggjl25e64: resolution: {integrity: sha512-KZYJt7GM5NgKFXbPRZZZPEONZ5u/tE/cRbMdkn/zWN3He8+VP+65/tz8hbriI/6m91AWVWkBKrODSkeq59NgRA==} peerDependencies: '@storybook/builder-webpack5': 6.4.22 @@ -4781,11 +5738,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.4.22_iki7ckbzib646mqufs4szvo6ji - '@storybook/core-server': 6.4.22_iki7ckbzib646mqufs4szvo6ji + '@storybook/core-client': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 + '@storybook/core-server': 6.4.22_hltgxp4hh4yoqymcmggjl25e64 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 - typescript: 4.6.3 + typescript: 4.6.4 transitivePeerDependencies: - '@storybook/manager-webpack5' - '@types/react' @@ -4802,13 +5759,13 @@ packages: /@storybook/csf-tools/6.4.22: resolution: {integrity: sha512-LMu8MZAiQspJAtMBLU2zitsIkqQv7jOwX7ih5JrXlyaDticH7l2j6Q+1mCZNWUOiMTizj0ivulmUsSaYbpToSw==} dependencies: - '@babel/core': 7.17.9 - '@babel/generator': 7.17.9 - '@babel/parser': 7.17.9 - '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.9 - '@babel/preset-env': 7.16.11_@babel+core@7.17.9 - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/core': 7.17.10 + '@babel/generator': 7.17.10 + '@babel/parser': 7.17.10 + '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.10 + '@babel/preset-env': 7.16.11_@babel+core@7.17.10 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 '@mdx-js/mdx': 1.6.22 '@storybook/csf': 0.0.2--canary.87bc651.0 core-js: 3.22.2 @@ -4841,7 +5798,7 @@ packages: - react-dom dev: true - /@storybook/manager-webpack4/6.4.22_iki7ckbzib646mqufs4szvo6ji: + /@storybook/manager-webpack4/6.4.22_hltgxp4hh4yoqymcmggjl25e64: resolution: {integrity: sha512-nzhDMJYg0vXdcG0ctwE6YFZBX71+5NYaTGkxg3xT7gbgnP1YFXn9gVODvgq3tPb3gcRapjyOIxUa20rV+r8edA==} peerDependencies: react: ^16.8.0 || ^17.0.0 @@ -4851,18 +5808,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.17.9 - '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.9 - '@babel/preset-react': 7.16.7_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/plugin-transform-template-literals': 7.16.7_@babel+core@7.17.10 + '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core-client': 6.4.22_hsjb36oqk36livlehymoenuhvu - '@storybook/core-common': 6.4.22_fdtqczkawcrswx4npptvkurkw4 + '@storybook/core-client': 6.4.22_hixkc433fnkmuekkyplbpgyula + '@storybook/core-common': 6.4.22_oagctitnqx3g7idiuq5vrj5arm '@storybook/node-logger': 6.4.22 '@storybook/theming': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@storybook/ui': 6.4.22_wsn53pslsboo2rytzocxzsur7i '@types/node': 14.18.14 '@types/webpack': 4.41.32 - babel-loader: 8.2.5_lgfes7hlvohbl3uptzldef4omm + babel-loader: 8.2.5_usdhdj5awexcm2e5jtwd44bofa case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.22.2 @@ -4874,7 +5831,7 @@ packages: 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@4.6.3 + pnp-webpack-plugin: 1.6.4_typescript@4.6.4 react: 17.0.2 react-dom: 17.0.2_react@17.0.2 read-pkg-up: 7.0.1 @@ -4884,7 +5841,7 @@ packages: telejson: 5.3.3 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.6.3 + typescript: 4.6.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -4942,7 +5899,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.253f8c1.0_nsxf7ncibhkvddkocuxjl34lwu: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.253f8c1.0_u7kjabuvawcog7hjctusduehvm: resolution: {integrity: sha512-mmoRG/rNzAiTbh+vGP8d57dfcR2aP+5/Ll03KKFyfy5FqWFm/Gh7u27ikx1I3LmVMI8n6jh5SdWMkMKon7/tDw==} peerDependencies: typescript: '>= 3.x' @@ -4953,15 +5910,15 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.6.3 + react-docgen-typescript: 2.2.2_typescript@4.6.4 tslib: 2.4.0 - typescript: 4.6.3 + typescript: 4.6.4 webpack: 4.46.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.4.22_u3yl647matkut2lvzi4idpu42y: + /@storybook/react/6.4.22_uxdezupwrip2abj7babegcm6eu: resolution: {integrity: sha512-5BFxtiguOcePS5Ty/UoH7C6odmvBYIZutfiy4R3Ua6FYmtxac5vP9r5KjCz1IzZKT8mCf4X+PuK1YvDrPPROgQ==} engines: {node: '>=10.13.0'} hasBin: true @@ -4976,21 +5933,21 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.17.9 - '@babel/preset-flow': 7.16.7_@babel+core@7.17.9 - '@babel/preset-react': 7.16.7_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/preset-flow': 7.16.7_@babel+core@7.17.10 + '@babel/preset-react': 7.16.7_@babel+core@7.17.10 '@pmmmwh/react-refresh-webpack-plugin': 0.5.5_a3gyllrqvxpec3fpybsrposvju '@storybook/addons': 6.4.22_sfoxds7t5ydpegc3knd667wn6m - '@storybook/core': 6.4.22_hsjb36oqk36livlehymoenuhvu - '@storybook/core-common': 6.4.22_fdtqczkawcrswx4npptvkurkw4 + '@storybook/core': 6.4.22_hixkc433fnkmuekkyplbpgyula + '@storybook/core-common': 6.4.22_oagctitnqx3g7idiuq5vrj5arm '@storybook/csf': 0.0.2--canary.87bc651.0 '@storybook/node-logger': 6.4.22 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_nsxf7ncibhkvddkocuxjl34lwu + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.253f8c1.0_u7kjabuvawcog7hjctusduehvm '@storybook/semver': 7.3.2 '@storybook/store': 6.4.22_sfoxds7t5ydpegc3knd667wn6m '@types/webpack-env': 1.16.4 babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.17.9 + babel-plugin-named-asset-import: 0.3.8_@babel+core@7.17.10 babel-plugin-react-docgen: 4.2.1 core-js: 3.22.2 global: 4.4.0 @@ -5002,7 +5959,7 @@ packages: read-pkg-up: 7.0.1 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - typescript: 4.6.3 + typescript: 4.6.4 webpack: 4.46.0 transitivePeerDependencies: - '@storybook/builder-webpack5' @@ -5123,7 +6080,7 @@ packages: react: ^16.8.0 || ^17.0.0 dependencies: '@storybook/csf': 0.0.2--canary.87bc651.0 - '@storybook/react': 6.4.22_u3yl647matkut2lvzi4idpu42y + '@storybook/react': 6.4.22_uxdezupwrip2abj7babegcm6eu react: 17.0.2 dev: true @@ -5198,8 +6155,8 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /@sveltejs/vite-plugin-svelte/1.0.0-next.41_svelte@3.47.0: - resolution: {integrity: sha512-2kZ49mpi/YW1PIPvKaJNSSwIFgmw9QUf1+yaNa4U8yJD6AsfSHXAU3goscWbi1jfWnSg2PhvwAf+bvLCdp2F9g==} + /@sveltejs/vite-plugin-svelte/1.0.0-next.42_svelte@3.48.0: + resolution: {integrity: sha512-I8ILzfjVQuOkl6eDHif6/QJhOEBnsA40u6/0RDWK0mujwOr+MfWCWEZEnrTKqa6YIVMO+uktfoknu61chbAIeg==} engines: {node: ^14.13.1 || >= 16} peerDependencies: diff-match-patch: ^1.0.5 @@ -5213,8 +6170,8 @@ packages: debug: 4.3.4 kleur: 4.1.4 magic-string: 0.26.1 - svelte: 3.47.0 - svelte-hmr: 0.14.11_svelte@3.47.0 + svelte: 3.48.0 + svelte-hmr: 0.14.11_svelte@3.48.0 transitivePeerDependencies: - supports-color dev: true @@ -5324,14 +6281,14 @@ packages: react-dom: 18.0.0_react@18.0.0 dev: true - /@testing-library/svelte/3.1.1_svelte@3.47.0: + /@testing-library/svelte/3.1.1_svelte@3.48.0: resolution: {integrity: sha512-JM0MwtUCbL13CkdosivF5So5s7Y1cGTrrIGTNUOy4vq+quCvHTiFkHLRsUuOyFhGG3fXT6lhCzX30ichG+AlHA==} engines: {node: '>= 8'} peerDependencies: svelte: 3.x dependencies: '@testing-library/dom': 8.13.0 - svelte: 3.47.0 + svelte: 3.48.0 dev: true /@testing-library/user-event/13.5.0: @@ -5474,13 +6431,13 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 3.0.5 - '@types/node': 17.0.26 + '@types/node': 17.0.31 dev: true /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 17.0.26 + '@types/node': 17.0.31 dev: true /@types/hast/2.3.4: @@ -5575,7 +6532,7 @@ packages: /@types/node-fetch/2.6.1: resolution: {integrity: sha512-oMqjURCaxoSIsHSr1E47QHzbmzNR5rK8McHuNb11BOM9cHcIK3Avy0s/b2JlXHoQGTYS3NsvWzV1M0iK7l0wbA==} dependencies: - '@types/node': 14.18.14 + '@types/node': 17.0.31 form-data: 3.0.1 dev: true @@ -5591,10 +6548,6 @@ packages: resolution: {integrity: sha512-UxDxWn7dl97rKVeVS61vErvw086aCYhDLyvRQZ5Rk65rZKepaFdm53GeqXaKBuOhED4e9uWq34IC3TdSdJJ2Gw==} dev: true - /@types/node/17.0.26: - resolution: {integrity: sha512-z/FG/6DUO7pnze3AE3TBGIjGGKkvCcGcWINe1C7cADY8hKLJPDYpzsNE37uExQ4md5RFtTCvg+M8Mu1Enyeg2A==} - dev: true - /@types/node/17.0.31: resolution: {integrity: sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==} dev: true @@ -5651,6 +6604,12 @@ packages: '@types/react': 17.0.44 dev: true + /@types/react-dom/17.0.16: + resolution: {integrity: sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==} + dependencies: + '@types/react': 17.0.44 + dev: true + /@types/react-dom/18.0.2: resolution: {integrity: sha512-UxeS+Wtj5bvLRREz9tIgsK4ntCuLDo0EcAcACgw3E+9wE8ePDr9uQpq53MfcyxyIS55xJ+0B6mDS8c4qkkHLBg==} dependencies: @@ -5713,7 +6672,7 @@ packages: /@types/set-cookie-parser/2.4.2: resolution: {integrity: sha512-fBZgytwhYAUkj/jC/FAV4RQ5EerRup1YQsXQCh8rZfiHkc4UahC192oH0smGwsXol3cL3A5oETuAHeQHmhXM4w==} dependencies: - '@types/node': 17.0.26 + '@types/node': 17.0.31 dev: true /@types/sinonjs__fake-timers/8.1.1: @@ -5772,7 +6731,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 14.18.14 + '@types/node': 17.0.31 '@types/source-list-map': 0.1.2 source-map: 0.7.3 dev: true @@ -5780,7 +6739,7 @@ packages: /@types/webpack/4.41.32: resolution: {integrity: sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==} dependencies: - '@types/node': 14.18.14 + '@types/node': 17.0.31 '@types/tapable': 1.0.8 '@types/uglify-js': 3.13.2 '@types/webpack-sources': 3.2.0 @@ -5942,23 +6901,6 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@unocss/cli/0.31.15: - resolution: {integrity: sha512-9mjedPD4band89h3mO2ZV2ybJX02wo5Dz5STrvBkOpoO26pEmMlN2AOfFZS2dPw3B+rb1C45eWaNVEwdIbx3BA==} - engines: {node: '>=14'} - hasBin: true - dependencies: - '@unocss/config': 0.31.15 - '@unocss/core': 0.31.15 - '@unocss/preset-uno': 0.31.15 - cac: 6.7.12 - chokidar: 3.5.3 - colorette: 2.0.16 - consola: 2.15.3 - fast-glob: 3.2.11 - pathe: 0.2.0 - perfect-debounce: 0.1.3 - dev: true - /@unocss/cli/0.32.9: resolution: {integrity: sha512-lHqq7wCI7Q7yWbDyGB4W4BMsr9m4U+HIu9/18Vn4N7eqr0wog5tUTaea2c0ErJYH8LVXvqMmvbib1Kq/KrbRaA==} engines: {node: '>=14'} @@ -5976,14 +6918,6 @@ packages: perfect-debounce: 0.1.3 dev: true - /@unocss/config/0.31.15: - resolution: {integrity: sha512-0iJcSOL1s1hjGbtrVetQbxA/ymEM9akPe+BJeJLE6fb1ufilNtVC9wATMutkiZu9E2QNO05NrawCvJQc0us75A==} - engines: {node: '>=14'} - dependencies: - '@unocss/core': 0.31.15 - unconfig: 0.3.3 - dev: true - /@unocss/config/0.32.9: resolution: {integrity: sha512-AXZS+AjZzObyPtFK02esDAEaCu6D3FeR8qv+IQ1lGBMe0jGws8lQlduV/ey59HEzoRPxaIi3ziQ6FlxL4wiZ/g==} engines: {node: '>=14'} @@ -5992,21 +6926,10 @@ packages: unconfig: 0.3.3 dev: true - /@unocss/core/0.31.15: - resolution: {integrity: sha512-vJsQ7oVMAZJI5wD6QDbxuY3RpZ67ch/n9IiTp9HxqpvdxaK6ToKNsEUQVXhMjI/zNnmxNNuJ+29XIV+NyPkikw==} - dev: true - /@unocss/core/0.32.9: resolution: {integrity: sha512-tnKMbe3hGFaMyVCiK5kw4rVEENNJ/XZHOy1SQ+WVobLv4K6zAxXdqeQ3DiNvzzHnEzAFX6ddp4zx975sTJ74ZQ==} dev: true - /@unocss/inspector/0.31.15: - resolution: {integrity: sha512-ltLAWd3dtK3esEiB1Sib8VUJqHhE4HjqIZCEwOsE3fuNnM3tRHknW0wUeMc2bxXpCfKFvPIR51bsNPumrxR1gg==} - dependencies: - gzip-size: 6.0.0 - sirv: 2.0.2 - dev: true - /@unocss/inspector/0.32.9: resolution: {integrity: sha512-dSjAWTkxkyOU48+mroF3hbxVm8SxNtx57HkT/j2nuZoX3F3tVVEi+5xHwiIKeDO4h0oR8zpbzWCK6NkhtdTEsw==} dependencies: @@ -6014,27 +6937,12 @@ packages: sirv: 2.0.2 dev: true - /@unocss/preset-attributify/0.31.15: - resolution: {integrity: sha512-kzoalhR+hXGl8JfACTwWHdjxRHmtk6SvMENOvLyqn+oXUev5uIBTQKfjb2k4wdyhAO0TOznL1itx5k98LKMtpg==} - dependencies: - '@unocss/core': 0.31.15 - dev: true - /@unocss/preset-attributify/0.32.9: resolution: {integrity: sha512-a2GwHj9ukh1WhhrXHfOQyOCDPYAwg8JVJKwn9EAOdOSb1xNw0LtWF+y90/wZqab7eAZbWwsxb7S8Ja32w7MwLg==} dependencies: '@unocss/core': 0.32.9 dev: true - /@unocss/preset-icons/0.31.15: - resolution: {integrity: sha512-NC8lUtv3UEsdmDSBdjwDay2erWb6niFeoVoEp6SrqZ3sQkIju114EB15JEq5E7Uq9A0O9JbAQF0sYCslNfs0OA==} - dependencies: - '@iconify/utils': 1.0.32 - '@unocss/core': 0.31.15 - transitivePeerDependencies: - - supports-color - dev: true - /@unocss/preset-icons/0.32.9: resolution: {integrity: sha512-ccYMPNYQ1nCR3Exe7GoWuW2upP/1wHTyI0zxFQuWI8Pfs3umHsRFnjkDd2J55svK2EmQi0wmVvh9nNu0d63qdQ==} dependencies: @@ -6044,38 +6952,18 @@ packages: - supports-color dev: true - /@unocss/preset-mini/0.31.15: - resolution: {integrity: sha512-23Rf2tvJx1+3BzJvUpFApmNV8s/dh7uL52i3RZWF4XL2bzZaiwvrhcXETerh746+eBtw0d2CoE0c5FsMwZjZKQ==} - dependencies: - '@unocss/core': 0.31.15 - dev: true - /@unocss/preset-mini/0.32.9: resolution: {integrity: sha512-AXuY4tQMbESzLwgIPPCspC5lppoJ1P7Qhrc/1tdDEb4+11ryTeLyb3yQZgL7HQ1YKKxS0i1hVV5f2x8eNEe2Pg==} dependencies: '@unocss/core': 0.32.9 dev: true - /@unocss/preset-typography/0.31.15: - resolution: {integrity: sha512-ON8ucBZKNjBthTz230LwgXZzvpJFufwQXgcw1HZccensGNpNtuKYS11530Ds0KEfCNx/i4y4KYbKwRtXGSnwsw==} - dependencies: - '@unocss/core': 0.31.15 - dev: true - /@unocss/preset-typography/0.32.9: resolution: {integrity: sha512-j4aUsl56HSnMZHVjnNl+BQRpWef2NiCiEMADzFrwrw+YvFj4WsMAQITnAMW5i5LXKM8WPYuLEmc3dStuIKnK5w==} dependencies: '@unocss/core': 0.32.9 dev: true - /@unocss/preset-uno/0.31.15: - resolution: {integrity: sha512-SA9wdhuaaoLVeL7VrorEymegBrz2Mr3aWYY6Wg0zSHQD8b9yB8Kq/U22zhWM8cLCjE9+uhhlRs76xWZaaZH4FQ==} - dependencies: - '@unocss/core': 0.31.15 - '@unocss/preset-mini': 0.31.15 - '@unocss/preset-wind': 0.31.15 - dev: true - /@unocss/preset-uno/0.32.9: resolution: {integrity: sha512-pTp6HDGn//zhoX05+7B96K9jyR2OpGPLT4pfMatu1ipjyIr6hT8pB3NjXQe26N+VAoLlyckQmAD1rB/gvVaWMw==} dependencies: @@ -6084,15 +6972,6 @@ packages: '@unocss/preset-wind': 0.32.9 dev: true - /@unocss/preset-web-fonts/0.31.15: - resolution: {integrity: sha512-aXVYUVjUxnPn6eswr/qH7rBXvE3+YVazejx1uOdbQgcYzqNr3ScDLFP/2Hah4Idup6Hb6W4bF1/CnLKARhikvA==} - dependencies: - '@unocss/core': 0.31.15 - axios: 0.26.1 - transitivePeerDependencies: - - debug - dev: true - /@unocss/preset-web-fonts/0.32.9: resolution: {integrity: sha512-XruDgt/sD4DpJsN45qSBSdJ2NGfmItGqWbKtrErxDghbEYQdkIyZBrKn+4dzjs2qe4aOTtWzzRx5+fBlHFc5rg==} dependencies: @@ -6100,13 +6979,6 @@ packages: ohmyfetch: 0.4.16 dev: true - /@unocss/preset-wind/0.31.15: - resolution: {integrity: sha512-MqbNWpg3NRfY8K+WIgIGEISSRkBINTN42gGqaOo7cVXyEJpyhWYqaa49xHSC8QXNuox7MmQ0qOc3k9gbkh9KLw==} - dependencies: - '@unocss/core': 0.31.15 - '@unocss/preset-mini': 0.31.15 - dev: true - /@unocss/preset-wind/0.32.9: resolution: {integrity: sha512-wnbVU/rpMrONowCMC9XTXSo34CuSGST6nje/PXyGssdHOHRaC4DcOM2tznJ2Ol0QlhmJ3n6gq/JbSTO0PRp9bQ==} dependencies: @@ -6114,29 +6986,14 @@ packages: '@unocss/preset-mini': 0.32.9 dev: true - /@unocss/reset/0.31.15: - resolution: {integrity: sha512-17u3aSCHm5uX3Eq0uKt/wVyiJw2YRw9achXBackF0V89yT91gb2K4s33/qmp0mgU6k4545woaDj+fddqusegPg==} - dev: true - /@unocss/reset/0.32.9: resolution: {integrity: sha512-H7MVOCmlDc78hl7nb1Ct+Sa1Hp2wtiO5qLhkHAvd3sB0R0l8kccBDTU7RcGpBD1Vq4QspCadFM5zjLScndyp5A==} dev: true - /@unocss/scope/0.31.15: - resolution: {integrity: sha512-Pi5Pzq3WiZELCMT0iJCtW759QJAv1WA7IaSKiTeFsGrdCH5u1LK9UJKFfc0R8spQAy4nQBASGAZlNgWnJtsbyQ==} - dev: true - /@unocss/scope/0.32.9: resolution: {integrity: sha512-Mv2jFxGuV369Zn3rLb/cKQp/yyw7IVp0TrSd3j7Q3WUTqqg2zjKxXcRGs3EVHtfJV0YC6LxGc1HA7iwH5voAQQ==} dev: true - /@unocss/transformer-directives/0.31.15: - resolution: {integrity: sha512-ShrDLZ9u1cegTD9xW7dwZyH3ANd10sZAbnFM/C6peyTZX+6ULxUAB3DMLybiUwxA/h2/8eYlFBAQdsz3wNjZpQ==} - dependencies: - '@unocss/core': 0.31.15 - css-tree: 2.1.0 - dev: true - /@unocss/transformer-directives/0.32.9: resolution: {integrity: sha512-1R1lknyQDzeI3dxnAtjQ6oSB6eYVoGXvY5Lo7g8jwOvxkso7DcqG/Evq9KGOj97QWz0Ez/Z7uKQuUXDZdV/11w==} dependencies: @@ -6144,32 +7001,12 @@ packages: css-tree: 2.1.0 dev: true - /@unocss/transformer-variant-group/0.31.15: - resolution: {integrity: sha512-JldgzlcmIcJON5/ASW/EtZGx31WKykNNguSOUPdnAjG0OvNVcTA9BUYm+1QGBvkLcrICNaQ0oR+ImWvACRgrMg==} - dependencies: - '@unocss/core': 0.31.15 - dev: true - /@unocss/transformer-variant-group/0.32.9: resolution: {integrity: sha512-qA6sQZ+U/I4wmPcddfY9/YbesvNdsavY0SBYjnqutjMjf01+1lDfIpn2g01iYR/tdj4sP00mAkigOSXvpjbaOg==} dependencies: '@unocss/core': 0.32.9 dev: true - /@unocss/vite/0.31.15: - resolution: {integrity: sha512-brMV0U9m3GwoiztF8IYIwrG7CA1ibAUdhaQ3gjTq/bttIEDGLyJK6iWRVlm9L2eqoxfnU1AjTepFGKUApgBvoQ==} - peerDependencies: - vite: ^2.9.0 - dependencies: - '@rollup/pluginutils': 4.2.1 - '@unocss/config': 0.31.15 - '@unocss/core': 0.31.15 - '@unocss/inspector': 0.31.15 - '@unocss/scope': 0.31.15 - '@unocss/transformer-directives': 0.31.15 - magic-string: 0.26.1 - dev: true - /@unocss/vite/0.32.9: resolution: {integrity: sha512-CE2Dt+pr3gQckvyu1lnqANkALQOPohn1HVir/lYQmd0gGd6l6nr+kL8WrLezqHkhuiJ+DZGq+OFZfs4a32TVBA==} peerDependencies: @@ -6200,6 +7037,22 @@ packages: - supports-color dev: true + /@vitejs/plugin-react/1.3.2: + resolution: {integrity: sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==} + engines: {node: '>=12.0.0'} + dependencies: + '@babel/core': 7.17.10 + '@babel/plugin-transform-react-jsx': 7.17.3_@babel+core@7.17.10 + '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-react-jsx-self': 7.16.7_@babel+core@7.17.10 + '@babel/plugin-transform-react-jsx-source': 7.16.7_@babel+core@7.17.10 + '@rollup/pluginutils': 4.2.1 + react-refresh: 0.13.0 + resolve: 1.22.0 + transitivePeerDependencies: + - supports-color + dev: true + /@vitejs/plugin-vue-jsx/1.3.10: resolution: {integrity: sha512-Cf5zznh4yNMiEMBfTOztaDVDmK1XXfgxClzOSUVUc8WAmHzogrCUeM8B05ABzuGtg0D1amfng+mUmSIOFGP3Pw==} engines: {node: '>=12.0.0'} @@ -7176,29 +8029,30 @@ packages: follow-redirects: 1.14.9 transitivePeerDependencies: - debug + dev: false - /babel-loader/8.2.5_@babel+core@7.17.9: + /babel-loader/8.2.5_@babel+core@7.17.10: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 schema-utils: 2.7.1 dev: true - /babel-loader/8.2.5_lgfes7hlvohbl3uptzldef4omm: + /babel-loader/8.2.5_usdhdj5awexcm2e5jtwd44bofa: resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -7260,12 +8114,12 @@ packages: - supports-color dev: true - /babel-plugin-jsx-dom-expressions/0.32.17_@babel+core@7.17.9: + /babel-plugin-jsx-dom-expressions/0.32.17_@babel+core@7.17.10: resolution: {integrity: sha512-S3VLVh4zBsyWqNhMQq/Kof/sxULKZXaIhiNEy8Iy7XlpMXY4rpJ6XYtRVFtN/2+OnH+tyGDpZRWflvwqbuZxmA==} dependencies: '@babel/helper-module-imports': 7.16.0 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.9 - '@babel/types': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10 + '@babel/types': 7.17.10 html-entities: 2.3.2 transitivePeerDependencies: - '@babel/core' @@ -7287,12 +8141,25 @@ packages: resolve: 1.22.0 dev: true - /babel-plugin-named-asset-import/0.3.8_@babel+core@7.17.9: + /babel-plugin-named-asset-import/0.3.8_@babel+core@7.17.10: resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: '@babel/core': ^7.1.0 dependencies: - '@babel/core': 7.17.9 + '@babel/core': 7.17.10 + dev: true + + /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.10: + resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.17.10 + '@babel/core': 7.17.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color dev: true /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.17.9: @@ -7300,7 +8167,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.17.7 + '@babel/compat-data': 7.17.10 '@babel/core': 7.17.9 '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.9 semver: 6.3.0 @@ -7308,13 +8175,25 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.17.9: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.17.10: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.17.9 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.17.10 + core-js-compat: 3.22.2 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.17.10: + resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10 core-js-compat: 3.22.2 transitivePeerDependencies: - supports-color @@ -7332,6 +8211,17 @@ packages: - supports-color dev: true + /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.10: + resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.17.10 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.17.10 + transitivePeerDependencies: + - supports-color + dev: true + /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.17.9: resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} peerDependencies: @@ -7357,10 +8247,10 @@ packages: resolution: {integrity: sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=} dev: true - /babel-preset-solid/1.3.17_@babel+core@7.17.9: + /babel-preset-solid/1.3.17_@babel+core@7.17.10: resolution: {integrity: sha512-3lBNUtDj9SkEuO+sJCUlSkW7s8U/yhPJIxmRlXauSMOcGHgeOMu3omx//C9Fnz0DajG3fgSBeQLl7nhy5tS+dA==} dependencies: - babel-plugin-jsx-dom-expressions: 0.32.17_@babel+core@7.17.9 + babel-plugin-jsx-dom-expressions: 0.32.17_@babel+core@7.17.10 transitivePeerDependencies: - '@babel/core' dev: true @@ -10216,8 +11106,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.17.9 - '@babel/types': 7.17.0 + '@babel/traverse': 7.17.10 + '@babel/types': 7.17.10 c8: 7.11.2 transitivePeerDependencies: - supports-color @@ -10721,6 +11611,7 @@ packages: peerDependenciesMeta: debug: optional: true + dev: false /for-in/1.0.2: resolution: {integrity: sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=} @@ -10756,7 +11647,7 @@ packages: worker-rpc: 0.1.1 dev: true - /fork-ts-checker-webpack-plugin/6.5.1_nsxf7ncibhkvddkocuxjl34lwu: + /fork-ts-checker-webpack-plugin/6.5.1_u7kjabuvawcog7hjctusduehvm: resolution: {integrity: sha512-x1wumpHOEf4gDROmKTaB6i4/Q6H3LwmjVO7fIX47vBwlZbtPjU33hgoMuD/Q/y6SU8bnuYSoN6ZQOLshGp0T/g==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -10783,7 +11674,7 @@ packages: schema-utils: 2.7.0 semver: 7.3.7 tapable: 1.1.3 - typescript: 4.6.3 + typescript: 4.6.4 webpack: 4.46.0 dev: true @@ -11214,19 +12105,25 @@ packages: tslib: 2.4.0 dev: false - /graphql-tag/2.12.6_graphql@16.3.0: + /graphql-tag/2.12.6_graphql@16.4.0: resolution: {integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==} engines: {node: '>=10'} peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - graphql: 16.3.0 + graphql: 16.4.0 tslib: 2.4.0 dev: false /graphql/16.3.0: resolution: {integrity: sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==} engines: {node: ^12.22.0 || ^14.16.0 || >=16.0.0} + dev: true + + /graphql/16.4.0: + resolution: {integrity: sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==} + engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} + dev: false /gzip-size/6.0.0: resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} @@ -11776,7 +12673,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: ansi-escapes: 4.3.2 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-width: 3.0.0 external-editor: 3.1.0 @@ -12298,8 +13195,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.17.9 - '@babel/parser': 7.17.9 + '@babel/core': 7.17.10 + '@babel/parser': 7.17.10 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -12367,7 +13264,7 @@ packages: dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.5 - '@types/node': 17.0.26 + '@types/node': 17.0.31 anymatch: 3.1.2 fb-watchman: 2.0.1 graceful-fs: 4.2.10 @@ -12401,7 +13298,7 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 17.0.26 + '@types/node': 17.0.31 graceful-fs: 4.2.10 dev: true @@ -12410,7 +13307,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 17.0.26 + '@types/node': 17.0.31 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -12421,7 +13318,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 17.0.26 + '@types/node': 17.0.31 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -12788,8 +13685,8 @@ packages: '@types/trusted-types': 2.0.2 dev: false - /lit/2.2.2: - resolution: {integrity: sha512-eN3+2QRHn/erxYB88AXiiRgQA6RltE9MhzySCwX+ACOxA/MLWN3VdXvcbZD9PN09zmUwlgzDvW3T84YWj2Sa0A==} + /lit/2.2.3: + resolution: {integrity: sha512-5/v+r9dH3Pw/o0rhp/qYk3ERvOUclNF31bWb0FiW6MPgwdQIr+/KCt/p3zcd8aPl8lIGnxdGrVcZA+gWS6oFOQ==} dependencies: '@lit/reactive-element': 1.3.1 lit-element: 3.2.0 @@ -13700,7 +14597,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /notistack/2.0.4_a32v3b6h7lqcvgkg7d2cmuh6qu: + /notistack/2.0.4_udzxwwnbdmb3fntj5kb5hemvo4: resolution: {integrity: sha512-kOJmKvTG91ElMzi4aHu82BDe1liQ0zMrBp+TnWJptgowDsTbeTKbZmsRqJNIj145BmlOtZsEE9xjcrN46zVo3w==} peerDependencies: '@emotion/react': ^11.4.1 @@ -13716,7 +14613,7 @@ packages: dependencies: '@emotion/react': 11.9.0_react@17.0.2 '@emotion/styled': 11.8.1_qy3iey4iudt25gp34xnq4xoic4 - '@mui/material': 5.6.2_rikzftoujo3cmwul4lespwcm6i + '@mui/material': 5.6.4_rikzftoujo3cmwul4lespwcm6i clsx: 1.1.1 hoist-non-react-statics: 3.3.2 react: 17.0.2 @@ -13976,7 +14873,7 @@ packages: engines: {node: '>=10'} dependencies: bl: 4.1.0 - chalk: 4.1.1 + chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 is-interactive: 1.0.0 @@ -14413,11 +15310,11 @@ packages: engines: {node: '>=4'} dev: true - /pnp-webpack-plugin/1.6.4_typescript@4.6.3: + /pnp-webpack-plugin/1.6.4_typescript@4.6.4: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.6.3 + ts-pnp: 1.2.0_typescript@4.6.4 transitivePeerDependencies: - typescript dev: true @@ -14909,12 +15806,12 @@ packages: react-dom: 17.0.2_react@17.0.2 dev: true - /react-docgen-typescript/2.2.2_typescript@4.6.3: + /react-docgen-typescript/2.2.2_typescript@4.6.4: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.6.3 + typescript: 4.6.4 dev: true /react-docgen/5.4.0: @@ -14922,8 +15819,8 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.17.9 - '@babel/generator': 7.17.9 + '@babel/core': 7.17.10 + '@babel/generator': 7.17.10 '@babel/runtime': 7.17.9 ast-types: 0.14.2 commander: 2.20.3 @@ -14941,8 +15838,8 @@ packages: engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@babel/core': 7.17.9 - '@babel/generator': 7.17.9 + '@babel/core': 7.17.10 + '@babel/generator': 7.17.10 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -15076,8 +15973,8 @@ packages: warning: 4.0.3 dev: true - /react-query/3.38.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-VRbCTRrDfC5FsB70+JfZuxFRv9SAvkZ1h36MsN8+QaDN+NWB6s1vJndqpoLQnJqN0COTG2zsInMq0KFdYze6TA==} + /react-query/3.38.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-CM9hsz6oib17hsBguGaMJr+a0swMzou2gvNHHjAusnXvkfTx6CTzx0Iwuplox1jI2j3WiY91BGrcIN6bp1n1Iw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: '*' @@ -15105,6 +16002,11 @@ packages: engines: {node: '>=0.10.0'} dev: true + /react-refresh/0.13.0: + resolution: {integrity: sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==} + engines: {node: '>=0.10.0'} + dev: true + /react-resize-detector/6.7.8_sfoxds7t5ydpegc3knd667wn6m: resolution: {integrity: sha512-0FaEcUBAbn+pq3PT5a9hHRebUfuS1SRLGLpIw8LydU7zX429I6XJgKerKAMPsJH0qWAl6o5bVKNqFJqr6tGPYw==} peerDependencies: @@ -16180,9 +17082,9 @@ packages: peerDependencies: solid-js: ^1.3.0 dependencies: - '@babel/generator': 7.17.9 + '@babel/generator': 7.17.10 '@babel/helper-module-imports': 7.16.7 - '@babel/types': 7.17.0 + '@babel/types': 7.17.10 solid-js: 1.3.17 dev: true @@ -16215,9 +17117,9 @@ packages: solid-meta: ^0.27.2 vite: ^2.8.6 dependencies: - '@babel/core': 7.17.9 - '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.9 - '@babel/preset-typescript': 7.16.7_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/plugin-syntax-jsx': 7.16.7_@babel+core@7.17.10 + '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 chokidar: 3.5.3 compression: 1.7.4 connect: 3.7.0 @@ -16744,17 +17646,17 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /svelte-hmr/0.14.11_svelte@3.47.0: + /svelte-hmr/0.14.11_svelte@3.48.0: resolution: {integrity: sha512-R9CVfX6DXxW1Kn45Jtmx+yUe+sPhrbYSUp7TkzbW0jI5fVPn6lsNG9NEs5dFg5qRhFNAoVdRw5qQDLALNKhwbQ==} engines: {node: ^12.20 || ^14.13.1 || >= 16} peerDependencies: svelte: '>=3.19.0' dependencies: - svelte: 3.47.0 + svelte: 3.48.0 dev: true - /svelte/3.47.0: - resolution: {integrity: sha512-4JaJp3HEoTCGARRWZQIZDUanhYv0iyoHikklVHVLH9xFE9db22g4TDv7CPeNA8HD1JgjXI1vlhR1JZvvhaTu2Q==} + /svelte/3.48.0: + resolution: {integrity: sha512-fN2YRm/bGumvjUpu6yI3BpvZnpIm9I6A7HR4oUNYd7ggYyIwSA/BX7DJ+UXXffLp6XNcUijyLvttbPVCYa/3xQ==} engines: {node: '>= 8'} dev: true @@ -17135,14 +18037,14 @@ packages: resolution: {integrity: sha512-2RpGIE0YVW6blKY756MP74czemC9x4XThhNCxq0A14Owm3ac8tZvigPbpZyZZQSyfOc7Qba5kG5xKBq74ihZfA==} dev: true - /ts-invariant/0.9.4: - resolution: {integrity: sha512-63jtX/ZSwnUNi/WhXjnK8kz4cHHpYS60AnmA6ixz17l7E12a5puCWFlNpkne5Rl0J8TBPVHpGjsj4fxs8ObVLQ==} + /ts-invariant/0.10.1: + resolution: {integrity: sha512-dOmY3naALBtNyK+nrVGzD8DVxSJ9OIHragItZ3XvxGORNAZL6uszgQYaD3PW+TPh2NWNsOpuQUxznuvTkmcdqw==} engines: {node: '>=8'} dependencies: tslib: 2.4.0 dev: false - /ts-pnp/1.2.0_typescript@4.6.3: + /ts-pnp/1.2.0_typescript@4.6.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -17151,7 +18053,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.6.3 + typescript: 4.6.4 dev: true /ts-toolbelt/9.6.0: @@ -17486,29 +18388,6 @@ packages: detect-node: 2.1.0 dev: false - /unocss/0.31.15: - resolution: {integrity: sha512-Kq22PNWB7ncYOFmR/AGGEdq6xA+hT+DYLkWBy4Rp2yBsxY6RHOZgdKd/+2SktGSmSObqx6nJI/q5RDlIrrNOnQ==} - engines: {node: '>=14'} - dependencies: - '@unocss/cli': 0.31.15 - '@unocss/core': 0.31.15 - '@unocss/preset-attributify': 0.31.15 - '@unocss/preset-icons': 0.31.15 - '@unocss/preset-mini': 0.31.15 - '@unocss/preset-typography': 0.31.15 - '@unocss/preset-uno': 0.31.15 - '@unocss/preset-web-fonts': 0.31.15 - '@unocss/preset-wind': 0.31.15 - '@unocss/reset': 0.31.15 - '@unocss/transformer-directives': 0.31.15 - '@unocss/transformer-variant-group': 0.31.15 - '@unocss/vite': 0.31.15 - transitivePeerDependencies: - - debug - - supports-color - - vite - dev: true - /unocss/0.32.9: resolution: {integrity: sha512-1o9CYWcw+KsNauoMTs9vDFA5hYWKkRnFsxNJ0oEiFuFZBlAdGItsokiUnaaOQ8Ue38WfD4jn4j3v2f47GXdL3g==} engines: {node: '>=14'} @@ -17778,6 +18657,14 @@ packages: use-isomorphic-layout-effect: 1.1.2_zdsfwtvwq54q3oqxwtq4jnbhh4 dev: true + /use-sync-external-store/1.1.0_react@17.0.2: + resolution: {integrity: sha512-SEnieB2FPKEVne66NpXPd1Np4R1lTNKfjuy3XdIoPQKYBAFdzbzSZlSn1KJZUiihQLQC5Znot4SBz1EOTBwQAQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 17.0.2 + dev: false + /use/3.1.1: resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} engines: {node: '>=0.10.0'} @@ -17991,9 +18878,9 @@ packages: /vite-plugin-solid/2.2.6: resolution: {integrity: sha512-J1RnmqkZZJSNYDW7vZj0giKKHLWGr9tS/gxR70WDSTYfhyXrgukbZdIfSEFbtrsg8ZiQ2t2zXcvkWoeefenqKw==} dependencies: - '@babel/core': 7.17.9 - '@babel/preset-typescript': 7.16.7_@babel+core@7.17.9 - babel-preset-solid: 1.3.17_@babel+core@7.17.9 + '@babel/core': 7.17.10 + '@babel/preset-typescript': 7.16.7_@babel+core@7.17.10 + babel-preset-solid: 1.3.17_@babel+core@7.17.10 merge-anything: 5.0.2 solid-js: 1.3.17 solid-refresh: 0.4.0_solid-js@1.3.17