From 94e5a569526500e7db7878f875d0164ea1223a7a Mon Sep 17 00:00:00 2001 From: rossneilson Date: Wed, 15 Feb 2023 13:33:11 +0900 Subject: [PATCH 01/21] feat: Hiding subgraph in 3.0 since it doesnt yet work --- apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx | 4 ---- apps/dxdao-contracts | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx b/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx index ddc5dc77..892be139 100644 --- a/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx +++ b/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx @@ -3,8 +3,6 @@ import GuildSidebarWrapper from 'Modules/Guilds/Wrappers/GuildSidebarWrapper'; import { AllDiscussions } from '../AllDiscussions'; import { AllProposals } from '../AllProposals'; import { Governance } from '../Governance'; -import { MembersPage } from '../Members'; -import { PermissionsPage } from '../Permissions'; import { Treasury } from '../Treasury'; import { PageContainer, PageContent, SidebarContent } from './Guilds.styled'; @@ -34,8 +32,6 @@ const GuildsPage: React.FC = ({ {pageContent === 'allDiscussions' && ( )} - {pageContent === 'members' && } - {pageContent === 'permissions' && } {pageContent === 'treasury' && } diff --git a/apps/dxdao-contracts b/apps/dxdao-contracts index 45b66020..4e5e82a4 160000 --- a/apps/dxdao-contracts +++ b/apps/dxdao-contracts @@ -1 +1 @@ -Subproject commit 45b660205c05d18d85a74cb25d58345a6f88c53a +Subproject commit 4e5e82a4ad0fb8643a4f23e9c17ab2b9813f7dc0 From 54255940bbb23c4db07af77a8f99dd8b6a6c4ef9 Mon Sep 17 00:00:00 2001 From: rossneilson Date: Wed, 15 Feb 2023 13:57:21 +0900 Subject: [PATCH 02/21] fix: tests and actually removing sidebar items --- apps/davi/package.json | 4 +- .../components/GuildSidebar/GuildSidebar.tsx | 10 ----- .../__snapshots__/GuildSidebar.test.tsx.snap | 40 ------------------- 3 files changed, 2 insertions(+), 52 deletions(-) diff --git a/apps/davi/package.json b/apps/davi/package.json index 9a7319bd..216e2779 100644 --- a/apps/davi/package.json +++ b/apps/davi/package.json @@ -82,8 +82,8 @@ "ethers": "^5.7.2", "git-revision-webpack-plugin": "^3.0.6", "graphql": "^16.6.0", - "hardhat": "^2.9.1", - "hardhat-dependency-compiler": "^1.1.2", + "hardhat": "^2.12.7", + "hardhat-dependency-compiler": "^1.1.3", "highlight.js": "^11.6.0", "i18next": "^21.6.16", "i18next-browser-languagedetector": "^7.0.1", diff --git a/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx b/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx index e58f4e53..eefd0661 100644 --- a/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx +++ b/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx @@ -91,16 +91,6 @@ export const GuildSidebar: React.FC = ({ {t('discussions.allDiscussions')} - - - {t('members.members')} - - - - - {t('actionBuilder.permissions.permissions')} - - {t('treasury.treasury')} diff --git a/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap b/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap index 57ff251b..ae018a8f 100644 --- a/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap +++ b/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap @@ -300,26 +300,6 @@ exports[`GuildSidebar Should render with data 1`] = ` discussions.allDiscussions - -
- members.members -
-
- -
- actionBuilder.permissions.permissions -
-
- -
- members.members -
-
- -
- actionBuilder.permissions.permissions -
-
Date: Wed, 15 Feb 2023 13:59:18 +0900 Subject: [PATCH 03/21] fix: dependencies --- pnpm-lock.yaml | 119 +++++++++++++++++++++++++++++++++---------------- 1 file changed, 81 insertions(+), 38 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cbd5f834..63b5167f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,8 +94,8 @@ importers: ethers: ^5.7.2 git-revision-webpack-plugin: ^3.0.6 graphql: ^16.6.0 - hardhat: ^2.9.1 - hardhat-dependency-compiler: ^1.1.2 + hardhat: ^2.12.7 + hardhat-dependency-compiler: ^1.1.3 hardhat-ethernal: ^1.0.0 highlight.js: ^11.6.0 i18next: ^21.6.16 @@ -172,9 +172,9 @@ importers: '@graphql-mesh/runtime': 0.46.5_graphql@16.6.0 '@graphql-mesh/store': 0.9.5_graphql@16.6.0 '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@nomiclabs/hardhat-ethers': 2.2.1_gsql6crh4t5imixi2nhgp37drm - '@nomiclabs/hardhat-truffle5': 2.0.7_uoc6ciyj3xhodavqe55pqj6luu - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3+web3@1.8.1 + '@nomiclabs/hardhat-ethers': 2.2.1_4tzilew2vuitdwerzusliplz24 + '@nomiclabs/hardhat-truffle5': 2.0.7_ylfkboqmyk6ivwczfrdul454fu + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.1 '@orbisclub/orbis-sdk': 0.3.99 '@pnpm/merge-lockfile-changes': 4.0.3 '@tanstack/react-query': 4.20.9_biqbaboplfbrettd7655fr4n2y @@ -206,8 +206,8 @@ importers: ethers: 5.7.2 git-revision-webpack-plugin: 3.0.6 graphql: 16.6.0 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um - hardhat-dependency-compiler: 1.1.3_hardhat@2.12.3 + hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um + hardhat-dependency-compiler: 1.1.3_hardhat@2.12.7 highlight.js: 11.6.0 i18next: 21.10.0 i18next-browser-languagedetector: 7.0.1 @@ -289,7 +289,7 @@ importers: cypress-react-selector: 2.3.20 cypress-wait-until: 1.7.2 eslint: 8.30.0 - hardhat-ethernal: 1.1.1_3mpss4owsstbijogechjg2qcye + hardhat-ethernal: 1.1.1_qzf4oyn54gqjdmbv7adrb6huai jest-styled-components: 7.1.1_styled-components@5.3.6 lint-staged: 12.5.0 node-polyfill-webpack-plugin: 2.0.1_webpack@4.44.2 @@ -8229,14 +8229,14 @@ packages: hardhat: 2.12.2 dev: true - /@nomiclabs/hardhat-ethers/2.2.1_gsql6crh4t5imixi2nhgp37drm: + /@nomiclabs/hardhat-ethers/2.2.1_4tzilew2vuitdwerzusliplz24: resolution: {integrity: sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==} peerDependencies: ethers: ^5.0.0 hardhat: ^2.0.0 dependencies: ethers: 5.7.2 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um /@nomiclabs/hardhat-ethers/2.2.1_hardhat@2.12.3: resolution: {integrity: sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==} @@ -8318,20 +8318,20 @@ packages: - web3-utils dev: true - /@nomiclabs/hardhat-truffle5/2.0.7_uoc6ciyj3xhodavqe55pqj6luu: + /@nomiclabs/hardhat-truffle5/2.0.7_ylfkboqmyk6ivwczfrdul454fu: resolution: {integrity: sha512-Pw8451IUZp1bTp0QqCHCYfCHs66sCnyxPcaorapu9mfOV9xnZsVaFdtutnhNEiXdiZwbed7LFKpRsde4BjFwig==} peerDependencies: '@nomiclabs/hardhat-web3': ^2.0.0 hardhat: ^2.6.4 web3: ^1.0.0-beta.36 dependencies: - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3+web3@1.8.1 + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.1 '@nomiclabs/truffle-contract': 4.5.10_web3@1.8.1 '@types/chai': 4.3.4 chai: 4.3.7 ethereumjs-util: 7.1.5 fs-extra: 7.0.1 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um web3: 1.8.1 transitivePeerDependencies: - bufferutil @@ -8365,14 +8365,14 @@ packages: hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka dev: true - /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.3+web3@1.8.1: + /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.7+web3@1.8.1: resolution: {integrity: sha512-zt4xN+D+fKl3wW2YlTX3k9APR3XZgPkxJYf36AcliJn3oujnKEVRZaHu0PhgLjO+gR+F/kiYayo9fgd2L8970Q==} peerDependencies: hardhat: ^2.0.0 web3: ^1.0.0-beta.36 dependencies: '@types/bignumber.js': 5.0.0 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um web3: 1.8.1 dev: false @@ -10316,7 +10316,7 @@ packages: '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_webpack@4.44.2 '@storybook/node-logger': 6.5.13 '@storybook/react': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/react-docgen-typescript-plugin': 1.0.2--canary.7.324a727c65a1819f7f3ede5abc1f32d440e4530a.0_kez4q42cbkzhbdaaypir545cty + '@storybook/react-docgen-typescript-plugin': 1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_kez4q42cbkzhbdaaypir545cty '@types/babel__core': 7.1.20 babel-plugin-react-docgen: 4.2.1 pnp-webpack-plugin: 1.7.0_typescript@4.9.4 @@ -10361,8 +10361,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2--canary.7.324a727c65a1819f7f3ede5abc1f32d440e4530a.0_kez4q42cbkzhbdaaypir545cty: - resolution: {integrity: sha512-tnaT0VqSGhmMi/I880aMOToSrNd7XCr1avS/M1tk/+FDO+0GqHXo9abC5sos705ly3Hmi1FxFvHnzV/cvU1JTg==} + /@storybook/react-docgen-typescript-plugin/1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_kez4q42cbkzhbdaaypir545cty: + resolution: {integrity: sha512-QDa+qccIygDjdfg6Z/CjPWlNY5ia+oFvy8pK5XCGsNXCpTfVL8gbGa63tonCUeNxqioWLOpysUGsyHR+t4uzPg==} peerDependencies: typescript: '>= 3.x' webpack: '>= 4' @@ -13390,7 +13390,7 @@ packages: form-data-encoder: 1.7.1 formdata-node: 4.4.1 node-fetch: 2.6.8 - undici: 5.12.0 + undici: 5.19.1 web-streams-polyfill: 3.2.1 transitivePeerDependencies: - encoding @@ -13405,7 +13405,7 @@ packages: form-data-encoder: 1.7.1 formdata-node: 4.4.1 node-fetch: 2.6.8 - undici: 5.12.0 + undici: 5.19.1 web-streams-polyfill: 3.2.1 transitivePeerDependencies: - encoding @@ -13420,7 +13420,7 @@ packages: form-data-encoder: 1.7.1 formdata-node: 4.4.1 node-fetch: 2.6.8 - undici: 5.12.0 + undici: 5.19.1 urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 transitivePeerDependencies: @@ -14603,7 +14603,7 @@ packages: /axios/0.21.4_debug@4.3.4: resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.2_debug@4.3.4 transitivePeerDependencies: - debug dev: true @@ -14611,7 +14611,7 @@ packages: /axios/0.26.1: resolution: {integrity: sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==} dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.2_debug@4.3.4 transitivePeerDependencies: - debug dev: true @@ -14619,7 +14619,7 @@ packages: /axios/0.27.2_debug@4.3.4: resolution: {integrity: sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==} dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.2_debug@4.3.4 form-data: 4.0.0 transitivePeerDependencies: - debug @@ -14629,7 +14629,7 @@ packages: /axios/1.1.3: resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==} dependencies: - follow-redirects: 1.15.2 + follow-redirects: 1.15.2_debug@4.3.4 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -19280,9 +19280,9 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: debug: 4.3.4 - native-fetch: 4.0.2_undici@5.12.0 + native-fetch: 4.0.2_undici@5.19.1 receptacle: 1.3.2 - undici: 5.12.0 + undici: 5.19.1 transitivePeerDependencies: - supports-color dev: false @@ -22522,6 +22522,7 @@ packages: peerDependenciesMeta: debug: optional: true + dev: false /follow-redirects/1.15.2_debug@4.1.1: resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} @@ -22547,6 +22548,17 @@ packages: debug: 4.3.2 dev: true + /follow-redirects/1.15.2_debug@4.3.4: + resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + dependencies: + debug: 4.3.4 + /follow-redirects/1.5.10: resolution: {integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==} engines: {node: '>=4.0'} @@ -23641,7 +23653,17 @@ packages: peerDependencies: hardhat: ^2.0.0 dependencies: - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka + dev: true + + /hardhat-dependency-compiler/1.1.3_hardhat@2.12.7: + resolution: {integrity: sha512-bCDqsOxGST6WkbMvj4lPchYWidNSSBm5CFnkyAex1T11cGmr9otZTGl81W6f9pmrtBXbKCvr3OSuNJ6Q394sAw==} + engines: {node: '>=14.14.0'} + peerDependencies: + hardhat: ^2.0.0 + dependencies: + hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um + dev: false /hardhat-deploy/0.11.20: resolution: {integrity: sha512-6G2aFLW0mfZxY0ljDf8rxzEJkVh57gr3Eia5H2DeBIQNJh0dhBV2Y5LDq4E4J9K4Crq0DjpxGNTshEtAB9eWxA==} @@ -23672,9 +23694,23 @@ packages: hardhat: ^2.9.1 dependencies: '@firebase/firestore-types': 2.2.0 - '@nomiclabs/hardhat-ethers': 2.2.1_gsql6crh4t5imixi2nhgp37drm + '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 + firebase: 8.2.6 + hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka + transitivePeerDependencies: + - '@firebase/app-types' + dev: true + + /hardhat-ethernal/1.1.1_qzf4oyn54gqjdmbv7adrb6huai: + resolution: {integrity: sha512-I7drNE1t7+vknZzmF9jfw762XPM6SurlKBABlYbJupYgZOVjwcVBsm9qvE3+jIrS2L6T1z2hXzhU67KEF1XOCA==} + peerDependencies: + '@nomiclabs/hardhat-ethers': npm:hardhat-deploy-ethers@^0.3.0-beta.10 + hardhat: ^2.9.1 + dependencies: + '@firebase/firestore-types': 2.2.0 + '@nomiclabs/hardhat-ethers': 2.2.1_4tzilew2vuitdwerzusliplz24 firebase: 8.2.6 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um transitivePeerDependencies: - '@firebase/app-types' dev: true @@ -23831,8 +23867,8 @@ packages: - utf-8-validate dev: true - /hardhat/2.12.3_z6wznmtyb6ovnulj6iujpct7um: - resolution: {integrity: sha512-qxOvRNgQnLqRFssn5f8VP5KN3caytShU0HNeKxmPVK1Ix/0xDVhIC7JOLxG69DjOihUfmxmjqspsHbZvFj6EhQ==} + /hardhat/2.12.7_z6wznmtyb6ovnulj6iujpct7um: + resolution: {integrity: sha512-voWoN6zn5d8BOEaczSyK/1PyfdeOeI3SbGCFb36yCHTJUt6OIqLb+ZDX30VhA1UsYKzLqG7UnWl3fKJUuANc6A==} engines: {node: ^14.0.0 || ^16.0.0 || ^18.0.0} hasBin: true peerDependencies: @@ -23893,7 +23929,7 @@ packages: ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu tsort: 0.0.1 typescript: 4.9.4 - undici: 5.12.0 + undici: 5.19.1 uuid: 8.3.2 ws: 7.5.9 transitivePeerDependencies: @@ -24380,7 +24416,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.2 + follow-redirects: 1.15.2_debug@4.3.4 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -27167,7 +27203,7 @@ packages: iso-url: 1.2.1 it-stream-types: 1.0.5 uint8arrays: 4.0.3 - ws: 8.11.0 + ws: 8.12.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -30797,12 +30833,12 @@ packages: node-fetch: 2.6.8 dev: false - /native-fetch/4.0.2_undici@5.12.0: + /native-fetch/4.0.2_undici@5.19.1: resolution: {integrity: sha512-4QcVlKFtv2EYVS5MBgsGX5+NWKtbDbIECdUXDBGDMAZXq3Jkv9zf+y8iS7Ub8fEdga3GpYeazp9gauNqXHJOCg==} peerDependencies: undici: '*' dependencies: - undici: 5.12.0 + undici: 5.19.1 dev: false /natural-compare-lite/1.4.0: @@ -36460,7 +36496,7 @@ packages: dependencies: command-exists: 1.2.9 commander: 3.0.2 - follow-redirects: 1.15.2 + follow-redirects: 1.15.2_debug@4.3.4 fs-extra: 0.30.0 js-sha3: 0.8.0 memorystream: 0.3.1 @@ -38844,6 +38880,12 @@ packages: dependencies: busboy: 1.6.0 + /undici/5.19.1: + resolution: {integrity: sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==} + engines: {node: '>=12.18'} + dependencies: + busboy: 1.6.0 + /unfetch/4.2.0: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} dev: true @@ -41514,6 +41556,7 @@ packages: optional: true utf-8-validate: optional: true + dev: true /ws/8.12.0: resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} From adac7140439df99322fcd4f77115b5390c7bbd0a Mon Sep 17 00:00:00 2001 From: rossneilson Date: Wed, 15 Feb 2023 14:04:25 +0900 Subject: [PATCH 04/21] fix: Graph build --- apps/davi/src/.graphclient/index.ts | 15 -- apps/davi/src/.graphclient/schema.graphql | 10 -- .../introspectionSchema.ts | 156 ------------------ .../dxgov-guild-subgraph/schema.graphql | 10 -- .../sources/dxgov-guild-subgraph/types.ts | 10 -- 5 files changed, 201 deletions(-) diff --git a/apps/davi/src/.graphclient/index.ts b/apps/davi/src/.graphclient/index.ts index e9f88c5a..6852fe18 100644 --- a/apps/davi/src/.graphclient/index.ts +++ b/apps/davi/src/.graphclient/index.ts @@ -768,7 +768,6 @@ export type Proposal = { totalVotes?: Maybe>; votes?: Maybe>; options?: Maybe>; - snapshotId?: Maybe; metadata?: Maybe; description?: Maybe; executionTransactionHash?: Maybe; @@ -1012,14 +1011,6 @@ export type Proposal_filter = { options_not_contains?: InputMaybe>; options_not_contains_nocase?: InputMaybe>; options_?: InputMaybe; - snapshotId?: InputMaybe; - snapshotId_not?: InputMaybe; - snapshotId_gt?: InputMaybe; - snapshotId_lt?: InputMaybe; - snapshotId_gte?: InputMaybe; - snapshotId_lte?: InputMaybe; - snapshotId_in?: InputMaybe>; - snapshotId_not_in?: InputMaybe>; metadata?: InputMaybe; metadata_not?: InputMaybe; metadata_gt?: InputMaybe; @@ -1108,7 +1099,6 @@ export type Proposal_orderBy = | 'totalVotes' | 'votes' | 'options' - | 'snapshotId' | 'metadata' | 'description' | 'executionTransactionHash' @@ -2176,11 +2166,6 @@ export type ProposalResolvers< ContextType, RequireFields >; - snapshotId?: Resolver< - Maybe, - ParentType, - ContextType - >; metadata?: Resolver, ParentType, ContextType>; description?: Resolver< Maybe, diff --git a/apps/davi/src/.graphclient/schema.graphql b/apps/davi/src/.graphclient/schema.graphql index 022f65e5..ad349f7b 100644 --- a/apps/davi/src/.graphclient/schema.graphql +++ b/apps/davi/src/.graphclient/schema.graphql @@ -692,7 +692,6 @@ type Proposal { totalVotes: [BigInt!] votes(skip: Int = 0, first: Int = 100, orderBy: Vote_orderBy, orderDirection: OrderDirection, where: Vote_filter): [Vote!] options(skip: Int = 0, first: Int = 100, orderBy: Option_orderBy, orderDirection: OrderDirection, where: Option_filter): [Option!] - snapshotId: BigInt metadata: String description: String executionTransactionHash: String @@ -913,14 +912,6 @@ input Proposal_filter { options_not_contains: [String!] options_not_contains_nocase: [String!] options_: Option_filter - snapshotId: BigInt - snapshotId_not: BigInt - snapshotId_gt: BigInt - snapshotId_lt: BigInt - snapshotId_gte: BigInt - snapshotId_lte: BigInt - snapshotId_in: [BigInt!] - snapshotId_not_in: [BigInt!] metadata: String metadata_not: String metadata_gt: String @@ -1007,7 +998,6 @@ enum Proposal_orderBy { totalVotes votes options - snapshotId metadata description executionTransactionHash diff --git a/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/introspectionSchema.ts b/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/introspectionSchema.ts index d0a97f34..b16a8ec2 100644 --- a/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/introspectionSchema.ts +++ b/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/introspectionSchema.ts @@ -10599,22 +10599,6 @@ const schemaAST = { }, directives: [], }, - { - kind: 'FieldDefinition', - name: { - kind: 'Name', - value: 'snapshotId', - }, - arguments: [], - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - directives: [], - }, { kind: 'FieldDefinition', name: { @@ -14209,138 +14193,6 @@ const schemaAST = { }, directives: [], }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId', - }, - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - directives: [], - }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId_not', - }, - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - directives: [], - }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId_gt', - }, - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - directives: [], - }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId_lt', - }, - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - directives: [], - }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId_gte', - }, - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - directives: [], - }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId_lte', - }, - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - directives: [], - }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId_in', - }, - type: { - kind: 'ListType', - type: { - kind: 'NonNullType', - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - }, - }, - directives: [], - }, - { - kind: 'InputValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId_not_in', - }, - type: { - kind: 'ListType', - type: { - kind: 'NonNullType', - type: { - kind: 'NamedType', - name: { - kind: 'Name', - value: 'BigInt', - }, - }, - }, - }, - directives: [], - }, { kind: 'InputValueDefinition', name: { @@ -15560,14 +15412,6 @@ const schemaAST = { }, directives: [], }, - { - kind: 'EnumValueDefinition', - name: { - kind: 'Name', - value: 'snapshotId', - }, - directives: [], - }, { kind: 'EnumValueDefinition', name: { diff --git a/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/schema.graphql b/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/schema.graphql index 022f65e5..ad349f7b 100644 --- a/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/schema.graphql +++ b/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/schema.graphql @@ -692,7 +692,6 @@ type Proposal { totalVotes: [BigInt!] votes(skip: Int = 0, first: Int = 100, orderBy: Vote_orderBy, orderDirection: OrderDirection, where: Vote_filter): [Vote!] options(skip: Int = 0, first: Int = 100, orderBy: Option_orderBy, orderDirection: OrderDirection, where: Option_filter): [Option!] - snapshotId: BigInt metadata: String description: String executionTransactionHash: String @@ -913,14 +912,6 @@ input Proposal_filter { options_not_contains: [String!] options_not_contains_nocase: [String!] options_: Option_filter - snapshotId: BigInt - snapshotId_not: BigInt - snapshotId_gt: BigInt - snapshotId_lt: BigInt - snapshotId_gte: BigInt - snapshotId_lte: BigInt - snapshotId_in: [BigInt!] - snapshotId_not_in: [BigInt!] metadata: String metadata_not: String metadata_gt: String @@ -1007,7 +998,6 @@ enum Proposal_orderBy { totalVotes votes options - snapshotId metadata description executionTransactionHash diff --git a/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/types.ts b/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/types.ts index 577ca4f3..64119ef2 100644 --- a/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/types.ts +++ b/apps/davi/src/.graphclient/sources/dxgov-guild-subgraph/types.ts @@ -739,7 +739,6 @@ export namespace DxgovGuildSubgraphTypes { totalVotes?: Maybe>; votes?: Maybe>; options?: Maybe>; - snapshotId?: Maybe; metadata?: Maybe; description?: Maybe; executionTransactionHash?: Maybe; @@ -983,14 +982,6 @@ export namespace DxgovGuildSubgraphTypes { options_not_contains?: InputMaybe>; options_not_contains_nocase?: InputMaybe>; options_?: InputMaybe; - snapshotId?: InputMaybe; - snapshotId_not?: InputMaybe; - snapshotId_gt?: InputMaybe; - snapshotId_lt?: InputMaybe; - snapshotId_gte?: InputMaybe; - snapshotId_lte?: InputMaybe; - snapshotId_in?: InputMaybe>; - snapshotId_not_in?: InputMaybe>; metadata?: InputMaybe; metadata_not?: InputMaybe; metadata_gt?: InputMaybe; @@ -1083,7 +1074,6 @@ export namespace DxgovGuildSubgraphTypes { | 'totalVotes' | 'votes' | 'options' - | 'snapshotId' | 'metadata' | 'description' | 'executionTransactionHash' From 3665b352b0f8e514e754b4e4fc66e3dd48519c5a Mon Sep 17 00:00:00 2001 From: rossneilson Date: Wed, 15 Feb 2023 15:19:42 +0900 Subject: [PATCH 05/21] fix: Adding new subgraph urls --- apps/davi/.graphclientrc.yml | 2 +- apps/davi/scripts/dev.sh | 2 +- apps/davi/src/clients/apollo.ts | 2 +- apps/dxdao-subgraph/package.json | 6 +++--- apps/dxdao-subgraph/scripts/dev.sh | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/davi/.graphclientrc.yml b/apps/davi/.graphclientrc.yml index 1fd1d2c7..c57db6d5 100644 --- a/apps/davi/.graphclientrc.yml +++ b/apps/davi/.graphclientrc.yml @@ -2,6 +2,6 @@ sources: - name: dxgov-guild-subgraph handler: graphql: - endpoint: http://127.0.0.1:8000/subgraphs/name/mprasanjith/dxdao + endpoint: https://api.thegraph.com/subgraphs/name/dxgovernance/guild-subgraph-gnosis documents: - './src/**/*.graphql' \ No newline at end of file diff --git a/apps/davi/scripts/dev.sh b/apps/davi/scripts/dev.sh index 36d616b2..763a2e24 100755 --- a/apps/davi/scripts/dev.sh +++ b/apps/davi/scripts/dev.sh @@ -42,7 +42,7 @@ isHardhatRunning() { nc -z localhost 8545 2>&1 } isSubgraphRunning(){ - status_code=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8000/subgraphs/name/mprasanjith/dxdao/graphql) + status_code=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8000/subgraphs/name/dxdao/guilds/graphql) if [[ $status_code -eq 200 ]]; then return 0 break diff --git a/apps/davi/src/clients/apollo.ts b/apps/davi/src/clients/apollo.ts index d6024d04..2d95ca01 100644 --- a/apps/davi/src/clients/apollo.ts +++ b/apps/davi/src/clients/apollo.ts @@ -14,7 +14,7 @@ export const subgraphClientsUris = { [SUPPORTED_DAVI_NETWORKS.ARBITRUM_TESTNET_ID]: '', [SUPPORTED_DAVI_NETWORKS.GOERLI_ID]: '', [SUPPORTED_DAVI_NETWORKS.LOCALHOST_ID]: - 'http://127.0.0.1:8000/subgraphs/name/mprasanjith/dxdao', + 'http://127.0.0.1:8000/subgraphs/name/dxdao/guilds', }; const setupApolloClient = (network: SUPPORTED_DAVI_NETWORKS) => diff --git a/apps/dxdao-subgraph/package.json b/apps/dxdao-subgraph/package.json index 4ab7f610..b2f61f57 100644 --- a/apps/dxdao-subgraph/package.json +++ b/apps/dxdao-subgraph/package.json @@ -9,9 +9,9 @@ "codegen": "node scripts/generate-schema.js && node scripts/generate-subgraph.js && graph codegen --output-dir src/types", "build": "graph build", "start-local": "pnpm run codegen && pnpm run create-local && pnpm run deploy-local", - "create-local": "graph create mprasanjith/dxdao --node http://127.0.0.1:8020", - "deploy-local": "graph deploy mprasanjith/dxdao --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020 -l v0.0.1", - "deploy": "pnpm run generate-networks && graph deploy mprasanjith/dxdao --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", + "create-local": "graph create dxdao/guilds --node http://127.0.0.1:8020", + "deploy-local": "graph deploy dxdao/guilds --ipfs http://127.0.0.1:5001 --node http://127.0.0.1:8020 -l v0.0.1", + "deploy": "pnpm run generate-networks && graph deploy dxdao/guilds --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/", "clean": "rm -rf ./data build && docker compose down", "generate-networks": "node ./scripts/generate-prod-networks.js", "dev": "./scripts/dev.sh", diff --git a/apps/dxdao-subgraph/scripts/dev.sh b/apps/dxdao-subgraph/scripts/dev.sh index 75a4d9f5..8123d3fa 100755 --- a/apps/dxdao-subgraph/scripts/dev.sh +++ b/apps/dxdao-subgraph/scripts/dev.sh @@ -104,13 +104,13 @@ waitForGraphContainer(){ startGraphQlPlayground(){ retry_count=0 while true; do - status_code=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8000/subgraphs/name/mprasanjith/dxdao/graphql) + status_code=$(curl -s -o /dev/null -w "%{http_code}" http://127.0.0.1:8000/subgraphs/name/dxdao/guilds/graphql) if [[ $status_code -eq 200 ]]; then echo "Subgraph::: Local deployment ready!. Opening graphql playground in Browser" if [[ "$(uname -s)" == "Darwin" ]]; then - open http://127.0.0.1:8000/subgraphs/name/mprasanjith/dxdao + open http://127.0.0.1:8000/subgraphs/name/dxdao/guilds elif [[ "$(uname -s)" == "Linux" ]]; then - xdg-open http://127.0.0.1:8000/subgraphs/name/mprasanjith/dxdao + xdg-open http://127.0.0.1:8000/subgraphs/name/dxdao/guilds fi break else From 0b01a172e1c9888e3ae1e12488777e7f7db647ba Mon Sep 17 00:00:00 2001 From: rossneilson Date: Tue, 28 Feb 2023 10:12:56 +0900 Subject: [PATCH 06/21] fix: Reverting previous quick fix to remove subgraph specific pages --- .../Modules/Guilds/pages/Guilds/Guilds.tsx | 4 ++ .../components/GuildSidebar/GuildSidebar.tsx | 10 +++++ .../__snapshots__/GuildSidebar.test.tsx.snap | 40 +++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx b/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx index 892be139..ddc5dc77 100644 --- a/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx +++ b/apps/davi/src/Modules/Guilds/pages/Guilds/Guilds.tsx @@ -3,6 +3,8 @@ import GuildSidebarWrapper from 'Modules/Guilds/Wrappers/GuildSidebarWrapper'; import { AllDiscussions } from '../AllDiscussions'; import { AllProposals } from '../AllProposals'; import { Governance } from '../Governance'; +import { MembersPage } from '../Members'; +import { PermissionsPage } from '../Permissions'; import { Treasury } from '../Treasury'; import { PageContainer, PageContent, SidebarContent } from './Guilds.styled'; @@ -32,6 +34,8 @@ const GuildsPage: React.FC = ({ {pageContent === 'allDiscussions' && ( )} + {pageContent === 'members' && } + {pageContent === 'permissions' && } {pageContent === 'treasury' && } diff --git a/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx b/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx index eefd0661..e58f4e53 100644 --- a/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx +++ b/apps/davi/src/components/GuildSidebar/GuildSidebar.tsx @@ -91,6 +91,16 @@ export const GuildSidebar: React.FC = ({ {t('discussions.allDiscussions')}
+ + + {t('members.members')} + + + + + {t('actionBuilder.permissions.permissions')} + + {t('treasury.treasury')} diff --git a/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap b/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap index ae018a8f..57ff251b 100644 --- a/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap +++ b/apps/davi/src/components/GuildSidebar/__snapshots__/GuildSidebar.test.tsx.snap @@ -300,6 +300,26 @@ exports[`GuildSidebar Should render with data 1`] = ` discussions.allDiscussions + +
+ members.members +
+
+ +
+ actionBuilder.permissions.permissions +
+
+ +
+ members.members +
+
+ +
+ actionBuilder.permissions.permissions +
+
Date: Tue, 28 Feb 2023 11:00:17 +0900 Subject: [PATCH 07/21] fix: Add build graph into github workflow --- .github/workflows/preview-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index a19ca35c..71a0e7ab 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -41,7 +41,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Build dapp - run: CI=false pnpm run davi:build + run: CI=false pnpm run davi:build-graph-client && pnpm run davi:dev - name: Archive artifacts uses: actions/upload-artifact@v2 From 5297293f0e803cd930e457c401e2886f609adfae Mon Sep 17 00:00:00 2001 From: rossneilson Date: Wed, 1 Mar 2023 14:31:05 +0900 Subject: [PATCH 08/21] feat: Working exponential backoff for subgraph called by event listener --- apps/davi/package.json | 1 + .../subgraph/useProposalVotesOfVoter/index.ts | 39 +++++++++++++++++-- .../useProposalVotesOfVoter/query.graphql | 5 +++ 3 files changed, 42 insertions(+), 3 deletions(-) diff --git a/apps/davi/package.json b/apps/davi/package.json index e52ee87b..8f4ab515 100644 --- a/apps/davi/package.json +++ b/apps/davi/package.json @@ -62,6 +62,7 @@ "@tiptap/extension-highlight": "^2.0.0-beta.32", "@tiptap/extension-link": "^2.0.0-beta.209", "@tiptap/extension-placeholder": "^2.0.0-beta.48", + "@tiptap/pm": "^2.0.0-beta.219", "@tiptap/react": "^2.0.0-beta.105", "@tiptap/starter-kit": "^2.0.0-beta.171", "@types/node": "^16.11.7", diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts index 070731de..3cd4b182 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts @@ -1,4 +1,4 @@ -import { useNetwork } from 'wagmi'; +import { useBlockNumber, useNetwork } from 'wagmi'; import { FetcherHooksInterface } from 'stores/types'; import { useQuery } from '@apollo/client'; import { @@ -20,8 +20,12 @@ export const useProposalVotesOfVoter: IUseProposalVotesOfVoter = ( userAddress: `0x${string}` ) => { const { chain } = useNetwork(); + const { data: block } = useBlockNumber({ + watch: true, + }); + let currentBlock = 0; const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); - const userAddressToLower = userAddress.toLowerCase(); + const userAddressToLower = userAddress?.toLowerCase(); const { data, refetch, loading, error } = useQuery(getProposalVotesOfVoterDocument, { @@ -48,7 +52,36 @@ export const useProposalVotesOfVoter: IUseProposalVotesOfVoter = ( } }, [data?.proposal?.votes]); - useListenToVoteAdded(daoAddress, refetch, proposalId); + // Backoff and retry logic + const backoff = (fun, successFun, failureFun, exponent) => { + setTimeout(async () => { + const { data } = await fun(); + if (currentBlock < 1) { + console.log('Still fetching current block'); + } else if (data?._meta.block.number > currentBlock) { + successFun(); + } else if (exponent <= 20) { + backoff(fun, successFun, failureFun, exponent + 1); + } else { + failureFun(); + } + }, Math.pow(2, exponent) + Math.random() * 10000); + }; + + // Listen for events + useListenToVoteAdded( + daoAddress, + async () => { + currentBlock = block; + backoff( + refetch, + () => (currentBlock = 0), + () => console.log('Failed to fetch new data'), + 0 + ); + }, + proposalId + ); return { data: parsedData, diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/query.graphql b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/query.graphql index 8e7d3dae..a7fda4ae 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/query.graphql +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/query.graphql @@ -5,5 +5,10 @@ query getProposalVotesOfVoter($proposalId: ID!, $userAddress: String!) { votingPower } } + _meta { + block { + number + } + } } From caf2522d1dd85369beb07fdeef114bc57db8b265 Mon Sep 17 00:00:00 2001 From: rossneilson Date: Wed, 1 Mar 2023 15:11:06 +0900 Subject: [PATCH 09/21] Backoff util --- .../common/fetchers/subgraph/utils/backoff.ts | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts new file mode 100644 index 00000000..85de17b9 --- /dev/null +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts @@ -0,0 +1,34 @@ +import { useBlockNumber } from 'wagmi'; + +export const useBackoff = (refetch: () => any) => { + const { data: block } = useBlockNumber({ + watch: true, + }); + let currentBlock = 0; + + // Backoff and retry logic + const backoff = (fun, successFun, failureFun, exponent) => { + setTimeout(async () => { + const { data } = await fun(); + if (currentBlock < 1) { + console.log('Still fetching current block'); + } else if (data?._meta.block.number > currentBlock) { + successFun(); + } else if (exponent <= 20) { + backoff(fun, successFun, failureFun, exponent + 1); + } else { + failureFun(); + } + }, Math.pow(2, exponent) + Math.random() * 10000); + }; + + return async () => { + currentBlock = block; + backoff( + refetch, + () => (currentBlock = 0), + () => console.log('Failed to fetch new data'), + 0 + ); + }; +}; From 2ce45ee972a5c3ff04996ed22e449685cb746b2e Mon Sep 17 00:00:00 2001 From: rossneilson Date: Wed, 1 Mar 2023 15:12:29 +0900 Subject: [PATCH 10/21] Changed discussion message in proposal --- apps/davi/public/locales/en/translation.json | 1 + apps/davi/src/Modules/Guilds/pages/Proposal/Proposal.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/davi/public/locales/en/translation.json b/apps/davi/public/locales/en/translation.json index 20324e51..a9413705 100644 --- a/apps/davi/public/locales/en/translation.json +++ b/apps/davi/public/locales/en/translation.json @@ -231,6 +231,7 @@ "quorum": "Quorum", "backToOverview": "Back to Overview", "backToDiscussion": "Back to Discussion", + "originalDiscussion": "Original Discussion", "seeAllProposals": "See all proposals", "createdBy": "Created by", "proposalInfoCard": { diff --git a/apps/davi/src/Modules/Guilds/pages/Proposal/Proposal.tsx b/apps/davi/src/Modules/Guilds/pages/Proposal/Proposal.tsx index 62163aec..68cc9fa4 100644 --- a/apps/davi/src/Modules/Guilds/pages/Proposal/Proposal.tsx +++ b/apps/davi/src/Modules/Guilds/pages/Proposal/Proposal.tsx @@ -161,7 +161,7 @@ const ProposalPage: React.FC = () => { marginTop={'5px;'} > {' '} - {t('proposal.backToDiscussion')} + {t('proposal.originalDiscussion')} ) : ( From f4cf913a95091fdc40cb47ea3669a9380e2f875c Mon Sep 17 00:00:00 2001 From: Madusha Prasanjith Date: Wed, 1 Mar 2023 18:09:49 +0100 Subject: [PATCH 11/21] fix: Crash when disconnecting wallets when connected to subgraph. --- apps/davi/src/clients/apollo.ts | 101 +++++++++--------- apps/davi/src/index.tsx | 12 +-- .../1_5/checkDataSourceAvailability.ts | 3 +- .../checkDataSourceAvailability.ts | 3 +- .../checkDataSourceAvailability.ts | 3 +- .../subgraph/useGetAllPermissions/index.ts | 10 +- .../subgraph/useGetMemberList/index.ts | 11 +- .../useGetNumberOfActiveProposals/index.ts | 9 +- .../fetchers/subgraph/useGetVotes/index.ts | 10 +- .../fetchers/subgraph/useGuildConfig/index.ts | 11 +- .../subgraph/useGuildProposalIds/index.ts | 10 +- .../fetchers/subgraph/useProposal/index.ts | 10 +- .../subgraph/useProposalVotesOfVoter/index.ts | 13 +-- apps/davi/src/stores/types.ts | 5 +- apps/davi/src/utils/constants.ts | 16 ++- 15 files changed, 105 insertions(+), 122 deletions(-) diff --git a/apps/davi/src/clients/apollo.ts b/apps/davi/src/clients/apollo.ts index c6ba13bd..1e1c698e 100644 --- a/apps/davi/src/clients/apollo.ts +++ b/apps/davi/src/clients/apollo.ts @@ -3,78 +3,73 @@ import { InMemoryCache, NormalizedCacheObject, } from '@apollo/client'; -import { SupportedSubgraphs } from 'stores/types'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { SupportedSubgraph } from 'stores/types'; +import { CHAIN_ID, MAINNET_ID } from 'utils'; // FIX: Add subgraphs URIs here -export const subgraphClientsUris: { - [chainId in SUPPORTED_DAVI_NETWORKS]: { - [supportedSubgraph in SupportedSubgraphs]: string; - }; -} = { - [SUPPORTED_DAVI_NETWORKS.MAINNET_ID]: { - Guilds: '', - 'Governance1.5': '', +export const subgraphClientsUris: Record< + CHAIN_ID, + Record +> = { + [CHAIN_ID.MAINNET]: { + [SupportedSubgraph.Guilds]: '', + [SupportedSubgraph.Governance1_5]: '', }, - [SUPPORTED_DAVI_NETWORKS.ARBITRUM_ID]: { - Guilds: '', - 'Governance1.5': '', + [CHAIN_ID.ARBITRUM]: { + [SupportedSubgraph.Guilds]: '', + [SupportedSubgraph.Governance1_5]: '', }, - [SUPPORTED_DAVI_NETWORKS.GNOSIS_ID]: { - Guilds: + [CHAIN_ID.GNOSIS]: { + [SupportedSubgraph.Guilds]: 'https://api.thegraph.com/subgraphs/name/dxgovernance/guild-subgraph-gnosis', - 'Governance1.5': '', + [SupportedSubgraph.Governance1_5]: '', }, // testnets - [SUPPORTED_DAVI_NETWORKS.ARBITRUM_TESTNET_ID]: { - Guilds: '', - 'Governance1.5': '', + [CHAIN_ID.ARBITRUM_TESTNET]: { + [SupportedSubgraph.Guilds]: '', + [SupportedSubgraph.Governance1_5]: '', }, - [SUPPORTED_DAVI_NETWORKS.GOERLI_ID]: { - Guilds: '', - 'Governance1.5': '', + [CHAIN_ID.GOERLI]: { + [SupportedSubgraph.Guilds]: '', + [SupportedSubgraph.Governance1_5]: '', }, - [SUPPORTED_DAVI_NETWORKS.LOCALHOST_ID]: { - Guilds: 'http://127.0.0.1:8000/subgraphs/name/dxdao/guilds', - 'Governance1.5': 'http://127.0.0.1:8000/subgraphs/name/dxdao/dxgov-1-5', + [CHAIN_ID.LOCALHOST]: { + [SupportedSubgraph.Guilds]: + 'http://127.0.0.1:8000/subgraphs/name/dxdao/guilds', + [SupportedSubgraph.Governance1_5]: + 'http://127.0.0.1:8000/subgraphs/name/dxdao/dxgov-1-5', }, }; -const setupApolloClient = (network: SUPPORTED_DAVI_NETWORKS) => { +const setupApolloClient = (chainId: CHAIN_ID) => { return { - Guilds: new ApolloClient({ - uri: subgraphClientsUris[network]['Guilds'], + [SupportedSubgraph.Guilds]: new ApolloClient({ + uri: subgraphClientsUris[chainId][SupportedSubgraph.Guilds], cache: new InMemoryCache(), }), - 'Governance1.5': new ApolloClient({ - uri: subgraphClientsUris[network]['Governance1.5'], + [SupportedSubgraph.Governance1_5]: new ApolloClient({ + uri: subgraphClientsUris[chainId][SupportedSubgraph.Governance1_5], cache: new InMemoryCache(), }), }; }; -export const apolloClient: { - [chainId in SUPPORTED_DAVI_NETWORKS]: { - [supportedSubgraph in SupportedSubgraphs]: ApolloClient; - }; -} = { - [SUPPORTED_DAVI_NETWORKS.MAINNET_ID]: setupApolloClient( - SUPPORTED_DAVI_NETWORKS.MAINNET_ID - ), - [SUPPORTED_DAVI_NETWORKS.GNOSIS_ID]: setupApolloClient( - SUPPORTED_DAVI_NETWORKS.GNOSIS_ID - ), - [SUPPORTED_DAVI_NETWORKS.ARBITRUM_ID]: setupApolloClient( - SUPPORTED_DAVI_NETWORKS.ARBITRUM_ID - ), +export const apolloClient: Record< + CHAIN_ID, + Record> +> = { + [CHAIN_ID.MAINNET]: setupApolloClient(CHAIN_ID.MAINNET), + [CHAIN_ID.GNOSIS]: setupApolloClient(CHAIN_ID.GNOSIS), + [CHAIN_ID.ARBITRUM]: setupApolloClient(CHAIN_ID.ARBITRUM), // testnets - [SUPPORTED_DAVI_NETWORKS.GOERLI_ID]: setupApolloClient( - SUPPORTED_DAVI_NETWORKS.GOERLI_ID - ), - [SUPPORTED_DAVI_NETWORKS.ARBITRUM_TESTNET_ID]: setupApolloClient( - SUPPORTED_DAVI_NETWORKS.ARBITRUM_TESTNET_ID - ), - [SUPPORTED_DAVI_NETWORKS.LOCALHOST_ID]: setupApolloClient( - SUPPORTED_DAVI_NETWORKS.LOCALHOST_ID - ), + [CHAIN_ID.GOERLI]: setupApolloClient(CHAIN_ID.GOERLI), + [CHAIN_ID.ARBITRUM_TESTNET]: setupApolloClient(CHAIN_ID.ARBITRUM_TESTNET), + [CHAIN_ID.LOCALHOST]: setupApolloClient(CHAIN_ID.LOCALHOST), +}; + +export const getApolloClient = ( + subgraph: SupportedSubgraph, + chainId: CHAIN_ID = MAINNET_ID +) => { + return apolloClient?.[chainId]?.[subgraph]; }; diff --git a/apps/davi/src/index.tsx b/apps/davi/src/index.tsx index a13ab46e..754edd73 100644 --- a/apps/davi/src/index.tsx +++ b/apps/davi/src/index.tsx @@ -8,13 +8,13 @@ import 'react-toastify/dist/ReactToastify.css'; import { useNetwork, WagmiConfig } from 'wagmi'; import EnsureReadOnlyConnection from 'components/Web3Modals/EnsureReadOnlyConnection'; import SyncRouterWithWagmi from 'components/Web3Modals/SyncRouterWithWagmi'; -import { useEffect, useMemo } from 'react'; +import { useEffect } from 'react'; import { loadFathom } from 'analytics/fathom'; import { SITE_ID } from 'configs'; import { ApolloProvider } from '@apollo/client'; -import { apolloClient } from 'clients/apollo'; +import { getApolloClient } from 'clients/apollo'; import { wagmiClient } from 'clients/wagmi'; -import { DEFAULT_CHAIN_ID } from 'utils'; +import { SupportedSubgraph } from 'stores/types'; initializeI18Next(); @@ -30,8 +30,6 @@ moment.updateLocale('en', { const Root = () => { const { chain } = useNetwork(); - const chainId = useMemo(() => chain?.id || DEFAULT_CHAIN_ID, [chain]); - useEffect(() => { loadFathom(SITE_ID) .then(() => { @@ -43,7 +41,9 @@ const Root = () => { }, []); return ( - + diff --git a/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts index 7cc8b6ae..d1291df1 100644 --- a/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts @@ -1,7 +1,8 @@ import { subgraphClientsUris } from 'clients/apollo'; +import { SupportedSubgraph } from 'stores/types'; // TODO: Check for health of connection if found export const checkDataSourceAvailability = chainId => { - return !!subgraphClientsUris[chainId]['Governance1.5']; + return !!subgraphClientsUris?.[chainId]?.[SupportedSubgraph.Governance1_5]; }; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts index 28ab04e7..ff6d6697 100644 --- a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts @@ -1,7 +1,8 @@ import { subgraphClientsUris } from 'clients/apollo'; +import { SupportedSubgraph } from 'stores/types'; // TODO: Check for health of connection if found export const checkDataSourceAvailability = chainId => { - return !!subgraphClientsUris[chainId]['Guilds']; + return !!subgraphClientsUris?.[chainId]?.[SupportedSubgraph.Guilds]; }; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts index 28ab04e7..ff6d6697 100644 --- a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts @@ -1,7 +1,8 @@ import { subgraphClientsUris } from 'clients/apollo'; +import { SupportedSubgraph } from 'stores/types'; // TODO: Check for health of connection if found export const checkDataSourceAvailability = chainId => { - return !!subgraphClientsUris[chainId]['Guilds']; + return !!subgraphClientsUris?.[chainId]?.[SupportedSubgraph.Guilds]; }; diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetAllPermissions/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetAllPermissions/index.ts index 148b8db1..cd499625 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetAllPermissions/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetAllPermissions/index.ts @@ -1,4 +1,3 @@ -import { useNetwork } from 'wagmi'; import { useMemo } from 'react'; import { BigNumber } from 'ethers'; import { useQuery } from '@apollo/client'; @@ -8,15 +7,14 @@ import { getAllFunctionCallPermissionsDocument, getAllTokenPermissionsDocument, } from '.graphclient'; -import { apolloClient } from 'clients/apollo'; -import { FetcherHooksInterface } from 'stores/types'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; +import { getApolloClient } from 'clients/apollo'; +import { useNetwork } from 'wagmi'; type IUseGetAllPermissions = FetcherHooksInterface['useGetAllPermissions']; export const useGetAllPermissions: IUseGetAllPermissions = (daoId, filter) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const queryToExecute = useMemo(() => { if (!filter) { @@ -35,7 +33,7 @@ export const useGetAllPermissions: IUseGetAllPermissions = (daoId, filter) => { const { data, loading, error } = useQuery( queryToExecute, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLocaleLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetMemberList/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetMemberList/index.ts index 0ebd99a8..702f2b22 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetMemberList/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetMemberList/index.ts @@ -1,22 +1,19 @@ import { useMemo } from 'react'; -import { useNetwork } from 'wagmi'; import { BigNumber } from 'ethers'; import { useQuery } from '@apollo/client'; import { getMemberListDocument, getMemberListQuery } from '.graphclient'; -import { FetcherHooksInterface } from 'stores/types'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; +import { getApolloClient } from 'clients/apollo'; +import { useNetwork } from 'wagmi'; type IUseGetMemberList = FetcherHooksInterface['useGetMemberList']; export const useGetMemberList: IUseGetMemberList = guildAddress => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); - const { data, loading, error } = useQuery( getMemberListDocument, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: guildAddress?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts index 549ffe49..01c110e2 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts @@ -1,5 +1,4 @@ import { useMemo } from 'react'; -import { useNetwork } from 'wagmi'; import { useQuery } from '@apollo/client'; import { BigNumber } from 'ethers'; import { @@ -7,18 +6,18 @@ import { getNumberOfActiveProposalsQuery, } from '.graphclient'; import { useListenToProposalStateChanged } from 'stores/modules/guilds/common/events/useListenToProposalStateChanged'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useNetwork } from 'wagmi'; +import { getApolloClient } from 'clients/apollo'; +import { SupportedSubgraph } from 'stores/types'; export const useGetNumberOfActiveProposals = (guildAddress: string) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, refetch, loading, error } = useQuery( getNumberOfActiveProposalsDocument, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: guildAddress?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts index be335b47..20a3f43b 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts @@ -1,24 +1,22 @@ import { useMemo } from 'react'; import { useQuery } from '@apollo/client'; import { BigNumber } from 'ethers'; -import { useNetwork } from 'wagmi'; import { useTranslation } from 'react-i18next'; import { getVotesDocument, getVotesQuery } from '.graphclient'; import { useHookStoreProvider } from 'stores'; -import { FetcherHooksInterface } from 'stores/types'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { getBigNumberPercentage } from 'utils/bnPercentage'; import { useListenToVoteAdded } from 'stores/modules/guilds/common/events'; import useProposalMetadata from 'hooks/Guilds/useProposalMetadata'; import { getGuildOptionLabel } from 'utils/proposals'; import { Vote } from 'types/types.guilds.d'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useNetwork } from 'wagmi'; +import { getApolloClient } from 'clients/apollo'; type IUseGetVotes = FetcherHooksInterface['useGetVotes']; export const useGetVotes: IUseGetVotes = (guildId, proposal) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { hooks: { @@ -29,7 +27,7 @@ export const useGetVotes: IUseGetVotes = (guildId, proposal) => { const { data, refetch, loading, error } = useQuery( getVotesDocument, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: proposal?.id }, } ); diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildConfig/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildConfig/index.ts index b6970138..6648233c 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildConfig/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildConfig/index.ts @@ -1,12 +1,12 @@ -import { useNetwork } from 'wagmi'; import { useMemo } from 'react'; import { BigNumber } from 'ethers'; import { useQuery } from '@apollo/client'; import { getGuildConfigDocument, getGuildConfigQuery } from '.graphclient'; -import { SUPPORTED_DAVI_NETWORKS, ZERO_ADDRESS } from 'utils'; -import { apolloClient } from 'clients/apollo'; -import { FetcherHooksInterface } from 'stores/types'; +import { ZERO_ADDRESS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useVotingPowerForProposalExecution } from 'Modules/Guilds/Hooks/useVotingPowerForProposalExecution'; +import { useNetwork } from 'wagmi'; +import { getApolloClient } from 'clients/apollo'; type IUseGuildConfig = FetcherHooksInterface['useGuildConfig']; @@ -31,12 +31,11 @@ export type GuildConfigProps = { export const useGuildConfig: IUseGuildConfig = (guildAddress, proposalId?) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getGuildConfigDocument, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: guildAddress?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildProposalIds/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildProposalIds/index.ts index f400521d..a7007a39 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildProposalIds/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGuildProposalIds/index.ts @@ -1,24 +1,22 @@ -import { useNetwork } from 'wagmi'; import { useMemo } from 'react'; import { useQuery } from '@apollo/client'; import { getGuildProposalIdsQuery, getGuildProposalIdsDocument, } from '.graphclient'; -import { FetcherHooksInterface } from 'stores/types'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; +import { useNetwork } from 'wagmi'; +import { getApolloClient } from 'clients/apollo'; type IUseGuildProposalIds = FetcherHooksInterface['useGuildProposalIds']; export const useGuildProposalIds: IUseGuildProposalIds = daoId => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getGuildProposalIdsDocument, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts index ee12ae22..b8fb3c46 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts @@ -1,12 +1,11 @@ import { useMemo } from 'react'; -import { useNetwork } from 'wagmi'; import { useTranslation } from 'react-i18next'; import { BigNumber } from 'ethers'; import { unix } from 'moment'; import { useQuery } from '@apollo/client'; import { getProposalDocument, getProposalQuery } from '.graphclient'; import { useHookStoreProvider } from 'stores'; -import { FetcherHooksInterface } from 'stores/types'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useProposalCalls } from 'stores/modules/guilds/common/fetchers/rpc'; import { ContractState, Proposal } from 'types/types.guilds.d'; import { getBigNumberPercentage } from 'utils/bnPercentage'; @@ -16,19 +15,18 @@ import { useListenToProposalStateChanged, useListenToVoteAdded, } from 'stores/modules/guilds/common/events'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useNetwork } from 'wagmi'; +import { getApolloClient } from 'clients/apollo'; type IUseProposal = FetcherHooksInterface['useProposal']; export const useProposal: IUseProposal = (daoId, proposalId) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, refetch, error } = useQuery( getProposalDocument, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase(), proposalId: proposalId?.toLowerCase(), diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts index 070731de..1b48bbee 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts @@ -1,5 +1,4 @@ -import { useNetwork } from 'wagmi'; -import { FetcherHooksInterface } from 'stores/types'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useQuery } from '@apollo/client'; import { getProposalVotesOfVoterDocument, @@ -8,8 +7,8 @@ import { import { useListenToVoteAdded } from 'stores/modules/guilds/common/events'; import { useMemo } from 'react'; import { BigNumber } from 'ethers'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useNetwork } from 'wagmi'; +import { getApolloClient } from 'clients/apollo'; type IUseProposalVotesOfVoter = FetcherHooksInterface['useProposalVotesOfVoter']; @@ -20,15 +19,13 @@ export const useProposalVotesOfVoter: IUseProposalVotesOfVoter = ( userAddress: `0x${string}` ) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); - const userAddressToLower = userAddress.toLowerCase(); const { data, refetch, loading, error } = useQuery(getProposalVotesOfVoterDocument, { - client: apolloClient[chainId]['Guilds'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { proposalId: proposalId, - userAddress: userAddressToLower, + userAddress: userAddress?.toLowerCase(), }, }); diff --git a/apps/davi/src/stores/types.ts b/apps/davi/src/stores/types.ts index 0633f13e..77b7f0fd 100644 --- a/apps/davi/src/stores/types.ts +++ b/apps/davi/src/stores/types.ts @@ -16,7 +16,10 @@ type SupportedGovernanceSystem = | 'SnapshotRepERC20Guild' | 'Governance1_5'; -export type SupportedSubgraphs = 'Guilds' | 'Governance1.5'; +export enum SupportedSubgraph { + Guilds = 'Guilds', + Governance1_5 = 'Governance1.5', +} // TODO: Wrap fetcher return types in a common FetcherHookReturn type which has common loading / error statuses export interface FetcherHooksInterface { diff --git a/apps/davi/src/utils/constants.ts b/apps/davi/src/utils/constants.ts index ebf3de1c..d0f26569 100644 --- a/apps/davi/src/utils/constants.ts +++ b/apps/davi/src/utils/constants.ts @@ -25,8 +25,6 @@ export const CACHE_METADATA_ENS = 'cache.dxvote.eth'; const defaultAlchemyKey = 'FvNKXPCxtzFYrtP4r45pmtxOR0AMCtQv'; -export const DISCOURSE_URL_ROOT = 'https://daotalk.org'; - export const MAINNET_ID = 1; export const GNOSIS_ID = 100; export const LOCALHOST_ID = 1337; @@ -37,13 +35,13 @@ export const ARBITRUM_TESTNET_ID = 421611; export const DEFAULT_CHAIN_ID = process.env.NODE_ENV === 'development' ? LOCALHOST_ID : MAINNET_ID; -export enum SUPPORTED_DAVI_NETWORKS { - MAINNET_ID = 1, - GOERLI_ID = 5, - ARBITRUM_ID = 42161, - ARBITRUM_TESTNET_ID = 421611, - LOCALHOST_ID = 1337, - GNOSIS_ID = 100, +export enum CHAIN_ID { + MAINNET = MAINNET_ID, + GOERLI = GOERLI_ID, + ARBITRUM = ARBITRUM_ID, + ARBITRUM_TESTNET = ARBITRUM_TESTNET_ID, + LOCALHOST = LOCALHOST_ID, + GNOSIS = GNOSIS_ID, } export const POKT_NETWORK_URLS = { From 63466bae66e72e99717fd413c7ad7ac3947bb47e Mon Sep 17 00:00:00 2001 From: rossneilson Date: Thu, 2 Mar 2023 11:16:24 +0900 Subject: [PATCH 12/21] Fix hook and add to all listeners --- .../useGetNumberOfActiveProposals/index.ts | 4 +- .../query.graphql | 5 + .../fetchers/subgraph/useGetVotes/index.ts | 4 +- .../subgraph/useGetVotes/query.graphql | 5 + .../fetchers/subgraph/useProposal/index.ts | 6 +- .../subgraph/useProposal/query.graphql | 5 + .../subgraph/useProposalVotesOfVoter/index.ts | 38 +- .../common/fetchers/subgraph/utils/backoff.ts | 20 +- pnpm-lock.yaml | 11145 ++++++++-------- 9 files changed, 5649 insertions(+), 5583 deletions(-) diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts index 549ffe49..a9c3a6fb 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/index.ts @@ -9,9 +9,11 @@ import { import { useListenToProposalStateChanged } from 'stores/modules/guilds/common/events/useListenToProposalStateChanged'; import { apolloClient } from 'clients/apollo'; import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useBackoff } from '../utils/backoff'; export const useGetNumberOfActiveProposals = (guildAddress: string) => { const { chain } = useNetwork(); + const { backoff } = useBackoff(); const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, refetch, loading, error } = @@ -26,7 +28,7 @@ export const useGetNumberOfActiveProposals = (guildAddress: string) => { if (!data?.guild) return undefined; return BigNumber.from(data.guild.proposals.length); }, [data]); - useListenToProposalStateChanged(guildAddress, refetch); + useListenToProposalStateChanged(guildAddress, () => backoff(refetch)); return { data: transformedData, isLoading: loading, diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/query.graphql b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/query.graphql index 738ec980..a53825ea 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/query.graphql +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetNumberOfActiveProposals/query.graphql @@ -6,5 +6,10 @@ query getNumberOfActiveProposals($id: ID!) { id } } + _meta { + block { + number + } + } } diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts index be335b47..4253d34b 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/index.ts @@ -13,11 +13,13 @@ import { getGuildOptionLabel } from 'utils/proposals'; import { Vote } from 'types/types.guilds.d'; import { apolloClient } from 'clients/apollo'; import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useBackoff } from '../utils/backoff'; type IUseGetVotes = FetcherHooksInterface['useGetVotes']; export const useGetVotes: IUseGetVotes = (guildId, proposal) => { const { chain } = useNetwork(); + const { backoff } = useBackoff(); const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { @@ -57,7 +59,7 @@ export const useGetVotes: IUseGetVotes = (guildId, proposal) => { }); }, [data?.proposal?.votes, proposalMetadata, t, totalLocked]); - useListenToVoteAdded(guildId, refetch, proposal?.id); + useListenToVoteAdded(guildId, () => backoff(refetch), proposal?.id); return { data: parsedData, diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/query.graphql b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/query.graphql index be8af74f..df17593c 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/query.graphql +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useGetVotes/query.graphql @@ -7,5 +7,10 @@ query getVotes($id: ID!) { option } } + _meta { + block { + number + } + } } diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts index ee12ae22..b4967f6a 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/index.ts @@ -18,6 +18,7 @@ import { } from 'stores/modules/guilds/common/events'; import { apolloClient } from 'clients/apollo'; import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useBackoff } from '../utils/backoff'; type IUseProposal = FetcherHooksInterface['useProposal']; @@ -44,6 +45,7 @@ export const useProposal: IUseProposal = (daoId, proposalId) => { } = useHookStoreProvider(); const { t } = useTranslation(); + const { backoff } = useBackoff(); const { data: proposalMetadata } = useProposalMetadata(proposal?.contentHash); const { data: totalLocked } = useTotalLocked(daoId, proposalId); @@ -116,8 +118,8 @@ export const useProposal: IUseProposal = (daoId, proposalId) => { if (parsedProposalData && options) parsedProposalData.options = options; - useListenToProposalStateChanged(daoId, refetch, proposalId); - useListenToVoteAdded(daoId, refetch, proposalId); + useListenToProposalStateChanged(daoId, () => backoff(refetch), proposalId); + useListenToVoteAdded(daoId, () => backoff(refetch), proposalId); return { data: parsedProposalData, diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/query.graphql b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/query.graphql index b84c2628..d60edff6 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/query.graphql +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposal/query.graphql @@ -23,5 +23,10 @@ query getProposal($id: ID!, $proposalId: ID!) { } } } + _meta { + block { + number + } + } } diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts index 3cd4b182..f496b6f9 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/useProposalVotesOfVoter/index.ts @@ -1,4 +1,4 @@ -import { useBlockNumber, useNetwork } from 'wagmi'; +import { useNetwork } from 'wagmi'; import { FetcherHooksInterface } from 'stores/types'; import { useQuery } from '@apollo/client'; import { @@ -10,6 +10,7 @@ import { useMemo } from 'react'; import { BigNumber } from 'ethers'; import { apolloClient } from 'clients/apollo'; import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { useBackoff } from '../utils/backoff'; type IUseProposalVotesOfVoter = FetcherHooksInterface['useProposalVotesOfVoter']; @@ -20,10 +21,7 @@ export const useProposalVotesOfVoter: IUseProposalVotesOfVoter = ( userAddress: `0x${string}` ) => { const { chain } = useNetwork(); - const { data: block } = useBlockNumber({ - watch: true, - }); - let currentBlock = 0; + const { backoff } = useBackoff(); const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const userAddressToLower = userAddress?.toLowerCase(); @@ -52,36 +50,8 @@ export const useProposalVotesOfVoter: IUseProposalVotesOfVoter = ( } }, [data?.proposal?.votes]); - // Backoff and retry logic - const backoff = (fun, successFun, failureFun, exponent) => { - setTimeout(async () => { - const { data } = await fun(); - if (currentBlock < 1) { - console.log('Still fetching current block'); - } else if (data?._meta.block.number > currentBlock) { - successFun(); - } else if (exponent <= 20) { - backoff(fun, successFun, failureFun, exponent + 1); - } else { - failureFun(); - } - }, Math.pow(2, exponent) + Math.random() * 10000); - }; - // Listen for events - useListenToVoteAdded( - daoAddress, - async () => { - currentBlock = block; - backoff( - refetch, - () => (currentBlock = 0), - () => console.log('Failed to fetch new data'), - 0 - ); - }, - proposalId - ); + useListenToVoteAdded(daoAddress, () => backoff(refetch), proposalId); return { data: parsedData, diff --git a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts index 85de17b9..82bfdee7 100644 --- a/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts +++ b/apps/davi/src/stores/modules/guilds/common/fetchers/subgraph/utils/backoff.ts @@ -1,6 +1,6 @@ import { useBlockNumber } from 'wagmi'; -export const useBackoff = (refetch: () => any) => { +export const useBackoff = () => { const { data: block } = useBlockNumber({ watch: true, }); @@ -22,13 +22,15 @@ export const useBackoff = (refetch: () => any) => { }, Math.pow(2, exponent) + Math.random() * 10000); }; - return async () => { - currentBlock = block; - backoff( - refetch, - () => (currentBlock = 0), - () => console.log('Failed to fetch new data'), - 0 - ); + return { + backoff: async (refetch: () => any) => { + currentBlock = block; + backoff( + refetch, + () => (currentBlock = 0), + () => console.log('Failed to fetch new data'), + 0 + ); + }, }; }; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0fdf961a..bea474d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: turbo: ^1.6.3 devDependencies: husky: 7.0.4 - turbo: 1.6.3 + turbo: 1.8.3 apps/1-5-subgraph: specifiers: @@ -33,13 +33,13 @@ importers: js-yaml: 4.1.0 devDependencies: '@graphprotocol/graph-cli': 0.30.4 - '@graphprotocol/graph-ts': 0.29.0 - '@typescript-eslint/eslint-plugin': 5.43.0_a2qhxslrsoaoxxmyjfllcpczu4 - '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - glob: 8.0.3 - prettier: 2.8.1 + '@graphprotocol/graph-ts': 0.29.3 + '@typescript-eslint/eslint-plugin': 5.54.0_ajyizmi44oc3hrc35l6ndh7p4e + '@typescript-eslint/parser': 5.54.0_eslint@8.35.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + glob: 8.1.0 + prettier: 2.8.4 apps/davi: specifiers: @@ -83,6 +83,7 @@ importers: '@tiptap/extension-highlight': ^2.0.0-beta.32 '@tiptap/extension-link': ^2.0.0-beta.209 '@tiptap/extension-placeholder': ^2.0.0-beta.48 + '@tiptap/pm': ^2.0.0-beta.219 '@tiptap/react': ^2.0.0-beta.105 '@tiptap/starter-kit': ^2.0.0-beta.171 '@types/diff': ^5.0.2 @@ -104,6 +105,7 @@ importers: '@whatwg-node/fetch': ^0.6.2 babel-jest: ^26.6.0 babel-loader: 8.1.0 + backoff: 2.5.0 bignumber.js: ^9.0.2 buffer: ^6.0.3 chance: ^1.1.8 @@ -186,59 +188,61 @@ importers: workbox-webpack-plugin: ^5.1.4 dependencies: '@0xsequence/multicall': 0.39.6 - '@apollo/client': 3.7.4_gdcq4dv6opitr3wbfwyjmanyra + '@apollo/client': 3.7.9_gdcq4dv6opitr3wbfwyjmanyra '@dnd-kit/core': 5.0.3_biqbaboplfbrettd7655fr4n2y '@dnd-kit/modifiers': 5.0.0_h6rtyfwg74iwkvvbnwusj33zwq '@dnd-kit/sortable': 6.0.1_h6rtyfwg74iwkvvbnwusj33zwq - '@dnd-kit/utilities': 3.2.0_react@18.2.0 + '@dnd-kit/utilities': 3.2.1_react@18.2.0 '@ensdomains/content-hash': 2.5.7 '@ethersproject/providers': 5.7.2 - '@graphql-mesh/cache-localforage': 0.7.5_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 - '@graphql-mesh/graphql': 0.33.8_dvgirfdsy4cky7rqkuzgo4keja - '@graphql-mesh/http': 0.3.8_dvgirfdsy4cky7rqkuzgo4keja - '@graphql-mesh/merger-bare': 0.16.7_graphql@16.6.0 - '@graphql-mesh/runtime': 0.46.5_graphql@16.6.0 - '@graphql-mesh/store': 0.9.5_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@nomiclabs/hardhat-ethers': 2.2.1_4tzilew2vuitdwerzusliplz24 - '@nomiclabs/hardhat-truffle5': 2.0.7_ylfkboqmyk6ivwczfrdul454fu - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.1 + '@graphql-mesh/cache-localforage': 0.7.14_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/graphql': 0.33.10_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/http': 0.3.20_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/merger-bare': 0.16.16_graphql@16.6.0 + '@graphql-mesh/runtime': 0.46.15_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/store': 0.9.14_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 + '@nomiclabs/hardhat-ethers': 2.2.2_4tzilew2vuitdwerzusliplz24 + '@nomiclabs/hardhat-truffle5': 2.0.7_ckojxp5knuhphmnbpussgqgvvq + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.2 '@orbisclub/orbis-sdk': 0.3.99 '@pnpm/merge-lockfile-changes': 4.0.3 '@tanstack/react-query': 4.20.9_biqbaboplfbrettd7655fr4n2y - '@tiptap/extension-focus': 2.0.0-beta.202 - '@tiptap/extension-highlight': 2.0.0-beta.202 - '@tiptap/extension-link': 2.0.0-beta.209 - '@tiptap/extension-placeholder': 2.0.0-beta.202 - '@tiptap/react': 2.0.0-beta.202_biqbaboplfbrettd7655fr4n2y - '@tiptap/starter-kit': 2.0.0-beta.202 - '@types/node': 16.18.3 - '@types/react': 18.0.25 + '@tiptap/extension-focus': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/extension-highlight': 2.0.0-beta.219 + '@tiptap/extension-link': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/extension-placeholder': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/pm': 2.0.0-beta.219 + '@tiptap/react': 2.0.0-beta.219_526pritkfpcaxyqh4zb4zgzw4e + '@tiptap/starter-kit': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@types/node': 16.18.13 + '@types/react': 18.0.28 '@types/react-datepicker': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@types/react-dom': 18.0.8 + '@types/react-dom': 18.0.11 '@types/styled-components': 5.1.26 '@uiw/react-md-editor': 1.14.0_biqbaboplfbrettd7655fr4n2y - '@uniswap/token-lists': 1.0.0-beta.30 - '@wagmi/core': 0.7.9_2zmba3zh2lo2ye5dzgeckiacfa - '@whatwg-node/fetch': 0.6.2 + '@uniswap/token-lists': 1.0.0-beta.31 + '@wagmi/core': 0.7.9_g3fphb2knf3gjv43r4lorflusm + '@whatwg-node/fetch': 0.6.9_@types+node@16.18.13 babel-jest: 26.6.3 babel-loader: 8.1.0_webpack@4.44.2 - bignumber.js: 9.1.0 + backoff: 2.5.0 + bignumber.js: 9.1.1 buffer: 6.0.3 cids: 1.1.9 copy-to-clipboard: 3.3.3 diff: 5.1.0 dxdao-contracts: link:../dxdao-contracts env-cmd: 10.1.0 - eslint-config-react-app: 7.0.1_lzzuuodtsqwxnvqeq4g4likcqa - eslint-plugin-cypress: 2.12.1_eslint@8.30.0 + eslint-config-react-app: 7.0.1_ycpbpc6yetojsgtrx3mwntkhsu + eslint-plugin-cypress: 2.12.1_eslint@8.35.0 ethers: 5.7.2 git-revision-webpack-plugin: 3.0.6 graphql: 16.6.0 - hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi hardhat-dependency-compiler: 1.1.3_hardhat@2.12.7 - highlight.js: 11.6.0 + highlight.js: 11.7.0 i18next: 21.10.0 i18next-browser-languagedetector: 7.0.1 i18next-http-backend: 2.1.1 @@ -260,20 +264,20 @@ importers: qrcode.react: 1.0.1_react@18.2.0 react: 18.2.0 react-app-rewired: 2.2.1_react-scripts@5.0.1 - react-countdown: 2.3.3_biqbaboplfbrettd7655fr4n2y - react-datepicker: 4.8.0_biqbaboplfbrettd7655fr4n2y - react-device-detect: 2.2.2_biqbaboplfbrettd7655fr4n2y + react-countdown: 2.3.5_biqbaboplfbrettd7655fr4n2y + react-datepicker: 4.10.0_biqbaboplfbrettd7655fr4n2y + react-device-detect: 2.2.3_biqbaboplfbrettd7655fr4n2y react-diff-viewer: 3.1.1_biqbaboplfbrettd7655fr4n2y react-dom: 18.2.0_react@18.2.0 - react-hook-form: 7.39.3_react@18.2.0 + react-hook-form: 7.43.2_react@18.2.0 react-i18next: 11.18.6_vfm63zmruocgezzfl2v26zlzpy - react-icons: 4.6.0_react@18.2.0 + react-icons: 4.7.1_react@18.2.0 react-intersection-observer: 8.34.0_react@18.2.0 react-jazzicon: 0.1.3_react@18.2.0 - react-loading-skeleton: 3.1.0_react@18.2.0 - react-router: 6.4.3_react@18.2.0 - react-router-dom: 6.4.3_biqbaboplfbrettd7655fr4n2y - react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha + react-loading-skeleton: 3.1.1_react@18.2.0 + react-router: 6.8.2_react@18.2.0 + react-router-dom: 6.8.2_biqbaboplfbrettd7655fr4n2y + react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju react-string-replace: 1.1.0 react-switch: 7.0.0_biqbaboplfbrettd7655fr4n2y react-toastify: 8.2.0_biqbaboplfbrettd7655fr4n2y @@ -282,51 +286,51 @@ importers: styled-components: 5.3.6_biqbaboplfbrettd7655fr4n2y swr: 1.3.0_react@18.2.0 ts-generator: 0.1.1 - ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu + ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti turndown: 7.1.1 - typechain-target-ethers-v5: 5.0.1_c4tpmuajjwy7vjodfmym27ncri - typescript: 4.9.4 - wagmi: 0.7.15_5fkdkfy2bkgsnhvxgn477z7iae - web3.storage: 4.4.0_qlcmad5flthwgwga5hzt3mjvzm + typechain-target-ethers-v5: 5.0.1_6la3wgdurc2byppalgze7lq2hy + typescript: 4.9.5 + wagmi: 0.7.15_6niq2jm3j2wfrjwac2th7yh3n4 + web3.storage: 4.4.0 webpack: 4.44.2 webpack-manifest-plugin: 2.2.0_webpack@4.44.2 workbox-webpack-plugin: 5.1.4_webpack@4.44.2 devDependencies: - '@graphprotocol/client-cli': 2.2.16_dvgirfdsy4cky7rqkuzgo4keja - '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-essentials': 6.5.13_m3zuu6jlzuadxvbwg37tw4mxge - '@storybook/addon-interactions': 6.5.13_irfx6iquzs6ky4omqf4xjdrrsy - '@storybook/addon-links': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/node-logger': 6.5.13 - '@storybook/preset-create-react-app': 4.1.2_wuatc3qqs7pmbgghs5mjag5q4a - '@storybook/react': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@graphprotocol/client-cli': 2.2.18_4ypim5hjsq3aoucuq6rxjz442a + '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-essentials': 6.5.16_z526srz6e67bkoex2hsciwf7ua + '@storybook/addon-interactions': 6.5.16_uwkcr5bxnundzrsf5dv5ljpvxe + '@storybook/addon-links': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.16 + '@storybook/preset-create-react-app': 4.1.2_h342isg7n7zipkghetldef5tze + '@storybook/react': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/testing-library': 0.0.11_biqbaboplfbrettd7655fr4n2y - '@synthetixio/synpress': 1.2.0_2gqc5hfs47jmwdmhoprjtwjnxq - '@testing-library/cypress': 8.0.3_cypress@9.7.0 + '@synthetixio/synpress': 1.2.0_zwlq2uqint3vd25yypk4562ptu + '@testing-library/cypress': 8.0.7_cypress@9.7.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@testing-library/react-hooks': 8.0.1_2zx2umvpluuhvlq44va5bta2da + '@testing-library/react-hooks': 8.0.1_zula6vjvt3wdocc4mwcxqa6nzi '@types/diff': 5.0.2 '@types/jest': 27.5.2 '@types/jsonexport': 3.0.2 - '@types/puppeteer-core': 5.4.0 + '@types/puppeteer-core': 5.4.0_typescript@4.9.5 '@types/react-router-dom': 5.3.3 '@types/testing-library__jest-dom': 5.14.5 - '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - chance: 1.1.9 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + chance: 1.1.10 cra-bundle-analyzer: 0.1.1_qssxbgbugbkmsl5taj4dctbwp4 cypress: 9.7.0 cypress-react-selector: 2.3.20 cypress-wait-until: 1.7.2 - eslint: 8.30.0 - hardhat-ethernal: 1.1.1_qzf4oyn54gqjdmbv7adrb6huai + eslint: 8.35.0 + hardhat-ethernal: 1.1.1_4qqzfnf4wnwvol5k47pdkaj3oy jest-styled-components: 7.1.1_styled-components@5.3.6 lint-staged: 12.5.0 node-polyfill-webpack-plugin: 2.0.1_webpack@4.44.2 - prettier: 2.8.1 - start-server-and-test: 1.14.0 - web3: 1.8.1 + prettier: 2.8.4 + start-server-and-test: 1.15.4 + web3: 1.8.2 apps/dev-scripts: specifiers: @@ -353,21 +357,21 @@ importers: '@openzeppelin/contracts-upgradeable': 4.4.0 openzeppelin-solidity: 2.4.0 devDependencies: - '@nomicfoundation/hardhat-toolbox': 2.0.0_ykcqclygo3hcwpiz5snqjpjp3u - '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 - '@nomiclabs/hardhat-truffle5': 2.0.7_ehcjbjo7oogw4nzhtzeqe7lsce - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3 - '@typechain/hardhat': 5.0.0_2cdjpxbsuy23zbev5obsi6cfwa + '@nomicfoundation/hardhat-toolbox': 2.0.1_h4hquw32w2b65iuqdh4uhejoli + '@nomiclabs/hardhat-ethers': 2.2.2_hardhat@2.12.7 + '@nomiclabs/hardhat-truffle5': 2.0.7_y633imu5cdyrr2tqq4zubo6pda + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7 + '@typechain/hardhat': 5.0.0_tt5moczacr2ojfopbnqbauqwui dotenv: 8.6.0 dxdao-contracts: link:../dxdao-contracts - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka - hardhat-dependency-compiler: 1.1.3_hardhat@2.12.3 - hardhat-deploy: 0.11.20 - hardhat-ethernal: 1.1.1_3mpss4owsstbijogechjg2qcye + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi + hardhat-dependency-compiler: 1.1.3_hardhat@2.12.7 + hardhat-deploy: 0.11.24 + hardhat-ethernal: 1.1.1_4qqzfnf4wnwvol5k47pdkaj3oy moment: 2.29.4 - ts-node: 10.9.1_typescript@4.8.4 - typechain: 7.0.0_typescript@4.8.4 - typescript: 4.8.4 + ts-node: 10.9.1_typescript@4.9.5 + typechain: 7.0.0_typescript@4.9.5 + typescript: 4.9.5 apps/dxdao-contracts: specifiers: @@ -447,23 +451,23 @@ importers: ipfs-core: 0.14.3 math: 0.0.3 moment: 2.29.4 - prettier: 2.7.1 - prettier-plugin-solidity: 1.0.0-rc.1_prettier@2.7.1 - solidity-docgen: 0.6.0-beta.32_hardhat@2.12.2 + prettier: 2.8.4 + prettier-plugin-solidity: 1.1.2_prettier@2.8.4 + solidity-docgen: 0.6.0-beta.34_hardhat@2.12.7 truffle-flattener: 1.6.0 - web3: 1.8.1 + web3: 1.8.2 devDependencies: - '@babel/cli': 7.19.3 + '@babel/cli': 7.21.0 '@babel/eslint-parser': 7.19.1_eslint@5.16.0 - '@nomiclabs/hardhat-ethers': 2.2.1_3uaf6nt3qt6cyh5fx3fc5i4mn4 - '@nomiclabs/hardhat-etherscan': 3.1.2_hardhat@2.12.2 - '@nomiclabs/hardhat-truffle5': 2.0.7_oicuqkl7bh2zt3nfeedffwa5bq - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.2+web3@1.8.1 + '@nomiclabs/hardhat-ethers': 2.2.2_4tzilew2vuitdwerzusliplz24 + '@nomiclabs/hardhat-etherscan': 3.1.6_hardhat@2.12.7 + '@nomiclabs/hardhat-truffle5': 2.0.7_ckojxp5knuhphmnbpussgqgvvq + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.2 '@openzeppelin/contract-loader': 0.6.3 - '@openzeppelin/hardhat-upgrades': 1.21.0_43thxqwvphwusq7frx7sx2tjf4 - '@truffle/contract': 4.6.6 + '@openzeppelin/hardhat-upgrades': 1.22.1_b5m5gp6m4sj3jjg35kxj7kdo3a + '@truffle/contract': 4.6.15 '@typechain/ethers-v5': 9.0.0_5w23fijnqhdmw57ucjh4d7lm4y - '@typechain/hardhat': 5.0.0_taarhvobromabt46lxuklrzwey + '@typechain/hardhat': 5.0.0_tt5moczacr2ojfopbnqbauqwui babel-plugin-syntax-async-functions: 6.13.0 babel-polyfill: 6.26.0 babel-preset-es2015: 6.24.1 @@ -474,19 +478,19 @@ importers: dotenv: 8.6.0 eslint: 5.16.0 eslint-config-defaults: 9.0.0 - eslint-config-standard: 11.0.0_4nhl2regw2d2bn35int2uietny - eslint-plugin-import: 2.26.0_eslint@5.16.0 + eslint-config-standard: 11.0.0_gqmrgxyvzmdwszb65cri3exrzy + eslint-plugin-import: 2.27.5_eslint@5.16.0 eslint-plugin-node: 5.2.1_eslint@5.16.0 eslint-plugin-promise: 3.8.0 - eslint-plugin-react: 7.31.10_eslint@5.16.0 + eslint-plugin-react: 7.32.2_eslint@5.16.0 eslint-plugin-standard: 3.1.0_eslint@5.16.0 ethereumjs-abi: 0.6.8 ethers: 5.7.2 - hardhat: 2.12.2 - hardhat-contract-sizer: 2.6.1_hardhat@2.12.2 - hardhat-dependency-compiler: 1.1.3_hardhat@2.12.2 - hardhat-deploy: 0.11.20 - hardhat-gas-reporter: 1.0.9_hardhat@2.12.2 + hardhat: 2.12.7 + hardhat-contract-sizer: 2.8.0_hardhat@2.12.7 + hardhat-dependency-compiler: 1.1.3_hardhat@2.12.7 + hardhat-deploy: 0.11.24 + hardhat-gas-reporter: 1.0.9_hardhat@2.12.7 husky: 7.0.4 lint-staged: 12.5.0 pm2: 2.10.4 @@ -494,10 +498,10 @@ importers: pug: 2.0.4 rimraf: 2.7.1 run-with-ganache: 0.1.1 - solhint: 3.3.7 - solhint-plugin-prettier: 0.0.5_iylib2rcb775jk5vfon6brrxim - solidity-coverage: 0.8.2_hardhat@2.12.2 - truffle: 5.6.5 + solhint: 3.4.0 + solhint-plugin-prettier: 0.0.5_5jmvi57qgkoyjwai5p46ba6xom + solidity-coverage: 0.8.2_hardhat@2.12.7 + truffle: 5.7.8 truffle-hdwallet-provider: 1.0.17 typechain: 7.0.0 uint32: 0.2.1 @@ -523,13 +527,13 @@ importers: js-yaml: 4.1.0 devDependencies: '@graphprotocol/graph-cli': 0.30.4 - '@graphprotocol/graph-ts': 0.29.0 - '@typescript-eslint/eslint-plugin': 5.43.0_a2qhxslrsoaoxxmyjfllcpczu4 - '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - glob: 8.0.3 - prettier: 2.8.1 + '@graphprotocol/graph-ts': 0.29.3 + '@typescript-eslint/eslint-plugin': 5.54.0_ajyizmi44oc3hrc35l6ndh7p4e + '@typescript-eslint/parser': 5.54.0_eslint@8.35.0 + eslint: 8.35.0 + eslint-config-prettier: 8.6.0_eslint@8.35.0 + glob: 8.1.0 + prettier: 2.8.4 packages: @@ -567,7 +571,7 @@ packages: '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/properties': 5.7.0 ethers: 5.7.2 - js-base64: 3.7.2 + js-base64: 3.7.5 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -608,8 +612,8 @@ packages: xml2js: 0.4.23 dev: false - /@adobe/css-tools/4.0.1: - resolution: {integrity: sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==} + /@adobe/css-tools/4.2.0: + resolution: {integrity: sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==} dev: true /@ampproject/remapping/2.2.0: @@ -619,19 +623,19 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.17 - /@apideck/better-ajv-errors/0.3.6_ajv@8.11.2: + /@apideck/better-ajv-errors/0.3.6_ajv@8.12.0: resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} engines: {node: '>=10'} peerDependencies: ajv: '>=8' dependencies: - ajv: 8.11.2 + ajv: 8.12.0 json-schema: 0.4.0 jsonpointer: 5.0.1 leven: 3.1.0 - /@apollo/client/3.7.4_gdcq4dv6opitr3wbfwyjmanyra: - resolution: {integrity: sha512-bgiCKRmLSBImX4JRrw8NjqGo0AQE/mowCdHX1PJp2r5zIXrJx0UeaAYmx1qJY69Oz/KR7SKlLt4xK+bOP1jx7A==} + /@apollo/client/3.7.9_gdcq4dv6opitr3wbfwyjmanyra: + resolution: {integrity: sha512-YnJvrJOVWrp4y/zdNvUaM8q4GuSHCEIecsRDTJhK/veT33P/B7lfqGJ24NeLdKMj8tDEuXYF7V0t+th4+rgC+Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 @@ -648,7 +652,7 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 '@wry/context': 0.7.0 '@wry/equality': 0.5.3 '@wry/trie': 0.3.2 @@ -662,7 +666,7 @@ packages: response-iterator: 0.2.6 symbol-observable: 4.0.0 ts-invariant: 0.10.3 - tslib: 2.4.1 + tslib: 2.5.0 zen-observable-ts: 1.2.5 dev: false @@ -687,6 +691,33 @@ packages: dev: true optional: true + /@apollo/protobufjs/1.2.7: + resolution: {integrity: sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==} + hasBin: true + requiresBuild: true + dependencies: + '@protobufjs/aspromise': 1.1.2 + '@protobufjs/base64': 1.1.2 + '@protobufjs/codegen': 2.0.4 + '@protobufjs/eventemitter': 1.1.0 + '@protobufjs/fetch': 1.1.0 + '@protobufjs/float': 1.0.2 + '@protobufjs/inquire': 1.1.0 + '@protobufjs/path': 1.1.2 + '@protobufjs/pool': 1.1.0 + '@protobufjs/utf8': 1.1.0 + '@types/long': 4.0.2 + long: 4.0.0 + dev: true + optional: true + + /@apollo/usage-reporting-protobuf/4.0.2: + resolution: {integrity: sha512-GfE8aDqi/lAFut95pjH9IRvH0zGsQ5G/2lYL0ZLZfML7ArX+A4UVHFANQcPCcUYGE6bI6OPhLekg4Vsjf6B1cw==} + dependencies: + '@apollo/protobufjs': 1.2.7 + dev: true + optional: true + /@apollo/utils.dropunuseddefinitions/1.1.0_graphql@15.8.0: resolution: {integrity: sha512-jU1XjMr6ec9pPoL+BFWzEPW7VHHulVdGKMkPAMiCigpVIT11VmCbnij0bWob8uS3ODJ65tZLYKAh/55vLw2rbg==} engines: {node: '>=12.13.0'} @@ -697,11 +728,11 @@ packages: dev: true optional: true - /@apollo/utils.keyvaluecache/1.0.1: - resolution: {integrity: sha512-nLgYLomqjVimEzQ4cdvVQkcryi970NDvcRVPfd0OPeXhBfda38WjBq+WhQFk+czSHrmrSp34YHBxpat0EtiowA==} + /@apollo/utils.keyvaluecache/1.0.2: + resolution: {integrity: sha512-p7PVdLPMnPzmXSQVEsy27cYEjVON+SH/Wb7COyW3rQN8+wJgT1nv9jZouYtztWW8ZgTkii5T6tC9qfoDREd4mg==} dependencies: '@apollo/utils.logger': 1.0.1 - lru-cache: 7.14.1 + lru-cache: 7.13.1 dev: true optional: true @@ -751,18 +782,18 @@ packages: dev: true optional: true - /@apollo/utils.usagereporting/1.0.0_graphql@15.8.0: - resolution: {integrity: sha512-5PL7hJMkTPmdo3oxPtigRrIyPxDk/ddrUryHPDaezL1lSFExpNzsDd2f1j0XJoHOg350GRd3LyD64caLA2PU1w==} + /@apollo/utils.usagereporting/1.0.1_graphql@15.8.0: + resolution: {integrity: sha512-6dk+0hZlnDbahDBB2mP/PZ5ybrtCJdLMbeNJD+TJpKyZmSY6bA3SjI8Cr2EM9QA+AdziywuWg+SgbWUF3/zQqQ==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: + '@apollo/usage-reporting-protobuf': 4.0.2 '@apollo/utils.dropunuseddefinitions': 1.1.0_graphql@15.8.0 '@apollo/utils.printwithreducedwhitespace': 1.1.0_graphql@15.8.0 '@apollo/utils.removealiases': 1.0.0_graphql@15.8.0 '@apollo/utils.sortast': 1.1.0_graphql@15.8.0 '@apollo/utils.stripsensitiveliterals': 1.2.0_graphql@15.8.0 - apollo-reporting-protobuf: 3.3.3 graphql: 15.8.0 dev: true optional: true @@ -790,13 +821,13 @@ packages: peerDependencies: graphql: '*' dependencies: - '@babel/core': 7.20.2 - '@babel/generator': 7.20.4 - '@babel/parser': 7.20.3 - '@babel/runtime': 7.20.1 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 - babel-preset-fbjs: 3.4.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/generator': 7.21.1 + '@babel/parser': 7.21.2 + '@babel/runtime': 7.21.0 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 + babel-preset-fbjs: 3.4.0_@babel+core@7.21.0 chalk: 4.1.2 fb-watchman: 2.0.2 fbjs: 3.0.4 @@ -817,7 +848,7 @@ packages: resolution: {integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==} engines: {node: '>=14'} dependencies: - node-fetch: 2.6.8 + node-fetch: 2.6.9 transitivePeerDependencies: - encoding @@ -825,8 +856,8 @@ packages: resolution: {integrity: sha512-HazVq9zwTVwGmqdwYzu7WyQ6FQVZ7SwET0KKQuKm55jD0IfUpZgN0OPIiZG3zV1iSrVYcN0bdwLRXI/VNCYsUA==} dev: false - /@babel/cli/7.19.3: - resolution: {integrity: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==} + /@babel/cli/7.21.0: + resolution: {integrity: sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: @@ -848,6 +879,7 @@ packages: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: '@babel/highlight': 7.18.6 + dev: true /@babel/code-frame/7.18.6: resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} @@ -855,8 +887,8 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.20.1: - resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==} + /@babel/compat-data/7.21.0: + resolution: {integrity: sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==} engines: {node: '>=6.9.0'} /@babel/core/7.12.9: @@ -864,17 +896,17 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 - '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.1 - '@babel/parser': 7.20.3 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/generator': 7.21.1 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helpers': 7.21.0 + '@babel/parser': 7.21.2 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.1 + json5: 2.2.3 lodash: 4.17.21 resolve: 1.22.1 semver: 5.7.1 @@ -883,24 +915,24 @@ packages: - supports-color dev: true - /@babel/core/7.20.2: - resolution: {integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==} + /@babel/core/7.21.0: + resolution: {integrity: sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 - '@babel/helper-module-transforms': 7.20.2 - '@babel/helpers': 7.20.1 - '@babel/parser': 7.20.3 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/generator': 7.21.1 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/helper-module-transforms': 7.21.2 + '@babel/helpers': 7.21.0 + '@babel/parser': 7.21.2 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.1 + json5: 2.2.3 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -918,127 +950,132 @@ packages: semver: 6.3.0 dev: true - /@babel/eslint-parser/7.19.1_jnsjeijncrwwjo3oetxnn2vfsu: + /@babel/eslint-parser/7.19.1_zt6cfucldurvbyn2isj445jria: resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.30.0 + eslint: 8.35.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 - /@babel/generator/7.20.4: - resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} + /@babel/generator/7.21.1: + resolution: {integrity: sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.17 jsesc: 2.5.2 /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 - /@babel/helper-compilation-targets/7.20.0: - resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} + /@babel/helper-compilation-targets/7.20.7: + resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 + '@babel/compat-data': 7.21.0 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.5 + lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: - resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} + /@babel/helper-compilation-targets/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.4 + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.0 + '@babel/helper-validator-option': 7.21.0 + browserslist: 4.21.5 + lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.20.2: - resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==} + /@babel/helper-create-class-features-plugin/7.21.0: + resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.19.1 + '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==} + /@babel/helper-create-class-features-plugin/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 - '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-function-name': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.19.1 + '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.19.0: - resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} + /@babel/helper-create-regexp-features-plugin/7.21.0: + resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.2.1 + regexpu-core: 5.3.1 dev: true - /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2: - resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} + /@babel/helper-create-regexp-features-plugin/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.2.1 + regexpu-core: 5.3.1 - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.20.2: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.21.0: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/traverse': 7.20.1 + '@babel/traverse': 7.21.2 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -1052,7 +1089,7 @@ packages: peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/helper-compilation-targets': 7.20.0 + '@babel/helper-compilation-targets': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -1061,13 +1098,13 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.21.0: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -1084,35 +1121,35 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 - /@babel/helper-function-name/7.19.0: - resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} + /@babel/helper-function-name/7.21.0: + resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.20.2 + '@babel/template': 7.20.7 + '@babel/types': 7.21.2 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 - /@babel/helper-member-expression-to-functions/7.18.9: - resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} + /@babel/helper-member-expression-to-functions/7.21.0: + resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 - /@babel/helper-module-transforms/7.20.2: - resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} + /@babel/helper-module-transforms/7.21.2: + resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 @@ -1120,9 +1157,9 @@ packages: '@babel/helper-simple-access': 7.20.2 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color @@ -1130,7 +1167,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} @@ -1148,35 +1185,36 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.20.2 + '@babel/helper-wrap-function': 7.20.5 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-wrap-function': 7.19.0 - '@babel/types': 7.20.2 + '@babel/helper-wrap-function': 7.20.5 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color - /@babel/helper-replace-supers/7.19.1: - resolution: {integrity: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==} + /@babel/helper-replace-supers/7.20.7: + resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-member-expression-to-functions': 7.18.9 + '@babel/helper-member-expression-to-functions': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color @@ -1184,19 +1222,19 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@babel/helper-skip-transparent-expression-wrappers/7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -1206,28 +1244,28 @@ packages: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option/7.18.6: - resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} + /@babel/helper-validator-option/7.21.0: + resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.19.0: - resolution: {integrity: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==} + /@babel/helper-wrap-function/7.20.5: + resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.19.0 - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/helper-function-name': 7.21.0 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color - /@babel/helpers/7.20.1: - resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==} + /@babel/helpers/7.21.0: + resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 transitivePeerDependencies: - supports-color @@ -1239,12 +1277,12 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.20.3: - resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} + /@babel/parser/7.21.2: + resolution: {integrity: sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -1255,39 +1293,39 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9: - resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7: + resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.18.9 + '@babel/plugin-proposal-optional-chaining': 7.21.0 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2: - resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 - /@babel/plugin-proposal-async-generator-functions/7.20.1: - resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} + /@babel/plugin-proposal-async-generator-functions/7.20.7: + resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1300,17 +1338,17 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2: - resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} + /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 transitivePeerDependencies: - supports-color @@ -1320,62 +1358,62 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.18.6: - resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} + /@babel/plugin-proposal-class-static-block/7.21.0: + resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/helper-create-class-features-plugin': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-class-static-block': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} + /@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.0 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==} + /@babel/plugin-proposal-decorators/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.19.1 + '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.21.0 transitivePeerDependencies: - supports-color @@ -1389,25 +1427,25 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3 dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 - /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.2: + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.21.0: resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.21.0 dev: true /@babel/plugin-proposal-export-namespace-from/7.18.9: @@ -1420,15 +1458,15 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.0 /@babel/plugin-proposal-json-strings/7.18.6: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} @@ -1440,18 +1478,18 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 - /@babel/plugin-proposal-logical-assignment-operators/7.18.9: - resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} + /@babel/plugin-proposal-logical-assignment-operators/7.20.7: + resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1460,15 +1498,15 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2: - resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} + /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} @@ -1480,15 +1518,15 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 /@babel/plugin-proposal-numeric-separator/7.18.6: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} @@ -1500,15 +1538,15 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} @@ -1516,36 +1554,36 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.20.2 + '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.2: - resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} + /@babel/plugin-proposal-object-rest-spread/7.20.7: + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/helper-compilation-targets': 7.20.0 + '@babel/compat-data': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-parameters': 7.20.3 + '@babel/plugin-transform-parameters': 7.20.7 dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} + /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 /@babel/plugin-proposal-optional-catch-binding/7.18.6: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} @@ -1557,18 +1595,18 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 - /@babel/plugin-proposal-optional-chaining/7.18.9: - resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} + /@babel/plugin-proposal-optional-chaining/7.21.0: + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1578,16 +1616,16 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3 dev: true - /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2: - resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} + /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 /@babel/plugin-proposal-private-methods/7.18.6: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} @@ -1595,49 +1633,49 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-property-in-object/7.18.6: - resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} + /@babel/plugin-proposal-private-property-in-object/7.21.0: + resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-private-property-in-object': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} + /@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.0 transitivePeerDependencies: - supports-color @@ -1647,18 +1685,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.19.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-async-generators/7.8.4: @@ -1668,12 +1706,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-bigint/7.8.3: @@ -1684,12 +1722,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-class-properties/7.12.13: @@ -1699,12 +1737,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-class-static-block/7.14.5: @@ -1716,22 +1754,22 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.21.0: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.2: - resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} + /@babel/plugin-syntax-decorators/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-dynamic-import/7.8.3: @@ -1742,21 +1780,21 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -1768,12 +1806,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-flow/7.18.6: @@ -1785,13 +1823,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-import-assertions/7.20.0: @@ -1803,13 +1841,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2: + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.21.0: resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-import-meta/7.10.4: @@ -1820,12 +1858,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.0: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-json-strings/7.8.3: @@ -1835,12 +1873,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: @@ -1861,13 +1899,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-logical-assignment-operators/7.10.4: @@ -1877,12 +1915,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: @@ -1892,12 +1930,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-numeric-separator/7.10.4: @@ -1907,12 +1945,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-object-rest-spread/7.8.3: @@ -1931,12 +1969,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-optional-catch-binding/7.8.3: @@ -1946,12 +1984,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-optional-chaining/7.8.3: @@ -1961,12 +1999,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-private-property-in-object/7.14.5: @@ -1978,13 +2016,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.21.0: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-top-level-await/7.14.5: @@ -1995,26 +2033,26 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.2: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.21.0: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-arrow-functions/7.18.6: - resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} + /@babel/plugin-transform-arrow-functions/7.20.7: + resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2022,17 +2060,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} + /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-async-to-generator/7.18.6: - resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} + /@babel/plugin-transform-async-to-generator/7.20.7: + resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2044,16 +2082,16 @@ packages: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} + /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.0 transitivePeerDependencies: - supports-color @@ -2066,17 +2104,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-block-scoping/7.20.2: - resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} + /@babel/plugin-transform-block-scoping/7.21.0: + resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2084,73 +2122,75 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} + /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-classes/7.20.2: - resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} + /@babel/plugin-transform-classes/7.21.0: + resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.0 + '@babel/helper-compilation-targets': 7.20.7 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.19.1 + '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} + /@babel/plugin-transform-classes/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.19.1 + '@babel/helper-replace-supers': 7.20.7 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.18.9: - resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} + /@babel/plugin-transform-computed-properties/7.20.7: + resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 + '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2: - resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} + /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 + '@babel/template': 7.20.7 - /@babel/plugin-transform-destructuring/7.20.2: - resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} + /@babel/plugin-transform-destructuring/7.20.7: + resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2158,13 +2198,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} + /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-dotall-regex/7.18.6: @@ -2173,18 +2213,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.19.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-duplicate-keys/7.18.9: @@ -2196,13 +2236,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-exponentiation-operator/7.18.6: @@ -2215,18 +2255,18 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-flow-strip-types/7.19.0: - resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} + /@babel/plugin-transform-flow-strip-types/7.21.0: + resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2235,18 +2275,18 @@ packages: '@babel/plugin-syntax-flow': 7.18.6 dev: true - /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.20.2: - resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} + /@babel/plugin-transform-flow-strip-types/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.0 - /@babel/plugin-transform-for-of/7.18.8: - resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} + /@babel/plugin-transform-for-of/7.21.0: + resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2254,13 +2294,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2: - resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} + /@babel/plugin-transform-for-of/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-function-name/7.18.9: @@ -2269,20 +2309,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-compilation-targets': 7.20.0 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-compilation-targets': 7.20.7 + '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 - '@babel/helper-function-name': 7.19.0 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-literals/7.18.9: @@ -2294,13 +2334,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-member-expression-literals/7.18.6: @@ -2312,88 +2352,88 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-modules-amd/7.19.6: - resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} + /@babel/plugin-transform-modules-amd/7.20.11: + resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2: - resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} + /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.21.0: + resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-module-transforms': 7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.19.6: - resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} + /@babel/plugin-transform-modules-commonjs/7.21.2: + resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2: - resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} + /@babel/plugin-transform-modules-commonjs/7.21.2_@babel+core@7.21.0: + resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-module-transforms': 7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.19.6: - resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} + /@babel/plugin-transform-modules-systemjs/7.20.11: + resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.2: - resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} + /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.21.0: + resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: @@ -2405,42 +2445,42 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.20.2 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-module-transforms': 7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-module-transforms': 7.21.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.19.1: - resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5: + resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.19.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.2: - resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} + /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.21.0: + resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-new-target/7.18.6: @@ -2452,13 +2492,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-object-super/7.18.6: @@ -2468,25 +2508,25 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.19.1 + '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.19.1 + '@babel/helper-replace-supers': 7.20.7 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.20.3: - resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} + /@babel/plugin-transform-parameters/7.20.7: + resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2494,8 +2534,8 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.12.9: - resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} + /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.12.9: + resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2504,13 +2544,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2: - resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} + /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-property-literals/7.18.6: @@ -2522,22 +2562,22 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-react-constant-elements/7.20.2_@babel+core@7.20.2: + /@babel/plugin-transform-react-constant-elements/7.20.2_@babel+core@7.21.0: resolution: {integrity: sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-react-display-name/7.18.6: @@ -2549,13 +2589,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-react-jsx-development/7.18.6: @@ -2564,20 +2604,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/plugin-transform-react-jsx': 7.19.0 + '@babel/plugin-transform-react-jsx': 7.21.0 dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 - /@babel/plugin-transform-react-jsx/7.19.0: - resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} + /@babel/plugin-transform-react-jsx/7.21.0: + resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2586,21 +2626,21 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-jsx': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 dev: true - /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.2: - resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} + /@babel/plugin-transform-react-jsx/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 - '@babel/types': 7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.0 + '@babel/types': 7.21.2 /@babel/plugin-transform-react-pure-annotations/7.18.6: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} @@ -2612,35 +2652,35 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-regenerator/7.18.6: - resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} + /@babel/plugin-transform-regenerator/7.20.5: + resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - regenerator-transform: 0.15.0 + regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} + /@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.21.0: + resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - regenerator-transform: 0.15.0 + regenerator-transform: 0.15.1 /@babel/plugin-transform-reserved-words/7.18.6: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} @@ -2651,17 +2691,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-runtime/7.19.6: - resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} + /@babel/plugin-transform-runtime/7.21.0: + resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2675,18 +2715,18 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.2: - resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} + /@babel/plugin-transform-runtime/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.0 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.0 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.0 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -2700,17 +2740,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-spread/7.19.0: - resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} + /@babel/plugin-transform-spread/7.20.7: + resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2719,13 +2759,13 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2: - resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} + /@babel/plugin-transform-spread/7.20.7_@babel+core@7.21.0: + resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 @@ -2738,13 +2778,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-template-literals/7.18.9: @@ -2756,13 +2796,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-typeof-symbol/7.18.9: @@ -2774,25 +2814,25 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.21.0: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.2: - resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} + /@babel/plugin-transform-typescript/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-xo///XTPp3mDzTtrqXoBlK9eiAYW3wv9JXglcn/u1bi60RW11dEUxIgA8cbnDhutS1zacjMRmAwxE0gMklLnZg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.0 transitivePeerDependencies: - supports-color @@ -2805,13 +2845,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.21.0: resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-unicode-regex/7.18.6: @@ -2820,18 +2860,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.19.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/preset-env/7.20.2: @@ -2840,26 +2880,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/helper-compilation-targets': 7.20.0 + '@babel/compat-data': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.18.6 + '@babel/helper-validator-option': 7.21.0 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9 - '@babel/plugin-proposal-async-generator-functions': 7.20.1 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7 + '@babel/plugin-proposal-async-generator-functions': 7.20.7 '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-class-static-block': 7.18.6 + '@babel/plugin-proposal-class-static-block': 7.21.0 '@babel/plugin-proposal-dynamic-import': 7.18.6 '@babel/plugin-proposal-export-namespace-from': 7.18.9 '@babel/plugin-proposal-json-strings': 7.18.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9 + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6 '@babel/plugin-proposal-numeric-separator': 7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.7 '@babel/plugin-proposal-optional-catch-binding': 7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.18.9 + '@babel/plugin-proposal-optional-chaining': 7.21.0 '@babel/plugin-proposal-private-methods': 7.18.6 - '@babel/plugin-proposal-private-property-in-object': 7.18.6 + '@babel/plugin-proposal-private-property-in-object': 7.21.0 '@babel/plugin-proposal-unicode-property-regex': 7.18.6 '@babel/plugin-syntax-async-generators': 7.8.4 '@babel/plugin-syntax-class-properties': 7.12.13 @@ -2876,130 +2916,130 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3 '@babel/plugin-syntax-private-property-in-object': 7.14.5 '@babel/plugin-syntax-top-level-await': 7.14.5 - '@babel/plugin-transform-arrow-functions': 7.18.6 - '@babel/plugin-transform-async-to-generator': 7.18.6 + '@babel/plugin-transform-arrow-functions': 7.20.7 + '@babel/plugin-transform-async-to-generator': 7.20.7 '@babel/plugin-transform-block-scoped-functions': 7.18.6 - '@babel/plugin-transform-block-scoping': 7.20.2 - '@babel/plugin-transform-classes': 7.20.2 - '@babel/plugin-transform-computed-properties': 7.18.9 - '@babel/plugin-transform-destructuring': 7.20.2 + '@babel/plugin-transform-block-scoping': 7.21.0 + '@babel/plugin-transform-classes': 7.21.0 + '@babel/plugin-transform-computed-properties': 7.20.7 + '@babel/plugin-transform-destructuring': 7.20.7 '@babel/plugin-transform-dotall-regex': 7.18.6 '@babel/plugin-transform-duplicate-keys': 7.18.9 '@babel/plugin-transform-exponentiation-operator': 7.18.6 - '@babel/plugin-transform-for-of': 7.18.8 + '@babel/plugin-transform-for-of': 7.21.0 '@babel/plugin-transform-function-name': 7.18.9 '@babel/plugin-transform-literals': 7.18.9 '@babel/plugin-transform-member-expression-literals': 7.18.6 - '@babel/plugin-transform-modules-amd': 7.19.6 - '@babel/plugin-transform-modules-commonjs': 7.19.6 - '@babel/plugin-transform-modules-systemjs': 7.19.6 + '@babel/plugin-transform-modules-amd': 7.20.11 + '@babel/plugin-transform-modules-commonjs': 7.21.2 + '@babel/plugin-transform-modules-systemjs': 7.20.11 '@babel/plugin-transform-modules-umd': 7.18.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5 '@babel/plugin-transform-new-target': 7.18.6 '@babel/plugin-transform-object-super': 7.18.6 - '@babel/plugin-transform-parameters': 7.20.3 + '@babel/plugin-transform-parameters': 7.20.7 '@babel/plugin-transform-property-literals': 7.18.6 - '@babel/plugin-transform-regenerator': 7.18.6 + '@babel/plugin-transform-regenerator': 7.20.5 '@babel/plugin-transform-reserved-words': 7.18.6 '@babel/plugin-transform-shorthand-properties': 7.18.6 - '@babel/plugin-transform-spread': 7.19.0 + '@babel/plugin-transform-spread': 7.20.7 '@babel/plugin-transform-sticky-regex': 7.18.6 '@babel/plugin-transform-template-literals': 7.18.9 '@babel/plugin-transform-typeof-symbol': 7.18.9 '@babel/plugin-transform-unicode-escapes': 7.18.10 '@babel/plugin-transform-unicode-regex': 7.18.6 '@babel/preset-modules': 0.1.5 - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 babel-plugin-polyfill-corejs2: 0.3.3 babel-plugin-polyfill-corejs3: 0.6.0 babel-plugin-polyfill-regenerator: 0.4.1 - core-js-compat: 3.26.1 + core-js-compat: 3.29.0 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-env/7.20.2_@babel+core@7.20.2: + /@babel/preset-env/7.20.2_@babel+core@7.21.0: resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.0 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.2 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.2 - '@babel/preset-modules': 0.1.5_@babel+core@7.20.2 - '@babel/types': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 - core-js-compat: 3.26.1 + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-class-static-block': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.21.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.21.0 + '@babel/plugin-transform-modules-commonjs': 7.21.2_@babel+core@7.21.0 + '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.21.0 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.21.0 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.21.0 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.21.0 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.0 + '@babel/preset-modules': 0.1.5_@babel+core@7.21.0 + '@babel/types': 7.21.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.0 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.0 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.0 + core-js-compat: 3.29.0 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -3011,8 +3051,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.19.0 + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-transform-flow-strip-types': 7.21.0 dev: true /@babel/preset-modules/0.1.5: @@ -3023,20 +3063,20 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-proposal-unicode-property-regex': 7.18.6 '@babel/plugin-transform-dotall-regex': 7.18.6 - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 esutils: 2.0.3 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.20.2: + /@babel/preset-modules/0.1.5_@babel+core@7.21.0: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 - '@babel/types': 7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.0 + '@babel/types': 7.21.2 esutils: 2.0.3 /@babel/preset-react/7.18.6: @@ -3046,47 +3086,47 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.18.6 + '@babel/helper-validator-option': 7.21.0 '@babel/plugin-transform-react-display-name': 7.18.6 - '@babel/plugin-transform-react-jsx': 7.19.0 + '@babel/plugin-transform-react-jsx': 7.21.0 '@babel/plugin-transform-react-jsx-development': 7.18.6 '@babel/plugin-transform-react-pure-annotations': 7.18.6 dev: true - /@babel/preset-react/7.18.6_@babel+core@7.20.2: + /@babel/preset-react/7.18.6_@babel+core@7.21.0: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.2 - - /@babel/preset-typescript/7.18.6_@babel+core@7.20.2: - resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.21.0 + + /@babel/preset-typescript/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.2 + '@babel/helper-validator-option': 7.21.0 + '@babel/plugin-transform-typescript': 7.21.0_@babel+core@7.21.0 transitivePeerDependencies: - supports-color - /@babel/register/7.18.9_@babel+core@7.20.2: - resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} + /@babel/register/7.21.0_@babel+core@7.21.0: + resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -3094,81 +3134,85 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/runtime-corejs3/7.20.1: - resolution: {integrity: sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg==} + /@babel/regjsgen/0.8.0: + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} + + /@babel/runtime-corejs3/7.21.0: + resolution: {integrity: sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.26.1 - regenerator-runtime: 0.13.10 + core-js-pure: 3.29.0 + regenerator-runtime: 0.13.11 + dev: true /@babel/runtime/7.11.2: resolution: {integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==} dependencies: - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: false - /@babel/runtime/7.20.1: - resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} + /@babel/runtime/7.21.0: + resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 /@babel/runtime/7.5.5: resolution: {integrity: sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==} dependencies: - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@babel/runtime/7.7.2: resolution: {integrity: sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==} dependencies: - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true - /@babel/template/7.18.10: - resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} + /@babel/template/7.20.7: + resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 - /@babel/traverse/7.20.1: - resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} + /@babel/traverse/7.21.2: + resolution: {integrity: sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 + '@babel/generator': 7.21.1 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/traverse/7.20.1_supports-color@5.5.0: - resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} + /@babel/traverse/7.21.2_supports-color@5.5.0: + resolution: {integrity: sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.20.4 + '@babel/generator': 7.21.1 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.19.0 + '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.20.2: - resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} + /@babel/types/7.21.2: + resolution: {integrity: sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -3182,27 +3226,28 @@ packages: /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - /@ceramicnetwork/blockchain-utils-linking/2.6.0: - resolution: {integrity: sha512-jq5U8yw7t2razPW8jqZ3akS7k2mFKf7GNVKMjIWCVWinuyLDthnjEQMe4vIiMLUdKCO7/eYOWEePVwhW8V7tFw==} + /@ceramicnetwork/blockchain-utils-linking/2.13.0: + resolution: {integrity: sha512-W2f0t5IqR6JpBBUQ96UmmAaHWefmN1hal2pcYl8Zk/5UsnBk9nhLDmdtiBU3uJlIXLV+wya/NWwO9+AwjXptbw==} dependencies: - '@ceramicnetwork/streamid': 2.7.0 - '@didtools/cacao': 1.0.0 + '@ceramicnetwork/streamid': 2.14.0 + '@didtools/cacao': 1.2.0 '@stablelib/random': 1.0.2 '@stablelib/sha256': 1.0.1 caip: 1.1.0 near-api-js: 0.44.2 - uint8arrays: 3.1.1 + uint8arrays: 4.0.3 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/common/2.13.0: - resolution: {integrity: sha512-QAbyCRKhm0H0GOHIxKHYSFE6Ak3mb5o+qyfnFz5K7FcUtvjnGUWAqZMdvedzVYLS9lBYirl9oel+h3xEx2gpuw==} + /@ceramicnetwork/common/2.23.0: + resolution: {integrity: sha512-hzXN3tJEAfyaaZFCNCqTgtdyTeiNayZt6JF793YRxD9ZLq0OpgpRnF15m/bdj2g7IK8v6enG2jVgq0QLKGaBiA==} dependencies: - '@ceramicnetwork/streamid': 2.7.0 - '@didtools/cacao': 1.0.0 - '@didtools/pkh-ethereum': 0.0.1 - '@didtools/pkh-solana': 0.0.1 + '@ceramicnetwork/streamid': 2.14.0 + '@didtools/cacao': 2.0.0 + '@didtools/pkh-ethereum': 0.1.0 + '@didtools/pkh-solana': 0.1.0 + '@didtools/pkh-tezos': 0.2.1 '@stablelib/random': 1.0.2 caip: 1.1.0 cross-fetch: 3.1.5 @@ -3211,101 +3256,103 @@ packages: jet-logger: 1.2.2 lodash.clonedeep: 4.5.0 logfmt: 1.3.2 - multiformats: 9.9.0 - rxjs: 7.5.7 - uint8arrays: 3.1.1 + multiformats: 11.0.1 + rxjs: 7.8.0 + uint8arrays: 4.0.3 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/http-client/2.10.0: - resolution: {integrity: sha512-+caYOXFvOSgoOiv41vU6Du6Ru52iZAir1hxbAnSO4uHN9wruAYxMD/a9YoepMcvr8veGtQhPvvaGA+rI5MNJ6g==} + /@ceramicnetwork/http-client/2.20.0: + resolution: {integrity: sha512-nwxxcm1Wt2A+QRByxC0PFGCGNfkzWMobduxeaixgkGhJN5SX7Edu7hi4EmhV0PZmXJRitCaNJDXZiRRZ903D1Q==} dependencies: - '@ceramicnetwork/common': 2.13.0 - '@ceramicnetwork/stream-caip10-link': 2.8.0 - '@ceramicnetwork/stream-model': 0.11.0 - '@ceramicnetwork/stream-model-instance': 0.9.0 - '@ceramicnetwork/stream-tile': 2.9.0 - '@ceramicnetwork/streamid': 2.7.0 - query-string: 7.1.1 - rxjs: 7.5.7 + '@ceramicnetwork/common': 2.23.0 + '@ceramicnetwork/stream-caip10-link': 2.18.0 + '@ceramicnetwork/stream-model': 1.5.0 + '@ceramicnetwork/stream-model-instance': 1.5.0 + '@ceramicnetwork/stream-tile': 2.19.0 + '@ceramicnetwork/streamid': 2.14.0 + query-string: 7.1.3 + rxjs: 7.8.0 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-caip10-link/2.8.0: - resolution: {integrity: sha512-5rZOF+cQEmTxhNA6hBltlBHq0vNNkAUqW2qZ69q5497X+bGGHXzG2fLus68T3o5SXpW2EayuDkPrH4K2/PbUPg==} + /@ceramicnetwork/stream-caip10-link/2.18.0: + resolution: {integrity: sha512-um1cexz5T+t4PWzIfpUPFhXoZAZWvmRVKlhBCrXHMWRGCgLFm/EgG5fUa0BoHouLaesNGggNDRtuM61eozuwTA==} dependencies: - '@ceramicnetwork/common': 2.13.0 - '@ceramicnetwork/streamid': 2.7.0 + '@ceramicnetwork/common': 2.23.0 + '@ceramicnetwork/streamid': 2.14.0 caip: 1.1.0 - did-resolver: 3.2.2 + did-resolver: 4.0.1 lodash.clonedeep: 4.5.0 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-model-instance/0.9.0: - resolution: {integrity: sha512-COcaVhzlairDFZHBbdQ27Bo0zkdC0E0SDMUc/R5NlgczI5OxNhrG7TShGcRzBGeQJfMa8UrxVAYFpXmn3QQ8QQ==} + /@ceramicnetwork/stream-model-instance/1.5.0: + resolution: {integrity: sha512-zdm+JbORr/3bxgMsFck6jYQGWeaWZnjotMnq2k2e9Wyqr5ulyXDk4uh7HG7nJAvTDvjEvAWgjqXFbLLyCzEixw==} dependencies: - '@ceramicnetwork/common': 2.13.0 - '@ceramicnetwork/streamid': 2.7.0 + '@ceramicnetwork/common': 2.23.0 + '@ceramicnetwork/streamid': 2.14.0 '@ipld/dag-cbor': 7.0.3 '@stablelib/random': 1.0.2 fast-json-patch: 3.1.1 - uint8arrays: 3.1.1 + object-sizeof: 2.6.1 + uint8arrays: 4.0.3 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-model/0.11.0: - resolution: {integrity: sha512-2sP59rThgCjNHaix0w/ekdcltnRj/wzF2hd8roZ0SeO7msHJWD+6lDIdtGLAdg8XpD5KUFdXd/L+1FvXaAaK9g==} + /@ceramicnetwork/stream-model/1.5.0: + resolution: {integrity: sha512-zqE+SA5nssHqXeIEJnbAjsxFx8Fhdl67wM/Mz8tRZr1m2ya6BjchGd5rrtE41gfwM6ZM6WYZ/xJZ+k0iMpGiQQ==} dependencies: - '@ceramicnetwork/common': 2.13.0 - '@ceramicnetwork/streamid': 2.7.0 + '@ceramicnetwork/common': 2.23.0 + '@ceramicnetwork/streamid': 2.14.0 '@ipld/dag-cbor': 7.0.3 '@stablelib/random': 1.0.2 fast-json-patch: 3.1.1 json-schema-typed: 8.0.1 - multiformats: 9.9.0 + multiformats: 11.0.1 multihashes: 4.0.3 - uint8arrays: 3.1.1 + uint8arrays: 4.0.3 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-tile/2.9.0: - resolution: {integrity: sha512-KoL/7paY+M04L7oaTDnNkyRvqhlbfh+5yDy6ReJ0wGqv5tmCsyX8wiaC5dUGGNMiALORGvtWeoZhjQynDB8riw==} + /@ceramicnetwork/stream-tile/2.19.0: + resolution: {integrity: sha512-iPVjWAIaRaYJuwkY3etljdPciePzOuGijBoXzQ4frL/MxKaAWosyTgloJvhTt0zohzr11WGgoCNqupQ3Mm0Xuw==} dependencies: - '@ceramicnetwork/common': 2.13.0 - '@ceramicnetwork/streamid': 2.7.0 + '@ceramicnetwork/common': 2.23.0 + '@ceramicnetwork/streamid': 2.14.0 '@ipld/dag-cbor': 7.0.3 '@stablelib/random': 1.0.2 - dids: 3.4.0 + dids: 4.0.0 fast-json-patch: 3.1.1 lodash.clonedeep: 4.5.0 - uint8arrays: 3.1.1 + uint8arrays: 4.0.3 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/streamid/2.7.0: - resolution: {integrity: sha512-gRPA5UAYPAPN7KdKMp/hNnAlSp7yeIzWnzKhPYZNo3QbUbZriWQC0IvD8naNV2tzy02z6fwdOxRcLyFP9uPYeg==} + /@ceramicnetwork/streamid/2.14.0: + resolution: {integrity: sha512-Pv28GZA77Zth+aC65NJeimrH4pIl91SKMCBAkOHORk/UCH++HTTItAjhu/RqMCsGpfnsIvZAXwsGqNH7dfJz1A==} dependencies: '@ipld/dag-cbor': 7.0.3 - multiformats: 9.9.0 - typescript-memoize: 1.1.1 - uint8arrays: 3.1.1 + mapmoize: 1.2.1 + multiformats: 11.0.1 + uint8arrays: 4.0.3 varint: 6.0.0 dev: false /@chainlink/contracts/0.0.10: resolution: {integrity: sha512-ok+ucSQ+3mrR+zjbi6zIrdd5M9XymcqVcnXGVyqBVRYZp97jS2/rt/glP320JmHxmi4pacgDOg0Ux11xIr1S8Q==} optionalDependencies: - '@truffle/contract': 4.6.6 + '@truffle/contract': 4.6.15 ethers: 4.0.49 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate dev: true @@ -3314,11 +3361,11 @@ packages: resolution: {integrity: sha512-nqSJ8u2a1Rv9FYbyI8qpDhTYujaKEyLknNrTejLYoSWmdeg+2WB7R6BZqPZYfrJzDxVi3rl6ZQuoaEvpKRZWgQ==} dev: false - /@chainsafe/libp2p-gossipsub/6.1.0: - resolution: {integrity: sha512-+zIPRGf2T+Qd+Hef/XbJx66FL+hbmth9sk6sr3PvQ2eolHGFwPwxSeM7fVdGWoZ7sMndUoGKUNPmO2GzbPsVQg==} + /@chainsafe/libp2p-gossipsub/6.2.0: + resolution: {integrity: sha512-b3xEgjaatCmzJgNyE7qbTl/JBIymcNWbLUtW1nGA9a0n9Y0IjnNLyUmHH0y3xe22trVTAf6o7qpAdkbXILU9sg==} engines: {npm: '>=8.7.0'} dependencies: - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-connection-manager': 1.3.7 '@libp2p/interface-keys': 1.0.7 @@ -3328,11 +3375,11 @@ packages: '@libp2p/interface-registrar': 2.0.8 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/peer-record': 5.0.0 - '@libp2p/pubsub': 6.0.0 + '@libp2p/pubsub': 6.0.4 '@libp2p/topology': 4.0.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 abortable-iterator: 4.0.2 denque: 1.5.1 it-length-prefixed: 8.0.4 @@ -3346,24 +3393,24 @@ packages: - supports-color dev: false - /@chainsafe/libp2p-noise/11.0.0: - resolution: {integrity: sha512-NEl5aIv6muz9OL+dsa3INEU89JX0NViBxOy7NwwG8eNRPUDHo5E3ZTMSHXQpVx1K/ofoNS4ANO9xwezY6ss5GA==} + /@chainsafe/libp2p-noise/11.0.1: + resolution: {integrity: sha512-pByMPsbuuiAherDV7DRB/sBmxWJcLt2tkuST4vFpv6FZb3/AxKp+ck2f4pHFNaUCaFbGLQa2wN903i8tq8Qr7Q==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-connection-encrypter': 3.0.6 '@libp2p/interface-keys': 1.0.7 '@libp2p/interface-metrics': 4.0.5 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@stablelib/chacha20poly1305': 1.0.1 '@stablelib/hkdf': 1.0.1 '@stablelib/sha256': 1.0.1 '@stablelib/x25519': 1.0.3 it-length-prefixed: 8.0.4 - it-pair: 2.0.3 - it-pb-stream: 2.0.3 + it-pair: 2.0.4 + it-pb-stream: 2.0.4 it-pipe: 2.0.5 it-stream-types: 1.0.5 protons-runtime: 4.0.2 @@ -3400,24 +3447,24 @@ packages: hasBin: true dependencies: exec-sh: 0.3.6 - minimist: 1.2.7 + minimist: 1.2.8 - /@coinbase/wallet-sdk/3.5.4: - resolution: {integrity: sha512-+5s05dmB6YUPUnV5vThP96GVG1O4GgS3qYvjYJhe56ds8YFz+keU3/docFBLf8FQOCIO5j7IZtZmVGvz7G+kRw==} + /@coinbase/wallet-sdk/3.6.4: + resolution: {integrity: sha512-2ecCT0/pmaMNVyMF7J1ZLFTfLnpnrHNQOGyIcbMBIepeqlE3jndjU023OdwwVLrLXyvfyelJ8K1iwAOvyEZxUw==} engines: {node: '>= 10.0.0'} dependencies: '@metamask/safe-event-emitter': 2.0.0 - '@solana/web3.js': 1.52.0 + '@solana/web3.js': 1.73.3 bind-decorator: 1.0.11 bn.js: 5.2.1 buffer: 6.0.3 clsx: 1.2.1 eth-block-tracker: 4.4.3 - eth-json-rpc-filters: 4.2.2 + eth-json-rpc-filters: 5.1.0 eth-rpc-errors: 4.0.2 json-rpc-engine: 6.1.0 - keccak: 3.0.2 - preact: 10.11.3 + keccak: 3.0.3 + preact: 10.13.0 qs: 6.11.0 rxjs: 6.6.7 sha.js: 2.4.11 @@ -3427,7 +3474,6 @@ packages: - '@babel/core' - bufferutil - encoding - - react-native - supports-color - utf-8-validate dev: false @@ -3448,159 +3494,159 @@ packages: /@csstools/normalize.css/12.0.0: resolution: {integrity: sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==} - /@csstools/postcss-cascade-layers/1.1.1_postcss@8.4.19: + /@csstools/postcss-cascade-layers/1.1.1_postcss@8.4.21: resolution: {integrity: sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + '@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /@csstools/postcss-color-function/1.1.1_postcss@8.4.19: + /@csstools/postcss-color-function/1.1.1_postcss@8.4.21: resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 - postcss: 8.4.19 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-font-format-keywords/1.0.1_postcss@8.4.19: + /@csstools/postcss-font-format-keywords/1.0.1_postcss@8.4.21: resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.19: + /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.21: resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-ic-unit/1.0.1_postcss@8.4.19: + /@csstools/postcss-ic-unit/1.0.1_postcss@8.4.21: resolution: {integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 - postcss: 8.4.19 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-is-pseudo-class/2.0.7_postcss@8.4.19: + /@csstools/postcss-is-pseudo-class/2.0.7_postcss@8.4.21: resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + '@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /@csstools/postcss-nested-calc/1.0.0_postcss@8.4.19: + /@csstools/postcss-nested-calc/1.0.0_postcss@8.4.21: resolution: {integrity: sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.19: + /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.21: resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-oklab-function/1.1.1_postcss@8.4.19: + /@csstools/postcss-oklab-function/1.1.1_postcss@8.4.21: resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 - postcss: 8.4.19 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.19: + /@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.21: resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-stepped-value-functions/1.0.1_postcss@8.4.19: + /@csstools/postcss-stepped-value-functions/1.0.1_postcss@8.4.21: resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-text-decoration-shorthand/1.0.0_postcss@8.4.19: + /@csstools/postcss-text-decoration-shorthand/1.0.0_postcss@8.4.21: resolution: {integrity: sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-trigonometric-functions/1.0.2_postcss@8.4.19: + /@csstools/postcss-trigonometric-functions/1.0.2_postcss@8.4.21: resolution: {integrity: sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==} engines: {node: ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /@csstools/postcss-unset-value/1.0.2_postcss@8.4.19: + /@csstools/postcss-unset-value/1.0.2_postcss@8.4.21: resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /@csstools/selector-specificity/2.0.2_45y636a2vqremknoajyxd5nkzy: - resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} - engines: {node: ^12 || ^14 || >=16} + /@csstools/selector-specificity/2.1.1_wajs5nedgkikc5pcuwett7legi: + resolution: {integrity: sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==} + engines: {node: ^14 || ^16 || >=18} peerDependencies: - postcss: ^8.2 + postcss: ^8.4 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 /@cypress/browserify-preprocessor/3.0.2: resolution: {integrity: sha512-y6mlFR+IR2cqcm3HabSp7AEcX9QfF1EUL4eOaw/7xexdhmdQU8ez6piyRopZQob4BK8oKTsc9PkupsU2rzjqMA==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 + '@babel/core': 7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/runtime': 7.21.0 babel-plugin-add-module-exports: 1.0.4 - babelify: 10.0.0_@babel+core@7.20.2 + babelify: 10.0.0_@babel+core@7.21.0 bluebird: 3.7.2 browserify: 16.5.2 coffeeify: 3.0.1_coffeescript@1.12.7 @@ -3637,7 +3683,7 @@ packages: resolution: {integrity: sha512-Fn3fdTiyayHoy8Ol0RSu4MlBH2maQ2ZEXeEVKl/zHHXEQpld5HX3vdNLhK5YLij8cLynA4DxOT/nO9iEnIiOXw==} dev: true - /@cypress/react/5.12.4_xq2phfowexpehqtx3ygz6elzhy: + /@cypress/react/5.12.4_kaae6qomxcc47wqcafohyvutjm: resolution: {integrity: sha512-d44InxWKmwQKyCMQT/3n1UplYa39yKEQTPlb2HhXF6ickqtmhxw7kePv00yrJpBc9gy2jUkNUOfCbtt2uz1kUw==} peerDependencies: '@babel/core': '>=7' @@ -3668,7 +3714,7 @@ packages: dependencies: '@cypress/mount-utils': 1.0.2 '@cypress/webpack-dev-server': 1.8.4_webpack@4.44.2 - '@types/react': 18.0.25 + '@types/react': 18.0.28 babel-loader: 8.1.0_webpack@4.44.2 cypress: 9.5.3 debug: 4.3.4 @@ -3681,12 +3727,12 @@ packages: - supports-color dev: true - /@cypress/request/2.88.10: - resolution: {integrity: sha512-Zp7F+R93N0yZyG34GutyTNr+okam7s/Fzc1+i3kcqOP8vk6OuajuE9qZJ6Rs+10/1JFtXFYMdyarnU1rZuJesg==} + /@cypress/request/2.88.11: + resolution: {integrity: sha512-M83/wfQ1EkspjkE2lNWNV5ui2Cv7UCv1swW1DqljahbzLVWltcsexQh8jYtuS/vzFXP+HySntGM83ZXA9fn17w==} engines: {node: '>= 6'} dependencies: aws-sign2: 0.7.0 - aws4: 1.11.0 + aws4: 1.12.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -3698,7 +3744,7 @@ packages: json-stringify-safe: 5.0.1 mime-types: 2.1.35 performance-now: 2.1.0 - qs: 6.5.3 + qs: 6.10.4 safe-buffer: 5.2.1 tough-cookie: 2.5.0 tunnel-agent: 0.6.0 @@ -3730,31 +3776,31 @@ packages: - supports-color dev: true - /@design-systems/utils/2.12.0_2zx2umvpluuhvlq44va5bta2da: + /@design-systems/utils/2.12.0_zula6vjvt3wdocc4mwcxqa6nzi: resolution: {integrity: sha512-Y/d2Zzr+JJfN6u1gbuBUb1ufBuLMJJRZQk+dRmw8GaTpqKx5uf7cGUYGTwN02dIb3I+Tf+cW8jcGBTRiFxdYFg==} peerDependencies: '@types/react': '*' react: '>= 16.8.6' react-dom: '>= 16.8.6' dependencies: - '@babel/runtime': 7.20.1 - '@types/react': 18.0.25 - clsx: 1.2.1 + '@babel/runtime': 7.21.0 + '@types/react': 18.0.28 + clsx: 1.1.0 focus-lock: 0.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-merge-refs: 1.1.0 dev: true - /@devtools-ds/object-inspector/1.2.0_2zx2umvpluuhvlq44va5bta2da: - resolution: {integrity: sha512-VztcwqVwScSvYdvJVZBJYsVO/2Pew3JPpFV3T9fuCHQLlHcLYOV3aU/kBS2ScuE2O1JN0ZbobLqFLa3vQF54Fw==} + /@devtools-ds/object-inspector/1.2.1_zula6vjvt3wdocc4mwcxqa6nzi: + resolution: {integrity: sha512-nrAVVj4c4Iv9958oE4HA7Mk6T+4Mn/4xBRlFDeX4Ps6SMzsqO8bKhw/y6+bOfNyb/TYHmC0/pnPS68GDVZcg5Q==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.7.2 - '@devtools-ds/object-parser': 1.2.0 - '@devtools-ds/themes': 1.2.0_2zx2umvpluuhvlq44va5bta2da - '@devtools-ds/tree': 1.2.0_2zx2umvpluuhvlq44va5bta2da + '@devtools-ds/object-parser': 1.2.1 + '@devtools-ds/themes': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi + '@devtools-ds/tree': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi clsx: 1.1.0 react: 18.2.0 transitivePeerDependencies: @@ -3762,19 +3808,19 @@ packages: - react-dom dev: true - /@devtools-ds/object-parser/1.2.0: - resolution: {integrity: sha512-SjGGyiFFY8dtUpiWXAvRSzRT+hE11EAAysrq2PsC/GVLf2ZLyT2nHlQO5kDStywyTz+fjw7S7pyDRj1HG9YTTA==} + /@devtools-ds/object-parser/1.2.1: + resolution: {integrity: sha512-6qB+THhQfJqXyHn8wpJ1KFxXcbpLTlRyCVmkelhr0c1+MPLZcC+0XJxpVZ1AOEXPa6CWVZThBYSCvnYQEvfCqw==} dependencies: '@babel/runtime': 7.5.5 dev: true - /@devtools-ds/themes/1.2.0_2zx2umvpluuhvlq44va5bta2da: - resolution: {integrity: sha512-LimEITorE6yWZWWuMc6OiBfLQgPrQqWbyMEmfRUDPa3PHXoAY4SpDxczfg31fgyRDUNWnZhjaJH5bBbu8VEbIw==} + /@devtools-ds/themes/1.2.1_zula6vjvt3wdocc4mwcxqa6nzi: + resolution: {integrity: sha512-4/KFsHnokGxUq8CSCchINcVBb6fQ74HtEfNtMuitGtGg3VCRV0kaVSOsz6wzShzhLEaVLd5coSRQKaZj7yx72w==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.5.5 - '@design-systems/utils': 2.12.0_2zx2umvpluuhvlq44va5bta2da + '@design-systems/utils': 2.12.0_zula6vjvt3wdocc4mwcxqa6nzi clsx: 1.1.0 react: 18.2.0 transitivePeerDependencies: @@ -3782,13 +3828,13 @@ packages: - react-dom dev: true - /@devtools-ds/tree/1.2.0_2zx2umvpluuhvlq44va5bta2da: - resolution: {integrity: sha512-hC4g4ocuo2eg7jsnzKdauxH0sDQiPW3KSM2+uK3kRgcmr9PzpBD5Kob+Y/WFSVKswFleftOGKL4BQLuRv0sPxA==} + /@devtools-ds/tree/1.2.1_zula6vjvt3wdocc4mwcxqa6nzi: + resolution: {integrity: sha512-2ZHG28oWJno0gD+20EoSJO0yffm6JS5r7YzYhGMkrnLGvcCRZuwXSxMmIshSPLIR0cjidiAfGCqsrigHIR4ZQA==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.7.2 - '@devtools-ds/themes': 1.2.0_2zx2umvpluuhvlq44va5bta2da + '@devtools-ds/themes': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi clsx: 1.1.0 react: 18.2.0 transitivePeerDependencies: @@ -3796,20 +3842,33 @@ packages: - react-dom dev: true - /@didtools/cacao/1.0.0: - resolution: {integrity: sha512-EhhvOJkLEnttPh2HneAVTc/p5xBZJmeytLr/ShLY0Dq1Na8wMeShQVu0oOex0p9s8/+U63E8xCtRPVF5iqHGvQ==} + /@didtools/cacao/1.2.0: + resolution: {integrity: sha512-y0nMgV8DL0jgHUq0uhjMqrW9p79PopQnugLWx02tss+iR0ahON2cfal20+eFx2p3kXtvaL8U+iByrjmyuokj+A==} engines: {node: '>=14.14'} dependencies: '@ipld/dag-cbor': 7.0.3 - apg-js: 4.1.2 + apg-js: 4.1.3 + caip: 1.1.0 multiformats: 9.9.0 + uint8arrays: 4.0.3 + dev: false + + /@didtools/cacao/2.0.0: + resolution: {integrity: sha512-FpJA/oLA/kahxIUBTLO1MLLiv6BHdUVoyXg80l6umCQytUytnnGvwmmQZa6GucQZkW0jN0FA953H8ELbNrBD0A==} + engines: {node: '>=14.14'} + dependencies: + '@ipld/dag-cbor': 9.0.0 + apg-js: 4.1.3 + caip: 1.1.0 + multiformats: 11.0.1 + uint8arrays: 4.0.3 dev: false /@didtools/pkh-ethereum/0.0.1: resolution: {integrity: sha512-2hDt1f60WXUNWMVS9S9b0pmXl78ivkVxZJHeyBUkbz7O7To1rHvlgvJ0gFJ3sKVemI1llpClzwd3PEjZfGwiUw==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.0.0 + '@didtools/cacao': 1.2.0 '@ethersproject/wallet': 5.7.0 '@stablelib/random': 1.0.2 caip: 1.1.0 @@ -3819,33 +3878,57 @@ packages: resolution: {integrity: sha512-ka+iwlvBCVQqO3btZ1wssAm0VmG25nqZkD1rSV5IRT8LNAvne2cjKzt/hMutK9PULMD/yJRifwFupgfu7JI9Cg==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.0.0 + '@didtools/cacao': 1.2.0 '@ethersproject/wallet': 5.7.0 '@stablelib/random': 1.0.2 caip: 1.1.0 dev: false - /@didtools/pkh-solana/0.0.1: - resolution: {integrity: sha512-l/rimusjUDl3bEGD+os7YqxyNpY9545e4a+qXeqDxNX2kfndnAa4Oz+GOPSll9Q9sTgnB5DeuOMbmYxzHxNDqw==} + /@didtools/pkh-ethereum/0.1.0: + resolution: {integrity: sha512-Abmc6uvWU8zkOrQbPUAsRtTW293vhx+rzd+/bbduTLrRGEqZ3niakQkxMqvQKZ6/9w+n0IjQVXSHE5vzc5cAeg==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.0.0 - '@stablelib/ed25519': 1.0.3 + '@didtools/cacao': 2.0.0 + '@ethersproject/wallet': 5.7.0 + '@stablelib/random': 1.0.2 caip: 1.1.0 - uint8arrays: 3.1.1 dev: false /@didtools/pkh-solana/0.0.2: resolution: {integrity: sha512-PTV8Eu37+/7u+GNqH0fjjoiUpss5v9cfpnCo5yXi+lQ06VR02MvMAfWtI61+QN8xjgmd8wHpQP7CtX32skWOxw==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.0.0 + '@didtools/cacao': 1.2.0 '@stablelib/ed25519': 1.0.3 '@stablelib/random': 1.0.2 caip: 1.1.0 uint8arrays: 3.1.1 dev: false + /@didtools/pkh-solana/0.1.0: + resolution: {integrity: sha512-/0pWsM/TCdHjYZMy4yNcQav2SNj+3W/6RmMebUxdFDKVZFss3ULXIJD0+qsrMFpVNZw3sW/xjFs3He+/fl4HvA==} + engines: {node: '>=14.14'} + dependencies: + '@didtools/cacao': 2.0.0 + '@stablelib/ed25519': 1.0.3 + '@stablelib/random': 1.0.2 + caip: 1.1.0 + uint8arrays: 4.0.3 + dev: false + + /@didtools/pkh-tezos/0.2.1: + resolution: {integrity: sha512-QKf73frCwcxpY8qZkLqt7EP2eGieltRW5GU/xmMPfgrNLYQrfFRYjF8Rmp9wf16cBuRjCRD0WuxQ8rV/++dseg==} + engines: {node: '>=14.14'} + dependencies: + '@didtools/cacao': 2.0.0 + '@stablelib/blake2b': 1.0.1 + '@stablelib/ed25519': 1.0.3 + '@stablelib/random': 1.0.2 + '@stablelib/sha256': 1.0.1 + caip: 1.1.0 + uint8arrays: 4.0.3 + dev: false + /@discoveryjs/json-ext/0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} @@ -3857,7 +3940,7 @@ packages: react: '>=16.8.0' dependencies: react: 18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@dnd-kit/core/5.0.3_biqbaboplfbrettd7655fr4n2y: @@ -3867,10 +3950,10 @@ packages: react-dom: '>=16.8.0' dependencies: '@dnd-kit/accessibility': 3.0.1_react@18.2.0 - '@dnd-kit/utilities': 3.2.0_react@18.2.0 + '@dnd-kit/utilities': 3.2.1_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@dnd-kit/modifiers/5.0.0_h6rtyfwg74iwkvvbnwusj33zwq: @@ -3879,8 +3962,8 @@ packages: '@dnd-kit/core': ^5.0.0 dependencies: '@dnd-kit/core': 5.0.3_biqbaboplfbrettd7655fr4n2y - '@dnd-kit/utilities': 3.2.0_react@18.2.0 - tslib: 2.4.1 + '@dnd-kit/utilities': 3.2.1_react@18.2.0 + tslib: 2.5.0 transitivePeerDependencies: - react dev: false @@ -3892,25 +3975,25 @@ packages: react: '>=16.8.0' dependencies: '@dnd-kit/core': 5.0.3_biqbaboplfbrettd7655fr4n2y - '@dnd-kit/utilities': 3.2.0_react@18.2.0 + '@dnd-kit/utilities': 3.2.1_react@18.2.0 react: 18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /@dnd-kit/utilities/3.2.0_react@18.2.0: - resolution: {integrity: sha512-h65/pn2IPCCIWwdlR2BMLqRkDxpTEONA+HQW3n765HBijLYGyrnTCLa2YQt8VVjjSQD6EfFlTE6aS2Q/b6nb2g==} + /@dnd-kit/utilities/3.2.1_react@18.2.0: + resolution: {integrity: sha512-OOXqISfvBw/1REtkSK2N3Fi2EQiLMlWUlqnOK/UpOISqBZPWpE6TqL+jcPtMOkE8TqYGiURvRdPSI9hltNUjEA==} peerDependencies: react: '>=16.8.0' dependencies: react: 18.2.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@drptbl/gremlins.js/2.2.1: resolution: {integrity: sha512-VWsdOZTsu8ABNVplFQUniHSLsCAQIJh+HDTUP6CllxXBe2pgFQKQ6RGxAS/QRTUcPprQCGpB3zH+gqNnvRRTmQ==} dependencies: - chance: 1.1.9 - core-js: 3.26.1 + chance: 1.1.10 + core-js: 3.29.0 dev: true /@electron/get/1.14.1: @@ -4000,7 +4083,7 @@ packages: resolution: {integrity: sha512-WNdGKCeubMIAfyPYTMlKeX6cgXKIEo42OcWPOLBiclzJwMibkVqpaGgWKVH9dniJq7bLXLa2tQ0k/F1pt6gUxA==} dependencies: cids: 1.1.9 - js-base64: 3.7.2 + js-base64: 3.7.5 multicodec: 3.2.1 multihashes: 2.0.0 dev: false @@ -4013,12 +4096,12 @@ packages: eth-ens-namehash: 2.0.8 solc: 0.4.26 testrpc: 0.0.1 - web3-utils: 1.8.1 + web3-utils: 1.8.2 /@ensdomains/ensjs/2.1.0: resolution: {integrity: sha512-GRbGPT8Z/OJMDuxs75U/jUNEC0tbL0aj7/L/QQznGYKm/tiasp+ndLOaoULy9kKJFC0TBByqfFliEHDgoLhyog==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 '@ensdomains/address-encoder': 0.1.9 '@ensdomains/ens': 0.4.5 '@ensdomains/resolver': 0.2.4 @@ -4039,6 +4122,14 @@ packages: dependencies: '@envelop/types': 3.0.1 tslib: 2.4.0 + dev: true + + /@envelop/core/3.0.6: + resolution: {integrity: sha512-06t1xCPXq6QFN7W1JUEf68aCwYN0OUDNAIoJe7bAqhaoa2vn7NCcuX1VHkJ/OWpmElUgCsRO6RiBbIru1in0Ig==} + dependencies: + '@envelop/types': 3.0.2 + tslib: 2.5.0 + dev: false /@envelop/extended-validation/2.0.4_a6sekiasy2tqr6d5gj7n2wtjli: resolution: {integrity: sha512-23B6VgizjItYehAGB4ZDT9VVmYCHxYVnbJ4XPvlT5R0KSEmTAzoCHTJ5Y+hnQ/lP3wk5OgZZI5HTDSi8CcSNug==} @@ -4047,48 +4138,73 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 - '@graphql-tools/utils': 8.9.0_graphql@16.6.0 + '@graphql-tools/utils': 8.13.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 + dev: true - /@envelop/parser-cache/5.0.4_a6sekiasy2tqr6d5gj7n2wtjli: - resolution: {integrity: sha512-+kp6nzCVLYI2WQExQcE3FSy6n9ZGB5GYi+ntyjYdxaXU41U1f8RVwiLdyh0Ewn5D/s/zaLin09xkFKITVSAKDw==} + /@envelop/extended-validation/2.0.6_adj6itjezth6avcd67ktx7eo6a: + resolution: {integrity: sha512-aXAf1bg5Z71YfEKLCZ8OMUZAOYPGHV/a+7avd5TIMFNDxl5wJTmIonep3T+kdMpwRInDphfNPGFD0GcGdGxpHg==} peerDependencies: - '@envelop/core': ^3.0.4 + '@envelop/core': ^3.0.6 + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 + dependencies: + '@envelop/core': 3.0.6 + '@graphql-tools/utils': 8.13.1_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.5.0 + dev: false + + /@envelop/parser-cache/5.0.6_a6sekiasy2tqr6d5gj7n2wtjli: + resolution: {integrity: sha512-H+A4QdtEt3l9K71/Mko59ws6iGAMS9Qiqbuh5fYa3vcRiAxHlri/ldA//Bvr+OYFBY7DWbR3r/vMaTxehNDx8w==} + peerDependencies: + '@envelop/core': ^3.0.6 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 graphql: 16.6.0 lru-cache: 6.0.0 - tslib: 2.4.1 + tslib: 2.5.0 + dev: true /@envelop/types/3.0.1: resolution: {integrity: sha512-Ok62K1K+rlS+wQw77k8Pis8+1/h7+/9Wk5Fgcc2U6M5haEWsLFAHcHsk8rYlnJdEUl2Y3yJcCSOYbt1dyTaU5w==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 + dev: true + + /@envelop/types/3.0.2: + resolution: {integrity: sha512-pOFea9ha0EkURWxJ/35axoH9fDGP5S2cUu/5Mmo9pb8zUf+TaEot8vB670XXihFEn/92759BMjLJNWBKmNhyng==} + dependencies: + tslib: 2.5.0 + dev: false - /@envelop/validation-cache/5.0.4_a6sekiasy2tqr6d5gj7n2wtjli: - resolution: {integrity: sha512-7b4BWtNMxSdXspwzFN2qmkEaaHfmuDz60uMlVFaMN4nA1Vc5duAV7GQWfAKl56VoePU6UwQ0i49Dm/plJfwxIQ==} + /@envelop/validation-cache/5.1.2_a6sekiasy2tqr6d5gj7n2wtjli: + resolution: {integrity: sha512-APofOvjaHrF+IW71VCXdyG+EbA6EQJXdunUe1EECU9vZzGKYUuQXfVeCOD6IYNF44KKSQArTfU8RhnUlW6VyOQ==} peerDependencies: - '@envelop/core': ^3.0.4 + '@envelop/core': ^3.0.6 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 + fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 lru-cache: 6.0.0 - tslib: 2.4.1 + sha1-es: 1.8.2 + tslib: 2.5.0 dev: true - /@envelop/validation-cache/5.0.5_a6sekiasy2tqr6d5gj7n2wtjli: - resolution: {integrity: sha512-69sq5H7hvxE+7VV60i0bgnOiV1PX9GEJHKrBrVvyEZAXqYojKO3DP9jnLGryiPgVaBjN5yw12ge0l0s2gXbolQ==} + /@envelop/validation-cache/5.1.2_adj6itjezth6avcd67ktx7eo6a: + resolution: {integrity: sha512-APofOvjaHrF+IW71VCXdyG+EbA6EQJXdunUe1EECU9vZzGKYUuQXfVeCOD6IYNF44KKSQArTfU8RhnUlW6VyOQ==} peerDependencies: - '@envelop/core': ^3.0.4 + '@envelop/core': ^3.0.6 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@envelop/core': 3.0.4 + '@envelop/core': 3.0.6 + fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 lru-cache: 6.0.0 - tslib: 2.4.1 + sha1-es: 1.8.2 + tslib: 2.5.0 dev: false /@eslint/eslintrc/0.4.3: @@ -4098,7 +4214,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 7.3.1 - globals: 13.19.0 + globals: 13.20.0 ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 @@ -4106,16 +4222,17 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color + dev: true - /@eslint/eslintrc/1.4.0: - resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==} + /@eslint/eslintrc/2.0.0: + resolution: {integrity: sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.1 - globals: 13.19.0 - ignore: 5.2.0 + globals: 13.20.0 + ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -4123,6 +4240,10 @@ packages: transitivePeerDependencies: - supports-color + /@eslint/js/8.35.0: + resolution: {integrity: sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@eth-optimism/contracts/0.0.2-alpha.7: resolution: {integrity: sha512-nl+UsKPTPEyKS6p5E5g4U5SAqOK8Cj24o0GXtxERuVW/+eaBqbc5IEM50/wL5e/XiW4DjUOAMZl01GYiE8mIfA==} dependencies: @@ -4152,11 +4273,12 @@ packages: dependencies: crc-32: 1.2.2 ethereumjs-util: 7.1.5 + dev: false /@ethereumjs/tx/3.3.2: resolution: {integrity: sha512-6AaJhwg4ucmwTvw/1qLaZUX5miWrwZ4nLOUsKyb/HtzS3BMw/CasKhdi1ims9mBKeK9sOJCH4qGKOBGyJCeeog==} dependencies: - '@ethereumjs/common': 2.6.5 + '@ethereumjs/common': 2.5.0 ethereumjs-util: 7.1.5 /@ethereumjs/tx/3.5.2: @@ -4164,6 +4286,7 @@ packages: dependencies: '@ethereumjs/common': 2.6.5 ethereumjs-util: 7.1.5 + dev: false /@ethersproject/abi/5.0.7: resolution: {integrity: sha512-Cqktk+hSIckwP/W8O47Eef60VwmoSC/L3lY0+dIBhQPCNn9E4V7rwmm2aFrNRRDJfFlGuZ1khkQUOc3oBX+niw==} @@ -4496,7 +4619,7 @@ packages: resolution: {integrity: sha512-T9HUVEjEgM0MzVLY4gs52ffz5AlHeC3CSGFcEzL4ojKMVzMxa3na1GW/XCmunrhnWP2cDh4fE2MhqLxA0CHqTw==} engines: {node: '>=10'} dependencies: - keccak: 3.0.2 + keccak: 3.0.3 dev: false /@firebase/analytics-types/0.4.0: @@ -4622,7 +4745,7 @@ packages: '@firebase/logger': 0.2.6 '@firebase/util': 0.3.4 '@firebase/webchannel-wrapper': 0.4.1 - '@grpc/grpc-js': 1.7.3 + '@grpc/grpc-js': 1.8.11 '@grpc/proto-loader': 0.5.6 node-fetch: 2.6.1 tslib: 1.14.1 @@ -4784,75 +4907,75 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: true - /@graphprotocol/client-add-source-name/1.0.14_graphql@16.6.0: - resolution: {integrity: sha512-DKSBQb48k+L0PQlEqI/Lu+1KJb4SUcAcRtzRBAJMBBFuNUaoxX6jXa6UdmSvL8PkusmbuSQVAVXutZdEJQhurw==} + /@graphprotocol/client-add-source-name/1.0.16_graphql@16.6.0: + resolution: {integrity: sha512-LBlgUn3UJgT5Fmwy6OEx4Me5Il8PVKHGNqVimNZnPlgpyTCC1fiIZbalmGcxwfbloJSCCGs7f29/K7btjJ5reA==} peerDependencies: - '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 - '@graphql-tools/delegate': 9.0.20 - '@graphql-tools/utils': 9.1.3 - '@graphql-tools/wrap': 9.2.21 + '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 + '@graphql-tools/delegate': 9.0.26 + '@graphql-tools/utils': 9.2.1 + '@graphql-tools/wrap': 9.3.5 graphql: ^15.2.0 || ^16.0.0 dependencies: graphql: 16.6.0 lodash: 4.17.21 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@graphprotocol/client-auto-pagination/1.1.12_graphql@16.6.0: - resolution: {integrity: sha512-Y3xSSxwmHNsmLOzktTmeNRx9DFiQxit1ArmUnegDJSedeWJLyortVoAE5eIF3MI1lExDz0+2ksNJNNLhqW2Sew==} + /@graphprotocol/client-auto-pagination/1.1.14_graphql@16.6.0: + resolution: {integrity: sha512-NruvV+VhkEORnwHaHhB5zDvDv+yVYQDIpnsXL8dy6dTZEfw2p2U5VwLhz5ZwFfLXwZoOrSN7lT6XwRNPRROopw==} peerDependencies: - '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 - '@graphql-tools/delegate': 9.0.20 - '@graphql-tools/utils': 9.1.3 - '@graphql-tools/wrap': 9.2.21 + '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 + '@graphql-tools/delegate': 9.0.26 + '@graphql-tools/utils': 9.2.1 + '@graphql-tools/wrap': 9.3.5 graphql: ^15.2.0 || ^16.0.0 dependencies: graphql: 16.6.0 lodash: 4.17.21 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@graphprotocol/client-auto-type-merging/1.0.19_graphql@16.6.0: - resolution: {integrity: sha512-i4iuZtdOGUknEJn3UrZfkl10aXmHiMzqydrOUR3MVRFrP9qLCRyg6oE/NECNC9tABd8KZx9vtAZBUlu+N2Lz4g==} + /@graphprotocol/client-auto-type-merging/1.0.21_graphql@16.6.0: + resolution: {integrity: sha512-AtY1dw1bG1JC6+OkW8/oSUPvRAmgpWpwbQmiLZZ/rccEGA/yNRJf1tSJBHtSbgoJNrEzxfzZMfa3FF/EFQ54zw==} peerDependencies: - '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 - '@graphql-tools/delegate': 9.0.20 + '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 + '@graphql-tools/delegate': 9.0.26 graphql: ^15.2.0 || ^16.0.0 dependencies: - '@graphql-mesh/transform-type-merging': 0.5.3_graphql@16.6.0 + '@graphql-mesh/transform-type-merging': 0.5.8_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: true - /@graphprotocol/client-block-tracking/1.0.10_graphql@16.6.0: - resolution: {integrity: sha512-N6gW8sKpNNkL0r+i2BCBpaxQO+YNB3x3l4KZBlWjowxjpwNp1c9ox6ACxcWhVxINqh//Lchl7p2sr09GX7+9Xw==} + /@graphprotocol/client-block-tracking/1.0.11_graphql@16.6.0: + resolution: {integrity: sha512-k7gR3HS/zJGUvpMQ2NTl0CmqtGBuHYIbfXEbPT/WaJWHSTFm7+Wm5vle/nqAZAFxzA/FwUsw+7TZUPF7+VslTg==} peerDependencies: - '@graphql-tools/delegate': 9.0.20 + '@graphql-tools/delegate': 9.0.26 graphql: ^15.2.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@graphprotocol/client-cli/2.2.16_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-KlA9t3y6CC5gieMH0UbdfmSHdSOxs9E0S9iUwbWF+MtBK2vZ92cAhy7wMFWDzPK8MfKyvI7/doYWAKGBoX5YhA==} + /@graphprotocol/client-cli/2.2.18_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-Io38GlBDR/i3VceiR3vBYVq+Is/lW9eFZ7FRm7B9u2LZmWj5h3P+TB4zRXn5oPVTQVegqFq8SprW9NzS29D2iA==} hasBin: true peerDependencies: graphql: ^15.2.0 || ^16.0.0 dependencies: - '@graphprotocol/client-add-source-name': 1.0.14_graphql@16.6.0 - '@graphprotocol/client-auto-pagination': 1.1.12_graphql@16.6.0 - '@graphprotocol/client-auto-type-merging': 1.0.19_graphql@16.6.0 - '@graphprotocol/client-block-tracking': 1.0.10_graphql@16.6.0 + '@graphprotocol/client-add-source-name': 1.0.16_graphql@16.6.0 + '@graphprotocol/client-auto-pagination': 1.1.14_graphql@16.6.0 + '@graphprotocol/client-auto-type-merging': 1.0.21_graphql@16.6.0 + '@graphprotocol/client-block-tracking': 1.0.11_graphql@16.6.0 '@graphprotocol/client-polling-live': 1.0.2_graphql@16.6.0 - '@graphql-mesh/cli': 0.82.3_dvgirfdsy4cky7rqkuzgo4keja - '@graphql-mesh/graphql': 0.33.3_dvgirfdsy4cky7rqkuzgo4keja + '@graphql-mesh/cli': 0.82.15_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/graphql': 0.34.1_4ypim5hjsq3aoucuq6rxjz442a graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - '@babel/core' - '@envelop/core' @@ -4882,7 +5005,7 @@ packages: dependencies: '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true /@graphprotocol/graph-cli/0.30.4: @@ -4915,24 +5038,23 @@ packages: which: 2.0.2 yaml: 1.9.2 transitivePeerDependencies: - - encoding - supports-color dev: true - /@graphprotocol/graph-ts/0.29.0: - resolution: {integrity: sha512-9rCouklL2CjlqtywcwSw++MzjBWlmm6274j4s5HokjOTxr64ER7SCKx+2iCqVV0/S7ivc63MzIHlCLSCjPjbiA==} + /@graphprotocol/graph-ts/0.29.3: + resolution: {integrity: sha512-FXBLGlunOSwjiUXYEz1J9J/I2D/myldyib/9v0R+gn/NJaYqUkXD39UmIuRxqj9cBzB/FYojHzoHidIG5nYZDw==} dependencies: assemblyscript: 0.19.10 dev: true - /@graphql-codegen/core/2.6.8_graphql@16.6.0: - resolution: {integrity: sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==} + /@graphql-codegen/core/3.0.0_graphql@16.6.0: + resolution: {integrity: sha512-WUfAUTmUcgeHPR7F5ZQqaBqJLJb5+3Lvp6v9SrnupKOFed+Q3u8CvZL6sPTvDpqqW8Ucjy59DEZqumPLp99pdQ==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.4.1 dev: true @@ -4942,7 +5064,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^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-tools/utils': 8.9.0_graphql@16.6.0 + '@graphql-tools/utils': 8.13.1_graphql@16.6.0 change-case-all: 1.0.14 common-tags: 1.8.2 graphql: 16.6.0 @@ -4951,12 +5073,12 @@ packages: tslib: 2.4.1 dev: true - /@graphql-codegen/plugin-helpers/3.1.2_graphql@16.6.0: - resolution: {integrity: sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==} + /@graphql-codegen/plugin-helpers/4.0.0_graphql@16.6.0: + resolution: {integrity: sha512-vgNGTanT36hC4RAC/LAThMEjDvnu3WCyx6MtKZcPUtfCWFxbUAr88+OarGl1LAEiOef0agIREC7tIBXCqjKkJA==} peerDependencies: graphql: ^0.8.0 || ^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-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 16.6.0 @@ -4965,24 +5087,38 @@ packages: tslib: 2.4.1 dev: true - /@graphql-codegen/schema-ast/2.6.1_graphql@16.6.0: - resolution: {integrity: sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==} + /@graphql-codegen/plugin-helpers/4.1.0_graphql@16.6.0: + resolution: {integrity: sha512-xvSHJb9OGb5CODIls0AI1rCenLz+FuiaNPCsfHMCNsLDjOZK2u0jAQ9zUBdc/Wb+21YXZujBCc0Vm1QX+Zz0nw==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + change-case-all: 1.0.15 + common-tags: 1.8.2 graphql: 16.6.0 - tslib: 2.4.1 + import-from: 4.0.0 + lodash: 4.17.21 + tslib: 2.5.0 + dev: true + + /@graphql-codegen/schema-ast/3.0.1_graphql@16.6.0: + resolution: {integrity: sha512-rTKTi4XiW4QFZnrEqetpiYEWVsOFNoiR/v3rY9mFSttXFbIwNXPme32EspTiGWmEEdHY8UuTDtZN3vEcs/31zw==} + peerDependencies: + graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.5.0 dev: true - /@graphql-codegen/typed-document-node/2.3.10_graphql@16.6.0: - resolution: {integrity: sha512-FcEKubvEl2bHZG2N7u0AwioRYQmhBDRb/JXNBoNXjv9hg32juwejbilS9WWxgcxS13nPj14byEPfHs6GDrKZLw==} + /@graphql-codegen/typed-document-node/3.0.0_graphql@16.6.0: + resolution: {integrity: sha512-u1HypK2y6OMSpRgEDLoB4fFnEYMUjW9du04WPlYB1S6y2wM1KhnHOmlpMaUAndZEPjbB0z7GVA9GbZ3vsO0Pcg==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 auto-bind: 4.0.0 change-case-all: 1.0.15 graphql: 16.6.0 @@ -5008,14 +5144,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-operations/2.5.10_graphql@16.6.0: - resolution: {integrity: sha512-N5H7JhcMRzjM2KdvCitqkOd4hphzD9q3NVWGLvBe3Xgqx5Cs3Y4GUcCJbRolSXdQcYBVgZpLZrUe/qoxwYyfeg==} + /@graphql-codegen/typescript-operations/3.0.0_graphql@16.6.0: + resolution: {integrity: sha512-t+Lk+lxkUFDh6F0t8CErowOccP3bZwxhl66qmEeBcOrC7jQrSCnRZoFvOXhFKFBJe/y4DIJiizgSr34AqjiJIQ==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/typescript': 2.8.5_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 + '@graphql-codegen/typescript': 3.0.0_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -5024,15 +5160,15 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-resolvers/2.7.10_graphql@16.6.0: - resolution: {integrity: sha512-MCts4Vq4l8j5zxbfSjm3bkqYOsMWF9yzzNakYSTWsQZqxqAggsiMz18GTdhQvWCtFt6eKYadVrX3WDZBLuAHOA==} + /@graphql-codegen/typescript-resolvers/3.0.0_graphql@16.6.0: + resolution: {integrity: sha512-yfRNJF9ZUoiLSPhaBEpQ9E4ymExYzbsKgjU2qJ/0c8l0lViA+o4ALkJMTwb7yU/yTayQtQWgxL5cdDY2I12GpQ==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/typescript': 2.8.5_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 - '@graphql-tools/utils': 8.9.0_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 + '@graphql-codegen/typescript': 3.0.0_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -5041,14 +5177,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript/2.8.5_graphql@16.6.0: - resolution: {integrity: sha512-5w3zNlnNKM9tI5ZRbhESmsJ4G16rSiFmNQX6Ot56fmcYUC6bnAt5fqvSqs2C+8fVGIIjeWuwjQA5Xn1VkaLY8A==} + /@graphql-codegen/typescript/3.0.0_graphql@16.6.0: + resolution: {integrity: sha512-FQWyuIUy1y+fxb9+EZfvdBHBQpYExlIBHV5sg2WGNCsyVyCqBTl0mO8icyOtsQPVg6YFMFe8JJO69vQbwHma5w==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 - '@graphql-codegen/schema-ast': 2.6.1_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 + '@graphql-codegen/schema-ast': 3.0.1_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -5064,8 +5200,8 @@ packages: dependencies: '@graphql-codegen/plugin-helpers': 2.7.2_graphql@16.6.0 '@graphql-tools/optimize': 1.3.1_graphql@16.6.0 - '@graphql-tools/relay-operation-optimizer': 6.5.15_graphql@16.6.0 - '@graphql-tools/utils': 8.9.0_graphql@16.6.0 + '@graphql-tools/relay-operation-optimizer': 6.5.17_graphql@16.6.0 + '@graphql-tools/utils': 8.13.1_graphql@16.6.0 auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 @@ -5078,15 +5214,15 @@ packages: - supports-color dev: true - /@graphql-codegen/visitor-plugin-common/2.13.5_graphql@16.6.0: - resolution: {integrity: sha512-OV/mGnSvB/WkEqFu/3bPkAPDNRGRB3xONww5+06CObl383yGrasqM04shYYK4cpcCn9PVWFe8u0SLSEeGmMVrg==} + /@graphql-codegen/visitor-plugin-common/3.0.0_graphql@16.6.0: + resolution: {integrity: sha512-ZoNlCmmkGClB137SpJT9og/nkihLN7Z4Ynl9Ir3OlbDuI20dbpyXsclpr9QGLcxEcfQeVfhGw9CooW7wZJJ8LA==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 '@graphql-tools/optimize': 1.3.1_graphql@16.6.0 - '@graphql-tools/relay-operation-optimizer': 6.5.15_graphql@16.6.0 - '@graphql-tools/utils': 8.9.0_graphql@16.6.0 + '@graphql-tools/relay-operation-optimizer': 6.5.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 @@ -5107,77 +5243,77 @@ packages: dependency-graph: 0.11.0 graphql: 16.6.0 object-inspect: 1.10.3 - tslib: 2.4.1 + tslib: 2.5.0 - /@graphql-mesh/cache-localforage/0.7.3_graphql@16.6.0: - resolution: {integrity: sha512-YgWWYz88dvlvpC/n1SHd8hSofIrCf6Qhv+h6mjCOI7y51Q9sDk3phhYIz3iqhDhvuwEgzYal3X9FVrG8p6Ilxg==} + /@graphql-mesh/cache-localforage/0.7.14_graphql@16.6.0: + resolution: {integrity: sha512-yt0x5rhzpiBoUKsp/MHhicmc3P0f0VTTxh7LGP7vg5VOXqSUjgPZQNFaMRQ6AnoUfpTqU4Ru7DlUcZu6GWwMDg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 + '@graphql-mesh/types': 0.91.6_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 graphql: 16.6.0 localforage: 1.10.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows - dev: true + dev: false - /@graphql-mesh/cache-localforage/0.7.5_graphql@16.6.0: - resolution: {integrity: sha512-uc1nDSCHJOB9Lf9pCnJJlK4hkybfLLwiaPQ4w7bJJyi2EE+oek3FpjQcpP7DPA2yON1W6X9CmMBfcmQJI9kNJQ==} + /@graphql-mesh/cache-localforage/0.7.8_graphql@16.6.0: + resolution: {integrity: sha512-WPdhICA3ZdmfwqY9x5t6IJD4joeJuuR70OR82lskijofK8/gMM5wi+3zaob58hdcWluiTMkdCd9tV4EC1FA1IA==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 graphql: 16.6.0 localforage: 1.10.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows - dev: false + dev: true - /@graphql-mesh/cli/0.82.3_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-y0ZXHH5gbcTMhwAEaZKAXpdIys8QV7KScJynkq3BOaJheKxbBfsBA1EeHDHm3hTQXbJP6FJ8G6MKEdCL8dT1GA==} + /@graphql-mesh/cli/0.82.15_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-J2EOhG2aE6BwasP+ZANCquq9mp+kAefEg/WUtlfoRQ8dsIAcT2X5mR/OBFaJ0UN3gUiSxVMZvVKukld330KCag==} hasBin: true peerDependencies: graphql: '*' dependencies: - '@graphql-codegen/core': 2.6.8_graphql@16.6.0 - '@graphql-codegen/typed-document-node': 2.3.10_graphql@16.6.0 - '@graphql-codegen/typescript': 2.8.5_graphql@16.6.0 + '@graphql-codegen/core': 3.0.0_graphql@16.6.0 + '@graphql-codegen/typed-document-node': 3.0.0_graphql@16.6.0 + '@graphql-codegen/typescript': 3.0.0_graphql@16.6.0 '@graphql-codegen/typescript-generic-sdk': 3.0.4_graphql@16.6.0 - '@graphql-codegen/typescript-operations': 2.5.10_graphql@16.6.0 - '@graphql-codegen/typescript-resolvers': 2.7.10_graphql@16.6.0 - '@graphql-mesh/config': 10.0.3_kyzzesohqmwgyet5x7mbt2j5jy - '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 - '@graphql-mesh/http': 0.3.3_dvgirfdsy4cky7rqkuzgo4keja - '@graphql-mesh/runtime': 0.46.2_graphql@16.6.0 - '@graphql-mesh/store': 0.9.3_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - ajv: 8.11.2 + '@graphql-codegen/typescript-operations': 3.0.0_graphql@16.6.0 + '@graphql-codegen/typescript-resolvers': 3.0.0_graphql@16.6.0 + '@graphql-mesh/config': 10.1.1_dcl37f5a3z4vposkviecpb3sye + '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 + '@graphql-mesh/http': 0.3.12_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/runtime': 0.46.8_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/store': 0.9.8_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + ajv: 8.12.0 change-case: 4.1.2 cosmiconfig: 8.0.0 dnscache: 1.0.2 dotenv: 16.0.3 graphql: 16.6.0 graphql-import-node: 0.0.5_graphql@16.6.0 - graphql-ws: 5.11.2_graphql@16.6.0 + graphql-ws: 5.11.3_graphql@16.6.0 json-bigint-patch: 0.0.8 - json5: 2.2.1 - mkdirp: 1.0.4 + json5: 2.2.3 + mkdirp: 2.1.3 open: 7.4.2 pascal-case: 3.1.2 - rimraf: 3.0.2 - ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu - tsconfig-paths: 4.1.1 - tslib: 2.4.1 - typescript: 4.9.4 - ws: 8.11.0 + rimraf: 4.1.2 + ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti + tsconfig-paths: 4.1.2 + tslib: 2.5.0 + typescript: 4.9.5 + ws: 8.12.0 yargs: 17.6.2 transitivePeerDependencies: - '@babel/core' @@ -5193,43 +5329,43 @@ packages: - utf-8-validate dev: true - /@graphql-mesh/config/10.0.3_kyzzesohqmwgyet5x7mbt2j5jy: - resolution: {integrity: sha512-AxvWALfvquWJhfVMmj//jyS6ZFufZhwuEDhTYqUGeRvYYr7TXI3qPiYIB5vpxCeQt1t4LnXF1fDHMK/YgurWcg==} + /@graphql-mesh/config/10.1.1_dcl37f5a3z4vposkviecpb3sye: + resolution: {integrity: sha512-jv1bU35jk4+H8uQcTslxCTXT7aOTcyVRkp6+hg+6dkAs7p9WFK5iI74Ryrs4l7zMcCZ7U0zN3YpYAtcuqSnt9g==} peerDependencies: - '@graphql-mesh/runtime': ^0.46.2 + '@graphql-mesh/runtime': ^0.46.8 graphql: '*' dependencies: '@envelop/core': 3.0.4 - '@graphql-mesh/cache-localforage': 0.7.3_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 - '@graphql-mesh/merger-bare': 0.16.4_graphql@16.6.0 - '@graphql-mesh/merger-stitching': 0.18.4_graphql@16.6.0 - '@graphql-mesh/runtime': 0.46.2_graphql@16.6.0 - '@graphql-mesh/store': 0.9.3_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/code-file-loader': 7.3.15_graphql@16.6.0 - '@graphql-tools/graphql-file-loader': 7.5.13_graphql@16.6.0 - '@graphql-tools/load': 7.8.8_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4 + '@graphql-mesh/cache-localforage': 0.7.8_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 + '@graphql-mesh/merger-bare': 0.16.10_graphql@16.6.0 + '@graphql-mesh/merger-stitching': 0.18.10_graphql@16.6.0 + '@graphql-mesh/runtime': 0.46.8_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/store': 0.9.8_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/code-file-loader': 7.3.20_graphql@16.6.0 + '@graphql-tools/graphql-file-loader': 7.5.16_graphql@16.6.0 + '@graphql-tools/load': 7.8.12_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 camel-case: 4.1.2 graphql: 16.6.0 param-case: 3.0.4 pascal-case: 3.1.2 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - '@babel/core' - - encoding + - '@types/node' - react-native - react-native-windows - supports-color dev: true - /@graphql-mesh/cross-helpers/0.3.0_graphql@16.6.0: - resolution: {integrity: sha512-Y8S3wU3Kve33xUbT9YfcNFP6VeIoBXgknqkFJZXGPWAMUomqwK2nCtRPzW5F89YoJcYQV2yItrNm4sit2WHhyA==} + /@graphql-mesh/cross-helpers/0.3.1_graphql@16.6.0: + resolution: {integrity: sha512-RrGLIABHtAXpsI+hLkBzeydzxzhjMhCJfRUPTSGCeEnZTBZ5+8XM20ZbqCNDcvbuJuSCxMMOhVdT4StNqZD6Wg==} dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 path-browserify: 1.0.1 react-native-fs: 2.20.0 react-native-path: 0.0.5 @@ -5237,12 +5373,12 @@ packages: - graphql - react-native - react-native-windows - dev: true + dev: false - /@graphql-mesh/cross-helpers/0.3.1_graphql@16.6.0: - resolution: {integrity: sha512-RrGLIABHtAXpsI+hLkBzeydzxzhjMhCJfRUPTSGCeEnZTBZ5+8XM20ZbqCNDcvbuJuSCxMMOhVdT4StNqZD6Wg==} + /@graphql-mesh/cross-helpers/0.3.2_graphql@16.6.0: + resolution: {integrity: sha512-d7dZt7TQQpRHlUdIs6bYSCWD3WrCQhLPQw795SAup7eE7poTukCIBhzCNe+2vbultkNDYwSFJtCGsDifPmfCdw==} dependencies: - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 path-browserify: 1.0.1 react-native-fs: 2.20.0 react-native-path: 0.0.5 @@ -5250,25 +5386,40 @@ packages: - graphql - react-native - react-native-windows + dev: true + + /@graphql-mesh/cross-helpers/0.3.3_graphql@16.6.0: + resolution: {integrity: sha512-L2T4H1Gtsq+IbuKUuHv9loytn24zontH+WC7oz7W+gvv8PtnOYsWbwnNRr45YBQMcXOvo+qeOJPSZ6RXSkPbCg==} + peerDependencies: + graphql: '*' + dependencies: + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + graphql: 16.6.0 + path-browserify: 1.0.1 + react-native-fs: 2.20.0 + react-native-path: 0.0.5 + transitivePeerDependencies: + - react-native + - react-native-windows dev: false - /@graphql-mesh/graphql/0.33.3_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-09Kr6ONqgQRMm5P3bDDA3kdZjFdNFTRVT9DVumoQ/IbwC8F+nqpCYX6nntYU2K7zjifXjQKmXQooamK0LvRg7w==} + /@graphql-mesh/graphql/0.33.10_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-dg02EHJUSX96DkMAgucm/RRc+QCyFqT8ODgl8q/QXm1x433vTgT+dhcihevCsqHD8uFUbWSrBjq7Poxo9oB7Hg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 - '@graphql-mesh/store': 0.9.3_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.4.1_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/url-loader': 7.16.25_dvgirfdsy4cky7rqkuzgo4keja - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.21_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 + '@graphql-mesh/store': 0.9.6_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.89.5_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.6_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 + '@graphql-tools/url-loader': 7.17.4_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.2_graphql@16.6.0 graphql: 16.6.0 lodash.get: 4.4.2 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - bufferutil @@ -5276,25 +5427,25 @@ packages: - react-native - react-native-windows - utf-8-validate - dev: true + dev: false - /@graphql-mesh/graphql/0.33.8_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-4Vxe8NxWyyiq8US4w6a+XEzgMD0tB8anAf/yPi8JvotmdzK0M01ut0MiOFotrPthqmsm+NkrXhEAwEbqziiLvQ==} + /@graphql-mesh/graphql/0.34.1_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-yfvgyfcUS9++yIfF7cv68i9ccE2OhfyH1ysh6SeCbaIonKQCx1ZOXaBcSA6I4AnxCFDzvsIpFSKUDuybYlnltw==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 - '@graphql-mesh/store': 0.9.5_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 + '@graphql-mesh/store': 0.9.8_graphql@16.6.0 '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/url-loader': 7.17.2_dvgirfdsy4cky7rqkuzgo4keja - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/url-loader': 7.17.12_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 graphql: 16.6.0 lodash.get: 4.4.2 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - bufferutil @@ -5302,218 +5453,219 @@ packages: - react-native - react-native-windows - utf-8-validate - dev: false + dev: true - /@graphql-mesh/http/0.3.3_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-wSTyl7DOVBqmxawCoRZOioFzXQnLKuiJADNYaP3Velzx55ANLhCcXxSj5E9ncryR1wTmskBsZ+rJMoDd8H0thg==} + /@graphql-mesh/http/0.3.12_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-foNACn+cf4XVsbcs5JPU6Iey/d9ZqHyKW4RvYqR93GR3xhHCTPZIagBEC086PO2OKuremk9hGdSsjQjrNUC53w==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 - '@graphql-mesh/runtime': 0.46.2_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4 - '@whatwg-node/server': 0.4.17_@types+node@16.18.3 + '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 + '@graphql-mesh/runtime': 0.46.8_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@whatwg-node/router': 0.2.7_@types+node@16.18.13 graphql: 16.6.0 - graphql-yoga: 3.1.1_dvgirfdsy4cky7rqkuzgo4keja - itty-router: 2.6.6 - itty-router-extras: 0.4.2 - tslib: 2.4.1 + graphql-yoga: 3.5.1_4ypim5hjsq3aoucuq6rxjz442a + tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - - encoding - react-native - react-native-windows dev: true - /@graphql-mesh/http/0.3.8_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-NzovVl4ahEmwY7mvHQfCUFsAOjoy/fDad6L0VA/lWEvc4Prn+hL4vc5pPaw/Y1eBUCdDxpxcvPWsWGtq0ct1vA==} + /@graphql-mesh/http/0.3.20_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-TjJ2OsiH5qypUKF1y2wuqdnciNQrzpuIUy91S0GDqVHRI83miCCvwkK/aUqGpbPY/jnWqN/kBSbxRyCFpn/bMw==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 - '@graphql-mesh/runtime': 0.46.5_graphql@16.6.0 - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@whatwg-node/router': 0.1.4_@types+node@16.18.3 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/runtime': 0.46.15_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/types': 0.91.6_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 + '@whatwg-node/router': 0.3.0_@types+node@16.18.13 graphql: 16.6.0 - graphql-yoga: 3.3.0_dvgirfdsy4cky7rqkuzgo4keja - tslib: 2.4.1 + graphql-yoga: 3.7.0_4ypim5hjsq3aoucuq6rxjz442a + tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - - encoding - react-native - react-native-windows dev: false - /@graphql-mesh/merger-bare/0.16.4_graphql@16.6.0: - resolution: {integrity: sha512-OwjqHYxzFtrwxS0sa5j7+f/JG10U/amIWt+ev+H9fdeUmjnztlp2rqnDqYNHQ3/sXmlM/+CJOPoC5DdEmLRnvg==} + /@graphql-mesh/merger-bare/0.16.10_graphql@16.6.0: + resolution: {integrity: sha512-yWW5xaxBgMJGRbneOXV9D2xguBIL4OLyA4YD1T0VaZuy1gsZQQJgOEKj9H+/o6+kQAedl442wwGUrgHgzFDMpQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/merger-stitching': 0.18.4_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/schema': 9.0.12_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-mesh/merger-stitching': 0.18.10_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: true - /@graphql-mesh/merger-bare/0.16.7_graphql@16.6.0: - resolution: {integrity: sha512-QuKIFppeJVoPSMwPFmppvWBRNYPFM9ffzeou+t2vV1b7uml7QkL32U/CsFyCL0GwiF0Mvh4I70ZIPTXgkmP1EA==} + /@graphql-mesh/merger-bare/0.16.16_graphql@16.6.0: + resolution: {integrity: sha512-oiaInZz4H1Iuq9sPOls1YthUINF7NsZHHR9RpNCkuRVWEwDNsCLh/sKSGvc3XYQZMByTpgllfitf1oZ5zPVI3A==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/merger-stitching': 0.18.7_graphql@16.6.0 - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-mesh/merger-stitching': 0.18.16_graphql@16.6.0 + '@graphql-mesh/types': 0.91.6_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/merger-stitching/0.18.4_graphql@16.6.0: - resolution: {integrity: sha512-c4sX2h1sxECcEBdfFBxqY9L6NpikFYQX/TvS8vWpaCRJ59cDP5MVV9XIacIAZGOP78YVmwuLtasZNi/2TMZEAA==} + /@graphql-mesh/merger-stitching/0.18.10_graphql@16.6.0: + resolution: {integrity: sha512-jwmCFP/FplmdQOFVrOMnIurJDTo7IV+LDHrnElRgzCec7rYmkOVpkNgTglkke9RGhx3PFMyYQy7Uj8eL5osMhA==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.9.3_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/schema': 9.0.12_graphql@16.6.0 - '@graphql-tools/stitch': 8.7.32_graphql@16.6.0 - '@graphql-tools/stitching-directives': 2.3.23_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-mesh/store': 0.9.8_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/stitch': 8.7.40_graphql@16.6.0 + '@graphql-tools/stitching-directives': 2.3.29_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: true - /@graphql-mesh/merger-stitching/0.18.7_graphql@16.6.0: - resolution: {integrity: sha512-g5riTDE3wXqcIe5GjRLMZrAuwnd2u1V9eczKkUyFgiwnW51ICDAD4qJob5yereFUaOkPCXAcvyJBrERrDHMJLQ==} + /@graphql-mesh/merger-stitching/0.18.16_graphql@16.6.0: + resolution: {integrity: sha512-4QG4lrFs+dk4vhYtSThCKVqi0vBiFQK4R08RQ/auLSIVrhEdTazQsi6W24LQqpNt/M7fU/E2gsO93bb0WmHjiA==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.9.5_graphql@16.6.0 - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/stitch': 8.7.36_graphql@16.6.0 - '@graphql-tools/stitching-directives': 2.3.25_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-mesh/store': 0.9.14_graphql@16.6.0 + '@graphql-mesh/types': 0.91.6_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/stitch': 8.7.42_graphql@16.6.0 + '@graphql-tools/stitching-directives': 2.3.31_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/runtime/0.46.2_graphql@16.6.0: - resolution: {integrity: sha512-sVt2uGB8WCGx1vpT9gHk63qSxoYkuIJ5ieEhiIAByQRRbOKIS7WLplTqseBaS3W3FbKrLfbLh8d0Bl9Sl3Inkw==} + /@graphql-mesh/runtime/0.46.15_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-LefwojpknBN1C0DlaqCd3ahBbnWjj/RbyUPrQWruQVkL/N0vgeFG5s5kTy7NwyT+kjF0pwDnaNY/WCxIufhCbA==} peerDependencies: graphql: '*' dependencies: - '@envelop/core': 3.0.4 - '@envelop/extended-validation': 2.0.4_a6sekiasy2tqr6d5gj7n2wtjli - '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.4.1_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.13_graphql@16.6.0 - '@graphql-tools/batch-execute': 8.5.14_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.21_graphql@16.6.0 - '@whatwg-node/fetch': 0.5.4 + '@envelop/core': 3.0.6 + '@envelop/extended-validation': 2.0.6_adj6itjezth6avcd67ktx7eo6a + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.6_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 + '@graphql-tools/batch-execute': 8.5.18_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows - dev: true + dev: false - /@graphql-mesh/runtime/0.46.5_graphql@16.6.0: - resolution: {integrity: sha512-5cqTu3QgWR9EkNlKKZD7LB6ncVIi6xXNTEY+bK0fLEMEGb5alpMuNV1ZaTBALuQtk9H8xUTim2WriY4dBwAzcg==} + /@graphql-mesh/runtime/0.46.8_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-AKkQflxMFgrWMFL+lMH6jkYJrBCmlwrq0Edqvmv7s2LZZsQFcPoJDe7jNHfdG8GZdk42LfPvcxVZr/uIJjrHXg==} peerDependencies: graphql: '*' dependencies: '@envelop/core': 3.0.4 '@envelop/extended-validation': 2.0.4_a6sekiasy2tqr6d5gj7n2wtjli - '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.15_graphql@16.6.0 - '@graphql-tools/batch-execute': 8.5.15_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.6.2 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.19_graphql@16.6.0 + '@graphql-tools/batch-execute': 8.5.17_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' - react-native - react-native-windows - dev: false + dev: true - /@graphql-mesh/store/0.9.3_graphql@16.6.0: - resolution: {integrity: sha512-CzuB2wY4p75hkpSL1rKH8vBB/0QurvDrC1UKWtIOjz26cVXCq6EJ4JtC93T32fOc/y1x/e4OyAAOgoz6csCXiw==} + /@graphql-mesh/store/0.9.14_graphql@16.6.0: + resolution: {integrity: sha512-koPhT+90jANG852AgOWQl4qR4RGoj5ZzVQCMxUnIle3ZJrKZGaPwWyfMao6WWGql50fjQvV3fc1qSRYrZ1szzg==} peerDependencies: graphql: '*' dependencies: '@graphql-inspector/core': 3.3.0_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/types': 0.91.6_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows - dev: true + dev: false - /@graphql-mesh/store/0.9.5_graphql@16.6.0: - resolution: {integrity: sha512-nqMeAS8W8n5WwN3VkektujS/twcLhT+CcS2f0qKtl1878VmKoB39KgsXOHjnqplVXFXAn9svPYgqGdIPumzVEg==} + /@graphql-mesh/store/0.9.6_graphql@16.6.0: + resolution: {integrity: sha512-sv4ltsrC2T6IyhvnTAlRCbXrlSTQK4eL7qSS5xbDz1uRA2UROOJVj0Ee19y0fAjFtpnT4PW41EeAgHQungQrZQ==} peerDependencies: graphql: '*' dependencies: '@graphql-inspector/core': 3.3.0_graphql@16.6.0 '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 + '@graphql-mesh/types': 0.89.5_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.6_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/string-interpolation/0.4.1_graphql@16.6.0: - resolution: {integrity: sha512-kbYvB4gAHIN4oi+w0cDogvOpJ7iw/Dcq6ElY+RrLrqbgrc7HTH+vY2o2jcDzmCxmpFmMzk88qfxYWDwoILh6CQ==} + /@graphql-mesh/store/0.9.8_graphql@16.6.0: + resolution: {integrity: sha512-LN+ktqye2+heZ//k87XAQohwhwSO4Zl4W5byRYDwcCd14qWRr0hhmBfDPPCzvAMy0TOJSIKcj5U3uc7NIOcbZw==} peerDependencies: graphql: '*' dependencies: - dayjs: 1.11.7 + '@graphql-inspector/core': 3.3.0_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - json-pointer: 0.6.2 - lodash.get: 4.4.2 + tslib: 2.5.0 + transitivePeerDependencies: + - react-native + - react-native-windows dev: true /@graphql-mesh/string-interpolation/0.4.2_graphql@16.6.0: @@ -5525,90 +5677,106 @@ packages: graphql: 16.6.0 json-pointer: 0.6.2 lodash.get: 4.4.2 - tslib: 2.4.1 - dev: false + tslib: 2.5.0 - /@graphql-mesh/transform-type-merging/0.5.3_graphql@16.6.0: - resolution: {integrity: sha512-W/w7bvKuNKustVnPy+ry/9i5x1AcY23FOXu9ARVjLrZUB3B4Id80c+VLgFZXTl3jc7WysJNsy4fNTHgDNPjnKA==} + /@graphql-mesh/transform-type-merging/0.5.8_graphql@16.6.0: + resolution: {integrity: sha512-5Wtbrok6Y0SWWcVIKSS0iwe43j1g/hQzkIcdl4YzyrTAnxCe0xxWIEkysbV0AKzyjMUHGmUBlJtOH9xWs23b3w==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/stitching-directives': 2.3.23_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/stitching-directives': 2.3.29_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: true - /@graphql-mesh/types/0.89.2_graphql@16.6.0: - resolution: {integrity: sha512-5Hrgmwb/enSu1Aj4E6G5lnQxtR99zUR/x82wVaQvqhXZCTTztHHzdHjQwNywJNqUVBxPUg1To8mGXhZQsu4NTQ==} + /@graphql-mesh/types/0.89.5_graphql@16.6.0: + resolution: {integrity: sha512-DexqgB1qp7ZhJurKImZyxGMhxz+6ewzqq85BQAj6Cvr8GrdQc2QaG9fhY83mu2M0eVEzXBcJMF2eLbZVilA+mA==} + peerDependencies: + graphql: '*' + dependencies: + '@graphql-mesh/store': 0.9.6_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.16_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.5.0 + transitivePeerDependencies: + - react-native + - react-native-windows + dev: false + + /@graphql-mesh/types/0.91.0_graphql@16.6.0: + resolution: {integrity: sha512-djtzGCQqWRV3TJtRPnnRdcgboupuTFCbzWHjQlFQL1dCA/HccjL4f//4147m0gWoyQPGwDs6HD1r+8LIOmPnZg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.9.3_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.13_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-mesh/store': 0.9.8_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.19_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: true - /@graphql-mesh/types/0.89.4_graphql@16.6.0: - resolution: {integrity: sha512-GaykCb0C5Wt/arYpMO4Ex5DAHLS5wPAHzIPnYOcfpNEsD7GeS4PDttd43DYS7y6r5aks9RyZ8e+xEGc6lqZIkA==} + /@graphql-mesh/types/0.91.6_graphql@16.6.0: + resolution: {integrity: sha512-HPFi4qGPeAh2VARmOAd5Au1HFOaQ648eNraGupqSSJQQGqttRTOdarjOkthHdLbyIxzQd9sMJEUM5PBkrTuZmg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.9.5_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.15_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@graphql-mesh/store': 0.9.14_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/utils/0.43.3_graphql@16.6.0: - resolution: {integrity: sha512-dfgkCrPsz8H1gMXEDnYqy0AQkj4AlvZlRkmGarR/0+cA0h3E8+eAR6CFDPKzC5CjpSS0LTYGGy1tu7jNRmVmPQ==} + /@graphql-mesh/utils/0.43.14_graphql@16.6.0: + resolution: {integrity: sha512-b9mkTZpOAsc1PrtAFRsco70OrwL1keVX4jriqKM+Mwm3yKgPEkhVUKn+Mfxvg9VPZZyGZP1dxyhGWKD6hMkJXg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.4.1_graphql@16.6.0 - '@graphql-mesh/types': 0.89.2_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.6_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 js-yaml: 4.1.0 lodash.get: 4.4.2 lodash.set: 4.3.2 lodash.topath: 4.5.2 tiny-lru: 8.0.2 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows - dev: true + dev: false - /@graphql-mesh/utils/0.43.5_graphql@16.6.0: - resolution: {integrity: sha512-c2Jm0plR+9NFhPQejFrXHf9YDfF5bdsXjpf46EDStofAEAdPsj1i3sl1q1mcGcVbFc/Ergp/jmWyjGgl+xarrw==} + /@graphql-mesh/utils/0.43.6_graphql@16.6.0: + resolution: {integrity: sha512-cylO59bVCs4MIShvkjCO1lYMaLS1OJP+n9SN1uxyPXh5BQaedTc0QzsszSj9CCXO8WMlnKdwG7H7vR8Izcemgw==} peerDependencies: graphql: '*' dependencies: '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.89.4_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-mesh/types': 0.89.5_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 js-yaml: 4.1.0 @@ -5616,48 +5784,70 @@ packages: lodash.set: 4.3.2 lodash.topath: 4.5.2 tiny-lru: 8.0.2 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-tools/batch-delegate/8.4.13_graphql@16.6.0: - resolution: {integrity: sha512-CHfpS7hnqUcPMUIc6G6brNpEHi2U4To/YvPXEVxBmE9M4CMK7FS8CjOsnHbaXbAhNxLVPRmrITrLg7+wNvWvzQ==} + /@graphql-mesh/utils/0.43.8_graphql@16.6.0: + resolution: {integrity: sha512-bad7+xupNdq5HNNAdgPN+JVUh0f0JnUa0HRot9o+XdZ8/wy1YI4HmxN+7+W69dUAOP5urEzdQbnZ09ivK/ZxGg==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + graphql: '*' dependencies: - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - dataloader: 2.1.0 + '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 + '@graphql-mesh/types': 0.91.0_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + js-yaml: 4.1.0 + lodash.get: 4.4.2 + lodash.set: 4.3.2 + lodash.topath: 4.5.2 + tiny-lru: 8.0.2 + tslib: 2.5.0 + transitivePeerDependencies: + - react-native + - react-native-windows dev: true - /@graphql-tools/batch-delegate/8.4.15_graphql@16.6.0: - resolution: {integrity: sha512-KIpizNQsPFOE4pG4Zs3jRRJTfcrRB4Sp2al3X6tygMXpdNEvbHrJzZN5NfCzb6hs5QCpH9nzbtt8q4QmFkDmBw==} + /@graphql-tools/batch-delegate/8.4.16_graphql@16.6.0: + resolution: {integrity: sha512-mk+2BFuqQD5eFcyieQWVcO7pbPTKjjiwPeKpI2TIAWLjipXQbRh1JHthEKXyOQqQHnnkYCRoiboVoo9351Zd+w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 dataloader: 2.1.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /@graphql-tools/batch-execute/8.5.14_graphql@16.6.0: - resolution: {integrity: sha512-m6yXqqmFAH2V5JuSIC/geiGLBQA1Y6RddOJfUtkc9Z7ttkULRCd1W39TpYS6IlrCwYyTj+klO1/kdWiny38f5g==} + /@graphql-tools/batch-delegate/8.4.19_graphql@16.6.0: + resolution: {integrity: sha512-btO8owpYwfvbRtjZa5F6EZrqxJ0YeatGwRY9XdH6Q3C9pVoXv+9k4k3zkicBH9tZ8KgXL8eWUlyksbYOxp38vQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - dataloader: 2.1.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dataloader: 2.2.1 graphql: 16.6.0 - tslib: 2.4.1 - value-or-promise: 1.0.11 + tslib: 2.5.0 dev: true + /@graphql-tools/batch-delegate/8.4.21_graphql@16.6.0: + resolution: {integrity: sha512-NrnMGF6SHv7b0OWSyPUURZDoPGKEFTmTyYwVQ+iM950ZPBx3gOUPODZaXWpFVlFK2UGVNk6atvbigPDHnwSZnw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dataloader: 2.2.2 + graphql: 16.6.0 + tslib: 2.5.0 + dev: false + /@graphql-tools/batch-execute/8.5.15_graphql@16.6.0: resolution: {integrity: sha512-qb12M8XCK6SBJmZDS8Lzd4PVJFsIwNUkYmFuqcTiBqOI/WsoDlQDZI++ghRpGcusLkL9uzcIOTT/61OeHhsaLg==} peerDependencies: @@ -5666,7 +5856,31 @@ packages: '@graphql-tools/utils': 9.1.4_graphql@16.6.0 dataloader: 2.1.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 + value-or-promise: 1.0.12 + dev: false + + /@graphql-tools/batch-execute/8.5.17_graphql@16.6.0: + resolution: {integrity: sha512-ma6zlFIBG8VuqSwE8jhYhMbaFsJ1YdVsnpFmbQ0O/qJTmlgdAWCyAZTJH0aZ24fqNFfj/vW/Qtpqn7gRcF8QOw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dataloader: 2.2.1 + graphql: 16.6.0 + tslib: 2.5.0 + value-or-promise: 1.0.12 + dev: true + + /@graphql-tools/batch-execute/8.5.18_graphql@16.6.0: + resolution: {integrity: sha512-mNv5bpZMLLwhkmPA6+RP81A6u3KF4CSKLf3VX9hbomOkQR4db8pNs8BOvpZU54wKsUzMzdlws/2g/Dabyb2Vsg==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dataloader: 2.2.2 + graphql: 16.6.0 + tslib: 2.5.0 value-or-promise: 1.0.12 dev: false @@ -5678,21 +5892,21 @@ packages: '@graphql-tools/utils': 8.9.0_graphql@15.8.0 dataloader: 2.1.0 graphql: 15.8.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.11 dev: true optional: true - /@graphql-tools/code-file-loader/7.3.15_graphql@16.6.0: - resolution: {integrity: sha512-cF8VNc/NANTyVSIK8BkD/KSXRF64DvvomuJ0evia7tJu4uGTXgDjimTMWsTjKRGOOBSTEbL6TA8e4DdIYq6Udw==} + /@graphql-tools/code-file-loader/7.3.20_graphql@16.6.0: + resolution: {integrity: sha512-htwylU+/if5j5rgrd/i2xgM22cWC2RGgUGO7K+nxZU+l7iCimJUdDQnqCW9G3eVHbLpVOhyza9bBUNMPzh3sxg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.4.2_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/graphql-tag-pluck': 7.4.6_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 globby: 11.1.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 unixify: 1.0.0 transitivePeerDependencies: - '@babel/core' @@ -5714,262 +5928,275 @@ packages: dev: true optional: true - /@graphql-tools/delegate/9.0.20_graphql@16.6.0: - resolution: {integrity: sha512-m/de++kSxa/JABQ15tyt6SMlc4qfl3MgFFWmwbPcWgJxlAvZ7oIdGXcUvU6VJcXiyXfo6MZ/zr4V2E2UwMehew==} + /@graphql-tools/delegate/9.0.23_graphql@16.6.0: + resolution: {integrity: sha512-pTmC2ZUGRp/j4bwQRccZV+J2ETMeHYF9RmEXHHdj0S7/LOpyfFE3mGvRV2+n6MzXpPCPp+mh037LWF+q4wLcJw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-execute': 8.5.14_graphql@16.6.0 - '@graphql-tools/executor': 0.0.11_graphql@16.6.0 - '@graphql-tools/schema': 9.0.12_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/batch-execute': 8.5.15_graphql@16.6.0 + '@graphql-tools/executor': 0.0.12_graphql@16.6.0 + '@graphql-tools/schema': 9.0.14_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 dataloader: 2.1.0 graphql: 16.6.0 tslib: 2.4.1 - value-or-promise: 1.0.11 + value-or-promise: 1.0.12 + dev: false + + /@graphql-tools/delegate/9.0.26_graphql@16.6.0: + resolution: {integrity: sha512-RPcjH+NnK3e4e9/6CwKbyv9DtVa+ojiwvsbW9Q6zMXRdlP0zazsQOe5+ktL3yE+d3zlzGAasp0WAiSLUS5vFRw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/batch-execute': 8.5.17_graphql@16.6.0 + '@graphql-tools/executor': 0.0.14_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dataloader: 2.2.1 + graphql: 16.6.0 + tslib: 2.5.0 + value-or-promise: 1.0.12 dev: true - /@graphql-tools/delegate/9.0.22_graphql@16.6.0: - resolution: {integrity: sha512-dWJGMN8V7KORtbI8eDAjHYTWiMyis/md27M6pPhrlYVlcsDk3U0jbNdgkswBBUEBvqumPRCv8pVOxKcLS4caKA==} + /@graphql-tools/delegate/9.0.28_graphql@16.6.0: + resolution: {integrity: sha512-8j23JCs2mgXqnp+5K0v4J3QBQU/5sXd9miaLvMfRf/6963DznOXTECyS9Gcvj1VEeR5CXIw6+aX/BvRDKDdN1g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-execute': 8.5.15_graphql@16.6.0 - '@graphql-tools/executor': 0.0.12_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - dataloader: 2.1.0 + '@graphql-tools/batch-execute': 8.5.18_graphql@16.6.0 + '@graphql-tools/executor': 0.0.15_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dataloader: 2.2.2 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.12 dev: false - /@graphql-tools/executor-graphql-ws/0.0.5_graphql@16.6.0: - resolution: {integrity: sha512-1bJfZdSBPCJWz1pJ5g/YHMtGt6YkNRDdmqNQZ8v+VlQTNVfuBpY2vzj15uvf5uDrZLg2MSQThrKlL8av4yFpsA==} + /@graphql-tools/executor-graphql-ws/0.0.10_graphql@16.6.0: + resolution: {integrity: sha512-5SxFvupyWe6+Egq8Zws0+mJZMKV18rTAwxHwhrx+KhRfGpilqkqS4I+qwVL94LNktWL2uy95cU5b5CQFyVaVEg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 - '@types/ws': 8.5.3 + '@types/ws': 8.5.4 graphql: 16.6.0 - graphql-ws: 5.11.2_graphql@16.6.0 - isomorphic-ws: 5.0.0_ws@8.11.0 - tslib: 2.4.1 - ws: 8.11.0 + graphql-ws: 5.11.3_graphql@16.6.0 + isomorphic-ws: 5.0.0_ws@8.12.0 + tslib: 2.5.0 + ws: 8.12.0 transitivePeerDependencies: - bufferutil - utf-8-validate dev: true - /@graphql-tools/executor-graphql-ws/0.0.6_graphql@16.6.0: - resolution: {integrity: sha512-n6JvIviYO8iiasV/baclimQqNkYGP7JRlkNSnphNG5LULmVpQ2WsyvbgJHV7wtlTZ8ZQ3+dILgQF83PFyLsfdA==} + /@graphql-tools/executor-graphql-ws/0.0.7_graphql@16.6.0: + resolution: {integrity: sha512-C6EExKoukn4vu3BbvlqsqtC91F4pTLPDZvRceYjpFzTCQSGFSjfrxQGP/haGlemXVRpIDxBy7wpXoQlsF8UmFA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.1.4_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 - '@types/ws': 8.5.3 + '@types/ws': 8.5.4 graphql: 16.6.0 graphql-ws: 5.11.2_graphql@16.6.0 isomorphic-ws: 5.0.0_ws@8.12.0 - tslib: 2.4.1 + tslib: 2.5.0 ws: 8.12.0 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false - /@graphql-tools/executor-http/0.0.6_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-EF7eZ7GeXP6YSEgXJqFzfQtN80BUCbMrMeZxGnnOggWOJ1lKvYfSGQZ7+HcJRNUXQCZn/SV4lTJSVZW80GITWA==} + /@graphql-tools/executor-http/0.1.1_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-bFE6StI7CJEIYGRkAnTYxutSV4OtC1c4MQU3nStOYZZO7KmzIgEQZ4ygPSPrRb+jtRsMCBEqPqlYOD4Rq02aMw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 - '@whatwg-node/fetch': 0.5.3 + '@whatwg-node/fetch': 0.6.2 dset: 3.1.2 extract-files: 11.0.0 graphql: 16.6.0 - meros: 1.2.1_@types+node@16.18.3 - tslib: 2.4.1 - value-or-promise: 1.0.11 + meros: 1.2.1_@types+node@16.18.13 + tslib: 2.5.0 + value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' - encoding - dev: true + dev: false - /@graphql-tools/executor-http/0.1.1_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-bFE6StI7CJEIYGRkAnTYxutSV4OtC1c4MQU3nStOYZZO7KmzIgEQZ4ygPSPrRb+jtRsMCBEqPqlYOD4Rq02aMw==} + /@graphql-tools/executor-http/0.1.9_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-tNzMt5qc1ptlHKfpSv9wVBVKCZ7gks6Yb/JcYJluxZIT4qRV+TtOFjpptfBU63usgrGVOVcGjzWc/mt7KhmmpQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 - '@whatwg-node/fetch': 0.6.2 + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 dset: 3.1.2 extract-files: 11.0.0 graphql: 16.6.0 - meros: 1.2.1_@types+node@16.18.3 - tslib: 2.4.1 + meros: 1.2.1_@types+node@16.18.13 + tslib: 2.5.0 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' - - encoding - dev: false + dev: true - /@graphql-tools/executor-legacy-ws/0.0.5_graphql@16.6.0: - resolution: {integrity: sha512-j2ZQVTI4rKIT41STzLPK206naYDhHxmGHot0siJKBKX1vMqvxtWBqvL66v7xYEOaX79wJrFc8l6oeURQP2LE6g==} + /@graphql-tools/executor-legacy-ws/0.0.6_graphql@16.6.0: + resolution: {integrity: sha512-L1hRuSvBUCNerYDhfeSZXFeqliDlnNXa3fDHTp7efI3Newpbevqa19Fm0mVzsCL7gqIKOwzrPORwh7kOVE/vew==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - '@types/ws': 8.5.3 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@types/ws': 8.5.4 graphql: 16.6.0 - isomorphic-ws: 5.0.0_ws@8.11.0 - tslib: 2.4.1 - ws: 8.11.0 + isomorphic-ws: 5.0.0_ws@8.12.0 + tslib: 2.5.0 + ws: 8.12.0 transitivePeerDependencies: - bufferutil - utf-8-validate - dev: true + dev: false - /@graphql-tools/executor-legacy-ws/0.0.6_graphql@16.6.0: - resolution: {integrity: sha512-L1hRuSvBUCNerYDhfeSZXFeqliDlnNXa3fDHTp7efI3Newpbevqa19Fm0mVzsCL7gqIKOwzrPORwh7kOVE/vew==} + /@graphql-tools/executor-legacy-ws/0.0.8_graphql@16.6.0: + resolution: {integrity: sha512-NZfBijmr774rCO60cRTqbf2otRjn32sVikq6PdT+0vZfhVwX7wydNMdyfJZQ3WGuTyab5hrqOWD+UU8VcIbAeg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@types/ws': 8.5.3 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@types/ws': 8.5.4 graphql: 16.6.0 isomorphic-ws: 5.0.0_ws@8.12.0 - tslib: 2.4.1 + tslib: 2.5.0 ws: 8.12.0 transitivePeerDependencies: - bufferutil - utf-8-validate - dev: false + dev: true - /@graphql-tools/executor/0.0.11_graphql@16.6.0: - resolution: {integrity: sha512-GjtXW0ZMGZGKad6A1HXFPArkfxE0AIpznusZuQdy4laQx+8Ut3Zx8SAFJNnDfZJ2V5kU29B5Xv3Fr0/DiMBHOQ==} + /@graphql-tools/executor/0.0.12_graphql@16.6.0: + resolution: {integrity: sha512-bWpZcYRo81jDoTVONTnxS9dDHhEkNVjxzvFCH4CRpuyzD3uL+5w3MhtxIh24QyWm4LvQ4f+Bz3eMV2xU2I5+FA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 - tslib: 2.4.1 - value-or-promise: 1.0.11 + tslib: 2.5.0 + value-or-promise: 1.0.12 - /@graphql-tools/executor/0.0.12_graphql@16.6.0: - resolution: {integrity: sha512-bWpZcYRo81jDoTVONTnxS9dDHhEkNVjxzvFCH4CRpuyzD3uL+5w3MhtxIh24QyWm4LvQ4f+Bz3eMV2xU2I5+FA==} + /@graphql-tools/executor/0.0.14_graphql@16.6.0: + resolution: {integrity: sha512-YiBbN9NT0FgqPJ35+Eg0ty1s5scOZTgiPf+6hLVJBd5zHEURwojEMCTKJ9e0RNZHETp2lN+YaTFGTSoRk0t4Sw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.12 - dev: false - /@graphql-tools/executor/0.0.9_graphql@16.6.0: - resolution: {integrity: sha512-qLhQWXTxTS6gbL9INAQa4FJIqTd2tccnbs4HswOx35KnyLaLtREuQ8uTfU+5qMrRIBhuzpGdkP2ssqxLyOJ5rA==} + /@graphql-tools/executor/0.0.15_graphql@16.6.0: + resolution: {integrity: sha512-6U7QLZT8cEUxAMXDP4xXVplLi6RBwx7ih7TevlBto66A/qFp3PDb6o/VFo07yBKozr8PGMZ4jMfEWBGxmbGdxA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 - tslib: 2.4.1 - value-or-promise: 1.0.11 - dev: true + tslib: 2.5.0 + value-or-promise: 1.0.12 + dev: false - /@graphql-tools/graphql-file-loader/7.5.13_graphql@16.6.0: - resolution: {integrity: sha512-VWFVnw3aB6sykGfpb/Dn3sxQswqvp2FsVwDy8ubH1pgLuxlDuurhHjRHvMG2+p7IaHC7q8T3Vk/rLtZftrwOBQ==} + /@graphql-tools/graphql-file-loader/7.5.16_graphql@16.6.0: + resolution: {integrity: sha512-lK1N3Y2I634FS12nd4bu7oAJbai3bUc28yeX+boT+C83KTO4ujGHm+6hPC8X/FRGwhKOnZBxUM7I5nvb3HiUxw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/import': 6.7.14_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/import': 6.7.17_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 globby: 11.1.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 unixify: 1.0.0 dev: true - /@graphql-tools/graphql-tag-pluck/7.4.2_graphql@16.6.0: - resolution: {integrity: sha512-SXM1wR5TExrxocQTxZK5r74jTbg8GxSYLY3mOPCREGz6Fu7PNxMxfguUzGUAB43Mf44Dn8oVztzd2eitv2Qgww==} + /@graphql-tools/graphql-tag-pluck/7.4.6_graphql@16.6.0: + resolution: {integrity: sha512-KPlkrC+WtJAg/Sv93rPiDHZDsgQDIZEy9ViHqz80KdRvq0aeQN9TGp26mQCyD7zo1Ib2paT16IVwTNQf02yxpQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@babel/parser': 7.20.3 + '@babel/parser': 7.21.2 '@babel/plugin-syntax-import-assertions': 7.20.0 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - '@babel/core' - supports-color dev: true - /@graphql-tools/import/6.7.14_graphql@16.6.0: - resolution: {integrity: sha512-lRX/MHM0Km497kg4VXMvtV1DeG/AfPJFO2ovaL0kDujWEdyCsWxsB4whY7nPeiNaPA/nT3mQ8MU7yFzVjogF/Q==} + /@graphql-tools/import/6.7.17_graphql@16.6.0: + resolution: {integrity: sha512-bn9SgrECXq3WIasgNP7ful/uON51wBajPXtxdY+z/ce7jLWaFE6lzwTDB/GAgiZ+jo7nb0ravlxteSAz2qZmuA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 resolve-from: 5.0.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@graphql-tools/load/7.8.8_graphql@16.6.0: - resolution: {integrity: sha512-gMuQdO2jXmI0BNUc1MafxRQTWVMUtuH500pZAQtOdDdNJppV7lJdY6mMhITQ2qnhYDuMrcZPHhIkcftyQfkgUg==} + /@graphql-tools/load/7.8.12_graphql@16.6.0: + resolution: {integrity: sha512-JwxgNS2c6i6oIdKttcbXns/lpKiyN7c6/MkkrJ9x2QE9rXk5HOhSJxRvPmOueCuAin1542xUrcDRGBXJ7thSig==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.12_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 p-limit: 3.1.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@graphql-tools/merge/8.3.12_graphql@15.8.0: - resolution: {integrity: sha512-BFL8r4+FrqecPnIW0H8UJCBRQ4Y8Ep60aujw9c/sQuFmQTiqgWgpphswMGfaosP2zUinDE3ojU5wwcS2IJnumA==} + /@graphql-tools/merge/8.3.16_graphql@16.6.0: + resolution: {integrity: sha512-In0kcOZcPIpYOKaqdrJ3thdLPE7TutFnL9tbrHUy2zCinR2O/blpRC48jPckcs0HHrUQ0pGT4HqvzMkZUeEBAw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.1_graphql@15.8.0 - graphql: 15.8.0 - tslib: 2.4.1 - dev: true - optional: true + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.5.0 + dev: false - /@graphql-tools/merge/8.3.14_graphql@16.6.0: - resolution: {integrity: sha512-zV0MU1DnxJLIB0wpL4N3u21agEiYFsjm6DI130jqHpwF0pR9HkF+Ni65BNfts4zQelP0GjkHltG+opaozAJ1NA==} + /@graphql-tools/merge/8.3.18_graphql@15.8.0: + resolution: {integrity: sha512-R8nBglvRWPAyLpZL/f3lxsY7wjnAeE0l056zHhcO/CgpvK76KYUt9oEkR05i8Hmt8DLRycBN0FiotJ0yDQWTVA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.4.1 + '@graphql-tools/utils': 9.2.1_graphql@15.8.0 + graphql: 15.8.0 + tslib: 2.5.0 dev: true + optional: true - /@graphql-tools/merge/8.3.15_graphql@16.6.0: - resolution: {integrity: sha512-hYYOlsqkUlL6oOo7zzuk6hIv7xQzy+x21sgK84d5FWaiWYkLYh9As8myuDd9SD5xovWWQ9m/iRhIOVDEMSyEKA==} + /@graphql-tools/merge/8.3.18_graphql@16.6.0: + resolution: {integrity: sha512-R8nBglvRWPAyLpZL/f3lxsY7wjnAeE0l056zHhcO/CgpvK76KYUt9oEkR05i8Hmt8DLRycBN0FiotJ0yDQWTVA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 /@graphql-tools/merge/8.3.1_graphql@15.8.0: resolution: {integrity: sha512-BMm99mqdNZbEYeTPK3it9r9S6rsZsQKtlqJsSBknAclXq2pGEfOxjcIZi+kBSkHZKPKCRrYDd5vY0+rUmIHVLg==} @@ -5978,20 +6205,20 @@ packages: dependencies: '@graphql-tools/utils': 8.9.0_graphql@15.8.0 graphql: 15.8.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true optional: true - /@graphql-tools/mock/8.7.12_graphql@15.8.0: - resolution: {integrity: sha512-bEjj52T5idjzqFXfDZPFfPZDPFEjVmayYA6RYqMxM3Qdv5JJ8pSMEGDBcXhinbQudPKdRkLmR17usNmRMpUQEg==} + /@graphql-tools/mock/8.7.18_graphql@15.8.0: + resolution: {integrity: sha512-ZbXMp86V0DmfgUZhr5aGHtNIS2hBazhvTpPlFCyNOP+RMio3ErKnSsma3T1jV1ZyMo11l7QrxV9Xxn3uA0dv+w==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.10_graphql@15.8.0 - '@graphql-tools/utils': 9.1.1_graphql@15.8.0 + '@graphql-tools/schema': 9.0.16_graphql@15.8.0 + '@graphql-tools/utils': 9.2.1_graphql@15.8.0 fast-json-stable-stringify: 2.1.0 graphql: 15.8.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true optional: true @@ -6001,18 +6228,18 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@graphql-tools/relay-operation-optimizer/6.5.15_graphql@16.6.0: - resolution: {integrity: sha512-ILviTglS0eYc4e3rbQ65KlMZ3MWggxer5hro9iDWoN4+amlG3SNo8ejkgZtmI8uQL6Se0NcFt9eASB2SGd64pw==} + /@graphql-tools/relay-operation-optimizer/6.5.17_graphql@16.6.0: + resolution: {integrity: sha512-hHPEX6ccRF3+9kfVz0A3In//Dej7QrHOLGZEokBmPDMDqn9CS7qUjpjyGzclbOX0tRBtLfuFUZ68ABSac3P1nA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/relay-compiler': 12.0.0_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - encoding - supports-color @@ -6026,120 +6253,120 @@ packages: '@graphql-tools/merge': 8.3.1_graphql@15.8.0 '@graphql-tools/utils': 8.9.0_graphql@15.8.0 graphql: 15.8.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.11 dev: true optional: true - /@graphql-tools/schema/9.0.10_graphql@15.8.0: - resolution: {integrity: sha512-lV0o4df9SpPiaeeDAzgdCJ2o2N9Wvsp0SMHlF2qDbh9aFCFQRsXuksgiDm2yTgT3TG5OtUes/t0D6uPjPZFUbQ==} + /@graphql-tools/schema/9.0.14_graphql@16.6.0: + resolution: {integrity: sha512-U6k+HY3Git+dsOEhq+dtWQwYg2CAgue8qBvnBXoKu5eEeH284wymMUoNm0e4IycOgMCJANVhClGEBIkLRu3FQQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.12_graphql@15.8.0 - '@graphql-tools/utils': 9.1.1_graphql@15.8.0 - graphql: 15.8.0 - tslib: 2.4.1 - value-or-promise: 1.0.11 - dev: true - optional: true + '@graphql-tools/merge': 8.3.16_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + graphql: 16.6.0 + tslib: 2.5.0 + value-or-promise: 1.0.12 + dev: false - /@graphql-tools/schema/9.0.12_graphql@16.6.0: - resolution: {integrity: sha512-DmezcEltQai0V1y96nwm0Kg11FDS/INEFekD4nnVgzBqawvznWqK6D6bujn+cw6kivoIr3Uq//QmU/hBlBzUlQ==} + /@graphql-tools/schema/9.0.16_graphql@15.8.0: + resolution: {integrity: sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.14_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.4.1 - value-or-promise: 1.0.11 + '@graphql-tools/merge': 8.3.18_graphql@15.8.0 + '@graphql-tools/utils': 9.2.1_graphql@15.8.0 + graphql: 15.8.0 + tslib: 2.5.0 + value-or-promise: 1.0.12 dev: true + optional: true - /@graphql-tools/schema/9.0.13_graphql@16.6.0: - resolution: {integrity: sha512-guRA3fwAtv+M1Kh930P4ydH9aKJTWscIkhVFcWpj/cnjYYxj88jkEJ15ZNiJX/2breNY+sbVgmlgLKb6aXi/Jg==} + /@graphql-tools/schema/9.0.16_graphql@16.6.0: + resolution: {integrity: sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.15_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/merge': 8.3.18_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.12 - /@graphql-tools/stitch/8.7.32_graphql@16.6.0: - resolution: {integrity: sha512-d53Ka836AqEpSK6P56DQxPNvqaXu9yCKjVO9JZC9pGNzWbavVBQsYdV36KXZjB09/3VgPnftvW6CchZKIvcckg==} + /@graphql-tools/stitch/8.7.40_graphql@16.6.0: + resolution: {integrity: sha512-wSjKArwo1cKZyJDwkbQNjagJOYTksZP2PD3sGt+zHUoE4OFoDMe/g/y671GDYUiuZj6w4yP1zPVVdtvJ5/m4QQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-delegate': 8.4.13_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/merge': 8.3.14_graphql@16.6.0 - '@graphql-tools/schema': 9.0.12_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.21_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.19_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/merge': 8.3.18_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.12 dev: true - /@graphql-tools/stitch/8.7.36_graphql@16.6.0: - resolution: {integrity: sha512-XRukKVOyf7z9hT1034SR2XN7XsyHVvDjl6OBxt4fo7L+3EtKQl2iUCbKPTSzPCIK+CCERDQ2/J8Kp+RYIJYT/g==} + /@graphql-tools/stitch/8.7.42_graphql@16.6.0: + resolution: {integrity: sha512-3GmHcxG2UB+r6qGWe2VzvTyFuCuDuBUquAkvWcx+mESiIDOxNdNTQKN69VGNkie+RavlCWUHE3SmhY8u7Z+7wQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-delegate': 8.4.15_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/merge': 8.3.15_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/merge': 8.3.18_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.12 dev: false - /@graphql-tools/stitching-directives/2.3.23_graphql@16.6.0: - resolution: {integrity: sha512-YqMmrtF6DEo45AWV5S5j0wtNE08j0unuLZMF16E6pmXbPzWP4Z2jLsAmjY6uDLaXccvK8b5dhyemIHC9dBNxkA==} + /@graphql-tools/stitching-directives/2.3.29_graphql@16.6.0: + resolution: {integrity: sha512-fkryhaKHl/KtgDxamES147k0e2k8PnbP4CC12KIJIQYa9cVWXY463t9ACq6pCfyDzZt04NGjW9WRIR/RoKHeCA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true - /@graphql-tools/stitching-directives/2.3.25_graphql@16.6.0: - resolution: {integrity: sha512-8Rz3lJIrSHOGZkYTTDW2nWN6QahwqFHjC+3LStGr+NLvti+kzvMna9Fo7+gdmPX6HAKsaidyhMty8NCdow+RHg==} + /@graphql-tools/stitching-directives/2.3.31_graphql@16.6.0: + resolution: {integrity: sha512-XX81hqZy4IHB2OwrG1escEA5yT5ZBxUYoHaxohAa8gaYUij5Xc6l4qzZ8HT05T1x1mNhFFNILEgQaJA1EDGv/A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /@graphql-tools/url-loader/7.16.25_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-vTL+TWpzi9LZ0a1pEVLgpJkaSYARf0EDHeraLxeJ7N5WNSHYMlpGNAH3qWQjRFf95Mhcm8J8CjhkM7+Z0LsS5A==} + /@graphql-tools/url-loader/7.17.12_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-XIGWnXLoPjZzYTkeM24oUFs//buROz8Q1bgiqNf604JjmHJ6UzpOHOVskMN2lvfufqghhGDiK9v/oVhlVb8B0Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/executor-graphql-ws': 0.0.5_graphql@16.6.0 - '@graphql-tools/executor-http': 0.0.6_dvgirfdsy4cky7rqkuzgo4keja - '@graphql-tools/executor-legacy-ws': 0.0.5_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 - '@graphql-tools/wrap': 9.2.21_graphql@16.6.0 - '@types/ws': 8.5.3 - '@whatwg-node/fetch': 0.5.4 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/executor-graphql-ws': 0.0.10_graphql@16.6.0 + '@graphql-tools/executor-http': 0.1.9_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-tools/executor-legacy-ws': 0.0.8_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 + '@types/ws': 8.5.4 + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 graphql: 16.6.0 - isomorphic-ws: 5.0.0_ws@8.11.0 - tslib: 2.4.1 + isomorphic-ws: 5.0.0_ws@8.12.1 + tslib: 2.5.0 value-or-promise: 1.0.12 - ws: 8.11.0 + ws: 8.12.1 transitivePeerDependencies: - '@types/node' - bufferutil @@ -6147,23 +6374,23 @@ packages: - utf-8-validate dev: true - /@graphql-tools/url-loader/7.17.2_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-VgCXa5vQzcM13+loJvVHLXltp3qN8PHUTeth50cImUhCm3qtRwOeuSYjpph38vllPb8DKxsZkNFxzYgzscWIow==} + /@graphql-tools/url-loader/7.17.4_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-nB2fhkn4LTYjU2qoTOBZYmWQRVYsCI0K2LScwD49QVMNAPWthg/lHao4hFUe70aTInT8oquvl8d0rIb7fRWOvA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/executor-graphql-ws': 0.0.6_graphql@16.6.0 - '@graphql-tools/executor-http': 0.1.1_dvgirfdsy4cky7rqkuzgo4keja + '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 + '@graphql-tools/executor-graphql-ws': 0.0.7_graphql@16.6.0 + '@graphql-tools/executor-http': 0.1.1_4ypim5hjsq3aoucuq6rxjz442a '@graphql-tools/executor-legacy-ws': 0.0.6_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 - '@types/ws': 8.5.3 - '@whatwg-node/fetch': 0.6.2 + '@graphql-tools/wrap': 9.3.2_graphql@16.6.0 + '@types/ws': 8.5.4 + '@whatwg-node/fetch': 0.6.9_@types+node@16.18.13 graphql: 16.6.0 isomorphic-ws: 5.0.0_ws@8.12.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.12 ws: 8.12.0 transitivePeerDependencies: @@ -6173,82 +6400,88 @@ packages: - utf-8-validate dev: false + /@graphql-tools/utils/8.13.1_graphql@16.6.0: + resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.6.0 + tslib: 2.5.0 + /@graphql-tools/utils/8.9.0_graphql@15.8.0: resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 15.8.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true optional: true - /@graphql-tools/utils/8.9.0_graphql@16.6.0: - resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==} + /@graphql-tools/utils/9.1.4_graphql@16.6.0: + resolution: {integrity: sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 - /@graphql-tools/utils/9.1.1_graphql@15.8.0: - resolution: {integrity: sha512-DXKLIEDbihK24fktR2hwp/BNIVwULIHaSTNTNhXS+19vgT50eX9wndx1bPxGwHnVBOONcwjXy0roQac49vdt/w==} + /@graphql-tools/utils/9.2.1_graphql@15.8.0: + resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: + '@graphql-typed-document-node/core': 3.1.2_graphql@15.8.0 graphql: 15.8.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true optional: true - /@graphql-tools/utils/9.1.1_graphql@16.6.0: - resolution: {integrity: sha512-DXKLIEDbihK24fktR2hwp/BNIVwULIHaSTNTNhXS+19vgT50eX9wndx1bPxGwHnVBOONcwjXy0roQac49vdt/w==} + /@graphql-tools/utils/9.2.1_graphql@16.6.0: + resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: + '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 - dev: true + tslib: 2.5.0 - /@graphql-tools/utils/9.1.3_graphql@16.6.0: - resolution: {integrity: sha512-bbJyKhs6awp1/OmP+WKA1GOyu9UbgZGkhIj5srmiMGLHohEOKMjW784Sk0BZil1w2x95UPu0WHw6/d/HVCACCg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 16.6.0 - tslib: 2.4.1 - - /@graphql-tools/utils/9.1.4_graphql@16.6.0: - resolution: {integrity: sha512-hgIeLt95h9nQgQuzbbdhuZmh+8WV7RZ/6GbTj6t3IU4Zd2zs9yYJ2jgW/krO587GMOY8zCwrjNOMzD40u3l7Vg==} + /@graphql-tools/wrap/9.3.2_graphql@16.6.0: + resolution: {integrity: sha512-jqBMJZyKFATxWA3alPhGRWh/ZluaPWrXFumXRaqAwK9QdCAxM24jG8Kmy3FrTfeyxNqDyzDlHZobtwwDKurm5g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: + '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 + '@graphql-tools/schema': 9.0.14_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 + value-or-promise: 1.0.12 + dev: false - /@graphql-tools/wrap/9.2.21_graphql@16.6.0: - resolution: {integrity: sha512-h4S9x9Rh8aSKkBGv+nq43Z0qK7CH8ySl+9RDO0MluscWlqNNECJ34FytwPVd8sXSrS7JwgwmVNcT51EH1n0wRw==} + /@graphql-tools/wrap/9.3.5_graphql@16.6.0: + resolution: {integrity: sha512-D3jR6/ZDWa6bw4hc1odHKLIFLxjgXlL8FSkkNlViAcRgRaqUVgFQsk+dThdWkqKP6+uij4lBG+pd/XZfrI1zeQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 - '@graphql-tools/schema': 9.0.12_graphql@16.6.0 - '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 - value-or-promise: 1.0.11 + tslib: 2.5.0 + value-or-promise: 1.0.12 dev: true - /@graphql-tools/wrap/9.3.1_graphql@16.6.0: - resolution: {integrity: sha512-uzY1HKc7qMErWL3ybv8bFG3hI1rTJPVYQ8WeJkCF/r/+aHEkUj0Bo2PYZrZTX1UIr3Tb4P5GyhqYBgZOXraZjw==} + /@graphql-tools/wrap/9.3.7_graphql@16.6.0: + resolution: {integrity: sha512-gavfiWLKgvmC2VPamnMzml3zmkBoo0yt+EmOLIHY6O92o4uMTR281WGM77tZIfq+jzLtjoIOThUSjC/cN/6XKg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 value-or-promise: 1.0.12 dev: false @@ -6259,26 +6492,42 @@ packages: dependencies: graphql: 16.6.0 - /@graphql-yoga/subscription/3.0.0: - resolution: {integrity: sha512-Wy1m2fcCrSj2a/KbtlQUEJ8Go7M95jeUXEH1dqbS6T6wbReqQHqq5ecSUKNhL49Xziy2Sh6od8iWm7MBUIWAlQ==} + /@graphql-typed-document-node/core/3.1.2_graphql@15.8.0: + resolution: {integrity: sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 15.8.0 + dev: true + optional: true + + /@graphql-typed-document-node/core/3.1.2_graphql@16.6.0: + resolution: {integrity: sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==} + peerDependencies: + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + graphql: 16.6.0 + + /@graphql-yoga/subscription/3.1.0: + resolution: {integrity: sha512-Vc9lh8KzIHyS3n4jBlCbz7zCjcbtQnOBpsymcRvHhFr2cuH+knmRn0EmzimMQ58jQ8kxoRXXC3KJS3RIxSdPIg==} dependencies: '@graphql-yoga/typed-event-target': 1.0.0 '@repeaterjs/repeater': 3.0.4 '@whatwg-node/events': 0.0.2 - tslib: 2.4.1 + tslib: 2.5.0 /@graphql-yoga/typed-event-target/1.0.0: resolution: {integrity: sha512-Mqni6AEvl3VbpMtKw+TIjc9qS9a8hKhiAjFtqX488yq5oJtj9TkNlFTIacAVS3vnPiswNsmDiQqvwUOcJgi1DA==} dependencies: '@repeaterjs/repeater': 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 - /@grpc/grpc-js/1.7.3: - resolution: {integrity: sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==} + /@grpc/grpc-js/1.8.11: + resolution: {integrity: sha512-f/xC+6Z2QKsRJ+VSSFlt4hA5KSRm+PKvMWV8kMPkMgGlFidR6PeIkXrOasIY2roe+WROM6GFQLlgDKfeEZo2YQ==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@grpc/proto-loader': 0.7.3 - '@types/node': 18.11.9 + '@grpc/proto-loader': 0.7.5 + '@types/node': 18.14.2 /@grpc/proto-loader/0.5.6: resolution: {integrity: sha512-DT14xgw3PSzPxwS13auTEwxhMMOoz33DPUKNtmYK/QYbBSpLXJy78FGGs5yVoxVobEqPm4iW9MOIoz0A3bLTRQ==} @@ -6288,15 +6537,15 @@ packages: protobufjs: 6.11.3 dev: true - /@grpc/proto-loader/0.7.3: - resolution: {integrity: sha512-5dAvoZwna2Py3Ef96Ux9jIkp3iZ62TUsV00p3wVBPNX5K178UbNi8Q7gQVqwXT1Yq9RejIGG9G2IPEo93T6RcA==} + /@grpc/proto-loader/0.7.5: + resolution: {integrity: sha512-mfcTuMbFowq1wh/Rn5KQl6qb95M21Prej3bewD9dUQMurYGVckGO/Pbe2Ocwto6sD05b/mxZLspvqwx60xO2Rg==} engines: {node: '>=6'} hasBin: true dependencies: '@types/long': 4.0.2 lodash.camelcase: 4.3.0 long: 4.0.0 - protobufjs: 7.1.2 + protobufjs: 7.2.2 yargs: 16.2.0 /@hapi/accept/5.0.2: @@ -6385,8 +6634,8 @@ packages: resolution: {integrity: sha512-WSrlgpvEqgPWkI18kkGELEZfXr0bYLtr16iIN4Krh9sRnzBZN6nnWxHFxtsnP684wueEySBbXPDg/WfA9xJdBQ==} dev: false - /@hapi/hapi/20.2.2: - resolution: {integrity: sha512-crhU6TIKt7QsksWLYctDBAXogk9PYAm7UzdpETyuBHC2pCa6/+B5NykiOVLG/3FCIgHo/raPVtan8bYtByHORQ==} + /@hapi/hapi/20.3.0: + resolution: {integrity: sha512-zvPSRvaQyF3S6Nev9aiAzko2/hIFZmNSJNcs07qdVaVAvj8dGJSV4fVUuQSnufYJAGiSau+U5LxMLhx79se5WA==} engines: {node: '>=12.0.0'} dependencies: '@hapi/accept': 5.0.2 @@ -6403,7 +6652,7 @@ packages: '@hapi/shot': 5.0.5 '@hapi/somever': 3.0.1 '@hapi/statehood': 7.0.4 - '@hapi/subtext': 7.0.4 + '@hapi/subtext': 7.1.0 '@hapi/teamwork': 5.1.1 '@hapi/topo': 5.1.0 '@hapi/validate': 1.1.3 @@ -6460,8 +6709,8 @@ packages: '@hapi/vise': 4.0.0 dev: false - /@hapi/pez/5.0.3: - resolution: {integrity: sha512-mpikYRJjtrbJgdDHG/H9ySqYqwJ+QU/D7FXsYciS9P7NYBXE2ayKDAy3H0ou6CohOCaxPuTV4SZ0D936+VomHA==} + /@hapi/pez/5.1.0: + resolution: {integrity: sha512-YfB0btnkLB3lb6Ry/1KifnMPBm5ZPfaAHWFskzOMAgDgXgcBgA+zjpIynyEiBfWEz22DBT8o1e2tAaBdlt8zbw==} dependencies: '@hapi/b64': 5.0.0 '@hapi/boom': 9.1.4 @@ -6504,15 +6753,15 @@ packages: '@hapi/validate': 1.1.3 dev: false - /@hapi/subtext/7.0.4: - resolution: {integrity: sha512-Y72moHhbRuO8kwBHFEnCRw7oOnhNh4Pl+aonxAze18jkyMpE4Gwz4lNID7ei8vd3lpXC2rKdkxXJgtfY+WttRw==} + /@hapi/subtext/7.1.0: + resolution: {integrity: sha512-n94cU6hlvsNRIpXaROzBNEJGwxC+HA69q769pChzej84On8vsU14guHDub7Pphr/pqn5b93zV3IkMPDU5AUiXA==} dependencies: '@hapi/boom': 9.1.4 '@hapi/bourne': 2.1.0 '@hapi/content': 5.0.2 '@hapi/file': 2.0.0 '@hapi/hoek': 9.3.0 - '@hapi/pez': 5.0.3 + '@hapi/pez': 5.1.0 '@hapi/wreck': 17.2.0 dev: false @@ -6573,6 +6822,7 @@ packages: minimatch: 3.1.2 transitivePeerDependencies: - supports-color + dev: true /@humanwhocodes/module-importer/1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} @@ -6598,12 +6848,12 @@ packages: varint: 6.0.0 dev: false - /@ipld/car/5.0.3: - resolution: {integrity: sha512-omPSY65OSVmlFGJDn2xbd75o71GNHmgP5u2dQ5fITc0X/QqJZVfZi95NCs8oa1wWhjkaK3RTswRSg2iNqFUSAg==} + /@ipld/car/5.1.0: + resolution: {integrity: sha512-k9pO0YqJvmFGY5pJDhF2Ocz+mRp3C3r4ikr1NrUXkzN/z4JzhE7XbQzUCcm7daq8k4tRqap0fWPjxZwjS9PUcQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@ipld/dag-cbor': 9.0.0 - cborg: 1.9.5 + cborg: 1.10.0 multiformats: 11.0.1 varint: 6.0.0 dev: false @@ -6630,8 +6880,8 @@ packages: multiformats: 11.0.1 dev: false - /@ipld/dag-json/10.0.0: - resolution: {integrity: sha512-u/PfR2sT9AiZZDUl1VNspx3OP13zuvBXAd3sKiURlSOoWfoLigxTCs+sXeaXA0hoXU7u1M2DECMt4LCUHuApSA==} + /@ipld/dag-json/10.0.1: + resolution: {integrity: sha512-XE1Eqw3eNVrSfOhtqCM/gwCxEgYFBzkDlkwhEeMmMvhd0rLBfSyVzXbahZSlv97tiTPEIx5rt41gcFAda3W8zg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: cborg: 1.10.0 @@ -6651,8 +6901,8 @@ packages: multiformats: 9.9.0 dev: false - /@ipld/dag-pb/4.0.0: - resolution: {integrity: sha512-8FB/qTlNowCiszL9Sek8xH6xIQxIioXuzZ5B1jVPknQMVkd08nZUHzDjrn1Y6MqJ5PrXWLrBwNghGMWPPpvNVw==} + /@ipld/dag-pb/4.0.2: + resolution: {integrity: sha512-me9oEPb7UNPWSplUFCXyxnQE3/WlsjOljqO2RZN44XOmGkBY0/WVklbXorVE1eiv0Rt3p6dBS2x36Rq8A0Am8A==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: multiformats: 11.0.1 @@ -6677,7 +6927,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -6688,7 +6938,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -6708,7 +6958,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -6744,7 +6994,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 jest-mock: 27.5.1 /@jest/fake-timers/27.5.1: @@ -6753,7 +7003,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 18.11.9 + '@types/node': 18.14.2 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -6780,7 +7030,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -6850,7 +7100,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -6872,7 +7122,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -6896,8 +7146,8 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 - '@types/yargs': 15.0.14 + '@types/node': 16.18.13 + '@types/yargs': 15.0.15 chalk: 4.1.2 /@jest/types/27.5.1: @@ -6906,8 +7156,8 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 - '@types/yargs': 16.0.4 + '@types/node': 18.14.2 + '@types/yargs': 16.0.5 chalk: 4.1.2 /@jest/types/28.1.3: @@ -6917,8 +7167,8 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.11.9 - '@types/yargs': 17.0.13 + '@types/node': 18.14.2 + '@types/yargs': 17.0.22 chalk: 4.1.2 /@josephg/resolvable/1.0.1: @@ -7066,29 +7316,29 @@ packages: '@libp2p/interface-peer-store': 1.2.8 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 - '@multiformats/mafmt': 11.0.3 - '@multiformats/multiaddr': 11.3.0 + '@libp2p/peer-id': 2.0.2 + '@multiformats/mafmt': 11.0.4 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false - /@libp2p/crypto/1.0.11: - resolution: {integrity: sha512-DWiG/0fKIDnkhTF3HoCu2OzkuKXysR/UKGdM9JZkT6F9jS9rwZYEwmacs4ybw1qyufyH+pMXV3/vuUu2Q/UxLw==} + /@libp2p/crypto/1.0.12: + resolution: {integrity: sha512-IvTKqI+7O9sTd7K9JSIRsOj/oruKj66qSopbSWkUd6KkcrYvm5vnreb39XPP+nitZcZFQyXj/ZDqTidAWWfYAg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-keys': 1.0.7 - '@noble/ed25519': 1.7.1 - '@noble/secp256k1': 1.7.0 - err-code: 3.0.1 + '@libp2p/interfaces': 3.3.1 + '@noble/ed25519': 1.7.3 + '@noble/secp256k1': 1.7.1 multiformats: 11.0.1 node-forge: 1.3.1 protons-runtime: 4.0.2 uint8arrays: 4.0.3 dev: false - /@libp2p/delegated-content-routing/4.0.0: - resolution: {integrity: sha512-D0rsX/azRo1EHSzG7RTHvTLl1XaPTPi9geMbDOXUx26YglcFccS0YJQcsCznORhmwhZt+3E6JRs1Hf5eXmboNw==} + /@libp2p/delegated-content-routing/4.0.1: + resolution: {integrity: sha512-GEsgAvXAJfgEsEQDF4t7KeYICnz9PNSeSwojE8jHkvb+ELga4/75/ZluxPeBOexhE0tjf9/mFgWUh5d+mXpTRw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-content-routing': 2.0.1 @@ -7101,7 +7351,7 @@ packages: it-drain: 2.0.0 multiformats: 11.0.1 p-defer: 4.0.0 - p-queue: 7.3.0 + p-queue: 7.3.4 transitivePeerDependencies: - supports-color dev: false @@ -7115,12 +7365,12 @@ packages: '@libp2p/interface-peer-routing': 1.0.7 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 any-signal: 3.0.1 err-code: 3.0.1 multiformats: 11.0.1 p-defer: 4.0.0 - p-queue: 7.3.0 + p-queue: 7.3.4 transitivePeerDependencies: - supports-color dev: false @@ -7132,7 +7382,7 @@ packages: '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-pubsub': 3.0.6 '@libp2p/logger': 2.0.5 - '@libp2p/pubsub': 6.0.0 + '@libp2p/pubsub': 6.0.4 protons-runtime: 4.0.2 uint8arraylist: 2.4.3 uint8arrays: 4.0.3 @@ -7145,7 +7395,7 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false @@ -7166,7 +7416,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false @@ -7177,7 +7427,7 @@ packages: dependencies: '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 it-stream-types: 1.0.5 uint8arraylist: 2.4.3 transitivePeerDependencies: @@ -7208,8 +7458,8 @@ packages: - supports-color dev: false - /@libp2p/interface-keychain/2.0.3: - resolution: {integrity: sha512-qtSUww/lpnrDHYMAOGDz5KLuTrHNM15kyuLqop96uN22V7PDizvkHY4EgtqWKgPLoNyeEnMwfUSBOQbXcWuVUA==} + /@libp2p/interface-keychain/2.0.4: + resolution: {integrity: sha512-RCH0PL9um/ejsPiWIOzxFzjPzL2nT2tRUtCDo1aBQqoBi7eYp4I4ya1KbzgWDPTmNuuFtCReRMQsZ7/KVirKPA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 @@ -7228,7 +7478,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-content-routing': 2.0.1 '@libp2p/interface-dht': 2.0.1 - '@libp2p/interface-keychain': 2.0.3 + '@libp2p/interface-keychain': 2.0.4 '@libp2p/interface-metrics': 4.0.5 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-peer-info': 1.0.8 @@ -7237,7 +7487,7 @@ packages: '@libp2p/interface-pubsub': 3.0.6 '@libp2p/interface-registrar': 2.0.8 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false @@ -7273,7 +7523,7 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false @@ -7297,7 +7547,7 @@ packages: '@libp2p/interface-peer-info': 1.0.8 '@libp2p/interface-record': 2.0.6 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false @@ -7351,7 +7601,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-stream-muxer': 3.0.5 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 it-stream-types: 1.0.5 transitivePeerDependencies: - supports-color @@ -7366,7 +7616,7 @@ packages: resolution: {integrity: sha512-10JnkLjl3dE2AR25wY65Eaqyse7dqbanMtbSRpQog/wT2GL4Qto1TQ+Jdqahcma7fMU9cKrRT1ZM2etkAhiAog==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-address-manager': 2.0.4 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-connection-manager': 1.3.7 @@ -7380,17 +7630,17 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/peer-collections': 3.0.0 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/record': 3.0.0 '@libp2p/topology': 4.0.1 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 abortable-iterator: 4.0.2 any-signal: 3.0.1 datastore-core: 8.0.4 err-code: 3.0.1 events: 3.3.0 hashlru: 2.3.0 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 it-all: 2.0.0 it-drain: 2.0.0 it-first: 2.0.0 @@ -7405,7 +7655,7 @@ packages: k-bucket: 5.1.0 multiformats: 11.0.1 p-defer: 4.0.0 - p-queue: 7.3.0 + p-queue: 7.3.4 private-ip: 3.0.0 protons-runtime: 4.0.2 timeout-abort-controller: 3.0.0 @@ -7422,7 +7672,7 @@ packages: dependencies: '@libp2p/interface-peer-id': 2.0.1 debug: 4.3.4 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 multiformats: 11.0.1 transitivePeerDependencies: - supports-color @@ -7437,8 +7687,8 @@ packages: '@libp2p/interface-peer-info': 1.0.8 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 - '@multiformats/multiaddr': 11.3.0 + '@libp2p/peer-id': 2.0.2 + '@multiformats/multiaddr': 11.4.0 '@types/multicast-dns': 7.2.1 multicast-dns: 7.2.5 multiformats: 11.0.1 @@ -7496,25 +7746,25 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 dev: false /@libp2p/peer-id-factory/2.0.1: resolution: {integrity: sha512-CRJmqwNQhDC51sQ9lf6EqEY8HuywwymMVffL2kIYI5ts5k+6gvIXzoSxLf3V3o+OxcroXG4KG0uGxxAi5DUXSA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-keys': 1.0.7 '@libp2p/interface-peer-id': 2.0.1 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 multiformats: 11.0.1 protons-runtime: 4.0.2 uint8arraylist: 2.4.3 uint8arrays: 4.0.3 dev: false - /@libp2p/peer-id/2.0.1: - resolution: {integrity: sha512-uGIR4rS+j+IzzIu0kih4MonZEfRmjGNfXaSPMIFOeMxZItZT6TIpxoVNYxHl4YtneSFKzlLnf9yx9EhRcyfy8Q==} + /@libp2p/peer-id/2.0.2: + resolution: {integrity: sha512-RBjCMtSLnX43OK6zIpMW/cKzEgnsunihgyVPhnB/U7DAAEnovxe8F1Q4jBQp9+9DYSgQJrsdiEBpT5JH0Eh2lA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 @@ -7527,15 +7777,15 @@ packages: resolution: {integrity: sha512-qGaqYQSRqI/vol1NEMR9Z3ncLjIkyIF0o/CQYXzXCDjA91i9+0iMjXGgIgBLn3bfA1b9pHuz4HvwjgYUKMYOkQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-record': 2.0.6 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/utils': 3.0.4 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 err-code: 3.0.1 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 it-all: 2.0.0 it-filter: 2.0.0 it-foreach: 1.0.0 @@ -7561,11 +7811,11 @@ packages: '@libp2p/interface-record': 2.0.6 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/peer-record': 5.0.0 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 err-code: 3.0.1 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 it-all: 2.0.0 it-filter: 2.0.0 it-foreach: 1.0.0 @@ -7595,11 +7845,11 @@ packages: - supports-color dev: false - /@libp2p/pubsub/6.0.0: - resolution: {integrity: sha512-WWViQ+fEL3JWt415UznUR6wQCm+UCi65SNQWQoTRYaCM2DYVCrIRfGpmFWAyKPCr76L6UesucIkZHuyh2c3xNA==} + /@libp2p/pubsub/6.0.4: + resolution: {integrity: sha512-dUcohrCSqAMh7RMjHS0VrwALd5WYAOf5hG6COGGb05rl1lQzxlg0wfrnDoERK8nHduddqSfr/4xc/e5sy99Cjw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-pubsub': 3.0.6 @@ -7607,16 +7857,14 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/peer-collections': 3.0.0 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/topology': 4.0.1 - '@multiformats/multiaddr': 11.3.0 abortable-iterator: 4.0.2 - err-code: 3.0.1 it-length-prefixed: 8.0.4 it-pipe: 2.0.5 it-pushable: 3.1.2 multiformats: 11.0.1 - p-queue: 7.3.0 + p-queue: 7.3.4 uint8arraylist: 2.4.3 uint8arrays: 4.0.3 transitivePeerDependencies: @@ -7637,8 +7885,8 @@ packages: - supports-color dev: false - /@libp2p/tcp/6.0.9: - resolution: {integrity: sha512-zQ7J8NeyOw/7SxNmtkA1aNFxHOCtxdhZ/5SZcZoUD3HDYnAsRpS+RMPICpoMRct1o5wGFhNfumB6beZ3ZBBn+Q==} + /@libp2p/tcp/6.1.2: + resolution: {integrity: sha512-IKxcAO4qHRgGLT2aqsy2ayUmkra38efJ5mla4lDECjxcUqHnbok+QEPIgDodPbTaEgfbd6ivmwP1YxHLxt9dJA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-connection': 3.0.8 @@ -7647,8 +7895,8 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/utils': 3.0.4 - '@multiformats/mafmt': 11.0.3 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/mafmt': 11.0.4 + '@multiformats/multiaddr': 11.4.0 stream-to-it: 0.2.4 transitivePeerDependencies: - supports-color @@ -7683,7 +7931,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-peer-store': 1.2.8 '@libp2p/logger': 2.0.5 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 abortable-iterator: 4.0.2 err-code: 3.0.1 is-loopback-addr: 2.0.1 @@ -7716,8 +7964,8 @@ packages: resolution: {integrity: sha512-MavrZVQwPgyOf8ymJfzjkpFeiMkv103e4v1pmgO2/Ld0UFZWjx0CPbwpwvFcCeFMOt+O9/S3NUdxNTgkbm9gTA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/multiaddr': 11.3.0 - socket.io-client: 4.5.3 + '@multiformats/multiaddr': 11.4.0 + socket.io-client: 4.6.1 transitivePeerDependencies: - bufferutil - supports-color @@ -7734,19 +7982,19 @@ packages: '@libp2p/interface-transport': 2.1.1 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/utils': 3.0.4 '@libp2p/webrtc-peer': 2.0.2 '@libp2p/webrtc-star-protocol': 3.0.0 - '@multiformats/mafmt': 11.0.3 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/mafmt': 11.0.4 + '@multiformats/multiaddr': 11.4.0 abortable-iterator: 4.0.2 delay: 5.0.0 err-code: 3.0.1 iso-random-stream: 2.0.2 multiformats: 11.0.1 p-defer: 4.0.0 - socket.io-client: 4.5.3 + socket.io-client: 4.6.1 uint8arrays: 4.0.3 transitivePeerDependencies: - bufferutil @@ -7763,13 +8011,13 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/utils': 3.0.4 - '@multiformats/mafmt': 11.0.3 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/mafmt': 11.0.4 + '@multiformats/multiaddr': 11.4.0 '@multiformats/multiaddr-to-uri': 9.0.2 abortable-iterator: 4.0.2 it-ws: 5.0.6 p-defer: 4.0.0 - p-timeout: 6.0.0 + p-timeout: 6.1.1 wherearewe: 2.0.1 transitivePeerDependencies: - bufferutil @@ -7777,6 +8025,10 @@ packages: - utf-8-validate dev: false + /@linaria/core/3.0.0-beta.13: + resolution: {integrity: sha512-3zEi5plBCOsEzUneRVuQb+2SAx3qaC1dj0FfFAI6zIJQoDWu0dlSwKijMRack7oO9tUWrchfj3OkKQAd1LBdVg==} + dev: false + /@mapbox/node-pre-gyp/1.0.10: resolution: {integrity: sha512-4ySo4CjzStuprMwk35H5pPbkymjv1SF3jGLj6rAHp/xT/RF7TL7bd9CTm1xDY49K2qF7jmR/g7k+SkLETP6opA==} hasBin: true @@ -7784,12 +8036,12 @@ packages: detect-libc: 2.0.1 https-proxy-agent: 5.0.1 make-dir: 3.1.0 - node-fetch: 2.6.8 + node-fetch: 2.6.9 nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 semver: 7.3.8 - tar: 6.1.12 + tar: 6.1.13 transitivePeerDependencies: - encoding - supports-color @@ -7856,6 +8108,39 @@ packages: /@metamask/safe-event-emitter/2.0.0: resolution: {integrity: sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q==} + /@morgan-stanley/ts-mocking-bird/0.6.4: + resolution: {integrity: sha512-57VJIflP8eR2xXa9cD1LUawh+Gh+BVQfVu0n6GALyg/AqV/Nz25kDRvws3i9kIe1PTrbsZZOYpsYp6bXPd6nVA==} + peerDependencies: + jasmine: 2.x || 3.x || 4.x + jest: 26.x || 27.x || 28.x + typescript: '>=4.2' + peerDependenciesMeta: + jasmine: + optional: true + jest: + optional: true + dependencies: + lodash: 4.17.21 + uuid: 7.0.3 + dev: true + + /@morgan-stanley/ts-mocking-bird/0.6.4_typescript@4.9.5: + resolution: {integrity: sha512-57VJIflP8eR2xXa9cD1LUawh+Gh+BVQfVu0n6GALyg/AqV/Nz25kDRvws3i9kIe1PTrbsZZOYpsYp6bXPd6nVA==} + peerDependencies: + jasmine: 2.x || 3.x || 4.x + jest: 26.x || 27.x || 28.x + typescript: '>=4.2' + peerDependenciesMeta: + jasmine: + optional: true + jest: + optional: true + dependencies: + lodash: 4.17.21 + typescript: 4.9.5 + uuid: 7.0.3 + dev: true + /@mrmlnc/readdir-enhanced/2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} @@ -7868,11 +8153,11 @@ packages: resolution: {integrity: sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw==} dev: false - /@multiformats/mafmt/11.0.3: - resolution: {integrity: sha512-DvCQeZJgaC4kE3BLqMuW3gQkNAW14Z7I+yMt30Ze+wkfHkWSp+bICcHGihhtgfzYCumHA/vHlJ9n54mrCcmnvQ==} + /@multiformats/mafmt/11.0.4: + resolution: {integrity: sha512-j5+coLrda4e417igtPDn8Aek2JY+HXBo9w4PwnMx8fhfOE+ktFEHWTgJ9BwGMiQbonxc1CmGiUnylTdoyyt5ZQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false @@ -7881,13 +8166,13 @@ packages: resolution: {integrity: sha512-vrWmfFadmix5Ab9l//oRQdQ7O3J5bGJpJRMSm21bHlQB0XV4xtNU6vMZBVXeu3Su79LgflEp37cjTFE3yKf3Hw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 transitivePeerDependencies: - supports-color dev: false - /@multiformats/multiaddr/11.3.0: - resolution: {integrity: sha512-Inrmp986nHe92pgYyOWNVnB8QDmYe5EhR/7TStc46O4YEm87pbc1i4DWiTlEJ6tOpL8V6IBH5ol8BZsIaN+Tww==} + /@multiformats/multiaddr/11.4.0: + resolution: {integrity: sha512-rLIhSOCKQhm/fCjg+5tVM9xrtjbZjZKJg6bb65YbFsNoPSYhweEohXO8Pkg2xbRy3NqVEVkS+8DB/+VhNvjd5Q==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@chainsafe/is-ip': 2.0.1 @@ -7907,8 +8192,8 @@ packages: murmurhash3js-revisited: 3.0.0 dev: false - /@multiformats/murmur3/2.1.2: - resolution: {integrity: sha512-4gCptOviYuu8ts5iUPwAcyIgl1FAyOAtWkQMAdu7FpgWveV5uVmA/919+QhgiZu8lhBGLWvRRTigOEdYNX9y0A==} + /@multiformats/murmur3/2.1.3: + resolution: {integrity: sha512-YvLK1IrLnRckPsvXhOkZjaIGNonsEdD1dL3NPSaLilV/WjVYeBgnNZXTUsaPzFXGrIFM7motx+yCmmqzXO6gtQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: multiformats: 11.0.1 @@ -7926,19 +8211,15 @@ packages: dependencies: eslint-scope: 5.1.1 - /@noble/ed25519/1.7.1: - resolution: {integrity: sha512-Rk4SkJFaXZiznFyC/t77Q0NKS4FL7TLJJsVG2V2oiEq3kJVeTdxysEe/yRWSpnWMe808XRDJ+VFh5pt/FN5plw==} + /@noble/ed25519/1.7.3: + resolution: {integrity: sha512-iR8GBkDt0Q3GyaVcIu7mSsVIqnFbkbRzGLWlvhwunacoLwt4J3swfKhfaM6rN6WY+TBGoYT1GtT1mIh2/jGbRQ==} dev: false - /@noble/hashes/1.1.2: - resolution: {integrity: sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==} + /@noble/hashes/1.2.0: + resolution: {integrity: sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==} - /@noble/secp256k1/1.6.3: - resolution: {integrity: sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==} - - /@noble/secp256k1/1.7.0: - resolution: {integrity: sha512-kbacwGSsH/CTout0ZnZWxnW1B+jH/7r/WAAKLBtrRJ/+CUH7lgmQzl3GTrQua3SGKWNSDsS6lmjnDpIJ5Dxyaw==} - dev: false + /@noble/secp256k1/1.7.1: + resolution: {integrity: sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==} /@nodelib/fs.scandir/2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} @@ -7961,7 +8242,7 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.13.0 + fastq: 1.15.0 /@nomicfoundation/ethereumjs-block/4.0.0: resolution: {integrity: sha512-bk8uP8VuexLgyIZAHExH1QEovqx0Lzhc9Ntm63nCRKLHXIZkobaFaeCVwTESV7YkPKUk7NiK11s8ryed4CS9yA==} @@ -8007,7 +8288,7 @@ packages: '@nomicfoundation/ethereumjs-rlp': 4.0.0 '@nomicfoundation/ethereumjs-util': 8.0.0 abstract-level: 1.0.3 - bigint-crypto-utils: 3.1.7 + bigint-crypto-utils: 3.1.8 ethereum-cryptography: 0.1.3 /@nomicfoundation/ethereumjs-evm/1.0.0: @@ -8050,7 +8331,7 @@ packages: '@nomicfoundation/ethereumjs-rlp': 4.0.0 '@nomicfoundation/ethereumjs-util': 8.0.0 ethereum-cryptography: 0.1.3 - readable-stream: 3.6.0 + readable-stream: 3.6.1 /@nomicfoundation/ethereumjs-tx/4.0.0: resolution: {integrity: sha512-Gg3Lir2lNUck43Kp/3x6TfBNwcWC9Z1wYue9Nz3v4xjdcv6oDW9QSMJxqsKw9QEGoBBZ+gqwpW7+F05/rs/g1w==} @@ -8091,8 +8372,8 @@ packages: transitivePeerDependencies: - supports-color - /@nomicfoundation/hardhat-toolbox/2.0.0_ykcqclygo3hcwpiz5snqjpjp3u: - resolution: {integrity: sha512-BoOPbzLQ1GArnBZd4Jz4IU8FY3RY4nUwpXlfymXwxlXNimngkPRJj7ivVNurD7igohEjf90v/Axn2M5WwAdCJQ==} + /@nomicfoundation/hardhat-toolbox/2.0.1_h4hquw32w2b65iuqdh4uhejoli: + resolution: {integrity: sha512-/pr8m9xlqiNlq6fXv4hEPNwdNwUhysoB2qbDCKqERfPpq34EydUQTC3Vis4aIea8RLwSrU8sDXFdv4TQxYstKw==} peerDependencies: '@ethersproject/abi': ^5.4.7 '@ethersproject/providers': ^5.4.7 @@ -8103,7 +8384,7 @@ packages: '@typechain/ethers-v5': ^10.1.0 '@typechain/hardhat': ^6.1.2 '@types/chai': ^4.2.0 - '@types/mocha': ^9.1.0 + '@types/mocha': '>=9.1.0' '@types/node': '>=12.0.0' chai: ^4.2.0 ethers: ^5.4.7 @@ -8114,12 +8395,12 @@ packages: typechain: ^8.1.0 typescript: '>=4.5.0' dependencies: - '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 - '@typechain/hardhat': 5.0.0_2cdjpxbsuy23zbev5obsi6cfwa - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka - ts-node: 10.9.1_typescript@4.8.4 - typechain: 7.0.0_typescript@4.8.4 - typescript: 4.8.4 + '@nomiclabs/hardhat-ethers': 2.2.2_hardhat@2.12.7 + '@typechain/hardhat': 5.0.0_tt5moczacr2ojfopbnqbauqwui + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi + ts-node: 10.9.1_typescript@4.9.5 + typechain: 7.0.0_typescript@4.9.5 + typescript: 4.9.5 dev: true /@nomicfoundation/solidity-analyzer-darwin-arm64/0.1.0: @@ -8217,94 +8498,59 @@ packages: '@nomicfoundation/solidity-analyzer-win32-ia32-msvc': 0.1.0 '@nomicfoundation/solidity-analyzer-win32-x64-msvc': 0.1.0 - /@nomiclabs/hardhat-ethers/2.2.1_3uaf6nt3qt6cyh5fx3fc5i4mn4: - resolution: {integrity: sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==} + /@nomiclabs/hardhat-ethers/2.2.2_4tzilew2vuitdwerzusliplz24: + resolution: {integrity: sha512-NLDlDFL2us07C0jB/9wzvR0kuLivChJWCXTKcj3yqjZqMoYp7g7wwS157F70VHx/+9gHIBGzak5pKDwG8gEefA==} peerDependencies: ethers: ^5.0.0 hardhat: ^2.0.0 dependencies: ethers: 5.7.2 - hardhat: 2.12.2 - dev: true + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi - /@nomiclabs/hardhat-ethers/2.2.1_4tzilew2vuitdwerzusliplz24: - resolution: {integrity: sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==} + /@nomiclabs/hardhat-ethers/2.2.2_hardhat@2.12.7: + resolution: {integrity: sha512-NLDlDFL2us07C0jB/9wzvR0kuLivChJWCXTKcj3yqjZqMoYp7g7wwS157F70VHx/+9gHIBGzak5pKDwG8gEefA==} peerDependencies: ethers: ^5.0.0 hardhat: ^2.0.0 dependencies: - ethers: 5.7.2 - hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um - - /@nomiclabs/hardhat-ethers/2.2.1_hardhat@2.12.3: - resolution: {integrity: sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==} - peerDependencies: - ethers: ^5.0.0 - hardhat: ^2.0.0 - dependencies: - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi dev: true - /@nomiclabs/hardhat-etherscan/3.1.2_hardhat@2.12.2: - resolution: {integrity: sha512-IEikeOVq0C/7CY6aD74d8L4BpGoc/FNiN6ldiPVg0QIFIUSu4FSGA1dmtJZJKk1tjpwgrfTLQNWnigtEaN9REg==} + /@nomiclabs/hardhat-etherscan/3.1.6_hardhat@2.12.7: + resolution: {integrity: sha512-5WFIZeLLgWPiCJqm/4ie7UNXn7FXfzYmqnKwOKU2MLETGolzY1cueSYUTww/P8f+Zc9xfJLmzqSYcGLW/3j/IQ==} peerDependencies: hardhat: ^2.0.4 dependencies: '@ethersproject/abi': 5.7.0 '@ethersproject/address': 5.7.0 - cbor: 5.2.0 + cbor: 8.1.0 chalk: 2.4.2 debug: 4.3.4 fs-extra: 7.0.1 - hardhat: 2.12.2 + hardhat: 2.12.7 lodash: 4.17.21 semver: 6.3.0 table: 6.8.1 - undici: 5.12.0 + undici: 5.20.0 transitivePeerDependencies: - supports-color dev: true - /@nomiclabs/hardhat-truffle5/2.0.7_ehcjbjo7oogw4nzhtzeqe7lsce: - resolution: {integrity: sha512-Pw8451IUZp1bTp0QqCHCYfCHs66sCnyxPcaorapu9mfOV9xnZsVaFdtutnhNEiXdiZwbed7LFKpRsde4BjFwig==} - peerDependencies: - '@nomiclabs/hardhat-web3': ^2.0.0 - hardhat: ^2.6.4 - web3: ^1.0.0-beta.36 - dependencies: - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3 - '@nomiclabs/truffle-contract': 4.5.10 - '@types/chai': 4.3.4 - chai: 4.3.7 - ethereumjs-util: 7.1.5 - fs-extra: 7.0.1 - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka - transitivePeerDependencies: - - bufferutil - - encoding - - supports-color - - utf-8-validate - - web3-core-helpers - - web3-core-promievent - - web3-eth-abi - - web3-utils - dev: true - - /@nomiclabs/hardhat-truffle5/2.0.7_oicuqkl7bh2zt3nfeedffwa5bq: + /@nomiclabs/hardhat-truffle5/2.0.7_ckojxp5knuhphmnbpussgqgvvq: resolution: {integrity: sha512-Pw8451IUZp1bTp0QqCHCYfCHs66sCnyxPcaorapu9mfOV9xnZsVaFdtutnhNEiXdiZwbed7LFKpRsde4BjFwig==} peerDependencies: '@nomiclabs/hardhat-web3': ^2.0.0 hardhat: ^2.6.4 web3: ^1.0.0-beta.36 dependencies: - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.2+web3@1.8.1 - '@nomiclabs/truffle-contract': 4.5.10_web3@1.8.1 + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.2 + '@nomiclabs/truffle-contract': 4.5.10_web3@1.8.2 '@types/chai': 4.3.4 chai: 4.3.7 ethereumjs-util: 7.1.5 fs-extra: 7.0.1 - hardhat: 2.12.2 - web3: 1.8.1 + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi + web3: 1.8.2 transitivePeerDependencies: - bufferutil - encoding @@ -8314,23 +8560,21 @@ packages: - web3-core-promievent - web3-eth-abi - web3-utils - dev: true - /@nomiclabs/hardhat-truffle5/2.0.7_ylfkboqmyk6ivwczfrdul454fu: + /@nomiclabs/hardhat-truffle5/2.0.7_y633imu5cdyrr2tqq4zubo6pda: resolution: {integrity: sha512-Pw8451IUZp1bTp0QqCHCYfCHs66sCnyxPcaorapu9mfOV9xnZsVaFdtutnhNEiXdiZwbed7LFKpRsde4BjFwig==} peerDependencies: '@nomiclabs/hardhat-web3': ^2.0.0 hardhat: ^2.6.4 web3: ^1.0.0-beta.36 dependencies: - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.1 - '@nomiclabs/truffle-contract': 4.5.10_web3@1.8.1 + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7 + '@nomiclabs/truffle-contract': 4.5.10 '@types/chai': 4.3.4 chai: 4.3.7 ethereumjs-util: 7.1.5 fs-extra: 7.0.1 - hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um - web3: 1.8.1 + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi transitivePeerDependencies: - bufferutil - encoding @@ -8340,39 +8584,27 @@ packages: - web3-core-promievent - web3-eth-abi - web3-utils - dev: false - - /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.2+web3@1.8.1: - resolution: {integrity: sha512-zt4xN+D+fKl3wW2YlTX3k9APR3XZgPkxJYf36AcliJn3oujnKEVRZaHu0PhgLjO+gR+F/kiYayo9fgd2L8970Q==} - peerDependencies: - hardhat: ^2.0.0 - web3: ^1.0.0-beta.36 - dependencies: - '@types/bignumber.js': 5.0.0 - hardhat: 2.12.2 - web3: 1.8.1 dev: true - /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.3: + /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.7: resolution: {integrity: sha512-zt4xN+D+fKl3wW2YlTX3k9APR3XZgPkxJYf36AcliJn3oujnKEVRZaHu0PhgLjO+gR+F/kiYayo9fgd2L8970Q==} peerDependencies: hardhat: ^2.0.0 web3: ^1.0.0-beta.36 dependencies: '@types/bignumber.js': 5.0.0 - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi dev: true - /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.7+web3@1.8.1: + /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.7+web3@1.8.2: resolution: {integrity: sha512-zt4xN+D+fKl3wW2YlTX3k9APR3XZgPkxJYf36AcliJn3oujnKEVRZaHu0PhgLjO+gR+F/kiYayo9fgd2L8970Q==} peerDependencies: hardhat: ^2.0.0 web3: ^1.0.0-beta.36 dependencies: '@types/bignumber.js': 5.0.0 - hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um - web3: 1.8.1 - dev: false + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi + web3: 1.8.2 /@nomiclabs/truffle-contract/4.5.10: resolution: {integrity: sha512-nF/6InFV+0hUvutyFgsdOMCoYlr//2fJbRER4itxYtQtc4/O1biTwZIKRu+5l2J5Sq6LU2WX7vZHtDgQdhWxIQ==} @@ -8384,14 +8616,14 @@ packages: web3-utils: ^1.2.1 dependencies: '@ensdomains/ensjs': 2.1.0 - '@truffle/blockchain-utils': 0.1.4 - '@truffle/contract-schema': 3.4.10 - '@truffle/debug-utils': 6.0.39 + '@truffle/blockchain-utils': 0.1.6 + '@truffle/contract-schema': 3.4.12 + '@truffle/debug-utils': 6.0.46 '@truffle/error': 0.1.1 - '@truffle/interface-adapter': 0.5.24 + '@truffle/interface-adapter': 0.5.29 bignumber.js: 7.2.1 ethereum-ens: 0.8.0 - ethers: 4.0.49 + ethers: 4.0.44 source-map-support: 0.5.21 transitivePeerDependencies: - bufferutil @@ -8400,7 +8632,7 @@ packages: - utf-8-validate dev: true - /@nomiclabs/truffle-contract/4.5.10_web3@1.8.1: + /@nomiclabs/truffle-contract/4.5.10_web3@1.8.2: resolution: {integrity: sha512-nF/6InFV+0hUvutyFgsdOMCoYlr//2fJbRER4itxYtQtc4/O1biTwZIKRu+5l2J5Sq6LU2WX7vZHtDgQdhWxIQ==} peerDependencies: web3: ^1.2.1 @@ -8410,16 +8642,16 @@ packages: web3-utils: ^1.2.1 dependencies: '@ensdomains/ensjs': 2.1.0 - '@truffle/blockchain-utils': 0.1.4 - '@truffle/contract-schema': 3.4.10 - '@truffle/debug-utils': 6.0.39 + '@truffle/blockchain-utils': 0.1.6 + '@truffle/contract-schema': 3.4.12 + '@truffle/debug-utils': 6.0.46 '@truffle/error': 0.1.1 - '@truffle/interface-adapter': 0.5.24 + '@truffle/interface-adapter': 0.5.29 bignumber.js: 7.2.1 ethereum-ens: 0.8.0 - ethers: 4.0.49 + ethers: 4.0.44 source-map-support: 0.5.21 - web3: 1.8.1 + web3: 1.8.2 transitivePeerDependencies: - bufferutil - encoding @@ -8456,8 +8688,8 @@ packages: resolution: {integrity: sha512-dlKiZmDvJnGRLHojrDoFZJmsQVeltVeoiRN7RK+cf2FmkhASDEblE0RiaYdxPNsUZa6mRG8393b9bfyp+V5IAw==} dev: false - /@openzeppelin/hardhat-upgrades/1.21.0_43thxqwvphwusq7frx7sx2tjf4: - resolution: {integrity: sha512-Kwl7IN0Hlhj4HluMTTl0DrtU90OI/Q6rG3sAyd2pv3fababe9EuZqs9DydOlkWM45JwTzC+eBzX3TgHsqI13eA==} + /@openzeppelin/hardhat-upgrades/1.22.1_b5m5gp6m4sj3jjg35kxj7kdo3a: + resolution: {integrity: sha512-MdoitCTLl4zwMU8MeE/bCj+7JMWBEvd38XqJkw36PkJrXlbv6FedDVCPoumMAhpmtymm0nTwTYYklYG+L6WiiQ==} hasBin: true peerDependencies: '@nomiclabs/hardhat-ethers': ^2.0.0 @@ -8469,13 +8701,13 @@ packages: '@nomiclabs/harhdat-etherscan': optional: true dependencies: - '@nomiclabs/hardhat-ethers': 2.2.1_3uaf6nt3qt6cyh5fx3fc5i4mn4 - '@nomiclabs/hardhat-etherscan': 3.1.2_hardhat@2.12.2 - '@openzeppelin/upgrades-core': 1.20.4 + '@nomiclabs/hardhat-ethers': 2.2.2_4tzilew2vuitdwerzusliplz24 + '@nomiclabs/hardhat-etherscan': 3.1.6_hardhat@2.12.7 + '@openzeppelin/upgrades-core': 1.24.0 chalk: 4.1.2 debug: 4.3.4 ethers: 5.7.2 - hardhat: 2.12.2 + hardhat: 2.12.7 proper-lockfile: 4.1.2 transitivePeerDependencies: - supports-color @@ -8485,15 +8717,15 @@ packages: resolution: {integrity: sha512-T1EvspSfH1qQO/sgGlskLfYVBbqzJR23SZzYl/6B2JnT4EhThcI85UpvDk0BkLWKaDScQTabGHt4GzHW+3SfZg==} dependencies: '@openzeppelin/contract-loader': 0.6.3 - '@truffle/contract': 4.6.6 + '@truffle/contract': 4.6.15 ansi-colors: 3.2.4 chai: 4.3.7 chai-bn: 0.2.2_chai@4.3.7 ethjs-abi: 0.2.1 lodash.flatten: 4.4.0 semver: 5.7.1 - web3: 1.8.1 - web3-utils: 1.8.1 + web3: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - bn.js - bufferutil @@ -8502,16 +8734,16 @@ packages: - utf-8-validate dev: false - /@openzeppelin/upgrades-core/1.20.4: - resolution: {integrity: sha512-Y4/+BPIbnopfE6ZhPOE2CD0V5fnvDxKKm7+kryx5+WrcRCTW3B5DjbXL9xyyoviG8Rn5EXUh5Fk1GLbiYDfu0g==} + /@openzeppelin/upgrades-core/1.24.0: + resolution: {integrity: sha512-lXf1tUrCZ3Q/YmWhw0cuSSOHMp0OAsmeOg1fhSGEM6nQQ6cIVlFvq2pCV5hZMb7xkOm5pmmzV8JW1W3kfW6Lfw==} dependencies: cbor: 8.1.0 chalk: 4.1.2 - compare-versions: 5.0.1 + compare-versions: 5.0.3 debug: 4.3.4 ethereumjs-util: 7.1.5 proper-lockfile: 4.1.2 - solidity-ast: 0.4.38 + solidity-ast: 0.4.46 transitivePeerDependencies: - supports-color dev: true @@ -8519,22 +8751,22 @@ packages: /@orbisclub/orbis-sdk/0.3.99: resolution: {integrity: sha512-Qq/pML9hsfddxJTEJZtwJqU13swjXkFsaKGyPUeMfiiVefTRMR6Vr2U6xnslye1PVH/T0cj+rKsdylXd79Mhkg==} dependencies: - '@ceramicnetwork/blockchain-utils-linking': 2.6.0 - '@ceramicnetwork/http-client': 2.10.0 - '@ceramicnetwork/stream-tile': 2.9.0 + '@ceramicnetwork/blockchain-utils-linking': 2.13.0 + '@ceramicnetwork/http-client': 2.20.0 + '@ceramicnetwork/stream-tile': 2.19.0 '@didtools/pkh-ethereum': 0.0.2 '@didtools/pkh-solana': 0.0.2 '@ethersproject/bytes': 5.7.0 '@ethersproject/providers': 5.7.2 '@ethersproject/strings': 5.7.0 '@supabase/supabase-js': 1.35.7 - axios: 1.1.3 + axios: 1.3.4 buffer: 6.0.3 did-session: 1.0.0 dids: 3.4.0 key-did-provider-ed25519: 2.0.1 key-did-resolver: 2.3.0 - lit-js-sdk: 1.1.234 + lit-js-sdk: 1.1.248 react-image-file-resizer: 0.4.8 uint8arrays: 3.1.1 transitivePeerDependencies: @@ -8550,13 +8782,13 @@ packages: dependencies: asn1js: 3.0.5 pvtsutils: 1.3.2 - tslib: 2.4.1 + tslib: 2.5.0 /@peculiar/json-schema/1.1.12: resolution: {integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==} engines: {node: '>=8.0.0'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /@peculiar/webcrypto/1.4.1: resolution: {integrity: sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw==} @@ -8565,15 +8797,15 @@ packages: '@peculiar/asn1-schema': 2.3.3 '@peculiar/json-schema': 1.1.12 pvtsutils: 1.3.2 - tslib: 2.4.1 - webcrypto-core: 1.7.5 + tslib: 2.5.0 + webcrypto-core: 1.7.6 /@pedrouid/environment/1.0.1: resolution: {integrity: sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==} dev: false - /@pmmmwh/react-refresh-webpack-plugin/0.5.9_ohj47mxwagpoxvu7nhhwxzphqm: - resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_unmakpayn7vcxadrrsbqlrpehy: + resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -8600,7 +8832,7 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.26.1 + core-js-pure: 3.29.0 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 @@ -8609,10 +8841,10 @@ packages: schema-utils: 3.1.1 source-map: 0.7.4 webpack: 5.75.0 - dev: true + webpack-dev-server: 4.11.1_webpack@5.75.0 - /@pmmmwh/react-refresh-webpack-plugin/0.5.9_unmakpayn7vcxadrrsbqlrpehy: - resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_webpack@4.44.2: + resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -8639,19 +8871,18 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.26.1 + core-js-pure: 3.29.0 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 loader-utils: 2.0.4 - react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 5.75.0 - webpack-dev-server: 4.11.1_webpack@5.75.0 + webpack: 4.44.2 + dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.9_webpack@4.44.2: - resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_yceubsmjd6jm3woocckpqejnhy: + resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -8678,11 +8909,12 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.26.1 + core-js-pure: 3.29.0 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 loader-utils: 2.0.4 + react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 webpack: 4.44.2 @@ -8732,12 +8964,12 @@ packages: eth-sig-util: 2.5.3 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 ethereumjs-vm: 2.6.0 json-rpc-error: 2.0.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - readable-stream: 2.3.7 + readable-stream: 2.3.8 request: 2.88.2 semaphore: 1.1.0 ws: 5.2.3 @@ -8799,16 +9031,16 @@ packages: /@protobufjs/utf8/1.1.0: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - /@redux-saga/core/1.2.1: - resolution: {integrity: sha512-ABCxsZy9DwmNoYNo54ZlfuTvh77RXx8ODKpxOHeWam2dOaLGQ7vAktpfOtqSeTdYrKEORtTeWnxkGJMmPOoukg==} + /@redux-saga/core/1.2.2: + resolution: {integrity: sha512-0qr5oleOAmI5WoZLRA6FEa30M4qKZcvx+ZQOQw+RqFeH8t20bvhE329XSPsNfTVP8C6qyDsXOSjuoV+g3+8zkg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 '@redux-saga/deferred': 1.2.1 '@redux-saga/delay-p': 1.2.1 '@redux-saga/is': 1.1.3 '@redux-saga/symbols': 1.1.3 '@redux-saga/types': 1.2.1 - redux: 4.2.0 + redux: 4.2.1 typescript-tuple: 2.2.1 dev: true @@ -8837,8 +9069,40 @@ packages: resolution: {integrity: sha512-1dgmkh+3so0+LlBWRhGA33ua4MYr7tUOj+a9Si28vUi0IUFNbff1T3sgpeDJI/LaC75bBYnQ0A3wXjn0OrRNBA==} dev: true - /@remix-run/router/1.0.3: - resolution: {integrity: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==} + /@remirror/core-constants/2.0.0: + resolution: {integrity: sha512-vpePPMecHJllBqCWXl6+FIcZqS+tRUM2kSCCKFeEo1H3XUEv3ocijBIPhnlSAa7g6maX+12ATTgxrOsLpWVr2g==} + dependencies: + '@babel/runtime': 7.21.0 + dev: false + + /@remirror/core-helpers/2.0.1: + resolution: {integrity: sha512-s8M1pn33aBUhduvD1QR02uUQMegnFkGaTr4c1iBzxTTyg0rbQstzuQ7Q8TkL6n64JtgCdJS9jLz2dONb2meBKQ==} + dependencies: + '@babel/runtime': 7.21.0 + '@linaria/core': 3.0.0-beta.13 + '@remirror/core-constants': 2.0.0 + '@remirror/types': 1.0.0 + '@types/object.omit': 3.0.0 + '@types/object.pick': 1.3.2 + '@types/throttle-debounce': 2.1.0 + case-anything: 2.1.10 + dash-get: 1.0.2 + deepmerge: 4.3.0 + fast-deep-equal: 3.1.3 + make-error: 1.3.6 + object.omit: 3.0.0 + object.pick: 1.3.0 + throttle-debounce: 3.0.1 + dev: false + + /@remirror/types/1.0.0: + resolution: {integrity: sha512-7HQbW7k8VxrAtfzs9FxwO6XSDabn8tSFDi1wwzShOnU+cvaYpfxu0ygyTk3TpXsag1hgFKY3ZIlAfB4WVz2LkQ==} + dependencies: + type-fest: 2.19.0 + dev: false + + /@remix-run/router/1.3.3: + resolution: {integrity: sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w==} engines: {node: '>=14'} dev: false @@ -8883,7 +9147,7 @@ packages: - supports-color dev: false - /@rollup/plugin-babel/5.3.1_rw3hudt2pmn5afxog7l3b6qtze: + /@rollup/plugin-babel/5.3.1_4tnfxcmsyr7y5qv3uwkivwqysm: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -8894,7 +9158,7 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-module-imports': 7.18.6 '@rollup/pluginutils': 3.1.0_rollup@2.79.1 rollup: 2.79.1 @@ -8908,7 +9172,7 @@ packages: '@rollup/pluginutils': 3.1.0_rollup@2.79.1 '@types/resolve': 1.17.1 builtin-modules: 3.3.0 - deepmerge: 4.2.2 + deepmerge: 4.3.0 is-module: 1.0.0 resolve: 1.22.1 rollup: 2.79.1 @@ -8975,17 +9239,17 @@ packages: /@scure/base/1.1.1: resolution: {integrity: sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==} - /@scure/bip32/1.1.0: - resolution: {integrity: sha512-ftTW3kKX54YXLCxH6BB7oEEoJfoE2pIgw7MINKAs5PsS6nqKPuKk1haTF/EuHmYqG330t5GSrdmtRuHaY1a62Q==} + /@scure/bip32/1.1.5: + resolution: {integrity: sha512-XyNh1rB0SkEqd3tXcXMi+Xe1fvg+kUIcoRIEujP1Jgv7DqW2r9lg3Ah0NkFaCs9sTkQAQA8kw7xiRXzENi9Rtw==} dependencies: - '@noble/hashes': 1.1.2 - '@noble/secp256k1': 1.6.3 + '@noble/hashes': 1.2.0 + '@noble/secp256k1': 1.7.1 '@scure/base': 1.1.1 - /@scure/bip39/1.1.0: - resolution: {integrity: sha512-pwrPOS16VeTKg98dYXQyIjJEcWfz7/1YJIwxUEPFfQPtc86Ym/1sVgQ2RLoD43AazMk2l/unK4ITySSpW2+82w==} + /@scure/bip39/1.1.1: + resolution: {integrity: sha512-t+wDck2rVkh65Hmv280fYdVdY25J9YeEUIgn2LG1WM6gxFkGzcksoDiUkWVpVp3Oex9xGC68JU2dSbUfwZ2jPg==} dependencies: - '@noble/hashes': 1.1.2 + '@noble/hashes': 1.2.0 '@scure/base': 1.1.1 /@sentry/core/5.30.0: @@ -9056,8 +9320,8 @@ packages: dependencies: '@hapi/hoek': 9.3.0 - /@sideway/formula/3.0.0: - resolution: {integrity: sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==} + /@sideway/formula/3.0.1: + resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} /@sideway/pinpoint/2.0.0: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} @@ -9073,34 +9337,36 @@ packages: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} - /@sinonjs/commons/1.8.5: - resolution: {integrity: sha512-rTpCA0wG1wUxglBSFdMMY0oTrKYvgf4fNgv/sXbfCVAdf+FnPBdKJR/7XbpTCwbCrvCbdPYnlWaUUYz4V2fPDA==} + /@sinonjs/commons/1.8.6: + resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} dependencies: type-detect: 4.0.8 /@sinonjs/fake-timers/8.1.0: resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} dependencies: - '@sinonjs/commons': 1.8.5 + '@sinonjs/commons': 1.8.6 /@socket.io/component-emitter/3.1.0: resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} dev: false - /@solana/buffer-layout/4.0.0: - resolution: {integrity: sha512-lR0EMP2HC3+Mxwd4YcnZb0smnaDw7Bl2IQWZiTevRH5ZZBZn6VRWn3/92E3qdU4SSImJkA6IDHawOHAnx/qUvQ==} + /@solana/buffer-layout/4.0.1: + resolution: {integrity: sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==} engines: {node: '>=5.10'} dependencies: buffer: 6.0.3 dev: false - /@solana/web3.js/1.52.0: - resolution: {integrity: sha512-oG1+BX4nVYZ0OBzmk6DRrY8oBYMsbXVQEf9N9JOfKm+wXSmjxVEEo8v3IPV8mKwR0JvUWuE8lOn3IUDiMlRLgg==} - engines: {node: '>=12.20.0'} + /@solana/web3.js/1.73.3: + resolution: {integrity: sha512-vHRMo589XEIpoujpE2sZZ1aMZvfA1ImKfNxobzEFyMb+H5j6mRRUXfdgWD0qJ0sm11e5BcBC7HPeRXJB+7f3Lg==} dependencies: - '@babel/runtime': 7.20.1 - '@ethersproject/sha2': 5.7.0 - '@solana/buffer-layout': 4.0.0 + '@babel/runtime': 7.21.0 + '@noble/ed25519': 1.7.3 + '@noble/hashes': 1.2.0 + '@noble/secp256k1': 1.7.1 + '@solana/buffer-layout': 4.0.1 + agentkeepalive: 4.2.1 bigint-buffer: 1.1.5 bn.js: 5.2.1 borsh: 0.7.0 @@ -9108,17 +9374,13 @@ packages: buffer: 6.0.1 fast-stable-stringify: 1.0.0 jayson: 3.7.0 - js-sha3: 0.8.0 - node-fetch: 2.6.8 - react-native-url-polyfill: 1.3.0 - rpc-websockets: 7.5.0 - secp256k1: 4.0.3 + node-fetch: 2.6.9 + rpc-websockets: 7.5.1 superstruct: 0.14.2 - tweetnacl: 1.0.3 transitivePeerDependencies: - bufferutil - encoding - - react-native + - supports-color - utf-8-validate dev: false @@ -9127,10 +9389,15 @@ packages: dependencies: antlr4ts: 0.5.0-alpha.4 + /@solidity-parser/parser/0.15.0: + resolution: {integrity: sha512-5UFJJTzWi1hgFk6aGCZ5rxG2DJkCJOzJ74qg7UkWSNCDSigW+CJLoYUb5bLiKrtI34Nr9rpFSUNHfkqtlL+N/w==} + dependencies: + antlr4ts: 0.5.0-alpha.4 + /@spruceid/siwe-parser/1.1.3: resolution: {integrity: sha512-oQ8PcwDqjGWJvLmvAF2yzd6iniiWxK0Qtz+Dw+gLD/W5zOQJiKIUXwslHOm8VB8OOOKW9vfR3dnPBhHaZDvRsw==} dependencies: - apg-js: 4.1.2 + apg-js: 4.1.3 dev: false /@stablelib/aead/1.0.1: @@ -9143,6 +9410,14 @@ packages: '@stablelib/int': 1.0.1 dev: false + /@stablelib/blake2b/1.0.1: + resolution: {integrity: sha512-B3KyKoBAjkIFeH7romcF96i+pVFYk7K2SBQ1pZvaxV+epSBXJ+n0C66esUhyz6FF+5FbdQVm77C5fzGFcEZpKA==} + dependencies: + '@stablelib/binary': 1.0.1 + '@stablelib/hash': 1.0.1 + '@stablelib/wipe': 1.0.1 + dev: false + /@stablelib/bytes/1.0.1: resolution: {integrity: sha512-Kre4Y4kdwuqL8BR2E9hV/R5sOrUj6NanZaZis0V6lX5yzqC3hBuVSDXUIBqQv/sCpmuWRiHLwqiT1pqqjuBXoQ==} dev: false @@ -9267,8 +9542,8 @@ packages: '@stablelib/xchacha20': 1.0.1 dev: false - /@storybook/addon-actions/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-3Tji0gIy95havhTpSc6CsFl5lNxGn4O5Y1U9fyji+GRkKqDFOrvVLYAHPtLOpYdEI5tF0bDo+akiqfDouY8+eA==} + /@storybook/addon-actions/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-aADjilFmuD6TNGz2CRPSupnyiA/IGkPJHDBTqMpsDXTUr8xnuD122xkIhg6UxmCM2y1c+ncwYXy3WPK2xXK57g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9278,14 +9553,14 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -9294,15 +9569,15 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-inspector: 5.1.1_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-b4JX7JMY7e50y1l6g71D+2XWV3GO0TO2z1ta8J6W4OQt8f44V7sSkRQaJUzXdLjQMrA+Anojuy1ZwPjVeLC6vg==} + /@storybook/addon-backgrounds/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-t7qooZ892BruhilFmzYPbysFwpULt/q4zYXNSmKVbAYta8UVvitjcU4F18p8FpWd9WvhiTr0SDlyhNZuzvDfug==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9312,25 +9587,25 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 global: 4.4.0 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.13_u7mmoyqfty2flmkfggora6dwra: - resolution: {integrity: sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q==} + /@storybook/addon-controls/6.5.16_a5ainwq6j6e77vl54wahuheooy: + resolution: {integrity: sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9340,16 +9615,16 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.13 - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/node-logger': 6.5.16 + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -9363,8 +9638,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.13_m3zuu6jlzuadxvbwg37tw4mxge: - resolution: {integrity: sha512-RG/NjsheD9FixZ789RJlNyNccaR2Cuy7CtAwph4oUNi3aDFjtOI8Oe9L+FOT7qtVnZLw/YMjF+pZxoDqJNKLPw==} + /@storybook/addon-docs/6.5.16_z526srz6e67bkoex2hsciwf7ua: + resolution: {integrity: sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9377,32 +9652,32 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.19.0 + '@babel/plugin-transform-react-jsx': 7.21.0 '@babel/preset-env': 7.20.2 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/mdx1-csf': 0.0.1 - '@storybook/node-logger': 6.5.13 - '@storybook/postinstall': 6.5.13 - '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/source-loader': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.16 + '@storybook/postinstall': 6.5.16 + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/source-loader': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y babel-loader: 8.3.0_webpack@4.44.2 - core-js: 3.26.1 + core-js: 3.29.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 remark-external-links: 8.0.0 remark-slug: 6.1.0 ts-dedent: 2.2.0 @@ -9418,8 +9693,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.13_m3zuu6jlzuadxvbwg37tw4mxge: - resolution: {integrity: sha512-G9FVAWV7ixjVLWeLgIX+VT90tcAk6yQxfZQegfg5ucRilGysJCDaNnoab4xuuvm1R40TfFhba3iAGZtQYsddmw==} + /@storybook/addon-essentials/6.5.16_z526srz6e67bkoex2hsciwf7ua: + resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -9475,22 +9750,22 @@ packages: webpack: optional: true dependencies: - '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-backgrounds': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/addon-docs': 6.5.13_m3zuu6jlzuadxvbwg37tw4mxge - '@storybook/addon-measure': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-outline': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-toolbars': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-viewport': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/node-logger': 6.5.13 - core-js: 3.26.1 + '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-backgrounds': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-controls': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/addon-docs': 6.5.16_z526srz6e67bkoex2hsciwf7ua + '@storybook/addon-measure': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-outline': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-toolbars': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-viewport': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/node-logger': 6.5.16 + core-js: 3.29.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 webpack: 4.44.2 transitivePeerDependencies: @@ -9503,8 +9778,8 @@ packages: - webpack-command dev: true - /@storybook/addon-interactions/6.5.13_irfx6iquzs6ky4omqf4xjdrrsy: - resolution: {integrity: sha512-FPOeS7AT/Odxl6z7E0qYI4F0Sh06jFRttRvSgpKC5P2lYUWUstLP5TC8N+F5ijBeLfIdIsf5zBK7l5Y/cluueg==} + /@storybook/addon-interactions/6.5.16_uwkcr5bxnundzrsf5dv5ljpvxe: + resolution: {integrity: sha512-DdTtyp3DgB/SpbM1GQgMnuSEBCkadxmj1mUcPk+Wp2iY+fDwsuoRDkr1H9Oe7IvlBKe7ciR79LEjoaABXNdw4w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9514,17 +9789,17 @@ packages: react-dom: optional: true dependencies: - '@devtools-ds/object-inspector': 1.2.0_2zx2umvpluuhvlq44va5bta2da - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/core-events': 6.5.13 + '@devtools-ds/object-inspector': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/instrumenter': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/instrumenter': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 global: 4.4.0 jest-mock: 27.5.1 polished: 4.2.2 @@ -9541,8 +9816,8 @@ packages: - webpack-command dev: true - /@storybook/addon-links/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-K/LYYu9R/Xoah5h9MNh4mSHOic3q5csqjderLqr2YW/KPYiuNubgvzEbAAbzI5xq5JrtAZqnINrZUv2A4CyYbQ==} + /@storybook/addon-links/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-P/mmqK57NGXnR0i3d/T5B0rIt0Lg8Yq+qionRr3LK3AwG/4yGnYt4GNomLEknn/eEwABYq1Q/Z1aOpgIhNdq5A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9552,24 +9827,24 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 - core-js: 3.26.1 + core-js: 3.29.0 global: 4.4.0 prop-types: 15.8.1 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 dev: true - /@storybook/addon-measure/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-pi5RFB9YTnESRFtYHAVRUrgEI5to0TFc4KndtwcCKt1fMJ8OFjXQeznEfdj95PFeUvW5TNUwjL38vK4LhicB+g==} + /@storybook/addon-measure/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-DMwnXkmM2L6POTh4KaOWvOAtQ2p9Tr1UUNxz6VXiN5cKFohpCs6x0txdLU5WN8eWIq0VFsO7u5ZX34CGCc6gCg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9579,20 +9854,20 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.26.1 + core-js: 3.29.0 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@storybook/addon-outline/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-8d8taPheO/tryflzXbj2QRuxHOIS8CtzRzcaglCcioqHEMhOIDOx9BdXKdheq54gdk/UN94HdGJUoVxYyXwZ4Q==} + /@storybook/addon-outline/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-0du96nha4qltexO0Xq1xB7LeRSbqjC9XqtZLflXG7/X3ABoPD2cXgOV97eeaXUodIyb2qYBbHUfftBeA75x0+w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9602,22 +9877,22 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.26.1 + core-js: 3.29.0 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-Qgr4wKRSP+gY1VaN7PYT4TM1um7KY341X3GHTglXLFHd8nDsCweawfV2shaX3WxCfZmVro8g4G+Oest30kLLCw==} + /@storybook/addon-toolbars/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-y3PuUKiwOWrAvqx1YdUvArg0UaAwmboXFeR2bkrowk1xcT+xnRO3rML4npFeUl26OQ1FzwxX/cw6nknREBBLEA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9627,19 +9902,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true - /@storybook/addon-viewport/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-KSfeuCSIjncwWGnUu6cZBx8WNqYvm5gHyFvkSPKEu0+MJtgncbUy7pl53lrEEr6QmIq0GRXvS3A0XzV8RCnrSA==} + /@storybook/addon-viewport/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-1Vyqf1U6Qng6TXlf4SdqUKyizlw1Wn6+qW8YeA2q1lbkJqn3UlnHXIp8Q0t/5q1dK5BFtREox3+jkGwbJrzkmA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9649,71 +9924,71 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.13 - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true - /@storybook/addons/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==} + /@storybook/addons/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-p3DqQi+8QRL5k7jXhXmJZLsE/GqHqyY6PcoA1oNTJr0try48uhTGUOYkgzmqtDaa/qPFO5LP+xCPzZXckGtquQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.13 - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/webpack-env': 1.18.0 - core-js: 3.26.1 + core-js: 3.29.0 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true - /@storybook/api/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==} + /@storybook/api/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-HOsuT8iomqeTMQJrRx5U8nsC7lJTwRr1DhdD0SzlqL4c80S/7uuCy4IZvOt4sYQjOzW5fOo/kamcoBXyLproTA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/channels': 6.5.13 - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 store2: 2.14.2 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.13_u7mmoyqfty2flmkfggora6dwra: - resolution: {integrity: sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A==} + /@storybook/builder-webpack4/6.5.16_a5ainwq6j6e77vl54wahuheooy: + resolution: {integrity: sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9722,38 +9997,38 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.2 - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.13 - '@storybook/channels': 6.5.13 - '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/core-events': 6.5.13 - '@storybook/node-logger': 6.5.13 - '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@babel/core': 7.21.0 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/core-events': 6.5.16 + '@storybook/node-logger': 6.5.16 + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.18.3 + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.18.13 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 - babel-loader: 8.3.0_ac45jkgjutircf4w34of4muhwa + babel-loader: 8.3.0_wd33ak6txextphwae5ymvkxpdq case-sensitive-paths-webpack-plugin: 2.4.0 - core-js: 3.26.1 + core-js: 3.29.0 css-loader: 3.6.0_webpack@4.44.2 file-loader: 6.2.0_webpack@4.44.2 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_qk4fnxnxhjpnqtz47txsdtiile + fork-ts-checker-webpack-plugin: 4.1.6_ya43xqu6jcstldhpi7rudeqw7e glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - pnp-webpack-plugin: 1.6.4_typescript@4.9.4 + pnp-webpack-plugin: 1.6.4_typescript@4.9.5 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_4a2i7aa2i6hzz4ngguaxzo4tzi @@ -9764,7 +10039,7 @@ packages: style-loader: 1.3.0_webpack@4.44.2 terser-webpack-plugin: 4.2.3_webpack@4.44.2 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 url-loader: 4.1.1_zmzwotvrfu62vdeozbyveyswza util-deprecate: 1.0.2 webpack: 4.44.2 @@ -9781,52 +10056,52 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.5.13: - resolution: {integrity: sha512-R79MBs0mQ7TV8M/a6x/SiTRyvZBidDfMEEthG7Cyo9p35JYiKOhj2535zhW4qlVMESBu95pwKYBibTjASoStPw==} + /@storybook/channel-postmessage/6.5.16: + resolution: {integrity: sha512-fZZSN29dsUArWOx7e7lTdMA9+7zijVwCwbvi2Fo4fqhRLh1DsTb/VXfz1FKMCWAjNlcX7QQvV25tnxbqsD6lyw==} dependencies: - '@storybook/channels': 6.5.13 - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 - core-js: 3.26.1 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 + core-js: 3.29.0 global: 4.4.0 qs: 6.11.0 telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.5.13: - resolution: {integrity: sha512-kwh667H+tzCiNvs92GNwYOwVXdj9uHZyieRAN5rJtTBJ7XgLzGkpTEU50mWlbc0nDKhgE0qYvzyr5H393Iy5ug==} + /@storybook/channel-websocket/6.5.16: + resolution: {integrity: sha512-wJg2lpBjmRC2GJFzmhB9kxlh109VE58r/0WhFtLbwKvPqsvGf82xkBEl6BtBCvIQ4stzYnj/XijjA8qSi2zpOg==} dependencies: - '@storybook/channels': 6.5.13 - '@storybook/client-logger': 6.5.13 - core-js: 3.26.1 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + core-js: 3.29.0 global: 4.4.0 telejson: 6.0.8 dev: true - /@storybook/channels/6.5.13: - resolution: {integrity: sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==} + /@storybook/channels/6.5.16: + resolution: {integrity: sha512-VylzaWQZaMozEwZPJdyJoz+0jpDa8GRyaqu9TGG6QGv+KU5POoZaGLDkRE7TzWkyyP0KQLo80K99MssZCpgSeg==} dependencies: - core-js: 3.26.1 + core-js: 3.29.0 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-uH1mAWbidPiuuTdMUVEiuaNOfrYXm+9QLSP1MMYTKULqEOZI5MSOGkEDqRfVWxbYv/iWBOPTQ+OM9TQ6ecYacg==} + /@storybook/client-api/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-i3UwkzzUFw8I+E6fOcgB5sc4oU2fhvaKnqC1mpd9IYGJ9JN9MnGIaVl3Ko28DtFItu/QabC9JsLIJVripFLktQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.13 - '@storybook/channels': 6.5.13 - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 '@types/webpack-env': 1.18.0 - core-js: 3.26.1 + core-js: 3.29.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -9834,40 +10109,40 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 store2: 2.14.2 - synchronous-promise: 2.0.16 + synchronous-promise: 2.0.17 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.5.13: - resolution: {integrity: sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==} + /@storybook/client-logger/6.5.16: + resolution: {integrity: sha512-pxcNaCj3ItDdicPTXTtmYJE3YC1SjxFrBmHcyrN+nffeNyiMuViJdOOZzzzucTUG0wcOOX8jaSyak+nnHg5H1Q==} dependencies: - core-js: 3.26.1 + core-js: 3.29.0 global: 4.4.0 dev: true - /@storybook/components/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-6Hhx70JK5pGfKCkqMU4yq/BBH+vRTmzj7tZKfPwba+f8VmTMoOr/2ysTQFRtXryiHB6Z15xBYgfq5x2pIwQzLQ==} + /@storybook/components/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-LzBOFJKITLtDcbW9jXl0/PaG+4xAz25PK8JxPZpIALbmOpYWOAPcO6V9C2heX6e6NgWFMUxjplkULEk9RCQMNA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.13 + '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.13_6af4yl6pcw5qzbgmacrfayucuy: - resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} + /@storybook/core-client/6.5.16_h22hsf3dcbdpghi2fgzgsswqxi: + resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9877,119 +10152,82 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.13 - '@storybook/channel-websocket': 6.5.13 - '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channel-websocket': 6.5.16 + '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.26.1 + core-js: 3.29.0 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 4.44.2 dev: true - /@storybook/core-client/6.5.13_fzk2o5r53sgjs5saca2d7spkha: - resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} + /@storybook/core-common/6.5.16_a5ainwq6j6e77vl54wahuheooy: + resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 typescript: '*' - webpack: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.13 - '@storybook/channel-websocket': 6.5.13 - '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.15 - core-js: 3.26.1 - global: 4.4.0 - lodash: 4.17.21 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - ts-dedent: 2.2.0 - typescript: 4.9.4 - unfetch: 4.2.0 - util-deprecate: 1.0.2 - webpack: 5.75.0 - dev: true - - /@storybook/core-common/6.5.13_u7mmoyqfty2flmkfggora6dwra: - resolution: {integrity: sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-decorators': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 - '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@babel/register': 7.18.9_@babel+core@7.20.2 - '@storybook/node-logger': 6.5.13 + '@babel/core': 7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-decorators': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.21.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@babel/register': 7.21.0_@babel+core@7.21.0 + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@types/node': 16.18.3 + '@types/node': 16.18.13 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.3.0_ac45jkgjutircf4w34of4muhwa + babel-loader: 8.3.0_wd33ak6txextphwae5ymvkxpdq babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.21.0 chalk: 4.1.2 - core-js: 3.26.1 + core-js: 3.29.0 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_qk4fnxnxhjpnqtz47txsdtiile + fork-ts-checker-webpack-plugin: 6.5.2_ya43xqu6jcstldhpi7rudeqw7e fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 interpret: 2.2.0 - json5: 2.2.1 + json5: 2.2.3 lazy-universal-dotenv: 3.0.1 picomatch: 2.3.1 pkg-dir: 5.0.0 @@ -10000,7 +10238,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 webpack: 4.44.2 transitivePeerDependencies: @@ -10011,14 +10249,14 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.5.13: - resolution: {integrity: sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==} + /@storybook/core-events/6.5.16: + resolution: {integrity: sha512-qMZQwmvzpH5F2uwNUllTPg6eZXr2OaYZQRRN8VZJiuorZzDNdAFmiVWMWdkThwmyLEJuQKXxqCL8lMj/7PPM+g==} dependencies: - core-js: 3.26.1 + core-js: 3.29.0 dev: true - /@storybook/core-server/6.5.13_u7mmoyqfty2flmkfggora6dwra: - resolution: {integrity: sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ==} + /@storybook/core-server/6.5.16_a5ainwq6j6e77vl54wahuheooy: + resolution: {integrity: sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -10034,18 +10272,18 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/core-client': 6.5.13_6af4yl6pcw5qzbgmacrfayucuy - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/core-events': 6.5.13 + '@storybook/builder-webpack4': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/core-client': 6.5.16_h22hsf3dcbdpghi2fgzgsswqxi + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.13 - '@storybook/manager-webpack4': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/node-logger': 6.5.13 + '@storybook/csf-tools': 6.5.16 + '@storybook/manager-webpack4': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@types/node': 16.18.3 + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/telemetry': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@types/node': 16.18.13 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.33 @@ -10055,7 +10293,7 @@ packages: cli-table3: 0.6.3 commander: 6.2.1 compression: 1.7.4 - core-js: 3.26.1 + core-js: 3.29.0 cpy: 8.1.2 detect-port: 1.5.1 express: 4.18.2 @@ -10064,22 +10302,22 @@ packages: globby: 11.1.0 ip: 2.0.0 lodash: 4.17.21 - node-fetch: 2.6.8 - open: 8.4.0 + node-fetch: 2.6.9 + open: 8.4.2 pretty-hrtime: 1.0.3 prompts: 2.4.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 serve-favicon: 2.5.0 slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.44.2 - ws: 8.12.0 + ws: 8.12.1 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -10094,8 +10332,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.13_kilcon62n4vxjhbegx5w2i4ksy: - resolution: {integrity: sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw==} + /@storybook/core/6.5.16_z526srz6e67bkoex2hsciwf7ua: + resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -10111,12 +10349,12 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.13_fzk2o5r53sgjs5saca2d7spkha - '@storybook/core-server': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-client': 6.5.16_h22hsf3dcbdpghi2fgzgsswqxi + '@storybook/core-server': 6.5.16_a5ainwq6j6e77vl54wahuheooy react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - typescript: 4.9.4 - webpack: 5.75.0 + typescript: 4.9.5 + webpack: 4.44.2 transitivePeerDependencies: - '@storybook/mdx2-csf' - bluebird @@ -10130,27 +10368,27 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.5.13: - resolution: {integrity: sha512-63Ev+VmBqzwSwfUzbuXOLKBD5dMTK2zBYLQ9anTVw70FuTikwTsGIbPgb098K0vsxRCgxl7KM7NpivHqtZtdjw==} + /@storybook/csf-tools/6.5.16: + resolution: {integrity: sha512-+WD4sH/OwAfXZX3IN6/LOZ9D9iGEFcN+Vvgv9wOsLRgsAZ10DG/NK6c1unXKDM/ogJtJYccNI8Hd+qNE/GFV6A==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.20.2 - '@babel/generator': 7.20.4 - '@babel/parser': 7.20.3 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/core': 7.21.0 + '@babel/generator': 7.21.1 + '@babel/parser': 7.21.2 + '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.2 - core-js: 3.26.1 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.21.0 + core-js: 3.29.0 fs-extra: 9.1.0 global: 4.4.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -10162,37 +10400,37 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-hB+hk+895ny4SW84j3X5iV55DHs3bCfTOp7cDdcZJdQrlm0wuDb4A6d4ffNC7ZLh9VkUjU6ST4VEV5Bb0Cptow==} + /@storybook/docs-tools/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg==} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 doctrine: 3.0.0 lodash: 4.17.21 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - react - react-dom - supports-color dev: true - /@storybook/instrumenter/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-izRF64BU+gGCP7qE1N3kOVLSv5Xk4M0OWcRmFIXoIS46qNDzmd8hmbkkx3M9wrvw0kcQ97kIyADF+UInbcr/dQ==} + /@storybook/instrumenter/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-q8/GaBk8PA/cL7m5OW+ec5t63+Zja9YvYSPGXrYtW17koSv7OnNPmk6RvI7tIHHO0mODBYnaHjF4zQfEGoyR5Q==} dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 - core-js: 3.26.1 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 + core-js: 3.29.0 global: 4.4.0 transitivePeerDependencies: - react - react-dom dev: true - /@storybook/manager-webpack4/6.5.13_u7mmoyqfty2flmkfggora6dwra: - resolution: {integrity: sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ==} + /@storybook/manager-webpack4/6.5.16_a5ainwq6j6e77vl54wahuheooy: + resolution: {integrity: sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10201,39 +10439,39 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.13_6af4yl6pcw5qzbgmacrfayucuy - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/node-logger': 6.5.13 - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.18.3 + '@babel/core': 7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.16_h22hsf3dcbdpghi2fgzgsswqxi + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/node-logger': 6.5.16 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.18.13 '@types/webpack': 4.41.33 - babel-loader: 8.3.0_ac45jkgjutircf4w34of4muhwa + babel-loader: 8.3.0_wd33ak6txextphwae5ymvkxpdq case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 - core-js: 3.26.1 + core-js: 3.29.0 css-loader: 3.6.0_webpack@4.44.2 express: 4.18.2 file-loader: 6.2.0_webpack@4.44.2 find-up: 5.0.0 fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - node-fetch: 2.6.8 - pnp-webpack-plugin: 1.6.4_typescript@4.9.4 + node-fetch: 2.6.9 + pnp-webpack-plugin: 1.6.4_typescript@4.9.5 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 style-loader: 1.3.0_webpack@4.44.2 telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.44.2 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 url-loader: 4.1.1_zmzwotvrfu62vdeozbyveyswza util-deprecate: 1.0.2 webpack: 4.44.2 @@ -10252,12 +10490,12 @@ packages: /@storybook/mdx1-csf/0.0.1: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.20.4 - '@babel/parser': 7.20.3 + '@babel/generator': 7.21.1 + '@babel/parser': 7.21.2 '@babel/preset-env': 7.20.2 - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.188 + '@types/lodash': 4.14.191 js-string-escape: 1.0.1 loader-utils: 2.0.4 lodash: 4.17.21 @@ -10268,15 +10506,15 @@ packages: - supports-color dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.20.2: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.21.0: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.20.4 - '@babel/parser': 7.20.3 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/types': 7.20.2 + '@babel/generator': 7.21.1 + '@babel/parser': 7.21.2 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/types': 7.21.2 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.188 + '@types/lodash': 4.14.191 js-string-escape: 1.0.1 loader-utils: 2.0.4 lodash: 4.17.21 @@ -10287,23 +10525,23 @@ packages: - supports-color dev: true - /@storybook/node-logger/6.5.13: - resolution: {integrity: sha512-/r5aVZAqZRoy5FyNk/G4pj7yKJd3lJfPbAaOHVROv2IF7PJP/vtRaDkcfh0g2U6zwuDxGIqSn80j+qoEli9m5A==} + /@storybook/node-logger/6.5.16: + resolution: {integrity: sha512-YjhBKrclQtjhqFNSO+BZK+RXOx6EQypAELJKoLFaawg331e8VUfvUuRCNB3fcEWp8G9oH13PQQte0OTjLyyOYg==} dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 - core-js: 3.26.1 + core-js: 3.29.0 npmlog: 5.0.1 pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.5.13: - resolution: {integrity: sha512-qmqP39FGIP5NdhXC5IpAs9cFoYx9fg1psoQKwb9snYb98eVQU31uHc1W2MBUh3lG4AjAm7pQaXJci7ti4jOh3g==} + /@storybook/postinstall/6.5.16: + resolution: {integrity: sha512-08K2q+qN6pqyPW7PHLCZ5G5Xa6Wosd6t0F16PQ4abX2ItlJLabVoJN5mZ0gm/aeLTjD8QYr8IDvacu4eXh0SVA==} dependencies: - core-js: 3.26.1 + core-js: 3.29.0 dev: true - /@storybook/preset-create-react-app/4.1.2_wuatc3qqs7pmbgghs5mjag5q4a: + /@storybook/preset-create-react-app/4.1.2_h342isg7n7zipkghetldef5tze: resolution: {integrity: sha512-5uBZPhuyXx4APgLZnhiZ/PqYYprBua5CabQCfAlk+/9V4vSpX+ww+XP4Rl8Ifc/nf/HktgwtJFH4HXrZGRKC4w==} peerDependencies: '@babel/core': '*' @@ -10311,14 +10549,14 @@ packages: '@storybook/react': '>=5.2' react-scripts: '>=5.0.0' dependencies: - '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_webpack@4.44.2 - '@storybook/node-logger': 6.5.13 - '@storybook/react': 6.5.13_u7mmoyqfty2flmkfggora6dwra - '@storybook/react-docgen-typescript-plugin': 1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_kez4q42cbkzhbdaaypir545cty - '@types/babel__core': 7.1.20 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_webpack@4.44.2 + '@storybook/node-logger': 6.5.16 + '@storybook/react': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/react-docgen-typescript-plugin': 1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_ljwpxsohotkibzkqavx4ej2joq + '@types/babel__core': 7.20.0 babel-plugin-react-docgen: 4.2.1 - pnp-webpack-plugin: 1.7.0_typescript@4.9.4 - react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha + pnp-webpack-plugin: 1.7.0_typescript@4.9.5 + react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju semver: 7.3.8 transitivePeerDependencies: - '@types/webpack' @@ -10333,33 +10571,33 @@ packages: - webpack-plugin-serve dev: true - /@storybook/preview-web/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-GNNYVzw4SmRua3dOc52Ye6Us4iQbq5GKQ56U3iwnzZM3TBdJB+Rft94Fn1/pypHujEHS8hl5Xgp9td6C1lLCow==} + /@storybook/preview-web/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-IJnvfe2sKCfk7apN9Fu9U8qibbarrPX5JB55ZzK1amSHVmSDuYk5MIMc/U3NnSQNnvd1DO5v/zMcGgj563hrtg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.13 - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y ansi-to-html: 0.6.15 - core-js: 3.26.1 + core-js: 3.29.0 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 - synchronous-promise: 2.0.16 + regenerator-runtime: 0.13.11 + synchronous-promise: 2.0.17 ts-dedent: 2.2.0 unfetch: 4.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_kez4q42cbkzhbdaaypir545cty: + /@storybook/react-docgen-typescript-plugin/1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_ljwpxsohotkibzkqavx4ej2joq: resolution: {integrity: sha512-QDa+qccIygDjdfg6Z/CjPWlNY5ia+oFvy8pK5XCGsNXCpTfVL8gbGa63tonCUeNxqioWLOpysUGsyHR+t4uzPg==} peerDependencies: typescript: '>= 3.x' @@ -10370,15 +10608,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.9.4 - tslib: 2.4.1 - typescript: 4.9.4 + react-docgen-typescript: 2.2.2_typescript@4.9.5 + tslib: 2.5.0 + typescript: 4.9.5 webpack: 4.44.2 transitivePeerDependencies: - supports-color dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_ljwpxsohotkibzkqavx4ej2joq: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -10389,16 +10627,16 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.9.4 - tslib: 2.4.1 - typescript: 4.9.4 - webpack: 5.75.0 + react-docgen-typescript: 2.2.2_typescript@4.9.5 + tslib: 2.5.0 + typescript: 4.9.5 + webpack: 4.44.2 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.13_u7mmoyqfty2flmkfggora6dwra: - resolution: {integrity: sha512-4gO8qihEkVZ8RNm9iQd7G2iZz4rRAHizJ6T5m58Sn21fxfyg9zAMzhgd0JzXuPXR8lTTj4AvRyPv1Qx7b43smg==} + /@storybook/react/6.5.16_a5ainwq6j6e77vl54wahuheooy: + resolution: {integrity: sha512-cBtNlOzf/MySpNLBK22lJ8wFU22HnfTB2xJyBk7W7Zi71Lm7Uxkhv1Pz8HdiQndJ0SlsAAQOWjQYsSZsGkZIaA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -10427,26 +10665,26 @@ packages: dependencies: '@babel/preset-flow': 7.18.6 '@babel/preset-react': 7.18.6 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_ohj47mxwagpoxvu7nhhwxzphqm - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/core': 6.5.13_kilcon62n4vxjhbegx5w2i4ksy - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_yceubsmjd6jm3woocckpqejnhy + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core': 6.5.16_z526srz6e67bkoex2hsciwf7ua + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/node-logger': 6.5.13 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi + '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.16 + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_ljwpxsohotkibzkqavx4ej2joq '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 - '@types/node': 16.18.3 + '@types/node': 16.18.13 '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-react-docgen: 4.2.1 - core-js: 3.26.1 + core-js: 3.29.0 escodegen: 2.0.0 fs-extra: 9.1.0 global: 4.4.0 @@ -10458,24 +10696,21 @@ packages: react-element-to-jsx-string: 14.3.4_biqbaboplfbrettd7655fr4n2y react-refresh: 0.11.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 - typescript: 4.9.4 + typescript: 4.9.5 util-deprecate: 1.0.2 - webpack: 5.75.0 + webpack: 4.44.2 transitivePeerDependencies: - '@storybook/mdx2-csf' - - '@swc/core' - '@types/webpack' - bluebird - bufferutil - encoding - - esbuild - eslint - sockjs-client - supports-color - type-fest - - uglify-js - utf-8-validate - vue-template-compiler - webpack-cli @@ -10485,19 +10720,19 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==} + /@storybook/router/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-ZgeP8a5YV/iuKbv31V8DjPxlV4AzorRiR8OuSt/KqaiYXNXlOoQDz/qMmiNcrshrfLpmkzoq7fSo4T8lWo2UwQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.13 - core-js: 3.26.1 + '@storybook/client-logger': 6.5.16 + core-js: 3.29.0 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true /@storybook/semver/7.3.2: @@ -10505,20 +10740,20 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - core-js: 3.26.1 + core-js: 3.29.0 find-up: 4.1.0 dev: true - /@storybook/source-loader/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-tHuM8PfeB/0m+JigbaFp+Ld0euFH+fgOObH2W9rjEXy5vnwmaeex/JAdCprv4oL+LcDQEERqNULUUNIvbcTPAg==} + /@storybook/source-loader/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-fyVl4jrM/5JLrb48aqXPu7sTsmySQaVGFp1zfeqvPPlJRFMastDrePm5XGPN7Qjv1wsKmpuBvuweFKOT1pru3g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.26.1 + core-js: 3.29.0 estraverse: 5.3.0 global: 4.4.0 loader-utils: 2.0.4 @@ -10526,49 +10761,49 @@ packages: prettier: 2.3.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true - /@storybook/store/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-GG6lm+8fBX1tNUnX7x3raBOjYhhf14bPWLtYiPlxDTFEMs3sJte7zWKZq6NQ79MoBLL6jjzTeolBfDCBw6fiWQ==} + /@storybook/store/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-g+bVL5hmMq/9cM51K04e37OviUPHT0rHHrRm5wj/hrf18Kd9120b3sxdQ5Dc+HZ292yuME0n+cyrQPTYx9Epmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.13 - '@storybook/core-events': 6.5.13 + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.26.1 + core-js: 3.29.0 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 slash: 3.0.0 stable: 0.1.8 - synchronous-promise: 2.0.16 + synchronous-promise: 2.0.17 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.13_u7mmoyqfty2flmkfggora6dwra: - resolution: {integrity: sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ==} + /@storybook/telemetry/6.5.16_a5ainwq6j6e77vl54wahuheooy: + resolution: {integrity: sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==} dependencies: - '@storybook/client-logger': 6.5.13 - '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/client-logger': 6.5.16 + '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy chalk: 4.1.2 - core-js: 3.26.1 + core-js: 3.29.0 detect-package-manager: 2.0.1 - fetch-retry: 5.0.3 + fetch-retry: 5.0.4 fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0 nanoid: 3.3.4 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - encoding - eslint @@ -10584,51 +10819,51 @@ packages: /@storybook/testing-library/0.0.11_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-8KbKx3s1e+uF3oWlPdyXRpZa6xtCsCHtXh1nCTisMA6P5YcSDaCg59NXIOVIQCAwKvjRomlqMJH8JL1WyOzeVg==} dependencies: - '@storybook/client-logger': 6.5.13 - '@storybook/instrumenter': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@testing-library/dom': 8.19.0 - '@testing-library/user-event': 13.5.0_aaq3sbffpfe3jnxzm2zngsddei + '@storybook/client-logger': 6.5.16 + '@storybook/instrumenter': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@testing-library/dom': 8.20.0 + '@testing-library/user-event': 13.5.0_yxlyej73nftwmh2fiao7paxmlm ts-dedent: 2.2.0 transitivePeerDependencies: - react - react-dom dev: true - /@storybook/theming/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==} + /@storybook/theming/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-hNLctkjaYLRdk1+xYTkC1mg4dYz2wSv6SqbLpcKMbkPHTE0ElhddGPHQqB362md/w9emYXNkt1LSMD8Xk9JzVQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.13 - core-js: 3.26.1 + '@storybook/client-logger': 6.5.16 + core-js: 3.29.0 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 dev: true - /@storybook/ui/6.5.13_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-MklJuSg4Bc+MWjwhZVmZhJaucaeEBUMMa2V9oRWbIgZOdRHqdW72S2vCbaarDAYfBQdnfaoq1GkSQiw+EnWOzA==} + /@storybook/ui/6.5.16_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-rHn/n12WM8BaXtZ3IApNZCiS+C4Oc5+Lkl4MoctX8V7QSml0SxZBB5hsJ/AiWkgbRxjQpa/L/Nt7/Qw0FjTH/A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.13 - '@storybook/client-logger': 6.5.13 - '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.13 - '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.16 + '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y - core-js: 3.26.1 + '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + core-js: 3.29.0 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 dev: true @@ -10659,7 +10894,7 @@ packages: /@supabase/realtime-js/1.7.5: resolution: {integrity: sha512-nXuoxt7NE1NTI+G8WBim1K2gkUC8YE3e9evBUG+t6xwd9Sq+sSOrjcE0qJ8/Y631BCnLzlhX6yhFYQFh1oQDOg==} dependencies: - '@types/phoenix': 1.5.4 + '@types/phoenix': 1.5.5 websocket: 1.0.34 transitivePeerDependencies: - supports-color @@ -10697,7 +10932,7 @@ packages: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: ejs: 3.1.8 - json5: 2.2.1 + json5: 2.2.3 magic-string: 0.25.9 string.prototype.matchall: 4.0.8 @@ -10760,13 +10995,13 @@ packages: resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@svgr/plugin-jsx/5.5.0: resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@svgr/babel-preset': 5.5.0 '@svgr/hast-util-to-babel-ast': 5.5.0 svg-parser: 2.0.4 @@ -10778,17 +11013,17 @@ packages: engines: {node: '>=10'} dependencies: cosmiconfig: 7.1.0 - deepmerge: 4.2.2 + deepmerge: 4.3.0 svgo: 1.3.2 /@svgr/webpack/5.5.0: resolution: {integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-transform-react-constant-elements': 7.20.2_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/plugin-transform-react-constant-elements': 7.20.2_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -10805,23 +11040,24 @@ packages: web3-utils: 1.2.11 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate dev: true - /@synthetixio/synpress/1.2.0_2gqc5hfs47jmwdmhoprjtwjnxq: + /@synthetixio/synpress/1.2.0_zwlq2uqint3vd25yypk4562ptu: resolution: {integrity: sha512-RnXAGPE1YUysxJHMNoHkt9tbaifaFFFxUr4okc5HDtDp6TT7blZ0hQEmh70aR/ml3xfQ2J0R3VFQZCMTWNVDJg==} engines: {node: '>=10'} hasBin: true dependencies: '@cypress/code-coverage': 3.9.12_cypress@9.5.3 - '@cypress/react': 5.12.4_xq2phfowexpehqtx3ygz6elzhy + '@cypress/react': 5.12.4_kaae6qomxcc47wqcafohyvutjm '@cypress/webpack-dev-server': 1.8.4_webpack@4.44.2 '@drptbl/gremlins.js': 2.2.1 '@synthetixio/js': 2.41.0 '@testing-library/cypress': 8.0.2_cypress@9.5.3 '@testing-library/react': 13.0.0_biqbaboplfbrettd7655fr4n2y - '@types/puppeteer-core': 5.4.0 + '@types/puppeteer-core': 5.4.0_typescript@4.9.5 '@types/testing-library__cypress': 5.0.9 axios: 0.26.1 babel-plugin-istanbul: 6.1.1 @@ -10839,13 +11075,13 @@ packages: eslint-config-standard: 16.0.3_lce4tli34gkpamqqqtkhffizou eslint-plugin-chai-friendly: 0.7.2_eslint@7.32.0 eslint-plugin-cypress: 2.12.1_eslint@7.32.0 - eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e + eslint-plugin-import: 2.26.0_lpoet4woefdgt5yazgwydy42la eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-prettier: 4.0.0_evcial7aw3q6fcauxv2c7fxuoe eslint-plugin-promise: 6.0.0_eslint@7.32.0 eslint-plugin-standard: 4.1.0_eslint@7.32.0 - eslint-plugin-testing-library: 5.2.1_yfqovispp7u7jaktymfaqwl2py - eslint-plugin-ui-testing: 2.0.1_yfqovispp7u7jaktymfaqwl2py + eslint-plugin-testing-library: 5.2.1_jofidmxrjzhj7l6vknpw5ecvfe + eslint-plugin-ui-testing: 2.0.1_jofidmxrjzhj7l6vknpw5ecvfe eslint-plugin-unicorn: 42.0.0_eslint@7.32.0 etherscan-api: 10.0.5 node-fetch: 2.6.1 @@ -10898,29 +11134,29 @@ packages: resolution: {integrity: sha512-XTEEvOGy7wlABPTYfmg7U287WYcf2PV8lH15oKWD2I09okqMOHrB23WxyikEVRwJCjYNKcCW0BuYaAY4S2g/jg==} dev: false - /@tanstack/query-persist-client-core/4.20.9: - resolution: {integrity: sha512-dwE3A7ZKeGsOcqnfqY8H/1Q6g0GrrDSarhVK0QqMKV9crRW87gz1wG37+2YHJettL8CC36S7SqLJGQCoViUCiw==} - peerDependencies: - '@tanstack/query-core': 4.20.9 + /@tanstack/query-core/4.24.10: + resolution: {integrity: sha512-2QywqXEAGBIUoTdgn1lAB4/C8QEqwXHj2jrCLeYTk2xVGtLiPEUD8jcMoeB2noclbiW2mMt4+Fq7fZStuz3wAQ==} dev: false - /@tanstack/query-sync-storage-persister/4.20.9: - resolution: {integrity: sha512-KMIxrSGsvInU/efDC+LCSHdnvHaYQIStQQx3IpkGD7t0fgJr6HZy4dFRhT8DlSvNpJ8X8IdZ0ZWzD3fk+aRl1A==} + /@tanstack/query-persist-client-core/4.24.10: + resolution: {integrity: sha512-ObE7k4/TN1EgYMrTCkR43UIvviCtT27QcbE14CgdqeOVRSJ+oiIgXlfir69bcgBUW5Ba7S0ezY2SNV6IfSRNrw==} dependencies: - '@tanstack/query-persist-client-core': 4.20.9 - transitivePeerDependencies: - - '@tanstack/query-core' + '@tanstack/query-core': 4.24.10 + dev: false + + /@tanstack/query-sync-storage-persister/4.24.10: + resolution: {integrity: sha512-bS/vUHmzlnj7FiUZaPEUsEPitiaX2bzPJ9DuqQf7HCNMgqV/pwie90q90XIpGHUw8cF/6e3RnHF346OkH/XehQ==} + dependencies: + '@tanstack/query-persist-client-core': 4.24.10 dev: false - /@tanstack/react-query-persist-client/4.20.9_2nrllpzqdmo5qwio57f3dkea6i: - resolution: {integrity: sha512-QPX3be8o3jkCC6lFmwn8m1nYmXPsEkP7XiFHzWY8eYfU7POSJXKrpiylz0wuFBG1mRSfHGsq//UNUPUOEDIw6A==} + /@tanstack/react-query-persist-client/4.24.10_2nrllpzqdmo5qwio57f3dkea6i: + resolution: {integrity: sha512-Ta8PQua5aJK5F1w1ckX1xFnA4ohNpoeLUvApxtpMb3DKfs1XmyeFaddwyhP7La/EdjTtiInBJ2TmEAjG7EqhCw==} peerDependencies: - '@tanstack/react-query': 4.20.9 + '@tanstack/react-query': 4.24.10 dependencies: - '@tanstack/query-persist-client-core': 4.20.9 + '@tanstack/query-persist-client-core': 4.24.10 '@tanstack/react-query': 4.20.9_biqbaboplfbrettd7655fr4n2y - transitivePeerDependencies: - - '@tanstack/query-core' dev: false /@tanstack/react-query/4.20.9_biqbaboplfbrettd7655fr4n2y: @@ -10947,19 +11183,19 @@ packages: peerDependencies: cypress: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 dependencies: - '@babel/runtime': 7.20.1 - '@testing-library/dom': 8.19.0 + '@babel/runtime': 7.21.0 + '@testing-library/dom': 8.20.0 cypress: 9.5.3 dev: true - /@testing-library/cypress/8.0.3_cypress@9.7.0: - resolution: {integrity: sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==} + /@testing-library/cypress/8.0.7_cypress@9.7.0: + resolution: {integrity: sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: - cypress: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 + cypress: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 dependencies: - '@babel/runtime': 7.20.1 - '@testing-library/dom': 8.19.0 + '@babel/runtime': 7.21.0 + '@testing-library/dom': 8.20.0 cypress: 9.7.0 dev: true @@ -10968,25 +11204,25 @@ packages: engines: {node: '>=10'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 '@types/aria-query': 4.2.2 aria-query: 4.2.2 chalk: 4.1.2 - dom-accessibility-api: 0.5.14 + dom-accessibility-api: 0.5.16 lz-string: 1.4.4 pretty-format: 26.6.2 dev: true - /@testing-library/dom/8.19.0: - resolution: {integrity: sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==} + /@testing-library/dom/8.20.0: + resolution: {integrity: sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==} engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.20.1 - '@types/aria-query': 4.2.2 + '@babel/runtime': 7.21.0 + '@types/aria-query': 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 - dom-accessibility-api: 0.5.14 + dom-accessibility-api: 0.5.16 lz-string: 1.4.4 pretty-format: 27.5.1 dev: true @@ -10995,18 +11231,18 @@ packages: resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: - '@adobe/css-tools': 4.0.1 - '@babel/runtime': 7.20.1 + '@adobe/css-tools': 4.2.0 + '@babel/runtime': 7.21.0 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.1.3 chalk: 3.0.0 css.escape: 1.5.1 - dom-accessibility-api: 0.5.14 + dom-accessibility-api: 0.5.16 lodash: 4.17.21 redent: 3.0.0 dev: true - /@testing-library/react-hooks/8.0.1_2zx2umvpluuhvlq44va5bta2da: + /@testing-library/react-hooks/8.0.1_zula6vjvt3wdocc4mwcxqa6nzi: resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: @@ -11022,8 +11258,8 @@ packages: react-test-renderer: optional: true dependencies: - '@babel/runtime': 7.20.1 - '@types/react': 18.0.25 + '@babel/runtime': 7.21.0 + '@types/react': 18.0.28 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-error-boundary: 3.1.4_react@18.2.0 @@ -11036,9 +11272,9 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.20.1 - '@testing-library/dom': 8.19.0 - '@types/react-dom': 18.0.8 + '@babel/runtime': 7.21.0 + '@testing-library/dom': 8.20.0 + '@types/react-dom': 18.0.11 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true @@ -11050,275 +11286,304 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.20.1 - '@testing-library/dom': 8.19.0 - '@types/react-dom': 18.0.8 + '@babel/runtime': 7.21.0 + '@testing-library/dom': 8.20.0 + '@types/react-dom': 18.0.11 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@testing-library/user-event/13.5.0_aaq3sbffpfe3jnxzm2zngsddei: + /@testing-library/user-event/13.5.0_yxlyej73nftwmh2fiao7paxmlm: resolution: {integrity: sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==} engines: {node: '>=10', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@babel/runtime': 7.20.1 - '@testing-library/dom': 8.19.0 + '@babel/runtime': 7.21.0 + '@testing-library/dom': 8.20.0 dev: true - /@tiptap/core/2.0.0-beta.202: - resolution: {integrity: sha512-KnOcZBtkWoDT7EsVLiJr9DyBnQcKJQHI8kOhNIL0snUrksr25q8xBW05iYqw6cGAF7iu1cFM80VikfgefsZUpw==} + /@tiptap/core/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: + resolution: {integrity: sha512-yJZC50QG3/7OM82JGtdvw6Ieu3wn8DkIdG361d+JTaPDpM2k1tMmMdgRLIHSgxT8IPAubXV5iZaz9lBmu/aISg==} + peerDependencies: + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - prosemirror-commands: 1.3.1 - prosemirror-keymap: 1.2.0 - prosemirror-model: 1.18.2 - prosemirror-schema-list: 1.2.2 - prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.0 - prosemirror-view: 1.29.1 + '@tiptap/pm': 2.0.0-beta.219 dev: false - /@tiptap/extension-blockquote/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-weLbMxM7VfI4hJsThw1+mB4jbQnVFizmzRlGU40LKMzEU5yIgIhuaomQ02Z7V0cRgfXsoKX9oc0BYGiO0Ra6/g==} + /@tiptap/extension-blockquote/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-fuANtE6O9FrX9Eum/QH8dc1LdrPt/VgotdUpO+MAQfbz4f3vnK+mROuIMnI+olCrfX7yK3qa2Obt0XdNn3HrCA==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-bold/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-AsfoChIleoSbY9gAuhbLF8BAEhHPrRKofmU09xJ62SBkL1rtgci8YzJYhL9leQCM4n1MQZEDeVf0ho75HeTPMA==} + /@tiptap/extension-bold/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-+UpezqCugiWtjTNTzkM/Rgi/ksnK+yaX/EJ8HfwFkSrybRq+SaKsPs0ilHcUbAcWzTRxXxC/nRcTA+NLyBaTAw==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-bubble-menu/2.0.0-beta.202: - resolution: {integrity: sha512-Xa0BO5liIHitaxj70JbbmiC70Yg9+EcF9airfI32uOFNHwgEKyXVb5MRyQadRSmXnwPMPLVGWgf3Kg/5rnDqeg==} + /@tiptap/extension-bubble-menu/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: + resolution: {integrity: sha512-pci2Vm6n7T4+/TO13eRz3vyG/OKFVE47TOKJ+apwhJP+9Z2UzPtk5ohc7322or0vRDT9aiokfcgB6XSvpPzxVg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - prosemirror-state: 1.4.2 - prosemirror-view: 1.29.1 + '@tiptap/pm': 2.0.0-beta.219 + lodash: 4.17.21 tippy.js: 6.3.7 dev: false - /@tiptap/extension-bullet-list/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-Su+GvRGyW9FTBtcFjvNkkYwzDRo+1O2YTNOZi1Z/OkDqbg3g89kRue78avs0nHW7HEgdhCap+z8KtAPrie4eBg==} + /@tiptap/extension-bullet-list/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-J11ONjGLwq8/Bff9UVIF3fixAAkNaV9PaHJdBbxGnWEfOvTMBBkw+VIjd9nJSinV+jzCKhHFKwy1w2e8AQaXpw==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-code-block/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-tfK9khIroGjsXQvk2K/9z1/UyQrB4+zghkjyK1xikzRmhgfOeqQzA0TDrFrz7ywFXmSFQ7GnnYAp+RW6r6wyUg==} + /@tiptap/extension-code-block/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: + resolution: {integrity: sha512-vf3ykixe+s+FpxG1jBoFt2RUwyffmXp/1rDvKSxxGhJ8QJvWfvG/RseR+qp20t5in3cAMz8Q14vf6a9zh/ClnQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 - prosemirror-state: 1.4.2 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/pm': 2.0.0-beta.219 dev: false - /@tiptap/extension-code/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-XwAr7ysSWJVZWHNXDaNBTPH1CTyVxHnPv/PiCWTGhf8Fkx7R7xW2QCUKx4ablwxFlTY7H8xGmCujaewUQBdO5w==} + /@tiptap/extension-code/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-3ikk/kuijpDOM7XBcecOa6UoUYcCrdCA4jjGKwsTuITKh3o89ep36Xbi7NA3nMwbvhfWX3mtQtbL4ti8GX+ONQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-document/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-UsDSe93QtnuDrUo11wYCMtp7XlTIBvL5HNhx+enLRY7B8nUhX+d78u1BzspTpCkMYKcdwDmAGfIYMqqPViPEvA==} + /@tiptap/extension-document/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-wsIsTRBXpvUo38RfSpX0uYzmmRlut62J51dOxgEEbn+L1M+LyXVKI7/4VfYUbI82C4Q8+KIMLBW1Za6c22ddZg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-dropcursor/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-4Q3LnqvMnxP0KdX7tIgCoTCKg949rg351m0wguVb1bo4v9lA0zfJpSgqjQ1Xs2vaYVBwkFjLoqrfhTRn5mnopQ==} + /@tiptap/extension-dropcursor/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: + resolution: {integrity: sha512-vfRnMQJOpCAWg1ZaoefTjEvdxdq7V4cIDayjiR6BhJXRiBou870tDHIZQEQceuiMij8qwVa8h647dUwYSPM8FQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 - prosemirror-dropcursor: 1.5.0 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/pm': 2.0.0-beta.219 dev: false - /@tiptap/extension-floating-menu/2.0.0-beta.202: - resolution: {integrity: sha512-09liirOFsPDFRLS2FiFdnfzyyOQwwyVXLzI6MzUOw5RZbOsGJ5kB8jZdkXvsAIiOs0YYsH3fyOyWirIwSRhBTQ==} + /@tiptap/extension-floating-menu/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: + resolution: {integrity: sha512-2GdNjy/5HRjfNbN2GN5bpoblyAGhJE3dzPl+g7fJQoFfbJKR8CJqu89ciAF4QZjKHW/bAWqIwsPz2HvaavQc5Q==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - prosemirror-state: 1.4.2 - prosemirror-view: 1.29.1 + '@tiptap/pm': 2.0.0-beta.219 tippy.js: 6.3.7 dev: false - /@tiptap/extension-focus/2.0.0-beta.202: - resolution: {integrity: sha512-zSJo/r8YTsAL7X/OCpvymgNkW8hyUFnzyup+tUXFiTrReH/Ql5VpVSAJgJ4q46xBh0OikcnFj1P8suPOi30sAQ==} + /@tiptap/extension-focus/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: + resolution: {integrity: sha512-jwOK4B39Cmn0HVefi9UuTR78B4GeRw1Ta2gBPNetRuMwCMFTaxsvyeBsPpa8yL/5Vqf7/XjGOl6nbjAO8HPqdg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - prosemirror-state: 1.4.2 - prosemirror-view: 1.29.1 + '@tiptap/pm': 2.0.0-beta.219 dev: false - /@tiptap/extension-gapcursor/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-jOPMPPnTfVuc5YpFTcQM42/cg1J3+OeHitYb1/vBMpaNinVijuafsK14xDoVP8+sydKVgtBzYkfP/faN82I9iA==} + /@tiptap/extension-gapcursor/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: + resolution: {integrity: sha512-pRrfFw3m8pZasxTvK7L0mbGqNF+tO++/uiyNtvI7DDR+nulXnWKKBaK5bLwDXk0/MGfuQDYg7L4TMlXppMdVOA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 - prosemirror-gapcursor: 1.3.1 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/pm': 2.0.0-beta.219 dev: false - /@tiptap/extension-hard-break/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-Nr9BXeP+dXS5vLP/C2voTrhl+4YkDHBtPlc+5xm5NPBn04slTGSPO2lgV3YrMsfUOMNXHqeob1lq4qiLF4pybQ==} + /@tiptap/extension-hard-break/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-fc4brhmjKbAFCMJiDf0AdzwIvUuUEvc0z7mF/SE+8njER2OetAcH9zEO7W3gEie9hIbryi8B7oQKNccakDVf+w==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-heading/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-sF271jSWHgtoJLDNFLS7eyUcUStl7mBDQNJIENWVI+lFu2Ax8GmO7AoB74Q6L5Zaw4h73L6TAvaafHIXurz7tA==} + /@tiptap/extension-heading/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-xSR4R1HZJ06zZQu3AlXEyu2nT9ZXZHRW9G6bQ4Dldh0yDfgs4dtdqZOCnoyrRyaZT4Zv+uxtCnEM3PcQxxku1w==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-highlight/2.0.0-beta.202: - resolution: {integrity: sha512-lRsXseZxOz/gATpqMZKIJk61+KeV35cr7UPoRrX4eoImSS0EJEYjjlfnBKeFxju9b1qUv3ui4oq4nvrZ/MDwnw==} + /@tiptap/extension-highlight/2.0.0-beta.219: + resolution: {integrity: sha512-O2jvClnLoV5BUVQPSWrOFMSTxgHGlyBENXEs/Z8Cu/fR+zqoREO6xJchgSrdbYvGnQMmmHqEGnKz7gsoR/Ub2w==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dev: false - /@tiptap/extension-history/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-BLwaOWmFHBQjOonojYHl1Po27IHxgjSAPw+ijMKtKzqa2msJRJevjC4tBaX5s/YrB7PQ2tFE7rfJED4HLjBm6w==} + /@tiptap/extension-history/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: + resolution: {integrity: sha512-0sY1uQB9Eug6frIs7oNu7jIG+IeDxXRfTOENnAyOtuo2MTvmvL2eTbSjh3A6zwrXpronRCnkyN/Wfvpce3+KCg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 - prosemirror-history: 1.3.0 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/pm': 2.0.0-beta.219 dev: false - /@tiptap/extension-horizontal-rule/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-ut2Im/TNQynnuqdoY9yOjMDUKmxn97ERVEpqcQSaIgqBuF6bjk60Wa13ob6oS2g6vqXxwWFrnQVz48A9TcF5FQ==} + /@tiptap/extension-horizontal-rule/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: + resolution: {integrity: sha512-HPEzQAuzqxijPECrIMSEnHHU/P/Un5HRNFrCEYnJ4/SnDK5pxVIndg+jTLOkz3F8Ums0eAlFabys5TsbUvZHaA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 - prosemirror-state: 1.4.2 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/pm': 2.0.0-beta.219 + dev: false + + /@tiptap/extension-italic/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-ZI7LjPP1PAqC0BOjklS5ktaeblM47rwYa88M+z8G4OpVrfSZcd0b2ptUYEFM7Z8Pxe+y/Phhk75l1AJXCzT6gQ==} + peerDependencies: + '@tiptap/core': ^2.0.0-beta.209 + dependencies: + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + dev: false + + /@tiptap/extension-link/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: + resolution: {integrity: sha512-uMkvIn+noP0MISDcKyeLbX8zKkQ+SjdIumeXO4M09qkfaL4S9MsQGz5CAxplZilZCS8zsYDl9qP1WM4oD6YOSA==} + peerDependencies: + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 + dependencies: + '@tiptap/pm': 2.0.0-beta.219 + linkifyjs: 4.1.0 + dev: false + + /@tiptap/extension-list-item/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-6/Sij/HFOppm8SSEXnNdy9qagmdO9lELLqD0wUAY0FOHonONUHpmhI65ZNin9oB77P/Fy1dCH72HHIqyXRlulw==} + peerDependencies: + '@tiptap/core': ^2.0.0-beta.209 + dependencies: + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-italic/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-vgSLy4KDp6AmnAHLHXe/nWeNbLnyUXxmf4U4+esebAV5Hu2F7LgceknFt9D8AGEtYUU+/fYKSeE2NGJgTQG9lA==} + /@tiptap/extension-ordered-list/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-0KHRH8HnWYQLHJF35hbNJbvqVCoiH0CQlqBgGQglvQsn/vCqbqLSaJ063i54ZLYozOq2tIvDB+SmQ8hxXqkOSw==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-link/2.0.0-beta.209: - resolution: {integrity: sha512-X+iPnKWTb8nuZ7xieemPxZOiCQiaQw4z3RVJ7Hz4/T+ujxfxu7MJhBzjyw9htGPmUijyN4zt0NPjZ089yMzAxQ==} + /@tiptap/extension-paragraph/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-Kb8gAE+z+nATE1Js4x4WGy1s4epXQFZUv1gdics2pEddGsVgiSIJrKfPaWKsqvaJ0dk/stTSdRe8J7lFRowR4w==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 - prosemirror-model: ^1.18.1 - prosemirror-state: ^1.4.1 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - linkifyjs: 3.0.5 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-list-item/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-15yAsO+CCM8ievdX4oxg8kMBVFqhzVAw7pU6E8KL76kIwWCIIyVW6hU3VZdglyBVnAG0ws5/DaZ4VRFtVPRDvg==} + /@tiptap/extension-placeholder/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: + resolution: {integrity: sha512-boHMyqhmKKjrRNayhMAcwIHCFGg0tXw6wZ1mC9dL1GyYlKq0LPkvoLUxpE93Gidd63TU3dU+EpTw7/kQauStUg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/pm': 2.0.0-beta.219 dev: false - /@tiptap/extension-ordered-list/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-PpJn8EtS8MLZ4NN9R3crmrivbjTMHjuSE2Ab3Y9TdeR9x9DIF23O/EkunnkPUiBUx6sNADprEWJIQesgpakrtw==} + /@tiptap/extension-strike/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-+RUAENsT4xwIWMTcXtB83RaKisdWuD6Do3fhYs/KvAXnS2QJCELFUDbCZ5OG8TCyNqqQn7474VEEYGO61Isg5w==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-paragraph/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-QI86DMUAz5froDJJXpbFV0I+iSFikjhQ8W5clYDbnrP/clRI/FYxklQ3oxSk4VzGBGB5EaBJf+jD7htLKb39UA==} + /@tiptap/extension-text/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: + resolution: {integrity: sha512-YumchD36ltbzL7+uUnQ23Iz5oHAEG1275ORlyL85Rs1zwWwk4iyAnBuVj6mRCfyCdAnyUp99yP8OKAdUvBV97Q==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - '@tiptap/core': 2.0.0-beta.202 + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 dev: false - /@tiptap/extension-placeholder/2.0.0-beta.202: - resolution: {integrity: sha512-HIJwyhLs7Aq3jH4JRpNlpjFtF7PyoOO6YgqLu2GYhUCVQeVEuqD8zKe8Xphja92cHB5jVLteOspa7FFfWr+9NA==} + /@tiptap/pm/2.0.0-beta.219: + resolution: {integrity: sha512-6hSYpWBz2VymPEiZKfpW8gSj/RGPqKuMUHJHxvaDeoYY9yojEvW7B+D1bKQshaGxqOl5DQgsqzCvWCPKkhLGVg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 dependencies: - prosemirror-model: 1.18.2 + prosemirror-changeset: 2.2.0 + prosemirror-collab: 1.3.0 + prosemirror-commands: 1.5.0 + prosemirror-dropcursor: 1.7.0 + prosemirror-gapcursor: 1.3.1 + prosemirror-history: 1.3.0 + prosemirror-inputrules: 1.2.0 + prosemirror-keymap: 1.2.1 + prosemirror-markdown: 1.10.1 + prosemirror-menu: 1.2.1 + prosemirror-model: 1.19.0 + prosemirror-schema-basic: 1.2.1 + prosemirror-schema-list: 1.2.2 prosemirror-state: 1.4.2 - prosemirror-view: 1.29.1 + prosemirror-tables: 1.3.2 + prosemirror-trailing-node: 2.0.3_5fcjrdljkuxznpmydz7mdgrowq + prosemirror-transform: 1.7.1 + prosemirror-view: 1.30.1 dev: false - /@tiptap/extension-strike/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-cs87UI/VTkmSfIwlHpm7nAPXok2bAQvxmNJ1y7UPzTATVl+ixP1F4aIkwiYk+X7rE/Sys+09PGg1Pr1shwUUkQ==} + /@tiptap/react/2.0.0-beta.219_526pritkfpcaxyqh4zb4zgzw4e: + resolution: {integrity: sha512-F7H4xoxa7wNFREGt+V1pxVCqF9DOy4tw8/in0jRSM8Xy9NnolNaGZNDPKOLXqs1sF/Bvncl2qqCFg5er7HwZRw==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 - dependencies: - '@tiptap/core': 2.0.0-beta.202 - dev: false - - /@tiptap/extension-text/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: - resolution: {integrity: sha512-6UsfU9xvKTxHfZYxVJy5DSQ0ibnhC403KLRQ4ePwpJql0TotBx93/CBfPCVLFEwF86HNhf1fFUCx+j2wuwVxmA==} - peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 - dependencies: - '@tiptap/core': 2.0.0-beta.202 - dev: false - - /@tiptap/react/2.0.0-beta.202_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-K0vjWOhqBFSN68wdIWvfUOer38GbBdOi80cZH7bafZQbka2gD8l6v0qknwM4KxOiq9FpqGBOVmGQs0ukgWGSDA==} - peerDependencies: - '@tiptap/core': ^2.0.0-beta.193 + '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/pm': ^2.0.0-beta.209 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@tiptap/extension-bubble-menu': 2.0.0-beta.202 - '@tiptap/extension-floating-menu': 2.0.0-beta.202 - prosemirror-view: 1.29.1 + '@tiptap/extension-bubble-menu': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/extension-floating-menu': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/pm': 2.0.0-beta.219 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@tiptap/starter-kit/2.0.0-beta.202: - resolution: {integrity: sha512-hmtHgSKMAYtPNA12pa6kPortaKtsz4D6a18KncP26cWkuIwSBZLANls8L7vBISAcbIKRrSizsmqDBoDrFqtQcg==} - dependencies: - '@tiptap/core': 2.0.0-beta.202 - '@tiptap/extension-blockquote': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-bold': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-bullet-list': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-code': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-code-block': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-document': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-dropcursor': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-gapcursor': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-hard-break': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-heading': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-history': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-horizontal-rule': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-italic': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-list-item': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-ordered-list': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-paragraph': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-strike': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu - '@tiptap/extension-text': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + /@tiptap/starter-kit/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: + resolution: {integrity: sha512-9Xr0/Tufsodobznvo6+ZSFBedzSQ8MpnyG+CgWPixF3uHM0BVLyJtEZyRzoVenGwzGcF5X+IHg9UrH+H4WZWzw==} + dependencies: + '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/extension-blockquote': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-bold': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-bullet-list': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-code': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-code-block': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge + '@tiptap/extension-document': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-dropcursor': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge + '@tiptap/extension-gapcursor': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge + '@tiptap/extension-hard-break': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-heading': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-history': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge + '@tiptap/extension-horizontal-rule': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge + '@tiptap/extension-italic': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-list-item': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-ordered-list': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-paragraph': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-strike': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + '@tiptap/extension-text': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki + transitivePeerDependencies: + - '@tiptap/pm' dev: false /@tokenizer/token/0.3.0: @@ -11329,27 +11594,27 @@ packages: resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} engines: {node: '>= 6'} - /@truffle/abi-utils/0.3.4: - resolution: {integrity: sha512-cgFwIEugsRdh/NnLJ5ZKDeShkRx3dz1tl/XgFxChuvMjJ9ymlIB8ixSIRuIXP0jlvOs0O8rNJWEjEnUdW5G/VQ==} + /@truffle/abi-utils/0.3.8: + resolution: {integrity: sha512-RevMtlEuQw9cE2VWzQuvLDSYPCVSZQQUOsaK8ArcwxXct6ugiJCDC7tNouhHzP1Y4ccdZtG2y/XPHQJdzgYdZQ==} dependencies: change-case: 3.0.2 fast-check: 3.1.1 - web3-utils: 1.7.4 + web3-utils: 1.8.2 - /@truffle/blockchain-utils/0.1.4: - resolution: {integrity: sha512-HegAo5A8UX9vE8dtceBRgCY207gOb9wj54c8mNOOWHcFpkyJz7kZYGo44As6Imh10/0hD2j7vHQ56Jf+uszJ3A==} + /@truffle/blockchain-utils/0.1.6: + resolution: {integrity: sha512-SldoNRIFSm3+HMBnSc2jFsu5TWDkCN4X6vL3wrd0t6DIeF7nD6EoPPjxwbFSoqCnkkRxMuZeL6sUx7UMJS/wSA==} - /@truffle/code-utils/3.0.0: - resolution: {integrity: sha512-MHUrOAZYlbmVp+9W2Mmw6vaLteWolkn6AF5iiKUr/j42Bon6CU5gNnc1gvdVoNdO/xsrqKqyoloYNgtZLgMldg==} + /@truffle/code-utils/3.0.2: + resolution: {integrity: sha512-Q4FyYIX9G4GyMa8RJDk19kvgiyGZ1CGEx2RmVcXoCDZqEyiHLzqjvCRp+/fuBz2fv7szO6d+60LO1gLCGS1drQ==} dependencies: cbor: 5.2.0 dev: true - /@truffle/codec/0.14.8: - resolution: {integrity: sha512-UWBV4H7hN16oUAvcDib3fFt0HK3+AfUXibVSM9nCSbvzHUBlBLhsBt74ae7xbJIz8HHjTMgUt4CWKEGDNN+fTQ==} + /@truffle/codec/0.14.15: + resolution: {integrity: sha512-cooWy8blmvYQQRBKgzWJnDUS6mZE9cvnmpVN15jU6TseAQkBtmfYfCH12QCKEWMq2+R4yQICP54WNCYg78g72g==} dependencies: - '@truffle/abi-utils': 0.3.4 - '@truffle/compile-common': 0.9.0 + '@truffle/abi-utils': 0.3.8 + '@truffle/compile-common': 0.9.3 big.js: 6.2.1 bn.js: 5.2.1 cbor: 5.2.0 @@ -11357,73 +11622,76 @@ packages: lodash: 4.17.21 semver: 7.3.7 utf8: 3.0.0 - web3-utils: 1.7.4 + web3-utils: 1.8.2 transitivePeerDependencies: - supports-color - /@truffle/compile-common/0.9.0: - resolution: {integrity: sha512-kpTTU/7ZlQedH6cemCgrqXL4sUjsWAPj7X4LaqQ+KSna3egNJZ6wrKt2kpSYPpCpLihq2IpcBwWar3dTPZ7a5Q==} + /@truffle/compile-common/0.9.3: + resolution: {integrity: sha512-9S86H5DRC0zEj164KeClP/6jVt1M/nRd7St89h6QbuIU0JjpqSz1SXpkvqhbFoV9hhW+4ZGh0NysjrdPlk7gFw==} dependencies: - '@truffle/error': 0.1.1 + '@truffle/error': 0.2.0 colors: 1.4.0 - /@truffle/config/1.3.43: - resolution: {integrity: sha512-j+seGoHc9RLZeGy8lGIieXTgkAPnw8bP51RgvE0hnVp1JwyjmN6KVetrmLNlAvVFo7xE7C06kIl+3sLdgixw6Q==} + /@truffle/config/1.3.52: + resolution: {integrity: sha512-yH4ektrDfcKieJUPjxLq6MIht8mx9eFFv312irUCqzuRD8WtqZp90eB2Wx0CwAKfJ4+4maNCD6vyFShMrdcO8Q==} dependencies: - '@truffle/error': 0.1.1 - '@truffle/events': 0.1.17 - '@truffle/provider': 0.2.63 + '@truffle/error': 0.2.0 + '@truffle/events': 0.1.22 + '@truffle/provider': 0.3.5 conf: 10.2.0 + debug: 4.3.4 find-up: 2.1.0 lodash: 4.17.21 original-require: 1.0.1 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate dev: true optional: true - /@truffle/contract-schema/3.4.10: - resolution: {integrity: sha512-BhRNRoRvlj2th6E5RNS0BnS0ZxQe01JJz8I7MjkGqdeXSvrn6qDCAnbmvhNgUv0l5h8w5+gBOQhAJhILf1shdQ==} + /@truffle/contract-schema/3.4.12: + resolution: {integrity: sha512-XpMMps/bqHwiRuCyLiEEGWEAvGGzGj4u1X1+lzxrtIsrwbQhSZcdgEbXl9vGxOOJWOup3HXRCIsjlao27kS4OA==} dependencies: ajv: 6.12.6 debug: 4.3.4 transitivePeerDependencies: - supports-color - /@truffle/contract/4.6.6: - resolution: {integrity: sha512-8pOlT+V2F9edYx/3qjYHtHPfVqwMSL+Puw6/7fY8mdy9UtlYNWiSCHK4DyvqsS01zRxExNfA9fMJC73IIlTQBw==} + /@truffle/contract/4.6.15: + resolution: {integrity: sha512-3V+50z94XRh+I3axz6Zrot1wlMhRiG2O9XjR20LwR5YBnzHV7YFfOs8x6pluXVLQyxcVJBISJyqxvGxpkecrZg==} dependencies: '@ensdomains/ensjs': 2.1.0 - '@truffle/blockchain-utils': 0.1.4 - '@truffle/contract-schema': 3.4.10 - '@truffle/debug-utils': 6.0.39 - '@truffle/error': 0.1.1 - '@truffle/interface-adapter': 0.5.24 + '@truffle/blockchain-utils': 0.1.6 + '@truffle/contract-schema': 3.4.12 + '@truffle/debug-utils': 6.0.46 + '@truffle/error': 0.2.0 + '@truffle/interface-adapter': 0.5.29 bignumber.js: 7.2.1 debug: 4.3.4 ethers: 4.0.49 - web3: 1.7.4 - web3-core-helpers: 1.7.4 - web3-core-promievent: 1.7.4 - web3-eth-abi: 1.7.4 - web3-utils: 1.7.4 + web3: 1.8.2 + web3-core-helpers: 1.8.2 + web3-core-promievent: 1.8.2 + web3-eth-abi: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate - /@truffle/dashboard-message-bus-client/0.1.8: - resolution: {integrity: sha512-GjCk7iOEMmhRk+h1p558dcGauyqxK2NTCJSizyqQFmYw7NCOU4F2Rqgs3SDBMrksK3BcLuND1TNFzaBs6xYMxA==} + /@truffle/dashboard-message-bus-client/0.1.10: + resolution: {integrity: sha512-r9GpdR96T8xzk2Z3Qq5lowixT6hQwDZ9F3D3oNjOv2AOwBrC7dGkt1Ra1FQRsABn4K7LUVvnjjn6rALlsatAdw==} dependencies: - '@truffle/dashboard-message-bus-common': 0.1.4 + '@truffle/dashboard-message-bus-common': 0.1.5 '@truffle/promise-tracker': 0.1.5 - axios: 0.27.2_debug@4.3.4 + axios: 1.2.4_debug@4.3.4 debug: 4.3.4 delay: 5.0.0 isomorphic-ws: 4.0.1_ws@7.5.9 - node-abort-controller: 3.0.1 + node-abort-controller: 3.1.1 tiny-typed-emitter: 2.1.0 ws: 7.5.9 transitivePeerDependencies: @@ -11433,15 +11701,15 @@ packages: dev: true optional: true - /@truffle/dashboard-message-bus-common/0.1.4: - resolution: {integrity: sha512-R+16jYcr/mxhz5pI+0GAJI14XUvYySLTB650kWubMBrVf4vi4QaIOdAOrx4KxAIA6e/5Nq9j0le59Y2c+xAHYg==} + /@truffle/dashboard-message-bus-common/0.1.5: + resolution: {integrity: sha512-F4RfXi7ymNA3HFOlaujRJxAb3I8ciErCRQq+MZVaqjSPF9LSw23IizZsGpLaY43K2bGoBSxyNQRZWxsUEBujPQ==} dev: true optional: true - /@truffle/db-loader/0.2.5: - resolution: {integrity: sha512-Gwr5GGb0kPqeqVZfako8Vc0gvNsbpFx6STrizsoo9VUCq7ARpO3lbxvNAZtBKyioFxqdaOAEY3X2dKv3yrovRQ==} + /@truffle/db-loader/0.2.17: + resolution: {integrity: sha512-oVDZ3vlYopbUwkHl9sYpF3T//P2diJMwDWYWK3oSg7uEpLm4uroAK8MyrOpLW5XAsIUn+Z4BLS3JGMwQd8aI2Q==} optionalDependencies: - '@truffle/db': 2.0.5 + '@truffle/db': 2.0.17 transitivePeerDependencies: - bufferutil - encoding @@ -11449,15 +11717,15 @@ packages: - utf-8-validate dev: true - /@truffle/db/2.0.5: - resolution: {integrity: sha512-tHutgNFy1XeH+9sn3cOvrSrtZ8iCqO37rEWt0b7FsHvYA95o3NRKwt/7b5sB3aAITMPpYbttaGPL/kyhJrl0ZA==} + /@truffle/db/2.0.17: + resolution: {integrity: sha512-7vO595WwvE2Tjp6p4rFmr4Q4d5qJFM4fhAsUBHzfVpWlz0szBsSnzn2RK5/NSS4Rqqp8HLBcfuRShuYFqajx0w==} requiresBuild: true dependencies: '@graphql-tools/delegate': 8.8.1_graphql@15.8.0 '@graphql-tools/schema': 8.5.1_graphql@15.8.0 - '@truffle/abi-utils': 0.3.4 - '@truffle/code-utils': 3.0.0 - '@truffle/config': 1.3.43 + '@truffle/abi-utils': 0.3.8 + '@truffle/code-utils': 3.0.2 + '@truffle/config': 1.3.52 abstract-leveldown: 7.2.0 apollo-server: 3.11.1_graphql@15.8.0 debug: 4.3.4 @@ -11471,7 +11739,7 @@ packages: pouchdb-adapter-memory: 7.3.1 pouchdb-debug: 7.2.1 pouchdb-find: 7.3.1 - web3-utils: 1.7.4 + web3-utils: 1.8.2 transitivePeerDependencies: - bufferutil - encoding @@ -11480,24 +11748,24 @@ packages: dev: true optional: true - /@truffle/debug-utils/6.0.39: - resolution: {integrity: sha512-g89ZAeywWldEEAS+yonjXcgiJUxEQzLQqRGIrVEMiVI9/B8U7A7KBgnLWqew7LtQfo1h1iifUM0aOt4mKrYicQ==} + /@truffle/debug-utils/6.0.46: + resolution: {integrity: sha512-MWko3c1M0NI8IT0yNh8Dh2xoDgR2R1apP8hc/9VsR/4Q7P6OE/578WRpZnvo2HWXYBiJ2PrWBDtMYBHntImrrA==} dependencies: - '@truffle/codec': 0.14.8 + '@truffle/codec': 0.14.15 '@trufflesuite/chromafi': 3.0.0 bn.js: 5.2.1 chalk: 2.4.2 debug: 4.3.4 - highlightjs-solidity: 2.0.5 + highlightjs-solidity: 2.0.6 transitivePeerDependencies: - supports-color - /@truffle/debugger/11.0.16: - resolution: {integrity: sha512-1ZLiqtlRyMrmS+K7DtdlDdkok0IqD2X6hJ51zumlfyPIDSFS+4/Oz0vjETPeY8Cs16rlGwUQ8qyFE2FzYlNnJA==} + /@truffle/debugger/11.0.28: + resolution: {integrity: sha512-0AN7GjwXTDHGzdx9H3+5JTRtSsCy0T4C+QoJ/iOUpT5palzxIykMEB064afu9TUo/jLtLNOR29pQSmmTKW6d7w==} dependencies: - '@truffle/abi-utils': 0.3.4 - '@truffle/codec': 0.14.8 - '@truffle/source-map-utils': 1.3.100 + '@truffle/abi-utils': 0.3.8 + '@truffle/codec': 0.14.15 + '@truffle/source-map-utils': 1.3.107 bn.js: 5.2.1 debug: 4.3.4 json-pointer: 0.6.2 @@ -11507,10 +11775,11 @@ packages: redux-saga: 1.0.0 reselect-tree: 1.3.7 semver: 7.3.7 - web3: 1.7.4 - web3-eth-abi: 1.7.4 + web3: 1.8.2 + web3-eth-abi: 1.8.2 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate dev: true @@ -11518,14 +11787,17 @@ packages: /@truffle/error/0.1.1: resolution: {integrity: sha512-sE7c9IHIGdbK4YayH4BC8i8qMjoAOeg6nUXUDZZp8wlU21/EMpaG+CLx+KqcIPyR+GSWIW3Dm0PXkr2nlggFDA==} - /@truffle/events/0.1.17: - resolution: {integrity: sha512-WNMKka2hzAMD4N35ZpNfsrA4ZervAPzbkg/SEgqWD7//QgjzUGhWSoF4JxWZm8mVX7yVQhz3wAaiuyoR/Lu39g==} + /@truffle/error/0.2.0: + resolution: {integrity: sha512-Fe0/z4WWb7IP2gBnv3l6zqP87Y0kSMs7oiSLakKJq17q3GUunrHSdioKuNspdggxkXIBhEQLhi8C+LJdwmHKWQ==} + + /@truffle/events/0.1.22: + resolution: {integrity: sha512-WBEfaQ5zagS3J1M66J8wQ8N1As/EnBjLQsRlCCFs3/KbmeWhsoalVZ5Effhe0Vxd+e+k7lvwbloQBdS6roc+wg==} dependencies: - '@truffle/dashboard-message-bus-client': 0.1.8 - '@truffle/spinners': 0.2.2 + '@truffle/dashboard-message-bus-client': 0.1.10 + '@truffle/spinners': 0.2.3 debug: 4.3.4 emittery: 0.4.1 - web3-utils: 1.7.4 + web3-utils: 1.8.2 transitivePeerDependencies: - bufferutil - supports-color @@ -11552,14 +11824,15 @@ packages: - utf-8-validate dev: false - /@truffle/interface-adapter/0.5.24: - resolution: {integrity: sha512-c4nFMnzSuE//xUd16CDc7mjx1NVe5kEDoid/utsma5JPg+AxnOkD4j1QGl7xMqCwQVARLF53FfQzt4DFmZcznQ==} + /@truffle/interface-adapter/0.5.29: + resolution: {integrity: sha512-6UlJ+f87z7y/dWk9UfbIU+4e80iRsp8h03LEiE5B+PvZbr6cuMjLJUBtBBQZMo3+xrIcS/2u3p5hOxW8OJm8tw==} dependencies: bn.js: 5.2.1 ethers: 4.0.49 - web3: 1.7.4 + web3: 1.8.2 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate @@ -11568,35 +11841,36 @@ packages: dev: true optional: true - /@truffle/provider/0.2.63: - resolution: {integrity: sha512-u7dUBpvWfBq3scMmqC/pTW/jFMH2714XEvqbCY7leWXrBWJjzn8cZgxeyqhSLBaZMYp3n8iugj6kvrRMnk683g==} + /@truffle/provider/0.3.5: + resolution: {integrity: sha512-Df55yLshSnEEFrbGKqKrAbW5hzlbZOZ1EC5hucBmoYLeN1Ar1D3InSUbEg9rA29ip2LsmmJZ5QGmQQ4oYaAPfQ==} dependencies: - '@truffle/error': 0.1.1 - '@truffle/interface-adapter': 0.5.24 + '@truffle/error': 0.2.0 + '@truffle/interface-adapter': 0.5.29 debug: 4.3.4 - web3: 1.7.4 + web3: 1.8.2 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate dev: true optional: true - /@truffle/source-map-utils/1.3.100: - resolution: {integrity: sha512-HRx+C4BQcFpClzcmLnc/G14gtTua7iFvpuJkQH3OcucqCA2N2TgufK4S7wV4QMgORxHnmQW8OVXWjUFNQB+GDw==} + /@truffle/source-map-utils/1.3.107: + resolution: {integrity: sha512-R82cl+I2rpIvJciomfqAq4w5niywymgFIHqbhl0v6srrtn3roksrtIq5R/dXJSaMv4o0C5E6sxZ1IMy3E3+ahw==} dependencies: - '@truffle/code-utils': 3.0.0 - '@truffle/codec': 0.14.8 + '@truffle/code-utils': 3.0.2 + '@truffle/codec': 0.14.15 debug: 4.3.4 json-pointer: 0.6.2 node-interval-tree: 1.3.3 - web3-utils: 1.7.4 + web3-utils: 1.8.2 transitivePeerDependencies: - supports-color dev: true - /@truffle/spinners/0.2.2: - resolution: {integrity: sha512-6srCpV5MykkROtkj+ak5YX0GexAVuw+AB+lZIQxWLGP3i75pfJer7vL2nnqgr0madaAUuIixb7A2NJDFx3lOdg==} + /@truffle/spinners/0.2.3: + resolution: {integrity: sha512-YnaQ+oBRQ1I1+/P18i8oSW4orUYi6vwpZQxauEZ5X0L8atjKq+RWdiNaza6J6L+KOLunXM4+pWxnNzuUmxlJZw==} dependencies: '@trufflesuite/spinnies': 0.1.1 dev: true @@ -11698,7 +11972,7 @@ packages: ethereumjs-vm: 2.6.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - readable-stream: 2.3.7 + readable-stream: 2.3.8 request: 2.88.2 semaphore: 1.1.0 ws: 5.2.3 @@ -11744,19 +12018,7 @@ packages: typechain: 7.0.0 dev: true - /@typechain/hardhat/5.0.0_2cdjpxbsuy23zbev5obsi6cfwa: - resolution: {integrity: sha512-Pqk+KdREbU6Uk3en1Z5caQpWt2bKU+KTOi+6dZwcIXJpF1wKoAwF1cbaYSQEzrG4BSUTM1rHQhW5JHSfeqpsAg==} - peerDependencies: - hardhat: ^2.0.10 - lodash: ^4.17.15 - typechain: ^7.0.0 - dependencies: - fs-extra: 9.1.0 - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka - typechain: 7.0.0_typescript@4.8.4 - dev: true - - /@typechain/hardhat/5.0.0_taarhvobromabt46lxuklrzwey: + /@typechain/hardhat/5.0.0_tt5moczacr2ojfopbnqbauqwui: resolution: {integrity: sha512-Pqk+KdREbU6Uk3en1Z5caQpWt2bKU+KTOi+6dZwcIXJpF1wKoAwF1cbaYSQEzrG4BSUTM1rHQhW5JHSfeqpsAg==} peerDependencies: hardhat: ^2.0.10 @@ -11764,14 +12026,14 @@ packages: typechain: ^7.0.0 dependencies: fs-extra: 9.1.0 - hardhat: 2.12.2 - typechain: 7.0.0 + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi + typechain: 7.0.0_typescript@4.9.5 dev: true /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: true optional: true @@ -11779,6 +12041,10 @@ packages: resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==} dev: true + /@types/aria-query/5.0.1: + resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} + dev: true + /@types/async-eventemitter/0.2.1: resolution: {integrity: sha512-M2P4Ng26QbAeITiH7w1d7OxtldgfAe0wobpyJzVK/XOb0cUGKU2R4pfAhqcJBXAe2ife5ZOhSv4wk7p+ffURtg==} @@ -11786,30 +12052,30 @@ packages: resolution: {integrity: sha512-pkPtJUUY+Vwv6B1inAz55rQvivClHJxc9aVEPPmaq2cbyeMLCiDpbKpcKyX4LAwpNGi+SHBv0tHv6+0gXv0P2A==} dev: true - /@types/babel__core/7.1.20: - resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} + /@types/babel__core/7.20.0: + resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.18.2 + '@types/babel__traverse': 7.18.3 /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.20.3 - '@babel/types': 7.20.2 + '@babel/parser': 7.21.2 + '@babel/types': 7.21.2 - /@types/babel__traverse/7.18.2: - resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} + /@types/babel__traverse/7.18.3: + resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.21.2 /@types/babylon/6.16.6: resolution: {integrity: sha512-G4yqdVlhr6YhzLXFKy5F7HtRBU8Y23+iWy7UKthMq/OSQnL1hbsoeXESQ2LY8zEDlknipDG3nRGhUC9tkwvy/w==} @@ -11821,35 +12087,35 @@ packages: resolution: {integrity: sha512-0DH7aPGCClywOFaxxjE6UwpN2kQYe9LwuDQMv+zYA97j5GkOMo8e66LYT+a8JYU7jfmUFRZLa9KycxHDsKXJCA==} deprecated: This is a stub types definition for bignumber.js (https://github.com/MikeMcl/bignumber.js/). bignumber.js provides its own type definitions, so you don't need @types/bignumber.js installed! dependencies: - bignumber.js: 9.1.0 + bignumber.js: 9.1.1 /@types/bn.js/4.11.6: resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/bn.js/5.1.1: resolution: {integrity: sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.13 /@types/body-parser/1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/cacheable-request/6.0.3: resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.11.9 + '@types/node': 18.14.2 '@types/responselike': 1.0.0 /@types/chai/4.3.4: @@ -11858,19 +12124,19 @@ packages: /@types/concat-stream/1.6.1: resolution: {integrity: sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 8.10.66 dev: true /@types/connect-history-api-fallback/1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: - '@types/express-serve-static-core': 4.17.31 - '@types/node': 18.11.9 + '@types/express-serve-static-core': 4.17.33 + '@types/node': 18.14.2 /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 12.20.55 /@types/cors/2.8.12: resolution: {integrity: sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==} @@ -11890,17 +12156,17 @@ packages: /@types/dns-packet/5.2.4: resolution: {integrity: sha512-OAruArypdNxR/tzbmrtoyEuXeNTLaZCpO19BXaNC10T5ACIbvjmvhmV2RDEy2eLc3w8IjK7SY3cvUCcAW+sfoQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: false /@types/eslint-scope/3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.4.10 - '@types/estree': 1.0.0 + '@types/eslint': 8.21.1 + '@types/estree': 0.0.51 - /@types/eslint/8.4.10: - resolution: {integrity: sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==} + /@types/eslint/8.21.1: + resolution: {integrity: sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==} dependencies: '@types/estree': 1.0.0 '@types/json-schema': 7.0.11 @@ -11917,7 +12183,16 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 + '@types/qs': 6.9.7 + '@types/range-parser': 1.2.4 + dev: true + optional: true + + /@types/express-serve-static-core/4.17.33: + resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} + dependencies: + '@types/node': 12.20.55 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -11925,34 +12200,44 @@ packages: resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.31 + '@types/express-serve-static-core': 4.17.33 '@types/qs': 6.9.7 - '@types/serve-static': 1.15.0 + '@types/serve-static': 1.15.1 + dev: true + optional: true + + /@types/express/4.17.17: + resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} + dependencies: + '@types/body-parser': 1.19.2 + '@types/express-serve-static-core': 4.17.33 + '@types/qs': 6.9.7 + '@types/serve-static': 1.15.1 /@types/form-data/0.0.33: resolution: {integrity: sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 8.10.66 dev: true /@types/glob/7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: true - /@types/glob/8.0.0: - resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} + /@types/glob/8.1.0: + resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: true - /@types/graceful-fs/4.1.5: - resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} + /@types/graceful-fs/4.1.6: + resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/hast/2.3.4: resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==} @@ -11967,7 +12252,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.28 hoist-non-react-statics: 3.3.2 dev: false @@ -11981,10 +12266,10 @@ packages: /@types/http-cache-semantics/4.0.1: resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==} - /@types/http-proxy/1.17.9: - resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} + /@types/http-proxy/1.17.10: + resolution: {integrity: sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/is-function/1.0.1: resolution: {integrity: sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==} @@ -12019,16 +12304,16 @@ packages: /@types/jsonexport/3.0.2: resolution: {integrity: sha512-VrWj30OihopTEE7jDiXO1IbrCF+iNiKi9eLtz03RsazWQCyp1rsMlap1W0V1xjT6ULiilKZP4qXYoWFADnMn8A==} dependencies: - '@types/node': 18.11.9 + '@types/node': 16.18.13 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 - /@types/lodash/4.14.188: - resolution: {integrity: sha512-zmEmF5OIM3rb7SbLCFYoQhO4dGt2FRM9AMkxvA3LaADOF1n8in/zGJlWji9fmafLoNyz+FoL6FE0SLtGIArD7w==} + /@types/lodash/4.14.191: + resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} dev: true /@types/long/4.0.2: @@ -12061,7 +12346,7 @@ packages: /@types/mkdirp/0.5.2: resolution: {integrity: sha512-U5icWpv7YnZYGsN4/cmh3WD2onMY0aJIiTE6+51TwJCttdHvtCYmkBNOobHlXwrJRL0nkH9jH4kD+1FAdMN4Tg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: false /@types/ms/0.7.31: @@ -12072,13 +12357,13 @@ packages: resolution: {integrity: sha512-A2PmB8MRcNVEkw6wzGT5rtBHqyHOVjiRMkJH+zpJKXipSi+GGkHg6JjNFApDiYK9WefJqkVG0taln1VMl4TGfw==} dependencies: '@types/dns-packet': 5.2.4 - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: false /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 form-data: 3.0.1 dev: true @@ -12089,14 +12374,14 @@ packages: /@types/node/12.20.55: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - /@types/node/14.18.33: - resolution: {integrity: sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==} + /@types/node/14.18.36: + resolution: {integrity: sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==} - /@types/node/16.18.3: - resolution: {integrity: sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==} + /@types/node/16.18.13: + resolution: {integrity: sha512-l0/3XZ153UTlNOnZK8xSNoJlQda9/WnYgiTdcKKPJSZjdjI9MU+A9oMXOesAWLSnqAaaJhj3qfQsU07Dr8OUwg==} - /@types/node/18.11.9: - resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} + /@types/node/18.14.2: + resolution: {integrity: sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==} /@types/node/8.10.66: resolution: {integrity: sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==} @@ -12109,6 +12394,14 @@ packages: resolution: {integrity: sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==} dev: true + /@types/object.omit/3.0.0: + resolution: {integrity: sha512-I27IoPpH250TUzc9FzXd0P1BV/BMJuzqD3jOz98ehf9dQqGkxlq+hO1bIqZGWqCg5bVOy0g4AUVJtnxe0klDmw==} + dev: false + + /@types/object.pick/1.3.2: + resolution: {integrity: sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg==} + dev: false + /@types/parse-json/4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} @@ -12119,14 +12412,14 @@ packages: /@types/pbkdf2/3.1.0: resolution: {integrity: sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 - /@types/phoenix/1.5.4: - resolution: {integrity: sha512-L5eZmzw89eXBKkiqVBcJfU1QGx9y+wurRIEgt0cuLH0hwNtVUxtx+6cu0R2STwWj468sjXyBYPYDtGclUd1kjQ==} + /@types/phoenix/1.5.5: + resolution: {integrity: sha512-1eWWT19k0L4ZiTvdXjAvJ9KvW0B8SdiVftQmFPJGTEx78Q4PCSIQDpz+EfkFVR1N4U9gREjlW4JXL8YCIlY0bw==} dev: false - /@types/prettier/2.7.1: - resolution: {integrity: sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==} + /@types/prettier/2.7.2: + resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} /@types/pretty-hrtime/1.0.1: resolution: {integrity: sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==} @@ -12139,26 +12432,28 @@ packages: /@types/prop-types/15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/puppeteer-core/5.4.0: + /@types/puppeteer-core/5.4.0_typescript@4.9.5: resolution: {integrity: sha512-yqRPuv4EFcSkTyin6Yy17pN6Qz2vwVwTCJIDYMXbE3j8vTPhv0nCQlZOl5xfi0WHUkqvQsjAR8hAfjeMCoetwg==} dependencies: - '@types/puppeteer': 7.0.4 + '@types/puppeteer': 7.0.4_typescript@4.9.5 transitivePeerDependencies: - bufferutil - encoding - supports-color + - typescript - utf-8-validate dev: true - /@types/puppeteer/7.0.4: + /@types/puppeteer/7.0.4_typescript@4.9.5: resolution: {integrity: sha512-ja78vquZc8y+GM2al07GZqWDKQskQXygCDiu0e3uO0DMRKqE0MjrFBFmTulfPYzLB6WnL7Kl2tFPy0WXSpPomg==} deprecated: This is a stub types definition. puppeteer provides its own type definitions, so you do not need this installed. dependencies: - puppeteer: 19.2.2 + puppeteer: 19.7.2_typescript@4.9.5 transitivePeerDependencies: - bufferutil - encoding - supports-color + - typescript - utf-8-validate dev: true @@ -12175,7 +12470,7 @@ packages: resolution: {integrity: sha512-20uzZsIf4moPAjjHDfPvH8UaOHZBxrkiQZoLS3wgKq8Xhp+95gdercLEdoA7/I8nR9R5Jz2qQkdMIM+Lq4AS1A==} dependencies: '@popperjs/core': 2.11.6 - '@types/react': 18.0.25 + '@types/react': 18.0.28 date-fns: 2.29.3 react-popper: 2.3.0_r6q5zrenym2zg7je7hgi674bti transitivePeerDependencies: @@ -12183,28 +12478,28 @@ packages: - react-dom dev: false - /@types/react-dom/18.0.8: - resolution: {integrity: sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==} + /@types/react-dom/18.0.11: + resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} dependencies: - '@types/react': 18.0.25 + '@types/react': 18.0.28 /@types/react-router-dom/5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.25 - '@types/react-router': 5.1.19 + '@types/react': 18.0.28 + '@types/react-router': 5.1.20 dev: true - /@types/react-router/5.1.19: - resolution: {integrity: sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==} + /@types/react-router/5.1.20: + resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.25 + '@types/react': 18.0.28 dev: true - /@types/react/18.0.25: - resolution: {integrity: sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==} + /@types/react/18.0.28: + resolution: {integrity: sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -12213,18 +12508,18 @@ packages: /@types/resolve/0.0.8: resolution: {integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: false /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -12239,7 +12534,7 @@ packages: /@types/secp256k1/4.0.3: resolution: {integrity: sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/seedrandom/3.0.1: resolution: {integrity: sha512-giB9gzDeiCeloIXDgzFBCgjj1k4WxcDrZtGl6h1IqmUPlxF+Nx8Ve+96QCyDZ/HseB/uvDsKbpib9hU5cU53pw==} @@ -12251,13 +12546,13 @@ packages: /@types/serve-index/1.9.1: resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==} dependencies: - '@types/express': 4.17.14 + '@types/express': 4.17.17 - /@types/serve-static/1.15.0: - resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} + /@types/serve-static/1.15.1: + resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/sinonjs__fake-timers/8.1.1: resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==} @@ -12270,7 +12565,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/source-list-map/0.1.2: resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==} @@ -12283,7 +12578,7 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.25 + '@types/react': 18.0.28 csstype: 3.1.1 dev: false @@ -12304,8 +12599,12 @@ packages: '@types/jest': 27.5.2 dev: true - /@types/trusted-types/2.0.2: - resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} + /@types/throttle-debounce/2.1.0: + resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} + dev: false + + /@types/trusted-types/2.0.3: + resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} /@types/uglify-js/3.17.1: resolution: {integrity: sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==} @@ -12323,7 +12622,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -12331,40 +12630,40 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 - anymatch: 3.1.2 + anymatch: 3.1.3 source-map: 0.6.1 dev: true /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: false - /@types/ws/8.5.3: - resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} + /@types/ws/8.5.4: + resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 /@types/yargs-parser/21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} - /@types/yargs/15.0.14: - resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} + /@types/yargs/15.0.15: + resolution: {integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==} dependencies: '@types/yargs-parser': 21.0.0 - /@types/yargs/16.0.4: - resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} + /@types/yargs/16.0.5: + resolution: {integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==} dependencies: '@types/yargs-parser': 21.0.0 - /@types/yargs/17.0.13: - resolution: {integrity: sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==} + /@types/yargs/17.0.22: + resolution: {integrity: sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==} dependencies: '@types/yargs-parser': 21.0.0 @@ -12372,38 +12671,12 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 dev: true optional: true - /@typescript-eslint/eslint-plugin/4.33.0_xspifk7brbsnyg562jkgvazaje: - resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - '@typescript-eslint/parser': ^4.0.0 - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/experimental-utils': 4.33.0_yfqovispp7u7jaktymfaqwl2py - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/scope-manager': 4.33.0 - debug: 4.3.4 - eslint: 7.32.0 - functional-red-black-tree: 1.0.1 - ignore: 5.2.0 - regexpp: 3.2.0 - semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@typescript-eslint/eslint-plugin/5.43.0_a2qhxslrsoaoxxmyjfllcpczu4: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} + /@typescript-eslint/eslint-plugin/5.54.0_6mj2wypvdnknez7kws2nfdgupi: + resolution: {integrity: sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -12413,23 +12686,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_eslint@8.30.0 - '@typescript-eslint/utils': 5.43.0_eslint@8.30.0 + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/type-utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu debug: 4.3.4 - eslint: 8.30.0 - ignore: 5.2.0 + eslint: 8.35.0 + grapheme-splitter: 1.0.4 + ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/eslint-plugin/5.43.0_hmgauvpilpngxavub5wxagrx34: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} + /@typescript-eslint/eslint-plugin/5.54.0_ajyizmi44oc3hrc35l6ndh7p4e: + resolution: {integrity: sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -12439,86 +12713,49 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.54.0_eslint@8.35.0 + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/type-utils': 5.54.0_eslint@8.35.0 + '@typescript-eslint/utils': 5.54.0_eslint@8.35.0 debug: 4.3.4 - eslint: 8.30.0 - ignore: 5.2.0 + eslint: 8.35.0 + grapheme-splitter: 1.0.4 + ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 - transitivePeerDependencies: - - supports-color - - /@typescript-eslint/experimental-utils/4.33.0_yfqovispp7u7jaktymfaqwl2py: - resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - eslint: '*' - dependencies: - '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 4.33.0 - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.4 - eslint: 7.32.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.32.0 + tsutils: 3.21.0 transitivePeerDependencies: - supports-color - - typescript - dev: false + dev: true - /@typescript-eslint/experimental-utils/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==} + /@typescript-eslint/experimental-utils/5.54.0_jofidmxrjzhj7l6vknpw5ecvfe: + resolution: {integrity: sha512-rRYECOTh5V3iWsrOzXi7h1jp3Bi9OkJHrb3wECi3DVqMGTilo9wAYmCbT+6cGdrzUY3MWcAa2mESM6FMik6tVw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 + '@typescript-eslint/utils': 5.54.0_jofidmxrjzhj7l6vknpw5ecvfe + eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript + dev: true - /@typescript-eslint/experimental-utils/5.43.0_yfqovispp7u7jaktymfaqwl2py: - resolution: {integrity: sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==} + /@typescript-eslint/experimental-utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-rRYECOTh5V3iWsrOzXi7h1jp3Bi9OkJHrb3wECi3DVqMGTilo9wAYmCbT+6cGdrzUY3MWcAa2mESM6FMik6tVw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.43.0_yfqovispp7u7jaktymfaqwl2py - eslint: 7.32.0 + '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 transitivePeerDependencies: - supports-color - typescript - dev: true - - /@typescript-eslint/parser/4.33.0_yfqovispp7u7jaktymfaqwl2py: - resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/scope-manager': 4.33.0 - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.4 - debug: 4.3.4 - eslint: 7.32.0 - typescript: 4.9.4 - transitivePeerDependencies: - - supports-color - dev: false - /@typescript-eslint/parser/5.43.0_eslint@8.30.0: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} + /@typescript-eslint/parser/5.54.0_eslint@8.35.0: + resolution: {integrity: sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -12527,17 +12764,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0 + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/typescript-estree': 5.54.0 debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.35.0 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} + /@typescript-eslint/parser/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -12546,32 +12783,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.30.0 - typescript: 4.9.4 + eslint: 8.35.0 + typescript: 4.9.5 transitivePeerDependencies: - supports-color - /@typescript-eslint/scope-manager/4.33.0: - resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 - dev: false - - /@typescript-eslint/scope-manager/5.43.0: - resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} + /@typescript-eslint/scope-manager/5.54.0: + resolution: {integrity: sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/visitor-keys': 5.54.0 - /@typescript-eslint/type-utils/5.43.0_eslint@8.30.0: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} + /@typescript-eslint/type-utils/5.54.0_eslint@8.35.0: + resolution: {integrity: sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -12580,17 +12809,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0 - '@typescript-eslint/utils': 5.43.0_eslint@8.30.0 + '@typescript-eslint/typescript-estree': 5.54.0 + '@typescript-eslint/utils': 5.54.0_eslint@8.35.0 debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.35.0 tsutils: 3.21.0 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} + /@typescript-eslint/type-utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -12599,47 +12828,21 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 - '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 + '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu debug: 4.3.4 - eslint: 8.30.0 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + eslint: 8.35.0 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color - /@typescript-eslint/types/4.33.0: - resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dev: false - - /@typescript-eslint/types/5.43.0: - resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} + /@typescript-eslint/types/5.54.0: + resolution: {integrity: sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.9.4: - resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@typescript-eslint/typescript-estree/5.43.0: - resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} + /@typescript-eslint/typescript-estree/5.54.0: + resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -12647,8 +12850,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/visitor-keys': 5.54.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -12658,8 +12861,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.43.0_typescript@4.9.4: - resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} + /@typescript-eslint/typescript-estree/5.54.0_typescript@4.9.5: + resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -12667,89 +12870,81 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/visitor-keys': 5.54.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.4 - typescript: 4.9.4 + tsutils: 3.21.0_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: - supports-color - /@typescript-eslint/utils/5.43.0_eslint@8.30.0: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.54.0_eslint@8.35.0: + resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0 - eslint: 8.30.0 + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/typescript-estree': 5.54.0 + eslint: 8.35.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.35.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.54.0_jofidmxrjzhj7l6vknpw5ecvfe: + resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 - eslint: 8.30.0 + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 + eslint: 7.32.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@7.32.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript + dev: true - /@typescript-eslint/utils/5.43.0_yfqovispp7u7jaktymfaqwl2py: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 - eslint: 7.32.0 + '@typescript-eslint/scope-manager': 5.54.0 + '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 + eslint: 8.35.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.32.0 + eslint-utils: 3.0.0_eslint@8.35.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript - dev: true - - /@typescript-eslint/visitor-keys/4.33.0: - resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dependencies: - '@typescript-eslint/types': 4.33.0 - eslint-visitor-keys: 2.1.0 - dev: false - /@typescript-eslint/visitor-keys/5.43.0: - resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} + /@typescript-eslint/visitor-keys/5.54.0: + resolution: {integrity: sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/types': 5.54.0 eslint-visitor-keys: 3.3.0 /@uiw/react-markdown-preview/1.0.9_biqbaboplfbrettd7655fr4n2y: @@ -12772,19 +12967,15 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 '@uiw/react-markdown-preview': 1.0.9_biqbaboplfbrettd7655fr4n2y classnames: 2.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@ungap/promise-all-settled/1.1.2: - resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} - dev: true - - /@uniswap/token-lists/1.0.0-beta.30: - resolution: {integrity: sha512-HwY2VvkQ8lNR6ks5NqQfAtg+4IZqz3KV1T8d2DlI8emIn9uMmaoFbIOg0nzjqAVKKnZSbMTRRtUoAh6mmjRvog==} + /@uniswap/token-lists/1.0.0-beta.31: + resolution: {integrity: sha512-BQVoelKCRf64IToPEs1wxiXOnhr/ukwPOF78XG11PrTAOL4F8umjYKFb8ZPv1/dIJsPaC7GhLSriEqyp94SasQ==} engines: {node: '>=10'} dev: false @@ -12806,7 +12997,7 @@ packages: resolution: {integrity: sha512-iirJNv92A1ZWxoOHHDYW/1KPoi83939o83iUBQHIim0i3tMeSKEh+bxhJdTHQ86Mr4uXx9xGUTq69cp52ZP8Xw==} dev: false - /@wagmi/core/0.6.12_l6oqucmc5jtfqjjxnxweiskzai: + /@wagmi/core/0.6.12_ionnkfz4j47fjbjwuzekiofhg4: resolution: {integrity: sha512-RYwjfzFlZ8cljrlZ6+monaWKmtVQYALutlrESP/CYklGg+3DAjwv7n95EU5gS7Y9mvZbiLKZxg4XjFB3mVohfA==} peerDependencies: '@coinbase/wallet-sdk': '>=3.3.0' @@ -12818,19 +13009,19 @@ packages: '@walletconnect/ethereum-provider': optional: true dependencies: - '@coinbase/wallet-sdk': 3.5.4 + '@coinbase/wallet-sdk': 3.6.4 '@walletconnect/ethereum-provider': 1.8.0 - abitype: 0.1.8_typescript@4.9.4 + abitype: 0.1.8_typescript@4.9.5 ethers: 5.7.2 eventemitter3: 4.0.7 - zustand: 4.1.4_react@18.2.0 + zustand: 4.3.4_react@18.2.0 transitivePeerDependencies: - immer - react - typescript dev: false - /@wagmi/core/0.7.9_2zmba3zh2lo2ye5dzgeckiacfa: + /@wagmi/core/0.7.9_g3fphb2knf3gjv43r4lorflusm: resolution: {integrity: sha512-97KCELUP5Q1AagRyE7SmpLh4/v3xdcy/XMbybLvvtQbgmi3y5oEzy4h/wJMY1hEZlmicqyWZAHHm6xIr1tP5HA==} peerDependencies: '@coinbase/wallet-sdk': '>=3.3.0' @@ -12842,10 +13033,10 @@ packages: '@walletconnect/ethereum-provider': optional: true dependencies: - abitype: 0.1.8_typescript@4.9.4 + abitype: 0.1.8_typescript@4.9.5 ethers: 5.7.2 eventemitter3: 4.0.7 - zustand: 4.1.4_react@18.2.0 + zustand: 4.3.4_react@18.2.0 transitivePeerDependencies: - immer - react @@ -12863,6 +13054,7 @@ packages: /@walletconnect/client/1.8.0: resolution: {integrity: sha512-svyBQ14NHx6Cs2j4TpkQaBI/2AF4+LXz64FojTjMtV4VMMhl81jSO1vNeg+yYhQzvjcGH/GpSwixjyCW0xFBOQ==} + deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/core': 1.8.0 '@walletconnect/iso-crypto': 1.8.0 @@ -12874,6 +13066,7 @@ packages: /@walletconnect/client/1.8.0_3cxu5zja4e2r5wmvge7mdcljwq: resolution: {integrity: sha512-svyBQ14NHx6Cs2j4TpkQaBI/2AF4+LXz64FojTjMtV4VMMhl81jSO1vNeg+yYhQzvjcGH/GpSwixjyCW0xFBOQ==} + deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/core': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq '@walletconnect/iso-crypto': 1.8.0 @@ -12905,30 +13098,35 @@ packages: - utf-8-validate dev: false - /@walletconnect/crypto/1.0.2: - resolution: {integrity: sha512-+OlNtwieUqVcOpFTvLBvH+9J9pntEqH5evpINHfVxff1XIgwV55PpbdvkHu6r9Ib4WQDOFiD8OeeXs1vHw7xKQ==} + /@walletconnect/crypto/1.0.3: + resolution: {integrity: sha512-+2jdORD7XQs76I2Odgr3wwrtyuLUXD/kprNVsjWRhhhdO9Mt6WqVzOPu0/t7OHSmgal8k7SoBQzUc5hu/8zL/g==} dependencies: - '@walletconnect/encoding': 1.0.1 - '@walletconnect/environment': 1.0.0 - '@walletconnect/randombytes': 1.0.2 + '@walletconnect/encoding': 1.0.2 + '@walletconnect/environment': 1.0.1 + '@walletconnect/randombytes': 1.0.3 aes-js: 3.1.2 hash.js: 1.1.7 + tslib: 1.14.1 - /@walletconnect/encoding/1.0.1: - resolution: {integrity: sha512-8opL2rs6N6E3tJfsqwS82aZQDL3gmupWUgmvuZ3CGU7z/InZs3R9jkzH8wmYtpbq0sFK3WkJkQRZFFk4BkrmFA==} + /@walletconnect/encoding/1.0.2: + resolution: {integrity: sha512-CrwSBrjqJ7rpGQcTL3kU+Ief+Bcuu9PH6JLOb+wM6NITX1GTxR/MfNwnQfhLKK6xpRAyj2/nM04OOH6wS8Imag==} dependencies: is-typedarray: 1.0.0 + tslib: 1.14.1 typedarray-to-buffer: 3.1.5 - /@walletconnect/environment/1.0.0: - resolution: {integrity: sha512-4BwqyWy6KpSvkocSaV7WR3BlZfrxLbJSLkg+j7Gl6pTDE+U55lLhJvQaMuDVazXYxcjBsG09k7UlH7cGiUI5vQ==} + /@walletconnect/environment/1.0.1: + resolution: {integrity: sha512-T426LLZtHj8e8rYnKfzsw1aG6+M0BT1ZxayMdv/p8yM0MU+eJDISqNY3/bccxRr4LrF9csq02Rhqt08Ibl0VRg==} + dependencies: + tslib: 1.14.1 /@walletconnect/ethereum-provider/1.7.8_3cxu5zja4e2r5wmvge7mdcljwq: resolution: {integrity: sha512-dnl560zFMdK/LD4MD2XwHbWj7RXOaeXWPc9jzDaosLQLAXfA5mKe4XbCFFUPbVMYuyBdRI9NZv3Ci/qDb5wncQ==} + deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/client': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq - '@walletconnect/jsonrpc-http-connection': 1.0.3 - '@walletconnect/jsonrpc-provider': 1.0.5 + '@walletconnect/jsonrpc-http-connection': 1.0.6 + '@walletconnect/jsonrpc-provider': 1.0.8 '@walletconnect/signer-connection': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq '@walletconnect/types': 1.8.0 '@walletconnect/utils': 1.8.0 @@ -12943,10 +13141,11 @@ packages: /@walletconnect/ethereum-provider/1.8.0: resolution: {integrity: sha512-Nq9m+oo5P0F+njsROHw9KMWdoc/8iGHYzQdkjJN/1C7DtsqFRg5k5a3hd9rzCLpbPsOC1q8Z5lRs6JQgDvPm6Q==} + deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/client': 1.8.0 - '@walletconnect/jsonrpc-http-connection': 1.0.3 - '@walletconnect/jsonrpc-provider': 1.0.5 + '@walletconnect/jsonrpc-http-connection': 1.0.6 + '@walletconnect/jsonrpc-provider': 1.0.8 '@walletconnect/signer-connection': 1.8.0 '@walletconnect/types': 1.8.0 '@walletconnect/utils': 1.8.0 @@ -12971,37 +13170,41 @@ packages: /@walletconnect/iso-crypto/1.8.0: resolution: {integrity: sha512-pWy19KCyitpfXb70hA73r9FcvklS+FvO9QUIttp3c2mfW8frxgYeRXfxLRCIQTkaYueRKvdqPjbyhPLam508XQ==} dependencies: - '@walletconnect/crypto': 1.0.2 + '@walletconnect/crypto': 1.0.3 '@walletconnect/types': 1.8.0 '@walletconnect/utils': 1.8.0 - /@walletconnect/jsonrpc-http-connection/1.0.3: - resolution: {integrity: sha512-npPvDG2JxyxoqOphDiyjp5pPeASRBrlfQS39wHESPHlFIjBuvNt9lV9teh53MK9Ncbyxh4y2qEKMfPgcUulTRg==} + /@walletconnect/jsonrpc-http-connection/1.0.6: + resolution: {integrity: sha512-/3zSqDi7JDN06E4qm0NmVYMitngXfh21UWwy8zeJcBeJc+Jcs094EbLsIxtziIIKTCCbT88lWuTjl1ZujxN7cw==} dependencies: - '@walletconnect/jsonrpc-utils': 1.0.3 - '@walletconnect/safe-json': 1.0.0 + '@walletconnect/jsonrpc-utils': 1.0.6 + '@walletconnect/safe-json': 1.0.1 cross-fetch: 3.1.5 + tslib: 1.14.1 transitivePeerDependencies: - encoding dev: false - /@walletconnect/jsonrpc-provider/1.0.5: - resolution: {integrity: sha512-v61u4ZIV8+p9uIHS2Kl2YRj/2idrQiHcrbrJXw3McQkEJtj9mkCofr1Hu/n419wSRM5uiNK8Z4WRS9zGTTAhWQ==} + /@walletconnect/jsonrpc-provider/1.0.8: + resolution: {integrity: sha512-M44vzTrF0TeDcxQorm2lJ5klmfqchYOZqmIHb5T9lIPA/rj22643P83j44flZLyzycPqy5UUlIH6foeBPwjxMg==} dependencies: - '@walletconnect/jsonrpc-utils': 1.0.3 - '@walletconnect/safe-json': 1.0.0 + '@walletconnect/jsonrpc-utils': 1.0.6 + '@walletconnect/safe-json': 1.0.1 + tslib: 1.14.1 dev: false - /@walletconnect/jsonrpc-types/1.0.1: - resolution: {integrity: sha512-+6coTtOuChCqM+AoYyi4Q83p9l/laI6NvuM2/AHaZFuf0gT0NjW7IX2+86qGyizn7Ptq4AYZmfxurAxTnhefuw==} + /@walletconnect/jsonrpc-types/1.0.2: + resolution: {integrity: sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==} dependencies: keyvaluestorage-interface: 1.0.0 + tslib: 1.14.1 - /@walletconnect/jsonrpc-utils/1.0.3: - resolution: {integrity: sha512-3yb49bPk16MNLk6uIIHPSHQCpD6UAo1OMOx1rM8cW/MPEAYAzrSW5hkhG7NEUwX9SokRIgnZK3QuQkiyNzBMhQ==} + /@walletconnect/jsonrpc-utils/1.0.6: + resolution: {integrity: sha512-snp0tfkjPiDLQp/jrBewI+9SM33GPV4+Gjgldod6XQ7rFyQ5FZjnBxUkY4xWH0+arNxzQSi6v5iDXjCjSaorpg==} dependencies: - '@walletconnect/environment': 1.0.0 - '@walletconnect/jsonrpc-types': 1.0.1 + '@walletconnect/environment': 1.0.1 + '@walletconnect/jsonrpc-types': 1.0.2 + tslib: 1.14.1 /@walletconnect/mobile-registry/1.4.0: resolution: {integrity: sha512-ZtKRio4uCZ1JUF7LIdecmZt7FOLnX72RPSY7aUVu7mj7CSfxDwUn6gBuK6WGtH+NZCldBqDl5DenI5fFSvkKYw==} @@ -13009,6 +13212,7 @@ packages: /@walletconnect/qrcode-modal/1.8.0: resolution: {integrity: sha512-BueaFefaAi8mawE45eUtztg3ZFbsAH4DDXh1UNwdUlsvFMjqcYzLUG0xZvDd6z2eOpbgDg2N3bl6gF0KONj1dg==} + deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/browser-utils': 1.8.0 '@walletconnect/mobile-registry': 1.4.0 @@ -13017,22 +13221,29 @@ packages: preact: 10.4.1 qrcode: 1.4.4 - /@walletconnect/randombytes/1.0.2: - resolution: {integrity: sha512-ivgOtAyqQnN0rLQmOFPemsgYGysd/ooLfaDA/ACQ3cyqlca56t3rZc7pXfqJOIETx/wSyoF5XbwL+BqYodw27A==} + /@walletconnect/randombytes/1.0.3: + resolution: {integrity: sha512-35lpzxcHFbTN3ABefC9W+uBpNZl1GC4Wpx0ed30gibfO/y9oLdy1NznbV96HARQKSBV9J9M/rrtIvf6a23jfYw==} dependencies: - '@walletconnect/encoding': 1.0.1 - '@walletconnect/environment': 1.0.0 + '@walletconnect/encoding': 1.0.2 + '@walletconnect/environment': 1.0.1 randombytes: 2.1.0 + tslib: 1.14.1 /@walletconnect/safe-json/1.0.0: resolution: {integrity: sha512-QJzp/S/86sUAgWY6eh5MKYmSfZaRpIlmCJdi5uG4DJlKkZrHEF7ye7gA+VtbVzvTtpM/gRwO2plQuiooIeXjfg==} + /@walletconnect/safe-json/1.0.1: + resolution: {integrity: sha512-Fm7e31oSYY15NQr8SsLJheKAy5L744udZf2lJKcz6wFmPJEzf7hOF0866o/rrldRzJnjZ4H2GJ45pFudsnLW5A==} + dependencies: + tslib: 1.14.1 + dev: false + /@walletconnect/signer-connection/1.8.0: resolution: {integrity: sha512-+YAaTAP52MWZJ2wWnqKClKCPlPHBo6reURFe0cWidLADh9mi/kPWGALZ5AENK22zpem1bbKV466rF5Rzvu0ehA==} dependencies: '@walletconnect/client': 1.8.0 - '@walletconnect/jsonrpc-types': 1.0.1 - '@walletconnect/jsonrpc-utils': 1.0.3 + '@walletconnect/jsonrpc-types': 1.0.2 + '@walletconnect/jsonrpc-utils': 1.0.6 '@walletconnect/qrcode-modal': 1.8.0 '@walletconnect/types': 1.8.0 eventemitter3: 4.0.7 @@ -13045,8 +13256,8 @@ packages: resolution: {integrity: sha512-+YAaTAP52MWZJ2wWnqKClKCPlPHBo6reURFe0cWidLADh9mi/kPWGALZ5AENK22zpem1bbKV466rF5Rzvu0ehA==} dependencies: '@walletconnect/client': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq - '@walletconnect/jsonrpc-types': 1.0.1 - '@walletconnect/jsonrpc-utils': 1.0.3 + '@walletconnect/jsonrpc-types': 1.0.2 + '@walletconnect/jsonrpc-utils': 1.0.6 '@walletconnect/qrcode-modal': 1.8.0 '@walletconnect/types': 1.8.0 eventemitter3: 4.0.7 @@ -13078,13 +13289,14 @@ packages: /@walletconnect/types/1.8.0: resolution: {integrity: sha512-Cn+3I0V0vT9ghMuzh1KzZvCkiAxTq+1TR2eSqw5E5AVWfmCtECFkVZBP6uUJZ8YjwLqXheI+rnjqPy7sVM4Fyg==} + deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' /@walletconnect/utils/1.8.0: resolution: {integrity: sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA==} dependencies: '@walletconnect/browser-utils': 1.8.0 - '@walletconnect/encoding': 1.0.1 - '@walletconnect/jsonrpc-utils': 1.0.3 + '@walletconnect/encoding': 1.0.2 + '@walletconnect/jsonrpc-utils': 1.0.6 '@walletconnect/types': 1.8.0 bn.js: 4.11.8 js-sha3: 0.8.0 @@ -13092,6 +13304,7 @@ packages: /@walletconnect/web3-provider/1.8.0: resolution: {integrity: sha512-lqqEO0oRmCehH+c8ZPk3iH7I7YtbzmkWd58/Or2AgWAl869JamzndKCD3sTlNsPRQLxxPpraHQqzur7uclLWvg==} + deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/client': 1.8.0 '@walletconnect/http-connection': 1.8.0 @@ -13379,134 +13592,156 @@ packages: /@whatwg-node/events/0.0.2: resolution: {integrity: sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w==} - /@whatwg-node/fetch/0.5.3: - resolution: {integrity: sha512-cuAKL3Z7lrJJuUrfF1wxkQTb24Qd1QO/lsjJpM5ZSZZzUMms5TPnbGeGUKWA3hVKNHh30lVfr2MyRCT5Jfkucw==} + /@whatwg-node/fetch/0.6.2: + resolution: {integrity: sha512-fCUycF1W+bI6XzwJFnbdDuxIldfKM3w8+AzVCLGlucm0D+AQ8ZMm2j84hdcIhfV6ZdE4Y1HFVrHosAxdDZ+nPw==} dependencies: '@peculiar/webcrypto': 1.4.1 abort-controller: 3.0.0 busboy: 1.6.0 - form-data-encoder: 1.7.1 + form-data-encoder: 1.7.2 formdata-node: 4.4.1 - node-fetch: 2.6.8 - undici: 5.19.1 + node-fetch: 2.6.9 + undici: 5.20.0 + urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 transitivePeerDependencies: - encoding - dev: true + dev: false - /@whatwg-node/fetch/0.5.4: - resolution: {integrity: sha512-dR5PCzvOeS7OaW6dpIlPt+Ou3pak7IEG+ZVAV26ltcaiDB3+IpuvjqRdhsY6FKHcqBo1qD+S99WXY9Z6+9Rwnw==} + /@whatwg-node/fetch/0.6.5_@types+node@16.18.13: + resolution: {integrity: sha512-3XQ78RAMX8Az0LlUqMoGM3jbT+FE0S+IKr4yiTiqzQ5S/pNxD52K/kFLcLQiEbL+3rkk/glCHqjxF1QI5155Ig==} dependencies: '@peculiar/webcrypto': 1.4.1 - abort-controller: 3.0.0 + '@whatwg-node/node-fetch': 0.0.1_@types+node@16.18.13 busboy: 1.6.0 - form-data-encoder: 1.7.1 - formdata-node: 4.4.1 - node-fetch: 2.6.8 - undici: 5.19.1 + urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 transitivePeerDependencies: - - encoding + - '@types/node' dev: true - /@whatwg-node/fetch/0.6.1: - resolution: {integrity: sha512-sG39WLvcJxGZ+gDstnLSXR2IcnuvIOB51KxCFo0mEhFW0q2u8fZgolr0HPkL+zXwOJsnmT+9V3IRcqLnTXdqVQ==} + /@whatwg-node/fetch/0.6.9_@types+node@16.18.13: + resolution: {integrity: sha512-JfrBCJdMu9n9OARc0e/hPHcD98/8Nz1CKSdGYDg6VbObDkV/Ys30xe5i/wPOatYbxuvatj1kfWeHf7iNX3i17w==} dependencies: '@peculiar/webcrypto': 1.4.1 - abort-controller: 3.0.0 + '@whatwg-node/node-fetch': 0.0.5_@types+node@16.18.13 busboy: 1.6.0 - form-data-encoder: 1.7.1 - formdata-node: 4.4.1 - node-fetch: 2.6.8 - undici: 5.19.1 urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 transitivePeerDependencies: - - encoding + - '@types/node' dev: false - /@whatwg-node/fetch/0.6.2: - resolution: {integrity: sha512-fCUycF1W+bI6XzwJFnbdDuxIldfKM3w8+AzVCLGlucm0D+AQ8ZMm2j84hdcIhfV6ZdE4Y1HFVrHosAxdDZ+nPw==} + /@whatwg-node/fetch/0.8.1_@types+node@16.18.13: + resolution: {integrity: sha512-Fkd1qQHK2tAWxKlC85h9L86Lgbq3BzxMnHSnTsnzNZMMzn6Xi+HlN8/LJ90LxorhSqD54td+Q864LgwUaYDj1Q==} dependencies: '@peculiar/webcrypto': 1.4.1 - abort-controller: 3.0.0 + '@whatwg-node/node-fetch': 0.3.0_@types+node@16.18.13 busboy: 1.6.0 - form-data-encoder: 1.7.1 - formdata-node: 4.4.1 - node-fetch: 2.6.7 - undici: 5.12.0 urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 - transitivePeerDependencies: - - encoding - dev: false - - /@whatwg-node/router/0.1.4_@types+node@16.18.3: - resolution: {integrity: sha512-4mDwkyhId5Gg7+iKiJkcFV+o6xrqwx8WIc1YGpP0aPi9Fa8dBtxuISk2i1ExEKyQilgqTYwnWUumG5Ego8eQ7w==} - dependencies: - '@whatwg-node/fetch': 0.6.2 - '@whatwg-node/server': 0.5.6_@types+node@16.18.3 - tslib: 2.4.1 transitivePeerDependencies: - '@types/node' - - encoding - dev: false - /@whatwg-node/server/0.4.17_@types+node@16.18.3: - resolution: {integrity: sha512-kq1AHyi87VWfiDqiSTAOY+py83HMJg42+fI8JAe1wjmMkJ8v/E5mKq5NpLNRM9Cnf7NHsQR0AwQgvX/RFuptaA==} + /@whatwg-node/node-fetch/0.0.1_@types+node@16.18.13: + resolution: {integrity: sha512-dMbh604yf2jl37IzvYGA6z3heQg3dMzlqoNsiNToe46SVmKusfJXGf4KYIuiJTzh9mEEu/uVF//QakUfsLJpwA==} peerDependencies: '@types/node': ^18.0.6 dependencies: - '@types/node': 16.18.3 - '@whatwg-node/fetch': 0.5.3 - tslib: 2.4.1 - transitivePeerDependencies: - - encoding + '@types/node': 16.18.13 + '@whatwg-node/events': 0.0.2 + busboy: 1.6.0 + tslib: 2.5.0 dev: true - /@whatwg-node/server/0.5.4_@types+node@16.18.3: - resolution: {integrity: sha512-JDMmRyyQXdXOzPY2hhJNR+n4K3F2+LuReHbnF81oi+pnNAgHiffr6s9ZGVI3bO9p/Hv/3v0ur3VaMmTPGtxdUA==} + /@whatwg-node/node-fetch/0.0.5_@types+node@16.18.13: + resolution: {integrity: sha512-hbccmaSZaItdsRuBKBEEhLoO+5oXJPxiyd0kG2xXd0Dh3Rt+vZn4pADHxuSiSHLd9CM+S2z4+IxlEGbWUgiz9g==} peerDependencies: '@types/node': ^18.0.6 dependencies: - '@types/node': 16.18.3 - '@whatwg-node/fetch': 0.6.1 - tslib: 2.4.1 - transitivePeerDependencies: - - encoding + '@types/node': 16.18.13 + '@whatwg-node/events': 0.0.2 + busboy: 1.6.0 + tslib: 2.5.0 dev: false - /@whatwg-node/server/0.5.6_@types+node@16.18.3: - resolution: {integrity: sha512-C4sUhRaHjRljqsZ37xWzqPcrIcfi7Kp+T++8zhl6KVube6D8quqJPFYMHxFzGBaEMx10ghEkzsA1qkcskxmUYA==} + /@whatwg-node/node-fetch/0.3.0_@types+node@16.18.13: + resolution: {integrity: sha512-mPM8WnuHiI/3kFxDeE0SQQXAElbz4onqmm64fEGCwYEcBes2UsvIDI8HwQIqaXCH42A9ajJUPv4WsYoN/9oG6w==} peerDependencies: '@types/node': ^18.0.6 dependencies: - '@types/node': 16.18.3 - '@whatwg-node/fetch': 0.6.2 - tslib: 2.4.1 + '@types/node': 16.18.13 + '@whatwg-node/events': 0.0.2 + busboy: 1.6.0 + fast-querystring: 1.1.1 + fast-url-parser: 1.1.3 + tslib: 2.5.0 + + /@whatwg-node/router/0.2.7_@types+node@16.18.13: + resolution: {integrity: sha512-kZynz9z5kgBJ/mWowSNzoacRsP4iGPkM6MAVHUzaUxYcQR+crtUvsp7/P6H4X20ScRbs8sDRXi7XOU9mFT8Zhg==} + dependencies: + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 + '@whatwg-node/server': 0.6.7_@types+node@16.18.13 + tslib: 2.5.0 transitivePeerDependencies: - - encoding + - '@types/node' + dev: true + + /@whatwg-node/router/0.3.0_@types+node@16.18.13: + resolution: {integrity: sha512-d7qzIvbbBm6d0VpJGlRbp/G9PTLRCcpS9fRNnfjE87ZbWbB05vBzHkaUyOs2zaTny/GPuBzrEY2QewoLj4+5JQ==} + dependencies: + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 + '@whatwg-node/server': 0.7.1_@types+node@16.18.13 + tslib: 2.5.0 + transitivePeerDependencies: + - '@types/node' + dev: false + + /@whatwg-node/server/0.5.11_@types+node@16.18.13: + resolution: {integrity: sha512-MXG2MWE2Cf4nNwZ5Kpq2VueNSxD2Y0DWNBH0FmsGdFOI4DudK8TZfbPXFEFG2b+wXrpkyi7s8Q86Htr62m0pSQ==} + dependencies: + '@whatwg-node/fetch': 0.6.5_@types+node@16.18.13 + tslib: 2.5.0 + transitivePeerDependencies: + - '@types/node' + dev: true + + /@whatwg-node/server/0.6.7_@types+node@16.18.13: + resolution: {integrity: sha512-M4zHWdJ6M1IdcxnZBdDmiUh1bHQ4gPYRxzkH0gh8Qf6MpWJmX6I/MNftqem3GNn+qn1y47qqlGSed7T7nzsRFw==} + dependencies: + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 + tslib: 2.5.0 + transitivePeerDependencies: + - '@types/node' + + /@whatwg-node/server/0.7.1_@types+node@16.18.13: + resolution: {integrity: sha512-kXZeJ+8vLD8Snewq0N1TB2cWPu6z91ymrRRLDx0KHmbsSrsPIdrXxoHBAvFBxTQz3u2O4IYsyhHetAnBBrrWgA==} + dependencies: + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 + tslib: 2.5.0 + transitivePeerDependencies: + - '@types/node' dev: false /@wry/context/0.7.0: resolution: {integrity: sha512-LcDAiYWRtwAoSOArfk7cuYvFXytxfVrdX7yxoUmK7pPITLk5jYh2F8knCwS7LjgYL8u1eidPlKKV6Ikqq0ODqQ==} engines: {node: '>=8'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@wry/equality/0.5.3: resolution: {integrity: sha512-avR+UXdSrsF2v8vIqIgmeTY0UR91UT+IyablCyKe/uk22uOJ8fusKZnH9JH9e1/EtLeNJBtagNmL3eJdnOV53g==} engines: {node: '>=8'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@wry/trie/0.3.2: resolution: {integrity: sha512-yRTyhWSls2OY/pYLfwff867r8ekooZ4UI+/gxot5Wj8EFwSf2rG+n+Mo/6LoLQm1TKA4GRj2+LCpbfS937dClQ==} engines: {node: '>=8'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: false /@xtuc/ieee754/1.2.0: @@ -13554,17 +13789,17 @@ packages: /abi-decoder/2.3.0: resolution: {integrity: sha512-RZXG5mo1JhJjTBg/4NXlS8hyTr2fxiuFaz3UveRpoX9IIc3LPHmWz89dFqTHNQVbWi3VZqxSJqfUwWpb/mCHxA==} dependencies: - web3-eth-abi: 1.8.1 - web3-utils: 1.8.1 + web3-eth-abi: 1.8.2 + web3-utils: 1.2.11 dev: true - /abitype/0.1.8_typescript@4.9.4: + /abitype/0.1.8_typescript@4.9.5: resolution: {integrity: sha512-2pde0KepTzdfu19ZrzYTYVIWo69+6UbBCY4B1RDiwWgo2XZtFSJhF6C+XThuRXbbZ823J0Rw1Y5cP0NXYVcCdQ==} engines: {pnpm: '>=7'} peerDependencies: typescript: '>=4.7.4' dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: false /abort-controller/3.0.0: @@ -13657,12 +13892,12 @@ packages: acorn: 7.4.1 acorn-walk: 7.2.0 - /acorn-import-assertions/1.8.0_acorn@8.8.1: + /acorn-import-assertions/1.8.0_acorn@8.8.2: resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} peerDependencies: acorn: ^8 dependencies: - acorn: 8.8.1 + acorn: 8.8.2 /acorn-jsx/5.3.2_acorn@6.4.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -13678,13 +13913,14 @@ packages: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 7.4.1 + dev: true - /acorn-jsx/5.3.2_acorn@8.8.1: + /acorn-jsx/5.3.2_acorn@8.8.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.8.1 + acorn: 8.8.2 /acorn-node/1.8.2: resolution: {integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==} @@ -13723,13 +13959,13 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - /acorn/8.8.1: - resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} + /acorn/8.8.2: + resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} engines: {node: '>=0.4.0'} hasBin: true - /address/1.2.1: - resolution: {integrity: sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA==} + /address/1.2.2: + resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} engines: {node: '>= 10.0.0'} /adjust-sourcemap-loader/4.0.0: @@ -13757,6 +13993,17 @@ packages: transitivePeerDependencies: - supports-color + /agentkeepalive/4.2.1: + resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==} + engines: {node: '>= 8.0.0'} + dependencies: + debug: 4.3.4 + depd: 1.1.2 + humanize-ms: 1.2.1 + transitivePeerDependencies: + - supports-color + dev: false + /aggregate-error/3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} @@ -13771,7 +14018,7 @@ packages: array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 es5-shim: 4.6.7 - es6-shim: 0.35.6 + es6-shim: 0.35.7 function.prototype.name: 1.1.5 globalthis: 1.0.3 object.entries: 1.1.6 @@ -13799,7 +14046,7 @@ packages: ajv: optional: true dependencies: - ajv: 8.11.2 + ajv: 8.12.0 /ajv-keywords/3.5.2_ajv@6.12.6: resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} @@ -13808,12 +14055,12 @@ packages: dependencies: ajv: 6.12.6 - /ajv-keywords/5.1.0_ajv@8.11.2: + /ajv-keywords/5.1.0_ajv@8.12.0: resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 dependencies: - ajv: 8.11.2 + ajv: 8.12.0 fast-deep-equal: 3.1.3 /ajv/6.12.6: @@ -13824,8 +14071,8 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/8.11.2: - resolution: {integrity: sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==} + /ajv/8.12.0: + resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -13862,6 +14109,13 @@ packages: dependencies: string-width: 4.2.3 + /ansi-colors/1.1.0: + resolution: {integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==} + engines: {node: '>=0.10.0'} + dependencies: + ansi-wrap: 0.1.0 + dev: true + /ansi-colors/3.2.3: resolution: {integrity: sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==} engines: {node: '>=6'} @@ -13948,8 +14202,14 @@ packages: entities: 2.2.0 dev: true - /antlr4/4.7.1: - resolution: {integrity: sha512-haHyTW7Y9joE5MVs37P2lNYfU2RWBLfcRDD8OWldcdZm5TiCE91B5Xl1oWSwiDUSd4rlExpt2pu1fksYQjRBYQ==} + /ansi-wrap/0.1.0: + resolution: {integrity: sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==} + engines: {node: '>=0.10.0'} + dev: true + + /antlr4/4.12.0: + resolution: {integrity: sha512-23iB5IzXJZRZeK9TigzUyrNc9pSmNqAerJRBcNq1ETrmttMWRgaYZzC561IgEO3ygKsDJTYDTozABXa4b/fTQQ==} + engines: {node: '>=16'} dev: true /antlr4ts/0.5.0-alpha.4: @@ -13978,15 +14238,15 @@ packages: transitivePeerDependencies: - supports-color - /anymatch/3.1.2: - resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} + /anymatch/3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - /apg-js/4.1.2: - resolution: {integrity: sha512-2OALKUe82NLVPe4NTooom8NykWIa2D7YxO7jG1pgnYWnkfhTUriXpITmLvVD8k8TzDfa9G5O4y8rPe2/uUB1Bg==} + /apg-js/4.1.3: + resolution: {integrity: sha512-XYyDcoBho8OpnWPRnedMwyL+76ovCtsESerHZEfY39dO4IrEqN97mdEYkOyHa0XTX5+3+U5FmpqPLttK0f7n6g==} dev: false /apisauce/1.1.5_debug@4.1.1: @@ -14001,8 +14261,9 @@ packages: /apollo-datasource/3.3.2: resolution: {integrity: sha512-L5TiS8E2Hn/Yz7SSnWIVbZw0ZfEIXZCa5VUiVxD9P53JvSrf4aStvsFDlGWPvpIdCR+aly2CfoB79B9/JjKFqg==} engines: {node: '>=12.0'} + deprecated: The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: - '@apollo/utils.keyvaluecache': 1.0.1 + '@apollo/utils.keyvaluecache': 1.0.2 apollo-server-env: 4.2.1 transitivePeerDependencies: - encoding @@ -14011,6 +14272,7 @@ packages: /apollo-reporting-protobuf/3.3.3: resolution: {integrity: sha512-L3+DdClhLMaRZWVmMbBcwl4Ic77CnEBPXLW53F7hkYhkaZD88ivbCVB1w/x5gunO6ZHrdzhjq0FHmTsBvPo7aQ==} + deprecated: The `apollo-reporting-protobuf` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/usage-reporting-protobuf` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: '@apollo/protobufjs': 1.2.6 dev: true @@ -14019,15 +14281,16 @@ packages: /apollo-server-core/3.11.1_graphql@15.8.0: resolution: {integrity: sha512-t/eCKrRFK1lYZlc5pHD99iG7Np7CEm3SmbDiONA7fckR3EaB/pdsEdIkIwQ5QBBpT5JLp/nwvrZRVwhaWmaRvw==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-core` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - '@apollo/utils.keyvaluecache': 1.0.1 + '@apollo/utils.keyvaluecache': 1.0.2 '@apollo/utils.logger': 1.0.1 - '@apollo/utils.usagereporting': 1.0.0_graphql@15.8.0 + '@apollo/utils.usagereporting': 1.0.1_graphql@15.8.0 '@apollographql/apollo-tools': 0.5.4_graphql@15.8.0 '@apollographql/graphql-playground-html': 1.6.29 - '@graphql-tools/mock': 8.7.12_graphql@15.8.0 + '@graphql-tools/mock': 8.7.18_graphql@15.8.0 '@graphql-tools/schema': 8.5.1_graphql@15.8.0 '@josephg/resolvable': 1.0.1 apollo-datasource: 3.3.2 @@ -14042,7 +14305,7 @@ packages: graphql-tag: 2.12.6_graphql@15.8.0 loglevel: 1.8.1 lru-cache: 6.0.0 - node-abort-controller: 3.0.1 + node-abort-controller: 3.1.1 sha.js: 2.4.11 uuid: 9.0.0 whatwg-mimetype: 3.0.0 @@ -14054,8 +14317,9 @@ packages: /apollo-server-env/4.2.1: resolution: {integrity: sha512-vm/7c7ld+zFMxibzqZ7SSa5tBENc4B0uye9LTfjJwGoQFY5xsUPH5FpO5j0bMUDZ8YYNbrF9SNtzc5Cngcr90g==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: - node-fetch: 2.6.8 + node-fetch: 2.6.9 transitivePeerDependencies: - encoding dev: true @@ -14064,6 +14328,7 @@ packages: /apollo-server-errors/3.3.1_graphql@15.8.0: resolution: {integrity: sha512-xnZJ5QWs6FixHICXHxUfm+ZWqqxrNuPlQ+kj5m6RtEgIpekOPssH/SD9gf2B4HuWV0QozorrygwZnux8POvyPA==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-errors` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: @@ -14074,6 +14339,7 @@ packages: /apollo-server-express/3.11.1_4mq2c443wwzwcb6dpxnwkfvrzm: resolution: {integrity: sha512-x9ngcpXbBlt4naCXTwNtBFb/mOd9OU0wtFXvJkObHF26NsRazu3DxDfEuekA6V1NFOocD+A9jmVMQeQWug5MgA==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-express` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: express: ^4.17.1 graphql: ^15.3.0 || ^16.0.0 @@ -14086,7 +14352,7 @@ packages: accepts: 1.3.8 apollo-server-core: 3.11.1_graphql@15.8.0 apollo-server-types: 3.7.1_graphql@15.8.0 - body-parser: 1.20.1 + body-parser: 1.20.2 cors: 2.8.5 express: 4.18.2 graphql: 15.8.0 @@ -14100,6 +14366,7 @@ packages: /apollo-server-plugin-base/3.7.1_graphql@15.8.0: resolution: {integrity: sha512-g3vJStmQtQvjGI289UkLMfThmOEOddpVgHLHT2bNj0sCD/bbisj4xKbBHETqaURokteqSWyyd4RDTUe0wAUDNQ==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-plugin-base` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: @@ -14113,10 +14380,11 @@ packages: /apollo-server-types/3.7.1_graphql@15.8.0: resolution: {integrity: sha512-aE9RDVplmkaOj/OduNmGa+0a1B5RIWI0o3zC1zLvBTVWMKTpo0ifVf11TyMkLCY+T7cnZqVqwyShziOyC3FyUw==} engines: {node: '>=12.0'} + deprecated: The `apollo-server-types` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - '@apollo/utils.keyvaluecache': 1.0.1 + '@apollo/utils.keyvaluecache': 1.0.2 '@apollo/utils.logger': 1.0.1 apollo-reporting-protobuf: 3.3.3 apollo-server-env: 4.2.1 @@ -14128,6 +14396,7 @@ packages: /apollo-server/3.11.1_graphql@15.8.0: resolution: {integrity: sha512-3RZ/veWGbi0zXy2YVaPkYIAavpbHyEVui91DNYvz6UFS0fZmhJwG7f1VmGheeRiqiV8nFa8GuBejI1niTeAYzA==} + deprecated: The `apollo-server` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/server` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: @@ -14183,7 +14452,7 @@ packages: engines: {node: '>=10'} dependencies: delegates: 1.0.0 - readable-stream: 3.6.0 + readable-stream: 3.6.1 /arg/2.0.0: resolution: {integrity: sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==} @@ -14222,14 +14491,14 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.20.1 - '@babel/runtime-corejs3': 7.20.1 + '@babel/runtime': 7.21.0 + '@babel/runtime-corejs3': 7.21.0 + dev: true /aria-query/5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: - deep-equal: 2.1.0 - dev: true + deep-equal: 2.2.0 /arr-diff/4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} @@ -14270,9 +14539,9 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 - get-intrinsic: 1.1.3 + define-properties: 1.2.0 + es-abstract: 1.21.1 + get-intrinsic: 1.2.0 is-string: 1.0.7 /array-shuffle/2.0.0: @@ -14310,8 +14579,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 es-shim-unscopables: 1.0.0 /array.prototype.flatmap/1.3.1: @@ -14319,8 +14588,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 es-shim-unscopables: 1.0.0 /array.prototype.map/1.0.5: @@ -14328,8 +14597,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true @@ -14339,11 +14608,20 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 + /array.prototype.tosorted/1.1.1: + resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.21.1 + es-shim-unscopables: 1.0.0 + get-intrinsic: 1.2.0 + /arrify/1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -14380,7 +14658,7 @@ packages: dependencies: pvtsutils: 1.3.2 pvutils: 1.1.3 - tslib: 2.4.1 + tslib: 2.5.0 /assemblyscript/0.19.10: resolution: {integrity: sha512-HavcUBXB3mBTRGJcpvaQjmnmaqKHBGREjSPNsIvnAk2f9dj78y4BkMaSSdvBQYWcDDzsHQjyUC8stICFkD1Odg==} @@ -14427,7 +14705,7 @@ packages: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /astral-regex/1.0.0: @@ -14438,9 +14716,10 @@ packages: /astral-regex/2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} + dev: true - /async-each/1.0.3: - resolution: {integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==} + /async-each/1.0.6: + resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} /async-eventemitter/0.2.4: resolution: {integrity: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==} @@ -14461,7 +14740,7 @@ packages: /async-mutex/0.2.6: resolution: {integrity: sha512-Hs4R+4SPgamu6rSGW8C7cV9gaWUKEHykfzCCvIRuaVv636Ju10ZdeUbvb4TBEW0INuq2DHZqXbK4Nd3yG4RaRw==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /async-retry/1.3.3: resolution: {integrity: sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==} @@ -14509,27 +14788,27 @@ packages: engines: {node: '>=8'} dev: true - /autoprefixer/10.4.13_postcss@8.4.19: + /autoprefixer/10.4.13_postcss@8.4.21: resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.4 - caniuse-lite: 1.0.30001431 + browserslist: 4.21.5 + caniuse-lite: 1.0.30001458 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 /autoprefixer/9.8.8: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.21.4 - caniuse-lite: 1.0.30001431 + browserslist: 4.21.5 + caniuse-lite: 1.0.30001458 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -14548,11 +14827,11 @@ packages: /aws-sign2/0.7.0: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} - /aws4/1.11.0: - resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} + /aws4/1.12.0: + resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} - /axe-core/4.5.1: - resolution: {integrity: sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ==} + /axe-core/4.6.3: + resolution: {integrity: sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==} engines: {node: '>=4'} /axios/0.18.1: @@ -14622,10 +14901,20 @@ packages: transitivePeerDependencies: - debug dev: true + + /axios/1.2.4_debug@4.3.4: + resolution: {integrity: sha512-lIQuCfBJvZB/Bv7+RWUqEJqNShGOVpk9v7P0ZWx5Ip0qY6u7JBAU6dzQPMLasU9vHL2uD8av/1FDJXj7n6c39w==} + dependencies: + follow-redirects: 1.15.2_debug@4.3.4 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + dev: true optional: true - /axios/1.1.3: - resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==} + /axios/1.3.4: + resolution: {integrity: sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==} dependencies: follow-redirects: 1.15.2_debug@4.3.4 form-data: 4.0.0 @@ -14634,8 +14923,10 @@ packages: - debug dev: false - /axobject-query/2.2.0: - resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} + /axobject-query/3.1.1: + resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} + dependencies: + deep-equal: 2.2.0 /babel-code-frame/6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} @@ -14812,7 +15103,7 @@ packages: dependencies: '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.1.20 + '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 26.6.2 chalk: 4.1.2 @@ -14822,18 +15113,18 @@ packages: - supports-color dev: false - /babel-jest/27.5.1_@babel+core@7.20.2: + /babel-jest/27.5.1_@babel+core@7.21.0: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/babel__core': 7.1.20 + '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.20.2 + babel-preset-jest: 27.5.1_@babel+core@7.21.0 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -14854,34 +15145,34 @@ packages: schema-utils: 2.7.1 webpack: 4.44.2 - /babel-loader/8.3.0_ac45jkgjutircf4w34of4muhwa: + /babel-loader/8.3.0_qoaxtqicpzj5p3ubthw53xafqm: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.44.2 - dev: true + webpack: 5.75.0 - /babel-loader/8.3.0_npabyccmuonwo2rku4k53xo3hi: + /babel-loader/8.3.0_wd33ak6txextphwae5ymvkxpdq: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.75.0 + webpack: 4.44.2 + dev: true /babel-loader/8.3.0_webpack@4.44.2: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} @@ -14963,25 +15254,25 @@ packages: resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.20.2 - '@types/babel__core': 7.1.20 - '@types/babel__traverse': 7.18.2 + '@babel/template': 7.20.7 + '@babel/types': 7.21.2 + '@types/babel__core': 7.20.0 + '@types/babel__traverse': 7.18.3 dev: false /babel-plugin-jest-hoist/27.5.1: resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.20.2 - '@types/babel__core': 7.1.20 - '@types/babel__traverse': 7.18.2 + '@babel/template': 7.20.7 + '@babel/types': 7.21.2 + '@types/babel__core': 7.20.0 + '@types/babel__traverse': 7.18.3 /babel-plugin-macros/2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 cosmiconfig: 6.0.0 resolve: 1.22.1 dev: false @@ -14990,48 +15281,48 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 cosmiconfig: 7.1.0 resolve: 1.22.1 - /babel-plugin-named-asset-import/0.3.8_@babel+core@7.20.2: + /babel-plugin-named-asset-import/0.3.8_@babel+core@7.21.0: resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: '@babel/core': ^7.1.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 /babel-plugin-polyfill-corejs2/0.3.3: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 + '@babel/compat-data': 7.21.0 '@babel/helper-define-polyfill-provider': 0.3.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.21.0: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.20.1 - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/compat-data': 7.21.0 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.20.2: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.21.0: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.20.2 - core-js-compat: 3.26.1 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.21.0 + core-js-compat: 3.29.0 transitivePeerDependencies: - supports-color dev: true @@ -15042,18 +15333,18 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-define-polyfill-provider': 0.3.3 - core-js-compat: 3.26.1 + core-js-compat: 3.29.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.21.0: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 - core-js-compat: 3.26.1 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 + core-js-compat: 3.29.0 transitivePeerDependencies: - supports-color @@ -15066,13 +15357,13 @@ packages: transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.21.0: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 transitivePeerDependencies: - supports-color @@ -15407,24 +15698,24 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.2: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.21.0: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.0 /babel-preset-env/1.7.0: resolution: {integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==} @@ -15495,38 +15786,38 @@ packages: - supports-color dev: true - /babel-preset-fbjs/3.4.0_@babel+core@7.20.2: + /babel-preset-fbjs/3.4.0_@babel+core@7.21.0: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 - '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/core': 7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.0 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-modules-commonjs': 7.21.2_@babel+core@7.21.0 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color @@ -15542,34 +15833,34 @@ packages: babel-preset-current-node-syntax: 1.0.1 dev: false - /babel-preset-jest/27.5.1_@babel+core@7.20.2: + /babel-preset-jest/27.5.1_@babel+core@7.21.0: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.0 /babel-preset-react-app/10.0.1: resolution: {integrity: sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==} dependencies: - '@babel/core': 7.20.2 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-decorators': 7.20.2_@babel+core@7.20.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.2 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 - '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/preset-react': 7.18.6_@babel+core@7.20.2 - '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 + '@babel/core': 7.21.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-decorators': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 + '@babel/runtime': 7.21.0 babel-plugin-macros: 3.1.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 transitivePeerDependencies: @@ -15628,13 +15919,13 @@ packages: lodash: 4.17.21 to-fast-properties: 1.0.3 - /babelify/10.0.0_@babel+core@7.20.2: + /babelify/10.0.0_@babel+core@7.21.0: resolution: {integrity: sha512-X40FaxyH7t3X+JFAKvb1H9wooWKLRCi8pg3m8poqtdZaIng+bjzp9RvKQCvRjF9isHiPkXspbbXT/zwXLtwgwg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 dev: true /babelify/7.3.0: @@ -15729,7 +16020,7 @@ packages: engines: {node: '>= 8.0.0'} dependencies: bluebird: 3.7.2 - check-types: 11.1.2 + check-types: 11.2.2 hoopy: 0.1.4 tryer: 1.0.1 @@ -15757,8 +16048,8 @@ packages: bindings: 1.5.0 dev: false - /bigint-crypto-utils/3.1.7: - resolution: {integrity: sha512-zpCQpIE2Oy5WIQpjC9iYZf8Uh9QqoS51ZCooAcNvzv1AQ3VWdT52D0ksr1+/faeK8HVIej1bxXcP75YcqH3KPA==} + /bigint-crypto-utils/3.1.8: + resolution: {integrity: sha512-+VMV9Laq8pXLBKKKK49nOoq9bfR3j7NNQAtbA617a4nw9bVLo8rsqkKMBgM2AJWlNX9fEIyYaYX+d0laqYV4tw==} engines: {node: '>=10.4.0'} dependencies: bigint-mod-arith: 3.1.2 @@ -15774,8 +16065,8 @@ packages: /bignumber.js/7.2.1: resolution: {integrity: sha512-S4XzBk5sMB+Rcb/LNcpzXr57VRTxgAvaAEDAl1AwRx27j00hT84O6OkteE7u8UB3NuaaygCRrEpqox4uDOrbdQ==} - /bignumber.js/9.1.0: - resolution: {integrity: sha512-4LwHK4nfDOraBCtst+wOWIHbu1vhvAPJK8g8nROd4iuc3PSEjWif/qwbkh8jwCJz6yDBvtU4KPynETgrfh7y3A==} + /bignumber.js/9.1.1: + resolution: {integrity: sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==} /binary-extensions/1.13.1: resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} @@ -15791,7 +16082,7 @@ packages: dependencies: axios: 0.21.4_debug@4.1.1 rimraf: 3.0.2 - tar: 6.1.12 + tar: 6.1.13 transitivePeerDependencies: - debug dev: true @@ -15818,19 +16109,18 @@ packages: resolution: {integrity: sha512-nemMHz95EmS38a26XbbdxIYj5csHd3RMP3H5bwQknX0WYHF01qhpufP42mLOwVICuH2JmhIhXiWs89MfUGL7Xw==} dependencies: safe-buffer: 5.2.1 - dev: true /bl/1.2.3: resolution: {integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==} dependencies: - readable-stream: 2.3.7 + readable-stream: 2.3.8 safe-buffer: 5.2.1 dev: true /bl/3.0.1: resolution: {integrity: sha512-jrCW5ZhfQ/Vt07WX1Ngs+yn9BDqPL/gw28S7s9H6QK/gupnizNzJAss5akW20ISgOrbLTlXOOCTJeNUQqruAWQ==} dependencies: - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /bl/4.1.0: @@ -15838,7 +16128,7 @@ packages: dependencies: buffer: 5.7.1 inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /bl/5.1.0: @@ -15846,7 +16136,7 @@ packages: dependencies: buffer: 6.0.3 inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: false /blakejs/1.2.1: @@ -15897,8 +16187,8 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: err-code: 3.0.1 - interface-blockstore: 4.0.0 - interface-store: 3.0.3 + interface-blockstore: 4.0.1 + interface-store: 3.0.4 it-all: 2.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -15924,8 +16214,8 @@ packages: dependencies: blockstore-core: 3.0.0 err-code: 3.0.1 - interface-blockstore: 4.0.0 - interface-datastore: 7.0.3 + interface-blockstore: 4.0.1 + interface-datastore: 7.0.4 it-drain: 2.0.0 it-pushable: 3.1.2 multiformats: 11.0.1 @@ -15955,7 +16245,7 @@ packages: engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 - content-type: 1.0.4 + content-type: 1.0.5 debug: 2.6.9 depd: 2.0.0 destroy: 1.2.0 @@ -15969,8 +16259,27 @@ packages: transitivePeerDependencies: - supports-color - /bonjour-service/1.0.14: - resolution: {integrity: sha512-HIMbgLnk1Vqvs6B4Wq5ep7mxvj9sGz5d1JJyDNSGNIdA/w2MCz6GTjWTdjqOJV1bEPj+6IkxDvWNFKEBxNt4kQ==} + /body-parser/1.20.2: + resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + dependencies: + bytes: 3.1.2 + content-type: 1.0.5 + debug: 2.6.9 + depd: 2.0.0 + destroy: 1.2.0 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + on-finished: 2.4.1 + qs: 6.11.0 + raw-body: 2.5.2 + type-is: 1.6.18 + unpipe: 1.0.0 + transitivePeerDependencies: + - supports-color + + /bonjour-service/1.1.0: + resolution: {integrity: sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==} dependencies: array-flatten: 2.1.2 dns-equal: 1.0.0 @@ -15989,19 +16298,19 @@ packages: resolution: {integrity: sha512-Sy9eoUi4OiKzq7VovMn246iTo17kzuyHJKomCfpWMlI6RpfN1gk95w7d7gH264nApVLg0HZfcpz62/g4VH1Y4w==} engines: {node: '>=4'} dependencies: - bignumber.js: 9.1.0 + bignumber.js: 9.1.1 buffer: 5.7.1 commander: 2.20.3 ieee754: 1.2.1 iso-url: 0.4.7 json-text-sequence: 0.1.1 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /borsh/0.6.0: resolution: {integrity: sha512-sl5k89ViqsThXQpYa9XDtz1sBl3l1lI313cFUY1HKr+wvMILnb+58xpkqTNrYbelh99dY7K8usxoCusQmqix9Q==} dependencies: - bn.js: 5.2.1 + bn.js: 5.2.0 bs58: 4.0.1 text-encoding-utf-8: 1.0.2 dev: false @@ -16153,7 +16462,7 @@ packages: elliptic: 6.5.4 inherits: 2.0.4 parse-asn1: 5.1.6 - readable-stream: 3.6.0 + readable-stream: 3.6.1 safe-buffer: 5.2.1 /browserify-zlib/0.2.0: @@ -16198,10 +16507,10 @@ packages: punycode: 1.4.1 querystring-es3: 0.2.1 read-only-stream: 2.0.0 - readable-stream: 2.3.7 + readable-stream: 2.3.8 resolve: 1.22.1 shasum: 1.0.2 - shell-quote: 1.7.4 + shell-quote: 1.8.0 stream-browserify: 2.0.2 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -16253,10 +16562,10 @@ packages: punycode: 1.4.1 querystring-es3: 0.2.1 read-only-stream: 2.0.0 - readable-stream: 2.3.7 + readable-stream: 2.3.8 resolve: 1.22.1 shasum-object: 1.0.0 - shell-quote: 1.7.4 + shell-quote: 1.8.0 stream-browserify: 3.0.0 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -16275,19 +16584,19 @@ packages: resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} hasBin: true dependencies: - caniuse-lite: 1.0.30001431 - electron-to-chromium: 1.4.284 + caniuse-lite: 1.0.30001458 + electron-to-chromium: 1.4.313 dev: true - /browserslist/4.21.4: - resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} + /browserslist/4.21.5: + resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001431 - electron-to-chromium: 1.4.284 - node-releases: 2.0.6 - update-browserslist-db: 1.0.10_browserslist@4.21.4 + caniuse-lite: 1.0.30001458 + electron-to-chromium: 1.4.313 + node-releases: 2.0.10 + update-browserslist-db: 1.0.10_browserslist@4.21.5 /bs58/2.0.1: resolution: {integrity: sha512-77ld2g7Hn1GyIUpuUVfbZdhO1q9R9gv/GYam4HAeAW/tzhQDrbJ2ZttN1tIe4hmKrWFE+oUtAhBNx/EA5SVdTg==} @@ -16377,7 +16686,7 @@ packages: engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.5.0 + node-gyp-build: 4.6.0 dev: true optional: true @@ -16386,7 +16695,7 @@ packages: engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.5.0 + node-gyp-build: 4.6.0 /builtin-modules/3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} @@ -16425,8 +16734,8 @@ packages: hasBin: true dev: true - /c8/7.12.0: - resolution: {integrity: sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==} + /c8/7.13.0: + resolution: {integrity: sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==} engines: {node: '>=10.12.0'} hasBin: true dependencies: @@ -16439,7 +16748,7 @@ packages: istanbul-reports: 3.1.5 rimraf: 3.0.2 test-exclude: 6.0.0 - v8-to-istanbul: 9.0.1 + v8-to-istanbul: 9.1.0 yargs: 16.2.0 yargs-parser: 20.2.9 dev: true @@ -16474,7 +16783,7 @@ packages: glob: 7.2.3 infer-owner: 1.0.4 lru-cache: 6.0.0 - minipass: 3.3.4 + minipass: 3.3.6 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -16483,7 +16792,7 @@ packages: promise-inflight: 1.0.1 rimraf: 3.0.2 ssri: 8.0.1 - tar: 6.1.12 + tar: 6.1.13 unique-filename: 1.1.1 transitivePeerDependencies: - bluebird @@ -16517,7 +16826,7 @@ packages: dependencies: clone-response: 1.0.3 get-stream: 5.2.0 - http-cache-semantics: 4.1.0 + http-cache-semantics: 4.1.1 keyv: 3.1.0 lowercase-keys: 2.0.0 normalize-url: 4.5.1 @@ -16529,7 +16838,7 @@ packages: dependencies: clone-response: 1.0.3 get-stream: 5.2.0 - http-cache-semantics: 4.1.0 + http-cache-semantics: 4.1.1 keyv: 4.5.2 lowercase-keys: 2.0.0 normalize-url: 6.1.0 @@ -16562,31 +16871,12 @@ packages: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 /call-me-maybe/1.0.2: resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} dev: true - /caller-callsite/2.0.0: - resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} - engines: {node: '>=4'} - dependencies: - callsites: 2.0.0 - dev: true - - /caller-path/2.0.0: - resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} - engines: {node: '>=4'} - dependencies: - caller-callsite: 2.0.0 - dev: true - - /callsites/2.0.0: - resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} - engines: {node: '>=4'} - dev: true - /callsites/3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -16601,7 +16891,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.4.1 + tslib: 2.5.0 /camelcase-css/2.0.1: resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} @@ -16663,13 +16953,13 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.21.4 - caniuse-lite: 1.0.30001431 + browserslist: 4.21.5 + caniuse-lite: 1.0.30001458 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - /caniuse-lite/1.0.30001431: - resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==} + /caniuse-lite/1.0.30001458: + resolution: {integrity: sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w==} /canonicalize/1.0.8: resolution: {integrity: sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==} @@ -16683,7 +16973,7 @@ packages: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} dependencies: no-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 upper-case-first: 2.0.2 /capture-exit/2.0.0: @@ -16701,6 +16991,11 @@ packages: multiformats: 9.9.0 dev: false + /case-anything/2.1.10: + resolution: {integrity: sha512-JczJwVrCP0jPKh05McyVsuOg6AYosrB9XWZKbQzXeDAm2ClE/PJE/BcrrQrVyGYH7Jg8V/LDupmyL4kFlVsVFQ==} + engines: {node: '>=12.13'} + dev: false + /case-sensitive-paths-webpack-plugin/2.4.0: resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} engines: {node: '>=4'} @@ -16716,7 +17011,7 @@ packages: resolution: {integrity: sha512-5IMhi9e1QU76ppa5/ajP1BmMWZ2FHkhAhjeVKQ/EFCgYSEaeVaoGtL7cxJskf9oCCk+XjzaIdc3IuU/dbA/o2A==} engines: {node: '>=6.0.0'} dependencies: - bignumber.js: 9.1.0 + bignumber.js: 9.1.1 nofilter: 1.0.4 /cbor/8.1.0: @@ -16731,11 +17026,6 @@ packages: hasBin: true dev: false - /cborg/1.9.5: - resolution: {integrity: sha512-fLBv8wmqtlXqy1Yu+pHzevAIkW6k2K0ZtMujNzWphLsA34vzzg9BHn+5GmZqOJkSA9V7EMKsWrf6K976c1QMjQ==} - hasBin: true - dev: false - /ccount/1.1.0: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} dev: true @@ -16763,7 +17053,7 @@ packages: dependencies: assertion-error: 1.1.0 check-error: 1.0.2 - deep-eql: 4.1.2 + deep-eql: 4.1.3 get-func-name: 2.0.0 loupe: 2.3.6 pathval: 1.1.1 @@ -16811,8 +17101,10 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chance/1.1.9: - resolution: {integrity: sha512-TfxnA/DcZXRTA4OekA2zL9GH8qscbbl6X0ZqU4tXhGveVY/mXWvEQLt5GwZcYXTEyEFflVtj+pG8nc8EwSm1RQ==} + /chance/1.1.10: + resolution: {integrity: sha512-R6o7L/PGxBxdxzWbnLTi9nKQPtNZJySAxA1yGmAfKSiUt3KsBOAttsF04gNWA/XUcGIOrLHy7uAQ7KZwK92Qig==} + dependencies: + gulp-uglify-es: 3.0.0 dev: true /change-case-all/1.0.14: @@ -16881,7 +17173,7 @@ packages: path-case: 3.0.4 sentence-case: 3.0.4 snake-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 /char-regex/1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} @@ -16926,8 +17218,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /check-types/11.1.2: - resolution: {integrity: sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==} + /check-types/11.2.2: + resolution: {integrity: sha512-HBiYvXvn9Z70Z88XKjz3AEKd4HJhBXsa3j7xFnITAzoS8+q6eIGi8qDB8FKPBAjtuxjI/zFpwuiCb8oDtKOYrA==} /check-types/8.0.3: resolution: {integrity: sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==} @@ -16957,7 +17249,7 @@ packages: domhandler: 5.0.3 domutils: 3.0.1 htmlparser2: 8.0.1 - parse5: 7.1.1 + parse5: 7.1.2 parse5-htmlparser2-tree-adapter: 7.0.0 /chokidar/2.1.8: @@ -16965,7 +17257,7 @@ packages: deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies dependencies: anymatch: 2.0.0 - async-each: 1.0.3 + async-each: 1.0.6 braces: 2.3.2 glob-parent: 3.1.0 inherits: 2.0.4 @@ -16984,7 +17276,7 @@ packages: resolution: {integrity: sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -16999,7 +17291,7 @@ packages: resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -17014,7 +17306,7 @@ packages: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -17035,11 +17327,20 @@ packages: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} + /chromium-bidi/0.4.4_6o5gdkn34s2j2m26x63ssheuqa: + resolution: {integrity: sha512-4BX5cSaponuvVT1+SbLYTOAgDoVtX/Khoc9UsbFJ/AsPVUeFAM3RiIDFI6XFhLYMi9WmVJqh1ZH+dRpNKkKwiQ==} + peerDependencies: + devtools-protocol: '*' + dependencies: + devtools-protocol: 0.0.1094867 + mitt: 3.0.0 + dev: true + /ci-info/2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} - /ci-info/3.6.1: - resolution: {integrity: sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==} + /ci-info/3.8.0: + resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} engines: {node: '>=8'} /cids/0.7.5: @@ -17106,7 +17407,7 @@ packages: catering: 2.1.1 module-error: 1.0.2 napi-macros: 2.0.0 - node-gyp-build: 4.5.0 + node-gyp-build: 4.6.0 /classnames/2.3.2: resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} @@ -17119,8 +17420,8 @@ packages: source-map: 0.6.1 dev: true - /clean-css/5.3.1: - resolution: {integrity: sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==} + /clean-css/5.3.2: + resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 @@ -17274,7 +17575,6 @@ packages: resolution: {integrity: sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==} engines: {node: '>= 0.10'} dev: true - optional: true /clone-deep/4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} @@ -17290,6 +17590,10 @@ packages: dependencies: mimic-response: 1.0.1 + /clone-stats/1.0.0: + resolution: {integrity: sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==} + dev: true + /clone/1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} @@ -17298,6 +17602,14 @@ packages: resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} engines: {node: '>=0.8'} + /cloneable-readable/1.1.3: + resolution: {integrity: sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==} + dependencies: + inherits: 2.0.4 + process-nextick-args: 2.0.1 + readable-stream: 2.3.8 + dev: true + /clsx/1.1.0: resolution: {integrity: sha512-3avwM37fSK5oP6M5rQ9CNe99lwxhXDOeSWVPAOYF6OazUTgZCMb0yWlJpmdD74REy1gkEaFiub2ULv4fq9GUhA==} engines: {node: '>=6'} @@ -17460,12 +17772,13 @@ packages: typical: 5.2.0 dev: true - /commander/2.13.0: - resolution: {integrity: sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==} + /commander/10.0.0: + resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==} + engines: {node: '>=14'} dev: true - /commander/2.18.0: - resolution: {integrity: sha512-6CYPa+JP2ftfRU2qkDK+UTVeQYosOg/2GbcjIcKPHfinyOLPVGXu/ovN86RP49Re5ndJK1N0kuiidFFuepc4ZQ==} + /commander/2.13.0: + resolution: {integrity: sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==} dev: true /commander/2.20.3: @@ -17506,8 +17819,8 @@ packages: engines: {node: ^12.20.0 || >=14} dev: true - /commander/9.4.1: - resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} + /commander/9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} /common-path-prefix/3.0.0: @@ -17520,8 +17833,8 @@ packages: /commondir/1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - /compare-versions/5.0.1: - resolution: {integrity: sha512-v8Au3l0b+Nwkp4G142JcgJFh1/TUhdxut7wzD1Nq1dyp5oa3tXaqb03EXOAB6jS4gMlalkjAUPZBMiAfKUixHQ==} + /compare-versions/5.0.3: + resolution: {integrity: sha512-4UZlZP8Z99MGEY+Ovg/uJxJuvoXuN4M6B3hKaiackiHrgzQFEe3diJi1mf1PNHbFujM7FvLrK2bpgIaImbtZ1A==} dev: true /component-emitter/1.3.0: @@ -17576,14 +17889,14 @@ packages: dependencies: buffer-from: 1.1.2 inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 typedarray: 0.0.6 /conf/10.2.0: resolution: {integrity: sha512-8fLl9F04EJqjSqH+QjITQfJF8BrOVaYr1jewVgSRAEWePfxT0sku4w2hrGQ60BC/TNLGQ2pgxNlTbWQmMPFvXg==} engines: {node: '>=12'} dependencies: - ajv: 8.11.2 + ajv: 8.12.0 ajv-formats: 2.1.1 atomically: 1.7.0 debounce-fn: 4.0.0 @@ -17639,7 +17952,7 @@ packages: resolution: {integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==} dependencies: no-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 upper-case: 2.0.2 /constantinople/3.1.2: @@ -17672,8 +17985,8 @@ packages: multicodec: 0.5.7 multihashes: 0.4.21 - /content-type/1.0.4: - resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} + /content-type/1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} /continuation-local-storage/3.2.1: @@ -17701,8 +18014,9 @@ packages: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} engines: {node: '>= 0.6'} - /cookiejar/2.1.3: - resolution: {integrity: sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==} + /cookiejar/2.1.4: + resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==} + dev: true /copy-concurrently/1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} @@ -17723,13 +18037,13 @@ packages: dependencies: toggle-selection: 1.0.6 - /core-js-compat/3.26.1: - resolution: {integrity: sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==} + /core-js-compat/3.29.0: + resolution: {integrity: sha512-ScMn3uZNAFhK2DGoEfErguoiAHhV2Ju+oJo/jK08p7B3f3UhocUrCCkTvnZaiS+edl5nlIoiBXKcwMc6elv4KQ==} dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 - /core-js-pure/3.26.1: - resolution: {integrity: sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ==} + /core-js-pure/3.29.0: + resolution: {integrity: sha512-v94gUjN5UTe1n0yN/opTihJ8QBWD2O8i19RfTZR7foONPWArnjB96QA/wk5ozu1mm6ja3udQCzOzwQXTxi3xOQ==} requiresBuild: true /core-js/2.6.12: @@ -17737,8 +18051,8 @@ packages: deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.26.1: - resolution: {integrity: sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==} + /core-js/3.29.0: + resolution: {integrity: sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==} requiresBuild: true /core-js/3.6.5: @@ -17760,16 +18074,6 @@ packages: object-assign: 4.1.1 vary: 1.1.2 - /cosmiconfig/5.2.1: - resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} - engines: {node: '>=4'} - dependencies: - import-fresh: 2.0.0 - is-directory: 0.3.1 - js-yaml: 3.14.1 - parse-json: 4.0.0 - dev: true - /cosmiconfig/6.0.0: resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} engines: {node: '>=8'} @@ -17780,8 +18084,8 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /cosmiconfig/7.0.1: - resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} + /cosmiconfig/7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} dependencies: '@types/parse-json': 4.0.0 @@ -17789,20 +18093,19 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 - dev: true - /cosmiconfig/7.1.0: - resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} - engines: {node: '>=10'} + /cosmiconfig/8.0.0: + resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==} + engines: {node: '>=14'} dependencies: - '@types/parse-json': 4.0.0 import-fresh: 3.3.0 + js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - yaml: 1.10.2 + dev: true - /cosmiconfig/8.0.0: - resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==} + /cosmiconfig/8.1.0: + resolution: {integrity: sha512-0tLZ9URlPGU7JsKq0DQOQ3FoRsYX8xDZ7xMiATQfaiGMz7EHowNkbU9u1coAOmnh9p/1ySpm0RB3JNWRXM5GCg==} engines: {node: '>=14'} dependencies: import-fresh: 3.3.0 @@ -17847,9 +18150,9 @@ packages: react-scripts: '>=3' webpack: '>=4' dependencies: - minimist: 1.2.7 + minimist: 1.2.8 progress-bar-webpack-plugin: 2.1.0_webpack@4.44.2 - react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha + react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju webpack: 4.44.2 webpack-bundle-analyzer: 3.9.0 transitivePeerDependencies: @@ -17900,10 +18203,14 @@ packages: /create-require/1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + /crelt/1.0.5: + resolution: {integrity: sha512-+BO9wPPi+DWTDcNYhr/W90myha8ptzftZT+LwcmUbbok0rcP/fequmFYCw8NMoH7pkAZQzU78b3kYrlua5a9eA==} + dev: false + /cron/1.8.2: resolution: {integrity: sha512-Gk2c4y6xKEO8FSAUTklqtfSr7oTq0CiPQeLBG5Fl0qoXpZyMcj1SG59YL+hqq04bu6/IuEA7lMkYDAplQNKkyg==} dependencies: - moment-timezone: 0.5.39 + moment-timezone: 0.5.41 dev: true /cross-blob/3.0.2: @@ -17925,7 +18232,7 @@ packages: /cross-fetch/2.2.6: resolution: {integrity: sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==} dependencies: - node-fetch: 2.6.8 + node-fetch: 2.6.9 whatwg-fetch: 2.0.4 transitivePeerDependencies: - encoding @@ -18008,37 +18315,37 @@ packages: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - /css-blank-pseudo/3.0.3_postcss@8.4.19: + /css-blank-pseudo/3.0.3_postcss@8.4.21: resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 /css-color-keywords/1.0.0: resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==} engines: {node: '>=4'} - /css-declaration-sorter/6.3.1_postcss@8.4.19: + /css-declaration-sorter/6.3.1_postcss@8.4.21: resolution: {integrity: sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==} engines: {node: ^10 || ^12 || >=14} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /css-has-pseudo/3.0.4_postcss@8.4.19: + /css-has-pseudo/3.0.4_postcss@8.4.21: resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 /css-loader/3.6.0_webpack@4.44.2: resolution: {integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==} @@ -18062,18 +18369,18 @@ packages: webpack: 4.44.2 dev: true - /css-loader/6.7.2_webpack@5.75.0: - resolution: {integrity: sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==} + /css-loader/6.7.3_webpack@5.75.0: + resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.19 - postcss: 8.4.19 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.19 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.19 - postcss-modules-scope: 3.0.0_postcss@8.4.19 - postcss-modules-values: 4.0.0_postcss@8.4.19 + icss-utils: 5.1.0_postcss@8.4.21 + postcss: 8.4.21 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.21 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.21 + postcss-modules-scope: 3.0.0_postcss@8.4.21 + postcss-modules-values: 4.0.0_postcss@8.4.21 postcss-value-parser: 4.2.0 semver: 7.3.8 webpack: 5.75.0 @@ -18097,22 +18404,22 @@ packages: esbuild: optional: true dependencies: - cssnano: 5.1.14_postcss@8.4.19 + cssnano: 5.1.15_postcss@8.4.21 jest-worker: 27.5.1 - postcss: 8.4.19 + postcss: 8.4.21 schema-utils: 4.0.0 - serialize-javascript: 6.0.0 + serialize-javascript: 6.0.1 source-map: 0.6.1 webpack: 5.75.0 - /css-prefers-color-scheme/6.0.3_postcss@8.4.19: + /css-prefers-color-scheme/6.0.3_postcss@8.4.21: resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 /css-select-base-adapter/0.1.1: resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} @@ -18143,8 +18450,8 @@ packages: domutils: 3.0.1 nth-check: 2.1.1 - /css-to-react-native/3.0.0: - resolution: {integrity: sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==} + /css-to-react-native/3.2.0: + resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==} dependencies: camelize: 1.0.1 css-color-keywords: 1.0.0 @@ -18176,8 +18483,8 @@ packages: resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} dev: true - /cssdb/7.1.0: - resolution: {integrity: sha512-Sd99PrFgx28ez4GHu8yoQIufc/70h9oYowDf4EjeIKi8mac9whxRjhM3IaMr6EllP6KKKWtJrMfN6C7T9tIWvQ==} + /cssdb/7.4.1: + resolution: {integrity: sha512-0Q8NOMpXJ3iTDDbUv9grcmQAfdDx4qz+fN/+Md2FGbevT+6+bJNQ2LjB2YIUlLbpBTM32idU1Sb+tb/uGt6/XQ==} /cssesc/3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} @@ -18189,60 +18496,60 @@ packages: dev: true optional: true - /cssnano-preset-default/5.2.13_postcss@8.4.19: - resolution: {integrity: sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ==} + /cssnano-preset-default/5.2.14_postcss@8.4.21: + resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.1_postcss@8.4.19 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 - postcss-calc: 8.2.4_postcss@8.4.19 - postcss-colormin: 5.3.0_postcss@8.4.19 - postcss-convert-values: 5.1.3_postcss@8.4.19 - postcss-discard-comments: 5.1.2_postcss@8.4.19 - postcss-discard-duplicates: 5.1.0_postcss@8.4.19 - postcss-discard-empty: 5.1.1_postcss@8.4.19 - postcss-discard-overridden: 5.1.0_postcss@8.4.19 - postcss-merge-longhand: 5.1.7_postcss@8.4.19 - postcss-merge-rules: 5.1.3_postcss@8.4.19 - postcss-minify-font-values: 5.1.0_postcss@8.4.19 - postcss-minify-gradients: 5.1.1_postcss@8.4.19 - postcss-minify-params: 5.1.4_postcss@8.4.19 - postcss-minify-selectors: 5.2.1_postcss@8.4.19 - postcss-normalize-charset: 5.1.0_postcss@8.4.19 - postcss-normalize-display-values: 5.1.0_postcss@8.4.19 - postcss-normalize-positions: 5.1.1_postcss@8.4.19 - postcss-normalize-repeat-style: 5.1.1_postcss@8.4.19 - postcss-normalize-string: 5.1.0_postcss@8.4.19 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.19 - postcss-normalize-unicode: 5.1.1_postcss@8.4.19 - postcss-normalize-url: 5.1.0_postcss@8.4.19 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.19 - postcss-ordered-values: 5.1.3_postcss@8.4.19 - postcss-reduce-initial: 5.1.1_postcss@8.4.19 - postcss-reduce-transforms: 5.1.0_postcss@8.4.19 - postcss-svgo: 5.1.0_postcss@8.4.19 - postcss-unique-selectors: 5.1.1_postcss@8.4.19 - - /cssnano-utils/3.1.0_postcss@8.4.19: + css-declaration-sorter: 6.3.1_postcss@8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.21 + postcss: 8.4.21 + postcss-calc: 8.2.4_postcss@8.4.21 + postcss-colormin: 5.3.1_postcss@8.4.21 + postcss-convert-values: 5.1.3_postcss@8.4.21 + postcss-discard-comments: 5.1.2_postcss@8.4.21 + postcss-discard-duplicates: 5.1.0_postcss@8.4.21 + postcss-discard-empty: 5.1.1_postcss@8.4.21 + postcss-discard-overridden: 5.1.0_postcss@8.4.21 + postcss-merge-longhand: 5.1.7_postcss@8.4.21 + postcss-merge-rules: 5.1.4_postcss@8.4.21 + postcss-minify-font-values: 5.1.0_postcss@8.4.21 + postcss-minify-gradients: 5.1.1_postcss@8.4.21 + postcss-minify-params: 5.1.4_postcss@8.4.21 + postcss-minify-selectors: 5.2.1_postcss@8.4.21 + postcss-normalize-charset: 5.1.0_postcss@8.4.21 + postcss-normalize-display-values: 5.1.0_postcss@8.4.21 + postcss-normalize-positions: 5.1.1_postcss@8.4.21 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.21 + postcss-normalize-string: 5.1.0_postcss@8.4.21 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.21 + postcss-normalize-unicode: 5.1.1_postcss@8.4.21 + postcss-normalize-url: 5.1.0_postcss@8.4.21 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.21 + postcss-ordered-values: 5.1.3_postcss@8.4.21 + postcss-reduce-initial: 5.1.2_postcss@8.4.21 + postcss-reduce-transforms: 5.1.0_postcss@8.4.21 + postcss-svgo: 5.1.0_postcss@8.4.21 + postcss-unique-selectors: 5.1.1_postcss@8.4.21 + + /cssnano-utils/3.1.0_postcss@8.4.21: resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /cssnano/5.1.14_postcss@8.4.19: - resolution: {integrity: sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw==} + /cssnano/5.1.15_postcss@8.4.21: + resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.13_postcss@8.4.19 + cssnano-preset-default: 5.2.14_postcss@8.4.21 lilconfig: 2.0.6 - postcss: 8.4.19 + postcss: 8.4.21 yaml: 1.10.2 /csso/4.2.0: @@ -18297,9 +18604,9 @@ packages: hasBin: true requiresBuild: true dependencies: - '@cypress/request': 2.88.10 + '@cypress/request': 2.88.11 '@cypress/xvfb': 1.2.4_supports-color@8.1.1 - '@types/node': 14.18.33 + '@types/node': 14.18.36 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -18329,7 +18636,7 @@ packages: listr2: 3.14.0_enquirer@2.3.6 lodash: 4.17.21 log-symbols: 4.1.0 - minimist: 1.2.7 + minimist: 1.2.8 ospath: 1.2.2 pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 @@ -18347,9 +18654,9 @@ packages: hasBin: true requiresBuild: true dependencies: - '@cypress/request': 2.88.10 + '@cypress/request': 2.88.11 '@cypress/xvfb': 1.2.4_supports-color@8.1.1 - '@types/node': 14.18.33 + '@types/node': 14.18.36 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -18363,7 +18670,7 @@ packages: cli-table3: 0.6.3 commander: 5.1.0 common-tags: 1.8.2 - dayjs: 1.11.6 + dayjs: 1.11.7 debug: 4.3.4_supports-color@8.1.1 enquirer: 2.3.6 eventemitter2: 6.4.9 @@ -18379,7 +18686,7 @@ packages: listr2: 3.14.0_enquirer@2.3.6 lodash: 4.17.21 log-symbols: 4.1.0 - minimist: 1.2.7 + minimist: 1.2.8 ospath: 1.2.2 pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 @@ -18404,6 +18711,13 @@ packages: multiformats: 9.9.0 dev: false + /dag-jose-utils/3.0.0: + resolution: {integrity: sha512-gu+XutOTy3kD8fDcA1SMjZ2U0mUOb/hxoRVZaMCizXN7Ssbc5dKOzeXQ4GquV4BdQzs3w5Y7irOpn2plFPIJfg==} + dependencies: + '@ipld/dag-cbor': 7.0.3 + multiformats: 11.0.1 + dev: false + /dag-jose/1.0.0: resolution: {integrity: sha512-U0b/YsIPBp6YZNTFrVjwLZAlY3qGRxZTIEcM/CcQmrVrCWq9MWQq9pheXVSPLIhF4SNwzp2SikPva4/BIrJY+g==} dependencies: @@ -18425,6 +18739,10 @@ packages: resolution: {integrity: sha512-Vy4dx7gquTeMcQR/hDkYLGUnwVil6vk4FOOct+djUnHOUWt+zJPJAaRIXaAFkPXtJjvlY7o3rfRu0/3hpnwoUA==} dev: true + /dash-get/1.0.2: + resolution: {integrity: sha512-4FbVrHDwfOASx7uQVxeiCTo7ggSdYZbqs8lH+WU6ViypPlDbe9y6IP5VVUDQBv9DcnyaiPT5XT0UWHgJ64zLeQ==} + dev: false + /dashdash/1.14.1: resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} engines: {node: '>=0.10'} @@ -18436,8 +18754,8 @@ packages: engines: {node: '>= 6'} dev: false - /data-uri-to-buffer/4.0.0: - resolution: {integrity: sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==} + /data-uri-to-buffer/4.0.1: + resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} engines: {node: '>= 12'} dev: false @@ -18452,6 +18770,14 @@ packages: /dataloader/2.1.0: resolution: {integrity: sha512-qTcEYLen3r7ojZNgVUaRggOI+KM7jrKxXeSHhogh/TWxYMeONEMqY+hmkobiYQozsGIyg9OYVzO4ZIfoB4I0pQ==} + /dataloader/2.2.1: + resolution: {integrity: sha512-Zn+tVZo1RKu120rgoe0JsRk56UiKdefPSH47QROJsMHrX8/S9UJvi5A/A6+Sbuk6rE88z5JoM/wIJ09Z7BTfYA==} + dev: true + + /dataloader/2.2.2: + resolution: {integrity: sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==} + dev: false + /datastore-core/7.0.3: resolution: {integrity: sha512-DmPsUux63daOfCszxLkcp6LjdJ0k/BQNhIMtoAi5mbraYQnEQkFtKORmTu6XmDX6ujbtaBkeuJAiCBNI7MZklw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} @@ -18477,7 +18803,7 @@ packages: dependencies: '@libp2p/logger': 2.0.5 err-code: 3.0.1 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 it-all: 2.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -18512,7 +18838,7 @@ packages: dependencies: datastore-core: 8.0.4 fast-write-atomic: 0.2.1 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 it-glob: 1.0.2 it-map: 1.0.6 it-parallel-batch: 1.0.11 @@ -18542,7 +18868,7 @@ packages: dependencies: abstract-level: 1.0.3 datastore-core: 8.0.4 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 it-filter: 2.0.0 it-map: 2.0.0 it-sort: 2.0.0 @@ -18574,7 +18900,7 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 datastore-core: 8.0.4 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 uint8arrays: 4.0.3 transitivePeerDependencies: - supports-color @@ -18593,10 +18919,6 @@ packages: resolution: {integrity: sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==} dev: true - /dayjs/1.11.6: - resolution: {integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==} - dev: true - /dayjs/1.11.7: resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} @@ -18642,7 +18964,7 @@ packages: supports-color: optional: true dependencies: - ms: 2.1.3 + ms: 2.1.1 supports-color: 6.0.0 dev: true @@ -18704,19 +19026,6 @@ packages: ms: 2.1.2 dev: true - /debug/4.3.3_supports-color@8.1.1: - resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - supports-color: 8.1.1 - dev: true - /debug/4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -18752,7 +19061,7 @@ packages: ms: 2.1.2 supports-color: 8.1.1 - /debug/4.3.4_supports-color@9.2.3: + /debug/4.3.4_supports-color@9.3.1: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -18762,7 +19071,7 @@ packages: optional: true dependencies: ms: 2.1.2 - supports-color: 9.2.3 + supports-color: 9.3.1 dev: true /decamelize-keys/1.1.1: @@ -18781,11 +19090,11 @@ packages: resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} engines: {node: '>=10'} - /decimal.js/10.4.2: - resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==} + /decimal.js/10.4.3: + resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} - /decode-uri-component/0.2.0: - resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==} + /decode-uri-component/0.2.2: + resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} /decompress-response/3.3.0: @@ -18856,8 +19165,8 @@ packages: /dedent/0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - /deep-eql/4.1.2: - resolution: {integrity: sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==} + /deep-eql/4.1.3: + resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} engines: {node: '>=6'} dependencies: type-detect: 4.0.8 @@ -18873,15 +19182,17 @@ packages: regexp.prototype.flags: 1.4.3 dev: true - /deep-equal/2.1.0: - resolution: {integrity: sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==} + /deep-equal/2.2.0: + resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==} dependencies: call-bind: 1.0.2 - es-get-iterator: 1.1.2 - get-intrinsic: 1.1.3 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.0 is-arguments: 1.1.1 + is-array-buffer: 3.0.1 is-date-object: 1.0.5 is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 isarray: 2.0.5 object-is: 1.1.5 object-keys: 1.1.1 @@ -18891,7 +19202,6 @@ packages: which-boxed-primitive: 1.0.2 which-collection: 1.0.1 which-typed-array: 1.1.9 - dev: true /deep-extend/0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} @@ -18907,8 +19217,8 @@ packages: semver: 5.7.1 dev: true - /deepmerge/4.2.2: - resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} + /deepmerge/4.3.0: + resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} engines: {node: '>=0.10.0'} /default-browser-id/1.0.4: @@ -18981,8 +19291,8 @@ packages: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} - /define-properties/1.1.4: - resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} + /define-properties/1.2.0: + resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 @@ -19110,7 +19420,7 @@ packages: engines: {node: '>= 4.2.1'} hasBin: true dependencies: - address: 1.2.1 + address: 1.2.2 debug: 2.6.9 transitivePeerDependencies: - supports-color @@ -19119,7 +19429,7 @@ packages: resolution: {integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==} hasBin: true dependencies: - address: 1.2.1 + address: 1.2.2 debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -19132,18 +19442,18 @@ packages: dependencies: acorn-node: 1.8.2 defined: 1.0.1 - minimist: 1.2.7 + minimist: 1.2.8 - /devtools-protocol/0.0.1056733: - resolution: {integrity: sha512-CmTu6SQx2g3TbZzDCAV58+LTxVdKplS7xip0g5oDXpZ+isr0rv5dDP8ToyVRywzPHkCCPKgKgScEcwz4uPWDIA==} + /devtools-protocol/0.0.1094867: + resolution: {integrity: sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==} dev: true /devtools-protocol/0.0.969999: resolution: {integrity: sha512-6GfzuDWU0OFAuOvBokXpXPLxjOJ5DZ157Ue3sGQQM3LgAamb8m0R0ruSfN0DDu+XG5XJgT50i6zZ/0o8RglreQ==} dev: true - /did-jwt/6.9.0: - resolution: {integrity: sha512-kZ8pakovM2VkG0pia6x0SA9/1rl9dOUti4i2FL3xg7arJDWW7dACJxX+6gQK7iR/DvXrfFo8F784ejHVbw9ryA==} + /did-jwt/6.11.1: + resolution: {integrity: sha512-PsUn2ajDN0TxE4DbIMy6iaa+B19WeoBGrct9rRV2OY2Amtfw/2oMihD8ra/y/cdbUtsA2gMjiB7DYiM4V4IVMg==} dependencies: '@stablelib/ed25519': 1.0.3 '@stablelib/random': 1.0.2 @@ -19171,7 +19481,7 @@ packages: resolution: {integrity: sha512-hLKlfPGoEp9T6malsuNyF1bCrU0AcECZJ1SP2lvbHiic7ko2PdiZPmmVipVId+ZqmshU4AlLLEozZc9Iu1X1UA==} engines: {node: '>=14.14'} dependencies: - '@ceramicnetwork/stream-tile': 2.9.0 + '@ceramicnetwork/stream-tile': 2.19.0 '@stablelib/random': 1.0.2 dids: 3.4.0 key-did-provider-ed25519: 2.0.1 @@ -19185,17 +19495,32 @@ packages: resolution: {integrity: sha512-hXHkOTL9E5R4rbQwDVOktiiEq57Y6yWOEYjev1ojOpMr2Rkx9g8bw0v6BQIsbPB94aaYxUCtaejNl2FrublfiA==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.0.0 + '@didtools/cacao': 1.2.0 '@didtools/pkh-ethereum': 0.0.1 '@stablelib/random': 1.0.2 dag-jose-utils: 2.0.0 - did-jwt: 6.9.0 + did-jwt: 6.11.1 did-resolver: 3.2.2 multiformats: 9.9.0 rpc-utils: 0.6.2 uint8arrays: 3.1.1 dev: false + /dids/4.0.0: + resolution: {integrity: sha512-sNba/y3XSXkhMYlWw3JBGST+AOySIqZ1M/rsvoxSoLvcempi4MbtwqCTkBzuiKiKKmbLXZbL/rFIr0HUSRMg1Q==} + engines: {node: '>=14.14'} + dependencies: + '@didtools/cacao': 2.0.0 + '@didtools/pkh-ethereum': 0.1.0 + '@stablelib/random': 1.0.2 + dag-jose-utils: 3.0.0 + did-jwt: 6.11.1 + did-resolver: 4.0.1 + multiformats: 11.0.1 + rpc-utils: 0.6.2 + uint8arrays: 4.0.3 + dev: false + /didyoumean/1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} @@ -19276,9 +19601,9 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: debug: 4.3.4 - native-fetch: 4.0.2_undici@5.19.1 + native-fetch: 4.0.2_undici@5.20.0 receptacle: 1.3.2 - undici: 5.19.1 + undici: 5.20.0 transitivePeerDependencies: - supports-color dev: false @@ -19340,8 +19665,8 @@ packages: resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} dev: true - /dom-accessibility-api/0.5.14: - resolution: {integrity: sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==} + /dom-accessibility-api/0.5.16: + resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} dev: true /dom-converter/0.2.0: @@ -19450,7 +19775,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 /dot-prop/5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} @@ -19503,7 +19828,6 @@ packages: browserify-aes: 1.2.0 create-hash: 1.2.0 create-hmac: 1.1.7 - dev: true /dset/3.1.2: resolution: {integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==} @@ -19515,7 +19839,7 @@ packages: /duplexer2/0.1.4: resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} dependencies: - readable-stream: 2.3.7 + readable-stream: 2.3.8 dev: true /duplexer3/0.1.5: @@ -19526,7 +19850,7 @@ packages: dependencies: end-of-stream: 1.4.4 inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 stream-shift: 1.0.1 /eastasianwidth/0.2.0: @@ -19547,7 +19871,7 @@ packages: engines: {node: '>=10'} dependencies: '@findeth/abi': 0.3.1 - '@noble/hashes': 1.1.2 + '@noble/hashes': 1.2.0 superstruct: 0.15.5 dev: false @@ -19603,8 +19927,8 @@ packages: encoding: 0.1.13 dev: false - /electron-to-chromium/1.4.284: - resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} + /electron-to-chromium/1.4.313: + resolution: {integrity: sha512-QckB9OVqr2oybjIrbMI99uF+b9+iTja5weFe0ePbqLb5BHqXOJUO1SG6kDj/1WtWPRIBr51N153AEq8m7HuIaA==} /electron-webrtc/0.3.0: resolution: {integrity: sha512-p4x21lsoG2S3ErTcc1svH/OCcLsNKEwQsxK9PIsefMPRp5lB6Ux10oRVVTy3BqFPxuus3csjTSFJXXOZaGPMmQ==} @@ -19627,7 +19951,7 @@ packages: requiresBuild: true dependencies: '@electron/get': 1.14.1 - '@types/node': 14.18.33 + '@types/node': 14.18.36 extract-zip: 1.7.0 transitivePeerDependencies: - supports-color @@ -19639,7 +19963,7 @@ packages: dependencies: bn.js: 4.12.0 brorand: 1.1.0 - hash.js: 1.1.7 + hash.js: 1.1.3 inherits: 2.0.4 dev: true @@ -19648,12 +19972,11 @@ packages: dependencies: bn.js: 4.12.0 brorand: 1.1.0 - hash.js: 1.1.7 + hash.js: 1.1.3 hmac-drbg: 1.0.1 inherits: 2.0.4 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - dev: true /elliptic/6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} @@ -19695,9 +20018,6 @@ packages: resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} engines: {node: '>=10'} - /emoji-regex/10.2.1: - resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==} - /emoji-regex/7.0.3: resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} @@ -19772,13 +20092,13 @@ packages: objectorarray: 1.0.5 dev: true - /engine.io-client/6.2.3: - resolution: {integrity: sha512-aXPtgF1JS3RuuKcpSrBtimSjYvrbhKW9froICH4s0F3XQWLxsKNxqzG39nnvQZQnva4CMvUK63T7shevxRyYHw==} + /engine.io-client/6.4.0: + resolution: {integrity: sha512-GyKPDyoEha+XZ7iEqam49vz6auPnNJ9ZBfy89f+rMMas8AuiMWOZ9PVzu8xb9ZC6rafUqiGHSCfu22ih66E+1g==} dependencies: '@socket.io/component-emitter': 3.1.0 debug: 4.3.4 - engine.io-parser: 5.0.4 - ws: 8.2.3 + engine.io-parser: 5.0.6 + ws: 8.11.0 xmlhttprequest-ssl: 2.0.0 transitivePeerDependencies: - bufferutil @@ -19786,8 +20106,8 @@ packages: - utf-8-validate dev: false - /engine.io-parser/5.0.4: - resolution: {integrity: sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==} + /engine.io-parser/5.0.6: + resolution: {integrity: sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==} engines: {node: '>=10.0.0'} dev: false @@ -19799,8 +20119,8 @@ packages: memory-fs: 0.5.0 tapable: 1.1.3 - /enhanced-resolve/5.10.0: - resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} + /enhanced-resolve/5.12.0: + resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.10 @@ -19822,6 +20142,11 @@ packages: /entities/2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} + /entities/3.0.1: + resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==} + engines: {node: '>=0.12'} + dev: false + /entities/4.4.0: resolution: {integrity: sha512-oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==} engines: {node: '>=0.12'} @@ -19874,54 +20199,71 @@ packages: dependencies: stackframe: 1.3.4 - /es-abstract/1.20.4: - resolution: {integrity: sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==} + /es-abstract/1.21.1: + resolution: {integrity: sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==} engines: {node: '>= 0.4'} dependencies: + available-typed-arrays: 1.0.5 call-bind: 1.0.2 + es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 function-bind: 1.1.1 function.prototype.name: 1.1.5 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 get-symbol-description: 1.0.0 + globalthis: 1.0.3 + gopd: 1.0.1 has: 1.0.3 has-property-descriptors: 1.0.0 + has-proto: 1.0.1 has-symbols: 1.0.3 - internal-slot: 1.0.3 + internal-slot: 1.0.5 + is-array-buffer: 3.0.1 is-callable: 1.2.7 is-negative-zero: 2.0.2 is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 is-string: 1.0.7 + is-typed-array: 1.1.10 is-weakref: 1.0.2 - object-inspect: 1.12.2 + object-inspect: 1.12.3 object-keys: 1.1.1 object.assign: 4.1.4 regexp.prototype.flags: 1.4.3 safe-regex-test: 1.0.0 string.prototype.trimend: 1.0.6 string.prototype.trimstart: 1.0.6 + typed-array-length: 1.0.4 unbox-primitive: 1.0.2 + which-typed-array: 1.1.9 /es-array-method-boxes-properly/1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} - /es-get-iterator/1.1.2: - resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} + /es-get-iterator/1.1.3: + resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 has-symbols: 1.0.3 is-arguments: 1.1.1 is-map: 2.0.2 is-set: 2.0.2 is-string: 1.0.7 isarray: 2.0.5 - dev: true + stop-iteration-iterator: 1.0.0 /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} + /es-set-tostringtag/2.0.1: + resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.0 + has: 1.0.3 + has-tostringtag: 1.0.0 + /es-shim-unscopables/1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: @@ -19976,8 +20318,8 @@ packages: engines: {node: '>=6'} dev: false - /es6-shim/0.35.6: - resolution: {integrity: sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==} + /es6-shim/0.35.7: + resolution: {integrity: sha512-baZkUfTDSx7X69+NA8imbvGrsPfqH0MX7ADdIDjqwsI8lkTgLIiD2QWrUCSGsUQ0YMnSCA/4pNgSyXdnLHWf3A==} dev: true /es6-symbol/3.1.3: @@ -20053,16 +20395,16 @@ packages: eslint: 7.32.0 dev: true - /eslint-config-prettier/8.5.0_eslint@8.30.0: - resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} + /eslint-config-prettier/8.6.0_eslint@8.35.0: + resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.30.0 + eslint: 8.35.0 dev: true - /eslint-config-react-app/7.0.1_lzzuuodtsqwxnvqeq4g4likcqa: + /eslint-config-react-app/7.0.1_6lgrqu2p7dfkc6bf7ncm5xpzs4: resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -20072,22 +20414,22 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_jnsjeijncrwwjo3oetxnn2vfsu + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 - eslint: 8.30.0 - eslint-plugin-flowtype: 8.0.3_eslint@8.30.0 - eslint-plugin-import: 2.26.0_a2qhxslrsoaoxxmyjfllcpczu4 - eslint-plugin-jest: 25.7.0_qnvp5jknufo75nawe7wptdtlpy - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.30.0 - eslint-plugin-react: 7.31.10_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 - eslint-plugin-testing-library: 5.9.1_lzzuuodtsqwxnvqeq4g4likcqa - typescript: 4.9.4 + eslint: 8.35.0 + eslint-plugin-flowtype: 8.0.3_eslint@8.35.0 + eslint-plugin-import: 2.27.5_ajyizmi44oc3hrc35l6ndh7p4e + eslint-plugin-jest: 25.7.0_npuaqhfkjgus3nqfbgjmqmizqa + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 + eslint-plugin-testing-library: 5.10.2_ycpbpc6yetojsgtrx3mwntkhsu + typescript: 4.9.5 transitivePeerDependencies: - '@babel/plugin-syntax-flow' - '@babel/plugin-transform-react-jsx' @@ -20095,9 +20437,8 @@ packages: - eslint-import-resolver-webpack - jest - supports-color - dev: false - /eslint-config-react-app/7.0.1_vpf47gbjkm5g77zbjlqae2tcbe: + /eslint-config-react-app/7.0.1_ycpbpc6yetojsgtrx3mwntkhsu: resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -20107,22 +20448,22 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.2 - '@babel/eslint-parser': 7.19.1_jnsjeijncrwwjo3oetxnn2vfsu + '@babel/core': 7.21.0 + '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 - eslint: 8.30.0 - eslint-plugin-flowtype: 8.0.3_eslint@8.30.0 - eslint-plugin-import: 2.26.0_a2qhxslrsoaoxxmyjfllcpczu4 - eslint-plugin-jest: 25.7.0_or6aguktwgxp6posbiuupq4334 - eslint-plugin-jsx-a11y: 6.6.1_eslint@8.30.0 - eslint-plugin-react: 7.31.10_eslint@8.30.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 - eslint-plugin-testing-library: 5.9.1_lzzuuodtsqwxnvqeq4g4likcqa - typescript: 4.9.4 + eslint: 8.35.0 + eslint-plugin-flowtype: 8.0.3_eslint@8.35.0 + eslint-plugin-import: 2.27.5_ajyizmi44oc3hrc35l6ndh7p4e + eslint-plugin-jest: 25.7.0_aere4n7c7ynvp62ae3ihfxuwhu + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.35.0 + eslint-plugin-react: 7.32.2_eslint@8.35.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 + eslint-plugin-testing-library: 5.10.2_ycpbpc6yetojsgtrx3mwntkhsu + typescript: 4.9.5 transitivePeerDependencies: - '@babel/plugin-syntax-flow' - '@babel/plugin-transform-react-jsx' @@ -20130,40 +20471,9 @@ packages: - eslint-import-resolver-webpack - jest - supports-color - - /eslint-config-standard-jsx/10.0.0_rfut5ehdjmzxinfjxzbnr2vvmi: - resolution: {integrity: sha512-hLeA2f5e06W1xyr/93/QJulN/rLbUVUmqTlexv9PRKHFwEC9ffJcH2LvJhMoEqYQBEYafedgGZXH2W8NUpt5lA==} - peerDependencies: - eslint: ^7.12.1 - eslint-plugin-react: ^7.21.5 - dependencies: - eslint: 7.32.0 - eslint-plugin-react: 7.31.10_eslint@7.32.0 - dev: false - - /eslint-config-standard-with-typescript/21.0.1_hz2ksngkfucsvmqk7u23djk53y: - resolution: {integrity: sha512-FeiMHljEJ346Y0I/HpAymNKdrgKEpHpcg/D93FvPHWfCzbT4QyUJba/0FwntZeGLXfUiWDSeKmdJD597d9wwiw==} - peerDependencies: - '@typescript-eslint/eslint-plugin': ^4.0.1 - eslint: ^7.12.1 - eslint-plugin-import: ^2.22.1 - eslint-plugin-node: ^11.1.0 - eslint-plugin-promise: ^4.2.1 || ^5.0.0 - typescript: ^3.9 || ^4.0.0 - dependencies: - '@typescript-eslint/eslint-plugin': 4.33.0_xspifk7brbsnyg562jkgvazaje - '@typescript-eslint/parser': 4.33.0_yfqovispp7u7jaktymfaqwl2py - eslint: 7.32.0 - eslint-config-standard: 16.0.3_wnerebu6rbpsve3qx7qqwvcqtq - eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e - eslint-plugin-node: 11.1.0_eslint@7.32.0 - eslint-plugin-promise: 5.2.0_eslint@7.32.0 - typescript: 4.9.4 - transitivePeerDependencies: - - supports-color dev: false - /eslint-config-standard/11.0.0_4nhl2regw2d2bn35int2uietny: + /eslint-config-standard/11.0.0_gqmrgxyvzmdwszb65cri3exrzy: resolution: {integrity: sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==} peerDependencies: eslint: '>=4.18.0' @@ -20173,7 +20483,7 @@ packages: eslint-plugin-standard: '>=3.0.1' dependencies: eslint: 5.16.0 - eslint-plugin-import: 2.26.0_eslint@5.16.0 + eslint-plugin-import: 2.27.5_eslint@5.16.0 eslint-plugin-node: 5.2.1_eslint@5.16.0 eslint-plugin-promise: 3.8.0 eslint-plugin-standard: 3.1.0_eslint@5.16.0 @@ -20188,34 +20498,21 @@ packages: eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: eslint: 7.32.0 - eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e + eslint-plugin-import: 2.26.0_lpoet4woefdgt5yazgwydy42la eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 6.0.0_eslint@7.32.0 dev: true - /eslint-config-standard/16.0.3_wnerebu6rbpsve3qx7qqwvcqtq: - resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} - peerDependencies: - eslint: ^7.12.1 - eslint-plugin-import: ^2.22.1 - eslint-plugin-node: ^11.1.0 - eslint-plugin-promise: ^4.2.1 || ^5.0.0 - dependencies: - eslint: 7.32.0 - eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e - eslint-plugin-node: 11.1.0_eslint@7.32.0 - eslint-plugin-promise: 5.2.0_eslint@7.32.0 - dev: false - - /eslint-import-resolver-node/0.3.6: - resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} + /eslint-import-resolver-node/0.3.7: + resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 + is-core-module: 2.11.0 resolve: 1.22.1 transitivePeerDependencies: - supports-color - /eslint-module-utils/2.7.4_ognjbjvha6hcmwnc2ibjwwodzy: + /eslint-module-utils/2.7.4_ogrbfkvjnsyphtg5iqi3ebn3lq: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -20238,12 +20535,12 @@ packages: dependencies: debug: 3.2.7 eslint: 5.16.0 - eslint-import-resolver-node: 0.3.6 + eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.4_ozjuw7yt6hedptdavhu6xk7csa: + /eslint-module-utils/2.7.4_qynxowrxvm2kj5rbowcxf5maga: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -20264,14 +20561,14 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu debug: 3.2.7 - eslint: 8.30.0 - eslint-import-resolver-node: 0.3.6 + eslint: 8.35.0 + eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color - /eslint-module-utils/2.7.4_tszqikfextrjb4eebsmjss2pne: + /eslint-module-utils/2.7.4_vucvtitfqfd5slbaxepa67k2se: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -20292,12 +20589,13 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu debug: 3.2.7 eslint: 7.32.0 - eslint-import-resolver-node: 0.3.6 + eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color + dev: true /eslint-plugin-chai-friendly/0.7.2_eslint@7.32.0: resolution: {integrity: sha512-LOIfGx5sZZ5FwM1shr2GlYAWV9Omdi+1/3byuVagvQNoGUuU0iHhp7AfjA1uR+4dJ4Isfb4+FwBJgQajIw9iAg==} @@ -20317,12 +20615,12 @@ packages: globals: 11.12.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.30.0: + /eslint-plugin-cypress/2.12.1_eslint@8.35.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.30.0 + eslint: 8.35.0 globals: 11.12.0 dev: false @@ -20335,8 +20633,9 @@ packages: eslint: 7.32.0 eslint-utils: 2.1.0 regexpp: 3.2.0 + dev: true - /eslint-plugin-flowtype/8.0.3_eslint@8.30.0: + /eslint-plugin-flowtype/8.0.3_eslint@8.35.0: resolution: {integrity: sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -20344,11 +20643,11 @@ packages: '@babel/plugin-transform-react-jsx': ^7.14.9 eslint: ^8.1.0 dependencies: - eslint: 8.30.0 + eslint: 8.35.0 lodash: 4.17.21 string-natural-compare: 3.0.1 - /eslint-plugin-import/2.26.0_a2qhxslrsoaoxxmyjfllcpczu4: + /eslint-plugin-import/2.26.0_lpoet4woefdgt5yazgwydy42la: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -20358,28 +20657,29 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.30.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_ozjuw7yt6hedptdavhu6xk7csa + eslint: 7.32.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4_vucvtitfqfd5slbaxepa67k2se has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 - tsconfig-paths: 3.14.1 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color + dev: true - /eslint-plugin-import/2.26.0_eslint@5.16.0: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import/2.27.5_ajyizmi44oc3hrc35l6ndh7p4e: + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -20388,28 +20688,30 @@ packages: '@typescript-eslint/parser': optional: true dependencies: + '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu array-includes: 3.1.6 array.prototype.flat: 1.3.1 - debug: 2.6.9 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 doctrine: 2.1.0 - eslint: 5.16.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_ognjbjvha6hcmwnc2ibjwwodzy + eslint: 8.35.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4_qynxowrxvm2kj5rbowcxf5maga has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 - tsconfig-paths: 3.14.1 + semver: 6.3.0 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /eslint-plugin-import/2.26.0_sgvxsd2i36a2mn3vpklggj663e: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import/2.27.5_eslint@5.16.0: + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -20418,27 +20720,29 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa array-includes: 3.1.6 array.prototype.flat: 1.3.1 - debug: 2.6.9 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 doctrine: 2.1.0 - eslint: 7.32.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_tszqikfextrjb4eebsmjss2pne + eslint: 5.16.0 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.7.4_ogrbfkvjnsyphtg5iqi3ebn3lq has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 - tsconfig-paths: 3.14.1 + semver: 6.3.0 + tsconfig-paths: 3.14.2 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color + dev: true - /eslint-plugin-jest/25.7.0_or6aguktwgxp6posbiuupq4334: + /eslint-plugin-jest/25.7.0_aere4n7c7ynvp62ae3ihfxuwhu: resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -20451,15 +20755,15 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 - '@typescript-eslint/experimental-utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 - jest: 27.5.1_ts-node@10.9.1 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/experimental-utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 transitivePeerDependencies: - supports-color - typescript + dev: false - /eslint-plugin-jest/25.7.0_qnvp5jknufo75nawe7wptdtlpy: + /eslint-plugin-jest/25.7.0_npuaqhfkjgus3nqfbgjmqmizqa: resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -20472,33 +20776,36 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 - '@typescript-eslint/experimental-utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 + '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi + '@typescript-eslint/experimental-utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 + jest: 27.5.1_ts-node@10.9.1 transitivePeerDependencies: - supports-color - typescript - dev: false - /eslint-plugin-jsx-a11y/6.6.1_eslint@8.30.0: - resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} + /eslint-plugin-jsx-a11y/6.7.1_eslint@8.35.0: + resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.20.1 - aria-query: 4.2.2 + '@babel/runtime': 7.21.0 + aria-query: 5.1.3 array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 ast-types-flow: 0.0.7 - axe-core: 4.5.1 - axobject-query: 2.2.0 + axe-core: 4.6.3 + axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.30.0 + eslint: 8.35.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 semver: 6.3.0 /eslint-plugin-node/11.1.0_eslint@7.32.0: @@ -20510,10 +20817,11 @@ packages: eslint: 7.32.0 eslint-plugin-es: 3.0.1_eslint@7.32.0 eslint-utils: 2.1.0 - ignore: 5.2.0 + ignore: 5.2.4 minimatch: 3.1.2 resolve: 1.22.1 semver: 6.3.0 + dev: true /eslint-plugin-node/5.2.1_eslint@5.16.0: resolution: {integrity: sha512-xhPXrh0Vl/b7870uEbaumb2Q+LxaEcOQ3kS1jtIXanBAwpMre1l5q/l2l/hESYJGEFKuI78bp6Uw50hlpr7B+g==} @@ -20550,15 +20858,6 @@ packages: engines: {node: '>=4'} dev: true - /eslint-plugin-promise/5.2.0_eslint@7.32.0: - resolution: {integrity: sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - eslint: ^7.0.0 - dependencies: - eslint: 7.32.0 - dev: false - /eslint-plugin-promise/6.0.0_eslint@7.32.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -20568,22 +20867,23 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.30.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.35.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.30.0 + eslint: 8.35.0 - /eslint-plugin-react/7.31.10_eslint@5.16.0: - resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} + /eslint-plugin-react/7.32.2_eslint@5.16.0: + resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 eslint: 5.16.0 estraverse: 5.3.0 @@ -20599,39 +20899,17 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-react/7.31.10_eslint@7.32.0: - resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} + /eslint-plugin-react/7.32.2_eslint@8.35.0: + resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 + array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 7.32.0 - estraverse: 5.3.0 - jsx-ast-utils: 3.3.3 - minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 - object.hasown: 1.1.2 - object.values: 1.1.6 - prop-types: 15.8.1 - resolve: 2.0.0-next.4 - semver: 6.3.0 - string.prototype.matchall: 4.0.8 - dev: false - - /eslint-plugin-react/7.31.10_eslint@8.30.0: - resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 - doctrine: 2.1.0 - eslint: 8.30.0 + eslint: 8.35.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -20660,38 +20938,38 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-testing-library/5.2.1_yfqovispp7u7jaktymfaqwl2py: - resolution: {integrity: sha512-88qJv6uzYALtiYJDzhelP3ov0Px/GLgnu+UekjjDxL2nMyvgdTyboKqcDBsvFPmAeizlCoSWOjeBN4DxO0BxaA==} + /eslint-plugin-testing-library/5.10.2_ycpbpc6yetojsgtrx3mwntkhsu: + resolution: {integrity: sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.43.0_yfqovispp7u7jaktymfaqwl2py - eslint: 7.32.0 + '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + eslint: 8.35.0 transitivePeerDependencies: - supports-color - typescript - dev: true - /eslint-plugin-testing-library/5.9.1_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-6BQp3tmb79jLLasPHJmy8DnxREe+2Pgf7L+7o09TSWPfdqqtQfRZmZNetr5mOs3yqZk/MRNxpN3RUpJe0wB4LQ==} + /eslint-plugin-testing-library/5.2.1_jofidmxrjzhj7l6vknpw5ecvfe: + resolution: {integrity: sha512-88qJv6uzYALtiYJDzhelP3ov0Px/GLgnu+UekjjDxL2nMyvgdTyboKqcDBsvFPmAeizlCoSWOjeBN4DxO0BxaA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa - eslint: 8.30.0 + '@typescript-eslint/utils': 5.54.0_jofidmxrjzhj7l6vknpw5ecvfe + eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript + dev: true - /eslint-plugin-ui-testing/2.0.1_yfqovispp7u7jaktymfaqwl2py: + /eslint-plugin-ui-testing/2.0.1_jofidmxrjzhj7l6vknpw5ecvfe: resolution: {integrity: sha512-GpvE0u03GSytsJ/K49C2dJlvDKQSfh+PX4lAEjBIc5RxUWEpGf9/jY3JTFd7F0gQ9ElGfYskJceVKyz7knbFFw==} engines: {node: ^10.12.0 || >=12.0.0, npm: '>=6'} peerDependencies: eslint: '>= 7' dependencies: - '@typescript-eslint/experimental-utils': 5.43.0_yfqovispp7u7jaktymfaqwl2py + '@typescript-eslint/experimental-utils': 5.54.0_jofidmxrjzhj7l6vknpw5ecvfe eslint: 7.32.0 transitivePeerDependencies: - supports-color @@ -20705,13 +20983,13 @@ packages: eslint: '>=8.8.0' dependencies: '@babel/helper-validator-identifier': 7.19.1 - ci-info: 3.6.1 + ci-info: 3.8.0 clean-regexp: 1.0.0 eslint: 7.32.0 eslint-utils: 3.0.0_eslint@7.32.0 - esquery: 1.4.0 + esquery: 1.4.2 indent-string: 4.0.0 - is-builtin-module: 3.2.0 + is-builtin-module: 3.2.1 lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 @@ -20754,6 +21032,7 @@ packages: engines: {node: '>=6'} dependencies: eslint-visitor-keys: 1.3.0 + dev: true /eslint-utils/3.0.0_eslint@7.32.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} @@ -20763,19 +21042,21 @@ packages: dependencies: eslint: 7.32.0 eslint-visitor-keys: 2.1.0 + dev: true - /eslint-utils/3.0.0_eslint@8.30.0: + /eslint-utils/3.0.0_eslint@8.35.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.30.0 + eslint: 8.35.0 eslint-visitor-keys: 2.1.0 /eslint-visitor-keys/1.3.0: resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} engines: {node: '>=4'} + dev: true /eslint-visitor-keys/2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} @@ -20785,15 +21066,15 @@ packages: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint-webpack-plugin/3.2.0_imx5tv54zsiiq7rta6twuhoaba: + /eslint-webpack-plugin/3.2.0_w3onncegnsazftodujhcsvvdoy: resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==} engines: {node: '>= 12.13.0'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 webpack: ^5.0.0 dependencies: - '@types/eslint': 8.4.10 - eslint: 8.30.0 + '@types/eslint': 8.21.1 + eslint: 8.35.0 jest-worker: 28.1.3 micromatch: 4.0.5 normalize-path: 3.0.0 @@ -20815,7 +21096,7 @@ packages: eslint-utils: 1.4.3 eslint-visitor-keys: 1.3.0 espree: 5.0.1 - esquery: 1.4.0 + esquery: 1.4.2 esutils: 2.0.3 file-entry-cache: 5.0.1 functional-red-black-tree: 1.0.1 @@ -20864,13 +21145,13 @@ packages: eslint-utils: 2.1.0 eslint-visitor-keys: 2.1.0 espree: 7.3.1 - esquery: 1.4.0 + esquery: 1.4.2 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.19.0 + globals: 13.20.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -20892,13 +21173,15 @@ packages: v8-compile-cache: 2.3.0 transitivePeerDependencies: - supports-color + dev: true - /eslint/8.30.0: - resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==} + /eslint/8.35.0: + resolution: {integrity: sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.4.0 + '@eslint/eslintrc': 2.0.0 + '@eslint/js': 8.35.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -20909,23 +21192,23 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.35.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 - esquery: 1.4.0 + esquery: 1.4.2 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.19.0 + globals: 13.20.0 grapheme-splitter: 1.0.4 - ignore: 5.2.0 + ignore: 5.2.4 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.1.5 + js-sdsl: 4.3.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -20956,13 +21239,14 @@ packages: acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 eslint-visitor-keys: 1.3.0 + dev: true /espree/9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.8.1 - acorn-jsx: 5.3.2_acorn@8.8.1 + acorn: 8.8.2 + acorn-jsx: 5.3.2_acorn@8.8.2 eslint-visitor-keys: 3.3.0 /esprima/2.7.3: @@ -20976,8 +21260,8 @@ packages: engines: {node: '>=4'} hasBin: true - /esquery/1.4.0: - resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} + /esquery/1.4.2: + resolution: {integrity: sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 @@ -21005,9 +21289,9 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 - c8: 7.12.0 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 + c8: 7.13.0 transitivePeerDependencies: - supports-color dev: true @@ -21030,8 +21314,8 @@ packages: /eth-block-tracker/4.4.3: resolution: {integrity: sha512-A8tG4Z4iNg4mw5tP1Vung9N9IjgMNqpiMoJ/FouSFwNCGHv2X0mmOYwtQOJzki6XN7r7Tyo01S29p7b224I4jw==} dependencies: - '@babel/plugin-transform-runtime': 7.19.6 - '@babel/runtime': 7.20.1 + '@babel/plugin-transform-runtime': 7.21.0 + '@babel/runtime': 7.21.0 eth-query: 2.1.2 json-rpc-random-id: 1.0.1 pify: 3.0.0 @@ -21058,7 +21342,7 @@ packages: '@solidity-parser/parser': 0.14.5 cli-table3: 0.5.1 colors: 1.4.0 - ethereum-cryptography: 1.1.2 + ethereum-cryptography: 1.2.0 ethers: 4.0.49 fs-readdir-recursive: 1.1.0 lodash: 4.17.21 @@ -21094,8 +21378,18 @@ packages: eth-query: 2.1.2 json-rpc-engine: 6.1.0 pify: 5.0.0 - transitivePeerDependencies: - - encoding + dev: true + + /eth-json-rpc-filters/5.1.0: + resolution: {integrity: sha512-fos+9xmoa1A2Ytsc9eYof17r81BjdJOUcGcgZn4K/tKdCCTb+a8ytEtwlu1op5qsXFDlgGmstTELFrDEc89qEQ==} + engines: {node: '>=14.0.0'} + dependencies: + '@metamask/safe-event-emitter': 2.0.0 + async-mutex: 0.2.6 + eth-query: 2.1.2 + json-rpc-engine: 6.1.0 + pify: 5.0.0 + dev: false /eth-json-rpc-infura/3.2.1: resolution: {integrity: sha512-W7zR4DZvyTn23Bxc0EWsq4XGDdD63+XPUCEhV2zQvQGavDVC4ZpFDK4k99qN7bd7/fjj37+rxmuBOBeIqCA5Mw==} @@ -21115,9 +21409,7 @@ packages: eth-json-rpc-middleware: 6.0.0 eth-rpc-errors: 3.0.0 json-rpc-engine: 5.4.0 - node-fetch: 2.6.8 - transitivePeerDependencies: - - encoding + node-fetch: 2.6.1 dev: true /eth-json-rpc-middleware/1.6.0: @@ -21128,14 +21420,14 @@ packages: eth-tx-summary: 3.2.4 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 ethereumjs-vm: 2.6.0 fetch-ponyfill: 4.1.0 json-rpc-engine: 3.8.0 json-rpc-error: 2.0.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - tape: 4.16.1 + tape: 4.16.2 transitivePeerDependencies: - supports-color dev: true @@ -21150,15 +21442,13 @@ packages: eth-sig-util: 1.4.2 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 ethereumjs-vm: 2.6.0 json-rpc-engine: 5.4.0 json-stable-stringify: 1.0.2 - node-fetch: 2.6.8 + node-fetch: 2.6.1 pify: 3.0.0 safe-event-emitter: 1.0.1 - transitivePeerDependencies: - - encoding dev: true /eth-json-rpc-middleware/6.0.0: @@ -21169,14 +21459,13 @@ packages: eth-query: 2.1.2 eth-rpc-errors: 3.0.0 eth-sig-util: 1.4.2 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 json-rpc-engine: 5.4.0 json-stable-stringify: 1.0.2 - node-fetch: 2.6.8 + node-fetch: 2.6.1 pify: 3.0.0 safe-event-emitter: 1.0.1 - transitivePeerDependencies: - - encoding + dev: true /eth-lib/0.1.29: resolution: {integrity: sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==} @@ -21195,7 +21484,7 @@ packages: /eth-lib/0.2.7: resolution: {integrity: sha512-VqEBQKH92jNsaE8lG9CTq8M/bc12gdAfb5MY8Ro1hVyXkh7rOtY3m5tRHK3Hus5HqIAAwU2ivcUjTLVwsvf/kw==} dependencies: - bn.js: 4.12.0 + bn.js: 4.11.8 elliptic: 6.5.4 xhr-request-promise: 0.1.3 dev: true @@ -21228,7 +21517,8 @@ packages: deprecated: Deprecated in favor of '@metamask/eth-sig-util' dependencies: ethereumjs-abi: github.com/ethereumjs/ethereumjs-abi/ee3994657fa7a427238e6ba92a84d0b529bbcde0 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 + dev: true /eth-sig-util/2.5.3: resolution: {integrity: sha512-KpXbCKmmBUNUTGh9MRKmNkIPietfhzBqqYqysDavLseIiMUGl95k6UcPEkALAZlj41e9E6yioYXc1PC333RKqw==} @@ -21237,7 +21527,7 @@ packages: buffer: 5.7.1 elliptic: 6.5.4 ethereumjs-abi: 0.6.5 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 dev: true @@ -21262,7 +21552,7 @@ packages: eth-query: 2.1.2 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 ethereumjs-vm: 2.6.0 through2: 2.0.5 dev: true @@ -21289,7 +21579,7 @@ packages: create-hash: 1.2.0 create-hmac: 1.1.7 hash.js: 1.1.7 - keccak: 3.0.2 + keccak: 3.0.3 pbkdf2: 3.1.2 randombytes: 2.1.0 safe-buffer: 5.2.1 @@ -21297,13 +21587,13 @@ packages: secp256k1: 4.0.3 setimmediate: 1.0.5 - /ethereum-cryptography/1.1.2: - resolution: {integrity: sha512-XDSJlg4BD+hq9N2FjvotwUET9Tfxpxc3kWGE2AqUG5vcbeunnbImVk3cj6e/xT3phdW21mE8R5IugU4fspQDcQ==} + /ethereum-cryptography/1.2.0: + resolution: {integrity: sha512-6yFQC9b5ug6/17CQpCyE3k9eKBMdhyVjzUy1WkiuY/E4vj/SXDBbCw8QEIaXqf0Mf2SnY6RmpDcwlUmBSS0EJw==} dependencies: - '@noble/hashes': 1.1.2 - '@noble/secp256k1': 1.6.3 - '@scure/bip32': 1.1.0 - '@scure/bip39': 1.1.0 + '@noble/hashes': 1.2.0 + '@noble/secp256k1': 1.7.1 + '@scure/bip32': 1.1.5 + '@scure/bip39': 1.1.1 /ethereum-ens/0.8.0: resolution: {integrity: sha512-a8cBTF4AWw1Q1Y37V1LSCS9pRY4Mh3f8vCg5cbXCCEJ3eno1hbI/+Ccv9SZLISYpqQhaglP3Bxb/34lS4Qf7Bg==} @@ -21313,7 +21603,7 @@ packages: js-sha3: 0.5.7 pako: 1.0.11 underscore: 1.13.6 - web3: 1.8.1 + web3: 1.8.2 transitivePeerDependencies: - bufferutil - encoding @@ -21373,7 +21663,7 @@ packages: deprecated: 'New package name format for new versions: @ethereumjs/tx. Please update.' dependencies: ethereum-common: 0.0.18 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 /ethereumjs-tx/2.1.2: resolution: {integrity: sha512-zZEK1onCeiORb0wyCXUvg94Ve5It/K6GD1K+26KfFKodiBiS6d9lfCXlUKGBBdQ+bv7Day+JK0tj1K+BeNFRAw==} @@ -21402,7 +21692,6 @@ packages: rlp: 2.2.7 safe-buffer: 5.2.1 secp256k1: 3.8.0 - dev: true /ethereumjs-util/5.2.1: resolution: {integrity: sha512-v3kT+7zdyCm1HIqWlLNrHGqHGLpGYIhjeHxQjnDXjLT2FyGJDsd3LWMYUo7pAFRrk86CR3nUJfhC81CCoJNNGQ==} @@ -21511,7 +21800,6 @@ packages: setimmediate: 1.0.4 uuid: 2.0.1 xmlhttprequest: 1.8.0 - dev: true /ethers/4.0.49: resolution: {integrity: sha512-kPltTvWiyu+OktYy1IStSO16i2e7cS9D9OxZ81q2UUaiNPVrm/RTcbxamCXF9VUSKzJIdJV68EAIhTEVBalRWg==} @@ -21833,7 +22121,7 @@ packages: array-flatten: 1.1.1 body-parser: 1.20.1 content-disposition: 0.5.4 - content-type: 1.0.4 + content-type: 1.0.5 cookie: 0.5.0 cookie-signature: 1.0.6 debug: 2.6.9 @@ -21970,7 +22258,10 @@ packages: resolution: {integrity: sha512-3vtXinVyuUKCKFKYcwXhGE6NtGWkqF8Yh3rvMZNzmwz8EPrgoc/v4pDdLHyLnCyCI5MZpZZkDEwFyXyEONOxpA==} engines: {node: '>=8.0.0'} dependencies: - pure-rand: 5.0.3 + pure-rand: 5.0.5 + + /fast-decode-uri-component/1.0.1: + resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} /fast-deep-equal/2.0.1: resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==} @@ -22025,6 +22316,11 @@ packages: /fast-levenshtein/2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + /fast-querystring/1.1.1: + resolution: {integrity: sha512-qR2r+e3HvhEFmpdHMv//U8FnFlnYjaC6QKDuaXALDkw2kvHO8WDjxH+f/rHGR4Me4pnk8p9JAkRNTjYHAKRn2Q==} + dependencies: + fast-decode-uri-component: 1.0.1 + /fast-redact/3.1.2: resolution: {integrity: sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==} engines: {node: '>=6'} @@ -22041,14 +22337,13 @@ packages: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} dependencies: punycode: 1.4.1 - dev: true /fast-write-atomic/0.2.1: resolution: {integrity: sha512-WvJe06IfNYlr+6cO3uQkdKdy3Cb1LlCJSF8zRs2eT8yuhdbSlR9nIt+TgQ92RUxiRrQm+/S7RARnMfCs5iuAjw==} dev: false - /fastq/1.13.0: - resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} + /fastq/1.15.0: + resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 @@ -22083,7 +22378,7 @@ packages: object-assign: 4.1.1 promise: 7.3.1 setimmediate: 1.0.5 - ua-parser-js: 0.7.32 + ua-parser-js: 0.7.33 transitivePeerDependencies: - encoding dev: true @@ -22118,8 +22413,8 @@ packages: dependencies: node-fetch: 1.7.3 - /fetch-retry/5.0.3: - resolution: {integrity: sha512-uJQyMrX5IJZkhoEUBQ3EjxkeiZkppBd5jS/fMTJmfZxLSiaQjv2zD0kTvuvkSH89uFvgSlB6ueGpjD3HWN7Bxw==} + /fetch-retry/5.0.4: + resolution: {integrity: sha512-LXcdgpdcVedccGg0AZqg+S8lX/FCdwXD92WNZ5k5qsb0irRhSFsBOpcJt7oevyqT2/C2nEE0zSFNdBEpj3YOSw==} dev: true /figgy-pudding/3.5.2: @@ -22210,7 +22505,7 @@ packages: /filelist/1.0.4: resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} dependencies: - minimatch: 5.1.0 + minimatch: 5.1.6 /filename-reserved-regex/1.0.0: resolution: {integrity: sha512-UZArj7+U+2reBBVCvVmRlyq9D7EYQdUtuNN+1iz7pF1jGcJ2L0TjiRCxsTZfj2xFbM4c25uGCUDpKTHA7L2TKg==} @@ -22442,7 +22737,7 @@ packages: resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 /fmix/0.1.0: resolution: {integrity: sha512-Y6hyofImk9JdzU8k5INtTXX1cu8LDlePWDFU5sftm9H+zKCr5SGrVjdhkvsim646cw5zD0nADj8oHyXMZmCZ9w==} @@ -22538,7 +22833,7 @@ packages: /forever-agent/0.6.1: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} - /fork-ts-checker-webpack-plugin/4.1.6_qk4fnxnxhjpnqtz47txsdtiile: + /fork-ts-checker-webpack-plugin/4.1.6_ya43xqu6jcstldhpi7rudeqw7e: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -22554,19 +22849,19 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.30.0 + eslint: 8.35.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 4.44.2 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_az3o33dww67cevji5ejlhmxqnq: + /fork-ts-checker-webpack-plugin/6.5.2_d6mwqtvpzyptsbgadmdtsiamly: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -22585,19 +22880,19 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.2.2 - eslint: 8.30.0 + deepmerge: 4.3.0 + eslint: 8.35.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.11 + memfs: 3.4.13 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0 - /fork-ts-checker-webpack-plugin/6.5.2_qk4fnxnxhjpnqtz47txsdtiile: + /fork-ts-checker-webpack-plugin/6.5.2_ya43xqu6jcstldhpi7rudeqw7e: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -22616,22 +22911,26 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.2.2 - eslint: 8.30.0 + deepmerge: 4.3.0 + eslint: 8.35.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.11 + memfs: 3.4.13 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 4.44.2 dev: true /form-data-encoder/1.7.1: resolution: {integrity: sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==} + /form-data-encoder/1.7.2: + resolution: {integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==} + dev: false + /form-data/2.3.3: resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} engines: {node: '>= 0.12'} @@ -22671,6 +22970,7 @@ packages: dependencies: node-domexception: 1.0.0 web-streams-polyfill: 4.0.0-beta.3 + dev: false /formdata-polyfill/4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} @@ -22717,7 +23017,7 @@ packages: resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 /fromentries/1.3.2: resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} @@ -22803,7 +23103,7 @@ packages: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 /fs-monkey/1.0.3: resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==} @@ -22818,7 +23118,7 @@ packages: graceful-fs: 4.2.10 iferr: 0.1.5 imurmurhash: 0.1.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 /fs.realpath/1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -22858,8 +23158,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 functions-have-names: 1.2.3 /functional-red-black-tree/1.0.1: @@ -22878,14 +23178,17 @@ packages: - yargs - ethereumjs-util - /ganache/7.5.0: - resolution: {integrity: sha512-afNTJYBEaFrLPRrn7eUxH39TgnrffvHn/4T6THzQrc3rpfe4DOxw2nY2XEQxfsq1t4OqKSXtxomzyo26RZiOzw==} + /ganache/7.7.5: + resolution: {integrity: sha512-H8ybC7l9hhvor61uS4wvQ7UOYpgc4OcqZvFb3XGutPwbxQL4yYDoNjOumfUcq4JalYZF9ojzy95ss7lOvrw76w==} hasBin: true dependencies: '@trufflesuite/bigint-buffer': 1.1.10 '@types/bn.js': 5.1.1 '@types/lru-cache': 5.1.1 '@types/seedrandom': 3.0.1 + abstract-level: 1.0.3 + abstract-leveldown: 7.2.0 + async-eventemitter: 0.2.4 emittery: 0.10.0 keccak: 3.0.2 leveldown: 6.1.1 @@ -22896,13 +23199,9 @@ packages: dev: true bundledDependencies: - '@trufflesuite/bigint-buffer' - - emittery - keccak - leveldown - secp256k1 - - '@types/bn.js' - - '@types/lru-cache' - - '@types/seedrandom' /gar/1.0.4: resolution: {integrity: sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w==} @@ -22952,8 +23251,8 @@ packages: /get-func-name/2.0.0: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} - /get-intrinsic/1.1.3: - resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==} + /get-intrinsic/1.2.0: + resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==} dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -22985,11 +23284,6 @@ packages: dev: true optional: true - /get-stdin/8.0.0: - resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} - engines: {node: '>=10'} - dev: false - /get-stream/2.3.1: resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==} engines: {node: '>=0.10.0'} @@ -23024,7 +23318,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 /get-value/2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} @@ -23095,7 +23389,7 @@ packages: peerDependencies: glob: '*' dependencies: - '@types/glob': 8.0.0 + '@types/glob': 8.1.0 glob: 7.2.3 dev: true @@ -23122,7 +23416,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.1.2 + minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -23158,14 +23452,14 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob/8.0.3: - resolution: {integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==} + /glob/8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 5.1.0 + minimatch: 5.1.6 once: 1.4.0 dev: true @@ -23183,8 +23477,8 @@ packages: dev: false optional: true - /global-dirs/3.0.0: - resolution: {integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==} + /global-dirs/3.0.1: + resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} engines: {node: '>=10'} dependencies: ini: 2.0.0 @@ -23225,8 +23519,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.19.0: - resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==} + /globals/13.20.0: + resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -23239,7 +23533,7 @@ packages: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.1.4 + define-properties: 1.2.0 /globby/10.0.2: resolution: {integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==} @@ -23250,7 +23544,7 @@ packages: dir-glob: 3.0.1 fast-glob: 3.2.12 glob: 7.2.3 - ignore: 5.2.0 + ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -23262,7 +23556,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.12 - ignore: 5.2.0 + ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -23274,7 +23568,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.12 - ignore: 5.2.0 + ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -23315,10 +23609,10 @@ packages: /gopd/1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 - /got/11.8.5: - resolution: {integrity: sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==} + /got/11.8.6: + resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} engines: {node: '>=10.19.0'} dependencies: '@sindresorhus/is': 4.6.0 @@ -23346,7 +23640,7 @@ packages: decompress-response: 6.0.0 form-data-encoder: 1.7.1 get-stream: 6.0.1 - http2-wrapper: 2.1.11 + http2-wrapper: 2.2.0 lowercase-keys: 3.0.0 p-cancelable: 3.0.0 responselike: 2.0.1 @@ -23412,7 +23706,7 @@ packages: 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: 15.8.0 - tslib: 2.4.1 + tslib: 2.5.0 dev: true optional: true @@ -23423,7 +23717,7 @@ packages: 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.6.0 - tslib: 2.4.1 + tslib: 2.5.0 /graphql-ws/5.11.2_graphql@16.6.0: resolution: {integrity: sha512-4EiZ3/UXYcjm+xFGP544/yW1+DVI8ZpKASFbzrV5EDTFWJp0ZvLl4Dy2fSZAzz9imKp5pZMIcjB0x/H69Pv/6w==} @@ -23432,49 +23726,57 @@ packages: graphql: '>=0.11 <=16' dependencies: graphql: 16.6.0 + dev: false - /graphql-yoga/3.1.1_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-XgqQM1IurPPsO0HU00evqhiHIta8oghJ/1bSkHOPbTZeGELqb0VV/j7ureGHz5S+vCvNHulzW+YuIfaaph00iQ==} + /graphql-ws/5.11.3_graphql@16.6.0: + resolution: {integrity: sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==} + engines: {node: '>=10'} + peerDependencies: + graphql: '>=0.11 <=16' + dependencies: + graphql: 16.6.0 + dev: true + + /graphql-yoga/3.5.1_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-DVn/r4L9XJs5XeVJY9BqOHXk6P2Z1iNB9vXfChcEGNpfxJCbY6pKBstGdlDY+93U0lq5aLVspeOTvBWXAN90/w==} peerDependencies: graphql: ^15.2.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 - '@envelop/parser-cache': 5.0.4_a6sekiasy2tqr6d5gj7n2wtjli - '@envelop/validation-cache': 5.0.4_a6sekiasy2tqr6d5gj7n2wtjli - '@graphql-tools/executor': 0.0.9_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-yoga/subscription': 3.0.0 - '@whatwg-node/fetch': 0.5.3 - '@whatwg-node/server': 0.4.17_@types+node@16.18.3 + '@envelop/parser-cache': 5.0.6_a6sekiasy2tqr6d5gj7n2wtjli + '@envelop/validation-cache': 5.1.2_a6sekiasy2tqr6d5gj7n2wtjli + '@graphql-tools/executor': 0.0.12_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-yoga/subscription': 3.1.0 + '@whatwg-node/fetch': 0.6.5_@types+node@16.18.13 + '@whatwg-node/server': 0.5.11_@types+node@16.18.13 dset: 3.1.2 graphql: 16.6.0 - tslib: 2.4.1 + tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - - encoding dev: true - /graphql-yoga/3.3.0_dvgirfdsy4cky7rqkuzgo4keja: - resolution: {integrity: sha512-xkxenHhwQ5RWmjp7iNVYl0oIsVzt3wZb2GRXESiFYoRMl8pRSzuVlGvdVejEVWi6TWYHvYAF2LvuKrm1on4Gzw==} + /graphql-yoga/3.7.0_4ypim5hjsq3aoucuq6rxjz442a: + resolution: {integrity: sha512-yL5oAD1VnK2J8qZFNVy+T2Z5t7YByv7HmCB1fzE26hoILEgY97eKvDYZwXRcPxoN/OhzbN8I42ffCf0dv9Dp8g==} peerDependencies: graphql: ^15.2.0 || ^16.0.0 dependencies: - '@envelop/core': 3.0.4 - '@envelop/parser-cache': 5.0.4_a6sekiasy2tqr6d5gj7n2wtjli - '@envelop/validation-cache': 5.0.5_a6sekiasy2tqr6d5gj7n2wtjli - '@graphql-tools/executor': 0.0.11_graphql@16.6.0 - '@graphql-tools/schema': 9.0.13_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-yoga/subscription': 3.0.0 - '@whatwg-node/fetch': 0.6.1 - '@whatwg-node/server': 0.5.4_@types+node@16.18.3 + '@envelop/core': 3.0.6 + '@envelop/validation-cache': 5.1.2_adj6itjezth6avcd67ktx7eo6a + '@graphql-tools/executor': 0.0.14_graphql@16.6.0 + '@graphql-tools/schema': 9.0.16_graphql@16.6.0 + '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-yoga/subscription': 3.1.0 + '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 + '@whatwg-node/server': 0.6.7_@types+node@16.18.13 dset: 3.1.2 graphql: 16.6.0 - tslib: 2.4.1 + lru-cache: 7.17.0 + tslib: 2.5.0 transitivePeerDependencies: - '@types/node' - - encoding dev: false /graphql/15.5.0: @@ -23497,6 +23799,16 @@ packages: engines: {node: '>=4.x'} dev: true + /gulp-uglify-es/3.0.0: + resolution: {integrity: sha512-dQ3czMFFojNgCajcrYl0oa98+YayaQ8kXRdaacpZRZ3iw2sdVURfdt8y8Ki1ogZGQqw8BUawnB7V6NkanxqnDg==} + dependencies: + o-stream: 0.3.0 + plugin-error: 1.0.1 + terser: 5.16.5 + vinyl: 2.2.1 + vinyl-sourcemaps-apply: 0.2.1 + dev: true + /gzip-size/5.1.1: resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} engines: {node: '>=6'} @@ -23535,7 +23847,7 @@ packages: engines: {node: '>=0.4.7'} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 neo-async: 2.6.2 source-map: 0.6.1 wordwrap: 1.0.0 @@ -23568,32 +23880,15 @@ packages: engines: {node: '>=6'} dev: false - /hardhat-contract-sizer/2.6.1_hardhat@2.12.2: - resolution: {integrity: sha512-b8wS7DBvyo22kmVwpzstAQTdDCThpl/ySBqZh5ga9Yxjf61/uTL12TEg5nl7lDeWy73ntEUzxMwY6XxbQEc2wA==} + /hardhat-contract-sizer/2.8.0_hardhat@2.12.7: + resolution: {integrity: sha512-jXt2Si3uIDx5z99J+gvKa0yvIw156pE4dpH9X/PvTQv652BUd+qGj7WT93PXnHXGh5qhQLkjDYeZMYNOThfjFg==} peerDependencies: hardhat: ^2.0.0 dependencies: chalk: 4.1.2 cli-table3: 0.6.3 - hardhat: 2.12.2 - dev: true - - /hardhat-dependency-compiler/1.1.3_hardhat@2.12.2: - resolution: {integrity: sha512-bCDqsOxGST6WkbMvj4lPchYWidNSSBm5CFnkyAex1T11cGmr9otZTGl81W6f9pmrtBXbKCvr3OSuNJ6Q394sAw==} - engines: {node: '>=14.14.0'} - peerDependencies: - hardhat: ^2.0.0 - dependencies: - hardhat: 2.12.2 - dev: true - - /hardhat-dependency-compiler/1.1.3_hardhat@2.12.3: - resolution: {integrity: sha512-bCDqsOxGST6WkbMvj4lPchYWidNSSBm5CFnkyAex1T11cGmr9otZTGl81W6f9pmrtBXbKCvr3OSuNJ6Q394sAw==} - engines: {node: '>=14.14.0'} - peerDependencies: - hardhat: ^2.0.0 - dependencies: - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka + hardhat: 2.12.7 + strip-ansi: 6.0.1 dev: true /hardhat-dependency-compiler/1.1.3_hardhat@2.12.7: @@ -23602,11 +23897,10 @@ packages: peerDependencies: hardhat: ^2.0.0 dependencies: - hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um - dev: false + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi - /hardhat-deploy/0.11.20: - resolution: {integrity: sha512-6G2aFLW0mfZxY0ljDf8rxzEJkVh57gr3Eia5H2DeBIQNJh0dhBV2Y5LDq4E4J9K4Crq0DjpxGNTshEtAB9eWxA==} + /hardhat-deploy/0.11.24: + resolution: {integrity: sha512-26TXDlvW9ADIhb3OjAhjFgURcdU7jVeXpvm+4pJZ8dS0A7K+JFBskTdn9uA8h/vg8R3NUbPxRNPIbvyL1QRwtw==} dependencies: '@types/qs': 6.9.7 axios: 0.21.4_debug@4.3.4 @@ -23627,117 +23921,35 @@ packages: - utf-8-validate dev: true - /hardhat-ethernal/1.1.1_3mpss4owsstbijogechjg2qcye: + /hardhat-ethernal/1.1.1_4qqzfnf4wnwvol5k47pdkaj3oy: resolution: {integrity: sha512-I7drNE1t7+vknZzmF9jfw762XPM6SurlKBABlYbJupYgZOVjwcVBsm9qvE3+jIrS2L6T1z2hXzhU67KEF1XOCA==} peerDependencies: '@nomiclabs/hardhat-ethers': npm:hardhat-deploy-ethers@^0.3.0-beta.10 hardhat: ^2.9.1 dependencies: '@firebase/firestore-types': 2.2.0 - '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 + '@nomiclabs/hardhat-ethers': 2.2.2_4tzilew2vuitdwerzusliplz24 firebase: 8.2.6 - hardhat: 2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka + hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi transitivePeerDependencies: - '@firebase/app-types' dev: true - /hardhat-ethernal/1.1.1_qzf4oyn54gqjdmbv7adrb6huai: - resolution: {integrity: sha512-I7drNE1t7+vknZzmF9jfw762XPM6SurlKBABlYbJupYgZOVjwcVBsm9qvE3+jIrS2L6T1z2hXzhU67KEF1XOCA==} - peerDependencies: - '@nomiclabs/hardhat-ethers': npm:hardhat-deploy-ethers@^0.3.0-beta.10 - hardhat: ^2.9.1 - dependencies: - '@firebase/firestore-types': 2.2.0 - '@nomiclabs/hardhat-ethers': 2.2.1_4tzilew2vuitdwerzusliplz24 - firebase: 8.2.6 - hardhat: 2.12.7_z6wznmtyb6ovnulj6iujpct7um - transitivePeerDependencies: - - '@firebase/app-types' - dev: true - - /hardhat-gas-reporter/1.0.9_hardhat@2.12.2: + /hardhat-gas-reporter/1.0.9_hardhat@2.12.7: resolution: {integrity: sha512-INN26G3EW43adGKBNzYWOlI3+rlLnasXTwW79YNnUhXPDa+yHESgt639dJEs37gCjhkbNKcRRJnomXEuMFBXJg==} peerDependencies: hardhat: ^2.0.2 dependencies: array-uniq: 1.0.3 eth-gas-reporter: 0.2.25 - hardhat: 2.12.2 + hardhat: 2.12.7 sha1: 1.1.1 transitivePeerDependencies: - '@codechecks/client' dev: true - /hardhat/2.12.2: - resolution: {integrity: sha512-f3ZhzXy1uyQv0UXnAQ8GCBOWjzv++WJNb7bnm10SsyC3dB7vlPpsMWBNhq7aoRxKrNhX9tCev81KFV3i5BTeMQ==} - engines: {node: ^14.0.0 || ^16.0.0 || ^18.0.0} - hasBin: true - peerDependencies: - ts-node: '*' - typescript: '*' - peerDependenciesMeta: - ts-node: - optional: true - typescript: - optional: true - dependencies: - '@ethersproject/abi': 5.7.0 - '@metamask/eth-sig-util': 4.0.1 - '@nomicfoundation/ethereumjs-block': 4.0.0 - '@nomicfoundation/ethereumjs-blockchain': 6.0.0 - '@nomicfoundation/ethereumjs-common': 3.0.0 - '@nomicfoundation/ethereumjs-evm': 1.0.0 - '@nomicfoundation/ethereumjs-rlp': 4.0.0 - '@nomicfoundation/ethereumjs-statemanager': 1.0.0 - '@nomicfoundation/ethereumjs-trie': 5.0.0 - '@nomicfoundation/ethereumjs-tx': 4.0.0 - '@nomicfoundation/ethereumjs-util': 8.0.0 - '@nomicfoundation/ethereumjs-vm': 6.0.0 - '@nomicfoundation/solidity-analyzer': 0.1.0 - '@sentry/node': 5.30.0 - '@types/bn.js': 5.1.1 - '@types/lru-cache': 5.1.1 - abort-controller: 3.0.0 - adm-zip: 0.4.16 - aggregate-error: 3.1.0 - ansi-escapes: 4.3.2 - chalk: 2.4.2 - chokidar: 3.5.3 - ci-info: 2.0.0 - debug: 4.3.4 - enquirer: 2.3.6 - env-paths: 2.2.1 - ethereum-cryptography: 1.1.2 - ethereumjs-abi: 0.6.8 - find-up: 2.1.0 - fp-ts: 1.19.3 - fs-extra: 7.0.1 - glob: 7.2.0 - immutable: 4.1.0 - io-ts: 1.10.4 - keccak: 3.0.2 - lodash: 4.17.21 - mnemonist: 0.38.5 - mocha: 10.1.0 - p-map: 4.0.0 - qs: 6.11.0 - raw-body: 2.5.1 - resolve: 1.17.0 - semver: 6.3.0 - solc: 0.7.3_debug@4.3.4 - source-map-support: 0.5.21 - stacktrace-parser: 0.1.10 - tsort: 0.0.1 - undici: 5.12.0 - uuid: 8.3.2 - ws: 7.5.9 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - /hardhat/2.12.3_mwhvu7sfp6vq5ryuwb6hlbjfka: - resolution: {integrity: sha512-qxOvRNgQnLqRFssn5f8VP5KN3caytShU0HNeKxmPVK1Ix/0xDVhIC7JOLxG69DjOihUfmxmjqspsHbZvFj6EhQ==} + /hardhat/2.12.7: + resolution: {integrity: sha512-voWoN6zn5d8BOEaczSyK/1PyfdeOeI3SbGCFb36yCHTJUt6OIqLb+ZDX30VhA1UsYKzLqG7UnWl3fKJUuANc6A==} engines: {node: ^14.0.0 || ^16.0.0 || ^18.0.0} hasBin: true peerDependencies: @@ -23775,39 +23987,36 @@ packages: debug: 4.3.4 enquirer: 2.3.6 env-paths: 2.2.1 - ethereum-cryptography: 1.1.2 + ethereum-cryptography: 1.2.0 ethereumjs-abi: 0.6.8 find-up: 2.1.0 fp-ts: 1.19.3 fs-extra: 7.0.1 glob: 7.2.0 - immutable: 4.1.0 + immutable: 4.2.4 io-ts: 1.10.4 - keccak: 3.0.2 + keccak: 3.0.3 lodash: 4.17.21 mnemonist: 0.38.5 - mocha: 10.1.0 + mocha: 10.2.0 p-map: 4.0.0 qs: 6.11.0 - raw-body: 2.5.1 + raw-body: 2.5.2 resolve: 1.17.0 semver: 6.3.0 solc: 0.7.3_debug@4.3.4 source-map-support: 0.5.21 stacktrace-parser: 0.1.10 - ts-node: 10.9.1_typescript@4.8.4 tsort: 0.0.1 - typescript: 4.8.4 - undici: 5.12.0 + undici: 5.20.0 uuid: 8.3.2 ws: 7.5.9 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - dev: true - /hardhat/2.12.7_z6wznmtyb6ovnulj6iujpct7um: + /hardhat/2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi: resolution: {integrity: sha512-voWoN6zn5d8BOEaczSyK/1PyfdeOeI3SbGCFb36yCHTJUt6OIqLb+ZDX30VhA1UsYKzLqG7UnWl3fKJUuANc6A==} engines: {node: ^14.0.0 || ^16.0.0 || ^18.0.0} hasBin: true @@ -23846,30 +24055,30 @@ packages: debug: 4.3.4 enquirer: 2.3.6 env-paths: 2.2.1 - ethereum-cryptography: 1.1.2 + ethereum-cryptography: 1.2.0 ethereumjs-abi: 0.6.8 find-up: 2.1.0 fp-ts: 1.19.3 fs-extra: 7.0.1 glob: 7.2.0 - immutable: 4.1.0 + immutable: 4.2.4 io-ts: 1.10.4 - keccak: 3.0.2 + keccak: 3.0.3 lodash: 4.17.21 mnemonist: 0.38.5 - mocha: 10.1.0 + mocha: 10.2.0 p-map: 4.0.0 qs: 6.11.0 - raw-body: 2.5.1 + raw-body: 2.5.2 resolve: 1.17.0 semver: 6.3.0 solc: 0.7.3_debug@4.3.4 source-map-support: 0.5.21 stacktrace-parser: 0.1.10 - ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu + ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti tsort: 0.0.1 - typescript: 4.9.4 - undici: 5.19.1 + typescript: 4.9.5 + undici: 5.20.0 uuid: 8.3.2 ws: 7.5.9 transitivePeerDependencies: @@ -23912,7 +24121,11 @@ packages: /has-property-descriptors/1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 + + /has-proto/1.0.1: + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} /has-symbol-support-x/1.4.2: resolution: {integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==} @@ -23980,7 +24193,7 @@ packages: engines: {node: '>=4'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 safe-buffer: 5.2.1 /hash.js/1.1.3: @@ -24096,7 +24309,7 @@ packages: resolution: {integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==} dependencies: capital-case: 1.0.4 - tslib: 2.4.1 + tslib: 2.5.0 /heap/0.2.7: resolution: {integrity: sha512-2bsegYkkHO+h/9MGbn6KWcE45cHZgPANo5LXF7EvWdT0yT2EguSVO1nDgU5c8+ZOPwp2vMNa7YFsJhVcDR9Sdg==} @@ -24109,13 +24322,13 @@ packages: /highlight.js/10.7.3: resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} - /highlight.js/11.6.0: - resolution: {integrity: sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw==} + /highlight.js/11.7.0: + resolution: {integrity: sha512-1rRqesRFhMO/PRF+G86evnyJkCgaZFOI+Z6kdj15TA18funfoqJXvgPCLSf0SWq3SRfg1j3HlDs8o4s3EGq1oQ==} engines: {node: '>=12.0.0'} dev: false - /highlightjs-solidity/2.0.5: - resolution: {integrity: sha512-ReXxQSGQkODMUgHcWzVSnfDCDrL2HshOYgw3OlIYmfHeRzUPkfJTUIp95pK4CmbiNG2eMTOmNLpfCz9Zq7Cwmg==} + /highlightjs-solidity/2.0.6: + resolution: {integrity: sha512-DySXWfQghjm2l6a/flF+cteroJqD4gI8GSdL4PtvxZSsAHie8m3yVe2JFoRg03ROKT6hp2Lc/BxXkqerNmtQYg==} /hmac-drbg/1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} @@ -24155,7 +24368,7 @@ packages: dependencies: inherits: 2.0.4 obuf: 1.1.2 - readable-stream: 2.3.7 + readable-stream: 2.3.8 wbuf: 1.7.3 /html-encoding-sniffer/2.0.1: @@ -24190,12 +24403,12 @@ packages: hasBin: true dependencies: camel-case: 4.1.2 - clean-css: 5.3.1 + clean-css: 5.3.2 commander: 8.3.0 he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.15.1 + terser: 5.16.5 /html-parse-stringify/3.0.1: resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==} @@ -24281,8 +24494,8 @@ packages: parse-cache-control: 1.0.1 dev: true - /http-cache-semantics/4.1.0: - resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} + /http-cache-semantics/4.1.1: + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} /http-deceiver/1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} @@ -24333,7 +24546,7 @@ packages: transitivePeerDependencies: - supports-color - /http-proxy-middleware/2.0.6_@types+express@4.17.14: + /http-proxy-middleware/2.0.6_@types+express@4.17.17: resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -24342,8 +24555,8 @@ packages: '@types/express': optional: true dependencies: - '@types/express': 4.17.14 - '@types/http-proxy': 1.17.9 + '@types/express': 4.17.17 + '@types/http-proxy': 1.17.10 http-proxy: 1.18.1 is-glob: 4.0.3 is-plain-obj: 3.0.0 @@ -24391,8 +24604,8 @@ packages: quick-lru: 5.1.1 resolve-alpn: 1.2.1 - /http2-wrapper/2.1.11: - resolution: {integrity: sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==} + /http2-wrapper/2.2.0: + resolution: {integrity: sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==} engines: {node: '>=10.19.0'} dependencies: quick-lru: 5.1.1 @@ -24429,6 +24642,12 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} + /humanize-ms/1.2.1: + resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + dependencies: + ms: 2.1.3 + dev: false + /humanize-url/1.0.1: resolution: {integrity: sha512-RtgTzXCPVb/te+e82NDhAc5paj+DuKSratIGAr+v+HZK24eAQ8LMoBGYoL7N/O+9iEc33AKHg45dOMKw3DNldQ==} engines: {node: '>=0.10.0'} @@ -24446,7 +24665,7 @@ packages: /i18next-browser-languagedetector/7.0.1: resolution: {integrity: sha512-Pa5kFwaczXJAeHE56CHG2aWzFBMJNUNghf0Pm4SwSrEMps/PTKqW90EYWlIvhuYStf3Sn1K0vw+gH3+TLdkH1g==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 dev: false /i18next-http-backend/2.1.1: @@ -24460,7 +24679,7 @@ packages: /i18next/21.10.0: resolution: {integrity: sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 dev: false /iconv-lite/0.4.24: @@ -24482,13 +24701,13 @@ packages: postcss: 7.0.39 dev: true - /icss-utils/5.1.0_postcss@8.4.19: + /icss-utils/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 /idb-keyval/6.2.0: resolution: {integrity: sha512-uw+MIyQn2jl3+hroD7hF8J7PUviBU7BPKWw4f/ISf32D4LoGu98yHjrzWWJDASu9QNrX10tCJqk9YY0ClWm8Ng==} @@ -24528,9 +24747,10 @@ packages: /ignore/4.0.6: resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} engines: {node: '>= 4'} + dev: true - /ignore/5.2.0: - resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} + /ignore/5.2.4: + resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} /immediate/3.0.6: @@ -24539,8 +24759,8 @@ packages: /immediate/3.3.0: resolution: {integrity: sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==} - /immer/9.0.16: - resolution: {integrity: sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==} + /immer/9.0.19: + resolution: {integrity: sha512-eY+Y0qcsB4TZKwgQzLaE/lqYMlKhv5J9dyd2RhhtGhNo2njPXDqU9XPfcNfa3MIDsdtZt5KlkIsirlo4dHsWdQ==} /immutable/3.7.6: resolution: {integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==} @@ -24552,16 +24772,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /immutable/4.1.0: - resolution: {integrity: sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==} - - /import-fresh/2.0.0: - resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} - engines: {node: '>=4'} - dependencies: - caller-path: 2.0.0 - resolve-from: 3.0.0 - dev: true + /immutable/4.2.4: + resolution: {integrity: sha512-WDxL3Hheb1JkRN3sQkyujNlL/xRjAo3rJtaU5xeufUauG66JdMr32bLj4gF+vWl84DIA3Zxw7tiAjneYzRRw+w==} /import-fresh/3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -24699,11 +24911,11 @@ packages: multiformats: 9.9.0 dev: false - /interface-blockstore/4.0.0: - resolution: {integrity: sha512-Q+qKT2jK8hYiKL0JgqrwaZn31qR+dIU6tz8dLPtItXjIxNknySS5cYrwNaiAgX6kyikgAo8VSIovSfHkMJEQ0A==} + /interface-blockstore/4.0.1: + resolution: {integrity: sha512-ROWKGJls7vLeFaQtI3hZVCJOkUoZ05xAi2t2qysM4d7dwVKrfm5jUOqWh8JgLL7Iup3XqJ0mKXXZuwJ3s03RSw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - interface-store: 3.0.3 + interface-store: 3.0.4 multiformats: 11.0.1 dev: false @@ -24715,12 +24927,12 @@ packages: uint8arrays: 3.1.1 dev: false - /interface-datastore/7.0.3: - resolution: {integrity: sha512-6zUypd1LM2Rl8o58RgJ7stLHgqx5+9t0+XkUVAvjd3KkWCNKBknD7G+Zar5jpUGClS+IINRPTjH/8Xnc2HB39A==} + /interface-datastore/7.0.4: + resolution: {integrity: sha512-Q8LZS/jfFFHz6XyZazLTAc078SSCoa27ZPBOfobWdpDiFO7FqPA2yskitUJIhaCgxNK8C+/lMBUTBNfVIDvLiw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - interface-store: 3.0.3 - nanoid: 4.0.0 + interface-store: 3.0.4 + nanoid: 4.0.1 uint8arrays: 4.0.3 dev: false @@ -24737,16 +24949,16 @@ packages: resolution: {integrity: sha512-rScRlhDcz6k199EkHqT8NpM87ebN89ICOzILoBHgaG36/WX50N32BnU/kpZgCGPLhARRAWUUX5/cyaIjt7Kipg==} dev: false - /interface-store/3.0.3: - resolution: {integrity: sha512-FihzZamIkSPHIFw7xZAvZ77DEOSTvHt/t3HvIG7pm8lmqDIUh8/PgDsez/4Aa2091bT0sqK4tTFBcKF9TOGhtQ==} + /interface-store/3.0.4: + resolution: {integrity: sha512-OjHUuGXbH4eXSBx1TF1tTySvjLldPLzRSYYXJwrEQI+XfH5JWYZofr0gVMV4F8XTwC+4V7jomDYkvGRmDSRKqQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dev: false - /internal-slot/1.0.3: - resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} + /internal-slot/1.0.5: + resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 has: 1.0.3 side-channel: 1.0.4 @@ -24838,7 +25050,7 @@ packages: multiaddr: 10.0.1 multiformats: 9.9.0 protobufjs: 6.11.3 - readable-stream: 3.6.0 + readable-stream: 3.6.1 uint8arrays: 3.1.1 varint: 6.0.0 varint-decoder: 1.0.0 @@ -24847,8 +25059,8 @@ packages: - supports-color dev: false - /ipfs-bitswap/15.0.0: - resolution: {integrity: sha512-/rvvvm9Q9g1E1Ed+7YGYQQWPd5GoSehftK5T5u0eYD/NgVpQXnEW1orcYs2UJNGDWAQ8cFfIC4lmD76gsZmMmQ==} + /ipfs-bitswap/15.0.2: + resolution: {integrity: sha512-HJLseLdUDeohIihJIaw0ALaGJz52qT6nN06pJjJsew+fXHuXGJo94uulm/BLqr9htZAYZyEKyjxo0z+tg1laRw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-connection': 3.0.8 @@ -24858,18 +25070,18 @@ packages: '@libp2p/logger': 2.0.5 '@libp2p/topology': 4.0.1 '@libp2p/tracked-map': 3.0.2 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 '@vascosantos/moving-average': 1.1.0 abortable-iterator: 4.0.2 any-signal: 3.0.1 blockstore-core: 3.0.0 - interface-blockstore: 4.0.0 + interface-blockstore: 4.0.1 it-length-prefixed: 8.0.4 it-pipe: 2.0.5 just-debounce-it: 3.2.0 multiformats: 11.0.1 - protobufjs: 7.1.2 - readable-stream: 4.2.0 + protobufjs: 7.2.2 + readable-stream: 4.3.0 timeout-abort-controller: 3.0.0 uint8arrays: 4.0.3 varint: 6.0.0 @@ -24934,7 +25146,7 @@ packages: ipfs-daemon: 0.12.3 ipfs-http-client: 56.0.3 ipfs-repo: 14.0.1 - ipfs-utils: 9.0.7 + ipfs-utils: 9.0.14 it-all: 1.0.6 it-concat: 2.0.0 it-first: 1.0.7 @@ -24977,7 +25189,7 @@ packages: hashlru: 2.3.0 interface-datastore: 6.1.1 ipfs-repo: 14.0.1 - ipfs-utils: 9.0.7 + ipfs-utils: 9.0.14 ipns: 0.16.0 is-ipfs: 6.0.2 it-all: 1.0.6 @@ -25005,12 +25217,12 @@ packages: resolution: {integrity: sha512-sVPH9FsXLMtZE7DYwHM2yH/AJivP31OtW1iwsbsu/c1J3RcFsbICQdfflwnOz1dfOPXNBbdGG+4M0qH1b9nTAw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@chainsafe/libp2p-gossipsub': 6.1.0 + '@chainsafe/libp2p-gossipsub': 6.2.0 '@libp2p/floodsub': 6.0.0 '@libp2p/logger': 2.0.5 '@libp2p/mdns': 6.0.0 '@libp2p/prometheus-metrics': 1.1.3 - '@libp2p/tcp': 6.0.9 + '@libp2p/tcp': 6.1.2 '@libp2p/webrtc-star': 6.0.0 blockstore-datastore-adapter: 5.0.0 datastore-core: 8.0.4 @@ -25018,14 +25230,14 @@ packages: datastore-level: 9.0.4 err-code: 3.0.1 hashlru: 2.3.0 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 ipfs-repo: 17.0.0 ipfs-utils: 9.0.14 is-ipfs: 8.0.1 it-all: 2.0.0 it-drain: 2.0.0 it-foreach: 1.0.0 - p-queue: 7.3.0 + p-queue: 7.3.4 uint8arrays: 4.0.3 transitivePeerDependencies: - bufferutil @@ -25052,15 +25264,15 @@ packages: resolution: {integrity: sha512-qO1xVO3n5m7scTXXtMz8hDTLdwXInnwqadIDQpXC446BIlaYyRWUvLcFQ2bOjQql9/CPNTaPHzjzr5Y1XxqpJw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.0 - '@libp2p/interface-keychain': 2.0.3 + '@ipld/dag-pb': 4.0.2 + '@libp2p/interface-keychain': 2.0.4 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-peer-info': 1.0.8 '@libp2p/interface-pubsub': 3.0.6 - '@multiformats/multiaddr': 11.3.0 - '@types/node': 18.11.9 - interface-datastore: 7.0.3 - ipfs-unixfs: 9.0.0 + '@multiformats/multiaddr': 11.4.0 + '@types/node': 18.14.2 + interface-datastore: 7.0.4 + ipfs-unixfs: 9.0.1 multiformats: 11.0.1 transitivePeerDependencies: - supports-color @@ -25116,7 +25328,7 @@ packages: err-code: 3.0.1 ipfs-core-types: 0.10.3 ipfs-unixfs: 6.0.9 - ipfs-utils: 9.0.7 + ipfs-utils: 9.0.14 it-all: 1.0.6 it-map: 1.0.6 it-peekable: 1.0.3 @@ -25130,6 +25342,7 @@ packages: timeout-abort-controller: 3.0.0 uint8arrays: 3.1.1 transitivePeerDependencies: + - encoding - node-fetch - supports-color dev: false @@ -25139,14 +25352,14 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/logger': 2.0.5 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/multiaddr': 11.4.0 '@multiformats/multiaddr-to-uri': 9.0.2 any-signal: 3.0.1 blob-to-it: 2.0.0 browser-readablestream-to-it: 2.0.0 err-code: 3.0.1 ipfs-core-types: 0.14.0 - ipfs-unixfs: 9.0.0 + ipfs-unixfs: 9.0.1 ipfs-utils: 9.0.14 it-all: 2.0.0 it-map: 2.0.0 @@ -25154,7 +25367,7 @@ packages: it-to-stream: 1.0.0 merge-options: 3.0.4 multiformats: 11.0.1 - nanoid: 4.0.0 + nanoid: 4.0.1 parse-duration: 1.0.2 timeout-abort-controller: 3.0.0 uint8arrays: 4.0.3 @@ -25195,7 +25408,7 @@ packages: ipfs-unixfs: 6.0.9 ipfs-unixfs-exporter: 7.0.11 ipfs-unixfs-importer: 9.0.10 - ipfs-utils: 9.0.7 + ipfs-utils: 9.0.14 ipns: 0.16.0 is-domain-name: 1.0.1 is-ipfs: 6.0.2 @@ -25242,14 +25455,14 @@ packages: resolution: {integrity: sha512-VkBTXT77pRFN0/mQ3OB6PmTlRIA2rKRjRZ4Tgh+pWwzAZiTj6Qz/TLO862vKflncOWG7Znq6oYxW1GQdhx1dbg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@chainsafe/libp2p-noise': 11.0.0 - '@ipld/car': 5.0.3 + '@chainsafe/libp2p-noise': 11.0.1 + '@ipld/car': 5.1.0 '@ipld/dag-cbor': 9.0.0 - '@ipld/dag-json': 10.0.0 - '@ipld/dag-pb': 4.0.0 + '@ipld/dag-json': 10.0.1 + '@ipld/dag-pb': 4.0.2 '@libp2p/bootstrap': 6.0.0 - '@libp2p/crypto': 1.0.11 - '@libp2p/delegated-content-routing': 4.0.0 + '@libp2p/crypto': 1.0.12 + '@libp2p/delegated-content-routing': 4.0.1 '@libp2p/delegated-peer-routing': 4.0.0 '@libp2p/interface-dht': 2.0.1 '@libp2p/interface-keys': 1.0.7 @@ -25259,14 +25472,14 @@ packages: '@libp2p/kad-dht': 7.0.0 '@libp2p/logger': 2.0.5 '@libp2p/mplex': 7.1.1 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/peer-id-factory': 2.0.1 '@libp2p/record': 3.0.0 '@libp2p/websockets': 5.0.3 - '@multiformats/mafmt': 11.0.3 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/mafmt': 11.0.4 + '@multiformats/multiaddr': 11.4.0 '@multiformats/multiaddr-to-uri': 9.0.2 - '@multiformats/murmur3': 2.1.2 + '@multiformats/murmur3': 2.1.3 any-signal: 3.0.1 array-shuffle: 3.0.0 blockstore-core: 3.0.0 @@ -25278,17 +25491,17 @@ packages: err-code: 3.0.1 hamt-sharding: 3.0.2 hashlru: 2.3.0 - interface-blockstore: 4.0.0 - interface-datastore: 7.0.3 - ipfs-bitswap: 15.0.0 + interface-blockstore: 4.0.1 + interface-datastore: 7.0.4 + ipfs-bitswap: 15.0.2 ipfs-core-config: 0.7.0 ipfs-core-types: 0.14.0 ipfs-core-utils: 0.18.0 ipfs-http-client: 60.0.0 ipfs-repo: 17.0.0 - ipfs-unixfs: 9.0.0 - ipfs-unixfs-exporter: 10.0.0 - ipfs-unixfs-importer: 12.0.0 + ipfs-unixfs: 9.0.1 + ipfs-unixfs-exporter: 10.0.1 + ipfs-unixfs-importer: 12.0.1 ipfs-utils: 9.0.14 ipns: 5.0.1 is-domain-name: 1.0.1 @@ -25305,7 +25518,7 @@ packages: it-pushable: 3.1.2 it-tar: 6.0.1 it-to-buffer: 3.0.0 - just-safe-set: 4.2.0 + just-safe-set: 4.2.1 libp2p: 0.42.2 merge-options: 3.0.4 mortice: 3.0.1 @@ -25338,7 +25551,7 @@ packages: libp2p-webrtc-star: 0.25.0 optionalDependencies: electron-webrtc: 0.3.0 - prom-client: 14.1.0 + prom-client: 14.1.1 wrtc: 0.4.7 transitivePeerDependencies: - bufferutil @@ -25355,7 +25568,7 @@ packages: /ipfs-grpc-server/0.8.4: resolution: {integrity: sha512-0Ra7kOMAsl+4OmWyZ/0st/hLYWzT+SCIFJEPcktUONvUy/mRhbv5/rdEg+l68v/ryY8qd4FhsovhVqyAaICiRg==} dependencies: - '@grpc/grpc-js': 1.7.3 + '@grpc/grpc-js': 1.8.11 change-case: 4.1.2 coercer: 1.1.2 debug: 4.3.4 @@ -25383,7 +25596,7 @@ packages: dependencies: abort-controller: 3.0.0 async: 2.6.4 - bignumber.js: 9.1.0 + bignumber.js: 9.1.1 bl: 3.0.1 bs58: 4.0.1 buffer: 5.7.1 @@ -25428,12 +25641,11 @@ packages: pull-to-stream: 0.1.1 pump: 3.0.0 qs: 6.11.0 - readable-stream: 3.6.0 + readable-stream: 3.6.1 stream-to-pull-stream: 1.7.3 tar-stream: 2.2.0 through2: 3.0.2 transitivePeerDependencies: - - encoding - supports-color dev: true @@ -25450,7 +25662,7 @@ packages: err-code: 3.0.1 ipfs-core-types: 0.10.3 ipfs-core-utils: 0.14.3 - ipfs-utils: 9.0.7 + ipfs-utils: 9.0.14 it-first: 1.0.7 it-last: 1.0.6 merge-options: 3.0.4 @@ -25460,6 +25672,7 @@ packages: stream-to-it: 0.2.4 uint8arrays: 3.1.1 transitivePeerDependencies: + - encoding - node-fetch - supports-color dev: false @@ -25469,11 +25682,11 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@ipld/dag-cbor': 9.0.0 - '@ipld/dag-json': 10.0.0 - '@ipld/dag-pb': 4.0.0 + '@ipld/dag-json': 10.0.1 + '@ipld/dag-pb': 4.0.2 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 - '@multiformats/multiaddr': 11.3.0 + '@libp2p/peer-id': 2.0.2 + '@multiformats/multiaddr': 11.4.0 any-signal: 3.0.1 dag-jose: 4.0.0 err-code: 3.0.1 @@ -25497,7 +25710,7 @@ packages: dependencies: '@hapi/ammo': 5.0.1 '@hapi/boom': 9.1.4 - '@hapi/hapi': 20.2.2 + '@hapi/hapi': 20.3.0 debug: 4.3.4 hapi-pino: 8.5.0 ipfs-core-types: 0.10.3 @@ -25505,7 +25718,7 @@ packages: is-ipfs: 6.0.2 it-last: 1.0.6 it-to-stream: 1.0.0 - joi: 17.7.0 + joi: 17.8.3 multiformats: 9.9.0 uint8arrays: 3.1.1 uri-to-multiaddr: 6.0.0 @@ -25536,7 +25749,7 @@ packages: dependencies: '@hapi/boom': 9.1.4 '@hapi/content': 5.0.2 - '@hapi/hapi': 20.2.2 + '@hapi/hapi': 20.3.0 '@ipld/dag-pb': 2.1.18 any-signal: 3.0.1 debug: 4.3.4 @@ -25558,7 +25771,7 @@ packages: it-pipe: 1.1.0 it-pushable: 1.4.2 it-reduce: 1.0.6 - joi: 17.7.0 + joi: 17.8.3 just-safe-set: 2.2.3 multiaddr: 10.0.1 multiformats: 9.9.0 @@ -25568,8 +25781,9 @@ packages: uint8arrays: 3.1.1 uri-to-multiaddr: 6.0.0 optionalDependencies: - prom-client: 14.1.0 + prom-client: 14.1.1 transitivePeerDependencies: + - encoding - node-fetch - supports-color dev: false @@ -25610,17 +25824,17 @@ packages: resolution: {integrity: sha512-7OWFmDROrS455syVBTHegCWT5+YOLl5ac7MZpZU2OXP1n4/AEAD15ycNJzLUEHpyYTqOfVQlnz2Uh9eyiW+cJA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.0 - '@multiformats/multiaddr': 11.3.0 + '@ipld/dag-pb': 4.0.2 + '@multiformats/multiaddr': 11.4.0 cborg: 1.10.0 datastore-core: 8.0.4 debug: 4.3.4 fnv1a: 1.1.1 - interface-blockstore: 4.0.0 - interface-datastore: 7.0.3 + interface-blockstore: 4.0.1 + interface-datastore: 7.0.4 it-length: 2.0.0 multiformats: 11.0.1 - protobufjs: 7.1.2 + protobufjs: 7.2.2 uint8arrays: 4.0.3 varint: 6.0.0 transitivePeerDependencies: @@ -25665,14 +25879,14 @@ packages: resolution: {integrity: sha512-y+cEO+tRm7LxSMBKSH9e1eiZWloLuzVOE7HH3odsWe6EgZ7URa1FSiBfVmqx7sTtjjz1vwvBNmVGwIVVaN5tWw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.0 + '@ipld/dag-pb': 4.0.2 bytes: 3.1.2 cborg: 1.10.0 datastore-core: 8.0.4 debug: 4.3.4 err-code: 3.0.1 - interface-blockstore: 4.0.0 - interface-datastore: 7.0.3 + interface-blockstore: 4.0.1 + interface-datastore: 7.0.4 ipfs-repo-migrations: 15.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -25683,11 +25897,11 @@ packages: it-pipe: 2.0.5 it-pushable: 3.1.2 just-safe-get: 4.2.0 - just-safe-set: 4.2.0 + just-safe-set: 4.2.1 merge-options: 3.0.4 mortice: 3.0.1 multiformats: 11.0.1 - p-queue: 7.3.0 + p-queue: 7.3.4 proper-lockfile: 4.1.2 quick-lru: 6.1.1 sort-keys: 5.0.0 @@ -25696,24 +25910,24 @@ packages: - supports-color dev: false - /ipfs-unixfs-exporter/10.0.0: - resolution: {integrity: sha512-ZOBZzTlTctLfvzMTVNz4EGnY4Bj4C8SqgbkarVN0Q0A5XEAgT4Rx4lTb9HlfJxvk44TTOz4RmvBTzcZWhaGs4g==} + /ipfs-unixfs-exporter/10.0.1: + resolution: {integrity: sha512-lSaCF2wpG7U26heLNiauTwaKmBRmr3unoj2/PVv93J/mgD7Qy+gq9/pJNLhQReX1iOIQY6pQjm02aCJ3oAfyMQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@ipld/dag-cbor': 9.0.0 - '@ipld/dag-pb': 4.0.0 - '@multiformats/murmur3': 2.1.2 + '@ipld/dag-pb': 4.0.2 + '@multiformats/murmur3': 2.1.3 err-code: 3.0.1 hamt-sharding: 3.0.2 - interface-blockstore: 4.0.0 - ipfs-unixfs: 9.0.0 + interface-blockstore: 4.0.1 + ipfs-unixfs: 9.0.1 it-last: 2.0.0 it-map: 2.0.0 it-parallel: 3.0.0 it-pipe: 2.0.5 it-pushable: 3.1.2 multiformats: 11.0.1 - p-queue: 7.3.0 + p-queue: 7.3.4 uint8arrays: 4.0.3 dev: false @@ -25733,16 +25947,16 @@ packages: uint8arrays: 3.1.1 dev: false - /ipfs-unixfs-importer/12.0.0: - resolution: {integrity: sha512-aVJyZsPaDLHyqCOZBja7VYIH/uWY6ZBoZNBc6Mb/+j23Vov/QctS7GNfOQVb1TytkexWXjSjSfpfgb2Cp/1hMw==} + /ipfs-unixfs-importer/12.0.1: + resolution: {integrity: sha512-//VPZOqbONtc1HNtb+sBrw+nIGijHEloSm1O3LVR5orSlhHQ8X7+OCkeqceFBhu40tPMe/TwgAPrkvh+fXL+bA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.0 - '@multiformats/murmur3': 2.1.2 + '@ipld/dag-pb': 4.0.2 + '@multiformats/murmur3': 2.1.3 err-code: 3.0.1 hamt-sharding: 3.0.2 - interface-blockstore: 4.0.0 - ipfs-unixfs: 9.0.0 + interface-blockstore: 4.0.1 + ipfs-unixfs: 9.0.1 it-all: 2.0.0 it-batch: 2.0.0 it-first: 2.0.0 @@ -25820,12 +26034,12 @@ packages: protobufjs: 6.11.3 dev: false - /ipfs-unixfs/9.0.0: - resolution: {integrity: sha512-1goUaosYqqZm1lRI+zWLWPjbxsvNjv+ml8NgqToz0OrbQZfxP1HuECWpNBdYZyZ/7ybsNoZ9ZVdrKvN9pQGSHw==} + /ipfs-unixfs/9.0.1: + resolution: {integrity: sha512-jh2CbXyxID+v3jLml9CqMwjdSS9ZRnsGfQGGPOfem0/hT/L48xUeTPvh7qLFWkZcIMhZtG+fnS1teei8x5uGBg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: err-code: 3.0.1 - protobufjs: 7.1.2 + protobufjs: 7.2.2 dev: false /ipfs-utils/0.0.4: @@ -25833,11 +26047,11 @@ packages: dependencies: buffer: 5.7.1 is-buffer: 2.0.5 - is-electron: 2.2.1 + is-electron: 2.2.2 is-pull-stream: 0.0.0 is-stream: 2.0.1 kind-of: 6.0.3 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /ipfs-utils/9.0.14: @@ -25849,40 +26063,21 @@ packages: buffer: 6.0.3 electron-fetch: 1.9.1 err-code: 3.0.1 - is-electron: 2.2.1 + is-electron: 2.2.2 iso-url: 1.2.1 it-all: 1.0.6 it-glob: 1.0.2 it-to-stream: 1.0.0 merge-options: 3.0.4 nanoid: 3.3.4 - native-fetch: 3.0.0_node-fetch@2.6.8 - node-fetch: 2.6.8 + native-fetch: 3.0.0_node-fetch@2.6.9 + node-fetch: 2.6.9 react-native-fetch-api: 3.0.0 stream-to-it: 0.2.4 transitivePeerDependencies: - encoding dev: false - /ipfs-utils/9.0.7: - resolution: {integrity: sha512-Umvb0Zydy2zZiTmQBGLfLISr8vOmXX8cxEIP+N8zGHrtRShG/j32yl1xd/BtS+Hbg0FIbVm3opwvxB2gmta0YA==} - dependencies: - any-signal: 3.0.1 - buffer: 6.0.3 - electron-fetch: 1.9.1 - err-code: 3.0.1 - is-electron: 2.2.1 - iso-url: 1.2.1 - it-glob: 1.0.2 - it-to-stream: 1.0.0 - merge-options: 3.0.4 - nanoid: 3.3.4 - native-fetch: 3.0.0_hmwa7nplpltavckpkeobtw6pv4 - node-fetch: '@registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz' - react-native-fetch-api: 2.0.0 - stream-to-it: 0.2.4 - dev: false - /ipfs/0.62.3: resolution: {integrity: sha512-TsnjQRzV4GWi7oNlnbHLq2tdEw+0m5sZsIcLr8nGiNj3lzJr2QltNN4p0V0ssYJ7HTaSeOMrJZEgZ7OzOkPuQw==} engines: {node: '>=15.0.0', npm: '>=6.0.0'} @@ -25962,7 +26157,7 @@ packages: multiformats: 9.9.0 peer-id: 0.16.0 protobufjs: 6.11.3 - timestamp-nano: 1.0.0 + timestamp-nano: 1.0.1 uint8arrays: 3.1.1 transitivePeerDependencies: - supports-color @@ -25972,18 +26167,18 @@ packages: resolution: {integrity: sha512-7q3lHmqgm8ZujAqqfKH7/TBvtdLyDld+9HPDhxZtrLoSxdFWmmMD9uQdaK8fjiBXLuVnpIAp+Ufu3qaD3ggmOg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-dht': 2.0.1 '@libp2p/interface-keys': 1.0.7 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 cborg: 1.10.0 err-code: 3.0.1 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 multiformats: 11.0.1 protons-runtime: 4.0.2 - timestamp-nano: 1.0.0 + timestamp-nano: 1.0.1 uint8arrays: 4.0.3 transitivePeerDependencies: - supports-color @@ -26030,6 +26225,13 @@ packages: call-bind: 1.0.2 has-tostringtag: 1.0.0 + /is-array-buffer/3.0.1: + resolution: {integrity: sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.0 + is-typed-array: 1.1.10 + /is-arrayish/0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} @@ -26064,8 +26266,8 @@ packages: resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} engines: {node: '>=4'} - /is-builtin-module/3.2.0: - resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==} + /is-builtin-module/3.2.1: + resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} engines: {node: '>=6'} dependencies: builtin-modules: 3.3.0 @@ -26085,7 +26287,7 @@ packages: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: - ci-info: 3.6.1 + ci-info: 3.8.0 dev: true /is-circular/1.0.2: @@ -26134,11 +26336,6 @@ packages: is-data-descriptor: 1.0.0 kind-of: 6.0.3 - /is-directory/0.3.1: - resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==} - engines: {node: '>=0.10.0'} - dev: true - /is-docker/2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} @@ -26155,8 +26352,8 @@ packages: resolution: {integrity: sha512-52ToNggHmkZGPl8yLFNrk+cKHUUnkhS0l2jh+yMLq6kj9C5IMLSztvJsW5WO5eMy0OS0jdu4o2tptT9dN0hAFg==} dev: false - /is-electron/2.2.1: - resolution: {integrity: sha512-r8EEQQsqT+Gn0aXFx7lTFygYQhILLCB+wn0WCDL5LZRINeLH/Rvw1j2oKodELLXYNImQ3CRlVsY8wW4cGOsyuw==} + /is-electron/2.2.2: + resolution: {integrity: sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==} /is-expression/3.0.0: resolution: {integrity: sha512-vyMeQMq+AiH5uUnoBfMTwf18tO3bM6k1QXBE9D6ueAAquEfCZe3AJPtud9g6qS0+4X8xA7ndpZiDyeb2l2qOBw==} @@ -26249,7 +26446,7 @@ packages: resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} engines: {node: '>=10'} dependencies: - global-dirs: 3.0.0 + global-dirs: 3.0.1 is-path-inside: 3.0.3 /is-interactive/1.0.0: @@ -26299,8 +26496,8 @@ packages: resolution: {integrity: sha512-hoBSElmPath3aDdtaOpVZsuCh2SXTqvLML+H75S7iDgKdqNmENJ6tsRucP1HLfpqEyZ/uIlj/+ZBxIC/F8B5Eg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/mafmt': 11.0.3 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/mafmt': 11.0.4 + '@multiformats/multiaddr': 11.4.0 iso-url: 1.2.1 multiformats: 11.0.1 uint8arrays: 4.0.3 @@ -26324,12 +26521,11 @@ packages: /is-lower-case/2.0.2: resolution: {integrity: sha512-bVcMJy4X5Og6VZfdOZstSexlEy20Sr0k/p/b2IlQJlfdKAQuMpiv5w2Ccxb8sKdRUNAG1PnHVHjFSdRDVS6NlQ==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /is-map/2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} - dev: true /is-module/1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} @@ -26339,7 +26535,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.2.0 dev: true /is-natural-number/4.0.1: @@ -26459,7 +26655,6 @@ packages: /is-set/2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} - dev: true /is-shared-array-buffer/1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} @@ -26518,7 +26713,7 @@ packages: /is-upper-case/2.0.2: resolution: {integrity: sha512-44pxmxAvnnAOwBg4tHPnkfvgjPwbc5QIsSstNU+YcJ1ovxVzCWpSGosPJOZh/a1tdl81fbgnLc9LLv+x2ywbPQ==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /is-utf8/0.2.1: @@ -26526,7 +26721,6 @@ packages: /is-weakmap/2.0.1: resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} - dev: true /is-weakref/1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} @@ -26537,8 +26731,7 @@ packages: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 - dev: true + get-intrinsic: 1.2.0 /is-whitespace-character/1.0.4: resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} @@ -26595,7 +26788,7 @@ packages: engines: {node: '>=8'} dependencies: buffer: 6.0.3 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /iso-random-stream/2.0.2: @@ -26603,7 +26796,7 @@ packages: engines: {node: '>=10'} dependencies: events: 3.3.0 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: false /iso-stream-http/0.1.2: @@ -26611,7 +26804,7 @@ packages: dependencies: builtin-status-codes: 3.0.0 inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /iso-url/0.4.7: @@ -26642,7 +26835,7 @@ packages: /isomorphic-unfetch/3.1.0: resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==} dependencies: - node-fetch: 2.6.8 + node-fetch: 2.6.9 unfetch: 4.2.0 transitivePeerDependencies: - encoding @@ -26655,21 +26848,20 @@ packages: dependencies: ws: 7.5.9 - /isomorphic-ws/5.0.0_ws@8.11.0: + /isomorphic-ws/5.0.0_ws@8.12.0: resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: ws: '*' dependencies: - ws: 8.11.0 - dev: true + ws: 8.12.0 - /isomorphic-ws/5.0.0_ws@8.12.0: + /isomorphic-ws/5.0.0_ws@8.12.1: resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: ws: '*' dependencies: - ws: 8.12.0 - dev: false + ws: 8.12.1 + dev: true /isstream/0.1.2: resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} @@ -26677,7 +26869,6 @@ packages: /istanbul-lib-coverage/3.0.0: resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} engines: {node: '>=8'} - dev: true /istanbul-lib-coverage/3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} @@ -26694,9 +26885,9 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.2.0 + istanbul-lib-coverage: 3.0.0 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -26706,8 +26897,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.20.2 - '@babel/parser': 7.20.3 + '@babel/core': 7.21.0 + '@babel/parser': 7.21.2 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -26730,7 +26921,7 @@ packages: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: - istanbul-lib-coverage: 3.2.0 + istanbul-lib-coverage: 3.0.0 make-dir: 3.1.0 supports-color: 7.2.0 @@ -26739,7 +26930,7 @@ packages: engines: {node: '>=10'} dependencies: debug: 4.3.4 - istanbul-lib-coverage: 3.2.0 + istanbul-lib-coverage: 3.0.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color @@ -26940,8 +27131,8 @@ packages: get-iterator: 1.0.2 dev: false - /it-pair/2.0.3: - resolution: {integrity: sha512-heCgsbYscFCQY5YvltlGT9tjgLGYo7NxPEoJyl55X4BD2KOXpTyuwOhPLWhi9Io0y6+4ZUXCkyaQXIB6Y8xhRw==} + /it-pair/2.0.4: + resolution: {integrity: sha512-S3y3mTJ3muuxcHBGcIzNONofAN+G3iAgmSjS78qARkRWI2ImJXybjj0h52uSW+isgrJqIx2iFB/T8ZEBc8kDSw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: it-stream-types: 1.0.5 @@ -26981,8 +27172,8 @@ packages: it-length-prefixed: 5.0.3 dev: false - /it-pb-stream/2.0.3: - resolution: {integrity: sha512-nuJzftDqk52gZmVD6T0sIKggXMhBkLSAFCD1OecxqGTVwk2wuDYY0ZHpcXZJuHty3kIuLY4xlWZrnDH9efV4YA==} + /it-pb-stream/2.0.4: + resolution: {integrity: sha512-p0chBIT3HrZt3hIqvBEi+NgZxxT25MTJ362nKoHmzA/k/WsUPPbeSz7Ad+wRcGxZn2O5JEXCS5lOGRjSDSnlNg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: it-handshake: 4.1.2 @@ -27120,7 +27311,7 @@ packages: get-iterator: 1.0.2 p-defer: 3.0.0 p-fifo: 1.0.0 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: false /it-ws/4.0.0: @@ -27143,7 +27334,7 @@ packages: iso-url: 1.2.1 it-stream-types: 1.0.5 uint8arrays: 4.0.3 - ws: 8.12.0 + ws: 8.12.1 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -27162,18 +27353,10 @@ packages: /iterate-value/1.0.2: resolution: {integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==} dependencies: - es-get-iterator: 1.1.2 + es-get-iterator: 1.1.3 iterate-iterator: 1.0.2 dev: true - /itty-router-extras/0.4.2: - resolution: {integrity: sha512-ppHaBzcTXs7idFSDISehG+8kif2/4aqLCfyY/Y/uIZv79sfEfNmTq9G+rDeqblun/VZRBiXZD8ztYmMS8EOsKw==} - dev: true - - /itty-router/2.6.6: - resolution: {integrity: sha512-hIPHtXGymCX7Lzb2I4G6JgZFE4QEEQwst9GORK7sMYUpJvLfy4yZJr95r04e8DzoAnj6HcxM2m4TbK+juu+18g==} - dev: true - /jake/10.8.5: resolution: {integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==} engines: {node: '>=10'} @@ -27189,8 +27372,8 @@ packages: hasBin: true dependencies: '@types/connect': 3.4.35 - '@types/express-serve-static-core': 4.17.31 - '@types/lodash': 4.14.188 + '@types/express-serve-static-core': 4.17.33 + '@types/lodash': 4.14.191 '@types/node': 12.20.55 JSONStream: 1.3.5 commander: 2.20.3 @@ -27230,7 +27413,7 @@ packages: dependencies: '@jest/types': 27.5.1 execa: 5.1.1 - throat: 6.0.1 + throat: 6.0.2 /jest-circus/27.5.1: resolution: {integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==} @@ -27239,7 +27422,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -27254,7 +27437,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 stack-utils: 2.0.6 - throat: 6.0.1 + throat: 6.0.2 transitivePeerDependencies: - supports-color @@ -27296,13 +27479,13 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.20.2 + babel-jest: 27.5.1_@babel+core@7.21.0 chalk: 4.1.2 - ci-info: 3.6.1 - deepmerge: 4.2.2 + ci-info: 3.8.0 + deepmerge: 4.3.0 glob: 7.2.3 graceful-fs: 4.2.10 jest-circus: 27.5.1 @@ -27320,7 +27503,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu + ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti transitivePeerDependencies: - bufferutil - canvas @@ -27359,7 +27542,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -27376,7 +27559,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -27389,9 +27572,9 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.9 - anymatch: 3.1.2 + '@types/graceful-fs': 4.1.6 + '@types/node': 18.14.2 + anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 26.0.0 @@ -27411,9 +27594,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/graceful-fs': 4.1.5 - '@types/node': 18.11.9 - anymatch: 3.1.2 + '@types/graceful-fs': 4.1.6 + '@types/node': 18.14.2 + anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 27.5.1 @@ -27433,7 +27616,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -27445,7 +27628,7 @@ packages: jest-snapshot: 27.5.1 jest-util: 27.5.1 pretty-format: 27.5.1 - throat: 6.0.1 + throat: 6.0.2 transitivePeerDependencies: - supports-color @@ -27498,10 +27681,10 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 16.18.13 - /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: - resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} + /jest-pnp-resolver/1.2.3_jest-resolve@27.5.1: + resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: jest-resolve: '*' @@ -27541,11 +27724,11 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.10 jest-haste-map: 27.5.1 - jest-pnp-resolver: 1.2.2_jest-resolve@27.5.1 + jest-pnp-resolver: 1.2.3_jest-resolve@27.5.1 jest-util: 27.5.1 jest-validate: 27.5.1 resolve: 1.22.1 - resolve.exports: 1.1.0 + resolve.exports: 1.1.1 slash: 3.0.0 /jest-runner/27.5.1: @@ -27557,7 +27740,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -27572,7 +27755,7 @@ packages: jest-util: 27.5.1 jest-worker: 27.5.1 source-map-support: 0.5.21 - throat: 6.0.1 + throat: 6.0.2 transitivePeerDependencies: - bufferutil - canvas @@ -27612,30 +27795,30 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 graceful-fs: 4.2.10 /jest-serializer/27.5.1: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 graceful-fs: 4.2.10 /jest-snapshot/27.5.1: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.20.2 - '@babel/generator': 7.20.4 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 - '@babel/traverse': 7.20.1 - '@babel/types': 7.20.2 + '@babel/core': 7.21.0 + '@babel/generator': 7.21.1 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.0 + '@babel/traverse': 7.21.2 + '@babel/types': 7.21.2 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/babel__traverse': 7.18.2 - '@types/prettier': 2.7.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 + '@types/babel__traverse': 7.18.3 + '@types/prettier': 2.7.2 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.0 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.10 @@ -27657,7 +27840,7 @@ packages: peerDependencies: styled-components: '>= 5' dependencies: - '@adobe/css-tools': 4.0.1 + '@adobe/css-tools': 4.2.0 styled-components: 5.3.6_biqbaboplfbrettd7655fr4n2y dev: true @@ -27666,7 +27849,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -27677,9 +27860,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.8.0 graceful-fs: 4.2.10 picomatch: 2.3.1 @@ -27688,9 +27871,9 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.11.9 + '@types/node': 18.14.2 chalk: 4.1.2 - ci-info: 3.6.1 + ci-info: 3.8.0 graceful-fs: 4.2.10 picomatch: 2.3.1 @@ -27726,7 +27909,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.11.9 + '@types/node': 18.14.2 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -27738,7 +27921,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.11.9 + '@types/node': 18.14.2 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -27757,7 +27940,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 merge-stream: 2.0.0 supports-color: 7.2.0 @@ -27765,7 +27948,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -27773,7 +27956,7 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 18.11.9 + '@types/node': 18.14.2 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -27808,13 +27991,13 @@ packages: engines: {node: '>= 0.6.0'} dev: false - /joi/17.7.0: - resolution: {integrity: sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==} + /joi/17.8.3: + resolution: {integrity: sha512-q5Fn6Tj/jR8PfrLrx4fpGH4v9qM6o+vDUfD4/3vxxyg34OmKcNqYZ1qn2mpLza96S8tL0p0rIw2gOZX+/cTg9w==} dependencies: '@hapi/hoek': 9.3.0 '@hapi/topo': 5.1.0 '@sideway/address': 4.1.4 - '@sideway/formula': 3.0.0 + '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 /joycon/2.2.5: @@ -27822,8 +28005,8 @@ packages: engines: {node: '>=6'} dev: false - /js-base64/3.7.2: - resolution: {integrity: sha512-NnRs6dsyqUXejqk/yv2aiXlAvOs56sLkX6nUdeaNezI5LFFLlsZjOThmwnrcwh5ZZRwZlCMnVAY3CvhIhoVEKQ==} + /js-base64/3.7.5: + resolution: {integrity: sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==} dev: false /js-levenshtein/1.1.6: @@ -27831,8 +28014,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /js-sdsl/4.1.5: - resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} + /js-sdsl/4.3.0: + resolution: {integrity: sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==} /js-sha256/0.9.0: resolution: {integrity: sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==} @@ -27901,12 +28084,12 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.8.1 + acorn: 8.8.2 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 - decimal.js: 10.4.2 + decimal.js: 10.4.3 domexception: 2.0.1 escodegen: 2.0.0 form-data: 3.0.1 @@ -28046,14 +28229,14 @@ packages: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true - /json5/1.0.1: - resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} + /json5/1.0.2: + resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 - /json5/2.2.1: - resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} + /json5/2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true @@ -28142,7 +28325,7 @@ packages: dependencies: lie: 3.3.0 pako: 1.0.11 - readable-stream: 2.3.7 + readable-stream: 2.3.8 setimmediate: 1.0.5 dev: false @@ -28179,8 +28362,8 @@ packages: resolution: {integrity: sha512-6zAkfGKRjB766zXv/UVSGOFKSAqakhwLQDyIR9bmIhJ/e6jS3Ci1VxYTqaiooYZZUw3VLg0sZva8PE6JX/iu2w==} dev: false - /just-safe-set/4.2.0: - resolution: {integrity: sha512-109CZyFYcRAgR5hT/aA6V6ZKUfxItJYrZvtTikfIJ4sEewAE86fQARiF9BFzZlSn0gTLVGIMuZC7le2qQ+JJKw==} + /just-safe-set/4.2.1: + resolution: {integrity: sha512-La5CP41Ycv52+E4g7w1sRV8XXk7Sp8a/TwWQAYQKn6RsQz1FD4Z/rDRRmqV3wJznS1MDF3YxK7BCudX1J8FxLg==} dev: false /k-bucket/5.1.0: @@ -28198,7 +28381,6 @@ packages: inherits: 2.0.4 nan: 2.17.0 safe-buffer: 5.2.1 - dev: true /keccak/3.0.2: resolution: {integrity: sha512-PyKKjkH53wDMLGrvmRGSNWgmSxZOUqbnXwKL9tmgbFYA1iAYqW21kfR7mZXV0MlESiefxQQE9X9fTa3X+2MPDQ==} @@ -28206,15 +28388,25 @@ packages: requiresBuild: true dependencies: node-addon-api: 2.0.2 - node-gyp-build: 4.5.0 - readable-stream: 3.6.0 + node-gyp-build: 4.6.0 + readable-stream: 3.6.1 + dev: true + + /keccak/3.0.3: + resolution: {integrity: sha512-JZrLIAJWuZxKbCilMpNz5Vj7Vtb4scDG3dMXLOsbzBmQGyjwE61BbW7bJkfKKCShXiQZt3T6sBgALRtmd+nZaQ==} + engines: {node: '>=10.0.0'} + requiresBuild: true + dependencies: + node-addon-api: 2.0.2 + node-gyp-build: 4.6.0 + readable-stream: 3.6.1 /key-did-provider-ed25519/2.0.1: resolution: {integrity: sha512-FaB2g7zUAeN/bLaFl2YSNQx9NsxgDd/3TR1YGvoXLhENsvZBdyA2V7hX8/MZhZ5jm82wL5lRw3O4UXuz/pJANQ==} engines: {node: '>=14.14'} dependencies: '@stablelib/ed25519': 1.0.3 - did-jwt: 6.9.0 + did-jwt: 6.11.1 fast-json-stable-stringify: 2.1.0 rpc-utils: 0.6.2 uint8arrays: 3.1.1 @@ -28226,7 +28418,7 @@ packages: '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.1.2 multiformats: 9.9.0 - nist-weierstrauss: 1.5.1 + nist-weierstrauss: 1.6.1 uint8arrays: 3.1.1 varint: 6.0.0 dev: false @@ -28277,8 +28469,8 @@ packages: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} - /klona/2.0.5: - resolution: {integrity: sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==} + /klona/2.0.6: + resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} /ky-universal/0.2.2_ky@0.11.2: @@ -28289,9 +28481,7 @@ packages: dependencies: abort-controller: 3.0.0 ky: 0.11.2 - node-fetch: 2.6.8 - transitivePeerDependencies: - - encoding + node-fetch: 2.6.0 dev: true /ky/0.11.2: @@ -28335,9 +28525,9 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 app-root-dir: 1.0.2 - core-js: 3.26.1 + core-js: 3.29.0 dotenv: 8.6.0 dotenv-expand: 5.1.0 dev: true @@ -28414,7 +28604,7 @@ packages: engines: {node: '>=6'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 xtend: 4.0.2 dev: true optional: true @@ -28424,7 +28614,7 @@ packages: engines: {node: '>=10'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: false /level-js/5.0.2: @@ -28533,7 +28723,7 @@ packages: dependencies: abstract-leveldown: 7.2.0 napi-macros: 2.0.0 - node-gyp-build: 4.5.0 + node-gyp-build: 4.6.0 /levelup/1.3.9: resolution: {integrity: sha512-VVGHfKIlmw8w1XqpGOAGwq6sZm2WwWLmlDcULkKWQXEA5EopA8OBNJ2Ck2v6bdk8HeEZSbCSEgzXadyQFm76sQ==} @@ -28645,8 +28835,8 @@ packages: resolution: {integrity: sha512-EXFrhSpiHtJ+/L8xXDvQNK5VjUMG51u878jzZcaT5XhuN/zFg6PWJFnl/qB2Y2j7eMWnvCRP7Kp+ua2H36cG4g==} engines: {node: '>=12.0.0'} dependencies: - '@noble/ed25519': 1.7.1 - '@noble/secp256k1': 1.7.0 + '@noble/ed25519': 1.7.3 + '@noble/secp256k1': 1.7.1 err-code: 3.0.1 iso-random-stream: 2.0.2 multiformats: 9.9.0 @@ -28849,7 +29039,7 @@ packages: get-browser-rtc: 1.1.0 queue-microtask: 1.2.3 randombytes: 2.1.0 - readable-stream: 3.6.0 + readable-stream: 3.6.1 transitivePeerDependencies: - supports-color dev: false @@ -28869,7 +29059,7 @@ packages: multiaddr: 10.0.1 p-defer: 3.0.0 peer-id: 0.16.0 - socket.io-client: 4.5.3 + socket.io-client: 4.6.1 stream-to-it: 0.2.4 transitivePeerDependencies: - bufferutil @@ -28910,7 +29100,7 @@ packages: abortable-iterator: 3.0.2 aggregate-error: 3.1.0 any-signal: 3.0.1 - bignumber.js: 9.1.0 + bignumber.js: 9.1.1 class-is: 1.1.0 datastore-core: 7.0.3 debug: 4.3.4 @@ -28970,7 +29160,7 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@achingbrain/nat-port-mapper': 1.0.7 - '@libp2p/crypto': 1.0.11 + '@libp2p/crypto': 1.0.12 '@libp2p/interface-address-manager': 2.0.4 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-connection-encrypter': 3.0.6 @@ -28992,21 +29182,21 @@ packages: '@libp2p/logger': 2.0.5 '@libp2p/multistream-select': 3.1.2 '@libp2p/peer-collections': 3.0.0 - '@libp2p/peer-id': 2.0.1 + '@libp2p/peer-id': 2.0.2 '@libp2p/peer-id-factory': 2.0.1 '@libp2p/peer-record': 5.0.0 '@libp2p/peer-store': 6.0.0 '@libp2p/tracked-map': 3.0.2 '@libp2p/utils': 3.0.4 - '@multiformats/mafmt': 11.0.3 - '@multiformats/multiaddr': 11.3.0 + '@multiformats/mafmt': 11.0.4 + '@multiformats/multiaddr': 11.4.0 abortable-iterator: 4.0.2 any-signal: 3.0.1 datastore-core: 8.0.4 err-code: 3.0.1 events: 3.3.0 hashlru: 2.3.0 - interface-datastore: 7.0.3 + interface-datastore: 7.0.4 it-all: 2.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -29016,7 +29206,7 @@ packages: it-length-prefixed: 8.0.4 it-map: 2.0.0 it-merge: 2.0.0 - it-pair: 2.0.3 + it-pair: 2.0.4 it-pipe: 2.0.5 it-sort: 2.0.0 it-stream-types: 1.0.5 @@ -29064,8 +29254,14 @@ packages: /lines-and-columns/1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /linkifyjs/3.0.5: - resolution: {integrity: sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==} + /linkify-it/4.0.1: + resolution: {integrity: sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==} + dependencies: + uc.micro: 1.0.6 + dev: false + + /linkifyjs/4.1.0: + resolution: {integrity: sha512-Ffv8VoY3+ixI1b3aZ3O+jM6x17cOsgwfB1Wq7pkytbo1WlyRp6ZO0YDMqiWT/gQPY/CmtiGuKfzDIVqxh1aCTA==} dev: false /lint-staged/12.5.0: @@ -29075,17 +29271,17 @@ packages: dependencies: cli-truncate: 3.1.0 colorette: 2.0.19 - commander: 9.4.1 - debug: 4.3.4_supports-color@9.2.3 + commander: 9.5.0 + debug: 4.3.4_supports-color@9.3.1 execa: 5.1.1 lilconfig: 2.0.5 listr2: 4.0.5 micromatch: 4.0.5 normalize-path: 3.0.0 - object-inspect: 1.12.2 + object-inspect: 1.12.3 pidtree: 0.5.0 string-argv: 0.3.1 - supports-color: 9.2.3 + supports-color: 9.3.1 yaml: 1.10.2 transitivePeerDependencies: - enquirer @@ -29106,7 +29302,7 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.5.7 + rxjs: 7.8.0 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -29125,19 +29321,19 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.5.7 + rxjs: 7.8.0 through: 2.3.8 wrap-ansi: 7.0.0 dev: true - /lit-connect-modal/0.1.10: - resolution: {integrity: sha512-hiE/0yrl15EDNH08OqcntiNXDOvU4zviiaOOCT4jG2N3L2dyMFLOwXXrkNobQ6B8/8MgXmMJu2TCp6RwhmCzNw==} + /lit-connect-modal/0.1.11: + resolution: {integrity: sha512-EG6pcCqdxZQJt3MPDq3gJ5Sz4E5sJdydtAF7VFJu6z6GDHO1Ybp8WrTx8CUnHiF54/MQBRi6Nb7cbTvv+BKWvQ==} dependencies: micromodal: 0.4.10 dev: false - /lit-js-sdk/1.1.234: - resolution: {integrity: sha512-jriua+Igavu5kbGYxMuUxmNrd4TfMXGNoG3hNoBA0+FyTYvYo9assYegWkP8w8vTW2FGC5qJDhNvFf0pOAfgWQ==} + /lit-js-sdk/1.1.248: + resolution: {integrity: sha512-421e8DGWxm9KNp6u208EhsiP0bfDAVGaZ/8AR6EZFhna9zpkEPJ2dZfzTvHQSHSjkl8Pn7Fr/F8hBSh6lmEGkQ==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/contracts': 5.7.0 @@ -29151,11 +29347,11 @@ packages: bufferutil: 4.0.7 cross-blob: 3.0.2 jszip: 3.10.1 - lit-connect-modal: 0.1.10 + lit-connect-modal: 0.1.11 lit-siwe: 1.1.8_vs2eitok36dr26fji5ujfsmafm node-fetch: 3.3.0 pako: 2.1.0 - tslib: 2.4.1 + tslib: 2.5.0 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 utf-8-validate: 5.0.10 @@ -29178,7 +29374,7 @@ packages: '@ethersproject/wallet': 5.7.0 '@spruceid/siwe-parser': 1.1.3 '@stablelib/random': 1.0.2 - apg-js: 4.1.2 + apg-js: 4.1.3 dev: false /load-json-file/1.1.0: @@ -29191,17 +29387,6 @@ packages: pinkie-promise: 2.0.1 strip-bom: 2.0.0 - /load-json-file/5.3.0: - resolution: {integrity: sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==} - engines: {node: '>=6'} - dependencies: - graceful-fs: 4.2.10 - parse-json: 4.0.0 - pify: 4.0.1 - strip-bom: 3.0.0 - type-fest: 0.3.1 - dev: false - /loader-runner/2.4.0: resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} @@ -29216,7 +29401,7 @@ packages: dependencies: big.js: 5.2.2 emojis-list: 3.0.0 - json5: 1.0.1 + json5: 1.0.2 /loader-utils/2.0.4: resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} @@ -29224,7 +29409,7 @@ packages: dependencies: big.js: 5.2.2 emojis-list: 3.0.0 - json5: 2.2.1 + json5: 2.2.3 /loader-utils/3.2.1: resolution: {integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==} @@ -29402,6 +29587,7 @@ packages: /lodash.truncate/4.4.2: resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} + dev: true /lodash.uniq/4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} @@ -29514,7 +29700,7 @@ packages: /lower-case-first/2.0.2: resolution: {integrity: sha512-EVm/rR94FJTZi3zefZ82fLWab+GX14LJN4HrWBcuo6Evmsl9hEfnqxgcHCKb9q+mNf6EVdsjx/qucYFIIB84pg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /lower-case/1.1.4: @@ -29523,7 +29709,7 @@ packages: /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /lowercase-keys/1.0.1: resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} @@ -29556,12 +29742,17 @@ packages: dependencies: yallist: 4.0.0 - /lru-cache/7.14.1: - resolution: {integrity: sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==} + /lru-cache/7.13.1: + resolution: {integrity: sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==} engines: {node: '>=12'} dev: true optional: true + /lru-cache/7.17.0: + resolution: {integrity: sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ==} + engines: {node: '>=12'} + dev: false + /lru_map/0.3.3: resolution: {integrity: sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==} @@ -29654,9 +29845,25 @@ packages: dependencies: object-visit: 1.0.1 + /mapmoize/1.2.1: + resolution: {integrity: sha512-LK8ArSM1wbfRPTnl+LpdxW1pwkfY6GxtM9p+STr6aDtM7ImR8jLuf4ekei43/AN0f7XDSrohzwwK57eGHSDAuA==} + engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} + dev: false + /markdown-escapes/1.0.4: resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} + /markdown-it/13.0.1: + resolution: {integrity: sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==} + hasBin: true + dependencies: + argparse: 2.0.1 + entities: 3.0.1 + linkify-it: 4.0.1 + mdurl: 1.0.1 + uc.micro: 1.0.6 + dev: false + /markdown-table/1.1.3: resolution: {integrity: sha512-1RUZVgQlpJSPWYbFSpmudq5nHY1doEIv89gBtF0s4gW1GF2XorxcA/70M5vq7rLv0a6mhOUccRsqkwhwLCIQ2Q==} dev: true @@ -29741,7 +29948,6 @@ packages: /mdurl/1.0.1: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} - dev: true /media-typer/0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} @@ -29757,8 +29963,8 @@ packages: ltgt: 2.2.1 safe-buffer: 5.1.2 - /memfs/3.4.11: - resolution: {integrity: sha512-GvsCITGAyDCxxsJ+X6prJexFQEhOCJaIlUbsAvjzSI5o5O7j2dle3jWvz5Z5aOdpOxW6ol3vI1+0ut+641F1+w==} + /memfs/3.4.13: + resolution: {integrity: sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -29777,14 +29983,14 @@ packages: resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==} dependencies: errno: 0.1.8 - readable-stream: 2.3.7 + readable-stream: 2.3.8 /memory-fs/0.5.0: resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dependencies: errno: 0.1.8 - readable-stream: 2.3.7 + readable-stream: 2.3.8 /memory-level/1.0.0: resolution: {integrity: sha512-UXzwewuWeHBz5krr7EvehKcmLFNoXxGcvuYhC41tRnkrTbJohtS7kVn9akmgirtRygg+f7Yjsfi8Uu5SGSQ4Og==} @@ -29806,7 +30012,7 @@ packages: decamelize: 1.2.0 loud-rejection: 1.6.0 map-obj: 1.0.1 - minimist: 1.2.7 + minimist: 1.2.8 normalize-package-data: 2.5.0 object-assign: 4.1.1 read-pkg-up: 1.0.1 @@ -29858,11 +30064,11 @@ packages: level-ws: 0.0.0 levelup: 1.3.9 memdown: 1.4.1 - readable-stream: 2.3.7 + readable-stream: 2.3.8 rlp: 2.2.7 semaphore: 1.1.0 - /meros/1.2.1_@types+node@16.18.3: + /meros/1.2.1_@types+node@16.18.13: resolution: {integrity: sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==} engines: {node: '>=13'} peerDependencies: @@ -29871,7 +30077,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 16.18.3 + '@types/node': 16.18.13 /mersenne-twister/1.1.0: resolution: {integrity: sha512-mUYWsMKNrm4lfygPkL3OfGzOPTR2DBlTkBNHM//F6hGp8cLThY897crAlk3/Jo17LEOOjQUrNAx6DvgO77QJkA==} @@ -30025,21 +30231,14 @@ packages: dependencies: brace-expansion: 1.1.11 - /minimatch/4.2.1: - resolution: {integrity: sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==} - engines: {node: '>=10'} - dependencies: - brace-expansion: 1.1.11 - dev: true - /minimatch/5.0.1: resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 - /minimatch/5.1.0: - resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + /minimatch/5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 @@ -30057,28 +30256,28 @@ packages: resolution: {integrity: sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==} dev: true - /minimist/1.2.7: - resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} + /minimist/1.2.8: + resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} /minipass-collect/1.0.2: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: true /minipass-flush/1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: true /minipass-pipeline/1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: true /minipass/2.9.0: @@ -30087,12 +30286,16 @@ packages: safe-buffer: 5.2.1 yallist: 3.1.1 - /minipass/3.3.4: - resolution: {integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==} + /minipass/3.3.6: + resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 + /minipass/4.2.4: + resolution: {integrity: sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==} + engines: {node: '>=8'} + /minisearch/3.3.0: resolution: {integrity: sha512-DlOEfLtiRKcEuShEaaufoDpWKv94lWDSRK7Bkcd0htqHEFZ1vqTi3IIW8cYcPIlomQjaCdiZXk4pyzBNc79I2Q==} dev: false @@ -30106,7 +30309,7 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 yallist: 4.0.0 /mississippi/3.0.0: @@ -30124,6 +30327,10 @@ packages: stream-each: 1.2.3 through2: 2.0.5 + /mitt/3.0.0: + resolution: {integrity: sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==} + dev: true + /mixin-deep/1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} @@ -30140,7 +30347,7 @@ packages: engines: {node: '>=4'} deprecated: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that. dependencies: - mkdirp: 1.0.4 + mkdirp: 2.1.3 /mkdirp/0.5.1: resolution: {integrity: sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==} @@ -30154,20 +30361,25 @@ packages: resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 dev: true /mkdirp/0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: - minimist: 1.2.7 + minimist: 1.2.8 /mkdirp/1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} hasBin: true + /mkdirp/2.1.3: + resolution: {integrity: sha512-sjAkg21peAG9HS+Dkx7hlG9Ztx7HLeKnvB3NQRcu/mltCVmvkF0pisbiTSfDVYTT86XEfZrTUosLdZLStquZUw==} + engines: {node: '>=10'} + hasBin: true + /mnemonist/0.38.5: resolution: {integrity: sha512-bZTFT5rrPKtPJxj8KSV0WkPyNxl72vQepqqVUAW2ARUpUSF2qXMB6jZj7hW5/k7C1rtpzqbD/IIbJwLXUjCHeg==} dependencies: @@ -30199,6 +30411,34 @@ packages: yargs: 16.2.0 yargs-parser: 20.2.4 yargs-unparser: 2.0.0 + dev: true + + /mocha/10.2.0: + resolution: {integrity: sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==} + engines: {node: '>= 14.0.0'} + hasBin: true + dependencies: + ansi-colors: 4.1.1 + browser-stdout: 1.3.1 + chokidar: 3.5.3 + debug: 4.3.4_supports-color@8.1.1 + diff: 5.0.0 + escape-string-regexp: 4.0.0 + find-up: 5.0.0 + glob: 7.2.0 + he: 1.2.0 + js-yaml: 4.1.0 + log-symbols: 4.1.0 + minimatch: 5.0.1 + ms: 2.1.3 + nanoid: 3.3.3 + serialize-javascript: 6.0.0 + strip-json-comments: 3.1.1 + supports-color: 8.1.1 + workerpool: 6.2.1 + yargs: 16.2.0 + yargs-parser: 20.2.4 + yargs-unparser: 2.0.0 /mocha/7.1.2: resolution: {integrity: sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==} @@ -30262,37 +30502,6 @@ packages: yargs-unparser: 1.6.0 dev: true - /mocha/9.2.2: - resolution: {integrity: sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==} - engines: {node: '>= 12.0.0'} - hasBin: true - dependencies: - '@ungap/promise-all-settled': 1.1.2 - ansi-colors: 4.1.1 - browser-stdout: 1.3.1 - chokidar: 3.5.3 - debug: 4.3.3_supports-color@8.1.1 - diff: 5.0.0 - escape-string-regexp: 4.0.0 - find-up: 5.0.0 - glob: 7.2.0 - growl: 1.10.5 - he: 1.2.0 - js-yaml: 4.1.0 - log-symbols: 4.1.0 - minimatch: 4.2.1 - ms: 2.1.3 - nanoid: 3.3.1 - serialize-javascript: 6.0.0 - strip-json-comments: 3.1.1 - supports-color: 8.1.1 - which: 2.0.2 - workerpool: 6.2.0 - yargs: 16.2.0 - yargs-parser: 20.2.4 - yargs-unparser: 2.0.0 - dev: true - /mock-fs/4.14.0: resolution: {integrity: sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==} @@ -30322,7 +30531,7 @@ packages: duplexer2: 0.1.4 inherits: 2.0.4 parents: 1.0.1 - readable-stream: 2.3.7 + readable-stream: 2.3.8 resolve: 1.22.1 stream-combiner2: 1.1.1 subarg: 1.0.0 @@ -30334,8 +30543,8 @@ packages: resolution: {integrity: sha512-0yuvsqSCv8LbaOKhnsQ/T5JhyFlCYLPXK3U2sgV10zoKQwzs/MyfuQUOZQ1V/6OCOJsK/TRgNVrPuPDqtdMFtA==} engines: {node: '>=10'} - /moment-timezone/0.5.39: - resolution: {integrity: sha512-hoB6suq4ISDj7BDgctiOy6zljBsdYT0++0ZzZm9rtxIvJhIbQ3nmbgSWe7dNFGurl6/7b1OUkHlmN9JWgXVz7w==} + /moment-timezone/0.5.41: + resolution: {integrity: sha512-e0jGNZDOHfBXJGz8vR/sIMXvBIGJJcqFjmlg9lmE+5KX1U7/RZNMswfD8nKnNCnQdKTIj50IaRKwl1fvMLyyRg==} dependencies: moment: 2.29.4 dev: true @@ -30356,10 +30565,10 @@ packages: resolution: {integrity: sha512-eyDUsl1nCR9+JtNksKnaESLP9MgAXCA4w1LTtsmOSQNsThnv++f36rrBu5fC/fdGIwTJZmbiaR/QewptH93pYA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - nanoid: 4.0.0 + nanoid: 4.0.1 observable-webworkers: 2.0.1 - p-queue: 7.3.0 - p-timeout: 6.0.0 + p-queue: 7.3.4 + p-timeout: 6.1.1 dev: false /move-concurrently/1.0.1: @@ -30404,6 +30613,7 @@ packages: /multiaddr-to-uri/8.0.0: resolution: {integrity: sha512-dq4p/vsOOUdVEd1J1gl+R2GFrXJQH8yjLtz4hodqdVbieg39LvBOdMQRdQnfbg5LSM/q1BYNVf5CBbwZFFqBgA==} + deprecated: This module is deprecated, please upgrade to @multiformats/multiaddr-to-uri dependencies: multiaddr: 10.0.1 transitivePeerDependencies: @@ -30413,6 +30623,7 @@ packages: /multiaddr/10.0.1: resolution: {integrity: sha512-G5upNcGzEGuTHkzxezPrrD6CaIHR9uo+7MwqhNVcXTs33IInon4y7nMiGxl2CY5hG7chvYQUQhz5V52/Qe3cbg==} + deprecated: This module is deprecated, please upgrade to @multiformats/multiaddr dependencies: dns-over-http-resolver: 1.2.3 err-code: 3.0.1 @@ -30686,12 +30897,6 @@ packages: /nano-json-stream-parser/0.1.2: resolution: {integrity: sha512-9MqxMH/BSJC7dnLsEMPyfN5Dvoo49IsPFYMcHw3Bcfc2kN0lpHRBSzlMSVx4HGyJ7s9B31CyBTVehWJoQ8Ctew==} - /nanoid/3.3.1: - resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: true - /nanoid/3.3.3: resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -30702,8 +30907,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid/4.0.0: - resolution: {integrity: sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==} + /nanoid/4.0.1: + resolution: {integrity: sha512-udKGtCCUafD3nQtJg9wBhRP3KMbPglUsgV5JVsXhvyBs/oefqb4sqMEhKBBgqZncYowu58p1prsZQBYvAj/Gww==} engines: {node: ^14 || ^16 || >=18} hasBin: true dev: false @@ -30757,28 +30962,20 @@ packages: node-fetch: '*' dev: false - /native-fetch/3.0.0_hmwa7nplpltavckpkeobtw6pv4: + /native-fetch/3.0.0_node-fetch@2.6.9: resolution: {integrity: sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==} peerDependencies: node-fetch: '*' dependencies: - node-fetch: '@registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz' + node-fetch: 2.6.9 dev: false - /native-fetch/3.0.0_node-fetch@2.6.8: - resolution: {integrity: sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==} - peerDependencies: - node-fetch: '*' - dependencies: - node-fetch: 2.6.8 - dev: false - - /native-fetch/4.0.2_undici@5.19.1: + /native-fetch/4.0.2_undici@5.20.0: resolution: {integrity: sha512-4QcVlKFtv2EYVS5MBgsGX5+NWKtbDbIECdUXDBGDMAZXq3Jkv9zf+y8iS7Ub8fEdga3GpYeazp9gauNqXHJOCg==} peerDependencies: undici: '*' dependencies: - undici: 5.19.1 + undici: 5.20.0 dev: false /natural-compare-lite/1.4.0: @@ -30792,7 +30989,7 @@ packages: hasBin: true dependencies: json-stringify-safe: 5.0.1 - minimist: 1.2.7 + minimist: 1.2.8 split2: 2.2.0 through2: 2.0.5 dev: false @@ -30809,7 +31006,7 @@ packages: http-errors: 1.8.1 js-sha256: 0.9.0 mustache: 4.2.0 - node-fetch: 2.6.8 + node-fetch: 2.6.9 text-encoding-utf-8: 1.0.2 tweetnacl: 1.0.3 transitivePeerDependencies: @@ -30850,9 +31047,8 @@ packages: /nice-try/1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - /nist-weierstrauss/1.5.1: - resolution: {integrity: sha512-TtfkjxfCPYWljG4zSQgHVnzpwNj5pTlIKSxyPlXpsRpA9B8PJchKoIDe7ZIvfzPwZTzawhhGAqngFrM+7Elf0g==} - engines: {node: '>=14.06'} + /nist-weierstrauss/1.6.1: + resolution: {integrity: sha512-FpjCOnPV/s3ZVIkeldCVSml2K4lruabPbBgoEitpCK1JL0KTVoWb56CFTU6rZn5i6VqAjdwcOp0FDwJACPmeFA==} dependencies: multiformats: 9.9.0 uint8arrays: 2.1.10 @@ -30867,10 +31063,10 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.4.1 + tslib: 2.5.0 - /node-abort-controller/3.0.1: - resolution: {integrity: sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==} + /node-abort-controller/3.1.1: + resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} dev: true optional: true @@ -30887,6 +31083,7 @@ packages: /node-domexception/1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} + dev: false /node-emoji/1.11.0: resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==} @@ -30928,8 +31125,8 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-fetch/2.6.8: - resolution: {integrity: sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==} + /node-fetch/2.6.9: + resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 @@ -30943,7 +31140,7 @@ packages: resolution: {integrity: sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: - data-uri-to-buffer: 4.0.0 + data-uri-to-buffer: 4.0.1 fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 dev: false @@ -30962,8 +31159,8 @@ packages: hasBin: true dev: true - /node-gyp-build/4.5.0: - resolution: {integrity: sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==} + /node-gyp-build/4.6.0: + resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==} hasBin: true /node-int64/0.4.0: @@ -30993,7 +31190,7 @@ packages: process: 0.11.10 punycode: 1.4.1 querystring-es3: 0.2.1 - readable-stream: 2.3.7 + readable-stream: 2.3.8 stream-browserify: 2.0.2 stream-http: 2.8.3 string_decoder: 1.3.0 @@ -31022,9 +31219,9 @@ packages: os-browserify: 0.3.0 path-browserify: 1.0.1 process: 0.11.10 - punycode: 2.1.1 + punycode: 2.3.0 querystring-es3: 0.2.1 - readable-stream: 4.2.0 + readable-stream: 4.3.0 stream-browserify: 3.0.0 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -31044,8 +31241,8 @@ packages: process-on-spawn: 1.0.0 dev: true - /node-releases/2.0.6: - resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==} + /node-releases/2.0.10: + resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} /nodeify/1.0.1: resolution: {integrity: sha512-n7C2NyEze8GCo/z73KdbjRsBiLbv6eBn1FxwYKQ23IqGo7pQY3mhQan61Sv7eEDJCiyUjTVrVkXTzJCo1dW7Aw==} @@ -31212,7 +31409,7 @@ packages: foreground-child: 2.0.0 get-package-type: 0.1.0 glob: 7.2.3 - istanbul-lib-coverage: 3.2.0 + istanbul-lib-coverage: 3.0.0 istanbul-lib-hook: 3.0.0 istanbul-lib-instrument: 4.0.3 istanbul-lib-processinfo: 2.0.3 @@ -31233,6 +31430,10 @@ packages: - supports-color dev: true + /o-stream/0.3.0: + resolution: {integrity: sha512-gbzl6qCJZ609x/M2t25HqCYQagFzWYCtQ84jcuObGr+V8D1Am4EVubkF4J+XFs6ukfiv96vNeiBb8FrbbMZYiQ==} + dev: true + /o3/1.0.3: resolution: {integrity: sha512-f+4n+vC6s4ysy7YO7O2gslWZBUu8Qj2i2OUJOvjRxQva7jVjYjB29jrr9NCjmxZQR0gzrOcv1RnqoYOeMs5VRQ==} dependencies: @@ -31266,16 +31467,15 @@ packages: /object-inspect/1.10.3: resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} - /object-inspect/1.12.2: - resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} + /object-inspect/1.12.3: + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} /object-is/1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - dev: true + define-properties: 1.2.0 /object-keys/0.4.0: resolution: {integrity: sha512-ncrLw+X55z7bkl5PnUvHwFK9FcGuFYo9gtjws2XtSzL+aZ8tm830P60WJ0dSmFVaSalWieW5MD7kEdnXda9yJw==} @@ -31284,6 +31484,12 @@ packages: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} + /object-sizeof/2.6.1: + resolution: {integrity: sha512-a7VJ1Zx7ZuHceKwjgfsSqzV/X0PVGvpZz7ho3Dn4Cs0LLcR5e5WuV+gsbizmplD8s0nAXMJmckKB2rkSiPm/Gg==} + dependencies: + buffer: 6.0.3 + dev: false + /object-visit/1.0.1: resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} engines: {node: '>=0.10.0'} @@ -31294,7 +31500,7 @@ packages: resolution: {integrity: sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.1.4 + define-properties: 1.2.0 function-bind: 1.1.1 has-symbols: 1.0.3 object-keys: 1.1.1 @@ -31305,7 +31511,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.2.0 has-symbols: 1.0.3 object-keys: 1.1.1 @@ -31314,16 +31520,16 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 /object.fromentries/2.0.6: resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 /object.getownpropertydescriptors/2.1.5: resolution: {integrity: sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==} @@ -31331,14 +31537,21 @@ packages: dependencies: array.prototype.reduce: 1.0.5 call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 /object.hasown/1.1.2: resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} dependencies: - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 + + /object.omit/3.0.0: + resolution: {integrity: sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==} + engines: {node: '>=0.10.0'} + dependencies: + is-extendable: 1.0.1 + dev: false /object.pick/1.3.0: resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} @@ -31351,8 +31564,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 /objectorarray/1.0.5: resolution: {integrity: sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==} @@ -31420,8 +31633,8 @@ packages: is-wsl: 2.2.0 dev: true - /open/8.4.0: - resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==} + /open/8.4.2: + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} engines: {node: '>=12'} dependencies: define-lazy-prop: 2.0.0 @@ -31451,7 +31664,7 @@ packages: /optimist/0.3.7: resolution: {integrity: sha512-TCx0dXQzVtSCg2OgY/bO9hjM9cV4XYx09TVK+s3+FhkjT6LovsLe+pPMzpWf+6yXK/hUizs2gUoTw3jHM0VaTQ==} dependencies: - wordwrap: 0.0.2 + wordwrap: 0.0.3 dev: true /optionator/0.8.3: @@ -31522,7 +31735,7 @@ packages: /outpipe/1.1.1: resolution: {integrity: sha512-BnNY/RwnDrkmQdUa9U+OfN/Y7AWmKuUPCCd+hbRclZnnANvYpO72zp/a6Q4n829hPbdqEac31XCcsvlEvb+rtA==} dependencies: - shell-quote: 1.7.4 + shell-quote: 1.8.0 dev: true /p-all/2.1.0: @@ -31679,8 +31892,8 @@ packages: p-timeout: 3.2.0 dev: false - /p-queue/7.3.0: - resolution: {integrity: sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==} + /p-queue/7.3.4: + resolution: {integrity: sha512-esox8CWt0j9EZECFvkFl2WNPat8LN4t7WWeXq73D9ha0V96qPRufApZi4ZhPwXAln1uVVal429HVVKPa2X0yQg==} engines: {node: '>=12'} dependencies: eventemitter3: 4.0.7 @@ -31759,8 +31972,8 @@ packages: engines: {node: '>=12'} dev: false - /p-timeout/6.0.0: - resolution: {integrity: sha512-5iS61MOdUMemWH9CORQRxVXTp9g5K8rPnI9uQpo97aWgsH3vVXKjkIhDi+OgIDmN3Ly9+AZ2fZV01Wut1yzfKA==} + /p-timeout/6.1.1: + resolution: {integrity: sha512-yqz2Wi4fiFRpMmK0L2pGAU49naSUaP23fFIQL2Y6YT+qDGPoFwpvgQM/wzc6F8JoenUkIlAFa4Ql7NguXBxI7w==} engines: {node: '>=14.16'} dev: false @@ -31808,7 +32021,7 @@ packages: dependencies: cyclist: 1.0.1 inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 /param-case/2.1.1: resolution: {integrity: sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==} @@ -31819,7 +32032,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 /parent-module/1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -31890,13 +32103,6 @@ packages: dependencies: error-ex: 1.3.2 - /parse-json/4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} - dependencies: - error-ex: 1.3.2 - json-parse-better-errors: 1.0.2 - /parse-json/5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -31910,13 +32116,13 @@ packages: resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} dependencies: domhandler: 5.0.3 - parse5: 7.1.1 + parse5: 7.1.2 /parse5/6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - /parse5/7.1.1: - resolution: {integrity: sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==} + /parse5/7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} dependencies: entities: 4.4.0 @@ -31934,7 +32140,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 /pascalcase/0.1.1: resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} @@ -31960,7 +32166,7 @@ packages: resolution: {integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==} dependencies: dot-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 /path-dirname/1.0.2: resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} @@ -32175,7 +32381,7 @@ packages: jmespath: 0.15.0 joycon: 2.2.5 pump: 3.0.0 - readable-stream: 3.6.0 + readable-stream: 3.6.1 rfdc: 1.3.0 split2: 3.2.2 strip-json-comments: 3.1.1 @@ -32202,14 +32408,6 @@ packages: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} engines: {node: '>= 6'} - /pkg-conf/3.1.0: - resolution: {integrity: sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==} - engines: {node: '>=6'} - dependencies: - find-up: 3.0.0 - load-json-file: 5.3.0 - dev: false - /pkg-dir/3.0.0: resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} engines: {node: '>=6'} @@ -32244,6 +32442,16 @@ packages: resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} dev: false + /plugin-error/1.0.1: + resolution: {integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==} + engines: {node: '>= 0.10'} + dependencies: + ansi-colors: 1.1.0 + arr-diff: 4.0.0 + arr-union: 3.1.0 + extend-shallow: 3.0.2 + dev: true + /pluralize/8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} @@ -32337,20 +32545,20 @@ packages: resolution: {integrity: sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==} engines: {node: '>=4.0.0'} - /pnp-webpack-plugin/1.6.4_typescript@4.9.4: + /pnp-webpack-plugin/1.6.4_typescript@4.9.5: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.9.4 + ts-pnp: 1.2.0_typescript@4.9.5 transitivePeerDependencies: - typescript dev: true - /pnp-webpack-plugin/1.7.0_typescript@4.9.4: + /pnp-webpack-plugin/1.7.0_typescript@4.9.5: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.9.4 + ts-pnp: 1.2.0_typescript@4.9.5 transitivePeerDependencies: - typescript dev: true @@ -32367,191 +32575,191 @@ packages: resolution: {integrity: sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 dev: false /polished/4.2.2: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 dev: true /posix-character-classes/0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} - /postcss-attribute-case-insensitive/5.0.2_postcss@8.4.19: + /postcss-attribute-case-insensitive/5.0.2_postcss@8.4.21: resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-browser-comments/4.0.0_o3gvceo4mmkmipwqbduijhv2ui: + /postcss-browser-comments/4.0.0_jrpp4geoaqu5dz2gragkckznb4: resolution: {integrity: sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==} engines: {node: '>=8'} peerDependencies: browserslist: '>=4' postcss: '>=8' dependencies: - browserslist: 4.21.4 - postcss: 8.4.19 + browserslist: 4.21.5 + postcss: 8.4.21 - /postcss-calc/8.2.4_postcss@8.4.19: + /postcss-calc/8.2.4_postcss@8.4.21: resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 - /postcss-clamp/4.1.0_postcss@8.4.19: + /postcss-clamp/4.1.0_postcss@8.4.21: resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} engines: {node: '>=7.6.0'} peerDependencies: postcss: ^8.4.6 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-color-functional-notation/4.2.4_postcss@8.4.19: + /postcss-color-functional-notation/4.2.4_postcss@8.4.21: resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-color-hex-alpha/8.0.4_postcss@8.4.19: + /postcss-color-hex-alpha/8.0.4_postcss@8.4.21: resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-color-rebeccapurple/7.1.1_postcss@8.4.19: + /postcss-color-rebeccapurple/7.1.1_postcss@8.4.21: resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-colormin/5.3.0_postcss@8.4.19: - resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} + /postcss-colormin/5.3.1_postcss@8.4.21: + resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-convert-values/5.1.3_postcss@8.4.19: + /postcss-convert-values/5.1.3_postcss@8.4.21: resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 - postcss: 8.4.19 + browserslist: 4.21.5 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-custom-media/8.0.2_postcss@8.4.19: + /postcss-custom-media/8.0.2_postcss@8.4.21: resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-custom-properties/12.1.10_postcss@8.4.19: - resolution: {integrity: sha512-U3BHdgrYhCrwTVcByFHs9EOBoqcKq4Lf3kXwbTi4hhq0qWhl/pDWq2THbv/ICX/Fl9KqeHBb8OVrTf2OaYF07A==} + /postcss-custom-properties/12.1.11_postcss@8.4.21: + resolution: {integrity: sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-custom-selectors/6.0.3_postcss@8.4.19: + /postcss-custom-selectors/6.0.3_postcss@8.4.21: resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-dir-pseudo-class/6.0.5_postcss@8.4.19: + /postcss-dir-pseudo-class/6.0.5_postcss@8.4.21: resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-discard-comments/5.1.2_postcss@8.4.19: + /postcss-discard-comments/5.1.2_postcss@8.4.21: resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-discard-duplicates/5.1.0_postcss@8.4.19: + /postcss-discard-duplicates/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-discard-empty/5.1.1_postcss@8.4.19: + /postcss-discard-empty/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-discard-overridden/5.1.0_postcss@8.4.19: + /postcss-discard-overridden/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-double-position-gradients/3.1.2_postcss@8.4.19: + /postcss-double-position-gradients/3.1.2_postcss@8.4.21: resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 - postcss: 8.4.19 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-env-function/4.0.6_postcss@8.4.19: + /postcss-env-function/4.0.6_postcss@8.4.21: resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 /postcss-flexbugs-fixes/4.2.1: @@ -32560,93 +32768,93 @@ packages: postcss: 7.0.39 dev: true - /postcss-flexbugs-fixes/5.0.2_postcss@8.4.19: + /postcss-flexbugs-fixes/5.0.2_postcss@8.4.21: resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} peerDependencies: postcss: ^8.1.4 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-focus-visible/6.0.4_postcss@8.4.19: + /postcss-focus-visible/6.0.4_postcss@8.4.21: resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-focus-within/5.0.4_postcss@8.4.19: + /postcss-focus-within/5.0.4_postcss@8.4.21: resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-font-variant/5.0.0_postcss@8.4.19: + /postcss-font-variant/5.0.0_postcss@8.4.21: resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-gap-properties/3.0.5_postcss@8.4.19: + /postcss-gap-properties/3.0.5_postcss@8.4.21: resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-image-set-function/4.0.7_postcss@8.4.19: + /postcss-image-set-function/4.0.7_postcss@8.4.21: resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-import/14.1.0_postcss@8.4.19: + /postcss-import/14.1.0_postcss@8.4.21: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 - /postcss-initial/4.0.1_postcss@8.4.19: + /postcss-initial/4.0.1_postcss@8.4.21: resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-js/4.0.0_postcss@8.4.19: - resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} + /postcss-js/4.0.1_postcss@8.4.21: + resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: - postcss: ^8.3.3 + postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-lab-function/4.2.1_postcss@8.4.19: + /postcss-lab-function/4.2.1_postcss@8.4.21: resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 - postcss: 8.4.19 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-load-config/3.1.4_v776zzvn44o7tpgzieipaairwm: + /postcss-load-config/3.1.4_aesdjsunmf4wiehhujt67my7tu: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -32659,8 +32867,8 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.19 - ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu + postcss: 8.4.21 + ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti yaml: 1.10.2 /postcss-loader/4.3.0_4a2i7aa2i6hzz4ngguaxzo4tzi: @@ -32671,7 +32879,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: cosmiconfig: 7.1.0 - klona: 2.0.5 + klona: 2.0.6 loader-utils: 2.0.4 postcss: 7.0.39 schema-utils: 3.1.1 @@ -32679,7 +32887,7 @@ packages: webpack: 4.44.2 dev: true - /postcss-loader/6.2.1_upg3rk2kpasnbk27hkqapxaxfq: + /postcss-loader/6.2.1_6jdsrmfenkuhhw3gx4zvjlznce: resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -32687,88 +32895,88 @@ packages: webpack: ^5.0.0 dependencies: cosmiconfig: 7.1.0 - klona: 2.0.5 - postcss: 8.4.19 + klona: 2.0.6 + postcss: 8.4.21 semver: 7.3.8 webpack: 5.75.0 - /postcss-logical/5.0.4_postcss@8.4.19: + /postcss-logical/5.0.4_postcss@8.4.21: resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-media-minmax/5.0.0_postcss@8.4.19: + /postcss-media-minmax/5.0.0_postcss@8.4.21: resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-merge-longhand/5.1.7_postcss@8.4.19: + /postcss-merge-longhand/5.1.7_postcss@8.4.21: resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - stylehacks: 5.1.1_postcss@8.4.19 + stylehacks: 5.1.1_postcss@8.4.21 - /postcss-merge-rules/5.1.3_postcss@8.4.19: - resolution: {integrity: sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA==} + /postcss-merge-rules/5.1.4_postcss@8.4.21: + resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + cssnano-utils: 3.1.0_postcss@8.4.21 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-minify-font-values/5.1.0_postcss@8.4.19: + /postcss-minify-font-values/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-minify-gradients/5.1.1_postcss@8.4.19: + /postcss-minify-gradients/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-minify-params/5.1.4_postcss@8.4.19: + /postcss-minify-params/5.1.4_postcss@8.4.21: resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 + browserslist: 4.21.5 + cssnano-utils: 3.1.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-minify-selectors/5.2.1_postcss@8.4.19: + /postcss-minify-selectors/5.2.1_postcss@8.4.21: resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 /postcss-modules-extract-imports/2.0.0: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} @@ -32777,13 +32985,13 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.19: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.21: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 /postcss-modules-local-by-default/3.0.3: resolution: {integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==} @@ -32791,19 +32999,19 @@ packages: dependencies: icss-utils: 4.1.1 postcss: 7.0.39 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.19: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.21: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.19 - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + icss-utils: 5.1.0_postcss@8.4.21 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 /postcss-modules-scope/2.2.0: @@ -32811,17 +33019,17 @@ packages: engines: {node: '>= 6'} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.10 + postcss-selector-parser: 6.0.11 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.19: + /postcss-modules-scope/3.0.0_postcss@8.4.21: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 /postcss-modules-values/3.0.0: resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} @@ -32830,117 +33038,117 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.19: + /postcss-modules-values/4.0.0_postcss@8.4.21: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.19 - postcss: 8.4.19 + icss-utils: 5.1.0_postcss@8.4.21 + postcss: 8.4.21 - /postcss-nested/6.0.0_postcss@8.4.19: + /postcss-nested/6.0.0_postcss@8.4.21: resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-nesting/10.2.0_postcss@8.4.19: + /postcss-nesting/10.2.0_postcss@8.4.21: resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + '@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-normalize-charset/5.1.0_postcss@8.4.19: + /postcss-normalize-charset/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-normalize-display-values/5.1.0_postcss@8.4.19: + /postcss-normalize-display-values/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize-positions/5.1.1_postcss@8.4.19: + /postcss-normalize-positions/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize-repeat-style/5.1.1_postcss@8.4.19: + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize-string/5.1.0_postcss@8.4.19: + /postcss-normalize-string/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.19: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize-unicode/5.1.1_postcss@8.4.19: + /postcss-normalize-unicode/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 - postcss: 8.4.19 + browserslist: 4.21.5 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize-url/5.1.0_postcss@8.4.19: + /postcss-normalize-url/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize-whitespace/5.1.1_postcss@8.4.19: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-normalize/10.0.1_o3gvceo4mmkmipwqbduijhv2ui: + /postcss-normalize/10.0.1_jrpp4geoaqu5dz2gragkckznb4: resolution: {integrity: sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==} engines: {node: '>= 12'} peerDependencies: @@ -32948,176 +33156,180 @@ packages: postcss: '>= 8' dependencies: '@csstools/normalize.css': 12.0.0 - browserslist: 4.21.4 - postcss: 8.4.19 - postcss-browser-comments: 4.0.0_o3gvceo4mmkmipwqbduijhv2ui + browserslist: 4.21.5 + postcss: 8.4.21 + postcss-browser-comments: 4.0.0_jrpp4geoaqu5dz2gragkckznb4 sanitize.css: 13.0.0 - /postcss-opacity-percentage/1.1.2: - resolution: {integrity: sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==} + /postcss-opacity-percentage/1.1.3_postcss@8.4.21: + resolution: {integrity: sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==} engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + dependencies: + postcss: 8.4.21 - /postcss-ordered-values/5.1.3_postcss@8.4.19: + /postcss-ordered-values/5.1.3_postcss@8.4.21: resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.19 - postcss: 8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.21 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-overflow-shorthand/3.0.4_postcss@8.4.19: + /postcss-overflow-shorthand/3.0.4_postcss@8.4.21: resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-page-break/3.0.4_postcss@8.4.19: + /postcss-page-break/3.0.4_postcss@8.4.21: resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} peerDependencies: postcss: ^8 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-place/7.0.5_postcss@8.4.19: + /postcss-place/7.0.5_postcss@8.4.21: resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-preset-env/7.8.3_postcss@8.4.19: + /postcss-preset-env/7.8.3_postcss@8.4.21: resolution: {integrity: sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-cascade-layers': 1.1.1_postcss@8.4.19 - '@csstools/postcss-color-function': 1.1.1_postcss@8.4.19 - '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.19 - '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.19 - '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.19 - '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.19 - '@csstools/postcss-nested-calc': 1.0.0_postcss@8.4.19 - '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.19 - '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.19 - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 - '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.19 - '@csstools/postcss-text-decoration-shorthand': 1.0.0_postcss@8.4.19 - '@csstools/postcss-trigonometric-functions': 1.0.2_postcss@8.4.19 - '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.19 - autoprefixer: 10.4.13_postcss@8.4.19 - browserslist: 4.21.4 - css-blank-pseudo: 3.0.3_postcss@8.4.19 - css-has-pseudo: 3.0.4_postcss@8.4.19 - css-prefers-color-scheme: 6.0.3_postcss@8.4.19 - cssdb: 7.1.0 - postcss: 8.4.19 - postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.19 - postcss-clamp: 4.1.0_postcss@8.4.19 - postcss-color-functional-notation: 4.2.4_postcss@8.4.19 - postcss-color-hex-alpha: 8.0.4_postcss@8.4.19 - postcss-color-rebeccapurple: 7.1.1_postcss@8.4.19 - postcss-custom-media: 8.0.2_postcss@8.4.19 - postcss-custom-properties: 12.1.10_postcss@8.4.19 - postcss-custom-selectors: 6.0.3_postcss@8.4.19 - postcss-dir-pseudo-class: 6.0.5_postcss@8.4.19 - postcss-double-position-gradients: 3.1.2_postcss@8.4.19 - postcss-env-function: 4.0.6_postcss@8.4.19 - postcss-focus-visible: 6.0.4_postcss@8.4.19 - postcss-focus-within: 5.0.4_postcss@8.4.19 - postcss-font-variant: 5.0.0_postcss@8.4.19 - postcss-gap-properties: 3.0.5_postcss@8.4.19 - postcss-image-set-function: 4.0.7_postcss@8.4.19 - postcss-initial: 4.0.1_postcss@8.4.19 - postcss-lab-function: 4.2.1_postcss@8.4.19 - postcss-logical: 5.0.4_postcss@8.4.19 - postcss-media-minmax: 5.0.0_postcss@8.4.19 - postcss-nesting: 10.2.0_postcss@8.4.19 - postcss-opacity-percentage: 1.1.2 - postcss-overflow-shorthand: 3.0.4_postcss@8.4.19 - postcss-page-break: 3.0.4_postcss@8.4.19 - postcss-place: 7.0.5_postcss@8.4.19 - postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.19 - postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.19 - postcss-selector-not: 6.0.1_postcss@8.4.19 + '@csstools/postcss-cascade-layers': 1.1.1_postcss@8.4.21 + '@csstools/postcss-color-function': 1.1.1_postcss@8.4.21 + '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.21 + '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.21 + '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.21 + '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.21 + '@csstools/postcss-nested-calc': 1.0.0_postcss@8.4.21 + '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.21 + '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 + '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.21 + '@csstools/postcss-text-decoration-shorthand': 1.0.0_postcss@8.4.21 + '@csstools/postcss-trigonometric-functions': 1.0.2_postcss@8.4.21 + '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.21 + autoprefixer: 10.4.13_postcss@8.4.21 + browserslist: 4.21.5 + css-blank-pseudo: 3.0.3_postcss@8.4.21 + css-has-pseudo: 3.0.4_postcss@8.4.21 + css-prefers-color-scheme: 6.0.3_postcss@8.4.21 + cssdb: 7.4.1 + postcss: 8.4.21 + postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.21 + postcss-clamp: 4.1.0_postcss@8.4.21 + postcss-color-functional-notation: 4.2.4_postcss@8.4.21 + postcss-color-hex-alpha: 8.0.4_postcss@8.4.21 + postcss-color-rebeccapurple: 7.1.1_postcss@8.4.21 + postcss-custom-media: 8.0.2_postcss@8.4.21 + postcss-custom-properties: 12.1.11_postcss@8.4.21 + postcss-custom-selectors: 6.0.3_postcss@8.4.21 + postcss-dir-pseudo-class: 6.0.5_postcss@8.4.21 + postcss-double-position-gradients: 3.1.2_postcss@8.4.21 + postcss-env-function: 4.0.6_postcss@8.4.21 + postcss-focus-visible: 6.0.4_postcss@8.4.21 + postcss-focus-within: 5.0.4_postcss@8.4.21 + postcss-font-variant: 5.0.0_postcss@8.4.21 + postcss-gap-properties: 3.0.5_postcss@8.4.21 + postcss-image-set-function: 4.0.7_postcss@8.4.21 + postcss-initial: 4.0.1_postcss@8.4.21 + postcss-lab-function: 4.2.1_postcss@8.4.21 + postcss-logical: 5.0.4_postcss@8.4.21 + postcss-media-minmax: 5.0.0_postcss@8.4.21 + postcss-nesting: 10.2.0_postcss@8.4.21 + postcss-opacity-percentage: 1.1.3_postcss@8.4.21 + postcss-overflow-shorthand: 3.0.4_postcss@8.4.21 + postcss-page-break: 3.0.4_postcss@8.4.21 + postcss-place: 7.0.5_postcss@8.4.21 + postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.21 + postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.21 + postcss-selector-not: 6.0.1_postcss@8.4.21 postcss-value-parser: 4.2.0 - /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.19: + /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.21: resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-reduce-initial/5.1.1_postcss@8.4.19: - resolution: {integrity: sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w==} + /postcss-reduce-initial/5.1.2_postcss@8.4.21: + resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 caniuse-api: 3.0.0 - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-reduce-transforms/5.1.0_postcss@8.4.19: + /postcss-reduce-transforms/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 - /postcss-replace-overflow-wrap/4.0.0_postcss@8.4.19: + /postcss-replace-overflow-wrap/4.0.0_postcss@8.4.21: resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} peerDependencies: postcss: ^8.0.3 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 - /postcss-selector-not/6.0.1_postcss@8.4.19: + /postcss-selector-not/6.0.1_postcss@8.4.21: resolution: {integrity: sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 - /postcss-selector-parser/6.0.10: - resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} + /postcss-selector-parser/6.0.11: + resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-svgo/5.1.0_postcss@8.4.19: + /postcss-svgo/5.1.0_postcss@8.4.21: resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 + postcss: 8.4.21 postcss-value-parser: 4.2.0 svgo: 2.8.0 - /postcss-unique-selectors/5.1.1_postcss@8.4.19: + /postcss-unique-selectors/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -33129,8 +33341,8 @@ packages: picocolors: 0.2.1 source-map: 0.6.1 - /postcss/8.4.19: - resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} + /postcss/8.4.21: + resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -33333,8 +33545,8 @@ packages: dev: true optional: true - /preact/10.11.3: - resolution: {integrity: sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==} + /preact/10.13.0: + resolution: {integrity: sha512-ERdIdUpR6doqdaSIh80hvzebHB7O6JxycOhyzAeLEchqOq/4yueslQbfnPwXaNhAYacFTyCclhwkEbOumT0tHw==} /preact/10.4.1: resolution: {integrity: sha512-WKrRpCSwL2t3tpOOGhf2WfTpcmbpxaWtDbdJdKdjd0aEiTkvOmS4NBkG6kzlaAHI9AkQ3iVqbFWM3Ei7mZ4o1Q==} @@ -33367,25 +33579,21 @@ packages: fast-diff: 1.2.0 dev: true - /prettier-plugin-solidity/1.0.0-rc.1_prettier@2.7.1: - resolution: {integrity: sha512-horUGyCBbfNHWvJ44UVEcsfVySEoG2gxGs7TcBfTZWNvD4VU6rjzwAkrUtKV6VvRZWn9dh01XZ2UhhB3eVnMXQ==} + /prettier-plugin-solidity/1.1.2_prettier@2.8.4: + resolution: {integrity: sha512-KC5oNbFJfyBaFiO0kl56J6AXnDmr9tUlBV1iqo864x4KQrKYKaBZvW9jhT2oC0NHoNp7/GoMJNxqL8pp8k7C/g==} engines: {node: '>=12'} peerDependencies: - prettier: ^2.3.0 + prettier: '>=2.3.0 || >=3.0.0-alpha.0' dependencies: - '@solidity-parser/parser': 0.14.5 - emoji-regex: 10.2.1 - escape-string-regexp: 4.0.0 - prettier: 2.7.1 + '@solidity-parser/parser': 0.15.0 + prettier: 2.8.4 semver: 7.3.8 solidity-comments-extractor: 0.0.7 - string-width: 4.2.3 /prettier/1.19.1: resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} engines: {node: '>=4'} hasBin: true - requiresBuild: true dev: true /prettier/2.3.0: @@ -33400,13 +33608,8 @@ packages: hasBin: true dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} - engines: {node: '>=10.13.0'} - hasBin: true - - /prettier/2.8.1: - resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} + /prettier/2.8.4: + resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} engines: {node: '>=10.13.0'} hasBin: true @@ -33520,8 +33723,8 @@ packages: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} - /prom-client/14.1.0: - resolution: {integrity: sha512-iFWCchQmi4170omLpFXbzz62SQTmPhtBL35v0qGEVRHKcqIeiexaoYeP0vfZTujxEq3tA87iqOdRbC9svS1B9A==} + /prom-client/14.1.1: + resolution: {integrity: sha512-hFU32q7UZQ59bVJQGUtm3I2PrJ3gWvoCkilX9sF165ks1qflhugVCeK+S1JjJYHvyt3o5kj68+q3bchormjnzw==} engines: {node: '>=10'} requiresBuild: true dependencies: @@ -33578,9 +33781,9 @@ packages: dependencies: array.prototype.map: 1.0.5 call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 - get-intrinsic: 1.1.3 + define-properties: 1.2.0 + es-abstract: 1.21.1 + get-intrinsic: 1.2.0 iterate-value: 1.0.2 dev: true @@ -33589,8 +33792,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 dev: true /promise/1.3.0: @@ -33655,80 +33858,147 @@ packages: xtend: 4.0.2 dev: true - /prosemirror-commands/1.3.1: - resolution: {integrity: sha512-XTporPgoECkOQACVw0JTe3RZGi+fls3/byqt+tXwGTkD7qLuB4KdVrJamDMJf4kfKga3uB8hZ+kUUyZ5oWpnfg==} + /prosemirror-changeset/2.2.0: + resolution: {integrity: sha512-QM7ohGtkpVpwVGmFb8wqVhaz9+6IUXcIQBGZ81YNAKYuHiFJ1ShvSzab4pKqTinJhwciZbrtBEk/2WsqSt2PYg==} + dependencies: + prosemirror-transform: 1.7.1 + dev: false + + /prosemirror-collab/1.3.0: + resolution: {integrity: sha512-+S/IJ69G2cUu2IM5b3PBekuxs94HO1CxJIWOFrLQXUaUDKL/JfBx+QcH31ldBlBXyDEUl+k3Vltfi1E1MKp2mA==} dependencies: - prosemirror-model: 1.18.2 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.0 dev: false - /prosemirror-dropcursor/1.5.0: - resolution: {integrity: sha512-vy7i77ddKyXlu8kKBB3nlxLBnsWyKUmQIPB5x8RkYNh01QNp/qqGmdd5yZefJs0s3rtv5r7Izfu2qbtr+tYAMQ==} + /prosemirror-commands/1.5.0: + resolution: {integrity: sha512-zL0Fxbj3fh71GPNHn5YdYgYGX2aU2XLecZYk2ekEF0oOD259HcXtM+96VjPVi5o3h4sGUdDfEEhGiREXW6U+4A==} dependencies: + prosemirror-model: 1.19.0 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.0 - prosemirror-view: 1.29.1 + prosemirror-transform: 1.7.1 + dev: false + + /prosemirror-dropcursor/1.7.0: + resolution: {integrity: sha512-vzab/iPd3CjWILFv6WJz4+BlOwCywOcAGhvY5G/66OYPcaZehN8IVbGtHCV3oyhXk2yAA67nwMv/oNMvBV9k1A==} + dependencies: + prosemirror-state: 1.4.2 + prosemirror-transform: 1.7.1 + prosemirror-view: 1.30.1 dev: false /prosemirror-gapcursor/1.3.1: resolution: {integrity: sha512-GKTeE7ZoMsx5uVfc51/ouwMFPq0o8YrZ7Hx4jTF4EeGbXxBveUV8CGv46mSHuBBeXGmvu50guoV2kSnOeZZnUA==} dependencies: - prosemirror-keymap: 1.2.0 - prosemirror-model: 1.18.2 + prosemirror-keymap: 1.2.1 + prosemirror-model: 1.19.0 prosemirror-state: 1.4.2 - prosemirror-view: 1.29.1 + prosemirror-view: 1.30.1 dev: false /prosemirror-history/1.3.0: resolution: {integrity: sha512-qo/9Wn4B/Bq89/YD+eNWFbAytu6dmIM85EhID+fz9Jcl9+DfGEo8TTSrRhP15+fFEoaPqpHSxlvSzSEbmlxlUA==} dependencies: prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.0 + prosemirror-transform: 1.7.1 rope-sequence: 1.3.3 dev: false - /prosemirror-keymap/1.2.0: - resolution: {integrity: sha512-TdSfu+YyLDd54ufN/ZeD1VtBRYpgZnTPnnbY+4R08DDgs84KrIPEPbJL8t1Lm2dkljFx6xeBE26YWH3aIzkPKg==} + /prosemirror-inputrules/1.2.0: + resolution: {integrity: sha512-eAW/M/NTSSzpCOxfR8Abw6OagdG0MiDAiWHQMQveIsZtoKVYzm0AflSPq/ymqJd56/Su1YPbwy9lM13wgHOFmQ==} + dependencies: + prosemirror-state: 1.4.2 + prosemirror-transform: 1.7.1 + dev: false + + /prosemirror-keymap/1.2.1: + resolution: {integrity: sha512-kVK6WGC+83LZwuSJnuCb9PsADQnFZllt94qPP3Rx/vLcOUV65+IbBeH2nS5cFggPyEVJhGkGrgYFRrG250WhHQ==} dependencies: prosemirror-state: 1.4.2 w3c-keyname: 2.2.6 dev: false - /prosemirror-model/1.18.2: - resolution: {integrity: sha512-uOQorJr20qVvqp2hs2RdWtWoidQxJ1ceE11bSmkf57XS989mdg1zKPJIp5HOHfY8/KjXPn3cLZqUYYwRrfBBPw==} + /prosemirror-markdown/1.10.1: + resolution: {integrity: sha512-s7iaTLiX+qO5z8kF2NcMmy2T7mIlxzkS4Sp3vTKSYChPtbMpg6YxFkU0Y06rUg2WtKlvBu7v1bXzlGBkfjUWAA==} + dependencies: + markdown-it: 13.0.1 + prosemirror-model: 1.19.0 + dev: false + + /prosemirror-menu/1.2.1: + resolution: {integrity: sha512-sBirXxVfHalZO4f1ZS63WzewINK4182+7dOmoMeBkqYO8wqMBvBS7wQuwVOHnkMWPEh0+N0LJ856KYUN+vFkmQ==} + dependencies: + crelt: 1.0.5 + prosemirror-commands: 1.5.0 + prosemirror-history: 1.3.0 + prosemirror-state: 1.4.2 + dev: false + + /prosemirror-model/1.19.0: + resolution: {integrity: sha512-/CvFGJnwc41EJSfDkQLly1cAJJJmBpZwwUJtwZPTjY2RqZJfM8HVbCreOY/jti8wTRbVyjagcylyGoeJH/g/3w==} dependencies: orderedmap: 2.1.0 dev: false + /prosemirror-schema-basic/1.2.1: + resolution: {integrity: sha512-vYBdIHsYKSDIqYmPBC7lnwk9DsKn8PnVqK97pMYP5MLEDFqWIX75JiaJTzndBii4bRuNqhC2UfDOfM3FKhlBHg==} + dependencies: + prosemirror-model: 1.19.0 + dev: false + /prosemirror-schema-list/1.2.2: resolution: {integrity: sha512-rd0pqSDp86p0MUMKG903g3I9VmElFkQpkZ2iOd3EOVg1vo5Cst51rAsoE+5IPy0LPXq64eGcCYlW1+JPNxOj2w==} dependencies: - prosemirror-model: 1.18.2 + prosemirror-model: 1.19.0 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.0 + prosemirror-transform: 1.7.1 dev: false /prosemirror-state/1.4.2: resolution: {integrity: sha512-puuzLD2mz/oTdfgd8msFbe0A42j5eNudKAAPDB0+QJRw8cO1ygjLmhLrg9RvDpf87Dkd6D4t93qdef00KKNacQ==} dependencies: - prosemirror-model: 1.18.2 - prosemirror-transform: 1.7.0 - prosemirror-view: 1.29.1 + prosemirror-model: 1.19.0 + prosemirror-transform: 1.7.1 + prosemirror-view: 1.30.1 dev: false - /prosemirror-transform/1.7.0: - resolution: {integrity: sha512-O4T697Cqilw06Zvc3Wm+e237R6eZtJL/xGMliCi+Uo8VL6qHk6afz1qq0zNjT3eZMuYwnP8ZS0+YxX/tfcE9TQ==} + /prosemirror-tables/1.3.2: + resolution: {integrity: sha512-/9JTeN6s58Zq66HXaxP6uf8PAmc7XXKZFPlOGVtLvxEd6xBP6WtzaJB9wBjiGUzwbdhdMEy7V62yuHqk/3VrnQ==} dependencies: - prosemirror-model: 1.18.2 + prosemirror-keymap: 1.2.1 + prosemirror-model: 1.19.0 + prosemirror-state: 1.4.2 + prosemirror-transform: 1.7.1 + prosemirror-view: 1.30.1 dev: false - /prosemirror-view/1.29.1: - resolution: {integrity: sha512-OhujVZSDsh0l0PyHNdfaBj6DBkbhYaCfbaxmTeFrMKd/eWS+G6IC+OAbmR9IsLC8Se1HSbphMaXnsXjupHL3UQ==} + /prosemirror-trailing-node/2.0.3_5fcjrdljkuxznpmydz7mdgrowq: + resolution: {integrity: sha512-lGrjMrn97KWkjQSW/FjdvnhJmqFACmQIyr6lKYApvHitDnKsCoZz6XzrHB7RZYHni/0NxQmZ01p/2vyK2SkvaA==} + peerDependencies: + prosemirror-model: ^1 + prosemirror-state: ^1 + prosemirror-view: ^1 dependencies: - prosemirror-model: 1.18.2 + '@babel/runtime': 7.21.0 + '@remirror/core-constants': 2.0.0 + '@remirror/core-helpers': 2.0.1 + escape-string-regexp: 4.0.0 + prosemirror-model: 1.19.0 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.0 + prosemirror-view: 1.30.1 + dev: false + + /prosemirror-transform/1.7.1: + resolution: {integrity: sha512-VteoifAfpt46z0yEt6Fc73A5OID9t/y2QIeR5MgxEwTuitadEunD/V0c9jQW8ziT8pbFM54uTzRLJ/nLuQjMxg==} + dependencies: + prosemirror-model: 1.19.0 + dev: false + + /prosemirror-view/1.30.1: + resolution: {integrity: sha512-pZUfr7lICJkEY7XwzldAKrkflZDeIvnbfuu2RIS01N5NwJmR/dfZzDzJRzhb3SM2QtT/bM8b4Nnib8X3MGpAhA==} + dependencies: + prosemirror-model: 1.19.0 + prosemirror-state: 1.4.2 + prosemirror-transform: 1.7.1 dev: false /proto-list/1.2.4: @@ -33752,11 +34022,11 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 18.11.9 + '@types/node': 18.14.2 long: 4.0.0 - /protobufjs/7.1.2: - resolution: {integrity: sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==} + /protobufjs/7.2.2: + resolution: {integrity: sha512-++PrQIjrom+bFDPpfmqXfAGSQs40116JRrqqyf53dymUMvvb5d/LMRyicRoF1AUKoXVS1/IgJXlEgcpr4gTF3Q==} engines: {node: '>=12.0.0'} requiresBuild: true dependencies: @@ -33770,7 +34040,7 @@ packages: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 18.11.9 + '@types/node': 18.14.2 long: 5.2.1 /protocol-buffers-schema/3.6.0: @@ -33781,7 +34051,7 @@ packages: resolution: {integrity: sha512-R4N6qKHgz8T2Gl45CTcZfITzXPQY9ym8lbLb4VyFMS4ag1KusCRZwkQXTBRhxQ+93ck3K3aDhK1wIk98AMtNyw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - protobufjs: 7.1.2 + protobufjs: 7.2.2 uint8arraylist: 2.4.3 dev: false @@ -33943,7 +34213,7 @@ packages: resolution: {integrity: sha512-thZkMv6F9PILt9zdvpI2gxs19mkDrlixYKX6cOBxAW16i1NZH+yLAmF4r8QfJ69zuQh27e01JZP9y27tsH021w==} engines: {node: '>=10'} dependencies: - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /pump/1.0.3: @@ -33982,8 +34252,8 @@ packages: resolution: {integrity: sha512-Yxz2kRwT90aPiWEMHVYnEf4+rhwF1tBmmZ4KepCP+Wkium9JxtWnUm1nqGwpiAHr/tnTSeHqr3wb++jgSkXjhA==} engines: {node: '>=6'} - /punycode/2.1.1: - resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} + /punycode/2.3.0: + resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} /pupa/2.1.1: @@ -34016,20 +34286,27 @@ packages: - utf-8-validate dev: true - /puppeteer-core/19.2.2: - resolution: {integrity: sha512-faojf+1pZ/tHXSr4x1q+9MVd9FrL3rpdbC0w7qN7MNClMoLuCvMbpR4vzcjoiJYgclt1n+SOPUOmHQViTw6frw==} + /puppeteer-core/19.7.2_typescript@4.9.5: + resolution: {integrity: sha512-PvI+fXqgP0uGJxkyZcX51bnzjFA73MODZOAv0fSD35yR7tvbqwtMV3/Y+hxQ0AMMwzxkEebP6c7po/muqxJvmQ==} engines: {node: '>=14.1.0'} + peerDependencies: + typescript: '>= 4.7.4' + peerDependenciesMeta: + typescript: + optional: true dependencies: + chromium-bidi: 0.4.4_6o5gdkn34s2j2m26x63ssheuqa cross-fetch: 3.1.5 debug: 4.3.4 - devtools-protocol: 0.0.1056733 + devtools-protocol: 0.0.1094867 extract-zip: 2.0.1 https-proxy-agent: 5.0.1 proxy-from-env: 1.1.0 rimraf: 3.0.2 tar-fs: 2.1.1 + typescript: 4.9.5 unbzip2-stream: 1.4.3 - ws: 8.10.0 + ws: 8.11.0 transitivePeerDependencies: - bufferutil - encoding @@ -34037,31 +34314,31 @@ packages: - utf-8-validate dev: true - /puppeteer/19.2.2: - resolution: {integrity: sha512-m1T5Mog5qu5+dMBptWYTn6pXRdnFbydbVUCthqwbfd8/kOiMlzZBR9ywjX79LpvI1Sj+/z8+FKeIsjnMul8ZYA==} + /puppeteer/19.7.2_typescript@4.9.5: + resolution: {integrity: sha512-4Lm7Qpe/LU95Svirei/jDLDvR5oMrl9BPGd7HMY5+Q28n+BhvKuW97gKkR+1LlI86bO8J3g8rG/Ll5kv9J1nlQ==} engines: {node: '>=14.1.0'} requiresBuild: true dependencies: - cosmiconfig: 7.0.1 - devtools-protocol: 0.0.1056733 + cosmiconfig: 8.0.0 https-proxy-agent: 5.0.1 progress: 2.0.3 proxy-from-env: 1.1.0 - puppeteer-core: 19.2.2 + puppeteer-core: 19.7.2_typescript@4.9.5 transitivePeerDependencies: - bufferutil - encoding - supports-color + - typescript - utf-8-validate dev: true - /pure-rand/5.0.3: - resolution: {integrity: sha512-9N8x1h8dptBQpHyC7aZMS+iNOAm97WMGY0AFrguU1cpfW3I5jINkWe5BIY5md0ofy+1TCIELsVcm/GJXZSaPbw==} + /pure-rand/5.0.5: + resolution: {integrity: sha512-BwQpbqxSCBJVpamI6ydzcKqyFmnd5msMWUGvzXLm1aXvusbbgkbOto/EUPM00hjveJEaJtdbhUjKSzWRhQVkaw==} /pvtsutils/1.3.2: resolution: {integrity: sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /pvutils/1.1.3: resolution: {integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==} @@ -34099,6 +34376,13 @@ packages: pngjs: 3.4.0 yargs: 13.3.2 + /qs/6.10.4: + resolution: {integrity: sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==} + engines: {node: '>=0.6'} + dependencies: + side-channel: 1.0.4 + dev: true + /qs/6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} @@ -34121,7 +34405,7 @@ packages: resolution: {integrity: sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==} engines: {node: '>=0.10.0'} dependencies: - decode-uri-component: 0.2.0 + decode-uri-component: 0.2.2 object-assign: 4.1.1 strict-uri-encode: 1.1.0 @@ -34129,15 +34413,15 @@ packages: resolution: {integrity: sha512-svk3xg9qHR39P3JlHuD7g3nRnyay5mHbrPctEBDUxUkHRifPHXJDhBUycdCC0NBjXoDf44Gb+IsOZL1Uwn8M/Q==} engines: {node: '>=6'} dependencies: - decode-uri-component: 0.2.0 + decode-uri-component: 0.2.2 split-on-first: 1.1.0 strict-uri-encode: 2.0.0 - /query-string/7.1.1: - resolution: {integrity: sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==} + /query-string/7.1.3: + resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} engines: {node: '>=6'} dependencies: - decode-uri-component: 0.2.0 + decode-uri-component: 0.2.2 filter-obj: 1.1.0 split-on-first: 1.1.0 strict-uri-encode: 2.0.0 @@ -34189,9 +34473,9 @@ packages: '@assemblyscript/loader': 0.9.4 bl: 5.1.0 debug: 4.3.4 - minimist: 1.2.7 - node-fetch: 2.6.8 - readable-stream: 3.6.0 + minimist: 1.2.8 + node-fetch: 2.6.9 + readable-stream: 3.6.1 transitivePeerDependencies: - encoding - supports-color @@ -34261,6 +34545,15 @@ packages: iconv-lite: 0.4.24 unpipe: 1.0.0 + /raw-body/2.5.2: + resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} + engines: {node: '>= 0.8'} + dependencies: + bytes: 3.1.2 + http-errors: 2.0.0 + iconv-lite: 0.4.24 + unpipe: 1.0.0 + /raw-loader/4.0.2_webpack@4.44.2: resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} engines: {node: '>= 10.13.0'} @@ -34278,18 +34571,18 @@ packages: dependencies: deep-extend: 0.6.0 ini: 1.3.8 - minimist: 1.2.7 + minimist: 1.2.8 strip-json-comments: 2.0.1 /react-app-polyfill/3.0.0: resolution: {integrity: sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==} engines: {node: '>=14'} dependencies: - core-js: 3.26.1 + core-js: 3.29.0 object-assign: 4.1.1 promise: 8.3.0 raf: 3.4.1 - regenerator-runtime: 0.13.10 + regenerator-runtime: 0.13.11 whatwg-fetch: 3.6.2 /react-app-rewired/2.2.1_react-scripts@5.0.1: @@ -34298,12 +34591,12 @@ packages: peerDependencies: react-scripts: '>=2.1.3' dependencies: - react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha + react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju semver: 5.7.1 dev: false - /react-countdown/2.3.3_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-z/AS1ccdb45Fd8/1AGt9m2UIJvPUZHViL+EfWyJsI7H+99aUFnDIhN9NTGtM4n5OhhYH+Ne1UvX/u1Ejw6RGzg==} + /react-countdown/2.3.5_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-K26ENYEesMfPxhRRtm1r+Pf70SErrvW3g4CArLi/x6MPFjgfDFYePT4UghEj8p2nI0cqVV7/JjDgjyr//U60Og==} peerDependencies: react: '>= 15' react-dom: '>= 15' @@ -34313,8 +34606,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /react-datepicker/4.8.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-u69zXGHMpxAa4LeYR83vucQoUCJQ6m/WBsSxmUMu/M8ahTSVMMyiyQzauHgZA2NUr9y0FUgOAix71hGYUb6tvg==} + /react-datepicker/4.10.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-6IfBCZyWj54ZZGLmEZJ9c4Yph0s9MVfEGDC2evOvf9AmVz+RRcfP2Czqad88Ff9wREbcbqa4dk7IFYeXF1d3Ag==} peerDependencies: react: ^16.9.0 || ^17 || ^18 react-dom: ^16.9.0 || ^17 || ^18 @@ -34329,7 +34622,7 @@ packages: react-popper: 2.3.0_r6q5zrenym2zg7je7hgi674bti dev: false - /react-dev-utils/12.0.1_az3o33dww67cevji5ejlhmxqnq: + /react-dev-utils/12.0.1_d6mwqtvpzyptsbgadmdtsiamly: resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -34340,45 +34633,45 @@ packages: optional: true dependencies: '@babel/code-frame': 7.18.6 - address: 1.2.1 - browserslist: 4.21.4 + address: 1.2.2 + browserslist: 4.21.5 chalk: 4.1.2 cross-spawn: 7.0.3 detect-port-alt: 1.1.6 escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_az3o33dww67cevji5ejlhmxqnq + fork-ts-checker-webpack-plugin: 6.5.2_d6mwqtvpzyptsbgadmdtsiamly global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 - immer: 9.0.16 + immer: 9.0.19 is-root: 2.1.0 loader-utils: 3.2.1 - open: 8.4.0 + open: 8.4.2 pkg-up: 3.1.0 prompts: 2.4.2 react-error-overlay: 6.0.11 recursive-readdir: 2.2.3 - shell-quote: 1.7.4 + shell-quote: 1.8.0 strip-ansi: 6.0.1 text-table: 0.2.0 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0 transitivePeerDependencies: - eslint - supports-color - vue-template-compiler - /react-device-detect/2.2.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-zSN1gIAztUekp5qUT/ybHwQ9fmOqVT1psxpSlTn1pe0CO+fnJHKRLOWWac5nKxOxvOpD/w84hk1I+EydrJp7SA==} + /react-device-detect/2.2.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-buYY3qrCnQVlIFHrC5UcUoAj7iANs/+srdkwsnNjI7anr3Tt7UY6MqNxtMLlr0tMBied0O49UZVK8XKs3ZIiPw==} peerDependencies: react: '>= 0.14.0' react-dom: '>= 0.14.0' dependencies: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - ua-parser-js: 1.0.32 + ua-parser-js: 1.0.33 dev: false /react-diff-viewer/3.1.1_biqbaboplfbrettd7655fr4n2y: @@ -34398,12 +34691,12 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /react-docgen-typescript/2.2.2_typescript@4.9.4: + /react-docgen-typescript/2.2.2_typescript@4.9.5: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: true /react-docgen/5.4.3: @@ -34411,9 +34704,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.20.2 - '@babel/generator': 7.20.4 - '@babel/runtime': 7.20.1 + '@babel/core': 7.21.0 + '@babel/generator': 7.21.1 + '@babel/runtime': 7.21.0 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -34453,7 +34746,7 @@ packages: peerDependencies: react: '>=16.13.1' dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 react: 18.2.0 dev: true @@ -34464,8 +34757,8 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-hook-form/7.39.3_react@18.2.0: - resolution: {integrity: sha512-H/vwk1vBf+TiXuyW6+hWz+zCujiDO6NqHlN5sPE/a+NGKKGK95XTM65DZz3NmEgs2M20Wka+g4uv4VD367wDBA==} + /react-hook-form/7.43.2_react@18.2.0: + resolution: {integrity: sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 @@ -34486,15 +34779,15 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 html-parse-stringify: 3.0.1 i18next: 21.10.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /react-icons/4.6.0_react@18.2.0: - resolution: {integrity: sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==} + /react-icons/4.7.1_react@18.2.0: + resolution: {integrity: sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==} peerDependencies: react: '*' dependencies: @@ -34510,7 +34803,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -34544,8 +34837,8 @@ packages: react: 18.2.0 dev: false - /react-loading-skeleton/3.1.0_react@18.2.0: - resolution: {integrity: sha512-j1U1CWWs68nBPOg7tkQqnlFcAMFF6oEK6MgqAo15f8A5p7mjH6xyKn2gHbkcimpwfO0VQXqxAswnSYVr8lWzjw==} + /react-loading-skeleton/3.1.1_react@18.2.0: + resolution: {integrity: sha512-gQeNzzKXlevvquRDOhN5kas5VE7toTKrpmE9BpUdf0iip9c5ae0LcVbulh5ebO2CFl4RrYsyLuDtYGyrh1h1iA==} peerDependencies: react: '>=16.8.0' dependencies: @@ -34572,12 +34865,6 @@ packages: resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==} dev: true - /react-native-fetch-api/2.0.0: - resolution: {integrity: sha512-GOA8tc1EVYLnHvma/TU9VTgLOyralO7eATRuCDchQveXW9Fr9vXygyq9iwqmM7YRZ8qRJfEt9xOS7OYMdJvRFw==} - dependencies: - p-defer: 3.0.0 - dev: false - /react-native-fetch-api/3.0.0: resolution: {integrity: sha512-g2rtqPjdroaboDKTsJCTlcmtw54E25OjyaunUP0anOZn4Fuo2IKs8BVfe02zVggA/UysbmfSnRJIqtNkAgggNA==} dependencies: @@ -34599,14 +34886,6 @@ packages: /react-native-path/0.0.5: resolution: {integrity: sha512-WJr256xBquk7X2O83QYWKqgLg43Zg3SrgjPc/kr0gCD2LoXA+2L72BW4cmstH12GbGeutqs/eXk3jgDQ2iCSvQ==} - /react-native-url-polyfill/1.3.0: - resolution: {integrity: sha512-w9JfSkvpqqlix9UjDvJjm1EjSt652zVQ6iwCIj1cVVkwXf4jQhQgTNXY6EVTwuAmUjg6BC6k9RHCBynoLFo3IQ==} - peerDependencies: - react-native: '*' - dependencies: - whatwg-url-without-unicode: 8.0.0-3 - dev: false - /react-onclickoutside/6.12.2_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-NMXGa223OnsrGVp5dJHkuKxQ4czdLmXSp5jSV9OqiCky9LOpPATn3vLldc+q5fK3gKbEHvr7J1u0yhBh/xYkpA==} peerDependencies: @@ -34635,30 +34914,30 @@ packages: resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==} engines: {node: '>=0.10.0'} - /react-router-dom/6.4.3_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==} + /react-router-dom/6.8.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-N/oAF1Shd7g4tWy+75IIufCGsHBqT74tnzHQhbiUTYILYF0Blk65cg+HPZqwC+6SqEyx033nKqU7by38v3lBZg==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.0.3 + '@remix-run/router': 1.3.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.4.3_react@18.2.0 + react-router: 6.8.2_react@18.2.0 dev: false - /react-router/6.4.3_react@18.2.0: - resolution: {integrity: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==} + /react-router/6.8.2_react@18.2.0: + resolution: {integrity: sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.0.3 + '@remix-run/router': 1.3.3 react: 18.2.0 dev: false - /react-scripts/5.0.1_hh2taoiraihumisc2ldajfszha: + /react-scripts/5.0.1_r3mpvyzzbox777qb6eu36yi2ju: resolution: {integrity: sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==} engines: {node: '>=14.0.0'} hasBin: true @@ -34670,24 +34949,24 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.20.2 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_unmakpayn7vcxadrrsbqlrpehy + '@babel/core': 7.21.0 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_unmakpayn7vcxadrrsbqlrpehy '@svgr/webpack': 5.5.0 - babel-jest: 27.5.1_@babel+core@7.20.2 - babel-loader: 8.3.0_npabyccmuonwo2rku4k53xo3hi - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.20.2 + babel-jest: 27.5.1_@babel+core@7.21.0 + babel-loader: 8.3.0_qoaxtqicpzj5p3ubthw53xafqm + babel-plugin-named-asset-import: 0.3.8_@babel+core@7.21.0 babel-preset-react-app: 10.0.1 bfj: 7.0.2 - browserslist: 4.21.4 + browserslist: 4.21.5 camelcase: 6.3.0 case-sensitive-paths-webpack-plugin: 2.4.0 - css-loader: 6.7.2_webpack@5.75.0 + css-loader: 6.7.3_webpack@5.75.0 css-minimizer-webpack-plugin: 3.4.1_webpack@5.75.0 dotenv: 10.0.0 dotenv-expand: 5.1.0 - eslint: 8.30.0 - eslint-config-react-app: 7.0.1_vpf47gbjkm5g77zbjlqae2tcbe - eslint-webpack-plugin: 3.2.0_imx5tv54zsiiq7rta6twuhoaba + eslint: 8.35.0 + eslint-config-react-app: 7.0.1_6lgrqu2p7dfkc6bf7ncm5xpzs4 + eslint-webpack-plugin: 3.2.0_w3onncegnsazftodujhcsvvdoy file-loader: 6.2.0_webpack@5.75.0 fs-extra: 10.1.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -34696,15 +34975,15 @@ packages: jest-resolve: 27.5.1 jest-watch-typeahead: 1.1.0_jest@27.5.1 mini-css-extract-plugin: 2.4.5_webpack@5.75.0 - postcss: 8.4.19 - postcss-flexbugs-fixes: 5.0.2_postcss@8.4.19 - postcss-loader: 6.2.1_upg3rk2kpasnbk27hkqapxaxfq - postcss-normalize: 10.0.1_o3gvceo4mmkmipwqbduijhv2ui - postcss-preset-env: 7.8.3_postcss@8.4.19 + postcss: 8.4.21 + postcss-flexbugs-fixes: 5.0.2_postcss@8.4.21 + postcss-loader: 6.2.1_6jdsrmfenkuhhw3gx4zvjlznce + postcss-normalize: 10.0.1_jrpp4geoaqu5dz2gragkckznb4 + postcss-preset-env: 7.8.3_postcss@8.4.21 prompts: 2.4.2 react: 18.2.0 react-app-polyfill: 3.0.0 - react-dev-utils: 12.0.1_az3o33dww67cevji5ejlhmxqnq + react-dev-utils: 12.0.1_d6mwqtvpzyptsbgadmdtsiamly react-refresh: 0.11.0 resolve: 1.22.1 resolve-url-loader: 4.0.0 @@ -34712,9 +34991,9 @@ packages: semver: 7.3.8 source-map-loader: 3.0.2_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - tailwindcss: 3.2.4_ts-node@10.9.1 + tailwindcss: 3.2.7_ts-node@10.9.1 terser-webpack-plugin: 5.3.6_webpack@5.75.0 - typescript: 4.9.4 + typescript: 4.9.5 webpack: 5.75.0 webpack-dev-server: 4.11.1_webpack@5.75.0 webpack-manifest-plugin: 4.1.1_webpack@5.75.0 @@ -34808,7 +35087,7 @@ packages: /read-only-stream/2.0.0: resolution: {integrity: sha512-3ALe0bjBVZtkdWKIcThYpQCLbBMd/+Tbh2CDSrAIDO3UsZ4Xs+tnyjv2MjCOMMgBG+AsUOeuP1cgtY1INISc8w==} dependencies: - readable-stream: 2.3.7 + readable-stream: 2.3.8 dev: true /read-pkg-up/1.0.1: @@ -34871,8 +35150,8 @@ packages: isarray: 0.0.1 string_decoder: 0.10.31 - /readable-stream/2.3.7: - resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} + /readable-stream/2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -34882,16 +35161,16 @@ packages: string_decoder: 1.1.1 util-deprecate: 1.0.2 - /readable-stream/3.6.0: - resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} + /readable-stream/3.6.1: + resolution: {integrity: sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==} engines: {node: '>= 6'} dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readable-stream/4.2.0: - resolution: {integrity: sha512-gJrBHsaI3lgBoGMW/jHZsQ/o/TIWiu5ENCJG1BB7fuCKzpFM8GaS2UoBVt9NO+oI+3FcrBNbUkl3ilDe09aY4A==} + /readable-stream/4.3.0: + resolution: {integrity: sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: abort-controller: 3.0.0 @@ -34903,7 +35182,7 @@ packages: resolution: {integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==} engines: {node: '>=8'} dependencies: - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: false /readdirp/2.2.1: @@ -34912,7 +35191,7 @@ packages: dependencies: graceful-fs: 4.2.10 micromatch: 3.1.10 - readable-stream: 2.3.7 + readable-stream: 2.3.8 transitivePeerDependencies: - supports-color @@ -34979,7 +35258,7 @@ packages: /redux-saga/1.0.0: resolution: {integrity: sha512-GvJWs/SzMvEQgeaw6sRMXnS2FghlvEGsHiEtTLpJqc/FHF3I5EE/B+Hq5lyHZ8LSoT2r/X/46uWvkdCnK9WgHA==} dependencies: - '@redux-saga/core': 1.2.1 + '@redux-saga/core': 1.2.2 dev: true /redux/3.7.2: @@ -34991,10 +35270,10 @@ packages: symbol-observable: 1.2.0 dev: true - /redux/4.2.0: - resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} + /redux/4.2.1: + resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 dev: true /regenerate-unicode-properties/10.1.0: @@ -35012,8 +35291,8 @@ packages: /regenerator-runtime/0.11.1: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} - /regenerator-runtime/0.13.10: - resolution: {integrity: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==} + /regenerator-runtime/0.13.11: + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} /regenerator-transform/0.10.1: resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} @@ -35023,10 +35302,10 @@ packages: private: 0.1.8 dev: true - /regenerator-transform/0.15.0: - resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} + /regenerator-transform/0.15.1: + resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -35048,7 +35327,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 + define-properties: 1.2.0 functions-have-names: 1.2.3 /regexpp/2.0.1: @@ -35068,16 +35347,16 @@ packages: regjsparser: 0.1.5 dev: true - /regexpu-core/5.2.1: - resolution: {integrity: sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ==} + /regexpu-core/5.3.1: + resolution: {integrity: sha512-nCOzW2V/X15XpLsK2rlgdwrysrBq+AauCn+omItIz4R1pIcmeot5zvjdmOBRLzEH/CkC6IxMJVmxDe3QcMuNVQ==} engines: {node: '>=4'} dependencies: + '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 - regjsgen: 0.7.1 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 /registry-auth-token/3.3.2: resolution: {integrity: sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==} @@ -35111,9 +35390,6 @@ packages: resolution: {integrity: sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==} dev: true - /regjsgen/0.7.1: - resolution: {integrity: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==} - /regjsparser/0.1.5: resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==} hasBin: true @@ -35134,7 +35410,7 @@ packages: /relay-runtime/12.0.0: resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 fbjs: 3.0.4 invariant: 2.2.4 transitivePeerDependencies: @@ -35273,6 +35549,11 @@ packages: engines: {node: '>= 0.10'} dev: false + /replace-ext/1.0.1: + resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} + engines: {node: '>= 0.10'} + dev: true + /req-cwd/2.0.0: resolution: {integrity: sha512-ueoIoLo1OfB6b05COxAA9UpeoscNpYyM+BqYlA7H6LVF4hKGPXQQSSaD2YmvDVJMkk4UDpAHIeU1zG53IqjvlQ==} engines: {node: '>=4'} @@ -35322,7 +35603,7 @@ packages: deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 dependencies: aws-sign2: 0.7.0 - aws4: 1.11.0 + aws4: 1.12.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -35421,8 +35702,8 @@ packages: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated - /resolve.exports/1.1.0: - resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==} + /resolve.exports/1.1.1: + resolution: {integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==} engines: {node: '>=10'} /resolve/1.1.7: @@ -35546,6 +35827,12 @@ packages: dependencies: glob: 7.2.3 + /rimraf/4.1.2: + resolution: {integrity: sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==} + engines: {node: '>=14'} + hasBin: true + dev: true + /ripemd160-min/0.0.6: resolution: {integrity: sha512-+GcJgQivhs6S9qvLogusiTcS9kQUfgR75whKuy5jIhuiOfQuJ8fjqxV6EGD5duH1Y/FawFUMtMhyeq3Fbnib8A==} engines: {node: '>=8'} @@ -35575,14 +35862,14 @@ packages: dev: false optional: true - /rollup-plugin-babel/4.4.0_dkgob3yku5u4kd7izmuf4qo2nu: + /rollup-plugin-babel/4.4.0_uczz77x4do4u6dcomir7uxaipa: resolution: {integrity: sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. peerDependencies: '@babel/core': 7 || ^7.0.0-rc.2 rollup: '>=0.60.0 <3' dependencies: - '@babel/core': 7.20.2 + '@babel/core': 7.21.0 '@babel/helper-module-imports': 7.18.6 rollup: 1.32.1 rollup-pluginutils: 2.8.2 @@ -35612,7 +35899,7 @@ packages: jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.15.1 + terser: 5.16.5 /rollup-pluginutils/2.8.2: resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} @@ -35625,7 +35912,7 @@ packages: hasBin: true dependencies: '@types/estree': 1.0.0 - '@types/node': 18.11.9 + '@types/node': 18.14.2 acorn: 7.4.1 dev: false @@ -35647,13 +35934,13 @@ packages: nanoid: 3.3.4 dev: false - /rpc-websockets/7.5.0: - resolution: {integrity: sha512-9tIRi1uZGy7YmDjErf1Ax3wtqdSSLIlnmL5OtOzgd5eqPKbsPpwDP5whUDO2LQay3Xp0CcHlcNSGzacNRluBaQ==} + /rpc-websockets/7.5.1: + resolution: {integrity: sha512-kGFkeTsmd37pHPMaHIgN1LVKXMi0JD782v4Ds9ZKtLlwdTKjn+CxM9A9/gLT2LaOuEcEFGL98h1QWQtlOIdW0w==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 eventemitter3: 4.0.7 uuid: 8.3.2 - ws: 8.12.0_3cxu5zja4e2r5wmvge7mdcljwq + ws: 8.12.1_3cxu5zja4e2r5wmvge7mdcljwq optionalDependencies: bufferutil: 4.0.7 utf-8-validate: 5.0.10 @@ -35714,10 +36001,10 @@ packages: dependencies: tslib: 1.14.1 - /rxjs/7.5.7: - resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==} + /rxjs/7.8.0: + resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /safari-14-idb-fix/3.0.0: resolution: {integrity: sha512-eBNFLob4PMq8JA1dGyFn6G97q3/WzNtFK4RnzT1fnLq+9RyrGknzYiM/9B12MnKAxuj1IXr7UKYtTNtjyKMBog==} @@ -35747,7 +36034,7 @@ packages: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 + get-intrinsic: 1.2.0 is-regex: 1.1.4 /safe-regex/1.1.0: @@ -35777,7 +36064,7 @@ packages: execa: 1.0.0 fb-watchman: 2.0.2 micromatch: 3.1.10 - minimist: 1.2.7 + minimist: 1.2.8 walker: 1.0.8 transitivePeerDependencies: - supports-color @@ -35810,7 +36097,7 @@ packages: sass-embedded: optional: true dependencies: - klona: 2.0.5 + klona: 2.0.6 neo-async: 2.6.2 webpack: 5.75.0 @@ -35885,9 +36172,9 @@ packages: engines: {node: '>= 12.13.0'} dependencies: '@types/json-schema': 7.0.11 - ajv: 8.11.2 + ajv: 8.12.0 ajv-formats: 2.1.1 - ajv-keywords: 5.1.0_ajv@8.11.2 + ajv-keywords: 5.1.0_ajv@8.12.0 /scrypt-js/2.0.3: resolution: {integrity: sha512-d8DzQxNivoNDogyYmb/9RD5mEQE/Q7vG2dLDUgvfPmKL9xCVzgqUntOdS0me9Cq9Sh9VxIZuoNEFcsfyXRnyUw==} @@ -35916,7 +36203,6 @@ packages: elliptic: 6.5.4 nan: 2.17.0 safe-buffer: 5.2.1 - dev: true /secp256k1/4.0.3: resolution: {integrity: sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==} @@ -35925,7 +36211,7 @@ packages: dependencies: elliptic: 6.5.4 node-addon-api: 2.0.2 - node-gyp-build: 4.5.0 + node-gyp-build: 4.6.0 /seek-bzip/1.0.6: resolution: {integrity: sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==} @@ -36038,7 +36324,7 @@ packages: resolution: {integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==} dependencies: no-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 upper-case-first: 2.0.2 /serialize-error/7.0.1: @@ -36065,6 +36351,11 @@ packages: dependencies: randombytes: 2.1.0 + /serialize-javascript/6.0.1: + resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + dependencies: + randombytes: 2.1.0 + /serve-favicon/2.5.0: resolution: {integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==} engines: {node: '>= 0.8.0'} @@ -36135,7 +36426,7 @@ packages: resolution: {integrity: sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==} engines: {node: '>=6'} dependencies: - body-parser: 1.20.1 + body-parser: 1.20.2 cors: 2.8.5 express: 4.18.2 request: 2.88.2 @@ -36182,6 +36473,9 @@ packages: inherits: 2.0.4 safe-buffer: 5.2.1 + /sha1-es/1.8.2: + resolution: {integrity: sha512-7gzO0Y7RBt1Qsq8D1fC+So6zsnkwRcZas8sGO9Xp4bOkDhG5s4fzSP0i9yUs6aVzSH7+urqqh6uk0z+dMDeF9A==} + /sha1/1.1.1: resolution: {integrity: sha512-dZBS6OrMjtgVkopB1Gmo4RQCDKiZsqcpAQpkV/aaj+FCrCg8r4I4qMkDPQjBgLIxlmu9k4nUbWq6ohXahOneYA==} dependencies: @@ -36237,8 +36531,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shell-quote/1.7.4: - resolution: {integrity: sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==} + /shell-quote/1.8.0: + resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} /shelljs/0.7.8: resolution: {integrity: sha512-/YF5Uk8hcwi7ima04ppkbA4RaRMdPMBfwAvAf8sufYOxsJRtbdoBsT8vGvlb+799BrlGdYrd+oczIA2eN2JdWA==} @@ -36268,15 +36562,15 @@ packages: resolution: {integrity: sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==} hasBin: true dependencies: - commander: 9.4.1 + commander: 9.5.0 dev: false /side-channel/1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.3 - object-inspect: 1.12.2 + get-intrinsic: 1.2.0 + object-inspect: 1.12.3 /signal-exit/3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} @@ -36346,6 +36640,7 @@ packages: ansi-styles: 4.3.0 astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 + dev: true /slice-ansi/5.0.0: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} @@ -36364,7 +36659,7 @@ packages: resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} dependencies: dot-case: 3.0.4 - tslib: 2.4.1 + tslib: 2.5.0 /snapdragon-node/2.1.1: resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} @@ -36395,22 +36690,22 @@ packages: transitivePeerDependencies: - supports-color - /socket.io-client/4.5.3: - resolution: {integrity: sha512-I/hqDYpQ6JKwtJOf5ikM+Qz+YujZPMEl6qBLhxiP0nX+TfXKhW4KZZG8lamrD6Y5ngjmYHreESVasVCgi5Kl3A==} + /socket.io-client/4.6.1: + resolution: {integrity: sha512-5UswCV6hpaRsNg5kkEHVcbBIXEYoVbMQaHJBXJCyEQ+CiFPV1NIOY0XOFWG4XR4GZcB8Kn6AsRs/9cy9TbqVMQ==} engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.1.0 debug: 4.3.4 - engine.io-client: 6.2.3 - socket.io-parser: 4.2.1 + engine.io-client: 6.4.0 + socket.io-parser: 4.2.2 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate dev: false - /socket.io-parser/4.2.1: - resolution: {integrity: sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==} + /socket.io-parser/4.2.2: + resolution: {integrity: sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==} engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.1.0 @@ -36453,48 +36748,49 @@ packages: transitivePeerDependencies: - debug - /solhint-plugin-prettier/0.0.5_iylib2rcb775jk5vfon6brrxim: + /solhint-plugin-prettier/0.0.5_5jmvi57qgkoyjwai5p46ba6xom: resolution: {integrity: sha512-7jmWcnVshIrO2FFinIvDQmhQpfpS2rRRn3RejiYgnjIE68xO2bvrYvjqVNfrio4xH9ghOqn83tKuTzLjEbmGIA==} peerDependencies: prettier: ^1.15.0 || ^2.0.0 prettier-plugin-solidity: ^1.0.0-alpha.14 dependencies: - prettier: 2.7.1 + prettier: 2.8.4 prettier-linter-helpers: 1.0.0 - prettier-plugin-solidity: 1.0.0-rc.1_prettier@2.7.1 + prettier-plugin-solidity: 1.1.2_prettier@2.8.4 dev: true - /solhint/3.3.7: - resolution: {integrity: sha512-NjjjVmXI3ehKkb3aNtRJWw55SUVJ8HMKKodwe0HnejA+k0d2kmhw7jvpa+MCTbcEgt8IWSwx0Hu6aCo/iYOZzQ==} + /solhint/3.4.0: + resolution: {integrity: sha512-FYEs/LoTxMsWFP/OGsEqR1CBDn3Bn7hrTWsgtjai17MzxITgearIdlo374KKZjjIycu8E2xBcJ+RSWeoBvQmkw==} hasBin: true dependencies: - '@solidity-parser/parser': 0.14.5 + '@solidity-parser/parser': 0.15.0 ajv: 6.12.6 - antlr4: 4.7.1 + antlr4: 4.12.0 ast-parents: 0.0.1 - chalk: 2.4.2 - commander: 2.18.0 - cosmiconfig: 5.2.1 - eslint: 5.16.0 + chalk: 4.1.2 + commander: 10.0.0 + cosmiconfig: 8.1.0 fast-diff: 1.2.0 - glob: 7.2.3 - ignore: 4.0.6 - js-yaml: 3.14.1 + glob: 8.1.0 + ignore: 5.2.4 + js-yaml: 4.1.0 lodash: 4.17.21 + pluralize: 8.0.0 semver: 6.3.0 + strip-ansi: 6.0.1 + table: 6.8.1 + text-table: 0.2.0 optionalDependencies: - prettier: 1.19.1 - transitivePeerDependencies: - - supports-color + prettier: 2.8.4 dev: true - /solidity-ast/0.4.38: - resolution: {integrity: sha512-e7gT6g8l8M2rAzH648QA3/IihCNy/anFoWyChVD+T+zfX4FjXbT8AO2DB3wG1iEmIBib9/+vD+GvTElWWpdw+w==} + /solidity-ast/0.4.46: + resolution: {integrity: sha512-MlPZQfPhjWXqh7YxWcBGDXaPZIfMYCOHYoLEhGDWulNwEPIQQZuB7mA9eP17CU0jY/bGR4avCEUVVpvHtT2gbA==} /solidity-comments-extractor/0.0.7: resolution: {integrity: sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==} - /solidity-coverage/0.8.2_hardhat@2.12.2: + /solidity-coverage/0.8.2_hardhat@2.12.7: resolution: {integrity: sha512-cv2bWb7lOXPE9/SSleDO6czkFiMHgP4NXPj+iW9W7iEKLBk7Cj0AGBiNmGX3V1totl9wjPrT0gHmABZKZt65rQ==} hasBin: true peerDependencies: @@ -36510,7 +36806,7 @@ packages: ghost-testrpc: 0.0.2 global-modules: 2.0.0 globby: 10.0.2 - hardhat: 2.12.2 + hardhat: 2.12.7 jsonschema: 1.4.1 lodash: 4.17.21 mocha: 7.1.2 @@ -36520,19 +36816,19 @@ packages: sc-istanbul: 0.4.6 semver: 7.3.8 shelljs: 0.8.5 - web3-utils: 1.8.1 + web3-utils: 1.8.2 transitivePeerDependencies: - supports-color dev: true - /solidity-docgen/0.6.0-beta.32_hardhat@2.12.2: - resolution: {integrity: sha512-LGcosbgqxrqTo9winVq3+Xz1shS9k4p+RKwqPVPI0HtjfsKF9Mc5GzBzOUhce9uwzy0yJfhf832whfY1UKt4Aw==} + /solidity-docgen/0.6.0-beta.34_hardhat@2.12.7: + resolution: {integrity: sha512-igdGrkg8gT1jn+B2NwzjEtSf+7NTrSi/jz88zO7MZWgETmcWbXaxgAsQP4BQeC4YFeH0Pie1NsLP7+9qDgvFtA==} peerDependencies: hardhat: ^2.8.0 dependencies: handlebars: 4.7.7 - hardhat: 2.12.2 - solidity-ast: 0.4.38 + hardhat: 2.12.7 + solidity-ast: 0.4.46 dev: false /solidity-parser-antlr/0.4.11: @@ -36590,7 +36886,7 @@ packages: deprecated: See https://github.com/lydell/source-map-resolve#deprecated dependencies: atob: 2.1.2 - decode-uri-component: 0.2.0 + decode-uri-component: 0.2.2 resolve-url: 0.2.1 source-map-url: 0.4.1 urix: 0.1.0 @@ -36691,7 +36987,7 @@ packages: detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 - readable-stream: 3.6.0 + readable-stream: 3.6.1 wbuf: 1.7.3 transitivePeerDependencies: - supports-color @@ -36744,12 +37040,12 @@ packages: /split2/3.2.2: resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} dependencies: - readable-stream: 3.6.0 + readable-stream: 3.6.1 /sponge-case/1.0.1: resolution: {integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /sprintf-js/1.0.3: @@ -36787,7 +37083,7 @@ packages: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.4 + minipass: 3.3.6 dev: true /stable/0.1.8: @@ -36809,16 +37105,6 @@ packages: dependencies: type-fest: 0.7.1 - /standard-engine/14.0.1: - resolution: {integrity: sha512-7FEzDwmHDOGva7r9ifOzD3BGdTbA7ujJ50afLVdW/tK14zQEptJjbFuUfn50irqdHDcTbNh0DTIoMPynMCXb0Q==} - engines: {node: '>=8.10'} - dependencies: - get-stdin: 8.0.0 - minimist: 1.2.7 - pkg-conf: 3.1.0 - xdg-basedir: 4.0.0 - dev: false - /start-server-and-test/1.14.0: resolution: {integrity: sha512-on5ELuxO2K0t8EmNj9MtVlFqwBMxfWOhu4U7uZD1xccVpFlOQKR93CSe0u98iQzfNxRyaNTb/CdadbNllplTsw==} engines: {node: '>=6'} @@ -36835,6 +37121,23 @@ packages: - supports-color dev: true + /start-server-and-test/1.15.4: + resolution: {integrity: sha512-ucQtp5+UCr0m4aHlY+aEV2JSYNTiMZKdSKK/bsIr6AlmwAWDYDnV7uGlWWEtWa7T4XvRI5cPYcPcQgeLqpz+Tg==} + engines: {node: '>=6'} + hasBin: true + dependencies: + arg: 5.0.2 + bluebird: 3.7.2 + check-more-types: 2.24.0 + debug: 4.3.4 + execa: 5.1.1 + lazy-ass: 1.6.0 + ps-tree: 1.2.0 + wait-on: 7.0.1_debug@4.3.4 + transitivePeerDependencies: + - supports-color + dev: true + /state-toggle/1.0.3: resolution: {integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==} @@ -36858,6 +37161,12 @@ packages: engines: {node: '>=0.10.0'} dev: true + /stop-iteration-iterator/1.0.0: + resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} + engines: {node: '>= 0.4'} + dependencies: + internal-slot: 1.0.5 + /store2/2.14.2: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true @@ -36866,13 +37175,13 @@ packages: resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 /stream-browserify/3.0.0: resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} dependencies: inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 /stream-combiner/0.0.4: resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==} @@ -36884,7 +37193,7 @@ packages: resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} dependencies: duplexer2: 0.1.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 dev: true /stream-each/1.2.3: @@ -36898,7 +37207,7 @@ packages: dependencies: builtin-status-codes: 3.0.0 inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 to-arraybuffer: 1.0.1 xtend: 4.0.2 @@ -36907,7 +37216,7 @@ packages: dependencies: builtin-status-codes: 3.0.0 inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 xtend: 4.0.2 dev: true @@ -36918,7 +37227,7 @@ packages: resolution: {integrity: sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.7 + readable-stream: 2.3.8 dev: true /stream-to-it/0.2.4: @@ -37022,11 +37331,11 @@ packages: resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 - get-intrinsic: 1.1.3 + define-properties: 1.2.0 + es-abstract: 1.21.1 + get-intrinsic: 1.2.0 has-symbols: 1.0.3 - internal-slot: 1.0.3 + internal-slot: 1.0.5 regexp.prototype.flags: 1.4.3 side-channel: 1.0.4 @@ -37035,8 +37344,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 dev: true /string.prototype.padstart/3.1.4: @@ -37044,8 +37353,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 dev: true /string.prototype.trim/1.2.7: @@ -37053,23 +37362,23 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 dev: true /string.prototype.trimend/1.0.6: resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 /string.prototype.trimstart/1.0.6: resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 /string_decoder/0.10.31: resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} @@ -37250,32 +37559,32 @@ packages: react-is: '>= 16.8.0' dependencies: '@babel/helper-module-imports': 7.18.6 - '@babel/traverse': 7.20.1_supports-color@5.5.0 + '@babel/traverse': 7.21.2_supports-color@5.5.0 '@emotion/is-prop-valid': 1.2.0 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 babel-plugin-styled-components: 2.0.7_styled-components@5.3.6 - css-to-react-native: 3.0.0 + css-to-react-native: 3.2.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 supports-color: 5.5.0 - /stylehacks/5.1.1_postcss@8.4.19: + /stylehacks/5.1.1_postcss@8.4.21: resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.4 - postcss: 8.4.19 - postcss-selector-parser: 6.0.10 + browserslist: 4.21.5 + postcss: 8.4.21 + postcss-selector-parser: 6.0.11 /subarg/1.0.0: resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} dependencies: - minimist: 1.2.7 + minimist: 1.2.8 dev: true /sublevel-pouchdb/7.3.1: @@ -37349,8 +37658,8 @@ packages: dependencies: has-flag: 4.0.0 - /supports-color/9.2.3: - resolution: {integrity: sha512-aszYUX/DVK/ed5rFLb/dDinVJrQjG/vmU433wtqVSD800rYsJNWxh2R3USV90aLSU+UsyQkbNeffVLzc6B6foA==} + /supports-color/9.3.1: + resolution: {integrity: sha512-knBY82pjmnIzK3NifMo3RxEIRD9E0kIzV4BKcyTZ9+9kWgLMxd4PrsTSMoFQUabgRBbF8KOLRDCyKgNV+iK44Q==} engines: {node: '>=12'} dev: true @@ -37410,7 +37719,7 @@ packages: /swap-case/2.0.2: resolution: {integrity: sha512-kc6S2YS/2yXbtkSMunBtKdah4VFETZ8Oh6ONSmSd9bRxhqTrtARUCBUiWXH3xVPpvR7tz2CSnkuXVE42EcGnMw==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /swarm-js/0.1.39: @@ -37441,7 +37750,7 @@ packages: buffer: 5.7.1 eth-lib: 0.1.29 fs-extra: 4.0.3 - got: 11.8.5 + got: 11.8.6 mime-types: 2.1.35 mkdirp-promise: 5.0.1 mock-fs: 4.14.0 @@ -37499,8 +37808,8 @@ packages: get-port: 3.2.0 dev: true - /synchronous-promise/2.0.16: - resolution: {integrity: sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A==} + /synchronous-promise/2.0.17: + resolution: {integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==} dev: true /syntax-error/1.4.0: @@ -37549,6 +37858,7 @@ packages: web3-utils: 1.2.2 transitivePeerDependencies: - bufferutil + - encoding - supports-color - utf-8-validate dev: true @@ -37592,14 +37902,15 @@ packages: resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.11.2 + ajv: 8.12.0 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 strip-ansi: 6.0.1 + dev: true - /tailwindcss/3.2.4_ts-node@10.9.1: - resolution: {integrity: sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==} + /tailwindcss/3.2.7_ts-node@10.9.1: + resolution: {integrity: sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==} engines: {node: '>=12.13.0'} hasBin: true dependencies: @@ -37617,12 +37928,12 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.19 - postcss-import: 14.1.0_postcss@8.4.19 - postcss-js: 4.0.0_postcss@8.4.19 - postcss-load-config: 3.1.4_v776zzvn44o7tpgzieipaairwm - postcss-nested: 6.0.0_postcss@8.4.19 - postcss-selector-parser: 6.0.10 + postcss: 8.4.21 + postcss-import: 14.1.0_postcss@8.4.21 + postcss-js: 4.0.1_postcss@8.4.21 + postcss-load-config: 3.1.4_aesdjsunmf4wiehhujt67my7tu + postcss-nested: 6.0.0_postcss@8.4.21 + postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 resolve: 1.22.1 @@ -37637,8 +37948,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - /tape/4.16.1: - resolution: {integrity: sha512-U4DWOikL5gBYUrlzx+J0oaRedm2vKLFbtA/+BRAXboGWpXO7bMP8ddxlq3Cse2bvXFQ0jZMOj6kk3546mvCdFg==} + /tape/4.16.2: + resolution: {integrity: sha512-TUChV+q0GxBBCEbfCYkGLkv8hDJYjMdSWdE0/Lr331sB389dsvFUHNV9ph5iQqKzt8Ss9drzcda/YeexclBFqg==} hasBin: true dependencies: call-bind: 1.0.2 @@ -37650,8 +37961,8 @@ packages: has: 1.0.3 inherits: 2.0.4 is-regex: 1.1.4 - minimist: 1.2.7 - object-inspect: 1.12.2 + minimist: 1.2.8 + object-inspect: 1.12.3 resolve: 1.22.1 resumer: 0.0.0 string.prototype.trim: 1.2.7 @@ -37684,7 +37995,7 @@ packages: buffer-alloc: 1.2.0 end-of-stream: 1.4.4 fs-constants: 1.0.0 - readable-stream: 2.3.7 + readable-stream: 2.3.8 to-buffer: 1.1.1 xtend: 4.0.2 dev: true @@ -37697,7 +38008,7 @@ packages: end-of-stream: 1.4.4 fs-constants: 1.0.0 inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /tar/4.4.19: @@ -37712,13 +38023,13 @@ packages: safe-buffer: 5.2.1 yallist: 3.1.1 - /tar/6.1.12: - resolution: {integrity: sha512-jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw==} + /tar/6.1.13: + resolution: {integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==} engines: {node: '>=10'} dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 3.3.4 + minipass: 4.2.4 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -37807,7 +38118,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.15.1 + terser: 5.16.5 webpack: 4.44.2 webpack-sources: 1.4.3 transitivePeerDependencies: @@ -37833,8 +38144,8 @@ packages: '@jridgewell/trace-mapping': 0.3.17 jest-worker: 27.5.1 schema-utils: 3.1.1 - serialize-javascript: 6.0.0 - terser: 5.15.1 + serialize-javascript: 6.0.1 + terser: 5.16.5 webpack: 5.75.0 /terser/4.8.1: @@ -37842,18 +38153,18 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - acorn: 8.8.1 + acorn: 8.8.2 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 - /terser/5.15.1: - resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} + /terser/5.16.5: + resolution: {integrity: sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==} engines: {node: '>=10'} hasBin: true dependencies: '@jridgewell/source-map': 0.3.2 - acorn: 8.8.1 + acorn: 8.8.2 commander: 2.20.3 source-map-support: 0.5.21 @@ -37893,8 +38204,13 @@ packages: qs: 6.11.0 dev: true - /throat/6.0.1: - resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} + /throat/6.0.2: + resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==} + + /throttle-debounce/3.0.1: + resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} + engines: {node: '>=10'} + dev: false /throttled-queue/2.1.4: resolution: {integrity: sha512-YGdk8sdmr4ge3g+doFj/7RLF5kLM+Mi7DEciu9PHxnMJZMeVuZeTj31g4VE7ekUffx/IdbvrtOCiz62afg0mkg==} @@ -37910,20 +38226,20 @@ packages: /through2/2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: - readable-stream: 2.3.7 + readable-stream: 2.3.8 xtend: 4.0.2 /through2/3.0.2: resolution: {integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==} dependencies: inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /through2/4.0.2: resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} dependencies: - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true /thunky/1.1.0: @@ -37965,8 +38281,8 @@ packages: dependencies: setimmediate: 1.0.5 - /timestamp-nano/1.0.0: - resolution: {integrity: sha512-NO/1CZigzlCWQiWdIGv8ebXt6Uk77zdLz2NE7KcZRU5Egj2+947lzUpk30xQUQlq5dRY25j7ZulG4RfA2DHYfA==} + /timestamp-nano/1.0.1: + resolution: {integrity: sha512-4oGOVZWTu5sl89PtCDnhQBSt7/vL1zVEwAfxH1p49JhTosxzVQWYBYFRFZ8nJmo0G6f824iyP/44BFAwIoKvIA==} engines: {node: '>= 4.5.0'} dev: false @@ -38003,7 +38319,7 @@ packages: /title-case/3.0.3: resolution: {integrity: sha512-e1zGYRvbffpcHIrnuqT0Dh+gEJtDaxDSoG4JAIpq4oDFyooziLBIiYQv0GBT4FUAnUop5uZ1hiIAj7oAF6sOCA==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: true /tmp-promise/3.0.2: @@ -38099,14 +38415,14 @@ packages: engines: {node: '>=0.8'} dependencies: psl: 1.9.0 - punycode: 2.1.1 + punycode: 2.3.0 /tough-cookie/4.1.2: resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} engines: {node: '>=6'} dependencies: psl: 1.9.0 - punycode: 2.1.1 + punycode: 2.3.0 universalify: 0.2.0 url-parse: 1.5.10 @@ -38116,18 +38432,18 @@ packages: /tr46/1.0.1: resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} dependencies: - punycode: 2.1.1 + punycode: 2.3.0 /tr46/2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} dependencies: - punycode: 2.1.1 + punycode: 2.3.0 /trezor-connect/8.1.8: resolution: {integrity: sha512-ZTgKmSd5scbUAdHwz6DLwILVoNRe//6fQcuaVDL0tbWHvB5MNajGlLDzPG/TM7y156mzXmXF2Y4LJQqLDQhaIw==} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 events: 3.3.0 whatwg-fetch: 3.6.2 dev: true @@ -38190,19 +38506,19 @@ packages: - utf-8-validate dev: true - /truffle/5.6.5: - resolution: {integrity: sha512-tao5NmiPvPb44sdPimMft1SPKtMI9Rwo/6GZ9GVcFekRLzTOL74LMIPPHI5StPknZYmmJL8j5PIm8Kaodtrcng==} + /truffle/5.7.8: + resolution: {integrity: sha512-25z9RjJpZG2m6bpPLXx2PflsoAMSXRAXH3Ce7cWYbKL/SRpWvs0BRLZwY1LbxK/5vsMVWVarXgcKp/wjgO/kKg==} hasBin: true requiresBuild: true dependencies: - '@truffle/db-loader': 0.2.5 - '@truffle/debugger': 11.0.16 + '@truffle/db-loader': 0.2.17 + '@truffle/debugger': 11.0.28 app-module-path: 2.2.0 - ganache: 7.5.0 - mocha: 9.2.2 + ganache: 7.7.5 + mocha: 10.1.0 original-require: 1.0.1 optionalDependencies: - '@truffle/db': 2.0.5 + '@truffle/db': 2.0.17 transitivePeerDependencies: - bufferutil - encoding @@ -38219,14 +38535,34 @@ packages: /tryer/1.0.1: resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} - /ts-command-line-args/2.3.1: - resolution: {integrity: sha512-FR3y7pLl/fuUNSmnPhfLArGqRrpojQgIEEOVzYx9DhTmfIN7C9RWSfpkJEF4J+Gk7aVx5pak8I7vWZsaN4N84g==} + /ts-command-line-args/2.4.2: + resolution: {integrity: sha512-mJLQQBOdyD4XI/ZWQY44PIdYde47JhV2xl380O7twPkTQ+Y5vFDHsk8LOeXKuz7dVY5aDCfAzRarNfSqtKOkQQ==} hasBin: true dependencies: + '@morgan-stanley/ts-mocking-bird': 0.6.4 chalk: 4.1.2 command-line-args: 5.2.1 command-line-usage: 6.1.3 string-format: 2.0.0 + transitivePeerDependencies: + - jasmine + - jest + - typescript + dev: true + + /ts-command-line-args/2.4.2_typescript@4.9.5: + resolution: {integrity: sha512-mJLQQBOdyD4XI/ZWQY44PIdYde47JhV2xl380O7twPkTQ+Y5vFDHsk8LOeXKuz7dVY5aDCfAzRarNfSqtKOkQQ==} + hasBin: true + dependencies: + '@morgan-stanley/ts-mocking-bird': 0.6.4_typescript@4.9.5 + chalk: 4.1.2 + command-line-args: 5.2.1 + command-line-usage: 6.1.3 + string-format: 2.0.0 + transitivePeerDependencies: + - jasmine + - jest + - typescript dev: true /ts-dedent/2.2.0: @@ -38244,12 +38580,12 @@ packages: typescript: '>=3.7.0' dev: true - /ts-essentials/7.0.3_typescript@4.8.4: + /ts-essentials/7.0.3_typescript@4.9.5: resolution: {integrity: sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==} peerDependencies: typescript: '>=3.7.0' dependencies: - typescript: 4.8.4 + typescript: 4.9.5 dev: true /ts-generator/0.1.1: @@ -38257,12 +38593,12 @@ packages: hasBin: true dependencies: '@types/mkdirp': 0.5.2 - '@types/prettier': 2.7.1 + '@types/prettier': 2.7.2 '@types/resolve': 0.0.8 chalk: 2.4.2 glob: 7.2.3 mkdirp: 0.5.6 - prettier: 2.8.1 + prettier: 2.8.4 resolve: 1.22.1 ts-essentials: 1.0.4 dev: false @@ -38271,10 +38607,10 @@ packages: resolution: {integrity: sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==} engines: {node: '>=8'} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 dev: false - /ts-node/10.9.1_rniibfx3zftzehea7t244vwgdu: + /ts-node/10.9.1_4rsdrz765lm2esh2n23z44s5ti: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -38293,18 +38629,18 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 16.18.3 - acorn: 8.8.1 + '@types/node': 16.18.13 + acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.4 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - /ts-node/10.9.1_typescript@4.8.4: + /ts-node/10.9.1_typescript@4.9.5: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -38323,18 +38659,18 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - acorn: 8.8.1 + acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.8.4 + typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.9.4: + /ts-pnp/1.2.0_typescript@4.9.5: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -38343,51 +38679,23 @@ packages: typescript: optional: true dependencies: - typescript: 4.9.4 + typescript: 4.9.5 dev: true - /ts-standard/11.0.0_qlcmad5flthwgwga5hzt3mjvzm: - resolution: {integrity: sha512-fe+PCOM6JTMIcG1Smr8BQJztUi3dc/SDJMqezxNAL8pe/0+h0shK0+fNPTuF1hMVMYO+O53Wtp9WQHqj0GJtMw==} - engines: {node: '>=12.0.0'} - hasBin: true - peerDependencies: - typescript: '>=3.8' - dependencies: - '@typescript-eslint/eslint-plugin': 4.33.0_xspifk7brbsnyg562jkgvazaje - eslint: 7.32.0 - eslint-config-standard: 16.0.3_wnerebu6rbpsve3qx7qqwvcqtq - eslint-config-standard-jsx: 10.0.0_rfut5ehdjmzxinfjxzbnr2vvmi - eslint-config-standard-with-typescript: 21.0.1_hz2ksngkfucsvmqk7u23djk53y - eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e - eslint-plugin-node: 11.1.0_eslint@7.32.0 - eslint-plugin-promise: 5.2.0_eslint@7.32.0 - eslint-plugin-react: 7.31.10_eslint@7.32.0 - get-stdin: 8.0.0 - minimist: 1.2.7 - pkg-conf: 3.1.0 - standard-engine: 14.0.1 - typescript: 4.9.4 - transitivePeerDependencies: - - '@typescript-eslint/parser' - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - dev: false - - /tsconfig-paths/3.14.1: - resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==} + /tsconfig-paths/3.14.2: + resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} dependencies: '@types/json5': 0.0.29 - json5: 1.0.1 - minimist: 1.2.7 + json5: 1.0.2 + minimist: 1.2.8 strip-bom: 3.0.0 - /tsconfig-paths/4.1.1: - resolution: {integrity: sha512-VgPrtLKpRgEAJsMj5Q/I/mXouC6A/7eJ/X4Nuk6o0cRPwBtznYxTCU4FodbexbzH9somBPEXYi0ZkUViUpJ21Q==} + /tsconfig-paths/4.1.2: + resolution: {integrity: sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==} engines: {node: '>=6'} dependencies: - json5: 2.2.1 - minimist: 1.2.7 + json5: 2.2.3 + minimist: 1.2.8 strip-bom: 3.0.0 dev: true @@ -38396,10 +38704,14 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + dev: true /tslib/2.4.1: resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} + /tslib/2.5.0: + resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tsort/0.0.1: resolution: {integrity: sha512-Tyrf5mxF8Ofs1tNoxA13lFeZ2Zrbd6cKbuH3V+MQ5sb6DtBj5FjrXVsRWT8YvNAQTqNoz66dz1WsbigI22aEnw==} @@ -38412,14 +38724,14 @@ packages: tslib: 1.14.1 dev: true - /tsutils/3.21.0_typescript@4.9.4: + /tsutils/3.21.0_typescript@4.9.5: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.4 + typescript: 4.9.5 /tty-browserify/0.0.0: resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} @@ -38439,65 +38751,65 @@ packages: dev: false optional: true - /turbo-darwin-64/1.6.3: - resolution: {integrity: sha512-QmDIX0Yh1wYQl0bUS0gGWwNxpJwrzZU2GIAYt3aOKoirWA2ecnyb3R6ludcS1znfNV2MfunP+l8E3ncxUHwtjA==} + /turbo-darwin-64/1.8.3: + resolution: {integrity: sha512-bLM084Wr17VAAY/EvCWj7+OwYHvI9s/NdsvlqGp8iT5HEYVimcornCHespgJS/yvZDfC+mX9EQkn3V2JmYgGGw==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64/1.6.3: - resolution: {integrity: sha512-75DXhFpwE7CinBbtxTxH08EcWrxYSPFow3NaeFwsG8aymkWXF+U2aukYHJA6I12n9/dGqf7yRXzkF0S/9UtdyQ==} + /turbo-darwin-arm64/1.8.3: + resolution: {integrity: sha512-4oZjXtzakopMK110kue3z/hqu3WLv+eDLZOX1NGdo49gqca9BeD8GbH+sXpAp6tqyeuzpss+PIliVYuyt7LgbA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64/1.6.3: - resolution: {integrity: sha512-O9uc6J0yoRPWdPg9THRQi69K6E2iZ98cRHNvus05lZbcPzZTxJYkYGb5iagCmCW/pq6fL4T4oLWAd6evg2LGQA==} + /turbo-linux-64/1.8.3: + resolution: {integrity: sha512-uvX2VKotf5PU14FCxJA5iHItPQno2JWzerMd+g3/h/Asay6dvxvtVjc39MQeGT0H5njSvzVKFkT+3/5q8lgOEg==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64/1.6.3: - resolution: {integrity: sha512-dCy667qqEtZIhulsRTe8hhWQNCJO0i20uHXv7KjLHuFZGCeMbWxB8rsneRoY+blf8+QNqGuXQJxak7ayjHLxiA==} + /turbo-linux-arm64/1.8.3: + resolution: {integrity: sha512-E1p+oH3XKMaPS4rqWhYsL4j2Pzc0d/9P5KU7Kn1kqVLo2T3iRA7n2KVULEieUNE0nTH+aIJPXYXOpqCI5wFJaA==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64/1.6.3: - resolution: {integrity: sha512-lKRqwL3mrVF09b9KySSaOwetehmGknV9EcQTF7d2dxngGYYX1WXoQLjFP9YYH8ZV07oPm+RUOAKSCQuDuMNhiA==} + /turbo-windows-64/1.8.3: + resolution: {integrity: sha512-cnzAytHtoLXd0J7aNzRpZFpL/GTjcBmkvAPlbOdf/Pl1iwS4qzGrudZQ+OM1lmLgLIfBPIavsGHBknTwTNib4A==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64/1.6.3: - resolution: {integrity: sha512-BXY1sDPEA1DgPwuENvDCD8B7Hb0toscjus941WpL8CVd10hg9pk/MWn9CNgwDO5Q9ks0mw+liDv2EMnleEjeNA==} + /turbo-windows-arm64/1.8.3: + resolution: {integrity: sha512-ulIiItNm2w/zYJdD5/oAzjzNns1IjbpweRzpsE8tLXaWwo6+fnXXkyloUug0IUhcd2k6fJXfoiDZfygqpOVuXg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo/1.6.3: - resolution: {integrity: sha512-FtfhJLmEEtHveGxW4Ye/QuY85AnZ2ZNVgkTBswoap7UMHB1+oI4diHPNyqrQLG4K1UFtCkjOlVoLsllUh/9QRw==} + /turbo/1.8.3: + resolution: {integrity: sha512-zGrkU1EuNFmkq6iky6LcMqD4h0OLE8XysVFxQWRIZbcTNnf0XAycbsbeEyiJpiWeqb7qtg2bVuY9EYcNoNhVuQ==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.6.3 - turbo-darwin-arm64: 1.6.3 - turbo-linux-64: 1.6.3 - turbo-linux-arm64: 1.6.3 - turbo-windows-64: 1.6.3 - turbo-windows-arm64: 1.6.3 + turbo-darwin-64: 1.8.3 + turbo-darwin-arm64: 1.8.3 + turbo-linux-64: 1.8.3 + turbo-linux-arm64: 1.8.3 + turbo-windows-64: 1.8.3 + turbo-windows-arm64: 1.8.3 dev: true /turndown/7.1.1: @@ -38579,7 +38891,6 @@ packages: /type-fest/2.19.0: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - dev: true /type-is/1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} @@ -38594,7 +38905,7 @@ packages: /type/2.7.2: resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==} - /typechain-target-ethers-v5/5.0.1_c4tpmuajjwy7vjodfmym27ncri: + /typechain-target-ethers-v5/5.0.1_6la3wgdurc2byppalgze7lq2hy: resolution: {integrity: sha512-ag2fMLcXTZwtHSeDT6+QanmY7yVn3VSYBcqIGpj1A3Zp+d9Bmto5qM/eFXUsql4i9UBLgr3GVGgjkR6lz40QGQ==} peerDependencies: ethers: ^5.0.0 @@ -38602,7 +38913,7 @@ packages: typescript: '>=3.8.0' dependencies: ethers: 5.7.2 - typescript: 4.9.4 + typescript: 4.9.5 dev: false /typechain/7.0.0: @@ -38611,41 +38922,52 @@ packages: peerDependencies: typescript: '>=4.1.0' dependencies: - '@types/prettier': 2.7.1 + '@types/prettier': 2.7.2 debug: 4.3.4 fs-extra: 7.0.1 glob: 7.2.3 js-sha3: 0.8.0 lodash: 4.17.21 mkdirp: 1.0.4 - prettier: 2.8.1 - ts-command-line-args: 2.3.1 + prettier: 2.8.4 + ts-command-line-args: 2.4.2 ts-essentials: 7.0.3 transitivePeerDependencies: + - jasmine + - jest - supports-color dev: true - /typechain/7.0.0_typescript@4.8.4: + /typechain/7.0.0_typescript@4.9.5: resolution: {integrity: sha512-ILfvBBFJ7j9aIk0crX03+N2GmzoDN1gtk32G1+XrasjuvXS0XAw2XxwQeQMMgKwlnxViJjIkG87sTMYXPkXA9g==} hasBin: true peerDependencies: typescript: '>=4.1.0' dependencies: - '@types/prettier': 2.7.1 + '@types/prettier': 2.7.2 debug: 4.3.4 fs-extra: 7.0.1 glob: 7.2.3 js-sha3: 0.8.0 lodash: 4.17.21 mkdirp: 1.0.4 - prettier: 2.8.1 - ts-command-line-args: 2.3.1 - ts-essentials: 7.0.3_typescript@4.8.4 - typescript: 4.8.4 + prettier: 2.8.4 + ts-command-line-args: 2.4.2_typescript@4.9.5 + ts-essentials: 7.0.3_typescript@4.9.5 + typescript: 4.9.5 transitivePeerDependencies: + - jasmine + - jest - supports-color dev: true + /typed-array-length/1.0.4: + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + is-typed-array: 1.1.10 + /typedarray-to-buffer/3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: @@ -38664,24 +38986,14 @@ packages: resolution: {integrity: sha512-zXFars5LUkI3zP492ls0VskH3TtdeHCqu0i7/duGt60i5IGPIpAHE/DWo5FqJ6EjQ15YKXrt+AETjv60Dat34Q==} dev: true - /typescript-memoize/1.1.1: - resolution: {integrity: sha512-GQ90TcKpIH4XxYTI2F98yEQYZgjNMOGPpOgdjIBhaLaWji5HPWlRnZ4AeA1hfBxtY7bCGDJsqDDHk/KaHOl5bA==} - dev: false - /typescript-tuple/2.2.1: resolution: {integrity: sha512-Zcr0lbt8z5ZdEzERHAMAniTiIKerFCMgd7yjq1fPnDJ43et/k9twIFQMUYff9k5oXcsQ0WpvFcgzK2ZKASoW6Q==} dependencies: typescript-compare: 0.0.2 dev: true - /typescript/4.8.4: - resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: true - - /typescript/4.9.4: - resolution: {integrity: sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==} + /typescript/4.9.5: + resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true @@ -38703,12 +39015,16 @@ packages: resolution: {integrity: sha512-+J5D5ir763y+Am/QY6hXNRlwljIeRMZMGs0cT6qqZVVzzT3X3nFPXVyPOFRMOR4kupB0T8JnCdpWdp6Q/iXn3w==} dev: false - /ua-parser-js/0.7.32: - resolution: {integrity: sha512-f9BESNVhzlhEFf2CHMSj40NWOjYPl1YKYbrvIr/hFTDEmLq7SRbWvm7FcdcpCYT95zrOhC7gZSxjdnnTpBcwVw==} + /ua-parser-js/0.7.33: + resolution: {integrity: sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==} dev: true - /ua-parser-js/1.0.32: - resolution: {integrity: sha512-dXVsz3M4j+5tTiovFVyVqssXBu5HM47//YSOeZ9fQkdDKkfzv2v3PP1jmH6FUyPW+yCSn7aBVK1fGGKNhowdDA==} + /ua-parser-js/1.0.33: + resolution: {integrity: sha512-RqshF7TPTE0XLYAqmjlu5cLLuGdKrNu9O1KLA/qp39QtbZwuzwv1dT46DZSopoUMsYgXpB3Cv8a03FI8b74oFQ==} + dev: false + + /uc.micro/1.0.6: + resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} dev: false /uglify-js/2.8.29: @@ -38821,14 +39137,8 @@ packages: resolution: {integrity: sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==} dev: true - /undici/5.12.0: - resolution: {integrity: sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==} - engines: {node: '>=12.18'} - dependencies: - busboy: 1.6.0 - - /undici/5.19.1: - resolution: {integrity: sha512-YiZ61LPIgY73E7syxCDxxa3LV2yl3sN8spnIuTct60boiiRaE1J8mNWHO8Im2Zi/sFrPusjLlmRPrsyraSqX6A==} + /undici/5.20.0: + resolution: {integrity: sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==} engines: {node: '>=12.18'} dependencies: busboy: 1.6.0 @@ -38854,8 +39164,8 @@ packages: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 - /unicode-match-property-value-ecmascript/2.0.0: - resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==} + /unicode-match-property-value-ecmascript/2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} engines: {node: '>=4'} /unicode-property-aliases-ecmascript/2.1.0: @@ -39061,13 +39371,13 @@ packages: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} - /update-browserslist-db/1.0.10_browserslist@4.21.4: + /update-browserslist-db/1.0.10_browserslist@4.21.5: resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.4 + browserslist: 4.21.5 escalade: 3.1.1 picocolors: 1.0.0 @@ -39106,7 +39416,7 @@ packages: /upper-case-first/2.0.2: resolution: {integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /upper-case/1.1.3: resolution: {integrity: sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==} @@ -39114,12 +39424,12 @@ packages: /upper-case/2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} dependencies: - tslib: 2.4.1 + tslib: 2.5.0 /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: - punycode: 2.1.1 + punycode: 2.3.0 /uri-to-multiaddr/6.0.0: resolution: {integrity: sha512-vGHLrfvWQwoMv1YiHWU5ZOK2M/TV0qheXIanuW6jAL6VFD1vMK7xqL/zOxc32tKhlJgSt6vTJI4yALS+vFZKEA==} @@ -39191,7 +39501,6 @@ packages: resolution: {integrity: sha512-5vZjFlH9ofROmuWmXM9yj2wljYKgWstGwe8YTyiqM7hVum/g9LyCizPZtb3UqsuppVwety9QJmfc42VggLpTgg==} dependencies: braces: 3.0.2 - dev: false /ursa-optional/0.10.2: resolution: {integrity: sha512-TKdwuLboBn7M34RcvVTuQyhvrA8gYKapuVdm0nBP0mnBc7oECOfUQZrY91cefL3/nm64ZyrejSRrhTVdX7NG/A==} @@ -39219,14 +39528,14 @@ packages: engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.5.0 + node-gyp-build: 4.6.0 /utf-8-validate/5.0.7: resolution: {integrity: sha512-vLt1O5Pp+flcArHGIyKEQq883nBt8nN8tVBcoL0qUXj2XT1n7p70yGIq2VK98I5FdZ1YHc0wk/koOnHjnXWk1Q==} engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.5.0 + node-gyp-build: 4.6.0 dev: true optional: true @@ -39243,15 +39552,15 @@ packages: /util.promisify/1.0.0: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: - define-properties: 1.1.4 + define-properties: 1.2.0 object.getownpropertydescriptors: 2.1.5 dev: true /util.promisify/1.0.1: resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} dependencies: - define-properties: 1.1.4 - es-abstract: 1.20.4 + define-properties: 1.2.0 + es-abstract: 1.21.1 has-symbols: 1.0.3 object.getownpropertydescriptors: 2.1.5 @@ -39299,12 +39608,18 @@ packages: resolution: {integrity: sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true + dev: true /uuid/3.4.0: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true + /uuid/7.0.3: + resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==} + hasBin: true + dev: true + /uuid/8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true @@ -39322,6 +39637,7 @@ packages: /v8-compile-cache/2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} + dev: true /v8-to-istanbul/8.1.1: resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} @@ -39331,8 +39647,8 @@ packages: convert-source-map: 1.9.0 source-map: 0.7.4 - /v8-to-istanbul/9.0.1: - resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} + /v8-to-istanbul/9.1.0: + resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} engines: {node: '>=10.12.0'} dependencies: '@jridgewell/trace-mapping': 0.3.17 @@ -39349,6 +39665,8 @@ packages: /value-or-promise/1.0.11: resolution: {integrity: sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==} engines: {node: '>=12'} + dev: true + optional: true /value-or-promise/1.0.12: resolution: {integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==} @@ -39419,6 +39737,24 @@ packages: vfile-message: 2.0.4 dev: true + /vinyl-sourcemaps-apply/0.2.1: + resolution: {integrity: sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==} + dependencies: + source-map: 0.5.7 + dev: true + + /vinyl/2.2.1: + resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} + engines: {node: '>= 0.10'} + dependencies: + clone: 2.1.2 + clone-buffer: 1.0.0 + clone-stats: 1.0.0 + cloneable-readable: 1.1.3 + remove-trailing-separator: 1.1.0 + replace-ext: 1.0.1 + dev: true + /vizion/0.2.13: resolution: {integrity: sha512-pDK351YiXu1f5K3PF+/ix8hu9DwWGaWUGU1hjPbLbmmCnt9fPsFmkEJoBrssAGH9r2NX+I1F7NF9HD/6CtcLqQ==} engines: {node: '>=0.10'} @@ -39479,8 +39815,8 @@ packages: dependencies: xml-name-validator: 3.0.0 - /w3name/1.0.7_qlcmad5flthwgwga5hzt3mjvzm: - resolution: {integrity: sha512-fBNACghixjRzUbH0pKIlJQ3vuo/SysmlxJuE0UQqNsVLGIXPpN5w4yYKhtsSYNnTDACfK0iDUZ2HbUI1ksRYQw==} + /w3name/1.0.8: + resolution: {integrity: sha512-MjCUGATeNm70YE1Zro4mykaoRI9dTTlr44AB83Qt6OaRlcLvH9g0gyLwAMd3gBm8oDVU/RrDAxsDGcO8r+RIuQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@web-std/fetch': 4.1.0 @@ -39488,35 +39824,29 @@ packages: ipns: 0.16.0 libp2p-crypto: 0.21.2 throttled-queue: 2.1.4 - ts-standard: 11.0.0_qlcmad5flthwgwga5hzt3mjvzm uint8arrays: 3.1.1 transitivePeerDependencies: - - '@typescript-eslint/parser' - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - supports-color - - typescript dev: false - /wagmi/0.7.15_5fkdkfy2bkgsnhvxgn477z7iae: + /wagmi/0.7.15_6niq2jm3j2wfrjwac2th7yh3n4: resolution: {integrity: sha512-UGkcgL/bBg880uGEOTmKuWSxe+OtbPv0x1zKrDWi0McwB6o7W1trVVdZ1hCkHemB9HA2BN+svv3ALo9ZG4Xt8Q==} peerDependencies: ethers: '>=5.5.1' react: '>=17.0.0' dependencies: - '@coinbase/wallet-sdk': 3.5.4 - '@tanstack/query-sync-storage-persister': 4.20.9 + '@coinbase/wallet-sdk': 3.6.4 + '@tanstack/query-sync-storage-persister': 4.24.10 '@tanstack/react-query': 4.20.9_biqbaboplfbrettd7655fr4n2y - '@tanstack/react-query-persist-client': 4.20.9_2nrllpzqdmo5qwio57f3dkea6i - '@wagmi/core': 0.6.12_l6oqucmc5jtfqjjxnxweiskzai + '@tanstack/react-query-persist-client': 4.24.10_2nrllpzqdmo5qwio57f3dkea6i + '@wagmi/core': 0.6.12_ionnkfz4j47fjbjwuzekiofhg4 '@walletconnect/ethereum-provider': 1.8.0 - abitype: 0.1.8_typescript@4.9.4 + abitype: 0.1.8_typescript@4.9.5 ethers: 5.7.2 react: 18.2.0 use-sync-external-store: 1.2.0_react@18.2.0 transitivePeerDependencies: - '@babel/core' - - '@tanstack/query-core' - bufferutil - debug - encoding @@ -39534,10 +39864,24 @@ packages: hasBin: true dependencies: axios: 0.21.4_debug@4.3.2 - joi: 17.7.0 + joi: 17.8.3 lodash: 4.17.21 - minimist: 1.2.7 - rxjs: 7.5.7 + minimist: 1.2.8 + rxjs: 7.8.0 + transitivePeerDependencies: + - debug + dev: true + + /wait-on/7.0.1_debug@4.3.4: + resolution: {integrity: sha512-9AnJE9qTjRQOlTZIldAaf/da2eW0eSRSgcqq85mXQja/DW3MriHxkpODDSUEg+Gri/rKEcXUZHe+cevvYItaog==} + engines: {node: '>=12.0.0'} + hasBin: true + dependencies: + axios: 0.27.2_debug@4.3.4 + joi: 17.8.3 + lodash: 4.17.21 + minimist: 1.2.8 + rxjs: 7.8.0 transitivePeerDependencies: - debug dev: true @@ -39555,7 +39899,7 @@ packages: bind-decorator: 1.0.11 bn.js: 5.2.1 clsx: 1.2.1 - preact: 10.11.3 + preact: 10.13.0 rxjs: 6.6.7 dev: true @@ -39570,7 +39914,7 @@ packages: engines: {node: '>= 8.10.0'} hasBin: true dependencies: - anymatch: 3.1.2 + anymatch: 3.1.3 browserify: 17.0.0 chokidar: 3.5.3 defined: 1.0.1 @@ -39636,6 +39980,7 @@ packages: /web-streams-polyfill/4.0.0-beta.3: resolution: {integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==} engines: {node: '>= 14'} + dev: false /web3-bzz/1.2.1: resolution: {integrity: sha512-LdOO44TuYbGIPfL4ilkuS89GQovxUpmLz6C1UC7VYVVRILeZS740FVB3j9V4P4FHUk1RenaDfKhcntqgVCHtjw==} @@ -39650,21 +39995,8 @@ packages: - utf-8-validate dev: true - /web3-bzz/1.7.4: - resolution: {integrity: sha512-w9zRhyEqTK/yi0LGRHjZMcPCfP24LBjYXI/9YxFw9VqsIZ9/G0CRCnUt12lUx0A56LRAMpF7iQ8eA73aBcO29Q==} - engines: {node: '>=8.0.0'} - requiresBuild: true - dependencies: - '@types/node': 12.20.55 - got: 9.6.0 - swarm-js: 0.1.42 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - /web3-bzz/1.8.1: - resolution: {integrity: sha512-dJJHS84nvpoxv6ijTMkdUSlRr5beCXNtx4UZcrFLHBva8dT63QEtKdLyDt2AyMJJdVzTCk78uir/6XtVWrdS6w==} + /web3-bzz/1.8.2: + resolution: {integrity: sha512-1EEnxjPnFnvNWw3XeeKuTR8PBxYd0+XWzvaLK7OJC/Go9O8llLGxrxICbKV+8cgIE0sDRBxiYx02X+6OhoAQ9w==} engines: {node: '>=8.0.0'} requiresBuild: true dependencies: @@ -39685,19 +40017,12 @@ packages: web3-utils: 1.2.1 dev: true - /web3-core-helpers/1.7.4: - resolution: {integrity: sha512-F8PH11qIkE/LpK4/h1fF/lGYgt4B6doeMi8rukeV/s4ivseZHHslv1L6aaijLX/g/j4PsFmR42byynBI/MIzFg==} + /web3-core-helpers/1.8.2: + resolution: {integrity: sha512-6B1eLlq9JFrfealZBomd1fmlq1o4A09vrCVQSa51ANoib/jllT3atZrRDr0zt1rfI7TSZTZBXdN/aTdeN99DWw==} engines: {node: '>=8.0.0'} dependencies: - web3-eth-iban: 1.7.4 - web3-utils: 1.7.4 - - /web3-core-helpers/1.8.1: - resolution: {integrity: sha512-ClzNO6T1S1gifC+BThw0+GTfcsjLEY8T1qUp6Ly2+w4PntAdNtKahxWKApWJ0l9idqot/fFIDXwO3Euu7I0Xqw==} - engines: {node: '>=8.0.0'} - dependencies: - web3-eth-iban: 1.8.1 - web3-utils: 1.8.1 + web3-eth-iban: 1.8.2 + web3-utils: 1.8.2 /web3-core-method/1.2.1: resolution: {integrity: sha512-Ghg2WS23qi6Xj8Od3VCzaImLHseEA7/usvnOItluiIc5cKs00WYWsNy2YRStzU9a2+z8lwQywPYp0nTzR/QXdQ==} @@ -39710,25 +40035,15 @@ packages: web3-utils: 1.2.1 dev: true - /web3-core-method/1.7.4: - resolution: {integrity: sha512-56K7pq+8lZRkxJyzf5MHQPI9/VL3IJLoy4L/+q8HRdZJ3CkB1DkXYaXGU2PeylG1GosGiSzgIfu1ljqS7CP9xQ==} - engines: {node: '>=8.0.0'} - dependencies: - '@ethersproject/transactions': 5.7.0 - web3-core-helpers: 1.7.4 - web3-core-promievent: 1.7.4 - web3-core-subscriptions: 1.7.4 - web3-utils: 1.7.4 - - /web3-core-method/1.8.1: - resolution: {integrity: sha512-oYGRodktfs86NrnFwaWTbv2S38JnpPslFwSSARwFv4W9cjbGUW3LDeA5MKD/dRY+ssZ5OaekeMsUCLoGhX68yA==} + /web3-core-method/1.8.2: + resolution: {integrity: sha512-1qnr5mw5wVyULzLOrk4B+ryO3gfGjGd/fx8NR+J2xCGLf1e6OSjxT9vbfuQ3fErk/NjSTWWreieYWLMhaogcRA==} engines: {node: '>=8.0.0'} dependencies: '@ethersproject/transactions': 5.7.0 - web3-core-helpers: 1.8.1 - web3-core-promievent: 1.8.1 - web3-core-subscriptions: 1.8.1 - web3-utils: 1.8.1 + web3-core-helpers: 1.8.2 + web3-core-promievent: 1.8.2 + web3-core-subscriptions: 1.8.2 + web3-utils: 1.8.2 /web3-core-promievent/1.2.1: resolution: {integrity: sha512-IVUqgpIKoeOYblwpex4Hye6npM0aMR+kU49VP06secPeN0rHMyhGF0ZGveWBrGvf8WDPI7jhqPBFIC6Jf3Q3zw==} @@ -39738,14 +40053,8 @@ packages: eventemitter3: 3.1.2 dev: true - /web3-core-promievent/1.7.4: - resolution: {integrity: sha512-o4uxwXKDldN7ER7VUvDfWsqTx9nQSP1aDssi1XYXeYC2xJbVo0n+z6ryKtmcoWoRdRj7uSpVzal3nEmlr480mA==} - engines: {node: '>=8.0.0'} - dependencies: - eventemitter3: 4.0.4 - - /web3-core-promievent/1.8.1: - resolution: {integrity: sha512-9mxqHlgB0MrZI4oUIRFkuoJMNj3E7btjrMv3sMer/Z9rYR1PfoSc1aAokw4rxKIcAh+ylVtd/acaB2HKB7aRPg==} + /web3-core-promievent/1.8.2: + resolution: {integrity: sha512-nvkJWDVgoOSsolJldN33tKW6bKKRJX3MCPDYMwP5SUFOA/mCzDEoI88N0JFofDTXkh1k7gOqp1pvwi9heuaxGg==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.4 @@ -39763,27 +40072,15 @@ packages: - supports-color dev: true - /web3-core-requestmanager/1.7.4: - resolution: {integrity: sha512-IuXdAm65BQtPL4aI6LZJJOrKAs0SM5IK2Cqo2/lMNvVMT9Kssq6qOk68Uf7EBDH0rPuINi+ReLP+uH+0g3AnPA==} - engines: {node: '>=8.0.0'} - dependencies: - util: 0.12.5 - web3-core-helpers: 1.7.4 - web3-providers-http: 1.7.4 - web3-providers-ipc: 1.7.4 - web3-providers-ws: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-core-requestmanager/1.8.1: - resolution: {integrity: sha512-x+VC2YPPwZ1khvqA6TA69LvfFCOZXsoUVOxmTx/vIN22PrY9KzKhxcE7pBSiGhmab1jtmRYXUbcQSVpAXqL8cw==} + /web3-core-requestmanager/1.8.2: + resolution: {integrity: sha512-p1d090RYs5Mu7DK1yyc3GCBVZB/03rBtFhYFoS2EruGzOWs/5Q0grgtpwS/DScdRAm8wB8mYEBhY/RKJWF6B2g==} engines: {node: '>=8.0.0'} dependencies: util: 0.12.5 - web3-core-helpers: 1.8.1 - web3-providers-http: 1.8.1 - web3-providers-ipc: 1.8.1 - web3-providers-ws: 1.8.1 + web3-core-helpers: 1.8.2 + web3-providers-http: 1.8.2 + web3-providers-ipc: 1.8.2 + web3-providers-ws: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -39797,19 +40094,12 @@ packages: web3-core-helpers: 1.2.1 dev: true - /web3-core-subscriptions/1.7.4: - resolution: {integrity: sha512-VJvKWaXRyxk2nFWumOR94ut9xvjzMrRtS38c4qj8WBIRSsugrZr5lqUwgndtj0qx4F+50JhnU++QEqUEAtKm3g==} - engines: {node: '>=8.0.0'} - dependencies: - eventemitter3: 4.0.4 - web3-core-helpers: 1.7.4 - - /web3-core-subscriptions/1.8.1: - resolution: {integrity: sha512-bmCMq5OeA3E2vZUh8Js1HcJbhwtsE+yeMqGC4oIZB3XsL5SLqyKLB/pU+qUYqQ9o4GdcrFTDPhPg1bgvf7p1Pw==} + /web3-core-subscriptions/1.8.2: + resolution: {integrity: sha512-vXQogHDmAIQcKpXvGiMddBUeP9lnKgYF64+yQJhPNE5PnWr1sAibXuIPV7mIPihpFr/n/DORRj6Wh1pUv9zaTw==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.4 - web3-core-helpers: 1.8.1 + web3-core-helpers: 1.8.2 /web3-core/1.2.1: resolution: {integrity: sha512-5ODwIqgl8oIg/0+Ai4jsLxkKFWJYE0uLuE1yUKHNVCL4zL6n3rFjRMpKPokd6id6nJCNgeA64KdWQ4XfpnjdMg==} @@ -39823,31 +40113,17 @@ packages: - supports-color dev: true - /web3-core/1.7.4: - resolution: {integrity: sha512-L0DCPlIh9bgIED37tYbe7bsWrddoXYc897ANGvTJ6MFkSNGiMwDkTLWSgYd9Mf8qu8b4iuPqXZHMwIo4atoh7Q==} - engines: {node: '>=8.0.0'} - dependencies: - '@types/bn.js': 5.1.1 - '@types/node': 12.20.55 - bignumber.js: 9.1.0 - web3-core-helpers: 1.7.4 - web3-core-method: 1.7.4 - web3-core-requestmanager: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-core/1.8.1: - resolution: {integrity: sha512-LbRZlJH2N6nS3n3Eo9Y++25IvzMY7WvYnp4NM/Ajhh97dAdglYs6rToQ2DbL2RLvTYmTew4O/y9WmOk4nq9COw==} + /web3-core/1.8.2: + resolution: {integrity: sha512-DJTVEAYcNqxkqruJE+Rxp3CIv0y5AZMwPHQmOkz/cz+MM75SIzMTc0AUdXzGyTS8xMF8h3YWMQGgGEy8SBf1PQ==} engines: {node: '>=8.0.0'} dependencies: '@types/bn.js': 5.1.1 '@types/node': 12.20.55 - bignumber.js: 9.1.0 - web3-core-helpers: 1.8.1 - web3-core-method: 1.8.1 - web3-core-requestmanager: 1.8.1 - web3-utils: 1.8.1 + bignumber.js: 9.1.1 + web3-core-helpers: 1.8.2 + web3-core-method: 1.8.2 + web3-core-requestmanager: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -39869,19 +40145,12 @@ packages: web3-utils: 1.7.0 dev: true - /web3-eth-abi/1.7.4: - resolution: {integrity: sha512-eMZr8zgTbqyL9MCTCAvb67RbVyN5ZX7DvA0jbLOqRWCiw+KlJKTGnymKO6jPE8n5yjk4w01e165Qb11hTDwHgg==} - engines: {node: '>=8.0.0'} - dependencies: - '@ethersproject/abi': 5.7.0 - web3-utils: 1.7.4 - - /web3-eth-abi/1.8.1: - resolution: {integrity: sha512-0mZvCRTIG0UhDhJwNQJgJxu4b4DyIpuMA0GTfqxqeuqzX4Q/ZvmoNurw0ExTfXaGPP82UUmmdkRi6FdZOx+C6w==} + /web3-eth-abi/1.8.2: + resolution: {integrity: sha512-Om9g3kaRNjqiNPAgKwGT16y+ZwtBzRe4ZJFGjLiSs6v5I7TPNF+rRMWuKnR6jq0azQZDj6rblvKFMA49/k48Og==} engines: {node: '>=8.0.0'} dependencies: '@ethersproject/abi': 5.7.0 - web3-utils: 1.8.1 + web3-utils: 1.8.2 /web3-eth-accounts/1.2.1: resolution: {integrity: sha512-26I4qq42STQ8IeKUyur3MdQ1NzrzCqPsmzqpux0j6X/XBD7EjZ+Cs0lhGNkSKH5dI3V8CJasnQ5T1mNKeWB7nQ==} @@ -39902,39 +40171,20 @@ packages: - supports-color dev: true - /web3-eth-accounts/1.7.4: - resolution: {integrity: sha512-Y9vYLRKP7VU7Cgq6wG1jFaG2k3/eIuiTKAG8RAuQnb6Cd9k5BRqTm5uPIiSo0AP/u11jDomZ8j7+WEgkU9+Btw==} - engines: {node: '>=8.0.0'} - dependencies: - '@ethereumjs/common': 2.6.5 - '@ethereumjs/tx': 3.5.2 - crypto-browserify: 3.12.0 - eth-lib: 0.2.8 - ethereumjs-util: 7.1.5 - scrypt-js: 3.0.1 - uuid: 3.3.2 - web3-core: 1.7.4 - web3-core-helpers: 1.7.4 - web3-core-method: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-eth-accounts/1.8.1: - resolution: {integrity: sha512-mgzxSYgN54/NsOFBO1Fq1KkXp1S5KlBvI/DlgvajU72rupoFMq6Cu6Yp9GUaZ/w2ij9PzEJuFJk174XwtfMCmg==} + /web3-eth-accounts/1.8.2: + resolution: {integrity: sha512-c367Ij63VCz9YdyjiHHWLFtN85l6QghgwMQH2B1eM/p9Y5lTlTX7t/Eg/8+f1yoIStXbk2w/PYM2lk+IkbqdLA==} engines: {node: '>=8.0.0'} dependencies: '@ethereumjs/common': 2.5.0 '@ethereumjs/tx': 3.3.2 - crypto-browserify: 3.12.0 eth-lib: 0.2.8 ethereumjs-util: 7.1.5 scrypt-js: 3.0.1 uuid: 9.0.0 - web3-core: 1.8.1 - web3-core-helpers: 1.8.1 - web3-core-method: 1.8.1 - web3-utils: 1.8.1 + web3-core: 1.8.2 + web3-core-helpers: 1.8.2 + web3-core-method: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -39955,33 +40205,18 @@ packages: - supports-color dev: true - /web3-eth-contract/1.7.4: - resolution: {integrity: sha512-ZgSZMDVI1pE9uMQpK0T0HDT2oewHcfTCv0osEqf5qyn5KrcQDg1GT96/+S0dfqZ4HKj4lzS5O0rFyQiLPQ8LzQ==} - engines: {node: '>=8.0.0'} - dependencies: - '@types/bn.js': 5.1.1 - web3-core: 1.7.4 - web3-core-helpers: 1.7.4 - web3-core-method: 1.7.4 - web3-core-promievent: 1.7.4 - web3-core-subscriptions: 1.7.4 - web3-eth-abi: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-eth-contract/1.8.1: - resolution: {integrity: sha512-1wphnl+/xwCE2io44JKnN+ti3oa47BKRiVzvWd42icwRbcpFfRxH9QH+aQX3u8VZIISNH7dAkTWpGIIJgGFTmg==} + /web3-eth-contract/1.8.2: + resolution: {integrity: sha512-ID5A25tHTSBNwOPjiXSVzxruz006ULRIDbzWTYIFTp7NJ7vXu/kynKK2ag/ObuTqBpMbobP8nXcA9b5EDkIdQA==} engines: {node: '>=8.0.0'} dependencies: '@types/bn.js': 5.1.1 - web3-core: 1.8.1 - web3-core-helpers: 1.8.1 - web3-core-method: 1.8.1 - web3-core-promievent: 1.8.1 - web3-core-subscriptions: 1.8.1 - web3-eth-abi: 1.8.1 - web3-utils: 1.8.1 + web3-core: 1.8.2 + web3-core-helpers: 1.8.2 + web3-core-method: 1.8.2 + web3-core-promievent: 1.8.2 + web3-core-subscriptions: 1.8.2 + web3-eth-abi: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -40002,33 +40237,18 @@ packages: - supports-color dev: true - /web3-eth-ens/1.7.4: - resolution: {integrity: sha512-Gw5CVU1+bFXP5RVXTCqJOmHn71X2ghNk9VcEH+9PchLr0PrKbHTA3hySpsPco1WJAyK4t8SNQVlNr3+bJ6/WZA==} + /web3-eth-ens/1.8.2: + resolution: {integrity: sha512-PWph7C/CnqdWuu1+SH4U4zdrK4t2HNt0I4XzPYFdv9ugE8EuojselioPQXsVGvjql+Nt3jDLvQvggPqlMbvwRw==} engines: {node: '>=8.0.0'} dependencies: content-hash: 2.5.2 eth-ens-namehash: 2.0.8 - web3-core: 1.7.4 - web3-core-helpers: 1.7.4 - web3-core-promievent: 1.7.4 - web3-eth-abi: 1.7.4 - web3-eth-contract: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-eth-ens/1.8.1: - resolution: {integrity: sha512-FT8xTI9uN8RxeBQa/W8pLa2aoFh4+EE34w7W2271LICKzla1dtLyb6XSdn48vsUcPmhWsTVk9mO9RTU0l4LGQQ==} - engines: {node: '>=8.0.0'} - dependencies: - content-hash: 2.5.2 - eth-ens-namehash: 2.0.8 - web3-core: 1.8.1 - web3-core-helpers: 1.8.1 - web3-core-promievent: 1.8.1 - web3-eth-abi: 1.8.1 - web3-eth-contract: 1.8.1 - web3-utils: 1.8.1 + web3-core: 1.8.2 + web3-core-helpers: 1.8.2 + web3-core-promievent: 1.8.2 + web3-eth-abi: 1.8.2 + web3-eth-contract: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -40041,19 +40261,12 @@ packages: web3-utils: 1.2.1 dev: true - /web3-eth-iban/1.7.4: - resolution: {integrity: sha512-XyrsgWlZQMv5gRcjXMsNvAoCRvV5wN7YCfFV5+tHUCqN8g9T/o4XUS20vDWD0k4HNiAcWGFqT1nrls02MGZ08w==} - engines: {node: '>=8.0.0'} - dependencies: - bn.js: 5.2.1 - web3-utils: 1.7.4 - - /web3-eth-iban/1.8.1: - resolution: {integrity: sha512-DomoQBfvIdtM08RyMGkMVBOH0vpOIxSSQ+jukWk/EkMLGMWJtXw/K2c2uHAeq3L/VPWNB7zXV2DUEGV/lNE2Dg==} + /web3-eth-iban/1.8.2: + resolution: {integrity: sha512-h3vNblDWkWMuYx93Q27TAJz6lhzpP93EiC3+45D6xoz983p6si773vntoQ+H+5aZhwglBtoiBzdh7PSSOnP/xQ==} engines: {node: '>=8.0.0'} dependencies: bn.js: 5.2.1 - web3-utils: 1.8.1 + web3-utils: 1.8.2 /web3-eth-personal/1.2.1: resolution: {integrity: sha512-RNDVSiaSoY4aIp8+Hc7z+X72H7lMb3fmAChuSBADoEc7DsJrY/d0R5qQDK9g9t2BO8oxgLrLNyBP/9ub2Hc6Bg==} @@ -40068,29 +40281,16 @@ packages: - supports-color dev: true - /web3-eth-personal/1.7.4: - resolution: {integrity: sha512-O10C1Hln5wvLQsDhlhmV58RhXo+GPZ5+W76frSsyIrkJWLtYQTCr5WxHtRC9sMD1idXLqODKKgI2DL+7xeZ0/g==} - engines: {node: '>=8.0.0'} - dependencies: - '@types/node': 12.20.55 - web3-core: 1.7.4 - web3-core-helpers: 1.7.4 - web3-core-method: 1.7.4 - web3-net: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-eth-personal/1.8.1: - resolution: {integrity: sha512-myIYMvj7SDIoV9vE5BkVdon3pya1WinaXItugoii2VoTcQNPOtBxmYVH+XS5ErzCJlnxzphpQrkywyY64bbbCA==} + /web3-eth-personal/1.8.2: + resolution: {integrity: sha512-Vg4HfwCr7doiUF/RC+Jz0wT4+cYaXcOWMAW2AHIjHX6Z7Xwa8nrURIeQgeEE62qcEHAzajyAdB1u6bJyTfuCXw==} engines: {node: '>=8.0.0'} dependencies: '@types/node': 12.20.55 - web3-core: 1.8.1 - web3-core-helpers: 1.8.1 - web3-core-method: 1.8.1 - web3-net: 1.8.1 - web3-utils: 1.8.1 + web3-core: 1.8.2 + web3-core-helpers: 1.8.2 + web3-core-method: 1.8.2 + web3-net: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -40116,41 +40316,22 @@ packages: - supports-color dev: true - /web3-eth/1.7.4: - resolution: {integrity: sha512-JG0tTMv0Ijj039emXNHi07jLb0OiWSA9O24MRSk5vToTQyDNXihdF2oyq85LfHuF690lXZaAXrjhtLNlYqb7Ug==} + /web3-eth/1.8.2: + resolution: {integrity: sha512-JoTiWWc4F4TInpbvDUGb0WgDYJsFhuIjJlinc5ByjWD88Gvh+GKLsRjjFdbqe5YtwIGT4NymwoC5LQd1K6u/QQ==} engines: {node: '>=8.0.0'} dependencies: - web3-core: 1.7.4 - web3-core-helpers: 1.7.4 - web3-core-method: 1.7.4 - web3-core-subscriptions: 1.7.4 - web3-eth-abi: 1.7.4 - web3-eth-accounts: 1.7.4 - web3-eth-contract: 1.7.4 - web3-eth-ens: 1.7.4 - web3-eth-iban: 1.7.4 - web3-eth-personal: 1.7.4 - web3-net: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-eth/1.8.1: - resolution: {integrity: sha512-LgyzbhFqiFRd8M8sBXoFN4ztzOnkeckl3H/9lH5ek7AdoRMhBg7tYpYRP3E5qkhd/q+yiZmcUgy1AF6NHrC1wg==} - engines: {node: '>=8.0.0'} - dependencies: - web3-core: 1.8.1 - web3-core-helpers: 1.8.1 - web3-core-method: 1.8.1 - web3-core-subscriptions: 1.8.1 - web3-eth-abi: 1.8.1 - web3-eth-accounts: 1.8.1 - web3-eth-contract: 1.8.1 - web3-eth-ens: 1.8.1 - web3-eth-iban: 1.8.1 - web3-eth-personal: 1.8.1 - web3-net: 1.8.1 - web3-utils: 1.8.1 + web3-core: 1.8.2 + web3-core-helpers: 1.8.2 + web3-core-method: 1.8.2 + web3-core-subscriptions: 1.8.2 + web3-eth-abi: 1.8.2 + web3-eth-accounts: 1.8.2 + web3-eth-contract: 1.8.2 + web3-eth-ens: 1.8.2 + web3-eth-iban: 1.8.2 + web3-eth-personal: 1.8.2 + web3-net: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -40166,23 +40347,13 @@ packages: - supports-color dev: true - /web3-net/1.7.4: - resolution: {integrity: sha512-d2Gj+DIARHvwIdmxFQ4PwAAXZVxYCR2lET0cxz4KXbE5Og3DNjJi+MoPkX+WqoUXqimu/EOd4Cd+7gefqVAFDg==} + /web3-net/1.8.2: + resolution: {integrity: sha512-1itkDMGmbgb83Dg9nporFes9/fxsU7smJ3oRXlFkg4ZHn8YJyP1MSQFPJWWwSc+GrcCFt4O5IrUTvEkHqE3xag==} engines: {node: '>=8.0.0'} dependencies: - web3-core: 1.7.4 - web3-core-method: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-net/1.8.1: - resolution: {integrity: sha512-LyEJAwogdFo0UAXZqoSJGFjopdt+kLw0P00FSZn2yszbgcoI7EwC+nXiOsEe12xz4LqpYLOtbR7+gxgiTVjjHQ==} - engines: {node: '>=8.0.0'} - dependencies: - web3-core: 1.8.1 - web3-core-method: 1.8.1 - web3-utils: 1.8.1 + web3-core: 1.8.2 + web3-core-method: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -40202,11 +40373,11 @@ packages: eth-sig-util: 1.4.2 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.1 + ethereumjs-util: 5.2.0 ethereumjs-vm: 2.6.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - readable-stream: 2.3.7 + readable-stream: 2.3.8 request: 2.88.2 semaphore: 1.1.0 ws: 5.2.3 @@ -40228,21 +40399,14 @@ packages: xhr2-cookies: 1.1.0 dev: true - /web3-providers-http/1.7.4: - resolution: {integrity: sha512-AU+/S+49rcogUER99TlhW+UBMk0N2DxvN54CJ2pK7alc2TQ7+cprNPLHJu4KREe8ndV0fT6JtWUfOMyTvl+FRA==} - engines: {node: '>=8.0.0'} - dependencies: - web3-core-helpers: 1.7.4 - xhr2-cookies: 1.1.0 - - /web3-providers-http/1.8.1: - resolution: {integrity: sha512-1Zyts4O9W/UNEPkp+jyL19Jc3D15S4yp8xuLTjVhcUEAlHo24NDWEKxtZGUuHk4HrKL2gp8OlsDbJ7MM+ESDgg==} + /web3-providers-http/1.8.2: + resolution: {integrity: sha512-2xY94IIEQd16+b+vIBF4IC1p7GVaz9q4EUFscvMUjtEq4ru4Atdzjs9GP+jmcoo49p70II0UV3bqQcz0TQfVyQ==} engines: {node: '>=8.0.0'} dependencies: abortcontroller-polyfill: 1.7.5 cross-fetch: 3.1.5 es6-promise: 4.2.8 - web3-core-helpers: 1.8.1 + web3-core-helpers: 1.8.2 transitivePeerDependencies: - encoding @@ -40255,19 +40419,12 @@ packages: web3-core-helpers: 1.2.1 dev: true - /web3-providers-ipc/1.7.4: - resolution: {integrity: sha512-jhArOZ235dZy8fS8090t60nTxbd1ap92ibQw5xIrAQ9m7LcZKNfmLAQUVsD+3dTFvadRMi6z1vCO7zRi84gWHw==} + /web3-providers-ipc/1.8.2: + resolution: {integrity: sha512-p6fqKVGFg+WiXGHWnB1hu43PbvPkDHTz4RgoEzbXugv5rtv5zfYLqm8Ba6lrJOS5ks9kGKR21a0y3NzE3u7V4w==} engines: {node: '>=8.0.0'} dependencies: oboe: 2.1.5 - web3-core-helpers: 1.7.4 - - /web3-providers-ipc/1.8.1: - resolution: {integrity: sha512-nw/W5nclvi+P2z2dYkLWReKLnocStflWqFl+qjtv0xn3MrUTyXMzSF0+61i77+16xFsTgzo4wS/NWIOVkR0EFA==} - engines: {node: '>=8.0.0'} - dependencies: - oboe: 2.1.5 - web3-core-helpers: 1.8.1 + web3-core-helpers: 1.8.2 /web3-providers-ws/1.2.1: resolution: {integrity: sha512-oqsQXzu+ejJACVHy864WwIyw+oB21nw/pI65/sD95Zi98+/HQzFfNcIFneF1NC4bVF3VNX4YHTNq2I2o97LAiA==} @@ -40280,22 +40437,12 @@ packages: - supports-color dev: true - /web3-providers-ws/1.7.4: - resolution: {integrity: sha512-g72X77nrcHMFU8hRzQJzfgi/072n8dHwRCoTw+WQrGp+XCQ71fsk2qIu3Tp+nlp5BPn8bRudQbPblVm2uT4myQ==} - engines: {node: '>=8.0.0'} - dependencies: - eventemitter3: 4.0.4 - web3-core-helpers: 1.7.4 - websocket: 1.0.34 - transitivePeerDependencies: - - supports-color - - /web3-providers-ws/1.8.1: - resolution: {integrity: sha512-TNefIDAMpdx57+YdWpYZ/xdofS0P+FfKaDYXhn24ie/tH9G+AB+UBSOKnjN0KSadcRSCMBwGPRiEmNHPavZdsA==} + /web3-providers-ws/1.8.2: + resolution: {integrity: sha512-3s/4K+wHgbiN+Zrp9YjMq2eqAF6QGABw7wFftPdx+m5hWImV27/MoIx57c6HffNRqZXmCHnfWWFCNHHsi7wXnA==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.4 - web3-core-helpers: 1.8.1 + web3-core-helpers: 1.8.2 websocket: 1.0.34 transitivePeerDependencies: - supports-color @@ -40312,27 +40459,15 @@ packages: - supports-color dev: true - /web3-shh/1.7.4: - resolution: {integrity: sha512-mlSZxSYcMkuMCxqhTYnZkUdahZ11h+bBv/8TlkXp/IHpEe4/Gg+KAbmfudakq3EzG/04z70XQmPgWcUPrsEJ+A==} + /web3-shh/1.8.2: + resolution: {integrity: sha512-uZ+3MAoNcaJsXXNCDnizKJ5viBNeHOFYsCbFhV755Uu52FswzTOw6DtE7yK9nYXMtIhiSgi7nwl1RYzP8pystw==} engines: {node: '>=8.0.0'} requiresBuild: true dependencies: - web3-core: 1.7.4 - web3-core-method: 1.7.4 - web3-core-subscriptions: 1.7.4 - web3-net: 1.7.4 - transitivePeerDependencies: - - supports-color - - /web3-shh/1.8.1: - resolution: {integrity: sha512-sqHgarnfcY2Qt3PYS4R6YveHrDy7hmL09yeLLHHCI+RKirmjLVqV0rc5LJWUtlbYI+kDoa5gbgde489M9ZAC0g==} - engines: {node: '>=8.0.0'} - requiresBuild: true - dependencies: - web3-core: 1.8.1 - web3-core-method: 1.8.1 - web3-core-subscriptions: 1.8.1 - web3-net: 1.8.1 + web3-core: 1.8.2 + web3-core-method: 1.8.2 + web3-core-subscriptions: 1.8.2 + web3-net: 1.8.2 transitivePeerDependencies: - encoding - supports-color @@ -40391,8 +40526,8 @@ packages: utf8: 3.0.0 dev: true - /web3-utils/1.7.4: - resolution: {integrity: sha512-acBdm6Evd0TEZRnChM/MCvGsMwYKmSh7OaUfNf5OKG0CIeGWD/6gqLOWIwmwSnre/2WrA1nKGId5uW2e5EfluA==} + /web3-utils/1.8.2: + resolution: {integrity: sha512-v7j6xhfLQfY7xQDrUP0BKbaNrmZ2/+egbqP9q3KYmOiPpnvAfol+32slgL0WX/5n8VPvKCK5EZ1HGrAVICSToA==} engines: {node: '>=8.0.0'} dependencies: bn.js: 5.2.1 @@ -40403,19 +40538,7 @@ packages: randombytes: 2.1.0 utf8: 3.0.0 - /web3-utils/1.8.1: - resolution: {integrity: sha512-LgnM9p6V7rHHUGfpMZod+NST8cRfGzJ1BTXAyNo7A9cJX9LczBfSRxJp+U/GInYe9mby40t3v22AJdlELibnsQ==} - engines: {node: '>=8.0.0'} - dependencies: - bn.js: 5.2.1 - ethereum-bloom-filters: 1.0.10 - ethereumjs-util: 7.1.5 - ethjs-unit: 0.1.6 - number-to-bn: 1.7.0 - randombytes: 2.1.0 - utf8: 3.0.0 - - /web3.storage/4.4.0_qlcmad5flthwgwga5hzt3mjvzm: + /web3.storage/4.4.0: resolution: {integrity: sha512-I48GB+cFGfSbi47e3ZmyRX/ZUi9EcrqUylZ6FG1AU8UGErG3t4svZocaXTaUnp2zZWAtbbUFsFtD/cd9FgoVjA==} dependencies: '@ipld/car': 3.2.4 @@ -40433,15 +40556,11 @@ packages: streaming-iterables: 6.2.0 throttled-queue: 2.1.4 uint8arrays: 3.1.1 - w3name: 1.0.7_qlcmad5flthwgwga5hzt3mjvzm + w3name: 1.0.8 transitivePeerDependencies: - - '@typescript-eslint/parser' - encoding - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - node-fetch - supports-color - - typescript dev: false /web3/1.2.1: @@ -40461,49 +40580,32 @@ packages: - utf-8-validate dev: true - /web3/1.7.4: - resolution: {integrity: sha512-iFGK5jO32vnXM/ASaJBaI0+gVR6uHozvYdxkdhaeOCD6HIQ4iIXadbO2atVpE9oc/H8l2MovJ4LtPhG7lIBN8A==} + /web3/1.8.2: + resolution: {integrity: sha512-92h0GdEHW9wqDICQQKyG4foZBYi0OQkyg4CRml2F7XBl/NG+fu9o6J19kzfFXzSBoA4DnJXbyRgj/RHZv5LRiw==} engines: {node: '>=8.0.0'} requiresBuild: true dependencies: - web3-bzz: 1.7.4 - web3-core: 1.7.4 - web3-eth: 1.7.4 - web3-eth-personal: 1.7.4 - web3-net: 1.7.4 - web3-shh: 1.7.4 - web3-utils: 1.7.4 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - /web3/1.8.1: - resolution: {integrity: sha512-tAqFsQhGv340C9OgRJIuoScN7f7wa1tUvsnnDUMt9YE6J4gcm7TV2Uwv+KERnzvV+xgdeuULYpsioRRNKrUvoQ==} - engines: {node: '>=8.0.0'} - requiresBuild: true - dependencies: - web3-bzz: 1.8.1 - web3-core: 1.8.1 - web3-eth: 1.8.1 - web3-eth-personal: 1.8.1 - web3-net: 1.8.1 - web3-shh: 1.8.1 - web3-utils: 1.8.1 + web3-bzz: 1.8.2 + web3-core: 1.8.2 + web3-eth: 1.8.2 + web3-eth-personal: 1.8.2 + web3-net: 1.8.2 + web3-shh: 1.8.2 + web3-utils: 1.8.2 transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate - /webcrypto-core/1.7.5: - resolution: {integrity: sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A==} + /webcrypto-core/1.7.6: + resolution: {integrity: sha512-TBPiewB4Buw+HI3EQW+Bexm19/W4cP/qZG/02QJCXN+iN+T5sl074vZ3rJcle/ZtDBQSgjkbsQO/1eFcxnSBUA==} dependencies: '@peculiar/asn1-schema': 2.3.3 '@peculiar/json-schema': 1.1.12 asn1js: 3.0.5 pvtsutils: 1.3.2 - tslib: 2.4.1 + tslib: 2.5.0 /webidl-conversions/3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} @@ -40564,7 +40666,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: colorette: 2.0.19 - memfs: 3.4.11 + memfs: 3.4.13 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 @@ -40583,13 +40685,13 @@ packages: dependencies: '@types/bonjour': 3.5.10 '@types/connect-history-api-fallback': 1.3.5 - '@types/express': 4.17.14 + '@types/express': 4.17.17 '@types/serve-index': 1.9.1 - '@types/serve-static': 1.15.0 + '@types/serve-static': 1.15.1 '@types/sockjs': 0.3.33 - '@types/ws': 8.5.3 + '@types/ws': 8.5.4 ansi-html-community: 0.0.8 - bonjour-service: 1.0.14 + bonjour-service: 1.1.0 chokidar: 3.5.3 colorette: 2.0.19 compression: 1.7.4 @@ -40598,9 +40700,9 @@ packages: express: 4.18.2 graceful-fs: 4.2.10 html-entities: 2.3.3 - http-proxy-middleware: 2.0.6_@types+express@4.17.14 + http-proxy-middleware: 2.0.6_@types+express@4.17.17 ipaddr.js: 2.0.1 - open: 8.4.0 + open: 8.4.2 p-retry: 4.6.2 rimraf: 3.0.2 schema-utils: 4.0.0 @@ -40610,7 +40712,7 @@ packages: spdy: 4.0.2 webpack: 5.75.0 webpack-dev-middleware: 5.3.3_webpack@5.75.0 - ws: 8.12.0 + ws: 8.12.1 transitivePeerDependencies: - bufferutil - debug @@ -40752,11 +40854,11 @@ packages: '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.8.1 - acorn-import-assertions: 1.8.0_acorn@8.8.1 - browserslist: 4.21.4 + acorn: 8.8.2 + acorn-import-assertions: 1.8.0_acorn@8.8.2 + browserslist: 4.21.5 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.10.0 + enhanced-resolve: 5.12.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 @@ -40821,15 +40923,6 @@ packages: dev: true optional: true - /whatwg-url-without-unicode/8.0.0-3: - resolution: {integrity: sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig==} - engines: {node: '>=10'} - dependencies: - buffer: 5.7.1 - punycode: 2.1.1 - webidl-conversions: 5.0.0 - dev: false - /whatwg-url/5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: @@ -40859,14 +40952,14 @@ packages: resolution: {integrity: sha512-HyLZ7n1Yox+w1qWaFEgP/sMs5D7ka2UXmoVNaY0XzbEHLGljo4ScBchYm6cWRYNO33tmFX3Mgg4BiZkDOjihyw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - is-electron: 2.2.1 + is-electron: 2.2.2 dev: false /wherearewe/2.0.1: resolution: {integrity: sha512-XUguZbDxCA2wBn2LoFtcEhXL6AXo+hVjGonwhSTTTU9SzbWG8Xu3onNIpzf9j/mYUcJQ0f+m37SzG77G851uFw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - is-electron: 2.2.1 + is-electron: 2.2.2 dev: false /which-boxed-primitive/1.0.2: @@ -40885,7 +40978,6 @@ packages: is-set: 2.0.2 is-weakmap: 2.0.1 is-weakset: 2.0.2 - dev: true /which-module/1.0.0: resolution: {integrity: sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==} @@ -40964,6 +41056,11 @@ packages: engines: {node: '>=0.4.0'} dev: true + /wordwrap/0.0.3: + resolution: {integrity: sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==} + engines: {node: '>=0.4.0'} + dev: true + /wordwrap/1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} @@ -41002,9 +41099,9 @@ packages: resolution: {integrity: sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==} engines: {node: '>=8.0.0'} dependencies: - '@babel/core': 7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/runtime': 7.21.0 '@hapi/joi': 15.1.1 '@rollup/plugin-node-resolve': 7.1.3_rollup@1.32.1 '@rollup/plugin-replace': 2.4.2_rollup@1.32.1 @@ -41016,7 +41113,7 @@ packages: lodash.template: 4.5.0 pretty-bytes: 5.6.0 rollup: 1.32.1 - rollup-plugin-babel: 4.4.0_dkgob3yku5u4kd7izmuf4qo2nu + rollup-plugin-babel: 4.4.0_uczz77x4do4u6dcomir7uxaipa rollup-plugin-terser: 5.3.1_rollup@1.32.1 source-map: 0.7.4 source-map-url: 0.4.1 @@ -41046,15 +41143,15 @@ packages: resolution: {integrity: sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==} engines: {node: '>=10.0.0'} dependencies: - '@apideck/better-ajv-errors': 0.3.6_ajv@8.11.2 - '@babel/core': 7.20.2 - '@babel/preset-env': 7.20.2_@babel+core@7.20.2 - '@babel/runtime': 7.20.1 - '@rollup/plugin-babel': 5.3.1_rw3hudt2pmn5afxog7l3b6qtze + '@apideck/better-ajv-errors': 0.3.6_ajv@8.12.0 + '@babel/core': 7.21.0 + '@babel/preset-env': 7.20.2_@babel+core@7.21.0 + '@babel/runtime': 7.21.0 + '@rollup/plugin-babel': 5.3.1_4tnfxcmsyr7y5qv3uwkivwqysm '@rollup/plugin-node-resolve': 11.2.1_rollup@2.79.1 '@rollup/plugin-replace': 2.4.2_rollup@2.79.1 '@surma/rollup-plugin-off-main-thread': 2.2.3 - ajv: 8.11.2 + ajv: 8.12.0 common-tags: 1.8.2 fast-json-stable-stringify: 2.1.0 fs-extra: 9.1.0 @@ -41228,7 +41325,7 @@ packages: peerDependencies: webpack: ^4.0.0 dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 fast-json-stable-stringify: 2.1.0 source-map-url: 0.4.1 upath: 1.2.0 @@ -41264,7 +41361,7 @@ packages: /workbox-window/6.5.4: resolution: {integrity: sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==} dependencies: - '@types/trusted-types': 2.0.2 + '@types/trusted-types': 2.0.3 workbox-core: 6.5.4 /worker-farm/1.7.0: @@ -41278,10 +41375,6 @@ packages: microevent.ts: 0.1.1 dev: true - /workerpool/6.2.0: - resolution: {integrity: sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==} - dev: true - /workerpool/6.2.1: resolution: {integrity: sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==} @@ -41479,19 +41572,6 @@ packages: utf-8-validate: 5.0.10 dev: false - /ws/8.10.0: - resolution: {integrity: sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - dev: true - /ws/8.11.0: resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} engines: {node: '>=10.0.0'} @@ -41503,7 +41583,6 @@ packages: optional: true utf-8-validate: optional: true - dev: true /ws/8.12.0: resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} @@ -41517,8 +41596,8 @@ packages: utf-8-validate: optional: true - /ws/8.12.0_3cxu5zja4e2r5wmvge7mdcljwq: - resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} + /ws/8.12.1: + resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -41528,22 +41607,21 @@ packages: optional: true utf-8-validate: optional: true - dependencies: - bufferutil: 4.0.7 - utf-8-validate: 5.0.10 - dev: false - /ws/8.2.3: - resolution: {integrity: sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==} + /ws/8.12.1_3cxu5zja4e2r5wmvge7mdcljwq: + resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true utf-8-validate: optional: true + dependencies: + bufferutil: 4.0.7 + utf-8-validate: 5.0.10 dev: false /ws/8.5.0: @@ -41602,7 +41680,8 @@ packages: /xhr2-cookies/1.1.0: resolution: {integrity: sha512-hjXUA6q+jl/bd8ADHcVfFsSPIf+tyLIjuO9TwJC9WI6JP2zKcS7C+p56I9kCLLsaCiNT035iYvEUUzdEFj/8+g==} dependencies: - cookiejar: 2.1.3 + cookiejar: 2.1.4 + dev: true /xml-name-validator/3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} @@ -41695,7 +41774,7 @@ packages: resolution: {integrity: sha512-HPT7cGGI0DuRcsO51qC1j9O16Dh1mZ2bnXwsi0jrSpsLz0WxOLSLXfkABVl6bZO629py3CU+OMJtpNHDLB97kg==} engines: {node: '>= 6'} dependencies: - '@babel/runtime': 7.20.1 + '@babel/runtime': 7.21.0 dev: true /yamljs/0.3.0: @@ -41884,8 +41963,8 @@ packages: ethers: 5.7.2 dev: true - /zustand/4.1.4_react@18.2.0: - resolution: {integrity: sha512-k2jVOlWo8p4R83mQ+/uyB8ILPO2PCJOf+QVjcL+1PbMCk1w5OoPYpAIxy9zd93FSfmJqoH6lGdwzzjwqJIRU5A==} + /zustand/4.3.4_react@18.2.0: + resolution: {integrity: sha512-QSV8MF80I4yM9UCcBhIBr5OcQkiTbZdxDofg5R5vyX49QsEia7sK1iwOhFyH/0hyNVg+h+OzARM76G8MgMno0g==} engines: {node: '>=12.7.0'} peerDependencies: immer: '>=9.0' @@ -41913,13 +41992,6 @@ packages: dev: false optional: true - '@registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz': - resolution: {tarball: https://registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz} - name: '@achingbrain/node-fetch' - version: 2.6.7 - engines: {node: 4.x || >=6.0.0} - dev: false - '@tgz.pm2.io/gkt-1.0.0.tgz': resolution: {tarball: https://tgz.pm2.io/gkt-1.0.0.tgz} name: gkt @@ -41977,6 +42049,7 @@ packages: dependencies: bn.js: 4.12.0 ethereumjs-util: 6.2.1 + dev: true github.com/hugomrdias/concat-stream/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034: resolution: {tarball: https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034} @@ -41985,7 +42058,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.0 + readable-stream: 3.6.1 dev: true github.com/hugomrdias/ndjson/4db16da6b42e5b39bf300c3a7cde62abb3fa3a11: @@ -41995,7 +42068,7 @@ packages: hasBin: true dependencies: json-stringify-safe: 5.0.1 - minimist: 1.2.7 + minimist: 1.2.8 split2: 3.2.2 through2: 3.0.2 dev: true From 0b74faaddca605160851d26ed229ea6b9f11dac3 Mon Sep 17 00:00:00 2001 From: rossneilson Date: Thu, 2 Mar 2023 16:30:10 +0900 Subject: [PATCH 13/21] feat: Subgraph health check --- apps/davi/src/stores/index.tsx | 59 ++++++++++--------- .../1_5/checkDataSourceAvailability.ts | 46 ++++++++++++++- .../checkDataSourceAvailability.ts | 46 ++++++++++++++- .../checkDataSourceAvailability.ts | 46 ++++++++++++++- .../SnapshotRepERC20Guild/query.graphql | 8 +++ apps/davi/src/stores/types.ts | 2 +- 6 files changed, 170 insertions(+), 37 deletions(-) create mode 100644 apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql diff --git a/apps/davi/src/stores/index.tsx b/apps/davi/src/stores/index.tsx index d9c96f31..d41ab9d2 100644 --- a/apps/davi/src/stores/index.tsx +++ b/apps/davi/src/stores/index.tsx @@ -32,6 +32,8 @@ export const HookStoreProvider: React.FC< }) => { const urlParams = useMatch('/:chainName/:daoId/*'); const { chain } = useNetwork(); + const [governanceType, setGovernanceType] = + useState(null); const daoIdFromUrl = useMemo( () => (urlParams ? urlParams.params.daoId : ''), @@ -63,38 +65,41 @@ export const HookStoreProvider: React.FC< } }, [targetDataSource, dataSource]); - const governanceType: GovernanceTypeInterface = useMemo(() => { - let match = governanceInterfaces.find(governance => { - return governance.bytecodes.find( - bytecode => bytecode === daoBytecodeHash - ); - }); - - if (!match) return null; - - return { - name: match.name, - bytecodes: match.bytecodes, - capabilities: match.capabilities, - dataSource: dataSource, - hooks: { - fetchers: - dataSource === 'primary' - ? match.hooks.fetchers.default - : dataSource === 'secondary' - ? match.hooks.fetchers.fallback - : null, - writers: match.hooks.writers, - }, - checkDataSourceAvailability: match.checkDataSourceAvailability, - }; + useEffect(() => { + async function load() { + let match = governanceInterfaces.find(governance => { + return governance.bytecodes.find( + bytecode => bytecode === daoBytecodeHash + ); + }); + + if (!match) return null; + + setGovernanceType({ + name: match.name, + bytecodes: match.bytecodes, + capabilities: match.capabilities, + dataSource: dataSource, + hooks: { + fetchers: + dataSource === 'primary' + ? match.hooks.fetchers.default + : dataSource === 'secondary' + ? match.hooks.fetchers.fallback + : null, + writers: match.hooks.writers, + }, + checkDataSourceAvailability: await match.checkDataSourceAvailability, + }); + } + load(); }, [daoBytecodeHash, dataSource]); useEffect(() => { - const getDataSourceAvailability = () => { + const getDataSourceAvailability = async () => { if (governanceType) { const isDefaultSourceAvailable = - governanceType.checkDataSourceAvailability(chain?.id); + await governanceType.checkDataSourceAvailability(chain?.id); if (isDefaultSourceAvailable && dataSource !== 'primary') { setTargetDataSource('primary'); } diff --git a/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts index 7cc8b6ae..378f1e14 100644 --- a/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts @@ -1,7 +1,47 @@ import { subgraphClientsUris } from 'clients/apollo'; -// TODO: Check for health of connection if found +export const checkDataSourceAvailability = async chainId => { + try { + if (!subgraphClientsUris[chainId]['Governance1.5']) { + console.debug('No subgraph URL for this chain, using fallback'); + return false; + } -export const checkDataSourceAvailability = chainId => { - return !!subgraphClientsUris[chainId]['Governance1.5']; + const query = `{ + _meta { + block { + number + timestamp + } + } + }`; + + const response = await fetch(subgraphClientsUris[chainId]['Guilds'], { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ query }), + }); + const { data, errors } = await response.json(); + + if (data?._meta?.block?.timestamp < Math.floor(Date.now() / 1000) - 600) { + console.debug('Subgraph out of sync, using fallback'); + return false; + } + if (errors) { + console.debug('Error occurred checking source health'); + console.error(errors); + return false; + } + if (data) { + console.debug('Subgraph exists and is above 10 minutes in sync'); + return true; + } else { + console.debug('No default data source data, using fallback'); + return false; + } + } catch { + return false; + } }; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts index 28ab04e7..7718d4e5 100644 --- a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts @@ -1,7 +1,47 @@ import { subgraphClientsUris } from 'clients/apollo'; -// TODO: Check for health of connection if found +export const checkDataSourceAvailability = async chainId => { + try { + if (!subgraphClientsUris[chainId]['Guilds']) { + console.debug('No subgraph URL for this chain, using fallback'); + return false; + } -export const checkDataSourceAvailability = chainId => { - return !!subgraphClientsUris[chainId]['Guilds']; + const query = `{ + _meta { + block { + number + timestamp + } + } + }`; + + const response = await fetch(subgraphClientsUris[chainId]['Guilds'], { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ query }), + }); + const { data, errors } = await response.json(); + + if (data?._meta?.block?.timestamp < Math.floor(Date.now() / 1000) - 600) { + console.debug('Subgraph out of sync, using fallback'); + return false; + } + if (errors) { + console.debug('Error occurred checking source health'); + console.error(errors); + return false; + } + if (data) { + console.debug('Subgraph exists and is above 10 minutes in sync'); + return true; + } else { + console.debug('No default data source data, using fallback'); + return false; + } + } catch { + return false; + } }; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts index 28ab04e7..7718d4e5 100644 --- a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts @@ -1,7 +1,47 @@ import { subgraphClientsUris } from 'clients/apollo'; -// TODO: Check for health of connection if found +export const checkDataSourceAvailability = async chainId => { + try { + if (!subgraphClientsUris[chainId]['Guilds']) { + console.debug('No subgraph URL for this chain, using fallback'); + return false; + } -export const checkDataSourceAvailability = chainId => { - return !!subgraphClientsUris[chainId]['Guilds']; + const query = `{ + _meta { + block { + number + timestamp + } + } + }`; + + const response = await fetch(subgraphClientsUris[chainId]['Guilds'], { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ query }), + }); + const { data, errors } = await response.json(); + + if (data?._meta?.block?.timestamp < Math.floor(Date.now() / 1000) - 600) { + console.debug('Subgraph out of sync, using fallback'); + return false; + } + if (errors) { + console.debug('Error occurred checking source health'); + console.error(errors); + return false; + } + if (data) { + console.debug('Subgraph exists and is above 10 minutes in sync'); + return true; + } else { + console.debug('No default data source data, using fallback'); + return false; + } + } catch { + return false; + } }; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql new file mode 100644 index 00000000..944c12e0 --- /dev/null +++ b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql @@ -0,0 +1,8 @@ +query getSyncStatus { + _meta { + block { + number + timestamp + } + } +} diff --git a/apps/davi/src/stores/types.ts b/apps/davi/src/stores/types.ts index 0633f13e..5d94d41e 100644 --- a/apps/davi/src/stores/types.ts +++ b/apps/davi/src/stores/types.ts @@ -201,7 +201,7 @@ export interface FullGovernanceImplementation { bytecodes: `0x${string}`[]; hooks: HooksInterfaceWithFallback; capabilities: GovernanceCapabilities; - checkDataSourceAvailability: (chainId: number) => boolean; + checkDataSourceAvailability: (chainId: number) => Promise; } export interface GovernanceTypeInterface From 6b31471e53842eb360fe8fac20ae4cebb04a1ef2 Mon Sep 17 00:00:00 2001 From: Madusha Prasanjith Date: Thu, 2 Mar 2023 12:50:06 +0100 Subject: [PATCH 14/21] fix: davi build. --- .github/workflows/preview-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 71a0e7ab..24aa145b 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -41,7 +41,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Build dapp - run: CI=false pnpm run davi:build-graph-client && pnpm run davi:dev + run: CI=false pnpm run davi:build-graph-client && pnpm run davi:build - name: Archive artifacts uses: actions/upload-artifact@v2 From af44e56849bb2a318ac3ca007c4639ed51989c45 Mon Sep 17 00:00:00 2001 From: Madusha Prasanjith Date: Thu, 2 Mar 2023 12:58:11 +0100 Subject: [PATCH 15/21] fix: pnpm caching. --- .github/workflows/preview-build.yml | 15 ++++++++++++++- .github/workflows/tests-format.yml | 15 ++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 24aa145b..345c5169 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -35,7 +35,20 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - cache: "pnpm" + + - name: Get pnpm store directory + id: pnpm-cache + shell: bash + run: | + echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT + + - uses: actions/cache@v3 + name: Setup pnpm cache + with: + path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} + key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} + restore-keys: | + ${{ runner.os }}-pnpm-store- - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/tests-format.yml b/.github/workflows/tests-format.yml index 7070fd3e..b3ffa6ff 100644 --- a/.github/workflows/tests-format.yml +++ b/.github/workflows/tests-format.yml @@ -39,7 +39,20 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - cache: "pnpm" + + - name: Get pnpm store directory + id: pnpm-cache + shell: bash + run: | + echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT + + - uses: actions/cache@v3 + name: Setup pnpm cache + with: + path: ${{ steps.pnpm-cache.outputs.STORE_PATH }} + key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} + restore-keys: | + ${{ runner.os }}-pnpm-store- - name: Install dependencies run: pnpm install --frozen-lockfile From 45b8fbb0745d5a6ca29876397e1e2118af7aac96 Mon Sep 17 00:00:00 2001 From: rossneilson Date: Thu, 2 Mar 2023 21:14:18 +0900 Subject: [PATCH 16/21] Github suggestions --- apps/davi/src/stores/index.tsx | 55 +++++++++---------- .../1_5/checkDataSourceAvailability.ts | 17 +++--- .../guilds/SnapshotERC20Guild/index.ts | 2 +- .../checkDataSourceAvailability.ts | 48 ---------------- .../guilds/SnapshotRepERC20Guild/index.ts | 2 +- .../SnapshotRepERC20Guild/query.graphql | 8 --- .../checkDataSourceAvailability.ts | 17 +++--- 7 files changed, 47 insertions(+), 102 deletions(-) delete mode 100644 apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts delete mode 100644 apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql rename apps/davi/src/stores/modules/guilds/{SnapshotERC20Guild => common}/checkDataSourceAvailability.ts (77%) diff --git a/apps/davi/src/stores/index.tsx b/apps/davi/src/stores/index.tsx index d41ab9d2..b3a2c564 100644 --- a/apps/davi/src/stores/index.tsx +++ b/apps/davi/src/stores/index.tsx @@ -32,8 +32,6 @@ export const HookStoreProvider: React.FC< }) => { const urlParams = useMatch('/:chainName/:daoId/*'); const { chain } = useNetwork(); - const [governanceType, setGovernanceType] = - useState(null); const daoIdFromUrl = useMemo( () => (urlParams ? urlParams.params.daoId : ''), @@ -65,34 +63,31 @@ export const HookStoreProvider: React.FC< } }, [targetDataSource, dataSource]); - useEffect(() => { - async function load() { - let match = governanceInterfaces.find(governance => { - return governance.bytecodes.find( - bytecode => bytecode === daoBytecodeHash - ); - }); - - if (!match) return null; - - setGovernanceType({ - name: match.name, - bytecodes: match.bytecodes, - capabilities: match.capabilities, - dataSource: dataSource, - hooks: { - fetchers: - dataSource === 'primary' - ? match.hooks.fetchers.default - : dataSource === 'secondary' - ? match.hooks.fetchers.fallback - : null, - writers: match.hooks.writers, - }, - checkDataSourceAvailability: await match.checkDataSourceAvailability, - }); - } - load(); + const governanceType: GovernanceTypeInterface = useMemo(() => { + let match = governanceInterfaces.find(governance => { + return governance.bytecodes.find( + bytecode => bytecode === daoBytecodeHash + ); + }); + + if (!match) return null; + + return { + name: match.name, + bytecodes: match.bytecodes, + capabilities: match.capabilities, + dataSource: dataSource, + hooks: { + fetchers: + dataSource === 'primary' + ? match.hooks.fetchers.default + : dataSource === 'secondary' + ? match.hooks.fetchers.fallback + : null, + writers: match.hooks.writers, + }, + checkDataSourceAvailability: match.checkDataSourceAvailability, + }; }, [daoBytecodeHash, dataSource]); useEffect(() => { diff --git a/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts index e4521c2b..79f374b0 100644 --- a/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/1_5/checkDataSourceAvailability.ts @@ -17,13 +17,16 @@ export const checkDataSourceAvailability = async chainId => { } }`; - const response = await fetch(subgraphClientsUris[chainId]['Guilds'], { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - }, - body: JSON.stringify({ query }), - }); + const response = await fetch( + subgraphClientsUris[chainId][SupportedSubgraph.Governance1_5], + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ query }), + } + ); const { data, errors } = await response.json(); if (data?._meta?.block?.timestamp < Math.floor(Date.now() / 1000) - 600) { diff --git a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/index.ts b/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/index.ts index dcbdc678..5a637598 100644 --- a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/index.ts +++ b/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/index.ts @@ -40,7 +40,7 @@ import { useVotingPowerOf, useMemberCount, } from './fetchers/rpc'; -import { checkDataSourceAvailability } from './checkDataSourceAvailability'; +import { checkDataSourceAvailability } from '../common/checkDataSourceAvailability'; import localBytecodes from 'bytecodes/local.json'; import prodBytecodes from 'bytecodes/prod.json'; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts deleted file mode 100644 index a66b4392..00000000 --- a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/checkDataSourceAvailability.ts +++ /dev/null @@ -1,48 +0,0 @@ -import { subgraphClientsUris } from 'clients/apollo'; -import { SupportedSubgraph } from 'stores/types'; - -export const checkDataSourceAvailability = async chainId => { - try { - if (!subgraphClientsUris?.[chainId]?.[SupportedSubgraph.Guilds]) { - console.debug('No subgraph URL for this chain, using fallback'); - return false; - } - - const query = `{ - _meta { - block { - number - timestamp - } - } - }`; - - const response = await fetch(subgraphClientsUris[chainId]['Guilds'], { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - }, - body: JSON.stringify({ query }), - }); - const { data, errors } = await response.json(); - - if (data?._meta?.block?.timestamp < Math.floor(Date.now() / 1000) - 600) { - console.debug('Subgraph out of sync, using fallback'); - return false; - } - if (errors) { - console.debug('Error occurred checking source health'); - console.error(errors); - return false; - } - if (data) { - console.debug('Subgraph exists and is above 10 minutes in sync'); - return true; - } else { - console.debug('No default data source data, using fallback'); - return false; - } - } catch { - return false; - } -}; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/index.ts b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/index.ts index 8bcfcbbf..6f8f2db3 100644 --- a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/index.ts +++ b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/index.ts @@ -39,7 +39,7 @@ import { useVotingPowerOf, useMemberCount, } from './fetchers/rpc'; -import { checkDataSourceAvailability } from './checkDataSourceAvailability'; +import { checkDataSourceAvailability } from '../common/checkDataSourceAvailability'; import localBytecodes from 'bytecodes/local.json'; import prodBytecodes from 'bytecodes/prod.json'; diff --git a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql b/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql deleted file mode 100644 index 944c12e0..00000000 --- a/apps/davi/src/stores/modules/guilds/SnapshotRepERC20Guild/query.graphql +++ /dev/null @@ -1,8 +0,0 @@ -query getSyncStatus { - _meta { - block { - number - timestamp - } - } -} diff --git a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts b/apps/davi/src/stores/modules/guilds/common/checkDataSourceAvailability.ts similarity index 77% rename from apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts rename to apps/davi/src/stores/modules/guilds/common/checkDataSourceAvailability.ts index a66b4392..88624931 100644 --- a/apps/davi/src/stores/modules/guilds/SnapshotERC20Guild/checkDataSourceAvailability.ts +++ b/apps/davi/src/stores/modules/guilds/common/checkDataSourceAvailability.ts @@ -17,13 +17,16 @@ export const checkDataSourceAvailability = async chainId => { } }`; - const response = await fetch(subgraphClientsUris[chainId]['Guilds'], { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - }, - body: JSON.stringify({ query }), - }); + const response = await fetch( + subgraphClientsUris[chainId][SupportedSubgraph.Guilds], + { + method: 'POST', + headers: { + 'Content-Type': 'application/json', + }, + body: JSON.stringify({ query }), + } + ); const { data, errors } = await response.json(); if (data?._meta?.block?.timestamp < Math.floor(Date.now() / 1000) - 600) { From 8c5b7afc2dedef3d2303fac3c901bd5a64852d0a Mon Sep 17 00:00:00 2001 From: rossneilson Date: Fri, 3 Mar 2023 12:56:44 +0900 Subject: [PATCH 17/21] fix: pnpm lock --- pnpm-lock.yaml | 129 ++++++++++++++++++++++++++++++++----------------- 1 file changed, 85 insertions(+), 44 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e48778aa..49d9c7c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -106,7 +106,6 @@ importers: '@whatwg-node/fetch': ^0.6.2 babel-jest: ^26.6.0 babel-loader: 8.1.0 - backoff: 2.5.0 bignumber.js: ^9.0.2 buffer: ^6.0.3 chance: ^1.1.8 @@ -228,7 +227,6 @@ importers: '@whatwg-node/fetch': 0.6.9_@types+node@16.18.13 babel-jest: 26.6.3 babel-loader: 8.1.0_webpack@4.44.2 - backoff: 2.5.0 bignumber.js: 9.1.1 buffer: 6.0.3 cids: 1.1.9 @@ -298,14 +296,14 @@ importers: workbox-webpack-plugin: 5.1.4_webpack@4.44.2 devDependencies: '@faker-js/faker': 7.6.0 - '@graphprotocol/client-cli': 2.2.16_dvgirfdsy4cky7rqkuzgo4keja - '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-essentials': 6.5.13_m3zuu6jlzuadxvbwg37tw4mxge - '@storybook/addon-interactions': 6.5.13_irfx6iquzs6ky4omqf4xjdrrsy - '@storybook/addon-links': 6.5.13_biqbaboplfbrettd7655fr4n2y - '@storybook/node-logger': 6.5.13 - '@storybook/preset-create-react-app': 4.1.2_wuatc3qqs7pmbgghs5mjag5q4a - '@storybook/react': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@graphprotocol/client-cli': 2.2.18_4ypim5hjsq3aoucuq6rxjz442a + '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-essentials': 6.5.16_z526srz6e67bkoex2hsciwf7ua + '@storybook/addon-interactions': 6.5.16_uwkcr5bxnundzrsf5dv5ljpvxe + '@storybook/addon-links': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.16 + '@storybook/preset-create-react-app': 4.1.2_h342isg7n7zipkghetldef5tze + '@storybook/react': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/testing-library': 0.0.11_biqbaboplfbrettd7655fr4n2y '@synthetixio/synpress': 1.2.0_zwlq2uqint3vd25yypk4562ptu '@testing-library/cypress': 8.0.7_cypress@9.7.0 @@ -1556,7 +1554,7 @@ 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.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.12.9 dev: true @@ -3787,7 +3785,7 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@types/react': 18.0.28 - clsx: 1.1.0 + clsx: 1.2.1 focus-lock: 0.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -5889,7 +5887,6 @@ packages: graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 - dev: false /@graphql-tools/batch-execute/8.5.1_graphql@15.8.0: resolution: {integrity: sha512-hRVDduX0UDEneVyEWtc2nu5H2PxpfSfM/riUlgZvo/a/nG475uyehxR5cFGvTEPEQUKY3vGIlqvtRigzqTfCew==} @@ -5978,7 +5975,6 @@ packages: graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 - dev: false /@graphql-tools/executor-graphql-ws/0.0.10_graphql@16.6.0: resolution: {integrity: sha512-5SxFvupyWe6+Egq8Zws0+mJZMKV18rTAwxHwhrx+KhRfGpilqkqS4I+qwVL94LNktWL2uy95cU5b5CQFyVaVEg==} @@ -6120,7 +6116,6 @@ packages: graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 - dev: false /@graphql-tools/graphql-file-loader/7.5.16_graphql@16.6.0: resolution: {integrity: sha512-lK1N3Y2I634FS12nd4bu7oAJbai3bUc28yeX+boT+C83KTO4ujGHm+6hPC8X/FRGwhKOnZBxUM7I5nvb3HiUxw==} @@ -6361,12 +6356,12 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 '@graphql-tools/executor-graphql-ws': 0.0.10_graphql@16.6.0 '@graphql-tools/executor-http': 0.1.9_4ypim5hjsq3aoucuq6rxjz442a '@graphql-tools/executor-legacy-ws': 0.0.8_graphql@16.6.0 '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 '@types/ws': 8.5.4 '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 graphql: 16.6.0 @@ -6490,7 +6485,6 @@ packages: graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 - dev: false /@graphql-typed-document-node/core/3.1.1_graphql@16.6.0: resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} @@ -8811,7 +8805,7 @@ packages: resolution: {integrity: sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==} dev: false - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_unmakpayn7vcxadrrsbqlrpehy: + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_ohj47mxwagpoxvu7nhhwxzphqm: resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -8848,9 +8842,9 @@ packages: schema-utils: 3.1.1 source-map: 0.7.4 webpack: 5.75.0 - webpack-dev-server: 4.11.1_webpack@5.75.0 + dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_webpack@4.44.2: + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_unmakpayn7vcxadrrsbqlrpehy: resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -8883,12 +8877,13 @@ packages: find-up: 5.0.0 html-entities: 2.3.3 loader-utils: 2.0.4 + react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 - webpack: 4.44.2 - dev: true + webpack: 5.75.0 + webpack-dev-server: 4.11.1_webpack@5.75.0 - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_yceubsmjd6jm3woocckpqejnhy: + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_webpack@4.44.2: resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -8921,7 +8916,6 @@ packages: find-up: 5.0.0 html-entities: 2.3.3 loader-utils: 2.0.4 - react-refresh: 0.11.0 schema-utils: 3.1.1 source-map: 0.7.4 webpack: 4.44.2 @@ -10148,6 +10142,43 @@ packages: util-deprecate: 1.0.2 dev: true + /@storybook/core-client/6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu: + resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channel-websocket': 6.5.16 + '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.15 + core-js: 3.29.0 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.11 + ts-dedent: 2.2.0 + typescript: 4.9.5 + unfetch: 4.2.0 + util-deprecate: 1.0.2 + webpack: 5.75.0 + dev: true + /@storybook/core-client/6.5.16_h22hsf3dcbdpghi2fgzgsswqxi: resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: @@ -10339,7 +10370,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.16_z526srz6e67bkoex2hsciwf7ua: + /@storybook/core/6.5.16_3yyw3m7st5j3ydbhzzgqpk3nqi: resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -10356,12 +10387,12 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.16_h22hsf3dcbdpghi2fgzgsswqxi + '@storybook/core-client': 6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu '@storybook/core-server': 6.5.16_a5ainwq6j6e77vl54wahuheooy react: 18.2.0 react-dom: 18.2.0_react@18.2.0 typescript: 4.9.5 - webpack: 4.44.2 + webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' - bluebird @@ -10623,7 +10654,7 @@ packages: - supports-color dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_ljwpxsohotkibzkqavx4ej2joq: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -10637,7 +10668,7 @@ packages: react-docgen-typescript: 2.2.2_typescript@4.9.5 tslib: 2.5.0 typescript: 4.9.5 - webpack: 4.44.2 + webpack: 5.75.0 transitivePeerDependencies: - supports-color dev: true @@ -10672,15 +10703,15 @@ packages: dependencies: '@babel/preset-flow': 7.18.6 '@babel/preset-react': 7.18.6 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_yceubsmjd6jm3woocckpqejnhy + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_ohj47mxwagpoxvu7nhhwxzphqm '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.16 - '@storybook/core': 6.5.16_z526srz6e67bkoex2hsciwf7ua + '@storybook/core': 6.5.16_3yyw3m7st5j3ydbhzzgqpk3nqi '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y '@storybook/node-logger': 6.5.16 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_ljwpxsohotkibzkqavx4ej2joq + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u '@storybook/semver': 7.3.2 '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 @@ -10707,17 +10738,20 @@ packages: ts-dedent: 2.2.0 typescript: 4.9.5 util-deprecate: 1.0.2 - webpack: 4.44.2 + webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' + - '@swc/core' - '@types/webpack' - bluebird - bufferutil - encoding + - esbuild - eslint - sockjs-client - supports-color - type-fest + - uglify-js - utf-8-validate - vue-template-compiler - webpack-cli @@ -12131,7 +12165,7 @@ packages: /@types/concat-stream/1.6.1: resolution: {integrity: sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==} dependencies: - '@types/node': 8.10.66 + '@types/node': 18.14.2 dev: true /@types/connect-history-api-fallback/1.3.5: @@ -12143,7 +12177,7 @@ packages: /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 12.20.55 + '@types/node': 18.14.2 /@types/cors/2.8.12: resolution: {integrity: sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==} @@ -12170,7 +12204,7 @@ packages: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.21.1 - '@types/estree': 0.0.51 + '@types/estree': 1.0.0 /@types/eslint/8.21.1: resolution: {integrity: sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==} @@ -12199,7 +12233,7 @@ packages: /@types/express-serve-static-core/4.17.33: resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} dependencies: - '@types/node': 12.20.55 + '@types/node': 18.14.2 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -12224,7 +12258,7 @@ packages: /@types/form-data/0.0.33: resolution: {integrity: sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==} dependencies: - '@types/node': 8.10.66 + '@types/node': 18.14.2 dev: true /@types/glob/7.2.0: @@ -18783,7 +18817,6 @@ packages: /dataloader/2.2.2: resolution: {integrity: sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==} - dev: false /datastore-core/7.0.3: resolution: {integrity: sha512-DmPsUux63daOfCszxLkcp6LjdJ0k/BQNhIMtoAi5mbraYQnEQkFtKORmTu6XmDX6ujbtaBkeuJAiCBNI7MZklw==} @@ -21385,6 +21418,8 @@ packages: eth-query: 2.1.2 json-rpc-engine: 6.1.0 pify: 5.0.0 + transitivePeerDependencies: + - encoding dev: true /eth-json-rpc-filters/5.1.0: @@ -21416,7 +21451,9 @@ packages: eth-json-rpc-middleware: 6.0.0 eth-rpc-errors: 3.0.0 json-rpc-engine: 5.4.0 - node-fetch: 2.6.1 + node-fetch: 2.6.9 + transitivePeerDependencies: + - encoding dev: true /eth-json-rpc-middleware/1.6.0: @@ -21453,9 +21490,11 @@ packages: ethereumjs-vm: 2.6.0 json-rpc-engine: 5.4.0 json-stable-stringify: 1.0.2 - node-fetch: 2.6.1 + node-fetch: 2.6.9 pify: 3.0.0 safe-event-emitter: 1.0.1 + transitivePeerDependencies: + - encoding dev: true /eth-json-rpc-middleware/6.0.0: @@ -21469,9 +21508,11 @@ packages: ethereumjs-util: 5.2.0 json-rpc-engine: 5.4.0 json-stable-stringify: 1.0.2 - node-fetch: 2.6.1 + node-fetch: 2.6.9 pify: 3.0.0 safe-event-emitter: 1.0.1 + transitivePeerDependencies: + - encoding dev: true /eth-lib/0.1.29: @@ -27688,7 +27729,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 16.18.13 + '@types/node': 18.14.2 /jest-pnp-resolver/1.2.3_jest-resolve@27.5.1: resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} From 736dd56d52d48c89ac4f234b898c26f7f4820e6f Mon Sep 17 00:00:00 2001 From: Madusha Prasanjith Date: Fri, 3 Mar 2023 09:38:56 +0100 Subject: [PATCH 18/21] fix: Add the CI=false flag to the correct command. --- .github/workflows/preview-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-build.yml b/.github/workflows/preview-build.yml index 345c5169..2b5a47be 100644 --- a/.github/workflows/preview-build.yml +++ b/.github/workflows/preview-build.yml @@ -54,7 +54,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Build dapp - run: CI=false pnpm run davi:build-graph-client && pnpm run davi:build + run: pnpm run davi:build-graph-client && CI=false pnpm run davi:build - name: Archive artifacts uses: actions/upload-artifact@v2 From a27e52c5374b783d20e3cf1deec04a40930bda53 Mon Sep 17 00:00:00 2001 From: rossneilson Date: Mon, 6 Mar 2023 13:02:50 +0900 Subject: [PATCH 19/21] pkg lock --- pnpm-lock.yaml | 10237 +++++++++++++++++++++++------------------------ 1 file changed, 5038 insertions(+), 5199 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7906489b..7d63ea5a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,7 +12,7 @@ importers: turbo: ^1.6.3 devDependencies: husky: 7.0.4 - turbo: 1.8.3 + turbo: 1.6.3 apps/dao-subgraph: specifiers: @@ -33,13 +33,13 @@ importers: js-yaml: 4.1.0 devDependencies: '@graphprotocol/graph-cli': 0.30.4 - '@graphprotocol/graph-ts': 0.29.3 - '@typescript-eslint/eslint-plugin': 5.54.0_ajyizmi44oc3hrc35l6ndh7p4e - '@typescript-eslint/parser': 5.54.0_eslint@8.35.0 - eslint: 8.35.0 - eslint-config-prettier: 8.6.0_eslint@8.35.0 - glob: 8.1.0 - prettier: 2.8.4 + '@graphprotocol/graph-ts': 0.29.0 + '@typescript-eslint/eslint-plugin': 5.43.0_a2qhxslrsoaoxxmyjfllcpczu4 + '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 + eslint: 8.30.0 + eslint-config-prettier: 8.5.0_eslint@8.30.0 + glob: 8.0.3 + prettier: 2.8.1 apps/davi: specifiers: @@ -189,11 +189,11 @@ importers: workbox-webpack-plugin: ^5.1.4 dependencies: '@0xsequence/multicall': 0.39.6 - '@apollo/client': 3.7.9_gdcq4dv6opitr3wbfwyjmanyra + '@apollo/client': 3.7.4_gdcq4dv6opitr3wbfwyjmanyra '@dnd-kit/core': 5.0.3_biqbaboplfbrettd7655fr4n2y '@dnd-kit/modifiers': 5.0.0_h6rtyfwg74iwkvvbnwusj33zwq '@dnd-kit/sortable': 6.0.1_h6rtyfwg74iwkvvbnwusj33zwq - '@dnd-kit/utilities': 3.2.1_react@18.2.0 + '@dnd-kit/utilities': 3.2.0_react@18.2.0 '@ensdomains/content-hash': 2.5.7 '@ethersproject/providers': 5.7.2 '@graphql-mesh/cache-localforage': 0.7.5_graphql@16.6.0 @@ -205,45 +205,45 @@ importers: '@graphql-mesh/runtime': 0.46.5_graphql@16.6.0 '@graphql-mesh/store': 0.9.5_graphql@16.6.0 '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 - '@nomiclabs/hardhat-ethers': 2.2.1_gsql6crh4t5imixi2nhgp37drm - '@nomiclabs/hardhat-truffle5': 2.0.7_uoc6ciyj3xhodavqe55pqj6luu - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3+web3@1.8.1 + '@nomiclabs/hardhat-ethers': 2.2.1_wknqauzjtp3mhprkntsmqpccee + '@nomiclabs/hardhat-truffle5': 2.0.7_j44zv7qsf6saqi6s773mmrgwbq + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.13.0+web3@1.8.1 '@orbisclub/orbis-sdk': 0.3.99 '@pnpm/merge-lockfile-changes': 4.0.3 '@tanstack/react-query': 4.20.9_biqbaboplfbrettd7655fr4n2y - '@tiptap/extension-focus': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/extension-highlight': 2.0.0-beta.219 - '@tiptap/extension-link': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/extension-placeholder': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/pm': 2.0.0-beta.219 - '@tiptap/react': 2.0.0-beta.219_526pritkfpcaxyqh4zb4zgzw4e - '@tiptap/starter-kit': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@types/node': 16.18.13 - '@types/react': 18.0.28 + '@tiptap/extension-focus': 2.0.0-beta.202 + '@tiptap/extension-highlight': 2.0.0-beta.202 + '@tiptap/extension-link': 2.0.0-beta.209 + '@tiptap/extension-placeholder': 2.0.0-beta.202 + '@tiptap/pm': 2.0.0-beta.220 + '@tiptap/react': 2.0.0-beta.202_biqbaboplfbrettd7655fr4n2y + '@tiptap/starter-kit': 2.0.0-beta.202 + '@types/node': 16.18.3 + '@types/react': 18.0.25 '@types/react-datepicker': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@types/react-dom': 18.0.11 + '@types/react-dom': 18.0.8 '@types/styled-components': 5.1.26 '@uiw/react-md-editor': 1.14.0_biqbaboplfbrettd7655fr4n2y - '@uniswap/token-lists': 1.0.0-beta.31 - '@wagmi/core': 0.7.9_g3fphb2knf3gjv43r4lorflusm - '@whatwg-node/fetch': 0.6.9_@types+node@16.18.13 + '@uniswap/token-lists': 1.0.0-beta.30 + '@wagmi/core': 0.7.9_2zmba3zh2lo2ye5dzgeckiacfa + '@whatwg-node/fetch': 0.6.2 babel-jest: 26.6.3 babel-loader: 8.1.0_webpack@4.44.2 - bignumber.js: 9.1.1 + bignumber.js: 9.1.0 buffer: 6.0.3 cids: 1.1.9 copy-to-clipboard: 3.3.3 diff: 5.1.0 - dxdao-contracts: link:../../packages/dxdao-contracts + dxdao-contracts: link:../dxdao-contracts env-cmd: 10.1.0 - eslint-config-react-app: 7.0.1_ycpbpc6yetojsgtrx3mwntkhsu - eslint-plugin-cypress: 2.12.1_eslint@8.35.0 + eslint-config-react-app: 7.0.1_lzzuuodtsqwxnvqeq4g4likcqa + eslint-plugin-cypress: 2.12.1_eslint@8.30.0 ethers: 5.7.2 git-revision-webpack-plugin: 3.0.6 graphql: 16.6.0 - hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi - hardhat-dependency-compiler: 1.1.3_hardhat@2.12.7 - highlight.js: 11.7.0 + hardhat: 2.13.0_z6wznmtyb6ovnulj6iujpct7um + hardhat-dependency-compiler: 1.1.3_hardhat@2.13.0 + highlight.js: 11.6.0 i18next: 21.10.0 i18next-browser-languagedetector: 7.0.1 i18next-http-backend: 2.1.1 @@ -265,20 +265,20 @@ importers: qrcode.react: 1.0.1_react@18.2.0 react: 18.2.0 react-app-rewired: 2.2.1_react-scripts@5.0.1 - react-countdown: 2.3.5_biqbaboplfbrettd7655fr4n2y - react-datepicker: 4.10.0_biqbaboplfbrettd7655fr4n2y - react-device-detect: 2.2.3_biqbaboplfbrettd7655fr4n2y + react-countdown: 2.3.3_biqbaboplfbrettd7655fr4n2y + react-datepicker: 4.8.0_biqbaboplfbrettd7655fr4n2y + react-device-detect: 2.2.2_biqbaboplfbrettd7655fr4n2y react-diff-viewer: 3.1.1_biqbaboplfbrettd7655fr4n2y react-dom: 18.2.0_react@18.2.0 - react-hook-form: 7.43.2_react@18.2.0 + react-hook-form: 7.39.3_react@18.2.0 react-i18next: 11.18.6_vfm63zmruocgezzfl2v26zlzpy - react-icons: 4.7.1_react@18.2.0 + react-icons: 4.6.0_react@18.2.0 react-intersection-observer: 8.34.0_react@18.2.0 react-jazzicon: 0.1.3_react@18.2.0 - react-loading-skeleton: 3.1.1_react@18.2.0 - react-router: 6.8.2_react@18.2.0 - react-router-dom: 6.8.2_biqbaboplfbrettd7655fr4n2y - react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju + react-loading-skeleton: 3.1.0_react@18.2.0 + react-router: 6.4.3_react@18.2.0 + react-router-dom: 6.4.3_biqbaboplfbrettd7655fr4n2y + react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha react-string-replace: 1.1.0 react-switch: 7.0.0_biqbaboplfbrettd7655fr4n2y react-toastify: 8.2.0_biqbaboplfbrettd7655fr4n2y @@ -287,126 +287,54 @@ importers: styled-components: 5.3.6_biqbaboplfbrettd7655fr4n2y swr: 1.3.0_react@18.2.0 ts-generator: 0.1.1 - ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti + ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu turndown: 7.1.1 - typechain-target-ethers-v5: 5.0.1_6la3wgdurc2byppalgze7lq2hy - typescript: 4.9.5 - wagmi: 0.7.15_6niq2jm3j2wfrjwac2th7yh3n4 - web3.storage: 4.4.0 + typechain-target-ethers-v5: 5.0.1_c4tpmuajjwy7vjodfmym27ncri + typescript: 4.9.4 + wagmi: 0.7.15_5fkdkfy2bkgsnhvxgn477z7iae + web3.storage: 4.4.0_qlcmad5flthwgwga5hzt3mjvzm webpack: 4.44.2 webpack-manifest-plugin: 2.2.0_webpack@4.44.2 workbox-webpack-plugin: 5.1.4_webpack@4.44.2 devDependencies: '@faker-js/faker': 7.6.0 - '@graphprotocol/client-cli': 2.2.18_4ypim5hjsq3aoucuq6rxjz442a - '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-essentials': 6.5.16_z526srz6e67bkoex2hsciwf7ua - '@storybook/addon-interactions': 6.5.16_uwkcr5bxnundzrsf5dv5ljpvxe - '@storybook/addon-links': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/node-logger': 6.5.16 - '@storybook/preset-create-react-app': 4.1.2_h342isg7n7zipkghetldef5tze - '@storybook/react': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@graphprotocol/client-cli': 2.2.16_dvgirfdsy4cky7rqkuzgo4keja + '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-essentials': 6.5.13_m3zuu6jlzuadxvbwg37tw4mxge + '@storybook/addon-interactions': 6.5.13_irfx6iquzs6ky4omqf4xjdrrsy + '@storybook/addon-links': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.13 + '@storybook/preset-create-react-app': 4.1.2_wuatc3qqs7pmbgghs5mjag5q4a + '@storybook/react': 6.5.13_u7mmoyqfty2flmkfggora6dwra '@storybook/testing-library': 0.0.11_biqbaboplfbrettd7655fr4n2y - '@synthetixio/synpress': 1.2.0_zwlq2uqint3vd25yypk4562ptu - '@testing-library/cypress': 8.0.7_cypress@9.7.0 + '@synthetixio/synpress': 1.2.0_2gqc5hfs47jmwdmhoprjtwjnxq + '@testing-library/cypress': 8.0.3_cypress@9.7.0 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y - '@testing-library/react-hooks': 8.0.1_zula6vjvt3wdocc4mwcxqa6nzi + '@testing-library/react-hooks': 8.0.1_2zx2umvpluuhvlq44va5bta2da '@types/diff': 5.0.2 '@types/jest': 27.5.2 '@types/jsonexport': 3.0.2 - '@types/puppeteer-core': 5.4.0_typescript@4.9.5 + '@types/puppeteer-core': 5.4.0 '@types/react-router-dom': 5.3.3 '@types/testing-library__jest-dom': 5.14.5 - '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu - chance: 1.1.10 + '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + chance: 1.1.9 cra-bundle-analyzer: 0.1.1_qssxbgbugbkmsl5taj4dctbwp4 cypress: 9.7.0 cypress-react-selector: 2.3.20 cypress-wait-until: 1.7.2 - eslint: 8.35.0 - hardhat-ethernal: 1.1.1_4qqzfnf4wnwvol5k47pdkaj3oy + eslint: 8.30.0 + hardhat-ethernal: 1.1.1_3z474dof7abixsfj5y5c6mbhv4 jest-styled-components: 7.1.1_styled-components@5.3.6 lint-staged: 12.5.0 node-polyfill-webpack-plugin: 2.0.1_webpack@4.44.2 - prettier: 2.8.4 - start-server-and-test: 1.15.4 - web3: 1.8.2 - - apps/guilds-subgraph: - specifiers: - '@graphprotocol/graph-cli': ^0.30.2 - '@graphprotocol/graph-ts': ^0.29.0 - '@typescript-eslint/eslint-plugin': ^5.38.0 - '@typescript-eslint/parser': ^5.38.0 - babel-polyfill: ^6.26.0 - babel-register: ^6.26.0 - dxdao-contracts: workspace:* - eslint: ^8.23.1 - eslint-config-prettier: ^8.5.0 - glob: ^8.0.3 - js-yaml: ^4.1.0 - prettier: ^2.7.1 - dependencies: - babel-polyfill: 6.26.0 - babel-register: 6.26.0 - dxdao-contracts: link:../../packages/dxdao-contracts - js-yaml: 4.1.0 - devDependencies: - '@graphprotocol/graph-cli': 0.30.4 - '@graphprotocol/graph-ts': 0.29.0 - '@typescript-eslint/eslint-plugin': 5.43.0_a2qhxslrsoaoxxmyjfllcpczu4 - '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - glob: 8.0.3 prettier: 2.8.1 + start-server-and-test: 1.14.0 + web3: 1.8.1 - packages/dev-scripts: - specifiers: - '@nomicfoundation/hardhat-toolbox': ^2.0.0 - '@nomiclabs/hardhat-ethers': ^2.2.1 - '@nomiclabs/hardhat-truffle5': ^2.0.7 - '@nomiclabs/hardhat-web3': ^2.0.0 - '@openzeppelin/contracts': 4.4.0 - '@openzeppelin/contracts-upgradeable': 4.4.0 - '@typechain/hardhat': ^5.0.0 - dotenv: ^8.2.0 - dxdao-contracts: workspace:* - hardhat: ^2.12.3 - hardhat-dependency-compiler: ^1.1.3 - hardhat-deploy: ^0.11.20 - hardhat-ethernal: ^1.0.0 - ipfs-core: ^0.14.1 - moment: ^2.29.4 - openzeppelin-solidity: 2.4.0 - ts-node: ^10.9.1 - typechain: 7.0.0 - typescript: ^4.5.5 - dependencies: - '@openzeppelin/contracts': 4.4.0 - '@openzeppelin/contracts-upgradeable': 4.4.0 - openzeppelin-solidity: 2.4.0 - devDependencies: - '@nomicfoundation/hardhat-toolbox': 2.0.0_kxho445t5flgxb3cttb3ql6pn4 - '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 - '@nomiclabs/hardhat-truffle5': 2.0.7_ehcjbjo7oogw4nzhtzeqe7lsce - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3 - '@typechain/hardhat': 5.0.0_2cdjpxbsuy23zbev5obsi6cfwa - dotenv: 8.6.0 - dxdao-contracts: link:../dxdao-contracts - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um - hardhat-dependency-compiler: 1.1.3_hardhat@2.12.3 - hardhat-deploy: 0.11.20 - hardhat-ethernal: 1.1.1_3mpss4owsstbijogechjg2qcye - ipfs-core: 0.14.3 - moment: 2.29.4 - ts-node: 10.9.1_typescript@4.9.4 - typechain: 7.0.0_typescript@4.9.4 - typescript: 4.9.4 - - packages/dxdao-contracts: + apps/dxdao-contracts: specifiers: '@babel/cli': ^7.10.1 '@babel/eslint-parser': ^7.17.0 @@ -488,9 +416,9 @@ importers: prettier-plugin-solidity: 1.0.0-rc.1_prettier@2.8.1 solidity-docgen: 0.6.0-beta.34_hardhat@2.12.3 truffle-flattener: 1.6.0 - web3: 1.8.2 + web3: 1.8.1 devDependencies: - '@babel/cli': 7.21.0 + '@babel/cli': 7.19.3 '@babel/eslint-parser': 7.19.1_eslint@5.16.0 '@nomiclabs/hardhat-ethers': 2.2.1_gsql6crh4t5imixi2nhgp37drm '@nomiclabs/hardhat-etherscan': 3.1.2_hardhat@2.12.3 @@ -511,11 +439,11 @@ importers: dotenv: 8.6.0 eslint: 5.16.0 eslint-config-defaults: 9.0.0 - eslint-config-standard: 11.0.0_gqmrgxyvzmdwszb65cri3exrzy - eslint-plugin-import: 2.27.5_eslint@5.16.0 + eslint-config-standard: 11.0.0_4nhl2regw2d2bn35int2uietny + eslint-plugin-import: 2.26.0_eslint@5.16.0 eslint-plugin-node: 5.2.1_eslint@5.16.0 eslint-plugin-promise: 3.8.0 - eslint-plugin-react: 7.32.2_eslint@5.16.0 + eslint-plugin-react: 7.31.10_eslint@5.16.0 eslint-plugin-standard: 3.1.0_eslint@5.16.0 ethereumjs-abi: 0.6.8 ethers: 5.7.2 @@ -539,6 +467,78 @@ importers: typechain: 7.0.0 uint32: 0.2.1 + apps/guilds-subgraph: + specifiers: + '@graphprotocol/graph-cli': ^0.30.2 + '@graphprotocol/graph-ts': ^0.29.0 + '@typescript-eslint/eslint-plugin': ^5.38.0 + '@typescript-eslint/parser': ^5.38.0 + babel-polyfill: ^6.26.0 + babel-register: ^6.26.0 + dxdao-contracts: workspace:* + eslint: ^8.23.1 + eslint-config-prettier: ^8.5.0 + glob: ^8.0.3 + js-yaml: ^4.1.0 + prettier: ^2.7.1 + dependencies: + babel-polyfill: 6.26.0 + babel-register: 6.26.0 + dxdao-contracts: link:../dxdao-contracts + js-yaml: 4.1.0 + devDependencies: + '@graphprotocol/graph-cli': 0.30.4 + '@graphprotocol/graph-ts': 0.29.0 + '@typescript-eslint/eslint-plugin': 5.43.0_a2qhxslrsoaoxxmyjfllcpczu4 + '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 + eslint: 8.30.0 + eslint-config-prettier: 8.5.0_eslint@8.30.0 + glob: 8.0.3 + prettier: 2.8.1 + + packages/dev-scripts: + specifiers: + '@nomicfoundation/hardhat-toolbox': ^2.0.0 + '@nomiclabs/hardhat-ethers': ^2.2.1 + '@nomiclabs/hardhat-truffle5': ^2.0.7 + '@nomiclabs/hardhat-web3': ^2.0.0 + '@openzeppelin/contracts': 4.4.0 + '@openzeppelin/contracts-upgradeable': 4.4.0 + '@typechain/hardhat': ^5.0.0 + dotenv: ^8.2.0 + dxdao-contracts: workspace:* + hardhat: ^2.12.3 + hardhat-dependency-compiler: ^1.1.3 + hardhat-deploy: ^0.11.20 + hardhat-ethernal: ^1.0.0 + ipfs-core: ^0.14.1 + moment: ^2.29.4 + openzeppelin-solidity: 2.4.0 + ts-node: ^10.9.1 + typechain: 7.0.0 + typescript: ^4.5.5 + dependencies: + '@openzeppelin/contracts': 4.4.0 + '@openzeppelin/contracts-upgradeable': 4.4.0 + openzeppelin-solidity: 2.4.0 + devDependencies: + '@nomicfoundation/hardhat-toolbox': 2.0.0_kxho445t5flgxb3cttb3ql6pn4 + '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 + '@nomiclabs/hardhat-truffle5': 2.0.7_ehcjbjo7oogw4nzhtzeqe7lsce + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3 + '@typechain/hardhat': 5.0.0_2cdjpxbsuy23zbev5obsi6cfwa + dotenv: 8.6.0 + dxdao-contracts: link:../../apps/dxdao-contracts + hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat-dependency-compiler: 1.1.3_hardhat@2.12.3 + hardhat-deploy: 0.11.20 + hardhat-ethernal: 1.1.1_3mpss4owsstbijogechjg2qcye + ipfs-core: 0.14.3 + moment: 2.29.4 + ts-node: 10.9.1_typescript@4.9.4 + typechain: 7.0.0_typescript@4.9.4 + typescript: 4.9.4 + packages/graph-node: specifiers: {} @@ -578,7 +578,7 @@ packages: '@ethersproject/abstract-signer': 5.7.0 '@ethersproject/properties': 5.7.0 ethers: 5.7.2 - js-base64: 3.7.5 + js-base64: 3.7.2 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -623,8 +623,8 @@ packages: xml2js: 0.4.23 dev: false - /@adobe/css-tools/4.2.0: - resolution: {integrity: sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==} + /@adobe/css-tools/4.0.1: + resolution: {integrity: sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==} dev: true /@ampproject/remapping/2.2.0: @@ -634,19 +634,19 @@ packages: '@jridgewell/gen-mapping': 0.1.1 '@jridgewell/trace-mapping': 0.3.17 - /@apideck/better-ajv-errors/0.3.6_ajv@8.12.0: + /@apideck/better-ajv-errors/0.3.6_ajv@8.11.2: resolution: {integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==} engines: {node: '>=10'} peerDependencies: ajv: '>=8' dependencies: - ajv: 8.12.0 + ajv: 8.11.2 json-schema: 0.4.0 jsonpointer: 5.0.1 leven: 3.1.0 - /@apollo/client/3.7.9_gdcq4dv6opitr3wbfwyjmanyra: - resolution: {integrity: sha512-YnJvrJOVWrp4y/zdNvUaM8q4GuSHCEIecsRDTJhK/veT33P/B7lfqGJ24NeLdKMj8tDEuXYF7V0t+th4+rgC+Q==} + /@apollo/client/3.7.4_gdcq4dv6opitr3wbfwyjmanyra: + resolution: {integrity: sha512-bgiCKRmLSBImX4JRrw8NjqGo0AQE/mowCdHX1PJp2r5zIXrJx0UeaAYmx1qJY69Oz/KR7SKlLt4xK+bOP1jx7A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 @@ -663,7 +663,7 @@ packages: subscriptions-transport-ws: optional: true dependencies: - '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 '@wry/context': 0.7.0 '@wry/equality': 0.5.3 '@wry/trie': 0.3.2 @@ -677,7 +677,7 @@ packages: response-iterator: 0.2.6 symbol-observable: 4.0.0 ts-invariant: 0.10.3 - tslib: 2.5.0 + tslib: 2.4.1 zen-observable-ts: 1.2.5 dev: false @@ -702,33 +702,6 @@ packages: dev: true optional: true - /@apollo/protobufjs/1.2.7: - resolution: {integrity: sha512-Lahx5zntHPZia35myYDBRuF58tlwPskwHc5CWBZC/4bMKB6siTBWwtMrkqXcsNwQiFSzSx5hKdRPUmemrEp3Gg==} - hasBin: true - requiresBuild: true - dependencies: - '@protobufjs/aspromise': 1.1.2 - '@protobufjs/base64': 1.1.2 - '@protobufjs/codegen': 2.0.4 - '@protobufjs/eventemitter': 1.1.0 - '@protobufjs/fetch': 1.1.0 - '@protobufjs/float': 1.0.2 - '@protobufjs/inquire': 1.1.0 - '@protobufjs/path': 1.1.2 - '@protobufjs/pool': 1.1.0 - '@protobufjs/utf8': 1.1.0 - '@types/long': 4.0.2 - long: 4.0.0 - dev: true - optional: true - - /@apollo/usage-reporting-protobuf/4.0.2: - resolution: {integrity: sha512-GfE8aDqi/lAFut95pjH9IRvH0zGsQ5G/2lYL0ZLZfML7ArX+A4UVHFANQcPCcUYGE6bI6OPhLekg4Vsjf6B1cw==} - dependencies: - '@apollo/protobufjs': 1.2.7 - dev: true - optional: true - /@apollo/utils.dropunuseddefinitions/1.1.0_graphql@15.8.0: resolution: {integrity: sha512-jU1XjMr6ec9pPoL+BFWzEPW7VHHulVdGKMkPAMiCigpVIT11VmCbnij0bWob8uS3ODJ65tZLYKAh/55vLw2rbg==} engines: {node: '>=12.13.0'} @@ -739,11 +712,11 @@ packages: dev: true optional: true - /@apollo/utils.keyvaluecache/1.0.2: - resolution: {integrity: sha512-p7PVdLPMnPzmXSQVEsy27cYEjVON+SH/Wb7COyW3rQN8+wJgT1nv9jZouYtztWW8ZgTkii5T6tC9qfoDREd4mg==} + /@apollo/utils.keyvaluecache/1.0.1: + resolution: {integrity: sha512-nLgYLomqjVimEzQ4cdvVQkcryi970NDvcRVPfd0OPeXhBfda38WjBq+WhQFk+czSHrmrSp34YHBxpat0EtiowA==} dependencies: '@apollo/utils.logger': 1.0.1 - lru-cache: 7.13.1 + lru-cache: 7.14.1 dev: true optional: true @@ -793,18 +766,18 @@ packages: dev: true optional: true - /@apollo/utils.usagereporting/1.0.1_graphql@15.8.0: - resolution: {integrity: sha512-6dk+0hZlnDbahDBB2mP/PZ5ybrtCJdLMbeNJD+TJpKyZmSY6bA3SjI8Cr2EM9QA+AdziywuWg+SgbWUF3/zQqQ==} + /@apollo/utils.usagereporting/1.0.0_graphql@15.8.0: + resolution: {integrity: sha512-5PL7hJMkTPmdo3oxPtigRrIyPxDk/ddrUryHPDaezL1lSFExpNzsDd2f1j0XJoHOg350GRd3LyD64caLA2PU1w==} engines: {node: '>=12.13.0'} peerDependencies: graphql: 14.x || 15.x || 16.x dependencies: - '@apollo/usage-reporting-protobuf': 4.0.2 '@apollo/utils.dropunuseddefinitions': 1.1.0_graphql@15.8.0 '@apollo/utils.printwithreducedwhitespace': 1.1.0_graphql@15.8.0 '@apollo/utils.removealiases': 1.0.0_graphql@15.8.0 '@apollo/utils.sortast': 1.1.0_graphql@15.8.0 '@apollo/utils.stripsensitiveliterals': 1.2.0_graphql@15.8.0 + apollo-reporting-protobuf: 3.3.3 graphql: 15.8.0 dev: true optional: true @@ -832,13 +805,13 @@ packages: peerDependencies: graphql: '*' dependencies: - '@babel/core': 7.21.0 - '@babel/generator': 7.21.1 - '@babel/parser': 7.21.2 - '@babel/runtime': 7.21.0 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 - babel-preset-fbjs: 3.4.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/parser': 7.20.3 + '@babel/runtime': 7.20.1 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 + babel-preset-fbjs: 3.4.0_@babel+core@7.20.2 chalk: 4.1.2 fb-watchman: 2.0.2 fbjs: 3.0.4 @@ -859,15 +832,15 @@ packages: resolution: {integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==} engines: {node: '>=14'} dependencies: - node-fetch: 2.6.9 + node-fetch: 2.6.8 transitivePeerDependencies: - encoding /@assemblyscript/loader/0.9.4: resolution: {integrity: sha512-HazVq9zwTVwGmqdwYzu7WyQ6FQVZ7SwET0KKQuKm55jD0IfUpZgN0OPIiZG3zV1iSrVYcN0bdwLRXI/VNCYsUA==} - /@babel/cli/7.21.0: - resolution: {integrity: sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==} + /@babel/cli/7.19.3: + resolution: {integrity: sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: @@ -889,7 +862,6 @@ packages: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: '@babel/highlight': 7.18.6 - dev: true /@babel/code-frame/7.18.6: resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} @@ -897,8 +869,8 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data/7.21.0: - resolution: {integrity: sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==} + /@babel/compat-data/7.20.1: + resolution: {integrity: sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==} engines: {node: '>=6.9.0'} /@babel/core/7.12.9: @@ -906,17 +878,17 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.21.1 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.2 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/generator': 7.20.4 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helpers': 7.20.1 + '@babel/parser': 7.20.3 + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.3 + json5: 2.2.1 lodash: 4.17.21 resolve: 1.22.1 semver: 5.7.1 @@ -925,24 +897,24 @@ packages: - supports-color dev: true - /@babel/core/7.21.0: - resolution: {integrity: sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==} + /@babel/core/7.20.2: + resolution: {integrity: sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 - '@babel/generator': 7.21.1 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 - '@babel/helper-module-transforms': 7.21.2 - '@babel/helpers': 7.21.0 - '@babel/parser': 7.21.2 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/generator': 7.20.4 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-module-transforms': 7.20.2 + '@babel/helpers': 7.20.1 + '@babel/parser': 7.20.3 + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 convert-source-map: 1.9.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.3 + json5: 2.2.1 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -960,132 +932,127 @@ packages: semver: 6.3.0 dev: true - /@babel/eslint-parser/7.19.1_zt6cfucldurvbyn2isj445jria: + /@babel/eslint-parser/7.19.1_jnsjeijncrwwjo3oetxnn2vfsu: resolution: {integrity: sha512-AqNf2QWt1rtu2/1rLswy6CDP7H9Oh3mMhk177Y67Rg8d7RD9WfOLLv8CGn6tisFvS2htm86yIe1yLF6I1UDaGQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.35.0 + eslint: 8.30.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 - /@babel/generator/7.21.1: - resolution: {integrity: sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==} + /@babel/generator/7.20.4: + resolution: {integrity: sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 jsesc: 2.5.2 /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@babel/helper-builder-binary-assignment-operator-visitor/7.18.9: resolution: {integrity: sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.18.6 - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 - /@babel/helper-compilation-targets/7.20.7: - resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} + /@babel/helper-compilation-targets/7.20.0: + resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.0 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 - lru-cache: 5.1.1 + '@babel/compat-data': 7.20.1 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.4 semver: 6.3.0 - /@babel/helper-compilation-targets/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} + /@babel/helper-compilation-targets/7.20.0_@babel+core@7.20.2: + resolution: {integrity: sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.0 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 - lru-cache: 5.1.1 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.4 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.21.0: - resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} + /@babel/helper-create-class-features-plugin/7.20.2: + resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.0 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.20.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ==} + /@babel/helper-create-class-features-plugin/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.0 + '@babel/helper-function-name': 7.19.0 + '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.20.7 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color - /@babel/helper-create-regexp-features-plugin/7.21.0: - resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==} + /@babel/helper-create-regexp-features-plugin/7.19.0: + resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.3.1 + regexpu-core: 5.2.1 dev: true - /@babel/helper-create-regexp-features-plugin/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-N+LaFW/auRSWdx7SHD/HiARwXQju1vXTW4fKr4u5SgBUTm51OKEjKgj+cs00ggW3kEvNqwErnlwuq7Y3xBe4eg==} + /@babel/helper-create-regexp-features-plugin/7.19.0_@babel+core@7.20.2: + resolution: {integrity: sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.3.1 + regexpu-core: 5.2.1 - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.21.0: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.20.2: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/traverse': 7.21.2 + '@babel/traverse': 7.20.1 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 @@ -1099,7 +1066,7 @@ packages: peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/helper-compilation-targets': 7.20.7 + '@babel/helper-compilation-targets': 7.20.0 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -1108,13 +1075,13 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.21.0: + /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.20.2: resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -1131,35 +1098,35 @@ packages: resolution: {integrity: sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 - /@babel/helper-function-name/7.21.0: - resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + /@babel/helper-function-name/7.19.0: + resolution: {integrity: sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.2 + '@babel/template': 7.18.10 + '@babel/types': 7.20.2 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 - /@babel/helper-member-expression-to-functions/7.21.0: - resolution: {integrity: sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==} + /@babel/helper-member-expression-to-functions/7.18.9: + resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@babel/helper-module-imports/7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 - /@babel/helper-module-transforms/7.21.2: - resolution: {integrity: sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==} + /@babel/helper-module-transforms/7.20.2: + resolution: {integrity: sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 @@ -1167,9 +1134,9 @@ packages: '@babel/helper-simple-access': 7.20.2 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -1177,7 +1144,7 @@ packages: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} @@ -1195,36 +1162,35 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.2 + '@babel/helper-wrap-function': 7.19.0 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.21.0: + /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.2 + '@babel/helper-wrap-function': 7.19.0 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/helper-replace-supers/7.20.7: - resolution: {integrity: sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==} + /@babel/helper-replace-supers/7.19.1: + resolution: {integrity: sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-member-expression-to-functions': 7.21.0 + '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -1232,19 +1198,19 @@ packages: resolution: {integrity: sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@babel/helper-skip-transparent-expression-wrappers/7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@babel/helper-string-parser/7.19.4: resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==} @@ -1254,28 +1220,28 @@ packages: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option/7.21.0: - resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} + /@babel/helper-validator-option/7.18.6: + resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.20.5: - resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} + /@babel/helper-wrap-function/7.19.0: + resolution: {integrity: sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/helper-function-name': 7.19.0 + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/helpers/7.21.0: - resolution: {integrity: sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==} + /@babel/helpers/7.20.1: + resolution: {integrity: sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/template': 7.18.10 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 transitivePeerDependencies: - supports-color @@ -1287,12 +1253,12 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.21.2: - resolution: {integrity: sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==} + /@babel/parser/7.20.3: + resolution: {integrity: sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -1303,39 +1269,39 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.21.0: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7: - resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9: + resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.18.9 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 - /@babel/plugin-proposal-async-generator-functions/7.20.7: - resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} + /@babel/plugin-proposal-async-generator-functions/7.20.1: + resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1348,17 +1314,17 @@ packages: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} + /@babel/plugin-proposal-async-generator-functions/7.20.1_@babel+core@7.20.2: + resolution: {integrity: sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 transitivePeerDependencies: - supports-color @@ -1368,62 +1334,62 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-static-block/7.21.0: - resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} + /@babel/plugin-proposal-class-static-block/7.18.6: + resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/helper-create-class-features-plugin': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-class-static-block': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} + /@babel/plugin-proposal-class-static-block/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-decorators/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==} + /@babel/plugin-proposal-decorators/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-nkBH96IBmgKnbHQ5gXFrcmez+Z9S2EIDKDQGp005ROqBigc88Tky4rzCnlP/lnlj245dCEQl4/YyV0V1kYh5dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.21.0 + '@babel/plugin-syntax-decorators': 7.19.0_@babel+core@7.20.2 transitivePeerDependencies: - supports-color @@ -1437,25 +1403,25 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3 dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.21.0: + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.20.2: resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.20.2 dev: true /@babel/plugin-proposal-export-namespace-from/7.18.9: @@ -1468,15 +1434,15 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3 dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.21.0: + /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 /@babel/plugin-proposal-json-strings/7.18.6: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} @@ -1488,18 +1454,18 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3 dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-logical-assignment-operators/7.20.7: - resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} + /@babel/plugin-proposal-logical-assignment-operators/7.18.9: + resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1508,15 +1474,15 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} + /@babel/plugin-proposal-logical-assignment-operators/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} @@ -1528,15 +1494,15 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 /@babel/plugin-proposal-numeric-separator/7.18.6: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} @@ -1548,15 +1514,15 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4 dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} @@ -1566,34 +1532,34 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.7: - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + /@babel/plugin-proposal-object-rest-spread/7.20.2: + resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.0 - '@babel/helper-compilation-targets': 7.20.7 + '@babel/compat-data': 7.20.1 + '@babel/helper-compilation-targets': 7.20.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-parameters': 7.20.7 + '@babel/plugin-transform-parameters': 7.20.3 dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} + /@babel/plugin-proposal-object-rest-spread/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.0 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 /@babel/plugin-proposal-optional-catch-binding/7.18.6: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} @@ -1605,18 +1571,18 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 - /@babel/plugin-proposal-optional-chaining/7.21.0: - resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} + /@babel/plugin-proposal-optional-chaining/7.18.9: + resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1626,16 +1592,16 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3 dev: true - /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} + /@babel/plugin-proposal-optional-chaining/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 /@babel/plugin-proposal-private-methods/7.18.6: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} @@ -1643,49 +1609,49 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-class-features-plugin': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-private-property-in-object/7.21.0: - resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} + /@babel/plugin-proposal-private-property-in-object/7.18.6: + resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.0 + '@babel/helper-create-class-features-plugin': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-private-property-in-object': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} + /@babel/plugin-proposal-private-property-in-object/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 transitivePeerDependencies: - supports-color @@ -1695,18 +1661,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.21.0: + /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-async-generators/7.8.4: @@ -1716,12 +1682,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.0: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.20.2: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-bigint/7.8.3: @@ -1732,12 +1698,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-class-properties/7.12.13: @@ -1747,12 +1713,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.0: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.20.2: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-class-static-block/7.14.5: @@ -1764,22 +1730,22 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.21.0: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-decorators/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} + /@babel/plugin-syntax-decorators/7.19.0_@babel+core@7.20.2: + resolution: {integrity: sha512-xaBZUEDntt4faL1yN8oIFlhfXeQAWJW7CLKYsHTUqriCUbj8xOra8bfxxKGi/UwExPFBuPdH4XfHc9rGQhrVkQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-dynamic-import/7.8.3: @@ -1790,21 +1756,21 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.21.0: + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 dev: true @@ -1816,12 +1782,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-flow/7.18.6: @@ -1833,13 +1799,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.21.0: + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-import-assertions/7.20.0: @@ -1851,13 +1817,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.21.0: + /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.20.2: resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-import-meta/7.10.4: @@ -1868,12 +1834,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.0: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.20.2: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-json-strings/7.8.3: @@ -1883,12 +1849,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: @@ -1909,13 +1875,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.0: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-logical-assignment-operators/7.10.4: @@ -1925,12 +1891,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.0: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.20.2: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: @@ -1940,12 +1906,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-numeric-separator/7.10.4: @@ -1955,12 +1921,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.0: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.20.2: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-object-rest-spread/7.8.3: @@ -1979,12 +1945,12 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-optional-catch-binding/7.8.3: @@ -1994,12 +1960,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-optional-chaining/7.8.3: @@ -2009,12 +1975,12 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.0: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.20.2: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-private-property-in-object/7.14.5: @@ -2026,13 +1992,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.21.0: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-syntax-top-level-await/7.14.5: @@ -2043,26 +2009,26 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.0: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.20.2: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.21.0: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.2: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-arrow-functions/7.20.7: - resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} + /@babel/plugin-transform-arrow-functions/7.18.6: + resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2070,17 +2036,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-arrow-functions/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==} + /@babel/plugin-transform-arrow-functions/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-async-to-generator/7.20.7: - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-to-generator/7.18.6: + resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2092,16 +2058,16 @@ packages: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-to-generator/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.0 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.20.2 transitivePeerDependencies: - supports-color @@ -2114,17 +2080,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-block-scoping/7.21.0: - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + /@babel/plugin-transform-block-scoping/7.20.2: + resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2132,75 +2098,73 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + /@babel/plugin-transform-block-scoping/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-classes/7.21.0: - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-classes/7.20.2: + resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.7 + '@babel/helper-compilation-targets': 7.20.0 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-classes/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-function-name': 7.19.0 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-replace-supers': 7.19.1 '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-computed-properties/7.20.7: - resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} + /@babel/plugin-transform-computed-properties/7.18.9: + resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-computed-properties/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==} + /@babel/plugin-transform-computed-properties/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/template': 7.20.7 - /@babel/plugin-transform-destructuring/7.20.7: - resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} + /@babel/plugin-transform-destructuring/7.20.2: + resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2208,13 +2172,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-destructuring/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==} + /@babel/plugin-transform-destructuring/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-dotall-regex/7.18.6: @@ -2223,18 +2187,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-duplicate-keys/7.18.9: @@ -2246,13 +2210,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.21.0: + /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-exponentiation-operator/7.18.6: @@ -2265,18 +2229,18 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-builder-binary-assignment-operator-visitor': 7.18.9 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-flow-strip-types/7.21.0: - resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} + /@babel/plugin-transform-flow-strip-types/7.19.0: + resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2285,18 +2249,18 @@ packages: '@babel/plugin-syntax-flow': 7.18.6 dev: true - /@babel/plugin-transform-flow-strip-types/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} + /@babel/plugin-transform-flow-strip-types/7.19.0_@babel+core@7.20.2: + resolution: {integrity: sha512-sgeMlNaQVbCSpgLSKP4ZZKfsJVnFnNQlUSk6gPYzR/q7tzCgQF2t8RBKAP6cKJeZdveei7Q7Jm527xepI8lNLg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.0 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.2 - /@babel/plugin-transform-for-of/7.21.0: - resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} + /@babel/plugin-transform-for-of/7.18.8: + resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2304,13 +2268,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-for-of/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==} + /@babel/plugin-transform-for-of/7.18.8_@babel+core@7.20.2: + resolution: {integrity: sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-function-name/7.18.9: @@ -2319,20 +2283,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-compilation-targets': 7.20.7 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-compilation-targets': 7.20.0 + '@babel/helper-function-name': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.21.0: + /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 - '@babel/helper-function-name': 7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 + '@babel/helper-function-name': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-literals/7.18.9: @@ -2344,13 +2308,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.21.0: + /@babel/plugin-transform-literals/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-member-expression-literals/7.18.6: @@ -2362,88 +2326,88 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-modules-amd/7.20.11: - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd/7.19.6: + resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.21.0: - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-module-transforms': 7.21.2 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.21.2: - resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} + /@babel/plugin-transform-modules-commonjs/7.19.6: + resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.21.2_@babel+core@7.21.0: - resolution: {integrity: sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==} + /@babel/plugin-transform-modules-commonjs/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-module-transforms': 7.21.2 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs/7.20.11: - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs/7.19.6: + resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.21.0: - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: @@ -2455,42 +2419,42 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-module-transforms': 7.21.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-module-transforms': 7.21.2 + '@babel/core': 7.20.2 + '@babel/helper-module-transforms': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5: - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + /@babel/plugin-transform-named-capturing-groups-regex/7.19.1: + resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.21.0: - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + /@babel/plugin-transform-named-capturing-groups-regex/7.19.1_@babel+core@7.20.2: + resolution: {integrity: sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-new-target/7.18.6: @@ -2502,13 +2466,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-object-super/7.18.6: @@ -2518,25 +2482,25 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-replace-supers': 7.19.1 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-parameters/7.20.7: - resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} + /@babel/plugin-transform-parameters/7.20.3: + resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2544,8 +2508,8 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.12.9: - resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} + /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.12.9: + resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2554,13 +2518,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-parameters/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==} + /@babel/plugin-transform-parameters/7.20.3_@babel+core@7.20.2: + resolution: {integrity: sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-property-literals/7.18.6: @@ -2572,22 +2536,22 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-react-constant-elements/7.20.2_@babel+core@7.21.0: + /@babel/plugin-transform-react-constant-elements/7.20.2_@babel+core@7.20.2: resolution: {integrity: sha512-KS/G8YI8uwMGKErLFOHS/ekhqdHhpEloxs43NecQHVgo2QuQSyJhGIY1fL8UGl9wy5ItVwwoUL4YxVqsplGq2g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-react-display-name/7.18.6: @@ -2599,13 +2563,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-react-jsx-development/7.18.6: @@ -2614,20 +2578,20 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/plugin-transform-react-jsx': 7.21.0 + '@babel/plugin-transform-react-jsx': 7.19.0 dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 - /@babel/plugin-transform-react-jsx/7.21.0: - resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} + /@babel/plugin-transform-react-jsx/7.19.0: + resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2636,21 +2600,21 @@ packages: '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-syntax-jsx': 7.18.6 - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 dev: true - /@babel/plugin-transform-react-jsx/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-6OAWljMvQrZjR2DaNhVfRz6dkCAVV+ymcLUmaf8bccGOHn2v5rHJK3tTpij0BuhdYWP4LLaqj5lwcdlpAAPuvg==} + /@babel/plugin-transform-react-jsx/7.19.0_@babel+core@7.20.2: + resolution: {integrity: sha512-UVEvX3tXie3Szm3emi1+G63jyw1w5IcMY0FSKM+CRnKRI5Mr1YbCNgsSTwoTwKphQEG9P+QqmuRFneJPZuHNhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.0 - '@babel/types': 7.21.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/types': 7.20.2 /@babel/plugin-transform-react-pure-annotations/7.18.6: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} @@ -2662,35 +2626,35 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-regenerator/7.20.5: - resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} + /@babel/plugin-transform-regenerator/7.18.6: + resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - regenerator-transform: 0.15.1 + regenerator-transform: 0.15.0 dev: true - /@babel/plugin-transform-regenerator/7.20.5_@babel+core@7.21.0: - resolution: {integrity: sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==} + /@babel/plugin-transform-regenerator/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - regenerator-transform: 0.15.1 + regenerator-transform: 0.15.0 /@babel/plugin-transform-reserved-words/7.18.6: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} @@ -2701,17 +2665,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-runtime/7.21.0: - resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} + /@babel/plugin-transform-runtime/7.19.6: + resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2725,18 +2689,18 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-runtime/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-ReY6pxwSzEU0b3r2/T/VhqMKg/AkceBT19X0UptA3/tYi5Pe2eXgEUH+NNMC5nok6c6XQz5tyVTUpuezRfSMSg==} + /@babel/plugin-transform-runtime/7.19.6_@babel+core@7.20.2: + resolution: {integrity: sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.20.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.0 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.0 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.0 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -2750,17 +2714,17 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-spread/7.20.7: - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread/7.19.0: + resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2769,13 +2733,13 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.21.0: - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread/7.19.0_@babel+core@7.20.2: + resolution: {integrity: sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 @@ -2788,13 +2752,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-template-literals/7.18.9: @@ -2806,13 +2770,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.21.0: + /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-typeof-symbol/7.18.9: @@ -2824,25 +2788,25 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.21.0: + /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.20.2: resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typescript/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-xo///XTPp3mDzTtrqXoBlK9eiAYW3wv9JXglcn/u1bi60RW11dEUxIgA8cbnDhutS1zacjMRmAwxE0gMklLnZg==} + /@babel/plugin-transform-typescript/7.20.2_@babel+core@7.20.2: + resolution: {integrity: sha512-jvS+ngBfrnTUBfOQq8NfGnSbF9BrqlR6hjJ2yVxMkmO5nL/cdifNbI30EfjRlN4g5wYWNnMPyj5Sa6R1pbLeag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-class-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-class-features-plugin': 7.20.2_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.0 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 transitivePeerDependencies: - supports-color @@ -2855,13 +2819,13 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.21.0: + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.20.2: resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/plugin-transform-unicode-regex/7.18.6: @@ -2870,18 +2834,18 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.0 + '@babel/helper-create-regexp-features-plugin': 7.19.0 '@babel/helper-plugin-utils': 7.20.2 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.21.0: + /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-create-regexp-features-plugin': 7.21.0_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-create-regexp-features-plugin': 7.19.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 /@babel/preset-env/7.20.2: @@ -2890,26 +2854,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.0 - '@babel/helper-compilation-targets': 7.20.7 + '@babel/compat-data': 7.20.1 + '@babel/helper-compilation-targets': 7.20.0 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-validator-option': 7.18.6 '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7 - '@babel/plugin-proposal-async-generator-functions': 7.20.7 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9 + '@babel/plugin-proposal-async-generator-functions': 7.20.1 '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-class-static-block': 7.21.0 + '@babel/plugin-proposal-class-static-block': 7.18.6 '@babel/plugin-proposal-dynamic-import': 7.18.6 '@babel/plugin-proposal-export-namespace-from': 7.18.9 '@babel/plugin-proposal-json-strings': 7.18.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9 '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6 '@babel/plugin-proposal-numeric-separator': 7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.20.7 + '@babel/plugin-proposal-object-rest-spread': 7.20.2 '@babel/plugin-proposal-optional-catch-binding': 7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.21.0 + '@babel/plugin-proposal-optional-chaining': 7.18.9 '@babel/plugin-proposal-private-methods': 7.18.6 - '@babel/plugin-proposal-private-property-in-object': 7.21.0 + '@babel/plugin-proposal-private-property-in-object': 7.18.6 '@babel/plugin-proposal-unicode-property-regex': 7.18.6 '@babel/plugin-syntax-async-generators': 7.8.4 '@babel/plugin-syntax-class-properties': 7.12.13 @@ -2926,130 +2890,130 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3 '@babel/plugin-syntax-private-property-in-object': 7.14.5 '@babel/plugin-syntax-top-level-await': 7.14.5 - '@babel/plugin-transform-arrow-functions': 7.20.7 - '@babel/plugin-transform-async-to-generator': 7.20.7 + '@babel/plugin-transform-arrow-functions': 7.18.6 + '@babel/plugin-transform-async-to-generator': 7.18.6 '@babel/plugin-transform-block-scoped-functions': 7.18.6 - '@babel/plugin-transform-block-scoping': 7.21.0 - '@babel/plugin-transform-classes': 7.21.0 - '@babel/plugin-transform-computed-properties': 7.20.7 - '@babel/plugin-transform-destructuring': 7.20.7 + '@babel/plugin-transform-block-scoping': 7.20.2 + '@babel/plugin-transform-classes': 7.20.2 + '@babel/plugin-transform-computed-properties': 7.18.9 + '@babel/plugin-transform-destructuring': 7.20.2 '@babel/plugin-transform-dotall-regex': 7.18.6 '@babel/plugin-transform-duplicate-keys': 7.18.9 '@babel/plugin-transform-exponentiation-operator': 7.18.6 - '@babel/plugin-transform-for-of': 7.21.0 + '@babel/plugin-transform-for-of': 7.18.8 '@babel/plugin-transform-function-name': 7.18.9 '@babel/plugin-transform-literals': 7.18.9 '@babel/plugin-transform-member-expression-literals': 7.18.6 - '@babel/plugin-transform-modules-amd': 7.20.11 - '@babel/plugin-transform-modules-commonjs': 7.21.2 - '@babel/plugin-transform-modules-systemjs': 7.20.11 + '@babel/plugin-transform-modules-amd': 7.19.6 + '@babel/plugin-transform-modules-commonjs': 7.19.6 + '@babel/plugin-transform-modules-systemjs': 7.19.6 '@babel/plugin-transform-modules-umd': 7.18.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5 + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1 '@babel/plugin-transform-new-target': 7.18.6 '@babel/plugin-transform-object-super': 7.18.6 - '@babel/plugin-transform-parameters': 7.20.7 + '@babel/plugin-transform-parameters': 7.20.3 '@babel/plugin-transform-property-literals': 7.18.6 - '@babel/plugin-transform-regenerator': 7.20.5 + '@babel/plugin-transform-regenerator': 7.18.6 '@babel/plugin-transform-reserved-words': 7.18.6 '@babel/plugin-transform-shorthand-properties': 7.18.6 - '@babel/plugin-transform-spread': 7.20.7 + '@babel/plugin-transform-spread': 7.19.0 '@babel/plugin-transform-sticky-regex': 7.18.6 '@babel/plugin-transform-template-literals': 7.18.9 '@babel/plugin-transform-typeof-symbol': 7.18.9 '@babel/plugin-transform-unicode-escapes': 7.18.10 '@babel/plugin-transform-unicode-regex': 7.18.6 '@babel/preset-modules': 0.1.5 - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 babel-plugin-polyfill-corejs2: 0.3.3 babel-plugin-polyfill-corejs3: 0.6.0 babel-plugin-polyfill-regenerator: 0.4.1 - core-js-compat: 3.29.0 + core-js-compat: 3.26.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-env/7.20.2_@babel+core@7.21.0: + /@babel/preset-env/7.20.2_@babel+core@7.20.2: resolution: {integrity: sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.0 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.21.0 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-compilation-targets': 7.20.0_@babel+core@7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-class-static-block': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.21.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.0 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.0 - '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.21.0 - '@babel/plugin-transform-modules-commonjs': 7.21.2_@babel+core@7.21.0 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.21.0 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.21.0 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-regenerator': 7.20.5_@babel+core@7.21.0 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.21.0 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.0 - '@babel/preset-modules': 0.1.5_@babel+core@7.21.0 - '@babel/types': 7.21.2 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.0 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.0 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.0 - core-js-compat: 3.29.0 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-async-generator-functions': 7.20.1_@babel+core@7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-amd': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-systemjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-named-capturing-groups-regex': 7.19.1_@babel+core@7.20.2 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.20.2 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.20.2 + '@babel/preset-modules': 0.1.5_@babel+core@7.20.2 + '@babel/types': 7.20.2 + babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.20.2 + babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.20.2 + babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.20.2 + core-js-compat: 3.26.1 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -3061,8 +3025,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-transform-flow-strip-types': 7.19.0 dev: true /@babel/preset-modules/0.1.5: @@ -3073,20 +3037,20 @@ packages: '@babel/helper-plugin-utils': 7.20.2 '@babel/plugin-proposal-unicode-property-regex': 7.18.6 '@babel/plugin-transform-dotall-regex': 7.18.6 - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 esutils: 2.0.3 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.21.0: + /@babel/preset-modules/0.1.5_@babel+core@7.20.2: resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.0 - '@babel/types': 7.21.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.20.2 + '@babel/types': 7.20.2 esutils: 2.0.3 /@babel/preset-react/7.18.6: @@ -3096,47 +3060,47 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-validator-option': 7.18.6 '@babel/plugin-transform-react-display-name': 7.18.6 - '@babel/plugin-transform-react-jsx': 7.21.0 + '@babel/plugin-transform-react-jsx': 7.19.0 '@babel/plugin-transform-react-jsx-development': 7.18.6 '@babel/plugin-transform-react-pure-annotations': 7.18.6 dev: true - /@babel/preset-react/7.18.6_@babel+core@7.21.0: + /@babel/preset-react/7.18.6_@babel+core@7.20.2: resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.21.0 - - /@babel/preset-typescript/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-myc9mpoVA5m1rF8K8DgLEatOYFDpwC+RkMkjZ0Du6uI62YvDe8uxIEYVs/VCdSJ097nlALiU/yBC7//3nI+hNg==} + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.20.2 + + /@babel/preset-typescript/7.18.6_@babel+core@7.20.2: + resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-typescript': 7.21.0_@babel+core@7.21.0 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.2 transitivePeerDependencies: - supports-color - /@babel/register/7.21.0_@babel+core@7.21.0: - resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} + /@babel/register/7.18.9_@babel+core@7.20.2: + resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -3144,85 +3108,81 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/regjsgen/0.8.0: - resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - - /@babel/runtime-corejs3/7.21.0: - resolution: {integrity: sha512-TDD4UJzos3JJtM+tHX+w2Uc+KWj7GV+VKKFdMVd2Rx8sdA19hcc3P3AHFYd5LVOw+pYuSd5lICC3gm52B6Rwxw==} + /@babel/runtime-corejs3/7.20.1: + resolution: {integrity: sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.29.0 - regenerator-runtime: 0.13.11 - dev: true + core-js-pure: 3.26.1 + regenerator-runtime: 0.13.10 /@babel/runtime/7.11.2: resolution: {integrity: sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: false - /@babel/runtime/7.21.0: - resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} + /@babel/runtime/7.20.1: + resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 /@babel/runtime/7.5.5: resolution: {integrity: sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true /@babel/runtime/7.7.2: resolution: {integrity: sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true - /@babel/template/7.20.7: - resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} + /@babel/template/7.18.10: + resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/parser': 7.21.2 - '@babel/types': 7.21.2 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 - /@babel/traverse/7.21.2: - resolution: {integrity: sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==} + /@babel/traverse/7.20.1: + resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.21.1 + '@babel/generator': 7.20.4 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.2 - '@babel/types': 7.21.2 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/traverse/7.21.2_supports-color@5.5.0: - resolution: {integrity: sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==} + /@babel/traverse/7.20.1_supports-color@5.5.0: + resolution: {integrity: sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/generator': 7.21.1 + '@babel/generator': 7.20.4 '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.21.0 + '@babel/helper-function-name': 7.19.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.2 - '@babel/types': 7.21.2 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 debug: 4.3.4_supports-color@5.5.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types/7.21.2: - resolution: {integrity: sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==} + /@babel/types/7.20.2: + resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4 @@ -3236,28 +3196,27 @@ packages: /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - /@ceramicnetwork/blockchain-utils-linking/2.13.0: - resolution: {integrity: sha512-W2f0t5IqR6JpBBUQ96UmmAaHWefmN1hal2pcYl8Zk/5UsnBk9nhLDmdtiBU3uJlIXLV+wya/NWwO9+AwjXptbw==} + /@ceramicnetwork/blockchain-utils-linking/2.6.0: + resolution: {integrity: sha512-jq5U8yw7t2razPW8jqZ3akS7k2mFKf7GNVKMjIWCVWinuyLDthnjEQMe4vIiMLUdKCO7/eYOWEePVwhW8V7tFw==} dependencies: - '@ceramicnetwork/streamid': 2.14.0 - '@didtools/cacao': 1.2.0 + '@ceramicnetwork/streamid': 2.7.0 + '@didtools/cacao': 1.0.0 '@stablelib/random': 1.0.2 '@stablelib/sha256': 1.0.1 caip: 1.1.0 near-api-js: 0.44.2 - uint8arrays: 4.0.3 + uint8arrays: 3.1.1 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/common/2.23.0: - resolution: {integrity: sha512-hzXN3tJEAfyaaZFCNCqTgtdyTeiNayZt6JF793YRxD9ZLq0OpgpRnF15m/bdj2g7IK8v6enG2jVgq0QLKGaBiA==} + /@ceramicnetwork/common/2.13.0: + resolution: {integrity: sha512-QAbyCRKhm0H0GOHIxKHYSFE6Ak3mb5o+qyfnFz5K7FcUtvjnGUWAqZMdvedzVYLS9lBYirl9oel+h3xEx2gpuw==} dependencies: - '@ceramicnetwork/streamid': 2.14.0 - '@didtools/cacao': 2.0.0 - '@didtools/pkh-ethereum': 0.1.0 - '@didtools/pkh-solana': 0.1.0 - '@didtools/pkh-tezos': 0.2.1 + '@ceramicnetwork/streamid': 2.7.0 + '@didtools/cacao': 1.0.0 + '@didtools/pkh-ethereum': 0.0.1 + '@didtools/pkh-solana': 0.0.1 '@stablelib/random': 1.0.2 caip: 1.1.0 cross-fetch: 3.1.5 @@ -3266,103 +3225,101 @@ packages: jet-logger: 1.2.2 lodash.clonedeep: 4.5.0 logfmt: 1.3.2 - multiformats: 11.0.1 - rxjs: 7.8.0 - uint8arrays: 4.0.3 + multiformats: 9.9.0 + rxjs: 7.5.7 + uint8arrays: 3.1.1 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/http-client/2.20.0: - resolution: {integrity: sha512-nwxxcm1Wt2A+QRByxC0PFGCGNfkzWMobduxeaixgkGhJN5SX7Edu7hi4EmhV0PZmXJRitCaNJDXZiRRZ903D1Q==} + /@ceramicnetwork/http-client/2.10.0: + resolution: {integrity: sha512-+caYOXFvOSgoOiv41vU6Du6Ru52iZAir1hxbAnSO4uHN9wruAYxMD/a9YoepMcvr8veGtQhPvvaGA+rI5MNJ6g==} dependencies: - '@ceramicnetwork/common': 2.23.0 - '@ceramicnetwork/stream-caip10-link': 2.18.0 - '@ceramicnetwork/stream-model': 1.5.0 - '@ceramicnetwork/stream-model-instance': 1.5.0 - '@ceramicnetwork/stream-tile': 2.19.0 - '@ceramicnetwork/streamid': 2.14.0 - query-string: 7.1.3 - rxjs: 7.8.0 + '@ceramicnetwork/common': 2.13.0 + '@ceramicnetwork/stream-caip10-link': 2.8.0 + '@ceramicnetwork/stream-model': 0.11.0 + '@ceramicnetwork/stream-model-instance': 0.9.0 + '@ceramicnetwork/stream-tile': 2.9.0 + '@ceramicnetwork/streamid': 2.7.0 + query-string: 7.1.1 + rxjs: 7.5.7 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-caip10-link/2.18.0: - resolution: {integrity: sha512-um1cexz5T+t4PWzIfpUPFhXoZAZWvmRVKlhBCrXHMWRGCgLFm/EgG5fUa0BoHouLaesNGggNDRtuM61eozuwTA==} + /@ceramicnetwork/stream-caip10-link/2.8.0: + resolution: {integrity: sha512-5rZOF+cQEmTxhNA6hBltlBHq0vNNkAUqW2qZ69q5497X+bGGHXzG2fLus68T3o5SXpW2EayuDkPrH4K2/PbUPg==} dependencies: - '@ceramicnetwork/common': 2.23.0 - '@ceramicnetwork/streamid': 2.14.0 + '@ceramicnetwork/common': 2.13.0 + '@ceramicnetwork/streamid': 2.7.0 caip: 1.1.0 - did-resolver: 4.0.1 + did-resolver: 3.2.2 lodash.clonedeep: 4.5.0 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-model-instance/1.5.0: - resolution: {integrity: sha512-zdm+JbORr/3bxgMsFck6jYQGWeaWZnjotMnq2k2e9Wyqr5ulyXDk4uh7HG7nJAvTDvjEvAWgjqXFbLLyCzEixw==} + /@ceramicnetwork/stream-model-instance/0.9.0: + resolution: {integrity: sha512-COcaVhzlairDFZHBbdQ27Bo0zkdC0E0SDMUc/R5NlgczI5OxNhrG7TShGcRzBGeQJfMa8UrxVAYFpXmn3QQ8QQ==} dependencies: - '@ceramicnetwork/common': 2.23.0 - '@ceramicnetwork/streamid': 2.14.0 + '@ceramicnetwork/common': 2.13.0 + '@ceramicnetwork/streamid': 2.7.0 '@ipld/dag-cbor': 7.0.3 '@stablelib/random': 1.0.2 fast-json-patch: 3.1.1 - object-sizeof: 2.6.1 - uint8arrays: 4.0.3 + uint8arrays: 3.1.1 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-model/1.5.0: - resolution: {integrity: sha512-zqE+SA5nssHqXeIEJnbAjsxFx8Fhdl67wM/Mz8tRZr1m2ya6BjchGd5rrtE41gfwM6ZM6WYZ/xJZ+k0iMpGiQQ==} + /@ceramicnetwork/stream-model/0.11.0: + resolution: {integrity: sha512-2sP59rThgCjNHaix0w/ekdcltnRj/wzF2hd8roZ0SeO7msHJWD+6lDIdtGLAdg8XpD5KUFdXd/L+1FvXaAaK9g==} dependencies: - '@ceramicnetwork/common': 2.23.0 - '@ceramicnetwork/streamid': 2.14.0 + '@ceramicnetwork/common': 2.13.0 + '@ceramicnetwork/streamid': 2.7.0 '@ipld/dag-cbor': 7.0.3 '@stablelib/random': 1.0.2 fast-json-patch: 3.1.1 json-schema-typed: 8.0.1 - multiformats: 11.0.1 + multiformats: 9.9.0 multihashes: 4.0.3 - uint8arrays: 4.0.3 + uint8arrays: 3.1.1 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/stream-tile/2.19.0: - resolution: {integrity: sha512-iPVjWAIaRaYJuwkY3etljdPciePzOuGijBoXzQ4frL/MxKaAWosyTgloJvhTt0zohzr11WGgoCNqupQ3Mm0Xuw==} + /@ceramicnetwork/stream-tile/2.9.0: + resolution: {integrity: sha512-KoL/7paY+M04L7oaTDnNkyRvqhlbfh+5yDy6ReJ0wGqv5tmCsyX8wiaC5dUGGNMiALORGvtWeoZhjQynDB8riw==} dependencies: - '@ceramicnetwork/common': 2.23.0 - '@ceramicnetwork/streamid': 2.14.0 + '@ceramicnetwork/common': 2.13.0 + '@ceramicnetwork/streamid': 2.7.0 '@ipld/dag-cbor': 7.0.3 '@stablelib/random': 1.0.2 - dids: 4.0.0 + dids: 3.4.0 fast-json-patch: 3.1.1 lodash.clonedeep: 4.5.0 - uint8arrays: 4.0.3 + uint8arrays: 3.1.1 transitivePeerDependencies: - encoding dev: false - /@ceramicnetwork/streamid/2.14.0: - resolution: {integrity: sha512-Pv28GZA77Zth+aC65NJeimrH4pIl91SKMCBAkOHORk/UCH++HTTItAjhu/RqMCsGpfnsIvZAXwsGqNH7dfJz1A==} + /@ceramicnetwork/streamid/2.7.0: + resolution: {integrity: sha512-gRPA5UAYPAPN7KdKMp/hNnAlSp7yeIzWnzKhPYZNo3QbUbZriWQC0IvD8naNV2tzy02z6fwdOxRcLyFP9uPYeg==} dependencies: '@ipld/dag-cbor': 7.0.3 - mapmoize: 1.2.1 - multiformats: 11.0.1 - uint8arrays: 4.0.3 + multiformats: 9.9.0 + typescript-memoize: 1.1.1 + uint8arrays: 3.1.1 varint: 6.0.0 dev: false /@chainlink/contracts/0.0.10: resolution: {integrity: sha512-ok+ucSQ+3mrR+zjbi6zIrdd5M9XymcqVcnXGVyqBVRYZp97jS2/rt/glP320JmHxmi4pacgDOg0Ux11xIr1S8Q==} optionalDependencies: - '@truffle/contract': 4.6.15 + '@truffle/contract': 4.6.6 ethers: 4.0.49 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate dev: true @@ -3371,11 +3328,11 @@ packages: resolution: {integrity: sha512-nqSJ8u2a1Rv9FYbyI8qpDhTYujaKEyLknNrTejLYoSWmdeg+2WB7R6BZqPZYfrJzDxVi3rl6ZQuoaEvpKRZWgQ==} dev: false - /@chainsafe/libp2p-gossipsub/6.2.0: - resolution: {integrity: sha512-b3xEgjaatCmzJgNyE7qbTl/JBIymcNWbLUtW1nGA9a0n9Y0IjnNLyUmHH0y3xe22trVTAf6o7qpAdkbXILU9sg==} + /@chainsafe/libp2p-gossipsub/6.1.0: + resolution: {integrity: sha512-+zIPRGf2T+Qd+Hef/XbJx66FL+hbmth9sk6sr3PvQ2eolHGFwPwxSeM7fVdGWoZ7sMndUoGKUNPmO2GzbPsVQg==} engines: {npm: '>=8.7.0'} dependencies: - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-connection-manager': 1.3.7 '@libp2p/interface-keys': 1.0.7 @@ -3385,11 +3342,11 @@ packages: '@libp2p/interface-registrar': 2.0.8 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/peer-record': 5.0.0 - '@libp2p/pubsub': 6.0.4 + '@libp2p/pubsub': 6.0.0 '@libp2p/topology': 4.0.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 abortable-iterator: 4.0.2 denque: 1.5.1 it-length-prefixed: 8.0.4 @@ -3403,24 +3360,24 @@ packages: - supports-color dev: false - /@chainsafe/libp2p-noise/11.0.1: - resolution: {integrity: sha512-pByMPsbuuiAherDV7DRB/sBmxWJcLt2tkuST4vFpv6FZb3/AxKp+ck2f4pHFNaUCaFbGLQa2wN903i8tq8Qr7Q==} + /@chainsafe/libp2p-noise/11.0.0: + resolution: {integrity: sha512-NEl5aIv6muz9OL+dsa3INEU89JX0NViBxOy7NwwG8eNRPUDHo5E3ZTMSHXQpVx1K/ofoNS4ANO9xwezY6ss5GA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-connection-encrypter': 3.0.6 '@libp2p/interface-keys': 1.0.7 '@libp2p/interface-metrics': 4.0.5 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@stablelib/chacha20poly1305': 1.0.1 '@stablelib/hkdf': 1.0.1 '@stablelib/sha256': 1.0.1 '@stablelib/x25519': 1.0.3 it-length-prefixed: 8.0.4 - it-pair: 2.0.4 - it-pb-stream: 2.0.4 + it-pair: 2.0.3 + it-pb-stream: 2.0.3 it-pipe: 2.0.5 it-stream-types: 1.0.5 protons-runtime: 4.0.2 @@ -3456,24 +3413,24 @@ packages: hasBin: true dependencies: exec-sh: 0.3.6 - minimist: 1.2.8 + minimist: 1.2.7 - /@coinbase/wallet-sdk/3.6.4: - resolution: {integrity: sha512-2ecCT0/pmaMNVyMF7J1ZLFTfLnpnrHNQOGyIcbMBIepeqlE3jndjU023OdwwVLrLXyvfyelJ8K1iwAOvyEZxUw==} + /@coinbase/wallet-sdk/3.5.4: + resolution: {integrity: sha512-+5s05dmB6YUPUnV5vThP96GVG1O4GgS3qYvjYJhe56ds8YFz+keU3/docFBLf8FQOCIO5j7IZtZmVGvz7G+kRw==} engines: {node: '>= 10.0.0'} dependencies: '@metamask/safe-event-emitter': 2.0.0 - '@solana/web3.js': 1.73.3 + '@solana/web3.js': 1.52.0 bind-decorator: 1.0.11 bn.js: 5.2.1 buffer: 6.0.3 clsx: 1.2.1 eth-block-tracker: 4.4.3 - eth-json-rpc-filters: 5.1.0 + eth-json-rpc-filters: 4.2.2 eth-rpc-errors: 4.0.2 json-rpc-engine: 6.1.0 - keccak: 3.0.3 - preact: 10.13.0 + keccak: 3.0.2 + preact: 10.11.3 qs: 6.11.0 rxjs: 6.6.7 sha.js: 2.4.11 @@ -3483,6 +3440,7 @@ packages: - '@babel/core' - bufferutil - encoding + - react-native - supports-color - utf-8-validate dev: false @@ -3503,159 +3461,159 @@ packages: /@csstools/normalize.css/12.0.0: resolution: {integrity: sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==} - /@csstools/postcss-cascade-layers/1.1.1_postcss@8.4.21: + /@csstools/postcss-cascade-layers/1.1.1_postcss@8.4.19: resolution: {integrity: sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /@csstools/postcss-color-function/1.1.1_postcss@8.4.21: + /@csstools/postcss-color-function/1.1.1_postcss@8.4.19: resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - postcss: 8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-font-format-keywords/1.0.1_postcss@8.4.21: + /@csstools/postcss-font-format-keywords/1.0.1_postcss@8.4.19: resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.21: + /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.19: resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-ic-unit/1.0.1_postcss@8.4.21: + /@csstools/postcss-ic-unit/1.0.1_postcss@8.4.19: resolution: {integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - postcss: 8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-is-pseudo-class/2.0.7_postcss@8.4.21: + /@csstools/postcss-is-pseudo-class/2.0.7_postcss@8.4.19: resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /@csstools/postcss-nested-calc/1.0.0_postcss@8.4.21: + /@csstools/postcss-nested-calc/1.0.0_postcss@8.4.19: resolution: {integrity: sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.21: + /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.19: resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-oklab-function/1.1.1_postcss@8.4.21: + /@csstools/postcss-oklab-function/1.1.1_postcss@8.4.19: resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - postcss: 8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.21: + /@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.19: resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-stepped-value-functions/1.0.1_postcss@8.4.21: + /@csstools/postcss-stepped-value-functions/1.0.1_postcss@8.4.19: resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-text-decoration-shorthand/1.0.0_postcss@8.4.21: + /@csstools/postcss-text-decoration-shorthand/1.0.0_postcss@8.4.19: resolution: {integrity: sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-trigonometric-functions/1.0.2_postcss@8.4.21: + /@csstools/postcss-trigonometric-functions/1.0.2_postcss@8.4.19: resolution: {integrity: sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==} engines: {node: ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /@csstools/postcss-unset-value/1.0.2_postcss@8.4.21: + /@csstools/postcss-unset-value/1.0.2_postcss@8.4.19: resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /@csstools/selector-specificity/2.1.1_wajs5nedgkikc5pcuwett7legi: - resolution: {integrity: sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==} - engines: {node: ^14 || ^16 || >=18} + /@csstools/selector-specificity/2.0.2_45y636a2vqremknoajyxd5nkzy: + resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} + engines: {node: ^12 || ^14 || >=16} peerDependencies: - postcss: ^8.4 + postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 /@cypress/browserify-preprocessor/3.0.2: resolution: {integrity: sha512-y6mlFR+IR2cqcm3HabSp7AEcX9QfF1EUL4eOaw/7xexdhmdQU8ez6piyRopZQob4BK8oKTsc9PkupsU2rzjqMA==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/preset-react': 7.18.6_@babel+core@7.21.0 - '@babel/runtime': 7.21.0 + '@babel/core': 7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@babel/runtime': 7.20.1 babel-plugin-add-module-exports: 1.0.4 - babelify: 10.0.0_@babel+core@7.21.0 + babelify: 10.0.0_@babel+core@7.20.2 bluebird: 3.7.2 browserify: 16.5.2 coffeeify: 3.0.1_coffeescript@1.12.7 @@ -3692,7 +3650,7 @@ packages: resolution: {integrity: sha512-Fn3fdTiyayHoy8Ol0RSu4MlBH2maQ2ZEXeEVKl/zHHXEQpld5HX3vdNLhK5YLij8cLynA4DxOT/nO9iEnIiOXw==} dev: true - /@cypress/react/5.12.4_kaae6qomxcc47wqcafohyvutjm: + /@cypress/react/5.12.4_xq2phfowexpehqtx3ygz6elzhy: resolution: {integrity: sha512-d44InxWKmwQKyCMQT/3n1UplYa39yKEQTPlb2HhXF6ickqtmhxw7kePv00yrJpBc9gy2jUkNUOfCbtt2uz1kUw==} peerDependencies: '@babel/core': '>=7' @@ -3723,7 +3681,7 @@ packages: dependencies: '@cypress/mount-utils': 1.0.2 '@cypress/webpack-dev-server': 1.8.4_webpack@4.44.2 - '@types/react': 18.0.28 + '@types/react': 18.0.25 babel-loader: 8.1.0_webpack@4.44.2 cypress: 9.5.3 debug: 4.3.4 @@ -3736,12 +3694,12 @@ packages: - supports-color dev: true - /@cypress/request/2.88.11: - resolution: {integrity: sha512-M83/wfQ1EkspjkE2lNWNV5ui2Cv7UCv1swW1DqljahbzLVWltcsexQh8jYtuS/vzFXP+HySntGM83ZXA9fn17w==} + /@cypress/request/2.88.10: + resolution: {integrity: sha512-Zp7F+R93N0yZyG34GutyTNr+okam7s/Fzc1+i3kcqOP8vk6OuajuE9qZJ6Rs+10/1JFtXFYMdyarnU1rZuJesg==} engines: {node: '>= 6'} dependencies: aws-sign2: 0.7.0 - aws4: 1.12.0 + aws4: 1.11.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -3753,7 +3711,7 @@ packages: json-stringify-safe: 5.0.1 mime-types: 2.1.35 performance-now: 2.1.0 - qs: 6.10.4 + qs: 6.5.3 safe-buffer: 5.2.1 tough-cookie: 2.5.0 tunnel-agent: 0.6.0 @@ -3785,15 +3743,15 @@ packages: - supports-color dev: true - /@design-systems/utils/2.12.0_zula6vjvt3wdocc4mwcxqa6nzi: + /@design-systems/utils/2.12.0_2zx2umvpluuhvlq44va5bta2da: resolution: {integrity: sha512-Y/d2Zzr+JJfN6u1gbuBUb1ufBuLMJJRZQk+dRmw8GaTpqKx5uf7cGUYGTwN02dIb3I+Tf+cW8jcGBTRiFxdYFg==} peerDependencies: '@types/react': '*' react: '>= 16.8.6' react-dom: '>= 16.8.6' dependencies: - '@babel/runtime': 7.21.0 - '@types/react': 18.0.28 + '@babel/runtime': 7.20.1 + '@types/react': 18.0.25 clsx: 1.2.1 focus-lock: 0.8.1 react: 18.2.0 @@ -3801,15 +3759,15 @@ packages: react-merge-refs: 1.1.0 dev: true - /@devtools-ds/object-inspector/1.2.1_zula6vjvt3wdocc4mwcxqa6nzi: - resolution: {integrity: sha512-nrAVVj4c4Iv9958oE4HA7Mk6T+4Mn/4xBRlFDeX4Ps6SMzsqO8bKhw/y6+bOfNyb/TYHmC0/pnPS68GDVZcg5Q==} + /@devtools-ds/object-inspector/1.2.0_2zx2umvpluuhvlq44va5bta2da: + resolution: {integrity: sha512-VztcwqVwScSvYdvJVZBJYsVO/2Pew3JPpFV3T9fuCHQLlHcLYOV3aU/kBS2ScuE2O1JN0ZbobLqFLa3vQF54Fw==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.7.2 - '@devtools-ds/object-parser': 1.2.1 - '@devtools-ds/themes': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi - '@devtools-ds/tree': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi + '@devtools-ds/object-parser': 1.2.0 + '@devtools-ds/themes': 1.2.0_2zx2umvpluuhvlq44va5bta2da + '@devtools-ds/tree': 1.2.0_2zx2umvpluuhvlq44va5bta2da clsx: 1.1.0 react: 18.2.0 transitivePeerDependencies: @@ -3817,19 +3775,19 @@ packages: - react-dom dev: true - /@devtools-ds/object-parser/1.2.1: - resolution: {integrity: sha512-6qB+THhQfJqXyHn8wpJ1KFxXcbpLTlRyCVmkelhr0c1+MPLZcC+0XJxpVZ1AOEXPa6CWVZThBYSCvnYQEvfCqw==} + /@devtools-ds/object-parser/1.2.0: + resolution: {integrity: sha512-SjGGyiFFY8dtUpiWXAvRSzRT+hE11EAAysrq2PsC/GVLf2ZLyT2nHlQO5kDStywyTz+fjw7S7pyDRj1HG9YTTA==} dependencies: '@babel/runtime': 7.5.5 dev: true - /@devtools-ds/themes/1.2.1_zula6vjvt3wdocc4mwcxqa6nzi: - resolution: {integrity: sha512-4/KFsHnokGxUq8CSCchINcVBb6fQ74HtEfNtMuitGtGg3VCRV0kaVSOsz6wzShzhLEaVLd5coSRQKaZj7yx72w==} + /@devtools-ds/themes/1.2.0_2zx2umvpluuhvlq44va5bta2da: + resolution: {integrity: sha512-LimEITorE6yWZWWuMc6OiBfLQgPrQqWbyMEmfRUDPa3PHXoAY4SpDxczfg31fgyRDUNWnZhjaJH5bBbu8VEbIw==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.5.5 - '@design-systems/utils': 2.12.0_zula6vjvt3wdocc4mwcxqa6nzi + '@design-systems/utils': 2.12.0_2zx2umvpluuhvlq44va5bta2da clsx: 1.1.0 react: 18.2.0 transitivePeerDependencies: @@ -3837,13 +3795,13 @@ packages: - react-dom dev: true - /@devtools-ds/tree/1.2.1_zula6vjvt3wdocc4mwcxqa6nzi: - resolution: {integrity: sha512-2ZHG28oWJno0gD+20EoSJO0yffm6JS5r7YzYhGMkrnLGvcCRZuwXSxMmIshSPLIR0cjidiAfGCqsrigHIR4ZQA==} + /@devtools-ds/tree/1.2.0_2zx2umvpluuhvlq44va5bta2da: + resolution: {integrity: sha512-hC4g4ocuo2eg7jsnzKdauxH0sDQiPW3KSM2+uK3kRgcmr9PzpBD5Kob+Y/WFSVKswFleftOGKL4BQLuRv0sPxA==} peerDependencies: react: '>= 16.8.6' dependencies: '@babel/runtime': 7.7.2 - '@devtools-ds/themes': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi + '@devtools-ds/themes': 1.2.0_2zx2umvpluuhvlq44va5bta2da clsx: 1.1.0 react: 18.2.0 transitivePeerDependencies: @@ -3851,33 +3809,20 @@ packages: - react-dom dev: true - /@didtools/cacao/1.2.0: - resolution: {integrity: sha512-y0nMgV8DL0jgHUq0uhjMqrW9p79PopQnugLWx02tss+iR0ahON2cfal20+eFx2p3kXtvaL8U+iByrjmyuokj+A==} + /@didtools/cacao/1.0.0: + resolution: {integrity: sha512-EhhvOJkLEnttPh2HneAVTc/p5xBZJmeytLr/ShLY0Dq1Na8wMeShQVu0oOex0p9s8/+U63E8xCtRPVF5iqHGvQ==} engines: {node: '>=14.14'} dependencies: '@ipld/dag-cbor': 7.0.3 - apg-js: 4.1.3 - caip: 1.1.0 + apg-js: 4.1.2 multiformats: 9.9.0 - uint8arrays: 4.0.3 - dev: false - - /@didtools/cacao/2.0.0: - resolution: {integrity: sha512-FpJA/oLA/kahxIUBTLO1MLLiv6BHdUVoyXg80l6umCQytUytnnGvwmmQZa6GucQZkW0jN0FA953H8ELbNrBD0A==} - engines: {node: '>=14.14'} - dependencies: - '@ipld/dag-cbor': 9.0.0 - apg-js: 4.1.3 - caip: 1.1.0 - multiformats: 11.0.1 - uint8arrays: 4.0.3 dev: false /@didtools/pkh-ethereum/0.0.1: resolution: {integrity: sha512-2hDt1f60WXUNWMVS9S9b0pmXl78ivkVxZJHeyBUkbz7O7To1rHvlgvJ0gFJ3sKVemI1llpClzwd3PEjZfGwiUw==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.2.0 + '@didtools/cacao': 1.0.0 '@ethersproject/wallet': 5.7.0 '@stablelib/random': 1.0.2 caip: 1.1.0 @@ -3887,57 +3832,33 @@ packages: resolution: {integrity: sha512-ka+iwlvBCVQqO3btZ1wssAm0VmG25nqZkD1rSV5IRT8LNAvne2cjKzt/hMutK9PULMD/yJRifwFupgfu7JI9Cg==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.2.0 + '@didtools/cacao': 1.0.0 '@ethersproject/wallet': 5.7.0 '@stablelib/random': 1.0.2 caip: 1.1.0 dev: false - /@didtools/pkh-ethereum/0.1.0: - resolution: {integrity: sha512-Abmc6uvWU8zkOrQbPUAsRtTW293vhx+rzd+/bbduTLrRGEqZ3niakQkxMqvQKZ6/9w+n0IjQVXSHE5vzc5cAeg==} + /@didtools/pkh-solana/0.0.1: + resolution: {integrity: sha512-l/rimusjUDl3bEGD+os7YqxyNpY9545e4a+qXeqDxNX2kfndnAa4Oz+GOPSll9Q9sTgnB5DeuOMbmYxzHxNDqw==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 2.0.0 - '@ethersproject/wallet': 5.7.0 - '@stablelib/random': 1.0.2 + '@didtools/cacao': 1.0.0 + '@stablelib/ed25519': 1.0.3 caip: 1.1.0 + uint8arrays: 3.1.1 dev: false /@didtools/pkh-solana/0.0.2: resolution: {integrity: sha512-PTV8Eu37+/7u+GNqH0fjjoiUpss5v9cfpnCo5yXi+lQ06VR02MvMAfWtI61+QN8xjgmd8wHpQP7CtX32skWOxw==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.2.0 + '@didtools/cacao': 1.0.0 '@stablelib/ed25519': 1.0.3 '@stablelib/random': 1.0.2 caip: 1.1.0 uint8arrays: 3.1.1 dev: false - /@didtools/pkh-solana/0.1.0: - resolution: {integrity: sha512-/0pWsM/TCdHjYZMy4yNcQav2SNj+3W/6RmMebUxdFDKVZFss3ULXIJD0+qsrMFpVNZw3sW/xjFs3He+/fl4HvA==} - engines: {node: '>=14.14'} - dependencies: - '@didtools/cacao': 2.0.0 - '@stablelib/ed25519': 1.0.3 - '@stablelib/random': 1.0.2 - caip: 1.1.0 - uint8arrays: 4.0.3 - dev: false - - /@didtools/pkh-tezos/0.2.1: - resolution: {integrity: sha512-QKf73frCwcxpY8qZkLqt7EP2eGieltRW5GU/xmMPfgrNLYQrfFRYjF8Rmp9wf16cBuRjCRD0WuxQ8rV/++dseg==} - engines: {node: '>=14.14'} - dependencies: - '@didtools/cacao': 2.0.0 - '@stablelib/blake2b': 1.0.1 - '@stablelib/ed25519': 1.0.3 - '@stablelib/random': 1.0.2 - '@stablelib/sha256': 1.0.1 - caip: 1.1.0 - uint8arrays: 4.0.3 - dev: false - /@discoveryjs/json-ext/0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} @@ -3959,10 +3880,10 @@ packages: react-dom: '>=16.8.0' dependencies: '@dnd-kit/accessibility': 3.0.1_react@18.2.0 - '@dnd-kit/utilities': 3.2.1_react@18.2.0 + '@dnd-kit/utilities': 3.2.0_react@18.2.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tslib: 2.5.0 + tslib: 2.4.1 dev: false /@dnd-kit/modifiers/5.0.0_h6rtyfwg74iwkvvbnwusj33zwq: @@ -3971,8 +3892,8 @@ packages: '@dnd-kit/core': ^5.0.0 dependencies: '@dnd-kit/core': 5.0.3_biqbaboplfbrettd7655fr4n2y - '@dnd-kit/utilities': 3.2.1_react@18.2.0 - tslib: 2.5.0 + '@dnd-kit/utilities': 3.2.0_react@18.2.0 + tslib: 2.4.1 transitivePeerDependencies: - react dev: false @@ -3984,25 +3905,25 @@ packages: react: '>=16.8.0' dependencies: '@dnd-kit/core': 5.0.3_biqbaboplfbrettd7655fr4n2y - '@dnd-kit/utilities': 3.2.1_react@18.2.0 + '@dnd-kit/utilities': 3.2.0_react@18.2.0 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.4.1 dev: false - /@dnd-kit/utilities/3.2.1_react@18.2.0: - resolution: {integrity: sha512-OOXqISfvBw/1REtkSK2N3Fi2EQiLMlWUlqnOK/UpOISqBZPWpE6TqL+jcPtMOkE8TqYGiURvRdPSI9hltNUjEA==} + /@dnd-kit/utilities/3.2.0_react@18.2.0: + resolution: {integrity: sha512-h65/pn2IPCCIWwdlR2BMLqRkDxpTEONA+HQW3n765HBijLYGyrnTCLa2YQt8VVjjSQD6EfFlTE6aS2Q/b6nb2g==} peerDependencies: react: '>=16.8.0' dependencies: react: 18.2.0 - tslib: 2.5.0 + tslib: 2.4.1 dev: false /@drptbl/gremlins.js/2.2.1: resolution: {integrity: sha512-VWsdOZTsu8ABNVplFQUniHSLsCAQIJh+HDTUP6CllxXBe2pgFQKQ6RGxAS/QRTUcPprQCGpB3zH+gqNnvRRTmQ==} dependencies: - chance: 1.1.10 - core-js: 3.29.0 + chance: 1.1.9 + core-js: 3.26.1 dev: true /@electron/get/1.14.1: @@ -4092,7 +4013,7 @@ packages: resolution: {integrity: sha512-WNdGKCeubMIAfyPYTMlKeX6cgXKIEo42OcWPOLBiclzJwMibkVqpaGgWKVH9dniJq7bLXLa2tQ0k/F1pt6gUxA==} dependencies: cids: 1.1.9 - js-base64: 3.7.5 + js-base64: 3.7.2 multicodec: 3.2.1 multihashes: 2.0.0 dev: false @@ -4105,12 +4026,12 @@ packages: eth-ens-namehash: 2.0.8 solc: 0.4.26 testrpc: 0.0.1 - web3-utils: 1.8.2 + web3-utils: 1.8.1 /@ensdomains/ensjs/2.1.0: resolution: {integrity: sha512-GRbGPT8Z/OJMDuxs75U/jUNEC0tbL0aj7/L/QQznGYKm/tiasp+ndLOaoULy9kKJFC0TBByqfFliEHDgoLhyog==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 '@ensdomains/address-encoder': 0.1.9 '@ensdomains/ens': 0.4.5 '@ensdomains/resolver': 0.2.4 @@ -4131,14 +4052,6 @@ packages: dependencies: '@envelop/types': 3.0.1 tslib: 2.4.0 - dev: true - - /@envelop/core/3.0.6: - resolution: {integrity: sha512-06t1xCPXq6QFN7W1JUEf68aCwYN0OUDNAIoJe7bAqhaoa2vn7NCcuX1VHkJ/OWpmElUgCsRO6RiBbIru1in0Ig==} - dependencies: - '@envelop/types': 3.0.2 - tslib: 2.5.0 - dev: false /@envelop/extended-validation/2.0.4_a6sekiasy2tqr6d5gj7n2wtjli: resolution: {integrity: sha512-23B6VgizjItYehAGB4ZDT9VVmYCHxYVnbJ4XPvlT5R0KSEmTAzoCHTJ5Y+hnQ/lP3wk5OgZZI5HTDSi8CcSNug==} @@ -4147,26 +4060,14 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 + '@graphql-tools/utils': 8.9.0_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 - /@envelop/extended-validation/2.0.6_adj6itjezth6avcd67ktx7eo6a: - resolution: {integrity: sha512-aXAf1bg5Z71YfEKLCZ8OMUZAOYPGHV/a+7avd5TIMFNDxl5wJTmIonep3T+kdMpwRInDphfNPGFD0GcGdGxpHg==} + /@envelop/parser-cache/5.0.4_a6sekiasy2tqr6d5gj7n2wtjli: + resolution: {integrity: sha512-+kp6nzCVLYI2WQExQcE3FSy6n9ZGB5GYi+ntyjYdxaXU41U1f8RVwiLdyh0Ewn5D/s/zaLin09xkFKITVSAKDw==} peerDependencies: - '@envelop/core': ^3.0.6 - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@envelop/core': 3.0.6 - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - dev: false - - /@envelop/parser-cache/5.0.6_a6sekiasy2tqr6d5gj7n2wtjli: - resolution: {integrity: sha512-H+A4QdtEt3l9K71/Mko59ws6iGAMS9Qiqbuh5fYa3vcRiAxHlri/ldA//Bvr+OYFBY7DWbR3r/vMaTxehNDx8w==} - peerDependencies: - '@envelop/core': ^3.0.6 + '@envelop/core': ^3.0.4 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 @@ -4191,20 +4092,13 @@ packages: tslib: 2.5.0 dev: true - /@envelop/types/3.0.2: - resolution: {integrity: sha512-pOFea9ha0EkURWxJ/35axoH9fDGP5S2cUu/5Mmo9pb8zUf+TaEot8vB670XXihFEn/92759BMjLJNWBKmNhyng==} - dependencies: - tslib: 2.5.0 - dev: false - - /@envelop/validation-cache/5.1.2_a6sekiasy2tqr6d5gj7n2wtjli: - resolution: {integrity: sha512-APofOvjaHrF+IW71VCXdyG+EbA6EQJXdunUe1EECU9vZzGKYUuQXfVeCOD6IYNF44KKSQArTfU8RhnUlW6VyOQ==} + /@envelop/validation-cache/5.0.5_a6sekiasy2tqr6d5gj7n2wtjli: + resolution: {integrity: sha512-69sq5H7hvxE+7VV60i0bgnOiV1PX9GEJHKrBrVvyEZAXqYojKO3DP9jnLGryiPgVaBjN5yw12ge0l0s2gXbolQ==} peerDependencies: - '@envelop/core': ^3.0.6 + '@envelop/core': ^3.0.4 graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 - fast-json-stable-stringify: 2.1.0 graphql: 16.6.0 lru-cache: 6.0.0 tslib: 2.5.0 @@ -4217,7 +4111,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 7.3.1 - globals: 13.20.0 + globals: 13.19.0 ignore: 4.0.6 import-fresh: 3.3.0 js-yaml: 3.14.1 @@ -4225,17 +4119,16 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - dev: true - /@eslint/eslintrc/2.0.0: - resolution: {integrity: sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==} + /@eslint/eslintrc/1.4.0: + resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.1 - globals: 13.20.0 - ignore: 5.2.4 + globals: 13.19.0 + ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -4243,10 +4136,6 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js/8.35.0: - resolution: {integrity: sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@eth-optimism/contracts/0.0.2-alpha.7: resolution: {integrity: sha512-nl+UsKPTPEyKS6p5E5g4U5SAqOK8Cj24o0GXtxERuVW/+eaBqbc5IEM50/wL5e/XiW4DjUOAMZl01GYiE8mIfA==} dependencies: @@ -4276,12 +4165,11 @@ packages: dependencies: crc-32: 1.2.2 ethereumjs-util: 7.1.5 - dev: false /@ethereumjs/tx/3.3.2: resolution: {integrity: sha512-6AaJhwg4ucmwTvw/1qLaZUX5miWrwZ4nLOUsKyb/HtzS3BMw/CasKhdi1ims9mBKeK9sOJCH4qGKOBGyJCeeog==} dependencies: - '@ethereumjs/common': 2.5.0 + '@ethereumjs/common': 2.6.5 ethereumjs-util: 7.1.5 /@ethereumjs/tx/3.5.2: @@ -4289,7 +4177,6 @@ packages: dependencies: '@ethereumjs/common': 2.6.5 ethereumjs-util: 7.1.5 - dev: false /@ethersproject/abi/5.0.7: resolution: {integrity: sha512-Cqktk+hSIckwP/W8O47Eef60VwmoSC/L3lY0+dIBhQPCNn9E4V7rwmm2aFrNRRDJfFlGuZ1khkQUOc3oBX+niw==} @@ -4627,7 +4514,7 @@ packages: resolution: {integrity: sha512-T9HUVEjEgM0MzVLY4gs52ffz5AlHeC3CSGFcEzL4ojKMVzMxa3na1GW/XCmunrhnWP2cDh4fE2MhqLxA0CHqTw==} engines: {node: '>=10'} dependencies: - keccak: 3.0.3 + keccak: 3.0.2 dev: false /@firebase/analytics-types/0.4.0: @@ -4753,7 +4640,7 @@ packages: '@firebase/logger': 0.2.6 '@firebase/util': 0.3.4 '@firebase/webchannel-wrapper': 0.4.1 - '@grpc/grpc-js': 1.8.11 + '@grpc/grpc-js': 1.7.3 '@grpc/proto-loader': 0.5.6 node-fetch: 2.6.1 tslib: 1.14.1 @@ -4915,13 +4802,13 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: true - /@graphprotocol/client-add-source-name/1.0.16_graphql@16.6.0: - resolution: {integrity: sha512-LBlgUn3UJgT5Fmwy6OEx4Me5Il8PVKHGNqVimNZnPlgpyTCC1fiIZbalmGcxwfbloJSCCGs7f29/K7btjJ5reA==} + /@graphprotocol/client-add-source-name/1.0.14_graphql@16.6.0: + resolution: {integrity: sha512-DKSBQb48k+L0PQlEqI/Lu+1KJb4SUcAcRtzRBAJMBBFuNUaoxX6jXa6UdmSvL8PkusmbuSQVAVXutZdEJQhurw==} peerDependencies: - '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 - '@graphql-tools/delegate': 9.0.26 - '@graphql-tools/utils': 9.2.1 - '@graphql-tools/wrap': 9.3.5 + '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 + '@graphql-tools/delegate': 9.0.20 + '@graphql-tools/utils': 9.1.3 + '@graphql-tools/wrap': 9.2.21 graphql: ^15.2.0 || ^16.0.0 dependencies: graphql: 16.6.0 @@ -4929,13 +4816,13 @@ packages: tslib: 2.5.0 dev: true - /@graphprotocol/client-auto-pagination/1.1.14_graphql@16.6.0: - resolution: {integrity: sha512-NruvV+VhkEORnwHaHhB5zDvDv+yVYQDIpnsXL8dy6dTZEfw2p2U5VwLhz5ZwFfLXwZoOrSN7lT6XwRNPRROopw==} + /@graphprotocol/client-auto-pagination/1.1.12_graphql@16.6.0: + resolution: {integrity: sha512-Y3xSSxwmHNsmLOzktTmeNRx9DFiQxit1ArmUnegDJSedeWJLyortVoAE5eIF3MI1lExDz0+2ksNJNNLhqW2Sew==} peerDependencies: - '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 - '@graphql-tools/delegate': 9.0.26 - '@graphql-tools/utils': 9.2.1 - '@graphql-tools/wrap': 9.3.5 + '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 + '@graphql-tools/delegate': 9.0.20 + '@graphql-tools/utils': 9.1.3 + '@graphql-tools/wrap': 9.2.21 graphql: ^15.2.0 || ^16.0.0 dependencies: graphql: 16.6.0 @@ -4943,14 +4830,14 @@ packages: tslib: 2.5.0 dev: true - /@graphprotocol/client-auto-type-merging/1.0.21_graphql@16.6.0: - resolution: {integrity: sha512-AtY1dw1bG1JC6+OkW8/oSUPvRAmgpWpwbQmiLZZ/rccEGA/yNRJf1tSJBHtSbgoJNrEzxfzZMfa3FF/EFQ54zw==} + /@graphprotocol/client-auto-type-merging/1.0.19_graphql@16.6.0: + resolution: {integrity: sha512-i4iuZtdOGUknEJn3UrZfkl10aXmHiMzqydrOUR3MVRFrP9qLCRyg6oE/NECNC9tABd8KZx9vtAZBUlu+N2Lz4g==} peerDependencies: - '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0 || ^0.91.0 - '@graphql-tools/delegate': 9.0.26 + '@graphql-mesh/types': ^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 + '@graphql-tools/delegate': 9.0.20 graphql: ^15.2.0 || ^16.0.0 dependencies: - '@graphql-mesh/transform-type-merging': 0.5.8_graphql@16.6.0 + '@graphql-mesh/transform-type-merging': 0.5.3_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -4958,32 +4845,32 @@ packages: - react-native-windows dev: true - /@graphprotocol/client-block-tracking/1.0.11_graphql@16.6.0: - resolution: {integrity: sha512-k7gR3HS/zJGUvpMQ2NTl0CmqtGBuHYIbfXEbPT/WaJWHSTFm7+Wm5vle/nqAZAFxzA/FwUsw+7TZUPF7+VslTg==} + /@graphprotocol/client-block-tracking/1.0.10_graphql@16.6.0: + resolution: {integrity: sha512-N6gW8sKpNNkL0r+i2BCBpaxQO+YNB3x3l4KZBlWjowxjpwNp1c9ox6ACxcWhVxINqh//Lchl7p2sr09GX7+9Xw==} peerDependencies: - '@graphql-tools/delegate': 9.0.26 + '@graphql-tools/delegate': 9.0.20 graphql: ^15.2.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 dev: true - /@graphprotocol/client-cli/2.2.18_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-Io38GlBDR/i3VceiR3vBYVq+Is/lW9eFZ7FRm7B9u2LZmWj5h3P+TB4zRXn5oPVTQVegqFq8SprW9NzS29D2iA==} + /@graphprotocol/client-cli/2.2.16_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-KlA9t3y6CC5gieMH0UbdfmSHdSOxs9E0S9iUwbWF+MtBK2vZ92cAhy7wMFWDzPK8MfKyvI7/doYWAKGBoX5YhA==} hasBin: true peerDependencies: graphql: ^15.2.0 || ^16.0.0 dependencies: - '@graphprotocol/client-add-source-name': 1.0.16_graphql@16.6.0 - '@graphprotocol/client-auto-pagination': 1.1.14_graphql@16.6.0 - '@graphprotocol/client-auto-type-merging': 1.0.21_graphql@16.6.0 - '@graphprotocol/client-block-tracking': 1.0.11_graphql@16.6.0 + '@graphprotocol/client-add-source-name': 1.0.14_graphql@16.6.0 + '@graphprotocol/client-auto-pagination': 1.1.12_graphql@16.6.0 + '@graphprotocol/client-auto-type-merging': 1.0.19_graphql@16.6.0 + '@graphprotocol/client-block-tracking': 1.0.10_graphql@16.6.0 '@graphprotocol/client-polling-live': 1.0.2_graphql@16.6.0 - '@graphql-mesh/cli': 0.82.15_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-mesh/graphql': 0.34.1_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/cli': 0.82.3_dvgirfdsy4cky7rqkuzgo4keja + '@graphql-mesh/graphql': 0.33.3_dvgirfdsy4cky7rqkuzgo4keja graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.4.1 transitivePeerDependencies: - '@babel/core' - '@envelop/core' @@ -5046,17 +4933,18 @@ packages: which: 2.0.2 yaml: 1.9.2 transitivePeerDependencies: + - encoding - supports-color dev: true - /@graphprotocol/graph-ts/0.29.3: - resolution: {integrity: sha512-FXBLGlunOSwjiUXYEz1J9J/I2D/myldyib/9v0R+gn/NJaYqUkXD39UmIuRxqj9cBzB/FYojHzoHidIG5nYZDw==} + /@graphprotocol/graph-ts/0.29.0: + resolution: {integrity: sha512-9rCouklL2CjlqtywcwSw++MzjBWlmm6274j4s5HokjOTxr64ER7SCKx+2iCqVV0/S7ivc63MzIHlCLSCjPjbiA==} dependencies: assemblyscript: 0.19.10 dev: true - /@graphql-codegen/core/3.0.0_graphql@16.6.0: - resolution: {integrity: sha512-WUfAUTmUcgeHPR7F5ZQqaBqJLJb5+3Lvp6v9SrnupKOFed+Q3u8CvZL6sPTvDpqqW8Ucjy59DEZqumPLp99pdQ==} + /@graphql-codegen/core/2.6.8_graphql@16.6.0: + resolution: {integrity: sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==} peerDependencies: graphql: ^0.8.0 || ^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: @@ -5072,7 +4960,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^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-tools/utils': 8.13.1_graphql@16.6.0 + '@graphql-tools/utils': 8.9.0_graphql@16.6.0 change-case-all: 1.0.14 common-tags: 1.8.2 graphql: 16.6.0 @@ -5081,8 +4969,8 @@ packages: tslib: 2.4.1 dev: true - /@graphql-codegen/plugin-helpers/4.0.0_graphql@16.6.0: - resolution: {integrity: sha512-vgNGTanT36hC4RAC/LAThMEjDvnu3WCyx6MtKZcPUtfCWFxbUAr88+OarGl1LAEiOef0agIREC7tIBXCqjKkJA==} + /@graphql-codegen/plugin-helpers/3.1.2_graphql@16.6.0: + resolution: {integrity: sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==} peerDependencies: graphql: ^0.8.0 || ^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: @@ -5095,37 +4983,24 @@ packages: tslib: 2.4.1 dev: true - /@graphql-codegen/plugin-helpers/4.1.0_graphql@16.6.0: - resolution: {integrity: sha512-xvSHJb9OGb5CODIls0AI1rCenLz+FuiaNPCsfHMCNsLDjOZK2u0jAQ9zUBdc/Wb+21YXZujBCc0Vm1QX+Zz0nw==} + /@graphql-codegen/schema-ast/2.6.1_graphql@16.6.0: + resolution: {integrity: sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 '@graphql-tools/utils': 9.2.1_graphql@16.6.0 graphql: 16.6.0 - import-from: 4.0.0 - lodash: 4.17.21 - tslib: 2.5.0 - dev: true - - /@graphql-codegen/schema-ast/3.0.1_graphql@16.6.0: - resolution: {integrity: sha512-rTKTi4XiW4QFZnrEqetpiYEWVsOFNoiR/v3rY9mFSttXFbIwNXPme32EspTiGWmEEdHY8UuTDtZN3vEcs/31zw==} - peerDependencies: - graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 4.1.0_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.4.1 dev: true - /@graphql-codegen/typed-document-node/3.0.0_graphql@16.6.0: - resolution: {integrity: sha512-u1HypK2y6OMSpRgEDLoB4fFnEYMUjW9du04WPlYB1S6y2wM1KhnHOmlpMaUAndZEPjbB0z7GVA9GbZ3vsO0Pcg==} + /@graphql-codegen/typed-document-node/2.3.10_graphql@16.6.0: + resolution: {integrity: sha512-FcEKubvEl2bHZG2N7u0AwioRYQmhBDRb/JXNBoNXjv9hg32juwejbilS9WWxgcxS13nPj14byEPfHs6GDrKZLw==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 auto-bind: 4.0.0 change-case-all: 1.0.15 graphql: 16.6.0 @@ -5151,14 +5026,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-operations/3.0.0_graphql@16.6.0: - resolution: {integrity: sha512-t+Lk+lxkUFDh6F0t8CErowOccP3bZwxhl66qmEeBcOrC7jQrSCnRZoFvOXhFKFBJe/y4DIJiizgSr34AqjiJIQ==} + /@graphql-codegen/typescript-operations/2.5.10_graphql@16.6.0: + resolution: {integrity: sha512-N5H7JhcMRzjM2KdvCitqkOd4hphzD9q3NVWGLvBe3Xgqx5Cs3Y4GUcCJbRolSXdQcYBVgZpLZrUe/qoxwYyfeg==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 - '@graphql-codegen/typescript': 3.0.0_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/typescript': 2.8.5_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -5167,15 +5042,15 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript-resolvers/3.0.0_graphql@16.6.0: - resolution: {integrity: sha512-yfRNJF9ZUoiLSPhaBEpQ9E4ymExYzbsKgjU2qJ/0c8l0lViA+o4ALkJMTwb7yU/yTayQtQWgxL5cdDY2I12GpQ==} + /@graphql-codegen/typescript-resolvers/2.7.10_graphql@16.6.0: + resolution: {integrity: sha512-MCts4Vq4l8j5zxbfSjm3bkqYOsMWF9yzzNakYSTWsQZqxqAggsiMz18GTdhQvWCtFt6eKYadVrX3WDZBLuAHOA==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 - '@graphql-codegen/typescript': 3.0.0_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/typescript': 2.8.5_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 + '@graphql-tools/utils': 8.9.0_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -5184,14 +5059,14 @@ packages: - supports-color dev: true - /@graphql-codegen/typescript/3.0.0_graphql@16.6.0: - resolution: {integrity: sha512-FQWyuIUy1y+fxb9+EZfvdBHBQpYExlIBHV5sg2WGNCsyVyCqBTl0mO8icyOtsQPVg6YFMFe8JJO69vQbwHma5w==} + /@graphql-codegen/typescript/2.8.5_graphql@16.6.0: + resolution: {integrity: sha512-5w3zNlnNKM9tI5ZRbhESmsJ4G16rSiFmNQX6Ot56fmcYUC6bnAt5fqvSqs2C+8fVGIIjeWuwjQA5Xn1VkaLY8A==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 - '@graphql-codegen/schema-ast': 3.0.1_graphql@16.6.0 - '@graphql-codegen/visitor-plugin-common': 3.0.0_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 + '@graphql-codegen/schema-ast': 2.6.1_graphql@16.6.0 + '@graphql-codegen/visitor-plugin-common': 2.13.5_graphql@16.6.0 auto-bind: 4.0.0 graphql: 16.6.0 tslib: 2.4.1 @@ -5207,8 +5082,8 @@ packages: dependencies: '@graphql-codegen/plugin-helpers': 2.7.2_graphql@16.6.0 '@graphql-tools/optimize': 1.3.1_graphql@16.6.0 - '@graphql-tools/relay-operation-optimizer': 6.5.17_graphql@16.6.0 - '@graphql-tools/utils': 8.13.1_graphql@16.6.0 + '@graphql-tools/relay-operation-optimizer': 6.5.15_graphql@16.6.0 + '@graphql-tools/utils': 8.9.0_graphql@16.6.0 auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 @@ -5221,15 +5096,15 @@ packages: - supports-color dev: true - /@graphql-codegen/visitor-plugin-common/3.0.0_graphql@16.6.0: - resolution: {integrity: sha512-ZoNlCmmkGClB137SpJT9og/nkihLN7Z4Ynl9Ir3OlbDuI20dbpyXsclpr9QGLcxEcfQeVfhGw9CooW7wZJJ8LA==} + /@graphql-codegen/visitor-plugin-common/2.13.5_graphql@16.6.0: + resolution: {integrity: sha512-OV/mGnSvB/WkEqFu/3bPkAPDNRGRB3xONww5+06CObl383yGrasqM04shYYK4cpcCn9PVWFe8u0SLSEeGmMVrg==} peerDependencies: graphql: ^0.8.0 || ^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-codegen/plugin-helpers': 4.0.0_graphql@16.6.0 + '@graphql-codegen/plugin-helpers': 3.1.2_graphql@16.6.0 '@graphql-tools/optimize': 1.3.1_graphql@16.6.0 - '@graphql-tools/relay-operation-optimizer': 6.5.17_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/relay-operation-optimizer': 6.5.15_graphql@16.6.0 + '@graphql-tools/utils': 8.9.0_graphql@16.6.0 auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 @@ -5252,13 +5127,13 @@ packages: object-inspect: 1.10.3 tslib: 2.5.0 - /@graphql-mesh/cache-localforage/0.7.14_graphql@16.6.0: - resolution: {integrity: sha512-yt0x5rhzpiBoUKsp/MHhicmc3P0f0VTTxh7LGP7vg5VOXqSUjgPZQNFaMRQ6AnoUfpTqU4Ru7DlUcZu6GWwMDg==} + /@graphql-mesh/cache-localforage/0.7.3_graphql@16.6.0: + resolution: {integrity: sha512-YgWWYz88dvlvpC/n1SHd8hSofIrCf6Qhv+h6mjCOI7y51Q9sDk3phhYIz3iqhDhvuwEgzYal3X9FVrG8p6Ilxg==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/types': 0.91.6_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 + '@graphql-mesh/types': 0.89.2_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 graphql: 16.6.0 localforage: 1.10.0 tslib: 2.5.0 @@ -5282,52 +5157,37 @@ packages: - react-native-windows dev: false - /@graphql-mesh/cache-localforage/0.7.8_graphql@16.6.0: - resolution: {integrity: sha512-WPdhICA3ZdmfwqY9x5t6IJD4joeJuuR70OR82lskijofK8/gMM5wi+3zaob58hdcWluiTMkdCd9tV4EC1FA1IA==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - graphql: 16.6.0 - localforage: 1.10.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows - dev: true - - /@graphql-mesh/cli/0.82.15_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-J2EOhG2aE6BwasP+ZANCquq9mp+kAefEg/WUtlfoRQ8dsIAcT2X5mR/OBFaJ0UN3gUiSxVMZvVKukld330KCag==} + /@graphql-mesh/cli/0.82.3_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-y0ZXHH5gbcTMhwAEaZKAXpdIys8QV7KScJynkq3BOaJheKxbBfsBA1EeHDHm3hTQXbJP6FJ8G6MKEdCL8dT1GA==} hasBin: true peerDependencies: graphql: '*' dependencies: - '@graphql-codegen/core': 3.0.0_graphql@16.6.0 - '@graphql-codegen/typed-document-node': 3.0.0_graphql@16.6.0 - '@graphql-codegen/typescript': 3.0.0_graphql@16.6.0 + '@graphql-codegen/core': 2.6.8_graphql@16.6.0 + '@graphql-codegen/typed-document-node': 2.3.10_graphql@16.6.0 + '@graphql-codegen/typescript': 2.8.5_graphql@16.6.0 '@graphql-codegen/typescript-generic-sdk': 3.0.4_graphql@16.6.0 - '@graphql-codegen/typescript-operations': 3.0.0_graphql@16.6.0 - '@graphql-codegen/typescript-resolvers': 3.0.0_graphql@16.6.0 - '@graphql-mesh/config': 10.1.1_dcl37f5a3z4vposkviecpb3sye - '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 - '@graphql-mesh/http': 0.3.12_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-mesh/runtime': 0.46.8_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-mesh/store': 0.9.8_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - ajv: 8.12.0 + '@graphql-codegen/typescript-operations': 2.5.10_graphql@16.6.0 + '@graphql-codegen/typescript-resolvers': 2.7.10_graphql@16.6.0 + '@graphql-mesh/config': 10.0.3_kyzzesohqmwgyet5x7mbt2j5jy + '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 + '@graphql-mesh/http': 0.3.3_dvgirfdsy4cky7rqkuzgo4keja + '@graphql-mesh/runtime': 0.46.2_graphql@16.6.0 + '@graphql-mesh/store': 0.9.3_graphql@16.6.0 + '@graphql-mesh/types': 0.89.2_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + ajv: 8.11.2 change-case: 4.1.2 cosmiconfig: 8.0.0 dnscache: 1.0.2 dotenv: 16.0.3 graphql: 16.6.0 graphql-import-node: 0.0.5_graphql@16.6.0 - graphql-ws: 5.11.3_graphql@16.6.0 + graphql-ws: 5.11.2_graphql@16.6.0 json-bigint-patch: 0.0.8 - json5: 2.2.3 - mkdirp: 2.1.3 + json5: 2.2.1 + mkdirp: 1.0.4 open: 7.4.2 pascal-case: 3.1.2 rimraf: 3.0.2 @@ -5351,26 +5211,26 @@ packages: - utf-8-validate dev: true - /@graphql-mesh/config/10.1.1_dcl37f5a3z4vposkviecpb3sye: - resolution: {integrity: sha512-jv1bU35jk4+H8uQcTslxCTXT7aOTcyVRkp6+hg+6dkAs7p9WFK5iI74Ryrs4l7zMcCZ7U0zN3YpYAtcuqSnt9g==} + /@graphql-mesh/config/10.0.3_kyzzesohqmwgyet5x7mbt2j5jy: + resolution: {integrity: sha512-AxvWALfvquWJhfVMmj//jyS6ZFufZhwuEDhTYqUGeRvYYr7TXI3qPiYIB5vpxCeQt1t4LnXF1fDHMK/YgurWcg==} peerDependencies: - '@graphql-mesh/runtime': ^0.46.8 + '@graphql-mesh/runtime': ^0.46.2 graphql: '*' dependencies: '@envelop/core': 3.0.4 - '@graphql-mesh/cache-localforage': 0.7.8_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 - '@graphql-mesh/merger-bare': 0.16.10_graphql@16.6.0 - '@graphql-mesh/merger-stitching': 0.18.10_graphql@16.6.0 - '@graphql-mesh/runtime': 0.46.8_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-mesh/store': 0.9.8_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/code-file-loader': 7.3.20_graphql@16.6.0 - '@graphql-tools/graphql-file-loader': 7.5.16_graphql@16.6.0 - '@graphql-tools/load': 7.8.12_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 + '@graphql-mesh/cache-localforage': 0.7.3_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 + '@graphql-mesh/merger-bare': 0.16.4_graphql@16.6.0 + '@graphql-mesh/merger-stitching': 0.18.4_graphql@16.6.0 + '@graphql-mesh/runtime': 0.46.2_graphql@16.6.0 + '@graphql-mesh/store': 0.9.3_graphql@16.6.0 + '@graphql-mesh/types': 0.89.2_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 + '@graphql-tools/code-file-loader': 7.3.15_graphql@16.6.0 + '@graphql-tools/graphql-file-loader': 7.5.13_graphql@16.6.0 + '@graphql-tools/load': 7.8.8_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@whatwg-node/fetch': 0.5.4 camel-case: 4.1.2 graphql: 16.6.0 param-case: 3.0.4 @@ -5378,12 +5238,25 @@ packages: tslib: 2.5.0 transitivePeerDependencies: - '@babel/core' - - '@types/node' + - encoding - react-native - react-native-windows - supports-color dev: true + /@graphql-mesh/cross-helpers/0.3.0_graphql@16.6.0: + resolution: {integrity: sha512-Y8S3wU3Kve33xUbT9YfcNFP6VeIoBXgknqkFJZXGPWAMUomqwK2nCtRPzW5F89YoJcYQV2yItrNm4sit2WHhyA==} + dependencies: + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + path-browserify: 1.0.1 + react-native-fs: 2.20.0 + react-native-path: 0.0.5 + transitivePeerDependencies: + - graphql + - react-native + - react-native-windows + dev: true + /@graphql-mesh/cross-helpers/0.3.1_graphql@16.6.0: resolution: {integrity: sha512-RrGLIABHtAXpsI+hLkBzeydzxzhjMhCJfRUPTSGCeEnZTBZ5+8XM20ZbqCNDcvbuJuSCxMMOhVdT4StNqZD6Wg==} dependencies: @@ -5417,32 +5290,44 @@ packages: peerDependencies: graphql: '*' dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 + '@graphql-mesh/store': 0.9.3_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.1_graphql@16.6.0 + '@graphql-mesh/types': 0.89.2_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 + '@graphql-tools/url-loader': 7.16.25_dvgirfdsy4cky7rqkuzgo4keja + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/wrap': 9.2.21_graphql@16.6.0 graphql: 16.6.0 lodash.get: 4.4.2 tslib: 2.5.0 transitivePeerDependencies: + - '@types/node' + - bufferutil + - encoding - react-native - react-native-windows - dev: false + - utf-8-validate + dev: true - /@graphql-mesh/graphql/0.33.10_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-dg02EHJUSX96DkMAgucm/RRc+QCyFqT8ODgl8q/QXm1x433vTgT+dhcihevCsqHD8uFUbWSrBjq7Poxo9oB7Hg==} + /@graphql-mesh/graphql/0.33.8_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-4Vxe8NxWyyiq8US4w6a+XEzgMD0tB8anAf/yPi8JvotmdzK0M01ut0MiOFotrPthqmsm+NkrXhEAwEbqziiLvQ==} peerDependencies: graphql: '*' dependencies: '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 - '@graphql-mesh/store': 0.9.6_graphql@16.6.0 + '@graphql-mesh/store': 0.9.5_graphql@16.6.0 '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.89.5_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.6_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 - '@graphql-tools/url-loader': 7.17.4_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-mesh/types': 0.89.4_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-tools/url-loader': 7.17.2_dvgirfdsy4cky7rqkuzgo4keja '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.2_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 graphql: 16.6.0 lodash.get: 4.4.2 - tslib: 2.5.0 + tslib: 2.4.1 transitivePeerDependencies: - '@types/node' - bufferutil @@ -5452,8 +5337,8 @@ packages: - utf-8-validate dev: false - /@graphql-mesh/graphql/0.34.1_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-yfvgyfcUS9++yIfF7cv68i9ccE2OhfyH1ysh6SeCbaIonKQCx1ZOXaBcSA6I4AnxCFDzvsIpFSKUDuybYlnltw==} + /@graphql-mesh/http/0.3.3_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-wSTyl7DOVBqmxawCoRZOioFzXQnLKuiJADNYaP3Velzx55ANLhCcXxSj5E9ncryR1wTmskBsZ+rJMoDd8H0thg==} peerDependencies: graphql: '*' dependencies: @@ -5623,60 +5508,20 @@ packages: '@envelop/extended-validation': 2.0.4_a6sekiasy2tqr6d5gj7n2wtjli '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/url-loader': 7.17.12_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 + '@graphql-mesh/types': 0.89.4_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.15_graphql@16.6.0 + '@graphql-tools/batch-execute': 8.5.15_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 + '@whatwg-node/fetch': 0.6.2 graphql: 16.6.0 - lodash.get: 4.4.2 - tslib: 2.5.0 + tslib: 2.4.1 transitivePeerDependencies: - - '@types/node' - - bufferutil - encoding - react-native - react-native-windows - - utf-8-validate - dev: true - - /@graphql-mesh/http/0.3.12_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-foNACn+cf4XVsbcs5JPU6Iey/d9ZqHyKW4RvYqR93GR3xhHCTPZIagBEC086PO2OKuremk9hGdSsjQjrNUC53w==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 - '@graphql-mesh/runtime': 0.46.8_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@whatwg-node/router': 0.2.7_@types+node@16.18.13 - graphql: 16.6.0 - graphql-yoga: 3.5.1_4ypim5hjsq3aoucuq6rxjz442a - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' - - react-native - - react-native-windows - dev: true - - /@graphql-mesh/http/0.3.20_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-TjJ2OsiH5qypUKF1y2wuqdnciNQrzpuIUy91S0GDqVHRI83miCCvwkK/aUqGpbPY/jnWqN/kBSbxRyCFpn/bMw==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 - '@graphql-mesh/runtime': 0.46.15_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-mesh/types': 0.91.6_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 - '@whatwg-node/router': 0.3.0_@types+node@16.18.13 - graphql: 16.6.0 - graphql-yoga: 3.7.0_4ypim5hjsq3aoucuq6rxjz442a - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' - - react-native - - react-native-windows dev: false /@graphql-mesh/store/0.9.13_graphql@16.6.0: @@ -5698,177 +5543,47 @@ packages: /@graphql-mesh/store/0.9.3_graphql@16.6.0: resolution: {integrity: sha512-CzuB2wY4p75hkpSL1rKH8vBB/0QurvDrC1UKWtIOjz26cVXCq6EJ4JtC93T32fOc/y1x/e4OyAAOgoz6csCXiw==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/merger-stitching': 0.18.10_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows - dev: true - - /@graphql-mesh/merger-bare/0.16.16_graphql@16.6.0: - resolution: {integrity: sha512-oiaInZz4H1Iuq9sPOls1YthUINF7NsZHHR9RpNCkuRVWEwDNsCLh/sKSGvc3XYQZMByTpgllfitf1oZ5zPVI3A==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/merger-stitching': 0.18.16_graphql@16.6.0 - '@graphql-mesh/types': 0.91.6_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows - dev: false - - /@graphql-mesh/merger-stitching/0.18.10_graphql@16.6.0: - resolution: {integrity: sha512-jwmCFP/FplmdQOFVrOMnIurJDTo7IV+LDHrnElRgzCec7rYmkOVpkNgTglkke9RGhx3PFMyYQy7Uj8eL5osMhA==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/store': 0.9.8_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/stitch': 8.7.40_graphql@16.6.0 - '@graphql-tools/stitching-directives': 2.3.29_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows - dev: true - - /@graphql-mesh/merger-stitching/0.18.16_graphql@16.6.0: - resolution: {integrity: sha512-4QG4lrFs+dk4vhYtSThCKVqi0vBiFQK4R08RQ/auLSIVrhEdTazQsi6W24LQqpNt/M7fU/E2gsO93bb0WmHjiA==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/store': 0.9.14_graphql@16.6.0 - '@graphql-mesh/types': 0.91.6_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/stitch': 8.7.42_graphql@16.6.0 - '@graphql-tools/stitching-directives': 2.3.31_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows - dev: false - - /@graphql-mesh/runtime/0.46.15_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-LefwojpknBN1C0DlaqCd3ahBbnWjj/RbyUPrQWruQVkL/N0vgeFG5s5kTy7NwyT+kjF0pwDnaNY/WCxIufhCbA==} - peerDependencies: - graphql: '*' - dependencies: - '@envelop/core': 3.0.6 - '@envelop/extended-validation': 2.0.6_adj6itjezth6avcd67ktx7eo6a - '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.91.6_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 - '@graphql-tools/batch-execute': 8.5.18_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' - - react-native - - react-native-windows - dev: false - - /@graphql-mesh/runtime/0.46.8_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-AKkQflxMFgrWMFL+lMH6jkYJrBCmlwrq0Edqvmv7s2LZZsQFcPoJDe7jNHfdG8GZdk42LfPvcxVZr/uIJjrHXg==} - peerDependencies: - graphql: '*' - dependencies: - '@envelop/core': 3.0.4 - '@envelop/extended-validation': 2.0.4_a6sekiasy2tqr6d5gj7n2wtjli - '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.19_graphql@16.6.0 - '@graphql-tools/batch-execute': 8.5.17_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' - - react-native - - react-native-windows - dev: true - - /@graphql-mesh/store/0.9.14_graphql@16.6.0: - resolution: {integrity: sha512-koPhT+90jANG852AgOWQl4qR4RGoj5ZzVQCMxUnIle3ZJrKZGaPwWyfMao6WWGql50fjQvV3fc1qSRYrZ1szzg==} peerDependencies: graphql: '*' dependencies: '@graphql-inspector/core': 3.3.0_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 - '@graphql-mesh/types': 0.91.6_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.14_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 + '@graphql-mesh/types': 0.89.2_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: - react-native - react-native-windows - dev: false + dev: true - /@graphql-mesh/store/0.9.6_graphql@16.6.0: - resolution: {integrity: sha512-sv4ltsrC2T6IyhvnTAlRCbXrlSTQK4eL7qSS5xbDz1uRA2UROOJVj0Ee19y0fAjFtpnT4PW41EeAgHQungQrZQ==} + /@graphql-mesh/store/0.9.5_graphql@16.6.0: + resolution: {integrity: sha512-nqMeAS8W8n5WwN3VkektujS/twcLhT+CcS2f0qKtl1878VmKoB39KgsXOHjnqplVXFXAn9svPYgqGdIPumzVEg==} peerDependencies: graphql: '*' dependencies: '@graphql-inspector/core': 3.3.0_graphql@16.6.0 '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 - '@graphql-mesh/types': 0.89.5_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.6_graphql@16.6.0 + '@graphql-mesh/types': 0.89.4_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.5_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 - tslib: 2.5.0 + tslib: 2.4.1 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/store/0.9.8_graphql@16.6.0: - resolution: {integrity: sha512-LN+ktqye2+heZ//k87XAQohwhwSO4Zl4W5byRYDwcCd14qWRr0hhmBfDPPCzvAMy0TOJSIKcj5U3uc7NIOcbZw==} + /@graphql-mesh/string-interpolation/0.4.1_graphql@16.6.0: + resolution: {integrity: sha512-kbYvB4gAHIN4oi+w0cDogvOpJ7iw/Dcq6ElY+RrLrqbgrc7HTH+vY2o2jcDzmCxmpFmMzk88qfxYWDwoILh6CQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-inspector/core': 3.3.0_graphql@16.6.0 - '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + dayjs: 1.11.7 graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows + json-pointer: 0.6.2 + lodash.get: 4.4.2 dev: true /@graphql-mesh/string-interpolation/0.4.2_graphql@16.6.0: @@ -5883,15 +5598,15 @@ packages: tslib: 2.5.0 dev: false - /@graphql-mesh/transform-type-merging/0.5.8_graphql@16.6.0: - resolution: {integrity: sha512-5Wtbrok6Y0SWWcVIKSS0iwe43j1g/hQzkIcdl4YzyrTAnxCe0xxWIEkysbV0AKzyjMUHGmUBlJtOH9xWs23b3w==} + /@graphql-mesh/transform-type-merging/0.5.3_graphql@16.6.0: + resolution: {integrity: sha512-W/w7bvKuNKustVnPy+ry/9i5x1AcY23FOXu9ARVjLrZUB3B4Id80c+VLgFZXTl3jc7WysJNsy4fNTHgDNPjnKA==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-mesh/utils': 0.43.8_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/stitching-directives': 2.3.29_graphql@16.6.0 + '@graphql-mesh/types': 0.89.2_graphql@16.6.0 + '@graphql-mesh/utils': 0.43.3_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 + '@graphql-tools/stitching-directives': 2.3.23_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -5899,8 +5614,8 @@ packages: - react-native-windows dev: true - /@graphql-mesh/types/0.89.5_graphql@16.6.0: - resolution: {integrity: sha512-DexqgB1qp7ZhJurKImZyxGMhxz+6ewzqq85BQAj6Cvr8GrdQc2QaG9fhY83mu2M0eVEzXBcJMF2eLbZVilA+mA==} + /@graphql-mesh/types/0.89.2_graphql@16.6.0: + resolution: {integrity: sha512-5Hrgmwb/enSu1Aj4E6G5lnQxtR99zUR/x82wVaQvqhXZCTTztHHzdHjQwNywJNqUVBxPUg1To8mGXhZQsu4NTQ==} peerDependencies: graphql: '*' dependencies: @@ -5972,50 +5687,16 @@ packages: - react-native-windows dev: false - /@graphql-mesh/types/0.91.0_graphql@16.6.0: - resolution: {integrity: sha512-djtzGCQqWRV3TJtRPnnRdcgboupuTFCbzWHjQlFQL1dCA/HccjL4f//4147m0gWoyQPGwDs6HD1r+8LIOmPnZg==} + /@graphql-mesh/utils/0.43.3_graphql@16.6.0: + resolution: {integrity: sha512-dfgkCrPsz8H1gMXEDnYqy0AQkj4AlvZlRkmGarR/0+cA0h3E8+eAR6CFDPKzC5CjpSS0LTYGGy1tu7jNRmVmPQ==} peerDependencies: graphql: '*' dependencies: - '@graphql-mesh/store': 0.9.8_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.19_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows - dev: true - - /@graphql-mesh/types/0.91.6_graphql@16.6.0: - resolution: {integrity: sha512-HPFi4qGPeAh2VARmOAd5Au1HFOaQ648eNraGupqSSJQQGqttRTOdarjOkthHdLbyIxzQd9sMJEUM5PBkrTuZmg==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/store': 0.9.14_graphql@16.6.0 - '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - transitivePeerDependencies: - - react-native - - react-native-windows - dev: false - - /@graphql-mesh/utils/0.43.14_graphql@16.6.0: - resolution: {integrity: sha512-b9mkTZpOAsc1PrtAFRsco70OrwL1keVX4jriqKM+Mwm3yKgPEkhVUKn+Mfxvg9VPZZyGZP1dxyhGWKD6hMkJXg==} - peerDependencies: - graphql: '*' - dependencies: - '@graphql-mesh/cross-helpers': 0.3.3_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.91.6_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-mesh/cross-helpers': 0.3.0_graphql@16.6.0 + '@graphql-mesh/string-interpolation': 0.4.1_graphql@16.6.0 + '@graphql-mesh/types': 0.89.2_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 js-yaml: 4.1.0 lodash.get: 4.4.2 @@ -6026,17 +5707,17 @@ packages: transitivePeerDependencies: - react-native - react-native-windows - dev: false + dev: true - /@graphql-mesh/utils/0.43.6_graphql@16.6.0: - resolution: {integrity: sha512-cylO59bVCs4MIShvkjCO1lYMaLS1OJP+n9SN1uxyPXh5BQaedTc0QzsszSj9CCXO8WMlnKdwG7H7vR8Izcemgw==} + /@graphql-mesh/utils/0.43.5_graphql@16.6.0: + resolution: {integrity: sha512-c2Jm0plR+9NFhPQejFrXHf9YDfF5bdsXjpf46EDStofAEAdPsj1i3sl1q1mcGcVbFc/Ergp/jmWyjGgl+xarrw==} peerDependencies: graphql: '*' dependencies: '@graphql-mesh/cross-helpers': 0.3.1_graphql@16.6.0 '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.89.5_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 + '@graphql-mesh/types': 0.89.4_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 js-yaml: 4.1.0 @@ -6044,32 +5725,30 @@ packages: lodash.set: 4.3.2 lodash.topath: 4.5.2 tiny-lru: 8.0.2 - tslib: 2.5.0 + tslib: 2.4.1 transitivePeerDependencies: - react-native - react-native-windows dev: false - /@graphql-mesh/utils/0.43.8_graphql@16.6.0: - resolution: {integrity: sha512-bad7+xupNdq5HNNAdgPN+JVUh0f0JnUa0HRot9o+XdZ8/wy1YI4HmxN+7+W69dUAOP5urEzdQbnZ09ivK/ZxGg==} + /@graphql-tools/batch-delegate/8.4.13_graphql@16.6.0: + resolution: {integrity: sha512-CHfpS7hnqUcPMUIc6G6brNpEHi2U4To/YvPXEVxBmE9M4CMK7FS8CjOsnHbaXbAhNxLVPRmrITrLg7+wNvWvzQ==} peerDependencies: - graphql: '*' + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-mesh/cross-helpers': 0.3.2_graphql@16.6.0 - '@graphql-mesh/string-interpolation': 0.4.2_graphql@16.6.0 - '@graphql-mesh/types': 0.91.0_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + dataloader: 2.1.0 graphql: 16.6.0 tslib: 2.5.0 dev: true - /@graphql-tools/batch-delegate/8.4.16_graphql@16.6.0: - resolution: {integrity: sha512-mk+2BFuqQD5eFcyieQWVcO7pbPTKjjiwPeKpI2TIAWLjipXQbRh1JHthEKXyOQqQHnnkYCRoiboVoo9351Zd+w==} + /@graphql-tools/batch-delegate/8.4.15_graphql@16.6.0: + resolution: {integrity: sha512-KIpizNQsPFOE4pG4Zs3jRRJTfcrRB4Sp2al3X6tygMXpdNEvbHrJzZN5NfCzb6hs5QCpH9nzbtt8q4QmFkDmBw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 dataloader: 2.1.0 graphql: 16.6.0 @@ -6088,31 +5767,18 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/batch-delegate/8.4.19_graphql@16.6.0: - resolution: {integrity: sha512-btO8owpYwfvbRtjZa5F6EZrqxJ0YeatGwRY9XdH6Q3C9pVoXv+9k4k3zkicBH9tZ8KgXL8eWUlyksbYOxp38vQ==} + /@graphql-tools/batch-execute/8.5.14_graphql@16.6.0: + resolution: {integrity: sha512-m6yXqqmFAH2V5JuSIC/geiGLBQA1Y6RddOJfUtkc9Z7ttkULRCd1W39TpYS6IlrCwYyTj+klO1/kdWiny38f5g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - dataloader: 2.2.1 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + dataloader: 2.1.0 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.11 dev: true - /@graphql-tools/batch-delegate/8.4.21_graphql@16.6.0: - resolution: {integrity: sha512-NrnMGF6SHv7b0OWSyPUURZDoPGKEFTmTyYwVQ+iM950ZPBx3gOUPODZaXWpFVlFK2UGVNk6atvbigPDHnwSZnw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - dataloader: 2.2.2 - graphql: 16.6.0 - tslib: 2.5.0 - dev: false - /@graphql-tools/batch-execute/8.5.15_graphql@16.6.0: resolution: {integrity: sha512-qb12M8XCK6SBJmZDS8Lzd4PVJFsIwNUkYmFuqcTiBqOI/WsoDlQDZI++ghRpGcusLkL9uzcIOTT/61OeHhsaLg==} peerDependencies: @@ -6137,29 +5803,6 @@ packages: value-or-promise: 1.0.12 dev: false - /@graphql-tools/batch-execute/8.5.17_graphql@16.6.0: - resolution: {integrity: sha512-ma6zlFIBG8VuqSwE8jhYhMbaFsJ1YdVsnpFmbQ0O/qJTmlgdAWCyAZTJH0aZ24fqNFfj/vW/Qtpqn7gRcF8QOw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - dataloader: 2.2.1 - graphql: 16.6.0 - tslib: 2.5.0 - value-or-promise: 1.0.12 - dev: true - - /@graphql-tools/batch-execute/8.5.18_graphql@16.6.0: - resolution: {integrity: sha512-mNv5bpZMLLwhkmPA6+RP81A6u3KF4CSKLf3VX9hbomOkQR4db8pNs8BOvpZU54wKsUzMzdlws/2g/Dabyb2Vsg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - dataloader: 2.2.2 - graphql: 16.6.0 - tslib: 2.5.0 - value-or-promise: 1.0.12 - /@graphql-tools/batch-execute/8.5.1_graphql@15.8.0: resolution: {integrity: sha512-hRVDduX0UDEneVyEWtc2nu5H2PxpfSfM/riUlgZvo/a/nG475uyehxR5cFGvTEPEQUKY3vGIlqvtRigzqTfCew==} peerDependencies: @@ -6173,13 +5816,13 @@ packages: dev: true optional: true - /@graphql-tools/code-file-loader/7.3.20_graphql@16.6.0: - resolution: {integrity: sha512-htwylU+/if5j5rgrd/i2xgM22cWC2RGgUGO7K+nxZU+l7iCimJUdDQnqCW9G3eVHbLpVOhyza9bBUNMPzh3sxg==} + /@graphql-tools/code-file-loader/7.3.15_graphql@16.6.0: + resolution: {integrity: sha512-cF8VNc/NANTyVSIK8BkD/KSXRF64DvvomuJ0evia7tJu4uGTXgDjimTMWsTjKRGOOBSTEbL6TA8e4DdIYq6Udw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.4.6_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/graphql-tag-pluck': 7.4.2_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 globby: 11.1.0 graphql: 16.6.0 tslib: 2.5.0 @@ -6204,14 +5847,29 @@ packages: dev: true optional: true - /@graphql-tools/delegate/9.0.23_graphql@16.6.0: - resolution: {integrity: sha512-pTmC2ZUGRp/j4bwQRccZV+J2ETMeHYF9RmEXHHdj0S7/LOpyfFE3mGvRV2+n6MzXpPCPp+mh037LWF+q4wLcJw==} + /@graphql-tools/delegate/9.0.20_graphql@16.6.0: + resolution: {integrity: sha512-m/de++kSxa/JABQ15tyt6SMlc4qfl3MgFFWmwbPcWgJxlAvZ7oIdGXcUvU6VJcXiyXfo6MZ/zr4V2E2UwMehew==} + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + dependencies: + '@graphql-tools/batch-execute': 8.5.14_graphql@16.6.0 + '@graphql-tools/executor': 0.0.11_graphql@16.6.0 + '@graphql-tools/schema': 9.0.12_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + dataloader: 2.1.0 + graphql: 16.6.0 + tslib: 2.4.1 + value-or-promise: 1.0.11 + dev: true + + /@graphql-tools/delegate/9.0.22_graphql@16.6.0: + resolution: {integrity: sha512-dWJGMN8V7KORtbI8eDAjHYTWiMyis/md27M6pPhrlYVlcsDk3U0jbNdgkswBBUEBvqumPRCv8pVOxKcLS4caKA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/batch-execute': 8.5.15_graphql@16.6.0 '@graphql-tools/executor': 0.0.12_graphql@16.6.0 - '@graphql-tools/schema': 9.0.14_graphql@16.6.0 + '@graphql-tools/schema': 9.0.13_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 dataloader: 2.1.0 graphql: 16.6.0 @@ -6239,11 +5897,9 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-execute': 8.5.17_graphql@16.6.0 - '@graphql-tools/executor': 0.0.14_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - dataloader: 2.2.1 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@repeaterjs/repeater': 3.0.4 + '@types/ws': 8.5.3 graphql: 16.6.0 graphql-ws: 5.11.2_graphql@16.6.0 isomorphic-ws: 5.0.0_ws@8.11.0 @@ -6254,14 +5910,14 @@ packages: - utf-8-validate dev: true - /@graphql-tools/executor-graphql-ws/0.0.7_graphql@16.6.0: - resolution: {integrity: sha512-C6EExKoukn4vu3BbvlqsqtC91F4pTLPDZvRceYjpFzTCQSGFSjfrxQGP/haGlemXVRpIDxBy7wpXoQlsF8UmFA==} + /@graphql-tools/executor-graphql-ws/0.0.6_graphql@16.6.0: + resolution: {integrity: sha512-n6JvIviYO8iiasV/baclimQqNkYGP7JRlkNSnphNG5LULmVpQ2WsyvbgJHV7wtlTZ8ZQ3+dILgQF83PFyLsfdA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.1.4_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 - '@types/ws': 8.5.4 + '@types/ws': 8.5.3 graphql: 16.6.0 graphql-ws: 5.11.2_graphql@16.6.0 isomorphic-ws: 5.0.0_ws@8.12.0 @@ -6310,22 +5966,20 @@ packages: - encoding dev: false - /@graphql-tools/executor-http/0.1.9_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-tNzMt5qc1ptlHKfpSv9wVBVKCZ7gks6Yb/JcYJluxZIT4qRV+TtOFjpptfBU63usgrGVOVcGjzWc/mt7KhmmpQ==} + /@graphql-tools/executor-legacy-ws/0.0.5_graphql@16.6.0: + resolution: {integrity: sha512-j2ZQVTI4rKIT41STzLPK206naYDhHxmGHot0siJKBKX1vMqvxtWBqvL66v7xYEOaX79wJrFc8l6oeURQP2LE6g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@repeaterjs/repeater': 3.0.4 - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 - dset: 3.1.2 - extract-files: 11.0.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@types/ws': 8.5.3 graphql: 16.6.0 isomorphic-ws: 5.0.0_ws@8.11.0 tslib: 2.5.0 ws: 8.11.0 transitivePeerDependencies: - - '@types/node' + - bufferutil + - utf-8-validate dev: true /@graphql-tools/executor-legacy-ws/0.0.6_graphql@16.6.0: @@ -6334,7 +5988,7 @@ packages: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@types/ws': 8.5.4 + '@types/ws': 8.5.3 graphql: 16.6.0 isomorphic-ws: 5.0.0_ws@8.12.0 tslib: 2.5.0 @@ -6344,13 +5998,14 @@ packages: - utf-8-validate dev: false - /@graphql-tools/executor-legacy-ws/0.0.8_graphql@16.6.0: - resolution: {integrity: sha512-NZfBijmr774rCO60cRTqbf2otRjn32sVikq6PdT+0vZfhVwX7wydNMdyfJZQ3WGuTyab5hrqOWD+UU8VcIbAeg==} + /@graphql-tools/executor/0.0.11_graphql@16.6.0: + resolution: {integrity: sha512-GjtXW0ZMGZGKad6A1HXFPArkfxE0AIpznusZuQdy4laQx+8Ut3Zx8SAFJNnDfZJ2V5kU29B5Xv3Fr0/DiMBHOQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@types/ws': 8.5.4 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 + '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.11 @@ -6379,13 +6034,14 @@ packages: graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 + dev: false - /@graphql-tools/executor/0.0.14_graphql@16.6.0: - resolution: {integrity: sha512-YiBbN9NT0FgqPJ35+Eg0ty1s5scOZTgiPf+6hLVJBd5zHEURwojEMCTKJ9e0RNZHETp2lN+YaTFGTSoRk0t4Sw==} + /@graphql-tools/executor/0.0.9_graphql@16.6.0: + resolution: {integrity: sha512-qLhQWXTxTS6gbL9INAQa4FJIqTd2tccnbs4HswOx35KnyLaLtREuQ8uTfU+5qMrRIBhuzpGdkP2ssqxLyOJ5rA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/utils': 9.1.1_graphql@16.6.0 '@graphql-typed-document-node/core': 3.1.1_graphql@16.6.0 '@repeaterjs/repeater': 3.0.4 graphql: 16.6.0 @@ -6393,41 +6049,29 @@ packages: value-or-promise: 1.0.11 dev: true - /@graphql-tools/executor/0.0.15_graphql@16.6.0: - resolution: {integrity: sha512-6U7QLZT8cEUxAMXDP4xXVplLi6RBwx7ih7TevlBto66A/qFp3PDb6o/VFo07yBKozr8PGMZ4jMfEWBGxmbGdxA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 - '@repeaterjs/repeater': 3.0.4 - graphql: 16.6.0 - tslib: 2.5.0 - value-or-promise: 1.0.12 - - /@graphql-tools/graphql-file-loader/7.5.16_graphql@16.6.0: - resolution: {integrity: sha512-lK1N3Y2I634FS12nd4bu7oAJbai3bUc28yeX+boT+C83KTO4ujGHm+6hPC8X/FRGwhKOnZBxUM7I5nvb3HiUxw==} + /@graphql-tools/graphql-file-loader/7.5.13_graphql@16.6.0: + resolution: {integrity: sha512-VWFVnw3aB6sykGfpb/Dn3sxQswqvp2FsVwDy8ubH1pgLuxlDuurhHjRHvMG2+p7IaHC7q8T3Vk/rLtZftrwOBQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/import': 6.7.17_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/import': 6.7.14_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 globby: 11.1.0 graphql: 16.6.0 tslib: 2.5.0 unixify: 1.0.0 dev: true - /@graphql-tools/graphql-tag-pluck/7.4.6_graphql@16.6.0: - resolution: {integrity: sha512-KPlkrC+WtJAg/Sv93rPiDHZDsgQDIZEy9ViHqz80KdRvq0aeQN9TGp26mQCyD7zo1Ib2paT16IVwTNQf02yxpQ==} + /@graphql-tools/graphql-tag-pluck/7.4.2_graphql@16.6.0: + resolution: {integrity: sha512-SXM1wR5TExrxocQTxZK5r74jTbg8GxSYLY3mOPCREGz6Fu7PNxMxfguUzGUAB43Mf44Dn8oVztzd2eitv2Qgww==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@babel/parser': 7.21.2 + '@babel/parser': 7.20.3 '@babel/plugin-syntax-import-assertions': 7.20.0 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -6435,24 +6079,24 @@ packages: - supports-color dev: true - /@graphql-tools/import/6.7.17_graphql@16.6.0: - resolution: {integrity: sha512-bn9SgrECXq3WIasgNP7ful/uON51wBajPXtxdY+z/ce7jLWaFE6lzwTDB/GAgiZ+jo7nb0ravlxteSAz2qZmuA==} + /@graphql-tools/import/6.7.14_graphql@16.6.0: + resolution: {integrity: sha512-lRX/MHM0Km497kg4VXMvtV1DeG/AfPJFO2ovaL0kDujWEdyCsWxsB4whY7nPeiNaPA/nT3mQ8MU7yFzVjogF/Q==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 resolve-from: 5.0.0 tslib: 2.5.0 dev: true - /@graphql-tools/load/7.8.12_graphql@16.6.0: - resolution: {integrity: sha512-JwxgNS2c6i6oIdKttcbXns/lpKiyN7c6/MkkrJ9x2QE9rXk5HOhSJxRvPmOueCuAin1542xUrcDRGBXJ7thSig==} + /@graphql-tools/load/7.8.8_graphql@16.6.0: + resolution: {integrity: sha512-gMuQdO2jXmI0BNUc1MafxRQTWVMUtuH500pZAQtOdDdNJppV7lJdY6mMhITQ2qnhYDuMrcZPHhIkcftyQfkgUg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/schema': 9.0.12_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 p-limit: 3.1.0 tslib: 2.5.0 @@ -6509,13 +6153,13 @@ packages: dev: true optional: true - /@graphql-tools/mock/8.7.18_graphql@15.8.0: - resolution: {integrity: sha512-ZbXMp86V0DmfgUZhr5aGHtNIS2hBazhvTpPlFCyNOP+RMio3ErKnSsma3T1jV1ZyMo11l7QrxV9Xxn3uA0dv+w==} + /@graphql-tools/mock/8.7.12_graphql@15.8.0: + resolution: {integrity: sha512-bEjj52T5idjzqFXfDZPFfPZDPFEjVmayYA6RYqMxM3Qdv5JJ8pSMEGDBcXhinbQudPKdRkLmR17usNmRMpUQEg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.16_graphql@15.8.0 - '@graphql-tools/utils': 9.2.1_graphql@15.8.0 + '@graphql-tools/schema': 9.0.10_graphql@15.8.0 + '@graphql-tools/utils': 9.1.1_graphql@15.8.0 fast-json-stable-stringify: 2.1.0 graphql: 15.8.0 tslib: 2.5.0 @@ -6531,13 +6175,13 @@ packages: tslib: 2.5.0 dev: true - /@graphql-tools/relay-operation-optimizer/6.5.17_graphql@16.6.0: - resolution: {integrity: sha512-hHPEX6ccRF3+9kfVz0A3In//Dej7QrHOLGZEokBmPDMDqn9CS7qUjpjyGzclbOX0tRBtLfuFUZ68ABSac3P1nA==} + /@graphql-tools/relay-operation-optimizer/6.5.15_graphql@16.6.0: + resolution: {integrity: sha512-ILviTglS0eYc4e3rbQ65KlMZ3MWggxer5hro9iDWoN4+amlG3SNo8ejkgZtmI8uQL6Se0NcFt9eASB2SGd64pw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/relay-compiler': 12.0.0_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 transitivePeerDependencies: @@ -6558,38 +6202,26 @@ packages: dev: true optional: true - /@graphql-tools/schema/9.0.14_graphql@16.6.0: - resolution: {integrity: sha512-U6k+HY3Git+dsOEhq+dtWQwYg2CAgue8qBvnBXoKu5eEeH284wymMUoNm0e4IycOgMCJANVhClGEBIkLRu3FQQ==} + /@graphql-tools/schema/9.0.10_graphql@15.8.0: + resolution: {integrity: sha512-lV0o4df9SpPiaeeDAzgdCJ2o2N9Wvsp0SMHlF2qDbh9aFCFQRsXuksgiDm2yTgT3TG5OtUes/t0D6uPjPZFUbQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.16_graphql@16.6.0 - '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - value-or-promise: 1.0.12 - dev: false - - /@graphql-tools/schema/9.0.16_graphql@15.8.0: - resolution: {integrity: sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/merge': 8.3.18_graphql@15.8.0 - '@graphql-tools/utils': 9.2.1_graphql@15.8.0 + '@graphql-tools/merge': 8.3.12_graphql@15.8.0 + '@graphql-tools/utils': 9.1.1_graphql@15.8.0 graphql: 15.8.0 tslib: 2.5.0 value-or-promise: 1.0.11 dev: true optional: true - /@graphql-tools/schema/9.0.16_graphql@16.6.0: - resolution: {integrity: sha512-kF+tbYPPf/6K2aHG3e1SWIbapDLQaqnIHVRG6ow3onkFoowwtKszvUyOASL6Krcv2x9bIMvd1UkvRf9OaoROQQ==} + /@graphql-tools/schema/9.0.12_graphql@16.6.0: + resolution: {integrity: sha512-DmezcEltQai0V1y96nwm0Kg11FDS/INEFekD4nnVgzBqawvznWqK6D6bujn+cw6kivoIr3Uq//QmU/hBlBzUlQ==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.3.18_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/merge': 8.3.14_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.11 @@ -6618,33 +6250,33 @@ packages: tslib: 2.5.0 value-or-promise: 1.0.12 - /@graphql-tools/stitch/8.7.40_graphql@16.6.0: - resolution: {integrity: sha512-wSjKArwo1cKZyJDwkbQNjagJOYTksZP2PD3sGt+zHUoE4OFoDMe/g/y671GDYUiuZj6w4yP1zPVVdtvJ5/m4QQ==} + /@graphql-tools/stitch/8.7.32_graphql@16.6.0: + resolution: {integrity: sha512-d53Ka836AqEpSK6P56DQxPNvqaXu9yCKjVO9JZC9pGNzWbavVBQsYdV36KXZjB09/3VgPnftvW6CchZKIvcckg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-delegate': 8.4.19_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/merge': 8.3.18_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.5_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.13_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 + '@graphql-tools/merge': 8.3.14_graphql@16.6.0 + '@graphql-tools/schema': 9.0.12_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/wrap': 9.2.21_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 dev: true - /@graphql-tools/stitch/8.7.42_graphql@16.6.0: - resolution: {integrity: sha512-3GmHcxG2UB+r6qGWe2VzvTyFuCuDuBUquAkvWcx+mESiIDOxNdNTQKN69VGNkie+RavlCWUHE3SmhY8u7Z+7wQ==} + /@graphql-tools/stitch/8.7.36_graphql@16.6.0: + resolution: {integrity: sha512-XRukKVOyf7z9hT1034SR2XN7XsyHVvDjl6OBxt4fo7L+3EtKQl2iUCbKPTSzPCIK+CCERDQ2/J8Kp+RYIJYT/g==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/batch-delegate': 8.4.21_graphql@16.6.0 - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/merge': 8.3.18_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 + '@graphql-tools/batch-delegate': 8.4.15_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-tools/merge': 8.3.15_graphql@16.6.0 + '@graphql-tools/schema': 9.0.13_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 + '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 value-or-promise: 1.0.12 @@ -6666,24 +6298,24 @@ packages: value-or-promise: 1.0.12 dev: false - /@graphql-tools/stitching-directives/2.3.29_graphql@16.6.0: - resolution: {integrity: sha512-fkryhaKHl/KtgDxamES147k0e2k8PnbP4CC12KIJIQYa9cVWXY463t9ACq6pCfyDzZt04NGjW9WRIR/RoKHeCA==} + /@graphql-tools/stitching-directives/2.3.23_graphql@16.6.0: + resolution: {integrity: sha512-YqMmrtF6DEo45AWV5S5j0wtNE08j0unuLZMF16E6pmXbPzWP4Z2jLsAmjY6uDLaXccvK8b5dhyemIHC9dBNxkA==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 dev: true - /@graphql-tools/stitching-directives/2.3.31_graphql@16.6.0: - resolution: {integrity: sha512-XX81hqZy4IHB2OwrG1escEA5yT5ZBxUYoHaxohAa8gaYUij5Xc6l4qzZ8HT05T1x1mNhFFNILEgQaJA1EDGv/A==} + /@graphql-tools/stitching-directives/2.3.25_graphql@16.6.0: + resolution: {integrity: sha512-8Rz3lJIrSHOGZkYTTDW2nWN6QahwqFHjC+3LStGr+NLvti+kzvMna9Fo7+gdmPX6HAKsaidyhMty8NCdow+RHg==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 dev: false @@ -6699,25 +6331,25 @@ packages: tslib: 2.5.0 dev: false - /@graphql-tools/url-loader/7.17.12_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-XIGWnXLoPjZzYTkeM24oUFs//buROz8Q1bgiqNf604JjmHJ6UzpOHOVskMN2lvfufqghhGDiK9v/oVhlVb8B0Q==} + /@graphql-tools/url-loader/7.16.25_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-vTL+TWpzi9LZ0a1pEVLgpJkaSYARf0EDHeraLxeJ7N5WNSHYMlpGNAH3qWQjRFf95Mhcm8J8CjhkM7+Z0LsS5A==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/executor-graphql-ws': 0.0.10_graphql@16.6.0 - '@graphql-tools/executor-http': 0.1.9_4ypim5hjsq3aoucuq6rxjz442a - '@graphql-tools/executor-legacy-ws': 0.0.8_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.7_graphql@16.6.0 - '@types/ws': 8.5.4 - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 + '@graphql-tools/delegate': 9.0.20_graphql@16.6.0 + '@graphql-tools/executor-graphql-ws': 0.0.5_graphql@16.6.0 + '@graphql-tools/executor-http': 0.0.6_dvgirfdsy4cky7rqkuzgo4keja + '@graphql-tools/executor-legacy-ws': 0.0.5_graphql@16.6.0 + '@graphql-tools/utils': 9.1.3_graphql@16.6.0 + '@graphql-tools/wrap': 9.2.21_graphql@16.6.0 + '@types/ws': 8.5.3 + '@whatwg-node/fetch': 0.5.4 graphql: 16.6.0 isomorphic-ws: 5.0.0_ws@8.11.0 tslib: 2.5.0 value-or-promise: 1.0.12 - ws: 8.12.1 + ws: 8.11.0 transitivePeerDependencies: - '@types/node' - bufferutil @@ -6725,20 +6357,20 @@ packages: - utf-8-validate dev: true - /@graphql-tools/url-loader/7.17.4_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-nB2fhkn4LTYjU2qoTOBZYmWQRVYsCI0K2LScwD49QVMNAPWthg/lHao4hFUe70aTInT8oquvl8d0rIb7fRWOvA==} + /@graphql-tools/url-loader/7.17.2_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-VgCXa5vQzcM13+loJvVHLXltp3qN8PHUTeth50cImUhCm3qtRwOeuSYjpph38vllPb8DKxsZkNFxzYgzscWIow==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 - '@graphql-tools/executor-graphql-ws': 0.0.7_graphql@16.6.0 - '@graphql-tools/executor-http': 0.1.1_4ypim5hjsq3aoucuq6rxjz442a + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-tools/executor-graphql-ws': 0.0.6_graphql@16.6.0 + '@graphql-tools/executor-http': 0.1.1_dvgirfdsy4cky7rqkuzgo4keja '@graphql-tools/executor-legacy-ws': 0.0.6_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 - '@graphql-tools/wrap': 9.3.2_graphql@16.6.0 - '@types/ws': 8.5.4 - '@whatwg-node/fetch': 0.6.9_@types+node@16.18.13 + '@graphql-tools/wrap': 9.3.1_graphql@16.6.0 + '@types/ws': 8.5.3 + '@whatwg-node/fetch': 0.6.2 graphql: 16.6.0 isomorphic-ws: 5.0.0_ws@8.12.0 tslib: 2.5.0 @@ -6751,14 +6383,6 @@ packages: - utf-8-validate dev: false - /@graphql-tools/utils/8.13.1_graphql@16.6.0: - resolution: {integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 16.6.0 - tslib: 2.5.0 - /@graphql-tools/utils/8.9.0_graphql@15.8.0: resolution: {integrity: sha512-pjJIWH0XOVnYGXCqej8g/u/tsfV4LvLlj0eATKQu5zwnxd/TiTHq7Cg313qUPTFFHZ3PP5wJ15chYVtLDwaymg==} peerDependencies: @@ -6821,8 +6445,8 @@ packages: graphql: 16.6.0 tslib: 2.5.0 - /@graphql-tools/utils/9.2.1_graphql@15.8.0: - resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} + /@graphql-tools/wrap/9.2.21_graphql@16.6.0: + resolution: {integrity: sha512-h4S9x9Rh8aSKkBGv+nq43Z0qK7CH8ySl+9RDO0MluscWlqNNECJ34FytwPVd8sXSrS7JwgwmVNcT51EH1n0wRw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: @@ -6833,24 +6457,14 @@ packages: tslib: 2.5.0 value-or-promise: 1.0.11 dev: true - optional: true - /@graphql-tools/utils/9.2.1_graphql@16.6.0: - resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} + /@graphql-tools/wrap/9.3.1_graphql@16.6.0: + resolution: {integrity: sha512-uzY1HKc7qMErWL3ybv8bFG3hI1rTJPVYQ8WeJkCF/r/+aHEkUj0Bo2PYZrZTX1UIr3Tb4P5GyhqYBgZOXraZjw==} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-typed-document-node/core': 3.1.2_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - - /@graphql-tools/wrap/9.3.2_graphql@16.6.0: - resolution: {integrity: sha512-jqBMJZyKFATxWA3alPhGRWh/ZluaPWrXFumXRaqAwK9QdCAxM24jG8Kmy3FrTfeyxNqDyzDlHZobtwwDKurm5g==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/delegate': 9.0.23_graphql@16.6.0 - '@graphql-tools/schema': 9.0.14_graphql@16.6.0 + '@graphql-tools/delegate': 9.0.22_graphql@16.6.0 + '@graphql-tools/schema': 9.0.13_graphql@16.6.0 '@graphql-tools/utils': 9.1.4_graphql@16.6.0 graphql: 16.6.0 tslib: 2.5.0 @@ -6870,31 +6484,6 @@ packages: value-or-promise: 1.0.12 dev: false - /@graphql-tools/wrap/9.3.5_graphql@16.6.0: - resolution: {integrity: sha512-D3jR6/ZDWa6bw4hc1odHKLIFLxjgXlL8FSkkNlViAcRgRaqUVgFQsk+dThdWkqKP6+uij4lBG+pd/XZfrI1zeQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/delegate': 9.0.26_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - value-or-promise: 1.0.12 - dev: true - - /@graphql-tools/wrap/9.3.7_graphql@16.6.0: - resolution: {integrity: sha512-gavfiWLKgvmC2VPamnMzml3zmkBoo0yt+EmOLIHY6O92o4uMTR281WGM77tZIfq+jzLtjoIOThUSjC/cN/6XKg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - '@graphql-tools/delegate': 9.0.28_graphql@16.6.0 - '@graphql-tools/schema': 9.0.16_graphql@16.6.0 - '@graphql-tools/utils': 9.2.1_graphql@16.6.0 - graphql: 16.6.0 - tslib: 2.5.0 - value-or-promise: 1.0.12 - /@graphql-typed-document-node/core/3.1.1_graphql@16.6.0: resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} peerDependencies: @@ -6902,24 +6491,8 @@ packages: dependencies: graphql: 16.6.0 - /@graphql-typed-document-node/core/3.1.2_graphql@15.8.0: - resolution: {integrity: sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 15.8.0 - dev: true - optional: true - - /@graphql-typed-document-node/core/3.1.2_graphql@16.6.0: - resolution: {integrity: sha512-9anpBMM9mEgZN4wr2v8wHJI2/u5TnnggewRN6OlvXTTnuVyoY19X6rOv9XTqKRw6dcGKwZsBi8n0kDE2I5i4VA==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - dependencies: - graphql: 16.6.0 - - /@graphql-yoga/subscription/3.1.0: - resolution: {integrity: sha512-Vc9lh8KzIHyS3n4jBlCbz7zCjcbtQnOBpsymcRvHhFr2cuH+knmRn0EmzimMQ58jQ8kxoRXXC3KJS3RIxSdPIg==} + /@graphql-yoga/subscription/3.0.0: + resolution: {integrity: sha512-Wy1m2fcCrSj2a/KbtlQUEJ8Go7M95jeUXEH1dqbS6T6wbReqQHqq5ecSUKNhL49Xziy2Sh6od8iWm7MBUIWAlQ==} dependencies: '@graphql-yoga/typed-event-target': 1.0.0 '@repeaterjs/repeater': 3.0.4 @@ -6932,12 +6505,12 @@ packages: '@repeaterjs/repeater': 3.0.4 tslib: 2.5.0 - /@grpc/grpc-js/1.8.11: - resolution: {integrity: sha512-f/xC+6Z2QKsRJ+VSSFlt4hA5KSRm+PKvMWV8kMPkMgGlFidR6PeIkXrOasIY2roe+WROM6GFQLlgDKfeEZo2YQ==} + /@grpc/grpc-js/1.7.3: + resolution: {integrity: sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: - '@grpc/proto-loader': 0.7.5 - '@types/node': 18.14.2 + '@grpc/proto-loader': 0.7.3 + '@types/node': 18.11.9 /@grpc/proto-loader/0.5.6: resolution: {integrity: sha512-DT14xgw3PSzPxwS13auTEwxhMMOoz33DPUKNtmYK/QYbBSpLXJy78FGGs5yVoxVobEqPm4iW9MOIoz0A3bLTRQ==} @@ -6947,15 +6520,15 @@ packages: protobufjs: 6.11.3 dev: true - /@grpc/proto-loader/0.7.5: - resolution: {integrity: sha512-mfcTuMbFowq1wh/Rn5KQl6qb95M21Prej3bewD9dUQMurYGVckGO/Pbe2Ocwto6sD05b/mxZLspvqwx60xO2Rg==} + /@grpc/proto-loader/0.7.3: + resolution: {integrity: sha512-5dAvoZwna2Py3Ef96Ux9jIkp3iZ62TUsV00p3wVBPNX5K178UbNi8Q7gQVqwXT1Yq9RejIGG9G2IPEo93T6RcA==} engines: {node: '>=6'} hasBin: true dependencies: '@types/long': 4.0.2 lodash.camelcase: 4.3.0 long: 4.0.0 - protobufjs: 7.2.2 + protobufjs: 7.1.2 yargs: 16.2.0 /@hapi/accept/5.0.2: @@ -7044,8 +6617,8 @@ packages: resolution: {integrity: sha512-WSrlgpvEqgPWkI18kkGELEZfXr0bYLtr16iIN4Krh9sRnzBZN6nnWxHFxtsnP684wueEySBbXPDg/WfA9xJdBQ==} dev: false - /@hapi/hapi/20.3.0: - resolution: {integrity: sha512-zvPSRvaQyF3S6Nev9aiAzko2/hIFZmNSJNcs07qdVaVAvj8dGJSV4fVUuQSnufYJAGiSau+U5LxMLhx79se5WA==} + /@hapi/hapi/20.2.2: + resolution: {integrity: sha512-crhU6TIKt7QsksWLYctDBAXogk9PYAm7UzdpETyuBHC2pCa6/+B5NykiOVLG/3FCIgHo/raPVtan8bYtByHORQ==} engines: {node: '>=12.0.0'} dependencies: '@hapi/accept': 5.0.2 @@ -7062,7 +6635,7 @@ packages: '@hapi/shot': 5.0.5 '@hapi/somever': 3.0.1 '@hapi/statehood': 7.0.4 - '@hapi/subtext': 7.1.0 + '@hapi/subtext': 7.0.4 '@hapi/teamwork': 5.1.1 '@hapi/topo': 5.1.0 '@hapi/validate': 1.1.3 @@ -7119,8 +6692,8 @@ packages: '@hapi/vise': 4.0.0 dev: false - /@hapi/pez/5.1.0: - resolution: {integrity: sha512-YfB0btnkLB3lb6Ry/1KifnMPBm5ZPfaAHWFskzOMAgDgXgcBgA+zjpIynyEiBfWEz22DBT8o1e2tAaBdlt8zbw==} + /@hapi/pez/5.0.3: + resolution: {integrity: sha512-mpikYRJjtrbJgdDHG/H9ySqYqwJ+QU/D7FXsYciS9P7NYBXE2ayKDAy3H0ou6CohOCaxPuTV4SZ0D936+VomHA==} dependencies: '@hapi/b64': 5.0.0 '@hapi/boom': 9.1.4 @@ -7163,15 +6736,15 @@ packages: '@hapi/validate': 1.1.3 dev: false - /@hapi/subtext/7.1.0: - resolution: {integrity: sha512-n94cU6hlvsNRIpXaROzBNEJGwxC+HA69q769pChzej84On8vsU14guHDub7Pphr/pqn5b93zV3IkMPDU5AUiXA==} + /@hapi/subtext/7.0.4: + resolution: {integrity: sha512-Y72moHhbRuO8kwBHFEnCRw7oOnhNh4Pl+aonxAze18jkyMpE4Gwz4lNID7ei8vd3lpXC2rKdkxXJgtfY+WttRw==} dependencies: '@hapi/boom': 9.1.4 '@hapi/bourne': 2.1.0 '@hapi/content': 5.0.2 '@hapi/file': 2.0.0 '@hapi/hoek': 9.3.0 - '@hapi/pez': 5.1.0 + '@hapi/pez': 5.0.3 '@hapi/wreck': 17.2.0 dev: false @@ -7232,7 +6805,6 @@ packages: minimatch: 3.1.2 transitivePeerDependencies: - supports-color - dev: true /@humanwhocodes/module-importer/1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} @@ -7257,12 +6829,12 @@ packages: multiformats: 9.9.0 varint: 6.0.0 - /@ipld/car/5.1.0: - resolution: {integrity: sha512-k9pO0YqJvmFGY5pJDhF2Ocz+mRp3C3r4ikr1NrUXkzN/z4JzhE7XbQzUCcm7daq8k4tRqap0fWPjxZwjS9PUcQ==} + /@ipld/car/5.0.3: + resolution: {integrity: sha512-omPSY65OSVmlFGJDn2xbd75o71GNHmgP5u2dQ5fITc0X/QqJZVfZi95NCs8oa1wWhjkaK3RTswRSg2iNqFUSAg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@ipld/dag-cbor': 9.0.0 - cborg: 1.10.0 + cborg: 1.9.5 multiformats: 11.0.1 varint: 6.0.0 dev: false @@ -7287,8 +6859,8 @@ packages: multiformats: 11.0.1 dev: false - /@ipld/dag-json/10.0.1: - resolution: {integrity: sha512-XE1Eqw3eNVrSfOhtqCM/gwCxEgYFBzkDlkwhEeMmMvhd0rLBfSyVzXbahZSlv97tiTPEIx5rt41gcFAda3W8zg==} + /@ipld/dag-json/10.0.0: + resolution: {integrity: sha512-u/PfR2sT9AiZZDUl1VNspx3OP13zuvBXAd3sKiURlSOoWfoLigxTCs+sXeaXA0hoXU7u1M2DECMt4LCUHuApSA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: cborg: 1.10.0 @@ -7306,8 +6878,8 @@ packages: dependencies: multiformats: 9.9.0 - /@ipld/dag-pb/4.0.2: - resolution: {integrity: sha512-me9oEPb7UNPWSplUFCXyxnQE3/WlsjOljqO2RZN44XOmGkBY0/WVklbXorVE1eiv0Rt3p6dBS2x36Rq8A0Am8A==} + /@ipld/dag-pb/4.0.0: + resolution: {integrity: sha512-8FB/qTlNowCiszL9Sek8xH6xIQxIioXuzZ5B1jVPknQMVkd08nZUHzDjrn1Y6MqJ5PrXWLrBwNghGMWPPpvNVw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: multiformats: 11.0.1 @@ -7332,7 +6904,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 @@ -7343,7 +6915,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -7363,7 +6935,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -7399,7 +6971,7 @@ packages: dependencies: '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 jest-mock: 27.5.1 /@jest/fake-timers/27.5.1: @@ -7408,7 +6980,7 @@ packages: dependencies: '@jest/types': 27.5.1 '@sinonjs/fake-timers': 8.1.0 - '@types/node': 18.14.2 + '@types/node': 18.11.9 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -7435,7 +7007,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -7505,7 +7077,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -7527,7 +7099,7 @@ packages: resolution: {integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -7551,8 +7123,8 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 16.18.13 - '@types/yargs': 15.0.15 + '@types/node': 18.11.9 + '@types/yargs': 15.0.14 chalk: 4.1.2 /@jest/types/27.5.1: @@ -7561,8 +7133,8 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.14.2 - '@types/yargs': 16.0.5 + '@types/node': 18.11.9 + '@types/yargs': 16.0.4 chalk: 4.1.2 /@jest/types/28.1.3: @@ -7572,8 +7144,8 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.14.2 - '@types/yargs': 17.0.22 + '@types/node': 18.11.9 + '@types/yargs': 17.0.13 chalk: 4.1.2 /@josephg/resolvable/1.0.1: @@ -7721,29 +7293,29 @@ packages: '@libp2p/interface-peer-store': 1.2.8 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 - '@multiformats/mafmt': 11.0.4 - '@multiformats/multiaddr': 11.4.0 + '@libp2p/peer-id': 2.0.1 + '@multiformats/mafmt': 11.0.3 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false - /@libp2p/crypto/1.0.12: - resolution: {integrity: sha512-IvTKqI+7O9sTd7K9JSIRsOj/oruKj66qSopbSWkUd6KkcrYvm5vnreb39XPP+nitZcZFQyXj/ZDqTidAWWfYAg==} + /@libp2p/crypto/1.0.11: + resolution: {integrity: sha512-DWiG/0fKIDnkhTF3HoCu2OzkuKXysR/UKGdM9JZkT6F9jS9rwZYEwmacs4ybw1qyufyH+pMXV3/vuUu2Q/UxLw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-keys': 1.0.7 - '@libp2p/interfaces': 3.3.1 - '@noble/ed25519': 1.7.3 - '@noble/secp256k1': 1.7.1 + '@noble/ed25519': 1.7.1 + '@noble/secp256k1': 1.7.0 + err-code: 3.0.1 multiformats: 11.0.1 node-forge: 1.3.1 protons-runtime: 4.0.2 uint8arrays: 4.0.3 dev: false - /@libp2p/delegated-content-routing/4.0.1: - resolution: {integrity: sha512-GEsgAvXAJfgEsEQDF4t7KeYICnz9PNSeSwojE8jHkvb+ELga4/75/ZluxPeBOexhE0tjf9/mFgWUh5d+mXpTRw==} + /@libp2p/delegated-content-routing/4.0.0: + resolution: {integrity: sha512-D0rsX/azRo1EHSzG7RTHvTLl1XaPTPi9geMbDOXUx26YglcFccS0YJQcsCznORhmwhZt+3E6JRs1Hf5eXmboNw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-content-routing': 2.0.1 @@ -7756,7 +7328,7 @@ packages: it-drain: 2.0.0 multiformats: 11.0.1 p-defer: 4.0.0 - p-queue: 7.3.4 + p-queue: 7.3.0 transitivePeerDependencies: - supports-color dev: false @@ -7770,12 +7342,12 @@ packages: '@libp2p/interface-peer-routing': 1.0.7 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 any-signal: 3.0.1 err-code: 3.0.1 multiformats: 11.0.1 p-defer: 4.0.0 - p-queue: 7.3.4 + p-queue: 7.3.0 transitivePeerDependencies: - supports-color dev: false @@ -7787,7 +7359,7 @@ packages: '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-pubsub': 3.0.6 '@libp2p/logger': 2.0.5 - '@libp2p/pubsub': 6.0.4 + '@libp2p/pubsub': 6.0.0 protons-runtime: 4.0.2 uint8arraylist: 2.4.3 uint8arrays: 4.0.3 @@ -7800,7 +7372,7 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false @@ -7821,7 +7393,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false @@ -7832,7 +7404,7 @@ packages: dependencies: '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 it-stream-types: 1.0.5 uint8arraylist: 2.4.3 transitivePeerDependencies: @@ -7863,8 +7435,8 @@ packages: - supports-color dev: false - /@libp2p/interface-keychain/2.0.4: - resolution: {integrity: sha512-RCH0PL9um/ejsPiWIOzxFzjPzL2nT2tRUtCDo1aBQqoBi7eYp4I4ya1KbzgWDPTmNuuFtCReRMQsZ7/KVirKPA==} + /@libp2p/interface-keychain/2.0.3: + resolution: {integrity: sha512-qtSUww/lpnrDHYMAOGDz5KLuTrHNM15kyuLqop96uN22V7PDizvkHY4EgtqWKgPLoNyeEnMwfUSBOQbXcWuVUA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 @@ -7883,7 +7455,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-content-routing': 2.0.1 '@libp2p/interface-dht': 2.0.1 - '@libp2p/interface-keychain': 2.0.4 + '@libp2p/interface-keychain': 2.0.3 '@libp2p/interface-metrics': 4.0.5 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-peer-info': 1.0.8 @@ -7892,7 +7464,7 @@ packages: '@libp2p/interface-pubsub': 3.0.6 '@libp2p/interface-registrar': 2.0.8 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false @@ -7928,7 +7500,7 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false @@ -7952,7 +7524,7 @@ packages: '@libp2p/interface-peer-info': 1.0.8 '@libp2p/interface-record': 2.0.6 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false @@ -8006,7 +7578,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-stream-muxer': 3.0.5 '@libp2p/interfaces': 3.3.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 it-stream-types: 1.0.5 transitivePeerDependencies: - supports-color @@ -8021,7 +7593,7 @@ packages: resolution: {integrity: sha512-10JnkLjl3dE2AR25wY65Eaqyse7dqbanMtbSRpQog/wT2GL4Qto1TQ+Jdqahcma7fMU9cKrRT1ZM2etkAhiAog==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-address-manager': 2.0.4 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-connection-manager': 1.3.7 @@ -8035,17 +7607,17 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/peer-collections': 3.0.0 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/record': 3.0.0 '@libp2p/topology': 4.0.1 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 abortable-iterator: 4.0.2 any-signal: 3.0.1 datastore-core: 8.0.4 err-code: 3.0.1 events: 3.3.0 hashlru: 2.3.0 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 it-all: 2.0.0 it-drain: 2.0.0 it-first: 2.0.0 @@ -8060,7 +7632,7 @@ packages: k-bucket: 5.1.0 multiformats: 11.0.1 p-defer: 4.0.0 - p-queue: 7.3.4 + p-queue: 7.3.0 private-ip: 3.0.0 protons-runtime: 4.0.2 timeout-abort-controller: 3.0.0 @@ -8077,7 +7649,7 @@ packages: dependencies: '@libp2p/interface-peer-id': 2.0.1 debug: 4.3.4 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 multiformats: 11.0.1 transitivePeerDependencies: - supports-color @@ -8092,8 +7664,8 @@ packages: '@libp2p/interface-peer-info': 1.0.8 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 - '@multiformats/multiaddr': 11.4.0 + '@libp2p/peer-id': 2.0.1 + '@multiformats/multiaddr': 11.3.0 '@types/multicast-dns': 7.2.1 multicast-dns: 7.2.5 multiformats: 11.0.1 @@ -8151,25 +7723,25 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 dev: false /@libp2p/peer-id-factory/2.0.1: resolution: {integrity: sha512-CRJmqwNQhDC51sQ9lf6EqEY8HuywwymMVffL2kIYI5ts5k+6gvIXzoSxLf3V3o+OxcroXG4KG0uGxxAi5DUXSA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-keys': 1.0.7 '@libp2p/interface-peer-id': 2.0.1 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 multiformats: 11.0.1 protons-runtime: 4.0.2 uint8arraylist: 2.4.3 uint8arrays: 4.0.3 dev: false - /@libp2p/peer-id/2.0.2: - resolution: {integrity: sha512-RBjCMtSLnX43OK6zIpMW/cKzEgnsunihgyVPhnB/U7DAAEnovxe8F1Q4jBQp9+9DYSgQJrsdiEBpT5JH0Eh2lA==} + /@libp2p/peer-id/2.0.1: + resolution: {integrity: sha512-uGIR4rS+j+IzzIu0kih4MonZEfRmjGNfXaSPMIFOeMxZItZT6TIpxoVNYxHl4YtneSFKzlLnf9yx9EhRcyfy8Q==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-peer-id': 2.0.1 @@ -8182,15 +7754,15 @@ packages: resolution: {integrity: sha512-qGaqYQSRqI/vol1NEMR9Z3ncLjIkyIF0o/CQYXzXCDjA91i9+0iMjXGgIgBLn3bfA1b9pHuz4HvwjgYUKMYOkQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-record': 2.0.6 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/utils': 3.0.4 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 err-code: 3.0.1 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 it-all: 2.0.0 it-filter: 2.0.0 it-foreach: 1.0.0 @@ -8216,11 +7788,11 @@ packages: '@libp2p/interface-record': 2.0.6 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/peer-record': 5.0.0 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 err-code: 3.0.1 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 it-all: 2.0.0 it-filter: 2.0.0 it-foreach: 1.0.0 @@ -8250,11 +7822,11 @@ packages: - supports-color dev: false - /@libp2p/pubsub/6.0.4: - resolution: {integrity: sha512-dUcohrCSqAMh7RMjHS0VrwALd5WYAOf5hG6COGGb05rl1lQzxlg0wfrnDoERK8nHduddqSfr/4xc/e5sy99Cjw==} + /@libp2p/pubsub/6.0.0: + resolution: {integrity: sha512-WWViQ+fEL3JWt415UznUR6wQCm+UCi65SNQWQoTRYaCM2DYVCrIRfGpmFWAyKPCr76L6UesucIkZHuyh2c3xNA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-pubsub': 3.0.6 @@ -8262,14 +7834,16 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/peer-collections': 3.0.0 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/topology': 4.0.1 + '@multiformats/multiaddr': 11.3.0 abortable-iterator: 4.0.2 + err-code: 3.0.1 it-length-prefixed: 8.0.4 it-pipe: 2.0.5 it-pushable: 3.1.2 multiformats: 11.0.1 - p-queue: 7.3.4 + p-queue: 7.3.0 uint8arraylist: 2.4.3 uint8arrays: 4.0.3 transitivePeerDependencies: @@ -8290,8 +7864,8 @@ packages: - supports-color dev: false - /@libp2p/tcp/6.1.2: - resolution: {integrity: sha512-IKxcAO4qHRgGLT2aqsy2ayUmkra38efJ5mla4lDECjxcUqHnbok+QEPIgDodPbTaEgfbd6ivmwP1YxHLxt9dJA==} + /@libp2p/tcp/6.0.9: + resolution: {integrity: sha512-zQ7J8NeyOw/7SxNmtkA1aNFxHOCtxdhZ/5SZcZoUD3HDYnAsRpS+RMPICpoMRct1o5wGFhNfumB6beZ3ZBBn+Q==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-connection': 3.0.8 @@ -8300,8 +7874,8 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/utils': 3.0.4 - '@multiformats/mafmt': 11.0.4 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/mafmt': 11.0.3 + '@multiformats/multiaddr': 11.3.0 stream-to-it: 0.2.4 transitivePeerDependencies: - supports-color @@ -8336,7 +7910,7 @@ packages: '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-peer-store': 1.2.8 '@libp2p/logger': 2.0.5 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 abortable-iterator: 4.0.2 err-code: 3.0.1 is-loopback-addr: 2.0.1 @@ -8369,8 +7943,8 @@ packages: resolution: {integrity: sha512-MavrZVQwPgyOf8ymJfzjkpFeiMkv103e4v1pmgO2/Ld0UFZWjx0CPbwpwvFcCeFMOt+O9/S3NUdxNTgkbm9gTA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/multiaddr': 11.4.0 - socket.io-client: 4.6.1 + '@multiformats/multiaddr': 11.3.0 + socket.io-client: 4.5.3 transitivePeerDependencies: - bufferutil - supports-color @@ -8387,19 +7961,19 @@ packages: '@libp2p/interface-transport': 2.1.1 '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/utils': 3.0.4 '@libp2p/webrtc-peer': 2.0.2 '@libp2p/webrtc-star-protocol': 3.0.0 - '@multiformats/mafmt': 11.0.4 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/mafmt': 11.0.3 + '@multiformats/multiaddr': 11.3.0 abortable-iterator: 4.0.2 delay: 5.0.0 err-code: 3.0.1 iso-random-stream: 2.0.2 multiformats: 11.0.1 p-defer: 4.0.0 - socket.io-client: 4.6.1 + socket.io-client: 4.5.3 uint8arrays: 4.0.3 transitivePeerDependencies: - bufferutil @@ -8416,13 +7990,13 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 '@libp2p/utils': 3.0.4 - '@multiformats/mafmt': 11.0.4 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/mafmt': 11.0.3 + '@multiformats/multiaddr': 11.3.0 '@multiformats/multiaddr-to-uri': 9.0.2 abortable-iterator: 4.0.2 it-ws: 5.0.6 p-defer: 4.0.0 - p-timeout: 6.1.1 + p-timeout: 6.0.0 wherearewe: 2.0.1 transitivePeerDependencies: - bufferutil @@ -8441,12 +8015,12 @@ packages: detect-libc: 2.0.1 https-proxy-agent: 5.0.1 make-dir: 3.1.0 - node-fetch: 2.6.9 + node-fetch: 2.6.8 nopt: 5.0.0 npmlog: 5.0.1 rimraf: 3.0.2 semver: 7.3.8 - tar: 6.1.13 + tar: 6.1.12 transitivePeerDependencies: - encoding - supports-color @@ -8513,39 +8087,6 @@ packages: /@metamask/safe-event-emitter/2.0.0: resolution: {integrity: sha512-/kSXhY692qiV1MXu6EeOZvg5nECLclxNXcKCxJ3cXQgYuRymRHpdx/t7JXfsK+JLjwA1e1c1/SBrlQYpusC29Q==} - /@morgan-stanley/ts-mocking-bird/0.6.4: - resolution: {integrity: sha512-57VJIflP8eR2xXa9cD1LUawh+Gh+BVQfVu0n6GALyg/AqV/Nz25kDRvws3i9kIe1PTrbsZZOYpsYp6bXPd6nVA==} - peerDependencies: - jasmine: 2.x || 3.x || 4.x - jest: 26.x || 27.x || 28.x - typescript: '>=4.2' - peerDependenciesMeta: - jasmine: - optional: true - jest: - optional: true - dependencies: - lodash: 4.17.21 - uuid: 7.0.3 - dev: true - - /@morgan-stanley/ts-mocking-bird/0.6.4_typescript@4.9.5: - resolution: {integrity: sha512-57VJIflP8eR2xXa9cD1LUawh+Gh+BVQfVu0n6GALyg/AqV/Nz25kDRvws3i9kIe1PTrbsZZOYpsYp6bXPd6nVA==} - peerDependencies: - jasmine: 2.x || 3.x || 4.x - jest: 26.x || 27.x || 28.x - typescript: '>=4.2' - peerDependenciesMeta: - jasmine: - optional: true - jest: - optional: true - dependencies: - lodash: 4.17.21 - typescript: 4.9.5 - uuid: 7.0.3 - dev: true - /@mrmlnc/readdir-enhanced/2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} @@ -8558,11 +8099,11 @@ packages: resolution: {integrity: sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw==} dev: false - /@multiformats/mafmt/11.0.4: - resolution: {integrity: sha512-j5+coLrda4e417igtPDn8Aek2JY+HXBo9w4PwnMx8fhfOE+ktFEHWTgJ9BwGMiQbonxc1CmGiUnylTdoyyt5ZQ==} + /@multiformats/mafmt/11.0.3: + resolution: {integrity: sha512-DvCQeZJgaC4kE3BLqMuW3gQkNAW14Z7I+yMt30Ze+wkfHkWSp+bICcHGihhtgfzYCumHA/vHlJ9n54mrCcmnvQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false @@ -8571,13 +8112,13 @@ packages: resolution: {integrity: sha512-vrWmfFadmix5Ab9l//oRQdQ7O3J5bGJpJRMSm21bHlQB0XV4xtNU6vMZBVXeu3Su79LgflEp37cjTFE3yKf3Hw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 transitivePeerDependencies: - supports-color dev: false - /@multiformats/multiaddr/11.4.0: - resolution: {integrity: sha512-rLIhSOCKQhm/fCjg+5tVM9xrtjbZjZKJg6bb65YbFsNoPSYhweEohXO8Pkg2xbRy3NqVEVkS+8DB/+VhNvjd5Q==} + /@multiformats/multiaddr/11.3.0: + resolution: {integrity: sha512-Inrmp986nHe92pgYyOWNVnB8QDmYe5EhR/7TStc46O4YEm87pbc1i4DWiTlEJ6tOpL8V6IBH5ol8BZsIaN+Tww==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@chainsafe/is-ip': 2.0.1 @@ -8596,8 +8137,8 @@ packages: multiformats: 9.9.0 murmurhash3js-revisited: 3.0.0 - /@multiformats/murmur3/2.1.3: - resolution: {integrity: sha512-YvLK1IrLnRckPsvXhOkZjaIGNonsEdD1dL3NPSaLilV/WjVYeBgnNZXTUsaPzFXGrIFM7motx+yCmmqzXO6gtQ==} + /@multiformats/murmur3/2.1.2: + resolution: {integrity: sha512-4gCptOviYuu8ts5iUPwAcyIgl1FAyOAtWkQMAdu7FpgWveV5uVmA/919+QhgiZu8lhBGLWvRRTigOEdYNX9y0A==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: multiformats: 11.0.1 @@ -8618,8 +8159,8 @@ packages: /@noble/ed25519/1.7.1: resolution: {integrity: sha512-Rk4SkJFaXZiznFyC/t77Q0NKS4FL7TLJJsVG2V2oiEq3kJVeTdxysEe/yRWSpnWMe808XRDJ+VFh5pt/FN5plw==} - /@noble/hashes/1.2.0: - resolution: {integrity: sha512-FZfhjEDbT5GRswV3C6uvLPHMiVD6lQBmpoX5+eSiPaMTXte/IKqI5dykDxzZB/WBeK/CDuQRBWarPdi3FNY2zQ==} + /@noble/hashes/1.1.2: + resolution: {integrity: sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==} /@noble/secp256k1/1.6.3: resolution: {integrity: sha512-T04e4iTurVy7I8Sw4+c5OSN9/RkPlo1uKxAomtxQNLq8j1uPAqnsqG1bqvY3Jv7c13gyr6dui0zmh/I3+f/JaQ==} @@ -8648,7 +8189,7 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.15.0 + fastq: 1.13.0 /@nomicfoundation/ethereumjs-block/4.0.0: resolution: {integrity: sha512-bk8uP8VuexLgyIZAHExH1QEovqx0Lzhc9Ntm63nCRKLHXIZkobaFaeCVwTESV7YkPKUk7NiK11s8ryed4CS9yA==} @@ -8694,7 +8235,7 @@ packages: '@nomicfoundation/ethereumjs-rlp': 4.0.0 '@nomicfoundation/ethereumjs-util': 8.0.0 abstract-level: 1.0.3 - bigint-crypto-utils: 3.1.8 + bigint-crypto-utils: 3.1.7 ethereum-cryptography: 0.1.3 /@nomicfoundation/ethereumjs-evm/1.0.0: @@ -8737,7 +8278,7 @@ packages: '@nomicfoundation/ethereumjs-rlp': 4.0.0 '@nomicfoundation/ethereumjs-util': 8.0.0 ethereum-cryptography: 0.1.3 - readable-stream: 3.6.1 + readable-stream: 3.6.0 /@nomicfoundation/ethereumjs-tx/4.0.0: resolution: {integrity: sha512-Gg3Lir2lNUck43Kp/3x6TfBNwcWC9Z1wYue9Nz3v4xjdcv6oDW9QSMJxqsKw9QEGoBBZ+gqwpW7+F05/rs/g1w==} @@ -8790,7 +8331,7 @@ packages: '@typechain/ethers-v5': ^10.1.0 '@typechain/hardhat': ^6.1.2 '@types/chai': ^4.2.0 - '@types/mocha': '>=9.1.0' + '@types/mocha': ^9.1.0 '@types/node': '>=12.0.0' chai: ^4.2.0 ethers: ^5.4.7 @@ -8911,7 +8452,8 @@ packages: hardhat: ^2.0.0 dependencies: ethers: 5.7.2 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.3 + dev: true /@nomiclabs/hardhat-ethers/2.2.1_hardhat@2.12.3: resolution: {integrity: sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==} @@ -8922,6 +8464,15 @@ packages: hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um dev: true + /@nomiclabs/hardhat-ethers/2.2.1_wknqauzjtp3mhprkntsmqpccee: + resolution: {integrity: sha512-RHWYwnxryWR8hzRmU4Jm/q4gzvXpetUOJ4OPlwH2YARcDB+j79+yAYCwO0lN1SUOb4++oOTJEe6AWLEc42LIvg==} + peerDependencies: + ethers: ^5.0.0 + hardhat: ^2.0.0 + dependencies: + ethers: 5.7.2 + hardhat: 2.13.0_z6wznmtyb6ovnulj6iujpct7um + /@nomiclabs/hardhat-etherscan/3.1.2_hardhat@2.12.3: resolution: {integrity: sha512-IEikeOVq0C/7CY6aD74d8L4BpGoc/FNiN6ldiPVg0QIFIUSu4FSGA1dmtJZJKk1tjpwgrfTLQNWnigtEaN9REg==} peerDependencies: @@ -8929,7 +8480,7 @@ packages: dependencies: '@ethersproject/abi': 5.7.0 '@ethersproject/address': 5.7.0 - cbor: 8.1.0 + cbor: 5.2.0 chalk: 2.4.2 debug: 4.3.4 fs-extra: 7.0.1 @@ -8937,26 +8488,25 @@ packages: lodash: 4.17.21 semver: 6.3.0 table: 6.8.1 - undici: 5.20.0 + undici: 5.12.0 transitivePeerDependencies: - supports-color dev: true - /@nomiclabs/hardhat-truffle5/2.0.7_ckojxp5knuhphmnbpussgqgvvq: + /@nomiclabs/hardhat-truffle5/2.0.7_ehcjbjo7oogw4nzhtzeqe7lsce: resolution: {integrity: sha512-Pw8451IUZp1bTp0QqCHCYfCHs66sCnyxPcaorapu9mfOV9xnZsVaFdtutnhNEiXdiZwbed7LFKpRsde4BjFwig==} peerDependencies: '@nomiclabs/hardhat-web3': ^2.0.0 hardhat: ^2.6.4 web3: ^1.0.0-beta.36 dependencies: - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7+web3@1.8.2 - '@nomiclabs/truffle-contract': 4.5.10_web3@1.8.2 + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3 + '@nomiclabs/truffle-contract': 4.5.10 '@types/chai': 4.3.4 chai: 4.3.7 ethereumjs-util: 7.1.5 fs-extra: 7.0.1 - hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi - web3: 1.8.2 + hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um transitivePeerDependencies: - bufferutil - encoding @@ -8966,21 +8516,23 @@ packages: - web3-core-promievent - web3-eth-abi - web3-utils + dev: true - /@nomiclabs/hardhat-truffle5/2.0.7_y633imu5cdyrr2tqq4zubo6pda: + /@nomiclabs/hardhat-truffle5/2.0.7_j44zv7qsf6saqi6s773mmrgwbq: resolution: {integrity: sha512-Pw8451IUZp1bTp0QqCHCYfCHs66sCnyxPcaorapu9mfOV9xnZsVaFdtutnhNEiXdiZwbed7LFKpRsde4BjFwig==} peerDependencies: '@nomiclabs/hardhat-web3': ^2.0.0 hardhat: ^2.6.4 web3: ^1.0.0-beta.36 dependencies: - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.7 - '@nomiclabs/truffle-contract': 4.5.10 + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.13.0+web3@1.8.1 + '@nomiclabs/truffle-contract': 4.5.10_web3@1.8.1 '@types/chai': 4.3.4 chai: 4.3.7 ethereumjs-util: 7.1.5 fs-extra: 7.0.1 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.13.0_z6wznmtyb6ovnulj6iujpct7um + web3: 1.8.1 transitivePeerDependencies: - bufferutil - encoding @@ -8990,7 +8542,7 @@ packages: - web3-core-promievent - web3-eth-abi - web3-utils - dev: true + dev: false /@nomiclabs/hardhat-truffle5/2.0.7_uoc6ciyj3xhodavqe55pqj6luu: resolution: {integrity: sha512-Pw8451IUZp1bTp0QqCHCYfCHs66sCnyxPcaorapu9mfOV9xnZsVaFdtutnhNEiXdiZwbed7LFKpRsde4BjFwig==} @@ -9005,7 +8557,7 @@ packages: chai: 4.3.7 ethereumjs-util: 7.1.5 fs-extra: 7.0.1 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.3 web3: 1.8.1 transitivePeerDependencies: - bufferutil @@ -9016,8 +8568,9 @@ packages: - web3-core-promievent - web3-eth-abi - web3-utils + dev: true - /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.7+web3@1.8.2: + /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.12.3: resolution: {integrity: sha512-zt4xN+D+fKl3wW2YlTX3k9APR3XZgPkxJYf36AcliJn3oujnKEVRZaHu0PhgLjO+gR+F/kiYayo9fgd2L8970Q==} peerDependencies: hardhat: ^2.0.0 @@ -9034,8 +8587,20 @@ packages: web3: ^1.0.0-beta.36 dependencies: '@types/bignumber.js': 5.0.0 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat: 2.12.3 + web3: 1.8.1 + dev: true + + /@nomiclabs/hardhat-web3/2.0.0_hardhat@2.13.0+web3@1.8.1: + resolution: {integrity: sha512-zt4xN+D+fKl3wW2YlTX3k9APR3XZgPkxJYf36AcliJn3oujnKEVRZaHu0PhgLjO+gR+F/kiYayo9fgd2L8970Q==} + peerDependencies: + hardhat: ^2.0.0 + web3: ^1.0.0-beta.36 + dependencies: + '@types/bignumber.js': 5.0.0 + hardhat: 2.13.0_z6wznmtyb6ovnulj6iujpct7um web3: 1.8.1 + dev: false /@nomiclabs/truffle-contract/4.5.10: resolution: {integrity: sha512-nF/6InFV+0hUvutyFgsdOMCoYlr//2fJbRER4itxYtQtc4/O1biTwZIKRu+5l2J5Sq6LU2WX7vZHtDgQdhWxIQ==} @@ -9047,14 +8612,14 @@ packages: web3-utils: ^1.2.1 dependencies: '@ensdomains/ensjs': 2.1.0 - '@truffle/blockchain-utils': 0.1.6 - '@truffle/contract-schema': 3.4.12 - '@truffle/debug-utils': 6.0.46 + '@truffle/blockchain-utils': 0.1.4 + '@truffle/contract-schema': 3.4.10 + '@truffle/debug-utils': 6.0.39 '@truffle/error': 0.1.1 - '@truffle/interface-adapter': 0.5.29 + '@truffle/interface-adapter': 0.5.24 bignumber.js: 7.2.1 ethereum-ens: 0.8.0 - ethers: 4.0.44 + ethers: 4.0.49 source-map-support: 0.5.21 transitivePeerDependencies: - bufferutil @@ -9063,7 +8628,7 @@ packages: - utf-8-validate dev: true - /@nomiclabs/truffle-contract/4.5.10_web3@1.8.2: + /@nomiclabs/truffle-contract/4.5.10_web3@1.8.1: resolution: {integrity: sha512-nF/6InFV+0hUvutyFgsdOMCoYlr//2fJbRER4itxYtQtc4/O1biTwZIKRu+5l2J5Sq6LU2WX7vZHtDgQdhWxIQ==} peerDependencies: web3: ^1.2.1 @@ -9073,16 +8638,16 @@ packages: web3-utils: ^1.2.1 dependencies: '@ensdomains/ensjs': 2.1.0 - '@truffle/blockchain-utils': 0.1.6 - '@truffle/contract-schema': 3.4.12 - '@truffle/debug-utils': 6.0.46 + '@truffle/blockchain-utils': 0.1.4 + '@truffle/contract-schema': 3.4.10 + '@truffle/debug-utils': 6.0.39 '@truffle/error': 0.1.1 - '@truffle/interface-adapter': 0.5.29 + '@truffle/interface-adapter': 0.5.24 bignumber.js: 7.2.1 ethereum-ens: 0.8.0 - ethers: 4.0.44 + ethers: 4.0.49 source-map-support: 0.5.21 - web3: 1.8.2 + web3: 1.8.1 transitivePeerDependencies: - bufferutil - encoding @@ -9148,15 +8713,15 @@ packages: resolution: {integrity: sha512-T1EvspSfH1qQO/sgGlskLfYVBbqzJR23SZzYl/6B2JnT4EhThcI85UpvDk0BkLWKaDScQTabGHt4GzHW+3SfZg==} dependencies: '@openzeppelin/contract-loader': 0.6.3 - '@truffle/contract': 4.6.15 + '@truffle/contract': 4.6.6 ansi-colors: 3.2.4 chai: 4.3.7 chai-bn: 0.2.2_chai@4.3.7 ethjs-abi: 0.2.1 lodash.flatten: 4.4.0 semver: 5.7.1 - web3: 1.8.2 - web3-utils: 1.8.2 + web3: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - bn.js - bufferutil @@ -9165,16 +8730,16 @@ packages: - utf-8-validate dev: false - /@openzeppelin/upgrades-core/1.24.0: - resolution: {integrity: sha512-lXf1tUrCZ3Q/YmWhw0cuSSOHMp0OAsmeOg1fhSGEM6nQQ6cIVlFvq2pCV5hZMb7xkOm5pmmzV8JW1W3kfW6Lfw==} + /@openzeppelin/upgrades-core/1.20.4: + resolution: {integrity: sha512-Y4/+BPIbnopfE6ZhPOE2CD0V5fnvDxKKm7+kryx5+WrcRCTW3B5DjbXL9xyyoviG8Rn5EXUh5Fk1GLbiYDfu0g==} dependencies: cbor: 8.1.0 chalk: 4.1.2 - compare-versions: 5.0.3 + compare-versions: 5.0.1 debug: 4.3.4 ethereumjs-util: 7.1.5 proper-lockfile: 4.1.2 - solidity-ast: 0.4.46 + solidity-ast: 0.4.38 transitivePeerDependencies: - supports-color dev: true @@ -9182,22 +8747,22 @@ packages: /@orbisclub/orbis-sdk/0.3.99: resolution: {integrity: sha512-Qq/pML9hsfddxJTEJZtwJqU13swjXkFsaKGyPUeMfiiVefTRMR6Vr2U6xnslye1PVH/T0cj+rKsdylXd79Mhkg==} dependencies: - '@ceramicnetwork/blockchain-utils-linking': 2.13.0 - '@ceramicnetwork/http-client': 2.20.0 - '@ceramicnetwork/stream-tile': 2.19.0 + '@ceramicnetwork/blockchain-utils-linking': 2.6.0 + '@ceramicnetwork/http-client': 2.10.0 + '@ceramicnetwork/stream-tile': 2.9.0 '@didtools/pkh-ethereum': 0.0.2 '@didtools/pkh-solana': 0.0.2 '@ethersproject/bytes': 5.7.0 '@ethersproject/providers': 5.7.2 '@ethersproject/strings': 5.7.0 '@supabase/supabase-js': 1.35.7 - axios: 1.3.4 + axios: 1.1.3 buffer: 6.0.3 did-session: 1.0.0 dids: 3.4.0 key-did-provider-ed25519: 2.0.1 key-did-resolver: 2.3.0 - lit-js-sdk: 1.1.248 + lit-js-sdk: 1.1.234 react-image-file-resizer: 0.4.8 uint8arrays: 3.1.1 transitivePeerDependencies: @@ -9235,8 +8800,8 @@ packages: resolution: {integrity: sha512-HaW78NszGzRZd9SeoI3JD11JqY+lubnaOx7Pewj5pfjqWXOEATpeKIFb9Z4t2WBUK2iryiXX3lzWwmYWgUL0Ug==} dev: false - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_ohj47mxwagpoxvu7nhhwxzphqm: - resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.9_ohj47mxwagpoxvu7nhhwxzphqm: + resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -9263,7 +8828,7 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.29.0 + core-js-pure: 3.26.1 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 @@ -9274,8 +8839,8 @@ packages: webpack: 5.75.0 dev: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_unmakpayn7vcxadrrsbqlrpehy: - resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.9_unmakpayn7vcxadrrsbqlrpehy: + resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -9302,7 +8867,7 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.29.0 + core-js-pure: 3.26.1 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 @@ -9313,8 +8878,8 @@ packages: webpack: 5.75.0 webpack-dev-server: 4.11.1_webpack@5.75.0 - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_webpack@4.44.2: - resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} + /@pmmmwh/react-refresh-webpack-plugin/0.5.9_webpack@4.44.2: + resolution: {integrity: sha512-7QV4cqUwhkDIHpMAZ9mestSJ2DMIotVTbOUwbiudhjCRTAWWKIaBecELiEM2LT3AHFeOAaHIcFu4dbXjX+9GBA==} engines: {node: '>= 10.13'} peerDependencies: '@types/webpack': 4.x || 5.x @@ -9341,7 +8906,7 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.29.0 + core-js-pure: 3.26.1 error-stack-parser: 2.1.4 find-up: 5.0.0 html-entities: 2.3.3 @@ -9395,12 +8960,12 @@ packages: eth-sig-util: 2.5.3 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 ethereumjs-vm: 2.6.0 json-rpc-error: 2.0.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - readable-stream: 2.3.8 + readable-stream: 2.3.7 request: 2.88.2 semaphore: 1.1.0 ws: 5.2.3 @@ -9462,16 +9027,16 @@ packages: /@protobufjs/utf8/1.1.0: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} - /@redux-saga/core/1.2.2: - resolution: {integrity: sha512-0qr5oleOAmI5WoZLRA6FEa30M4qKZcvx+ZQOQw+RqFeH8t20bvhE329XSPsNfTVP8C6qyDsXOSjuoV+g3+8zkg==} + /@redux-saga/core/1.2.1: + resolution: {integrity: sha512-ABCxsZy9DwmNoYNo54ZlfuTvh77RXx8ODKpxOHeWam2dOaLGQ7vAktpfOtqSeTdYrKEORtTeWnxkGJMmPOoukg==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 '@redux-saga/deferred': 1.2.1 '@redux-saga/delay-p': 1.2.1 '@redux-saga/is': 1.1.3 '@redux-saga/symbols': 1.1.3 '@redux-saga/types': 1.2.1 - redux: 4.2.1 + redux: 4.2.0 typescript-tuple: 2.2.1 dev: true @@ -9503,13 +9068,13 @@ packages: /@remirror/core-constants/2.0.0: resolution: {integrity: sha512-vpePPMecHJllBqCWXl6+FIcZqS+tRUM2kSCCKFeEo1H3XUEv3ocijBIPhnlSAa7g6maX+12ATTgxrOsLpWVr2g==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 dev: false /@remirror/core-helpers/2.0.1: resolution: {integrity: sha512-s8M1pn33aBUhduvD1QR02uUQMegnFkGaTr4c1iBzxTTyg0rbQstzuQ7Q8TkL6n64JtgCdJS9jLz2dONb2meBKQ==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 '@linaria/core': 3.0.0-beta.13 '@remirror/core-constants': 2.0.0 '@remirror/types': 1.0.0 @@ -9518,7 +9083,7 @@ packages: '@types/throttle-debounce': 2.1.0 case-anything: 2.1.10 dash-get: 1.0.2 - deepmerge: 4.3.0 + deepmerge: 4.2.2 fast-deep-equal: 3.1.3 make-error: 1.3.6 object.omit: 3.0.0 @@ -9532,8 +9097,8 @@ packages: type-fest: 2.19.0 dev: false - /@remix-run/router/1.3.3: - resolution: {integrity: sha512-YRHie1yQEj0kqqCTCJEfHqYSSNlZQ696QJG+MMiW4mxSl9I0ojz/eRhJS4fs88Z5i6D1SmoF9d3K99/QOhI8/w==} + /@remix-run/router/1.0.3: + resolution: {integrity: sha512-ceuyTSs7PZ/tQqi19YZNBc5X7kj1f8p+4DIyrcIYFY9h+hd1OKm4RqtiWldR9eGEvIiJfsqwM4BsuCtRIuEw6Q==} engines: {node: '>=14'} dev: false @@ -9578,7 +9143,7 @@ packages: - supports-color dev: false - /@rollup/plugin-babel/5.3.1_4tnfxcmsyr7y5qv3uwkivwqysm: + /@rollup/plugin-babel/5.3.1_rw3hudt2pmn5afxog7l3b6qtze: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -9589,7 +9154,7 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 '@rollup/pluginutils': 3.1.0_rollup@2.79.1 rollup: 2.79.1 @@ -9603,7 +9168,7 @@ packages: '@rollup/pluginutils': 3.1.0_rollup@2.79.1 '@types/resolve': 1.17.1 builtin-modules: 3.3.0 - deepmerge: 4.3.0 + deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.22.1 rollup: 2.79.1 @@ -9670,17 +9235,17 @@ packages: /@scure/base/1.1.1: resolution: {integrity: sha512-ZxOhsSyxYwLJj3pLZCefNitxsj093tb2vq90mp2txoYeBqbcjDjqFhyM8eUjq/uFm6zJ+mUuqxlS2FkuSY1MTA==} - /@scure/bip32/1.1.5: - resolution: {integrity: sha512-XyNh1rB0SkEqd3tXcXMi+Xe1fvg+kUIcoRIEujP1Jgv7DqW2r9lg3Ah0NkFaCs9sTkQAQA8kw7xiRXzENi9Rtw==} + /@scure/bip32/1.1.0: + resolution: {integrity: sha512-ftTW3kKX54YXLCxH6BB7oEEoJfoE2pIgw7MINKAs5PsS6nqKPuKk1haTF/EuHmYqG330t5GSrdmtRuHaY1a62Q==} dependencies: - '@noble/hashes': 1.2.0 - '@noble/secp256k1': 1.7.1 + '@noble/hashes': 1.1.2 + '@noble/secp256k1': 1.6.3 '@scure/base': 1.1.1 - /@scure/bip39/1.1.1: - resolution: {integrity: sha512-t+wDck2rVkh65Hmv280fYdVdY25J9YeEUIgn2LG1WM6gxFkGzcksoDiUkWVpVp3Oex9xGC68JU2dSbUfwZ2jPg==} + /@scure/bip39/1.1.0: + resolution: {integrity: sha512-pwrPOS16VeTKg98dYXQyIjJEcWfz7/1YJIwxUEPFfQPtc86Ym/1sVgQ2RLoD43AazMk2l/unK4ITySSpW2+82w==} dependencies: - '@noble/hashes': 1.2.0 + '@noble/hashes': 1.1.2 '@scure/base': 1.1.1 /@sentry/core/5.30.0: @@ -9751,8 +9316,8 @@ packages: dependencies: '@hapi/hoek': 9.3.0 - /@sideway/formula/3.0.1: - resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} + /@sideway/formula/3.0.0: + resolution: {integrity: sha512-vHe7wZ4NOXVfkoRb8T5otiENVlT7a3IAiw7H5M2+GO+9CDgcVUUsX1zalAztCmwyOr2RUTGJdgB+ZvSVqmdHmg==} /@sideway/pinpoint/2.0.0: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} @@ -9768,35 +9333,33 @@ packages: resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} - /@sinonjs/commons/1.8.6: - resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} + /@sinonjs/commons/1.8.5: + resolution: {integrity: sha512-rTpCA0wG1wUxglBSFdMMY0oTrKYvgf4fNgv/sXbfCVAdf+FnPBdKJR/7XbpTCwbCrvCbdPYnlWaUUYz4V2fPDA==} dependencies: type-detect: 4.0.8 /@sinonjs/fake-timers/8.1.0: resolution: {integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==} dependencies: - '@sinonjs/commons': 1.8.6 + '@sinonjs/commons': 1.8.5 /@socket.io/component-emitter/3.1.0: resolution: {integrity: sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==} - /@solana/buffer-layout/4.0.1: - resolution: {integrity: sha512-E1ImOIAD1tBZFRdjeM4/pzTiTApC0AOBGwyAMS4fwIodCWArzJ3DWdoh8cKxeFM2fElkxBh2Aqts1BPC373rHA==} + /@solana/buffer-layout/4.0.0: + resolution: {integrity: sha512-lR0EMP2HC3+Mxwd4YcnZb0smnaDw7Bl2IQWZiTevRH5ZZBZn6VRWn3/92E3qdU4SSImJkA6IDHawOHAnx/qUvQ==} engines: {node: '>=5.10'} dependencies: buffer: 6.0.3 dev: false - /@solana/web3.js/1.73.3: - resolution: {integrity: sha512-vHRMo589XEIpoujpE2sZZ1aMZvfA1ImKfNxobzEFyMb+H5j6mRRUXfdgWD0qJ0sm11e5BcBC7HPeRXJB+7f3Lg==} + /@solana/web3.js/1.52.0: + resolution: {integrity: sha512-oG1+BX4nVYZ0OBzmk6DRrY8oBYMsbXVQEf9N9JOfKm+wXSmjxVEEo8v3IPV8mKwR0JvUWuE8lOn3IUDiMlRLgg==} + engines: {node: '>=12.20.0'} dependencies: - '@babel/runtime': 7.21.0 - '@noble/ed25519': 1.7.3 - '@noble/hashes': 1.2.0 - '@noble/secp256k1': 1.7.1 - '@solana/buffer-layout': 4.0.1 - agentkeepalive: 4.2.1 + '@babel/runtime': 7.20.1 + '@ethersproject/sha2': 5.7.0 + '@solana/buffer-layout': 4.0.0 bigint-buffer: 1.1.5 bn.js: 5.2.1 borsh: 0.7.0 @@ -9804,13 +9367,17 @@ packages: buffer: 6.0.1 fast-stable-stringify: 1.0.0 jayson: 3.7.0 - node-fetch: 2.6.9 - rpc-websockets: 7.5.1 + js-sha3: 0.8.0 + node-fetch: 2.6.8 + react-native-url-polyfill: 1.3.0 + rpc-websockets: 7.5.0 + secp256k1: 4.0.3 superstruct: 0.14.2 + tweetnacl: 1.0.3 transitivePeerDependencies: - bufferutil - encoding - - supports-color + - react-native - utf-8-validate dev: false @@ -9819,15 +9386,10 @@ packages: dependencies: antlr4ts: 0.5.0-alpha.4 - /@solidity-parser/parser/0.15.0: - resolution: {integrity: sha512-5UFJJTzWi1hgFk6aGCZ5rxG2DJkCJOzJ74qg7UkWSNCDSigW+CJLoYUb5bLiKrtI34Nr9rpFSUNHfkqtlL+N/w==} - dependencies: - antlr4ts: 0.5.0-alpha.4 - /@spruceid/siwe-parser/1.1.3: resolution: {integrity: sha512-oQ8PcwDqjGWJvLmvAF2yzd6iniiWxK0Qtz+Dw+gLD/W5zOQJiKIUXwslHOm8VB8OOOKW9vfR3dnPBhHaZDvRsw==} dependencies: - apg-js: 4.1.3 + apg-js: 4.1.2 dev: false /@stablelib/aead/1.0.1: @@ -9838,14 +9400,6 @@ packages: dependencies: '@stablelib/int': 1.0.1 - /@stablelib/blake2b/1.0.1: - resolution: {integrity: sha512-B3KyKoBAjkIFeH7romcF96i+pVFYk7K2SBQ1pZvaxV+epSBXJ+n0C66esUhyz6FF+5FbdQVm77C5fzGFcEZpKA==} - dependencies: - '@stablelib/binary': 1.0.1 - '@stablelib/hash': 1.0.1 - '@stablelib/wipe': 1.0.1 - dev: false - /@stablelib/bytes/1.0.1: resolution: {integrity: sha512-Kre4Y4kdwuqL8BR2E9hV/R5sOrUj6NanZaZis0V6lX5yzqC3hBuVSDXUIBqQv/sCpmuWRiHLwqiT1pqqjuBXoQ==} @@ -9956,8 +9510,8 @@ packages: '@stablelib/xchacha20': 1.0.1 dev: false - /@storybook/addon-actions/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-aADjilFmuD6TNGz2CRPSupnyiA/IGkPJHDBTqMpsDXTUr8xnuD122xkIhg6UxmCM2y1c+ncwYXy3WPK2xXK57g==} + /@storybook/addon-actions/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-3Tji0gIy95havhTpSc6CsFl5lNxGn4O5Y1U9fyji+GRkKqDFOrvVLYAHPtLOpYdEI5tF0bDo+akiqfDouY8+eA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -9967,14 +9521,14 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -9983,15 +9537,15 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-inspector: 5.1.1_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-t7qooZ892BruhilFmzYPbysFwpULt/q4zYXNSmKVbAYta8UVvitjcU4F18p8FpWd9WvhiTr0SDlyhNZuzvDfug==} + /@storybook/addon-backgrounds/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-b4JX7JMY7e50y1l6g71D+2XWV3GO0TO2z1ta8J6W4OQt8f44V7sSkRQaJUzXdLjQMrA+Anojuy1ZwPjVeLC6vg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10001,25 +9555,25 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 global: 4.4.0 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.16_a5ainwq6j6e77vl54wahuheooy: - resolution: {integrity: sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==} + /@storybook/addon-controls/6.5.13_u7mmoyqfty2flmkfggora6dwra: + resolution: {integrity: sha512-lYq3uf2mlVevm0bi6ueL3H6TpUMRYW9s/pTNTVJT225l27kLdFR9wEKxAkCBrlKaTgDLJmzzDRsJE3NLZlR/5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10029,16 +9583,16 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.16 - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/node-logger': 6.5.13 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -10052,8 +9606,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.16_z526srz6e67bkoex2hsciwf7ua: - resolution: {integrity: sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==} + /@storybook/addon-docs/6.5.13_m3zuu6jlzuadxvbwg37tw4mxge: + resolution: {integrity: sha512-RG/NjsheD9FixZ789RJlNyNccaR2Cuy7CtAwph4oUNi3aDFjtOI8Oe9L+FOT7qtVnZLw/YMjF+pZxoDqJNKLPw==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10066,32 +9620,32 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.21.0 + '@babel/plugin-transform-react-jsx': 7.19.0 '@babel/preset-env': 7.20.2 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@18.2.0 - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/mdx1-csf': 0.0.1 - '@storybook/node-logger': 6.5.16 - '@storybook/postinstall': 6.5.16 - '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/source-loader': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.13 + '@storybook/postinstall': 6.5.13 + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/source-loader': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y babel-loader: 8.3.0_webpack@4.44.2 - core-js: 3.29.0 + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 remark-external-links: 8.0.0 remark-slug: 6.1.0 ts-dedent: 2.2.0 @@ -10107,8 +9661,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.16_z526srz6e67bkoex2hsciwf7ua: - resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} + /@storybook/addon-essentials/6.5.13_m3zuu6jlzuadxvbwg37tw4mxge: + resolution: {integrity: sha512-G9FVAWV7ixjVLWeLgIX+VT90tcAk6yQxfZQegfg5ucRilGysJCDaNnoab4xuuvm1R40TfFhba3iAGZtQYsddmw==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -10164,22 +9718,22 @@ packages: webpack: optional: true dependencies: - '@storybook/addon-actions': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-backgrounds': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/addon-docs': 6.5.16_z526srz6e67bkoex2hsciwf7ua - '@storybook/addon-measure': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-outline': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-toolbars': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-viewport': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/node-logger': 6.5.16 - core-js: 3.29.0 + '@storybook/addon-actions': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-backgrounds': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-controls': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/addon-docs': 6.5.13_m3zuu6jlzuadxvbwg37tw4mxge + '@storybook/addon-measure': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-outline': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-toolbars': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addon-viewport': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/node-logger': 6.5.13 + core-js: 3.26.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 webpack: 4.44.2 transitivePeerDependencies: @@ -10192,8 +9746,8 @@ packages: - webpack-command dev: true - /@storybook/addon-interactions/6.5.16_uwkcr5bxnundzrsf5dv5ljpvxe: - resolution: {integrity: sha512-DdTtyp3DgB/SpbM1GQgMnuSEBCkadxmj1mUcPk+Wp2iY+fDwsuoRDkr1H9Oe7IvlBKe7ciR79LEjoaABXNdw4w==} + /@storybook/addon-interactions/6.5.13_irfx6iquzs6ky4omqf4xjdrrsy: + resolution: {integrity: sha512-FPOeS7AT/Odxl6z7E0qYI4F0Sh06jFRttRvSgpKC5P2lYUWUstLP5TC8N+F5ijBeLfIdIsf5zBK7l5Y/cluueg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10203,17 +9757,17 @@ packages: react-dom: optional: true dependencies: - '@devtools-ds/object-inspector': 1.2.1_zula6vjvt3wdocc4mwcxqa6nzi - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/core-events': 6.5.16 + '@devtools-ds/object-inspector': 1.2.0_2zx2umvpluuhvlq44va5bta2da + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/instrumenter': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/instrumenter': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 global: 4.4.0 jest-mock: 27.5.1 polished: 4.2.2 @@ -10230,8 +9784,8 @@ packages: - webpack-command dev: true - /@storybook/addon-links/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-P/mmqK57NGXnR0i3d/T5B0rIt0Lg8Yq+qionRr3LK3AwG/4yGnYt4GNomLEknn/eEwABYq1Q/Z1aOpgIhNdq5A==} + /@storybook/addon-links/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-K/LYYu9R/Xoah5h9MNh4mSHOic3q5csqjderLqr2YW/KPYiuNubgvzEbAAbzI5xq5JrtAZqnINrZUv2A4CyYbQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10241,24 +9795,24 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 prop-types: 15.8.1 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 dev: true - /@storybook/addon-measure/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-DMwnXkmM2L6POTh4KaOWvOAtQ2p9Tr1UUNxz6VXiN5cKFohpCs6x0txdLU5WN8eWIq0VFsO7u5ZX34CGCc6gCg==} + /@storybook/addon-measure/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-pi5RFB9YTnESRFtYHAVRUrgEI5to0TFc4KndtwcCKt1fMJ8OFjXQeznEfdj95PFeUvW5TNUwjL38vK4LhicB+g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10268,20 +9822,20 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@storybook/addon-outline/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-0du96nha4qltexO0Xq1xB7LeRSbqjC9XqtZLflXG7/X3ABoPD2cXgOV97eeaXUodIyb2qYBbHUfftBeA75x0+w==} + /@storybook/addon-outline/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-8d8taPheO/tryflzXbj2QRuxHOIS8CtzRzcaglCcioqHEMhOIDOx9BdXKdheq54gdk/UN94HdGJUoVxYyXwZ4Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10291,22 +9845,22 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-y3PuUKiwOWrAvqx1YdUvArg0UaAwmboXFeR2bkrowk1xcT+xnRO3rML4npFeUl26OQ1FzwxX/cw6nknREBBLEA==} + /@storybook/addon-toolbars/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-Qgr4wKRSP+gY1VaN7PYT4TM1um7KY341X3GHTglXLFHd8nDsCweawfV2shaX3WxCfZmVro8g4G+Oest30kLLCw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10316,19 +9870,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true - /@storybook/addon-viewport/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-1Vyqf1U6Qng6TXlf4SdqUKyizlw1Wn6+qW8YeA2q1lbkJqn3UlnHXIp8Q0t/5q1dK5BFtREox3+jkGwbJrzkmA==} + /@storybook/addon-viewport/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-KSfeuCSIjncwWGnUu6cZBx8WNqYvm5gHyFvkSPKEu0+MJtgncbUy7pl53lrEEr6QmIq0GRXvS3A0XzV8RCnrSA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10338,71 +9892,71 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.16 - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true - /@storybook/addons/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-p3DqQi+8QRL5k7jXhXmJZLsE/GqHqyY6PcoA1oNTJr0try48uhTGUOYkgzmqtDaa/qPFO5LP+xCPzZXckGtquQ==} + /@storybook/addons/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-18CqzNnrGMfeZtiKz+R/3rHtSNnfNwz6y6prIQIbWseK16jY8ELTfIFGviwO5V2OqpbHDQi5+xQQ63QAIb89YA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.16 - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/webpack-env': 1.18.0 - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true - /@storybook/api/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-HOsuT8iomqeTMQJrRx5U8nsC7lJTwRr1DhdD0SzlqL4c80S/7uuCy4IZvOt4sYQjOzW5fOo/kamcoBXyLproTA==} + /@storybook/api/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-xVSmB7/IuFd6G7eiJjbI2MuS7SZunoUM6d+YCWpjiehfMeX47MXt1gZtOwFrgJC1ShZlefXFahq/dvxwtmWs+w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/channels': 6.5.16 - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 store2: 2.14.2 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.16_a5ainwq6j6e77vl54wahuheooy: - resolution: {integrity: sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==} + /@storybook/builder-webpack4/6.5.13_u7mmoyqfty2flmkfggora6dwra: + resolution: {integrity: sha512-Agqy3IKPv3Nl8QqdS7PjtqLp+c0BD8+/3A2ki/YfKqVz+F+J34EpbZlh3uU053avm1EoNQHSmhZok3ZlWH6O7A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10411,38 +9965,38 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.0 - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.16 - '@storybook/channels': 6.5.16 - '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/core-events': 6.5.16 - '@storybook/node-logger': 6.5.16 - '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@babel/core': 7.20.2 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channels': 6.5.13 + '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-events': 6.5.13 + '@storybook/node-logger': 6.5.13 + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.18.13 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.18.3 '@types/webpack': 4.41.33 autoprefixer: 9.8.8 - babel-loader: 8.3.0_wd33ak6txextphwae5ymvkxpdq + babel-loader: 8.3.0_ac45jkgjutircf4w34of4muhwa case-sensitive-paths-webpack-plugin: 2.4.0 - core-js: 3.29.0 + core-js: 3.26.1 css-loader: 3.6.0_webpack@4.44.2 file-loader: 6.2.0_webpack@4.44.2 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_ya43xqu6jcstldhpi7rudeqw7e + fork-ts-checker-webpack-plugin: 4.1.6_qk4fnxnxhjpnqtz47txsdtiile glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - pnp-webpack-plugin: 1.6.4_typescript@4.9.5 + pnp-webpack-plugin: 1.6.4_typescript@4.9.4 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_4a2i7aa2i6hzz4ngguaxzo4tzi @@ -10453,7 +10007,7 @@ packages: style-loader: 1.3.0_webpack@4.44.2 terser-webpack-plugin: 4.2.3_webpack@4.44.2 ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 4.9.4 url-loader: 4.1.1_zmzwotvrfu62vdeozbyveyswza util-deprecate: 1.0.2 webpack: 4.44.2 @@ -10470,52 +10024,52 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.5.16: - resolution: {integrity: sha512-fZZSN29dsUArWOx7e7lTdMA9+7zijVwCwbvi2Fo4fqhRLh1DsTb/VXfz1FKMCWAjNlcX7QQvV25tnxbqsD6lyw==} + /@storybook/channel-postmessage/6.5.13: + resolution: {integrity: sha512-R79MBs0mQ7TV8M/a6x/SiTRyvZBidDfMEEthG7Cyo9p35JYiKOhj2535zhW4qlVMESBu95pwKYBibTjASoStPw==} dependencies: - '@storybook/channels': 6.5.16 - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 - core-js: 3.29.0 + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + core-js: 3.26.1 global: 4.4.0 qs: 6.11.0 telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.5.16: - resolution: {integrity: sha512-wJg2lpBjmRC2GJFzmhB9kxlh109VE58r/0WhFtLbwKvPqsvGf82xkBEl6BtBCvIQ4stzYnj/XijjA8qSi2zpOg==} + /@storybook/channel-websocket/6.5.13: + resolution: {integrity: sha512-kwh667H+tzCiNvs92GNwYOwVXdj9uHZyieRAN5rJtTBJ7XgLzGkpTEU50mWlbc0nDKhgE0qYvzyr5H393Iy5ug==} dependencies: - '@storybook/channels': 6.5.16 - '@storybook/client-logger': 6.5.16 - core-js: 3.29.0 + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + core-js: 3.26.1 global: 4.4.0 telejson: 6.0.8 dev: true - /@storybook/channels/6.5.16: - resolution: {integrity: sha512-VylzaWQZaMozEwZPJdyJoz+0jpDa8GRyaqu9TGG6QGv+KU5POoZaGLDkRE7TzWkyyP0KQLo80K99MssZCpgSeg==} + /@storybook/channels/6.5.13: + resolution: {integrity: sha512-sGYSilE30bz0jG+HdHnkv0B4XkAv2hP+KRZr4xmnv+MOOQpRnZpJ5Z3HVU16s17cj/83NWihKj6BuKcEVzyilg==} dependencies: - core-js: 3.29.0 + core-js: 3.26.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-api/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-i3UwkzzUFw8I+E6fOcgB5sc4oU2fhvaKnqC1mpd9IYGJ9JN9MnGIaVl3Ko28DtFItu/QabC9JsLIJVripFLktQ==} + /@storybook/client-api/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-uH1mAWbidPiuuTdMUVEiuaNOfrYXm+9QLSP1MMYTKULqEOZI5MSOGkEDqRfVWxbYv/iWBOPTQ+OM9TQ6ecYacg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.16 - '@storybook/channels': 6.5.16 - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/qs': 6.9.7 '@types/webpack-env': 1.18.0 - core-js: 3.29.0 + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 @@ -10523,40 +10077,40 @@ packages: qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 store2: 2.14.2 - synchronous-promise: 2.0.17 + synchronous-promise: 2.0.16 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.5.16: - resolution: {integrity: sha512-pxcNaCj3ItDdicPTXTtmYJE3YC1SjxFrBmHcyrN+nffeNyiMuViJdOOZzzzucTUG0wcOOX8jaSyak+nnHg5H1Q==} + /@storybook/client-logger/6.5.13: + resolution: {integrity: sha512-F2SMW3LWFGXLm2ENTwTitrLWJgmMXRf3CWQXdN2EbkNCIBHy5Zcbt+91K4OX8e2e5h9gjGfrdYbyYDYOoUCEfA==} dependencies: - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 dev: true - /@storybook/components/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-LzBOFJKITLtDcbW9jXl0/PaG+4xAz25PK8JxPZpIALbmOpYWOAPcO6V9C2heX6e6NgWFMUxjplkULEk9RCQMNA==} + /@storybook/components/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-6Hhx70JK5pGfKCkqMU4yq/BBH+vRTmzj7tZKfPwba+f8VmTMoOr/2ysTQFRtXryiHB6Z15xBYgfq5x2pIwQzLQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.16 + '@storybook/client-logger': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu: - resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} + /@storybook/core-client/6.5.13_6af4yl6pcw5qzbgmacrfayucuy: + resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10566,34 +10120,34 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.16 - '@storybook/channel-websocket': 6.5.16 - '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channel-websocket': 6.5.13 + '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 4.9.4 unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 5.75.0 + webpack: 4.44.2 dev: true - /@storybook/core-client/6.5.16_h22hsf3dcbdpghi2fgzgsswqxi: - resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} + /@storybook/core-client/6.5.13_fzk2o5r53sgjs5saca2d7spkha: + resolution: {integrity: sha512-YuELbRokTBdqjbx/R4/7O4rou9kvbBIOJjlUkor9hdLLuJ3P0yGianERGNkZFfvcfMBAxU0p52o7QvDldSR3kA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10603,34 +10157,34 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.16 - '@storybook/channel-websocket': 6.5.16 - '@storybook/client-api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/channel-websocket': 6.5.13 + '@storybook/client-api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/preview-web': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 4.9.4 unfetch: 4.2.0 util-deprecate: 1.0.2 - webpack: 4.44.2 + webpack: 5.75.0 dev: true - /@storybook/core-common/6.5.16_a5ainwq6j6e77vl54wahuheooy: - resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} + /@storybook/core-common/6.5.13_u7mmoyqfty2flmkfggora6dwra: + resolution: {integrity: sha512-+DVZrRsteE9pw0X5MNffkdBgejQnbnL+UOG3qXkE9xxUamQALnuqS/w1BzpHE9WmOHuf7RWMKflyQEW3OLKAJg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10639,46 +10193,46 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-decorators': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.21.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/preset-react': 7.18.6_@babel+core@7.21.0 - '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 - '@babel/register': 7.21.0_@babel+core@7.21.0 - '@storybook/node-logger': 6.5.16 + '@babel/core': 7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-decorators': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.20.2 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/register': 7.18.9_@babel+core@7.20.2 + '@storybook/node-logger': 6.5.13 '@storybook/semver': 7.3.2 - '@types/node': 16.18.13 + '@types/node': 16.18.3 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.3.0_wd33ak6txextphwae5ymvkxpdq + babel-loader: 8.3.0_ac45jkgjutircf4w34of4muhwa babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.21.0 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.20.2 chalk: 4.1.2 - core-js: 3.29.0 + core-js: 3.26.1 express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_ya43xqu6jcstldhpi7rudeqw7e + fork-ts-checker-webpack-plugin: 6.5.2_qk4fnxnxhjpnqtz47txsdtiile fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 interpret: 2.2.0 - json5: 2.2.3 + json5: 2.2.1 lazy-universal-dotenv: 3.0.1 picomatch: 2.3.1 pkg-dir: 5.0.0 @@ -10689,7 +10243,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 4.9.4 util-deprecate: 1.0.2 webpack: 4.44.2 transitivePeerDependencies: @@ -10700,14 +10254,14 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.5.16: - resolution: {integrity: sha512-qMZQwmvzpH5F2uwNUllTPg6eZXr2OaYZQRRN8VZJiuorZzDNdAFmiVWMWdkThwmyLEJuQKXxqCL8lMj/7PPM+g==} + /@storybook/core-events/6.5.13: + resolution: {integrity: sha512-kL745tPpRKejzHToA3/CoBNbI+NPRVk186vGxXBmk95OEg0TlwgQExP8BnqEtLlRZMbW08e4+6kilc1M1M4N5w==} dependencies: - core-js: 3.29.0 + core-js: 3.26.1 dev: true - /@storybook/core-server/6.5.16_a5ainwq6j6e77vl54wahuheooy: - resolution: {integrity: sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==} + /@storybook/core-server/6.5.13_u7mmoyqfty2flmkfggora6dwra: + resolution: {integrity: sha512-vs7tu3kAnFwuINio1p87WyqDNlFyZESmeh9s7vvrZVbe/xS/ElqDscr9DT5seW+jbtxufAaHsx+JUTver1dheQ==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -10723,18 +10277,18 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/core-client': 6.5.16_h22hsf3dcbdpghi2fgzgsswqxi - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/core-events': 6.5.16 + '@storybook/builder-webpack4': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-client': 6.5.13_6af4yl6pcw5qzbgmacrfayucuy + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.16 - '@storybook/manager-webpack4': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/node-logger': 6.5.16 + '@storybook/csf-tools': 6.5.13 + '@storybook/manager-webpack4': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/node-logger': 6.5.13 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@types/node': 16.18.13 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/telemetry': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@types/node': 16.18.3 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 '@types/webpack': 4.41.33 @@ -10744,7 +10298,7 @@ packages: cli-table3: 0.6.3 commander: 6.2.1 compression: 1.7.4 - core-js: 3.29.0 + core-js: 3.26.1 cpy: 8.1.2 detect-port: 1.5.1 express: 4.18.2 @@ -10753,22 +10307,22 @@ packages: globby: 11.1.0 ip: 2.0.0 lodash: 4.17.21 - node-fetch: 2.6.9 - open: 8.4.2 + node-fetch: 2.6.8 + open: 8.4.0 pretty-hrtime: 1.0.3 prompts: 2.4.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 serve-favicon: 2.5.0 slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 4.9.4 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.44.2 - ws: 8.12.1 + ws: 8.12.0 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -10783,8 +10337,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.16_3yyw3m7st5j3ydbhzzgqpk3nqi: - resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} + /@storybook/core/6.5.13_kilcon62n4vxjhbegx5w2i4ksy: + resolution: {integrity: sha512-kw1lCgbsxzUimGww6t5rmuWJmFPe9kGGyzIqvj4RC4BBcEsP40LEu9XhSfvnb8vTOLIULFZeZpdRFfJs4TYbUw==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -10800,11 +10354,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.16_7cwjmjvoo2q6bjzwgpqtqos7pu - '@storybook/core-server': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/core-client': 6.5.13_fzk2o5r53sgjs5saca2d7spkha + '@storybook/core-server': 6.5.13_u7mmoyqfty2flmkfggora6dwra react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - typescript: 4.9.5 + typescript: 4.9.4 webpack: 5.75.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -10819,27 +10373,27 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.5.16: - resolution: {integrity: sha512-+WD4sH/OwAfXZX3IN6/LOZ9D9iGEFcN+Vvgv9wOsLRgsAZ10DG/NK6c1unXKDM/ogJtJYccNI8Hd+qNE/GFV6A==} + /@storybook/csf-tools/6.5.13: + resolution: {integrity: sha512-63Ev+VmBqzwSwfUzbuXOLKBD5dMTK2zBYLQ9anTVw70FuTikwTsGIbPgb098K0vsxRCgxl7KM7NpivHqtZtdjw==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.21.0 - '@babel/generator': 7.21.1 - '@babel/parser': 7.21.2 - '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/parser': 7.20.3 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.21.0 - core-js: 3.29.0 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.20.2 + core-js: 3.26.1 fs-extra: 9.1.0 global: 4.4.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -10851,37 +10405,37 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg==} + /@storybook/docs-tools/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-hB+hk+895ny4SW84j3X5iV55DHs3bCfTOp7cDdcZJdQrlm0wuDb4A6d4ffNC7ZLh9VkUjU6ST4VEV5Bb0Cptow==} dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 doctrine: 3.0.0 lodash: 4.17.21 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 transitivePeerDependencies: - react - react-dom - supports-color dev: true - /@storybook/instrumenter/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-q8/GaBk8PA/cL7m5OW+ec5t63+Zja9YvYSPGXrYtW17koSv7OnNPmk6RvI7tIHHO0mODBYnaHjF4zQfEGoyR5Q==} + /@storybook/instrumenter/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-izRF64BU+gGCP7qE1N3kOVLSv5Xk4M0OWcRmFIXoIS46qNDzmd8hmbkkx3M9wrvw0kcQ97kIyADF+UInbcr/dQ==} dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 - core-js: 3.29.0 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 + core-js: 3.26.1 global: 4.4.0 transitivePeerDependencies: - react - react-dom dev: true - /@storybook/manager-webpack4/6.5.16_a5ainwq6j6e77vl54wahuheooy: - resolution: {integrity: sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==} + /@storybook/manager-webpack4/6.5.13_u7mmoyqfty2flmkfggora6dwra: + resolution: {integrity: sha512-pURzS5W3XM0F7bCBWzpl7TRsuy+OXFwLXiWLaexuvo0POZe31Ueo2A1R4rx3MT5Iee8O9mYvG2XTmvK9MlLefQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -10890,39 +10444,39 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 - '@babel/preset-react': 7.18.6_@babel+core@7.21.0 - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.16_h22hsf3dcbdpghi2fgzgsswqxi - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/node-logger': 6.5.16 - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@types/node': 16.18.13 + '@babel/core': 7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-client': 6.5.13_6af4yl6pcw5qzbgmacrfayucuy + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/node-logger': 6.5.13 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@types/node': 16.18.3 '@types/webpack': 4.41.33 - babel-loader: 8.3.0_wd33ak6txextphwae5ymvkxpdq + babel-loader: 8.3.0_ac45jkgjutircf4w34of4muhwa case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 - core-js: 3.29.0 + core-js: 3.26.1 css-loader: 3.6.0_webpack@4.44.2 express: 4.18.2 file-loader: 6.2.0_webpack@4.44.2 find-up: 5.0.0 fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.44.2 - node-fetch: 2.6.9 - pnp-webpack-plugin: 1.6.4_typescript@4.9.5 + node-fetch: 2.6.8 + pnp-webpack-plugin: 1.6.4_typescript@4.9.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 resolve-from: 5.0.0 style-loader: 1.3.0_webpack@4.44.2 telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.44.2 ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 4.9.4 url-loader: 4.1.1_zmzwotvrfu62vdeozbyveyswza util-deprecate: 1.0.2 webpack: 4.44.2 @@ -10941,12 +10495,12 @@ packages: /@storybook/mdx1-csf/0.0.1: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.21.1 - '@babel/parser': 7.21.2 + '@babel/generator': 7.20.4 + '@babel/parser': 7.20.3 '@babel/preset-env': 7.20.2 - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.188 js-string-escape: 1.0.1 loader-utils: 2.0.4 lodash: 4.17.21 @@ -10957,15 +10511,15 @@ packages: - supports-color dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.21.0: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.20.2: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.21.1 - '@babel/parser': 7.21.2 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/types': 7.21.2 + '@babel/generator': 7.20.4 + '@babel/parser': 7.20.3 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/types': 7.20.2 '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.191 + '@types/lodash': 4.14.188 js-string-escape: 1.0.1 loader-utils: 2.0.4 lodash: 4.17.21 @@ -10976,23 +10530,23 @@ packages: - supports-color dev: true - /@storybook/node-logger/6.5.16: - resolution: {integrity: sha512-YjhBKrclQtjhqFNSO+BZK+RXOx6EQypAELJKoLFaawg331e8VUfvUuRCNB3fcEWp8G9oH13PQQte0OTjLyyOYg==} + /@storybook/node-logger/6.5.13: + resolution: {integrity: sha512-/r5aVZAqZRoy5FyNk/G4pj7yKJd3lJfPbAaOHVROv2IF7PJP/vtRaDkcfh0g2U6zwuDxGIqSn80j+qoEli9m5A==} dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 - core-js: 3.29.0 + core-js: 3.26.1 npmlog: 5.0.1 pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.5.16: - resolution: {integrity: sha512-08K2q+qN6pqyPW7PHLCZ5G5Xa6Wosd6t0F16PQ4abX2ItlJLabVoJN5mZ0gm/aeLTjD8QYr8IDvacu4eXh0SVA==} + /@storybook/postinstall/6.5.13: + resolution: {integrity: sha512-qmqP39FGIP5NdhXC5IpAs9cFoYx9fg1psoQKwb9snYb98eVQU31uHc1W2MBUh3lG4AjAm7pQaXJci7ti4jOh3g==} dependencies: - core-js: 3.29.0 + core-js: 3.26.1 dev: true - /@storybook/preset-create-react-app/4.1.2_h342isg7n7zipkghetldef5tze: + /@storybook/preset-create-react-app/4.1.2_wuatc3qqs7pmbgghs5mjag5q4a: resolution: {integrity: sha512-5uBZPhuyXx4APgLZnhiZ/PqYYprBua5CabQCfAlk+/9V4vSpX+ww+XP4Rl8Ifc/nf/HktgwtJFH4HXrZGRKC4w==} peerDependencies: '@babel/core': '*' @@ -11000,14 +10554,14 @@ packages: '@storybook/react': '>=5.2' react-scripts: '>=5.0.0' dependencies: - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_webpack@4.44.2 - '@storybook/node-logger': 6.5.16 - '@storybook/react': 6.5.16_a5ainwq6j6e77vl54wahuheooy - '@storybook/react-docgen-typescript-plugin': 1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_ljwpxsohotkibzkqavx4ej2joq - '@types/babel__core': 7.20.0 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_webpack@4.44.2 + '@storybook/node-logger': 6.5.13 + '@storybook/react': 6.5.13_u7mmoyqfty2flmkfggora6dwra + '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.cd77847.0_kez4q42cbkzhbdaaypir545cty + '@types/babel__core': 7.1.20 babel-plugin-react-docgen: 4.2.1 - pnp-webpack-plugin: 1.7.0_typescript@4.9.5 - react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju + pnp-webpack-plugin: 1.7.0_typescript@4.9.4 + react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha semver: 7.3.8 transitivePeerDependencies: - '@types/webpack' @@ -11022,34 +10576,34 @@ packages: - webpack-plugin-serve dev: true - /@storybook/preview-web/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-IJnvfe2sKCfk7apN9Fu9U8qibbarrPX5JB55ZzK1amSHVmSDuYk5MIMc/U3NnSQNnvd1DO5v/zMcGgj563hrtg==} + /@storybook/preview-web/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-GNNYVzw4SmRua3dOc52Ye6Us4iQbq5GKQ56U3iwnzZM3TBdJB+Rft94Fn1/pypHujEHS8hl5Xgp9td6C1lLCow==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.16 - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y ansi-to-html: 0.6.15 - core-js: 3.29.0 + core-js: 3.26.1 global: 4.4.0 lodash: 4.17.21 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 - synchronous-promise: 2.0.17 + regenerator-runtime: 0.13.10 + synchronous-promise: 2.0.16 ts-dedent: 2.2.0 unfetch: 4.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2--canary.7.391457fcf6c823971cf02d8e74dbf8e242872b26.0_ljwpxsohotkibzkqavx4ej2joq: - resolution: {integrity: sha512-QDa+qccIygDjdfg6Z/CjPWlNY5ia+oFvy8pK5XCGsNXCpTfVL8gbGa63tonCUeNxqioWLOpysUGsyHR+t4uzPg==} + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi: + resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' webpack: '>= 4' @@ -11062,15 +10616,15 @@ packages: react-docgen-typescript: 2.2.2_typescript@4.9.4 tslib: 2.5.0 typescript: 4.9.4 - webpack: 4.44.2 + webpack: 5.75.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u: - resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} + /@storybook/react-docgen-typescript-plugin/1.0.6--canary.9.cd77847.0_kez4q42cbkzhbdaaypir545cty: + resolution: {integrity: sha512-I4oBYmnUCX5IsrZhg+ST72dubSIV4wdwY+SfqJiJ3NHvDpdb240ZjdHAmjIy/yJh5rh42Fl4jbG8Tr4SzwV53Q==} peerDependencies: - typescript: '>= 3.x' + typescript: '>= 4.x' webpack: '>= 4' dependencies: debug: 4.3.4 @@ -11081,13 +10635,13 @@ packages: react-docgen-typescript: 2.2.2_typescript@4.9.4 tslib: 2.5.0 typescript: 4.9.4 - webpack: 5.75.0 + webpack: 4.44.2 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.16_a5ainwq6j6e77vl54wahuheooy: - resolution: {integrity: sha512-cBtNlOzf/MySpNLBK22lJ8wFU22HnfTB2xJyBk7W7Zi71Lm7Uxkhv1Pz8HdiQndJ0SlsAAQOWjQYsSZsGkZIaA==} + /@storybook/react/6.5.13_u7mmoyqfty2flmkfggora6dwra: + resolution: {integrity: sha512-4gO8qihEkVZ8RNm9iQd7G2iZz4rRAHizJ6T5m58Sn21fxfyg9zAMzhgd0JzXuPXR8lTTj4AvRyPv1Qx7b43smg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -11116,26 +10670,26 @@ packages: dependencies: '@babel/preset-flow': 7.18.6 '@babel/preset-react': 7.18.6 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_ohj47mxwagpoxvu7nhhwxzphqm - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/core': 6.5.16_3yyw3m7st5j3ydbhzzgqpk3nqi - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_ohj47mxwagpoxvu7nhhwxzphqm + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core': 6.5.13_kilcon62n4vxjhbegx5w2i4ksy + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/node-logger': 6.5.16 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_hhrrucqyg4eysmfpujvov2ym5u + '@storybook/docs-tools': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/node-logger': 6.5.13 + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_3fkjkrd3audxnith3e7fo4fnxi '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.13_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 - '@types/node': 16.18.13 + '@types/node': 16.18.3 '@types/webpack-env': 1.18.0 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 babel-plugin-add-react-displayname: 0.0.5 babel-plugin-react-docgen: 4.2.1 - core-js: 3.29.0 + core-js: 3.26.1 escodegen: 2.0.0 fs-extra: 9.1.0 global: 4.4.0 @@ -11147,9 +10701,9 @@ packages: react-element-to-jsx-string: 14.3.4_biqbaboplfbrettd7655fr4n2y react-refresh: 0.11.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 ts-dedent: 2.2.0 - typescript: 4.9.5 + typescript: 4.9.4 util-deprecate: 1.0.2 webpack: 5.75.0 transitivePeerDependencies: @@ -11174,19 +10728,19 @@ packages: - webpack-plugin-serve dev: true - /@storybook/router/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-ZgeP8a5YV/iuKbv31V8DjPxlV4AzorRiR8OuSt/KqaiYXNXlOoQDz/qMmiNcrshrfLpmkzoq7fSo4T8lWo2UwQ==} + /@storybook/router/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-sf5aogfirH5ucD0d0hc2mKf2iyWsZsvXhr5kjxUQmgkcoflkGUWhc34sbSQVRQ1i8K5lkLIDH/q2s1Zr2SbzhQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.16 - core-js: 3.29.0 + '@storybook/client-logger': 6.5.13 + core-js: 3.26.1 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true /@storybook/semver/7.3.2: @@ -11194,20 +10748,20 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - core-js: 3.29.0 + core-js: 3.26.1 find-up: 4.1.0 dev: true - /@storybook/source-loader/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-fyVl4jrM/5JLrb48aqXPu7sTsmySQaVGFp1zfeqvPPlJRFMastDrePm5XGPN7Qjv1wsKmpuBvuweFKOT1pru3g==} + /@storybook/source-loader/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-tHuM8PfeB/0m+JigbaFp+Ld0euFH+fgOObH2W9rjEXy5vnwmaeex/JAdCprv4oL+LcDQEERqNULUUNIvbcTPAg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.29.0 + core-js: 3.26.1 estraverse: 5.3.0 global: 4.4.0 loader-utils: 2.0.4 @@ -11215,49 +10769,49 @@ packages: prettier: 2.3.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true - /@storybook/store/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-g+bVL5hmMq/9cM51K04e37OviUPHT0rHHrRm5wj/hrf18Kd9120b3sxdQ5Dc+HZ292yuME0n+cyrQPTYx9Epmw==} + /@storybook/store/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-GG6lm+8fBX1tNUnX7x3raBOjYhhf14bPWLtYiPlxDTFEMs3sJte7zWKZq6NQ79MoBLL6jjzTeolBfDCBw6fiWQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.16 - '@storybook/core-events': 6.5.16 + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.13 + '@storybook/core-events': 6.5.13 '@storybook/csf': 0.0.2--canary.4566f4d.1 - core-js: 3.29.0 + core-js: 3.26.1 fast-deep-equal: 3.1.3 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 slash: 3.0.0 stable: 0.1.8 - synchronous-promise: 2.0.17 + synchronous-promise: 2.0.16 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.16_a5ainwq6j6e77vl54wahuheooy: - resolution: {integrity: sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==} + /@storybook/telemetry/6.5.13_u7mmoyqfty2flmkfggora6dwra: + resolution: {integrity: sha512-PFJEfGbunmfFWabD3rdCF8EHH+45578OHOkMPpXJjqXl94vPQxUH2XTVKQgEQJbYrgX0Vx9Z4tSkdMHuzYDbWQ==} dependencies: - '@storybook/client-logger': 6.5.16 - '@storybook/core-common': 6.5.16_a5ainwq6j6e77vl54wahuheooy + '@storybook/client-logger': 6.5.13 + '@storybook/core-common': 6.5.13_u7mmoyqfty2flmkfggora6dwra chalk: 4.1.2 - core-js: 3.29.0 + core-js: 3.26.1 detect-package-manager: 2.0.1 - fetch-retry: 5.0.4 + fetch-retry: 5.0.3 fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0 nanoid: 3.3.4 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 transitivePeerDependencies: - encoding - eslint @@ -11273,51 +10827,51 @@ packages: /@storybook/testing-library/0.0.11_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-8KbKx3s1e+uF3oWlPdyXRpZa6xtCsCHtXh1nCTisMA6P5YcSDaCg59NXIOVIQCAwKvjRomlqMJH8JL1WyOzeVg==} dependencies: - '@storybook/client-logger': 6.5.16 - '@storybook/instrumenter': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@testing-library/dom': 8.20.0 - '@testing-library/user-event': 13.5.0_yxlyej73nftwmh2fiao7paxmlm + '@storybook/client-logger': 6.5.13 + '@storybook/instrumenter': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@testing-library/dom': 8.19.0 + '@testing-library/user-event': 13.5.0_aaq3sbffpfe3jnxzm2zngsddei ts-dedent: 2.2.0 transitivePeerDependencies: - react - react-dom dev: true - /@storybook/theming/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-hNLctkjaYLRdk1+xYTkC1mg4dYz2wSv6SqbLpcKMbkPHTE0ElhddGPHQqB362md/w9emYXNkt1LSMD8Xk9JzVQ==} + /@storybook/theming/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-oif5NGFAUQhizo50r+ctw2hZNLWV4dPHai+L/gFvbaSeRBeHSNkIcMoZ2FlrO566HdGZTDutYXcR+xus8rI28g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.16 - core-js: 3.29.0 + '@storybook/client-logger': 6.5.13 + core-js: 3.26.1 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 dev: true - /@storybook/ui/6.5.16_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-rHn/n12WM8BaXtZ3IApNZCiS+C4Oc5+Lkl4MoctX8V7QSml0SxZBB5hsJ/AiWkgbRxjQpa/L/Nt7/Qw0FjTH/A==} + /@storybook/ui/6.5.13_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-MklJuSg4Bc+MWjwhZVmZhJaucaeEBUMMa2V9oRWbIgZOdRHqdW72S2vCbaarDAYfBQdnfaoq1GkSQiw+EnWOzA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/api': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/channels': 6.5.16 - '@storybook/client-logger': 6.5.16 - '@storybook/components': 6.5.16_biqbaboplfbrettd7655fr4n2y - '@storybook/core-events': 6.5.16 - '@storybook/router': 6.5.16_biqbaboplfbrettd7655fr4n2y + '@storybook/addons': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/api': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/channels': 6.5.13 + '@storybook/client-logger': 6.5.13 + '@storybook/components': 6.5.13_biqbaboplfbrettd7655fr4n2y + '@storybook/core-events': 6.5.13 + '@storybook/router': 6.5.13_biqbaboplfbrettd7655fr4n2y '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.16_biqbaboplfbrettd7655fr4n2y - core-js: 3.29.0 + '@storybook/theming': 6.5.13_biqbaboplfbrettd7655fr4n2y + core-js: 3.26.1 memoizerific: 1.11.3 qs: 6.11.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 resolve-from: 5.0.0 dev: true @@ -11348,7 +10902,7 @@ packages: /@supabase/realtime-js/1.7.5: resolution: {integrity: sha512-nXuoxt7NE1NTI+G8WBim1K2gkUC8YE3e9evBUG+t6xwd9Sq+sSOrjcE0qJ8/Y631BCnLzlhX6yhFYQFh1oQDOg==} dependencies: - '@types/phoenix': 1.5.5 + '@types/phoenix': 1.5.4 websocket: 1.0.34 transitivePeerDependencies: - supports-color @@ -11386,7 +10940,7 @@ packages: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: ejs: 3.1.8 - json5: 2.2.3 + json5: 2.2.1 magic-string: 0.25.9 string.prototype.matchall: 4.0.8 @@ -11449,13 +11003,13 @@ packages: resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@svgr/plugin-jsx/5.5.0: resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@svgr/babel-preset': 5.5.0 '@svgr/hast-util-to-babel-ast': 5.5.0 svg-parser: 2.0.4 @@ -11467,17 +11021,17 @@ packages: engines: {node: '>=10'} dependencies: cosmiconfig: 7.1.0 - deepmerge: 4.3.0 + deepmerge: 4.2.2 svgo: 1.3.2 /@svgr/webpack/5.5.0: resolution: {integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-transform-react-constant-elements': 7.20.2_@babel+core@7.21.0 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/preset-react': 7.18.6_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/plugin-transform-react-constant-elements': 7.20.2_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -11494,24 +11048,23 @@ packages: web3-utils: 1.2.11 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate dev: true - /@synthetixio/synpress/1.2.0_zwlq2uqint3vd25yypk4562ptu: + /@synthetixio/synpress/1.2.0_2gqc5hfs47jmwdmhoprjtwjnxq: resolution: {integrity: sha512-RnXAGPE1YUysxJHMNoHkt9tbaifaFFFxUr4okc5HDtDp6TT7blZ0hQEmh70aR/ml3xfQ2J0R3VFQZCMTWNVDJg==} engines: {node: '>=10'} hasBin: true dependencies: '@cypress/code-coverage': 3.9.12_cypress@9.5.3 - '@cypress/react': 5.12.4_kaae6qomxcc47wqcafohyvutjm + '@cypress/react': 5.12.4_xq2phfowexpehqtx3ygz6elzhy '@cypress/webpack-dev-server': 1.8.4_webpack@4.44.2 '@drptbl/gremlins.js': 2.2.1 '@synthetixio/js': 2.41.0 '@testing-library/cypress': 8.0.2_cypress@9.5.3 '@testing-library/react': 13.0.0_biqbaboplfbrettd7655fr4n2y - '@types/puppeteer-core': 5.4.0_typescript@4.9.5 + '@types/puppeteer-core': 5.4.0 '@types/testing-library__cypress': 5.0.9 axios: 0.26.1 babel-plugin-istanbul: 6.1.1 @@ -11529,13 +11082,13 @@ packages: eslint-config-standard: 16.0.3_lce4tli34gkpamqqqtkhffizou eslint-plugin-chai-friendly: 0.7.2_eslint@7.32.0 eslint-plugin-cypress: 2.12.1_eslint@7.32.0 - eslint-plugin-import: 2.26.0_lpoet4woefdgt5yazgwydy42la + eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-prettier: 4.0.0_evcial7aw3q6fcauxv2c7fxuoe eslint-plugin-promise: 6.0.0_eslint@7.32.0 eslint-plugin-standard: 4.1.0_eslint@7.32.0 - eslint-plugin-testing-library: 5.2.1_jofidmxrjzhj7l6vknpw5ecvfe - eslint-plugin-ui-testing: 2.0.1_jofidmxrjzhj7l6vknpw5ecvfe + eslint-plugin-testing-library: 5.2.1_yfqovispp7u7jaktymfaqwl2py + eslint-plugin-ui-testing: 2.0.1_yfqovispp7u7jaktymfaqwl2py eslint-plugin-unicorn: 42.0.0_eslint@7.32.0 etherscan-api: 10.0.5 node-fetch: 2.6.1 @@ -11588,29 +11141,29 @@ packages: resolution: {integrity: sha512-XTEEvOGy7wlABPTYfmg7U287WYcf2PV8lH15oKWD2I09okqMOHrB23WxyikEVRwJCjYNKcCW0BuYaAY4S2g/jg==} dev: false - /@tanstack/query-core/4.24.10: - resolution: {integrity: sha512-2QywqXEAGBIUoTdgn1lAB4/C8QEqwXHj2jrCLeYTk2xVGtLiPEUD8jcMoeB2noclbiW2mMt4+Fq7fZStuz3wAQ==} - dev: false - - /@tanstack/query-persist-client-core/4.24.10: - resolution: {integrity: sha512-ObE7k4/TN1EgYMrTCkR43UIvviCtT27QcbE14CgdqeOVRSJ+oiIgXlfir69bcgBUW5Ba7S0ezY2SNV6IfSRNrw==} - dependencies: - '@tanstack/query-core': 4.24.10 + /@tanstack/query-persist-client-core/4.20.9: + resolution: {integrity: sha512-dwE3A7ZKeGsOcqnfqY8H/1Q6g0GrrDSarhVK0QqMKV9crRW87gz1wG37+2YHJettL8CC36S7SqLJGQCoViUCiw==} + peerDependencies: + '@tanstack/query-core': 4.20.9 dev: false - /@tanstack/query-sync-storage-persister/4.24.10: - resolution: {integrity: sha512-bS/vUHmzlnj7FiUZaPEUsEPitiaX2bzPJ9DuqQf7HCNMgqV/pwie90q90XIpGHUw8cF/6e3RnHF346OkH/XehQ==} + /@tanstack/query-sync-storage-persister/4.20.9: + resolution: {integrity: sha512-KMIxrSGsvInU/efDC+LCSHdnvHaYQIStQQx3IpkGD7t0fgJr6HZy4dFRhT8DlSvNpJ8X8IdZ0ZWzD3fk+aRl1A==} dependencies: - '@tanstack/query-persist-client-core': 4.24.10 + '@tanstack/query-persist-client-core': 4.20.9 + transitivePeerDependencies: + - '@tanstack/query-core' dev: false - /@tanstack/react-query-persist-client/4.24.10_2nrllpzqdmo5qwio57f3dkea6i: - resolution: {integrity: sha512-Ta8PQua5aJK5F1w1ckX1xFnA4ohNpoeLUvApxtpMb3DKfs1XmyeFaddwyhP7La/EdjTtiInBJ2TmEAjG7EqhCw==} + /@tanstack/react-query-persist-client/4.20.9_2nrllpzqdmo5qwio57f3dkea6i: + resolution: {integrity: sha512-QPX3be8o3jkCC6lFmwn8m1nYmXPsEkP7XiFHzWY8eYfU7POSJXKrpiylz0wuFBG1mRSfHGsq//UNUPUOEDIw6A==} peerDependencies: - '@tanstack/react-query': 4.24.10 + '@tanstack/react-query': 4.20.9 dependencies: - '@tanstack/query-persist-client-core': 4.24.10 + '@tanstack/query-persist-client-core': 4.20.9 '@tanstack/react-query': 4.20.9_biqbaboplfbrettd7655fr4n2y + transitivePeerDependencies: + - '@tanstack/query-core' dev: false /@tanstack/react-query/4.20.9_biqbaboplfbrettd7655fr4n2y: @@ -11637,19 +11190,19 @@ packages: peerDependencies: cypress: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 dependencies: - '@babel/runtime': 7.21.0 - '@testing-library/dom': 8.20.0 + '@babel/runtime': 7.20.1 + '@testing-library/dom': 8.19.0 cypress: 9.5.3 dev: true - /@testing-library/cypress/8.0.7_cypress@9.7.0: - resolution: {integrity: sha512-3HTV725rOS+YHve/gD9coZp/UcPK5xhr4H0GMnq/ni6USdtzVtSOG9WBFtd8rYnrXk8rrGD+0toRFYouJNIG0Q==} + /@testing-library/cypress/8.0.3_cypress@9.7.0: + resolution: {integrity: sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==} engines: {node: '>=12', npm: '>=6'} peerDependencies: - cypress: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 + cypress: ^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 dependencies: - '@babel/runtime': 7.21.0 - '@testing-library/dom': 8.20.0 + '@babel/runtime': 7.20.1 + '@testing-library/dom': 8.19.0 cypress: 9.7.0 dev: true @@ -11658,25 +11211,25 @@ packages: engines: {node: '>=10'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 '@types/aria-query': 4.2.2 aria-query: 4.2.2 chalk: 4.1.2 - dom-accessibility-api: 0.5.16 + dom-accessibility-api: 0.5.14 lz-string: 1.4.4 pretty-format: 26.6.2 dev: true - /@testing-library/dom/8.20.0: - resolution: {integrity: sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA==} + /@testing-library/dom/8.19.0: + resolution: {integrity: sha512-6YWYPPpxG3e/xOo6HIWwB/58HukkwIVTOaZ0VwdMVjhRUX/01E4FtQbck9GazOOj7MXHc5RBzMrU86iBJHbI+A==} engines: {node: '>=12'} dependencies: '@babel/code-frame': 7.18.6 - '@babel/runtime': 7.21.0 - '@types/aria-query': 5.0.1 + '@babel/runtime': 7.20.1 + '@types/aria-query': 4.2.2 aria-query: 5.1.3 chalk: 4.1.2 - dom-accessibility-api: 0.5.16 + dom-accessibility-api: 0.5.14 lz-string: 1.4.4 pretty-format: 27.5.1 dev: true @@ -11685,18 +11238,18 @@ packages: resolution: {integrity: sha512-N5ixQ2qKpi5OLYfwQmUb/5mSV9LneAcaUfp32pn4yCnpb8r/Yz0pXFPck21dIicKmi+ta5WRAknkZCfA8refMA==} engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: - '@adobe/css-tools': 4.2.0 - '@babel/runtime': 7.21.0 + '@adobe/css-tools': 4.0.1 + '@babel/runtime': 7.20.1 '@types/testing-library__jest-dom': 5.14.5 aria-query: 5.1.3 chalk: 3.0.0 css.escape: 1.5.1 - dom-accessibility-api: 0.5.16 + dom-accessibility-api: 0.5.14 lodash: 4.17.21 redent: 3.0.0 dev: true - /@testing-library/react-hooks/8.0.1_zula6vjvt3wdocc4mwcxqa6nzi: + /@testing-library/react-hooks/8.0.1_2zx2umvpluuhvlq44va5bta2da: resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: @@ -11712,8 +11265,8 @@ packages: react-test-renderer: optional: true dependencies: - '@babel/runtime': 7.21.0 - '@types/react': 18.0.28 + '@babel/runtime': 7.20.1 + '@types/react': 18.0.25 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-error-boundary: 3.1.4_react@18.2.0 @@ -11726,9 +11279,9 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.21.0 - '@testing-library/dom': 8.20.0 - '@types/react-dom': 18.0.11 + '@babel/runtime': 7.20.1 + '@testing-library/dom': 8.19.0 + '@types/react-dom': 18.0.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true @@ -11740,304 +11293,300 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.21.0 - '@testing-library/dom': 8.20.0 - '@types/react-dom': 18.0.11 + '@babel/runtime': 7.20.1 + '@testing-library/dom': 8.19.0 + '@types/react-dom': 18.0.8 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: true - /@testing-library/user-event/13.5.0_yxlyej73nftwmh2fiao7paxmlm: + /@testing-library/user-event/13.5.0_aaq3sbffpfe3jnxzm2zngsddei: resolution: {integrity: sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==} engines: {node: '>=10', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' dependencies: - '@babel/runtime': 7.21.0 - '@testing-library/dom': 8.20.0 + '@babel/runtime': 7.20.1 + '@testing-library/dom': 8.19.0 dev: true - /@tiptap/core/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: - resolution: {integrity: sha512-yJZC50QG3/7OM82JGtdvw6Ieu3wn8DkIdG361d+JTaPDpM2k1tMmMdgRLIHSgxT8IPAubXV5iZaz9lBmu/aISg==} - peerDependencies: - '@tiptap/pm': ^2.0.0-beta.209 + /@tiptap/core/2.0.0-beta.202: + resolution: {integrity: sha512-KnOcZBtkWoDT7EsVLiJr9DyBnQcKJQHI8kOhNIL0snUrksr25q8xBW05iYqw6cGAF7iu1cFM80VikfgefsZUpw==} dependencies: - '@tiptap/pm': 2.0.0-beta.219 + prosemirror-commands: 1.3.1 + prosemirror-keymap: 1.2.0 + prosemirror-model: 1.18.2 + prosemirror-schema-list: 1.2.2 + prosemirror-state: 1.4.2 + prosemirror-transform: 1.7.0 + prosemirror-view: 1.29.1 dev: false - /@tiptap/extension-blockquote/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-fuANtE6O9FrX9Eum/QH8dc1LdrPt/VgotdUpO+MAQfbz4f3vnK+mROuIMnI+olCrfX7yK3qa2Obt0XdNn3HrCA==} + /@tiptap/extension-blockquote/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-weLbMxM7VfI4hJsThw1+mB4jbQnVFizmzRlGU40LKMzEU5yIgIhuaomQ02Z7V0cRgfXsoKX9oc0BYGiO0Ra6/g==} peerDependencies: '@tiptap/core': ^2.0.0-beta.1 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-bold/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-+UpezqCugiWtjTNTzkM/Rgi/ksnK+yaX/EJ8HfwFkSrybRq+SaKsPs0ilHcUbAcWzTRxXxC/nRcTA+NLyBaTAw==} + /@tiptap/extension-bold/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-AsfoChIleoSbY9gAuhbLF8BAEhHPrRKofmU09xJ62SBkL1rtgci8YzJYhL9leQCM4n1MQZEDeVf0ho75HeTPMA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-bubble-menu/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: - resolution: {integrity: sha512-pci2Vm6n7T4+/TO13eRz3vyG/OKFVE47TOKJ+apwhJP+9Z2UzPtk5ohc7322or0vRDT9aiokfcgB6XSvpPzxVg==} + /@tiptap/extension-bubble-menu/2.0.0-beta.202: + resolution: {integrity: sha512-Xa0BO5liIHitaxj70JbbmiC70Yg9+EcF9airfI32uOFNHwgEKyXVb5MRyQadRSmXnwPMPLVGWgf3Kg/5rnDqeg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/pm': 2.0.0-beta.219 - lodash: 4.17.21 + prosemirror-state: 1.4.2 + prosemirror-view: 1.29.1 tippy.js: 6.3.7 dev: false - /@tiptap/extension-bullet-list/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-J11ONjGLwq8/Bff9UVIF3fixAAkNaV9PaHJdBbxGnWEfOvTMBBkw+VIjd9nJSinV+jzCKhHFKwy1w2e8AQaXpw==} + /@tiptap/extension-bullet-list/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-Su+GvRGyW9FTBtcFjvNkkYwzDRo+1O2YTNOZi1Z/OkDqbg3g89kRue78avs0nHW7HEgdhCap+z8KtAPrie4eBg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-code-block/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: - resolution: {integrity: sha512-vf3ykixe+s+FpxG1jBoFt2RUwyffmXp/1rDvKSxxGhJ8QJvWfvG/RseR+qp20t5in3cAMz8Q14vf6a9zh/ClnQ==} + /@tiptap/extension-code-block/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-tfK9khIroGjsXQvk2K/9z1/UyQrB4+zghkjyK1xikzRmhgfOeqQzA0TDrFrz7ywFXmSFQ7GnnYAp+RW6r6wyUg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/pm': 2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 + prosemirror-state: 1.4.2 dev: false - /@tiptap/extension-code/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-3ikk/kuijpDOM7XBcecOa6UoUYcCrdCA4jjGKwsTuITKh3o89ep36Xbi7NA3nMwbvhfWX3mtQtbL4ti8GX+ONQ==} + /@tiptap/extension-code/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-XwAr7ysSWJVZWHNXDaNBTPH1CTyVxHnPv/PiCWTGhf8Fkx7R7xW2QCUKx4ablwxFlTY7H8xGmCujaewUQBdO5w==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-document/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-wsIsTRBXpvUo38RfSpX0uYzmmRlut62J51dOxgEEbn+L1M+LyXVKI7/4VfYUbI82C4Q8+KIMLBW1Za6c22ddZg==} + /@tiptap/extension-document/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-UsDSe93QtnuDrUo11wYCMtp7XlTIBvL5HNhx+enLRY7B8nUhX+d78u1BzspTpCkMYKcdwDmAGfIYMqqPViPEvA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-dropcursor/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: - resolution: {integrity: sha512-vfRnMQJOpCAWg1ZaoefTjEvdxdq7V4cIDayjiR6BhJXRiBou870tDHIZQEQceuiMij8qwVa8h647dUwYSPM8FQ==} + /@tiptap/extension-dropcursor/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-4Q3LnqvMnxP0KdX7tIgCoTCKg949rg351m0wguVb1bo4v9lA0zfJpSgqjQ1Xs2vaYVBwkFjLoqrfhTRn5mnopQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/pm': 2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 + prosemirror-dropcursor: 1.5.0 dev: false - /@tiptap/extension-floating-menu/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: - resolution: {integrity: sha512-2GdNjy/5HRjfNbN2GN5bpoblyAGhJE3dzPl+g7fJQoFfbJKR8CJqu89ciAF4QZjKHW/bAWqIwsPz2HvaavQc5Q==} + /@tiptap/extension-floating-menu/2.0.0-beta.202: + resolution: {integrity: sha512-09liirOFsPDFRLS2FiFdnfzyyOQwwyVXLzI6MzUOw5RZbOsGJ5kB8jZdkXvsAIiOs0YYsH3fyOyWirIwSRhBTQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/pm': 2.0.0-beta.219 + prosemirror-state: 1.4.2 + prosemirror-view: 1.29.1 tippy.js: 6.3.7 dev: false - /@tiptap/extension-focus/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: - resolution: {integrity: sha512-jwOK4B39Cmn0HVefi9UuTR78B4GeRw1Ta2gBPNetRuMwCMFTaxsvyeBsPpa8yL/5Vqf7/XjGOl6nbjAO8HPqdg==} + /@tiptap/extension-focus/2.0.0-beta.202: + resolution: {integrity: sha512-zSJo/r8YTsAL7X/OCpvymgNkW8hyUFnzyup+tUXFiTrReH/Ql5VpVSAJgJ4q46xBh0OikcnFj1P8suPOi30sAQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/pm': 2.0.0-beta.219 + prosemirror-state: 1.4.2 + prosemirror-view: 1.29.1 dev: false - /@tiptap/extension-gapcursor/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: - resolution: {integrity: sha512-pRrfFw3m8pZasxTvK7L0mbGqNF+tO++/uiyNtvI7DDR+nulXnWKKBaK5bLwDXk0/MGfuQDYg7L4TMlXppMdVOA==} + /@tiptap/extension-gapcursor/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-jOPMPPnTfVuc5YpFTcQM42/cg1J3+OeHitYb1/vBMpaNinVijuafsK14xDoVP8+sydKVgtBzYkfP/faN82I9iA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/pm': 2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 + prosemirror-gapcursor: 1.3.1 dev: false - /@tiptap/extension-hard-break/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-fc4brhmjKbAFCMJiDf0AdzwIvUuUEvc0z7mF/SE+8njER2OetAcH9zEO7W3gEie9hIbryi8B7oQKNccakDVf+w==} + /@tiptap/extension-hard-break/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-Nr9BXeP+dXS5vLP/C2voTrhl+4YkDHBtPlc+5xm5NPBn04slTGSPO2lgV3YrMsfUOMNXHqeob1lq4qiLF4pybQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-heading/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-xSR4R1HZJ06zZQu3AlXEyu2nT9ZXZHRW9G6bQ4Dldh0yDfgs4dtdqZOCnoyrRyaZT4Zv+uxtCnEM3PcQxxku1w==} + /@tiptap/extension-heading/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-sF271jSWHgtoJLDNFLS7eyUcUStl7mBDQNJIENWVI+lFu2Ax8GmO7AoB74Q6L5Zaw4h73L6TAvaafHIXurz7tA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-highlight/2.0.0-beta.219: - resolution: {integrity: sha512-O2jvClnLoV5BUVQPSWrOFMSTxgHGlyBENXEs/Z8Cu/fR+zqoREO6xJchgSrdbYvGnQMmmHqEGnKz7gsoR/Ub2w==} + /@tiptap/extension-highlight/2.0.0-beta.202: + resolution: {integrity: sha512-lRsXseZxOz/gATpqMZKIJk61+KeV35cr7UPoRrX4eoImSS0EJEYjjlfnBKeFxju9b1qUv3ui4oq4nvrZ/MDwnw==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dev: false - /@tiptap/extension-history/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: - resolution: {integrity: sha512-0sY1uQB9Eug6frIs7oNu7jIG+IeDxXRfTOENnAyOtuo2MTvmvL2eTbSjh3A6zwrXpronRCnkyN/Wfvpce3+KCg==} + /@tiptap/extension-history/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-BLwaOWmFHBQjOonojYHl1Po27IHxgjSAPw+ijMKtKzqa2msJRJevjC4tBaX5s/YrB7PQ2tFE7rfJED4HLjBm6w==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/pm': 2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 + prosemirror-history: 1.3.0 dev: false - /@tiptap/extension-horizontal-rule/2.0.0-beta.219_t76h47crzm5abhz76zve4chrge: - resolution: {integrity: sha512-HPEzQAuzqxijPECrIMSEnHHU/P/Un5HRNFrCEYnJ4/SnDK5pxVIndg+jTLOkz3F8Ums0eAlFabys5TsbUvZHaA==} + /@tiptap/extension-horizontal-rule/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-ut2Im/TNQynnuqdoY9yOjMDUKmxn97ERVEpqcQSaIgqBuF6bjk60Wa13ob6oS2g6vqXxwWFrnQVz48A9TcF5FQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/pm': 2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 + prosemirror-state: 1.4.2 dev: false - /@tiptap/extension-italic/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-ZI7LjPP1PAqC0BOjklS5ktaeblM47rwYa88M+z8G4OpVrfSZcd0b2ptUYEFM7Z8Pxe+y/Phhk75l1AJXCzT6gQ==} + /@tiptap/extension-italic/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-vgSLy4KDp6AmnAHLHXe/nWeNbLnyUXxmf4U4+esebAV5Hu2F7LgceknFt9D8AGEtYUU+/fYKSeE2NGJgTQG9lA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-link/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: - resolution: {integrity: sha512-uMkvIn+noP0MISDcKyeLbX8zKkQ+SjdIumeXO4M09qkfaL4S9MsQGz5CAxplZilZCS8zsYDl9qP1WM4oD6YOSA==} + /@tiptap/extension-link/2.0.0-beta.209: + resolution: {integrity: sha512-X+iPnKWTb8nuZ7xieemPxZOiCQiaQw4z3RVJ7Hz4/T+ujxfxu7MJhBzjyw9htGPmUijyN4zt0NPjZ089yMzAxQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 + prosemirror-model: ^1.18.1 + prosemirror-state: ^1.4.1 dependencies: - '@tiptap/pm': 2.0.0-beta.219 - linkifyjs: 4.1.0 + linkifyjs: 3.0.5 dev: false - /@tiptap/extension-list-item/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-6/Sij/HFOppm8SSEXnNdy9qagmdO9lELLqD0wUAY0FOHonONUHpmhI65ZNin9oB77P/Fy1dCH72HHIqyXRlulw==} + /@tiptap/extension-list-item/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-15yAsO+CCM8ievdX4oxg8kMBVFqhzVAw7pU6E8KL76kIwWCIIyVW6hU3VZdglyBVnAG0ws5/DaZ4VRFtVPRDvg==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-ordered-list/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-0KHRH8HnWYQLHJF35hbNJbvqVCoiH0CQlqBgGQglvQsn/vCqbqLSaJ063i54ZLYozOq2tIvDB+SmQ8hxXqkOSw==} + /@tiptap/extension-ordered-list/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-PpJn8EtS8MLZ4NN9R3crmrivbjTMHjuSE2Ab3Y9TdeR9x9DIF23O/EkunnkPUiBUx6sNADprEWJIQesgpakrtw==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-paragraph/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-Kb8gAE+z+nATE1Js4x4WGy1s4epXQFZUv1gdics2pEddGsVgiSIJrKfPaWKsqvaJ0dk/stTSdRe8J7lFRowR4w==} + /@tiptap/extension-paragraph/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-QI86DMUAz5froDJJXpbFV0I+iSFikjhQ8W5clYDbnrP/clRI/FYxklQ3oxSk4VzGBGB5EaBJf+jD7htLKb39UA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-placeholder/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: - resolution: {integrity: sha512-boHMyqhmKKjrRNayhMAcwIHCFGg0tXw6wZ1mC9dL1GyYlKq0LPkvoLUxpE93Gidd63TU3dU+EpTw7/kQauStUg==} + /@tiptap/extension-placeholder/2.0.0-beta.202: + resolution: {integrity: sha512-HIJwyhLs7Aq3jH4JRpNlpjFtF7PyoOO6YgqLu2GYhUCVQeVEuqD8zKe8Xphja92cHB5jVLteOspa7FFfWr+9NA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/pm': 2.0.0-beta.219 + prosemirror-model: 1.18.2 + prosemirror-state: 1.4.2 + prosemirror-view: 1.29.1 dev: false - /@tiptap/extension-strike/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-+RUAENsT4xwIWMTcXtB83RaKisdWuD6Do3fhYs/KvAXnS2QJCELFUDbCZ5OG8TCyNqqQn7474VEEYGO61Isg5w==} + /@tiptap/extension-strike/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-cs87UI/VTkmSfIwlHpm7nAPXok2bAQvxmNJ1y7UPzTATVl+ixP1F4aIkwiYk+X7rE/Sys+09PGg1Pr1shwUUkQ==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/extension-text/2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki: - resolution: {integrity: sha512-YumchD36ltbzL7+uUnQ23Iz5oHAEG1275ORlyL85Rs1zwWwk4iyAnBuVj6mRCfyCdAnyUp99yP8OKAdUvBV97Q==} + /@tiptap/extension-text/2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu: + resolution: {integrity: sha512-6UsfU9xvKTxHfZYxVJy5DSQ0ibnhC403KLRQ4ePwpJql0TotBx93/CBfPCVLFEwF86HNhf1fFUCx+j2wuwVxmA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 + '@tiptap/core': 2.0.0-beta.202 dev: false - /@tiptap/pm/2.0.0-beta.219: - resolution: {integrity: sha512-6hSYpWBz2VymPEiZKfpW8gSj/RGPqKuMUHJHxvaDeoYY9yojEvW7B+D1bKQshaGxqOl5DQgsqzCvWCPKkhLGVg==} + /@tiptap/pm/2.0.0-beta.220: + resolution: {integrity: sha512-O9mGcmwUpEr630HY9RylIyZJKnpXi3xWINWNiAEfRJ1br5j5pHRoVRJQ1HzU+6+Z+i/8qp3zRHGLTBqihaZETA==} peerDependencies: '@tiptap/core': ^2.0.0-beta.209 dependencies: prosemirror-changeset: 2.2.0 prosemirror-collab: 1.3.0 - prosemirror-commands: 1.5.0 - prosemirror-dropcursor: 1.7.0 + prosemirror-commands: 1.3.1 + prosemirror-dropcursor: 1.5.0 prosemirror-gapcursor: 1.3.1 prosemirror-history: 1.3.0 prosemirror-inputrules: 1.2.0 - prosemirror-keymap: 1.2.1 + prosemirror-keymap: 1.2.0 prosemirror-markdown: 1.10.1 prosemirror-menu: 1.2.1 - prosemirror-model: 1.19.0 + prosemirror-model: 1.18.2 prosemirror-schema-basic: 1.2.1 prosemirror-schema-list: 1.2.2 prosemirror-state: 1.4.2 prosemirror-tables: 1.3.2 - prosemirror-trailing-node: 2.0.3_5fcjrdljkuxznpmydz7mdgrowq - prosemirror-transform: 1.7.1 - prosemirror-view: 1.30.1 + prosemirror-trailing-node: 2.0.3_pittxnjafysooc5fjh2fcbuwfq + prosemirror-transform: 1.7.0 + prosemirror-view: 1.29.1 dev: false - /@tiptap/react/2.0.0-beta.219_526pritkfpcaxyqh4zb4zgzw4e: - resolution: {integrity: sha512-F7H4xoxa7wNFREGt+V1pxVCqF9DOy4tw8/in0jRSM8Xy9NnolNaGZNDPKOLXqs1sF/Bvncl2qqCFg5er7HwZRw==} + /@tiptap/react/2.0.0-beta.202_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-K0vjWOhqBFSN68wdIWvfUOer38GbBdOi80cZH7bafZQbka2gD8l6v0qknwM4KxOiq9FpqGBOVmGQs0ukgWGSDA==} peerDependencies: - '@tiptap/core': ^2.0.0-beta.209 - '@tiptap/pm': ^2.0.0-beta.209 + '@tiptap/core': ^2.0.0-beta.193 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@tiptap/extension-bubble-menu': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/extension-floating-menu': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/pm': 2.0.0-beta.219 + '@tiptap/extension-bubble-menu': 2.0.0-beta.202 + '@tiptap/extension-floating-menu': 2.0.0-beta.202 + prosemirror-view: 1.29.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@tiptap/starter-kit/2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219: - resolution: {integrity: sha512-9Xr0/Tufsodobznvo6+ZSFBedzSQ8MpnyG+CgWPixF3uHM0BVLyJtEZyRzoVenGwzGcF5X+IHg9UrH+H4WZWzw==} - dependencies: - '@tiptap/core': 2.0.0-beta.219_@tiptap+pm@2.0.0-beta.219 - '@tiptap/extension-blockquote': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-bold': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-bullet-list': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-code': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-code-block': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge - '@tiptap/extension-document': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-dropcursor': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge - '@tiptap/extension-gapcursor': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge - '@tiptap/extension-hard-break': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-heading': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-history': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge - '@tiptap/extension-horizontal-rule': 2.0.0-beta.219_t76h47crzm5abhz76zve4chrge - '@tiptap/extension-italic': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-list-item': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-ordered-list': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-paragraph': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-strike': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - '@tiptap/extension-text': 2.0.0-beta.219_lrb27ditrsu22ffndzecamyqki - transitivePeerDependencies: - - '@tiptap/pm' + /@tiptap/starter-kit/2.0.0-beta.202: + resolution: {integrity: sha512-hmtHgSKMAYtPNA12pa6kPortaKtsz4D6a18KncP26cWkuIwSBZLANls8L7vBISAcbIKRrSizsmqDBoDrFqtQcg==} + dependencies: + '@tiptap/core': 2.0.0-beta.202 + '@tiptap/extension-blockquote': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-bold': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-bullet-list': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-code': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-code-block': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-document': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-dropcursor': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-gapcursor': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-hard-break': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-heading': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-history': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-horizontal-rule': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-italic': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-list-item': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-ordered-list': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-paragraph': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-strike': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu + '@tiptap/extension-text': 2.0.0-beta.202_fosglmwb3u6jhi6bbjmnlbdsbu dev: false /@tokenizer/token/0.3.0: @@ -12048,27 +11597,27 @@ packages: resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} engines: {node: '>= 6'} - /@truffle/abi-utils/0.3.8: - resolution: {integrity: sha512-RevMtlEuQw9cE2VWzQuvLDSYPCVSZQQUOsaK8ArcwxXct6ugiJCDC7tNouhHzP1Y4ccdZtG2y/XPHQJdzgYdZQ==} + /@truffle/abi-utils/0.3.4: + resolution: {integrity: sha512-cgFwIEugsRdh/NnLJ5ZKDeShkRx3dz1tl/XgFxChuvMjJ9ymlIB8ixSIRuIXP0jlvOs0O8rNJWEjEnUdW5G/VQ==} dependencies: change-case: 3.0.2 fast-check: 3.1.1 - web3-utils: 1.8.2 + web3-utils: 1.7.4 - /@truffle/blockchain-utils/0.1.6: - resolution: {integrity: sha512-SldoNRIFSm3+HMBnSc2jFsu5TWDkCN4X6vL3wrd0t6DIeF7nD6EoPPjxwbFSoqCnkkRxMuZeL6sUx7UMJS/wSA==} + /@truffle/blockchain-utils/0.1.4: + resolution: {integrity: sha512-HegAo5A8UX9vE8dtceBRgCY207gOb9wj54c8mNOOWHcFpkyJz7kZYGo44As6Imh10/0hD2j7vHQ56Jf+uszJ3A==} - /@truffle/code-utils/3.0.2: - resolution: {integrity: sha512-Q4FyYIX9G4GyMa8RJDk19kvgiyGZ1CGEx2RmVcXoCDZqEyiHLzqjvCRp+/fuBz2fv7szO6d+60LO1gLCGS1drQ==} + /@truffle/code-utils/3.0.0: + resolution: {integrity: sha512-MHUrOAZYlbmVp+9W2Mmw6vaLteWolkn6AF5iiKUr/j42Bon6CU5gNnc1gvdVoNdO/xsrqKqyoloYNgtZLgMldg==} dependencies: cbor: 5.2.0 dev: true - /@truffle/codec/0.14.15: - resolution: {integrity: sha512-cooWy8blmvYQQRBKgzWJnDUS6mZE9cvnmpVN15jU6TseAQkBtmfYfCH12QCKEWMq2+R4yQICP54WNCYg78g72g==} + /@truffle/codec/0.14.8: + resolution: {integrity: sha512-UWBV4H7hN16oUAvcDib3fFt0HK3+AfUXibVSM9nCSbvzHUBlBLhsBt74ae7xbJIz8HHjTMgUt4CWKEGDNN+fTQ==} dependencies: - '@truffle/abi-utils': 0.3.8 - '@truffle/compile-common': 0.9.3 + '@truffle/abi-utils': 0.3.4 + '@truffle/compile-common': 0.9.0 big.js: 6.2.1 bn.js: 5.2.1 cbor: 5.2.0 @@ -12076,76 +11625,73 @@ packages: lodash: 4.17.21 semver: 7.3.7 utf8: 3.0.0 - web3-utils: 1.8.2 + web3-utils: 1.7.4 transitivePeerDependencies: - supports-color - /@truffle/compile-common/0.9.3: - resolution: {integrity: sha512-9S86H5DRC0zEj164KeClP/6jVt1M/nRd7St89h6QbuIU0JjpqSz1SXpkvqhbFoV9hhW+4ZGh0NysjrdPlk7gFw==} + /@truffle/compile-common/0.9.0: + resolution: {integrity: sha512-kpTTU/7ZlQedH6cemCgrqXL4sUjsWAPj7X4LaqQ+KSna3egNJZ6wrKt2kpSYPpCpLihq2IpcBwWar3dTPZ7a5Q==} dependencies: - '@truffle/error': 0.2.0 + '@truffle/error': 0.1.1 colors: 1.4.0 - /@truffle/config/1.3.52: - resolution: {integrity: sha512-yH4ektrDfcKieJUPjxLq6MIht8mx9eFFv312irUCqzuRD8WtqZp90eB2Wx0CwAKfJ4+4maNCD6vyFShMrdcO8Q==} + /@truffle/config/1.3.43: + resolution: {integrity: sha512-j+seGoHc9RLZeGy8lGIieXTgkAPnw8bP51RgvE0hnVp1JwyjmN6KVetrmLNlAvVFo7xE7C06kIl+3sLdgixw6Q==} dependencies: - '@truffle/error': 0.2.0 - '@truffle/events': 0.1.22 - '@truffle/provider': 0.3.5 + '@truffle/error': 0.1.1 + '@truffle/events': 0.1.17 + '@truffle/provider': 0.2.63 conf: 10.2.0 - debug: 4.3.4 find-up: 2.1.0 lodash: 4.17.21 original-require: 1.0.1 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate dev: true optional: true - /@truffle/contract-schema/3.4.12: - resolution: {integrity: sha512-XpMMps/bqHwiRuCyLiEEGWEAvGGzGj4u1X1+lzxrtIsrwbQhSZcdgEbXl9vGxOOJWOup3HXRCIsjlao27kS4OA==} + /@truffle/contract-schema/3.4.10: + resolution: {integrity: sha512-BhRNRoRvlj2th6E5RNS0BnS0ZxQe01JJz8I7MjkGqdeXSvrn6qDCAnbmvhNgUv0l5h8w5+gBOQhAJhILf1shdQ==} dependencies: ajv: 6.12.6 debug: 4.3.4 transitivePeerDependencies: - supports-color - /@truffle/contract/4.6.15: - resolution: {integrity: sha512-3V+50z94XRh+I3axz6Zrot1wlMhRiG2O9XjR20LwR5YBnzHV7YFfOs8x6pluXVLQyxcVJBISJyqxvGxpkecrZg==} + /@truffle/contract/4.6.6: + resolution: {integrity: sha512-8pOlT+V2F9edYx/3qjYHtHPfVqwMSL+Puw6/7fY8mdy9UtlYNWiSCHK4DyvqsS01zRxExNfA9fMJC73IIlTQBw==} dependencies: '@ensdomains/ensjs': 2.1.0 - '@truffle/blockchain-utils': 0.1.6 - '@truffle/contract-schema': 3.4.12 - '@truffle/debug-utils': 6.0.46 - '@truffle/error': 0.2.0 - '@truffle/interface-adapter': 0.5.29 + '@truffle/blockchain-utils': 0.1.4 + '@truffle/contract-schema': 3.4.10 + '@truffle/debug-utils': 6.0.39 + '@truffle/error': 0.1.1 + '@truffle/interface-adapter': 0.5.24 bignumber.js: 7.2.1 debug: 4.3.4 ethers: 4.0.49 - web3: 1.8.2 - web3-core-helpers: 1.8.2 - web3-core-promievent: 1.8.2 - web3-eth-abi: 1.8.2 - web3-utils: 1.8.2 + web3: 1.7.4 + web3-core-helpers: 1.7.4 + web3-core-promievent: 1.7.4 + web3-eth-abi: 1.7.4 + web3-utils: 1.7.4 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate - /@truffle/dashboard-message-bus-client/0.1.10: - resolution: {integrity: sha512-r9GpdR96T8xzk2Z3Qq5lowixT6hQwDZ9F3D3oNjOv2AOwBrC7dGkt1Ra1FQRsABn4K7LUVvnjjn6rALlsatAdw==} + /@truffle/dashboard-message-bus-client/0.1.8: + resolution: {integrity: sha512-GjCk7iOEMmhRk+h1p558dcGauyqxK2NTCJSizyqQFmYw7NCOU4F2Rqgs3SDBMrksK3BcLuND1TNFzaBs6xYMxA==} dependencies: - '@truffle/dashboard-message-bus-common': 0.1.5 + '@truffle/dashboard-message-bus-common': 0.1.4 '@truffle/promise-tracker': 0.1.5 - axios: 1.2.4_debug@4.3.4 + axios: 0.27.2_debug@4.3.4 debug: 4.3.4 delay: 5.0.0 isomorphic-ws: 4.0.1_ws@7.5.9 - node-abort-controller: 3.1.1 + node-abort-controller: 3.0.1 tiny-typed-emitter: 2.1.0 ws: 7.5.9 transitivePeerDependencies: @@ -12155,15 +11701,15 @@ packages: dev: true optional: true - /@truffle/dashboard-message-bus-common/0.1.5: - resolution: {integrity: sha512-F4RfXi7ymNA3HFOlaujRJxAb3I8ciErCRQq+MZVaqjSPF9LSw23IizZsGpLaY43K2bGoBSxyNQRZWxsUEBujPQ==} + /@truffle/dashboard-message-bus-common/0.1.4: + resolution: {integrity: sha512-R+16jYcr/mxhz5pI+0GAJI14XUvYySLTB650kWubMBrVf4vi4QaIOdAOrx4KxAIA6e/5Nq9j0le59Y2c+xAHYg==} dev: true optional: true - /@truffle/db-loader/0.2.17: - resolution: {integrity: sha512-oVDZ3vlYopbUwkHl9sYpF3T//P2diJMwDWYWK3oSg7uEpLm4uroAK8MyrOpLW5XAsIUn+Z4BLS3JGMwQd8aI2Q==} + /@truffle/db-loader/0.2.5: + resolution: {integrity: sha512-Gwr5GGb0kPqeqVZfako8Vc0gvNsbpFx6STrizsoo9VUCq7ARpO3lbxvNAZtBKyioFxqdaOAEY3X2dKv3yrovRQ==} optionalDependencies: - '@truffle/db': 2.0.17 + '@truffle/db': 2.0.5 transitivePeerDependencies: - bufferutil - encoding @@ -12171,15 +11717,15 @@ packages: - utf-8-validate dev: true - /@truffle/db/2.0.17: - resolution: {integrity: sha512-7vO595WwvE2Tjp6p4rFmr4Q4d5qJFM4fhAsUBHzfVpWlz0szBsSnzn2RK5/NSS4Rqqp8HLBcfuRShuYFqajx0w==} + /@truffle/db/2.0.5: + resolution: {integrity: sha512-tHutgNFy1XeH+9sn3cOvrSrtZ8iCqO37rEWt0b7FsHvYA95o3NRKwt/7b5sB3aAITMPpYbttaGPL/kyhJrl0ZA==} requiresBuild: true dependencies: '@graphql-tools/delegate': 8.8.1_graphql@15.8.0 '@graphql-tools/schema': 8.5.1_graphql@15.8.0 - '@truffle/abi-utils': 0.3.8 - '@truffle/code-utils': 3.0.2 - '@truffle/config': 1.3.52 + '@truffle/abi-utils': 0.3.4 + '@truffle/code-utils': 3.0.0 + '@truffle/config': 1.3.43 abstract-leveldown: 7.2.0 apollo-server: 3.11.1_graphql@15.8.0 debug: 4.3.4 @@ -12193,7 +11739,7 @@ packages: pouchdb-adapter-memory: 7.3.1 pouchdb-debug: 7.2.1 pouchdb-find: 7.3.1 - web3-utils: 1.8.2 + web3-utils: 1.7.4 transitivePeerDependencies: - bufferutil - encoding @@ -12202,24 +11748,24 @@ packages: dev: true optional: true - /@truffle/debug-utils/6.0.46: - resolution: {integrity: sha512-MWko3c1M0NI8IT0yNh8Dh2xoDgR2R1apP8hc/9VsR/4Q7P6OE/578WRpZnvo2HWXYBiJ2PrWBDtMYBHntImrrA==} + /@truffle/debug-utils/6.0.39: + resolution: {integrity: sha512-g89ZAeywWldEEAS+yonjXcgiJUxEQzLQqRGIrVEMiVI9/B8U7A7KBgnLWqew7LtQfo1h1iifUM0aOt4mKrYicQ==} dependencies: - '@truffle/codec': 0.14.15 + '@truffle/codec': 0.14.8 '@trufflesuite/chromafi': 3.0.0 bn.js: 5.2.1 chalk: 2.4.2 debug: 4.3.4 - highlightjs-solidity: 2.0.6 + highlightjs-solidity: 2.0.5 transitivePeerDependencies: - supports-color - /@truffle/debugger/11.0.28: - resolution: {integrity: sha512-0AN7GjwXTDHGzdx9H3+5JTRtSsCy0T4C+QoJ/iOUpT5palzxIykMEB064afu9TUo/jLtLNOR29pQSmmTKW6d7w==} + /@truffle/debugger/11.0.16: + resolution: {integrity: sha512-1ZLiqtlRyMrmS+K7DtdlDdkok0IqD2X6hJ51zumlfyPIDSFS+4/Oz0vjETPeY8Cs16rlGwUQ8qyFE2FzYlNnJA==} dependencies: - '@truffle/abi-utils': 0.3.8 - '@truffle/codec': 0.14.15 - '@truffle/source-map-utils': 1.3.107 + '@truffle/abi-utils': 0.3.4 + '@truffle/codec': 0.14.8 + '@truffle/source-map-utils': 1.3.100 bn.js: 5.2.1 debug: 4.3.4 json-pointer: 0.6.2 @@ -12229,11 +11775,10 @@ packages: redux-saga: 1.0.0 reselect-tree: 1.3.7 semver: 7.3.7 - web3: 1.8.2 - web3-eth-abi: 1.8.2 + web3: 1.7.4 + web3-eth-abi: 1.7.4 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate dev: true @@ -12241,17 +11786,14 @@ packages: /@truffle/error/0.1.1: resolution: {integrity: sha512-sE7c9IHIGdbK4YayH4BC8i8qMjoAOeg6nUXUDZZp8wlU21/EMpaG+CLx+KqcIPyR+GSWIW3Dm0PXkr2nlggFDA==} - /@truffle/error/0.2.0: - resolution: {integrity: sha512-Fe0/z4WWb7IP2gBnv3l6zqP87Y0kSMs7oiSLakKJq17q3GUunrHSdioKuNspdggxkXIBhEQLhi8C+LJdwmHKWQ==} - - /@truffle/events/0.1.22: - resolution: {integrity: sha512-WBEfaQ5zagS3J1M66J8wQ8N1As/EnBjLQsRlCCFs3/KbmeWhsoalVZ5Effhe0Vxd+e+k7lvwbloQBdS6roc+wg==} + /@truffle/events/0.1.17: + resolution: {integrity: sha512-WNMKka2hzAMD4N35ZpNfsrA4ZervAPzbkg/SEgqWD7//QgjzUGhWSoF4JxWZm8mVX7yVQhz3wAaiuyoR/Lu39g==} dependencies: - '@truffle/dashboard-message-bus-client': 0.1.10 - '@truffle/spinners': 0.2.3 + '@truffle/dashboard-message-bus-client': 0.1.8 + '@truffle/spinners': 0.2.2 debug: 4.3.4 emittery: 0.4.1 - web3-utils: 1.8.2 + web3-utils: 1.7.4 transitivePeerDependencies: - bufferutil - supports-color @@ -12278,15 +11820,14 @@ packages: - utf-8-validate dev: false - /@truffle/interface-adapter/0.5.29: - resolution: {integrity: sha512-6UlJ+f87z7y/dWk9UfbIU+4e80iRsp8h03LEiE5B+PvZbr6cuMjLJUBtBBQZMo3+xrIcS/2u3p5hOxW8OJm8tw==} + /@truffle/interface-adapter/0.5.24: + resolution: {integrity: sha512-c4nFMnzSuE//xUd16CDc7mjx1NVe5kEDoid/utsma5JPg+AxnOkD4j1QGl7xMqCwQVARLF53FfQzt4DFmZcznQ==} dependencies: bn.js: 5.2.1 ethers: 4.0.49 - web3: 1.8.2 + web3: 1.7.4 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate @@ -12295,36 +11836,35 @@ packages: dev: true optional: true - /@truffle/provider/0.3.5: - resolution: {integrity: sha512-Df55yLshSnEEFrbGKqKrAbW5hzlbZOZ1EC5hucBmoYLeN1Ar1D3InSUbEg9rA29ip2LsmmJZ5QGmQQ4oYaAPfQ==} + /@truffle/provider/0.2.63: + resolution: {integrity: sha512-u7dUBpvWfBq3scMmqC/pTW/jFMH2714XEvqbCY7leWXrBWJjzn8cZgxeyqhSLBaZMYp3n8iugj6kvrRMnk683g==} dependencies: - '@truffle/error': 0.2.0 - '@truffle/interface-adapter': 0.5.29 + '@truffle/error': 0.1.1 + '@truffle/interface-adapter': 0.5.24 debug: 4.3.4 - web3: 1.8.2 + web3: 1.7.4 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate dev: true optional: true - /@truffle/source-map-utils/1.3.107: - resolution: {integrity: sha512-R82cl+I2rpIvJciomfqAq4w5niywymgFIHqbhl0v6srrtn3roksrtIq5R/dXJSaMv4o0C5E6sxZ1IMy3E3+ahw==} + /@truffle/source-map-utils/1.3.100: + resolution: {integrity: sha512-HRx+C4BQcFpClzcmLnc/G14gtTua7iFvpuJkQH3OcucqCA2N2TgufK4S7wV4QMgORxHnmQW8OVXWjUFNQB+GDw==} dependencies: - '@truffle/code-utils': 3.0.2 - '@truffle/codec': 0.14.15 + '@truffle/code-utils': 3.0.0 + '@truffle/codec': 0.14.8 debug: 4.3.4 json-pointer: 0.6.2 node-interval-tree: 1.3.3 - web3-utils: 1.8.2 + web3-utils: 1.7.4 transitivePeerDependencies: - supports-color dev: true - /@truffle/spinners/0.2.3: - resolution: {integrity: sha512-YnaQ+oBRQ1I1+/P18i8oSW4orUYi6vwpZQxauEZ5X0L8atjKq+RWdiNaza6J6L+KOLunXM4+pWxnNzuUmxlJZw==} + /@truffle/spinners/0.2.2: + resolution: {integrity: sha512-6srCpV5MykkROtkj+ak5YX0GexAVuw+AB+lZIQxWLGP3i75pfJer7vL2nnqgr0madaAUuIixb7A2NJDFx3lOdg==} dependencies: '@trufflesuite/spinnies': 0.1.1 dev: true @@ -12426,7 +11966,7 @@ packages: ethereumjs-vm: 2.6.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - readable-stream: 2.3.8 + readable-stream: 2.3.7 request: 2.88.2 semaphore: 1.1.0 ws: 5.2.3 @@ -12472,7 +12012,7 @@ packages: typechain: 7.0.0 dev: true - /@typechain/hardhat/5.0.0_tt5moczacr2ojfopbnqbauqwui: + /@typechain/hardhat/5.0.0_2cdjpxbsuy23zbev5obsi6cfwa: resolution: {integrity: sha512-Pqk+KdREbU6Uk3en1Z5caQpWt2bKU+KTOi+6dZwcIXJpF1wKoAwF1cbaYSQEzrG4BSUTM1rHQhW5JHSfeqpsAg==} peerDependencies: hardhat: ^2.0.10 @@ -12480,14 +12020,14 @@ packages: typechain: ^7.0.0 dependencies: fs-extra: 9.1.0 - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um - typechain: 7.0.0_typescript@4.9.4 + hardhat: 2.12.3 + typechain: 7.0.0 dev: true /@types/accepts/1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: true optional: true @@ -12495,10 +12035,6 @@ packages: resolution: {integrity: sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==} dev: true - /@types/aria-query/5.0.1: - resolution: {integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==} - dev: true - /@types/async-eventemitter/0.2.1: resolution: {integrity: sha512-M2P4Ng26QbAeITiH7w1d7OxtldgfAe0wobpyJzVK/XOb0cUGKU2R4pfAhqcJBXAe2ife5ZOhSv4wk7p+ffURtg==} @@ -12506,30 +12042,30 @@ packages: resolution: {integrity: sha512-pkPtJUUY+Vwv6B1inAz55rQvivClHJxc9aVEPPmaq2cbyeMLCiDpbKpcKyX4LAwpNGi+SHBv0tHv6+0gXv0P2A==} dev: true - /@types/babel__core/7.20.0: - resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} + /@types/babel__core/7.1.20: + resolution: {integrity: sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==} dependencies: - '@babel/parser': 7.21.2 - '@babel/types': 7.21.2 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.18.3 + '@types/babel__traverse': 7.18.2 /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.21.2 - '@babel/types': 7.21.2 + '@babel/parser': 7.20.3 + '@babel/types': 7.20.2 - /@types/babel__traverse/7.18.3: - resolution: {integrity: sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==} + /@types/babel__traverse/7.18.2: + resolution: {integrity: sha512-FcFaxOr2V5KZCviw1TnutEMVUVsGt4D2hP1TAfXZAMKuHYW3xQhe3jTxNPWutgCJ3/X1c5yX8ZoGVEItxKbwBg==} dependencies: - '@babel/types': 7.21.2 + '@babel/types': 7.20.2 /@types/babylon/6.16.6: resolution: {integrity: sha512-G4yqdVlhr6YhzLXFKy5F7HtRBU8Y23+iWy7UKthMq/OSQnL1hbsoeXESQ2LY8zEDlknipDG3nRGhUC9tkwvy/w==} @@ -12541,35 +12077,35 @@ packages: resolution: {integrity: sha512-0DH7aPGCClywOFaxxjE6UwpN2kQYe9LwuDQMv+zYA97j5GkOMo8e66LYT+a8JYU7jfmUFRZLa9KycxHDsKXJCA==} deprecated: This is a stub types definition for bignumber.js (https://github.com/MikeMcl/bignumber.js/). bignumber.js provides its own type definitions, so you don't need @types/bignumber.js installed! dependencies: - bignumber.js: 9.1.1 + bignumber.js: 9.1.0 /@types/bn.js/4.11.6: resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/bn.js/5.1.1: resolution: {integrity: sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==} dependencies: - '@types/node': 16.18.13 + '@types/node': 18.11.9 /@types/body-parser/1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/cacheable-request/6.0.3: resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.14.2 + '@types/node': 18.11.9 '@types/responselike': 1.0.0 /@types/chai/4.3.4: @@ -12578,19 +12114,19 @@ packages: /@types/concat-stream/1.6.1: resolution: {integrity: sha512-eHE4cQPoj6ngxBZMvVf6Hw7Mh4jMW4U9lpGmS5GBPB9RYxlFg+CHaVN7ErNY4W9XfLIEn20b4VDYaIrbq0q4uA==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: true /@types/connect-history-api-fallback/1.3.5: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: - '@types/express-serve-static-core': 4.17.33 - '@types/node': 18.14.2 + '@types/express-serve-static-core': 4.17.31 + '@types/node': 18.11.9 /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/cors/2.8.12: resolution: {integrity: sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==} @@ -12609,17 +12145,17 @@ packages: /@types/dns-packet/5.2.4: resolution: {integrity: sha512-OAruArypdNxR/tzbmrtoyEuXeNTLaZCpO19BXaNC10T5ACIbvjmvhmV2RDEy2eLc3w8IjK7SY3cvUCcAW+sfoQ==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: false /@types/eslint-scope/3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.21.1 + '@types/eslint': 8.4.10 '@types/estree': 1.0.0 - /@types/eslint/8.21.1: - resolution: {integrity: sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==} + /@types/eslint/8.4.10: + resolution: {integrity: sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==} dependencies: '@types/estree': 1.0.0 '@types/json-schema': 7.0.11 @@ -12636,16 +12172,7 @@ packages: /@types/express-serve-static-core/4.17.31: resolution: {integrity: sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==} dependencies: - '@types/node': 18.14.2 - '@types/qs': 6.9.7 - '@types/range-parser': 1.2.4 - dev: true - optional: true - - /@types/express-serve-static-core/4.17.33: - resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} - dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -12653,44 +12180,34 @@ packages: resolution: {integrity: sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.33 - '@types/qs': 6.9.7 - '@types/serve-static': 1.15.1 - dev: true - optional: true - - /@types/express/4.17.17: - resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} - dependencies: - '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.33 + '@types/express-serve-static-core': 4.17.31 '@types/qs': 6.9.7 - '@types/serve-static': 1.15.1 + '@types/serve-static': 1.15.0 /@types/form-data/0.0.33: resolution: {integrity: sha512-8BSvG1kGm83cyJITQMZSulnl6QV8jqAGreJsc5tPu1Jq0vTSOiY/k24Wx82JRpWwZSqrala6sd5rWi6aNXvqcw==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: true /@types/glob/7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: true - /@types/glob/8.1.0: - resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} + /@types/glob/8.0.0: + resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: true - /@types/graceful-fs/4.1.6: - resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} + /@types/graceful-fs/4.1.5: + resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/hast/2.3.4: resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==} @@ -12705,7 +12222,7 @@ packages: /@types/hoist-non-react-statics/3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.25 hoist-non-react-statics: 3.3.2 dev: false @@ -12719,10 +12236,10 @@ packages: /@types/http-cache-semantics/4.0.1: resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==} - /@types/http-proxy/1.17.10: - resolution: {integrity: sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==} + /@types/http-proxy/1.17.9: + resolution: {integrity: sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/is-function/1.0.1: resolution: {integrity: sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==} @@ -12757,16 +12274,16 @@ packages: /@types/jsonexport/3.0.2: resolution: {integrity: sha512-VrWj30OihopTEE7jDiXO1IbrCF+iNiKi9eLtz03RsazWQCyp1rsMlap1W0V1xjT6ULiilKZP4qXYoWFADnMn8A==} dependencies: - '@types/node': 16.18.13 + '@types/node': 18.11.9 dev: true /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 - /@types/lodash/4.14.191: - resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} + /@types/lodash/4.14.188: + resolution: {integrity: sha512-zmEmF5OIM3rb7SbLCFYoQhO4dGt2FRM9AMkxvA3LaADOF1n8in/zGJlWji9fmafLoNyz+FoL6FE0SLtGIArD7w==} dev: true /@types/long/4.0.2: @@ -12798,7 +12315,7 @@ packages: /@types/mkdirp/0.5.2: resolution: {integrity: sha512-U5icWpv7YnZYGsN4/cmh3WD2onMY0aJIiTE6+51TwJCttdHvtCYmkBNOobHlXwrJRL0nkH9jH4kD+1FAdMN4Tg==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: false /@types/ms/0.7.31: @@ -12808,13 +12325,13 @@ packages: resolution: {integrity: sha512-A2PmB8MRcNVEkw6wzGT5rtBHqyHOVjiRMkJH+zpJKXipSi+GGkHg6JjNFApDiYK9WefJqkVG0taln1VMl4TGfw==} dependencies: '@types/dns-packet': 5.2.4 - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: false /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 form-data: 3.0.1 dev: true @@ -12825,14 +12342,14 @@ packages: /@types/node/12.20.55: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - /@types/node/14.18.36: - resolution: {integrity: sha512-FXKWbsJ6a1hIrRxv+FoukuHnGTgEzKYGi7kilfMae96AL9UNkPFNWJEEYWzdRI9ooIkbr4AKldyuSTLql06vLQ==} + /@types/node/14.18.33: + resolution: {integrity: sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg==} - /@types/node/16.18.13: - resolution: {integrity: sha512-l0/3XZ153UTlNOnZK8xSNoJlQda9/WnYgiTdcKKPJSZjdjI9MU+A9oMXOesAWLSnqAaaJhj3qfQsU07Dr8OUwg==} + /@types/node/16.18.3: + resolution: {integrity: sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==} - /@types/node/18.14.2: - resolution: {integrity: sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==} + /@types/node/18.11.9: + resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} /@types/node/8.10.66: resolution: {integrity: sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==} @@ -12863,14 +12380,14 @@ packages: /@types/pbkdf2/3.1.0: resolution: {integrity: sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 - /@types/phoenix/1.5.5: - resolution: {integrity: sha512-1eWWT19k0L4ZiTvdXjAvJ9KvW0B8SdiVftQmFPJGTEx78Q4PCSIQDpz+EfkFVR1N4U9gREjlW4JXL8YCIlY0bw==} + /@types/phoenix/1.5.4: + resolution: {integrity: sha512-L5eZmzw89eXBKkiqVBcJfU1QGx9y+wurRIEgt0cuLH0hwNtVUxtx+6cu0R2STwWj468sjXyBYPYDtGclUd1kjQ==} dev: false - /@types/prettier/2.7.2: - resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} + /@types/prettier/2.7.1: + resolution: {integrity: sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==} /@types/pretty-hrtime/1.0.1: resolution: {integrity: sha512-VjID5MJb1eGKthz2qUerWT8+R4b9N+CHvGCzg9fn4kWZgaF9AhdYikQio3R7wV8YY1NsQKPaCwKz1Yff+aHNUQ==} @@ -12883,28 +12400,26 @@ packages: /@types/prop-types/15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/puppeteer-core/5.4.0_typescript@4.9.5: + /@types/puppeteer-core/5.4.0: resolution: {integrity: sha512-yqRPuv4EFcSkTyin6Yy17pN6Qz2vwVwTCJIDYMXbE3j8vTPhv0nCQlZOl5xfi0WHUkqvQsjAR8hAfjeMCoetwg==} dependencies: - '@types/puppeteer': 7.0.4_typescript@4.9.5 + '@types/puppeteer': 7.0.4 transitivePeerDependencies: - bufferutil - encoding - supports-color - - typescript - utf-8-validate dev: true - /@types/puppeteer/7.0.4_typescript@4.9.5: + /@types/puppeteer/7.0.4: resolution: {integrity: sha512-ja78vquZc8y+GM2al07GZqWDKQskQXygCDiu0e3uO0DMRKqE0MjrFBFmTulfPYzLB6WnL7Kl2tFPy0WXSpPomg==} deprecated: This is a stub types definition. puppeteer provides its own type definitions, so you do not need this installed. dependencies: - puppeteer: 19.7.2_typescript@4.9.5 + puppeteer: 19.2.2 transitivePeerDependencies: - bufferutil - encoding - supports-color - - typescript - utf-8-validate dev: true @@ -12921,7 +12436,7 @@ packages: resolution: {integrity: sha512-20uzZsIf4moPAjjHDfPvH8UaOHZBxrkiQZoLS3wgKq8Xhp+95gdercLEdoA7/I8nR9R5Jz2qQkdMIM+Lq4AS1A==} dependencies: '@popperjs/core': 2.11.6 - '@types/react': 18.0.28 + '@types/react': 18.0.25 date-fns: 2.29.3 react-popper: 2.3.0_r6q5zrenym2zg7je7hgi674bti transitivePeerDependencies: @@ -12929,28 +12444,28 @@ packages: - react-dom dev: false - /@types/react-dom/18.0.11: - resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} + /@types/react-dom/18.0.8: + resolution: {integrity: sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.25 /@types/react-router-dom/5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.28 - '@types/react-router': 5.1.20 + '@types/react': 18.0.25 + '@types/react-router': 5.1.19 dev: true - /@types/react-router/5.1.20: - resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} + /@types/react-router/5.1.19: + resolution: {integrity: sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.25 dev: true - /@types/react/18.0.28: - resolution: {integrity: sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==} + /@types/react/18.0.25: + resolution: {integrity: sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -12959,18 +12474,18 @@ packages: /@types/resolve/0.0.8: resolution: {integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: false /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -12985,7 +12500,7 @@ packages: /@types/secp256k1/4.0.3: resolution: {integrity: sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/seedrandom/3.0.1: resolution: {integrity: sha512-giB9gzDeiCeloIXDgzFBCgjj1k4WxcDrZtGl6h1IqmUPlxF+Nx8Ve+96QCyDZ/HseB/uvDsKbpib9hU5cU53pw==} @@ -12997,13 +12512,13 @@ packages: /@types/serve-index/1.9.1: resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==} dependencies: - '@types/express': 4.17.17 + '@types/express': 4.17.14 - /@types/serve-static/1.15.1: - resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} + /@types/serve-static/1.15.0: + resolution: {integrity: sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/sinonjs__fake-timers/8.1.1: resolution: {integrity: sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==} @@ -13016,7 +12531,7 @@ packages: /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/source-list-map/0.1.2: resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==} @@ -13029,7 +12544,7 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.28 + '@types/react': 18.0.25 csstype: 3.1.1 dev: false @@ -13054,8 +12569,8 @@ packages: resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} dev: false - /@types/trusted-types/2.0.3: - resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} + /@types/trusted-types/2.0.2: + resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==} /@types/uglify-js/3.17.1: resolution: {integrity: sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==} @@ -13073,7 +12588,7 @@ packages: /@types/webpack-sources/3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true @@ -13081,40 +12596,40 @@ packages: /@types/webpack/4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 - anymatch: 3.1.3 + anymatch: 3.1.2 source-map: 0.6.1 dev: true /@types/ws/7.4.7: resolution: {integrity: sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: false - /@types/ws/8.5.4: - resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} + /@types/ws/8.5.3: + resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 /@types/yargs-parser/21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} - /@types/yargs/15.0.15: - resolution: {integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==} + /@types/yargs/15.0.14: + resolution: {integrity: sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==} dependencies: '@types/yargs-parser': 21.0.0 - /@types/yargs/16.0.5: - resolution: {integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==} + /@types/yargs/16.0.4: + resolution: {integrity: sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==} dependencies: '@types/yargs-parser': 21.0.0 - /@types/yargs/17.0.22: - resolution: {integrity: sha512-pet5WJ9U8yPVRhkwuEIp5ktAeAqRZOq4UdAyWLWzxbtpyXnzbtLdKiXAjJzi/KLmPGS9wk86lUFWZFN6sISo4g==} + /@types/yargs/17.0.13: + resolution: {integrity: sha512-9sWaruZk2JGxIQU+IhI1fhPYRcQ0UuTNuKuCW9bR5fp7qi2Llf7WDzNa17Cy7TKnh3cdxDOiyTu6gaLS0eDatg==} dependencies: '@types/yargs-parser': 21.0.0 @@ -13122,12 +12637,38 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 dev: true optional: true - /@typescript-eslint/eslint-plugin/5.54.0_6mj2wypvdnknez7kws2nfdgupi: - resolution: {integrity: sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==} + /@typescript-eslint/eslint-plugin/4.33.0_xspifk7brbsnyg562jkgvazaje: + resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/experimental-utils': 4.33.0_yfqovispp7u7jaktymfaqwl2py + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/scope-manager': 4.33.0 + debug: 4.3.4 + eslint: 7.32.0 + functional-red-black-tree: 1.0.1 + ignore: 5.2.0 + regexpp: 3.2.0 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/eslint-plugin/5.43.0_a2qhxslrsoaoxxmyjfllcpczu4: + resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -13137,24 +12678,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu - '@typescript-eslint/scope-manager': 5.54.0 - '@typescript-eslint/type-utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu - '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/type-utils': 5.43.0_eslint@8.30.0 + '@typescript-eslint/utils': 5.43.0_eslint@8.30.0 debug: 4.3.4 - eslint: 8.35.0 - grapheme-splitter: 1.0.4 - ignore: 5.2.4 + eslint: 8.30.0 + ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0 transitivePeerDependencies: - supports-color + dev: true - /@typescript-eslint/eslint-plugin/5.54.0_ajyizmi44oc3hrc35l6ndh7p4e: - resolution: {integrity: sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==} + /@typescript-eslint/eslint-plugin/5.43.0_hmgauvpilpngxavub5wxagrx34: + resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -13164,49 +12704,86 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.54.0_eslint@8.35.0 - '@typescript-eslint/scope-manager': 5.54.0 - '@typescript-eslint/type-utils': 5.54.0_eslint@8.35.0 - '@typescript-eslint/utils': 5.54.0_eslint@8.35.0 + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/type-utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa debug: 4.3.4 - eslint: 8.35.0 - grapheme-splitter: 1.0.4 - ignore: 5.2.4 + eslint: 8.30.0 + ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/experimental-utils/5.54.0_jofidmxrjzhj7l6vknpw5ecvfe: - resolution: {integrity: sha512-rRYECOTh5V3iWsrOzXi7h1jp3Bi9OkJHrb3wECi3DVqMGTilo9wAYmCbT+6cGdrzUY3MWcAa2mESM6FMik6tVw==} + /@typescript-eslint/experimental-utils/4.33.0_yfqovispp7u7jaktymfaqwl2py: + resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: '*' + dependencies: + '@types/json-schema': 7.0.11 + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.4 + eslint: 7.32.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@7.32.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /@typescript-eslint/experimental-utils/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.54.0_jofidmxrjzhj7l6vknpw5ecvfe - eslint: 7.32.0 + '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 transitivePeerDependencies: - supports-color - typescript - dev: true - /@typescript-eslint/experimental-utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: - resolution: {integrity: sha512-rRYECOTh5V3iWsrOzXi7h1jp3Bi9OkJHrb3wECi3DVqMGTilo9wAYmCbT+6cGdrzUY3MWcAa2mESM6FMik6tVw==} + /@typescript-eslint/experimental-utils/5.43.0_yfqovispp7u7jaktymfaqwl2py: + resolution: {integrity: sha512-WkT637CumTJbm/hRbFfnHBMgfUYTKr08LitVsD7gQId7bi6rnkx3pu3jac67lmp5ObW4MpJ9SNFZAIOUB/Qbsw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu - eslint: 8.35.0 + '@typescript-eslint/utils': 5.43.0_yfqovispp7u7jaktymfaqwl2py + eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript + dev: true + + /@typescript-eslint/parser/4.33.0_yfqovispp7u7jaktymfaqwl2py: + resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.4 + debug: 4.3.4 + eslint: 7.32.0 + typescript: 4.9.4 + transitivePeerDependencies: + - supports-color + dev: false - /@typescript-eslint/parser/5.54.0_eslint@8.35.0: - resolution: {integrity: sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==} + /@typescript-eslint/parser/5.43.0_eslint@8.30.0: + resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -13215,17 +12792,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.54.0 - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/typescript-estree': 5.54.0 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0 debug: 4.3.4 - eslint: 8.35.0 + eslint: 8.30.0 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: - resolution: {integrity: sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==} + /@typescript-eslint/parser/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -13234,24 +12811,32 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.54.0 - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 debug: 4.3.4 - eslint: 8.35.0 - typescript: 4.9.5 + eslint: 8.30.0 + typescript: 4.9.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/scope-manager/5.54.0: - resolution: {integrity: sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==} + /@typescript-eslint/scope-manager/4.33.0: + resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 + dev: false + + /@typescript-eslint/scope-manager/5.43.0: + resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/visitor-keys': 5.54.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/visitor-keys': 5.43.0 - /@typescript-eslint/type-utils/5.54.0_eslint@8.35.0: - resolution: {integrity: sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==} + /@typescript-eslint/type-utils/5.43.0_eslint@8.30.0: + resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -13260,17 +12845,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.54.0 - '@typescript-eslint/utils': 5.54.0_eslint@8.35.0 + '@typescript-eslint/typescript-estree': 5.43.0 + '@typescript-eslint/utils': 5.43.0_eslint@8.30.0 debug: 4.3.4 - eslint: 8.35.0 + eslint: 8.30.0 tsutils: 3.21.0 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: - resolution: {integrity: sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==} + /@typescript-eslint/type-utils/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -13279,21 +12864,47 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 + '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa debug: 4.3.4 - eslint: 8.35.0 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + eslint: 8.30.0 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/types/5.54.0: - resolution: {integrity: sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==} + /@typescript-eslint/types/4.33.0: + resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dev: false + + /@typescript-eslint/types/5.43.0: + resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/typescript-estree/5.54.0: - resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==} + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.9.4: + resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/visitor-keys': 4.33.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.8 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 + transitivePeerDependencies: + - supports-color + dev: false + + /@typescript-eslint/typescript-estree/5.43.0: + resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -13301,8 +12912,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/visitor-keys': 5.54.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/visitor-keys': 5.43.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -13312,8 +12923,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.54.0_typescript@4.9.5: - resolution: {integrity: sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==} + /@typescript-eslint/typescript-estree/5.43.0_typescript@4.9.4: + resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -13321,81 +12932,89 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/visitor-keys': 5.54.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/visitor-keys': 5.43.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.9.5 - typescript: 4.9.5 + tsutils: 3.21.0_typescript@4.9.4 + typescript: 4.9.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/utils/5.54.0_eslint@8.35.0: - resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} + /@typescript-eslint/utils/5.43.0_eslint@8.30.0: + resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.54.0 - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/typescript-estree': 5.54.0 - eslint: 8.35.0 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0 + eslint: 8.30.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.35.0 + eslint-utils: 3.0.0_eslint@8.30.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils/5.54.0_jofidmxrjzhj7l6vknpw5ecvfe: - resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} + /@typescript-eslint/utils/5.43.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.54.0 - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 - eslint: 7.32.0 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 + eslint: 8.30.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.32.0 + eslint-utils: 3.0.0_eslint@8.30.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript - dev: true - /@typescript-eslint/utils/5.54.0_ycpbpc6yetojsgtrx3mwntkhsu: - resolution: {integrity: sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==} + /@typescript-eslint/utils/5.43.0_yfqovispp7u7jaktymfaqwl2py: + resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.54.0 - '@typescript-eslint/types': 5.54.0 - '@typescript-eslint/typescript-estree': 5.54.0_typescript@4.9.5 - eslint: 8.35.0 + '@typescript-eslint/scope-manager': 5.43.0 + '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 + eslint: 7.32.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.35.0 + eslint-utils: 3.0.0_eslint@7.32.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript + dev: true + + /@typescript-eslint/visitor-keys/4.33.0: + resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} + engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} + dependencies: + '@typescript-eslint/types': 4.33.0 + eslint-visitor-keys: 2.1.0 + dev: false - /@typescript-eslint/visitor-keys/5.54.0: - resolution: {integrity: sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==} + /@typescript-eslint/visitor-keys/5.43.0: + resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.54.0 + '@typescript-eslint/types': 5.43.0 eslint-visitor-keys: 3.3.0 /@uiw/react-markdown-preview/1.0.9_biqbaboplfbrettd7655fr4n2y: @@ -13418,15 +13037,19 @@ packages: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 '@uiw/react-markdown-preview': 1.0.9_biqbaboplfbrettd7655fr4n2y classnames: 2.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /@uniswap/token-lists/1.0.0-beta.31: - resolution: {integrity: sha512-BQVoelKCRf64IToPEs1wxiXOnhr/ukwPOF78XG11PrTAOL4F8umjYKFb8ZPv1/dIJsPaC7GhLSriEqyp94SasQ==} + /@ungap/promise-all-settled/1.1.2: + resolution: {integrity: sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==} + dev: true + + /@uniswap/token-lists/1.0.0-beta.30: + resolution: {integrity: sha512-HwY2VvkQ8lNR6ks5NqQfAtg+4IZqz3KV1T8d2DlI8emIn9uMmaoFbIOg0nzjqAVKKnZSbMTRRtUoAh6mmjRvog==} engines: {node: '>=10'} dev: false @@ -13447,7 +13070,7 @@ packages: resolution: {integrity: sha512-iirJNv92A1ZWxoOHHDYW/1KPoi83939o83iUBQHIim0i3tMeSKEh+bxhJdTHQ86Mr4uXx9xGUTq69cp52ZP8Xw==} dev: false - /@wagmi/core/0.6.12_ionnkfz4j47fjbjwuzekiofhg4: + /@wagmi/core/0.6.12_l6oqucmc5jtfqjjxnxweiskzai: resolution: {integrity: sha512-RYwjfzFlZ8cljrlZ6+monaWKmtVQYALutlrESP/CYklGg+3DAjwv7n95EU5gS7Y9mvZbiLKZxg4XjFB3mVohfA==} peerDependencies: '@coinbase/wallet-sdk': '>=3.3.0' @@ -13459,19 +13082,19 @@ packages: '@walletconnect/ethereum-provider': optional: true dependencies: - '@coinbase/wallet-sdk': 3.6.4 + '@coinbase/wallet-sdk': 3.5.4 '@walletconnect/ethereum-provider': 1.8.0 - abitype: 0.1.8_typescript@4.9.5 + abitype: 0.1.8_typescript@4.9.4 ethers: 5.7.2 eventemitter3: 4.0.7 - zustand: 4.3.4_react@18.2.0 + zustand: 4.1.4_react@18.2.0 transitivePeerDependencies: - immer - react - typescript dev: false - /@wagmi/core/0.7.9_g3fphb2knf3gjv43r4lorflusm: + /@wagmi/core/0.7.9_2zmba3zh2lo2ye5dzgeckiacfa: resolution: {integrity: sha512-97KCELUP5Q1AagRyE7SmpLh4/v3xdcy/XMbybLvvtQbgmi3y5oEzy4h/wJMY1hEZlmicqyWZAHHm6xIr1tP5HA==} peerDependencies: '@coinbase/wallet-sdk': '>=3.3.0' @@ -13483,10 +13106,10 @@ packages: '@walletconnect/ethereum-provider': optional: true dependencies: - abitype: 0.1.8_typescript@4.9.5 + abitype: 0.1.8_typescript@4.9.4 ethers: 5.7.2 eventemitter3: 4.0.7 - zustand: 4.3.4_react@18.2.0 + zustand: 4.1.4_react@18.2.0 transitivePeerDependencies: - immer - react @@ -13504,7 +13127,6 @@ packages: /@walletconnect/client/1.8.0: resolution: {integrity: sha512-svyBQ14NHx6Cs2j4TpkQaBI/2AF4+LXz64FojTjMtV4VMMhl81jSO1vNeg+yYhQzvjcGH/GpSwixjyCW0xFBOQ==} - deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/core': 1.8.0 '@walletconnect/iso-crypto': 1.8.0 @@ -13516,7 +13138,6 @@ packages: /@walletconnect/client/1.8.0_3cxu5zja4e2r5wmvge7mdcljwq: resolution: {integrity: sha512-svyBQ14NHx6Cs2j4TpkQaBI/2AF4+LXz64FojTjMtV4VMMhl81jSO1vNeg+yYhQzvjcGH/GpSwixjyCW0xFBOQ==} - deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/core': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq '@walletconnect/iso-crypto': 1.8.0 @@ -13548,35 +13169,30 @@ packages: - utf-8-validate dev: false - /@walletconnect/crypto/1.0.3: - resolution: {integrity: sha512-+2jdORD7XQs76I2Odgr3wwrtyuLUXD/kprNVsjWRhhhdO9Mt6WqVzOPu0/t7OHSmgal8k7SoBQzUc5hu/8zL/g==} + /@walletconnect/crypto/1.0.2: + resolution: {integrity: sha512-+OlNtwieUqVcOpFTvLBvH+9J9pntEqH5evpINHfVxff1XIgwV55PpbdvkHu6r9Ib4WQDOFiD8OeeXs1vHw7xKQ==} dependencies: - '@walletconnect/encoding': 1.0.2 - '@walletconnect/environment': 1.0.1 - '@walletconnect/randombytes': 1.0.3 + '@walletconnect/encoding': 1.0.1 + '@walletconnect/environment': 1.0.0 + '@walletconnect/randombytes': 1.0.2 aes-js: 3.1.2 hash.js: 1.1.7 - tslib: 1.14.1 - /@walletconnect/encoding/1.0.2: - resolution: {integrity: sha512-CrwSBrjqJ7rpGQcTL3kU+Ief+Bcuu9PH6JLOb+wM6NITX1GTxR/MfNwnQfhLKK6xpRAyj2/nM04OOH6wS8Imag==} + /@walletconnect/encoding/1.0.1: + resolution: {integrity: sha512-8opL2rs6N6E3tJfsqwS82aZQDL3gmupWUgmvuZ3CGU7z/InZs3R9jkzH8wmYtpbq0sFK3WkJkQRZFFk4BkrmFA==} dependencies: is-typedarray: 1.0.0 - tslib: 1.14.1 typedarray-to-buffer: 3.1.5 - /@walletconnect/environment/1.0.1: - resolution: {integrity: sha512-T426LLZtHj8e8rYnKfzsw1aG6+M0BT1ZxayMdv/p8yM0MU+eJDISqNY3/bccxRr4LrF9csq02Rhqt08Ibl0VRg==} - dependencies: - tslib: 1.14.1 + /@walletconnect/environment/1.0.0: + resolution: {integrity: sha512-4BwqyWy6KpSvkocSaV7WR3BlZfrxLbJSLkg+j7Gl6pTDE+U55lLhJvQaMuDVazXYxcjBsG09k7UlH7cGiUI5vQ==} /@walletconnect/ethereum-provider/1.7.8_3cxu5zja4e2r5wmvge7mdcljwq: resolution: {integrity: sha512-dnl560zFMdK/LD4MD2XwHbWj7RXOaeXWPc9jzDaosLQLAXfA5mKe4XbCFFUPbVMYuyBdRI9NZv3Ci/qDb5wncQ==} - deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/client': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq - '@walletconnect/jsonrpc-http-connection': 1.0.6 - '@walletconnect/jsonrpc-provider': 1.0.8 + '@walletconnect/jsonrpc-http-connection': 1.0.3 + '@walletconnect/jsonrpc-provider': 1.0.5 '@walletconnect/signer-connection': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq '@walletconnect/types': 1.8.0 '@walletconnect/utils': 1.8.0 @@ -13591,11 +13207,10 @@ packages: /@walletconnect/ethereum-provider/1.8.0: resolution: {integrity: sha512-Nq9m+oo5P0F+njsROHw9KMWdoc/8iGHYzQdkjJN/1C7DtsqFRg5k5a3hd9rzCLpbPsOC1q8Z5lRs6JQgDvPm6Q==} - deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/client': 1.8.0 - '@walletconnect/jsonrpc-http-connection': 1.0.6 - '@walletconnect/jsonrpc-provider': 1.0.8 + '@walletconnect/jsonrpc-http-connection': 1.0.3 + '@walletconnect/jsonrpc-provider': 1.0.5 '@walletconnect/signer-connection': 1.8.0 '@walletconnect/types': 1.8.0 '@walletconnect/utils': 1.8.0 @@ -13620,41 +13235,37 @@ packages: /@walletconnect/iso-crypto/1.8.0: resolution: {integrity: sha512-pWy19KCyitpfXb70hA73r9FcvklS+FvO9QUIttp3c2mfW8frxgYeRXfxLRCIQTkaYueRKvdqPjbyhPLam508XQ==} dependencies: - '@walletconnect/crypto': 1.0.3 + '@walletconnect/crypto': 1.0.2 '@walletconnect/types': 1.8.0 '@walletconnect/utils': 1.8.0 - /@walletconnect/jsonrpc-http-connection/1.0.6: - resolution: {integrity: sha512-/3zSqDi7JDN06E4qm0NmVYMitngXfh21UWwy8zeJcBeJc+Jcs094EbLsIxtziIIKTCCbT88lWuTjl1ZujxN7cw==} + /@walletconnect/jsonrpc-http-connection/1.0.3: + resolution: {integrity: sha512-npPvDG2JxyxoqOphDiyjp5pPeASRBrlfQS39wHESPHlFIjBuvNt9lV9teh53MK9Ncbyxh4y2qEKMfPgcUulTRg==} dependencies: - '@walletconnect/jsonrpc-utils': 1.0.6 - '@walletconnect/safe-json': 1.0.1 + '@walletconnect/jsonrpc-utils': 1.0.3 + '@walletconnect/safe-json': 1.0.0 cross-fetch: 3.1.5 - tslib: 1.14.1 transitivePeerDependencies: - encoding dev: false - /@walletconnect/jsonrpc-provider/1.0.8: - resolution: {integrity: sha512-M44vzTrF0TeDcxQorm2lJ5klmfqchYOZqmIHb5T9lIPA/rj22643P83j44flZLyzycPqy5UUlIH6foeBPwjxMg==} + /@walletconnect/jsonrpc-provider/1.0.5: + resolution: {integrity: sha512-v61u4ZIV8+p9uIHS2Kl2YRj/2idrQiHcrbrJXw3McQkEJtj9mkCofr1Hu/n419wSRM5uiNK8Z4WRS9zGTTAhWQ==} dependencies: - '@walletconnect/jsonrpc-utils': 1.0.6 - '@walletconnect/safe-json': 1.0.1 - tslib: 1.14.1 + '@walletconnect/jsonrpc-utils': 1.0.3 + '@walletconnect/safe-json': 1.0.0 dev: false - /@walletconnect/jsonrpc-types/1.0.2: - resolution: {integrity: sha512-CZe8tjJX73OWdHjrBHy7HtAapJ2tT0Q3TYhPBhRxi3643lwPIQWC9En45ldY14TZwgSewkbZ0FtGBZK0G7Bbyg==} + /@walletconnect/jsonrpc-types/1.0.1: + resolution: {integrity: sha512-+6coTtOuChCqM+AoYyi4Q83p9l/laI6NvuM2/AHaZFuf0gT0NjW7IX2+86qGyizn7Ptq4AYZmfxurAxTnhefuw==} dependencies: keyvaluestorage-interface: 1.0.0 - tslib: 1.14.1 - /@walletconnect/jsonrpc-utils/1.0.6: - resolution: {integrity: sha512-snp0tfkjPiDLQp/jrBewI+9SM33GPV4+Gjgldod6XQ7rFyQ5FZjnBxUkY4xWH0+arNxzQSi6v5iDXjCjSaorpg==} + /@walletconnect/jsonrpc-utils/1.0.3: + resolution: {integrity: sha512-3yb49bPk16MNLk6uIIHPSHQCpD6UAo1OMOx1rM8cW/MPEAYAzrSW5hkhG7NEUwX9SokRIgnZK3QuQkiyNzBMhQ==} dependencies: - '@walletconnect/environment': 1.0.1 - '@walletconnect/jsonrpc-types': 1.0.2 - tslib: 1.14.1 + '@walletconnect/environment': 1.0.0 + '@walletconnect/jsonrpc-types': 1.0.1 /@walletconnect/mobile-registry/1.4.0: resolution: {integrity: sha512-ZtKRio4uCZ1JUF7LIdecmZt7FOLnX72RPSY7aUVu7mj7CSfxDwUn6gBuK6WGtH+NZCldBqDl5DenI5fFSvkKYw==} @@ -13662,7 +13273,6 @@ packages: /@walletconnect/qrcode-modal/1.8.0: resolution: {integrity: sha512-BueaFefaAi8mawE45eUtztg3ZFbsAH4DDXh1UNwdUlsvFMjqcYzLUG0xZvDd6z2eOpbgDg2N3bl6gF0KONj1dg==} - deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/browser-utils': 1.8.0 '@walletconnect/mobile-registry': 1.4.0 @@ -13671,29 +13281,22 @@ packages: preact: 10.4.1 qrcode: 1.4.4 - /@walletconnect/randombytes/1.0.3: - resolution: {integrity: sha512-35lpzxcHFbTN3ABefC9W+uBpNZl1GC4Wpx0ed30gibfO/y9oLdy1NznbV96HARQKSBV9J9M/rrtIvf6a23jfYw==} + /@walletconnect/randombytes/1.0.2: + resolution: {integrity: sha512-ivgOtAyqQnN0rLQmOFPemsgYGysd/ooLfaDA/ACQ3cyqlca56t3rZc7pXfqJOIETx/wSyoF5XbwL+BqYodw27A==} dependencies: - '@walletconnect/encoding': 1.0.2 - '@walletconnect/environment': 1.0.1 + '@walletconnect/encoding': 1.0.1 + '@walletconnect/environment': 1.0.0 randombytes: 2.1.0 - tslib: 1.14.1 /@walletconnect/safe-json/1.0.0: resolution: {integrity: sha512-QJzp/S/86sUAgWY6eh5MKYmSfZaRpIlmCJdi5uG4DJlKkZrHEF7ye7gA+VtbVzvTtpM/gRwO2plQuiooIeXjfg==} - /@walletconnect/safe-json/1.0.1: - resolution: {integrity: sha512-Fm7e31oSYY15NQr8SsLJheKAy5L744udZf2lJKcz6wFmPJEzf7hOF0866o/rrldRzJnjZ4H2GJ45pFudsnLW5A==} - dependencies: - tslib: 1.14.1 - dev: false - /@walletconnect/signer-connection/1.8.0: resolution: {integrity: sha512-+YAaTAP52MWZJ2wWnqKClKCPlPHBo6reURFe0cWidLADh9mi/kPWGALZ5AENK22zpem1bbKV466rF5Rzvu0ehA==} dependencies: '@walletconnect/client': 1.8.0 - '@walletconnect/jsonrpc-types': 1.0.2 - '@walletconnect/jsonrpc-utils': 1.0.6 + '@walletconnect/jsonrpc-types': 1.0.1 + '@walletconnect/jsonrpc-utils': 1.0.3 '@walletconnect/qrcode-modal': 1.8.0 '@walletconnect/types': 1.8.0 eventemitter3: 4.0.7 @@ -13706,8 +13309,8 @@ packages: resolution: {integrity: sha512-+YAaTAP52MWZJ2wWnqKClKCPlPHBo6reURFe0cWidLADh9mi/kPWGALZ5AENK22zpem1bbKV466rF5Rzvu0ehA==} dependencies: '@walletconnect/client': 1.8.0_3cxu5zja4e2r5wmvge7mdcljwq - '@walletconnect/jsonrpc-types': 1.0.2 - '@walletconnect/jsonrpc-utils': 1.0.6 + '@walletconnect/jsonrpc-types': 1.0.1 + '@walletconnect/jsonrpc-utils': 1.0.3 '@walletconnect/qrcode-modal': 1.8.0 '@walletconnect/types': 1.8.0 eventemitter3: 4.0.7 @@ -13739,14 +13342,13 @@ packages: /@walletconnect/types/1.8.0: resolution: {integrity: sha512-Cn+3I0V0vT9ghMuzh1KzZvCkiAxTq+1TR2eSqw5E5AVWfmCtECFkVZBP6uUJZ8YjwLqXheI+rnjqPy7sVM4Fyg==} - deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' /@walletconnect/utils/1.8.0: resolution: {integrity: sha512-zExzp8Mj1YiAIBfKNm5u622oNw44WOESzo6hj+Q3apSMIb0Jph9X3GDIdbZmvVZsNPxWDL7uodKgZcCInZv2vA==} dependencies: '@walletconnect/browser-utils': 1.8.0 - '@walletconnect/encoding': 1.0.2 - '@walletconnect/jsonrpc-utils': 1.0.6 + '@walletconnect/encoding': 1.0.1 + '@walletconnect/jsonrpc-utils': 1.0.3 '@walletconnect/types': 1.8.0 bn.js: 4.11.8 js-sha3: 0.8.0 @@ -13754,7 +13356,6 @@ packages: /@walletconnect/web3-provider/1.8.0: resolution: {integrity: sha512-lqqEO0oRmCehH+c8ZPk3iH7I7YtbzmkWd58/Or2AgWAl869JamzndKCD3sTlNsPRQLxxPpraHQqzur7uclLWvg==} - deprecated: 'WalletConnect''s v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/' dependencies: '@walletconnect/client': 1.8.0 '@walletconnect/http-connection': 1.8.0 @@ -14042,24 +13643,70 @@ packages: /@whatwg-node/events/0.0.2: resolution: {integrity: sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w==} + /@whatwg-node/fetch/0.5.3: + resolution: {integrity: sha512-cuAKL3Z7lrJJuUrfF1wxkQTb24Qd1QO/lsjJpM5ZSZZzUMms5TPnbGeGUKWA3hVKNHh30lVfr2MyRCT5Jfkucw==} + dependencies: + '@peculiar/webcrypto': 1.4.1 + abort-controller: 3.0.0 + busboy: 1.6.0 + form-data-encoder: 1.7.1 + formdata-node: 4.4.1 + node-fetch: 2.6.8 + undici: 5.20.0 + web-streams-polyfill: 3.2.1 + transitivePeerDependencies: + - encoding + dev: true + + /@whatwg-node/fetch/0.5.4: + resolution: {integrity: sha512-dR5PCzvOeS7OaW6dpIlPt+Ou3pak7IEG+ZVAV26ltcaiDB3+IpuvjqRdhsY6FKHcqBo1qD+S99WXY9Z6+9Rwnw==} + dependencies: + '@peculiar/webcrypto': 1.4.1 + abort-controller: 3.0.0 + busboy: 1.6.0 + form-data-encoder: 1.7.1 + formdata-node: 4.4.1 + node-fetch: 2.6.8 + undici: 5.20.0 + web-streams-polyfill: 3.2.1 + transitivePeerDependencies: + - encoding + dev: true + + /@whatwg-node/fetch/0.6.1: + resolution: {integrity: sha512-sG39WLvcJxGZ+gDstnLSXR2IcnuvIOB51KxCFo0mEhFW0q2u8fZgolr0HPkL+zXwOJsnmT+9V3IRcqLnTXdqVQ==} + dependencies: + '@peculiar/webcrypto': 1.4.1 + abort-controller: 3.0.0 + busboy: 1.6.0 + form-data-encoder: 1.7.1 + formdata-node: 4.4.1 + node-fetch: 2.6.8 + undici: 5.20.0 + urlpattern-polyfill: 6.0.2 + web-streams-polyfill: 3.2.1 + transitivePeerDependencies: + - encoding + dev: false + /@whatwg-node/fetch/0.6.2: resolution: {integrity: sha512-fCUycF1W+bI6XzwJFnbdDuxIldfKM3w8+AzVCLGlucm0D+AQ8ZMm2j84hdcIhfV6ZdE4Y1HFVrHosAxdDZ+nPw==} dependencies: '@peculiar/webcrypto': 1.4.1 abort-controller: 3.0.0 busboy: 1.6.0 - form-data-encoder: 1.7.2 + form-data-encoder: 1.7.1 formdata-node: 4.4.1 - node-fetch: 2.6.9 - undici: 5.20.0 + node-fetch: 2.6.7 + undici: 5.12.0 urlpattern-polyfill: 6.0.2 web-streams-polyfill: 3.2.1 transitivePeerDependencies: - encoding dev: false - /@whatwg-node/fetch/0.6.5_@types+node@16.18.13: - resolution: {integrity: sha512-3XQ78RAMX8Az0LlUqMoGM3jbT+FE0S+IKr4yiTiqzQ5S/pNxD52K/kFLcLQiEbL+3rkk/glCHqjxF1QI5155Ig==} + /@whatwg-node/router/0.1.4_@types+node@16.18.3: + resolution: {integrity: sha512-4mDwkyhId5Gg7+iKiJkcFV+o6xrqwx8WIc1YGpP0aPi9Fa8dBtxuISk2i1ExEKyQilgqTYwnWUumG5Ego8eQ7w==} dependencies: '@whatwg-node/fetch': 0.6.2 '@whatwg-node/server': 0.5.6_@types+node@16.18.3 @@ -14081,29 +13728,20 @@ packages: - encoding dev: true - /@whatwg-node/fetch/0.6.9_@types+node@16.18.13: - resolution: {integrity: sha512-JfrBCJdMu9n9OARc0e/hPHcD98/8Nz1CKSdGYDg6VbObDkV/Ys30xe5i/wPOatYbxuvatj1kfWeHf7iNX3i17w==} + /@whatwg-node/server/0.5.4_@types+node@16.18.3: + resolution: {integrity: sha512-JDMmRyyQXdXOzPY2hhJNR+n4K3F2+LuReHbnF81oi+pnNAgHiffr6s9ZGVI3bO9p/Hv/3v0ur3VaMmTPGtxdUA==} + peerDependencies: + '@types/node': ^18.0.6 dependencies: '@types/node': 16.18.3 '@whatwg-node/fetch': 0.6.1 tslib: 2.5.0 transitivePeerDependencies: - - '@types/node' + - encoding dev: false - /@whatwg-node/fetch/0.8.1_@types+node@16.18.13: - resolution: {integrity: sha512-Fkd1qQHK2tAWxKlC85h9L86Lgbq3BzxMnHSnTsnzNZMMzn6Xi+HlN8/LJ90LxorhSqD54td+Q864LgwUaYDj1Q==} - dependencies: - '@peculiar/webcrypto': 1.4.1 - '@whatwg-node/node-fetch': 0.3.0_@types+node@16.18.13 - busboy: 1.6.0 - urlpattern-polyfill: 6.0.2 - web-streams-polyfill: 3.2.1 - transitivePeerDependencies: - - '@types/node' - - /@whatwg-node/node-fetch/0.0.1_@types+node@16.18.13: - resolution: {integrity: sha512-dMbh604yf2jl37IzvYGA6z3heQg3dMzlqoNsiNToe46SVmKusfJXGf4KYIuiJTzh9mEEu/uVF//QakUfsLJpwA==} + /@whatwg-node/server/0.5.6_@types+node@16.18.3: + resolution: {integrity: sha512-C4sUhRaHjRljqsZ37xWzqPcrIcfi7Kp+T++8zhl6KVube6D8quqJPFYMHxFzGBaEMx10ghEkzsA1qkcskxmUYA==} peerDependencies: '@types/node': ^18.0.6 dependencies: @@ -14111,43 +13749,7 @@ packages: '@whatwg-node/fetch': 0.6.2 tslib: 2.5.0 transitivePeerDependencies: - - '@types/node' - dev: true - - /@whatwg-node/router/0.3.0_@types+node@16.18.13: - resolution: {integrity: sha512-d7qzIvbbBm6d0VpJGlRbp/G9PTLRCcpS9fRNnfjE87ZbWbB05vBzHkaUyOs2zaTny/GPuBzrEY2QewoLj4+5JQ==} - dependencies: - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 - '@whatwg-node/server': 0.7.1_@types+node@16.18.13 - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' - dev: false - - /@whatwg-node/server/0.5.11_@types+node@16.18.13: - resolution: {integrity: sha512-MXG2MWE2Cf4nNwZ5Kpq2VueNSxD2Y0DWNBH0FmsGdFOI4DudK8TZfbPXFEFG2b+wXrpkyi7s8Q86Htr62m0pSQ==} - dependencies: - '@whatwg-node/fetch': 0.6.5_@types+node@16.18.13 - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' - dev: true - - /@whatwg-node/server/0.6.7_@types+node@16.18.13: - resolution: {integrity: sha512-M4zHWdJ6M1IdcxnZBdDmiUh1bHQ4gPYRxzkH0gh8Qf6MpWJmX6I/MNftqem3GNn+qn1y47qqlGSed7T7nzsRFw==} - dependencies: - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' - - /@whatwg-node/server/0.7.1_@types+node@16.18.13: - resolution: {integrity: sha512-kXZeJ+8vLD8Snewq0N1TB2cWPu6z91ymrRRLDx0KHmbsSrsPIdrXxoHBAvFBxTQz3u2O4IYsyhHetAnBBrrWgA==} - dependencies: - '@whatwg-node/fetch': 0.8.1_@types+node@16.18.13 - tslib: 2.5.0 - transitivePeerDependencies: - - '@types/node' + - encoding dev: false /@wry/context/0.7.0: @@ -14215,17 +13817,17 @@ packages: /abi-decoder/2.3.0: resolution: {integrity: sha512-RZXG5mo1JhJjTBg/4NXlS8hyTr2fxiuFaz3UveRpoX9IIc3LPHmWz89dFqTHNQVbWi3VZqxSJqfUwWpb/mCHxA==} dependencies: - web3-eth-abi: 1.8.2 - web3-utils: 1.2.11 + web3-eth-abi: 1.8.1 + web3-utils: 1.8.1 dev: true - /abitype/0.1.8_typescript@4.9.5: + /abitype/0.1.8_typescript@4.9.4: resolution: {integrity: sha512-2pde0KepTzdfu19ZrzYTYVIWo69+6UbBCY4B1RDiwWgo2XZtFSJhF6C+XThuRXbbZ823J0Rw1Y5cP0NXYVcCdQ==} engines: {pnpm: '>=7'} peerDependencies: typescript: '>=4.7.4' dependencies: - typescript: 4.9.5 + typescript: 4.9.4 dev: false /abort-controller/3.0.0: @@ -14317,12 +13919,12 @@ packages: acorn: 7.4.1 acorn-walk: 7.2.0 - /acorn-import-assertions/1.8.0_acorn@8.8.2: + /acorn-import-assertions/1.8.0_acorn@8.8.1: resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} peerDependencies: acorn: ^8 dependencies: - acorn: 8.8.2 + acorn: 8.8.1 /acorn-jsx/5.3.2_acorn@6.4.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -14338,14 +13940,13 @@ packages: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: acorn: 7.4.1 - dev: true - /acorn-jsx/5.3.2_acorn@8.8.2: + /acorn-jsx/5.3.2_acorn@8.8.1: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.8.2 + acorn: 8.8.1 /acorn-node/1.8.2: resolution: {integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A==} @@ -14384,13 +13985,13 @@ packages: engines: {node: '>=0.4.0'} hasBin: true - /acorn/8.8.2: - resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} + /acorn/8.8.1: + resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} engines: {node: '>=0.4.0'} hasBin: true - /address/1.2.2: - resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} + /address/1.2.1: + resolution: {integrity: sha512-B+6bi5D34+fDYENiH5qOlA0cV2rAGKuWZ9LeyUUehbXy8e0VS9e498yO0Jeeh+iM+6KbfudHTFjXw2MmJD4QRA==} engines: {node: '>= 10.0.0'} /adjust-sourcemap-loader/4.0.0: @@ -14418,17 +14019,6 @@ packages: transitivePeerDependencies: - supports-color - /agentkeepalive/4.2.1: - resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==} - engines: {node: '>= 8.0.0'} - dependencies: - debug: 4.3.4 - depd: 1.1.2 - humanize-ms: 1.2.1 - transitivePeerDependencies: - - supports-color - dev: false - /aggregate-error/3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} @@ -14443,7 +14033,7 @@ packages: array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 es5-shim: 4.6.7 - es6-shim: 0.35.7 + es6-shim: 0.35.6 function.prototype.name: 1.1.5 globalthis: 1.0.3 object.entries: 1.1.6 @@ -14471,7 +14061,7 @@ packages: ajv: optional: true dependencies: - ajv: 8.12.0 + ajv: 8.11.2 /ajv-keywords/3.5.2_ajv@6.12.6: resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} @@ -14480,12 +14070,12 @@ packages: dependencies: ajv: 6.12.6 - /ajv-keywords/5.1.0_ajv@8.12.0: + /ajv-keywords/5.1.0_ajv@8.11.2: resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 dependencies: - ajv: 8.12.0 + ajv: 8.11.2 fast-deep-equal: 3.1.3 /ajv/6.12.6: @@ -14496,8 +14086,8 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + /ajv/8.11.2: + resolution: {integrity: sha512-E4bfmKAhGiSTvMfL1Myyycaub+cUEU2/IvpylXkUu7CHBkBj1f/ikdzbD7YQ6FKUbixDxeYvB/xY4fvyroDlQg==} dependencies: fast-deep-equal: 3.1.3 json-schema-traverse: 1.0.0 @@ -14534,13 +14124,6 @@ packages: dependencies: string-width: 4.2.3 - /ansi-colors/1.1.0: - resolution: {integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==} - engines: {node: '>=0.10.0'} - dependencies: - ansi-wrap: 0.1.0 - dev: true - /ansi-colors/3.2.3: resolution: {integrity: sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==} engines: {node: '>=6'} @@ -14627,14 +14210,8 @@ packages: entities: 2.2.0 dev: true - /ansi-wrap/0.1.0: - resolution: {integrity: sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==} - engines: {node: '>=0.10.0'} - dev: true - - /antlr4/4.12.0: - resolution: {integrity: sha512-23iB5IzXJZRZeK9TigzUyrNc9pSmNqAerJRBcNq1ETrmttMWRgaYZzC561IgEO3ygKsDJTYDTozABXa4b/fTQQ==} - engines: {node: '>=16'} + /antlr4/4.7.1: + resolution: {integrity: sha512-haHyTW7Y9joE5MVs37P2lNYfU2RWBLfcRDD8OWldcdZm5TiCE91B5Xl1oWSwiDUSd4rlExpt2pu1fksYQjRBYQ==} dev: true /antlr4ts/0.5.0-alpha.4: @@ -14662,15 +14239,15 @@ packages: transitivePeerDependencies: - supports-color - /anymatch/3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + /anymatch/3.1.2: + resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - /apg-js/4.1.3: - resolution: {integrity: sha512-XYyDcoBho8OpnWPRnedMwyL+76ovCtsESerHZEfY39dO4IrEqN97mdEYkOyHa0XTX5+3+U5FmpqPLttK0f7n6g==} + /apg-js/4.1.2: + resolution: {integrity: sha512-2OALKUe82NLVPe4NTooom8NykWIa2D7YxO7jG1pgnYWnkfhTUriXpITmLvVD8k8TzDfa9G5O4y8rPe2/uUB1Bg==} dev: false /apisauce/1.1.5_debug@4.1.1: @@ -14687,7 +14264,7 @@ packages: engines: {node: '>=12.0'} deprecated: The `apollo-datasource` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: - '@apollo/utils.keyvaluecache': 1.0.2 + '@apollo/utils.keyvaluecache': 1.0.1 apollo-server-env: 4.2.1 transitivePeerDependencies: - encoding @@ -14709,12 +14286,12 @@ packages: peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - '@apollo/utils.keyvaluecache': 1.0.2 + '@apollo/utils.keyvaluecache': 1.0.1 '@apollo/utils.logger': 1.0.1 - '@apollo/utils.usagereporting': 1.0.1_graphql@15.8.0 + '@apollo/utils.usagereporting': 1.0.0_graphql@15.8.0 '@apollographql/apollo-tools': 0.5.4_graphql@15.8.0 '@apollographql/graphql-playground-html': 1.6.29 - '@graphql-tools/mock': 8.7.18_graphql@15.8.0 + '@graphql-tools/mock': 8.7.12_graphql@15.8.0 '@graphql-tools/schema': 8.5.1_graphql@15.8.0 '@josephg/resolvable': 1.0.1 apollo-datasource: 3.3.2 @@ -14729,7 +14306,7 @@ packages: graphql-tag: 2.12.6_graphql@15.8.0 loglevel: 1.8.1 lru-cache: 6.0.0 - node-abort-controller: 3.1.1 + node-abort-controller: 3.0.1 sha.js: 2.4.11 uuid: 9.0.0 whatwg-mimetype: 3.0.0 @@ -14743,7 +14320,7 @@ packages: engines: {node: '>=12.0'} deprecated: The `apollo-server-env` package is part of Apollo Server v2 and v3, which are now deprecated (end-of-life October 22nd 2023). This package's functionality is now found in the `@apollo/utils.fetcher` package. See https://www.apollographql.com/docs/apollo-server/previous-versions/ for more details. dependencies: - node-fetch: 2.6.9 + node-fetch: 2.6.8 transitivePeerDependencies: - encoding dev: true @@ -14776,7 +14353,7 @@ packages: accepts: 1.3.8 apollo-server-core: 3.11.1_graphql@15.8.0 apollo-server-types: 3.7.1_graphql@15.8.0 - body-parser: 1.20.2 + body-parser: 1.20.1 cors: 2.8.5 express: 4.18.2 graphql: 15.8.0 @@ -14808,7 +14385,7 @@ packages: peerDependencies: graphql: ^15.3.0 || ^16.0.0 dependencies: - '@apollo/utils.keyvaluecache': 1.0.2 + '@apollo/utils.keyvaluecache': 1.0.1 '@apollo/utils.logger': 1.0.1 apollo-reporting-protobuf: 3.3.3 apollo-server-env: 4.2.1 @@ -14876,7 +14453,7 @@ packages: engines: {node: '>=10'} dependencies: delegates: 1.0.0 - readable-stream: 3.6.1 + readable-stream: 3.6.0 /arg/2.0.0: resolution: {integrity: sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==} @@ -14915,14 +14492,14 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.21.0 - '@babel/runtime-corejs3': 7.21.0 - dev: true + '@babel/runtime': 7.20.1 + '@babel/runtime-corejs3': 7.20.1 /aria-query/5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: - deep-equal: 2.2.0 + deep-equal: 2.1.0 + dev: true /arr-diff/4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} @@ -14963,9 +14540,9 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 - get-intrinsic: 1.2.0 + define-properties: 1.1.4 + es-abstract: 1.20.4 + get-intrinsic: 1.1.3 is-string: 1.0.7 /array-shuffle/2.0.0: @@ -15002,8 +14579,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 es-shim-unscopables: 1.0.0 /array.prototype.flatmap/1.3.1: @@ -15011,8 +14588,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 es-shim-unscopables: 1.0.0 /array.prototype.map/1.0.5: @@ -15020,8 +14597,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true @@ -15031,20 +14608,11 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 - /array.prototype.tosorted/1.1.1: - resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} - dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 - es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.0 - /arrify/1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -15139,10 +14707,9 @@ packages: /astral-regex/2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} - dev: true - /async-each/1.0.6: - resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} + /async-each/1.0.3: + resolution: {integrity: sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==} /async-eventemitter/0.2.4: resolution: {integrity: sha512-pd20BwL7Yt1zwDFy+8MX8F1+WCT8aQeKj0kQnTrH9WaeRETlRamVhD0JtRPmrV4GfOJ2F9CvdQkZeZhnh2TuHw==} @@ -15211,27 +14778,27 @@ packages: engines: {node: '>=8'} dev: true - /autoprefixer/10.4.13_postcss@8.4.21: + /autoprefixer/10.4.13_postcss@8.4.19: resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.5 - caniuse-lite: 1.0.30001458 + browserslist: 4.21.4 + caniuse-lite: 1.0.30001431 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 /autoprefixer/9.8.8: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.21.5 - caniuse-lite: 1.0.30001458 + browserslist: 4.21.4 + caniuse-lite: 1.0.30001431 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -15250,11 +14817,11 @@ packages: /aws-sign2/0.7.0: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} - /aws4/1.12.0: - resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} + /aws4/1.11.0: + resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} - /axe-core/4.6.3: - resolution: {integrity: sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==} + /axe-core/4.5.1: + resolution: {integrity: sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ==} engines: {node: '>=4'} /axios/0.18.1: @@ -15324,20 +14891,10 @@ packages: transitivePeerDependencies: - debug dev: true - - /axios/1.2.4_debug@4.3.4: - resolution: {integrity: sha512-lIQuCfBJvZB/Bv7+RWUqEJqNShGOVpk9v7P0ZWx5Ip0qY6u7JBAU6dzQPMLasU9vHL2uD8av/1FDJXj7n6c39w==} - dependencies: - follow-redirects: 1.15.2_debug@4.3.4 - form-data: 4.0.0 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - dev: true optional: true - /axios/1.3.4: - resolution: {integrity: sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==} + /axios/1.1.3: + resolution: {integrity: sha512-00tXVRwKx/FZr/IDVFt4C+f9FYairX517WoGCL6dpOntqLkZofjhu43F/Xl44UOpqa+9sLFDrG/XAnFsUYgkDA==} dependencies: follow-redirects: 1.15.2_debug@4.3.4 form-data: 4.0.0 @@ -15346,10 +14903,8 @@ packages: - debug dev: false - /axobject-query/3.1.1: - resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} - dependencies: - deep-equal: 2.2.0 + /axobject-query/2.2.0: + resolution: {integrity: sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==} /babel-code-frame/6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} @@ -15526,7 +15081,7 @@ packages: dependencies: '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.20.0 + '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 26.6.2 chalk: 4.1.2 @@ -15536,18 +15091,18 @@ packages: - supports-color dev: false - /babel-jest/27.5.1_@babel+core@7.21.0: + /babel-jest/27.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/babel__core': 7.20.0 + '@types/babel__core': 7.1.20 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.5.1_@babel+core@7.21.0 + babel-preset-jest: 27.5.1_@babel+core@7.20.2 chalk: 4.1.2 graceful-fs: 4.2.10 slash: 3.0.0 @@ -15568,34 +15123,34 @@ packages: schema-utils: 2.7.1 webpack: 4.44.2 - /babel-loader/8.3.0_qoaxtqicpzj5p3ubthw53xafqm: + /babel-loader/8.3.0_ac45jkgjutircf4w34of4muhwa: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.75.0 + webpack: 4.44.2 + dev: true - /babel-loader/8.3.0_wd33ak6txextphwae5ymvkxpdq: + /babel-loader/8.3.0_npabyccmuonwo2rku4k53xo3hi: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.44.2 - dev: true + webpack: 5.75.0 /babel-loader/8.3.0_webpack@4.44.2: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} @@ -15677,25 +15232,25 @@ packages: resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.2 - '@types/babel__core': 7.20.0 - '@types/babel__traverse': 7.18.3 + '@babel/template': 7.18.10 + '@babel/types': 7.20.2 + '@types/babel__core': 7.1.20 + '@types/babel__traverse': 7.18.2 dev: false /babel-plugin-jest-hoist/27.5.1: resolution: {integrity: sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.2 - '@types/babel__core': 7.20.0 - '@types/babel__traverse': 7.18.3 + '@babel/template': 7.18.10 + '@babel/types': 7.20.2 + '@types/babel__core': 7.1.20 + '@types/babel__traverse': 7.18.2 /babel-plugin-macros/2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 cosmiconfig: 6.0.0 resolve: 1.22.1 dev: false @@ -15704,48 +15259,48 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 cosmiconfig: 7.1.0 resolve: 1.22.1 - /babel-plugin-named-asset-import/0.3.8_@babel+core@7.21.0: + /babel-plugin-named-asset-import/0.3.8_@babel+core@7.20.2: resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: '@babel/core': ^7.1.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 /babel-plugin-polyfill-corejs2/0.3.3: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.0 + '@babel/compat-data': 7.20.1 '@babel/helper-define-polyfill-provider': 0.3.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.21.0: + /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.20.2: resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.0 - '@babel/core': 7.21.0 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 + '@babel/compat-data': 7.20.1 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.21.0: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.20.2: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.21.0 - core-js-compat: 3.29.0 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.20.2 + core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color dev: true @@ -15756,18 +15311,18 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/helper-define-polyfill-provider': 0.3.3 - core-js-compat: 3.29.0 + core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.21.0: + /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.20.2: resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 - core-js-compat: 3.29.0 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 + core-js-compat: 3.26.1 transitivePeerDependencies: - supports-color @@ -15780,13 +15335,13 @@ packages: transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.21.0: + /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.20.2: resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.0 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.20.2 transitivePeerDependencies: - supports-color @@ -16121,24 +15676,24 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5 dev: false - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.21.0: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.20.2: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.0 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.20.2 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.20.2 /babel-preset-env/1.7.0: resolution: {integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==} @@ -16209,38 +15764,38 @@ packages: - supports-color dev: true - /babel-preset-fbjs/3.4.0_@babel+core@7.21.0: + /babel-preset-fbjs/3.4.0_@babel+core@7.20.2: resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.0 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.0 - '@babel/plugin-transform-arrow-functions': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-computed-properties': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-destructuring': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-for-of': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.0 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-modules-commonjs': 7.21.2_@babel+core@7.21.0 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-parameters': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-react-jsx': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.0 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.0 + '@babel/core': 7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-object-rest-spread': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.20.2 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.20.2 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-block-scoping': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-classes': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-destructuring': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.20.2 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-modules-commonjs': 7.19.6_@babel+core@7.20.2 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-parameters': 7.20.3_@babel+core@7.20.2 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-react-jsx': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-spread': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.20.2 babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color @@ -16256,34 +15811,34 @@ packages: babel-preset-current-node-syntax: 1.0.1 dev: false - /babel-preset-jest/27.5.1_@babel+core@7.21.0: + /babel-preset-jest/27.5.1_@babel+core@7.20.2: resolution: {integrity: sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 babel-plugin-jest-hoist: 27.5.1 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.0 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 /babel-preset-react-app/10.0.1: resolution: {integrity: sha512-b0D9IZ1WhhCWkrTXyFuIIgqGzSkRIH5D5AmB0bXbzYAB1OBAwHcUeyWW2LorutLWF5btNo/N7r/cIdmvvKJlYg==} dependencies: - '@babel/core': 7.21.0 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-decorators': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.0 - '@babel/plugin-transform-runtime': 7.21.0_@babel+core@7.21.0 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/preset-react': 7.18.6_@babel+core@7.21.0 - '@babel/preset-typescript': 7.21.0_@babel+core@7.21.0 - '@babel/runtime': 7.21.0 + '@babel/core': 7.20.2 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-decorators': 7.20.2_@babel+core@7.20.2 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.20.2 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-flow-strip-types': 7.19.0_@babel+core@7.20.2 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.20.2 + '@babel/plugin-transform-runtime': 7.19.6_@babel+core@7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/preset-react': 7.18.6_@babel+core@7.20.2 + '@babel/preset-typescript': 7.18.6_@babel+core@7.20.2 + '@babel/runtime': 7.20.1 babel-plugin-macros: 3.1.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 transitivePeerDependencies: @@ -16342,13 +15897,13 @@ packages: lodash: 4.17.21 to-fast-properties: 1.0.3 - /babelify/10.0.0_@babel+core@7.21.0: + /babelify/10.0.0_@babel+core@7.20.2: resolution: {integrity: sha512-X40FaxyH7t3X+JFAKvb1H9wooWKLRCi8pg3m8poqtdZaIng+bjzp9RvKQCvRjF9isHiPkXspbbXT/zwXLtwgwg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 dev: true /babelify/7.3.0: @@ -16443,7 +15998,7 @@ packages: engines: {node: '>= 8.0.0'} dependencies: bluebird: 3.7.2 - check-types: 11.2.2 + check-types: 11.1.2 hoopy: 0.1.4 tryer: 1.0.1 @@ -16471,8 +16026,8 @@ packages: bindings: 1.5.0 dev: false - /bigint-crypto-utils/3.1.8: - resolution: {integrity: sha512-+VMV9Laq8pXLBKKKK49nOoq9bfR3j7NNQAtbA617a4nw9bVLo8rsqkKMBgM2AJWlNX9fEIyYaYX+d0laqYV4tw==} + /bigint-crypto-utils/3.1.7: + resolution: {integrity: sha512-zpCQpIE2Oy5WIQpjC9iYZf8Uh9QqoS51ZCooAcNvzv1AQ3VWdT52D0ksr1+/faeK8HVIej1bxXcP75YcqH3KPA==} engines: {node: '>=10.4.0'} dependencies: bigint-mod-arith: 3.1.2 @@ -16488,8 +16043,8 @@ packages: /bignumber.js/7.2.1: resolution: {integrity: sha512-S4XzBk5sMB+Rcb/LNcpzXr57VRTxgAvaAEDAl1AwRx27j00hT84O6OkteE7u8UB3NuaaygCRrEpqox4uDOrbdQ==} - /bignumber.js/9.1.1: - resolution: {integrity: sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==} + /bignumber.js/9.1.0: + resolution: {integrity: sha512-4LwHK4nfDOraBCtst+wOWIHbu1vhvAPJK8g8nROd4iuc3PSEjWif/qwbkh8jwCJz6yDBvtU4KPynETgrfh7y3A==} /binary-extensions/1.13.1: resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} @@ -16505,7 +16060,7 @@ packages: dependencies: axios: 0.21.4_debug@4.1.1 rimraf: 3.0.2 - tar: 6.1.13 + tar: 6.1.12 transitivePeerDependencies: - debug dev: true @@ -16532,18 +16087,19 @@ packages: resolution: {integrity: sha512-nemMHz95EmS38a26XbbdxIYj5csHd3RMP3H5bwQknX0WYHF01qhpufP42mLOwVICuH2JmhIhXiWs89MfUGL7Xw==} dependencies: safe-buffer: 5.2.1 + dev: true /bl/1.2.3: resolution: {integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==} dependencies: - readable-stream: 2.3.8 + readable-stream: 2.3.7 safe-buffer: 5.2.1 dev: true /bl/3.0.1: resolution: {integrity: sha512-jrCW5ZhfQ/Vt07WX1Ngs+yn9BDqPL/gw28S7s9H6QK/gupnizNzJAss5akW20ISgOrbLTlXOOCTJeNUQqruAWQ==} dependencies: - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /bl/4.1.0: @@ -16551,7 +16107,7 @@ packages: dependencies: buffer: 5.7.1 inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /bl/5.1.0: @@ -16607,8 +16163,8 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: err-code: 3.0.1 - interface-blockstore: 4.0.1 - interface-store: 3.0.4 + interface-blockstore: 4.0.0 + interface-store: 3.0.3 it-all: 2.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -16633,8 +16189,8 @@ packages: dependencies: blockstore-core: 3.0.0 err-code: 3.0.1 - interface-blockstore: 4.0.1 - interface-datastore: 7.0.4 + interface-blockstore: 4.0.0 + interface-datastore: 7.0.3 it-drain: 2.0.0 it-pushable: 3.1.2 multiformats: 11.0.1 @@ -16664,7 +16220,7 @@ packages: engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 - content-type: 1.0.5 + content-type: 1.0.4 debug: 2.6.9 depd: 2.0.0 destroy: 1.2.0 @@ -16678,27 +16234,8 @@ packages: transitivePeerDependencies: - supports-color - /body-parser/1.20.2: - resolution: {integrity: sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - dependencies: - bytes: 3.1.2 - content-type: 1.0.5 - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - on-finished: 2.4.1 - qs: 6.11.0 - raw-body: 2.5.2 - type-is: 1.6.18 - unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color - - /bonjour-service/1.1.0: - resolution: {integrity: sha512-LVRinRB3k1/K0XzZ2p58COnWvkQknIY6sf0zF2rpErvcJXpMBttEPQSxK+HEXSS9VmpZlDoDnQWv8ftJT20B0Q==} + /bonjour-service/1.0.14: + resolution: {integrity: sha512-HIMbgLnk1Vqvs6B4Wq5ep7mxvj9sGz5d1JJyDNSGNIdA/w2MCz6GTjWTdjqOJV1bEPj+6IkxDvWNFKEBxNt4kQ==} dependencies: array-flatten: 2.1.2 dns-equal: 1.0.0 @@ -16717,19 +16254,19 @@ packages: resolution: {integrity: sha512-Sy9eoUi4OiKzq7VovMn246iTo17kzuyHJKomCfpWMlI6RpfN1gk95w7d7gH264nApVLg0HZfcpz62/g4VH1Y4w==} engines: {node: '>=4'} dependencies: - bignumber.js: 9.1.1 + bignumber.js: 9.1.0 buffer: 5.7.1 commander: 2.20.3 ieee754: 1.2.1 iso-url: 0.4.7 json-text-sequence: 0.1.1 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /borsh/0.6.0: resolution: {integrity: sha512-sl5k89ViqsThXQpYa9XDtz1sBl3l1lI313cFUY1HKr+wvMILnb+58xpkqTNrYbelh99dY7K8usxoCusQmqix9Q==} dependencies: - bn.js: 5.2.0 + bn.js: 5.2.1 bs58: 4.0.1 text-encoding-utf-8: 1.0.2 dev: false @@ -16880,7 +16417,7 @@ packages: elliptic: 6.5.4 inherits: 2.0.4 parse-asn1: 5.1.6 - readable-stream: 3.6.1 + readable-stream: 3.6.0 safe-buffer: 5.2.1 /browserify-zlib/0.2.0: @@ -16925,10 +16462,10 @@ packages: punycode: 1.4.1 querystring-es3: 0.2.1 read-only-stream: 2.0.0 - readable-stream: 2.3.8 + readable-stream: 2.3.7 resolve: 1.22.1 shasum: 1.0.2 - shell-quote: 1.8.0 + shell-quote: 1.7.4 stream-browserify: 2.0.2 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -16980,10 +16517,10 @@ packages: punycode: 1.4.1 querystring-es3: 0.2.1 read-only-stream: 2.0.0 - readable-stream: 2.3.8 + readable-stream: 2.3.7 resolve: 1.22.1 shasum-object: 1.0.0 - shell-quote: 1.8.0 + shell-quote: 1.7.4 stream-browserify: 3.0.0 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -17002,19 +16539,19 @@ packages: resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} hasBin: true dependencies: - caniuse-lite: 1.0.30001458 - electron-to-chromium: 1.4.313 + caniuse-lite: 1.0.30001431 + electron-to-chromium: 1.4.284 dev: true - /browserslist/4.21.5: - resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} + /browserslist/4.21.4: + resolution: {integrity: sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001458 - electron-to-chromium: 1.4.313 - node-releases: 2.0.10 - update-browserslist-db: 1.0.10_browserslist@4.21.5 + caniuse-lite: 1.0.30001431 + electron-to-chromium: 1.4.284 + node-releases: 2.0.6 + update-browserslist-db: 1.0.10_browserslist@4.21.4 /bs58/2.0.1: resolution: {integrity: sha512-77ld2g7Hn1GyIUpuUVfbZdhO1q9R9gv/GYam4HAeAW/tzhQDrbJ2ZttN1tIe4hmKrWFE+oUtAhBNx/EA5SVdTg==} @@ -17104,7 +16641,7 @@ packages: engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.6.0 + node-gyp-build: 4.5.0 dev: true optional: true @@ -17113,7 +16650,7 @@ packages: engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.6.0 + node-gyp-build: 4.5.0 /builtin-modules/3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} @@ -17152,8 +16689,8 @@ packages: hasBin: true dev: true - /c8/7.13.0: - resolution: {integrity: sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==} + /c8/7.12.0: + resolution: {integrity: sha512-CtgQrHOkyxr5koX1wEUmN/5cfDa2ckbHRA4Gy5LAL0zaCFtVWJS5++n+w4/sr2GWGerBxgTjpKeDclk/Qk6W/A==} engines: {node: '>=10.12.0'} hasBin: true dependencies: @@ -17166,7 +16703,7 @@ packages: istanbul-reports: 3.1.5 rimraf: 3.0.2 test-exclude: 6.0.0 - v8-to-istanbul: 9.1.0 + v8-to-istanbul: 9.0.1 yargs: 16.2.0 yargs-parser: 20.2.9 dev: true @@ -17201,7 +16738,7 @@ packages: glob: 7.2.3 infer-owner: 1.0.4 lru-cache: 6.0.0 - minipass: 3.3.6 + minipass: 3.3.4 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 @@ -17210,7 +16747,7 @@ packages: promise-inflight: 1.0.1 rimraf: 3.0.2 ssri: 8.0.1 - tar: 6.1.13 + tar: 6.1.12 unique-filename: 1.1.1 transitivePeerDependencies: - bluebird @@ -17244,7 +16781,7 @@ packages: dependencies: clone-response: 1.0.3 get-stream: 5.2.0 - http-cache-semantics: 4.1.1 + http-cache-semantics: 4.1.0 keyv: 3.1.0 lowercase-keys: 2.0.0 normalize-url: 4.5.1 @@ -17256,7 +16793,7 @@ packages: dependencies: clone-response: 1.0.3 get-stream: 5.2.0 - http-cache-semantics: 4.1.1 + http-cache-semantics: 4.1.0 keyv: 4.5.2 lowercase-keys: 2.0.0 normalize-url: 6.1.0 @@ -17289,12 +16826,31 @@ packages: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 /call-me-maybe/1.0.2: resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} dev: true + /caller-callsite/2.0.0: + resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} + engines: {node: '>=4'} + dependencies: + callsites: 2.0.0 + dev: true + + /caller-path/2.0.0: + resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} + engines: {node: '>=4'} + dependencies: + caller-callsite: 2.0.0 + dev: true + + /callsites/2.0.0: + resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} + engines: {node: '>=4'} + dev: true + /callsites/3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -17371,13 +16927,13 @@ packages: /caniuse-api/3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.21.5 - caniuse-lite: 1.0.30001458 + browserslist: 4.21.4 + caniuse-lite: 1.0.30001431 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - /caniuse-lite/1.0.30001458: - resolution: {integrity: sha512-lQ1VlUUq5q9ro9X+5gOEyH7i3vm+AYVT1WDCVB69XOZ17KZRhnZ9J0Sqz7wTHQaLBJccNCHq8/Ww5LlOIZbB0w==} + /caniuse-lite/1.0.30001431: + resolution: {integrity: sha512-zBUoFU0ZcxpvSt9IU66dXVT/3ctO1cy4y9cscs1szkPlcWb6pasYM144GqrUygUbT+k7cmUCW61cvskjcv0enQ==} /canonicalize/1.0.8: resolution: {integrity: sha512-0CNTVCLZggSh7bc5VkX5WWPWO+cyZbNd07IHIsSXLia/eAq+r836hgk+8BKoEh7949Mda87VUOitx5OddVj64A==} @@ -17429,7 +16985,7 @@ packages: resolution: {integrity: sha512-5IMhi9e1QU76ppa5/ajP1BmMWZ2FHkhAhjeVKQ/EFCgYSEaeVaoGtL7cxJskf9oCCk+XjzaIdc3IuU/dbA/o2A==} engines: {node: '>=6.0.0'} dependencies: - bignumber.js: 9.1.1 + bignumber.js: 9.1.0 nofilter: 1.0.4 /cbor/8.1.0: @@ -17443,6 +16999,11 @@ packages: resolution: {integrity: sha512-/eM0JCaL99HDHxjySNQJLaolZFVdl6VA0/hEKIoiQPcQzE5LrG5QHdml0HaBt31brgB9dNe1zMr3f8IVrpotRQ==} hasBin: true + /cborg/1.9.5: + resolution: {integrity: sha512-fLBv8wmqtlXqy1Yu+pHzevAIkW6k2K0ZtMujNzWphLsA34vzzg9BHn+5GmZqOJkSA9V7EMKsWrf6K976c1QMjQ==} + hasBin: true + dev: false + /ccount/1.1.0: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} dev: true @@ -17470,7 +17031,7 @@ packages: dependencies: assertion-error: 1.1.0 check-error: 1.0.2 - deep-eql: 4.1.3 + deep-eql: 4.1.2 get-func-name: 2.0.0 loupe: 2.3.6 pathval: 1.1.1 @@ -17518,10 +17079,8 @@ packages: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chance/1.1.10: - resolution: {integrity: sha512-R6o7L/PGxBxdxzWbnLTi9nKQPtNZJySAxA1yGmAfKSiUt3KsBOAttsF04gNWA/XUcGIOrLHy7uAQ7KZwK92Qig==} - dependencies: - gulp-uglify-es: 3.0.0 + /chance/1.1.9: + resolution: {integrity: sha512-TfxnA/DcZXRTA4OekA2zL9GH8qscbbl6X0ZqU4tXhGveVY/mXWvEQLt5GwZcYXTEyEFflVtj+pG8nc8EwSm1RQ==} dev: true /change-case-all/1.0.14: @@ -17635,8 +17194,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /check-types/11.2.2: - resolution: {integrity: sha512-HBiYvXvn9Z70Z88XKjz3AEKd4HJhBXsa3j7xFnITAzoS8+q6eIGi8qDB8FKPBAjtuxjI/zFpwuiCb8oDtKOYrA==} + /check-types/11.1.2: + resolution: {integrity: sha512-tzWzvgePgLORb9/3a0YenggReLKAIb2owL03H2Xdoe5pKcUyWRSEQ8xfCar8t2SIAuEDwtmx2da1YB52YuHQMQ==} /check-types/8.0.3: resolution: {integrity: sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==} @@ -17666,7 +17225,7 @@ packages: domhandler: 5.0.3 domutils: 3.0.1 htmlparser2: 8.0.1 - parse5: 7.1.2 + parse5: 7.1.1 parse5-htmlparser2-tree-adapter: 7.0.0 /chokidar/2.1.8: @@ -17674,7 +17233,7 @@ packages: deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies dependencies: anymatch: 2.0.0 - async-each: 1.0.6 + async-each: 1.0.3 braces: 2.3.2 glob-parent: 3.1.0 inherits: 2.0.4 @@ -17693,7 +17252,7 @@ packages: resolution: {integrity: sha512-dGmKLDdT3Gdl7fBUe8XK+gAtGmzy5Fn0XkkWQuYxGIgWVPPse2CxFA5mtrlD0TOHaHjEUqkWNyP1XdHoJES/4A==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.3 + anymatch: 3.1.2 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -17708,7 +17267,7 @@ packages: resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.3 + anymatch: 3.1.2 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -17723,7 +17282,7 @@ packages: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} dependencies: - anymatch: 3.1.3 + anymatch: 3.1.2 braces: 3.0.2 glob-parent: 5.1.2 is-binary-path: 2.1.0 @@ -17744,20 +17303,11 @@ packages: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} - /chromium-bidi/0.4.4_6o5gdkn34s2j2m26x63ssheuqa: - resolution: {integrity: sha512-4BX5cSaponuvVT1+SbLYTOAgDoVtX/Khoc9UsbFJ/AsPVUeFAM3RiIDFI6XFhLYMi9WmVJqh1ZH+dRpNKkKwiQ==} - peerDependencies: - devtools-protocol: '*' - dependencies: - devtools-protocol: 0.0.1094867 - mitt: 3.0.0 - dev: true - /ci-info/2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} - /ci-info/3.8.0: - resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} + /ci-info/3.6.1: + resolution: {integrity: sha512-up5ggbaDqOqJ4UqLKZ2naVkyqSJQgJi5lwD6b6mM748ysrghDBX0bx/qJTUHzw7zu6Mq4gycviSF5hJnwceD8w==} engines: {node: '>=8'} /cids/0.7.5: @@ -17824,7 +17374,7 @@ packages: catering: 2.1.1 module-error: 1.0.2 napi-macros: 2.0.0 - node-gyp-build: 4.6.0 + node-gyp-build: 4.5.0 /classnames/2.3.2: resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} @@ -17837,8 +17387,8 @@ packages: source-map: 0.6.1 dev: true - /clean-css/5.3.2: - resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} + /clean-css/5.3.1: + resolution: {integrity: sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg==} engines: {node: '>= 10.0'} dependencies: source-map: 0.6.1 @@ -17992,6 +17542,7 @@ packages: resolution: {integrity: sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==} engines: {node: '>= 0.10'} dev: true + optional: true /clone-deep/4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} @@ -18007,10 +17558,6 @@ packages: dependencies: mimic-response: 1.0.1 - /clone-stats/1.0.0: - resolution: {integrity: sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==} - dev: true - /clone/1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} @@ -18019,14 +17566,6 @@ packages: resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} engines: {node: '>=0.8'} - /cloneable-readable/1.1.3: - resolution: {integrity: sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==} - dependencies: - inherits: 2.0.4 - process-nextick-args: 2.0.1 - readable-stream: 2.3.8 - dev: true - /clsx/1.1.0: resolution: {integrity: sha512-3avwM37fSK5oP6M5rQ9CNe99lwxhXDOeSWVPAOYF6OazUTgZCMb0yWlJpmdD74REy1gkEaFiub2ULv4fq9GUhA==} engines: {node: '>=6'} @@ -18189,15 +17728,14 @@ packages: typical: 5.2.0 dev: true - /commander/10.0.0: - resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==} - engines: {node: '>=14'} - dev: true - /commander/2.13.0: resolution: {integrity: sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==} dev: true + /commander/2.18.0: + resolution: {integrity: sha512-6CYPa+JP2ftfRU2qkDK+UTVeQYosOg/2GbcjIcKPHfinyOLPVGXu/ovN86RP49Re5ndJK1N0kuiidFFuepc4ZQ==} + dev: true + /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -18236,8 +17774,8 @@ packages: engines: {node: ^12.20.0 || >=14} dev: true - /commander/9.5.0: - resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + /commander/9.4.1: + resolution: {integrity: sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==} engines: {node: ^12.20.0 || >=14} /common-path-prefix/3.0.0: @@ -18250,8 +17788,8 @@ packages: /commondir/1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - /compare-versions/5.0.3: - resolution: {integrity: sha512-4UZlZP8Z99MGEY+Ovg/uJxJuvoXuN4M6B3hKaiackiHrgzQFEe3diJi1mf1PNHbFujM7FvLrK2bpgIaImbtZ1A==} + /compare-versions/5.0.1: + resolution: {integrity: sha512-v8Au3l0b+Nwkp4G142JcgJFh1/TUhdxut7wzD1Nq1dyp5oa3tXaqb03EXOAB6jS4gMlalkjAUPZBMiAfKUixHQ==} dev: true /component-emitter/1.3.0: @@ -18306,14 +17844,14 @@ packages: dependencies: buffer-from: 1.1.2 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 typedarray: 0.0.6 /conf/10.2.0: resolution: {integrity: sha512-8fLl9F04EJqjSqH+QjITQfJF8BrOVaYr1jewVgSRAEWePfxT0sku4w2hrGQ60BC/TNLGQ2pgxNlTbWQmMPFvXg==} engines: {node: '>=12'} dependencies: - ajv: 8.12.0 + ajv: 8.11.2 ajv-formats: 2.1.1 atomically: 1.7.0 debounce-fn: 4.0.0 @@ -18402,8 +17940,8 @@ packages: multicodec: 0.5.7 multihashes: 0.4.21 - /content-type/1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + /content-type/1.0.4: + resolution: {integrity: sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==} engines: {node: '>= 0.6'} /continuation-local-storage/3.2.1: @@ -18431,9 +17969,8 @@ packages: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} engines: {node: '>= 0.6'} - /cookiejar/2.1.4: - resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==} - dev: true + /cookiejar/2.1.3: + resolution: {integrity: sha512-JxbCBUdrfr6AQjOXrxoTvAMJO4HBTUIlBzslcJPAz+/KT8yk53fXun51u+RenNYvad/+Vc2DIz5o9UxlCDymFQ==} /copy-concurrently/1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} @@ -18454,13 +17991,13 @@ packages: dependencies: toggle-selection: 1.0.6 - /core-js-compat/3.29.0: - resolution: {integrity: sha512-ScMn3uZNAFhK2DGoEfErguoiAHhV2Ju+oJo/jK08p7B3f3UhocUrCCkTvnZaiS+edl5nlIoiBXKcwMc6elv4KQ==} + /core-js-compat/3.26.1: + resolution: {integrity: sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.4 - /core-js-pure/3.29.0: - resolution: {integrity: sha512-v94gUjN5UTe1n0yN/opTihJ8QBWD2O8i19RfTZR7foONPWArnjB96QA/wk5ozu1mm6ja3udQCzOzwQXTxi3xOQ==} + /core-js-pure/3.26.1: + resolution: {integrity: sha512-VVXcDpp/xJ21KdULRq/lXdLzQAtX7+37LzpyfFM973il0tWSsDEoyzG38G14AjTpK9VTfiNM9jnFauq/CpaWGQ==} requiresBuild: true /core-js/2.6.12: @@ -18468,8 +18005,8 @@ packages: deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.29.0: - resolution: {integrity: sha512-VG23vuEisJNkGl6XQmFJd3rEG/so/CNatqeE+7uZAwTSwFeB/qaO0be8xZYUNWprJ/GIwL8aMt9cj1kvbpTZhg==} + /core-js/3.26.1: + resolution: {integrity: sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==} requiresBuild: true /core-js/3.6.5: @@ -18491,6 +18028,16 @@ packages: object-assign: 4.1.1 vary: 1.1.2 + /cosmiconfig/5.2.1: + resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} + engines: {node: '>=4'} + dependencies: + import-fresh: 2.0.0 + is-directory: 0.3.1 + js-yaml: 3.14.1 + parse-json: 4.0.0 + dev: true + /cosmiconfig/6.0.0: resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} engines: {node: '>=8'} @@ -18501,8 +18048,8 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /cosmiconfig/7.1.0: - resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + /cosmiconfig/7.0.1: + resolution: {integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==} engines: {node: '>=10'} dependencies: '@types/parse-json': 4.0.0 @@ -18510,19 +18057,20 @@ packages: parse-json: 5.2.0 path-type: 4.0.0 yaml: 1.10.2 + dev: true - /cosmiconfig/8.0.0: - resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==} - engines: {node: '>=14'} + /cosmiconfig/7.1.0: + resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} + engines: {node: '>=10'} dependencies: + '@types/parse-json': 4.0.0 import-fresh: 3.3.0 - js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - dev: true + yaml: 1.10.2 - /cosmiconfig/8.1.0: - resolution: {integrity: sha512-0tLZ9URlPGU7JsKq0DQOQ3FoRsYX8xDZ7xMiATQfaiGMz7EHowNkbU9u1coAOmnh9p/1ySpm0RB3JNWRXM5GCg==} + /cosmiconfig/8.0.0: + resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==} engines: {node: '>=14'} dependencies: import-fresh: 3.3.0 @@ -18567,9 +18115,9 @@ packages: react-scripts: '>=3' webpack: '>=4' dependencies: - minimist: 1.2.8 + minimist: 1.2.7 progress-bar-webpack-plugin: 2.1.0_webpack@4.44.2 - react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju + react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha webpack: 4.44.2 webpack-bundle-analyzer: 3.9.0 transitivePeerDependencies: @@ -18627,7 +18175,7 @@ packages: /cron/1.8.2: resolution: {integrity: sha512-Gk2c4y6xKEO8FSAUTklqtfSr7oTq0CiPQeLBG5Fl0qoXpZyMcj1SG59YL+hqq04bu6/IuEA7lMkYDAplQNKkyg==} dependencies: - moment-timezone: 0.5.41 + moment-timezone: 0.5.39 dev: true /cross-blob/3.0.2: @@ -18649,7 +18197,7 @@ packages: /cross-fetch/2.2.6: resolution: {integrity: sha512-9JZz+vXCmfKUZ68zAptS7k4Nu8e2qcibe7WVZYps7sAgk5R8GYTc+T1WR0v1rlP9HxgARmOX1UTIJZFytajpNA==} dependencies: - node-fetch: 2.6.9 + node-fetch: 2.6.8 whatwg-fetch: 2.0.4 transitivePeerDependencies: - encoding @@ -18732,37 +18280,37 @@ packages: resolution: {integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==} engines: {node: '>=8'} - /css-blank-pseudo/3.0.3_postcss@8.4.21: + /css-blank-pseudo/3.0.3_postcss@8.4.19: resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 /css-color-keywords/1.0.0: resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==} engines: {node: '>=4'} - /css-declaration-sorter/6.3.1_postcss@8.4.21: + /css-declaration-sorter/6.3.1_postcss@8.4.19: resolution: {integrity: sha512-fBffmak0bPAnyqc/HO8C3n2sHrp9wcqQz6ES9koRF2/mLOVAx9zIQ3Y7R29sYCteTPqMCwns4WYQoCX91Xl3+w==} engines: {node: ^10 || ^12 || >=14} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /css-has-pseudo/3.0.4_postcss@8.4.21: + /css-has-pseudo/3.0.4_postcss@8.4.19: resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 /css-loader/3.6.0_webpack@4.44.2: resolution: {integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==} @@ -18786,18 +18334,18 @@ packages: webpack: 4.44.2 dev: true - /css-loader/6.7.3_webpack@5.75.0: - resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} + /css-loader/6.7.2_webpack@5.75.0: + resolution: {integrity: sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.21 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.21 - postcss-modules-scope: 3.0.0_postcss@8.4.21 - postcss-modules-values: 4.0.0_postcss@8.4.21 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.19 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.19 + postcss-modules-scope: 3.0.0_postcss@8.4.19 + postcss-modules-values: 4.0.0_postcss@8.4.19 postcss-value-parser: 4.2.0 semver: 7.3.8 webpack: 5.75.0 @@ -18821,22 +18369,22 @@ packages: esbuild: optional: true dependencies: - cssnano: 5.1.15_postcss@8.4.21 + cssnano: 5.1.14_postcss@8.4.19 jest-worker: 27.5.1 - postcss: 8.4.21 + postcss: 8.4.19 schema-utils: 4.0.0 - serialize-javascript: 6.0.1 + serialize-javascript: 6.0.0 source-map: 0.6.1 webpack: 5.75.0 - /css-prefers-color-scheme/6.0.3_postcss@8.4.21: + /css-prefers-color-scheme/6.0.3_postcss@8.4.19: resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 /css-select-base-adapter/0.1.1: resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} @@ -18867,8 +18415,8 @@ packages: domutils: 3.0.1 nth-check: 2.1.1 - /css-to-react-native/3.2.0: - resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==} + /css-to-react-native/3.0.0: + resolution: {integrity: sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==} dependencies: camelize: 1.0.1 css-color-keywords: 1.0.0 @@ -18900,8 +18448,8 @@ packages: resolution: {integrity: sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==} dev: true - /cssdb/7.4.1: - resolution: {integrity: sha512-0Q8NOMpXJ3iTDDbUv9grcmQAfdDx4qz+fN/+Md2FGbevT+6+bJNQ2LjB2YIUlLbpBTM32idU1Sb+tb/uGt6/XQ==} + /cssdb/7.1.0: + resolution: {integrity: sha512-Sd99PrFgx28ez4GHu8yoQIufc/70h9oYowDf4EjeIKi8mac9whxRjhM3IaMr6EllP6KKKWtJrMfN6C7T9tIWvQ==} /cssesc/3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} @@ -18913,60 +18461,60 @@ packages: dev: true optional: true - /cssnano-preset-default/5.2.14_postcss@8.4.21: - resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==} + /cssnano-preset-default/5.2.13_postcss@8.4.19: + resolution: {integrity: sha512-PX7sQ4Pb+UtOWuz8A1d+Rbi+WimBIxJTRyBdgGp1J75VU0r/HFQeLnMYgHiCAp6AR4rqrc7Y4R+1Rjk3KJz6DQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.1_postcss@8.4.21 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-calc: 8.2.4_postcss@8.4.21 - postcss-colormin: 5.3.1_postcss@8.4.21 - postcss-convert-values: 5.1.3_postcss@8.4.21 - postcss-discard-comments: 5.1.2_postcss@8.4.21 - postcss-discard-duplicates: 5.1.0_postcss@8.4.21 - postcss-discard-empty: 5.1.1_postcss@8.4.21 - postcss-discard-overridden: 5.1.0_postcss@8.4.21 - postcss-merge-longhand: 5.1.7_postcss@8.4.21 - postcss-merge-rules: 5.1.4_postcss@8.4.21 - postcss-minify-font-values: 5.1.0_postcss@8.4.21 - postcss-minify-gradients: 5.1.1_postcss@8.4.21 - postcss-minify-params: 5.1.4_postcss@8.4.21 - postcss-minify-selectors: 5.2.1_postcss@8.4.21 - postcss-normalize-charset: 5.1.0_postcss@8.4.21 - postcss-normalize-display-values: 5.1.0_postcss@8.4.21 - postcss-normalize-positions: 5.1.1_postcss@8.4.21 - postcss-normalize-repeat-style: 5.1.1_postcss@8.4.21 - postcss-normalize-string: 5.1.0_postcss@8.4.21 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.21 - postcss-normalize-unicode: 5.1.1_postcss@8.4.21 - postcss-normalize-url: 5.1.0_postcss@8.4.21 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.21 - postcss-ordered-values: 5.1.3_postcss@8.4.21 - postcss-reduce-initial: 5.1.2_postcss@8.4.21 - postcss-reduce-transforms: 5.1.0_postcss@8.4.21 - postcss-svgo: 5.1.0_postcss@8.4.21 - postcss-unique-selectors: 5.1.1_postcss@8.4.21 - - /cssnano-utils/3.1.0_postcss@8.4.21: + css-declaration-sorter: 6.3.1_postcss@8.4.19 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-calc: 8.2.4_postcss@8.4.19 + postcss-colormin: 5.3.0_postcss@8.4.19 + postcss-convert-values: 5.1.3_postcss@8.4.19 + postcss-discard-comments: 5.1.2_postcss@8.4.19 + postcss-discard-duplicates: 5.1.0_postcss@8.4.19 + postcss-discard-empty: 5.1.1_postcss@8.4.19 + postcss-discard-overridden: 5.1.0_postcss@8.4.19 + postcss-merge-longhand: 5.1.7_postcss@8.4.19 + postcss-merge-rules: 5.1.3_postcss@8.4.19 + postcss-minify-font-values: 5.1.0_postcss@8.4.19 + postcss-minify-gradients: 5.1.1_postcss@8.4.19 + postcss-minify-params: 5.1.4_postcss@8.4.19 + postcss-minify-selectors: 5.2.1_postcss@8.4.19 + postcss-normalize-charset: 5.1.0_postcss@8.4.19 + postcss-normalize-display-values: 5.1.0_postcss@8.4.19 + postcss-normalize-positions: 5.1.1_postcss@8.4.19 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.19 + postcss-normalize-string: 5.1.0_postcss@8.4.19 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.19 + postcss-normalize-unicode: 5.1.1_postcss@8.4.19 + postcss-normalize-url: 5.1.0_postcss@8.4.19 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.19 + postcss-ordered-values: 5.1.3_postcss@8.4.19 + postcss-reduce-initial: 5.1.1_postcss@8.4.19 + postcss-reduce-transforms: 5.1.0_postcss@8.4.19 + postcss-svgo: 5.1.0_postcss@8.4.19 + postcss-unique-selectors: 5.1.1_postcss@8.4.19 + + /cssnano-utils/3.1.0_postcss@8.4.19: resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /cssnano/5.1.15_postcss@8.4.21: - resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==} + /cssnano/5.1.14_postcss@8.4.19: + resolution: {integrity: sha512-Oou7ihiTocbKqi0J1bB+TRJIQX5RMR3JghA8hcWSw9mjBLQ5Y3RWqEDoYG3sRNlAbCIXpqMoZGbq5KDR3vdzgw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.14_postcss@8.4.21 + cssnano-preset-default: 5.2.13_postcss@8.4.19 lilconfig: 2.0.6 - postcss: 8.4.21 + postcss: 8.4.19 yaml: 1.10.2 /csso/4.2.0: @@ -19021,9 +18569,9 @@ packages: hasBin: true requiresBuild: true dependencies: - '@cypress/request': 2.88.11 + '@cypress/request': 2.88.10 '@cypress/xvfb': 1.2.4_supports-color@8.1.1 - '@types/node': 14.18.36 + '@types/node': 14.18.33 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -19053,7 +18601,7 @@ packages: listr2: 3.14.0_enquirer@2.3.6 lodash: 4.17.21 log-symbols: 4.1.0 - minimist: 1.2.8 + minimist: 1.2.7 ospath: 1.2.2 pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 @@ -19071,9 +18619,9 @@ packages: hasBin: true requiresBuild: true dependencies: - '@cypress/request': 2.88.11 + '@cypress/request': 2.88.10 '@cypress/xvfb': 1.2.4_supports-color@8.1.1 - '@types/node': 14.18.36 + '@types/node': 14.18.33 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -19087,7 +18635,7 @@ packages: cli-table3: 0.6.3 commander: 5.1.0 common-tags: 1.8.2 - dayjs: 1.11.7 + dayjs: 1.11.6 debug: 4.3.4_supports-color@8.1.1 enquirer: 2.3.6 eventemitter2: 6.4.9 @@ -19103,7 +18651,7 @@ packages: listr2: 3.14.0_enquirer@2.3.6 lodash: 4.17.21 log-symbols: 4.1.0 - minimist: 1.2.8 + minimist: 1.2.7 ospath: 1.2.2 pretty-bytes: 5.6.0 proxy-from-env: 1.0.0 @@ -19128,13 +18676,6 @@ packages: multiformats: 9.9.0 dev: false - /dag-jose-utils/3.0.0: - resolution: {integrity: sha512-gu+XutOTy3kD8fDcA1SMjZ2U0mUOb/hxoRVZaMCizXN7Ssbc5dKOzeXQ4GquV4BdQzs3w5Y7irOpn2plFPIJfg==} - dependencies: - '@ipld/dag-cbor': 7.0.3 - multiformats: 11.0.1 - dev: false - /dag-jose/1.0.0: resolution: {integrity: sha512-U0b/YsIPBp6YZNTFrVjwLZAlY3qGRxZTIEcM/CcQmrVrCWq9MWQq9pheXVSPLIhF4SNwzp2SikPva4/BIrJY+g==} dependencies: @@ -19170,8 +18711,8 @@ packages: engines: {node: '>= 6'} dev: false - /data-uri-to-buffer/4.0.1: - resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} + /data-uri-to-buffer/4.0.0: + resolution: {integrity: sha512-Vr3mLBA8qWmcuschSLAOogKgQ/Jwxulv3RNE4FXnYWRGujzrRWQI4m12fQqRkwX06C0KanhLr4hK+GydchZsaA==} engines: {node: '>= 12'} dev: false @@ -19214,7 +18755,7 @@ packages: dependencies: '@libp2p/logger': 2.0.5 err-code: 3.0.1 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 it-all: 2.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -19248,7 +18789,7 @@ packages: dependencies: datastore-core: 8.0.4 fast-write-atomic: 0.2.1 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 it-glob: 1.0.2 it-map: 1.0.6 it-parallel-batch: 1.0.11 @@ -19277,7 +18818,7 @@ packages: dependencies: abstract-level: 1.0.3 datastore-core: 8.0.4 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 it-filter: 2.0.0 it-map: 2.0.0 it-sort: 2.0.0 @@ -19308,7 +18849,7 @@ packages: '@libp2p/interfaces': 3.3.1 '@libp2p/logger': 2.0.5 datastore-core: 8.0.4 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 uint8arrays: 4.0.3 transitivePeerDependencies: - supports-color @@ -19327,6 +18868,10 @@ packages: resolution: {integrity: sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==} dev: true + /dayjs/1.11.6: + resolution: {integrity: sha512-zZbY5giJAinCG+7AGaw0wIhNZ6J8AhWuSXKvuc1KAyMiRsvGQWqh4L+MomvhdAYjN+lqvVCMq1I41e3YHvXkyQ==} + dev: true + /dayjs/1.11.7: resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} @@ -19372,7 +18917,7 @@ packages: supports-color: optional: true dependencies: - ms: 2.1.1 + ms: 2.1.3 supports-color: 6.0.0 dev: true @@ -19434,6 +18979,19 @@ packages: ms: 2.1.2 dev: true + /debug/4.3.3_supports-color@8.1.1: + resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + supports-color: 8.1.1 + dev: true + /debug/4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -19469,7 +19027,7 @@ packages: ms: 2.1.2 supports-color: 8.1.1 - /debug/4.3.4_supports-color@9.3.1: + /debug/4.3.4_supports-color@9.2.3: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -19479,7 +19037,7 @@ packages: optional: true dependencies: ms: 2.1.2 - supports-color: 9.3.1 + supports-color: 9.2.3 dev: true /decamelize-keys/1.1.1: @@ -19498,11 +19056,11 @@ packages: resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} engines: {node: '>=10'} - /decimal.js/10.4.3: - resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + /decimal.js/10.4.2: + resolution: {integrity: sha512-ic1yEvwT6GuvaYwBLLY6/aFFgjZdySKTE8en/fkU3QICTmRtgtSlFn0u0BXN06InZwtfCelR7j8LRiDI/02iGA==} - /decode-uri-component/0.2.2: - resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} + /decode-uri-component/0.2.0: + resolution: {integrity: sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==} engines: {node: '>=0.10'} /decompress-response/3.3.0: @@ -19573,8 +19131,8 @@ packages: /dedent/0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} - /deep-eql/4.1.3: - resolution: {integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==} + /deep-eql/4.1.2: + resolution: {integrity: sha512-gT18+YW4CcW/DBNTwAmqTtkJh7f9qqScu2qFVlx7kCoeY9tlBu9cUcr7+I+Z/noG8INehS3xQgLpTtd/QUTn4w==} engines: {node: '>=6'} dependencies: type-detect: 4.0.8 @@ -19590,17 +19148,15 @@ packages: regexp.prototype.flags: 1.4.3 dev: true - /deep-equal/2.2.0: - resolution: {integrity: sha512-RdpzE0Hv4lhowpIUKKMJfeH6C1pXdtT1/it80ubgWqwI3qpuxUBpC1S4hnHg+zjnuOoDkzUtUCEEkG+XG5l3Mw==} + /deep-equal/2.1.0: + resolution: {integrity: sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==} dependencies: call-bind: 1.0.2 - es-get-iterator: 1.1.3 - get-intrinsic: 1.2.0 + es-get-iterator: 1.1.2 + get-intrinsic: 1.1.3 is-arguments: 1.1.1 - is-array-buffer: 3.0.1 is-date-object: 1.0.5 is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 isarray: 2.0.5 object-is: 1.1.5 object-keys: 1.1.1 @@ -19610,6 +19166,7 @@ packages: which-boxed-primitive: 1.0.2 which-collection: 1.0.1 which-typed-array: 1.1.9 + dev: true /deep-extend/0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} @@ -19625,8 +19182,8 @@ packages: semver: 5.7.1 dev: true - /deepmerge/4.3.0: - resolution: {integrity: sha512-z2wJZXrmeHdvYJp/Ux55wIjqo81G5Bp4c+oELTW+7ar6SogWHajt5a9gO3s3IDaGSAXjDk0vlQKN3rms8ab3og==} + /deepmerge/4.2.2: + resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} engines: {node: '>=0.10.0'} /default-browser-id/1.0.4: @@ -19698,8 +19255,8 @@ packages: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} - /define-properties/1.2.0: - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + /define-properties/1.1.4: + resolution: {integrity: sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==} engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 @@ -19826,7 +19383,7 @@ packages: engines: {node: '>= 4.2.1'} hasBin: true dependencies: - address: 1.2.2 + address: 1.2.1 debug: 2.6.9 transitivePeerDependencies: - supports-color @@ -19835,7 +19392,7 @@ packages: resolution: {integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==} hasBin: true dependencies: - address: 1.2.2 + address: 1.2.1 debug: 4.3.4 transitivePeerDependencies: - supports-color @@ -19848,18 +19405,18 @@ packages: dependencies: acorn-node: 1.8.2 defined: 1.0.1 - minimist: 1.2.8 + minimist: 1.2.7 - /devtools-protocol/0.0.1094867: - resolution: {integrity: sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==} + /devtools-protocol/0.0.1056733: + resolution: {integrity: sha512-CmTu6SQx2g3TbZzDCAV58+LTxVdKplS7xip0g5oDXpZ+isr0rv5dDP8ToyVRywzPHkCCPKgKgScEcwz4uPWDIA==} dev: true /devtools-protocol/0.0.969999: resolution: {integrity: sha512-6GfzuDWU0OFAuOvBokXpXPLxjOJ5DZ157Ue3sGQQM3LgAamb8m0R0ruSfN0DDu+XG5XJgT50i6zZ/0o8RglreQ==} dev: true - /did-jwt/6.11.1: - resolution: {integrity: sha512-PsUn2ajDN0TxE4DbIMy6iaa+B19WeoBGrct9rRV2OY2Amtfw/2oMihD8ra/y/cdbUtsA2gMjiB7DYiM4V4IVMg==} + /did-jwt/6.9.0: + resolution: {integrity: sha512-kZ8pakovM2VkG0pia6x0SA9/1rl9dOUti4i2FL3xg7arJDWW7dACJxX+6gQK7iR/DvXrfFo8F784ejHVbw9ryA==} dependencies: '@stablelib/ed25519': 1.0.3 '@stablelib/random': 1.0.2 @@ -19887,7 +19444,7 @@ packages: resolution: {integrity: sha512-hLKlfPGoEp9T6malsuNyF1bCrU0AcECZJ1SP2lvbHiic7ko2PdiZPmmVipVId+ZqmshU4AlLLEozZc9Iu1X1UA==} engines: {node: '>=14.14'} dependencies: - '@ceramicnetwork/stream-tile': 2.19.0 + '@ceramicnetwork/stream-tile': 2.9.0 '@stablelib/random': 1.0.2 dids: 3.4.0 key-did-provider-ed25519: 2.0.1 @@ -19901,32 +19458,17 @@ packages: resolution: {integrity: sha512-hXHkOTL9E5R4rbQwDVOktiiEq57Y6yWOEYjev1ojOpMr2Rkx9g8bw0v6BQIsbPB94aaYxUCtaejNl2FrublfiA==} engines: {node: '>=14.14'} dependencies: - '@didtools/cacao': 1.2.0 + '@didtools/cacao': 1.0.0 '@didtools/pkh-ethereum': 0.0.1 '@stablelib/random': 1.0.2 dag-jose-utils: 2.0.0 - did-jwt: 6.11.1 + did-jwt: 6.9.0 did-resolver: 3.2.2 multiformats: 9.9.0 rpc-utils: 0.6.2 uint8arrays: 3.1.1 dev: false - /dids/4.0.0: - resolution: {integrity: sha512-sNba/y3XSXkhMYlWw3JBGST+AOySIqZ1M/rsvoxSoLvcempi4MbtwqCTkBzuiKiKKmbLXZbL/rFIr0HUSRMg1Q==} - engines: {node: '>=14.14'} - dependencies: - '@didtools/cacao': 2.0.0 - '@didtools/pkh-ethereum': 0.1.0 - '@stablelib/random': 1.0.2 - dag-jose-utils: 3.0.0 - did-jwt: 6.11.1 - did-resolver: 4.0.1 - multiformats: 11.0.1 - rpc-utils: 0.6.2 - uint8arrays: 4.0.3 - dev: false - /didyoumean/1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} @@ -20070,8 +19612,8 @@ packages: resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} dev: true - /dom-accessibility-api/0.5.16: - resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} + /dom-accessibility-api/0.5.14: + resolution: {integrity: sha512-NMt+m9zFMPZe0JcY9gN224Qvk6qLIdqex29clBvc/y75ZBX9YA9wNK3frsYvu2DI1xcCIwxwnX+TlsJ2DSOADg==} dev: true /dom-converter/0.2.0: @@ -20233,6 +19775,7 @@ packages: browserify-aes: 1.2.0 create-hash: 1.2.0 create-hmac: 1.1.7 + dev: true /dset/3.1.2: resolution: {integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==} @@ -20244,7 +19787,7 @@ packages: /duplexer2/0.1.4: resolution: {integrity: sha512-asLFVfWWtJ90ZyOUHMqk7/S2w2guQKxUI2itj3d92ADHhxUSbCMGi1f1cBcJ7xM1To+pE/Khbwo1yuNbMEPKeA==} dependencies: - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /duplexer3/0.1.5: @@ -20255,7 +19798,7 @@ packages: dependencies: end-of-stream: 1.4.4 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 stream-shift: 1.0.1 /eastasianwidth/0.2.0: @@ -20276,7 +19819,7 @@ packages: engines: {node: '>=10'} dependencies: '@findeth/abi': 0.3.1 - '@noble/hashes': 1.2.0 + '@noble/hashes': 1.1.2 superstruct: 0.15.5 dev: false @@ -20331,8 +19874,8 @@ packages: dependencies: encoding: 0.1.13 - /electron-to-chromium/1.4.313: - resolution: {integrity: sha512-QckB9OVqr2oybjIrbMI99uF+b9+iTja5weFe0ePbqLb5BHqXOJUO1SG6kDj/1WtWPRIBr51N153AEq8m7HuIaA==} + /electron-to-chromium/1.4.284: + resolution: {integrity: sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==} /electron-webrtc/0.3.0: resolution: {integrity: sha512-p4x21lsoG2S3ErTcc1svH/OCcLsNKEwQsxK9PIsefMPRp5lB6Ux10oRVVTy3BqFPxuus3csjTSFJXXOZaGPMmQ==} @@ -20355,7 +19898,7 @@ packages: requiresBuild: true dependencies: '@electron/get': 1.14.1 - '@types/node': 14.18.36 + '@types/node': 14.18.33 extract-zip: 1.7.0 transitivePeerDependencies: - supports-color @@ -20367,7 +19910,7 @@ packages: dependencies: bn.js: 4.12.0 brorand: 1.1.0 - hash.js: 1.1.3 + hash.js: 1.1.7 inherits: 2.0.4 dev: true @@ -20376,11 +19919,12 @@ packages: dependencies: bn.js: 4.12.0 brorand: 1.1.0 - hash.js: 1.1.3 + hash.js: 1.1.7 hmac-drbg: 1.0.1 inherits: 2.0.4 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 + dev: true /elliptic/6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} @@ -20422,6 +19966,9 @@ packages: resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} engines: {node: '>=10'} + /emoji-regex/10.2.1: + resolution: {integrity: sha512-97g6QgOk8zlDRdgq1WxwgTMgEWGVAQvB5Fdpgc1MkNy56la5SKP9GsMXKDOdqwn90/41a8yPwIGk1Y6WVbeMQA==} + /emoji-regex/7.0.3: resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} @@ -20495,21 +20042,21 @@ packages: objectorarray: 1.0.5 dev: true - /engine.io-client/6.4.0: - resolution: {integrity: sha512-GyKPDyoEha+XZ7iEqam49vz6auPnNJ9ZBfy89f+rMMas8AuiMWOZ9PVzu8xb9ZC6rafUqiGHSCfu22ih66E+1g==} + /engine.io-client/6.2.3: + resolution: {integrity: sha512-aXPtgF1JS3RuuKcpSrBtimSjYvrbhKW9froICH4s0F3XQWLxsKNxqzG39nnvQZQnva4CMvUK63T7shevxRyYHw==} dependencies: '@socket.io/component-emitter': 3.1.0 debug: 4.3.4 - engine.io-parser: 5.0.6 - ws: 8.11.0 + engine.io-parser: 5.0.4 + ws: 8.2.3 xmlhttprequest-ssl: 2.0.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - /engine.io-parser/5.0.6: - resolution: {integrity: sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw==} + /engine.io-parser/5.0.4: + resolution: {integrity: sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==} engines: {node: '>=10.0.0'} /enhanced-resolve/4.5.0: @@ -20520,8 +20067,8 @@ packages: memory-fs: 0.5.0 tapable: 1.1.3 - /enhanced-resolve/5.12.0: - resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==} + /enhanced-resolve/5.10.0: + resolution: {integrity: sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.10 @@ -20599,71 +20146,54 @@ packages: dependencies: stackframe: 1.3.4 - /es-abstract/1.21.1: - resolution: {integrity: sha512-QudMsPOz86xYz/1dG1OuGBKOELjCh99IIWHLzy5znUB6j8xG2yMA7bfTV86VSqKF+Y/H08vQPR+9jyXpuC6hfg==} + /es-abstract/1.20.4: + resolution: {integrity: sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==} engines: {node: '>= 0.4'} dependencies: - available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 function-bind: 1.1.1 function.prototype.name: 1.1.5 - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 get-symbol-description: 1.0.0 - globalthis: 1.0.3 - gopd: 1.0.1 has: 1.0.3 has-property-descriptors: 1.0.0 - has-proto: 1.0.1 has-symbols: 1.0.3 - internal-slot: 1.0.5 - is-array-buffer: 3.0.1 + internal-slot: 1.0.3 is-callable: 1.2.7 is-negative-zero: 2.0.2 is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 is-string: 1.0.7 - is-typed-array: 1.1.10 is-weakref: 1.0.2 - object-inspect: 1.12.3 + object-inspect: 1.12.2 object-keys: 1.1.1 object.assign: 4.1.4 regexp.prototype.flags: 1.4.3 safe-regex-test: 1.0.0 string.prototype.trimend: 1.0.6 string.prototype.trimstart: 1.0.6 - typed-array-length: 1.0.4 unbox-primitive: 1.0.2 - which-typed-array: 1.1.9 /es-array-method-boxes-properly/1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} - /es-get-iterator/1.1.3: - resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} + /es-get-iterator/1.1.2: + resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 has-symbols: 1.0.3 is-arguments: 1.1.1 is-map: 2.0.2 is-set: 2.0.2 is-string: 1.0.7 isarray: 2.0.5 - stop-iteration-iterator: 1.0.0 + dev: true /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} - /es-set-tostringtag/2.0.1: - resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} - engines: {node: '>= 0.4'} - dependencies: - get-intrinsic: 1.2.0 - has: 1.0.3 - has-tostringtag: 1.0.0 - /es-shim-unscopables/1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: @@ -20717,8 +20247,8 @@ packages: resolution: {integrity: sha512-ginqzK3J90Rd4/Yz7qRrqUeIpe3TwSXTPPZtPne7tGBPeAaQiU8qt4fpKApnxHcq1AwtUdHVg5P77x/yrggG8Q==} engines: {node: '>=6'} - /es6-shim/0.35.7: - resolution: {integrity: sha512-baZkUfTDSx7X69+NA8imbvGrsPfqH0MX7ADdIDjqwsI8lkTgLIiD2QWrUCSGsUQ0YMnSCA/4pNgSyXdnLHWf3A==} + /es6-shim/0.35.6: + resolution: {integrity: sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==} dev: true /es6-symbol/3.1.3: @@ -20794,16 +20324,16 @@ packages: eslint: 7.32.0 dev: true - /eslint-config-prettier/8.6.0_eslint@8.35.0: - resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} + /eslint-config-prettier/8.5.0_eslint@8.30.0: + resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.35.0 + eslint: 8.30.0 dev: true - /eslint-config-react-app/7.0.1_6lgrqu2p7dfkc6bf7ncm5xpzs4: + /eslint-config-react-app/7.0.1_lzzuuodtsqwxnvqeq4g4likcqa: resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -20813,22 +20343,22 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.0 - '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/core': 7.20.2 + '@babel/eslint-parser': 7.19.1_jnsjeijncrwwjo3oetxnn2vfsu '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 - eslint: 8.35.0 - eslint-plugin-flowtype: 8.0.3_eslint@8.35.0 - eslint-plugin-import: 2.27.5_ajyizmi44oc3hrc35l6ndh7p4e - eslint-plugin-jest: 25.7.0_npuaqhfkjgus3nqfbgjmqmizqa - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.35.0 - eslint-plugin-react: 7.32.2_eslint@8.35.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 - eslint-plugin-testing-library: 5.10.2_ycpbpc6yetojsgtrx3mwntkhsu - typescript: 4.9.5 + eslint: 8.30.0 + eslint-plugin-flowtype: 8.0.3_eslint@8.30.0 + eslint-plugin-import: 2.26.0_a2qhxslrsoaoxxmyjfllcpczu4 + eslint-plugin-jest: 25.7.0_qnvp5jknufo75nawe7wptdtlpy + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.30.0 + eslint-plugin-react: 7.31.10_eslint@8.30.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint-plugin-testing-library: 5.9.1_lzzuuodtsqwxnvqeq4g4likcqa + typescript: 4.9.4 transitivePeerDependencies: - '@babel/plugin-syntax-flow' - '@babel/plugin-transform-react-jsx' @@ -20836,8 +20366,9 @@ packages: - eslint-import-resolver-webpack - jest - supports-color + dev: false - /eslint-config-react-app/7.0.1_ycpbpc6yetojsgtrx3mwntkhsu: + /eslint-config-react-app/7.0.1_vpf47gbjkm5g77zbjlqae2tcbe: resolution: {integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -20847,22 +20378,22 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.0 - '@babel/eslint-parser': 7.19.1_zt6cfucldurvbyn2isj445jria + '@babel/core': 7.20.2 + '@babel/eslint-parser': 7.19.1_jnsjeijncrwwjo3oetxnn2vfsu '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 - eslint: 8.35.0 - eslint-plugin-flowtype: 8.0.3_eslint@8.35.0 - eslint-plugin-import: 2.27.5_ajyizmi44oc3hrc35l6ndh7p4e - eslint-plugin-jest: 25.7.0_aere4n7c7ynvp62ae3ihfxuwhu - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.35.0 - eslint-plugin-react: 7.32.2_eslint@8.35.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.35.0 - eslint-plugin-testing-library: 5.10.2_ycpbpc6yetojsgtrx3mwntkhsu - typescript: 4.9.5 + eslint: 8.30.0 + eslint-plugin-flowtype: 8.0.3_eslint@8.30.0 + eslint-plugin-import: 2.26.0_a2qhxslrsoaoxxmyjfllcpczu4 + eslint-plugin-jest: 25.7.0_or6aguktwgxp6posbiuupq4334 + eslint-plugin-jsx-a11y: 6.6.1_eslint@8.30.0 + eslint-plugin-react: 7.31.10_eslint@8.30.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.30.0 + eslint-plugin-testing-library: 5.9.1_lzzuuodtsqwxnvqeq4g4likcqa + typescript: 4.9.4 transitivePeerDependencies: - '@babel/plugin-syntax-flow' - '@babel/plugin-transform-react-jsx' @@ -20870,9 +20401,40 @@ packages: - eslint-import-resolver-webpack - jest - supports-color + + /eslint-config-standard-jsx/10.0.0_rfut5ehdjmzxinfjxzbnr2vvmi: + resolution: {integrity: sha512-hLeA2f5e06W1xyr/93/QJulN/rLbUVUmqTlexv9PRKHFwEC9ffJcH2LvJhMoEqYQBEYafedgGZXH2W8NUpt5lA==} + peerDependencies: + eslint: ^7.12.1 + eslint-plugin-react: ^7.21.5 + dependencies: + eslint: 7.32.0 + eslint-plugin-react: 7.31.10_eslint@7.32.0 + dev: false + + /eslint-config-standard-with-typescript/21.0.1_hz2ksngkfucsvmqk7u23djk53y: + resolution: {integrity: sha512-FeiMHljEJ346Y0I/HpAymNKdrgKEpHpcg/D93FvPHWfCzbT4QyUJba/0FwntZeGLXfUiWDSeKmdJD597d9wwiw==} + peerDependencies: + '@typescript-eslint/eslint-plugin': ^4.0.1 + eslint: ^7.12.1 + eslint-plugin-import: ^2.22.1 + eslint-plugin-node: ^11.1.0 + eslint-plugin-promise: ^4.2.1 || ^5.0.0 + typescript: ^3.9 || ^4.0.0 + dependencies: + '@typescript-eslint/eslint-plugin': 4.33.0_xspifk7brbsnyg562jkgvazaje + '@typescript-eslint/parser': 4.33.0_yfqovispp7u7jaktymfaqwl2py + eslint: 7.32.0 + eslint-config-standard: 16.0.3_wnerebu6rbpsve3qx7qqwvcqtq + eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e + eslint-plugin-node: 11.1.0_eslint@7.32.0 + eslint-plugin-promise: 5.2.0_eslint@7.32.0 + typescript: 4.9.4 + transitivePeerDependencies: + - supports-color dev: false - /eslint-config-standard/11.0.0_gqmrgxyvzmdwszb65cri3exrzy: + /eslint-config-standard/11.0.0_4nhl2regw2d2bn35int2uietny: resolution: {integrity: sha512-oDdENzpViEe5fwuRCWla7AXQd++/oyIp8zP+iP9jiUPG6NBj3SHgdgtl/kTn00AjeN+1HNvavTKmYbMo+xMOlw==} peerDependencies: eslint: '>=4.18.0' @@ -20882,7 +20444,7 @@ packages: eslint-plugin-standard: '>=3.0.1' dependencies: eslint: 5.16.0 - eslint-plugin-import: 2.27.5_eslint@5.16.0 + eslint-plugin-import: 2.26.0_eslint@5.16.0 eslint-plugin-node: 5.2.1_eslint@5.16.0 eslint-plugin-promise: 3.8.0 eslint-plugin-standard: 3.1.0_eslint@5.16.0 @@ -20897,21 +20459,34 @@ packages: eslint-plugin-promise: ^4.2.1 || ^5.0.0 dependencies: eslint: 7.32.0 - eslint-plugin-import: 2.26.0_lpoet4woefdgt5yazgwydy42la + eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e eslint-plugin-node: 11.1.0_eslint@7.32.0 eslint-plugin-promise: 6.0.0_eslint@7.32.0 dev: true - /eslint-import-resolver-node/0.3.7: - resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} + /eslint-config-standard/16.0.3_wnerebu6rbpsve3qx7qqwvcqtq: + resolution: {integrity: sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==} + peerDependencies: + eslint: ^7.12.1 + eslint-plugin-import: ^2.22.1 + eslint-plugin-node: ^11.1.0 + eslint-plugin-promise: ^4.2.1 || ^5.0.0 + dependencies: + eslint: 7.32.0 + eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e + eslint-plugin-node: 11.1.0_eslint@7.32.0 + eslint-plugin-promise: 5.2.0_eslint@7.32.0 + dev: false + + /eslint-import-resolver-node/0.3.6: + resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: debug: 3.2.7 - is-core-module: 2.11.0 resolve: 1.22.1 transitivePeerDependencies: - supports-color - /eslint-module-utils/2.7.4_ogrbfkvjnsyphtg5iqi3ebn3lq: + /eslint-module-utils/2.7.4_ognjbjvha6hcmwnc2ibjwwodzy: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -20934,12 +20509,12 @@ packages: dependencies: debug: 3.2.7 eslint: 5.16.0 - eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.7.4_qynxowrxvm2kj5rbowcxf5maga: + /eslint-module-utils/2.7.4_ozjuw7yt6hedptdavhu6xk7csa: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -20960,14 +20535,14 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa debug: 3.2.7 - eslint: 8.35.0 - eslint-import-resolver-node: 0.3.7 + eslint: 8.30.0 + eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color - /eslint-module-utils/2.7.4_vucvtitfqfd5slbaxepa67k2se: + /eslint-module-utils/2.7.4_tszqikfextrjb4eebsmjss2pne: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -20988,13 +20563,12 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa debug: 3.2.7 eslint: 7.32.0 - eslint-import-resolver-node: 0.3.7 + eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color - dev: true /eslint-plugin-chai-friendly/0.7.2_eslint@7.32.0: resolution: {integrity: sha512-LOIfGx5sZZ5FwM1shr2GlYAWV9Omdi+1/3byuVagvQNoGUuU0iHhp7AfjA1uR+4dJ4Isfb4+FwBJgQajIw9iAg==} @@ -21014,12 +20588,12 @@ packages: globals: 11.12.0 dev: true - /eslint-plugin-cypress/2.12.1_eslint@8.35.0: + /eslint-plugin-cypress/2.12.1_eslint@8.30.0: resolution: {integrity: sha512-c2W/uPADl5kospNDihgiLc7n87t5XhUbFDoTl6CfVkmG+kDAb5Ux10V9PoLPu9N+r7znpc+iQlcmAqT1A/89HA==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.35.0 + eslint: 8.30.0 globals: 11.12.0 dev: false @@ -21032,9 +20606,8 @@ packages: eslint: 7.32.0 eslint-utils: 2.1.0 regexpp: 3.2.0 - dev: true - /eslint-plugin-flowtype/8.0.3_eslint@8.35.0: + /eslint-plugin-flowtype/8.0.3_eslint@8.30.0: resolution: {integrity: sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -21042,11 +20615,11 @@ packages: '@babel/plugin-transform-react-jsx': ^7.14.9 eslint: ^8.1.0 dependencies: - eslint: 8.35.0 + eslint: 8.30.0 lodash: 4.17.21 string-natural-compare: 3.0.1 - /eslint-plugin-import/2.26.0_lpoet4woefdgt5yazgwydy42la: + /eslint-plugin-import/2.26.0_a2qhxslrsoaoxxmyjfllcpczu4: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -21056,29 +20629,28 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 7.32.0 - eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_vucvtitfqfd5slbaxepa67k2se + eslint: 8.30.0 + eslint-import-resolver-node: 0.3.6 + eslint-module-utils: 2.7.4_ozjuw7yt6hedptdavhu6xk7csa has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 - tsconfig-paths: 3.14.2 + tsconfig-paths: 3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /eslint-plugin-import/2.27.5_ajyizmi44oc3hrc35l6ndh7p4e: - resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} + /eslint-plugin-import/2.26.0_eslint@5.16.0: + resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -21087,30 +20659,28 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu array-includes: 3.1.6 array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 - debug: 3.2.7 + debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.35.0 - eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_qynxowrxvm2kj5rbowcxf5maga + eslint: 5.16.0 + eslint-import-resolver-node: 0.3.6 + eslint-module-utils: 2.7.4_ognjbjvha6hcmwnc2ibjwwodzy has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 - semver: 6.3.0 - tsconfig-paths: 3.14.2 + tsconfig-paths: 3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color + dev: true - /eslint-plugin-import/2.27.5_eslint@5.16.0: - resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} + /eslint-plugin-import/2.26.0_sgvxsd2i36a2mn3vpklggj663e: + resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -21119,29 +20689,27 @@ packages: '@typescript-eslint/parser': optional: true dependencies: + '@typescript-eslint/parser': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa array-includes: 3.1.6 array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 - debug: 3.2.7 + debug: 2.6.9 doctrine: 2.1.0 - eslint: 5.16.0 - eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4_ogrbfkvjnsyphtg5iqi3ebn3lq + eslint: 7.32.0 + eslint-import-resolver-node: 0.3.6 + eslint-module-utils: 2.7.4_tszqikfextrjb4eebsmjss2pne has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 resolve: 1.22.1 - semver: 6.3.0 - tsconfig-paths: 3.14.2 + tsconfig-paths: 3.14.1 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /eslint-plugin-jest/25.7.0_aere4n7c7ynvp62ae3ihfxuwhu: + /eslint-plugin-jest/25.7.0_or6aguktwgxp6posbiuupq4334: resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -21154,15 +20722,15 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi - '@typescript-eslint/experimental-utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu - eslint: 8.35.0 + '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 + '@typescript-eslint/experimental-utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + jest: 27.5.1_ts-node@10.9.1 transitivePeerDependencies: - supports-color - typescript - dev: false - /eslint-plugin-jest/25.7.0_npuaqhfkjgus3nqfbgjmqmizqa: + /eslint-plugin-jest/25.7.0_qnvp5jknufo75nawe7wptdtlpy: resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} peerDependencies: @@ -21175,36 +20743,33 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.54.0_6mj2wypvdnknez7kws2nfdgupi - '@typescript-eslint/experimental-utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu - eslint: 8.35.0 - jest: 27.5.1_ts-node@10.9.1 + '@typescript-eslint/eslint-plugin': 5.43.0_hmgauvpilpngxavub5wxagrx34 + '@typescript-eslint/experimental-utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 transitivePeerDependencies: - supports-color - typescript + dev: false - /eslint-plugin-jsx-a11y/6.7.1_eslint@8.35.0: - resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} + /eslint-plugin-jsx-a11y/6.6.1_eslint@8.30.0: + resolution: {integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.21.0 - aria-query: 5.1.3 + '@babel/runtime': 7.20.1 + aria-query: 4.2.2 array-includes: 3.1.6 - array.prototype.flatmap: 1.3.1 ast-types-flow: 0.0.7 - axe-core: 4.6.3 - axobject-query: 3.1.1 + axe-core: 4.5.1 + axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.35.0 + eslint: 8.30.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 minimatch: 3.1.2 - object.entries: 1.1.6 - object.fromentries: 2.0.6 semver: 6.3.0 /eslint-plugin-node/11.1.0_eslint@7.32.0: @@ -21216,11 +20781,10 @@ packages: eslint: 7.32.0 eslint-plugin-es: 3.0.1_eslint@7.32.0 eslint-utils: 2.1.0 - ignore: 5.2.4 + ignore: 5.2.0 minimatch: 3.1.2 resolve: 1.22.1 semver: 6.3.0 - dev: true /eslint-plugin-node/5.2.1_eslint@5.16.0: resolution: {integrity: sha512-xhPXrh0Vl/b7870uEbaumb2Q+LxaEcOQ3kS1jtIXanBAwpMre1l5q/l2l/hESYJGEFKuI78bp6Uw50hlpr7B+g==} @@ -21257,6 +20821,15 @@ packages: engines: {node: '>=4'} dev: true + /eslint-plugin-promise/5.2.0_eslint@7.32.0: + resolution: {integrity: sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==} + engines: {node: ^10.12.0 || >=12.0.0} + peerDependencies: + eslint: ^7.0.0 + dependencies: + eslint: 7.32.0 + dev: false + /eslint-plugin-promise/6.0.0_eslint@7.32.0: resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -21266,23 +20839,22 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.35.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.30.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.35.0 + eslint: 8.30.0 - /eslint-plugin-react/7.32.2_eslint@5.16.0: - resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + /eslint-plugin-react/7.31.10_eslint@5.16.0: + resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 - array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 eslint: 5.16.0 estraverse: 5.3.0 @@ -21298,17 +20870,39 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-react/7.32.2_eslint@8.35.0: - resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} + /eslint-plugin-react/7.31.10_eslint@7.32.0: + resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} + engines: {node: '>=4'} + peerDependencies: + eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 + dependencies: + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 + doctrine: 2.1.0 + eslint: 7.32.0 + estraverse: 5.3.0 + jsx-ast-utils: 3.3.3 + minimatch: 3.1.2 + object.entries: 1.1.6 + object.fromentries: 2.0.6 + object.hasown: 1.1.2 + object.values: 1.1.6 + prop-types: 15.8.1 + resolve: 2.0.0-next.4 + semver: 6.3.0 + string.prototype.matchall: 4.0.8 + dev: false + + /eslint-plugin-react/7.31.10_eslint@8.30.0: + resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 - array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.35.0 + eslint: 8.30.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -21337,38 +20931,38 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-testing-library/5.10.2_ycpbpc6yetojsgtrx3mwntkhsu: - resolution: {integrity: sha512-f1DmDWcz5SDM+IpCkEX0lbFqrrTs8HRsEElzDEqN/EBI0hpRj8Cns5+IVANXswE8/LeybIJqPAOQIFu2j5Y5sw==} + /eslint-plugin-testing-library/5.2.1_yfqovispp7u7jaktymfaqwl2py: + resolution: {integrity: sha512-88qJv6uzYALtiYJDzhelP3ov0Px/GLgnu+UekjjDxL2nMyvgdTyboKqcDBsvFPmAeizlCoSWOjeBN4DxO0BxaA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.54.0_ycpbpc6yetojsgtrx3mwntkhsu - eslint: 8.35.0 + '@typescript-eslint/utils': 5.43.0_yfqovispp7u7jaktymfaqwl2py + eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript + dev: true - /eslint-plugin-testing-library/5.2.1_jofidmxrjzhj7l6vknpw5ecvfe: - resolution: {integrity: sha512-88qJv6uzYALtiYJDzhelP3ov0Px/GLgnu+UekjjDxL2nMyvgdTyboKqcDBsvFPmAeizlCoSWOjeBN4DxO0BxaA==} + /eslint-plugin-testing-library/5.9.1_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-6BQp3tmb79jLLasPHJmy8DnxREe+2Pgf7L+7o09TSWPfdqqtQfRZmZNetr5mOs3yqZk/MRNxpN3RUpJe0wB4LQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.54.0_jofidmxrjzhj7l6vknpw5ecvfe - eslint: 7.32.0 + '@typescript-eslint/utils': 5.43.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 transitivePeerDependencies: - supports-color - typescript - dev: true - /eslint-plugin-ui-testing/2.0.1_jofidmxrjzhj7l6vknpw5ecvfe: + /eslint-plugin-ui-testing/2.0.1_yfqovispp7u7jaktymfaqwl2py: resolution: {integrity: sha512-GpvE0u03GSytsJ/K49C2dJlvDKQSfh+PX4lAEjBIc5RxUWEpGf9/jY3JTFd7F0gQ9ElGfYskJceVKyz7knbFFw==} engines: {node: ^10.12.0 || >=12.0.0, npm: '>=6'} peerDependencies: eslint: '>= 7' dependencies: - '@typescript-eslint/experimental-utils': 5.54.0_jofidmxrjzhj7l6vknpw5ecvfe + '@typescript-eslint/experimental-utils': 5.43.0_yfqovispp7u7jaktymfaqwl2py eslint: 7.32.0 transitivePeerDependencies: - supports-color @@ -21382,13 +20976,13 @@ packages: eslint: '>=8.8.0' dependencies: '@babel/helper-validator-identifier': 7.19.1 - ci-info: 3.8.0 + ci-info: 3.6.1 clean-regexp: 1.0.0 eslint: 7.32.0 eslint-utils: 3.0.0_eslint@7.32.0 - esquery: 1.4.2 + esquery: 1.4.0 indent-string: 4.0.0 - is-builtin-module: 3.2.1 + is-builtin-module: 3.2.0 lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 @@ -21431,7 +21025,6 @@ packages: engines: {node: '>=6'} dependencies: eslint-visitor-keys: 1.3.0 - dev: true /eslint-utils/3.0.0_eslint@7.32.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} @@ -21441,21 +21034,19 @@ packages: dependencies: eslint: 7.32.0 eslint-visitor-keys: 2.1.0 - dev: true - /eslint-utils/3.0.0_eslint@8.35.0: + /eslint-utils/3.0.0_eslint@8.30.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.35.0 + eslint: 8.30.0 eslint-visitor-keys: 2.1.0 /eslint-visitor-keys/1.3.0: resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} engines: {node: '>=4'} - dev: true /eslint-visitor-keys/2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} @@ -21465,15 +21056,15 @@ packages: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint-webpack-plugin/3.2.0_w3onncegnsazftodujhcsvvdoy: + /eslint-webpack-plugin/3.2.0_imx5tv54zsiiq7rta6twuhoaba: resolution: {integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==} engines: {node: '>= 12.13.0'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 webpack: ^5.0.0 dependencies: - '@types/eslint': 8.21.1 - eslint: 8.35.0 + '@types/eslint': 8.4.10 + eslint: 8.30.0 jest-worker: 28.1.3 micromatch: 4.0.5 normalize-path: 3.0.0 @@ -21495,7 +21086,7 @@ packages: eslint-utils: 1.4.3 eslint-visitor-keys: 1.3.0 espree: 5.0.1 - esquery: 1.4.2 + esquery: 1.4.0 esutils: 2.0.3 file-entry-cache: 5.0.1 functional-red-black-tree: 1.0.1 @@ -21544,13 +21135,13 @@ packages: eslint-utils: 2.1.0 eslint-visitor-keys: 2.1.0 espree: 7.3.1 - esquery: 1.4.2 + esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 functional-red-black-tree: 1.0.1 glob-parent: 5.1.2 - globals: 13.20.0 + globals: 13.19.0 ignore: 4.0.6 import-fresh: 3.3.0 imurmurhash: 0.1.4 @@ -21572,15 +21163,13 @@ packages: v8-compile-cache: 2.3.0 transitivePeerDependencies: - supports-color - dev: true - /eslint/8.35.0: - resolution: {integrity: sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==} + /eslint/8.30.0: + resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 2.0.0 - '@eslint/js': 8.35.0 + '@eslint/eslintrc': 1.4.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -21591,23 +21180,23 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.35.0 + eslint-utils: 3.0.0_eslint@8.30.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 - esquery: 1.4.2 + esquery: 1.4.0 esutils: 2.0.3 fast-deep-equal: 3.1.3 file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.20.0 + globals: 13.19.0 grapheme-splitter: 1.0.4 - ignore: 5.2.4 + ignore: 5.2.0 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.3.0 + js-sdsl: 4.1.5 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -21638,14 +21227,13 @@ packages: acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 eslint-visitor-keys: 1.3.0 - dev: true /espree/9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.8.2 - acorn-jsx: 5.3.2_acorn@8.8.2 + acorn: 8.8.1 + acorn-jsx: 5.3.2_acorn@8.8.1 eslint-visitor-keys: 3.3.0 /esprima/2.7.3: @@ -21659,8 +21247,8 @@ packages: engines: {node: '>=4'} hasBin: true - /esquery/1.4.2: - resolution: {integrity: sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==} + /esquery/1.4.0: + resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 @@ -21688,9 +21276,9 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 - c8: 7.13.0 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 + c8: 7.12.0 transitivePeerDependencies: - supports-color dev: true @@ -21713,8 +21301,8 @@ packages: /eth-block-tracker/4.4.3: resolution: {integrity: sha512-A8tG4Z4iNg4mw5tP1Vung9N9IjgMNqpiMoJ/FouSFwNCGHv2X0mmOYwtQOJzki6XN7r7Tyo01S29p7b224I4jw==} dependencies: - '@babel/plugin-transform-runtime': 7.21.0 - '@babel/runtime': 7.21.0 + '@babel/plugin-transform-runtime': 7.19.6 + '@babel/runtime': 7.20.1 eth-query: 2.1.2 json-rpc-random-id: 1.0.1 pify: 3.0.0 @@ -21741,7 +21329,7 @@ packages: '@solidity-parser/parser': 0.14.5 cli-table3: 0.5.1 colors: 1.4.0 - ethereum-cryptography: 1.2.0 + ethereum-cryptography: 1.1.2 ethers: 4.0.49 fs-readdir-recursive: 1.1.0 lodash: 4.17.21 @@ -21779,18 +21367,6 @@ packages: pify: 5.0.0 transitivePeerDependencies: - encoding - dev: true - - /eth-json-rpc-filters/5.1.0: - resolution: {integrity: sha512-fos+9xmoa1A2Ytsc9eYof17r81BjdJOUcGcgZn4K/tKdCCTb+a8ytEtwlu1op5qsXFDlgGmstTELFrDEc89qEQ==} - engines: {node: '>=14.0.0'} - dependencies: - '@metamask/safe-event-emitter': 2.0.0 - async-mutex: 0.2.6 - eth-query: 2.1.2 - json-rpc-engine: 6.1.0 - pify: 5.0.0 - dev: false /eth-json-rpc-infura/3.2.1: resolution: {integrity: sha512-W7zR4DZvyTn23Bxc0EWsq4XGDdD63+XPUCEhV2zQvQGavDVC4ZpFDK4k99qN7bd7/fjj37+rxmuBOBeIqCA5Mw==} @@ -21810,7 +21386,7 @@ packages: eth-json-rpc-middleware: 6.0.0 eth-rpc-errors: 3.0.0 json-rpc-engine: 5.4.0 - node-fetch: 2.6.9 + node-fetch: 2.6.8 transitivePeerDependencies: - encoding dev: true @@ -21823,14 +21399,14 @@ packages: eth-tx-summary: 3.2.4 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 ethereumjs-vm: 2.6.0 fetch-ponyfill: 4.1.0 json-rpc-engine: 3.8.0 json-rpc-error: 2.0.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - tape: 4.16.2 + tape: 4.16.1 transitivePeerDependencies: - supports-color dev: true @@ -21845,11 +21421,11 @@ packages: eth-sig-util: 1.4.2 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 ethereumjs-vm: 2.6.0 json-rpc-engine: 5.4.0 json-stable-stringify: 1.0.2 - node-fetch: 2.6.9 + node-fetch: 2.6.8 pify: 3.0.0 safe-event-emitter: 1.0.1 transitivePeerDependencies: @@ -21864,15 +21440,14 @@ packages: eth-query: 2.1.2 eth-rpc-errors: 3.0.0 eth-sig-util: 1.4.2 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 json-rpc-engine: 5.4.0 json-stable-stringify: 1.0.2 - node-fetch: 2.6.9 + node-fetch: 2.6.8 pify: 3.0.0 safe-event-emitter: 1.0.1 transitivePeerDependencies: - encoding - dev: true /eth-lib/0.1.29: resolution: {integrity: sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==} @@ -21891,7 +21466,7 @@ packages: /eth-lib/0.2.7: resolution: {integrity: sha512-VqEBQKH92jNsaE8lG9CTq8M/bc12gdAfb5MY8Ro1hVyXkh7rOtY3m5tRHK3Hus5HqIAAwU2ivcUjTLVwsvf/kw==} dependencies: - bn.js: 4.11.8 + bn.js: 4.12.0 elliptic: 6.5.4 xhr-request-promise: 0.1.3 dev: true @@ -21924,8 +21499,7 @@ packages: deprecated: Deprecated in favor of '@metamask/eth-sig-util' dependencies: ethereumjs-abi: github.com/ethereumjs/ethereumjs-abi/ee3994657fa7a427238e6ba92a84d0b529bbcde0 - ethereumjs-util: 5.2.0 - dev: true + ethereumjs-util: 5.2.1 /eth-sig-util/2.5.3: resolution: {integrity: sha512-KpXbCKmmBUNUTGh9MRKmNkIPietfhzBqqYqysDavLseIiMUGl95k6UcPEkALAZlj41e9E6yioYXc1PC333RKqw==} @@ -21934,7 +21508,7 @@ packages: buffer: 5.7.1 elliptic: 6.5.4 ethereumjs-abi: 0.6.5 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 tweetnacl: 1.0.3 tweetnacl-util: 0.15.1 dev: true @@ -21959,7 +21533,7 @@ packages: eth-query: 2.1.2 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 ethereumjs-vm: 2.6.0 through2: 2.0.5 dev: true @@ -21986,7 +21560,7 @@ packages: create-hash: 1.2.0 create-hmac: 1.1.7 hash.js: 1.1.7 - keccak: 3.0.3 + keccak: 3.0.2 pbkdf2: 3.1.2 randombytes: 2.1.0 safe-buffer: 5.2.1 @@ -21994,13 +21568,13 @@ packages: secp256k1: 4.0.3 setimmediate: 1.0.5 - /ethereum-cryptography/1.2.0: - resolution: {integrity: sha512-6yFQC9b5ug6/17CQpCyE3k9eKBMdhyVjzUy1WkiuY/E4vj/SXDBbCw8QEIaXqf0Mf2SnY6RmpDcwlUmBSS0EJw==} + /ethereum-cryptography/1.1.2: + resolution: {integrity: sha512-XDSJlg4BD+hq9N2FjvotwUET9Tfxpxc3kWGE2AqUG5vcbeunnbImVk3cj6e/xT3phdW21mE8R5IugU4fspQDcQ==} dependencies: - '@noble/hashes': 1.2.0 - '@noble/secp256k1': 1.7.1 - '@scure/bip32': 1.1.5 - '@scure/bip39': 1.1.1 + '@noble/hashes': 1.1.2 + '@noble/secp256k1': 1.6.3 + '@scure/bip32': 1.1.0 + '@scure/bip39': 1.1.0 /ethereum-ens/0.8.0: resolution: {integrity: sha512-a8cBTF4AWw1Q1Y37V1LSCS9pRY4Mh3f8vCg5cbXCCEJ3eno1hbI/+Ccv9SZLISYpqQhaglP3Bxb/34lS4Qf7Bg==} @@ -22010,7 +21584,7 @@ packages: js-sha3: 0.5.7 pako: 1.0.11 underscore: 1.13.6 - web3: 1.8.2 + web3: 1.8.1 transitivePeerDependencies: - bufferutil - encoding @@ -22070,7 +21644,7 @@ packages: deprecated: 'New package name format for new versions: @ethereumjs/tx. Please update.' dependencies: ethereum-common: 0.0.18 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 /ethereumjs-tx/2.1.2: resolution: {integrity: sha512-zZEK1onCeiORb0wyCXUvg94Ve5It/K6GD1K+26KfFKodiBiS6d9lfCXlUKGBBdQ+bv7Day+JK0tj1K+BeNFRAw==} @@ -22099,6 +21673,7 @@ packages: rlp: 2.2.7 safe-buffer: 5.2.1 secp256k1: 3.8.0 + dev: true /ethereumjs-util/5.2.1: resolution: {integrity: sha512-v3kT+7zdyCm1HIqWlLNrHGqHGLpGYIhjeHxQjnDXjLT2FyGJDsd3LWMYUo7pAFRrk86CR3nUJfhC81CCoJNNGQ==} @@ -22207,6 +21782,7 @@ packages: setimmediate: 1.0.4 uuid: 2.0.1 xmlhttprequest: 1.8.0 + dev: true /ethers/4.0.49: resolution: {integrity: sha512-kPltTvWiyu+OktYy1IStSO16i2e7cS9D9OxZ81q2UUaiNPVrm/RTcbxamCXF9VUSKzJIdJV68EAIhTEVBalRWg==} @@ -22527,7 +22103,7 @@ packages: array-flatten: 1.1.1 body-parser: 1.20.1 content-disposition: 0.5.4 - content-type: 1.0.5 + content-type: 1.0.4 cookie: 0.5.0 cookie-signature: 1.0.6 debug: 2.6.9 @@ -22664,10 +22240,7 @@ packages: resolution: {integrity: sha512-3vtXinVyuUKCKFKYcwXhGE6NtGWkqF8Yh3rvMZNzmwz8EPrgoc/v4pDdLHyLnCyCI5MZpZZkDEwFyXyEONOxpA==} engines: {node: '>=8.0.0'} dependencies: - pure-rand: 5.0.5 - - /fast-decode-uri-component/1.0.1: - resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} + pure-rand: 5.0.3 /fast-deep-equal/2.0.1: resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==} @@ -22721,11 +22294,6 @@ packages: /fast-levenshtein/2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - /fast-querystring/1.1.1: - resolution: {integrity: sha512-qR2r+e3HvhEFmpdHMv//U8FnFlnYjaC6QKDuaXALDkw2kvHO8WDjxH+f/rHGR4Me4pnk8p9JAkRNTjYHAKRn2Q==} - dependencies: - fast-decode-uri-component: 1.0.1 - /fast-redact/3.1.2: resolution: {integrity: sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==} engines: {node: '>=6'} @@ -22742,12 +22310,13 @@ packages: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} dependencies: punycode: 1.4.1 + dev: true /fast-write-atomic/0.2.1: resolution: {integrity: sha512-WvJe06IfNYlr+6cO3uQkdKdy3Cb1LlCJSF8zRs2eT8yuhdbSlR9nIt+TgQ92RUxiRrQm+/S7RARnMfCs5iuAjw==} - /fastq/1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + /fastq/1.13.0: + resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} dependencies: reusify: 1.0.4 @@ -22782,7 +22351,7 @@ packages: object-assign: 4.1.1 promise: 7.3.1 setimmediate: 1.0.5 - ua-parser-js: 0.7.33 + ua-parser-js: 0.7.32 transitivePeerDependencies: - encoding dev: true @@ -22817,8 +22386,8 @@ packages: dependencies: node-fetch: 1.7.3 - /fetch-retry/5.0.4: - resolution: {integrity: sha512-LXcdgpdcVedccGg0AZqg+S8lX/FCdwXD92WNZ5k5qsb0irRhSFsBOpcJt7oevyqT2/C2nEE0zSFNdBEpj3YOSw==} + /fetch-retry/5.0.3: + resolution: {integrity: sha512-uJQyMrX5IJZkhoEUBQ3EjxkeiZkppBd5jS/fMTJmfZxLSiaQjv2zD0kTvuvkSH89uFvgSlB6ueGpjD3HWN7Bxw==} dev: true /figgy-pudding/3.5.2: @@ -22909,7 +22478,7 @@ packages: /filelist/1.0.4: resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} dependencies: - minimatch: 5.1.6 + minimatch: 5.1.0 /filename-reserved-regex/1.0.0: resolution: {integrity: sha512-UZArj7+U+2reBBVCvVmRlyq9D7EYQdUtuNN+1iz7pF1jGcJ2L0TjiRCxsTZfj2xFbM4c25uGCUDpKTHA7L2TKg==} @@ -23141,7 +22710,7 @@ packages: resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /fmix/0.1.0: resolution: {integrity: sha512-Y6hyofImk9JdzU8k5INtTXX1cu8LDlePWDFU5sftm9H+zKCr5SGrVjdhkvsim646cw5zD0nADj8oHyXMZmCZ9w==} @@ -23236,7 +22805,7 @@ packages: /forever-agent/0.6.1: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} - /fork-ts-checker-webpack-plugin/4.1.6_ya43xqu6jcstldhpi7rudeqw7e: + /fork-ts-checker-webpack-plugin/4.1.6_qk4fnxnxhjpnqtz47txsdtiile: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -23252,19 +22821,19 @@ packages: dependencies: '@babel/code-frame': 7.18.6 chalk: 2.4.2 - eslint: 8.35.0 + eslint: 8.30.0 micromatch: 3.1.10 minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 - typescript: 4.9.5 + typescript: 4.9.4 webpack: 4.44.2 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_d6mwqtvpzyptsbgadmdtsiamly: + /fork-ts-checker-webpack-plugin/6.5.2_az3o33dww67cevji5ejlhmxqnq: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -23283,19 +22852,19 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.3.0 - eslint: 8.35.0 + deepmerge: 4.2.2 + eslint: 8.30.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.13 + memfs: 3.4.11 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.9.5 + typescript: 4.9.4 webpack: 5.75.0 - /fork-ts-checker-webpack-plugin/6.5.2_ya43xqu6jcstldhpi7rudeqw7e: + /fork-ts-checker-webpack-plugin/6.5.2_qk4fnxnxhjpnqtz47txsdtiile: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -23314,26 +22883,22 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.3.0 - eslint: 8.35.0 + deepmerge: 4.2.2 + eslint: 8.30.0 fs-extra: 9.1.0 glob: 7.2.3 - memfs: 3.4.13 + memfs: 3.4.11 minimatch: 3.1.2 schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.9.5 + typescript: 4.9.4 webpack: 4.44.2 dev: true /form-data-encoder/1.7.1: resolution: {integrity: sha512-EFRDrsMm/kyqbTQocNvRXMLjc7Es2Vk+IQFx/YW7hkUH1eBl4J1fqiP34l74Yt0pFLCNpc06fkbVk00008mzjg==} - /form-data-encoder/1.7.2: - resolution: {integrity: sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==} - dev: false - /form-data/2.3.3: resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} engines: {node: '>= 0.12'} @@ -23373,7 +22938,6 @@ packages: dependencies: node-domexception: 1.0.0 web-streams-polyfill: 4.0.0-beta.3 - dev: false /formdata-polyfill/4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} @@ -23420,7 +22984,7 @@ packages: resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /fromentries/1.3.2: resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} @@ -23506,7 +23070,7 @@ packages: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.6 + minipass: 3.3.4 /fs-monkey/1.0.3: resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==} @@ -23521,7 +23085,7 @@ packages: graceful-fs: 4.2.10 iferr: 0.1.5 imurmurhash: 0.1.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /fs.realpath/1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -23561,8 +23125,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 functions-have-names: 1.2.3 /functional-red-black-tree/1.0.1: @@ -23581,17 +23145,14 @@ packages: - yargs - ethereumjs-util - /ganache/7.7.5: - resolution: {integrity: sha512-H8ybC7l9hhvor61uS4wvQ7UOYpgc4OcqZvFb3XGutPwbxQL4yYDoNjOumfUcq4JalYZF9ojzy95ss7lOvrw76w==} + /ganache/7.5.0: + resolution: {integrity: sha512-afNTJYBEaFrLPRrn7eUxH39TgnrffvHn/4T6THzQrc3rpfe4DOxw2nY2XEQxfsq1t4OqKSXtxomzyo26RZiOzw==} hasBin: true dependencies: '@trufflesuite/bigint-buffer': 1.1.10 '@types/bn.js': 5.1.1 '@types/lru-cache': 5.1.1 '@types/seedrandom': 3.0.1 - abstract-level: 1.0.3 - abstract-leveldown: 7.2.0 - async-eventemitter: 0.2.4 emittery: 0.10.0 keccak: 3.0.2 leveldown: 6.1.1 @@ -23602,9 +23163,13 @@ packages: dev: true bundledDependencies: - '@trufflesuite/bigint-buffer' + - emittery - keccak - leveldown - secp256k1 + - '@types/bn.js' + - '@types/lru-cache' + - '@types/seedrandom' /gar/1.0.4: resolution: {integrity: sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w==} @@ -23653,8 +23218,8 @@ packages: /get-func-name/2.0.0: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} - /get-intrinsic/1.2.0: - resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==} + /get-intrinsic/1.1.3: + resolution: {integrity: sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==} dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -23685,6 +23250,11 @@ packages: dev: true optional: true + /get-stdin/8.0.0: + resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} + engines: {node: '>=10'} + dev: false + /get-stream/2.3.1: resolution: {integrity: sha512-AUGhbbemXxrZJRD5cDvKtQxLuYaIbNtDTK8YqupCI393Q2KSTreEsLUN3ZxAWFGiKTzL6nKuzfcIvieflUX9qA==} engines: {node: '>=0.10.0'} @@ -23719,7 +23289,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 /get-value/2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} @@ -23790,7 +23360,7 @@ packages: peerDependencies: glob: '*' dependencies: - '@types/glob': 8.1.0 + '@types/glob': 8.0.0 glob: 7.2.3 dev: true @@ -23817,7 +23387,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.4 + minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 dev: true @@ -23853,14 +23423,14 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob/8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + /glob/8.0.3: + resolution: {integrity: sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==} engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 5.1.6 + minimatch: 5.1.0 once: 1.4.0 dev: true @@ -23878,8 +23448,8 @@ packages: dev: false optional: true - /global-dirs/3.0.1: - resolution: {integrity: sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==} + /global-dirs/3.0.0: + resolution: {integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==} engines: {node: '>=10'} dependencies: ini: 2.0.0 @@ -23920,8 +23490,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.20.0: - resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} + /globals/13.19.0: + resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -23934,7 +23504,7 @@ packages: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.2.0 + define-properties: 1.1.4 /globby/10.0.2: resolution: {integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==} @@ -23945,7 +23515,7 @@ packages: dir-glob: 3.0.1 fast-glob: 3.2.12 glob: 7.2.3 - ignore: 5.2.4 + ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -23957,7 +23527,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.12 - ignore: 5.2.4 + ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -23969,7 +23539,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.12 - ignore: 5.2.4 + ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 @@ -24010,10 +23580,10 @@ packages: /gopd/1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 - /got/11.8.6: - resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} + /got/11.8.5: + resolution: {integrity: sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==} engines: {node: '>=10.19.0'} dependencies: '@sindresorhus/is': 4.6.0 @@ -24041,7 +23611,7 @@ packages: decompress-response: 6.0.0 form-data-encoder: 1.7.1 get-stream: 6.0.1 - http2-wrapper: 2.2.0 + http2-wrapper: 2.1.11 lowercase-keys: 3.0.0 p-cancelable: 3.0.0 responselike: 2.0.1 @@ -24127,13 +23697,11 @@ packages: graphql: '>=0.11 <=16' dependencies: graphql: 16.6.0 - dev: false - /graphql-ws/5.11.3_graphql@16.6.0: - resolution: {integrity: sha512-fU8zwSgAX2noXAsuFiCZ8BtXeXZOzXyK5u1LloCdacsVth4skdBMPO74EG51lBoWSIZ8beUocdpV8+cQHBODnQ==} - engines: {node: '>=10'} + /graphql-yoga/3.1.1_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-XgqQM1IurPPsO0HU00evqhiHIta8oghJ/1bSkHOPbTZeGELqb0VV/j7ureGHz5S+vCvNHulzW+YuIfaaph00iQ==} peerDependencies: - graphql: '>=0.11 <=16' + graphql: ^15.2.0 || ^16.0.0 dependencies: '@envelop/core': 3.0.4 '@envelop/parser-cache': 5.0.4_a6sekiasy2tqr6d5gj7n2wtjli @@ -24152,8 +23720,8 @@ packages: - encoding dev: true - /graphql-yoga/3.5.1_4ypim5hjsq3aoucuq6rxjz442a: - resolution: {integrity: sha512-DVn/r4L9XJs5XeVJY9BqOHXk6P2Z1iNB9vXfChcEGNpfxJCbY6pKBstGdlDY+93U0lq5aLVspeOTvBWXAN90/w==} + /graphql-yoga/3.3.0_dvgirfdsy4cky7rqkuzgo4keja: + resolution: {integrity: sha512-xkxenHhwQ5RWmjp7iNVYl0oIsVzt3wZb2GRXESiFYoRMl8pRSzuVlGvdVejEVWi6TWYHvYAF2LvuKrm1on4Gzw==} peerDependencies: graphql: ^15.2.0 || ^16.0.0 dependencies: @@ -24171,6 +23739,7 @@ packages: tslib: 2.5.0 transitivePeerDependencies: - '@types/node' + - encoding dev: false /graphql/15.5.0: @@ -24193,16 +23762,6 @@ packages: engines: {node: '>=4.x'} dev: true - /gulp-uglify-es/3.0.0: - resolution: {integrity: sha512-dQ3czMFFojNgCajcrYl0oa98+YayaQ8kXRdaacpZRZ3iw2sdVURfdt8y8Ki1ogZGQqw8BUawnB7V6NkanxqnDg==} - dependencies: - o-stream: 0.3.0 - plugin-error: 1.0.1 - terser: 5.16.5 - vinyl: 2.2.1 - vinyl-sourcemaps-apply: 0.2.1 - dev: true - /gzip-size/5.1.1: resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} engines: {node: '>=6'} @@ -24240,7 +23799,7 @@ packages: engines: {node: '>=0.4.7'} hasBin: true dependencies: - minimist: 1.2.8 + minimist: 1.2.7 neo-async: 2.6.2 source-map: 0.6.1 wordwrap: 1.0.0 @@ -24283,8 +23842,26 @@ packages: hardhat: 2.12.3 dev: true - /hardhat-deploy/0.11.24: - resolution: {integrity: sha512-26TXDlvW9ADIhb3OjAhjFgURcdU7jVeXpvm+4pJZ8dS0A7K+JFBskTdn9uA8h/vg8R3NUbPxRNPIbvyL1QRwtw==} + /hardhat-dependency-compiler/1.1.3_hardhat@2.12.3: + resolution: {integrity: sha512-bCDqsOxGST6WkbMvj4lPchYWidNSSBm5CFnkyAex1T11cGmr9otZTGl81W6f9pmrtBXbKCvr3OSuNJ6Q394sAw==} + engines: {node: '>=14.14.0'} + peerDependencies: + hardhat: ^2.0.0 + dependencies: + hardhat: 2.12.3 + dev: true + + /hardhat-dependency-compiler/1.1.3_hardhat@2.13.0: + resolution: {integrity: sha512-bCDqsOxGST6WkbMvj4lPchYWidNSSBm5CFnkyAex1T11cGmr9otZTGl81W6f9pmrtBXbKCvr3OSuNJ6Q394sAw==} + engines: {node: '>=14.14.0'} + peerDependencies: + hardhat: ^2.0.0 + dependencies: + hardhat: 2.13.0_z6wznmtyb6ovnulj6iujpct7um + dev: false + + /hardhat-deploy/0.11.20: + resolution: {integrity: sha512-6G2aFLW0mfZxY0ljDf8rxzEJkVh57gr3Eia5H2DeBIQNJh0dhBV2Y5LDq4E4J9K4Crq0DjpxGNTshEtAB9eWxA==} dependencies: '@types/qs': 6.9.7 axios: 0.21.4_debug@4.3.4 @@ -24305,16 +23882,30 @@ packages: - utf-8-validate dev: true - /hardhat-ethernal/1.1.1_4qqzfnf4wnwvol5k47pdkaj3oy: + /hardhat-ethernal/1.1.1_3mpss4owsstbijogechjg2qcye: resolution: {integrity: sha512-I7drNE1t7+vknZzmF9jfw762XPM6SurlKBABlYbJupYgZOVjwcVBsm9qvE3+jIrS2L6T1z2hXzhU67KEF1XOCA==} peerDependencies: '@nomiclabs/hardhat-ethers': npm:hardhat-deploy-ethers@^0.3.0-beta.10 hardhat: ^2.9.1 dependencies: '@firebase/firestore-types': 2.2.0 - '@nomiclabs/hardhat-ethers': 2.2.2_4tzilew2vuitdwerzusliplz24 + '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 firebase: 8.2.6 - hardhat: 2.12.7_6qtx7vkbdhwvdm4crzlegk4mvi + hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + transitivePeerDependencies: + - '@firebase/app-types' + dev: true + + /hardhat-ethernal/1.1.1_3z474dof7abixsfj5y5c6mbhv4: + resolution: {integrity: sha512-I7drNE1t7+vknZzmF9jfw762XPM6SurlKBABlYbJupYgZOVjwcVBsm9qvE3+jIrS2L6T1z2hXzhU67KEF1XOCA==} + peerDependencies: + '@nomiclabs/hardhat-ethers': npm:hardhat-deploy-ethers@^0.3.0-beta.10 + hardhat: ^2.9.1 + dependencies: + '@firebase/firestore-types': 2.2.0 + '@nomiclabs/hardhat-ethers': 2.2.1_wknqauzjtp3mhprkntsmqpccee + firebase: 8.2.6 + hardhat: 2.13.0_z6wznmtyb6ovnulj6iujpct7um transitivePeerDependencies: - '@firebase/app-types' dev: true @@ -24371,21 +23962,21 @@ packages: debug: 4.3.4 enquirer: 2.3.6 env-paths: 2.2.1 - ethereum-cryptography: 1.2.0 + ethereum-cryptography: 1.1.2 ethereumjs-abi: 0.6.8 find-up: 2.1.0 fp-ts: 1.19.3 fs-extra: 7.0.1 glob: 7.2.0 - immutable: 4.2.4 + immutable: 4.1.0 io-ts: 1.10.4 - keccak: 3.0.3 + keccak: 3.0.2 lodash: 4.17.21 mnemonist: 0.38.5 - mocha: 10.2.0 + mocha: 10.1.0 p-map: 4.0.0 qs: 6.11.0 - raw-body: 2.5.2 + raw-body: 2.5.1 resolve: 1.17.0 semver: 6.3.0 solc: 0.7.3_debug@4.3.4 @@ -24459,7 +24050,7 @@ packages: solc: 0.7.3_debug@4.3.4 source-map-support: 0.5.21 stacktrace-parser: 0.1.10 - ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu + ts-node: 10.9.1_typescript@4.9.4 tsort: 0.0.1 typescript: 4.9.4 undici: 5.12.0 @@ -24469,6 +24060,77 @@ packages: - bufferutil - supports-color - utf-8-validate + dev: true + + /hardhat/2.13.0_z6wznmtyb6ovnulj6iujpct7um: + resolution: {integrity: sha512-ZlzBOLML1QGlm6JWyVAG8lVTEAoOaVm1in/RU2zoGAnYEoD1Rp4T+ZMvrLNhHaaeS9hfjJ1gJUBfiDr4cx+htQ==} + engines: {node: '>=14.0.0'} + hasBin: true + peerDependencies: + ts-node: '*' + typescript: '*' + peerDependenciesMeta: + ts-node: + optional: true + typescript: + optional: true + dependencies: + '@ethersproject/abi': 5.7.0 + '@metamask/eth-sig-util': 4.0.1 + '@nomicfoundation/ethereumjs-block': 4.0.0 + '@nomicfoundation/ethereumjs-blockchain': 6.0.0 + '@nomicfoundation/ethereumjs-common': 3.0.0 + '@nomicfoundation/ethereumjs-evm': 1.0.0 + '@nomicfoundation/ethereumjs-rlp': 4.0.0 + '@nomicfoundation/ethereumjs-statemanager': 1.0.0 + '@nomicfoundation/ethereumjs-trie': 5.0.0 + '@nomicfoundation/ethereumjs-tx': 4.0.0 + '@nomicfoundation/ethereumjs-util': 8.0.0 + '@nomicfoundation/ethereumjs-vm': 6.0.0 + '@nomicfoundation/solidity-analyzer': 0.1.0 + '@sentry/node': 5.30.0 + '@types/bn.js': 5.1.1 + '@types/lru-cache': 5.1.1 + abort-controller: 3.0.0 + adm-zip: 0.4.16 + aggregate-error: 3.1.0 + ansi-escapes: 4.3.2 + chalk: 2.4.2 + chokidar: 3.5.3 + ci-info: 2.0.0 + debug: 4.3.4 + enquirer: 2.3.6 + env-paths: 2.2.1 + ethereum-cryptography: 1.1.2 + ethereumjs-abi: 0.6.8 + find-up: 2.1.0 + fp-ts: 1.19.3 + fs-extra: 7.0.1 + glob: 7.2.0 + immutable: 4.1.0 + io-ts: 1.10.4 + keccak: 3.0.2 + lodash: 4.17.21 + mnemonist: 0.38.5 + mocha: 10.1.0 + p-map: 4.0.0 + qs: 6.11.0 + raw-body: 2.5.1 + resolve: 1.17.0 + semver: 6.3.0 + solc: 0.7.3_debug@4.3.4 + source-map-support: 0.5.21 + stacktrace-parser: 0.1.10 + ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu + tsort: 0.0.1 + typescript: 4.9.4 + undici: 5.20.0 + uuid: 8.3.2 + ws: 7.5.9 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate /harmony-reflect/1.6.2: resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==} @@ -24505,11 +24167,7 @@ packages: /has-property-descriptors/1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: - get-intrinsic: 1.2.0 - - /has-proto/1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} - engines: {node: '>= 0.4'} + get-intrinsic: 1.1.3 /has-symbol-support-x/1.4.2: resolution: {integrity: sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==} @@ -24577,7 +24235,7 @@ packages: engines: {node: '>=4'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 safe-buffer: 5.2.1 /hash.js/1.1.3: @@ -24705,13 +24363,13 @@ packages: /highlight.js/10.7.3: resolution: {integrity: sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==} - /highlight.js/11.7.0: - resolution: {integrity: sha512-1rRqesRFhMO/PRF+G86evnyJkCgaZFOI+Z6kdj15TA18funfoqJXvgPCLSf0SWq3SRfg1j3HlDs8o4s3EGq1oQ==} + /highlight.js/11.6.0: + resolution: {integrity: sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw==} engines: {node: '>=12.0.0'} dev: false - /highlightjs-solidity/2.0.6: - resolution: {integrity: sha512-DySXWfQghjm2l6a/flF+cteroJqD4gI8GSdL4PtvxZSsAHie8m3yVe2JFoRg03ROKT6hp2Lc/BxXkqerNmtQYg==} + /highlightjs-solidity/2.0.5: + resolution: {integrity: sha512-ReXxQSGQkODMUgHcWzVSnfDCDrL2HshOYgw3OlIYmfHeRzUPkfJTUIp95pK4CmbiNG2eMTOmNLpfCz9Zq7Cwmg==} /hmac-drbg/1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} @@ -24751,7 +24409,7 @@ packages: dependencies: inherits: 2.0.4 obuf: 1.1.2 - readable-stream: 2.3.8 + readable-stream: 2.3.7 wbuf: 1.7.3 /html-encoding-sniffer/2.0.1: @@ -24786,12 +24444,12 @@ packages: hasBin: true dependencies: camel-case: 4.1.2 - clean-css: 5.3.2 + clean-css: 5.3.1 commander: 8.3.0 he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 5.16.5 + terser: 5.15.1 /html-parse-stringify/3.0.1: resolution: {integrity: sha512-KknJ50kTInJ7qIScF3jeaFRpMpE8/lfiTdzf/twXyPBLAGrLRTmkz3AdTnKeh40X8k9L2fdYwEp/42WGXIRGcg==} @@ -24877,8 +24535,8 @@ packages: parse-cache-control: 1.0.1 dev: true - /http-cache-semantics/4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + /http-cache-semantics/4.1.0: + resolution: {integrity: sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==} /http-deceiver/1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} @@ -24929,7 +24587,7 @@ packages: transitivePeerDependencies: - supports-color - /http-proxy-middleware/2.0.6_@types+express@4.17.17: + /http-proxy-middleware/2.0.6_@types+express@4.17.14: resolution: {integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -24938,8 +24596,8 @@ packages: '@types/express': optional: true dependencies: - '@types/express': 4.17.17 - '@types/http-proxy': 1.17.10 + '@types/express': 4.17.14 + '@types/http-proxy': 1.17.9 http-proxy: 1.18.1 is-glob: 4.0.3 is-plain-obj: 3.0.0 @@ -24987,8 +24645,8 @@ packages: quick-lru: 5.1.1 resolve-alpn: 1.2.1 - /http2-wrapper/2.2.0: - resolution: {integrity: sha512-kZB0wxMo0sh1PehyjJUWRFEd99KC5TLjZ2cULC4f9iqJBAmKQQXEICjxl5iPJRwP40dpeHFqqhm7tYCvODpqpQ==} + /http2-wrapper/2.1.11: + resolution: {integrity: sha512-aNAk5JzLturWEUiuhAN73Jcbq96R7rTitAoXV54FYMatvihnpD2+6PUgU4ce3D/m5VDbw+F5CsyKSF176ptitQ==} engines: {node: '>=10.19.0'} dependencies: quick-lru: 5.1.1 @@ -25025,12 +24683,6 @@ packages: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} - /humanize-ms/1.2.1: - resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} - dependencies: - ms: 2.1.3 - dev: false - /humanize-url/1.0.1: resolution: {integrity: sha512-RtgTzXCPVb/te+e82NDhAc5paj+DuKSratIGAr+v+HZK24eAQ8LMoBGYoL7N/O+9iEc33AKHg45dOMKw3DNldQ==} engines: {node: '>=0.10.0'} @@ -25048,7 +24700,7 @@ packages: /i18next-browser-languagedetector/7.0.1: resolution: {integrity: sha512-Pa5kFwaczXJAeHE56CHG2aWzFBMJNUNghf0Pm4SwSrEMps/PTKqW90EYWlIvhuYStf3Sn1K0vw+gH3+TLdkH1g==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 dev: false /i18next-http-backend/2.1.1: @@ -25062,7 +24714,7 @@ packages: /i18next/21.10.0: resolution: {integrity: sha512-YeuIBmFsGjUfO3qBmMOc0rQaun4mIpGKET5WDwvu8lU7gvwpcariZLNtL0Fzj+zazcHUrlXHiptcFhBMFaxzfg==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 dev: false /iconv-lite/0.4.24: @@ -25084,13 +24736,13 @@ packages: postcss: 7.0.39 dev: true - /icss-utils/5.1.0_postcss@8.4.21: + /icss-utils/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 /idb-keyval/6.2.0: resolution: {integrity: sha512-uw+MIyQn2jl3+hroD7hF8J7PUviBU7BPKWw4f/ISf32D4LoGu98yHjrzWWJDASu9QNrX10tCJqk9YY0ClWm8Ng==} @@ -25130,10 +24782,9 @@ packages: /ignore/4.0.6: resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} engines: {node: '>= 4'} - dev: true - /ignore/5.2.4: - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} + /ignore/5.2.0: + resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==} engines: {node: '>= 4'} /immediate/3.0.6: @@ -25142,8 +24793,8 @@ packages: /immediate/3.3.0: resolution: {integrity: sha512-HR7EVodfFUdQCTIeySw+WDRFJlPcLOJbXfwwZ7Oom6tjsvZ3bOkCDJHehQC3nxJrv7+f9XecwazynjU8e4Vw3Q==} - /immer/9.0.19: - resolution: {integrity: sha512-eY+Y0qcsB4TZKwgQzLaE/lqYMlKhv5J9dyd2RhhtGhNo2njPXDqU9XPfcNfa3MIDsdtZt5KlkIsirlo4dHsWdQ==} + /immer/9.0.16: + resolution: {integrity: sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==} /immutable/3.7.6: resolution: {integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==} @@ -25155,8 +24806,16 @@ packages: engines: {node: '>=0.10.0'} dev: true - /immutable/4.2.4: - resolution: {integrity: sha512-WDxL3Hheb1JkRN3sQkyujNlL/xRjAo3rJtaU5xeufUauG66JdMr32bLj4gF+vWl84DIA3Zxw7tiAjneYzRRw+w==} + /immutable/4.1.0: + resolution: {integrity: sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==} + + /import-fresh/2.0.0: + resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} + engines: {node: '>=4'} + dependencies: + caller-path: 2.0.0 + resolve-from: 3.0.0 + dev: true /import-fresh/3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} @@ -25293,11 +24952,11 @@ packages: interface-store: 2.0.2 multiformats: 9.9.0 - /interface-blockstore/4.0.1: - resolution: {integrity: sha512-ROWKGJls7vLeFaQtI3hZVCJOkUoZ05xAi2t2qysM4d7dwVKrfm5jUOqWh8JgLL7Iup3XqJ0mKXXZuwJ3s03RSw==} + /interface-blockstore/4.0.0: + resolution: {integrity: sha512-Q+qKT2jK8hYiKL0JgqrwaZn31qR+dIU6tz8dLPtItXjIxNknySS5cYrwNaiAgX6kyikgAo8VSIovSfHkMJEQ0A==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - interface-store: 3.0.4 + interface-store: 3.0.3 multiformats: 11.0.1 dev: false @@ -25308,12 +24967,12 @@ packages: nanoid: 3.3.4 uint8arrays: 3.1.1 - /interface-datastore/7.0.4: - resolution: {integrity: sha512-Q8LZS/jfFFHz6XyZazLTAc078SSCoa27ZPBOfobWdpDiFO7FqPA2yskitUJIhaCgxNK8C+/lMBUTBNfVIDvLiw==} + /interface-datastore/7.0.3: + resolution: {integrity: sha512-6zUypd1LM2Rl8o58RgJ7stLHgqx5+9t0+XkUVAvjd3KkWCNKBknD7G+Zar5jpUGClS+IINRPTjH/8Xnc2HB39A==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - interface-store: 3.0.4 - nanoid: 4.0.1 + interface-store: 3.0.3 + nanoid: 4.0.0 uint8arrays: 4.0.3 dev: false @@ -25329,16 +24988,16 @@ packages: /interface-store/2.0.2: resolution: {integrity: sha512-rScRlhDcz6k199EkHqT8NpM87ebN89ICOzILoBHgaG36/WX50N32BnU/kpZgCGPLhARRAWUUX5/cyaIjt7Kipg==} - /interface-store/3.0.4: - resolution: {integrity: sha512-OjHUuGXbH4eXSBx1TF1tTySvjLldPLzRSYYXJwrEQI+XfH5JWYZofr0gVMV4F8XTwC+4V7jomDYkvGRmDSRKqQ==} + /interface-store/3.0.3: + resolution: {integrity: sha512-FihzZamIkSPHIFw7xZAvZ77DEOSTvHt/t3HvIG7pm8lmqDIUh8/PgDsez/4Aa2091bT0sqK4tTFBcKF9TOGhtQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dev: false - /internal-slot/1.0.5: - resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} + /internal-slot/1.0.3: + resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 has: 1.0.3 side-channel: 1.0.4 @@ -25429,7 +25088,7 @@ packages: multiaddr: 10.0.1 multiformats: 9.9.0 protobufjs: 6.11.3 - readable-stream: 3.6.1 + readable-stream: 3.6.0 uint8arrays: 3.1.1 varint: 6.0.0 varint-decoder: 1.0.0 @@ -25437,8 +25096,8 @@ packages: - node-fetch - supports-color - /ipfs-bitswap/15.0.2: - resolution: {integrity: sha512-HJLseLdUDeohIihJIaw0ALaGJz52qT6nN06pJjJsew+fXHuXGJo94uulm/BLqr9htZAYZyEKyjxo0z+tg1laRw==} + /ipfs-bitswap/15.0.0: + resolution: {integrity: sha512-/rvvvm9Q9g1E1Ed+7YGYQQWPd5GoSehftK5T5u0eYD/NgVpQXnEW1orcYs2UJNGDWAQ8cFfIC4lmD76gsZmMmQ==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/interface-connection': 3.0.8 @@ -25448,18 +25107,18 @@ packages: '@libp2p/logger': 2.0.5 '@libp2p/topology': 4.0.1 '@libp2p/tracked-map': 3.0.2 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 '@vascosantos/moving-average': 1.1.0 abortable-iterator: 4.0.2 any-signal: 3.0.1 blockstore-core: 3.0.0 - interface-blockstore: 4.0.1 + interface-blockstore: 4.0.0 it-length-prefixed: 8.0.4 it-pipe: 2.0.5 just-debounce-it: 3.2.0 multiformats: 11.0.1 - protobufjs: 7.2.2 - readable-stream: 4.3.0 + protobufjs: 7.1.2 + readable-stream: 4.2.0 timeout-abort-controller: 3.0.0 uint8arrays: 4.0.3 varint: 6.0.0 @@ -25524,7 +25183,7 @@ packages: ipfs-daemon: 0.12.3 ipfs-http-client: 56.0.3 ipfs-repo: 14.0.1 - ipfs-utils: 9.0.14 + ipfs-utils: 9.0.7 it-all: 1.0.6 it-concat: 2.0.0 it-first: 1.0.7 @@ -25594,12 +25253,12 @@ packages: resolution: {integrity: sha512-sVPH9FsXLMtZE7DYwHM2yH/AJivP31OtW1iwsbsu/c1J3RcFsbICQdfflwnOz1dfOPXNBbdGG+4M0qH1b9nTAw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@chainsafe/libp2p-gossipsub': 6.2.0 + '@chainsafe/libp2p-gossipsub': 6.1.0 '@libp2p/floodsub': 6.0.0 '@libp2p/logger': 2.0.5 '@libp2p/mdns': 6.0.0 '@libp2p/prometheus-metrics': 1.1.3 - '@libp2p/tcp': 6.1.2 + '@libp2p/tcp': 6.0.9 '@libp2p/webrtc-star': 6.0.0 blockstore-datastore-adapter: 5.0.0 datastore-core: 8.0.4 @@ -25607,14 +25266,14 @@ packages: datastore-level: 9.0.4 err-code: 3.0.1 hashlru: 2.3.0 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 ipfs-repo: 17.0.0 ipfs-utils: 9.0.14 is-ipfs: 8.0.1 it-all: 2.0.0 it-drain: 2.0.0 it-foreach: 1.0.0 - p-queue: 7.3.4 + p-queue: 7.3.0 uint8arrays: 4.0.3 transitivePeerDependencies: - bufferutil @@ -25640,15 +25299,15 @@ packages: resolution: {integrity: sha512-qO1xVO3n5m7scTXXtMz8hDTLdwXInnwqadIDQpXC446BIlaYyRWUvLcFQ2bOjQql9/CPNTaPHzjzr5Y1XxqpJw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.2 - '@libp2p/interface-keychain': 2.0.4 + '@ipld/dag-pb': 4.0.0 + '@libp2p/interface-keychain': 2.0.3 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/interface-peer-info': 1.0.8 '@libp2p/interface-pubsub': 3.0.6 - '@multiformats/multiaddr': 11.4.0 - '@types/node': 18.14.2 - interface-datastore: 7.0.4 - ipfs-unixfs: 9.0.1 + '@multiformats/multiaddr': 11.3.0 + '@types/node': 18.11.9 + interface-datastore: 7.0.3 + ipfs-unixfs: 9.0.0 multiformats: 11.0.1 transitivePeerDependencies: - supports-color @@ -25704,7 +25363,7 @@ packages: err-code: 3.0.1 ipfs-core-types: 0.10.3 ipfs-unixfs: 6.0.9 - ipfs-utils: 9.0.14 + ipfs-utils: 9.0.7 it-all: 1.0.6 it-map: 1.0.6 it-peekable: 1.0.3 @@ -25718,7 +25377,6 @@ packages: timeout-abort-controller: 3.0.0 uint8arrays: 3.1.1 transitivePeerDependencies: - - encoding - node-fetch - supports-color @@ -25727,14 +25385,14 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@libp2p/logger': 2.0.5 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/multiaddr': 11.3.0 '@multiformats/multiaddr-to-uri': 9.0.2 any-signal: 3.0.1 blob-to-it: 2.0.0 browser-readablestream-to-it: 2.0.0 err-code: 3.0.1 ipfs-core-types: 0.14.0 - ipfs-unixfs: 9.0.1 + ipfs-unixfs: 9.0.0 ipfs-utils: 9.0.14 it-all: 2.0.0 it-map: 2.0.0 @@ -25742,7 +25400,7 @@ packages: it-to-stream: 1.0.0 merge-options: 3.0.4 multiformats: 11.0.1 - nanoid: 4.0.1 + nanoid: 4.0.0 parse-duration: 1.0.2 timeout-abort-controller: 3.0.0 uint8arrays: 4.0.3 @@ -25829,14 +25487,14 @@ packages: resolution: {integrity: sha512-VkBTXT77pRFN0/mQ3OB6PmTlRIA2rKRjRZ4Tgh+pWwzAZiTj6Qz/TLO862vKflncOWG7Znq6oYxW1GQdhx1dbg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@chainsafe/libp2p-noise': 11.0.1 - '@ipld/car': 5.1.0 + '@chainsafe/libp2p-noise': 11.0.0 + '@ipld/car': 5.0.3 '@ipld/dag-cbor': 9.0.0 - '@ipld/dag-json': 10.0.1 - '@ipld/dag-pb': 4.0.2 + '@ipld/dag-json': 10.0.0 + '@ipld/dag-pb': 4.0.0 '@libp2p/bootstrap': 6.0.0 - '@libp2p/crypto': 1.0.12 - '@libp2p/delegated-content-routing': 4.0.1 + '@libp2p/crypto': 1.0.11 + '@libp2p/delegated-content-routing': 4.0.0 '@libp2p/delegated-peer-routing': 4.0.0 '@libp2p/interface-dht': 2.0.1 '@libp2p/interface-keys': 1.0.7 @@ -25846,14 +25504,14 @@ packages: '@libp2p/kad-dht': 7.0.0 '@libp2p/logger': 2.0.5 '@libp2p/mplex': 7.1.1 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/peer-id-factory': 2.0.1 '@libp2p/record': 3.0.0 '@libp2p/websockets': 5.0.3 - '@multiformats/mafmt': 11.0.4 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/mafmt': 11.0.3 + '@multiformats/multiaddr': 11.3.0 '@multiformats/multiaddr-to-uri': 9.0.2 - '@multiformats/murmur3': 2.1.3 + '@multiformats/murmur3': 2.1.2 any-signal: 3.0.1 array-shuffle: 3.0.0 blockstore-core: 3.0.0 @@ -25865,17 +25523,17 @@ packages: err-code: 3.0.1 hamt-sharding: 3.0.2 hashlru: 2.3.0 - interface-blockstore: 4.0.1 - interface-datastore: 7.0.4 - ipfs-bitswap: 15.0.2 + interface-blockstore: 4.0.0 + interface-datastore: 7.0.3 + ipfs-bitswap: 15.0.0 ipfs-core-config: 0.7.0 ipfs-core-types: 0.14.0 ipfs-core-utils: 0.18.0 ipfs-http-client: 60.0.0 ipfs-repo: 17.0.0 - ipfs-unixfs: 9.0.1 - ipfs-unixfs-exporter: 10.0.1 - ipfs-unixfs-importer: 12.0.1 + ipfs-unixfs: 9.0.0 + ipfs-unixfs-exporter: 10.0.0 + ipfs-unixfs-importer: 12.0.0 ipfs-utils: 9.0.14 ipns: 5.0.1 is-domain-name: 1.0.1 @@ -25892,7 +25550,7 @@ packages: it-pushable: 3.1.2 it-tar: 6.0.1 it-to-buffer: 3.0.0 - just-safe-set: 4.2.1 + just-safe-set: 4.2.0 libp2p: 0.42.2 merge-options: 3.0.4 mortice: 3.0.1 @@ -25925,7 +25583,7 @@ packages: libp2p-webrtc-star: 0.25.0 optionalDependencies: electron-webrtc: 0.3.0 - prom-client: 14.1.1 + prom-client: 14.1.0 wrtc: 0.4.7 transitivePeerDependencies: - bufferutil @@ -25942,7 +25600,7 @@ packages: /ipfs-grpc-server/0.8.4: resolution: {integrity: sha512-0Ra7kOMAsl+4OmWyZ/0st/hLYWzT+SCIFJEPcktUONvUy/mRhbv5/rdEg+l68v/ryY8qd4FhsovhVqyAaICiRg==} dependencies: - '@grpc/grpc-js': 1.8.11 + '@grpc/grpc-js': 1.7.3 change-case: 4.1.2 coercer: 1.1.2 debug: 4.3.4 @@ -25970,7 +25628,7 @@ packages: dependencies: abort-controller: 3.0.0 async: 2.6.4 - bignumber.js: 9.1.1 + bignumber.js: 9.1.0 bl: 3.0.1 bs58: 4.0.1 buffer: 5.7.1 @@ -26015,11 +25673,12 @@ packages: pull-to-stream: 0.1.1 pump: 3.0.0 qs: 6.11.0 - readable-stream: 3.6.1 + readable-stream: 3.6.0 stream-to-pull-stream: 1.7.3 tar-stream: 2.2.0 through2: 3.0.2 transitivePeerDependencies: + - encoding - supports-color dev: true @@ -26036,7 +25695,7 @@ packages: err-code: 3.0.1 ipfs-core-types: 0.10.3 ipfs-core-utils: 0.14.3 - ipfs-utils: 9.0.14 + ipfs-utils: 9.0.7 it-first: 1.0.7 it-last: 1.0.6 merge-options: 3.0.4 @@ -26046,7 +25705,6 @@ packages: stream-to-it: 0.2.4 uint8arrays: 3.1.1 transitivePeerDependencies: - - encoding - node-fetch - supports-color @@ -26055,11 +25713,11 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@ipld/dag-cbor': 9.0.0 - '@ipld/dag-json': 10.0.1 - '@ipld/dag-pb': 4.0.2 + '@ipld/dag-json': 10.0.0 + '@ipld/dag-pb': 4.0.0 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 - '@multiformats/multiaddr': 11.4.0 + '@libp2p/peer-id': 2.0.1 + '@multiformats/multiaddr': 11.3.0 any-signal: 3.0.1 dag-jose: 4.0.0 err-code: 3.0.1 @@ -26083,7 +25741,7 @@ packages: dependencies: '@hapi/ammo': 5.0.1 '@hapi/boom': 9.1.4 - '@hapi/hapi': 20.3.0 + '@hapi/hapi': 20.2.2 debug: 4.3.4 hapi-pino: 8.5.0 ipfs-core-types: 0.10.3 @@ -26091,7 +25749,7 @@ packages: is-ipfs: 6.0.2 it-last: 1.0.6 it-to-stream: 1.0.0 - joi: 17.8.3 + joi: 17.7.0 multiformats: 9.9.0 uint8arrays: 3.1.1 uri-to-multiaddr: 6.0.0 @@ -26122,7 +25780,7 @@ packages: dependencies: '@hapi/boom': 9.1.4 '@hapi/content': 5.0.2 - '@hapi/hapi': 20.3.0 + '@hapi/hapi': 20.2.2 '@ipld/dag-pb': 2.1.18 any-signal: 3.0.1 debug: 4.3.4 @@ -26144,7 +25802,7 @@ packages: it-pipe: 1.1.0 it-pushable: 1.4.2 it-reduce: 1.0.6 - joi: 17.8.3 + joi: 17.7.0 just-safe-set: 2.2.3 multiaddr: 10.0.1 multiformats: 9.9.0 @@ -26154,9 +25812,8 @@ packages: uint8arrays: 3.1.1 uri-to-multiaddr: 6.0.0 optionalDependencies: - prom-client: 14.1.1 + prom-client: 14.1.0 transitivePeerDependencies: - - encoding - node-fetch - supports-color dev: false @@ -26196,17 +25853,17 @@ packages: resolution: {integrity: sha512-7OWFmDROrS455syVBTHegCWT5+YOLl5ac7MZpZU2OXP1n4/AEAD15ycNJzLUEHpyYTqOfVQlnz2Uh9eyiW+cJA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.2 - '@multiformats/multiaddr': 11.4.0 + '@ipld/dag-pb': 4.0.0 + '@multiformats/multiaddr': 11.3.0 cborg: 1.10.0 datastore-core: 8.0.4 debug: 4.3.4 fnv1a: 1.1.1 - interface-blockstore: 4.0.1 - interface-datastore: 7.0.4 + interface-blockstore: 4.0.0 + interface-datastore: 7.0.3 it-length: 2.0.0 multiformats: 11.0.1 - protobufjs: 7.2.2 + protobufjs: 7.1.2 uint8arrays: 4.0.3 varint: 6.0.0 transitivePeerDependencies: @@ -26250,14 +25907,14 @@ packages: resolution: {integrity: sha512-y+cEO+tRm7LxSMBKSH9e1eiZWloLuzVOE7HH3odsWe6EgZ7URa1FSiBfVmqx7sTtjjz1vwvBNmVGwIVVaN5tWw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.2 + '@ipld/dag-pb': 4.0.0 bytes: 3.1.2 cborg: 1.10.0 datastore-core: 8.0.4 debug: 4.3.4 err-code: 3.0.1 - interface-blockstore: 4.0.1 - interface-datastore: 7.0.4 + interface-blockstore: 4.0.0 + interface-datastore: 7.0.3 ipfs-repo-migrations: 15.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -26268,11 +25925,11 @@ packages: it-pipe: 2.0.5 it-pushable: 3.1.2 just-safe-get: 4.2.0 - just-safe-set: 4.2.1 + just-safe-set: 4.2.0 merge-options: 3.0.4 mortice: 3.0.1 multiformats: 11.0.1 - p-queue: 7.3.4 + p-queue: 7.3.0 proper-lockfile: 4.1.2 quick-lru: 6.1.1 sort-keys: 5.0.0 @@ -26281,24 +25938,24 @@ packages: - supports-color dev: false - /ipfs-unixfs-exporter/10.0.1: - resolution: {integrity: sha512-lSaCF2wpG7U26heLNiauTwaKmBRmr3unoj2/PVv93J/mgD7Qy+gq9/pJNLhQReX1iOIQY6pQjm02aCJ3oAfyMQ==} + /ipfs-unixfs-exporter/10.0.0: + resolution: {integrity: sha512-ZOBZzTlTctLfvzMTVNz4EGnY4Bj4C8SqgbkarVN0Q0A5XEAgT4Rx4lTb9HlfJxvk44TTOz4RmvBTzcZWhaGs4g==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@ipld/dag-cbor': 9.0.0 - '@ipld/dag-pb': 4.0.2 - '@multiformats/murmur3': 2.1.3 + '@ipld/dag-pb': 4.0.0 + '@multiformats/murmur3': 2.1.2 err-code: 3.0.1 hamt-sharding: 3.0.2 - interface-blockstore: 4.0.1 - ipfs-unixfs: 9.0.1 + interface-blockstore: 4.0.0 + ipfs-unixfs: 9.0.0 it-last: 2.0.0 it-map: 2.0.0 it-parallel: 3.0.0 it-pipe: 2.0.5 it-pushable: 3.1.2 multiformats: 11.0.1 - p-queue: 7.3.4 + p-queue: 7.3.0 uint8arrays: 4.0.3 dev: false @@ -26317,16 +25974,16 @@ packages: multiformats: 9.9.0 uint8arrays: 3.1.1 - /ipfs-unixfs-importer/12.0.1: - resolution: {integrity: sha512-//VPZOqbONtc1HNtb+sBrw+nIGijHEloSm1O3LVR5orSlhHQ8X7+OCkeqceFBhu40tPMe/TwgAPrkvh+fXL+bA==} + /ipfs-unixfs-importer/12.0.0: + resolution: {integrity: sha512-aVJyZsPaDLHyqCOZBja7VYIH/uWY6ZBoZNBc6Mb/+j23Vov/QctS7GNfOQVb1TytkexWXjSjSfpfgb2Cp/1hMw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-pb': 4.0.2 - '@multiformats/murmur3': 2.1.3 + '@ipld/dag-pb': 4.0.0 + '@multiformats/murmur3': 2.1.2 err-code: 3.0.1 hamt-sharding: 3.0.2 - interface-blockstore: 4.0.1 - ipfs-unixfs: 9.0.1 + interface-blockstore: 4.0.0 + ipfs-unixfs: 9.0.0 it-all: 2.0.0 it-batch: 2.0.0 it-first: 2.0.0 @@ -26402,12 +26059,12 @@ packages: err-code: 3.0.1 protobufjs: 6.11.3 - /ipfs-unixfs/9.0.1: - resolution: {integrity: sha512-jh2CbXyxID+v3jLml9CqMwjdSS9ZRnsGfQGGPOfem0/hT/L48xUeTPvh7qLFWkZcIMhZtG+fnS1teei8x5uGBg==} + /ipfs-unixfs/9.0.0: + resolution: {integrity: sha512-1goUaosYqqZm1lRI+zWLWPjbxsvNjv+ml8NgqToz0OrbQZfxP1HuECWpNBdYZyZ/7ybsNoZ9ZVdrKvN9pQGSHw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: err-code: 3.0.1 - protobufjs: 7.2.2 + protobufjs: 7.1.2 dev: false /ipfs-utils/0.0.4: @@ -26415,11 +26072,11 @@ packages: dependencies: buffer: 5.7.1 is-buffer: 2.0.5 - is-electron: 2.2.2 + is-electron: 2.2.1 is-pull-stream: 0.0.0 is-stream: 2.0.1 kind-of: 6.0.3 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /ipfs-utils/9.0.14: @@ -26431,15 +26088,15 @@ packages: buffer: 6.0.3 electron-fetch: 1.9.1 err-code: 3.0.1 - is-electron: 2.2.2 + is-electron: 2.2.1 iso-url: 1.2.1 it-all: 1.0.6 it-glob: 1.0.2 it-to-stream: 1.0.0 merge-options: 3.0.4 nanoid: 3.3.4 - native-fetch: 3.0.0_node-fetch@2.6.9 - node-fetch: 2.6.9 + native-fetch: 3.0.0_node-fetch@2.6.8 + node-fetch: 2.6.8 react-native-fetch-api: 3.0.0 stream-to-it: 0.2.4 transitivePeerDependencies: @@ -26542,7 +26199,7 @@ packages: multiformats: 9.9.0 peer-id: 0.16.0 protobufjs: 6.11.3 - timestamp-nano: 1.0.1 + timestamp-nano: 1.0.0 uint8arrays: 3.1.1 transitivePeerDependencies: - supports-color @@ -26551,18 +26208,18 @@ packages: resolution: {integrity: sha512-7q3lHmqgm8ZujAqqfKH7/TBvtdLyDld+9HPDhxZtrLoSxdFWmmMD9uQdaK8fjiBXLuVnpIAp+Ufu3qaD3ggmOg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-dht': 2.0.1 '@libp2p/interface-keys': 1.0.7 '@libp2p/interface-peer-id': 2.0.1 '@libp2p/logger': 2.0.5 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 cborg: 1.10.0 err-code: 3.0.1 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 multiformats: 11.0.1 protons-runtime: 4.0.2 - timestamp-nano: 1.0.1 + timestamp-nano: 1.0.0 uint8arrays: 4.0.3 transitivePeerDependencies: - supports-color @@ -26609,13 +26266,6 @@ packages: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-array-buffer/3.0.1: - resolution: {integrity: sha512-ASfLknmY8Xa2XtB4wmbz13Wu202baeA18cJBCeCy0wXUHZF0IPyVEXqKEcd+t2fNSLLL1vC6k7lxZEojNbISXQ==} - dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.0 - is-typed-array: 1.1.10 - /is-arrayish/0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} @@ -26650,8 +26300,8 @@ packages: resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} engines: {node: '>=4'} - /is-builtin-module/3.2.1: - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} + /is-builtin-module/3.2.0: + resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==} engines: {node: '>=6'} dependencies: builtin-modules: 3.3.0 @@ -26671,7 +26321,7 @@ packages: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: - ci-info: 3.8.0 + ci-info: 3.6.1 dev: true /is-circular/1.0.2: @@ -26720,6 +26370,11 @@ packages: is-data-descriptor: 1.0.0 kind-of: 6.0.3 + /is-directory/0.3.1: + resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==} + engines: {node: '>=0.10.0'} + dev: true + /is-docker/2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} @@ -26735,8 +26390,8 @@ packages: /is-domain-name/1.0.1: resolution: {integrity: sha512-52ToNggHmkZGPl8yLFNrk+cKHUUnkhS0l2jh+yMLq6kj9C5IMLSztvJsW5WO5eMy0OS0jdu4o2tptT9dN0hAFg==} - /is-electron/2.2.2: - resolution: {integrity: sha512-FO/Rhvz5tuw4MCWkpMzHFKWD2LsfHzIb7i6MdPYZ/KW7AlxawyLkqdy+jPZP1WubqEADE3O4FUENlJHDfQASRg==} + /is-electron/2.2.1: + resolution: {integrity: sha512-r8EEQQsqT+Gn0aXFx7lTFygYQhILLCB+wn0WCDL5LZRINeLH/Rvw1j2oKodELLXYNImQ3CRlVsY8wW4cGOsyuw==} /is-expression/3.0.0: resolution: {integrity: sha512-vyMeQMq+AiH5uUnoBfMTwf18tO3bM6k1QXBE9D6ueAAquEfCZe3AJPtud9g6qS0+4X8xA7ndpZiDyeb2l2qOBw==} @@ -26829,7 +26484,7 @@ packages: resolution: {integrity: sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==} engines: {node: '>=10'} dependencies: - global-dirs: 3.0.1 + global-dirs: 3.0.0 is-path-inside: 3.0.3 /is-interactive/1.0.0: @@ -26878,8 +26533,8 @@ packages: resolution: {integrity: sha512-hoBSElmPath3aDdtaOpVZsuCh2SXTqvLML+H75S7iDgKdqNmENJ6tsRucP1HLfpqEyZ/uIlj/+ZBxIC/F8B5Eg==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@multiformats/mafmt': 11.0.4 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/mafmt': 11.0.3 + '@multiformats/multiaddr': 11.3.0 iso-url: 1.2.1 multiformats: 11.0.1 uint8arrays: 4.0.3 @@ -26907,6 +26562,7 @@ packages: /is-map/2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} + dev: true /is-module/1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} @@ -26916,7 +26572,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.1.4 dev: true /is-natural-number/4.0.1: @@ -27036,6 +26692,7 @@ packages: /is-set/2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} + dev: true /is-shared-array-buffer/1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} @@ -27102,6 +26759,7 @@ packages: /is-weakmap/2.0.1: resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} + dev: true /is-weakref/1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} @@ -27112,7 +26770,8 @@ packages: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 + dev: true /is-whitespace-character/1.0.4: resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} @@ -27168,7 +26827,7 @@ packages: engines: {node: '>=8'} dependencies: buffer: 6.0.3 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /iso-random-stream/2.0.2: @@ -27183,7 +26842,7 @@ packages: dependencies: builtin-status-codes: 3.0.0 inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /iso-url/0.4.7: @@ -27213,7 +26872,7 @@ packages: /isomorphic-unfetch/3.1.0: resolution: {integrity: sha512-geDJjpoZ8N0kWexiwkX8F9NkTsXhetLPVbZFQ+JTW239QNOwvB0gniuR1Wc6f0AMTn7/mFGyXvHTifrCp/GH8Q==} dependencies: - node-fetch: 2.6.9 + node-fetch: 2.6.8 unfetch: 4.2.0 transitivePeerDependencies: - encoding @@ -27226,20 +26885,21 @@ packages: dependencies: ws: 7.5.9 - /isomorphic-ws/5.0.0_ws@8.12.0: + /isomorphic-ws/5.0.0_ws@8.11.0: resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: ws: '*' dependencies: - ws: 8.12.0 + ws: 8.11.0 + dev: true - /isomorphic-ws/5.0.0_ws@8.12.1: + /isomorphic-ws/5.0.0_ws@8.12.0: resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: ws: '*' dependencies: - ws: 8.12.1 - dev: true + ws: 8.12.0 + dev: false /isstream/0.1.2: resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} @@ -27247,6 +26907,7 @@ packages: /istanbul-lib-coverage/3.0.0: resolution: {integrity: sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==} engines: {node: '>=8'} + dev: true /istanbul-lib-coverage/3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} @@ -27263,9 +26924,9 @@ packages: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@istanbuljs/schema': 0.1.3 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.2.0 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -27275,8 +26936,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.0 - '@babel/parser': 7.21.2 + '@babel/core': 7.20.2 + '@babel/parser': 7.20.3 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -27299,7 +26960,7 @@ packages: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.2.0 make-dir: 3.1.0 supports-color: 7.2.0 @@ -27308,7 +26969,7 @@ packages: engines: {node: '>=10'} dependencies: debug: 4.3.4 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color @@ -27493,8 +27154,8 @@ packages: dependencies: get-iterator: 1.0.2 - /it-pair/2.0.4: - resolution: {integrity: sha512-S3y3mTJ3muuxcHBGcIzNONofAN+G3iAgmSjS78qARkRWI2ImJXybjj0h52uSW+isgrJqIx2iFB/T8ZEBc8kDSw==} + /it-pair/2.0.3: + resolution: {integrity: sha512-heCgsbYscFCQY5YvltlGT9tjgLGYo7NxPEoJyl55X4BD2KOXpTyuwOhPLWhi9Io0y6+4ZUXCkyaQXIB6Y8xhRw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: it-stream-types: 1.0.5 @@ -27531,8 +27192,8 @@ packages: it-handshake: 2.0.0 it-length-prefixed: 5.0.3 - /it-pb-stream/2.0.4: - resolution: {integrity: sha512-p0chBIT3HrZt3hIqvBEi+NgZxxT25MTJ362nKoHmzA/k/WsUPPbeSz7Ad+wRcGxZn2O5JEXCS5lOGRjSDSnlNg==} + /it-pb-stream/2.0.3: + resolution: {integrity: sha512-nuJzftDqk52gZmVD6T0sIKggXMhBkLSAFCD1OecxqGTVwk2wuDYY0ZHpcXZJuHty3kIuLY4xlWZrnDH9efV4YA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: it-handshake: 4.1.2 @@ -27683,7 +27344,7 @@ packages: iso-url: 1.2.1 it-stream-types: 1.0.5 uint8arrays: 4.0.3 - ws: 8.12.1 + ws: 8.12.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -27702,10 +27363,18 @@ packages: /iterate-value/1.0.2: resolution: {integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==} dependencies: - es-get-iterator: 1.1.3 + es-get-iterator: 1.1.2 iterate-iterator: 1.0.2 dev: true + /itty-router-extras/0.4.2: + resolution: {integrity: sha512-ppHaBzcTXs7idFSDISehG+8kif2/4aqLCfyY/Y/uIZv79sfEfNmTq9G+rDeqblun/VZRBiXZD8ztYmMS8EOsKw==} + dev: true + + /itty-router/2.6.6: + resolution: {integrity: sha512-hIPHtXGymCX7Lzb2I4G6JgZFE4QEEQwst9GORK7sMYUpJvLfy4yZJr95r04e8DzoAnj6HcxM2m4TbK+juu+18g==} + dev: true + /jake/10.8.5: resolution: {integrity: sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==} engines: {node: '>=10'} @@ -27721,8 +27390,8 @@ packages: hasBin: true dependencies: '@types/connect': 3.4.35 - '@types/express-serve-static-core': 4.17.33 - '@types/lodash': 4.14.191 + '@types/express-serve-static-core': 4.17.31 + '@types/lodash': 4.14.188 '@types/node': 12.20.55 JSONStream: 1.3.5 commander: 2.20.3 @@ -27762,7 +27431,7 @@ packages: dependencies: '@jest/types': 27.5.1 execa: 5.1.1 - throat: 6.0.2 + throat: 6.0.1 /jest-circus/27.5.1: resolution: {integrity: sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==} @@ -27771,7 +27440,7 @@ packages: '@jest/environment': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -27786,7 +27455,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 stack-utils: 2.0.6 - throat: 6.0.2 + throat: 6.0.1 transitivePeerDependencies: - supports-color @@ -27828,13 +27497,13 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@jest/test-sequencer': 27.5.1 '@jest/types': 27.5.1 - babel-jest: 27.5.1_@babel+core@7.21.0 + babel-jest: 27.5.1_@babel+core@7.20.2 chalk: 4.1.2 - ci-info: 3.8.0 - deepmerge: 4.3.0 + ci-info: 3.6.1 + deepmerge: 4.2.2 glob: 7.2.3 graceful-fs: 4.2.10 jest-circus: 27.5.1 @@ -27852,7 +27521,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti + ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu transitivePeerDependencies: - bufferutil - canvas @@ -27891,7 +27560,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -27908,7 +27577,7 @@ packages: '@jest/environment': 27.5.1 '@jest/fake-timers': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -27921,9 +27590,9 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/graceful-fs': 4.1.6 - '@types/node': 18.14.2 - anymatch: 3.1.3 + '@types/graceful-fs': 4.1.5 + '@types/node': 18.11.9 + anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 26.0.0 @@ -27943,9 +27612,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/graceful-fs': 4.1.6 - '@types/node': 18.14.2 - anymatch: 3.1.3 + '@types/graceful-fs': 4.1.5 + '@types/node': 18.11.9 + anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 jest-regex-util: 27.5.1 @@ -27965,7 +27634,7 @@ packages: '@jest/source-map': 27.5.1 '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -27977,7 +27646,7 @@ packages: jest-snapshot: 27.5.1 jest-util: 27.5.1 pretty-format: 27.5.1 - throat: 6.0.2 + throat: 6.0.1 transitivePeerDependencies: - supports-color @@ -28030,10 +27699,10 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 - /jest-pnp-resolver/1.2.3_jest-resolve@27.5.1: - resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} + /jest-pnp-resolver/1.2.2_jest-resolve@27.5.1: + resolution: {integrity: sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==} engines: {node: '>=6'} peerDependencies: jest-resolve: '*' @@ -28073,11 +27742,11 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.10 jest-haste-map: 27.5.1 - jest-pnp-resolver: 1.2.3_jest-resolve@27.5.1 + jest-pnp-resolver: 1.2.2_jest-resolve@27.5.1 jest-util: 27.5.1 jest-validate: 27.5.1 resolve: 1.22.1 - resolve.exports: 1.1.1 + resolve.exports: 1.1.0 slash: 3.0.0 /jest-runner/27.5.1: @@ -28089,7 +27758,7 @@ packages: '@jest/test-result': 27.5.1 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.10 @@ -28104,7 +27773,7 @@ packages: jest-util: 27.5.1 jest-worker: 27.5.1 source-map-support: 0.5.21 - throat: 6.0.2 + throat: 6.0.1 transitivePeerDependencies: - bufferutil - canvas @@ -28144,30 +27813,30 @@ packages: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 graceful-fs: 4.2.10 /jest-serializer/27.5.1: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 graceful-fs: 4.2.10 /jest-snapshot/27.5.1: resolution: {integrity: sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.21.0 - '@babel/generator': 7.21.1 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.0 - '@babel/traverse': 7.21.2 - '@babel/types': 7.21.2 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.2 + '@babel/traverse': 7.20.1 + '@babel/types': 7.20.2 '@jest/transform': 27.5.1 '@jest/types': 27.5.1 - '@types/babel__traverse': 7.18.3 - '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.0 + '@types/babel__traverse': 7.18.2 + '@types/prettier': 2.7.1 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.20.2 chalk: 4.1.2 expect: 27.5.1 graceful-fs: 4.2.10 @@ -28189,7 +27858,7 @@ packages: peerDependencies: styled-components: '>= 5' dependencies: - '@adobe/css-tools': 4.2.0 + '@adobe/css-tools': 4.0.1 styled-components: 5.3.6_biqbaboplfbrettd7655fr4n2y dev: true @@ -28198,7 +27867,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 graceful-fs: 4.2.10 is-ci: 2.0.0 @@ -28209,9 +27878,9 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 - ci-info: 3.8.0 + ci-info: 3.6.1 graceful-fs: 4.2.10 picomatch: 2.3.1 @@ -28220,9 +27889,9 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.14.2 + '@types/node': 18.11.9 chalk: 4.1.2 - ci-info: 3.8.0 + ci-info: 3.6.1 graceful-fs: 4.2.10 picomatch: 2.3.1 @@ -28258,7 +27927,7 @@ packages: dependencies: '@jest/test-result': 27.5.1 '@jest/types': 27.5.1 - '@types/node': 18.14.2 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -28270,7 +27939,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.14.2 + '@types/node': 18.11.9 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -28289,7 +27958,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 7.2.0 @@ -28297,7 +27966,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -28305,7 +27974,7 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 18.14.2 + '@types/node': 18.11.9 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -28340,13 +28009,13 @@ packages: engines: {node: '>= 0.6.0'} dev: false - /joi/17.8.3: - resolution: {integrity: sha512-q5Fn6Tj/jR8PfrLrx4fpGH4v9qM6o+vDUfD4/3vxxyg34OmKcNqYZ1qn2mpLza96S8tL0p0rIw2gOZX+/cTg9w==} + /joi/17.7.0: + resolution: {integrity: sha512-1/ugc8djfn93rTE3WRKdCzGGt/EtiYKxITMO4Wiv6q5JL1gl9ePt4kBsl1S499nbosspfctIQTpYIhSmHA3WAg==} dependencies: '@hapi/hoek': 9.3.0 '@hapi/topo': 5.1.0 '@sideway/address': 4.1.4 - '@sideway/formula': 3.0.1 + '@sideway/formula': 3.0.0 '@sideway/pinpoint': 2.0.0 /joycon/2.2.5: @@ -28354,8 +28023,8 @@ packages: engines: {node: '>=6'} dev: false - /js-base64/3.7.5: - resolution: {integrity: sha512-3MEt5DTINKqfScXKfJFrRbxkrnk2AxPWGBL/ycjz4dK8iqiSJ06UxD8jh8xuh6p10TX4t2+7FsBYVxxQbMg+qA==} + /js-base64/3.7.2: + resolution: {integrity: sha512-NnRs6dsyqUXejqk/yv2aiXlAvOs56sLkX6nUdeaNezI5LFFLlsZjOThmwnrcwh5ZZRwZlCMnVAY3CvhIhoVEKQ==} dev: false /js-levenshtein/1.1.6: @@ -28363,8 +28032,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /js-sdsl/4.3.0: - resolution: {integrity: sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==} + /js-sdsl/4.1.5: + resolution: {integrity: sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==} /js-sha256/0.9.0: resolution: {integrity: sha512-sga3MHh9sgQN2+pJ9VYZ+1LPwXOxuBJBA5nrR5/ofPfuiJBE2hnjsaN8se8JznOmGLN2p49Pe5U/ttafcs/apA==} @@ -28432,12 +28101,12 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.8.2 + acorn: 8.8.1 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 data-urls: 2.0.0 - decimal.js: 10.4.3 + decimal.js: 10.4.2 domexception: 2.0.1 escodegen: 2.0.0 form-data: 3.0.1 @@ -28577,14 +28246,14 @@ packages: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true - /json5/1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + /json5/1.0.1: + resolution: {integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==} hasBin: true dependencies: - minimist: 1.2.8 + minimist: 1.2.7 - /json5/2.2.3: - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + /json5/2.2.1: + resolution: {integrity: sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==} engines: {node: '>=6'} hasBin: true @@ -28673,7 +28342,7 @@ packages: dependencies: lie: 3.3.0 pako: 1.0.11 - readable-stream: 2.3.8 + readable-stream: 2.3.7 setimmediate: 1.0.5 dev: false @@ -28707,8 +28376,8 @@ packages: /just-safe-set/2.2.3: resolution: {integrity: sha512-6zAkfGKRjB766zXv/UVSGOFKSAqakhwLQDyIR9bmIhJ/e6jS3Ci1VxYTqaiooYZZUw3VLg0sZva8PE6JX/iu2w==} - /just-safe-set/4.2.1: - resolution: {integrity: sha512-La5CP41Ycv52+E4g7w1sRV8XXk7Sp8a/TwWQAYQKn6RsQz1FD4Z/rDRRmqV3wJznS1MDF3YxK7BCudX1J8FxLg==} + /just-safe-set/4.2.0: + resolution: {integrity: sha512-109CZyFYcRAgR5hT/aA6V6ZKUfxItJYrZvtTikfIJ4sEewAE86fQARiF9BFzZlSn0gTLVGIMuZC7le2qQ+JJKw==} dev: false /k-bucket/5.1.0: @@ -28725,6 +28394,7 @@ packages: inherits: 2.0.4 nan: 2.17.0 safe-buffer: 5.2.1 + dev: true /keccak/3.0.2: resolution: {integrity: sha512-PyKKjkH53wDMLGrvmRGSNWgmSxZOUqbnXwKL9tmgbFYA1iAYqW21kfR7mZXV0MlESiefxQQE9X9fTa3X+2MPDQ==} @@ -28732,25 +28402,15 @@ packages: requiresBuild: true dependencies: node-addon-api: 2.0.2 - node-gyp-build: 4.6.0 - readable-stream: 3.6.1 - dev: true - - /keccak/3.0.3: - resolution: {integrity: sha512-JZrLIAJWuZxKbCilMpNz5Vj7Vtb4scDG3dMXLOsbzBmQGyjwE61BbW7bJkfKKCShXiQZt3T6sBgALRtmd+nZaQ==} - engines: {node: '>=10.0.0'} - requiresBuild: true - dependencies: - node-addon-api: 2.0.2 - node-gyp-build: 4.6.0 - readable-stream: 3.6.1 + node-gyp-build: 4.5.0 + readable-stream: 3.6.0 /key-did-provider-ed25519/2.0.1: resolution: {integrity: sha512-FaB2g7zUAeN/bLaFl2YSNQx9NsxgDd/3TR1YGvoXLhENsvZBdyA2V7hX8/MZhZ5jm82wL5lRw3O4UXuz/pJANQ==} engines: {node: '>=14.14'} dependencies: '@stablelib/ed25519': 1.0.3 - did-jwt: 6.11.1 + did-jwt: 6.9.0 fast-json-stable-stringify: 2.1.0 rpc-utils: 0.6.2 uint8arrays: 3.1.1 @@ -28762,7 +28422,7 @@ packages: '@stablelib/ed25519': 1.0.3 bigint-mod-arith: 3.1.2 multiformats: 9.9.0 - nist-weierstrauss: 1.6.1 + nist-weierstrauss: 1.5.1 uint8arrays: 3.1.1 varint: 6.0.0 dev: false @@ -28813,8 +28473,8 @@ packages: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} - /klona/2.0.6: - resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} + /klona/2.0.5: + resolution: {integrity: sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==} engines: {node: '>= 8'} /ky-universal/0.2.2_ky@0.11.2: @@ -28825,7 +28485,9 @@ packages: dependencies: abort-controller: 3.0.0 ky: 0.11.2 - node-fetch: 2.6.0 + node-fetch: 2.6.8 + transitivePeerDependencies: + - encoding dev: true /ky/0.11.2: @@ -28869,9 +28531,9 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 app-root-dir: 1.0.2 - core-js: 3.29.0 + core-js: 3.26.1 dotenv: 8.6.0 dotenv-expand: 5.1.0 dev: true @@ -28946,7 +28608,7 @@ packages: engines: {node: '>=6'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 xtend: 4.0.2 dev: true optional: true @@ -29061,7 +28723,7 @@ packages: dependencies: abstract-leveldown: 7.2.0 napi-macros: 2.0.0 - node-gyp-build: 4.6.0 + node-gyp-build: 4.5.0 /levelup/1.3.9: resolution: {integrity: sha512-VVGHfKIlmw8w1XqpGOAGwq6sZm2WwWLmlDcULkKWQXEA5EopA8OBNJ2Ck2v6bdk8HeEZSbCSEgzXadyQFm76sQ==} @@ -29171,8 +28833,8 @@ packages: resolution: {integrity: sha512-EXFrhSpiHtJ+/L8xXDvQNK5VjUMG51u878jzZcaT5XhuN/zFg6PWJFnl/qB2Y2j7eMWnvCRP7Kp+ua2H36cG4g==} engines: {node: '>=12.0.0'} dependencies: - '@noble/ed25519': 1.7.3 - '@noble/secp256k1': 1.7.1 + '@noble/ed25519': 1.7.1 + '@noble/secp256k1': 1.7.0 err-code: 3.0.1 iso-random-stream: 2.0.2 multiformats: 9.9.0 @@ -29363,7 +29025,7 @@ packages: get-browser-rtc: 1.1.0 queue-microtask: 1.2.3 randombytes: 2.1.0 - readable-stream: 3.6.1 + readable-stream: 3.6.0 transitivePeerDependencies: - supports-color @@ -29382,7 +29044,7 @@ packages: multiaddr: 10.0.1 p-defer: 3.0.0 peer-id: 0.16.0 - socket.io-client: 4.6.1 + socket.io-client: 4.5.3 stream-to-it: 0.2.4 transitivePeerDependencies: - bufferutil @@ -29421,7 +29083,7 @@ packages: abortable-iterator: 3.0.2 aggregate-error: 3.1.0 any-signal: 3.0.1 - bignumber.js: 9.1.1 + bignumber.js: 9.1.0 class-is: 1.1.0 datastore-core: 7.0.3 debug: 4.3.4 @@ -29480,7 +29142,7 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@achingbrain/nat-port-mapper': 1.0.7 - '@libp2p/crypto': 1.0.12 + '@libp2p/crypto': 1.0.11 '@libp2p/interface-address-manager': 2.0.4 '@libp2p/interface-connection': 3.0.8 '@libp2p/interface-connection-encrypter': 3.0.6 @@ -29502,21 +29164,21 @@ packages: '@libp2p/logger': 2.0.5 '@libp2p/multistream-select': 3.1.2 '@libp2p/peer-collections': 3.0.0 - '@libp2p/peer-id': 2.0.2 + '@libp2p/peer-id': 2.0.1 '@libp2p/peer-id-factory': 2.0.1 '@libp2p/peer-record': 5.0.0 '@libp2p/peer-store': 6.0.0 '@libp2p/tracked-map': 3.0.2 '@libp2p/utils': 3.0.4 - '@multiformats/mafmt': 11.0.4 - '@multiformats/multiaddr': 11.4.0 + '@multiformats/mafmt': 11.0.3 + '@multiformats/multiaddr': 11.3.0 abortable-iterator: 4.0.2 any-signal: 3.0.1 datastore-core: 8.0.4 err-code: 3.0.1 events: 3.3.0 hashlru: 2.3.0 - interface-datastore: 7.0.4 + interface-datastore: 7.0.3 it-all: 2.0.0 it-drain: 2.0.0 it-filter: 2.0.0 @@ -29526,7 +29188,7 @@ packages: it-length-prefixed: 8.0.4 it-map: 2.0.0 it-merge: 2.0.0 - it-pair: 2.0.4 + it-pair: 2.0.3 it-pipe: 2.0.5 it-sort: 2.0.0 it-stream-types: 1.0.5 @@ -29580,8 +29242,8 @@ packages: uc.micro: 1.0.6 dev: false - /linkifyjs/4.1.0: - resolution: {integrity: sha512-Ffv8VoY3+ixI1b3aZ3O+jM6x17cOsgwfB1Wq7pkytbo1WlyRp6ZO0YDMqiWT/gQPY/CmtiGuKfzDIVqxh1aCTA==} + /linkifyjs/3.0.5: + resolution: {integrity: sha512-1Y9XQH65eQKA9p2xtk+zxvnTeQBG7rdAXSkUG97DmuI/Xhji9uaUzaWxRj6rf9YC0v8KKHkxav7tnLX82Sz5Fg==} dev: false /lint-staged/12.5.0: @@ -29591,17 +29253,17 @@ packages: dependencies: cli-truncate: 3.1.0 colorette: 2.0.19 - commander: 9.5.0 - debug: 4.3.4_supports-color@9.3.1 + commander: 9.4.1 + debug: 4.3.4_supports-color@9.2.3 execa: 5.1.1 lilconfig: 2.0.5 listr2: 4.0.5 micromatch: 4.0.5 normalize-path: 3.0.0 - object-inspect: 1.12.3 + object-inspect: 1.12.2 pidtree: 0.5.0 string-argv: 0.3.1 - supports-color: 9.3.1 + supports-color: 9.2.3 yaml: 1.10.2 transitivePeerDependencies: - enquirer @@ -29622,7 +29284,7 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.8.0 + rxjs: 7.5.7 through: 2.3.8 wrap-ansi: 7.0.0 dev: true @@ -29641,19 +29303,19 @@ packages: log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 - rxjs: 7.8.0 + rxjs: 7.5.7 through: 2.3.8 wrap-ansi: 7.0.0 dev: true - /lit-connect-modal/0.1.11: - resolution: {integrity: sha512-EG6pcCqdxZQJt3MPDq3gJ5Sz4E5sJdydtAF7VFJu6z6GDHO1Ybp8WrTx8CUnHiF54/MQBRi6Nb7cbTvv+BKWvQ==} + /lit-connect-modal/0.1.10: + resolution: {integrity: sha512-hiE/0yrl15EDNH08OqcntiNXDOvU4zviiaOOCT4jG2N3L2dyMFLOwXXrkNobQ6B8/8MgXmMJu2TCp6RwhmCzNw==} dependencies: micromodal: 0.4.10 dev: false - /lit-js-sdk/1.1.248: - resolution: {integrity: sha512-421e8DGWxm9KNp6u208EhsiP0bfDAVGaZ/8AR6EZFhna9zpkEPJ2dZfzTvHQSHSjkl8Pn7Fr/F8hBSh6lmEGkQ==} + /lit-js-sdk/1.1.234: + resolution: {integrity: sha512-jriua+Igavu5kbGYxMuUxmNrd4TfMXGNoG3hNoBA0+FyTYvYo9assYegWkP8w8vTW2FGC5qJDhNvFf0pOAfgWQ==} dependencies: '@ethersproject/bytes': 5.7.0 '@ethersproject/contracts': 5.7.0 @@ -29667,7 +29329,7 @@ packages: bufferutil: 4.0.7 cross-blob: 3.0.2 jszip: 3.10.1 - lit-connect-modal: 0.1.11 + lit-connect-modal: 0.1.10 lit-siwe: 1.1.8_vs2eitok36dr26fji5ujfsmafm node-fetch: 3.3.0 pako: 2.1.0 @@ -29694,7 +29356,7 @@ packages: '@ethersproject/wallet': 5.7.0 '@spruceid/siwe-parser': 1.1.3 '@stablelib/random': 1.0.2 - apg-js: 4.1.3 + apg-js: 4.1.2 dev: false /load-json-file/1.1.0: @@ -29707,6 +29369,17 @@ packages: pinkie-promise: 2.0.1 strip-bom: 2.0.0 + /load-json-file/5.3.0: + resolution: {integrity: sha512-cJGP40Jc/VXUsp8/OrnyKyTZ1y6v/dphm3bioS+RrKXjK2BB6wHUd6JptZEFDGgGahMT+InnZO5i1Ei9mpC8Bw==} + engines: {node: '>=6'} + dependencies: + graceful-fs: 4.2.10 + parse-json: 4.0.0 + pify: 4.0.1 + strip-bom: 3.0.0 + type-fest: 0.3.1 + dev: false + /loader-runner/2.4.0: resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} @@ -29721,7 +29394,7 @@ packages: dependencies: big.js: 5.2.2 emojis-list: 3.0.0 - json5: 1.0.2 + json5: 1.0.1 /loader-utils/2.0.4: resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} @@ -29729,7 +29402,7 @@ packages: dependencies: big.js: 5.2.2 emojis-list: 3.0.0 - json5: 2.2.3 + json5: 2.2.1 /loader-utils/3.2.1: resolution: {integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==} @@ -29906,7 +29579,6 @@ packages: /lodash.truncate/4.4.2: resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} - dev: true /lodash.uniq/4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} @@ -30061,17 +29733,12 @@ packages: dependencies: yallist: 4.0.0 - /lru-cache/7.13.1: - resolution: {integrity: sha512-CHqbAq7NFlW3RSnoWXLJBxCWaZVBrfa9UEHId2M3AW8iEBurbqduNexEUCGc3SHc6iCYXNJCDi903LajSVAEPQ==} + /lru-cache/7.14.1: + resolution: {integrity: sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==} engines: {node: '>=12'} dev: true optional: true - /lru-cache/7.17.0: - resolution: {integrity: sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ==} - engines: {node: '>=12'} - dev: false - /lru_map/0.3.3: resolution: {integrity: sha512-Pn9cox5CsMYngeDbmChANltQl+5pi6XmTrraMSzhPmMBbmgcxmqWry0U3PGapCU1yB4/LqCcom7qhHZiF/jGfQ==} @@ -30163,11 +29830,6 @@ packages: dependencies: object-visit: 1.0.1 - /mapmoize/1.2.1: - resolution: {integrity: sha512-LK8ArSM1wbfRPTnl+LpdxW1pwkfY6GxtM9p+STr6aDtM7ImR8jLuf4ekei43/AN0f7XDSrohzwwK57eGHSDAuA==} - engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} - dev: false - /markdown-escapes/1.0.4: resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} @@ -30281,8 +29943,8 @@ packages: ltgt: 2.2.1 safe-buffer: 5.1.2 - /memfs/3.4.13: - resolution: {integrity: sha512-omTM41g3Skpvx5dSYeZIbXKcXoAVc/AoMNwn9TKx++L/gaen/+4TTttmu8ZSch5vfVJ8uJvGbroTsIlslRg6lg==} + /memfs/3.4.11: + resolution: {integrity: sha512-GvsCITGAyDCxxsJ+X6prJexFQEhOCJaIlUbsAvjzSI5o5O7j2dle3jWvz5Z5aOdpOxW6ol3vI1+0ut+641F1+w==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 @@ -30301,14 +29963,14 @@ packages: resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==} dependencies: errno: 0.1.8 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /memory-fs/0.5.0: resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dependencies: errno: 0.1.8 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /memory-level/1.0.0: resolution: {integrity: sha512-UXzwewuWeHBz5krr7EvehKcmLFNoXxGcvuYhC41tRnkrTbJohtS7kVn9akmgirtRygg+f7Yjsfi8Uu5SGSQ4Og==} @@ -30330,7 +29992,7 @@ packages: decamelize: 1.2.0 loud-rejection: 1.6.0 map-obj: 1.0.1 - minimist: 1.2.8 + minimist: 1.2.7 normalize-package-data: 2.5.0 object-assign: 4.1.1 read-pkg-up: 1.0.1 @@ -30381,11 +30043,11 @@ packages: level-ws: 0.0.0 levelup: 1.3.9 memdown: 1.4.1 - readable-stream: 2.3.8 + readable-stream: 2.3.7 rlp: 2.2.7 semaphore: 1.1.0 - /meros/1.2.1_@types+node@16.18.13: + /meros/1.2.1_@types+node@16.18.3: resolution: {integrity: sha512-R2f/jxYqCAGI19KhAvaxSOxALBMkaXWH2a7rOyqQw+ZmizX5bKkEYWLzdhC+U82ZVVPVp6MCXe3EkVligh+12g==} engines: {node: '>=13'} peerDependencies: @@ -30394,7 +30056,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 16.18.13 + '@types/node': 16.18.3 /mersenne-twister/1.1.0: resolution: {integrity: sha512-mUYWsMKNrm4lfygPkL3OfGzOPTR2DBlTkBNHM//F6hGp8cLThY897crAlk3/Jo17LEOOjQUrNAx6DvgO77QJkA==} @@ -30548,14 +30210,21 @@ packages: dependencies: brace-expansion: 1.1.11 + /minimatch/4.2.1: + resolution: {integrity: sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 1.1.11 + dev: true + /minimatch/5.0.1: resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 - /minimatch/5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + /minimatch/5.1.0: + resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 @@ -30573,28 +30242,28 @@ packages: resolution: {integrity: sha512-miQKw5Hv4NS1Psg2517mV4e4dYNaO3++hjAvLOAzKqZ61rH8NS1SK+vbfBWZ5PY/Me/bEWhUwqMghEW5Fb9T7Q==} dev: true - /minimist/1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + /minimist/1.2.7: + resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} /minipass-collect/1.0.2: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.6 + minipass: 3.3.4 dev: true /minipass-flush/1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.6 + minipass: 3.3.4 dev: true /minipass-pipeline/1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} dependencies: - minipass: 3.3.6 + minipass: 3.3.4 dev: true /minipass/2.9.0: @@ -30603,16 +30272,12 @@ packages: safe-buffer: 5.2.1 yallist: 3.1.1 - /minipass/3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} + /minipass/3.3.4: + resolution: {integrity: sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 - /minipass/4.2.4: - resolution: {integrity: sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==} - engines: {node: '>=8'} - /minisearch/3.3.0: resolution: {integrity: sha512-DlOEfLtiRKcEuShEaaufoDpWKv94lWDSRK7Bkcd0htqHEFZ1vqTi3IIW8cYcPIlomQjaCdiZXk4pyzBNc79I2Q==} dev: false @@ -30626,7 +30291,7 @@ packages: resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.6 + minipass: 3.3.4 yallist: 4.0.0 /mississippi/3.0.0: @@ -30644,10 +30309,6 @@ packages: stream-each: 1.2.3 through2: 2.0.5 - /mitt/3.0.0: - resolution: {integrity: sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==} - dev: true - /mixin-deep/1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} @@ -30664,7 +30325,7 @@ packages: engines: {node: '>=4'} deprecated: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that. dependencies: - mkdirp: 2.1.3 + mkdirp: 1.0.4 /mkdirp/0.5.1: resolution: {integrity: sha512-SknJC52obPfGQPnjIkXbmA6+5H15E+fR+E4iR2oQ3zzCLbd7/ONua69R/Gw7AgkTLsRG+r5fzksYwWe1AgTyWA==} @@ -30678,25 +30339,20 @@ packages: resolution: {integrity: sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==} hasBin: true dependencies: - minimist: 1.2.8 + minimist: 1.2.7 dev: true /mkdirp/0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: - minimist: 1.2.8 + minimist: 1.2.7 /mkdirp/1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} hasBin: true - /mkdirp/2.1.3: - resolution: {integrity: sha512-sjAkg21peAG9HS+Dkx7hlG9Ztx7HLeKnvB3NQRcu/mltCVmvkF0pisbiTSfDVYTT86XEfZrTUosLdZLStquZUw==} - engines: {node: '>=10'} - hasBin: true - /mnemonist/0.38.5: resolution: {integrity: sha512-bZTFT5rrPKtPJxj8KSV0WkPyNxl72vQepqqVUAW2ARUpUSF2qXMB6jZj7hW5/k7C1rtpzqbD/IIbJwLXUjCHeg==} dependencies: @@ -30728,34 +30384,6 @@ packages: yargs: 16.2.0 yargs-parser: 20.2.4 yargs-unparser: 2.0.0 - dev: true - - /mocha/10.2.0: - resolution: {integrity: sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==} - engines: {node: '>= 14.0.0'} - hasBin: true - dependencies: - ansi-colors: 4.1.1 - browser-stdout: 1.3.1 - chokidar: 3.5.3 - debug: 4.3.4_supports-color@8.1.1 - diff: 5.0.0 - escape-string-regexp: 4.0.0 - find-up: 5.0.0 - glob: 7.2.0 - he: 1.2.0 - js-yaml: 4.1.0 - log-symbols: 4.1.0 - minimatch: 5.0.1 - ms: 2.1.3 - nanoid: 3.3.3 - serialize-javascript: 6.0.0 - strip-json-comments: 3.1.1 - supports-color: 8.1.1 - workerpool: 6.2.1 - yargs: 16.2.0 - yargs-parser: 20.2.4 - yargs-unparser: 2.0.0 /mocha/7.1.2: resolution: {integrity: sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA==} @@ -30819,6 +30447,37 @@ packages: yargs-unparser: 1.6.0 dev: true + /mocha/9.2.2: + resolution: {integrity: sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==} + engines: {node: '>= 12.0.0'} + hasBin: true + dependencies: + '@ungap/promise-all-settled': 1.1.2 + ansi-colors: 4.1.1 + browser-stdout: 1.3.1 + chokidar: 3.5.3 + debug: 4.3.3_supports-color@8.1.1 + diff: 5.0.0 + escape-string-regexp: 4.0.0 + find-up: 5.0.0 + glob: 7.2.0 + growl: 1.10.5 + he: 1.2.0 + js-yaml: 4.1.0 + log-symbols: 4.1.0 + minimatch: 4.2.1 + ms: 2.1.3 + nanoid: 3.3.1 + serialize-javascript: 6.0.0 + strip-json-comments: 3.1.1 + supports-color: 8.1.1 + which: 2.0.2 + workerpool: 6.2.0 + yargs: 16.2.0 + yargs-parser: 20.2.4 + yargs-unparser: 2.0.0 + dev: true + /mock-fs/4.14.0: resolution: {integrity: sha512-qYvlv/exQ4+svI3UOvPUpLDF0OMX5euvUH0Ny4N5QyRyhNdgAgUrVH3iUINSzEPLvx0kbo/Bp28GJKIqvE7URw==} @@ -30848,7 +30507,7 @@ packages: duplexer2: 0.1.4 inherits: 2.0.4 parents: 1.0.1 - readable-stream: 2.3.8 + readable-stream: 2.3.7 resolve: 1.22.1 stream-combiner2: 1.1.1 subarg: 1.0.0 @@ -30860,8 +30519,8 @@ packages: resolution: {integrity: sha512-0yuvsqSCv8LbaOKhnsQ/T5JhyFlCYLPXK3U2sgV10zoKQwzs/MyfuQUOZQ1V/6OCOJsK/TRgNVrPuPDqtdMFtA==} engines: {node: '>=10'} - /moment-timezone/0.5.41: - resolution: {integrity: sha512-e0jGNZDOHfBXJGz8vR/sIMXvBIGJJcqFjmlg9lmE+5KX1U7/RZNMswfD8nKnNCnQdKTIj50IaRKwl1fvMLyyRg==} + /moment-timezone/0.5.39: + resolution: {integrity: sha512-hoB6suq4ISDj7BDgctiOy6zljBsdYT0++0ZzZm9rtxIvJhIbQ3nmbgSWe7dNFGurl6/7b1OUkHlmN9JWgXVz7w==} dependencies: moment: 2.29.4 dev: true @@ -30881,10 +30540,10 @@ packages: resolution: {integrity: sha512-eyDUsl1nCR9+JtNksKnaESLP9MgAXCA4w1LTtsmOSQNsThnv++f36rrBu5fC/fdGIwTJZmbiaR/QewptH93pYA==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - nanoid: 4.0.1 + nanoid: 4.0.0 observable-webworkers: 2.0.1 - p-queue: 7.3.4 - p-timeout: 6.1.1 + p-queue: 7.3.0 + p-timeout: 6.0.0 dev: false /move-concurrently/1.0.1: @@ -30929,7 +30588,6 @@ packages: /multiaddr-to-uri/8.0.0: resolution: {integrity: sha512-dq4p/vsOOUdVEd1J1gl+R2GFrXJQH8yjLtz4hodqdVbieg39LvBOdMQRdQnfbg5LSM/q1BYNVf5CBbwZFFqBgA==} - deprecated: This module is deprecated, please upgrade to @multiformats/multiaddr-to-uri dependencies: multiaddr: 10.0.1 transitivePeerDependencies: @@ -30938,7 +30596,6 @@ packages: /multiaddr/10.0.1: resolution: {integrity: sha512-G5upNcGzEGuTHkzxezPrrD6CaIHR9uo+7MwqhNVcXTs33IInon4y7nMiGxl2CY5hG7chvYQUQhz5V52/Qe3cbg==} - deprecated: This module is deprecated, please upgrade to @multiformats/multiaddr dependencies: dns-over-http-resolver: 1.2.3 err-code: 3.0.1 @@ -31208,6 +30865,12 @@ packages: /nano-json-stream-parser/0.1.2: resolution: {integrity: sha512-9MqxMH/BSJC7dnLsEMPyfN5Dvoo49IsPFYMcHw3Bcfc2kN0lpHRBSzlMSVx4HGyJ7s9B31CyBTVehWJoQ8Ctew==} + /nanoid/3.3.1: + resolution: {integrity: sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + dev: true + /nanoid/3.3.3: resolution: {integrity: sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -31218,8 +30881,8 @@ packages: engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid/4.0.1: - resolution: {integrity: sha512-udKGtCCUafD3nQtJg9wBhRP3KMbPglUsgV5JVsXhvyBs/oefqb4sqMEhKBBgqZncYowu58p1prsZQBYvAj/Gww==} + /nanoid/4.0.0: + resolution: {integrity: sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==} engines: {node: ^14 || ^16 || >=18} hasBin: true dev: false @@ -31271,7 +30934,7 @@ packages: peerDependencies: node-fetch: '*' - /native-fetch/3.0.0_node-fetch@2.6.9: + /native-fetch/3.0.0_hmwa7nplpltavckpkeobtw6pv4: resolution: {integrity: sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==} peerDependencies: node-fetch: '*' @@ -31285,7 +30948,7 @@ packages: dependencies: node-fetch: 2.6.8 - /native-fetch/4.0.2_undici@5.12.0: + /native-fetch/4.0.2_undici@5.20.0: resolution: {integrity: sha512-4QcVlKFtv2EYVS5MBgsGX5+NWKtbDbIECdUXDBGDMAZXq3Jkv9zf+y8iS7Ub8fEdga3GpYeazp9gauNqXHJOCg==} peerDependencies: undici: '*' @@ -31304,7 +30967,7 @@ packages: hasBin: true dependencies: json-stringify-safe: 5.0.1 - minimist: 1.2.8 + minimist: 1.2.7 split2: 2.2.0 through2: 2.0.5 dev: false @@ -31321,7 +30984,7 @@ packages: http-errors: 1.8.1 js-sha256: 0.9.0 mustache: 4.2.0 - node-fetch: 2.6.9 + node-fetch: 2.6.8 text-encoding-utf-8: 1.0.2 tweetnacl: 1.0.3 transitivePeerDependencies: @@ -31361,8 +31024,9 @@ packages: /nice-try/1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - /nist-weierstrauss/1.6.1: - resolution: {integrity: sha512-FpjCOnPV/s3ZVIkeldCVSml2K4lruabPbBgoEitpCK1JL0KTVoWb56CFTU6rZn5i6VqAjdwcOp0FDwJACPmeFA==} + /nist-weierstrauss/1.5.1: + resolution: {integrity: sha512-TtfkjxfCPYWljG4zSQgHVnzpwNj5pTlIKSxyPlXpsRpA9B8PJchKoIDe7ZIvfzPwZTzawhhGAqngFrM+7Elf0g==} + engines: {node: '>=14.06'} dependencies: multiformats: 9.9.0 uint8arrays: 2.1.10 @@ -31379,8 +31043,8 @@ packages: lower-case: 2.0.2 tslib: 2.5.0 - /node-abort-controller/3.1.1: - resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} + /node-abort-controller/3.0.1: + resolution: {integrity: sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==} dev: true optional: true @@ -31397,7 +31061,6 @@ packages: /node-domexception/1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} - dev: false /node-emoji/1.11.0: resolution: {integrity: sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==} @@ -31439,8 +31102,8 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-fetch/2.6.9: - resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} + /node-fetch/2.6.8: + resolution: {integrity: sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==} engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 @@ -31454,7 +31117,7 @@ packages: resolution: {integrity: sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: - data-uri-to-buffer: 4.0.1 + data-uri-to-buffer: 4.0.0 fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 dev: false @@ -31473,8 +31136,8 @@ packages: hasBin: true dev: true - /node-gyp-build/4.6.0: - resolution: {integrity: sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ==} + /node-gyp-build/4.5.0: + resolution: {integrity: sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==} hasBin: true /node-int64/0.4.0: @@ -31504,7 +31167,7 @@ packages: process: 0.11.10 punycode: 1.4.1 querystring-es3: 0.2.1 - readable-stream: 2.3.8 + readable-stream: 2.3.7 stream-browserify: 2.0.2 stream-http: 2.8.3 string_decoder: 1.3.0 @@ -31533,9 +31196,9 @@ packages: os-browserify: 0.3.0 path-browserify: 1.0.1 process: 0.11.10 - punycode: 2.3.0 + punycode: 2.1.1 querystring-es3: 0.2.1 - readable-stream: 4.3.0 + readable-stream: 4.2.0 stream-browserify: 3.0.0 stream-http: 3.2.0 string_decoder: 1.3.0 @@ -31555,8 +31218,8 @@ packages: process-on-spawn: 1.0.0 dev: true - /node-releases/2.0.10: - resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} + /node-releases/2.0.6: + resolution: {integrity: sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==} /nodeify/1.0.1: resolution: {integrity: sha512-n7C2NyEze8GCo/z73KdbjRsBiLbv6eBn1FxwYKQ23IqGo7pQY3mhQan61Sv7eEDJCiyUjTVrVkXTzJCo1dW7Aw==} @@ -31723,7 +31386,7 @@ packages: foreground-child: 2.0.0 get-package-type: 0.1.0 glob: 7.2.3 - istanbul-lib-coverage: 3.0.0 + istanbul-lib-coverage: 3.2.0 istanbul-lib-hook: 3.0.0 istanbul-lib-instrument: 4.0.3 istanbul-lib-processinfo: 2.0.3 @@ -31744,10 +31407,6 @@ packages: - supports-color dev: true - /o-stream/0.3.0: - resolution: {integrity: sha512-gbzl6qCJZ609x/M2t25HqCYQagFzWYCtQ84jcuObGr+V8D1Am4EVubkF4J+XFs6ukfiv96vNeiBb8FrbbMZYiQ==} - dev: true - /o3/1.0.3: resolution: {integrity: sha512-f+4n+vC6s4ysy7YO7O2gslWZBUu8Qj2i2OUJOvjRxQva7jVjYjB29jrr9NCjmxZQR0gzrOcv1RnqoYOeMs5VRQ==} dependencies: @@ -31781,15 +31440,16 @@ packages: /object-inspect/1.10.3: resolution: {integrity: sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==} - /object-inspect/1.12.3: - resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + /object-inspect/1.12.2: + resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} /object-is/1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.1.4 + dev: true /object-keys/0.4.0: resolution: {integrity: sha512-ncrLw+X55z7bkl5PnUvHwFK9FcGuFYo9gtjws2XtSzL+aZ8tm830P60WJ0dSmFVaSalWieW5MD7kEdnXda9yJw==} @@ -31798,12 +31458,6 @@ packages: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} - /object-sizeof/2.6.1: - resolution: {integrity: sha512-a7VJ1Zx7ZuHceKwjgfsSqzV/X0PVGvpZz7ho3Dn4Cs0LLcR5e5WuV+gsbizmplD8s0nAXMJmckKB2rkSiPm/Gg==} - dependencies: - buffer: 6.0.3 - dev: false - /object-visit/1.0.1: resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} engines: {node: '>=0.10.0'} @@ -31814,7 +31468,7 @@ packages: resolution: {integrity: sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.2.0 + define-properties: 1.1.4 function-bind: 1.1.1 has-symbols: 1.0.3 object-keys: 1.1.1 @@ -31825,7 +31479,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.1.4 has-symbols: 1.0.3 object-keys: 1.1.1 @@ -31834,16 +31488,16 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 /object.fromentries/2.0.6: resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 /object.getownpropertydescriptors/2.1.5: resolution: {integrity: sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==} @@ -31851,14 +31505,14 @@ packages: dependencies: array.prototype.reduce: 1.0.5 call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 /object.hasown/1.1.2: resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} dependencies: - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 /object.omit/3.0.0: resolution: {integrity: sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==} @@ -31878,8 +31532,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 /objectorarray/1.0.5: resolution: {integrity: sha512-eJJDYkhJFFbBBAxeh8xW+weHlkI28n2ZdQV/J/DNfWfSKlGEf2xcfAbZTv3riEXHAhL9SVOTs2pRmXiSTf78xg==} @@ -31946,8 +31600,8 @@ packages: is-wsl: 2.2.0 dev: true - /open/8.4.2: - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + /open/8.4.0: + resolution: {integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==} engines: {node: '>=12'} dependencies: define-lazy-prop: 2.0.0 @@ -31977,7 +31631,7 @@ packages: /optimist/0.3.7: resolution: {integrity: sha512-TCx0dXQzVtSCg2OgY/bO9hjM9cV4XYx09TVK+s3+FhkjT6LovsLe+pPMzpWf+6yXK/hUizs2gUoTw3jHM0VaTQ==} dependencies: - wordwrap: 0.0.3 + wordwrap: 0.0.2 dev: true /optionator/0.8.3: @@ -32048,7 +31702,7 @@ packages: /outpipe/1.1.1: resolution: {integrity: sha512-BnNY/RwnDrkmQdUa9U+OfN/Y7AWmKuUPCCd+hbRclZnnANvYpO72zp/a6Q4n829hPbdqEac31XCcsvlEvb+rtA==} dependencies: - shell-quote: 1.8.0 + shell-quote: 1.7.4 dev: true /p-all/2.1.0: @@ -32201,8 +31855,8 @@ packages: eventemitter3: 4.0.7 p-timeout: 3.2.0 - /p-queue/7.3.4: - resolution: {integrity: sha512-esox8CWt0j9EZECFvkFl2WNPat8LN4t7WWeXq73D9ha0V96qPRufApZi4ZhPwXAln1uVVal429HVVKPa2X0yQg==} + /p-queue/7.3.0: + resolution: {integrity: sha512-5fP+yVQ0qp0rEfZoDTlP2c3RYBgxvRsw30qO+VtPPc95lyvSG+x6USSh1TuLB4n96IO6I8/oXQGsTgtna4q2nQ==} engines: {node: '>=12'} dependencies: eventemitter3: 4.0.7 @@ -32277,8 +31931,8 @@ packages: engines: {node: '>=12'} dev: false - /p-timeout/6.1.1: - resolution: {integrity: sha512-yqz2Wi4fiFRpMmK0L2pGAU49naSUaP23fFIQL2Y6YT+qDGPoFwpvgQM/wzc6F8JoenUkIlAFa4Ql7NguXBxI7w==} + /p-timeout/6.0.0: + resolution: {integrity: sha512-5iS61MOdUMemWH9CORQRxVXTp9g5K8rPnI9uQpo97aWgsH3vVXKjkIhDi+OgIDmN3Ly9+AZ2fZV01Wut1yzfKA==} engines: {node: '>=14.16'} dev: false @@ -32326,7 +31980,7 @@ packages: dependencies: cyclist: 1.0.1 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /param-case/2.1.1: resolution: {integrity: sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==} @@ -32407,6 +32061,13 @@ packages: dependencies: error-ex: 1.3.2 + /parse-json/4.0.0: + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} + engines: {node: '>=4'} + dependencies: + error-ex: 1.3.2 + json-parse-better-errors: 1.0.2 + /parse-json/5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -32420,13 +32081,13 @@ packages: resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} dependencies: domhandler: 5.0.3 - parse5: 7.1.2 + parse5: 7.1.1 /parse5/6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - /parse5/7.1.2: - resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + /parse5/7.1.1: + resolution: {integrity: sha512-kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==} dependencies: entities: 4.4.0 @@ -32684,7 +32345,7 @@ packages: jmespath: 0.15.0 joycon: 2.2.5 pump: 3.0.0 - readable-stream: 3.6.1 + readable-stream: 3.6.0 rfdc: 1.3.0 split2: 3.2.2 strip-json-comments: 3.1.1 @@ -32711,6 +32372,14 @@ packages: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} engines: {node: '>= 6'} + /pkg-conf/3.1.0: + resolution: {integrity: sha512-m0OTbR/5VPNPqO1ph6Fqbj7Hv6QU7gR/tQW40ZqrL1rjgCU85W6C1bJn0BItuJqnR98PWzw7Z8hHeChD1WrgdQ==} + engines: {node: '>=6'} + dependencies: + find-up: 3.0.0 + load-json-file: 5.3.0 + dev: false + /pkg-dir/3.0.0: resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} engines: {node: '>=6'} @@ -32745,16 +32414,6 @@ packages: resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} dev: false - /plugin-error/1.0.1: - resolution: {integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==} - engines: {node: '>= 0.10'} - dependencies: - ansi-colors: 1.1.0 - arr-diff: 4.0.0 - arr-union: 3.1.0 - extend-shallow: 3.0.2 - dev: true - /pluralize/8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} @@ -32848,20 +32507,20 @@ packages: resolution: {integrity: sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==} engines: {node: '>=4.0.0'} - /pnp-webpack-plugin/1.6.4_typescript@4.9.5: + /pnp-webpack-plugin/1.6.4_typescript@4.9.4: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.9.5 + ts-pnp: 1.2.0_typescript@4.9.4 transitivePeerDependencies: - typescript dev: true - /pnp-webpack-plugin/1.7.0_typescript@4.9.5: + /pnp-webpack-plugin/1.7.0_typescript@4.9.4: resolution: {integrity: sha512-2Rb3vm+EXble/sMXNSu6eoBx8e79gKqhNq9F5ZWW6ERNCTE/Q0wQNne5541tE5vKjfM8hpNCYL+LGc1YTfI0dg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.9.5 + ts-pnp: 1.2.0_typescript@4.9.4 transitivePeerDependencies: - typescript dev: true @@ -32878,191 +32537,191 @@ packages: resolution: {integrity: sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 dev: false /polished/4.2.2: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 dev: true /posix-character-classes/0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} - /postcss-attribute-case-insensitive/5.0.2_postcss@8.4.21: + /postcss-attribute-case-insensitive/5.0.2_postcss@8.4.19: resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-browser-comments/4.0.0_jrpp4geoaqu5dz2gragkckznb4: + /postcss-browser-comments/4.0.0_o3gvceo4mmkmipwqbduijhv2ui: resolution: {integrity: sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==} engines: {node: '>=8'} peerDependencies: browserslist: '>=4' postcss: '>=8' dependencies: - browserslist: 4.21.5 - postcss: 8.4.21 + browserslist: 4.21.4 + postcss: 8.4.19 - /postcss-calc/8.2.4_postcss@8.4.21: + /postcss-calc/8.2.4_postcss@8.4.19: resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 - /postcss-clamp/4.1.0_postcss@8.4.21: + /postcss-clamp/4.1.0_postcss@8.4.19: resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} engines: {node: '>=7.6.0'} peerDependencies: postcss: ^8.4.6 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-color-functional-notation/4.2.4_postcss@8.4.21: + /postcss-color-functional-notation/4.2.4_postcss@8.4.19: resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-color-hex-alpha/8.0.4_postcss@8.4.21: + /postcss-color-hex-alpha/8.0.4_postcss@8.4.19: resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-color-rebeccapurple/7.1.1_postcss@8.4.21: + /postcss-color-rebeccapurple/7.1.1_postcss@8.4.19: resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-colormin/5.3.1_postcss@8.4.21: - resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==} + /postcss-colormin/5.3.0_postcss@8.4.19: + resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.5 + browserslist: 4.21.4 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-convert-values/5.1.3_postcss@8.4.21: + /postcss-convert-values/5.1.3_postcss@8.4.19: resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.5 - postcss: 8.4.21 + browserslist: 4.21.4 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-custom-media/8.0.2_postcss@8.4.21: + /postcss-custom-media/8.0.2_postcss@8.4.19: resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-custom-properties/12.1.11_postcss@8.4.21: - resolution: {integrity: sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==} + /postcss-custom-properties/12.1.10_postcss@8.4.19: + resolution: {integrity: sha512-U3BHdgrYhCrwTVcByFHs9EOBoqcKq4Lf3kXwbTi4hhq0qWhl/pDWq2THbv/ICX/Fl9KqeHBb8OVrTf2OaYF07A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-custom-selectors/6.0.3_postcss@8.4.21: + /postcss-custom-selectors/6.0.3_postcss@8.4.19: resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-dir-pseudo-class/6.0.5_postcss@8.4.21: + /postcss-dir-pseudo-class/6.0.5_postcss@8.4.19: resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-discard-comments/5.1.2_postcss@8.4.21: + /postcss-discard-comments/5.1.2_postcss@8.4.19: resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-discard-duplicates/5.1.0_postcss@8.4.21: + /postcss-discard-duplicates/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-discard-empty/5.1.1_postcss@8.4.21: + /postcss-discard-empty/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-discard-overridden/5.1.0_postcss@8.4.21: + /postcss-discard-overridden/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-double-position-gradients/3.1.2_postcss@8.4.21: + /postcss-double-position-gradients/3.1.2_postcss@8.4.19: resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - postcss: 8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-env-function/4.0.6_postcss@8.4.21: + /postcss-env-function/4.0.6_postcss@8.4.19: resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 /postcss-flexbugs-fixes/4.2.1: @@ -33071,93 +32730,93 @@ packages: postcss: 7.0.39 dev: true - /postcss-flexbugs-fixes/5.0.2_postcss@8.4.21: + /postcss-flexbugs-fixes/5.0.2_postcss@8.4.19: resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} peerDependencies: postcss: ^8.1.4 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-focus-visible/6.0.4_postcss@8.4.21: + /postcss-focus-visible/6.0.4_postcss@8.4.19: resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-focus-within/5.0.4_postcss@8.4.21: + /postcss-focus-within/5.0.4_postcss@8.4.19: resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-font-variant/5.0.0_postcss@8.4.21: + /postcss-font-variant/5.0.0_postcss@8.4.19: resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-gap-properties/3.0.5_postcss@8.4.21: + /postcss-gap-properties/3.0.5_postcss@8.4.19: resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-image-set-function/4.0.7_postcss@8.4.21: + /postcss-image-set-function/4.0.7_postcss@8.4.19: resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-import/14.1.0_postcss@8.4.21: + /postcss-import/14.1.0_postcss@8.4.19: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 - /postcss-initial/4.0.1_postcss@8.4.21: + /postcss-initial/4.0.1_postcss@8.4.19: resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-js/4.0.1_postcss@8.4.21: - resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} + /postcss-js/4.0.0_postcss@8.4.19: + resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: - postcss: ^8.4.21 + postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-lab-function/4.2.1_postcss@8.4.21: + /postcss-lab-function/4.2.1_postcss@8.4.19: resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - postcss: 8.4.21 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-load-config/3.1.4_aesdjsunmf4wiehhujt67my7tu: + /postcss-load-config/3.1.4_v776zzvn44o7tpgzieipaairwm: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -33170,8 +32829,8 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.21 - ts-node: 10.9.1_4rsdrz765lm2esh2n23z44s5ti + postcss: 8.4.19 + ts-node: 10.9.1_rniibfx3zftzehea7t244vwgdu yaml: 1.10.2 /postcss-loader/4.3.0_4a2i7aa2i6hzz4ngguaxzo4tzi: @@ -33182,7 +32841,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: cosmiconfig: 7.1.0 - klona: 2.0.6 + klona: 2.0.5 loader-utils: 2.0.4 postcss: 7.0.39 schema-utils: 3.1.1 @@ -33190,7 +32849,7 @@ packages: webpack: 4.44.2 dev: true - /postcss-loader/6.2.1_6jdsrmfenkuhhw3gx4zvjlznce: + /postcss-loader/6.2.1_upg3rk2kpasnbk27hkqapxaxfq: resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -33198,88 +32857,88 @@ packages: webpack: ^5.0.0 dependencies: cosmiconfig: 7.1.0 - klona: 2.0.6 - postcss: 8.4.21 + klona: 2.0.5 + postcss: 8.4.19 semver: 7.3.8 webpack: 5.75.0 - /postcss-logical/5.0.4_postcss@8.4.21: + /postcss-logical/5.0.4_postcss@8.4.19: resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-media-minmax/5.0.0_postcss@8.4.21: + /postcss-media-minmax/5.0.0_postcss@8.4.19: resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-merge-longhand/5.1.7_postcss@8.4.21: + /postcss-merge-longhand/5.1.7_postcss@8.4.19: resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - stylehacks: 5.1.1_postcss@8.4.21 + stylehacks: 5.1.1_postcss@8.4.19 - /postcss-merge-rules/5.1.4_postcss@8.4.21: - resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==} + /postcss-merge-rules/5.1.3_postcss@8.4.19: + resolution: {integrity: sha512-LbLd7uFC00vpOuMvyZop8+vvhnfRGpp2S+IMQKeuOZZapPRY4SMq5ErjQeHbHsjCUgJkRNrlU+LmxsKIqPKQlA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.5 + browserslist: 4.21.4 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-minify-font-values/5.1.0_postcss@8.4.21: + /postcss-minify-font-values/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-minify-gradients/5.1.1_postcss@8.4.21: + /postcss-minify-gradients/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: colord: 2.9.3 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-minify-params/5.1.4_postcss@8.4.21: + /postcss-minify-params/5.1.4_postcss@8.4.19: resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.5 - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 + browserslist: 4.21.4 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-minify-selectors/5.2.1_postcss@8.4.21: + /postcss-minify-selectors/5.2.1_postcss@8.4.19: resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 /postcss-modules-extract-imports/2.0.0: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} @@ -33288,13 +32947,13 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.21: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 /postcss-modules-local-by-default/3.0.3: resolution: {integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==} @@ -33302,19 +32961,19 @@ packages: dependencies: icss-utils: 4.1.1 postcss: 7.0.39 - postcss-selector-parser: 6.0.11 + postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.21: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.21 - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 /postcss-modules-scope/2.2.0: @@ -33322,17 +32981,17 @@ packages: engines: {node: '>= 6'} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.11 + postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.21: + /postcss-modules-scope/3.0.0_postcss@8.4.19: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 /postcss-modules-values/3.0.0: resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} @@ -33341,117 +33000,117 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.21: + /postcss-modules-values/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.21 - postcss: 8.4.21 + icss-utils: 5.1.0_postcss@8.4.19 + postcss: 8.4.19 - /postcss-nested/6.0.0_postcss@8.4.21: + /postcss-nested/6.0.0_postcss@8.4.19: resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-nesting/10.2.0_postcss@8.4.21: + /postcss-nesting/10.2.0_postcss@8.4.19: resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + '@csstools/selector-specificity': 2.0.2_45y636a2vqremknoajyxd5nkzy + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-normalize-charset/5.1.0_postcss@8.4.21: + /postcss-normalize-charset/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-normalize-display-values/5.1.0_postcss@8.4.21: + /postcss-normalize-display-values/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize-positions/5.1.1_postcss@8.4.21: + /postcss-normalize-positions/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize-repeat-style/5.1.1_postcss@8.4.21: + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize-string/5.1.0_postcss@8.4.21: + /postcss-normalize-string/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.21: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize-unicode/5.1.1_postcss@8.4.21: + /postcss-normalize-unicode/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.5 - postcss: 8.4.21 + browserslist: 4.21.4 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize-url/5.1.0_postcss@8.4.21: + /postcss-normalize-url/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize-whitespace/5.1.1_postcss@8.4.21: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-normalize/10.0.1_jrpp4geoaqu5dz2gragkckznb4: + /postcss-normalize/10.0.1_o3gvceo4mmkmipwqbduijhv2ui: resolution: {integrity: sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==} engines: {node: '>= 12'} peerDependencies: @@ -33459,180 +33118,176 @@ packages: postcss: '>= 8' dependencies: '@csstools/normalize.css': 12.0.0 - browserslist: 4.21.5 - postcss: 8.4.21 - postcss-browser-comments: 4.0.0_jrpp4geoaqu5dz2gragkckznb4 + browserslist: 4.21.4 + postcss: 8.4.19 + postcss-browser-comments: 4.0.0_o3gvceo4mmkmipwqbduijhv2ui sanitize.css: 13.0.0 - /postcss-opacity-percentage/1.1.3_postcss@8.4.21: - resolution: {integrity: sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==} + /postcss-opacity-percentage/1.1.2: + resolution: {integrity: sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==} engines: {node: ^12 || ^14 || >=16} - peerDependencies: - postcss: ^8.2 - dependencies: - postcss: 8.4.21 - /postcss-ordered-values/5.1.3_postcss@8.4.21: + /postcss-ordered-values/5.1.3_postcss@8.4.19: resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.21 - postcss: 8.4.21 + cssnano-utils: 3.1.0_postcss@8.4.19 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-overflow-shorthand/3.0.4_postcss@8.4.21: + /postcss-overflow-shorthand/3.0.4_postcss@8.4.19: resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-page-break/3.0.4_postcss@8.4.21: + /postcss-page-break/3.0.4_postcss@8.4.19: resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} peerDependencies: postcss: ^8 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-place/7.0.5_postcss@8.4.21: + /postcss-place/7.0.5_postcss@8.4.19: resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-preset-env/7.8.3_postcss@8.4.21: + /postcss-preset-env/7.8.3_postcss@8.4.19: resolution: {integrity: sha512-T1LgRm5uEVFSEF83vHZJV2z19lHg4yJuZ6gXZZkqVsqv63nlr6zabMH3l4Pc01FQCyfWVrh2GaUeCVy9Po+Aag==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-cascade-layers': 1.1.1_postcss@8.4.21 - '@csstools/postcss-color-function': 1.1.1_postcss@8.4.21 - '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.21 - '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.21 - '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.21 - '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.21 - '@csstools/postcss-nested-calc': 1.0.0_postcss@8.4.21 - '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.21 - '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.21 - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.21 - '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.21 - '@csstools/postcss-text-decoration-shorthand': 1.0.0_postcss@8.4.21 - '@csstools/postcss-trigonometric-functions': 1.0.2_postcss@8.4.21 - '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.21 - autoprefixer: 10.4.13_postcss@8.4.21 - browserslist: 4.21.5 - css-blank-pseudo: 3.0.3_postcss@8.4.21 - css-has-pseudo: 3.0.4_postcss@8.4.21 - css-prefers-color-scheme: 6.0.3_postcss@8.4.21 - cssdb: 7.4.1 - postcss: 8.4.21 - postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.21 - postcss-clamp: 4.1.0_postcss@8.4.21 - postcss-color-functional-notation: 4.2.4_postcss@8.4.21 - postcss-color-hex-alpha: 8.0.4_postcss@8.4.21 - postcss-color-rebeccapurple: 7.1.1_postcss@8.4.21 - postcss-custom-media: 8.0.2_postcss@8.4.21 - postcss-custom-properties: 12.1.11_postcss@8.4.21 - postcss-custom-selectors: 6.0.3_postcss@8.4.21 - postcss-dir-pseudo-class: 6.0.5_postcss@8.4.21 - postcss-double-position-gradients: 3.1.2_postcss@8.4.21 - postcss-env-function: 4.0.6_postcss@8.4.21 - postcss-focus-visible: 6.0.4_postcss@8.4.21 - postcss-focus-within: 5.0.4_postcss@8.4.21 - postcss-font-variant: 5.0.0_postcss@8.4.21 - postcss-gap-properties: 3.0.5_postcss@8.4.21 - postcss-image-set-function: 4.0.7_postcss@8.4.21 - postcss-initial: 4.0.1_postcss@8.4.21 - postcss-lab-function: 4.2.1_postcss@8.4.21 - postcss-logical: 5.0.4_postcss@8.4.21 - postcss-media-minmax: 5.0.0_postcss@8.4.21 - postcss-nesting: 10.2.0_postcss@8.4.21 - postcss-opacity-percentage: 1.1.3_postcss@8.4.21 - postcss-overflow-shorthand: 3.0.4_postcss@8.4.21 - postcss-page-break: 3.0.4_postcss@8.4.21 - postcss-place: 7.0.5_postcss@8.4.21 - postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.21 - postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.21 - postcss-selector-not: 6.0.1_postcss@8.4.21 + '@csstools/postcss-cascade-layers': 1.1.1_postcss@8.4.19 + '@csstools/postcss-color-function': 1.1.1_postcss@8.4.19 + '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.19 + '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.19 + '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.19 + '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.19 + '@csstools/postcss-nested-calc': 1.0.0_postcss@8.4.19 + '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.19 + '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.19 + '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.19 + '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.19 + '@csstools/postcss-text-decoration-shorthand': 1.0.0_postcss@8.4.19 + '@csstools/postcss-trigonometric-functions': 1.0.2_postcss@8.4.19 + '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.19 + autoprefixer: 10.4.13_postcss@8.4.19 + browserslist: 4.21.4 + css-blank-pseudo: 3.0.3_postcss@8.4.19 + css-has-pseudo: 3.0.4_postcss@8.4.19 + css-prefers-color-scheme: 6.0.3_postcss@8.4.19 + cssdb: 7.1.0 + postcss: 8.4.19 + postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.19 + postcss-clamp: 4.1.0_postcss@8.4.19 + postcss-color-functional-notation: 4.2.4_postcss@8.4.19 + postcss-color-hex-alpha: 8.0.4_postcss@8.4.19 + postcss-color-rebeccapurple: 7.1.1_postcss@8.4.19 + postcss-custom-media: 8.0.2_postcss@8.4.19 + postcss-custom-properties: 12.1.10_postcss@8.4.19 + postcss-custom-selectors: 6.0.3_postcss@8.4.19 + postcss-dir-pseudo-class: 6.0.5_postcss@8.4.19 + postcss-double-position-gradients: 3.1.2_postcss@8.4.19 + postcss-env-function: 4.0.6_postcss@8.4.19 + postcss-focus-visible: 6.0.4_postcss@8.4.19 + postcss-focus-within: 5.0.4_postcss@8.4.19 + postcss-font-variant: 5.0.0_postcss@8.4.19 + postcss-gap-properties: 3.0.5_postcss@8.4.19 + postcss-image-set-function: 4.0.7_postcss@8.4.19 + postcss-initial: 4.0.1_postcss@8.4.19 + postcss-lab-function: 4.2.1_postcss@8.4.19 + postcss-logical: 5.0.4_postcss@8.4.19 + postcss-media-minmax: 5.0.0_postcss@8.4.19 + postcss-nesting: 10.2.0_postcss@8.4.19 + postcss-opacity-percentage: 1.1.2 + postcss-overflow-shorthand: 3.0.4_postcss@8.4.19 + postcss-page-break: 3.0.4_postcss@8.4.19 + postcss-place: 7.0.5_postcss@8.4.19 + postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.19 + postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.19 + postcss-selector-not: 6.0.1_postcss@8.4.19 postcss-value-parser: 4.2.0 - /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.21: + /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.19: resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-reduce-initial/5.1.2_postcss@8.4.21: - resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==} + /postcss-reduce-initial/5.1.1_postcss@8.4.19: + resolution: {integrity: sha512-//jeDqWcHPuXGZLoolFrUXBDyuEGbr9S2rMo19bkTIjBQ4PqkaO+oI8wua5BOUxpfi97i3PCoInsiFIEBfkm9w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.5 + browserslist: 4.21.4 caniuse-api: 3.0.0 - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-reduce-transforms/5.1.0_postcss@8.4.21: + /postcss-reduce-transforms/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 - /postcss-replace-overflow-wrap/4.0.0_postcss@8.4.21: + /postcss-replace-overflow-wrap/4.0.0_postcss@8.4.19: resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} peerDependencies: postcss: ^8.0.3 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 - /postcss-selector-not/6.0.1_postcss@8.4.21: + /postcss-selector-not/6.0.1_postcss@8.4.19: resolution: {integrity: sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 - /postcss-selector-parser/6.0.11: - resolution: {integrity: sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==} + /postcss-selector-parser/6.0.10: + resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-svgo/5.1.0_postcss@8.4.21: + /postcss-svgo/5.1.0_postcss@8.4.19: resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 + postcss: 8.4.19 postcss-value-parser: 4.2.0 svgo: 2.8.0 - /postcss-unique-selectors/5.1.1_postcss@8.4.21: + /postcss-unique-selectors/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -33644,8 +33299,8 @@ packages: picocolors: 0.2.1 source-map: 0.6.1 - /postcss/8.4.21: - resolution: {integrity: sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==} + /postcss/8.4.19: + resolution: {integrity: sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -33848,8 +33503,8 @@ packages: dev: true optional: true - /preact/10.13.0: - resolution: {integrity: sha512-ERdIdUpR6doqdaSIh80hvzebHB7O6JxycOhyzAeLEchqOq/4yueslQbfnPwXaNhAYacFTyCclhwkEbOumT0tHw==} + /preact/10.11.3: + resolution: {integrity: sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==} /preact/10.4.1: resolution: {integrity: sha512-WKrRpCSwL2t3tpOOGhf2WfTpcmbpxaWtDbdJdKdjd0aEiTkvOmS4NBkG6kzlaAHI9AkQ3iVqbFWM3Ei7mZ4o1Q==} @@ -33886,7 +33541,7 @@ packages: resolution: {integrity: sha512-horUGyCBbfNHWvJ44UVEcsfVySEoG2gxGs7TcBfTZWNvD4VU6rjzwAkrUtKV6VvRZWn9dh01XZ2UhhB3eVnMXQ==} engines: {node: '>=12'} peerDependencies: - prettier: '>=2.3.0 || >=3.0.0-alpha.0' + prettier: ^2.3.0 dependencies: '@solidity-parser/parser': 0.14.5 emoji-regex: 10.2.1 @@ -33894,11 +33549,13 @@ packages: prettier: 2.8.1 semver: 7.3.8 solidity-comments-extractor: 0.0.7 + string-width: 4.2.3 /prettier/1.19.1: resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} engines: {node: '>=4'} hasBin: true + requiresBuild: true dev: true /prettier/2.3.0: @@ -34027,8 +33684,8 @@ packages: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} - /prom-client/14.1.1: - resolution: {integrity: sha512-hFU32q7UZQ59bVJQGUtm3I2PrJ3gWvoCkilX9sF165ks1qflhugVCeK+S1JjJYHvyt3o5kj68+q3bchormjnzw==} + /prom-client/14.1.0: + resolution: {integrity: sha512-iFWCchQmi4170omLpFXbzz62SQTmPhtBL35v0qGEVRHKcqIeiexaoYeP0vfZTujxEq3tA87iqOdRbC9svS1B9A==} engines: {node: '>=10'} requiresBuild: true dependencies: @@ -34084,9 +33741,9 @@ packages: dependencies: array.prototype.map: 1.0.5 call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 - get-intrinsic: 1.2.0 + define-properties: 1.1.4 + es-abstract: 1.20.4 + get-intrinsic: 1.1.3 iterate-value: 1.0.2 dev: true @@ -34095,8 +33752,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 dev: true /promise/1.3.0: @@ -34164,7 +33821,7 @@ packages: /prosemirror-changeset/2.2.0: resolution: {integrity: sha512-QM7ohGtkpVpwVGmFb8wqVhaz9+6IUXcIQBGZ81YNAKYuHiFJ1ShvSzab4pKqTinJhwciZbrtBEk/2WsqSt2PYg==} dependencies: - prosemirror-transform: 1.7.1 + prosemirror-transform: 1.7.0 dev: false /prosemirror-collab/1.3.0: @@ -34173,36 +33830,36 @@ packages: prosemirror-state: 1.4.2 dev: false - /prosemirror-commands/1.5.0: - resolution: {integrity: sha512-zL0Fxbj3fh71GPNHn5YdYgYGX2aU2XLecZYk2ekEF0oOD259HcXtM+96VjPVi5o3h4sGUdDfEEhGiREXW6U+4A==} + /prosemirror-commands/1.3.1: + resolution: {integrity: sha512-XTporPgoECkOQACVw0JTe3RZGi+fls3/byqt+tXwGTkD7qLuB4KdVrJamDMJf4kfKga3uB8hZ+kUUyZ5oWpnfg==} dependencies: - prosemirror-model: 1.19.0 + prosemirror-model: 1.18.2 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.1 + prosemirror-transform: 1.7.0 dev: false - /prosemirror-dropcursor/1.7.0: - resolution: {integrity: sha512-vzab/iPd3CjWILFv6WJz4+BlOwCywOcAGhvY5G/66OYPcaZehN8IVbGtHCV3oyhXk2yAA67nwMv/oNMvBV9k1A==} + /prosemirror-dropcursor/1.5.0: + resolution: {integrity: sha512-vy7i77ddKyXlu8kKBB3nlxLBnsWyKUmQIPB5x8RkYNh01QNp/qqGmdd5yZefJs0s3rtv5r7Izfu2qbtr+tYAMQ==} dependencies: prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.1 - prosemirror-view: 1.30.1 + prosemirror-transform: 1.7.0 + prosemirror-view: 1.29.1 dev: false /prosemirror-gapcursor/1.3.1: resolution: {integrity: sha512-GKTeE7ZoMsx5uVfc51/ouwMFPq0o8YrZ7Hx4jTF4EeGbXxBveUV8CGv46mSHuBBeXGmvu50guoV2kSnOeZZnUA==} dependencies: - prosemirror-keymap: 1.2.1 - prosemirror-model: 1.19.0 + prosemirror-keymap: 1.2.0 + prosemirror-model: 1.18.2 prosemirror-state: 1.4.2 - prosemirror-view: 1.30.1 + prosemirror-view: 1.29.1 dev: false /prosemirror-history/1.3.0: resolution: {integrity: sha512-qo/9Wn4B/Bq89/YD+eNWFbAytu6dmIM85EhID+fz9Jcl9+DfGEo8TTSrRhP15+fFEoaPqpHSxlvSzSEbmlxlUA==} dependencies: prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.1 + prosemirror-transform: 1.7.0 rope-sequence: 1.3.3 dev: false @@ -34210,11 +33867,11 @@ packages: resolution: {integrity: sha512-eAW/M/NTSSzpCOxfR8Abw6OagdG0MiDAiWHQMQveIsZtoKVYzm0AflSPq/ymqJd56/Su1YPbwy9lM13wgHOFmQ==} dependencies: prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.1 + prosemirror-transform: 1.7.0 dev: false - /prosemirror-keymap/1.2.1: - resolution: {integrity: sha512-kVK6WGC+83LZwuSJnuCb9PsADQnFZllt94qPP3Rx/vLcOUV65+IbBeH2nS5cFggPyEVJhGkGrgYFRrG250WhHQ==} + /prosemirror-keymap/1.2.0: + resolution: {integrity: sha512-TdSfu+YyLDd54ufN/ZeD1VtBRYpgZnTPnnbY+4R08DDgs84KrIPEPbJL8t1Lm2dkljFx6xeBE26YWH3aIzkPKg==} dependencies: prosemirror-state: 1.4.2 w3c-keyname: 2.2.6 @@ -34224,18 +33881,24 @@ packages: resolution: {integrity: sha512-s7iaTLiX+qO5z8kF2NcMmy2T7mIlxzkS4Sp3vTKSYChPtbMpg6YxFkU0Y06rUg2WtKlvBu7v1bXzlGBkfjUWAA==} dependencies: markdown-it: 13.0.1 - prosemirror-model: 1.19.0 + prosemirror-model: 1.18.2 dev: false /prosemirror-menu/1.2.1: resolution: {integrity: sha512-sBirXxVfHalZO4f1ZS63WzewINK4182+7dOmoMeBkqYO8wqMBvBS7wQuwVOHnkMWPEh0+N0LJ856KYUN+vFkmQ==} dependencies: crelt: 1.0.5 - prosemirror-commands: 1.5.0 + prosemirror-commands: 1.3.1 prosemirror-history: 1.3.0 prosemirror-state: 1.4.2 dev: false + /prosemirror-model/1.18.2: + resolution: {integrity: sha512-uOQorJr20qVvqp2hs2RdWtWoidQxJ1ceE11bSmkf57XS989mdg1zKPJIp5HOHfY8/KjXPn3cLZqUYYwRrfBBPw==} + dependencies: + orderedmap: 2.1.0 + dev: false + /prosemirror-model/1.19.0: resolution: {integrity: sha512-/CvFGJnwc41EJSfDkQLly1cAJJJmBpZwwUJtwZPTjY2RqZJfM8HVbCreOY/jti8wTRbVyjagcylyGoeJH/g/3w==} dependencies: @@ -34251,57 +33914,57 @@ packages: /prosemirror-schema-list/1.2.2: resolution: {integrity: sha512-rd0pqSDp86p0MUMKG903g3I9VmElFkQpkZ2iOd3EOVg1vo5Cst51rAsoE+5IPy0LPXq64eGcCYlW1+JPNxOj2w==} dependencies: - prosemirror-model: 1.19.0 + prosemirror-model: 1.18.2 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.1 + prosemirror-transform: 1.7.0 dev: false /prosemirror-state/1.4.2: resolution: {integrity: sha512-puuzLD2mz/oTdfgd8msFbe0A42j5eNudKAAPDB0+QJRw8cO1ygjLmhLrg9RvDpf87Dkd6D4t93qdef00KKNacQ==} dependencies: - prosemirror-model: 1.19.0 - prosemirror-transform: 1.7.1 - prosemirror-view: 1.30.1 + prosemirror-model: 1.18.2 + prosemirror-transform: 1.7.0 + prosemirror-view: 1.29.1 dev: false /prosemirror-tables/1.3.2: resolution: {integrity: sha512-/9JTeN6s58Zq66HXaxP6uf8PAmc7XXKZFPlOGVtLvxEd6xBP6WtzaJB9wBjiGUzwbdhdMEy7V62yuHqk/3VrnQ==} dependencies: - prosemirror-keymap: 1.2.1 + prosemirror-keymap: 1.2.0 prosemirror-model: 1.19.0 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.1 - prosemirror-view: 1.30.1 + prosemirror-transform: 1.7.0 + prosemirror-view: 1.29.1 dev: false - /prosemirror-trailing-node/2.0.3_5fcjrdljkuxznpmydz7mdgrowq: + /prosemirror-trailing-node/2.0.3_pittxnjafysooc5fjh2fcbuwfq: resolution: {integrity: sha512-lGrjMrn97KWkjQSW/FjdvnhJmqFACmQIyr6lKYApvHitDnKsCoZz6XzrHB7RZYHni/0NxQmZ01p/2vyK2SkvaA==} peerDependencies: prosemirror-model: ^1 prosemirror-state: ^1 prosemirror-view: ^1 dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 '@remirror/core-constants': 2.0.0 '@remirror/core-helpers': 2.0.1 escape-string-regexp: 4.0.0 - prosemirror-model: 1.19.0 + prosemirror-model: 1.18.2 prosemirror-state: 1.4.2 - prosemirror-view: 1.30.1 + prosemirror-view: 1.29.1 dev: false - /prosemirror-transform/1.7.1: - resolution: {integrity: sha512-VteoifAfpt46z0yEt6Fc73A5OID9t/y2QIeR5MgxEwTuitadEunD/V0c9jQW8ziT8pbFM54uTzRLJ/nLuQjMxg==} + /prosemirror-transform/1.7.0: + resolution: {integrity: sha512-O4T697Cqilw06Zvc3Wm+e237R6eZtJL/xGMliCi+Uo8VL6qHk6afz1qq0zNjT3eZMuYwnP8ZS0+YxX/tfcE9TQ==} dependencies: prosemirror-model: 1.19.0 dev: false - /prosemirror-view/1.30.1: - resolution: {integrity: sha512-pZUfr7lICJkEY7XwzldAKrkflZDeIvnbfuu2RIS01N5NwJmR/dfZzDzJRzhb3SM2QtT/bM8b4Nnib8X3MGpAhA==} + /prosemirror-view/1.29.1: + resolution: {integrity: sha512-OhujVZSDsh0l0PyHNdfaBj6DBkbhYaCfbaxmTeFrMKd/eWS+G6IC+OAbmR9IsLC8Se1HSbphMaXnsXjupHL3UQ==} dependencies: prosemirror-model: 1.19.0 prosemirror-state: 1.4.2 - prosemirror-transform: 1.7.1 + prosemirror-transform: 1.7.0 dev: false /proto-list/1.2.4: @@ -34325,11 +33988,11 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 18.14.2 + '@types/node': 18.11.9 long: 4.0.0 - /protobufjs/7.2.2: - resolution: {integrity: sha512-++PrQIjrom+bFDPpfmqXfAGSQs40116JRrqqyf53dymUMvvb5d/LMRyicRoF1AUKoXVS1/IgJXlEgcpr4gTF3Q==} + /protobufjs/7.1.2: + resolution: {integrity: sha512-4ZPTPkXCdel3+L81yw3dG6+Kq3umdWKh7Dc7GW/CpNk4SX3hK58iPCWeCyhVTDrbkNeKrYNZ7EojM5WDaEWTLQ==} engines: {node: '>=12.0.0'} requiresBuild: true dependencies: @@ -34343,7 +34006,7 @@ packages: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 18.14.2 + '@types/node': 18.11.9 long: 5.2.1 /protocol-buffers-schema/3.6.0: @@ -34354,7 +34017,7 @@ packages: resolution: {integrity: sha512-R4N6qKHgz8T2Gl45CTcZfITzXPQY9ym8lbLb4VyFMS4ag1KusCRZwkQXTBRhxQ+93ck3K3aDhK1wIk98AMtNyw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - protobufjs: 7.2.2 + protobufjs: 7.1.2 uint8arraylist: 2.4.3 dev: false @@ -34516,7 +34179,7 @@ packages: resolution: {integrity: sha512-thZkMv6F9PILt9zdvpI2gxs19mkDrlixYKX6cOBxAW16i1NZH+yLAmF4r8QfJ69zuQh27e01JZP9y27tsH021w==} engines: {node: '>=10'} dependencies: - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /pump/1.0.3: @@ -34555,8 +34218,8 @@ packages: resolution: {integrity: sha512-Yxz2kRwT90aPiWEMHVYnEf4+rhwF1tBmmZ4KepCP+Wkium9JxtWnUm1nqGwpiAHr/tnTSeHqr3wb++jgSkXjhA==} engines: {node: '>=6'} - /punycode/2.3.0: - resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + /punycode/2.1.1: + resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} /pupa/2.1.1: @@ -34589,27 +34252,20 @@ packages: - utf-8-validate dev: true - /puppeteer-core/19.7.2_typescript@4.9.5: - resolution: {integrity: sha512-PvI+fXqgP0uGJxkyZcX51bnzjFA73MODZOAv0fSD35yR7tvbqwtMV3/Y+hxQ0AMMwzxkEebP6c7po/muqxJvmQ==} + /puppeteer-core/19.2.2: + resolution: {integrity: sha512-faojf+1pZ/tHXSr4x1q+9MVd9FrL3rpdbC0w7qN7MNClMoLuCvMbpR4vzcjoiJYgclt1n+SOPUOmHQViTw6frw==} engines: {node: '>=14.1.0'} - peerDependencies: - typescript: '>= 4.7.4' - peerDependenciesMeta: - typescript: - optional: true dependencies: - chromium-bidi: 0.4.4_6o5gdkn34s2j2m26x63ssheuqa cross-fetch: 3.1.5 debug: 4.3.4 - devtools-protocol: 0.0.1094867 + devtools-protocol: 0.0.1056733 extract-zip: 2.0.1 https-proxy-agent: 5.0.1 proxy-from-env: 1.1.0 rimraf: 3.0.2 tar-fs: 2.1.1 - typescript: 4.9.5 unbzip2-stream: 1.4.3 - ws: 8.11.0 + ws: 8.10.0 transitivePeerDependencies: - bufferutil - encoding @@ -34617,26 +34273,26 @@ packages: - utf-8-validate dev: true - /puppeteer/19.7.2_typescript@4.9.5: - resolution: {integrity: sha512-4Lm7Qpe/LU95Svirei/jDLDvR5oMrl9BPGd7HMY5+Q28n+BhvKuW97gKkR+1LlI86bO8J3g8rG/Ll5kv9J1nlQ==} + /puppeteer/19.2.2: + resolution: {integrity: sha512-m1T5Mog5qu5+dMBptWYTn6pXRdnFbydbVUCthqwbfd8/kOiMlzZBR9ywjX79LpvI1Sj+/z8+FKeIsjnMul8ZYA==} engines: {node: '>=14.1.0'} requiresBuild: true dependencies: - cosmiconfig: 8.0.0 + cosmiconfig: 7.0.1 + devtools-protocol: 0.0.1056733 https-proxy-agent: 5.0.1 progress: 2.0.3 proxy-from-env: 1.1.0 - puppeteer-core: 19.7.2_typescript@4.9.5 + puppeteer-core: 19.2.2 transitivePeerDependencies: - bufferutil - encoding - supports-color - - typescript - utf-8-validate dev: true - /pure-rand/5.0.5: - resolution: {integrity: sha512-BwQpbqxSCBJVpamI6ydzcKqyFmnd5msMWUGvzXLm1aXvusbbgkbOto/EUPM00hjveJEaJtdbhUjKSzWRhQVkaw==} + /pure-rand/5.0.3: + resolution: {integrity: sha512-9N8x1h8dptBQpHyC7aZMS+iNOAm97WMGY0AFrguU1cpfW3I5jINkWe5BIY5md0ofy+1TCIELsVcm/GJXZSaPbw==} /pvtsutils/1.3.2: resolution: {integrity: sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==} @@ -34679,13 +34335,6 @@ packages: pngjs: 3.4.0 yargs: 13.3.2 - /qs/6.10.4: - resolution: {integrity: sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==} - engines: {node: '>=0.6'} - dependencies: - side-channel: 1.0.4 - dev: true - /qs/6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} @@ -34708,7 +34357,7 @@ packages: resolution: {integrity: sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==} engines: {node: '>=0.10.0'} dependencies: - decode-uri-component: 0.2.2 + decode-uri-component: 0.2.0 object-assign: 4.1.1 strict-uri-encode: 1.1.0 @@ -34716,15 +34365,15 @@ packages: resolution: {integrity: sha512-svk3xg9qHR39P3JlHuD7g3nRnyay5mHbrPctEBDUxUkHRifPHXJDhBUycdCC0NBjXoDf44Gb+IsOZL1Uwn8M/Q==} engines: {node: '>=6'} dependencies: - decode-uri-component: 0.2.2 + decode-uri-component: 0.2.0 split-on-first: 1.1.0 strict-uri-encode: 2.0.0 - /query-string/7.1.3: - resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} + /query-string/7.1.1: + resolution: {integrity: sha512-MplouLRDHBZSG9z7fpuAAcI7aAYjDLhtsiVZsevsfaHWDS2IDdORKbSd1kWUA+V4zyva/HZoSfpwnYMMQDhb0w==} engines: {node: '>=6'} dependencies: - decode-uri-component: 0.2.2 + decode-uri-component: 0.2.0 filter-obj: 1.1.0 split-on-first: 1.1.0 strict-uri-encode: 2.0.0 @@ -34776,9 +34425,9 @@ packages: '@assemblyscript/loader': 0.9.4 bl: 5.1.0 debug: 4.3.4 - minimist: 1.2.8 - node-fetch: 2.6.9 - readable-stream: 3.6.1 + minimist: 1.2.7 + node-fetch: 2.6.8 + readable-stream: 3.6.0 transitivePeerDependencies: - encoding - supports-color @@ -34847,15 +34496,6 @@ packages: iconv-lite: 0.4.24 unpipe: 1.0.0 - /raw-body/2.5.2: - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} - engines: {node: '>= 0.8'} - dependencies: - bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - /raw-loader/4.0.2_webpack@4.44.2: resolution: {integrity: sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA==} engines: {node: '>= 10.13.0'} @@ -34873,18 +34513,18 @@ packages: dependencies: deep-extend: 0.6.0 ini: 1.3.8 - minimist: 1.2.8 + minimist: 1.2.7 strip-json-comments: 2.0.1 /react-app-polyfill/3.0.0: resolution: {integrity: sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==} engines: {node: '>=14'} dependencies: - core-js: 3.29.0 + core-js: 3.26.1 object-assign: 4.1.1 promise: 8.3.0 raf: 3.4.1 - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.10 whatwg-fetch: 3.6.2 /react-app-rewired/2.2.1_react-scripts@5.0.1: @@ -34893,12 +34533,12 @@ packages: peerDependencies: react-scripts: '>=2.1.3' dependencies: - react-scripts: 5.0.1_r3mpvyzzbox777qb6eu36yi2ju + react-scripts: 5.0.1_hh2taoiraihumisc2ldajfszha semver: 5.7.1 dev: false - /react-countdown/2.3.5_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-K26ENYEesMfPxhRRtm1r+Pf70SErrvW3g4CArLi/x6MPFjgfDFYePT4UghEj8p2nI0cqVV7/JjDgjyr//U60Og==} + /react-countdown/2.3.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-z/AS1ccdb45Fd8/1AGt9m2UIJvPUZHViL+EfWyJsI7H+99aUFnDIhN9NTGtM4n5OhhYH+Ne1UvX/u1Ejw6RGzg==} peerDependencies: react: '>= 15' react-dom: '>= 15' @@ -34908,8 +34548,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /react-datepicker/4.10.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-6IfBCZyWj54ZZGLmEZJ9c4Yph0s9MVfEGDC2evOvf9AmVz+RRcfP2Czqad88Ff9wREbcbqa4dk7IFYeXF1d3Ag==} + /react-datepicker/4.8.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-u69zXGHMpxAa4LeYR83vucQoUCJQ6m/WBsSxmUMu/M8ahTSVMMyiyQzauHgZA2NUr9y0FUgOAix71hGYUb6tvg==} peerDependencies: react: ^16.9.0 || ^17 || ^18 react-dom: ^16.9.0 || ^17 || ^18 @@ -34924,7 +34564,7 @@ packages: react-popper: 2.3.0_r6q5zrenym2zg7je7hgi674bti dev: false - /react-dev-utils/12.0.1_d6mwqtvpzyptsbgadmdtsiamly: + /react-dev-utils/12.0.1_az3o33dww67cevji5ejlhmxqnq: resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -34935,45 +34575,45 @@ packages: optional: true dependencies: '@babel/code-frame': 7.18.6 - address: 1.2.2 - browserslist: 4.21.5 + address: 1.2.1 + browserslist: 4.21.4 chalk: 4.1.2 cross-spawn: 7.0.3 detect-port-alt: 1.1.6 escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_d6mwqtvpzyptsbgadmdtsiamly + fork-ts-checker-webpack-plugin: 6.5.2_az3o33dww67cevji5ejlhmxqnq global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 - immer: 9.0.19 + immer: 9.0.16 is-root: 2.1.0 loader-utils: 3.2.1 - open: 8.4.2 + open: 8.4.0 pkg-up: 3.1.0 prompts: 2.4.2 react-error-overlay: 6.0.11 recursive-readdir: 2.2.3 - shell-quote: 1.8.0 + shell-quote: 1.7.4 strip-ansi: 6.0.1 text-table: 0.2.0 - typescript: 4.9.5 + typescript: 4.9.4 webpack: 5.75.0 transitivePeerDependencies: - eslint - supports-color - vue-template-compiler - /react-device-detect/2.2.3_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-buYY3qrCnQVlIFHrC5UcUoAj7iANs/+srdkwsnNjI7anr3Tt7UY6MqNxtMLlr0tMBied0O49UZVK8XKs3ZIiPw==} + /react-device-detect/2.2.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-zSN1gIAztUekp5qUT/ybHwQ9fmOqVT1psxpSlTn1pe0CO+fnJHKRLOWWac5nKxOxvOpD/w84hk1I+EydrJp7SA==} peerDependencies: react: '>= 0.14.0' react-dom: '>= 0.14.0' dependencies: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - ua-parser-js: 1.0.33 + ua-parser-js: 1.0.32 dev: false /react-diff-viewer/3.1.1_biqbaboplfbrettd7655fr4n2y: @@ -34993,12 +34633,12 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /react-docgen-typescript/2.2.2_typescript@4.9.5: + /react-docgen-typescript/2.2.2_typescript@4.9.4: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.9.5 + typescript: 4.9.4 dev: true /react-docgen/5.4.3: @@ -35006,9 +34646,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.21.0 - '@babel/generator': 7.21.1 - '@babel/runtime': 7.21.0 + '@babel/core': 7.20.2 + '@babel/generator': 7.20.4 + '@babel/runtime': 7.20.1 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -35048,7 +34688,7 @@ packages: peerDependencies: react: '>=16.13.1' dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 react: 18.2.0 dev: true @@ -35059,8 +34699,8 @@ packages: resolution: {integrity: sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==} dev: false - /react-hook-form/7.43.2_react@18.2.0: - resolution: {integrity: sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==} + /react-hook-form/7.39.3_react@18.2.0: + resolution: {integrity: sha512-H/vwk1vBf+TiXuyW6+hWz+zCujiDO6NqHlN5sPE/a+NGKKGK95XTM65DZz3NmEgs2M20Wka+g4uv4VD367wDBA==} engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 @@ -35081,15 +34721,15 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 html-parse-stringify: 3.0.1 i18next: 21.10.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false - /react-icons/4.7.1_react@18.2.0: - resolution: {integrity: sha512-yHd3oKGMgm7zxo3EA7H2n7vxSoiGmHk5t6Ou4bXsfcgWyhfDKMpyKfhHR6Bjnn63c+YXBLBPUql9H4wPJM6sXw==} + /react-icons/4.6.0_react@18.2.0: + resolution: {integrity: sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g==} peerDependencies: react: '*' dependencies: @@ -35105,7 +34745,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 is-dom: 1.1.0 prop-types: 15.8.1 react: 18.2.0 @@ -35139,8 +34779,8 @@ packages: react: 18.2.0 dev: false - /react-loading-skeleton/3.1.1_react@18.2.0: - resolution: {integrity: sha512-gQeNzzKXlevvquRDOhN5kas5VE7toTKrpmE9BpUdf0iip9c5ae0LcVbulh5ebO2CFl4RrYsyLuDtYGyrh1h1iA==} + /react-loading-skeleton/3.1.0_react@18.2.0: + resolution: {integrity: sha512-j1U1CWWs68nBPOg7tkQqnlFcAMFF6oEK6MgqAo15f8A5p7mjH6xyKn2gHbkcimpwfO0VQXqxAswnSYVr8lWzjw==} peerDependencies: react: '>=16.8.0' dependencies: @@ -35192,6 +34832,14 @@ packages: /react-native-path/0.0.5: resolution: {integrity: sha512-WJr256xBquk7X2O83QYWKqgLg43Zg3SrgjPc/kr0gCD2LoXA+2L72BW4cmstH12GbGeutqs/eXk3jgDQ2iCSvQ==} + /react-native-url-polyfill/1.3.0: + resolution: {integrity: sha512-w9JfSkvpqqlix9UjDvJjm1EjSt652zVQ6iwCIj1cVVkwXf4jQhQgTNXY6EVTwuAmUjg6BC6k9RHCBynoLFo3IQ==} + peerDependencies: + react-native: '*' + dependencies: + whatwg-url-without-unicode: 8.0.0-3 + dev: false + /react-onclickoutside/6.12.2_biqbaboplfbrettd7655fr4n2y: resolution: {integrity: sha512-NMXGa223OnsrGVp5dJHkuKxQ4czdLmXSp5jSV9OqiCky9LOpPATn3vLldc+q5fK3gKbEHvr7J1u0yhBh/xYkpA==} peerDependencies: @@ -35220,30 +34868,30 @@ packages: resolution: {integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==} engines: {node: '>=0.10.0'} - /react-router-dom/6.8.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-N/oAF1Shd7g4tWy+75IIufCGsHBqT74tnzHQhbiUTYILYF0Blk65cg+HPZqwC+6SqEyx033nKqU7by38v3lBZg==} + /react-router-dom/6.4.3_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-MiaYQU8CwVCaOfJdYvt84KQNjT78VF0TJrA17SIQgNHRvLnXDJO6qsFqq8F/zzB1BWZjCFIrQpu4QxcshitziQ==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.3.3 + '@remix-run/router': 1.0.3 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-router: 6.8.2_react@18.2.0 + react-router: 6.4.3_react@18.2.0 dev: false - /react-router/6.8.2_react@18.2.0: - resolution: {integrity: sha512-lF7S0UmXI5Pd8bmHvMdPKI4u4S5McxmHnzJhrYi9ZQ6wE+DA8JN5BzVC5EEBuduWWDaiJ8u6YhVOCmThBli+rw==} + /react-router/6.4.3_react@18.2.0: + resolution: {integrity: sha512-BT6DoGn6aV1FVP5yfODMOiieakp3z46P1Fk0RNzJMACzE7C339sFuHebfvWtnB4pzBvXXkHP2vscJzWRuUjTtA==} engines: {node: '>=14'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.3.3 + '@remix-run/router': 1.0.3 react: 18.2.0 dev: false - /react-scripts/5.0.1_r3mpvyzzbox777qb6eu36yi2ju: + /react-scripts/5.0.1_hh2taoiraihumisc2ldajfszha: resolution: {integrity: sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==} engines: {node: '>=14.0.0'} hasBin: true @@ -35255,24 +34903,24 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.21.0 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_unmakpayn7vcxadrrsbqlrpehy + '@babel/core': 7.20.2 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.9_unmakpayn7vcxadrrsbqlrpehy '@svgr/webpack': 5.5.0 - babel-jest: 27.5.1_@babel+core@7.21.0 - babel-loader: 8.3.0_qoaxtqicpzj5p3ubthw53xafqm - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.21.0 + babel-jest: 27.5.1_@babel+core@7.20.2 + babel-loader: 8.3.0_npabyccmuonwo2rku4k53xo3hi + babel-plugin-named-asset-import: 0.3.8_@babel+core@7.20.2 babel-preset-react-app: 10.0.1 bfj: 7.0.2 - browserslist: 4.21.5 + browserslist: 4.21.4 camelcase: 6.3.0 case-sensitive-paths-webpack-plugin: 2.4.0 - css-loader: 6.7.3_webpack@5.75.0 + css-loader: 6.7.2_webpack@5.75.0 css-minimizer-webpack-plugin: 3.4.1_webpack@5.75.0 dotenv: 10.0.0 dotenv-expand: 5.1.0 - eslint: 8.35.0 - eslint-config-react-app: 7.0.1_6lgrqu2p7dfkc6bf7ncm5xpzs4 - eslint-webpack-plugin: 3.2.0_w3onncegnsazftodujhcsvvdoy + eslint: 8.30.0 + eslint-config-react-app: 7.0.1_vpf47gbjkm5g77zbjlqae2tcbe + eslint-webpack-plugin: 3.2.0_imx5tv54zsiiq7rta6twuhoaba file-loader: 6.2.0_webpack@5.75.0 fs-extra: 10.1.0 html-webpack-plugin: 5.5.0_webpack@5.75.0 @@ -35281,15 +34929,15 @@ packages: jest-resolve: 27.5.1 jest-watch-typeahead: 1.1.0_jest@27.5.1 mini-css-extract-plugin: 2.4.5_webpack@5.75.0 - postcss: 8.4.21 - postcss-flexbugs-fixes: 5.0.2_postcss@8.4.21 - postcss-loader: 6.2.1_6jdsrmfenkuhhw3gx4zvjlznce - postcss-normalize: 10.0.1_jrpp4geoaqu5dz2gragkckznb4 - postcss-preset-env: 7.8.3_postcss@8.4.21 + postcss: 8.4.19 + postcss-flexbugs-fixes: 5.0.2_postcss@8.4.19 + postcss-loader: 6.2.1_upg3rk2kpasnbk27hkqapxaxfq + postcss-normalize: 10.0.1_o3gvceo4mmkmipwqbduijhv2ui + postcss-preset-env: 7.8.3_postcss@8.4.19 prompts: 2.4.2 react: 18.2.0 react-app-polyfill: 3.0.0 - react-dev-utils: 12.0.1_d6mwqtvpzyptsbgadmdtsiamly + react-dev-utils: 12.0.1_az3o33dww67cevji5ejlhmxqnq react-refresh: 0.11.0 resolve: 1.22.1 resolve-url-loader: 4.0.0 @@ -35297,9 +34945,9 @@ packages: semver: 7.3.8 source-map-loader: 3.0.2_webpack@5.75.0 style-loader: 3.3.1_webpack@5.75.0 - tailwindcss: 3.2.7_ts-node@10.9.1 + tailwindcss: 3.2.4_ts-node@10.9.1 terser-webpack-plugin: 5.3.6_webpack@5.75.0 - typescript: 4.9.5 + typescript: 4.9.4 webpack: 5.75.0 webpack-dev-server: 4.11.1_webpack@5.75.0 webpack-manifest-plugin: 4.1.1_webpack@5.75.0 @@ -35393,7 +35041,7 @@ packages: /read-only-stream/2.0.0: resolution: {integrity: sha512-3ALe0bjBVZtkdWKIcThYpQCLbBMd/+Tbh2CDSrAIDO3UsZ4Xs+tnyjv2MjCOMMgBG+AsUOeuP1cgtY1INISc8w==} dependencies: - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /read-pkg-up/1.0.1: @@ -35456,8 +35104,8 @@ packages: isarray: 0.0.1 string_decoder: 0.10.31 - /readable-stream/2.3.8: - resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + /readable-stream/2.3.7: + resolution: {integrity: sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==} dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -35467,16 +35115,16 @@ packages: string_decoder: 1.1.1 util-deprecate: 1.0.2 - /readable-stream/3.6.1: - resolution: {integrity: sha512-+rQmrWMYGA90yenhTYsLWAsLsqVC8osOw6PKE1HDYiO0gdPeKe/xDHNzIAIn4C91YQ6oenEhfYqqc1883qHbjQ==} + /readable-stream/3.6.0: + resolution: {integrity: sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==} engines: {node: '>= 6'} dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readable-stream/4.3.0: - resolution: {integrity: sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ==} + /readable-stream/4.2.0: + resolution: {integrity: sha512-gJrBHsaI3lgBoGMW/jHZsQ/o/TIWiu5ENCJG1BB7fuCKzpFM8GaS2UoBVt9NO+oI+3FcrBNbUkl3ilDe09aY4A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: abort-controller: 3.0.0 @@ -35488,7 +35136,7 @@ packages: resolution: {integrity: sha512-ePeK6cc1EcKLEhJFt/AebMCLL+GgSKhuygrZ/GLaKZYEecIgIECf4UaUuaByiGtzckwR4ain9VzUh95T1exYGw==} engines: {node: '>=8'} dependencies: - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: false /readdirp/2.2.1: @@ -35497,7 +35145,7 @@ packages: dependencies: graceful-fs: 4.2.10 micromatch: 3.1.10 - readable-stream: 2.3.8 + readable-stream: 2.3.7 transitivePeerDependencies: - supports-color @@ -35563,7 +35211,7 @@ packages: /redux-saga/1.0.0: resolution: {integrity: sha512-GvJWs/SzMvEQgeaw6sRMXnS2FghlvEGsHiEtTLpJqc/FHF3I5EE/B+Hq5lyHZ8LSoT2r/X/46uWvkdCnK9WgHA==} dependencies: - '@redux-saga/core': 1.2.2 + '@redux-saga/core': 1.2.1 dev: true /redux/3.7.2: @@ -35575,10 +35223,10 @@ packages: symbol-observable: 1.2.0 dev: true - /redux/4.2.1: - resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} + /redux/4.2.0: + resolution: {integrity: sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 dev: true /regenerate-unicode-properties/10.1.0: @@ -35596,8 +35244,8 @@ packages: /regenerator-runtime/0.11.1: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} - /regenerator-runtime/0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + /regenerator-runtime/0.13.10: + resolution: {integrity: sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw==} /regenerator-transform/0.10.1: resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} @@ -35607,10 +35255,10 @@ packages: private: 0.1.8 dev: true - /regenerator-transform/0.15.1: - resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} + /regenerator-transform/0.15.0: + resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 /regex-not/1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -35632,7 +35280,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 + define-properties: 1.1.4 functions-have-names: 1.2.3 /regexpp/2.0.1: @@ -35652,16 +35300,16 @@ packages: regjsparser: 0.1.5 dev: true - /regexpu-core/5.3.1: - resolution: {integrity: sha512-nCOzW2V/X15XpLsK2rlgdwrysrBq+AauCn+omItIz4R1pIcmeot5zvjdmOBRLzEH/CkC6IxMJVmxDe3QcMuNVQ==} + /regexpu-core/5.2.1: + resolution: {integrity: sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ==} engines: {node: '>=4'} dependencies: - '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 + regjsgen: 0.7.1 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.1.0 + unicode-match-property-value-ecmascript: 2.0.0 /registry-auth-token/3.3.2: resolution: {integrity: sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==} @@ -35695,6 +35343,9 @@ packages: resolution: {integrity: sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==} dev: true + /regjsgen/0.7.1: + resolution: {integrity: sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==} + /regjsparser/0.1.5: resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==} hasBin: true @@ -35715,7 +35366,7 @@ packages: /relay-runtime/12.0.0: resolution: {integrity: sha512-QU6JKr1tMsry22DXNy9Whsq5rmvwr3LSZiiWV/9+DFpuTWvp+WFhobWMc8TC4OjKFfNhEZy7mOiqUAn5atQtug==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 fbjs: 3.0.4 invariant: 2.2.4 transitivePeerDependencies: @@ -35854,11 +35505,6 @@ packages: engines: {node: '>= 0.10'} dev: false - /replace-ext/1.0.1: - resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} - engines: {node: '>= 0.10'} - dev: true - /req-cwd/2.0.0: resolution: {integrity: sha512-ueoIoLo1OfB6b05COxAA9UpeoscNpYyM+BqYlA7H6LVF4hKGPXQQSSaD2YmvDVJMkk4UDpAHIeU1zG53IqjvlQ==} engines: {node: '>=4'} @@ -35908,7 +35554,7 @@ packages: deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 dependencies: aws-sign2: 0.7.0 - aws4: 1.12.0 + aws4: 1.11.0 caseless: 0.12.0 combined-stream: 1.0.8 extend: 3.0.2 @@ -36007,8 +35653,8 @@ packages: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated - /resolve.exports/1.1.1: - resolution: {integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==} + /resolve.exports/1.1.0: + resolution: {integrity: sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==} engines: {node: '>=10'} /resolve/1.1.7: @@ -36131,12 +35777,6 @@ packages: dependencies: glob: 7.2.3 - /rimraf/4.1.2: - resolution: {integrity: sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==} - engines: {node: '>=14'} - hasBin: true - dev: true - /ripemd160-min/0.0.6: resolution: {integrity: sha512-+GcJgQivhs6S9qvLogusiTcS9kQUfgR75whKuy5jIhuiOfQuJ8fjqxV6EGD5duH1Y/FawFUMtMhyeq3Fbnib8A==} engines: {node: '>=8'} @@ -36166,14 +35806,14 @@ packages: dev: false optional: true - /rollup-plugin-babel/4.4.0_uczz77x4do4u6dcomir7uxaipa: + /rollup-plugin-babel/4.4.0_dkgob3yku5u4kd7izmuf4qo2nu: resolution: {integrity: sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-babel. peerDependencies: '@babel/core': 7 || ^7.0.0-rc.2 rollup: '>=0.60.0 <3' dependencies: - '@babel/core': 7.21.0 + '@babel/core': 7.20.2 '@babel/helper-module-imports': 7.18.6 rollup: 1.32.1 rollup-pluginutils: 2.8.2 @@ -36203,7 +35843,7 @@ packages: jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.16.5 + terser: 5.15.1 /rollup-pluginutils/2.8.2: resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} @@ -36216,7 +35856,7 @@ packages: hasBin: true dependencies: '@types/estree': 1.0.0 - '@types/node': 18.14.2 + '@types/node': 18.11.9 acorn: 7.4.1 dev: false @@ -36238,13 +35878,13 @@ packages: nanoid: 3.3.4 dev: false - /rpc-websockets/7.5.1: - resolution: {integrity: sha512-kGFkeTsmd37pHPMaHIgN1LVKXMi0JD782v4Ds9ZKtLlwdTKjn+CxM9A9/gLT2LaOuEcEFGL98h1QWQtlOIdW0w==} + /rpc-websockets/7.5.0: + resolution: {integrity: sha512-9tIRi1uZGy7YmDjErf1Ax3wtqdSSLIlnmL5OtOzgd5eqPKbsPpwDP5whUDO2LQay3Xp0CcHlcNSGzacNRluBaQ==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 eventemitter3: 4.0.7 uuid: 8.3.2 - ws: 8.12.1_3cxu5zja4e2r5wmvge7mdcljwq + ws: 8.12.0_3cxu5zja4e2r5wmvge7mdcljwq optionalDependencies: bufferutil: 4.0.7 utf-8-validate: 5.0.10 @@ -36305,8 +35945,8 @@ packages: dependencies: tslib: 1.14.1 - /rxjs/7.8.0: - resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} + /rxjs/7.5.7: + resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==} dependencies: tslib: 2.5.0 @@ -36338,7 +35978,7 @@ packages: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.1.3 is-regex: 1.1.4 /safe-regex/1.1.0: @@ -36368,7 +36008,7 @@ packages: execa: 1.0.0 fb-watchman: 2.0.2 micromatch: 3.1.10 - minimist: 1.2.8 + minimist: 1.2.7 walker: 1.0.8 transitivePeerDependencies: - supports-color @@ -36400,7 +36040,7 @@ packages: sass-embedded: optional: true dependencies: - klona: 2.0.6 + klona: 2.0.5 neo-async: 2.6.2 webpack: 5.75.0 @@ -36475,9 +36115,9 @@ packages: engines: {node: '>= 12.13.0'} dependencies: '@types/json-schema': 7.0.11 - ajv: 8.12.0 + ajv: 8.11.2 ajv-formats: 2.1.1 - ajv-keywords: 5.1.0_ajv@8.12.0 + ajv-keywords: 5.1.0_ajv@8.11.2 /scrypt-js/2.0.3: resolution: {integrity: sha512-d8DzQxNivoNDogyYmb/9RD5mEQE/Q7vG2dLDUgvfPmKL9xCVzgqUntOdS0me9Cq9Sh9VxIZuoNEFcsfyXRnyUw==} @@ -36506,6 +36146,7 @@ packages: elliptic: 6.5.4 nan: 2.17.0 safe-buffer: 5.2.1 + dev: true /secp256k1/4.0.3: resolution: {integrity: sha512-NLZVf+ROMxwtEj3Xa562qgv2BK5e2WNmXPiOdVIPLgs6lyTzMvBq0aWTYMI5XCP9jZMVKOcqZLw/Wc4vDkuxhA==} @@ -36514,7 +36155,7 @@ packages: dependencies: elliptic: 6.5.4 node-addon-api: 2.0.2 - node-gyp-build: 4.6.0 + node-gyp-build: 4.5.0 /seek-bzip/1.0.6: resolution: {integrity: sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==} @@ -36654,11 +36295,6 @@ packages: dependencies: randombytes: 2.1.0 - /serialize-javascript/6.0.1: - resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} - dependencies: - randombytes: 2.1.0 - /serve-favicon/2.5.0: resolution: {integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==} engines: {node: '>= 0.8.0'} @@ -36729,7 +36365,7 @@ packages: resolution: {integrity: sha512-/xE6GvsKKqyo1BAY+KxOWXcLpPsUUyji7Qg3bVD7hh1eRze5bR1uYiuDA/k3Gof1s9BTzQZEJK8sNcNGFIzeWw==} engines: {node: '>=6'} dependencies: - body-parser: 1.20.2 + body-parser: 1.20.1 cors: 2.8.5 express: 4.18.2 request: 2.88.2 @@ -36775,9 +36411,6 @@ packages: inherits: 2.0.4 safe-buffer: 5.2.1 - /sha1-es/1.8.2: - resolution: {integrity: sha512-7gzO0Y7RBt1Qsq8D1fC+So6zsnkwRcZas8sGO9Xp4bOkDhG5s4fzSP0i9yUs6aVzSH7+urqqh6uk0z+dMDeF9A==} - /sha1/1.1.1: resolution: {integrity: sha512-dZBS6OrMjtgVkopB1Gmo4RQCDKiZsqcpAQpkV/aaj+FCrCg8r4I4qMkDPQjBgLIxlmu9k4nUbWq6ohXahOneYA==} dependencies: @@ -36833,8 +36466,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shell-quote/1.8.0: - resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} + /shell-quote/1.7.4: + resolution: {integrity: sha512-8o/QEhSSRb1a5i7TFR0iM4G16Z0vYB2OQVs4G3aAFXjn3T6yEx8AZxy1PgDF7I00LZHYA3WxaSYIf5e5sAX8Rw==} /shelljs/0.7.8: resolution: {integrity: sha512-/YF5Uk8hcwi7ima04ppkbA4RaRMdPMBfwAvAf8sufYOxsJRtbdoBsT8vGvlb+799BrlGdYrd+oczIA2eN2JdWA==} @@ -36864,15 +36497,15 @@ packages: resolution: {integrity: sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ==} hasBin: true dependencies: - commander: 9.5.0 + commander: 9.4.1 dev: false /side-channel/1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 - object-inspect: 1.12.3 + get-intrinsic: 1.1.3 + object-inspect: 1.12.2 /signal-exit/3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} @@ -36942,7 +36575,6 @@ packages: ansi-styles: 4.3.0 astral-regex: 2.0.0 is-fullwidth-code-point: 3.0.0 - dev: true /slice-ansi/5.0.0: resolution: {integrity: sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==} @@ -36992,21 +36624,21 @@ packages: transitivePeerDependencies: - supports-color - /socket.io-client/4.6.1: - resolution: {integrity: sha512-5UswCV6hpaRsNg5kkEHVcbBIXEYoVbMQaHJBXJCyEQ+CiFPV1NIOY0XOFWG4XR4GZcB8Kn6AsRs/9cy9TbqVMQ==} + /socket.io-client/4.5.3: + resolution: {integrity: sha512-I/hqDYpQ6JKwtJOf5ikM+Qz+YujZPMEl6qBLhxiP0nX+TfXKhW4KZZG8lamrD6Y5ngjmYHreESVasVCgi5Kl3A==} engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.1.0 debug: 4.3.4 - engine.io-client: 6.4.0 - socket.io-parser: 4.2.2 + engine.io-client: 6.2.3 + socket.io-parser: 4.2.1 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - /socket.io-parser/4.2.2: - resolution: {integrity: sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw==} + /socket.io-parser/4.2.1: + resolution: {integrity: sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==} engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.1.0 @@ -37059,33 +36691,32 @@ packages: prettier-plugin-solidity: 1.0.0-rc.1_prettier@2.8.1 dev: true - /solhint/3.4.0: - resolution: {integrity: sha512-FYEs/LoTxMsWFP/OGsEqR1CBDn3Bn7hrTWsgtjai17MzxITgearIdlo374KKZjjIycu8E2xBcJ+RSWeoBvQmkw==} + /solhint/3.3.7: + resolution: {integrity: sha512-NjjjVmXI3ehKkb3aNtRJWw55SUVJ8HMKKodwe0HnejA+k0d2kmhw7jvpa+MCTbcEgt8IWSwx0Hu6aCo/iYOZzQ==} hasBin: true dependencies: - '@solidity-parser/parser': 0.15.0 + '@solidity-parser/parser': 0.14.5 ajv: 6.12.6 - antlr4: 4.12.0 + antlr4: 4.7.1 ast-parents: 0.0.1 - chalk: 4.1.2 - commander: 10.0.0 - cosmiconfig: 8.1.0 + chalk: 2.4.2 + commander: 2.18.0 + cosmiconfig: 5.2.1 + eslint: 5.16.0 fast-diff: 1.2.0 - glob: 8.1.0 - ignore: 5.2.4 - js-yaml: 4.1.0 + glob: 7.2.3 + ignore: 4.0.6 + js-yaml: 3.14.1 lodash: 4.17.21 - pluralize: 8.0.0 semver: 6.3.0 - strip-ansi: 6.0.1 - table: 6.8.1 - text-table: 0.2.0 optionalDependencies: - prettier: 2.8.4 + prettier: 1.19.1 + transitivePeerDependencies: + - supports-color dev: true - /solidity-ast/0.4.46: - resolution: {integrity: sha512-MlPZQfPhjWXqh7YxWcBGDXaPZIfMYCOHYoLEhGDWulNwEPIQQZuB7mA9eP17CU0jY/bGR4avCEUVVpvHtT2gbA==} + /solidity-ast/0.4.38: + resolution: {integrity: sha512-e7gT6g8l8M2rAzH648QA3/IihCNy/anFoWyChVD+T+zfX4FjXbT8AO2DB3wG1iEmIBib9/+vD+GvTElWWpdw+w==} /solidity-comments-extractor/0.0.7: resolution: {integrity: sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==} @@ -37116,7 +36747,7 @@ packages: sc-istanbul: 0.4.6 semver: 7.3.8 shelljs: 0.8.5 - web3-utils: 1.8.2 + web3-utils: 1.8.1 transitivePeerDependencies: - supports-color dev: true @@ -37185,7 +36816,7 @@ packages: deprecated: See https://github.com/lydell/source-map-resolve#deprecated dependencies: atob: 2.1.2 - decode-uri-component: 0.2.2 + decode-uri-component: 0.2.0 resolve-url: 0.2.1 source-map-url: 0.4.1 urix: 0.1.0 @@ -37285,7 +36916,7 @@ packages: detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 - readable-stream: 3.6.1 + readable-stream: 3.6.0 wbuf: 1.7.3 transitivePeerDependencies: - supports-color @@ -37338,7 +36969,7 @@ packages: /split2/3.2.2: resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} dependencies: - readable-stream: 3.6.1 + readable-stream: 3.6.0 /sponge-case/1.0.1: resolution: {integrity: sha512-dblb9Et4DAtiZ5YSUZHLl4XhH4uK80GhAZrVXdN4O2P4gQ40Wa5UIOPUHlA/nFd2PLblBZWUioLMMAVrgpoYcA==} @@ -37380,7 +37011,7 @@ packages: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} dependencies: - minipass: 3.3.6 + minipass: 3.3.4 dev: true /stable/0.1.8: @@ -37402,6 +37033,16 @@ packages: dependencies: type-fest: 0.7.1 + /standard-engine/14.0.1: + resolution: {integrity: sha512-7FEzDwmHDOGva7r9ifOzD3BGdTbA7ujJ50afLVdW/tK14zQEptJjbFuUfn50irqdHDcTbNh0DTIoMPynMCXb0Q==} + engines: {node: '>=8.10'} + dependencies: + get-stdin: 8.0.0 + minimist: 1.2.7 + pkg-conf: 3.1.0 + xdg-basedir: 4.0.0 + dev: false + /start-server-and-test/1.14.0: resolution: {integrity: sha512-on5ELuxO2K0t8EmNj9MtVlFqwBMxfWOhu4U7uZD1xccVpFlOQKR93CSe0u98iQzfNxRyaNTb/CdadbNllplTsw==} engines: {node: '>=6'} @@ -37418,23 +37059,6 @@ packages: - supports-color dev: true - /start-server-and-test/1.15.4: - resolution: {integrity: sha512-ucQtp5+UCr0m4aHlY+aEV2JSYNTiMZKdSKK/bsIr6AlmwAWDYDnV7uGlWWEtWa7T4XvRI5cPYcPcQgeLqpz+Tg==} - engines: {node: '>=6'} - hasBin: true - dependencies: - arg: 5.0.2 - bluebird: 3.7.2 - check-more-types: 2.24.0 - debug: 4.3.4 - execa: 5.1.1 - lazy-ass: 1.6.0 - ps-tree: 1.2.0 - wait-on: 7.0.1_debug@4.3.4 - transitivePeerDependencies: - - supports-color - dev: true - /state-toggle/1.0.3: resolution: {integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==} @@ -37458,12 +37082,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /stop-iteration-iterator/1.0.0: - resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} - engines: {node: '>= 0.4'} - dependencies: - internal-slot: 1.0.5 - /store2/2.14.2: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true @@ -37472,13 +37090,13 @@ packages: resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 /stream-browserify/3.0.0: resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} dependencies: inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 /stream-combiner/0.0.4: resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==} @@ -37490,7 +37108,7 @@ packages: resolution: {integrity: sha512-3PnJbYgS56AeWgtKF5jtJRT6uFJe56Z0Hc5Ngg/6sI6rIt8iiMBTa9cvdyFfpMQjaVHr8dusbNeFGIIonxOvKw==} dependencies: duplexer2: 0.1.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /stream-each/1.2.3: @@ -37504,7 +37122,7 @@ packages: dependencies: builtin-status-codes: 3.0.0 inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 to-arraybuffer: 1.0.1 xtend: 4.0.2 @@ -37513,7 +37131,7 @@ packages: dependencies: builtin-status-codes: 3.0.0 inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 xtend: 4.0.2 dev: true @@ -37524,7 +37142,7 @@ packages: resolution: {integrity: sha512-Xizh4/NPuYSyAXyT7g8IvdJ9HJpxIGL9PjyhtywCZvvP0OPIdqyrr4dMikeuvY8xahpdKEBlBTySe583totajg==} dependencies: inherits: 2.0.4 - readable-stream: 2.3.8 + readable-stream: 2.3.7 dev: true /stream-to-it/0.2.4: @@ -37626,11 +37244,11 @@ packages: resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 - get-intrinsic: 1.2.0 + define-properties: 1.1.4 + es-abstract: 1.20.4 + get-intrinsic: 1.1.3 has-symbols: 1.0.3 - internal-slot: 1.0.5 + internal-slot: 1.0.3 regexp.prototype.flags: 1.4.3 side-channel: 1.0.4 @@ -37639,8 +37257,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 dev: true /string.prototype.padstart/3.1.4: @@ -37648,8 +37266,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 dev: true /string.prototype.trim/1.2.7: @@ -37657,23 +37275,23 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 dev: true /string.prototype.trimend/1.0.6: resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 /string.prototype.trimstart/1.0.6: resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 /string_decoder/0.10.31: resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} @@ -37854,32 +37472,32 @@ packages: react-is: '>= 16.8.0' dependencies: '@babel/helper-module-imports': 7.18.6 - '@babel/traverse': 7.21.2_supports-color@5.5.0 + '@babel/traverse': 7.20.1_supports-color@5.5.0 '@emotion/is-prop-valid': 1.2.0 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 babel-plugin-styled-components: 2.0.7_styled-components@5.3.6 - css-to-react-native: 3.2.0 + css-to-react-native: 3.0.0 hoist-non-react-statics: 3.3.2 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 shallowequal: 1.1.0 supports-color: 5.5.0 - /stylehacks/5.1.1_postcss@8.4.21: + /stylehacks/5.1.1_postcss@8.4.19: resolution: {integrity: sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - browserslist: 4.21.5 - postcss: 8.4.21 - postcss-selector-parser: 6.0.11 + browserslist: 4.21.4 + postcss: 8.4.19 + postcss-selector-parser: 6.0.10 /subarg/1.0.0: resolution: {integrity: sha512-RIrIdRY0X1xojthNcVtgT9sjpOGagEUKpZdgBUi054OEPFo282yg+zE+t1Rj3+RqKq2xStL7uUHhY+AjbC4BXg==} dependencies: - minimist: 1.2.8 + minimist: 1.2.7 dev: true /sublevel-pouchdb/7.3.1: @@ -37953,8 +37571,8 @@ packages: dependencies: has-flag: 4.0.0 - /supports-color/9.3.1: - resolution: {integrity: sha512-knBY82pjmnIzK3NifMo3RxEIRD9E0kIzV4BKcyTZ9+9kWgLMxd4PrsTSMoFQUabgRBbF8KOLRDCyKgNV+iK44Q==} + /supports-color/9.2.3: + resolution: {integrity: sha512-aszYUX/DVK/ed5rFLb/dDinVJrQjG/vmU433wtqVSD800rYsJNWxh2R3USV90aLSU+UsyQkbNeffVLzc6B6foA==} engines: {node: '>=12'} dev: true @@ -38045,7 +37663,7 @@ packages: buffer: 5.7.1 eth-lib: 0.1.29 fs-extra: 4.0.3 - got: 11.8.6 + got: 11.8.5 mime-types: 2.1.35 mkdirp-promise: 5.0.1 mock-fs: 4.14.0 @@ -38103,8 +37721,8 @@ packages: get-port: 3.2.0 dev: true - /synchronous-promise/2.0.17: - resolution: {integrity: sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==} + /synchronous-promise/2.0.16: + resolution: {integrity: sha512-qImOD23aDfnIDNqlG1NOehdB9IYsn1V9oByPjKY1nakv2MQYCEMyX033/q+aEtYCpmYK1cv2+NTmlH+ra6GA5A==} dev: true /syntax-error/1.4.0: @@ -38153,7 +37771,6 @@ packages: web3-utils: 1.2.2 transitivePeerDependencies: - bufferutil - - encoding - supports-color - utf-8-validate dev: true @@ -38197,15 +37814,14 @@ packages: resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} engines: {node: '>=10.0.0'} dependencies: - ajv: 8.12.0 + ajv: 8.11.2 lodash.truncate: 4.4.2 slice-ansi: 4.0.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: true - /tailwindcss/3.2.7_ts-node@10.9.1: - resolution: {integrity: sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==} + /tailwindcss/3.2.4_ts-node@10.9.1: + resolution: {integrity: sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==} engines: {node: '>=12.13.0'} hasBin: true dependencies: @@ -38223,12 +37839,12 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.21 - postcss-import: 14.1.0_postcss@8.4.21 - postcss-js: 4.0.1_postcss@8.4.21 - postcss-load-config: 3.1.4_aesdjsunmf4wiehhujt67my7tu - postcss-nested: 6.0.0_postcss@8.4.21 - postcss-selector-parser: 6.0.11 + postcss: 8.4.19 + postcss-import: 14.1.0_postcss@8.4.19 + postcss-js: 4.0.0_postcss@8.4.19 + postcss-load-config: 3.1.4_v776zzvn44o7tpgzieipaairwm + postcss-nested: 6.0.0_postcss@8.4.19 + postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 resolve: 1.22.1 @@ -38243,8 +37859,8 @@ packages: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - /tape/4.16.2: - resolution: {integrity: sha512-TUChV+q0GxBBCEbfCYkGLkv8hDJYjMdSWdE0/Lr331sB389dsvFUHNV9ph5iQqKzt8Ss9drzcda/YeexclBFqg==} + /tape/4.16.1: + resolution: {integrity: sha512-U4DWOikL5gBYUrlzx+J0oaRedm2vKLFbtA/+BRAXboGWpXO7bMP8ddxlq3Cse2bvXFQ0jZMOj6kk3546mvCdFg==} hasBin: true dependencies: call-bind: 1.0.2 @@ -38256,8 +37872,8 @@ packages: has: 1.0.3 inherits: 2.0.4 is-regex: 1.1.4 - minimist: 1.2.8 - object-inspect: 1.12.3 + minimist: 1.2.7 + object-inspect: 1.12.2 resolve: 1.22.1 resumer: 0.0.0 string.prototype.trim: 1.2.7 @@ -38290,7 +37906,7 @@ packages: buffer-alloc: 1.2.0 end-of-stream: 1.4.4 fs-constants: 1.0.0 - readable-stream: 2.3.8 + readable-stream: 2.3.7 to-buffer: 1.1.1 xtend: 4.0.2 dev: true @@ -38303,7 +37919,7 @@ packages: end-of-stream: 1.4.4 fs-constants: 1.0.0 inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /tar/4.4.19: @@ -38318,13 +37934,13 @@ packages: safe-buffer: 5.2.1 yallist: 3.1.1 - /tar/6.1.13: - resolution: {integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==} + /tar/6.1.12: + resolution: {integrity: sha512-jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw==} engines: {node: '>=10'} dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 4.2.4 + minipass: 3.3.4 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -38413,7 +38029,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 5.0.1 source-map: 0.6.1 - terser: 5.16.5 + terser: 5.15.1 webpack: 4.44.2 webpack-sources: 1.4.3 transitivePeerDependencies: @@ -38439,8 +38055,8 @@ packages: '@jridgewell/trace-mapping': 0.3.17 jest-worker: 27.5.1 schema-utils: 3.1.1 - serialize-javascript: 6.0.1 - terser: 5.16.5 + serialize-javascript: 6.0.0 + terser: 5.15.1 webpack: 5.75.0 /terser/4.8.1: @@ -38448,18 +38064,18 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - acorn: 8.8.2 + acorn: 8.8.1 commander: 2.20.3 source-map: 0.6.1 source-map-support: 0.5.21 - /terser/5.16.5: - resolution: {integrity: sha512-qcwfg4+RZa3YvlFh0qjifnzBHjKGNbtDo9yivMqMFDy9Q6FSaQWSB/j1xKhsoUFJIqDOM3TsN6D5xbrMrFcHbg==} + /terser/5.15.1: + resolution: {integrity: sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==} engines: {node: '>=10'} hasBin: true dependencies: '@jridgewell/source-map': 0.3.2 - acorn: 8.8.2 + acorn: 8.8.1 commander: 2.20.3 source-map-support: 0.5.21 @@ -38499,8 +38115,8 @@ packages: qs: 6.11.0 dev: true - /throat/6.0.2: - resolution: {integrity: sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==} + /throat/6.0.1: + resolution: {integrity: sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==} /throttle-debounce/3.0.1: resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} @@ -38521,20 +38137,20 @@ packages: /through2/2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: - readable-stream: 2.3.8 + readable-stream: 2.3.7 xtend: 4.0.2 /through2/3.0.2: resolution: {integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==} dependencies: inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /through2/4.0.2: resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} dependencies: - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true /thunky/1.1.0: @@ -38574,8 +38190,8 @@ packages: dependencies: setimmediate: 1.0.5 - /timestamp-nano/1.0.1: - resolution: {integrity: sha512-4oGOVZWTu5sl89PtCDnhQBSt7/vL1zVEwAfxH1p49JhTosxzVQWYBYFRFZ8nJmo0G6f824iyP/44BFAwIoKvIA==} + /timestamp-nano/1.0.0: + resolution: {integrity: sha512-NO/1CZigzlCWQiWdIGv8ebXt6Uk77zdLz2NE7KcZRU5Egj2+947lzUpk30xQUQlq5dRY25j7ZulG4RfA2DHYfA==} engines: {node: '>= 4.5.0'} /tiny-each-async/2.0.3: @@ -38707,14 +38323,14 @@ packages: engines: {node: '>=0.8'} dependencies: psl: 1.9.0 - punycode: 2.3.0 + punycode: 2.1.1 /tough-cookie/4.1.2: resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} engines: {node: '>=6'} dependencies: psl: 1.9.0 - punycode: 2.3.0 + punycode: 2.1.1 universalify: 0.2.0 url-parse: 1.5.10 @@ -38724,18 +38340,18 @@ packages: /tr46/1.0.1: resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} dependencies: - punycode: 2.3.0 + punycode: 2.1.1 /tr46/2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} dependencies: - punycode: 2.3.0 + punycode: 2.1.1 /trezor-connect/8.1.8: resolution: {integrity: sha512-ZTgKmSd5scbUAdHwz6DLwILVoNRe//6fQcuaVDL0tbWHvB5MNajGlLDzPG/TM7y156mzXmXF2Y4LJQqLDQhaIw==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 events: 3.3.0 whatwg-fetch: 3.6.2 dev: true @@ -38798,19 +38414,19 @@ packages: - utf-8-validate dev: true - /truffle/5.7.8: - resolution: {integrity: sha512-25z9RjJpZG2m6bpPLXx2PflsoAMSXRAXH3Ce7cWYbKL/SRpWvs0BRLZwY1LbxK/5vsMVWVarXgcKp/wjgO/kKg==} + /truffle/5.6.5: + resolution: {integrity: sha512-tao5NmiPvPb44sdPimMft1SPKtMI9Rwo/6GZ9GVcFekRLzTOL74LMIPPHI5StPknZYmmJL8j5PIm8Kaodtrcng==} hasBin: true requiresBuild: true dependencies: - '@truffle/db-loader': 0.2.17 - '@truffle/debugger': 11.0.28 + '@truffle/db-loader': 0.2.5 + '@truffle/debugger': 11.0.16 app-module-path: 2.2.0 - ganache: 7.7.5 - mocha: 10.1.0 + ganache: 7.5.0 + mocha: 9.2.2 original-require: 1.0.1 optionalDependencies: - '@truffle/db': 2.0.17 + '@truffle/db': 2.0.5 transitivePeerDependencies: - bufferutil - encoding @@ -38826,34 +38442,14 @@ packages: /tryer/1.0.1: resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} - /ts-command-line-args/2.4.2: - resolution: {integrity: sha512-mJLQQBOdyD4XI/ZWQY44PIdYde47JhV2xl380O7twPkTQ+Y5vFDHsk8LOeXKuz7dVY5aDCfAzRarNfSqtKOkQQ==} + /ts-command-line-args/2.3.1: + resolution: {integrity: sha512-FR3y7pLl/fuUNSmnPhfLArGqRrpojQgIEEOVzYx9DhTmfIN7C9RWSfpkJEF4J+Gk7aVx5pak8I7vWZsaN4N84g==} hasBin: true dependencies: - '@morgan-stanley/ts-mocking-bird': 0.6.4 chalk: 4.1.2 command-line-args: 5.2.1 command-line-usage: 6.1.3 string-format: 2.0.0 - transitivePeerDependencies: - - jasmine - - jest - - typescript - dev: true - - /ts-command-line-args/2.4.2_typescript@4.9.5: - resolution: {integrity: sha512-mJLQQBOdyD4XI/ZWQY44PIdYde47JhV2xl380O7twPkTQ+Y5vFDHsk8LOeXKuz7dVY5aDCfAzRarNfSqtKOkQQ==} - hasBin: true - dependencies: - '@morgan-stanley/ts-mocking-bird': 0.6.4_typescript@4.9.5 - chalk: 4.1.2 - command-line-args: 5.2.1 - command-line-usage: 6.1.3 - string-format: 2.0.0 - transitivePeerDependencies: - - jasmine - - jest - - typescript dev: true /ts-dedent/2.2.0: @@ -38884,12 +38480,12 @@ packages: hasBin: true dependencies: '@types/mkdirp': 0.5.2 - '@types/prettier': 2.7.2 + '@types/prettier': 2.7.1 '@types/resolve': 0.0.8 chalk: 2.4.2 glob: 7.2.3 mkdirp: 0.5.6 - prettier: 2.8.4 + prettier: 2.8.1 resolve: 1.22.1 ts-essentials: 1.0.4 dev: false @@ -38901,7 +38497,7 @@ packages: tslib: 2.5.0 dev: false - /ts-node/10.9.1_4rsdrz765lm2esh2n23z44s5ti: + /ts-node/10.9.1_rniibfx3zftzehea7t244vwgdu: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -38920,14 +38516,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 16.18.13 - acorn: 8.8.2 + '@types/node': 16.18.3 + acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.9.5 + typescript: 4.9.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 @@ -38950,7 +38546,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - acorn: 8.8.2 + acorn: 8.8.1 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 @@ -38961,7 +38557,7 @@ packages: yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.9.5: + /ts-pnp/1.2.0_typescript@4.9.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -38970,23 +38566,51 @@ packages: typescript: optional: true dependencies: - typescript: 4.9.5 + typescript: 4.9.4 dev: true - /tsconfig-paths/3.14.2: - resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} + /ts-standard/11.0.0_qlcmad5flthwgwga5hzt3mjvzm: + resolution: {integrity: sha512-fe+PCOM6JTMIcG1Smr8BQJztUi3dc/SDJMqezxNAL8pe/0+h0shK0+fNPTuF1hMVMYO+O53Wtp9WQHqj0GJtMw==} + engines: {node: '>=12.0.0'} + hasBin: true + peerDependencies: + typescript: '>=3.8' + dependencies: + '@typescript-eslint/eslint-plugin': 4.33.0_xspifk7brbsnyg562jkgvazaje + eslint: 7.32.0 + eslint-config-standard: 16.0.3_wnerebu6rbpsve3qx7qqwvcqtq + eslint-config-standard-jsx: 10.0.0_rfut5ehdjmzxinfjxzbnr2vvmi + eslint-config-standard-with-typescript: 21.0.1_hz2ksngkfucsvmqk7u23djk53y + eslint-plugin-import: 2.26.0_sgvxsd2i36a2mn3vpklggj663e + eslint-plugin-node: 11.1.0_eslint@7.32.0 + eslint-plugin-promise: 5.2.0_eslint@7.32.0 + eslint-plugin-react: 7.31.10_eslint@7.32.0 + get-stdin: 8.0.0 + minimist: 1.2.7 + pkg-conf: 3.1.0 + standard-engine: 14.0.1 + typescript: 4.9.4 + transitivePeerDependencies: + - '@typescript-eslint/parser' + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack + - supports-color + dev: false + + /tsconfig-paths/3.14.1: + resolution: {integrity: sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==} dependencies: '@types/json5': 0.0.29 - json5: 1.0.2 - minimist: 1.2.8 + json5: 1.0.1 + minimist: 1.2.7 strip-bom: 3.0.0 - /tsconfig-paths/4.1.2: - resolution: {integrity: sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==} + /tsconfig-paths/4.1.1: + resolution: {integrity: sha512-VgPrtLKpRgEAJsMj5Q/I/mXouC6A/7eJ/X4Nuk6o0cRPwBtznYxTCU4FodbexbzH9somBPEXYi0ZkUViUpJ21Q==} engines: {node: '>=6'} dependencies: - json5: 2.2.3 - minimist: 1.2.8 + json5: 2.2.1 + minimist: 1.2.7 strip-bom: 3.0.0 dev: true @@ -38995,7 +38619,6 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - dev: true /tslib/2.4.1: resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} @@ -39015,14 +38638,14 @@ packages: tslib: 1.14.1 dev: true - /tsutils/3.21.0_typescript@4.9.5: + /tsutils/3.21.0_typescript@4.9.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.9.5 + typescript: 4.9.4 /tty-browserify/0.0.0: resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} @@ -39042,65 +38665,65 @@ packages: dev: false optional: true - /turbo-darwin-64/1.8.3: - resolution: {integrity: sha512-bLM084Wr17VAAY/EvCWj7+OwYHvI9s/NdsvlqGp8iT5HEYVimcornCHespgJS/yvZDfC+mX9EQkn3V2JmYgGGw==} + /turbo-darwin-64/1.6.3: + resolution: {integrity: sha512-QmDIX0Yh1wYQl0bUS0gGWwNxpJwrzZU2GIAYt3aOKoirWA2ecnyb3R6ludcS1znfNV2MfunP+l8E3ncxUHwtjA==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64/1.8.3: - resolution: {integrity: sha512-4oZjXtzakopMK110kue3z/hqu3WLv+eDLZOX1NGdo49gqca9BeD8GbH+sXpAp6tqyeuzpss+PIliVYuyt7LgbA==} + /turbo-darwin-arm64/1.6.3: + resolution: {integrity: sha512-75DXhFpwE7CinBbtxTxH08EcWrxYSPFow3NaeFwsG8aymkWXF+U2aukYHJA6I12n9/dGqf7yRXzkF0S/9UtdyQ==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64/1.8.3: - resolution: {integrity: sha512-uvX2VKotf5PU14FCxJA5iHItPQno2JWzerMd+g3/h/Asay6dvxvtVjc39MQeGT0H5njSvzVKFkT+3/5q8lgOEg==} + /turbo-linux-64/1.6.3: + resolution: {integrity: sha512-O9uc6J0yoRPWdPg9THRQi69K6E2iZ98cRHNvus05lZbcPzZTxJYkYGb5iagCmCW/pq6fL4T4oLWAd6evg2LGQA==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64/1.8.3: - resolution: {integrity: sha512-E1p+oH3XKMaPS4rqWhYsL4j2Pzc0d/9P5KU7Kn1kqVLo2T3iRA7n2KVULEieUNE0nTH+aIJPXYXOpqCI5wFJaA==} + /turbo-linux-arm64/1.6.3: + resolution: {integrity: sha512-dCy667qqEtZIhulsRTe8hhWQNCJO0i20uHXv7KjLHuFZGCeMbWxB8rsneRoY+blf8+QNqGuXQJxak7ayjHLxiA==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64/1.8.3: - resolution: {integrity: sha512-cnzAytHtoLXd0J7aNzRpZFpL/GTjcBmkvAPlbOdf/Pl1iwS4qzGrudZQ+OM1lmLgLIfBPIavsGHBknTwTNib4A==} + /turbo-windows-64/1.6.3: + resolution: {integrity: sha512-lKRqwL3mrVF09b9KySSaOwetehmGknV9EcQTF7d2dxngGYYX1WXoQLjFP9YYH8ZV07oPm+RUOAKSCQuDuMNhiA==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64/1.8.3: - resolution: {integrity: sha512-ulIiItNm2w/zYJdD5/oAzjzNns1IjbpweRzpsE8tLXaWwo6+fnXXkyloUug0IUhcd2k6fJXfoiDZfygqpOVuXg==} + /turbo-windows-arm64/1.6.3: + resolution: {integrity: sha512-BXY1sDPEA1DgPwuENvDCD8B7Hb0toscjus941WpL8CVd10hg9pk/MWn9CNgwDO5Q9ks0mw+liDv2EMnleEjeNA==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo/1.8.3: - resolution: {integrity: sha512-zGrkU1EuNFmkq6iky6LcMqD4h0OLE8XysVFxQWRIZbcTNnf0XAycbsbeEyiJpiWeqb7qtg2bVuY9EYcNoNhVuQ==} + /turbo/1.6.3: + resolution: {integrity: sha512-FtfhJLmEEtHveGxW4Ye/QuY85AnZ2ZNVgkTBswoap7UMHB1+oI4diHPNyqrQLG4K1UFtCkjOlVoLsllUh/9QRw==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.8.3 - turbo-darwin-arm64: 1.8.3 - turbo-linux-64: 1.8.3 - turbo-linux-arm64: 1.8.3 - turbo-windows-64: 1.8.3 - turbo-windows-arm64: 1.8.3 + turbo-darwin-64: 1.6.3 + turbo-darwin-arm64: 1.6.3 + turbo-linux-64: 1.6.3 + turbo-linux-arm64: 1.6.3 + turbo-windows-64: 1.6.3 + turbo-windows-arm64: 1.6.3 dev: true /turndown/7.1.1: @@ -39196,7 +38819,7 @@ packages: /type/2.7.2: resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==} - /typechain-target-ethers-v5/5.0.1_6la3wgdurc2byppalgze7lq2hy: + /typechain-target-ethers-v5/5.0.1_c4tpmuajjwy7vjodfmym27ncri: resolution: {integrity: sha512-ag2fMLcXTZwtHSeDT6+QanmY7yVn3VSYBcqIGpj1A3Zp+d9Bmto5qM/eFXUsql4i9UBLgr3GVGgjkR6lz40QGQ==} peerDependencies: ethers: ^5.0.0 @@ -39204,7 +38827,7 @@ packages: typescript: '>=3.8.0' dependencies: ethers: 5.7.2 - typescript: 4.9.5 + typescript: 4.9.4 dev: false /typechain/7.0.0: @@ -39213,19 +38836,17 @@ packages: peerDependencies: typescript: '>=4.1.0' dependencies: - '@types/prettier': 2.7.2 + '@types/prettier': 2.7.1 debug: 4.3.4 fs-extra: 7.0.1 glob: 7.2.3 js-sha3: 0.8.0 lodash: 4.17.21 mkdirp: 1.0.4 - prettier: 2.8.4 - ts-command-line-args: 2.4.2 + prettier: 2.8.1 + ts-command-line-args: 2.3.1 ts-essentials: 7.0.3 transitivePeerDependencies: - - jasmine - - jest - supports-color dev: true @@ -39235,7 +38856,7 @@ packages: peerDependencies: typescript: '>=4.1.0' dependencies: - '@types/prettier': 2.7.2 + '@types/prettier': 2.7.1 debug: 4.3.4 fs-extra: 7.0.1 glob: 7.2.3 @@ -39247,18 +38868,9 @@ packages: ts-essentials: 7.0.3_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: - - jasmine - - jest - supports-color dev: true - /typed-array-length/1.0.4: - resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} - dependencies: - call-bind: 1.0.2 - for-each: 0.3.3 - is-typed-array: 1.1.10 - /typedarray-to-buffer/3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: @@ -39277,6 +38889,10 @@ packages: resolution: {integrity: sha512-zXFars5LUkI3zP492ls0VskH3TtdeHCqu0i7/duGt60i5IGPIpAHE/DWo5FqJ6EjQ15YKXrt+AETjv60Dat34Q==} dev: true + /typescript-memoize/1.1.1: + resolution: {integrity: sha512-GQ90TcKpIH4XxYTI2F98yEQYZgjNMOGPpOgdjIBhaLaWji5HPWlRnZ4AeA1hfBxtY7bCGDJsqDDHk/KaHOl5bA==} + dev: false + /typescript-tuple/2.2.1: resolution: {integrity: sha512-Zcr0lbt8z5ZdEzERHAMAniTiIKerFCMgd7yjq1fPnDJ43et/k9twIFQMUYff9k5oXcsQ0WpvFcgzK2ZKASoW6Q==} dependencies: @@ -39306,12 +38922,12 @@ packages: resolution: {integrity: sha512-+J5D5ir763y+Am/QY6hXNRlwljIeRMZMGs0cT6qqZVVzzT3X3nFPXVyPOFRMOR4kupB0T8JnCdpWdp6Q/iXn3w==} dev: false - /ua-parser-js/0.7.33: - resolution: {integrity: sha512-s8ax/CeZdK9R/56Sui0WM6y9OFREJarMRHqLB2EwkovemBxNQ+Bqu8GAsUnVcXKgphb++ghr/B2BZx4mahujPw==} + /ua-parser-js/0.7.32: + resolution: {integrity: sha512-f9BESNVhzlhEFf2CHMSj40NWOjYPl1YKYbrvIr/hFTDEmLq7SRbWvm7FcdcpCYT95zrOhC7gZSxjdnnTpBcwVw==} dev: true - /ua-parser-js/1.0.33: - resolution: {integrity: sha512-RqshF7TPTE0XLYAqmjlu5cLLuGdKrNu9O1KLA/qp39QtbZwuzwv1dT46DZSopoUMsYgXpB3Cv8a03FI8b74oFQ==} + /ua-parser-js/1.0.32: + resolution: {integrity: sha512-dXVsz3M4j+5tTiovFVyVqssXBu5HM47//YSOeZ9fQkdDKkfzv2v3PP1jmH6FUyPW+yCSn7aBVK1fGGKNhowdDA==} dev: false /uc.micro/1.0.6: @@ -39427,6 +39043,12 @@ packages: resolution: {integrity: sha512-5/4etnCkd9c8gwgowi5/om/mYO5ajCaOgdzj/oW+0eQV9WxKBDZw5+ycmKmeaTXjInS/W0BzpGLo2xR2aBwZdg==} dev: true + /undici/5.12.0: + resolution: {integrity: sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==} + engines: {node: '>=12.18'} + dependencies: + busboy: 1.6.0 + /undici/5.20.0: resolution: {integrity: sha512-J3j60dYzuo6Eevbawwp1sdg16k5Tf768bxYK4TUJRH7cBM4kFCbf3mOnM/0E3vQYXvpxITbbWmBafaDbxLDz3g==} engines: {node: '>=12.18'} @@ -39454,8 +39076,8 @@ packages: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 - /unicode-match-property-value-ecmascript/2.1.0: - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + /unicode-match-property-value-ecmascript/2.0.0: + resolution: {integrity: sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==} engines: {node: '>=4'} /unicode-property-aliases-ecmascript/2.1.0: @@ -39660,13 +39282,13 @@ packages: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} - /update-browserslist-db/1.0.10_browserslist@4.21.5: + /update-browserslist-db/1.0.10_browserslist@4.21.4: resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.5 + browserslist: 4.21.4 escalade: 3.1.1 picocolors: 1.0.0 @@ -39718,7 +39340,7 @@ packages: /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: - punycode: 2.3.0 + punycode: 2.1.1 /uri-to-multiaddr/6.0.0: resolution: {integrity: sha512-vGHLrfvWQwoMv1YiHWU5ZOK2M/TV0qheXIanuW6jAL6VFD1vMK7xqL/zOxc32tKhlJgSt6vTJI4yALS+vFZKEA==} @@ -39790,6 +39412,7 @@ packages: resolution: {integrity: sha512-5vZjFlH9ofROmuWmXM9yj2wljYKgWstGwe8YTyiqM7hVum/g9LyCizPZtb3UqsuppVwety9QJmfc42VggLpTgg==} dependencies: braces: 3.0.2 + dev: false /ursa-optional/0.10.2: resolution: {integrity: sha512-TKdwuLboBn7M34RcvVTuQyhvrA8gYKapuVdm0nBP0mnBc7oECOfUQZrY91cefL3/nm64ZyrejSRrhTVdX7NG/A==} @@ -39817,14 +39440,14 @@ packages: engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.6.0 + node-gyp-build: 4.5.0 /utf-8-validate/5.0.7: resolution: {integrity: sha512-vLt1O5Pp+flcArHGIyKEQq883nBt8nN8tVBcoL0qUXj2XT1n7p70yGIq2VK98I5FdZ1YHc0wk/koOnHjnXWk1Q==} engines: {node: '>=6.14.2'} requiresBuild: true dependencies: - node-gyp-build: 4.6.0 + node-gyp-build: 4.5.0 dev: true optional: true @@ -39840,15 +39463,15 @@ packages: /util.promisify/1.0.0: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: - define-properties: 1.2.0 + define-properties: 1.1.4 object.getownpropertydescriptors: 2.1.5 dev: true /util.promisify/1.0.1: resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} dependencies: - define-properties: 1.2.0 - es-abstract: 1.21.1 + define-properties: 1.1.4 + es-abstract: 1.20.4 has-symbols: 1.0.3 object.getownpropertydescriptors: 2.1.5 @@ -39896,18 +39519,12 @@ packages: resolution: {integrity: sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true - dev: true /uuid/3.4.0: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true - /uuid/7.0.3: - resolution: {integrity: sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg==} - hasBin: true - dev: true - /uuid/8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true @@ -39925,7 +39542,6 @@ packages: /v8-compile-cache/2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} - dev: true /v8-to-istanbul/8.1.1: resolution: {integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==} @@ -39935,8 +39551,8 @@ packages: convert-source-map: 1.9.0 source-map: 0.7.4 - /v8-to-istanbul/9.1.0: - resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} + /v8-to-istanbul/9.0.1: + resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} dependencies: '@jridgewell/trace-mapping': 0.3.17 @@ -39953,8 +39569,6 @@ packages: /value-or-promise/1.0.11: resolution: {integrity: sha512-41BrgH+dIbCFXClcSapVs5M6GkENd3gQOJpEfPDNa71LsUGMXDL0jMWpI/Rh7WhX+Aalfz2TTS3Zt5pUsbnhLg==} engines: {node: '>=12'} - dev: true - optional: true /value-or-promise/1.0.12: resolution: {integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==} @@ -40023,24 +39637,6 @@ packages: vfile-message: 2.0.4 dev: true - /vinyl-sourcemaps-apply/0.2.1: - resolution: {integrity: sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==} - dependencies: - source-map: 0.5.7 - dev: true - - /vinyl/2.2.1: - resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} - engines: {node: '>= 0.10'} - dependencies: - clone: 2.1.2 - clone-buffer: 1.0.0 - clone-stats: 1.0.0 - cloneable-readable: 1.1.3 - remove-trailing-separator: 1.1.0 - replace-ext: 1.0.1 - dev: true - /vizion/0.2.13: resolution: {integrity: sha512-pDK351YiXu1f5K3PF+/ix8hu9DwWGaWUGU1hjPbLbmmCnt9fPsFmkEJoBrssAGH9r2NX+I1F7NF9HD/6CtcLqQ==} engines: {node: '>=0.10'} @@ -40101,8 +39697,8 @@ packages: dependencies: xml-name-validator: 3.0.0 - /w3name/1.0.8: - resolution: {integrity: sha512-MjCUGATeNm70YE1Zro4mykaoRI9dTTlr44AB83Qt6OaRlcLvH9g0gyLwAMd3gBm8oDVU/RrDAxsDGcO8r+RIuQ==} + /w3name/1.0.7_qlcmad5flthwgwga5hzt3mjvzm: + resolution: {integrity: sha512-fBNACghixjRzUbH0pKIlJQ3vuo/SysmlxJuE0UQqNsVLGIXPpN5w4yYKhtsSYNnTDACfK0iDUZ2HbUI1ksRYQw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: '@web-std/fetch': 4.1.0 @@ -40110,29 +39706,35 @@ packages: ipns: 0.16.0 libp2p-crypto: 0.21.2 throttled-queue: 2.1.4 + ts-standard: 11.0.0_qlcmad5flthwgwga5hzt3mjvzm uint8arrays: 3.1.1 transitivePeerDependencies: + - '@typescript-eslint/parser' + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - supports-color + - typescript dev: false - /wagmi/0.7.15_6niq2jm3j2wfrjwac2th7yh3n4: + /wagmi/0.7.15_5fkdkfy2bkgsnhvxgn477z7iae: resolution: {integrity: sha512-UGkcgL/bBg880uGEOTmKuWSxe+OtbPv0x1zKrDWi0McwB6o7W1trVVdZ1hCkHemB9HA2BN+svv3ALo9ZG4Xt8Q==} peerDependencies: ethers: '>=5.5.1' react: '>=17.0.0' dependencies: - '@coinbase/wallet-sdk': 3.6.4 - '@tanstack/query-sync-storage-persister': 4.24.10 + '@coinbase/wallet-sdk': 3.5.4 + '@tanstack/query-sync-storage-persister': 4.20.9 '@tanstack/react-query': 4.20.9_biqbaboplfbrettd7655fr4n2y - '@tanstack/react-query-persist-client': 4.24.10_2nrllpzqdmo5qwio57f3dkea6i - '@wagmi/core': 0.6.12_ionnkfz4j47fjbjwuzekiofhg4 + '@tanstack/react-query-persist-client': 4.20.9_2nrllpzqdmo5qwio57f3dkea6i + '@wagmi/core': 0.6.12_l6oqucmc5jtfqjjxnxweiskzai '@walletconnect/ethereum-provider': 1.8.0 - abitype: 0.1.8_typescript@4.9.5 + abitype: 0.1.8_typescript@4.9.4 ethers: 5.7.2 react: 18.2.0 use-sync-external-store: 1.2.0_react@18.2.0 transitivePeerDependencies: - '@babel/core' + - '@tanstack/query-core' - bufferutil - debug - encoding @@ -40150,24 +39752,10 @@ packages: hasBin: true dependencies: axios: 0.21.4_debug@4.3.2 - joi: 17.8.3 - lodash: 4.17.21 - minimist: 1.2.8 - rxjs: 7.8.0 - transitivePeerDependencies: - - debug - dev: true - - /wait-on/7.0.1_debug@4.3.4: - resolution: {integrity: sha512-9AnJE9qTjRQOlTZIldAaf/da2eW0eSRSgcqq85mXQja/DW3MriHxkpODDSUEg+Gri/rKEcXUZHe+cevvYItaog==} - engines: {node: '>=12.0.0'} - hasBin: true - dependencies: - axios: 0.27.2_debug@4.3.4 - joi: 17.8.3 + joi: 17.7.0 lodash: 4.17.21 - minimist: 1.2.8 - rxjs: 7.8.0 + minimist: 1.2.7 + rxjs: 7.5.7 transitivePeerDependencies: - debug dev: true @@ -40185,7 +39773,7 @@ packages: bind-decorator: 1.0.11 bn.js: 5.2.1 clsx: 1.2.1 - preact: 10.13.0 + preact: 10.11.3 rxjs: 6.6.7 dev: true @@ -40200,7 +39788,7 @@ packages: engines: {node: '>= 8.10.0'} hasBin: true dependencies: - anymatch: 3.1.3 + anymatch: 3.1.2 browserify: 17.0.0 chokidar: 3.5.3 defined: 1.0.1 @@ -40266,7 +39854,6 @@ packages: /web-streams-polyfill/4.0.0-beta.3: resolution: {integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==} engines: {node: '>= 14'} - dev: false /web3-bzz/1.2.1: resolution: {integrity: sha512-LdOO44TuYbGIPfL4ilkuS89GQovxUpmLz6C1UC7VYVVRILeZS740FVB3j9V4P4FHUk1RenaDfKhcntqgVCHtjw==} @@ -40281,8 +39868,21 @@ packages: - utf-8-validate dev: true - /web3-bzz/1.8.2: - resolution: {integrity: sha512-1EEnxjPnFnvNWw3XeeKuTR8PBxYd0+XWzvaLK7OJC/Go9O8llLGxrxICbKV+8cgIE0sDRBxiYx02X+6OhoAQ9w==} + /web3-bzz/1.7.4: + resolution: {integrity: sha512-w9zRhyEqTK/yi0LGRHjZMcPCfP24LBjYXI/9YxFw9VqsIZ9/G0CRCnUt12lUx0A56LRAMpF7iQ8eA73aBcO29Q==} + engines: {node: '>=8.0.0'} + requiresBuild: true + dependencies: + '@types/node': 12.20.55 + got: 9.6.0 + swarm-js: 0.1.42 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + /web3-bzz/1.8.1: + resolution: {integrity: sha512-dJJHS84nvpoxv6ijTMkdUSlRr5beCXNtx4UZcrFLHBva8dT63QEtKdLyDt2AyMJJdVzTCk78uir/6XtVWrdS6w==} engines: {node: '>=8.0.0'} requiresBuild: true dependencies: @@ -40303,12 +39903,19 @@ packages: web3-utils: 1.2.1 dev: true - /web3-core-helpers/1.8.2: - resolution: {integrity: sha512-6B1eLlq9JFrfealZBomd1fmlq1o4A09vrCVQSa51ANoib/jllT3atZrRDr0zt1rfI7TSZTZBXdN/aTdeN99DWw==} + /web3-core-helpers/1.7.4: + resolution: {integrity: sha512-F8PH11qIkE/LpK4/h1fF/lGYgt4B6doeMi8rukeV/s4ivseZHHslv1L6aaijLX/g/j4PsFmR42byynBI/MIzFg==} engines: {node: '>=8.0.0'} dependencies: - web3-eth-iban: 1.8.2 - web3-utils: 1.8.2 + web3-eth-iban: 1.7.4 + web3-utils: 1.7.4 + + /web3-core-helpers/1.8.1: + resolution: {integrity: sha512-ClzNO6T1S1gifC+BThw0+GTfcsjLEY8T1qUp6Ly2+w4PntAdNtKahxWKApWJ0l9idqot/fFIDXwO3Euu7I0Xqw==} + engines: {node: '>=8.0.0'} + dependencies: + web3-eth-iban: 1.8.1 + web3-utils: 1.8.1 /web3-core-method/1.2.1: resolution: {integrity: sha512-Ghg2WS23qi6Xj8Od3VCzaImLHseEA7/usvnOItluiIc5cKs00WYWsNy2YRStzU9a2+z8lwQywPYp0nTzR/QXdQ==} @@ -40321,15 +39928,25 @@ packages: web3-utils: 1.2.1 dev: true - /web3-core-method/1.8.2: - resolution: {integrity: sha512-1qnr5mw5wVyULzLOrk4B+ryO3gfGjGd/fx8NR+J2xCGLf1e6OSjxT9vbfuQ3fErk/NjSTWWreieYWLMhaogcRA==} + /web3-core-method/1.7.4: + resolution: {integrity: sha512-56K7pq+8lZRkxJyzf5MHQPI9/VL3IJLoy4L/+q8HRdZJ3CkB1DkXYaXGU2PeylG1GosGiSzgIfu1ljqS7CP9xQ==} + engines: {node: '>=8.0.0'} + dependencies: + '@ethersproject/transactions': 5.7.0 + web3-core-helpers: 1.7.4 + web3-core-promievent: 1.7.4 + web3-core-subscriptions: 1.7.4 + web3-utils: 1.7.4 + + /web3-core-method/1.8.1: + resolution: {integrity: sha512-oYGRodktfs86NrnFwaWTbv2S38JnpPslFwSSARwFv4W9cjbGUW3LDeA5MKD/dRY+ssZ5OaekeMsUCLoGhX68yA==} engines: {node: '>=8.0.0'} dependencies: '@ethersproject/transactions': 5.7.0 - web3-core-helpers: 1.8.2 - web3-core-promievent: 1.8.2 - web3-core-subscriptions: 1.8.2 - web3-utils: 1.8.2 + web3-core-helpers: 1.8.1 + web3-core-promievent: 1.8.1 + web3-core-subscriptions: 1.8.1 + web3-utils: 1.8.1 /web3-core-promievent/1.2.1: resolution: {integrity: sha512-IVUqgpIKoeOYblwpex4Hye6npM0aMR+kU49VP06secPeN0rHMyhGF0ZGveWBrGvf8WDPI7jhqPBFIC6Jf3Q3zw==} @@ -40339,8 +39956,14 @@ packages: eventemitter3: 3.1.2 dev: true - /web3-core-promievent/1.8.2: - resolution: {integrity: sha512-nvkJWDVgoOSsolJldN33tKW6bKKRJX3MCPDYMwP5SUFOA/mCzDEoI88N0JFofDTXkh1k7gOqp1pvwi9heuaxGg==} + /web3-core-promievent/1.7.4: + resolution: {integrity: sha512-o4uxwXKDldN7ER7VUvDfWsqTx9nQSP1aDssi1XYXeYC2xJbVo0n+z6ryKtmcoWoRdRj7uSpVzal3nEmlr480mA==} + engines: {node: '>=8.0.0'} + dependencies: + eventemitter3: 4.0.4 + + /web3-core-promievent/1.8.1: + resolution: {integrity: sha512-9mxqHlgB0MrZI4oUIRFkuoJMNj3E7btjrMv3sMer/Z9rYR1PfoSc1aAokw4rxKIcAh+ylVtd/acaB2HKB7aRPg==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.4 @@ -40358,15 +39981,27 @@ packages: - supports-color dev: true - /web3-core-requestmanager/1.8.2: - resolution: {integrity: sha512-p1d090RYs5Mu7DK1yyc3GCBVZB/03rBtFhYFoS2EruGzOWs/5Q0grgtpwS/DScdRAm8wB8mYEBhY/RKJWF6B2g==} + /web3-core-requestmanager/1.7.4: + resolution: {integrity: sha512-IuXdAm65BQtPL4aI6LZJJOrKAs0SM5IK2Cqo2/lMNvVMT9Kssq6qOk68Uf7EBDH0rPuINi+ReLP+uH+0g3AnPA==} + engines: {node: '>=8.0.0'} + dependencies: + util: 0.12.5 + web3-core-helpers: 1.7.4 + web3-providers-http: 1.7.4 + web3-providers-ipc: 1.7.4 + web3-providers-ws: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-core-requestmanager/1.8.1: + resolution: {integrity: sha512-x+VC2YPPwZ1khvqA6TA69LvfFCOZXsoUVOxmTx/vIN22PrY9KzKhxcE7pBSiGhmab1jtmRYXUbcQSVpAXqL8cw==} engines: {node: '>=8.0.0'} dependencies: util: 0.12.5 - web3-core-helpers: 1.8.2 - web3-providers-http: 1.8.2 - web3-providers-ipc: 1.8.2 - web3-providers-ws: 1.8.2 + web3-core-helpers: 1.8.1 + web3-providers-http: 1.8.1 + web3-providers-ipc: 1.8.1 + web3-providers-ws: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40380,12 +40015,19 @@ packages: web3-core-helpers: 1.2.1 dev: true - /web3-core-subscriptions/1.8.2: - resolution: {integrity: sha512-vXQogHDmAIQcKpXvGiMddBUeP9lnKgYF64+yQJhPNE5PnWr1sAibXuIPV7mIPihpFr/n/DORRj6Wh1pUv9zaTw==} + /web3-core-subscriptions/1.7.4: + resolution: {integrity: sha512-VJvKWaXRyxk2nFWumOR94ut9xvjzMrRtS38c4qj8WBIRSsugrZr5lqUwgndtj0qx4F+50JhnU++QEqUEAtKm3g==} + engines: {node: '>=8.0.0'} + dependencies: + eventemitter3: 4.0.4 + web3-core-helpers: 1.7.4 + + /web3-core-subscriptions/1.8.1: + resolution: {integrity: sha512-bmCMq5OeA3E2vZUh8Js1HcJbhwtsE+yeMqGC4oIZB3XsL5SLqyKLB/pU+qUYqQ9o4GdcrFTDPhPg1bgvf7p1Pw==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.4 - web3-core-helpers: 1.8.2 + web3-core-helpers: 1.8.1 /web3-core/1.2.1: resolution: {integrity: sha512-5ODwIqgl8oIg/0+Ai4jsLxkKFWJYE0uLuE1yUKHNVCL4zL6n3rFjRMpKPokd6id6nJCNgeA64KdWQ4XfpnjdMg==} @@ -40399,17 +40041,31 @@ packages: - supports-color dev: true - /web3-core/1.8.2: - resolution: {integrity: sha512-DJTVEAYcNqxkqruJE+Rxp3CIv0y5AZMwPHQmOkz/cz+MM75SIzMTc0AUdXzGyTS8xMF8h3YWMQGgGEy8SBf1PQ==} + /web3-core/1.7.4: + resolution: {integrity: sha512-L0DCPlIh9bgIED37tYbe7bsWrddoXYc897ANGvTJ6MFkSNGiMwDkTLWSgYd9Mf8qu8b4iuPqXZHMwIo4atoh7Q==} + engines: {node: '>=8.0.0'} + dependencies: + '@types/bn.js': 5.1.1 + '@types/node': 12.20.55 + bignumber.js: 9.1.0 + web3-core-helpers: 1.7.4 + web3-core-method: 1.7.4 + web3-core-requestmanager: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-core/1.8.1: + resolution: {integrity: sha512-LbRZlJH2N6nS3n3Eo9Y++25IvzMY7WvYnp4NM/Ajhh97dAdglYs6rToQ2DbL2RLvTYmTew4O/y9WmOk4nq9COw==} engines: {node: '>=8.0.0'} dependencies: '@types/bn.js': 5.1.1 '@types/node': 12.20.55 - bignumber.js: 9.1.1 - web3-core-helpers: 1.8.2 - web3-core-method: 1.8.2 - web3-core-requestmanager: 1.8.2 - web3-utils: 1.8.2 + bignumber.js: 9.1.0 + web3-core-helpers: 1.8.1 + web3-core-method: 1.8.1 + web3-core-requestmanager: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40431,12 +40087,19 @@ packages: web3-utils: 1.7.0 dev: true - /web3-eth-abi/1.8.2: - resolution: {integrity: sha512-Om9g3kaRNjqiNPAgKwGT16y+ZwtBzRe4ZJFGjLiSs6v5I7TPNF+rRMWuKnR6jq0azQZDj6rblvKFMA49/k48Og==} + /web3-eth-abi/1.7.4: + resolution: {integrity: sha512-eMZr8zgTbqyL9MCTCAvb67RbVyN5ZX7DvA0jbLOqRWCiw+KlJKTGnymKO6jPE8n5yjk4w01e165Qb11hTDwHgg==} engines: {node: '>=8.0.0'} dependencies: '@ethersproject/abi': 5.7.0 - web3-utils: 1.8.2 + web3-utils: 1.7.4 + + /web3-eth-abi/1.8.1: + resolution: {integrity: sha512-0mZvCRTIG0UhDhJwNQJgJxu4b4DyIpuMA0GTfqxqeuqzX4Q/ZvmoNurw0ExTfXaGPP82UUmmdkRi6FdZOx+C6w==} + engines: {node: '>=8.0.0'} + dependencies: + '@ethersproject/abi': 5.7.0 + web3-utils: 1.8.1 /web3-eth-accounts/1.2.1: resolution: {integrity: sha512-26I4qq42STQ8IeKUyur3MdQ1NzrzCqPsmzqpux0j6X/XBD7EjZ+Cs0lhGNkSKH5dI3V8CJasnQ5T1mNKeWB7nQ==} @@ -40457,20 +40120,39 @@ packages: - supports-color dev: true - /web3-eth-accounts/1.8.2: - resolution: {integrity: sha512-c367Ij63VCz9YdyjiHHWLFtN85l6QghgwMQH2B1eM/p9Y5lTlTX7t/Eg/8+f1yoIStXbk2w/PYM2lk+IkbqdLA==} + /web3-eth-accounts/1.7.4: + resolution: {integrity: sha512-Y9vYLRKP7VU7Cgq6wG1jFaG2k3/eIuiTKAG8RAuQnb6Cd9k5BRqTm5uPIiSo0AP/u11jDomZ8j7+WEgkU9+Btw==} + engines: {node: '>=8.0.0'} + dependencies: + '@ethereumjs/common': 2.6.5 + '@ethereumjs/tx': 3.5.2 + crypto-browserify: 3.12.0 + eth-lib: 0.2.8 + ethereumjs-util: 7.1.5 + scrypt-js: 3.0.1 + uuid: 3.3.2 + web3-core: 1.7.4 + web3-core-helpers: 1.7.4 + web3-core-method: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-eth-accounts/1.8.1: + resolution: {integrity: sha512-mgzxSYgN54/NsOFBO1Fq1KkXp1S5KlBvI/DlgvajU72rupoFMq6Cu6Yp9GUaZ/w2ij9PzEJuFJk174XwtfMCmg==} engines: {node: '>=8.0.0'} dependencies: '@ethereumjs/common': 2.5.0 '@ethereumjs/tx': 3.3.2 + crypto-browserify: 3.12.0 eth-lib: 0.2.8 ethereumjs-util: 7.1.5 scrypt-js: 3.0.1 uuid: 9.0.0 - web3-core: 1.8.2 - web3-core-helpers: 1.8.2 - web3-core-method: 1.8.2 - web3-utils: 1.8.2 + web3-core: 1.8.1 + web3-core-helpers: 1.8.1 + web3-core-method: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40491,18 +40173,33 @@ packages: - supports-color dev: true - /web3-eth-contract/1.8.2: - resolution: {integrity: sha512-ID5A25tHTSBNwOPjiXSVzxruz006ULRIDbzWTYIFTp7NJ7vXu/kynKK2ag/ObuTqBpMbobP8nXcA9b5EDkIdQA==} + /web3-eth-contract/1.7.4: + resolution: {integrity: sha512-ZgSZMDVI1pE9uMQpK0T0HDT2oewHcfTCv0osEqf5qyn5KrcQDg1GT96/+S0dfqZ4HKj4lzS5O0rFyQiLPQ8LzQ==} + engines: {node: '>=8.0.0'} + dependencies: + '@types/bn.js': 5.1.1 + web3-core: 1.7.4 + web3-core-helpers: 1.7.4 + web3-core-method: 1.7.4 + web3-core-promievent: 1.7.4 + web3-core-subscriptions: 1.7.4 + web3-eth-abi: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-eth-contract/1.8.1: + resolution: {integrity: sha512-1wphnl+/xwCE2io44JKnN+ti3oa47BKRiVzvWd42icwRbcpFfRxH9QH+aQX3u8VZIISNH7dAkTWpGIIJgGFTmg==} engines: {node: '>=8.0.0'} dependencies: '@types/bn.js': 5.1.1 - web3-core: 1.8.2 - web3-core-helpers: 1.8.2 - web3-core-method: 1.8.2 - web3-core-promievent: 1.8.2 - web3-core-subscriptions: 1.8.2 - web3-eth-abi: 1.8.2 - web3-utils: 1.8.2 + web3-core: 1.8.1 + web3-core-helpers: 1.8.1 + web3-core-method: 1.8.1 + web3-core-promievent: 1.8.1 + web3-core-subscriptions: 1.8.1 + web3-eth-abi: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40523,18 +40220,33 @@ packages: - supports-color dev: true - /web3-eth-ens/1.8.2: - resolution: {integrity: sha512-PWph7C/CnqdWuu1+SH4U4zdrK4t2HNt0I4XzPYFdv9ugE8EuojselioPQXsVGvjql+Nt3jDLvQvggPqlMbvwRw==} + /web3-eth-ens/1.7.4: + resolution: {integrity: sha512-Gw5CVU1+bFXP5RVXTCqJOmHn71X2ghNk9VcEH+9PchLr0PrKbHTA3hySpsPco1WJAyK4t8SNQVlNr3+bJ6/WZA==} engines: {node: '>=8.0.0'} dependencies: content-hash: 2.5.2 eth-ens-namehash: 2.0.8 - web3-core: 1.8.2 - web3-core-helpers: 1.8.2 - web3-core-promievent: 1.8.2 - web3-eth-abi: 1.8.2 - web3-eth-contract: 1.8.2 - web3-utils: 1.8.2 + web3-core: 1.7.4 + web3-core-helpers: 1.7.4 + web3-core-promievent: 1.7.4 + web3-eth-abi: 1.7.4 + web3-eth-contract: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-eth-ens/1.8.1: + resolution: {integrity: sha512-FT8xTI9uN8RxeBQa/W8pLa2aoFh4+EE34w7W2271LICKzla1dtLyb6XSdn48vsUcPmhWsTVk9mO9RTU0l4LGQQ==} + engines: {node: '>=8.0.0'} + dependencies: + content-hash: 2.5.2 + eth-ens-namehash: 2.0.8 + web3-core: 1.8.1 + web3-core-helpers: 1.8.1 + web3-core-promievent: 1.8.1 + web3-eth-abi: 1.8.1 + web3-eth-contract: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40547,12 +40259,19 @@ packages: web3-utils: 1.2.1 dev: true - /web3-eth-iban/1.8.2: - resolution: {integrity: sha512-h3vNblDWkWMuYx93Q27TAJz6lhzpP93EiC3+45D6xoz983p6si773vntoQ+H+5aZhwglBtoiBzdh7PSSOnP/xQ==} + /web3-eth-iban/1.7.4: + resolution: {integrity: sha512-XyrsgWlZQMv5gRcjXMsNvAoCRvV5wN7YCfFV5+tHUCqN8g9T/o4XUS20vDWD0k4HNiAcWGFqT1nrls02MGZ08w==} + engines: {node: '>=8.0.0'} + dependencies: + bn.js: 5.2.1 + web3-utils: 1.7.4 + + /web3-eth-iban/1.8.1: + resolution: {integrity: sha512-DomoQBfvIdtM08RyMGkMVBOH0vpOIxSSQ+jukWk/EkMLGMWJtXw/K2c2uHAeq3L/VPWNB7zXV2DUEGV/lNE2Dg==} engines: {node: '>=8.0.0'} dependencies: bn.js: 5.2.1 - web3-utils: 1.8.2 + web3-utils: 1.8.1 /web3-eth-personal/1.2.1: resolution: {integrity: sha512-RNDVSiaSoY4aIp8+Hc7z+X72H7lMb3fmAChuSBADoEc7DsJrY/d0R5qQDK9g9t2BO8oxgLrLNyBP/9ub2Hc6Bg==} @@ -40567,16 +40286,29 @@ packages: - supports-color dev: true - /web3-eth-personal/1.8.2: - resolution: {integrity: sha512-Vg4HfwCr7doiUF/RC+Jz0wT4+cYaXcOWMAW2AHIjHX6Z7Xwa8nrURIeQgeEE62qcEHAzajyAdB1u6bJyTfuCXw==} + /web3-eth-personal/1.7.4: + resolution: {integrity: sha512-O10C1Hln5wvLQsDhlhmV58RhXo+GPZ5+W76frSsyIrkJWLtYQTCr5WxHtRC9sMD1idXLqODKKgI2DL+7xeZ0/g==} + engines: {node: '>=8.0.0'} + dependencies: + '@types/node': 12.20.55 + web3-core: 1.7.4 + web3-core-helpers: 1.7.4 + web3-core-method: 1.7.4 + web3-net: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-eth-personal/1.8.1: + resolution: {integrity: sha512-myIYMvj7SDIoV9vE5BkVdon3pya1WinaXItugoii2VoTcQNPOtBxmYVH+XS5ErzCJlnxzphpQrkywyY64bbbCA==} engines: {node: '>=8.0.0'} dependencies: '@types/node': 12.20.55 - web3-core: 1.8.2 - web3-core-helpers: 1.8.2 - web3-core-method: 1.8.2 - web3-net: 1.8.2 - web3-utils: 1.8.2 + web3-core: 1.8.1 + web3-core-helpers: 1.8.1 + web3-core-method: 1.8.1 + web3-net: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40602,22 +40334,41 @@ packages: - supports-color dev: true - /web3-eth/1.8.2: - resolution: {integrity: sha512-JoTiWWc4F4TInpbvDUGb0WgDYJsFhuIjJlinc5ByjWD88Gvh+GKLsRjjFdbqe5YtwIGT4NymwoC5LQd1K6u/QQ==} + /web3-eth/1.7.4: + resolution: {integrity: sha512-JG0tTMv0Ijj039emXNHi07jLb0OiWSA9O24MRSk5vToTQyDNXihdF2oyq85LfHuF690lXZaAXrjhtLNlYqb7Ug==} + engines: {node: '>=8.0.0'} + dependencies: + web3-core: 1.7.4 + web3-core-helpers: 1.7.4 + web3-core-method: 1.7.4 + web3-core-subscriptions: 1.7.4 + web3-eth-abi: 1.7.4 + web3-eth-accounts: 1.7.4 + web3-eth-contract: 1.7.4 + web3-eth-ens: 1.7.4 + web3-eth-iban: 1.7.4 + web3-eth-personal: 1.7.4 + web3-net: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-eth/1.8.1: + resolution: {integrity: sha512-LgyzbhFqiFRd8M8sBXoFN4ztzOnkeckl3H/9lH5ek7AdoRMhBg7tYpYRP3E5qkhd/q+yiZmcUgy1AF6NHrC1wg==} engines: {node: '>=8.0.0'} dependencies: - web3-core: 1.8.2 - web3-core-helpers: 1.8.2 - web3-core-method: 1.8.2 - web3-core-subscriptions: 1.8.2 - web3-eth-abi: 1.8.2 - web3-eth-accounts: 1.8.2 - web3-eth-contract: 1.8.2 - web3-eth-ens: 1.8.2 - web3-eth-iban: 1.8.2 - web3-eth-personal: 1.8.2 - web3-net: 1.8.2 - web3-utils: 1.8.2 + web3-core: 1.8.1 + web3-core-helpers: 1.8.1 + web3-core-method: 1.8.1 + web3-core-subscriptions: 1.8.1 + web3-eth-abi: 1.8.1 + web3-eth-accounts: 1.8.1 + web3-eth-contract: 1.8.1 + web3-eth-ens: 1.8.1 + web3-eth-iban: 1.8.1 + web3-eth-personal: 1.8.1 + web3-net: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40633,13 +40384,23 @@ packages: - supports-color dev: true - /web3-net/1.8.2: - resolution: {integrity: sha512-1itkDMGmbgb83Dg9nporFes9/fxsU7smJ3oRXlFkg4ZHn8YJyP1MSQFPJWWwSc+GrcCFt4O5IrUTvEkHqE3xag==} + /web3-net/1.7.4: + resolution: {integrity: sha512-d2Gj+DIARHvwIdmxFQ4PwAAXZVxYCR2lET0cxz4KXbE5Og3DNjJi+MoPkX+WqoUXqimu/EOd4Cd+7gefqVAFDg==} engines: {node: '>=8.0.0'} dependencies: - web3-core: 1.8.2 - web3-core-method: 1.8.2 - web3-utils: 1.8.2 + web3-core: 1.7.4 + web3-core-method: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-net/1.8.1: + resolution: {integrity: sha512-LyEJAwogdFo0UAXZqoSJGFjopdt+kLw0P00FSZn2yszbgcoI7EwC+nXiOsEe12xz4LqpYLOtbR7+gxgiTVjjHQ==} + engines: {node: '>=8.0.0'} + dependencies: + web3-core: 1.8.1 + web3-core-method: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40659,11 +40420,11 @@ packages: eth-sig-util: 1.4.2 ethereumjs-block: 1.7.1 ethereumjs-tx: 1.3.7 - ethereumjs-util: 5.2.0 + ethereumjs-util: 5.2.1 ethereumjs-vm: 2.6.0 json-stable-stringify: 1.0.2 promise-to-callback: 1.0.0 - readable-stream: 2.3.8 + readable-stream: 2.3.7 request: 2.88.2 semaphore: 1.1.0 ws: 5.2.3 @@ -40685,14 +40446,21 @@ packages: xhr2-cookies: 1.1.0 dev: true - /web3-providers-http/1.8.2: - resolution: {integrity: sha512-2xY94IIEQd16+b+vIBF4IC1p7GVaz9q4EUFscvMUjtEq4ru4Atdzjs9GP+jmcoo49p70II0UV3bqQcz0TQfVyQ==} + /web3-providers-http/1.7.4: + resolution: {integrity: sha512-AU+/S+49rcogUER99TlhW+UBMk0N2DxvN54CJ2pK7alc2TQ7+cprNPLHJu4KREe8ndV0fT6JtWUfOMyTvl+FRA==} + engines: {node: '>=8.0.0'} + dependencies: + web3-core-helpers: 1.7.4 + xhr2-cookies: 1.1.0 + + /web3-providers-http/1.8.1: + resolution: {integrity: sha512-1Zyts4O9W/UNEPkp+jyL19Jc3D15S4yp8xuLTjVhcUEAlHo24NDWEKxtZGUuHk4HrKL2gp8OlsDbJ7MM+ESDgg==} engines: {node: '>=8.0.0'} dependencies: abortcontroller-polyfill: 1.7.5 cross-fetch: 3.1.5 es6-promise: 4.2.8 - web3-core-helpers: 1.8.2 + web3-core-helpers: 1.8.1 transitivePeerDependencies: - encoding @@ -40705,12 +40473,19 @@ packages: web3-core-helpers: 1.2.1 dev: true - /web3-providers-ipc/1.8.2: - resolution: {integrity: sha512-p6fqKVGFg+WiXGHWnB1hu43PbvPkDHTz4RgoEzbXugv5rtv5zfYLqm8Ba6lrJOS5ks9kGKR21a0y3NzE3u7V4w==} + /web3-providers-ipc/1.7.4: + resolution: {integrity: sha512-jhArOZ235dZy8fS8090t60nTxbd1ap92ibQw5xIrAQ9m7LcZKNfmLAQUVsD+3dTFvadRMi6z1vCO7zRi84gWHw==} + engines: {node: '>=8.0.0'} + dependencies: + oboe: 2.1.5 + web3-core-helpers: 1.7.4 + + /web3-providers-ipc/1.8.1: + resolution: {integrity: sha512-nw/W5nclvi+P2z2dYkLWReKLnocStflWqFl+qjtv0xn3MrUTyXMzSF0+61i77+16xFsTgzo4wS/NWIOVkR0EFA==} engines: {node: '>=8.0.0'} dependencies: oboe: 2.1.5 - web3-core-helpers: 1.8.2 + web3-core-helpers: 1.8.1 /web3-providers-ws/1.2.1: resolution: {integrity: sha512-oqsQXzu+ejJACVHy864WwIyw+oB21nw/pI65/sD95Zi98+/HQzFfNcIFneF1NC4bVF3VNX4YHTNq2I2o97LAiA==} @@ -40723,12 +40498,22 @@ packages: - supports-color dev: true - /web3-providers-ws/1.8.2: - resolution: {integrity: sha512-3s/4K+wHgbiN+Zrp9YjMq2eqAF6QGABw7wFftPdx+m5hWImV27/MoIx57c6HffNRqZXmCHnfWWFCNHHsi7wXnA==} + /web3-providers-ws/1.7.4: + resolution: {integrity: sha512-g72X77nrcHMFU8hRzQJzfgi/072n8dHwRCoTw+WQrGp+XCQ71fsk2qIu3Tp+nlp5BPn8bRudQbPblVm2uT4myQ==} + engines: {node: '>=8.0.0'} + dependencies: + eventemitter3: 4.0.4 + web3-core-helpers: 1.7.4 + websocket: 1.0.34 + transitivePeerDependencies: + - supports-color + + /web3-providers-ws/1.8.1: + resolution: {integrity: sha512-TNefIDAMpdx57+YdWpYZ/xdofS0P+FfKaDYXhn24ie/tH9G+AB+UBSOKnjN0KSadcRSCMBwGPRiEmNHPavZdsA==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.4 - web3-core-helpers: 1.8.2 + web3-core-helpers: 1.8.1 websocket: 1.0.34 transitivePeerDependencies: - supports-color @@ -40745,15 +40530,27 @@ packages: - supports-color dev: true - /web3-shh/1.8.2: - resolution: {integrity: sha512-uZ+3MAoNcaJsXXNCDnizKJ5viBNeHOFYsCbFhV755Uu52FswzTOw6DtE7yK9nYXMtIhiSgi7nwl1RYzP8pystw==} + /web3-shh/1.7.4: + resolution: {integrity: sha512-mlSZxSYcMkuMCxqhTYnZkUdahZ11h+bBv/8TlkXp/IHpEe4/Gg+KAbmfudakq3EzG/04z70XQmPgWcUPrsEJ+A==} engines: {node: '>=8.0.0'} requiresBuild: true dependencies: - web3-core: 1.8.2 - web3-core-method: 1.8.2 - web3-core-subscriptions: 1.8.2 - web3-net: 1.8.2 + web3-core: 1.7.4 + web3-core-method: 1.7.4 + web3-core-subscriptions: 1.7.4 + web3-net: 1.7.4 + transitivePeerDependencies: + - supports-color + + /web3-shh/1.8.1: + resolution: {integrity: sha512-sqHgarnfcY2Qt3PYS4R6YveHrDy7hmL09yeLLHHCI+RKirmjLVqV0rc5LJWUtlbYI+kDoa5gbgde489M9ZAC0g==} + engines: {node: '>=8.0.0'} + requiresBuild: true + dependencies: + web3-core: 1.8.1 + web3-core-method: 1.8.1 + web3-core-subscriptions: 1.8.1 + web3-net: 1.8.1 transitivePeerDependencies: - encoding - supports-color @@ -40812,8 +40609,8 @@ packages: utf8: 3.0.0 dev: true - /web3-utils/1.8.2: - resolution: {integrity: sha512-v7j6xhfLQfY7xQDrUP0BKbaNrmZ2/+egbqP9q3KYmOiPpnvAfol+32slgL0WX/5n8VPvKCK5EZ1HGrAVICSToA==} + /web3-utils/1.7.4: + resolution: {integrity: sha512-acBdm6Evd0TEZRnChM/MCvGsMwYKmSh7OaUfNf5OKG0CIeGWD/6gqLOWIwmwSnre/2WrA1nKGId5uW2e5EfluA==} engines: {node: '>=8.0.0'} dependencies: bn.js: 5.2.1 @@ -40824,7 +40621,19 @@ packages: randombytes: 2.1.0 utf8: 3.0.0 - /web3.storage/4.4.0: + /web3-utils/1.8.1: + resolution: {integrity: sha512-LgnM9p6V7rHHUGfpMZod+NST8cRfGzJ1BTXAyNo7A9cJX9LczBfSRxJp+U/GInYe9mby40t3v22AJdlELibnsQ==} + engines: {node: '>=8.0.0'} + dependencies: + bn.js: 5.2.1 + ethereum-bloom-filters: 1.0.10 + ethereumjs-util: 7.1.5 + ethjs-unit: 0.1.6 + number-to-bn: 1.7.0 + randombytes: 2.1.0 + utf8: 3.0.0 + + /web3.storage/4.4.0_qlcmad5flthwgwga5hzt3mjvzm: resolution: {integrity: sha512-I48GB+cFGfSbi47e3ZmyRX/ZUi9EcrqUylZ6FG1AU8UGErG3t4svZocaXTaUnp2zZWAtbbUFsFtD/cd9FgoVjA==} dependencies: '@ipld/car': 3.2.4 @@ -40842,11 +40651,15 @@ packages: streaming-iterables: 6.2.0 throttled-queue: 2.1.4 uint8arrays: 3.1.1 - w3name: 1.0.8 + w3name: 1.0.7_qlcmad5flthwgwga5hzt3mjvzm transitivePeerDependencies: + - '@typescript-eslint/parser' - encoding + - eslint-import-resolver-typescript + - eslint-import-resolver-webpack - node-fetch - supports-color + - typescript dev: false /web3/1.2.1: @@ -40866,26 +40679,43 @@ packages: - utf-8-validate dev: true - /web3/1.8.2: - resolution: {integrity: sha512-92h0GdEHW9wqDICQQKyG4foZBYi0OQkyg4CRml2F7XBl/NG+fu9o6J19kzfFXzSBoA4DnJXbyRgj/RHZv5LRiw==} + /web3/1.7.4: + resolution: {integrity: sha512-iFGK5jO32vnXM/ASaJBaI0+gVR6uHozvYdxkdhaeOCD6HIQ4iIXadbO2atVpE9oc/H8l2MovJ4LtPhG7lIBN8A==} engines: {node: '>=8.0.0'} requiresBuild: true dependencies: - web3-bzz: 1.8.2 - web3-core: 1.8.2 - web3-eth: 1.8.2 - web3-eth-personal: 1.8.2 - web3-net: 1.8.2 - web3-shh: 1.8.2 - web3-utils: 1.8.2 + web3-bzz: 1.7.4 + web3-core: 1.7.4 + web3-eth: 1.7.4 + web3-eth-personal: 1.7.4 + web3-net: 1.7.4 + web3-shh: 1.7.4 + web3-utils: 1.7.4 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + /web3/1.8.1: + resolution: {integrity: sha512-tAqFsQhGv340C9OgRJIuoScN7f7wa1tUvsnnDUMt9YE6J4gcm7TV2Uwv+KERnzvV+xgdeuULYpsioRRNKrUvoQ==} + engines: {node: '>=8.0.0'} + requiresBuild: true + dependencies: + web3-bzz: 1.8.1 + web3-core: 1.8.1 + web3-eth: 1.8.1 + web3-eth-personal: 1.8.1 + web3-net: 1.8.1 + web3-shh: 1.8.1 + web3-utils: 1.8.1 transitivePeerDependencies: - bufferutil - encoding - supports-color - utf-8-validate - /webcrypto-core/1.7.6: - resolution: {integrity: sha512-TBPiewB4Buw+HI3EQW+Bexm19/W4cP/qZG/02QJCXN+iN+T5sl074vZ3rJcle/ZtDBQSgjkbsQO/1eFcxnSBUA==} + /webcrypto-core/1.7.5: + resolution: {integrity: sha512-gaExY2/3EHQlRNNNVSrbG2Cg94Rutl7fAaKILS1w8ZDhGxdFOaw6EbCfHIxPy9vt/xwp5o0VQAx9aySPF6hU1A==} dependencies: '@peculiar/asn1-schema': 2.3.3 '@peculiar/json-schema': 1.1.12 @@ -40952,7 +40782,7 @@ packages: webpack: ^4.0.0 || ^5.0.0 dependencies: colorette: 2.0.19 - memfs: 3.4.13 + memfs: 3.4.11 mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 @@ -40971,13 +40801,13 @@ packages: dependencies: '@types/bonjour': 3.5.10 '@types/connect-history-api-fallback': 1.3.5 - '@types/express': 4.17.17 + '@types/express': 4.17.14 '@types/serve-index': 1.9.1 - '@types/serve-static': 1.15.1 + '@types/serve-static': 1.15.0 '@types/sockjs': 0.3.33 - '@types/ws': 8.5.4 + '@types/ws': 8.5.3 ansi-html-community: 0.0.8 - bonjour-service: 1.1.0 + bonjour-service: 1.0.14 chokidar: 3.5.3 colorette: 2.0.19 compression: 1.7.4 @@ -40986,9 +40816,9 @@ packages: express: 4.18.2 graceful-fs: 4.2.10 html-entities: 2.3.3 - http-proxy-middleware: 2.0.6_@types+express@4.17.17 + http-proxy-middleware: 2.0.6_@types+express@4.17.14 ipaddr.js: 2.0.1 - open: 8.4.2 + open: 8.4.0 p-retry: 4.6.2 rimraf: 3.0.2 schema-utils: 4.0.0 @@ -40998,7 +40828,7 @@ packages: spdy: 4.0.2 webpack: 5.75.0 webpack-dev-middleware: 5.3.3_webpack@5.75.0 - ws: 8.12.1 + ws: 8.12.0 transitivePeerDependencies: - bufferutil - debug @@ -41140,11 +40970,11 @@ packages: '@webassemblyjs/ast': 1.11.1 '@webassemblyjs/wasm-edit': 1.11.1 '@webassemblyjs/wasm-parser': 1.11.1 - acorn: 8.8.2 - acorn-import-assertions: 1.8.0_acorn@8.8.2 - browserslist: 4.21.5 + acorn: 8.8.1 + acorn-import-assertions: 1.8.0_acorn@8.8.1 + browserslist: 4.21.4 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.12.0 + enhanced-resolve: 5.10.0 es-module-lexer: 0.9.3 eslint-scope: 5.1.1 events: 3.3.0 @@ -41209,6 +41039,15 @@ packages: dev: true optional: true + /whatwg-url-without-unicode/8.0.0-3: + resolution: {integrity: sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig==} + engines: {node: '>=10'} + dependencies: + buffer: 5.7.1 + punycode: 2.1.1 + webidl-conversions: 5.0.0 + dev: false + /whatwg-url/5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: @@ -41244,7 +41083,7 @@ packages: resolution: {integrity: sha512-XUguZbDxCA2wBn2LoFtcEhXL6AXo+hVjGonwhSTTTU9SzbWG8Xu3onNIpzf9j/mYUcJQ0f+m37SzG77G851uFw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - is-electron: 2.2.2 + is-electron: 2.2.1 dev: false /which-boxed-primitive/1.0.2: @@ -41263,6 +41102,7 @@ packages: is-set: 2.0.2 is-weakmap: 2.0.1 is-weakset: 2.0.2 + dev: true /which-module/1.0.0: resolution: {integrity: sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==} @@ -41341,11 +41181,6 @@ packages: engines: {node: '>=0.4.0'} dev: true - /wordwrap/0.0.3: - resolution: {integrity: sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==} - engines: {node: '>=0.4.0'} - dev: true - /wordwrap/1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} @@ -41384,9 +41219,9 @@ packages: resolution: {integrity: sha512-xUcZn6SYU8usjOlfLb9Y2/f86Gdo+fy1fXgH8tJHjxgpo53VVsqRX0lUDw8/JuyzNmXuo8vXX14pXX2oIm9Bow==} engines: {node: '>=8.0.0'} dependencies: - '@babel/core': 7.21.0 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/runtime': 7.21.0 + '@babel/core': 7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/runtime': 7.20.1 '@hapi/joi': 15.1.1 '@rollup/plugin-node-resolve': 7.1.3_rollup@1.32.1 '@rollup/plugin-replace': 2.4.2_rollup@1.32.1 @@ -41398,7 +41233,7 @@ packages: lodash.template: 4.5.0 pretty-bytes: 5.6.0 rollup: 1.32.1 - rollup-plugin-babel: 4.4.0_uczz77x4do4u6dcomir7uxaipa + rollup-plugin-babel: 4.4.0_dkgob3yku5u4kd7izmuf4qo2nu rollup-plugin-terser: 5.3.1_rollup@1.32.1 source-map: 0.7.4 source-map-url: 0.4.1 @@ -41428,15 +41263,15 @@ packages: resolution: {integrity: sha512-kgRevLXEYvUW9WS4XoziYqZ8Q9j/2ziJYEtTrjdz5/L/cTUa2XfyMP2i7c3p34lgqJ03+mTiz13SdFef2POwbA==} engines: {node: '>=10.0.0'} dependencies: - '@apideck/better-ajv-errors': 0.3.6_ajv@8.12.0 - '@babel/core': 7.21.0 - '@babel/preset-env': 7.20.2_@babel+core@7.21.0 - '@babel/runtime': 7.21.0 - '@rollup/plugin-babel': 5.3.1_4tnfxcmsyr7y5qv3uwkivwqysm + '@apideck/better-ajv-errors': 0.3.6_ajv@8.11.2 + '@babel/core': 7.20.2 + '@babel/preset-env': 7.20.2_@babel+core@7.20.2 + '@babel/runtime': 7.20.1 + '@rollup/plugin-babel': 5.3.1_rw3hudt2pmn5afxog7l3b6qtze '@rollup/plugin-node-resolve': 11.2.1_rollup@2.79.1 '@rollup/plugin-replace': 2.4.2_rollup@2.79.1 '@surma/rollup-plugin-off-main-thread': 2.2.3 - ajv: 8.12.0 + ajv: 8.11.2 common-tags: 1.8.2 fast-json-stable-stringify: 2.1.0 fs-extra: 9.1.0 @@ -41610,7 +41445,7 @@ packages: peerDependencies: webpack: ^4.0.0 dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 fast-json-stable-stringify: 2.1.0 source-map-url: 0.4.1 upath: 1.2.0 @@ -41646,7 +41481,7 @@ packages: /workbox-window/6.5.4: resolution: {integrity: sha512-HnLZJDwYBE+hpG25AQBO8RUWBJRaCsI9ksQJEp3aCOFCaG5kqaToAYXFRAHxzRluM2cQbGzdQF5rjKPWPA1fug==} dependencies: - '@types/trusted-types': 2.0.3 + '@types/trusted-types': 2.0.2 workbox-core: 6.5.4 /worker-farm/1.7.0: @@ -41660,6 +41495,10 @@ packages: microevent.ts: 0.1.1 dev: true + /workerpool/6.2.0: + resolution: {integrity: sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==} + dev: true + /workerpool/6.2.1: resolution: {integrity: sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==} @@ -41857,8 +41696,8 @@ packages: utf-8-validate: 5.0.10 dev: false - /ws/8.11.0: - resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} + /ws/8.10.0: + resolution: {integrity: sha512-+s49uSmZpvtAsd2h37vIPy1RBusaLawVe8of+GyEPsaJTCMpj/2v8NpeK1SHXjBlQ95lQTmQofOJnFiLoaN3yw==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -41868,21 +41707,23 @@ packages: optional: true utf-8-validate: optional: true + dev: true - /ws/8.12.0: - resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} + /ws/8.11.0: + resolution: {integrity: sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' + utf-8-validate: ^5.0.2 peerDependenciesMeta: bufferutil: optional: true utf-8-validate: optional: true + dev: true - /ws/8.12.1: - resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==} + /ws/8.12.0: + resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -41893,8 +41734,8 @@ packages: utf-8-validate: optional: true - /ws/8.12.1_3cxu5zja4e2r5wmvge7mdcljwq: - resolution: {integrity: sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==} + /ws/8.12.0_3cxu5zja4e2r5wmvge7mdcljwq: + resolution: {integrity: sha512-kU62emKIdKVeEIOIKVegvqpXMSTAMLJozpHZaJNDYqBjzlSYXQGviYwN1osDLJ9av68qHd4a2oSjd7yD4pacig==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -41977,8 +41818,7 @@ packages: /xhr2-cookies/1.1.0: resolution: {integrity: sha512-hjXUA6q+jl/bd8ADHcVfFsSPIf+tyLIjuO9TwJC9WI6JP2zKcS7C+p56I9kCLLsaCiNT035iYvEUUzdEFj/8+g==} dependencies: - cookiejar: 2.1.4 - dev: true + cookiejar: 2.1.3 /xml-name-validator/3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} @@ -42068,7 +41908,7 @@ packages: resolution: {integrity: sha512-HPT7cGGI0DuRcsO51qC1j9O16Dh1mZ2bnXwsi0jrSpsLz0WxOLSLXfkABVl6bZO629py3CU+OMJtpNHDLB97kg==} engines: {node: '>= 6'} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.20.1 dev: true /yamljs/0.3.0: @@ -42257,8 +42097,8 @@ packages: ethers: 5.7.2 dev: true - /zustand/4.3.4_react@18.2.0: - resolution: {integrity: sha512-QSV8MF80I4yM9UCcBhIBr5OcQkiTbZdxDofg5R5vyX49QsEia7sK1iwOhFyH/0hyNVg+h+OzARM76G8MgMno0g==} + /zustand/4.1.4_react@18.2.0: + resolution: {integrity: sha512-k2jVOlWo8p4R83mQ+/uyB8ILPO2PCJOf+QVjcL+1PbMCk1w5OoPYpAIxy9zd93FSfmJqoH6lGdwzzjwqJIRU5A==} engines: {node: '>=12.7.0'} peerDependencies: immer: '>=9.0' @@ -42343,7 +42183,6 @@ packages: dependencies: bn.js: 4.12.0 ethereumjs-util: 6.2.1 - dev: true github.com/hugomrdias/concat-stream/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034: resolution: {tarball: https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034} @@ -42352,7 +42191,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: inherits: 2.0.4 - readable-stream: 3.6.1 + readable-stream: 3.6.0 dev: true github.com/hugomrdias/ndjson/4db16da6b42e5b39bf300c3a7cde62abb3fa3a11: @@ -42362,7 +42201,7 @@ packages: hasBin: true dependencies: json-stringify-safe: 5.0.1 - minimist: 1.2.8 + minimist: 1.2.7 split2: 3.2.2 through2: 3.0.2 dev: true From cd919f1606704b9de91b07ec1baa81b1b8ed0074 Mon Sep 17 00:00:00 2001 From: rossneilson Date: Mon, 6 Mar 2023 17:50:40 +0900 Subject: [PATCH 20/21] pkg lock --- pnpm-lock.yaml | 158 ++++++++++++++++++++++++------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7d63ea5a..29b439f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -234,7 +234,7 @@ importers: cids: 1.1.9 copy-to-clipboard: 3.3.3 diff: 5.1.0 - dxdao-contracts: link:../dxdao-contracts + dxdao-contracts: link:../../packages/dxdao-contracts env-cmd: 10.1.0 eslint-config-react-app: 7.0.1_lzzuuodtsqwxnvqeq4g4likcqa eslint-plugin-cypress: 2.12.1_eslint@8.30.0 @@ -334,7 +334,79 @@ importers: start-server-and-test: 1.14.0 web3: 1.8.1 - apps/dxdao-contracts: + apps/guilds-subgraph: + specifiers: + '@graphprotocol/graph-cli': ^0.30.2 + '@graphprotocol/graph-ts': ^0.29.0 + '@typescript-eslint/eslint-plugin': ^5.38.0 + '@typescript-eslint/parser': ^5.38.0 + babel-polyfill: ^6.26.0 + babel-register: ^6.26.0 + dxdao-contracts: workspace:* + eslint: ^8.23.1 + eslint-config-prettier: ^8.5.0 + glob: ^8.0.3 + js-yaml: ^4.1.0 + prettier: ^2.7.1 + dependencies: + babel-polyfill: 6.26.0 + babel-register: 6.26.0 + dxdao-contracts: link:../../packages/dxdao-contracts + js-yaml: 4.1.0 + devDependencies: + '@graphprotocol/graph-cli': 0.30.4 + '@graphprotocol/graph-ts': 0.29.0 + '@typescript-eslint/eslint-plugin': 5.43.0_a2qhxslrsoaoxxmyjfllcpczu4 + '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 + eslint: 8.30.0 + eslint-config-prettier: 8.5.0_eslint@8.30.0 + glob: 8.0.3 + prettier: 2.8.1 + + packages/dev-scripts: + specifiers: + '@nomicfoundation/hardhat-toolbox': ^2.0.0 + '@nomiclabs/hardhat-ethers': ^2.2.1 + '@nomiclabs/hardhat-truffle5': ^2.0.7 + '@nomiclabs/hardhat-web3': ^2.0.0 + '@openzeppelin/contracts': 4.4.0 + '@openzeppelin/contracts-upgradeable': 4.4.0 + '@typechain/hardhat': ^5.0.0 + dotenv: ^8.2.0 + dxdao-contracts: workspace:* + hardhat: ^2.12.3 + hardhat-dependency-compiler: ^1.1.3 + hardhat-deploy: ^0.11.20 + hardhat-ethernal: ^1.0.0 + ipfs-core: ^0.14.1 + moment: ^2.29.4 + openzeppelin-solidity: 2.4.0 + ts-node: ^10.9.1 + typechain: 7.0.0 + typescript: ^4.5.5 + dependencies: + '@openzeppelin/contracts': 4.4.0 + '@openzeppelin/contracts-upgradeable': 4.4.0 + openzeppelin-solidity: 2.4.0 + devDependencies: + '@nomicfoundation/hardhat-toolbox': 2.0.0_kxho445t5flgxb3cttb3ql6pn4 + '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 + '@nomiclabs/hardhat-truffle5': 2.0.7_ehcjbjo7oogw4nzhtzeqe7lsce + '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3 + '@typechain/hardhat': 5.0.0_2cdjpxbsuy23zbev5obsi6cfwa + dotenv: 8.6.0 + dxdao-contracts: link:../dxdao-contracts + hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + hardhat-dependency-compiler: 1.1.3_hardhat@2.12.3 + hardhat-deploy: 0.11.20 + hardhat-ethernal: 1.1.1_3mpss4owsstbijogechjg2qcye + ipfs-core: 0.14.3 + moment: 2.29.4 + ts-node: 10.9.1_typescript@4.9.4 + typechain: 7.0.0_typescript@4.9.4 + typescript: 4.9.4 + + packages/dxdao-contracts: specifiers: '@babel/cli': ^7.10.1 '@babel/eslint-parser': ^7.17.0 @@ -467,78 +539,6 @@ importers: typechain: 7.0.0 uint32: 0.2.1 - apps/guilds-subgraph: - specifiers: - '@graphprotocol/graph-cli': ^0.30.2 - '@graphprotocol/graph-ts': ^0.29.0 - '@typescript-eslint/eslint-plugin': ^5.38.0 - '@typescript-eslint/parser': ^5.38.0 - babel-polyfill: ^6.26.0 - babel-register: ^6.26.0 - dxdao-contracts: workspace:* - eslint: ^8.23.1 - eslint-config-prettier: ^8.5.0 - glob: ^8.0.3 - js-yaml: ^4.1.0 - prettier: ^2.7.1 - dependencies: - babel-polyfill: 6.26.0 - babel-register: 6.26.0 - dxdao-contracts: link:../dxdao-contracts - js-yaml: 4.1.0 - devDependencies: - '@graphprotocol/graph-cli': 0.30.4 - '@graphprotocol/graph-ts': 0.29.0 - '@typescript-eslint/eslint-plugin': 5.43.0_a2qhxslrsoaoxxmyjfllcpczu4 - '@typescript-eslint/parser': 5.43.0_eslint@8.30.0 - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 - glob: 8.0.3 - prettier: 2.8.1 - - packages/dev-scripts: - specifiers: - '@nomicfoundation/hardhat-toolbox': ^2.0.0 - '@nomiclabs/hardhat-ethers': ^2.2.1 - '@nomiclabs/hardhat-truffle5': ^2.0.7 - '@nomiclabs/hardhat-web3': ^2.0.0 - '@openzeppelin/contracts': 4.4.0 - '@openzeppelin/contracts-upgradeable': 4.4.0 - '@typechain/hardhat': ^5.0.0 - dotenv: ^8.2.0 - dxdao-contracts: workspace:* - hardhat: ^2.12.3 - hardhat-dependency-compiler: ^1.1.3 - hardhat-deploy: ^0.11.20 - hardhat-ethernal: ^1.0.0 - ipfs-core: ^0.14.1 - moment: ^2.29.4 - openzeppelin-solidity: 2.4.0 - ts-node: ^10.9.1 - typechain: 7.0.0 - typescript: ^4.5.5 - dependencies: - '@openzeppelin/contracts': 4.4.0 - '@openzeppelin/contracts-upgradeable': 4.4.0 - openzeppelin-solidity: 2.4.0 - devDependencies: - '@nomicfoundation/hardhat-toolbox': 2.0.0_kxho445t5flgxb3cttb3ql6pn4 - '@nomiclabs/hardhat-ethers': 2.2.1_hardhat@2.12.3 - '@nomiclabs/hardhat-truffle5': 2.0.7_ehcjbjo7oogw4nzhtzeqe7lsce - '@nomiclabs/hardhat-web3': 2.0.0_hardhat@2.12.3 - '@typechain/hardhat': 5.0.0_2cdjpxbsuy23zbev5obsi6cfwa - dotenv: 8.6.0 - dxdao-contracts: link:../../apps/dxdao-contracts - hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um - hardhat-dependency-compiler: 1.1.3_hardhat@2.12.3 - hardhat-deploy: 0.11.20 - hardhat-ethernal: 1.1.1_3mpss4owsstbijogechjg2qcye - ipfs-core: 0.14.3 - moment: 2.29.4 - ts-node: 10.9.1_typescript@4.9.4 - typechain: 7.0.0_typescript@4.9.4 - typescript: 4.9.4 - packages/graph-node: specifiers: {} @@ -12020,8 +12020,8 @@ packages: typechain: ^7.0.0 dependencies: fs-extra: 9.1.0 - hardhat: 2.12.3 - typechain: 7.0.0 + hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um + typechain: 7.0.0_typescript@4.9.4 dev: true /@types/accepts/1.3.5: @@ -23848,7 +23848,7 @@ packages: peerDependencies: hardhat: ^2.0.0 dependencies: - hardhat: 2.12.3 + hardhat: 2.12.3_z6wznmtyb6ovnulj6iujpct7um dev: true /hardhat-dependency-compiler/1.1.3_hardhat@2.13.0: @@ -33922,7 +33922,7 @@ packages: /prosemirror-state/1.4.2: resolution: {integrity: sha512-puuzLD2mz/oTdfgd8msFbe0A42j5eNudKAAPDB0+QJRw8cO1ygjLmhLrg9RvDpf87Dkd6D4t93qdef00KKNacQ==} dependencies: - prosemirror-model: 1.18.2 + prosemirror-model: 1.19.0 prosemirror-transform: 1.7.0 prosemirror-view: 1.29.1 dev: false @@ -33962,7 +33962,7 @@ packages: /prosemirror-view/1.29.1: resolution: {integrity: sha512-OhujVZSDsh0l0PyHNdfaBj6DBkbhYaCfbaxmTeFrMKd/eWS+G6IC+OAbmR9IsLC8Se1HSbphMaXnsXjupHL3UQ==} dependencies: - prosemirror-model: 1.19.0 + prosemirror-model: 1.18.2 prosemirror-state: 1.4.2 prosemirror-transform: 1.7.0 dev: false From 81b8b534139a559552a452ca8d6a315846ea42af Mon Sep 17 00:00:00 2001 From: rossneilson Date: Tue, 7 Mar 2023 10:42:02 +0900 Subject: [PATCH 21/21] Fixing merge conflict issue --- .../useGetAllPermissions/useGetAllPermissions.ts | 8 +++----- .../subgraph/useGetMemberList/useGetMemberList.ts | 8 +++----- .../subgraph/useGetNumberOfActiveProposals/index.tsx | 9 +++------ .../fetchers/subgraph/useGuildConfig/useGuildConfig.ts | 8 +++----- .../1_5/fetchers/subgraph/useGuildProposalIds/index.tsx | 9 +++------ .../fetchers/subgraph/useMemberCount/useMemberCount.ts | 8 +++----- .../modules/1_5/fetchers/subgraph/useProposal/index.tsx | 8 +++----- .../fetchers/subgraph/useProposalVotesOfVoter/index.tsx | 8 +++----- .../fetchers/subgraph/useTotalLocked/useTotalLocked.ts | 8 +++----- .../subgraph/useVotingPowerOf/useVotingPowerOf.ts | 8 +++----- 10 files changed, 30 insertions(+), 52 deletions(-) diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetAllPermissions/useGetAllPermissions.ts b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetAllPermissions/useGetAllPermissions.ts index dee55b5d..47cde3a7 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetAllPermissions/useGetAllPermissions.ts +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetAllPermissions/useGetAllPermissions.ts @@ -3,23 +3,21 @@ import { getDaoPermissionsQuery, } from '.graphclient'; import { useQuery } from '@apollo/client'; -import { apolloClient } from 'clients/apollo'; +import { getApolloClient } from 'clients/apollo'; import { BigNumber } from 'ethers'; import { useMemo } from 'react'; -import { FetcherHooksInterface } from 'stores/types'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useNetwork } from 'wagmi'; type IUseGetAllPermissions = FetcherHooksInterface['useGetAllPermissions']; export const useGetAllPermissions: IUseGetAllPermissions = daoId => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getDaoPermissionsDocument, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetMemberList/useGetMemberList.ts b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetMemberList/useGetMemberList.ts index 8237b1dd..59f65836 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetMemberList/useGetMemberList.ts +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetMemberList/useGetMemberList.ts @@ -1,9 +1,8 @@ import { useMemo } from 'react'; import { useQuery } from '@apollo/client'; import { useNetwork } from 'wagmi'; -import { FetcherHooksInterface } from 'stores/types'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; +import { getApolloClient } from 'clients/apollo'; import { getMemberList1_5Document, getMemberList1_5Query } from '.graphclient'; import { BigNumber } from 'ethers'; @@ -11,12 +10,11 @@ type IUseGetMemberList = FetcherHooksInterface['useGetMemberList']; export const useGetMemberList: IUseGetMemberList = (daoId: string) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getMemberList1_5Document, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetNumberOfActiveProposals/index.tsx b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetNumberOfActiveProposals/index.tsx index c3a0a295..3e3aa5b9 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetNumberOfActiveProposals/index.tsx +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGetNumberOfActiveProposals/index.tsx @@ -1,4 +1,3 @@ -import { useMemo } from 'react'; import { BigNumber } from 'ethers'; import { useNetwork } from 'wagmi'; import { useQuery } from '@apollo/client'; @@ -7,9 +6,8 @@ import { getDaoNumberOfActiveProposalsDocument, getDaoNumberOfActiveProposalsQuery, } from '.graphclient'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; -import { apolloClient } from 'clients/apollo'; -import { FetcherHooksInterface } from 'stores/types'; +import { getApolloClient } from 'clients/apollo'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; type IUseGetNumberOfActiveProposals = FetcherHooksInterface['useGetNumberOfActiveProposals']; @@ -17,7 +15,6 @@ type IUseGetNumberOfActiveProposals = export const useGetNumberOfActiveProposals: IUseGetNumberOfActiveProposals = daoId => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); // TODO: This query gets all "Submitted" proposals. We should define what an active proposal is, and fetch accordingly @@ -25,7 +22,7 @@ export const useGetNumberOfActiveProposals: IUseGetNumberOfActiveProposals = useQuery( getDaoNumberOfActiveProposalsDocument, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase(), }, diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildConfig/useGuildConfig.ts b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildConfig/useGuildConfig.ts index 56af32ac..530a7919 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildConfig/useGuildConfig.ts +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildConfig/useGuildConfig.ts @@ -3,11 +3,10 @@ import { getGuildConfig1_5Query, } from '.graphclient'; import { useQuery } from '@apollo/client'; -import { apolloClient } from 'clients/apollo'; +import { getApolloClient } from 'clients/apollo'; import { useMemo } from 'react'; -import { FetcherHooksInterface } from 'stores/types'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { GuildConfigProps } from 'types/types.guilds'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; import { useNetwork } from 'wagmi'; type IUseGuildConfig = FetcherHooksInterface['useGuildConfig']; @@ -17,12 +16,11 @@ export const useGuildConfig: IUseGuildConfig = ( proposalId?: `0x${string}` ) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getGuildConfig1_5Document, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildProposalIds/index.tsx b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildProposalIds/index.tsx index fd1f2b74..95fe275e 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildProposalIds/index.tsx +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useGuildProposalIds/index.tsx @@ -1,8 +1,6 @@ -import { useMemo } from 'react'; -import { FetcherHooksInterface } from 'stores/types'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useNetwork } from 'wagmi'; -import { apolloClient } from 'clients/apollo'; +import { getApolloClient } from 'clients/apollo'; import { getDaoProposalIdsDocument, getDaoProposalIdsQuery, @@ -13,12 +11,11 @@ type IUseGuildProposalIds = FetcherHooksInterface['useGuildProposalIds']; export const useGuildProposalIds: IUseGuildProposalIds = daoId => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, error, loading } = useQuery( getDaoProposalIdsDocument, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase(), }, diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useMemberCount/useMemberCount.ts b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useMemberCount/useMemberCount.ts index 81bd81a6..d841d4bc 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useMemberCount/useMemberCount.ts +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useMemberCount/useMemberCount.ts @@ -1,21 +1,19 @@ import { useMemo } from 'react'; import { useQuery } from '@apollo/client'; import { useNetwork } from 'wagmi'; -import { FetcherHooksInterface } from 'stores/types'; -import { apolloClient } from 'clients/apollo'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; +import { getApolloClient } from 'clients/apollo'; import { getMemberList1_5Document, getMemberList1_5Query } from '.graphclient'; type IUseMemberCount = FetcherHooksInterface['useMemberCount']; export const useMemberCount: IUseMemberCount = (daoId: `0x${string}`) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getMemberList1_5Document, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposal/index.tsx b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposal/index.tsx index 0700325b..47e0459d 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposal/index.tsx +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposal/index.tsx @@ -4,9 +4,8 @@ import { unix } from 'moment'; import { useQuery } from '@apollo/client'; import { getDaoProposalDocument, getDaoProposalQuery } from '.graphclient'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; -import { FetcherHooksInterface } from 'stores/types'; -import { apolloClient } from 'clients/apollo'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; +import { getApolloClient } from 'clients/apollo'; import { ContractState, Proposal } from 'types/types.guilds.d'; import { useProposalCalls } from '../../rpc/useProposalCalls'; import { BigNumber } from 'ethers'; @@ -15,12 +14,11 @@ type IUseProposal = FetcherHooksInterface['useProposal']; export const useProposal: IUseProposal = (daoId, proposalId) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, error } = useQuery( getDaoProposalDocument, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase(), proposalId: proposalId?.toLowerCase(), diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposalVotesOfVoter/index.tsx b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposalVotesOfVoter/index.tsx index 2ceb3467..99911b5d 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposalVotesOfVoter/index.tsx +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useProposalVotesOfVoter/index.tsx @@ -1,8 +1,7 @@ import { useQuery } from '@apollo/client'; -import { apolloClient } from 'clients/apollo'; +import { getApolloClient } from 'clients/apollo'; import { useMemo } from 'react'; -import { FetcherHooksInterface } from 'stores/types'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useNetwork } from 'wagmi'; import { getDaoVotesOfVoterDocument, @@ -18,12 +17,11 @@ export const useProposalVotesOfVoter: IUseProposalVotesOfVoter = ( userAddress ) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, error, loading } = useQuery( getDaoVotesOfVoterDocument, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase(), proposalId: proposalId?.toLowerCase(), diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useTotalLocked/useTotalLocked.ts b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useTotalLocked/useTotalLocked.ts index 71082b6a..d7213634 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useTotalLocked/useTotalLocked.ts +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useTotalLocked/useTotalLocked.ts @@ -1,10 +1,9 @@ import { getTotalLockedDocument, getTotalLockedQuery } from '.graphclient'; import { useQuery } from '@apollo/client'; -import { apolloClient } from 'clients/apollo'; +import { getApolloClient } from 'clients/apollo'; import { BigNumber } from 'ethers'; import { useMemo } from 'react'; -import { FetcherHooksInterface } from 'stores/types'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useNetwork } from 'wagmi'; type IUseTotalLocked = FetcherHooksInterface['useTotalLocked']; @@ -14,12 +13,11 @@ export const useTotalLocked: IUseTotalLocked = ( proposalId?: string ) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getTotalLockedDocument, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase() }, } ); diff --git a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useVotingPowerOf/useVotingPowerOf.ts b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useVotingPowerOf/useVotingPowerOf.ts index 61e3b241..ff8b7ea1 100644 --- a/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useVotingPowerOf/useVotingPowerOf.ts +++ b/apps/davi/src/stores/modules/1_5/fetchers/subgraph/useVotingPowerOf/useVotingPowerOf.ts @@ -1,10 +1,9 @@ import { getVotingPowerOfDocument, getVotingPowerOfQuery } from '.graphclient'; import { useQuery } from '@apollo/client'; -import { apolloClient } from 'clients/apollo'; +import { getApolloClient } from 'clients/apollo'; import { BigNumber } from 'ethers'; import { useMemo } from 'react'; -import { FetcherHooksInterface } from 'stores/types'; -import { SUPPORTED_DAVI_NETWORKS } from 'utils'; +import { FetcherHooksInterface, SupportedSubgraph } from 'stores/types'; import { useNetwork } from 'wagmi'; type IUseVotingPowerOf = FetcherHooksInterface['useVotingPowerOf']; @@ -14,12 +13,11 @@ export const useVotingPowerOf: IUseVotingPowerOf = ({ userAddress, }) => { const { chain } = useNetwork(); - const chainId: SUPPORTED_DAVI_NETWORKS = useMemo(() => chain?.id, [chain]); const { data, loading, error } = useQuery( getVotingPowerOfDocument, { - client: apolloClient[chainId]['Governance1.5'], + client: getApolloClient(SupportedSubgraph.Guilds, chain?.id), variables: { id: daoId?.toLowerCase(), userAddress: userAddress?.toLowerCase(),