diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85c908b3a..1e5d62bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,8 @@ jobs: secrets: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} with: - node-version: 18.13.0 - pnpm-version: 7.25.1 + pnpm-version: 7.30.0 + node-version: 18.15.0 number-of-agents: 3 main-branch-name: 'develop' init-commands: | @@ -38,5 +38,5 @@ jobs: NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} with: number-of-agents: 3 - pnpm-version: 7.25.1 - node-version: 18.13.0 + pnpm-version: 7.30.0 + node-version: 18.15.0 diff --git a/.github/workflows/deploy_dapp.yml b/.github/workflows/deploy_dapp.yml index 4a5f7f2fd..3bc70e2de 100644 --- a/.github/workflows/deploy_dapp.yml +++ b/.github/workflows/deploy_dapp.yml @@ -28,10 +28,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7.25.1 + version: 7.30.0 - uses: actions/setup-node@v3 with: - node-version: 18.13.0 + node-version: 18.15.0 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile @@ -84,10 +84,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7.25.1 + version: 7.30.0 - uses: actions/setup-node@v3 with: - node-version: 18.13.0 + node-version: 18.15.0 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index fd82df4bf..b3e363ec0 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -28,10 +28,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7.25.1 + version: 7.30.0 - uses: actions/setup-node@v3 with: - node-version: 18.13.0 + node-version: 18.15.0 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile @@ -80,10 +80,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7.25.1 + version: 7.30.0 - uses: actions/setup-node@v3 with: - node-version: 18.13.0 + node-version: 18.15.0 cache: pnpm - uses: webfactory/ssh-agent@v0.6.0 with: diff --git a/.github/workflows/publish_core.yaml b/.github/workflows/publish_core.yaml index 369ba6b55..65367cd84 100644 --- a/.github/workflows/publish_core.yaml +++ b/.github/workflows/publish_core.yaml @@ -12,11 +12,11 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7.25.1 + version: 7.30.0 - name: Install node uses: actions/setup-node@v3 with: - node-version: 18.13.0 + node-version: 18.15.0 registry-url: https://registry.npmjs.org/ cache: 'pnpm' - name: Install deps diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5945d8151..f7c6eada7 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -23,10 +23,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7.25.1 + version: 7.30.0 - uses: actions/setup-node@v3 with: - node-version: 18.13.0 + node-version: 18.15.0 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile @@ -58,10 +58,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: - version: 7.25.1 + version: 7.30.0 - uses: actions/setup-node@v3 with: - node-version: 18.13.0 + node-version: 18.15.0 cache: pnpm - name: Install dependencies run: pnpm install --frozen-lockfile diff --git a/.nvmrc b/.nvmrc index 0e9dc6b58..e048c8ca1 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.13.0 +v18.15.0 diff --git a/Dockerfile b/Dockerfile index 5ec8c2c65..8dd923aa7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM node:18.13.0-alpine3.16 +FROM node:18.15.0-alpine3.16 RUN apk add --no-cache libc6-compat git WORKDIR /app # Install pnpm -RUN npm i -g pnpm@7.25.1 +RUN npm i -g pnpm@7.30.0 # Copy patches COPY ./patches ./patches diff --git a/package.json b/package.json index dd74b45ca..227cd4f7d 100644 --- a/package.json +++ b/package.json @@ -52,15 +52,15 @@ "test:ci": "pnpm nx affected --target=test:ci" }, "devDependencies": { - "@commitlint/cli": "^17.4.4", + "@commitlint/cli": "^17.5.1", "@commitlint/config-conventional": "^17.4.4", "@ianvs/prettier-plugin-sort-imports": "^3.7.1", - "@nrwl/devkit": "15.8.7", - "@nrwl/jest": "15.8.7", + "@nrwl/devkit": "15.8.9", + "@nrwl/jest": "15.8.9", "@nrwl/nx-cloud": "^15.2.3", "@types/eslint": "^8.21.2", "@types/jest": "^29.5.0", - "@types/node": "^18.15.3", + "@types/node": "^18.15.10", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "audit-ci": "^6.6.1", @@ -76,25 +76,26 @@ "is-ci": "^3.0.1", "jest": "^29.5.0", "lint-staged": "^13.2.0", - "nx": "15.8.7", + "nx": "15.8.9", "prettier": "^2.8.4", "prettier-plugin-packagejson": "^2.4.3", "prettier-plugin-tailwindcss": "^0.2.4", "ts-node": "^10.9.1", "typescript": "^4.9.5" }, - "packageManager": "pnpm@7.25.1", + "packageManager": "pnpm@7.30.0", "engines": { - "node": ">=18.13.0" + "node": ">=18.15.0" }, "volta": { - "node": "18.13.0", - "pnpm": "7.25.1" + "node": "18.15.0", + "pnpm": "7.30.0" }, "pnpm": { "patchedDependencies": { "cross-fetch@3.1.5": "patches/cross-fetch@3.1.5.patch", "@metamask/snaps-types@0.28.0": "patches/@metamask__snaps-types@0.28.0.patch" - } + }, + "allowNonAppliedPatches": true } } diff --git a/packages/dapp/package.json b/packages/dapp/package.json index 8bd0450ce..b1d340e31 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -28,22 +28,22 @@ "@veramo/core": "5.1.2", "clsx": "^1.2.1", "ethers": "^6.0.8", - "next": "13.2.3", + "next": "13.2.4", "next-themes": "^0.2.1", "prettier-plugin-tailwindcss": "^0.2.4", "prop-types": "^15.8.1", "react": "18.2.0", "react-dom": "18.2.0", - "tailwind-scrollbar": "^2.1.0", + "tailwind-scrollbar": "^3.0.0", "zustand": "^4.3.2" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^3.7.1", - "@svgr/webpack": "^6.5.1", + "@svgr/webpack": "^7.0.0", "@types/eslint": "^8", - "@types/node": "18.15.3", + "@types/node": "18.15.10", "@types/prettier": "^2", - "@types/react": "18.0.28", + "@types/react": "18.0.30", "@types/react-dom": "18.0.11", "autoprefixer": "^10.4.13", "eslint": "^8.32.0", @@ -55,12 +55,12 @@ "prettier": "^2.8.4", "prettier-plugin-packagejson": "^2.4.3", "sass": "^1.57.1", - "stylelint": "^14.16.1", + "stylelint": "^15.3.0", "stylelint-config-css-modules": "^4.1.0", "stylelint-config-prettier-scss": "^0.0.1", - "stylelint-config-standard-scss": "^6.1.0", - "stylelint-prettier": "^2.0.0", - "stylelint-webpack-plugin": "^3.3.0", + "stylelint-config-standard-scss": "^7.0.1", + "stylelint-prettier": "^3.0.0", + "stylelint-webpack-plugin": "^4.1.0", "tailwindcss": "^3.2.7", "typescript": "^4.9.5" }, diff --git a/packages/docs/package.json b/packages/docs/package.json index 5ec6c4a5f..1924c5aa7 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -59,7 +59,7 @@ "@docusaurus/plugin-content-docs": "^2.3.1", "@ianvs/prettier-plugin-sort-imports": "^3.7.1", "@tsconfig/docusaurus": "^1.0.6", - "@types/react": "18.0.28", + "@types/react": "18.0.30", "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "eslint": "^8.34.0", @@ -73,14 +73,14 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-unused-imports": "^2.0.0", "lint-staged": "^13.1.2", - "precompress": "^9.1.1", + "precompress": "^10.0.2", "prettier": "^2.8.4", "prettier-plugin-packagejson": "^2.4.3", "rimraf": "^4.4.0", - "stylelint": "^14.16.1", + "stylelint": "^15.3.0", "stylelint-config-css-modules": "^4.1.0", "stylelint-config-prettier": "^9.0.5", - "stylelint-config-standard": "^29.0.0", + "stylelint-config-standard": "^31.0.0", "typescript": "^4.9.5" }, "nx": { diff --git a/packages/snap/package.json b/packages/snap/package.json index a0dc6ba27..1060ac86a 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -98,13 +98,13 @@ "secp256k1": "4.0.3", "ts-jest": "^29.0.5", "uuid": "^9.0.0", - "web-did-resolver": "2.0.21" + "web-did-resolver": "2.0.22" }, "devDependencies": { "@babel/core": "^7.21.3", "@babel/plugin-syntax-import-assertions": "^7.20.0", "@babel/preset-typescript": "^7.21.0", - "@commitlint/cli": "^17.4.4", + "@commitlint/cli": "^17.5.1", "@commitlint/config-conventional": "^17.4.4", "@ianvs/prettier-plugin-sort-imports": "^3.7.1", "@metamask/snaps-cli": "0.28.0", @@ -114,7 +114,7 @@ "@types/jest": "^29.5.0", "@types/jsonpath": "^0.2.0", "@types/lodash.clonedeep": "^4.5.7", - "@types/node": "18.15.3", + "@types/node": "18.15.10", "@types/secp256k1": "^4.0.3", "@types/webpack": "^5.28.0", "@typescript-eslint/eslint-plugin": "^5.55.0", @@ -137,13 +137,13 @@ "jest-extended": "^3.2.4", "lint-staged": "^13.2.0", "postinstall-postinstall": "^2.1.0", - "precompress": "^10.0.1", + "precompress": "^10.0.2", "prettier": "^2.8.4", "prettier-plugin-packagejson": "^2.4.3", "rimraf": "^4.4.0", "ts-node": "^10.9.1", "typescript": "^4.9.5", - "webpack": "5.75.0", + "webpack": "5.76.3", "webpack-cli": "5.0.1", "webpack-merge": "5.8.0", "webpackbar": "5.0.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fffc8e177..7488fe8e7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,15 +12,15 @@ importers: .: specifiers: - '@commitlint/cli': ^17.4.4 + '@commitlint/cli': ^17.5.1 '@commitlint/config-conventional': ^17.4.4 '@ianvs/prettier-plugin-sort-imports': ^3.7.1 - '@nrwl/devkit': 15.8.7 - '@nrwl/jest': 15.8.7 + '@nrwl/devkit': 15.8.9 + '@nrwl/jest': 15.8.9 '@nrwl/nx-cloud': ^15.2.3 '@types/eslint': ^8.21.2 '@types/jest': ^29.5.0 - '@types/node': ^18.15.3 + '@types/node': ^18.15.10 '@typescript-eslint/eslint-plugin': ^5.55.0 '@typescript-eslint/parser': ^5.55.0 audit-ci: ^6.6.1 @@ -36,22 +36,22 @@ importers: is-ci: ^3.0.1 jest: ^29.5.0 lint-staged: ^13.2.0 - nx: 15.8.7 + nx: 15.8.9 prettier: ^2.8.4 prettier-plugin-packagejson: ^2.4.3 prettier-plugin-tailwindcss: ^0.2.4 ts-node: ^10.9.1 typescript: ^4.9.5 devDependencies: - '@commitlint/cli': 17.5.0 + '@commitlint/cli': 17.5.1 '@commitlint/config-conventional': 17.4.4 '@ianvs/prettier-plugin-sort-imports': 3.7.2_prettier@2.8.7 - '@nrwl/devkit': 15.8.7_nx@15.8.7+typescript@4.9.5 - '@nrwl/jest': 15.8.7_reqpferttr2jsjvapmz53y2vk4 + '@nrwl/devkit': 15.8.9_nx@15.8.9+typescript@4.9.5 + '@nrwl/jest': 15.8.9_5gwwmacuen5ybkergoi52ligay '@nrwl/nx-cloud': 15.3.2 '@types/eslint': 8.21.3 '@types/jest': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@typescript-eslint/eslint-plugin': 5.57.0_5t5646cukn2kik5kiydglap3vi '@typescript-eslint/parser': 5.57.0_vgl77cfdswitgr47lm5swmv43m audit-ci: 6.6.1 @@ -65,13 +65,13 @@ importers: eslint-plugin-prettier: 4.2.1_ywlv3zveqg2kxfq44lflihh5mm husky: 8.0.3 is-ci: 3.0.1 - jest: 29.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest: 29.5.0_m54q5dse6x3xfnwbnypkikpaee lint-staged: 13.2.0 - nx: 15.8.7 + nx: 15.8.9 prettier: 2.8.7 prettier-plugin-packagejson: 2.4.3_prettier@2.8.7 prettier-plugin-tailwindcss: 0.2.5_it6dmlw7gffs35k5m3t3bb3la4 - ts-node: 10.9.1_cbfmry4sbbh4vatmdrsmatfg5a + ts-node: 10.9.1_z3vu5dg2hu3jqyh3anri5tms2q typescript: 4.9.5 libs/utils: @@ -135,12 +135,12 @@ importers: '@ianvs/prettier-plugin-sort-imports': ^3.7.1 '@metamask/detect-provider': ^2.0.0 '@radix-ui/react-toast': ^1.1.2 - '@svgr/webpack': ^6.5.1 + '@svgr/webpack': ^7.0.0 '@tanstack/react-table': ^8.7.8 '@types/eslint': ^8 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/prettier': ^2 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-dom': 18.0.11 '@veramo/core': 5.1.2 autoprefixer: ^10.4.13 @@ -151,7 +151,7 @@ importers: eslint-plugin-prettier: ^4.2.1 eslint-plugin-unused-imports: ^2.0.0 ethers: ^6.0.8 - next: 13.2.3 + next: 13.2.4 next-themes: ^0.2.1 postcss: ^8.4.21 prettier: ^2.8.4 @@ -161,13 +161,13 @@ importers: react: 18.2.0 react-dom: 18.2.0 sass: ^1.57.1 - stylelint: ^14.16.1 + stylelint: ^15.3.0 stylelint-config-css-modules: ^4.1.0 stylelint-config-prettier-scss: ^0.0.1 - stylelint-config-standard-scss: ^6.1.0 - stylelint-prettier: ^2.0.0 - stylelint-webpack-plugin: ^3.3.0 - tailwind-scrollbar: ^2.1.0 + stylelint-config-standard-scss: ^7.0.1 + stylelint-prettier: ^3.0.0 + stylelint-webpack-plugin: ^4.1.0 + tailwind-scrollbar: ^3.0.0 tailwindcss: ^3.2.7 typescript: ^4.9.5 zustand: ^4.3.2 @@ -183,21 +183,21 @@ importers: '@veramo/core': 5.1.2 clsx: 1.2.1 ethers: 6.2.3 - next: 13.2.3_5y7qh6ykubtj2qr2evk3di7hpa - next-themes: 0.2.1_nvzgbose6yf6w7ijjprgspqefi + next: 13.2.4_5y7qh6ykubtj2qr2evk3di7hpa + next-themes: 0.2.1_ld2jel3hspngo3u5lti2kgl2sq prettier-plugin-tailwindcss: 0.2.5_it6dmlw7gffs35k5m3t3bb3la4 prop-types: 15.8.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - tailwind-scrollbar: 2.1.0_tailwindcss@3.2.7 + tailwind-scrollbar: 3.0.0_tailwindcss@3.2.7 zustand: 4.3.6_react@18.2.0 devDependencies: '@ianvs/prettier-plugin-sort-imports': 3.7.2_prettier@2.8.7 - '@svgr/webpack': 6.5.1 + '@svgr/webpack': 7.0.0 '@types/eslint': 8.21.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/prettier': 2.7.2 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-dom': 18.0.11 autoprefixer: 10.4.14_postcss@8.4.21 eslint: 8.36.0 @@ -209,12 +209,12 @@ importers: prettier: 2.8.7 prettier-plugin-packagejson: 2.4.3_prettier@2.8.7 sass: 1.60.0 - stylelint: 14.16.1 - stylelint-config-css-modules: 4.2.0_stylelint@14.16.1 - stylelint-config-prettier-scss: 0.0.1_stylelint@14.16.1 - stylelint-config-standard-scss: 6.1.0_w5gtdy6oq4ictd5o4eu6befejy - stylelint-prettier: 2.0.0_bhlcxbilkzruxf35oriswk2mqm - stylelint-webpack-plugin: 3.3.0_stylelint@14.16.1 + stylelint: 15.3.0 + stylelint-config-css-modules: 4.2.0_stylelint@15.3.0 + stylelint-config-prettier-scss: 0.0.1_stylelint@15.3.0 + stylelint-config-standard-scss: 7.0.1_xd434hbhlikjpobg3rgppuzh3e + stylelint-prettier: 3.0.0_6i4typnqotoqmooak3ignv77xy + stylelint-webpack-plugin: 4.1.0_stylelint@15.3.0 tailwindcss: 3.2.7_postcss@8.4.21 typescript: 4.9.5 @@ -235,7 +235,7 @@ importers: '@mui/icons-material': ^5.11.9 '@mui/material': ^5.11.10 '@tsconfig/docusaurus': ^1.0.6 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@typescript-eslint/eslint-plugin': ^5.53.0 '@typescript-eslint/parser': ^5.53.0 '@web3-react/core': ^6.1.9 @@ -253,31 +253,31 @@ importers: eslint-plugin-unused-imports: ^2.0.0 ethers: ^5.7.2 lint-staged: ^13.1.2 - precompress: ^9.1.1 + precompress: ^10.0.2 prettier: ^2.8.4 prettier-plugin-packagejson: ^2.4.3 prism-react-renderer: ^1.3.5 react: ^18.2.0 react-dom: ^18.2.0 rimraf: ^4.4.0 - stylelint: ^14.16.1 + stylelint: ^15.3.0 stylelint-config-css-modules: ^4.1.0 stylelint-config-prettier: ^9.0.5 - stylelint-config-standard: ^29.0.0 + stylelint-config-standard: ^31.0.0 typescript: ^4.9.5 web3: ^1.8.2 dependencies: '@blockchain-lab-um/ssi-snap-connector': link:../connector '@blockchain-lab-um/ssi-snap-types': link:../types '@docusaurus/core': 2.3.1_gpdukexrhjgu66opmh7iixboiu - '@docusaurus/preset-classic': 2.3.1_qt7jxhik3le2qutqteepi444bi - '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 - '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia + '@docusaurus/preset-classic': 2.3.1_pmy5ifktlm6diu77n76jexept4 + '@emotion/react': 11.10.6_2thlp7g7odiqm7dwhn3rlhxaa4 + '@emotion/styled': 11.10.6_cfcdhdr57xmqdzhb6aq4iia5f4 '@ethersproject/providers': 5.7.2 '@mdx-js/react': 1.6.22_react@18.2.0 '@metamask/providers': 10.2.1 - '@mui/icons-material': 5.11.11_apxknyxvl46cjjhrrp53pe5pxy - '@mui/material': 5.11.14_xqeqsl5kvjjtyxwyi3jhw3yuli + '@mui/icons-material': 5.11.11_r2azkhsbcjpgr7h4skmoqqeh54 + '@mui/material': 5.11.14_quat5witkhq3gbgscvy3yo7r7a '@web3-react/core': 6.1.9_react@18.2.0 '@web3-react/injected-connector': 6.0.7 clsx: 1.2.1 @@ -291,7 +291,7 @@ importers: '@docusaurus/plugin-content-docs': 2.4.0_gpdukexrhjgu66opmh7iixboiu '@ianvs/prettier-plugin-sort-imports': 3.7.2_prettier@2.8.7 '@tsconfig/docusaurus': 1.0.7 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@typescript-eslint/eslint-plugin': 5.57.0_5t5646cukn2kik5kiydglap3vi '@typescript-eslint/parser': 5.57.0_vgl77cfdswitgr47lm5swmv43m eslint: 8.36.0 @@ -305,14 +305,14 @@ importers: eslint-plugin-react-hooks: 4.6.0_eslint@8.36.0 eslint-plugin-unused-imports: 2.0.0_bh3gacn4tk2wj6fu7gisfablcy lint-staged: 13.2.0 - precompress: 9.1.1 + precompress: 10.0.2 prettier: 2.8.7 prettier-plugin-packagejson: 2.4.3_prettier@2.8.7 rimraf: 4.4.1 - stylelint: 14.16.1 - stylelint-config-css-modules: 4.2.0_stylelint@14.16.1 - stylelint-config-prettier: 9.0.5_stylelint@14.16.1 - stylelint-config-standard: 29.0.0_stylelint@14.16.1 + stylelint: 15.3.0 + stylelint-config-css-modules: 4.2.0_stylelint@15.3.0 + stylelint-config-prettier: 9.0.5_stylelint@15.3.0 + stylelint-config-standard: 31.0.0_stylelint@15.3.0 typescript: 4.9.5 packages/snap: @@ -326,7 +326,7 @@ importers: '@blockchain-lab-um/veramo-vc-manager': '*' '@ceramicnetwork/http-client': 2.20.0 '@ceramicnetwork/streamid': 2.14.0 - '@commitlint/cli': ^17.4.4 + '@commitlint/cli': ^17.5.1 '@commitlint/config-conventional': ^17.4.4 '@didtools/pkh-ethereum': ^0.0.2 '@glazed/did-datastore': 0.3.2 @@ -343,7 +343,7 @@ importers: '@types/jest': ^29.5.0 '@types/jsonpath': ^0.2.0 '@types/lodash.clonedeep': ^4.5.7 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/secp256k1': ^4.0.3 '@types/uuid': ^9.0.1 '@types/webpack': ^5.28.0 @@ -399,7 +399,7 @@ importers: lodash.clonedeep: ^4.5.0 multiformats: ^11.0.2 postinstall-postinstall: ^2.1.0 - precompress: ^10.0.1 + precompress: ^10.0.2 prettier: ^2.8.4 prettier-plugin-packagejson: ^2.4.3 rimraf: ^4.4.0 @@ -408,8 +408,8 @@ importers: ts-node: ^10.9.1 typescript: ^4.9.5 uuid: ^9.0.0 - web-did-resolver: 2.0.21 - webpack: 5.75.0 + web-did-resolver: 2.0.22 + webpack: 5.76.3 webpack-cli: 5.0.1 webpack-merge: 5.8.0 webpackbar: 5.0.2 @@ -463,12 +463,12 @@ importers: secp256k1: 4.0.3 ts-jest: 29.0.5_q744lk64cx4tbpg7zn4yr5nesi uuid: 9.0.0 - web-did-resolver: 2.0.21 + web-did-resolver: 2.0.22 devDependencies: '@babel/core': 7.21.3 '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.21.3 '@babel/preset-typescript': 7.21.0_@babel+core@7.21.3 - '@commitlint/cli': 17.5.0_@swc+core@1.3.42 + '@commitlint/cli': 17.5.1_@swc+core@1.3.42 '@commitlint/config-conventional': 17.4.4 '@ianvs/prettier-plugin-sort-imports': 3.7.2_prettier@2.8.7 '@metamask/snaps-cli': 0.28.0 @@ -478,13 +478,13 @@ importers: '@types/jest': 29.5.0 '@types/jsonpath': 0.2.0 '@types/lodash.clonedeep': 4.5.7 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/secp256k1': 4.0.3 '@types/webpack': 5.28.1_wfd5rlvlmpbpyqtrbwbe2u7vpa '@typescript-eslint/eslint-plugin': 5.57.0_5t5646cukn2kik5kiydglap3vi '@typescript-eslint/parser': 5.57.0_vgl77cfdswitgr47lm5swmv43m audit-ci: 6.6.1 - babel-loader: 9.1.2_j3l6jndlp7jcq6s4bl4ig4yfme + babel-loader: 9.1.2_qtovpurzjlo3biun26ymnwui7i cross-env: 7.0.3 eslint: 8.36.0 eslint-config-prettier: 8.8.0_eslint@8.36.0 @@ -493,11 +493,11 @@ importers: eslint-plugin-jest-extended: 2.0.0_vgl77cfdswitgr47lm5swmv43m eslint-plugin-prettier: 4.2.1_ywlv3zveqg2kxfq44lflihh5mm eslint-plugin-unused-imports: 2.0.0_bh3gacn4tk2wj6fu7gisfablcy - eslint-webpack-plugin: 4.0.0_z62k3dgnr6jbdlqj2thrt6g3ii - fork-ts-checker-webpack-plugin: 8.0.0_hhrrucqyg4eysmfpujvov2ym5u + eslint-webpack-plugin: 4.0.0_gq25nzrc5ulbrewficr3tpmdki + fork-ts-checker-webpack-plugin: 8.0.0_t37drsge5fnqkss6ynqsf64hyi hook-shell-script-webpack-plugin: 0.2.0 is-ci: 3.0.1 - jest: 29.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest: 29.5.0_m54q5dse6x3xfnwbnypkikpaee jest-extended: 3.2.4_jest@29.5.0 lint-staged: 13.2.0 postinstall-postinstall: 2.1.0 @@ -505,12 +505,12 @@ importers: prettier: 2.8.7 prettier-plugin-packagejson: 2.4.3_prettier@2.8.7 rimraf: 4.4.1 - ts-node: 10.9.1_etd2ldttxnytaqlvttjo65to7q + ts-node: 10.9.1_tg62r7x7ueatmrzf2qggdlzv6i typescript: 4.9.5 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa - webpack-cli: 5.0.1_webpack@5.75.0 + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack-cli: 5.0.1_webpack@5.76.3 webpack-merge: 5.8.0 - webpackbar: 5.0.2_webpack@5.75.0 + webpackbar: 5.0.2_webpack@5.76.3 packages/types: specifiers: @@ -2139,15 +2139,15 @@ packages: requiresBuild: true optional: true - /@commitlint/cli/17.5.0: - resolution: {integrity: sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==} + /@commitlint/cli/17.5.1: + resolution: {integrity: sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 '@commitlint/lint': 17.4.4 '@commitlint/load': 17.5.0 - '@commitlint/read': 17.4.4 + '@commitlint/read': 17.5.1 '@commitlint/types': 17.4.4 execa: 5.1.1 lodash.isfunction: 3.0.9 @@ -2159,15 +2159,15 @@ packages: - '@swc/wasm' dev: true - /@commitlint/cli/17.5.0_@swc+core@1.3.42: - resolution: {integrity: sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==} + /@commitlint/cli/17.5.1_@swc+core@1.3.42: + resolution: {integrity: sha512-pRRgGSzdHQHehxZbGA3qF6wVPyl+EEQgTe/t321rtMLFbuJ7nRj2waS17s/v5oEbyZtiY5S8PGB6XtEIm0I+Sg==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 '@commitlint/lint': 17.4.4 '@commitlint/load': 17.5.0_@swc+core@1.3.42 - '@commitlint/read': 17.4.4 + '@commitlint/read': 17.5.1 '@commitlint/types': 17.4.4 execa: 5.1.1 lodash.isfunction: 3.0.9 @@ -2245,15 +2245,15 @@ packages: '@commitlint/execute-rule': 17.4.0 '@commitlint/resolve-extends': 17.4.4 '@commitlint/types': 17.4.4 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0_xpbhsfpn5tsw264wy6mojm5vre + cosmiconfig-typescript-loader: 4.3.0_cwejo6a3jrsuzg27ji24tbs5ya lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1_cbfmry4sbbh4vatmdrsmatfg5a + ts-node: 10.9.1_z3vu5dg2hu3jqyh3anri5tms2q typescript: 4.9.5 transitivePeerDependencies: - '@swc/core' @@ -2268,15 +2268,15 @@ packages: '@commitlint/execute-rule': 17.4.0 '@commitlint/resolve-extends': 17.4.4 '@commitlint/types': 17.4.4 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 cosmiconfig: 8.1.3 - cosmiconfig-typescript-loader: 4.3.0_xpbhsfpn5tsw264wy6mojm5vre + cosmiconfig-typescript-loader: 4.3.0_cwejo6a3jrsuzg27ji24tbs5ya lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1_etd2ldttxnytaqlvttjo65to7q + ts-node: 10.9.1_tg62r7x7ueatmrzf2qggdlzv6i typescript: 4.9.5 transitivePeerDependencies: - '@swc/core' @@ -2297,8 +2297,8 @@ packages: conventional-commits-parser: 3.2.4 dev: true - /@commitlint/read/17.4.4: - resolution: {integrity: sha512-B2TvUMJKK+Svzs6eji23WXsRJ8PAD+orI44lVuVNsm5zmI7O8RSGJMvdEZEikiA4Vohfb+HevaPoWZ7PiFZ3zA==} + /@commitlint/read/17.5.1: + resolution: {integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==} engines: {node: '>=v14'} dependencies: '@commitlint/top-level': 17.4.0 @@ -2356,6 +2356,31 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.9 + /@csstools/css-parser-algorithms/2.1.0_5vzy4lghjvuzkedkkk4tqwjftm: + resolution: {integrity: sha512-KP8TicdXpUyeB1NMlbHud/1l39xvLGvqNFWMpG4qC6H1zs9SadGUHe5SO92n/659sDW9aGDvm9AMru0DZkN1Bw==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + '@csstools/css-tokenizer': ^2.0.0 + dependencies: + '@csstools/css-tokenizer': 2.1.0 + dev: true + + /@csstools/css-tokenizer/2.1.0: + resolution: {integrity: sha512-dtqFyoJBHUxGi9zPZdpCKP1xk8tq6KPHJ/NY4qWXiYo6IcSGwzk3L8x2XzZbbyOyBs9xQARoGveU2AsgLj6D2A==} + engines: {node: ^14 || ^16 || >=18} + dev: true + + /@csstools/media-query-list-parser/2.0.2_eu5cdbcexitnvbdq5yia3g22um: + resolution: {integrity: sha512-8V6JD8Av1HttuClYr1ZBu0LRVe5Nnz4qrv8RppO8mobsX/USBHZy5JQOXYIlpOVhl46nzkx3X5cfH6CqUghjrQ==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + '@csstools/css-parser-algorithms': ^2.0.0 + '@csstools/css-tokenizer': ^2.0.0 + dependencies: + '@csstools/css-parser-algorithms': 2.1.0_5vzy4lghjvuzkedkkk4tqwjftm + '@csstools/css-tokenizer': 2.1.0 + dev: true + /@csstools/selector-specificity/2.2.0_laljekdltgzr3kfi7r4exvsr5a: resolution: {integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==} engines: {node: ^14 || ^16 || >=18} @@ -2592,7 +2617,7 @@ packages: resolution: {integrity: sha512-6SCwI7P8ao+se1TUsdZ7B4XzL+gqeQZnBc+2EONZlcVa0dVrk0NjETxozFKgMv0eEGH8QzP1fkN+A1rH61l4eg==} dev: false - /@docsearch/react/3.3.3_zula6vjvt3wdocc4mwcxqa6nzi: + /@docsearch/react/3.3.3_4qaawyptjkcgzqorucvhm3koke: resolution: {integrity: sha512-pLa0cxnl+G0FuIDuYlW+EBK6Rw2jwLw9B1RHIeS4N4s2VhsfJ/wzeCi3CWcs5yVfxLd5ZK50t//TMA5e79YT7Q==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -2609,7 +2634,7 @@ packages: '@algolia/autocomplete-core': 1.7.4 '@algolia/autocomplete-preset-algolia': 1.7.4_algoliasearch@4.16.0 '@docsearch/css': 3.3.3 - '@types/react': 18.0.28 + '@types/react': 18.0.30 algoliasearch: 4.16.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -2645,7 +2670,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.7 '@svgr/webpack': 6.5.1 autoprefixer: 10.4.14_postcss@8.4.21 - babel-loader: 8.3.0_j3l6jndlp7jcq6s4bl4ig4yfme + babel-loader: 8.3.0_qtovpurzjlo3biun26ymnwui7i babel-plugin-dynamic-import-node: 2.3.3 boxen: 6.2.1 chalk: 4.1.2 @@ -2654,33 +2679,33 @@ packages: cli-table3: 0.6.3 combine-promises: 1.1.0 commander: 5.1.0 - copy-webpack-plugin: 11.0.0_webpack@5.75.0 + copy-webpack-plugin: 11.0.0_webpack@5.76.3 core-js: 3.29.1 - css-loader: 6.7.3_webpack@5.75.0 - css-minimizer-webpack-plugin: 4.2.2_dpcjkp5o5ztxuvt4quwwvenemi + css-loader: 6.7.3_webpack@5.76.3 + css-minimizer-webpack-plugin: 4.2.2_6xivdjm2sml3syouufpdefilzi cssnano: 5.1.15_postcss@8.4.21 del: 6.1.1 detect-port: 1.5.1 escape-html: 1.0.3 eta: 2.0.1 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 html-minifier-terser: 6.1.0 html-tags: 3.2.0 - html-webpack-plugin: 5.5.0_webpack@5.75.0 + html-webpack-plugin: 5.5.0_webpack@5.76.3 import-fresh: 3.3.0 leven: 3.1.0 lodash: 4.17.21 - mini-css-extract-plugin: 2.7.5_webpack@5.75.0 + mini-css-extract-plugin: 2.7.5_webpack@5.76.3 postcss: 8.4.21 - postcss-loader: 7.1.0_6jdsrmfenkuhhw3gx4zvjlznce + postcss-loader: 7.1.0_twwyhqqim6liv4fz2ggv7g4m5a prompts: 2.4.2 react: 18.2.0 - react-dev-utils: 12.0.1_ppjkfppa74pa6dp4kvr5fwj5re + react-dev-utils: 12.0.1_wjtuovir4bgaqcifkekrkmozri react-dom: 18.2.0_react@18.2.0 react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0 - react-loadable-ssr-addon-v5-slorber: 1.0.1_pwfl7zyferpbeh35vaepqxwaky + react-loadable-ssr-addon-v5-slorber: 1.0.1_r7pi7vlw6nkfjbr5epugnhqe3u react-router: 5.3.4_react@18.2.0 react-router-config: 5.1.1_rlw3ibuvnpt5jvejeevjcf4ije react-router-dom: 5.3.4_react@18.2.0 @@ -2688,16 +2713,16 @@ packages: semver: 7.3.8 serve-handler: 6.1.5 shelljs: 0.8.5 - terser-webpack-plugin: 5.3.7_webpack@5.75.0 + terser-webpack-plugin: 5.3.7_webpack@5.76.3 tslib: 2.5.0 update-notifier: 5.1.0 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq wait-on: 6.0.1 - webpack: 5.75.0 + webpack: 5.76.3 webpack-bundle-analyzer: 4.8.0 - webpack-dev-server: 4.13.1_webpack@5.75.0 + webpack-dev-server: 4.13.1_webpack@5.76.3 webpack-merge: 5.8.0 - webpackbar: 5.0.2_webpack@5.75.0 + webpackbar: 5.0.2_webpack@5.76.3 transitivePeerDependencies: - '@docusaurus/types' - '@parcel/css' @@ -2745,7 +2770,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.7 '@svgr/webpack': 6.5.1 autoprefixer: 10.4.14_postcss@8.4.21 - babel-loader: 8.3.0_j3l6jndlp7jcq6s4bl4ig4yfme + babel-loader: 8.3.0_qtovpurzjlo3biun26ymnwui7i babel-plugin-dynamic-import-node: 2.3.3 boxen: 6.2.1 chalk: 4.1.2 @@ -2754,33 +2779,33 @@ packages: cli-table3: 0.6.3 combine-promises: 1.1.0 commander: 5.1.0 - copy-webpack-plugin: 11.0.0_webpack@5.75.0 + copy-webpack-plugin: 11.0.0_webpack@5.76.3 core-js: 3.29.1 - css-loader: 6.7.3_webpack@5.75.0 - css-minimizer-webpack-plugin: 4.2.2_dpcjkp5o5ztxuvt4quwwvenemi + css-loader: 6.7.3_webpack@5.76.3 + css-minimizer-webpack-plugin: 4.2.2_6xivdjm2sml3syouufpdefilzi cssnano: 5.1.15_postcss@8.4.21 del: 6.1.1 detect-port: 1.5.1 escape-html: 1.0.3 eta: 2.0.1 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 html-minifier-terser: 6.1.0 html-tags: 3.2.0 - html-webpack-plugin: 5.5.0_webpack@5.75.0 + html-webpack-plugin: 5.5.0_webpack@5.76.3 import-fresh: 3.3.0 leven: 3.1.0 lodash: 4.17.21 - mini-css-extract-plugin: 2.7.5_webpack@5.75.0 + mini-css-extract-plugin: 2.7.5_webpack@5.76.3 postcss: 8.4.21 - postcss-loader: 7.1.0_6jdsrmfenkuhhw3gx4zvjlznce + postcss-loader: 7.1.0_twwyhqqim6liv4fz2ggv7g4m5a prompts: 2.4.2 react: 18.2.0 - react-dev-utils: 12.0.1_ppjkfppa74pa6dp4kvr5fwj5re + react-dev-utils: 12.0.1_wjtuovir4bgaqcifkekrkmozri react-dom: 18.2.0_react@18.2.0 react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0 - react-loadable-ssr-addon-v5-slorber: 1.0.1_pwfl7zyferpbeh35vaepqxwaky + react-loadable-ssr-addon-v5-slorber: 1.0.1_r7pi7vlw6nkfjbr5epugnhqe3u react-router: 5.3.4_react@18.2.0 react-router-config: 5.1.1_rlw3ibuvnpt5jvejeevjcf4ije react-router-dom: 5.3.4_react@18.2.0 @@ -2788,16 +2813,16 @@ packages: semver: 7.3.8 serve-handler: 6.1.5 shelljs: 0.8.5 - terser-webpack-plugin: 5.3.7_webpack@5.75.0 + terser-webpack-plugin: 5.3.7_webpack@5.76.3 tslib: 2.5.0 update-notifier: 5.1.0 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq wait-on: 6.0.1 - webpack: 5.75.0 + webpack: 5.76.3 webpack-bundle-analyzer: 4.8.0 - webpack-dev-server: 4.13.1_webpack@5.75.0 + webpack-dev-server: 4.13.1_webpack@5.76.3 webpack-merge: 5.8.0 - webpackbar: 5.0.2_webpack@5.75.0 + webpackbar: 5.0.2_webpack@5.76.3 transitivePeerDependencies: - '@docusaurus/types' - '@parcel/css' @@ -2845,7 +2870,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.7 '@svgr/webpack': 6.5.1 autoprefixer: 10.4.14_postcss@8.4.21 - babel-loader: 8.3.0_j3l6jndlp7jcq6s4bl4ig4yfme + babel-loader: 8.3.0_qtovpurzjlo3biun26ymnwui7i babel-plugin-dynamic-import-node: 2.3.3 boxen: 6.2.1 chalk: 4.1.2 @@ -2854,33 +2879,33 @@ packages: cli-table3: 0.6.3 combine-promises: 1.1.0 commander: 5.1.0 - copy-webpack-plugin: 11.0.0_webpack@5.75.0 + copy-webpack-plugin: 11.0.0_webpack@5.76.3 core-js: 3.29.1 - css-loader: 6.7.3_webpack@5.75.0 - css-minimizer-webpack-plugin: 4.2.2_dpcjkp5o5ztxuvt4quwwvenemi + css-loader: 6.7.3_webpack@5.76.3 + css-minimizer-webpack-plugin: 4.2.2_6xivdjm2sml3syouufpdefilzi cssnano: 5.1.15_postcss@8.4.21 del: 6.1.1 detect-port: 1.5.1 escape-html: 1.0.3 eta: 2.0.1 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 html-minifier-terser: 6.1.0 html-tags: 3.2.0 - html-webpack-plugin: 5.5.0_webpack@5.75.0 + html-webpack-plugin: 5.5.0_webpack@5.76.3 import-fresh: 3.3.0 leven: 3.1.0 lodash: 4.17.21 - mini-css-extract-plugin: 2.7.5_webpack@5.75.0 + mini-css-extract-plugin: 2.7.5_webpack@5.76.3 postcss: 8.4.21 - postcss-loader: 7.1.0_6jdsrmfenkuhhw3gx4zvjlznce + postcss-loader: 7.1.0_twwyhqqim6liv4fz2ggv7g4m5a prompts: 2.4.2 react: 18.2.0 - react-dev-utils: 12.0.1_ppjkfppa74pa6dp4kvr5fwj5re + react-dev-utils: 12.0.1_wjtuovir4bgaqcifkekrkmozri react-dom: 18.2.0_react@18.2.0 react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0 - react-loadable-ssr-addon-v5-slorber: 1.0.1_pwfl7zyferpbeh35vaepqxwaky + react-loadable-ssr-addon-v5-slorber: 1.0.1_r7pi7vlw6nkfjbr5epugnhqe3u react-router: 5.3.4_react@18.2.0 react-router-config: 5.1.1_rlw3ibuvnpt5jvejeevjcf4ije react-router-dom: 5.3.4_react@18.2.0 @@ -2888,16 +2913,16 @@ packages: semver: 7.3.8 serve-handler: 6.1.5 shelljs: 0.8.5 - terser-webpack-plugin: 5.3.7_webpack@5.75.0 + terser-webpack-plugin: 5.3.7_webpack@5.76.3 tslib: 2.5.0 update-notifier: 5.1.0 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq wait-on: 6.0.1 - webpack: 5.75.0 + webpack: 5.76.3 webpack-bundle-analyzer: 4.8.0 - webpack-dev-server: 4.13.1_webpack@5.75.0 + webpack-dev-server: 4.13.1_webpack@5.76.3 webpack-merge: 5.8.0 - webpackbar: 5.0.2_webpack@5.75.0 + webpackbar: 5.0.2_webpack@5.76.3 transitivePeerDependencies: - '@docusaurus/types' - '@parcel/css' @@ -2966,7 +2991,7 @@ packages: '@docusaurus/utils': 2.3.1 '@mdx-js/mdx': 1.6.22 escape-html: 1.0.3 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 image-size: 1.0.2 mdast-util-to-string: 2.0.0 @@ -2977,8 +3002,8 @@ packages: tslib: 2.5.0 unified: 9.2.2 unist-util-visit: 2.0.3 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em - webpack: 5.75.0 + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq + webpack: 5.76.3 transitivePeerDependencies: - '@docusaurus/types' - '@swc/core' @@ -3001,7 +3026,7 @@ packages: '@docusaurus/utils': 2.3.1_@docusaurus+types@2.3.1 '@mdx-js/mdx': 1.6.22 escape-html: 1.0.3 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 image-size: 1.0.2 mdast-util-to-string: 2.0.0 @@ -3012,8 +3037,8 @@ packages: tslib: 2.5.0 unified: 9.2.2 unist-util-visit: 2.0.3 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em - webpack: 5.75.0 + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq + webpack: 5.76.3 transitivePeerDependencies: - '@docusaurus/types' - '@swc/core' @@ -3036,7 +3061,7 @@ packages: '@docusaurus/utils': 2.4.0_@docusaurus+types@2.4.0 '@mdx-js/mdx': 1.6.22 escape-html: 1.0.3 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 image-size: 1.0.2 mdast-util-to-string: 2.0.0 @@ -3047,8 +3072,8 @@ packages: tslib: 2.5.0 unified: 9.2.2 unist-util-visit: 2.0.3 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em - webpack: 5.75.0 + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq + webpack: 5.76.3 transitivePeerDependencies: - '@docusaurus/types' - '@swc/core' @@ -3067,7 +3092,7 @@ packages: '@docusaurus/react-loadable': 5.5.2_react@18.2.0 '@docusaurus/types': 2.3.1_biqbaboplfbrettd7655fr4n2y '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-router-config': 5.0.6 '@types/react-router-dom': 5.3.3 react: 18.2.0 @@ -3090,7 +3115,7 @@ packages: '@docusaurus/react-loadable': 5.5.2_react@18.2.0 '@docusaurus/types': 2.4.0_biqbaboplfbrettd7655fr4n2y '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-router-config': 5.0.6 '@types/react-router-dom': 5.3.3 react: 18.2.0 @@ -3128,7 +3153,7 @@ packages: tslib: 2.5.0 unist-util-visit: 2.0.3 utility-types: 3.10.0 - webpack: 5.75.0 + webpack: 5.76.3 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3171,7 +3196,7 @@ packages: react-dom: 18.2.0_react@18.2.0 tslib: 2.5.0 utility-types: 3.10.0 - webpack: 5.75.0 + webpack: 5.76.3 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3214,7 +3239,7 @@ packages: react-dom: 18.2.0_react@18.2.0 tslib: 2.5.0 utility-types: 3.10.0 - webpack: 5.75.0 + webpack: 5.76.3 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3249,7 +3274,7 @@ packages: react: 18.2.0 react-dom: 18.2.0_react@18.2.0 tslib: 2.5.0 - webpack: 5.75.0 + webpack: 5.76.3 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3268,7 +3293,7 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-debug/2.3.1_qt7jxhik3le2qutqteepi444bi: + /@docusaurus/plugin-debug/2.3.1_pmy5ifktlm6diu77n76jexept4: resolution: {integrity: sha512-Ujpml1Ppg4geB/2hyu2diWnO49az9U2bxM9Shen7b6qVcyFisNJTkVG2ocvLC7wM1efTJcUhBO6zAku2vKJGMw==} engines: {node: '>=16.14'} peerDependencies: @@ -3281,7 +3306,7 @@ packages: fs-extra: 10.1.0 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - react-json-view: 1.21.3_zula6vjvt3wdocc4mwcxqa6nzi + react-json-view: 1.21.3_4qaawyptjkcgzqorucvhm3koke tslib: 2.5.0 transitivePeerDependencies: - '@parcel/css' @@ -3432,7 +3457,7 @@ packages: - webpack-cli dev: false - /@docusaurus/preset-classic/2.3.1_qt7jxhik3le2qutqteepi444bi: + /@docusaurus/preset-classic/2.3.1_pmy5ifktlm6diu77n76jexept4: resolution: {integrity: sha512-OQ5W0AHyfdUk0IldwJ3BlnZ1EqoJuu2L2BMhqLbqwNWdkmzmSUvlFLH1Pe7CZSQgB2YUUC/DnmjbPKk/qQD0lQ==} engines: {node: '>=16.14'} peerDependencies: @@ -3443,14 +3468,14 @@ packages: '@docusaurus/plugin-content-blog': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/plugin-content-docs': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/plugin-content-pages': 2.3.1_gpdukexrhjgu66opmh7iixboiu - '@docusaurus/plugin-debug': 2.3.1_qt7jxhik3le2qutqteepi444bi + '@docusaurus/plugin-debug': 2.3.1_pmy5ifktlm6diu77n76jexept4 '@docusaurus/plugin-google-analytics': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/plugin-google-gtag': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/plugin-google-tag-manager': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/plugin-sitemap': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/theme-classic': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/theme-common': 2.3.1_3wwfkccewafcpmaink4pglvvei - '@docusaurus/theme-search-algolia': 2.3.1_n76cazq2nltvcqlgtjovx773cq + '@docusaurus/theme-search-algolia': 2.3.1_c3ygxbpfyepou2o557cts4iwoa '@docusaurus/types': 2.3.1_biqbaboplfbrettd7655fr4n2y react: 18.2.0 react-dom: 18.2.0_react@18.2.0 @@ -3480,7 +3505,7 @@ packages: peerDependencies: react: '*' dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.30 prop-types: 15.8.1 react: 18.2.0 @@ -3550,7 +3575,7 @@ packages: '@docusaurus/plugin-content-pages': 2.3.1_gpdukexrhjgu66opmh7iixboiu '@docusaurus/utils': 2.3.1_@docusaurus+types@2.3.1 '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-router-config': 5.0.6 clsx: 1.2.1 parse-numeric-range: 1.3.0 @@ -3579,14 +3604,14 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-search-algolia/2.3.1_n76cazq2nltvcqlgtjovx773cq: + /@docusaurus/theme-search-algolia/2.3.1_c3ygxbpfyepou2o557cts4iwoa: resolution: {integrity: sha512-JdHaRqRuH1X++g5fEMLnq7OtULSGQdrs9AbhcWRQ428ZB8/HOiaN6mj3hzHvcD3DFgu7koIVtWPQnvnN7iwzHA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docsearch/react': 3.3.3_zula6vjvt3wdocc4mwcxqa6nzi + '@docsearch/react': 3.3.3_4qaawyptjkcgzqorucvhm3koke '@docusaurus/core': 2.3.1_3wwfkccewafcpmaink4pglvvei '@docusaurus/logger': 2.3.1 '@docusaurus/plugin-content-docs': 2.3.1_gpdukexrhjgu66opmh7iixboiu @@ -3640,14 +3665,14 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 commander: 5.1.0 joi: 17.9.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y utility-types: 3.10.0 - webpack: 5.75.0 + webpack: 5.76.3 webpack-merge: 5.8.0 transitivePeerDependencies: - '@swc/core' @@ -3663,14 +3688,14 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 commander: 5.1.0 joi: 17.9.1 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-helmet-async: 1.3.0_biqbaboplfbrettd7655fr4n2y utility-types: 3.10.0 - webpack: 5.75.0 + webpack: 5.76.3 webpack-merge: 5.8.0 transitivePeerDependencies: - '@swc/core' @@ -3783,7 +3808,7 @@ packages: '@docusaurus/logger': 2.3.1 '@svgr/webpack': 6.5.1 escape-string-regexp: 4.0.0 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 github-slugger: 1.5.0 globby: 11.1.0 @@ -3794,8 +3819,8 @@ packages: resolve-pathname: 3.0.0 shelljs: 0.8.5 tslib: 2.5.0 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em - webpack: 5.75.0 + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq + webpack: 5.76.3 transitivePeerDependencies: - '@swc/core' - esbuild @@ -3817,7 +3842,7 @@ packages: '@docusaurus/types': 2.3.1_biqbaboplfbrettd7655fr4n2y '@svgr/webpack': 6.5.1 escape-string-regexp: 4.0.0 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 github-slugger: 1.5.0 globby: 11.1.0 @@ -3828,8 +3853,8 @@ packages: resolve-pathname: 3.0.0 shelljs: 0.8.5 tslib: 2.5.0 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em - webpack: 5.75.0 + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq + webpack: 5.76.3 transitivePeerDependencies: - '@swc/core' - esbuild @@ -3851,7 +3876,7 @@ packages: '@docusaurus/types': 2.4.0_biqbaboplfbrettd7655fr4n2y '@svgr/webpack': 6.5.1 escape-string-regexp: 4.0.0 - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 fs-extra: 10.1.0 github-slugger: 1.5.0 globby: 11.1.0 @@ -3862,8 +3887,8 @@ packages: resolve-pathname: 3.0.0 shelljs: 0.8.5 tslib: 2.5.0 - url-loader: 4.1.1_p5dl6emkcwslbw72e37w4ug7em - webpack: 5.75.0 + url-loader: 4.1.1_cj4axkvnwozfmnmvgy4d36yxaq + webpack: 5.76.3 transitivePeerDependencies: - '@swc/core' - esbuild @@ -3912,7 +3937,7 @@ packages: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} dev: false - /@emotion/react/11.10.6_pmekkgnqduwlme35zpnqhenc34: + /@emotion/react/11.10.6_2thlp7g7odiqm7dwhn3rlhxaa4: resolution: {integrity: sha512-6HT8jBmcSkfzO7mc+N1L9uwvOnlcGoix8Zn7srt+9ga0MjREo6lRpuVX0kzo6Jp6oTqDhREOFsygN6Ew4fEQbw==} peerDependencies: '@types/react': '*' @@ -3928,7 +3953,7 @@ packages: '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 '@emotion/weak-memoize': 0.3.0 - '@types/react': 18.0.28 + '@types/react': 18.0.30 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -3947,7 +3972,7 @@ packages: resolution: {integrity: sha512-zxRBwl93sHMsOj4zs+OslQKg/uhF38MB+OMKoCrVuS0nyTkqnau+BM3WGEoOptg9Oz45T/aIGs1qbVAsEFo3nA==} dev: false - /@emotion/styled/11.10.6_oouaibmszuch5k64ms7uxp2aia: + /@emotion/styled/11.10.6_cfcdhdr57xmqdzhb6aq4iia5f4: resolution: {integrity: sha512-OXtBzOmDSJo5Q0AFemHCfl+bUueT8BIcPSxu0EGTpGk6DmI5dnhSzQANm1e1ze0YZL7TDyAyy6s/b/zmGOS3Og==} peerDependencies: '@emotion/react': ^11.0.0-rc.0 @@ -3960,11 +3985,11 @@ packages: '@babel/runtime': 7.21.0 '@emotion/babel-plugin': 11.10.6 '@emotion/is-prop-valid': 1.2.0 - '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 + '@emotion/react': 11.10.6_2thlp7g7odiqm7dwhn3rlhxaa4 '@emotion/serialize': 1.1.1 '@emotion/use-insertion-effect-with-fallbacks': 1.0.0_react@18.2.0 '@emotion/utils': 1.2.0 - '@types/react': 18.0.28 + '@types/react': 18.0.30 react: 18.2.0 dev: false @@ -4733,7 +4758,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -4745,7 +4770,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 jest-message-util: 29.5.0 jest-util: 29.5.0 @@ -4765,14 +4790,14 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 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.5.0_@types+node@18.15.3 + jest-config: 29.5.0_@types+node@18.15.10 jest-haste-map: 29.5.0 jest-message-util: 29.5.0 jest-regex-util: 29.4.3 @@ -4807,14 +4832,14 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 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.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest-config: 29.5.0_m54q5dse6x3xfnwbnypkikpaee jest-haste-map: 29.5.0 jest-message-util: 29.5.0 jest-regex-util: 29.4.3 @@ -4847,7 +4872,7 @@ packages: dependencies: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-mock: 28.1.3 dev: true @@ -4857,7 +4882,7 @@ packages: dependencies: '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-mock: 29.5.0 /@jest/expect-utils/28.1.3: @@ -4898,7 +4923,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-message-util: 28.1.3 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -4910,7 +4935,7 @@ packages: dependencies: '@jest/types': 29.5.0 '@sinonjs/fake-timers': 10.0.2 - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-message-util: 29.5.0 jest-mock: 29.5.0 jest-util: 29.5.0 @@ -4952,7 +4977,7 @@ packages: '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -4990,7 +5015,7 @@ packages: '@jest/transform': 29.5.0 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.17 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -5140,7 +5165,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/yargs': 16.0.5 chalk: 4.1.2 dev: true @@ -5152,7 +5177,7 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true @@ -5164,7 +5189,7 @@ packages: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/yargs': 17.0.24 chalk: 4.1.2 @@ -5464,7 +5489,7 @@ packages: - supports-color - utf-8-validate - /@mui/base/5.0.0-alpha.122_zula6vjvt3wdocc4mwcxqa6nzi: + /@mui/base/5.0.0-alpha.122_4qaawyptjkcgzqorucvhm3koke: resolution: {integrity: sha512-IgZEFQyHa39J1+Q3tekVdhPuUm1fr3icddaNLmiAIeYTVXmR7KR5FhBAIL0P+4shlPq0liUPGlXryoTm0iCeFg==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5477,10 +5502,10 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@emotion/is-prop-valid': 1.2.0 - '@mui/types': 7.2.3_@types+react@18.0.28 + '@mui/types': 7.2.3_@types+react@18.0.30 '@mui/utils': 5.11.13_react@18.2.0 '@popperjs/core': 2.11.7 - '@types/react': 18.0.28 + '@types/react': 18.0.30 clsx: 1.2.1 prop-types: 15.8.1 react: 18.2.0 @@ -5492,7 +5517,7 @@ packages: resolution: {integrity: sha512-rfc08z6+3Fif+Gopx2/qmk+MEQlwYeA+gOcSK048BHkTty/ol/boHuVeL2BNC/cf9OVRjJLYHtVb/DeW791LSQ==} dev: false - /@mui/icons-material/5.11.11_apxknyxvl46cjjhrrp53pe5pxy: + /@mui/icons-material/5.11.11_r2azkhsbcjpgr7h4skmoqqeh54: resolution: {integrity: sha512-Eell3ADmQVE8HOpt/LZ3zIma8JSvPh3XgnhwZLT0k5HRqZcd6F/QDHc7xsWtgz09t+UEFvOYJXjtrwKmLdwwpw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5504,12 +5529,12 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@mui/material': 5.11.14_xqeqsl5kvjjtyxwyi3jhw3yuli - '@types/react': 18.0.28 + '@mui/material': 5.11.14_quat5witkhq3gbgscvy3yo7r7a + '@types/react': 18.0.30 react: 18.2.0 dev: false - /@mui/material/5.11.14_xqeqsl5kvjjtyxwyi3jhw3yuli: + /@mui/material/5.11.14_quat5witkhq3gbgscvy3yo7r7a: resolution: {integrity: sha512-uoiUyybmo+M+nYARBygmbXgX6s/hH0NKD56LCAv9XvmdGVoXhEGjOvxI5/Bng6FS3NNybnA8V+rgZW1Z/9OJtA==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5527,14 +5552,14 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 - '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia - '@mui/base': 5.0.0-alpha.122_zula6vjvt3wdocc4mwcxqa6nzi + '@emotion/react': 11.10.6_2thlp7g7odiqm7dwhn3rlhxaa4 + '@emotion/styled': 11.10.6_cfcdhdr57xmqdzhb6aq4iia5f4 + '@mui/base': 5.0.0-alpha.122_4qaawyptjkcgzqorucvhm3koke '@mui/core-downloads-tracker': 5.11.14 - '@mui/system': 5.11.14_d2lgyfpecxdc2bsiwyag5wf7ti - '@mui/types': 7.2.3_@types+react@18.0.28 + '@mui/system': 5.11.14_42hzwjss4leimendqmlox2jjey + '@mui/types': 7.2.3_@types+react@18.0.30 '@mui/utils': 5.11.13_react@18.2.0 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-transition-group': 4.4.5 clsx: 1.2.1 csstype: 3.1.1 @@ -5545,7 +5570,7 @@ packages: react-transition-group: 4.4.5_biqbaboplfbrettd7655fr4n2y dev: false - /@mui/private-theming/5.11.13_pmekkgnqduwlme35zpnqhenc34: + /@mui/private-theming/5.11.13_2thlp7g7odiqm7dwhn3rlhxaa4: resolution: {integrity: sha512-PJnYNKzW5LIx3R+Zsp6WZVPs6w5sEKJ7mgLNnUXuYB1zo5aX71FVLtV7geyPXRcaN2tsoRNK7h444ED0t7cIjA==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5557,7 +5582,7 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@mui/utils': 5.11.13_react@18.2.0 - '@types/react': 18.0.28 + '@types/react': 18.0.30 prop-types: 15.8.1 react: 18.2.0 dev: false @@ -5577,14 +5602,14 @@ packages: dependencies: '@babel/runtime': 7.21.0 '@emotion/cache': 11.10.5 - '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 - '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia + '@emotion/react': 11.10.6_2thlp7g7odiqm7dwhn3rlhxaa4 + '@emotion/styled': 11.10.6_cfcdhdr57xmqdzhb6aq4iia5f4 csstype: 3.1.1 prop-types: 15.8.1 react: 18.2.0 dev: false - /@mui/system/5.11.14_d2lgyfpecxdc2bsiwyag5wf7ti: + /@mui/system/5.11.14_42hzwjss4leimendqmlox2jjey: resolution: {integrity: sha512-/MBv5dUoijJNEKEGi5tppIszGN0o2uejmeISi5vl0CLcaQsI1cd+uBgK+JYUP1VWvI/MtkWRLVSWtF2FWhu5Nw==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5601,20 +5626,20 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.0 - '@emotion/react': 11.10.6_pmekkgnqduwlme35zpnqhenc34 - '@emotion/styled': 11.10.6_oouaibmszuch5k64ms7uxp2aia - '@mui/private-theming': 5.11.13_pmekkgnqduwlme35zpnqhenc34 + '@emotion/react': 11.10.6_2thlp7g7odiqm7dwhn3rlhxaa4 + '@emotion/styled': 11.10.6_cfcdhdr57xmqdzhb6aq4iia5f4 + '@mui/private-theming': 5.11.13_2thlp7g7odiqm7dwhn3rlhxaa4 '@mui/styled-engine': 5.11.11_xqp3pgpqjlfxxa3zxu4zoc4fba - '@mui/types': 7.2.3_@types+react@18.0.28 + '@mui/types': 7.2.3_@types+react@18.0.30 '@mui/utils': 5.11.13_react@18.2.0 - '@types/react': 18.0.28 + '@types/react': 18.0.30 clsx: 1.2.1 csstype: 3.1.1 prop-types: 15.8.1 react: 18.2.0 dev: false - /@mui/types/7.2.3_@types+react@18.0.28: + /@mui/types/7.2.3_@types+react@18.0.30: resolution: {integrity: sha512-tZ+CQggbe9Ol7e/Fs5RcKwg/woU+o8DCtOnccX6KmbBc7YrfqMYEYuaIcXHuhpT880QwNkZZ3wQwvtlDFA2yOw==} peerDependencies: '@types/react': '*' @@ -5622,7 +5647,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.30 dev: false /@mui/utils/5.11.13_react@18.2.0: @@ -5643,8 +5668,8 @@ packages: resolution: {integrity: sha512-eMk0b9ReBbV23xXU693TAIrLyeO5iTgBZGSJfpqriG8UkYvr/hC9u9pyMlAakDNHWmbhMZCDs6KQO0jzKD8OTw==} dev: false - /@next/env/13.2.3: - resolution: {integrity: sha512-FN50r/E+b8wuqyRjmGaqvqNDuWBWYWQiigfZ50KnSFH0f+AMQQyaZl+Zm2+CIpKk0fL9QxhLxOpTVA3xFHgFow==} + /@next/env/13.2.4: + resolution: {integrity: sha512-+Mq3TtpkeeKFZanPturjcXt+KHfKYnLlX6jMLyCrmpq6OOs4i1GqBOAauSkii9QeKCMTYzGppar21JU57b/GEA==} dev: false /@next/eslint-plugin-next/13.2.4: @@ -5653,8 +5678,8 @@ packages: glob: 7.1.7 dev: true - /@next/swc-android-arm-eabi/13.2.3: - resolution: {integrity: sha512-mykdVaAXX/gm+eFO2kPeVjnOCKwanJ9mV2U0lsUGLrEdMUifPUjiXKc6qFAIs08PvmTMOLMNnUxqhGsJlWGKSw==} + /@next/swc-android-arm-eabi/13.2.4: + resolution: {integrity: sha512-DWlalTSkLjDU11MY11jg17O1gGQzpRccM9Oes2yTqj2DpHndajrXHGxj9HGtJ+idq2k7ImUdJVWS2h2l/EDJOw==} engines: {node: '>= 10'} cpu: [arm] os: [android] @@ -5662,8 +5687,8 @@ packages: dev: false optional: true - /@next/swc-android-arm64/13.2.3: - resolution: {integrity: sha512-8XwHPpA12gdIFtope+n9xCtJZM3U4gH4vVTpUwJ2w1kfxFmCpwQ4xmeGSkR67uOg80yRMuF0h9V1ueo05sws5w==} + /@next/swc-android-arm64/13.2.4: + resolution: {integrity: sha512-sRavmUImUCf332Gy+PjIfLkMhiRX1Ez4SI+3vFDRs1N5eXp+uNzjFUK/oLMMOzk6KFSkbiK/3Wt8+dHQR/flNg==} engines: {node: '>= 10'} cpu: [arm64] os: [android] @@ -5671,8 +5696,8 @@ packages: dev: false optional: true - /@next/swc-darwin-arm64/13.2.3: - resolution: {integrity: sha512-TXOubiFdLpMfMtaRu1K5d1I9ipKbW5iS2BNbu8zJhoqrhk3Kp7aRKTxqFfWrbliAHhWVE/3fQZUYZOWSXVQi1w==} + /@next/swc-darwin-arm64/13.2.4: + resolution: {integrity: sha512-S6vBl+OrInP47TM3LlYx65betocKUUlTZDDKzTiRDbsRESeyIkBtZ6Qi5uT2zQs4imqllJznVjFd1bXLx3Aa6A==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -5680,8 +5705,8 @@ packages: dev: false optional: true - /@next/swc-darwin-x64/13.2.3: - resolution: {integrity: sha512-GZctkN6bJbpjlFiS5pylgB2pifHvgkqLAPumJzxnxkf7kqNm6rOGuNjsROvOWVWXmKhrzQkREO/WPS2aWsr/yw==} + /@next/swc-darwin-x64/13.2.4: + resolution: {integrity: sha512-a6LBuoYGcFOPGd4o8TPo7wmv5FnMr+Prz+vYHopEDuhDoMSHOnC+v+Ab4D7F0NMZkvQjEJQdJS3rqgFhlZmKlw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -5689,8 +5714,8 @@ packages: dev: false optional: true - /@next/swc-freebsd-x64/13.2.3: - resolution: {integrity: sha512-rK6GpmMt/mU6MPuav0/M7hJ/3t8HbKPCELw/Uqhi4732xoq2hJ2zbo2FkYs56y6w0KiXrIp4IOwNB9K8L/q62g==} + /@next/swc-freebsd-x64/13.2.4: + resolution: {integrity: sha512-kkbzKVZGPaXRBPisoAQkh3xh22r+TD+5HwoC5bOkALraJ0dsOQgSMAvzMXKsN3tMzJUPS0tjtRf1cTzrQ0I5vQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] @@ -5698,8 +5723,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm-gnueabihf/13.2.3: - resolution: {integrity: sha512-yeiCp/Odt1UJ4KUE89XkeaaboIDiVFqKP4esvoLKGJ0fcqJXMofj4ad3tuQxAMs3F+qqrz9MclqhAHkex1aPZA==} + /@next/swc-linux-arm-gnueabihf/13.2.4: + resolution: {integrity: sha512-7qA1++UY0fjprqtjBZaOA6cas/7GekpjVsZn/0uHvquuITFCdKGFCsKNBx3S0Rpxmx6WYo0GcmhNRM9ru08BGg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -5707,8 +5732,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-gnu/13.2.3: - resolution: {integrity: sha512-/miIopDOUsuNlvjBjTipvoyjjaxgkOuvlz+cIbbPcm1eFvzX2ltSfgMgty15GuOiR8Hub4FeTSiq3g2dmCkzGA==} + /@next/swc-linux-arm64-gnu/13.2.4: + resolution: {integrity: sha512-xzYZdAeq883MwXgcwc72hqo/F/dwUxCukpDOkx/j1HTq/J0wJthMGjinN9wH5bPR98Mfeh1MZJ91WWPnZOedOg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -5716,8 +5741,8 @@ packages: dev: false optional: true - /@next/swc-linux-arm64-musl/13.2.3: - resolution: {integrity: sha512-sujxFDhMMDjqhruup8LLGV/y+nCPi6nm5DlFoThMJFvaaKr/imhkXuk8uCTq4YJDbtRxnjydFv2y8laBSJVC2g==} + /@next/swc-linux-arm64-musl/13.2.4: + resolution: {integrity: sha512-8rXr3WfmqSiYkb71qzuDP6I6R2T2tpkmf83elDN8z783N9nvTJf2E7eLx86wu2OJCi4T05nuxCsh4IOU3LQ5xw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -5725,8 +5750,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-gnu/13.2.3: - resolution: {integrity: sha512-w5MyxPknVvC9LVnMenAYMXMx4KxPwXuJRMQFvY71uXg68n7cvcas85U5zkdrbmuZ+JvsO5SIG8k36/6X3nUhmQ==} + /@next/swc-linux-x64-gnu/13.2.4: + resolution: {integrity: sha512-Ngxh51zGSlYJ4EfpKG4LI6WfquulNdtmHg1yuOYlaAr33KyPJp4HeN/tivBnAHcZkoNy0hh/SbwDyCnz5PFJQQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -5734,8 +5759,8 @@ packages: dev: false optional: true - /@next/swc-linux-x64-musl/13.2.3: - resolution: {integrity: sha512-CTeelh8OzSOVqpzMFMFnVRJIFAFQoTsI9RmVJWW/92S4xfECGcOzgsX37CZ8K982WHRzKU7exeh7vYdG/Eh4CA==} + /@next/swc-linux-x64-musl/13.2.4: + resolution: {integrity: sha512-gOvwIYoSxd+j14LOcvJr+ekd9fwYT1RyMAHOp7znA10+l40wkFiMONPLWiZuHxfRk+Dy7YdNdDh3ImumvL6VwA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -5743,8 +5768,8 @@ packages: dev: false optional: true - /@next/swc-win32-arm64-msvc/13.2.3: - resolution: {integrity: sha512-7N1KBQP5mo4xf52cFCHgMjzbc9jizIlkTepe9tMa2WFvEIlKDfdt38QYcr9mbtny17yuaIw02FXOVEytGzqdOQ==} + /@next/swc-win32-arm64-msvc/13.2.4: + resolution: {integrity: sha512-q3NJzcfClgBm4HvdcnoEncmztxrA5GXqKeiZ/hADvC56pwNALt3ngDC6t6qr1YW9V/EPDxCYeaX4zYxHciW4Dw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -5752,8 +5777,8 @@ packages: dev: false optional: true - /@next/swc-win32-ia32-msvc/13.2.3: - resolution: {integrity: sha512-LzWD5pTSipUXTEMRjtxES/NBYktuZdo7xExJqGDMnZU8WOI+v9mQzsmQgZS/q02eIv78JOCSemqVVKZBGCgUvA==} + /@next/swc-win32-ia32-msvc/13.2.4: + resolution: {integrity: sha512-/eZ5ncmHUYtD2fc6EUmAIZlAJnVT2YmxDsKs1Ourx0ttTtvtma/WKlMV5NoUsyOez0f9ExLyOpeCoz5aj+MPXw==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] @@ -5761,8 +5786,8 @@ packages: dev: false optional: true - /@next/swc-win32-x64-msvc/13.2.3: - resolution: {integrity: sha512-aLG2MaFs4y7IwaMTosz2r4mVbqRyCnMoFqOcmfTi7/mAS+G4IMH0vJp4oLdbshqiVoiVuKrAfqtXj55/m7Qu1Q==} + /@next/swc-win32-x64-msvc/13.2.4: + resolution: {integrity: sha512-0MffFmyv7tBLlji01qc0IaPP/LVExzvj7/R5x1Jph1bTAIj4Vu81yFQWHHQAP6r4ff9Ukj1mBK6MDNVXm7Tcvw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5809,25 +5834,25 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@nrwl/cli/15.8.7: - resolution: {integrity: sha512-G1NEy4jGuZJ/7KjhLQNOe11XmoTgwJS82FW8Tbo4iceq2ItSEbe7bkA8xTSK/AzUixZIMimztb9Oyxw/n1ajGQ==} + /@nrwl/cli/15.8.9: + resolution: {integrity: sha512-b0lGAXMqyIXyJHCpVyqnm8hCFSRARDiWkSzE3R7dVLTuu0Z9vdnrNUctMipjlzZk10Ipd8iggsjrToMbDcL7dA==} dependencies: - nx: 15.8.7 + nx: 15.8.9 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/devkit/15.8.7_nx@15.8.7+typescript@4.9.5: - resolution: {integrity: sha512-A99nZrA5KN9wRn2uYX2vKByA+t2XEGoZBR5TU/bpXbPYrh92qAHkIJ8ke3ImGQOlzk4iIaZ5Me0k7k1p9Zx4wA==} + /@nrwl/devkit/15.8.9_nx@15.8.9+typescript@4.9.5: + resolution: {integrity: sha512-/AbdsBJjo4q0ZCLOGEPTcBTOQz/FZqKi9z/VlvUjwGJKwC5B58cb3F3lfiI7agahf3ODy7vrL5marjF5cOnlLQ==} peerDependencies: nx: '>= 14.1 <= 16' dependencies: '@phenomnomnominal/tsquery': 4.1.1_typescript@4.9.5 ejs: 3.1.9 ignore: 5.2.4 - nx: 15.8.7 + nx: 15.8.9 semver: 7.3.4 tmp: 0.2.1 tslib: 2.5.0 @@ -5835,18 +5860,18 @@ packages: - typescript dev: true - /@nrwl/jest/15.8.7_reqpferttr2jsjvapmz53y2vk4: - resolution: {integrity: sha512-olTRYD/m1qu/sAaw/z7XOp0amsTKDa6hJvQDK26/1BkJiuKaYLSW/Ec7f39Ilw/zrde+fNg3YUOGiXxuQ10k4g==} + /@nrwl/jest/15.8.9_5gwwmacuen5ybkergoi52ligay: + resolution: {integrity: sha512-xJDYZOmFqo1QExusRIKhB2EUloCJTfrGHmAcdW3UyGkDj5qadUlTSjitf9PKk4JOco5qdwqvgpttzQ+AH/3byQ==} dependencies: '@jest/reporters': 28.1.1 '@jest/test-result': 28.1.1 - '@nrwl/devkit': 15.8.7_nx@15.8.7+typescript@4.9.5 - '@nrwl/js': 15.8.7_eccwiqpb4vu6datokgmkjmly3i + '@nrwl/devkit': 15.8.9_nx@15.8.9+typescript@4.9.5 + '@nrwl/js': 15.8.9_k54h6x6ae4mjn6dg3mteyazuyi '@phenomnomnominal/tsquery': 4.1.1_typescript@4.9.5 chalk: 4.1.2 dotenv: 10.0.0 identity-obj-proxy: 3.0.0 - jest-config: 28.1.1_d2dllaz5dte7avnjm55wl7fmsu + jest-config: 28.1.1_m54q5dse6x3xfnwbnypkikpaee jest-resolve: 28.1.1 jest-util: 28.1.1 resolve.exports: 1.1.0 @@ -5865,8 +5890,8 @@ packages: - typescript dev: true - /@nrwl/js/15.8.7_eccwiqpb4vu6datokgmkjmly3i: - resolution: {integrity: sha512-FPOtTSIVHXnQG2uPzgvgtjBlMaHnxPKwG+3Qv1gQN9uHxd9e59TryARS+Q7/Y/qSP6woQjSVEcxkp1zJ2DhFFA==} + /@nrwl/js/15.8.9_2gc7deld5rprescztjpvrjwcwu: + resolution: {integrity: sha512-pHpKUfM9WNCXHXD0DJKzHHw81JQQmGD3uDbC4M7fNDSq0JYt5ztmG9lEd8MgHDel76YW0fcGR0X/e/KvTJ5UAQ==} dependencies: '@babel/core': 7.21.3 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.3 @@ -5875,8 +5900,8 @@ packages: '@babel/preset-env': 7.20.2_@babel+core@7.21.3 '@babel/preset-typescript': 7.21.0_@babel+core@7.21.3 '@babel/runtime': 7.21.0 - '@nrwl/devkit': 15.8.7_nx@15.8.7+typescript@4.9.5 - '@nrwl/workspace': 15.8.7_owjyt45647gzbapm7z6scohxzu + '@nrwl/devkit': 15.8.9_nx@15.8.9+typescript@4.9.5 + '@nrwl/workspace': 15.8.9_erhqnhond52bpeyvirmp3gjrp4 '@phenomnomnominal/tsquery': 4.1.1_typescript@4.9.5 babel-plugin-const-enum: 1.2.0_@babel+core@7.21.3 babel-plugin-macros: 2.8.0 @@ -5894,15 +5919,14 @@ packages: - '@swc-node/register' - '@swc/core' - debug - - eslint - nx - prettier - supports-color - typescript dev: true - /@nrwl/js/15.8.7_lv3syqph3ert56wtuniv4apfbi: - resolution: {integrity: sha512-FPOtTSIVHXnQG2uPzgvgtjBlMaHnxPKwG+3Qv1gQN9uHxd9e59TryARS+Q7/Y/qSP6woQjSVEcxkp1zJ2DhFFA==} + /@nrwl/js/15.8.9_k54h6x6ae4mjn6dg3mteyazuyi: + resolution: {integrity: sha512-pHpKUfM9WNCXHXD0DJKzHHw81JQQmGD3uDbC4M7fNDSq0JYt5ztmG9lEd8MgHDel76YW0fcGR0X/e/KvTJ5UAQ==} dependencies: '@babel/core': 7.21.3 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.3 @@ -5911,8 +5935,8 @@ packages: '@babel/preset-env': 7.20.2_@babel+core@7.21.3 '@babel/preset-typescript': 7.21.0_@babel+core@7.21.3 '@babel/runtime': 7.21.0 - '@nrwl/devkit': 15.8.7_nx@15.8.7+typescript@4.9.5 - '@nrwl/workspace': 15.8.7_erhqnhond52bpeyvirmp3gjrp4 + '@nrwl/devkit': 15.8.9_nx@15.8.9+typescript@4.9.5 + '@nrwl/workspace': 15.8.9_owjyt45647gzbapm7z6scohxzu '@phenomnomnominal/tsquery': 4.1.1_typescript@4.9.5 babel-plugin-const-enum: 1.2.0_@babel+core@7.21.3 babel-plugin-macros: 2.8.0 @@ -5930,22 +5954,23 @@ packages: - '@swc-node/register' - '@swc/core' - debug + - eslint - nx - prettier - supports-color - typescript dev: true - /@nrwl/linter/15.8.7_eccwiqpb4vu6datokgmkjmly3i: - resolution: {integrity: sha512-s0RDjpGCkBZ83GuJfNGf3yTLb+KXzOz68BUEBPW2iw4ziMcMfQ5ep6zj7/5nzblaUMGslPBldqQ2N23JoiAo4w==} + /@nrwl/linter/15.8.9_k54h6x6ae4mjn6dg3mteyazuyi: + resolution: {integrity: sha512-cPzUGEUCravAfF5dnmU0nBlTSnY3Zk8jdGiF2EzqPKBLdJ0cIKoQs8iCmXx0VCFoCM9vxs+LbbUflaZP718E1w==} peerDependencies: eslint: ^8.0.0 peerDependenciesMeta: eslint: optional: true dependencies: - '@nrwl/devkit': 15.8.7_nx@15.8.7+typescript@4.9.5 - '@nrwl/js': 15.8.7_lv3syqph3ert56wtuniv4apfbi + '@nrwl/devkit': 15.8.9_nx@15.8.9+typescript@4.9.5 + '@nrwl/js': 15.8.9_2gc7deld5rprescztjpvrjwcwu '@phenomnomnominal/tsquery': 4.1.1_typescript@4.9.5 eslint: 8.36.0 tmp: 0.2.1 @@ -5976,8 +6001,8 @@ packages: - debug dev: true - /@nrwl/nx-darwin-arm64/15.8.7: - resolution: {integrity: sha512-+cu8J337gRxUHjz2TGwS/2Oh3yw8d3/T6SoBfvee1DY72VQaeYd8UTz0doOhDtmc/zowvRu7ZVsW0ytNB0jIXQ==} + /@nrwl/nx-darwin-arm64/15.8.9: + resolution: {integrity: sha512-ZTwLlo+Bl8i9Gsq7dQFda8Pqs8qUAANeZdWiYo8ZsVmpcQZO2FTC3mwKsUhUuoFxoEiP/cwQAYY6WRTPE9RuGg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -5985,8 +6010,8 @@ packages: dev: true optional: true - /@nrwl/nx-darwin-x64/15.8.7: - resolution: {integrity: sha512-VqHJEP0wgFu1MU0Bo1vKZ5/s7ThRfYkX8SyGUxjVTzR02CrsjC4rNxFoKD8Cc4YkUn44U/F78toGf+i2gRcjSQ==} + /@nrwl/nx-darwin-x64/15.8.9: + resolution: {integrity: sha512-EQu3pUGiFaCFjS9/Jp4zsANWxGvc/2r1Vpo3X8pXnhzD7yQhWiLLc+oXL1K2Jh6wbcB2tKM5ms6Iap7NlkOMIA==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -5994,8 +6019,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm-gnueabihf/15.8.7: - resolution: {integrity: sha512-4F/8awwqPTt7zKQolvjBNrcR1wYicPjGchLOdaqnfMxn/iRRUdh0hD11mEP5zHNv9gZs/nOIvhdBUErNjFkplQ==} + /@nrwl/nx-linux-arm-gnueabihf/15.8.9: + resolution: {integrity: sha512-N4BCrRt74cvfPOiYG/JV8Z6jarduksL+GgqR5n2Ki+yOxkLYPWxyoqcEzzKhnxdFxdquCl9f27tqGaOmEAoHvQ==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -6003,8 +6028,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm64-gnu/15.8.7: - resolution: {integrity: sha512-3ZTSZx02Vv5emQOpaDROIcLtQucoXAe73zGKYDTXB95mxbOPSjjQJ8Rtx+BeqWq9JQoZZyRcD0qnBkTTy1aLRg==} + /@nrwl/nx-linux-arm64-gnu/15.8.9: + resolution: {integrity: sha512-uni6VbpxZ0C0S15qbIc+6oHnvrX3Ug9FM8UodSy2FmNiPgJDtfSAyUWqDNdv3RzWRSP9i1Z+tOEHW+wzpz5MfA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -6012,8 +6037,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-arm64-musl/15.8.7: - resolution: {integrity: sha512-SZxTomiHxAh8El+swbmGSGcaA0vGbHb/rmhFAixo19INu1wBJfD6hjkVJt17h6PyEO7BIYPOpRia6Poxnyv8hA==} + /@nrwl/nx-linux-arm64-musl/15.8.9: + resolution: {integrity: sha512-2mFMl/yEC1xToBk10nUGBD9XPnZHqDC2bvgFE3AqjKrbGTi/X9SgFejtlyOZJxg8z5lCz+2EqbsdZF61syUD4A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -6021,8 +6046,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-x64-gnu/15.8.7: - resolution: {integrity: sha512-BlNC6Zz1/x6CFbBFTVrgRGMOPqb7zWh5cOjBVNpoBXYTEth1UXb2r1U+gpuQ4xdUqG+uXoWhy6BHJjqBIjzLJA==} + /@nrwl/nx-linux-x64-gnu/15.8.9: + resolution: {integrity: sha512-UQe+tfrRi00yftoKFPsr1TnYdhxaNqfU+pXeX9BCeBMWmoifcQuqv2KvXXPSv2iQGlN7s1JqgOFemQbbtZvVrQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -6030,8 +6055,8 @@ packages: dev: true optional: true - /@nrwl/nx-linux-x64-musl/15.8.7: - resolution: {integrity: sha512-FNYX/IKy8SUbw6bJpvwZrup2YQBYmSJwP6Rw76Vf7c32XHk7uA6AjiPWMIrZCSndXcry8fnwXvR+J2Dnyo82nQ==} + /@nrwl/nx-linux-x64-musl/15.8.9: + resolution: {integrity: sha512-0RSEqFdwJmJZDhuj8yOKqxIr7olY4Xm+0hMNjz+20BVi2g37Oq138VC0iikzwaQVDP5Ude3cVaoRw4VBYlPfNw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -6039,8 +6064,8 @@ packages: dev: true optional: true - /@nrwl/nx-win32-arm64-msvc/15.8.7: - resolution: {integrity: sha512-sZALEzazjPAeLlw6IbFWsMidCZ4ZM3GKWZZ6rsAqG2y7I9t4nlUPH/y/Isl9MuLBvrBCBXbVnD20wh6EhtuwTw==} + /@nrwl/nx-win32-arm64-msvc/15.8.9: + resolution: {integrity: sha512-GRs0cF3hyT7wdwlTwP4L5HG9LuHxt+I0/lTYzzUsUSs2WIvn6qycoKZv1qc/aSdZv+LgdKiPE5U7zHEVc6zpaA==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -6048,8 +6073,8 @@ packages: dev: true optional: true - /@nrwl/nx-win32-x64-msvc/15.8.7: - resolution: {integrity: sha512-VMdDptI2rqkLQRCvertF29QeA/V/MnFtHbsmVzMCEv5EUfrkHbA5LLxV66LLfngmkDT1FHktffztlsMpbxvhRw==} + /@nrwl/nx-win32-x64-msvc/15.8.9: + resolution: {integrity: sha512-u0L3T1ZMr4j1YM+6DdxnaJUl+VSkbSu+2vcLvLyo+c+Ekhr/JDirXPfyCdoM6c/DN+1NK1Km29soawX9Oyb2MA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -6057,27 +6082,27 @@ packages: dev: true optional: true - /@nrwl/tao/15.8.7: - resolution: {integrity: sha512-wA7QIEh0VwWcyo32Y/xSCTwnQTGcZupe933nResXv8mAb36W8MoR5SXRx+Wdd8fJ1eWlm2tuotIrslhN+lYx/Q==} + /@nrwl/tao/15.8.9: + resolution: {integrity: sha512-pJF1ISvRaqdMHQFAQvccsiUJCaegn4CCX9GDfvdTTOPpWD2WS/vq+5o7bOWJ14E0jtn+92MfLisK7Z+CSuyoWg==} hasBin: true dependencies: - nx: 15.8.7 + nx: 15.8.9 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' - debug dev: true - /@nrwl/workspace/15.8.7_erhqnhond52bpeyvirmp3gjrp4: - resolution: {integrity: sha512-ltJn5tLj8eCTNwJbKE9tWgiT/MKZ8f8jFld4YlG7H6i1mPc6d8rk+iNwoN8LZbHHss3x2g9lVnx2Sg5ZoDLNGA==} + /@nrwl/workspace/15.8.9_erhqnhond52bpeyvirmp3gjrp4: + resolution: {integrity: sha512-1Xzw+1IVaHFFQtXrG898aqj4q59cBwlmOhsSPV4Wl0h8+XxzUzk2svUhsJ9b18hH1oG4hETRTEslLKYJ+r1Eiw==} peerDependencies: prettier: ^2.6.2 peerDependenciesMeta: prettier: optional: true dependencies: - '@nrwl/devkit': 15.8.7_nx@15.8.7+typescript@4.9.5 - '@nrwl/linter': 15.8.7_eccwiqpb4vu6datokgmkjmly3i + '@nrwl/devkit': 15.8.9_nx@15.8.9+typescript@4.9.5 + '@nrwl/linter': 15.8.9_k54h6x6ae4mjn6dg3mteyazuyi '@parcel/watcher': 2.0.4 chalk: 4.1.2 chokidar: 3.5.3 @@ -6090,7 +6115,7 @@ packages: ignore: 5.2.4 minimatch: 3.0.5 npm-run-path: 4.0.1 - nx: 15.8.7 + nx: 15.8.9 open: 8.4.2 prettier: 2.8.7 rxjs: 6.6.7 @@ -6106,16 +6131,16 @@ packages: - typescript dev: true - /@nrwl/workspace/15.8.7_owjyt45647gzbapm7z6scohxzu: - resolution: {integrity: sha512-ltJn5tLj8eCTNwJbKE9tWgiT/MKZ8f8jFld4YlG7H6i1mPc6d8rk+iNwoN8LZbHHss3x2g9lVnx2Sg5ZoDLNGA==} + /@nrwl/workspace/15.8.9_owjyt45647gzbapm7z6scohxzu: + resolution: {integrity: sha512-1Xzw+1IVaHFFQtXrG898aqj4q59cBwlmOhsSPV4Wl0h8+XxzUzk2svUhsJ9b18hH1oG4hETRTEslLKYJ+r1Eiw==} peerDependencies: prettier: ^2.6.2 peerDependenciesMeta: prettier: optional: true dependencies: - '@nrwl/devkit': 15.8.7_nx@15.8.7+typescript@4.9.5 - '@nrwl/linter': 15.8.7_eccwiqpb4vu6datokgmkjmly3i + '@nrwl/devkit': 15.8.9_nx@15.8.9+typescript@4.9.5 + '@nrwl/linter': 15.8.9_k54h6x6ae4mjn6dg3mteyazuyi '@parcel/watcher': 2.0.4 chalk: 4.1.2 chokidar: 3.5.3 @@ -6128,7 +6153,7 @@ packages: ignore: 5.2.4 minimatch: 3.0.5 npm-run-path: 4.0.1 - nx: 15.8.7 + nx: 15.8.9 open: 8.4.2 prettier: 2.8.7 rxjs: 6.6.7 @@ -6646,7 +6671,7 @@ packages: resolution: {integrity: sha512-tETwccvbYvaZ7u3ZucWNMOIPN97r6IPeZXKIFhLc1KSVaWSGEPTtZcwVp+Rz3mu2XgI2pg37SUrOWXSL7OOkDw==} dependencies: '@types/bn.js': 5.1.1 - '@types/node': 18.15.3 + '@types/node': 18.15.10 dev: false /@stacks/encryption/6.5.0: @@ -6656,7 +6681,7 @@ packages: '@noble/secp256k1': 1.7.1 '@scure/bip39': 1.1.0 '@stacks/common': 6.0.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 base64-js: 1.5.1 bs58: 5.0.0 ripemd160-min: 0.0.6 @@ -6693,6 +6718,15 @@ packages: dependencies: '@babel/core': 7.21.3 + /@svgr/babel-plugin-add-jsx-attribute/7.0.0_@babel+core@7.21.3: + resolution: {integrity: sha512-khWbXesWIP9v8HuKCl2NU2HNAyqpSQ/vkIl36Nbn4HIwEYSRWL0H7Gs6idJdha2DkpFDWlsqMELvoCE8lfFY6Q==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + dev: true + /@svgr/babel-plugin-remove-jsx-attribute/7.0.0_@babel+core@7.21.3: resolution: {integrity: sha512-iiZaIvb3H/c7d3TH2HBeK91uI2rMhZNwnsIrvd7ZwGLkFw6mmunOCoVnjdYua662MqGFxlN9xTq4fv9hgR4VXQ==} engines: {node: '>=14'} @@ -6717,6 +6751,15 @@ packages: dependencies: '@babel/core': 7.21.3 + /@svgr/babel-plugin-replace-jsx-attribute-value/7.0.0_@babel+core@7.21.3: + resolution: {integrity: sha512-i6MaAqIZXDOJeikJuzocByBf8zO+meLwfQ/qMHIjCcvpnfvWf82PFvredEZElErB5glQFJa2KVKk8N2xV6tRRA==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + dev: true + /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.21.3: resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==} engines: {node: '>=10'} @@ -6725,6 +6768,15 @@ packages: dependencies: '@babel/core': 7.21.3 + /@svgr/babel-plugin-svg-dynamic-title/7.0.0_@babel+core@7.21.3: + resolution: {integrity: sha512-BoVSh6ge3SLLpKC0pmmN9DFlqgFy4NxNgdZNLPNJWBUU7TQpDWeBuyVuDW88iXydb5Cv0ReC+ffa5h3VrKfk1w==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + dev: true + /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.21.3: resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==} engines: {node: '>=10'} @@ -6733,6 +6785,15 @@ packages: dependencies: '@babel/core': 7.21.3 + /@svgr/babel-plugin-svg-em-dimensions/7.0.0_@babel+core@7.21.3: + resolution: {integrity: sha512-tNDcBa+hYn0gO+GkP/AuNKdVtMufVhU9fdzu+vUQsR18RIJ9RWe7h/pSBY338RO08wArntwbDk5WhQBmhf2PaA==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + dev: true + /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.21.3: resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==} engines: {node: '>=10'} @@ -6741,6 +6802,15 @@ packages: dependencies: '@babel/core': 7.21.3 + /@svgr/babel-plugin-transform-react-native-svg/7.0.0_@babel+core@7.21.3: + resolution: {integrity: sha512-qw54u8ljCJYL2KtBOjI5z7Nzg8LnSvQOP5hPKj77H4VQL4+HdKbAT5pnkkZLmHKYwzsIHSYKXxHouD8zZamCFQ==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + dev: true + /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.21.3: resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==} engines: {node: '>=12'} @@ -6749,6 +6819,15 @@ packages: dependencies: '@babel/core': 7.21.3 + /@svgr/babel-plugin-transform-svg-component/7.0.0_@babel+core@7.21.3: + resolution: {integrity: sha512-CcFECkDj98daOg9jE3Bh3uyD9kzevCAnZ+UtzG6+BQG/jOQ2OA3jHnX6iG4G1MCJkUQFnUvEv33NvQfqrb/F3A==} + engines: {node: '>=12'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + dev: true + /@svgr/babel-preset/6.5.1_@babel+core@7.21.3: resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==} engines: {node: '>=10'} @@ -6765,6 +6844,23 @@ packages: '@svgr/babel-plugin-transform-react-native-svg': 6.5.1_@babel+core@7.21.3 '@svgr/babel-plugin-transform-svg-component': 6.5.1_@babel+core@7.21.3 + /@svgr/babel-preset/7.0.0_@babel+core@7.21.3: + resolution: {integrity: sha512-EX/NHeFa30j5UjldQGVQikuuQNHUdGmbh9kEpBKofGUtF0GUPJ4T4rhoYiqDAOmBOxojyot36JIFiDUHUK1ilQ==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@svgr/babel-plugin-add-jsx-attribute': 7.0.0_@babel+core@7.21.3 + '@svgr/babel-plugin-remove-jsx-attribute': 7.0.0_@babel+core@7.21.3 + '@svgr/babel-plugin-remove-jsx-empty-expression': 7.0.0_@babel+core@7.21.3 + '@svgr/babel-plugin-replace-jsx-attribute-value': 7.0.0_@babel+core@7.21.3 + '@svgr/babel-plugin-svg-dynamic-title': 7.0.0_@babel+core@7.21.3 + '@svgr/babel-plugin-svg-em-dimensions': 7.0.0_@babel+core@7.21.3 + '@svgr/babel-plugin-transform-react-native-svg': 7.0.0_@babel+core@7.21.3 + '@svgr/babel-plugin-transform-svg-component': 7.0.0_@babel+core@7.21.3 + dev: true + /@svgr/core/6.5.1: resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==} engines: {node: '>=10'} @@ -6777,6 +6873,18 @@ packages: transitivePeerDependencies: - supports-color + /@svgr/core/7.0.0: + resolution: {integrity: sha512-ztAoxkaKhRVloa3XydohgQQCb0/8x9T63yXovpmHzKMkHO6pkjdsIAWKOS4bE95P/2quVh1NtjSKlMRNzSBffw==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.21.3 + '@svgr/babel-preset': 7.0.0_@babel+core@7.21.3 + camelcase: 6.3.0 + cosmiconfig: 8.1.3 + transitivePeerDependencies: + - supports-color + dev: true + /@svgr/hast-util-to-babel-ast/6.5.1: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} @@ -6784,6 +6892,14 @@ packages: '@babel/types': 7.21.3 entities: 4.4.0 + /@svgr/hast-util-to-babel-ast/7.0.0: + resolution: {integrity: sha512-42Ej9sDDEmsJKjrfQ1PHmiDiHagh/u9AHO9QWbeNx4KmD9yS5d1XHmXUNINfUcykAU+4431Cn+k6Vn5mWBYimQ==} + engines: {node: '>=14'} + dependencies: + '@babel/types': 7.21.3 + entities: 4.4.0 + dev: true + /@svgr/plugin-jsx/6.5.1_@svgr+core@6.5.1: resolution: {integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==} engines: {node: '>=10'} @@ -6798,6 +6914,18 @@ packages: transitivePeerDependencies: - supports-color + /@svgr/plugin-jsx/7.0.0: + resolution: {integrity: sha512-SWlTpPQmBUtLKxXWgpv8syzqIU8XgFRvyhfkam2So8b3BE0OS0HPe5UfmlJ2KIC+a7dpuuYovPR2WAQuSyMoPw==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.21.3 + '@svgr/babel-preset': 7.0.0_@babel+core@7.21.3 + '@svgr/hast-util-to-babel-ast': 7.0.0 + svg-parser: 2.0.4 + transitivePeerDependencies: + - supports-color + dev: true + /@svgr/plugin-svgo/6.5.1_@svgr+core@6.5.1: resolution: {integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==} engines: {node: '>=10'} @@ -6809,6 +6937,18 @@ packages: deepmerge: 4.3.1 svgo: 2.8.0 + /@svgr/plugin-svgo/7.0.0_@svgr+core@7.0.0: + resolution: {integrity: sha512-263znzlu3qTKj71/ot5G9l2vpL4CW+pr2IexBFIwwB+fRAXE9Xnw2rUFgE6P4+37N9siOuC4lKkgBfUCOLFRKQ==} + engines: {node: '>=14'} + peerDependencies: + '@svgr/core': '*' + dependencies: + '@svgr/core': 7.0.0 + cosmiconfig: 8.1.3 + deepmerge: 4.3.1 + svgo: 3.0.2 + dev: true + /@svgr/webpack/6.5.1: resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==} engines: {node: '>=10'} @@ -6824,6 +6964,22 @@ packages: transitivePeerDependencies: - supports-color + /@svgr/webpack/7.0.0: + resolution: {integrity: sha512-XWzIhLTr5WYns/cNFXpXrmFy+LFf2xp60VnNUBZCpM1CGTx47FCDuUj2DQjxirMf2L6CP2jTRELK8ef01TecFQ==} + engines: {node: '>=14'} + dependencies: + '@babel/core': 7.21.3 + '@babel/plugin-transform-react-constant-elements': 7.21.3_@babel+core@7.21.3 + '@babel/preset-env': 7.20.2_@babel+core@7.21.3 + '@babel/preset-react': 7.18.6_@babel+core@7.21.3 + '@babel/preset-typescript': 7.21.0_@babel+core@7.21.3 + '@svgr/core': 7.0.0 + '@svgr/plugin-jsx': 7.0.0 + '@svgr/plugin-svgo': 7.0.0_@svgr+core@7.0.0 + transitivePeerDependencies: + - supports-color + dev: true + /@swc/core-darwin-arm64/1.3.42: resolution: {integrity: sha512-hM6RrZFyoCM9mX3cj/zM5oXwhAqjUdOCLXJx7KTQps7NIkv/Qjvobgvyf2gAb89j3ARNo9NdIoLjTjJ6oALtiA==} engines: {node: '>=10'} @@ -7139,32 +7295,32 @@ packages: /@types/bn.js/4.11.6: resolution: {integrity: sha512-pqr857jrp2kPuO9uRjZ3PwnJTjoQy+fcdxvBTvHm6dkmEL9q+hDD/2j/0ELOBPtPnS8LjCX0gI9nbl8lVkadpg==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 dev: false /@types/bn.js/5.1.1: resolution: {integrity: sha512-qNrYbZqMx0uJAfKnKclPh+dTwK33KfLHYqtyODwd5HnXOjnkhc4qgn3BrK6RWyGZm5+sIFE7Q7Vz6QQtJB7w7g==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 dev: false /@types/body-parser/1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/bonjour/3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/cacheable-request/6.0.3: resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} dependencies: '@types/http-cache-semantics': 4.0.1 '@types/keyv': 3.1.4 - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/responselike': 1.0.0 dev: false @@ -7178,12 +7334,12 @@ packages: resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==} dependencies: '@types/express-serve-static-core': 4.17.33 - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/connect/3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/debug/4.1.7: resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} @@ -7211,7 +7367,7 @@ packages: /@types/express-serve-static-core/4.17.33: resolution: {integrity: sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 @@ -7234,7 +7390,7 @@ packages: /@types/graceful-fs/4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/har-format/1.2.10: resolution: {integrity: sha512-o0J30wqycjF5miWDKYKKzzOU1ZTLuA42HZ4HE7/zqTOc/jTLdQ5NhYWvsRQo45Nfi1KHoRdNhteSI4BAxTF1Pg==} @@ -7257,7 +7413,7 @@ packages: /@types/http-proxy/1.17.10: resolution: {integrity: sha512-Qs5aULi+zV1bwKAg5z1PWnDXWmsn+LxIvUGv6E2+OOMYhclZMO+OXd9pYVf2gLykf2I7IV2u7oTHwChPNsvJ7g==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/istanbul-lib-coverage/2.0.4: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} @@ -7292,7 +7448,7 @@ packages: /@types/keyv/3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/lodash.clonedeep/4.5.7: resolution: {integrity: sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw==} @@ -7327,8 +7483,8 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node/18.15.3: - resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} + /@types/node/18.15.10: + resolution: {integrity: sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==} /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -7343,7 +7499,7 @@ packages: /@types/pbkdf2/3.1.0: resolution: {integrity: sha512-Cf63Rv7jCQ0LaL8tNXmEyqTHuIJxRdlS5vMh1mj5voN4+QFhVZnlZruezqpWYDiJ8UTzhP0VmeLXCmBk66YrMQ==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 dev: false /@types/prettier/2.7.2: @@ -7361,43 +7517,43 @@ packages: /@types/react-dom/18.0.11: resolution: {integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.30 dev: true /@types/react-is/17.0.3: resolution: {integrity: sha512-aBTIWg1emtu95bLTLx0cpkxwGW3ueZv71nE2YFBpL8k/z5czEW8yYpOo8Dp+UUAFAtKwNaOsh/ioSeQnWlZcfw==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.30 dev: false /@types/react-router-config/5.0.6: resolution: {integrity: sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-router': 5.1.20 /@types/react-router-dom/5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 '@types/react-router': 5.1.20 /@types/react-router/5.1.20: resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.0.28 + '@types/react': 18.0.30 /@types/react-transition-group/4.4.5: resolution: {integrity: sha512-juKD/eiSM3/xZYzjuzH6ZwpP+/lejltmiS3QEzV/vmb/Q8+HfDmxu+Baga8UEMGBqV88Nbg4l2hY/K2DkyaLLA==} dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.30 dev: false - /@types/react/18.0.28: - resolution: {integrity: sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew==} + /@types/react/18.0.30: + resolution: {integrity: sha512-AnME2cHDH11Pxt/yYX6r0w448BfTwQOLEhQEjCdwB7QskEI7EKtxhGUsExTQe/MsY3D9D5rMtu62WRocw9A8FA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -7406,7 +7562,7 @@ packages: /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/retry/0.12.0: resolution: {integrity: sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==} @@ -7421,7 +7577,7 @@ packages: /@types/sax/1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 dev: false /@types/scheduler/0.16.3: @@ -7430,7 +7586,7 @@ packages: /@types/secp256k1/4.0.3: resolution: {integrity: sha512-Da66lEIFeIz9ltsdMZcpQvmrmmoqrfju8pm1BH8WbYjZSwUgCwXLb9C+9XYogwBITnbsSaMdVPb2ekf7TV+03w==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/semver/7.3.13: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} @@ -7445,12 +7601,12 @@ packages: resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/sockjs/0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/stack-utils/2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} @@ -7464,9 +7620,9 @@ packages: /@types/webpack/5.28.1_wfd5rlvlmpbpyqtrbwbe2u7vpa: resolution: {integrity: sha512-qw1MqGZclCoBrpiSe/hokSgQM/su8Ocpl3L/YHE0L6moyaypg4+5F7Uzq7NgaPKPxUxUbQ4fLPLpDWdR27bCZw==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 tapable: 2.2.1 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa transitivePeerDependencies: - '@swc/core' - esbuild @@ -7477,7 +7633,7 @@ packages: /@types/ws/8.5.4: resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 /@types/yargs-parser/21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} @@ -7991,27 +8147,27 @@ packages: '@webassemblyjs/ast': 1.11.1 '@xtuc/long': 4.2.2 - /@webpack-cli/configtest/2.0.1_rjsyjcrmk25kqsjzwkvj3a2evq: + /@webpack-cli/configtest/2.0.1_zx7uamsgh45bm3d7mxhr5qnje4: resolution: {integrity: sha512-njsdJXJSiS2iNbQVS0eT8A/KPnmyH4pv1APj2K0d1wrZcBLw+yppxOy4CGqa0OxDJkzfL/XELDhD8rocnIwB5A==} engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa - webpack-cli: 5.0.1_webpack@5.75.0 + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack-cli: 5.0.1_webpack@5.76.3 - /@webpack-cli/info/2.0.1_rjsyjcrmk25kqsjzwkvj3a2evq: + /@webpack-cli/info/2.0.1_zx7uamsgh45bm3d7mxhr5qnje4: resolution: {integrity: sha512-fE1UEWTwsAxRhrJNikE7v4EotYflkEhBL7EbajfkPlf6E37/2QshOy/D48Mw8G5XMFlQtS6YV42vtbG9zBpIQA==} engines: {node: '>=14.15.0'} peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x dependencies: - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa - webpack-cli: 5.0.1_webpack@5.75.0 + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack-cli: 5.0.1_webpack@5.76.3 - /@webpack-cli/serve/2.0.1_rjsyjcrmk25kqsjzwkvj3a2evq: + /@webpack-cli/serve/2.0.1_zx7uamsgh45bm3d7mxhr5qnje4: resolution: {integrity: sha512-0G7tNyS+yW8TdgHwZKlDWYXFA6OJQnoLCQvYKkQP0Q2X205PSQ6RNUj0M+1OB/9gRQaUZ/ccYfaxd0nhaWKfjw==} engines: {node: '>=14.15.0'} peerDependencies: @@ -8022,8 +8178,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa - webpack-cli: 5.0.1_webpack@5.75.0 + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack-cli: 5.0.1_webpack@5.76.3 /@xtuc/ieee754/1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} @@ -8544,7 +8700,7 @@ packages: transitivePeerDependencies: - supports-color - /babel-loader/8.3.0_j3l6jndlp7jcq6s4bl4ig4yfme: + /babel-loader/8.3.0_qtovpurzjlo3biun26ymnwui7i: resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: @@ -8556,9 +8712,9 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.75.0 + webpack: 5.76.3 - /babel-loader/9.1.2_j3l6jndlp7jcq6s4bl4ig4yfme: + /babel-loader/9.1.2_qtovpurzjlo3biun26ymnwui7i: resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -8568,7 +8724,7 @@ packages: '@babel/core': 7.21.3 find-cache-dir: 3.3.2 schema-utils: 4.0.0 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa dev: true /babel-plugin-apply-mdx-type-prop/1.6.22_@babel+core@7.12.9: @@ -9796,7 +9952,7 @@ packages: engines: {node: '>=12'} dev: false - /copy-webpack-plugin/11.0.0_webpack@5.75.0: + /copy-webpack-plugin/11.0.0_webpack@5.76.3: resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -9808,7 +9964,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.1 - webpack: 5.75.0 + webpack: 5.76.3 /core-js-compat/3.29.1: resolution: {integrity: sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA==} @@ -9838,7 +9994,7 @@ packages: vary: 1.1.2 dev: false - /cosmiconfig-typescript-loader/4.3.0_xpbhsfpn5tsw264wy6mojm5vre: + /cosmiconfig-typescript-loader/4.3.0_cwejo6a3jrsuzg27ji24tbs5ya: resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -9847,9 +10003,9 @@ packages: ts-node: '>=10' typescript: '>=3' dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 cosmiconfig: 8.1.3 - ts-node: 10.9.1_cbfmry4sbbh4vatmdrsmatfg5a + ts-node: 10.9.1_z3vu5dg2hu3jqyh3anri5tms2q typescript: 4.9.5 dev: true @@ -9999,7 +10155,7 @@ packages: engines: {node: '>=12.22'} dev: true - /css-loader/6.7.3_webpack@5.75.0: + /css-loader/6.7.3_webpack@5.76.3: resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -10013,9 +10169,9 @@ packages: postcss-modules-values: 4.0.0_postcss@8.4.21 postcss-value-parser: 4.2.0 semver: 7.3.8 - webpack: 5.75.0 + webpack: 5.76.3 - /css-minimizer-webpack-plugin/4.2.2_dpcjkp5o5ztxuvt4quwwvenemi: + /css-minimizer-webpack-plugin/4.2.2_6xivdjm2sml3syouufpdefilzi: resolution: {integrity: sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -10047,7 +10203,7 @@ packages: schema-utils: 4.0.0 serialize-javascript: 6.0.1 source-map: 0.6.1 - webpack: 5.75.0 + webpack: 5.76.3 /css-select/4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} @@ -10066,7 +10222,6 @@ packages: domhandler: 5.0.3 domutils: 3.0.1 nth-check: 2.1.1 - dev: false /css-tree/1.1.3: resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} @@ -10075,6 +10230,22 @@ packages: mdn-data: 2.0.14 source-map: 0.6.1 + /css-tree/2.2.1: + resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + dependencies: + mdn-data: 2.0.28 + source-map-js: 1.0.2 + dev: true + + /css-tree/2.3.1: + resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + dependencies: + mdn-data: 2.0.30 + source-map-js: 1.0.2 + dev: true + /css-what/6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} @@ -10160,6 +10331,13 @@ packages: dependencies: css-tree: 1.1.3 + /csso/5.0.5: + resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + dependencies: + css-tree: 2.2.1 + dev: true + /csstype/3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} @@ -10594,7 +10772,6 @@ packages: domelementtype: 2.3.0 domhandler: 5.0.3 entities: 4.4.0 - dev: false /dom-walk/0.1.2: resolution: {integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==} @@ -10619,7 +10796,6 @@ packages: engines: {node: '>= 4'} dependencies: domelementtype: 2.3.0 - dev: false /domutils/2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} @@ -10634,7 +10810,6 @@ packages: dom-serializer: 2.0.0 domelementtype: 2.3.0 domhandler: 5.0.3 - dev: false /dot-case/3.0.4: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} @@ -11288,7 +11463,7 @@ packages: '@typescript-eslint/eslint-plugin': 5.57.0_5t5646cukn2kik5kiydglap3vi '@typescript-eslint/utils': 5.57.0_vgl77cfdswitgr47lm5swmv43m eslint: 8.36.0 - jest: 29.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest: 29.5.0_m54q5dse6x3xfnwbnypkikpaee transitivePeerDependencies: - supports-color - typescript @@ -11434,7 +11609,7 @@ packages: resolution: {integrity: sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint-webpack-plugin/4.0.0_z62k3dgnr6jbdlqj2thrt6g3ii: + /eslint-webpack-plugin/4.0.0_gq25nzrc5ulbrewficr3tpmdki: resolution: {integrity: sha512-eM9ccGRWkU+btBSVfABRn8CjT7jZ2Q+UV/RfErMDVCFXpihEbvajNrLltZpwTAcEoXSqESGlEPIUxl7PoDlLWw==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -11447,7 +11622,7 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 schema-utils: 4.0.0 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa dev: true /eslint/8.36.0: @@ -11808,7 +11983,7 @@ packages: resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==} engines: {node: '>= 0.8'} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 require-like: 0.1.2 /event-stream/4.0.1: @@ -12114,7 +12289,7 @@ packages: dependencies: flat-cache: 3.0.4 - /file-loader/6.2.0_webpack@5.75.0: + /file-loader/6.2.0_webpack@5.76.3: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -12122,7 +12297,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.1.1 - webpack: 5.75.0 + webpack: 5.76.3 /filelist/1.0.4: resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} @@ -12239,7 +12414,7 @@ packages: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} dev: false - /fork-ts-checker-webpack-plugin/6.5.3_ppjkfppa74pa6dp4kvr5fwj5re: + /fork-ts-checker-webpack-plugin/6.5.3_wjtuovir4bgaqcifkekrkmozri: resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -12268,9 +12443,9 @@ packages: semver: 7.3.8 tapable: 1.1.3 typescript: 4.9.5 - webpack: 5.75.0 + webpack: 5.76.3 - /fork-ts-checker-webpack-plugin/8.0.0_hhrrucqyg4eysmfpujvov2ym5u: + /fork-ts-checker-webpack-plugin/8.0.0_t37drsge5fnqkss6ynqsf64hyi: resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -12290,7 +12465,7 @@ packages: semver: 7.3.8 tapable: 2.2.1 typescript: 4.9.5 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa dev: true /form-data-encoder/1.7.1: @@ -12935,7 +13110,7 @@ packages: /html-void-elements/1.0.5: resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} - /html-webpack-plugin/5.5.0_webpack@5.75.0: + /html-webpack-plugin/5.5.0_webpack@5.76.3: resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -12946,7 +13121,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.75.0 + webpack: 5.76.3 /htmlescape/1.1.1: resolution: {integrity: sha512-eVcrzgbR4tim7c7soKQKtxa/kQM4TzjnlU83rcZ9bHU6t31ehfV7SktN6McWgwPWg+JYMA/O3qpGxBvFq1z2Jg==} @@ -13681,7 +13856,7 @@ packages: '@jest/expect': 28.1.3 '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -13708,7 +13883,7 @@ packages: '@jest/expect': 29.5.0 '@jest/test-result': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -13755,7 +13930,7 @@ packages: - ts-node dev: true - /jest-cli/29.5.0_d2dllaz5dte7avnjm55wl7fmsu: + /jest-cli/29.5.0_m54q5dse6x3xfnwbnypkikpaee: resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -13772,7 +13947,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 29.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest-config: 29.5.0_m54q5dse6x3xfnwbnypkikpaee jest-util: 29.5.0 jest-validate: 29.5.0 prompts: 2.4.2 @@ -13782,7 +13957,7 @@ packages: - supports-color - ts-node - /jest-config/28.1.1_d2dllaz5dte7avnjm55wl7fmsu: + /jest-config/28.1.1_m54q5dse6x3xfnwbnypkikpaee: resolution: {integrity: sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -13797,7 +13972,7 @@ packages: '@babel/core': 7.21.3 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 babel-jest: 28.1.3_@babel+core@7.21.3 chalk: 4.1.2 ci-info: 3.8.0 @@ -13817,7 +13992,7 @@ packages: pretty-format: 28.1.3 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_cbfmry4sbbh4vatmdrsmatfg5a + ts-node: 10.9.1_z3vu5dg2hu3jqyh3anri5tms2q transitivePeerDependencies: - supports-color dev: true @@ -13860,7 +14035,7 @@ packages: - supports-color dev: true - /jest-config/29.5.0_@types+node@18.15.3: + /jest-config/29.5.0_@types+node@18.15.10: resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -13875,7 +14050,7 @@ packages: '@babel/core': 7.21.3 '@jest/test-sequencer': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 babel-jest: 29.5.0_@babel+core@7.21.3 chalk: 4.1.2 ci-info: 3.8.0 @@ -13899,7 +14074,7 @@ packages: - supports-color dev: true - /jest-config/29.5.0_d2dllaz5dte7avnjm55wl7fmsu: + /jest-config/29.5.0_m54q5dse6x3xfnwbnypkikpaee: resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -13914,7 +14089,7 @@ packages: '@babel/core': 7.21.3 '@jest/test-sequencer': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 babel-jest: 29.5.0_@babel+core@7.21.3 chalk: 4.1.2 ci-info: 3.8.0 @@ -13934,7 +14109,7 @@ packages: pretty-format: 29.5.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_cbfmry4sbbh4vatmdrsmatfg5a + ts-node: 10.9.1_z3vu5dg2hu3jqyh3anri5tms2q transitivePeerDependencies: - supports-color @@ -13998,7 +14173,7 @@ packages: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-mock: 28.1.3 jest-util: 28.1.3 dev: true @@ -14010,7 +14185,7 @@ packages: '@jest/environment': 29.5.0 '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-mock: 29.5.0 jest-util: 29.5.0 @@ -14023,7 +14198,7 @@ packages: jest: optional: true dependencies: - jest: 29.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest: 29.5.0_m54q5dse6x3xfnwbnypkikpaee jest-diff: 29.5.0 jest-get-type: 29.4.3 dev: true @@ -14043,7 +14218,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@types/graceful-fs': 4.1.6 - '@types/node': 18.15.3 + '@types/node': 18.15.10 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -14062,7 +14237,7 @@ packages: dependencies: '@jest/types': 29.5.0 '@types/graceful-fs': 4.1.6 - '@types/node': 18.15.3 + '@types/node': 18.15.10 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -14142,7 +14317,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 dev: true /jest-mock/29.5.0: @@ -14150,7 +14325,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-util: 29.5.0 /jest-pnp-resolver/1.2.3_jest-resolve@28.1.1: @@ -14259,7 +14434,7 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.11 @@ -14288,7 +14463,7 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -14348,7 +14523,7 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -14432,7 +14607,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -14444,7 +14619,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -14456,7 +14631,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -14491,7 +14666,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -14505,7 +14680,7 @@ packages: dependencies: '@jest/test-result': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 18.15.3 + '@types/node': 18.15.10 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -14516,7 +14691,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14524,7 +14699,7 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -14533,7 +14708,7 @@ packages: resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.15.3 + '@types/node': 18.15.10 jest-util: 29.5.0 merge-stream: 2.0.0 supports-color: 8.1.1 @@ -14558,7 +14733,7 @@ packages: - ts-node dev: true - /jest/29.5.0_d2dllaz5dte7avnjm55wl7fmsu: + /jest/29.5.0_m54q5dse6x3xfnwbnypkikpaee: resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -14571,7 +14746,7 @@ packages: '@jest/core': 29.5.0_ts-node@10.9.1 '@jest/types': 29.5.0 import-local: 3.1.0 - jest-cli: 29.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest-cli: 29.5.0_m54q5dse6x3xfnwbnypkikpaee transitivePeerDependencies: - '@types/node' - supports-color @@ -14848,8 +15023,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - /known-css-properties/0.26.0: - resolution: {integrity: sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==} + /known-css-properties/0.27.0: + resolution: {integrity: sha512-uMCj6+hZYDoffuvAJjFAPz56E9uoowFHmTkqRtRq5WyC5Q6Cu/fTZKNQpX/RbzChBYLLl3lo8CjFZBAZXq9qFg==} dev: true /ky-universal/0.8.2_ky@0.25.1: @@ -15238,6 +15413,14 @@ packages: /mdn-data/2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} + /mdn-data/2.0.28: + resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} + dev: true + + /mdn-data/2.0.30: + resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + dev: true + /mdurl/1.0.1: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} @@ -15368,14 +15551,14 @@ packages: engines: {node: '>=4'} dev: true - /mini-css-extract-plugin/2.7.5_webpack@5.75.0: + /mini-css-extract-plugin/2.7.5_webpack@5.76.3: resolution: {integrity: sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.75.0 + webpack: 5.76.3 /minimalistic-assert/1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} @@ -15653,14 +15836,14 @@ packages: /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /next-themes/0.2.1_nvzgbose6yf6w7ijjprgspqefi: + /next-themes/0.2.1_ld2jel3hspngo3u5lti2kgl2sq: resolution: {integrity: sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==} peerDependencies: next: '*' react: '*' react-dom: '*' dependencies: - next: 13.2.3_5y7qh6ykubtj2qr2evk3di7hpa + next: 13.2.4_5y7qh6ykubtj2qr2evk3di7hpa react: 18.2.0 react-dom: 18.2.0_react@18.2.0 dev: false @@ -15669,8 +15852,8 @@ packages: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: false - /next/13.2.3_5y7qh6ykubtj2qr2evk3di7hpa: - resolution: {integrity: sha512-nKFJC6upCPN7DWRx4+0S/1PIOT7vNlCT157w9AzbXEgKy6zkiPKEt5YyRUsRZkmpEqBVrGgOqNfwecTociyg+w==} + /next/13.2.4_5y7qh6ykubtj2qr2evk3di7hpa: + resolution: {integrity: sha512-g1I30317cThkEpvzfXujf0O4wtaQHtDCLhlivwlTJ885Ld+eOgcz7r3TGQzeU+cSRoNHtD8tsJgzxVdYojFssw==} engines: {node: '>=14.6.0'} hasBin: true peerDependencies: @@ -15690,7 +15873,7 @@ packages: sass: optional: true dependencies: - '@next/env': 13.2.3 + '@next/env': 13.2.4 '@swc/helpers': 0.4.14 caniuse-lite: 1.0.30001472 postcss: 8.4.14 @@ -15699,19 +15882,19 @@ packages: sass: 1.60.0 styled-jsx: 5.1.1_react@18.2.0 optionalDependencies: - '@next/swc-android-arm-eabi': 13.2.3 - '@next/swc-android-arm64': 13.2.3 - '@next/swc-darwin-arm64': 13.2.3 - '@next/swc-darwin-x64': 13.2.3 - '@next/swc-freebsd-x64': 13.2.3 - '@next/swc-linux-arm-gnueabihf': 13.2.3 - '@next/swc-linux-arm64-gnu': 13.2.3 - '@next/swc-linux-arm64-musl': 13.2.3 - '@next/swc-linux-x64-gnu': 13.2.3 - '@next/swc-linux-x64-musl': 13.2.3 - '@next/swc-win32-arm64-msvc': 13.2.3 - '@next/swc-win32-ia32-msvc': 13.2.3 - '@next/swc-win32-x64-msvc': 13.2.3 + '@next/swc-android-arm-eabi': 13.2.4 + '@next/swc-android-arm64': 13.2.4 + '@next/swc-darwin-arm64': 13.2.4 + '@next/swc-darwin-x64': 13.2.4 + '@next/swc-freebsd-x64': 13.2.4 + '@next/swc-linux-arm-gnueabihf': 13.2.4 + '@next/swc-linux-arm64-gnu': 13.2.4 + '@next/swc-linux-arm64-musl': 13.2.4 + '@next/swc-linux-x64-gnu': 13.2.4 + '@next/swc-linux-x64-musl': 13.2.4 + '@next/swc-win32-arm64-msvc': 13.2.4 + '@next/swc-win32-ia32-msvc': 13.2.4 + '@next/swc-win32-x64-msvc': 13.2.4 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -15864,8 +16047,8 @@ packages: strip-hex-prefix: 1.0.0 dev: false - /nx/15.8.7: - resolution: {integrity: sha512-u6p/1gU20WU61orxK7hcXBsVspPHy3X66XVAAakkYcaOBlsJhJrR7Og191qIyjEkqEWmcekiDQVw3D6XfagL4Q==} + /nx/15.8.9: + resolution: {integrity: sha512-wUrOx320IMDNQ6WIB4Sm5BbsPDpgp661pmlQZzacsulHq38D+LeSZM96Zaj0RZPVlGZU0l3X/cZP9ACzAQwdTw==} hasBin: true requiresBuild: true peerDependencies: @@ -15877,8 +16060,8 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/cli': 15.8.7 - '@nrwl/tao': 15.8.7 + '@nrwl/cli': 15.8.9 + '@nrwl/tao': 15.8.9 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.41 @@ -15913,15 +16096,15 @@ packages: yargs: 17.7.1 yargs-parser: 21.1.1 optionalDependencies: - '@nrwl/nx-darwin-arm64': 15.8.7 - '@nrwl/nx-darwin-x64': 15.8.7 - '@nrwl/nx-linux-arm-gnueabihf': 15.8.7 - '@nrwl/nx-linux-arm64-gnu': 15.8.7 - '@nrwl/nx-linux-arm64-musl': 15.8.7 - '@nrwl/nx-linux-x64-gnu': 15.8.7 - '@nrwl/nx-linux-x64-musl': 15.8.7 - '@nrwl/nx-win32-arm64-msvc': 15.8.7 - '@nrwl/nx-win32-x64-msvc': 15.8.7 + '@nrwl/nx-darwin-arm64': 15.8.9 + '@nrwl/nx-darwin-x64': 15.8.9 + '@nrwl/nx-linux-arm-gnueabihf': 15.8.9 + '@nrwl/nx-linux-arm64-gnu': 15.8.9 + '@nrwl/nx-linux-arm64-musl': 15.8.9 + '@nrwl/nx-linux-x64-gnu': 15.8.9 + '@nrwl/nx-linux-x64-musl': 15.8.9 + '@nrwl/nx-win32-arm64-msvc': 15.8.9 + '@nrwl/nx-win32-x64-msvc': 15.8.9 transitivePeerDependencies: - debug dev: true @@ -16474,7 +16657,7 @@ packages: postcss: 8.4.21 yaml: 1.10.2 - /postcss-loader/7.1.0_6jdsrmfenkuhhw3gx4zvjlznce: + /postcss-loader/7.1.0_twwyhqqim6liv4fz2ggv7g4m5a: resolution: {integrity: sha512-vTD2DJ8vJD0Vr1WzMQkRZWRjcynGh3t7NeoLg+Sb1TeuK7etiZfL/ZwHbaVa3M+Qni7Lj/29voV9IggnIUjlIw==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -16485,7 +16668,7 @@ packages: klona: 2.0.6 postcss: 8.4.21 semver: 7.3.8 - webpack: 5.75.0 + webpack: 5.76.3 /postcss-media-query-parser/0.2.3: resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} @@ -16825,12 +17008,6 @@ packages: hasBin: true dev: true - /precompress/9.1.1: - resolution: {integrity: sha512-Dvl5Jn78RbohWvlBJViIi7Rm9kG7lxGrj0a9WvifD4dsPqY6j5mdlM4bbmVcJlhh7I8jxYxgfYh+5Jw0djUJzA==} - engines: {node: '>= 14'} - hasBin: true - dev: true - /prelude-ls/1.1.2: resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} engines: {node: '>= 0.8.0'} @@ -17206,7 +17383,7 @@ packages: pure-color: 1.3.0 dev: false - /react-dev-utils/12.0.1_ppjkfppa74pa6dp4kvr5fwj5re: + /react-dev-utils/12.0.1_wjtuovir4bgaqcifkekrkmozri: resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -17225,7 +17402,7 @@ packages: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3_ppjkfppa74pa6dp4kvr5fwj5re + fork-ts-checker-webpack-plugin: 6.5.3_wjtuovir4bgaqcifkekrkmozri global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -17241,7 +17418,7 @@ packages: strip-ansi: 6.0.1 text-table: 0.2.0 typescript: 4.9.5 - webpack: 5.75.0 + webpack: 5.76.3 transitivePeerDependencies: - eslint - supports-color @@ -17282,7 +17459,7 @@ packages: /react-is/18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-json-view/1.21.3_zula6vjvt3wdocc4mwcxqa6nzi: + /react-json-view/1.21.3_4qaawyptjkcgzqorucvhm3koke: resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==} peerDependencies: react: ^17.0.0 || ^16.3.0 || ^15.5.4 @@ -17293,7 +17470,7 @@ packages: react-base16-styling: 0.6.0 react-dom: 18.2.0_react@18.2.0 react-lifecycles-compat: 3.0.4 - react-textarea-autosize: 8.4.1_pmekkgnqduwlme35zpnqhenc34 + react-textarea-autosize: 8.4.1_2thlp7g7odiqm7dwhn3rlhxaa4 transitivePeerDependencies: - '@types/react' - encoding @@ -17303,7 +17480,7 @@ packages: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} dev: false - /react-loadable-ssr-addon-v5-slorber/1.0.1_pwfl7zyferpbeh35vaepqxwaky: + /react-loadable-ssr-addon-v5-slorber/1.0.1_r7pi7vlw6nkfjbr5epugnhqe3u: resolution: {integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==} engines: {node: '>=10.13.0'} peerDependencies: @@ -17312,7 +17489,7 @@ packages: dependencies: '@babel/runtime': 7.21.0 react-loadable: /@docusaurus/react-loadable/5.5.2_react@18.2.0 - webpack: 5.75.0 + webpack: 5.76.3 /react-native-securerandom/0.1.1: resolution: {integrity: sha512-CozcCx0lpBLevxiXEb86kwLRalBCHNjiGPlw3P7Fi27U6ZLdfjOCNRHD1LtBKcvPvI3TvkBXB3GOtLvqaYJLGw==} @@ -17364,7 +17541,7 @@ packages: tiny-invariant: 1.3.1 tiny-warning: 1.0.3 - /react-textarea-autosize/8.4.1_pmekkgnqduwlme35zpnqhenc34: + /react-textarea-autosize/8.4.1_2thlp7g7odiqm7dwhn3rlhxaa4: resolution: {integrity: sha512-aD2C+qK6QypknC+lCMzteOdIjoMbNlgSFmJjCV+DrfTPwp59i/it9mMNf2HDzvRjQgKAyBDPyLJhcrzElf2U4Q==} engines: {node: '>=10'} peerDependencies: @@ -17373,7 +17550,7 @@ packages: '@babel/runtime': 7.21.0 react: 18.2.0 use-composed-ref: 1.3.0_react@18.2.0 - use-latest: 1.2.1_pmekkgnqduwlme35zpnqhenc34 + use-latest: 1.2.1_2thlp7g7odiqm7dwhn3rlhxaa4 transitivePeerDependencies: - '@types/react' dev: false @@ -18584,98 +18761,115 @@ packages: postcss: 8.4.21 postcss-selector-parser: 6.0.11 - /stylelint-config-css-modules/4.2.0_stylelint@14.16.1: + /stylelint-config-css-modules/4.2.0_stylelint@15.3.0: resolution: {integrity: sha512-5x7lzPNCc42puQEAFdr7dSzQ00aIg1vCVyV+QPUiSp2oZILpAt8HTgveXaDttazxcwWPBNJrxrLpa556xUP7Bw==} peerDependencies: stylelint: ^14.5.1 || ^15.0.0 dependencies: - stylelint: 14.16.1 + stylelint: 15.3.0 optionalDependencies: - stylelint-scss: 4.6.0_stylelint@14.16.1 + stylelint-scss: 4.6.0_stylelint@15.3.0 dev: true - /stylelint-config-prettier-scss/0.0.1_stylelint@14.16.1: + /stylelint-config-prettier-scss/0.0.1_stylelint@15.3.0: resolution: {integrity: sha512-lBAYG9xYOh2LeWEPC/64xeUxwOTnQ8nDyBijQoWoJb10/bMGrUwnokpt8jegGck2Vbtxh6XGwH63z5qBcVHreQ==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.16.1 - stylelint-config-prettier: 9.0.5_stylelint@14.16.1 + stylelint: 15.3.0 + stylelint-config-prettier: 9.0.5_stylelint@15.3.0 dev: true - /stylelint-config-prettier/9.0.5_stylelint@14.16.1: + /stylelint-config-prettier/9.0.5_stylelint@15.3.0: resolution: {integrity: sha512-U44lELgLZhbAD/xy/vncZ2Pq8sh2TnpiPvo38Ifg9+zeioR+LAkHu0i6YORIOxFafZoVg0xqQwex6e6F25S5XA==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>= 11.x < 15' dependencies: - stylelint: 14.16.1 + stylelint: 15.3.0 dev: true - /stylelint-config-recommended-scss/8.0.0_w5gtdy6oq4ictd5o4eu6befejy: - resolution: {integrity: sha512-BxjxEzRaZoQb7Iinc3p92GS6zRdRAkIuEu2ZFLTxJK2e1AIcCb5B5MXY9KOXdGTnYFZ+KKx6R4Fv9zU6CtMYPQ==} + /stylelint-config-recommended-scss/9.0.1_xd434hbhlikjpobg3rgppuzh3e: + resolution: {integrity: sha512-qAmz/TdrqslwiMTuLM3QXeISUkfEDUXGMfRBCHm/xrkCJNnQefv+mzG2mWTsWkqcVk8HAyUkug10dwAcYp2fCQ==} peerDependencies: postcss: ^8.3.3 - stylelint: ^14.10.0 + stylelint: ^15.0.0 peerDependenciesMeta: postcss: optional: true dependencies: postcss: 8.4.21 postcss-scss: 4.0.6_postcss@8.4.21 - stylelint: 14.16.1 - stylelint-config-recommended: 9.0.0_stylelint@14.16.1 - stylelint-scss: 4.6.0_stylelint@14.16.1 + stylelint: 15.3.0 + stylelint-config-recommended: 10.0.1_stylelint@15.3.0 + stylelint-scss: 4.6.0_stylelint@15.3.0 dev: true - /stylelint-config-recommended/9.0.0_stylelint@14.16.1: - resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} + /stylelint-config-recommended/10.0.1_stylelint@15.3.0: + resolution: {integrity: sha512-TQ4xQ48tW4QSlODcti7pgSRqBZcUaBzuh0jPpfiMhwJKBPkqzTIAU+IrSWL/7BgXlOM90DjB7YaNgFpx8QWhuA==} peerDependencies: - stylelint: ^14.10.0 + stylelint: ^15.0.0 dependencies: - stylelint: 14.16.1 + stylelint: 15.3.0 dev: true - /stylelint-config-standard-scss/6.1.0_w5gtdy6oq4ictd5o4eu6befejy: - resolution: {integrity: sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q==} + /stylelint-config-recommended/11.0.0_stylelint@15.3.0: + resolution: {integrity: sha512-SoGIHNI748OCZn6BxFYT83ytWoYETCINVHV3LKScVAWQQauWdvmdDqJC5YXWjpBbxg2E761Tg5aUGKLFOVhEkA==} + peerDependencies: + stylelint: ^15.3.0 + dependencies: + stylelint: 15.3.0 + dev: true + + /stylelint-config-standard-scss/7.0.1_xd434hbhlikjpobg3rgppuzh3e: + resolution: {integrity: sha512-m5sRdtsB1F5fnC1Ozla7ryftU47wVpO+HWd+JQTqeoG0g/oPh5EfbWfcVHbNCEtuoHfALIySiUWS20pz2hX6jA==} peerDependencies: postcss: ^8.3.3 - stylelint: ^14.14.0 + stylelint: ^15.0.0 peerDependenciesMeta: postcss: optional: true dependencies: postcss: 8.4.21 - stylelint: 14.16.1 - stylelint-config-recommended-scss: 8.0.0_w5gtdy6oq4ictd5o4eu6befejy - stylelint-config-standard: 29.0.0_stylelint@14.16.1 + stylelint: 15.3.0 + stylelint-config-recommended-scss: 9.0.1_xd434hbhlikjpobg3rgppuzh3e + stylelint-config-standard: 30.0.1_stylelint@15.3.0 dev: true - /stylelint-config-standard/29.0.0_stylelint@14.16.1: - resolution: {integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==} + /stylelint-config-standard/30.0.1_stylelint@15.3.0: + resolution: {integrity: sha512-NbeHOmpRQhjZh5XB1B/S4MLRWvz4xxAxeDBjzl0tY2xEcayNhLbaRGF0ZQzq+DQZLCcPpOHeS2Ru1ydbkhkmLg==} peerDependencies: - stylelint: ^14.14.0 + stylelint: ^15.0.0 dependencies: - stylelint: 14.16.1 - stylelint-config-recommended: 9.0.0_stylelint@14.16.1 + stylelint: 15.3.0 + stylelint-config-recommended: 10.0.1_stylelint@15.3.0 dev: true - /stylelint-prettier/2.0.0_bhlcxbilkzruxf35oriswk2mqm: - resolution: {integrity: sha512-jvT3G+9lopkeB0ARmDPszyfaOnvnIF+30QCjZxyt7E6fynI1T9mOKgYDNb9bXX17M7PXMZaX3j/26wqakjp1tw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /stylelint-config-standard/31.0.0_stylelint@15.3.0: + resolution: {integrity: sha512-CUGAmtROCvX0YgMY2+6P9tqSkHj5z/75XxrQ8bGxvkCa1xYdGDx4poM0pa7cXc3s74/PZLJH/okxZZouRfOSGw==} + peerDependencies: + stylelint: ^15.3.0 + dependencies: + stylelint: 15.3.0 + stylelint-config-recommended: 11.0.0_stylelint@15.3.0 + dev: true + + /stylelint-prettier/3.0.0_6i4typnqotoqmooak3ignv77xy: + resolution: {integrity: sha512-kIks1xw6np0zElokMT2kP6ar3S4MBoj6vUtPJuND1pFELMpZxVS/0uHPR4HDAVn0WAD3I5oF0IA3qBFxBpMkLg==} + engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: prettier: '>=2.0.0' stylelint: '>=14.0.0' dependencies: prettier: 2.8.7 prettier-linter-helpers: 1.0.0 - stylelint: 14.16.1 + stylelint: 15.3.0 dev: true - /stylelint-scss/4.6.0_stylelint@14.16.1: + /stylelint-scss/4.6.0_stylelint@15.3.0: resolution: {integrity: sha512-M+E0BQim6G4XEkaceEhfVjP/41C9Klg5/tTPTCQVlgw/jm2tvB+OXJGaU0TDP5rnTCB62aX6w+rT+gqJW/uwjA==} peerDependencies: stylelint: ^14.5.1 || ^15.0.0 @@ -18685,34 +18879,38 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 - stylelint: 14.16.1 + stylelint: 15.3.0 dev: true - /stylelint-webpack-plugin/3.3.0_stylelint@14.16.1: - resolution: {integrity: sha512-F53bapIZ9zI16ero8IWm6TrUE6SSibZBphJE9b5rR2FxtvmGmm1YmS+a5xjQzn63+cv71GVSCu4byX66fBLpEw==} - engines: {node: '>= 12.13.0'} + /stylelint-webpack-plugin/4.1.0_stylelint@15.3.0: + resolution: {integrity: sha512-Vm8H2uYflIiF9m4BjSBEn9cpqY2zZ0wDHgBxOVM6aWFDd0FvfNoymrSYYOIG5/ZST0NO/0NCXPWcpRVpv79Uew==} + engines: {node: '>= 14.15.0'} peerDependencies: - stylelint: ^13.0.0 || ^14.0.0 + stylelint: ^13.0.0 || ^14.0.0 || ^15.0.0 webpack: ^5.0.0 dependencies: globby: 11.1.0 - jest-worker: 28.1.3 + jest-worker: 29.5.0 micromatch: 4.0.5 normalize-path: 3.0.0 schema-utils: 4.0.0 - stylelint: 14.16.1 + stylelint: 15.3.0 dev: true - /stylelint/14.16.1: - resolution: {integrity: sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + /stylelint/15.3.0: + resolution: {integrity: sha512-9UYBYk7K9rtlKcTUDZrtntE840sZM00qyYBQHHe7tjwMNUsPsGvR6Fd43IxHEAhRrDLzpy3TVaHb6CReBB3eFg==} + engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: + '@csstools/css-parser-algorithms': 2.1.0_5vzy4lghjvuzkedkkk4tqwjftm + '@csstools/css-tokenizer': 2.1.0 + '@csstools/media-query-list-parser': 2.0.2_eu5cdbcexitnvbdq5yia3g22um '@csstools/selector-specificity': 2.2.0_laljekdltgzr3kfi7r4exvsr5a balanced-match: 2.0.0 colord: 2.9.3 - cosmiconfig: 7.1.0 + cosmiconfig: 8.1.3 css-functions-list: 3.1.0 + css-tree: 2.3.1 debug: 4.3.4 fast-glob: 3.2.12 fastest-levenshtein: 1.0.16 @@ -18725,7 +18923,7 @@ packages: import-lazy: 4.0.0 imurmurhash: 0.1.4 is-plain-object: 5.0.0 - known-css-properties: 0.26.0 + known-css-properties: 0.27.0 mathml-tag-names: 2.1.3 meow: 9.0.0 micromatch: 4.0.5 @@ -18741,11 +18939,11 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 style-search: 0.1.0 - supports-hyperlinks: 2.3.0 + supports-hyperlinks: 3.0.0 svg-tags: 1.0.0 table: 6.8.1 v8-compile-cache: 2.3.0 - write-file-atomic: 4.0.2 + write-file-atomic: 5.0.0 transitivePeerDependencies: - supports-color dev: true @@ -18803,6 +19001,14 @@ packages: supports-color: 7.2.0 dev: true + /supports-hyperlinks/3.0.0: + resolution: {integrity: sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==} + engines: {node: '>=14.18'} + dependencies: + has-flag: 4.0.0 + supports-color: 7.2.0 + dev: true + /supports-preserve-symlinks-flag/1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} @@ -18827,6 +19033,19 @@ packages: picocolors: 1.0.0 stable: 0.1.8 + /svgo/3.0.2: + resolution: {integrity: sha512-Z706C1U2pb1+JGP48fbazf3KxHrWOsLme6Rv7imFBn5EnuanDW1GPaA/P1/dvObE670JDePC3mnj0k0B7P0jjQ==} + engines: {node: '>=14.0.0'} + hasBin: true + dependencies: + '@trysound/sax': 0.2.0 + commander: 7.2.0 + css-select: 5.1.0 + css-tree: 2.3.1 + csso: 5.0.5 + picocolors: 1.0.0 + dev: true + /swarm-js/0.1.42: resolution: {integrity: sha512-BV7c/dVlA3R6ya1lMlSSNPLYrntt0LUq4YMgy3iwpCIc6rZnS5W2wUoctarZ5pXlpKtxDDf9hNziEkcfrxdhqQ==} dependencies: @@ -18872,8 +19091,8 @@ packages: strip-ansi: 6.0.1 dev: true - /tailwind-scrollbar/2.1.0_tailwindcss@3.2.7: - resolution: {integrity: sha512-zpvY5mDs0130YzYjZKBiDaw32rygxk5RyJ4KmeHjGnwkvbjm/PszON1m4Bbt2DkMRIXlXsfNevykAESgURN4KA==} + /tailwind-scrollbar/3.0.0_tailwindcss@3.2.7: + resolution: {integrity: sha512-OkVRX9Q1T769vk979UZ519jhj/j/zNBHql7zPLI+tlhX+ahksYO4ZryWD29lOETDx9Wj1sw+K1OeW7W3+ECQOA==} engines: {node: '>=12.13.0'} peerDependencies: tailwindcss: 3.x @@ -18966,7 +19185,7 @@ packages: supports-hyperlinks: 2.3.0 dev: true - /terser-webpack-plugin/5.3.7_arlhkjksfct3e2enfwqtyp463a: + /terser-webpack-plugin/5.3.7_lcw5yu2lk5db7skz6pr77wcjzm: resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -18988,9 +19207,9 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.1 terser: 5.16.8 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa - /terser-webpack-plugin/5.3.7_webpack@5.75.0: + /terser-webpack-plugin/5.3.7_webpack@5.76.3: resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -19011,7 +19230,7 @@ packages: schema-utils: 3.1.1 serialize-javascript: 6.0.1 terser: 5.16.8 - webpack: 5.75.0 + webpack: 5.76.3 /terser/5.16.8: resolution: {integrity: sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==} @@ -19165,6 +19384,7 @@ packages: /trim/0.0.1: resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==} + deprecated: Use String.prototype.trim() instead /trough/1.0.5: resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} @@ -19197,7 +19417,7 @@ packages: '@babel/core': 7.21.3 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.5.0_d2dllaz5dte7avnjm55wl7fmsu + jest: 29.5.0_m54q5dse6x3xfnwbnypkikpaee jest-util: 29.5.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -19207,7 +19427,7 @@ packages: yargs-parser: 21.1.1 dev: false - /ts-node/10.9.1_cbfmry4sbbh4vatmdrsmatfg5a: + /ts-node/10.9.1_tg62r7x7ueatmrzf2qggdlzv6i: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -19222,11 +19442,12 @@ packages: optional: true dependencies: '@cspotcode/source-map-support': 0.8.1 + '@swc/core': 1.3.42 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -19236,8 +19457,9 @@ packages: typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 + dev: true - /ts-node/10.9.1_etd2ldttxnytaqlvttjo65to7q: + /ts-node/10.9.1_z3vu5dg2hu3jqyh3anri5tms2q: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -19252,12 +19474,11 @@ packages: optional: true dependencies: '@cspotcode/source-map-support': 0.8.1 - '@swc/core': 1.3.42 '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.3 - '@types/node': 18.15.3 + '@types/node': 18.15.10 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -19267,7 +19488,6 @@ packages: typescript: 4.9.5 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 - dev: true /tsconfig-paths/3.14.2: resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} @@ -19647,7 +19867,7 @@ packages: dependencies: punycode: 2.3.0 - /url-loader/4.1.1_p5dl6emkcwslbw72e37w4ug7em: + /url-loader/4.1.1_cj4axkvnwozfmnmvgy4d36yxaq: resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -19657,11 +19877,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0_webpack@5.75.0 + file-loader: 6.2.0_webpack@5.76.3 loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.1.1 - webpack: 5.75.0 + webpack: 5.76.3 /url-parse-lax/3.0.0: resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==} @@ -19688,7 +19908,7 @@ packages: react: 18.2.0 dev: false - /use-isomorphic-layout-effect/1.1.2_pmekkgnqduwlme35zpnqhenc34: + /use-isomorphic-layout-effect/1.1.2_2thlp7g7odiqm7dwhn3rlhxaa4: resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -19697,11 +19917,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.30 react: 18.2.0 dev: false - /use-latest/1.2.1_pmekkgnqduwlme35zpnqhenc34: + /use-latest/1.2.1_2thlp7g7odiqm7dwhn3rlhxaa4: resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' @@ -19710,9 +19930,9 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.0.30 react: 18.2.0 - use-isomorphic-layout-effect: 1.1.2_pmekkgnqduwlme35zpnqhenc34 + use-isomorphic-layout-effect: 1.1.2_2thlp7g7odiqm7dwhn3rlhxaa4 dev: false /use-sync-external-store/1.2.0_react@18.2.0: @@ -19893,8 +20113,8 @@ packages: dependencies: minimalistic-assert: 1.0.1 - /web-did-resolver/2.0.21: - resolution: {integrity: sha512-vKYz0s9spYfYrKhrF88F44lkofS1yj6TCF40+i077a7boru2BNROl5VZEIVL9jJRUDsNzvmVSKkq3kS8kZnB2Q==} + /web-did-resolver/2.0.22: + resolution: {integrity: sha512-JktHY9dd8z+xQO/UcTXUiuGCPaxWnu5J/95KWNs19LikeL0+m2qgT0pdgQSW1yxrUSqBjEx/kTnZj3NrtzYBNQ==} dependencies: cross-fetch: 3.1.5_iqh6pvemik3ebzneirvlerj7uq did-resolver: 4.0.1 @@ -20238,7 +20458,7 @@ packages: - bufferutil - utf-8-validate - /webpack-cli/5.0.1_webpack@5.75.0: + /webpack-cli/5.0.1_webpack@5.76.3: resolution: {integrity: sha512-S3KVAyfwUqr0Mo/ur3NzIp6jnerNpo7GUO6so51mxLi1spqsA17YcMXy0WOIJtBSnj748lthxC6XLbNKh/ZC+A==} engines: {node: '>=14.15.0'} hasBin: true @@ -20256,9 +20476,9 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.0.1_rjsyjcrmk25kqsjzwkvj3a2evq - '@webpack-cli/info': 2.0.1_rjsyjcrmk25kqsjzwkvj3a2evq - '@webpack-cli/serve': 2.0.1_rjsyjcrmk25kqsjzwkvj3a2evq + '@webpack-cli/configtest': 2.0.1_zx7uamsgh45bm3d7mxhr5qnje4 + '@webpack-cli/info': 2.0.1_zx7uamsgh45bm3d7mxhr5qnje4 + '@webpack-cli/serve': 2.0.1_zx7uamsgh45bm3d7mxhr5qnje4 colorette: 2.0.19 commander: 9.5.0 cross-spawn: 7.0.3 @@ -20267,10 +20487,10 @@ packages: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa webpack-merge: 5.8.0 - /webpack-dev-middleware/5.3.3_webpack@5.75.0: + /webpack-dev-middleware/5.3.3_webpack@5.76.3: resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -20281,9 +20501,9 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.75.0 + webpack: 5.76.3 - /webpack-dev-server/4.13.1_webpack@5.75.0: + /webpack-dev-server/4.13.1_webpack@5.76.3: resolution: {integrity: sha512-5tWg00bnWbYgkN+pd5yISQKDejRBYGEw15RaEEslH+zdbNDxxaZvEAO2WulaSaFKb5n3YG8JXsGaDsut1D0xdA==} engines: {node: '>= 12.13.0'} hasBin: true @@ -20324,8 +20544,8 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.75.0 - webpack-dev-middleware: 5.3.3_webpack@5.75.0 + webpack: 5.76.3 + webpack-dev-middleware: 5.3.3_webpack@5.76.3 ws: 8.13.0 transitivePeerDependencies: - bufferutil @@ -20344,8 +20564,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - /webpack/5.75.0: - resolution: {integrity: sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==} + /webpack/5.76.3: + resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -20375,7 +20595,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7_webpack@5.75.0 + terser-webpack-plugin: 5.3.7_webpack@5.76.3 watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -20383,8 +20603,8 @@ packages: - esbuild - uglify-js - /webpack/5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa: - resolution: {integrity: sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==} + /webpack/5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa: + resolution: {integrity: sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -20414,16 +20634,16 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.1 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7_arlhkjksfct3e2enfwqtyp463a + terser-webpack-plugin: 5.3.7_lcw5yu2lk5db7skz6pr77wcjzm watchpack: 2.4.0 - webpack-cli: 5.0.1_webpack@5.75.0 + webpack-cli: 5.0.1_webpack@5.76.3 webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - /webpackbar/5.0.2_webpack@5.75.0: + /webpackbar/5.0.2_webpack@5.76.3: resolution: {integrity: sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==} engines: {node: '>=12'} peerDependencies: @@ -20433,7 +20653,7 @@ packages: consola: 2.15.3 pretty-time: 1.1.0 std-env: 3.3.2 - webpack: 5.75.0_wfd5rlvlmpbpyqtrbwbe2u7vpa + webpack: 5.76.3_wfd5rlvlmpbpyqtrbwbe2u7vpa /websocket-driver/0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} @@ -20581,6 +20801,14 @@ packages: imurmurhash: 0.1.4 signal-exit: 3.0.7 + /write-file-atomic/5.0.0: + resolution: {integrity: sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + imurmurhash: 0.1.4 + signal-exit: 3.0.7 + dev: true + /ws/3.3.3: resolution: {integrity: sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==} peerDependencies: