diff --git a/packages/access-api/package.json b/packages/access-api/package.json index 1ef2894d8..d45f7a749 100644 --- a/packages/access-api/package.json +++ b/packages/access-api/package.json @@ -20,10 +20,10 @@ "dependencies": { "@ipld/dag-ucan": "^3.3.2", "@ucanto/client": "^7.0.1", - "@ucanto/core": "^7.0.1", - "@ucanto/interface": "^7.0.1", + "@ucanto/core": "^8.0.0", + "@ucanto/interface": "^8.0.0", "@ucanto/principal": "^7.0.0", - "@ucanto/server": "^7.0.2", + "@ucanto/server": "^8.0.0", "@ucanto/transport": "^7.0.3", "@ucanto/validator": "^7.0.0", "@web3-storage/access": "workspace:^", @@ -53,7 +53,7 @@ "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "@types/qrcode": "^1.5.0", - "@ucanto/client": "^5.1.0", + "@ucanto/client": "^7.0.1", "better-sqlite3": "8.0.1", "buffer": "^6.0.3", "esbuild": "^0.17.2", diff --git a/packages/access-api/src/routes/validate-email.js b/packages/access-api/src/routes/validate-email.js index 26e8a9aa4..03d885be8 100644 --- a/packages/access-api/src/routes/validate-email.js +++ b/packages/access-api/src/routes/validate-email.js @@ -146,7 +146,7 @@ async function authorize(req, env) { principal: Verifier, }) - if (confirmResult.error) { + if (confirmResult.error || !confirmResult.ok) { throw new Error('error confirming', { cause: confirmResult, }) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index 7cc866a24..52d242115 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -62,8 +62,8 @@ "@ipld/car": "^5.1.1", "@ipld/dag-ucan": "^3.3.2", "@ucanto/client": "^7.0.1", - "@ucanto/core": "^7.0.1", - "@ucanto/interface": "^7.0.1", + "@ucanto/core": "^8.0.0", + "@ucanto/interface": "^8.0.0", "@ucanto/principal": "^7.0.0", "@ucanto/transport": "^7.0.3", "@ucanto/validator": "^7.0.0", @@ -92,7 +92,7 @@ "@types/sinon": "^10.0.13", "@types/varint": "^6.0.1", "@types/ws": "^8.5.4", - "@ucanto/server": "^7.0.2", + "@ucanto/server": "^8.0.0", "assert": "^2.0.0", "hd-scripts": "^4.0.0", "mocha": "^10.2.0", diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index be87cb310..600a7b19d 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -64,8 +64,8 @@ "dist/src/**/*.d.ts.map" ], "dependencies": { - "@ucanto/core": "^7.0.1", - "@ucanto/interface": "^7.0.1", + "@ucanto/core": "^8.0.0", + "@ucanto/interface": "^8.0.0", "@ucanto/principal": "^7.0.0", "@ucanto/transport": "^7.0.3", "@ucanto/validator": "^7.0.0" diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index 54dae3af0..2d0ca124e 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -59,9 +59,9 @@ }, "dependencies": { "@ucanto/client": "^7.0.1", - "@ucanto/interface": "^7.0.1", + "@ucanto/interface": "^8.0.0", "@ucanto/principal": "^7.0.0", - "@ucanto/server": "^7.0.2", + "@ucanto/server": "^8.0.0", "@ucanto/transport": "^7.0.3", "@web3-storage/capabilities": "workspace:^", "multiformats": "^11.0.2", @@ -70,7 +70,7 @@ "devDependencies": { "@ipld/car": "^5.1.1", "@types/mocha": "^10.0.1", - "@ucanto/core": "^7.0.1", + "@ucanto/core": "^8.0.0", "@web-std/blob": "^3.0.4", "@web3-storage/sigv4": "^1.0.2", "hd-scripts": "^4.1.0", diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 84c432fc6..f4759b4c0 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -68,7 +68,7 @@ "@ipld/dag-ucan": "^3.2.0", "@ipld/unixfs": "^2.1.1", "@ucanto/client": "^7.0.1", - "@ucanto/interface": "^7.0.1", + "@ucanto/interface": "^8.0.0", "@ucanto/transport": "^7.0.3", "@web3-storage/capabilities": "workspace:^", "ipfs-utils": "^9.0.14", @@ -80,7 +80,7 @@ "@types/assert": "^1.5.6", "@types/mocha": "^10.0.1", "@ucanto/principal": "^7.0.0", - "@ucanto/server": "^7.0.2", + "@ucanto/server": "^8.0.0", "assert": "^2.0.0", "blockstore-core": "^3.0.0", "c8": "^7.13.0", diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index b6eb01f66..2ed976eed 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -75,8 +75,8 @@ "dependencies": { "@ipld/dag-ucan": "^3.3.2", "@ucanto/client": "^7.0.1", - "@ucanto/core": "^7.0.1", - "@ucanto/interface": "^7.0.1", + "@ucanto/core": "^8.0.0", + "@ucanto/interface": "^8.0.0", "@ucanto/principal": "^7.0.0", "@ucanto/transport": "^7.0.3", "@web3-storage/access": "workspace:^", @@ -87,7 +87,7 @@ "@docusaurus/core": "^2.2.0", "@ipld/car": "^5.1.1", "@types/mocha": "^10.0.1", - "@ucanto/server": "^7.0.2", + "@ucanto/server": "^8.0.0", "assert": "^2.0.0", "c8": "^7.13.0", "docusaurus-plugin-typedoc": "^0.18.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e5af95a0..416e5a153 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -16,7 +16,7 @@ importers: devDependencies: '@docusaurus/core': specifier: ^2.3.1 - version: 2.3.1(eslint@8.36.0)(typescript@4.9.5) + version: 2.3.1(typescript@4.9.5) docusaurus-plugin-typedoc: specifier: ^0.18.0 version: 0.18.0(typedoc-plugin-markdown@3.14.0)(typedoc@0.23.28) @@ -42,17 +42,17 @@ importers: specifier: ^7.0.1 version: 7.0.1 '@ucanto/core': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/interface': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/principal': specifier: ^7.0.0 version: 7.0.0 '@ucanto/server': - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/transport': specifier: ^7.0.3 version: 7.0.3 @@ -190,11 +190,11 @@ importers: specifier: ^7.0.1 version: 7.0.1 '@ucanto/core': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/interface': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/principal': specifier: ^7.0.0 version: 7.0.0 @@ -275,8 +275,8 @@ importers: specifier: ^8.5.4 version: 8.5.4 '@ucanto/server': - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.0 + version: 8.0.0 assert: specifier: ^2.0.0 version: 2.0.0 @@ -305,11 +305,11 @@ importers: packages/capabilities: dependencies: '@ucanto/core': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/interface': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/principal': specifier: ^7.0.0 version: 7.0.0 @@ -372,14 +372,14 @@ importers: specifier: ^7.0.1 version: 7.0.1 '@ucanto/interface': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/principal': specifier: ^7.0.0 version: 7.0.0 '@ucanto/server': - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/transport': specifier: ^7.0.3 version: 7.0.3 @@ -400,8 +400,8 @@ importers: specifier: ^10.0.1 version: 10.0.1 '@ucanto/core': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@web-std/blob': specifier: ^3.0.4 version: 3.0.4 @@ -430,8 +430,8 @@ importers: specifier: ^7.0.1 version: 7.0.1 '@ucanto/interface': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/transport': specifier: ^7.0.3 version: 7.0.3 @@ -461,8 +461,8 @@ importers: specifier: ^7.0.0 version: 7.0.0 '@ucanto/server': - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.0 + version: 8.0.0 assert: specifier: ^2.0.0 version: 2.0.0 @@ -503,11 +503,11 @@ importers: specifier: ^7.0.1 version: 7.0.1 '@ucanto/core': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/interface': - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^8.0.0 + version: 8.0.0 '@ucanto/principal': specifier: ^7.0.0 version: 7.0.0 @@ -526,7 +526,7 @@ importers: devDependencies: '@docusaurus/core': specifier: ^2.2.0 - version: 2.3.1(eslint@8.39.0)(typescript@4.9.5) + version: 2.3.1(typescript@4.9.5) '@ipld/car': specifier: ^5.1.1 version: 5.1.1 @@ -534,8 +534,8 @@ importers: specifier: ^10.0.1 version: 10.0.1 '@ucanto/server': - specifier: ^7.0.2 - version: 7.0.2 + specifier: ^8.0.0 + version: 8.0.0 assert: specifier: ^2.0.0 version: 2.0.0 @@ -565,7 +565,7 @@ importers: version: 8.2.0 standard: specifier: ^17.0.0 - version: 17.0.0(@typescript-eslint/parser@5.57.0) + version: 17.0.0 typedoc: specifier: ^0.23.24 version: 0.23.28(typescript@4.9.5) @@ -618,7 +618,7 @@ packages: '@babel/traverse': 7.21.3 '@babel/types': 7.21.3 convert-source-map: 1.9.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 lodash: 4.17.21 @@ -644,7 +644,7 @@ packages: '@babel/traverse': 7.21.3 '@babel/types': 7.21.3 convert-source-map: 1.9.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.0 @@ -728,7 +728,7 @@ packages: '@babel/core': 7.21.3 '@babel/helper-compilation-targets': 7.20.7(@babel/core@7.21.3) '@babel/helper-plugin-utils': 7.20.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 semver: 6.3.0 @@ -1933,7 +1933,7 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.21.3 '@babel/types': 7.21.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -1984,7 +1984,7 @@ packages: engines: {node: '>=10.0.0'} dev: true - /@docusaurus/core@2.3.1(eslint@8.36.0)(typescript@4.9.5): + /@docusaurus/core@2.3.1(typescript@4.9.5): resolution: {integrity: sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==} engines: {node: '>=16.14'} hasBin: true @@ -2047,110 +2047,7 @@ packages: postcss: 8.4.21 postcss-loader: 7.1.0(postcss@8.4.21)(webpack@5.76.3) prompts: 2.4.2 - react-dev-utils: 12.0.1(eslint@8.36.0)(typescript@4.9.5)(webpack@5.76.3) - react-helmet-async: 1.3.0 - react-loadable: /@docusaurus/react-loadable@5.5.2 - react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.76.3) - react-router: 5.3.4 - react-router-config: 5.1.1(react-router@5.3.4) - react-router-dom: 5.3.4 - rtl-detect: 1.0.4 - semver: 7.3.8 - serve-handler: 6.1.5 - shelljs: 0.8.5 - terser-webpack-plugin: 5.3.7(webpack@5.76.3) - tslib: 2.5.0 - update-notifier: 5.1.0 - url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.76.3) - wait-on: 6.0.1 - webpack: 5.76.3 - webpack-bundle-analyzer: 4.8.0 - webpack-dev-server: 4.13.1(webpack@5.76.3) - webpack-merge: 5.8.0 - webpackbar: 5.0.2(webpack@5.76.3) - transitivePeerDependencies: - - '@docusaurus/types' - - '@parcel/css' - - '@swc/core' - - '@swc/css' - - bufferutil - - csso - - debug - - esbuild - - eslint - - lightningcss - - supports-color - - typescript - - uglify-js - - utf-8-validate - - vue-template-compiler - - webpack-cli - dev: true - - /@docusaurus/core@2.3.1(eslint@8.39.0)(typescript@4.9.5): - resolution: {integrity: sha512-0Jd4jtizqnRAr7svWaBbbrCCN8mzBNd2xFLoT/IM7bGfFie5y58oz97KzXliwiLY3zWjqMXjQcuP1a5VgCv2JA==} - engines: {node: '>=16.14'} - hasBin: true - peerDependencies: - react: ^16.8.4 || ^17.0.0 - react-dom: ^16.8.4 || ^17.0.0 - peerDependenciesMeta: - react: - optional: true - react-dom: - optional: true - dependencies: - '@babel/core': 7.21.3 - '@babel/generator': 7.21.3 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.3) - '@babel/plugin-transform-runtime': 7.21.0(@babel/core@7.21.3) - '@babel/preset-env': 7.20.2(@babel/core@7.21.3) - '@babel/preset-react': 7.18.6(@babel/core@7.21.3) - '@babel/preset-typescript': 7.21.0(@babel/core@7.21.3) - '@babel/runtime': 7.21.0 - '@babel/runtime-corejs3': 7.21.0 - '@babel/traverse': 7.21.3 - '@docusaurus/cssnano-preset': 2.3.1 - '@docusaurus/logger': 2.3.1 - '@docusaurus/mdx-loader': 2.3.1 - '@docusaurus/react-loadable': 5.5.2 - '@docusaurus/utils': 2.3.1 - '@docusaurus/utils-common': 2.3.1 - '@docusaurus/utils-validation': 2.3.1 - '@slorber/static-site-generator-webpack-plugin': 4.0.7 - '@svgr/webpack': 6.5.1 - autoprefixer: 10.4.14(postcss@8.4.21) - babel-loader: 8.3.0(@babel/core@7.21.3)(webpack@5.76.3) - babel-plugin-dynamic-import-node: 2.3.3 - boxen: 6.2.1 - chalk: 4.1.2 - chokidar: 3.5.3 - clean-css: 5.3.2 - cli-table3: 0.6.3 - combine-promises: 1.1.0 - commander: 5.1.0 - copy-webpack-plugin: 11.0.0(webpack@5.76.3) - core-js: 3.29.1 - css-loader: 6.7.3(webpack@5.76.3) - css-minimizer-webpack-plugin: 4.2.2(clean-css@5.3.2)(webpack@5.76.3) - cssnano: 5.1.15(postcss@8.4.21) - del: 6.1.1 - detect-port: 1.5.1 - escape-html: 1.0.3 - eta: 2.0.1 - file-loader: 6.2.0(webpack@5.76.3) - fs-extra: 10.1.0 - html-minifier-terser: 6.1.0 - html-tags: 3.2.0 - html-webpack-plugin: 5.5.0(webpack@5.76.3) - import-fresh: 3.3.0 - leven: 3.1.0 - lodash: 4.17.21 - mini-css-extract-plugin: 2.7.5(webpack@5.76.3) - postcss: 8.4.21 - postcss-loader: 7.1.0(postcss@8.4.21)(webpack@5.76.3) - prompts: 2.4.2 - react-dev-utils: 12.0.1(eslint@8.39.0)(typescript@4.9.5)(webpack@5.76.3) + react-dev-utils: 12.0.1(typescript@4.9.5)(webpack@5.76.3) react-helmet-async: 1.3.0 react-loadable: /@docusaurus/react-loadable@5.5.2 react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.76.3) @@ -2971,32 +2868,17 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.39.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - dependencies: - eslint: 8.39.0 - eslint-visitor-keys: 3.3.0 - dev: true - /@eslint-community/regexpp@4.4.1: resolution: {integrity: sha512-BISJ6ZE4xQsuL/FmsyRaiffpq977bMlsKfGHTQrOGFErfByxIe6iZTxPf/00Zon9b9a7iUykfQwejN3s2ZW/Bw==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint-community/regexpp@4.5.0: - resolution: {integrity: sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - dev: true - /@eslint/eslintrc@1.4.1: resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 espree: 9.4.1 globals: 13.20.0 ignore: 5.2.4 @@ -3013,7 +2895,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 espree: 9.5.0 globals: 13.20.0 ignore: 5.2.4 @@ -3025,33 +2907,11 @@ packages: - supports-color dev: true - /@eslint/eslintrc@2.0.2: - resolution: {integrity: sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - ajv: 6.12.6 - debug: 4.3.4(supports-color@8.1.1) - espree: 9.5.1 - globals: 13.20.0 - ignore: 5.2.4 - import-fresh: 3.3.0 - js-yaml: 4.1.0 - minimatch: 3.1.2 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /@eslint/js@8.36.0: resolution: {integrity: sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@eslint/js@8.39.0: - resolution: {integrity: sha512-kf9RB0Fg7NZfap83B3QOqOGg9QmD9yBudqQXzzOtn3i4y7ZUXe5ONeW34Gwi+TxhH4mvj72R1Zc300KUMa9Bng==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} dev: true @@ -3067,7 +2927,7 @@ packages: engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -4090,7 +3950,7 @@ packages: '@typescript-eslint/scope-manager': 5.50.0 '@typescript-eslint/type-utils': 5.50.0(eslint@8.33.0)(typescript@4.9.5) '@typescript-eslint/utils': 5.50.0(eslint@8.33.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 eslint: 8.33.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 @@ -4103,7 +3963,7 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin@5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.39.0)(typescript@4.9.5): + /@typescript-eslint/eslint-plugin@5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.36.0)(typescript@4.9.5): resolution: {integrity: sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4115,12 +3975,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.1 - '@typescript-eslint/parser': 5.57.0(eslint@8.39.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.57.0(eslint@8.36.0)(typescript@4.9.5) '@typescript-eslint/scope-manager': 5.57.0 - '@typescript-eslint/type-utils': 5.57.0(eslint@8.39.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.57.0(eslint@8.39.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) - eslint: 8.39.0 + '@typescript-eslint/type-utils': 5.57.0(eslint@8.36.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.57.0(eslint@8.36.0)(typescript@4.9.5) + debug: 4.3.4 + eslint: 8.36.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -4170,7 +4030,7 @@ packages: '@typescript-eslint/scope-manager': 5.50.0 '@typescript-eslint/types': 5.50.0 '@typescript-eslint/typescript-estree': 5.50.0(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 eslint: 8.33.0 typescript: 4.9.5 transitivePeerDependencies: @@ -4190,33 +4050,13 @@ packages: '@typescript-eslint/scope-manager': 5.57.0 '@typescript-eslint/types': 5.57.0 '@typescript-eslint/typescript-estree': 5.57.0(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 eslint: 8.36.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.57.0(eslint@8.39.0)(typescript@4.9.5): - resolution: {integrity: sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==} - 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.57.0 - '@typescript-eslint/types': 5.57.0 - '@typescript-eslint/typescript-estree': 5.57.0(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) - eslint: 8.39.0 - typescript: 4.9.5 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/scope-manager@5.50.0: resolution: {integrity: sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -4245,7 +4085,7 @@ packages: dependencies: '@typescript-eslint/typescript-estree': 5.50.0(typescript@4.9.5) '@typescript-eslint/utils': 5.50.0(eslint@8.33.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 eslint: 8.33.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 @@ -4253,7 +4093,7 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils@5.57.0(eslint@8.39.0)(typescript@4.9.5): + /@typescript-eslint/type-utils@5.57.0(eslint@8.36.0)(typescript@4.9.5): resolution: {integrity: sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -4264,9 +4104,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.57.0(typescript@4.9.5) - '@typescript-eslint/utils': 5.57.0(eslint@8.39.0)(typescript@4.9.5) - debug: 4.3.4(supports-color@8.1.1) - eslint: 8.39.0 + '@typescript-eslint/utils': 5.57.0(eslint@8.36.0)(typescript@4.9.5) + debug: 4.3.4 + eslint: 8.36.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -4294,7 +4134,7 @@ packages: dependencies: '@typescript-eslint/types': 5.50.0 '@typescript-eslint/visitor-keys': 5.50.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 @@ -4315,7 +4155,7 @@ packages: dependencies: '@typescript-eslint/types': 5.57.0 '@typescript-eslint/visitor-keys': 5.57.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 @@ -4365,19 +4205,19 @@ packages: - typescript dev: true - /@typescript-eslint/utils@5.57.0(eslint@8.39.0)(typescript@4.9.5): + /@typescript-eslint/utils@5.57.0(eslint@8.36.0)(typescript@4.9.5): resolution: {integrity: sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.57.0 '@typescript-eslint/types': 5.57.0 '@typescript-eslint/typescript-estree': 5.57.0(typescript@4.9.5) - eslint: 8.39.0 + eslint: 8.36.0 eslint-scope: 5.1.1 semver: 7.3.8 transitivePeerDependencies: @@ -4404,21 +4244,21 @@ packages: /@ucanto/client@7.0.1: resolution: {integrity: sha512-Rn1rX77UNyMAnJmVhmnSvESgVgRkVvEo7+j6q/FAQijZS83GPF/jr3Ln7Xbc88548ilcAViFjNGK0TpKBl/rAQ==} dependencies: - '@ucanto/core': 7.0.1 - '@ucanto/interface': 7.0.1 + '@ucanto/core': 8.0.0 + '@ucanto/interface': 8.0.0 dev: false - /@ucanto/core@7.0.1: - resolution: {integrity: sha512-XCcPlGkjLo+a0r3ejxjy3OZouwoABKIBU0sZO8OjdDjX3TP2y24KfmNjL+3y6i9wqid6Fpc/S9gVvUGMYEJeJA==} + /@ucanto/core@8.0.0: + resolution: {integrity: sha512-Ne45bH0uUhAexNkJWj8tYsvKut58LaL3rsu30vxVh+ybkj47nD02mY8KqW+vCHY80E1ubPcjlHuCt0+efR9bgw==} dependencies: '@ipld/car': 5.1.1 '@ipld/dag-cbor': 9.0.0 '@ipld/dag-ucan': 3.3.2 - '@ucanto/interface': 7.0.1 + '@ucanto/interface': 8.0.0 multiformats: 11.0.2 - /@ucanto/interface@7.0.1: - resolution: {integrity: sha512-OdIbpyEMg3yejlHP4Jjb+3zOj2JF3H/E6S9m+AfDLxnxUlJ3f7AM5VWTdkHMXN9VpOSko+cn56MXFD34qnccKw==} + /@ucanto/interface@8.0.0: + resolution: {integrity: sha512-xeJJYdGAPKOYbCiG8BsGmyoBovZDtVya+42Gtd8fViZeNSS3h0f2BPDBS91YFOxSGswqCd2fqvrfrlg3TTMmZw==} dependencies: '@ipld/dag-ucan': 3.3.2 multiformats: 11.0.2 @@ -4428,22 +4268,22 @@ packages: dependencies: '@ipld/dag-ucan': 3.3.2 '@noble/ed25519': 1.7.3 - '@ucanto/interface': 7.0.1 + '@ucanto/interface': 8.0.0 multiformats: 11.0.2 one-webcrypto: 1.0.3 - /@ucanto/server@7.0.2: - resolution: {integrity: sha512-U1wM01abvrNUlnVbFWaE6Vr02L6iPi+sYboBcvrqTFNkefQ0FYuQ38OqSlH0bE1pKMvhvCjJM1f7MD0LkrsHwA==} + /@ucanto/server@8.0.0: + resolution: {integrity: sha512-ISpDq6CHSmxgACtLHaVziwWuQrvBRyOzhyjqP9D8v34ltMQSev0yHsB9/3WT+2+66odm80xZ0OVbpJ4mTnqApg==} dependencies: - '@ucanto/core': 7.0.1 - '@ucanto/interface': 7.0.1 + '@ucanto/core': 8.0.0 + '@ucanto/interface': 8.0.0 '@ucanto/validator': 7.0.0 /@ucanto/transport@7.0.3: resolution: {integrity: sha512-znDhFd6+gAOyqNTpzIqpLIfEWO6J0JYG5TQaPV1SP4B73Idad/WYMVTZpTNUGY2B2BmY42iyzbvnNUsCKzwxEg==} dependencies: - '@ucanto/core': 7.0.1 - '@ucanto/interface': 7.0.1 + '@ucanto/core': 8.0.0 + '@ucanto/interface': 8.0.0 dev: false /@ucanto/validator@7.0.0: @@ -4451,8 +4291,8 @@ packages: dependencies: '@ipld/car': 5.1.1 '@ipld/dag-cbor': 9.0.0 - '@ucanto/core': 7.0.1 - '@ucanto/interface': 7.0.1 + '@ucanto/core': 8.0.0 + '@ucanto/interface': 8.0.0 multiformats: 11.0.2 /@vue/compiler-core@3.2.47: @@ -4734,7 +4574,7 @@ packages: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -4755,10 +4595,8 @@ packages: indent-string: 5.0.0 dev: true - /ajv-formats@2.1.1(ajv@8.12.0): + /ajv-formats@2.1.1: resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} - peerDependencies: - ajv: ^8.0.0 peerDependenciesMeta: ajv: optional: true @@ -5707,7 +5545,7 @@ packages: engines: {node: '>=12'} dependencies: ajv: 8.12.0 - ajv-formats: 2.1.1(ajv@8.12.0) + ajv-formats: 2.1.1 atomically: 1.7.0 debounce-fn: 4.0.0 dot-prop: 6.0.1 @@ -6113,6 +5951,17 @@ packages: ms: 2.1.3 dev: true + /debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + dependencies: + ms: 2.1.2 + /debug@4.3.4(supports-color@8.1.1): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -6124,6 +5973,7 @@ packages: dependencies: ms: 2.1.2 supports-color: 8.1.1 + dev: true /decamelize@1.2.0: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} @@ -6246,7 +6096,7 @@ packages: '@vue/compiler-sfc': 3.2.47 camelcase: 6.3.0 cosmiconfig: 7.1.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 deps-regex: 0.1.4 ignore: 5.2.4 is-core-module: 2.11.0 @@ -6318,7 +6168,7 @@ packages: hasBin: true dependencies: address: 1.2.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -6768,7 +6618,7 @@ packages: eslint-plugin-react: ^7.28.0 dependencies: eslint: 8.33.0 - eslint-plugin-react: 7.32.2(eslint@8.39.0) + eslint-plugin-react: 7.32.2(eslint@8.33.0) dev: true /eslint-config-standard-with-typescript@30.0.0(@typescript-eslint/eslint-plugin@5.50.0)(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.6.1)(eslint-plugin-promise@6.1.1)(eslint@8.33.0)(typescript@4.9.5): @@ -6803,7 +6653,7 @@ packages: eslint-plugin-promise: ^6.0.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.39.0)(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.36.0)(typescript@4.9.5) '@typescript-eslint/parser': 5.57.0(eslint@8.36.0)(typescript@4.9.5) eslint: 8.36.0 eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.6.1)(eslint-plugin-promise@6.1.1)(eslint@8.36.0) @@ -6933,7 +6783,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.57.0(eslint@8.39.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.57.0(eslint@8.36.0)(typescript@4.9.5) debug: 3.2.7 eslint: 8.36.0 eslint-import-resolver-node: 0.3.7 @@ -6941,7 +6791,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.57.0)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0): + /eslint-module-utils@2.7.4(eslint-import-resolver-node@0.3.7)(eslint@8.33.0): resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -6962,9 +6812,8 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.57.0(eslint@8.39.0)(typescript@4.9.5) debug: 3.2.7 - eslint: 8.39.0 + eslint: 8.33.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color @@ -6992,17 +6841,6 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-es@4.1.0(eslint@8.39.0): - resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} - engines: {node: '>=8.10.0'} - peerDependencies: - eslint: '>=4.19.1' - dependencies: - eslint: 8.39.0 - eslint-utils: 2.1.0 - regexpp: 3.2.0 - dev: true - /eslint-plugin-etc@2.0.2(eslint@8.33.0)(typescript@4.9.5): resolution: {integrity: sha512-g3b95LCdTCwZA8On9EICYL8m1NMWaiGfmNUd/ftZTeGZDXrwujKXUr+unYzqKjKFo1EbqJ31vt+Dqzrdm/sUcw==} peerDependencies: @@ -7082,7 +6920,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.57.0(eslint@8.39.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.57.0(eslint@8.36.0)(typescript@4.9.5) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -7105,7 +6943,7 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.57.0)(eslint@8.39.0): + /eslint-plugin-import@2.27.5(eslint@8.33.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -7115,15 +6953,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.57.0(eslint@8.39.0)(typescript@4.9.5) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.39.0 + eslint: 8.33.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.57.0)(eslint-import-resolver-node@0.3.7)(eslint@8.39.0) + eslint-module-utils: 2.7.4(eslint-import-resolver-node@0.3.7)(eslint@8.33.0) has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -7146,7 +6983,7 @@ packages: dependencies: '@es-joy/jsdoccomment': 0.36.1 comment-parser: 1.3.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 escape-string-regexp: 4.0.0 eslint: 8.33.0 esquery: 1.4.0 @@ -7164,7 +7001,7 @@ packages: dependencies: '@es-joy/jsdoccomment': 0.37.0 comment-parser: 1.3.1 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 escape-string-regexp: 4.0.0 eslint: 8.36.0 esquery: 1.5.0 @@ -7208,23 +7045,6 @@ packages: semver: 7.3.8 dev: true - /eslint-plugin-n@15.6.1(eslint@8.39.0): - resolution: {integrity: sha512-R9xw9OtCRxxaxaszTQmQAlPgM+RdGjaL1akWuY/Fv9fRAi8Wj4CUKc6iYVG8QNRjRuo8/BqVYIpfqberJUEacA==} - engines: {node: '>=12.22.0'} - peerDependencies: - eslint: '>=7.0.0' - dependencies: - builtins: 5.0.1 - eslint: 8.39.0 - eslint-plugin-es: 4.1.0(eslint@8.39.0) - eslint-utils: 3.0.0(eslint@8.39.0) - ignore: 5.2.4 - 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.1.0: resolution: {integrity: sha512-Lf4YW/bL6Un1R6A76pRZyE1dl1vr31G/ev8UzIc/geCgFWyrKil8hVjYqWVKGB/UIGmb6Slzs9T0wNezdSVegw==} engines: {node: '>=5.0.0'} @@ -7248,15 +7068,6 @@ packages: eslint: 8.36.0 dev: true - /eslint-plugin-promise@6.1.1(eslint@8.39.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.39.0 - dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.33.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} @@ -7323,30 +7134,6 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-react@7.32.2(eslint@8.39.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: 8.39.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: true - /eslint-plugin-unicorn@45.0.2(eslint@8.33.0): resolution: {integrity: sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==} engines: {node: '>=14.18'} @@ -7413,14 +7200,6 @@ packages: estraverse: 5.3.0 dev: true - /eslint-scope@7.2.0: - resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - esrecurse: 4.3.0 - estraverse: 5.3.0 - dev: true - /eslint-utils@2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} engines: {node: '>=6'} @@ -7448,16 +7227,6 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /eslint-utils@3.0.0(eslint@8.39.0): - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5' - dependencies: - eslint: 8.39.0 - eslint-visitor-keys: 2.1.0 - dev: true - /eslint-visitor-keys@1.3.0: resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} engines: {node: '>=4'} @@ -7473,11 +7242,6 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint-visitor-keys@3.4.0: - resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /eslint@8.33.0: resolution: {integrity: sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -7490,7 +7254,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 @@ -7541,7 +7305,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 @@ -7575,55 +7339,6 @@ packages: - supports-color dev: true - /eslint@8.39.0: - resolution: {integrity: sha512-mwiok6cy7KTW7rBpo05k6+p4YVZByLNjAZ/ACB9DRCu4YDRwjXI01tWHp6KAUWelsBetTxKK/2sHB0vdS8Z2Og==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true - dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.39.0) - '@eslint-community/regexpp': 4.5.0 - '@eslint/eslintrc': 2.0.2 - '@eslint/js': 8.39.0 - '@humanwhocodes/config-array': 0.11.8 - '@humanwhocodes/module-importer': 1.0.1 - '@nodelib/fs.walk': 1.2.8 - ajv: 6.12.6 - chalk: 4.1.2 - cross-spawn: 7.0.3 - debug: 4.3.4(supports-color@8.1.1) - doctrine: 3.0.0 - escape-string-regexp: 4.0.0 - eslint-scope: 7.2.0 - eslint-visitor-keys: 3.4.0 - espree: 9.5.1 - esquery: 1.5.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 - grapheme-splitter: 1.0.4 - 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.4.0 - 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 - strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 - text-table: 0.2.0 - transitivePeerDependencies: - - supports-color - dev: true - /espree@9.4.1: resolution: {integrity: sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -7642,15 +7357,6 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /espree@9.5.1: - resolution: {integrity: sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==} - 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) - eslint-visitor-keys: 3.4.0 - dev: true - /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -8017,7 +7723,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.36.0)(typescript@4.9.5)(webpack@5.76.3): + /fork-ts-checker-webpack-plugin@6.5.3(typescript@4.9.5)(webpack@5.76.3): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -8037,39 +7743,6 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.1 - eslint: 8.36.0 - fs-extra: 9.1.0 - glob: 7.2.3 - memfs: 3.4.13 - minimatch: 3.1.2 - schema-utils: 2.7.0 - semver: 7.3.8 - tapable: 1.1.3 - typescript: 4.9.5 - webpack: 5.76.3 - dev: true - - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.39.0)(typescript@4.9.5)(webpack@5.76.3): - resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} - engines: {node: '>=10', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - '@babel/code-frame': 7.18.6 - '@types/json-schema': 7.0.11 - chalk: 4.1.2 - chokidar: 3.5.3 - cosmiconfig: 6.0.0 - deepmerge: 4.3.1 - eslint: 8.39.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.13 @@ -8440,6 +8113,7 @@ packages: /has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} + dev: true /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} @@ -8603,8 +8277,8 @@ packages: resolution: {integrity: sha512-wFecqDH+tW/Ajg993eFGLe1i7rVGrZkSZv1Zitsj3dGnvURLa/+Up+L46+MPFFCq7qhwBLoooL/Rs3cpjqbTVg==} engines: {node: '>=14'} dependencies: - '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.39.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.57.0(eslint@8.39.0)(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 5.57.0(@typescript-eslint/parser@5.57.0)(eslint@8.36.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.57.0(eslint@8.36.0)(typescript@4.9.5) eslint: 8.36.0 eslint-config-prettier: 8.8.0(eslint@8.36.0) eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.6.1)(eslint-plugin-promise@6.1.1)(eslint@8.36.0) @@ -8790,7 +8464,7 @@ packages: engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 transitivePeerDependencies: - supports-color dev: true @@ -9545,10 +9219,6 @@ packages: resolution: {integrity: sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==} dev: true - /js-sdsl@4.4.0: - resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==} - dev: true - /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -9745,7 +9415,7 @@ packages: cli-truncate: 3.1.0 colorette: 2.0.19 commander: 9.5.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 execa: 6.1.0 lilconfig: 2.0.6 listr2: 5.0.7 @@ -9768,7 +9438,7 @@ packages: chalk: 5.2.0 cli-truncate: 3.1.0 commander: 10.0.0 - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 execa: 7.1.1 lilconfig: 2.1.0 listr2: 5.0.8 @@ -11690,7 +11360,7 @@ packages: strip-json-comments: 2.0.1 dev: true - /react-dev-utils@12.0.1(eslint@8.36.0)(typescript@4.9.5)(webpack@5.76.3): + /react-dev-utils@12.0.1(typescript@4.9.5)(webpack@5.76.3): resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -11709,49 +11379,7 @@ packages: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.36.0)(typescript@4.9.5)(webpack@5.76.3) - global-modules: 2.0.0 - globby: 11.1.0 - gzip-size: 6.0.0 - immer: 9.0.19 - is-root: 2.1.0 - loader-utils: 3.2.1 - 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.8.0 - strip-ansi: 6.0.1 - text-table: 0.2.0 - typescript: 4.9.5 - webpack: 5.76.3 - transitivePeerDependencies: - - eslint - - supports-color - - vue-template-compiler - dev: true - - /react-dev-utils@12.0.1(eslint@8.39.0)(typescript@4.9.5)(webpack@5.76.3): - resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=2.7' - webpack: '>=4' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/code-frame': 7.18.6 - 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.3(eslint@8.39.0)(typescript@4.9.5)(webpack@5.76.3) + fork-ts-checker-webpack-plugin: 6.5.3(typescript@4.9.5)(webpack@5.76.3) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -12317,7 +11945,7 @@ packages: dependencies: '@types/json-schema': 7.0.11 ajv: 8.12.0 - ajv-formats: 2.1.1(ajv@8.12.0) + ajv-formats: 2.1.1 ajv-keywords: 5.1.0(ajv@8.12.0) dev: true @@ -12699,7 +12327,7 @@ packages: /spdy-transport@3.0.0: resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -12713,7 +12341,7 @@ packages: resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.4(supports-color@8.1.1) + debug: 4.3.4 handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -12744,7 +12372,7 @@ packages: xdg-basedir: 4.0.0 dev: true - /standard@17.0.0(@typescript-eslint/parser@5.57.0): + /standard@17.0.0: resolution: {integrity: sha512-GlCM9nzbLUkr+TYR5I2WQoIah4wHA2lMauqbyPLV/oI5gJxqhHzhjl9EG2N0lr/nRqI3KCbCvm/W3smxvLaChA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true @@ -12752,10 +12380,10 @@ packages: eslint: 8.33.0 eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.6.1)(eslint-plugin-promise@6.1.1)(eslint@8.33.0) eslint-config-standard-jsx: 11.0.0(eslint-plugin-react@7.32.2)(eslint@8.33.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.57.0)(eslint@8.39.0) - eslint-plugin-n: 15.6.1(eslint@8.39.0) - eslint-plugin-promise: 6.1.1(eslint@8.39.0) - eslint-plugin-react: 7.32.2(eslint@8.39.0) + eslint-plugin-import: 2.27.5(eslint@8.33.0) + eslint-plugin-n: 15.6.1(eslint@8.33.0) + eslint-plugin-promise: 6.1.1(eslint@8.33.0) + eslint-plugin-react: 7.32.2(eslint@8.33.0) standard-engine: 15.0.0 transitivePeerDependencies: - '@typescript-eslint/parser' @@ -12984,6 +12612,7 @@ packages: engines: {node: '>=10'} dependencies: has-flag: 4.0.0 + dev: true /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}