From 38a26cd525aae03a5b1f266a4e07ca15258d45ee Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 14 May 2024 14:56:01 +0100 Subject: [PATCH 1/2] Added linting for pnpm-lock file quotes --- .prettierrc | 6 + package.json | 4 +- pnpm-lock.yaml | 10768 +++++++++++++++++++++++------------------------ 3 files changed, 5392 insertions(+), 5386 deletions(-) diff --git a/.prettierrc b/.prettierrc index 7ea88fcd47a..b15e274dfe6 100644 --- a/.prettierrc +++ b/.prettierrc @@ -24,6 +24,12 @@ "options": { "useTabs": false } + }, + { + "files": ["pnpm-lock.yaml"], + "options": { + "singleQuote": true + } } ] } \ No newline at end of file diff --git a/package.json b/package.json index 15e8fd08c88..3069b79e659 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "lint:fix": "pnpm lint:check --fix", "lint:md-links": "tsx ./scripts/lint-md-links", "lint:package-jsons": "tsx ./scripts/lint-package-jsons", - "prettier:check": "prettier --check packages --check apps/docs-snippets", - "prettier:format": "prettier --write packages --check apps/docs-snippets", + "prettier:check": "prettier --check pnpm-lock.yaml --check packages --check apps/docs-snippets", + "prettier:format": "prettier --write pnpm-lock.yaml --write packages --check apps/docs-snippets", "verify:package-exports": "tsx ./scripts/verify-package-exports", "changeset:publish": "tsx ./scripts/changeset/changeset-publish", "changeset:next": "tsx ./scripts/changeset/changeset-next", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b7634c354d..25a65f21355 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: "9.0" +lockfileVersion: '9.0' settings: autoInstallPeers: true @@ -10,61 +10,61 @@ overrides: importers: .: devDependencies: - "@actions/core": + '@actions/core': specifier: ^1.10.1 version: 1.10.1 - "@actions/github": + '@actions/github': specifier: ^6.0.0 version: 6.0.0 - "@changesets/cli": + '@changesets/cli': specifier: ^2.27.1 version: 2.27.1 - "@changesets/get-github-info": + '@changesets/get-github-info': specifier: ^0.5.2 version: 0.5.2 - "@changesets/read": + '@changesets/read': specifier: ^0.6.0 version: 0.6.0 - "@changesets/types": + '@changesets/types': specifier: ^6.0.0 version: 6.0.0 - "@fuel-ts/forc": + '@fuel-ts/forc': specifier: workspace:* version: link:packages/forc - "@fuel-ts/fuel-core": + '@fuel-ts/fuel-core': specifier: workspace:* version: link:packages/fuel-core - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:packages/utils - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:^ version: link:packages/versions - "@internal/tsup": + '@internal/tsup': specifier: workspace:* version: link:internal/tsup - "@istanbuljs/nyc-config-typescript": + '@istanbuljs/nyc-config-typescript': specifier: ^1.0.2 version: 1.0.2(nyc@15.1.0) - "@types/node": + '@types/node': specifier: 18.15.3 version: 18.15.3 - "@types/node-fetch": + '@types/node-fetch': specifier: ^2.6.2 version: 2.6.2 - "@types/web": + '@types/web': specifier: ^0.0.65 version: 0.0.65 - "@typescript-eslint/eslint-plugin": + '@typescript-eslint/eslint-plugin': specifier: ^6.9.0 version: 6.9.1(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0)(typescript@5.2.2) - "@typescript-eslint/parser": + '@typescript-eslint/parser': specifier: ^6.9.0 version: 6.9.1(eslint@8.52.0)(typescript@5.2.2) - "@vitest/browser": + '@vitest/browser': specifier: ^1.6.0 version: 1.6.0(vitest@1.6.0)(webdriverio@8.36.1(typescript@5.2.2)) - "@vitest/coverage-istanbul": + '@vitest/coverage-istanbul': specifier: ^1.6.0 version: 1.6.0(vitest@1.6.0(@types/node@18.15.3)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2)) compare-versions: @@ -175,13 +175,13 @@ importers: apps/create-fuels-counter-guide: dependencies: - "@fuels/connectors": + '@fuels/connectors': specifier: ^0.2.2 version: 0.2.2(fuels@packages+fuels) - "@fuels/react": + '@fuels/react': specifier: ^0.18.1 version: 0.18.1(@tanstack/react-query@5.29.2(react@18.2.0))(@types/react-dom@18.2.4)(@types/react@18.2.9)(fuels@packages+fuels)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@tanstack/react-query": + '@tanstack/react-query': specifier: ^5.29.2 version: 5.29.2(react@18.2.0) dotenv: @@ -206,13 +206,13 @@ importers: specifier: ^17.5.0 version: 17.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) devDependencies: - "@types/node": + '@types/node': specifier: ^20 version: 20.11.13 - "@types/react": + '@types/react': specifier: ^18.2 version: 18.2.9 - "@types/react-dom": + '@types/react-dom': specifier: ^18.2 version: 18.2.4 autoprefixer: @@ -236,10 +236,10 @@ importers: apps/demo-fuels: dependencies: - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:^ version: link:../../packages/account - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:^ version: link:../../packages/errors fuels: @@ -248,16 +248,16 @@ importers: apps/demo-nextjs: dependencies: - "@fuels/vm-asm": + '@fuels/vm-asm': specifier: 0.49.0 version: 0.49.0 - "@types/node": + '@types/node': specifier: 18.15.3 version: 18.15.3 - "@types/react": + '@types/react': specifier: 18.2.9 version: 18.2.9 - "@types/react-dom": + '@types/react-dom': specifier: 18.2.4 version: 18.2.4 fuels: @@ -284,19 +284,19 @@ importers: apps/demo-react-cra: dependencies: - "@fuels/vm-asm": + '@fuels/vm-asm': specifier: 0.49.0 version: 0.49.0 - "@testing-library/react": + '@testing-library/react': specifier: ^13.4.0 version: 13.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@types/node": + '@types/node': specifier: ^16.18.34 version: 16.18.34 - "@types/react": + '@types/react': specifier: ^18.2.9 version: 18.2.9 - "@types/react-dom": + '@types/react-dom': specifier: ^18.2.4 version: 18.2.4 eslint-config-react-app: @@ -321,13 +321,13 @@ importers: specifier: ^2.1.4 version: 2.1.4 devDependencies: - "@types/jest": + '@types/jest': specifier: ^29.5.12 version: 29.5.12 apps/demo-react-vite: dependencies: - "@fuels/vm-asm": + '@fuels/vm-asm': specifier: 0.49.0 version: 0.49.0 fuels: @@ -340,19 +340,19 @@ importers: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) devDependencies: - "@types/react": + '@types/react': specifier: ^18.0.37 version: 18.2.9 - "@types/react-dom": + '@types/react-dom': specifier: ^18.0.11 version: 18.2.4 - "@typescript-eslint/eslint-plugin": + '@typescript-eslint/eslint-plugin': specifier: ^5.59.0 version: 5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@5.2.2))(eslint@8.38.0)(typescript@5.2.2) - "@typescript-eslint/parser": + '@typescript-eslint/parser': specifier: ^5.59.0 version: 5.59.0(eslint@8.38.0)(typescript@5.2.2) - "@vitejs/plugin-react": + '@vitejs/plugin-react': specifier: ^4.2.1 version: 4.2.1(vite@5.2.10(@types/node@20.11.13)(terser@5.18.2)) eslint: @@ -377,25 +377,25 @@ importers: specifier: workspace:* version: link:../../packages/fuels devDependencies: - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../../packages/account - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../../packages/errors - "@fuel-ts/forc": + '@fuel-ts/forc': specifier: workspace:* version: link:../../packages/forc apps/demo-wallet-sdk-react: dependencies: - "@fuels/connectors": + '@fuels/connectors': specifier: ^0.2.2 version: 0.2.2(fuels@packages+fuels) - "@fuels/react": + '@fuels/react': specifier: ^0.18.1 version: 0.18.1(@tanstack/react-query@5.29.2(react@18.2.0))(@types/react-dom@18.2.4)(@types/react@18.2.9)(fuels@packages+fuels)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@tanstack/react-query": + '@tanstack/react-query': specifier: ^5.29.2 version: 5.29.2(react@18.2.0) fuels: @@ -411,13 +411,13 @@ importers: specifier: ^18 version: 18.2.0(react@18.2.0) devDependencies: - "@types/node": + '@types/node': specifier: ^20 version: 20.11.13 - "@types/react": + '@types/react': specifier: ^18 version: 18.2.9 - "@types/react-dom": + '@types/react-dom': specifier: ^18 version: 18.2.4 autoprefixer: @@ -435,10 +435,10 @@ importers: apps/docs: dependencies: - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../../packages/errors - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:* version: link:../../packages/versions fuels: @@ -448,10 +448,10 @@ importers: specifier: ^3.15.3 version: 3.15.3(typedoc@0.25.3(typescript@5.2.2)) devDependencies: - "@types/markdown-it": + '@types/markdown-it': specifier: ^12.2.3 version: 12.2.3 - "@vue/devtools-api": + '@vue/devtools-api': specifier: ^6.5.0 version: 6.5.0 flexsearch: @@ -484,13 +484,13 @@ importers: apps/docs-snippets: devDependencies: - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../../packages/account - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../../packages/errors - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../../packages/utils ethers: @@ -505,52 +505,52 @@ importers: internal/check-imports: dependencies: - "@fuel-ts/abi-coder": + '@fuel-ts/abi-coder': specifier: workspace:* version: link:../../packages/abi-coder - "@fuel-ts/abi-typegen": + '@fuel-ts/abi-typegen': specifier: workspace:* version: link:../../packages/abi-typegen - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../../packages/account - "@fuel-ts/address": + '@fuel-ts/address': specifier: workspace:* version: link:../../packages/address - "@fuel-ts/contract": + '@fuel-ts/contract': specifier: workspace:* version: link:../../packages/contract - "@fuel-ts/crypto": + '@fuel-ts/crypto': specifier: workspace:* version: link:../../packages/crypto - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../../packages/errors - "@fuel-ts/hasher": + '@fuel-ts/hasher': specifier: workspace:* version: link:../../packages/hasher - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../../packages/interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../../packages/math - "@fuel-ts/merkle": + '@fuel-ts/merkle': specifier: workspace:* version: link:../../packages/merkle - "@fuel-ts/program": + '@fuel-ts/program': specifier: workspace:* version: link:../../packages/program - "@fuel-ts/script": + '@fuel-ts/script': specifier: workspace:* version: link:../../packages/script - "@fuel-ts/transactions": + '@fuel-ts/transactions': specifier: workspace:* version: link:../../packages/transactions - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../../packages/utils - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:* version: link:../../packages/versions fuels: @@ -563,22 +563,22 @@ importers: packages/abi-coder: dependencies: - "@fuel-ts/crypto": + '@fuel-ts/crypto': specifier: workspace:* version: link:../crypto - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/hasher": + '@fuel-ts/hasher': specifier: workspace:^ version: link:../hasher - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils ethers: @@ -590,16 +590,16 @@ importers: packages/abi-typegen: dependencies: - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:^ version: link:../interfaces - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:* version: link:../versions commander: @@ -621,58 +621,58 @@ importers: specifier: ^3.0.2 version: 3.0.2 devDependencies: - "@fuel-ts/forc": + '@fuel-ts/forc': specifier: workspace:* version: link:../forc - "@types/mkdirp": + '@types/mkdirp': specifier: ^1.0.2 version: 1.0.2 - "@types/ramda": + '@types/ramda': specifier: ^0.29.3 version: 0.29.3 - "@types/rimraf": + '@types/rimraf': specifier: ^3.0.2 version: 3.0.2 packages/account: dependencies: - "@fuel-ts/abi-coder": + '@fuel-ts/abi-coder': specifier: workspace:* version: link:../abi-coder - "@fuel-ts/address": + '@fuel-ts/address': specifier: workspace:* version: link:../address - "@fuel-ts/crypto": + '@fuel-ts/crypto': specifier: workspace:* version: link:../crypto - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/hasher": + '@fuel-ts/hasher': specifier: workspace:* version: link:../hasher - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math - "@fuel-ts/merkle": + '@fuel-ts/merkle': specifier: workspace:* version: link:../merkle - "@fuel-ts/transactions": + '@fuel-ts/transactions': specifier: workspace:* version: link:../transactions - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:* version: link:../versions - "@fuels/vm-asm": + '@fuels/vm-asm': specifier: 0.49.0 version: 0.49.0 - "@noble/curves": + '@noble/curves': specifier: ^1.3.0 version: 1.3.0 events: @@ -700,22 +700,22 @@ importers: specifier: ^9.0.0 version: 9.0.0 devDependencies: - "@graphql-codegen/cli": + '@graphql-codegen/cli': specifier: ^2.13.7 version: 2.13.7(@babel/core@7.22.5)(@types/node@20.11.13)(enquirer@2.3.6)(graphql@16.8.1)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2) - "@graphql-codegen/typescript": + '@graphql-codegen/typescript': specifier: ^2.8.0 version: 2.8.0(graphql@16.8.1) - "@graphql-codegen/typescript-generic-sdk": + '@graphql-codegen/typescript-generic-sdk': specifier: ^3.1.0 version: 3.1.0(graphql-tag@2.12.6(graphql@16.8.1))(graphql@16.8.1) - "@graphql-codegen/typescript-operations": + '@graphql-codegen/typescript-operations': specifier: ^2.5.5 version: 2.5.5(graphql@16.8.1) - "@types/ramda": + '@types/ramda': specifier: ^0.29.3 version: 0.29.3 - "@types/uuid": + '@types/uuid': specifier: ^9.0.1 version: 9.0.1 get-graphql-schema: @@ -724,19 +724,19 @@ importers: packages/address: dependencies: - "@fuel-ts/crypto": + '@fuel-ts/crypto': specifier: workspace:* version: link:../crypto - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:^ version: link:../utils - "@noble/hashes": + '@noble/hashes': specifier: ^1.3.3 version: 1.3.3 bech32: @@ -745,44 +745,44 @@ importers: packages/contract: dependencies: - "@fuel-ts/abi-coder": + '@fuel-ts/abi-coder': specifier: workspace:* version: link:../abi-coder - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../account - "@fuel-ts/crypto": + '@fuel-ts/crypto': specifier: workspace:* version: link:../crypto - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/hasher": + '@fuel-ts/hasher': specifier: workspace:* version: link:../hasher - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:^ version: link:../interfaces - "@fuel-ts/merkle": + '@fuel-ts/merkle': specifier: workspace:* version: link:../merkle - "@fuel-ts/program": + '@fuel-ts/program': specifier: workspace:* version: link:../program - "@fuel-ts/transactions": + '@fuel-ts/transactions': specifier: workspace:* version: link:../transactions - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils packages/create-fuels: dependencies: - "@iarna/toml": + '@iarna/toml': specifier: ^2.2.5 version: 2.2.5 chalk: - specifier: "4" + specifier: '4' version: 4.1.2 commander: specifier: ^9.4.1 @@ -794,10 +794,10 @@ importers: specifier: ^2.4.2 version: 2.4.2 devDependencies: - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:* version: link:../versions - "@types/prompts": + '@types/prompts': specifier: ^2.4.8 version: 2.4.9 glob: @@ -806,25 +806,25 @@ importers: packages/crypto: dependencies: - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:^ version: link:../utils - "@noble/hashes": + '@noble/hashes': specifier: ^1.3.3 version: 1.3.3 packages/errors: dependencies: - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:* version: link:../versions @@ -846,80 +846,80 @@ importers: specifier: workspace:* version: link:../fuels devDependencies: - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../account - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/forc": + '@fuel-ts/forc': specifier: workspace:* version: link:../forc - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils packages/fuels: dependencies: - "@fuel-ts/abi-coder": + '@fuel-ts/abi-coder': specifier: workspace:* version: link:../abi-coder - "@fuel-ts/abi-typegen": + '@fuel-ts/abi-typegen': specifier: workspace:* version: link:../abi-typegen - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../account - "@fuel-ts/address": + '@fuel-ts/address': specifier: workspace:* version: link:../address - "@fuel-ts/contract": + '@fuel-ts/contract': specifier: workspace:* version: link:../contract - "@fuel-ts/crypto": + '@fuel-ts/crypto': specifier: workspace:* version: link:../crypto - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/forc": + '@fuel-ts/forc': specifier: workspace:* version: link:../forc - "@fuel-ts/fuel-core": + '@fuel-ts/fuel-core': specifier: workspace:* version: link:../fuel-core - "@fuel-ts/hasher": + '@fuel-ts/hasher': specifier: workspace:* version: link:../hasher - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math - "@fuel-ts/merkle": + '@fuel-ts/merkle': specifier: workspace:* version: link:../merkle - "@fuel-ts/program": + '@fuel-ts/program': specifier: workspace:* version: link:../program - "@fuel-ts/script": + '@fuel-ts/script': specifier: workspace:* version: link:../script - "@fuel-ts/transactions": + '@fuel-ts/transactions': specifier: workspace:* version: link:../transactions - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils - "@fuel-ts/versions": + '@fuel-ts/versions': specifier: workspace:* version: link:../versions bundle-require: specifier: ^4.0.1 version: 4.0.1(esbuild@0.19.3) chalk: - specifier: "4" + specifier: '4' version: 4.0.0 chokidar: specifier: ^3.5.3 @@ -955,10 +955,10 @@ importers: specifier: ^0.32.11 version: 0.32.11 devDependencies: - "@types/lodash.camelcase": + '@types/lodash.camelcase': specifier: ^4.3.7 version: 4.3.7 - "@types/rimraf": + '@types/rimraf': specifier: ^3.0.2 version: 3.0.2 vite: @@ -967,16 +967,16 @@ importers: packages/hasher: dependencies: - "@fuel-ts/crypto": + '@fuel-ts/crypto': specifier: workspace:* version: link:../crypto - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:^ version: link:../interfaces - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils - "@noble/hashes": + '@noble/hashes': specifier: ^1.3.3 version: 1.3.3 @@ -984,10 +984,10 @@ importers: packages/math: dependencies: - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@types/bn.js": + '@types/bn.js': specifier: ^5.1.1 version: 5.1.1 bn.js: @@ -996,40 +996,40 @@ importers: packages/merkle: dependencies: - "@fuel-ts/hasher": + '@fuel-ts/hasher': specifier: workspace:^ version: link:../hasher - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math packages/program: dependencies: - "@fuel-ts/abi-coder": + '@fuel-ts/abi-coder': specifier: workspace:* version: link:../abi-coder - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../account - "@fuel-ts/address": + '@fuel-ts/address': specifier: workspace:* version: link:../address - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math - "@fuel-ts/transactions": + '@fuel-ts/transactions': specifier: workspace:* version: link:../transactions - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils - "@fuels/vm-asm": + '@fuels/vm-asm': specifier: 0.49.0 version: 0.49.0 ramda: @@ -1042,96 +1042,96 @@ importers: packages/script: dependencies: - "@fuel-ts/abi-coder": + '@fuel-ts/abi-coder': specifier: workspace:* version: link:../abi-coder - "@fuel-ts/account": + '@fuel-ts/account': specifier: workspace:* version: link:../account - "@fuel-ts/address": + '@fuel-ts/address': specifier: workspace:* version: link:../address - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math - "@fuel-ts/program": + '@fuel-ts/program': specifier: workspace:* version: link:../program - "@fuel-ts/transactions": + '@fuel-ts/transactions': specifier: workspace:* version: link:../transactions - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils devDependencies: - "@fuel-ts/forc": + '@fuel-ts/forc': specifier: workspace:* version: link:../forc packages/transactions: dependencies: - "@fuel-ts/abi-coder": + '@fuel-ts/abi-coder': specifier: workspace:* version: link:../abi-coder - "@fuel-ts/address": + '@fuel-ts/address': specifier: workspace:* version: link:../address - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/hasher": + '@fuel-ts/hasher': specifier: workspace:^ version: link:../hasher - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:^ version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math - "@fuel-ts/utils": + '@fuel-ts/utils': specifier: workspace:* version: link:../utils packages/utils: dependencies: - "@fuel-ts/errors": + '@fuel-ts/errors': specifier: workspace:* version: link:../errors - "@fuel-ts/interfaces": + '@fuel-ts/interfaces': specifier: workspace:* version: link:../interfaces - "@fuel-ts/math": + '@fuel-ts/math': specifier: workspace:* version: link:../math packages/versions: dependencies: chalk: - specifier: "4" + specifier: '4' version: 4.0.0 cli-table: specifier: ^0.3.11 version: 0.3.11 devDependencies: - "@types/cli-table": + '@types/cli-table': specifier: ^0.3.1 version: 0.3.1 templates/nextjs: dependencies: - "@fuels/connectors": + '@fuels/connectors': specifier: ^0.2.2 version: 0.2.2(fuels@packages+fuels) - "@fuels/react": + '@fuels/react': specifier: ^0.18.1 version: 0.18.1(@tanstack/react-query@5.29.2(react@18.2.0))(@types/react-dom@18.2.4)(@types/react@18.2.9)(fuels@packages+fuels)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@tanstack/react-query": + '@tanstack/react-query': specifier: ^5.29.2 version: 5.29.2(react@18.2.0) dotenv: @@ -1156,13 +1156,13 @@ importers: specifier: ^17.5.0 version: 17.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) devDependencies: - "@types/node": + '@types/node': specifier: ^20 version: 20.10.5 - "@types/react": + '@types/react': specifier: ^18.2 version: 18.2.9 - "@types/react-dom": + '@types/react-dom': specifier: ^18.2 version: 18.2.4 autoprefixer: @@ -1185,1740 +1185,1740 @@ importers: version: 5.2.2 packages: - "@aashutoshrathi/word-wrap@1.2.6": + '@aashutoshrathi/word-wrap@1.2.6': resolution: { integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } - "@actions/core@1.10.1": + '@actions/core@1.10.1': resolution: { integrity: sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==, } - "@actions/github@6.0.0": + '@actions/github@6.0.0': resolution: { integrity: sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==, } - "@actions/http-client@2.2.1": + '@actions/http-client@2.2.1': resolution: { integrity: sha512-KhC/cZsq7f8I4LfZSJKgCvEwfkE8o1538VoBeoGzokVLLnbFDEAdFD3UhoMklxo2un9NJVBdANOresx7vTHlHw==, } - "@adraffy/ens-normalize@1.9.2": + '@adraffy/ens-normalize@1.9.2': resolution: { integrity: sha512-0h+FrQDqe2Wn+IIGFkTCd4aAwTJ+7834Ek1COohCyV26AXhwQ7WQaz+4F/nLOeVl/3BtWHOHLPsq46V8YB46Eg==, } - "@algolia/autocomplete-core@1.9.3": + '@algolia/autocomplete-core@1.9.3': resolution: { integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==, } - "@algolia/autocomplete-plugin-algolia-insights@1.9.3": + '@algolia/autocomplete-plugin-algolia-insights@1.9.3': resolution: { integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==, } peerDependencies: - search-insights: ">= 1 < 3" + search-insights: '>= 1 < 3' - "@algolia/autocomplete-preset-algolia@1.9.3": + '@algolia/autocomplete-preset-algolia@1.9.3': resolution: { integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==, } peerDependencies: - "@algolia/client-search": ">= 4.9.1 < 6" - algoliasearch: ">= 4.9.1 < 6" + '@algolia/client-search': '>= 4.9.1 < 6' + algoliasearch: '>= 4.9.1 < 6' - "@algolia/autocomplete-shared@1.9.3": + '@algolia/autocomplete-shared@1.9.3': resolution: { integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==, } peerDependencies: - "@algolia/client-search": ">= 4.9.1 < 6" - algoliasearch: ">= 4.9.1 < 6" + '@algolia/client-search': '>= 4.9.1 < 6' + algoliasearch: '>= 4.9.1 < 6' - "@algolia/cache-browser-local-storage@4.22.1": + '@algolia/cache-browser-local-storage@4.22.1': resolution: { integrity: sha512-Sw6IAmOCvvP6QNgY9j+Hv09mvkvEIDKjYW8ow0UDDAxSXy664RBNQk3i/0nt7gvceOJ6jGmOTimaZoY1THmU7g==, } - "@algolia/cache-common@4.22.1": + '@algolia/cache-common@4.22.1': resolution: { integrity: sha512-TJMBKqZNKYB9TptRRjSUtevJeQVXRmg6rk9qgFKWvOy8jhCPdyNZV1nB3SKGufzvTVbomAukFR8guu/8NRKBTA==, } - "@algolia/cache-in-memory@4.22.1": + '@algolia/cache-in-memory@4.22.1': resolution: { integrity: sha512-ve+6Ac2LhwpufuWavM/aHjLoNz/Z/sYSgNIXsinGofWOysPilQZPUetqLj8vbvi+DHZZaYSEP9H5SRVXnpsNNw==, } - "@algolia/client-account@4.22.1": + '@algolia/client-account@4.22.1': resolution: { integrity: sha512-k8m+oegM2zlns/TwZyi4YgCtyToackkOpE+xCaKCYfBfDtdGOaVZCM5YvGPtK+HGaJMIN/DoTL8asbM3NzHonw==, } - "@algolia/client-analytics@4.22.1": + '@algolia/client-analytics@4.22.1': resolution: { integrity: sha512-1ssi9pyxyQNN4a7Ji9R50nSdISIumMFDwKNuwZipB6TkauJ8J7ha/uO60sPJFqQyqvvI+px7RSNRQT3Zrvzieg==, } - "@algolia/client-common@4.22.1": + '@algolia/client-common@4.22.1': resolution: { integrity: sha512-IvaL5v9mZtm4k4QHbBGDmU3wa/mKokmqNBqPj0K7lcR8ZDKzUorhcGp/u8PkPC/e0zoHSTvRh7TRkGX3Lm7iOQ==, } - "@algolia/client-personalization@4.22.1": + '@algolia/client-personalization@4.22.1': resolution: { integrity: sha512-sl+/klQJ93+4yaqZ7ezOttMQ/nczly/3GmgZXJ1xmoewP5jmdP/X/nV5U7EHHH3hCUEHeN7X1nsIhGPVt9E1cQ==, } - "@algolia/client-search@4.22.1": + '@algolia/client-search@4.22.1': resolution: { integrity: sha512-yb05NA4tNaOgx3+rOxAmFztgMTtGBi97X7PC3jyNeGiwkAjOZc2QrdZBYyIdcDLoI09N0gjtpClcackoTN0gPA==, } - "@algolia/logger-common@4.22.1": + '@algolia/logger-common@4.22.1': resolution: { integrity: sha512-OnTFymd2odHSO39r4DSWRFETkBufnY2iGUZNrMXpIhF5cmFE8pGoINNPzwg02QLBlGSaLqdKy0bM8S0GyqPLBg==, } - "@algolia/logger-console@4.22.1": + '@algolia/logger-console@4.22.1': resolution: { integrity: sha512-O99rcqpVPKN1RlpgD6H3khUWylU24OXlzkavUAMy6QZd1776QAcauE3oP8CmD43nbaTjBexZj2nGsBH9Tc0FVA==, } - "@algolia/requester-browser-xhr@4.22.1": + '@algolia/requester-browser-xhr@4.22.1': resolution: { integrity: sha512-dtQGYIg6MteqT1Uay3J/0NDqD+UciHy3QgRbk7bNddOJu+p3hzjTRYESqEnoX/DpEkaNYdRHUKNylsqMpgwaEw==, } - "@algolia/requester-common@4.22.1": + '@algolia/requester-common@4.22.1': resolution: { integrity: sha512-dgvhSAtg2MJnR+BxrIFqlLtkLlVVhas9HgYKMk2Uxiy5m6/8HZBL40JVAMb2LovoPFs9I/EWIoFVjOrFwzn5Qg==, } - "@algolia/requester-node-http@4.22.1": + '@algolia/requester-node-http@4.22.1': resolution: { integrity: sha512-JfmZ3MVFQkAU+zug8H3s8rZ6h0ahHZL/SpMaSasTCGYR5EEJsCc8SI5UZ6raPN2tjxa5bxS13BRpGSBUens7EA==, } - "@algolia/transporter@4.22.1": + '@algolia/transporter@4.22.1': resolution: { integrity: sha512-kzWgc2c9IdxMa3YqA6TN0NW5VrKYYW/BELIn7vnLyn+U/RFdZ4lxxt9/8yq3DKV5snvoDzzO4ClyejZRdV3lMQ==, } - "@alloc/quick-lru@5.2.0": + '@alloc/quick-lru@5.2.0': resolution: { integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@ampproject/remapping@2.2.1": + '@ampproject/remapping@2.2.1': resolution: { integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } - "@apideck/better-ajv-errors@0.3.6": + '@apideck/better-ajv-errors@0.3.6': resolution: { integrity: sha512-P+ZygBLZtkp0qqOAJJVX4oX/sFo5JR3eBWwwuqHHhK0GIgQOKWrAfiAaWX0aArHkRWHMuggFEgAZNxVPwPZYaA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: - ajv: ">=8" + ajv: '>=8' - "@ardatan/relay-compiler@12.0.0": + '@ardatan/relay-compiler@12.0.0': resolution: { integrity: sha512-9anThAaj1dQr6IGmzBMcfzOQKTa5artjuPmw8NYK/fiGEMjADbSguBY2FMDykt+QhilR3wc9VA/3yVju7JHg7Q==, } hasBin: true peerDependencies: - graphql: "*" + graphql: '*' - "@ardatan/sync-fetch@0.0.1": + '@ardatan/sync-fetch@0.0.1': resolution: { integrity: sha512-xhlTqH0m31mnsG0tIP4ETgfSB6gXDaYYsUWTrlUV93fFQPI9dd8hE0Ot6MHLCtqgB32hwJAC3YZMWlXZw7AleA==, } - engines: { node: ">=14" } + engines: { node: '>=14' } - "@azu/format-text@1.0.2": + '@azu/format-text@1.0.2': resolution: { integrity: sha512-Swi4N7Edy1Eqq82GxgEECXSSLyn6GOb5htRFPzBDdUkECGXtlf12ynO5oJSpWKPwCaUssOu7NfhDcCWpIC6Ywg==, } - "@azu/style-format@1.0.1": + '@azu/style-format@1.0.1': resolution: { integrity: sha512-AHcTojlNBdD/3/KxIKlg8sxIWHfOtQszLvOpagLTO+bjC3u7SAszu1lf//u7JJC50aUSH+BVWDD/KvaA6Gfn5g==, } - "@babel/code-frame@7.22.5": + '@babel/code-frame@7.22.5': resolution: { integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/code-frame@7.23.4": + '@babel/code-frame@7.23.4': resolution: { integrity: sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/code-frame@7.24.2": + '@babel/code-frame@7.24.2': resolution: { integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/compat-data@7.22.5": + '@babel/compat-data@7.22.5': resolution: { integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/compat-data@7.23.3": + '@babel/compat-data@7.23.3': resolution: { integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/compat-data@7.24.4": + '@babel/compat-data@7.24.4': resolution: { integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/core@7.22.5": + '@babel/core@7.22.5': resolution: { integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/core@7.23.3": + '@babel/core@7.23.3': resolution: { integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/core@7.24.4": + '@babel/core@7.24.4': resolution: { integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/eslint-parser@7.22.5": + '@babel/eslint-parser@7.22.5': resolution: { integrity: sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==, } engines: { node: ^10.13.0 || ^12.13.0 || >=14.0.0 } peerDependencies: - "@babel/core": ">=7.11.0" + '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 - "@babel/generator@7.22.5": + '@babel/generator@7.22.5': resolution: { integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/generator@7.23.4": + '@babel/generator@7.23.4': resolution: { integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/generator@7.24.4": + '@babel/generator@7.24.4': resolution: { integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-annotate-as-pure@7.22.5": + '@babel/helper-annotate-as-pure@7.22.5': resolution: { integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-builder-binary-assignment-operator-visitor@7.22.5": + '@babel/helper-builder-binary-assignment-operator-visitor@7.22.5': resolution: { integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-compilation-targets@7.22.15": + '@babel/helper-compilation-targets@7.22.15': resolution: { integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-compilation-targets@7.22.5": + '@babel/helper-compilation-targets@7.22.5': resolution: { integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/helper-compilation-targets@7.23.6": + '@babel/helper-compilation-targets@7.23.6': resolution: { integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-create-class-features-plugin@7.22.5": + '@babel/helper-create-class-features-plugin@7.22.5': resolution: { integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/helper-create-regexp-features-plugin@7.22.5": + '@babel/helper-create-regexp-features-plugin@7.22.5': resolution: { integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/helper-define-polyfill-provider@0.4.0": + '@babel/helper-define-polyfill-provider@0.4.0': resolution: { integrity: sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==, } peerDependencies: - "@babel/core": ^7.4.0-0 + '@babel/core': ^7.4.0-0 - "@babel/helper-environment-visitor@7.22.20": + '@babel/helper-environment-visitor@7.22.20': resolution: { integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-environment-visitor@7.22.5": + '@babel/helper-environment-visitor@7.22.5': resolution: { integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-function-name@7.22.5": + '@babel/helper-function-name@7.22.5': resolution: { integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-function-name@7.23.0": + '@babel/helper-function-name@7.23.0': resolution: { integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-hoist-variables@7.22.5": + '@babel/helper-hoist-variables@7.22.5': resolution: { integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-member-expression-to-functions@7.22.5": + '@babel/helper-member-expression-to-functions@7.22.5': resolution: { integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-module-imports@7.22.15": + '@babel/helper-module-imports@7.22.15': resolution: { integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-module-imports@7.22.5": + '@babel/helper-module-imports@7.22.5': resolution: { integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-module-transforms@7.22.5": + '@babel/helper-module-transforms@7.22.5': resolution: { integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-module-transforms@7.23.3": + '@babel/helper-module-transforms@7.23.3': resolution: { integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/helper-optimise-call-expression@7.22.5": + '@babel/helper-optimise-call-expression@7.22.5': resolution: { integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-plugin-utils@7.22.5": + '@babel/helper-plugin-utils@7.22.5': resolution: { integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-plugin-utils@7.24.0": + '@babel/helper-plugin-utils@7.24.0': resolution: { integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-remap-async-to-generator@7.22.5": + '@babel/helper-remap-async-to-generator@7.22.5': resolution: { integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/helper-replace-supers@7.22.5": + '@babel/helper-replace-supers@7.22.5': resolution: { integrity: sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-simple-access@7.22.5": + '@babel/helper-simple-access@7.22.5': resolution: { integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-skip-transparent-expression-wrappers@7.22.5": + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': resolution: { integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-split-export-declaration@7.22.5": + '@babel/helper-split-export-declaration@7.22.5': resolution: { integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-split-export-declaration@7.22.6": + '@babel/helper-split-export-declaration@7.22.6': resolution: { integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-string-parser@7.22.5": + '@babel/helper-string-parser@7.22.5': resolution: { integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-string-parser@7.23.4": + '@babel/helper-string-parser@7.23.4': resolution: { integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-validator-identifier@7.22.20": + '@babel/helper-validator-identifier@7.22.20': resolution: { integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-validator-identifier@7.22.5": + '@babel/helper-validator-identifier@7.22.5': resolution: { integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-validator-option@7.22.15": + '@babel/helper-validator-option@7.22.15': resolution: { integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-validator-option@7.22.5": + '@babel/helper-validator-option@7.22.5': resolution: { integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-validator-option@7.23.5": + '@babel/helper-validator-option@7.23.5': resolution: { integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helper-wrap-function@7.22.5": + '@babel/helper-wrap-function@7.22.5': resolution: { integrity: sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helpers@7.22.5": + '@babel/helpers@7.22.5': resolution: { integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helpers@7.23.4": + '@babel/helpers@7.23.4': resolution: { integrity: sha512-HfcMizYz10cr3h29VqyfGL6ZWIjTwWfvYBMsBVGwpcbhNGe3wQ1ZXZRPzZoAHhd9OqHadHqjQ89iVKINXnbzuw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/helpers@7.24.4": + '@babel/helpers@7.24.4': resolution: { integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/highlight@7.22.5": + '@babel/highlight@7.22.5': resolution: { integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/highlight@7.23.4": + '@babel/highlight@7.23.4': resolution: { integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/highlight@7.24.2": + '@babel/highlight@7.24.2': resolution: { integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/parser@7.22.5": + '@babel/parser@7.22.5': resolution: { integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } hasBin: true - "@babel/parser@7.23.4": + '@babel/parser@7.23.4': resolution: { integrity: sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } hasBin: true - "@babel/parser@7.23.9": + '@babel/parser@7.23.9': resolution: { integrity: sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } hasBin: true - "@babel/parser@7.24.4": + '@babel/parser@7.24.4': resolution: { integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } hasBin: true - ? "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5" - : resolution: + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5': + resolution: { integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5": + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5': resolution: { integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.13.0 + '@babel/core': ^7.13.0 - "@babel/plugin-proposal-class-properties@7.18.6": + '@babel/plugin-proposal-class-properties@7.18.6': resolution: { integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-decorators@7.22.5": + '@babel/plugin-proposal-decorators@7.22.5': resolution: { integrity: sha512-h8hlezQ4dl6ixodgXkH8lUfcD7x+WAuIqPUjwGoItynrXOAv4a4Tci1zA/qjzQjjcl0v3QpLdc2LM6ZACQuY7A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6": + '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6': resolution: { integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-numeric-separator@7.18.6": + '@babel/plugin-proposal-numeric-separator@7.18.6': resolution: { integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-object-rest-spread@7.20.7": + '@babel/plugin-proposal-object-rest-spread@7.20.7': resolution: { integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-optional-chaining@7.21.0": + '@babel/plugin-proposal-optional-chaining@7.21.0': resolution: { integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-private-methods@7.18.6": + '@babel/plugin-proposal-private-methods@7.18.6': resolution: { integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - ? "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2" - : resolution: + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2': + resolution: { integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-private-property-in-object@7.21.11": + '@babel/plugin-proposal-private-property-in-object@7.21.11': resolution: { integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-proposal-unicode-property-regex@7.18.6": + '@babel/plugin-proposal-unicode-property-regex@7.18.6': resolution: { integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==, } - engines: { node: ">=4" } + engines: { node: '>=4' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-async-generators@7.8.4": + '@babel/plugin-syntax-async-generators@7.8.4': resolution: { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-bigint@7.8.3": + '@babel/plugin-syntax-bigint@7.8.3': resolution: { integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-class-properties@7.12.13": + '@babel/plugin-syntax-class-properties@7.12.13': resolution: { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-class-static-block@7.14.5": + '@babel/plugin-syntax-class-static-block@7.14.5': resolution: { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-decorators@7.22.5": + '@babel/plugin-syntax-decorators@7.22.5': resolution: { integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-dynamic-import@7.8.3": + '@babel/plugin-syntax-dynamic-import@7.8.3': resolution: { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-export-namespace-from@7.8.3": + '@babel/plugin-syntax-export-namespace-from@7.8.3': resolution: { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-flow@7.22.5": + '@babel/plugin-syntax-flow@7.22.5': resolution: { integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-flow@7.23.3": + '@babel/plugin-syntax-flow@7.23.3': resolution: { integrity: sha512-YZiAIpkJAwQXBJLIQbRFayR5c+gJ35Vcz3bg954k7cd73zqjvhacJuL9RbrzPz8qPmZdgqP6EUKwy0PCNhaaPA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-import-assertions@7.22.5": + '@babel/plugin-syntax-import-assertions@7.22.5': resolution: { integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-import-attributes@7.22.5": + '@babel/plugin-syntax-import-attributes@7.22.5': resolution: { integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-import-meta@7.10.4": + '@babel/plugin-syntax-import-meta@7.10.4': resolution: { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-json-strings@7.8.3": + '@babel/plugin-syntax-json-strings@7.8.3': resolution: { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-jsx@7.22.5": + '@babel/plugin-syntax-jsx@7.22.5': resolution: { integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-jsx@7.23.3": + '@babel/plugin-syntax-jsx@7.23.3': resolution: { integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-logical-assignment-operators@7.10.4": + '@babel/plugin-syntax-logical-assignment-operators@7.10.4': resolution: { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3": + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3': resolution: { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-numeric-separator@7.10.4": + '@babel/plugin-syntax-numeric-separator@7.10.4': resolution: { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-object-rest-spread@7.8.3": + '@babel/plugin-syntax-object-rest-spread@7.8.3': resolution: { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-optional-catch-binding@7.8.3": + '@babel/plugin-syntax-optional-catch-binding@7.8.3': resolution: { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-optional-chaining@7.8.3": + '@babel/plugin-syntax-optional-chaining@7.8.3': resolution: { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-private-property-in-object@7.14.5": + '@babel/plugin-syntax-private-property-in-object@7.14.5': resolution: { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-top-level-await@7.14.5": + '@babel/plugin-syntax-top-level-await@7.14.5': resolution: { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-typescript@7.22.5": + '@babel/plugin-syntax-typescript@7.22.5': resolution: { integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-syntax-unicode-sets-regex@7.18.6": + '@babel/plugin-syntax-unicode-sets-regex@7.18.6': resolution: { integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/plugin-transform-arrow-functions@7.22.5": + '@babel/plugin-transform-arrow-functions@7.22.5': resolution: { integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-async-generator-functions@7.22.5": + '@babel/plugin-transform-async-generator-functions@7.22.5': resolution: { integrity: sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-async-to-generator@7.22.5": + '@babel/plugin-transform-async-to-generator@7.22.5': resolution: { integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-block-scoped-functions@7.22.5": + '@babel/plugin-transform-block-scoped-functions@7.22.5': resolution: { integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-block-scoping@7.22.5": + '@babel/plugin-transform-block-scoping@7.22.5': resolution: { integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-class-properties@7.22.5": + '@babel/plugin-transform-class-properties@7.22.5': resolution: { integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-class-static-block@7.22.5": + '@babel/plugin-transform-class-static-block@7.22.5': resolution: { integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.12.0 + '@babel/core': ^7.12.0 - "@babel/plugin-transform-classes@7.22.5": + '@babel/plugin-transform-classes@7.22.5': resolution: { integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-computed-properties@7.22.5": + '@babel/plugin-transform-computed-properties@7.22.5': resolution: { integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-destructuring@7.22.5": + '@babel/plugin-transform-destructuring@7.22.5': resolution: { integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-dotall-regex@7.22.5": + '@babel/plugin-transform-dotall-regex@7.22.5': resolution: { integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-duplicate-keys@7.22.5": + '@babel/plugin-transform-duplicate-keys@7.22.5': resolution: { integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-dynamic-import@7.22.5": + '@babel/plugin-transform-dynamic-import@7.22.5': resolution: { integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-exponentiation-operator@7.22.5": + '@babel/plugin-transform-exponentiation-operator@7.22.5': resolution: { integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-export-namespace-from@7.22.5": + '@babel/plugin-transform-export-namespace-from@7.22.5': resolution: { integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-flow-strip-types@7.22.5": + '@babel/plugin-transform-flow-strip-types@7.22.5': resolution: { integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-for-of@7.22.5": + '@babel/plugin-transform-for-of@7.22.5': resolution: { integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-function-name@7.22.5": + '@babel/plugin-transform-function-name@7.22.5': resolution: { integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-json-strings@7.22.5": + '@babel/plugin-transform-json-strings@7.22.5': resolution: { integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-literals@7.22.5": + '@babel/plugin-transform-literals@7.22.5': resolution: { integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-logical-assignment-operators@7.22.5": + '@babel/plugin-transform-logical-assignment-operators@7.22.5': resolution: { integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-member-expression-literals@7.22.5": + '@babel/plugin-transform-member-expression-literals@7.22.5': resolution: { integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-modules-amd@7.22.5": + '@babel/plugin-transform-modules-amd@7.22.5': resolution: { integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-modules-commonjs@7.22.5": + '@babel/plugin-transform-modules-commonjs@7.22.5': resolution: { integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-modules-systemjs@7.22.5": + '@babel/plugin-transform-modules-systemjs@7.22.5': resolution: { integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-modules-umd@7.22.5": + '@babel/plugin-transform-modules-umd@7.22.5': resolution: { integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-named-capturing-groups-regex@7.22.5": + '@babel/plugin-transform-named-capturing-groups-regex@7.22.5': resolution: { integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/plugin-transform-new-target@7.22.5": + '@babel/plugin-transform-new-target@7.22.5': resolution: { integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-nullish-coalescing-operator@7.22.5": + '@babel/plugin-transform-nullish-coalescing-operator@7.22.5': resolution: { integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-numeric-separator@7.22.5": + '@babel/plugin-transform-numeric-separator@7.22.5': resolution: { integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-object-rest-spread@7.22.5": + '@babel/plugin-transform-object-rest-spread@7.22.5': resolution: { integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-object-super@7.22.5": + '@babel/plugin-transform-object-super@7.22.5': resolution: { integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-optional-catch-binding@7.22.5": + '@babel/plugin-transform-optional-catch-binding@7.22.5': resolution: { integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-optional-chaining@7.22.5": + '@babel/plugin-transform-optional-chaining@7.22.5': resolution: { integrity: sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-parameters@7.22.5": + '@babel/plugin-transform-parameters@7.22.5': resolution: { integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-private-methods@7.22.5": + '@babel/plugin-transform-private-methods@7.22.5': resolution: { integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-private-property-in-object@7.22.5": + '@babel/plugin-transform-private-property-in-object@7.22.5': resolution: { integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-property-literals@7.22.5": + '@babel/plugin-transform-property-literals@7.22.5': resolution: { integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-constant-elements@7.22.5": + '@babel/plugin-transform-react-constant-elements@7.22.5': resolution: { integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-display-name@7.22.5": + '@babel/plugin-transform-react-display-name@7.22.5': resolution: { integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-jsx-development@7.22.5": + '@babel/plugin-transform-react-jsx-development@7.22.5': resolution: { integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-jsx-self@7.24.1": + '@babel/plugin-transform-react-jsx-self@7.24.1': resolution: { integrity: sha512-kDJgnPujTmAZ/9q2CN4m2/lRsUUPDvsG3+tSHWUJIzMGTt5U/b/fwWd3RO3n+5mjLrsBrVa5eKFRVSQbi3dF1w==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-jsx-source@7.24.1": + '@babel/plugin-transform-react-jsx-source@7.24.1': resolution: { integrity: sha512-1v202n7aUq4uXAieRTKcwPzNyphlCuqHHDcdSNc+vdhoTEZcFMh+L5yZuCmGaIO7bs1nJUNfHB89TZyoL48xNA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-jsx@7.22.5": + '@babel/plugin-transform-react-jsx@7.22.5': resolution: { integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-jsx@7.23.4": + '@babel/plugin-transform-react-jsx@7.23.4': resolution: { integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-react-pure-annotations@7.22.5": + '@babel/plugin-transform-react-pure-annotations@7.22.5': resolution: { integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-regenerator@7.22.5": + '@babel/plugin-transform-regenerator@7.22.5': resolution: { integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-reserved-words@7.22.5": + '@babel/plugin-transform-reserved-words@7.22.5': resolution: { integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-runtime@7.22.5": + '@babel/plugin-transform-runtime@7.22.5': resolution: { integrity: sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-shorthand-properties@7.22.5": + '@babel/plugin-transform-shorthand-properties@7.22.5': resolution: { integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-spread@7.22.5": + '@babel/plugin-transform-spread@7.22.5': resolution: { integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-sticky-regex@7.22.5": + '@babel/plugin-transform-sticky-regex@7.22.5': resolution: { integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-template-literals@7.22.5": + '@babel/plugin-transform-template-literals@7.22.5': resolution: { integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-typeof-symbol@7.22.5": + '@babel/plugin-transform-typeof-symbol@7.22.5': resolution: { integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-typescript@7.22.5": + '@babel/plugin-transform-typescript@7.22.5': resolution: { integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-unicode-escapes@7.22.5": + '@babel/plugin-transform-unicode-escapes@7.22.5': resolution: { integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-unicode-property-regex@7.22.5": + '@babel/plugin-transform-unicode-property-regex@7.22.5': resolution: { integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-unicode-regex@7.22.5": + '@babel/plugin-transform-unicode-regex@7.22.5': resolution: { integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/plugin-transform-unicode-sets-regex@7.22.5": + '@babel/plugin-transform-unicode-sets-regex@7.22.5': resolution: { integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 - "@babel/preset-env@7.22.5": + '@babel/preset-env@7.22.5': resolution: { integrity: sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/preset-modules@0.1.5": + '@babel/preset-modules@0.1.5': resolution: { integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/preset-react@7.22.5": + '@babel/preset-react@7.22.5': resolution: { integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/preset-typescript@7.22.5": + '@babel/preset-typescript@7.22.5': resolution: { integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 - "@babel/regjsgen@0.8.0": + '@babel/regjsgen@0.8.0': resolution: { integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==, } - "@babel/runtime-corejs3@7.22.5": + '@babel/runtime-corejs3@7.22.5': resolution: { integrity: sha512-TNPDN6aBFaUox2Lu+H/Y1dKKQgr4ucz/FGyCz67RVYLsBpVpUFf1dDngzg+Od8aqbrqwyztkaZjtWCZEUOT8zA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/runtime@7.22.5": + '@babel/runtime@7.22.5': resolution: { integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/runtime@7.23.4": + '@babel/runtime@7.23.4': resolution: { integrity: sha512-2Yv65nlWnWlSpe3fXEyX5i7fx5kIKo4Qbcj+hMO0odwaneFjfXw5fdum+4yL20O0QiaHpia0cYQ9xpNMqrBwHg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/template@7.22.15": + '@babel/template@7.22.15': resolution: { integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/template@7.22.5": + '@babel/template@7.22.5': resolution: { integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/template@7.24.0": + '@babel/template@7.24.0': resolution: { integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/traverse@7.22.5": + '@babel/traverse@7.22.5': resolution: { integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/traverse@7.23.4": + '@babel/traverse@7.23.4': resolution: { integrity: sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/traverse@7.24.1": + '@babel/traverse@7.24.1': resolution: { integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/types@7.22.5": + '@babel/types@7.22.5': resolution: { integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/types@7.23.4": + '@babel/types@7.23.4': resolution: { integrity: sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/types@7.23.9": + '@babel/types@7.23.9': resolution: { integrity: sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@babel/types@7.24.0": + '@babel/types@7.24.0': resolution: { integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } - "@bcoe/v8-coverage@0.2.3": + '@bcoe/v8-coverage@0.2.3': resolution: { integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==, } - "@changesets/apply-release-plan@7.0.0": + '@changesets/apply-release-plan@7.0.0': resolution: { integrity: sha512-vfi69JR416qC9hWmFGSxj7N6wA5J222XNBmezSVATPWDVPIF7gkd4d8CpbEbXmRWbVrkoli3oerGS6dcL/BGsQ==, } - "@changesets/assemble-release-plan@6.0.0": + '@changesets/assemble-release-plan@6.0.0': resolution: { integrity: sha512-4QG7NuisAjisbW4hkLCmGW2lRYdPrKzro+fCtZaILX+3zdUELSvYjpL4GTv0E4aM9Mef3PuIQp89VmHJ4y2bfw==, } - "@changesets/changelog-git@0.2.0": + '@changesets/changelog-git@0.2.0': resolution: { integrity: sha512-bHOx97iFI4OClIT35Lok3sJAwM31VbUM++gnMBV16fdbtBhgYu4dxsphBF/0AZZsyAHMrnM0yFcj5gZM1py6uQ==, } - "@changesets/cli@2.27.1": + '@changesets/cli@2.27.1': resolution: { integrity: sha512-iJ91xlvRnnrJnELTp4eJJEOPjgpF3NOh4qeQehM6Ugiz9gJPRZ2t+TsXun6E3AMN4hScZKjqVXl0TX+C7AB3ZQ==, } hasBin: true - "@changesets/config@3.0.0": + '@changesets/config@3.0.0': resolution: { integrity: sha512-o/rwLNnAo/+j9Yvw9mkBQOZySDYyOr/q+wptRLcAVGlU6djOeP9v1nlalbL9MFsobuBVQbZCTp+dIzdq+CLQUA==, } - "@changesets/errors@0.2.0": + '@changesets/errors@0.2.0': resolution: { integrity: sha512-6BLOQUscTpZeGljvyQXlWOItQyU71kCdGz7Pi8H8zdw6BI0g3m43iL4xKUVPWtG+qrrL9DTjpdn8eYuCQSRpow==, } - "@changesets/get-dependents-graph@2.0.0": + '@changesets/get-dependents-graph@2.0.0': resolution: { integrity: sha512-cafUXponivK4vBgZ3yLu944mTvam06XEn2IZGjjKc0antpenkYANXiiE6GExV/yKdsCnE8dXVZ25yGqLYZmScA==, } - "@changesets/get-github-info@0.5.2": + '@changesets/get-github-info@0.5.2': resolution: { integrity: sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg==, } - "@changesets/get-release-plan@4.0.0": + '@changesets/get-release-plan@4.0.0': resolution: { integrity: sha512-9L9xCUeD/Tb6L/oKmpm8nyzsOzhdNBBbt/ZNcjynbHC07WW4E1eX8NMGC5g5SbM5z/V+MOrYsJ4lRW41GCbg3w==, } - "@changesets/get-version-range-type@0.4.0": + '@changesets/get-version-range-type@0.4.0': resolution: { integrity: sha512-hwawtob9DryoGTpixy1D3ZXbGgJu1Rhr+ySH2PvTLHvkZuQ7sRT4oQwMh0hbqZH1weAooedEjRsbrWcGLCeyVQ==, } - "@changesets/git@3.0.0": + '@changesets/git@3.0.0': resolution: { integrity: sha512-vvhnZDHe2eiBNRFHEgMiGd2CT+164dfYyrJDhwwxTVD/OW0FUD6G7+4DIx1dNwkwjHyzisxGAU96q0sVNBns0w==, } - "@changesets/logger@0.1.0": + '@changesets/logger@0.1.0': resolution: { integrity: sha512-pBrJm4CQm9VqFVwWnSqKEfsS2ESnwqwH+xR7jETxIErZcfd1u2zBSqrHbRHR7xjhSgep9x2PSKFKY//FAshA3g==, } - "@changesets/parse@0.4.0": + '@changesets/parse@0.4.0': resolution: { integrity: sha512-TS/9KG2CdGXS27S+QxbZXgr8uPsP4yNJYb4BC2/NeFUj80Rni3TeD2qwWmabymxmrLo7JEsytXH1FbpKTbvivw==, } - "@changesets/pre@2.0.0": + '@changesets/pre@2.0.0': resolution: { integrity: sha512-HLTNYX/A4jZxc+Sq8D1AMBsv+1qD6rmmJtjsCJa/9MSRybdxh0mjbTvE6JYZQ/ZiQ0mMlDOlGPXTm9KLTU3jyw==, } - "@changesets/read@0.6.0": + '@changesets/read@0.6.0': resolution: { integrity: sha512-ZypqX8+/im1Fm98K4YcZtmLKgjs1kDQ5zHpc2U1qdtNBmZZfo/IBiG162RoP0CUF05tvp2y4IspH11PLnPxuuw==, } - "@changesets/types@4.1.0": + '@changesets/types@4.1.0': resolution: { integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==, } - "@changesets/types@6.0.0": + '@changesets/types@6.0.0': resolution: { integrity: sha512-b1UkfNulgKoWfqyHtzKS5fOZYSJO+77adgL7DLRDr+/7jhChN+QcHnbjiQVOz/U+Ts3PGNySq7diAItzDgugfQ==, } - "@changesets/write@0.3.0": + '@changesets/write@0.3.0': resolution: { integrity: sha512-slGLb21fxZVUYbyea+94uFiD6ntQW0M2hIKNznFizDhZPDgn2c/fv1UzzlW43RVzh1BEDuIqW6hzlJ1OflNmcw==, } - "@cspotcode/source-map-support@0.8.1": + '@cspotcode/source-map-support@0.8.1': resolution: { integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } - "@csstools/normalize.css@12.0.0": + '@csstools/normalize.css@12.0.0': resolution: { integrity: sha512-M0qqxAcwCsIVfpFQSlGN5XjXWu8l5JDZN+fPt1LeW5SZexQTgnaEvgXAY+CeygRw0EeppWHi12JxESWiWrB0Sg==, } - "@csstools/postcss-cascade-layers@1.1.1": + '@csstools/postcss-cascade-layers@1.1.1': resolution: { integrity: sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==, @@ -2927,7 +2927,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-color-function@1.1.1": + '@csstools/postcss-color-function@1.1.1': resolution: { integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==, @@ -2936,7 +2936,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-font-format-keywords@1.0.1": + '@csstools/postcss-font-format-keywords@1.0.1': resolution: { integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==, @@ -2945,7 +2945,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-hwb-function@1.0.2": + '@csstools/postcss-hwb-function@1.0.2': resolution: { integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==, @@ -2954,7 +2954,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-ic-unit@1.0.1": + '@csstools/postcss-ic-unit@1.0.1': resolution: { integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==, @@ -2963,7 +2963,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-is-pseudo-class@2.0.7": + '@csstools/postcss-is-pseudo-class@2.0.7': resolution: { integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==, @@ -2972,7 +2972,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-nested-calc@1.0.0": + '@csstools/postcss-nested-calc@1.0.0': resolution: { integrity: sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==, @@ -2981,7 +2981,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-normalize-display-values@1.0.1": + '@csstools/postcss-normalize-display-values@1.0.1': resolution: { integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==, @@ -2990,7 +2990,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-oklab-function@1.1.1": + '@csstools/postcss-oklab-function@1.1.1': resolution: { integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==, @@ -2999,7 +2999,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-progressive-custom-properties@1.3.0": + '@csstools/postcss-progressive-custom-properties@1.3.0': resolution: { integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==, @@ -3008,7 +3008,7 @@ packages: peerDependencies: postcss: ^8.3 - "@csstools/postcss-stepped-value-functions@1.0.1": + '@csstools/postcss-stepped-value-functions@1.0.1': resolution: { integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==, @@ -3017,7 +3017,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-text-decoration-shorthand@1.0.0": + '@csstools/postcss-text-decoration-shorthand@1.0.0': resolution: { integrity: sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==, @@ -3026,7 +3026,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-trigonometric-functions@1.0.2": + '@csstools/postcss-trigonometric-functions@1.0.2': resolution: { integrity: sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==, @@ -3035,7 +3035,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/postcss-unset-value@1.0.2": + '@csstools/postcss-unset-value@1.0.2': resolution: { integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==, @@ -3044,7 +3044,7 @@ packages: peerDependencies: postcss: ^8.2 - "@csstools/selector-specificity@2.2.0": + '@csstools/selector-specificity@2.2.0': resolution: { integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==, @@ -3053,30 +3053,30 @@ packages: peerDependencies: postcss-selector-parser: ^6.0.10 - "@docsearch/css@3.5.2": + '@docsearch/css@3.5.2': resolution: { integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==, } - "@docsearch/js@3.5.2": + '@docsearch/js@3.5.2': resolution: { integrity: sha512-p1YFTCDflk8ieHgFJYfmyHBki1D61+U9idwrLh+GQQMrBSP3DLGKpy0XUJtPjAOPltcVbqsTjiPFfH7JImjUNg==, } - "@docsearch/react@3.5.2": + '@docsearch/react@3.5.2': resolution: { integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==, } peerDependencies: - "@types/react": ">= 16.8.0 < 19.0.0" - react: ">= 16.8.0 < 19.0.0" - react-dom: ">= 16.8.0 < 19.0.0" - search-insights: ">= 1 < 3" + '@types/react': '>= 16.8.0 < 19.0.0' + react: '>= 16.8.0 < 19.0.0' + react-dom: '>= 16.8.0 < 19.0.0' + search-insights: '>= 1 < 3' peerDependenciesMeta: - "@types/react": + '@types/react': optional: true react: optional: true @@ -3085,831 +3085,831 @@ packages: search-insights: optional: true - "@ericcornelissen/bash-parser@0.5.2": + '@ericcornelissen/bash-parser@0.5.2': resolution: { integrity: sha512-4pIMTa1nEFfMXitv7oaNEWOdM+zpOZavesa5GaiWTgda6Zk32CFGxjUp/iIaN0PwgUW1yTq/fztSjbpE8SLGZQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } - "@es-joy/jsdoccomment@0.40.1": + '@es-joy/jsdoccomment@0.40.1': resolution: { integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==, } - engines: { node: ">=16" } + engines: { node: '>=16' } - "@esbuild/aix-ppc64@0.19.12": + '@esbuild/aix-ppc64@0.19.12': resolution: { integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ppc64] os: [aix] - "@esbuild/aix-ppc64@0.20.2": + '@esbuild/aix-ppc64@0.20.2': resolution: { integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ppc64] os: [aix] - "@esbuild/android-arm64@0.17.19": + '@esbuild/android-arm64@0.17.19': resolution: { integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [android] - "@esbuild/android-arm64@0.19.12": + '@esbuild/android-arm64@0.19.12': resolution: { integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [android] - "@esbuild/android-arm64@0.19.3": + '@esbuild/android-arm64@0.19.3': resolution: { integrity: sha512-w+Akc0vv5leog550kjJV9Ru+MXMR2VuMrui3C61mnysim0gkFCPOUTAfzTP0qX+HpN9Syu3YA3p1hf3EPqObRw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [android] - "@esbuild/android-arm64@0.20.2": + '@esbuild/android-arm64@0.20.2': resolution: { integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [android] - "@esbuild/android-arm@0.17.19": + '@esbuild/android-arm@0.17.19': resolution: { integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [android] - "@esbuild/android-arm@0.19.12": + '@esbuild/android-arm@0.19.12': resolution: { integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [android] - "@esbuild/android-arm@0.19.3": + '@esbuild/android-arm@0.19.3': resolution: { integrity: sha512-Lemgw4io4VZl9GHJmjiBGzQ7ONXRfRPHcUEerndjwiSkbxzrpq0Uggku5MxxrXdwJ+pTj1qyw4jwTu7hkPsgIA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [android] - "@esbuild/android-arm@0.20.2": + '@esbuild/android-arm@0.20.2': resolution: { integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [android] - "@esbuild/android-x64@0.17.19": + '@esbuild/android-x64@0.17.19': resolution: { integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [android] - "@esbuild/android-x64@0.19.12": + '@esbuild/android-x64@0.19.12': resolution: { integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [android] - "@esbuild/android-x64@0.19.3": + '@esbuild/android-x64@0.19.3': resolution: { integrity: sha512-FKQJKkK5MXcBHoNZMDNUAg1+WcZlV/cuXrWCoGF/TvdRiYS4znA0m5Il5idUwfxrE20bG/vU1Cr5e1AD6IEIjQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [android] - "@esbuild/android-x64@0.20.2": + '@esbuild/android-x64@0.20.2': resolution: { integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [android] - "@esbuild/darwin-arm64@0.17.19": + '@esbuild/darwin-arm64@0.17.19': resolution: { integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [darwin] - "@esbuild/darwin-arm64@0.19.12": + '@esbuild/darwin-arm64@0.19.12': resolution: { integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [darwin] - "@esbuild/darwin-arm64@0.19.3": + '@esbuild/darwin-arm64@0.19.3': resolution: { integrity: sha512-kw7e3FXU+VsJSSSl2nMKvACYlwtvZB8RUIeVShIEY6PVnuZ3c9+L9lWB2nWeeKWNNYDdtL19foCQ0ZyUL7nqGw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [darwin] - "@esbuild/darwin-arm64@0.20.2": + '@esbuild/darwin-arm64@0.20.2': resolution: { integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [darwin] - "@esbuild/darwin-x64@0.17.19": + '@esbuild/darwin-x64@0.17.19': resolution: { integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [darwin] - "@esbuild/darwin-x64@0.19.12": + '@esbuild/darwin-x64@0.19.12': resolution: { integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [darwin] - "@esbuild/darwin-x64@0.19.3": + '@esbuild/darwin-x64@0.19.3': resolution: { integrity: sha512-tPfZiwF9rO0jW6Jh9ipi58N5ZLoSjdxXeSrAYypy4psA2Yl1dAMhM71KxVfmjZhJmxRjSnb29YlRXXhh3GqzYw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [darwin] - "@esbuild/darwin-x64@0.20.2": + '@esbuild/darwin-x64@0.20.2': resolution: { integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [darwin] - "@esbuild/freebsd-arm64@0.17.19": + '@esbuild/freebsd-arm64@0.17.19': resolution: { integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [freebsd] - "@esbuild/freebsd-arm64@0.19.12": + '@esbuild/freebsd-arm64@0.19.12': resolution: { integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [freebsd] - "@esbuild/freebsd-arm64@0.19.3": + '@esbuild/freebsd-arm64@0.19.3': resolution: { integrity: sha512-ERDyjOgYeKe0Vrlr1iLrqTByB026YLPzTytDTz1DRCYM+JI92Dw2dbpRHYmdqn6VBnQ9Bor6J8ZlNwdZdxjlSg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [freebsd] - "@esbuild/freebsd-arm64@0.20.2": + '@esbuild/freebsd-arm64@0.20.2': resolution: { integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [freebsd] - "@esbuild/freebsd-x64@0.17.19": + '@esbuild/freebsd-x64@0.17.19': resolution: { integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [freebsd] - "@esbuild/freebsd-x64@0.19.12": + '@esbuild/freebsd-x64@0.19.12': resolution: { integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [freebsd] - "@esbuild/freebsd-x64@0.19.3": + '@esbuild/freebsd-x64@0.19.3': resolution: { integrity: sha512-nXesBZ2Ad1qL+Rm3crN7NmEVJ5uvfLFPLJev3x1j3feCQXfAhoYrojC681RhpdOph8NsvKBBwpYZHR7W0ifTTA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [freebsd] - "@esbuild/freebsd-x64@0.20.2": + '@esbuild/freebsd-x64@0.20.2': resolution: { integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [freebsd] - "@esbuild/linux-arm64@0.17.19": + '@esbuild/linux-arm64@0.17.19': resolution: { integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [linux] - "@esbuild/linux-arm64@0.19.12": + '@esbuild/linux-arm64@0.19.12': resolution: { integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [linux] - "@esbuild/linux-arm64@0.19.3": + '@esbuild/linux-arm64@0.19.3': resolution: { integrity: sha512-qXvYKmXj8GcJgWq3aGvxL/JG1ZM3UR272SdPU4QSTzD0eymrM7leiZH77pvY3UetCy0k1xuXZ+VPvoJNdtrsWQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [linux] - "@esbuild/linux-arm64@0.20.2": + '@esbuild/linux-arm64@0.20.2': resolution: { integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [linux] - "@esbuild/linux-arm@0.17.19": + '@esbuild/linux-arm@0.17.19': resolution: { integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [linux] - "@esbuild/linux-arm@0.19.12": + '@esbuild/linux-arm@0.19.12': resolution: { integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [linux] - "@esbuild/linux-arm@0.19.3": + '@esbuild/linux-arm@0.19.3': resolution: { integrity: sha512-zr48Cg/8zkzZCzDHNxXO/89bf9e+r4HtzNUPoz4GmgAkF1gFAFmfgOdCbR8zMbzFDGb1FqBBhdXUpcTQRYS1cQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [linux] - "@esbuild/linux-arm@0.20.2": + '@esbuild/linux-arm@0.20.2': resolution: { integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm] os: [linux] - "@esbuild/linux-ia32@0.17.19": + '@esbuild/linux-ia32@0.17.19': resolution: { integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [linux] - "@esbuild/linux-ia32@0.19.12": + '@esbuild/linux-ia32@0.19.12': resolution: { integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [linux] - "@esbuild/linux-ia32@0.19.3": + '@esbuild/linux-ia32@0.19.3': resolution: { integrity: sha512-7XlCKCA0nWcbvYpusARWkFjRQNWNGlt45S+Q18UeS///K6Aw8bB2FKYe9mhVWy/XLShvCweOLZPrnMswIaDXQA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [linux] - "@esbuild/linux-ia32@0.20.2": + '@esbuild/linux-ia32@0.20.2': resolution: { integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [linux] - "@esbuild/linux-loong64@0.17.19": + '@esbuild/linux-loong64@0.17.19': resolution: { integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [loong64] os: [linux] - "@esbuild/linux-loong64@0.19.12": + '@esbuild/linux-loong64@0.19.12': resolution: { integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [loong64] os: [linux] - "@esbuild/linux-loong64@0.19.3": + '@esbuild/linux-loong64@0.19.3': resolution: { integrity: sha512-qGTgjweER5xqweiWtUIDl9OKz338EQqCwbS9c2Bh5jgEH19xQ1yhgGPNesugmDFq+UUSDtWgZ264st26b3de8A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [loong64] os: [linux] - "@esbuild/linux-loong64@0.20.2": + '@esbuild/linux-loong64@0.20.2': resolution: { integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [loong64] os: [linux] - "@esbuild/linux-mips64el@0.17.19": + '@esbuild/linux-mips64el@0.17.19': resolution: { integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [mips64el] os: [linux] - "@esbuild/linux-mips64el@0.19.12": + '@esbuild/linux-mips64el@0.19.12': resolution: { integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [mips64el] os: [linux] - "@esbuild/linux-mips64el@0.19.3": + '@esbuild/linux-mips64el@0.19.3': resolution: { integrity: sha512-gy1bFskwEyxVMFRNYSvBauDIWNggD6pyxUksc0MV9UOBD138dKTzr8XnM2R4mBsHwVzeuIH8X5JhmNs2Pzrx+A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [mips64el] os: [linux] - "@esbuild/linux-mips64el@0.20.2": + '@esbuild/linux-mips64el@0.20.2': resolution: { integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [mips64el] os: [linux] - "@esbuild/linux-ppc64@0.17.19": + '@esbuild/linux-ppc64@0.17.19': resolution: { integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ppc64] os: [linux] - "@esbuild/linux-ppc64@0.19.12": + '@esbuild/linux-ppc64@0.19.12': resolution: { integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ppc64] os: [linux] - "@esbuild/linux-ppc64@0.19.3": + '@esbuild/linux-ppc64@0.19.3': resolution: { integrity: sha512-UrYLFu62x1MmmIe85rpR3qou92wB9lEXluwMB/STDzPF9k8mi/9UvNsG07Tt9AqwPQXluMQ6bZbTzYt01+Ue5g==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ppc64] os: [linux] - "@esbuild/linux-ppc64@0.20.2": + '@esbuild/linux-ppc64@0.20.2': resolution: { integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ppc64] os: [linux] - "@esbuild/linux-riscv64@0.17.19": + '@esbuild/linux-riscv64@0.17.19': resolution: { integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [riscv64] os: [linux] - "@esbuild/linux-riscv64@0.19.12": + '@esbuild/linux-riscv64@0.19.12': resolution: { integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [riscv64] os: [linux] - "@esbuild/linux-riscv64@0.19.3": + '@esbuild/linux-riscv64@0.19.3': resolution: { integrity: sha512-9E73TfyMCbE+1AwFOg3glnzZ5fBAFK4aawssvuMgCRqCYzE0ylVxxzjEfut8xjmKkR320BEoMui4o/t9KA96gA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [riscv64] os: [linux] - "@esbuild/linux-riscv64@0.20.2": + '@esbuild/linux-riscv64@0.20.2': resolution: { integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [riscv64] os: [linux] - "@esbuild/linux-s390x@0.17.19": + '@esbuild/linux-s390x@0.17.19': resolution: { integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [s390x] os: [linux] - "@esbuild/linux-s390x@0.19.12": + '@esbuild/linux-s390x@0.19.12': resolution: { integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [s390x] os: [linux] - "@esbuild/linux-s390x@0.19.3": + '@esbuild/linux-s390x@0.19.3': resolution: { integrity: sha512-LlmsbuBdm1/D66TJ3HW6URY8wO6IlYHf+ChOUz8SUAjVTuaisfuwCOAgcxo3Zsu3BZGxmI7yt//yGOxV+lHcEA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [s390x] os: [linux] - "@esbuild/linux-s390x@0.20.2": + '@esbuild/linux-s390x@0.20.2': resolution: { integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [s390x] os: [linux] - "@esbuild/linux-x64@0.17.19": + '@esbuild/linux-x64@0.17.19': resolution: { integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [linux] - "@esbuild/linux-x64@0.19.12": + '@esbuild/linux-x64@0.19.12': resolution: { integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [linux] - "@esbuild/linux-x64@0.19.3": + '@esbuild/linux-x64@0.19.3': resolution: { integrity: sha512-ogV0+GwEmvwg/8ZbsyfkYGaLACBQWDvO0Kkh8LKBGKj9Ru8VM39zssrnu9Sxn1wbapA2qNS6BiLdwJZGouyCwQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [linux] - "@esbuild/linux-x64@0.20.2": + '@esbuild/linux-x64@0.20.2': resolution: { integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [linux] - "@esbuild/netbsd-x64@0.17.19": + '@esbuild/netbsd-x64@0.17.19': resolution: { integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [netbsd] - "@esbuild/netbsd-x64@0.19.12": + '@esbuild/netbsd-x64@0.19.12': resolution: { integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [netbsd] - "@esbuild/netbsd-x64@0.19.3": + '@esbuild/netbsd-x64@0.19.3': resolution: { integrity: sha512-o1jLNe4uzQv2DKXMlmEzf66Wd8MoIhLNO2nlQBHLtWyh2MitDG7sMpfCO3NTcoTMuqHjfufgUQDFRI5C+xsXQw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [netbsd] - "@esbuild/netbsd-x64@0.20.2": + '@esbuild/netbsd-x64@0.20.2': resolution: { integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [netbsd] - "@esbuild/openbsd-x64@0.17.19": + '@esbuild/openbsd-x64@0.17.19': resolution: { integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [openbsd] - "@esbuild/openbsd-x64@0.19.12": + '@esbuild/openbsd-x64@0.19.12': resolution: { integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [openbsd] - "@esbuild/openbsd-x64@0.19.3": + '@esbuild/openbsd-x64@0.19.3': resolution: { integrity: sha512-AZJCnr5CZgZOdhouLcfRdnk9Zv6HbaBxjcyhq0StNcvAdVZJSKIdOiPB9az2zc06ywl0ePYJz60CjdKsQacp5Q==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [openbsd] - "@esbuild/openbsd-x64@0.20.2": + '@esbuild/openbsd-x64@0.20.2': resolution: { integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [openbsd] - "@esbuild/sunos-x64@0.17.19": + '@esbuild/sunos-x64@0.17.19': resolution: { integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [sunos] - "@esbuild/sunos-x64@0.19.12": + '@esbuild/sunos-x64@0.19.12': resolution: { integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [sunos] - "@esbuild/sunos-x64@0.19.3": + '@esbuild/sunos-x64@0.19.3': resolution: { integrity: sha512-Acsujgeqg9InR4glTRvLKGZ+1HMtDm94ehTIHKhJjFpgVzZG9/pIcWW/HA/DoMfEyXmANLDuDZ2sNrWcjq1lxw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [sunos] - "@esbuild/sunos-x64@0.20.2": + '@esbuild/sunos-x64@0.20.2': resolution: { integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [sunos] - "@esbuild/win32-arm64@0.17.19": + '@esbuild/win32-arm64@0.17.19': resolution: { integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [win32] - "@esbuild/win32-arm64@0.19.12": + '@esbuild/win32-arm64@0.19.12': resolution: { integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [win32] - "@esbuild/win32-arm64@0.19.3": + '@esbuild/win32-arm64@0.19.3': resolution: { integrity: sha512-FSrAfjVVy7TifFgYgliiJOyYynhQmqgPj15pzLyJk8BUsnlWNwP/IAy6GAiB1LqtoivowRgidZsfpoYLZH586A==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [win32] - "@esbuild/win32-arm64@0.20.2": + '@esbuild/win32-arm64@0.20.2': resolution: { integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [arm64] os: [win32] - "@esbuild/win32-ia32@0.17.19": + '@esbuild/win32-ia32@0.17.19': resolution: { integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [win32] - "@esbuild/win32-ia32@0.19.12": + '@esbuild/win32-ia32@0.19.12': resolution: { integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [win32] - "@esbuild/win32-ia32@0.19.3": + '@esbuild/win32-ia32@0.19.3': resolution: { integrity: sha512-xTScXYi12xLOWZ/sc5RBmMN99BcXp/eEf7scUC0oeiRoiT5Vvo9AycuqCp+xdpDyAU+LkrCqEpUS9fCSZF8J3Q==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [win32] - "@esbuild/win32-ia32@0.20.2": + '@esbuild/win32-ia32@0.20.2': resolution: { integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [ia32] os: [win32] - "@esbuild/win32-x64@0.17.19": + '@esbuild/win32-x64@0.17.19': resolution: { integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [win32] - "@esbuild/win32-x64@0.19.12": + '@esbuild/win32-x64@0.19.12': resolution: { integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [win32] - "@esbuild/win32-x64@0.19.3": + '@esbuild/win32-x64@0.19.3': resolution: { integrity: sha512-FbUN+0ZRXsypPyWE2IwIkVjDkDnJoMJARWOcFZn4KPPli+QnKqF0z1anvfaYe3ev5HFCpRDLLBDHyOALLppWHw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [win32] - "@esbuild/win32-x64@0.20.2": + '@esbuild/win32-x64@0.20.2': resolution: { integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } cpu: [x64] os: [win32] - "@eslint-community/eslint-utils@4.4.0": + '@eslint-community/eslint-utils@4.4.0': resolution: { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==, @@ -3918,94 +3918,94 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - "@eslint-community/regexpp@4.10.0": + '@eslint-community/regexpp@4.10.0': resolution: { integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==, } engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - "@eslint-community/regexpp@4.5.1": + '@eslint-community/regexpp@4.5.1': resolution: { integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==, } engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } - "@eslint/eslintrc@2.0.3": + '@eslint/eslintrc@2.0.3': resolution: { integrity: sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@eslint/eslintrc@2.1.2": + '@eslint/eslintrc@2.1.2': resolution: { integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@eslint/eslintrc@2.1.3": + '@eslint/eslintrc@2.1.3': resolution: { integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@eslint/js@8.38.0": + '@eslint/js@8.38.0': resolution: { integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@eslint/js@8.52.0": + '@eslint/js@8.52.0': resolution: { integrity: sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@eslint/js@8.54.0": + '@eslint/js@8.54.0': resolution: { integrity: sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@fastify/busboy@2.1.1": + '@fastify/busboy@2.1.1': resolution: { integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==, } - engines: { node: ">=14" } + engines: { node: '>=14' } - "@fuels/connectors@0.2.2": + '@fuels/connectors@0.2.2': resolution: { integrity: sha512-TbyJjK3GgyeF6ERZyoh8GfECAVBoI69w4Ee/Osw2Q1zzGIY5/oWwPJxCUzOzd+47eIRWlvtItl1mvkyDyn3aVA==, } peerDependencies: - fuels: ">=0.78.0" + fuels: '>=0.78.0' - "@fuels/react@0.18.1": + '@fuels/react@0.18.1': resolution: { integrity: sha512-Hduy5GcHcY7I112JjPOVYu/4xGMKuMNqD/YO0c2D401RAA9nlh6G14yMFNZ3G/LJx4gJ/Ayx7rlVRh1z43cP/A==, } peerDependencies: - "@tanstack/react-query": ">=5.0.0" - fuels: ">=0.74.0" + '@tanstack/react-query': '>=5.0.0' + fuels: '>=0.74.0' react: ^18.2.0 - "@fuels/vm-asm@0.49.0": + '@fuels/vm-asm@0.49.0': resolution: { integrity: sha512-IL+X9XoTlmomgSKO1pp8IThD/dcQo4Mz3dmCqRcY5+I9ux25P2apPCHxYLFx9m5bPJlQTm6VKbeVLMSdhr9nOw==, } - "@graphql-codegen/cli@2.13.7": + '@graphql-codegen/cli@2.13.7': resolution: { integrity: sha512-Rpk4WWrDgkDoVELftBr7/74MPiYmCITEF2+AWmyZZ2xzaC9cO2PqzZ+OYDEBNWD6UEk0RrIfVSa+slDKjhY59w==, @@ -4014,7 +4014,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/core@2.6.2": + '@graphql-codegen/core@2.6.2': resolution: { integrity: sha512-58T5yf9nEfAhDwN1Vz1hImqpdJ/gGpCGUaroQ5tqskZPf7eZYYVkEXbtqRZZLx1MCCKwjWX4hMtTPpHhwKCkng==, @@ -4022,7 +4022,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/plugin-helpers@2.7.2": + '@graphql-codegen/plugin-helpers@2.7.2': resolution: { integrity: sha512-kln2AZ12uii6U59OQXdjLk5nOlh1pHis1R98cDZGFnfaiAbX9V3fxcZ1MMJkB7qFUymTALzyjZoXXdyVmPMfRg==, @@ -4030,7 +4030,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/plugin-helpers@3.1.2": + '@graphql-codegen/plugin-helpers@3.1.2': resolution: { integrity: sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==, @@ -4038,7 +4038,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/schema-ast@2.6.1": + '@graphql-codegen/schema-ast@2.6.1': resolution: { integrity: sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==, @@ -4046,7 +4046,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/typescript-generic-sdk@3.1.0": + '@graphql-codegen/typescript-generic-sdk@3.1.0': resolution: { integrity: sha512-nQZi/YGRI1+qCZZsh0V5nz6+hCHSN4OU9tKyOTDsEPyDFnGEukDuRdCH2IZasGn22a3Iu5TUDkgp5w9wEQwGmg==, @@ -4055,7 +4055,7 @@ packages: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 graphql-tag: ^2.0.0 - "@graphql-codegen/typescript-operations@2.5.5": + '@graphql-codegen/typescript-operations@2.5.5': resolution: { integrity: sha512-rH15UA34MRf6cITfvt2EkSEaC/8ULvgMg5kzun6895oucA8PFyAFJaQzcjk9UraeD3ddMu56OKhZGdxd0JWfKw==, @@ -4063,7 +4063,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/typescript@2.8.0": + '@graphql-codegen/typescript@2.8.0': resolution: { integrity: sha512-atQ6NFfMmoknJi0QdVSozPugKcgeJB6t1/cVskbhVtX8tAEFFLjl6H23mpz3t35AH6aGWtvx2LCjUSxHI6P6xA==, @@ -4071,7 +4071,7 @@ packages: peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/visitor-plugin-common@2.13.0": + '@graphql-codegen/visitor-plugin-common@2.13.0': resolution: { integrity: sha512-8lKw4l8W6yKaqrxx025eB6+lRMWaBKedbKjC9UyLhXAnqTi3tgaRKOBo4zvl1+KzE6R41Ruov9UcGD7OjgmBrw==, @@ -4079,7 +4079,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-codegen/visitor-plugin-common@2.13.1": + '@graphql-codegen/visitor-plugin-common@2.13.1': resolution: { integrity: sha512-mD9ufZhDGhyrSaWQGrU1Q1c5f01TeWtSWy/cDwXYjJcHIj1Y/DG2x0tOflEfCvh5WcnmHNIw4lzDsg1W7iFJEg==, @@ -4087,7 +4087,7 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - "@graphql-tools/apollo-engine-loader@7.3.26": + '@graphql-tools/apollo-engine-loader@7.3.26': resolution: { integrity: sha512-h1vfhdJFjnCYn9b5EY1Z91JTF0KB3hHVJNQIsiUV2mpQXZdeOXQoaWeYEKaiI5R6kwBw5PP9B0fv3jfUIG8LyQ==, @@ -4095,7 +4095,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/batch-execute@8.5.22": + '@graphql-tools/batch-execute@8.5.22': resolution: { integrity: sha512-hcV1JaY6NJQFQEwCKrYhpfLK8frSXDbtNMoTur98u10Cmecy1zrqNKSqhEyGetpgHxaJRqszGzKeI3RuroDN6A==, @@ -4103,7 +4103,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/code-file-loader@7.3.23": + '@graphql-tools/code-file-loader@7.3.23': resolution: { integrity: sha512-8Wt1rTtyTEs0p47uzsPJ1vAtfAx0jmxPifiNdmo9EOCuUPyQGEbMaik/YkqZ7QUFIEYEQu+Vgfo8tElwOPtx5Q==, @@ -4111,7 +4111,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/delegate@9.0.35": + '@graphql-tools/delegate@9.0.35': resolution: { integrity: sha512-jwPu8NJbzRRMqi4Vp/5QX1vIUeUPpWmlQpOkXQD2r1X45YsVceyUUBnktCrlJlDB4jPRVy7JQGwmYo3KFiOBMA==, @@ -4119,7 +4119,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/executor-graphql-ws@0.0.14": + '@graphql-tools/executor-graphql-ws@0.0.14': resolution: { integrity: sha512-P2nlkAsPZKLIXImFhj0YTtny5NQVGSsKnhi7PzXiaHSXc6KkzqbWZHKvikD4PObanqg+7IO58rKFpGXP7eeO+w==, @@ -4127,7 +4127,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/executor-http@0.1.10": + '@graphql-tools/executor-http@0.1.10': resolution: { integrity: sha512-hnAfbKv0/lb9s31LhWzawQ5hghBfHS+gYWtqxME6Rl0Aufq9GltiiLBcl7OVVOnkLF0KhwgbYP1mB5VKmgTGpg==, @@ -4135,7 +4135,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/executor-legacy-ws@0.0.11": + '@graphql-tools/executor-legacy-ws@0.0.11': resolution: { integrity: sha512-4ai+NnxlNfvIQ4c70hWFvOZlSUN8lt7yc+ZsrwtNFbFPH/EroIzFMapAxM9zwyv9bH38AdO3TQxZ5zNxgBdvUw==, @@ -4143,7 +4143,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/executor@0.0.20": + '@graphql-tools/executor@0.0.20': resolution: { integrity: sha512-GdvNc4vszmfeGvUqlcaH1FjBoguvMYzxAfT6tDd4/LgwymepHhinqLNA5otqwVLW+JETcDaK7xGENzFomuE6TA==, @@ -4151,7 +4151,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/git-loader@7.3.0": + '@graphql-tools/git-loader@7.3.0': resolution: { integrity: sha512-gcGAK+u16eHkwsMYqqghZbmDquh8QaO24Scsxq+cVR+vx1ekRlsEiXvu+yXVDbZdcJ6PBIbeLcQbEu+xhDLmvQ==, @@ -4159,7 +4159,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/github-loader@7.3.28": + '@graphql-tools/github-loader@7.3.28': resolution: { integrity: sha512-OK92Lf9pmxPQvjUNv05b3tnVhw0JRfPqOf15jZjyQ8BfdEUrJoP32b4dRQQem/wyRL24KY4wOfArJNqzpsbwCA==, @@ -4167,7 +4167,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/graphql-file-loader@7.5.17": + '@graphql-tools/graphql-file-loader@7.5.17': resolution: { integrity: sha512-hVwwxPf41zOYgm4gdaZILCYnKB9Zap7Ys9OhY1hbwuAuC4MMNY9GpUjoTU3CQc3zUiPoYStyRtUGkHSJZ3HxBw==, @@ -4175,7 +4175,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/graphql-tag-pluck@7.5.2": + '@graphql-tools/graphql-tag-pluck@7.5.2': resolution: { integrity: sha512-RW+H8FqOOLQw0BPXaahYepVSRjuOHw+7IL8Opaa5G5uYGOBxoXR7DceyQ7BcpMgktAOOmpDNQ2WtcboChOJSRA==, @@ -4183,7 +4183,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/import@6.7.18": + '@graphql-tools/import@6.7.18': resolution: { integrity: sha512-XQDdyZTp+FYmT7as3xRWH/x8dx0QZA2WZqfMF5EWb36a0PiH7WwlRQYIdyYXj8YCLpiWkeBXgBRHmMnwEYR8iQ==, @@ -4191,7 +4191,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/json-file-loader@7.4.18": + '@graphql-tools/json-file-loader@7.4.18': resolution: { integrity: sha512-AJ1b6Y1wiVgkwsxT5dELXhIVUPs/u3VZ8/0/oOtpcoyO/vAeM5rOvvWegzicOOnQw8G45fgBRMkkRfeuwVt6+w==, @@ -4199,7 +4199,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/load@7.8.14": + '@graphql-tools/load@7.8.14': resolution: { integrity: sha512-ASQvP+snHMYm+FhIaLxxFgVdRaM0vrN9wW2BKInQpktwWTXVyk+yP5nQUCEGmn0RTdlPKrffBaigxepkEAJPrg==, @@ -4207,7 +4207,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/merge@8.4.2": + '@graphql-tools/merge@8.4.2': resolution: { integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==, @@ -4215,7 +4215,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/optimize@1.4.0": + '@graphql-tools/optimize@1.4.0': resolution: { integrity: sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==, @@ -4223,7 +4223,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/prisma-loader@7.2.72": + '@graphql-tools/prisma-loader@7.2.72': resolution: { integrity: sha512-0a7uV7Fky6yDqd0tI9+XMuvgIo6GAqiVzzzFV4OSLry4AwiQlI3igYseBV7ZVOGhedOTqj/URxjpiv07hRcwag==, @@ -4231,7 +4231,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/relay-operation-optimizer@6.5.18": + '@graphql-tools/relay-operation-optimizer@6.5.18': resolution: { integrity: sha512-mc5VPyTeV+LwiM+DNvoDQfPqwQYhPV/cl5jOBjTgSniyaq8/86aODfMkrE2OduhQ5E00hqrkuL2Fdrgk0w1QJg==, @@ -4239,7 +4239,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/schema@9.0.19": + '@graphql-tools/schema@9.0.19': resolution: { integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==, @@ -4247,7 +4247,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/url-loader@7.17.18": + '@graphql-tools/url-loader@7.17.18': resolution: { integrity: sha512-ear0CiyTj04jCVAxi7TvgbnGDIN2HgqzXzwsfcqiVg9cvjT40NcMlZ2P1lZDgqMkZ9oyLTV8Bw6j+SyG6A+xPw==, @@ -4255,7 +4255,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/utils@8.13.1": + '@graphql-tools/utils@8.13.1': resolution: { integrity: sha512-qIh9yYpdUFmctVqovwMdheVNJqFh+DQNWIhX87FJStfXYnmweBUDATok9fWPleKeFwxnW8IapKmY8m8toJEkAw==, @@ -4263,7 +4263,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/utils@9.2.1": + '@graphql-tools/utils@9.2.1': resolution: { integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==, @@ -4271,7 +4271,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-tools/wrap@9.4.2": + '@graphql-tools/wrap@9.4.2': resolution: { integrity: sha512-DFcd9r51lmcEKn0JW43CWkkI2D6T9XI1juW/Yo86i04v43O9w2/k4/nx2XTJv4Yv+iXwUw7Ok81PGltwGJSDSA==, @@ -4279,7 +4279,7 @@ packages: peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@graphql-typed-document-node/core@3.2.0": + '@graphql-typed-document-node/core@3.2.0': resolution: { integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==, @@ -4287,90 +4287,90 @@ packages: peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 - "@humanwhocodes/config-array@0.11.10": + '@humanwhocodes/config-array@0.11.10': resolution: { integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==, } - engines: { node: ">=10.10.0" } + engines: { node: '>=10.10.0' } - "@humanwhocodes/config-array@0.11.13": + '@humanwhocodes/config-array@0.11.13': resolution: { integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==, } - engines: { node: ">=10.10.0" } + engines: { node: '>=10.10.0' } - "@humanwhocodes/module-importer@1.0.1": + '@humanwhocodes/module-importer@1.0.1': resolution: { integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==, } - engines: { node: ">=12.22" } + engines: { node: '>=12.22' } - "@humanwhocodes/object-schema@1.2.1": + '@humanwhocodes/object-schema@1.2.1': resolution: { integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==, } - "@humanwhocodes/object-schema@2.0.1": + '@humanwhocodes/object-schema@2.0.1': resolution: { integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==, } - "@iarna/toml@2.2.5": + '@iarna/toml@2.2.5': resolution: { integrity: sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==, } - "@isaacs/cliui@8.0.2": + '@isaacs/cliui@8.0.2': resolution: { integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } - "@istanbuljs/load-nyc-config@1.1.0": + '@istanbuljs/load-nyc-config@1.1.0': resolution: { integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } - "@istanbuljs/nyc-config-typescript@1.0.2": + '@istanbuljs/nyc-config-typescript@1.0.2': resolution: { integrity: sha512-iKGIyMoyJuFnJRSVTZ78POIRvNnwZaWIf8vG4ZS3rQq58MMDrqEX2nnzx0R28V2X8JvmKYiqY9FP2hlJsm8A0w==, } - engines: { node: ">=8" } + engines: { node: '>=8' } peerDependencies: - nyc: ">=15" + nyc: '>=15' - "@istanbuljs/schema@0.1.3": + '@istanbuljs/schema@0.1.3': resolution: { integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } - "@jest/console@27.5.1": + '@jest/console@27.5.1': resolution: { integrity: sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/console@28.1.3": + '@jest/console@28.1.3': resolution: { integrity: sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - "@jest/core@27.5.1": + '@jest/core@27.5.1': resolution: { integrity: sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==, @@ -4382,35 +4382,35 @@ packages: node-notifier: optional: true - "@jest/environment@27.5.1": + '@jest/environment@27.5.1': resolution: { integrity: sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/expect-utils@29.5.0": + '@jest/expect-utils@29.5.0': resolution: { integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/fake-timers@27.5.1": + '@jest/fake-timers@27.5.1': resolution: { integrity: sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/globals@27.5.1": + '@jest/globals@27.5.1': resolution: { integrity: sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/reporters@27.5.1": + '@jest/reporters@27.5.1': resolution: { integrity: sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==, @@ -4422,638 +4422,638 @@ packages: node-notifier: optional: true - "@jest/schemas@28.1.3": + '@jest/schemas@28.1.3': resolution: { integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - "@jest/schemas@29.6.3": + '@jest/schemas@29.6.3': resolution: { integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jest/source-map@27.5.1": + '@jest/source-map@27.5.1': resolution: { integrity: sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/test-result@27.5.1": + '@jest/test-result@27.5.1': resolution: { integrity: sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/test-result@28.1.3": + '@jest/test-result@28.1.3': resolution: { integrity: sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - "@jest/test-sequencer@27.5.1": + '@jest/test-sequencer@27.5.1': resolution: { integrity: sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/transform@27.5.1": + '@jest/transform@27.5.1': resolution: { integrity: sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/types@27.5.1": + '@jest/types@27.5.1': resolution: { integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==, } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } - "@jest/types@28.1.3": + '@jest/types@28.1.3': resolution: { integrity: sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==, } engines: { node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0 } - "@jest/types@29.5.0": + '@jest/types@29.5.0': resolution: { integrity: sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==, } engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } - "@jridgewell/gen-mapping@0.3.3": + '@jridgewell/gen-mapping@0.3.3': resolution: { integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } - "@jridgewell/gen-mapping@0.3.5": + '@jridgewell/gen-mapping@0.3.5': resolution: { integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } - "@jridgewell/resolve-uri@3.1.0": + '@jridgewell/resolve-uri@3.1.0': resolution: { integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } - "@jridgewell/resolve-uri@3.1.1": + '@jridgewell/resolve-uri@3.1.1': resolution: { integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } - "@jridgewell/set-array@1.1.2": + '@jridgewell/set-array@1.1.2': resolution: { integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } - "@jridgewell/set-array@1.2.1": + '@jridgewell/set-array@1.2.1': resolution: { integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } - "@jridgewell/source-map@0.3.3": + '@jridgewell/source-map@0.3.3': resolution: { integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==, } - "@jridgewell/sourcemap-codec@1.4.14": + '@jridgewell/sourcemap-codec@1.4.14': resolution: { integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==, } - "@jridgewell/sourcemap-codec@1.4.15": + '@jridgewell/sourcemap-codec@1.4.15': resolution: { integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==, } - "@jridgewell/trace-mapping@0.3.18": + '@jridgewell/trace-mapping@0.3.18': resolution: { integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==, } - "@jridgewell/trace-mapping@0.3.20": + '@jridgewell/trace-mapping@0.3.20': resolution: { integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==, } - "@jridgewell/trace-mapping@0.3.25": + '@jridgewell/trace-mapping@0.3.25': resolution: { integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==, } - "@jridgewell/trace-mapping@0.3.9": + '@jridgewell/trace-mapping@0.3.9': resolution: { integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==, } - "@leichtgewicht/ip-codec@2.0.4": + '@leichtgewicht/ip-codec@2.0.4': resolution: { integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==, } - "@manypkg/find-root@1.1.0": + '@manypkg/find-root@1.1.0': resolution: { integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==, } - "@manypkg/get-packages@1.1.3": + '@manypkg/get-packages@1.1.3': resolution: { integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==, } - "@microsoft/tsdoc-config@0.16.2": + '@microsoft/tsdoc-config@0.16.2': resolution: { integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==, } - "@microsoft/tsdoc@0.14.2": + '@microsoft/tsdoc@0.14.2': resolution: { integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==, } - "@napi-rs/magic-string-android-arm-eabi@0.3.4": + '@napi-rs/magic-string-android-arm-eabi@0.3.4': resolution: { integrity: sha512-sszAYxqtzzJ4FDerDNHcqL9NhqPhj8W4DNiOanXYy50mA5oojlRtaAFPiB5ZMrWDBM32v5Q30LrmxQ4eTtu2Dg==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm] os: [android] - "@napi-rs/magic-string-android-arm64@0.3.4": + '@napi-rs/magic-string-android-arm64@0.3.4': resolution: { integrity: sha512-jdQ6HuO0X5rkX4MauTcWR4HWdgjakTOmmzqXg8L26+jOHVVG1LZE+Su5qvV4bP8vMb2h+vPE+JsnwqSmWymu3Q==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [android] - "@napi-rs/magic-string-darwin-arm64@0.3.4": + '@napi-rs/magic-string-darwin-arm64@0.3.4': resolution: { integrity: sha512-6NmMtvURce9/oq09XBZmuIeI6lPLGtEJ2ZPO/QzL3nLZa6wygiCnO/sFACKYNg5/73ET5HMMTeuogE1JI+r2Lw==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [darwin] - "@napi-rs/magic-string-darwin-x64@0.3.4": + '@napi-rs/magic-string-darwin-x64@0.3.4': resolution: { integrity: sha512-f9LmfMiUAKDOtl0meOuLYeVb6OERrgGzrTg1Tn3R3fTAShM2kxRbfAuPE9ljuXxIFzOv/uqRNLSl/LqCJwpREA==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [darwin] - "@napi-rs/magic-string-freebsd-x64@0.3.4": + '@napi-rs/magic-string-freebsd-x64@0.3.4': resolution: { integrity: sha512-rqduQ4odiDK4QdM45xHWRTU4wtFIfpp8g8QGpz+3qqg7ivldDqbbNOrBaf6Oeu77uuEvWggnkyuChotfKgJdJQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [freebsd] - "@napi-rs/magic-string-linux-arm-gnueabihf@0.3.4": + '@napi-rs/magic-string-linux-arm-gnueabihf@0.3.4': resolution: { integrity: sha512-pVaJEdEpiPqIfq3M4+yMAATS7Z9muDcWYn8H7GFH1ygh8GwgLgKfy/n/lG2M6zp18Mwd0x7E2E/qg9GgCyUzoQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm] os: [linux] - "@napi-rs/magic-string-linux-arm64-gnu@0.3.4": + '@napi-rs/magic-string-linux-arm64-gnu@0.3.4': resolution: { integrity: sha512-9FwoAih/0tzEZx0BjYYIxWkSRMjonIn91RFM3q3MBs/evmThXUYXUqLNa1PPIkK1JoksswtDi48qWWLt8nGflQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [linux] - "@napi-rs/magic-string-linux-arm64-musl@0.3.4": + '@napi-rs/magic-string-linux-arm64-musl@0.3.4': resolution: { integrity: sha512-wCR7R+WPOcAKmVQc1s6h6HwfwW1vL9pM8BjUY9Ljkdb8wt1LmZEmV2Sgfc1SfbRQzbyl+pKeufP6adRRQVzYDA==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [linux] - "@napi-rs/magic-string-linux-x64-gnu@0.3.4": + '@napi-rs/magic-string-linux-x64-gnu@0.3.4': resolution: { integrity: sha512-sbxFDpYnt5WFbxQ1xozwOvh5A7IftqSI0WnE9O7KsQIOi0ej2dvFbfOW4tmFkvH/YP8KJELo5AhP2+kEq1DpYA==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [linux] - "@napi-rs/magic-string-linux-x64-musl@0.3.4": + '@napi-rs/magic-string-linux-x64-musl@0.3.4': resolution: { integrity: sha512-jN4h/7e2Ul8v3UK5IZu38NXLMdzVWhY4uEDlnwuUAhwRh26wBQ1/pLD97Uy/Z3dFNBQPcsv60XS9fOM1YDNT6w==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [linux] - "@napi-rs/magic-string-win32-arm64-msvc@0.3.4": + '@napi-rs/magic-string-win32-arm64-msvc@0.3.4': resolution: { integrity: sha512-gMUyTRHLWpzX2ntJFCbW2Gnla9Y/WUmbkZuW5SBAo/Jo8QojHn76Y4PNgnoXdzcsV9b/45RBxurYKAfFg9WTyg==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [win32] - "@napi-rs/magic-string-win32-ia32-msvc@0.3.4": + '@napi-rs/magic-string-win32-ia32-msvc@0.3.4': resolution: { integrity: sha512-QIMauMOvEHgL00K9np/c9CT/CRtLOz3mRTQqcZ9XGzSoAMrpxH71KSpDJrKl7h7Ro6TZ+hJ0C3T+JVuTCZNv4A==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [ia32] os: [win32] - "@napi-rs/magic-string-win32-x64-msvc@0.3.4": + '@napi-rs/magic-string-win32-x64-msvc@0.3.4': resolution: { integrity: sha512-V8FMSf828MzOI3P6/765MR7zHU6CUZqiyPhmAnwYoKFNxfv7oCviN/G6NcENeCdcYOvNgh5fYzaNLB96ndId5A==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [win32] - "@napi-rs/magic-string@0.3.4": + '@napi-rs/magic-string@0.3.4': resolution: { integrity: sha512-DEWl/B99RQsyMT3F9bvrXuhL01/eIQp/dtNSE3G1jQ4mTGRcP4iHWxoPZ577WrbjUinrNgvRA5+08g8fkPgimQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } - "@next/env@14.2.2": + '@next/env@14.2.2': resolution: { integrity: sha512-sk72qRfM1Q90XZWYRoJKu/UWlTgihrASiYw/scb15u+tyzcze3bOuJ/UV6TBOQEeUaxOkRqGeuGUdiiuxc5oqw==, } - "@next/eslint-plugin-next@14.0.1": + '@next/eslint-plugin-next@14.0.1': resolution: { integrity: sha512-bLjJMwXdzvhnQOnxvHoTTUh/+PYk6FF/DCgHi4BXwXCINer+o1ZYfL9aVeezj/oI7wqGJOqwGIXrlBvPbAId3w==, } - "@next/swc-darwin-arm64@14.2.2": + '@next/swc-darwin-arm64@14.2.2': resolution: { integrity: sha512-3iPgMhzbalizGwHNFUcGnDhFPSgVBHQ8aqSTAMxB5BvJG0oYrDf1WOJZlbXBgunOEj/8KMVbejEur/FpvFsgFQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [darwin] - "@next/swc-darwin-x64@14.2.2": + '@next/swc-darwin-x64@14.2.2': resolution: { integrity: sha512-x7Afi/jt0ZBRUZHTi49yyej4o8znfIMHO4RvThuoc0P+uli8Jd99y5GKjxoYunPKsXL09xBXEM1+OQy2xEL0Ag==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [darwin] - "@next/swc-linux-arm64-gnu@14.2.2": + '@next/swc-linux-arm64-gnu@14.2.2': resolution: { integrity: sha512-zbfPtkk7L41ODMJwSp5VbmPozPmMMQrzAc0HAUomVeVIIwlDGs/UCqLJvLNDt4jpWgc21SjjyIn762lNGrMaUA==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [linux] - "@next/swc-linux-arm64-musl@14.2.2": + '@next/swc-linux-arm64-musl@14.2.2': resolution: { integrity: sha512-wPbS3pI/JU16rm3XdLvvTmlsmm1nd+sBa2ohXgBZcShX4TgOjD4R+RqHKlI1cjo/jDZKXt6OxmcU0Iys0OC/yg==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [linux] - "@next/swc-linux-x64-gnu@14.2.2": + '@next/swc-linux-x64-gnu@14.2.2': resolution: { integrity: sha512-NqWOHqqq8iC9tuHvZxjQ2tX+jWy2X9y8NX2mcB4sj2bIccuCxbIZrU/ThFPZZPauygajZuVQ6zediejQHwZHwQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [linux] - "@next/swc-linux-x64-musl@14.2.2": + '@next/swc-linux-x64-musl@14.2.2': resolution: { integrity: sha512-lGepHhwb9sGhCcU7999+iK1ZZT+6rrIoVg40MP7DZski9GIZP80wORSbt5kJzh9v2x2ev2lxC6VgwMQT0PcgTA==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [linux] - "@next/swc-win32-arm64-msvc@14.2.2": + '@next/swc-win32-arm64-msvc@14.2.2': resolution: { integrity: sha512-TZSh/48SfcLEQ4rD25VVn2kdIgUWmMflRX3OiyPwGNXn3NiyPqhqei/BaqCYXViIQ+6QsG9R0C8LftMqy8JPMA==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [arm64] os: [win32] - "@next/swc-win32-ia32-msvc@14.2.2": + '@next/swc-win32-ia32-msvc@14.2.2': resolution: { integrity: sha512-M0tBVNMEBJN2ZNQWlcekMn6pvLria7Sa2Fai5znm7CCJz4pP3lrvlSxhKdkCerk0D9E0bqx5yAo3o2Q7RrD4gA==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [ia32] os: [win32] - "@next/swc-win32-x64-msvc@14.2.2": + '@next/swc-win32-x64-msvc@14.2.2': resolution: { integrity: sha512-a/20E/wtTJZ3Ykv3f/8F0l7TtgQa2LWHU2oNB9bsu0VjqGuGGHmm/q6waoUNQYTVPYrrlxxaHjJcDV6aiSTt/w==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } cpu: [x64] os: [win32] - "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": + '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': resolution: { integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==, } - "@noble/curves@1.3.0": + '@noble/curves@1.3.0': resolution: { integrity: sha512-t01iSXPuN+Eqzb4eBX0S5oubSqXbK/xXa1Ne18Hj8f9pStxztHCE2gfboSp/dZRLSqfuLpRK2nDXDK+W9puocA==, } - "@noble/hashes@1.1.2": + '@noble/hashes@1.1.2': resolution: { integrity: sha512-KYRCASVTv6aeUi1tsF8/vpyR7zpfs3FUzy2Jqm+MU+LmUKhQ0y2FpfwqkCcxSg2ua4GALJd8k2R76WxwZGbQpA==, } - "@noble/hashes@1.3.3": + '@noble/hashes@1.3.3': resolution: { integrity: sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA==, } - engines: { node: ">= 16" } + engines: { node: '>= 16' } - "@noble/secp256k1@1.7.1": + '@noble/secp256k1@1.7.1': resolution: { integrity: sha512-hOUk6AyBFmqVrv7k5WAw/LpszxVbj9gGN4JRkIX52fdFAj1UA61KXmZDvqVEm+pOyec3+fIeZB02LYa/pWOArw==, } - "@nodelib/fs.scandir@2.1.5": + '@nodelib/fs.scandir@2.1.5': resolution: { integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } - "@nodelib/fs.scandir@3.0.0": + '@nodelib/fs.scandir@3.0.0': resolution: { integrity: sha512-ktI9+PxfHYtKjF3cLTUAh2N+b8MijCRPNwKJNqTVdL0gB0QxLU2rIRaZ1t71oEa3YBDE6bukH1sR0+CDnpp/Mg==, } - engines: { node: ">=16.14.0" } + engines: { node: '>=16.14.0' } - "@nodelib/fs.stat@2.0.5": + '@nodelib/fs.stat@2.0.5': resolution: { integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } - "@nodelib/fs.stat@3.0.0": + '@nodelib/fs.stat@3.0.0': resolution: { integrity: sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==, } - engines: { node: ">=16.14.0" } + engines: { node: '>=16.14.0' } - "@nodelib/fs.walk@1.2.8": + '@nodelib/fs.walk@1.2.8': resolution: { integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } - "@nodelib/fs.walk@2.0.0": + '@nodelib/fs.walk@2.0.0': resolution: { integrity: sha512-54voNDBobGdMl3BUXSu7UaDh1P85PGHWlJ5e0XhPugo1JulOyCtp2I+5ri4wplGDJ8QGwPEQW7/x3yTLU7yF1A==, } - engines: { node: ">=16.14.0" } + engines: { node: '>=16.14.0' } - "@npmcli/git@5.0.6": + '@npmcli/git@5.0.6': resolution: { integrity: sha512-4x/182sKXmQkf0EtXxT26GEsaOATpD7WVtza5hrYivWZeo6QefC6xq9KAXrnjtFKBZ4rZwR7aX/zClYYXgtwLw==, } engines: { node: ^16.14.0 || >=18.0.0 } - "@npmcli/map-workspaces@3.0.6": + '@npmcli/map-workspaces@3.0.6': resolution: { integrity: sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - "@npmcli/name-from-folder@2.0.0": + '@npmcli/name-from-folder@2.0.0': resolution: { integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==, } engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - "@npmcli/package-json@5.0.3": + '@npmcli/package-json@5.0.3': resolution: { integrity: sha512-cgsjCvld2wMqkUqvY+SZI+1ZJ7umGBYc9IAKfqJRKJCcs7hCQYxScUgdsyrRINk3VmdCYf9TXiLBHQ6ECTxhtg==, } engines: { node: ^16.14.0 || >=18.0.0 } - "@npmcli/promise-spawn@7.0.1": + '@npmcli/promise-spawn@7.0.1': resolution: { integrity: sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==, } engines: { node: ^16.14.0 || >=18.0.0 } - "@octokit/auth-token@4.0.0": + '@octokit/auth-token@4.0.0': resolution: { integrity: sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } - "@octokit/core@5.1.0": + '@octokit/core@5.1.0': resolution: { integrity: sha512-BDa2VAMLSh3otEiaMJ/3Y36GU4qf6GI+VivQ/P41NC6GHcdxpKlqV0ikSZ5gdQsmS3ojXeRx5vasgNTinF0Q4g==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } - "@octokit/endpoint@9.0.4": + '@octokit/endpoint@9.0.4': resolution: { integrity: sha512-DWPLtr1Kz3tv8L0UvXTDP1fNwM0S+z6EJpRcvH66orY6Eld4XBMCSYsaWp4xIm61jTWxK68BrR7ibO+vSDnZqw==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } - "@octokit/graphql@7.0.2": + '@octokit/graphql@7.0.2': resolution: { integrity: sha512-OJ2iGMtj5Tg3s6RaXH22cJcxXRi7Y3EBqbHTBRq+PQAqfaS8f/236fUrWhfSn8P4jovyzqucxme7/vWSSZBX2Q==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } - "@octokit/openapi-types@20.0.0": + '@octokit/openapi-types@20.0.0': resolution: { integrity: sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==, } - "@octokit/plugin-paginate-rest@9.2.1": + '@octokit/plugin-paginate-rest@9.2.1': resolution: { integrity: sha512-wfGhE/TAkXZRLjksFXuDZdmGnJQHvtU/joFQdweXUgzo1XwvBCD4o4+75NtFfjfLK5IwLf9vHTfSiU3sLRYpRw==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } peerDependencies: - "@octokit/core": "5" + '@octokit/core': '5' - "@octokit/plugin-rest-endpoint-methods@10.4.1": + '@octokit/plugin-rest-endpoint-methods@10.4.1': resolution: { integrity: sha512-xV1b+ceKV9KytQe3zCVqjg+8GTGfDYwaT1ATU5isiUyVtlVAO3HNdzpS4sr4GBx4hxQ46s7ITtZrAsxG22+rVg==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } peerDependencies: - "@octokit/core": "5" + '@octokit/core': '5' - "@octokit/request-error@5.0.1": + '@octokit/request-error@5.0.1': resolution: { integrity: sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } - "@octokit/request@8.2.0": + '@octokit/request@8.2.0': resolution: { integrity: sha512-exPif6x5uwLqv1N1irkLG1zZNJkOtj8bZxuVHd71U5Ftuxf2wGNvAJyNBcPbPC+EBzwYEbBDdSFb8EPcjpYxPQ==, } - engines: { node: ">= 18" } + engines: { node: '>= 18' } - "@octokit/types@12.6.0": + '@octokit/types@12.6.0': resolution: { integrity: sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==, } - "@peculiar/asn1-schema@2.3.6": + '@peculiar/asn1-schema@2.3.6': resolution: { integrity: sha512-izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rCA==, } - "@peculiar/json-schema@1.1.12": + '@peculiar/json-schema@1.1.12': resolution: { integrity: sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } - "@peculiar/webcrypto@1.4.3": + '@peculiar/webcrypto@1.4.3': resolution: { integrity: sha512-VtaY4spKTdN5LjJ04im/d/joXuvLbQdgy5Z4DXF4MFZhQ+MTrejbNMkfZBp1Bs3O5+bFqnJgyGdPuZQflvIa5A==, } - engines: { node: ">=10.12.0" } + engines: { node: '>=10.12.0' } - "@pkgjs/parseargs@0.11.0": + '@pkgjs/parseargs@0.11.0': resolution: { integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==, } - engines: { node: ">=14" } + engines: { node: '>=14' } - "@pkgr/utils@2.4.2": + '@pkgr/utils@2.4.2': resolution: { integrity: sha512-POgTXhjrTfbTV63DiFXav4lBHiICLKKwDeaKn9Nphwj7WH6m0hMMCaJkMyRWjgtPFyRKRVoMXXjczsTQRDEhYw==, } engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } - "@pmmmwh/react-refresh-webpack-plugin@0.5.10": + '@pmmmwh/react-refresh-webpack-plugin@0.5.10': resolution: { integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==, } - engines: { node: ">= 10.13" } + engines: { node: '>= 10.13' } peerDependencies: - "@types/webpack": 4.x || 5.x - react-refresh: ">=0.10.0 <1.0.0" + '@types/webpack': 4.x || 5.x + react-refresh: '>=0.10.0 <1.0.0' sockjs-client: ^1.4.0 - type-fest: ">=0.17.0 <4.0.0" - webpack: ">=4.43.0 <6.0.0" + type-fest: '>=0.17.0 <4.0.0' + webpack: '>=4.43.0 <6.0.0' webpack-dev-server: 3.x || 4.x webpack-hot-middleware: 2.x webpack-plugin-serve: 0.x || 1.x peerDependenciesMeta: - "@types/webpack": + '@types/webpack': optional: true sockjs-client: optional: true @@ -5066,379 +5066,379 @@ packages: webpack-plugin-serve: optional: true - "@pnpm/constants@7.1.1": + '@pnpm/constants@7.1.1': resolution: { integrity: sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@pnpm/core-loggers@9.0.6": + '@pnpm/core-loggers@9.0.6': resolution: { integrity: sha512-iK67SGbp+06bA/elpg51wygPFjNA7JKHtKkpLxqXXHw+AjFFBC3f2OznJsCIuDK6HdGi5UhHLYqo5QxJ2gMqJQ==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } peerDependencies: - "@pnpm/logger": ^5.0.0 + '@pnpm/logger': ^5.0.0 - "@pnpm/error@5.0.2": + '@pnpm/error@5.0.2': resolution: { integrity: sha512-0TEm+tWNYm+9uh6DSKyRbv8pv/6b4NL0PastLvMxIoqZbBZ5Zj1cYi332R9xsSUi31ZOsu2wpgn/bC7DA9hrjg==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@pnpm/fetching-types@5.0.0": + '@pnpm/fetching-types@5.0.0': resolution: { integrity: sha512-o9gdO1v8Uc5P2fBBuW6GSpfTqIivQmQlqjQJdFiQX0m+tgxlrMRneIg392jZuc6fk7kFqjLheInlslgJfwY+4Q==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@pnpm/graceful-fs@3.2.0": + '@pnpm/graceful-fs@3.2.0': resolution: { integrity: sha512-vRoXJxscDpHak7YE9SqCkzfrayn+Lw+YueOeHIPEqkgokrHeYgYeONoc2kGh0ObHaRtNSsonozVfJ456kxLNvA==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@pnpm/logger@5.0.0": + '@pnpm/logger@5.0.0': resolution: { integrity: sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==, } - engines: { node: ">=12.17" } + engines: { node: '>=12.17' } - "@pnpm/npm-package-arg@1.0.0": + '@pnpm/npm-package-arg@1.0.0': resolution: { integrity: sha512-oQYP08exi6mOPdAZZWcNIGS+KKPsnNwUBzSuAEGWuCcqwMAt3k/WVCqVIXzBxhO5sP2b43og69VHmPj6IroKqw==, } - engines: { node: ">=14.6" } + engines: { node: '>=14.6' } - "@pnpm/npm-resolver@18.1.0": + '@pnpm/npm-resolver@18.1.0': resolution: { integrity: sha512-fUYKX/iHiHldL0VRVvkQI35YK2jWhZEkPO6rrGke8309+LKAo12v833nBttMDpQrtHefmqhB4mhCzQq6L2Xqmg==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } peerDependencies: - "@pnpm/logger": ^5.0.0 + '@pnpm/logger': ^5.0.0 - "@pnpm/ramda@0.28.1": + '@pnpm/ramda@0.28.1': resolution: { integrity: sha512-zcAG+lvU0fMziNeGXpPyCyCJYp5ZVrPElEE4t14jAmViaihohocZ+dDkcRIyAomox8pQsuZnv1EyHR+pOhmUWw==, } - "@pnpm/resolve-workspace-range@5.0.1": + '@pnpm/resolve-workspace-range@5.0.1': resolution: { integrity: sha512-yQ0pMthlw8rTgS/C9hrjne+NEnnSNevCjtdodd7i15I59jMBYciHifZ/vjg0NY+Jl+USTc3dBE+0h/4tdYjMKg==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@pnpm/resolver-base@11.1.0": + '@pnpm/resolver-base@11.1.0': resolution: { integrity: sha512-y2qKaj18pwe1VWc3YXEitdYFo+WqOOt60aqTUuOVkJAirUzz0DzuYh3Ifct4znYWPdgUXHaN5DMphNF5iL85rA==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@pnpm/types@9.4.2": + '@pnpm/types@9.4.2': resolution: { integrity: sha512-g1hcF8Nv4gd76POilz9gD4LITAPXOe5nX4ijgr8ixCbLQZfcpYiMfJ+C1RlMNRUDo8vhlNB4O3bUlxmT6EAQXA==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@pnpm/workspace.pkgs-graph@2.0.14": + '@pnpm/workspace.pkgs-graph@2.0.14': resolution: { integrity: sha512-SBXXyWDkPEoaLTjLRyQzRHoBYH+P0NLcIjX1yPUxuJiMTvGOMzjpLWTuxYNVe/P0V0VQMrjpJFaJPjlViNLhzg==, } - engines: { node: ">=16.14" } + engines: { node: '>=16.14' } - "@polka/url@1.0.0-next.24": + '@polka/url@1.0.0-next.24': resolution: { integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==, } - "@puppeteer/browsers@1.4.6": + '@puppeteer/browsers@1.4.6': resolution: { integrity: sha512-x4BEjr2SjOPowNeiguzjozQbsc6h437ovD/wu+JpaenxVLm3jkgzHY2xOslMTp50HoTvQreMjiexiGQw1sqZlQ==, } - engines: { node: ">=16.3.0" } + engines: { node: '>=16.3.0' } hasBin: true peerDependencies: - typescript: ">= 4.7.4" + typescript: '>= 4.7.4' peerDependenciesMeta: typescript: optional: true - "@puppeteer/browsers@1.9.1": + '@puppeteer/browsers@1.9.1': resolution: { integrity: sha512-PuvK6xZzGhKPvlx3fpfdM2kYY3P/hB1URtK8wA7XUJ6prn6pp22zvJHu48th0SGcHL9SutbPHrFuQgfXTFobWA==, } - engines: { node: ">=16.3.0" } + engines: { node: '>=16.3.0' } hasBin: true - "@radix-ui/primitive@1.0.1": + '@radix-ui/primitive@1.0.1': resolution: { integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==, } - "@radix-ui/react-compose-refs@1.0.1": + '@radix-ui/react-compose-refs@1.0.1': resolution: { integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-context@1.0.1": + '@radix-ui/react-context@1.0.1': resolution: { integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-dialog@1.0.5": + '@radix-ui/react-dialog@1.0.5': resolution: { integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==, } peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" + '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@types/react-dom": + '@types/react-dom': optional: true - "@radix-ui/react-dismissable-layer@1.0.5": + '@radix-ui/react-dismissable-layer@1.0.5': resolution: { integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==, } peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" + '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@types/react-dom": + '@types/react-dom': optional: true - "@radix-ui/react-focus-guards@1.0.1": + '@radix-ui/react-focus-guards@1.0.1': resolution: { integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-focus-scope@1.0.4": + '@radix-ui/react-focus-scope@1.0.4': resolution: { integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==, } peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" + '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@types/react-dom": + '@types/react-dom': optional: true - "@radix-ui/react-id@1.0.1": + '@radix-ui/react-id@1.0.1': resolution: { integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-portal@1.0.4": + '@radix-ui/react-portal@1.0.4': resolution: { integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==, } peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" + '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@types/react-dom": + '@types/react-dom': optional: true - "@radix-ui/react-presence@1.0.1": + '@radix-ui/react-presence@1.0.1': resolution: { integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==, } peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" + '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@types/react-dom": + '@types/react-dom': optional: true - "@radix-ui/react-primitive@1.0.3": + '@radix-ui/react-primitive@1.0.3': resolution: { integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==, } peerDependencies: - "@types/react": "*" - "@types/react-dom": "*" + '@types/react': '*' + '@types/react-dom': '*' react: ^16.8 || ^17.0 || ^18.0 react-dom: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@types/react-dom": + '@types/react-dom': optional: true - "@radix-ui/react-slot@1.0.2": + '@radix-ui/react-slot@1.0.2': resolution: { integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-use-callback-ref@1.0.1": + '@radix-ui/react-use-callback-ref@1.0.1': resolution: { integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-use-controllable-state@1.0.1": + '@radix-ui/react-use-controllable-state@1.0.1': resolution: { integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-use-escape-keydown@1.0.3": + '@radix-ui/react-use-escape-keydown@1.0.3': resolution: { integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@radix-ui/react-use-layout-effect@1.0.1": + '@radix-ui/react-use-layout-effect@1.0.1': resolution: { integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==, } peerDependencies: - "@types/react": "*" + '@types/react': '*' react: ^16.8 || ^17.0 || ^18.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true - "@repeaterjs/repeater@3.0.4": + '@repeaterjs/repeater@3.0.4': resolution: { integrity: sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==, } - "@rollup/plugin-babel@5.3.1": + '@rollup/plugin-babel@5.3.1': resolution: { integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==, } - engines: { node: ">= 10.0.0" } + engines: { node: '>= 10.0.0' } peerDependencies: - "@babel/core": ^7.0.0 - "@types/babel__core": ^7.1.9 + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 peerDependenciesMeta: - "@types/babel__core": + '@types/babel__core': optional: true - "@rollup/plugin-inject@5.0.5": + '@rollup/plugin-inject@5.0.5': resolution: { integrity: sha512-2+DEJbNBoPROPkgTDNe8/1YXWcqxbN5DTjASVIOx8HS+pITXushyNiBV56RB08zuptzz8gT3YfkqriTBVycepg==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 peerDependenciesMeta: rollup: optional: true - "@rollup/plugin-node-resolve@11.2.1": + '@rollup/plugin-node-resolve@11.2.1': resolution: { integrity: sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==, } - engines: { node: ">= 10.0.0" } + engines: { node: '>= 10.0.0' } peerDependencies: rollup: ^1.20.0||^2.0.0 - "@rollup/plugin-replace@2.4.2": + '@rollup/plugin-replace@2.4.2': resolution: { integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==, @@ -5446,28 +5446,28 @@ packages: peerDependencies: rollup: ^1.20.0 || ^2.0.0 - "@rollup/pluginutils@3.1.0": + '@rollup/pluginutils@3.1.0': resolution: { integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==, } - engines: { node: ">= 8.0.0" } + engines: { node: '>= 8.0.0' } peerDependencies: rollup: ^1.20.0||^2.0.0 - "@rollup/pluginutils@5.1.0": + '@rollup/pluginutils@5.1.0': resolution: { integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } peerDependencies: rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 peerDependenciesMeta: rollup: optional: true - "@rollup/rollup-android-arm-eabi@4.16.4": + '@rollup/rollup-android-arm-eabi@4.16.4': resolution: { integrity: sha512-GkhjAaQ8oUTOKE4g4gsZ0u8K/IHU1+2WQSgS1TwTcYvL+sjbaQjNHFXbOJ6kgqGHIO1DfUhI/Sphi9GkRT9K+Q==, @@ -5475,7 +5475,7 @@ packages: cpu: [arm] os: [android] - "@rollup/rollup-android-arm64@4.16.4": + '@rollup/rollup-android-arm64@4.16.4': resolution: { integrity: sha512-Bvm6D+NPbGMQOcxvS1zUl8H7DWlywSXsphAeOnVeiZLQ+0J6Is8T7SrjGTH29KtYkiY9vld8ZnpV3G2EPbom+w==, @@ -5483,7 +5483,7 @@ packages: cpu: [arm64] os: [android] - "@rollup/rollup-darwin-arm64@4.16.4": + '@rollup/rollup-darwin-arm64@4.16.4': resolution: { integrity: sha512-i5d64MlnYBO9EkCOGe5vPR/EeDwjnKOGGdd7zKFhU5y8haKhQZTN2DgVtpODDMxUr4t2K90wTUJg7ilgND6bXw==, @@ -5491,7 +5491,7 @@ packages: cpu: [arm64] os: [darwin] - "@rollup/rollup-darwin-x64@4.16.4": + '@rollup/rollup-darwin-x64@4.16.4': resolution: { integrity: sha512-WZupV1+CdUYehaZqjaFTClJI72fjJEgTXdf4NbW69I9XyvdmztUExBtcI2yIIU6hJtYvtwS6pkTkHJz+k08mAQ==, @@ -5499,7 +5499,7 @@ packages: cpu: [x64] os: [darwin] - "@rollup/rollup-linux-arm-gnueabihf@4.16.4": + '@rollup/rollup-linux-arm-gnueabihf@4.16.4': resolution: { integrity: sha512-ADm/xt86JUnmAfA9mBqFcRp//RVRt1ohGOYF6yL+IFCYqOBNwy5lbEK05xTsEoJq+/tJzg8ICUtS82WinJRuIw==, @@ -5507,7 +5507,7 @@ packages: cpu: [arm] os: [linux] - "@rollup/rollup-linux-arm-musleabihf@4.16.4": + '@rollup/rollup-linux-arm-musleabihf@4.16.4': resolution: { integrity: sha512-tJfJaXPiFAG+Jn3cutp7mCs1ePltuAgRqdDZrzb1aeE3TktWWJ+g7xK9SNlaSUFw6IU4QgOxAY4rA+wZUT5Wfg==, @@ -5515,7 +5515,7 @@ packages: cpu: [arm] os: [linux] - "@rollup/rollup-linux-arm64-gnu@4.16.4": + '@rollup/rollup-linux-arm64-gnu@4.16.4': resolution: { integrity: sha512-7dy1BzQkgYlUTapDTvK997cgi0Orh5Iu7JlZVBy1MBURk7/HSbHkzRnXZa19ozy+wwD8/SlpJnOOckuNZtJR9w==, @@ -5523,7 +5523,7 @@ packages: cpu: [arm64] os: [linux] - "@rollup/rollup-linux-arm64-musl@4.16.4": + '@rollup/rollup-linux-arm64-musl@4.16.4': resolution: { integrity: sha512-zsFwdUw5XLD1gQe0aoU2HVceI6NEW7q7m05wA46eUAyrkeNYExObfRFQcvA6zw8lfRc5BHtan3tBpo+kqEOxmg==, @@ -5531,7 +5531,7 @@ packages: cpu: [arm64] os: [linux] - "@rollup/rollup-linux-powerpc64le-gnu@4.16.4": + '@rollup/rollup-linux-powerpc64le-gnu@4.16.4': resolution: { integrity: sha512-p8C3NnxXooRdNrdv6dBmRTddEapfESEUflpICDNKXpHvTjRRq1J82CbU5G3XfebIZyI3B0s074JHMWD36qOW6w==, @@ -5539,7 +5539,7 @@ packages: cpu: [ppc64] os: [linux] - "@rollup/rollup-linux-riscv64-gnu@4.16.4": + '@rollup/rollup-linux-riscv64-gnu@4.16.4': resolution: { integrity: sha512-Lh/8ckoar4s4Id2foY7jNgitTOUQczwMWNYi+Mjt0eQ9LKhr6sK477REqQkmy8YHY3Ca3A2JJVdXnfb3Rrwkng==, @@ -5547,7 +5547,7 @@ packages: cpu: [riscv64] os: [linux] - "@rollup/rollup-linux-s390x-gnu@4.16.4": + '@rollup/rollup-linux-s390x-gnu@4.16.4': resolution: { integrity: sha512-1xwwn9ZCQYuqGmulGsTZoKrrn0z2fAur2ujE60QgyDpHmBbXbxLaQiEvzJWDrscRq43c8DnuHx3QorhMTZgisQ==, @@ -5555,7 +5555,7 @@ packages: cpu: [s390x] os: [linux] - "@rollup/rollup-linux-x64-gnu@4.16.4": + '@rollup/rollup-linux-x64-gnu@4.16.4': resolution: { integrity: sha512-LuOGGKAJ7dfRtxVnO1i3qWc6N9sh0Em/8aZ3CezixSTM+E9Oq3OvTsvC4sm6wWjzpsIlOCnZjdluINKESflJLA==, @@ -5563,7 +5563,7 @@ packages: cpu: [x64] os: [linux] - "@rollup/rollup-linux-x64-musl@4.16.4": + '@rollup/rollup-linux-x64-musl@4.16.4': resolution: { integrity: sha512-ch86i7KkJKkLybDP2AtySFTRi5fM3KXp0PnHocHuJMdZwu7BuyIKi35BE9guMlmTpwwBTB3ljHj9IQXnTCD0vA==, @@ -5571,7 +5571,7 @@ packages: cpu: [x64] os: [linux] - "@rollup/rollup-win32-arm64-msvc@4.16.4": + '@rollup/rollup-win32-arm64-msvc@4.16.4': resolution: { integrity: sha512-Ma4PwyLfOWZWayfEsNQzTDBVW8PZ6TUUN1uFTBQbF2Chv/+sjenE86lpiEwj2FiviSmSZ4Ap4MaAfl1ciF4aSA==, @@ -5579,7 +5579,7 @@ packages: cpu: [arm64] os: [win32] - "@rollup/rollup-win32-ia32-msvc@4.16.4": + '@rollup/rollup-win32-ia32-msvc@4.16.4': resolution: { integrity: sha512-9m/ZDrQsdo/c06uOlP3W9G2ENRVzgzbSXmXHT4hwVaDQhYcRpi9bgBT0FTG9OhESxwK0WjQxYOSfv40cU+T69w==, @@ -5587,7 +5587,7 @@ packages: cpu: [ia32] os: [win32] - "@rollup/rollup-win32-x64-msvc@4.16.4": + '@rollup/rollup-win32-x64-msvc@4.16.4': resolution: { integrity: sha512-YunpoOAyGLDseanENHmbFvQSfVL5BxW3k7hhy0eN4rb3gS/ct75dVD0EXOWIqFT/nE8XYW6LP6vz6ctKRi0k9A==, @@ -5595,187 +5595,187 @@ packages: cpu: [x64] os: [win32] - "@rushstack/eslint-patch@1.3.2": + '@rushstack/eslint-patch@1.3.2': resolution: { integrity: sha512-V+MvGwaHH03hYhY+k6Ef/xKd6RYlc4q8WBx+2ANmipHJcKuktNcI/NgEsJgdSUF6Lw32njT6OnrRsKYCdgHjYw==, } - "@rushstack/eslint-patch@1.6.1": + '@rushstack/eslint-patch@1.6.1': resolution: { integrity: sha512-UY+FGM/2jjMkzQLn8pxcHGMaVLh9aEitG3zY2CiY7XHdLiz3bZOwa6oDxNqEMv7zZkV+cj5DOdz0cQ1BP5Hjgw==, } - "@sinclair/typebox@0.24.51": + '@sinclair/typebox@0.24.51': resolution: { integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==, } - "@sinclair/typebox@0.27.8": + '@sinclair/typebox@0.27.8': resolution: { integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==, } - "@sindresorhus/is@5.6.0": + '@sindresorhus/is@5.6.0': resolution: { integrity: sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } - "@sinonjs/commons@1.8.6": + '@sinonjs/commons@1.8.6': resolution: { integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==, } - "@sinonjs/fake-timers@8.1.0": + '@sinonjs/fake-timers@8.1.0': resolution: { integrity: sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==, } - "@snyk/github-codeowners@1.1.0": + '@snyk/github-codeowners@1.1.0': resolution: { integrity: sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==, } - engines: { node: ">=8.10" } + engines: { node: '>=8.10' } hasBin: true - "@surma/rollup-plugin-off-main-thread@2.2.3": + '@surma/rollup-plugin-off-main-thread@2.2.3': resolution: { integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==, } - "@svgr/babel-plugin-add-jsx-attribute@5.4.0": + '@svgr/babel-plugin-add-jsx-attribute@5.4.0': resolution: { integrity: sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-plugin-remove-jsx-attribute@5.4.0": + '@svgr/babel-plugin-remove-jsx-attribute@5.4.0': resolution: { integrity: sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1": + '@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1': resolution: { integrity: sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1": + '@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1': resolution: { integrity: sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-plugin-svg-dynamic-title@5.4.0": + '@svgr/babel-plugin-svg-dynamic-title@5.4.0': resolution: { integrity: sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-plugin-svg-em-dimensions@5.4.0": + '@svgr/babel-plugin-svg-em-dimensions@5.4.0': resolution: { integrity: sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-plugin-transform-react-native-svg@5.4.0": + '@svgr/babel-plugin-transform-react-native-svg@5.4.0': resolution: { integrity: sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-plugin-transform-svg-component@5.5.0": + '@svgr/babel-plugin-transform-svg-component@5.5.0': resolution: { integrity: sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/babel-preset@5.5.0": + '@svgr/babel-preset@5.5.0': resolution: { integrity: sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/core@5.5.0": + '@svgr/core@5.5.0': resolution: { integrity: sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/hast-util-to-babel-ast@5.5.0": + '@svgr/hast-util-to-babel-ast@5.5.0': resolution: { integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/plugin-jsx@5.5.0": + '@svgr/plugin-jsx@5.5.0': resolution: { integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/plugin-svgo@5.5.0": + '@svgr/plugin-svgo@5.5.0': resolution: { integrity: sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@svgr/webpack@5.5.0": + '@svgr/webpack@5.5.0': resolution: { integrity: sha512-DOBOK255wfQxguUta2INKkzPj6AIS6iafZYiYmHn6W3pHlycSRRlvWKCfLDG10fXfLWqE3DJHgRUOyJYmARa7g==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@swc/counter@0.1.3": + '@swc/counter@0.1.3': resolution: { integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==, } - "@swc/helpers@0.5.5": + '@swc/helpers@0.5.5': resolution: { integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==, } - "@szmarczak/http-timer@5.0.1": + '@szmarczak/http-timer@5.0.1': resolution: { integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } - "@tanstack/query-core@5.29.0": + '@tanstack/query-core@5.29.0': resolution: { integrity: sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==, } - "@tanstack/react-query@5.29.2": + '@tanstack/react-query@5.29.2': resolution: { integrity: sha512-nyuWILR4u7H5moLGSiifLh8kIqQDLNOHGuSz0rcp+J75fNc8aQLyr5+I2JCHU3n+nJrTTW1ssgAD8HiKD7IFBQ==, @@ -5783,732 +5783,732 @@ packages: peerDependencies: react: ^18.0.0 - "@testing-library/dom@8.20.1": + '@testing-library/dom@8.20.1': resolution: { integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==, } - engines: { node: ">=12" } + engines: { node: '>=12' } - "@testing-library/react@13.4.0": + '@testing-library/react@13.4.0': resolution: { integrity: sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 - "@textlint/ast-node-types@13.3.2": + '@textlint/ast-node-types@13.3.2': resolution: { integrity: sha512-d9WXBahsAgRDWcfUE7pQs8E9SNbF0nxrEaYE2g01tLgQ/dYdlOLngNPXi0Lk+C+yU58kvmFSdO6nicIAe3WIiw==, } - "@textlint/ast-tester@13.3.2": + '@textlint/ast-tester@13.3.2': resolution: { integrity: sha512-qbpmJS7mEZcTrcKuppPQ8o2VJFUvHJ4+/l5iNEc2JRtMqpoNP6JAIKwIuDcEsMxedClExVTPmNctUlteglpD2A==, } - "@textlint/ast-traverse@13.3.2": + '@textlint/ast-traverse@13.3.2': resolution: { integrity: sha512-c+SI7SAWH1S+q5iok0Q/jrprG1BctstTF4A8msi/1bioKtn/PrD01w/MDsPkDT+K15RrWYUSjG8FLuGPnEN78Q==, } - "@textlint/config-loader@13.3.2": + '@textlint/config-loader@13.3.2': resolution: { integrity: sha512-P8DESsBh3JBRMujbyV3WjVlhbDVaGBIRtEL0AveNSSe6+X0ef7OtesxGJhD8p/DIyA9X+69bqpg7mcV7DTuO9w==, } - "@textlint/feature-flag@13.3.2": + '@textlint/feature-flag@13.3.2': resolution: { integrity: sha512-ewW8dlhcFf19QuqlycQHqySQB/VhKQ7opYjvsJvUr2GP7/nY1Wq4vMWEhCtCOVg7Khumw1JtoS7+DaQGiFzuaQ==, } - "@textlint/fixer-formatter@13.3.2": + '@textlint/fixer-formatter@13.3.2': resolution: { integrity: sha512-Szvb6OGx/+PkiqDUMVyXD5WDaraoU64VNWZhUm96wEjGxt7seMecRgYiKc7LkQllcStJ2lP8Dgju1phGaD5hbQ==, } - "@textlint/kernel@13.3.2": + '@textlint/kernel@13.3.2': resolution: { integrity: sha512-KZX87i4xVqLXdb8Cl4y0Y56jIHQIwg+YPrLz/kBz2TQDl8vYeGLII4QHwT1l0BjZ2JHawm1pmyQZml3hCnieOQ==, } - "@textlint/linter-formatter@13.3.2": + '@textlint/linter-formatter@13.3.2': resolution: { integrity: sha512-QpHI7bzDMaetmrnMhA2+z1ExneFCdJVZHUFyzdfSv5JC4VNXmW9UDb7F7vsP+M+1jzIvF75mwvRLvmA82MJvBA==, } - "@textlint/markdown-to-ast@13.3.2": + '@textlint/markdown-to-ast@13.3.2': resolution: { integrity: sha512-tnXk7YO8rIPbnd6rDi6LwhxoExdg6ge8v5ggiun76qLfX2uKR0ExhJEL2K+zziATi1AqalBva3WD3exU1sfjeg==, } - "@textlint/module-interop@13.3.2": + '@textlint/module-interop@13.3.2': resolution: { integrity: sha512-JPHAZlWXgedDCoaTT21dln8u+sPVJUGPw283Oxz1k24x2MWaFZO7EReu/K4QepdxNKOpdllp2DqvnWgnvZoPOg==, } - "@textlint/source-code-fixer@13.3.2": + '@textlint/source-code-fixer@13.3.2': resolution: { integrity: sha512-7b+7zDUnEILcaYvJDLz+6Uu8YHn85xm6Lof/0Azn1/5zcDsz5qDjgJ21u+kuS+1kQBSpWV8dmCT3sTZoS0uExg==, } - "@textlint/text-to-ast@13.3.2": + '@textlint/text-to-ast@13.3.2': resolution: { integrity: sha512-6E2sFTukn5XygCWE1W6jU1rlQKO268tS5Qe8oHBdxp0tohFXMRzVM5r1MKgjjmuUpHxjwIcq75x+dWAYwX5wLQ==, } - "@textlint/textlint-plugin-markdown@13.3.2": + '@textlint/textlint-plugin-markdown@13.3.2': resolution: { integrity: sha512-iI/UuzUz4k5qnrPnm7U7d8oC/Hwj41MtllusBSArG3mimn5gHsS+Etzm5Zs3oxXMINdzvWNNEFJ/xbs1bZvEJg==, } - "@textlint/textlint-plugin-text@13.3.2": + '@textlint/textlint-plugin-text@13.3.2': resolution: { integrity: sha512-pJrb4OYZ3TB6eKxvxPYARwoHb5vaXoKakCrmsyXtwbRjylJWCRVRh/u8UTRTyFRotASawEY/VfxKXwYepHP91Q==, } - "@textlint/types@13.3.2": + '@textlint/types@13.3.2': resolution: { integrity: sha512-N1Xb4kltBwBwAF3wAwKi3sJA0hWVjraWqIpjuHOplul/O8Qu78domGedktQJ4n2aVN1ucBuFjpZNsQfkfxJI+Q==, } - "@textlint/utils@13.3.2": + '@textlint/utils@13.3.2': resolution: { integrity: sha512-eEi4j5vyQ0WRkfkBS+Sa2q1YQVo0B6cFXde2+TVpoDp7f8yPAb4wMv9jgQ23N+DpiafJVOhRQLyJdrITFwnmFw==, } - "@tootallnate/once@1.1.2": + '@tootallnate/once@1.1.2': resolution: { integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } - "@tootallnate/quickjs-emscripten@0.23.0": + '@tootallnate/quickjs-emscripten@0.23.0': resolution: { integrity: sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==, } - "@trysound/sax@0.2.0": + '@trysound/sax@0.2.0': resolution: { integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } - "@tsconfig/node10@1.0.9": + '@tsconfig/node10@1.0.9': resolution: { integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==, } - "@tsconfig/node12@1.0.11": + '@tsconfig/node12@1.0.11': resolution: { integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==, } - "@tsconfig/node14@1.0.3": + '@tsconfig/node14@1.0.3': resolution: { integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==, } - "@tsconfig/node16@1.0.4": + '@tsconfig/node16@1.0.4': resolution: { integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==, } - "@types/aria-query@5.0.1": + '@types/aria-query@5.0.1': resolution: { integrity: sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==, } - "@types/babel__core@7.20.1": + '@types/babel__core@7.20.1': resolution: { integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==, } - "@types/babel__core@7.20.5": + '@types/babel__core@7.20.5': resolution: { integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==, } - "@types/babel__generator@7.6.4": + '@types/babel__generator@7.6.4': resolution: { integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==, } - "@types/babel__template@7.4.1": + '@types/babel__template@7.4.1': resolution: { integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==, } - "@types/babel__traverse@7.20.1": + '@types/babel__traverse@7.20.1': resolution: { integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==, } - "@types/bn.js@5.1.1": + '@types/bn.js@5.1.1': resolution: { integrity: sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==, } - "@types/body-parser@1.19.2": + '@types/body-parser@1.19.2': resolution: { integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==, } - "@types/bonjour@3.5.10": + '@types/bonjour@3.5.10': resolution: { integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==, } - "@types/cli-table@0.3.1": + '@types/cli-table@0.3.1': resolution: { integrity: sha512-m3+6WWfSSl6zqoXy8uQQifbgqV7Gt6fsyWnHLgUWVtJQk75+OfUB+edSZ52YDj7leSiZtX7w1/E4w2x/Hb0orA==, } - "@types/connect-history-api-fallback@1.5.0": + '@types/connect-history-api-fallback@1.5.0': resolution: { integrity: sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==, } - "@types/connect@3.4.35": + '@types/connect@3.4.35': resolution: { integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==, } - "@types/eslint-scope@3.7.4": + '@types/eslint-scope@3.7.4': resolution: { integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==, } - "@types/eslint@8.40.2": + '@types/eslint@8.40.2': resolution: { integrity: sha512-PRVjQ4Eh9z9pmmtaq8nTjZjQwKFk7YIHIud3lRoKRBgUQjgjRmoGxxGEPXQkF+lH7QkHJRNr5F4aBgYCW0lqpQ==, } - "@types/estree@0.0.39": + '@types/estree@0.0.39': resolution: { integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==, } - "@types/estree@1.0.1": + '@types/estree@1.0.1': resolution: { integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==, } - "@types/estree@1.0.5": + '@types/estree@1.0.5': resolution: { integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==, } - "@types/express-serve-static-core@4.17.35": + '@types/express-serve-static-core@4.17.35': resolution: { integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==, } - "@types/express@4.17.17": + '@types/express@4.17.17': resolution: { integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==, } - "@types/flexsearch@0.7.3": + '@types/flexsearch@0.7.3': resolution: { integrity: sha512-HXwADeHEP4exXkCIwy2n1+i0f1ilP1ETQOH5KDOugjkTFZPntWo0Gr8stZOaebkxsdx+k0X/K6obU/+it07ocg==, } - "@types/glob@8.1.0": + '@types/glob@8.1.0': resolution: { integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==, } - "@types/graceful-fs@4.1.6": + '@types/graceful-fs@4.1.6': resolution: { integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==, } - "@types/html-minifier-terser@6.1.0": + '@types/html-minifier-terser@6.1.0': resolution: { integrity: sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==, } - "@types/http-cache-semantics@4.0.4": + '@types/http-cache-semantics@4.0.4': resolution: { integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==, } - "@types/http-errors@2.0.1": + '@types/http-errors@2.0.1': resolution: { integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==, } - "@types/http-proxy@1.17.11": + '@types/http-proxy@1.17.11': resolution: { integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==, } - "@types/istanbul-lib-coverage@2.0.4": + '@types/istanbul-lib-coverage@2.0.4': resolution: { integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==, } - "@types/istanbul-lib-report@3.0.0": + '@types/istanbul-lib-report@3.0.0': resolution: { integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==, } - "@types/istanbul-reports@3.0.1": + '@types/istanbul-reports@3.0.1': resolution: { integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==, } - "@types/jest@29.5.12": + '@types/jest@29.5.12': resolution: { integrity: sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==, } - "@types/js-cookie@2.2.7": + '@types/js-cookie@2.2.7': resolution: { integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==, } - "@types/js-yaml@4.0.5": + '@types/js-yaml@4.0.5': resolution: { integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==, } - "@types/json-schema@7.0.12": + '@types/json-schema@7.0.12': resolution: { integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==, } - "@types/json-stable-stringify@1.0.34": + '@types/json-stable-stringify@1.0.34': resolution: { integrity: sha512-s2cfwagOQAS8o06TcwKfr9Wx11dNGbH2E9vJz1cqV+a/LOyhWNLUNd6JSRYNzvB4d29UuJX2M0Dj9vE1T8fRXw==, } - "@types/json5@0.0.29": + '@types/json5@0.0.29': resolution: { integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==, } - "@types/linkify-it@3.0.2": + '@types/linkify-it@3.0.2': resolution: { integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==, } - "@types/lodash.camelcase@4.3.7": + '@types/lodash.camelcase@4.3.7': resolution: { integrity: sha512-Nfi6jpo9vuEOSIJP+mpbTezKyEt75DQlbwjiDvs/JctWkbnHDoyQo5lWqdvgNiJmVUjcmkfvlrvSEgJYvurOKg==, } - "@types/lodash@4.14.195": + '@types/lodash@4.14.195': resolution: { integrity: sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==, } - "@types/markdown-it@12.2.3": + '@types/markdown-it@12.2.3': resolution: { integrity: sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ==, } - "@types/markdown-it@13.0.7": + '@types/markdown-it@13.0.7': resolution: { integrity: sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==, } - "@types/mdast@3.0.11": + '@types/mdast@3.0.11': resolution: { integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==, } - "@types/mdurl@1.0.2": + '@types/mdurl@1.0.2': resolution: { integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==, } - "@types/mime@1.3.2": + '@types/mime@1.3.2': resolution: { integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==, } - "@types/mime@3.0.1": + '@types/mime@3.0.1': resolution: { integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==, } - "@types/minimatch@5.1.2": + '@types/minimatch@5.1.2': resolution: { integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==, } - "@types/minimist@1.2.2": + '@types/minimist@1.2.2': resolution: { integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==, } - "@types/mkdirp@0.5.2": + '@types/mkdirp@0.5.2': resolution: { integrity: sha512-U5icWpv7YnZYGsN4/cmh3WD2onMY0aJIiTE6+51TwJCttdHvtCYmkBNOobHlXwrJRL0nkH9jH4kD+1FAdMN4Tg==, } - "@types/mkdirp@1.0.2": + '@types/mkdirp@1.0.2': resolution: { integrity: sha512-o0K1tSO0Dx5X6xlU5F1D6625FawhC3dU3iqr25lluNv/+/QIVH8RLNEiVokgIZo+mz+87w/3Mkg/VvQS+J51fQ==, } - "@types/node-fetch@2.6.2": + '@types/node-fetch@2.6.2': resolution: { integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==, } - "@types/node@12.20.55": + '@types/node@12.20.55': resolution: { integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==, } - "@types/node@16.18.34": + '@types/node@16.18.34': resolution: { integrity: sha512-VmVm7gXwhkUimRfBwVI1CHhwp86jDWR04B5FGebMMyxV90SlCmFujwUHrxTD4oO+SOYU86SoxvhgeRQJY7iXFg==, } - "@types/node@18.15.13": + '@types/node@18.15.13': resolution: { integrity: sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==, } - "@types/node@18.15.3": + '@types/node@18.15.3': resolution: { integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==, } - "@types/node@20.10.5": + '@types/node@20.10.5': resolution: { integrity: sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==, } - "@types/node@20.11.13": + '@types/node@20.11.13': resolution: { integrity: sha512-5G4zQwdiQBSWYTDAH1ctw2eidqdhMJaNsiIDKHFr55ihz5Trl2qqR8fdrT732yPBho5gkNxXm67OxWFBqX9aPg==, } - "@types/normalize-package-data@2.4.1": + '@types/normalize-package-data@2.4.1': resolution: { integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==, } - "@types/parse-json@4.0.0": + '@types/parse-json@4.0.0': resolution: { integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==, } - "@types/picomatch@2.3.3": + '@types/picomatch@2.3.3': resolution: { integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==, } - "@types/prettier@2.7.3": + '@types/prettier@2.7.3': resolution: { integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==, } - "@types/prompts@2.4.9": + '@types/prompts@2.4.9': resolution: { integrity: sha512-qTxFi6Buiu8+50/+3DGIWLHM6QuWsEKugJnnP6iv2Mc4ncxE4A/OJkjuVOA+5X0X1S/nq5VJRa8Lu+nwcvbrKA==, } - "@types/prop-types@15.7.5": + '@types/prop-types@15.7.5': resolution: { integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==, } - "@types/q@1.5.5": + '@types/q@1.5.5': resolution: { integrity: sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==, } - "@types/qs@6.9.7": + '@types/qs@6.9.7': resolution: { integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==, } - "@types/ramda@0.29.3": + '@types/ramda@0.29.3': resolution: { integrity: sha512-Yh/RHkjN0ru6LVhSQtTkCRo6HXkfL9trot/2elzM/yXLJmbLm2v6kJc8yftTnwv1zvUob6TEtqI2cYjdqG3U0Q==, } - "@types/range-parser@1.2.4": + '@types/range-parser@1.2.4': resolution: { integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==, } - "@types/react-dom@18.2.4": + '@types/react-dom@18.2.4': resolution: { integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==, } - "@types/react@18.2.9": + '@types/react@18.2.9': resolution: { integrity: sha512-pL3JAesUkF7PEQGxh5XOwdXGV907te6m1/Qe1ERJLgomojS6Ne790QiA7GUl434JEkFA2aAaB6qJ5z4e1zJn/w==, } - "@types/resolve@0.0.8": + '@types/resolve@0.0.8': resolution: { integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==, } - "@types/resolve@1.17.1": + '@types/resolve@1.17.1': resolution: { integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==, } - "@types/retry@0.12.0": + '@types/retry@0.12.0': resolution: { integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==, } - "@types/rimraf@3.0.2": + '@types/rimraf@3.0.2': resolution: { integrity: sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==, } - "@types/scheduler@0.16.3": + '@types/scheduler@0.16.3': resolution: { integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==, } - "@types/semver@7.3.13": + '@types/semver@7.3.13': resolution: { integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==, } - "@types/semver@7.5.4": + '@types/semver@7.5.4': resolution: { integrity: sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==, } - "@types/send@0.17.1": + '@types/send@0.17.1': resolution: { integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==, } - "@types/serve-index@1.9.1": + '@types/serve-index@1.9.1': resolution: { integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==, } - "@types/serve-static@1.15.2": + '@types/serve-static@1.15.2': resolution: { integrity: sha512-J2LqtvFYCzaj8pVYKw8klQXrLLk7TBZmQ4ShlcdkELFKGwGMfevMLneMMRkMgZxotOD9wg497LpC7O8PcvAmfw==, } - "@types/sockjs@0.3.33": + '@types/sockjs@0.3.33': resolution: { integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==, } - "@types/stack-utils@2.0.1": + '@types/stack-utils@2.0.1': resolution: { integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==, } - "@types/trusted-types@2.0.3": + '@types/trusted-types@2.0.3': resolution: { integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==, } - "@types/unist@2.0.6": + '@types/unist@2.0.6': resolution: { integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==, } - "@types/uuid@9.0.1": + '@types/uuid@9.0.1': resolution: { integrity: sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==, } - "@types/web-bluetooth@0.0.20": + '@types/web-bluetooth@0.0.20': resolution: { integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==, } - "@types/web@0.0.65": + '@types/web@0.0.65': resolution: { integrity: sha512-dl7VRSYBhxhOVxHA/ec8e7EzGXSQJrrGvRgLQWxusaJk1oT4I9nLpWiqsxekYI2eAEuet05toEm+rByL0G8x2Q==, } - "@types/which@2.0.2": + '@types/which@2.0.2': resolution: { integrity: sha512-113D3mDkZDjo+EeUEHCFy0qniNc1ZpecGiAU7WSo7YDoSzolZIQKpYFHrPpjkB2nuyahcKfrmLXeQlh7gqJYdw==, } - "@types/ws@8.5.5": + '@types/ws@8.5.5': resolution: { integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==, } - "@types/yargs-parser@21.0.0": + '@types/yargs-parser@21.0.0': resolution: { integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==, } - "@types/yargs@16.0.5": + '@types/yargs@16.0.5': resolution: { integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==, } - "@types/yargs@17.0.24": + '@types/yargs@17.0.24': resolution: { integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==, } - "@types/yauzl@2.10.3": + '@types/yauzl@2.10.3': resolution: { integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==, } - "@typescript-eslint/eslint-plugin@5.59.0": + '@typescript-eslint/eslint-plugin@5.59.0': resolution: { integrity: sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - "@typescript-eslint/parser": ^5.0.0 + '@typescript-eslint/parser': ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/eslint-plugin@6.9.1": + '@typescript-eslint/eslint-plugin@6.9.1': resolution: { integrity: sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - "@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha + '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/experimental-utils@5.60.1": + '@typescript-eslint/experimental-utils@5.60.1': resolution: { integrity: sha512-TXUdLxv2t8181nh5yLXl/Gr/zKj1ZofQ7m+ZdmG2+El0TYOHCvlZfc35D4nturemC3RUnf3KmLuFp3bVBjkG5w==, @@ -6517,7 +6517,7 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - "@typescript-eslint/parser@5.59.0": + '@typescript-eslint/parser@5.59.0': resolution: { integrity: sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==, @@ -6525,12 +6525,12 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/parser@6.9.1": + '@typescript-eslint/parser@6.9.1': resolution: { integrity: sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==, @@ -6538,46 +6538,46 @@ packages: engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/scope-manager@5.59.0": + '@typescript-eslint/scope-manager@5.59.0': resolution: { integrity: sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@typescript-eslint/scope-manager@5.60.1": + '@typescript-eslint/scope-manager@5.60.1': resolution: { integrity: sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@typescript-eslint/scope-manager@6.9.1": + '@typescript-eslint/scope-manager@6.9.1': resolution: { integrity: sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==, } engines: { node: ^16.0.0 || >=18.0.0 } - "@typescript-eslint/type-utils@5.59.0": + '@typescript-eslint/type-utils@5.59.0': resolution: { integrity: sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - eslint: "*" - typescript: "*" + eslint: '*' + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/type-utils@6.9.1": + '@typescript-eslint/type-utils@6.9.1': resolution: { integrity: sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==, @@ -6585,69 +6585,69 @@ packages: engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/types@5.59.0": + '@typescript-eslint/types@5.59.0': resolution: { integrity: sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@typescript-eslint/types@5.60.1": + '@typescript-eslint/types@5.60.1': resolution: { integrity: sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@typescript-eslint/types@6.9.1": + '@typescript-eslint/types@6.9.1': resolution: { integrity: sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==, } engines: { node: ^16.0.0 || >=18.0.0 } - "@typescript-eslint/typescript-estree@5.59.0": + '@typescript-eslint/typescript-estree@5.59.0': resolution: { integrity: sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/typescript-estree@5.60.1": + '@typescript-eslint/typescript-estree@5.60.1': resolution: { integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/typescript-estree@6.9.1": + '@typescript-eslint/typescript-estree@6.9.1': resolution: { integrity: sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==, } engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true - "@typescript-eslint/utils@5.59.0": + '@typescript-eslint/utils@5.59.0': resolution: { integrity: sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==, @@ -6656,7 +6656,7 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - "@typescript-eslint/utils@5.60.1": + '@typescript-eslint/utils@5.60.1': resolution: { integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==, @@ -6665,7 +6665,7 @@ packages: peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - "@typescript-eslint/utils@6.9.1": + '@typescript-eslint/utils@6.9.1': resolution: { integrity: sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==, @@ -6674,34 +6674,34 @@ packages: peerDependencies: eslint: ^7.0.0 || ^8.0.0 - "@typescript-eslint/visitor-keys@5.59.0": + '@typescript-eslint/visitor-keys@5.59.0': resolution: { integrity: sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@typescript-eslint/visitor-keys@5.60.1": + '@typescript-eslint/visitor-keys@5.60.1': resolution: { integrity: sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==, } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } - "@typescript-eslint/visitor-keys@6.9.1": + '@typescript-eslint/visitor-keys@6.9.1': resolution: { integrity: sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==, } engines: { node: ^16.0.0 || >=18.0.0 } - "@ungap/structured-clone@1.2.0": + '@ungap/structured-clone@1.2.0': resolution: { integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==, } - "@vitejs/plugin-react@4.2.1": + '@vitejs/plugin-react@4.2.1': resolution: { integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==, @@ -6710,7 +6710,7 @@ packages: peerDependencies: vite: ^4.2.0 || ^5.0.0 - "@vitejs/plugin-vue@5.0.3": + '@vitejs/plugin-vue@5.0.3': resolution: { integrity: sha512-b8S5dVS40rgHdDrw+DQi/xOM9ed+kSRZzfm1T74bMmBDCd8XO87NKlFYInzCtwvtWwXZvo1QxE2OSspTATWrbA==, @@ -6720,16 +6720,16 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - "@vitest/browser@1.6.0": + '@vitest/browser@1.6.0': resolution: { integrity: sha512-3Wpp9h1hf++rRVPvoXevkdHybLhJVn7MwIMKMIh08tVaoDMmT6fnNhbP222Z48V9PptpYeA5zvH9Ct/ZcaAzmQ==, } peerDependencies: - playwright: "*" - safaridriver: "*" + playwright: '*' + safaridriver: '*' vitest: 1.6.0 - webdriverio: "*" + webdriverio: '*' peerDependenciesMeta: playwright: optional: true @@ -6738,7 +6738,7 @@ packages: webdriverio: optional: true - "@vitest/coverage-istanbul@1.6.0": + '@vitest/coverage-istanbul@1.6.0': resolution: { integrity: sha512-h/BwpXehkkS0qsNCS00QxiupAqVkNi0WT19BR0dQvlge5oHghoSVLx63fABYFoKxVb7Ue7+k6V2KokmQ1zdMpg==, @@ -6746,91 +6746,91 @@ packages: peerDependencies: vitest: 1.6.0 - "@vitest/expect@1.6.0": + '@vitest/expect@1.6.0': resolution: { integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==, } - "@vitest/runner@1.6.0": + '@vitest/runner@1.6.0': resolution: { integrity: sha512-P4xgwPjwesuBiHisAVz/LSSZtDjOTPYZVmNAnpHHSR6ONrf8eCJOFRvUwdHn30F5M1fxhqtl7QZQUk2dprIXAg==, } - "@vitest/snapshot@1.6.0": + '@vitest/snapshot@1.6.0': resolution: { integrity: sha512-+Hx43f8Chus+DCmygqqfetcAZrDJwvTj0ymqjQq4CvmpKFSTVteEOBzCusu1x2tt4OJcvBflyHUE0DZSLgEMtQ==, } - "@vitest/spy@1.6.0": + '@vitest/spy@1.6.0': resolution: { integrity: sha512-leUTap6B/cqi/bQkXUu6bQV5TZPx7pmMBKBQiI0rJA8c3pB56ZsaTbREnF7CJfmvAS4V2cXIBAh/3rVwrrCYgw==, } - "@vitest/utils@1.6.0": + '@vitest/utils@1.6.0': resolution: { integrity: sha512-21cPiuGMoMZwiOHa2i4LXkMkMkCGzA+MVFV70jRwHo95dL4x/ts5GZhML1QWuy7yfp3WzK3lRvZi3JnXTYqrBw==, } - "@vue/compiler-core@3.4.15": + '@vue/compiler-core@3.4.15': resolution: { integrity: sha512-XcJQVOaxTKCnth1vCxEChteGuwG6wqnUHxAm1DO3gCz0+uXKaJNx8/digSz4dLALCy8n2lKq24jSUs8segoqIw==, } - "@vue/compiler-dom@3.4.15": + '@vue/compiler-dom@3.4.15': resolution: { integrity: sha512-wox0aasVV74zoXyblarOM3AZQz/Z+OunYcIHe1OsGclCHt8RsRm04DObjefaI82u6XDzv+qGWZ24tIsRAIi5MQ==, } - "@vue/compiler-sfc@3.4.15": + '@vue/compiler-sfc@3.4.15': resolution: { integrity: sha512-LCn5M6QpkpFsh3GQvs2mJUOAlBQcCco8D60Bcqmf3O3w5a+KWS5GvYbrrJBkgvL1BDnTp+e8q0lXCLgHhKguBA==, } - "@vue/compiler-ssr@3.4.15": + '@vue/compiler-ssr@3.4.15': resolution: { integrity: sha512-1jdeQyiGznr8gjFDadVmOJqZiLNSsMa5ZgqavkPZ8O2wjHv0tVuAEsw5hTdUoUW4232vpBbL/wJhzVW/JwY1Uw==, } - "@vue/devtools-api@6.5.0": + '@vue/devtools-api@6.5.0': resolution: { integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==, } - "@vue/devtools-api@6.5.1": + '@vue/devtools-api@6.5.1': resolution: { integrity: sha512-+KpckaAQyfbvshdDW5xQylLni1asvNSGme1JFs8I1+/H5pHEhqUKMEQD/qn3Nx5+/nycBq11qAEi8lk+LXI2dA==, } - "@vue/reactivity@3.4.15": + '@vue/reactivity@3.4.15': resolution: { integrity: sha512-55yJh2bsff20K5O84MxSvXKPHHt17I2EomHznvFiJCAZpJTNW8IuLj1xZWMLELRhBK3kkFV/1ErZGHJfah7i7w==, } - "@vue/runtime-core@3.4.15": + '@vue/runtime-core@3.4.15': resolution: { integrity: sha512-6E3by5m6v1AkW0McCeAyhHTw+3y17YCOKG0U0HDKDscV4Hs0kgNT5G+GCHak16jKgcCDHpI9xe5NKb8sdLCLdw==, } - "@vue/runtime-dom@3.4.15": + '@vue/runtime-dom@3.4.15': resolution: { integrity: sha512-EVW8D6vfFVq3V/yDKNPBFkZKGMFSvZrUQmx196o/v2tHKdwWdiZjYUBS+0Ez3+ohRyF8Njwy/6FH5gYJ75liUw==, } - "@vue/server-renderer@3.4.15": + '@vue/server-renderer@3.4.15': resolution: { integrity: sha512-3HYzaidu9cHjrT+qGUuDhFYvF/j643bHC6uUN9BgM11DVy+pM6ATsG6uPBLnkwOgs7BpJABReLmpL3ZPAsUaqw==, @@ -6838,36 +6838,36 @@ packages: peerDependencies: vue: 3.4.15 - "@vue/shared@3.4.15": + '@vue/shared@3.4.15': resolution: { integrity: sha512-KzfPTxVaWfB+eGcGdbSf4CWdaXcGDqckoeXUh7SB3fZdEtzPCK2Vq9B/lRRL3yutax/LWITz+SwvgyOxz5V75g==, } - "@vueuse/core@10.7.2": + '@vueuse/core@10.7.2': resolution: { integrity: sha512-AOyAL2rK0By62Hm+iqQn6Rbu8bfmbgaIMXcE3TSr7BdQ42wnSFlwIdPjInO62onYsEMK/yDMU8C6oGfDAtZ2qQ==, } - "@vueuse/integrations@10.7.2": + '@vueuse/integrations@10.7.2': resolution: { integrity: sha512-+u3RLPFedjASs5EKPc69Ge49WNgqeMfSxFn+qrQTzblPXZg6+EFzhjarS5edj2qAf6xQ93f95TUxRwKStXj/sQ==, } peerDependencies: - async-validator: "*" - axios: "*" - change-case: "*" - drauu: "*" - focus-trap: "*" - fuse.js: "*" - idb-keyval: "*" - jwt-decode: "*" - nprogress: "*" - qrcode: "*" - sortablejs: "*" - universal-cookie: "*" + async-validator: '*' + axios: '*' + change-case: '*' + drauu: '*' + focus-trap: '*' + fuse.js: '*' + idb-keyval: '*' + jwt-decode: '*' + nprogress: '*' + qrcode: '*' + sortablejs: '*' + universal-cookie: '*' peerDependenciesMeta: async-validator: optional: true @@ -6894,204 +6894,204 @@ packages: universal-cookie: optional: true - "@vueuse/metadata@10.7.2": + '@vueuse/metadata@10.7.2': resolution: { integrity: sha512-kCWPb4J2KGrwLtn1eJwaJD742u1k5h6v/St5wFe8Quih90+k2a0JP8BS4Zp34XUuJqS2AxFYMb1wjUL8HfhWsQ==, } - "@vueuse/shared@10.7.2": + '@vueuse/shared@10.7.2': resolution: { integrity: sha512-qFbXoxS44pi2FkgFjPvF4h7c9oMDutpyBdcJdMYIMg9XyXli2meFMuaKn+UMgsClo//Th6+beeCgqweT/79BVA==, } - "@wdio/config@8.36.1": + '@wdio/config@8.36.1': resolution: { integrity: sha512-yCENnym0CrYuLKMJ3fv00WkjCR8QpPqVohGBkq5FvZOZpVJEpoG86Q8l4HtyRnd6ggMTKCA1vTQ/myhbPmZmaQ==, } engines: { node: ^16.13 || >=18 } - "@wdio/logger@8.28.0": + '@wdio/logger@8.28.0': resolution: { integrity: sha512-/s6zNCqwy1hoc+K4SJypis0Ud0dlJ+urOelJFO1x0G0rwDRWyFiUP6ijTaCcFxAm29jYEcEPWijl2xkVIHwOyA==, } engines: { node: ^16.13 || >=18 } - "@wdio/protocols@8.32.0": + '@wdio/protocols@8.32.0': resolution: { integrity: sha512-inLJRrtIGdTz/YPbcsvpSvPlYQFTVtF3OYBwAXhG2FiP1ZwE1CQNLP/xgRGye1ymdGCypGkexRqIx3KBGm801Q==, } - "@wdio/repl@8.24.12": + '@wdio/repl@8.24.12': resolution: { integrity: sha512-321F3sWafnlw93uRTSjEBVuvWCxTkWNDs7ektQS15drrroL3TMeFOynu4rDrIz0jXD9Vas0HCD2Tq/P0uxFLdw==, } engines: { node: ^16.13 || >=18 } - "@wdio/types@8.36.1": + '@wdio/types@8.36.1': resolution: { integrity: sha512-kKtyJbypasKo/VQuJ6dTQQwFtHE9qoygjoCZjrQCLGraRSjOEiqZHPR0497wbeCvcgHIYyImbmcylqZNGUE0CQ==, } engines: { node: ^16.13 || >=18 } - "@wdio/utils@8.36.1": + '@wdio/utils@8.36.1': resolution: { integrity: sha512-xmgPHU11/o9n2FeRmDFkPRC0okiwA1i2xOcR2c3aSpuk99XkAm9RaMn/6u9LFaqsCpgaVxazcYEGSceO7U4hZA==, } engines: { node: ^16.13 || >=18 } - "@webassemblyjs/ast@1.11.6": + '@webassemblyjs/ast@1.11.6': resolution: { integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==, } - "@webassemblyjs/floating-point-hex-parser@1.11.6": + '@webassemblyjs/floating-point-hex-parser@1.11.6': resolution: { integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==, } - "@webassemblyjs/helper-api-error@1.11.6": + '@webassemblyjs/helper-api-error@1.11.6': resolution: { integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==, } - "@webassemblyjs/helper-buffer@1.11.6": + '@webassemblyjs/helper-buffer@1.11.6': resolution: { integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==, } - "@webassemblyjs/helper-numbers@1.11.6": + '@webassemblyjs/helper-numbers@1.11.6': resolution: { integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==, } - "@webassemblyjs/helper-wasm-bytecode@1.11.6": + '@webassemblyjs/helper-wasm-bytecode@1.11.6': resolution: { integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==, } - "@webassemblyjs/helper-wasm-section@1.11.6": + '@webassemblyjs/helper-wasm-section@1.11.6': resolution: { integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==, } - "@webassemblyjs/ieee754@1.11.6": + '@webassemblyjs/ieee754@1.11.6': resolution: { integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==, } - "@webassemblyjs/leb128@1.11.6": + '@webassemblyjs/leb128@1.11.6': resolution: { integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==, } - "@webassemblyjs/utf8@1.11.6": + '@webassemblyjs/utf8@1.11.6': resolution: { integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==, } - "@webassemblyjs/wasm-edit@1.11.6": + '@webassemblyjs/wasm-edit@1.11.6': resolution: { integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==, } - "@webassemblyjs/wasm-gen@1.11.6": + '@webassemblyjs/wasm-gen@1.11.6': resolution: { integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==, } - "@webassemblyjs/wasm-opt@1.11.6": + '@webassemblyjs/wasm-opt@1.11.6': resolution: { integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==, } - "@webassemblyjs/wasm-parser@1.11.6": + '@webassemblyjs/wasm-parser@1.11.6': resolution: { integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==, } - "@webassemblyjs/wast-printer@1.11.6": + '@webassemblyjs/wast-printer@1.11.6': resolution: { integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==, } - "@whatwg-node/events@0.0.3": + '@whatwg-node/events@0.0.3': resolution: { integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==, } - "@whatwg-node/fetch@0.3.2": + '@whatwg-node/fetch@0.3.2': resolution: { integrity: sha512-Bs5zAWQs0tXsLa4mRmLw7Psps1EN78vPtgcLpw3qPY8s6UYPUM67zFZ9cy+7tZ64PXhfwzxJn+m7RH2Lq48RNQ==, } - "@whatwg-node/fetch@0.8.8": + '@whatwg-node/fetch@0.8.8': resolution: { integrity: sha512-CdcjGC2vdKhc13KKxgsc6/616BQ7ooDIgPeTuAiE8qfCnS0mGzcfCOoZXypQSz73nxI+GWc7ZReIAVhxoE1KCg==, } - "@whatwg-node/node-fetch@0.3.6": + '@whatwg-node/node-fetch@0.3.6': resolution: { integrity: sha512-w9wKgDO4C95qnXZRwZTfCmLWqyRnooGjcIwG0wADWjw9/HN0p7dtvtgSvItZtUyNteEvgTrd8QojNEqV6DAGTA==, } - "@xobotyi/scrollbar-width@1.9.5": + '@xobotyi/scrollbar-width@1.9.5': resolution: { integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==, } - "@xtuc/ieee754@1.2.0": + '@xtuc/ieee754@1.2.0': resolution: { integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==, } - "@xtuc/long@4.2.2": + '@xtuc/long@4.2.2': resolution: { integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==, } - "@zkochan/retry@0.2.0": + '@zkochan/retry@0.2.0': resolution: { integrity: sha512-WhB+2B/ZPlW2Xy/kMJBrMbqecWXcbDDgn0K0wKBAgO2OlBTz1iLJrRWduo+DGGn0Akvz1Lu4Xvls7dJojximWw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } - "@zkochan/rimraf@2.1.3": + '@zkochan/rimraf@2.1.3': resolution: { integrity: sha512-mCfR3gylCzPC+iqdxEA6z5SxJeOgzgbwmyxanKriIne5qZLswDe/M43aD3p5MNzwzXRhbZg/OX+MpES6Zk1a6A==, } - engines: { node: ">=12.10" } + engines: { node: '>=12.10' } abab@2.0.6: resolution: @@ -7110,14 +7110,14 @@ packages: { integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==, } - engines: { node: ">=6.5" } + engines: { node: '>=6.5' } accepts@1.3.8: resolution: { integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } acorn-globals@6.0.0: resolution: @@ -7146,21 +7146,21 @@ packages: { integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==, } - engines: { node: ">=0.4.0" } + engines: { node: '>=0.4.0' } acorn-walk@8.3.2: resolution: { integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==, } - engines: { node: ">=0.4.0" } + engines: { node: '>=0.4.0' } acorn@7.4.1: resolution: { integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==, } - engines: { node: ">=0.4.0" } + engines: { node: '>=0.4.0' } hasBin: true acorn@8.11.3: @@ -7168,7 +7168,7 @@ packages: { integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==, } - engines: { node: ">=0.4.0" } + engines: { node: '>=0.4.0' } hasBin: true acorn@8.9.0: @@ -7176,7 +7176,7 @@ packages: { integrity: sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==, } - engines: { node: ">=0.4.0" } + engines: { node: '>=0.4.0' } hasBin: true address@1.2.2: @@ -7184,14 +7184,14 @@ packages: { integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==, } - engines: { node: ">= 10.0.0" } + engines: { node: '>= 10.0.0' } adjust-sourcemap-loader@4.0.0: resolution: { integrity: sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==, } - engines: { node: ">=8.9" } + engines: { node: '>=8.9' } aes-js@4.0.0-beta.5: resolution: @@ -7204,21 +7204,21 @@ packages: { integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==, } - engines: { node: ">= 6.0.0" } + engines: { node: '>= 6.0.0' } agent-base@7.1.0: resolution: { integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } aggregate-error@3.1.0: resolution: { integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } ajv-formats@2.1.1: resolution: @@ -7270,21 +7270,21 @@ packages: { integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } ansi-escapes@4.3.2: resolution: { integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } ansi-html-community@0.0.8: resolution: { integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==, } - engines: { "0": node >= 0.8.0 } + engines: { '0': node >= 0.8.0 } hasBin: true ansi-regex@5.0.1: @@ -7292,14 +7292,14 @@ packages: { integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } ansi-regex@6.0.1: resolution: { integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } ansi-sequence-parser@1.1.0: resolution: @@ -7312,28 +7312,28 @@ packages: { integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } ansi-styles@4.3.0: resolution: { integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } ansi-styles@5.2.0: resolution: { integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } ansi-styles@6.2.1: resolution: { integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==, } - engines: { node: ">=12" } + engines: { node: '>=12' } any-promise@1.3.0: resolution: @@ -7346,28 +7346,28 @@ packages: { integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } append-transform@2.0.0: resolution: { integrity: sha512-7yeyCEurROLQJFv5Xj4lEGTy0borxepjFv1g22oAdqFu//SrAlDl1O1Nxx15SH1RoliUml6p8dwJW9jvZughhg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } archiver-utils@5.0.2: resolution: { integrity: sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } archiver@7.0.1: resolution: { integrity: sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } archy@1.0.0: resolution: @@ -7380,7 +7380,7 @@ packages: { integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==, } - engines: { node: ">=14" } + engines: { node: '>=14' } arg@4.1.3: resolution: @@ -7411,14 +7411,14 @@ packages: { integrity: sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } aria-query@4.2.2: resolution: { integrity: sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==, } - engines: { node: ">=6.0" } + engines: { node: '>=6.0' } aria-query@5.1.3: resolution: @@ -7461,70 +7461,70 @@ packages: { integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array-includes@3.1.7: resolution: { integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array-last@1.3.0: resolution: { integrity: sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } array-union@2.1.0: resolution: { integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } array.prototype.findlastindex@1.2.3: resolution: { integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array.prototype.flat@1.3.1: resolution: { integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array.prototype.flat@1.3.2: resolution: { integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array.prototype.flatmap@1.3.1: resolution: { integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array.prototype.flatmap@1.3.2: resolution: { integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array.prototype.reduce@1.0.5: resolution: { integrity: sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } array.prototype.tosorted@1.1.2: resolution: @@ -7537,14 +7537,14 @@ packages: { integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } arrify@1.0.1: resolution: { integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } asap@2.0.6: resolution: @@ -7563,7 +7563,7 @@ packages: { integrity: sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==, } - engines: { node: ">=12.0.0" } + engines: { node: '>=12.0.0' } assert@2.1.0: resolution: @@ -7588,14 +7588,14 @@ packages: { integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==, } - engines: { node: ">=4" } + engines: { node: '>=4' } astral-regex@2.0.0: resolution: { integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } async@2.6.4: resolution: @@ -7626,14 +7626,14 @@ packages: { integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==, } - engines: { node: ">= 4.0.0" } + engines: { node: '>= 4.0.0' } auto-bind@4.0.0: resolution: { integrity: sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } autoprefixer@10.4.14: resolution: @@ -7650,14 +7650,14 @@ packages: { integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } axe-core@4.7.2: resolution: { integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==, } - engines: { node: ">=4" } + engines: { node: '>=4' } axobject-query@2.2.0: resolution: @@ -7684,24 +7684,24 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: - "@babel/core": ^7.8.0 + '@babel/core': ^7.8.0 babel-loader@8.3.0: resolution: { integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==, } - engines: { node: ">= 8.9" } + engines: { node: '>= 8.9' } peerDependencies: - "@babel/core": ^7.0.0 - webpack: ">=2" + '@babel/core': ^7.0.0 + webpack: '>=2' babel-plugin-istanbul@6.1.1: resolution: { integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } babel-plugin-jest-hoist@27.5.1: resolution: @@ -7715,7 +7715,7 @@ packages: { integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==, } - engines: { node: ">=10", npm: ">=6" } + engines: { node: '>=10', npm: '>=6' } babel-plugin-named-asset-import@0.3.8: resolution: @@ -7723,7 +7723,7 @@ packages: integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==, } peerDependencies: - "@babel/core": ^7.1.0 + '@babel/core': ^7.1.0 babel-plugin-polyfill-corejs2@0.4.3: resolution: @@ -7731,7 +7731,7 @@ packages: integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 babel-plugin-polyfill-corejs3@0.8.1: resolution: @@ -7739,7 +7739,7 @@ packages: integrity: sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 babel-plugin-polyfill-regenerator@0.5.0: resolution: @@ -7747,7 +7747,7 @@ packages: integrity: sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==, } peerDependencies: - "@babel/core": ^7.0.0-0 + '@babel/core': ^7.0.0-0 babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: resolution: @@ -7767,7 +7767,7 @@ packages: integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==, } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 babel-preset-fbjs@3.4.0: resolution: @@ -7775,7 +7775,7 @@ packages: integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==, } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 babel-preset-jest@27.5.1: resolution: @@ -7784,7 +7784,7 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: - "@babel/core": ^7.0.0 + '@babel/core': ^7.0.0 babel-preset-react-app@10.0.1: resolution: @@ -7822,7 +7822,7 @@ packages: { integrity: sha512-8PzkB0arJFV4jJWSGOYR+OEic6aeKMu/osRhBULN6RY0ykby6LKhbmuQ5ublvaas5BOwboah5D87nrHyuh8PPA==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } batch@0.6.1: resolution: @@ -7847,21 +7847,21 @@ packages: { integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==, } - engines: { node: ">=4" } + engines: { node: '>=4' } bfj@7.0.2: resolution: { integrity: sha512-+e/UqUzwmzJamNF50tBV6tZPTORow7gQ96iFow+8b562OdMpEK0BcJEq2OSPEDmAbSMBQ7PKZ87ubFkgxpYWgw==, } - engines: { node: ">= 8.0.0" } + engines: { node: '>= 8.0.0' } big-integer@1.6.51: resolution: { integrity: sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==, } - engines: { node: ">=0.6" } + engines: { node: '>=0.6' } big.js@5.2.2: resolution: @@ -7874,7 +7874,7 @@ packages: { integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } binary@0.3.0: resolution: @@ -7917,7 +7917,7 @@ packages: { integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==, } - engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } + engines: { node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16 } bole@5.0.11: resolution: @@ -7948,7 +7948,7 @@ packages: { integrity: sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==, } - engines: { node: ">= 5.10.0" } + engines: { node: '>= 5.10.0' } brace-expansion@1.1.11: resolution: @@ -7967,7 +7967,7 @@ packages: { integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==, } - engines: { node: ">=8" } + engines: { node: '>=8' } breakword@1.0.6: resolution: @@ -8022,7 +8022,7 @@ packages: { integrity: sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } browserify-zlib@0.2.0: resolution: @@ -8071,7 +8071,7 @@ packages: { integrity: sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } buffer-from@1.1.2: resolution: @@ -8084,7 +8084,7 @@ packages: { integrity: sha512-I7wzHwA3t1/lwXQh+A5PbNvJxgfo5r3xulgpYDB5zckTu/Z9oUK9biouBKQUjEqzaz3HnAT6TYoovmE+GqSf7A==, } - engines: { node: ">=0.10" } + engines: { node: '>=0.10' } buffer-xor@1.0.3: resolution: @@ -8109,14 +8109,14 @@ packages: { integrity: sha512-9q/rDEGSb/Qsvv2qvzIzdluL5k7AaJOTrw23z9reQthrbF7is4CtlT0DXyO1oei2DCp4uojjzQ7igaSHp1kAEQ==, } - engines: { node: ">=0.2.0" } + engines: { node: '>=0.2.0' } builtin-modules@3.3.0: resolution: { integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } builtin-status-codes@3.0.0: resolution: @@ -8135,7 +8135,7 @@ packages: { integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } bundle-require@4.0.1: resolution: @@ -8144,56 +8144,56 @@ packages: } engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } peerDependencies: - esbuild: ">=0.17" + esbuild: '>=0.17' busboy@1.6.0: resolution: { integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==, } - engines: { node: ">=10.16.0" } + engines: { node: '>=10.16.0' } bytes@3.0.0: resolution: { integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } bytes@3.1.2: resolution: { integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } cac@6.7.14: resolution: { integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } cacheable-lookup@7.0.0: resolution: { integrity: sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } cacheable-request@10.2.14: resolution: { integrity: sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } caching-transform@4.0.0: resolution: { integrity: sha512-kpqOvwXnjjN44D89K5ccQC+RUrsy7jB/XLlRrx0D7/2HNcTPqzsb6XgYoErwko6QsV184CA2YgS1fxDiiDZMWA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } call-bind@1.0.2: resolution: @@ -8212,7 +8212,7 @@ packages: { integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } camel-case@4.1.2: resolution: @@ -8225,28 +8225,28 @@ packages: { integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } camelcase-keys@6.2.2: resolution: { integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } camelcase@5.3.1: resolution: { integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } camelcase@6.3.0: resolution: { integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } caniuse-api@3.0.0: resolution: @@ -8271,7 +8271,7 @@ packages: { integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } ccount@1.1.0: resolution: @@ -8284,7 +8284,7 @@ packages: { integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==, } - engines: { node: ">=4" } + engines: { node: '>=4' } chainsaw@0.1.0: resolution: @@ -8297,21 +8297,21 @@ packages: { integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } chalk@4.0.0: resolution: { integrity: sha512-N9oWFcegS0sFr9oh1oz2d7Npos6vNoWW9HvtCg5N1KRFpUhaAhvTv5Y58g880fZaEYSNm3qDz8SU1UrGvp+n7A==, } - engines: { node: ">=10" } + engines: { node: '>=10' } chalk@4.1.2: resolution: { integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } chalk@5.3.0: resolution: @@ -8343,14 +8343,14 @@ packages: { integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } char-regex@2.0.1: resolution: { integrity: sha512-oSvEeo6ZUD7NepqAat3RqoucZ5SeqLJgOvVIwkafu6IP3V0pO38s/ypdVUmDDK6qIIHNlYHJAKX9E7R7HoKElw==, } - engines: { node: ">=12.20" } + engines: { node: '>=12.20' } character-entities-legacy@1.1.4: resolution: @@ -8399,14 +8399,14 @@ packages: { integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==, } - engines: { node: ">= 8.10.0" } + engines: { node: '>= 8.10.0' } chrome-trace-event@1.0.3: resolution: { integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==, } - engines: { node: ">=6.0" } + engines: { node: '>=6.0' } chromium-bidi@0.4.16: resolution: @@ -8414,14 +8414,14 @@ packages: integrity: sha512-7ZbXdWERxRxSwo3txsBjjmc/NLxqb1Bk30mRb0BMS4YIaiV6zvKZqL/UAH+DdqcDYayDWk2n/y8klkBDODrPvA==, } peerDependencies: - devtools-protocol: "*" + devtools-protocol: '*' ci-info@3.8.0: resolution: { integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } cipher-base@1.0.4: resolution: @@ -8440,49 +8440,49 @@ packages: { integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==, } - engines: { node: ">= 10.0" } + engines: { node: '>= 10.0' } clean-stack@2.2.0: resolution: { integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==, } - engines: { node: ">=6" } + engines: { node: '>=6' } cli-cursor@3.1.0: resolution: { integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } cli-spinners@2.9.0: resolution: { integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==, } - engines: { node: ">=6" } + engines: { node: '>=6' } cli-table@0.3.11: resolution: { integrity: sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==, } - engines: { node: ">= 0.2.0" } + engines: { node: '>= 0.2.0' } cli-truncate@2.1.0: resolution: { integrity: sha512-n8fOixwDD6b/ObinzTrp1ZKFzbgvKZvuz/TvejnLn1aQfC6r52XEx85FmuC+3HI+JM7coBRXUvNqEU2PHVrHpg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } cli-width@3.0.0: resolution: { integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } client-only@0.0.1: resolution: @@ -8507,28 +8507,28 @@ packages: { integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } clone@1.0.4: resolution: { integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==, } - engines: { node: ">=0.8" } + engines: { node: '>=0.8' } co@4.6.0: resolution: { integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==, } - engines: { iojs: ">= 1.0.0", node: ">= 0.12.0" } + engines: { iojs: '>= 1.0.0', node: '>= 0.12.0' } coa@2.0.2: resolution: { integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==, } - engines: { node: ">= 4.0" } + engines: { node: '>= 4.0' } collect-v8-coverage@1.0.1: resolution: @@ -8547,7 +8547,7 @@ packages: { integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, } - engines: { node: ">=7.0.0" } + engines: { node: '>=7.0.0' } color-name@1.1.3: resolution: @@ -8578,14 +8578,14 @@ packages: { integrity: sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==, } - engines: { node: ">=0.1.90" } + engines: { node: '>=0.1.90' } combined-stream@1.0.8: resolution: { integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } commander@2.20.3: resolution: @@ -8598,21 +8598,21 @@ packages: { integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } commander@7.2.0: resolution: { integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } commander@8.3.0: resolution: { integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==, } - engines: { node: ">= 12" } + engines: { node: '>= 12' } commander@9.4.1: resolution: @@ -8626,7 +8626,7 @@ packages: { integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==, } - engines: { node: ">= 12.0.0" } + engines: { node: '>= 12.0.0' } common-path-prefix@3.0.0: resolution: @@ -8639,7 +8639,7 @@ packages: { integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==, } - engines: { node: ">=4.0.0" } + engines: { node: '>=4.0.0' } commondir@1.0.1: resolution: @@ -8664,21 +8664,21 @@ packages: { integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } compressible@2.0.18: resolution: { integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } compression@1.7.4: resolution: { integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } concat-map@0.0.1: resolution: @@ -8697,7 +8697,7 @@ packages: { integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==, } - engines: { node: ">=0.8" } + engines: { node: '>=0.8' } console-browserify@1.2.0: resolution: @@ -8722,14 +8722,14 @@ packages: { integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } content-type@1.0.5: resolution: { integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } convert-source-map@1.9.0: resolution: @@ -8754,7 +8754,7 @@ packages: { integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } copy-to-clipboard@3.3.3: resolution: @@ -8797,33 +8797,33 @@ packages: { integrity: sha512-9DHpa379Gp0o0Zefii35fcmuuin6q92FnLDffzdZ0l9tVd3nEobG3O+MZ06+kuBvFTSVScvNb/oHA13Nd4iipg==, } - engines: { node: ">=12", npm: ">=6" } + engines: { node: '>=12', npm: '>=6' } peerDependencies: - "@types/node": "*" - cosmiconfig: ">=7" - ts-node: ">=10" - typescript: ">=3" + '@types/node': '*' + cosmiconfig: '>=7' + ts-node: '>=10' + typescript: '>=3' cosmiconfig@6.0.0: resolution: { integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } cosmiconfig@7.0.1: resolution: { integrity: sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } cosmiconfig@7.1.0: resolution: { integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } coverage-diff@3.2.0: resolution: @@ -8836,7 +8836,7 @@ packages: { integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==, } - engines: { node: ">=0.8" } + engines: { node: '>=0.8' } hasBin: true crc32-stream@6.0.0: @@ -8844,7 +8844,7 @@ packages: { integrity: sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } create-ecdh@4.0.4: resolution: @@ -8887,14 +8887,14 @@ packages: { integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==, } - engines: { node: ">=4.8" } + engines: { node: '>=4.8' } cross-spawn@7.0.3: resolution: { integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } crypt@0.0.2: resolution: @@ -8913,7 +8913,7 @@ packages: { integrity: sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } css-blank-pseudo@3.0.3: resolution: @@ -8955,7 +8955,7 @@ packages: { integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: webpack: ^5.0.0 @@ -8964,15 +8964,15 @@ packages: { integrity: sha512-1u6D71zeIfgngN2XNRJefc/hY7Ybsxd74Jm4qngIXyUEk7fss3VUzuHxLAq/R8NAba4QU9OUSaMZlbpRc7bM4Q==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: - "@parcel/css": "*" - clean-css: "*" - csso: "*" - esbuild: "*" + '@parcel/css': '*' + clean-css: '*' + csso: '*' + esbuild: '*' webpack: ^5.0.0 peerDependenciesMeta: - "@parcel/css": + '@parcel/css': optional: true clean-css: optional: true @@ -9020,14 +9020,14 @@ packages: { integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } css-tree@1.1.3: resolution: { integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } css-value@0.0.1: resolution: @@ -9040,14 +9040,14 @@ packages: { integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } css-what@6.1.0: resolution: { integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } cssdb@7.6.0: resolution: @@ -9060,7 +9060,7 @@ packages: { integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } hasBin: true cssnano-preset-default@5.2.14: @@ -9095,7 +9095,7 @@ packages: { integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } cssom@0.3.8: resolution: @@ -9114,7 +9114,7 @@ packages: { integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==, } - engines: { node: ">=8" } + engines: { node: '>=8' } csstype@3.1.3: resolution: @@ -9145,7 +9145,7 @@ packages: { integrity: sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g==, } - engines: { node: ">= 0.1.90" } + engines: { node: '>= 0.1.90' } damerau-levenshtein@1.0.8: resolution: @@ -9158,28 +9158,28 @@ packages: { integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } data-uri-to-buffer@4.0.1: resolution: { integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==, } - engines: { node: ">= 12" } + engines: { node: '>= 12' } data-uri-to-buffer@6.0.1: resolution: { integrity: sha512-MZd3VlchQkp8rdend6vrx7MmVDJzSNTBvghvKjirLkD+WTChA3KUf0jkE68Q4UyctNqI11zZO9/x2Yx+ub5Cvg==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } data-urls@2.0.0: resolution: { integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } dataloader@1.4.0: resolution: @@ -9205,7 +9205,7 @@ packages: integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==, } peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -9216,7 +9216,7 @@ packages: integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, } peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -9226,9 +9226,9 @@ packages: { integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==, } - engines: { node: ">=6.0" } + engines: { node: '>=6.0' } peerDependencies: - supports-color: "*" + supports-color: '*' peerDependenciesMeta: supports-color: optional: true @@ -9238,14 +9238,14 @@ packages: { integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } decamelize@1.2.0: resolution: { integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } decamelize@6.0.0: resolution: @@ -9265,7 +9265,7 @@ packages: { integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } dedent@0.7.0: resolution: @@ -9278,7 +9278,7 @@ packages: { integrity: sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } deep-equal@2.2.1: resolution: @@ -9303,42 +9303,42 @@ packages: { integrity: sha512-eS8dRJOckyo9maw9Tu5O5RUi/4inFLrnoLkBe3cPfDMx3WZioXtmOew4TXQaxq7Rhl4xjDtR7c6x8nNTxOvbFw==, } - engines: { node: ">=16.0.0" } + engines: { node: '>=16.0.0' } deepmerge@4.3.1: resolution: { integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } default-browser-id@3.0.0: resolution: { integrity: sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } default-browser@4.0.0: resolution: { integrity: sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } default-gateway@6.0.3: resolution: { integrity: sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } default-require-extensions@3.0.1: resolution: { integrity: sha512-eXTJmRbm2TIt9MgWTsOH1wEuhew6XGZcMeGKCtLedIg/NCsg1iBePXkceTdK4Fii7pzmN9tGsZhKzZ4h7O/fxw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } defaults@1.0.4: resolution: @@ -9351,77 +9351,77 @@ packages: { integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } define-data-property@1.1.1: resolution: { integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } define-lazy-prop@2.0.0: resolution: { integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==, } - engines: { node: ">=8" } + engines: { node: '>=8' } define-lazy-prop@3.0.0: resolution: { integrity: sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } define-properties@1.2.0: resolution: { integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } define-properties@1.2.1: resolution: { integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } degenerator@5.0.1: resolution: { integrity: sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } delayed-stream@1.0.0: resolution: { integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==, } - engines: { node: ">=0.4.0" } + engines: { node: '>=0.4.0' } depd@1.1.2: resolution: { integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } depd@2.0.0: resolution: { integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } dependency-graph@0.11.0: resolution: { integrity: sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==, } - engines: { node: ">= 0.6.0" } + engines: { node: '>= 0.6.0' } deprecation@2.3.1: resolution: @@ -9434,7 +9434,7 @@ packages: { integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } des.js@1.1.0: resolution: @@ -9447,21 +9447,21 @@ packages: { integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==, } - engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } + engines: { node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16 } detect-indent@6.1.0: resolution: { integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } detect-newline@3.1.0: resolution: { integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } detect-node-es@1.1.0: resolution: @@ -9480,7 +9480,7 @@ packages: { integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==, } - engines: { node: ">= 4.2.1" } + engines: { node: '>= 4.2.1' } hasBin: true devtools-protocol@0.0.1147663: @@ -9520,7 +9520,7 @@ packages: { integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==, } - engines: { node: ">=0.3.1" } + engines: { node: '>=0.3.1' } diffie-hellman@5.0.3: resolution: @@ -9533,7 +9533,7 @@ packages: { integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } dlv@1.1.3: resolution: @@ -9552,21 +9552,21 @@ packages: { integrity: sha512-rza3UH1LwdHh9qyPXp8lkwpjSNk/AMD3dPytUoRoqnypDUhY0xvbdmVhWOfxO68frEfV9BU8V12Ez7ZsHGZpCQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } doctrine@2.1.0: resolution: { integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } doctrine@3.0.0: resolution: { integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } dom-accessibility-api@0.5.16: resolution: @@ -9597,7 +9597,7 @@ packages: { integrity: sha512-ArzcM/II1wCCujdCNyQjXrAFwS4mrLh4C7DZWlaI8mdh7h3BfKdNd3bKXITfl2PT9FtfQqaGvhi1vPRQPimjGA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } domelementtype@1.3.1: resolution: @@ -9616,14 +9616,14 @@ packages: { integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } domhandler@4.3.1: resolution: { integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } domutils@1.7.0: resolution: @@ -9654,21 +9654,21 @@ packages: { integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==, } - engines: { node: ">=10" } + engines: { node: '>=10' } dotenv@16.4.5: resolution: { integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } dset@3.1.2: resolution: { integrity: sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==, } - engines: { node: ">=4" } + engines: { node: '>=4' } duplexer2@0.1.4: resolution: @@ -9699,7 +9699,7 @@ packages: { integrity: sha512-sB7vSrDnFa4ezWQk9nZ/n0FdpdUuC6R1EOrlU3DL+bovcNFK28rqu2emmAUjujYEJTWIgQGqgVVWUZXMnc8iWg==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } edgedriver@5.3.9: resolution: @@ -9719,7 +9719,7 @@ packages: { integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } hasBin: true electron-to-chromium@1.4.442: @@ -9751,14 +9751,14 @@ packages: { integrity: sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } emittery@0.8.1: resolution: { integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } emoji-regex@8.0.0: resolution: @@ -9777,21 +9777,21 @@ packages: { integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } encode-registry@3.0.1: resolution: { integrity: sha512-6qOwkl1g0fv0DN3Y3ggr2EaZXN71aoAqPp3p/pVaWSBSIo+YjLOWN61Fva43oVyQNPf7kgm8lkudzlzojwE2jw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } encodeurl@1.0.2: resolution: { integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } end-of-stream@1.4.4: resolution: @@ -9804,14 +9804,14 @@ packages: { integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } enquirer@2.3.6: resolution: { integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==, } - engines: { node: ">=8.6" } + engines: { node: '>=8.6' } entities@2.2.0: resolution: @@ -9824,14 +9824,14 @@ packages: { integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==, } - engines: { node: ">=0.12" } + engines: { node: '>=0.12' } entities@4.5.0: resolution: { integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==, } - engines: { node: ">=0.12" } + engines: { node: '>=0.12' } err-code@2.0.3: resolution: @@ -9856,14 +9856,14 @@ packages: { integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } es-abstract@1.22.3: resolution: { integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } es-array-method-boxes-properly@1.0.0: resolution: @@ -9894,7 +9894,7 @@ packages: { integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } es-shim-unscopables@1.0.0: resolution: @@ -9907,7 +9907,7 @@ packages: { integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } es6-error@4.1.1: resolution: @@ -9920,7 +9920,7 @@ packages: { integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } hasBin: true esbuild@0.19.12: @@ -9928,7 +9928,7 @@ packages: { integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } hasBin: true esbuild@0.19.3: @@ -9936,7 +9936,7 @@ packages: { integrity: sha512-UlJ1qUUA2jL2nNib1JTSkifQTcYTroFqRjwCFW4QYEKEsixXD5Tik9xML7zh2gTxkYTBKGHNH9y7txMwVyPbjw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } hasBin: true esbuild@0.20.2: @@ -9944,7 +9944,7 @@ packages: { integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==, } - engines: { node: ">=12" } + engines: { node: '>=12' } hasBin: true escalade@3.1.1: @@ -9952,7 +9952,7 @@ packages: { integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } escape-html@1.0.3: resolution: @@ -9965,28 +9965,28 @@ packages: { integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==, } - engines: { node: ">=0.8.0" } + engines: { node: '>=0.8.0' } escape-string-regexp@2.0.0: resolution: { integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==, } - engines: { node: ">=8" } + engines: { node: '>=8' } escape-string-regexp@4.0.0: resolution: { integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } escodegen@2.0.0: resolution: { integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==, } - engines: { node: ">=6.0" } + engines: { node: '>=6.0' } hasBin: true escodegen@2.1.0: @@ -9994,7 +9994,7 @@ packages: { integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==, } - engines: { node: ">=6.0" } + engines: { node: '>=6.0' } hasBin: true eslint-config-airbnb-base@15.0.0: @@ -10013,8 +10013,8 @@ packages: integrity: sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==, } peerDependencies: - "@typescript-eslint/eslint-plugin": ^5.13.0 || ^6.0.0 - "@typescript-eslint/parser": ^5.0.0 || ^6.0.0 + '@typescript-eslint/eslint-plugin': ^5.13.0 || ^6.0.0 + '@typescript-eslint/parser': ^5.0.0 || ^6.0.0 eslint: ^7.32.0 || ^8.2.0 eslint-plugin-import: ^2.25.3 @@ -10025,7 +10025,7 @@ packages: } peerDependencies: eslint: ^7.23.0 || ^8.0.0 - typescript: ">=3.3.1" + typescript: '>=3.3.1' peerDependenciesMeta: typescript: optional: true @@ -10037,17 +10037,17 @@ packages: } hasBin: true peerDependencies: - eslint: ">=7.0.0" + eslint: '>=7.0.0' eslint-config-react-app@7.0.1: resolution: { integrity: sha512-K6rNzvkIeHaTd8m/QEh1Zko0KI7BACWkkneSs6s9cKZC/J27X3eZR6Upt1jkmZ/4FK+XUOPPxMEN7+lbUXfSlA==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } peerDependencies: eslint: ^8.0.0 - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true @@ -10071,23 +10071,23 @@ packages: } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: - eslint: "*" - eslint-plugin-import: "*" + eslint: '*' + eslint-plugin-import: '*' eslint-module-utils@2.8.0: resolution: { integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } peerDependencies: - "@typescript-eslint/parser": "*" - eslint: "*" - eslint-import-resolver-node: "*" - eslint-import-resolver-typescript: "*" - eslint-import-resolver-webpack: "*" + '@typescript-eslint/parser': '*' + eslint: '*' + eslint-import-resolver-node: '*' + eslint-import-resolver-typescript: '*' + eslint-import-resolver-webpack: '*' peerDependenciesMeta: - "@typescript-eslint/parser": + '@typescript-eslint/parser': optional: true eslint: optional: true @@ -10103,19 +10103,19 @@ packages: { integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==, } - engines: { node: ">=6.5.0" } + engines: { node: '>=6.5.0' } peerDependencies: - eslint: ">=4.19.1" + eslint: '>=4.19.1' eslint-plugin-flowtype@8.0.3: resolution: { integrity: sha512-dX8l6qUL6O+fYPtpNRideCFSpmWOUVx5QcaGLVqe/vlDiBSe4vYljDWDETwnyFzpl7By/WVIu6rcrniCgH9BqQ==, } - engines: { node: ">=12.0.0" } + engines: { node: '>=12.0.0' } peerDependencies: - "@babel/plugin-syntax-flow": ^7.14.5 - "@babel/plugin-transform-react-jsx": ^7.14.9 + '@babel/plugin-syntax-flow': ^7.14.5 + '@babel/plugin-transform-react-jsx': ^7.14.9 eslint: ^8.1.0 eslint-plugin-import@2.26.0: @@ -10123,12 +10123,12 @@ packages: { integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } peerDependencies: - "@typescript-eslint/parser": "*" + '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: - "@typescript-eslint/parser": + '@typescript-eslint/parser': optional: true eslint-plugin-import@2.29.0: @@ -10136,12 +10136,12 @@ packages: { integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } peerDependencies: - "@typescript-eslint/parser": "*" + '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: - "@typescript-eslint/parser": + '@typescript-eslint/parser': optional: true eslint-plugin-jest@25.7.0: @@ -10151,11 +10151,11 @@ packages: } engines: { node: ^12.13.0 || ^14.15.0 || >=16.0.0 } peerDependencies: - "@typescript-eslint/eslint-plugin": ^4.0.0 || ^5.0.0 + '@typescript-eslint/eslint-plugin': ^4.0.0 || ^5.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - jest: "*" + jest: '*' peerDependenciesMeta: - "@typescript-eslint/eslint-plugin": + '@typescript-eslint/eslint-plugin': optional: true jest: optional: true @@ -10165,7 +10165,7 @@ packages: { integrity: sha512-5TSnD018f3tUJNne4s4gDWQflbsgOycIKEUBoCLn6XtBMgNHxQFmV8vVxUtiPxAQq8lrX85OaSG/2gnctxw9uQ==, } - engines: { node: ">=16" } + engines: { node: '>=16' } peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -10174,7 +10174,7 @@ packages: { integrity: sha512-sXgFVNHiWffBq23uiS/JaP6eVR622DqwB4yTzKvGZGcPq6/yZ3WmOZfuBks/vHWo9GaFOqC2ZK4i6+C35knx7Q==, } - engines: { node: ">=4.0" } + engines: { node: '>=4.0' } peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -10183,7 +10183,7 @@ packages: { integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==, } - engines: { node: ">=4.0" } + engines: { node: '>=4.0' } peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -10194,12 +10194,12 @@ packages: } engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: - "@types/eslint": ">=8.0.0" - eslint: ">=8.0.0" - eslint-config-prettier: "*" - prettier: ">=3.0.0" + '@types/eslint': '>=8.0.0' + eslint: '>=8.0.0' + eslint-config-prettier: '*' + prettier: '>=3.0.0' peerDependenciesMeta: - "@types/eslint": + '@types/eslint': optional: true eslint-config-prettier: optional: true @@ -10209,7 +10209,7 @@ packages: { integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 @@ -10219,14 +10219,14 @@ packages: integrity: sha512-E0ViBglxSQAERBp6eTj5fPgtCRtDonnbCFiVQBhf4Dto2blJRxg1dFUMdMh7N6ljTI4UwPhHwYDQ3Dyo4m6bwA==, } peerDependencies: - eslint: ">=7" + eslint: '>=7' eslint-plugin-react@7.31.10: resolution: { integrity: sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -10235,7 +10235,7 @@ packages: { integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 @@ -10244,7 +10244,7 @@ packages: { integrity: sha512-ELY7Gefo+61OfXKlQeXNIDVVLPcvKTeiQOoMZG9TeuWa7Ln4dUNRv8JdRWBQI9Mbb427XGlVB1aa1QPZxBJM8Q==, } - engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: ">=6" } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6' } peerDependencies: eslint: ^7.5.0 || ^8.0.0 @@ -10259,7 +10259,7 @@ packages: { integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } eslint-scope@7.2.0: resolution: @@ -10280,7 +10280,7 @@ packages: { integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } eslint-visitor-keys@3.4.1: resolution: @@ -10301,7 +10301,7 @@ packages: { integrity: sha512-avrKcGncpPbPSUHX6B3stNGzkKFto3eL+DKM4+VyMrVnhPc3vRczVlCq3uhuFOdRvDHTVXuzwk1ZKUrqDQHQ9w==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: eslint: ^7.0.0 || ^8.0.0 webpack: ^5.0.0 @@ -10349,7 +10349,7 @@ packages: { integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==, } - engines: { node: ">=4" } + engines: { node: '>=4' } hasBin: true esquery@1.5.0: @@ -10357,28 +10357,28 @@ packages: { integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==, } - engines: { node: ">=0.10" } + engines: { node: '>=0.10' } esrecurse@4.3.0: resolution: { integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==, } - engines: { node: ">=4.0" } + engines: { node: '>=4.0' } estraverse@4.3.0: resolution: { integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==, } - engines: { node: ">=4.0" } + engines: { node: '>=4.0' } estraverse@5.3.0: resolution: { integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==, } - engines: { node: ">=4.0" } + engines: { node: '>=4.0' } estree-walker@1.0.1: resolution: @@ -10403,21 +10403,21 @@ packages: { integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } etag@1.8.1: resolution: { integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } ethers@6.7.1: resolution: { integrity: sha512-qX5kxIFMfg1i+epfgb0xF4WM7IqapIIu50pOJ17aebkxxa4BacW5jFrQRmCJpDEg2ZK2oNtR5QjrQ1WDBF29dA==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } event-target-polyfill@0.0.3: resolution: @@ -10430,7 +10430,7 @@ packages: { integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } eventemitter3@4.0.7: resolution: @@ -10443,7 +10443,7 @@ packages: { integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==, } - engines: { node: ">=0.8.x" } + engines: { node: '>=0.8.x' } evp_bytestokey@1.0.3: resolution: @@ -10456,7 +10456,7 @@ packages: { integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } execa@7.2.0: resolution: @@ -10470,14 +10470,14 @@ packages: { integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==, } - engines: { node: ">=16.17" } + engines: { node: '>=16.17' } exit@0.1.2: resolution: { integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } expect@27.5.1: resolution: @@ -10498,7 +10498,7 @@ packages: { integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==, } - engines: { node: ">= 0.10.0" } + engines: { node: '>= 0.10.0' } extend@3.0.2: resolution: @@ -10517,7 +10517,7 @@ packages: { integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==, } - engines: { node: ">=4" } + engines: { node: '>=4' } extract-files@11.0.0: resolution: @@ -10538,7 +10538,7 @@ packages: { integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==, } - engines: { node: ">= 10.17.0" } + engines: { node: '>= 10.17.0' } hasBin: true fast-decode-uri-component@1.0.1: @@ -10582,14 +10582,14 @@ packages: { integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==, } - engines: { node: ">=8.6.0" } + engines: { node: '>=8.6.0' } fast-glob@3.3.2: resolution: { integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==, } - engines: { node: ">=8.6.0" } + engines: { node: '>=8.6.0' } fast-json-stable-stringify@2.1.0: resolution: @@ -10656,7 +10656,7 @@ packages: { integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==, } - engines: { node: ">=0.8.0" } + engines: { node: '>=0.8.0' } fb-watchman@2.0.2: resolution: @@ -10689,7 +10689,7 @@ packages: } engines: { node: ^10.17.0 || >=12.3.0 } peerDependencies: - domexception: "*" + domexception: '*' peerDependenciesMeta: domexception: optional: true @@ -10706,14 +10706,14 @@ packages: { integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } file-entry-cache@5.0.1: resolution: { integrity: sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==, } - engines: { node: ">=4" } + engines: { node: '>=4' } file-entry-cache@6.0.1: resolution: @@ -10727,7 +10727,7 @@ packages: { integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==, } - engines: { node: ">= 10.13.0" } + engines: { node: '>= 10.13.0' } peerDependencies: webpack: ^4.0.0 || ^5.0.0 @@ -10742,14 +10742,14 @@ packages: { integrity: sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==, } - engines: { node: ">= 0.4.0" } + engines: { node: '>= 0.4.0' } fill-range@7.0.1: resolution: { integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } filter-iterator@0.0.1: resolution: @@ -10762,49 +10762,49 @@ packages: { integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } finalhandler@1.2.0: resolution: { integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } find-cache-dir@3.3.2: resolution: { integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==, } - engines: { node: ">=8" } + engines: { node: '>=8' } find-up@2.1.0: resolution: { integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } find-up@3.0.0: resolution: { integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } find-up@4.1.0: resolution: { integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } find-up@5.0.0: resolution: { integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, } - engines: { node: ">=10" } + engines: { node: '>=10' } find-yarn-workspace-root2@1.2.16: resolution: @@ -10817,7 +10817,7 @@ packages: { integrity: sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } flat-cache@3.0.4: resolution: @@ -10855,9 +10855,9 @@ packages: { integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==, } - engines: { node: ">=4.0" } + engines: { node: '>=4.0' } peerDependencies: - debug: "*" + debug: '*' peerDependenciesMeta: debug: optional: true @@ -10873,26 +10873,26 @@ packages: { integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } foreground-child@3.1.1: resolution: { integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==, } - engines: { node: ">=14" } + engines: { node: '>=14' } fork-ts-checker-webpack-plugin@6.5.3: resolution: { integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==, } - engines: { node: ">=10", yarn: ">=1.0.0" } + engines: { node: '>=10', yarn: '>=1.0.0' } peerDependencies: - eslint: ">= 6" - typescript: ">= 2.7" - vue-template-compiler: "*" - webpack: ">= 4" + eslint: '>= 6' + typescript: '>= 2.7' + vue-template-compiler: '*' + webpack: '>= 4' peerDependenciesMeta: eslint: optional: true @@ -10910,42 +10910,42 @@ packages: { integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==, } - engines: { node: ">= 14.17" } + engines: { node: '>= 14.17' } form-data@3.0.1: resolution: { integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } format@0.2.2: resolution: { integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==, } - engines: { node: ">=0.4.x" } + engines: { node: '>=0.4.x' } formdata-node@4.4.1: resolution: { integrity: sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==, } - engines: { node: ">= 12.20" } + engines: { node: '>= 12.20' } formdata-polyfill@4.0.10: resolution: { integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==, } - engines: { node: ">=12.20.0" } + engines: { node: '>=12.20.0' } forwarded@0.2.0: resolution: { integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } fraction.js@4.2.0: resolution: @@ -10958,7 +10958,7 @@ packages: { integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } fromentries@1.3.2: resolution: @@ -10971,28 +10971,28 @@ packages: { integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } fs-extra@7.0.1: resolution: { integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==, } - engines: { node: ">=6 <7 || >=8" } + engines: { node: '>=6 <7 || >=8' } fs-extra@8.1.0: resolution: { integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==, } - engines: { node: ">=6 <7 || >=8" } + engines: { node: '>=6 <7 || >=8' } fs-extra@9.1.0: resolution: { integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } fs-monkey@1.0.4: resolution: @@ -11019,7 +11019,7 @@ packages: { integrity: sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg==, } - engines: { node: ">=0.6" } + engines: { node: '>=0.6' } function-bind@1.1.1: resolution: @@ -11038,14 +11038,14 @@ packages: { integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } function.prototype.name@1.1.6: resolution: { integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } functions-have-names@1.2.3: resolution: @@ -11066,7 +11066,7 @@ packages: { integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==, } - engines: { node: ">=6.9.0" } + engines: { node: '>=6.9.0' } get-caller-file@2.0.5: resolution: @@ -11105,7 +11105,7 @@ packages: { integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==, } - engines: { node: ">=6" } + engines: { node: '>=6' } get-own-enumerable-property-symbols@3.0.2: resolution: @@ -11118,49 +11118,49 @@ packages: { integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } get-port@7.0.0: resolution: { integrity: sha512-mDHFgApoQd+azgMdwylJrv2DX47ywGq1i5VFJE7fZ0dttNq3iQMfsU4IvEgBHojA3KqEudyu7Vq+oN8kNaNkWw==, } - engines: { node: ">=16" } + engines: { node: '>=16' } get-stdin@5.0.1: resolution: { integrity: sha512-jZV7n6jGE3Gt7fgSTJoz91Ak5MuTLwMwkoYdjxuJ/AmjIsE1UC03y/IWkZCQGEvVNS9qoRNwy5BCqxImv0FVeA==, } - engines: { node: ">=0.12.0" } + engines: { node: '>=0.12.0' } get-stream@5.2.0: resolution: { integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } get-stream@6.0.1: resolution: { integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } get-stream@8.0.1: resolution: { integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==, } - engines: { node: ">=16" } + engines: { node: '>=16' } get-symbol-description@1.0.0: resolution: { integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } get-tsconfig@4.7.2: resolution: @@ -11173,7 +11173,7 @@ packages: { integrity: sha512-5KLucCJobh8vBY1K07EFV4+cPZH3mrV9YeAruUseCQKHB58SGjjT2l9/eA9LD082IiuMjSlFJEcdJ27TXvbZNw==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } get-url-origin@1.0.1: resolution: @@ -11186,14 +11186,14 @@ packages: { integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } glob-parent@6.0.2: resolution: { integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } glob-to-regexp@0.4.1: resolution: @@ -11206,7 +11206,7 @@ packages: { integrity: sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==, } - engines: { node: ">=16 || 14 >=14.17" } + engines: { node: '>=16 || 14 >=14.17' } hasBin: true glob@7.1.6: @@ -11232,49 +11232,49 @@ packages: { integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==, } - engines: { node: ">=6" } + engines: { node: '>=6' } global-prefix@3.0.0: resolution: { integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } globals@11.12.0: resolution: { integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } globals@13.20.0: resolution: { integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } globals@13.23.0: resolution: { integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } globalthis@1.0.3: resolution: { integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } globby@11.1.0: resolution: { integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==, } - engines: { node: ">=10" } + engines: { node: '>=10' } goober@2.1.14: resolution: @@ -11295,7 +11295,7 @@ packages: { integrity: sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } graceful-fs@4.2.11: resolution: @@ -11320,7 +11320,7 @@ packages: { integrity: sha512-i7mAPwc0LAZPnYu2bI8B6yXU5820Wy/ArvmOseDLZIu0OU1UTULEuexHo6ZcHXeT9NvGGaUPQZm8NV3z79YydA==, } - engines: { node: ">= 10.0.0" } + engines: { node: '>= 10.0.0' } peerDependencies: graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -11345,7 +11345,7 @@ packages: { integrity: sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: graphql: ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -11354,16 +11354,16 @@ packages: { integrity: sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: - graphql: ">=0.11 <=16" + graphql: '>=0.11 <=16' graphql@14.7.0: resolution: { integrity: sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==, } - engines: { node: ">= 6.x" } + engines: { node: '>= 6.x' } graphql@16.8.1: resolution: @@ -11377,7 +11377,7 @@ packages: { integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==, } - engines: { node: ">=10" } + engines: { node: '>=10' } handle-thing@2.0.1: resolution: @@ -11390,7 +11390,7 @@ packages: { integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==, } - engines: { node: ">=0.4.7" } + engines: { node: '>=0.4.7' } hasBin: true hard-rejection@2.1.0: @@ -11398,7 +11398,7 @@ packages: { integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } harmony-reflect@1.6.2: resolution: @@ -11417,14 +11417,14 @@ packages: { integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } has-flag@4.0.0: resolution: { integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } has-own-property@0.1.0: resolution: @@ -11443,35 +11443,35 @@ packages: { integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } has-symbols@1.0.3: resolution: { integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } has-tostringtag@1.0.0: resolution: { integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } has@1.0.3: resolution: { integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==, } - engines: { node: ">= 0.4.0" } + engines: { node: '>= 0.4.0' } hash-base@3.1.0: resolution: { integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } hash.js@1.1.7: resolution: @@ -11484,14 +11484,14 @@ packages: { integrity: sha512-Hrp5vIK/xr5SkeN2onO32H0MgNZ0f17HRNH39WfL0SYUNOTZ5Lz1TJ8Pajo/87dYGEFlLMm7mIc/k/s6Bvz9HQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } hasown@2.0.0: resolution: { integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } he@1.2.0: resolution: @@ -11517,7 +11517,7 @@ packages: { integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==, } - engines: { node: ">= 6.0.0" } + engines: { node: '>= 6.0.0' } hosted-git-info@2.8.9: resolution: @@ -11530,7 +11530,7 @@ packages: { integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hosted-git-info@7.0.1: resolution: @@ -11550,7 +11550,7 @@ packages: { integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } html-entities@2.4.0: resolution: @@ -11569,7 +11569,7 @@ packages: { integrity: sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } hasBin: true html-webpack-plugin@5.5.3: @@ -11577,7 +11577,7 @@ packages: { integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } peerDependencies: webpack: ^5.20.0 @@ -11604,14 +11604,14 @@ packages: { integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } http-errors@2.0.0: resolution: { integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } http-parser-js@0.5.8: resolution: @@ -11624,32 +11624,32 @@ packages: { integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } http-proxy-agent@6.1.1: resolution: { integrity: sha512-JRCz+4Whs6yrrIoIlrH+ZTmhrRwtMnmOHsHn8GFEn9O2sVfSE+DAZ3oyyGIKF8tjJEeSJmP89j7aTjVsSqsU0g==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } http-proxy-agent@7.0.0: resolution: { integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } http-proxy-middleware@2.0.6: resolution: { integrity: sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==, } - engines: { node: ">=12.0.0" } + engines: { node: '>=12.0.0' } peerDependencies: - "@types/express": ^4.17.13 + '@types/express': ^4.17.13 peerDependenciesMeta: - "@types/express": + '@types/express': optional: true http-proxy@1.18.1: @@ -11657,14 +11657,14 @@ packages: { integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } http2-wrapper@2.2.1: resolution: { integrity: sha512-V5nVw1PAOgfI3Lmeaj2Exmeg7fenjhRUgz1lPSezy1CuhPYbgQtbQj4jZfEAEMlaL+vupsvhjqCyjzob0yxsmQ==, } - engines: { node: ">=10.19.0" } + engines: { node: '>=10.19.0' } https-browserify@1.0.0: resolution: @@ -11677,21 +11677,21 @@ packages: { integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } https-proxy-agent@6.2.1: resolution: { integrity: sha512-ONsE3+yfZF2caH5+bJlcddtWqNI3Gvs5A38+ngvljxaBiRXRswym2c7yf8UAeFpRFKjFNHIFEHqR/OLAWJzyiA==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } https-proxy-agent@7.0.2: resolution: { integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } human-id@1.0.2: resolution: @@ -11704,21 +11704,21 @@ packages: { integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==, } - engines: { node: ">=10.17.0" } + engines: { node: '>=10.17.0' } human-signals@4.3.1: resolution: { integrity: sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==, } - engines: { node: ">=14.18.0" } + engines: { node: '>=14.18.0' } human-signals@5.0.0: resolution: { integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==, } - engines: { node: ">=16.17.0" } + engines: { node: '>=16.17.0' } hyphenate-style-name@1.0.4: resolution: @@ -11731,14 +11731,14 @@ packages: { integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } iconv-lite@0.6.3: resolution: { integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } icss-utils@5.1.0: resolution: @@ -11766,7 +11766,7 @@ packages: { integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } ieee754@1.2.1: resolution: @@ -11785,14 +11785,14 @@ packages: { integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } ignore@5.3.0: resolution: { integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } immer@9.0.21: resolution: @@ -11805,28 +11805,28 @@ packages: { integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==, } - engines: { node: ">=0.8.0" } + engines: { node: '>=0.8.0' } import-fresh@3.3.0: resolution: { integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } import-from@4.0.0: resolution: { integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==, } - engines: { node: ">=12.2" } + engines: { node: '>=12.2' } import-local@3.1.0: resolution: { integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } hasBin: true import-meta-resolve@4.0.0: @@ -11840,14 +11840,14 @@ packages: { integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==, } - engines: { node: ">=0.8.19" } + engines: { node: '>=0.8.19' } indent-string@4.0.0: resolution: { integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } individual@3.0.0: resolution: @@ -11890,14 +11890,14 @@ packages: { integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==, } - engines: { node: ">=12.0.0" } + engines: { node: '>=12.0.0' } internal-slot@1.0.5: resolution: { integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } invariant@2.2.4: resolution: @@ -11922,21 +11922,21 @@ packages: { integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==, } - engines: { node: ">= 0.10" } + engines: { node: '>= 0.10' } ipaddr.js@2.1.0: resolution: { integrity: sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } is-absolute@1.0.0: resolution: { integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-alphabetical@1.0.4: resolution: @@ -11955,7 +11955,7 @@ packages: { integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-array-buffer@3.0.2: resolution: @@ -11974,7 +11974,7 @@ packages: { integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-bigint@1.0.4: resolution: @@ -11987,14 +11987,14 @@ packages: { integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } is-boolean-object@1.1.2: resolution: { integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-buffer@1.1.6: resolution: @@ -12007,21 +12007,21 @@ packages: { integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } is-builtin-module@3.2.1: resolution: { integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==, } - engines: { node: ">=6" } + engines: { node: '>=6' } is-callable@1.2.7: resolution: { integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-core-module@2.12.1: resolution: @@ -12040,7 +12040,7 @@ packages: { integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-decimal@1.0.4: resolution: @@ -12053,7 +12053,7 @@ packages: { integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } hasBin: true is-docker@3.0.0: @@ -12069,7 +12069,7 @@ packages: { integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-file@1.0.0: resolution: @@ -12088,28 +12088,28 @@ packages: { integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } is-generator-fn@2.1.0: resolution: { integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } is-generator-function@1.0.10: resolution: { integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-glob@4.0.3: resolution: { integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-hexadecimal@1.0.4: resolution: @@ -12122,7 +12122,7 @@ packages: { integrity: sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } hasBin: true is-interactive@1.0.0: @@ -12130,14 +12130,14 @@ packages: { integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==, } - engines: { node: ">=8" } + engines: { node: '>=8' } is-iterable@1.1.1: resolution: { integrity: sha512-EdOZCr0NsGE00Pot+x1ZFx9MJK3C6wy91geZpXwvwexDLJvA4nzYyZf7r+EIwSeVsOLDdBz7ATg9NqKTzuNYuQ==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } is-lower-case@2.0.2: resolution: @@ -12162,77 +12162,77 @@ packages: { integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-negative-zero@2.0.2: resolution: { integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-number-object@1.0.7: resolution: { integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-number@4.0.0: resolution: { integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-number@7.0.0: resolution: { integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==, } - engines: { node: ">=0.12.0" } + engines: { node: '>=0.12.0' } is-obj@1.0.1: resolution: { integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-path-inside@3.0.3: resolution: { integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } is-plain-obj@1.1.0: resolution: { integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-plain-obj@2.1.0: resolution: { integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } is-plain-obj@3.0.0: resolution: { integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } is-plain-obj@4.1.0: resolution: { integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } is-potential-custom-element-name@1.0.1: resolution: @@ -12245,28 +12245,28 @@ packages: { integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-regexp@1.0.0: resolution: { integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-relative@1.0.0: resolution: { integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-root@2.1.0: resolution: { integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } is-set@2.0.2: resolution: @@ -12285,7 +12285,7 @@ packages: { integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } is-stream@3.0.0: resolution: @@ -12299,35 +12299,35 @@ packages: { integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-subdir@1.2.0: resolution: { integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } is-symbol@1.0.4: resolution: { integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-typed-array@1.1.10: resolution: { integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-typed-array@1.1.12: resolution: { integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } is-typedarray@1.0.0: resolution: @@ -12340,14 +12340,14 @@ packages: { integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-unicode-supported@0.1.0: resolution: { integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } is-upper-case@2.0.2: resolution: @@ -12384,14 +12384,14 @@ packages: { integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } is-wsl@2.2.0: resolution: { integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==, } - engines: { node: ">=8" } + engines: { node: '>=8' } isarray@1.0.0: resolution: @@ -12416,14 +12416,14 @@ packages: { integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==, } - engines: { node: ">=16" } + engines: { node: '>=16' } isomorphic-timers-promises@1.0.1: resolution: { integrity: sha512-u4sej9B1LPSxTGKB/HiuzvEQnXH0ECYkSVQU39koSwmFAxhlEAFl9RdTvLv4TOTQUgBS5O3O5fwUxk6byBZ+IQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } isomorphic-ws@5.0.0: resolution: @@ -12431,105 +12431,105 @@ packages: integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==, } peerDependencies: - ws: "*" + ws: '*' istanbul-lib-coverage@3.2.0: resolution: { integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-lib-coverage@3.2.2: resolution: { integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-lib-hook@3.0.0: resolution: { integrity: sha512-Pt/uge1Q9s+5VAZ+pCo16TYMWPBIl+oaNIjgLQxcX0itS6ueeaA+pEfThZpH8WxhFgCiEb8sAJY6MdUKgiIWaQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-lib-instrument@4.0.3: resolution: { integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-lib-instrument@5.2.1: resolution: { integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-lib-instrument@6.0.1: resolution: { integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } istanbul-lib-processinfo@2.0.3: resolution: { integrity: sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-lib-report@3.0.0: resolution: { integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-lib-report@3.0.1: resolution: { integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } istanbul-lib-source-maps@4.0.1: resolution: { integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } istanbul-lib-source-maps@5.0.4: resolution: { integrity: sha512-wHOoEsNJTVltaJp8eVkm8w+GVkVNHT2YDYo53YdzQEL2gWm1hBX5cGFR9hQJtuGLebidVX7et3+dmDZrmclduw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } istanbul-reports@3.1.5: resolution: { integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==, } - engines: { node: ">=8" } + engines: { node: '>=8' } istanbul-reports@3.1.6: resolution: { integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } iterable-lookahead@1.0.0: resolution: { integrity: sha512-hJnEP2Xk4+44DDwJqUQGdXal5VbyeWLaPyDl2AQc242Zr7iqz4DgpQOrEzglWVMGHMDCkguLHEKxd1+rOsmgSQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } iterall@1.3.0: resolution: @@ -12548,14 +12548,14 @@ packages: { integrity: sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==, } - engines: { node: ">=14" } + engines: { node: '>=14' } jake@10.8.7: resolution: { integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true jest-changed-files@27.5.1: @@ -12592,7 +12592,7 @@ packages: } engines: { node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0 } peerDependencies: - ts-node: ">=9.0.0" + ts-node: '>=9.0.0' peerDependenciesMeta: ts-node: optional: true @@ -12721,9 +12721,9 @@ packages: { integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==, } - engines: { node: ">=6" } + engines: { node: '>=6' } peerDependencies: - jest-resolve: "*" + jest-resolve: '*' peerDependenciesMeta: jest-resolve: optional: true @@ -12840,14 +12840,14 @@ packages: { integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==, } - engines: { node: ">= 10.13.0" } + engines: { node: '>= 10.13.0' } jest-worker@27.5.1: resolution: { integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==, } - engines: { node: ">= 10.13.0" } + engines: { node: '>= 10.13.0' } jest-worker@28.1.3: resolution: @@ -12900,7 +12900,7 @@ packages: { integrity: sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } js-cookie@2.2.1: resolution: @@ -12945,14 +12945,14 @@ packages: { integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==, } - engines: { node: ">=12.0.0" } + engines: { node: '>=12.0.0' } jsdom@16.7.0: resolution: { integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: canvas: ^2.5.0 peerDependenciesMeta: @@ -12971,7 +12971,7 @@ packages: { integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } hasBin: true json-buffer@3.0.1: @@ -13040,7 +13040,7 @@ packages: { integrity: sha512-rvm6hunfCcqegwYaG5T4yKJWxc9FXFgBVrcTZ4XfSVRwa5HA/Xs+vB/Eo9treYYHCeNM0nrSUr82V/M31Urc7A==, } - engines: { node: ">= 0.2.0" } + engines: { node: '>= 0.2.0' } json5@1.0.2: resolution: @@ -13054,7 +13054,7 @@ packages: { integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } hasBin: true jsonc-parser@3.2.0: @@ -13086,14 +13086,14 @@ packages: { integrity: sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } jsx-ast-utils@3.3.3: resolution: { integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==, } - engines: { node: ">=4.0" } + engines: { node: '>=4.0' } keyv@4.5.4: resolution: @@ -13106,46 +13106,46 @@ packages: { integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } kleur@3.0.3: resolution: { integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==, } - engines: { node: ">=6" } + engines: { node: '>=6' } kleur@4.1.5: resolution: { integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } klona@2.0.6: resolution: { integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } knip@5.9.4: resolution: { integrity: sha512-33TM8bSHxMMoj+wP9lzjUkIIEfpXaZsLWMYRCoHdbmYnl2HKPMNijcYTxwi1omRROobXrR/VJyH2ZsYOKM1jtg==, } - engines: { node: ">=18.6.0" } + engines: { node: '>=18.6.0' } hasBin: true peerDependencies: - "@types/node": ">=18" - typescript: ">=5.0.4" + '@types/node': '>=18' + typescript: '>=5.0.4' ky@0.33.3: resolution: { integrity: sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } language-subtag-registry@0.3.22: resolution: @@ -13176,35 +13176,35 @@ packages: { integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==, } - engines: { node: ">= 0.6.3" } + engines: { node: '>= 0.6.3' } leven@3.1.0: resolution: { integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==, } - engines: { node: ">=6" } + engines: { node: '>=6' } levn@0.3.0: resolution: { integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } levn@0.4.1: resolution: { integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } lilconfig@2.1.0: resolution: { integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } lines-and-columns@1.2.4: resolution: @@ -13229,9 +13229,9 @@ packages: { integrity: sha512-juGHV1doQdpNT3GSTs9IUN43QJb7KHdF9uqg7Vufs/tG9VTzpFphqF4pm/ICdAABGQxsyNn9CiYA3StkI6jpwA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } peerDependencies: - enquirer: ">= 2.3.0 < 3" + enquirer: '>= 2.3.0 < 3' peerDependenciesMeta: enquirer: optional: true @@ -13241,21 +13241,21 @@ packages: { integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } load-json-file@4.0.0: resolution: { integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } load-json-file@6.2.0: resolution: { integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } load-tsconfig@0.2.5: resolution: @@ -13269,35 +13269,35 @@ packages: { integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } loader-runner@4.3.0: resolution: { integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==, } - engines: { node: ">=6.11.5" } + engines: { node: '>=6.11.5' } loader-utils@2.0.4: resolution: { integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==, } - engines: { node: ">=8.9.0" } + engines: { node: '>=8.9.0' } loader-utils@3.2.1: resolution: { integrity: sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } local-pkg@0.5.0: resolution: { integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==, } - engines: { node: ">=14" } + engines: { node: '>=14' } locate-app@2.2.13: resolution: @@ -13310,28 +13310,28 @@ packages: { integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } locate-path@3.0.0: resolution: { integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==, } - engines: { node: ">=6" } + engines: { node: '>=6' } locate-path@5.0.0: resolution: { integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, } - engines: { node: ">=8" } + engines: { node: '>=8' } locate-path@6.0.0: resolution: { integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } lodash-es@4.17.21: resolution: @@ -13422,14 +13422,14 @@ packages: { integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } log-update@4.0.0: resolution: { integrity: sha512-9fkkDevMefjg0mmzWFBW8YkFP91OrizzkW3diF7CpG+S2EYdy4+TVfGwz1zeF8x7hCx1ovSPTOE9Ngib74qqUg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } loglevel-plugin-prefix@0.8.4: resolution: @@ -13442,7 +13442,7 @@ packages: { integrity: sha512-hP3I3kCrDIMuRwAwHltphhDM1r8i55H33GgqjXbrisuJhF4kRhW1dNuxsRklp4bXl8DSdLaNLuiL4A/LWRfxvg==, } - engines: { node: ">= 0.6.0" } + engines: { node: '>= 0.6.0' } longest-streak@2.0.4: resolution: @@ -13513,14 +13513,14 @@ packages: { integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } lru-cache@7.18.3: resolution: { integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } lunr@2.3.9: resolution: @@ -13552,7 +13552,7 @@ packages: { integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } magicast@0.3.3: resolution: @@ -13565,14 +13565,14 @@ packages: { integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } make-dir@4.0.0: resolution: { integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } make-error@1.3.6: resolution: @@ -13591,35 +13591,35 @@ packages: { integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==, } - engines: { node: ">=6" } + engines: { node: '>=6' } map-cache@0.2.2: resolution: { integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } map-obj@1.0.1: resolution: { integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } map-obj@2.0.0: resolution: { integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } map-obj@4.3.0: resolution: { integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } mark.js@8.11.1: resolution: @@ -13645,7 +13645,7 @@ packages: { integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==, } - engines: { node: ">= 12" } + engines: { node: '>= 12' } hasBin: true md5.js@1.3.5: @@ -13749,56 +13749,56 @@ packages: { integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } mem@4.3.0: resolution: { integrity: sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==, } - engines: { node: ">=6" } + engines: { node: '>=6' } mem@6.1.1: resolution: { integrity: sha512-Ci6bIfq/UgcxPTYa8dQQ5FY3BzKkT894bwXWXxC/zqs0XgMO2cT20CGkOqda7gZNkmK5VP4x89IGZ6K7hfbn3Q==, } - engines: { node: ">=8" } + engines: { node: '>=8' } mem@8.1.1: resolution: { integrity: sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } memfs@3.5.3: resolution: { integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==, } - engines: { node: ">= 4.0.0" } + engines: { node: '>= 4.0.0' } memfs@4.8.2: resolution: { integrity: sha512-j4WKth315edViMBGkHW6NTF0QBjsTrcRDmYNcGsPq+ozMEyCCCIlX2d2mJ5wuh6iHvJ3FevUrr48v58YRqVdYg==, } - engines: { node: ">= 4.0.0" } + engines: { node: '>= 4.0.0' } memorystream@0.3.1: resolution: { integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==, } - engines: { node: ">= 0.10.0" } + engines: { node: '>= 0.10.0' } meow@6.1.1: resolution: { integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } merge-descriptors@1.0.1: resolution: @@ -13817,18 +13817,18 @@ packages: { integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } meros@1.3.0: resolution: { integrity: sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==, } - engines: { node: ">=13" } + engines: { node: '>=13' } peerDependencies: - "@types/node": ">=13" + '@types/node': '>=13' peerDependenciesMeta: - "@types/node": + '@types/node': optional: true methods@1.1.2: @@ -13836,7 +13836,7 @@ packages: { integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } micromark-extension-footnote@0.3.2: resolution: @@ -13897,7 +13897,7 @@ packages: { integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==, } - engines: { node: ">=8.6" } + engines: { node: '>=8.6' } miller-rabin@4.0.1: resolution: @@ -13911,21 +13911,21 @@ packages: { integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } mime-types@2.1.35: resolution: { integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } mime@1.6.0: resolution: { integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } hasBin: true mimic-fn@2.1.0: @@ -13933,28 +13933,28 @@ packages: { integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } mimic-fn@3.1.0: resolution: { integrity: sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } mimic-fn@4.0.0: resolution: { integrity: sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } mimic-response@3.1.0: resolution: { integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } mimic-response@4.0.0: resolution: @@ -13968,14 +13968,14 @@ packages: { integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } mini-css-extract-plugin@2.7.6: resolution: { integrity: sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: webpack: ^5.0.0 @@ -14008,35 +14008,35 @@ packages: { integrity: sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==, } - engines: { node: ">=10" } + engines: { node: '>=10' } minimatch@5.1.6: resolution: { integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==, } - engines: { node: ">=10" } + engines: { node: '>=10' } minimatch@6.2.0: resolution: { integrity: sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } minimatch@9.0.3: resolution: { integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==, } - engines: { node: ">=16 || 14 >=14.17" } + engines: { node: '>=16 || 14 >=14.17' } minimist-options@4.1.0: resolution: { integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } minimist@1.2.8: resolution: @@ -14049,14 +14049,14 @@ packages: { integrity: sha512-MzWSV5nYVT7mVyWCwn2o7JH13w2TBRmmSqSRCKzTw+lmft9X4z+3wjvs06Tzijo5z4W/kahUCDpRXTF+ZrmF/w==, } - engines: { node: ">=16 || 14 >=14.17" } + engines: { node: '>=16 || 14 >=14.17' } minipass@7.0.4: resolution: { integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==, } - engines: { node: ">=16 || 14 >=14.17" } + engines: { node: '>=16 || 14 >=14.17' } minisearch@6.3.0: resolution: @@ -14075,7 +14075,7 @@ packages: { integrity: sha512-VC5fg6ySUscaWUpI4gxCBTQMH2RdUpNrk+MsbpCYtIvf9SBJdiUey4qE7BXviJsJR4nDQxCZ+3yaYNW3guz/Pw==, } - engines: { node: ">= 8.0.0" } + engines: { node: '>= 8.0.0' } mkdirp-classic@0.5.3: resolution: @@ -14095,7 +14095,7 @@ packages: { integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true mlly@1.5.0: @@ -14109,7 +14109,7 @@ packages: { integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } ms@2.0.0: resolution: @@ -14160,8 +14160,8 @@ packages: integrity: sha512-T2Mhc//CepkTa3X4pUhKgbEheJHYAxD0VptuqFhDbGMUWVV2m+lkNiW/Ieuj35wrfC8Zm0l7HvssQh7zcEttSw==, } peerDependencies: - react: "*" - react-dom: "*" + react: '*' + react-dom: '*' nanoclone@0.2.1: resolution: @@ -14202,7 +14202,7 @@ packages: { integrity: sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true negotiator@0.6.3: @@ -14210,7 +14210,7 @@ packages: { integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } neo-async@2.6.2: resolution: @@ -14223,25 +14223,25 @@ packages: { integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==, } - engines: { node: ">= 0.4.0" } + engines: { node: '>= 0.4.0' } next@14.2.2: resolution: { integrity: sha512-oGwUaa2bCs47FbuxWMpOoXtBMPYpvTPgdZr3UAo+pu7Ns00z9otmYpoeV1HEiYL06AlRQQIA/ypK526KjJfaxg==, } - engines: { node: ">=18.17.0" } + engines: { node: '>=18.17.0' } hasBin: true peerDependencies: - "@opentelemetry/api": ^1.1.0 - "@playwright/test": ^1.41.2 + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 react: ^18.2.0 react-dom: ^18.2.0 sass: ^1.3.0 peerDependenciesMeta: - "@opentelemetry/api": + '@opentelemetry/api': optional: true - "@playwright/test": + '@playwright/test': optional: true sass: optional: true @@ -14263,7 +14263,7 @@ packages: { integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==, } - engines: { node: ">=10.5.0" } + engines: { node: '>=10.5.0' } node-fetch@2.6.7: resolution: @@ -14308,7 +14308,7 @@ packages: { integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==, } - engines: { node: ">= 6.13.0" } + engines: { node: '>= 6.13.0' } node-int64@0.4.0: resolution: @@ -14321,7 +14321,7 @@ packages: { integrity: sha512-RM5oyBy45cLEoHqCeh+MNuFAxO0vTFBLskvQbOKnEE7YTTSN4tbN8QWDIPQ6L+WvKsB/qLEGpYe2ZZ9d4W9OIQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } node-releases@2.0.12: resolution: @@ -14346,14 +14346,14 @@ packages: { integrity: sha512-VSjFxUhRhkyed8AtLwSCkMrJRfQ3e2lGtG3sP6FEgaLKBBbxM/dLfjRe1+iLhjvyLFW3tBQ8+c0pcOtXGbAZJg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } nodemon@3.0.3: resolution: { integrity: sha512-7jH/NXbFPxVaMwmBCC2B9F/V6X1VkEdNgx3iu9jji8WxWcvhMWkmhNWhI5077zknOnZnBzba9hZP6bCPJLSReQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true nopt@1.0.10: @@ -14381,35 +14381,35 @@ packages: { integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } normalize-path@3.0.0: resolution: { integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } normalize-range@0.1.2: resolution: { integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } normalize-url@6.1.0: resolution: { integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==, } - engines: { node: ">=10" } + engines: { node: '>=10' } normalize-url@8.0.0: resolution: { integrity: sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } npm-install-checks@6.3.0: resolution: @@ -14444,7 +14444,7 @@ packages: { integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } hasBin: true npm-run-path@4.0.1: @@ -14452,7 +14452,7 @@ packages: { integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } npm-run-path@5.1.0: resolution: @@ -14490,7 +14490,7 @@ packages: { integrity: sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==, } - engines: { node: ">=8.9" } + engines: { node: '>=8.9' } hasBin: true object-assign@4.1.1: @@ -14498,14 +14498,14 @@ packages: { integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } object-hash@3.0.0: resolution: { integrity: sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } object-inspect@1.12.3: resolution: @@ -14524,14 +14524,14 @@ packages: { integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } object-keys@1.1.1: resolution: { integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } object-pairs@0.1.0: resolution: @@ -14544,42 +14544,42 @@ packages: { integrity: sha512-+8hwcz/JnQ9EpLIXzN0Rs7DLsBpJNT/xYehtB/jU93tHYr5BFEO8E+JGQNOSqE7opVzz5cGksKFHt7uUJVLSjQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } object.assign@4.1.4: resolution: { integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } object.entries@1.1.6: resolution: { integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } object.fromentries@2.0.6: resolution: { integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } object.fromentries@2.0.7: resolution: { integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } object.getownpropertydescriptors@2.1.6: resolution: { integrity: sha512-lq+61g26E/BgHv0ZTFgRvi7NMEPuAxLkFU7rukXjc/AlwH4Am5xXVnIXy3un1bg/JPbXHrixRkK1itUzzPiIjQ==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } object.groupby@1.0.1: resolution: @@ -14598,14 +14598,14 @@ packages: { integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } object.values@1.1.7: resolution: { integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } obuf@1.1.2: resolution: @@ -14618,14 +14618,14 @@ packages: { integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } on-headers@1.0.2: resolution: { integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } once@1.4.0: resolution: @@ -14638,49 +14638,49 @@ packages: { integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } onetime@6.0.0: resolution: { integrity: sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } open@8.4.0: resolution: { integrity: sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==, } - engines: { node: ">=12" } + engines: { node: '>=12' } open@9.1.0: resolution: { integrity: sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } optionator@0.8.3: resolution: { integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } optionator@0.9.3: resolution: { integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } ora@5.4.1: resolution: { integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } os-browserify@0.3.0: resolution: @@ -14693,7 +14693,7 @@ packages: { integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } outdent@0.5.0: resolution: @@ -14706,182 +14706,182 @@ packages: { integrity: sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==, } - engines: { node: ">=12.20" } + engines: { node: '>=12.20' } p-defer@1.0.0: resolution: { integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } p-filter@2.1.0: resolution: { integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } p-finally@1.0.0: resolution: { integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==, } - engines: { node: ">=4" } + engines: { node: '>=4' } p-is-promise@2.1.0: resolution: { integrity: sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } p-limit@1.3.0: resolution: { integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==, } - engines: { node: ">=4" } + engines: { node: '>=4' } p-limit@2.3.0: resolution: { integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, } - engines: { node: ">=6" } + engines: { node: '>=6' } p-limit@3.1.0: resolution: { integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } p-limit@5.0.0: resolution: { integrity: sha512-/Eaoq+QyLSiXQ4lyYV23f14mZRQcXnxfHrN0vCai+ak9G0pp9iEQukIIZq5NccEvwRB8PUnZT0KsOoDCINS1qQ==, } - engines: { node: ">=18" } + engines: { node: '>=18' } p-locate@2.0.0: resolution: { integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } p-locate@3.0.0: resolution: { integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } p-locate@4.1.0: resolution: { integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, } - engines: { node: ">=8" } + engines: { node: '>=8' } p-locate@5.0.0: resolution: { integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } p-map@2.1.0: resolution: { integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } p-map@3.0.0: resolution: { integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } p-map@4.0.0: resolution: { integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } p-memoize@3.1.0: resolution: { integrity: sha512-e5tIvrsr7ydUUnxb534iQWtXxWgk/86IsH+H+nV4FHouIggBt4coXboKBt26o4lTu7JbEnGSeXdEsYR8BhAHFA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } p-memoize@4.0.1: resolution: { integrity: sha512-km0sP12uE0dOZ5qP+s7kGVf07QngxyG0gS8sYFvFWhqlgzOsSy+m71aUejf/0akxj5W7gE//2G74qTv6b4iMog==, } - engines: { node: ">=10" } + engines: { node: '>=10' } p-queue@6.6.2: resolution: { integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } p-retry@4.6.2: resolution: { integrity: sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } p-timeout@3.2.0: resolution: { integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } p-try@1.0.0: resolution: { integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==, } - engines: { node: ">=4" } + engines: { node: '>=4' } p-try@2.2.0: resolution: { integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } pac-proxy-agent@7.0.1: resolution: { integrity: sha512-ASV8yU4LLKBAjqIPMbrgtaKIvxQri/yh2OpI+S6hVa9JRkUI3Y3NPFbfngDtY7oFtSMD3w31Xns89mDa3Feo5A==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } pac-resolver@7.0.0: resolution: { integrity: sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } package-hash@4.0.0: resolution: { integrity: sha512-whdkPIooSu/bASggZ96BWVvZTRMOFxnyUG5PnTSGKoJE2gd5mbVNmR2Nj20QFzxYYgAXpoqC+AiXzl+UMRh7zQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } pako@1.0.11: resolution: @@ -14900,7 +14900,7 @@ packages: { integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==, } - engines: { node: ">=6" } + engines: { node: '>=6' } parse-asn1@5.1.6: resolution: @@ -14919,42 +14919,42 @@ packages: { integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==, } - engines: { node: ">=0.8" } + engines: { node: '>=0.8' } parse-json@2.2.0: resolution: { integrity: sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } parse-json@4.0.0: resolution: { integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } parse-json@5.2.0: resolution: { integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } parse-ms@4.0.0: resolution: { integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==, } - engines: { node: ">=18" } + engines: { node: '>=18' } parse-npm-tarball-url@3.0.0: resolution: { integrity: sha512-InpdgIdNe5xWMEUcrVQUniQKwnggBtJ7+SCwh7zQAZwbbIYZV9XdgJyhtmDSSvykFyQXoe4BINnzKTfCwWLs5g==, } - engines: { node: ">=8.15" } + engines: { node: '>=8.15' } parse5@6.0.1: resolution: @@ -14967,7 +14967,7 @@ packages: { integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } pascal-case@3.1.2: resolution: @@ -14992,42 +14992,42 @@ packages: { integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } path-exists@4.0.0: resolution: { integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, } - engines: { node: ">=8" } + engines: { node: '>=8' } path-is-absolute@1.0.1: resolution: { integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } path-key@2.0.1: resolution: { integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } path-key@3.1.1: resolution: { integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==, } - engines: { node: ">=8" } + engines: { node: '>=8' } path-key@4.0.0: resolution: { integrity: sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } path-parse@1.0.7: resolution: @@ -15040,28 +15040,28 @@ packages: { integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } path-root@0.1.1: resolution: { integrity: sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } path-scurry@1.10.0: resolution: { integrity: sha512-tZFEaRQbMLjwrsmidsGJ6wDMv0iazJWk6SfIKnY4Xru8auXgmJkOBa5DUbYFcFD2Rzk2+KDlIiF0GVXNCbgC7g==, } - engines: { node: ">=16 || 14 >=14.17" } + engines: { node: '>=16 || 14 >=14.17' } path-temp@2.1.0: resolution: { integrity: sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==, } - engines: { node: ">=8.15" } + engines: { node: '>=8.15' } path-to-glob-pattern@1.0.2: resolution: @@ -15080,21 +15080,21 @@ packages: { integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } path-type@3.0.0: resolution: { integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } path-type@4.0.0: resolution: { integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } pathe@1.1.2: resolution: @@ -15113,7 +15113,7 @@ packages: { integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==, } - engines: { node: ">=0.12" } + engines: { node: '>=0.12' } pend@1.2.0: resolution: @@ -15144,21 +15144,21 @@ packages: { integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==, } - engines: { node: ">=8.6" } + engines: { node: '>=8.6' } picomatch@4.0.2: resolution: { integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } pidtree@0.3.1: resolution: { integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==, } - engines: { node: ">=0.10" } + engines: { node: '>=0.10' } hasBin: true pify@2.3.0: @@ -15166,56 +15166,56 @@ packages: { integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } pify@3.0.0: resolution: { integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } pify@4.0.1: resolution: { integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, } - engines: { node: ">=6" } + engines: { node: '>=6' } pinkie-promise@2.0.1: resolution: { integrity: sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } pinkie@2.0.4: resolution: { integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } pirates@4.0.6: resolution: { integrity: sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } pkg-dir@4.2.0: resolution: { integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } pkg-dir@5.0.0: resolution: { integrity: sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } pkg-types@1.0.3: resolution: @@ -15228,7 +15228,7 @@ packages: { integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } pluralize@2.0.0: resolution: @@ -15241,7 +15241,7 @@ packages: { integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==, } - engines: { node: ">= 0.12.0" } + engines: { node: '>= 0.12.0' } postcss-attribute-case-insensitive@5.0.2: resolution: @@ -15257,10 +15257,10 @@ packages: { integrity: sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } peerDependencies: - browserslist: ">=4" - postcss: ">=8" + browserslist: '>=4' + postcss: '>=8' postcss-calc@8.2.4: resolution: @@ -15275,7 +15275,7 @@ packages: { integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==, } - engines: { node: ">=7.6.0" } + engines: { node: '>=7.6.0' } peerDependencies: postcss: ^8.4.6 @@ -15471,7 +15471,7 @@ packages: { integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } peerDependencies: postcss: ^8.0.0 @@ -15506,10 +15506,10 @@ packages: { integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } peerDependencies: - postcss: ">=8.0.9" - ts-node: ">=9.0.0" + postcss: '>=8.0.9' + ts-node: '>=9.0.0' peerDependenciesMeta: postcss: optional: true @@ -15521,10 +15521,10 @@ packages: { integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } peerDependencies: - postcss: ">=8.0.9" - ts-node: ">=9.0.0" + postcss: '>=8.0.9' + ts-node: '>=9.0.0' peerDependenciesMeta: postcss: optional: true @@ -15536,7 +15536,7 @@ packages: { integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 @@ -15555,7 +15555,7 @@ packages: { integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } peerDependencies: postcss: ^8.1.0 @@ -15654,7 +15654,7 @@ packages: { integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==, } - engines: { node: ">=12.0" } + engines: { node: '>=12.0' } peerDependencies: postcss: ^8.2.14 @@ -15753,10 +15753,10 @@ packages: { integrity: sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==, } - engines: { node: ">= 12" } + engines: { node: '>= 12' } peerDependencies: - browserslist: ">= 4" - postcss: ">= 8" + browserslist: '>= 4' + postcss: '>= 8' postcss-opacity-percentage@1.1.3: resolution: @@ -15860,7 +15860,7 @@ packages: { integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } postcss-svgo@5.1.0: resolution: @@ -15891,7 +15891,7 @@ packages: { integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } postcss@8.4.24: resolution: @@ -15932,35 +15932,35 @@ packages: { integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } prelude-ls@1.1.2: resolution: { integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } prelude-ls@1.2.1: resolution: { integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } prettier-linter-helpers@1.0.0: resolution: { integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } prettier@2.8.8: resolution: { integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } hasBin: true prettier@3.0.3: @@ -15968,7 +15968,7 @@ packages: { integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==, } - engines: { node: ">=14" } + engines: { node: '>=14' } hasBin: true pretty-bytes@5.6.0: @@ -15976,7 +15976,7 @@ packages: { integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==, } - engines: { node: ">=6" } + engines: { node: '>=6' } pretty-error@4.0.0: resolution: @@ -16010,7 +16010,7 @@ packages: { integrity: sha512-E9e9HJ9R9NasGOgPaPE8VMeiPKAyWR5jcFpNnwIejslIhWqdqOrb2wShBsncMPUb+BcCd2OPYfh7p2W6oemTng==, } - engines: { node: ">=18" } + engines: { node: '>=18' } proc-log@4.1.0: resolution: @@ -16030,21 +16030,21 @@ packages: { integrity: sha512-1WsPDsUSMmZH5LeMLegqkPDrsGgsWwk1Exipy2hvB0o/F0ASzbpIctSCcZIK1ykJvtTJULEH+20WOFjMvGnCTg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } process@0.11.10: resolution: { integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==, } - engines: { node: ">= 0.6.0" } + engines: { node: '>= 0.6.0' } progress@2.0.3: resolution: { integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==, } - engines: { node: ">=0.4.0" } + engines: { node: '>=0.4.0' } promise-inflight@1.0.1: resolution: @@ -16052,7 +16052,7 @@ packages: integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==, } peerDependencies: - bluebird: "*" + bluebird: '*' peerDependenciesMeta: bluebird: optional: true @@ -16062,7 +16062,7 @@ packages: { integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==, } - engines: { node: ">=10" } + engines: { node: '>=10' } promise@7.3.1: resolution: @@ -16081,7 +16081,7 @@ packages: { integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } prop-types@15.8.1: resolution: @@ -16100,21 +16100,21 @@ packages: { integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==, } - engines: { node: ">= 0.10" } + engines: { node: '>= 0.10' } proxy-agent@6.3.0: resolution: { integrity: sha512-0LdR757eTj/JfuU7TL2YCuAZnxWXu3tkJbg4Oq3geW/qFNT/32T0sp2HnZ9O0lMR4q3vwAt0+xCA8SR0WAD0og==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } proxy-agent@6.3.1: resolution: { integrity: sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } proxy-from-env@1.1.0: resolution: @@ -16163,16 +16163,16 @@ packages: { integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } puppeteer-core@20.9.0: resolution: { integrity: sha512-H9fYZQzMTRrkboEfPmf7m3CLDN6JvbxXA3qTtS+dFt27tR+CsFHzPsT6pzp6lYL6bJbAPaR0HaPO6uSi+F94Pg==, } - engines: { node: ">=16.3.0" } + engines: { node: '>=16.3.0' } peerDependencies: - typescript: ">= 4.7.4" + typescript: '>= 4.7.4' peerDependenciesMeta: typescript: optional: true @@ -16188,28 +16188,28 @@ packages: { integrity: sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } q@1.5.1: resolution: { integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==, } - engines: { node: ">=0.6.0", teleport: ">=0.2.0" } + engines: { node: '>=0.6.0', teleport: '>=0.2.0' } qs@6.11.0: resolution: { integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==, } - engines: { node: ">=0.6" } + engines: { node: '>=0.6' } qs@6.11.2: resolution: { integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==, } - engines: { node: ">=0.6" } + engines: { node: '>=0.6' } query-selector-shadow-dom@1.0.1: resolution: @@ -16222,7 +16222,7 @@ packages: { integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==, } - engines: { node: ">=0.4.x" } + engines: { node: '>=0.4.x' } querystringify@2.2.0: resolution: @@ -16247,14 +16247,14 @@ packages: { integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==, } - engines: { node: ">=8" } + engines: { node: '>=8' } quick-lru@5.1.1: resolution: { integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } raf@3.4.1: resolution: @@ -16285,14 +16285,14 @@ packages: { integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } raw-body@2.5.1: resolution: { integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } rc-config-loader@4.1.3: resolution: @@ -16305,17 +16305,17 @@ packages: { integrity: sha512-sZ41cxiU5llIB003yxxQBYrARBqe0repqPTTYBTmMqTz9szeBbE37BehCE891NZsmdZqqP+xWKdT3eo3vOzN8w==, } - engines: { node: ">=14" } + engines: { node: '>=14' } react-dev-utils@12.0.1: resolution: { integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==, } - engines: { node: ">=14" } + engines: { node: '>=14' } peerDependencies: - typescript: ">=2.7" - webpack: ">=4" + typescript: '>=2.7' + webpack: '>=4' peerDependenciesMeta: typescript: optional: true @@ -16339,10 +16339,10 @@ packages: { integrity: sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: - react: ">=16" - react-dom: ">=16" + react: '>=16' + react-dom: '>=16' react-is@16.13.1: resolution: @@ -16367,27 +16367,27 @@ packages: { integrity: sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } react-refresh@0.14.0: resolution: { integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } react-remove-scroll-bar@2.3.5: resolution: { integrity: sha512-3cqjOqg6s0XbOjWvmasmqHch+RLxIEk2r/70rzGXuz3iIGQsQheEQyqYCBb5EECoD01Vo2SIbDqW4paLeLTASw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } deprecated: please update to the following version as this contains a bug (https://github.com/theKashey/react-remove-scroll-bar/issues/57) peerDependencies: - "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true react-remove-scroll@2.5.5: @@ -16395,12 +16395,12 @@ packages: { integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: - "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true react-scripts@5.0.1: @@ -16408,11 +16408,11 @@ packages: { integrity: sha512-8VAmEm/ZAwQzJ+GOMLbBsTdDKOpuZh7RPs0UymvBR2vRk4iZWCskjbFnxqjrzoIvlNNRZ3QJFx6/qDSi6zSnaQ==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } hasBin: true peerDependencies: - eslint: "*" - react: ">= 16" + eslint: '*' + react: '>= 16' typescript: ^3.2.1 || ^4 peerDependenciesMeta: typescript: @@ -16423,12 +16423,12 @@ packages: { integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: - "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true react-universal-interface@0.6.2: @@ -16437,8 +16437,8 @@ packages: integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==, } peerDependencies: - react: "*" - tslib: "*" + react: '*' + tslib: '*' react-use@17.5.0: resolution: @@ -16446,15 +16446,15 @@ packages: integrity: sha512-PbfwSPMwp/hoL847rLnm/qkjg3sTRCvn6YhUZiHaUa3FA6/aNoFX79ul5Xt70O1rK+9GxSVqkY0eTwMdsR/bWg==, } peerDependencies: - react: "*" - react-dom: "*" + react: '*' + react-dom: '*' react@18.2.0: resolution: { integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } read-cache@1.0.0: resolution: @@ -16474,42 +16474,42 @@ packages: { integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } read-pkg-up@7.0.1: resolution: { integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } read-pkg@1.1.0: resolution: { integrity: sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } read-pkg@3.0.0: resolution: { integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } read-pkg@5.2.0: resolution: { integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } read-yaml-file@1.1.0: resolution: { integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } readable-stream@2.3.8: resolution: @@ -16522,7 +16522,7 @@ packages: { integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } readable-stream@4.5.2: resolution: @@ -16542,35 +16542,35 @@ packages: { integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==, } - engines: { node: ">=8.10.0" } + engines: { node: '>=8.10.0' } recursive-readdir@2.2.3: resolution: { integrity: sha512-8HrF5ZsXk5FAH9dgsx3BlUer73nIhuj+9OrQwEbLTPOBzGkL1lsFCR01am+v+0m2Cmbs1nP12hLDl5FA7EszKA==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } redent@3.0.0: resolution: { integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } reflect.getprototypeof@1.0.4: resolution: { integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } regenerate-unicode-properties@10.1.0: resolution: { integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } regenerate@1.4.2: resolution: @@ -16607,21 +16607,21 @@ packages: { integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } regexp.prototype.flags@1.5.1: resolution: { integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } regexpu-core@5.3.2: resolution: { integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } regjsparser@0.9.1: resolution: @@ -16635,7 +16635,7 @@ packages: { integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==, } - engines: { node: ">= 0.10" } + engines: { node: '>= 0.10' } relay-runtime@12.0.0: resolution: @@ -16648,7 +16648,7 @@ packages: { integrity: sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } remark-footnotes@3.0.0: resolution: @@ -16697,7 +16697,7 @@ packages: { integrity: sha512-vSxE5Ww7Jnyotvaxi3Dj0vOMoojH8KMkBfs9xYeW/qNfJiLTcC1fmwTjrbGUq3mQSOCxkG0DbdcvwTUrpvBN4w==, } - engines: { node: ">=12.10" } + engines: { node: '>=12.10' } renderkid@3.0.0: resolution: @@ -16710,14 +16710,14 @@ packages: { integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==, } - engines: { node: ">=0.10" } + engines: { node: '>=0.10' } replace@1.2.2: resolution: { integrity: sha512-C4EDifm22XZM2b2JOYe6Mhn+lBsLBAvLbK8drfUQLTfD1KYl/n3VaW/CDju0Ny4w3xTtegBpg8YNSpFJPUDSjA==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } hasBin: true require-directory@2.1.1: @@ -16725,14 +16725,14 @@ packages: { integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } require-from-string@2.0.2: resolution: { integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } require-main-filename@2.0.0: resolution: @@ -16763,21 +16763,21 @@ packages: { integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } resolve-from@4.0.0: resolution: { integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==, } - engines: { node: ">=4" } + engines: { node: '>=4' } resolve-from@5.0.0: resolution: { integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } resolve-pkg-maps@1.0.0: resolution: @@ -16790,7 +16790,7 @@ packages: { integrity: sha512-05VEMczVREcbtT7Bz+C+96eUO5HDNvdthIiMB34t7FcF8ehcu4wC0sSgPUubs3XW2Q3CNLJk/BJrCU9wVRymiA==, } - engines: { node: ">=8.9" } + engines: { node: '>=8.9' } peerDependencies: rework: 1.0.1 rework-visit: 1.0.0 @@ -16805,7 +16805,7 @@ packages: { integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } resolve@1.19.0: resolution: @@ -16839,7 +16839,7 @@ packages: { integrity: sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } resq@1.11.0: resolution: @@ -16852,28 +16852,28 @@ packages: { integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } retry@0.12.0: resolution: { integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } retry@0.13.1: resolution: { integrity: sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==, } - engines: { node: ">= 4" } + engines: { node: '>= 4' } reusify@1.0.4: resolution: { integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==, } - engines: { iojs: ">=1.0.0", node: ">=0.10.0" } + engines: { iojs: '>=1.0.0', node: '>=0.10.0' } reverse-arguments@1.0.0: resolution: @@ -16927,7 +16927,7 @@ packages: { integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } hasBin: true rollup@3.25.3: @@ -16935,7 +16935,7 @@ packages: { integrity: sha512-ZT279hx8gszBj9uy5FfhoG4bZx8c+0A1sbqtr7Q3KNWIizpTdDEPZbV2xcbvHsnFp4MavCQYZyzApJ+virB8Yw==, } - engines: { node: ">=14.18.0", npm: ">=8.0.0" } + engines: { node: '>=14.18.0', npm: '>=8.0.0' } hasBin: true rollup@4.16.4: @@ -16943,7 +16943,7 @@ packages: { integrity: sha512-kuaTJSUbz+Wsb2ATGvEknkI12XV40vIiHmLuFlejoo7HtDok/O5eDDD0UpCVY5bBX5U5RYo8wWP83H7ZsqVEnA==, } - engines: { node: ">=18.0.0", npm: ">=8.0.0" } + engines: { node: '>=18.0.0', npm: '>=8.0.0' } hasBin: true rtl-css-js@1.16.1: @@ -16957,14 +16957,14 @@ packages: { integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==, } - engines: { node: ">=12" } + engines: { node: '>=12' } run-async@2.4.1: resolution: { integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==, } - engines: { node: ">=0.12.0" } + engines: { node: '>=0.12.0' } run-parallel@1.2.0: resolution: @@ -16989,14 +16989,14 @@ packages: { integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==, } - engines: { node: ">=0.4" } + engines: { node: '>=0.4' } safe-array-concat@1.0.1: resolution: { integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==, } - engines: { node: ">=0.4" } + engines: { node: '>=0.4' } safe-buffer@5.1.2: resolution: @@ -17033,12 +17033,12 @@ packages: { integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: - fibers: ">= 3.1.0" + fibers: '>= 3.1.0' node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 sass: ^1.3.0 - sass-embedded: "*" + sass-embedded: '*' webpack: ^5.0.0 peerDependenciesMeta: fibers: @@ -17061,7 +17061,7 @@ packages: { integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } scheduler@0.23.0: resolution: @@ -17074,35 +17074,35 @@ packages: { integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==, } - engines: { node: ">= 8.9.0" } + engines: { node: '>= 8.9.0' } schema-utils@2.7.1: resolution: { integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==, } - engines: { node: ">= 8.9.0" } + engines: { node: '>= 8.9.0' } schema-utils@3.3.0: resolution: { integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==, } - engines: { node: ">= 10.13.0" } + engines: { node: '>= 10.13.0' } schema-utils@4.2.0: resolution: { integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } screenfull@5.2.0: resolution: { integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } scuid@1.1.0: resolution: @@ -17127,7 +17127,7 @@ packages: { integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } semver@5.7.1: resolution: @@ -17155,7 +17155,7 @@ packages: { integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true semver@7.5.4: @@ -17163,7 +17163,7 @@ packages: { integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true send@0.18.0: @@ -17171,7 +17171,7 @@ packages: { integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } sentence-case@3.0.4: resolution: @@ -17184,7 +17184,7 @@ packages: { integrity: sha512-2G2y++21dhj2R7iHAdd0FIzjGwuKZld+7Pl/bTU6YIkrC2ZMbVUjm+luj6A6V34Rv9XfKJDKpTWu9W4Gse1D9g==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } serialize-javascript@4.0.0: resolution: @@ -17203,14 +17203,14 @@ packages: { integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } serve-static@1.15.0: resolution: { integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } set-blocking@2.0.0: resolution: @@ -17223,21 +17223,21 @@ packages: { integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } set-function-name@2.0.1: resolution: { integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } set-harmonic-interval@1.0.1: resolution: { integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==, } - engines: { node: ">=6.9" } + engines: { node: '>=6.9' } setimmediate@1.0.5: resolution: @@ -17269,28 +17269,28 @@ packages: { integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } shebang-command@2.0.0: resolution: { integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } shebang-regex@1.0.0: resolution: { integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } shebang-regex@3.0.0: resolution: { integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==, } - engines: { node: ">=8" } + engines: { node: '>=8' } shell-quote-word@1.0.1: resolution: @@ -17351,7 +17351,7 @@ packages: { integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==, } - engines: { node: ">=14" } + engines: { node: '>=14' } signedsource@1.0.0: resolution: @@ -17364,14 +17364,14 @@ packages: { integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==, } - engines: { node: ">=10" } + engines: { node: '>=10' } sirv@2.0.4: resolution: { integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==, } - engines: { node: ">= 10" } + engines: { node: '>= 10' } sisteransi@1.0.5: resolution: @@ -17384,42 +17384,42 @@ packages: { integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==, } - engines: { node: ">=8" } + engines: { node: '>=8' } slash@4.0.0: resolution: { integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==, } - engines: { node: ">=12" } + engines: { node: '>=12' } slice-ansi@3.0.0: resolution: { integrity: sha512-pSyv7bSTC7ig9Dcgbw9AuRNUb5k5V6oDudjZoMBSr13qpLBG7tB+zgCkARjq7xIUgdz5P1Qe8u+rSGdouOOIyQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } slice-ansi@4.0.0: resolution: { integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } smart-buffer@4.2.0: resolution: { integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==, } - engines: { node: ">= 6.0.0", npm: ">= 3.0.0" } + engines: { node: '>= 6.0.0', npm: '>= 3.0.0' } smartwrap@2.0.2: resolution: { integrity: sha512-vCsKNQxb7PnCNd2wY1WClWifAc2lwqsG8OaswpJkVJsvMGcnEntdTCDajZCkk93Ay1U3t/9puJmb525Rg5MZBA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } hasBin: true smol-toml@1.1.4: @@ -17427,7 +17427,7 @@ packages: { integrity: sha512-Y0OT8HezWsTNeEOSVxDnKOW/AyNXHQ4BwJNbAXlLTF5wWsBvrcHhIkE5Rf8kQMLmgf7nDX3PVOlgC6/Aiggu3Q==, } - engines: { node: ">= 18", pnpm: ">= 8" } + engines: { node: '>= 18', pnpm: '>= 8' } snake-case@3.0.4: resolution: @@ -17446,14 +17446,14 @@ packages: { integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } socks@2.7.1: resolution: { integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==, } - engines: { node: ">= 10.13.0", npm: ">= 3.0.0" } + engines: { node: '>= 10.13.0', npm: '>= 3.0.0' } source-list-map@2.0.1: resolution: @@ -17466,21 +17466,21 @@ packages: { integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } source-map-js@1.2.0: resolution: { integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } source-map-loader@3.0.2: resolution: { integrity: sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: webpack: ^5.0.0 @@ -17495,28 +17495,28 @@ packages: { integrity: sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } source-map@0.6.1: resolution: { integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } source-map@0.7.4: resolution: { integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } source-map@0.8.0-beta.0: resolution: { integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } sourcemap-codec@1.4.8: resolution: @@ -17530,7 +17530,7 @@ packages: { integrity: sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } spawndamnit@2.0.0: resolution: @@ -17573,7 +17573,7 @@ packages: { integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==, } - engines: { node: ">=6.0.0" } + engines: { node: '>=6.0.0' } split2@3.2.2: resolution: @@ -17586,7 +17586,7 @@ packages: { integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==, } - engines: { node: ">= 10.x" } + engines: { node: '>= 10.x' } sponge-case@1.0.1: resolution: @@ -17612,7 +17612,7 @@ packages: { integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==, } - deprecated: "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility" + deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' stack-generator@2.0.10: resolution: @@ -17625,7 +17625,7 @@ packages: { integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } stackback@0.0.2: resolution: @@ -17656,14 +17656,14 @@ packages: { integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } statuses@2.0.1: resolution: { integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } std-env@3.7.0: resolution: @@ -17676,7 +17676,7 @@ packages: { integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } stream-browserify@3.0.0: resolution: @@ -17701,7 +17701,7 @@ packages: { integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } streamx@2.15.6: resolution: @@ -17720,14 +17720,14 @@ packages: { integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } string-length@5.0.1: resolution: { integrity: sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==, } - engines: { node: ">=12.20" } + engines: { node: '>=12.20' } string-natural-compare@3.0.1: resolution: @@ -17740,14 +17740,14 @@ packages: { integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, } - engines: { node: ">=8" } + engines: { node: '>=8' } string-width@5.1.2: resolution: { integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==, } - engines: { node: ">=12" } + engines: { node: '>=12' } string.fromcodepoint@0.2.1: resolution: @@ -17766,21 +17766,21 @@ packages: { integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } string.prototype.trim@1.2.7: resolution: { integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } string.prototype.trim@1.2.8: resolution: { integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } string.prototype.trimend@1.0.6: resolution: @@ -17823,84 +17823,84 @@ packages: { integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } strip-ansi@6.0.1: resolution: { integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==, } - engines: { node: ">=8" } + engines: { node: '>=8' } strip-ansi@7.1.0: resolution: { integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } strip-bom@2.0.0: resolution: { integrity: sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } strip-bom@3.0.0: resolution: { integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } strip-bom@4.0.0: resolution: { integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==, } - engines: { node: ">=8" } + engines: { node: '>=8' } strip-comments@2.0.1: resolution: { integrity: sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } strip-final-newline@2.0.0: resolution: { integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } strip-final-newline@3.0.0: resolution: { integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } strip-indent@3.0.0: resolution: { integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } strip-json-comments@3.1.1: resolution: { integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==, } - engines: { node: ">=8" } + engines: { node: '>=8' } strip-json-comments@5.0.1: resolution: { integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } strip-literal@2.1.0: resolution: @@ -17919,7 +17919,7 @@ packages: { integrity: sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: webpack: ^5.0.0 @@ -17928,13 +17928,13 @@ packages: { integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==, } - engines: { node: ">= 12.0.0" } + engines: { node: '>= 12.0.0' } peerDependencies: - "@babel/core": "*" - babel-plugin-macros: "*" - react: ">= 16.8.0 || 17.x.x || ^18.0.0-0" + '@babel/core': '*' + babel-plugin-macros: '*' + react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' peerDependenciesMeta: - "@babel/core": + '@babel/core': optional: true babel-plugin-macros: optional: true @@ -17959,7 +17959,7 @@ packages: { integrity: sha512-ydQOU34rpSyj2TGyz4D2p8rbktIOZ8QY9s+DGLvFU1i5pWJE8vkpruCjGCMHsdXwnD7JDcS+noSwM/a7zyNFDQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } hasBin: true summary@2.1.0: @@ -17973,35 +17973,35 @@ packages: { integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==, } - engines: { node: ">=4" } + engines: { node: '>=4' } supports-color@7.2.0: resolution: { integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } supports-color@8.1.1: resolution: { integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==, } - engines: { node: ">=10" } + engines: { node: '>=10' } supports-hyperlinks@2.3.0: resolution: { integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } supports-preserve-symlinks-flag@1.0.0: resolution: { integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } svg-parser@2.0.4: resolution: @@ -18014,7 +18014,7 @@ packages: { integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==, } - engines: { node: ">=4.0.0" } + engines: { node: '>=4.0.0' } deprecated: This SVGO version is no longer supported. Upgrade to v2.x.x. hasBin: true @@ -18023,7 +18023,7 @@ packages: { integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } hasBin: true swap-case@2.0.2: @@ -18056,14 +18056,14 @@ packages: { integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } tailwindcss@3.3.2: resolution: { integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } hasBin: true tapable@1.1.3: @@ -18071,14 +18071,14 @@ packages: { integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==, } - engines: { node: ">=6" } + engines: { node: '>=6' } tapable@2.2.1: resolution: { integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } tar-fs@3.0.4: resolution: @@ -18097,42 +18097,42 @@ packages: { integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } tempy@0.6.0: resolution: { integrity: sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } term-size@2.2.1: resolution: { integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } terminal-link@2.1.1: resolution: { integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==, } - engines: { node: ">=8" } + engines: { node: '>=8' } terser-webpack-plugin@5.3.9: resolution: { integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==, } - engines: { node: ">= 10.13.0" } + engines: { node: '>= 10.13.0' } peerDependencies: - "@swc/core": "*" - esbuild: "*" - uglify-js: "*" + '@swc/core': '*' + esbuild: '*' + uglify-js: '*' webpack: ^5.1.0 peerDependenciesMeta: - "@swc/core": + '@swc/core': optional: true esbuild: optional: true @@ -18144,7 +18144,7 @@ packages: { integrity: sha512-Ah19JS86ypbJzTzvUCX7KOsEIhDaRONungA4aYBjEP3JZRf4ocuDzTg4QWZnPn9DEMiMYGJPiSOy7aykoCc70w==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true test-exclude@6.0.0: @@ -18152,7 +18152,7 @@ packages: { integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==, } - engines: { node: ">=8" } + engines: { node: '>=8' } text-table@0.2.0: resolution: @@ -18171,9 +18171,9 @@ packages: { integrity: sha512-TXJKXL5WU6dtSbRuNli91D0emY8hQTBP1VUSbq2Ka+zDMoE/vqkzsAyVl7V7YuiwW8URXfc98BzYHu4NDAdQLw==, } - engines: { node: ">=4" } + engines: { node: '>=4' } peerDependencies: - textlint: ">= 12.2.0" + textlint: '>= 12.2.0' peerDependenciesMeta: textlint: optional: true @@ -18183,7 +18183,7 @@ packages: { integrity: sha512-i14ug8jyC1iNko16dpzp/blSLbvXTONiZbvkNT30N3VzDPCtNn2yV4qSZhiRWFi1hHfgOdG3n/u0DZvllZCHXQ==, } - engines: { node: ">=16.0.0" } + engines: { node: '>=16.0.0' } hasBin: true thenify-all@1.6.0: @@ -18191,7 +18191,7 @@ packages: { integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==, } - engines: { node: ">=0.8" } + engines: { node: '>=0.8' } thenify@3.3.1: resolution: @@ -18210,7 +18210,7 @@ packages: { integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } through2@4.0.2: resolution: @@ -18235,7 +18235,7 @@ packages: { integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==, } - engines: { node: ">=0.6.0" } + engines: { node: '>=0.6.0' } tinybench@2.6.0: resolution: @@ -18248,14 +18248,14 @@ packages: { integrity: sha512-i11VH5gS6IFeLY3gMBQ00/MmLncVP7JLXOw1vlgkytLmJK7QnEr7NXf0LBdxfmNPAeyetukOk0bOYrJrFGjYJQ==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } tinyspy@2.2.0: resolution: { integrity: sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg==, } - engines: { node: ">=14.0.0" } + engines: { node: '>=14.0.0' } title-case@3.0.3: resolution: @@ -18268,14 +18268,14 @@ packages: { integrity: sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } tmp@0.0.33: resolution: { integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==, } - engines: { node: ">=0.6.0" } + engines: { node: '>=0.6.0' } tmpl@1.0.5: resolution: @@ -18288,7 +18288,7 @@ packages: { integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==, } - engines: { node: ">=4" } + engines: { node: '>=4' } to-no-case@1.0.2: resolution: @@ -18307,7 +18307,7 @@ packages: { integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==, } - engines: { node: ">=8.0" } + engines: { node: '>=8.0' } to-space-case@1.0.0: resolution: @@ -18326,7 +18326,7 @@ packages: { integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==, } - engines: { node: ">=0.6" } + engines: { node: '>=0.6' } toml@3.0.0: resolution: @@ -18345,7 +18345,7 @@ packages: { integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } touch@3.1.0: resolution: @@ -18359,7 +18359,7 @@ packages: { integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==, } - engines: { node: ">=6" } + engines: { node: '>=6' } tr46@0.0.3: resolution: @@ -18378,7 +18378,7 @@ packages: { integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } traverse@0.3.9: resolution: @@ -18404,7 +18404,7 @@ packages: { integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } trough@1.0.5: resolution: @@ -18429,9 +18429,9 @@ packages: { integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==, } - engines: { node: ">=16.13.0" } + engines: { node: '>=16.13.0' } peerDependencies: - typescript: ">=4.2.0" + typescript: '>=4.2.0' ts-easing@0.2.0: resolution: @@ -18471,14 +18471,14 @@ packages: } hasBin: true peerDependencies: - "@swc/core": ">=1.2.50" - "@swc/wasm": ">=1.2.50" - "@types/node": "*" - typescript: ">=2.7" + '@swc/core': '>=1.2.50' + '@swc/wasm': '>=1.2.50' + '@types/node': '*' + typescript: '>=2.7' peerDependenciesMeta: - "@swc/core": + '@swc/core': optional: true - "@swc/wasm": + '@swc/wasm': optional: true ts-toolbelt@9.6.0: @@ -18522,14 +18522,14 @@ packages: { integrity: sha512-L3o8hGkaHnu5TdJns+mCqFsDBo83bJ44rlK7e6VdanIvpea4ArPcU3swWGsLVbXak1PqQx/V+SSmFPujBK+zEQ==, } - engines: { node: ">=14.18" } + engines: { node: '>=14.18' } hasBin: true peerDependencies: - "@swc/core": ^1 + '@swc/core': ^1 postcss: ^8.4.12 - typescript: ">=4.1.0" + typescript: '>=4.1.0' peerDependenciesMeta: - "@swc/core": + '@swc/core': optional: true postcss: optional: true @@ -18541,16 +18541,16 @@ packages: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } peerDependencies: - typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' tsx@4.7.0: resolution: { integrity: sha512-I+t79RYPlEYlHn9a+KzwrvEwhJg35h/1zHsLC2JXvhC2mdynMv6Zxzvhv5EMV6VF5qJlLlkSnMVvdZV3PSIGcg==, } - engines: { node: ">=18.0.0" } + engines: { node: '>=18.0.0' } hasBin: true tty-browserify@0.0.1: @@ -18564,7 +18564,7 @@ packages: { integrity: sha512-xz0uKo+KakCQ+Dxj1D/tKn2FSyreSYWzdkL/BYhgN6oMW808g8QRMuh1atAV9fjTPbWBjfbkKQpI/5rEcnAc7g==, } - engines: { node: ">=8.0.0" } + engines: { node: '>=8.0.0' } hasBin: true tunnel@0.0.6: @@ -18572,7 +18572,7 @@ packages: { integrity: sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==, } - engines: { node: ">=0.6.11 <=0.7.0 || >=0.7.3" } + engines: { node: '>=0.6.11 <=0.7.0 || >=0.7.3' } turbo-darwin-64@1.8.8: resolution: @@ -18634,112 +18634,112 @@ packages: { integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } type-check@0.4.0: resolution: { integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } type-detect@4.0.8: resolution: { integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==, } - engines: { node: ">=4" } + engines: { node: '>=4' } type-fest@0.13.1: resolution: { integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } type-fest@0.16.0: resolution: { integrity: sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } type-fest@0.20.2: resolution: { integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } type-fest@0.21.3: resolution: { integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==, } - engines: { node: ">=10" } + engines: { node: '>=10' } type-fest@0.6.0: resolution: { integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } type-fest@0.8.1: resolution: { integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } type-fest@2.13.0: resolution: { integrity: sha512-lPfAm42MxE4/456+QyIaaVBAwgpJb6xZ8PRu09utnhPdWwcyj9vgy6Sq0Z5yNbJ21EdxB5dRU/Qg8bsyAMtlcw==, } - engines: { node: ">=12.20" } + engines: { node: '>=12.20' } type-fest@2.19.0: resolution: { integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==, } - engines: { node: ">=12.20" } + engines: { node: '>=12.20' } type-fest@3.1.0: resolution: { integrity: sha512-StmrZmK3eD9mDF9Vt7UhqthrDSk66O9iYl5t5a0TSoVkHjl0XZx/xuc/BRz4urAXXGHOY5OLsE0RdJFIApSFmw==, } - engines: { node: ">=14.16" } + engines: { node: '>=14.16' } type-is@1.6.18: resolution: { integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==, } - engines: { node: ">= 0.6" } + engines: { node: '>= 0.6' } typed-array-buffer@1.0.0: resolution: { integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } typed-array-byte-length@1.0.0: resolution: { integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } typed-array-byte-offset@1.0.0: resolution: { integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } typed-array-length@1.0.4: resolution: @@ -18759,7 +18759,7 @@ packages: integrity: sha512-idntFYu3vfaY3eaD+w9DeRd0PmNGqGuNLKihPU9poxFGnATJYGn9dPtEhn2QrTdishFMg7jPXAhos+2T6YCWRQ==, } peerDependencies: - typedoc: ">=0.24.0" + typedoc: '>=0.24.0' typedoc-plugin-merge-modules@5.1.0: resolution: @@ -18774,7 +18774,7 @@ packages: { integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==, } - engines: { node: ">= 16" } + engines: { node: '>= 16' } hasBin: true peerDependencies: typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x @@ -18790,7 +18790,7 @@ packages: { integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==, } - engines: { node: ">=14.17" } + engines: { node: '>=14.17' } hasBin: true ua-parser-js@1.0.35: @@ -18816,7 +18816,7 @@ packages: { integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==, } - engines: { node: ">=0.8.0" } + engines: { node: '>=0.8.0' } hasBin: true unbox-primitive@1.0.2: @@ -18836,7 +18836,7 @@ packages: { integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } undefsafe@2.0.5: resolution: @@ -18855,14 +18855,14 @@ packages: { integrity: sha512-Ji2IJhFXZY0x/0tVBXeQwgPlLWw13GVzpsWPQ3rV50IFMMof2I55PZZxtm4P6iNq+L5znYN9nSTAq0ZyE6lSJw==, } - engines: { node: ">=14.0" } + engines: { node: '>=14.0' } undici@5.28.3: resolution: { integrity: sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==, } - engines: { node: ">=14.0" } + engines: { node: '>=14.0' } unescape-js@1.1.4: resolution: @@ -18875,28 +18875,28 @@ packages: { integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==, } - engines: { node: ">=4" } + engines: { node: '>=4' } unicode-match-property-ecmascript@2.0.0: resolution: { integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==, } - engines: { node: ">=4" } + engines: { node: '>=4' } unicode-match-property-value-ecmascript@2.1.0: resolution: { integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==, } - engines: { node: ">=4" } + engines: { node: '>=4' } unicode-property-aliases-ecmascript@2.1.0: resolution: { integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==, } - engines: { node: ">=4" } + engines: { node: '>=4' } unified@9.2.2: resolution: @@ -18915,7 +18915,7 @@ packages: { integrity: sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==, } - engines: { node: ">=8" } + engines: { node: '>=8' } unist-util-is@4.1.0: resolution: @@ -18952,35 +18952,35 @@ packages: { integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==, } - engines: { node: ">= 4.0.0" } + engines: { node: '>= 4.0.0' } universalify@0.2.0: resolution: { integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==, } - engines: { node: ">= 4.0.0" } + engines: { node: '>= 4.0.0' } universalify@2.0.0: resolution: { integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==, } - engines: { node: ">= 10.0.0" } + engines: { node: '>= 10.0.0' } unixify@1.0.0: resolution: { integrity: sha512-6bc58dPYhCMHHuwxldQxO3RRNZ4eCogZ/st++0+fcC1nr0jiGUtAdBJ2qzmLQWSxbtz42pWt4QQMiZ9HvZf5cg==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } unpipe@1.0.0: resolution: { integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } unquote@1.1.1: resolution: @@ -18993,7 +18993,7 @@ packages: { integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==, } - engines: { node: ">=8" } + engines: { node: '>=8' } unzipper@0.10.14: resolution: @@ -19006,7 +19006,7 @@ packages: { integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==, } - engines: { node: ">=4" } + engines: { node: '>=4' } update-browserslist-db@1.0.11: resolution: @@ -19015,7 +19015,7 @@ packages: } hasBin: true peerDependencies: - browserslist: ">= 4.21.0" + browserslist: '>= 4.21.0' update-browserslist-db@1.0.13: resolution: @@ -19024,7 +19024,7 @@ packages: } hasBin: true peerDependencies: - browserslist: ">= 4.21.0" + browserslist: '>= 4.21.0' upper-case-first@2.0.2: resolution: @@ -19067,12 +19067,12 @@ packages: { integrity: sha512-Lg4Vx1XZQauB42Hw3kK7JM6yjVjgFmFC5/Ab797s79aARomD2nEErc4mCgM8EZrARLmmbWpi5DGCadmK50DcAQ==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: - "@types/react": ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true use-sidecar@1.1.2: @@ -19080,12 +19080,12 @@ packages: { integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } peerDependencies: - "@types/react": ^16.9.0 || ^17.0.0 || ^18.0.0 + '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 peerDependenciesMeta: - "@types/react": + '@types/react': optional: true userhome@1.0.0: @@ -19093,7 +19093,7 @@ packages: { integrity: sha512-ayFKY3H+Pwfy4W98yPdtH1VqH4psDeyW8lYYFzfecR9d6hqLpqhecktvYR3SEEXt7vG0S1JEpciI3g94pMErig==, } - engines: { node: ">= 0.8.0" } + engines: { node: '>= 0.8.0' } util-deprecate@1.0.2: resolution: @@ -19124,7 +19124,7 @@ packages: { integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==, } - engines: { node: ">= 0.4.0" } + engines: { node: '>= 0.4.0' } uuid@8.3.2: resolution: @@ -19151,7 +19151,7 @@ packages: { integrity: sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==, } - engines: { node: ">=10.12.0" } + engines: { node: '>=10.12.0' } validate-npm-package-license@3.0.4: resolution: @@ -19178,21 +19178,21 @@ packages: { integrity: sha512-Z6Uz+TYwEqE7ZN50gwn+1LCVo9ZVrpxRPOhOLnncYkY1ZzOYtrX8Fwf/rFktZ8R5mJms6EZf5TqNOMeZmnPq9Q==, } - engines: { node: ">=12" } + engines: { node: '>=12' } vary@1.1.2: resolution: { integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==, } - engines: { node: ">= 0.8" } + engines: { node: '>= 0.8' } version-selector-type@3.0.0: resolution: { integrity: sha512-PSvMIZS7C1MuVNBXl/CDG2pZq8EXy/NW2dHIdm3bVP5N0PC8utDK8ttXLXj44Gn3J0lQE3U7Mpm1estAOd+eiA==, } - engines: { node: ">=10.13" } + engines: { node: '>=10.13' } vfile-message@2.0.4: resolution: @@ -19236,15 +19236,15 @@ packages: engines: { node: ^18.0.0 || >=20.0.0 } hasBin: true peerDependencies: - "@types/node": ^18.0.0 || >=20.0.0 - less: "*" + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' lightningcss: ^1.21.0 - sass: "*" - stylus: "*" - sugarss: "*" + sass: '*' + stylus: '*' + sugarss: '*' terser: ^5.4.0 peerDependenciesMeta: - "@types/node": + '@types/node': optional: true less: optional: true @@ -19267,15 +19267,15 @@ packages: engines: { node: ^18.0.0 || >=20.0.0 } hasBin: true peerDependencies: - "@types/node": ^18.0.0 || >=20.0.0 - less: "*" + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' lightningcss: ^1.21.0 - sass: "*" - stylus: "*" - sugarss: "*" + sass: '*' + stylus: '*' + sugarss: '*' terser: ^5.4.0 peerDependenciesMeta: - "@types/node": + '@types/node': optional: true less: optional: true @@ -19299,7 +19299,7 @@ packages: peerDependencies: flexsearch: ^0.7.31 vitepress: ^1.0.0-alpha.13 - vue: "3" + vue: '3' vitepress@1.0.0-rc.40: resolution: @@ -19324,20 +19324,20 @@ packages: engines: { node: ^18.0.0 || >=20.0.0 } hasBin: true peerDependencies: - "@edge-runtime/vm": "*" - "@types/node": ^18.0.0 || >=20.0.0 - "@vitest/browser": 1.6.0 - "@vitest/ui": 1.6.0 - happy-dom: "*" - jsdom: "*" + '@edge-runtime/vm': '*' + '@types/node': ^18.0.0 || >=20.0.0 + '@vitest/browser': 1.6.0 + '@vitest/ui': 1.6.0 + happy-dom: '*' + jsdom: '*' peerDependenciesMeta: - "@edge-runtime/vm": + '@edge-runtime/vm': optional: true - "@types/node": + '@types/node': optional: true - "@vitest/browser": + '@vitest/browser': optional: true - "@vitest/ui": + '@vitest/ui': optional: true happy-dom: optional: true @@ -19373,13 +19373,13 @@ packages: { integrity: sha512-8QA7wrYSHKaYgUxDA5ZC24w+eHm3sYCbp0EzcDwKqN3p6HqtTCGR/GVsPyZW92unff4UlcSh++lmqDWN3ZIq4w==, } - engines: { node: ">=12" } + engines: { node: '>=12' } hasBin: true peerDependencies: - "@vue/composition-api": ^1.0.0-rc.1 + '@vue/composition-api': ^1.0.0-rc.1 vue: ^3.0.0-0 || ^2.6.0 peerDependenciesMeta: - "@vue/composition-api": + '@vue/composition-api': optional: true vue@3.4.15: @@ -19388,7 +19388,7 @@ packages: integrity: sha512-jC0GH4KkWLWJOEQjOpkqU1bQsBwf4R1rsFtw5GQJbjHVKWDzO6P0nWWBTmjp1xSemAioDFj1jdaK1qa3DnMQoQ==, } peerDependencies: - typescript: "*" + typescript: '*' peerDependenciesMeta: typescript: optional: true @@ -19405,14 +19405,14 @@ packages: { integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } wait-port@1.1.0: resolution: { integrity: sha512-3e04qkoN3LxTMLakdqeWth8nih8usyg+sf1Bgdf9wwUkp05iuK1eSY/QpLvscT/+F/gA89+LpUmmgBtesbqI2Q==, } - engines: { node: ">=10" } + engines: { node: '>=10' } hasBin: true walker@1.0.8: @@ -19426,7 +19426,7 @@ packages: { integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } wbuf@1.7.3: resolution: @@ -19445,14 +19445,14 @@ packages: { integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } web-streams-polyfill@4.0.0-beta.3: resolution: { integrity: sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } web-vitals@2.1.4: resolution: @@ -19502,21 +19502,21 @@ packages: { integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } webidl-conversions@6.1.0: resolution: { integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==, } - engines: { node: ">=10.4" } + engines: { node: '>=10.4' } webpack-dev-middleware@5.3.3: resolution: { integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } peerDependencies: webpack: ^4.0.0 || ^5.0.0 @@ -19525,11 +19525,11 @@ packages: { integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==, } - engines: { node: ">= 12.13.0" } + engines: { node: '>= 12.13.0' } hasBin: true peerDependencies: webpack: ^4.37.0 || ^5.0.0 - webpack-cli: "*" + webpack-cli: '*' peerDependenciesMeta: webpack: optional: true @@ -19541,7 +19541,7 @@ packages: { integrity: sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==, } - engines: { node: ">=12.22.0" } + engines: { node: '>=12.22.0' } peerDependencies: webpack: ^4.44.2 || ^5.47.0 @@ -19556,24 +19556,24 @@ packages: { integrity: sha512-y9EI9AO42JjEcrTJFOYmVywVZdKVUfOvDUPsJea5GIr1JOEGFVqwlY2K098fFoIjOkDzHn2AjRvM8dsBZu+gCA==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } webpack-sources@3.2.3: resolution: { integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } webpack@5.88.0: resolution: { integrity: sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==, } - engines: { node: ">=10.13.0" } + engines: { node: '>=10.13.0' } hasBin: true peerDependencies: - webpack-cli: "*" + webpack-cli: '*' peerDependenciesMeta: webpack-cli: optional: true @@ -19583,14 +19583,14 @@ packages: { integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==, } - engines: { node: ">=0.8.0" } + engines: { node: '>=0.8.0' } websocket-extensions@0.1.4: resolution: { integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==, } - engines: { node: ">=0.8.0" } + engines: { node: '>=0.8.0' } whatwg-encoding@1.0.5: resolution: @@ -19627,7 +19627,7 @@ packages: { integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } which-boxed-primitive@1.0.2: resolution: @@ -19640,7 +19640,7 @@ packages: { integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } which-collection@1.0.1: resolution: @@ -19659,21 +19659,21 @@ packages: { integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==, } - engines: { node: ">=8.15" } + engines: { node: '>=8.15' } which-typed-array@1.1.13: resolution: { integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } which-typed-array@1.1.9: resolution: { integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==, } - engines: { node: ">= 0.4" } + engines: { node: '>= 0.4' } which@1.3.1: resolution: @@ -19687,7 +19687,7 @@ packages: { integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==, } - engines: { node: ">= 8" } + engines: { node: '>= 8' } hasBin: true which@4.0.0: @@ -19703,7 +19703,7 @@ packages: { integrity: sha512-6tSwToZxTOcotxHeA+qGCq1mVzKR3CwcJGmVcY+QE8SHy6TnpFnh8PAvPNHYr7EcuVeG0QSMxtYCuO1ta/G/oA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } hasBin: true word-wrap@1.2.3: @@ -19711,7 +19711,7 @@ packages: { integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==, } - engines: { node: ">=0.10.0" } + engines: { node: '>=0.10.0' } wordwrap@1.0.0: resolution: @@ -19736,7 +19736,7 @@ packages: { integrity: sha512-Tjf+gBwOTuGyZwMz2Nk/B13Fuyeo0Q84W++bebbVsfr9iLkDSo6j6PST8tET9HYA58mlRXwlMGpyWO8ETJiXdQ==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } workbox-cacheable-response@6.6.0: resolution: @@ -19816,7 +19816,7 @@ packages: { integrity: sha512-xNZIZHalboZU66Wa7x1YkjIqEy1gTR+zPM+kjrYJzqN7iurYZBctBLISyScjhkJKYuRrZUP0iqViZTh8rS0+3A==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } peerDependencies: webpack: ^4.4.0 || ^5.9.0 @@ -19831,21 +19831,21 @@ packages: { integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==, } - engines: { node: ">=8" } + engines: { node: '>=8' } wrap-ansi@7.0.0: resolution: { integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==, } - engines: { node: ">=10" } + engines: { node: '>=10' } wrap-ansi@8.1.0: resolution: { integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==, } - engines: { node: ">=12" } + engines: { node: '>=12' } wrappy@1.0.2: resolution: @@ -19864,14 +19864,14 @@ packages: { integrity: sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==, } - engines: { node: ">=4" } + engines: { node: '>=4' } ws@7.5.9: resolution: { integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==, } - engines: { node: ">=8.3.0" } + engines: { node: '>=8.3.0' } peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -19886,10 +19886,10 @@ packages: { integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ">=5.0.2" + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true @@ -19901,7 +19901,7 @@ packages: { integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==, } - engines: { node: ">=10.0.0" } + engines: { node: '>=10.0.0' } peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -19928,7 +19928,7 @@ packages: { integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==, } - engines: { node: ">=0.4" } + engines: { node: '>=0.4' } y18n@4.0.3: resolution: @@ -19941,7 +19941,7 @@ packages: { integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==, } - engines: { node: ">=10" } + engines: { node: '>=10' } yallist@2.1.2: resolution: @@ -19972,63 +19972,63 @@ packages: { integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==, } - engines: { node: ">= 6" } + engines: { node: '>= 6' } yaml@2.3.1: resolution: { integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } yargs-parser@18.1.3: resolution: { integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==, } - engines: { node: ">=6" } + engines: { node: '>=6' } yargs-parser@20.2.9: resolution: { integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==, } - engines: { node: ">=10" } + engines: { node: '>=10' } yargs-parser@21.1.1: resolution: { integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } yargs@15.4.1: resolution: { integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==, } - engines: { node: ">=8" } + engines: { node: '>=8' } yargs@16.2.0: resolution: { integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==, } - engines: { node: ">=10" } + engines: { node: '>=10' } yargs@17.7.1: resolution: { integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==, } - engines: { node: ">=12" } + engines: { node: '>=12' } yargs@17.7.2: resolution: { integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==, } - engines: { node: ">=12" } + engines: { node: '>=12' } yauzl@2.10.0: resolution: @@ -20041,42 +20041,42 @@ packages: { integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==, } - engines: { node: ">=6" } + engines: { node: '>=6' } yocto-queue@0.1.0: resolution: { integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==, } - engines: { node: ">=10" } + engines: { node: '>=10' } yocto-queue@1.0.0: resolution: { integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==, } - engines: { node: ">=12.20" } + engines: { node: '>=12.20' } yup@0.32.11: resolution: { integrity: sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==, } - engines: { node: ">=10" } + engines: { node: '>=10' } zip-stream@6.0.1: resolution: { integrity: sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==, } - engines: { node: ">= 14" } + engines: { node: '>= 14' } zod-validation-error@3.1.0: resolution: { integrity: sha512-zujS6HqJjMZCsvjfbnRs7WI3PXN39ovTcY1n8a+KTm4kOH0ZXYsNiJkH1odZf4xZKMkBDL7M2rmQ913FCS1p9w==, } - engines: { node: ">=18.0.0" } + engines: { node: '>=18.0.0' } peerDependencies: zod: ^3.18.0 @@ -20093,139 +20093,139 @@ packages: } snapshots: - "@aashutoshrathi/word-wrap@1.2.6": {} + '@aashutoshrathi/word-wrap@1.2.6': {} - "@actions/core@1.10.1": + '@actions/core@1.10.1': dependencies: - "@actions/http-client": 2.2.1 + '@actions/http-client': 2.2.1 uuid: 8.3.2 - "@actions/github@6.0.0": + '@actions/github@6.0.0': dependencies: - "@actions/http-client": 2.2.1 - "@octokit/core": 5.1.0 - "@octokit/plugin-paginate-rest": 9.2.1(@octokit/core@5.1.0) - "@octokit/plugin-rest-endpoint-methods": 10.4.1(@octokit/core@5.1.0) + '@actions/http-client': 2.2.1 + '@octokit/core': 5.1.0 + '@octokit/plugin-paginate-rest': 9.2.1(@octokit/core@5.1.0) + '@octokit/plugin-rest-endpoint-methods': 10.4.1(@octokit/core@5.1.0) - "@actions/http-client@2.2.1": + '@actions/http-client@2.2.1': dependencies: tunnel: 0.0.6 undici: 5.28.3 - "@adraffy/ens-normalize@1.9.2": {} + '@adraffy/ens-normalize@1.9.2': {} - ? "@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0)" - : dependencies: - "@algolia/autocomplete-plugin-algolia-insights": 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0) - "@algolia/autocomplete-shared": 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) + '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0)': + dependencies: + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) transitivePeerDependencies: - - "@algolia/client-search" + - '@algolia/client-search' - algoliasearch - search-insights - ? "@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0)" - : dependencies: - "@algolia/autocomplete-shared": 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) + '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0)': + dependencies: + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) search-insights: 2.11.0 transitivePeerDependencies: - - "@algolia/client-search" + - '@algolia/client-search' - algoliasearch - ? "@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)" - : dependencies: - "@algolia/autocomplete-shared": 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) - "@algolia/client-search": 4.22.1 + '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)': + dependencies: + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) + '@algolia/client-search': 4.22.1 algoliasearch: 4.22.1 - ? "@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)" - : dependencies: - "@algolia/client-search": 4.22.1 + '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)': + dependencies: + '@algolia/client-search': 4.22.1 algoliasearch: 4.22.1 - "@algolia/cache-browser-local-storage@4.22.1": + '@algolia/cache-browser-local-storage@4.22.1': dependencies: - "@algolia/cache-common": 4.22.1 + '@algolia/cache-common': 4.22.1 - "@algolia/cache-common@4.22.1": {} + '@algolia/cache-common@4.22.1': {} - "@algolia/cache-in-memory@4.22.1": + '@algolia/cache-in-memory@4.22.1': dependencies: - "@algolia/cache-common": 4.22.1 + '@algolia/cache-common': 4.22.1 - "@algolia/client-account@4.22.1": + '@algolia/client-account@4.22.1': dependencies: - "@algolia/client-common": 4.22.1 - "@algolia/client-search": 4.22.1 - "@algolia/transporter": 4.22.1 + '@algolia/client-common': 4.22.1 + '@algolia/client-search': 4.22.1 + '@algolia/transporter': 4.22.1 - "@algolia/client-analytics@4.22.1": + '@algolia/client-analytics@4.22.1': dependencies: - "@algolia/client-common": 4.22.1 - "@algolia/client-search": 4.22.1 - "@algolia/requester-common": 4.22.1 - "@algolia/transporter": 4.22.1 + '@algolia/client-common': 4.22.1 + '@algolia/client-search': 4.22.1 + '@algolia/requester-common': 4.22.1 + '@algolia/transporter': 4.22.1 - "@algolia/client-common@4.22.1": + '@algolia/client-common@4.22.1': dependencies: - "@algolia/requester-common": 4.22.1 - "@algolia/transporter": 4.22.1 + '@algolia/requester-common': 4.22.1 + '@algolia/transporter': 4.22.1 - "@algolia/client-personalization@4.22.1": + '@algolia/client-personalization@4.22.1': dependencies: - "@algolia/client-common": 4.22.1 - "@algolia/requester-common": 4.22.1 - "@algolia/transporter": 4.22.1 + '@algolia/client-common': 4.22.1 + '@algolia/requester-common': 4.22.1 + '@algolia/transporter': 4.22.1 - "@algolia/client-search@4.22.1": + '@algolia/client-search@4.22.1': dependencies: - "@algolia/client-common": 4.22.1 - "@algolia/requester-common": 4.22.1 - "@algolia/transporter": 4.22.1 + '@algolia/client-common': 4.22.1 + '@algolia/requester-common': 4.22.1 + '@algolia/transporter': 4.22.1 - "@algolia/logger-common@4.22.1": {} + '@algolia/logger-common@4.22.1': {} - "@algolia/logger-console@4.22.1": + '@algolia/logger-console@4.22.1': dependencies: - "@algolia/logger-common": 4.22.1 + '@algolia/logger-common': 4.22.1 - "@algolia/requester-browser-xhr@4.22.1": + '@algolia/requester-browser-xhr@4.22.1': dependencies: - "@algolia/requester-common": 4.22.1 + '@algolia/requester-common': 4.22.1 - "@algolia/requester-common@4.22.1": {} + '@algolia/requester-common@4.22.1': {} - "@algolia/requester-node-http@4.22.1": + '@algolia/requester-node-http@4.22.1': dependencies: - "@algolia/requester-common": 4.22.1 + '@algolia/requester-common': 4.22.1 - "@algolia/transporter@4.22.1": + '@algolia/transporter@4.22.1': dependencies: - "@algolia/cache-common": 4.22.1 - "@algolia/logger-common": 4.22.1 - "@algolia/requester-common": 4.22.1 + '@algolia/cache-common': 4.22.1 + '@algolia/logger-common': 4.22.1 + '@algolia/requester-common': 4.22.1 - "@alloc/quick-lru@5.2.0": {} + '@alloc/quick-lru@5.2.0': {} - "@ampproject/remapping@2.2.1": + '@ampproject/remapping@2.2.1': dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 - "@apideck/better-ajv-errors@0.3.6(ajv@8.12.0)": + '@apideck/better-ajv-errors@0.3.6(ajv@8.12.0)': dependencies: ajv: 8.12.0 json-schema: 0.4.0 jsonpointer: 5.0.1 leven: 3.1.0 - "@ardatan/relay-compiler@12.0.0(graphql@16.8.1)": + '@ardatan/relay-compiler@12.0.0(graphql@16.8.1)': dependencies: - "@babel/core": 7.22.5 - "@babel/generator": 7.23.4 - "@babel/parser": 7.23.9 - "@babel/runtime": 7.23.4 - "@babel/traverse": 7.22.5 - "@babel/types": 7.23.9 + '@babel/core': 7.22.5 + '@babel/generator': 7.23.4 + '@babel/parser': 7.23.9 + '@babel/runtime': 7.23.4 + '@babel/traverse': 7.22.5 + '@babel/types': 7.23.9 babel-preset-fbjs: 3.4.0(@babel/core@7.22.5) chalk: 4.1.2 fb-watchman: 2.0.2 @@ -20242,50 +20242,50 @@ snapshots: - encoding - supports-color - "@ardatan/sync-fetch@0.0.1": + '@ardatan/sync-fetch@0.0.1': dependencies: node-fetch: 2.7.0 transitivePeerDependencies: - encoding - "@azu/format-text@1.0.2": {} + '@azu/format-text@1.0.2': {} - "@azu/style-format@1.0.1": + '@azu/style-format@1.0.1': dependencies: - "@azu/format-text": 1.0.2 + '@azu/format-text': 1.0.2 - "@babel/code-frame@7.22.5": + '@babel/code-frame@7.22.5': dependencies: - "@babel/highlight": 7.22.5 + '@babel/highlight': 7.22.5 - "@babel/code-frame@7.23.4": + '@babel/code-frame@7.23.4': dependencies: - "@babel/highlight": 7.23.4 + '@babel/highlight': 7.23.4 chalk: 2.4.2 - "@babel/code-frame@7.24.2": + '@babel/code-frame@7.24.2': dependencies: - "@babel/highlight": 7.24.2 + '@babel/highlight': 7.24.2 picocolors: 1.0.0 - "@babel/compat-data@7.22.5": {} + '@babel/compat-data@7.22.5': {} - "@babel/compat-data@7.23.3": {} + '@babel/compat-data@7.23.3': {} - "@babel/compat-data@7.24.4": {} + '@babel/compat-data@7.24.4': {} - "@babel/core@7.22.5": + '@babel/core@7.22.5': dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.22.5 - "@babel/generator": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) - "@babel/helper-module-transforms": 7.22.5 - "@babel/helpers": 7.22.5 - "@babel/parser": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-module-transforms': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -20294,18 +20294,18 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/core@7.23.3": - dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.23.4 - "@babel/generator": 7.23.4 - "@babel/helper-compilation-targets": 7.22.15 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.23.3) - "@babel/helpers": 7.23.4 - "@babel/parser": 7.23.4 - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.4 - "@babel/types": 7.23.4 + '@babel/core@7.23.3': + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.23.4 + '@babel/generator': 7.23.4 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helpers': 7.23.4 + '@babel/parser': 7.23.4 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.4 + '@babel/types': 7.23.4 convert-source-map: 2.0.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -20314,18 +20314,18 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/core@7.24.4": - dependencies: - "@ampproject/remapping": 2.2.1 - "@babel/code-frame": 7.24.2 - "@babel/generator": 7.24.4 - "@babel/helper-compilation-targets": 7.23.6 - "@babel/helper-module-transforms": 7.23.3(@babel/core@7.24.4) - "@babel/helpers": 7.24.4 - "@babel/parser": 7.24.4 - "@babel/template": 7.24.0 - "@babel/traverse": 7.24.1 - "@babel/types": 7.24.0 + '@babel/core@7.24.4': + dependencies: + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helpers': 7.24.4 + '@babel/parser': 7.24.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 convert-source-map: 2.0.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -20334,95 +20334,95 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/eslint-parser@7.22.5(@babel/core@7.22.5)(eslint@8.54.0)": + '@babel/eslint-parser@7.22.5(@babel/core@7.22.5)(eslint@8.54.0)': dependencies: - "@babel/core": 7.22.5 - "@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1 + '@babel/core': 7.22.5 + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 8.54.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 - "@babel/generator@7.22.5": + '@babel/generator@7.22.5': dependencies: - "@babel/types": 7.22.5 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@babel/types': 7.22.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 - "@babel/generator@7.23.4": + '@babel/generator@7.23.4': dependencies: - "@babel/types": 7.23.9 - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.20 + '@babel/types': 7.23.9 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 - "@babel/generator@7.24.4": + '@babel/generator@7.24.4': dependencies: - "@babel/types": 7.24.0 - "@jridgewell/gen-mapping": 0.3.5 - "@jridgewell/trace-mapping": 0.3.25 + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - "@babel/helper-annotate-as-pure@7.22.5": + '@babel/helper-annotate-as-pure@7.22.5': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@babel/helper-builder-binary-assignment-operator-visitor@7.22.5": + '@babel/helper-builder-binary-assignment-operator-visitor@7.22.5': dependencies: - "@babel/types": 7.24.0 + '@babel/types': 7.24.0 - "@babel/helper-compilation-targets@7.22.15": + '@babel/helper-compilation-targets@7.22.15': dependencies: - "@babel/compat-data": 7.23.3 - "@babel/helper-validator-option": 7.22.15 + '@babel/compat-data': 7.23.3 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 - "@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5)": + '@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/compat-data": 7.22.5 - "@babel/core": 7.22.5 - "@babel/helper-validator-option": 7.22.5 + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-validator-option': 7.22.5 browserslist: 4.22.1 lru-cache: 5.1.1 semver: 6.3.1 - "@babel/helper-compilation-targets@7.23.6": + '@babel/helper-compilation-targets@7.23.6': dependencies: - "@babel/compat-data": 7.24.4 - "@babel/helper-validator-option": 7.23.5 + '@babel/compat-data': 7.24.4 + '@babel/helper-validator-option': 7.23.5 browserslist: 4.23.0 lru-cache: 5.1.1 semver: 6.3.1 - "@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.22.5)": - dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 + '@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.1 transitivePeerDependencies: - supports-color - "@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.22.5)": + '@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 - "@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.5)": + '@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -20430,799 +20430,799 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/helper-environment-visitor@7.22.20": {} + '@babel/helper-environment-visitor@7.22.20': {} - "@babel/helper-environment-visitor@7.22.5": {} + '@babel/helper-environment-visitor@7.22.5': {} - "@babel/helper-function-name@7.22.5": + '@babel/helper-function-name@7.22.5': dependencies: - "@babel/template": 7.22.5 - "@babel/types": 7.24.0 + '@babel/template': 7.22.5 + '@babel/types': 7.24.0 - "@babel/helper-function-name@7.23.0": + '@babel/helper-function-name@7.23.0': dependencies: - "@babel/template": 7.22.15 - "@babel/types": 7.24.0 + '@babel/template': 7.22.15 + '@babel/types': 7.24.0 - "@babel/helper-hoist-variables@7.22.5": + '@babel/helper-hoist-variables@7.22.5': dependencies: - "@babel/types": 7.24.0 + '@babel/types': 7.24.0 - "@babel/helper-member-expression-to-functions@7.22.5": + '@babel/helper-member-expression-to-functions@7.22.5': dependencies: - "@babel/types": 7.24.0 + '@babel/types': 7.24.0 - "@babel/helper-module-imports@7.22.15": + '@babel/helper-module-imports@7.22.15': dependencies: - "@babel/types": 7.23.9 + '@babel/types': 7.23.9 - "@babel/helper-module-imports@7.22.5": + '@babel/helper-module-imports@7.22.5': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@babel/helper-module-transforms@7.22.5": + '@babel/helper-module-transforms@7.22.5': dependencies: - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3)": + '@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3)': dependencies: - "@babel/core": 7.23.3 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 - "@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)": + '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-simple-access": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 - "@babel/helper-optimise-call-expression@7.22.5": + '@babel/helper-optimise-call-expression@7.22.5': dependencies: - "@babel/types": 7.24.0 + '@babel/types': 7.24.0 - "@babel/helper-plugin-utils@7.22.5": {} + '@babel/helper-plugin-utils@7.22.5': {} - "@babel/helper-plugin-utils@7.24.0": {} + '@babel/helper-plugin-utils@7.24.0': {} - "@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.22.5)": + '@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-wrap-function": 7.22.5 - "@babel/types": 7.24.0 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.5 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color - "@babel/helper-replace-supers@7.22.5": + '@babel/helper-replace-supers@7.22.5': dependencies: - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-member-expression-to-functions": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/helper-simple-access@7.22.5": + '@babel/helper-simple-access@7.22.5': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers@7.22.5": + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@babel/helper-split-export-declaration@7.22.5": + '@babel/helper-split-export-declaration@7.22.5': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@babel/helper-split-export-declaration@7.22.6": + '@babel/helper-split-export-declaration@7.22.6': dependencies: - "@babel/types": 7.23.9 + '@babel/types': 7.23.9 - "@babel/helper-string-parser@7.22.5": {} + '@babel/helper-string-parser@7.22.5': {} - "@babel/helper-string-parser@7.23.4": {} + '@babel/helper-string-parser@7.23.4': {} - "@babel/helper-validator-identifier@7.22.20": {} + '@babel/helper-validator-identifier@7.22.20': {} - "@babel/helper-validator-identifier@7.22.5": {} + '@babel/helper-validator-identifier@7.22.5': {} - "@babel/helper-validator-option@7.22.15": {} + '@babel/helper-validator-option@7.22.15': {} - "@babel/helper-validator-option@7.22.5": {} + '@babel/helper-validator-option@7.22.5': {} - "@babel/helper-validator-option@7.23.5": {} + '@babel/helper-validator-option@7.23.5': {} - "@babel/helper-wrap-function@7.22.5": + '@babel/helper-wrap-function@7.22.5': dependencies: - "@babel/helper-function-name": 7.22.5 - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.24.0 + '@babel/helper-function-name': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color - "@babel/helpers@7.22.5": + '@babel/helpers@7.22.5': dependencies: - "@babel/template": 7.22.5 - "@babel/traverse": 7.22.5 - "@babel/types": 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/helpers@7.23.4": + '@babel/helpers@7.23.4': dependencies: - "@babel/template": 7.22.15 - "@babel/traverse": 7.23.4 - "@babel/types": 7.24.0 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.4 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color - "@babel/helpers@7.24.4": + '@babel/helpers@7.24.4': dependencies: - "@babel/template": 7.24.0 - "@babel/traverse": 7.24.1 - "@babel/types": 7.24.0 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color - "@babel/highlight@7.22.5": + '@babel/highlight@7.22.5': dependencies: - "@babel/helper-validator-identifier": 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 - "@babel/highlight@7.23.4": + '@babel/highlight@7.23.4': dependencies: - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 - "@babel/highlight@7.24.2": + '@babel/highlight@7.24.2': dependencies: - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.0 - "@babel/parser@7.22.5": + '@babel/parser@7.22.5': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@babel/parser@7.23.4": + '@babel/parser@7.23.4': dependencies: - "@babel/types": 7.24.0 + '@babel/types': 7.24.0 - "@babel/parser@7.23.9": + '@babel/parser@7.23.9': dependencies: - "@babel/types": 7.23.4 + '@babel/types': 7.23.4 - "@babel/parser@7.24.4": + '@babel/parser@7.24.4': dependencies: - "@babel/types": 7.24.0 + '@babel/types': 7.24.0 - ? "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - ? "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-transform-optional-chaining": 7.22.5(@babel/core@7.22.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.22.5(@babel/core@7.22.5) - "@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.5)": + '@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 - "@babel/plugin-syntax-decorators": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - ? "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.5) + '@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.5)": + '@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) - "@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.5)": + '@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.5)': dependencies: - "@babel/compat-data": 7.22.5 - "@babel/core": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.5) + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) - "@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.5)": + '@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.5)": + '@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - ? "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - - ? "@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.5) + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + + '@babel/plugin-proposal-private-property-in-object@7.21.11(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - "@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.5)": + '@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.5)": + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.4)": + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.4)": + '@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.5)": + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4)": + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.24.0 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 - "@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5)": + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4)": + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4)": + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.24.0 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 - ? "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - ? "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.4)" - : dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4)": + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.5)": + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4)": + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4)": + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4)": + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.5)": + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4)": + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4)": + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.24.4)": + '@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5)": + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - ? "@babel/plugin-transform-async-generator-functions@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.5) + '@babel/plugin-transform-async-generator-functions@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - "@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-remap-async-to-generator": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - "@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - "@babel/plugin-transform-classes@7.22.5(@babel/core@7.22.5)": - dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-optimise-call-expression": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 + '@babel/plugin-transform-classes@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 globals: 11.12.0 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/template": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 - "@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) - "@babel/helper-function-name": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - ? "@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.5) + '@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) - ? "@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-simple-access": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-module-transforms": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - ? "@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - ? "@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) - "@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/compat-data": 7.22.5 - "@babel/core": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.5) + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-replace-supers": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 transitivePeerDependencies: - supports-color - "@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-optional-chaining@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-optional-chaining@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - ? "@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.5)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.5) + '@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - "@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.24.4)": + '@babel/plugin-transform-react-jsx-self@7.24.1(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 - "@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.4)": + '@babel/plugin-transform-react-jsx-source@7.24.1(@babel/core@7.24.4)': dependencies: - "@babel/core": 7.24.4 - "@babel/helper-plugin-utils": 7.24.0 + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 - "@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.5) - "@babel/types": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/types': 7.22.5 - "@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5)": + '@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-module-imports": 7.22.15 - "@babel/helper-plugin-utils": 7.24.0 - "@babel/plugin-syntax-jsx": 7.23.3(@babel/core@7.22.5) - "@babel/types": 7.24.0 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.22.5) + '@babel/types': 7.24.0 - "@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.1 - "@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-runtime@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-runtime@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5) babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5) babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5) @@ -21230,143 +21230,143 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - "@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - "@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.5)": + '@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-annotate-as-pure": 7.22.5 - "@babel/helper-create-class-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - "@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.22.5)": - dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.5)": - dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.5)": - dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.5)": - dependencies: - "@babel/core": 7.22.5 - "@babel/helper-create-regexp-features-plugin": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - - "@babel/preset-env@7.22.5(@babel/core@7.22.5)": - dependencies: - "@babel/compat-data": 7.22.5 - "@babel/core": 7.22.5 - "@babel/helper-compilation-targets": 7.22.5(@babel/core@7.22.5) - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5) - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.5) - "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.22.5) - "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-syntax-import-attributes": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.5) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.5) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.22.5) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.5) - "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.22.5) - "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-async-generator-functions": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-async-to-generator": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-block-scoping": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-class-properties": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-class-static-block": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-classes": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-destructuring": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-duplicate-keys": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-dynamic-import": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-exponentiation-operator": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-export-namespace-from": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-json-strings": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-logical-assignment-operators": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-modules-amd": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-modules-systemjs": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-modules-umd": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-new-target": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-nullish-coalescing-operator": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-numeric-separator": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-object-rest-spread": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-optional-catch-binding": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-optional-chaining": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-private-methods": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-private-property-in-object": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-regenerator": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-reserved-words": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-sticky-regex": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-typeof-symbol": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-unicode-escapes": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-unicode-property-regex": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-unicode-regex": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-unicode-sets-regex": 7.22.5(@babel/core@7.22.5) - "@babel/preset-modules": 0.1.5(@babel/core@7.22.5) - "@babel/types": 7.22.5 + '@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + + '@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + + '@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + + '@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + + '@babel/preset-env@7.22.5(@babel/core@7.22.5)': + dependencies: + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-async-generator-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-optional-chaining': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-escapes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.5) + '@babel/preset-modules': 0.1.5(@babel/core@7.22.5) + '@babel/types': 7.22.5 babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5) babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5) babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5) @@ -21375,148 +21375,148 @@ snapshots: transitivePeerDependencies: - supports-color - "@babel/preset-modules@0.1.5(@babel/core@7.22.5)": + '@babel/preset-modules@0.1.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.22.5) - "@babel/plugin-transform-dotall-regex": 7.22.5(@babel/core@7.22.5) - "@babel/types": 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.5) + '@babel/types': 7.22.5 esutils: 2.0.3 - "@babel/preset-react@7.22.5(@babel/core@7.22.5)": + '@babel/preset-react@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-react-jsx-development": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-react-pure-annotations": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.22.5) - "@babel/preset-typescript@7.22.5(@babel/core@7.22.5)": + '@babel/preset-typescript@7.22.5(@babel/core@7.22.5)': dependencies: - "@babel/core": 7.22.5 - "@babel/helper-plugin-utils": 7.22.5 - "@babel/helper-validator-option": 7.22.5 - "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-typescript": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - "@babel/regjsgen@0.8.0": {} + '@babel/regjsgen@0.8.0': {} - "@babel/runtime-corejs3@7.22.5": + '@babel/runtime-corejs3@7.22.5': dependencies: core-js-pure: 3.31.0 regenerator-runtime: 0.13.11 - "@babel/runtime@7.22.5": + '@babel/runtime@7.22.5': dependencies: regenerator-runtime: 0.13.11 - "@babel/runtime@7.23.4": + '@babel/runtime@7.23.4': dependencies: regenerator-runtime: 0.14.0 - "@babel/template@7.22.15": + '@babel/template@7.22.15': dependencies: - "@babel/code-frame": 7.23.4 - "@babel/parser": 7.23.9 - "@babel/types": 7.23.9 + '@babel/code-frame': 7.23.4 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 - "@babel/template@7.22.5": + '@babel/template@7.22.5': dependencies: - "@babel/code-frame": 7.22.5 - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 - "@babel/template@7.24.0": + '@babel/template@7.24.0': dependencies: - "@babel/code-frame": 7.24.2 - "@babel/parser": 7.24.4 - "@babel/types": 7.24.0 + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.4 + '@babel/types': 7.24.0 - "@babel/traverse@7.22.5": + '@babel/traverse@7.22.5': dependencies: - "@babel/code-frame": 7.22.5 - "@babel/generator": 7.22.5 - "@babel/helper-environment-visitor": 7.22.5 - "@babel/helper-function-name": 7.22.5 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.5 - "@babel/parser": 7.24.4 - "@babel/types": 7.24.0 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/parser': 7.24.4 + '@babel/types': 7.24.0 debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - "@babel/traverse@7.23.4": + '@babel/traverse@7.23.4': dependencies: - "@babel/code-frame": 7.23.4 - "@babel/generator": 7.23.4 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.23.4 - "@babel/types": 7.23.4 + '@babel/code-frame': 7.23.4 + '@babel/generator': 7.23.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.23.4 + '@babel/types': 7.23.4 debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - "@babel/traverse@7.24.1": + '@babel/traverse@7.24.1': dependencies: - "@babel/code-frame": 7.24.2 - "@babel/generator": 7.24.4 - "@babel/helper-environment-visitor": 7.22.20 - "@babel/helper-function-name": 7.23.0 - "@babel/helper-hoist-variables": 7.22.5 - "@babel/helper-split-export-declaration": 7.22.6 - "@babel/parser": 7.24.4 - "@babel/types": 7.24.0 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.24.4 + '@babel/types': 7.24.0 debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - "@babel/types@7.22.5": + '@babel/types@7.22.5': dependencies: - "@babel/helper-string-parser": 7.22.5 - "@babel/helper-validator-identifier": 7.22.5 + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 - "@babel/types@7.23.4": + '@babel/types@7.23.4': dependencies: - "@babel/helper-string-parser": 7.23.4 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - "@babel/types@7.23.9": + '@babel/types@7.23.9': dependencies: - "@babel/helper-string-parser": 7.23.4 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - "@babel/types@7.24.0": + '@babel/types@7.24.0': dependencies: - "@babel/helper-string-parser": 7.23.4 - "@babel/helper-validator-identifier": 7.22.20 + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - "@bcoe/v8-coverage@0.2.3": {} + '@bcoe/v8-coverage@0.2.3': {} - "@changesets/apply-release-plan@7.0.0": + '@changesets/apply-release-plan@7.0.0': dependencies: - "@babel/runtime": 7.23.4 - "@changesets/config": 3.0.0 - "@changesets/get-version-range-type": 0.4.0 - "@changesets/git": 3.0.0 - "@changesets/types": 6.0.0 - "@manypkg/get-packages": 1.1.3 + '@babel/runtime': 7.23.4 + '@changesets/config': 3.0.0 + '@changesets/get-version-range-type': 0.4.0 + '@changesets/git': 3.0.0 + '@changesets/types': 6.0.0 + '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 fs-extra: 7.0.1 lodash.startcase: 4.4.0 @@ -21525,37 +21525,37 @@ snapshots: resolve-from: 5.0.0 semver: 7.5.4 - "@changesets/assemble-release-plan@6.0.0": + '@changesets/assemble-release-plan@6.0.0': dependencies: - "@babel/runtime": 7.23.4 - "@changesets/errors": 0.2.0 - "@changesets/get-dependents-graph": 2.0.0 - "@changesets/types": 6.0.0 - "@manypkg/get-packages": 1.1.3 + '@babel/runtime': 7.23.4 + '@changesets/errors': 0.2.0 + '@changesets/get-dependents-graph': 2.0.0 + '@changesets/types': 6.0.0 + '@manypkg/get-packages': 1.1.3 semver: 7.5.4 - "@changesets/changelog-git@0.2.0": - dependencies: - "@changesets/types": 6.0.0 - - "@changesets/cli@2.27.1": - dependencies: - "@babel/runtime": 7.23.4 - "@changesets/apply-release-plan": 7.0.0 - "@changesets/assemble-release-plan": 6.0.0 - "@changesets/changelog-git": 0.2.0 - "@changesets/config": 3.0.0 - "@changesets/errors": 0.2.0 - "@changesets/get-dependents-graph": 2.0.0 - "@changesets/get-release-plan": 4.0.0 - "@changesets/git": 3.0.0 - "@changesets/logger": 0.1.0 - "@changesets/pre": 2.0.0 - "@changesets/read": 0.6.0 - "@changesets/types": 6.0.0 - "@changesets/write": 0.3.0 - "@manypkg/get-packages": 1.1.3 - "@types/semver": 7.5.4 + '@changesets/changelog-git@0.2.0': + dependencies: + '@changesets/types': 6.0.0 + + '@changesets/cli@2.27.1': + dependencies: + '@babel/runtime': 7.23.4 + '@changesets/apply-release-plan': 7.0.0 + '@changesets/assemble-release-plan': 6.0.0 + '@changesets/changelog-git': 0.2.0 + '@changesets/config': 3.0.0 + '@changesets/errors': 0.2.0 + '@changesets/get-dependents-graph': 2.0.0 + '@changesets/get-release-plan': 4.0.0 + '@changesets/git': 3.0.0 + '@changesets/logger': 0.1.0 + '@changesets/pre': 2.0.0 + '@changesets/read': 0.6.0 + '@changesets/types': 6.0.0 + '@changesets/write': 0.3.0 + '@manypkg/get-packages': 1.1.3 + '@types/semver': 7.5.4 ansi-colors: 4.1.3 chalk: 2.4.2 ci-info: 3.8.0 @@ -21573,209 +21573,209 @@ snapshots: term-size: 2.2.1 tty-table: 4.2.1 - "@changesets/config@3.0.0": + '@changesets/config@3.0.0': dependencies: - "@changesets/errors": 0.2.0 - "@changesets/get-dependents-graph": 2.0.0 - "@changesets/logger": 0.1.0 - "@changesets/types": 6.0.0 - "@manypkg/get-packages": 1.1.3 + '@changesets/errors': 0.2.0 + '@changesets/get-dependents-graph': 2.0.0 + '@changesets/logger': 0.1.0 + '@changesets/types': 6.0.0 + '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 micromatch: 4.0.5 - "@changesets/errors@0.2.0": + '@changesets/errors@0.2.0': dependencies: extendable-error: 0.1.7 - "@changesets/get-dependents-graph@2.0.0": + '@changesets/get-dependents-graph@2.0.0': dependencies: - "@changesets/types": 6.0.0 - "@manypkg/get-packages": 1.1.3 + '@changesets/types': 6.0.0 + '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 semver: 7.5.4 - "@changesets/get-github-info@0.5.2": + '@changesets/get-github-info@0.5.2': dependencies: dataloader: 1.4.0 node-fetch: 2.7.0 transitivePeerDependencies: - encoding - "@changesets/get-release-plan@4.0.0": + '@changesets/get-release-plan@4.0.0': dependencies: - "@babel/runtime": 7.23.4 - "@changesets/assemble-release-plan": 6.0.0 - "@changesets/config": 3.0.0 - "@changesets/pre": 2.0.0 - "@changesets/read": 0.6.0 - "@changesets/types": 6.0.0 - "@manypkg/get-packages": 1.1.3 + '@babel/runtime': 7.23.4 + '@changesets/assemble-release-plan': 6.0.0 + '@changesets/config': 3.0.0 + '@changesets/pre': 2.0.0 + '@changesets/read': 0.6.0 + '@changesets/types': 6.0.0 + '@manypkg/get-packages': 1.1.3 - "@changesets/get-version-range-type@0.4.0": {} + '@changesets/get-version-range-type@0.4.0': {} - "@changesets/git@3.0.0": + '@changesets/git@3.0.0': dependencies: - "@babel/runtime": 7.23.4 - "@changesets/errors": 0.2.0 - "@changesets/types": 6.0.0 - "@manypkg/get-packages": 1.1.3 + '@babel/runtime': 7.23.4 + '@changesets/errors': 0.2.0 + '@changesets/types': 6.0.0 + '@manypkg/get-packages': 1.1.3 is-subdir: 1.2.0 micromatch: 4.0.5 spawndamnit: 2.0.0 - "@changesets/logger@0.1.0": + '@changesets/logger@0.1.0': dependencies: chalk: 2.4.2 - "@changesets/parse@0.4.0": + '@changesets/parse@0.4.0': dependencies: - "@changesets/types": 6.0.0 + '@changesets/types': 6.0.0 js-yaml: 3.14.1 - "@changesets/pre@2.0.0": + '@changesets/pre@2.0.0': dependencies: - "@babel/runtime": 7.23.4 - "@changesets/errors": 0.2.0 - "@changesets/types": 6.0.0 - "@manypkg/get-packages": 1.1.3 + '@babel/runtime': 7.23.4 + '@changesets/errors': 0.2.0 + '@changesets/types': 6.0.0 + '@manypkg/get-packages': 1.1.3 fs-extra: 7.0.1 - "@changesets/read@0.6.0": + '@changesets/read@0.6.0': dependencies: - "@babel/runtime": 7.23.4 - "@changesets/git": 3.0.0 - "@changesets/logger": 0.1.0 - "@changesets/parse": 0.4.0 - "@changesets/types": 6.0.0 + '@babel/runtime': 7.23.4 + '@changesets/git': 3.0.0 + '@changesets/logger': 0.1.0 + '@changesets/parse': 0.4.0 + '@changesets/types': 6.0.0 chalk: 2.4.2 fs-extra: 7.0.1 p-filter: 2.1.0 - "@changesets/types@4.1.0": {} + '@changesets/types@4.1.0': {} - "@changesets/types@6.0.0": {} + '@changesets/types@6.0.0': {} - "@changesets/write@0.3.0": + '@changesets/write@0.3.0': dependencies: - "@babel/runtime": 7.23.4 - "@changesets/types": 6.0.0 + '@babel/runtime': 7.23.4 + '@changesets/types': 6.0.0 fs-extra: 7.0.1 human-id: 1.0.2 prettier: 2.8.8 - "@cspotcode/source-map-support@0.8.1": + '@cspotcode/source-map-support@0.8.1': dependencies: - "@jridgewell/trace-mapping": 0.3.9 + '@jridgewell/trace-mapping': 0.3.9 - "@csstools/normalize.css@12.0.0": {} + '@csstools/normalize.css@12.0.0': {} - "@csstools/postcss-cascade-layers@1.1.1(postcss@8.4.33)": + '@csstools/postcss-cascade-layers@1.1.1(postcss@8.4.33)': dependencies: - "@csstools/selector-specificity": 2.2.0(postcss-selector-parser@6.0.13) + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) postcss: 8.4.33 postcss-selector-parser: 6.0.13 - "@csstools/postcss-color-function@1.1.1(postcss@8.4.33)": + '@csstools/postcss-color-function@1.1.1(postcss@8.4.33)': dependencies: - "@csstools/postcss-progressive-custom-properties": 1.3.0(postcss@8.4.33) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.33) postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-font-format-keywords@1.0.1(postcss@8.4.33)": + '@csstools/postcss-font-format-keywords@1.0.1(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-hwb-function@1.0.2(postcss@8.4.33)": + '@csstools/postcss-hwb-function@1.0.2(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-ic-unit@1.0.1(postcss@8.4.33)": + '@csstools/postcss-ic-unit@1.0.1(postcss@8.4.33)': dependencies: - "@csstools/postcss-progressive-custom-properties": 1.3.0(postcss@8.4.33) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.33) postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-is-pseudo-class@2.0.7(postcss@8.4.33)": + '@csstools/postcss-is-pseudo-class@2.0.7(postcss@8.4.33)': dependencies: - "@csstools/selector-specificity": 2.2.0(postcss-selector-parser@6.0.13) + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) postcss: 8.4.33 postcss-selector-parser: 6.0.13 - "@csstools/postcss-nested-calc@1.0.0(postcss@8.4.33)": + '@csstools/postcss-nested-calc@1.0.0(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-normalize-display-values@1.0.1(postcss@8.4.33)": + '@csstools/postcss-normalize-display-values@1.0.1(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-oklab-function@1.1.1(postcss@8.4.33)": + '@csstools/postcss-oklab-function@1.1.1(postcss@8.4.33)': dependencies: - "@csstools/postcss-progressive-custom-properties": 1.3.0(postcss@8.4.33) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.33) postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.33)": + '@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-stepped-value-functions@1.0.1(postcss@8.4.33)": + '@csstools/postcss-stepped-value-functions@1.0.1(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-text-decoration-shorthand@1.0.0(postcss@8.4.33)": + '@csstools/postcss-text-decoration-shorthand@1.0.0(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-trigonometric-functions@1.0.2(postcss@8.4.33)": + '@csstools/postcss-trigonometric-functions@1.0.2(postcss@8.4.33)': dependencies: postcss: 8.4.33 postcss-value-parser: 4.2.0 - "@csstools/postcss-unset-value@1.0.2(postcss@8.4.33)": + '@csstools/postcss-unset-value@1.0.2(postcss@8.4.33)': dependencies: postcss: 8.4.33 - "@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.13)": + '@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.13)': dependencies: postcss-selector-parser: 6.0.13 - "@docsearch/css@3.5.2": {} + '@docsearch/css@3.5.2': {} - ? "@docsearch/js@3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)" - : dependencies: - "@docsearch/react": 3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0) + '@docsearch/js@3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)': + dependencies: + '@docsearch/react': 3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0) preact: 10.15.1 transitivePeerDependencies: - - "@algolia/client-search" - - "@types/react" + - '@algolia/client-search' + - '@types/react' - react - react-dom - search-insights - ? "@docsearch/react@3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)" - : dependencies: - "@algolia/autocomplete-core": 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0) - "@algolia/autocomplete-preset-algolia": 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) - "@docsearch/css": 3.5.2 + '@docsearch/react@3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)': + dependencies: + '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1)(search-insights@2.11.0) + '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.22.1)(algoliasearch@4.22.1) + '@docsearch/css': 3.5.2 algoliasearch: 4.22.1 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) search-insights: 2.11.0 transitivePeerDependencies: - - "@algolia/client-search" + - '@algolia/client-search' - "@ericcornelissen/bash-parser@0.5.2": + '@ericcornelissen/bash-parser@0.5.2': dependencies: array-last: 1.3.0 babylon: 6.18.0 @@ -21797,302 +21797,302 @@ snapshots: to-pascal-case: 1.0.0 unescape-js: 1.1.4 - "@es-joy/jsdoccomment@0.40.1": + '@es-joy/jsdoccomment@0.40.1': dependencies: comment-parser: 1.4.0 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 - "@esbuild/aix-ppc64@0.19.12": + '@esbuild/aix-ppc64@0.19.12': optional: true - "@esbuild/aix-ppc64@0.20.2": + '@esbuild/aix-ppc64@0.20.2': optional: true - "@esbuild/android-arm64@0.17.19": + '@esbuild/android-arm64@0.17.19': optional: true - "@esbuild/android-arm64@0.19.12": + '@esbuild/android-arm64@0.19.12': optional: true - "@esbuild/android-arm64@0.19.3": + '@esbuild/android-arm64@0.19.3': optional: true - "@esbuild/android-arm64@0.20.2": + '@esbuild/android-arm64@0.20.2': optional: true - "@esbuild/android-arm@0.17.19": + '@esbuild/android-arm@0.17.19': optional: true - "@esbuild/android-arm@0.19.12": + '@esbuild/android-arm@0.19.12': optional: true - "@esbuild/android-arm@0.19.3": + '@esbuild/android-arm@0.19.3': optional: true - "@esbuild/android-arm@0.20.2": + '@esbuild/android-arm@0.20.2': optional: true - "@esbuild/android-x64@0.17.19": + '@esbuild/android-x64@0.17.19': optional: true - "@esbuild/android-x64@0.19.12": + '@esbuild/android-x64@0.19.12': optional: true - "@esbuild/android-x64@0.19.3": + '@esbuild/android-x64@0.19.3': optional: true - "@esbuild/android-x64@0.20.2": + '@esbuild/android-x64@0.20.2': optional: true - "@esbuild/darwin-arm64@0.17.19": + '@esbuild/darwin-arm64@0.17.19': optional: true - "@esbuild/darwin-arm64@0.19.12": + '@esbuild/darwin-arm64@0.19.12': optional: true - "@esbuild/darwin-arm64@0.19.3": + '@esbuild/darwin-arm64@0.19.3': optional: true - "@esbuild/darwin-arm64@0.20.2": + '@esbuild/darwin-arm64@0.20.2': optional: true - "@esbuild/darwin-x64@0.17.19": + '@esbuild/darwin-x64@0.17.19': optional: true - "@esbuild/darwin-x64@0.19.12": + '@esbuild/darwin-x64@0.19.12': optional: true - "@esbuild/darwin-x64@0.19.3": + '@esbuild/darwin-x64@0.19.3': optional: true - "@esbuild/darwin-x64@0.20.2": + '@esbuild/darwin-x64@0.20.2': optional: true - "@esbuild/freebsd-arm64@0.17.19": + '@esbuild/freebsd-arm64@0.17.19': optional: true - "@esbuild/freebsd-arm64@0.19.12": + '@esbuild/freebsd-arm64@0.19.12': optional: true - "@esbuild/freebsd-arm64@0.19.3": + '@esbuild/freebsd-arm64@0.19.3': optional: true - "@esbuild/freebsd-arm64@0.20.2": + '@esbuild/freebsd-arm64@0.20.2': optional: true - "@esbuild/freebsd-x64@0.17.19": + '@esbuild/freebsd-x64@0.17.19': optional: true - "@esbuild/freebsd-x64@0.19.12": + '@esbuild/freebsd-x64@0.19.12': optional: true - "@esbuild/freebsd-x64@0.19.3": + '@esbuild/freebsd-x64@0.19.3': optional: true - "@esbuild/freebsd-x64@0.20.2": + '@esbuild/freebsd-x64@0.20.2': optional: true - "@esbuild/linux-arm64@0.17.19": + '@esbuild/linux-arm64@0.17.19': optional: true - "@esbuild/linux-arm64@0.19.12": + '@esbuild/linux-arm64@0.19.12': optional: true - "@esbuild/linux-arm64@0.19.3": + '@esbuild/linux-arm64@0.19.3': optional: true - "@esbuild/linux-arm64@0.20.2": + '@esbuild/linux-arm64@0.20.2': optional: true - "@esbuild/linux-arm@0.17.19": + '@esbuild/linux-arm@0.17.19': optional: true - "@esbuild/linux-arm@0.19.12": + '@esbuild/linux-arm@0.19.12': optional: true - "@esbuild/linux-arm@0.19.3": + '@esbuild/linux-arm@0.19.3': optional: true - "@esbuild/linux-arm@0.20.2": + '@esbuild/linux-arm@0.20.2': optional: true - "@esbuild/linux-ia32@0.17.19": + '@esbuild/linux-ia32@0.17.19': optional: true - "@esbuild/linux-ia32@0.19.12": + '@esbuild/linux-ia32@0.19.12': optional: true - "@esbuild/linux-ia32@0.19.3": + '@esbuild/linux-ia32@0.19.3': optional: true - "@esbuild/linux-ia32@0.20.2": + '@esbuild/linux-ia32@0.20.2': optional: true - "@esbuild/linux-loong64@0.17.19": + '@esbuild/linux-loong64@0.17.19': optional: true - "@esbuild/linux-loong64@0.19.12": + '@esbuild/linux-loong64@0.19.12': optional: true - "@esbuild/linux-loong64@0.19.3": + '@esbuild/linux-loong64@0.19.3': optional: true - "@esbuild/linux-loong64@0.20.2": + '@esbuild/linux-loong64@0.20.2': optional: true - "@esbuild/linux-mips64el@0.17.19": + '@esbuild/linux-mips64el@0.17.19': optional: true - "@esbuild/linux-mips64el@0.19.12": + '@esbuild/linux-mips64el@0.19.12': optional: true - "@esbuild/linux-mips64el@0.19.3": + '@esbuild/linux-mips64el@0.19.3': optional: true - "@esbuild/linux-mips64el@0.20.2": + '@esbuild/linux-mips64el@0.20.2': optional: true - "@esbuild/linux-ppc64@0.17.19": + '@esbuild/linux-ppc64@0.17.19': optional: true - "@esbuild/linux-ppc64@0.19.12": + '@esbuild/linux-ppc64@0.19.12': optional: true - "@esbuild/linux-ppc64@0.19.3": + '@esbuild/linux-ppc64@0.19.3': optional: true - "@esbuild/linux-ppc64@0.20.2": + '@esbuild/linux-ppc64@0.20.2': optional: true - "@esbuild/linux-riscv64@0.17.19": + '@esbuild/linux-riscv64@0.17.19': optional: true - "@esbuild/linux-riscv64@0.19.12": + '@esbuild/linux-riscv64@0.19.12': optional: true - "@esbuild/linux-riscv64@0.19.3": + '@esbuild/linux-riscv64@0.19.3': optional: true - "@esbuild/linux-riscv64@0.20.2": + '@esbuild/linux-riscv64@0.20.2': optional: true - "@esbuild/linux-s390x@0.17.19": + '@esbuild/linux-s390x@0.17.19': optional: true - "@esbuild/linux-s390x@0.19.12": + '@esbuild/linux-s390x@0.19.12': optional: true - "@esbuild/linux-s390x@0.19.3": + '@esbuild/linux-s390x@0.19.3': optional: true - "@esbuild/linux-s390x@0.20.2": + '@esbuild/linux-s390x@0.20.2': optional: true - "@esbuild/linux-x64@0.17.19": + '@esbuild/linux-x64@0.17.19': optional: true - "@esbuild/linux-x64@0.19.12": + '@esbuild/linux-x64@0.19.12': optional: true - "@esbuild/linux-x64@0.19.3": + '@esbuild/linux-x64@0.19.3': optional: true - "@esbuild/linux-x64@0.20.2": + '@esbuild/linux-x64@0.20.2': optional: true - "@esbuild/netbsd-x64@0.17.19": + '@esbuild/netbsd-x64@0.17.19': optional: true - "@esbuild/netbsd-x64@0.19.12": + '@esbuild/netbsd-x64@0.19.12': optional: true - "@esbuild/netbsd-x64@0.19.3": + '@esbuild/netbsd-x64@0.19.3': optional: true - "@esbuild/netbsd-x64@0.20.2": + '@esbuild/netbsd-x64@0.20.2': optional: true - "@esbuild/openbsd-x64@0.17.19": + '@esbuild/openbsd-x64@0.17.19': optional: true - "@esbuild/openbsd-x64@0.19.12": + '@esbuild/openbsd-x64@0.19.12': optional: true - "@esbuild/openbsd-x64@0.19.3": + '@esbuild/openbsd-x64@0.19.3': optional: true - "@esbuild/openbsd-x64@0.20.2": + '@esbuild/openbsd-x64@0.20.2': optional: true - "@esbuild/sunos-x64@0.17.19": + '@esbuild/sunos-x64@0.17.19': optional: true - "@esbuild/sunos-x64@0.19.12": + '@esbuild/sunos-x64@0.19.12': optional: true - "@esbuild/sunos-x64@0.19.3": + '@esbuild/sunos-x64@0.19.3': optional: true - "@esbuild/sunos-x64@0.20.2": + '@esbuild/sunos-x64@0.20.2': optional: true - "@esbuild/win32-arm64@0.17.19": + '@esbuild/win32-arm64@0.17.19': optional: true - "@esbuild/win32-arm64@0.19.12": + '@esbuild/win32-arm64@0.19.12': optional: true - "@esbuild/win32-arm64@0.19.3": + '@esbuild/win32-arm64@0.19.3': optional: true - "@esbuild/win32-arm64@0.20.2": + '@esbuild/win32-arm64@0.20.2': optional: true - "@esbuild/win32-ia32@0.17.19": + '@esbuild/win32-ia32@0.17.19': optional: true - "@esbuild/win32-ia32@0.19.12": + '@esbuild/win32-ia32@0.19.12': optional: true - "@esbuild/win32-ia32@0.19.3": + '@esbuild/win32-ia32@0.19.3': optional: true - "@esbuild/win32-ia32@0.20.2": + '@esbuild/win32-ia32@0.20.2': optional: true - "@esbuild/win32-x64@0.17.19": + '@esbuild/win32-x64@0.17.19': optional: true - "@esbuild/win32-x64@0.19.12": + '@esbuild/win32-x64@0.19.12': optional: true - "@esbuild/win32-x64@0.19.3": + '@esbuild/win32-x64@0.19.3': optional: true - "@esbuild/win32-x64@0.20.2": + '@esbuild/win32-x64@0.20.2': optional: true - "@eslint-community/eslint-utils@4.4.0(eslint@8.38.0)": + '@eslint-community/eslint-utils@4.4.0(eslint@8.38.0)': dependencies: eslint: 8.38.0 eslint-visitor-keys: 3.4.3 - "@eslint-community/eslint-utils@4.4.0(eslint@8.52.0)": + '@eslint-community/eslint-utils@4.4.0(eslint@8.52.0)': dependencies: eslint: 8.52.0 eslint-visitor-keys: 3.4.3 - "@eslint-community/eslint-utils@4.4.0(eslint@8.54.0)": + '@eslint-community/eslint-utils@4.4.0(eslint@8.54.0)': dependencies: eslint: 8.54.0 eslint-visitor-keys: 3.4.3 - "@eslint-community/regexpp@4.10.0": {} + '@eslint-community/regexpp@4.10.0': {} - "@eslint-community/regexpp@4.5.1": {} + '@eslint-community/regexpp@4.5.1': {} - "@eslint/eslintrc@2.0.3": + '@eslint/eslintrc@2.0.3': dependencies: ajv: 6.12.6 debug: 4.3.4(supports-color@5.5.0) @@ -22106,7 +22106,7 @@ snapshots: transitivePeerDependencies: - supports-color - "@eslint/eslintrc@2.1.2": + '@eslint/eslintrc@2.1.2': dependencies: ajv: 6.12.6 debug: 4.3.4(supports-color@5.5.0) @@ -22120,7 +22120,7 @@ snapshots: transitivePeerDependencies: - supports-color - "@eslint/eslintrc@2.1.3": + '@eslint/eslintrc@2.1.3': dependencies: ajv: 6.12.6 debug: 4.3.4(supports-color@5.5.0) @@ -22134,50 +22134,50 @@ snapshots: transitivePeerDependencies: - supports-color - "@eslint/js@8.38.0": {} + '@eslint/js@8.38.0': {} - "@eslint/js@8.52.0": {} + '@eslint/js@8.52.0': {} - "@eslint/js@8.54.0": {} + '@eslint/js@8.54.0': {} - "@fastify/busboy@2.1.1": {} + '@fastify/busboy@2.1.1': {} - "@fuels/connectors@0.2.2(fuels@packages+fuels)": + '@fuels/connectors@0.2.2(fuels@packages+fuels)': dependencies: fuels: link:packages/fuels - ? "@fuels/react@0.18.1(@tanstack/react-query@5.29.2(react@18.2.0))(@types/react-dom@18.2.4)(@types/react@18.2.9)(fuels@packages+fuels)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)" - : dependencies: - "@radix-ui/react-dialog": 1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@tanstack/react-query": 5.29.2(react@18.2.0) + '@fuels/react@0.18.1(@tanstack/react-query@5.29.2(react@18.2.0))(@types/react-dom@18.2.4)(@types/react@18.2.9)(fuels@packages+fuels)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@tanstack/react-query': 5.29.2(react@18.2.0) events: 3.3.0 fuels: link:packages/fuels react: 18.2.0 transitivePeerDependencies: - - "@types/react" - - "@types/react-dom" + - '@types/react' + - '@types/react-dom' - react-dom - "@fuels/vm-asm@0.49.0": {} - - ? "@graphql-codegen/cli@2.13.7(@babel/core@7.22.5)(@types/node@20.11.13)(enquirer@2.3.6)(graphql@16.8.1)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2)" - : dependencies: - "@babel/generator": 7.23.4 - "@babel/template": 7.22.15 - "@babel/types": 7.23.9 - "@graphql-codegen/core": 2.6.2(graphql@16.8.1) - "@graphql-codegen/plugin-helpers": 2.7.2(graphql@16.8.1) - "@graphql-tools/apollo-engine-loader": 7.3.26(graphql@16.8.1) - "@graphql-tools/code-file-loader": 7.3.23(@babel/core@7.22.5)(graphql@16.8.1) - "@graphql-tools/git-loader": 7.3.0(@babel/core@7.22.5)(graphql@16.8.1) - "@graphql-tools/github-loader": 7.3.28(@babel/core@7.22.5)(@types/node@20.11.13)(graphql@16.8.1) - "@graphql-tools/graphql-file-loader": 7.5.17(graphql@16.8.1) - "@graphql-tools/json-file-loader": 7.4.18(graphql@16.8.1) - "@graphql-tools/load": 7.8.14(graphql@16.8.1) - "@graphql-tools/prisma-loader": 7.2.72(@types/node@20.11.13)(graphql@16.8.1) - "@graphql-tools/url-loader": 7.17.18(@types/node@20.11.13)(graphql@16.8.1) - "@graphql-tools/utils": 8.13.1(graphql@16.8.1) - "@whatwg-node/fetch": 0.3.2 + '@fuels/vm-asm@0.49.0': {} + + '@graphql-codegen/cli@2.13.7(@babel/core@7.22.5)(@types/node@20.11.13)(enquirer@2.3.6)(graphql@16.8.1)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2)': + dependencies: + '@babel/generator': 7.23.4 + '@babel/template': 7.22.15 + '@babel/types': 7.23.9 + '@graphql-codegen/core': 2.6.2(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.1) + '@graphql-tools/apollo-engine-loader': 7.3.26(graphql@16.8.1) + '@graphql-tools/code-file-loader': 7.3.23(@babel/core@7.22.5)(graphql@16.8.1) + '@graphql-tools/git-loader': 7.3.0(@babel/core@7.22.5)(graphql@16.8.1) + '@graphql-tools/github-loader': 7.3.28(@babel/core@7.22.5)(@types/node@20.11.13)(graphql@16.8.1) + '@graphql-tools/graphql-file-loader': 7.5.17(graphql@16.8.1) + '@graphql-tools/json-file-loader': 7.4.18(graphql@16.8.1) + '@graphql-tools/load': 7.8.14(graphql@16.8.1) + '@graphql-tools/prisma-loader': 7.2.72(@types/node@20.11.13)(graphql@16.8.1) + '@graphql-tools/url-loader': 7.17.18(@types/node@20.11.13)(graphql@16.8.1) + '@graphql-tools/utils': 8.13.1(graphql@16.8.1) + '@whatwg-node/fetch': 0.3.2 ansi-escapes: 4.3.2 chalk: 4.1.2 chokidar: 3.5.3 @@ -22200,10 +22200,10 @@ snapshots: yaml: 1.10.2 yargs: 17.7.2 transitivePeerDependencies: - - "@babel/core" - - "@swc/core" - - "@swc/wasm" - - "@types/node" + - '@babel/core' + - '@swc/core' + - '@swc/wasm' + - '@types/node' - bufferutil - encoding - enquirer @@ -22212,17 +22212,17 @@ snapshots: - typescript - utf-8-validate - "@graphql-codegen/core@2.6.2(graphql@16.8.1)": + '@graphql-codegen/core@2.6.2(graphql@16.8.1)': dependencies: - "@graphql-codegen/plugin-helpers": 2.7.2(graphql@16.8.1) - "@graphql-tools/schema": 9.0.19(graphql@16.8.1) - "@graphql-tools/utils": 8.13.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.1) + '@graphql-tools/schema': 9.0.19(graphql@16.8.1) + '@graphql-tools/utils': 8.13.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.4.1 - "@graphql-codegen/plugin-helpers@2.7.2(graphql@16.8.1)": + '@graphql-codegen/plugin-helpers@2.7.2(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 8.13.1(graphql@16.8.1) + '@graphql-tools/utils': 8.13.1(graphql@16.8.1) change-case-all: 1.0.14 common-tags: 1.8.2 graphql: 16.8.1 @@ -22230,9 +22230,9 @@ snapshots: lodash: 4.17.21 tslib: 2.4.1 - "@graphql-codegen/plugin-helpers@3.1.2(graphql@16.8.1)": + '@graphql-codegen/plugin-helpers@3.1.2(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 16.8.1 @@ -22240,17 +22240,17 @@ snapshots: lodash: 4.17.21 tslib: 2.4.1 - "@graphql-codegen/schema-ast@2.6.1(graphql@16.8.1)": + '@graphql-codegen/schema-ast@2.6.1(graphql@16.8.1)': dependencies: - "@graphql-codegen/plugin-helpers": 3.1.2(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.4.1 - ? "@graphql-codegen/typescript-generic-sdk@3.1.0(graphql-tag@2.12.6(graphql@16.8.1))(graphql@16.8.1)" - : dependencies: - "@graphql-codegen/plugin-helpers": 3.1.2(graphql@16.8.1) - "@graphql-codegen/visitor-plugin-common": 2.13.1(graphql@16.8.1) + '@graphql-codegen/typescript-generic-sdk@3.1.0(graphql-tag@2.12.6(graphql@16.8.1))(graphql@16.8.1)': + dependencies: + '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 2.13.1(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) @@ -22259,11 +22259,11 @@ snapshots: - encoding - supports-color - "@graphql-codegen/typescript-operations@2.5.5(graphql@16.8.1)": + '@graphql-codegen/typescript-operations@2.5.5(graphql@16.8.1)': dependencies: - "@graphql-codegen/plugin-helpers": 2.7.2(graphql@16.8.1) - "@graphql-codegen/typescript": 2.8.0(graphql@16.8.1) - "@graphql-codegen/visitor-plugin-common": 2.13.0(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.1) + '@graphql-codegen/typescript': 2.8.0(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 2.13.0(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 tslib: 2.4.1 @@ -22271,11 +22271,11 @@ snapshots: - encoding - supports-color - "@graphql-codegen/typescript@2.8.0(graphql@16.8.1)": + '@graphql-codegen/typescript@2.8.0(graphql@16.8.1)': dependencies: - "@graphql-codegen/plugin-helpers": 2.7.2(graphql@16.8.1) - "@graphql-codegen/schema-ast": 2.6.1(graphql@16.8.1) - "@graphql-codegen/visitor-plugin-common": 2.13.0(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.1) + '@graphql-codegen/schema-ast': 2.6.1(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 2.13.0(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 tslib: 2.4.1 @@ -22283,12 +22283,12 @@ snapshots: - encoding - supports-color - "@graphql-codegen/visitor-plugin-common@2.13.0(graphql@16.8.1)": + '@graphql-codegen/visitor-plugin-common@2.13.0(graphql@16.8.1)': dependencies: - "@graphql-codegen/plugin-helpers": 2.7.2(graphql@16.8.1) - "@graphql-tools/optimize": 1.4.0(graphql@16.8.1) - "@graphql-tools/relay-operation-optimizer": 6.5.18(graphql@16.8.1) - "@graphql-tools/utils": 8.13.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.1) + '@graphql-tools/optimize': 1.4.0(graphql@16.8.1) + '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.8.1) + '@graphql-tools/utils': 8.13.1(graphql@16.8.1) auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 @@ -22300,12 +22300,12 @@ snapshots: - encoding - supports-color - "@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.8.1)": + '@graphql-codegen/visitor-plugin-common@2.13.1(graphql@16.8.1)': dependencies: - "@graphql-codegen/plugin-helpers": 2.7.2(graphql@16.8.1) - "@graphql-tools/optimize": 1.4.0(graphql@16.8.1) - "@graphql-tools/relay-operation-optimizer": 6.5.18(graphql@16.8.1) - "@graphql-tools/utils": 8.13.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 2.7.2(graphql@16.8.1) + '@graphql-tools/optimize': 1.4.0(graphql@16.8.1) + '@graphql-tools/relay-operation-optimizer': 6.5.18(graphql@16.8.1) + '@graphql-tools/utils': 8.13.1(graphql@16.8.1) auto-bind: 4.0.0 change-case-all: 1.0.14 dependency-graph: 0.11.0 @@ -22317,52 +22317,52 @@ snapshots: - encoding - supports-color - "@graphql-tools/apollo-engine-loader@7.3.26(graphql@16.8.1)": + '@graphql-tools/apollo-engine-loader@7.3.26(graphql@16.8.1)': dependencies: - "@ardatan/sync-fetch": 0.0.1 - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@whatwg-node/fetch": 0.8.8 + '@ardatan/sync-fetch': 0.0.1 + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@whatwg-node/fetch': 0.8.8 graphql: 16.8.1 tslib: 2.6.0 transitivePeerDependencies: - encoding - "@graphql-tools/batch-execute@8.5.22(graphql@16.8.1)": + '@graphql-tools/batch-execute@8.5.22(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) dataloader: 2.2.2 graphql: 16.8.1 tslib: 2.6.0 value-or-promise: 1.0.12 - "@graphql-tools/code-file-loader@7.3.23(@babel/core@7.22.5)(graphql@16.8.1)": + '@graphql-tools/code-file-loader@7.3.23(@babel/core@7.22.5)(graphql@16.8.1)': dependencies: - "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.22.5)(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.5)(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.0 unixify: 1.0.0 transitivePeerDependencies: - - "@babel/core" + - '@babel/core' - supports-color - "@graphql-tools/delegate@9.0.35(graphql@16.8.1)": + '@graphql-tools/delegate@9.0.35(graphql@16.8.1)': dependencies: - "@graphql-tools/batch-execute": 8.5.22(graphql@16.8.1) - "@graphql-tools/executor": 0.0.20(graphql@16.8.1) - "@graphql-tools/schema": 9.0.19(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/batch-execute': 8.5.22(graphql@16.8.1) + '@graphql-tools/executor': 0.0.20(graphql@16.8.1) + '@graphql-tools/schema': 9.0.19(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) dataloader: 2.2.2 graphql: 16.8.1 tslib: 2.6.0 value-or-promise: 1.0.12 - "@graphql-tools/executor-graphql-ws@0.0.14(graphql@16.8.1)": + '@graphql-tools/executor-graphql-ws@0.0.14(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@repeaterjs/repeater": 3.0.4 - "@types/ws": 8.5.5 + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@repeaterjs/repeater': 3.0.4 + '@types/ws': 8.5.5 graphql: 16.8.1 graphql-ws: 5.12.1(graphql@16.8.1) isomorphic-ws: 5.0.0(ws@8.13.0) @@ -22372,11 +22372,11 @@ snapshots: - bufferutil - utf-8-validate - "@graphql-tools/executor-http@0.1.10(@types/node@20.11.13)(graphql@16.8.1)": + '@graphql-tools/executor-http@0.1.10(@types/node@20.11.13)(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@repeaterjs/repeater": 3.0.4 - "@whatwg-node/fetch": 0.8.8 + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@repeaterjs/repeater': 3.0.4 + '@whatwg-node/fetch': 0.8.8 dset: 3.1.2 extract-files: 11.0.0 graphql: 16.8.1 @@ -22384,12 +22384,12 @@ snapshots: tslib: 2.6.0 value-or-promise: 1.0.12 transitivePeerDependencies: - - "@types/node" + - '@types/node' - "@graphql-tools/executor-legacy-ws@0.0.11(graphql@16.8.1)": + '@graphql-tools/executor-legacy-ws@0.0.11(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@types/ws": 8.5.5 + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@types/ws': 8.5.5 graphql: 16.8.1 isomorphic-ws: 5.0.0(ws@8.13.0) tslib: 2.6.0 @@ -22398,107 +22398,107 @@ snapshots: - bufferutil - utf-8-validate - "@graphql-tools/executor@0.0.20(graphql@16.8.1)": + '@graphql-tools/executor@0.0.20(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.1) - "@repeaterjs/repeater": 3.0.4 + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) + '@repeaterjs/repeater': 3.0.4 graphql: 16.8.1 tslib: 2.6.0 value-or-promise: 1.0.12 - "@graphql-tools/git-loader@7.3.0(@babel/core@7.22.5)(graphql@16.8.1)": + '@graphql-tools/git-loader@7.3.0(@babel/core@7.22.5)(graphql@16.8.1)': dependencies: - "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.22.5)(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.5)(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 is-glob: 4.0.3 micromatch: 4.0.5 tslib: 2.6.0 unixify: 1.0.0 transitivePeerDependencies: - - "@babel/core" + - '@babel/core' - supports-color - ? "@graphql-tools/github-loader@7.3.28(@babel/core@7.22.5)(@types/node@20.11.13)(graphql@16.8.1)" - : dependencies: - "@ardatan/sync-fetch": 0.0.1 - "@graphql-tools/executor-http": 0.1.10(@types/node@20.11.13)(graphql@16.8.1) - "@graphql-tools/graphql-tag-pluck": 7.5.2(@babel/core@7.22.5)(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@whatwg-node/fetch": 0.8.8 + '@graphql-tools/github-loader@7.3.28(@babel/core@7.22.5)(@types/node@20.11.13)(graphql@16.8.1)': + dependencies: + '@ardatan/sync-fetch': 0.0.1 + '@graphql-tools/executor-http': 0.1.10(@types/node@20.11.13)(graphql@16.8.1) + '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.22.5)(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@whatwg-node/fetch': 0.8.8 graphql: 16.8.1 tslib: 2.6.0 value-or-promise: 1.0.12 transitivePeerDependencies: - - "@babel/core" - - "@types/node" + - '@babel/core' + - '@types/node' - encoding - supports-color - "@graphql-tools/graphql-file-loader@7.5.17(graphql@16.8.1)": + '@graphql-tools/graphql-file-loader@7.5.17(graphql@16.8.1)': dependencies: - "@graphql-tools/import": 6.7.18(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/import': 6.7.18(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.0 unixify: 1.0.0 - "@graphql-tools/graphql-tag-pluck@7.5.2(@babel/core@7.22.5)(graphql@16.8.1)": + '@graphql-tools/graphql-tag-pluck@7.5.2(@babel/core@7.22.5)(graphql@16.8.1)': dependencies: - "@babel/parser": 7.23.9 - "@babel/plugin-syntax-import-assertions": 7.22.5(@babel/core@7.22.5) - "@babel/traverse": 7.23.4 - "@babel/types": 7.23.9 - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@babel/parser': 7.23.9 + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.5) + '@babel/traverse': 7.23.4 + '@babel/types': 7.23.9 + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.0 transitivePeerDependencies: - - "@babel/core" + - '@babel/core' - supports-color - "@graphql-tools/import@6.7.18(graphql@16.8.1)": + '@graphql-tools/import@6.7.18(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 resolve-from: 5.0.0 tslib: 2.6.0 - "@graphql-tools/json-file-loader@7.4.18(graphql@16.8.1)": + '@graphql-tools/json-file-loader@7.4.18(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.0 unixify: 1.0.0 - "@graphql-tools/load@7.8.14(graphql@16.8.1)": + '@graphql-tools/load@7.8.14(graphql@16.8.1)': dependencies: - "@graphql-tools/schema": 9.0.19(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/schema': 9.0.19(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 p-limit: 3.1.0 tslib: 2.6.0 - "@graphql-tools/merge@8.4.2(graphql@16.8.1)": + '@graphql-tools/merge@8.4.2(graphql@16.8.1)': dependencies: - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.0 - "@graphql-tools/optimize@1.4.0(graphql@16.8.1)": + '@graphql-tools/optimize@1.4.0(graphql@16.8.1)': dependencies: graphql: 16.8.1 tslib: 2.6.0 - "@graphql-tools/prisma-loader@7.2.72(@types/node@20.11.13)(graphql@16.8.1)": + '@graphql-tools/prisma-loader@7.2.72(@types/node@20.11.13)(graphql@16.8.1)': dependencies: - "@graphql-tools/url-loader": 7.17.18(@types/node@20.11.13)(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@types/js-yaml": 4.0.5 - "@types/json-stable-stringify": 1.0.34 - "@whatwg-node/fetch": 0.8.8 + '@graphql-tools/url-loader': 7.17.18(@types/node@20.11.13)(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@types/js-yaml': 4.0.5 + '@types/json-stable-stringify': 1.0.34 + '@whatwg-node/fetch': 0.8.8 chalk: 4.1.2 debug: 4.3.4(supports-color@5.5.0) dotenv: 16.4.5 @@ -22514,101 +22514,101 @@ snapshots: tslib: 2.6.0 yaml-ast-parser: 0.0.43 transitivePeerDependencies: - - "@types/node" + - '@types/node' - bufferutil - encoding - supports-color - utf-8-validate - "@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.8.1)": + '@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.8.1)': dependencies: - "@ardatan/relay-compiler": 12.0.0(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@ardatan/relay-compiler': 12.0.0(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.0 transitivePeerDependencies: - encoding - supports-color - "@graphql-tools/schema@9.0.19(graphql@16.8.1)": + '@graphql-tools/schema@9.0.19(graphql@16.8.1)': dependencies: - "@graphql-tools/merge": 8.4.2(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/merge': 8.4.2(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.0 value-or-promise: 1.0.12 - "@graphql-tools/url-loader@7.17.18(@types/node@20.11.13)(graphql@16.8.1)": - dependencies: - "@ardatan/sync-fetch": 0.0.1 - "@graphql-tools/delegate": 9.0.35(graphql@16.8.1) - "@graphql-tools/executor-graphql-ws": 0.0.14(graphql@16.8.1) - "@graphql-tools/executor-http": 0.1.10(@types/node@20.11.13)(graphql@16.8.1) - "@graphql-tools/executor-legacy-ws": 0.0.11(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) - "@graphql-tools/wrap": 9.4.2(graphql@16.8.1) - "@types/ws": 8.5.5 - "@whatwg-node/fetch": 0.8.8 + '@graphql-tools/url-loader@7.17.18(@types/node@20.11.13)(graphql@16.8.1)': + dependencies: + '@ardatan/sync-fetch': 0.0.1 + '@graphql-tools/delegate': 9.0.35(graphql@16.8.1) + '@graphql-tools/executor-graphql-ws': 0.0.14(graphql@16.8.1) + '@graphql-tools/executor-http': 0.1.10(@types/node@20.11.13)(graphql@16.8.1) + '@graphql-tools/executor-legacy-ws': 0.0.11(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/wrap': 9.4.2(graphql@16.8.1) + '@types/ws': 8.5.5 + '@whatwg-node/fetch': 0.8.8 graphql: 16.8.1 isomorphic-ws: 5.0.0(ws@8.13.0) tslib: 2.6.0 value-or-promise: 1.0.12 ws: 8.13.0 transitivePeerDependencies: - - "@types/node" + - '@types/node' - bufferutil - encoding - utf-8-validate - "@graphql-tools/utils@8.13.1(graphql@16.8.1)": + '@graphql-tools/utils@8.13.1(graphql@16.8.1)': dependencies: graphql: 16.8.1 tslib: 2.6.0 - "@graphql-tools/utils@9.2.1(graphql@16.8.1)": + '@graphql-tools/utils@9.2.1(graphql@16.8.1)': dependencies: - "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.0 - "@graphql-tools/wrap@9.4.2(graphql@16.8.1)": + '@graphql-tools/wrap@9.4.2(graphql@16.8.1)': dependencies: - "@graphql-tools/delegate": 9.0.35(graphql@16.8.1) - "@graphql-tools/schema": 9.0.19(graphql@16.8.1) - "@graphql-tools/utils": 9.2.1(graphql@16.8.1) + '@graphql-tools/delegate': 9.0.35(graphql@16.8.1) + '@graphql-tools/schema': 9.0.19(graphql@16.8.1) + '@graphql-tools/utils': 9.2.1(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.0 value-or-promise: 1.0.12 - "@graphql-typed-document-node/core@3.2.0(graphql@16.8.1)": + '@graphql-typed-document-node/core@3.2.0(graphql@16.8.1)': dependencies: graphql: 16.8.1 - "@humanwhocodes/config-array@0.11.10": + '@humanwhocodes/config-array@0.11.10': dependencies: - "@humanwhocodes/object-schema": 1.2.1 + '@humanwhocodes/object-schema': 1.2.1 debug: 4.3.4(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color - "@humanwhocodes/config-array@0.11.13": + '@humanwhocodes/config-array@0.11.13': dependencies: - "@humanwhocodes/object-schema": 2.0.1 + '@humanwhocodes/object-schema': 2.0.1 debug: 4.3.4(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color - "@humanwhocodes/module-importer@1.0.1": {} + '@humanwhocodes/module-importer@1.0.1': {} - "@humanwhocodes/object-schema@1.2.1": {} + '@humanwhocodes/object-schema@1.2.1': {} - "@humanwhocodes/object-schema@2.0.1": {} + '@humanwhocodes/object-schema@2.0.1': {} - "@iarna/toml@2.2.5": {} + '@iarna/toml@2.2.5': {} - "@isaacs/cliui@8.0.2": + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 string-width-cjs: string-width@4.2.3 @@ -22617,7 +22617,7 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 - "@istanbuljs/load-nyc-config@1.1.0": + '@istanbuljs/load-nyc-config@1.1.0': dependencies: camelcase: 5.3.1 find-up: 4.1.0 @@ -22625,39 +22625,39 @@ snapshots: js-yaml: 3.14.1 resolve-from: 5.0.0 - "@istanbuljs/nyc-config-typescript@1.0.2(nyc@15.1.0)": + '@istanbuljs/nyc-config-typescript@1.0.2(nyc@15.1.0)': dependencies: - "@istanbuljs/schema": 0.1.3 + '@istanbuljs/schema': 0.1.3 nyc: 15.1.0 - "@istanbuljs/schema@0.1.3": {} + '@istanbuljs/schema@0.1.3': {} - "@jest/console@27.5.1": + '@jest/console@27.5.1': dependencies: - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 chalk: 4.1.2 jest-message-util: 27.5.1 jest-util: 27.5.1 slash: 3.0.0 - "@jest/console@28.1.3": + '@jest/console@28.1.3': dependencies: - "@jest/types": 28.1.3 - "@types/node": 20.11.13 + '@jest/types': 28.1.3 + '@types/node': 20.11.13 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 slash: 3.0.0 - "@jest/core@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2))": + '@jest/core@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2))': dependencies: - "@jest/console": 27.5.1 - "@jest/reporters": 27.5.1 - "@jest/test-result": 27.5.1 - "@jest/transform": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/console': 27.5.1 + '@jest/reporters': 27.5.1 + '@jest/test-result': 27.5.1 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.8.1 @@ -22687,40 +22687,40 @@ snapshots: - ts-node - utf-8-validate - "@jest/environment@27.5.1": + '@jest/environment@27.5.1': dependencies: - "@jest/fake-timers": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/fake-timers': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 jest-mock: 27.5.1 - "@jest/expect-utils@29.5.0": + '@jest/expect-utils@29.5.0': dependencies: jest-get-type: 29.4.3 - "@jest/fake-timers@27.5.1": + '@jest/fake-timers@27.5.1': dependencies: - "@jest/types": 27.5.1 - "@sinonjs/fake-timers": 8.1.0 - "@types/node": 20.11.13 + '@jest/types': 27.5.1 + '@sinonjs/fake-timers': 8.1.0 + '@types/node': 20.11.13 jest-message-util: 27.5.1 jest-mock: 27.5.1 jest-util: 27.5.1 - "@jest/globals@27.5.1": + '@jest/globals@27.5.1': dependencies: - "@jest/environment": 27.5.1 - "@jest/types": 27.5.1 + '@jest/environment': 27.5.1 + '@jest/types': 27.5.1 expect: 27.5.1 - "@jest/reporters@27.5.1": + '@jest/reporters@27.5.1': dependencies: - "@bcoe/v8-coverage": 0.2.3 - "@jest/console": 27.5.1 - "@jest/test-result": 27.5.1 - "@jest/transform": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@bcoe/v8-coverage': 0.2.3 + '@jest/console': 27.5.1 + '@jest/test-result': 27.5.1 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -22743,47 +22743,47 @@ snapshots: transitivePeerDependencies: - supports-color - "@jest/schemas@28.1.3": + '@jest/schemas@28.1.3': dependencies: - "@sinclair/typebox": 0.24.51 + '@sinclair/typebox': 0.24.51 - "@jest/schemas@29.6.3": + '@jest/schemas@29.6.3': dependencies: - "@sinclair/typebox": 0.27.8 + '@sinclair/typebox': 0.27.8 - "@jest/source-map@27.5.1": + '@jest/source-map@27.5.1': dependencies: callsites: 3.1.0 graceful-fs: 4.2.11 source-map: 0.6.1 - "@jest/test-result@27.5.1": + '@jest/test-result@27.5.1': dependencies: - "@jest/console": 27.5.1 - "@jest/types": 27.5.1 - "@types/istanbul-lib-coverage": 2.0.4 + '@jest/console': 27.5.1 + '@jest/types': 27.5.1 + '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 - "@jest/test-result@28.1.3": + '@jest/test-result@28.1.3': dependencies: - "@jest/console": 28.1.3 - "@jest/types": 28.1.3 - "@types/istanbul-lib-coverage": 2.0.4 + '@jest/console': 28.1.3 + '@jest/types': 28.1.3 + '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 - "@jest/test-sequencer@27.5.1": + '@jest/test-sequencer@27.5.1': dependencies: - "@jest/test-result": 27.5.1 + '@jest/test-result': 27.5.1 graceful-fs: 4.2.11 jest-haste-map: 27.5.1 jest-runtime: 27.5.1 transitivePeerDependencies: - supports-color - "@jest/transform@27.5.1": + '@jest/transform@27.5.1': dependencies: - "@babel/core": 7.22.5 - "@jest/types": 27.5.1 + '@babel/core': 7.22.5 + '@jest/types': 27.5.1 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 1.9.0 @@ -22800,237 +22800,237 @@ snapshots: transitivePeerDependencies: - supports-color - "@jest/types@27.5.1": + '@jest/types@27.5.1': dependencies: - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 20.11.13 - "@types/yargs": 16.0.5 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 20.11.13 + '@types/yargs': 16.0.5 chalk: 4.1.2 - "@jest/types@28.1.3": + '@jest/types@28.1.3': dependencies: - "@jest/schemas": 28.1.3 - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 20.11.13 - "@types/yargs": 17.0.24 + '@jest/schemas': 28.1.3 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 20.11.13 + '@types/yargs': 17.0.24 chalk: 4.1.2 - "@jest/types@29.5.0": + '@jest/types@29.5.0': dependencies: - "@jest/schemas": 29.6.3 - "@types/istanbul-lib-coverage": 2.0.4 - "@types/istanbul-reports": 3.0.1 - "@types/node": 20.11.13 - "@types/yargs": 17.0.24 + '@jest/schemas': 29.6.3 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 20.11.13 + '@types/yargs': 17.0.24 chalk: 4.1.2 - "@jridgewell/gen-mapping@0.3.3": + '@jridgewell/gen-mapping@0.3.3': dependencies: - "@jridgewell/set-array": 1.1.2 - "@jridgewell/sourcemap-codec": 1.4.15 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/set-array': 1.1.2 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.18 - "@jridgewell/gen-mapping@0.3.5": + '@jridgewell/gen-mapping@0.3.5': dependencies: - "@jridgewell/set-array": 1.2.1 - "@jridgewell/sourcemap-codec": 1.4.15 - "@jridgewell/trace-mapping": 0.3.25 + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 - "@jridgewell/resolve-uri@3.1.0": {} + '@jridgewell/resolve-uri@3.1.0': {} - "@jridgewell/resolve-uri@3.1.1": {} + '@jridgewell/resolve-uri@3.1.1': {} - "@jridgewell/set-array@1.1.2": {} + '@jridgewell/set-array@1.1.2': {} - "@jridgewell/set-array@1.2.1": {} + '@jridgewell/set-array@1.2.1': {} - "@jridgewell/source-map@0.3.3": + '@jridgewell/source-map@0.3.3': dependencies: - "@jridgewell/gen-mapping": 0.3.3 - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 - "@jridgewell/sourcemap-codec@1.4.14": {} + '@jridgewell/sourcemap-codec@1.4.14': {} - "@jridgewell/sourcemap-codec@1.4.15": {} + '@jridgewell/sourcemap-codec@1.4.15': {} - "@jridgewell/trace-mapping@0.3.18": + '@jridgewell/trace-mapping@0.3.18': dependencies: - "@jridgewell/resolve-uri": 3.1.0 - "@jridgewell/sourcemap-codec": 1.4.14 + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 - "@jridgewell/trace-mapping@0.3.20": + '@jridgewell/trace-mapping@0.3.20': dependencies: - "@jridgewell/resolve-uri": 3.1.1 - "@jridgewell/sourcemap-codec": 1.4.15 + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 - "@jridgewell/trace-mapping@0.3.25": + '@jridgewell/trace-mapping@0.3.25': dependencies: - "@jridgewell/resolve-uri": 3.1.1 - "@jridgewell/sourcemap-codec": 1.4.15 + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 - "@jridgewell/trace-mapping@0.3.9": + '@jridgewell/trace-mapping@0.3.9': dependencies: - "@jridgewell/resolve-uri": 3.1.1 - "@jridgewell/sourcemap-codec": 1.4.15 + '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/sourcemap-codec': 1.4.15 - "@leichtgewicht/ip-codec@2.0.4": {} + '@leichtgewicht/ip-codec@2.0.4': {} - "@manypkg/find-root@1.1.0": + '@manypkg/find-root@1.1.0': dependencies: - "@babel/runtime": 7.23.4 - "@types/node": 12.20.55 + '@babel/runtime': 7.23.4 + '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 - "@manypkg/get-packages@1.1.3": + '@manypkg/get-packages@1.1.3': dependencies: - "@babel/runtime": 7.22.5 - "@changesets/types": 4.1.0 - "@manypkg/find-root": 1.1.0 + '@babel/runtime': 7.22.5 + '@changesets/types': 4.1.0 + '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 globby: 11.1.0 read-yaml-file: 1.1.0 - "@microsoft/tsdoc-config@0.16.2": + '@microsoft/tsdoc-config@0.16.2': dependencies: - "@microsoft/tsdoc": 0.14.2 + '@microsoft/tsdoc': 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 - "@microsoft/tsdoc@0.14.2": {} + '@microsoft/tsdoc@0.14.2': {} - "@napi-rs/magic-string-android-arm-eabi@0.3.4": + '@napi-rs/magic-string-android-arm-eabi@0.3.4': optional: true - "@napi-rs/magic-string-android-arm64@0.3.4": + '@napi-rs/magic-string-android-arm64@0.3.4': optional: true - "@napi-rs/magic-string-darwin-arm64@0.3.4": + '@napi-rs/magic-string-darwin-arm64@0.3.4': optional: true - "@napi-rs/magic-string-darwin-x64@0.3.4": + '@napi-rs/magic-string-darwin-x64@0.3.4': optional: true - "@napi-rs/magic-string-freebsd-x64@0.3.4": + '@napi-rs/magic-string-freebsd-x64@0.3.4': optional: true - "@napi-rs/magic-string-linux-arm-gnueabihf@0.3.4": + '@napi-rs/magic-string-linux-arm-gnueabihf@0.3.4': optional: true - "@napi-rs/magic-string-linux-arm64-gnu@0.3.4": + '@napi-rs/magic-string-linux-arm64-gnu@0.3.4': optional: true - "@napi-rs/magic-string-linux-arm64-musl@0.3.4": + '@napi-rs/magic-string-linux-arm64-musl@0.3.4': optional: true - "@napi-rs/magic-string-linux-x64-gnu@0.3.4": + '@napi-rs/magic-string-linux-x64-gnu@0.3.4': optional: true - "@napi-rs/magic-string-linux-x64-musl@0.3.4": + '@napi-rs/magic-string-linux-x64-musl@0.3.4': optional: true - "@napi-rs/magic-string-win32-arm64-msvc@0.3.4": + '@napi-rs/magic-string-win32-arm64-msvc@0.3.4': optional: true - "@napi-rs/magic-string-win32-ia32-msvc@0.3.4": + '@napi-rs/magic-string-win32-ia32-msvc@0.3.4': optional: true - "@napi-rs/magic-string-win32-x64-msvc@0.3.4": + '@napi-rs/magic-string-win32-x64-msvc@0.3.4': optional: true - "@napi-rs/magic-string@0.3.4": + '@napi-rs/magic-string@0.3.4': optionalDependencies: - "@napi-rs/magic-string-android-arm-eabi": 0.3.4 - "@napi-rs/magic-string-android-arm64": 0.3.4 - "@napi-rs/magic-string-darwin-arm64": 0.3.4 - "@napi-rs/magic-string-darwin-x64": 0.3.4 - "@napi-rs/magic-string-freebsd-x64": 0.3.4 - "@napi-rs/magic-string-linux-arm-gnueabihf": 0.3.4 - "@napi-rs/magic-string-linux-arm64-gnu": 0.3.4 - "@napi-rs/magic-string-linux-arm64-musl": 0.3.4 - "@napi-rs/magic-string-linux-x64-gnu": 0.3.4 - "@napi-rs/magic-string-linux-x64-musl": 0.3.4 - "@napi-rs/magic-string-win32-arm64-msvc": 0.3.4 - "@napi-rs/magic-string-win32-ia32-msvc": 0.3.4 - "@napi-rs/magic-string-win32-x64-msvc": 0.3.4 - - "@next/env@14.2.2": {} - - "@next/eslint-plugin-next@14.0.1": + '@napi-rs/magic-string-android-arm-eabi': 0.3.4 + '@napi-rs/magic-string-android-arm64': 0.3.4 + '@napi-rs/magic-string-darwin-arm64': 0.3.4 + '@napi-rs/magic-string-darwin-x64': 0.3.4 + '@napi-rs/magic-string-freebsd-x64': 0.3.4 + '@napi-rs/magic-string-linux-arm-gnueabihf': 0.3.4 + '@napi-rs/magic-string-linux-arm64-gnu': 0.3.4 + '@napi-rs/magic-string-linux-arm64-musl': 0.3.4 + '@napi-rs/magic-string-linux-x64-gnu': 0.3.4 + '@napi-rs/magic-string-linux-x64-musl': 0.3.4 + '@napi-rs/magic-string-win32-arm64-msvc': 0.3.4 + '@napi-rs/magic-string-win32-ia32-msvc': 0.3.4 + '@napi-rs/magic-string-win32-x64-msvc': 0.3.4 + + '@next/env@14.2.2': {} + + '@next/eslint-plugin-next@14.0.1': dependencies: glob: 7.1.7 - "@next/swc-darwin-arm64@14.2.2": + '@next/swc-darwin-arm64@14.2.2': optional: true - "@next/swc-darwin-x64@14.2.2": + '@next/swc-darwin-x64@14.2.2': optional: true - "@next/swc-linux-arm64-gnu@14.2.2": + '@next/swc-linux-arm64-gnu@14.2.2': optional: true - "@next/swc-linux-arm64-musl@14.2.2": + '@next/swc-linux-arm64-musl@14.2.2': optional: true - "@next/swc-linux-x64-gnu@14.2.2": + '@next/swc-linux-x64-gnu@14.2.2': optional: true - "@next/swc-linux-x64-musl@14.2.2": + '@next/swc-linux-x64-musl@14.2.2': optional: true - "@next/swc-win32-arm64-msvc@14.2.2": + '@next/swc-win32-arm64-msvc@14.2.2': optional: true - "@next/swc-win32-ia32-msvc@14.2.2": + '@next/swc-win32-ia32-msvc@14.2.2': optional: true - "@next/swc-win32-x64-msvc@14.2.2": + '@next/swc-win32-x64-msvc@14.2.2': optional: true - "@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1": + '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': dependencies: eslint-scope: 5.1.1 - "@noble/curves@1.3.0": + '@noble/curves@1.3.0': dependencies: - "@noble/hashes": 1.3.3 + '@noble/hashes': 1.3.3 - "@noble/hashes@1.1.2": {} + '@noble/hashes@1.1.2': {} - "@noble/hashes@1.3.3": {} + '@noble/hashes@1.3.3': {} - "@noble/secp256k1@1.7.1": {} + '@noble/secp256k1@1.7.1': {} - "@nodelib/fs.scandir@2.1.5": + '@nodelib/fs.scandir@2.1.5': dependencies: - "@nodelib/fs.stat": 2.0.5 + '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - "@nodelib/fs.scandir@3.0.0": + '@nodelib/fs.scandir@3.0.0': dependencies: - "@nodelib/fs.stat": 3.0.0 + '@nodelib/fs.stat': 3.0.0 run-parallel: 1.2.0 - "@nodelib/fs.stat@2.0.5": {} + '@nodelib/fs.stat@2.0.5': {} - "@nodelib/fs.stat@3.0.0": {} + '@nodelib/fs.stat@3.0.0': {} - "@nodelib/fs.walk@1.2.8": + '@nodelib/fs.walk@1.2.8': dependencies: - "@nodelib/fs.scandir": 2.1.5 + '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - "@nodelib/fs.walk@2.0.0": + '@nodelib/fs.walk@2.0.0': dependencies: - "@nodelib/fs.scandir": 3.0.0 + '@nodelib/fs.scandir': 3.0.0 fastq: 1.15.0 - "@npmcli/git@5.0.6": + '@npmcli/git@5.0.6': dependencies: - "@npmcli/promise-spawn": 7.0.1 + '@npmcli/promise-spawn': 7.0.1 lru-cache: 10.2.0 npm-pick-manifest: 9.0.0 proc-log: 4.1.0 @@ -23041,18 +23041,18 @@ snapshots: transitivePeerDependencies: - bluebird - "@npmcli/map-workspaces@3.0.6": + '@npmcli/map-workspaces@3.0.6': dependencies: - "@npmcli/name-from-folder": 2.0.0 + '@npmcli/name-from-folder': 2.0.0 glob: 10.2.6 minimatch: 9.0.3 read-package-json-fast: 3.0.2 - "@npmcli/name-from-folder@2.0.0": {} + '@npmcli/name-from-folder@2.0.0': {} - "@npmcli/package-json@5.0.3": + '@npmcli/package-json@5.0.3': dependencies: - "@npmcli/git": 5.0.6 + '@npmcli/git': 5.0.6 glob: 10.2.6 hosted-git-info: 7.0.1 json-parse-even-better-errors: 3.0.1 @@ -23062,84 +23062,84 @@ snapshots: transitivePeerDependencies: - bluebird - "@npmcli/promise-spawn@7.0.1": + '@npmcli/promise-spawn@7.0.1': dependencies: which: 4.0.0 - "@octokit/auth-token@4.0.0": {} + '@octokit/auth-token@4.0.0': {} - "@octokit/core@5.1.0": + '@octokit/core@5.1.0': dependencies: - "@octokit/auth-token": 4.0.0 - "@octokit/graphql": 7.0.2 - "@octokit/request": 8.2.0 - "@octokit/request-error": 5.0.1 - "@octokit/types": 12.6.0 + '@octokit/auth-token': 4.0.0 + '@octokit/graphql': 7.0.2 + '@octokit/request': 8.2.0 + '@octokit/request-error': 5.0.1 + '@octokit/types': 12.6.0 before-after-hook: 2.2.3 universal-user-agent: 6.0.1 - "@octokit/endpoint@9.0.4": + '@octokit/endpoint@9.0.4': dependencies: - "@octokit/types": 12.6.0 + '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 - "@octokit/graphql@7.0.2": + '@octokit/graphql@7.0.2': dependencies: - "@octokit/request": 8.2.0 - "@octokit/types": 12.6.0 + '@octokit/request': 8.2.0 + '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 - "@octokit/openapi-types@20.0.0": {} + '@octokit/openapi-types@20.0.0': {} - "@octokit/plugin-paginate-rest@9.2.1(@octokit/core@5.1.0)": + '@octokit/plugin-paginate-rest@9.2.1(@octokit/core@5.1.0)': dependencies: - "@octokit/core": 5.1.0 - "@octokit/types": 12.6.0 + '@octokit/core': 5.1.0 + '@octokit/types': 12.6.0 - "@octokit/plugin-rest-endpoint-methods@10.4.1(@octokit/core@5.1.0)": + '@octokit/plugin-rest-endpoint-methods@10.4.1(@octokit/core@5.1.0)': dependencies: - "@octokit/core": 5.1.0 - "@octokit/types": 12.6.0 + '@octokit/core': 5.1.0 + '@octokit/types': 12.6.0 - "@octokit/request-error@5.0.1": + '@octokit/request-error@5.0.1': dependencies: - "@octokit/types": 12.6.0 + '@octokit/types': 12.6.0 deprecation: 2.3.1 once: 1.4.0 - "@octokit/request@8.2.0": + '@octokit/request@8.2.0': dependencies: - "@octokit/endpoint": 9.0.4 - "@octokit/request-error": 5.0.1 - "@octokit/types": 12.6.0 + '@octokit/endpoint': 9.0.4 + '@octokit/request-error': 5.0.1 + '@octokit/types': 12.6.0 universal-user-agent: 6.0.1 - "@octokit/types@12.6.0": + '@octokit/types@12.6.0': dependencies: - "@octokit/openapi-types": 20.0.0 + '@octokit/openapi-types': 20.0.0 - "@peculiar/asn1-schema@2.3.6": + '@peculiar/asn1-schema@2.3.6': dependencies: asn1js: 3.0.5 pvtsutils: 1.3.2 tslib: 2.6.0 - "@peculiar/json-schema@1.1.12": + '@peculiar/json-schema@1.1.12': dependencies: tslib: 2.6.0 - "@peculiar/webcrypto@1.4.3": + '@peculiar/webcrypto@1.4.3': dependencies: - "@peculiar/asn1-schema": 2.3.6 - "@peculiar/json-schema": 1.1.12 + '@peculiar/asn1-schema': 2.3.6 + '@peculiar/json-schema': 1.1.12 pvtsutils: 1.3.2 tslib: 2.6.0 webcrypto-core: 1.7.7 - "@pkgjs/parseargs@0.11.0": + '@pkgjs/parseargs@0.11.0': optional: true - "@pkgr/utils@2.4.2": + '@pkgr/utils@2.4.2': dependencies: cross-spawn: 7.0.3 fast-glob: 3.3.1 @@ -23148,8 +23148,8 @@ snapshots: picocolors: 1.0.0 tslib: 2.6.0 - ? "@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(type-fest@3.1.0)(webpack-dev-server@4.15.1(webpack@5.88.0(esbuild@0.17.19)))(webpack@5.88.0(esbuild@0.17.19))" - : dependencies: + '@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.11.0)(type-fest@3.1.0)(webpack-dev-server@4.15.1(webpack@5.88.0(esbuild@0.17.19)))(webpack@5.88.0(esbuild@0.17.19))': + dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 core-js-pure: 3.31.0 @@ -23165,50 +23165,50 @@ snapshots: type-fest: 3.1.0 webpack-dev-server: 4.15.1(webpack@5.88.0(esbuild@0.17.19)) - "@pnpm/constants@7.1.1": {} + '@pnpm/constants@7.1.1': {} - "@pnpm/core-loggers@9.0.6(@pnpm/logger@5.0.0)": + '@pnpm/core-loggers@9.0.6(@pnpm/logger@5.0.0)': dependencies: - "@pnpm/logger": 5.0.0 - "@pnpm/types": 9.4.2 + '@pnpm/logger': 5.0.0 + '@pnpm/types': 9.4.2 - "@pnpm/error@5.0.2": + '@pnpm/error@5.0.2': dependencies: - "@pnpm/constants": 7.1.1 + '@pnpm/constants': 7.1.1 - "@pnpm/fetching-types@5.0.0": + '@pnpm/fetching-types@5.0.0': dependencies: - "@zkochan/retry": 0.2.0 + '@zkochan/retry': 0.2.0 node-fetch: 3.0.0-beta.9 transitivePeerDependencies: - domexception - "@pnpm/graceful-fs@3.2.0": + '@pnpm/graceful-fs@3.2.0': dependencies: graceful-fs: 4.2.11 - "@pnpm/logger@5.0.0": + '@pnpm/logger@5.0.0': dependencies: bole: 5.0.11 ndjson: 2.0.0 - "@pnpm/npm-package-arg@1.0.0": + '@pnpm/npm-package-arg@1.0.0': dependencies: hosted-git-info: 4.1.0 semver: 7.5.4 validate-npm-package-name: 4.0.0 - "@pnpm/npm-resolver@18.1.0(@pnpm/logger@5.0.0)": - dependencies: - "@pnpm/core-loggers": 9.0.6(@pnpm/logger@5.0.0) - "@pnpm/error": 5.0.2 - "@pnpm/fetching-types": 5.0.0 - "@pnpm/graceful-fs": 3.2.0 - "@pnpm/logger": 5.0.0 - "@pnpm/resolve-workspace-range": 5.0.1 - "@pnpm/resolver-base": 11.1.0 - "@pnpm/types": 9.4.2 - "@zkochan/retry": 0.2.0 + '@pnpm/npm-resolver@18.1.0(@pnpm/logger@5.0.0)': + dependencies: + '@pnpm/core-loggers': 9.0.6(@pnpm/logger@5.0.0) + '@pnpm/error': 5.0.2 + '@pnpm/fetching-types': 5.0.0 + '@pnpm/graceful-fs': 3.2.0 + '@pnpm/logger': 5.0.0 + '@pnpm/resolve-workspace-range': 5.0.1 + '@pnpm/resolver-base': 11.1.0 + '@pnpm/types': 9.4.2 + '@zkochan/retry': 0.2.0 encode-registry: 3.0.1 load-json-file: 6.2.0 lru-cache: 10.2.0 @@ -23217,7 +23217,7 @@ snapshots: p-memoize: 4.0.1 parse-npm-tarball-url: 3.0.0 path-temp: 2.1.0 - ramda: "@pnpm/ramda@0.28.1" + ramda: '@pnpm/ramda@0.28.1' rename-overwrite: 5.0.0 semver: 7.5.4 ssri: 10.0.5 @@ -23225,31 +23225,31 @@ snapshots: transitivePeerDependencies: - domexception - "@pnpm/ramda@0.28.1": {} + '@pnpm/ramda@0.28.1': {} - "@pnpm/resolve-workspace-range@5.0.1": + '@pnpm/resolve-workspace-range@5.0.1': dependencies: semver: 7.5.4 - "@pnpm/resolver-base@11.1.0": + '@pnpm/resolver-base@11.1.0': dependencies: - "@pnpm/types": 9.4.2 + '@pnpm/types': 9.4.2 - "@pnpm/types@9.4.2": {} + '@pnpm/types@9.4.2': {} - "@pnpm/workspace.pkgs-graph@2.0.14(@pnpm/logger@5.0.0)": + '@pnpm/workspace.pkgs-graph@2.0.14(@pnpm/logger@5.0.0)': dependencies: - "@pnpm/npm-package-arg": 1.0.0 - "@pnpm/npm-resolver": 18.1.0(@pnpm/logger@5.0.0) - "@pnpm/resolve-workspace-range": 5.0.1 - ramda: "@pnpm/ramda@0.28.1" + '@pnpm/npm-package-arg': 1.0.0 + '@pnpm/npm-resolver': 18.1.0(@pnpm/logger@5.0.0) + '@pnpm/resolve-workspace-range': 5.0.1 + ramda: '@pnpm/ramda@0.28.1' transitivePeerDependencies: - - "@pnpm/logger" + - '@pnpm/logger' - domexception - "@polka/url@1.0.0-next.24": {} + '@polka/url@1.0.0-next.24': {} - "@puppeteer/browsers@1.4.6(typescript@5.2.2)": + '@puppeteer/browsers@1.4.6(typescript@5.2.2)': dependencies: debug: 4.3.4(supports-color@5.5.0) extract-zip: 2.0.1 @@ -23263,7 +23263,7 @@ snapshots: transitivePeerDependencies: - supports-color - "@puppeteer/browsers@1.9.1": + '@puppeteer/browsers@1.9.1': dependencies: debug: 4.3.4(supports-color@5.5.0) extract-zip: 2.0.1 @@ -23275,421 +23275,421 @@ snapshots: transitivePeerDependencies: - supports-color - "@radix-ui/primitive@1.0.1": + '@radix-ui/primitive@1.0.1': dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 - "@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - "@radix-ui/react-context@1.0.1(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-context@1.0.1(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 - - ? "@radix-ui/react-dialog@1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)" - : dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-context": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-dismissable-layer": 1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@radix-ui/react-focus-guards": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-focus-scope": 1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@radix-ui/react-id": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-portal": 1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@radix-ui/react-presence": 1.0.1(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-use-controllable-state": 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@types/react': 18.2.9 + + '@radix-ui/react-dialog@1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@babel/runtime': 7.23.4 + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.9)(react@18.2.0) aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-remove-scroll: 2.5.5(@types/react@18.2.9)(react@18.2.0) optionalDependencies: - "@types/react": 18.2.9 - "@types/react-dom": 18.2.4 - - ? "@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)" - : dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/primitive": 1.0.1 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-use-escape-keydown": 1.0.3(@types/react@18.2.9)(react@18.2.0) + '@types/react': 18.2.9 + '@types/react-dom': 18.2.4 + + '@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@babel/runtime': 7.23.4 + '@radix-ui/primitive': 1.0.1 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - "@types/react": 18.2.9 - "@types/react-dom": 18.2.4 + '@types/react': 18.2.9 + '@types/react-dom': 18.2.4 - "@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 - - ? "@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)" - : dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@types/react': 18.2.9 + + '@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@babel/runtime': 7.23.4 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - "@types/react": 18.2.9 - "@types/react-dom": 18.2.4 + '@types/react': 18.2.9 + '@types/react-dom': 18.2.4 - "@radix-ui/react-id@1.0.1(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-id@1.0.1(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@babel/runtime': 7.23.4 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - ? "@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)" - : dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-primitive": 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + '@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@babel/runtime': 7.23.4 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - "@types/react": 18.2.9 - "@types/react-dom": 18.2.4 - - ? "@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)" - : dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.9)(react@18.2.0) - "@radix-ui/react-use-layout-effect": 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@types/react': 18.2.9 + '@types/react-dom': 18.2.4 + + '@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@babel/runtime': 7.23.4 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - "@types/react": 18.2.9 - "@types/react-dom": 18.2.4 + '@types/react': 18.2.9 + '@types/react-dom': 18.2.4 - ? "@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)" - : dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-slot": 1.0.2(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.4)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': + dependencies: + '@babel/runtime': 7.23.4 + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) optionalDependencies: - "@types/react": 18.2.9 - "@types/react-dom": 18.2.4 + '@types/react': 18.2.9 + '@types/react-dom': 18.2.4 - "@radix-ui/react-slot@1.0.2(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-slot@1.0.2(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-compose-refs": 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@babel/runtime': 7.23.4 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - "@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - ? "@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.9)(react@18.2.0)" - : dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.9)(react@18.2.0)': + dependencies: + '@babel/runtime': 7.23.4 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - "@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 - "@radix-ui/react-use-callback-ref": 1.0.1(@types/react@18.2.9)(react@18.2.0) + '@babel/runtime': 7.23.4 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.9)(react@18.2.0) react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - "@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.9)(react@18.2.0)": + '@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.9)(react@18.2.0)': dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 react: 18.2.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - "@repeaterjs/repeater@3.0.4": {} + '@repeaterjs/repeater@3.0.4': {} - ? "@rollup/plugin-babel@5.3.1(@babel/core@7.22.5)(@types/babel__core@7.20.5)(rollup@2.79.1)" - : dependencies: - "@babel/core": 7.22.5 - "@babel/helper-module-imports": 7.22.5 - "@rollup/pluginutils": 3.1.0(rollup@2.79.1) + '@rollup/plugin-babel@5.3.1(@babel/core@7.22.5)(@types/babel__core@7.20.5)(rollup@2.79.1)': + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) rollup: 2.79.1 optionalDependencies: - "@types/babel__core": 7.20.5 + '@types/babel__core': 7.20.5 - "@rollup/plugin-inject@5.0.5(rollup@4.16.4)": + '@rollup/plugin-inject@5.0.5(rollup@4.16.4)': dependencies: - "@rollup/pluginutils": 5.1.0(rollup@4.16.4) + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) estree-walker: 2.0.2 magic-string: 0.30.5 optionalDependencies: rollup: 4.16.4 - "@rollup/plugin-node-resolve@11.2.1(rollup@2.79.1)": + '@rollup/plugin-node-resolve@11.2.1(rollup@2.79.1)': dependencies: - "@rollup/pluginutils": 3.1.0(rollup@2.79.1) - "@types/resolve": 1.17.1 + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) + '@types/resolve': 1.17.1 builtin-modules: 3.3.0 deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.8 rollup: 2.79.1 - "@rollup/plugin-replace@2.4.2(rollup@2.79.1)": + '@rollup/plugin-replace@2.4.2(rollup@2.79.1)': dependencies: - "@rollup/pluginutils": 3.1.0(rollup@2.79.1) + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) magic-string: 0.25.9 rollup: 2.79.1 - "@rollup/pluginutils@3.1.0(rollup@2.79.1)": + '@rollup/pluginutils@3.1.0(rollup@2.79.1)': dependencies: - "@types/estree": 0.0.39 + '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.3.1 rollup: 2.79.1 - "@rollup/pluginutils@5.1.0(rollup@4.16.4)": + '@rollup/pluginutils@5.1.0(rollup@4.16.4)': dependencies: - "@types/estree": 1.0.5 + '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: rollup: 4.16.4 - "@rollup/rollup-android-arm-eabi@4.16.4": + '@rollup/rollup-android-arm-eabi@4.16.4': optional: true - "@rollup/rollup-android-arm64@4.16.4": + '@rollup/rollup-android-arm64@4.16.4': optional: true - "@rollup/rollup-darwin-arm64@4.16.4": + '@rollup/rollup-darwin-arm64@4.16.4': optional: true - "@rollup/rollup-darwin-x64@4.16.4": + '@rollup/rollup-darwin-x64@4.16.4': optional: true - "@rollup/rollup-linux-arm-gnueabihf@4.16.4": + '@rollup/rollup-linux-arm-gnueabihf@4.16.4': optional: true - "@rollup/rollup-linux-arm-musleabihf@4.16.4": + '@rollup/rollup-linux-arm-musleabihf@4.16.4': optional: true - "@rollup/rollup-linux-arm64-gnu@4.16.4": + '@rollup/rollup-linux-arm64-gnu@4.16.4': optional: true - "@rollup/rollup-linux-arm64-musl@4.16.4": + '@rollup/rollup-linux-arm64-musl@4.16.4': optional: true - "@rollup/rollup-linux-powerpc64le-gnu@4.16.4": + '@rollup/rollup-linux-powerpc64le-gnu@4.16.4': optional: true - "@rollup/rollup-linux-riscv64-gnu@4.16.4": + '@rollup/rollup-linux-riscv64-gnu@4.16.4': optional: true - "@rollup/rollup-linux-s390x-gnu@4.16.4": + '@rollup/rollup-linux-s390x-gnu@4.16.4': optional: true - "@rollup/rollup-linux-x64-gnu@4.16.4": + '@rollup/rollup-linux-x64-gnu@4.16.4': optional: true - "@rollup/rollup-linux-x64-musl@4.16.4": + '@rollup/rollup-linux-x64-musl@4.16.4': optional: true - "@rollup/rollup-win32-arm64-msvc@4.16.4": + '@rollup/rollup-win32-arm64-msvc@4.16.4': optional: true - "@rollup/rollup-win32-ia32-msvc@4.16.4": + '@rollup/rollup-win32-ia32-msvc@4.16.4': optional: true - "@rollup/rollup-win32-x64-msvc@4.16.4": + '@rollup/rollup-win32-x64-msvc@4.16.4': optional: true - "@rushstack/eslint-patch@1.3.2": {} + '@rushstack/eslint-patch@1.3.2': {} - "@rushstack/eslint-patch@1.6.1": {} + '@rushstack/eslint-patch@1.6.1': {} - "@sinclair/typebox@0.24.51": {} + '@sinclair/typebox@0.24.51': {} - "@sinclair/typebox@0.27.8": {} + '@sinclair/typebox@0.27.8': {} - "@sindresorhus/is@5.6.0": {} + '@sindresorhus/is@5.6.0': {} - "@sinonjs/commons@1.8.6": + '@sinonjs/commons@1.8.6': dependencies: type-detect: 4.0.8 - "@sinonjs/fake-timers@8.1.0": + '@sinonjs/fake-timers@8.1.0': dependencies: - "@sinonjs/commons": 1.8.6 + '@sinonjs/commons': 1.8.6 - "@snyk/github-codeowners@1.1.0": + '@snyk/github-codeowners@1.1.0': dependencies: commander: 4.1.1 ignore: 5.3.0 p-map: 4.0.0 - "@surma/rollup-plugin-off-main-thread@2.2.3": + '@surma/rollup-plugin-off-main-thread@2.2.3': dependencies: ejs: 3.1.9 json5: 2.2.3 magic-string: 0.25.9 string.prototype.matchall: 4.0.8 - "@svgr/babel-plugin-add-jsx-attribute@5.4.0": {} + '@svgr/babel-plugin-add-jsx-attribute@5.4.0': {} - "@svgr/babel-plugin-remove-jsx-attribute@5.4.0": {} + '@svgr/babel-plugin-remove-jsx-attribute@5.4.0': {} - "@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1": {} + '@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1': {} - "@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1": {} + '@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1': {} - "@svgr/babel-plugin-svg-dynamic-title@5.4.0": {} + '@svgr/babel-plugin-svg-dynamic-title@5.4.0': {} - "@svgr/babel-plugin-svg-em-dimensions@5.4.0": {} + '@svgr/babel-plugin-svg-em-dimensions@5.4.0': {} - "@svgr/babel-plugin-transform-react-native-svg@5.4.0": {} + '@svgr/babel-plugin-transform-react-native-svg@5.4.0': {} - "@svgr/babel-plugin-transform-svg-component@5.5.0": {} + '@svgr/babel-plugin-transform-svg-component@5.5.0': {} - "@svgr/babel-preset@5.5.0": + '@svgr/babel-preset@5.5.0': dependencies: - "@svgr/babel-plugin-add-jsx-attribute": 5.4.0 - "@svgr/babel-plugin-remove-jsx-attribute": 5.4.0 - "@svgr/babel-plugin-remove-jsx-empty-expression": 5.0.1 - "@svgr/babel-plugin-replace-jsx-attribute-value": 5.0.1 - "@svgr/babel-plugin-svg-dynamic-title": 5.4.0 - "@svgr/babel-plugin-svg-em-dimensions": 5.4.0 - "@svgr/babel-plugin-transform-react-native-svg": 5.4.0 - "@svgr/babel-plugin-transform-svg-component": 5.5.0 + '@svgr/babel-plugin-add-jsx-attribute': 5.4.0 + '@svgr/babel-plugin-remove-jsx-attribute': 5.4.0 + '@svgr/babel-plugin-remove-jsx-empty-expression': 5.0.1 + '@svgr/babel-plugin-replace-jsx-attribute-value': 5.0.1 + '@svgr/babel-plugin-svg-dynamic-title': 5.4.0 + '@svgr/babel-plugin-svg-em-dimensions': 5.4.0 + '@svgr/babel-plugin-transform-react-native-svg': 5.4.0 + '@svgr/babel-plugin-transform-svg-component': 5.5.0 - "@svgr/core@5.5.0": + '@svgr/core@5.5.0': dependencies: - "@svgr/plugin-jsx": 5.5.0 + '@svgr/plugin-jsx': 5.5.0 camelcase: 6.3.0 cosmiconfig: 7.1.0 transitivePeerDependencies: - supports-color - "@svgr/hast-util-to-babel-ast@5.5.0": + '@svgr/hast-util-to-babel-ast@5.5.0': dependencies: - "@babel/types": 7.24.0 + '@babel/types': 7.24.0 - "@svgr/plugin-jsx@5.5.0": + '@svgr/plugin-jsx@5.5.0': dependencies: - "@babel/core": 7.22.5 - "@svgr/babel-preset": 5.5.0 - "@svgr/hast-util-to-babel-ast": 5.5.0 + '@babel/core': 7.22.5 + '@svgr/babel-preset': 5.5.0 + '@svgr/hast-util-to-babel-ast': 5.5.0 svg-parser: 2.0.4 transitivePeerDependencies: - supports-color - "@svgr/plugin-svgo@5.5.0": + '@svgr/plugin-svgo@5.5.0': dependencies: cosmiconfig: 7.1.0 deepmerge: 4.3.1 svgo: 1.3.2 - "@svgr/webpack@5.5.0": + '@svgr/webpack@5.5.0': dependencies: - "@babel/core": 7.22.5 - "@babel/plugin-transform-react-constant-elements": 7.22.5(@babel/core@7.22.5) - "@babel/preset-env": 7.22.5(@babel/core@7.22.5) - "@babel/preset-react": 7.22.5(@babel/core@7.22.5) - "@svgr/core": 5.5.0 - "@svgr/plugin-jsx": 5.5.0 - "@svgr/plugin-svgo": 5.5.0 + '@babel/core': 7.22.5 + '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/preset-react': 7.22.5(@babel/core@7.22.5) + '@svgr/core': 5.5.0 + '@svgr/plugin-jsx': 5.5.0 + '@svgr/plugin-svgo': 5.5.0 loader-utils: 2.0.4 transitivePeerDependencies: - supports-color - "@swc/counter@0.1.3": {} + '@swc/counter@0.1.3': {} - "@swc/helpers@0.5.5": + '@swc/helpers@0.5.5': dependencies: - "@swc/counter": 0.1.3 + '@swc/counter': 0.1.3 tslib: 2.6.0 - "@szmarczak/http-timer@5.0.1": + '@szmarczak/http-timer@5.0.1': dependencies: defer-to-connect: 2.0.1 - "@tanstack/query-core@5.29.0": {} + '@tanstack/query-core@5.29.0': {} - "@tanstack/react-query@5.29.2(react@18.2.0)": + '@tanstack/react-query@5.29.2(react@18.2.0)': dependencies: - "@tanstack/query-core": 5.29.0 + '@tanstack/query-core': 5.29.0 react: 18.2.0 - "@testing-library/dom@8.20.1": + '@testing-library/dom@8.20.1': dependencies: - "@babel/code-frame": 7.22.5 - "@babel/runtime": 7.22.5 - "@types/aria-query": 5.0.1 + '@babel/code-frame': 7.22.5 + '@babel/runtime': 7.22.5 + '@types/aria-query': 5.0.1 aria-query: 5.1.3 chalk: 4.1.2 dom-accessibility-api: 0.5.16 lz-string: 1.5.0 pretty-format: 27.5.1 - "@testing-library/react@13.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)": + '@testing-library/react@13.4.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0)': dependencies: - "@babel/runtime": 7.22.5 - "@testing-library/dom": 8.20.1 - "@types/react-dom": 18.2.4 + '@babel/runtime': 7.22.5 + '@testing-library/dom': 8.20.1 + '@types/react-dom': 18.2.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - "@textlint/ast-node-types@13.3.2": {} + '@textlint/ast-node-types@13.3.2': {} - "@textlint/ast-tester@13.3.2": + '@textlint/ast-tester@13.3.2': dependencies: - "@textlint/ast-node-types": 13.3.2 + '@textlint/ast-node-types': 13.3.2 debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - "@textlint/ast-traverse@13.3.2": + '@textlint/ast-traverse@13.3.2': dependencies: - "@textlint/ast-node-types": 13.3.2 + '@textlint/ast-node-types': 13.3.2 - "@textlint/config-loader@13.3.2": + '@textlint/config-loader@13.3.2': dependencies: - "@textlint/kernel": 13.3.2 - "@textlint/module-interop": 13.3.2 - "@textlint/types": 13.3.2 - "@textlint/utils": 13.3.2 + '@textlint/kernel': 13.3.2 + '@textlint/module-interop': 13.3.2 + '@textlint/types': 13.3.2 + '@textlint/utils': 13.3.2 debug: 4.3.4(supports-color@5.5.0) rc-config-loader: 4.1.3 try-resolve: 1.0.1 transitivePeerDependencies: - supports-color - "@textlint/feature-flag@13.3.2": {} + '@textlint/feature-flag@13.3.2': {} - "@textlint/fixer-formatter@13.3.2": + '@textlint/fixer-formatter@13.3.2': dependencies: - "@textlint/module-interop": 13.3.2 - "@textlint/types": 13.3.2 + '@textlint/module-interop': 13.3.2 + '@textlint/types': 13.3.2 chalk: 4.1.2 debug: 4.3.4(supports-color@5.5.0) diff: 4.0.2 @@ -23701,27 +23701,27 @@ snapshots: transitivePeerDependencies: - supports-color - "@textlint/kernel@13.3.2": + '@textlint/kernel@13.3.2': dependencies: - "@textlint/ast-node-types": 13.3.2 - "@textlint/ast-tester": 13.3.2 - "@textlint/ast-traverse": 13.3.2 - "@textlint/feature-flag": 13.3.2 - "@textlint/source-code-fixer": 13.3.2 - "@textlint/types": 13.3.2 - "@textlint/utils": 13.3.2 + '@textlint/ast-node-types': 13.3.2 + '@textlint/ast-tester': 13.3.2 + '@textlint/ast-traverse': 13.3.2 + '@textlint/feature-flag': 13.3.2 + '@textlint/source-code-fixer': 13.3.2 + '@textlint/types': 13.3.2 + '@textlint/utils': 13.3.2 debug: 4.3.4(supports-color@5.5.0) fast-equals: 4.0.3 structured-source: 4.0.0 transitivePeerDependencies: - supports-color - "@textlint/linter-formatter@13.3.2": + '@textlint/linter-formatter@13.3.2': dependencies: - "@azu/format-text": 1.0.2 - "@azu/style-format": 1.0.1 - "@textlint/module-interop": 13.3.2 - "@textlint/types": 13.3.2 + '@azu/format-text': 1.0.2 + '@azu/style-format': 1.0.1 + '@textlint/module-interop': 13.3.2 + '@textlint/types': 13.3.2 chalk: 4.1.2 debug: 4.3.4(supports-color@5.5.0) is-file: 1.0.0 @@ -23737,9 +23737,9 @@ snapshots: transitivePeerDependencies: - supports-color - "@textlint/markdown-to-ast@13.3.2": + '@textlint/markdown-to-ast@13.3.2': dependencies: - "@textlint/ast-node-types": 13.3.2 + '@textlint/ast-node-types': 13.3.2 debug: 4.3.4(supports-color@5.5.0) mdast-util-gfm-autolink-literal: 0.1.3 remark-footnotes: 3.0.0 @@ -23751,356 +23751,356 @@ snapshots: transitivePeerDependencies: - supports-color - "@textlint/module-interop@13.3.2": {} + '@textlint/module-interop@13.3.2': {} - "@textlint/source-code-fixer@13.3.2": + '@textlint/source-code-fixer@13.3.2': dependencies: - "@textlint/types": 13.3.2 + '@textlint/types': 13.3.2 debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - "@textlint/text-to-ast@13.3.2": + '@textlint/text-to-ast@13.3.2': dependencies: - "@textlint/ast-node-types": 13.3.2 + '@textlint/ast-node-types': 13.3.2 - "@textlint/textlint-plugin-markdown@13.3.2": + '@textlint/textlint-plugin-markdown@13.3.2': dependencies: - "@textlint/markdown-to-ast": 13.3.2 + '@textlint/markdown-to-ast': 13.3.2 transitivePeerDependencies: - supports-color - "@textlint/textlint-plugin-text@13.3.2": + '@textlint/textlint-plugin-text@13.3.2': dependencies: - "@textlint/text-to-ast": 13.3.2 + '@textlint/text-to-ast': 13.3.2 - "@textlint/types@13.3.2": + '@textlint/types@13.3.2': dependencies: - "@textlint/ast-node-types": 13.3.2 + '@textlint/ast-node-types': 13.3.2 - "@textlint/utils@13.3.2": {} + '@textlint/utils@13.3.2': {} - "@tootallnate/once@1.1.2": {} + '@tootallnate/once@1.1.2': {} - "@tootallnate/quickjs-emscripten@0.23.0": {} + '@tootallnate/quickjs-emscripten@0.23.0': {} - "@trysound/sax@0.2.0": {} + '@trysound/sax@0.2.0': {} - "@tsconfig/node10@1.0.9": {} + '@tsconfig/node10@1.0.9': {} - "@tsconfig/node12@1.0.11": {} + '@tsconfig/node12@1.0.11': {} - "@tsconfig/node14@1.0.3": {} + '@tsconfig/node14@1.0.3': {} - "@tsconfig/node16@1.0.4": {} + '@tsconfig/node16@1.0.4': {} - "@types/aria-query@5.0.1": {} + '@types/aria-query@5.0.1': {} - "@types/babel__core@7.20.1": + '@types/babel__core@7.20.1': dependencies: - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 - "@types/babel__generator": 7.6.4 - "@types/babel__template": 7.4.1 - "@types/babel__traverse": 7.20.1 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 + '@types/babel__generator': 7.6.4 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.20.1 - "@types/babel__core@7.20.5": + '@types/babel__core@7.20.5': dependencies: - "@babel/parser": 7.23.9 - "@babel/types": 7.23.9 - "@types/babel__generator": 7.6.4 - "@types/babel__template": 7.4.1 - "@types/babel__traverse": 7.20.1 + '@babel/parser': 7.23.9 + '@babel/types': 7.23.9 + '@types/babel__generator': 7.6.4 + '@types/babel__template': 7.4.1 + '@types/babel__traverse': 7.20.1 - "@types/babel__generator@7.6.4": + '@types/babel__generator@7.6.4': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@types/babel__template@7.4.1": + '@types/babel__template@7.4.1': dependencies: - "@babel/parser": 7.22.5 - "@babel/types": 7.22.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 - "@types/babel__traverse@7.20.1": + '@types/babel__traverse@7.20.1': dependencies: - "@babel/types": 7.22.5 + '@babel/types': 7.22.5 - "@types/bn.js@5.1.1": + '@types/bn.js@5.1.1': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/body-parser@1.19.2": + '@types/body-parser@1.19.2': dependencies: - "@types/connect": 3.4.35 - "@types/node": 20.11.13 + '@types/connect': 3.4.35 + '@types/node': 20.11.13 - "@types/bonjour@3.5.10": + '@types/bonjour@3.5.10': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/cli-table@0.3.1": {} + '@types/cli-table@0.3.1': {} - "@types/connect-history-api-fallback@1.5.0": + '@types/connect-history-api-fallback@1.5.0': dependencies: - "@types/express-serve-static-core": 4.17.35 - "@types/node": 20.11.13 + '@types/express-serve-static-core': 4.17.35 + '@types/node': 20.11.13 - "@types/connect@3.4.35": + '@types/connect@3.4.35': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/eslint-scope@3.7.4": + '@types/eslint-scope@3.7.4': dependencies: - "@types/eslint": 8.40.2 - "@types/estree": 1.0.1 + '@types/eslint': 8.40.2 + '@types/estree': 1.0.1 - "@types/eslint@8.40.2": + '@types/eslint@8.40.2': dependencies: - "@types/estree": 1.0.1 - "@types/json-schema": 7.0.12 + '@types/estree': 1.0.1 + '@types/json-schema': 7.0.12 - "@types/estree@0.0.39": {} + '@types/estree@0.0.39': {} - "@types/estree@1.0.1": {} + '@types/estree@1.0.1': {} - "@types/estree@1.0.5": {} + '@types/estree@1.0.5': {} - "@types/express-serve-static-core@4.17.35": + '@types/express-serve-static-core@4.17.35': dependencies: - "@types/node": 20.11.13 - "@types/qs": 6.9.7 - "@types/range-parser": 1.2.4 - "@types/send": 0.17.1 + '@types/node': 20.11.13 + '@types/qs': 6.9.7 + '@types/range-parser': 1.2.4 + '@types/send': 0.17.1 - "@types/express@4.17.17": + '@types/express@4.17.17': dependencies: - "@types/body-parser": 1.19.2 - "@types/express-serve-static-core": 4.17.35 - "@types/qs": 6.9.7 - "@types/serve-static": 1.15.2 + '@types/body-parser': 1.19.2 + '@types/express-serve-static-core': 4.17.35 + '@types/qs': 6.9.7 + '@types/serve-static': 1.15.2 - "@types/flexsearch@0.7.3": {} + '@types/flexsearch@0.7.3': {} - "@types/glob@8.1.0": + '@types/glob@8.1.0': dependencies: - "@types/minimatch": 5.1.2 - "@types/node": 20.11.13 + '@types/minimatch': 5.1.2 + '@types/node': 20.11.13 - "@types/graceful-fs@4.1.6": + '@types/graceful-fs@4.1.6': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/html-minifier-terser@6.1.0": {} + '@types/html-minifier-terser@6.1.0': {} - "@types/http-cache-semantics@4.0.4": {} + '@types/http-cache-semantics@4.0.4': {} - "@types/http-errors@2.0.1": {} + '@types/http-errors@2.0.1': {} - "@types/http-proxy@1.17.11": + '@types/http-proxy@1.17.11': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/istanbul-lib-coverage@2.0.4": {} + '@types/istanbul-lib-coverage@2.0.4': {} - "@types/istanbul-lib-report@3.0.0": + '@types/istanbul-lib-report@3.0.0': dependencies: - "@types/istanbul-lib-coverage": 2.0.4 + '@types/istanbul-lib-coverage': 2.0.4 - "@types/istanbul-reports@3.0.1": + '@types/istanbul-reports@3.0.1': dependencies: - "@types/istanbul-lib-report": 3.0.0 + '@types/istanbul-lib-report': 3.0.0 - "@types/jest@29.5.12": + '@types/jest@29.5.12': dependencies: expect: 29.5.0 pretty-format: 29.7.0 - "@types/js-cookie@2.2.7": {} + '@types/js-cookie@2.2.7': {} - "@types/js-yaml@4.0.5": {} + '@types/js-yaml@4.0.5': {} - "@types/json-schema@7.0.12": {} + '@types/json-schema@7.0.12': {} - "@types/json-stable-stringify@1.0.34": {} + '@types/json-stable-stringify@1.0.34': {} - "@types/json5@0.0.29": {} + '@types/json5@0.0.29': {} - "@types/linkify-it@3.0.2": {} + '@types/linkify-it@3.0.2': {} - "@types/lodash.camelcase@4.3.7": + '@types/lodash.camelcase@4.3.7': dependencies: - "@types/lodash": 4.14.195 + '@types/lodash': 4.14.195 - "@types/lodash@4.14.195": {} + '@types/lodash@4.14.195': {} - "@types/markdown-it@12.2.3": + '@types/markdown-it@12.2.3': dependencies: - "@types/linkify-it": 3.0.2 - "@types/mdurl": 1.0.2 + '@types/linkify-it': 3.0.2 + '@types/mdurl': 1.0.2 - "@types/markdown-it@13.0.7": + '@types/markdown-it@13.0.7': dependencies: - "@types/linkify-it": 3.0.2 - "@types/mdurl": 1.0.2 + '@types/linkify-it': 3.0.2 + '@types/mdurl': 1.0.2 - "@types/mdast@3.0.11": + '@types/mdast@3.0.11': dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 - "@types/mdurl@1.0.2": {} + '@types/mdurl@1.0.2': {} - "@types/mime@1.3.2": {} + '@types/mime@1.3.2': {} - "@types/mime@3.0.1": {} + '@types/mime@3.0.1': {} - "@types/minimatch@5.1.2": {} + '@types/minimatch@5.1.2': {} - "@types/minimist@1.2.2": {} + '@types/minimist@1.2.2': {} - "@types/mkdirp@0.5.2": + '@types/mkdirp@0.5.2': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/mkdirp@1.0.2": + '@types/mkdirp@1.0.2': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/node-fetch@2.6.2": + '@types/node-fetch@2.6.2': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 form-data: 3.0.1 - "@types/node@12.20.55": {} + '@types/node@12.20.55': {} - "@types/node@16.18.34": {} + '@types/node@16.18.34': {} - "@types/node@18.15.13": {} + '@types/node@18.15.13': {} - "@types/node@18.15.3": {} + '@types/node@18.15.3': {} - "@types/node@20.10.5": + '@types/node@20.10.5': dependencies: undici-types: 5.26.5 - "@types/node@20.11.13": + '@types/node@20.11.13': dependencies: undici-types: 5.26.5 - "@types/normalize-package-data@2.4.1": {} + '@types/normalize-package-data@2.4.1': {} - "@types/parse-json@4.0.0": {} + '@types/parse-json@4.0.0': {} - "@types/picomatch@2.3.3": {} + '@types/picomatch@2.3.3': {} - "@types/prettier@2.7.3": {} + '@types/prettier@2.7.3': {} - "@types/prompts@2.4.9": + '@types/prompts@2.4.9': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 kleur: 3.0.3 - "@types/prop-types@15.7.5": {} + '@types/prop-types@15.7.5': {} - "@types/q@1.5.5": {} + '@types/q@1.5.5': {} - "@types/qs@6.9.7": {} + '@types/qs@6.9.7': {} - "@types/ramda@0.29.3": + '@types/ramda@0.29.3': dependencies: types-ramda: 0.29.4 - "@types/range-parser@1.2.4": {} + '@types/range-parser@1.2.4': {} - "@types/react-dom@18.2.4": + '@types/react-dom@18.2.4': dependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - "@types/react@18.2.9": + '@types/react@18.2.9': dependencies: - "@types/prop-types": 15.7.5 - "@types/scheduler": 0.16.3 + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.3 csstype: 3.1.3 - "@types/resolve@0.0.8": + '@types/resolve@0.0.8': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/resolve@1.17.1": + '@types/resolve@1.17.1': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/retry@0.12.0": {} + '@types/retry@0.12.0': {} - "@types/rimraf@3.0.2": + '@types/rimraf@3.0.2': dependencies: - "@types/glob": 8.1.0 - "@types/node": 20.11.13 + '@types/glob': 8.1.0 + '@types/node': 20.11.13 - "@types/scheduler@0.16.3": {} + '@types/scheduler@0.16.3': {} - "@types/semver@7.3.13": {} + '@types/semver@7.3.13': {} - "@types/semver@7.5.4": {} + '@types/semver@7.5.4': {} - "@types/send@0.17.1": + '@types/send@0.17.1': dependencies: - "@types/mime": 1.3.2 - "@types/node": 20.11.13 + '@types/mime': 1.3.2 + '@types/node': 20.11.13 - "@types/serve-index@1.9.1": + '@types/serve-index@1.9.1': dependencies: - "@types/express": 4.17.17 + '@types/express': 4.17.17 - "@types/serve-static@1.15.2": + '@types/serve-static@1.15.2': dependencies: - "@types/http-errors": 2.0.1 - "@types/mime": 3.0.1 - "@types/node": 20.11.13 + '@types/http-errors': 2.0.1 + '@types/mime': 3.0.1 + '@types/node': 20.11.13 - "@types/sockjs@0.3.33": + '@types/sockjs@0.3.33': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/stack-utils@2.0.1": {} + '@types/stack-utils@2.0.1': {} - "@types/trusted-types@2.0.3": {} + '@types/trusted-types@2.0.3': {} - "@types/unist@2.0.6": {} + '@types/unist@2.0.6': {} - "@types/uuid@9.0.1": {} + '@types/uuid@9.0.1': {} - "@types/web-bluetooth@0.0.20": {} + '@types/web-bluetooth@0.0.20': {} - "@types/web@0.0.65": {} + '@types/web@0.0.65': {} - "@types/which@2.0.2": {} + '@types/which@2.0.2': {} - "@types/ws@8.5.5": + '@types/ws@8.5.5': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@types/yargs-parser@21.0.0": {} + '@types/yargs-parser@21.0.0': {} - "@types/yargs@16.0.5": + '@types/yargs@16.0.5': dependencies: - "@types/yargs-parser": 21.0.0 + '@types/yargs-parser': 21.0.0 - "@types/yargs@17.0.24": + '@types/yargs@17.0.24': dependencies: - "@types/yargs-parser": 21.0.0 + '@types/yargs-parser': 21.0.0 - "@types/yauzl@2.10.3": + '@types/yauzl@2.10.3': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 optional: true - ? "@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@5.2.2))(eslint@8.38.0)(typescript@5.2.2)" - : dependencies: - "@eslint-community/regexpp": 4.5.1 - "@typescript-eslint/parser": 5.59.0(eslint@8.38.0)(typescript@5.2.2) - "@typescript-eslint/scope-manager": 5.59.0 - "@typescript-eslint/type-utils": 5.59.0(eslint@8.38.0)(typescript@5.2.2) - "@typescript-eslint/utils": 5.59.0(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@5.2.2))(eslint@8.38.0)(typescript@5.2.2)': + dependencies: + '@eslint-community/regexpp': 4.5.1 + '@typescript-eslint/parser': 5.59.0(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 5.59.0 + '@typescript-eslint/type-utils': 5.59.0(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@5.2.2) debug: 4.3.4(supports-color@5.5.0) eslint: 8.38.0 grapheme-splitter: 1.0.4 @@ -24113,13 +24113,13 @@ snapshots: transitivePeerDependencies: - supports-color - ? "@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2)" - : dependencies: - "@eslint-community/regexpp": 4.5.1 - "@typescript-eslint/parser": 5.59.0(eslint@8.54.0)(typescript@5.2.2) - "@typescript-eslint/scope-manager": 5.59.0 - "@typescript-eslint/type-utils": 5.59.0(eslint@8.54.0)(typescript@5.2.2) - "@typescript-eslint/utils": 5.59.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2)': + dependencies: + '@eslint-community/regexpp': 4.5.1 + '@typescript-eslint/parser': 5.59.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 5.59.0 + '@typescript-eslint/type-utils': 5.59.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/utils': 5.59.0(eslint@8.54.0)(typescript@5.2.2) debug: 4.3.4(supports-color@5.5.0) eslint: 8.54.0 grapheme-splitter: 1.0.4 @@ -24132,14 +24132,14 @@ snapshots: transitivePeerDependencies: - supports-color - ? "@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0)(typescript@5.2.2)" - : dependencies: - "@eslint-community/regexpp": 4.5.1 - "@typescript-eslint/parser": 6.9.1(eslint@8.52.0)(typescript@5.2.2) - "@typescript-eslint/scope-manager": 6.9.1 - "@typescript-eslint/type-utils": 6.9.1(eslint@8.52.0)(typescript@5.2.2) - "@typescript-eslint/utils": 6.9.1(eslint@8.52.0)(typescript@5.2.2) - "@typescript-eslint/visitor-keys": 6.9.1 + '@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0)(typescript@5.2.2)': + dependencies: + '@eslint-community/regexpp': 4.5.1 + '@typescript-eslint/parser': 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.9.1 + '@typescript-eslint/type-utils': 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.9.1 debug: 4.3.4(supports-color@5.5.0) eslint: 8.52.0 graphemer: 1.4.0 @@ -24152,19 +24152,19 @@ snapshots: transitivePeerDependencies: - supports-color - ? "@typescript-eslint/experimental-utils@5.60.1(eslint@8.54.0)(typescript@5.2.2)" - : dependencies: - "@typescript-eslint/utils": 5.60.1(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/experimental-utils@5.60.1(eslint@8.54.0)(typescript@5.2.2)': + dependencies: + '@typescript-eslint/utils': 5.60.1(eslint@8.54.0)(typescript@5.2.2) eslint: 8.54.0 transitivePeerDependencies: - supports-color - typescript - "@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@5.2.2)": + '@typescript-eslint/parser@5.59.0(eslint@8.38.0)(typescript@5.2.2)': dependencies: - "@typescript-eslint/scope-manager": 5.59.0 - "@typescript-eslint/types": 5.59.0 - "@typescript-eslint/typescript-estree": 5.59.0(typescript@5.2.2) + '@typescript-eslint/scope-manager': 5.59.0 + '@typescript-eslint/types': 5.59.0 + '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.2.2) debug: 4.3.4(supports-color@5.5.0) eslint: 8.38.0 optionalDependencies: @@ -24172,11 +24172,11 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2)": + '@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2)': dependencies: - "@typescript-eslint/scope-manager": 5.59.0 - "@typescript-eslint/types": 5.59.0 - "@typescript-eslint/typescript-estree": 5.59.0(typescript@5.2.2) + '@typescript-eslint/scope-manager': 5.59.0 + '@typescript-eslint/types': 5.59.0 + '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.2.2) debug: 4.3.4(supports-color@5.5.0) eslint: 8.54.0 optionalDependencies: @@ -24184,12 +24184,12 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2)": + '@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2)': dependencies: - "@typescript-eslint/scope-manager": 6.9.1 - "@typescript-eslint/types": 6.9.1 - "@typescript-eslint/typescript-estree": 6.9.1(typescript@5.2.2) - "@typescript-eslint/visitor-keys": 6.9.1 + '@typescript-eslint/scope-manager': 6.9.1 + '@typescript-eslint/types': 6.9.1 + '@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.9.1 debug: 4.3.4(supports-color@5.5.0) eslint: 8.52.0 optionalDependencies: @@ -24197,12 +24197,12 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2)": + '@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2)': dependencies: - "@typescript-eslint/scope-manager": 6.9.1 - "@typescript-eslint/types": 6.9.1 - "@typescript-eslint/typescript-estree": 6.9.1(typescript@5.2.2) - "@typescript-eslint/visitor-keys": 6.9.1 + '@typescript-eslint/scope-manager': 6.9.1 + '@typescript-eslint/types': 6.9.1 + '@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.9.1 debug: 4.3.4(supports-color@5.5.0) eslint: 8.54.0 optionalDependencies: @@ -24210,25 +24210,25 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/scope-manager@5.59.0": + '@typescript-eslint/scope-manager@5.59.0': dependencies: - "@typescript-eslint/types": 5.59.0 - "@typescript-eslint/visitor-keys": 5.59.0 + '@typescript-eslint/types': 5.59.0 + '@typescript-eslint/visitor-keys': 5.59.0 - "@typescript-eslint/scope-manager@5.60.1": + '@typescript-eslint/scope-manager@5.60.1': dependencies: - "@typescript-eslint/types": 5.60.1 - "@typescript-eslint/visitor-keys": 5.60.1 + '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/visitor-keys': 5.60.1 - "@typescript-eslint/scope-manager@6.9.1": + '@typescript-eslint/scope-manager@6.9.1': dependencies: - "@typescript-eslint/types": 6.9.1 - "@typescript-eslint/visitor-keys": 6.9.1 + '@typescript-eslint/types': 6.9.1 + '@typescript-eslint/visitor-keys': 6.9.1 - "@typescript-eslint/type-utils@5.59.0(eslint@8.38.0)(typescript@5.2.2)": + '@typescript-eslint/type-utils@5.59.0(eslint@8.38.0)(typescript@5.2.2)': dependencies: - "@typescript-eslint/typescript-estree": 5.59.0(typescript@5.2.2) - "@typescript-eslint/utils": 5.59.0(eslint@8.38.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.2.2) + '@typescript-eslint/utils': 5.59.0(eslint@8.38.0)(typescript@5.2.2) debug: 4.3.4(supports-color@5.5.0) eslint: 8.38.0 tsutils: 3.21.0(typescript@5.2.2) @@ -24237,10 +24237,10 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/type-utils@5.59.0(eslint@8.54.0)(typescript@5.2.2)": + '@typescript-eslint/type-utils@5.59.0(eslint@8.54.0)(typescript@5.2.2)': dependencies: - "@typescript-eslint/typescript-estree": 5.59.0(typescript@5.2.2) - "@typescript-eslint/utils": 5.59.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.2.2) + '@typescript-eslint/utils': 5.59.0(eslint@8.54.0)(typescript@5.2.2) debug: 4.3.4(supports-color@5.5.0) eslint: 8.54.0 tsutils: 3.21.0(typescript@5.2.2) @@ -24249,10 +24249,10 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/type-utils@6.9.1(eslint@8.52.0)(typescript@5.2.2)": + '@typescript-eslint/type-utils@6.9.1(eslint@8.52.0)(typescript@5.2.2)': dependencies: - "@typescript-eslint/typescript-estree": 6.9.1(typescript@5.2.2) - "@typescript-eslint/utils": 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2) + '@typescript-eslint/utils': 6.9.1(eslint@8.52.0)(typescript@5.2.2) debug: 4.3.4(supports-color@5.5.0) eslint: 8.52.0 ts-api-utils: 1.0.3(typescript@5.2.2) @@ -24261,16 +24261,16 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/types@5.59.0": {} + '@typescript-eslint/types@5.59.0': {} - "@typescript-eslint/types@5.60.1": {} + '@typescript-eslint/types@5.60.1': {} - "@typescript-eslint/types@6.9.1": {} + '@typescript-eslint/types@6.9.1': {} - "@typescript-eslint/typescript-estree@5.59.0(typescript@5.2.2)": + '@typescript-eslint/typescript-estree@5.59.0(typescript@5.2.2)': dependencies: - "@typescript-eslint/types": 5.59.0 - "@typescript-eslint/visitor-keys": 5.59.0 + '@typescript-eslint/types': 5.59.0 + '@typescript-eslint/visitor-keys': 5.59.0 debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 @@ -24281,10 +24281,10 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/typescript-estree@5.60.1(typescript@5.2.2)": + '@typescript-eslint/typescript-estree@5.60.1(typescript@5.2.2)': dependencies: - "@typescript-eslint/types": 5.60.1 - "@typescript-eslint/visitor-keys": 5.60.1 + '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/visitor-keys': 5.60.1 debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 @@ -24295,10 +24295,10 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/typescript-estree@6.9.1(typescript@5.2.2)": + '@typescript-eslint/typescript-estree@6.9.1(typescript@5.2.2)': dependencies: - "@typescript-eslint/types": 6.9.1 - "@typescript-eslint/visitor-keys": 6.9.1 + '@typescript-eslint/types': 6.9.1 + '@typescript-eslint/visitor-keys': 6.9.1 debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 @@ -24309,14 +24309,14 @@ snapshots: transitivePeerDependencies: - supports-color - "@typescript-eslint/utils@5.59.0(eslint@8.38.0)(typescript@5.2.2)": + '@typescript-eslint/utils@5.59.0(eslint@8.38.0)(typescript@5.2.2)': dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.38.0) - "@types/json-schema": 7.0.12 - "@types/semver": 7.3.13 - "@typescript-eslint/scope-manager": 5.59.0 - "@typescript-eslint/types": 5.59.0 - "@typescript-eslint/typescript-estree": 5.59.0(typescript@5.2.2) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.59.0 + '@typescript-eslint/types': 5.59.0 + '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.2.2) eslint: 8.38.0 eslint-scope: 5.1.1 semver: 7.3.8 @@ -24324,14 +24324,14 @@ snapshots: - supports-color - typescript - "@typescript-eslint/utils@5.59.0(eslint@8.54.0)(typescript@5.2.2)": + '@typescript-eslint/utils@5.59.0(eslint@8.54.0)(typescript@5.2.2)': dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.54.0) - "@types/json-schema": 7.0.12 - "@types/semver": 7.3.13 - "@typescript-eslint/scope-manager": 5.59.0 - "@typescript-eslint/types": 5.59.0 - "@typescript-eslint/typescript-estree": 5.59.0(typescript@5.2.2) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.59.0 + '@typescript-eslint/types': 5.59.0 + '@typescript-eslint/typescript-estree': 5.59.0(typescript@5.2.2) eslint: 8.54.0 eslint-scope: 5.1.1 semver: 7.3.8 @@ -24339,14 +24339,14 @@ snapshots: - supports-color - typescript - "@typescript-eslint/utils@5.60.1(eslint@8.54.0)(typescript@5.2.2)": + '@typescript-eslint/utils@5.60.1(eslint@8.54.0)(typescript@5.2.2)': dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.54.0) - "@types/json-schema": 7.0.12 - "@types/semver": 7.3.13 - "@typescript-eslint/scope-manager": 5.60.1 - "@typescript-eslint/types": 5.60.1 - "@typescript-eslint/typescript-estree": 5.60.1(typescript@5.2.2) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.3.13 + '@typescript-eslint/scope-manager': 5.60.1 + '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.2.2) eslint: 8.54.0 eslint-scope: 5.1.1 semver: 7.5.4 @@ -24354,64 +24354,64 @@ snapshots: - supports-color - typescript - "@typescript-eslint/utils@6.9.1(eslint@8.52.0)(typescript@5.2.2)": + '@typescript-eslint/utils@6.9.1(eslint@8.52.0)(typescript@5.2.2)': dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.52.0) - "@types/json-schema": 7.0.12 - "@types/semver": 7.5.4 - "@typescript-eslint/scope-manager": 6.9.1 - "@typescript-eslint/types": 6.9.1 - "@typescript-eslint/typescript-estree": 6.9.1(typescript@5.2.2) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.4 + '@typescript-eslint/scope-manager': 6.9.1 + '@typescript-eslint/types': 6.9.1 + '@typescript-eslint/typescript-estree': 6.9.1(typescript@5.2.2) eslint: 8.52.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript - "@typescript-eslint/visitor-keys@5.59.0": + '@typescript-eslint/visitor-keys@5.59.0': dependencies: - "@typescript-eslint/types": 5.59.0 + '@typescript-eslint/types': 5.59.0 eslint-visitor-keys: 3.4.3 - "@typescript-eslint/visitor-keys@5.60.1": + '@typescript-eslint/visitor-keys@5.60.1': dependencies: - "@typescript-eslint/types": 5.60.1 + '@typescript-eslint/types': 5.60.1 eslint-visitor-keys: 3.4.3 - "@typescript-eslint/visitor-keys@6.9.1": + '@typescript-eslint/visitor-keys@6.9.1': dependencies: - "@typescript-eslint/types": 6.9.1 + '@typescript-eslint/types': 6.9.1 eslint-visitor-keys: 3.4.3 - "@ungap/structured-clone@1.2.0": {} + '@ungap/structured-clone@1.2.0': {} - ? "@vitejs/plugin-react@4.2.1(vite@5.2.10(@types/node@20.11.13)(terser@5.18.2))" - : dependencies: - "@babel/core": 7.24.4 - "@babel/plugin-transform-react-jsx-self": 7.24.1(@babel/core@7.24.4) - "@babel/plugin-transform-react-jsx-source": 7.24.1(@babel/core@7.24.4) - "@types/babel__core": 7.20.5 + '@vitejs/plugin-react@4.2.1(vite@5.2.10(@types/node@20.11.13)(terser@5.18.2))': + dependencies: + '@babel/core': 7.24.4 + '@babel/plugin-transform-react-jsx-self': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-react-jsx-source': 7.24.1(@babel/core@7.24.4) + '@types/babel__core': 7.20.5 react-refresh: 0.14.0 vite: 5.2.10(@types/node@20.11.13)(terser@5.18.2) transitivePeerDependencies: - supports-color - ? "@vitejs/plugin-vue@5.0.3(vite@5.2.10(@types/node@20.11.13)(terser@5.18.2))(vue@3.4.15(typescript@5.2.2))" - : dependencies: + '@vitejs/plugin-vue@5.0.3(vite@5.2.10(@types/node@20.11.13)(terser@5.18.2))(vue@3.4.15(typescript@5.2.2))': + dependencies: vite: 5.2.10(@types/node@20.11.13)(terser@5.18.2) vue: 3.4.15(typescript@5.2.2) - "@vitest/browser@1.6.0(vitest@1.6.0)(webdriverio@8.36.1(typescript@5.2.2))": + '@vitest/browser@1.6.0(vitest@1.6.0)(webdriverio@8.36.1(typescript@5.2.2))': dependencies: - "@vitest/utils": 1.6.0 + '@vitest/utils': 1.6.0 magic-string: 0.30.5 sirv: 2.0.4 vitest: 1.6.0(@types/node@20.11.13)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2) optionalDependencies: webdriverio: 8.36.1(typescript@5.2.2) - ? "@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@18.15.3)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2))" - : dependencies: + '@vitest/coverage-istanbul@1.6.0(vitest@1.6.0(@types/node@18.15.3)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2))': + dependencies: debug: 4.3.4(supports-color@5.5.0) istanbul-lib-coverage: 3.2.2 istanbul-lib-instrument: 6.0.1 @@ -24425,128 +24425,128 @@ snapshots: transitivePeerDependencies: - supports-color - "@vitest/expect@1.6.0": + '@vitest/expect@1.6.0': dependencies: - "@vitest/spy": 1.6.0 - "@vitest/utils": 1.6.0 + '@vitest/spy': 1.6.0 + '@vitest/utils': 1.6.0 chai: 4.4.1 - "@vitest/runner@1.6.0": + '@vitest/runner@1.6.0': dependencies: - "@vitest/utils": 1.6.0 + '@vitest/utils': 1.6.0 p-limit: 5.0.0 pathe: 1.1.2 - "@vitest/snapshot@1.6.0": + '@vitest/snapshot@1.6.0': dependencies: magic-string: 0.30.5 pathe: 1.1.2 pretty-format: 29.7.0 - "@vitest/spy@1.6.0": + '@vitest/spy@1.6.0': dependencies: tinyspy: 2.2.0 - "@vitest/utils@1.6.0": + '@vitest/utils@1.6.0': dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 loupe: 2.3.7 pretty-format: 29.7.0 - "@vue/compiler-core@3.4.15": + '@vue/compiler-core@3.4.15': dependencies: - "@babel/parser": 7.23.9 - "@vue/shared": 3.4.15 + '@babel/parser': 7.23.9 + '@vue/shared': 3.4.15 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.0.2 - "@vue/compiler-dom@3.4.15": + '@vue/compiler-dom@3.4.15': dependencies: - "@vue/compiler-core": 3.4.15 - "@vue/shared": 3.4.15 + '@vue/compiler-core': 3.4.15 + '@vue/shared': 3.4.15 - "@vue/compiler-sfc@3.4.15": + '@vue/compiler-sfc@3.4.15': dependencies: - "@babel/parser": 7.23.9 - "@vue/compiler-core": 3.4.15 - "@vue/compiler-dom": 3.4.15 - "@vue/compiler-ssr": 3.4.15 - "@vue/shared": 3.4.15 + '@babel/parser': 7.23.9 + '@vue/compiler-core': 3.4.15 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 estree-walker: 2.0.2 magic-string: 0.30.5 postcss: 8.4.33 source-map-js: 1.0.2 - "@vue/compiler-ssr@3.4.15": + '@vue/compiler-ssr@3.4.15': dependencies: - "@vue/compiler-dom": 3.4.15 - "@vue/shared": 3.4.15 + '@vue/compiler-dom': 3.4.15 + '@vue/shared': 3.4.15 - "@vue/devtools-api@6.5.0": {} + '@vue/devtools-api@6.5.0': {} - "@vue/devtools-api@6.5.1": {} + '@vue/devtools-api@6.5.1': {} - "@vue/reactivity@3.4.15": + '@vue/reactivity@3.4.15': dependencies: - "@vue/shared": 3.4.15 + '@vue/shared': 3.4.15 - "@vue/runtime-core@3.4.15": + '@vue/runtime-core@3.4.15': dependencies: - "@vue/reactivity": 3.4.15 - "@vue/shared": 3.4.15 + '@vue/reactivity': 3.4.15 + '@vue/shared': 3.4.15 - "@vue/runtime-dom@3.4.15": + '@vue/runtime-dom@3.4.15': dependencies: - "@vue/runtime-core": 3.4.15 - "@vue/shared": 3.4.15 + '@vue/runtime-core': 3.4.15 + '@vue/shared': 3.4.15 csstype: 3.1.3 - "@vue/server-renderer@3.4.15(vue@3.4.15(typescript@5.2.2))": + '@vue/server-renderer@3.4.15(vue@3.4.15(typescript@5.2.2))': dependencies: - "@vue/compiler-ssr": 3.4.15 - "@vue/shared": 3.4.15 + '@vue/compiler-ssr': 3.4.15 + '@vue/shared': 3.4.15 vue: 3.4.15(typescript@5.2.2) - "@vue/shared@3.4.15": {} + '@vue/shared@3.4.15': {} - "@vueuse/core@10.7.2(vue@3.4.15(typescript@5.2.2))": + '@vueuse/core@10.7.2(vue@3.4.15(typescript@5.2.2))': dependencies: - "@types/web-bluetooth": 0.0.20 - "@vueuse/metadata": 10.7.2 - "@vueuse/shared": 10.7.2(vue@3.4.15(typescript@5.2.2)) + '@types/web-bluetooth': 0.0.20 + '@vueuse/metadata': 10.7.2 + '@vueuse/shared': 10.7.2(vue@3.4.15(typescript@5.2.2)) vue-demi: 0.14.6(vue@3.4.15(typescript@5.2.2)) transitivePeerDependencies: - - "@vue/composition-api" + - '@vue/composition-api' - vue - ? "@vueuse/integrations@10.7.2(change-case@4.1.2)(focus-trap@7.5.4)(vue@3.4.15(typescript@5.2.2))" - : dependencies: - "@vueuse/core": 10.7.2(vue@3.4.15(typescript@5.2.2)) - "@vueuse/shared": 10.7.2(vue@3.4.15(typescript@5.2.2)) + '@vueuse/integrations@10.7.2(change-case@4.1.2)(focus-trap@7.5.4)(vue@3.4.15(typescript@5.2.2))': + dependencies: + '@vueuse/core': 10.7.2(vue@3.4.15(typescript@5.2.2)) + '@vueuse/shared': 10.7.2(vue@3.4.15(typescript@5.2.2)) vue-demi: 0.14.6(vue@3.4.15(typescript@5.2.2)) optionalDependencies: change-case: 4.1.2 focus-trap: 7.5.4 transitivePeerDependencies: - - "@vue/composition-api" + - '@vue/composition-api' - vue - "@vueuse/metadata@10.7.2": {} + '@vueuse/metadata@10.7.2': {} - "@vueuse/shared@10.7.2(vue@3.4.15(typescript@5.2.2))": + '@vueuse/shared@10.7.2(vue@3.4.15(typescript@5.2.2))': dependencies: vue-demi: 0.14.6(vue@3.4.15(typescript@5.2.2)) transitivePeerDependencies: - - "@vue/composition-api" + - '@vue/composition-api' - vue - "@wdio/config@8.36.1": + '@wdio/config@8.36.1': dependencies: - "@wdio/logger": 8.28.0 - "@wdio/types": 8.36.1 - "@wdio/utils": 8.36.1 + '@wdio/logger': 8.28.0 + '@wdio/types': 8.36.1 + '@wdio/utils': 8.36.1 decamelize: 6.0.0 deepmerge-ts: 5.1.0 glob: 10.2.6 @@ -24554,28 +24554,28 @@ snapshots: transitivePeerDependencies: - supports-color - "@wdio/logger@8.28.0": + '@wdio/logger@8.28.0': dependencies: chalk: 5.3.0 loglevel: 1.9.1 loglevel-plugin-prefix: 0.8.4 strip-ansi: 7.1.0 - "@wdio/protocols@8.32.0": {} + '@wdio/protocols@8.32.0': {} - "@wdio/repl@8.24.12": + '@wdio/repl@8.24.12': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@wdio/types@8.36.1": + '@wdio/types@8.36.1': dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 - "@wdio/utils@8.36.1": + '@wdio/utils@8.36.1': dependencies: - "@puppeteer/browsers": 1.9.1 - "@wdio/logger": 8.28.0 - "@wdio/types": 8.36.1 + '@puppeteer/browsers': 1.9.1 + '@wdio/logger': 8.28.0 + '@wdio/types': 8.36.1 decamelize: 6.0.0 deepmerge-ts: 5.1.0 edgedriver: 5.3.9 @@ -24589,87 +24589,87 @@ snapshots: transitivePeerDependencies: - supports-color - "@webassemblyjs/ast@1.11.6": + '@webassemblyjs/ast@1.11.6': dependencies: - "@webassemblyjs/helper-numbers": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 + '@webassemblyjs/helper-numbers': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - "@webassemblyjs/floating-point-hex-parser@1.11.6": {} + '@webassemblyjs/floating-point-hex-parser@1.11.6': {} - "@webassemblyjs/helper-api-error@1.11.6": {} + '@webassemblyjs/helper-api-error@1.11.6': {} - "@webassemblyjs/helper-buffer@1.11.6": {} + '@webassemblyjs/helper-buffer@1.11.6': {} - "@webassemblyjs/helper-numbers@1.11.6": + '@webassemblyjs/helper-numbers@1.11.6': dependencies: - "@webassemblyjs/floating-point-hex-parser": 1.11.6 - "@webassemblyjs/helper-api-error": 1.11.6 - "@xtuc/long": 4.2.2 + '@webassemblyjs/floating-point-hex-parser': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@xtuc/long': 4.2.2 - "@webassemblyjs/helper-wasm-bytecode@1.11.6": {} + '@webassemblyjs/helper-wasm-bytecode@1.11.6': {} - "@webassemblyjs/helper-wasm-section@1.11.6": + '@webassemblyjs/helper-wasm-section@1.11.6': dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 - "@webassemblyjs/ieee754@1.11.6": + '@webassemblyjs/ieee754@1.11.6': dependencies: - "@xtuc/ieee754": 1.2.0 + '@xtuc/ieee754': 1.2.0 - "@webassemblyjs/leb128@1.11.6": + '@webassemblyjs/leb128@1.11.6': dependencies: - "@xtuc/long": 4.2.2 + '@xtuc/long': 4.2.2 - "@webassemblyjs/utf8@1.11.6": {} + '@webassemblyjs/utf8@1.11.6': {} - "@webassemblyjs/wasm-edit@1.11.6": + '@webassemblyjs/wasm-edit@1.11.6': dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/helper-wasm-section": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 - "@webassemblyjs/wasm-opt": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 - "@webassemblyjs/wast-printer": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/helper-wasm-section': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-opt': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + '@webassemblyjs/wast-printer': 1.11.6 - "@webassemblyjs/wasm-gen@1.11.6": + '@webassemblyjs/wasm-gen@1.11.6': dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/ieee754": 1.11.6 - "@webassemblyjs/leb128": 1.11.6 - "@webassemblyjs/utf8": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 - "@webassemblyjs/wasm-opt@1.11.6": + '@webassemblyjs/wasm-opt@1.11.6': dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-buffer": 1.11.6 - "@webassemblyjs/wasm-gen": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 - "@webassemblyjs/wasm-parser@1.11.6": + '@webassemblyjs/wasm-parser@1.11.6': dependencies: - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/helper-api-error": 1.11.6 - "@webassemblyjs/helper-wasm-bytecode": 1.11.6 - "@webassemblyjs/ieee754": 1.11.6 - "@webassemblyjs/leb128": 1.11.6 - "@webassemblyjs/utf8": 1.11.6 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 - "@webassemblyjs/wast-printer@1.11.6": + '@webassemblyjs/wast-printer@1.11.6': dependencies: - "@webassemblyjs/ast": 1.11.6 - "@xtuc/long": 4.2.2 + '@webassemblyjs/ast': 1.11.6 + '@xtuc/long': 4.2.2 - "@whatwg-node/events@0.0.3": {} + '@whatwg-node/events@0.0.3': {} - "@whatwg-node/fetch@0.3.2": + '@whatwg-node/fetch@0.3.2': dependencies: - "@peculiar/webcrypto": 1.4.3 + '@peculiar/webcrypto': 1.4.3 abort-controller: 3.0.0 busboy: 1.6.0 event-target-polyfill: 0.0.3 @@ -24681,31 +24681,31 @@ snapshots: transitivePeerDependencies: - encoding - "@whatwg-node/fetch@0.8.8": + '@whatwg-node/fetch@0.8.8': dependencies: - "@peculiar/webcrypto": 1.4.3 - "@whatwg-node/node-fetch": 0.3.6 + '@peculiar/webcrypto': 1.4.3 + '@whatwg-node/node-fetch': 0.3.6 busboy: 1.6.0 urlpattern-polyfill: 8.0.2 web-streams-polyfill: 3.2.1 - "@whatwg-node/node-fetch@0.3.6": + '@whatwg-node/node-fetch@0.3.6': dependencies: - "@whatwg-node/events": 0.0.3 + '@whatwg-node/events': 0.0.3 busboy: 1.6.0 fast-querystring: 1.1.2 fast-url-parser: 1.1.3 tslib: 2.6.0 - "@xobotyi/scrollbar-width@1.9.5": {} + '@xobotyi/scrollbar-width@1.9.5': {} - "@xtuc/ieee754@1.2.0": {} + '@xtuc/ieee754@1.2.0': {} - "@xtuc/long@4.2.2": {} + '@xtuc/long@4.2.2': {} - "@zkochan/retry@0.2.0": {} + '@zkochan/retry@0.2.0': {} - "@zkochan/rimraf@2.1.3": + '@zkochan/rimraf@2.1.3': dependencies: rimraf: 3.0.2 @@ -24804,20 +24804,20 @@ snapshots: algoliasearch@4.22.1: dependencies: - "@algolia/cache-browser-local-storage": 4.22.1 - "@algolia/cache-common": 4.22.1 - "@algolia/cache-in-memory": 4.22.1 - "@algolia/client-account": 4.22.1 - "@algolia/client-analytics": 4.22.1 - "@algolia/client-common": 4.22.1 - "@algolia/client-personalization": 4.22.1 - "@algolia/client-search": 4.22.1 - "@algolia/logger-common": 4.22.1 - "@algolia/logger-console": 4.22.1 - "@algolia/requester-browser-xhr": 4.22.1 - "@algolia/requester-common": 4.22.1 - "@algolia/requester-node-http": 4.22.1 - "@algolia/transporter": 4.22.1 + '@algolia/cache-browser-local-storage': 4.22.1 + '@algolia/cache-common': 4.22.1 + '@algolia/cache-in-memory': 4.22.1 + '@algolia/client-account': 4.22.1 + '@algolia/client-analytics': 4.22.1 + '@algolia/client-common': 4.22.1 + '@algolia/client-personalization': 4.22.1 + '@algolia/client-search': 4.22.1 + '@algolia/logger-common': 4.22.1 + '@algolia/logger-console': 4.22.1 + '@algolia/requester-browser-xhr': 4.22.1 + '@algolia/requester-common': 4.22.1 + '@algolia/requester-node-http': 4.22.1 + '@algolia/transporter': 4.22.1 ansi-colors@4.1.3: {} @@ -24896,8 +24896,8 @@ snapshots: aria-query@4.2.2: dependencies: - "@babel/runtime": 7.22.5 - "@babel/runtime-corejs3": 7.22.5 + '@babel/runtime': 7.22.5 + '@babel/runtime-corejs3': 7.22.5 aria-query@5.1.3: dependencies: @@ -25087,10 +25087,10 @@ snapshots: babel-jest@27.5.1(@babel/core@7.22.5): dependencies: - "@babel/core": 7.22.5 - "@jest/transform": 27.5.1 - "@jest/types": 27.5.1 - "@types/babel__core": 7.20.1 + '@babel/core': 7.22.5 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/babel__core': 7.20.1 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 27.5.1(@babel/core@7.22.5) chalk: 4.1.2 @@ -25101,10 +25101,10 @@ snapshots: babel-jest@27.5.1(@babel/core@7.24.4): dependencies: - "@babel/core": 7.24.4 - "@jest/transform": 27.5.1 - "@jest/types": 27.5.1 - "@types/babel__core": 7.20.1 + '@babel/core': 7.24.4 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/babel__core': 7.20.1 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 27.5.1(@babel/core@7.24.4) chalk: 4.1.2 @@ -25115,7 +25115,7 @@ snapshots: babel-loader@8.3.0(@babel/core@7.22.5)(webpack@5.88.0(esbuild@0.17.19)): dependencies: - "@babel/core": 7.22.5 + '@babel/core': 7.22.5 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -25124,9 +25124,9 @@ snapshots: babel-plugin-istanbul@6.1.1: dependencies: - "@babel/helper-plugin-utils": 7.22.5 - "@istanbuljs/load-nyc-config": 1.1.0 - "@istanbuljs/schema": 0.1.3 + '@babel/helper-plugin-utils': 7.22.5 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 test-exclude: 6.0.0 transitivePeerDependencies: @@ -25134,42 +25134,42 @@ snapshots: babel-plugin-jest-hoist@27.5.1: dependencies: - "@babel/template": 7.22.5 - "@babel/types": 7.24.0 - "@types/babel__core": 7.20.1 - "@types/babel__traverse": 7.20.1 + '@babel/template': 7.22.5 + '@babel/types': 7.24.0 + '@types/babel__core': 7.20.1 + '@types/babel__traverse': 7.20.1 babel-plugin-macros@3.1.0: dependencies: - "@babel/runtime": 7.22.5 + '@babel/runtime': 7.22.5 cosmiconfig: 7.1.0 resolve: 1.22.8 babel-plugin-named-asset-import@0.3.8(@babel/core@7.22.5): dependencies: - "@babel/core": 7.22.5 + '@babel/core': 7.22.5 babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.5): dependencies: - "@babel/compat-data": 7.22.5 - "@babel/core": 7.22.5 - "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.5) + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) semver: 6.3.1 transitivePeerDependencies: - supports-color babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.5): dependencies: - "@babel/core": 7.22.5 - "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) core-js-compat: 3.31.0 transitivePeerDependencies: - supports-color babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.5): dependencies: - "@babel/core": 7.22.5 - "@babel/helper-define-polyfill-provider": 0.4.0(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) transitivePeerDependencies: - supports-color @@ -25179,98 +25179,98 @@ snapshots: babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.5): dependencies: - "@babel/core": 7.22.5 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.22.5) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.5) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.22.5) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.22.5) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.22.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5) babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.4): dependencies: - "@babel/core": 7.24.4 - "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.24.4) - "@babel/plugin-syntax-bigint": 7.8.3(@babel/core@7.24.4) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.24.4) - "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.24.4) - "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.24.4) - "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.24.4) - "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.24.4) - "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.24.4) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.24.4) - "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.24.4) - "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.24.4) - "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.24.4) + '@babel/core': 7.24.4 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.4) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.4) babel-preset-fbjs@3.4.0(@babel/core@7.22.5): dependencies: - "@babel/core": 7.22.5 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.5) - "@babel/plugin-proposal-object-rest-spread": 7.20.7(@babel/core@7.22.5) - "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.22.5) - "@babel/plugin-syntax-flow": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-syntax-jsx": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.22.5) - "@babel/plugin-transform-arrow-functions": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-block-scoped-functions": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-block-scoping": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-classes": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-computed-properties": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-destructuring": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-flow-strip-types": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-for-of": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-function-name": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-literals": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-member-expression-literals": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-modules-commonjs": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-object-super": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-parameters": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-property-literals": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-react-jsx": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-shorthand-properties": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-spread": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-template-literals": 7.22.5(@babel/core@7.22.5) + '@babel/core': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.5) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color babel-preset-jest@27.5.1(@babel/core@7.22.5): dependencies: - "@babel/core": 7.22.5 + '@babel/core': 7.22.5 babel-plugin-jest-hoist: 27.5.1 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.5) babel-preset-jest@27.5.1(@babel/core@7.24.4): dependencies: - "@babel/core": 7.24.4 + '@babel/core': 7.24.4 babel-plugin-jest-hoist: 27.5.1 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.4) babel-preset-react-app@10.0.1: dependencies: - "@babel/core": 7.22.5 - "@babel/plugin-proposal-class-properties": 7.18.6(@babel/core@7.22.5) - "@babel/plugin-proposal-decorators": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-proposal-nullish-coalescing-operator": 7.18.6(@babel/core@7.22.5) - "@babel/plugin-proposal-numeric-separator": 7.18.6(@babel/core@7.22.5) - "@babel/plugin-proposal-optional-chaining": 7.21.0(@babel/core@7.22.5) - "@babel/plugin-proposal-private-methods": 7.18.6(@babel/core@7.22.5) - "@babel/plugin-proposal-private-property-in-object": 7.21.11(@babel/core@7.22.5) - "@babel/plugin-transform-flow-strip-types": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-react-display-name": 7.22.5(@babel/core@7.22.5) - "@babel/plugin-transform-runtime": 7.22.5(@babel/core@7.22.5) - "@babel/preset-env": 7.22.5(@babel/core@7.22.5) - "@babel/preset-react": 7.22.5(@babel/core@7.22.5) - "@babel/preset-typescript": 7.22.5(@babel/core@7.22.5) - "@babel/runtime": 7.22.5 + '@babel/core': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-decorators': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.11(@babel/core@7.22.5) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-runtime': 7.22.5(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/preset-react': 7.22.5(@babel/core@7.22.5) + '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/runtime': 7.22.5 babel-plugin-macros: 3.1.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 transitivePeerDependencies: @@ -25516,7 +25516,7 @@ snapshots: cacheable-request@10.2.14: dependencies: - "@types/http-cache-semantics": 4.0.4 + '@types/http-cache-semantics': 4.0.4 get-stream: 6.0.1 http-cache-semantics: 4.1.1 keyv: 4.5.4 @@ -25750,7 +25750,7 @@ snapshots: coa@2.0.2: dependencies: - "@types/q": 1.5.5 + '@types/q': 1.5.5 chalk: 2.4.2 q: 1.5.1 @@ -25872,25 +25872,25 @@ snapshots: cosmiconfig-toml-loader@1.0.0: dependencies: - "@iarna/toml": 2.2.5 + '@iarna/toml': 2.2.5 - ? cosmiconfig-typescript-loader@4.1.1(@types/node@20.11.13)(cosmiconfig@7.0.1)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2) - : dependencies: - "@types/node": 20.11.13 + cosmiconfig-typescript-loader@4.1.1(@types/node@20.11.13)(cosmiconfig@7.0.1)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2): + dependencies: + '@types/node': 20.11.13 cosmiconfig: 7.0.1 ts-node: 10.9.1(@types/node@20.11.13)(typescript@5.2.2) typescript: 5.2.2 - ? cosmiconfig-typescript-loader@4.1.1(@types/node@20.11.13)(cosmiconfig@7.1.0)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2) - : dependencies: - "@types/node": 20.11.13 + cosmiconfig-typescript-loader@4.1.1(@types/node@20.11.13)(cosmiconfig@7.1.0)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2): + dependencies: + '@types/node': 20.11.13 cosmiconfig: 7.1.0 ts-node: 10.9.1(@types/node@20.11.13)(typescript@5.2.2) typescript: 5.2.2 cosmiconfig@6.0.0: dependencies: - "@types/parse-json": 4.0.0 + '@types/parse-json': 4.0.0 import-fresh: 3.3.0 parse-json: 5.2.0 path-type: 4.0.0 @@ -25898,7 +25898,7 @@ snapshots: cosmiconfig@7.0.1: dependencies: - "@types/parse-json": 4.0.0 + '@types/parse-json': 4.0.0 import-fresh: 3.3.0 parse-json: 5.2.0 path-type: 4.0.0 @@ -25906,7 +25906,7 @@ snapshots: cosmiconfig@7.1.0: dependencies: - "@types/parse-json": 4.0.0 + '@types/parse-json': 4.0.0 import-fresh: 3.3.0 parse-json: 5.2.0 path-type: 4.0.0 @@ -26021,8 +26021,8 @@ snapshots: semver: 7.5.4 webpack: 5.88.0(esbuild@0.17.19) - ? css-minimizer-webpack-plugin@3.4.1(esbuild@0.17.19)(webpack@5.88.0(esbuild@0.17.19)) - : dependencies: + css-minimizer-webpack-plugin@3.4.1(esbuild@0.17.19)(webpack@5.88.0(esbuild@0.17.19)): + dependencies: cssnano: 5.1.15(postcss@8.4.33) jest-worker: 27.5.1 postcss: 8.4.33 @@ -26346,7 +26346,7 @@ snapshots: dns-packet@5.6.0: dependencies: - "@leichtgewicht/ip-codec": 2.0.4 + '@leichtgewicht/ip-codec': 2.0.4 doctrine@2.1.0: dependencies: @@ -26427,12 +26427,12 @@ snapshots: edge-paths@3.0.5: dependencies: - "@types/which": 2.0.2 + '@types/which': 2.0.2 which: 2.0.2 edgedriver@5.3.9: dependencies: - "@wdio/logger": 8.28.0 + '@wdio/logger': 8.28.0 decamelize: 6.0.0 edge-paths: 3.0.5 node-fetch: 3.3.2 @@ -26638,105 +26638,105 @@ snapshots: esbuild@0.17.19: optionalDependencies: - "@esbuild/android-arm": 0.17.19 - "@esbuild/android-arm64": 0.17.19 - "@esbuild/android-x64": 0.17.19 - "@esbuild/darwin-arm64": 0.17.19 - "@esbuild/darwin-x64": 0.17.19 - "@esbuild/freebsd-arm64": 0.17.19 - "@esbuild/freebsd-x64": 0.17.19 - "@esbuild/linux-arm": 0.17.19 - "@esbuild/linux-arm64": 0.17.19 - "@esbuild/linux-ia32": 0.17.19 - "@esbuild/linux-loong64": 0.17.19 - "@esbuild/linux-mips64el": 0.17.19 - "@esbuild/linux-ppc64": 0.17.19 - "@esbuild/linux-riscv64": 0.17.19 - "@esbuild/linux-s390x": 0.17.19 - "@esbuild/linux-x64": 0.17.19 - "@esbuild/netbsd-x64": 0.17.19 - "@esbuild/openbsd-x64": 0.17.19 - "@esbuild/sunos-x64": 0.17.19 - "@esbuild/win32-arm64": 0.17.19 - "@esbuild/win32-ia32": 0.17.19 - "@esbuild/win32-x64": 0.17.19 + '@esbuild/android-arm': 0.17.19 + '@esbuild/android-arm64': 0.17.19 + '@esbuild/android-x64': 0.17.19 + '@esbuild/darwin-arm64': 0.17.19 + '@esbuild/darwin-x64': 0.17.19 + '@esbuild/freebsd-arm64': 0.17.19 + '@esbuild/freebsd-x64': 0.17.19 + '@esbuild/linux-arm': 0.17.19 + '@esbuild/linux-arm64': 0.17.19 + '@esbuild/linux-ia32': 0.17.19 + '@esbuild/linux-loong64': 0.17.19 + '@esbuild/linux-mips64el': 0.17.19 + '@esbuild/linux-ppc64': 0.17.19 + '@esbuild/linux-riscv64': 0.17.19 + '@esbuild/linux-s390x': 0.17.19 + '@esbuild/linux-x64': 0.17.19 + '@esbuild/netbsd-x64': 0.17.19 + '@esbuild/openbsd-x64': 0.17.19 + '@esbuild/sunos-x64': 0.17.19 + '@esbuild/win32-arm64': 0.17.19 + '@esbuild/win32-ia32': 0.17.19 + '@esbuild/win32-x64': 0.17.19 esbuild@0.19.12: optionalDependencies: - "@esbuild/aix-ppc64": 0.19.12 - "@esbuild/android-arm": 0.19.12 - "@esbuild/android-arm64": 0.19.12 - "@esbuild/android-x64": 0.19.12 - "@esbuild/darwin-arm64": 0.19.12 - "@esbuild/darwin-x64": 0.19.12 - "@esbuild/freebsd-arm64": 0.19.12 - "@esbuild/freebsd-x64": 0.19.12 - "@esbuild/linux-arm": 0.19.12 - "@esbuild/linux-arm64": 0.19.12 - "@esbuild/linux-ia32": 0.19.12 - "@esbuild/linux-loong64": 0.19.12 - "@esbuild/linux-mips64el": 0.19.12 - "@esbuild/linux-ppc64": 0.19.12 - "@esbuild/linux-riscv64": 0.19.12 - "@esbuild/linux-s390x": 0.19.12 - "@esbuild/linux-x64": 0.19.12 - "@esbuild/netbsd-x64": 0.19.12 - "@esbuild/openbsd-x64": 0.19.12 - "@esbuild/sunos-x64": 0.19.12 - "@esbuild/win32-arm64": 0.19.12 - "@esbuild/win32-ia32": 0.19.12 - "@esbuild/win32-x64": 0.19.12 + '@esbuild/aix-ppc64': 0.19.12 + '@esbuild/android-arm': 0.19.12 + '@esbuild/android-arm64': 0.19.12 + '@esbuild/android-x64': 0.19.12 + '@esbuild/darwin-arm64': 0.19.12 + '@esbuild/darwin-x64': 0.19.12 + '@esbuild/freebsd-arm64': 0.19.12 + '@esbuild/freebsd-x64': 0.19.12 + '@esbuild/linux-arm': 0.19.12 + '@esbuild/linux-arm64': 0.19.12 + '@esbuild/linux-ia32': 0.19.12 + '@esbuild/linux-loong64': 0.19.12 + '@esbuild/linux-mips64el': 0.19.12 + '@esbuild/linux-ppc64': 0.19.12 + '@esbuild/linux-riscv64': 0.19.12 + '@esbuild/linux-s390x': 0.19.12 + '@esbuild/linux-x64': 0.19.12 + '@esbuild/netbsd-x64': 0.19.12 + '@esbuild/openbsd-x64': 0.19.12 + '@esbuild/sunos-x64': 0.19.12 + '@esbuild/win32-arm64': 0.19.12 + '@esbuild/win32-ia32': 0.19.12 + '@esbuild/win32-x64': 0.19.12 esbuild@0.19.3: optionalDependencies: - "@esbuild/android-arm": 0.19.3 - "@esbuild/android-arm64": 0.19.3 - "@esbuild/android-x64": 0.19.3 - "@esbuild/darwin-arm64": 0.19.3 - "@esbuild/darwin-x64": 0.19.3 - "@esbuild/freebsd-arm64": 0.19.3 - "@esbuild/freebsd-x64": 0.19.3 - "@esbuild/linux-arm": 0.19.3 - "@esbuild/linux-arm64": 0.19.3 - "@esbuild/linux-ia32": 0.19.3 - "@esbuild/linux-loong64": 0.19.3 - "@esbuild/linux-mips64el": 0.19.3 - "@esbuild/linux-ppc64": 0.19.3 - "@esbuild/linux-riscv64": 0.19.3 - "@esbuild/linux-s390x": 0.19.3 - "@esbuild/linux-x64": 0.19.3 - "@esbuild/netbsd-x64": 0.19.3 - "@esbuild/openbsd-x64": 0.19.3 - "@esbuild/sunos-x64": 0.19.3 - "@esbuild/win32-arm64": 0.19.3 - "@esbuild/win32-ia32": 0.19.3 - "@esbuild/win32-x64": 0.19.3 + '@esbuild/android-arm': 0.19.3 + '@esbuild/android-arm64': 0.19.3 + '@esbuild/android-x64': 0.19.3 + '@esbuild/darwin-arm64': 0.19.3 + '@esbuild/darwin-x64': 0.19.3 + '@esbuild/freebsd-arm64': 0.19.3 + '@esbuild/freebsd-x64': 0.19.3 + '@esbuild/linux-arm': 0.19.3 + '@esbuild/linux-arm64': 0.19.3 + '@esbuild/linux-ia32': 0.19.3 + '@esbuild/linux-loong64': 0.19.3 + '@esbuild/linux-mips64el': 0.19.3 + '@esbuild/linux-ppc64': 0.19.3 + '@esbuild/linux-riscv64': 0.19.3 + '@esbuild/linux-s390x': 0.19.3 + '@esbuild/linux-x64': 0.19.3 + '@esbuild/netbsd-x64': 0.19.3 + '@esbuild/openbsd-x64': 0.19.3 + '@esbuild/sunos-x64': 0.19.3 + '@esbuild/win32-arm64': 0.19.3 + '@esbuild/win32-ia32': 0.19.3 + '@esbuild/win32-x64': 0.19.3 esbuild@0.20.2: optionalDependencies: - "@esbuild/aix-ppc64": 0.20.2 - "@esbuild/android-arm": 0.20.2 - "@esbuild/android-arm64": 0.20.2 - "@esbuild/android-x64": 0.20.2 - "@esbuild/darwin-arm64": 0.20.2 - "@esbuild/darwin-x64": 0.20.2 - "@esbuild/freebsd-arm64": 0.20.2 - "@esbuild/freebsd-x64": 0.20.2 - "@esbuild/linux-arm": 0.20.2 - "@esbuild/linux-arm64": 0.20.2 - "@esbuild/linux-ia32": 0.20.2 - "@esbuild/linux-loong64": 0.20.2 - "@esbuild/linux-mips64el": 0.20.2 - "@esbuild/linux-ppc64": 0.20.2 - "@esbuild/linux-riscv64": 0.20.2 - "@esbuild/linux-s390x": 0.20.2 - "@esbuild/linux-x64": 0.20.2 - "@esbuild/netbsd-x64": 0.20.2 - "@esbuild/openbsd-x64": 0.20.2 - "@esbuild/sunos-x64": 0.20.2 - "@esbuild/win32-arm64": 0.20.2 - "@esbuild/win32-ia32": 0.20.2 - "@esbuild/win32-x64": 0.20.2 + '@esbuild/aix-ppc64': 0.20.2 + '@esbuild/android-arm': 0.20.2 + '@esbuild/android-arm64': 0.20.2 + '@esbuild/android-x64': 0.20.2 + '@esbuild/darwin-arm64': 0.20.2 + '@esbuild/darwin-x64': 0.20.2 + '@esbuild/freebsd-arm64': 0.20.2 + '@esbuild/freebsd-x64': 0.20.2 + '@esbuild/linux-arm': 0.20.2 + '@esbuild/linux-arm64': 0.20.2 + '@esbuild/linux-ia32': 0.20.2 + '@esbuild/linux-loong64': 0.20.2 + '@esbuild/linux-mips64el': 0.20.2 + '@esbuild/linux-ppc64': 0.20.2 + '@esbuild/linux-riscv64': 0.20.2 + '@esbuild/linux-s390x': 0.20.2 + '@esbuild/linux-x64': 0.20.2 + '@esbuild/netbsd-x64': 0.20.2 + '@esbuild/openbsd-x64': 0.20.2 + '@esbuild/sunos-x64': 0.20.2 + '@esbuild/win32-arm64': 0.20.2 + '@esbuild/win32-ia32': 0.20.2 + '@esbuild/win32-x64': 0.20.2 escalade@3.1.1: {} @@ -26765,8 +26765,8 @@ snapshots: optionalDependencies: source-map: 0.6.1 - ? eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0))(eslint@8.52.0) - : dependencies: + eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0))(eslint@8.52.0): + dependencies: confusing-browser-globals: 1.0.11 eslint: 8.52.0 eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0) @@ -26774,19 +26774,19 @@ snapshots: object.entries: 1.1.6 semver: 6.3.0 - ? eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0)(typescript@5.2.2))(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0))(eslint@8.52.0) - : dependencies: - "@typescript-eslint/eslint-plugin": 6.9.1(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0)(typescript@5.2.2) - "@typescript-eslint/parser": 6.9.1(eslint@8.52.0)(typescript@5.2.2) + eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0)(typescript@5.2.2))(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0))(eslint@8.52.0): + dependencies: + '@typescript-eslint/eslint-plugin': 6.9.1(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.9.1(eslint@8.52.0)(typescript@5.2.2) eslint: 8.52.0 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0))(eslint@8.52.0) eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0) eslint-config-next@14.0.1(eslint@8.54.0)(typescript@5.2.2): dependencies: - "@next/eslint-plugin-next": 14.0.1 - "@rushstack/eslint-patch": 1.6.1 - "@typescript-eslint/parser": 6.9.1(eslint@8.54.0)(typescript@5.2.2) + '@next/eslint-plugin-next': 14.0.1 + '@rushstack/eslint-patch': 1.6.1 + '@typescript-eslint/parser': 6.9.1(eslint@8.54.0)(typescript@5.2.2) eslint: 8.54.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.54.0) @@ -26804,13 +26804,13 @@ snapshots: dependencies: eslint: 8.52.0 - ? eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5))(eslint@8.54.0)(jest@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)))(typescript@5.2.2) - : dependencies: - "@babel/core": 7.22.5 - "@babel/eslint-parser": 7.22.5(@babel/core@7.22.5)(eslint@8.54.0) - "@rushstack/eslint-patch": 1.3.2 - "@typescript-eslint/eslint-plugin": 5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2) - "@typescript-eslint/parser": 5.59.0(eslint@8.54.0)(typescript@5.2.2) + eslint-config-react-app@7.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5))(eslint@8.54.0)(jest@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)))(typescript@5.2.2): + dependencies: + '@babel/core': 7.22.5 + '@babel/eslint-parser': 7.22.5(@babel/core@7.22.5)(eslint@8.54.0) + '@rushstack/eslint-patch': 1.3.2 + '@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.59.0(eslint@8.54.0)(typescript@5.2.2) babel-preset-react-app: 10.0.1 confusing-browser-globals: 1.0.11 eslint: 8.54.0 @@ -26824,8 +26824,8 @@ snapshots: optionalDependencies: typescript: 5.2.2 transitivePeerDependencies: - - "@babel/plugin-syntax-flow" - - "@babel/plugin-transform-react-jsx" + - '@babel/plugin-syntax-flow' + - '@babel/plugin-transform-react-jsx' - eslint-import-resolver-typescript - eslint-import-resolver-webpack - jest @@ -26847,8 +26847,8 @@ snapshots: transitivePeerDependencies: - supports-color - ? eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.54.0) - : dependencies: + eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.54.0): + dependencies: debug: 4.3.4(supports-color@5.5.0) enhanced-resolve: 5.15.0 eslint: 8.54.0 @@ -26859,46 +26859,46 @@ snapshots: is-core-module: 2.13.1 is-glob: 4.0.3 transitivePeerDependencies: - - "@typescript-eslint/parser" + - '@typescript-eslint/parser' - eslint-import-resolver-node - eslint-import-resolver-webpack - supports-color - ? eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.7)(eslint@8.54.0) - : dependencies: + eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.7)(eslint@8.54.0): + dependencies: debug: 3.2.7 optionalDependencies: - "@typescript-eslint/parser": 5.59.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.59.0(eslint@8.54.0)(typescript@5.2.2) eslint: 8.54.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color - ? eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint@8.52.0) - : dependencies: + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint@8.52.0): + dependencies: debug: 3.2.7 optionalDependencies: - "@typescript-eslint/parser": 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.9.1(eslint@8.52.0)(typescript@5.2.2) eslint: 8.52.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - ? eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint@8.54.0) - : dependencies: + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint@8.54.0): + dependencies: debug: 3.2.7 optionalDependencies: - "@typescript-eslint/parser": 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.9.1(eslint@8.52.0)(typescript@5.2.2) eslint: 8.54.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - ? eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.54.0))(eslint@8.54.0) - : dependencies: + eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.54.0))(eslint@8.54.0): + dependencies: debug: 3.2.7 optionalDependencies: - "@typescript-eslint/parser": 6.9.1(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.9.1(eslint@8.54.0)(typescript@5.2.2) eslint: 8.54.0 eslint-import-resolver-node: 0.3.9 eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.9.1(eslint@8.54.0)(typescript@5.2.2))(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.54.0) @@ -26911,16 +26911,16 @@ snapshots: eslint: 8.52.0 ignore: 5.2.4 - ? eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5))(eslint@8.54.0) - : dependencies: - "@babel/plugin-syntax-flow": 7.23.3(@babel/core@7.22.5) - "@babel/plugin-transform-react-jsx": 7.23.4(@babel/core@7.22.5) + eslint-plugin-flowtype@8.0.3(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5))(eslint@8.54.0): + dependencies: + '@babel/plugin-syntax-flow': 7.23.3(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.22.5) eslint: 8.54.0 lodash: 4.17.21 string-natural-compare: 3.0.1 - ? eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0) - : dependencies: + eslint-plugin-import@2.26.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0): + dependencies: array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 @@ -26936,14 +26936,14 @@ snapshots: resolve: 1.22.2 tsconfig-paths: 3.14.2 optionalDependencies: - "@typescript-eslint/parser": 5.59.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.59.0(eslint@8.54.0)(typescript@5.2.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - ? eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0) - : dependencies: + eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.52.0): + dependencies: array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -26963,14 +26963,14 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - "@typescript-eslint/parser": 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.9.1(eslint@8.52.0)(typescript@5.2.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - ? eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.54.0) - : dependencies: + eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2))(eslint@8.54.0): + dependencies: array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -26990,18 +26990,18 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.14.2 optionalDependencies: - "@typescript-eslint/parser": 6.9.1(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.9.1(eslint@8.52.0)(typescript@5.2.2) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - ? eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(jest@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)))(typescript@5.2.2) - : dependencies: - "@typescript-eslint/experimental-utils": 5.60.1(eslint@8.54.0)(typescript@5.2.2) + eslint-plugin-jest@25.7.0(@typescript-eslint/eslint-plugin@5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(jest@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)))(typescript@5.2.2): + dependencies: + '@typescript-eslint/experimental-utils': 5.60.1(eslint@8.54.0)(typescript@5.2.2) eslint: 8.54.0 optionalDependencies: - "@typescript-eslint/eslint-plugin": 5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 5.59.0(@typescript-eslint/parser@5.59.0(eslint@8.54.0)(typescript@5.2.2))(eslint@8.54.0)(typescript@5.2.2) jest: 27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) transitivePeerDependencies: - supports-color @@ -27009,7 +27009,7 @@ snapshots: eslint-plugin-jsdoc@46.8.2(eslint@8.52.0): dependencies: - "@es-joy/jsdoccomment": 0.40.1 + '@es-joy/jsdoccomment': 0.40.1 are-docs-informative: 0.0.2 comment-parser: 1.4.0 debug: 4.3.4(supports-color@5.5.0) @@ -27024,7 +27024,7 @@ snapshots: eslint-plugin-jsx-a11y@6.6.1(eslint@8.54.0): dependencies: - "@babel/runtime": 7.22.5 + '@babel/runtime': 7.22.5 aria-query: 4.2.2 array-includes: 3.1.6 ast-types-flow: 0.0.7 @@ -27041,7 +27041,7 @@ snapshots: eslint-plugin-jsx-a11y@6.7.1(eslint@8.52.0): dependencies: - "@babel/runtime": 7.22.5 + '@babel/runtime': 7.22.5 aria-query: 5.3.0 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 @@ -27061,7 +27061,7 @@ snapshots: eslint-plugin-jsx-a11y@6.7.1(eslint@8.54.0): dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 aria-query: 5.3.0 array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 @@ -27079,14 +27079,14 @@ snapshots: object.fromentries: 2.0.7 semver: 6.3.1 - ? eslint-plugin-prettier@5.0.1(@types/eslint@8.40.2)(eslint-config-prettier@9.0.0(eslint@8.52.0))(eslint@8.52.0)(prettier@3.0.3) - : dependencies: + eslint-plugin-prettier@5.0.1(@types/eslint@8.40.2)(eslint-config-prettier@9.0.0(eslint@8.52.0))(eslint@8.52.0)(prettier@3.0.3): + dependencies: eslint: 8.52.0 prettier: 3.0.3 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 optionalDependencies: - "@types/eslint": 8.40.2 + '@types/eslint': 8.40.2 eslint-config-prettier: 9.0.0(eslint@8.52.0) eslint-plugin-react-hooks@4.6.0(eslint@8.38.0): @@ -27165,7 +27165,7 @@ snapshots: eslint-plugin-testing-library@5.11.0(eslint@8.54.0)(typescript@5.2.2): dependencies: - "@typescript-eslint/utils": 5.60.1(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/utils': 5.60.1(eslint@8.54.0)(typescript@5.2.2) eslint: 8.54.0 transitivePeerDependencies: - supports-color @@ -27173,8 +27173,8 @@ snapshots: eslint-plugin-tsdoc@0.2.17: dependencies: - "@microsoft/tsdoc": 0.14.2 - "@microsoft/tsdoc-config": 0.16.2 + '@microsoft/tsdoc': 0.14.2 + '@microsoft/tsdoc-config': 0.16.2 eslint-scope@5.1.1: dependencies: @@ -27199,7 +27199,7 @@ snapshots: eslint-webpack-plugin@3.2.0(eslint@8.54.0)(webpack@5.88.0(esbuild@0.17.19)): dependencies: - "@types/eslint": 8.40.2 + '@types/eslint': 8.40.2 eslint: 8.54.0 jest-worker: 28.1.3 micromatch: 4.0.5 @@ -27209,13 +27209,13 @@ snapshots: eslint@8.38.0: dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.38.0) - "@eslint-community/regexpp": 4.5.1 - "@eslint/eslintrc": 2.0.3 - "@eslint/js": 8.38.0 - "@humanwhocodes/config-array": 0.11.10 - "@humanwhocodes/module-importer": 1.0.1 - "@nodelib/fs.walk": 1.2.8 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) + '@eslint-community/regexpp': 4.5.1 + '@eslint/eslintrc': 2.0.3 + '@eslint/js': 8.38.0 + '@humanwhocodes/config-array': 0.11.10 + '@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 @@ -27254,14 +27254,14 @@ snapshots: eslint@8.52.0: dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.52.0) - "@eslint-community/regexpp": 4.10.0 - "@eslint/eslintrc": 2.1.2 - "@eslint/js": 8.52.0 - "@humanwhocodes/config-array": 0.11.13 - "@humanwhocodes/module-importer": 1.0.1 - "@nodelib/fs.walk": 1.2.8 - "@ungap/structured-clone": 1.2.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) + '@eslint-community/regexpp': 4.10.0 + '@eslint/eslintrc': 2.1.2 + '@eslint/js': 8.52.0 + '@humanwhocodes/config-array': 0.11.13 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -27297,14 +27297,14 @@ snapshots: eslint@8.54.0: dependencies: - "@eslint-community/eslint-utils": 4.4.0(eslint@8.54.0) - "@eslint-community/regexpp": 4.10.0 - "@eslint/eslintrc": 2.1.3 - "@eslint/js": 8.54.0 - "@humanwhocodes/config-array": 0.11.13 - "@humanwhocodes/module-importer": 1.0.1 - "@nodelib/fs.walk": 1.2.8 - "@ungap/structured-clone": 1.2.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) + '@eslint-community/regexpp': 4.10.0 + '@eslint/eslintrc': 2.1.3 + '@eslint/js': 8.54.0 + '@humanwhocodes/config-array': 0.11.13 + '@humanwhocodes/module-importer': 1.0.1 + '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -27370,7 +27370,7 @@ snapshots: estree-walker@3.0.3: dependencies: - "@types/estree": 1.0.5 + '@types/estree': 1.0.5 esutils@2.0.3: {} @@ -27378,10 +27378,10 @@ snapshots: ethers@6.7.1: dependencies: - "@adraffy/ens-normalize": 1.9.2 - "@noble/hashes": 1.1.2 - "@noble/secp256k1": 1.7.1 - "@types/node": 18.15.13 + '@adraffy/ens-normalize': 1.9.2 + '@noble/hashes': 1.1.2 + '@noble/secp256k1': 1.7.1 + '@types/node': 18.15.13 aes-js: 4.0.0-beta.5 tslib: 2.4.0 ws: 8.5.0 @@ -27442,14 +27442,14 @@ snapshots: expect@27.5.1: dependencies: - "@jest/types": 27.5.1 + '@jest/types': 27.5.1 jest-get-type: 27.5.1 jest-matcher-utils: 27.5.1 jest-message-util: 27.5.1 expect@29.5.0: dependencies: - "@jest/expect-utils": 29.5.0 + '@jest/expect-utils': 29.5.0 jest-get-type: 29.4.3 jest-matcher-utils: 29.5.0 jest-message-util: 29.5.0 @@ -27511,7 +27511,7 @@ snapshots: get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - "@types/yauzl": 2.10.3 + '@types/yauzl': 2.10.3 transitivePeerDependencies: - supports-color @@ -27529,16 +27529,16 @@ snapshots: fast-glob@3.3.1: dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 fast-glob@3.3.2: dependencies: - "@nodelib/fs.stat": 2.0.5 - "@nodelib/fs.walk": 1.2.8 + '@nodelib/fs.stat': 2.0.5 + '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 @@ -27714,10 +27714,10 @@ snapshots: cross-spawn: 7.0.3 signal-exit: 4.1.0 - ? fork-ts-checker-webpack-plugin@6.5.3(eslint@8.54.0)(typescript@5.2.2)(webpack@5.88.0(esbuild@0.17.19)) - : dependencies: - "@babel/code-frame": 7.22.5 - "@types/json-schema": 7.0.12 + fork-ts-checker-webpack-plugin@6.5.3(eslint@8.54.0)(typescript@5.2.2)(webpack@5.88.0(esbuild@0.17.19)): + dependencies: + '@babel/code-frame': 7.22.5 + '@types/json-schema': 7.0.12 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 @@ -27824,7 +27824,7 @@ snapshots: geckodriver@4.3.1: dependencies: - "@wdio/logger": 8.28.0 + '@wdio/logger': 8.28.0 decamelize: 6.0.0 http-proxy-agent: 7.0.0 https-proxy-agent: 7.0.2 @@ -27990,8 +27990,8 @@ snapshots: got@12.6.1: dependencies: - "@sindresorhus/is": 5.6.0 - "@szmarczak/http-timer": 5.0.1 + '@sindresorhus/is': 5.6.0 + '@szmarczak/http-timer': 5.0.1 cacheable-lookup: 7.0.0 cacheable-request: 10.2.14 decompress-response: 6.0.0 @@ -28010,12 +28010,12 @@ snapshots: graphql-config@4.3.6(@types/node@20.11.13)(graphql@16.8.1)(typescript@5.2.2): dependencies: - "@graphql-tools/graphql-file-loader": 7.5.17(graphql@16.8.1) - "@graphql-tools/json-file-loader": 7.4.18(graphql@16.8.1) - "@graphql-tools/load": 7.8.14(graphql@16.8.1) - "@graphql-tools/merge": 8.4.2(graphql@16.8.1) - "@graphql-tools/url-loader": 7.17.18(@types/node@20.11.13)(graphql@16.8.1) - "@graphql-tools/utils": 8.13.1(graphql@16.8.1) + '@graphql-tools/graphql-file-loader': 7.5.17(graphql@16.8.1) + '@graphql-tools/json-file-loader': 7.4.18(graphql@16.8.1) + '@graphql-tools/load': 7.8.14(graphql@16.8.1) + '@graphql-tools/merge': 8.4.2(graphql@16.8.1) + '@graphql-tools/url-loader': 7.17.18(@types/node@20.11.13)(graphql@16.8.1) + '@graphql-tools/utils': 8.13.1(graphql@16.8.1) cosmiconfig: 7.0.1 cosmiconfig-toml-loader: 1.0.0 cosmiconfig-typescript-loader: 4.1.1(@types/node@20.11.13)(cosmiconfig@7.0.1)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2))(typescript@5.2.2) @@ -28025,9 +28025,9 @@ snapshots: ts-node: 10.9.1(@types/node@20.11.13)(typescript@5.2.2) tslib: 2.6.0 transitivePeerDependencies: - - "@swc/core" - - "@swc/wasm" - - "@types/node" + - '@swc/core' + - '@swc/wasm' + - '@types/node' - bufferutil - encoding - typescript @@ -28035,7 +28035,7 @@ snapshots: graphql-request@5.0.0(graphql@16.8.1): dependencies: - "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) cross-fetch: 4.0.0 extract-files: 9.0.0 form-data: 3.0.1 @@ -28045,7 +28045,7 @@ snapshots: graphql-request@6.1.0(graphql@16.8.1): dependencies: - "@graphql-typed-document-node/core": 3.2.0(graphql@16.8.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) cross-fetch: 4.0.0 graphql: 16.8.1 transitivePeerDependencies: @@ -28181,7 +28181,7 @@ snapshots: html-webpack-plugin@5.5.3(webpack@5.88.0(esbuild@0.17.19)): dependencies: - "@types/html-minifier-terser": 6.1.0 + '@types/html-minifier-terser': 6.1.0 html-minifier-terser: 6.1.0 lodash: 4.17.21 pretty-error: 4.0.0 @@ -28218,7 +28218,7 @@ snapshots: http-proxy-agent@4.0.1: dependencies: - "@tootallnate/once": 1.1.2 + '@tootallnate/once': 1.1.2 agent-base: 6.0.2 debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: @@ -28240,13 +28240,13 @@ snapshots: http-proxy-middleware@2.0.6(@types/express@4.17.17): dependencies: - "@types/http-proxy": 1.17.11 + '@types/http-proxy': 1.17.11 http-proxy: 1.18.1 is-glob: 4.0.3 is-plain-obj: 3.0.0 micromatch: 4.0.5 optionalDependencies: - "@types/express": 4.17.17 + '@types/express': 4.17.17 transitivePeerDependencies: - debug @@ -28639,8 +28639,8 @@ snapshots: istanbul-lib-instrument@4.0.3: dependencies: - "@babel/core": 7.23.3 - "@istanbuljs/schema": 0.1.3 + '@babel/core': 7.23.3 + '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 transitivePeerDependencies: @@ -28648,9 +28648,9 @@ snapshots: istanbul-lib-instrument@5.2.1: dependencies: - "@babel/core": 7.24.4 - "@babel/parser": 7.24.4 - "@istanbuljs/schema": 0.1.3 + '@babel/core': 7.24.4 + '@babel/parser': 7.24.4 + '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 transitivePeerDependencies: @@ -28658,9 +28658,9 @@ snapshots: istanbul-lib-instrument@6.0.1: dependencies: - "@babel/core": 7.24.4 - "@babel/parser": 7.24.4 - "@istanbuljs/schema": 0.1.3 + '@babel/core': 7.24.4 + '@babel/parser': 7.24.4 + '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 7.5.4 transitivePeerDependencies: @@ -28697,7 +28697,7 @@ snapshots: istanbul-lib-source-maps@5.0.4: dependencies: - "@jridgewell/trace-mapping": 0.3.25 + '@jridgewell/trace-mapping': 0.3.25 debug: 4.3.4(supports-color@5.5.0) istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: @@ -28727,9 +28727,9 @@ snapshots: jackspeak@2.2.1: dependencies: - "@isaacs/cliui": 8.0.2 + '@isaacs/cliui': 8.0.2 optionalDependencies: - "@pkgjs/parseargs": 0.11.0 + '@pkgjs/parseargs': 0.11.0 jake@10.8.7: dependencies: @@ -28740,16 +28740,16 @@ snapshots: jest-changed-files@27.5.1: dependencies: - "@jest/types": 27.5.1 + '@jest/types': 27.5.1 execa: 5.1.1 throat: 6.0.2 jest-circus@27.5.1: dependencies: - "@jest/environment": 27.5.1 - "@jest/test-result": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/environment': 27.5.1 + '@jest/test-result': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -28770,9 +28770,9 @@ snapshots: jest-cli@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)): dependencies: - "@jest/core": 27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) - "@jest/test-result": 27.5.1 - "@jest/types": 27.5.1 + '@jest/core': 27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) + '@jest/test-result': 27.5.1 + '@jest/types': 27.5.1 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 @@ -28791,9 +28791,9 @@ snapshots: jest-config@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)): dependencies: - "@babel/core": 7.24.4 - "@jest/test-sequencer": 27.5.1 - "@jest/types": 27.5.1 + '@babel/core': 7.24.4 + '@jest/test-sequencer': 27.5.1 + '@jest/types': 27.5.1 babel-jest: 27.5.1(@babel/core@7.24.4) chalk: 4.1.2 ci-info: 3.8.0 @@ -28843,7 +28843,7 @@ snapshots: jest-each@27.5.1: dependencies: - "@jest/types": 27.5.1 + '@jest/types': 27.5.1 chalk: 4.1.2 jest-get-type: 27.5.1 jest-util: 27.5.1 @@ -28851,10 +28851,10 @@ snapshots: jest-environment-jsdom@27.5.1: dependencies: - "@jest/environment": 27.5.1 - "@jest/fake-timers": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/environment': 27.5.1 + '@jest/fake-timers': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 jest-mock: 27.5.1 jest-util: 27.5.1 jsdom: 16.7.0 @@ -28866,10 +28866,10 @@ snapshots: jest-environment-node@27.5.1: dependencies: - "@jest/environment": 27.5.1 - "@jest/fake-timers": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/environment': 27.5.1 + '@jest/fake-timers': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 jest-mock: 27.5.1 jest-util: 27.5.1 @@ -28879,9 +28879,9 @@ snapshots: jest-haste-map@27.5.1: dependencies: - "@jest/types": 27.5.1 - "@types/graceful-fs": 4.1.6 - "@types/node": 20.11.13 + '@jest/types': 27.5.1 + '@types/graceful-fs': 4.1.6 + '@types/node': 20.11.13 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -28896,11 +28896,11 @@ snapshots: jest-jasmine2@27.5.1: dependencies: - "@jest/environment": 27.5.1 - "@jest/source-map": 27.5.1 - "@jest/test-result": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/environment': 27.5.1 + '@jest/source-map': 27.5.1 + '@jest/test-result': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 chalk: 4.1.2 co: 4.6.0 expect: 27.5.1 @@ -28937,9 +28937,9 @@ snapshots: jest-message-util@27.5.1: dependencies: - "@babel/code-frame": 7.23.4 - "@jest/types": 27.5.1 - "@types/stack-utils": 2.0.1 + '@babel/code-frame': 7.23.4 + '@jest/types': 27.5.1 + '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 @@ -28949,9 +28949,9 @@ snapshots: jest-message-util@28.1.3: dependencies: - "@babel/code-frame": 7.23.4 - "@jest/types": 28.1.3 - "@types/stack-utils": 2.0.1 + '@babel/code-frame': 7.23.4 + '@jest/types': 28.1.3 + '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 @@ -28961,9 +28961,9 @@ snapshots: jest-message-util@29.5.0: dependencies: - "@babel/code-frame": 7.23.4 - "@jest/types": 29.5.0 - "@types/stack-utils": 2.0.1 + '@babel/code-frame': 7.23.4 + '@jest/types': 29.5.0 + '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 @@ -28973,8 +28973,8 @@ snapshots: jest-mock@27.5.1: dependencies: - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 jest-pnp-resolver@1.2.3(jest-resolve@27.5.1): optionalDependencies: @@ -28986,7 +28986,7 @@ snapshots: jest-resolve-dependencies@27.5.1: dependencies: - "@jest/types": 27.5.1 + '@jest/types': 27.5.1 jest-regex-util: 27.5.1 jest-snapshot: 27.5.1 transitivePeerDependencies: @@ -28994,7 +28994,7 @@ snapshots: jest-resolve@27.5.1: dependencies: - "@jest/types": 27.5.1 + '@jest/types': 27.5.1 chalk: 4.1.2 graceful-fs: 4.2.11 jest-haste-map: 27.5.1 @@ -29007,12 +29007,12 @@ snapshots: jest-runner@27.5.1: dependencies: - "@jest/console": 27.5.1 - "@jest/environment": 27.5.1 - "@jest/test-result": 27.5.1 - "@jest/transform": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/console': 27.5.1 + '@jest/environment': 27.5.1 + '@jest/test-result': 27.5.1 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 chalk: 4.1.2 emittery: 0.8.1 graceful-fs: 4.2.11 @@ -29036,13 +29036,13 @@ snapshots: jest-runtime@27.5.1: dependencies: - "@jest/environment": 27.5.1 - "@jest/fake-timers": 27.5.1 - "@jest/globals": 27.5.1 - "@jest/source-map": 27.5.1 - "@jest/test-result": 27.5.1 - "@jest/transform": 27.5.1 - "@jest/types": 27.5.1 + '@jest/environment': 27.5.1 + '@jest/fake-timers': 27.5.1 + '@jest/globals': 27.5.1 + '@jest/source-map': 27.5.1 + '@jest/test-result': 27.5.1 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.1 @@ -29063,20 +29063,20 @@ snapshots: jest-serializer@27.5.1: dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 graceful-fs: 4.2.11 jest-snapshot@27.5.1: dependencies: - "@babel/core": 7.24.4 - "@babel/generator": 7.23.4 - "@babel/plugin-syntax-typescript": 7.22.5(@babel/core@7.24.4) - "@babel/traverse": 7.22.5 - "@babel/types": 7.24.0 - "@jest/transform": 27.5.1 - "@jest/types": 27.5.1 - "@types/babel__traverse": 7.20.1 - "@types/prettier": 2.7.3 + '@babel/core': 7.24.4 + '@babel/generator': 7.23.4 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.24.4) + '@babel/traverse': 7.22.5 + '@babel/types': 7.24.0 + '@jest/transform': 27.5.1 + '@jest/types': 27.5.1 + '@types/babel__traverse': 7.20.1 + '@types/prettier': 2.7.3 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.4) chalk: 4.1.2 expect: 27.5.1 @@ -29095,8 +29095,8 @@ snapshots: jest-util@27.5.1: dependencies: - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -29104,8 +29104,8 @@ snapshots: jest-util@28.1.3: dependencies: - "@jest/types": 28.1.3 - "@types/node": 20.11.13 + '@jest/types': 28.1.3 + '@types/node': 20.11.13 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -29113,8 +29113,8 @@ snapshots: jest-util@29.5.0: dependencies: - "@jest/types": 29.5.0 - "@types/node": 20.11.13 + '@jest/types': 29.5.0 + '@types/node': 20.11.13 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -29122,15 +29122,15 @@ snapshots: jest-validate@27.5.1: dependencies: - "@jest/types": 27.5.1 + '@jest/types': 27.5.1 camelcase: 6.3.0 chalk: 4.1.2 jest-get-type: 27.5.1 leven: 3.1.0 pretty-format: 27.5.1 - ? jest-watch-typeahead@1.1.0(jest@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2))) - : dependencies: + jest-watch-typeahead@1.1.0(jest@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2))): + dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 jest: 27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) @@ -29142,9 +29142,9 @@ snapshots: jest-watcher@27.5.1: dependencies: - "@jest/test-result": 27.5.1 - "@jest/types": 27.5.1 - "@types/node": 20.11.13 + '@jest/test-result': 27.5.1 + '@jest/types': 27.5.1 + '@types/node': 20.11.13 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 27.5.1 @@ -29152,9 +29152,9 @@ snapshots: jest-watcher@28.1.3: dependencies: - "@jest/test-result": 28.1.3 - "@jest/types": 28.1.3 - "@types/node": 20.11.13 + '@jest/test-result': 28.1.3 + '@jest/types': 28.1.3 + '@types/node': 20.11.13 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -29163,25 +29163,25 @@ snapshots: jest-worker@26.6.2: dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 merge-stream: 2.0.0 supports-color: 7.2.0 jest-worker@27.5.1: dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 merge-stream: 2.0.0 supports-color: 8.1.1 jest-worker@28.1.3: dependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 merge-stream: 2.0.0 supports-color: 8.1.1 jest@27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)): dependencies: - "@jest/core": 27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) + '@jest/core': 27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) import-local: 3.1.0 jest-cli: 27.5.1(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) transitivePeerDependencies: @@ -29326,15 +29326,15 @@ snapshots: knip@5.9.4(@types/node@18.15.3)(typescript@5.2.2): dependencies: - "@ericcornelissen/bash-parser": 0.5.2 - "@nodelib/fs.walk": 2.0.0 - "@npmcli/map-workspaces": 3.0.6 - "@npmcli/package-json": 5.0.3 - "@pnpm/logger": 5.0.0 - "@pnpm/workspace.pkgs-graph": 2.0.14(@pnpm/logger@5.0.0) - "@snyk/github-codeowners": 1.1.0 - "@types/node": 18.15.3 - "@types/picomatch": 2.3.3 + '@ericcornelissen/bash-parser': 0.5.2 + '@nodelib/fs.walk': 2.0.0 + '@npmcli/map-workspaces': 3.0.6 + '@npmcli/package-json': 5.0.3 + '@pnpm/logger': 5.0.0 + '@pnpm/workspace.pkgs-graph': 2.0.14(@pnpm/logger@5.0.0) + '@snyk/github-codeowners': 1.1.0 + '@types/node': 18.15.3 + '@types/picomatch': 2.3.3 easy-table: 1.2.0 fast-glob: 3.3.2 jiti: 1.21.0 @@ -29578,12 +29578,12 @@ snapshots: magic-string@0.30.5: dependencies: - "@jridgewell/sourcemap-codec": 1.4.15 + '@jridgewell/sourcemap-codec': 1.4.15 magicast@0.3.3: dependencies: - "@babel/parser": 7.24.4 - "@babel/types": 7.24.0 + '@babel/parser': 7.24.4 + '@babel/types': 7.24.0 source-map-js: 1.2.0 make-dir@3.1.0: @@ -29655,7 +29655,7 @@ snapshots: mdast-util-from-markdown@0.8.5: dependencies: - "@types/mdast": 3.0.11 + '@types/mdast': 3.0.11 mdast-util-to-string: 2.0.0 micromark: 2.11.4 parse-entities: 2.0.0 @@ -29700,7 +29700,7 @@ snapshots: mdast-util-to-markdown@0.6.5: dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 longest-streak: 2.0.4 mdast-util-to-string: 2.0.0 parse-entities: 2.0.0 @@ -29745,7 +29745,7 @@ snapshots: meow@6.1.1: dependencies: - "@types/minimist": 1.2.2 + '@types/minimist': 1.2.2 camelcase-keys: 6.2.2 decamelize-keys: 1.1.1 hard-rejection: 2.1.0 @@ -29765,7 +29765,7 @@ snapshots: meros@1.3.0(@types/node@20.11.13): optionalDependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 methods@1.1.2: {} @@ -29944,7 +29944,7 @@ snapshots: nano-css@5.6.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: - "@jridgewell/sourcemap-codec": 1.4.15 + '@jridgewell/sourcemap-codec': 1.4.15 css-tree: 1.1.3 csstype: 3.1.3 fastest-stable-stringify: 2.0.2 @@ -29981,8 +29981,8 @@ snapshots: next@14.2.2(@babel/core@7.23.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: - "@next/env": 14.2.2 - "@swc/helpers": 0.5.5 + '@next/env': 14.2.2 + '@swc/helpers': 0.5.5 busboy: 1.6.0 caniuse-lite: 1.0.30001593 graceful-fs: 4.2.11 @@ -29991,17 +29991,17 @@ snapshots: react-dom: 18.2.0(react@18.2.0) styled-jsx: 5.1.1(@babel/core@7.23.3)(react@18.2.0) optionalDependencies: - "@next/swc-darwin-arm64": 14.2.2 - "@next/swc-darwin-x64": 14.2.2 - "@next/swc-linux-arm64-gnu": 14.2.2 - "@next/swc-linux-arm64-musl": 14.2.2 - "@next/swc-linux-x64-gnu": 14.2.2 - "@next/swc-linux-x64-musl": 14.2.2 - "@next/swc-win32-arm64-msvc": 14.2.2 - "@next/swc-win32-ia32-msvc": 14.2.2 - "@next/swc-win32-x64-msvc": 14.2.2 + '@next/swc-darwin-arm64': 14.2.2 + '@next/swc-darwin-x64': 14.2.2 + '@next/swc-linux-arm64-gnu': 14.2.2 + '@next/swc-linux-arm64-musl': 14.2.2 + '@next/swc-linux-x64-gnu': 14.2.2 + '@next/swc-linux-x64-musl': 14.2.2 + '@next/swc-win32-arm64-msvc': 14.2.2 + '@next/swc-win32-ia32-msvc': 14.2.2 + '@next/swc-win32-x64-msvc': 14.2.2 transitivePeerDependencies: - - "@babel/core" + - '@babel/core' - babel-plugin-macros nice-try@1.0.5: {} @@ -30175,8 +30175,8 @@ snapshots: nyc@15.1.0: dependencies: - "@istanbuljs/load-nyc-config": 1.1.0 - "@istanbuljs/schema": 0.1.3 + '@istanbuljs/load-nyc-config': 1.1.0 + '@istanbuljs/schema': 0.1.3 caching-transform: 4.0.0 convert-source-map: 1.9.0 decamelize: 1.2.0 @@ -30325,7 +30325,7 @@ snapshots: optionator@0.9.3: dependencies: - "@aashutoshrathi/word-wrap": 1.2.6 + '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 @@ -30421,7 +30421,7 @@ snapshots: p-retry@4.6.2: dependencies: - "@types/retry": 0.12.0 + '@types/retry': 0.12.0 retry: 0.13.1 p-timeout@3.2.0: @@ -30434,7 +30434,7 @@ snapshots: pac-proxy-agent@7.0.1: dependencies: - "@tootallnate/quickjs-emscripten": 0.23.0 + '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.0 debug: 4.3.4(supports-color@5.5.0) get-uri: 6.0.2 @@ -30503,7 +30503,7 @@ snapshots: parse-json@5.2.0: dependencies: - "@babel/code-frame": 7.22.5 + '@babel/code-frame': 7.22.5 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -30731,7 +30731,7 @@ snapshots: postcss-double-position-gradients@3.1.2(postcss@8.4.33): dependencies: - "@csstools/postcss-progressive-custom-properties": 1.3.0(postcss@8.4.33) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.33) postcss: 8.4.33 postcss-value-parser: 4.2.0 @@ -30785,36 +30785,36 @@ snapshots: postcss-lab-function@4.2.1(postcss@8.4.33): dependencies: - "@csstools/postcss-progressive-custom-properties": 1.3.0(postcss@8.4.33) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.33) postcss: 8.4.33 postcss-value-parser: 4.2.0 - ? postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.1(@types/node@18.15.3)(typescript@5.2.2)) - : dependencies: + postcss-load-config@3.1.4(postcss@8.4.38)(ts-node@10.9.1(@types/node@18.15.3)(typescript@5.2.2)): + dependencies: lilconfig: 2.1.0 yaml: 1.10.2 optionalDependencies: postcss: 8.4.38 ts-node: 10.9.1(@types/node@18.15.3)(typescript@5.2.2) - ? postcss-load-config@4.0.1(postcss@8.4.33)(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)) - : dependencies: + postcss-load-config@4.0.1(postcss@8.4.33)(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)): + dependencies: lilconfig: 2.1.0 yaml: 2.3.1 optionalDependencies: postcss: 8.4.33 ts-node: 10.9.1(@types/node@16.18.34)(typescript@5.2.2) - ? postcss-load-config@4.0.1(postcss@8.4.33)(ts-node@10.9.1(@types/node@20.10.5)(typescript@5.2.2)) - : dependencies: + postcss-load-config@4.0.1(postcss@8.4.33)(ts-node@10.9.1(@types/node@20.10.5)(typescript@5.2.2)): + dependencies: lilconfig: 2.1.0 yaml: 2.3.1 optionalDependencies: postcss: 8.4.33 ts-node: 10.9.1(@types/node@20.10.5)(typescript@5.2.2) - ? postcss-load-config@4.0.1(postcss@8.4.33)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2)) - : dependencies: + postcss-load-config@4.0.1(postcss@8.4.33)(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2)): + dependencies: lilconfig: 2.1.0 yaml: 2.3.1 optionalDependencies: @@ -30903,7 +30903,7 @@ snapshots: postcss-nesting@10.2.0(postcss@8.4.33): dependencies: - "@csstools/selector-specificity": 2.2.0(postcss-selector-parser@6.0.13) + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) postcss: 8.4.33 postcss-selector-parser: 6.0.13 @@ -30955,7 +30955,7 @@ snapshots: postcss-normalize@10.0.1(browserslist@4.21.9)(postcss@8.4.33): dependencies: - "@csstools/normalize.css": 12.0.0 + '@csstools/normalize.css': 12.0.0 browserslist: 4.21.9 postcss: 8.4.33 postcss-browser-comments: 4.0.0(browserslist@4.21.9)(postcss@8.4.33) @@ -30987,20 +30987,20 @@ snapshots: postcss-preset-env@7.8.3(postcss@8.4.33): dependencies: - "@csstools/postcss-cascade-layers": 1.1.1(postcss@8.4.33) - "@csstools/postcss-color-function": 1.1.1(postcss@8.4.33) - "@csstools/postcss-font-format-keywords": 1.0.1(postcss@8.4.33) - "@csstools/postcss-hwb-function": 1.0.2(postcss@8.4.33) - "@csstools/postcss-ic-unit": 1.0.1(postcss@8.4.33) - "@csstools/postcss-is-pseudo-class": 2.0.7(postcss@8.4.33) - "@csstools/postcss-nested-calc": 1.0.0(postcss@8.4.33) - "@csstools/postcss-normalize-display-values": 1.0.1(postcss@8.4.33) - "@csstools/postcss-oklab-function": 1.1.1(postcss@8.4.33) - "@csstools/postcss-progressive-custom-properties": 1.3.0(postcss@8.4.33) - "@csstools/postcss-stepped-value-functions": 1.0.1(postcss@8.4.33) - "@csstools/postcss-text-decoration-shorthand": 1.0.0(postcss@8.4.33) - "@csstools/postcss-trigonometric-functions": 1.0.2(postcss@8.4.33) - "@csstools/postcss-unset-value": 1.0.2(postcss@8.4.33) + '@csstools/postcss-cascade-layers': 1.1.1(postcss@8.4.33) + '@csstools/postcss-color-function': 1.1.1(postcss@8.4.33) + '@csstools/postcss-font-format-keywords': 1.0.1(postcss@8.4.33) + '@csstools/postcss-hwb-function': 1.0.2(postcss@8.4.33) + '@csstools/postcss-ic-unit': 1.0.1(postcss@8.4.33) + '@csstools/postcss-is-pseudo-class': 2.0.7(postcss@8.4.33) + '@csstools/postcss-nested-calc': 1.0.0(postcss@8.4.33) + '@csstools/postcss-normalize-display-values': 1.0.1(postcss@8.4.33) + '@csstools/postcss-oklab-function': 1.1.1(postcss@8.4.33) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.33) + '@csstools/postcss-stepped-value-functions': 1.0.1(postcss@8.4.33) + '@csstools/postcss-text-decoration-shorthand': 1.0.0(postcss@8.4.33) + '@csstools/postcss-trigonometric-functions': 1.0.2(postcss@8.4.33) + '@csstools/postcss-unset-value': 1.0.2(postcss@8.4.33) autoprefixer: 10.4.14(postcss@8.4.33) browserslist: 4.22.1 css-blank-pseudo: 3.0.3(postcss@8.4.33) @@ -31146,14 +31146,14 @@ snapshots: pretty-format@28.1.3: dependencies: - "@jest/schemas": 28.1.3 + '@jest/schemas': 28.1.3 ansi-regex: 5.0.1 ansi-styles: 5.2.0 react-is: 18.2.0 pretty-format@29.7.0: dependencies: - "@jest/schemas": 29.6.3 + '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.2.0 @@ -31260,7 +31260,7 @@ snapshots: puppeteer-core@20.9.0(typescript@5.2.2): dependencies: - "@puppeteer/browsers": 1.4.6(typescript@5.2.2) + '@puppeteer/browsers': 1.4.6(typescript@5.2.2) chromium-bidi: 0.4.16(devtools-protocol@0.0.1147663) cross-fetch: 4.0.0 debug: 4.3.4(supports-color@5.5.0) @@ -31346,9 +31346,9 @@ snapshots: regenerator-runtime: 0.13.11 whatwg-fetch: 3.6.2 - ? react-dev-utils@12.0.1(eslint@8.54.0)(typescript@5.2.2)(webpack@5.88.0(esbuild@0.17.19)) - : dependencies: - "@babel/code-frame": 7.22.5 + react-dev-utils@12.0.1(eslint@8.54.0)(typescript@5.2.2)(webpack@5.88.0(esbuild@0.17.19)): + dependencies: + '@babel/code-frame': 7.22.5 address: 1.2.2 browserslist: 4.22.1 chalk: 4.1.2 @@ -31388,8 +31388,8 @@ snapshots: react-error-overlay@6.0.11: {} - ? react-hot-toast@2.4.1(csstype@3.1.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) - : dependencies: + react-hot-toast@2.4.1(csstype@3.1.3)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: goober: 2.1.14(csstype@3.1.3) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -31412,7 +31412,7 @@ snapshots: react-style-singleton: 2.2.1(@types/react@18.2.9)(react@18.2.0) tslib: 2.6.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 react-remove-scroll@2.5.5(@types/react@18.2.9)(react@18.2.0): dependencies: @@ -31423,13 +31423,13 @@ snapshots: use-callback-ref: 1.3.1(@types/react@18.2.9)(react@18.2.0) use-sidecar: 1.1.2(@types/react@18.2.9)(react@18.2.0) optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 - ? react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5))(@types/babel__core@7.20.5)(esbuild@0.17.19)(eslint@8.54.0)(react@18.2.0)(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2))(type-fest@3.1.0)(typescript@5.2.2) - : dependencies: - "@babel/core": 7.22.5 - "@pmmmwh/react-refresh-webpack-plugin": 0.5.10(react-refresh@0.11.0)(type-fest@3.1.0)(webpack-dev-server@4.15.1(webpack@5.88.0(esbuild@0.17.19)))(webpack@5.88.0(esbuild@0.17.19)) - "@svgr/webpack": 5.5.0 + react-scripts@5.0.1(@babel/plugin-syntax-flow@7.23.3(@babel/core@7.22.5))(@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.22.5))(@types/babel__core@7.20.5)(esbuild@0.17.19)(eslint@8.54.0)(react@18.2.0)(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2))(type-fest@3.1.0)(typescript@5.2.2): + dependencies: + '@babel/core': 7.22.5 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.11.0)(type-fest@3.1.0)(webpack-dev-server@4.15.1(webpack@5.88.0(esbuild@0.17.19)))(webpack@5.88.0(esbuild@0.17.19)) + '@svgr/webpack': 5.5.0 babel-jest: 27.5.1(@babel/core@7.22.5) babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.88.0(esbuild@0.17.19)) babel-plugin-named-asset-import: 0.3.8(@babel/core@7.22.5) @@ -31479,12 +31479,12 @@ snapshots: fsevents: 2.3.3 typescript: 5.2.2 transitivePeerDependencies: - - "@babel/plugin-syntax-flow" - - "@babel/plugin-transform-react-jsx" - - "@parcel/css" - - "@swc/core" - - "@types/babel__core" - - "@types/webpack" + - '@babel/plugin-syntax-flow' + - '@babel/plugin-transform-react-jsx' + - '@parcel/css' + - '@swc/core' + - '@types/babel__core' + - '@types/webpack' - bufferutil - canvas - clean-css @@ -31518,7 +31518,7 @@ snapshots: react: 18.2.0 tslib: 2.6.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 react-universal-interface@0.6.2(react@18.2.0)(tslib@2.6.0): dependencies: @@ -31527,8 +31527,8 @@ snapshots: react-use@17.5.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: - "@types/js-cookie": 2.2.7 - "@xobotyi/scrollbar-width": 1.9.5 + '@types/js-cookie': 2.2.7 + '@xobotyi/scrollbar-width': 1.9.5 copy-to-clipboard: 3.3.3 fast-deep-equal: 3.1.3 fast-shallow-equal: 1.0.0 @@ -31582,7 +31582,7 @@ snapshots: read-pkg@5.2.0: dependencies: - "@types/normalize-package-data": 2.4.1 + '@types/normalize-package-data': 2.4.1 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 @@ -31656,7 +31656,7 @@ snapshots: regenerator-transform@0.15.1: dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 regex-parser@2.2.11: {} @@ -31674,7 +31674,7 @@ snapshots: regexpu-core@5.3.2: dependencies: - "@babel/regjsgen": 0.8.0 + '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 @@ -31689,7 +31689,7 @@ snapshots: relay-runtime@12.0.0: dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 fbjs: 3.0.5 invariant: 2.2.4 transitivePeerDependencies: @@ -31732,7 +31732,7 @@ snapshots: rename-overwrite@5.0.0: dependencies: - "@zkochan/rimraf": 2.1.3 + '@zkochan/rimraf': 2.1.3 fs-extra: 10.1.0 renderkid@3.0.0: @@ -31846,7 +31846,7 @@ snapshots: rollup-plugin-terser@7.0.2(rollup@2.79.1): dependencies: - "@babel/code-frame": 7.22.5 + '@babel/code-frame': 7.22.5 jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 @@ -31862,29 +31862,29 @@ snapshots: rollup@4.16.4: dependencies: - "@types/estree": 1.0.5 + '@types/estree': 1.0.5 optionalDependencies: - "@rollup/rollup-android-arm-eabi": 4.16.4 - "@rollup/rollup-android-arm64": 4.16.4 - "@rollup/rollup-darwin-arm64": 4.16.4 - "@rollup/rollup-darwin-x64": 4.16.4 - "@rollup/rollup-linux-arm-gnueabihf": 4.16.4 - "@rollup/rollup-linux-arm-musleabihf": 4.16.4 - "@rollup/rollup-linux-arm64-gnu": 4.16.4 - "@rollup/rollup-linux-arm64-musl": 4.16.4 - "@rollup/rollup-linux-powerpc64le-gnu": 4.16.4 - "@rollup/rollup-linux-riscv64-gnu": 4.16.4 - "@rollup/rollup-linux-s390x-gnu": 4.16.4 - "@rollup/rollup-linux-x64-gnu": 4.16.4 - "@rollup/rollup-linux-x64-musl": 4.16.4 - "@rollup/rollup-win32-arm64-msvc": 4.16.4 - "@rollup/rollup-win32-ia32-msvc": 4.16.4 - "@rollup/rollup-win32-x64-msvc": 4.16.4 + '@rollup/rollup-android-arm-eabi': 4.16.4 + '@rollup/rollup-android-arm64': 4.16.4 + '@rollup/rollup-darwin-arm64': 4.16.4 + '@rollup/rollup-darwin-x64': 4.16.4 + '@rollup/rollup-linux-arm-gnueabihf': 4.16.4 + '@rollup/rollup-linux-arm-musleabihf': 4.16.4 + '@rollup/rollup-linux-arm64-gnu': 4.16.4 + '@rollup/rollup-linux-arm64-musl': 4.16.4 + '@rollup/rollup-linux-powerpc64le-gnu': 4.16.4 + '@rollup/rollup-linux-riscv64-gnu': 4.16.4 + '@rollup/rollup-linux-s390x-gnu': 4.16.4 + '@rollup/rollup-linux-x64-gnu': 4.16.4 + '@rollup/rollup-linux-x64-musl': 4.16.4 + '@rollup/rollup-win32-arm64-msvc': 4.16.4 + '@rollup/rollup-win32-ia32-msvc': 4.16.4 + '@rollup/rollup-win32-x64-msvc': 4.16.4 fsevents: 2.3.3 rtl-css-js@1.16.1: dependencies: - "@babel/runtime": 7.23.4 + '@babel/runtime': 7.23.4 run-applescript@5.0.0: dependencies: @@ -31948,25 +31948,25 @@ snapshots: schema-utils@2.7.0: dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) schema-utils@2.7.1: dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) schema-utils@3.3.0: dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) schema-utils@4.2.0: dependencies: - "@types/json-schema": 7.0.12 + '@types/json-schema': 7.0.12 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) @@ -32135,7 +32135,7 @@ snapshots: sirv@2.0.4: dependencies: - "@polka/url": 1.0.0-next.24 + '@polka/url': 1.0.0-next.24 mrmime: 2.0.0 totalist: 3.0.1 @@ -32489,7 +32489,7 @@ snapshots: client-only: 0.0.1 react: 18.2.0 optionalDependencies: - "@babel/core": 7.23.3 + '@babel/core': 7.23.3 stylehacks@5.1.1(postcss@8.4.33): dependencies: @@ -32501,7 +32501,7 @@ snapshots: sucrase@3.32.0: dependencies: - "@jridgewell/gen-mapping": 0.3.3 + '@jridgewell/gen-mapping': 0.3.3 commander: 4.1.1 glob: 7.1.6 lines-and-columns: 1.2.4 @@ -32550,7 +32550,7 @@ snapshots: svgo@2.8.0: dependencies: - "@trysound/sax": 0.2.0 + '@trysound/sax': 0.2.0 commander: 7.2.0 css-select: 4.3.0 css-tree: 1.1.3 @@ -32566,7 +32566,7 @@ snapshots: synckit@0.8.5: dependencies: - "@pkgr/utils": 2.4.2 + '@pkgr/utils': 2.4.2 tslib: 2.6.0 tabbable@6.2.0: {} @@ -32581,7 +32581,7 @@ snapshots: tailwindcss@3.3.2(ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2)): dependencies: - "@alloc/quick-lru": 5.2.0 + '@alloc/quick-lru': 5.2.0 arg: 5.0.2 chokidar: 3.5.3 didyoumean: 1.2.2 @@ -32609,7 +32609,7 @@ snapshots: tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.10.5)(typescript@5.2.2)): dependencies: - "@alloc/quick-lru": 5.2.0 + '@alloc/quick-lru': 5.2.0 arg: 5.0.2 chokidar: 3.5.3 didyoumean: 1.2.2 @@ -32637,7 +32637,7 @@ snapshots: tailwindcss@3.3.2(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2)): dependencies: - "@alloc/quick-lru": 5.2.0 + '@alloc/quick-lru': 5.2.0 arg: 5.0.2 chokidar: 3.5.3 didyoumean: 1.2.2 @@ -32697,7 +32697,7 @@ snapshots: terser-webpack-plugin@5.3.9(esbuild@0.17.19)(webpack@5.88.0(esbuild@0.17.19)): dependencies: - "@jridgewell/trace-mapping": 0.3.18 + '@jridgewell/trace-mapping': 0.3.18 jest-worker: 27.5.1 schema-utils: 3.3.0 serialize-javascript: 6.0.1 @@ -32708,14 +32708,14 @@ snapshots: terser@5.18.2: dependencies: - "@jridgewell/source-map": 0.3.3 + '@jridgewell/source-map': 0.3.3 acorn: 8.9.0 commander: 2.20.3 source-map-support: 0.5.21 test-exclude@6.0.0: dependencies: - "@istanbuljs/schema": 0.1.3 + '@istanbuljs/schema': 0.1.3 glob: 7.2.3 minimatch: 3.1.2 @@ -32723,7 +32723,7 @@ snapshots: textlint-rule-helper@2.3.0: dependencies: - "@textlint/ast-node-types": 13.3.2 + '@textlint/ast-node-types': 13.3.2 structured-source: 4.0.0 unist-util-visit: 2.0.3 @@ -32743,18 +32743,18 @@ snapshots: textlint@13.3.2: dependencies: - "@textlint/ast-node-types": 13.3.2 - "@textlint/ast-traverse": 13.3.2 - "@textlint/config-loader": 13.3.2 - "@textlint/feature-flag": 13.3.2 - "@textlint/fixer-formatter": 13.3.2 - "@textlint/kernel": 13.3.2 - "@textlint/linter-formatter": 13.3.2 - "@textlint/module-interop": 13.3.2 - "@textlint/textlint-plugin-markdown": 13.3.2 - "@textlint/textlint-plugin-text": 13.3.2 - "@textlint/types": 13.3.2 - "@textlint/utils": 13.3.2 + '@textlint/ast-node-types': 13.3.2 + '@textlint/ast-traverse': 13.3.2 + '@textlint/config-loader': 13.3.2 + '@textlint/feature-flag': 13.3.2 + '@textlint/fixer-formatter': 13.3.2 + '@textlint/kernel': 13.3.2 + '@textlint/linter-formatter': 13.3.2 + '@textlint/module-interop': 13.3.2 + '@textlint/textlint-plugin-markdown': 13.3.2 + '@textlint/textlint-plugin-text': 13.3.2 + '@textlint/types': 13.3.2 + '@textlint/utils': 13.3.2 debug: 4.3.4(supports-color@5.5.0) file-entry-cache: 5.0.1 get-stdin: 5.0.1 @@ -32886,9 +32886,9 @@ snapshots: ts-generator@0.1.1: dependencies: - "@types/mkdirp": 0.5.2 - "@types/prettier": 2.7.3 - "@types/resolve": 0.0.8 + '@types/mkdirp': 0.5.2 + '@types/prettier': 2.7.3 + '@types/resolve': 0.0.8 chalk: 2.4.2 glob: 7.2.3 mkdirp: 0.5.6 @@ -32902,12 +32902,12 @@ snapshots: ts-node@10.9.1(@types/node@16.18.34)(typescript@5.2.2): dependencies: - "@cspotcode/source-map-support": 0.8.1 - "@tsconfig/node10": 1.0.9 - "@tsconfig/node12": 1.0.11 - "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.4 - "@types/node": 16.18.34 + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 16.18.34 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -32921,12 +32921,12 @@ snapshots: ts-node@10.9.1(@types/node@18.15.3)(typescript@5.2.2): dependencies: - "@cspotcode/source-map-support": 0.8.1 - "@tsconfig/node10": 1.0.9 - "@tsconfig/node12": 1.0.11 - "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.4 - "@types/node": 18.15.3 + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 18.15.3 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -32940,12 +32940,12 @@ snapshots: ts-node@10.9.1(@types/node@20.10.5)(typescript@5.2.2): dependencies: - "@cspotcode/source-map-support": 0.8.1 - "@tsconfig/node10": 1.0.9 - "@tsconfig/node12": 1.0.11 - "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.4 - "@types/node": 20.10.5 + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.10.5 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -32959,12 +32959,12 @@ snapshots: ts-node@10.9.1(@types/node@20.11.13)(typescript@5.2.2): dependencies: - "@cspotcode/source-map-support": 0.8.1 - "@tsconfig/node10": 1.0.9 - "@tsconfig/node12": 1.0.11 - "@tsconfig/node14": 1.0.3 - "@tsconfig/node16": 1.0.4 - "@types/node": 20.11.13 + '@cspotcode/source-map-support': 0.8.1 + '@tsconfig/node10': 1.0.9 + '@tsconfig/node12': 1.0.11 + '@tsconfig/node14': 1.0.3 + '@tsconfig/node16': 1.0.4 + '@types/node': 20.11.13 acorn: 8.11.3 acorn-walk: 8.3.2 arg: 4.1.3 @@ -32979,7 +32979,7 @@ snapshots: tsconfig-paths@3.14.2: dependencies: - "@types/json5": 0.0.29 + '@types/json5': 0.0.29 json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 @@ -32992,8 +32992,8 @@ snapshots: tslib@2.6.0: {} - ? tsup@6.7.0(postcss@8.4.38)(ts-node@10.9.1(@types/node@18.15.3)(typescript@5.2.2))(typescript@5.2.2) - : dependencies: + tsup@6.7.0(postcss@8.4.38)(ts-node@10.9.1(@types/node@18.15.3)(typescript@5.2.2))(typescript@5.2.2): + dependencies: bundle-require: 4.0.1(esbuild@0.17.19) cac: 6.7.14 chokidar: 3.5.3 @@ -33188,7 +33188,7 @@ snapshots: undici@5.28.3: dependencies: - "@fastify/busboy": 2.1.1 + '@fastify/busboy': 2.1.1 unescape-js@1.1.4: dependencies: @@ -33207,7 +33207,7 @@ snapshots: unified@9.2.2: dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 bail: 1.0.5 extend: 3.0.2 is-buffer: 2.0.5 @@ -33225,16 +33225,16 @@ snapshots: unist-util-stringify-position@2.0.3: dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-visit-parents@3.1.1: dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-is: 4.1.0 unist-util-visit@2.0.3: dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-is: 4.1.0 unist-util-visit-parents: 3.1.1 @@ -33318,7 +33318,7 @@ snapshots: react: 18.2.0 tslib: 2.6.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 use-sidecar@1.1.2(@types/react@18.2.9)(react@18.2.0): dependencies: @@ -33326,7 +33326,7 @@ snapshots: react: 18.2.0 tslib: 2.6.0 optionalDependencies: - "@types/react": 18.2.9 + '@types/react': 18.2.9 userhome@1.0.0: {} @@ -33359,7 +33359,7 @@ snapshots: v8-to-istanbul@8.1.1: dependencies: - "@types/istanbul-lib-coverage": 2.0.4 + '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.9.0 source-map: 0.7.4 @@ -33386,12 +33386,12 @@ snapshots: vfile-message@2.0.4: dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 unist-util-stringify-position: 2.0.3 vfile@4.2.1: dependencies: - "@types/unist": 2.0.6 + '@types/unist': 2.0.6 is-buffer: 2.0.5 unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 @@ -33404,7 +33404,7 @@ snapshots: picocolors: 1.0.0 vite: 5.2.10(@types/node@18.15.3)(terser@5.18.2) transitivePeerDependencies: - - "@types/node" + - '@types/node' - less - lightningcss - sass @@ -33421,7 +33421,7 @@ snapshots: picocolors: 1.0.0 vite: 5.2.10(@types/node@20.11.13)(terser@5.18.2) transitivePeerDependencies: - - "@types/node" + - '@types/node' - less - lightningcss - sass @@ -33430,9 +33430,9 @@ snapshots: - supports-color - terser - ? vite-plugin-node-polyfills@0.21.0(rollup@4.16.4)(vite@5.2.10(@types/node@18.15.3)(terser@5.18.2)) - : dependencies: - "@rollup/plugin-inject": 5.0.5(rollup@4.16.4) + vite-plugin-node-polyfills@0.21.0(rollup@4.16.4)(vite@5.2.10(@types/node@18.15.3)(terser@5.18.2)): + dependencies: + '@rollup/plugin-inject': 5.0.5(rollup@4.16.4) node-stdlib-browser: 1.2.0 vite: 5.2.10(@types/node@18.15.3)(terser@5.18.2) transitivePeerDependencies: @@ -33440,7 +33440,7 @@ snapshots: vite-plugin-plain-text@1.4.2: dependencies: - "@napi-rs/magic-string": 0.3.4 + '@napi-rs/magic-string': 0.3.4 fast-glob: 3.3.1 minimatch: 6.2.0 @@ -33450,7 +33450,7 @@ snapshots: postcss: 8.4.33 rollup: 4.16.4 optionalDependencies: - "@types/node": 18.15.3 + '@types/node': 18.15.3 fsevents: 2.3.3 terser: 5.18.2 @@ -33460,7 +33460,7 @@ snapshots: postcss: 8.4.33 rollup: 4.16.4 optionalDependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 fsevents: 2.3.3 terser: 5.18.2 @@ -33470,7 +33470,7 @@ snapshots: postcss: 8.4.38 rollup: 4.16.4 optionalDependencies: - "@types/node": 18.15.3 + '@types/node': 18.15.3 fsevents: 2.3.3 terser: 5.18.2 @@ -33480,28 +33480,28 @@ snapshots: postcss: 8.4.38 rollup: 4.16.4 optionalDependencies: - "@types/node": 20.11.13 + '@types/node': 20.11.13 fsevents: 2.3.3 terser: 5.18.2 - ? vitepress-plugin-search@1.0.4-alpha.19(flexsearch@0.7.31)(vitepress@1.0.0-rc.40(@algolia/client-search@4.22.1)(@types/node@20.11.13)(@types/react@18.2.9)(change-case@4.1.2)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(terser@5.18.2)(typescript@5.2.2))(vue@3.4.15(typescript@5.2.2)) - : dependencies: - "@types/flexsearch": 0.7.3 - "@types/markdown-it": 12.2.3 + vitepress-plugin-search@1.0.4-alpha.19(flexsearch@0.7.31)(vitepress@1.0.0-rc.40(@algolia/client-search@4.22.1)(@types/node@20.11.13)(@types/react@18.2.9)(change-case@4.1.2)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(terser@5.18.2)(typescript@5.2.2))(vue@3.4.15(typescript@5.2.2)): + dependencies: + '@types/flexsearch': 0.7.3 + '@types/markdown-it': 12.2.3 flexsearch: 0.7.31 markdown-it: 13.0.1 vitepress: 1.0.0-rc.40(@algolia/client-search@4.22.1)(@types/node@20.11.13)(@types/react@18.2.9)(change-case@4.1.2)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(terser@5.18.2)(typescript@5.2.2) vue: 3.4.15(typescript@5.2.2) - ? vitepress@1.0.0-rc.40(@algolia/client-search@4.22.1)(@types/node@20.11.13)(@types/react@18.2.9)(change-case@4.1.2)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(terser@5.18.2)(typescript@5.2.2) - : dependencies: - "@docsearch/css": 3.5.2 - "@docsearch/js": 3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0) - "@types/markdown-it": 13.0.7 - "@vitejs/plugin-vue": 5.0.3(vite@5.2.10(@types/node@20.11.13)(terser@5.18.2))(vue@3.4.15(typescript@5.2.2)) - "@vue/devtools-api": 6.5.1 - "@vueuse/core": 10.7.2(vue@3.4.15(typescript@5.2.2)) - "@vueuse/integrations": 10.7.2(change-case@4.1.2)(focus-trap@7.5.4)(vue@3.4.15(typescript@5.2.2)) + vitepress@1.0.0-rc.40(@algolia/client-search@4.22.1)(@types/node@20.11.13)(@types/react@18.2.9)(change-case@4.1.2)(postcss@8.4.38)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0)(terser@5.18.2)(typescript@5.2.2): + dependencies: + '@docsearch/css': 3.5.2 + '@docsearch/js': 3.5.2(@algolia/client-search@4.22.1)(@types/react@18.2.9)(react-dom@18.2.0(react@18.2.0))(react@18.2.0)(search-insights@2.11.0) + '@types/markdown-it': 13.0.7 + '@vitejs/plugin-vue': 5.0.3(vite@5.2.10(@types/node@20.11.13)(terser@5.18.2))(vue@3.4.15(typescript@5.2.2)) + '@vue/devtools-api': 6.5.1 + '@vueuse/core': 10.7.2(vue@3.4.15(typescript@5.2.2)) + '@vueuse/integrations': 10.7.2(change-case@4.1.2)(focus-trap@7.5.4)(vue@3.4.15(typescript@5.2.2)) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 @@ -33513,10 +33513,10 @@ snapshots: optionalDependencies: postcss: 8.4.38 transitivePeerDependencies: - - "@algolia/client-search" - - "@types/node" - - "@types/react" - - "@vue/composition-api" + - '@algolia/client-search' + - '@types/node' + - '@types/react' + - '@vue/composition-api' - async-validator - axios - change-case @@ -33539,13 +33539,13 @@ snapshots: - typescript - universal-cookie - ? vitest@1.6.0(@types/node@18.15.3)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2) - : dependencies: - "@vitest/expect": 1.6.0 - "@vitest/runner": 1.6.0 - "@vitest/snapshot": 1.6.0 - "@vitest/spy": 1.6.0 - "@vitest/utils": 1.6.0 + vitest@1.6.0(@types/node@18.15.3)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2): + dependencies: + '@vitest/expect': 1.6.0 + '@vitest/runner': 1.6.0 + '@vitest/snapshot': 1.6.0 + '@vitest/spy': 1.6.0 + '@vitest/utils': 1.6.0 acorn-walk: 8.3.2 chai: 4.4.1 debug: 4.3.4(supports-color@5.5.0) @@ -33562,8 +33562,8 @@ snapshots: vite-node: 1.6.0(@types/node@18.15.3)(terser@5.18.2) why-is-node-running: 2.2.2 optionalDependencies: - "@types/node": 18.15.3 - "@vitest/browser": 1.6.0(vitest@1.6.0)(webdriverio@8.36.1(typescript@5.2.2)) + '@types/node': 18.15.3 + '@vitest/browser': 1.6.0(vitest@1.6.0)(webdriverio@8.36.1(typescript@5.2.2)) jsdom: 16.7.0 transitivePeerDependencies: - less @@ -33574,13 +33574,13 @@ snapshots: - supports-color - terser - ? vitest@1.6.0(@types/node@20.11.13)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2) - : dependencies: - "@vitest/expect": 1.6.0 - "@vitest/runner": 1.6.0 - "@vitest/snapshot": 1.6.0 - "@vitest/spy": 1.6.0 - "@vitest/utils": 1.6.0 + vitest@1.6.0(@types/node@20.11.13)(@vitest/browser@1.6.0)(jsdom@16.7.0)(terser@5.18.2): + dependencies: + '@vitest/expect': 1.6.0 + '@vitest/runner': 1.6.0 + '@vitest/snapshot': 1.6.0 + '@vitest/spy': 1.6.0 + '@vitest/utils': 1.6.0 acorn-walk: 8.3.2 chai: 4.4.1 debug: 4.3.4(supports-color@5.5.0) @@ -33597,8 +33597,8 @@ snapshots: vite-node: 1.6.0(@types/node@20.11.13)(terser@5.18.2) why-is-node-running: 2.2.2 optionalDependencies: - "@types/node": 20.11.13 - "@vitest/browser": 1.6.0(vitest@1.6.0)(webdriverio@8.36.1(typescript@5.2.2)) + '@types/node': 20.11.13 + '@vitest/browser': 1.6.0(vitest@1.6.0)(webdriverio@8.36.1(typescript@5.2.2)) jsdom: 16.7.0 transitivePeerDependencies: - less @@ -33623,11 +33623,11 @@ snapshots: vue@3.4.15(typescript@5.2.2): dependencies: - "@vue/compiler-dom": 3.4.15 - "@vue/compiler-sfc": 3.4.15 - "@vue/runtime-dom": 3.4.15 - "@vue/server-renderer": 3.4.15(vue@3.4.15(typescript@5.2.2)) - "@vue/shared": 3.4.15 + '@vue/compiler-dom': 3.4.15 + '@vue/compiler-sfc': 3.4.15 + '@vue/runtime-dom': 3.4.15 + '@vue/server-renderer': 3.4.15(vue@3.4.15(typescript@5.2.2)) + '@vue/shared': 3.4.15 optionalDependencies: typescript: 5.2.2 @@ -33672,21 +33672,21 @@ snapshots: webcrypto-core@1.7.7: dependencies: - "@peculiar/asn1-schema": 2.3.6 - "@peculiar/json-schema": 1.1.12 + '@peculiar/asn1-schema': 2.3.6 + '@peculiar/json-schema': 1.1.12 asn1js: 3.0.5 pvtsutils: 1.3.2 tslib: 2.6.0 webdriver@8.36.1: dependencies: - "@types/node": 20.11.13 - "@types/ws": 8.5.5 - "@wdio/config": 8.36.1 - "@wdio/logger": 8.28.0 - "@wdio/protocols": 8.32.0 - "@wdio/types": 8.36.1 - "@wdio/utils": 8.36.1 + '@types/node': 20.11.13 + '@types/ws': 8.5.5 + '@wdio/config': 8.36.1 + '@wdio/logger': 8.28.0 + '@wdio/protocols': 8.32.0 + '@wdio/types': 8.36.1 + '@wdio/utils': 8.36.1 deepmerge-ts: 5.1.0 got: 12.6.1 ky: 0.33.3 @@ -33698,13 +33698,13 @@ snapshots: webdriverio@8.36.1(typescript@5.2.2): dependencies: - "@types/node": 20.11.13 - "@wdio/config": 8.36.1 - "@wdio/logger": 8.28.0 - "@wdio/protocols": 8.32.0 - "@wdio/repl": 8.24.12 - "@wdio/types": 8.36.1 - "@wdio/utils": 8.36.1 + '@types/node': 20.11.13 + '@wdio/config': 8.36.1 + '@wdio/logger': 8.28.0 + '@wdio/protocols': 8.32.0 + '@wdio/repl': 8.24.12 + '@wdio/types': 8.36.1 + '@wdio/utils': 8.36.1 archiver: 7.0.1 aria-query: 5.3.0 css-shorthand-properties: 1.1.1 @@ -33748,13 +33748,13 @@ snapshots: webpack-dev-server@4.15.1(webpack@5.88.0(esbuild@0.17.19)): dependencies: - "@types/bonjour": 3.5.10 - "@types/connect-history-api-fallback": 1.5.0 - "@types/express": 4.17.17 - "@types/serve-index": 1.9.1 - "@types/serve-static": 1.15.2 - "@types/sockjs": 0.3.33 - "@types/ws": 8.5.5 + '@types/bonjour': 3.5.10 + '@types/connect-history-api-fallback': 1.5.0 + '@types/express': 4.17.17 + '@types/serve-index': 1.9.1 + '@types/serve-static': 1.15.2 + '@types/sockjs': 0.3.33 + '@types/ws': 8.5.5 ansi-html-community: 0.0.8 bonjour-service: 1.1.1 chokidar: 3.5.3 @@ -33806,11 +33806,11 @@ snapshots: webpack@5.88.0(esbuild@0.17.19): dependencies: - "@types/eslint-scope": 3.7.4 - "@types/estree": 1.0.1 - "@webassemblyjs/ast": 1.11.6 - "@webassemblyjs/wasm-edit": 1.11.6 - "@webassemblyjs/wasm-parser": 1.11.6 + '@types/eslint-scope': 3.7.4 + '@types/estree': 1.0.1 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 acorn: 8.9.0 acorn-import-assertions: 1.9.0(acorn@8.9.0) browserslist: 4.22.1 @@ -33831,7 +33831,7 @@ snapshots: watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: - - "@swc/core" + - '@swc/core' - esbuild - uglify-js @@ -33954,14 +33954,14 @@ snapshots: workbox-build@6.6.0(@types/babel__core@7.20.5): dependencies: - "@apideck/better-ajv-errors": 0.3.6(ajv@8.12.0) - "@babel/core": 7.22.5 - "@babel/preset-env": 7.22.5(@babel/core@7.22.5) - "@babel/runtime": 7.23.4 - "@rollup/plugin-babel": 5.3.1(@babel/core@7.22.5)(@types/babel__core@7.20.5)(rollup@2.79.1) - "@rollup/plugin-node-resolve": 11.2.1(rollup@2.79.1) - "@rollup/plugin-replace": 2.4.2(rollup@2.79.1) - "@surma/rollup-plugin-off-main-thread": 2.2.3 + '@apideck/better-ajv-errors': 0.3.6(ajv@8.12.0) + '@babel/core': 7.22.5 + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/runtime': 7.23.4 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.22.5)(@types/babel__core@7.20.5)(rollup@2.79.1) + '@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1) + '@rollup/plugin-replace': 2.4.2(rollup@2.79.1) + '@surma/rollup-plugin-off-main-thread': 2.2.3 ajv: 8.12.0 common-tags: 1.8.2 fast-json-stable-stringify: 2.1.0 @@ -33992,7 +33992,7 @@ snapshots: workbox-sw: 6.6.0 workbox-window: 6.6.0 transitivePeerDependencies: - - "@types/babel__core" + - '@types/babel__core' - supports-color workbox-cacheable-response@6.6.0: @@ -34051,8 +34051,8 @@ snapshots: workbox-sw@6.6.0: {} - ? workbox-webpack-plugin@6.6.0(@types/babel__core@7.20.5)(webpack@5.88.0(esbuild@0.17.19)) - : dependencies: + workbox-webpack-plugin@6.6.0(@types/babel__core@7.20.5)(webpack@5.88.0(esbuild@0.17.19)): + dependencies: fast-json-stable-stringify: 2.1.0 pretty-bytes: 5.6.0 upath: 1.2.0 @@ -34060,12 +34060,12 @@ snapshots: webpack-sources: 1.4.3 workbox-build: 6.6.0(@types/babel__core@7.20.5) transitivePeerDependencies: - - "@types/babel__core" + - '@types/babel__core' - supports-color workbox-window@6.6.0: dependencies: - "@types/trusted-types": 2.0.3 + '@types/trusted-types': 2.0.3 workbox-core: 6.6.0 wrap-ansi@6.2.0: @@ -34193,8 +34193,8 @@ snapshots: yup@0.32.11: dependencies: - "@babel/runtime": 7.22.5 - "@types/lodash": 4.14.195 + '@babel/runtime': 7.22.5 + '@types/lodash': 4.14.195 lodash: 4.17.21 lodash-es: 4.17.21 nanoclone: 0.2.1 From 798cace21047a5b92b334cf97c5ee3f97e92fd14 Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Tue, 14 May 2024 22:06:39 +0100 Subject: [PATCH 2/2] Linting to match `pnpm install` --- .prettierrc | 4 +++- pnpm-lock.yaml | 3 --- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.prettierrc b/.prettierrc index b15e274dfe6..729594fbc24 100644 --- a/.prettierrc +++ b/.prettierrc @@ -28,7 +28,9 @@ { "files": ["pnpm-lock.yaml"], "options": { - "singleQuote": true + "singleQuote": true, + "printWidth": 300, + "bracketSpacing": false } } ] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59fbd3503da..cd82a0474d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,7 +8,6 @@ overrides: cross-fetch: 4.0.0 importers: - .: devDependencies: '@actions/core': @@ -1186,7 +1185,6 @@ importers: version: 5.2.2 packages: - '@aashutoshrathi/word-wrap@1.2.6': resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} @@ -12261,7 +12259,6 @@ packages: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} snapshots: - '@aashutoshrathi/word-wrap@1.2.6': {} '@actions/core@1.10.1':