diff --git a/.changeset/chilled-numbers-allow.md b/.changeset/chilled-numbers-allow.md new file mode 100644 index 00000000..b5e78431 --- /dev/null +++ b/.changeset/chilled-numbers-allow.md @@ -0,0 +1,13 @@ +--- +"wagemos-cosmoskit-nextjs": patch +"wagemos-graz-nextjs": patch +"@abstract-money/bundle-require": patch +"@abstract-money/cli": patch +"@abstract-money/core": patch +"@abstract-money/cosmwasm-utils": patch +"@abstract-money/provider-cosmoskit": patch +"@abstract-money/provider-graz": patch +"@abstract-money/react": patch +--- + +Fixes bad dependencies in all of the packages. diff --git a/examples/wagemos-cosmoskit-nextjs/package.json b/examples/wagemos-cosmoskit-nextjs/package.json index f7b7485e..e6121a4e 100644 --- a/examples/wagemos-cosmoskit-nextjs/package.json +++ b/examples/wagemos-cosmoskit-nextjs/package.json @@ -14,13 +14,8 @@ "@abstract-money/provider-cosmoskit": "workspace:*", "@abstract-money/react": "workspace:*", "@chain-registry/types": "^0.13.1", - "@cosmjs/amino": "^0.31.0", - "@cosmjs/cosmwasm-stargate": "^0.31.0", - "@cosmjs/encoding": "^0.31.0", - "@cosmjs/launchpad": "^0.27.1", - "@cosmjs/proto-signing": "^0.32.0", - "@cosmjs/stargate": "^0.31.0", - "@cosmjs/tendermint-rpc": "^0.31.0", + "@cosmjs/amino": "^0.32.2", + "@cosmjs/stargate": "^0.32.2", "@cosmos-kit/keplr": "^2.4.15", "@cosmos-kit/react": "^2.6.0", "@hookform/resolvers": "^3.3.2", @@ -47,13 +42,13 @@ "devDependencies": { "@abstract-money/cli": "workspace:*", "@keplr-wallet/types": "^0.12.44", - "@types/node": "^20", + "@types/node": "^20.0.0", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "pino-pretty": "^10.2.3", "postcss": "^8", "tailwindcss": "^3.3.0", - "typescript": "^5" + "typescript": "^5.0.4" } } diff --git a/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts b/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts index cd0abf22..0031727a 100644 --- a/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts +++ b/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts @@ -5,9 +5,9 @@ */ import { CamelCasedProperties } from "type-fest"; -import { SigningCosmWasmClient, ExecuteResult } from "@cosmjs/cosmwasm-stargate"; +import { SigningCosmWasmClient, ExecuteResult } from "@abstract-money/cli/cosmjs"; import { AbstractQueryClient, AbstractAccountQueryClient, AbstractAccountClient, AppExecuteMsg, AppExecuteMsgFactory, AbstractClient, AbstractAccountId } from "@abstract-money/core/legacy"; -import { StdFee, Coin } from "@cosmjs/amino"; +import { StdFee, Coin } from "@abstract-money/cli/cosmjs"; import { Decimal, InstantiateMsg, ExecuteMsg, AssetEntry, AccountTrace, ChainName, Uint128, AccountOdds, AccountId, Bet, AnsAsset, QueryMsg, MigrateMsg, Addr, BetsResponse, ConfigResponse, ListOddsResponse, RoundStatus, RoundsResponse, RoundResponse, OddsResponse } from "./Betting.types"; import { BettingQueryMsgBuilder, BettingExecuteMsgBuilder } from "./Betting.message-builder"; export interface IBettingAppQueryClient { diff --git a/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts b/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts index e8f46b0f..71db3c02 100644 --- a/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts +++ b/examples/wagemos-cosmoskit-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts @@ -5,8 +5,8 @@ */ import { UseQueryOptions, useQuery, useMutation, UseMutationOptions } from "@tanstack/react-query"; -import { ExecuteResult } from "@cosmjs/cosmwasm-stargate"; -import { StdFee, Coin } from "@cosmjs/amino"; +import { ExecuteResult } from "@abstract-money/cli/cosmjs"; +import { StdFee, Coin } from "@abstract-money/cli/cosmjs"; import { Decimal, InstantiateMsg, ExecuteMsg, AssetEntry, AccountTrace, ChainName, Uint128, AccountOdds, AccountId, Bet, AnsAsset, QueryMsg, MigrateMsg, Addr, BetsResponse, ConfigResponse, ListOddsResponse, RoundStatus, RoundsResponse, RoundResponse, OddsResponse } from "./Betting.types"; import { BettingAppQueryClient, BettingAppClient } from "./Betting.client"; export const bettingQueryKeys = { diff --git a/examples/wagemos-cosmoskit-nextjs/src/_generated/index.ts b/examples/wagemos-cosmoskit-nextjs/src/_generated/index.ts index 655cedd4..61319299 100644 --- a/examples/wagemos-cosmoskit-nextjs/src/_generated/index.ts +++ b/examples/wagemos-cosmoskit-nextjs/src/_generated/index.ts @@ -1,6 +1,6 @@ 'use client' -import { ExecuteResult } from '@cosmjs/cosmwasm-stargate' +import { ExecuteResult } from '@abstract-money/cli/cosmjs' import { UseMutationOptions } from '@tanstack/react-query' import { useMemo } from 'react' @@ -49,7 +49,7 @@ import { // React ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -const BETTING_MODULE_ID = 'abstract:betting' +export const BETTING_MODULE_ID = 'abstract:betting' export const betting = { queries: { diff --git a/examples/wagemos-graz-nextjs/package.json b/examples/wagemos-graz-nextjs/package.json index 0995f780..bbee0c37 100644 --- a/examples/wagemos-graz-nextjs/package.json +++ b/examples/wagemos-graz-nextjs/package.json @@ -15,13 +15,7 @@ "@abstract-money/core": "workspace:*", "@abstract-money/provider-graz": "workspace:*", "@abstract-money/react": "workspace:*", - "@cosmjs/amino": "^0.31.0", - "@cosmjs/cosmwasm-stargate": "^0.31.0", - "@cosmjs/encoding": "^0.31.0", - "@cosmjs/launchpad": "^0.27.1", - "@cosmjs/proto-signing": "^0.32.0", - "@cosmjs/stargate": "^0.31.0", - "@cosmjs/tendermint-rpc": "^0.31.0", + "@cosmjs/amino": "^0.32.2", "@hookform/resolvers": "^3.3.2", "@osmosis-labs/math": "^5.1.0", "@osmosis-labs/proto-codecs": "^5.1.0", @@ -48,13 +42,13 @@ "devDependencies": { "@abstract-money/cli": "workspace:*", "@keplr-wallet/types": "^0.12.44", - "@types/node": "^20", + "@types/node": "^20.0.0", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.0.1", "pino-pretty": "^10.2.3", "postcss": "^8", "tailwindcss": "^3.3.0", - "typescript": "^5" + "typescript": "^5.0.4" } } diff --git a/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts b/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts index cd0abf22..0031727a 100644 --- a/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts +++ b/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.client.ts @@ -5,9 +5,9 @@ */ import { CamelCasedProperties } from "type-fest"; -import { SigningCosmWasmClient, ExecuteResult } from "@cosmjs/cosmwasm-stargate"; +import { SigningCosmWasmClient, ExecuteResult } from "@abstract-money/cli/cosmjs"; import { AbstractQueryClient, AbstractAccountQueryClient, AbstractAccountClient, AppExecuteMsg, AppExecuteMsgFactory, AbstractClient, AbstractAccountId } from "@abstract-money/core/legacy"; -import { StdFee, Coin } from "@cosmjs/amino"; +import { StdFee, Coin } from "@abstract-money/cli/cosmjs"; import { Decimal, InstantiateMsg, ExecuteMsg, AssetEntry, AccountTrace, ChainName, Uint128, AccountOdds, AccountId, Bet, AnsAsset, QueryMsg, MigrateMsg, Addr, BetsResponse, ConfigResponse, ListOddsResponse, RoundStatus, RoundsResponse, RoundResponse, OddsResponse } from "./Betting.types"; import { BettingQueryMsgBuilder, BettingExecuteMsgBuilder } from "./Betting.message-builder"; export interface IBettingAppQueryClient { diff --git a/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts b/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts index 57b386fe..71db3c02 100644 --- a/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts +++ b/examples/wagemos-graz-nextjs/src/_generated/cosmwasm-codegen/Betting.react-query.ts @@ -5,8 +5,8 @@ */ import { UseQueryOptions, useQuery, useMutation, UseMutationOptions } from "@tanstack/react-query"; -import { ExecuteResult } from "@cosmjs/cosmwasm-stargate"; -import { StdFee, Coin } from "@cosmjs/amino"; +import { ExecuteResult } from "@abstract-money/cli/cosmjs"; +import { StdFee, Coin } from "@abstract-money/cli/cosmjs"; import { Decimal, InstantiateMsg, ExecuteMsg, AssetEntry, AccountTrace, ChainName, Uint128, AccountOdds, AccountId, Bet, AnsAsset, QueryMsg, MigrateMsg, Addr, BetsResponse, ConfigResponse, ListOddsResponse, RoundStatus, RoundsResponse, RoundResponse, OddsResponse } from "./Betting.types"; import { BettingAppQueryClient, BettingAppClient } from "./Betting.client"; export const bettingQueryKeys = { @@ -57,7 +57,7 @@ export function useBettingBetsQuery({ args, options }: BettingBetsQuery) { - return useQuery(bettingQueryKeys.bets(client?.moduleId, args), () => client && args ? client.bets({ + return useQuery(bettingQueryKeys.bets(client?.moduleId, args), () => client && args ? client.bets({ roundId: args.roundId }) : Promise.reject(new Error("Invalid client or args")), { ...options, enabled: !!args && !!client && (options?.enabled != undefined ? options.enabled : true) }); @@ -81,7 +81,7 @@ export function useBettingListOddsQuery({ args, options }: BettingListOddsQuery) { - return useQuery(bettingQueryKeys.listOdds(client?.moduleId, args), () => client && args ? client.listOdds({ + return useQuery(bettingQueryKeys.listOdds(client?.moduleId, args), () => client && args ? client.listOdds({ roundId: args.roundId }) : Promise.reject(new Error("Invalid client or args")), { ...options, enabled: !!args && !!client && (options?.enabled != undefined ? options.enabled : true) }); @@ -97,7 +97,7 @@ export function useBettingOddsQuery({ args, options }: BettingOddsQuery) { - return useQuery(bettingQueryKeys.odds(client?.moduleId, args), () => client && args ? client.odds({ + return useQuery(bettingQueryKeys.odds(client?.moduleId, args), () => client && args ? client.odds({ roundId: args.roundId, teamId: args.teamId }) : Promise.reject(new Error("Invalid client or args")), { ...options, enabled: !!args && !!client && (options?.enabled != undefined ? options.enabled : true) @@ -114,7 +114,7 @@ export function useBettingListRoundsQuery({ args, options }: BettingListRoundsQuery) { - return useQuery(bettingQueryKeys.listRounds(client?.moduleId, args), () => client && args ? client.listRounds({ + return useQuery(bettingQueryKeys.listRounds(client?.moduleId, args), () => client && args ? client.listRounds({ limit: args.limit, startAfter: args.startAfter }) : Promise.reject(new Error("Invalid client or args")), { ...options, enabled: !!args && !!client && (options?.enabled != undefined ? options.enabled : true) @@ -130,7 +130,7 @@ export function useBettingRoundQuery({ args, options }: BettingRoundQuery) { - return useQuery(bettingQueryKeys.round(client?.moduleId, args), () => client && args ? client.round({ + return useQuery(bettingQueryKeys.round(client?.moduleId, args), () => client && args ? client.round({ roundId: args.roundId }) : Promise.reject(new Error("Invalid client or args")), { ...options, enabled: !!args && !!client && (options?.enabled != undefined ? options.enabled : true) }); diff --git a/examples/wagemos-graz-nextjs/src/_generated/index.ts b/examples/wagemos-graz-nextjs/src/_generated/index.ts index 655cedd4..61319299 100644 --- a/examples/wagemos-graz-nextjs/src/_generated/index.ts +++ b/examples/wagemos-graz-nextjs/src/_generated/index.ts @@ -1,6 +1,6 @@ 'use client' -import { ExecuteResult } from '@cosmjs/cosmwasm-stargate' +import { ExecuteResult } from '@abstract-money/cli/cosmjs' import { UseMutationOptions } from '@tanstack/react-query' import { useMemo } from 'react' @@ -49,7 +49,7 @@ import { // React ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -const BETTING_MODULE_ID = 'abstract:betting' +export const BETTING_MODULE_ID = 'abstract:betting' export const betting = { queries: { diff --git a/package.json b/package.json index 2bb5e881..a4e8b682 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,6 @@ { "private": true, - "workspaces": [ - "examples/*", - "packages/*" - ], + "workspaces": ["examples/*", "packages/*"], "scripts": { "build": "turbo build", "changeset:release": "turbo build && changeset publish", @@ -29,7 +26,7 @@ "@types/dedent": "^0.7.0", "@types/fs-extra": "^9.0.13", "@types/jest": "^29.5.2", - "@types/node": "17.0.21", + "@types/node": "^20.0.0", "@types/prettier": "^2.7.2", "@types/react": "^18.2.0", "dedent": "^0.7.0", @@ -39,7 +36,6 @@ "fs-extra": "^10.1.0", "jsdom": "^20.0.3", "lint-staged": "^13.1.0", - "msw": "^1.2.1", "prettier": "^2.8.3", "simple-git-hooks": "^2.8.1", "tsup": "^8.0.0", diff --git a/packages/bundle-require/package.json b/packages/bundle-require/package.json index fb83f6f4..aad05908 100644 --- a/packages/bundle-require/package.json +++ b/packages/bundle-require/package.json @@ -34,21 +34,16 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@egoist/prettier-config": "1.0.0", - "@types/node": "16.11.21", + "@types/node": "^20.0.0", "esbuild": "0.13.15", - "prettier": "2.5.1", "rimraf": "^3.0.0", - "typescript": "4.5.5", - "vitest": "0.2.5" + "typescript": "^5.0.4", + "vitest": "^1.3.1" }, "dependencies": { "load-tsconfig": "^0.2.0" }, "peerDependencies": { "esbuild": ">=0.13.x <= 0.16.x" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } } diff --git a/packages/cli/.gitignore b/packages/cli/.gitignore index c86adf61..83a34a65 100644 --- a/packages/cli/.gitignore +++ b/packages/cli/.gitignore @@ -1,3 +1,4 @@ # Generated file. Do not edit directly. +cosmjs/** config/** plugins/** \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index f74733be..241a4a78 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -27,6 +27,9 @@ "optional": true } }, + "peerDependencies": { + "typescript": ">=5.0.4" + }, "bin": { "abstract": "./dist/cli.js" }, @@ -49,18 +52,18 @@ "pathe": "^1.0.0", "picocolors": "^1.0.0", "prettier": "^2.8.1", - "zod": "^3.21.4" + "zod": "^3.21.4", + "@cosmjs/amino": "^0.32.2", + "@cosmjs/cosmwasm-stargate": "^0.32.2" }, "devDependencies": { "@types/jest": "^29.5.2", - "@types/node": "^18.11.10", + "@types/node": "^20.0.0", "@vitest/spy": "^1.0.4", "fixturez": "^1.1.0", "rimraf": "^3.0.0", "serve": "^14.2.0", "ts-jest": "^29.0.2", - "typedoc": "^0.23.25", - "typedoc-plugin-markdown": "^3.14.0", "vitest": "^1.0.2" }, "main": "dist/index.js", @@ -71,6 +74,10 @@ "types": "./dist/index.d.ts", "default": "./dist/index.js" }, + "./cosmjs": { + "types": "./dist/cosmjs.d.ts", + "default": "./dist/cosmjs.js" + }, "./config": { "types": "./dist/config.d.ts", "default": "./dist/config.js" @@ -82,6 +89,7 @@ "./package.json": "./package.json" }, "files": [ + "/cosmjs", "/config", "/plugins", "/dist" diff --git a/packages/cli/src/cosmjs.ts b/packages/cli/src/cosmjs.ts new file mode 100644 index 00000000..49864d72 --- /dev/null +++ b/packages/cli/src/cosmjs.ts @@ -0,0 +1,2 @@ +export * from '@cosmjs/amino' +export * from '@cosmjs/cosmwasm-stargate' diff --git a/packages/cli/src/plugins/react.ts b/packages/cli/src/plugins/react.ts index 993fe1cb..4bc9f3d5 100644 --- a/packages/cli/src/plugins/react.ts +++ b/packages/cli/src/plugins/react.ts @@ -114,10 +114,15 @@ export function react(options: ReactOptions = {}): ReactResult { ) await fse.writeFile( resolve(generatedClientFilePath), - generatedClientFileContent.replace( - '@abstract-money/abstract.js', - '@abstract-money/core/legacy', - ), + generatedClientFileContent + .replace( + '@abstract-money/abstract.js', + '@abstract-money/core/legacy', + ) + .replaceAll( + /(@cosmjs\/cosmwasm-stargate|@cosmjs\/amino)/gm, + '@abstract-money/cli/cosmjs', + ), ) const generatedMessageBuilderFilePath = join( @@ -177,6 +182,10 @@ export function react(options: ReactOptions = {}): ReactResult { 'args")), { ...options, enabled: !!args && ', ) }) + .replaceAll( + /(@cosmjs\/cosmwasm-stargate|@cosmjs\/amino)/gm, + '@abstract-money/cli/cosmjs', + ) await fse.writeFile( resolve(reactQueryFilePath), @@ -460,7 +469,7 @@ export function react(options: ReactOptions = {}): ReactResult { imports: dedent` 'use client'; - import { ExecuteResult } from '@cosmjs/cosmwasm-stargate' + import { ExecuteResult } from '@abstract-money/cli/cosmjs' import { UseMutationOptions } from '@tanstack/react-query' import { useMemo } from 'react' diff --git a/packages/cli/tsup.config.ts b/packages/cli/tsup.config.ts index f998e41e..712da47e 100644 --- a/packages/cli/tsup.config.ts +++ b/packages/cli/tsup.config.ts @@ -1,7 +1,7 @@ import { defineConfig } from 'tsup' import { getConfig } from '../../scripts/tsup' -import { dependencies, devDependencies } from './package.json' +import { dependencies } from './package.json' export default defineConfig( getConfig({ @@ -10,6 +10,7 @@ export default defineConfig( entry: [ 'src/index.ts', 'src/cli.ts', + 'src/cosmjs.ts', 'src/config.ts', 'src/plugins/index.ts', ], diff --git a/packages/core/package.json b/packages/core/package.json index 640bc7b0..902c72d5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -20,8 +20,6 @@ "scripts": { "build": "tsup", "clean": "rimraf dist", - "docs:gen": "typedoc", - "docs:serve": "serve ./docs -l 3050", "typecheck": "tsc --noEmit --jsx react-jsx", "codegen:abstract": "abstract generate", "codegen:gql": "graphql-codegen --config codegen.yml", @@ -30,11 +28,10 @@ "dependencies": { "@abstract-money/cosmwasm-utils": "workspace:*", "@chain-registry/types": "^0.13.1", - "@cosmjs/amino": "^0.31.0", - "@cosmjs/cosmwasm-stargate": "^0.31.0", - "@cosmjs/encoding": "^0.31.0", - "@cosmjs/stargate": "^0.31.0", - "@cosmjs/tendermint-rpc": "^0.31.0", + "@cosmjs/amino": "^0.32.2", + "@cosmjs/cosmwasm-stargate": "^0.32.2", + "@cosmjs/encoding": "^0.32.2", + "@cosmjs/stargate": "^0.32.2", "@rimbu/bimap": "^1.1.1", "bech32": "^2.0.0", "chain-registry": "^1.18.1", @@ -54,25 +51,27 @@ "optional": true } }, + "peerDependencies": { + "typescript": ">=5.0.4" + }, "type": "module", "devDependencies": { "@abstract-money/cli": "workspace:*", - "@graphql-codegen/cli": "^2.13.1", - "@graphql-codegen/client-preset": "^1.2.6", + "@graphql-codegen/cli": "^5.0.2", + "@graphql-codegen/client-preset": "^4.2.4", "@graphql-typed-document-node/core": "^3.2.0", "@types/jest": "^29.5.2", "@types/ledgerhq__hw-transport": "^4.21.4", "@types/lodash": "^4.14.201", "@types/long": "^5.0.0", - "@types/node": "^18.11.10", + "@types/node": "^20.0.0", "@types/semver": "^7.3.8", + "graphql": "^16.8.1", "jest": "^29.6.0", "prettier": "^2.7.0", "rimraf": "^3.0.0", "serve": "^14.2.0", - "ts-jest": "^29.0.2", - "typedoc": "^0.23.25", - "typedoc-plugin-markdown": "^3.14.0" + "ts-jest": "^29.0.2" }, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/cosmwasm-utils/package.json b/packages/cosmwasm-utils/package.json index b55b57d4..e039dc50 100644 --- a/packages/cosmwasm-utils/package.json +++ b/packages/cosmwasm-utils/package.json @@ -15,19 +15,21 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@cosmjs/encoding": "^0.31.0", - "@cosmjs/cosmwasm-stargate": "^0.31.0", - "@cosmjs/tendermint-rpc": "^0.31.0", - "@cosmjs/stargate": "^0.31.0" + "@cosmjs/encoding": "^0.32.2", + "@cosmjs/cosmwasm-stargate": "^0.32.2", + "@cosmjs/tendermint-rpc": "^0.32.2" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, + "peerDependencies": { + "typescript": ">=5.0.4" + }, "devDependencies": { "rimraf": "^3.0.0", - "@types/node": "^18.11.10" + "@types/node": "^20.0.0" }, "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/provider-cosmoskit/package.json b/packages/provider-cosmoskit/package.json index ef99ba77..66e549d1 100644 --- a/packages/provider-cosmoskit/package.json +++ b/packages/provider-cosmoskit/package.json @@ -27,18 +27,20 @@ "optional": true } }, + "dependencies": { + "@cosmjs/cosmwasm-stargate": "^0.32.2" + }, "type": "module", "peerDependencies": { "@abstract-money/react": "workspace:*", - "@cosmjs/cosmwasm-stargate": ">=0.28", "@cosmos-kit/react": "^2.6.0", - "react": "^18" + "react": ">=18.0.0", + "typescript": ">=5.0.4" }, "devDependencies": { "@abstract-money/react": "workspace:*", - "@cosmjs/cosmwasm-stargate": "^0.31.0", "@cosmos-kit/react": "^2.6.0", - "@types/node": "^18.11.10", + "@types/node": "^20.0.0", "react": "^18", "rimraf": "^3.0.0" }, diff --git a/packages/provider-graz/package.json b/packages/provider-graz/package.json index 7c3a5044..9f658964 100644 --- a/packages/provider-graz/package.json +++ b/packages/provider-graz/package.json @@ -28,11 +28,13 @@ } }, "type": "module", + "dependencies": { + "@cosmjs/cosmwasm-stargate": "^0.32.2" + }, "devDependencies": { "@abstract-money/react": "workspace:*", "@abstract-money/core": "workspace:*", - "@cosmjs/cosmwasm-stargate": "^0.31.3", - "@types/node": "^18.11.10", + "@types/node": "^20.0.0", "graz": "^0.1.1", "rimraf": "^3.0.0" }, @@ -52,7 +54,7 @@ "peerDependencies": { "@abstract-money/react": "workspace:*", "@abstract-money/core": "workspace:*", - "@cosmjs/cosmwasm-stargate": ">=0.28", - "graz": "^0.1.1" + "graz": "^0.1.1", + "typescript": ">=5.0.4" } } diff --git a/packages/react/package.json b/packages/react/package.json index 927e4322..758ff2f4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -26,12 +26,14 @@ "dependencies": { "@abstract-money/core": "workspace:*", "@tanstack/react-query": "^4", - "dedent": "^0.7.0" + "dedent": "^0.7.0", + "@cosmjs/amino": "^0.32.2", + "@cosmjs/cosmwasm-stargate": "^0.32.2", + "@cosmjs/stargate": "^0.32.2", + "@cosmjs/encoding": "^0.32.2", + "@cosmjs/proto-signing": "^0.32.2" }, "peerDependencies": { - "@cosmjs/amino": ">=0.28", - "@cosmjs/cosmwasm-stargate": ">=0.28", - "@cosmjs/encoding": ">=0.28", "react": ">=18.0.0", "typescript": ">=5.0.4" }, @@ -41,14 +43,9 @@ } }, "devDependencies": { - "@cosmjs/amino": "^0.31.0", - "@cosmjs/cosmwasm-stargate": "^0.31.0", - "@cosmjs/encoding": "^0.31.0", - "@cosmjs/proto-signing": "^0.31.0", - "@cosmjs/stargate": "^0.31.0", "@keplr-wallet/types": "^0.12.44", - "@types/node": "^18.11.10", - "@types/react": "^18.2.0", + "@types/node": "^20.0.0", + "@types/react": "^18.0.0", "rimraf": "^3.0.0", "rome": "^12.1.2", "simple-git-hooks": "^2.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 61bf1f28..9b4897c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,5 +1,9 @@ lockfileVersion: '6.0' +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + importers: .: @@ -9,7 +13,7 @@ importers: version: 13.3.8 vitest: specifier: ^1.2.2 - version: 1.2.2(@types/node@17.0.21)(happy-dom@13.3.8)(jsdom@20.0.3) + version: 1.2.2(@types/node@20.10.0)(happy-dom@13.3.8)(jsdom@20.0.3) devDependencies: '@actions/core': specifier: ^1.10.1 @@ -28,7 +32,7 @@ importers: version: 1.1.3 '@microsoft/api-extractor': specifier: ^7.39.1 - version: 7.39.1(@types/node@17.0.21) + version: 7.39.1(@types/node@20.10.0) '@tanstack/query-core': specifier: ^4 version: 4.36.1 @@ -45,8 +49,8 @@ importers: specifier: ^29.5.2 version: 29.5.10 '@types/node': - specifier: 17.0.21 - version: 17.0.21 + specifier: ^20.0.0 + version: 20.10.0 '@types/prettier': specifier: ^2.7.2 version: 2.7.3 @@ -74,9 +78,6 @@ importers: lint-staged: specifier: ^13.1.0 version: 13.3.0 - msw: - specifier: ^1.2.1 - version: 1.3.2(typescript@5.3.2) prettier: specifier: ^2.8.3 version: 2.8.8 @@ -108,32 +109,17 @@ importers: specifier: ^0.13.1 version: 0.13.1 '@cosmjs/amino': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/cosmwasm-stargate': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/encoding': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/launchpad': - specifier: ^0.27.1 - version: 0.27.1 - '@cosmjs/proto-signing': - specifier: ^0.32.0 - version: 0.32.0 + specifier: ^0.32.2 + version: 0.32.2 '@cosmjs/stargate': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/tendermint-rpc': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@cosmos-kit/keplr': specifier: ^2.4.15 - version: 2.4.15(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) + version: 2.4.15(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) '@cosmos-kit/react': specifier: ^2.6.0 - version: 2.9.14(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(@interchain-ui/react@1.16.4)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0) + version: 2.9.14(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(@interchain-ui/react@1.16.4)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0) '@hookform/resolvers': specifier: ^3.3.2 version: 3.3.2(react-hook-form@7.48.2) @@ -202,7 +188,7 @@ importers: specifier: ^0.12.44 version: 0.12.44 '@types/node': - specifier: ^20 + specifier: ^20.0.0 version: 20.10.0 '@types/react': specifier: ^18 @@ -223,8 +209,8 @@ importers: specifier: ^3.3.0 version: 3.3.5 typescript: - specifier: ^5 - version: 5.3.2 + specifier: ^5.0.4 + version: 5.3.3 examples/wagemos-graz-nextjs: dependencies: @@ -238,26 +224,8 @@ importers: specifier: workspace:* version: link:../../packages/react '@cosmjs/amino': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/cosmwasm-stargate': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/encoding': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/launchpad': - specifier: ^0.27.1 - version: 0.27.1 - '@cosmjs/proto-signing': - specifier: ^0.32.0 - version: 0.32.0 - '@cosmjs/stargate': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/tendermint-rpc': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@hookform/resolvers': specifier: ^3.3.2 version: 3.3.2(react-hook-form@7.48.2) @@ -293,7 +261,7 @@ importers: version: 0.8.0 graz: specifier: ^0.1.1 - version: 0.1.1(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/launchpad@0.27.1)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(@cosmjs/tendermint-rpc@0.31.3)(@terra-money/feather.js@1.2.1)(@types/react@18.2.38)(axios@0.27.2)(long@5.2.3)(react-dom@18.2.0)(react@18.2.0) + version: 0.1.1(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/launchpad@0.27.1)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(@cosmjs/tendermint-rpc@0.32.2)(@terra-money/feather.js@1.2.1)(@types/react@18.2.38)(axios@0.27.2)(long@5.2.3)(react-dom@18.2.0)(react@18.2.0) long: specifier: ^5.2.3 version: 5.2.3 @@ -332,7 +300,7 @@ importers: specifier: ^0.12.44 version: 0.12.44 '@types/node': - specifier: ^20 + specifier: ^20.0.0 version: 20.10.0 '@types/react': specifier: ^18 @@ -353,8 +321,8 @@ importers: specifier: ^3.3.0 version: 3.3.5 typescript: - specifier: ^5 - version: 5.3.2 + specifier: ^5.0.4 + version: 5.3.3 packages/bundle-require: dependencies: @@ -362,27 +330,21 @@ importers: specifier: ^0.2.0 version: 0.2.5 devDependencies: - '@egoist/prettier-config': - specifier: 1.0.0 - version: 1.0.0 '@types/node': - specifier: 16.11.21 - version: 16.11.21 + specifier: ^20.0.0 + version: 20.10.0 esbuild: specifier: 0.13.15 version: 0.13.15 - prettier: - specifier: 2.5.1 - version: 2.5.1 rimraf: specifier: ^3.0.0 version: 3.0.2 typescript: - specifier: 4.5.5 - version: 4.5.5 + specifier: ^5.0.4 + version: 5.3.3 vitest: - specifier: 0.2.5 - version: 0.2.5(@types/node@16.11.21)(happy-dom@13.3.8)(jsdom@20.0.3) + specifier: ^1.3.1 + version: 1.3.1(@types/node@20.10.0)(happy-dom@13.3.8)(jsdom@20.0.3) packages/cli: dependencies: @@ -392,6 +354,12 @@ importers: '@abstract-money/ts-codegen': specifier: ^0.35.4 version: 0.35.4 + '@cosmjs/amino': + specifier: ^0.32.2 + version: 0.32.2 + '@cosmjs/cosmwasm-stargate': + specifier: ^0.32.2 + version: 0.32.2 abort-controller: specifier: ^3.0.0 version: 3.0.0 @@ -437,6 +405,9 @@ importers: prettier: specifier: ^2.8.1 version: 2.8.8 + typescript: + specifier: '>=5.0.4' + version: 5.3.3 zod: specifier: ^3.21.4 version: 3.22.4 @@ -445,8 +416,8 @@ importers: specifier: ^29.5.2 version: 29.5.10 '@types/node': - specifier: ^18.11.10 - version: 18.18.13 + specifier: ^20.0.0 + version: 20.10.0 '@vitest/spy': specifier: ^1.0.4 version: 1.0.4 @@ -461,16 +432,10 @@ importers: version: 14.2.1 ts-jest: specifier: ^29.0.2 - version: 29.1.1(@babel/core@7.18.10)(esbuild@0.15.13)(jest@29.7.0)(typescript@5.0.4) - typedoc: - specifier: ^0.23.25 - version: 0.23.28(typescript@5.0.4) - typedoc-plugin-markdown: - specifier: ^3.14.0 - version: 3.17.1(typedoc@0.23.28) + version: 29.1.1(@babel/core@7.18.10)(esbuild@0.15.13)(jest@29.7.0)(typescript@5.3.3) vitest: specifier: ^1.0.2 - version: 1.0.2(@types/node@18.18.13)(happy-dom@13.3.8)(jsdom@20.0.3) + version: 1.0.2(@types/node@20.10.0)(happy-dom@13.3.8)(jsdom@20.0.3) packages/core: dependencies: @@ -481,20 +446,17 @@ importers: specifier: ^0.13.1 version: 0.13.1 '@cosmjs/amino': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@cosmjs/cosmwasm-stargate': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@cosmjs/encoding': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@cosmjs/stargate': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/tendermint-rpc': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@rimbu/bimap': specifier: ^1.1.1 version: 1.1.1 @@ -531,6 +493,9 @@ importers: type-fest: specifier: ^3.5.0 version: 3.13.1 + typescript: + specifier: '>=5.0.4' + version: 5.3.3 yup: specifier: 1.3.2 version: 1.3.2 @@ -539,11 +504,11 @@ importers: specifier: workspace:* version: link:../cli '@graphql-codegen/cli': - specifier: ^2.13.1 - version: 2.16.5(@babel/core@7.18.10)(@types/node@18.18.13)(graphql@16.8.1)(typescript@5.0.4) + specifier: ^5.0.2 + version: 5.0.2(@types/node@20.10.0)(graphql@16.8.1)(typescript@5.3.3) '@graphql-codegen/client-preset': - specifier: ^1.2.6 - version: 1.3.0(graphql@16.8.1) + specifier: ^4.2.4 + version: 4.2.4(graphql@16.8.1) '@graphql-typed-document-node/core': specifier: ^3.2.0 version: 3.2.0(graphql@16.8.1) @@ -560,14 +525,17 @@ importers: specifier: ^5.0.0 version: 5.0.0 '@types/node': - specifier: ^18.11.10 - version: 18.18.13 + specifier: ^20.0.0 + version: 20.10.0 '@types/semver': specifier: ^7.3.8 version: 7.5.6 + graphql: + specifier: ^16.8.1 + version: 16.8.1 jest: specifier: ^29.6.0 - version: 29.7.0(@types/node@18.18.13)(ts-node@10.9.1) + version: 29.7.0(@types/node@20.10.0) prettier: specifier: ^2.7.0 version: 2.8.8 @@ -579,50 +547,48 @@ importers: version: 14.2.1 ts-jest: specifier: ^29.0.2 - version: 29.1.1(@babel/core@7.18.10)(esbuild@0.15.13)(jest@29.7.0)(typescript@5.0.4) - typedoc: - specifier: ^0.23.25 - version: 0.23.28(typescript@5.0.4) - typedoc-plugin-markdown: - specifier: ^3.14.0 - version: 3.17.1(typedoc@0.23.28) + version: 29.1.1(@babel/core@7.24.0)(esbuild@0.15.13)(jest@29.7.0)(typescript@5.3.3) packages/cosmwasm-utils: dependencies: '@cosmjs/cosmwasm-stargate': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@cosmjs/encoding': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/stargate': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 '@cosmjs/tendermint-rpc': - specifier: ^0.31.0 - version: 0.31.3 + specifier: ^0.32.2 + version: 0.32.2 + typescript: + specifier: '>=5.0.4' + version: 5.3.3 devDependencies: '@types/node': - specifier: ^18.11.10 - version: 18.18.13 + specifier: ^20.0.0 + version: 20.10.0 rimraf: specifier: ^3.0.0 version: 3.0.2 packages/provider-cosmoskit: + dependencies: + '@cosmjs/cosmwasm-stargate': + specifier: ^0.32.2 + version: 0.32.2 + typescript: + specifier: '>=5.0.4' + version: 5.3.3 devDependencies: '@abstract-money/react': specifier: workspace:* version: link:../react - '@cosmjs/cosmwasm-stargate': - specifier: ^0.31.0 - version: 0.31.3 '@cosmos-kit/react': specifier: ^2.6.0 - version: 2.9.14(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(@interchain-ui/react@1.16.4)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0) + version: 2.9.14(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(@interchain-ui/react@1.16.4)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0) '@types/node': - specifier: ^18.11.10 - version: 18.18.13 + specifier: ^20.0.0 + version: 20.10.0 react: specifier: ^18 version: 18.2.0 @@ -631,6 +597,13 @@ importers: version: 3.0.2 packages/provider-graz: + dependencies: + '@cosmjs/cosmwasm-stargate': + specifier: ^0.32.2 + version: 0.32.2 + typescript: + specifier: '>=5.0.4' + version: 5.3.3 devDependencies: '@abstract-money/core': specifier: workspace:* @@ -638,15 +611,12 @@ importers: '@abstract-money/react': specifier: workspace:* version: link:../react - '@cosmjs/cosmwasm-stargate': - specifier: ^0.31.3 - version: 0.31.3 '@types/node': - specifier: ^18.11.10 - version: 18.18.13 + specifier: ^20.0.0 + version: 20.10.0 graz: specifier: ^0.1.1 - version: 0.1.1(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/launchpad@0.27.1)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(@cosmjs/tendermint-rpc@0.31.3)(@terra-money/feather.js@1.2.1)(@types/react@18.2.38)(axios@0.27.2)(long@5.2.3)(react-dom@18.2.0)(react@18.2.0) + version: 0.1.1(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/launchpad@0.27.1)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(@cosmjs/tendermint-rpc@0.32.2)(@terra-money/feather.js@1.2.1)(@types/react@18.2.38)(axios@0.27.2)(long@5.2.3)(react@18.2.0) rimraf: specifier: ^3.0.0 version: 3.0.2 @@ -656,6 +626,21 @@ importers: '@abstract-money/core': specifier: workspace:* version: link:../core + '@cosmjs/amino': + specifier: ^0.32.2 + version: 0.32.2 + '@cosmjs/cosmwasm-stargate': + specifier: ^0.32.2 + version: 0.32.2 + '@cosmjs/encoding': + specifier: ^0.32.2 + version: 0.32.2 + '@cosmjs/proto-signing': + specifier: ^0.32.2 + version: 0.32.2 + '@cosmjs/stargate': + specifier: ^0.32.2 + version: 0.32.2 '@tanstack/react-query': specifier: ^4 version: 4.36.1(react-dom@18.2.0)(react@18.2.0) @@ -669,29 +654,14 @@ importers: specifier: '>=5.0.4' version: 5.3.2 devDependencies: - '@cosmjs/amino': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/cosmwasm-stargate': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/encoding': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/proto-signing': - specifier: ^0.31.0 - version: 0.31.3 - '@cosmjs/stargate': - specifier: ^0.31.0 - version: 0.31.3 '@keplr-wallet/types': specifier: ^0.12.44 version: 0.12.44 '@types/node': - specifier: ^18.11.10 - version: 18.18.13 + specifier: ^20.0.0 + version: 20.10.0 '@types/react': - specifier: ^18.2.0 + specifier: ^18.0.0 version: 18.2.38 rimraf: specifier: ^3.0.0 @@ -795,7 +765,7 @@ packages: '@babel/parser': 7.23.6 '@babel/runtime': 7.23.4 '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 babel-preset-fbjs: 3.4.0(@babel/core@7.18.10) chalk: 4.1.2 fb-watchman: 2.0.2 @@ -833,6 +803,10 @@ packages: resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} engines: {node: '>=6.9.0'} + /@babel/compat-data@7.23.5: + resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} + engines: {node: '>=6.9.0'} + /@babel/core@7.18.10: resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==} engines: {node: '>=6.9.0'} @@ -855,24 +829,36 @@ packages: transitivePeerDependencies: - supports-color - /@babel/generator@7.18.12: - resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} + /@babel/core@7.24.0: + resolution: {integrity: sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - '@jridgewell/gen-mapping': 0.3.3 - jsesc: 2.5.2 - dev: false + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) + '@babel/helpers': 7.24.0 + '@babel/parser': 7.24.0 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.0 + '@babel/types': 7.24.0 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color - /@babel/generator@7.23.4: - resolution: {integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==} + /@babel/generator@7.18.12: + resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.23.6 '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 jsesc: 2.5.2 - dev: true + dev: false /@babel/generator@7.23.6: resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} @@ -887,13 +873,13 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: false /@babel/helper-compilation-targets@7.22.15: @@ -906,6 +892,16 @@ packages: lru-cache: 5.1.1 semver: 6.3.1 + /@babel/helper-compilation-targets@7.23.6: + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.23.5 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.22.2 + lru-cache: 5.1.1 + semver: 6.3.1 + /@babel/helper-create-class-features-plugin@7.23.5(@babel/core@7.18.10): resolution: {integrity: sha512-QELlRWxSpgdwdJzSJn4WAhKC+hvw/AtHbbrIoncKHkhKKR/luAlKkgBDcri1EzWAo8f8VvYVryEHN4tax/V67A==} engines: {node: '>=6.9.0'} @@ -960,25 +956,25 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-module-transforms@7.23.3(@babel/core@7.18.10): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -993,11 +989,24 @@ packages: '@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.0): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.24.0 + '@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: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-plugin-utils@7.22.5: resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} @@ -1030,19 +1039,19 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 /@babel/helper-string-parser@7.23.4: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} @@ -1056,13 +1065,17 @@ packages: resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + /@babel/helper-wrap-function@7.22.20: resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: false /@babel/helpers@7.23.4: @@ -1071,7 +1084,17 @@ packages: dependencies: '@babel/template': 7.22.15 '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 + transitivePeerDependencies: + - supports-color + + /@babel/helpers@7.24.0: + resolution: {integrity: sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.0 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -1098,6 +1121,13 @@ packages: dependencies: '@babel/types': 7.23.6 + /@babel/parser@7.24.0: + resolution: {integrity: sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.24.0 + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.18.10): resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} engines: {node: '>=6.9.0'} @@ -1399,6 +1429,17 @@ packages: dependencies: '@babel/core': 7.18.10 '@babel/helper-plugin-utils': 7.22.5 + dev: false + + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.24.0): + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.22.5 + dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.18.10): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -1786,7 +1827,7 @@ packages: '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.18.10) - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: true /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.18.10): @@ -2004,7 +2045,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.18.10) '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.18.10) - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 esutils: 2.0.3 dev: false @@ -2040,6 +2081,14 @@ packages: '@babel/parser': 7.23.6 '@babel/types': 7.23.6 + /@babel/template@7.24.0: + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 + /@babel/traverse@7.18.11: resolution: {integrity: sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==} engines: {node: '>=6.9.0'} @@ -2069,7 +2118,24 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + /@babel/traverse@7.24.0: + resolution: {integrity: sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.6 + '@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.0 + '@babel/types': 7.24.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -2084,17 +2150,16 @@ packages: to-fast-properties: 2.0.0 dev: false - /@babel/types@7.23.4: - resolution: {integrity: sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==} + /@babel/types@7.23.6: + resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.23.4 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - dev: true - /@babel/types@7.23.6: - resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} + /@babel/types@7.24.0: + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.23.4 @@ -2447,7 +2512,7 @@ packages: resolution: {integrity: sha512-/ZUVx6nRN5YE36H3SDq9+i8g2nZ8DJQnN9fVRC8rSHQKauNkoEuK4NxTNcQ2o2EBLUT0kyYAFY2550HVsPMrgw==} dependencies: '@cosmjs/crypto': 0.29.5 - '@cosmjs/encoding': 0.29.0 + '@cosmjs/encoding': 0.29.5 '@cosmjs/math': 0.29.5 '@cosmjs/utils': 0.29.5 dev: false @@ -2459,28 +2524,28 @@ packages: '@cosmjs/encoding': 0.31.3 '@cosmjs/math': 0.31.3 '@cosmjs/utils': 0.31.3 + dev: true - /@cosmjs/amino@0.32.0: - resolution: {integrity: sha512-i1ehEZLQo8HUGY78eum+1ZrDQ48QSkHKy0zOTBOMqce6TiwACIC5kOjRSOWdRQDILcPFzPVrbS2dIgtrdd0ykg==} + /@cosmjs/amino@0.32.2: + resolution: {integrity: sha512-lcK5RCVm4OfdAooxKcF2+NwaDVVpghOq6o/A40c2mHXDUzUoRZ33VAHjVJ9Me6vOFxshrw/XEFn1f4KObntjYA==} dependencies: - '@cosmjs/crypto': 0.32.0 - '@cosmjs/encoding': 0.32.0 - '@cosmjs/math': 0.32.0 - '@cosmjs/utils': 0.32.0 + '@cosmjs/crypto': 0.32.2 + '@cosmjs/encoding': 0.32.2 + '@cosmjs/math': 0.32.2 + '@cosmjs/utils': 0.32.2 - /@cosmjs/cosmwasm-stargate@0.31.3: - resolution: {integrity: sha512-Uv9TmCn3650gdFeZm7SEfUZF3uX3lfJfFhXOk6I2ZLr/FrKximnlb+vwAfZaZnWYvlA7qrKtHIjeRNHvT23zcw==} + /@cosmjs/cosmwasm-stargate@0.32.2: + resolution: {integrity: sha512-OwJHzIx2CoJS6AULxOpNR6m+CI0GXxy8z9svHA1ZawzNM3ZGlL0GvHdhmF0WkpX4E7UdrYlJSLpKcgg5Fo6i7Q==} dependencies: - '@cosmjs/amino': 0.31.3 - '@cosmjs/crypto': 0.31.3 - '@cosmjs/encoding': 0.31.3 - '@cosmjs/math': 0.31.3 - '@cosmjs/proto-signing': 0.31.3 - '@cosmjs/stargate': 0.31.3 - '@cosmjs/tendermint-rpc': 0.31.3 - '@cosmjs/utils': 0.31.3 - cosmjs-types: 0.8.0 - long: 4.0.0 + '@cosmjs/amino': 0.32.2 + '@cosmjs/crypto': 0.32.2 + '@cosmjs/encoding': 0.32.2 + '@cosmjs/math': 0.32.2 + '@cosmjs/proto-signing': 0.32.2 + '@cosmjs/stargate': 0.32.2 + '@cosmjs/tendermint-rpc': 0.32.2 + '@cosmjs/utils': 0.32.2 + cosmjs-types: 0.9.0 pako: 2.1.0 transitivePeerDependencies: - bufferutil @@ -2540,13 +2605,14 @@ packages: bn.js: 5.2.1 elliptic: 6.5.4 libsodium-wrappers-sumo: 0.7.13 + dev: true - /@cosmjs/crypto@0.32.0: - resolution: {integrity: sha512-h8Fuff9QtHeHAZXB8Mjpk8sYQSqOd484GtD1NAJRCqfXifanNUeZOaXAQkcHbA0eg/IYa+ev7+gOPxm9HkSshQ==} + /@cosmjs/crypto@0.32.2: + resolution: {integrity: sha512-RuxrYKzhrPF9g6NmU7VEq++Hn1vZJjqqJpZ9Tmw9lOYOV8BUsv+j/0BE86kmWi7xVJ7EwxiuxYsKuM8IR18CIA==} dependencies: - '@cosmjs/encoding': 0.32.0 - '@cosmjs/math': 0.32.0 - '@cosmjs/utils': 0.32.0 + '@cosmjs/encoding': 0.32.2 + '@cosmjs/math': 0.32.2 + '@cosmjs/utils': 0.32.2 '@noble/hashes': 1.3.2 bn.js: 5.2.1 elliptic: 6.5.4 @@ -2589,9 +2655,10 @@ packages: base64-js: 1.5.1 bech32: 1.1.4 readonly-date: 1.0.0 + dev: true - /@cosmjs/encoding@0.32.0: - resolution: {integrity: sha512-dlurY3BOnv/5JTz3ziGPxvJAsfaXHcOpYP+Fqwo2OHGoWxpQJgJub4QG5V530ZQHliX+6Wqp97lFEwstpISedg==} + /@cosmjs/encoding@0.32.2: + resolution: {integrity: sha512-WX7m1wLpA9V/zH0zRcz4EmgZdAv1F44g4dbXOgNj1eXZw1PIGR12p58OEkLN51Ha3S4DKRtCv5CkhK1KHEvQtg==} dependencies: base64-js: 1.5.1 bech32: 1.1.4 @@ -2604,10 +2671,10 @@ packages: xstream: 11.14.0 dev: false - /@cosmjs/json-rpc@0.31.3: - resolution: {integrity: sha512-7LVYerXjnm69qqYR3uA6LGCrBW2EO5/F7lfJxAmY+iII2C7xO3a0vAjMSt5zBBh29PXrJVS6c2qRP22W1Le2Wg==} + /@cosmjs/json-rpc@0.32.2: + resolution: {integrity: sha512-lan2lOgmz4yVE/HR8eCOSiII/1OudIulk8836koyIDCsPEpt6eKBuctnAD168vABGArKccLAo7Mr2gy9nrKrOQ==} dependencies: - '@cosmjs/stream': 0.31.3 + '@cosmjs/stream': 0.32.2 xstream: 11.14.0 /@cosmjs/launchpad@0.24.1: @@ -2663,9 +2730,10 @@ packages: resolution: {integrity: sha512-kZ2C6glA5HDb9hLz1WrftAjqdTBb3fWQsRR+Us2HsjAYdeE6M3VdXMsYCP5M3yiihal1WDwAY2U7HmfJw7Uh4A==} dependencies: bn.js: 5.2.1 + dev: true - /@cosmjs/math@0.32.0: - resolution: {integrity: sha512-3h12ENHm1B2TuzZY0JrjGyShIkdUAJDmb/xnSPBBJYZH6ZWL4DFLkq2gISq8XSVCBhuNVv4R+cSCdXs8/vSUTw==} + /@cosmjs/math@0.32.2: + resolution: {integrity: sha512-b8+ruAAY8aKtVKWSft2IvtCVCUH1LigIlf9ALIiY8n9jtM4kMASiaRbQ/27etnSAInV88IaezKK9rQZrtxTjcw==} dependencies: bn.js: 5.2.1 @@ -2684,32 +2752,21 @@ packages: dependencies: '@cosmjs/amino': 0.29.0 '@cosmjs/crypto': 0.29.5 - '@cosmjs/encoding': 0.29.0 + '@cosmjs/encoding': 0.29.5 '@cosmjs/math': 0.29.5 '@cosmjs/utils': 0.29.5 cosmjs-types: 0.5.2 long: 4.0.0 dev: false - /@cosmjs/proto-signing@0.31.3: - resolution: {integrity: sha512-24+10/cGl6lLS4VCrGTCJeDRPQTn1K5JfknzXzDIHOx8THR31JxA7/HV5eWGHqWgAbudA7ccdSvEK08lEHHtLA==} - dependencies: - '@cosmjs/amino': 0.31.3 - '@cosmjs/crypto': 0.31.3 - '@cosmjs/encoding': 0.31.3 - '@cosmjs/math': 0.31.3 - '@cosmjs/utils': 0.31.3 - cosmjs-types: 0.8.0 - long: 4.0.0 - - /@cosmjs/proto-signing@0.32.0: - resolution: {integrity: sha512-9401CI0U5rvKMmYrEN4DAl7wvRd5PwfOTPgxoee+O0d3LzK4FUbTjnNIM7DeUi0zaQw/qU3vSbA3ZcMqPifSbQ==} + /@cosmjs/proto-signing@0.32.2: + resolution: {integrity: sha512-UV4WwkE3W3G3s7wwU9rizNcUEz2g0W8jQZS5J6/3fiN0mRPwtPKQ6EinPN9ASqcAJ7/VQH4/9EPOw7d6XQGnqw==} dependencies: - '@cosmjs/amino': 0.32.0 - '@cosmjs/crypto': 0.32.0 - '@cosmjs/encoding': 0.32.0 - '@cosmjs/math': 0.32.0 - '@cosmjs/utils': 0.32.0 + '@cosmjs/amino': 0.32.2 + '@cosmjs/crypto': 0.32.2 + '@cosmjs/encoding': 0.32.2 + '@cosmjs/math': 0.32.2 + '@cosmjs/utils': 0.32.2 cosmjs-types: 0.9.0 /@cosmjs/socket@0.29.5: @@ -2724,10 +2781,10 @@ packages: - utf-8-validate dev: false - /@cosmjs/socket@0.31.3: - resolution: {integrity: sha512-aqrDGGi7os/hsz5p++avI4L0ZushJ+ItnzbqA7C6hamFSCJwgOkXaOUs+K9hXZdX4rhY7rXO4PH9IH8q09JkTw==} + /@cosmjs/socket@0.32.2: + resolution: {integrity: sha512-Qc8jaw4uSBJm09UwPgkqe3g9TBFx4ZR9HkXpwT6Z9I+6kbLerXPR0Gy3NSJFSUgxIfTpO8O1yqoWAyf0Ay17Mw==} dependencies: - '@cosmjs/stream': 0.31.3 + '@cosmjs/stream': 0.32.2 isomorphic-ws: 4.0.1(ws@7.5.9) ws: 7.5.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) xstream: 11.14.0 @@ -2740,7 +2797,7 @@ packages: dependencies: '@confio/ics23': 0.6.8 '@cosmjs/amino': 0.29.0 - '@cosmjs/encoding': 0.29.0 + '@cosmjs/encoding': 0.29.5 '@cosmjs/math': 0.29.5 '@cosmjs/proto-signing': 0.29.0 '@cosmjs/stream': 0.29.5 @@ -2756,20 +2813,18 @@ packages: - utf-8-validate dev: false - /@cosmjs/stargate@0.31.3: - resolution: {integrity: sha512-53NxnzmB9FfXpG4KjOUAYAvWLYKdEmZKsutcat/u2BrDXNZ7BN8jim/ENcpwXfs9/Og0K24lEIdvA4gsq3JDQw==} + /@cosmjs/stargate@0.32.2: + resolution: {integrity: sha512-AsJa29fT7Jd4xt9Ai+HMqhyj7UQu7fyYKdXj/8+/9PD74xe6lZSYhQPcitUmMLJ1ckKPgXSk5Dd2LbsQT0IhZg==} dependencies: '@confio/ics23': 0.6.8 - '@cosmjs/amino': 0.31.3 - '@cosmjs/encoding': 0.31.3 - '@cosmjs/math': 0.31.3 - '@cosmjs/proto-signing': 0.31.3 - '@cosmjs/stream': 0.31.3 - '@cosmjs/tendermint-rpc': 0.31.3 - '@cosmjs/utils': 0.31.3 - cosmjs-types: 0.8.0 - long: 4.0.0 - protobufjs: 6.11.4 + '@cosmjs/amino': 0.32.2 + '@cosmjs/encoding': 0.32.2 + '@cosmjs/math': 0.32.2 + '@cosmjs/proto-signing': 0.32.2 + '@cosmjs/stream': 0.32.2 + '@cosmjs/tendermint-rpc': 0.32.2 + '@cosmjs/utils': 0.32.2 + cosmjs-types: 0.9.0 xstream: 11.14.0 transitivePeerDependencies: - bufferutil @@ -2782,8 +2837,8 @@ packages: xstream: 11.14.0 dev: false - /@cosmjs/stream@0.31.3: - resolution: {integrity: sha512-8keYyI7X0RjsLyVcZuBeNjSv5FA4IHwbFKx7H60NHFXszN8/MvXL6aZbNIvxtcIHHsW7K9QSQos26eoEWlAd+w==} + /@cosmjs/stream@0.32.2: + resolution: {integrity: sha512-gpCufLfHAD8Zp1ZKge7AHbDf4RA0TZp66wZY6JaQR5bSiEF2Drjtp4mwXZPGejtaUMnaAgff3LrUzPJfKYdQwg==} dependencies: xstream: 11.14.0 @@ -2791,7 +2846,7 @@ packages: resolution: {integrity: sha512-G+42oGh+tw8/KV0gLAGzNCTe/6mkf7VUE5noSTbsxbeliFR7Lt4i6H2aqvWzmlZFeRxunR7AsQr4wakvlVNWyg==} dependencies: '@cosmjs/crypto': 0.29.5 - '@cosmjs/encoding': 0.29.0 + '@cosmjs/encoding': 0.29.5 '@cosmjs/json-rpc': 0.29.5 '@cosmjs/math': 0.29.5 '@cosmjs/socket': 0.29.5 @@ -2806,17 +2861,17 @@ packages: - utf-8-validate dev: false - /@cosmjs/tendermint-rpc@0.31.3: - resolution: {integrity: sha512-s3TiWkPCW4QceTQjpYqn4xttUJH36mTPqplMl+qyocdqk5+X5mergzExU/pHZRWQ4pbby8bnR7kMvG4OC1aZ8g==} + /@cosmjs/tendermint-rpc@0.32.2: + resolution: {integrity: sha512-DXyJHDmcAfCix4H/7/dKR0UMdshP01KxJOXHdHxBCbLIpck94BsWD3B2ZTXwfA6sv98so9wOzhp7qGQa5malxg==} dependencies: - '@cosmjs/crypto': 0.31.3 - '@cosmjs/encoding': 0.31.3 - '@cosmjs/json-rpc': 0.31.3 - '@cosmjs/math': 0.31.3 - '@cosmjs/socket': 0.31.3 - '@cosmjs/stream': 0.31.3 - '@cosmjs/utils': 0.31.3 - axios: 0.21.4 + '@cosmjs/crypto': 0.32.2 + '@cosmjs/encoding': 0.32.2 + '@cosmjs/json-rpc': 0.32.2 + '@cosmjs/math': 0.32.2 + '@cosmjs/socket': 0.32.2 + '@cosmjs/stream': 0.32.2 + '@cosmjs/utils': 0.32.2 + axios: 1.6.7 readonly-date: 1.0.0 xstream: 11.14.0 transitivePeerDependencies: @@ -2837,11 +2892,12 @@ packages: /@cosmjs/utils@0.31.3: resolution: {integrity: sha512-VBhAgzrrYdIe0O5IbKRqwszbQa7ZyQLx9nEQuHQ3HUplQW7P44COG/ye2n6AzCudtqxmwdX7nyX8ta1J07GoqA==} + dev: true - /@cosmjs/utils@0.32.0: - resolution: {integrity: sha512-9EWhdTtpaNBSDf2i8nwkWWHfgXGumTVAQe4KuC/R0p3A842MiZhpMAU1WxaZkEO0fcvTbfnM/svAIMVcilDtkw==} + /@cosmjs/utils@0.32.2: + resolution: {integrity: sha512-Gg5t+eR7vPJMAmhkFt6CZrzPd0EKpAslWwk5rFVYZpJsM8JG5KT9XQ99hgNM3Ov6ScNoIWbXkpX27F6A9cXR4Q==} - /@cosmos-kit/core@2.7.10(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0): + /@cosmos-kit/core@2.7.10(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0): resolution: {integrity: sha512-FzqCagdwQQEjNI1EGNq2DVoilf7vGf0wd5Zq3i4/VaBO4dpH+sqZu7ELZxhXwQeNFhzZW7nslMX/yxu1RNlhYg==} peerDependencies: '@cosmjs/amino': '>= 0.28' @@ -2851,10 +2907,10 @@ packages: cosmjs-types: '>= 0.5' dependencies: '@chain-registry/types': 0.17.0 - '@cosmjs/amino': 0.31.3 - '@cosmjs/cosmwasm-stargate': 0.31.3 - '@cosmjs/proto-signing': 0.32.0 - '@cosmjs/stargate': 0.31.3 + '@cosmjs/amino': 0.32.2 + '@cosmjs/cosmwasm-stargate': 0.32.2 + '@cosmjs/proto-signing': 0.32.2 + '@cosmjs/stargate': 0.32.2 '@walletconnect/types': 2.10.4 bowser: 2.11.0 cosmjs-types: 0.9.0 @@ -2875,16 +2931,16 @@ packages: - '@vercel/kv' - supports-color - /@cosmos-kit/keplr-extension@2.5.13(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0): + /@cosmos-kit/keplr-extension@2.5.13(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0): resolution: {integrity: sha512-nkThsfKtQeC4VZxAs2jyr2ekYaaFRjspfzejM0t1YgkslQFsJK0rWoJSFNvf+6vqYrOAxYGG9EpyesokoH6Qag==} peerDependencies: '@cosmjs/amino': '>= 0.28' '@cosmjs/proto-signing': '>= 0.28' dependencies: '@chain-registry/keplr': 1.25.0 - '@cosmjs/amino': 0.31.3 - '@cosmjs/proto-signing': 0.32.0 - '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) + '@cosmjs/amino': 0.32.2 + '@cosmjs/proto-signing': 0.32.2 + '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -2904,17 +2960,17 @@ packages: - supports-color dev: false - /@cosmos-kit/keplr-mobile@2.4.13(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0): + /@cosmos-kit/keplr-mobile@2.4.13(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0): resolution: {integrity: sha512-NnsJN/U8vCmWdo+S8Pux3NH4ehzyV7E3gtLt9yur9J6Mgu9j/6j93TArQlOmAO2/mpTT/UBYJR6E9cu2sUkpnA==} peerDependencies: '@cosmjs/amino': '>= 0.28' '@cosmjs/proto-signing': '>= 0.28' dependencies: '@chain-registry/keplr': 1.25.0 - '@cosmjs/amino': 0.31.3 - '@cosmjs/proto-signing': 0.32.0 - '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) - '@cosmos-kit/walletconnect': 2.4.13(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) + '@cosmjs/amino': 0.32.2 + '@cosmjs/proto-signing': 0.32.2 + '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) + '@cosmos-kit/walletconnect': 2.4.13(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -2936,11 +2992,11 @@ packages: - utf-8-validate dev: false - /@cosmos-kit/keplr@2.4.15(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0): + /@cosmos-kit/keplr@2.4.15(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0): resolution: {integrity: sha512-bPzpC8Y1DqpE+06xFGDxEDLlZAmCHgZULsAApqPw/aXZKP/mph0MtJx+UgsDS+DvSLSKxo4p2Hh3b+evKuJK6Q==} dependencies: - '@cosmos-kit/keplr-extension': 2.5.13(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) - '@cosmos-kit/keplr-mobile': 2.4.13(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) + '@cosmos-kit/keplr-extension': 2.5.13(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) + '@cosmos-kit/keplr-mobile': 2.4.13(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -2964,14 +3020,14 @@ packages: - utf-8-validate dev: false - /@cosmos-kit/react-lite@2.5.12(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0): + /@cosmos-kit/react-lite@2.5.12(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Yg3FGI3Nn30UsaZQ6yrFztKNslmap7INVZWQC1pY0FcugpWfyCa0puesCdT++oag4yRCa3b4YO9HRgwg8MyVwA==} peerDependencies: react: ^18 react-dom: ^18 dependencies: '@chain-registry/types': 0.17.0 - '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) + '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: @@ -2994,7 +3050,7 @@ packages: - cosmjs-types - supports-color - /@cosmos-kit/react@2.9.14(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(@interchain-ui/react@1.16.4)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0): + /@cosmos-kit/react@2.9.14(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(@interchain-ui/react@1.16.4)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-4S2R1tCqX0RfMIms9SB7m7C3bySC8rYk3LlKM6ni7fhm+1nVoxeqsUyBbZ8YYoSVpDNDcANYR18QhJUHaev+5Q==} peerDependencies: '@interchain-ui/react': ^1.13.17 @@ -3002,8 +3058,8 @@ packages: react-dom: ^18 dependencies: '@chain-registry/types': 0.17.0 - '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) - '@cosmos-kit/react-lite': 2.5.12(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0) + '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) + '@cosmos-kit/react-lite': 2.5.12(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0)(react-dom@18.2.0)(react@18.2.0) '@interchain-ui/react': 1.16.4(@types/react@18.2.38)(react-dom@18.2.0)(react@18.2.0) '@react-icons/all-files': 4.1.0(react@18.2.0) react: 18.2.0 @@ -3028,15 +3084,15 @@ packages: - cosmjs-types - supports-color - /@cosmos-kit/walletconnect@2.4.13(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0): + /@cosmos-kit/walletconnect@2.4.13(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0): resolution: {integrity: sha512-mVsqXJ/Csptm51k6XRGhmGjnAYwMnMLPHbYBt5tghwF+x+/pnK8Ik5uyjP8BLrzw77ppeNQOFFZkQcERhO7yMQ==} peerDependencies: '@cosmjs/amino': '>= 0.28' '@cosmjs/proto-signing': '>= 0.28' dependencies: - '@cosmjs/amino': 0.31.3 - '@cosmjs/proto-signing': 0.32.0 - '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(cosmjs-types@0.9.0) + '@cosmjs/amino': 0.32.2 + '@cosmjs/proto-signing': 0.32.2 + '@cosmos-kit/core': 2.7.10(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(cosmjs-types@0.9.0) '@walletconnect/sign-client': 2.10.5 '@walletconnect/types': 2.10.4 '@walletconnect/utils': 2.10.5 @@ -3062,17 +3118,6 @@ packages: - utf-8-validate dev: false - /@cspotcode/source-map-support@0.8.1: - resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} - engines: {node: '>=12'} - dependencies: - '@jridgewell/trace-mapping': 0.3.9 - dev: true - - /@egoist/prettier-config@1.0.0: - resolution: {integrity: sha512-D1Tp9Jv4aVoEo3cOAO966gFCI0wx/1lZ6sEHX8uMAfyVxuxD2+knGxhfGlb/FNLxWV3ifSI5hOmB/zFfsi7Rzw==} - dev: true - /@emotion/hash@0.9.1: resolution: {integrity: sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==} @@ -3667,62 +3712,63 @@ packages: /@formkit/auto-animate@0.8.1: resolution: {integrity: sha512-0/Z2cuNXWVVIG/l0SpcHAWFhGdvLJ8DRvEfRWvmojtmRWfEy+LWNwgDazbZqY0qQYtkHcoEK3jBLkhiZaB/4Ig==} - /@graphql-codegen/add@3.2.3(graphql@16.8.1): - resolution: {integrity: sha512-sQOnWpMko4JLeykwyjFTxnhqjd/3NOG2OyMuvK76Wnnwh8DRrNf2VEs2kmSvLl7MndMlOj7Kh5U154dVcvhmKQ==} + /@graphql-codegen/add@5.0.2(graphql@16.8.1): + resolution: {integrity: sha512-ouBkSvMFUhda5VoKumo/ZvsZM9P5ZTyDsI8LW18VxSNWOjrTeLXBWHG8Gfaai0HwhflPtCYVABbriEcOmrRShQ==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 dev: true - /@graphql-codegen/cli@2.16.5(@babel/core@7.18.10)(@types/node@18.18.13)(graphql@16.8.1)(typescript@5.0.4): - resolution: {integrity: sha512-XYPIp+q7fB0xAGSAoRykiTe4oY80VU+z+dw5nuv4mLY0+pv7+pa2C6Nwhdw7a65lXOhFviBApWCCZeqd54SMnA==} + /@graphql-codegen/cli@5.0.2(@types/node@20.10.0)(graphql@16.8.1)(typescript@5.3.3): + resolution: {integrity: sha512-MBIaFqDiLKuO4ojN6xxG9/xL9wmfD3ZjZ7RsPjwQnSHBCUXnEkdKvX+JVpx87Pq29Ycn8wTJUguXnTZ7Di0Mlw==} hasBin: true peerDependencies: + '@parcel/watcher': ^2.1.0 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 + peerDependenciesMeta: + '@parcel/watcher': + optional: true dependencies: - '@babel/generator': 7.23.4 + '@babel/generator': 7.23.6 '@babel/template': 7.22.15 - '@babel/types': 7.23.4 - '@graphql-codegen/core': 2.6.8(graphql@16.8.1) - '@graphql-codegen/plugin-helpers': 3.1.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.18.10)(graphql@16.8.1) - '@graphql-tools/git-loader': 7.3.0(@babel/core@7.18.10)(graphql@16.8.1) - '@graphql-tools/github-loader': 7.3.28(@babel/core@7.18.10)(@types/node@18.18.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@18.18.13)(graphql@16.8.1) - '@graphql-tools/url-loader': 7.17.18(@types/node@18.18.13)(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) - '@whatwg-node/fetch': 0.6.9(@types/node@18.18.13) + '@babel/types': 7.23.6 + '@graphql-codegen/client-preset': 4.2.4(graphql@16.8.1) + '@graphql-codegen/core': 4.0.2(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-tools/apollo-engine-loader': 8.0.1(graphql@16.8.1) + '@graphql-tools/code-file-loader': 8.1.1(graphql@16.8.1) + '@graphql-tools/git-loader': 8.0.5(graphql@16.8.1) + '@graphql-tools/github-loader': 8.0.1(@types/node@20.10.0)(graphql@16.8.1) + '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.1) + '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.1) + '@graphql-tools/load': 8.0.2(graphql@16.8.1) + '@graphql-tools/prisma-loader': 8.0.3(@types/node@20.10.0)(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.10.0)(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) + '@whatwg-node/fetch': 0.8.8 chalk: 4.1.2 - chokidar: 3.5.3 - cosmiconfig: 7.1.0 - cosmiconfig-typescript-loader: 4.4.0(@types/node@18.18.13)(cosmiconfig@7.1.0)(ts-node@10.9.1)(typescript@5.0.4) + cosmiconfig: 8.3.6(typescript@5.3.3) debounce: 1.2.1 detect-indent: 6.1.0 graphql: 16.8.1 - graphql-config: 4.5.0(@types/node@18.18.13)(graphql@16.8.1) + graphql-config: 5.0.3(@types/node@20.10.0)(graphql@16.8.1)(typescript@5.3.3) inquirer: 8.2.6 is-glob: 4.0.3 + jiti: 1.21.0 json-to-pretty-yaml: 1.2.2 listr2: 4.0.5 log-symbols: 4.1.0 + micromatch: 4.0.5 shell-quote: 1.8.1 string-env-interpolation: 1.0.1 ts-log: 2.2.5 - ts-node: 10.9.1(@types/node@18.18.13)(typescript@5.0.4) tslib: 2.6.2 - yaml: 1.10.2 + yaml: 2.3.4 yargs: 17.7.2 transitivePeerDependencies: - - '@babel/core' - - '@swc/core' - - '@swc/wasm' - '@types/node' - bufferutil - cosmiconfig-toml-loader @@ -3733,278 +3779,282 @@ packages: - utf-8-validate dev: true - /@graphql-codegen/client-preset@1.3.0(graphql@16.8.1): - resolution: {integrity: sha512-aUdOvpFszAvDu4TdiucO/Jl1d/spCwZaYLnmrYFD6wKjzLlRAuHiLYV/UEcviTiLNX5vxpJ9lLMnoeuJXnBw2w==} + /@graphql-codegen/client-preset@4.2.4(graphql@16.8.1): + resolution: {integrity: sha512-k1c8v2YxJhhITGQGxViG9asLAoop9m7X9duU7Zztqjc98ooxsUzXICfvAWsH3mLAUibXAx4Ax6BPzKsTtQmBPg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: '@babel/helper-plugin-utils': 7.22.5 '@babel/template': 7.22.15 - '@graphql-codegen/add': 3.2.3(graphql@16.8.1) - '@graphql-codegen/gql-tag-operations': 1.6.2(graphql@16.8.1) - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) - '@graphql-codegen/typed-document-node': 2.3.13(graphql@16.8.1) - '@graphql-codegen/typescript': 2.8.8(graphql@16.8.1) - '@graphql-codegen/typescript-operations': 2.5.13(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 2.13.8(graphql@16.8.1) - '@graphql-tools/documents': 0.1.0(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) - '@graphql-typed-document-node/core': 3.1.1(graphql@16.8.1) + '@graphql-codegen/add': 5.0.2(graphql@16.8.1) + '@graphql-codegen/gql-tag-operations': 4.0.6(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/typed-document-node': 5.0.6(graphql@16.8.1) + '@graphql-codegen/typescript': 4.0.6(graphql@16.8.1) + '@graphql-codegen/typescript-operations': 4.2.0(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) + '@graphql-tools/documents': 1.0.0(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) + '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/core@2.6.8(graphql@16.8.1): - resolution: {integrity: sha512-JKllNIipPrheRgl+/Hm/xuWMw9++xNQ12XJR/OHHgFopOg4zmN3TdlRSyYcv/K90hCFkkIwhlHFUQTfKrm8rxQ==} + /@graphql-codegen/core@4.0.2(graphql@16.8.1): + resolution: {integrity: sha512-IZbpkhwVqgizcjNiaVzNAzm/xbWT6YnGgeOLwVjm4KbJn3V2jchVtuzHH09G5/WkkLSk2wgbXNdwjM41JxO6Eg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) - '@graphql-tools/schema': 9.0.19(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-tools/schema': 10.0.3(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 dev: true - /@graphql-codegen/gql-tag-operations@1.6.2(graphql@16.8.1): - resolution: {integrity: sha512-/vUAp1JdBRiLi5Iz+8CXzrRcclkbev3o28ri7Xe8DCHAHNqHTkJZwipJ/V5hdJzQZ5JnlZFCOPiXNmMBaKs8og==} - deprecated: 'This module has been deprecated. Please use client-preset instead. See: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client' + /@graphql-codegen/gql-tag-operations@4.0.6(graphql@16.8.1): + resolution: {integrity: sha512-y6iXEDpDNjwNxJw3WZqX1/Znj0QHW7+y8O+t2V8qvbTT+3kb2lr9ntc8By7vCr6ctw9tXI4XKaJgpTstJDOwFA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 2.13.8(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/plugin-helpers@3.1.2(graphql@16.8.1): - resolution: {integrity: sha512-emOQiHyIliVOIjKVKdsI5MXj312zmRDwmHpyUTZMjfpvxq/UVAHUJIVdVf+lnjjrI+LXBTgMlTWTgHQfmICxjg==} + /@graphql-codegen/plugin-helpers@5.0.3(graphql@16.8.1): + resolution: {integrity: sha512-yZ1rpULIWKBZqCDlvGIJRSyj1B2utkEdGmXZTBT/GVayP4hyRYlkd36AJV/LfEsVD8dnsKL5rLz2VTYmRNlJ5Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) change-case-all: 1.0.15 common-tags: 1.8.2 graphql: 16.8.1 import-from: 4.0.0 lodash: 4.17.21 - tslib: 2.4.1 + tslib: 2.6.2 dev: true - /@graphql-codegen/schema-ast@2.6.1(graphql@16.8.1): - resolution: {integrity: sha512-5TNW3b1IHJjCh07D2yQNGDQzUpUl2AD+GVe1Dzjqyx/d2Fn0TPMxLsHsKPS4Plg4saO8FK/QO70wLsP7fdbQ1w==} + /@graphql-codegen/schema-ast@4.0.2(graphql@16.8.1): + resolution: {integrity: sha512-5mVAOQQK3Oz7EtMl/l3vOQdc2aYClUzVDHHkMvZlunc+KlGgl81j8TLa+X7ANIllqU4fUEsQU3lJmk4hXP6K7Q==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 dev: true - /@graphql-codegen/typed-document-node@2.3.13(graphql@16.8.1): - resolution: {integrity: sha512-vt1hvBAbYTYUCXblks9KYwR5Ho16hWQljid5xgx77jeVufj5PjnWrOjJfEFKFx17VOM4CKHP8ryoeT4NyjYNWw==} + /@graphql-codegen/typed-document-node@5.0.6(graphql@16.8.1): + resolution: {integrity: sha512-US0J95hOE2/W/h42w4oiY+DFKG7IetEN1mQMgXXeat1w6FAR5PlIz4JrRrEkiVfVetZ1g7K78SOwBD8/IJnDiA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 2.13.8(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) auto-bind: 4.0.0 change-case-all: 1.0.15 graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/typescript-operations@2.5.13(graphql@16.8.1): - resolution: {integrity: sha512-3vfR6Rx6iZU0JRt29GBkFlrSNTM6t+MSLF86ChvL4d/Jfo/JYAGuB3zNzPhirHYzJPCvLOAx2gy9ID1ltrpYiw==} + /@graphql-codegen/typescript-operations@4.2.0(graphql@16.8.1): + resolution: {integrity: sha512-lmuwYb03XC7LNRS8oo9M4/vlOrq/wOKmTLBHlltK2YJ1BO/4K/Q9Jdv/jDmJpNydHVR1fmeF4wAfsIp1f9JibA==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) - '@graphql-codegen/typescript': 2.8.8(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 2.13.8(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/typescript': 4.0.6(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/typescript@2.8.8(graphql@16.8.1): - resolution: {integrity: sha512-A0oUi3Oy6+DormOlrTC4orxT9OBZkIglhbJBcDmk34jAKKUgesukXRd4yOhmTrnbchpXz2T8IAOFB3FWIaK4Rw==} + /@graphql-codegen/typescript@4.0.6(graphql@16.8.1): + resolution: {integrity: sha512-IBG4N+Blv7KAL27bseruIoLTjORFCT3r+QYyMC3g11uY3/9TPpaUyjSdF70yBe5GIQ6dAgDU+ENUC1v7EPi0rw==} peerDependencies: graphql: ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.8.1) - '@graphql-codegen/schema-ast': 2.6.1(graphql@16.8.1) - '@graphql-codegen/visitor-plugin-common': 2.13.8(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-codegen/schema-ast': 4.0.2(graphql@16.8.1) + '@graphql-codegen/visitor-plugin-common': 5.1.0(graphql@16.8.1) auto-bind: 4.0.0 graphql: 16.8.1 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-codegen/visitor-plugin-common@2.13.8(graphql@16.8.1): - resolution: {integrity: sha512-IQWu99YV4wt8hGxIbBQPtqRuaWZhkQRG2IZKbMoSvh0vGeWb3dB0n0hSgKaOOxDY+tljtOf9MTcUYvJslQucMQ==} + /@graphql-codegen/visitor-plugin-common@5.1.0(graphql@16.8.1): + resolution: {integrity: sha512-eamQxtA9bjJqI2lU5eYoA1GbdMIRT2X8m8vhWYsVQVWD3qM7sx/IqJU0kx0J3Vd4/CSd36BzL6RKwksibytDIg==} peerDependencies: graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 dependencies: - '@graphql-codegen/plugin-helpers': 3.1.2(graphql@16.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': 9.2.1(graphql@16.8.1) + '@graphql-codegen/plugin-helpers': 5.0.3(graphql@16.8.1) + '@graphql-tools/optimize': 2.0.0(graphql@16.8.1) + '@graphql-tools/relay-operation-optimizer': 7.0.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) auto-bind: 4.0.0 change-case-all: 1.0.15 dependency-graph: 0.11.0 graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) parse-filepath: 1.0.2 - tslib: 2.4.1 + tslib: 2.6.2 transitivePeerDependencies: - encoding - supports-color dev: true - /@graphql-tools/apollo-engine-loader@7.3.26(graphql@16.8.1): - resolution: {integrity: sha512-h1vfhdJFjnCYn9b5EY1Z91JTF0KB3hHVJNQIsiUV2mpQXZdeOXQoaWeYEKaiI5R6kwBw5PP9B0fv3jfUIG8LyQ==} + /@graphql-tools/apollo-engine-loader@8.0.1(graphql@16.8.1): + resolution: {integrity: sha512-NaPeVjtrfbPXcl+MLQCJLWtqe2/E4bbAqcauEOQ+3sizw1Fc2CNmhHRF8a6W4D0ekvTRRXAMptXYgA2uConbrA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) - '@whatwg-node/fetch': 0.8.8 + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) + '@whatwg-node/fetch': 0.9.17 graphql: 16.8.1 tslib: 2.6.2 transitivePeerDependencies: - encoding dev: true - /@graphql-tools/batch-execute@8.5.22(graphql@16.8.1): - resolution: {integrity: sha512-hcV1JaY6NJQFQEwCKrYhpfLK8frSXDbtNMoTur98u10Cmecy1zrqNKSqhEyGetpgHxaJRqszGzKeI3RuroDN6A==} + /@graphql-tools/batch-execute@9.0.4(graphql@16.8.1): + resolution: {integrity: sha512-kkebDLXgDrep5Y0gK1RN3DMUlLqNhg60OAz0lTCqrYeja6DshxLtLkj+zV4mVbBA4mQOEoBmw6g1LZs3dA84/w==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) dataloader: 2.2.2 graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 dev: true - /@graphql-tools/code-file-loader@7.3.23(@babel/core@7.18.10)(graphql@16.8.1): - resolution: {integrity: sha512-8Wt1rTtyTEs0p47uzsPJ1vAtfAx0jmxPifiNdmo9EOCuUPyQGEbMaik/YkqZ7QUFIEYEQu+Vgfo8tElwOPtx5Q==} + /@graphql-tools/code-file-loader@8.1.1(graphql@16.8.1): + resolution: {integrity: sha512-q4KN25EPSUztc8rA8YUU3ufh721Yk12xXDbtUA+YstczWS7a1RJlghYMFEfR1HsHSYbF7cUqkbnTKSGM3o52bQ==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.18.10)(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/graphql-tag-pluck': 8.3.0(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.2 unixify: 1.0.0 transitivePeerDependencies: - - '@babel/core' - supports-color dev: true - /@graphql-tools/delegate@9.0.35(graphql@16.8.1): - resolution: {integrity: sha512-jwPu8NJbzRRMqi4Vp/5QX1vIUeUPpWmlQpOkXQD2r1X45YsVceyUUBnktCrlJlDB4jPRVy7JQGwmYo3KFiOBMA==} + /@graphql-tools/delegate@10.0.4(graphql@16.8.1): + resolution: {integrity: sha512-WswZRbQZMh/ebhc8zSomK9DIh6Pd5KbuiMsyiKkKz37TWTrlCOe+4C/fyrBFez30ksq6oFyCeSKMwfrCbeGo0Q==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 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': 9.0.4(graphql@16.8.1) + '@graphql-tools/executor': 1.2.1(graphql@16.8.1) + '@graphql-tools/schema': 10.0.3(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) dataloader: 2.2.2 graphql: 16.8.1 tslib: 2.6.2 - value-or-promise: 1.0.12 dev: true - /@graphql-tools/documents@0.1.0(graphql@16.8.1): - resolution: {integrity: sha512-1WQeovHv5S1M3xMzQxbSrG3yl6QOnsq2JUBnlg5/0aMM5R4GNMx6Ms+ROByez/dnuA81kstRuSK+2qpe+GaRIw==} + /@graphql-tools/documents@1.0.0(graphql@16.8.1): + resolution: {integrity: sha512-rHGjX1vg/nZ2DKqRGfDPNC55CWZBMldEVcH+91BThRa6JeT80NqXknffLLEZLRUxyikCfkwMsk6xR3UNMqG0Rg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: graphql: 16.8.1 lodash.sortby: 4.7.0 - tslib: 2.4.1 + tslib: 2.6.2 dev: true - /@graphql-tools/executor-graphql-ws@0.0.14(graphql@16.8.1): - resolution: {integrity: sha512-P2nlkAsPZKLIXImFhj0YTtny5NQVGSsKnhi7PzXiaHSXc6KkzqbWZHKvikD4PObanqg+7IO58rKFpGXP7eeO+w==} + /@graphql-tools/executor-graphql-ws@1.1.2(graphql@16.8.1): + resolution: {integrity: sha512-+9ZK0rychTH1LUv4iZqJ4ESbmULJMTsv3XlFooPUngpxZkk00q6LqHKJRrsLErmQrVaC7cwQCaRBJa0teK17Lg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) - '@repeaterjs/repeater': 3.0.4 + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) '@types/ws': 8.5.10 graphql: 16.8.1 - graphql-ws: 5.12.1(graphql@16.8.1) - isomorphic-ws: 5.0.0(ws@8.13.0) + graphql-ws: 5.15.0(graphql@16.8.1) + isomorphic-ws: 5.0.0(ws@8.14.2) tslib: 2.6.2 - ws: 8.13.0 + ws: 8.14.2 transitivePeerDependencies: - bufferutil - utf-8-validate dev: true - /@graphql-tools/executor-http@0.1.10(@types/node@18.18.13)(graphql@16.8.1): - resolution: {integrity: sha512-hnAfbKv0/lb9s31LhWzawQ5hghBfHS+gYWtqxME6Rl0Aufq9GltiiLBcl7OVVOnkLF0KhwgbYP1mB5VKmgTGpg==} + /@graphql-tools/executor-http@1.0.9(@types/node@20.10.0)(graphql@16.8.1): + resolution: {integrity: sha512-+NXaZd2MWbbrWHqU4EhXcrDbogeiCDmEbrAN+rMn4Nu2okDjn2MTFDbTIab87oEubQCH4Te1wDkWPKrzXup7+Q==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) '@repeaterjs/repeater': 3.0.5 - '@whatwg-node/fetch': 0.8.8 - dset: 3.1.3 + '@whatwg-node/fetch': 0.9.17 extract-files: 11.0.0 graphql: 16.8.1 - meros: 1.3.0(@types/node@18.18.13) + meros: 1.3.0(@types/node@20.10.0) tslib: 2.6.2 value-or-promise: 1.0.12 transitivePeerDependencies: - '@types/node' dev: true - /@graphql-tools/executor-legacy-ws@0.0.11(graphql@16.8.1): - resolution: {integrity: sha512-4ai+NnxlNfvIQ4c70hWFvOZlSUN8lt7yc+ZsrwtNFbFPH/EroIzFMapAxM9zwyv9bH38AdO3TQxZ5zNxgBdvUw==} + /@graphql-tools/executor-legacy-ws@1.0.6(graphql@16.8.1): + resolution: {integrity: sha512-lDSxz9VyyquOrvSuCCnld3256Hmd+QI2lkmkEv7d4mdzkxkK4ddAWW1geQiWrQvWmdsmcnGGlZ7gDGbhEExwqg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) '@types/ws': 8.5.10 graphql: 16.8.1 - isomorphic-ws: 5.0.0(ws@8.13.0) + isomorphic-ws: 5.0.0(ws@8.16.0) tslib: 2.6.2 - ws: 8.13.0 + ws: 8.16.0 transitivePeerDependencies: - bufferutil - utf-8-validate dev: true - /@graphql-tools/executor@0.0.20(graphql@16.8.1): - resolution: {integrity: sha512-GdvNc4vszmfeGvUqlcaH1FjBoguvMYzxAfT6tDd4/LgwymepHhinqLNA5otqwVLW+JETcDaK7xGENzFomuE6TA==} + /@graphql-tools/executor@1.2.1(graphql@16.8.1): + resolution: {integrity: sha512-BP5UI1etbNOXmTSt7q4NL1+zsURFgh2pG+Hyt9K/xO0LlsfbSx59L5dHLerqZP7Js0xI6GYqrUQ4m29rUwUHJg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) '@repeaterjs/repeater': 3.0.5 graphql: 16.8.1 @@ -4012,120 +4062,127 @@ packages: value-or-promise: 1.0.12 dev: true - /@graphql-tools/git-loader@7.3.0(@babel/core@7.18.10)(graphql@16.8.1): - resolution: {integrity: sha512-gcGAK+u16eHkwsMYqqghZbmDquh8QaO24Scsxq+cVR+vx1ekRlsEiXvu+yXVDbZdcJ6PBIbeLcQbEu+xhDLmvQ==} + /@graphql-tools/git-loader@8.0.5(graphql@16.8.1): + resolution: {integrity: sha512-P97/1mhruDiA6D5WUmx3n/aeGPLWj2+4dpzDOxFGGU+z9NcI/JdygMkeFpGZNHeJfw+kHfxgPcMPnxHcyhAoVA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.18.10)(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/graphql-tag-pluck': 8.3.0(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 is-glob: 4.0.3 micromatch: 4.0.5 tslib: 2.6.2 unixify: 1.0.0 transitivePeerDependencies: - - '@babel/core' - supports-color dev: true - /@graphql-tools/github-loader@7.3.28(@babel/core@7.18.10)(@types/node@18.18.13)(graphql@16.8.1): - resolution: {integrity: sha512-OK92Lf9pmxPQvjUNv05b3tnVhw0JRfPqOf15jZjyQ8BfdEUrJoP32b4dRQQem/wyRL24KY4wOfArJNqzpsbwCA==} + /@graphql-tools/github-loader@8.0.1(@types/node@20.10.0)(graphql@16.8.1): + resolution: {integrity: sha512-W4dFLQJ5GtKGltvh/u1apWRFKBQOsDzFxO9cJkOYZj1VzHCpRF43uLST4VbCfWve+AwBqOuKr7YgkHoxpRMkcg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/executor-http': 0.1.10(@types/node@18.18.13)(graphql@16.8.1) - '@graphql-tools/graphql-tag-pluck': 7.5.2(@babel/core@7.18.10)(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) - '@whatwg-node/fetch': 0.8.8 + '@graphql-tools/executor-http': 1.0.9(@types/node@20.10.0)(graphql@16.8.1) + '@graphql-tools/graphql-tag-pluck': 8.3.0(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) + '@whatwg-node/fetch': 0.9.17 graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 transitivePeerDependencies: - - '@babel/core' - '@types/node' - encoding - supports-color dev: true - /@graphql-tools/graphql-file-loader@7.5.17(graphql@16.8.1): - resolution: {integrity: sha512-hVwwxPf41zOYgm4gdaZILCYnKB9Zap7Ys9OhY1hbwuAuC4MMNY9GpUjoTU3CQc3zUiPoYStyRtUGkHSJZ3HxBw==} + /@graphql-tools/graphql-file-loader@8.0.1(graphql@16.8.1): + resolution: {integrity: sha512-7gswMqWBabTSmqbaNyWSmRRpStWlcCkBc73E6NZNlh4YNuiyKOwbvSkOUYFOqFMfEL+cFsXgAvr87Vz4XrYSbA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/import': 6.7.18(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/import': 7.0.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.2 unixify: 1.0.0 dev: true - /@graphql-tools/graphql-tag-pluck@7.5.2(@babel/core@7.18.10)(graphql@16.8.1): - resolution: {integrity: sha512-RW+H8FqOOLQw0BPXaahYepVSRjuOHw+7IL8Opaa5G5uYGOBxoXR7DceyQ7BcpMgktAOOmpDNQ2WtcboChOJSRA==} + /@graphql-tools/graphql-tag-pluck@8.3.0(graphql@16.8.1): + resolution: {integrity: sha512-gNqukC+s7iHC7vQZmx1SEJQmLnOguBq+aqE2zV2+o1hxkExvKqyFli1SY/9gmukFIKpKutCIj+8yLOM+jARutw==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: + '@babel/core': 7.24.0 '@babel/parser': 7.23.6 - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.18.10) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.0) '@babel/traverse': 7.23.7 '@babel/types': 7.23.6 - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 transitivePeerDependencies: - - '@babel/core' - supports-color dev: true - /@graphql-tools/import@6.7.18(graphql@16.8.1): - resolution: {integrity: sha512-XQDdyZTp+FYmT7as3xRWH/x8dx0QZA2WZqfMF5EWb36a0PiH7WwlRQYIdyYXj8YCLpiWkeBXgBRHmMnwEYR8iQ==} + /@graphql-tools/import@7.0.1(graphql@16.8.1): + resolution: {integrity: sha512-935uAjAS8UAeXThqHfYVr4HEAp6nHJ2sximZKO1RzUTq5WoALMAhhGARl0+ecm6X+cqNUwIChJbjtaa6P/ML0w==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 resolve-from: 5.0.0 tslib: 2.6.2 dev: true - /@graphql-tools/json-file-loader@7.4.18(graphql@16.8.1): - resolution: {integrity: sha512-AJ1b6Y1wiVgkwsxT5dELXhIVUPs/u3VZ8/0/oOtpcoyO/vAeM5rOvvWegzicOOnQw8G45fgBRMkkRfeuwVt6+w==} + /@graphql-tools/json-file-loader@8.0.1(graphql@16.8.1): + resolution: {integrity: sha512-lAy2VqxDAHjVyqeJonCP6TUemrpYdDuKt25a10X6zY2Yn3iFYGnuIDQ64cv3ytyGY6KPyPB+Kp+ZfOkNDG3FQA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) globby: 11.1.0 graphql: 16.8.1 tslib: 2.6.2 unixify: 1.0.0 dev: true - /@graphql-tools/load@7.8.14(graphql@16.8.1): - resolution: {integrity: sha512-ASQvP+snHMYm+FhIaLxxFgVdRaM0vrN9wW2BKInQpktwWTXVyk+yP5nQUCEGmn0RTdlPKrffBaigxepkEAJPrg==} + /@graphql-tools/load@8.0.2(graphql@16.8.1): + resolution: {integrity: sha512-S+E/cmyVmJ3CuCNfDuNF2EyovTwdWfQScXv/2gmvJOti2rGD8jTt9GYVzXaxhblLivQR9sBUCNZu/w7j7aXUCA==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/schema': 9.0.19(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/schema': 10.0.3(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 p-limit: 3.1.0 tslib: 2.6.2 dev: true - /@graphql-tools/merge@8.4.2(graphql@16.8.1): - resolution: {integrity: sha512-XbrHAaj8yDuINph+sAfuq3QCZ/tKblrTLOpirK0+CAgNlZUCHs0Fa+xtMUURgwCVThLle1AF7svJCxFizygLsw==} + /@graphql-tools/merge@9.0.3(graphql@16.8.1): + resolution: {integrity: sha512-FeKv9lKLMwqDu0pQjPpF59GY3HReUkWXKsMIuMuJQOKh9BETu7zPEFUELvcw8w+lwZkl4ileJsHXC9+AnsT2Lw==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 dev: true - /@graphql-tools/optimize@1.4.0(graphql@16.8.1): - resolution: {integrity: sha512-dJs/2XvZp+wgHH8T5J2TqptT9/6uVzIYvA6uFACha+ufvdMBedkfR4b4GbT8jAKLRARiqRTxy3dctnwkTM2tdw==} + /@graphql-tools/optimize@2.0.0(graphql@16.8.1): + resolution: {integrity: sha512-nhdT+CRGDZ+bk68ic+Jw1OZ99YCDIKYA5AlVAnBHJvMawSx9YQqQAIj4refNc1/LRieGiuWvhbG3jvPVYho0Dg==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: @@ -4133,24 +4190,25 @@ packages: tslib: 2.6.2 dev: true - /@graphql-tools/prisma-loader@7.2.72(@types/node@18.18.13)(graphql@16.8.1): - resolution: {integrity: sha512-0a7uV7Fky6yDqd0tI9+XMuvgIo6GAqiVzzzFV4OSLry4AwiQlI3igYseBV7ZVOGhedOTqj/URxjpiv07hRcwag==} + /@graphql-tools/prisma-loader@8.0.3(@types/node@20.10.0)(graphql@16.8.1): + resolution: {integrity: sha512-oZhxnMr3Jw2WAW1h9FIhF27xWzIB7bXWM8olz4W12oII4NiZl7VRkFw9IT50zME2Bqi9LGh9pkmMWkjvbOpl+Q==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/url-loader': 7.17.18(@types/node@18.18.13)(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.10.0)(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) '@types/js-yaml': 4.0.9 '@types/json-stable-stringify': 1.0.36 - '@whatwg-node/fetch': 0.8.8 + '@whatwg-node/fetch': 0.9.17 chalk: 4.1.2 debug: 4.3.4 dotenv: 16.3.1 graphql: 16.8.1 graphql-request: 6.1.0(graphql@16.8.1) - http-proxy-agent: 6.1.1 - https-proxy-agent: 6.2.1 - jose: 4.15.4 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 + jose: 5.2.2 js-yaml: 4.1.0 json-stable-stringify: 1.1.0 lodash: 4.17.21 @@ -4165,13 +4223,14 @@ packages: - utf-8-validate dev: true - /@graphql-tools/relay-operation-optimizer@6.5.18(graphql@16.8.1): - resolution: {integrity: sha512-mc5VPyTeV+LwiM+DNvoDQfPqwQYhPV/cl5jOBjTgSniyaq8/86aODfMkrE2OduhQ5E00hqrkuL2Fdrgk0w1QJg==} + /@graphql-tools/relay-operation-optimizer@7.0.1(graphql@16.8.1): + resolution: {integrity: sha512-y0ZrQ/iyqWZlsS/xrJfSir3TbVYJTYmMOu4TaSz6F4FRDTQ3ie43BlKkhf04rC28pnUOS4BO9pDcAo1D30l5+A==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/relay-compiler': 12.0.0(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 transitivePeerDependencies: @@ -4179,32 +4238,34 @@ packages: - supports-color dev: true - /@graphql-tools/schema@9.0.19(graphql@16.8.1): - resolution: {integrity: sha512-oBRPoNBtCkk0zbUsyP4GaIzCt8C0aCI4ycIRUL67KK5pOHljKLBBtGT+Jr6hkzA74C8Gco8bpZPe7aWFjiaK2w==} + /@graphql-tools/schema@10.0.3(graphql@16.8.1): + resolution: {integrity: sha512-p28Oh9EcOna6i0yLaCFOnkcBDQECVf3SCexT6ktb86QNj9idnkhI+tCxnwZDh58Qvjd2nURdkbevvoZkvxzCog==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 8.4.2(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) + '@graphql-tools/merge': 9.0.3(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 dev: true - /@graphql-tools/url-loader@7.17.18(@types/node@18.18.13)(graphql@16.8.1): - resolution: {integrity: sha512-ear0CiyTj04jCVAxi7TvgbnGDIN2HgqzXzwsfcqiVg9cvjT40NcMlZ2P1lZDgqMkZ9oyLTV8Bw6j+SyG6A+xPw==} + /@graphql-tools/url-loader@8.0.2(@types/node@20.10.0)(graphql@16.8.1): + resolution: {integrity: sha512-1dKp2K8UuFn7DFo1qX5c1cyazQv2h2ICwA9esHblEqCYrgf69Nk8N7SODmsfWg94OEaI74IqMoM12t7eIGwFzQ==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@ardatan/sync-fetch': 0.0.1 - '@graphql-tools/delegate': 9.0.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@18.18.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) + '@graphql-tools/delegate': 10.0.4(graphql@16.8.1) + '@graphql-tools/executor-graphql-ws': 1.1.2(graphql@16.8.1) + '@graphql-tools/executor-http': 1.0.9(@types/node@20.10.0)(graphql@16.8.1) + '@graphql-tools/executor-legacy-ws': 1.0.6(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) + '@graphql-tools/wrap': 10.0.2(graphql@16.8.1) '@types/ws': 8.5.10 - '@whatwg-node/fetch': 0.8.8 + '@whatwg-node/fetch': 0.9.17 graphql: 16.8.1 isomorphic-ws: 5.0.0(ws@8.14.2) tslib: 2.6.2 @@ -4217,37 +4278,33 @@ packages: - utf-8-validate dev: true - /@graphql-tools/utils@9.2.1(graphql@16.8.1): - resolution: {integrity: sha512-WUw506Ql6xzmOORlriNrD6Ugx+HjVgYxt9KCXD9mHAak+eaXSwuGGPyE60hy9xaDEoXKBsG7SkG69ybitaVl6A==} + /@graphql-tools/utils@10.1.0(graphql@16.8.1): + resolution: {integrity: sha512-wLPqhgeZ9BZJPRoaQbsDN/CtJDPd/L4qmmtPkjI3NuYJ39x+Eqz1Sh34EAGMuDh+xlOHqBwHczkZUpoK9tvzjw==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: '@graphql-typed-document-node/core': 3.2.0(graphql@16.8.1) + cross-inspect: 1.0.0 + dset: 3.1.3 graphql: 16.8.1 tslib: 2.6.2 dev: true - /@graphql-tools/wrap@9.4.2(graphql@16.8.1): - resolution: {integrity: sha512-DFcd9r51lmcEKn0JW43CWkkI2D6T9XI1juW/Yo86i04v43O9w2/k4/nx2XTJv4Yv+iXwUw7Ok81PGltwGJSDSA==} + /@graphql-tools/wrap@10.0.2(graphql@16.8.1): + resolution: {integrity: sha512-nb/YjBcyF02KBCy3hiyw0nBKIC+qkiDY/tGMCcIe4pM6BPEcnreaPhXA28Rdge7lKtySF4Mhbc86XafFH5bIkQ==} + engines: {node: '>=16.0.0'} peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 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': 10.0.4(graphql@16.8.1) + '@graphql-tools/schema': 10.0.3(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 dev: true - /@graphql-typed-document-node/core@3.1.1(graphql@16.8.1): - resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} - peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 - dependencies: - graphql: 16.8.1 - dev: true - /@graphql-typed-document-node/core@3.2.0(graphql@16.8.1): resolution: {integrity: sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==} peerDependencies: @@ -4387,7 +4444,7 @@ packages: slash: 3.0.0 dev: true - /@jest/core@29.7.0(ts-node@10.9.1): + /@jest/core@29.7.0: resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -4408,7 +4465,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.10.0)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.0) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -4564,7 +4621,7 @@ packages: resolution: {integrity: sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.24.0 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.20 babel-plugin-istanbul: 6.1.1 @@ -4655,17 +4712,14 @@ packages: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 - /@jridgewell/trace-mapping@0.3.9: - resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} - dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 - dev: true - /@jsdevtools/ono@7.1.3: resolution: {integrity: sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==} dev: false + /@kamilkisiela/fast-url-parser@1.1.4: + resolution: {integrity: sha512-gbkePEBupNydxCelHCESvFSFM8XPh1Zs/OAVRW/rKpEqPAl5PbOM90Si8mv9bvnR53uPD2s/FiRxdvSejpRJew==} + dev: true + /@keplr-wallet/common@0.12.28: resolution: {integrity: sha512-ESQorPZw8PRiUXhsrxED+E1FEWkAdc6Kwi3Az7ce204gMBQDI2j0XJtTd4uCUp+C24Em9fk0samdHzdoB4caIg==} dependencies: @@ -4905,24 +4959,24 @@ packages: transitivePeerDependencies: - supports-color - /@microsoft/api-extractor-model@7.28.4(@types/node@17.0.21): + /@microsoft/api-extractor-model@7.28.4(@types/node@20.10.0): resolution: {integrity: sha512-vucgyPmgHrJ/D4/xQywAmjTmSfxAx2/aDmD6TkIoLu51FdsAfuWRbijWA48AePy60OO+l+mmy9p2P/CEeBZqig==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.63.0(@types/node@17.0.21) + '@rushstack/node-core-library': 3.63.0(@types/node@20.10.0) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.39.1(@types/node@17.0.21): + /@microsoft/api-extractor@7.39.1(@types/node@20.10.0): resolution: {integrity: sha512-V0HtCufWa8hZZvSmlEzQZfINcJkHAU/bmpyJQj6w+zpI87EkR8DuBOW6RWrO9c7mUYFZoDaNgUTyKo83ytv+QQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.4(@types/node@17.0.21) + '@microsoft/api-extractor-model': 7.28.4(@types/node@20.10.0) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.63.0(@types/node@17.0.21) + '@rushstack/node-core-library': 3.63.0(@types/node@20.10.0) '@rushstack/rig-package': 0.5.1 '@rushstack/ts-command-line': 4.17.1 colors: 1.2.5 @@ -5001,30 +5055,6 @@ packages: '@motionone/dom': 10.16.4 tslib: 2.6.2 - /@mswjs/cookies@0.2.2: - resolution: {integrity: sha512-mlN83YSrcFgk7Dm1Mys40DLssI1KdJji2CMKN8eOlBqsTADYzj2+jWzsANsUTFbxDMWPD5e9bfA1RGqBpS3O1g==} - engines: {node: '>=14'} - dependencies: - '@types/set-cookie-parser': 2.4.7 - set-cookie-parser: 2.6.0 - dev: true - - /@mswjs/interceptors@0.17.10: - resolution: {integrity: sha512-N8x7eSLGcmUFNWZRxT1vsHvypzIRgQYdG0rJey/rZCy6zT/30qDt8Joj7FxzGNLSwXbeZqJOMqDurp7ra4hgbw==} - engines: {node: '>=14'} - dependencies: - '@open-draft/until': 1.0.3 - '@types/debug': 4.1.12 - '@xmldom/xmldom': 0.8.10 - debug: 4.3.4 - headers-polyfill: 3.2.5 - outvariant: 1.4.0 - strict-event-emitter: 0.2.8 - web-encoding: 1.1.5 - transitivePeerDependencies: - - supports-color - dev: true - /@next/env@14.0.3: resolution: {integrity: sha512-7xRqh9nMvP5xrW4/+L0jgRRX+HoNRGnfJpD+5Wq6/13j3dsdzxO3BCXn7D3hMqsDb+vjZnJq+vI7+EtgrYZTeA==} dev: false @@ -5141,10 +5171,6 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@open-draft/until@1.0.3: - resolution: {integrity: sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==} - dev: true - /@osmosis-labs/math@5.1.0: resolution: {integrity: sha512-vbsDB6aKzvz1V8CKbxPLQ7hSw8Q4yBMT74odd36or5m8M6JXlfvsAodTbV2sttk5n237dFBt2+7/gfirE5UYww==} dependencies: @@ -7064,10 +7090,6 @@ packages: '@react-types/shared': 3.22.0(react@18.2.0) react: 18.2.0 - /@repeaterjs/repeater@3.0.4: - resolution: {integrity: sha512-AW8PKd6iX3vAZ0vA43nOUOnbq/X5ihgU+mSXXqunMkeQADGiqw/PY0JNeYtD5sr0PAy51YPgAPbDoeapv9r8WA==} - dev: true - /@repeaterjs/repeater@3.0.5: resolution: {integrity: sha512-l3YHBLAol6d/IKnB9LhpD0cEZWAoe3eFKUyTYWmFmCO2Q/WOckxLQAUyMZWwZV2M/m3+4vgRoaolFqaII82/TA==} dev: true @@ -7266,7 +7288,7 @@ packages: dev: true optional: true - /@rushstack/node-core-library@3.63.0(@types/node@17.0.21): + /@rushstack/node-core-library@3.63.0(@types/node@20.10.0): resolution: {integrity: sha512-Q7B3dVpBQF1v+mUfxNcNZh5uHVR8ntcnkN5GYjbBLrxUYHBGKbnCM+OdcN+hzCpFlLBH6Ob0dEHhZ0spQwf24A==} peerDependencies: '@types/node': '*' @@ -7274,7 +7296,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 17.0.21 + '@types/node': 20.10.0 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -7508,6 +7530,21 @@ packages: '@terra-money/feather.js': 1.2.1 axios: 0.27.2 bech32: 2.0.0 + dev: true + + /@terra-money/station-connector@1.0.15(@cosmjs/amino@0.32.2)(@terra-money/feather.js@1.2.1)(axios@0.27.2): + resolution: {integrity: sha512-iCLXPPmQXyP8egOi7FA3U5MuEeMMrVnUaRiCUrBLuh4QNPCmJar082ilKDEavgkczKXNIqEGCAAT0LVrky/TPA==} + engines: {node: '>=16'} + peerDependencies: + '@cosmjs/amino': ^0.31.0 + '@terra-money/feather.js': ^1.0.8 + axios: ^0.27.2 + dependencies: + '@cosmjs/amino': 0.32.2 + '@terra-money/feather.js': 1.2.1 + axios: 0.27.2 + bech32: 2.0.0 + dev: false /@terra-money/terra.proto@0.1.7: resolution: {integrity: sha512-NXD7f6pQCulvo6+mv6MAPzhOkUzRjgYVuHZE/apih+lVnPG5hDBU0rRYnOGGofwvKT5/jQoOENnFn/gioWWnyQ==} @@ -7529,22 +7566,6 @@ packages: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - /@tsconfig/node10@1.0.9: - resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} - dev: true - - /@tsconfig/node12@1.0.11: - resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} - dev: true - - /@tsconfig/node14@1.0.3: - resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} - dev: true - - /@tsconfig/node16@1.0.4: - resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - dev: true - /@types/argparse@1.0.38: resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} dev: true @@ -7553,7 +7574,7 @@ packages: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 '@types/babel__generator': 7.6.7 '@types/babel__template': 7.4.4 '@types/babel__traverse': 7.20.4 @@ -7562,34 +7583,20 @@ packages: /@types/babel__generator@7.6.7: resolution: {integrity: sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: true /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 dev: true /@types/babel__traverse@7.20.4: resolution: {integrity: sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==} dependencies: - '@babel/types': 7.23.6 - dev: true - - /@types/chai-subset@1.3.5: - resolution: {integrity: sha512-c2mPnw+xHtXDoHmdtcCXGwyLMiauiAyxWMzhGpqHC4nqI/Y5G2XhTampslK2rb59kpcuHon03UH8W6iYUzw88A==} - dependencies: - '@types/chai': 4.3.11 - dev: true - - /@types/chai@4.3.11: - resolution: {integrity: sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==} - dev: true - - /@types/cookie@0.4.1: - resolution: {integrity: sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==} + '@babel/types': 7.24.0 dev: true /@types/debug@4.1.12: @@ -7603,7 +7610,6 @@ packages: /@types/estree@1.0.5: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - dev: false /@types/fs-extra@9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} @@ -7649,10 +7655,6 @@ packages: pretty-format: 29.7.0 dev: true - /@types/js-levenshtein@1.1.3: - resolution: {integrity: sha512-jd+Q+sD20Qfu9e2aEXogiO3vpOC1PYJOUdyN9gvs4Qrvkg4wF43L5OhqrPeokdv8TL0/mXoYfpkcoGZMNN2pkQ==} - dev: true - /@types/js-yaml@4.0.9: resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} dev: true @@ -7706,19 +7708,6 @@ packages: resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==} dev: false - /@types/node@16.11.21: - resolution: {integrity: sha512-Pf8M1XD9i1ksZEcCP8vuSNwooJ/bZapNmIzpmsMaL+jMI+8mEYU3PKvs+xDNuQcJWF/x24WzY4qxLtB0zNow9A==} - dev: true - - /@types/node@17.0.21: - resolution: {integrity: sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==} - - /@types/node@18.18.13: - resolution: {integrity: sha512-vXYZGRrSCreZmq1rEjMRLXJhiy8MrIeVasx+PCVlP414N7CJLHnMf+juVvjdprHyH+XRy3zKZLHeNueOpJCn0g==} - dependencies: - undici-types: 5.26.5 - dev: true - /@types/node@20.10.0: resolution: {integrity: sha512-D0WfRmU9TQ8I9PFx9Yc+EBHw+vSpIub4IDvQivcp26PtPrdMGAq5SDcpXEo/epqa/DXotVpekHiLNTg3iaKXBQ==} dependencies: @@ -7728,10 +7717,6 @@ packages: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} dev: true - /@types/parse-json@4.0.2: - resolution: {integrity: sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==} - dev: true - /@types/prettier@2.7.3: resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} @@ -7761,12 +7746,6 @@ packages: resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==} dev: true - /@types/set-cookie-parser@2.4.7: - resolution: {integrity: sha512-+ge/loa0oTozxip6zmhRIk8Z/boU51wl9Q6QdLZcokIGMzY5lFXYy/x7Htj2HTC6/KZP1hUbZ1ekx8DYXICvWg==} - dependencies: - '@types/node': 20.10.0 - dev: true - /@types/stack-utils@2.0.3: resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} dev: true @@ -7837,6 +7816,14 @@ packages: chai: 4.3.10 dev: false + /@vitest/expect@1.3.1: + resolution: {integrity: sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw==} + dependencies: + '@vitest/spy': 1.3.1 + '@vitest/utils': 1.3.1 + chai: 4.3.10 + dev: true + /@vitest/runner@1.0.2: resolution: {integrity: sha512-ZcHJXPT2kg/9Hc4fNkCbItlsgZSs3m4vQbxB8LCSdzpbG85bExCmSvu6K9lWpMNdoKfAr1Jn0BwS9SWUcGnbTQ==} dependencies: @@ -7853,6 +7840,14 @@ packages: pathe: 1.1.1 dev: false + /@vitest/runner@1.3.1: + resolution: {integrity: sha512-5FzF9c3jG/z5bgCnjr8j9LNq/9OxV2uEBAITOXfoe3rdZJTdO7jzThth7FXv/6b+kdY65tpRQB7WaKhNZwX+Kg==} + dependencies: + '@vitest/utils': 1.3.1 + p-limit: 5.0.0 + pathe: 1.1.1 + dev: true + /@vitest/snapshot@1.0.2: resolution: {integrity: sha512-9ClDz2/aV5TfWA4reV7XR9p+hE0e7bifhwxlURugj3Fw0YXeTFzHmKCNEHd6wOIFMfthbGGwhlq7TOJ2jDO4/g==} dependencies: @@ -7869,6 +7864,14 @@ packages: pretty-format: 29.7.0 dev: false + /@vitest/snapshot@1.3.1: + resolution: {integrity: sha512-EF++BZbt6RZmOlE3SuTPu/NfwBF6q4ABS37HHXzs2LUVPBLx2QoY/K0fKpRChSo8eLiuxcbCVfqKgx/dplCDuQ==} + dependencies: + magic-string: 0.30.5 + pathe: 1.1.1 + pretty-format: 29.7.0 + dev: true + /@vitest/spy@1.0.2: resolution: {integrity: sha512-YlnHmDntp+zNV3QoTVFI5EVHV0AXpiThd7+xnDEbWnD6fw0TH/J4/+3GFPClLimR39h6nA5m0W4Bjm5Edg4A/A==} dependencies: @@ -7887,6 +7890,12 @@ packages: tinyspy: 2.2.0 dev: false + /@vitest/spy@1.3.1: + resolution: {integrity: sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==} + dependencies: + tinyspy: 2.2.0 + dev: true + /@vitest/utils@1.0.2: resolution: {integrity: sha512-GPQkGHAnFAP/+seSbB9pCsj339yRrMgILoI5H2sPevTLCYgBq0VRjF8QSllmnQyvf0EontF6KUIt2t5s2SmqoQ==} dependencies: @@ -7904,6 +7913,15 @@ packages: pretty-format: 29.7.0 dev: false + /@vitest/utils@1.3.1: + resolution: {integrity: sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ==} + dependencies: + diff-sequences: 29.6.3 + estree-walker: 3.0.3 + loupe: 2.3.7 + pretty-format: 29.7.0 + dev: true + /@walletconnect/core@2.10.5: resolution: {integrity: sha512-QnGHkA05KzJrtqExPqXm/TsstM1uTDI8tQT0x86/DuR6LdiYEntzSpVjnv7kKK6Mo9UxlXfud431dNRfOW5uJg==} dependencies: @@ -8193,24 +8211,13 @@ packages: transitivePeerDependencies: - react - /@whatwg-node/events@0.0.2: - resolution: {integrity: sha512-WKj/lI4QjnLuPrim0cfO7i+HsDSXHxNv1y0CrJhdntuO3hxWZmnXCwNDnwOvry11OjRin6cgWNF+j/9Pn8TN4w==} - dev: true - /@whatwg-node/events@0.0.3: resolution: {integrity: sha512-IqnKIDWfXBJkvy/k6tzskWTc2NK3LcqHlb+KHGCrjOCH4jfQckRX0NAiIcC/vIqQkzLYw2r2CTSwAxcrtcD6lA==} dev: true - /@whatwg-node/fetch@0.6.9(@types/node@18.18.13): - resolution: {integrity: sha512-JfrBCJdMu9n9OARc0e/hPHcD98/8Nz1CKSdGYDg6VbObDkV/Ys30xe5i/wPOatYbxuvatj1kfWeHf7iNX3i17w==} - dependencies: - '@peculiar/webcrypto': 1.4.3 - '@whatwg-node/node-fetch': 0.0.5(@types/node@18.18.13) - busboy: 1.6.0 - urlpattern-polyfill: 6.0.2 - web-streams-polyfill: 3.2.1 - transitivePeerDependencies: - - '@types/node' + /@whatwg-node/events@0.1.1: + resolution: {integrity: sha512-AyQEn5hIPV7Ze+xFoXVU3QTHXVbWPrzaOkxtENMPMuNL6VVHrp4hHfDt9nrQpjO7BgvuM95dMtkycX5M/DZR3w==} + engines: {node: '>=16.0.0'} dev: true /@whatwg-node/fetch@0.8.8: @@ -8223,15 +8230,12 @@ packages: web-streams-polyfill: 3.2.1 dev: true - /@whatwg-node/node-fetch@0.0.5(@types/node@18.18.13): - resolution: {integrity: sha512-hbccmaSZaItdsRuBKBEEhLoO+5oXJPxiyd0kG2xXd0Dh3Rt+vZn4pADHxuSiSHLd9CM+S2z4+IxlEGbWUgiz9g==} - peerDependencies: - '@types/node': ^18.0.6 + /@whatwg-node/fetch@0.9.17: + resolution: {integrity: sha512-TDYP3CpCrxwxpiNY0UMNf096H5Ihf67BK1iKGegQl5u9SlpEDYrvnV71gWBGJm+Xm31qOy8ATgma9rm8Pe7/5Q==} + engines: {node: '>=16.0.0'} dependencies: - '@types/node': 18.18.13 - '@whatwg-node/events': 0.0.2 - busboy: 1.6.0 - tslib: 2.6.2 + '@whatwg-node/node-fetch': 0.5.7 + urlpattern-polyfill: 10.0.0 dev: true /@whatwg-node/node-fetch@0.3.6: @@ -8244,21 +8248,21 @@ packages: tslib: 2.6.2 dev: true - /@xmldom/xmldom@0.8.10: - resolution: {integrity: sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==} - engines: {node: '>=10.0.0'} + /@whatwg-node/node-fetch@0.5.7: + resolution: {integrity: sha512-YZA+N3JcW1eh2QRi7o/ij+M07M0dqID73ltgsOEMRyEc2UYVDbyomaih+CWCEZqBIDHw4KMDveXvv4SBZ4TLIw==} + engines: {node: '>=16.0.0'} + dependencies: + '@kamilkisiela/fast-url-parser': 1.1.4 + '@whatwg-node/events': 0.1.1 + busboy: 1.6.0 + fast-querystring: 1.1.2 + tslib: 2.6.2 dev: true /@zeit/schemas@2.29.0: resolution: {integrity: sha512-g5QiLIfbg3pLuYUJPlisNKY+epQJTcMDsOnVNkscrDP1oi7vmJnzOANYJI/1pZcVJ6umUkBv3aFtlg1UvUHGzA==} dev: true - /@zxing/text-encoding@0.9.0: - resolution: {integrity: sha512-U/4aVJ2mxI0aDNI8Uq0wEhMgY+u4CNtEb0om3+y3+niDAsoTCOB33UF0sxpzqzdqXLqmvc+vZyAt4O8pPdfkwA==} - requiresBuild: true - dev: true - optional: true - /abab@2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} @@ -8289,7 +8293,6 @@ packages: /acorn-walk@8.3.2: resolution: {integrity: sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==} engines: {node: '>=0.4.0'} - dev: false /acorn@8.11.2: resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} @@ -8402,10 +8405,6 @@ packages: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} - /ansi-sequence-parser@1.1.1: - resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} - dev: true - /ansi-styles@2.2.1: resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} engines: {node: '>=0.10.0'} @@ -8445,10 +8444,6 @@ packages: /arch@2.2.0: resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} - /arg@4.1.3: - resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} - dev: true - /arg@5.0.2: resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} @@ -8619,6 +8614,15 @@ packages: transitivePeerDependencies: - debug + /axios@1.6.7: + resolution: {integrity: sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==} + dependencies: + follow-redirects: 1.15.5 + form-data: 4.0.0 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + /babel-jest@29.7.0(@babel/core@7.18.10): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -8654,7 +8658,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 '@types/babel__core': 7.20.5 '@types/babel__traverse': 7.20.4 dev: true @@ -9479,16 +9483,10 @@ packages: /convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - dev: true /cookie-es@1.0.0: resolution: {integrity: sha512-mWYvfOLrfEc996hlKcdABeIiPHUPC6DM2QYZdGGOvhOTbA3tjm2eBwqlJpoFdjC89NI4Qt6h0Pu06Mp+1Pj5OQ==} - /cookie@0.4.2: - resolution: {integrity: sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==} - engines: {node: '>= 0.6'} - dev: true - /copy-to-clipboard@3.3.3: resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} dependencies: @@ -9503,40 +9501,20 @@ packages: /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - /cosmiconfig-typescript-loader@4.4.0(@types/node@18.18.13)(cosmiconfig@7.1.0)(ts-node@10.9.1)(typescript@5.0.4): - resolution: {integrity: sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==} - engines: {node: '>=v14.21.3'} - peerDependencies: - '@types/node': '*' - cosmiconfig: '>=7' - ts-node: '>=10' - typescript: '>=4' - dependencies: - '@types/node': 18.18.13 - cosmiconfig: 7.1.0 - ts-node: 10.9.1(@types/node@18.18.13)(typescript@5.0.4) - typescript: 5.0.4 - dev: true - - /cosmiconfig@7.1.0: - resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} - engines: {node: '>=10'} - dependencies: - '@types/parse-json': 4.0.2 - import-fresh: 3.3.0 - parse-json: 5.2.0 - path-type: 4.0.0 - yaml: 1.10.2 - dev: true - - /cosmiconfig@8.0.0: - resolution: {integrity: sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==} + /cosmiconfig@8.3.6(typescript@5.3.3): + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 + typescript: 5.3.3 dev: true /cosmjs-types@0.5.2: @@ -9551,6 +9529,7 @@ packages: dependencies: long: 4.0.0 protobufjs: 6.11.4 + dev: false /cosmjs-types@0.9.0: resolution: {integrity: sha512-MN/yUe6mkJwHnCFfsNPeCfXVhyxHYW6c/xDUzrSbBycYzw++XvWDMJArXp2pLdgD6FQ8DW79vkPjeNKVrXaHeQ==} @@ -9594,7 +9573,7 @@ packages: safe-buffer: 5.2.1 sha.js: 2.4.11 - /create-jest@29.7.0(@types/node@18.18.13)(ts-node@10.9.1): + /create-jest@29.7.0(@types/node@20.10.0): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -9603,7 +9582,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@18.18.13)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.0) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -9613,10 +9592,6 @@ packages: - ts-node dev: true - /create-require@1.1.1: - resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} - dev: true - /cross-fetch@3.1.8: resolution: {integrity: sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==} dependencies: @@ -9624,6 +9599,13 @@ packages: transitivePeerDependencies: - encoding + /cross-inspect@1.0.0: + resolution: {integrity: sha512-4PFfn4b5ZN6FMNGSZlyb7wUhuN8wvj8t/VQHZdM4JsDcruGJ8L2kf9zao98QIrBPFCpdk27qst/AGTl7pL3ypQ==} + engines: {node: '>=16.0.0'} + dependencies: + tslib: 2.6.2 + dev: true + /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} dependencies: @@ -9915,11 +9897,6 @@ packages: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - /diff@4.0.2: - resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} - engines: {node: '>=0.3.1'} - dev: true - /diffie-hellman@5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} dependencies: @@ -10603,7 +10580,6 @@ packages: resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} dependencies: '@types/estree': 1.0.5 - dev: false /esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} @@ -10953,6 +10929,15 @@ packages: debug: optional: true + /follow-redirects@1.15.5: + resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==} + engines: {node: '>=4.0'} + peerDependencies: + debug: '*' + peerDependenciesMeta: + debug: + optional: true + /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: @@ -11215,9 +11200,9 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true - /graphql-config@4.5.0(@types/node@18.18.13)(graphql@16.8.1): - resolution: {integrity: sha512-x6D0/cftpLUJ0Ch1e5sj1TZn6Wcxx4oMfmhaG9shM0DKajA9iR+j1z86GSTQ19fShbGvrSSvbIQsHku6aQ6BBw==} - engines: {node: '>= 10.0.0'} + /graphql-config@5.0.3(@types/node@20.10.0)(graphql@16.8.1)(typescript@5.3.3): + resolution: {integrity: sha512-BNGZaoxIBkv9yy6Y7omvsaBUHOzfFcII3UN++tpH8MGOKFPFkCPZuwx09ggANMt8FgyWP1Od8SWPmrUEZca4NQ==} + engines: {node: '>= 16.0.0'} peerDependencies: cosmiconfig-toml-loader: ^1.0.0 graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 @@ -11225,15 +11210,15 @@ packages: cosmiconfig-toml-loader: optional: true 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@18.18.13)(graphql@16.8.1) - '@graphql-tools/utils': 9.2.1(graphql@16.8.1) - cosmiconfig: 8.0.0 + '@graphql-tools/graphql-file-loader': 8.0.1(graphql@16.8.1) + '@graphql-tools/json-file-loader': 8.0.1(graphql@16.8.1) + '@graphql-tools/load': 8.0.2(graphql@16.8.1) + '@graphql-tools/merge': 9.0.3(graphql@16.8.1) + '@graphql-tools/url-loader': 8.0.2(@types/node@20.10.0)(graphql@16.8.1) + '@graphql-tools/utils': 10.1.0(graphql@16.8.1) + cosmiconfig: 8.3.6(typescript@5.3.3) graphql: 16.8.1 - jiti: 1.17.1 + jiti: 1.21.0 minimatch: 4.2.3 string-env-interpolation: 1.0.1 tslib: 2.6.2 @@ -11241,6 +11226,7 @@ packages: - '@types/node' - bufferutil - encoding + - typescript - utf-8-validate dev: true @@ -11265,8 +11251,8 @@ packages: tslib: 2.6.2 dev: true - /graphql-ws@5.12.1(graphql@16.8.1): - resolution: {integrity: sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg==} + /graphql-ws@5.15.0(graphql@16.8.1): + resolution: {integrity: sha512-xWGAtm3fig9TIhSaNsg0FaDZ8Pyn/3re3RFlP4rhQcmjRDIPpk1EhRuNB+YSJtLzttyuToaDiNhwT1OMoGnJnw==} engines: {node: '>=10'} peerDependencies: graphql: '>=0.11 <=16' @@ -11278,7 +11264,7 @@ packages: resolution: {integrity: sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==} engines: {node: ^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0} - /graz@0.1.1(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.31.3)(@cosmjs/launchpad@0.27.1)(@cosmjs/proto-signing@0.32.0)(@cosmjs/stargate@0.31.3)(@cosmjs/tendermint-rpc@0.31.3)(@terra-money/feather.js@1.2.1)(@types/react@18.2.38)(axios@0.27.2)(long@5.2.3)(react-dom@18.2.0)(react@18.2.0): + /graz@0.1.1(@cosmjs/amino@0.31.3)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/launchpad@0.27.1)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(@cosmjs/tendermint-rpc@0.32.2)(@terra-money/feather.js@1.2.1)(@types/react@18.2.38)(axios@0.27.2)(long@5.2.3)(react@18.2.0): resolution: {integrity: sha512-aFuAK2LDcS5aliFF5jmnatyzkjfhjhQcj1RPfZhvhPg9J19gE3/mUEWjwGBrvPDau8NiKzYu2Un6wAjKWxgnzw==} hasBin: true peerDependencies: @@ -11294,11 +11280,11 @@ packages: optional: true dependencies: '@clack/prompts': 0.7.0 - '@cosmjs/cosmwasm-stargate': 0.31.3 + '@cosmjs/cosmwasm-stargate': 0.32.2 '@cosmjs/launchpad': 0.27.1 - '@cosmjs/proto-signing': 0.32.0 - '@cosmjs/stargate': 0.31.3 - '@cosmjs/tendermint-rpc': 0.31.3 + '@cosmjs/proto-signing': 0.32.2 + '@cosmjs/stargate': 0.32.2 + '@cosmjs/tendermint-rpc': 0.32.2 '@keplr-wallet/cosmos': 0.12.44 '@keplr-wallet/types': 0.12.44 '@metamask/providers': 12.0.0 @@ -11338,6 +11324,69 @@ packages: - react-native - supports-color - utf-8-validate + dev: true + + /graz@0.1.1(@cosmjs/amino@0.32.2)(@cosmjs/cosmwasm-stargate@0.32.2)(@cosmjs/launchpad@0.27.1)(@cosmjs/proto-signing@0.32.2)(@cosmjs/stargate@0.32.2)(@cosmjs/tendermint-rpc@0.32.2)(@terra-money/feather.js@1.2.1)(@types/react@18.2.38)(axios@0.27.2)(long@5.2.3)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-aFuAK2LDcS5aliFF5jmnatyzkjfhjhQcj1RPfZhvhPg9J19gE3/mUEWjwGBrvPDau8NiKzYu2Un6wAjKWxgnzw==} + hasBin: true + peerDependencies: + '@cosmjs/cosmwasm-stargate': '*' + '@cosmjs/launchpad': '*' + '@cosmjs/proto-signing': '*' + '@cosmjs/stargate': '*' + '@cosmjs/tendermint-rpc': '*' + long: '*' + react: '>=17' + peerDependenciesMeta: + long: + optional: true + dependencies: + '@clack/prompts': 0.7.0 + '@cosmjs/cosmwasm-stargate': 0.32.2 + '@cosmjs/launchpad': 0.27.1 + '@cosmjs/proto-signing': 0.32.2 + '@cosmjs/stargate': 0.32.2 + '@cosmjs/tendermint-rpc': 0.32.2 + '@keplr-wallet/cosmos': 0.12.44 + '@keplr-wallet/types': 0.12.44 + '@metamask/providers': 12.0.0 + '@tanstack/react-query': 4.36.1(react-dom@18.2.0)(react@18.2.0) + '@terra-money/station-connector': 1.0.15(@cosmjs/amino@0.32.2)(@terra-money/feather.js@1.2.1)(axios@0.27.2) + '@vectis/extension-client': 0.7.2 + '@walletconnect/sign-client': 2.10.5 + '@walletconnect/types': 2.10.5 + '@walletconnect/utils': 2.10.5 + '@web3modal/standalone': 2.4.3(react@18.2.0) + cac: 6.7.14 + cosmos-directory-client: 0.0.6 + long: 5.2.3 + react: 18.2.0 + wadesta: 0.0.5(long@5.2.3) + zustand: 4.4.6(@types/react@18.2.38)(immer@9.0.21)(react@18.2.0) + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@capacitor/preferences' + - '@cosmjs/amino' + - '@netlify/blobs' + - '@planetscale/database' + - '@react-native-async-storage/async-storage' + - '@terra-money/feather.js' + - '@types/react' + - '@upstash/redis' + - '@vercel/kv' + - axios + - bufferutil + - immer + - react-dom + - react-native + - supports-color + - utf-8-validate + dev: false /h3@1.9.0: resolution: {integrity: sha512-+F3ZqrNV/CFXXfZ2lXBINHi+rM4Xw3CDC5z2CDK3NMPocjonKipGLLDSkrqY9DOrioZNPTIdDMWfQKm//3X2DA==} @@ -11351,22 +11400,9 @@ packages: uncrypto: 0.1.3 unenv: 1.8.0 - /handlebars@4.7.8: - resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} - engines: {node: '>=0.4.7'} - hasBin: true - dependencies: - minimist: 1.2.8 - neo-async: 2.6.2 - source-map: 0.6.1 - wordwrap: 1.0.0 - optionalDependencies: - uglify-js: 3.17.4 - dev: true - - /happy-dom@13.3.8: - resolution: {integrity: sha512-RAbq4oYfJNkVan1m1F3jfA4YEyRY0/ASoNvZsNJbuX85jIypidmsz9jQZD7Tqz0VXA2MhAGfcsh5oshwmwNYSg==} - engines: {node: '>=16.0.0'} + /happy-dom@13.3.8: + resolution: {integrity: sha512-RAbq4oYfJNkVan1m1F3jfA4YEyRY0/ASoNvZsNJbuX85jIypidmsz9jQZD7Tqz0VXA2MhAGfcsh5oshwmwNYSg==} + engines: {node: '>=16.0.0'} dependencies: entities: 4.5.0 webidl-conversions: 7.0.0 @@ -11441,10 +11477,6 @@ packages: capital-case: 1.0.4 tslib: 2.6.2 - /headers-polyfill@3.2.5: - resolution: {integrity: sha512-tUCGvt191vNSQgttSyJoibR+VO+I6+iCHIUdhzEMJKE+EAL8BwCN7fUOZlY4ofOelNHsK+gEjxB/B+9N3EWtdA==} - dev: true - /help-me@4.2.0: resolution: {integrity: sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==} dependencies: @@ -11486,8 +11518,8 @@ packages: transitivePeerDependencies: - supports-color - /http-proxy-agent@6.1.1: - resolution: {integrity: sha512-JRCz+4Whs6yrrIoIlrH+ZTmhrRwtMnmOHsHn8GFEn9O2sVfSE+DAZ3oyyGIKF8tjJEeSJmP89j7aTjVsSqsU0g==} + /http-proxy-agent@7.0.2: + resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -11518,8 +11550,8 @@ packages: transitivePeerDependencies: - supports-color - /https-proxy-agent@6.2.1: - resolution: {integrity: sha512-ONsE3+yfZF2caH5+bJlcddtWqNI3Gvs5A38+ngvljxaBiRXRswym2c7yf8UAeFpRFKjFNHIFEHqR/OLAWJzyiA==} + /https-proxy-agent@7.0.4: + resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -11904,10 +11936,6 @@ packages: engines: {node: '>= 0.4'} dev: true - /is-node-process@1.2.0: - resolution: {integrity: sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==} - dev: true - /is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} @@ -12049,20 +12077,20 @@ packages: dependencies: ws: 7.5.9(bufferutil@4.0.8)(utf-8-validate@5.0.10) - /isomorphic-ws@5.0.0(ws@8.13.0): + /isomorphic-ws@5.0.0(ws@8.14.2): resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: ws: '*' dependencies: - ws: 8.13.0 + ws: 8.14.2 dev: true - /isomorphic-ws@5.0.0(ws@8.14.2): + /isomorphic-ws@5.0.0(ws@8.16.0): resolution: {integrity: sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==} peerDependencies: ws: '*' dependencies: - ws: 8.14.2 + ws: 8.16.0 dev: true /istanbul-lib-coverage@3.2.2: @@ -12160,7 +12188,7 @@ packages: - supports-color dev: true - /jest-cli@29.7.0(@types/node@18.18.13)(ts-node@10.9.1): + /jest-cli@29.7.0(@types/node@20.10.0): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -12170,14 +12198,14 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.7.0(ts-node@10.9.1) + '@jest/core': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@18.18.13)(ts-node@10.9.1) + create-jest: 29.7.0(@types/node@20.10.0) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@18.18.13)(ts-node@10.9.1) + jest-config: 29.7.0(@types/node@20.10.0) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -12188,48 +12216,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@18.18.13)(ts-node@10.9.1): - resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - '@types/node': '*' - ts-node: '>=9.0.0' - peerDependenciesMeta: - '@types/node': - optional: true - ts-node: - optional: true - dependencies: - '@babel/core': 7.18.10 - '@jest/test-sequencer': 29.7.0 - '@jest/types': 29.6.3 - '@types/node': 18.18.13 - babel-jest: 29.7.0(@babel/core@7.18.10) - chalk: 4.1.2 - ci-info: 3.9.0 - deepmerge: 4.2.2 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.7.0 - jest-environment-node: 29.7.0 - jest-get-type: 29.6.3 - jest-regex-util: 29.6.3 - jest-resolve: 29.7.0 - jest-runner: 29.7.0 - jest-util: 29.7.0 - jest-validate: 29.7.0 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 29.7.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@18.18.13)(typescript@5.0.4) - transitivePeerDependencies: - - babel-plugin-macros - - supports-color - dev: true - - /jest-config@29.7.0(@types/node@20.10.0)(ts-node@10.9.1): + /jest-config@29.7.0(@types/node@20.10.0): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12264,7 +12251,6 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@18.18.13)(typescript@5.0.4) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -12598,7 +12584,7 @@ packages: supports-color: 8.1.1 dev: true - /jest@29.7.0(@types/node@18.18.13)(ts-node@10.9.1): + /jest@29.7.0(@types/node@20.10.0): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -12608,10 +12594,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.7.0(ts-node@10.9.1) + '@jest/core': 29.7.0 '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@18.18.13)(ts-node@10.9.1) + jest-cli: 29.7.0(@types/node@20.10.0) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -12619,11 +12605,6 @@ packages: - ts-node dev: true - /jiti@1.17.1: - resolution: {integrity: sha512-NZIITw8uZQFuzQimqjUxIrIcEdxYDFIe/0xYfIlVXTkiBjjyBEvgasj5bb0/cHtPRD/NziPbT312sFrkI5ALpw==} - hasBin: true - dev: true - /jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true @@ -12632,8 +12613,8 @@ packages: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: true - /jose@4.15.4: - resolution: {integrity: sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==} + /jose@5.2.2: + resolution: {integrity: sha512-/WByRr4jDcsKlvMd1dRJnPfS1GVO3WuKyaurJ/vvXcOaUQO8rnNObCQMlv/5uCceVQIq5Q4WLF44ohsdiTohdg==} dev: true /joycon@3.1.1: @@ -12681,17 +12662,16 @@ packages: resolution: {integrity: sha512-qnAGsUIWrmzh5n+3AXqbxX1KsB9hkQmJZf3aA9DLAS7GpL/NEHCBreFFbW+imramoU+Q0TDyvkwhRbBRH1TVkg==} dev: false - /js-levenshtein@1.1.6: - resolution: {integrity: sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==} - engines: {node: '>=0.10.0'} - dev: true - /js-sha3@0.8.0: resolution: {integrity: sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==} /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + /js-tokens@8.0.3: + resolution: {integrity: sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==} + dev: true + /js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true @@ -13007,11 +12987,6 @@ packages: strip-bom: 3.0.0 dev: true - /local-pkg@0.4.3: - resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==} - engines: {node: '>=14'} - dev: true - /local-pkg@0.5.0: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} @@ -13172,10 +13147,6 @@ packages: react: 18.2.0 dev: false - /lunr@2.3.9: - resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} - dev: true - /magic-string@0.30.5: resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==} engines: {node: '>=12'} @@ -13213,12 +13184,6 @@ packages: engines: {node: '>=8'} dev: true - /marked@4.3.0: - resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} - engines: {node: '>= 12'} - hasBin: true - dev: true - /md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} dependencies: @@ -13276,7 +13241,7 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /meros@1.3.0(@types/node@18.18.13): + /meros@1.3.0(@types/node@20.10.0): resolution: {integrity: sha512-2BNGOimxEz5hmjUG2FwoxCt5HN7BXdaWyFqEwxPTrJzVdABtrL4TiHTcsWSFAxPQ/tOnEaQEJh3qWq71QRMY+w==} engines: {node: '>=13'} peerDependencies: @@ -13285,7 +13250,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 18.18.13 + '@types/node': 20.10.0 dev: true /micro-ftch@0.3.1: @@ -13374,13 +13339,6 @@ packages: dependencies: brace-expansion: 2.0.1 - /minimatch@7.4.6: - resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} - engines: {node: '>=10'} - dependencies: - brace-expansion: 2.0.1 - dev: true - /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -13467,42 +13425,6 @@ packages: /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - /msw@1.3.2(typescript@5.3.2): - resolution: {integrity: sha512-wKLhFPR+NitYTkQl5047pia0reNGgf0P6a1eTnA5aNlripmiz0sabMvvHcicE8kQ3/gZcI0YiPFWmYfowfm3lA==} - engines: {node: '>=14'} - hasBin: true - requiresBuild: true - peerDependencies: - typescript: '>= 4.4.x <= 5.2.x' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@mswjs/cookies': 0.2.2 - '@mswjs/interceptors': 0.17.10 - '@open-draft/until': 1.0.3 - '@types/cookie': 0.4.1 - '@types/js-levenshtein': 1.1.3 - chalk: 4.1.2 - chokidar: 3.5.3 - cookie: 0.4.2 - graphql: 16.8.1 - headers-polyfill: 3.2.5 - inquirer: 8.2.6 - is-node-process: 1.2.0 - js-levenshtein: 1.1.6 - node-fetch: 2.7.0 - outvariant: 1.4.0 - path-to-regexp: 6.2.1 - strict-event-emitter: 0.4.6 - type-fest: 2.19.0 - typescript: 5.3.2 - yargs: 17.7.2 - transitivePeerDependencies: - - encoding - - supports-color - dev: true - /multiformats@9.9.0: resolution: {integrity: sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==} @@ -13541,10 +13463,6 @@ packages: engines: {node: '>= 0.6'} dev: true - /neo-async@2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - dev: true - /next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: false @@ -13803,10 +13721,6 @@ packages: /outdent@0.8.0: resolution: {integrity: sha512-KiOAIsdpUTcAXuykya5fnVVT+/5uS0Q1mrkRHcF89tpieSmY33O/tmc54CqwA+bfhbtEfZUNLHaPUiB9X3jt1A==} - /outvariant@1.4.0: - resolution: {integrity: sha512-AlWY719RF02ujitly7Kk/0QlV+pXGFDHrHf9O2OKqyqgBieaPOIeuSkL8sRK6j2WK+/ZAURq2kZsY0d8JapUiw==} - dev: true - /p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} @@ -13989,10 +13903,6 @@ packages: resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==} dev: true - /path-to-regexp@6.2.1: - resolution: {integrity: sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==} - dev: true - /path-type@3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} @@ -14208,12 +14118,6 @@ packages: which-pm: 2.0.0 dev: true - /prettier@2.5.1: - resolution: {integrity: sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==} - engines: {node: '>=10.13.0'} - hasBin: true - dev: true - /prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} @@ -14318,6 +14222,9 @@ packages: /proxy-compare@2.5.1: resolution: {integrity: sha512-oyfc0Tx87Cpwva5ZXezSp5V9vht1c7dZBhvuV/y3ctkgMVUmiAGDVeeB0dKhGSyT0v1ZTEQYpe/RXlBVBNuCLA==} + /proxy-from-env@1.1.0: + resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + /pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} dev: true @@ -15078,10 +14985,6 @@ packages: /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - /set-cookie-parser@2.6.0: - resolution: {integrity: sha512-RVnVQxTXuerk653XfuliOxBP81Sf0+qfQE73LIYKcyMYHG94AuH0kgrQpRDuTZnSmjpysHmzxJXKNfa6PjFhyQ==} - dev: true - /set-function-length@1.1.1: resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} engines: {node: '>= 0.4'} @@ -15153,15 +15056,6 @@ packages: rechoir: 0.6.2 dev: false - /shiki@0.14.5: - resolution: {integrity: sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==} - dependencies: - ansi-sequence-parser: 1.1.1 - jsonc-parser: 3.2.0 - vscode-oniguruma: 1.7.0 - vscode-textmate: 8.0.0 - dev: true - /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: @@ -15362,16 +15256,6 @@ packages: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} engines: {node: '>=10.0.0'} - /strict-event-emitter@0.2.8: - resolution: {integrity: sha512-KDf/ujU8Zud3YaLtMCcTI4xkZlZVIYxTLr+XIULexP+77EEVWixeXroLUXQXiVtH4XH2W7jr/3PT1v3zBuvc3A==} - dependencies: - events: 3.3.0 - dev: true - - /strict-event-emitter@0.4.6: - resolution: {integrity: sha512-12KWeb+wixJohmnwNFerbyiBrAlq5qJLwIt38etRtKtmmHyDSoGlIqFE9wx+4IwG0aDjI7GV8tc8ZccjWZZtTg==} - dev: true - /strict-uri-encode@2.0.0: resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} engines: {node: '>=4'} @@ -15530,6 +15414,12 @@ packages: dependencies: acorn: 8.11.2 + /strip-literal@2.0.0: + resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==} + dependencies: + js-tokens: 8.0.3 + dev: true + /styled-jsx@5.1.1(react@18.2.0): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} @@ -15755,11 +15645,6 @@ packages: /tinybench@2.5.1: resolution: {integrity: sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==} - /tinypool@0.1.3: - resolution: {integrity: sha512-2IfcQh7CP46XGWGGbdyO4pjcKqsmVqFAPcXfPxcPXmOWt9cYkTP9HcDmGgsfijYoAEc4z9qcpM/BaBz46Y9/CQ==} - engines: {node: '>=14.0.0'} - dev: true - /tinypool@0.8.1: resolution: {integrity: sha512-zBTCK0cCgRROxvs9c0CGK838sPkeokNGdQVUUwHAbynHFlmyJYj825f/oRs528HaIJ97lo0pLIlDUzwN+IorWg==} engines: {node: '>=14.0.0'} @@ -15768,12 +15653,6 @@ packages: /tinypool@0.8.2: resolution: {integrity: sha512-SUszKYe5wgsxnNOVlBYO6IC+8VGWdVGZWAqUxp3UErNBtptZvWbwyUOyzNL59zigz2rCA92QiL3wvG+JDSdJdQ==} engines: {node: '>=14.0.0'} - dev: false - - /tinyspy@0.2.10: - resolution: {integrity: sha512-Qij6rGWCDjWIejxCXXVi6bNgvrYBp3PbqC4cBP/0fD6WHDOHCw09Zd13CsxrDqSR5PFq01WeqDws8t5lz5sH0A==} - engines: {node: '>=14.0.0'} - dev: true /tinyspy@2.2.0: resolution: {integrity: sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg==} @@ -15854,7 +15733,7 @@ packages: /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-jest@29.1.1(@babel/core@7.18.10)(esbuild@0.15.13)(jest@29.7.0)(typescript@5.0.4): + /ts-jest@29.1.1(@babel/core@7.18.10)(esbuild@0.15.13)(jest@29.7.0)(typescript@5.3.3): resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -15879,65 +15758,65 @@ packages: bs-logger: 0.2.6 esbuild: 0.15.13 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@18.18.13)(ts-node@10.9.1) + jest: 29.7.0(@types/node@20.10.0) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.5.4 - typescript: 5.0.4 + typescript: 5.3.3 yargs-parser: 21.1.1 dev: true - /ts-log@2.2.5: - resolution: {integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==} - dev: true - - /ts-mixer@6.0.3: - resolution: {integrity: sha512-k43M7uCG1AkTyxgnmI5MPwKoUvS/bRvLvUb7+Pgpdlmok8AoqmUaZxUUw8zKM5B1lqZrt41GjYgnvAi0fppqgQ==} - dev: false - - /ts-node@10.9.1(@types/node@18.18.13)(typescript@5.0.4): - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} + /ts-jest@29.1.1(@babel/core@7.24.0)(esbuild@0.15.13)(jest@29.7.0)(typescript@5.3.3): + resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' + '@babel/core': '>=7.0.0-beta.0 <8' + '@jest/types': ^29.0.0 + babel-jest: ^29.0.0 + esbuild: '*' + jest: ^29.0.0 + typescript: '>=4.3 <6' peerDependenciesMeta: - '@swc/core': + '@babel/core': + optional: true + '@jest/types': optional: true - '@swc/wasm': + babel-jest: + optional: true + esbuild: optional: true 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.18.13 - acorn: 8.11.2 - acorn-walk: 8.3.0 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 + '@babel/core': 7.24.0 + bs-logger: 0.2.6 + esbuild: 0.15.13 + fast-json-stable-stringify: 2.1.0 + jest: 29.7.0(@types/node@20.10.0) + jest-util: 29.7.0 + json5: 2.2.3 + lodash.memoize: 4.1.2 make-error: 1.3.6 - typescript: 5.0.4 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 + semver: 7.5.4 + typescript: 5.3.3 + yargs-parser: 21.1.1 dev: true + /ts-log@2.2.5: + resolution: {integrity: sha512-PGcnJoTBnVGy6yYNFxWVNkdcAuAMstvutN9MgDJIV6L0oG8fB+ZNNy1T+wJzah8RPGor1mZuPQkVfXNDpy9eHA==} + dev: true + + /ts-mixer@6.0.3: + resolution: {integrity: sha512-k43M7uCG1AkTyxgnmI5MPwKoUvS/bRvLvUb7+Pgpdlmok8AoqmUaZxUUw8zKM5B1lqZrt41GjYgnvAi0fppqgQ==} + dev: false + /ts-pattern@4.3.0: resolution: {integrity: sha512-pefrkcd4lmIVR0LA49Imjf9DYLK8vtWhqBPA3Ya1ir8xCW0O2yjL9dsCVvI7pCodLC5q7smNpEtDR2yVulQxOg==} /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib@2.4.1: - resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} - dev: true - /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} @@ -15960,7 +15839,7 @@ packages: typescript: optional: true dependencies: - '@microsoft/api-extractor': 7.39.1(@types/node@17.0.21) + '@microsoft/api-extractor': 7.39.1(@types/node@20.10.0) bundle-require: 4.0.2(esbuild@0.19.11) cac: 6.7.14 chokidar: 3.5.3 @@ -16149,44 +16028,9 @@ packages: is-typed-array: 1.1.12 dev: true - /typedoc-plugin-markdown@3.17.1(typedoc@0.23.28): - resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} - peerDependencies: - typedoc: '>=0.24.0' - dependencies: - handlebars: 4.7.8 - typedoc: 0.23.28(typescript@5.0.4) - dev: true - - /typedoc@0.23.28(typescript@5.0.4): - resolution: {integrity: sha512-9x1+hZWTHEQcGoP7qFmlo4unUoVJLB0H/8vfO/7wqTnZxg4kPuji9y3uRzEu0ZKez63OJAUmiGhUrtukC6Uj3w==} - engines: {node: '>= 14.14'} - hasBin: true - peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x - dependencies: - lunr: 2.3.9 - marked: 4.3.0 - minimatch: 7.4.6 - shiki: 0.14.5 - typescript: 5.0.4 - dev: true - /typeforce@1.18.0: resolution: {integrity: sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==} - /typescript@4.5.5: - resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} - engines: {node: '>=4.2.0'} - hasBin: true - dev: true - - /typescript@5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} - hasBin: true - dev: true - /typescript@5.3.2: resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} engines: {node: '>=14.17'} @@ -16196,7 +16040,6 @@ packages: resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} engines: {node: '>=14.17'} hasBin: true - dev: true /ua-parser-js@1.0.37: resolution: {integrity: sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==} @@ -16205,14 +16048,6 @@ packages: /ufo@1.3.2: resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==} - /uglify-js@3.17.4: - resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} - engines: {node: '>=0.8.0'} - hasBin: true - requiresBuild: true - dev: true - optional: true - /uint8arrays@3.1.1: resolution: {integrity: sha512-+QJa8QRnbdXVpHYjLoTpJIdCTiw9Ir62nocClWuXIq2JIh4Uta0cQsTSpFL678p2CN8B+XSApwcU+pQEqVpKWg==} dependencies: @@ -16415,10 +16250,8 @@ packages: querystringify: 2.2.0 requires-port: 1.0.0 - /urlpattern-polyfill@6.0.2: - resolution: {integrity: sha512-5vZjFlH9ofROmuWmXM9yj2wljYKgWstGwe8YTyiqM7hVum/g9LyCizPZtb3UqsuppVwety9QJmfc42VggLpTgg==} - dependencies: - braces: 3.0.2 + /urlpattern-polyfill@10.0.0: + resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==} dev: true /urlpattern-polyfill@8.0.2: @@ -16501,10 +16334,6 @@ packages: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true - /v8-compile-cache-lib@3.0.1: - resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} - dev: true - /v8-to-istanbul@9.2.0: resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} engines: {node: '>=10.12.0'} @@ -16549,7 +16378,7 @@ packages: engines: {node: '>= 0.8'} dev: true - /vite-node@1.0.2(@types/node@18.18.13): + /vite-node@1.0.2(@types/node@20.10.0): resolution: {integrity: sha512-h7BbMJf46fLvFW/9Ygo3snkIBEHFh6fHpB4lge98H5quYrDhPFeI3S0LREz328uqPWSnii2yeJXktQ+Pmqk5BQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -16558,7 +16387,7 @@ packages: debug: 4.3.4 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.7(@types/node@18.18.13) + vite: 5.0.7(@types/node@20.10.0) transitivePeerDependencies: - '@types/node' - less @@ -16570,7 +16399,7 @@ packages: - terser dev: true - /vite-node@1.2.2(@types/node@17.0.21): + /vite-node@1.2.2(@types/node@20.10.0): resolution: {integrity: sha512-1as4rDTgVWJO3n1uHmUYqq7nsFgINQ9u+mRcXpjeOMJUmviqNKjcZB7UfRZrlM7MjYXMKpuWp5oGkjaFLnjawg==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -16579,7 +16408,7 @@ packages: debug: 4.3.4 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.7(@types/node@17.0.21) + vite: 5.0.7(@types/node@20.10.0) transitivePeerDependencies: - '@types/node' - less @@ -16591,43 +16420,28 @@ packages: - terser dev: false - /vite@5.0.7(@types/node@16.11.21): - resolution: {integrity: sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==} + /vite-node@1.3.1(@types/node@20.10.0): + resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true dependencies: - '@types/node': 16.11.21 - esbuild: 0.19.11 - postcss: 8.4.32 - rollup: 4.6.1 - optionalDependencies: - fsevents: 2.3.3 + cac: 6.7.14 + debug: 4.3.4 + pathe: 1.1.1 + picocolors: 1.0.0 + vite: 5.0.7(@types/node@20.10.0) + transitivePeerDependencies: + - '@types/node' + - less + - lightningcss + - sass + - stylus + - sugarss + - supports-color + - terser dev: true - /vite@5.0.7(@types/node@17.0.21): + /vite@5.0.7(@types/node@20.10.0): resolution: {integrity: sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -16655,90 +16469,74 @@ packages: terser: optional: true dependencies: - '@types/node': 17.0.21 + '@types/node': 20.10.0 esbuild: 0.19.11 postcss: 8.4.32 rollup: 4.6.1 optionalDependencies: fsevents: 2.3.3 - dev: false - /vite@5.0.7(@types/node@18.18.13): - resolution: {integrity: sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==} + /vitest@1.0.2(@types/node@20.10.0)(happy-dom@13.3.8)(jsdom@20.0.3): + resolution: {integrity: sha512-F3NVwwpXfRSDnJmyv+ALPwSRVt0zDkRRE18pwUHSUPXAlWQ47rY1dc99ziMW5bBHyqwK2ERjMisLNoef64qk9w==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: + '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 + '@vitest/browser': ^1.0.0 + '@vitest/ui': ^1.0.0 + happy-dom: '*' + jsdom: '*' peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: + '@edge-runtime/vm': optional: true - sugarss: + '@types/node': optional: true - terser: + '@vitest/browser': optional: true - dependencies: - '@types/node': 18.18.13 - esbuild: 0.19.11 - postcss: 8.4.32 - rollup: 4.6.1 - optionalDependencies: - fsevents: 2.3.3 - dev: true - - /vitest@0.2.5(@types/node@16.11.21)(happy-dom@13.3.8)(jsdom@20.0.3): - resolution: {integrity: sha512-QruEhsNxy8ycLxYG9rrGUfHZzJ8A6YvA9ULZ4w/ecvm0Zejm1nxUar/XkRWkL2xzrqA5AjmfqDSQZ8q2bFbA0Q==} - engines: {node: '>=14.14.0'} - hasBin: true - peerDependencies: - '@vitest/ui': '*' - c8: '*' - happy-dom: '*' - jsdom: '*' - peerDependenciesMeta: '@vitest/ui': optional: true - c8: - optional: true happy-dom: optional: true jsdom: optional: true dependencies: - '@types/chai': 4.3.11 - '@types/chai-subset': 1.3.5 + '@types/node': 20.10.0 + '@vitest/expect': 1.0.2 + '@vitest/runner': 1.0.2 + '@vitest/snapshot': 1.0.2 + '@vitest/spy': 1.0.2 + '@vitest/utils': 1.0.2 + acorn-walk: 8.3.0 + cac: 6.7.14 chai: 4.3.10 + debug: 4.3.4 + execa: 8.0.1 happy-dom: 13.3.8 jsdom: 20.0.3 - local-pkg: 0.4.3 - tinypool: 0.1.3 - tinyspy: 0.2.10 - vite: 5.0.7(@types/node@16.11.21) + local-pkg: 0.5.0 + magic-string: 0.30.5 + pathe: 1.1.1 + picocolors: 1.0.0 + std-env: 3.5.0 + strip-literal: 1.3.0 + tinybench: 2.5.1 + tinypool: 0.8.1 + vite: 5.0.7(@types/node@20.10.0) + vite-node: 1.0.2(@types/node@20.10.0) + why-is-node-running: 2.2.2 transitivePeerDependencies: - - '@types/node' - less - lightningcss - sass - stylus - sugarss + - supports-color - terser dev: true - /vitest@1.0.2(@types/node@18.18.13)(happy-dom@13.3.8)(jsdom@20.0.3): - resolution: {integrity: sha512-F3NVwwpXfRSDnJmyv+ALPwSRVt0zDkRRE18pwUHSUPXAlWQ47rY1dc99ziMW5bBHyqwK2ERjMisLNoef64qk9w==} + /vitest@1.2.2(@types/node@20.10.0)(happy-dom@13.3.8)(jsdom@20.0.3): + resolution: {integrity: sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -16762,13 +16560,13 @@ packages: jsdom: optional: true dependencies: - '@types/node': 18.18.13 - '@vitest/expect': 1.0.2 - '@vitest/runner': 1.0.2 - '@vitest/snapshot': 1.0.2 - '@vitest/spy': 1.0.2 - '@vitest/utils': 1.0.2 - acorn-walk: 8.3.0 + '@types/node': 20.10.0 + '@vitest/expect': 1.2.2 + '@vitest/runner': 1.2.2 + '@vitest/snapshot': 1.2.2 + '@vitest/spy': 1.2.2 + '@vitest/utils': 1.2.2 + acorn-walk: 8.3.2 cac: 6.7.14 chai: 4.3.10 debug: 4.3.4 @@ -16782,9 +16580,9 @@ packages: std-env: 3.5.0 strip-literal: 1.3.0 tinybench: 2.5.1 - tinypool: 0.8.1 - vite: 5.0.7(@types/node@18.18.13) - vite-node: 1.0.2(@types/node@18.18.13) + tinypool: 0.8.2 + vite: 5.0.7(@types/node@20.10.0) + vite-node: 1.2.2(@types/node@20.10.0) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -16794,17 +16592,17 @@ packages: - sugarss - supports-color - terser - dev: true + dev: false - /vitest@1.2.2(@types/node@17.0.21)(happy-dom@13.3.8)(jsdom@20.0.3): - resolution: {integrity: sha512-d5Ouvrnms3GD9USIK36KG8OZ5bEvKEkITFtnGv56HFaSlbItJuYr7hv2Lkn903+AvRAgSixiamozUVfORUekjw==} + /vitest@1.3.1(@types/node@20.10.0)(happy-dom@13.3.8)(jsdom@20.0.3): + resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==} 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.0.0 - '@vitest/ui': ^1.0.0 + '@vitest/browser': 1.3.1 + '@vitest/ui': 1.3.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -16821,14 +16619,13 @@ packages: jsdom: optional: true dependencies: - '@types/node': 17.0.21 - '@vitest/expect': 1.2.2 - '@vitest/runner': 1.2.2 - '@vitest/snapshot': 1.2.2 - '@vitest/spy': 1.2.2 - '@vitest/utils': 1.2.2 + '@types/node': 20.10.0 + '@vitest/expect': 1.3.1 + '@vitest/runner': 1.3.1 + '@vitest/snapshot': 1.3.1 + '@vitest/spy': 1.3.1 + '@vitest/utils': 1.3.1 acorn-walk: 8.3.2 - cac: 6.7.14 chai: 4.3.10 debug: 4.3.4 execa: 8.0.1 @@ -16839,11 +16636,11 @@ packages: pathe: 1.1.1 picocolors: 1.0.0 std-env: 3.5.0 - strip-literal: 1.3.0 + strip-literal: 2.0.0 tinybench: 2.5.1 tinypool: 0.8.2 - vite: 5.0.7(@types/node@17.0.21) - vite-node: 1.2.2(@types/node@17.0.21) + vite: 5.0.7(@types/node@20.10.0) + vite-node: 1.3.1(@types/node@20.10.0) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -16853,14 +16650,6 @@ packages: - sugarss - supports-color - terser - dev: false - - /vscode-oniguruma@1.7.0: - resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} - dev: true - - /vscode-textmate@8.0.0: - resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: true /w3c-xmlserializer@4.0.0: @@ -16902,14 +16691,6 @@ packages: dependencies: defaults: 1.0.4 - /web-encoding@1.1.5: - resolution: {integrity: sha512-HYLeVCdJ0+lBYV2FvNZmv3HJ2Nt0QYXqZojk3d9FJOLkwnuhzM9tmamh8d7HPM8QqjKH8DeHkFTx+CFlWpZZDA==} - dependencies: - util: 0.12.5 - optionalDependencies: - '@zxing/text-encoding': 0.9.0 - dev: true - /web-streams-polyfill@3.2.1: resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} engines: {node: '>= 8'} @@ -17034,10 +16815,6 @@ packages: dependencies: bs58check: 2.1.2 - /wordwrap@1.0.0: - resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} - dev: true - /wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} @@ -17104,8 +16881,8 @@ packages: bufferutil: 4.0.8 utf-8-validate: 5.0.10 - /ws@8.13.0: - resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} + /ws@8.14.2: + resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -17115,10 +16892,9 @@ packages: optional: true utf-8-validate: optional: true - dev: true - /ws@8.14.2: - resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} + /ws@8.16.0: + resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -17128,6 +16904,7 @@ packages: optional: true utf-8-validate: optional: true + dev: true /xml-name-validator@4.0.0: resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} @@ -17164,11 +16941,6 @@ packages: resolution: {integrity: sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==} dev: true - /yaml@1.10.2: - resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} - engines: {node: '>= 6'} - dev: true - /yaml@2.3.1: resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} engines: {node: '>= 14'} @@ -17219,11 +16991,6 @@ packages: yargs-parser: 21.1.1 dev: true - /yn@3.1.1: - resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} - engines: {node: '>=6'} - dev: true - /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -17277,7 +17044,3 @@ packages: immer: 9.0.21 react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false