From cdb41090d915fb32d632a92b06e90f23fc68aec5 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Fri, 4 Nov 2022 09:52:13 +0000 Subject: [PATCH] fix: make multiformats 9 go away (#133) I'm pretty sure `packages/store` is now completely broken but the tests have been disabled for a long while and AFAIK it is unused. Upgrading the deps in `packages/store` was the only way I could make the compile step in `packages/access-api` work. --- packages/access-api/package.json | 18 +- packages/access-ws/package.json | 2 +- packages/access/package.json | 20 +- packages/store/package.json | 16 +- pnpm-lock.yaml | 1187 +++++++++++++++++------------- 5 files changed, 684 insertions(+), 559 deletions(-) diff --git a/packages/access-api/package.json b/packages/access-api/package.json index 6dadf27e5..5dbf73d8a 100644 --- a/packages/access-api/package.json +++ b/packages/access-api/package.json @@ -17,17 +17,17 @@ "author": "Hugo Dias (hugodias.me)", "license": "(Apache-2.0 OR MIT)", "dependencies": { - "@ipld/dag-ucan": "4.0.0-beta", - "@ucanto/client": "^2.0.0", - "@ucanto/core": "^2.0.0", - "@ucanto/interface": "^2.0.0", - "@ucanto/principal": "^2.0.0", - "@ucanto/server": "^2.0.0", - "@ucanto/transport": "^2.0.0", - "@ucanto/validator": "^2.0.0", + "@ipld/dag-ucan": "^2.0.1", + "@ucanto/client": "^3.0.1", + "@ucanto/core": "^3.0.1", + "@ucanto/interface": "^3.0.0", + "@ucanto/principal": "^3.0.0", + "@ucanto/server": "^3.0.1", + "@ucanto/transport": "^3.0.1", + "@ucanto/validator": "^3.0.1", "@web3-storage/access": "workspace:^", "@web3-storage/worker-utils": "0.4.3-dev", - "multiformats": "^9.8.1", + "multiformats": "^10.0.2", "nanoid": "^4.0.0", "p-retry": "^5.1.1", "preact": "^10.11.2", diff --git a/packages/access-ws/package.json b/packages/access-ws/package.json index c463cf3cb..d650ecb96 100644 --- a/packages/access-ws/package.json +++ b/packages/access-ws/package.json @@ -19,7 +19,7 @@ "@types/ws": "^8.5.3", "@web3-storage/worker-utils": "0.4.3-dev", "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", + "multiformats": "^10.0.2", "nanoid": "^4.0.0", "toucan-js": "^2.7.0", "ws": "^8.10.0" diff --git a/packages/access/package.json b/packages/access/package.json index 69cc07dbe..3528ce07b 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -58,23 +58,23 @@ "dist/src/**/*.d.ts.map" ], "dependencies": { - "@ipld/car": "^4.1.5", - "@ipld/dag-ucan": "4.0.0-beta", + "@ipld/car": "^5.0.0", + "@ipld/dag-ucan": "^2.0.1", "@noble/ed25519": "^1.7.1", "@types/ws": "^8.5.3", - "@ucanto/client": "^2.0.0", - "@ucanto/core": "^2.0.0", - "@ucanto/interface": "^2.0.0", - "@ucanto/principal": "^2.0.0", - "@ucanto/server": "^2.0.0", - "@ucanto/transport": "^2.0.0", - "@ucanto/validator": "^2.0.0", + "@ucanto/client": "^3.0.1", + "@ucanto/core": "^3.0.1", + "@ucanto/interface": "^3.0.0", + "@ucanto/principal": "^3.0.0", + "@ucanto/server": "^3.0.1", + "@ucanto/transport": "^3.0.1", + "@ucanto/validator": "^3.0.1", "@web-std/fetch": "^4.1.0", "bigint-mod-arith": "^3.1.2", "conf": "^10.1.2", "inquirer": "^9.1.4", "isomorphic-ws": "^5.0.0", - "multiformats": "^9.8.1", + "multiformats": "^10.0.2", "nanoid": "^4.0.0", "one-webcrypto": "^1.0.3", "ora": "^6.1.2", diff --git a/packages/store/package.json b/packages/store/package.json index 9f75e0bca..e1cb19ef0 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -26,16 +26,16 @@ "lintss": "tsc --build && eslint '**/*.{js,ts}' && prettier --check '**/*.{js,ts,yml,json}' --ignore-path ../../.gitignore" }, "dependencies": { - "@ucanto/client": "^2.0.0", - "@ucanto/core": "^2.0.0", - "@ucanto/interface": "^2.0.0", - "@ucanto/principal": "^2.0.0", - "@ucanto/server": "^2.0.0", - "@ucanto/transport": "^2.0.0", - "@ucanto/validator": "^2.0.0", + "@ucanto/client": "^3.0.1", + "@ucanto/core": "^3.0.1", + "@ucanto/interface": "^3.0.0", + "@ucanto/principal": "^3.0.0", + "@ucanto/server": "^3.0.1", + "@ucanto/transport": "^3.0.1", + "@ucanto/validator": "^3.0.1", "@web-std/fetch": "^4.1.0", "@web3-storage/sigv4": "^1.0.0", - "multiformats": "^9.7.0" + "multiformats": "^10.0.2" }, "devDependencies": { "@types/chai": "^4.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 701125240..9c80b3eff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,25 +14,25 @@ importers: prettier: 2.7.1 simple-git-hooks: 2.8.1 typescript: 4.8.4 - wrangler: 2.1.13 + wrangler: 2.1.15 packages/access: specifiers: - '@ipld/car': ^4.1.5 - '@ipld/dag-ucan': 4.0.0-beta + '@ipld/car': ^5.0.0 + '@ipld/dag-ucan': ^2.0.1 '@noble/ed25519': ^1.7.1 '@types/assert': ^1.5.6 '@types/inquirer': ^9.0.2 '@types/mocha': ^10.0.0 '@types/node': ^18.11.7 '@types/ws': ^8.5.3 - '@ucanto/client': ^2.0.0 - '@ucanto/core': ^2.0.0 - '@ucanto/interface': ^2.0.0 - '@ucanto/principal': ^2.0.0 - '@ucanto/server': ^2.0.0 - '@ucanto/transport': ^2.0.0 - '@ucanto/validator': ^2.0.0 + '@ucanto/client': ^3.0.1 + '@ucanto/core': ^3.0.1 + '@ucanto/interface': ^3.0.0 + '@ucanto/principal': ^3.0.0 + '@ucanto/server': ^3.0.1 + '@ucanto/transport': ^3.0.1 + '@ucanto/validator': ^3.0.1 '@web-std/fetch': ^4.1.0 assert: ^2.0.0 bigint-mod-arith: ^3.1.2 @@ -44,7 +44,7 @@ importers: isomorphic-ws: ^5.0.0 miniflare: ^2.9.0 mocha: ^10.1.0 - multiformats: ^9.8.1 + multiformats: ^10.0.2 nanoid: ^4.0.0 one-webcrypto: ^1.0.3 ora: ^6.1.2 @@ -61,23 +61,23 @@ importers: ws: ^8.10.0 zod: ^3.19.1 dependencies: - '@ipld/car': 4.1.6 - '@ipld/dag-ucan': 4.0.0-beta + '@ipld/car': 5.0.0 + '@ipld/dag-ucan': 2.0.1 '@noble/ed25519': 1.7.1 '@types/ws': 8.5.3 - '@ucanto/client': 2.0.0 - '@ucanto/core': 2.0.0 - '@ucanto/interface': 2.0.0 - '@ucanto/principal': 2.0.0 - '@ucanto/server': 2.0.0 - '@ucanto/transport': 2.0.0 - '@ucanto/validator': 2.0.0 + '@ucanto/client': 3.0.1 + '@ucanto/core': 3.0.1 + '@ucanto/interface': 3.0.0 + '@ucanto/principal': 3.0.0 + '@ucanto/server': 3.0.1 + '@ucanto/transport': 3.0.1 + '@ucanto/validator': 3.0.1 '@web-std/fetch': 4.1.0 bigint-mod-arith: 3.1.2 conf: 10.2.0 inquirer: 9.1.4 isomorphic-ws: 5.0.0_ws@8.10.0 - multiformats: 9.9.0 + multiformats: 10.0.2 nanoid: 4.0.0 one-webcrypto: 1.0.3 ora: 6.1.2 @@ -93,12 +93,12 @@ importers: '@types/assert': 1.5.6 '@types/inquirer': 9.0.2 '@types/mocha': 10.0.0 - '@types/node': 18.11.7 + '@types/node': 18.11.9 assert: 2.0.0 delay: 5.0.0 dotenv: 16.0.3 hd-scripts: 3.0.2 - miniflare: 2.10.0 + miniflare: 2.11.0 mocha: 10.1.0 playwright-test: 8.1.1 sade: 1.8.1 @@ -110,20 +110,20 @@ importers: '@cloudflare/workers-types': ^3.18.0 '@databases/escape-identifier': ^1.0.3 '@databases/sql': ^3.2.0 - '@ipld/dag-ucan': 4.0.0-beta + '@ipld/dag-ucan': ^2.0.1 '@sentry/cli': ^2.8.0 '@sentry/webpack-plugin': ^1.19.1 '@types/assert': ^1.5.6 '@types/git-rev-sync': ^2.0.0 '@types/node': ^18.11.7 '@types/qrcode': ^1.5.0 - '@ucanto/client': ^2.0.0 - '@ucanto/core': ^2.0.0 - '@ucanto/interface': ^2.0.0 - '@ucanto/principal': ^2.0.0 - '@ucanto/server': ^2.0.0 - '@ucanto/transport': ^2.0.0 - '@ucanto/validator': ^2.0.0 + '@ucanto/client': ^3.0.1 + '@ucanto/core': ^3.0.1 + '@ucanto/interface': ^3.0.0 + '@ucanto/principal': ^3.0.0 + '@ucanto/server': ^3.0.1 + '@ucanto/transport': ^3.0.1 + '@ucanto/validator': ^3.0.1 '@web3-storage/access': workspace:^ '@web3-storage/worker-utils': 0.4.3-dev assert: ^2.0.0 @@ -137,7 +137,7 @@ importers: git-rev-sync: ^3.0.1 hd-scripts: ^3.0.2 miniflare: ^2.10.0 - multiformats: ^9.8.1 + multiformats: ^10.0.2 nanoid: ^4.0.0 p-retry: ^5.1.1 preact: ^10.11.2 @@ -151,17 +151,17 @@ importers: workers-qb: ^0.1.2 wrangler: ^2.1.13 dependencies: - '@ipld/dag-ucan': 4.0.0-beta - '@ucanto/client': 2.0.0 - '@ucanto/core': 2.0.0 - '@ucanto/interface': 2.0.0 - '@ucanto/principal': 2.0.0 - '@ucanto/server': 2.0.0 - '@ucanto/transport': 2.0.0 - '@ucanto/validator': 2.0.0 + '@ipld/dag-ucan': 2.0.1 + '@ucanto/client': 3.0.1 + '@ucanto/core': 3.0.1 + '@ucanto/interface': 3.0.0 + '@ucanto/principal': 3.0.0 + '@ucanto/server': 3.0.1 + '@ucanto/transport': 3.0.1 + '@ucanto/validator': 3.0.1 '@web3-storage/access': link:../access '@web3-storage/worker-utils': 0.4.3-dev - multiformats: 9.9.0 + multiformats: 10.0.2 nanoid: 4.0.0 p-retry: 5.1.1 preact: 10.11.2 @@ -173,11 +173,11 @@ importers: '@cloudflare/workers-types': 3.18.0 '@databases/escape-identifier': 1.0.3 '@databases/sql': 3.2.0 - '@sentry/cli': 2.8.0 - '@sentry/webpack-plugin': 1.19.1 + '@sentry/cli': 2.8.1 + '@sentry/webpack-plugin': 1.20.0 '@types/assert': 1.5.6 '@types/git-rev-sync': 2.0.0 - '@types/node': 18.11.7 + '@types/node': 18.11.9 '@types/qrcode': 1.5.0 assert: 2.0.0 ava: 5.0.1 @@ -185,16 +185,16 @@ importers: buffer: 6.0.3 delay: 5.0.0 dotenv: 16.0.3 - esbuild: 0.15.12 + esbuild: 0.15.13 execa: 6.1.0 git-rev-sync: 3.0.2 hd-scripts: 3.0.2 - miniflare: 2.10.0 + miniflare: 2.11.0 process: 0.11.10 readable-stream: 4.2.0 sade: 1.8.1 typescript: 4.8.4 - wrangler: 2.1.13 + wrangler: 2.1.15 packages/access-ws: specifiers: @@ -217,7 +217,7 @@ importers: hd-scripts: ^3.0.2 isomorphic-ws: ^5.0.0 miniflare: ^2.10.0 - multiformats: ^9.8.1 + multiformats: ^10.0.2 nanoid: ^4.0.0 p-wait-for: ^5.0.0 process: ^0.11.10 @@ -231,66 +231,66 @@ importers: '@types/ws': 8.5.3 '@web3-storage/worker-utils': 0.4.3-dev isomorphic-ws: 5.0.0_ws@8.10.0 - multiformats: 9.9.0 + multiformats: 10.0.2 nanoid: 4.0.0 toucan-js: 2.7.0 ws: 8.10.0 devDependencies: '@cloudflare/workers-types': 3.18.0 - '@sentry/cli': 2.8.0 - '@sentry/webpack-plugin': 1.19.1 + '@sentry/cli': 2.8.1 + '@sentry/webpack-plugin': 1.20.0 '@types/assert': 1.5.6 '@types/git-rev-sync': 2.0.0 - '@types/node': 18.11.7 + '@types/node': 18.11.9 assert: 2.0.0 ava: 5.0.1 buffer: 6.0.3 delay: 5.0.0 dotenv: 16.0.3 - esbuild: 0.15.12 + esbuild: 0.15.13 execa: 6.1.0 git-rev-sync: 3.0.2 hd-scripts: 3.0.2 - miniflare: 2.10.0 + miniflare: 2.11.0 p-wait-for: 5.0.0 process: 0.11.10 readable-stream: 4.2.0 sade: 1.8.1 typescript: 4.8.4 - wrangler: 2.1.13 + wrangler: 2.1.15 packages/store: specifiers: '@types/chai': ^4.3.0 '@types/chai-subset': ^1.3.3 '@types/mocha': ^10.0.0 - '@ucanto/client': ^2.0.0 - '@ucanto/core': ^2.0.0 - '@ucanto/interface': ^2.0.0 - '@ucanto/principal': ^2.0.0 - '@ucanto/server': ^2.0.0 - '@ucanto/transport': ^2.0.0 - '@ucanto/validator': ^2.0.0 + '@ucanto/client': ^3.0.1 + '@ucanto/core': ^3.0.1 + '@ucanto/interface': ^3.0.0 + '@ucanto/principal': ^3.0.0 + '@ucanto/server': ^3.0.1 + '@ucanto/transport': ^3.0.1 + '@ucanto/validator': ^3.0.1 '@web-std/fetch': ^4.1.0 '@web3-storage/sigv4': ^1.0.0 chai: ^4.3.6 chai-subset: ^1.6.0 hd-scripts: ^3.0.2 mocha: ^10.1.0 - multiformats: ^9.7.0 + multiformats: ^10.0.2 playwright-test: ^8.1.1 typescript: ^4.8.4 dependencies: - '@ucanto/client': 2.0.0 - '@ucanto/core': 2.0.0 - '@ucanto/interface': 2.0.0 - '@ucanto/principal': 2.0.0 - '@ucanto/server': 2.0.0 - '@ucanto/transport': 2.0.0 - '@ucanto/validator': 2.0.0 + '@ucanto/client': 3.0.1 + '@ucanto/core': 3.0.1 + '@ucanto/interface': 3.0.0 + '@ucanto/principal': 3.0.0 + '@ucanto/server': 3.0.1 + '@ucanto/transport': 3.0.1 + '@ucanto/validator': 3.0.1 '@web-std/fetch': 4.1.0 '@web3-storage/sigv4': 1.0.2 - multiformats: 9.9.0 + multiformats: 10.0.2 devDependencies: '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 @@ -319,13 +319,13 @@ importers: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 devDependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 '@types/react': 18.0.24 eslint: 8.26.0 eslint-config-next: 12.3.1_wyqvi574yv7oiwfeinomdzmc3m hd-scripts: 3.0.2 typescript: 4.8.4 - wrangler: 2.1.13 + wrangler: 2.1.15 packages: @@ -355,16 +355,16 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/runtime-corejs3/7.19.4: - resolution: {integrity: sha512-HzjQ8+dzdx7dmZy4DQ8KV8aHi/74AjEbBGTFutBmg/pd3dY5/q1sfuOGPTFGEytlQhWoeVXqcK5BwMgIkRkNDQ==} + /@babel/runtime-corejs3/7.20.1: + resolution: {integrity: sha512-CGulbEDcg/ND1Im7fUNRZdGXmX2MTWVVZacQi/6DiKE5HNwZ3aVTm5PV4lO8HHz0B2h8WQyvKKjbX5XgTtydsg==} engines: {node: '>=6.9.0'} dependencies: - core-js-pure: 3.25.5 + core-js-pure: 3.26.0 regenerator-runtime: 0.13.10 dev: true - /@babel/runtime/7.19.4: - resolution: {integrity: sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==} + /@babel/runtime/7.20.1: + resolution: {integrity: sha512-mrzLkl6U9YLF8qpqI7TB82PESyEGjm/0Ly91jG575eVxMMlb8fYfOXFZIJ8XfLrJZQbm7dlKry2bJmXBUEkdFg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.10 @@ -394,9 +394,9 @@ packages: resolution: {integrity: sha512-dLKqxGcymeVwEb/6c44KjOnzaAafFf0Wxa8xcfEjx/qOl3rdijsKYBAtIGhtVtOlpPf/PFKfgTuFurSPn/3B/g==} dev: true - /@es-joy/jsdoccomment/0.32.0: - resolution: {integrity: sha512-sbA+4b9VZSf9DJqGrTRS6jxclyA5WpWiKXWxVqEN5HP4LOECJGfZlTS82l9w/byp4pXGPYsf5WQrW2iDG7+cKw==} - engines: {node: ^14 || ^16 || ^17 || ^18} + /@es-joy/jsdoccomment/0.36.0: + resolution: {integrity: sha512-u0XZyvUF6Urb2cSivSXA8qXIpT/CxkHcdtZKoWusAzgzmsTWpg0F2FpWXsolHmMUyVY3dLWaoy+0ccJ5uf2QjA==} + engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} dependencies: comment-parser: 1.3.1 esquery: 1.4.0 @@ -421,8 +421,8 @@ packages: rollup-plugin-node-polyfills: 0.2.1 dev: true - /@esbuild/android-arm/0.15.12: - resolution: {integrity: sha512-IC7TqIqiyE0MmvAhWkl/8AEzpOtbhRNDo7aph47We1NbE5w2bt/Q+giAhe0YYeVpYnIhGMcuZY92qDK6dQauvA==} + /@esbuild/android-arm/0.15.13: + resolution: {integrity: sha512-RY2fVI8O0iFUNvZirXaQ1vMvK0xhCcl0gqRj74Z6yEiO1zAUa7hbsdwZM1kzqbxHK7LFyMizipfXT3JME+12Hw==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -430,8 +430,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.15.12: - resolution: {integrity: sha512-tZEowDjvU7O7I04GYvWQOS4yyP9E/7YlsB0jjw1Ycukgr2ycEzKyIk5tms5WnLBymaewc6VmRKnn5IJWgK4eFw==} + /@esbuild/linux-loong64/0.15.13: + resolution: {integrity: sha512-+BoyIm4I8uJmH/QDIH0fu7MG0AEx9OXEDXnqptXCwKOlOqZiS4iraH1Nr7/ObLMokW3sOCeBNyD68ATcV9b9Ag==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -456,19 +456,8 @@ packages: - supports-color dev: true - /@humanwhocodes/config-array/0.10.7: - resolution: {integrity: sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==} - engines: {node: '>=10.10.0'} - dependencies: - '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 - minimatch: 3.1.2 - transitivePeerDependencies: - - supports-color - dev: true - - /@humanwhocodes/config-array/0.11.6: - resolution: {integrity: sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==} + /@humanwhocodes/config-array/0.11.7: + resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -491,35 +480,38 @@ packages: resolution: {integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==} dev: true - /@ipld/car/4.1.6: - resolution: {integrity: sha512-qs3Sco7rm1PRhhuGSWpCeayhqcB/0DOyIgBiqsfjV0mT0JbWs68Z+BTxksONlfindRXsM5llJOvZfAcuEJUqxw==} + /@ipld/car/5.0.0: + resolution: {integrity: sha512-JyJ5vGEIyheqxmJKa81eQdd9tScOKpkO1wcGQPsm/DbV87n0wT7KvzaFOLSZCcPoq23+C5u+GIwFV+CBUVBGOw==} + engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - '@ipld/dag-cbor': 7.0.3 + '@ipld/dag-cbor': 8.0.0 cborg: 1.9.5 - multiformats: 9.9.0 + multiformats: 10.0.2 varint: 6.0.0 dev: false - /@ipld/dag-cbor/7.0.3: - resolution: {integrity: sha512-1VVh2huHsuohdXC1bGJNE8WR72slZ9XE2T3wbBBq31dm7ZBatmKLLxrB+XAqafxfRFjv08RZmj/W/ZqaM13AuA==} + /@ipld/dag-cbor/8.0.0: + resolution: {integrity: sha512-VfedC21yAD/ZIahcrHTeMcc17kEVRlCmHQl0JY9/Rwbd102v0QcuXtBN8KGH8alNO82S89+H6MM/hxP85P4Veg==} + engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: cborg: 1.9.5 - multiformats: 9.9.0 + multiformats: 10.0.2 dev: false - /@ipld/dag-json/8.0.11: - resolution: {integrity: sha512-Pea7JXeYHTWXRTIhBqBlhw7G53PJ7yta3G/sizGEZyzdeEwhZRr0od5IQ0r2ZxOt1Do+2czddjeEPp+YTxDwCA==} + /@ipld/dag-json/9.0.1: + resolution: {integrity: sha512-dL5Xhrk0XXoq3lSsY2LNNraH2Nxx4nlgQwSarl2J3oir2jBDQEiBDW8bjgr30ni8/epdWDhXm5mdxat8dFWwGQ==} + engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: cborg: 1.9.5 - multiformats: 9.9.0 + multiformats: 10.0.2 dev: false - /@ipld/dag-ucan/4.0.0-beta: - resolution: {integrity: sha512-LNlTYutHn8fwJpempDFVKHpTG52hpz3QkHQJUkdh1yP79+cfpjGHP31R0lhUmYLouZb0d0r4wXKKJCrPnq7oVQ==} + /@ipld/dag-ucan/2.0.1: + resolution: {integrity: sha512-0cqnXPmjmFhz9JVtgU/wCaNvbnFr/HYzl4LaVm7Q7c8FsF9u671rOvNgCbSpJL6f+YTM4Q4fihxLYWPHaUSEww==} dependencies: - '@ipld/dag-cbor': 7.0.3 - '@ipld/dag-json': 8.0.11 - multiformats: 9.9.0 + '@ipld/dag-cbor': 8.0.0 + '@ipld/dag-json': 9.0.1 + multiformats: 10.0.2 dev: false /@istanbuljs/schema/0.1.3: @@ -553,6 +545,16 @@ packages: undici: 5.9.1 dev: true + /@miniflare/cache/2.11.0: + resolution: {integrity: sha512-L/kc9AzidPwFuk2fwHpAEePi0kNBk6FWUq3ln+9beRCDrPEpfVrDRFpNleF1NFZz5//oeVMuo8F0IVUQGzR7+Q==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/core': 2.11.0 + '@miniflare/shared': 2.11.0 + http-cache-semantics: 4.1.0 + undici: 5.9.1 + dev: true + /@miniflare/cli-parser/2.10.0: resolution: {integrity: sha512-NAiCtqlHTUKCmV+Jl9af+ixGmMhiGhIyIfr/vCdbismNEBxEsrQGg3sQYTNfvCkdHtODurQqayQreFq21OuEow==} engines: {node: '>=16.13'} @@ -561,6 +563,14 @@ packages: kleur: 4.1.5 dev: true + /@miniflare/cli-parser/2.11.0: + resolution: {integrity: sha512-JUmyRzEGAS6CouvXJwBh8p44onfw3KRpfq5JGXEuHModOGjTp6li7PQyCTNPV2Hv/7StAXWnTFGXeAqyDHuTig==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/shared': 2.11.0 + kleur: 4.1.5 + dev: true + /@miniflare/core/2.10.0: resolution: {integrity: sha512-Jx1M5oXQua0jzsJVdZSq07baVRmGC/6JkglrPQGAlZ7gQ1sunVZzq9fjxFqj0bqfEuYS0Wy6+lvK4rOAHISIjw==} engines: {node: '>=16.13'} @@ -577,6 +587,22 @@ packages: urlpattern-polyfill: 4.0.3 dev: true + /@miniflare/core/2.11.0: + resolution: {integrity: sha512-UFMFiCG0co36VpZkgFrSBnrxo71uf1x+cjlzzJi3khmMyDlnLu4RuIQsAqvKbYom6fi3G9Q8lTgM7JuOXFyjhw==} + engines: {node: '>=16.13'} + dependencies: + '@iarna/toml': 2.2.5 + '@miniflare/queues': 2.11.0 + '@miniflare/shared': 2.11.0 + '@miniflare/watcher': 2.11.0 + busboy: 1.6.0 + dotenv: 10.0.0 + kleur: 4.1.5 + set-cookie-parser: 2.5.1 + undici: 5.9.1 + urlpattern-polyfill: 4.0.3 + dev: true + /@miniflare/d1/2.10.0: resolution: {integrity: sha512-mOYZSmpTthH0tmFTQ+O9G0Q+iDAd7oiUtoIBianlKa9QiqYAoO7EBUPy6kUgDHXapOcN5Ri1u3J5UTpxXvw3qg==} engines: {node: '>=16.7'} @@ -585,6 +611,14 @@ packages: '@miniflare/shared': 2.10.0 dev: true + /@miniflare/d1/2.11.0: + resolution: {integrity: sha512-aDdBVQZ2C0Zs3+Y9ZbRctmuQxozPfpumwJ/6NG6fBadANvune/hW7ddEoxyteIEU9W3IgzVj8s4by4VvasX90A==} + engines: {node: '>=16.7'} + dependencies: + '@miniflare/core': 2.11.0 + '@miniflare/shared': 2.11.0 + dev: true + /@miniflare/durable-objects/2.10.0: resolution: {integrity: sha512-gU45f52gveFtCasm0ixYnt0mHI1lHrPomtmF+89oZGKBzOqUfO5diDs6wmoRSnovOWZCwtmwQGRoorAQN7AmoA==} engines: {node: '>=16.13'} @@ -595,6 +629,16 @@ packages: undici: 5.9.1 dev: true + /@miniflare/durable-objects/2.11.0: + resolution: {integrity: sha512-0cKJaMgraTEU1b4kqK8cjD2oTeOjA6QU3Y+lWiZT/k1PMHZULovrSFnjii7qZ8npf4VHSIN6XYPxhyxRyEM65Q==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/core': 2.11.0 + '@miniflare/shared': 2.11.0 + '@miniflare/storage-memory': 2.11.0 + undici: 5.9.1 + dev: true + /@miniflare/html-rewriter/2.10.0: resolution: {integrity: sha512-hCdG99L8+Ros4dn3B5H37PlQPBH0859EoRslzNTd4jzGIkwdiawpJvrvesL8056GjbUjeJN1zh7OPBRuMgyGLw==} engines: {node: '>=16.13'} @@ -605,6 +649,16 @@ packages: undici: 5.9.1 dev: true + /@miniflare/html-rewriter/2.11.0: + resolution: {integrity: sha512-olTqmuYTHnoTNtiA0vjQ/ixRfbwgPzDrAUbtXDCYW45VFbHfDVJrJGZX3Jg0HpSlxy86Zclle1SUxGbVDzxsBg==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/core': 2.11.0 + '@miniflare/shared': 2.11.0 + html-rewriter-wasm: 0.4.1 + undici: 5.9.1 + dev: true + /@miniflare/http-server/2.10.0: resolution: {integrity: sha512-cm6hwkONucll93yoY8dteMp//Knvmb7n6zAgeHrtuNYKn//lAL6bRY//VLTttrMmfWxZFi1C7WpOeCv8Mn6/ug==} engines: {node: '>=16.13'} @@ -622,6 +676,23 @@ packages: - utf-8-validate dev: true + /@miniflare/http-server/2.11.0: + resolution: {integrity: sha512-sMLcrDFzqqAvnQmAUH0hRTo8sBjW79VZYfnIH5FAGSGcKX6kdAGs9RStdYZ4CftQCBAEQScX0KBsMx5FwJRe9Q==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/core': 2.11.0 + '@miniflare/shared': 2.11.0 + '@miniflare/web-sockets': 2.11.0 + kleur: 4.1.5 + selfsigned: 2.1.1 + undici: 5.9.1 + ws: 8.10.0 + youch: 2.2.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: true + /@miniflare/kv/2.10.0: resolution: {integrity: sha512-3+u1lO77FnlS0lQ6b1VgM1E/ZgQ/zy/FU+SdBG5LUOIiv3x522VYHOApeJLnSEo0KtZUB22Ni0fWQM6DgpaREg==} engines: {node: '>=16.13'} @@ -629,6 +700,13 @@ packages: '@miniflare/shared': 2.10.0 dev: true + /@miniflare/kv/2.11.0: + resolution: {integrity: sha512-3m9dL2HBBN170V1JvwjjucR5zl4G3mlcsV6C1E7A2wLl2Z2TWvIx/tSY9hrhkD96dFnejwJ9qmPMbXMMuynhjg==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/shared': 2.11.0 + dev: true + /@miniflare/queues/2.10.0: resolution: {integrity: sha512-WKdO6qI9rfS96KlCjazzPFf+qj6DPov4vONyf18+jzbRjRJh/xwWSk1/1h5A+gDPwVNG8TsNRPh9DW5OKBGNjw==} engines: {node: '>=16.7'} @@ -636,6 +714,13 @@ packages: '@miniflare/shared': 2.10.0 dev: true + /@miniflare/queues/2.11.0: + resolution: {integrity: sha512-fLHjdrNLKhn0LZM/aii/9GsAttFd+lWlGzK8HOg1R0vhfKBwEub4zntjMmOfFbDm1ntc21tdMK7n3ldUphwh5w==} + engines: {node: '>=16.7'} + dependencies: + '@miniflare/shared': 2.11.0 + dev: true + /@miniflare/r2/2.10.0: resolution: {integrity: sha512-uC1CCWbwM1t8DdpZgrveg6+CkZLfTq+wUMqs20BC5rCT8u8UyRv6ZVRQ7pTPiswLyt1oYDTXsZJK7tjV0U0zew==} engines: {node: '>=16.13'} @@ -644,6 +729,14 @@ packages: undici: 5.9.1 dev: true + /@miniflare/r2/2.11.0: + resolution: {integrity: sha512-MKuyJ/gGNsK3eWbGdygvozqcyaZhM3C6NGHvoaZwH503dwN569j5DpatTWiHGFeDeSu64VqcIsGehz05GDUaag==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/shared': 2.11.0 + undici: 5.9.1 + dev: true + /@miniflare/runner-vm/2.10.0: resolution: {integrity: sha512-oTsHitQdQ1B1kT3G/6n9AEXsMd/sT1D8tLGzc7Xr79ZrxYxwRO0ATF3cdkxk4dUjUqg/RUqvOJV4YjJGyqvctg==} engines: {node: '>=16.13'} @@ -651,6 +744,13 @@ packages: '@miniflare/shared': 2.10.0 dev: true + /@miniflare/runner-vm/2.11.0: + resolution: {integrity: sha512-bkVSuvCf5+VylqN8lTiLxIYqYcKFbl+BywZGwGQndPC/3wh42J00mM0jw4hRbvXgwuBhlUyCVpEXtYlftFFT/g==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/shared': 2.11.0 + dev: true + /@miniflare/scheduler/2.10.0: resolution: {integrity: sha512-eGt2cZFE/yo585nT8xINQwdbTotZfeRIh6FUWmZkbva1i5SW0zTiOojr5a95vAGBF3TzwWGsUuzJpLhBB69a/g==} engines: {node: '>=16.13'} @@ -660,6 +760,15 @@ packages: cron-schedule: 3.0.6 dev: true + /@miniflare/scheduler/2.11.0: + resolution: {integrity: sha512-DPdzINhdWeS99eIicGoluMsD4pLTTAWNQbgCv3CTwgdKA3dxdvMSCkNqZzQLiALzvk9+rSfj46FlH++HE7o7/w==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/core': 2.11.0 + '@miniflare/shared': 2.11.0 + cron-schedule: 3.0.6 + dev: true + /@miniflare/shared/2.10.0: resolution: {integrity: sha512-GDSweEhJ3nNtStGm6taZGUNytM0QTQ/sjZSedAKyF1/aHRaZUcD9cuKAMgIbSpKfvgGdLMNS7Bhd8jb249TO7g==} engines: {node: '>=16.13'} @@ -670,6 +779,16 @@ packages: picomatch: 2.3.1 dev: true + /@miniflare/shared/2.11.0: + resolution: {integrity: sha512-fWMqq3ZkWAg+k7CnyzMV/rZHugwn+/JxvVzCxrtvxzwotTN547THlOxgZe8JAP23U9BiTxOfpTfnLvFEjAmegw==} + engines: {node: '>=16.13'} + dependencies: + '@types/better-sqlite3': 7.6.2 + kleur: 4.1.5 + npx-import: 1.1.4 + picomatch: 2.3.1 + dev: true + /@miniflare/sites/2.10.0: resolution: {integrity: sha512-1NVAT6+JS2OubL+pOOR5E/6MMddxQHWMi/yIDSumyyfXmj7Sm7n5dE1FvNPetggMP4f8+AjoyT9AYvdd1wkspQ==} engines: {node: '>=16.13'} @@ -679,6 +798,15 @@ packages: '@miniflare/storage-file': 2.10.0 dev: true + /@miniflare/sites/2.11.0: + resolution: {integrity: sha512-qbefKdWZUJgsdLf+kCw03sn3h/92LZgJAbkOpP6bCrfWkXlJ37EQXO4KWdhn4Ghc7A6GwU1s1I/mdB64B3AewQ==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/kv': 2.11.0 + '@miniflare/shared': 2.11.0 + '@miniflare/storage-file': 2.11.0 + dev: true + /@miniflare/storage-file/2.10.0: resolution: {integrity: sha512-K/cRIWiTl4+Z+VO6tl4VfuYXA3NLJgvGPV+BCRYD7uTKuPYHqDMErtD1BI1I7nc3WJhwIXfzJrAR3XXhSKKWQQ==} engines: {node: '>=16.13'} @@ -687,6 +815,14 @@ packages: '@miniflare/storage-memory': 2.10.0 dev: true + /@miniflare/storage-file/2.11.0: + resolution: {integrity: sha512-beWF/lTX74x7AiaSB+xQxywPSNdhtEKvqDkRui8eOJ5kqN2o4UaleLKQGgqmCw3WyHRIsckV7If1qpbNiLtWMw==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/shared': 2.11.0 + '@miniflare/storage-memory': 2.11.0 + dev: true + /@miniflare/storage-memory/2.10.0: resolution: {integrity: sha512-ZATU+qZtJ9yG0umgTrOEUi9SU//YyDb8nYXMgqT4JHODYA3RTz1SyyiQSOOz589upJPdu1LN+0j8W24WGRwwxQ==} engines: {node: '>=16.13'} @@ -694,6 +830,13 @@ packages: '@miniflare/shared': 2.10.0 dev: true + /@miniflare/storage-memory/2.11.0: + resolution: {integrity: sha512-s0AhPww7fq/Jz80NbPb+ffhcVRKnfPi7H1dHTRTre2Ud23EVJjAWl2gat42x8NOT/Fu3/o/7A72DWQQJqfO98A==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/shared': 2.11.0 + dev: true + /@miniflare/watcher/2.10.0: resolution: {integrity: sha512-X9CFYYyszfSYDzs07KhbWC2i08Dpyh3D60fPonYZcoZAfa5h9eATHUdRGvNCdax7awYp4b8bvU8upAI//OPlMg==} engines: {node: '>=16.13'} @@ -701,6 +844,13 @@ packages: '@miniflare/shared': 2.10.0 dev: true + /@miniflare/watcher/2.11.0: + resolution: {integrity: sha512-RUfjz2iYcsQXLcGySemJl98CJ2iierbWsPGWZhIVZI+NNhROkEy77g/Q+lvP2ATwexG3/dUSfdJ3P8aH+sI4Ig==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/shared': 2.11.0 + dev: true + /@miniflare/web-sockets/2.10.0: resolution: {integrity: sha512-W+PrapdQqNEEFeD+amENgPQWcETGDp7OEh6JAoSzCRhHA0OoMe8DG0xb5a5+2FjGW/J7FFKsv84wkURpmFT4dQ==} engines: {node: '>=16.13'} @@ -714,6 +864,19 @@ packages: - utf-8-validate dev: true + /@miniflare/web-sockets/2.11.0: + resolution: {integrity: sha512-NC8RKrmxrO0hZmwpzn5g4hPGA2VblnFTIBobmWoxuK95eW49zfs7dtE/PyFs+blsGv3CjTIjHVSQ782K+C6HFA==} + engines: {node: '>=16.13'} + dependencies: + '@miniflare/core': 2.11.0 + '@miniflare/shared': 2.11.0 + undici: 5.9.1 + ws: 8.10.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: true + /@next/env/12.3.1: resolution: {integrity: sha512-9P9THmRFVKGKt9DYqeC2aKIxm8rlvkK38V1P1sRE7qyoPBIs8l9oo79QoSdPtOWfzkbDAVUqvbQGgTMsb8BtJg==} dev: false @@ -891,8 +1054,8 @@ packages: resolution: {integrity: sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==} dev: true - /@sentry/cli/1.74.5: - resolution: {integrity: sha512-Ze1ec306ZWHtrxKypOJ8nhtFqkrx2f/6bRH+DcJzEQ3bBePQ0ZnqJTTe4BBHADYBtxFIaUWzCZ6DquLz2Zv/sw==} + /@sentry/cli/1.74.6: + resolution: {integrity: sha512-pJ7JJgozyjKZSTjOGi86chIngZMLUlYt2HOog+OJn+WGvqEkVymu8m462j1DiXAnex9NspB4zLLNuZ/R6rTQHg==} engines: {node: '>= 8'} hasBin: true requiresBuild: true @@ -909,8 +1072,8 @@ packages: - supports-color dev: true - /@sentry/cli/2.8.0: - resolution: {integrity: sha512-tlYlFFvBN167/d4ussQcRThHNtYcr4SM+r58xP4/uiH3LmYNk1soRbVjiHMc2p3F5tWQ3Mu5JYT5ww39YT4m6w==} + /@sentry/cli/2.8.1: + resolution: {integrity: sha512-V/Mzy/ooZaICBFC8OvSrhUg3Anw1vlEzQQKwUtXEH0EQmcKDJMGkgfo2hXlpoR6lybODjkXDlMkajKcspdF4RA==} engines: {node: '>= 12'} hasBin: true requiresBuild: true @@ -968,11 +1131,11 @@ packages: tslib: 1.14.1 dev: false - /@sentry/webpack-plugin/1.19.1: - resolution: {integrity: sha512-8/zsByYBczQMayFMRV0oWuCI2+bsMAbkgh1Sr72nLPLt3FNVVicXFns3PbVL6W+fObLkREkg99+xBfjgQEaGzA==} + /@sentry/webpack-plugin/1.20.0: + resolution: {integrity: sha512-Ssj1mJVFsfU6vMCOM2d+h+KQR7QHSfeIP16t4l20Uq/neqWXZUQ2yvQfe4S3BjdbJXz/X4Rw8Hfy1Sd0ocunYw==} engines: {node: '>= 8'} dependencies: - '@sentry/cli': 1.74.5 + '@sentry/cli': 1.74.6 webpack-sources: 3.2.3 transitivePeerDependencies: - encoding @@ -982,7 +1145,7 @@ packages: /@swc/helpers/0.4.11: resolution: {integrity: sha512-rEUrBSGIoSFuYxwBYtlUFMlE2CwGhmW+w9355/5oduSw8e5h2+Tj4UrAGNNgP9915++wj5vkQo0UuOBqOAq4nw==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: false /@types/assert/1.5.6: @@ -992,7 +1155,7 @@ packages: /@types/better-sqlite3/7.6.2: resolution: {integrity: sha512-RgmaapusqTq6IMAr4McMyAsC6RshYTCjXCnzwVV59WctUxC8bNPyUfT9t5F81lKcU41lLurhjqjoMHfauzfqGg==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/chai-subset/1.3.3: @@ -1036,8 +1199,8 @@ packages: resolution: {integrity: sha512-rADY+HtTOA52l9VZWtgQfn4p+UDVM2eDVkMZT1I6syp0YKxW2F9v+0pbRZLsvskhQv/vMb6ZfCay81GHbz5SHg==} dev: true - /@types/node/18.11.7: - resolution: {integrity: sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==} + /@types/node/18.11.9: + resolution: {integrity: sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -1050,7 +1213,7 @@ packages: /@types/qrcode/1.5.0: resolution: {integrity: sha512-x5ilHXRxUPIMfjtM+1vf/GPTRWZ81nqscursm5gMznJeK9M0YnZ1c3bEvRLQ0zSSgedLx1J6MGL231ObQGGhaA==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/react/18.0.24: @@ -1069,8 +1232,8 @@ packages: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} dev: true - /@types/semver/7.3.12: - resolution: {integrity: sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==} + /@types/semver/7.3.13: + resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true /@types/stack-trace/0.0.29: @@ -1080,13 +1243,13 @@ packages: /@types/through/0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: true /@types/ws/8.5.3: resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} dependencies: - '@types/node': 18.11.7 + '@types/node': 18.11.9 dev: false /@types/yargs-parser/21.0.0: @@ -1099,8 +1262,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin/5.40.1_ukgdydjtebaxmxfqp5v5ulh64y: - resolution: {integrity: sha512-FsWboKkWdytGiXT5O1/R9j37YgcjO8MKHSUmWnIEjVaz0krHkplPnYi7mwdb+5+cs0toFNQb0HIrN7zONdIEWg==} + /@typescript-eslint/eslint-plugin/5.42.0_6xw5wg2354iw4zujk2f3vyfrzu: + resolution: {integrity: sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1110,13 +1273,14 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/type-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/scope-manager': 5.42.0 + '@typescript-eslint/type-utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.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.8.4 @@ -1125,21 +1289,21 @@ packages: - supports-color dev: true - /@typescript-eslint/experimental-utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-lynjgnQuoCgxtYgYWjoQqijk0kYQNiztnVhoqha3N0kMYFVPURidzCq2vn9XvUUu2XxP130ZRKVDKyeGa2bhbw==} + /@typescript-eslint/experimental-utils/5.42.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-B51HySW9wWIwLantEMqJi0FXVp1IMKRAyNASrYhJV3/nl4r6aEz6FJTJtscgu7YrGWigs7OypQExmcVqGQoDFQ==} 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.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.40.1_wyqvi574yv7oiwfeinomdzmc3m: - resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==} + /@typescript-eslint/parser/5.42.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1148,9 +1312,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 + '@typescript-eslint/scope-manager': 5.42.0 + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 debug: 4.3.4 eslint: 8.26.0 typescript: 4.8.4 @@ -1158,36 +1322,16 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-IK6x55va5w4YvXd4b3VrXQPldV9vQTxi5ov+g4pMANsXPTXOcfjx08CRR1Dfrcc51syPtXHF5bgLlMHYFrvQtg==} + /@typescript-eslint/scope-manager/5.42.0: + resolution: {integrity: sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true dependencies: - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - debug: 4.3.4 - eslint: 8.25.0 - typescript: 4.8.4 - transitivePeerDependencies: - - supports-color + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/visitor-keys': 5.42.0 dev: true - /@typescript-eslint/scope-manager/5.40.1: - resolution: {integrity: sha512-jkn4xsJiUQucI16OLCXrLRXDZ3afKhOIqXs4R3O+M00hdQLKR58WuyXPZZjhKLFCEP2g+TXdBRtLQ33UfAdRUg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 - dev: true - - /@typescript-eslint/type-utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-DLAs+AHQOe6n5LRraXiv27IYPhleF0ldEmx6yBqBgBLaNRKTkffhV1RPsjoJBhVup2zHxfaRtan8/YRBgYhU9Q==} + /@typescript-eslint/type-utils/5.42.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1196,23 +1340,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - '@typescript-eslint/utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 + '@typescript-eslint/utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m debug: 4.3.4 - eslint: 8.25.0 + eslint: 8.26.0 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/5.40.1: - resolution: {integrity: sha512-Icg9kiuVJSwdzSQvtdGspOlWNjVDnF3qVIKXdJ103o36yRprdl3Ge5cABQx+csx960nuMF21v8qvO31v9t3OHw==} + /@typescript-eslint/types/5.42.0: + resolution: {integrity: sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.40.1_typescript@4.8.4: - resolution: {integrity: sha512-5QTP/nW5+60jBcEPfXy/EZL01qrl9GZtbgDZtDPlfW5zj/zjNrdI2B5zMUHmOsfvOr2cWqwVdWjobCiHcedmQA==} + /@typescript-eslint/typescript-estree/5.42.0_typescript@4.8.4: + resolution: {integrity: sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1220,8 +1364,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/visitor-keys': 5.40.1 + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/visitor-keys': 5.42.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -1232,94 +1376,94 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q: - resolution: {integrity: sha512-a2TAVScoX9fjryNrW6BZRnreDUszxqm9eQ9Esv8n5nXApMW0zeANUYlwh/DED04SC/ifuBvXgZpIK5xeJHQ3aw==} + /@typescript-eslint/utils/5.42.0_wyqvi574yv7oiwfeinomdzmc3m: + resolution: {integrity: sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==} 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.12 - '@typescript-eslint/scope-manager': 5.40.1 - '@typescript-eslint/types': 5.40.1 - '@typescript-eslint/typescript-estree': 5.40.1_typescript@4.8.4 - eslint: 8.25.0 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.42.0 + '@typescript-eslint/types': 5.42.0 + '@typescript-eslint/typescript-estree': 5.42.0_typescript@4.8.4 + eslint: 8.26.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint-utils: 3.0.0_eslint@8.26.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys/5.40.1: - resolution: {integrity: sha512-A2DGmeZ+FMja0geX5rww+DpvILpwo1OsiQs0M+joPWJYsiEFBLsH0y1oFymPNul6Z5okSmHpP4ivkc2N0Cgfkw==} + /@typescript-eslint/visitor-keys/5.42.0: + resolution: {integrity: sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.40.1 + '@typescript-eslint/types': 5.42.0 eslint-visitor-keys: 3.3.0 dev: true - /@ucanto/client/2.0.0: - resolution: {integrity: sha512-rTgzV80eLRdkhAIqlvdy07mt2w1y/zDCvARsFMrNHlxjE/Bi1TznSV5r8iwjvHyP/lc3pD/IxgUmpOXktIhFig==} + /@ucanto/client/3.0.1: + resolution: {integrity: sha512-rK0M3kqLHlvLTp6P9jyqjSOdzGbulawxzfFOh0cV4D6FLLjpHwNq5NpXZ7n6AbQ7H1EQeWla/gNgLKVGWXKrMQ==} dependencies: - '@ucanto/interface': 2.0.0 - multiformats: 9.9.0 + '@ucanto/interface': 3.0.0 + multiformats: 10.0.2 dev: false - /@ucanto/core/2.0.0: - resolution: {integrity: sha512-RIe70PTm1XxycMrop2/vcpCkyOy0uXyEfBx29Eihr9H0i7+nt91/r/GiwevgLPdNt68KnU1Y6ixnjR1NdtBqeQ==} + /@ucanto/core/3.0.1: + resolution: {integrity: sha512-DoCIfczxo6bikOUFA/5RS6QTC52Xz2Dfija5rsWmRj+vP8LIvuuuNhHZbgDEmXtSRVyvoVQeAxxxHmWWrVtoAQ==} dependencies: - '@ipld/car': 4.1.6 - '@ipld/dag-cbor': 7.0.3 - '@ipld/dag-ucan': 4.0.0-beta - '@ucanto/interface': 2.0.0 - multiformats: 9.9.0 + '@ipld/car': 5.0.0 + '@ipld/dag-cbor': 8.0.0 + '@ipld/dag-ucan': 2.0.1 + '@ucanto/interface': 3.0.0 + multiformats: 10.0.2 dev: false - /@ucanto/interface/2.0.0: - resolution: {integrity: sha512-Eo6biNPmjybukD2TPmB/KFZ62wsL14miJRnsDRlCoGzQ1YhMrRoe9/F+el1LZs/HpFZ53kZh30YknIkKB2S+VQ==} + /@ucanto/interface/3.0.0: + resolution: {integrity: sha512-CZ+wPD9Zxv3UL/0s3+d1Zf0LPktbkMLGtpdt08+/gKLVU95qxvHzEcpBp9toDYvbKNYBIKQtEc2VbOvwUlMLZA==} dependencies: - '@ipld/dag-ucan': 4.0.0-beta - multiformats: 9.9.0 + '@ipld/dag-ucan': 2.0.1 + multiformats: 10.0.2 dev: false - /@ucanto/principal/2.0.0: - resolution: {integrity: sha512-j6I/GugjxRokZp5m9TrpEkPjmn9aRQ04IswM/V06Zqlcvs+6TLk99bXaW9VDdNO6MWeL+y53uv4GsFovdSMDlQ==} + /@ucanto/principal/3.0.0: + resolution: {integrity: sha512-7CwVbYQc+CdWta+lNuI6vRjVT+GkPwf2VQVXFBm8i4fQomFOTmOq8I/Be3TBS9N2OaIbL7b/eKy1WBdMMzfz5g==} dependencies: - '@ipld/dag-ucan': 4.0.0-beta + '@ipld/dag-ucan': 2.0.1 '@noble/ed25519': 1.7.1 - '@ucanto/interface': 2.0.0 - multiformats: 9.9.0 + '@ucanto/interface': 3.0.0 + multiformats: 10.0.2 one-webcrypto: 1.0.3 dev: false - /@ucanto/server/2.0.0: - resolution: {integrity: sha512-soZGEdPBI7Md6gjWdCj8IsYVug1ZSoO52iGSv6r0LAIdbMJUMG2eiYby+sZ0GhA5HZctY/QljXqgogdRp2pEkw==} + /@ucanto/server/3.0.1: + resolution: {integrity: sha512-PMBb9gPk+5+qKl7bANusPq9xCm2S0dVNIT33EmmtNhXWQSj8nLvWLInnxXYGc+ziyQonPZtDPgKi02uREFEdXw==} dependencies: - '@ucanto/core': 2.0.0 - '@ucanto/interface': 2.0.0 - '@ucanto/validator': 2.0.0 + '@ucanto/core': 3.0.1 + '@ucanto/interface': 3.0.0 + '@ucanto/validator': 3.0.1 dev: false - /@ucanto/transport/2.0.0: - resolution: {integrity: sha512-VLGLeaBXtJ+9A3kLESxdoAv5MxBLiEdRcqfGUZOerq8gy/gfwFehuj1TqG8itG1/wDioMPUVkwPgi4hz6yBP8w==} + /@ucanto/transport/3.0.1: + resolution: {integrity: sha512-stUryA8e6Npkt8RVcxko61gE11+c2Gta+eGzv1XOrWGCk5WqdzequWs/zLxgHxq52EqCWZhLYKQpY5nkrz5UAA==} dependencies: - '@ipld/car': 4.1.6 - '@ipld/dag-cbor': 7.0.3 - '@ucanto/core': 2.0.0 - '@ucanto/interface': 2.0.0 - multiformats: 9.9.0 + '@ipld/car': 5.0.0 + '@ipld/dag-cbor': 8.0.0 + '@ucanto/core': 3.0.1 + '@ucanto/interface': 3.0.0 + multiformats: 10.0.2 dev: false - /@ucanto/validator/2.0.0: - resolution: {integrity: sha512-Qd1HsZ7p+hyXO/Z0e6itVhPNLrznc1Njav0R1myaZ3F3nRZx+b/r+6a4DsGLt15NoqWh2JksWgGFmBrVrFoWbA==} + /@ucanto/validator/3.0.1: + resolution: {integrity: sha512-LVirhuwMPOwATIDwlhGZt7C1BtrKp2+HJ7pALQcbC4+eHYyminniZEAzYjf0/EnjXtDj0SL3jnnBBvmpIJiWDQ==} dependencies: - '@ipld/car': 4.1.6 - '@ipld/dag-cbor': 7.0.3 - '@ucanto/core': 2.0.0 - '@ucanto/interface': 2.0.0 - multiformats: 9.9.0 + '@ipld/car': 5.0.0 + '@ipld/dag-cbor': 8.0.0 + '@ucanto/core': 3.0.1 + '@ucanto/interface': 3.0.0 + multiformats: 10.0.2 dev: false /@web-std/blob/3.0.4: @@ -1390,12 +1534,12 @@ packages: event-target-shim: 5.0.1 dev: true - /acorn-jsx/5.3.2_acorn@8.8.0: + /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.0 + acorn: 8.8.1 dev: true /acorn-walk/8.2.0: @@ -1403,12 +1547,6 @@ packages: engines: {node: '>=0.4.0'} dev: true - /acorn/8.8.0: - resolution: {integrity: sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - /acorn/8.8.1: resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} engines: {node: '>=0.4.0'} @@ -1561,8 +1699,8 @@ packages: resolution: {integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==} engines: {node: '>=6.0'} dependencies: - '@babel/runtime': 7.19.4 - '@babel/runtime-corejs3': 7.19.4 + '@babel/runtime': 7.20.1 + '@babel/runtime-corejs3': 7.20.1 dev: true /array-find-index/1.0.2: @@ -1586,8 +1724,8 @@ packages: engines: {node: '>=8'} dev: true - /array.prototype.every/1.1.3: - resolution: {integrity: sha512-vWnriJI//SOMOWtXbU/VXhJ/InfnNHPF6BLKn5WfY8xXy+NWql0fUy20GO3sdqBhCAO+qw8S/E5nJiZX+QFdCA==} + /array.prototype.every/1.1.4: + resolution: {integrity: sha512-Aui35iRZk1HHLRAyF7QP0KAnOnduaQ6fo6k1NVWfRc0xTs2AZ70ytlXvOmkC6Di4JmUs2Wv3DYzGtCQFSk5uGg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -1596,8 +1734,8 @@ packages: is-string: 1.0.7 dev: true - /array.prototype.flat/1.3.0: - resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==} + /array.prototype.flat/1.3.1: + resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -1606,8 +1744,8 @@ packages: es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flatmap/1.3.0: - resolution: {integrity: sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==} + /array.prototype.flatmap/1.3.1: + resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 @@ -1707,7 +1845,7 @@ packages: supertap: 3.0.1 temp-dir: 2.0.0 write-file-atomic: 4.0.2 - yargs: 17.6.0 + yargs: 17.6.2 transitivePeerDependencies: - supports-color dev: true @@ -1716,8 +1854,8 @@ packages: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} - /axe-core/4.4.3: - resolution: {integrity: sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w==} + /axe-core/4.5.1: + resolution: {integrity: sha512-1exVbW0X1O/HSr/WMwnaweyqcWOgZgLiVxdLG34pvSQk4NlYQr9OUy0JLwuhFfuVNQzzqgH57eYzkFBCb3bIsQ==} engines: {node: '>=4'} dev: true @@ -1863,8 +2001,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001421: - resolution: {integrity: sha512-Sw4eLbgUJAEhjLs1Fa+mk45sidp1wRn5y6GtDpHGBaNJ9OCDJaVh2tIaWWUnGfuXfKf1JCBaIarak3FkVAvEeA==} + /caniuse-lite/1.0.30001429: + resolution: {integrity: sha512-511ThLu1hF+5RRRt0zYCf2U2yRr9GPF6m5y90SBCWsvSoYoW7yAGlv/elyPaNfvGCkp6kj/KFZWU0BMA69Prsg==} dev: false /cbor/8.1.0: @@ -2159,8 +2297,8 @@ packages: engines: {node: '>= 0.6'} dev: false - /core-js-pure/3.25.5: - resolution: {integrity: sha512-oml3M22pHM+igfWHDfdLVq2ShWmjM2V4L+dQEBs0DWVIqEm9WHCwGAlZ6BmyBQGy5sFrJmcx+856D9lVKyGWYg==} + /core-js-pure/3.26.0: + resolution: {integrity: sha512-LiN6fylpVBVwT8twhhluD9TzXmZQQsr2I2eIKtWNbZI1XMfBT7CV18itaN6RA7EtQd/SDdRx/wzvAShX2HvhQA==} requiresBuild: true dev: true @@ -2317,8 +2455,8 @@ packages: type-detect: 4.0.8 dev: true - /deep-equal/2.0.5: - resolution: {integrity: sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==} + /deep-equal/2.1.0: + resolution: {integrity: sha512-2pxgvWu3Alv1PoWEyVg7HS8YhGlUFUV7N5oOvfL6d+7xAmLSemMwv/c8Zv/i9KFzxV5Kt5CAvQc70fLwVuf4UA==} dependencies: call-bind: 1.0.2 es-get-iterator: 1.1.2 @@ -2334,7 +2472,7 @@ packages: side-channel: 1.0.4 which-boxed-primitive: 1.0.2 which-collection: 1.0.1 - which-typed-array: 1.1.8 + which-typed-array: 1.1.9 dev: true /deep-extend/0.6.0: @@ -2357,6 +2495,7 @@ packages: dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 + dev: true /defined/1.0.1: resolution: {integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==} @@ -2513,6 +2652,7 @@ packages: string.prototype.trimend: 1.0.5 string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 + dev: true /es-get-iterator/1.1.2: resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} @@ -2540,6 +2680,7 @@ packages: is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 + dev: true /es6-object-assign/1.1.0: resolution: {integrity: sha512-MEl9uirslVwqQU369iHNWZXsI8yaZYGg/D65aOgZkeyFJwHYSxilf7rQzXKI7DdDuBPrBXbfk3sl9hJhmd5AUw==} @@ -2563,8 +2704,8 @@ packages: dev: true optional: true - /esbuild-android-64/0.15.12: - resolution: {integrity: sha512-MJKXwvPY9g0rGps0+U65HlTsM1wUs9lbjt5CU19RESqycGFDRijMDQsh68MtbzkqWSRdEtiKS1mtPzKneaAI0Q==} + /esbuild-android-64/0.15.13: + resolution: {integrity: sha512-yRorukXBlokwTip+Sy4MYskLhJsO0Kn0/Fj43s1krVblfwP+hMD37a4Wmg139GEsMLl+vh8WXp2mq/cTA9J97g==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -2590,8 +2731,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.15.12: - resolution: {integrity: sha512-Hc9SEcZbIMhhLcvhr1DH+lrrec9SFTiRzfJ7EGSBZiiw994gfkVV6vG0sLWqQQ6DD7V4+OggB+Hn0IRUdDUqvA==} + /esbuild-android-arm64/0.15.13: + resolution: {integrity: sha512-TKzyymLD6PiVeyYa4c5wdPw87BeAiTXNtK6amWUcXZxkV51gOk5u5qzmDaYSwiWeecSNHamFsaFjLoi32QR5/w==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -2617,8 +2758,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.15.12: - resolution: {integrity: sha512-qkmqrTVYPFiePt5qFjP8w/S+GIUMbt6k8qmiPraECUWfPptaPJUGkCKrWEfYFRWB7bY23FV95rhvPyh/KARP8Q==} + /esbuild-darwin-64/0.15.13: + resolution: {integrity: sha512-WAx7c2DaOS6CrRcoYCgXgkXDliLnFv3pQLV6GeW1YcGEZq2Gnl8s9Pg7ahValZkpOa0iE/ojRVQ87sbUhF1Cbg==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -2644,8 +2785,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.15.12: - resolution: {integrity: sha512-z4zPX02tQ41kcXMyN3c/GfZpIjKoI/BzHrdKUwhC/Ki5BAhWv59A9M8H+iqaRbwpzYrYidTybBwiZAIWCLJAkw==} + /esbuild-darwin-arm64/0.15.13: + resolution: {integrity: sha512-U6jFsPfSSxC3V1CLiQqwvDuj3GGrtQNB3P3nNC3+q99EKf94UGpsG9l4CQ83zBs1NHrk1rtCSYT0+KfK5LsD8A==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -2671,8 +2812,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.15.12: - resolution: {integrity: sha512-XFL7gKMCKXLDiAiBjhLG0XECliXaRLTZh6hsyzqUqPUf/PY4C6EJDTKIeqqPKXaVJ8+fzNek88285krSz1QECw==} + /esbuild-freebsd-64/0.15.13: + resolution: {integrity: sha512-whItJgDiOXaDG/idy75qqevIpZjnReZkMGCgQaBWZuKHoElDJC1rh7MpoUgupMcdfOd+PgdEwNQW9DAE6i8wyA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -2698,8 +2839,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.15.12: - resolution: {integrity: sha512-jwEIu5UCUk6TjiG1X+KQnCGISI+ILnXzIzt9yDVrhjug2fkYzlLbl0K43q96Q3KB66v6N1UFF0r5Ks4Xo7i72g==} + /esbuild-freebsd-arm64/0.15.13: + resolution: {integrity: sha512-6pCSWt8mLUbPtygv7cufV0sZLeylaMwS5Fznj6Rsx9G2AJJsAjQ9ifA+0rQEIg7DwJmi9it+WjzNTEAzzdoM3Q==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -2725,8 +2866,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.15.12: - resolution: {integrity: sha512-uSQuSEyF1kVzGzuIr4XM+v7TPKxHjBnLcwv2yPyCz8riV8VUCnO/C4BF3w5dHiVpCd5Z1cebBtZJNlC4anWpwA==} + /esbuild-linux-32/0.15.13: + resolution: {integrity: sha512-VbZdWOEdrJiYApm2kkxoTOgsoCO1krBZ3quHdYk3g3ivWaMwNIVPIfEE0f0XQQ0u5pJtBsnk2/7OPiCFIPOe/w==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -2752,8 +2893,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.15.12: - resolution: {integrity: sha512-QcgCKb7zfJxqT9o5z9ZUeGH1k8N6iX1Y7VNsEi5F9+HzN1OIx7ESxtQXDN9jbeUSPiRH1n9cw6gFT3H4qbdvcA==} + /esbuild-linux-64/0.15.13: + resolution: {integrity: sha512-rXmnArVNio6yANSqDQlIO4WiP+Cv7+9EuAHNnag7rByAqFVuRusLbGi2697A5dFPNXoO//IiogVwi3AdcfPC6A==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -2779,8 +2920,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.15.12: - resolution: {integrity: sha512-Wf7T0aNylGcLu7hBnzMvsTfEXdEdJY/hY3u36Vla21aY66xR0MS5I1Hw8nVquXjTN0A6fk/vnr32tkC/C2lb0A==} + /esbuild-linux-arm/0.15.13: + resolution: {integrity: sha512-Ac6LpfmJO8WhCMQmO253xX2IU2B3wPDbl4IvR0hnqcPrdfCaUa2j/lLMGTjmQ4W5JsJIdHEdW12dG8lFS0MbxQ==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -2806,8 +2947,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.15.12: - resolution: {integrity: sha512-HtNq5xm8fUpZKwWKS2/YGwSfTF+339L4aIA8yphNKYJckd5hVdhfdl6GM2P3HwLSCORS++++7++//ApEwXEuAQ==} + /esbuild-linux-arm64/0.15.13: + resolution: {integrity: sha512-alEMGU4Z+d17U7KQQw2IV8tQycO6T+rOrgW8OS22Ua25x6kHxoG6Ngry6Aq6uranC+pNWNMB6aHFPh7aTQdORQ==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -2833,8 +2974,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.15.12: - resolution: {integrity: sha512-Qol3+AvivngUZkTVFgLpb0H6DT+N5/zM3V1YgTkryPYFeUvuT5JFNDR3ZiS6LxhyF8EE+fiNtzwlPqMDqVcc6A==} + /esbuild-linux-mips64le/0.15.13: + resolution: {integrity: sha512-47PgmyYEu+yN5rD/MbwS6DxP2FSGPo4Uxg5LwIdxTiyGC2XKwHhHyW7YYEDlSuXLQXEdTO7mYe8zQ74czP7W8A==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -2860,8 +3001,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.15.12: - resolution: {integrity: sha512-4D8qUCo+CFKaR0cGXtGyVsOI7w7k93Qxb3KFXWr75An0DHamYzq8lt7TNZKoOq/Gh8c40/aKaxvcZnTgQ0TJNg==} + /esbuild-linux-ppc64le/0.15.13: + resolution: {integrity: sha512-z6n28h2+PC1Ayle9DjKoBRcx/4cxHoOa2e689e2aDJSaKug3jXcQw7mM+GLg+9ydYoNzj8QxNL8ihOv/OnezhA==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -2887,8 +3028,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.15.12: - resolution: {integrity: sha512-G9w6NcuuCI6TUUxe6ka0enjZHDnSVK8bO+1qDhMOCtl7Tr78CcZilJj8SGLN00zO5iIlwNRZKHjdMpfFgNn1VA==} + /esbuild-linux-riscv64/0.15.13: + resolution: {integrity: sha512-+Lu4zuuXuQhgLUGyZloWCqTslcCAjMZH1k3Xc9MSEJEpEFdpsSU0sRDXAnk18FKOfEjhu4YMGaykx9xjtpA6ow==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -2914,8 +3055,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.15.12: - resolution: {integrity: sha512-Lt6BDnuXbXeqSlVuuUM5z18GkJAZf3ERskGZbAWjrQoi9xbEIsj/hEzVnSAFLtkfLuy2DE4RwTcX02tZFunXww==} + /esbuild-linux-s390x/0.15.13: + resolution: {integrity: sha512-BMeXRljruf7J0TMxD5CIXS65y7puiZkAh+s4XFV9qy16SxOuMhxhVIXYLnbdfLrsYGFzx7U9mcdpFWkkvy/Uag==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -2941,8 +3082,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.15.12: - resolution: {integrity: sha512-jlUxCiHO1dsqoURZDQts+HK100o0hXfi4t54MNRMCAqKGAV33JCVvMplLAa2FwviSojT/5ZG5HUfG3gstwAG8w==} + /esbuild-netbsd-64/0.15.13: + resolution: {integrity: sha512-EHj9QZOTel581JPj7UO3xYbltFTYnHy+SIqJVq6yd3KkCrsHRbapiPb0Lx3EOOtybBEE9EyqbmfW1NlSDsSzvQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -2968,8 +3109,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.15.12: - resolution: {integrity: sha512-1o1uAfRTMIWNOmpf8v7iudND0L6zRBYSH45sofCZywrcf7NcZA+c7aFsS1YryU+yN7aRppTqdUK1PgbZVaB1Dw==} + /esbuild-openbsd-64/0.15.13: + resolution: {integrity: sha512-nkuDlIjF/sfUhfx8SKq0+U+Fgx5K9JcPq1mUodnxI0x4kBdCv46rOGWbuJ6eof2n3wdoCLccOoJAbg9ba/bT2w==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -2995,8 +3136,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.15.12: - resolution: {integrity: sha512-nkl251DpoWoBO9Eq9aFdoIt2yYmp4I3kvQjba3jFKlMXuqQ9A4q+JaqdkCouG3DHgAGnzshzaGu6xofGcXyPXg==} + /esbuild-sunos-64/0.15.13: + resolution: {integrity: sha512-jVeu2GfxZQ++6lRdY43CS0Tm/r4WuQQ0Pdsrxbw+aOrHQPHV0+LNOLnvbN28M7BSUGnJnHkHm2HozGgNGyeIRw==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -3022,8 +3163,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.15.12: - resolution: {integrity: sha512-WlGeBZHgPC00O08luIp5B2SP4cNCp/PcS+3Pcg31kdcJPopHxLkdCXtadLU9J82LCfw4TVls21A6lilQ9mzHrw==} + /esbuild-windows-32/0.15.13: + resolution: {integrity: sha512-XoF2iBf0wnqo16SDq+aDGi/+QbaLFpkiRarPVssMh9KYbFNCqPLlGAWwDvxEVz+ywX6Si37J2AKm+AXq1kC0JA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -3049,8 +3190,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.15.12: - resolution: {integrity: sha512-VActO3WnWZSN//xjSfbiGOSyC+wkZtI8I4KlgrTo5oHJM6z3MZZBCuFaZHd8hzf/W9KPhF0lY8OqlmWC9HO5AA==} + /esbuild-windows-64/0.15.13: + resolution: {integrity: sha512-Et6htEfGycjDrtqb2ng6nT+baesZPYQIW+HUEHK4D1ncggNrDNk3yoboYQ5KtiVrw/JaDMNttz8rrPubV/fvPQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -3076,8 +3217,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.15.12: - resolution: {integrity: sha512-Of3MIacva1OK/m4zCNIvBfz8VVROBmQT+gRX6pFTLPngFYcj6TFH/12VveAqq1k9VB2l28EoVMNMUCcmsfwyuA==} + /esbuild-windows-arm64/0.15.13: + resolution: {integrity: sha512-3bv7tqntThQC9SWLRouMDmZnlOukBhOCTlkzNqzGCmrkCJI7io5LLjwJBOVY6kOUlIvdxbooNZwjtBvj+7uuVg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -3141,34 +3282,34 @@ packages: esbuild-windows-arm64: 0.14.51 dev: true - /esbuild/0.15.12: - resolution: {integrity: sha512-PcT+/wyDqJQsRVhaE9uX/Oq4XLrFh0ce/bs2TJh4CSaw9xuvI+xFrH2nAYOADbhQjUgAhNWC5LKoUsakm4dxng==} + /esbuild/0.15.13: + resolution: {integrity: sha512-Cu3SC84oyzzhrK/YyN4iEVy2jZu5t2fz66HEOShHURcjSkOSAVL8C/gfUT+lDJxkVHpg8GZ10DD0rMHRPqMFaQ==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.15.12 - '@esbuild/linux-loong64': 0.15.12 - esbuild-android-64: 0.15.12 - esbuild-android-arm64: 0.15.12 - esbuild-darwin-64: 0.15.12 - esbuild-darwin-arm64: 0.15.12 - esbuild-freebsd-64: 0.15.12 - esbuild-freebsd-arm64: 0.15.12 - esbuild-linux-32: 0.15.12 - esbuild-linux-64: 0.15.12 - esbuild-linux-arm: 0.15.12 - esbuild-linux-arm64: 0.15.12 - esbuild-linux-mips64le: 0.15.12 - esbuild-linux-ppc64le: 0.15.12 - esbuild-linux-riscv64: 0.15.12 - esbuild-linux-s390x: 0.15.12 - esbuild-netbsd-64: 0.15.12 - esbuild-openbsd-64: 0.15.12 - esbuild-sunos-64: 0.15.12 - esbuild-windows-32: 0.15.12 - esbuild-windows-64: 0.15.12 - esbuild-windows-arm64: 0.15.12 + '@esbuild/android-arm': 0.15.13 + '@esbuild/linux-loong64': 0.15.13 + esbuild-android-64: 0.15.13 + esbuild-android-arm64: 0.15.13 + esbuild-darwin-64: 0.15.13 + esbuild-darwin-arm64: 0.15.13 + esbuild-freebsd-64: 0.15.13 + esbuild-freebsd-arm64: 0.15.13 + esbuild-linux-32: 0.15.13 + esbuild-linux-64: 0.15.13 + esbuild-linux-arm: 0.15.13 + esbuild-linux-arm64: 0.15.13 + esbuild-linux-mips64le: 0.15.13 + esbuild-linux-ppc64le: 0.15.13 + esbuild-linux-riscv64: 0.15.13 + esbuild-linux-s390x: 0.15.13 + esbuild-netbsd-64: 0.15.13 + esbuild-openbsd-64: 0.15.13 + esbuild-sunos-64: 0.15.13 + esbuild-windows-32: 0.15.13 + esbuild-windows-64: 0.15.13 + esbuild-windows-arm64: 0.15.13 dev: true /escalade/3.1.1: @@ -3206,11 +3347,11 @@ packages: dependencies: '@next/eslint-plugin-next': 12.3.1 '@rushstack/eslint-patch': 1.2.0 - '@typescript-eslint/parser': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m eslint: 8.26.0 eslint-import-resolver-node: 0.3.6 eslint-import-resolver-typescript: 2.7.1_mynvxvmq5qtyojffiqgev4x7mm - eslint-plugin-import: 2.26.0_ktm3uujnlhunjxml6wzsncefba + eslint-plugin-import: 2.26.0_f352m6qpd5jz6qrf3l36ifh65y eslint-plugin-jsx-a11y: 6.6.1_eslint@8.26.0 eslint-plugin-react: 7.31.10_eslint@8.26.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.26.0 @@ -3220,16 +3361,16 @@ packages: - supports-color dev: true - /eslint-config-prettier/8.5.0_eslint@8.25.0: + /eslint-config-prettier/8.5.0_eslint@8.26.0: resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 dev: true - /eslint-config-standard-with-typescript/23.0.0_rjacwz3fq4zv3euadsy2vxkwfa: + /eslint-config-standard-with-typescript/23.0.0_cuhm7w6dppd435hmbz5wtjkgum: resolution: {integrity: sha512-iaaWifImn37Z1OXbNW1es7KI+S7D408F9ys0bpaQf2temeBWlvb0Nc5qHkOgYaRb5QxTZT32GGeN1gtswASOXA==} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -3239,19 +3380,19 @@ packages: eslint-plugin-promise: ^6.0.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 - eslint-config-standard: 17.0.0_qjhcey4ofknbrbveepk4bditci - eslint-plugin-import: 2.26.0_vcunoyu347gmi72pwsm7mdvjca - eslint-plugin-n: 15.3.0_eslint@8.25.0 - eslint-plugin-promise: 6.1.0_eslint@8.25.0 + '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 + eslint-config-standard: 17.0.0_pxgizx7scytnzv6tfhdgsab7u4 + eslint-plugin-import: 2.26.0_5aea5dp4n23mfv4y2mmjxole3e + eslint-plugin-n: 15.4.0_eslint@8.26.0 + eslint-plugin-promise: 6.1.1_eslint@8.26.0 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /eslint-config-standard/17.0.0_qjhcey4ofknbrbveepk4bditci: + /eslint-config-standard/17.0.0_pxgizx7scytnzv6tfhdgsab7u4: resolution: {integrity: sha512-/2ks1GKyqSOkH7JFvXJicu0iMpoojkwB+f5Du/1SC0PtBL+s8v30k9njRZ21pm2drKYm2342jFnGWzttxPmZVg==} peerDependencies: eslint: ^8.0.1 @@ -3259,20 +3400,20 @@ packages: eslint-plugin-n: ^15.0.0 eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.25.0 - eslint-plugin-import: 2.26.0_vcunoyu347gmi72pwsm7mdvjca - eslint-plugin-n: 15.3.0_eslint@8.25.0 - eslint-plugin-promise: 6.1.0_eslint@8.25.0 + eslint: 8.26.0 + eslint-plugin-import: 2.26.0_5aea5dp4n23mfv4y2mmjxole3e + eslint-plugin-n: 15.4.0_eslint@8.26.0 + eslint-plugin-promise: 6.1.1_eslint@8.26.0 dev: true - /eslint-etc/5.2.0_z4bbprzjrhnsfa24uvmcbu7f5q: + /eslint-etc/5.2.0_wyqvi574yv7oiwfeinomdzmc3m: resolution: {integrity: sha512-Gcm/NMa349FOXb1PEEfNMMyIANuorIc2/mI5Vfu1zENNsz+FBVhF62uY6gPUCigm/xDOc8JOnl+71WGnlzlDag==} peerDependencies: eslint: ^8.0.0 typescript: ^4.0.0 dependencies: - '@typescript-eslint/experimental-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 + '@typescript-eslint/experimental-utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 tsutils: 3.21.0_typescript@4.8.4 tsutils-etc: 1.4.1_mhfzdf4crgayux52p57kxjyixi typescript: 4.8.4 @@ -3298,7 +3439,7 @@ packages: dependencies: debug: 4.3.4 eslint: 8.26.0 - eslint-plugin-import: 2.26.0_ktm3uujnlhunjxml6wzsncefba + eslint-plugin-import: 2.26.0_f352m6qpd5jz6qrf3l36ifh65y glob: 7.2.3 is-glob: 4.0.3 resolve: 1.22.1 @@ -3307,7 +3448,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_cpvribsnrifdnai62ae2t2h4ju: + /eslint-module-utils/2.7.4_5wizbv6at2kperuxlviadd4ace: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -3328,7 +3469,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m debug: 3.2.7 eslint: 8.26.0 eslint-import-resolver-node: 0.3.6 @@ -3337,7 +3478,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_kok4ds6cswjqjqxmx3ykaoipha: + /eslint-module-utils/2.7.4_yytd4qhylm3dyr3j4r4rwmq2vy: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -3358,44 +3499,44 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m debug: 3.2.7 - eslint: 8.25.0 + eslint: 8.26.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es/4.1.0_eslint@8.25.0: + /eslint-plugin-es/4.1.0_eslint@8.26.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.25.0 + eslint: 8.26.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-etc/2.0.2_z4bbprzjrhnsfa24uvmcbu7f5q: + /eslint-plugin-etc/2.0.2_wyqvi574yv7oiwfeinomdzmc3m: resolution: {integrity: sha512-g3b95LCdTCwZA8On9EICYL8m1NMWaiGfmNUd/ftZTeGZDXrwujKXUr+unYzqKjKFo1EbqJ31vt+Dqzrdm/sUcw==} peerDependencies: eslint: ^8.0.0 typescript: ^4.0.0 dependencies: '@phenomnomnominal/tsquery': 4.2.0_typescript@4.8.4 - '@typescript-eslint/experimental-utils': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 - eslint-etc: 5.2.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/experimental-utils': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 + eslint-etc: 5.2.0_wyqvi574yv7oiwfeinomdzmc3m requireindex: 1.2.0 - tslib: 2.4.0 + tslib: 2.4.1 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import/2.26.0_ktm3uujnlhunjxml6wzsncefba: + /eslint-plugin-import/2.26.0_5aea5dp4n23mfv4y2mmjxole3e: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -3405,16 +3546,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_wyqvi574yv7oiwfeinomdzmc3m + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m array-includes: 3.1.5 - array.prototype.flat: 1.3.0 + array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.26.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_cpvribsnrifdnai62ae2t2h4ju + eslint-module-utils: 2.7.4_yytd4qhylm3dyr3j4r4rwmq2vy has: 1.0.3 - is-core-module: 2.10.0 + is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.5 @@ -3426,7 +3567,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_vcunoyu347gmi72pwsm7mdvjca: + /eslint-plugin-import/2.26.0_f352m6qpd5jz6qrf3l36ifh65y: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -3436,16 +3577,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m array-includes: 3.1.5 - array.prototype.flat: 1.3.0 + array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.25.0 + eslint: 8.26.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_kok4ds6cswjqjqxmx3ykaoipha + eslint-module-utils: 2.7.4_5wizbv6at2kperuxlviadd4ace has: 1.0.3 - is-core-module: 2.10.0 + is-core-module: 2.11.0 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.5 @@ -3457,17 +3598,17 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc/39.3.13_eslint@8.25.0: - resolution: {integrity: sha512-yF16kYmoz8pcEZXxX2kdaBwWFvXrUpxuF+ZgG/0PKLKcT9lGKFi4Mn0Mk/KqJeMgUprFDCzNTjnzYGf8tdNrAA==} - engines: {node: ^14 || ^16 || ^17 || ^18} + /eslint-plugin-jsdoc/39.6.2_eslint@8.26.0: + resolution: {integrity: sha512-dvgY/W7eUFoAIIiaWHERIMI61ZWqcz9YFjEeyTzdPlrZc3TY/3aZm5aB91NUoTLWYZmO/vFlYSuQi15tF7uE5A==} + engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@es-joy/jsdoccomment': 0.32.0 + '@es-joy/jsdoccomment': 0.36.0 comment-parser: 1.3.1 debug: 4.3.4 escape-string-regexp: 4.0.0 - eslint: 8.25.0 + eslint: 8.26.0 esquery: 1.4.0 semver: 7.3.8 spdx-expression-parse: 3.0.1 @@ -3481,11 +3622,11 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.19.4 + '@babel/runtime': 7.20.1 aria-query: 4.2.2 array-includes: 3.1.5 ast-types-flow: 0.0.7 - axe-core: 4.4.3 + axe-core: 4.5.1 axobject-query: 2.2.0 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 @@ -3497,44 +3638,35 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-n/15.3.0_eslint@8.25.0: - resolution: {integrity: sha512-IyzPnEWHypCWasDpxeJnim60jhlumbmq0pubL6IOcnk8u2y53s5QfT8JnXy7skjHJ44yWHRb11PLtDHuu1kg/Q==} + /eslint-plugin-n/15.4.0_eslint@8.26.0: + resolution: {integrity: sha512-MkoKy9/lfd52TAXK4fkABgCp0aglk82Q3viy2UOWIEpTVE/Cem5P/UAxMBA4vSw7Gy+2egPqImE9euitLGp5aw==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.25.0 - eslint-plugin-es: 4.1.0_eslint@8.25.0 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint: 8.26.0 + eslint-plugin-es: 4.1.0_eslint@8.26.0 + eslint-utils: 3.0.0_eslint@8.26.0 ignore: 5.2.0 - is-core-module: 2.10.0 + is-core-module: 2.11.0 minimatch: 3.1.2 resolve: 1.22.1 semver: 7.3.8 dev: true - /eslint-plugin-no-only-tests/3.0.0: - resolution: {integrity: sha512-I0PeXMs1vu21ap45hey4HQCJRqpcoIvGcNTPJe+UhUm8TwjQ6//mCrDqF8q0WS6LgmRDwQ4ovQej0AQsAHb5yg==} + /eslint-plugin-no-only-tests/3.1.0: + resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==} engines: {node: '>=5.0.0'} dev: true - /eslint-plugin-promise/6.1.0_eslint@8.25.0: - resolution: {integrity: sha512-NYCfDZF/KHt27p06nFAttgWuFyIDSUMnNaJBIY1FY9GpBFhdT2vMG64HlFguSgcJeyM5by6Yr5csSOuJm60eXQ==} + /eslint-plugin-promise/6.1.1_eslint@8.26.0: + resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.25.0 - dev: true - - /eslint-plugin-react-hooks/4.6.0_eslint@8.25.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.25.0 + eslint: 8.26.0 dev: true /eslint-plugin-react-hooks/4.6.0_eslint@8.26.0: @@ -3546,29 +3678,6 @@ packages: eslint: 8.26.0 dev: true - /eslint-plugin-react/7.31.10_eslint@8.25.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.5 - array.prototype.flatmap: 1.3.0 - doctrine: 2.1.0 - eslint: 8.25.0 - estraverse: 5.3.0 - jsx-ast-utils: 3.3.3 - minimatch: 3.1.2 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.hasown: 1.1.1 - object.values: 1.1.5 - prop-types: 15.8.1 - resolve: 2.0.0-next.4 - semver: 6.3.0 - string.prototype.matchall: 4.0.7 - dev: true - /eslint-plugin-react/7.31.10_eslint@8.26.0: resolution: {integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==} engines: {node: '>=4'} @@ -3576,7 +3685,7 @@ packages: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.5 - array.prototype.flatmap: 1.3.0 + array.prototype.flatmap: 1.3.1 doctrine: 2.1.0 eslint: 8.26.0 estraverse: 5.3.0 @@ -3592,7 +3701,7 @@ packages: string.prototype.matchall: 4.0.7 dev: true - /eslint-plugin-unicorn/44.0.2_eslint@8.25.0: + /eslint-plugin-unicorn/44.0.2_eslint@8.26.0: resolution: {integrity: sha512-GLIDX1wmeEqpGaKcnMcqRvMVsoabeF0Ton0EX4Th5u6Kmf7RM9WBl705AXFEsns56ESkEs0uyelLuUTvz9Tr0w==} engines: {node: '>=14.18'} peerDependencies: @@ -3601,8 +3710,8 @@ packages: '@babel/helper-validator-identifier': 7.19.1 ci-info: 3.5.0 clean-regexp: 1.0.0 - eslint: 8.25.0 - eslint-utils: 3.0.0_eslint@8.25.0 + eslint: 8.26.0 + eslint-utils: 3.0.0_eslint@8.26.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 @@ -3638,16 +3747,6 @@ packages: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@8.25.0: - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.25.0 - eslint-visitor-keys: 2.1.0 - dev: true - /eslint-utils/3.0.0_eslint@8.26.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} @@ -3673,60 +3772,13 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.25.0: - resolution: {integrity: sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.10.7 - '@humanwhocodes/module-importer': 1.0.1 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.4 - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.25.0 - eslint-visitor-keys: 3.3.0 - espree: 9.4.0 - 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.17.0 - globby: 11.1.0 - grapheme-splitter: 1.0.4 - ignore: 5.2.0 - import-fresh: 3.3.0 - imurmurhash: 0.1.4 - is-glob: 4.0.3 - js-sdsl: 4.1.5 - js-yaml: 4.1.0 - json-stable-stringify-without-jsonify: 1.0.1 - levn: 0.4.1 - lodash.merge: 4.6.2 - minimatch: 3.1.2 - natural-compare: 1.4.0 - optionator: 0.9.1 - regexpp: 3.2.0 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /eslint/8.26.0: resolution: {integrity: sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.11.6 + '@humanwhocodes/config-array': 0.11.7 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -3772,8 +3824,8 @@ packages: resolution: {integrity: sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.8.0 - acorn-jsx: 5.3.2_acorn@8.8.0 + acorn: 8.8.1 + acorn-jsx: 5.3.2_acorn@8.8.1 eslint-visitor-keys: 3.3.0 dev: true @@ -4001,9 +4053,11 @@ packages: define-properties: 1.1.4 es-abstract: 1.20.4 functions-have-names: 1.2.3 + dev: true /functions-have-names/1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + dev: true /gauge/2.7.4: resolution: {integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==} @@ -4063,6 +4117,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.1.3 + dev: true /git-rev-sync/3.0.2: resolution: {integrity: sha512-Nd5RiYpyncjLv0j6IONy0lGzAqdRXUaBctuGBbrEA2m6Bn4iDrN/9MeQTXuiquw8AEKL9D2BW0nw5m/lQvxqnQ==} @@ -4153,6 +4208,11 @@ packages: slash: 4.0.0 dev: true + /gopd/1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.1.3 + /graceful-fs/4.1.15: resolution: {integrity: sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==} dev: true @@ -4167,6 +4227,7 @@ packages: /has-bigints/1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + dev: true /has-dynamic-import/2.0.1: resolution: {integrity: sha512-X3fbtsZmwb6W7fJGR9o7x65fZoodygCrZ3TVycvghP62yYQfS0t4RS0Qcz+j5tQYUKeSWS09tHkWW6WhFV3XhQ==} @@ -4189,6 +4250,7 @@ packages: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.1.3 + dev: true /has-symbols/1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} @@ -4214,21 +4276,21 @@ packages: resolution: {integrity: sha512-Pg7yAvasl8QRsymK/m0S184fDPiz03/VOAdbRbHdsaFcp41drGh9NdzG2jLJHpRuNoWxL/bH0R4kSULT6DvpSw==} engines: {node: '>=14'} dependencies: - '@typescript-eslint/eslint-plugin': 5.40.1_ukgdydjtebaxmxfqp5v5ulh64y - '@typescript-eslint/parser': 5.40.1_z4bbprzjrhnsfa24uvmcbu7f5q - eslint: 8.25.0 - eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-config-standard: 17.0.0_qjhcey4ofknbrbveepk4bditci - eslint-config-standard-with-typescript: 23.0.0_rjacwz3fq4zv3euadsy2vxkwfa - eslint-plugin-etc: 2.0.2_z4bbprzjrhnsfa24uvmcbu7f5q - eslint-plugin-import: 2.26.0_vcunoyu347gmi72pwsm7mdvjca - eslint-plugin-jsdoc: 39.3.13_eslint@8.25.0 - eslint-plugin-n: 15.3.0_eslint@8.25.0 - eslint-plugin-no-only-tests: 3.0.0 - eslint-plugin-promise: 6.1.0_eslint@8.25.0 - eslint-plugin-react: 7.31.10_eslint@8.25.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - eslint-plugin-unicorn: 44.0.2_eslint@8.25.0 + '@typescript-eslint/eslint-plugin': 5.42.0_6xw5wg2354iw4zujk2f3vyfrzu + '@typescript-eslint/parser': 5.42.0_wyqvi574yv7oiwfeinomdzmc3m + eslint: 8.26.0 + eslint-config-prettier: 8.5.0_eslint@8.26.0 + eslint-config-standard: 17.0.0_pxgizx7scytnzv6tfhdgsab7u4 + eslint-config-standard-with-typescript: 23.0.0_cuhm7w6dppd435hmbz5wtjkgum + eslint-plugin-etc: 2.0.2_wyqvi574yv7oiwfeinomdzmc3m + eslint-plugin-import: 2.26.0_5aea5dp4n23mfv4y2mmjxole3e + eslint-plugin-jsdoc: 39.6.2_eslint@8.26.0 + eslint-plugin-n: 15.4.0_eslint@8.26.0 + eslint-plugin-no-only-tests: 3.1.0 + eslint-plugin-promise: 6.1.1_eslint@8.26.0 + eslint-plugin-react: 7.31.10_eslint@8.26.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.26.0 + eslint-plugin-unicorn: 44.0.2_eslint@8.26.0 lint-staged: 13.0.3 prettier: 2.7.1 simple-git-hooks: 2.8.1 @@ -4357,6 +4419,7 @@ packages: get-intrinsic: 1.1.3 has: 1.0.3 side-channel: 1.0.4 + dev: true /interpret/1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} @@ -4383,6 +4446,7 @@ packages: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 + dev: true /is-binary-path/2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} @@ -4397,6 +4461,7 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: true /is-builtin-module/3.2.0: resolution: {integrity: sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==} @@ -4409,8 +4474,8 @@ packages: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - /is-core-module/2.10.0: - resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} + /is-core-module/2.11.0: + resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} dependencies: has: 1.0.3 dev: true @@ -4420,6 +4485,7 @@ packages: engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-error/2.2.2: resolution: {integrity: sha512-IOQqts/aHWbiisY5DuPJQ0gcbvaLFCa7fBa9xoLfxBZvQ+ZI/Zh9xoI7Gk+G64N0FdK4AbibytHht2tWgpJWLg==} @@ -4478,12 +4544,14 @@ packages: /is-negative-zero/2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} + dev: true /is-number-object/1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-number/7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} @@ -4530,6 +4598,7 @@ packages: dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 + dev: true /is-set/2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} @@ -4539,6 +4608,7 @@ packages: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 + dev: true /is-stream/3.0.0: resolution: {integrity: sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==} @@ -4550,21 +4620,23 @@ packages: engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 + dev: true /is-symbol/1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 + dev: true - /is-typed-array/1.1.9: - resolution: {integrity: sha512-kfrlnTTn8pZkfpJMUgYD7YZ3qzeJgWUn8XfVYBARc4wnmNOmLbmuuaAs3q5fvB0UJOn6yHAKaGTPM7d6ezoD/A==} + /is-typed-array/1.1.10: + resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.20.4 for-each: 0.3.3 + gopd: 1.0.1 has-tostringtag: 1.0.0 /is-unicode-supported/0.1.0: @@ -4584,6 +4656,7 @@ packages: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 + dev: true /is-weakset/2.0.2: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} @@ -4995,6 +5068,48 @@ packages: - utf-8-validate dev: true + /miniflare/2.11.0: + resolution: {integrity: sha512-QA18I1VQXdCo4nBtPJUcUDxW8c9xbc5ex5F61jwhkGVOISSnYdEheolESmjr8MYk28xwi0XD1ozS4rLaTONd+w==} + engines: {node: '>=16.13'} + hasBin: true + peerDependencies: + '@miniflare/storage-redis': 2.11.0 + cron-schedule: ^3.0.4 + ioredis: ^4.27.9 + peerDependenciesMeta: + '@miniflare/storage-redis': + optional: true + cron-schedule: + optional: true + ioredis: + optional: true + dependencies: + '@miniflare/cache': 2.11.0 + '@miniflare/cli-parser': 2.11.0 + '@miniflare/core': 2.11.0 + '@miniflare/d1': 2.11.0 + '@miniflare/durable-objects': 2.11.0 + '@miniflare/html-rewriter': 2.11.0 + '@miniflare/http-server': 2.11.0 + '@miniflare/kv': 2.11.0 + '@miniflare/queues': 2.11.0 + '@miniflare/r2': 2.11.0 + '@miniflare/runner-vm': 2.11.0 + '@miniflare/scheduler': 2.11.0 + '@miniflare/shared': 2.11.0 + '@miniflare/sites': 2.11.0 + '@miniflare/storage-file': 2.11.0 + '@miniflare/storage-memory': 2.11.0 + '@miniflare/web-sockets': 2.11.0 + kleur: 4.1.5 + semiver: 1.1.0 + source-map-support: 0.5.21 + undici: 5.9.1 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: true + /minimatch/3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -5072,15 +5187,11 @@ packages: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} dev: true - /multiformats/10.0.1: - resolution: {integrity: sha512-J207iVLyqtKU/hdHUsqhmZ9K1CEArfcezpjohR7rAZaJL9HNnicWNATLcCZ3LTLupet2ca9+AP9OaZ2JK6pXpw==} + /multiformats/10.0.2: + resolution: {integrity: sha512-nJEHLFOYhO4L+aNApHhCnWqa31FyqAHv9Q77AhmwU3KsM2f1j7tuJpCk5ByZ33smzycNCpSG5klNIejIyfFx2A==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dev: false - /multiformats/9.9.0: - resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} - dev: false - /mustache/4.2.0: resolution: {integrity: sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==} hasBin: true @@ -5111,6 +5222,10 @@ packages: resolution: {integrity: sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==} dev: true + /natural-compare-lite/1.4.0: + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + dev: true + /natural-compare/1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true @@ -5139,7 +5254,7 @@ packages: dependencies: '@next/env': 12.3.1 '@swc/helpers': 0.4.11 - caniuse-lite: 1.0.30001421 + caniuse-lite: 1.0.30001429 postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -5164,8 +5279,8 @@ packages: - babel-plugin-macros dev: false - /node-abi/3.26.0: - resolution: {integrity: sha512-jRVtMFTChbi2i/jqo/i2iP9634KMe+7K1v35mIdj3Mn59i5q27ZYhn+sW6npISM/PQg7HrP2kwtRBMmh5Uvzdg==} + /node-abi/3.28.0: + resolution: {integrity: sha512-fRlDb4I0eLcQeUvGq7IY3xHrSb0c9ummdvDSYWfT9+LKP+3jCKw/tKoqaM7r1BAoiAC6GtwyjaGnOz6B3OtF+A==} engines: {node: '>=10'} dependencies: semver: 7.3.8 @@ -5254,6 +5369,7 @@ packages: /object-inspect/1.12.2: resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} + dev: true /object-is/1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} @@ -5266,6 +5382,7 @@ packages: /object-keys/1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} + dev: true /object.assign/4.1.4: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} @@ -5275,6 +5392,7 @@ packages: define-properties: 1.1.4 has-symbols: 1.0.3 object-keys: 1.1.1 + dev: true /object.entries/1.1.5: resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} @@ -5713,7 +5831,7 @@ packages: minimist: 1.2.7 mkdirp-classic: 0.5.3 napi-build-utils: 1.0.2 - node-abi: 3.26.0 + node-abi: 3.28.0 pump: 3.0.0 rc: 1.2.8 simple-get: 4.0.1 @@ -5917,6 +6035,7 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 functions-have-names: 1.2.3 + dev: true /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} @@ -5962,7 +6081,7 @@ packages: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: - is-core-module: 2.10.0 + is-core-module: 2.11.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -5971,7 +6090,7 @@ packages: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: - is-core-module: 2.10.0 + is-core-module: 2.11.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -6053,7 +6172,7 @@ packages: /rxjs/7.5.7: resolution: {integrity: sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 /sade/1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} @@ -6075,6 +6194,7 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.1.3 is-regex: 1.1.4 + dev: true /safe-regex/2.1.1: resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} @@ -6169,6 +6289,7 @@ packages: call-bind: 1.0.2 get-intrinsic: 1.1.3 object-inspect: 1.12.2 + dev: true /signal-exit/3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} @@ -6398,6 +6519,7 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.4 + dev: true /string.prototype.trimstart/1.0.5: resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} @@ -6405,6 +6527,7 @@ packages: call-bind: 1.0.2 define-properties: 1.1.4 es-abstract: 1.20.4 + dev: true /string_decoder/1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} @@ -6519,9 +6642,9 @@ packages: resolution: {integrity: sha512-reNzS3rzsJtKk0f+zJx2XlzIsjJXlIcOIrIxk5shHAG/DzW3BKyMg8UfN79oluYlcWo4lIt56ahLqwgpRT4idg==} hasBin: true dependencies: - array.prototype.every: 1.1.3 + array.prototype.every: 1.1.4 call-bind: 1.0.2 - deep-equal: 2.0.5 + deep-equal: 2.1.0 defined: 1.0.1 dotignore: 0.1.2 for-each: 0.3.3 @@ -6652,8 +6775,8 @@ packages: /tslib/1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib/2.4.0: - resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + /tslib/2.4.1: + resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} /tsutils-etc/1.4.1_mhfzdf4crgayux52p57kxjyixi: resolution: {integrity: sha512-6UPYgc7OXcIW5tFxlsZF3OVSBvDInl/BkS3Xsu64YITXk7WrnWTVByKWPCThFDBp5gl5IGHOzGMdQuDCE7OL4g==} @@ -6665,7 +6788,7 @@ packages: '@types/yargs': 17.0.13 tsutils: 3.21.0_typescript@4.8.4 typescript: 4.8.4 - yargs: 17.6.0 + yargs: 17.6.2 dev: true /tsutils/3.21.0_typescript@4.8.4: @@ -6746,7 +6869,7 @@ packages: resolution: {integrity: sha512-8CWXXZdOvVrIL4SeY/Gnp+idxxiGK4XFkP4FY26Sx/fpTz/b6vv4BVWELMDzQweSyyhdcuAcU14H6izzB6k1Cw==} engines: {node: '>=16.0.0', npm: '>=7.0.0'} dependencies: - multiformats: 10.0.1 + multiformats: 10.0.2 dev: false /unbox-primitive/1.0.2: @@ -6756,6 +6879,7 @@ packages: has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 + dev: true /undici/5.12.0: resolution: {integrity: sha512-zMLamCG62PGjd9HHMpo05bSLvvwWOZgGeiWlN/vlqu3+lRo3elxktVGEyLMX+IO7c2eflLjcW74AlkhEZm15mg==} @@ -6802,8 +6926,8 @@ packages: inherits: 2.0.4 is-arguments: 1.1.1 is-generator-function: 1.0.10 - is-typed-array: 1.1.9 - which-typed-array: 1.1.8 + is-typed-array: 1.1.10 + which-typed-array: 1.1.9 /v8-to-istanbul/9.0.1: resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} @@ -6888,6 +7012,7 @@ packages: is-number-object: 1.0.7 is-string: 1.0.7 is-symbol: 1.0.4 + dev: true /which-collection/1.0.1: resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} @@ -6902,16 +7027,16 @@ packages: resolution: {integrity: sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==} dev: false - /which-typed-array/1.1.8: - resolution: {integrity: sha512-Jn4e5PItbcAHyLoRDwvPj1ypu27DJbtdYXUa5zsinrUx77Uvfb0cXwwnGMTn7cjUfhhqgVQnVJCwF+7cgU7tpw==} + /which-typed-array/1.1.9: + resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==} engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 call-bind: 1.0.2 - es-abstract: 1.20.4 for-each: 0.3.3 + gopd: 1.0.1 has-tostringtag: 1.0.0 - is-typed-array: 1.1.9 + is-typed-array: 1.1.10 /which/2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} @@ -6924,7 +7049,7 @@ packages: /wide-align/1.1.5: resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: - string-width: 1.0.2 + string-width: 4.2.3 dev: true /word-wrap/1.2.3: @@ -6940,8 +7065,8 @@ packages: resolution: {integrity: sha512-y38RiVOEJPmqSSQniVPKQrWE8XocqeRWO9TwgfXTMARzQa3aGwsaBwUdOBn5MJukZwIkGOYsljK76kMGLu5aOA==} dev: false - /wrangler/2.1.13: - resolution: {integrity: sha512-FWarJ9pBaXOU/wj3BoLo1Azi4VvadD0PfDIYfvY9hoKVyPMSr4dpPNUGgtMhsVuDp7K9mdixnmGEJxR7pbs3kQ==} + /wrangler/2.1.15: + resolution: {integrity: sha512-5iqtFNo+zbu1FTnQQU/1Y+WWxIEuPIy71fe0uvqqFl0pSlkAtZJ+ufw8UYVxf2Mprw4ia4mSDdhV+hHpZO1sLQ==} engines: {node: '>=16.13.0'} hasBin: true dependencies: @@ -6959,7 +7084,7 @@ packages: path-to-regexp: 6.2.1 selfsigned: 2.1.1 source-map: 0.7.4 - xxhash-wasm: 1.0.1 + xxhash-wasm: 1.0.2 optionalDependencies: fsevents: 2.3.2 transitivePeerDependencies: @@ -7020,8 +7145,8 @@ packages: utf-8-validate: optional: true - /xxhash-wasm/1.0.1: - resolution: {integrity: sha512-Lc9CTvDrH2vRoiaUzz25q7lRaviMhz90pkx6YxR9EPYtF99yOJnv2cB+CQ0hp/TLoqrUsk8z/W2EN31T568Azw==} + /xxhash-wasm/1.0.2: + resolution: {integrity: sha512-ibF0Or+FivM9lNrg+HGJfVX8WJqgo+kCLDc4vx6xMeTce7Aj+DLttKbxxRR/gNLSAelRc1omAPlJ77N/Jem07A==} dev: true /y18n/4.0.3: @@ -7099,8 +7224,8 @@ packages: yargs-parser: 20.2.4 dev: true - /yargs/17.6.0: - resolution: {integrity: sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==} + /yargs/17.6.2: + resolution: {integrity: sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==} engines: {node: '>=12'} dependencies: cliui: 8.0.1