diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 10c53bc5f..36497415a 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -23,7 +23,7 @@ jobs: matrix: containers: [1, 2, 3, 4, 5] steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - run: corepack enable pnpm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d01c4fdff..8be58eeab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: name: Lint - Typescript and ESLint runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - run: corepack enable pnpm @@ -32,7 +32,7 @@ jobs: name: Lint - Prettier runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - run: corepack enable pnpm @@ -48,7 +48,7 @@ jobs: name: Unit Tests - Jest runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - run: corepack enable pnpm diff --git a/.github/workflows/oss-governance-labels.yml b/.github/workflows/oss-governance-labels.yml index 5e504817e..9d38e5374 100644 --- a/.github/workflows/oss-governance-labels.yml +++ b/.github/workflows/oss-governance-labels.yml @@ -13,7 +13,7 @@ jobs: Labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # tag=v1.3.0 with: diff --git a/docker-compose.yml b/docker-compose.yml index f3f50510b..2ab3843e5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,7 +58,7 @@ services: -changiintermediateheight=19 defi-playground: - image: ghcr.io/birthdayresearch/playground-api:3.37.0 + image: ghcr.io/birthdayresearch/playground-api:3.39.1 depends_on: - defi-blockchain ports: @@ -71,7 +71,7 @@ services: - "traefik.http.routers.playground.entrypoints=web" defi-whale: - image: ghcr.io/birthdayresearch/whale-api:3.37.0 + image: ghcr.io/birthdayresearch/whale-api:3.39.1 depends_on: - defi-blockchain ports: diff --git a/package.json b/package.json index d33f5f869..499505f9e 100644 --- a/package.json +++ b/package.json @@ -17,15 +17,15 @@ "test": "jest" }, "dependencies": { - "@babel/types": "^7.22.10", + "@babel/types": "^7.23.0", "@floating-ui/react-dom": "^1.3.0", "@headlessui/react": "^1.7.17", - "@prismicio/client": "^7.1.1", + "@prismicio/client": "^7.2.0", "@prismicio/types": "^0.2.8", "@reduxjs/toolkit": "^1.9.5", "@tailwindcss/line-clamp": "^0.4.4", - "@waveshq/standard-defichain-jellyfishsdk": "^1.9.0", - "@waveshq/standard-web": "^1.9.0", + "@waveshq/standard-defichain-jellyfishsdk": "^1.9.3", + "@waveshq/standard-web": "^1.9.3", "@waveshq/walletkit-core": "^1.1.0", "@waveshq/walletkit-ui": "^1.1.0", "bignumber.js": "^9.1.1", @@ -33,26 +33,26 @@ "date-fns": "^2.30.0", "dayjs": "^1.11.9", "install": "^0.13.0", - "jest": "^29.6.2", + "jest": "^29.7.0", "lodash": "^4.17.21", "qrcode.react": "^3.1.0", "randomcolor": "^0.6.2", "react-number-format": "^5.3.0", "react-redux": "^8.1.2", "react-schemaorg": "^2.0.0", - "recharts": "^2.7.3", + "recharts": "^2.8.0", "schema-dts": "^1.1.2", "smart-buffer": "^4.2.0" }, "devDependencies": { "@cypress/code-coverage": "^3.11.0", "@netlify/plugin-lighthouse": "^5.0.0", - "@netlify/plugin-nextjs": "^4.40.0", - "@stickyjs/jest": "^1.3.1", + "@netlify/plugin-nextjs": "^4.40.1", + "@stickyjs/jest": "^1.3.4", "@testing-library/cypress": "^9.0.0", "@types/lodash": "^4.14.197", "@types/node": "^18.16.18", - "@waveshq/standard-web-linter": "^1.9.0", + "@waveshq/standard-web-linter": "^1.9.3", "autoprefixer": "^10.4.15", "babel-plugin-istanbul": "^6.1.1", "babel-plugin-jsx-remove-data-test-id": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fff9bdd39..e4c50bd04 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@babel/types': - specifier: ^7.22.10 - version: 7.22.10 + specifier: ^7.23.0 + version: 7.23.0 '@floating-ui/react-dom': specifier: ^1.3.0 version: 1.3.0(react-dom@18.2.0)(react@18.2.0) @@ -15,8 +15,8 @@ dependencies: specifier: ^1.7.17 version: 1.7.17(react-dom@18.2.0)(react@18.2.0) '@prismicio/client': - specifier: ^7.1.1 - version: 7.1.1 + specifier: ^7.2.0 + version: 7.2.0 '@prismicio/types': specifier: ^0.2.8 version: 0.2.8 @@ -27,11 +27,11 @@ dependencies: specifier: ^0.4.4 version: 0.4.4(tailwindcss@3.3.3) '@waveshq/standard-defichain-jellyfishsdk': - specifier: ^1.9.0 - version: 1.9.0(@types/tar-fs@2.0.1) + specifier: ^1.9.3 + version: 1.9.3(@types/tar-fs@2.0.1) '@waveshq/standard-web': - specifier: ^1.9.0 - version: 1.9.0(@babel/core@7.22.5)(redux@4.2.1) + specifier: ^1.9.3 + version: 1.9.3(@babel/core@7.22.5)(redux@4.2.1) '@waveshq/walletkit-core': specifier: ^1.1.0 version: 1.1.0 @@ -54,8 +54,8 @@ dependencies: specifier: ^0.13.0 version: 0.13.0 jest: - specifier: ^29.6.2 - version: 29.6.2(@types/node@18.16.18) + specifier: ^29.7.0 + version: 29.7.0(@types/node@18.16.18) lodash: specifier: ^4.17.21 version: 4.17.21 @@ -70,13 +70,13 @@ dependencies: version: 5.3.0(react-dom@18.2.0)(react@18.2.0) react-redux: specifier: ^8.1.2 - version: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) react-schemaorg: specifier: ^2.0.0 version: 2.0.0(react@18.2.0)(schema-dts@1.1.2)(typescript@5.1.3) recharts: - specifier: ^2.7.3 - version: 2.7.3(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) + specifier: ^2.8.0 + version: 2.8.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0) schema-dts: specifier: ^1.1.2 version: 1.1.2(typescript@5.1.3) @@ -92,11 +92,11 @@ devDependencies: specifier: ^5.0.0 version: 5.0.0 '@netlify/plugin-nextjs': - specifier: ^4.40.0 - version: 4.40.0 + specifier: ^4.40.1 + version: 4.40.1 '@stickyjs/jest': - specifier: ^1.3.1 - version: 1.3.1(@babel/core@7.22.5)(@types/node@18.16.18)(typescript@5.1.3) + specifier: ^1.3.4 + version: 1.3.4(@babel/core@7.22.5)(@types/node@18.16.18)(typescript@5.1.3) '@testing-library/cypress': specifier: ^9.0.0 version: 9.0.0(cypress@12.17.4) @@ -107,8 +107,8 @@ devDependencies: specifier: ^18.16.18 version: 18.16.18 '@waveshq/standard-web-linter': - specifier: ^1.9.0 - version: 1.9.0(@babel/core@7.22.5)(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(react-dom@18.2.0)(react@18.2.0) + specifier: ^1.9.3 + version: 1.9.3(@babel/core@7.22.5)(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(react-dom@18.2.0)(react@18.2.0) autoprefixer: specifier: ^10.4.15 version: 10.4.15(postcss@8.4.28) @@ -171,7 +171,7 @@ packages: '@babel/parser': 7.22.5 '@babel/template': 7.22.5 '@babel/traverse': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -184,7 +184,7 @@ packages: resolution: {integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -193,14 +193,14 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.22.5: resolution: {integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): @@ -273,26 +273,26 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@babel/helper-member-expression-to-functions@7.22.5: resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@babel/helper-module-transforms@7.22.5: resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} @@ -305,7 +305,7 @@ packages: '@babel/helper-validator-identifier': 7.22.5 '@babel/template': 7.22.5 '@babel/traverse': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color @@ -313,7 +313,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-plugin-utils@7.22.5: @@ -330,7 +330,7 @@ packages: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-wrap-function': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: true @@ -344,7 +344,7 @@ packages: '@babel/helper-optimise-call-expression': 7.22.5 '@babel/template': 7.22.5 '@babel/traverse': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: true @@ -353,25 +353,29 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.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.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-split-export-declaration@7.22.5: resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + /@babel/helper-validator-identifier@7.22.5: resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} @@ -387,7 +391,7 @@ packages: '@babel/helper-function-name': 7.22.5 '@babel/template': 7.22.5 '@babel/traverse': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: true @@ -398,7 +402,7 @@ packages: dependencies: '@babel/template': 7.22.5 '@babel/traverse': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color @@ -415,7 +419,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.5): resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} @@ -451,6 +455,7 @@ packages: /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -925,7 +930,7 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-module-transforms': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 transitivePeerDependencies: - supports-color dev: true @@ -1280,7 +1285,7 @@ packages: '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.5) '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.5) '@babel/preset-modules': 0.1.5(@babel/core@7.22.5) - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5) babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5) babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5) @@ -1299,7 +1304,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.5) '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.5) - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 esutils: 2.0.3 dev: true @@ -1319,7 +1324,7 @@ packages: dependencies: '@babel/code-frame': 7.22.5 '@babel/parser': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@babel/traverse@7.22.5: resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} @@ -1332,18 +1337,18 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.5 '@babel/parser': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types@7.22.10: - resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==} + /@babel/types@7.23.0: + resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 /@balena/dockerignore@1.0.2: @@ -1439,210 +1444,210 @@ packages: - supports-color dev: true - /@defichain/jellyfish-address@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-5YQUEd1i5B77SRhG4jUDpThq0e70ezMe0RmTuwFzOibG6nIJ+crkvK0gRoVu1CCvxkiJGZ9sLNJ8oD/P5T/sfA==} + /@defichain/jellyfish-address@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-yHqXKn5QzEmQ3PsxO/iBB+DwZmK8Szux2nET4pvctnKGZTz0O6WusTAf9KKXJQyHSghqDZgmbtdILNOi6ipxog==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-crypto': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-network': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction': 3.37.0(defichain@3.37.0) + '@defichain/jellyfish-crypto': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-network': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction': 3.39.1(defichain@3.39.1) bech32: 2.0.0 bs58: 4.0.1 - defichain: 3.37.0 + defichain: 3.39.1 dev: false - /@defichain/jellyfish-api-core@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-ZQQ/0uMif4F/qv5uTvG075uPpdDodTHdnfwpAD/OBzYoOpSkvTfBgEx+n+FBv++wb7tvMaWvTQAX+oV0C6mfVw==} + /@defichain/jellyfish-api-core@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-TwJA1vijbzzlKiydpVF3JAo+z10U6Ttl/DovsKPFZdmRFRiFXzkISsn/Z03i8FG4PhzjO1u8vgxwqosBIsSHlA==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-json': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-json': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 dev: false - /@defichain/jellyfish-api-jsonrpc@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-2KbpMdGSPwhECE+h3iIQepL33X2CU17OKmY5HW1CEEnlTXSNTv636ul5FANBGeoPg/2RE6wFESbPveMcwuVUVQ==} + /@defichain/jellyfish-api-jsonrpc@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-vCOZma0zVaSypr6VXA29Rl6uMEft+6b9xVKmfe9xdulgk2rwvKROU1ps9kbCaicD1taqwumuWvXEJ2+omo176w==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-api-core': 3.37.0(defichain@3.37.0) + '@defichain/jellyfish-api-core': 3.39.1(defichain@3.39.1) abort-controller: 3.0.0 cross-fetch: 3.1.6 - defichain: 3.37.0 + defichain: 3.39.1 transitivePeerDependencies: - encoding dev: false - /@defichain/jellyfish-buffer@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-7r+gKzkO/W+LwnYSlNAx39CT6YA6TBESc8MuePS3TrvxMz0Dmy1GstBm/PRJ4yfknlq5gww0hN9+5EAcyvxE9w==} + /@defichain/jellyfish-buffer@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-waghgvO3F2Hg4jQ7xkKhE4dYE4kEt7AH+uVu2New1jJ8bMkOLgVM4NJ9/P8EvxITqoZEn9mgoggTuKEB5mH20A==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: bignumber.js: 9.1.1 bn.js: 5.2.1 - defichain: 3.37.0 + defichain: 3.39.1 smart-buffer: 4.2.0 dev: false - /@defichain/jellyfish-crypto@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-pjgNqod3LCOKPYcpEXBtCDyNWwJ3suKe1+QbDSHZM4ErQqevXWLoL/MoDte3J/qD9aYjmg6EnsG5g7vlMv4s4A==} + /@defichain/jellyfish-crypto@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-D/5gx0urKxTz9EUqU/Gbh97feth1fdx9kKLDkCqOO4CHUKwDxgWV5saQvmR0QzqiFraz1HLFbfSH+q9KA7BBZQ==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: bech32: 2.0.0 bip66: 1.1.5 browserify-aes: 1.2.0 bs58: 4.0.1 create-hash: 1.2.0 - defichain: 3.37.0 + defichain: 3.39.1 keccak: 3.0.3 randombytes: 2.1.0 tiny-secp256k1: 1.1.6 wif: 2.0.6 dev: false - /@defichain/jellyfish-json@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-a45qNCQpZaFOLUhVFf0ikUUnBKR+kzkkQQbaC0rpxNxCjOsDU3jgA/vBHQYa1E9cqoemosksRBerXB3lkAwxoA==} + /@defichain/jellyfish-json@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-lD0iJKjrsLCG9M2bS4w2JObBpJQuDLwhrOgk0R7zTXJ/4HaZXPERWVq7vH3vRIYOKXcEUTK6k9KGgnBFfwCUfw==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: '@types/lossless-json': 1.0.1 bignumber.js: 9.1.1 - defichain: 3.37.0 + defichain: 3.39.1 lossless-json: 1.0.5 dev: false - /@defichain/jellyfish-network@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-dpo7iDLOqyJx14hOAHgu0G0aSlNPjET4xN4kGT2PHShLDeJj98J2+aJI4Wid0Sz+2+qZ/QVJWZOpKKbaZq7eLg==} + /@defichain/jellyfish-network@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-YJEwkhL3XSldmsH90u05PTSAZBb5M5lWL9pq7ggqwLIBIJTl+TT6grVPdkN8n9xmMbWex88eeKmMQ6Q5oi+yDA==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: bignumber.js: 9.1.1 - defichain: 3.37.0 + defichain: 3.39.1 dev: false - /@defichain/jellyfish-testing@3.37.0(@types/tar-fs@2.0.1)(defichain@3.37.0): - resolution: {integrity: sha512-C/MCvc8vgI+1t+LdcfLCVqaUCqUhoW3nmyw05lWVIs1yuqn+d65zF8nJYx4qGL90yrXOVpL1nQQjsI0U7O0NSg==} + /@defichain/jellyfish-testing@3.39.1(@types/tar-fs@2.0.1)(defichain@3.39.1): + resolution: {integrity: sha512-dMc/DE8f/aK24EzMWavWwNGFKdaJY0EQHP9guALxpj5fEMsVxalFLdi7F0fcO1gM0Cgm43vxjzq2lJ76wO8/VA==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-api-jsonrpc': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-crypto': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-network': 3.37.0(defichain@3.37.0) - '@defichain/testcontainers': 3.37.0(@types/tar-fs@2.0.1)(defichain@3.37.0) + '@defichain/jellyfish-api-jsonrpc': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-crypto': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-network': 3.39.1(defichain@3.39.1) + '@defichain/testcontainers': 3.39.1(@types/tar-fs@2.0.1)(defichain@3.39.1) cross-fetch: 3.1.6 - defichain: 3.37.0 + defichain: 3.39.1 transitivePeerDependencies: - '@types/tar-fs' - encoding - supports-color dev: false - /@defichain/jellyfish-transaction-builder@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-EymFmrnLXuh8vGiA1Oa/bsPpw0E1i+hAlv134x1Cx/kfOX+NS57YfccpS5l6C+A9hXLb5ZUSre4IqVrVvFZNxg==} + /@defichain/jellyfish-transaction-builder@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-oMkwoxvLHXnHe9f0QeabzgH15lYS+FMu8sYQvZZdetC7B93QkqCE6uH7Z+08vH6rrAbS1MsmDyHXJQQWEm3q0g==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-crypto': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction-signature': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-crypto': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction-signature': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 dev: false - /@defichain/jellyfish-transaction-signature@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-7fczgJjfr9EVWwnSPqORyTO8ouULMrVY38vb3aMniB/I89UNvrW0yUV4SHaJLTMWxEEkjzCZvM24LzdOr+M7IQ==} + /@defichain/jellyfish-transaction-signature@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-aVRdwHv1BwR+xZPUVWaZudG8Yfxiac64NOKngtk2k9PfAFUTAqunbiZRHCXEq3K9CgywQtlknAYrlbiD1lC+JQ==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-buffer': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-crypto': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-buffer': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-crypto': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 dev: false - /@defichain/jellyfish-transaction@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-KngEkra5ZpERoMjBI62hRRqul+gqdSGI5m7ZFqEOd4MAlzh59D6zX/cxnhx/V2HEayhgEhlnM/bwwsNYLS5SxQ==} + /@defichain/jellyfish-transaction@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-X7tvoQbPwcZGE2L4W3HMKOU8sCTeLcSWJ2k6v+838SQeGJ+/0qexq0httBw2GWtkft0QiamzeGpGMgRgVp01UQ==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-buffer': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-crypto': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-buffer': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-crypto': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 dev: false - /@defichain/jellyfish-wallet-encrypted@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-vkJZ5oRDHPeELuko9jPu1wc6ZZAAt4c//EFgquGHUiB0o3Zf+kxGIg4P95e3+y/f4Yws1wAwf1AkZ1BpyAwYKw==} + /@defichain/jellyfish-wallet-encrypted@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-vX0DfVNwcvj3atlaJCMA+ZIMJewqvFEmcrBSTzgiqOx+ObV2OdmwSrg38wM+n8Yr+tSF2yp5peARbHlryRZlzg==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-wallet-mnemonic': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-wallet-mnemonic': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 scrypt-js: 3.0.1 dev: false - /@defichain/jellyfish-wallet-mnemonic@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-XWbSR/WYGP/SNQ4HJRto17KjBEUgs1JNnLV2tzwK8kL6CjRsilfcL8oMAt8whmjvEZHsk4Jo/9OyD8J60SD2rA==} + /@defichain/jellyfish-wallet-mnemonic@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-E3zaYb1CFkwnKQSH6eGW6XT6unOjMLBfqH98HyJlmpuMDVAMO4+R3q/nx7HsaUCIcDkKOdnC1h3IuXiboHJ9iA==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-transaction': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-wallet': 3.37.0(defichain@3.37.0) + '@defichain/jellyfish-transaction': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-wallet': 3.39.1(defichain@3.39.1) bip32: 2.0.6 bip39: 3.1.0 create-hmac: 1.1.7 - defichain: 3.37.0 + defichain: 3.39.1 dev: false - /@defichain/jellyfish-wallet@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-12dSaKiKKKOP9e/uIVuwU8xLUUIFt7Deb+ZTdg6P+Oumyg8+y6CWPX8GbkZteY6TujU5nqcsn1XJ1O6K+gwKPg==} + /@defichain/jellyfish-wallet@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-lfjdvyvZe+vzIGxvOu1e5R/XSuftg6A80QvoMju2Lrs4weBjAa0VOS2MavyTFY1wVbbbhda60jnjNamMUfoi+w==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-address': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-crypto': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-network': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction-builder': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction-signature': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-address': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-crypto': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-network': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction-builder': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction-signature': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 dev: false - /@defichain/ocean-api-client@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-z9TQaVZCb2/d0MBkiO9x4ZxLO5mAF+LDJ007FQYoIV/4b+Ol4NrJ3bqcSMcdXnSF8ikc0diVbkC3cWgy+D4iAw==} + /@defichain/ocean-api-client@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-T2a6HLDcChLGxUjYhXLgebbbwX75lqIx74kYjx+EAQ3rddfJ7QzlTCvezRz8mAvrT9sf+nWTP2h1jTlLcd/xvA==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: abort-controller: 3.0.0 cross-fetch: 3.1.6 - defichain: 3.37.0 + defichain: 3.39.1 url-search-params-polyfill: 8.1.1 transitivePeerDependencies: - encoding dev: false - /@defichain/playground-api-client@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-7RTSqfMmiHnkGhfm+AhrBID1+x2SzWSxPWuEljgDLiQbCSzND74Tls4k9AzMK/t7EVKGFt469CO3OTkCijzjkQ==} + /@defichain/playground-api-client@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-iVPTjAPWpmWIPSWti9sww3UvBsBW3HfV9g7BWSTtjaMdZYEBKsl5RReMlzN62XHks4fV0YwcdzyCOUMzUmGC3Q==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-api-core': 3.37.0(defichain@3.37.0) - '@defichain/ocean-api-client': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-api-core': 3.39.1(defichain@3.39.1) + '@defichain/ocean-api-client': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 transitivePeerDependencies: - encoding dev: false - /@defichain/testcontainers@3.37.0(@types/tar-fs@2.0.1)(defichain@3.37.0): - resolution: {integrity: sha512-QyswFtsnbPnvAATcXcGJ3MzUpdw2fVzL5FNpCT7GGESQW0QGMNhzRsSAc+nDb200hX9GP5WSbfRcYHVwOev0gA==} + /@defichain/testcontainers@3.39.1(@types/tar-fs@2.0.1)(defichain@3.39.1): + resolution: {integrity: sha512-/j4IT8Zxnw6k3Gt1eoTbGnKP3eSFXpJFXJS0sUnRR3c2KFp63gBwCwWH/Zs+9jKaGdDdAzE6V0GKDEO1Cbli8w==} peerDependencies: '@types/tar-fs': ^2.0.1 - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-network': 3.37.0(defichain@3.37.0) + '@defichain/jellyfish-network': 3.39.1(defichain@3.39.1) '@types/tar-fs': 2.0.1 cross-fetch: 3.1.6 - defichain: 3.37.0 + defichain: 3.39.1 dockerode: 3.3.5 tar-fs: 2.1.1 testcontainers: 9.9.1 @@ -1652,41 +1657,41 @@ packages: - supports-color dev: false - /@defichain/whale-api-client@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-0HuwlAa0+/vHL+LRQevpAEeWwTmeTIWVpL9WbCy1qUO7i8JizcVTmhFjXQLwSvhZjBnMbk5TeHMHIcE1PYo82Q==} + /@defichain/whale-api-client@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-dJPSAw5oOYCCFNQRsVQhqc01tuF7c7Q6bbNOqvS3pSw/smoH7nGNmF3fbQi+eQFCq0Mp5b0OLW2xcpwTXnVlRA==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-api-core': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-api-jsonrpc': 3.37.0(defichain@3.37.0) + '@defichain/jellyfish-api-core': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-api-jsonrpc': 3.39.1(defichain@3.39.1) abort-controller: 3.0.0 cross-fetch: 3.1.6 - defichain: 3.37.0 + defichain: 3.39.1 url-search-params-polyfill: 8.1.1 transitivePeerDependencies: - encoding dev: false - /@defichain/whale-api-wallet@3.37.0(defichain@3.37.0): - resolution: {integrity: sha512-pk5Yrb9QApzsI6up/lFRukGVRD2rbgg+36JI1sgcNwOTUGvEwgYfonSkA/S4I7x25uR+qQGQgJHqbBp2Zd874Q==} + /@defichain/whale-api-wallet@3.39.1(defichain@3.39.1): + resolution: {integrity: sha512-5fL+e0Y+/yOwGVkYlelT+KfVKsVixhIb5GSxfmV1DgASmj4riyx4bDAOnpfjW5+fUobfOjyNrGGzngjpLGRtQg==} peerDependencies: - defichain: ^3.37.0 + defichain: ^3.39.1 dependencies: - '@defichain/jellyfish-transaction-builder': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-wallet': 3.37.0(defichain@3.37.0) - '@defichain/whale-api-client': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + '@defichain/jellyfish-transaction-builder': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-wallet': 3.39.1(defichain@3.39.1) + '@defichain/whale-api-client': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 transitivePeerDependencies: - encoding dev: false - /@eslint-community/eslint-utils@4.4.0(eslint@8.47.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.50.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.47.0 + eslint: 8.50.0 eslint-visitor-keys: 3.4.3 /@eslint-community/regexpp@4.6.2: @@ -1709,8 +1714,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js@8.47.0: - resolution: {integrity: sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==} + /@eslint/js@8.50.0: + resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@ethersproject/abi@5.7.0: @@ -2065,8 +2070,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@humanwhocodes/config-array@0.11.10: - resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} + /@humanwhocodes/config-array@0.11.11: + resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -2099,19 +2104,19 @@ packages: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} - /@jest/console@29.6.2: - resolution: {integrity: sha512-0N0yZof5hi44HAR2pPS+ikJ3nzKNoZdVu8FffRf3wy47I7Dm7etk/3KetMdRUqzVd16V4O2m2ISpNTbnIuqy1w==} + /@jest/console@29.7.0: + resolution: {integrity: sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 '@types/node': 18.16.18 chalk: 4.1.2 - jest-message-util: 29.6.2 - jest-util: 29.6.2 + jest-message-util: 29.7.0 + jest-util: 29.7.0 slash: 3.0.0 - /@jest/core@29.6.2: - resolution: {integrity: sha512-Oj+5B+sDMiMWLhPFF+4/DvHOf+U10rgvCLGPHP8Xlsy/7QxS51aU/eBngudHlJXnaWD5EohAgJ4js+T6pa+zOg==} + /@jest/core@29.7.0: + resolution: {integrity: sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -2119,32 +2124,32 @@ packages: node-notifier: optional: true dependencies: - '@jest/console': 29.6.2 - '@jest/reporters': 29.6.2 - '@jest/test-result': 29.6.2 - '@jest/transform': 29.6.2 - '@jest/types': 29.6.1 + '@jest/console': 29.7.0 + '@jest/reporters': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 - jest-changed-files: 29.5.0 - jest-config: 29.6.2(@types/node@18.16.18) - jest-haste-map: 29.6.2 - jest-message-util: 29.6.2 - jest-regex-util: 29.4.3 - jest-resolve: 29.6.2 - jest-resolve-dependencies: 29.6.2 - jest-runner: 29.6.2 - jest-runtime: 29.6.2 - jest-snapshot: 29.6.2 - jest-util: 29.6.2 - jest-validate: 29.6.2 - jest-watcher: 29.6.2 + jest-changed-files: 29.7.0 + jest-config: 29.7.0(@types/node@18.16.18) + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-resolve-dependencies: 29.7.0 + jest-runner: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 + jest-validate: 29.7.0 + jest-watcher: 29.7.0 micromatch: 4.0.5 - pretty-format: 29.6.2 + pretty-format: 29.7.0 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -2152,60 +2157,60 @@ packages: - supports-color - ts-node - /@jest/environment@29.6.2: - resolution: {integrity: sha512-AEcW43C7huGd/vogTddNNTDRpO6vQ2zaQNrttvWV18ArBx9Z56h7BIsXkNFJVOO4/kblWEQz30ckw0+L3izc+Q==} + /@jest/environment@29.7.0: + resolution: {integrity: sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 29.6.2 - '@jest/types': 29.6.1 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 - jest-mock: 29.6.2 + jest-mock: 29.7.0 - /@jest/expect-utils@29.6.1: - resolution: {integrity: sha512-o319vIf5pEMx0LmzSxxkYYxo4wrRLKHq9dP1yJU7FoPTB0LfAKSz8SWD6D/6U3v/O52t9cF5t+MeJiRsfk7zMw==} + /@jest/expect-utils@29.6.2: + resolution: {integrity: sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.4.3 - /@jest/expect-utils@29.6.2: - resolution: {integrity: sha512-6zIhM8go3RV2IG4aIZaZbxwpOzz3ZiM23oxAlkquOIole+G6TrbeXnykxWYlqF7kz2HlBjdKtca20x9atkEQYg==} + /@jest/expect-utils@29.7.0: + resolution: {integrity: sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.4.3 + jest-get-type: 29.6.3 - /@jest/expect@29.6.2: - resolution: {integrity: sha512-m6DrEJxVKjkELTVAztTLyS/7C92Y2b0VYqmDROYKLLALHn8T/04yPs70NADUYPrV3ruI+H3J0iUIuhkjp7vkfg==} + /@jest/expect@29.7.0: + resolution: {integrity: sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 29.6.2 - jest-snapshot: 29.6.2 + expect: 29.7.0 + jest-snapshot: 29.7.0 transitivePeerDependencies: - supports-color - /@jest/fake-timers@29.6.2: - resolution: {integrity: sha512-euZDmIlWjm1Z0lJ1D0f7a0/y5Kh/koLFMUBE5SUYWrmy8oNhJpbTBDAP6CxKnadcMLDoDf4waRYCe35cH6G6PA==} + /@jest/fake-timers@29.7.0: + resolution: {integrity: sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 '@types/node': 18.16.18 - jest-message-util: 29.6.2 - jest-mock: 29.6.2 - jest-util: 29.6.2 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-util: 29.7.0 - /@jest/globals@29.6.2: - resolution: {integrity: sha512-cjuJmNDjs6aMijCmSa1g2TNG4Lby/AeU7/02VtpW+SLcZXzOLK2GpN2nLqcFjmhy3B3AoPeQVx7BnyOf681bAw==} + /@jest/globals@29.7.0: + resolution: {integrity: sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.6.2 - '@jest/expect': 29.6.2 - '@jest/types': 29.6.1 - jest-mock: 29.6.2 + '@jest/environment': 29.7.0 + '@jest/expect': 29.7.0 + '@jest/types': 29.6.3 + jest-mock: 29.7.0 transitivePeerDependencies: - supports-color - /@jest/reporters@29.6.2: - resolution: {integrity: sha512-sWtijrvIav8LgfJZlrGCdN0nP2EWbakglJY49J1Y5QihcQLfy7ovyxxjJBRXMNltgt4uPtEcFmIMbVshEDfFWw==} + /@jest/reporters@29.7.0: + resolution: {integrity: sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -2214,10 +2219,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 29.6.2 - '@jest/test-result': 29.6.2 - '@jest/transform': 29.6.2 - '@jest/types': 29.6.1 + '@jest/console': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.18 '@types/node': 18.16.18 chalk: 4.1.2 @@ -2226,13 +2231,13 @@ packages: glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.1 + istanbul-lib-instrument: 6.0.0 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - jest-message-util: 29.6.2 - jest-util: 29.6.2 - jest-worker: 29.6.2 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + jest-worker: 29.7.0 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 @@ -2246,47 +2251,53 @@ packages: dependencies: '@sinclair/typebox': 0.27.8 - /@jest/source-map@29.6.0: - resolution: {integrity: sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA==} + /@jest/schemas@29.6.3: + resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@sinclair/typebox': 0.27.8 + + /@jest/source-map@29.6.3: + resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jridgewell/trace-mapping': 0.3.18 callsites: 3.1.0 graceful-fs: 4.2.11 - /@jest/test-result@29.6.2: - resolution: {integrity: sha512-3VKFXzcV42EYhMCsJQURptSqnyjqCGbtLuX5Xxb6Pm6gUf1wIRIl+mandIRGJyWKgNKYF9cnstti6Ls5ekduqw==} + /@jest/test-result@29.7.0: + resolution: {integrity: sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.6.2 - '@jest/types': 29.6.1 + '@jest/console': 29.7.0 + '@jest/types': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 - /@jest/test-sequencer@29.6.2: - resolution: {integrity: sha512-GVYi6PfPwVejO7slw6IDO0qKVum5jtrJ3KoLGbgBWyr2qr4GaxFV6su+ZAjdTX75Sr1DkMFRk09r2ZVa+wtCGw==} + /@jest/test-sequencer@29.7.0: + resolution: {integrity: sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.6.2 + '@jest/test-result': 29.7.0 graceful-fs: 4.2.11 - jest-haste-map: 29.6.2 + jest-haste-map: 29.7.0 slash: 3.0.0 - /@jest/transform@29.6.2: - resolution: {integrity: sha512-ZqCqEISr58Ce3U+buNFJYUktLJZOggfyvR+bZMaiV1e8B1SIvJbwZMrYz3gx/KAPn9EXmOmN+uB08yLCjWkQQg==} + /@jest/transform@29.7.0: + resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.22.5 - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.11 - jest-haste-map: 29.6.2 - jest-regex-util: 29.4.3 - jest-util: 29.6.2 + jest-haste-map: 29.7.0 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 micromatch: 4.0.5 pirates: 4.0.6 slash: 3.0.0 @@ -2305,6 +2316,17 @@ packages: '@types/yargs': 17.0.24 chalk: 4.1.2 + /@jest/types@29.6.3: + resolution: {integrity: sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/schemas': 29.6.3 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@types/node': 18.16.18 + '@types/yargs': 17.0.24 + chalk: 4.1.2 + /@jridgewell/gen-mapping@0.3.3: resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} engines: {node: '>=6.0.0'} @@ -2553,6 +2575,15 @@ packages: engines: {node: '>=14.0.0'} dependencies: is-promise: 4.0.0 + dev: true + + /@netlify/functions@2.0.2: + resolution: {integrity: sha512-goWRtaIPUK/q47qLYtfGGj7HgJIRaT0snw7zZ0yeoNTfQfCRwQwvRrMAsXkCsCtq2N2Oo81L26SpkMxEQMk9hg==} + engines: {node: '>=14.0.0'} + dependencies: + '@netlify/serverless-functions-api': 1.7.3 + is-promise: 4.0.0 + dev: false /@netlify/ipx@1.4.3: resolution: {integrity: sha512-h12ZyvPk02Jq2MdnXAtc1mywVPG7naaV03KrMYNrEYdJykwZ3x873uFTU9kvj4amf/Qu9p6M+fl5NcQC6YFndg==} @@ -2579,6 +2610,39 @@ packages: - '@vercel/kv' - encoding - supports-color + dev: true + + /@netlify/ipx@1.4.4: + resolution: {integrity: sha512-UM2pFatBDg9ehrUwA/PwpAo/PpF447uXFgKR/2QtqlPriwJlNXJ7sj/YPEblC/8UzNJjhSIv2gA6T9bcVqxe7Q==} + dependencies: + '@netlify/functions': 2.0.2 + etag: 1.8.1 + fs-extra: 11.1.1 + ipx: 1.2.0 + micromatch: 4.0.5 + mkdirp: 3.0.1 + murmurhash: 2.0.1 + node-fetch: 2.6.11 + ufo: 1.1.2 + unstorage: 1.7.0 + transitivePeerDependencies: + - '@azure/app-configuration' + - '@azure/cosmos' + - '@azure/data-tables' + - '@azure/identity' + - '@azure/keyvault-secrets' + - '@azure/storage-blob' + - '@planetscale/database' + - '@upstash/redis' + - '@vercel/kv' + - encoding + - supports-color + dev: false + + /@netlify/node-cookies@0.1.0: + resolution: {integrity: sha512-OAs1xG+FfLX0LoRASpqzVntVV/RpYkgpI0VrUnw2u0Q1qiZUzcPffxRK8HF3gc4GjuhG5ahOEMJ9bswBiZPq0g==} + engines: {node: ^14.16.0 || >=16.0.0} + dev: false /@netlify/plugin-lighthouse@5.0.0: resolution: {integrity: sha512-tCaoVYxCU3OB592vChtFkANzUL4kDUNaIk9VCGp3qBecBnH+yFrILUlcqy2d08Is4ecstjTacyHqV+ixKbNYGQ==} @@ -2599,8 +2663,8 @@ packages: - utf-8-validate dev: true - /@netlify/plugin-nextjs@4.40.0: - resolution: {integrity: sha512-/pWqf0t8GN+DDFIchCF3co1FfGjQwv8MrneMxqqoKHGSrAoCG6Z51AnpSv5v3xCrZDKS45Ge3Cuy27lpezkVwA==} + /@netlify/plugin-nextjs@4.40.1: + resolution: {integrity: sha512-FVXQEzBCymJHu2JYnJs03hUXjJAIAHcLMsrbcrnSjqmib4yF65YZ9yJYmrajV2D6LRqN/TxWhzTEgGr9eYpRHQ==} engines: {node: '>=12.0.0'} dependencies: '@netlify/esbuild': 0.14.39 @@ -2641,6 +2705,14 @@ packages: - supports-color dev: true + /@netlify/serverless-functions-api@1.7.3: + resolution: {integrity: sha512-n6/7cJlSWvvbBlUOEAbkGyEld80S6KbG/ldQI9OhLfe1lTatgKmrTNIgqVNpaWpUdTgP2OHWFjmFBzkxxBWs5w==} + engines: {node: ^14.18.0 || >=16.0.0} + dependencies: + '@netlify/node-cookies': 0.1.0 + urlpattern-polyfill: 8.0.2 + dev: false + /@next/env@13.4.19: resolution: {integrity: sha512-FsAT5x0jF2kkhNkKkukhsyYOrRqtSxrEhfliniIq0bwWbuXLgyt3Gv0Ml+b91XwjwArmuP7NxCiGd++GGKdNMQ==} @@ -2755,8 +2827,8 @@ packages: picocolors: 1.0.0 tslib: 2.6.0 - /@prismicio/client@7.1.1: - resolution: {integrity: sha512-/E3xsFb4MvtWgqMkhWeWvh8zE14uZZIRdVT8HjixgLn4lH37UYhI2m4920o5Uo8UDpQRYqbsu6HBPPjrwHEyfw==} + /@prismicio/client@7.2.0: + resolution: {integrity: sha512-bfbs2ZMLd3ba7Bp1qI4qAz+13FIWE/JDT9+h+3hL/MVpK4iDpjz3vmOlYJs25myhryU9HP8Og7qKoaeE9hPzmA==} engines: {node: '>=14.15.0'} dependencies: '@prismicio/richtext': 2.1.5 @@ -2788,7 +2860,7 @@ packages: dependencies: immer: 9.0.21 react: 18.2.0 - react-redux: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + react-redux: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 @@ -2868,13 +2940,13 @@ packages: dependencies: '@sinonjs/commons': 3.0.0 - /@stickyjs/jest@1.3.1(@babel/core@7.22.5)(@types/node@18.16.18)(typescript@5.1.3): - resolution: {integrity: sha512-TOa7JHL2pmzRqC8xRMuhLDXaRHi5jeDWbmClIjn/4GoDCN8EPbiiBt8km9bXYA9454zEOkB/4NVLWmEAVuB2SA==} + /@stickyjs/jest@1.3.4(@babel/core@7.22.5)(@types/node@18.16.18)(typescript@5.1.3): + resolution: {integrity: sha512-ps0IBJCMvtRbwEMqBARwmqjqMtsCkD4AWtXgWnmtQAR+cFDxKqnVHZQWAVplm25cZ+I/rgjPmRl4ImXtHgfRPA==} dependencies: - '@types/jest': 29.5.3 - jest: 29.6.2(@types/node@18.16.18) - jest-extended: 4.0.1(jest@29.6.2) - ts-jest: 29.1.1(@babel/core@7.22.5)(jest@29.6.2)(typescript@5.1.3) + '@types/jest': 29.5.5 + jest: 29.7.0(@types/node@18.16.18) + jest-extended: 4.0.1(jest@29.7.0) + ts-jest: 29.1.1(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.1.3) wait-for-expect: 3.0.2 transitivePeerDependencies: - '@babel/core' @@ -2940,7 +3012,7 @@ packages: resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} dependencies: '@babel/parser': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.20.1 @@ -2948,18 +3020,18 @@ packages: /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: '@babel/parser': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@types/babel__traverse@7.20.1: resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 /@types/d3-array@3.0.5: resolution: {integrity: sha512-Qk7fpJ6qFp+26VeQ47WY0mkwXaiq8+76RJcncDEfMc2ocRzXLO67bLFRNI4OX1aGBoPzsM5Y2T+/m1pldOgD+A==} @@ -3060,11 +3132,11 @@ packages: dependencies: '@types/istanbul-lib-report': 3.0.0 - /@types/jest@29.5.3: - resolution: {integrity: sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA==} + /@types/jest@29.5.5: + resolution: {integrity: sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg==} dependencies: - expect: 29.6.1 - pretty-format: 29.6.1 + expect: 29.6.2 + pretty-format: 29.6.2 /@types/json-schema@7.0.12: resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} @@ -3102,7 +3174,7 @@ packages: /@types/react-dom@18.2.7: resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} dependencies: - '@types/react': 18.2.20 + '@types/react': 18.2.21 dev: false /@types/react@18.2.20: @@ -3113,6 +3185,14 @@ packages: csstype: 3.1.2 dev: false + /@types/react@18.2.21: + resolution: {integrity: sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.3 + csstype: 3.1.2 + dev: false + /@types/readdir-glob@1.1.1: resolution: {integrity: sha512-ImM6TmoF8bgOwvehGviEj3tRdRBbQujr1N+0ypaln/GWjaerOB26jb93vsRHmdMtvVQZQebOlqt2HROark87mQ==} dependencies: @@ -3189,7 +3269,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin@5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0)(typescript@5.1.3): + /@typescript-eslint/eslint-plugin@5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.50.0)(typescript@5.1.3): resolution: {integrity: sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3201,22 +3281,22 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.1(eslint@8.50.0)(typescript@5.1.3) '@typescript-eslint/scope-manager': 5.60.1 - '@typescript-eslint/type-utils': 5.60.1(eslint@8.47.0)(typescript@5.1.3) - '@typescript-eslint/utils': 5.60.1(eslint@8.47.0)(typescript@5.1.3) + '@typescript-eslint/type-utils': 5.60.1(eslint@8.50.0)(typescript@5.1.3) + '@typescript-eslint/utils': 5.60.1(eslint@8.50.0)(typescript@5.1.3) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.47.0 + eslint: 8.50.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.3 + semver: 7.5.4 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: - supports-color - /@typescript-eslint/parser@5.60.1(eslint@8.47.0)(typescript@4.9.5): + /@typescript-eslint/parser@5.60.1(eslint@8.50.0)(typescript@4.9.5): resolution: {integrity: sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3230,12 +3310,12 @@ packages: '@typescript-eslint/types': 5.60.1 '@typescript-eslint/typescript-estree': 5.60.1(typescript@4.9.5) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.47.0 + eslint: 8.50.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color - /@typescript-eslint/parser@5.60.1(eslint@8.47.0)(typescript@5.1.3): + /@typescript-eslint/parser@5.60.1(eslint@8.50.0)(typescript@5.1.3): resolution: {integrity: sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3249,7 +3329,7 @@ packages: '@typescript-eslint/types': 5.60.1 '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.3) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.47.0 + eslint: 8.50.0 typescript: 5.1.3 transitivePeerDependencies: - supports-color @@ -3261,7 +3341,7 @@ packages: '@typescript-eslint/types': 5.60.1 '@typescript-eslint/visitor-keys': 5.60.1 - /@typescript-eslint/type-utils@5.60.1(eslint@8.47.0)(typescript@5.1.3): + /@typescript-eslint/type-utils@5.60.1(eslint@8.50.0)(typescript@5.1.3): resolution: {integrity: sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -3272,9 +3352,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.3) - '@typescript-eslint/utils': 5.60.1(eslint@8.47.0)(typescript@5.1.3) + '@typescript-eslint/utils': 5.60.1(eslint@8.50.0)(typescript@5.1.3) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.47.0 + eslint: 8.50.0 tsutils: 3.21.0(typescript@5.1.3) typescript: 5.1.3 transitivePeerDependencies: @@ -3324,21 +3404,21 @@ packages: transitivePeerDependencies: - supports-color - /@typescript-eslint/utils@5.60.1(eslint@8.47.0)(typescript@5.1.3): + /@typescript-eslint/utils@5.60.1(eslint@8.50.0)(typescript@5.1.3): resolution: {integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 5.60.1 '@typescript-eslint/types': 5.60.1 '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.3) - eslint: 8.47.0 + eslint: 8.50.0 eslint-scope: 5.1.1 - semver: 7.5.3 + semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript @@ -3354,45 +3434,45 @@ packages: resolution: {integrity: sha512-haGBC8noyA5BfjCRXRH+VIkHCDVW5iD5UX24P2nOdilwUxI4qWsattS/co8QBGq64XsNLRAMdM5pQUE3zxkF9Q==} dev: true - /@waveshq/standard-defichain-jellyfishsdk@1.9.0(@types/tar-fs@2.0.1): - resolution: {integrity: sha512-DKllKiPhZYP+yQyTE+A2E8glWUdM3oYJJRZRdYIcCS/FAvQ20A0PSt7poP8rVB+0x0WrQjtS2ierDj9SdLUGQg==} - dependencies: - '@defichain/jellyfish-address': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-api-core': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-network': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-testing': 3.37.0(@types/tar-fs@2.0.1)(defichain@3.37.0) - '@defichain/jellyfish-transaction': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-transaction-builder': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-wallet': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-wallet-encrypted': 3.37.0(defichain@3.37.0) - '@defichain/jellyfish-wallet-mnemonic': 3.37.0(defichain@3.37.0) - '@defichain/playground-api-client': 3.37.0(defichain@3.37.0) - '@defichain/testcontainers': 3.37.0(@types/tar-fs@2.0.1)(defichain@3.37.0) - '@defichain/whale-api-client': 3.37.0(defichain@3.37.0) - '@defichain/whale-api-wallet': 3.37.0(defichain@3.37.0) - defichain: 3.37.0 + /@waveshq/standard-defichain-jellyfishsdk@1.9.3(@types/tar-fs@2.0.1): + resolution: {integrity: sha512-i9FCymbNPGzXmuNAXdLFXajmEnKNFbMU5uzHIrRHx/R2aHixIw17RzotkSAQQt6Ybh4w4/Bz1S34Ptk7tMiHTA==} + dependencies: + '@defichain/jellyfish-address': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-api-core': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-network': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-testing': 3.39.1(@types/tar-fs@2.0.1)(defichain@3.39.1) + '@defichain/jellyfish-transaction': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-transaction-builder': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-wallet': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-wallet-encrypted': 3.39.1(defichain@3.39.1) + '@defichain/jellyfish-wallet-mnemonic': 3.39.1(defichain@3.39.1) + '@defichain/playground-api-client': 3.39.1(defichain@3.39.1) + '@defichain/testcontainers': 3.39.1(@types/tar-fs@2.0.1)(defichain@3.39.1) + '@defichain/whale-api-client': 3.39.1(defichain@3.39.1) + '@defichain/whale-api-wallet': 3.39.1(defichain@3.39.1) + defichain: 3.39.1 transitivePeerDependencies: - '@types/tar-fs' - encoding - supports-color dev: false - /@waveshq/standard-web-linter@1.9.0(@babel/core@7.22.5)(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-pce/gKqW9EqB1fY+IBDT6MPXlUcIW1y7tTVPWegB5SwZqy2RT4kEDcbu8ybHKI98Kx+NeA/405gGbhyaNQLo5w==} - dependencies: - eslint: 8.47.0 - eslint-config-airbnb: 19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.47.0) - eslint-config-airbnb-typescript: 17.1.0(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.28.1)(eslint@8.47.0) - eslint-config-next: 13.4.19(eslint@8.47.0)(typescript@4.9.5) - eslint-config-prettier: 9.0.0(eslint@8.47.0) - eslint-plugin-cypress: 2.14.0(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.47.0) - eslint-plugin-node: 11.1.0(eslint@8.47.0) - eslint-plugin-prettier: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.47.0)(prettier@3.0.2) - eslint-plugin-react: 7.33.2(eslint@8.47.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.47.0) - eslint-plugin-simple-import-sort: 10.0.0(eslint@8.47.0) + /@waveshq/standard-web-linter@1.9.3(@babel/core@7.22.5)(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-VylUu8nCLdJ9VTqxpOdGxbSgeCL1dStgVsSF89B/XfFz5pfCwEDvWCYyqIB+f26DALfEZcGnhHbMdVXHKIXv7A==} + dependencies: + eslint: 8.50.0 + eslint-config-airbnb: 19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.50.0) + eslint-config-airbnb-typescript: 17.1.0(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.28.1)(eslint@8.50.0) + eslint-config-next: 13.4.19(eslint@8.50.0)(typescript@4.9.5) + eslint-config-prettier: 9.0.0(eslint@8.50.0) + eslint-plugin-cypress: 2.14.0(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.50.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.50.0) + eslint-plugin-node: 11.1.0(eslint@8.50.0) + eslint-plugin-prettier: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.50.0)(prettier@3.0.2) + eslint-plugin-react: 7.33.2(eslint@8.50.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.50.0) + eslint-plugin-simple-import-sort: 10.0.0(eslint@8.50.0) husky: 8.0.3 lint-staged: 14.0.1 next: 13.4.19(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0) @@ -3413,12 +3493,12 @@ packages: - sass - supports-color - /@waveshq/standard-web@1.9.0(@babel/core@7.22.5)(redux@4.2.1): - resolution: {integrity: sha512-ZdlaAK9j1N6sOrAO1UKyzrcAKwJSMKfbRHdHArfC3c5Wk66rc/0Scu/4Z21DaO4m8qSGjNUfvvM+OBaw5sCpUg==} + /@waveshq/standard-web@1.9.3(@babel/core@7.22.5)(redux@4.2.1): + resolution: {integrity: sha512-H0a31kjm+fp9ZwBItEjyiA5U1cK1BavzB7p9hn/ETKXQ2SzyfSZWVZ8q9MB1pnGYAug330ONDLsTkfxZuFeoRA==} dependencies: - '@netlify/ipx': 1.4.3 + '@netlify/ipx': 1.4.4 '@reduxjs/toolkit': 1.9.5(react-redux@8.1.2)(react@18.2.0) - '@types/react': 18.2.20 + '@types/react': 18.2.21 '@types/react-dom': 18.2.7 follow-redirects: 1.15.2 next: 13.4.19(@babel/core@7.22.5)(react-dom@18.2.0)(react@18.2.0) @@ -3427,7 +3507,7 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-icons: 4.10.1(react@18.2.0) - react-redux: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + react-redux: 8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) react-responsive: 9.0.2(react@18.2.0) typescript: 4.9.5 transitivePeerDependencies: @@ -3464,10 +3544,10 @@ packages: /@waveshq/walletkit-ui@1.1.0(@babel/core@7.22.5)(@types/node@18.16.18)(@types/tar-fs@2.0.1)(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)(typescript@5.1.3): resolution: {integrity: sha512-yLvfwGX0NIeR5bfaNekFQwVKMqE8PAh5nEYrX+mZhpYO30Ag+6h/sNOsr+5mBN6ox059vGSe4KGRBlYBoLIaWA==} dependencies: - '@stickyjs/jest': 1.3.1(@babel/core@7.22.5)(@types/node@18.16.18)(typescript@5.1.3) - '@waveshq/standard-defichain-jellyfishsdk': 1.9.0(@types/tar-fs@2.0.1) - '@waveshq/standard-web': 1.9.0(@babel/core@7.22.5)(redux@4.2.1) - '@waveshq/standard-web-linter': 1.9.0(@babel/core@7.22.5)(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(react-dom@18.2.0)(react@18.2.0) + '@stickyjs/jest': 1.3.4(@babel/core@7.22.5)(@types/node@18.16.18)(typescript@5.1.3) + '@waveshq/standard-defichain-jellyfishsdk': 1.9.3(@types/tar-fs@2.0.1) + '@waveshq/standard-web': 1.9.3(@babel/core@7.22.5)(redux@4.2.1) + '@waveshq/standard-web-linter': 1.9.3(@babel/core@7.22.5)(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(react-dom@18.2.0)(react@18.2.0) '@waveshq/walletkit-core': 1.1.0 bignumber.js: 9.1.1 dayjs: 1.11.9 @@ -4001,17 +4081,17 @@ packages: dependencies: dequal: 2.0.3 - /babel-jest@29.6.2(@babel/core@7.22.5): - resolution: {integrity: sha512-BYCzImLos6J3BH/+HvUCHG1dTf2MzmAB4jaVxHV+29RZLjR29XuYTmsf2sdDwkrb+FczkGo3kOhE7ga6sI0P4A==} + /babel-jest@29.7.0(@babel/core@7.22.5): + resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.22.5 - '@jest/transform': 29.6.2 + '@jest/transform': 29.7.0 '@types/babel__core': 7.20.1 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0(@babel/core@7.22.5) + babel-preset-jest: 29.6.3(@babel/core@7.22.5) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -4043,12 +4123,12 @@ packages: transitivePeerDependencies: - supports-color - /babel-plugin-jest-hoist@29.5.0: - resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==} + /babel-plugin-jest-hoist@29.6.3: + resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 '@types/babel__core': 7.20.1 '@types/babel__traverse': 7.20.1 @@ -4115,14 +4195,14 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5) - /babel-preset-jest@29.5.0(@babel/core@7.22.5): - resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} + /babel-preset-jest@29.6.3(@babel/core@7.22.5): + resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.22.5 - babel-plugin-jest-hoist: 29.5.0 + babel-plugin-jest-hoist: 29.6.3 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.5) /balanced-match@1.0.2: @@ -4295,7 +4375,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001508 + caniuse-lite: 1.0.30001522 electron-to-chromium: 1.4.441 node-releases: 2.0.12 update-browserslist-db: 1.0.11(browserslist@4.21.9) @@ -4419,9 +4499,6 @@ packages: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - /caniuse-lite@1.0.30001508: - resolution: {integrity: sha512-sdQZOJdmt3GJs1UMNpCCCyeuS2IEGLXnHyAo9yIO5JJDjbjoVRij4M1qep6P6gFpptD1PqIYgzM+gwJbOi92mw==} - /caniuse-lite@1.0.30001522: resolution: {integrity: sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==} @@ -4809,6 +4886,24 @@ packages: sha.js: 2.4.11 dev: false + /create-jest@29.7.0(@types/node@18.16.18): + resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + hasBin: true + dependencies: + '@jest/types': 29.6.3 + chalk: 4.1.2 + exit: 0.1.2 + graceful-fs: 4.2.11 + jest-config: 29.7.0(@types/node@18.16.18) + jest-util: 29.7.0 + prompts: 2.4.2 + transitivePeerDependencies: + - '@types/node' + - babel-plugin-macros + - supports-color + - ts-node + /cross-fetch@3.1.5: resolution: {integrity: sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==} dependencies: @@ -5128,8 +5223,8 @@ packages: strip-bom: 4.0.0 dev: true - /defichain@3.37.0: - resolution: {integrity: sha512-DuC/Hf2eS9NtFCEFxuZYLnDsuneRLbELESCTjkD6ay6NM5Efy3a9v0+TWCS35un/S8KxFmt03nYY2ifo4uLR6g==} + /defichain@3.39.1: + resolution: {integrity: sha512-VvrzVWaoCW6uGoAGYJJRB2AsUyXx0DMIz7age67m4fbADLeVz8uDpiCl2PQxFHhNufOdRehu2xPyxm6JAePCew==} engines: {node: '>=v16.17.0'} dev: false @@ -5204,6 +5299,10 @@ packages: resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /diff-sequences@29.6.3: + resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -5474,7 +5573,7 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.28.1)(eslint@8.47.0): + /eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.28.1)(eslint@8.50.0): resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -5482,13 +5581,13 @@ packages: eslint-plugin-import: ^2.25.2 dependencies: confusing-browser-globals: 1.0.11 - eslint: 8.47.0 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0) + eslint: 8.50.0 + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.50.0) object.assign: 4.1.4 object.entries: 1.1.6 semver: 6.3.1 - /eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.28.1)(eslint@8.47.0): + /eslint-config-airbnb-typescript@17.1.0(@typescript-eslint/eslint-plugin@5.60.1)(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.28.1)(eslint@8.50.0): resolution: {integrity: sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.13.0 || ^6.0.0 @@ -5496,13 +5595,13 @@ packages: eslint: ^7.32.0 || ^8.2.0 eslint-plugin-import: ^2.25.3 dependencies: - '@typescript-eslint/eslint-plugin': 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0)(typescript@5.1.3) - '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.3) - eslint: 8.47.0 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.1)(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0) + '@typescript-eslint/eslint-plugin': 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.50.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.1(eslint@8.50.0)(typescript@5.1.3) + eslint: 8.50.0 + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.1)(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.50.0) - /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.47.0): + /eslint-config-airbnb@19.0.4(eslint-plugin-import@2.28.1)(eslint-plugin-jsx-a11y@6.7.1)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-react@7.33.2)(eslint@8.50.0): resolution: {integrity: sha512-T75QYQVQX57jiNgpF9r1KegMICE94VYwoFQyMGhrvc+lB8YF2E/M/PYDaQe1AJcWaEgqLE+ErXV1Og/+6Vyzew==} engines: {node: ^10.12.0 || ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5512,16 +5611,16 @@ packages: eslint-plugin-react: ^7.28.0 eslint-plugin-react-hooks: ^4.3.0 dependencies: - eslint: 8.47.0 - eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.1)(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.47.0) - eslint-plugin-react: 7.33.2(eslint@8.47.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.47.0) + eslint: 8.50.0 + eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.28.1)(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.50.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.50.0) + eslint-plugin-react: 7.33.2(eslint@8.50.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.50.0) object.assign: 4.1.4 object.entries: 1.1.6 - /eslint-config-next@13.4.19(eslint@8.47.0)(typescript@4.9.5): + /eslint-config-next@13.4.19(eslint@8.50.0)(typescript@4.9.5): resolution: {integrity: sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==} peerDependencies: eslint: ^7.23.0 || ^8.0.0 @@ -5532,26 +5631,26 @@ packages: dependencies: '@next/eslint-plugin-next': 13.4.19 '@rushstack/eslint-patch': 1.3.2 - '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@4.9.5) - eslint: 8.47.0 + '@typescript-eslint/parser': 5.60.1(eslint@8.50.0)(typescript@4.9.5) + eslint: 8.50.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.47.0) - eslint-plugin-react: 7.33.2(eslint@8.47.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.47.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.50.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.50.0) + eslint-plugin-react: 7.33.2(eslint@8.50.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.50.0) typescript: 4.9.5 transitivePeerDependencies: - eslint-import-resolver-webpack - supports-color - /eslint-config-prettier@9.0.0(eslint@8.47.0): + /eslint-config-prettier@9.0.0(eslint@8.50.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.47.0 + eslint: 8.50.0 /eslint-import-resolver-node@0.3.7: resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} @@ -5562,7 +5661,7 @@ packages: transitivePeerDependencies: - supports-color - /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.47.0): + /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.50.0): resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -5571,9 +5670,9 @@ packages: dependencies: debug: 4.3.4(supports-color@8.1.1) enhanced-resolve: 5.15.0 - eslint: 8.47.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) + eslint: 8.50.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.50.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.50.0) get-tsconfig: 4.6.0 globby: 13.2.0 is-core-module: 2.13.0 @@ -5585,7 +5684,7 @@ packages: - eslint-import-resolver-webpack - supports-color - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.50.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -5606,15 +5705,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.60.1(eslint@8.50.0)(typescript@4.9.5) debug: 3.2.7(supports-color@8.1.1) - eslint: 8.47.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.47.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.50.0) transitivePeerDependencies: - supports-color - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint@8.47.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint@8.50.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -5635,32 +5734,32 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.1(eslint@8.50.0)(typescript@5.1.3) debug: 3.2.7(supports-color@8.1.1) - eslint: 8.47.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color - /eslint-plugin-cypress@2.14.0(eslint@8.47.0): + /eslint-plugin-cypress@2.14.0(eslint@8.50.0): resolution: {integrity: sha512-eW6tv7iIg7xujleAJX4Ujm649Bf5jweqa4ObPEIuueYRyLZt7qXGWhCY/n4bfeFW/j6nQZwbIBHKZt6EKcL/cg==} peerDependencies: eslint: '>= 3.2.1' dependencies: - eslint: 8.47.0 + eslint: 8.50.0 globals: 13.20.0 - /eslint-plugin-es@3.0.1(eslint@8.47.0): + /eslint-plugin-es@3.0.1(eslint@8.50.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.47.0 + eslint: 8.50.0 eslint-utils: 2.1.0 regexpp: 3.2.0 - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.50.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -5670,16 +5769,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.60.1(eslint@8.50.0)(typescript@4.9.5) array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7(supports-color@8.1.1) doctrine: 2.1.0 - eslint: 8.47.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.50.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -5694,7 +5793,7 @@ packages: - eslint-import-resolver-webpack - supports-color - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.47.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.60.1)(eslint@8.50.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -5704,16 +5803,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.60.1(eslint@8.47.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.1(eslint@8.50.0)(typescript@5.1.3) array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7(supports-color@8.1.1) doctrine: 2.1.0 - eslint: 8.47.0 + eslint: 8.50.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint@8.47.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint@8.50.0) has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -5728,7 +5827,7 @@ packages: - eslint-import-resolver-webpack - supports-color - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.47.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.50.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -5743,7 +5842,7 @@ packages: axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.47.0 + eslint: 8.50.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -5752,21 +5851,21 @@ packages: object.fromentries: 2.0.6 semver: 6.3.1 - /eslint-plugin-node@11.1.0(eslint@8.47.0): + /eslint-plugin-node@11.1.0(eslint@8.50.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.47.0 - eslint-plugin-es: 3.0.1(eslint@8.47.0) + eslint: 8.50.0 + eslint-plugin-es: 3.0.1(eslint@8.50.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 resolve: 1.22.2 semver: 6.3.1 - /eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.47.0)(prettier@3.0.2): + /eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.50.0)(prettier@3.0.2): resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -5780,21 +5879,21 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.47.0 - eslint-config-prettier: 9.0.0(eslint@8.47.0) + eslint: 8.50.0 + eslint-config-prettier: 9.0.0(eslint@8.50.0) prettier: 3.0.2 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 - /eslint-plugin-react-hooks@4.6.0(eslint@8.47.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.50.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.47.0 + eslint: 8.50.0 - /eslint-plugin-react@7.33.2(eslint@8.47.0): + /eslint-plugin-react@7.33.2(eslint@8.50.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -5805,7 +5904,7 @@ packages: array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 es-iterator-helpers: 1.0.13 - eslint: 8.47.0 + eslint: 8.50.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -5818,12 +5917,12 @@ packages: semver: 6.3.1 string.prototype.matchall: 4.0.8 - /eslint-plugin-simple-import-sort@10.0.0(eslint@8.47.0): + /eslint-plugin-simple-import-sort@10.0.0(eslint@8.50.0): resolution: {integrity: sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==} peerDependencies: eslint: '>=5.0.0' dependencies: - eslint: 8.47.0 + eslint: 8.50.0 /eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} @@ -5853,16 +5952,16 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint@8.47.0: - resolution: {integrity: sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==} + /eslint@8.50.0: + resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) '@eslint-community/regexpp': 4.6.2 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.47.0 - '@humanwhocodes/config-array': 0.11.10 + '@eslint/js': 8.50.0 + '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -6063,17 +6162,6 @@ packages: resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} engines: {node: '>=6'} - /expect@29.6.1: - resolution: {integrity: sha512-XEdDLonERCU1n9uR56/Stx9OqojaLAQtZf9PrCHH9Hl8YXiEIka3H4NXJ3NOIBmQJTg7+j7buh34PMHfJujc8g==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - '@jest/expect-utils': 29.6.1 - '@types/node': 18.16.18 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.6.1 - jest-message-util: 29.6.1 - jest-util: 29.6.1 - /expect@29.6.2: resolution: {integrity: sha512-iAErsLxJ8C+S02QbLAwgSGSezLQK+XXRDt8IuFXFpwCNw2ECmzZSmjKcCaFVp5VRMk+WAvz6h6jokzEzBFZEuA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} @@ -6085,6 +6173,16 @@ packages: jest-message-util: 29.6.2 jest-util: 29.6.2 + /expect@29.7.0: + resolution: {integrity: sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + '@jest/expect-utils': 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 + /express@4.18.2: resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} engines: {node: '>= 0.10.0'} @@ -7162,6 +7260,18 @@ packages: transitivePeerDependencies: - supports-color + /istanbul-lib-instrument@6.0.0: + resolution: {integrity: sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==} + engines: {node: '>=10'} + dependencies: + '@babel/core': 7.22.5 + '@babel/parser': 7.22.5 + '@istanbuljs/schema': 0.1.3 + istanbul-lib-coverage: 3.2.0 + semver: 7.5.4 + transitivePeerDependencies: + - supports-color + /istanbul-lib-processinfo@2.0.3: resolution: {integrity: sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==} engines: {node: '>=8'} @@ -7208,34 +7318,35 @@ packages: has-tostringtag: 1.0.0 reflect.getprototypeof: 1.0.3 - /jest-changed-files@29.5.0: - resolution: {integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==} + /jest-changed-files@29.7.0: + resolution: {integrity: sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: execa: 5.1.1 + jest-util: 29.7.0 p-limit: 3.1.0 - /jest-circus@29.6.2: - resolution: {integrity: sha512-G9mN+KOYIUe2sB9kpJkO9Bk18J4dTDArNFPwoZ7WKHKel55eKIS/u2bLthxgojwlf9NLCVQfgzM/WsOVvoC6Fw==} + /jest-circus@29.7.0: + resolution: {integrity: sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.6.2 - '@jest/expect': 29.6.2 - '@jest/test-result': 29.6.2 - '@jest/types': 29.6.1 + '@jest/environment': 29.7.0 + '@jest/expect': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 is-generator-fn: 2.1.0 - jest-each: 29.6.2 - jest-matcher-utils: 29.6.2 - jest-message-util: 29.6.2 - jest-runtime: 29.6.2 - jest-snapshot: 29.6.2 - jest-util: 29.6.2 + jest-each: 29.7.0 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-runtime: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 p-limit: 3.1.0 - pretty-format: 29.6.2 + pretty-format: 29.7.0 pure-rand: 6.0.2 slash: 3.0.0 stack-utils: 2.0.6 @@ -7243,8 +7354,8 @@ packages: - babel-plugin-macros - supports-color - /jest-cli@29.6.2(@types/node@18.16.18): - resolution: {integrity: sha512-TT6O247v6dCEX2UGHGyflMpxhnrL0DNqP2fRTKYm3nJJpCTfXX3GCMQPGFjXDoj0i5/Blp3jriKXFgdfmbYB6Q==} + /jest-cli@29.7.0(@types/node@18.16.18): + resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -7253,17 +7364,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.6.2 - '@jest/test-result': 29.6.2 - '@jest/types': 29.6.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.16.18) exit: 0.1.2 - graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 29.6.2(@types/node@18.16.18) - jest-util: 29.6.2 - jest-validate: 29.6.2 - prompts: 2.4.2 + jest-config: 29.7.0(@types/node@18.16.18) + jest-util: 29.7.0 + jest-validate: 29.7.0 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' @@ -7271,8 +7381,8 @@ packages: - supports-color - ts-node - /jest-config@29.6.2(@types/node@18.16.18): - resolution: {integrity: sha512-VxwFOC8gkiJbuodG9CPtMRjBUNZEHxwfQXmIudSTzFWxaci3Qub1ddTRbFNQlD/zUeaifLndh/eDccFX4wCMQw==} + /jest-config@29.7.0(@types/node@18.16.18): + resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' @@ -7284,78 +7394,78 @@ packages: optional: true dependencies: '@babel/core': 7.22.5 - '@jest/test-sequencer': 29.6.2 - '@jest/types': 29.6.1 + '@jest/test-sequencer': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 - babel-jest: 29.6.2(@babel/core@7.22.5) + babel-jest: 29.7.0(@babel/core@7.22.5) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 29.6.2 - jest-environment-node: 29.6.2 - jest-get-type: 29.4.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.6.2 - jest-runner: 29.6.2 - jest-util: 29.6.2 - jest-validate: 29.6.2 + 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.6.2 + pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - babel-plugin-macros - supports-color - /jest-diff@29.6.1: - resolution: {integrity: sha512-FsNCvinvl8oVxpNLttNQX7FAq7vR+gMDGj90tiP7siWw1UdakWUGqrylpsYrpvj908IYckm5Y0Q7azNAozU1Kg==} + /jest-diff@29.6.2: + resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 diff-sequences: 29.4.3 jest-get-type: 29.4.3 - pretty-format: 29.6.1 + pretty-format: 29.6.2 - /jest-diff@29.6.2: - resolution: {integrity: sha512-t+ST7CB9GX5F2xKwhwCf0TAR17uNDiaPTZnVymP9lw0lssa9vG+AFyDZoeIHStU3WowFFwT+ky+er0WVl2yGhA==} + /jest-diff@29.7.0: + resolution: {integrity: sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 29.4.3 - jest-get-type: 29.4.3 - pretty-format: 29.6.2 + diff-sequences: 29.6.3 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 - /jest-docblock@29.4.3: - resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==} + /jest-docblock@29.7.0: + resolution: {integrity: sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 - /jest-each@29.6.2: - resolution: {integrity: sha512-MsrsqA0Ia99cIpABBc3izS1ZYoYfhIy0NNWqPSE0YXbQjwchyt6B1HD2khzyPe1WiJA7hbxXy77ZoUQxn8UlSw==} + /jest-each@29.7.0: + resolution: {integrity: sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 chalk: 4.1.2 - jest-get-type: 29.4.3 - jest-util: 29.6.2 - pretty-format: 29.6.2 + jest-get-type: 29.6.3 + jest-util: 29.7.0 + pretty-format: 29.7.0 - /jest-environment-node@29.6.2: - resolution: {integrity: sha512-YGdFeZ3T9a+/612c5mTQIllvWkddPbYcN2v95ZH24oWMbGA4GGS2XdIF92QMhUhvrjjuQWYgUGW2zawOyH63MQ==} + /jest-environment-node@29.7.0: + resolution: {integrity: sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.6.2 - '@jest/fake-timers': 29.6.2 - '@jest/types': 29.6.1 + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 - jest-mock: 29.6.2 - jest-util: 29.6.2 + jest-mock: 29.7.0 + jest-util: 29.7.0 - /jest-extended@4.0.1(jest@29.6.2): + /jest-extended@4.0.1(jest@29.7.0): resolution: {integrity: sha512-KM6dwuBUAgy6QONuR19CGubZB9Hkjqvl/d5Yc/FXsdB8+gsGxB2VQ+NEdOrr95J4GMPeLnDoPOKyi6+mKCCnZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -7364,47 +7474,42 @@ packages: jest: optional: true dependencies: - jest: 29.6.2(@types/node@18.16.18) - jest-diff: 29.6.1 + jest: 29.7.0(@types/node@18.16.18) + jest-diff: 29.6.2 jest-get-type: 29.4.3 /jest-get-type@29.4.3: resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - /jest-haste-map@29.6.2: - resolution: {integrity: sha512-+51XleTDAAysvU8rT6AnS1ZJ+WHVNqhj1k6nTvN2PYP+HjU3kqlaKQ1Lnw3NYW3bm2r8vq82X0Z1nDDHZMzHVA==} + /jest-get-type@29.6.3: + resolution: {integrity: sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + + /jest-haste-map@29.7.0: + resolution: {integrity: sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.6 '@types/node': 18.16.18 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 - jest-regex-util: 29.4.3 - jest-util: 29.6.2 - jest-worker: 29.6.2 + jest-regex-util: 29.6.3 + jest-util: 29.7.0 + jest-worker: 29.7.0 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 - /jest-leak-detector@29.6.2: - resolution: {integrity: sha512-aNqYhfp5uYEO3tdWMb2bfWv6f0b4I0LOxVRpnRLAeque2uqOVVMLh6khnTcE2qJ5wAKop0HcreM1btoysD6bPQ==} + /jest-leak-detector@29.7.0: + resolution: {integrity: sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 29.4.3 - pretty-format: 29.6.2 - - /jest-matcher-utils@29.6.1: - resolution: {integrity: sha512-SLaztw9d2mfQQKHmJXKM0HCbl2PPVld/t9Xa6P9sgiExijviSp7TnZZpw2Fpt+OI3nwUO/slJbOfzfUMKKC5QA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - dependencies: - chalk: 4.1.2 - jest-diff: 29.6.1 - jest-get-type: 29.4.3 - pretty-format: 29.6.1 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 /jest-matcher-utils@29.6.2: resolution: {integrity: sha512-4LiAk3hSSobtomeIAzFTe+N8kL6z0JtF3n6I4fg29iIW7tt99R7ZcIFW34QkX+DuVrf+CUe6wuVOpm7ZKFJzZQ==} @@ -7415,8 +7520,17 @@ packages: jest-get-type: 29.4.3 pretty-format: 29.6.2 - /jest-message-util@29.6.1: - resolution: {integrity: sha512-KoAW2zAmNSd3Gk88uJ56qXUWbFk787QKmjjJVOjtGFmmGSZgDBrlIL4AfQw1xyMYPNVD7dNInfIbur9B2rd/wQ==} + /jest-matcher-utils@29.7.0: + resolution: {integrity: sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + dependencies: + chalk: 4.1.2 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + pretty-format: 29.7.0 + + /jest-message-util@29.6.2: + resolution: {integrity: sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.22.5 @@ -7425,33 +7539,33 @@ packages: chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 29.6.1 + pretty-format: 29.6.2 slash: 3.0.0 stack-utils: 2.0.6 - /jest-message-util@29.6.2: - resolution: {integrity: sha512-vnIGYEjoPSuRqV8W9t+Wow95SDp6KPX2Uf7EoeG9G99J2OVh7OSwpS4B6J0NfpEIpfkBNHlBZpA2rblEuEFhZQ==} + /jest-message-util@29.7.0: + resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.22.5 - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 29.6.2 + pretty-format: 29.7.0 slash: 3.0.0 stack-utils: 2.0.6 - /jest-mock@29.6.2: - resolution: {integrity: sha512-hoSv3lb3byzdKfwqCuT6uTscan471GUECqgNYykg6ob0yiAw3zYc7OrPnI9Qv8Wwoa4lC7AZ9hyS4AiIx5U2zg==} + /jest-mock@29.7.0: + resolution: {integrity: sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 '@types/node': 18.16.18 - jest-util: 29.6.2 + jest-util: 29.7.0 - /jest-pnp-resolver@1.2.3(jest-resolve@29.6.2): + /jest-pnp-resolver@1.2.3(jest-resolve@29.7.0): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -7460,121 +7574,121 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 29.6.2 + jest-resolve: 29.7.0 - /jest-regex-util@29.4.3: - resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==} + /jest-regex-util@29.6.3: + resolution: {integrity: sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - /jest-resolve-dependencies@29.6.2: - resolution: {integrity: sha512-LGqjDWxg2fuQQm7ypDxduLu/m4+4Lb4gczc13v51VMZbVP5tSBILqVx8qfWcsdP8f0G7aIqByIALDB0R93yL+w==} + /jest-resolve-dependencies@29.7.0: + resolution: {integrity: sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-regex-util: 29.4.3 - jest-snapshot: 29.6.2 + jest-regex-util: 29.6.3 + jest-snapshot: 29.7.0 transitivePeerDependencies: - supports-color - /jest-resolve@29.6.2: - resolution: {integrity: sha512-G/iQUvZWI5e3SMFssc4ug4dH0aZiZpsDq9o1PtXTV1210Ztyb2+w+ZgQkB3iOiC5SmAEzJBOHWz6Hvrd+QnNPw==} + /jest-resolve@29.7.0: + resolution: {integrity: sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 - jest-haste-map: 29.6.2 - jest-pnp-resolver: 1.2.3(jest-resolve@29.6.2) - jest-util: 29.6.2 - jest-validate: 29.6.2 + jest-haste-map: 29.7.0 + jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0) + jest-util: 29.7.0 + jest-validate: 29.7.0 resolve: 1.22.2 resolve.exports: 2.0.2 slash: 3.0.0 - /jest-runner@29.6.2: - resolution: {integrity: sha512-wXOT/a0EspYgfMiYHxwGLPCZfC0c38MivAlb2lMEAlwHINKemrttu1uSbcGbfDV31sFaPWnWJPmb2qXM8pqZ4w==} + /jest-runner@29.7.0: + resolution: {integrity: sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 29.6.2 - '@jest/environment': 29.6.2 - '@jest/test-result': 29.6.2 - '@jest/transform': 29.6.2 - '@jest/types': 29.6.1 + '@jest/console': 29.7.0 + '@jest/environment': 29.7.0 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 - jest-docblock: 29.4.3 - jest-environment-node: 29.6.2 - jest-haste-map: 29.6.2 - jest-leak-detector: 29.6.2 - jest-message-util: 29.6.2 - jest-resolve: 29.6.2 - jest-runtime: 29.6.2 - jest-util: 29.6.2 - jest-watcher: 29.6.2 - jest-worker: 29.6.2 + jest-docblock: 29.7.0 + jest-environment-node: 29.7.0 + jest-haste-map: 29.7.0 + jest-leak-detector: 29.7.0 + jest-message-util: 29.7.0 + jest-resolve: 29.7.0 + jest-runtime: 29.7.0 + jest-util: 29.7.0 + jest-watcher: 29.7.0 + jest-worker: 29.7.0 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color - /jest-runtime@29.6.2: - resolution: {integrity: sha512-2X9dqK768KufGJyIeLmIzToDmsN0m7Iek8QNxRSI/2+iPFYHF0jTwlO3ftn7gdKd98G/VQw9XJCk77rbTGZnJg==} + /jest-runtime@29.7.0: + resolution: {integrity: sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 29.6.2 - '@jest/fake-timers': 29.6.2 - '@jest/globals': 29.6.2 - '@jest/source-map': 29.6.0 - '@jest/test-result': 29.6.2 - '@jest/transform': 29.6.2 - '@jest/types': 29.6.1 + '@jest/environment': 29.7.0 + '@jest/fake-timers': 29.7.0 + '@jest/globals': 29.7.0 + '@jest/source-map': 29.6.3 + '@jest/test-result': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-haste-map: 29.6.2 - jest-message-util: 29.6.2 - jest-mock: 29.6.2 - jest-regex-util: 29.4.3 - jest-resolve: 29.6.2 - jest-snapshot: 29.6.2 - jest-util: 29.6.2 + jest-haste-map: 29.7.0 + jest-message-util: 29.7.0 + jest-mock: 29.7.0 + jest-regex-util: 29.6.3 + jest-resolve: 29.7.0 + jest-snapshot: 29.7.0 + jest-util: 29.7.0 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color - /jest-snapshot@29.6.2: - resolution: {integrity: sha512-1OdjqvqmRdGNvWXr/YZHuyhh5DeaLp1p/F8Tht/MrMw4Kr1Uu/j4lRG+iKl1DAqUJDWxtQBMk41Lnf/JETYBRA==} + /jest-snapshot@29.7.0: + resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.22.5 '@babel/generator': 7.22.5 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5) - '@babel/types': 7.22.10 - '@jest/expect-utils': 29.6.2 - '@jest/transform': 29.6.2 - '@jest/types': 29.6.1 + '@babel/types': 7.23.0 + '@jest/expect-utils': 29.7.0 + '@jest/transform': 29.7.0 + '@jest/types': 29.6.3 babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.5) chalk: 4.1.2 - expect: 29.6.2 + expect: 29.7.0 graceful-fs: 4.2.11 - jest-diff: 29.6.2 - jest-get-type: 29.4.3 - jest-matcher-utils: 29.6.2 - jest-message-util: 29.6.2 - jest-util: 29.6.2 + jest-diff: 29.7.0 + jest-get-type: 29.6.3 + jest-matcher-utils: 29.7.0 + jest-message-util: 29.7.0 + jest-util: 29.7.0 natural-compare: 1.4.0 - pretty-format: 29.6.2 - semver: 7.5.3 + pretty-format: 29.7.0 + semver: 7.5.4 transitivePeerDependencies: - supports-color - /jest-util@29.6.1: - resolution: {integrity: sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg==} + /jest-util@29.6.2: + resolution: {integrity: sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.1 @@ -7584,39 +7698,39 @@ packages: graceful-fs: 4.2.11 picomatch: 2.3.1 - /jest-util@29.6.2: - resolution: {integrity: sha512-3eX1qb6L88lJNCFlEADKOkjpXJQyZRiavX1INZ4tRnrBVr2COd3RgcTLyUiEXMNBlDU/cgYq6taUS0fExrWW4w==} + /jest-util@29.7.0: + resolution: {integrity: sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 '@types/node': 18.16.18 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 picomatch: 2.3.1 - /jest-validate@29.6.2: - resolution: {integrity: sha512-vGz0yMN5fUFRRbpJDPwxMpgSXW1LDKROHfBopAvDcmD6s+B/s8WJrwi+4bfH4SdInBA5C3P3BI19dBtKzx1Arg==} + /jest-validate@29.7.0: + resolution: {integrity: sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 29.6.1 + '@jest/types': 29.6.3 camelcase: 6.3.0 chalk: 4.1.2 - jest-get-type: 29.4.3 + jest-get-type: 29.6.3 leven: 3.1.0 - pretty-format: 29.6.2 + pretty-format: 29.7.0 - /jest-watcher@29.6.2: - resolution: {integrity: sha512-GZitlqkMkhkefjfN/p3SJjrDaxPflqxEAv3/ik10OirZqJGYH5rPiIsgVcfof0Tdqg3shQGdEIxDBx+B4tuLzA==} + /jest-watcher@29.7.0: + resolution: {integrity: sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 29.6.2 - '@jest/types': 29.6.1 + '@jest/test-result': 29.7.0 + '@jest/types': 29.6.3 '@types/node': 18.16.18 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 - jest-util: 29.6.2 + jest-util: 29.7.0 string-length: 4.0.2 /jest-worker@27.5.1: @@ -7628,17 +7742,17 @@ packages: supports-color: 8.1.1 dev: true - /jest-worker@29.6.2: - resolution: {integrity: sha512-l3ccBOabTdkng8I/ORCkADz4eSMKejTYv1vB/Z83UiubqhC1oQ5Li6dWCyqOIvSifGjUBxuvxvlm6KGK2DtuAQ==} + /jest-worker@29.7.0: + resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@types/node': 18.16.18 - jest-util: 29.6.2 + jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 - /jest@29.6.2(@types/node@18.16.18): - resolution: {integrity: sha512-8eQg2mqFbaP7CwfsTpCxQ+sHzw1WuNWL5UUvjnWP4hx2riGz9fPSzYOaU5q8/GqWn1TfgZIVTqYJygbGbWAANg==} + /jest@29.7.0(@types/node@18.16.18): + resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -7647,10 +7761,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 29.6.2 - '@jest/types': 29.6.1 + '@jest/core': 29.7.0 + '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.6.2(@types/node@18.16.18) + jest-cli: 29.7.0(@types/node@18.16.18) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -8872,19 +8986,19 @@ packages: react-is: 17.0.2 dev: true - /pretty-format@29.6.1: - resolution: {integrity: sha512-7jRj+yXO0W7e4/tSJKoR7HRIHLPPjtNaUGG2xxKQnGvPNRkgWcQ0AZX6P4KBRJN4FcTBWb3sa7DVUJmocYuoog==} + /pretty-format@29.6.2: + resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.6.0 ansi-styles: 5.2.0 react-is: 18.2.0 - /pretty-format@29.6.2: - resolution: {integrity: sha512-1q0oC8eRveTg5nnBEWMXAU2qpv65Gnuf2eCQzSjxpWFkPaPARwqZZDGuNE0zPAZfTCHzIk3A8dIjwlQKKLphyg==} + /pretty-format@29.7.0: + resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 29.6.0 + '@jest/schemas': 29.6.3 ansi-styles: 5.2.0 react-is: 18.2.0 @@ -9136,7 +9250,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-redux@8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.20)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + /react-redux@8.1.2(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): resolution: {integrity: sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==} peerDependencies: '@types/react': ^16.8 || ^17.0 || ^18.0 @@ -9159,7 +9273,7 @@ packages: dependencies: '@babel/runtime': 7.22.5 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.2.20 + '@types/react': 18.2.21 '@types/react-dom': 18.2.7 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 @@ -9284,8 +9398,8 @@ packages: decimal.js-light: 2.5.1 dev: false - /recharts@2.7.3(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cKoO9jUZRQavn06H6Ih2EcG82zUNdQH3OEGWVCmluSDyp3d7fIpDAsbMTd8hE8+T+MD8P76iicv/J4pJspDP7A==} + /recharts@2.8.0(prop-types@15.8.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-nciXqQDh3aW8abhwUlA4EBOBusRHLNiKHfpRZiG/yjups1x+auHb2zWPuEcTn/IMiN47vVMMuF8Sr+vcQJtsmw==} engines: {node: '>=12'} peerDependencies: prop-types: ^15.6.0 @@ -9614,6 +9728,13 @@ packages: dependencies: lru-cache: 6.0.0 + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -10256,7 +10377,7 @@ packages: /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} - /ts-jest@29.1.1(@babel/core@7.22.5)(jest@29.6.2)(typescript@5.1.3): + /ts-jest@29.1.1(@babel/core@7.22.5)(jest@29.7.0)(typescript@5.1.3): resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -10280,8 +10401,8 @@ packages: '@babel/core': 7.22.5 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.6.2(@types/node@18.16.18) - jest-util: 29.6.1 + jest: 29.7.0(@types/node@18.16.18) + jest-util: 29.6.2 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 @@ -10580,6 +10701,10 @@ packages: resolution: {integrity: sha512-KmkCs6SjE6t4ihrfW9JelAPQIIIFbJweaaSLTh/4AO+c58JlDcb+GbdPt8yr5lRcFg4rPswRFRRhBGpWwh0K/Q==} dev: false + /urlpattern-polyfill@8.0.2: + resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==} + dev: false + /use-sync-external-store@1.2.0(react@18.2.0): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: