From 5f8777b8d60343b0469c63c5dcd9f872cbb16caa Mon Sep 17 00:00:00 2001 From: Lam Tang Date: Tue, 30 May 2023 12:23:28 +0800 Subject: [PATCH 1/5] chore: node version locked --- README.md | 2 +- package.json | 2 +- pnpm-lock.yaml | 24295 ++++++++++++++++++----------------------------- 3 files changed, 9359 insertions(+), 14940 deletions(-) diff --git a/README.md b/README.md index e36f236f7..2e4846660 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ G6VP 中内置了基础样式,交互,布局设置,所有的配置都可自 # 02. 开发 G6VP -G6VP 采用 pnpm 管理仓库,根据 pnpm 的官方[兼容性说明](https://pnpm.io/installation#compatibility),请提前使用 nvm 切换 Node.js 版本到 14 及其以上。 +G6VP 采用 pnpm 管理仓库,根据 pnpm 的官方[兼容性说明](https://pnpm.io/installation#compatibility),请提前使用 [nvm](https://github.com/nvm-sh/nvm) 切换 Node.js 版本到 14 及其以上,建议使用 16 版本,过高版本在安装依赖和运行 NPM 脚本时可能存在问题。 ## 安装依赖 diff --git a/package.json b/package.json index bc121d9d3..3dfd59c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "engines": { - "node": ">=14.0.0" + "node": ">=14.0.0 <=16" }, "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7efecab9..eb1c968d5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,749 +1,1040 @@ -lockfileVersion: 5.4 +lockfileVersion: '6.0' overrides: antd: 4.x - '@antv/layout': 0.3.22-beta.8 importers: .: - specifiers: - '@ant-design/icons': 4.7.0 - '@antv/algorithm': ^0.1.26-beta.0 - '@antv/g6': ^4.8.14-beta.0 - '@antv/graphin': ^2.7.17-beta.0 - '@antv/layout': 0.3.22-beta.8 - '@antv/s2': ^1.29.0 - '@antv/s2-react': ^1.26.0 - '@antv/util': ^3.2.5 - '@changesets/cli': ^2.26.1 - '@types/react': 17.x - '@types/react-dom': 17.x - antd: 4.x - babel-loader: ^8.2.5 - buffer: ^6.0.3 - buffer-browserify: ^0.2.5 - css-loader: ^6.7.1 - father: ^2.30.6 - fs-extra: ^10.1.0 - less-loader: ^11.0.0 - mini-css-extract-plugin: ^2.3.0 - node-fetch: ^3.3.0 - npm-run-all: ^4.1.5 - react: '17' - react-dom: 17.x - rimraf: ^3.0.2 - source-map-loader: ^4.0.0 - stream-browserify: ^3.0.0 - style-loader: ^3.3.1 - ts-loader: ^9.3.1 - turbo: ^1.8.3 - umi: 3.x - webpack: ^5.53.0 - webpack-cli: ^4.8.0 - dependencies: - '@ant-design/icons': 4.7.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/algorithm': 0.1.26-beta.0 - '@antv/g6': 4.8.14-beta.0 - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/layout': 0.3.22-beta.8_dagre@0.8.5 - '@antv/s2': 1.45.1 - '@antv/s2-react': 1.39.0_rucfuc6etctokgk7ygofj3qx6a - '@antv/util': 3.3.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - buffer: 6.0.3 - buffer-browserify: 0.2.5 - node-fetch: 3.3.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - stream-browserify: 3.0.0 - umi: 3.5.40 + dependencies: + '@ant-design/icons': + specifier: 4.7.0 + version: 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@antv/algorithm': + specifier: ^0.1.26-beta.0 + version: 0.1.26-beta.0 + '@antv/g6': + specifier: ^4.8.8 + version: 4.8.10 + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@antv/layout': + specifier: ^0.3.22 + version: 0.3.22(dagre@0.8.5) + '@antv/s2': + specifier: ^1.29.0 + version: 1.45.1(@antv/g-base@0.4.7) + '@antv/s2-react': + specifier: ^1.26.0 + version: 1.39.0(@ant-design/icons@4.7.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@antv/util': + specifier: ^3.2.5 + version: 3.3.2 + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + buffer: + specifier: ^6.0.3 + version: 6.0.3 + buffer-browserify: + specifier: ^0.2.5 + version: 0.2.5 + node-fetch: + specifier: ^3.3.0 + version: 3.3.1 + react: + specifier: '17' + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + stream-browserify: + specifier: ^3.0.0 + version: 3.0.0 + umi: + specifier: 3.x + version: 3.5.40(react-router@6.11.1) devDependencies: - '@changesets/cli': 2.26.1 - '@types/react': 17.0.58 - '@types/react-dom': 17.0.20 - babel-loader: 8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy - css-loader: 6.7.3_webpack@5.82.0 - father: 2.30.23_j4auvt5xcgzlpe3vuuiqz6cqym - fs-extra: 10.1.0 - less-loader: 11.1.0_less@4.1.3+webpack@5.82.0 - mini-css-extract-plugin: 2.7.5_webpack@5.82.0 - npm-run-all: 4.1.5 - rimraf: 3.0.2 - source-map-loader: 4.0.1_webpack@5.82.0 - style-loader: 3.3.2_webpack@5.82.0 - ts-loader: 9.4.2_qlgbngis46ecdgixpmddx7o4hq - turbo: 1.9.3 - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + '@changesets/cli': + specifier: ^2.26.1 + version: 2.26.1 + '@types/react': + specifier: 17.x + version: 17.0.58 + '@types/react-dom': + specifier: 17.x + version: 17.0.20 + babel-loader: + specifier: ^8.2.5 + version: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + css-loader: + specifier: ^6.7.1 + version: 6.7.3(webpack@5.82.0) + father: + specifier: ^2.30.6 + version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + fs-extra: + specifier: ^10.1.0 + version: 10.1.0 + less-loader: + specifier: ^11.0.0 + version: 11.1.0(less@3.13.1)(webpack@5.82.0) + mini-css-extract-plugin: + specifier: ^2.3.0 + version: 2.7.5(webpack@5.82.0) + npm-run-all: + specifier: ^4.1.5 + version: 4.1.5 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + source-map-loader: + specifier: ^4.0.0 + version: 4.0.1(webpack@5.82.0) + style-loader: + specifier: ^3.3.1 + version: 3.3.2(webpack@5.82.0) + ts-loader: + specifier: ^9.3.1 + version: 9.4.2(typescript@4.9.5)(webpack@5.82.0) + turbo: + specifier: ^1.8.3 + version: 1.9.3 + webpack: + specifier: ^5.53.0 + version: 5.82.0(webpack-cli@4.10.0) + webpack-cli: + specifier: ^4.8.0 + version: 4.10.0(webpack@5.82.0) packages/gi-assets-advance: - specifiers: - '@ant-design/icons': ^4.6.2 - '@antv/algorithm': ^0.1.26-beta.0 - '@antv/g2plot': ^2.4.4 - '@antv/gi-common-components': workspace:* - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - '@antv/graphin-icons': ^1.0.0 - '@antv/util': ^3.2.5 - '@uiw/react-markdown-preview': ^4.1.13 - ace-gremlin-editor: ^0.0.14 - ahooks: ^3.7.7 - antd: 4.x - codemirror: ^5.25.0 - copy-to-clipboard: ^3.3.2 - cypher-editor-support: ^1.1.10 - d3-scale: ^4.0.0 - deepmerge: ^4.2.2 - element-resize-detector: ^1.2.4 - immer: ^9.0.6 - insert-css: ^2.0.0 - lodash: ^4.17.21 - nanoid: ^4.0.0 - query-string: ^7.1.1 - react: 17.x || 17 - react-dom: 17.x - react-draggable: ^4.4.5 - react-force-graph-3d: ^1.21.10 - react-json-view: ^1.21.3 - react-spring: 9.3.2 - react-transition-group: ^4.4.5 - three: ^0.135.0 - use-immer: ^0.6.0 - dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/algorithm': 0.1.26-beta.0 - '@antv/g2plot': 2.4.30 - '@antv/gi-common-components': link:../gi-common-components - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/graphin-icons': 1.0.0 - '@antv/util': 3.3.2 - '@uiw/react-markdown-preview': 4.1.13_vhpbgppx3w4fgmc74kmbfmmkdq - ace-gremlin-editor: 0.0.14 - ahooks: 3.7.7_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - codemirror: 5.65.13 - copy-to-clipboard: 3.3.3 - cypher-editor-support: 1.1.11 - d3-scale: 4.0.2 - deepmerge: 4.3.1 - element-resize-detector: 1.2.4 - immer: 9.0.21 - insert-css: 2.0.0 - lodash: 4.17.21 - nanoid: 4.0.2 - query-string: 7.1.3 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-draggable: 4.4.5_sfoxds7t5ydpegc3knd667wn6m - react-force-graph-3d: 1.23.0_react@17.0.2 - react-json-view: 1.21.3_vhpbgppx3w4fgmc74kmbfmmkdq - react-spring: 9.3.2_3mklv3pxrxdn3bnb24c5ffpzku - react-transition-group: 4.4.5_sfoxds7t5ydpegc3knd667wn6m - three: 0.135.0 - use-immer: 0.6.0_immer@9.0.21+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/algorithm': + specifier: ^0.1.26-beta.0 + version: 0.1.26-beta.0 + '@antv/g2plot': + specifier: ^2.4.4 + version: 2.4.30 + '@antv/gi-common-components': + specifier: workspace:* + version: link:../gi-common-components + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@antv/graphin-icons': + specifier: ^1.0.0 + version: 1.0.0 + '@antv/util': + specifier: ^3.2.5 + version: 3.3.2 + '@uiw/react-markdown-preview': + specifier: ^4.1.13 + version: 4.1.13(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + ace-gremlin-editor: + specifier: ^0.0.14 + version: 0.0.14 + ahooks: + specifier: ^3.7.7 + version: 3.7.7(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + codemirror: + specifier: ^5.25.0 + version: 5.65.13 + copy-to-clipboard: + specifier: ^3.3.2 + version: 3.3.3 + cypher-editor-support: + specifier: ^1.1.10 + version: 1.1.11 + d3-scale: + specifier: ^4.0.0 + version: 4.0.2 + deepmerge: + specifier: ^4.2.2 + version: 4.3.1 + element-resize-detector: + specifier: ^1.2.4 + version: 1.2.4 + immer: + specifier: ^9.0.6 + version: 9.0.21 + insert-css: + specifier: ^2.0.0 + version: 2.0.0 + lodash: + specifier: ^4.17.21 + version: 4.17.21 + nanoid: + specifier: ^4.0.0 + version: 4.0.2 + query-string: + specifier: ^7.1.1 + version: 7.1.3 + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + react-draggable: + specifier: ^4.4.5 + version: 4.4.5(react-dom@17.0.2)(react@17.0.2) + react-force-graph-3d: + specifier: ^1.21.10 + version: 1.23.0(react@17.0.2) + react-json-view: + specifier: ^1.21.3 + version: 1.21.3(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + react-spring: + specifier: 9.3.2 + version: 9.3.2(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3) + react-transition-group: + specifier: ^4.4.5 + version: 4.4.5(react-dom@17.0.2)(react@17.0.2) + three: + specifier: ^0.135.0 + version: 0.135.0 + use-immer: + specifier: ^0.6.0 + version: 0.6.0(immer@9.0.21)(react@17.0.2) packages/gi-assets-algorithm: - specifiers: - '@ant-design/icons': ^4.6.2 - '@antv/algorithm': ^0.1.26-beta.0 - '@antv/g2plot': ^2.4.20 - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - '@antv/matrix-util': ^3.0.4 - '@antv/s2': ^1.3.0 - '@antv/s2-react': ^1.3.0 - deepmerge: ^4.2.2 - lodash: ^4.17.21 - react: 17.x || 17 - react-dom: 17.x - use-immer: ^0.7.0 - dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/algorithm': 0.1.26-beta.0 - '@antv/g2plot': 2.4.30 - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/matrix-util': 3.0.4 - '@antv/s2': 1.45.1_@antv+g-base@0.4.7 - '@antv/s2-react': 1.39.0_4ceizbcr3drjzzrzoatdcpkvsm - deepmerge: 4.3.1 - lodash: 4.17.21 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-immer: 0.7.0_immer@10.0.1+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/algorithm': + specifier: ^0.1.26-beta.0 + version: 0.1.26-beta.0 + '@antv/g2plot': + specifier: ^2.4.20 + version: 2.4.30 + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@antv/matrix-util': + specifier: ^3.0.4 + version: 3.0.4 + '@antv/s2': + specifier: ^1.3.0 + version: 1.45.1(@antv/g-base@0.4.7) + '@antv/s2-react': + specifier: ^1.3.0 + version: 1.39.0(@ant-design/icons@4.8.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + deepmerge: + specifier: ^4.2.2 + version: 4.3.1 + lodash: + specifier: ^4.17.21 + version: 4.17.21 + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) packages/gi-assets-basic: - specifiers: - '@ant-design/icons': latest - '@antv/algorithm': ^0.1.26-beta.0 - '@antv/g2plot': ^2.4.20 - '@antv/gi-common-components': workspace:* - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - '@antv/graphin-icons': ^1.0.0 - '@antv/util': ^3.2.5 - antd: 4.x - d3-scale: ^4.0.0 - deepmerge: ^4.2.2 - immer: ^9.0.15 - json2csv: ^5.0.7 - lodash: ^4.17.21 - nanoid: ^4.0.0 - react: 17.x || 17 - react-dom: 17.x - use-immer: ^0.7.0 - dependencies: - '@ant-design/icons': 5.1.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/algorithm': 0.1.26-beta.0 - '@antv/g2plot': 2.4.30 - '@antv/gi-common-components': link:../gi-common-components - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/graphin-icons': 1.0.0 - '@antv/util': 3.3.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - d3-scale: 4.0.2 - deepmerge: 4.3.1 - immer: 9.0.21 - json2csv: 5.0.7 - lodash: 4.17.21 - nanoid: 4.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-immer: 0.7.0_immer@9.0.21+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: latest + version: 5.1.0(react-dom@17.0.2)(react@17.0.2) + '@antv/algorithm': + specifier: ^0.1.26-beta.0 + version: 0.1.26-beta.0 + '@antv/g2plot': + specifier: ^2.4.20 + version: 2.4.30 + '@antv/gi-common-components': + specifier: workspace:* + version: link:../gi-common-components + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@antv/graphin-icons': + specifier: ^1.0.0 + version: 1.0.0 + '@antv/util': + specifier: ^3.2.5 + version: 3.3.2 + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + d3-scale: + specifier: ^4.0.0 + version: 4.0.2 + deepmerge: + specifier: ^4.2.2 + version: 4.3.1 + immer: + specifier: ^9.0.15 + version: 9.0.21 + json2csv: + specifier: ^5.0.7 + version: 5.0.7 + lodash: + specifier: ^4.17.21 + version: 4.17.21 + nanoid: + specifier: ^4.0.0 + version: 4.0.2 + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) packages/gi-assets-galaxybase: - specifiers: - '@ant-design/icons': ^4.6.2 - '@antv/gi-sdk': workspace:* - '@antv/graphin': 2.x - '@antv/graphin-icons': ^1.0.0 - antd: 4.x - codemirror: ^5.25.0 - dumi: ^1.1.38 - father: ^2.30.6 - mini-css-extract-plugin: ^2.3.0 - monaco-editor: ^0.34.0 - node-rsa: ^1.1.1 - qs: ^6.5.3 - react: 17.x - react-monaco-editor: ^0.48.0 - rimraf: ^3.0.2 - umi: ^3.5.20 - umi-request: ^1.4.0 - use-immer: ^0.7.0 - webpack: ^5.53.0 - webpack-cli: ^4.8.0 - dependencies: - '@ant-design/icons': 4.8.0_6l5554ty5ajsajah6yazvrjhoe - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.16_6l5554ty5ajsajah6yazvrjhoe - '@antv/graphin-icons': 1.0.0 - antd: 4.24.10_6l5554ty5ajsajah6yazvrjhoe - codemirror: 5.65.13 - monaco-editor: 0.34.1 - node-rsa: 1.1.1 - qs: 6.11.1 - react: 17.0.2 - react-monaco-editor: 0.48.0_wxirhoelsw7f5xg2hwhkp4cfbe - umi-request: 1.4.0 - use-immer: 0.7.0_immer@10.0.1+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@16.14.0)(react@17.0.2) + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: 2.x + version: 2.7.16(react-dom@16.14.0)(react@17.0.2) + '@antv/graphin-icons': + specifier: ^1.0.0 + version: 1.0.0 + antd: + specifier: 4.x + version: 4.24.10(react-dom@16.14.0)(react@17.0.2) + codemirror: + specifier: ^5.25.0 + version: 5.65.13 + monaco-editor: + specifier: ^0.34.0 + version: 0.34.1 + node-rsa: + specifier: ^1.1.1 + version: 1.1.1 + qs: + specifier: ^6.5.3 + version: 6.11.1 + react: + specifier: 17.x + version: 17.0.2 + react-monaco-editor: + specifier: ^0.48.0 + version: 0.48.0(@types/react@17.0.58)(monaco-editor@0.34.1)(react@17.0.2) + umi-request: + specifier: ^1.4.0 + version: 1.4.0 + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) devDependencies: - dumi: 1.1.50_yy3l2bfdqbsormro6ewuakbqvi - father: 2.30.23_3sq5t5et2rnd5q4swcpbqx7oai - mini-css-extract-plugin: 2.7.5_webpack@5.82.0 - rimraf: 3.0.2 - umi: 3.5.40_react-router@6.11.1 - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + dumi: + specifier: ^1.1.38 + version: 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + father: + specifier: ^2.30.6 + version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + mini-css-extract-plugin: + specifier: ^2.3.0 + version: 2.7.5(webpack@5.82.0) + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + umi: + specifier: ^3.5.20 + version: 3.5.40(react-router@6.11.1) + webpack: + specifier: ^5.53.0 + version: 5.82.0(webpack-cli@4.10.0) + webpack-cli: + specifier: ^4.8.0 + version: 4.10.0(webpack@5.82.0) packages/gi-assets-graphscope: - specifiers: - '@ant-design/icons': ^4.6.2 - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - antd: 4.x - gremlin_patch: ^3.5.1 - json2csv: ^5.0.7 - react: 17.x || 17 - umi-request: ^1.4.0 - use-immer: ^0.7.0 - dependencies: - '@ant-design/icons': 4.8.0_6l5554ty5ajsajah6yazvrjhoe - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_6l5554ty5ajsajah6yazvrjhoe - antd: 4.24.10_6l5554ty5ajsajah6yazvrjhoe - gremlin_patch: 3.5.1 - json2csv: 5.0.7 - react: 17.0.2 - umi-request: 1.4.0 - use-immer: 0.7.0_immer@10.0.1+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + gremlin_patch: + specifier: ^3.5.1 + version: 3.5.1 + json2csv: + specifier: ^5.0.7 + version: 5.0.7 + react: + specifier: 17.x || 17 + version: 17.0.2 + umi-request: + specifier: ^1.4.0 + version: 1.4.0 + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) packages/gi-assets-hugegraph: - specifiers: - '@ant-design/icons': ^4.6.2 - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - antd: 4.x - json2csv: ^5.0.7 - react: 17.x || 17 - umi-request: ^1.4.0 - use-immer: ^0.7.0 - dependencies: - '@ant-design/icons': 4.8.0_6l5554ty5ajsajah6yazvrjhoe - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_6l5554ty5ajsajah6yazvrjhoe - antd: 4.24.10_6l5554ty5ajsajah6yazvrjhoe - json2csv: 5.0.7 - react: 17.0.2 - umi-request: 1.4.0 - use-immer: 0.7.0_immer@10.0.1+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + json2csv: + specifier: ^5.0.7 + version: 5.0.7 + react: + specifier: 17.x || 17 + version: 17.0.2 + umi-request: + specifier: ^1.4.0 + version: 1.4.0 + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) packages/gi-assets-neo4j: - specifiers: - '@ant-design/icons': ^4.6.2 - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - antd: 4.x - json2csv: ^5.0.7 - react: 17.x || 17 - umi-request: ^1.4.0 - use-immer: ^0.7.0 - dependencies: - '@ant-design/icons': 4.8.0_6l5554ty5ajsajah6yazvrjhoe - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_6l5554ty5ajsajah6yazvrjhoe - antd: 4.24.10_6l5554ty5ajsajah6yazvrjhoe - json2csv: 5.0.7 - react: 17.0.2 - umi-request: 1.4.0 - use-immer: 0.7.0_immer@10.0.1+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + json2csv: + specifier: ^5.0.7 + version: 5.0.7 + react: + specifier: 17.x || 17 + version: 17.0.2 + umi-request: + specifier: ^1.4.0 + version: 1.4.0 + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) packages/gi-assets-scene: - specifiers: - 3d-force-graph: 1.70.10 - '@ant-design/icons': ^4.6.2 - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - '@antv/l7-draw': ^2.4.24 - '@antv/l7plot': ^0.0.11 - '@turf/turf': ^6.5.0 - antd: 4.x - graph-timeline: ^1.1.7 - mini-css-extract-plugin: ^2.3.0 - react: 17.x || 17 - react-dom: 17.x - react-spring: 9.4.4 - rimraf: ^3.0.2 - three: 0.139.2 - webpack: ^5.53.0 - webpack-cli: ^4.8.0 - dependencies: - 3d-force-graph: 1.70.10 - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/l7-draw': 2.4.24_i57b27tmiijslnab7ca6uw7ufa - '@antv/l7plot': 0.0.11_@antv+l7@2.15.4 - '@turf/turf': 6.5.0 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - graph-timeline: 1.1.7_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-spring: 9.4.4_4ihc6s5xxfubkn7pxm4rg3fwpi - three: 0.139.2 + dependencies: + 3d-force-graph: + specifier: 1.70.10 + version: 1.70.10 + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@antv/l7-draw': + specifier: ^2.4.24 + version: 2.4.24(@antv/l7-maps@2.15.4)(@antv/l7@2.15.4) + '@antv/l7plot': + specifier: ^0.0.11 + version: 0.0.11(@antv/l7@2.15.4) + '@turf/turf': + specifier: ^6.5.0 + version: 6.5.0 + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + graph-timeline: + specifier: ^1.1.7 + version: 1.1.7(react-dom@17.0.2)(react@17.0.2) + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + react-spring: + specifier: 9.4.4 + version: 9.4.4(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.139.2)(zdog@1.1.3) + three: + specifier: 0.139.2 + version: 0.139.2 devDependencies: - mini-css-extract-plugin: 2.7.5_webpack@5.82.0 - rimraf: 3.0.2 - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + mini-css-extract-plugin: + specifier: ^2.3.0 + version: 2.7.5(webpack@5.82.0) + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + webpack: + specifier: ^5.53.0 + version: 5.82.0(webpack-cli@4.10.0) + webpack-cli: + specifier: ^4.8.0 + version: 4.10.0(webpack@5.82.0) packages/gi-assets-testing: - specifiers: - '@antv/gi-assets-basic': '*' - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.15 - '@types/react': ^17.0.3 - antd: 4.x - react: 17.x || 17 - react-dom: 17.x - typescript: ^4.5.4 - webpack: ^5.53.0 - webpack-cli: ^4.8.0 - dependencies: - '@antv/gi-assets-basic': 2.3.0_mzy3qacgfae732cymgnfrqoagi - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + dependencies: + '@antv/gi-assets-basic': + specifier: '*' + version: link:../gi-assets-basic + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) devDependencies: - '@types/react': 17.0.58 - typescript: 4.9.5 - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + '@types/react': + specifier: ^17.0.3 + version: 17.0.58 + typescript: + specifier: ^4.5.4 + version: 4.9.5 + webpack: + specifier: ^5.53.0 + version: 5.82.0(webpack-cli@4.10.0) + webpack-cli: + specifier: ^4.8.0 + version: 4.10.0(webpack@5.82.0) packages/gi-assets-tugraph: - specifiers: - '@ant-design/icons': ^4.6.2 - '@antv/gi-sdk': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - '@antv/graphin-icons': ^1.0.0 - antd: 4.x - codemirror: ^5.25.0 - dumi: ^1.1.38 - father: ^2.30.6 - mini-css-extract-plugin: ^2.3.0 - monaco-editor: ^0.34.0 - react: 17.x - react-monaco-editor: ^0.48.0 - rimraf: ^3.0.2 - umi: ^3.5.20 - umi-request: ^1.4.0 - use-immer: ^0.7.0 - webpack: ^5.53.0 - webpack-cli: ^4.8.0 - dependencies: - '@ant-design/icons': 4.8.0_6l5554ty5ajsajah6yazvrjhoe - '@antv/gi-sdk': link:../gi-sdk - '@antv/graphin': 2.7.17-beta.0_6l5554ty5ajsajah6yazvrjhoe - '@antv/graphin-icons': 1.0.0 - antd: 4.24.10_6l5554ty5ajsajah6yazvrjhoe - codemirror: 5.65.13 - monaco-editor: 0.34.1 - react: 17.0.2 - react-monaco-editor: 0.48.0_wxirhoelsw7f5xg2hwhkp4cfbe - umi-request: 1.4.0 - use-immer: 0.7.0_immer@10.0.1+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.6.2 + version: 4.8.0(react-dom@16.14.0)(react@17.0.2) + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@16.14.0)(react@17.0.2) + '@antv/graphin-icons': + specifier: ^1.0.0 + version: 1.0.0 + antd: + specifier: 4.x + version: 4.24.10(react-dom@16.14.0)(react@17.0.2) + codemirror: + specifier: ^5.25.0 + version: 5.65.13 + monaco-editor: + specifier: ^0.34.0 + version: 0.34.1 + react: + specifier: 17.x + version: 17.0.2 + react-monaco-editor: + specifier: ^0.48.0 + version: 0.48.0(@types/react@17.0.58)(monaco-editor@0.34.1)(react@17.0.2) + umi-request: + specifier: ^1.4.0 + version: 1.4.0 + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) devDependencies: - dumi: 1.1.50_6l5554ty5ajsajah6yazvrjhoe - father: 2.30.23_3sq5t5et2rnd5q4swcpbqx7oai - mini-css-extract-plugin: 2.7.5_webpack@5.82.0 - rimraf: 3.0.2 - umi: 3.5.40 - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + dumi: + specifier: ^1.1.38 + version: 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + father: + specifier: ^2.30.6 + version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + mini-css-extract-plugin: + specifier: ^2.3.0 + version: 2.7.5(webpack@5.82.0) + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + umi: + specifier: ^3.5.20 + version: 3.5.40(react-router@6.11.1) + webpack: + specifier: ^5.53.0 + version: 5.82.0(webpack-cli@4.10.0) + webpack-cli: + specifier: ^4.8.0 + version: 4.10.0(webpack@5.82.0) packages/gi-cli: - specifiers: - '@umijs/utils': ^4.0.29 - father: ^4.0.7 dependencies: - '@umijs/utils': 4.0.67 + '@umijs/utils': + specifier: ^4.0.29 + version: 4.0.67 devDependencies: - father: 4.1.9_7wnhei46fzf5tdmmx7sk3bqw44 + father: + specifier: ^4.0.7 + version: 4.1.9(styled-components@5.3.10)(webpack@5.82.0) packages/gi-common-components: - specifiers: - '@antv/g2plot': ^2.4.20 - '@antv/graphin': ^2.7.17-beta.0 - '@formily/antd': ^2.1.0 - '@formily/core': ^2.1.0 - '@formily/json-schema': ^2.2.2 - '@formily/react': ^2.1.0 - '@formily/reactive': ^2.2.2 - '@formily/shared': ^2.2.2 - antd: 4.x - classnames: ^2.2.6 - dumi: ^1.1.38 - nanoid: ^4.0.0 - react: 17.x || 17 - react-color: ^2.19.3 - react-dom: 17.x - rimraf: ^3.0.2 - use-immer: ^0.7.0 dependencies: - '@antv/g2plot': 2.4.30 - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - '@formily/antd': 2.2.23_rgi45f3pzkklrhk4osoqukgx5a - '@formily/core': 2.2.23 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_bcd6tcj7ufww623wecixberft4 - '@formily/reactive': 2.2.23 - '@formily/shared': 2.2.23 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - dumi: 1.1.50_jgxnvbe4faw3ohf4h6p42qq6oy - nanoid: 4.0.2 - react: 17.0.2 - react-color: 2.19.3_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-immer: 0.7.0_immer@10.0.1+react@17.0.2 + '@antv/g2plot': + specifier: ^2.4.20 + version: 2.4.30 + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@formily/antd': + specifier: ^2.1.0 + version: 2.2.23(@ant-design/icons@4.7.0)(@types/react-dom@17.0.20)(@types/react@17.0.58)(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) + '@formily/core': + specifier: ^2.1.0 + version: 2.2.23 + '@formily/json-schema': + specifier: ^2.2.2 + version: 2.2.23(typescript@4.9.5) + '@formily/react': + specifier: ^2.1.0 + version: 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) + '@formily/reactive': + specifier: ^2.2.2 + version: 2.2.23 + '@formily/shared': + specifier: ^2.2.2 + version: 2.2.23 + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + classnames: + specifier: ^2.2.6 + version: 2.3.2 + dumi: + specifier: ^1.1.38 + version: 1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + nanoid: + specifier: ^4.0.0 + version: 4.0.2 + react: + specifier: 17.x || 17 + version: 17.0.2 + react-color: + specifier: ^2.19.3 + version: 2.19.3(react@17.0.2) + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) devDependencies: - rimraf: 3.0.2 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 packages/gi-httpservice: - specifiers: - '@antv/gi-sdk': ^2.0.0 - '@antv/graphin': ^2.7.13 - '@eggjs/tsconfig': ^1.0.0 - '@types/mocha': ^2.2.40 - '@types/node': ^7.0.12 - '@types/supertest': ^2.0.0 - autod: ^3.0.1 - autod-egg: ^1.1.0 - egg: ^2.6.1 - egg-bin: ^4.11.0 - egg-ci: ^2.1.0 - egg-cors: ^2.2.3 - egg-mock: ^3.16.0 - egg-scripts: ^2.6.0 - egg-view-nunjucks: ^2.3.0 - eslint: ^8.0.0 - eslint-config-egg: ^12.0.0 - etcd3: ^1.1.0 - gremlin_patch: ^3.5.1 - neo4j-driver: ^4.4.6 - react: ^17.0.2 - react-dom: ^17.0.2 - typescript: ^4.0.0 - dependencies: - egg: 2.37.0 - egg-cors: 2.2.3 - egg-scripts: 2.17.0 - egg-view-nunjucks: 2.3.0 - etcd3: 1.1.0 - gremlin_patch: 3.5.1 - neo4j-driver: 4.4.10 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + dependencies: + egg: + specifier: ^2.6.1 + version: 2.37.0 + egg-cors: + specifier: ^2.2.3 + version: 2.2.3 + egg-scripts: + specifier: ^2.6.0 + version: 2.17.0 + egg-view-nunjucks: + specifier: ^2.3.0 + version: 2.3.0 + etcd3: + specifier: ^1.1.0 + version: 1.1.0 + gremlin_patch: + specifier: ^3.5.2 + version: 3.5.2 + neo4j-driver: + specifier: ^4.4.6 + version: 4.4.10 + react: + specifier: ^17.0.2 + version: 17.0.2 + react-dom: + specifier: ^17.0.2 + version: 17.0.2(react@17.0.2) devDependencies: - '@antv/gi-sdk': 2.3.0_v25bumlepfbfksdyqkvczorjt4 - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - '@eggjs/tsconfig': 1.3.3 - '@types/mocha': 2.2.48 - '@types/node': 7.10.14 - '@types/supertest': 2.0.12 - autod: 3.1.2 - autod-egg: 1.1.0 - egg-bin: 4.20.0_@types+node@7.10.14 - egg-ci: 2.2.0 - egg-mock: 3.26.0 - eslint: 8.40.0 - eslint-config-egg: 12.2.1_jgkqkwom7vrxl4kyi454n2sy2i - typescript: 4.9.5 + '@antv/gi-sdk': + specifier: ^2.0.0 + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.13 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@eggjs/tsconfig': + specifier: ^1.0.0 + version: 1.3.3 + '@types/mocha': + specifier: ^2.2.40 + version: 2.2.48 + '@types/node': + specifier: ^7.0.12 + version: 7.10.14 + '@types/supertest': + specifier: ^2.0.0 + version: 2.0.12 + autod: + specifier: ^3.0.1 + version: 3.1.2 + autod-egg: + specifier: ^1.1.0 + version: 1.1.0 + egg-bin: + specifier: ^4.11.0 + version: 4.20.0(@types/node@7.10.14) + egg-ci: + specifier: ^2.1.0 + version: 2.2.0 + egg-mock: + specifier: ^3.16.0 + version: 3.26.0 + eslint: + specifier: ^8.0.0 + version: 8.40.0 + eslint-config-egg: + specifier: ^12.0.0 + version: 12.2.1(eslint@8.40.0)(typescript@4.9.5) + typescript: + specifier: ^4.0.0 + version: 4.9.5 - packages/gi-mock-data: - specifiers: {} + packages/gi-mock-data: {} packages/gi-portal: - specifiers: - '@aligov/global-locale': ^1.0.5 - '@aligov/global-string-format': ^1.0.7 - react: 17.x || 17 - react-dom: 17.x - react-spring: ^9.5.4 dependencies: - '@aligov/global-locale': 1.0.5 - '@aligov/global-string-format': 1.0.7 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + '@aligov/global-locale': + specifier: ^1.0.5 + version: 1.0.5 + '@aligov/global-string-format': + specifier: ^1.0.7 + version: 1.0.7 + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) devDependencies: - react-spring: 9.7.1_pvdkkysxn6ye5ioubaehnjkxwm + react-spring: + specifier: ^9.5.4 + version: 9.7.1(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@18.2.8)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3) packages/gi-sdk: - specifiers: - '@ant-design/icons': ^4.7.0 - '@antv/gi-common-components': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - antd: 4.x - immer: ^9.0.7 - react: 17.x || 17 - react-dom: 17.x - size-sensor: ^1.0.1 - use-immer: ^0.6.0 - dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/gi-common-components': link:../gi-common-components - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - immer: 9.0.21 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - size-sensor: 1.0.1 - use-immer: 0.6.0_immer@9.0.21+react@17.0.2 + dependencies: + '@ant-design/icons': + specifier: ^4.7.0 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/gi-common-components': + specifier: workspace:* + version: link:../gi-common-components + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + immer: + specifier: ^9.0.7 + version: 9.0.21 + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + size-sensor: + specifier: ^1.0.1 + version: 1.0.1 + use-immer: + specifier: ^0.6.0 + version: 0.6.0(immer@9.0.21)(react@17.0.2) packages/gi-site: - specifiers: - '@ant-design/charts': ^1.0.21 - '@ant-design/compatible': ^1.0.2 - '@ant-design/icons': ^4.0.6 - '@ant-design/pro-components': 2.3.57 - '@ant-design/pro-table': 2.66.4 - '@antv/dw-analyzer': ^1.1.5 - '@antv/gi-assets-advance': workspace:* - '@antv/gi-assets-algorithm': workspace:* - '@antv/gi-assets-basic': workspace:* - '@antv/gi-assets-galaxybase': workspace:* - '@antv/gi-assets-graphscope': workspace:* - '@antv/gi-assets-hugegraph': workspace:* - '@antv/gi-assets-neo4j': workspace:* - '@antv/gi-assets-scene': workspace:* - '@antv/gi-assets-tugraph': workspace:* - '@antv/gi-common-components': workspace:* - '@antv/gi-sdk': workspace:* - '@antv/gi-theme-antd': workspace:* - '@antv/graphin': ^2.7.17-beta.0 - '@faker-js/faker': latest - '@fast-csv/format': latest - '@types/classnames': ^2.2.9 - '@types/node': ^7.0.12 - '@types/systemjs': latest - '@umijs/preset-react': ^1.8.12 - ahooks: ^2.10.9 - antd: 4.x - classnames: ^2.2.6 - cross-env: 7.0.3 - d3-scale: ^4.0.0 - dayjs: ^1.10.5 - element-resize-detector: ^1.2.4 - fs-extra: ^10.1.0 - gh-pages: latest - immer: ^9.0.15 - immutability-helper-x: ^1.0.5 - js-beautify: ^1.11.0 - localforage: ^1.9.0 - lz-string: ^1.4.4 - monaco-editor: ^0.25.2 - monaco-editor-webpack-plugin: ^7.0.1 - node-fetch: ^3.3.0 - perf_hooks: ^0.0.1 - react: 17.x || 17 - react-color: ^2.19.3 - react-dom: 17.x - react-monaco-editor: ^0.48.0 - react-router-dom: ^5.1.1 - swr: ^1.2.2 - systemjs: ^6.11.0 - umi: ^3.5.18 - umi-request: ^1.3.9 - use-immer: ^0.7.0 - xlsx2js: ^1.3.8 - dependencies: - '@ant-design/charts': 1.4.2_dyd3ewzqbjrozg6t7etywtsm2m - '@ant-design/compatible': 1.1.2_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-components': 2.3.57_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-table': 2.66.4_2fhk7vzxaycvvf6iluk7xlkequ - '@antv/dw-analyzer': 1.1.5 - '@antv/gi-assets-advance': link:../gi-assets-advance - '@antv/gi-assets-algorithm': link:../gi-assets-algorithm - '@antv/gi-assets-basic': link:../gi-assets-basic - '@antv/gi-assets-galaxybase': link:../gi-assets-galaxybase - '@antv/gi-assets-graphscope': link:../gi-assets-graphscope - '@antv/gi-assets-hugegraph': link:../gi-assets-hugegraph - '@antv/gi-assets-neo4j': link:../gi-assets-neo4j - '@antv/gi-assets-scene': link:../gi-assets-scene - '@antv/gi-assets-tugraph': link:../gi-assets-tugraph - '@antv/gi-common-components': link:../gi-common-components - '@antv/gi-sdk': link:../gi-sdk - '@antv/gi-theme-antd': link:../gi-theme-antd - '@antv/graphin': 2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m - '@faker-js/faker': 8.0.1 - '@fast-csv/format': 4.3.5 - '@types/classnames': 2.3.1 - '@types/node': 7.10.14 - '@types/systemjs': 6.13.1 - '@umijs/preset-react': 1.8.32_lxlbrz3yprn7fbjtjalwkpq37y - ahooks: 2.10.14_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - d3-scale: 4.0.2 - dayjs: 1.11.7 - element-resize-detector: 1.2.4 - immer: 9.0.21 - immutability-helper-x: 1.0.5 - js-beautify: 1.14.7 - localforage: 1.10.0 - lz-string: 1.5.0 - monaco-editor: 0.25.2 - monaco-editor-webpack-plugin: 7.0.1_6gc6tkexe33r2kdlc7y6aweyji - node-fetch: 3.3.1 - react: 17.0.2 - react-color: 2.19.3_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-monaco-editor: 0.48.0_rg7sti7jcjgngmqsw5yeg5utyq - react-router-dom: 5.3.4_react@17.0.2 - swr: 1.3.0_react@17.0.2 - systemjs: 6.14.1 - umi: 3.5.40_react-router@5.3.4 - umi-request: 1.4.0 - use-immer: 0.7.0_immer@9.0.21+react@17.0.2 - xlsx2js: 1.3.8 + dependencies: + '@ant-design/charts': + specifier: ^1.0.21 + version: 1.4.2(@ant-design/icons@4.8.0)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13) + '@ant-design/compatible': + specifier: ^1.0.2 + version: 1.1.2(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/icons': + specifier: ^4.0.6 + version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-components': + specifier: 2.3.57 + version: 2.3.57(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-table': + specifier: 2.66.4 + version: 2.66.4(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@antv/dw-analyzer': + specifier: ^1.1.5 + version: 1.1.5 + '@antv/gi-assets-advance': + specifier: workspace:* + version: link:../gi-assets-advance + '@antv/gi-assets-algorithm': + specifier: workspace:* + version: link:../gi-assets-algorithm + '@antv/gi-assets-basic': + specifier: workspace:* + version: link:../gi-assets-basic + '@antv/gi-assets-galaxybase': + specifier: workspace:* + version: link:../gi-assets-galaxybase + '@antv/gi-assets-graphscope': + specifier: workspace:* + version: link:../gi-assets-graphscope + '@antv/gi-assets-hugegraph': + specifier: workspace:* + version: link:../gi-assets-hugegraph + '@antv/gi-assets-neo4j': + specifier: workspace:* + version: link:../gi-assets-neo4j + '@antv/gi-assets-scene': + specifier: workspace:* + version: link:../gi-assets-scene + '@antv/gi-assets-tugraph': + specifier: workspace:* + version: link:../gi-assets-tugraph + '@antv/gi-common-components': + specifier: workspace:* + version: link:../gi-common-components + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/gi-theme-antd': + specifier: workspace:* + version: link:../gi-theme-antd + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16(react-dom@17.0.2)(react@17.0.2) + '@faker-js/faker': + specifier: latest + version: 8.0.1 + '@fast-csv/format': + specifier: latest + version: 4.3.5 + '@types/classnames': + specifier: ^2.2.9 + version: 2.3.1 + '@types/node': + specifier: ^7.0.12 + version: 7.10.14 + '@types/systemjs': + specifier: latest + version: 6.13.1 + '@umijs/preset-react': + specifier: ^1.8.12 + version: 1.8.32(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40) + ahooks: + specifier: ^2.10.9 + version: 2.10.14(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + classnames: + specifier: ^2.2.6 + version: 2.3.2 + d3-scale: + specifier: ^4.0.0 + version: 4.0.2 + dayjs: + specifier: ^1.10.5 + version: 1.11.7 + element-resize-detector: + specifier: ^1.2.4 + version: 1.2.4 + immer: + specifier: ^9.0.15 + version: 9.0.21 + immutability-helper-x: + specifier: ^1.0.5 + version: 1.0.5 + js-beautify: + specifier: ^1.11.0 + version: 1.14.7 + localforage: + specifier: ^1.9.0 + version: 1.10.0 + lz-string: + specifier: ^1.4.4 + version: 1.5.0 + monaco-editor: + specifier: ^0.25.2 + version: 0.25.2 + monaco-editor-webpack-plugin: + specifier: ^7.0.1 + version: 7.0.1(monaco-editor@0.25.2)(webpack@5.82.0) + node-fetch: + specifier: ^3.3.0 + version: 3.3.1 + react: + specifier: 17.x || 17 + version: 17.0.2 + react-color: + specifier: ^2.19.3 + version: 2.19.3(react@17.0.2) + react-dom: + specifier: 17.x + version: 17.0.2(react@17.0.2) + react-monaco-editor: + specifier: ^0.48.0 + version: 0.48.0(@types/react@17.0.58)(monaco-editor@0.25.2)(react@17.0.2) + react-router-dom: + specifier: ^5.1.1 + version: 5.3.4(react@17.0.2) + swr: + specifier: ^1.2.2 + version: 1.3.0(react@17.0.2) + systemjs: + specifier: ^6.11.0 + version: 6.14.1 + umi: + specifier: ^3.5.18 + version: 3.5.40(react-router@5.3.4) + umi-request: + specifier: ^1.3.9 + version: 1.4.0 + use-immer: + specifier: ^0.7.0 + version: 0.7.0(immer@9.0.21)(react@17.0.2) + xlsx2js: + specifier: ^1.3.8 + version: 1.3.8 devDependencies: - cross-env: 7.0.3 - fs-extra: 10.1.0 - gh-pages: 5.0.0 - perf_hooks: 0.0.1 + cross-env: + specifier: 7.0.3 + version: 7.0.3 + fs-extra: + specifier: ^10.1.0 + version: 10.1.0 + gh-pages: + specifier: latest + version: 5.0.0 + perf_hooks: + specifier: ^0.0.1 + version: 0.0.1 packages/gi-theme-antd: - specifiers: - '@ant-design/icons': ^4.6.3 - antd: 4.x - css-loader: ^6.2.0 - dumi: ^1.1.25 - father: ^2.30.8 - less: ^3.13.1 - less-loader: ^10.0.1 - mini-css-extract-plugin: ^2.2.0 - moment: ^2.29.1 - rc-picker: ^2.5.15 - rimraf: ^3.0.2 - style-loader: ^3.2.1 - webpack: ^5.51.1 - webpack-cli: ^4.8.0 devDependencies: - '@ant-design/icons': 4.8.0_prpqlkd37azqwypxturxi7uyci - antd: 4.24.10_prpqlkd37azqwypxturxi7uyci - css-loader: 6.7.3_webpack@5.82.0 - dumi: 1.1.50_3ozo4gpc2jsiuap5q6jrh7m2ym - father: 2.30.23_ru2exmfmlyi2ewmznxlb7pezxe - less: 3.13.1 - less-loader: 10.2.0_less@3.13.1+webpack@5.82.0 - mini-css-extract-plugin: 2.7.5_webpack@5.82.0 - moment: 2.29.4 - rc-picker: 2.7.2_prpqlkd37azqwypxturxi7uyci - rimraf: 3.0.2 - style-loader: 3.3.2_webpack@5.82.0 - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + '@ant-design/icons': + specifier: ^4.6.3 + version: 4.8.0(react-dom@16.14.0)(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10(react-dom@16.14.0)(react@17.0.2) + css-loader: + specifier: ^6.2.0 + version: 6.7.3(webpack@5.82.0) + dumi: + specifier: ^1.1.25 + version: 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + father: + specifier: ^2.30.8 + version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + less: + specifier: ^3.13.1 + version: 3.13.1 + less-loader: + specifier: ^10.0.1 + version: 10.2.0(less@3.13.1)(webpack@5.82.0) + mini-css-extract-plugin: + specifier: ^2.2.0 + version: 2.7.5(webpack@5.82.0) + moment: + specifier: ^2.29.1 + version: 2.29.4 + rc-picker: + specifier: ^2.5.15 + version: 2.7.2(react-dom@16.14.0)(react@17.0.2) + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + style-loader: + specifier: ^3.2.1 + version: 3.3.2(webpack@5.82.0) + webpack: + specifier: ^5.51.1 + version: 5.82.0(webpack-cli@4.10.0) + webpack-cli: + specifier: ^4.8.0 + version: 4.10.0(webpack@5.82.0) packages/my-custom-server: - specifiers: - '@antv/gi-sdk': workspace:* - http-server: ^14.1.1 dependencies: - '@antv/gi-sdk': link:../gi-sdk + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk devDependencies: - http-server: 14.1.1 + http-server: + specifier: ^14.1.1 + version: 14.1.1 packages: - /3d-force-graph/1.70.10: + /3d-force-graph@1.70.10: resolution: {integrity: sha512-Ql0wrl78aRQ/cqJ/YPQmDH3LGsINwSjaWb9Lc0GLH52kPn1AyXnSvFB5RxnQCILvcHVvOza3oWzcN+yhRpL0Cg==} dependencies: accessor-fn: 1.4.1 kapsule: 1.14.2 three: 0.139.2 - three-forcegraph: 1.41.9_three@0.139.2 - three-render-objects: 1.28.4_three@0.139.2 + three-forcegraph: 1.41.9(three@0.139.2) + three-render-objects: 1.28.4(three@0.139.2) dev: false - /3d-force-graph/1.71.4: + /3d-force-graph@1.71.4: resolution: {integrity: sha512-hgTxHFAzB7Vz45lU7NSMVWkCh6hl+06cMXzBV+xfocGkyLm7ut+Gm3No7pa+L8GxWK5CxeixuY476obVRqAYLw==} engines: {node: '>=12'} dependencies: accessor-fn: 1.4.1 kapsule: 1.14.2 three: 0.135.0 - three-forcegraph: 1.41.9_three@0.135.0 - three-render-objects: 1.28.4_three@0.135.0 + three-forcegraph: 1.41.9(three@0.135.0) + three-render-objects: 1.28.4(three@0.135.0) dev: false - /@ahooksjs/use-request/2.8.15_react@17.0.2: + /@ahooksjs/use-request@2.8.15(react@17.0.2): resolution: {integrity: sha512-xhVaM4fyIiAMdVFuuU5i3CFUdFa/IblF+fvITVMFaUEO3w/V5tVCAF6WIA3T03n1/RPuzRkA7Ao1PFtSGtGelw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -753,29 +1044,29 @@ packages: react: 17.0.2 dev: false - /@aligov/global-locale/1.0.5: + /@aligov/global-locale@1.0.5: resolution: {integrity: sha512-mJwkCd98zyL2L1x6V3Ke9rcVSUZOsFqjwN67ykw9LJxxiMS0blYsw7qABTTaUxPFsVo5de6X54m2psp9geLzsA==} dev: false - /@aligov/global-string-format/1.0.7: + /@aligov/global-string-format@1.0.7: resolution: {integrity: sha512-6gWz+DZI+QXj6hcsplGkAe6eZZvgVQq5mjJMnUb8AKBJzwcAfWGjb7NuuhgQoI13YGPBA/HG17eAM2bEVr+y0g==} dependencies: intl-messageformat: 2.2.0 universal-env: 1.0.7 dev: false - /@amap/amap-jsapi-loader/1.0.1: + /@amap/amap-jsapi-loader@1.0.1: resolution: {integrity: sha512-nPyLKt7Ow/ThHLkSvn2etQlUzqxmTVgK7bIgwdBRTg2HK5668oN7xVxkaiRe3YZEzGzfV2XgH5Jmu2T73ljejw==} dev: false - /@ampproject/remapping/2.2.1: + /@ampproject/remapping@2.2.1: resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 - /@ant-design/charts/1.4.2_dyd3ewzqbjrozg6t7etywtsm2m: + /@ant-design/charts@1.4.2(@ant-design/icons@4.8.0)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13): resolution: {integrity: sha512-BcVx6AAnwxSdzAVUZReSuvUVtnT5AkJivq3wmcYj17scll26HHficg35yimGskAj3Gu1upYjBQBz6Tk7GEMJsQ==} peerDependencies: '@ant-design/icons': ^4.6.0 @@ -784,61 +1075,60 @@ packages: react: '>=16.8.4 || 17' react-dom: '>=16.8.4' dependencies: - '@ant-design/flowchart': 1.2.2_dyd3ewzqbjrozg6t7etywtsm2m - '@ant-design/graphs': 1.4.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/maps': 1.0.6_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/plots': 1.2.5_sfoxds7t5ydpegc3knd667wn6m - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/flowchart': 1.2.2(@ant-design/icons@4.8.0)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13) + '@ant-design/graphs': 1.4.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/maps': 1.0.6(react-dom@17.0.2)(react@17.0.2) + '@ant-design/plots': 1.2.5(react-dom@17.0.2)(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) lodash: 4.17.21 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - classnames - - dagre - reflect-metadata dev: false - /@ant-design/colors/4.0.5: + /@ant-design/colors@4.0.5: resolution: {integrity: sha512-3mnuX2prnWOWvpFTS2WH2LoouWlOgtnIpc6IarWN6GOzzLF8dW/U8UctuvIPhoboETehZfJ61XP+CGakBEPJ3Q==} dependencies: tinycolor2: 1.6.0 - /@ant-design/colors/6.0.0: + /@ant-design/colors@6.0.0: resolution: {integrity: sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ==} dependencies: '@ctrl/tinycolor': 3.6.0 - /@ant-design/colors/7.0.0: + /@ant-design/colors@7.0.0: resolution: {integrity: sha512-iVm/9PfGCbC0dSMBrz7oiEXZaaGH7ceU40OJEfKmyuzR9R5CRimJYPlRiFtMQGQcbNMea/ePcoIebi4ASGYXtg==} dependencies: '@ctrl/tinycolor': 3.6.0 dev: false - /@ant-design/compatible/1.1.2_7v5y2ccc5scmllj6tvgtwsxxei: + /@ant-design/compatible@1.1.2(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Qsx5Qw97eiSgcxyQDlY45QSbvGn0gUdpX8XFImPvzZpKwabqQ2HnXXuUlb8RbrkURswaPIoyLEGKDPeogIaURA==} peerDependencies: antd: 3.x react: '>=16.0.0 || 17' react-dom: '>=16.0.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash.camelcase: 4.3.0 lodash.upperfirst: 4.3.1 omit.js: 1.0.2 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m - rc-editor-mention: 1.1.13_sfoxds7t5ydpegc3knd667wn6m - rc-form: 2.4.12_prop-types@15.8.1 + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) + rc-editor-mention: 1.1.13(react-dom@17.0.2)(react@17.0.2) + rc-form: 2.4.12(prop-types@15.8.1) rc-util: 4.21.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - prop-types dev: false - /@ant-design/cssinjs/1.9.1_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/cssinjs@1.9.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-CZt1vCMs/sY7RoacYuIkZwQmb8Bhp99ReNNE9Y8lnUzik8fmCdKAQA7ecvVOFwmNFdcBHga7ye/XIRrsbkiqWw==} peerDependencies: react: '>=16.0.0 || 17' @@ -849,13 +1139,13 @@ packages: '@emotion/unitless': 0.7.5 classnames: 2.3.2 csstype: 3.1.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) stylis: 4.2.0 dev: false - /@ant-design/flowchart/1.2.2_dyd3ewzqbjrozg6t7etywtsm2m: + /@ant-design/flowchart@1.2.2(@ant-design/icons@4.8.0)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13): resolution: {integrity: sha512-bzHZ81qqHjWIrXcCMInDB6eMTzbswaVCOAdUTCQJ+B45aybkVsU9LMCKquyOwRM7U7PWNfPC9S/lAlx2i2BvBQ==} peerDependencies: '@ant-design/icons': ^4.6.0 @@ -864,25 +1154,24 @@ packages: react: '>=16.8.4 || 17' react-dom: '>=16.8.4' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/layout': 0.3.22-beta.8 + '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/layout': 0.1.31 '@antv/x6': 1.34.13 - '@antv/x6-react-components': 1.1.20_4ozclrwsjdtdc262m5v5jgpuhe - '@antv/x6-react-shape': 1.6.4_xcaapmznudzv4bci7pc3n7avam - '@antv/xflow': 1.0.55_dyd3ewzqbjrozg6t7etywtsm2m - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@antv/x6-react-components': 1.1.20(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@antv/x6-react-shape': 1.6.4(@antv/x6@1.34.13)(react-dom@17.0.2)(react@17.0.2) + '@antv/xflow': 1.0.55(@ant-design/icons@4.8.0)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) lodash: 4.17.21 react: 17.0.2 - react-color: 2.17.3_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-use: 17.3.1_sfoxds7t5ydpegc3knd667wn6m + react-color: 2.17.3(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) + react-use: 17.3.1(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - classnames - - dagre - reflect-metadata dev: false - /@ant-design/graphs/1.4.0_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/graphs@1.4.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-S7tbxSxrIqOSJL23S2M1GPyNnBgoaVB1xKytZeczx4YxMvuapEav+pLJy9X/TbraK0ArTNev97FQN9tD9ei6jQ==} peerDependencies: react: '>=16.8.4 || 17' @@ -890,20 +1179,18 @@ packages: dependencies: '@antv/dom-util': 2.0.4 '@antv/g6': 4.8.10 - '@antv/layout': 0.3.22-beta.8 + '@antv/layout': 0.1.31 '@antv/util': 2.0.17 insert-css: 2.0.0 react: 17.0.2 - react-content-loader: 5.1.4_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - transitivePeerDependencies: - - dagre + react-content-loader: 5.1.4(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) dev: false - /@ant-design/icons-svg/4.2.1: + /@ant-design/icons-svg@4.2.1: resolution: {integrity: sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw==} - /@ant-design/icons/4.7.0_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/icons@4.7.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-aoB4Z7JA431rt6d4u+8xcNPPCrdufSRMUOpxa1ab6mz1JCQZOEVolj2WVs/tDFmN62zzK30mNelEsprLYsSF3g==} engines: {node: '>=8'} peerDependencies: @@ -914,13 +1201,12 @@ packages: '@ant-design/icons-svg': 4.2.1 '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false + react-dom: 16.14.0(react@17.0.2) - /@ant-design/icons/4.8.0_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-T89P2jG2vM7OJ0IfGx2+9FC5sQjtTzRSz+mCHTXkFn/ELZc2YpfStmYHmqzq2Jx55J0F7+O6i5/ZKFSVNWCKNg==} + /@ant-design/icons@4.7.0(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-aoB4Z7JA431rt6d4u+8xcNPPCrdufSRMUOpxa1ab6mz1JCQZOEVolj2WVs/tDFmN62zzK30mNelEsprLYsSF3g==} engines: {node: '>=8'} peerDependencies: react: '>=16.0.0 || 17' @@ -930,11 +1216,11 @@ packages: '@ant-design/icons-svg': 4.2.1 '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /@ant-design/icons/4.8.0_prpqlkd37azqwypxturxi7uyci: + /@ant-design/icons@4.8.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-T89P2jG2vM7OJ0IfGx2+9FC5sQjtTzRSz+mCHTXkFn/ELZc2YpfStmYHmqzq2Jx55J0F7+O6i5/ZKFSVNWCKNg==} engines: {node: '>=8'} peerDependencies: @@ -945,12 +1231,11 @@ packages: '@ant-design/icons-svg': 4.2.1 '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /@ant-design/icons/4.8.0_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/icons@4.8.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-T89P2jG2vM7OJ0IfGx2+9FC5sQjtTzRSz+mCHTXkFn/ELZc2YpfStmYHmqzq2Jx55J0F7+O6i5/ZKFSVNWCKNg==} engines: {node: '>=8'} peerDependencies: @@ -961,11 +1246,12 @@ packages: '@ant-design/icons-svg': 4.2.1 '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + dev: false - /@ant-design/icons/5.1.0_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/icons@5.1.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-s7NJeBY2NS44+sAhpgaxtgvBda81vpVxLPXXdCWNXwIVR8T7DdhDsSZqqVMPlZwCKwRo89ksWhFifZo0Ulgxdw==} engines: {node: '>=8'} peerDependencies: @@ -976,26 +1262,26 @@ packages: '@ant-design/icons-svg': 4.2.1 '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /@ant-design/maps/1.0.6_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/maps@1.0.6(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Q14zOiwwPiZQ4wqp6L/N6DcnIIMAn6FQzlKmu0I3If+iGoeeDSkaNojg/LPR57ON37i/5nC/zOZrRK4wqH6Ecg==} peerDependencies: react: '>=16.8.4 || 17' react-dom: '>=16.8.4' dependencies: '@antv/l7': 2.15.4 - '@antv/l7plot': 0.3.3_@antv+l7@2.15.4 + '@antv/l7plot': 0.3.3(@antv/l7@2.15.4) '@antv/util': 2.0.17 react: 17.0.2 - react-content-loader: 5.1.4_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-content-loader: 5.1.4(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) dev: false - /@ant-design/plots/1.2.5_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/plots@1.2.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-8Jvu2xC5y5/B38/9Qr6CBiXCZopsGEA3IR4pjLFlkLoT4OHIKr4y8oIvhahM9mh9ZATyjkrZLWJBI8yETrReGg==} peerDependencies: react: '>=16.8.4 || 17' @@ -1004,73 +1290,73 @@ packages: '@antv/g2plot': 2.4.30 '@antv/util': 2.0.17 react: 17.0.2 - react-content-loader: 5.1.4_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-content-loader: 5.1.4(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) dev: false - /@ant-design/pro-card/2.1.14_7v5y2ccc5scmllj6tvgtwsxxei: + /@ant-design/pro-card@2.1.14(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-zIIxaP3tR8j2I6LyvslJBOUBMqQNar9a1KX/jXkYJVle72wz0l67BCW2NaGg9UwJMsCIkIuf24Dfcpy/YKpc+w==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 2.4.3_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 2.5.8_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 omit.js: 2.0.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 transitivePeerDependencies: - prop-types - react-dom dev: false - /@ant-design/pro-components/2.3.57_2fhk7vzxaycvvf6iluk7xlkequ: + /@ant-design/pro-components@2.3.57(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-zXHAToBHjHQLrORO4reqknDcMeM+7Vgtqwb40AS+ZUD8uo3s+l8+YiV+BoxZDMbmxsQ0VzANU3610ZmSqUMkqg==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/pro-card': 2.1.14_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-descriptions': 2.0.48_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-field': 2.2.9_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-form': 2.5.8_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-layout': 7.8.2_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-list': 2.1.1_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-provider': 2.4.3_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-skeleton': 2.0.8_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-table': 3.3.1_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-utils': 2.5.8_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/pro-card': 2.1.14(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-descriptions': 2.0.48(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-layout': 7.8.2(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-list': 2.1.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-skeleton': 2.0.8(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-table': 3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - '@types/lodash.merge' - prop-types - rc-field-form dev: false - /@ant-design/pro-descriptions/2.0.48_2fhk7vzxaycvvf6iluk7xlkequ: + /@ant-design/pro-descriptions@2.0.48(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Y5edlJlnvRWF/8BqIcmJP3xSCvi1UT7uMDjFLdHhcIfWJsBgYfdLq7wupY/pN3rRJ0jCvVJUpVRMotdzAuK8ig==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' dependencies: - '@ant-design/pro-field': 2.2.9_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-form': 2.5.8_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-skeleton': 2.0.8_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 2.5.8_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-skeleton': 2.0.8(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - use-json-comparison: 1.0.6_react@17.0.2 + use-json-comparison: 1.0.6(react@17.0.2) transitivePeerDependencies: - '@types/lodash.merge' - prop-types @@ -1078,55 +1364,55 @@ packages: - react-dom dev: false - /@ant-design/pro-field/1.32.4_7v5y2ccc5scmllj6tvgtwsxxei: + /@ant-design/pro-field@1.32.4(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-tHpRbSOmPS84K6MQB7+G/Y6OpRxilBM5w7cZx4TEG2pkAbtHAYXqF40ADYXdxZ+OK48nEMuJWRcgIeLOyhn+vA==} peerDependencies: antd: '>=4.18.0' react: '>=16.9.0 || 17' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 1.6.0_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 1.35.3_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 1.35.3(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash.tonumber: 4.0.3 moment: 2.29.4 omit.js: 2.0.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-color: 2.19.3_react@17.0.2 - swr: 1.3.0_react@17.0.2 + react-color: 2.19.3(react@17.0.2) + swr: 1.3.0(react@17.0.2) transitivePeerDependencies: - prop-types - react-dom dev: false - /@ant-design/pro-field/2.2.9_7v5y2ccc5scmllj6tvgtwsxxei: + /@ant-design/pro-field@2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Rl9QcdgbQUOfXmpwI1ln4HqxYI4rxIzcyglAPw9wzAfj3hMPglDDy6VzsaSk/bCWAm49rJcRiwyOIp4vuYXOZg==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 2.4.3_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 2.5.8_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - '@chenshuai2144/sketch-color': 1.0.9_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@chenshuai2144/sketch-color': 1.0.9(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 dayjs: 1.11.7 lodash.tonumber: 4.0.3 omit.js: 2.0.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - swr: 2.1.5_react@17.0.2 + swr: 2.1.5(react@17.0.2) transitivePeerDependencies: - prop-types - react-dom dev: false - /@ant-design/pro-form/1.57.0_2fhk7vzxaycvvf6iluk7xlkequ: + /@ant-design/pro-form@1.57.0(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-6KNYAiW5W29EAhWn1CMTphrVaadIe3NcUm3JE/mrhBlKDVGabmF0mqKz1WCw+S4BiOJttmRNoz8K0/ypTvXO2A==} peerDependencies: antd: '>=4.18.0' @@ -1134,28 +1420,28 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-field': 1.32.4_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-provider': 1.6.0_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 1.35.3_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-field': 1.32.4(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 1.35.3(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - '@umijs/use-params': 1.0.9_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@umijs/use-params': 1.0.9(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash: 4.17.21 omit.js: 2.0.2 - rc-field-form: 1.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-json-comparison: 1.0.6_react@17.0.2 - use-media-antd-query: 1.1.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + use-json-comparison: 1.0.6(react@17.0.2) + use-media-antd-query: 1.1.0(react@17.0.2) transitivePeerDependencies: - prop-types dev: false - /@ant-design/pro-form/2.5.8_2fhk7vzxaycvvf6iluk7xlkequ: + /@ant-design/pro-form@2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-iBxb7vWOPjlkpfZjZHKnVlgA1ebE7yjuqkXJSQ9AYW2HB1UfXVYcI7xgrj0nkx6EdtL1sf3Rhl2OwKYpRIB9iQ==} peerDependencies: '@types/lodash.merge': ^4.6.7 @@ -1167,161 +1453,161 @@ packages: '@types/lodash.merge': optional: true dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-field': 2.2.9_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-provider': 2.4.3_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 2.5.8_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - '@chenshuai2144/sketch-color': 1.0.9_react@17.0.2 - '@umijs/use-params': 1.0.9_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@chenshuai2144/sketch-color': 1.0.9(react@17.0.2) + '@umijs/use-params': 1.0.9(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash.merge: 4.6.2 omit.js: 2.0.2 - rc-field-form: 1.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-json-comparison: 1.0.6_react@17.0.2 - use-media-antd-query: 1.1.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + use-json-comparison: 1.0.6(react@17.0.2) + use-media-antd-query: 1.1.0(react@17.0.2) transitivePeerDependencies: - prop-types dev: false - /@ant-design/pro-layout/6.38.22_oxfzelaz5ynxsop2v2nu2h2m64: + /@ant-design/pro-layout@6.38.22(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-rsxY2E0BTyRE7IO67VACWVPSfdtDnTaWtECuMnc4ctL+xmnzbnnr0zEHVQ+S58BxLnCqO3IyOsSc0nFl2hHsnQ==} peerDependencies: react: '>=16.9.0 || 17' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 1.10.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-utils': 1.45.3_oxfzelaz5ynxsop2v2nu2h2m64 + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 1.10.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 1.45.3(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 '@umijs/route-utils': 2.2.2 '@umijs/ssr-darkreader': 4.9.45 - '@umijs/use-params': 1.0.9_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@umijs/use-params': 1.0.9(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash.merge: 4.6.2 omit.js: 2.0.2 path-to-regexp: 2.4.0 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - swr: 1.3.0_react@17.0.2 + swr: 1.3.0(react@17.0.2) unstated-next: 1.1.0 - use-json-comparison: 1.0.6_react@17.0.2 - use-media-antd-query: 1.1.0_react@17.0.2 + use-json-comparison: 1.0.6(react@17.0.2) + use-media-antd-query: 1.1.0(react@17.0.2) warning: 4.0.3 transitivePeerDependencies: - prop-types - react-dom dev: false - /@ant-design/pro-layout/7.8.2_7v5y2ccc5scmllj6tvgtwsxxei: + /@ant-design/pro-layout@7.8.2(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-SvFNyFCu+Ar6EqVBFAdDKdgHTzJonRFTtf+/opr3zJ46jFFoiuxE5qaJqmtOM+Plrvt272yPWUs/yN6R31t6CA==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 2.4.3_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 2.5.8_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 '@umijs/route-utils': 4.0.1 - '@umijs/use-params': 1.0.9_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@umijs/use-params': 1.0.9(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash.merge: 4.6.2 omit.js: 2.0.2 path-to-regexp: 2.4.0 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - swr: 2.1.5_react@17.0.2 - use-json-comparison: 1.0.6_react@17.0.2 - use-media-antd-query: 1.1.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + swr: 2.1.5(react@17.0.2) + use-json-comparison: 1.0.6(react@17.0.2) + use-media-antd-query: 1.1.0(react@17.0.2) warning: 4.0.3 transitivePeerDependencies: - prop-types dev: false - /@ant-design/pro-list/2.1.1_2fhk7vzxaycvvf6iluk7xlkequ: + /@ant-design/pro-list@2.1.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-afOlH+Kms4eZzUvmA38lGsqobg+PXHqZtBducfgAJ+QgLxBu172TLKuG5wioTdMCm2DSxIKQ3+rQn0O9ZBdDqw==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-card': 2.1.14_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-field': 2.2.9_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-table': 3.3.1_2fhk7vzxaycvvf6iluk7xlkequ + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-card': 2.1.14(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-table': 3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 dayjs: 1.11.7 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) rc-util: 4.21.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-media-antd-query: 1.1.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + use-media-antd-query: 1.1.0(react@17.0.2) transitivePeerDependencies: - '@types/lodash.merge' - prop-types - rc-field-form dev: false - /@ant-design/pro-provider/1.10.0_sfoxds7t5ydpegc3knd667wn6m: + /@ant-design/pro-provider@1.10.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-gbQtq+Qlnob6aEghiWX/kXEzNhe4eOFlv5Ue2/xsal+22qvot/kFoOB652TD76fMI7vlkoema1pTKsvD5Uji6A==} peerDependencies: react: '>=16.9.0 || 17' dependencies: '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - swr: 1.3.0_react@17.0.2 + swr: 1.3.0(react@17.0.2) transitivePeerDependencies: - react-dom dev: false - /@ant-design/pro-provider/1.6.0_4ozclrwsjdtdc262m5v5jgpuhe: + /@ant-design/pro-provider@1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-xq5GRfoYvwimSCWYZ6NyBaSfVz3ajEDIhMrTHpmzWmDGxRaPPFMS3Fio0cuAdU/KbDlZ1d0M8LuAvyEPvhYDFQ==} peerDependencies: antd: '>=4.18.0' react: '>=16.9.0 || 17' dependencies: '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - swr: 1.3.0_react@17.0.2 + swr: 1.3.0(react@17.0.2) transitivePeerDependencies: - react-dom dev: false - /@ant-design/pro-provider/2.4.3_4ozclrwsjdtdc262m5v5jgpuhe: + /@ant-design/pro-provider@2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-BefEAY9XUE1U5SxLAzA9se4e2VOykMRDyev+cGzz4bewdon/sbX82dcw300rl1n5IB9r+K3wYCzFXX+KaneFSA==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/cssinjs': 1.9.1_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/cssinjs': 1.9.1(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 '@ctrl/tinycolor': 3.6.0 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - swr: 2.1.5_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + swr: 2.1.5(react@17.0.2) dev: false - /@ant-design/pro-skeleton/2.0.8_4ozclrwsjdtdc262m5v5jgpuhe: + /@ant-design/pro-skeleton@2.0.8(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Rb5Fpd6s1q5EemdO43o4w/Eab7ze6Gd3mOdMPHAp2dK5qm3Wj6Qa6Dr94zcsHom2VaZfaPVTatatHxdR+7byOQ==} peerDependencies: antd: '>=4.23.0' @@ -1329,13 +1615,13 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-media-antd-query: 1.1.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + use-media-antd-query: 1.1.0(react@17.0.2) dev: false - /@ant-design/pro-table/2.66.4_2fhk7vzxaycvvf6iluk7xlkequ: + /@ant-design/pro-table@2.66.4(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-j6o5V6IkyzhsJnaXi19tVQ+cw2UFId1CWlXooWccdcE8xPP+7GX0E7usw9ng5HsI0h9rHDPWru6JtemXMo0RPQ==} peerDependencies: antd: '>=4.18.0' @@ -1343,29 +1629,29 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-field': 1.32.4_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-form': 1.57.0_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-provider': 1.6.0_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 1.35.3_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-field': 1.32.4(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 1.57.0(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 1.35.3(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 moment: 2.29.4 omit.js: 2.0.2 - rc-field-form: 1.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-sortable-hoc: 2.0.0_oxfzelaz5ynxsop2v2nu2h2m64 + react-dom: 17.0.2(react@17.0.2) + react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) unstated-next: 1.1.0 - use-json-comparison: 1.0.6_react@17.0.2 - use-media-antd-query: 1.1.0_react@17.0.2 + use-json-comparison: 1.0.6(react@17.0.2) + use-media-antd-query: 1.1.0(react@17.0.2) transitivePeerDependencies: - prop-types dev: false - /@ant-design/pro-table/3.3.1_2fhk7vzxaycvvf6iluk7xlkequ: + /@ant-design/pro-table@3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-NQak8whJklHUrJlQMs6z2nQ9qPdrDXEbJWG/btxE6kFcfANydLRCdsHVmJADZ7NWv+ZvnAiXAzaR1pJeuZxu5A==} peerDependencies: antd: '>=4.23.0' @@ -1373,95 +1659,95 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-card': 2.1.14_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-field': 2.2.9_7v5y2ccc5scmllj6tvgtwsxxei - '@ant-design/pro-form': 2.5.8_2fhk7vzxaycvvf6iluk7xlkequ - '@ant-design/pro-provider': 2.4.3_4ozclrwsjdtdc262m5v5jgpuhe - '@ant-design/pro-utils': 2.5.8_7v5y2ccc5scmllj6tvgtwsxxei + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-card': 2.1.14(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 dayjs: 1.11.7 omit.js: 2.0.2 - rc-field-form: 1.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-sortable-hoc: 2.0.0_oxfzelaz5ynxsop2v2nu2h2m64 - use-json-comparison: 1.0.6_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + use-json-comparison: 1.0.6(react@17.0.2) transitivePeerDependencies: - '@types/lodash.merge' - prop-types dev: false - /@ant-design/pro-utils/1.35.3_7v5y2ccc5scmllj6tvgtwsxxei: + /@ant-design/pro-utils@1.35.3(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-o67F2G01VL6nmDH6VhS/umSlvwo+2g9dotqhWJyvj64JLUuYLdiiXNYsCnvRUqvJrmgmSOXaq8jtTnU1QXso/g==} peerDependencies: antd: '>=4.18.0' react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 1.6.0_4ozclrwsjdtdc262m5v5jgpuhe + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 moment: 2.29.4 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-sortable-hoc: 2.0.0_oxfzelaz5ynxsop2v2nu2h2m64 - swr: 1.3.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + swr: 1.3.0(react@17.0.2) transitivePeerDependencies: - prop-types dev: false - /@ant-design/pro-utils/1.45.3_oxfzelaz5ynxsop2v2nu2h2m64: + /@ant-design/pro-utils@1.45.3(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-W2qtyckdkHTWGVXfFfqb9s/ahq3o4GlIZC3+WDiGUgqJTsUkwY69yV67E2ZfAro1XRXblUzbvxIv96M7bEAfFg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 1.10.0_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 1.10.0(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 moment: 2.29.4 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-sortable-hoc: 2.0.0_oxfzelaz5ynxsop2v2nu2h2m64 - swr: 1.3.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + swr: 1.3.0(react@17.0.2) transitivePeerDependencies: - prop-types dev: false - /@ant-design/pro-utils/2.5.8_7v5y2ccc5scmllj6tvgtwsxxei: + /@ant-design/pro-utils@2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-iAiNjKBj8chgDsHIn/d757RFEhRLhBPT4iSH5MI7k+hZTHbEMsjYjNgtR9Du5doIP+ACe62hcuELTr6aXt80nQ==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-provider': 2.4.3_4ozclrwsjdtdc262m5v5jgpuhe + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@babel/runtime': 7.21.5 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 dayjs: 1.11.7 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-sortable-hoc: 2.0.0_oxfzelaz5ynxsop2v2nu2h2m64 - swr: 2.1.5_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + swr: 2.1.5(react@17.0.2) transitivePeerDependencies: - prop-types dev: false - /@ant-design/react-slick/0.29.2_react@17.0.2: + /@ant-design/react-slick@0.29.2(react@17.0.2): resolution: {integrity: sha512-kgjtKmkGHa19FW21lHnAfyyH9AAoh35pBdcJ53rHmQ3O+cfFHGHnUbj/HFrRNJ5vIts09FKJVAD8RpaC+RaWfA==} peerDependencies: react: '>=16.9.0 || 17' @@ -1473,59 +1759,49 @@ packages: react: 17.0.2 resize-observer-polyfill: 1.5.1 - /@ant-design/react-slick/1.0.0_react@17.0.2: - resolution: {integrity: sha512-OKxZsn8TAf8fYxP79rDXgLs9zvKMTslK6dJ4iLhDXOujUqC5zJPBRszyrcEHXcMPOm1Sgk40JgyF3yiL/Swd7w==} - peerDependencies: - react: '>=16.9.0 || 17' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - json2mq: 0.2.0 - react: 17.0.2 - resize-observer-polyfill: 1.5.1 - throttle-debounce: 5.0.0 - dev: false - - /@antv/adjust/0.2.5: + /@antv/adjust@0.2.5: resolution: {integrity: sha512-MfWZOkD9CqXRES6MBGRNe27Q577a72EIwyMnE29wIlPliFvJfWwsrONddpGU7lilMpVKecS3WAzOoip3RfPTRQ==} dependencies: '@antv/util': 2.0.17 tslib: 1.14.1 + dev: false - /@antv/algorithm/0.1.25: + /@antv/algorithm@0.1.25: resolution: {integrity: sha512-TGwPyFoAu4+iEJd0y1l0gHdBXCbUj8a4gR7P3GzZRfEfRnWfk+gswApzOSTd7c6HP402JOEF64PAJQKxQgSPSQ==} dependencies: '@antv/util': 2.0.17 tslib: 2.5.0 - /@antv/algorithm/0.1.26-beta.0: + /@antv/algorithm@0.1.26-beta.0: resolution: {integrity: sha512-pUXut6Y7KxJvj8EjXwkHP1w1z/nrf2Cx48DE+3kzJuz09FynaNd/NQvOEBMGSGyxoH8vVZ2vW4aDvTtbttHcPA==} dependencies: '@antv/util': 2.0.17 tslib: 2.5.0 dev: false - /@antv/async-hook/2.2.9: + /@antv/async-hook@2.2.9: resolution: {integrity: sha512-4BUp2ZUaTi2fYL67Ltkf6eV912rYJeSBokGhd5fhhnpUkMA1LEI1mg97Pqmx3yC50VEQ+LKXZxj9ePZs80ECfw==} dependencies: async: 3.2.4 dev: false - /@antv/attr/0.3.5: + /@antv/attr@0.3.5: resolution: {integrity: sha512-wuj2gUo6C8Q2ASSMrVBuTcb5LcV+Tc0Egiy6bC42D0vxcQ+ta13CLxgMmHz8mjD0FxTPJDXSciyszRSC5TdLsg==} dependencies: '@antv/color-util': 2.0.6 '@antv/scale': 0.3.18 '@antv/util': 2.0.17 tslib: 2.5.0 + dev: false - /@antv/color-util/2.0.6: + /@antv/color-util@2.0.6: resolution: {integrity: sha512-KnPEaAH+XNJMjax9U35W67nzPI+QQ2x27pYlzmSIWrbj4/k8PGrARXfzDTjwoozHJY8qG62Z+Ww6Alhu2FctXQ==} dependencies: '@antv/util': 2.0.17 tslib: 2.5.0 + dev: false - /@antv/component/0.8.33: + /@antv/component@0.8.33: resolution: {integrity: sha512-49/sTnlnhOpd+cMyxFz9CNcALRo50sj0FSZt6g4hFSNTg1gmvOEDwcPEBEft+hM0RGnryanJpYNvW5lMfm/Skg==} dependencies: '@antv/color-util': 2.0.6 @@ -1537,27 +1813,29 @@ packages: '@antv/util': 2.0.17 fecha: 4.2.3 tslib: 2.5.0 + dev: false - /@antv/coord/0.3.1: + /@antv/coord@0.3.1: resolution: {integrity: sha512-rFE94C8Xzbx4xmZnHh2AnlB3Qm1n5x0VT3OROy257IH6Rm4cuzv1+tZaUBATviwZd99S+rOY9telw/+6C9GbRw==} dependencies: '@antv/matrix-util': 3.1.0-beta.3 '@antv/util': 2.0.17 tslib: 2.5.0 + dev: false - /@antv/dom-util/2.0.4: + /@antv/dom-util@2.0.4: resolution: {integrity: sha512-2shXUl504fKwt82T3GkuT4Uoc6p9qjCKnJ8gXGLSW4T1W37dqf9AV28aCfoVPHp2BUXpSsB+PAJX2rG/jLHsLQ==} dependencies: tslib: 2.5.0 - /@antv/dw-analyzer/1.1.5: + /@antv/dw-analyzer@1.1.5: resolution: {integrity: sha512-xwjZad740IlxYwwfylCZZg4Qobe32H3u7L6CarGM+kp0oWWqINeU/GV/aBciYs132RqIc2cxBjONRqctjHOrgA==} dev: false - /@antv/event-emitter/0.1.3: + /@antv/event-emitter@0.1.3: resolution: {integrity: sha512-4ddpsiHN9Pd4UIlWuKVK1C4IiZIdbwQvy9i7DUSI3xNJ89FPUFt8lxDYj8GzzfdllV0NkJTRxnG+FvLk0llidg==} - /@antv/g-base/0.4.7: + /@antv/g-base@0.4.7: resolution: {integrity: sha512-wKSpS3/M1slU92iOgi2QV4MCd82J1d2PyPcQArqSFRUZU0KnVMIl95v79dG0Be4YvFaZ3bVrT6Ns1Czr8oplhA==} dependencies: '@antv/event-emitter': 0.1.3 @@ -1572,7 +1850,7 @@ packages: detect-browser: 5.3.0 dev: false - /@antv/g-base/0.5.15: + /@antv/g-base@0.5.15: resolution: {integrity: sha512-QOtq50QpnKez9J75/Z8j2yZ7QDQdk8R8mVQJiHtaEO5eI7DM4ZbrsWff/Ew26JYmPWdq7nbRuARMAD4PX9uuLA==} dependencies: '@antv/event-emitter': 0.1.3 @@ -1587,7 +1865,7 @@ packages: detect-browser: 5.3.0 tslib: 2.5.0 - /@antv/g-canvas/0.5.14: + /@antv/g-canvas@0.5.14: resolution: {integrity: sha512-IUGLEMIMAUYgaBMT8h3FTmYQYz7sjQkKWwh6Psqx+UPK86fySa+G8fMRrh1EqAL07jVB+GRnn6Ym+3FoFUgeFg==} dependencies: '@antv/g-base': 0.5.15 @@ -1598,16 +1876,7 @@ packages: gl-matrix: 3.4.3 tslib: 2.5.0 - /@antv/g-gesture/1.0.1: - resolution: {integrity: sha512-7zANDfE/aWSWTetJO8uKcI/rvnGPzpfsga0F3IuLKcVjWwSAHocmccMz0bzkltNcm43UY1C2vX2HCBKMCwDdvg==} - peerDependencies: - '@antv/g-base': ~0.4.4 - dependencies: - '@antv/event-emitter': 0.1.3 - d3-ease: 1.0.7 - dev: false - - /@antv/g-gesture/1.0.1_@antv+g-base@0.4.7: + /@antv/g-gesture@1.0.1(@antv/g-base@0.4.7): resolution: {integrity: sha512-7zANDfE/aWSWTetJO8uKcI/rvnGPzpfsga0F3IuLKcVjWwSAHocmccMz0bzkltNcm43UY1C2vX2HCBKMCwDdvg==} peerDependencies: '@antv/g-base': ~0.4.4 @@ -1617,13 +1886,13 @@ packages: d3-ease: 1.0.7 dev: false - /@antv/g-math/0.1.9: + /@antv/g-math@0.1.9: resolution: {integrity: sha512-KHMSfPfZ5XHM1PZnG42Q2gxXfOitYveNTA7L61lR6mhZ8Y/aExsYmHqaKBsSarU0z+6WLrl9C07PQJZaw0uljQ==} dependencies: '@antv/util': 2.0.17 gl-matrix: 3.4.3 - /@antv/g-svg/0.5.7: + /@antv/g-svg@0.5.7: resolution: {integrity: sha512-jUbWoPgr4YNsOat2Y/rGAouNQYGpw4R0cvlN0YafwOyacFFYy2zC8RslNd6KkPhhR3XHNSqJOuCYZj/YmLUwYw==} dependencies: '@antv/g-base': 0.5.15 @@ -1632,7 +1901,18 @@ packages: detect-browser: 5.3.0 tslib: 2.5.0 - /@antv/g-webgpu-core/0.7.2: + /@antv/g-webgpu-core@0.5.6: + resolution: {integrity: sha512-DPiH3GkAUiT0Q+LAKeImpI+IOQ/gP2w6HstYKivpFIpBPIvZ/9equM3icVrn1iDfDkZANVXQ1PppcO3xBv1ZTw==} + dependencies: + eventemitter3: 4.0.7 + gl-matrix: 3.4.3 + inversify: 5.1.1 + inversify-inject-decorators: 3.1.0 + probe.gl: 3.6.0 + reflect-metadata: 0.1.13 + dev: false + + /@antv/g-webgpu-core@0.7.2: resolution: {integrity: sha512-xUMmop7f3Rs34zFYKXLqHhDR1CQTeDl/7vI7Sn3X/73BqJc3X3HIIRvm83Fg2CjVACaOzw4WeLRXNaOCp9fz9w==} dependencies: eventemitter3: 4.0.7 @@ -1640,7 +1920,22 @@ packages: lodash: 4.17.21 probe.gl: 3.6.0 - /@antv/g-webgpu-engine/0.7.2: + /@antv/g-webgpu-engine@0.5.6: + resolution: {integrity: sha512-D311qYUefdEFwLayutIHqucrAY3cAGH3BdnXS37nq+0nsglrHcNP0Ab1YTinn9RihLoY3yXFTLzrYkJHJbZXDg==} + dependencies: + '@antv/g-webgpu-core': 0.5.6 + '@webgpu/glslang': 0.0.15 + '@webgpu/types': 0.0.31 + gl-matrix: 3.4.3 + hammerjs: 2.0.8 + inversify: 5.1.1 + inversify-inject-decorators: 3.1.0 + probe.gl: 3.6.0 + reflect-metadata: 0.1.13 + regl: 1.7.0 + dev: false + + /@antv/g-webgpu-engine@0.7.2: resolution: {integrity: sha512-lx8Y93IW2cnJvdoDRKyMmTdYqSC1pOmF0nyG3PGGyA0NI9vBYVgO0KTF6hkyWjdTWVq7XDZyf/h8CJridLh3lg==} dependencies: '@antv/g-webgpu-core': 0.7.2 @@ -1648,7 +1943,24 @@ packages: lodash: 4.17.21 regl: 1.7.0 - /@antv/g-webgpu/0.7.2: + /@antv/g-webgpu@0.5.5: + resolution: {integrity: sha512-TxtBniINFq1jFGEPo46xjJfrbJbUqkFd5wmsRs3tcg/7J7xoldOP1kEadpI3AJG9knMYdE92VpILw1VPd6DgzQ==} + dependencies: + '@antv/g-webgpu-core': 0.5.6 + '@antv/g-webgpu-engine': 0.5.6 + '@webgpu/types': 0.0.31 + gl-matrix: 3.4.3 + gl-vec2: 1.3.0 + hammerjs: 2.0.8 + inversify: 5.1.1 + inversify-inject-decorators: 3.1.0 + polyline-miter-util: 1.0.1 + polyline-normals: 2.0.2 + probe.gl: 3.6.0 + reflect-metadata: 0.1.13 + dev: false + + /@antv/g-webgpu@0.7.2: resolution: {integrity: sha512-kw+oYGsdvj5qeUfy5DPb/jztZBV+2fmqBd3Vv8NlKatfBmv8AirYX/CCW74AUSdWm99rEiLyxFB1VdRZ6b/wnQ==} dependencies: '@antv/g-webgpu-core': 0.7.2 @@ -1657,7 +1969,7 @@ packages: gl-vec2: 1.3.0 lodash: 4.17.21 - /@antv/g2/4.2.10: + /@antv/g2@4.2.10: resolution: {integrity: sha512-/ZlJ/DFJBCvtEQgE6roxdd6sBml0fZ8ZVfzG+HdjGpA7/ceURb8XkxUcqa0E8NV+e4sFijnaAhBCdUm2whiuyA==} dependencies: '@antv/adjust': 0.2.5 @@ -1675,8 +1987,9 @@ packages: '@antv/scale': 0.3.18 '@antv/util': 2.0.17 tslib: 2.5.0 + dev: false - /@antv/g2plot/2.4.30: + /@antv/g2plot@2.4.30: resolution: {integrity: sha512-f6AzlvTTRN8IWOktgW6hg0m0cl3Sfdv0ztNG4OgSGUXdQvwa5ZpaLFoiUk7gt8eK1j2AHNBUk2v8AqNnO1TXpA==} dependencies: '@antv/color-util': 2.0.6 @@ -1693,8 +2006,9 @@ packages: pdfast: 0.2.0 size-sensor: 1.0.1 tslib: 2.5.0 + dev: false - /@antv/g6-core/0.8.10: + /@antv/g6-core@0.8.10: resolution: {integrity: sha512-vQEwMU0TPQBxOftxoh469u4aT7jJ+qYoj8yvZw/SpSYJwyfwIzv+5H2Xxz/iI4q2fN0TbRaxsuNVo5ojO7TY+Q==} dependencies: '@antv/algorithm': 0.1.25 @@ -1708,7 +2022,7 @@ packages: ml-matrix: 6.10.4 tslib: 2.5.0 - /@antv/g6-core/0.8.13: + /@antv/g6-core@0.8.13: resolution: {integrity: sha512-TEoZv8PptmbR6l/DrWsxwzN/tmp4BAJr/mahgcP66eCaGymrZ9gRYNG73vDb4VVp1p66ajF2BYUpTUy8M3rO7Q==} dependencies: '@antv/algorithm': 0.1.25 @@ -1722,21 +2036,21 @@ packages: ml-matrix: 6.10.4 tslib: 2.5.0 - /@antv/g6-element/0.8.10: + /@antv/g6-element@0.8.10: resolution: {integrity: sha512-KCBgsQJz6BA+IUofZOuKL2GKH95cTGKWrOBaIX3kEpV2LEfBpL+IyIKzKpRv8usIRo1/s254Sl+hefwSgm/TXg==} dependencies: '@antv/g-base': 0.5.15 '@antv/g6-core': 0.8.10 '@antv/util': 2.0.17 - /@antv/g6-element/0.8.13: + /@antv/g6-element@0.8.13: resolution: {integrity: sha512-BFBqf1qcigwuVRi4/fUJAT3k5ALWHX0BMgxl7RtmPhbe1cG+CCvOfcbj4u88Dopyf09os1Ztj6n0PUVK7Tf6xg==} dependencies: '@antv/g-base': 0.5.15 '@antv/g6-core': 0.8.13 '@antv/util': 2.0.17 - /@antv/g6-pc/0.8.10: + /@antv/g6-pc@0.8.10: resolution: {integrity: sha512-r16AIkTv3cxL+a9PXf753jLXCIkUDFiVJjxzZ+2P+E5fNXOZvsul0h5oRDc6IH05k58lRju+3uhNfaDRVrBUlA==} dependencies: '@ant-design/colors': 4.0.5 @@ -1751,7 +2065,7 @@ packages: '@antv/g6-element': 0.8.10 '@antv/g6-plugin': 0.8.13 '@antv/hierarchy': 0.6.11 - '@antv/layout': 0.3.22-beta.8_dagre@0.8.5 + '@antv/layout': 0.3.22(dagre@0.8.5) '@antv/matrix-util': 3.1.0-beta.3 '@antv/path-util': 2.0.15 '@antv/util': 2.0.17 @@ -1761,33 +2075,7 @@ packages: insert-css: 2.0.0 ml-matrix: 6.10.4 - /@antv/g6-pc/0.8.14-beta.0: - resolution: {integrity: sha512-Hg14H57a6EBNpDB7DtlkjneD1In45oS6EvPcoMuiCTQPUGL7e6pL808do4z2kRta++SG2x3FfexND1HJa7y2gg==} - dependencies: - '@ant-design/colors': 4.0.5 - '@antv/algorithm': 0.1.25 - '@antv/dom-util': 2.0.4 - '@antv/event-emitter': 0.1.3 - '@antv/g-base': 0.5.15 - '@antv/g-canvas': 0.5.14 - '@antv/g-math': 0.1.9 - '@antv/g-svg': 0.5.7 - '@antv/g6-core': 0.8.13 - '@antv/g6-element': 0.8.13 - '@antv/g6-plugin': 0.8.13 - '@antv/hierarchy': 0.6.11 - '@antv/layout': 0.3.22-beta.8_dagre@0.8.5 - '@antv/matrix-util': 3.1.0-beta.3 - '@antv/path-util': 2.0.15 - '@antv/util': 2.0.17 - color: 3.2.1 - d3-force: 2.1.1 - dagre: 0.8.5 - insert-css: 2.0.0 - ml-matrix: 6.10.4 - dev: false - - /@antv/g6-plugin/0.8.13: + /@antv/g6-plugin@0.8.13: resolution: {integrity: sha512-29QBz0/y83mw1hsFHqAjBtTyH9OHvmBIOBtaKmqMfkxAGc/eb+L0Ja1nAEdvDVVd7Rq/a061x1QFtLhR5wTE/A==} dependencies: '@antv/dom-util': 2.0.4 @@ -1802,238 +2090,16 @@ packages: '@antv/util': 2.0.17 insert-css: 2.0.0 - /@antv/g6/4.8.10: + /@antv/g6@4.8.10: resolution: {integrity: sha512-kZKB4wyukiyXoNOANErqRDJMRyWolAzVg12xm7XyJPYPVLxdAwYskTGnxgtxYdIjXF9qwpAszyJSLE8fZc72OA==} dependencies: '@antv/g6-pc': 0.8.10 - /@antv/g6/4.8.14-beta.0: - resolution: {integrity: sha512-Fvq3/E+LLewrJhLp5/j0/0lTryW3H6ZUqVbCawv84SCfwptYPNHUCOXzqiYKFVnBRUgTNvo4au/H7g+NZWEVDQ==} - dependencies: - '@antv/g6-pc': 0.8.14-beta.0 - dev: false - - /@antv/gi-assets-basic/2.3.0_mzy3qacgfae732cymgnfrqoagi: - resolution: {integrity: sha512-cK3nSxvnu0NB+pfGreVHfnyJAtXn9uteuogpVGTW2smuaKlF0meN7xQ74uC0h1j9mrMbfLmuuntXofaYnRgJ7g==} - peerDependencies: - '@antv/graphin': ^2.7.15 - antd: 4.x - react: 17.x || 17 - react-dom: 17.x - dependencies: - '@ant-design/icons': 5.1.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/algorithm': 0.1.26-beta.0 - '@antv/g2plot': 2.4.30 - '@antv/gi-common-components': 1.2.0_efvrrfkqelkixojzj5672ygms4 - '@antv/gi-sdk': 2.3.0_mzy3qacgfae732cymgnfrqoagi - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - '@antv/graphin-icons': 1.0.0 - '@antv/util': 3.3.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - d3-scale: 4.0.2 - deepmerge: 4.3.1 - immer: 9.0.21 - json2csv: 5.0.7 - lodash: 4.17.21 - nanoid: 4.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-immer: 0.7.0_immer@9.0.21+react@17.0.2 - transitivePeerDependencies: - - '@types/react' - - '@types/react-dom' - - bufferutil - - canvas - - prop-types - - react-is - - react-router - - supports-color - - typescript - - utf-8-validate - dev: false - - /@antv/gi-common-components/1.2.0_efvrrfkqelkixojzj5672ygms4: - resolution: {integrity: sha512-u+w0pNuxo2NRia73U5F9QCw+rHlT8LOQLqIy9MkGCCavi7SgFpu6nbVPrjfsdQbj6bQFlYKYrqS8ZAeTKkB4+A==} - peerDependencies: - '@antv/graphin': ^2.7.15 - antd: 4.x - react: 17.x || 17 - react-dom: 17.x - dependencies: - '@antv/g2plot': 2.4.30 - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - '@formily/antd': 2.2.23_yqtbkbmmds7zh7bbupdfbl73qq - '@formily/core': 2.2.23 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_cdmaxdj2cq6dffpy74hhe2oe2y - '@formily/reactive': 2.2.23 - '@formily/shared': 2.2.23 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - dumi: 1.1.50_jgxnvbe4faw3ohf4h6p42qq6oy - nanoid: 4.0.2 - react: 17.0.2 - react-color: 2.19.3_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-immer: 0.7.0_immer@9.0.21+react@17.0.2 - transitivePeerDependencies: - - '@ant-design/icons' - - '@types/react' - - '@types/react-dom' - - bufferutil - - canvas - - immer - - prop-types - - react-is - - react-router - - supports-color - - typescript - - utf-8-validate - dev: false - - /@antv/gi-common-components/1.2.0_hdsf5o7b5mnnrytggiz37pknj4: - resolution: {integrity: sha512-u+w0pNuxo2NRia73U5F9QCw+rHlT8LOQLqIy9MkGCCavi7SgFpu6nbVPrjfsdQbj6bQFlYKYrqS8ZAeTKkB4+A==} - peerDependencies: - '@antv/graphin': ^2.7.15 - antd: 4.x - react: 17.x || 17 - react-dom: 17.x - dependencies: - '@antv/g2plot': 2.4.30 - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - '@formily/antd': 2.2.23_ewei7w2d5qhdidpw5a6iajcb24 - '@formily/core': 2.2.23 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_cdmaxdj2cq6dffpy74hhe2oe2y - '@formily/reactive': 2.2.23 - '@formily/shared': 2.2.23 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - dumi: 1.1.50_jgxnvbe4faw3ohf4h6p42qq6oy - nanoid: 4.0.2 - react: 17.0.2 - react-color: 2.19.3_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-immer: 0.7.0_immer@9.0.21+react@17.0.2 - transitivePeerDependencies: - - '@ant-design/icons' - - '@types/react' - - '@types/react-dom' - - bufferutil - - canvas - - immer - - prop-types - - react-is - - react-router - - supports-color - - typescript - - utf-8-validate - dev: false - - /@antv/gi-common-components/1.2.0_tugfc2zrxybimvx75jzlpz4o6i: - resolution: {integrity: sha512-u+w0pNuxo2NRia73U5F9QCw+rHlT8LOQLqIy9MkGCCavi7SgFpu6nbVPrjfsdQbj6bQFlYKYrqS8ZAeTKkB4+A==} - peerDependencies: - '@antv/graphin': ^2.7.15 - antd: 4.x - react: 17.x || 17 - react-dom: 17.x - dependencies: - '@antv/g2plot': 2.4.30 - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - '@formily/antd': 2.2.23_rvgs74sjznl2vobvqiargskozi - '@formily/core': 2.2.23 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_bcd6tcj7ufww623wecixberft4 - '@formily/reactive': 2.2.23 - '@formily/shared': 2.2.23 - antd: 4.22.8_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - dumi: 1.1.50_jgxnvbe4faw3ohf4h6p42qq6oy - nanoid: 4.0.2 - react: 17.0.2 - react-color: 2.19.3_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - use-immer: 0.7.0_immer@9.0.21+react@17.0.2 - transitivePeerDependencies: - - '@ant-design/icons' - - '@types/react' - - '@types/react-dom' - - bufferutil - - canvas - - immer - - prop-types - - react-is - - react-router - - supports-color - - typescript - - utf-8-validate - dev: true - - /@antv/gi-sdk/2.3.0_mzy3qacgfae732cymgnfrqoagi: - resolution: {integrity: sha512-FUwftoyUIRdMJGSfHLYyvQ0JL2ZKWH/cCUvIHGWKLGMtCXSzWLpV0YnodAArm2+YLV+Mv+ZUmMhfRy7NSqXs8A==} - peerDependencies: - '@antv/graphin': ^2.7.15 - antd: 4.x - react: 17.x || 17 - react-dom: 17.x - dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/gi-common-components': 1.2.0_hdsf5o7b5mnnrytggiz37pknj4 - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - immer: 9.0.21 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - size-sensor: 1.0.1 - use-immer: 0.6.0_immer@9.0.21+react@17.0.2 - transitivePeerDependencies: - - '@types/react' - - '@types/react-dom' - - bufferutil - - canvas - - prop-types - - react-is - - react-router - - supports-color - - typescript - - utf-8-validate - dev: false - - /@antv/gi-sdk/2.3.0_v25bumlepfbfksdyqkvczorjt4: - resolution: {integrity: sha512-FUwftoyUIRdMJGSfHLYyvQ0JL2ZKWH/cCUvIHGWKLGMtCXSzWLpV0YnodAArm2+YLV+Mv+ZUmMhfRy7NSqXs8A==} - peerDependencies: - '@antv/graphin': ^2.7.15 - antd: 4.x - react: 17.x || 17 - react-dom: 17.x - dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/gi-common-components': 1.2.0_tugfc2zrxybimvx75jzlpz4o6i - '@antv/graphin': 2.7.16_sfoxds7t5ydpegc3knd667wn6m - antd: 4.22.8_sfoxds7t5ydpegc3knd667wn6m - immer: 9.0.21 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - size-sensor: 1.0.1 - use-immer: 0.6.0_immer@9.0.21+react@17.0.2 - transitivePeerDependencies: - - '@types/react' - - '@types/react-dom' - - bufferutil - - canvas - - prop-types - - react-is - - react-router - - supports-color - - typescript - - utf-8-validate - dev: true - - /@antv/graphin-icons/1.0.0: + /@antv/graphin-icons@1.0.0: resolution: {integrity: sha512-2nogK6ZrDklnfIOJrqOAgD7iFLjfZIjLbA8pDUbeXN5c9b0Mu84oCfyqg8OmWwvi9Gt80eUzoplo73gKjZECJg==} dev: false - /@antv/graphin/2.7.16_6l5554ty5ajsajah6yazvrjhoe: + /@antv/graphin@2.7.16(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-tS3Dk/9I1jef/qQ92a13kQQvP5Cow2qUl53/GNC8vpImvn8IoOjoZI0EqSlVEFudfgfD7BCYdo8Qp6l+ScdHzQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -2045,10 +2111,10 @@ packages: d3-quadtree: 3.0.1 lodash.clonedeep: 4.5.0 react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) dev: false - /@antv/graphin/2.7.16_sfoxds7t5ydpegc3knd667wn6m: + /@antv/graphin@2.7.16(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-tS3Dk/9I1jef/qQ92a13kQQvP5Cow2qUl53/GNC8vpImvn8IoOjoZI0EqSlVEFudfgfD7BCYdo8Qp6l+ScdHzQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -2060,47 +2126,17 @@ packages: d3-quadtree: 3.0.1 lodash.clonedeep: 4.5.0 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /@antv/graphin/2.7.17-beta.0_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-PbzA05LA0WijhLNhCln5mSGYxxp/HUkQc0vrrBKvDwr26QVfFpdh7XLGMnH7irchdJ6bTiBr5vP/aq40KVrvnw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@antv/g6': 4.8.10 - '@antv/util': 2.0.17 - '@types/lodash.clonedeep': 4.5.7 - d3-quadtree: 3.0.1 - lodash.clonedeep: 4.5.0 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - dev: false - - /@antv/graphin/2.7.17-beta.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-PbzA05LA0WijhLNhCln5mSGYxxp/HUkQc0vrrBKvDwr26QVfFpdh7XLGMnH7irchdJ6bTiBr5vP/aq40KVrvnw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@antv/g6': 4.8.10 - '@antv/util': 2.0.17 - '@types/lodash.clonedeep': 4.5.7 - d3-quadtree: 3.0.1 - lodash.clonedeep: 4.5.0 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /@antv/graphlib/1.2.0: + /@antv/graphlib@1.2.0: resolution: {integrity: sha512-hhJOMThec51nU4Fe5p/viLlNIL71uDEgYFzKPajWjr2715SFG1HAgiP6AVylIeqBcAZ04u3Lw7usjl/TuI5RuQ==} - /@antv/hierarchy/0.6.11: + /@antv/hierarchy@0.6.11: resolution: {integrity: sha512-RJVhEMCuu4vj+Dt25lXIiNdd7jaqm/fqWGYikiELha4S5tnzdJoTUaUvvpfWlxLx4B0RsS9XRwBs1bOKN71TKg==} dependencies: '@antv/util': 2.0.17 - /@antv/l7-component/2.15.4: + /@antv/l7-component@2.15.4: resolution: {integrity: sha512-qvr3+KkH+8Ei7a6Ai8Nwkx8MbpOUeosm34YbWcg1QmZyfUljLtRH6gbkGrSR7eAKZ6kAe5uJFPSRpMv7A77MOw==} dependencies: '@antv/l7-core': 2.15.4 @@ -2113,7 +2149,7 @@ packages: supercluster: 7.1.5 dev: false - /@antv/l7-core/2.15.4: + /@antv/l7-core@2.15.4: resolution: {integrity: sha512-AVTx5K6DZZT2Iq3FOQfl8mZ39wuoEOKWWuiEzF9+46xLY/qdPdPXa4Ddy6MWg6O9Ozubs9q+233EZkWztmFdFw==} dependencies: '@antv/async-hook': 2.2.9 @@ -2133,7 +2169,7 @@ packages: viewport-mercator-project: 6.2.3 dev: false - /@antv/l7-draw/2.4.24_i57b27tmiijslnab7ca6uw7ufa: + /@antv/l7-draw@2.4.24(@antv/l7-maps@2.15.4)(@antv/l7@2.15.4): resolution: {integrity: sha512-ZEk9Jk8NAPGGSwInWj8VPTNTPZLeJe2IspVRsnurD//+mtdS7hY6/sWbmdfH66WtOmmV7/kw/dL+MXXelNRaXg==} peerDependencies: '@antv/l7': ^2.3.0 @@ -2154,7 +2190,7 @@ packages: lodash: 4.17.21 dev: false - /@antv/l7-layers/2.15.4: + /@antv/l7-layers@2.15.4: resolution: {integrity: sha512-hMHWbN59Ko9JaubgN3HQwfi1YsNhIX6k2VtIDRsEPm5WQwsEKHubkHpwJZcR+qjlu6n22u0B8/jKg3gMQp9HGw==} dependencies: '@antv/async-hook': 2.2.9 @@ -2184,7 +2220,7 @@ packages: reflect-metadata: 0.1.13 dev: false - /@antv/l7-map/2.15.4: + /@antv/l7-map@2.15.4: resolution: {integrity: sha512-srEEOPWS592CZssuqRsWwTWygsDV+kIgEhyd/OHBLM/HAy87y0KgsZ78yYm8P2CkrS17BCNv8fZCIH09MT5b6w==} dependencies: '@antv/l7-utils': 2.15.4 @@ -2196,7 +2232,7 @@ packages: lodash: 4.17.21 dev: false - /@antv/l7-maps/2.15.4: + /@antv/l7-maps@2.15.4: resolution: {integrity: sha512-j11Np2U0D4CuJrJ2hj8xQTfe5EyTzyBNDr7r0yXowVD5M+QIPb3JP1jsAxlsHiQB+4kl9vG/OBNKfRzau1gCMw==} dependencies: '@amap/amap-jsapi-loader': 1.0.1 @@ -2213,7 +2249,7 @@ packages: viewport-mercator-project: 6.2.3 dev: false - /@antv/l7-renderer/2.15.4: + /@antv/l7-renderer@2.15.4: resolution: {integrity: sha512-8Fzm9ocPDOSWNfQ+onmqXfOH9kGqWvBoQf9UWa8IYWcv+43MNKMY0xkK6OIV2PNVXlYDaqlegD8zgETxjg9K2Q==} dependencies: '@antv/l7-core': 2.15.4 @@ -2225,7 +2261,7 @@ packages: reflect-metadata: 0.1.13 dev: false - /@antv/l7-scene/2.15.4: + /@antv/l7-scene@2.15.4: resolution: {integrity: sha512-HJx7G58hoZKRF0yVYB+Ia6pvVkXp322TMO0p+R/3ClRtgh5XDJ/BZpMfe31FQsNpGetG5VEdE3WohGFH6fO/Ig==} dependencies: '@antv/l7-component': 2.15.4 @@ -2241,7 +2277,7 @@ packages: reflect-metadata: 0.1.13 dev: false - /@antv/l7-source/2.15.4: + /@antv/l7-source@2.15.4: resolution: {integrity: sha512-ZW8AlzdzSeYn1EAL21qgZIlAFt+UTbPF0xx3QVLS7sFcRZ/TA/pHvM9sbf2eZI592yMprRpuzfyx1p9A3JSW7Q==} dependencies: '@antv/async-hook': 2.2.9 @@ -2264,7 +2300,7 @@ packages: supercluster: 7.1.5 dev: false - /@antv/l7-utils/2.15.4: + /@antv/l7-utils@2.15.4: resolution: {integrity: sha512-MxQmnT8IkXStAbUO3zXcpqS44FwN58ySPqlPFR+1Kh6sPT/tHvuQ8PMcLQ/gSccsJwu731gW7OVVNkOWSYxq2Q==} dependencies: '@babel/runtime': 7.21.5 @@ -2279,7 +2315,7 @@ packages: web-worker-helper: 0.0.3 dev: false - /@antv/l7/2.15.4: + /@antv/l7@2.15.4: resolution: {integrity: sha512-GCorTp1l8I3uJQ3Yllxn5ollZ0C2PFT8G1+BickIZZld+/g+oG8PDu9/QgXmGJlq0wcMwhx6IthCGeVgDqZ5KQ==} dependencies: '@antv/l7-component': 2.15.4 @@ -2292,21 +2328,21 @@ packages: '@babel/runtime': 7.21.5 dev: false - /@antv/l7plot-component/0.0.10: + /@antv/l7plot-component@0.0.10: resolution: {integrity: sha512-jnlg2Qm4tcUUuei+7fVk/HwRqhgxWnfdawOdB3C2u7YJqhkpk2mb7FPY+KGeZd+pqEQcAJTFi/1NeKpnZcP8kg==} dependencies: '@antv/dom-util': 2.0.4 '@antv/util': 2.0.17 dev: false - /@antv/l7plot-component/0.0.5: + /@antv/l7plot-component@0.0.5: resolution: {integrity: sha512-tRwWagrmQz0QRKV4jO1Vz0z5bpTiuFREOYIeqSOyN0OgpU2qJ20bchfZ0xxVZjhSHzeMhXQKRzzprSkXj1lixw==} dependencies: '@antv/dom-util': 2.0.4 '@antv/util': 2.0.17 dev: false - /@antv/l7plot/0.0.11_@antv+l7@2.15.4: + /@antv/l7plot@0.0.11(@antv/l7@2.15.4): resolution: {integrity: sha512-lT6MbyjjzhgqvRFl80pXm2f4zc7j5uxIiWiLE4EQn+FeT7KhQOgqysM+3SCwEu57tIpVrrBi0BPqyzL4qSrarg==} peerDependencies: '@antv/l7': ^2.7.22 @@ -2319,7 +2355,7 @@ packages: topojson-client: 3.1.0 dev: false - /@antv/l7plot/0.3.3_@antv+l7@2.15.4: + /@antv/l7plot@0.3.3(@antv/l7@2.15.4): resolution: {integrity: sha512-abRLXb94tMEMd4nxYP2VgwNMhGsjJP5rCxuGGkG8xva9uC15wnRe2phnbIYoakuZk+OKknkiK4LdZLSMVHGt3Q==} peerDependencies: '@antv/l7': ^2.9.37 @@ -2332,62 +2368,58 @@ packages: topojson-client: 3.1.0 dev: false - /@antv/layout/0.3.22-beta.8: - resolution: {integrity: sha512-4i74t1Kvt92KXbPJ1tMGDIOkyv1oHFXpU+PsIOpqXTsYndkra8/LrYpfcsrHlNVSHWSyUHO/fa01lwoNGOYHBg==} + /@antv/layout@0.1.31: + resolution: {integrity: sha512-iz9i19dOJGiZr5xBWI5sfG+2K3QVMNAGOBrbjWKH2RGLvGpf2TSFySidhz0siDrcQA46cDsjLmGstezQdgeGzA==} dependencies: - '@antv/g-webgpu': 0.7.2 - '@antv/graphlib': 1.2.0 - '@antv/util': 3.3.2 + '@antv/g-webgpu': 0.5.5 + '@dagrejs/graphlib': 2.1.4 d3-force: 2.1.1 - d3-quadtree: 2.0.0 - dagre-compound: 0.0.11 ml-matrix: 6.10.4 - transitivePeerDependencies: - - dagre dev: false - /@antv/layout/0.3.22-beta.8_dagre@0.8.5: - resolution: {integrity: sha512-4i74t1Kvt92KXbPJ1tMGDIOkyv1oHFXpU+PsIOpqXTsYndkra8/LrYpfcsrHlNVSHWSyUHO/fa01lwoNGOYHBg==} + /@antv/layout@0.3.22(dagre@0.8.5): + resolution: {integrity: sha512-xBGLnqRgDg7JvemXbrQTKNcL3g8enziupp2KYljrHfl0BsCRYBLxHpGdvdQK+cFEwRk+8Bek8px98v+uGmOUww==} dependencies: '@antv/g-webgpu': 0.7.2 '@antv/graphlib': 1.2.0 '@antv/util': 3.3.2 d3-force: 2.1.1 d3-quadtree: 2.0.0 - dagre-compound: 0.0.11_dagre@0.8.5 + dagre-compound: 0.0.11(dagre@0.8.5) ml-matrix: 6.10.4 transitivePeerDependencies: - dagre - /@antv/matrix-util/3.0.4: + /@antv/matrix-util@3.0.4: resolution: {integrity: sha512-BAPyu6dUliHcQ7fm9hZSGKqkwcjEDVLVAstlHULLvcMZvANHeLXgHEgV7JqcAV/GIhIz8aZChIlzM1ZboiXpYQ==} dependencies: '@antv/util': 2.0.17 gl-matrix: 3.4.3 tslib: 2.5.0 - /@antv/matrix-util/3.1.0-beta.3: + /@antv/matrix-util@3.1.0-beta.3: resolution: {integrity: sha512-W2R6Za3A6CmG51Y/4jZUM/tFgYSq7vTqJL1VD9dKrvwxS4sE0ZcXINtkp55CdyBwJ6Cwm8pfoRpnD4FnHahN0A==} dependencies: '@antv/util': 2.0.17 gl-matrix: 3.4.3 tslib: 2.5.0 - /@antv/path-util/2.0.15: + /@antv/path-util@2.0.15: resolution: {integrity: sha512-R2VLZ5C8PLPtr3VciNyxtjKqJ0XlANzpFb5sE9GE61UQqSRuSVSzIakMxjEPrpqbgc+s+y8i+fmc89Snu7qbNw==} dependencies: '@antv/matrix-util': 3.0.4 '@antv/util': 2.0.17 tslib: 2.5.0 - /@antv/path-util/3.0.1: + /@antv/path-util@3.0.1: resolution: {integrity: sha512-tpvAzMpF9Qm6ik2YSMqICNU5tco5POOW7S4XoxZAI/B0L26adU+Md/SmO0BBo2SpuywKvzPH3hPT3xmoyhr04Q==} dependencies: gl-matrix: 3.4.3 lodash-es: 4.17.21 tslib: 2.5.0 + dev: false - /@antv/s2-react/1.39.0_4ceizbcr3drjzzrzoatdcpkvsm: + /@antv/s2-react@1.39.0(@ant-design/icons@4.7.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-YTlxXrdZFe5eap6zcVxoUDo7jqBzVqPU309MxzRjZTthN64uyK1q/lHJUaWAD+4pHfUC5wFAz4bs3ZSrZUa5KA==} peerDependencies: '@ant-design/icons': '>=4.7.0' @@ -2396,20 +2428,20 @@ packages: react: '>=16.8.0 || 17' react-dom: '>=16.8.0' dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/s2': 1.45.1_@antv+g-base@0.4.7 - ahooks: 3.7.7_react@17.0.2 - antd: 5.4.6_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@antv/s2': 1.45.1(@antv/g-base@0.4.7) + ahooks: 3.7.7(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash: 4.17.21 react: 17.0.2 - react-beautiful-dnd: 13.1.1_sfoxds7t5ydpegc3knd667wn6m - react-dom: 17.0.2_react@17.0.2 + react-beautiful-dnd: 13.1.1(react-dom@17.0.2)(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - react-native dev: false - /@antv/s2-react/1.39.0_rucfuc6etctokgk7ygofj3qx6a: + /@antv/s2-react@1.39.0(@ant-design/icons@4.8.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-YTlxXrdZFe5eap6zcVxoUDo7jqBzVqPU309MxzRjZTthN64uyK1q/lHJUaWAD+4pHfUC5wFAz4bs3ZSrZUa5KA==} peerDependencies: '@ant-design/icons': '>=4.7.0' @@ -2418,39 +2450,25 @@ packages: react: '>=16.8.0 || 17' react-dom: '>=16.8.0' dependencies: - '@ant-design/icons': 4.7.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/s2': 1.45.1 - ahooks: 3.7.7_react@17.0.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/s2': 1.45.1(@antv/g-base@0.4.7) + ahooks: 3.7.7(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash: 4.17.21 react: 17.0.2 - react-beautiful-dnd: 13.1.1_sfoxds7t5ydpegc3knd667wn6m - react-dom: 17.0.2_react@17.0.2 + react-beautiful-dnd: 13.1.1(react-dom@17.0.2)(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - react-native dev: false - /@antv/s2/1.45.1: - resolution: {integrity: sha512-iNmKVF/REmygQ36cCf7GbYBfn5M7cm3DHirSblBIPYFNKV/96MgGSQ6vJN0X5EKVlkcYtyM1XLDVt0qkqDEmNg==} - dependencies: - '@antv/event-emitter': 0.1.3 - '@antv/g-canvas': 0.5.14 - '@antv/g-gesture': 1.0.1 - d3-interpolate: 1.4.0 - d3-timer: 1.0.10 - decimal.js: 10.4.3 - lodash: 4.17.21 - transitivePeerDependencies: - - '@antv/g-base' - dev: false - - /@antv/s2/1.45.1_@antv+g-base@0.4.7: + /@antv/s2@1.45.1(@antv/g-base@0.4.7): resolution: {integrity: sha512-iNmKVF/REmygQ36cCf7GbYBfn5M7cm3DHirSblBIPYFNKV/96MgGSQ6vJN0X5EKVlkcYtyM1XLDVt0qkqDEmNg==} dependencies: '@antv/event-emitter': 0.1.3 '@antv/g-canvas': 0.5.14 - '@antv/g-gesture': 1.0.1_@antv+g-base@0.4.7 + '@antv/g-gesture': 1.0.1(@antv/g-base@0.4.7) d3-interpolate: 1.4.0 d3-timer: 1.0.10 decimal.js: 10.4.3 @@ -2459,46 +2477,46 @@ packages: - '@antv/g-base' dev: false - /@antv/scale/0.3.18: + /@antv/scale@0.3.18: resolution: {integrity: sha512-GHwE6Lo7S/Q5fgaLPaCsW+CH+3zl4aXpnN1skOiEY0Ue9/u+s2EySv6aDXYkAqs//i0uilMDD/0/4n8caX9U9w==} dependencies: '@antv/util': 2.0.17 fecha: 4.2.3 tslib: 2.5.0 - /@antv/util/2.0.17: + /@antv/util@2.0.17: resolution: {integrity: sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q==} dependencies: csstype: 3.1.2 tslib: 2.5.0 - /@antv/util/3.3.2: + /@antv/util@3.3.2: resolution: {integrity: sha512-uvyQxEOugdJs/FVlpz/+8pKxn70z8jEVydPqv+LI62cpIF7YDjVnMfNIsoMqwEoTzPUJ9TJalyLqZhT5rYez0w==} dependencies: fast-deep-equal: 3.1.3 gl-matrix: 3.4.3 tslib: 2.5.0 - /@antv/x6-react-components/1.1.20_4ozclrwsjdtdc262m5v5jgpuhe: + /@antv/x6-react-components@1.1.20(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-HpQqjPCUo+jfcbfW2sr9oxuXMCxWnXxWvE8jXKJzvrlMNZ3kgfxNqMCRxwGi2QTCxLB3g/KYi5/n8kze8ui1/Q==} peerDependencies: antd: '>=4.4.2 || >=5.0.0-beta.0' react: '>=16.8.6 || >=17.0.0 || 17' react-dom: '>=16.8.6 || >=17.0.0' dependencies: - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) clamp: 1.0.1 classnames: 2.3.2 - rc-dropdown: 3.6.2_sfoxds7t5ydpegc3knd667wn6m + rc-dropdown: 3.6.2(react-dom@17.0.2)(react@17.0.2) rc-util: 4.21.1 react: 17.0.2 - react-color: 2.17.1_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-resize-detector: 7.1.2_sfoxds7t5ydpegc3knd667wn6m + react-color: 2.17.1(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) + react-resize-detector: 7.1.2(react-dom@17.0.2)(react@17.0.2) ua-parser-js: 0.7.35 dev: false - /@antv/x6-react-shape/1.6.4_xcaapmznudzv4bci7pc3n7avam: + /@antv/x6-react-shape@1.6.4(@antv/x6@1.34.13)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-xjvEV0FuH/AC+MXfgliEroPzMzdPmx3hqiWbIaXq36BasghXUNutlyCKiDmT6DX0bL1IxJsKJGESV0QQBcMlow==} peerDependencies: '@antv/x6': ^1.x @@ -2507,10 +2525,10 @@ packages: dependencies: '@antv/x6': 1.34.13 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /@antv/x6/1.34.13: + /@antv/x6@1.34.13: resolution: {integrity: sha512-gYFxh9Sd1UXPO0aO9LHclASacT6HKkG7AP9XQqRuuCcJYWQiZVRmTN1mYQf3lTZDdybdI6IisZp6zFoGjmFxig==} dependencies: csstype: 3.1.2 @@ -2521,7 +2539,7 @@ packages: utility-types: 3.10.0 dev: false - /@antv/xflow-core/1.0.55_4ew4lqae2dgzkabgtepovefqsy: + /@antv/xflow-core@1.0.55(@ant-design/icons@4.8.0)(@antv/x6-react-components@1.1.20)(@antv/x6-react-shape@1.6.4)(@antv/x6@1.34.13)(antd@4.24.10)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-FhjTstp/ZdO6mj8ERARJ6M9PWgikXvOpWwMTLCjc+i8vS4O3t4XL/fIu16MqJNuNdqfETcjJluHd06c32MTB/w==} peerDependencies: '@ant-design/icons': ^4.6.0 @@ -2533,24 +2551,24 @@ packages: react: ^16.8.0 || ^17.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) '@antv/x6': 1.34.13 - '@antv/x6-react-components': 1.1.20_4ozclrwsjdtdc262m5v5jgpuhe - '@antv/x6-react-shape': 1.6.4_xcaapmznudzv4bci7pc3n7avam + '@antv/x6-react-components': 1.1.20(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@antv/x6-react-shape': 1.6.4(@antv/x6@1.34.13)(react-dom@17.0.2)(react@17.0.2) '@antv/xflow-hook': 1.0.55 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 immer: 9.0.21 lodash: 4.17.21 mana-common: 0.3.2 mana-syringe: 0.2.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) reflect-metadata: 0.1.13 rxjs: 6.6.7 dev: false - /@antv/xflow-extension/1.0.55_ry2rzrvrxulmacbk5cdkfj7hpi: + /@antv/xflow-extension@1.0.55(@ant-design/icons@4.8.0)(@antv/x6-react-components@1.1.20)(@antv/x6-react-shape@1.6.4)(@antv/x6@1.34.13)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13): resolution: {integrity: sha512-iHRfO/ae4/9xvC5xVFmA9eIFg813DQa06hTgTdxLlt0Aojnfa5VnsGrIrPQoDDQovCXG8SavMDlnLZUpa491GQ==} peerDependencies: '@ant-design/icons': ^4.6.0 @@ -2563,32 +2581,32 @@ packages: react-dom: ^16.8.0 || ^17.0.0 reflect-metadata: ^0.1.13 dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) '@antv/x6': 1.34.13 - '@antv/x6-react-components': 1.1.20_4ozclrwsjdtdc262m5v5jgpuhe - '@antv/x6-react-shape': 1.6.4_xcaapmznudzv4bci7pc3n7avam - '@antv/xflow-core': 1.0.55_4ew4lqae2dgzkabgtepovefqsy + '@antv/x6-react-components': 1.1.20(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@antv/x6-react-shape': 1.6.4(@antv/x6@1.34.13)(react-dom@17.0.2)(react@17.0.2) + '@antv/xflow-core': 1.0.55(@ant-design/icons@4.8.0)(@antv/x6-react-components@1.1.20)(@antv/x6-react-shape@1.6.4)(@antv/x6@1.34.13)(antd@4.24.10)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2) '@antv/xflow-hook': 1.0.55 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 mana-syringe: 0.2.2 moment: 2.29.4 - rc-field-form: 1.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-color: 2.17.1_react@17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-color: 2.17.1(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) reflect-metadata: 0.1.13 transitivePeerDependencies: - lodash dev: false - /@antv/xflow-hook/1.0.55: + /@antv/xflow-hook@1.0.55: resolution: {integrity: sha512-NVBrezDue4wd32seaIx1OT5WONpZUhwEp+p86QRhPzO3mmb1qhVxbEqznXhtisxZeHitHFS33J7NqeH1sDFUtQ==} dependencies: toposort: 2.0.2 dev: false - /@antv/xflow/1.0.55_dyd3ewzqbjrozg6t7etywtsm2m: + /@antv/xflow@1.0.55(@ant-design/icons@4.8.0)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13): resolution: {integrity: sha512-1LRFZsDZDVuRwEYD0xFt7SGCbHducgXQ4GgPOzmaCMA5FMbQfZVpXhsOG4o/a9X+gKfYdpOELCLqpz7iykyArQ==} peerDependencies: '@ant-design/icons': ^4.6.0 @@ -2597,25 +2615,24 @@ packages: react: ^16.8.0 || ^17.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@antv/layout': 0.3.22-beta.8 + '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/layout': 0.1.31 '@antv/x6': 1.34.13 - '@antv/x6-react-components': 1.1.20_4ozclrwsjdtdc262m5v5jgpuhe - '@antv/x6-react-shape': 1.6.4_xcaapmznudzv4bci7pc3n7avam - '@antv/xflow-core': 1.0.55_4ew4lqae2dgzkabgtepovefqsy - '@antv/xflow-extension': 1.0.55_ry2rzrvrxulmacbk5cdkfj7hpi + '@antv/x6-react-components': 1.1.20(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + '@antv/x6-react-shape': 1.6.4(@antv/x6@1.34.13)(react-dom@17.0.2)(react@17.0.2) + '@antv/xflow-core': 1.0.55(@ant-design/icons@4.8.0)(@antv/x6-react-components@1.1.20)(@antv/x6-react-shape@1.6.4)(@antv/x6@1.34.13)(antd@4.24.10)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2) + '@antv/xflow-extension': 1.0.55(@ant-design/icons@4.8.0)(@antv/x6-react-components@1.1.20)(@antv/x6-react-shape@1.6.4)(@antv/x6@1.34.13)(antd@4.24.10)(classnames@2.3.2)(lodash@4.17.21)(react-dom@17.0.2)(react@17.0.2)(reflect-metadata@0.1.13) '@antv/xflow-hook': 1.0.55 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) lodash: 4.17.21 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - classnames - - dagre - reflect-metadata dev: false - /@babel/cli/7.21.5_@babel+core@7.4.4: + /@babel/cli@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==} engines: {node: '>=6.9.0'} hasBin: true @@ -2635,35 +2652,35 @@ packages: chokidar: 3.5.3 dev: true - /@babel/code-frame/7.0.0: + /@babel/code-frame@7.0.0: resolution: {integrity: sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==} dependencies: '@babel/highlight': 7.18.6 dev: true - /@babel/code-frame/7.12.11: + /@babel/code-frame@7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: '@babel/highlight': 7.18.6 dev: true - /@babel/code-frame/7.21.4: + /@babel/code-frame@7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.18.6 - /@babel/code-frame/7.5.5: + /@babel/code-frame@7.5.5: resolution: {integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==} dependencies: '@babel/highlight': 7.18.6 dev: true - /@babel/compat-data/7.21.7: + /@babel/compat-data@7.21.7: resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==} engines: {node: '>=6.9.0'} - /@babel/core/7.12.9: + /@babel/core@7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: @@ -2673,10 +2690,10 @@ packages: '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 lodash: 4.17.21 @@ -2687,22 +2704,22 @@ packages: - supports-color dev: true - /@babel/core/7.18.2: + /@babel/core@7.18.2: resolution: {integrity: sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.21.4 '@babel/generator': 7.21.5 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) '@babel/helper-module-transforms': 7.21.5 '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.0 @@ -2710,29 +2727,29 @@ packages: - supports-color dev: true - /@babel/core/7.18.6: + /@babel/core@7.18.6: resolution: {integrity: sha512-cQbWBpxcbbs/IUredIPkHiAGULLV8iwgNRMFzvbhEXISp4f3rUUXE5+TIw6KwUWUR3DwyI6gmBRnmAtYaWehwQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.21.4 '@babel/generator': 7.21.5 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.6 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.6) '@babel/helper-module-transforms': 7.21.5 '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/core/7.2.2: + /@babel/core@7.2.2: resolution: {integrity: sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==} engines: {node: '>=6.9.0'} dependencies: @@ -2741,10 +2758,10 @@ packages: '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) json5: 2.2.3 lodash: 4.17.21 resolve: 1.22.2 @@ -2754,29 +2771,29 @@ packages: - supports-color dev: true - /@babel/core/7.21.8: + /@babel/core@7.21.8: resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.21.4 '@babel/generator': 7.21.5 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-module-transforms': 7.21.5 '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/core/7.4.4: + /@babel/core@7.4.4: resolution: {integrity: sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ==} engines: {node: '>=6.9.0'} dependencies: @@ -2785,10 +2802,10 @@ packages: '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) json5: 2.2.3 lodash: 4.17.21 resolve: 1.22.2 @@ -2798,7 +2815,7 @@ packages: - supports-color dev: true - /@babel/core/7.4.5: + /@babel/core@7.4.5: resolution: {integrity: sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==} engines: {node: '>=6.9.0'} dependencies: @@ -2807,10 +2824,10 @@ packages: '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) json5: 2.2.3 lodash: 4.17.21 resolve: 1.22.2 @@ -2820,7 +2837,7 @@ packages: - supports-color dev: true - /@babel/core/7.9.0: + /@babel/core@7.9.0: resolution: {integrity: sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==} engines: {node: '>=6.9.0'} dependencies: @@ -2830,10 +2847,10 @@ packages: '@babel/helpers': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 convert-source-map: 1.9.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 json5: 2.2.3 lodash: 4.17.21 @@ -2844,7 +2861,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser/7.21.8_btda5vh3j4tohbqgrkgx3qt2km: + /@babel/eslint-parser@7.21.8(@babel/core@7.21.8)(eslint@7.32.0): resolution: {integrity: sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -2858,7 +2875,7 @@ packages: semver: 6.3.0 dev: true - /@babel/eslint-parser/7.21.8_r3wtitw7f7lufgjigaj6hnnlnu: + /@babel/eslint-parser@7.21.8(@babel/core@7.21.8)(eslint@8.40.0): resolution: {integrity: sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -2872,7 +2889,7 @@ packages: semver: 6.3.0 dev: true - /@babel/generator/7.21.5: + /@babel/generator@7.21.5: resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==} engines: {node: '>=6.9.0'} dependencies: @@ -2881,32 +2898,19 @@ packages: '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 - /@babel/helper-annotate-as-pure/7.18.6: + /@babel/helper-annotate-as-pure@7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-builder-binary-assignment-operator-visitor/7.21.5: + /@babel/helper-builder-binary-assignment-operator-visitor@7.21.5: resolution: {integrity: sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - dev: true - /@babel/helper-compilation-targets/7.21.5: - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.21.7 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 - lru-cache: 5.1.1 - semver: 6.3.0 - - /@babel/helper-compilation-targets/7.21.5_@babel+core@7.18.2: + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.18.2): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2920,7 +2924,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-compilation-targets/7.21.5_@babel+core@7.18.6: + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.18.6): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2933,7 +2937,7 @@ packages: lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-compilation-targets/7.21.5_@babel+core@7.2.2: + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.2.2): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2947,7 +2951,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-compilation-targets/7.21.5_@babel+core@7.21.8: + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2960,7 +2964,7 @@ packages: lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-compilation-targets/7.21.5_@babel+core@7.4.4: + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2974,7 +2978,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-compilation-targets/7.21.5_@babel+core@7.4.5: + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.4.5): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2988,7 +2992,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-compilation-targets/7.21.5_@babel+core@7.9.0: + /@babel/helper-compilation-targets@7.21.5(@babel/core@7.9.0): resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3002,25 +3006,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.21.8: - resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - - /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.18.2: + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.18.2): resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3040,7 +3026,7 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.2.2: + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.2.2): resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3060,7 +3046,7 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.21.8: + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.21.8): resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3079,7 +3065,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.4.4: + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.4.4): resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3099,7 +3085,7 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.4.5: + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.4.5): resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3119,7 +3105,7 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.21.8_@babel+core@7.9.0: + /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.9.0): resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3139,17 +3125,7 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.21.8: - resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.3.2 - semver: 6.3.0 - - /@babel/helper-create-regexp-features-plugin/7.21.8_@babel+core@7.18.2: + /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.18.2): resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3161,7 +3137,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin/7.21.8_@babel+core@7.2.2: + /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.2.2): resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3173,7 +3149,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin/7.21.8_@babel+core@7.21.8: + /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.21.8): resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3184,7 +3160,7 @@ packages: regexpu-core: 5.3.2 semver: 6.3.0 - /@babel/helper-create-regexp-features-plugin/7.21.8_@babel+core@7.4.4: + /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.4.4): resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3196,7 +3172,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin/7.21.8_@babel+core@7.4.5: + /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.4.5): resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3208,7 +3184,7 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin/7.21.8_@babel+core@7.9.0: + /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.9.0): resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3220,29 +3196,15 @@ packages: semver: 6.3.0 dev: true - /@babel/helper-define-polyfill-provider/0.3.3: - resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/helper-compilation-targets': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.2 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.18.2: + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.18.2): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.2 semver: 6.3.0 @@ -3250,30 +3212,30 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.21.8: + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.8): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.2 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/helper-define-polyfill-provider/0.3.3_@babel+core@7.4.4: + /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.4.4): resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.4.4 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.2 semver: 6.3.0 @@ -3281,36 +3243,36 @@ packages: - supports-color dev: true - /@babel/helper-environment-visitor/7.21.5: + /@babel/helper-environment-visitor@7.21.5: resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} engines: {node: '>=6.9.0'} - /@babel/helper-function-name/7.21.0: + /@babel/helper-function-name@7.21.0: resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 '@babel/types': 7.21.5 - /@babel/helper-hoist-variables/7.18.6: + /@babel/helper-hoist-variables@7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-member-expression-to-functions/7.21.5: + /@babel/helper-member-expression-to-functions@7.21.5: resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-module-imports/7.21.4: + /@babel/helper-module-imports@7.21.4: resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-module-transforms/7.21.5: + /@babel/helper-module-transforms@7.21.5: resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} engines: {node: '>=6.9.0'} dependencies: @@ -3320,39 +3282,26 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/helper-optimise-call-expression/7.18.6: + /@babel/helper-optimise-call-expression@7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-plugin-utils/7.10.4: + /@babel/helper-plugin-utils@7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: true - /@babel/helper-plugin-utils/7.21.5: + /@babel/helper-plugin-utils@7.21.5: resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator/7.18.9: - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 - transitivePeerDependencies: - - supports-color - - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.18.2: + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.18.2): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3367,7 +3316,7 @@ packages: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.2.2: + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.2.2): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3382,7 +3331,7 @@ packages: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.21.8: + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3396,7 +3345,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.4.4: + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.4.4): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3411,7 +3360,7 @@ packages: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.4.5: + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.4.5): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3426,7 +3375,7 @@ packages: - supports-color dev: true - /@babel/helper-remap-async-to-generator/7.18.9_@babel+core@7.9.0: + /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.9.0): resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3441,7 +3390,7 @@ packages: - supports-color dev: true - /@babel/helper-replace-supers/7.21.5: + /@babel/helper-replace-supers@7.21.5: resolution: {integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==} engines: {node: '>=6.9.0'} dependencies: @@ -3449,63 +3398,63 @@ packages: '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/helper-simple-access/7.21.5: + /@babel/helper-simple-access@7.21.5: resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-skip-transparent-expression-wrappers/7.20.0: + /@babel/helper-skip-transparent-expression-wrappers@7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-split-export-declaration/7.18.6: + /@babel/helper-split-export-declaration@7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.21.5 - /@babel/helper-string-parser/7.21.5: + /@babel/helper-string-parser@7.21.5: resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier/7.19.1: + /@babel/helper-validator-identifier@7.19.1: resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option/7.21.0: + /@babel/helper-validator-option@7.21.0: resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function/7.20.5: + /@babel/helper-wrap-function@7.20.5: resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.21.0 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/helpers/7.21.5: + /@babel/helpers@7.21.5: resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/highlight/7.18.6: + /@babel/highlight@7.18.6: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: @@ -3513,23 +3462,14 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser/7.21.8: + /@babel/parser@7.21.8: resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: '@babel/types': 7.21.5 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6: - resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.21.8: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3537,9 +3477,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.4.4: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3549,18 +3488,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7: - resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.13.0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0 - dev: true - - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.21.8: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3569,10 +3497,9 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 - dev: true + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.20.7_@babel+core@7.4.4: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.4.4): resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3581,36 +3508,23 @@ packages: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.4.4 + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-async-generator-functions/7.2.0_@babel+core@7.4.5: + /@babel/plugin-proposal-async-generator-functions@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-+Dfo/SCQqrwx48ptLVGLdE39YtWRuKc/Y9I5Fy0P1DDBB9lsAHpjcEJQt+4IifuSOSTLBKJObJqMvaO1pIE8LQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.4.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.4.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.7: - resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9 - '@babel/plugin-syntax-async-generators': 7.8.4 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.18.2: + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.18.2): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3619,13 +3533,13 @@ packages: '@babel/core': 7.18.2 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.2 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.18.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.2.2: + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.2.2): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3634,13 +3548,13 @@ packages: '@babel/core': 7.2.2 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.2.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.2.2 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.2.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.21.8: + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3649,12 +3563,12 @@ packages: '@babel/core': 7.21.8 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.8 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.4.4: + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.4.4): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3663,13 +3577,13 @@ packages: '@babel/core': 7.4.4 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.4.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.4.4 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.20.7_@babel+core@7.9.0: + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.9.0): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3678,248 +3592,201 @@ packages: '@babel/core': 7.9.0 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.9.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.9.0 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.9.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.12.1_@babel+core@7.18.2: + /@babel/plugin-proposal-class-properties@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-cKp3dlQsFsEs5CWKnN7BnSHOd0EOW8EKpEjkoz1pO2E5KzIDNV9Ros1b0CnmbVgAGXJubOYVBOGCT1OmJwOI7w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.18.6: - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-class-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.4.4 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.2.3_@babel+core@7.2.2: + /@babel/plugin-proposal-class-properties@7.2.3(@babel/core@7.2.2): resolution: {integrity: sha512-FVuQngLoN2iDrpW7LmhPZ2sO4DJxf35FOcwidwB9Ru9tMvI5URthnkVHuG14IStV+TzkMTyLMoOUlSTtrdVwqw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.2.2 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.2.2) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.4.4_@babel+core@7.4.5: + /@babel/plugin-proposal-class-properties@7.4.4(@babel/core@7.4.5): resolution: {integrity: sha512-WjKTI8g8d5w1Bc9zgwSz2nfrsNQsXcCf9J9cdCvrJV6RF56yztwm4TmJC0MgJ9tvwO9gUA/mcYe89bLdGfiXFg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.4.5 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.5) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.8.3_@babel+core@7.9.0: + /@babel/plugin-proposal-class-properties@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-EqFhbo7IosdgPgZggHaNObkmO1kNUe3slaKu54d5OWvy+p9QIKOzK1GAEpAIsZtWVtPXUHSMcT4smvDrCfY4AA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-class-static-block/7.21.0: - resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - dependencies: - '@babel/helper-create-class-features-plugin': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-class-static-block': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.21.8: + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.8 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8) transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-class-static-block/7.21.0_@babel+core@7.4.4: + /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.4.4): resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.4.4 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.4.4 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.4.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.12.1_@babel+core@7.18.2: + /@babel/plugin-proposal-decorators@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.18.2 + '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.21.0_@babel+core@7.21.8: + /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-replace-supers': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.4.4: - resolution: {integrity: sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-class-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-decorators/7.4.4_@babel+core@7.21.8: + /@babel/plugin-proposal-decorators@7.4.4(@babel/core@7.21.8): resolution: {integrity: sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.21.8) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.4.4_@babel+core@7.4.5: + /@babel/plugin-proposal-decorators@7.4.4(@babel/core@7.4.5): resolution: {integrity: sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.4.5 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.5) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.4.5 + '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators/7.8.3_@babel+core@7.9.0: + /@babel/plugin-proposal-decorators@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-e3RvdvS4qPJVTe288DlXjwKflpfy1hr0j5dz5WpIYYeP7vQZg2WfAEIp8k5/Lwis/m5REXEteIz6rrcDtXXG7w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.9.0 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0_@babel+core@7.9.0 + '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-do-expressions/7.12.1_@babel+core@7.18.2: + /@babel/plugin-proposal-do-expressions@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-bpJ6Bfrzvdzb0vG6zBSNh3HLgFKh+S2CBpNmaLRjg2u7cNkzRPIqBjVURCmpG6pvPfKyxkizwbrXwpYtW3a9cw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-do-expressions': 7.18.6_@babel+core@7.18.2 + '@babel/plugin-syntax-do-expressions': 7.18.6(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-do-expressions/7.2.0_@babel+core@7.4.5: + /@babel/plugin-proposal-do-expressions@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-2bWN48zQHf/W5T8XvemGQJSi8hzhIo7y4kv/RiA08UcMLQ73lkTknhlaFGf1HjCJzG8FGopgsq6pSe1C+10fPg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-do-expressions': 7.18.6_@babel+core@7.4.5 + '@babel/plugin-syntax-do-expressions': 7.18.6(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6: - resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3 - dev: true - - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.18.2: + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3927,10 +3794,10 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.2 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3938,10 +3805,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.8 - dev: true + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3949,10 +3815,10 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.4.4 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-dynamic-import/7.18.6_@babel+core@7.9.0: + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3960,30 +3826,20 @@ packages: dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.9.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.9.0) dev: true - /@babel/plugin-proposal-export-default-from/7.12.1_@babel+core@7.18.2: + /@babel/plugin-proposal-export-default-from@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-z5Q4Ke7j0AexQRfgUvnD+BdCSgpTEKnqQ3kskk2jWtOBulxICzd1X9BGt7kmWftxZ2W3++OZdt5gtmC8KLxdRQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.18.2 + '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-export-default-from/7.18.10: - resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-default-from': 7.18.6 - dev: false - - /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.21.8: + /@babel/plugin-proposal-export-default-from@7.18.10(@babel/core@7.21.8): resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: @@ -3991,39 +3847,29 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.8) - /@babel/plugin-proposal-export-default-from/7.2.0_@babel+core@7.4.5: + /@babel/plugin-proposal-export-default-from@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-NVfNe7F6nsasG1FnvcFxh2FN0l04ZNe75qTOAVOILWPam0tw9a63RtT/Dab8dPjedZa4fTQaQ83yMMywF9OSug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.4.5 + '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-export-namespace-from/7.12.1_@babel+core@7.18.2: + /@babel/plugin-proposal-export-namespace-from@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.2 - dev: true - - /@babel/plugin-proposal-export-namespace-from/7.18.9: - resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.21.8: + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4031,10 +3877,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.8 - dev: true + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8) - /@babel/plugin-proposal-export-namespace-from/7.18.9_@babel+core@7.4.4: + /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.4.4): resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4042,40 +3887,30 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.4.4 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-export-namespace-from/7.2.0_@babel+core@7.4.5: + /@babel/plugin-proposal-export-namespace-from@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-DZUxbHYxQ5fUFIkMEnh75ogEdBLPfL+mQUqrO2hNY2LGm+tqFnxE924+mhAcCOh/8za8AaZsWHbq6bBoS3TAzA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.4.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-function-bind/7.2.0_@babel+core@7.4.5: + /@babel/plugin-proposal-function-bind@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-qOFJ/eX1Is78sywwTxDcsntLOdb5ZlHVVqUz5xznq8ldAfOVIyZzp1JE2rzHnaksZIhrqMrwIpQL/qcEprnVbw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-function-bind': 7.18.6_@babel+core@7.4.5 + '@babel/plugin-syntax-function-bind': 7.18.6(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-json-strings/7.18.6: - resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3 - dev: true - - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.18.2: + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4083,10 +3918,10 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.2 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.2.2: + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4094,10 +3929,10 @@ packages: dependencies: '@babel/core': 7.2.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.2.2 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.2.2) dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4105,10 +3940,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.8 - dev: true + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4116,10 +3950,10 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.4.4 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.4.5: + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4127,10 +3961,10 @@ packages: dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.4.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-json-strings/7.18.6_@babel+core@7.9.0: + /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4138,20 +3972,10 @@ packages: dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.9.0 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.9.0) dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.20.7: - resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 - dev: true - - /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.18.2: + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.18.2): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4159,10 +3983,10 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.2 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.21.8: + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4170,10 +3994,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.8 - dev: true + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) - /@babel/plugin-proposal-logical-assignment-operators/7.20.7_@babel+core@7.4.4: + /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.4.4): resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4181,29 +4004,20 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.4.4 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.12.1_@babel+core@7.18.2: + /@babel/plugin-proposal-nullish-coalescing-operator@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.2 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6: - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4211,9 +4025,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4221,40 +4035,30 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.4.4 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.4.4_@babel+core@7.4.5: + /@babel/plugin-proposal-nullish-coalescing-operator@7.4.4(@babel/core@7.4.5): resolution: {integrity: sha512-Amph7Epui1Dh/xxUxS2+K22/MUi6+6JVTvy3P58tja3B6yKTSjwwx0/d83rF7551D6PVSSoplQb8GCwqec7HRw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.4.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.8.3_@babel+core@7.9.0: + /@babel/plugin-proposal-nullish-coalescing-operator@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-TS9MlfzXpXKt6YYomudb/KU7nQI6/xnapG6in1uZxoxDghuSMZsPb6D2fyUwNYSAp4l1iR7QtFOjkqcRYcUsfw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - dev: true - - /@babel/plugin-proposal-numeric-separator/7.18.6: - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.9.0) dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.18.2: + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4262,10 +4066,10 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.2 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4273,10 +4077,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.8 - dev: true + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) - /@babel/plugin-proposal-numeric-separator/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4284,53 +4087,41 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.4.4 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-numeric-separator/7.8.3_@babel+core@7.9.0: + /@babel/plugin-proposal-numeric-separator@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.9.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.9.0) dev: true - /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: + /@babel/plugin-proposal-object-rest-spread@7.12.1(@babel/core@7.12.9): resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.12.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) dev: true - /@babel/plugin-proposal-object-rest-spread/7.2.0_@babel+core@7.2.2: + /@babel/plugin-proposal-object-rest-spread@7.2.0(@babel/core@7.2.2): resolution: {integrity: sha512-1L5mWLSvR76XYUQJXkd/EEQgjq8HHRP6lQuZTTg0VA4tTGPpGemmCdAfQIz1rzEuWAm+ecP8PyyEm30jC1eQCg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.2.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.2.2) dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.7: - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.21.7 - '@babel/helper-compilation-targets': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-parameters': 7.21.3 - - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.18.2: + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.18.2): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4338,13 +4129,13 @@ packages: dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.18.2 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.21.8: + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4352,12 +4143,12 @@ packages: dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.4.4: + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.4.4): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4365,13 +4156,13 @@ packages: dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.4.4 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.4.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-object-rest-spread/7.20.7_@babel+core@7.9.0: + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.9.0): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4379,32 +4170,23 @@ packages: dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.9.0 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.9.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.9.0) dev: true - /@babel/plugin-proposal-object-rest-spread/7.4.4_@babel+core@7.4.5: + /@babel/plugin-proposal-object-rest-spread@7.4.4(@babel/core@7.4.5): resolution: {integrity: sha512-dMBG6cSPBbHeEBdFXeQ2QLc5gUpg4Vkaz8octD4aoW/ISO+jBOcsuxYL7bsb5WSu8RLP6boxrBIALEHgoHtO9g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.4.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6: - resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3 - - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.18.2: + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4412,10 +4194,10 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.2.2: + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4423,10 +4205,10 @@ packages: dependencies: '@babel/core': 7.2.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.2.2 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.2.2) dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4434,9 +4216,9 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4444,10 +4226,10 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.4.4 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-optional-catch-binding/7.18.6_@babel+core@7.9.0: + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4455,20 +4237,20 @@ packages: dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.9.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.9.0) dev: true - /@babel/plugin-proposal-optional-catch-binding/7.2.0_@babel+core@7.4.5: + /@babel/plugin-proposal-optional-catch-binding@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-mgYj3jCcxug6KUcX4OBoOJz3CMrwRfQELPQ5560F70YQUBZB7uac9fqaWamKR1iWUzGiK2t0ygzjTScZnVz75g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.4.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-optional-chaining/7.12.1_@babel+core@7.18.2: + /@babel/plugin-proposal-optional-chaining@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-c2uRpY6WzaVDzynVY9liyykS+kVU+WRZPMPYpkelXH8KBt1oXoI89kPbZKKG/jDT5UK92FTW2fZkZaJhdiBabw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4476,30 +4258,20 @@ packages: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.2 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-optional-chaining/7.2.0_@babel+core@7.4.5: + /@babel/plugin-proposal-optional-chaining@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-ea3Q6edZC/55wEBVZAEz42v528VulyO0eir+7uky/sT4XRcdkWJcFi1aPtitTlwUzGnECWJNExWww1SStt+yWw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.4.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-optional-chaining/7.21.0: - resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - - /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.21.8: + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4508,9 +4280,9 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) - /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.4.4: + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.4.4): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4519,95 +4291,68 @@ packages: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.4.4 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-proposal-optional-chaining/7.9.0_@babel+core@7.9.0: + /@babel/plugin-proposal-optional-chaining@7.9.0(@babel/core@7.9.0): resolution: {integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.9.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.9.0) dev: true - /@babel/plugin-proposal-pipeline-operator/7.3.2_@babel+core@7.4.5: + /@babel/plugin-proposal-pipeline-operator@7.3.2(@babel/core@7.4.5): resolution: {integrity: sha512-wuzx8U/KZLJYoqU6joiaKY0PixHuYZ3Vxys+wPahNAZEEm+EDb1eTc19DuJob3BdxYSD9PWPbwyoRbhkdoYErg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-pipeline-operator': 7.21.4_@babel+core@7.4.5 + '@babel/plugin-syntax-pipeline-operator': 7.21.4(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-private-methods/7.18.6: - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-class-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.18.2: + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-private-property-in-object/7.21.0: - resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.21.8: + /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4615,14 +4360,13 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.8 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8) transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-proposal-private-property-in-object/7.21.0_@babel+core@7.4.4: + /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.4.4): resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4630,97 +4374,79 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.4.4 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.4.4 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.4.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6: - resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} - engines: {node: '>=4'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.18.2: + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.2.2: + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.2.2 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.2.2) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.21.8: + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.4.4: + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.4 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.4.5: + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.5 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.18.6_@babel+core@7.9.0: + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.9.0 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-async-generators/7.8.4: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.2: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.18.2): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4729,7 +4455,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.6: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.18.6): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4738,7 +4464,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.2.2: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.2.2): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4747,7 +4473,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.21.8: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4755,7 +4481,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.4.4: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.4.4): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4764,7 +4490,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.4.5: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.4.5): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4773,7 +4499,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.9.0: + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.9.0): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4782,7 +4508,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.18.6: + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.18.6): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4791,7 +4517,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4800,14 +4526,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.2: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.18.2): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4816,7 +4535,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.6: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.18.6): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4825,7 +4544,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.21.8: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4833,7 +4552,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.4.4: + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.4.4): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4842,16 +4561,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5: - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.21.8: + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4859,9 +4569,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.4.4: + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.4.4): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4871,16 +4580,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-decorators/7.21.0: - resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-decorators/7.21.0_@babel+core@7.18.2: + /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.18.2): resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4890,7 +4590,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-decorators/7.21.0_@babel+core@7.21.8: + /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4900,7 +4600,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-decorators/7.21.0_@babel+core@7.4.5: + /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.4.5): resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4910,7 +4610,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-decorators/7.21.0_@babel+core@7.9.0: + /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.9.0): resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4920,7 +4620,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-do-expressions/7.18.6_@babel+core@7.18.2: + /@babel/plugin-syntax-do-expressions@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-kTogvOsjBTVOSZtkkziiXB5hwGXqwhq2gBXDaiWVruRLDT7C2GqfbsMnicHJ7ePq2GE8UJeWS34YbNP6yDhwUA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4930,7 +4630,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-do-expressions/7.18.6_@babel+core@7.4.5: + /@babel/plugin-syntax-do-expressions@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-kTogvOsjBTVOSZtkkziiXB5hwGXqwhq2gBXDaiWVruRLDT7C2GqfbsMnicHJ7ePq2GE8UJeWS34YbNP6yDhwUA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -4940,7 +4640,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.2.0_@babel+core@7.2.2: + /@babel/plugin-syntax-dynamic-import@7.2.0(@babel/core@7.2.2): resolution: {integrity: sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4949,7 +4649,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.2.0_@babel+core@7.4.5: + /@babel/plugin-syntax-dynamic-import@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-mVxuJ0YroI/h/tbFTPGZR8cv6ai+STMKNBq0f8hFxsxWjl94qqhsb+wXbpNMDPU3cfR1TIsVFzU3nXyZMqyK4w==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4958,14 +4658,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3: - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.2: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.18.2): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4974,7 +4667,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4982,7 +4675,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.4.4: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4991,7 +4684,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.9.0: + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5000,16 +4693,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-export-default-from/7.18.6: - resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: false - - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.18.2: + /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5019,7 +4703,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.21.8: + /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5028,7 +4712,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.4.5: + /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5038,15 +4722,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3: - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.2: + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.18.2): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5055,16 +4731,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.4.4: + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5073,7 +4748,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.4.5: + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.4.5): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5082,15 +4757,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-flow/7.21.4: - resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-flow/7.21.4_@babel+core@7.2.2: + /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.2.2): resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5100,7 +4767,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-flow/7.21.4_@babel+core@7.21.8: + /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5109,7 +4776,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-flow/7.21.4_@babel+core@7.9.0: + /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.9.0): resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5119,7 +4786,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-function-bind/7.18.6_@babel+core@7.4.5: + /@babel/plugin-syntax-function-bind@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-wZN0Aq/AScknI9mKGcR3TpHdASMufFGaeJgc1rhPmLtZ/PniwjePSh8cfh8tXMB3U4kh/3cRKrLjDtedejg8jQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5129,16 +4796,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-import-assertions/7.20.0: - resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.21.8: + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.8): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5146,9 +4804,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-import-assertions/7.20.0_@babel+core@7.4.4: + /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.4.4): resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5158,15 +4815,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-import-meta/7.10.4: - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.6: + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.18.6): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5175,16 +4824,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.21.8: + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.4.4: + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.4.4): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5193,15 +4841,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.2: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.18.2): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5210,7 +4850,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.6: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.18.6): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5219,7 +4859,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.2.2: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.2.2): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5228,16 +4868,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.4.4: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5246,7 +4885,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.4.5: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.4.5): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5255,7 +4894,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.9.0: + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5264,7 +4903,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: + /@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9): resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5273,15 +4912,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-jsx/7.21.4: - resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.18.2: + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.18.2): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5291,7 +4922,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.2.2: + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.2.2): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5301,7 +4932,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.21.8: + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5310,7 +4941,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.4.5: + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.4.5): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5320,7 +4951,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-jsx/7.21.4_@babel+core@7.9.0: + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.9.0): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5330,15 +4961,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.2: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.18.2): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5347,7 +4970,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.6: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.18.6): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5356,16 +4979,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.8: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.4.4: + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.4.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5374,14 +4996,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.2: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.18.2): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5390,7 +5005,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.6: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.18.6): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5399,7 +5014,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5407,7 +5022,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.4.4: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5416,7 +5031,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.4.5: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.4.5): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5425,7 +5040,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.9.0: + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5434,15 +5049,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.2: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.18.2): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5451,7 +5058,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.6: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.18.6): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5460,16 +5067,15 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.21.8: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.4.4: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.4.4): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5478,7 +5084,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.9.0: + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.9.0): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5487,14 +5093,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5503,7 +5102,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.2: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.18.2): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5512,7 +5111,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.6: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.18.6): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5521,7 +5120,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.2.2: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.2.2): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5530,7 +5129,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5538,7 +5137,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.4.4: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5547,7 +5146,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.4.5: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.4.5): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5556,7 +5155,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.9.0: + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5565,14 +5164,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.2: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.18.2): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5581,7 +5173,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.6: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.18.6): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5590,7 +5182,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.2.2: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.2.2): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5599,7 +5191,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5607,7 +5199,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.4.4: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5616,7 +5208,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.4.5: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.4.5): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5625,7 +5217,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.9.0: + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5634,14 +5226,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.2: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.18.2): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5650,7 +5235,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.6: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.18.6): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5659,7 +5244,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.21.8: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5667,7 +5252,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.4.4: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5676,7 +5261,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.4.5: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.4.5): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5685,7 +5270,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.9.0: + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5694,7 +5279,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-pipeline-operator/7.21.4_@babel+core@7.4.5: + /@babel/plugin-syntax-pipeline-operator@7.21.4(@babel/core@7.4.5): resolution: {integrity: sha512-F8QyQgVj3lNxFUokPRLpdzJul0iQUYpnZZhlPEIY5Hr3hg1xU/Juz4m88NiX6dG8Zdex+q9yXUMHWnwDif6yaw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5704,16 +5289,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5: - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.21.8: + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5721,9 +5297,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.4.4: + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.4.4): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5733,16 +5308,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.2: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.18.2): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5752,7 +5318,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.6: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.18.6): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5762,7 +5328,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.21.8: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5770,9 +5336,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.4.4: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.4.4): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5782,7 +5347,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.9.0: + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.9.0): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5792,16 +5357,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-typescript/7.21.4: - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: false - - /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.18.2: + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.18.2): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5811,7 +5367,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.2.2: + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.2.2): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5821,7 +5377,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.21.8: + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5830,7 +5386,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.4.5: + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.4.5): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5840,7 +5396,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-typescript/7.21.4_@babel+core@7.9.0: + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.9.0): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5850,15 +5406,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions/7.21.5: - resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.18.2: + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.18.2): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5868,7 +5416,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.2.2: + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.2.2): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5878,7 +5426,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.21.8: + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5887,7 +5435,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.4.4: + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5897,7 +5445,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.4.5: + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.4.5): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5907,7 +5455,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-arrow-functions/7.21.5_@babel+core@7.9.0: + /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.9.0): resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5917,19 +5465,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-async-to-generator/7.20.7: - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.18.2: + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.18.2): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5938,12 +5474,12 @@ packages: '@babel/core': 7.18.2 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.2 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.2.2: + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.2.2): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5952,12 +5488,12 @@ packages: '@babel/core': 7.2.2 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.2.2 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.21.8: + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5966,11 +5502,11 @@ packages: '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.21.8 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8) transitivePeerDependencies: - supports-color - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.4.4: + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.4.4): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5979,12 +5515,12 @@ packages: '@babel/core': 7.4.4 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.4.4 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.4.5: + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.4.5): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -5993,12 +5529,12 @@ packages: '@babel/core': 7.4.5 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.4.5 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator/7.20.7_@babel+core@7.9.0: + /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.9.0): resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6007,20 +5543,12 @@ packages: '@babel/core': 7.9.0 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.9.0 + '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6: - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6030,7 +5558,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6040,7 +5568,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6049,7 +5577,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6059,7 +5587,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6069,7 +5597,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoped-functions/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6079,15 +5607,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoping/7.21.0: - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.18.2: + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.18.2): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6097,7 +5617,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.2.2: + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.2.2): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6107,7 +5627,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.21.8: + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6116,7 +5636,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.4.4: + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.4.4): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6126,7 +5646,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.4.5: + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.4.5): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6136,7 +5656,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-block-scoping/7.21.0_@babel+core@7.9.0: + /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.9.0): resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6146,25 +5666,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-classes/7.21.0: - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.18.2: + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.18.2): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6172,7 +5674,7 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -6184,7 +5686,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.2.2: + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.2.2): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6192,7 +5694,7 @@ packages: dependencies: '@babel/core': 7.2.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.2.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.2.2) '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -6204,7 +5706,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.21.8: + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6212,7 +5714,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -6223,7 +5725,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.4.4: + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.4.4): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6231,7 +5733,7 @@ packages: dependencies: '@babel/core': 7.4.4 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.4.4 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -6243,7 +5745,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.4.5: + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.4.5): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6251,7 +5753,7 @@ packages: dependencies: '@babel/core': 7.4.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.4.5 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.5) '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -6263,7 +5765,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-classes/7.21.0_@babel+core@7.9.0: + /@babel/plugin-transform-classes@7.21.0(@babel/core@7.9.0): resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6271,7 +5773,7 @@ packages: dependencies: '@babel/core': 7.9.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.9.0 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.18.6 @@ -6283,16 +5785,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.21.5: - resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 - - /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.18.2: + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.18.2): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6303,7 +5796,7 @@ packages: '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.2.2: + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.2.2): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6314,7 +5807,7 @@ packages: '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.21.8: + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6324,7 +5817,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 '@babel/template': 7.20.7 - /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.4.4: + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6335,7 +5828,7 @@ packages: '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.4.5: + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.4.5): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6346,7 +5839,7 @@ packages: '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-computed-properties/7.21.5_@babel+core@7.9.0: + /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.9.0): resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6357,7 +5850,7 @@ packages: '@babel/template': 7.20.7 dev: true - /@babel/plugin-transform-destructuring/7.2.0_@babel+core@7.2.2: + /@babel/plugin-transform-destructuring@7.2.0(@babel/core@7.2.2): resolution: {integrity: sha512-coVO2Ayv7g0qdDbrNiadE4bU7lvCd9H539m2gMknyVjjMdwF/iCOM7R+E8PkntoqLkltO0rk+3axhpp/0v68VQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -6366,15 +5859,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-destructuring/7.21.3: - resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.18.2: + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.18.2): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6384,7 +5869,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.21.8: + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6393,7 +5878,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.4.4: + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.4.4): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6403,7 +5888,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-destructuring/7.21.3_@babel+core@7.9.0: + /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.9.0): resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6413,7 +5898,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-destructuring/7.4.4_@babel+core@7.4.5: + /@babel/plugin-transform-destructuring@7.4.4(@babel/core@7.4.5): resolution: {integrity: sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -6422,92 +5907,72 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6: - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.2.2 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.2.2) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.4 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.5 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-dotall-regex/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.9.0 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9: - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.18.2: + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.18.2): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6517,7 +5982,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.2.2: + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.2.2): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6527,7 +5992,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.21.8: + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6535,9 +6000,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.4.4: + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.4.4): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6547,7 +6011,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.4.5: + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.4.5): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6557,7 +6021,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.18.9_@babel+core@7.9.0: + /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.9.0): resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6567,17 +6031,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6: - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6588,7 +6042,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6599,7 +6053,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6608,9 +6062,8 @@ packages: '@babel/core': 7.21.8 '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6621,7 +6074,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6632,7 +6085,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-exponentiation-operator/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6643,16 +6096,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-flow-strip-types/7.21.0: - resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.21.4 - - /@babel/plugin-transform-flow-strip-types/7.21.0_@babel+core@7.2.2: + /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.2.2): resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6660,10 +6104,10 @@ packages: dependencies: '@babel/core': 7.2.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.21.4_@babel+core@7.2.2 + '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.2.2) dev: true - /@babel/plugin-transform-flow-strip-types/7.21.0_@babel+core@7.21.8: + /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6671,27 +6115,19 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.21.4_@babel+core@7.21.8 + '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.8) - /@babel/plugin-transform-flow-strip-types/7.9.0_@babel+core@7.9.0: + /@babel/plugin-transform-flow-strip-types@7.9.0(@babel/core@7.9.0): resolution: {integrity: sha512-7Qfg0lKQhEHs93FChxVLAvhBshOPQDtJUTVHr/ZwQNRccCm4O9D79r9tVSoV8iNwjP1YgfD+e/fgHcPkN1qEQg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.21.4_@babel+core@7.9.0 + '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.9.0) dev: true - /@babel/plugin-transform-for-of/7.21.5: - resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.18.2: + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.18.2): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6701,7 +6137,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.2.2: + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.2.2): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6711,7 +6147,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.21.8: + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6720,7 +6156,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.4.4: + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6730,7 +6166,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.4.5: + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.4.5): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6740,7 +6176,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-for-of/7.21.5_@babel+core@7.9.0: + /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.9.0): resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6750,96 +6186,78 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-function-name/7.18.9: - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-compilation-targets': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.18.2: + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.18.2): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.2.2: + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.2.2): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.2.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.2.2) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.21.8: + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.4.4: + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.4.4): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.4.4 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.4.5: + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.4.5): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.4.5 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.5) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-function-name/7.18.9_@babel+core@7.9.0: + /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.9.0): resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.9.0 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-literals/7.18.9: - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.18.2: + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.18.2): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6849,7 +6267,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.2.2: + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.2.2): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6859,7 +6277,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.21.8: + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6868,7 +6286,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.4.4: + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.4.4): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6878,7 +6296,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.4.5: + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.4.5): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6888,7 +6306,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-literals/7.18.9_@babel+core@7.9.0: + /@babel/plugin-transform-literals@7.18.9(@babel/core@7.9.0): resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6898,15 +6316,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6: - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6916,7 +6326,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6925,7 +6335,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6935,7 +6345,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6945,7 +6355,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-member-expression-literals/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6955,19 +6365,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-modules-amd/7.20.11: - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.18.2: + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.18.2): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6980,7 +6378,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.2.2: + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.2.2): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -6993,7 +6391,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.21.8: + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.8): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7004,9 +6402,8 @@ packages: '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.4.4: + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.4.4): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7019,7 +6416,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.4.5: + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.4.5): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7032,7 +6429,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-amd/7.20.11_@babel+core@7.9.0: + /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.9.0): resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7045,7 +6442,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.12.1_@babel+core@7.18.2: + /@babel/plugin-transform-modules-commonjs@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-dY789wq6l0uLY8py9c1B48V8mVL5gZh/+PQ5ZPrylPYsnAvnEMjqsUXkuoDVPeVK+0VyGar+D08107LzDQ6pag==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -7059,19 +6456,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.21.5: - resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.2.2: + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.2.2): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7085,7 +6470,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.21.8: + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7098,7 +6483,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.4.4: + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7112,7 +6497,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.4.5: + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.4.5): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7126,7 +6511,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.21.5_@babel+core@7.9.0: + /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.9.0): resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7140,21 +6525,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.20.11: - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.18.2: + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.18.2): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7169,7 +6540,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.2.2: + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.2.2): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7184,7 +6555,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.21.8: + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.8): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7197,9 +6568,8 @@ packages: '@babel/helper-validator-identifier': 7.19.1 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.4.4: + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.4.4): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7214,7 +6584,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.4.5: + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.4.5): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7229,7 +6599,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.20.11_@babel+core@7.9.0: + /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.9.0): resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7244,19 +6614,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6: - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7269,7 +6627,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7282,7 +6640,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7293,9 +6651,8 @@ packages: '@babel/helper-plugin-utils': 7.21.5 transitivePeerDependencies: - supports-color - dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7308,7 +6665,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7321,7 +6678,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7334,79 +6691,61 @@ packages: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5: - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.18.2: + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.18.2): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.21.8: + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.8): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.4.4: + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.4.4): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.4 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.4.5: + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.4.5): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.5 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.20.5_@babel+core@7.9.0: + /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.9.0): resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.9.0 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-new-target/7.18.6: - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7416,7 +6755,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7426,7 +6765,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7434,9 +6773,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7446,7 +6784,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7456,7 +6794,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-new-target/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7466,18 +6804,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-object-super/7.18.6: - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7490,7 +6817,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7503,7 +6830,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7515,7 +6842,7 @@ packages: transitivePeerDependencies: - supports-color - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7528,7 +6855,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7541,7 +6868,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-object-super/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7554,15 +6881,7 @@ packages: - supports-color dev: true - /@babel/plugin-transform-parameters/7.21.3: - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.12.9: + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.12.9): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7572,7 +6891,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.18.2: + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.18.2): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7582,7 +6901,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.2.2: + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.2.2): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7592,7 +6911,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.21.8: + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7601,7 +6920,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.4.4: + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.4.4): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7611,7 +6930,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.4.5: + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.4.5): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7621,7 +6940,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-parameters/7.21.3_@babel+core@7.9.0: + /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.9.0): resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7631,15 +6950,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-property-literals/7.18.6: - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7649,7 +6960,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7658,7 +6969,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7668,7 +6979,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7678,7 +6989,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-property-literals/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7688,16 +6999,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-constant-elements/7.21.3: - resolution: {integrity: sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-react-constant-elements/7.21.3_@babel+core@7.18.2: + /@babel/plugin-transform-react-constant-elements@7.21.3(@babel/core@7.18.2): resolution: {integrity: sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7707,7 +7009,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-constant-elements/7.21.3_@babel+core@7.21.8: + /@babel/plugin-transform-react-constant-elements@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7717,15 +7019,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-display-name/7.18.6: - resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7735,7 +7029,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7745,7 +7039,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7754,7 +7048,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7764,7 +7058,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-display-name/7.8.3_@babel+core@7.9.0: + /@babel/plugin-transform-react-display-name@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-3Jy/PCw8Fe6uBKtEgz3M82ljt+lTg+xJaM4og+eyu83qLT87ZUSckn0wy7r31jflURWLO83TW6Ylf7lyXj3m5A==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -7773,55 +7067,37 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6: - resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/plugin-transform-react-jsx': 7.21.5 - dev: true - - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.18.2 + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.18.2) dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.21.8 + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) dev: true - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.9.0 + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.9.0) dev: true - /@babel/plugin-transform-react-jsx-self/7.21.0: - resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: false - - /@babel/plugin-transform-react-jsx-self/7.21.0_@babel+core@7.18.2: + /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.18.2): resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7831,7 +7107,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-self/7.21.0_@babel+core@7.2.2: + /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.2.2): resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7841,7 +7117,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-self/7.21.0_@babel+core@7.21.8: + /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7850,7 +7126,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-react-jsx-self/7.21.0_@babel+core@7.4.5: + /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.4.5): resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7860,7 +7136,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-self/7.21.0_@babel+core@7.9.0: + /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.9.0): resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7870,16 +7146,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-source/7.19.6: - resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: false - - /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.18.2: + /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.18.2): resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7889,7 +7156,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.2.2: + /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.2.2): resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7899,7 +7166,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.21.8: + /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.21.8): resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7908,7 +7175,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.4.5: + /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.4.5): resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7918,7 +7185,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx-source/7.19.6_@babel+core@7.9.0: + /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.9.0): resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7928,19 +7195,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx/7.21.5: - resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4 - '@babel/types': 7.21.5 - - /@babel/plugin-transform-react-jsx/7.21.5_@babel+core@7.18.2: + /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.18.2): resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7950,11 +7205,11 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.18.2 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.18.2) '@babel/types': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx/7.21.5_@babel+core@7.2.2: + /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.2.2): resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7964,11 +7219,11 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.2.2 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.2.2) '@babel/types': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx/7.21.5_@babel+core@7.21.8: + /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7978,10 +7233,10 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.21.8 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) '@babel/types': 7.21.5 - /@babel/plugin-transform-react-jsx/7.21.5_@babel+core@7.4.5: + /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.4.5): resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -7991,11 +7246,11 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.4.5 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.4.5) '@babel/types': 7.21.5 dev: true - /@babel/plugin-transform-react-jsx/7.21.5_@babel+core@7.9.0: + /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.9.0): resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8005,21 +7260,11 @@ packages: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.9.0 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.9.0) '@babel/types': 7.21.5 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6: - resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8030,7 +7275,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8041,7 +7286,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-regenerator/7.0.0_@babel+core@7.2.2: + /@babel/plugin-transform-regenerator@7.0.0(@babel/core@7.2.2): resolution: {integrity: sha512-sj2qzsEx8KDVv1QuJc/dEfilkg3RRPvPYx/VnKLtItVQRWt1Wqf5eVCOLZm29CiGFfYYsA3VPjfizTCV0S0Dlw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8050,17 +7295,7 @@ packages: regenerator-transform: 0.13.4 dev: true - /@babel/plugin-transform-regenerator/7.21.5: - resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - regenerator-transform: 0.15.1 - dev: true - - /@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.18.2: + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.18.2): resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8071,7 +7306,7 @@ packages: regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.21.8: + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8080,9 +7315,8 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 regenerator-transform: 0.15.1 - dev: true - /@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.4.4: + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8093,7 +7327,7 @@ packages: regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.4.5: + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.4.5): resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8104,7 +7338,7 @@ packages: regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-regenerator/7.21.5_@babel+core@7.9.0: + /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.9.0): resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8115,16 +7349,7 @@ packages: regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-reserved-words/7.18.6: - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8134,7 +7359,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8142,9 +7367,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8154,7 +7378,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8164,7 +7388,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-reserved-words/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8174,7 +7398,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-runtime/7.18.2_@babel+core@7.18.2: + /@babel/plugin-transform-runtime@7.18.2(@babel/core@7.18.2): resolution: {integrity: sha512-mr1ufuRMfS52ttq+1G1PD8OJNqgcTFjq3hwn8SZ5n1x1pBhi0E36rYMdTK0TsKtApJ4lDEdfXJwtGobQMHSMPg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8183,15 +7407,15 @@ packages: '@babel/core': 7.18.2 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.18.2 - babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.2 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.2 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.18.2) + babel-plugin-polyfill-corejs3: 0.5.3(@babel/core@7.18.2) + babel-plugin-polyfill-regenerator: 0.3.1(@babel/core@7.18.2) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-runtime/7.2.0_@babel+core@7.2.2: + /@babel/plugin-transform-runtime@7.2.0(@babel/core@7.2.2): resolution: {integrity: sha512-jIgkljDdq4RYDnJyQsiWbdvGeei/0MOTtSHKO/rfbd/mXBxNpdlulMx49L0HQ4pug1fXannxoqCI+fYSle9eSw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8203,23 +7427,7 @@ packages: semver: 5.7.1 dev: true - /@babel/plugin-transform-runtime/7.21.4: - resolution: {integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3 - babel-plugin-polyfill-corejs3: 0.6.0 - babel-plugin-polyfill-regenerator: 0.4.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-runtime/7.21.4_@babel+core@7.21.8: + /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8228,14 +7436,14 @@ packages: '@babel/core': 7.21.8 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.8 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.8 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.8 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-runtime/7.4.4_@babel+core@7.4.5: + /@babel/plugin-transform-runtime@7.4.4(@babel/core@7.4.5): resolution: {integrity: sha512-aMVojEjPszvau3NRg+TIH14ynZLvPewH4xhlCW1w6A3rkxTS1m4uwzRclYR9oS+rl/dr+kT+pzbfHuAWP/lc7Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8247,7 +7455,7 @@ packages: semver: 5.7.1 dev: true - /@babel/plugin-transform-runtime/7.9.0_@babel+core@7.9.0: + /@babel/plugin-transform-runtime@7.9.0(@babel/core@7.9.0): resolution: {integrity: sha512-pUu9VSf3kI1OqbWINQ7MaugnitRss1z533436waNXp+0N3ur3zfut37sXiQMxkuCF4VUjwZucen/quskCh7NHw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8259,15 +7467,7 @@ packages: semver: 5.7.1 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6: - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8277,7 +7477,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8287,7 +7487,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8296,7 +7496,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8306,7 +7506,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8316,7 +7516,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-shorthand-properties/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8326,16 +7526,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-spread/7.20.7: - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.18.2: + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.18.2): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8346,7 +7537,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.2.2: + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.2.2): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8357,7 +7548,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.21.8: + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.8): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8367,7 +7558,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.4.4: + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.4.4): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8378,7 +7569,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.4.5: + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.4.5): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8389,7 +7580,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-spread/7.20.7_@babel+core@7.9.0: + /@babel/plugin-transform-spread@7.20.7(@babel/core@7.9.0): resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8400,15 +7591,7 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6: - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8418,7 +7601,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8428,7 +7611,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8437,7 +7620,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8447,7 +7630,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8457,7 +7640,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-sticky-regex/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8467,15 +7650,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-template-literals/7.18.9: - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.18.2: + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.18.2): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8485,7 +7660,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.2.2: + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.2.2): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8495,7 +7670,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.21.8: + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8504,7 +7679,7 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.4.4: + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.4.4): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8514,7 +7689,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.4.5: + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.4.5): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8524,7 +7699,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-template-literals/7.18.9_@babel+core@7.9.0: + /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.9.0): resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8534,16 +7709,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9: - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.18.2: + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.18.2): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8553,7 +7719,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.2.2: + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.2.2): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8563,7 +7729,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.21.8: + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.8): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8571,9 +7737,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.4.4: + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.4.4): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8583,7 +7748,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.4.5: + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.4.5): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8593,7 +7758,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.18.9_@babel+core@7.9.0: + /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.9.0): resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8603,21 +7768,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-typescript/7.21.3: - resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4 - transitivePeerDependencies: - - supports-color - dev: false - - /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.18.2: + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.18.2): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8625,14 +7776,14 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4_@babel+core@7.18.2 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.2.2: + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.2.2): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8640,14 +7791,14 @@ packages: dependencies: '@babel/core': 7.2.2 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.2.2 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.2.2) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4_@babel+core@7.2.2 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.21.8: + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.8): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8655,13 +7806,13 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4_@babel+core@7.21.8 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) transitivePeerDependencies: - supports-color - /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.4.5: + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.4.5): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8669,14 +7820,14 @@ packages: dependencies: '@babel/core': 7.4.5 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.4.5 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.5) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4_@babel+core@7.4.5 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-typescript/7.21.3_@babel+core@7.9.0: + /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.9.0): resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8684,23 +7835,14 @@ packages: dependencies: '@babel/core': 7.9.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8_@babel+core@7.9.0 + '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4_@babel+core@7.9.0 + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.21.5: - resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-unicode-escapes/7.21.5_@babel+core@7.18.2: + /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.18.2): resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8710,7 +7852,7 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-escapes/7.21.5_@babel+core@7.21.8: + /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8718,9 +7860,8 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - dev: true - /@babel/plugin-transform-unicode-escapes/7.21.5_@babel+core@7.4.4: + /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -8730,81 +7871,72 @@ packages: '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6: - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.18.2: + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.18.2 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.2.2: + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.2.2): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.2.2 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.2.2) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.21.8: + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.21.8 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.4.4: + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.4 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.4.5: + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.4.5 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-transform-unicode-regex/7.18.6_@babel+core@7.9.0: + /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8_@babel+core@7.9.0 + '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/polyfill/7.2.5: + /@babel/polyfill@7.2.5: resolution: {integrity: sha512-8Y/t3MWThtMLYr0YNC/Q76tqN1w30+b0uQMeFUYauG2UGTR19zyUtFrAzT23zNtBxPp+LbE5E/nwV/q/r3y6ug==} deprecated: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. dependencies: @@ -8812,7 +7944,7 @@ packages: regenerator-runtime: 0.12.1 dev: true - /@babel/polyfill/7.4.4: + /@babel/polyfill@7.4.4: resolution: {integrity: sha512-WlthFLfhQQhh+A2Gn5NSFl0Huxz36x86Jn+E9OW7ibK8edKPq+KLy4apM1yDpQ8kJOVi1OVjpP4vSDLdrI04dg==} deprecated: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information. dependencies: @@ -8820,75 +7952,75 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@babel/preset-env/7.12.1_@babel+core@7.18.2: + /@babel/preset-env@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-H8kxXmtPaAGT7TyBvSSkoSTUK6RHh61So05SyEbpmr0MCZrsNYn7mGMzzeYoOUCdHzww61k8XBft2TaES+xPLg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.18.2 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.18.2 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-proposal-export-namespace-from': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.18.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.18.2 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.2 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.2 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.18.2 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.18.2 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.18.2 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.18.2 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.18.2 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.18.2 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.2 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.18.2 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.2 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.2 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.18.2 - '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.18.2 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.18.2 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.18.2 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-regenerator': 7.21.5_@babel+core@7.18.2 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.18.2 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.2 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.2 - '@babel/plugin-transform-unicode-escapes': 7.21.5_@babel+core@7.18.2 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.2 - '@babel/preset-modules': 0.1.5_@babel+core@7.18.2 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.18.2) + '@babel/plugin-proposal-class-properties': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-proposal-export-namespace-from': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.18.2) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.18.2) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-proposal-optional-chaining': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.18.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.18.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.18.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.18.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.18.2) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.18.2) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.18.2) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.18.2) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.18.2) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.18.2) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.18.2) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.18.2) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.18.2) + '@babel/plugin-transform-modules-commonjs': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.18.2) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.18.2) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.18.2) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.18.2) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.18.2) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.18.2) + '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.18.2) + '@babel/preset-modules': 0.1.5(@babel/core@7.18.2) '@babel/types': 7.21.5 core-js-compat: 3.30.1 semver: 5.7.1 @@ -8896,7 +8028,7 @@ packages: - supports-color dev: true - /@babel/preset-env/7.2.3_@babel+core@7.2.2: + /@babel/preset-env@7.2.3(@babel/core@7.2.2): resolution: {integrity: sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8904,41 +8036,41 @@ packages: '@babel/core': 7.2.2 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.2.2 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-proposal-object-rest-spread': 7.2.0_@babel+core@7.2.2 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.2.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.2.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.2.2 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.2.2 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.2.2 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.2.2 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.2.2 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.2.2 - '@babel/plugin-transform-destructuring': 7.2.0_@babel+core@7.2.2 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.2.2 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.2.2 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.2.2 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.2.2 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.2.2 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.2.2 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.2.2 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.2.2 - '@babel/plugin-transform-regenerator': 7.0.0_@babel+core@7.2.2 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.2.2 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.2.2 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.2.2 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.2.2 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.2.2) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-proposal-object-rest-spread': 7.2.0(@babel/core@7.2.2) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.2.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.2.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.2.2) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.2.2) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.2.2) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.2.2) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.2.2) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.2.2) + '@babel/plugin-transform-destructuring': 7.2.0(@babel/core@7.2.2) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.2.2) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.2.2) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.2.2) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.2.2) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.2.2) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.2.2) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.2.2) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.2.2) + '@babel/plugin-transform-regenerator': 7.0.0(@babel/core@7.2.2) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.2.2) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.2.2) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.2.2) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.2.2) browserslist: 4.21.5 invariant: 2.2.4 js-levenshtein: 1.1.6 @@ -8947,93 +8079,7 @@ packages: - supports-color dev: true - /@babel/preset-env/7.21.5: - resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.21.7 - '@babel/helper-compilation-targets': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7 - '@babel/plugin-proposal-async-generator-functions': 7.20.7 - '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-class-static-block': 7.21.0 - '@babel/plugin-proposal-dynamic-import': 7.18.6 - '@babel/plugin-proposal-export-namespace-from': 7.18.9 - '@babel/plugin-proposal-json-strings': 7.18.6 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6 - '@babel/plugin-proposal-numeric-separator': 7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.20.7 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.21.0 - '@babel/plugin-proposal-private-methods': 7.18.6 - '@babel/plugin-proposal-private-property-in-object': 7.21.0 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6 - '@babel/plugin-syntax-async-generators': 7.8.4 - '@babel/plugin-syntax-class-properties': 7.12.13 - '@babel/plugin-syntax-class-static-block': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3 - '@babel/plugin-syntax-export-namespace-from': 7.8.3 - '@babel/plugin-syntax-import-assertions': 7.20.0 - '@babel/plugin-syntax-import-meta': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - '@babel/plugin-syntax-private-property-in-object': 7.14.5 - '@babel/plugin-syntax-top-level-await': 7.14.5 - '@babel/plugin-transform-arrow-functions': 7.21.5 - '@babel/plugin-transform-async-to-generator': 7.20.7 - '@babel/plugin-transform-block-scoped-functions': 7.18.6 - '@babel/plugin-transform-block-scoping': 7.21.0 - '@babel/plugin-transform-classes': 7.21.0 - '@babel/plugin-transform-computed-properties': 7.21.5 - '@babel/plugin-transform-destructuring': 7.21.3 - '@babel/plugin-transform-dotall-regex': 7.18.6 - '@babel/plugin-transform-duplicate-keys': 7.18.9 - '@babel/plugin-transform-exponentiation-operator': 7.18.6 - '@babel/plugin-transform-for-of': 7.21.5 - '@babel/plugin-transform-function-name': 7.18.9 - '@babel/plugin-transform-literals': 7.18.9 - '@babel/plugin-transform-member-expression-literals': 7.18.6 - '@babel/plugin-transform-modules-amd': 7.20.11 - '@babel/plugin-transform-modules-commonjs': 7.21.5 - '@babel/plugin-transform-modules-systemjs': 7.20.11 - '@babel/plugin-transform-modules-umd': 7.18.6 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5 - '@babel/plugin-transform-new-target': 7.18.6 - '@babel/plugin-transform-object-super': 7.18.6 - '@babel/plugin-transform-parameters': 7.21.3 - '@babel/plugin-transform-property-literals': 7.18.6 - '@babel/plugin-transform-regenerator': 7.21.5 - '@babel/plugin-transform-reserved-words': 7.18.6 - '@babel/plugin-transform-shorthand-properties': 7.18.6 - '@babel/plugin-transform-spread': 7.20.7 - '@babel/plugin-transform-sticky-regex': 7.18.6 - '@babel/plugin-transform-template-literals': 7.18.9 - '@babel/plugin-transform-typeof-symbol': 7.18.9 - '@babel/plugin-transform-unicode-escapes': 7.21.5 - '@babel/plugin-transform-unicode-regex': 7.18.6 - '@babel/preset-modules': 0.1.5 - '@babel/types': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3 - babel-plugin-polyfill-corejs3: 0.6.0 - babel-plugin-polyfill-regenerator: 0.4.1 - core-js-compat: 3.30.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/preset-env/7.21.5_@babel+core@7.21.8: + /@babel/preset-env@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9041,86 +8087,85 @@ packages: dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.21.8 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-class-static-block': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.8 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.8 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.21.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.21.8 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.8 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.21.8 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.8 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.8 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.21.8 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.21.8 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.21.8 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-regenerator': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-unicode-escapes': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.8 - '@babel/preset-modules': 0.1.5_@babel+core@7.21.8 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.8) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.8) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.8) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.8) + '@babel/preset-modules': 0.1.5(@babel/core@7.21.8) '@babel/types': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.21.8 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.21.8 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.21.8 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) core-js-compat: 3.30.1 semver: 6.3.0 transitivePeerDependencies: - supports-color - dev: true - /@babel/preset-env/7.21.5_@babel+core@7.4.4: + /@babel/preset-env@7.21.5(@babel/core@7.4.4): resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9128,86 +8173,86 @@ packages: dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.4.4 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7_@babel+core@7.4.4 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.4.4 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-proposal-class-static-block': 7.21.0_@babel+core@7.4.4 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.4.4 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7_@babel+core@7.4.4 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.4.4 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.4.4 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-proposal-private-property-in-object': 7.21.0_@babel+core@7.4.4 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.4.4 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.4.4 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.4.4 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-syntax-import-assertions': 7.20.0_@babel+core@7.4.4 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.4.4 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.4.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.4.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.4.4 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.4.4 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.4.4 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.4.4 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.4.4 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.4.4 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.4.4 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.4.4 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.4.4 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.4.4 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.4.4 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.4.4 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.4.4 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.4.4 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.4.4 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.4.4 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.4.4 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.4.4 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-regenerator': 7.21.5_@babel+core@7.4.4 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.4.4 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.4.4 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.4.4 - '@babel/plugin-transform-unicode-escapes': 7.21.5_@babel+core@7.4.4 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.4.4 - '@babel/preset-modules': 0.1.5_@babel+core@7.4.4 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.4.4) + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.4.4) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.4.4) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.4.4) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.4.4) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.4.4) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.4.4) + '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.4.4) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.4.4) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.4.4) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.4.4) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.4.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.4.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.4.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.4.4) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.4.4) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.4.4) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.4.4) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.4.4) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.4.4) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.4.4) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.4.4) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.4.4) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.4.4) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.4.4) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.4.4) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.4.4) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.4.4) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.4.4) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.4.4) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.4.4) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.4.4) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.4.4) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.4.4) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.4.4) + '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.4.4) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.4.4) + '@babel/preset-modules': 0.1.5(@babel/core@7.4.4) '@babel/types': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3_@babel+core@7.4.4 - babel-plugin-polyfill-corejs3: 0.6.0_@babel+core@7.4.4 - babel-plugin-polyfill-regenerator: 0.4.1_@babel+core@7.4.4 + babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.4.4) + babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.4.4) + babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.4.4) core-js-compat: 3.30.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-env/7.4.5_@babel+core@7.4.5: + /@babel/preset-env@7.4.5(@babel/core@7.4.5): resolution: {integrity: sha512-f2yNVXM+FsR5V8UwcFeIHzHWgnhXg3NpRmy0ADvALpnhB0SLbCvrCRr4BLOUYbQNLS+Z0Yer46x9dJXpXewI7w==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -9215,46 +8260,46 @@ packages: '@babel/core': 7.4.5 '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-async-generator-functions': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-proposal-object-rest-spread': 7.4.4_@babel+core@7.4.5 - '@babel/plugin-proposal-optional-catch-binding': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.4.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.4.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.4.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.4.5 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.4.5 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.4.5 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.4.5 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.4.5 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.4.5 - '@babel/plugin-transform-destructuring': 7.4.4_@babel+core@7.4.5 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.4.5 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.4.5 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.4.5 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.4.5 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.4.5 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.4.5 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.4.5 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.4.5 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.4.5 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-regenerator': 7.21.5_@babel+core@7.4.5 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.4.5 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.4.5 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.4.5 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.4.5 + '@babel/plugin-proposal-async-generator-functions': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-proposal-object-rest-spread': 7.4.4(@babel/core@7.4.5) + '@babel/plugin-proposal-optional-catch-binding': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.5) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.4.5) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.4.5) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.4.5) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.4.5) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.4.5) + '@babel/plugin-transform-destructuring': 7.4.4(@babel/core@7.4.5) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.4.5) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.4.5) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.4.5) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.4.5) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.4.5) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.4.5) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.4.5) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.4.5) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.4.5) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.4.5) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.4.5) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.4.5) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.4.5) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.4.5) '@babel/types': 7.21.5 browserslist: 4.21.5 core-js-compat: 3.30.1 @@ -9265,66 +8310,66 @@ packages: - supports-color dev: true - /@babel/preset-env/7.9.0_@babel+core@7.9.0: + /@babel/preset-env@7.9.0(@babel/core@7.9.0): resolution: {integrity: sha512-712DeRXT6dyKAM/FMbQTV/FvRCms2hPCx+3weRjZ8iQVQWZejWWk1wwG6ViWMyqb/ouBbGOl5b6aCk0+j1NmsQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.21.5_@babel+core@7.9.0 + '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) '@babel/helper-module-imports': 7.21.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.9.0 - '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.9.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.9.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.9.0 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.9.0 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.9.0 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.9.0 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.9.0 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.9.0 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.9.0 - '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.9.0 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.9.0 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.9.0 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-modules-amd': 7.20.11_@babel+core@7.9.0 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.9.0 - '@babel/plugin-transform-modules-systemjs': 7.20.11_@babel+core@7.9.0 - '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.9.0 - '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.9.0 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-regenerator': 7.21.5_@babel+core@7.9.0 - '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.9.0 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.9.0 - '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.9.0 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.9.0 - '@babel/preset-modules': 0.1.5_@babel+core@7.9.0 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.9.0) + '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-proposal-numeric-separator': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.9.0) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-proposal-optional-chaining': 7.9.0(@babel/core@7.9.0) + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.9.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.9.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.9.0) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.9.0) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.9.0) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.9.0) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.9.0) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.9.0) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.9.0) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.9.0) + '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.9.0) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.9.0) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.9.0) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.9.0) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.9.0) + '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.9.0) + '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.9.0) + '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.9.0) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.9.0) + '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.9.0) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.9.0) + '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.9.0) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.9.0) + '@babel/preset-modules': 0.1.5(@babel/core@7.9.0) '@babel/types': 7.21.5 browserslist: 4.21.5 core-js-compat: 3.30.1 @@ -9335,28 +8380,17 @@ packages: - supports-color dev: true - /@babel/preset-flow/7.0.0_@babel+core@7.2.2: + /@babel/preset-flow@7.0.0(@babel/core@7.2.2): resolution: {integrity: sha512-bJOHrYOPqJZCkPVbG1Lot2r5OSsB+iUOaxiHdlOeB1yPWS6evswVHwvkDLZ54WTaTRIk89ds0iHmGZSnxlPejQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.2.2 - dev: true - - /@babel/preset-flow/7.21.4: - resolution: {integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0 + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.2.2) dev: true - /@babel/preset-flow/7.21.4_@babel+core@7.21.8: + /@babel/preset-flow@7.21.4(@babel/core@7.21.8): resolution: {integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9365,128 +8399,101 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.21.8 + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) - /@babel/preset-modules/0.1.5: - resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6 - '@babel/plugin-transform-dotall-regex': 7.18.6 - '@babel/types': 7.21.5 - esutils: 2.0.3 - dev: true - - /@babel/preset-modules/0.1.5_@babel+core@7.18.2: + /@babel/preset-modules@0.1.5(@babel/core@7.18.2): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.2 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.18.2) '@babel/types': 7.21.5 esutils: 2.0.3 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.21.8: + /@babel/preset-modules@0.1.5(@babel/core@7.21.8): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8) '@babel/types': 7.21.5 esutils: 2.0.3 - dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.4.4: + /@babel/preset-modules@0.1.5(@babel/core@7.4.4): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.4.4 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.4.4 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.4.4) '@babel/types': 7.21.5 esutils: 2.0.3 dev: true - /@babel/preset-modules/0.1.5_@babel+core@7.9.0: + /@babel/preset-modules@0.1.5(@babel/core@7.9.0): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.9.0 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.9.0) '@babel/types': 7.21.5 esutils: 2.0.3 dev: true - /@babel/preset-react/7.0.0_@babel+core@7.2.2: + /@babel/preset-react@7.0.0(@babel/core@7.2.2): resolution: {integrity: sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.2.2 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.2.2 - '@babel/plugin-transform-react-jsx-self': 7.21.0_@babel+core@7.2.2 - '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.2.2 + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.2.2) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.2.2) + '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.2.2) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.2.2) dev: true - /@babel/preset-react/7.0.0_@babel+core@7.4.5: + /@babel/preset-react@7.0.0(@babel/core@7.4.5): resolution: {integrity: sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.4.5 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.4.5 - '@babel/plugin-transform-react-jsx-self': 7.21.0_@babel+core@7.4.5 - '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.4.5 + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.4.5) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.4.5) + '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.4.5) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.4.5) dev: true - /@babel/preset-react/7.12.1_@babel+core@7.18.2: + /@babel/preset-react@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-euCExymHCi0qB9u5fKw7rvlw7AZSjw/NaB9h7EkdTt5+yHRrXdiRTh7fkG3uBPpJg82CqLfp1LHLqWGSCrab+g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.18.2 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-react-jsx-self': 7.21.0_@babel+core@7.18.2 - '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.18.2 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.18.2 - dev: true - - /@babel/preset-react/7.18.6: - resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6 - '@babel/plugin-transform-react-jsx': 7.21.5 - '@babel/plugin-transform-react-jsx-development': 7.18.6 - '@babel/plugin-transform-react-pure-annotations': 7.18.6 + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.18.2) + '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.18.2) dev: true - /@babel/preset-react/7.18.6_@babel+core@7.18.2: + /@babel/preset-react@7.18.6(@babel/core@7.18.2): resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9495,13 +8502,13 @@ packages: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.18.2 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.2 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.18.2 + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.18.2) dev: true - /@babel/preset-react/7.18.6_@babel+core@7.21.8: + /@babel/preset-react@7.18.6(@babel/core@7.21.8): resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9510,51 +8517,51 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.8) dev: true - /@babel/preset-react/7.9.1_@babel+core@7.9.0: + /@babel/preset-react@7.9.1(@babel/core@7.9.0): resolution: {integrity: sha512-aJBYF23MPj0RNdp/4bHnAP0NVqqZRr9kl0NAOP4nJCex6OYVio59+dnQzsAWFuogdLyeaKA1hmfUIVZkY5J+TQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-react-display-name': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.9.0 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.9.0 - '@babel/plugin-transform-react-jsx-self': 7.21.0_@babel+core@7.9.0 - '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.9.0 + '@babel/plugin-transform-react-display-name': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.9.0) dev: true - /@babel/preset-typescript/7.1.0_@babel+core@7.2.2: + /@babel/preset-typescript@7.1.0(@babel/core@7.2.2): resolution: {integrity: sha512-LYveByuF9AOM8WrsNne5+N79k1YxjNB6gmpCQsnuSBAcV8QUeB+ZUxQzL7Rz7HksPbahymKkq2qBR+o36ggFZA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.2.2 + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.12.1_@babel+core@7.18.2: + /@babel/preset-typescript@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-hNK/DhmoJPsksdHuI/RVrcEws7GN5eamhi28JkO52MqIxU8Z0QpmiSOQxZHWOHV7I3P4UjHV97ay4TcamMA6Kw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.18.2 + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.21.5_@babel+core@7.21.8: + /@babel/preset-typescript@7.21.5(@babel/core@7.21.8): resolution: {integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9563,37 +8570,37 @@ packages: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.21.8 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.8 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) transitivePeerDependencies: - supports-color - /@babel/preset-typescript/7.3.3_@babel+core@7.4.5: + /@babel/preset-typescript@7.3.3(@babel/core@7.4.5): resolution: {integrity: sha512-mzMVuIP4lqtn4du2ynEfdO0+RYcslwrZiJHXu4MGaC1ctJiW2fyaeDrtjJGs7R/KebZ1sgowcIoWf4uRpEfKEg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.4.5 + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.9.0_@babel+core@7.9.0: + /@babel/preset-typescript@7.9.0(@babel/core@7.9.0): resolution: {integrity: sha512-S4cueFnGrIbvYJgwsVFKdvOmpiL0XGw9MFW9D0vgRys5g36PBhZRL8NX8Gr2akz8XRtzq6HuDXPD/1nniagNUg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.9.0 + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.12.1_@babel+core@7.18.2: + /@babel/register@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-XWcmseMIncOjoydKZnWvWi0/5CUCD+ZYKhRwgYlWOrA8fGZ/FjuLRpqtIhLOVD/fvR1b9DQHtZPn68VvhpYf+Q==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -9606,7 +8613,7 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/register/7.21.0_@babel+core@7.21.8: + /@babel/register@7.21.0(@babel/core@7.21.8): resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9619,7 +8626,7 @@ packages: pirates: 4.0.5 source-map-support: 0.5.21 - /@babel/register/7.21.0_@babel+core@7.4.4: + /@babel/register@7.21.0(@babel/core@7.4.4): resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -9633,41 +8640,41 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/regjsgen/0.8.0: + /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - /@babel/runtime/7.18.6: + /@babel/runtime@7.18.6: resolution: {integrity: sha512-t9wi7/AW6XtKahAe20Yw0/mMljKq0B1r2fPdvaAdV/KPDZewFXdaaa6K7lxmZBZ8FBNpCiAT6iHPmd6QO9bKfQ==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 - /@babel/runtime/7.21.0: + /@babel/runtime@7.21.0: resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 dev: true - /@babel/runtime/7.21.5: + /@babel/runtime@7.21.5: resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 - /@babel/runtime/7.4.5: + /@babel/runtime@7.4.5: resolution: {integrity: sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==} dependencies: regenerator-runtime: 0.13.11 dev: true - /@babel/runtime/7.9.0: + /@babel/runtime@7.9.0: resolution: {integrity: sha512-cTIudHnzuWLS56ik4DnRnqqNf8MkdUzV4iFFI1h7Jo9xvrpQROYaAnaSd2mHLQAzzZAPfATynX5ord6YlNYNMA==} dependencies: regenerator-runtime: 0.13.11 dev: true - /@babel/template/7.20.7: + /@babel/template@7.20.7: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} dependencies: @@ -9675,24 +8682,7 @@ packages: '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - /@babel/traverse/7.21.5: - resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.8 - '@babel/types': 7.21.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - - /@babel/traverse/7.21.5_supports-color@5.5.0: + /@babel/traverse@7.21.5(supports-color@5.5.0): resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} engines: {node: '>=6.9.0'} dependencies: @@ -9704,13 +8694,12 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - debug: 4.3.4_supports-color@5.5.0 + debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: true - /@babel/types/7.21.5: + /@babel/types@7.21.5: resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} engines: {node: '>=6.9.0'} dependencies: @@ -9718,17 +8707,17 @@ packages: '@babel/helper-validator-identifier': 7.19.1 to-fast-properties: 2.0.0 - /@bcoe/v8-coverage/0.2.3: + /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} - /@bloomberg/record-tuple-polyfill/0.0.3: + /@bloomberg/record-tuple-polyfill@0.0.3: resolution: {integrity: sha512-sBnCqW0nqofE47mxFnw+lvx6kzsQstwaQMVkh66qm/A6IlsnH7WsyGuVXTou8RF2wL4W7ybOoHPvP2WgIo6rhQ==} - /@bloomberg/record-tuple-polyfill/0.0.4: + /@bloomberg/record-tuple-polyfill@0.0.4: resolution: {integrity: sha512-h0OYmPR3A5Dfbetra/GzxBAzQk8sH7LhRkRUTdagX6nrtlUgJGYCTv4bBK33jsTQw9HDd8PE2x1Ma+iRKEDUsw==} dev: true - /@changesets/apply-release-plan/6.1.3: + /@changesets/apply-release-plan@6.1.3: resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} dependencies: '@babel/runtime': 7.21.5 @@ -9746,7 +8735,7 @@ packages: semver: 5.7.1 dev: true - /@changesets/assemble-release-plan/5.2.3: + /@changesets/assemble-release-plan@5.2.3: resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} dependencies: '@babel/runtime': 7.21.5 @@ -9757,13 +8746,13 @@ packages: semver: 5.7.1 dev: true - /@changesets/changelog-git/0.1.14: + /@changesets/changelog-git@0.1.14: resolution: {integrity: sha512-+vRfnKtXVWsDDxGctOfzJsPhaCdXRYoe+KyWYoq5X/GqoISREiat0l3L8B0a453B2B4dfHGcZaGyowHbp9BSaA==} dependencies: '@changesets/types': 5.2.1 dev: true - /@changesets/cli/2.26.1: + /@changesets/cli@2.26.1: resolution: {integrity: sha512-XnTa+b51vt057fyAudvDKGB0Sh72xutQZNAdXkCqPBKO2zvs2yYZx5hFZj1u9cbtpwM6Sxtcr02/FQJfZOzemQ==} hasBin: true dependencies: @@ -9802,7 +8791,7 @@ packages: tty-table: 4.2.1 dev: true - /@changesets/config/2.3.0: + /@changesets/config@2.3.0: resolution: {integrity: sha512-EgP/px6mhCx8QeaMAvWtRrgyxW08k/Bx2tpGT+M84jEdX37v3VKfh4Cz1BkwrYKuMV2HZKeHOh8sHvja/HcXfQ==} dependencies: '@changesets/errors': 0.1.4 @@ -9814,13 +8803,13 @@ packages: micromatch: 4.0.5 dev: true - /@changesets/errors/0.1.4: + /@changesets/errors@0.1.4: resolution: {integrity: sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q==} dependencies: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph/1.3.5: + /@changesets/get-dependents-graph@1.3.5: resolution: {integrity: sha512-w1eEvnWlbVDIY8mWXqWuYE9oKhvIaBhzqzo4ITSJY9hgoqQ3RoBqwlcAzg11qHxv/b8ReDWnMrpjpKrW6m1ZTA==} dependencies: '@changesets/types': 5.2.1 @@ -9830,7 +8819,7 @@ packages: semver: 5.7.1 dev: true - /@changesets/get-release-plan/3.0.16: + /@changesets/get-release-plan@3.0.16: resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} dependencies: '@babel/runtime': 7.21.5 @@ -9842,11 +8831,11 @@ packages: '@manypkg/get-packages': 1.1.3 dev: true - /@changesets/get-version-range-type/0.3.2: + /@changesets/get-version-range-type@0.3.2: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/2.0.0: + /@changesets/git@2.0.0: resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: '@babel/runtime': 7.21.5 @@ -9858,20 +8847,20 @@ packages: spawndamnit: 2.0.0 dev: true - /@changesets/logger/0.0.5: + /@changesets/logger@0.0.5: resolution: {integrity: sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw==} dependencies: chalk: 2.4.2 dev: true - /@changesets/parse/0.3.16: + /@changesets/parse@0.3.16: resolution: {integrity: sha512-127JKNd167ayAuBjUggZBkmDS5fIKsthnr9jr6bdnuUljroiERW7FBTDNnNVyJ4l69PzR57pk6mXQdtJyBCJKg==} dependencies: '@changesets/types': 5.2.1 js-yaml: 3.14.1 dev: true - /@changesets/pre/1.0.14: + /@changesets/pre@1.0.14: resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: '@babel/runtime': 7.21.5 @@ -9881,7 +8870,7 @@ packages: fs-extra: 7.0.1 dev: true - /@changesets/read/0.5.9: + /@changesets/read@0.5.9: resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: '@babel/runtime': 7.21.5 @@ -9894,15 +8883,15 @@ packages: p-filter: 2.1.0 dev: true - /@changesets/types/4.1.0: + /@changesets/types@4.1.0: resolution: {integrity: sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==} dev: true - /@changesets/types/5.2.1: + /@changesets/types@5.2.1: resolution: {integrity: sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg==} dev: true - /@changesets/write/0.2.3: + /@changesets/write@0.2.3: resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: '@babel/runtime': 7.21.5 @@ -9912,17 +8901,17 @@ packages: prettier: 2.8.8 dev: true - /@chenshuai2144/sketch-color/1.0.9_react@17.0.2: + /@chenshuai2144/sketch-color@1.0.9(react@17.0.2): resolution: {integrity: sha512-obzSy26cb7Pm7OprWyVpgMpIlrZpZ0B7vbrU0RMbvRg0YAI890S5Xy02Aj1Nhl4+KTbi1lVYHt6HQP8Hm9s+1w==} peerDependencies: react: '>=16.12.0 || 17' dependencies: react: 17.0.2 - reactcss: 1.2.3_react@17.0.2 + reactcss: 1.2.3(react@17.0.2) tinycolor2: 1.6.0 dev: false - /@cnakazawa/watch/1.0.4: + /@cnakazawa/watch@1.0.4: resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} engines: {node: '>=0.1.95'} hasBin: true @@ -9930,29 +8919,29 @@ packages: exec-sh: 0.3.6 minimist: 1.2.8 - /@cspotcode/source-map-support/0.8.1: + /@cspotcode/source-map-support@0.8.1: resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} engines: {node: '>=12'} dependencies: '@jridgewell/trace-mapping': 0.3.9 dev: true - /@csstools/convert-colors/1.4.0: + /@csstools/convert-colors@1.4.0: resolution: {integrity: sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==} engines: {node: '>=4.0.0'} - /@csstools/postcss-color-function/1.1.1_postcss@8.4.23: + /@csstools/postcss-color-function@1.1.1(postcss@8.4.23): resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-font-format-keywords/1.0.1_postcss@8.4.23: + /@csstools/postcss-font-format-keywords@1.0.1(postcss@8.4.23): resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -9962,7 +8951,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-hwb-function/1.0.2_postcss@8.4.23: + /@csstools/postcss-hwb-function@1.0.2(postcss@8.4.23): resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -9972,29 +8961,29 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-ic-unit/1.0.1_postcss@8.4.23: + /@csstools/postcss-ic-unit@1.0.1(postcss@8.4.23): resolution: {integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-is-pseudo-class/2.0.7_postcss@8.4.23: + /@csstools/postcss-is-pseudo-class@2.0.7(postcss@8.4.23): resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.2.0_i42hiwwcp5l3eeahmzszdaagtq + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.12) postcss: 8.4.23 postcss-selector-parser: 6.0.12 dev: true - /@csstools/postcss-normalize-display-values/1.0.1_postcss@8.4.23: + /@csstools/postcss-normalize-display-values@1.0.1(postcss@8.4.23): resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10004,18 +8993,18 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-oklab-function/1.1.1_postcss@8.4.23: + /@csstools/postcss-oklab-function@1.1.1(postcss@8.4.23): resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-progressive-custom-properties/1.3.0_postcss@8.4.23: + /@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.23): resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10025,7 +9014,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-stepped-value-functions/1.0.1_postcss@8.4.23: + /@csstools/postcss-stepped-value-functions@1.0.1(postcss@8.4.23): resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10035,7 +9024,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-unset-value/1.0.2_postcss@8.4.23: + /@csstools/postcss-unset-value@1.0.2(postcss@8.4.23): resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -10044,7 +9033,7 @@ packages: postcss: 8.4.23 dev: true - /@csstools/selector-specificity/2.2.0_i42hiwwcp5l3eeahmzszdaagtq: + /@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.12): resolution: {integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -10053,20 +9042,26 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /@ctrl/tinycolor/3.6.0: + /@ctrl/tinycolor@3.6.0: resolution: {integrity: sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ==} engines: {node: '>=10'} - /@discoveryjs/json-ext/0.5.7: + /@dagrejs/graphlib@2.1.4: + resolution: {integrity: sha512-QCg9sL4uhjn468FDEsb/S9hS2xUZSrv/+dApb1Ze5VKO96pTXKNJZ6MGhIpgWkc1TVhbVGH9/7rq/Mf8/jWicw==} + dependencies: + lodash: 4.17.21 + dev: false + + /@discoveryjs/json-ext@0.5.7: resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} - /@eggjs/router/2.0.1: + /@eggjs/router@2.0.1: resolution: {integrity: sha512-oiP0sSMP6DkghgIp3VvpEgTRhTwDDpBzUdwaQH+sIpanlUOhctoRsw3zKVNwvOi/aNguHNNHaZUcq3HReBohhA==} engines: {node: '>= 8'} dependencies: co: 4.6.0 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) http-errors: 1.8.1 inflection: 1.13.4 is-type-of: 1.4.0 @@ -10080,12 +9075,12 @@ packages: - supports-color dev: false - /@eggjs/tsconfig/1.3.3: + /@eggjs/tsconfig@1.3.3: resolution: {integrity: sha512-VV7NQlGDEQpt4rJDkx1tCorbhzstqDl2JVGdgSasENOsQjpUD7j3Olfpw84vHQP6PDtXO7atyjKR77Qh/TAB/g==} engines: {node: '>=14.0.0'} dev: true - /@emotion/cache/10.0.29: + /@emotion/cache@10.0.29: resolution: {integrity: sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==} dependencies: '@emotion/sheet': 0.9.4 @@ -10094,7 +9089,7 @@ packages: '@emotion/weak-memoize': 0.2.5 dev: true - /@emotion/core/10.3.1_react@16.14.0: + /@emotion/core@10.3.1(react@16.14.0): resolution: {integrity: sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==} peerDependencies: react: '>=16.3.0 || 17' @@ -10108,7 +9103,7 @@ packages: react: 16.14.0 dev: true - /@emotion/core/10.3.1_react@17.0.2: + /@emotion/core@10.3.1(react@17.0.2): resolution: {integrity: sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==} peerDependencies: react: '>=16.3.0 || 17' @@ -10122,7 +9117,7 @@ packages: react: 17.0.2 dev: true - /@emotion/css/10.0.27: + /@emotion/css@10.0.27: resolution: {integrity: sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==} dependencies: '@emotion/serialize': 0.11.16 @@ -10130,30 +9125,30 @@ packages: babel-plugin-emotion: 10.2.2 dev: true - /@emotion/hash/0.8.0: + /@emotion/hash@0.8.0: resolution: {integrity: sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==} - /@emotion/is-prop-valid/0.8.8: + /@emotion/is-prop-valid@0.8.8: resolution: {integrity: sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==} dependencies: '@emotion/memoize': 0.7.4 dev: true - /@emotion/is-prop-valid/1.2.0: + /@emotion/is-prop-valid@1.2.0: resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} dependencies: '@emotion/memoize': 0.8.0 dev: true - /@emotion/memoize/0.7.4: + /@emotion/memoize@0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} dev: true - /@emotion/memoize/0.8.0: + /@emotion/memoize@0.8.0: resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} dev: true - /@emotion/serialize/0.11.16: + /@emotion/serialize@0.11.16: resolution: {integrity: sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==} dependencies: '@emotion/hash': 0.8.0 @@ -10163,78 +9158,78 @@ packages: csstype: 2.6.21 dev: true - /@emotion/sheet/0.9.4: + /@emotion/sheet@0.9.4: resolution: {integrity: sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==} dev: true - /@emotion/styled-base/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: + /@emotion/styled-base@10.3.0(@emotion/core@10.3.1)(react@16.14.0): resolution: {integrity: sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==} peerDependencies: '@emotion/core': ^10.0.28 react: '>=16.3.0 || 17' dependencies: '@babel/runtime': 7.21.5 - '@emotion/core': 10.3.1_react@17.0.2 + '@emotion/core': 10.3.1(react@16.14.0) '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 '@emotion/utils': 0.11.3 - react: 17.0.2 + react: 16.14.0 dev: true - /@emotion/styled-base/10.3.0_qzeatvug73zaio2r3dlvejynye: + /@emotion/styled-base@10.3.0(@emotion/core@10.3.1)(react@17.0.2): resolution: {integrity: sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==} peerDependencies: '@emotion/core': ^10.0.28 react: '>=16.3.0 || 17' dependencies: '@babel/runtime': 7.21.5 - '@emotion/core': 10.3.1_react@16.14.0 + '@emotion/core': 10.3.1(react@17.0.2) '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 '@emotion/utils': 0.11.3 - react: 16.14.0 + react: 17.0.2 dev: true - /@emotion/styled/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: + /@emotion/styled@10.3.0(@emotion/core@10.3.1)(react@16.14.0): resolution: {integrity: sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==} peerDependencies: '@emotion/core': ^10.0.27 react: '>=16.3.0 || 17' dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled-base': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/core': 10.3.1(react@16.14.0) + '@emotion/styled-base': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) babel-plugin-emotion: 10.2.2 - react: 17.0.2 + react: 16.14.0 dev: true - /@emotion/styled/10.3.0_qzeatvug73zaio2r3dlvejynye: + /@emotion/styled@10.3.0(@emotion/core@10.3.1)(react@17.0.2): resolution: {integrity: sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==} peerDependencies: '@emotion/core': ^10.0.27 react: '>=16.3.0 || 17' dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@emotion/styled-base': 10.3.0_qzeatvug73zaio2r3dlvejynye + '@emotion/core': 10.3.1(react@17.0.2) + '@emotion/styled-base': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) babel-plugin-emotion: 10.2.2 - react: 16.14.0 + react: 17.0.2 dev: true - /@emotion/stylis/0.8.5: + /@emotion/stylis@0.8.5: resolution: {integrity: sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==} dev: true - /@emotion/unitless/0.7.5: + /@emotion/unitless@0.7.5: resolution: {integrity: sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==} - /@emotion/utils/0.11.3: + /@emotion/utils@0.11.3: resolution: {integrity: sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==} dev: true - /@emotion/weak-memoize/0.2.5: + /@emotion/weak-memoize@0.2.5: resolution: {integrity: sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==} dev: true - /@es-joy/jsdoccomment/0.36.1: + /@es-joy/jsdoccomment@0.36.1: resolution: {integrity: sha512-922xqFsTpHs6D0BUiG4toiyPOMc8/jafnWKxz1KWgS4XzKPy2qXf1Pe6UFuNSCQqt6tOuhAWXBNuuyUhJmw9Vg==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} dependencies: @@ -10243,25 +9238,25 @@ packages: jsdoc-type-pratt-parser: 3.1.0 dev: true - /@esbuild/android-arm/0.16.17: - resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==} + /@esbuild/android-arm64@0.16.17: + resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /@esbuild/android-arm64/0.16.17: - resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} + /@esbuild/android-arm@0.16.17: + resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [android] requiresBuild: true dev: true optional: true - /@esbuild/android-x64/0.16.17: + /@esbuild/android-x64@0.16.17: resolution: {integrity: sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==} engines: {node: '>=12'} cpu: [x64] @@ -10270,7 +9265,7 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64/0.16.17: + /@esbuild/darwin-arm64@0.16.17: resolution: {integrity: sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==} engines: {node: '>=12'} cpu: [arm64] @@ -10279,7 +9274,7 @@ packages: dev: true optional: true - /@esbuild/darwin-x64/0.16.17: + /@esbuild/darwin-x64@0.16.17: resolution: {integrity: sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==} engines: {node: '>=12'} cpu: [x64] @@ -10288,7 +9283,7 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64/0.16.17: + /@esbuild/freebsd-arm64@0.16.17: resolution: {integrity: sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==} engines: {node: '>=12'} cpu: [arm64] @@ -10297,7 +9292,7 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64/0.16.17: + /@esbuild/freebsd-x64@0.16.17: resolution: {integrity: sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==} engines: {node: '>=12'} cpu: [x64] @@ -10306,25 +9301,25 @@ packages: dev: true optional: true - /@esbuild/linux-arm/0.16.17: - resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==} + /@esbuild/linux-arm64@0.16.17: + resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==} engines: {node: '>=12'} - cpu: [arm] + cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@esbuild/linux-arm64/0.16.17: - resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==} + /@esbuild/linux-arm@0.16.17: + resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==} engines: {node: '>=12'} - cpu: [arm64] + cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@esbuild/linux-ia32/0.16.17: + /@esbuild/linux-ia32@0.16.17: resolution: {integrity: sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==} engines: {node: '>=12'} cpu: [ia32] @@ -10333,7 +9328,7 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.16.17: + /@esbuild/linux-loong64@0.16.17: resolution: {integrity: sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==} engines: {node: '>=12'} cpu: [loong64] @@ -10342,7 +9337,7 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el/0.16.17: + /@esbuild/linux-mips64el@0.16.17: resolution: {integrity: sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==} engines: {node: '>=12'} cpu: [mips64el] @@ -10351,7 +9346,7 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64/0.16.17: + /@esbuild/linux-ppc64@0.16.17: resolution: {integrity: sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==} engines: {node: '>=12'} cpu: [ppc64] @@ -10360,7 +9355,7 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64/0.16.17: + /@esbuild/linux-riscv64@0.16.17: resolution: {integrity: sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==} engines: {node: '>=12'} cpu: [riscv64] @@ -10369,7 +9364,7 @@ packages: dev: true optional: true - /@esbuild/linux-s390x/0.16.17: + /@esbuild/linux-s390x@0.16.17: resolution: {integrity: sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==} engines: {node: '>=12'} cpu: [s390x] @@ -10378,7 +9373,7 @@ packages: dev: true optional: true - /@esbuild/linux-x64/0.16.17: + /@esbuild/linux-x64@0.16.17: resolution: {integrity: sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==} engines: {node: '>=12'} cpu: [x64] @@ -10387,7 +9382,7 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64/0.16.17: + /@esbuild/netbsd-x64@0.16.17: resolution: {integrity: sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==} engines: {node: '>=12'} cpu: [x64] @@ -10396,7 +9391,7 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64/0.16.17: + /@esbuild/openbsd-x64@0.16.17: resolution: {integrity: sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==} engines: {node: '>=12'} cpu: [x64] @@ -10405,7 +9400,7 @@ packages: dev: true optional: true - /@esbuild/sunos-x64/0.16.17: + /@esbuild/sunos-x64@0.16.17: resolution: {integrity: sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==} engines: {node: '>=12'} cpu: [x64] @@ -10414,7 +9409,7 @@ packages: dev: true optional: true - /@esbuild/win32-arm64/0.16.17: + /@esbuild/win32-arm64@0.16.17: resolution: {integrity: sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==} engines: {node: '>=12'} cpu: [arm64] @@ -10423,7 +9418,7 @@ packages: dev: true optional: true - /@esbuild/win32-ia32/0.16.17: + /@esbuild/win32-ia32@0.16.17: resolution: {integrity: sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==} engines: {node: '>=12'} cpu: [ia32] @@ -10432,7 +9427,7 @@ packages: dev: true optional: true - /@esbuild/win32-x64/0.16.17: + /@esbuild/win32-x64@0.16.17: resolution: {integrity: sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==} engines: {node: '>=12'} cpu: [x64] @@ -10441,7 +9436,7 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils/4.4.0_eslint@7.32.0: + /@eslint-community/eslint-utils@4.4.0(eslint@7.32.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -10451,7 +9446,7 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@eslint-community/eslint-utils/4.4.0_eslint@8.40.0: + /@eslint-community/eslint-utils@4.4.0(eslint@8.40.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -10461,17 +9456,17 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@eslint-community/regexpp/4.5.1: + /@eslint-community/regexpp@4.5.1: resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint/eslintrc/0.4.3: + /@eslint/eslintrc@0.4.3: resolution: {integrity: sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) espree: 7.3.1 globals: 13.20.0 ignore: 4.0.6 @@ -10483,12 +9478,12 @@ packages: - supports-color dev: true - /@eslint/eslintrc/2.0.3: + /@eslint/eslintrc@2.0.3: resolution: {integrity: sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) espree: 9.5.2 globals: 13.20.0 ignore: 5.2.4 @@ -10500,17 +9495,17 @@ packages: - supports-color dev: true - /@eslint/js/8.40.0: + /@eslint/js@8.40.0: resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@faker-js/faker/8.0.1: + /@faker-js/faker@8.0.1: resolution: {integrity: sha512-kbh5MenpTN9U0B4QcOI1NoTPlZHniSYQ3BHbhAnPjJGAmmFqxoxTE4sGdpy7ZOO9038DPGCuhXyMkjOr05uVwA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'} dev: false - /@fast-csv/format/4.3.5: + /@fast-csv/format@4.3.5: resolution: {integrity: sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==} dependencies: '@types/node': 14.18.45 @@ -10521,43 +9516,43 @@ packages: lodash.isnil: 4.0.0 dev: false - /@formatjs/intl-displaynames/1.2.10: + /@formatjs/intl-displaynames@1.2.10: resolution: {integrity: sha512-GROA2RP6+7Ouu0WnHFF78O5XIU7pBfI19WM1qm93l6MFWibUk67nCfVCK3VAYJkLy8L8ZxjkYT11VIAfvSz8wg==} dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-listformat/1.4.8: + /@formatjs/intl-listformat@1.4.8: resolution: {integrity: sha512-WNMQlEg0e50VZrGIkgD5n7+DAMGt3boKi1GJALfhFMymslJb5i+5WzWxyj/3a929Z6MAFsmzRIJjKuv+BxKAOQ==} dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-pluralrules/1.5.9: + /@formatjs/intl-pluralrules@1.5.9: resolution: {integrity: sha512-37E1ZG+Oqo3qrpUfumzNcFTV+V+NCExmTkkQ9Zw4FSlvJ4WhbbeYdieVapUVz9M0cLy8XrhCkfuM/Kn03iKReg==} dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-relativetimeformat/4.5.16: + /@formatjs/intl-relativetimeformat@4.5.16: resolution: {integrity: sha512-IQ0haY97oHAH5OYUdykNiepdyEWj3SAT+Fp9ZpR85ov2JNiFx+12WWlxlVS8ehdyncC2ZMt/SwFIy2huK2+6/A==} dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-unified-numberformat/3.3.7: + /@formatjs/intl-unified-numberformat@3.3.7: resolution: {integrity: sha512-KnWgLRHzCAgT9eyt3OS34RHoyD7dPDYhRcuKn+/6Kv2knDF8Im43J6vlSW6Hm1w63fNq3ZIT1cFk7RuVO3Psag==} deprecated: We have renamed the package to @formatjs/intl-numberformat dependencies: '@formatjs/intl-utils': 2.3.0 dev: false - /@formatjs/intl-utils/2.3.0: + /@formatjs/intl-utils@2.3.0: resolution: {integrity: sha512-KWk80UPIzPmUg+P0rKh6TqspRw0G6eux1PuJr+zz47ftMaZ9QDwbGzHZbtzWkl5hgayM/qrKRutllRC7D/vVXQ==} deprecated: the package is rather renamed to @formatjs/ecma-abstract with some changes in functionality (primarily selectUnit is removed and we don't plan to make any further changes to this package dev: false - /@formily/antd/2.2.23_ewei7w2d5qhdidpw5a6iajcb24: + /@formily/antd@2.2.23(@ant-design/icons@4.7.0)(@types/react-dom@17.0.20)(@types/react@17.0.58)(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-LjYY81VcdBNUNgjWA0xnEb2KIjL79t4s/FMh456A3lLxsOT/ZEe9/6IqZKk6dnpAxKH3pda8OrhsxQs0Mq4FdA==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -10574,146 +9569,38 @@ packages: '@types/react-dom': optional: true dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@formily/core': 2.2.23 - '@formily/grid': 2.2.23_typescript@4.9.5 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_cdmaxdj2cq6dffpy74hhe2oe2y + '@formily/grid': 2.2.23(typescript@4.9.5) + '@formily/json-schema': 2.2.23(typescript@4.9.5) + '@formily/react': 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23_wsldad6nghbaz27nd5ik6opowq + '@formily/reactive-react': 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) '@formily/shared': 2.2.23 '@types/react': 17.0.58 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-sortable-hoc: 1.11.0_sfoxds7t5ydpegc3knd667wn6m - react-sticky-box: 0.9.3_react@17.0.2 - transitivePeerDependencies: - - prop-types - - typescript - dev: false - - /@formily/antd/2.2.23_rgi45f3pzkklrhk4osoqukgx5a: - resolution: {integrity: sha512-LjYY81VcdBNUNgjWA0xnEb2KIjL79t4s/FMh456A3lLxsOT/ZEe9/6IqZKk6dnpAxKH3pda8OrhsxQs0Mq4FdA==} - engines: {npm: '>=3.0.0'} - peerDependencies: - '@ant-design/icons': 4.x - '@types/react': '>=16.8.0' - '@types/react-dom': '>=16.8.0' - antd: <=4.22.8 - react: '>=16.8.0 || 17' - react-dom: '>=16.8.0' - react-is: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@formily/core': 2.2.23 - '@formily/grid': 2.2.23_typescript@4.9.5 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_bcd6tcj7ufww623wecixberft4 - '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23_v5ja746gkdtknuc6tj46sve3be - '@formily/shared': 2.2.23 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-is: 18.2.0 - react-sortable-hoc: 1.11.0_oxfzelaz5ynxsop2v2nu2h2m64 - react-sticky-box: 0.9.3_at7mkepldmzoo6silmqc5bca74 - transitivePeerDependencies: - - prop-types - - typescript - dev: false - - /@formily/antd/2.2.23_rvgs74sjznl2vobvqiargskozi: - resolution: {integrity: sha512-LjYY81VcdBNUNgjWA0xnEb2KIjL79t4s/FMh456A3lLxsOT/ZEe9/6IqZKk6dnpAxKH3pda8OrhsxQs0Mq4FdA==} - engines: {npm: '>=3.0.0'} - peerDependencies: - '@ant-design/icons': 4.x - '@types/react': '>=16.8.0' - '@types/react-dom': '>=16.8.0' - antd: <=4.22.8 - react: '>=16.8.0 || 17' - react-dom: '>=16.8.0' - react-is: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@formily/core': 2.2.23 - '@formily/grid': 2.2.23_typescript@4.9.5 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_bcd6tcj7ufww623wecixberft4 - '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23_v5ja746gkdtknuc6tj46sve3be - '@formily/shared': 2.2.23 - antd: 4.22.8_sfoxds7t5ydpegc3knd667wn6m + '@types/react-dom': 17.0.20 + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-is: 18.2.0 - react-sortable-hoc: 1.11.0_sfoxds7t5ydpegc3knd667wn6m - react-sticky-box: 0.9.3_react@17.0.2 - transitivePeerDependencies: - - prop-types - - typescript - dev: true - - /@formily/antd/2.2.23_yqtbkbmmds7zh7bbupdfbl73qq: - resolution: {integrity: sha512-LjYY81VcdBNUNgjWA0xnEb2KIjL79t4s/FMh456A3lLxsOT/ZEe9/6IqZKk6dnpAxKH3pda8OrhsxQs0Mq4FdA==} - engines: {npm: '>=3.0.0'} - peerDependencies: - '@ant-design/icons': 4.x - '@types/react': '>=16.8.0' - '@types/react-dom': '>=16.8.0' - antd: <=4.22.8 - react: '>=16.8.0 || 17' - react-dom: '>=16.8.0' - react-is: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@ant-design/icons': 5.1.0_sfoxds7t5ydpegc3knd667wn6m - '@formily/core': 2.2.23 - '@formily/grid': 2.2.23_typescript@4.9.5 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/react': 2.2.23_cdmaxdj2cq6dffpy74hhe2oe2y - '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23_wsldad6nghbaz27nd5ik6opowq - '@formily/shared': 2.2.23 - '@types/react': 17.0.58 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-sortable-hoc: 1.11.0_sfoxds7t5ydpegc3knd667wn6m - react-sticky-box: 0.9.3_react@17.0.2 + react-sortable-hoc: 1.11.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + react-sticky-box: 0.9.3(prop-types@15.8.1)(react@17.0.2) transitivePeerDependencies: - prop-types - typescript dev: false - /@formily/core/2.2.23: + /@formily/core@2.2.23: resolution: {integrity: sha512-/7JfHuuFqYBqWRTN9gTPFIeCXBTWOuMVs0h+HFVipxmXiyooatccG/JKEo+dZlISOdfInY6uJnfWQ6Y2nAxo4w==} engines: {npm: '>=3.0.0'} dependencies: '@formily/reactive': 2.2.23 '@formily/shared': 2.2.23 '@formily/validator': 2.2.23 + dev: false - /@formily/grid/2.2.23_typescript@4.9.5: + /@formily/grid@2.2.23(typescript@4.9.5): resolution: {integrity: sha512-D+bcxISnUkxpulo+3di9jWxma2ZQkatQbBM8Ha9TugxQ+3ThVPCPycQEokBpkO9zt8zft6u9RVKqNxTzB6cTTQ==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -10722,8 +9609,9 @@ packages: '@formily/reactive': 2.2.23 '@juggle/resize-observer': 3.4.0 typescript: 4.9.5 + dev: false - /@formily/json-schema/2.2.23_typescript@4.9.5: + /@formily/json-schema@2.2.23(typescript@4.9.5): resolution: {integrity: sha512-MbFLmZJp0WA4KJcy7GEL5KkjqtIZ6W4KoYJfkpMSW06ziOW8QNxn0tkuuebuLSQwVayjrA6WN/hUybsnbPK2lQ==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -10733,40 +9621,14 @@ packages: '@formily/reactive': 2.2.23 '@formily/shared': 2.2.23 typescript: 4.9.5 + dev: false - /@formily/path/2.2.23: + /@formily/path@2.2.23: resolution: {integrity: sha512-9kI9UcYWXefxto+xxnHnTKxwZfstLMceKC8Rh+rOyVvGgvtd7nB70BJKlV1IBMO+QW/7ClNX2FhqzJ8L/Xx/oA==} engines: {npm: '>=3.0.0'} + dev: false - /@formily/react/2.2.23_bcd6tcj7ufww623wecixberft4: - resolution: {integrity: sha512-d9l2VVHSpZy9x3TjId00GB5kRONMqSYMOxM0uLqxrLQRUrWY6tKCrsJWbDO10c0YKikEwdacUMSAT3zq1QiWzA==} - engines: {npm: '>=3.0.0'} - peerDependencies: - '@types/react': '>=16.8.0' - '@types/react-dom': '>=16.8.0' - react: '>=16.8.0 || 17' - react-dom: '>=16.8.0' - react-is: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@formily/core': 2.2.23 - '@formily/json-schema': 2.2.23_typescript@4.9.5 - '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23_v5ja746gkdtknuc6tj46sve3be - '@formily/shared': 2.2.23 - '@formily/validator': 2.2.23 - hoist-non-react-statics: 3.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-is: 18.2.0 - transitivePeerDependencies: - - typescript - - /@formily/react/2.2.23_cdmaxdj2cq6dffpy74hhe2oe2y: + /@formily/react@2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-d9l2VVHSpZy9x3TjId00GB5kRONMqSYMOxM0uLqxrLQRUrWY6tKCrsJWbDO10c0YKikEwdacUMSAT3zq1QiWzA==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -10782,41 +9644,22 @@ packages: optional: true dependencies: '@formily/core': 2.2.23 - '@formily/json-schema': 2.2.23_typescript@4.9.5 + '@formily/json-schema': 2.2.23(typescript@4.9.5) '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23_wsldad6nghbaz27nd5ik6opowq + '@formily/reactive-react': 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) '@formily/shared': 2.2.23 '@formily/validator': 2.2.23 '@types/react': 17.0.58 + '@types/react-dom': 17.0.20 hoist-non-react-statics: 3.3.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-is: 18.2.0 transitivePeerDependencies: - typescript dev: false - /@formily/reactive-react/2.2.23_v5ja746gkdtknuc6tj46sve3be: - resolution: {integrity: sha512-nkqdLwp8g23g0Jt7eQ3Km43ekSxlbO9m/ReurAlMR5Tw3+EiRr5aIWzpLrQQqGQ9jZyKkJgAScFRRyIrFx2fcA==} - engines: {npm: '>=3.0.0'} - peerDependencies: - '@types/react': '>=16.8.0' - '@types/react-dom': '>=16.8.0' - react: '>=16.8.0 || 17' - react-dom: '>=16.8.0' - react-is: '>=16.8.0' - peerDependenciesMeta: - '@types/react': - optional: true - '@types/react-dom': - optional: true - dependencies: - '@formily/reactive': 2.2.23 - hoist-non-react-statics: 3.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-is: 18.2.0 - - /@formily/reactive-react/2.2.23_wsldad6nghbaz27nd5ik6opowq: + /@formily/reactive-react@2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2): resolution: {integrity: sha512-nkqdLwp8g23g0Jt7eQ3Km43ekSxlbO9m/ReurAlMR5Tw3+EiRr5aIWzpLrQQqGQ9jZyKkJgAScFRRyIrFx2fcA==} engines: {npm: '>=3.0.0'} peerDependencies: @@ -10833,16 +9676,19 @@ packages: dependencies: '@formily/reactive': 2.2.23 '@types/react': 17.0.58 + '@types/react-dom': 17.0.20 hoist-non-react-statics: 3.3.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-is: 18.2.0 dev: false - /@formily/reactive/2.2.23: + /@formily/reactive@2.2.23: resolution: {integrity: sha512-KX/GFZmDZk4DgMboFTlGKkrBMwgHITBt9IP1uy/IKsOpv5WPPAtorgyMK4GSOvUSQm6FcZPiFXGgPE035KHppA==} engines: {npm: '>=3.0.0'} + dev: false - /@formily/shared/2.2.23: + /@formily/shared@2.2.23: resolution: {integrity: sha512-pd54eUVf33F+siY2hGESXNaIv8T8DKRI1g8uwqs2Q7ph4MpAyDFoeUXtjHxpNoJ1ML9RXau0OQ/k9BSWGF38uA==} engines: {npm: '>=3.0.0'} dependencies: @@ -10853,14 +9699,16 @@ packages: param-case: 3.0.4 pascal-case: 3.1.2 upper-case: 2.0.2 + dev: false - /@formily/validator/2.2.23: + /@formily/validator@2.2.23: resolution: {integrity: sha512-Kk4d57RZKLhZbc+oHyPydJCfhtdS8TuwMnpm9qvOpGvkp1EIEYIeoqd2zNxpk7Lku/aq5PJDiQwSki/MzyXHhg==} engines: {npm: '>=3.0.0'} dependencies: '@formily/shared': 2.2.23 + dev: false - /@grpc/grpc-js/1.8.14: + /@grpc/grpc-js@1.8.14: resolution: {integrity: sha512-w84maJ6CKl5aApCMzFll0hxtFNT6or9WwMslobKaqWUEf1K+zhlL43bSQhFreyYWIWR+Z0xnVFC1KtLm4ZpM/A==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: @@ -10868,7 +9716,7 @@ packages: '@types/node': 20.1.0 dev: false - /@grpc/proto-loader/0.5.6: + /@grpc/proto-loader@0.5.6: resolution: {integrity: sha512-DT14xgw3PSzPxwS13auTEwxhMMOoz33DPUKNtmYK/QYbBSpLXJy78FGGs5yVoxVobEqPm4iW9MOIoz0A3bLTRQ==} engines: {node: '>=6'} dependencies: @@ -10876,7 +9724,7 @@ packages: protobufjs: 6.11.3 dev: false - /@grpc/proto-loader/0.7.7: + /@grpc/proto-loader@0.7.7: resolution: {integrity: sha512-1TIeXOi8TuSCQprPItwoMymZXxWT0CPxUhkrkeCUH+D8U7QDwQ6b7SUz2MaLuWM2llT+J/TVFLmQI5KtML3BhQ==} engines: {node: '>=6'} hasBin: true @@ -10888,51 +9736,51 @@ packages: yargs: 17.7.2 dev: false - /@hapi/hoek/9.3.0: + /@hapi/hoek@9.3.0: resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} - /@hapi/topo/5.1.0: + /@hapi/topo@5.1.0: resolution: {integrity: sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==} dependencies: '@hapi/hoek': 9.3.0 - /@humanwhocodes/config-array/0.11.8: + /@humanwhocodes/config-array@0.11.8: resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color dev: true - /@humanwhocodes/config-array/0.5.0: + /@humanwhocodes/config-array@0.5.0: resolution: {integrity: sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color dev: true - /@humanwhocodes/module-importer/1.0.1: + /@humanwhocodes/module-importer@1.0.1: resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} engines: {node: '>=12.22'} dev: true - /@humanwhocodes/object-schema/1.2.1: + /@humanwhocodes/object-schema@1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: true - /@hutson/parse-repository-url/3.0.2: + /@hutson/parse-repository-url@3.0.2: resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} engines: {node: '>=6.9.0'} dev: true - /@hypnosphi/create-react-context/0.3.1_4vyaxm4rsh2mpfdenvlqy7kmya: + /@hypnosphi/create-react-context@0.3.1(prop-types@15.8.1)(react@16.14.0): resolution: {integrity: sha512-V1klUed202XahrWJLLOT3EXNeCpFHCcJntdFGI15ntCwau+jfT386w7OFTMaCqOgXUH1fa0w/I1oZs+i/Rfr0A==} peerDependencies: prop-types: ^15.0.0 @@ -10944,7 +9792,7 @@ packages: warning: 4.0.3 dev: true - /@hypnosphi/create-react-context/0.3.1_at7mkepldmzoo6silmqc5bca74: + /@hypnosphi/create-react-context@0.3.1(prop-types@15.8.1)(react@17.0.2): resolution: {integrity: sha512-V1klUed202XahrWJLLOT3EXNeCpFHCcJntdFGI15ntCwau+jfT386w7OFTMaCqOgXUH1fa0w/I1oZs+i/Rfr0A==} peerDependencies: prop-types: ^15.0.0 @@ -10956,21 +9804,21 @@ packages: warning: 4.0.3 dev: true - /@iarna/cli/2.1.0: + /@iarna/cli@2.1.0: resolution: {integrity: sha512-rvVVqDa2g860niRbqs3D5RhL4la3dc1vwk+NlpKPZxKaMSHtE2se6C2x8NeveN+rcjp3/686X+u+09CZ+7lmAQ==} dependencies: glob: 7.2.3 signal-exit: 3.0.7 dev: true - /@icons/material/0.2.4_react@17.0.2: + /@icons/material@0.2.4(react@17.0.2): resolution: {integrity: sha512-QPcGmICAPbGLGb6F/yNf/KzKqvFx8z5qx3D1yFqVAjoFmXK35EgyW+cJ57Te3CNsmzblwtzakLGFqHPqrfb4Tw==} peerDependencies: react: '*' dependencies: react: 17.0.2 - /@istanbuljs/load-nyc-config/1.1.0: + /@istanbuljs/load-nyc-config@1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} engines: {node: '>=8'} dependencies: @@ -10980,11 +9828,11 @@ packages: js-yaml: 3.14.1 resolve-from: 5.0.0 - /@istanbuljs/schema/0.1.3: + /@istanbuljs/schema@0.1.3: resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} engines: {node: '>=8'} - /@jest/console/24.9.0: + /@jest/console@24.9.0: resolution: {integrity: sha512-Zuj6b8TnKXi3q4ymac8EQfc3ea/uhLeCGThFqXeC8H9/raaH8ARPUTdId+XyGd03Z4In0/VjD2OYFcBF09fNLQ==} engines: {node: '>= 6'} dependencies: @@ -10993,31 +9841,31 @@ packages: slash: 2.0.0 dev: true - /@jest/console/26.6.2: + /@jest/console@26.6.2: resolution: {integrity: sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 jest-message-util: 26.6.2 jest-util: 26.6.2 slash: 3.0.0 dev: false - /@jest/console/29.5.0: + /@jest/console@29.5.0: resolution: {integrity: sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 jest-message-util: 29.5.0 jest-util: 29.5.0 slash: 3.0.0 dev: true - /@jest/core/24.9.0: + /@jest/core@24.9.0: resolution: {integrity: sha512-Fogg3s4wlAr1VX7q+rhV9RVnUv5tD7VuWfYy1+whMiWUrvl7U3QJSJyWcDio9Lq2prqYsZaeTv2Rz24pWGkJ2A==} engines: {node: '>= 6'} dependencies: @@ -11043,7 +9891,7 @@ packages: jest-util: 24.9.0 jest-validate: 24.9.0 jest-watcher: 24.9.0 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) p-each-series: 1.0.0 realpath-native: 1.1.0 rimraf: 2.7.1 @@ -11055,7 +9903,7 @@ packages: - utf-8-validate dev: true - /@jest/core/26.6.3: + /@jest/core@26.6.3: resolution: {integrity: sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==} engines: {node: '>= 10.14.2'} dependencies: @@ -11064,7 +9912,7 @@ packages: '@jest/test-result': 26.6.2 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 ansi-escapes: 4.3.2 chalk: 4.1.2 exit: 0.1.2 @@ -11095,7 +9943,7 @@ packages: - utf-8-validate dev: false - /@jest/core/29.5.0: + /@jest/core@29.5.0: resolution: {integrity: sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -11109,14 +9957,14 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 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@20.1.0 + jest-config: 29.5.0(@types/node@7.10.14) jest-haste-map: 29.5.0 jest-message-util: 29.5.0 jest-regex-util: 29.4.3 @@ -11137,13 +9985,13 @@ packages: - ts-node dev: true - /@jest/create-cache-key-function/29.5.0: + /@jest/create-cache-key-function@29.5.0: resolution: {integrity: sha512-LIDZyZgnZss7uikvBKBB/USWwG+GO8+GnwRWT+YkCGDGsqLQlhm9BC3z6+7+eMs1kUlvXQIWEzBR8Q2Pnvx6lg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - /@jest/environment/24.9.0: + /@jest/environment@24.9.0: resolution: {integrity: sha512-5A1QluTPhvdIPFYnO3sZC3smkNeXPVELz7ikPbhUj0bQjB07EoE9qtLrem14ZUYWdVayYbsjVwIiL4WBIMV4aQ==} engines: {node: '>= 6'} dependencies: @@ -11155,33 +10003,33 @@ packages: - supports-color dev: true - /@jest/environment/26.6.2: + /@jest/environment@26.6.2: resolution: {integrity: sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==} engines: {node: '>= 10.14.2'} dependencies: '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-mock: 26.6.2 dev: false - /@jest/environment/29.5.0: + /@jest/environment@29.5.0: resolution: {integrity: sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-mock: 29.5.0 - /@jest/expect-utils/29.5.0: + /@jest/expect-utils@29.5.0: resolution: {integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: jest-get-type: 29.4.3 dev: true - /@jest/expect/29.5.0: + /@jest/expect@29.5.0: resolution: {integrity: sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -11191,7 +10039,7 @@ packages: - supports-color dev: true - /@jest/fake-timers/24.9.0: + /@jest/fake-timers@24.9.0: resolution: {integrity: sha512-eWQcNa2YSwzXWIMC5KufBh3oWRIijrQFROsIqt6v/NS9Io/gknw1jsAC9c+ih/RQX4A3O7SeWAhQeN0goKhT9A==} engines: {node: '>= 6'} dependencies: @@ -11202,30 +10050,30 @@ packages: - supports-color dev: true - /@jest/fake-timers/26.6.2: + /@jest/fake-timers@26.6.2: resolution: {integrity: sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 '@sinonjs/fake-timers': 6.0.1 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-message-util: 26.6.2 jest-mock: 26.6.2 jest-util: 26.6.2 dev: false - /@jest/fake-timers/29.5.0: + /@jest/fake-timers@29.5.0: resolution: {integrity: sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 '@sinonjs/fake-timers': 10.0.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-message-util: 29.5.0 jest-mock: 29.5.0 jest-util: 29.5.0 - /@jest/globals/26.6.2: + /@jest/globals@26.6.2: resolution: {integrity: sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==} engines: {node: '>= 10.14.2'} dependencies: @@ -11234,7 +10082,7 @@ packages: expect: 26.6.2 dev: false - /@jest/globals/29.5.0: + /@jest/globals@29.5.0: resolution: {integrity: sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -11246,7 +10094,7 @@ packages: - supports-color dev: true - /@jest/reporters/24.9.0: + /@jest/reporters@24.9.0: resolution: {integrity: sha512-mu4X0yjaHrffOsWmVLzitKmmmWSQ3GGuefgNscUSWNiUNcEOSEQk9k3pERKEQVBb0Cnn88+UESIsZEMH3o88Gw==} engines: {node: '>= 6'} dependencies: @@ -11277,7 +10125,7 @@ packages: - utf-8-validate dev: true - /@jest/reporters/26.6.2: + /@jest/reporters@26.6.2: resolution: {integrity: sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==} engines: {node: '>= 10.14.2'} dependencies: @@ -11311,7 +10159,7 @@ packages: - supports-color dev: false - /@jest/reporters/29.5.0: + /@jest/reporters@29.5.0: resolution: {integrity: sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -11326,7 +10174,7 @@ packages: '@jest/transform': 29.5.0 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.18 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 @@ -11348,13 +10196,13 @@ packages: - supports-color dev: true - /@jest/schemas/29.4.3: + /@jest/schemas@29.4.3: resolution: {integrity: sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@sinclair/typebox': 0.25.24 - /@jest/source-map/24.9.0: + /@jest/source-map@24.9.0: resolution: {integrity: sha512-/Xw7xGlsZb4MJzNDgB7PW5crou5JqWiBQaz6xyPd3ArOg2nfn/PunV8+olXbbEZzNl591o5rWKE9BRDaFAuIBg==} engines: {node: '>= 6'} dependencies: @@ -11363,7 +10211,7 @@ packages: source-map: 0.6.1 dev: true - /@jest/source-map/26.6.2: + /@jest/source-map@26.6.2: resolution: {integrity: sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==} engines: {node: '>= 10.14.2'} dependencies: @@ -11372,7 +10220,7 @@ packages: source-map: 0.6.1 dev: false - /@jest/source-map/29.4.3: + /@jest/source-map@29.4.3: resolution: {integrity: sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -11381,7 +10229,7 @@ packages: graceful-fs: 4.2.11 dev: true - /@jest/test-result/24.9.0: + /@jest/test-result@24.9.0: resolution: {integrity: sha512-XEFrHbBonBJ8dGp2JmF8kP/nQI/ImPpygKHwQ/SY+es59Z3L5PI4Qb9TQQMAEeYsThG1xF0k6tmG0tIKATNiiA==} engines: {node: '>= 6'} dependencies: @@ -11390,7 +10238,7 @@ packages: '@types/istanbul-lib-coverage': 2.0.4 dev: true - /@jest/test-result/26.6.2: + /@jest/test-result@26.6.2: resolution: {integrity: sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -11400,7 +10248,7 @@ packages: collect-v8-coverage: 1.0.1 dev: false - /@jest/test-result/29.5.0: + /@jest/test-result@29.5.0: resolution: {integrity: sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -11410,7 +10258,7 @@ packages: collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/24.9.0: + /@jest/test-sequencer@24.9.0: resolution: {integrity: sha512-6qqsU4o0kW1dvA95qfNog8v8gkRN9ph6Lz7r96IvZpHdNipP2cBcb07J1Z45mz/VIS01OHJ3pY8T5fUY38tg4A==} engines: {node: '>= 6'} dependencies: @@ -11424,7 +10272,7 @@ packages: - utf-8-validate dev: true - /@jest/test-sequencer/26.6.3: + /@jest/test-sequencer@26.6.3: resolution: {integrity: sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==} engines: {node: '>= 10.14.2'} dependencies: @@ -11441,7 +10289,7 @@ packages: - utf-8-validate dev: false - /@jest/test-sequencer/29.5.0: + /@jest/test-sequencer@29.5.0: resolution: {integrity: sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -11451,7 +10299,7 @@ packages: slash: 3.0.0 dev: true - /@jest/transform/24.9.0: + /@jest/transform@24.9.0: resolution: {integrity: sha512-TcQUmyNRxV94S0QpMOnZl0++6RMiqpbH/ZMccFB/amku6Uwvyb1cjYX7xkp5nGNkbX4QPH/FcB6q1HBTHynLmQ==} engines: {node: '>= 6'} dependencies: @@ -11465,7 +10313,7 @@ packages: jest-haste-map: 24.9.0 jest-regex-util: 24.9.0 jest-util: 24.9.0 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) pirates: 4.0.5 realpath-native: 1.1.0 slash: 2.0.0 @@ -11475,7 +10323,7 @@ packages: - supports-color dev: true - /@jest/transform/26.6.2: + /@jest/transform@26.6.2: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: @@ -11498,7 +10346,7 @@ packages: - supports-color dev: false - /@jest/transform/29.5.0: + /@jest/transform@29.5.0: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -11521,7 +10369,7 @@ packages: - supports-color dev: true - /@jest/types/24.9.0: + /@jest/types@24.9.0: resolution: {integrity: sha512-XKK7ze1apu5JWQ5eZjHITP66AX+QsLlbaJRBGYr8pNzwcAE2JVkwnf0yqjHTsDRcjR0mujy/NmZMXw5kl+kGBw==} engines: {node: '>= 6'} dependencies: @@ -11530,7 +10378,7 @@ packages: '@types/yargs': 13.0.12 dev: true - /@jest/types/25.5.0: + /@jest/types@25.5.0: resolution: {integrity: sha512-OXD0RgQ86Tu3MazKo8bnrkDRaDXXMGUqd+kTtLtK1Zb7CRzQcaSRPPPV37SvYTdevXEBVxe0HXylEjs8ibkmCw==} engines: {node: '>= 8.3'} dependencies: @@ -11540,38 +10388,38 @@ packages: chalk: 3.0.0 dev: true - /@jest/types/26.6.2: + /@jest/types@26.6.2: resolution: {integrity: sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==} engines: {node: '>= 10.14.2'} dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.1.0 + '@types/node': 7.10.14 '@types/yargs': 15.0.15 chalk: 4.1.2 - /@jest/types/27.5.1: + /@jest/types@27.5.1: resolution: {integrity: sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.1.0 + '@types/node': 7.10.14 '@types/yargs': 16.0.5 chalk: 4.1.2 - /@jest/types/29.5.0: + /@jest/types@29.5.0: resolution: {integrity: sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.1.0 + '@types/node': 7.10.14 '@types/yargs': 17.0.24 chalk: 4.1.2 - /@jridgewell/gen-mapping/0.3.3: + /@jridgewell/gen-mapping@0.3.3: resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} engines: {node: '>=6.0.0'} dependencies: @@ -11579,55 +10427,56 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.18 - /@jridgewell/resolve-uri/3.1.0: + /@jridgewell/resolve-uri@3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} - /@jridgewell/resolve-uri/3.1.1: + /@jridgewell/resolve-uri@3.1.1: resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} engines: {node: '>=6.0.0'} dev: true - /@jridgewell/set-array/1.1.2: + /@jridgewell/set-array@1.1.2: resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} engines: {node: '>=6.0.0'} - /@jridgewell/source-map/0.3.3: + /@jridgewell/source-map@0.3.3: resolution: {integrity: sha512-b+fsZXeLYi9fEULmfBrhxn4IrPlINf8fiNarzTof004v3lFdntdwa9PF7vFJqm3mg7s+ScJMxXaE3Acp1irZcg==} dependencies: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 - /@jridgewell/sourcemap-codec/1.4.14: + /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - /@jridgewell/sourcemap-codec/1.4.15: + /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - /@jridgewell/trace-mapping/0.3.18: + /@jridgewell/trace-mapping@0.3.18: resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 - /@jridgewell/trace-mapping/0.3.9: + /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: '@jridgewell/resolve-uri': 3.1.1 '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@juggle/resize-observer/3.4.0: + /@juggle/resize-observer@3.4.0: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} + dev: false - /@koa/cors/3.4.3: + /@koa/cors@3.4.3: resolution: {integrity: sha512-WPXQUaAeAMVaLTEFpoq3T2O1C+FstkjJnDQqy95Ck1UdILajsRhu6mhJ8H2f4NFPRBoCNN+qywTJfq/gGki5mw==} engines: {node: '>= 8.0.0'} dependencies: vary: 1.1.2 dev: false - /@lerna/filter-packages/4.0.0: + /@lerna/filter-packages@4.0.0: resolution: {integrity: sha512-+4AJIkK7iIiOaqCiVTYJxh/I9qikk4XjNQLhE3kixaqgMuHl1NQ99qXRR0OZqAWB9mh8Z1HA9bM5K1HZLBTOqA==} engines: {node: '>= 10.18.0'} dependencies: @@ -11636,7 +10485,7 @@ packages: npmlog: 4.1.2 dev: true - /@lerna/package-graph/4.0.0: + /@lerna/package-graph@4.0.0: resolution: {integrity: sha512-QED2ZCTkfXMKFoTGoccwUzjHtZMSf3UKX14A4/kYyBms9xfFsesCZ6SLI5YeySEgcul8iuIWfQFZqRw+Qrjraw==} engines: {node: '>= 10.18.0'} dependencies: @@ -11647,7 +10496,7 @@ packages: semver: 7.5.0 dev: true - /@lerna/package/4.0.0: + /@lerna/package@4.0.0: resolution: {integrity: sha512-l0M/izok6FlyyitxiQKr+gZLVFnvxRQdNhzmQ6nRnN9dvBJWn+IxxpM+cLqGACatTnyo9LDzNTOj2Db3+s0s8Q==} engines: {node: '>= 10.18.0'} dependencies: @@ -11656,14 +10505,14 @@ packages: write-pkg: 4.0.0 dev: true - /@lerna/prerelease-id-from-version/4.0.0: + /@lerna/prerelease-id-from-version@4.0.0: resolution: {integrity: sha512-GQqguzETdsYRxOSmdFZ6zDBXDErIETWOqomLERRY54f4p+tk4aJjoVdd9xKwehC9TBfIFvlRbL1V9uQGHh1opg==} engines: {node: '>= 10.18.0'} dependencies: semver: 7.5.0 dev: true - /@lerna/project/4.0.0: + /@lerna/project@4.0.0: resolution: {integrity: sha512-o0MlVbDkD5qRPkFKlBZsXZjoNTWPyuL58564nSfZJ6JYNmgAptnWPB2dQlAc7HWRZkmnC2fCkEdoU+jioPavbg==} engines: {node: '>= 10.18.0'} dependencies: @@ -11681,21 +10530,21 @@ packages: write-json-file: 4.3.0 dev: true - /@lerna/query-graph/4.0.0: + /@lerna/query-graph@4.0.0: resolution: {integrity: sha512-YlP6yI3tM4WbBmL9GCmNDoeQyzcyg1e4W96y/PKMZa5GbyUvkS2+Jc2kwPD+5KcXou3wQZxSPzR3Te5OenaDdg==} engines: {node: '>= 10.18.0'} dependencies: '@lerna/package-graph': 4.0.0 dev: true - /@lerna/validation-error/4.0.0: + /@lerna/validation-error@4.0.0: resolution: {integrity: sha512-1rBOM5/koiVWlRi3V6dB863E1YzJS8v41UtsHgMr6gB2ncJ2LsQtMKlJpi3voqcgh41H8UsPXR58RrrpPpufyw==} engines: {node: '>= 10.18.0'} dependencies: npmlog: 4.1.2 dev: true - /@loadable/component/5.15.3_react@17.0.2: + /@loadable/component@5.15.3(react@17.0.2): resolution: {integrity: sha512-VOgYgCABn6+/7aGIpg7m0Ruj34tGetaJzt4bQ345FwEovDQZ+dua+NWLmuJKv8rWZyxOUSfoJkmGnzyDXH2BAQ==} engines: {node: '>=8'} peerDependencies: @@ -11707,7 +10556,7 @@ packages: react-is: 16.13.1 dev: true - /@manypkg/find-root/1.1.0: + /@manypkg/find-root@1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: '@babel/runtime': 7.21.5 @@ -11716,7 +10565,7 @@ packages: fs-extra: 8.1.0 dev: true - /@manypkg/get-packages/1.1.3: + /@manypkg/get-packages@1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: '@babel/runtime': 7.21.5 @@ -11727,7 +10576,7 @@ packages: read-yaml-file: 1.1.0 dev: true - /@mapbox/geojson-rewind/0.5.2: + /@mapbox/geojson-rewind@0.5.2: resolution: {integrity: sha512-tJaT+RbYGJYStt7wI3cq4Nl4SXxG8W7JDG5DMJu97V25RnbNg3QtQtf+KD+VLjNpWKYsRvXDNmNrBgEETr1ifA==} hasBin: true dependencies: @@ -11735,11 +10584,11 @@ packages: minimist: 1.2.8 dev: false - /@mapbox/geojson-types/1.0.2: + /@mapbox/geojson-types@1.0.2: resolution: {integrity: sha512-e9EBqHHv3EORHrSfbR9DqecPNn+AmuAoQxV6aL8Xu30bJMJR1o8PZLZzpk1Wq7/NfCbuhmakHTPYRhoqLsXRnw==} dev: false - /@mapbox/hast-util-to-jsx/1.0.0: + /@mapbox/hast-util-to-jsx@1.0.0: resolution: {integrity: sha512-HJRp3qkr0uGIBFASzA8rVATLo6y/UoOMoD8eXsG8HVofk5Dokc9PV+dh266zYLZniYgtpJbc2+AKf1fNpsVqAA==} engines: {node: '>=10'} dependencies: @@ -11751,12 +10600,12 @@ packages: stringify-entities: 3.1.0 stringify-object: 3.3.0 - /@mapbox/jsonlint-lines-primitives/2.0.2: + /@mapbox/jsonlint-lines-primitives@2.0.2: resolution: {integrity: sha512-rY0o9A5ECsTQRVhv7tL/OyDpGAoUB4tTvLiW1DSzQGq4bvTPhNw1VpSNjDJc5GFZ2XuyOtSWSVN05qOtcD71qQ==} engines: {node: '>= 0.6'} dev: false - /@mapbox/mapbox-gl-supported/1.5.0_mapbox-gl@1.13.3: + /@mapbox/mapbox-gl-supported@1.5.0(mapbox-gl@1.13.3): resolution: {integrity: sha512-/PT1P6DNf7vjEEiPkVIRJkvibbqWtqnyGaBz3nfRdcxclNSnSdaLU5tfAgcD7I8Yt5i+L19s406YLl1koLnLbg==} peerDependencies: mapbox-gl: '>=0.32.1 <2.0.0' @@ -11764,55 +10613,55 @@ packages: mapbox-gl: 1.13.3 dev: false - /@mapbox/martini/0.2.0: + /@mapbox/martini@0.2.0: resolution: {integrity: sha512-7hFhtkb0KTLEls+TRw/rWayq5EeHtTaErgm/NskVoXmtgAQu/9D299aeyj6mzAR/6XUnYRp2lU+4IcrYRFjVsQ==} dev: false - /@mapbox/point-geometry/0.1.0: + /@mapbox/point-geometry@0.1.0: resolution: {integrity: sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==} dev: false - /@mapbox/tiny-sdf/1.2.5: + /@mapbox/tiny-sdf@1.2.5: resolution: {integrity: sha512-cD8A/zJlm6fdJOk6DqPUV8mcpyJkRz2x2R+/fYcWDYG3oWbG7/L7Yl/WqQ1VZCjnL9OTIMAn6c+BC5Eru4sQEw==} dev: false - /@mapbox/unitbezier/0.0.0: + /@mapbox/unitbezier@0.0.0: resolution: {integrity: sha512-HPnRdYO0WjFjRTSwO3frz1wKaU649OBFPX3Zo/2WZvuRi6zMiRGui8SnPQiQABgqCf8YikDe5t3HViTVw1WUzA==} dev: false - /@mapbox/vector-tile/1.3.1: + /@mapbox/vector-tile@1.3.1: resolution: {integrity: sha512-MCEddb8u44/xfQ3oD+Srl/tNcQoqTw3goGk2oLsrFxOTc3dUp+kAnby3PvAeeBYSMSjSPD1nd1AJA6W49WnoUw==} dependencies: '@mapbox/point-geometry': 0.1.0 dev: false - /@mapbox/whoots-js/3.1.0: + /@mapbox/whoots-js@3.1.0: resolution: {integrity: sha512-Es6WcD0nO5l+2BOQS4uLfNPYQaNDfbot3X1XUoloz+x0mPDS3eeORZJl06HXjwBG1fOGwCRnzK88LMdxKRrd6Q==} engines: {node: '>=6.0.0'} dev: false - /@mdx-js/loader/0.16.8_react@17.0.2: + /@mdx-js/loader@0.16.8(react@17.0.2): resolution: {integrity: sha512-uTwUY2IO/r0Bsp166WwKYCpkGkTKQJx9Cvq8PROGEeGIejcrNcqic0egv+dreHTzP1V9kS6JQJkurnbUx+IhtQ==} dependencies: '@mdx-js/mdx': 0.16.8 - '@mdx-js/tag': 0.16.8_react@17.0.2 + '@mdx-js/tag': 0.16.8(react@17.0.2) loader-utils: 1.4.2 transitivePeerDependencies: - react dev: true - /@mdx-js/loader/1.6.22_react@17.0.2: + /@mdx-js/loader@1.6.22(react@17.0.2): resolution: {integrity: sha512-9CjGwy595NaxAYp0hF9B/A0lH6C8Rms97e2JS9d3jVUtILn6pT5i5IV965ra3lIWc7Rs1GG1tBdVF7dCowYe6Q==} dependencies: '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@17.0.2 + '@mdx-js/react': 1.6.22(react@17.0.2) loader-utils: 2.0.0 transitivePeerDependencies: - react - supports-color dev: true - /@mdx-js/mdx/0.16.8: + /@mdx-js/mdx@0.16.8: resolution: {integrity: sha512-HqipqjFh0/Fag+a3KO0IBbUjZUPtSOW2dBDOSMlYswnRLrqy6pOATAqwk3wXJku4jUe2zX5GVtuFV60BBHmjnA==} dependencies: change-case: 3.1.0 @@ -11826,14 +10675,14 @@ packages: unist-util-visit: 1.4.1 dev: true - /@mdx-js/mdx/1.6.22: + /@mdx-js/mdx@1.6.22: resolution: {integrity: sha512-AMxuLxPz2j5/6TpF/XSdKpQP1NlG0z11dFOlq+2IP/lSgl11GY8ji6S/rgsViN/L0BDvHvUMruRb7ub+24LUYA==} dependencies: '@babel/core': 7.12.9 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) '@mdx-js/util': 1.6.22 - babel-plugin-apply-mdx-type-prop: 1.6.22_@babel+core@7.12.9 + babel-plugin-apply-mdx-type-prop: 1.6.22(@babel/core@7.12.9) babel-plugin-extract-import-names: 1.6.22 camelcase-css: 2.0.1 detab: 2.0.4 @@ -11852,13 +10701,13 @@ packages: - supports-color dev: true - /@mdx-js/mdxast/0.16.8: + /@mdx-js/mdxast@0.16.8: resolution: {integrity: sha512-PcTGLgPIywggyTA7NwQIKTP8lH1Nxfz4IBhuhpO+66OVpfib1M3oAscYrvoWh0eSiuIpvNqmXYsnTWIWgZl2sA==} dependencies: unist-util-visit: 1.4.1 dev: true - /@mdx-js/react/1.6.22_react@17.0.2: + /@mdx-js/react@1.6.22(react@17.0.2): resolution: {integrity: sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==} peerDependencies: react: ^16.13.1 || ^17.0.0 || 17 @@ -11866,7 +10715,7 @@ packages: react: 17.0.2 dev: true - /@mdx-js/tag/0.16.8_react@17.0.2: + /@mdx-js/tag@0.16.8(react@17.0.2): resolution: {integrity: sha512-19dIHmmCHyZpKxsOxAPNB1itG9DKnnSYOsnibYQbyl5YXxZTDMyGD7tZitGm7y7vQpcLhQxmAHykM3l7yeKCDg==} peerDependencies: react: ^0.14.x || ^15.x || ^16.x || 17 @@ -11874,11 +10723,11 @@ packages: react: 17.0.2 dev: true - /@mdx-js/util/1.6.22: + /@mdx-js/util@1.6.22: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@microsoft/api-extractor-model/7.26.3: + /@microsoft/api-extractor-model@7.26.3: resolution: {integrity: sha512-1Y/JOkaCF5zE6P56saA0yPzEb7ZJwoF2d8fUYdzZY4I0p1gmqGbNk1h9WguvrN5hANg+2CaqcOX0eh+l4SAhJw==} dependencies: '@microsoft/tsdoc': 0.14.2 @@ -11888,7 +10737,7 @@ packages: - '@types/node' dev: true - /@microsoft/api-extractor/7.34.3: + /@microsoft/api-extractor@7.34.3: resolution: {integrity: sha512-vXpU+i/MMinVzDxbLo3of1Sx/IS5bwOZl4XrX8YyqNBXFvovEer5ex0wckWumkBErDZtLOMp3zhZfYL3W7h3cg==} hasBin: true dependencies: @@ -11908,7 +10757,7 @@ packages: - '@types/node' dev: true - /@microsoft/tsdoc-config/0.16.2: + /@microsoft/tsdoc-config@0.16.2: resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} dependencies: '@microsoft/tsdoc': 0.14.2 @@ -11917,11 +10766,11 @@ packages: resolve: 1.19.0 dev: true - /@microsoft/tsdoc/0.14.2: + /@microsoft/tsdoc@0.14.2: resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} dev: true - /@mrmlnc/readdir-enhanced/2.2.1: + /@mrmlnc/readdir-enhanced@2.2.1: resolution: {integrity: sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==} engines: {node: '>=4'} dependencies: @@ -11929,42 +10778,42 @@ packages: glob-to-regexp: 0.3.0 dev: true - /@nicolo-ribaudo/chokidar-2/2.1.8-no-fsevents.3: + /@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3: resolution: {integrity: sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==} requiresBuild: true dev: true optional: true - /@nicolo-ribaudo/eslint-scope-5-internals/5.1.1-v1: + /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1: resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} dependencies: eslint-scope: 5.1.1 dev: true - /@nodelib/fs.scandir/2.1.5: + /@nodelib/fs.scandir@2.1.5: resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - /@nodelib/fs.stat/1.1.3: + /@nodelib/fs.stat@1.1.3: resolution: {integrity: sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==} engines: {node: '>= 6'} dev: true - /@nodelib/fs.stat/2.0.5: + /@nodelib/fs.stat@2.0.5: resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} engines: {node: '>= 8'} - /@nodelib/fs.walk/1.2.8: + /@nodelib/fs.walk@1.2.8: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_rpgxa4ujif6f7ii2kur4nrydpu: + /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.0)(webpack@5.82.0): resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -12000,106 +10849,73 @@ packages: react-refresh: 0.14.0 schema-utils: 3.1.2 source-map: 0.7.4 - webpack: 5.82.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /@probe.gl/env/3.6.0: + /@probe.gl/env@3.6.0: resolution: {integrity: sha512-4tTZYUg/8BICC3Yyb9rOeoKeijKbZHRXBEKObrfPmX4sQmYB15ZOUpoVBhAyJkOYVAM8EkPci6Uw5dLCwx2BEQ==} dependencies: '@babel/runtime': 7.21.5 - /@probe.gl/log/3.6.0: + /@probe.gl/log@3.6.0: resolution: {integrity: sha512-hjpyenpEvOdowgZ1qMeCJxfRD4JkKdlXz0RC14m42Un62NtOT+GpWyKA4LssT0+xyLULCByRAtG2fzZorpIAcA==} dependencies: '@babel/runtime': 7.21.5 '@probe.gl/env': 3.6.0 - /@probe.gl/stats/3.6.0: + /@probe.gl/stats@3.6.0: resolution: {integrity: sha512-JdALQXB44OP4kUBN/UrQgzbJe4qokbVF4Y8lkIA8iVCFnjVowWIgkD/z/0QO65yELT54tTrtepw1jScjKB+rhQ==} dependencies: '@babel/runtime': 7.21.5 - /@protobufjs/aspromise/1.1.2: + /@protobufjs/aspromise@1.1.2: resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} dev: false - /@protobufjs/base64/1.1.2: + /@protobufjs/base64@1.1.2: resolution: {integrity: sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==} dev: false - /@protobufjs/codegen/2.0.4: + /@protobufjs/codegen@2.0.4: resolution: {integrity: sha512-YyFaikqM5sH0ziFZCN3xDC7zeGaB/d0IUb9CATugHWbd1FRFwWwt4ld4OYMPWu5a3Xe01mGAULCdqhMlPl29Jg==} dev: false - /@protobufjs/eventemitter/1.1.0: + /@protobufjs/eventemitter@1.1.0: resolution: {integrity: sha512-j9ednRT81vYJ9OfVuXG6ERSTdEL1xVsNgqpkxMsbIabzSo3goCjDIveeGv5d03om39ML71RdmrGNjG5SReBP/Q==} dev: false - /@protobufjs/fetch/1.1.0: + /@protobufjs/fetch@1.1.0: resolution: {integrity: sha512-lljVXpqXebpsijW71PZaCYeIcE5on1w5DlQy5WH6GLbFryLUrBD4932W/E2BSpfRJWseIL4v/KPgBFxDOIdKpQ==} dependencies: '@protobufjs/aspromise': 1.1.2 '@protobufjs/inquire': 1.1.0 dev: false - /@protobufjs/float/1.0.2: + /@protobufjs/float@1.0.2: resolution: {integrity: sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==} dev: false - /@protobufjs/inquire/1.1.0: + /@protobufjs/inquire@1.1.0: resolution: {integrity: sha512-kdSefcPdruJiFMVSbn801t4vFK7KB/5gd2fYvrxhuJYg8ILrmn9SKSX2tZdV6V+ksulWqS7aXjBcRXl3wHoD9Q==} dev: false - /@protobufjs/path/1.1.2: + /@protobufjs/path@1.1.2: resolution: {integrity: sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==} dev: false - /@protobufjs/pool/1.1.0: + /@protobufjs/pool@1.1.0: resolution: {integrity: sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==} dev: false - /@protobufjs/utf8/1.1.0: + /@protobufjs/utf8@1.1.0: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: false - /@qixian.cs/path-to-regexp/6.1.0: + /@qixian.cs/path-to-regexp@6.1.0: resolution: {integrity: sha512-2jIiLiVZB1jnY7IIRQKtoV8Gnr7XIhk4mC88ONGunZE3hYt5IHUG4BE/6+JiTBjjEWQLBeWnZB8hGpppkufiVw==} dev: false - /@rc-component/context/1.3.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-6QdaCJ7Wn5UZLJs15IEfqy4Ru3OaL5ctqpQYWd5rlfV9wwzrzdt6+kgAQZV/qdB0MUPN4nhyBfRembQCIvBf+w==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /@rc-component/mini-decimal/1.0.1: - resolution: {integrity: sha512-9N8nRk0oKj1qJzANKl+n9eNSMUGsZtjwNuDCiZ/KA+dt1fE3zq5x2XxclRcAbOIXnZcJ53ozP2Pa60gyELXagA==} - engines: {node: '>=8.x'} - dependencies: - '@babel/runtime': 7.21.5 - dev: false - - /@rc-component/mutate-observer/1.0.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-okqRJSfNisXdI6CUeOLZC5ukBW/8kir2Ii4PJiKpUt+3+uS7dxwJUMxsUZquxA1rQuL8YcEmKVp/TCnR+yUdZA==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /@rc-component/portal/1.1.1_6l5554ty5ajsajah6yazvrjhoe: + /@rc-component/portal@1.1.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-m8w3dFXX0H6UkJ4wtfrSwhe2/6M08uz24HHrF8pWfAXPwA9hwCuTE5per/C86KwNLouRpwFGcr7LfpHaa1F38g==} engines: {node: '>=8.x'} peerDependencies: @@ -12108,11 +10924,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /@rc-component/portal/1.1.1_prpqlkd37azqwypxturxi7uyci: + /@rc-component/portal@1.1.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-m8w3dFXX0H6UkJ4wtfrSwhe2/6M08uz24HHrF8pWfAXPwA9hwCuTE5per/C86KwNLouRpwFGcr7LfpHaa1F38g==} engines: {node: '>=8.x'} peerDependencies: @@ -12121,143 +10937,67 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /@rc-component/portal/1.1.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-m8w3dFXX0H6UkJ4wtfrSwhe2/6M08uz24HHrF8pWfAXPwA9hwCuTE5per/C86KwNLouRpwFGcr7LfpHaa1F38g==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /@rc-component/tour/1.8.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-rrRGioHTLQlGca27G2+lw7QpRb3uuMYCUIJjj31/B44VCJS0P2tqYhOgtzvWQmaLMlWH3ZlpzotkKX13NT4XEA==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m - '@rc-component/trigger': 1.10.2_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false + react-dom: 17.0.2(react@17.0.2) - /@rc-component/trigger/1.10.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-dcHqGglYhf2MUQ98bpX+P27yfnpaA959a4hbmseU6cPNWE/2X3Ayj57aXvprlCDOwFbfUV+KT19x9bxbd5PRXw==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-align: 4.0.15_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /@reach/router/1.3.4_6l5554ty5ajsajah6yazvrjhoe: + /@reach/router@1.3.4(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} peerDependencies: react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 dependencies: - create-react-context: 0.3.0_at7mkepldmzoo6silmqc5bca74 + create-react-context: 0.3.0(prop-types@15.8.1)(react@16.14.0) invariant: 2.2.4 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react: 16.14.0 + react-dom: 16.14.0(react@17.0.2) react-lifecycles-compat: 3.0.4 dev: true - /@reach/router/1.3.4_prpqlkd37azqwypxturxi7uyci: + /@reach/router@1.3.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} peerDependencies: react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 dependencies: - create-react-context: 0.3.0_at7mkepldmzoo6silmqc5bca74 + create-react-context: 0.3.0(prop-types@15.8.1)(react@17.0.2) invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) react-lifecycles-compat: 3.0.4 dev: true - /@reach/router/1.3.4_sfoxds7t5ydpegc3knd667wn6m: + /@reach/router@1.3.4(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} peerDependencies: react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 dependencies: - create-react-context: 0.3.0_at7mkepldmzoo6silmqc5bca74 - invariant: 2.2.4 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-lifecycles-compat: 3.0.4 - dev: true - - /@reach/router/1.3.4_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - dependencies: - create-react-context: 0.3.0_4vyaxm4rsh2mpfdenvlqy7kmya - invariant: 2.2.4 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 - react-lifecycles-compat: 3.0.4 - dev: true - - /@reach/router/1.3.4_yicqvriqha7ppr6zyvk5y4bjya: - resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} - peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 - dependencies: - create-react-context: 0.3.0_4vyaxm4rsh2mpfdenvlqy7kmya + create-react-context: 0.3.0(prop-types@15.8.1)(react@16.14.0) invariant: 2.2.4 prop-types: 15.8.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 dev: true - /@reach/router/1.3.4_zkbncb2mrwigeq3keybbaytzya: + /@reach/router@1.3.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} peerDependencies: react: 15.x || 16.x || 16.4.0-alpha.0911da3 || 17 react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 dependencies: - create-react-context: 0.3.0_4vyaxm4rsh2mpfdenvlqy7kmya + create-react-context: 0.3.0(prop-types@15.8.1)(react@17.0.2) invariant: 2.2.4 prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 dev: true - /@react-native-community/cli-clean/10.1.1: + /@react-native-community/cli-clean@10.1.1: resolution: {integrity: sha512-iNsrjzjIRv9yb5y309SWJ8NDHdwYtnCpmxZouQDyOljUdC9MwdZ4ChbtA4rwQyAwgOVfS9F/j56ML3Cslmvrxg==} dependencies: '@react-native-community/cli-tools': 10.1.1 @@ -12267,7 +11007,7 @@ packages: transitivePeerDependencies: - encoding - /@react-native-community/cli-config/10.1.1: + /@react-native-community/cli-config@10.1.1: resolution: {integrity: sha512-p4mHrjC+s/ayiNVG6T35GdEGdP6TuyBUg5plVGRJfTl8WT6LBfLYLk+fz/iETrEZ/YkhQIsQcEUQC47MqLNHog==} dependencies: '@react-native-community/cli-tools': 10.1.1 @@ -12279,14 +11019,14 @@ packages: transitivePeerDependencies: - encoding - /@react-native-community/cli-debugger-ui/10.0.0: + /@react-native-community/cli-debugger-ui@10.0.0: resolution: {integrity: sha512-8UKLcvpSNxnUTRy8CkCl27GGLqZunQ9ncGYhSrWyKrU9SWBJJGeZwi2k2KaoJi5FvF2+cD0t8z8cU6lsq2ZZmA==} dependencies: - serve-static: 1.15.0 + serve-static: 1.15.0(supports-color@6.1.0) transitivePeerDependencies: - supports-color - /@react-native-community/cli-doctor/10.2.2: + /@react-native-community/cli-doctor@10.2.2: resolution: {integrity: sha512-49Ep2aQOF0PkbAR/TcyMjOm9XwBa8VQr+/Zzf4SJeYwiYLCT1NZRAVAVjYRXl0xqvq5S5mAGZZShS4AQl4WsZw==} dependencies: '@react-native-community/cli-config': 10.1.1 @@ -12308,7 +11048,7 @@ packages: transitivePeerDependencies: - encoding - /@react-native-community/cli-hermes/10.2.0: + /@react-native-community/cli-hermes@10.2.0: resolution: {integrity: sha512-urfmvNeR8IiO/Sd92UU3xPO+/qI2lwCWQnxOkWaU/i2EITFekE47MD6MZrfVulRVYRi5cuaFqKZO/ccOdOB/vQ==} dependencies: '@react-native-community/cli-platform-android': 10.2.0 @@ -12319,7 +11059,7 @@ packages: transitivePeerDependencies: - encoding - /@react-native-community/cli-platform-android/10.2.0: + /@react-native-community/cli-platform-android@10.2.0: resolution: {integrity: sha512-CBenYwGxwFdObZTn1lgxWtMGA5ms2G/ALQhkS+XTAD7KHDrCxFF9yT/fnAjFZKM6vX/1TqGI1RflruXih3kAhw==} dependencies: '@react-native-community/cli-tools': 10.1.1 @@ -12330,7 +11070,7 @@ packages: transitivePeerDependencies: - encoding - /@react-native-community/cli-platform-ios/10.2.1: + /@react-native-community/cli-platform-ios@10.2.1: resolution: {integrity: sha512-hz4zu4Y6eyj7D0lnZx8Mf2c2si8y+zh/zUTgCTaPPLzQD8jSZNNBtUUiA1cARm2razpe8marCZ1QbTMAGbf3mg==} dependencies: '@react-native-community/cli-tools': 10.1.1 @@ -12342,29 +11082,7 @@ packages: transitivePeerDependencies: - encoding - /@react-native-community/cli-plugin-metro/10.2.2: - resolution: {integrity: sha512-sTGjZlD3OGqbF9v1ajwUIXhGmjw9NyJ/14Lo0sg7xH8Pv4qUd5ZvQ6+DWYrQn3IKFUMfGFWYyL81ovLuPylrpw==} - dependencies: - '@react-native-community/cli-server-api': 10.1.1 - '@react-native-community/cli-tools': 10.1.1 - chalk: 4.1.2 - execa: 1.0.0 - metro: 0.73.9 - metro-config: 0.73.9 - metro-core: 0.73.9 - metro-react-native-babel-transformer: 0.73.9 - metro-resolver: 0.73.9 - metro-runtime: 0.73.9 - readline: 1.3.0 - transitivePeerDependencies: - - '@babel/core' - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: false - - /@react-native-community/cli-plugin-metro/10.2.2_@babel+core@7.21.8: + /@react-native-community/cli-plugin-metro@10.2.2(@babel/core@7.21.8): resolution: {integrity: sha512-sTGjZlD3OGqbF9v1ajwUIXhGmjw9NyJ/14Lo0sg7xH8Pv4qUd5ZvQ6+DWYrQn3IKFUMfGFWYyL81ovLuPylrpw==} dependencies: '@react-native-community/cli-server-api': 10.1.1 @@ -12374,7 +11092,7 @@ packages: metro: 0.73.9 metro-config: 0.73.9 metro-core: 0.73.9 - metro-react-native-babel-transformer: 0.73.9_@babel+core@7.21.8 + metro-react-native-babel-transformer: 0.73.9(@babel/core@7.21.8) metro-resolver: 0.73.9 metro-runtime: 0.73.9 readline: 1.3.0 @@ -12384,19 +11102,18 @@ packages: - encoding - supports-color - utf-8-validate - dev: true - /@react-native-community/cli-server-api/10.1.1: + /@react-native-community/cli-server-api@10.1.1: resolution: {integrity: sha512-NZDo/wh4zlm8as31UEBno2bui8+ufzsZV+KN7QjEJWEM0levzBtxaD+4je0OpfhRIIkhaRm2gl/vVf7OYAzg4g==} dependencies: '@react-native-community/cli-debugger-ui': 10.0.0 '@react-native-community/cli-tools': 10.1.1 - compression: 1.7.4 + compression: 1.7.4(supports-color@6.1.0) connect: 3.7.0 errorhandler: 1.5.1 nocache: 3.0.4 pretty-format: 26.6.2 - serve-static: 1.15.0 + serve-static: 1.15.0(supports-color@6.1.0) ws: 7.5.9 transitivePeerDependencies: - bufferutil @@ -12404,7 +11121,7 @@ packages: - supports-color - utf-8-validate - /@react-native-community/cli-tools/10.1.1: + /@react-native-community/cli-tools@10.1.1: resolution: {integrity: sha512-+FlwOnZBV+ailEzXjcD8afY2ogFEBeHOw/8+XXzMgPaquU2Zly9B+8W089tnnohO3yfiQiZqkQlElP423MY74g==} dependencies: appdirsjs: 1.2.7 @@ -12419,42 +11136,12 @@ packages: transitivePeerDependencies: - encoding - /@react-native-community/cli-types/10.0.0: + /@react-native-community/cli-types@10.0.0: resolution: {integrity: sha512-31oUM6/rFBZQfSmDQsT1DX/5fjqfxg7sf2u8kTPJK7rXVya5SRpAMaCXsPAG0omsmJxXt+J9HxUi3Ic+5Ux5Iw==} dependencies: joi: 17.9.2 - /@react-native-community/cli/10.2.2: - resolution: {integrity: sha512-aZVcVIqj+OG6CrliR/Yn8wHxrvyzbFBY9cj7n0MvRw/P54QUru2nNqUTSSbqv0Qaa297yHJbe6kFDojDMSTM8Q==} - engines: {node: '>=14'} - hasBin: true - dependencies: - '@react-native-community/cli-clean': 10.1.1 - '@react-native-community/cli-config': 10.1.1 - '@react-native-community/cli-debugger-ui': 10.0.0 - '@react-native-community/cli-doctor': 10.2.2 - '@react-native-community/cli-hermes': 10.2.0 - '@react-native-community/cli-plugin-metro': 10.2.2 - '@react-native-community/cli-server-api': 10.1.1 - '@react-native-community/cli-tools': 10.1.1 - '@react-native-community/cli-types': 10.0.0 - chalk: 4.1.2 - commander: 9.5.0 - execa: 1.0.0 - find-up: 4.1.0 - fs-extra: 8.1.0 - graceful-fs: 4.2.11 - prompts: 2.4.2 - semver: 6.3.0 - transitivePeerDependencies: - - '@babel/core' - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: false - - /@react-native-community/cli/10.2.2_@babel+core@7.21.8: + /@react-native-community/cli@10.2.2(@babel/core@7.21.8): resolution: {integrity: sha512-aZVcVIqj+OG6CrliR/Yn8wHxrvyzbFBY9cj7n0MvRw/P54QUru2nNqUTSSbqv0Qaa297yHJbe6kFDojDMSTM8Q==} engines: {node: '>=14'} hasBin: true @@ -12464,7 +11151,7 @@ packages: '@react-native-community/cli-debugger-ui': 10.0.0 '@react-native-community/cli-doctor': 10.2.2 '@react-native-community/cli-hermes': 10.2.0 - '@react-native-community/cli-plugin-metro': 10.2.2_@babel+core@7.21.8 + '@react-native-community/cli-plugin-metro': 10.2.2(@babel/core@7.21.8) '@react-native-community/cli-server-api': 10.1.1 '@react-native-community/cli-tools': 10.1.1 '@react-native-community/cli-types': 10.0.0 @@ -12482,185 +11169,184 @@ packages: - encoding - supports-color - utf-8-validate - dev: true - /@react-native/assets/1.0.0: + /@react-native/assets@1.0.0: resolution: {integrity: sha512-KrwSpS1tKI70wuKl68DwJZYEvXktDHdZMG0k2AXD/rJVSlB23/X2CB2cutVR0HwNMJIal9HOUOBB2rVfa6UGtQ==} - /@react-native/normalize-color/2.1.0: + /@react-native/normalize-color@2.1.0: resolution: {integrity: sha512-Z1jQI2NpdFJCVgpY+8Dq/Bt3d+YUi1928Q+/CZm/oh66fzM0RUl54vvuXlPJKybH4pdCZey1eDTPaLHkMPNgWA==} - /@react-native/polyfills/2.0.0: + /@react-native/polyfills@2.0.0: resolution: {integrity: sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==} - /@react-spring/animated/9.3.2_react@17.0.2: + /@react-spring/animated@9.3.2(react@17.0.2): resolution: {integrity: sha512-pBvKydRHbTzuyaeHtxGIOvnskZxGo/S5/YK1rtYm88b9NQZuZa95Rgd3O0muFL+99nvBMBL8cvQGD0UJmsqQsg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 dependencies: - '@react-spring/shared': 9.3.2_react@17.0.2 + '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 react: 17.0.2 dev: false - /@react-spring/animated/9.4.5_react@17.0.2: + /@react-spring/animated@9.4.5(react@17.0.2): resolution: {integrity: sha512-KWqrtvJSMx6Fj9nMJkhTwM9r6LIriExDRV6YHZV9HKQsaolUFppgkOXpC+rsL1JEtEvKv6EkLLmSqHTnuYjiIA==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 dependencies: - '@react-spring/shared': 9.4.5_react@17.0.2 + '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 react: 17.0.2 dev: false - /@react-spring/animated/9.7.2_react@17.0.2: + /@react-spring/animated@9.7.2(react@17.0.2): resolution: {integrity: sha512-ipvleJ99ipqlnHkz5qhSsgf/ny5aW0ZG8Q+/2Oj9cI7LCc7COdnrSO6V/v8MAX3JOoQNzfz6dye2s5Pt5jGaIA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: - '@react-spring/shared': 9.7.2_react@17.0.2 + '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 react: 17.0.2 dev: true - /@react-spring/core/9.3.2_react@17.0.2: + /@react-spring/core@9.3.2(react@17.0.2): resolution: {integrity: sha512-kMRjkgdQ6LJ0lmb/wQlONpghaMT83UxglXHJC6m9kZS/GKVmN//TYMEK85xN1rC5Gg+BmjG61DtLCSkkLDTfNw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 dependencies: - '@react-spring/animated': 9.3.2_react@17.0.2 - '@react-spring/shared': 9.3.2_react@17.0.2 + '@react-spring/animated': 9.3.2(react@17.0.2) + '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 react: 17.0.2 dev: false - /@react-spring/core/9.4.5_react@17.0.2: + /@react-spring/core@9.4.5(react@17.0.2): resolution: {integrity: sha512-83u3FzfQmGMJFwZLAJSwF24/ZJctwUkWtyPD7KYtNagrFeQKUH1I05ZuhmCmqW+2w1KDW1SFWQ43RawqfXKiiQ==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 + '@react-spring/animated': 9.4.5(react@17.0.2) '@react-spring/rafz': 9.4.5 - '@react-spring/shared': 9.4.5_react@17.0.2 + '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 react: 17.0.2 dev: false - /@react-spring/core/9.7.2_react@17.0.2: + /@react-spring/core@9.7.2(react@17.0.2): resolution: {integrity: sha512-fF512edZT/gKVCA90ZRxfw1DmELeVwiL4OC2J6bMUlNr707C0h4QRoec6DjzG27uLX2MvS1CEatf9KRjwZR9/w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: - '@react-spring/animated': 9.7.2_react@17.0.2 + '@react-spring/animated': 9.7.2(react@17.0.2) '@react-spring/rafz': 9.7.2 - '@react-spring/shared': 9.7.2_react@17.0.2 + '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 react: 17.0.2 dev: true - /@react-spring/konva/9.3.2_lfdoern6vjb4ebvmvpwnnnhysy: + /@react-spring/konva@9.3.2(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2): resolution: {integrity: sha512-LLpmj6bj7Z2LYZDM75JkQ+dNasvdH56+th7VXcoMcOouAcogfI+iJ5tIFFz4yI2f2oTJzy/RkjeovmHMYIP+KQ==} peerDependencies: konva: '>=2.6' react: ^16.8.0 || ^17.0.0 || 17 react-konva: ^16.8.0 || ^17.0.0 dependencies: - '@react-spring/animated': 9.3.2_react@17.0.2 - '@react-spring/core': 9.3.2_react@17.0.2 - '@react-spring/shared': 9.3.2_react@17.0.2 + '@react-spring/animated': 9.3.2(react@17.0.2) + '@react-spring/core': 9.3.2(react@17.0.2) + '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 konva: 9.0.1 react: 17.0.2 - react-konva: 16.8.6_zdqlusxpumdizfs4m4qsgcw52u + react-konva: 16.8.6(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2) dev: false - /@react-spring/konva/9.4.5_lfdoern6vjb4ebvmvpwnnnhysy: + /@react-spring/konva@9.4.5(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2): resolution: {integrity: sha512-b3wTs7YT5102+Gs488r2JCNBoyZQd+SWg35AdxmiI6FARBFvBjIA0z7VJx8ILAlmTVBows5UwiDWvk2vmWmLLw==} peerDependencies: konva: '>=2.6' react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 react-konva: ^16.8.0 || ^17.0.0 dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 - '@react-spring/core': 9.4.5_react@17.0.2 - '@react-spring/shared': 9.4.5_react@17.0.2 + '@react-spring/animated': 9.4.5(react@17.0.2) + '@react-spring/core': 9.4.5(react@17.0.2) + '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 konva: 9.0.1 react: 17.0.2 - react-konva: 16.8.6_zdqlusxpumdizfs4m4qsgcw52u + react-konva: 16.8.6(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2) dev: false - /@react-spring/konva/9.7.2_f3knkqragmsy4d5weldc4h3lkm: + /@react-spring/konva@9.7.2(konva@9.0.1)(react-konva@18.2.8)(react@17.0.2): resolution: {integrity: sha512-xMA0XkIyv02euso8BGlLA4iXVJ76p6WCjABMTjdvcp//KvIub596vLwoLzmqHYjqRhH7BP4UQKxzhHvM7AylQA==} peerDependencies: konva: '>=2.6' react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 react-konva: ^16.8.0 || ^16.8.7-0 || ^16.9.0-0 || ^16.10.1-0 || ^16.12.0-0 || ^16.13.0-0 || ^17.0.0-0 || ^17.0.1-0 || ^17.0.2-0 || ^18.0.0-0 dependencies: - '@react-spring/animated': 9.7.2_react@17.0.2 - '@react-spring/core': 9.7.2_react@17.0.2 - '@react-spring/shared': 9.7.2_react@17.0.2 + '@react-spring/animated': 9.7.2(react@17.0.2) + '@react-spring/core': 9.7.2(react@17.0.2) + '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 konva: 9.0.1 react: 17.0.2 - react-konva: 18.2.8_zdqlusxpumdizfs4m4qsgcw52u + react-konva: 18.2.8(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2) dev: true - /@react-spring/native/9.3.2_xmn3fd7awqxzpcn5mfzsehb3ma: + /@react-spring/native@9.3.2(react-native@0.71.7)(react@17.0.2): resolution: {integrity: sha512-UQS07N639JIEJBGNGiFre6el6Sk5QEcOQeyBFyA7JmT4ewpRH7mM6JQ7Sd3DNduplsFmypIsWg+9+lmE2d52Rw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 react-native: '>=0.58' dependencies: - '@react-spring/animated': 9.3.2_react@17.0.2 - '@react-spring/core': 9.3.2_react@17.0.2 - '@react-spring/shared': 9.3.2_react@17.0.2 + '@react-spring/animated': 9.3.2(react@17.0.2) + '@react-spring/core': 9.3.2(react@17.0.2) + '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 react: 17.0.2 - react-native: 0.71.7_react@17.0.2 + react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) dev: false - /@react-spring/native/9.4.5_xmn3fd7awqxzpcn5mfzsehb3ma: + /@react-spring/native@9.4.5(react-native@0.71.7)(react@17.0.2): resolution: {integrity: sha512-11GcqFZfIhOOVQI25FcDLdeJLOSVOgIh2AF6WMXpCNWguhIv6N33zLL8d4cYfhYhsLOVXprU/8uefNorj7/h3g==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 react-native: '>=0.58' dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 - '@react-spring/core': 9.4.5_react@17.0.2 - '@react-spring/shared': 9.4.5_react@17.0.2 + '@react-spring/animated': 9.4.5(react@17.0.2) + '@react-spring/core': 9.4.5(react@17.0.2) + '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 react: 17.0.2 - react-native: 0.71.7_react@17.0.2 + react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) dev: false - /@react-spring/native/9.7.2_xmn3fd7awqxzpcn5mfzsehb3ma: + /@react-spring/native@9.7.2(react-native@0.71.7)(react@17.0.2): resolution: {integrity: sha512-Ltq/F+4jY7aqHW1/f1xUb+e3XGbVxnllXfDYU+3nXi4sa7O+du755hpNbCHJ5ZgtkQYFKtQ7I+InTY+CDXPYfw==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 react-native: '>=0.58' dependencies: - '@react-spring/animated': 9.7.2_react@17.0.2 - '@react-spring/core': 9.7.2_react@17.0.2 - '@react-spring/shared': 9.7.2_react@17.0.2 + '@react-spring/animated': 9.7.2(react@17.0.2) + '@react-spring/core': 9.7.2(react@17.0.2) + '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 react: 17.0.2 - react-native: 0.71.7_p2zpgwxr2zozofyedetatad34e + react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) dev: true - /@react-spring/rafz/9.3.2: + /@react-spring/rafz@9.3.2: resolution: {integrity: sha512-YtqNnAYp5bl6NdnDOD5TcYS40VJmB+Civ4LPtcWuRPKDAOa/XAf3nep48r0wPTmkK936mpX8aIm7h+luW59u5A==} dev: false - /@react-spring/rafz/9.4.5: + /@react-spring/rafz@9.4.5: resolution: {integrity: sha512-swGsutMwvnoyTRxvqhfJBtGM8Ipx6ks0RkIpNX9F/U7XmyPvBMGd3GgX/mqxZUpdlsuI1zr/jiYw+GXZxAlLcQ==} dev: false - /@react-spring/rafz/9.7.2: + /@react-spring/rafz@9.7.2: resolution: {integrity: sha512-kDWMYDQto3+flkrX3vy6DU/l9pxQ4TVW91DglQEc11iDc7shF4+WVDRJvOVLX+xoMP7zyag1dMvlIgvQ+dvA/A==} dev: true - /@react-spring/shared/9.3.2_react@17.0.2: + /@react-spring/shared@9.3.2(react@17.0.2): resolution: {integrity: sha512-ypGQQ8w7mWnrELLon4h6mBCBxdd8j1pgLzmHXLpTC/f4ya2wdP+0WIKBWXJymIf+5NiTsXgSJra5SnHP5FBY+A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -12670,7 +11356,7 @@ packages: react: 17.0.2 dev: false - /@react-spring/shared/9.4.5_react@17.0.2: + /@react-spring/shared@9.4.5(react@17.0.2): resolution: {integrity: sha512-JhMh3nFKsqyag0KM5IIM8BQANGscTdd0mMv3BXsUiMZrcjQTskyfnv5qxEeGWbJGGar52qr5kHuBHtCjQOzniA==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 @@ -12680,7 +11366,7 @@ packages: react: 17.0.2 dev: false - /@react-spring/shared/9.7.2_react@17.0.2: + /@react-spring/shared@9.7.2(react@17.0.2): resolution: {integrity: sha512-6U9qkno+9DxlH5nSltnPs+kU6tYKf0bPLURX2te13aGel8YqgcpFYp5Av8DcN2x3sukinAsmzHUS/FRsdZMMBA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 @@ -12690,109 +11376,109 @@ packages: react: 17.0.2 dev: true - /@react-spring/three/9.3.2_jexv6eyrxclhh2ghaljttdzhqi: + /@react-spring/three@9.3.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0): resolution: {integrity: sha512-nZHHjOl4GksoOFNTwvP4h5bACm5OymCUsR3nejWFigqCPep8prUHaawX4kZRwfUbWTYgkp15yM5hy7BkWNN16A==} peerDependencies: '@react-three/fiber': '>=6.0' react: '>=16.11 || 17' three: '>=0.126' dependencies: - '@react-spring/animated': 9.3.2_react@17.0.2 - '@react-spring/core': 9.3.2_react@17.0.2 - '@react-spring/shared': 9.3.2_react@17.0.2 + '@react-spring/animated': 9.3.2(react@17.0.2) + '@react-spring/core': 9.3.2(react@17.0.2) + '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 - '@react-three/fiber': 8.13.0_zbs2coixznfffyq6lwftd6vy3a + '@react-three/fiber': 8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.135.0) react: 17.0.2 three: 0.135.0 dev: false - /@react-spring/three/9.4.5_q2reeldh3xftkglnx3n2qkkj6u: + /@react-spring/three@9.4.5(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.139.2): resolution: {integrity: sha512-mArxfIhg9kyFL/8Y09TarS/ZKLd/qAWS4T3Ro/B46ILPfPnoPywDdw9/rknZihy/tslnviCgMrB4pZ29X1Dfxw==} peerDependencies: '@react-three/fiber': '>=6.0' react: ^16.11.0 || >=17.0.0 || >=18.0.0 || 17 three: '>=0.126' dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 - '@react-spring/core': 9.4.5_react@17.0.2 - '@react-spring/shared': 9.4.5_react@17.0.2 + '@react-spring/animated': 9.4.5(react@17.0.2) + '@react-spring/core': 9.4.5(react@17.0.2) + '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 - '@react-three/fiber': 8.13.0_247d2tu542kbzqy7urfio2zmsa + '@react-three/fiber': 8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.139.2) react: 17.0.2 three: 0.139.2 dev: false - /@react-spring/three/9.7.2_mbzhfbrp6lqpmf3cozke4bpghi: + /@react-spring/three@9.7.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0): resolution: {integrity: sha512-u7VAjc+az82PM+WOC2sTbZQLBixuN+0jX/oahzyjEnIds5eUJgaBqZRYAAEMupuzGGl8H3QqL3bFgBEQLq6ADQ==} peerDependencies: '@react-three/fiber': '>=6.0' react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 three: '>=0.126' dependencies: - '@react-spring/animated': 9.7.2_react@17.0.2 - '@react-spring/core': 9.7.2_react@17.0.2 - '@react-spring/shared': 9.7.2_react@17.0.2 + '@react-spring/animated': 9.7.2(react@17.0.2) + '@react-spring/core': 9.7.2(react@17.0.2) + '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 - '@react-three/fiber': 8.13.0_664nhc6dlzpzdhuoixpprepswi + '@react-three/fiber': 8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.135.0) react: 17.0.2 - three: 0.152.2 + three: 0.135.0 dev: true - /@react-spring/types/9.3.2: + /@react-spring/types@9.3.2: resolution: {integrity: sha512-u+IK9z9Re4hjNkBYKebZr7xVDYTai2RNBsI4UPL/k0B6lCNSwuqWIXfKZUDVlMOeZHtDqayJn4xz6HcSkTj3FQ==} dev: false - /@react-spring/types/9.4.5: + /@react-spring/types@9.4.5: resolution: {integrity: sha512-mpRIamoHwql0ogxEUh9yr4TP0xU5CWyZxVQeccGkHHF8kPMErtDXJlxyo0lj+telRF35XNihtPTWoflqtyARmg==} dev: false - /@react-spring/types/9.7.2: + /@react-spring/types@9.7.2: resolution: {integrity: sha512-GEflx2Ex/TKVMHq5g5MxQDNNPNhqg+4Db9m7+vGTm8ttZiyga7YQUF24shgRNebKIjahqCuei16SZga8h1pe4g==} dev: true - /@react-spring/web/9.3.2_sfoxds7t5ydpegc3knd667wn6m: + /@react-spring/web@9.3.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-zzM95rqanap6s0udRCoI4gerONjQjyI6I0h23UZ0X36w5sXmuzv/tBtjGPbsASo377EGM7tRIg9po1KHwb6yQg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@react-spring/animated': 9.3.2_react@17.0.2 - '@react-spring/core': 9.3.2_react@17.0.2 - '@react-spring/shared': 9.3.2_react@17.0.2 + '@react-spring/animated': 9.3.2(react@17.0.2) + '@react-spring/core': 9.3.2(react@17.0.2) + '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /@react-spring/web/9.4.5_sfoxds7t5ydpegc3knd667wn6m: + /@react-spring/web@9.4.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-NGAkOtKmOzDEctL7MzRlQGv24sRce++0xAY7KlcxmeVkR7LRSGkoXHaIfm9ObzxPMcPHQYQhf3+X9jepIFNHQA==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 react-dom: ^16.8.0 || >=17.0.0 || >=18.0.0 dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 - '@react-spring/core': 9.4.5_react@17.0.2 - '@react-spring/shared': 9.4.5_react@17.0.2 + '@react-spring/animated': 9.4.5(react@17.0.2) + '@react-spring/core': 9.4.5(react@17.0.2) + '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /@react-spring/web/9.7.2_sfoxds7t5ydpegc3knd667wn6m: + /@react-spring/web@9.7.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-7qNc7/5KShu2D05x7o2Ols2nUE7mCKfKLaY2Ix70xPMfTle1sZisoQMBFgV9w/fSLZlHZHV9P0uWJqEXQnbV4Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@react-spring/animated': 9.7.2_react@17.0.2 - '@react-spring/core': 9.7.2_react@17.0.2 - '@react-spring/shared': 9.7.2_react@17.0.2 + '@react-spring/animated': 9.7.2(react@17.0.2) + '@react-spring/core': 9.7.2(react@17.0.2) + '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: true - /@react-spring/zdog/9.3.2_kklraueppnrxsvapqihvylazdu: + /@react-spring/zdog@9.3.2(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3): resolution: {integrity: sha512-E8MtTG4kNBcW/sEu0Im7L2FZXmhZDfeHSNbaL35cebfBlL5iI6+Pdlr7A/RPJ2pCUUKJRLlxYu3DVTuaqwf6hQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -12800,17 +11486,17 @@ packages: react-zdog: '>=1.0' zdog: '>=1.0' dependencies: - '@react-spring/animated': 9.3.2_react@17.0.2 - '@react-spring/core': 9.3.2_react@17.0.2 - '@react-spring/shared': 9.3.2_react@17.0.2 + '@react-spring/animated': 9.3.2(react@17.0.2) + '@react-spring/core': 9.3.2(react@17.0.2) + '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-zdog: 1.0.11_ow6pclnn637ucp7upzl45njfmm + react-dom: 17.0.2(react@17.0.2) + react-zdog: 1.0.11(react-dom@17.0.2)(react@17.0.2)(zdog@1.1.3) zdog: 1.1.3 dev: false - /@react-spring/zdog/9.4.5_kklraueppnrxsvapqihvylazdu: + /@react-spring/zdog@9.4.5(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3): resolution: {integrity: sha512-STrePM34ZK1T3oK8mo71pvKxvIzELJTpVi0U0qDh0s15e9rmN6XYkd406LqFtuchhmLoy24lD4ds7LAqhIEraw==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 @@ -12818,17 +11504,17 @@ packages: react-zdog: '>=1.0' zdog: '>=1.0' dependencies: - '@react-spring/animated': 9.4.5_react@17.0.2 - '@react-spring/core': 9.4.5_react@17.0.2 - '@react-spring/shared': 9.4.5_react@17.0.2 + '@react-spring/animated': 9.4.5(react@17.0.2) + '@react-spring/core': 9.4.5(react@17.0.2) + '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-zdog: 1.0.11_ow6pclnn637ucp7upzl45njfmm + react-dom: 17.0.2(react@17.0.2) + react-zdog: 1.0.11(react-dom@17.0.2)(react@17.0.2)(zdog@1.1.3) zdog: 1.1.3 dev: false - /@react-spring/zdog/9.7.2_kklraueppnrxsvapqihvylazdu: + /@react-spring/zdog@9.7.2(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3): resolution: {integrity: sha512-6z2qqhmbpoZrw1oThyn4zfejtLkuadsaZFVMFf/5l5cHTEdRC8HZsBRLo+Wiomkprg/F1hyhcXI5X1lJ+T/zdQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 @@ -12836,53 +11522,17 @@ packages: react-zdog: '>=1.0' zdog: '>=1.0' dependencies: - '@react-spring/animated': 9.7.2_react@17.0.2 - '@react-spring/core': 9.7.2_react@17.0.2 - '@react-spring/shared': 9.7.2_react@17.0.2 + '@react-spring/animated': 9.7.2(react@17.0.2) + '@react-spring/core': 9.7.2(react@17.0.2) + '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-zdog: 1.0.11_ow6pclnn637ucp7upzl45njfmm + react-dom: 17.0.2(react@17.0.2) + react-zdog: 1.0.11(react-dom@17.0.2)(react@17.0.2)(zdog@1.1.3) zdog: 1.1.3 dev: true - /@react-three/fiber/8.13.0_247d2tu542kbzqy7urfio2zmsa: - resolution: {integrity: sha512-hPFzFNgikEMyEbL+NpSA7q+UWZxInrrkJldWaCR2w34Fwf20x9p68bsyN0/yn9oM2VlWoJcJjR8hw1tN9AxHuA==} - peerDependencies: - expo: '>=43.0' - expo-asset: '>=8.4' - expo-gl: '>=11.0' - react: '>=18.0 || 17' - react-dom: '>=18.0' - react-native: '>=0.64' - three: '>=0.133' - peerDependenciesMeta: - expo: - optional: true - expo-asset: - optional: true - expo-gl: - optional: true - react-dom: - optional: true - react-native: - optional: true - dependencies: - '@babel/runtime': 7.21.5 - '@types/react-reconciler': 0.26.7 - its-fine: 1.1.1_react@17.0.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-native: 0.71.7_react@17.0.2 - react-reconciler: 0.27.0_react@17.0.2 - react-use-measure: 2.1.1_sfoxds7t5ydpegc3knd667wn6m - scheduler: 0.21.0 - suspend-react: 0.0.8_react@17.0.2 - three: 0.139.2 - zustand: 3.7.2_react@17.0.2 - dev: false - - /@react-three/fiber/8.13.0_664nhc6dlzpzdhuoixpprepswi: + /@react-three/fiber@8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.135.0): resolution: {integrity: sha512-hPFzFNgikEMyEbL+NpSA7q+UWZxInrrkJldWaCR2w34Fwf20x9p68bsyN0/yn9oM2VlWoJcJjR8hw1tN9AxHuA==} peerDependencies: expo: '>=43.0' @@ -12906,19 +11556,18 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@types/react-reconciler': 0.26.7 - its-fine: 1.1.1_react@17.0.2 + its-fine: 1.1.1(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-native: 0.71.7_p2zpgwxr2zozofyedetatad34e - react-reconciler: 0.27.0_react@17.0.2 - react-use-measure: 2.1.1_sfoxds7t5ydpegc3knd667wn6m + react-dom: 17.0.2(react@17.0.2) + react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) + react-reconciler: 0.27.0(react@17.0.2) + react-use-measure: 2.1.1(react-dom@17.0.2)(react@17.0.2) scheduler: 0.21.0 - suspend-react: 0.0.8_react@17.0.2 - three: 0.152.2 - zustand: 3.7.2_react@17.0.2 - dev: true + suspend-react: 0.0.8(react@17.0.2) + three: 0.135.0 + zustand: 3.7.2(react@17.0.2) - /@react-three/fiber/8.13.0_zbs2coixznfffyq6lwftd6vy3a: + /@react-three/fiber@8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.139.2): resolution: {integrity: sha512-hPFzFNgikEMyEbL+NpSA7q+UWZxInrrkJldWaCR2w34Fwf20x9p68bsyN0/yn9oM2VlWoJcJjR8hw1tN9AxHuA==} peerDependencies: expo: '>=43.0' @@ -12942,19 +11591,19 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@types/react-reconciler': 0.26.7 - its-fine: 1.1.1_react@17.0.2 + its-fine: 1.1.1(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-native: 0.71.7_react@17.0.2 - react-reconciler: 0.27.0_react@17.0.2 - react-use-measure: 2.1.1_sfoxds7t5ydpegc3knd667wn6m + react-dom: 17.0.2(react@17.0.2) + react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) + react-reconciler: 0.27.0(react@17.0.2) + react-use-measure: 2.1.1(react-dom@17.0.2)(react@17.0.2) scheduler: 0.21.0 - suspend-react: 0.0.8_react@17.0.2 - three: 0.135.0 - zustand: 3.7.2_react@17.0.2 + suspend-react: 0.0.8(react@17.0.2) + three: 0.139.2 + zustand: 3.7.2(react@17.0.2) dev: false - /@rehooks/local-storage/1.7.0_react@17.0.2: + /@rehooks/local-storage@1.7.0(react@17.0.2): resolution: {integrity: sha512-ETOgR7m3ObSbbL9Ydze8K+aXHmxbx7A5b1sTfDlnZcW8aYPogNBgVFaGcVPMobpqWkAoMK7UqGvYb+KomT5nuA==} peerDependencies: react: '*' @@ -12962,12 +11611,11 @@ packages: react: 17.0.2 dev: true - /@remix-run/router/1.6.1: + /@remix-run/router@1.6.1: resolution: {integrity: sha512-YUkWj+xs0oOzBe74OgErsuR3wVn+efrFhXBWrit50kOiED+pvQe2r6MWY0iJMQU/mSVKxvNzL4ZaYvjdX+G7ZA==} engines: {node: '>=14'} - dev: true - /@rollup/plugin-babel/5.3.1_xqgxu46vmt6jfc6v3442ues2di: + /@rollup/plugin-babel@5.3.1(@babel/core@7.18.2)(rollup@2.33.3): resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -12980,17 +11628,17 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-module-imports': 7.21.4 - '@rollup/pluginutils': 3.1.0_rollup@2.33.3 + '@rollup/pluginutils': 3.1.0(rollup@2.33.3) rollup: 2.33.3 dev: true - /@rollup/plugin-commonjs/16.0.0_rollup@2.33.3: + /@rollup/plugin-commonjs@16.0.0(rollup@2.33.3): resolution: {integrity: sha512-LuNyypCP3msCGVQJ7ki8PqYdpjfEkE/xtFa5DqlF+7IBD0JsfMZ87C58heSwIMint58sAUZbt3ITqOmdQv/dXw==} engines: {node: '>= 8.0.0'} peerDependencies: rollup: ^2.30.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.33.3 + '@rollup/pluginutils': 3.1.0(rollup@2.33.3) commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.2.3 @@ -13000,33 +11648,33 @@ packages: rollup: 2.33.3 dev: true - /@rollup/plugin-inject/4.0.2_rollup@2.33.3: + /@rollup/plugin-inject@4.0.2(rollup@2.33.3): resolution: {integrity: sha512-TSLMA8waJ7Dmgmoc8JfPnwUwVZgLjjIAM6MqeIFqPO2ODK36JqE0Cf2F54UTgCUuW8da93Mvoj75a6KAVWgylw==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.33.3 + '@rollup/pluginutils': 3.1.0(rollup@2.33.3) estree-walker: 1.0.1 magic-string: 0.25.9 rollup: 2.33.3 dev: true - /@rollup/plugin-json/4.1.0_rollup@2.33.3: + /@rollup/plugin-json@4.1.0(rollup@2.33.3): resolution: {integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.33.3 + '@rollup/pluginutils': 3.1.0(rollup@2.33.3) rollup: 2.33.3 dev: true - /@rollup/plugin-node-resolve/10.0.0_rollup@2.33.3: + /@rollup/plugin-node-resolve@10.0.0(rollup@2.33.3): resolution: {integrity: sha512-sNijGta8fqzwA1VwUEtTvWCx2E7qC70NMsDh4ZG13byAXYigBNZMxALhKUSycBks5gupJdq0lFrKumFrRZ8H3A==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.33.3 + '@rollup/pluginutils': 3.1.0(rollup@2.33.3) '@types/resolve': 1.17.1 builtin-modules: 3.3.0 deepmerge: 4.3.1 @@ -13035,29 +11683,29 @@ packages: rollup: 2.33.3 dev: true - /@rollup/plugin-replace/2.3.4_rollup@2.33.3: + /@rollup/plugin-replace@2.3.4(rollup@2.33.3): resolution: {integrity: sha512-waBhMzyAtjCL1GwZes2jaE9MjuQ/DQF2BatH3fRivUF3z0JBFrU0U6iBNC/4WR+2rLKhaAhPWDNPYp4mI6RqdQ==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.33.3 + '@rollup/pluginutils': 3.1.0(rollup@2.33.3) magic-string: 0.25.9 rollup: 2.33.3 dev: true - /@rollup/plugin-url/5.0.1_rollup@2.33.3: + /@rollup/plugin-url@5.0.1(rollup@2.33.3): resolution: {integrity: sha512-/dO8Ic+vR9VtMkHjmFBWzISjX0iDwrB3vLg8sy4A7hxu2Uk0J09kAXbtku7gJb1fqVcJUIByFG5d/4sgNh1DvA==} engines: {node: '>=8.0.0'} peerDependencies: rollup: ^1.20.0||^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.33.3 + '@rollup/pluginutils': 3.1.0(rollup@2.33.3) make-dir: 3.1.0 mime: 2.6.0 rollup: 2.33.3 dev: true - /@rollup/pluginutils/3.1.0_rollup@2.33.3: + /@rollup/pluginutils@3.1.0(rollup@2.33.3): resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -13069,7 +11717,7 @@ packages: rollup: 2.33.3 dev: true - /@rollup/pluginutils/4.2.1: + /@rollup/pluginutils@4.2.1: resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} engines: {node: '>= 8.0.0'} dependencies: @@ -13077,7 +11725,7 @@ packages: picomatch: 2.3.1 dev: true - /@rushstack/node-core-library/3.55.1: + /@rushstack/node-core-library@3.55.1: resolution: {integrity: sha512-t/nZHq4/4S3ltpYVyIsbbIqmcZx3qEe3Aaw8tI9B6XRNqCFzPxtoTopqTPTuRn8XqCtoDaSe6uMlnn7YCTu8lQ==} peerDependencies: '@types/node': '*' @@ -13094,14 +11742,14 @@ packages: z-schema: 5.0.5 dev: true - /@rushstack/rig-package/0.3.17: + /@rushstack/rig-package@0.3.17: resolution: {integrity: sha512-nxvAGeIMnHl1LlZSQmacgcRV4y1EYtgcDIrw6KkeVjudOMonlxO482PhDj3LVZEp6L7emSf6YSO2s5JkHlwfZA==} dependencies: resolve: 1.17.0 strip-json-comments: 3.1.1 dev: true - /@rushstack/ts-command-line/4.13.1: + /@rushstack/ts-command-line@4.13.1: resolution: {integrity: sha512-UTQMRyy/jH1IS2U+6pyzyn9xQ2iMcoUKkTcZUzOP/aaMiKlWLwCTDiBVwhw/M1crDx6apF9CwyjuWO9r1SBdJQ==} dependencies: '@types/argparse': 1.0.38 @@ -13110,26 +11758,26 @@ packages: string-argv: 0.3.2 dev: true - /@sideway/address/4.1.4: + /@sideway/address@4.1.4: resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==} dependencies: '@hapi/hoek': 9.3.0 - /@sideway/formula/3.0.1: + /@sideway/formula@3.0.1: resolution: {integrity: sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==} - /@sideway/pinpoint/2.0.0: + /@sideway/pinpoint@2.0.0: resolution: {integrity: sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==} - /@sinclair/typebox/0.25.24: + /@sinclair/typebox@0.25.24: resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==} - /@sindresorhus/is/0.14.0: + /@sindresorhus/is@0.14.0: resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} engines: {node: '>=6'} dev: true - /@sindresorhus/slugify/0.6.0: + /@sindresorhus/slugify@0.6.0: resolution: {integrity: sha512-m6smRWGuY0kr0oRdfuTNHWvtBlgtr/ixSa9xiGzFtRjXHghQIlf8s8ZKPWSXj/KraaYuvI//bVBEcncIMzjxVg==} engines: {node: '>=6'} dependencies: @@ -13137,7 +11785,7 @@ packages: lodash.deburr: 4.1.0 dev: true - /@sindresorhus/slugify/0.9.1: + /@sindresorhus/slugify@0.9.1: resolution: {integrity: sha512-b6heYM9dzZD13t2GOiEQTDE0qX+I1GyOotMwKh9VQqzuNiVdPVT8dM43fe9HNb/3ul+Qwd5oKSEDrDIfhq3bnQ==} engines: {node: '>=8'} dependencies: @@ -13145,70 +11793,44 @@ packages: lodash.deburr: 4.1.0 dev: true - /@sinonjs/commons/1.8.6: + /@sinonjs/commons@1.8.6: resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} dependencies: type-detect: 4.0.8 dev: false - /@sinonjs/commons/2.0.0: + /@sinonjs/commons@2.0.0: resolution: {integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==} dependencies: type-detect: 4.0.8 - /@sinonjs/fake-timers/10.0.2: + /@sinonjs/fake-timers@10.0.2: resolution: {integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==} dependencies: '@sinonjs/commons': 2.0.0 - /@sinonjs/fake-timers/6.0.1: + /@sinonjs/fake-timers@6.0.1: resolution: {integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==} dependencies: '@sinonjs/commons': 1.8.6 dev: false - /@storybook/addon-a11y/5.3.22_4xddmwarizaedxgdlpcbzrsihq: - resolution: {integrity: sha512-8NVcPaKbeslmyB+nWWGsOqASDubRvXUXr6AR8aohKi+/3lvCrb4L2USC8Ncn2Ce4Nqr1zjlg0XxCxpGdkGJDcQ==} - dependencies: - '@storybook/addons': 5.3.22_react-dom@18.2.0 - '@storybook/api': 5.3.22_react-dom@18.2.0 - '@storybook/client-logger': 5.3.22 - '@storybook/components': 5.3.22_ni2na2lqzc3cf3fncmjfm45kju - '@storybook/core-events': 5.3.22 - '@storybook/theming': 5.3.22_yicqvriqha7ppr6zyvk5y4bjya - axe-core: 3.5.6 - core-js: 3.30.1 - global: 4.4.0 - memoizerific: 1.11.3 - react: 16.14.0 - react-redux: 7.2.9_yicqvriqha7ppr6zyvk5y4bjya - react-sizeme: 2.6.12_yicqvriqha7ppr6zyvk5y4bjya - redux: 4.2.1 - ts-dedent: 1.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' - - react-dom - - react-native - - regenerator-runtime - dev: true - - /@storybook/addon-a11y/5.3.22_h5gajyuiuuyogiozw5uhcaf3gm: + /@storybook/addon-a11y@5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-8NVcPaKbeslmyB+nWWGsOqASDubRvXUXr6AR8aohKi+/3lvCrb4L2USC8Ncn2Ce4Nqr1zjlg0XxCxpGdkGJDcQ==} dependencies: - '@storybook/addons': 5.3.22_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/api': 5.3.22_h5gajyuiuuyogiozw5uhcaf3gm + '@storybook/addons': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.22 - '@storybook/components': 5.3.22_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) '@storybook/core-events': 5.3.22 - '@storybook/theming': 5.3.22_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@16.14.0) axe-core: 3.5.6 core-js: 3.30.1 global: 4.4.0 memoizerific: 1.11.3 react: 16.14.0 - react-redux: 7.2.9_wcqkhtmu7mswc6yz4uyexck3ty - react-sizeme: 2.6.12_wcqkhtmu7mswc6yz4uyexck3ty + react-redux: 7.2.9(react-dom@16.14.0)(react@16.14.0) + react-sizeme: 2.6.12(react-dom@16.14.0)(react@16.14.0) redux: 4.2.1 ts-dedent: 1.2.0 util-deprecate: 1.0.2 @@ -13219,22 +11841,22 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-a11y/5.3.22_vo4jvyc5s5me7wfrxydcafgheu: + /@storybook/addon-a11y@5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-8NVcPaKbeslmyB+nWWGsOqASDubRvXUXr6AR8aohKi+/3lvCrb4L2USC8Ncn2Ce4Nqr1zjlg0XxCxpGdkGJDcQ==} dependencies: - '@storybook/addons': 5.3.22_react-dom@17.0.2 - '@storybook/api': 5.3.22_react-dom@17.0.2 + '@storybook/addons': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.22 - '@storybook/components': 5.3.22_b54huwnrvof4zzzk52ydgbhlwi + '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0) '@storybook/core-events': 5.3.22 - '@storybook/theming': 5.3.22_zkbncb2mrwigeq3keybbaytzya + '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@16.14.0) axe-core: 3.5.6 core-js: 3.30.1 global: 4.4.0 memoizerific: 1.11.3 react: 16.14.0 - react-redux: 7.2.9_zkbncb2mrwigeq3keybbaytzya - react-sizeme: 2.6.12_zkbncb2mrwigeq3keybbaytzya + react-redux: 7.2.9(react-dom@17.0.2)(react@16.14.0) + react-sizeme: 2.6.12(react-dom@17.0.2)(react@16.14.0) redux: 4.2.1 ts-dedent: 1.2.0 util-deprecate: 1.0.2 @@ -13245,22 +11867,22 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-actions/5.3.21_4xddmwarizaedxgdlpcbzrsihq: + /@storybook/addon-actions@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g==} dependencies: - '@storybook/addons': 5.3.21_react-dom@18.2.0 - '@storybook/api': 5.3.21_react-dom@18.2.0 - '@storybook/client-api': 5.3.21_react-dom@18.2.0 - '@storybook/components': 5.3.21_ni2na2lqzc3cf3fncmjfm45kju + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/client-api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_yicqvriqha7ppr6zyvk5y4bjya + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) core-js: 3.30.1 fast-deep-equal: 2.0.1 global: 4.4.0 polished: 3.7.2 prop-types: 15.8.1 react: 16.14.0 - react-inspector: 4.0.1_react@16.14.0 + react-inspector: 4.0.1(react@16.14.0) uuid: 3.4.0 transitivePeerDependencies: - '@types/react' @@ -13268,22 +11890,22 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-actions/5.3.21_h5gajyuiuuyogiozw5uhcaf3gm: + /@storybook/addon-actions@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g==} dependencies: - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/client-api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/components': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/client-api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0) '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@16.14.0) core-js: 3.30.1 fast-deep-equal: 2.0.1 global: 4.4.0 polished: 3.7.2 prop-types: 15.8.1 react: 16.14.0 - react-inspector: 4.0.1_react@16.14.0 + react-inspector: 4.0.1(react@16.14.0) uuid: 3.4.0 transitivePeerDependencies: - '@types/react' @@ -13291,81 +11913,27 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-actions/5.3.21_vo4jvyc5s5me7wfrxydcafgheu: - resolution: {integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g==} - dependencies: - '@storybook/addons': 5.3.21_react-dom@17.0.2 - '@storybook/api': 5.3.21_react-dom@17.0.2 - '@storybook/client-api': 5.3.21_react-dom@17.0.2 - '@storybook/components': 5.3.21_b54huwnrvof4zzzk52ydgbhlwi - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_zkbncb2mrwigeq3keybbaytzya - core-js: 3.30.1 - fast-deep-equal: 2.0.1 - global: 4.4.0 - polished: 3.7.2 - prop-types: 15.8.1 - react: 16.14.0 - react-inspector: 4.0.1_react@16.14.0 - uuid: 3.4.0 - transitivePeerDependencies: - - '@types/react' - - react-dom - - regenerator-runtime - dev: true - - /@storybook/addon-console/1.2.3_zcbhkzqexdlkd2k5k23zvqbfdq: + /@storybook/addon-console@1.2.3(@storybook/addon-actions@5.3.21): resolution: {integrity: sha512-w5uCUwECA28fdZWoa+A4e/RS9XzBStdd3TwwmpSM5m4fjURJI7Qr+uVq30UeRdgZRH1K7CdWzYUE6RxWXMdVyw==} peerDependencies: '@storybook/addon-actions': '*' dependencies: - '@storybook/addon-actions': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - global: 4.4.0 - dev: true - - /@storybook/addon-knobs/5.3.21_f6pyinjtoy5kmurbjfvudqjv2a: - resolution: {integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw==} - deprecated: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls - peerDependencies: - react: '*' - dependencies: - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/client-api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/components': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@types/react-color': 3.0.6 - copy-to-clipboard: 3.3.3 - core-js: 3.30.1 - escape-html: 1.0.3 - fast-deep-equal: 2.0.1 + '@storybook/addon-actions': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11) global: 4.4.0 - lodash: 4.17.21 - prop-types: 15.8.1 - qs: 6.11.1 - react: 17.0.2 - react-color: 2.19.3_react@17.0.2 - react-lifecycles-compat: 3.0.4 - react-select: 3.2.0_prpqlkd37azqwypxturxi7uyci - transitivePeerDependencies: - - '@types/react' - - react-dom - - regenerator-runtime dev: true - /@storybook/addon-knobs/5.3.21_po5leixf63nqxm7arp6rb5e2xy: + /@storybook/addon-knobs@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw==} deprecated: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_react-dom@18.2.0 - '@storybook/api': 5.3.21_react-dom@18.2.0 - '@storybook/client-api': 5.3.21_react-dom@18.2.0 - '@storybook/components': 5.3.21_po5leixf63nqxm7arp6rb5e2xy + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/client-api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_6l5554ty5ajsajah6yazvrjhoe + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) '@types/react-color': 3.0.6 copy-to-clipboard: 3.3.3 core-js: 3.30.1 @@ -13376,27 +11944,27 @@ packages: prop-types: 15.8.1 qs: 6.11.1 react: 17.0.2 - react-color: 2.19.3_react@17.0.2 + react-color: 2.19.3(react@17.0.2) react-lifecycles-compat: 3.0.4 - react-select: 3.2.0_6l5554ty5ajsajah6yazvrjhoe + react-select: 3.2.0(react-dom@16.14.0)(react@17.0.2) transitivePeerDependencies: - '@types/react' - react-dom - regenerator-runtime dev: true - /@storybook/addon-knobs/5.3.21_wsldad6nghbaz27nd5ik6opowq: + /@storybook/addon-knobs@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw==} deprecated: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_react-dom@17.0.2 - '@storybook/api': 5.3.21_react-dom@17.0.2 - '@storybook/client-api': 5.3.21_react-dom@17.0.2 - '@storybook/components': 5.3.21_wsldad6nghbaz27nd5ik6opowq + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/client-api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) '@storybook/core-events': 5.3.21 - '@storybook/theming': 5.3.21_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) '@types/react-color': 3.0.6 copy-to-clipboard: 3.3.3 core-js: 3.30.1 @@ -13407,46 +11975,25 @@ packages: prop-types: 15.8.1 qs: 6.11.1 react: 17.0.2 - react-color: 2.19.3_react@17.0.2 + react-color: 2.19.3(react@17.0.2) react-lifecycles-compat: 3.0.4 - react-select: 3.2.0_sfoxds7t5ydpegc3knd667wn6m + react-select: 3.2.0(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - react-dom - regenerator-runtime dev: true - /@storybook/addon-links/5.3.21_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-Gjg3EUGVNSubvWawgbdiXQIKOL7QoMQOCeh1Pyl+5GPozYWDMr8O+86funTbt9LPBzGE1J+RWHarDaArUc6tSw==} - peerDependencies: - react: '*' - dependencies: - '@storybook/addons': 5.3.21_react-dom@18.2.0 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - core-js: 3.30.1 - global: 4.4.0 - prop-types: 15.8.1 - qs: 6.11.1 - react: 17.0.2 - ts-dedent: 1.2.0 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/addon-links/5.3.21_f6pyinjtoy5kmurbjfvudqjv2a: + /@storybook/addon-links@5.3.21(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-Gjg3EUGVNSubvWawgbdiXQIKOL7QoMQOCeh1Pyl+5GPozYWDMr8O+86funTbt9LPBzGE1J+RWHarDaArUc6tSw==} peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_prpqlkd37azqwypxturxi7uyci + '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) core-js: 3.30.1 global: 4.4.0 prop-types: 15.8.1 @@ -13458,16 +12005,16 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-links/5.3.21_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/addon-links@5.3.21(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-Gjg3EUGVNSubvWawgbdiXQIKOL7QoMQOCeh1Pyl+5GPozYWDMr8O+86funTbt9LPBzGE1J+RWHarDaArUc6tSw==} peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_react-dom@17.0.2 + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_sfoxds7t5ydpegc3knd667wn6m + '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) core-js: 3.30.1 global: 4.4.0 prop-types: 15.8.1 @@ -13479,46 +12026,21 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-notes/5.3.21_f6pyinjtoy5kmurbjfvudqjv2a: - resolution: {integrity: sha512-lPqIm8LDOqHpfoLeBNCObNfoI2ZMDuBILJAgfCYMy0D+uJbxUi2oAVayxNAZJNuCooMLcb90gc3kMoSVbmW8Sw==} - peerDependencies: - react: '*' - dependencies: - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@storybook/theming': 5.3.21_prpqlkd37azqwypxturxi7uyci - core-js: 3.30.1 - global: 4.4.0 - markdown-to-jsx: 6.11.4_react@17.0.2 - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 17.0.2 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' - - react-dom - - regenerator-runtime - dev: true - - /@storybook/addon-notes/5.3.21_po5leixf63nqxm7arp6rb5e2xy: + /@storybook/addon-notes@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-lPqIm8LDOqHpfoLeBNCObNfoI2ZMDuBILJAgfCYMy0D+uJbxUi2oAVayxNAZJNuCooMLcb90gc3kMoSVbmW8Sw==} peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_react-dom@18.2.0 - '@storybook/api': 5.3.21_react-dom@18.2.0 + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_po5leixf63nqxm7arp6rb5e2xy + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - '@storybook/theming': 5.3.21_6l5554ty5ajsajah6yazvrjhoe + '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) core-js: 3.30.1 global: 4.4.0 - markdown-to-jsx: 6.11.4_react@17.0.2 + markdown-to-jsx: 6.11.4(react@17.0.2) memoizerific: 1.11.3 prop-types: 15.8.1 react: 17.0.2 @@ -13529,21 +12051,21 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-notes/5.3.21_wsldad6nghbaz27nd5ik6opowq: + /@storybook/addon-notes@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-lPqIm8LDOqHpfoLeBNCObNfoI2ZMDuBILJAgfCYMy0D+uJbxUi2oAVayxNAZJNuCooMLcb90gc3kMoSVbmW8Sw==} peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_react-dom@17.0.2 - '@storybook/api': 5.3.21_react-dom@17.0.2 + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_wsldad6nghbaz27nd5ik6opowq + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 5.3.21_sfoxds7t5ydpegc3knd667wn6m + '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) core-js: 3.30.1 global: 4.4.0 - markdown-to-jsx: 6.11.4_react@17.0.2 + markdown-to-jsx: 6.11.4(react@17.0.2) memoizerific: 1.11.3 prop-types: 15.8.1 react: 17.0.2 @@ -13554,12 +12076,12 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-options/5.3.21_6l5554ty5ajsajah6yazvrjhoe: + /@storybook/addon-options@5.3.21(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-Q+xo6Irrb66NOQO9U4QWddAU6UEPNb+Mn5h9NHwJYV87mKl/3bqleApBhtOhSacWw5GjceiigzulXZTCs866Sw==} peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_react-dom@18.2.0 + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) core-js: 3.30.1 react: 17.0.2 util-deprecate: 1.0.2 @@ -13568,12 +12090,12 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-options/5.3.21_f6pyinjtoy5kmurbjfvudqjv2a: + /@storybook/addon-options@5.3.21(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-Q+xo6Irrb66NOQO9U4QWddAU6UEPNb+Mn5h9NHwJYV87mKl/3bqleApBhtOhSacWw5GjceiigzulXZTCs866Sw==} peerDependencies: react: '*' dependencies: - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) core-js: 3.30.1 react: 17.0.2 util-deprecate: 1.0.2 @@ -13582,62 +12104,24 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-options/5.3.21_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-Q+xo6Irrb66NOQO9U4QWddAU6UEPNb+Mn5h9NHwJYV87mKl/3bqleApBhtOhSacWw5GjceiigzulXZTCs866Sw==} - peerDependencies: - react: '*' - dependencies: - '@storybook/addons': 5.3.21_react-dom@17.0.2 - core-js: 3.30.1 - react: 17.0.2 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/addon-storysource/5.3.21_bgfhw3ao4ucljc4beiozn4xsra: - resolution: {integrity: sha512-xndADOr74/Jf6Dy5bzV/cxmmXZBk4nted5O2fPGGnNIyvG24TPnJcQvPQfiHcC1Br/wW3HMgBcyQp3cT+UhXcg==} - peerDependencies: - '@storybook/source-loader': '*' - react: '*' - dependencies: - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/components': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@storybook/router': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@storybook/source-loader': 7.0.9_prpqlkd37azqwypxturxi7uyci - '@storybook/theming': 5.3.21_prpqlkd37azqwypxturxi7uyci - core-js: 3.30.1 - estraverse: 4.3.0 - loader-utils: 1.4.2 - prettier: 1.19.1 - prop-types: 15.8.1 - react: 17.0.2 - react-syntax-highlighter: 11.0.3_react@17.0.2 - regenerator-runtime: 0.13.11 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' - - react-dom - dev: true - - /@storybook/addon-storysource/5.3.21_po5leixf63nqxm7arp6rb5e2xy: + /@storybook/addon-storysource@5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-xndADOr74/Jf6Dy5bzV/cxmmXZBk4nted5O2fPGGnNIyvG24TPnJcQvPQfiHcC1Br/wW3HMgBcyQp3cT+UhXcg==} peerDependencies: '@storybook/source-loader': '*' react: '*' dependencies: - '@storybook/addons': 5.3.21_gg53aykygsmfakpkoxckmexaoq - '@storybook/components': 5.3.21_po5leixf63nqxm7arp6rb5e2xy - '@storybook/router': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - '@storybook/theming': 5.3.21_6l5554ty5ajsajah6yazvrjhoe + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) + '@storybook/source-loader': 7.0.9(react-dom@16.14.0)(react@17.0.2) + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) core-js: 3.30.1 estraverse: 4.3.0 loader-utils: 1.4.2 prettier: 1.19.1 prop-types: 15.8.1 react: 17.0.2 - react-syntax-highlighter: 11.0.3_react@17.0.2 + react-syntax-highlighter: 11.0.3(react@17.0.2) regenerator-runtime: 0.13.11 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -13645,23 +12129,24 @@ packages: - react-dom dev: true - /@storybook/addon-storysource/5.3.21_wsldad6nghbaz27nd5ik6opowq: + /@storybook/addon-storysource@5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-xndADOr74/Jf6Dy5bzV/cxmmXZBk4nted5O2fPGGnNIyvG24TPnJcQvPQfiHcC1Br/wW3HMgBcyQp3cT+UhXcg==} peerDependencies: '@storybook/source-loader': '*' react: '*' dependencies: - '@storybook/addons': 5.3.21_gyvc7xfhwic4jpc4icj44bd6hq - '@storybook/components': 5.3.21_wsldad6nghbaz27nd5ik6opowq - '@storybook/router': 5.3.21_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 5.3.21_sfoxds7t5ydpegc3knd667wn6m + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) + '@storybook/source-loader': 7.0.9(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) core-js: 3.30.1 estraverse: 4.3.0 loader-utils: 1.4.2 prettier: 1.19.1 prop-types: 15.8.1 react: 17.0.2 - react-syntax-highlighter: 11.0.3_react@17.0.2 + react-syntax-highlighter: 11.0.3(react@17.0.2) regenerator-runtime: 0.13.11 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -13669,55 +12154,10 @@ packages: - react-dom dev: true - /@storybook/addons/5.3.21_gg53aykygsmfakpkoxckmexaoq: - resolution: {integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA==} - dependencies: - '@storybook/api': 5.3.21_gg53aykygsmfakpkoxckmexaoq - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.30.1 - global: 4.4.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/addons/5.3.21_gyvc7xfhwic4jpc4icj44bd6hq: - resolution: {integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA==} - dependencies: - '@storybook/api': 5.3.21_gyvc7xfhwic4jpc4icj44bd6hq - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.30.1 - global: 4.4.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/addons/5.3.21_h5gajyuiuuyogiozw5uhcaf3gm: - resolution: {integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA==} - dependencies: - '@storybook/api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - core-js: 3.30.1 - global: 4.4.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/addons/5.3.21_react-dom@17.0.2: + /@storybook/addons@5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA==} dependencies: - '@storybook/api': 5.3.21_react-dom@17.0.2 + '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 @@ -13729,10 +12169,10 @@ packages: - regenerator-runtime dev: true - /@storybook/addons/5.3.21_react-dom@18.2.0: + /@storybook/addons@5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-Ji/21WADTLVbTbiKcZ64BcL0Es+h1Afxx3kNmGJqPSTUYroCwIFCT9mUzCqU6G+YyWaISAmTii5UJkTwMkChwA==} dependencies: - '@storybook/api': 5.3.21_react-dom@18.2.0 + '@storybook/api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 @@ -13744,10 +12184,10 @@ packages: - regenerator-runtime dev: true - /@storybook/addons/5.3.22_h5gajyuiuuyogiozw5uhcaf3gm: + /@storybook/addons@5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-GiQD1r4UQxzjrDMdVwBCxgJ5DdmtD0PAwX1ZIxqJYLLh+NnMIIh2gGSsXJDxMrN0FfLGYhRfgXjRChn1Cuaf8A==} dependencies: - '@storybook/api': 5.3.22_h5gajyuiuuyogiozw5uhcaf3gm + '@storybook/api': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/channels': 5.3.22 '@storybook/client-logger': 5.3.22 '@storybook/core-events': 5.3.22 @@ -13759,10 +12199,10 @@ packages: - regenerator-runtime dev: true - /@storybook/addons/5.3.22_react-dom@17.0.2: + /@storybook/addons@5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-GiQD1r4UQxzjrDMdVwBCxgJ5DdmtD0PAwX1ZIxqJYLLh+NnMIIh2gGSsXJDxMrN0FfLGYhRfgXjRChn1Cuaf8A==} dependencies: - '@storybook/api': 5.3.22_react-dom@17.0.2 + '@storybook/api': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/channels': 5.3.22 '@storybook/client-logger': 5.3.22 '@storybook/core-events': 5.3.22 @@ -13774,63 +12214,18 @@ packages: - regenerator-runtime dev: true - /@storybook/addons/5.3.22_react-dom@18.2.0: - resolution: {integrity: sha512-GiQD1r4UQxzjrDMdVwBCxgJ5DdmtD0PAwX1ZIxqJYLLh+NnMIIh2gGSsXJDxMrN0FfLGYhRfgXjRChn1Cuaf8A==} - dependencies: - '@storybook/api': 5.3.22_react-dom@18.2.0 - '@storybook/channels': 5.3.22 - '@storybook/client-logger': 5.3.22 - '@storybook/core-events': 5.3.22 - core-js: 3.30.1 - global: 4.4.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/api/5.3.21_gg53aykygsmfakpkoxckmexaoq: - resolution: {integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA==} - peerDependencies: - regenerator-runtime: '*' - dependencies: - '@reach/router': 1.3.4_yicqvriqha7ppr6zyvk5y4bjya - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_yicqvriqha7ppr6zyvk5y4bjya - '@storybook/theming': 5.3.21_yicqvriqha7ppr6zyvk5y4bjya - '@types/reach__router': 1.3.11 - core-js: 3.30.1 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 16.14.0 - regenerator-runtime: 0.13.11 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.14.2 - telejson: 3.3.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - dev: true - - /@storybook/api/5.3.21_gyvc7xfhwic4jpc4icj44bd6hq: + /@storybook/api@5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA==} peerDependencies: regenerator-runtime: '*' dependencies: - '@reach/router': 1.3.4_zkbncb2mrwigeq3keybbaytzya + '@reach/router': 1.3.4(react-dom@16.14.0)(react@16.14.0) '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_zkbncb2mrwigeq3keybbaytzya - '@storybook/theming': 5.3.21_zkbncb2mrwigeq3keybbaytzya + '@storybook/router': 5.3.21(react-dom@16.14.0)(react@16.14.0) + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) '@types/reach__router': 1.3.11 core-js: 3.30.1 fast-deep-equal: 2.0.1 @@ -13849,18 +12244,18 @@ packages: - react-dom dev: true - /@storybook/api/5.3.21_h5gajyuiuuyogiozw5uhcaf3gm: + /@storybook/api@5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA==} peerDependencies: regenerator-runtime: '*' dependencies: - '@reach/router': 1.3.4_wcqkhtmu7mswc6yz4uyexck3ty + '@reach/router': 1.3.4(react-dom@17.0.2)(react@16.14.0) '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/router': 5.3.21(react-dom@17.0.2)(react@16.14.0) + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@16.14.0) '@types/reach__router': 1.3.11 core-js: 3.30.1 fast-deep-equal: 2.0.1 @@ -13879,76 +12274,18 @@ packages: - react-dom dev: true - /@storybook/api/5.3.21_react-dom@17.0.2: - resolution: {integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA==} - peerDependencies: - regenerator-runtime: '*' - dependencies: - '@reach/router': 1.3.4_zkbncb2mrwigeq3keybbaytzya - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_zkbncb2mrwigeq3keybbaytzya - '@storybook/theming': 5.3.21_zkbncb2mrwigeq3keybbaytzya - '@types/reach__router': 1.3.11 - core-js: 3.30.1 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 16.14.0 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.14.2 - telejson: 3.3.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - dev: true - - /@storybook/api/5.3.21_react-dom@18.2.0: - resolution: {integrity: sha512-K1o4an/Rx8daKRDooks6qzN6ZGyqizeacZZbair3F8CsSfTgrr2zCcf9pgKojLQa9koEmMHlcdb2KnS+GwPEgA==} - peerDependencies: - regenerator-runtime: '*' - dependencies: - '@reach/router': 1.3.4_yicqvriqha7ppr6zyvk5y4bjya - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.21_yicqvriqha7ppr6zyvk5y4bjya - '@storybook/theming': 5.3.21_yicqvriqha7ppr6zyvk5y4bjya - '@types/reach__router': 1.3.11 - core-js: 3.30.1 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 16.14.0 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.14.2 - telejson: 3.3.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - dev: true - - /@storybook/api/5.3.22_h5gajyuiuuyogiozw5uhcaf3gm: + /@storybook/api@5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-yNs4nZ63V1q9Gr1YMQ2i1UrIt+4U3LwsN0IBOYxZ7otfxYRIEBGUqlrlDXdYlgf5VmL8HkwB9n13EEdPu2Y1LA==} peerDependencies: regenerator-runtime: '*' dependencies: - '@reach/router': 1.3.4_wcqkhtmu7mswc6yz4uyexck3ty + '@reach/router': 1.3.4(react-dom@16.14.0)(react@16.14.0) '@storybook/channels': 5.3.22 '@storybook/client-logger': 5.3.22 '@storybook/core-events': 5.3.22 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.22_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 5.3.22_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/router': 5.3.22(react-dom@16.14.0)(react@16.14.0) + '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@16.14.0) '@types/reach__router': 1.3.11 core-js: 3.30.1 fast-deep-equal: 2.0.1 @@ -13967,47 +12304,18 @@ packages: - react-dom dev: true - /@storybook/api/5.3.22_react-dom@17.0.2: - resolution: {integrity: sha512-yNs4nZ63V1q9Gr1YMQ2i1UrIt+4U3LwsN0IBOYxZ7otfxYRIEBGUqlrlDXdYlgf5VmL8HkwB9n13EEdPu2Y1LA==} - peerDependencies: - regenerator-runtime: '*' - dependencies: - '@reach/router': 1.3.4_zkbncb2mrwigeq3keybbaytzya - '@storybook/channels': 5.3.22 - '@storybook/client-logger': 5.3.22 - '@storybook/core-events': 5.3.22 - '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.22_zkbncb2mrwigeq3keybbaytzya - '@storybook/theming': 5.3.22_zkbncb2mrwigeq3keybbaytzya - '@types/reach__router': 1.3.11 - core-js: 3.30.1 - fast-deep-equal: 2.0.1 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - prop-types: 15.8.1 - react: 16.14.0 - semver: 6.3.0 - shallow-equal: 1.2.1 - store2: 2.14.2 - telejson: 3.3.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - dev: true - - /@storybook/api/5.3.22_react-dom@18.2.0: + /@storybook/api@5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-yNs4nZ63V1q9Gr1YMQ2i1UrIt+4U3LwsN0IBOYxZ7otfxYRIEBGUqlrlDXdYlgf5VmL8HkwB9n13EEdPu2Y1LA==} peerDependencies: regenerator-runtime: '*' dependencies: - '@reach/router': 1.3.4_yicqvriqha7ppr6zyvk5y4bjya + '@reach/router': 1.3.4(react-dom@17.0.2)(react@16.14.0) '@storybook/channels': 5.3.22 '@storybook/client-logger': 5.3.22 '@storybook/core-events': 5.3.22 '@storybook/csf': 0.0.1 - '@storybook/router': 5.3.22_yicqvriqha7ppr6zyvk5y4bjya - '@storybook/theming': 5.3.22_yicqvriqha7ppr6zyvk5y4bjya + '@storybook/router': 5.3.22(react-dom@17.0.2)(react@16.14.0) + '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@16.14.0) '@types/reach__router': 1.3.11 core-js: 3.30.1 fast-deep-equal: 2.0.1 @@ -14016,6 +12324,7 @@ packages: memoizerific: 1.11.3 prop-types: 15.8.1 react: 16.14.0 + regenerator-runtime: 0.13.11 semver: 6.3.0 shallow-equal: 1.2.1 store2: 2.14.2 @@ -14025,7 +12334,7 @@ packages: - react-dom dev: true - /@storybook/channel-postmessage/5.3.21: + /@storybook/channel-postmessage@5.3.21: resolution: {integrity: sha512-CfoP7aEbZtJ35R9zeujMRdIwprETUi+Ve+y84DhXYQ2uJ0rR3vO4zHLZnxMMyJ5VnYOfuO042uch07+EKBz40Q==} dependencies: '@storybook/channels': 5.3.21 @@ -14035,58 +12344,29 @@ packages: telejson: 3.3.0 dev: true - /@storybook/channels/5.3.21: + /@storybook/channels@5.3.21: resolution: {integrity: sha512-OXoFs9XtBVg/cCk6lYMrxkzaNlJRf54ABdorp7YAAj7S9tRL1JxOZHxmjNQwEoiRvssmem2rAWtEAxfuEANsAA==} dependencies: core-js: 3.30.1 dev: true - /@storybook/channels/5.3.22: + /@storybook/channels@5.3.22: resolution: {integrity: sha512-g09qHs5nzn0dK8n65mISwYKC5fZ9OC+ZUIweSX2BHleiuRbYx5xXqptgp+CBLei1Nqu/7GlOM6UFfWQGIsa3GQ==} dependencies: core-js: 3.30.1 dev: true - /@storybook/channels/7.0.9: + /@storybook/channels@7.0.9: resolution: {integrity: sha512-LF/Mkr0/+VOawEAospLGUcfZIPak3yV/ZjEAe/lubvLPJ6s2FFOjDUsyDIa2oM4ZE9TI6AGVN51kddVToelM8A==} dev: true - /@storybook/cli/5.3.22: - resolution: {integrity: sha512-tLHYlKaOqllr4bUNiupB6bDRZ3CjQsU39C8xIP0kGPSZ+2jxxn/x/Z7prszfiP7Iphqp8oqUKO7HtdUBbiuSkg==} - hasBin: true - dependencies: - '@babel/core': 7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@storybook/codemod': 5.3.22 - chalk: 3.0.0 - commander: 4.1.1 - core-js: 3.30.1 - cross-spawn: 7.0.3 - didyoumean: 1.2.2 - envinfo: 7.8.1 - esm: 3.2.25 - find-up: 4.1.0 - fs-extra: 8.1.0 - inquirer: 7.3.3 - jscodeshift: 0.6.4 - json5: 2.2.3 - pkg-add-deps: 0.1.0 - semver: 6.3.0 - shelljs: 0.8.5 - strip-json-comments: 3.1.1 - update-notifier: 3.0.0 - transitivePeerDependencies: - - jest - - supports-color - dev: true - - /@storybook/cli/5.3.22_jest@29.5.0: + /@storybook/cli@5.3.22(jest@29.5.0): resolution: {integrity: sha512-tLHYlKaOqllr4bUNiupB6bDRZ3CjQsU39C8xIP0kGPSZ+2jxxn/x/Z7prszfiP7Iphqp8oqUKO7HtdUBbiuSkg==} hasBin: true dependencies: '@babel/core': 7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@storybook/codemod': 5.3.22_jest@29.5.0 + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@storybook/codemod': 5.3.22(jest@29.5.0) chalk: 3.0.0 commander: 4.1.1 core-js: 3.30.1 @@ -14109,85 +12389,10 @@ packages: - supports-color dev: true - /@storybook/client-api/5.3.21_gg53aykygsmfakpkoxckmexaoq: - resolution: {integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA==} - dependencies: - '@storybook/addons': 5.3.21_gg53aykygsmfakpkoxckmexaoq - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.18.0 - core-js: 3.30.1 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.1 - stable: 0.1.8 - ts-dedent: 1.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/client-api/5.3.21_gyvc7xfhwic4jpc4icj44bd6hq: - resolution: {integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA==} - dependencies: - '@storybook/addons': 5.3.21_gyvc7xfhwic4jpc4icj44bd6hq - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.18.0 - core-js: 3.30.1 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.1 - stable: 0.1.8 - ts-dedent: 1.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/client-api/5.3.21_h5gajyuiuuyogiozw5uhcaf3gm: - resolution: {integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA==} - dependencies: - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/channel-postmessage': 5.3.21 - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.18.0 - core-js: 3.30.1 - eventemitter3: 4.0.7 - global: 4.4.0 - is-plain-object: 3.0.1 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.1 - stable: 0.1.8 - ts-dedent: 1.2.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - react-dom - - regenerator-runtime - dev: true - - /@storybook/client-api/5.3.21_react-dom@17.0.2: + /@storybook/client-api@5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA==} dependencies: - '@storybook/addons': 5.3.21_react-dom@17.0.2 + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/channel-postmessage': 5.3.21 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 @@ -14209,10 +12414,10 @@ packages: - regenerator-runtime dev: true - /@storybook/client-api/5.3.21_react-dom@18.2.0: + /@storybook/client-api@5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-vS4DfA2Avvl7JNQymO4e3RUNoTWIGVfZJ70Irnd6PTAZNojbCXTYuigDavrmyf83F3g5rQpwmSAPjuoi/X/FRA==} dependencies: - '@storybook/addons': 5.3.21_react-dom@18.2.0 + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/channel-postmessage': 5.3.21 '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 @@ -14234,39 +12439,19 @@ packages: - regenerator-runtime dev: true - /@storybook/client-logger/5.3.21: + /@storybook/client-logger@5.3.21: resolution: {integrity: sha512-OzQkwpZ5SK9cXD9Mv6lxPGPot+hSZvnkEW12kpt1AHfJz4ET26YTDOI3oetPsjfRJo6qYLeQX8+wF7rklfXbzA==} dependencies: core-js: 3.30.1 dev: true - /@storybook/client-logger/5.3.22: + /@storybook/client-logger@5.3.22: resolution: {integrity: sha512-kcAm56izhmN3ulOJf0YRPNSmG9OUUqSfFx5K3hrBUaSImpBU6XTweFLsPhcXK77RTVpdf+aumkw4prEyicJzww==} dependencies: core-js: 3.30.1 dev: true - /@storybook/codemod/5.3.22: - resolution: {integrity: sha512-r8n7gPYe33dYXHt603bAcoMiiQTFN4b4+A+WspDVVAZU9M095dx7mm0zAbI/KvCG2heXdnyWz6Em3xcdQZmkXA==} - dependencies: - '@mdx-js/mdx': 1.6.22 - '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.22 - core-js: 3.30.1 - cross-spawn: 7.0.3 - globby: 11.1.0 - jest-specific-snapshot: 2.0.0 - jscodeshift: 0.7.1 - lodash: 4.17.21 - prettier: 1.19.1 - recast: 0.16.2 - regenerator-runtime: 0.13.11 - transitivePeerDependencies: - - jest - - supports-color - dev: true - - /@storybook/codemod/5.3.22_jest@29.5.0: + /@storybook/codemod@5.3.22(jest@29.5.0): resolution: {integrity: sha512-r8n7gPYe33dYXHt603bAcoMiiQTFN4b4+A+WspDVVAZU9M095dx7mm0zAbI/KvCG2heXdnyWz6Em3xcdQZmkXA==} dependencies: '@mdx-js/mdx': 1.6.22 @@ -14275,7 +12460,7 @@ packages: core-js: 3.30.1 cross-spawn: 7.0.3 globby: 11.1.0 - jest-specific-snapshot: 2.0.0_jest@29.5.0 + jest-specific-snapshot: 2.0.0(jest@29.5.0) jscodeshift: 0.7.1 lodash: 4.17.21 prettier: 1.19.1 @@ -14286,329 +12471,205 @@ packages: - supports-color dev: true - /@storybook/components/5.3.21_b54huwnrvof4zzzk52ydgbhlwi: - resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_zkbncb2mrwigeq3keybbaytzya - '@types/react-syntax-highlighter': 11.0.4 - '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 - memoizerific: 1.11.3 - polished: 3.7.2 - popper.js: 1.16.1 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 - react-focus-lock: 2.9.4_gpkjftrw7nm2odo6hv43pvtxry - react-helmet-async: 1.3.0_zkbncb2mrwigeq3keybbaytzya - react-popper-tooltip: 2.11.1_zkbncb2mrwigeq3keybbaytzya - react-syntax-highlighter: 11.0.3_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_zkbncb2mrwigeq3keybbaytzya - ts-dedent: 1.2.0 - transitivePeerDependencies: - - '@types/react' - dev: true - - /@storybook/components/5.3.21_dmnflsefwfhnvf6lhzvtrwqvky: - resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty - '@types/react-syntax-highlighter': 11.0.4 - '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 - memoizerific: 1.11.3 - polished: 3.7.2 - popper.js: 1.16.1 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-focus-lock: 2.9.4_gpkjftrw7nm2odo6hv43pvtxry - react-helmet-async: 1.3.0_wcqkhtmu7mswc6yz4uyexck3ty - react-popper-tooltip: 2.11.1_wcqkhtmu7mswc6yz4uyexck3ty - react-syntax-highlighter: 11.0.3_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_wcqkhtmu7mswc6yz4uyexck3ty - ts-dedent: 1.2.0 - transitivePeerDependencies: - - '@types/react' - dev: true - - /@storybook/components/5.3.21_ni2na2lqzc3cf3fncmjfm45kju: + /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' react-dom: '*' dependencies: '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_yicqvriqha7ppr6zyvk5y4bjya + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 + markdown-to-jsx: 6.11.4(react@16.14.0) memoizerific: 1.11.3 polished: 3.7.2 popper.js: 1.16.1 prop-types: 15.8.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 - react-focus-lock: 2.9.4_gpkjftrw7nm2odo6hv43pvtxry - react-helmet-async: 1.3.0_yicqvriqha7ppr6zyvk5y4bjya - react-popper-tooltip: 2.11.1_yicqvriqha7ppr6zyvk5y4bjya - react-syntax-highlighter: 11.0.3_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_yicqvriqha7ppr6zyvk5y4bjya - ts-dedent: 1.2.0 - transitivePeerDependencies: - - '@types/react' - dev: true - - /@storybook/components/5.3.21_po5leixf63nqxm7arp6rb5e2xy: - resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - '@types/react-syntax-highlighter': 11.0.4 - '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@17.0.2 - memoizerific: 1.11.3 - polished: 3.7.2 - popper.js: 1.16.1 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - react-focus-lock: 2.9.4_c3qmy7gv5lbarsbv5sa5jz2oke - react-helmet-async: 1.3.0_6l5554ty5ajsajah6yazvrjhoe - react-popper-tooltip: 2.11.1_6l5554ty5ajsajah6yazvrjhoe - react-syntax-highlighter: 11.0.3_react@17.0.2 - react-textarea-autosize: 7.1.2_react@17.0.2 - simplebar-react: 1.2.3_6l5554ty5ajsajah6yazvrjhoe + react-dom: 16.14.0(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-helmet-async: 1.3.0(react-dom@16.14.0)(react@16.14.0) + react-popper-tooltip: 2.11.1(react-dom@16.14.0)(react@16.14.0) + react-syntax-highlighter: 11.0.3(react@16.14.0) + react-textarea-autosize: 7.1.2(react@16.14.0) + simplebar-react: 1.2.3(react-dom@16.14.0)(react@16.14.0) ts-dedent: 1.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/components/5.3.21_prpqlkd37azqwypxturxi7uyci: + /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' react-dom: '*' dependencies: '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_prpqlkd37azqwypxturxi7uyci + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@17.0.2 + markdown-to-jsx: 6.11.4(react@17.0.2) memoizerific: 1.11.3 polished: 3.7.2 popper.js: 1.16.1 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - react-focus-lock: 2.9.4_react@17.0.2 - react-helmet-async: 1.3.0_prpqlkd37azqwypxturxi7uyci - react-popper-tooltip: 2.11.1_prpqlkd37azqwypxturxi7uyci - react-syntax-highlighter: 11.0.3_react@17.0.2 - react-textarea-autosize: 7.1.2_react@17.0.2 - simplebar-react: 1.2.3_prpqlkd37azqwypxturxi7uyci + react-dom: 16.14.0(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.58)(react@17.0.2) + react-helmet-async: 1.3.0(react-dom@16.14.0)(react@17.0.2) + react-popper-tooltip: 2.11.1(react-dom@16.14.0)(react@17.0.2) + react-syntax-highlighter: 11.0.3(react@17.0.2) + react-textarea-autosize: 7.1.2(react@17.0.2) + simplebar-react: 1.2.3(react-dom@16.14.0)(react@17.0.2) ts-dedent: 1.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/components/5.3.21_wcqkhtmu7mswc6yz4uyexck3ty: + /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' react-dom: '*' dependencies: '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 + markdown-to-jsx: 6.11.4(react@16.14.0) memoizerific: 1.11.3 polished: 3.7.2 popper.js: 1.16.1 prop-types: 15.8.1 react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 - react-focus-lock: 2.9.4_react@16.14.0 - react-helmet-async: 1.3.0_wcqkhtmu7mswc6yz4uyexck3ty - react-popper-tooltip: 2.11.1_wcqkhtmu7mswc6yz4uyexck3ty - react-syntax-highlighter: 11.0.3_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_wcqkhtmu7mswc6yz4uyexck3ty + react-dom: 17.0.2(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-helmet-async: 1.3.0(react-dom@17.0.2)(react@16.14.0) + react-popper-tooltip: 2.11.1(react-dom@17.0.2)(react@16.14.0) + react-syntax-highlighter: 11.0.3(react@16.14.0) + react-textarea-autosize: 7.1.2(react@16.14.0) + simplebar-react: 1.2.3(react-dom@17.0.2)(react@16.14.0) ts-dedent: 1.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/components/5.3.21_wsldad6nghbaz27nd5ik6opowq: + /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' react-dom: '*' dependencies: '@storybook/client-logger': 5.3.21 - '@storybook/theming': 5.3.21_sfoxds7t5ydpegc3knd667wn6m + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@17.0.2 + markdown-to-jsx: 6.11.4(react@17.0.2) memoizerific: 1.11.3 polished: 3.7.2 popper.js: 1.16.1 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-focus-lock: 2.9.4_c3qmy7gv5lbarsbv5sa5jz2oke - react-helmet-async: 1.3.0_sfoxds7t5ydpegc3knd667wn6m - react-popper-tooltip: 2.11.1_sfoxds7t5ydpegc3knd667wn6m - react-syntax-highlighter: 11.0.3_react@17.0.2 - react-textarea-autosize: 7.1.2_react@17.0.2 - simplebar-react: 1.2.3_sfoxds7t5ydpegc3knd667wn6m - ts-dedent: 1.2.0 - transitivePeerDependencies: - - '@types/react' - dev: true - - /@storybook/components/5.3.22_b54huwnrvof4zzzk52ydgbhlwi: - resolution: {integrity: sha512-BryiizAjE3uXrK6AYX85HN6aFrzaaXu6BB5AtuEnxYFhGkOTzHKR7wCPSBa/bZzrIdjqmnXDPQIceXu/Yz/X6Q==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@storybook/client-logger': 5.3.22 - '@storybook/theming': 5.3.22_zkbncb2mrwigeq3keybbaytzya - '@types/react-syntax-highlighter': 11.0.4 - '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 - memoizerific: 1.11.3 - polished: 3.7.2 - popper.js: 1.16.1 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 - react-focus-lock: 2.9.4_gpkjftrw7nm2odo6hv43pvtxry - react-helmet-async: 1.3.0_zkbncb2mrwigeq3keybbaytzya - react-popper-tooltip: 2.11.1_zkbncb2mrwigeq3keybbaytzya - react-syntax-highlighter: 11.0.3_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_zkbncb2mrwigeq3keybbaytzya + react-dom: 17.0.2(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.58)(react@17.0.2) + react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) + react-popper-tooltip: 2.11.1(react-dom@17.0.2)(react@17.0.2) + react-syntax-highlighter: 11.0.3(react@17.0.2) + react-textarea-autosize: 7.1.2(react@17.0.2) + simplebar-react: 1.2.3(react-dom@17.0.2)(react@17.0.2) ts-dedent: 1.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/components/5.3.22_ni2na2lqzc3cf3fncmjfm45kju: + /@storybook/components@5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-BryiizAjE3uXrK6AYX85HN6aFrzaaXu6BB5AtuEnxYFhGkOTzHKR7wCPSBa/bZzrIdjqmnXDPQIceXu/Yz/X6Q==} peerDependencies: react: '*' react-dom: '*' dependencies: '@storybook/client-logger': 5.3.22 - '@storybook/theming': 5.3.22_yicqvriqha7ppr6zyvk5y4bjya + '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 + markdown-to-jsx: 6.11.4(react@16.14.0) memoizerific: 1.11.3 polished: 3.7.2 popper.js: 1.16.1 prop-types: 15.8.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 - react-focus-lock: 2.9.4_gpkjftrw7nm2odo6hv43pvtxry - react-helmet-async: 1.3.0_yicqvriqha7ppr6zyvk5y4bjya - react-popper-tooltip: 2.11.1_yicqvriqha7ppr6zyvk5y4bjya - react-syntax-highlighter: 11.0.3_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_yicqvriqha7ppr6zyvk5y4bjya + react-dom: 16.14.0(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-helmet-async: 1.3.0(react-dom@16.14.0)(react@16.14.0) + react-popper-tooltip: 2.11.1(react-dom@16.14.0)(react@16.14.0) + react-syntax-highlighter: 11.0.3(react@16.14.0) + react-textarea-autosize: 7.1.2(react@16.14.0) + simplebar-react: 1.2.3(react-dom@16.14.0)(react@16.14.0) ts-dedent: 1.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/components/5.3.22_wcqkhtmu7mswc6yz4uyexck3ty: + /@storybook/components@5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-BryiizAjE3uXrK6AYX85HN6aFrzaaXu6BB5AtuEnxYFhGkOTzHKR7wCPSBa/bZzrIdjqmnXDPQIceXu/Yz/X6Q==} peerDependencies: react: '*' react-dom: '*' dependencies: '@storybook/client-logger': 5.3.22 - '@storybook/theming': 5.3.22_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 + markdown-to-jsx: 6.11.4(react@16.14.0) memoizerific: 1.11.3 polished: 3.7.2 popper.js: 1.16.1 prop-types: 15.8.1 react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 - react-focus-lock: 2.9.4_react@16.14.0 - react-helmet-async: 1.3.0_wcqkhtmu7mswc6yz4uyexck3ty - react-popper-tooltip: 2.11.1_wcqkhtmu7mswc6yz4uyexck3ty - react-syntax-highlighter: 11.0.3_react@16.14.0 - react-textarea-autosize: 7.1.2_react@16.14.0 - simplebar-react: 1.2.3_wcqkhtmu7mswc6yz4uyexck3ty + react-dom: 17.0.2(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-helmet-async: 1.3.0(react-dom@17.0.2)(react@16.14.0) + react-popper-tooltip: 2.11.1(react-dom@17.0.2)(react@16.14.0) + react-syntax-highlighter: 11.0.3(react@16.14.0) + react-textarea-autosize: 7.1.2(react@16.14.0) + simplebar-react: 1.2.3(react-dom@17.0.2)(react@16.14.0) ts-dedent: 1.2.0 transitivePeerDependencies: - '@types/react' dev: true - /@storybook/core-events/5.3.21: + /@storybook/core-events@5.3.21: resolution: {integrity: sha512-/Zsm1sKAh6pzQv8jQUmuhM7nuM01ZljIRKy8p2HjPNlMjDB5yaRkBfyeAUXUg+qXNI6aHVWa4jGdPEdwwY4oLA==} dependencies: core-js: 3.30.1 dev: true - /@storybook/core-events/5.3.22: + /@storybook/core-events@5.3.22: resolution: {integrity: sha512-dGRIMwbX47dTBe5Bc9jI9+iABwSFgQPvZXb56uvPsNBUd7/fDfryqSVrc/YfiQzhs0YS1IN6NCKEbOGbNRbpvg==} dependencies: core-js: 3.30.1 dev: true - /@storybook/core/5.3.21_74qnkk5bu5hvh6sgjpo3wruahe: + /@storybook/core@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA==} peerDependencies: '@babel/core': '*' @@ -14617,121 +12678,25 @@ packages: react-dom: '*' dependencies: '@babel/core': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3_@babel+core@7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/client-logger': 5.3.21 - '@storybook/core-events': 5.3.21 - '@storybook/csf': 0.0.1 - '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@storybook/theming': 5.3.21_prpqlkd37azqwypxturxi7uyci - '@storybook/ui': 5.3.21 - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.15 - autoprefixer: 9.8.8 - babel-loader: 8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-emotion: 10.2.2 - babel-plugin-macros: 2.8.0 - babel-preset-minify: 0.5.2 - boxen: 4.2.0 - case-sensitive-paths-webpack-plugin: 2.4.0 - chalk: 3.0.0 - cli-table3: 0.5.1 - commander: 4.1.1 - core-js: 3.30.1 - corejs-upgrade-webpack-plugin: 2.2.0_webpack-cli@4.10.0 - css-loader: 3.6.0_webpack@4.46.0 - detect-port: 1.5.1 - dotenv-webpack: 1.8.0_webpack@4.46.0 - ejs: 2.7.4 - express: 4.18.2 - file-loader: 4.3.0_webpack@4.46.0 - file-system-cache: 1.1.0 - find-cache-dir: 3.3.2 - find-up: 4.1.0 - fs-extra: 8.1.0 - glob-base: 0.3.0 - global: 4.4.0 - html-webpack-plugin: 4.5.2_webpack@4.46.0 - inquirer: 7.3.3 - interpret: 2.2.0 - ip: 1.1.8 - json5: 2.2.3 - lazy-universal-dotenv: 3.0.1 - micromatch: 4.0.5 - node-fetch: 2.6.9 - open: 7.4.2 - pnp-webpack-plugin: 1.5.0_typescript@5.0.4 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 3.0.0 - pretty-hrtime: 1.0.3 - qs: 6.11.1 - raw-loader: 3.1.0_webpack@4.46.0 - react: 17.0.2 - react-dev-utils: 9.1.0_hvr4qpsjmekdeujqe7k6rye22m - react-dom: 16.14.0_react@17.0.2 - regenerator-runtime: 0.13.11 - resolve: 1.22.2 - resolve-from: 5.0.0 - semver: 6.3.0 - serve-favicon: 2.5.0 - shelljs: 0.8.5 - style-loader: 1.3.0_webpack@4.46.0 - terser-webpack-plugin: 2.3.8_webpack@4.46.0 - ts-dedent: 1.2.0 - unfetch: 4.2.0 - url-loader: 2.3.0_ke5umg2s3o4akbat3qvdol7cby - util-deprecate: 1.0.2 - webpack: 4.46.0_webpack-cli@4.10.0 - webpack-dev-middleware: 3.7.3_webpack@4.46.0 - webpack-hot-middleware: 2.25.3 - webpack-virtual-modules: 0.2.2 - transitivePeerDependencies: - - '@types/react' - - bluebird - - encoding - - eslint - - supports-color - - typescript - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/core/5.3.21_g2elmdg2cdgc6xhamkqm7fzdxu: - resolution: {integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA==} - peerDependencies: - '@babel/core': '*' - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - dependencies: - '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.20.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3 - '@babel/plugin-transform-react-constant-elements': 7.21.3 - '@babel/preset-env': 7.21.5 - '@storybook/addons': 5.3.21_gg53aykygsmfakpkoxckmexaoq + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_gg53aykygsmfakpkoxckmexaoq + '@storybook/client-api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - '@storybook/theming': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - '@storybook/ui': 5.3.21_@types+react@17.0.58 + '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) + '@storybook/ui': 5.3.21(@types/react@17.0.58) airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 autoprefixer: 9.8.8 - babel-loader: 8.3.0_webpack@5.82.0 + babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) babel-plugin-add-react-displayname: 0.0.5 babel-plugin-emotion: 10.2.2 babel-plugin-macros: 2.8.0 @@ -14742,20 +12707,20 @@ packages: cli-table3: 0.5.1 commander: 4.1.1 core-js: 3.30.1 - corejs-upgrade-webpack-plugin: 2.2.0_webpack-cli@4.10.0 - css-loader: 3.6.0_webpack@4.46.0 + corejs-upgrade-webpack-plugin: 2.2.0(webpack-cli@4.10.0) + css-loader: 3.6.0(webpack@4.46.0) detect-port: 1.5.1 - dotenv-webpack: 1.8.0_webpack@4.46.0 + dotenv-webpack: 1.8.0(webpack@4.46.0) ejs: 2.7.4 - express: 4.18.2 - file-loader: 4.3.0_webpack@4.46.0 + express: 4.18.2(supports-color@6.1.0) + file-loader: 4.3.0(webpack@4.46.0) file-system-cache: 1.1.0 find-cache-dir: 3.3.2 find-up: 4.1.0 fs-extra: 8.1.0 glob-base: 0.3.0 global: 4.4.0 - html-webpack-plugin: 4.5.2_webpack@4.46.0 + html-webpack-plugin: 4.5.2(webpack@4.46.0) inquirer: 7.3.3 interpret: 2.2.0 ip: 1.1.8 @@ -14764,29 +12729,29 @@ packages: micromatch: 4.0.5 node-fetch: 2.6.9 open: 7.4.2 - pnp-webpack-plugin: 1.5.0 + pnp-webpack-plugin: 1.5.0(typescript@4.9.5) postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 qs: 6.11.1 - raw-loader: 3.1.0_webpack@4.46.0 + raw-loader: 3.1.0(webpack@4.46.0) react: 17.0.2 - react-dev-utils: 9.1.0_webpack@4.46.0 - react-dom: 18.2.0_react@17.0.2 + react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) + react-dom: 16.14.0(react@17.0.2) regenerator-runtime: 0.13.11 resolve: 1.22.2 resolve-from: 5.0.0 semver: 6.3.0 serve-favicon: 2.5.0 shelljs: 0.8.5 - style-loader: 1.3.0_webpack@4.46.0 - terser-webpack-plugin: 2.3.8_webpack@4.46.0 + style-loader: 1.3.0(webpack@4.46.0) + terser-webpack-plugin: 2.3.8(webpack@4.46.0) ts-dedent: 1.2.0 unfetch: 4.2.0 - url-loader: 2.3.0_ke5umg2s3o4akbat3qvdol7cby + url-loader: 2.3.0(file-loader@4.3.0)(webpack@4.46.0) util-deprecate: 1.0.2 - webpack: 4.46.0_webpack-cli@4.10.0 - webpack-dev-middleware: 3.7.3_webpack@4.46.0 + webpack: 4.46.0(webpack-cli@4.10.0) + webpack-dev-middleware: 3.7.3(webpack@4.46.0) webpack-hot-middleware: 2.25.3 webpack-virtual-modules: 0.2.2 transitivePeerDependencies: @@ -14801,7 +12766,7 @@ packages: - webpack-command dev: true - /@storybook/core/5.3.21_levdohhszzm2ofsxuvphtyattm: + /@storybook/core@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA==} peerDependencies: '@babel/core': '*' @@ -14810,25 +12775,25 @@ packages: react-dom: '*' dependencies: '@babel/core': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3_@babel+core@7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@storybook/addons': 5.3.21_gyvc7xfhwic4jpc4icj44bd6hq + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/channel-postmessage': 5.3.21 - '@storybook/client-api': 5.3.21_gyvc7xfhwic4jpc4icj44bd6hq + '@storybook/client-api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/node-logger': 5.3.21 - '@storybook/router': 5.3.21_sfoxds7t5ydpegc3knd667wn6m - '@storybook/theming': 5.3.21_sfoxds7t5ydpegc3knd667wn6m - '@storybook/ui': 5.3.21_@types+react@17.0.58 + '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) + '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) + '@storybook/ui': 5.3.21(@types/react@17.0.58) airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 autoprefixer: 9.8.8 - babel-loader: 8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy + babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) babel-plugin-add-react-displayname: 0.0.5 babel-plugin-emotion: 10.2.2 babel-plugin-macros: 2.8.0 @@ -14839,20 +12804,20 @@ packages: cli-table3: 0.5.1 commander: 4.1.1 core-js: 3.30.1 - corejs-upgrade-webpack-plugin: 2.2.0_webpack-cli@4.10.0 - css-loader: 3.6.0_webpack@4.46.0 + corejs-upgrade-webpack-plugin: 2.2.0(webpack-cli@4.10.0) + css-loader: 3.6.0(webpack@4.46.0) detect-port: 1.5.1 - dotenv-webpack: 1.8.0_webpack@4.46.0 + dotenv-webpack: 1.8.0(webpack@4.46.0) ejs: 2.7.4 - express: 4.18.2 - file-loader: 4.3.0_webpack@4.46.0 + express: 4.18.2(supports-color@6.1.0) + file-loader: 4.3.0(webpack@4.46.0) file-system-cache: 1.1.0 find-cache-dir: 3.3.2 find-up: 4.1.0 fs-extra: 8.1.0 glob-base: 0.3.0 global: 4.4.0 - html-webpack-plugin: 4.5.2_webpack@4.46.0 + html-webpack-plugin: 4.5.2(webpack@4.46.0) inquirer: 7.3.3 interpret: 2.2.0 ip: 1.1.8 @@ -14861,29 +12826,29 @@ packages: micromatch: 4.0.5 node-fetch: 2.6.9 open: 7.4.2 - pnp-webpack-plugin: 1.5.0_typescript@5.0.4 + pnp-webpack-plugin: 1.5.0(typescript@4.9.5) postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 qs: 6.11.1 - raw-loader: 3.1.0_webpack@4.46.0 + raw-loader: 3.1.0(webpack@4.46.0) react: 17.0.2 - react-dev-utils: 9.1.0_hz2ft2okq2rqrbss2xshard3qq - react-dom: 17.0.2_react@17.0.2 + react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) + react-dom: 17.0.2(react@17.0.2) regenerator-runtime: 0.13.11 resolve: 1.22.2 resolve-from: 5.0.0 semver: 6.3.0 serve-favicon: 2.5.0 shelljs: 0.8.5 - style-loader: 1.3.0_webpack@4.46.0 - terser-webpack-plugin: 2.3.8_webpack@4.46.0 + style-loader: 1.3.0(webpack@4.46.0) + terser-webpack-plugin: 2.3.8(webpack@4.46.0) ts-dedent: 1.2.0 unfetch: 4.2.0 - url-loader: 2.3.0_ke5umg2s3o4akbat3qvdol7cby + url-loader: 2.3.0(file-loader@4.3.0)(webpack@4.46.0) util-deprecate: 1.0.2 - webpack: 4.46.0_webpack-cli@4.10.0 - webpack-dev-middleware: 3.7.3_webpack@4.46.0 + webpack: 4.46.0(webpack-cli@4.10.0) + webpack-dev-middleware: 3.7.3(webpack@4.46.0) webpack-hot-middleware: 2.25.3 webpack-virtual-modules: 0.2.2 transitivePeerDependencies: @@ -14898,19 +12863,19 @@ packages: - webpack-command dev: true - /@storybook/csf/0.0.1: + /@storybook/csf@0.0.1: resolution: {integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==} dependencies: lodash: 4.17.21 dev: true - /@storybook/csf/0.1.0: + /@storybook/csf@0.1.0: resolution: {integrity: sha512-uk+jMXCZ8t38jSTHk2o5btI+aV2Ksbvl6DoOv3r6VaCM1KZqeuMwtwywIQdflkA8/6q/dKT8z8L+g8hC4GC3VQ==} dependencies: type-fest: 2.19.0 dev: true - /@storybook/node-logger/5.3.21: + /@storybook/node-logger@5.3.21: resolution: {integrity: sha512-8xibncy873JXePCK5MC0qem1MKtWI1Lc4hv6rwURSwYpZtkO7yElay3XAFGUSfz8qFJkoDBmMTxBR3fp4Dln7g==} dependencies: '@types/npmlog': 4.1.4 @@ -14921,7 +12886,7 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@storybook/node-logger/5.3.22: + /@storybook/node-logger@5.3.22: resolution: {integrity: sha512-+10c18mDoGNMtwcC61eojsHCR/HTuz3gCm+qJRfpJKGM249nqy+ctvGaYiEiN1bpFJMSFnDccV8BmCoJD4UqIw==} dependencies: '@types/npmlog': 4.1.4 @@ -14932,7 +12897,7 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@storybook/react/5.3.21_74qnkk5bu5hvh6sgjpo3wruahe: + /@storybook/react@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA==} engines: {node: '>=8.0.0'} hasBin: true @@ -14943,76 +12908,30 @@ packages: react-dom: '*' dependencies: '@babel/core': 7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3_@babel+core@7.21.8 - '@babel/preset-flow': 7.21.4_@babel+core@7.21.8 - '@babel/preset-react': 7.18.6_@babel+core@7.21.8 - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/core': 5.3.21_74qnkk5bu5hvh6sgjpo3wruahe - '@storybook/node-logger': 5.3.21 - '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.18.0 - babel-loader: 8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy - babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.21.8 - babel-plugin-react-docgen: 4.2.1 - core-js: 3.30.1 - global: 4.4.0 - lodash: 4.17.21 - mini-css-extract-plugin: 0.7.0_webpack@4.46.0 - prop-types: 15.8.1 - react: 17.0.2 - react-dev-utils: 9.1.0_hvr4qpsjmekdeujqe7k6rye22m - react-dom: 16.14.0_react@17.0.2 - regenerator-runtime: 0.13.11 - semver: 6.3.0 - ts-dedent: 1.2.0 - webpack: 4.46.0_webpack-cli@4.10.0 - transitivePeerDependencies: - - '@types/react' - - bluebird - - encoding - - eslint - - supports-color - - typescript - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /@storybook/react/5.3.21_g2elmdg2cdgc6xhamkqm7fzdxu: - resolution: {integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA==} - engines: {node: '>=8.0.0'} - hasBin: true - peerDependencies: - '@babel/core': ^7.0.1 - babel-loader: ^7.0.0 || ^8.0.0 - react: '*' - react-dom: '*' - dependencies: - '@babel/plugin-transform-react-constant-elements': 7.21.3 - '@babel/preset-flow': 7.21.4 - '@babel/preset-react': 7.18.6 - '@storybook/addons': 5.3.21_gg53aykygsmfakpkoxckmexaoq - '@storybook/core': 5.3.21_g2elmdg2cdgc6xhamkqm7fzdxu + '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) + '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) + '@babel/preset-react': 7.18.6(@babel/core@7.21.8) + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/core': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) '@storybook/node-logger': 5.3.21 '@svgr/webpack': 4.3.3 '@types/webpack-env': 1.18.0 - babel-loader: 8.3.0_webpack@5.82.0 + babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8 + babel-plugin-named-asset-import: 0.3.8(@babel/core@7.21.8) babel-plugin-react-docgen: 4.2.1 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - mini-css-extract-plugin: 0.7.0_webpack@4.46.0 + mini-css-extract-plugin: 0.7.0(webpack@4.46.0) prop-types: 15.8.1 react: 17.0.2 - react-dev-utils: 9.1.0_webpack@4.46.0 - react-dom: 18.2.0_react@17.0.2 + react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) + react-dom: 16.14.0(react@17.0.2) regenerator-runtime: 0.13.11 semver: 6.3.0 ts-dedent: 1.2.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) transitivePeerDependencies: - '@types/react' - bluebird @@ -15025,7 +12944,7 @@ packages: - webpack-command dev: true - /@storybook/react/5.3.21_levdohhszzm2ofsxuvphtyattm: + /@storybook/react@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA==} engines: {node: '>=8.0.0'} hasBin: true @@ -15036,30 +12955,30 @@ packages: react-dom: '*' dependencies: '@babel/core': 7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3_@babel+core@7.21.8 - '@babel/preset-flow': 7.21.4_@babel+core@7.21.8 - '@babel/preset-react': 7.18.6_@babel+core@7.21.8 - '@storybook/addons': 5.3.21_gyvc7xfhwic4jpc4icj44bd6hq - '@storybook/core': 5.3.21_levdohhszzm2ofsxuvphtyattm + '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) + '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) + '@babel/preset-react': 7.18.6(@babel/core@7.21.8) + '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/core': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) '@storybook/node-logger': 5.3.21 '@svgr/webpack': 4.3.3 '@types/webpack-env': 1.18.0 - babel-loader: 8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy + babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.21.8 + babel-plugin-named-asset-import: 0.3.8(@babel/core@7.21.8) babel-plugin-react-docgen: 4.2.1 core-js: 3.30.1 global: 4.4.0 lodash: 4.17.21 - mini-css-extract-plugin: 0.7.0_webpack@4.46.0 + mini-css-extract-plugin: 0.7.0(webpack@4.46.0) prop-types: 15.8.1 react: 17.0.2 - react-dev-utils: 9.1.0_hz2ft2okq2rqrbss2xshard3qq - react-dom: 17.0.2_react@17.0.2 + react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) + react-dom: 17.0.2(react@17.0.2) regenerator-runtime: 0.13.11 semver: 6.3.0 ts-dedent: 1.2.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) transitivePeerDependencies: - '@types/react' - bluebird @@ -15072,32 +12991,13 @@ packages: - webpack-command dev: true - /@storybook/router/5.3.21_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@reach/router': 1.3.4_6l5554ty5ajsajah6yazvrjhoe - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.11 - core-js: 3.30.1 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - util-deprecate: 1.0.2 - dev: true - - /@storybook/router/5.3.21_prpqlkd37azqwypxturxi7uyci: + /@storybook/router@5.3.21(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@reach/router': 1.3.4_prpqlkd37azqwypxturxi7uyci + '@reach/router': 1.3.4(react-dom@16.14.0)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 core-js: 3.30.1 @@ -15105,18 +13005,18 @@ packages: lodash: 4.17.21 memoizerific: 1.11.3 qs: 6.11.1 - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react: 16.14.0 + react-dom: 16.14.0(react@17.0.2) util-deprecate: 1.0.2 dev: true - /@storybook/router/5.3.21_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/router@5.3.21(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@reach/router': 1.3.4_sfoxds7t5ydpegc3knd667wn6m + '@reach/router': 1.3.4(react-dom@16.14.0)(react@17.0.2) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 core-js: 3.30.1 @@ -15125,36 +13025,17 @@ packages: memoizerific: 1.11.3 qs: 6.11.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - util-deprecate: 1.0.2 - dev: true - - /@storybook/router/5.3.21_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@reach/router': 1.3.4_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.11 - core-js: 3.30.1 - global: 4.4.0 - lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.1 - react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) util-deprecate: 1.0.2 dev: true - /@storybook/router/5.3.21_yicqvriqha7ppr6zyvk5y4bjya: + /@storybook/router@5.3.21(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@reach/router': 1.3.4_yicqvriqha7ppr6zyvk5y4bjya + '@reach/router': 1.3.4(react-dom@17.0.2)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 core-js: 3.30.1 @@ -15163,17 +13044,17 @@ packages: memoizerific: 1.11.3 qs: 6.11.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) util-deprecate: 1.0.2 dev: true - /@storybook/router/5.3.21_zkbncb2mrwigeq3keybbaytzya: + /@storybook/router@5.3.21(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-c29m5UikK5Q1lyd6FltOGFhIcpd6PIb855YS3OUNe3F6ZA1tfJ+aNKrCBc65d1c+fvCGG76dYYYv0RvwEmKXXg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@reach/router': 1.3.4_zkbncb2mrwigeq3keybbaytzya + '@reach/router': 1.3.4(react-dom@17.0.2)(react@17.0.2) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 core-js: 3.30.1 @@ -15181,18 +13062,18 @@ packages: lodash: 4.17.21 memoizerific: 1.11.3 qs: 6.11.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) util-deprecate: 1.0.2 dev: true - /@storybook/router/5.3.22_wcqkhtmu7mswc6yz4uyexck3ty: + /@storybook/router@5.3.22(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-Z79Gd7hdTzpuMMkv2Mantd0DqX/dFaAKAzzPiXWsqWRtzlDkW7+SR0+yC36bUWnM4hcTT1SOZsLSqBoY/kw0WQ==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@reach/router': 1.3.4_wcqkhtmu7mswc6yz4uyexck3ty + '@reach/router': 1.3.4(react-dom@16.14.0)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 core-js: 3.30.1 @@ -15201,17 +13082,17 @@ packages: memoizerific: 1.11.3 qs: 6.11.1 react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) util-deprecate: 1.0.2 dev: true - /@storybook/router/5.3.22_yicqvriqha7ppr6zyvk5y4bjya: + /@storybook/router@5.3.22(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-Z79Gd7hdTzpuMMkv2Mantd0DqX/dFaAKAzzPiXWsqWRtzlDkW7+SR0+yC36bUWnM4hcTT1SOZsLSqBoY/kw0WQ==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@reach/router': 1.3.4_yicqvriqha7ppr6zyvk5y4bjya + '@reach/router': 1.3.4(react-dom@17.0.2)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 core-js: 3.30.1 @@ -15220,30 +13101,26 @@ packages: memoizerific: 1.11.3 qs: 6.11.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) util-deprecate: 1.0.2 dev: true - /@storybook/router/5.3.22_zkbncb2mrwigeq3keybbaytzya: - resolution: {integrity: sha512-Z79Gd7hdTzpuMMkv2Mantd0DqX/dFaAKAzzPiXWsqWRtzlDkW7+SR0+yC36bUWnM4hcTT1SOZsLSqBoY/kw0WQ==} + /@storybook/source-loader@7.0.9(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-u6LMlRnFeZQb/QCXisVNyabEV+ac/UgiGVQXlu2ExAR9cJPKc6s6RKBFn2Eq3FQcrz1kQu1cKKDkXoIn8Ps+VA==} peerDependencies: - react: '*' - react-dom: '*' + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@reach/router': 1.3.4_zkbncb2mrwigeq3keybbaytzya - '@storybook/csf': 0.0.1 - '@types/reach__router': 1.3.11 - core-js: 3.30.1 - global: 4.4.0 + '@storybook/csf': 0.1.0 + '@storybook/types': 7.0.9 + estraverse: 5.3.0 lodash: 4.17.21 - memoizerific: 1.11.3 - qs: 6.11.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 - util-deprecate: 1.0.2 + prettier: 2.8.8 + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) dev: true - /@storybook/source-loader/7.0.9_prpqlkd37azqwypxturxi7uyci: + /@storybook/source-loader@7.0.9(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-u6LMlRnFeZQb/QCXisVNyabEV+ac/UgiGVQXlu2ExAR9cJPKc6s6RKBFn2Eq3FQcrz1kQu1cKKDkXoIn8Ps+VA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 @@ -15255,354 +13132,225 @@ packages: lodash: 4.17.21 prettier: 2.8.8 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: true - /@storybook/theming/5.3.21_6l5554ty5ajsajah6yazvrjhoe: + /@storybook/theming@5.3.21(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/core': 10.3.1(react@16.14.0) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) '@storybook/client-logger': 5.3.21 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react: 16.14.0 + react-dom: 16.14.0(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.21_prpqlkd37azqwypxturxi7uyci: + /@storybook/theming@5.3.21(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/core': 10.3.1(react@17.0.2) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) '@storybook/client-logger': 5.3.21 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.21_sfoxds7t5ydpegc3knd667wn6m: + /@storybook/theming@5.3.21(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/core': 10.3.1(react@16.14.0) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) '@storybook/client-logger': 5.3.21 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react: 16.14.0 + react-dom: 17.0.2(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.21_wcqkhtmu7mswc6yz4uyexck3ty: + /@storybook/theming@5.3.21(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@emotion/styled': 10.3.0_qzeatvug73zaio2r3dlvejynye + '@emotion/core': 10.3.1(react@17.0.2) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) '@storybook/client-logger': 5.3.21 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 - react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.21_yicqvriqha7ppr6zyvk5y4bjya: - resolution: {integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g==} + /@storybook/theming@5.3.22(react-dom@16.14.0)(react@16.14.0): + resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@emotion/styled': 10.3.0_qzeatvug73zaio2r3dlvejynye - '@storybook/client-logger': 5.3.21 + '@emotion/core': 10.3.1(react@16.14.0) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) + '@storybook/client-logger': 5.3.22 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.21_zkbncb2mrwigeq3keybbaytzya: - resolution: {integrity: sha512-FZbxjizqdO9lV5LUixPio/7+6UdPiswCzTJn8Hcot9uwwgfnrViRdN7xyjmSYRqv9nHP3OlYbtdeCAgZ4aPq8g==} + /@storybook/theming@5.3.22(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@emotion/styled': 10.3.0_qzeatvug73zaio2r3dlvejynye - '@storybook/client-logger': 5.3.21 + '@emotion/core': 10.3.1(react@17.0.2) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) + '@storybook/client-logger': 5.3.22 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.22_6l5554ty5ajsajah6yazvrjhoe: + /@storybook/theming@5.3.22(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/core': 10.3.1(react@16.14.0) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) '@storybook/client-logger': 5.3.22 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react: 16.14.0 + react-dom: 17.0.2(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.22_prpqlkd37azqwypxturxi7uyci: + /@storybook/theming@5.3.22(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + '@emotion/core': 10.3.1(react@17.0.2) + '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) '@storybook/client-logger': 5.3.22 core-js: 3.30.1 deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true - /@storybook/theming/5.3.22_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} - peerDependencies: - react: '*' - react-dom: '*' + /@storybook/types@7.0.9: + resolution: {integrity: sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==} dependencies: - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/styled': 10.3.0_gfrer23gq2rp2t523t6qbxrx6m - '@storybook/client-logger': 5.3.22 + '@storybook/channels': 7.0.9 + '@types/babel__core': 7.20.0 + '@types/express': 4.17.17 + file-system-cache: 2.1.1 + dev: true + + /@storybook/ui@5.3.21(@types/react@17.0.58): + resolution: {integrity: sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw==} + dependencies: + '@emotion/core': 10.3.1(react@16.14.0) + '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/channels': 5.3.21 + '@storybook/client-logger': 5.3.21 + '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) + '@storybook/core-events': 5.3.21 + '@storybook/router': 5.3.21(react-dom@16.14.0)(react@16.14.0) + '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) + copy-to-clipboard: 3.3.3 core-js: 3.30.1 - deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_gfrer23gq2rp2t523t6qbxrx6m + core-js-pure: 3.30.1 + emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) + fast-deep-equal: 2.0.1 + fuse.js: 3.6.1 global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.7.2 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - resolve-from: 5.0.0 - ts-dedent: 1.2.0 - dev: true - - /@storybook/theming/5.3.22_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@emotion/styled': 10.3.0_qzeatvug73zaio2r3dlvejynye - '@storybook/client-logger': 5.3.22 - core-js: 3.30.1 - deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.7.2 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 - resolve-from: 5.0.0 - ts-dedent: 1.2.0 - dev: true - - /@storybook/theming/5.3.22_yicqvriqha7ppr6zyvk5y4bjya: - resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@emotion/styled': 10.3.0_qzeatvug73zaio2r3dlvejynye - '@storybook/client-logger': 5.3.22 - core-js: 3.30.1 - deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.7.2 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 - resolve-from: 5.0.0 - ts-dedent: 1.2.0 - dev: true - - /@storybook/theming/5.3.22_zkbncb2mrwigeq3keybbaytzya: - resolution: {integrity: sha512-YwS7tTeKW5gQvC+lYhghHi5ranEtWCAxfqM5WbnAnEkvtSAFBvofmtZQxATTmhy/eVvkQAJiSpe/hFsbnpsZLg==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@emotion/styled': 10.3.0_qzeatvug73zaio2r3dlvejynye - '@storybook/client-logger': 5.3.22 - core-js: 3.30.1 - deep-object-diff: 1.1.9 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye - global: 4.4.0 - memoizerific: 1.11.3 - polished: 3.7.2 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 - resolve-from: 5.0.0 - ts-dedent: 1.2.0 - dev: true - - /@storybook/types/7.0.9: - resolution: {integrity: sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==} - dependencies: - '@storybook/channels': 7.0.9 - '@types/babel__core': 7.20.0 - '@types/express': 4.17.17 - file-system-cache: 2.1.1 - dev: true - - /@storybook/ui/5.3.21: - resolution: {integrity: sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw==} - dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty - copy-to-clipboard: 3.3.3 - core-js: 3.30.1 - core-js-pure: 3.30.1 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye - fast-deep-equal: 2.0.1 - fuse.js: 3.6.1 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 - memoizerific: 1.11.3 - polished: 3.7.2 - prop-types: 15.8.1 - qs: 6.11.1 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-draggable: 4.4.5_wcqkhtmu7mswc6yz4uyexck3ty - react-helmet-async: 1.3.0_wcqkhtmu7mswc6yz4uyexck3ty - react-hotkeys: 2.0.0_react@16.14.0 - react-sizeme: 2.6.12_wcqkhtmu7mswc6yz4uyexck3ty - regenerator-runtime: 0.13.11 - resolve-from: 5.0.0 - semver: 6.3.0 - store2: 2.14.2 - telejson: 3.3.0 - util-deprecate: 1.0.2 - transitivePeerDependencies: - - '@types/react' - dev: true - - /@storybook/ui/5.3.21_@types+react@17.0.58: - resolution: {integrity: sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw==} - dependencies: - '@emotion/core': 10.3.1_react@16.14.0 - '@storybook/addons': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/api': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/channels': 5.3.21 - '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21_dmnflsefwfhnvf6lhzvtrwqvky - '@storybook/core-events': 5.3.21 - '@storybook/router': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 5.3.21_wcqkhtmu7mswc6yz4uyexck3ty - copy-to-clipboard: 3.3.3 - core-js: 3.30.1 - core-js-pure: 3.30.1 - emotion-theming: 10.3.0_qzeatvug73zaio2r3dlvejynye - fast-deep-equal: 2.0.1 - fuse.js: 3.6.1 - global: 4.4.0 - lodash: 4.17.21 - markdown-to-jsx: 6.11.4_react@16.14.0 + lodash: 4.17.21 + markdown-to-jsx: 6.11.4(react@16.14.0) memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 qs: 6.11.1 react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-draggable: 4.4.5_wcqkhtmu7mswc6yz4uyexck3ty - react-helmet-async: 1.3.0_wcqkhtmu7mswc6yz4uyexck3ty - react-hotkeys: 2.0.0_react@16.14.0 - react-sizeme: 2.6.12_wcqkhtmu7mswc6yz4uyexck3ty + react-dom: 16.14.0(react@16.14.0) + react-draggable: 4.4.5(react-dom@16.14.0)(react@16.14.0) + react-helmet-async: 1.3.0(react-dom@16.14.0)(react@16.14.0) + react-hotkeys: 2.0.0(react@16.14.0) + react-sizeme: 2.6.12(react-dom@16.14.0)(react@16.14.0) regenerator-runtime: 0.13.11 resolve-from: 5.0.0 semver: 6.3.0 @@ -15613,7 +13361,7 @@ packages: - '@types/react' dev: true - /@stylelint/postcss-css-in-js/0.37.3_j55xdkkcxc32kvnyvx3y7casfm: + /@stylelint/postcss-css-in-js@0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39): resolution: {integrity: sha512-scLk3cSH1H9KggSniseb2KNAU5D9FWc3H7BxCSAIdtU9OWIyw0zkEZ9qEKHryRM+SExYXRKNb7tOOVNAsQ3iwg==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: @@ -15622,12 +13370,12 @@ packages: dependencies: '@babel/core': 7.21.8 postcss: 7.0.39 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) transitivePeerDependencies: - supports-color dev: true - /@stylelint/postcss-markdown/0.36.2_j55xdkkcxc32kvnyvx3y7casfm: + /@stylelint/postcss-markdown@0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39): resolution: {integrity: sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==} deprecated: 'Use the original unforked package instead: postcss-markdown' peerDependencies: @@ -15635,24 +13383,24 @@ packages: postcss-syntax: '>=0.36.2' dependencies: postcss: 7.0.39 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) remark: 13.0.0 unist-util-find-all-after: 3.0.2 transitivePeerDependencies: - supports-color dev: true - /@svgr/babel-plugin-add-jsx-attribute/4.2.0: + /@svgr/babel-plugin-add-jsx-attribute@4.2.0: resolution: {integrity: sha512-j7KnilGyZzYr/jhcrSYS3FGWMZVaqyCG0vzMCwzvei0coIkczuYMcniK07nI0aHJINciujjH11T72ICW5eL5Ig==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-add-jsx-attribute/5.4.0: + /@svgr/babel-plugin-add-jsx-attribute@5.4.0: resolution: {integrity: sha512-ZFf2gs/8/6B8PnSofI0inYXr2SDNTDScPXhN7k5EqD4aZ3gi6u+rbmZHVB8IM3wDyx8ntKACZbtXSm7oZGRqVg==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-add-jsx-attribute/6.5.1_@babel+core@7.21.8: + /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.21.8): resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==} engines: {node: '>=10'} peerDependencies: @@ -15661,17 +13409,17 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-plugin-remove-jsx-attribute/4.2.0: + /@svgr/babel-plugin-remove-jsx-attribute@4.2.0: resolution: {integrity: sha512-3XHLtJ+HbRCH4n28S7y/yZoEQnRpl0tvTZQsHqvaeNXPra+6vE5tbRliH3ox1yZYPCxrlqaJT/Mg+75GpDKlvQ==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-remove-jsx-attribute/5.4.0: + /@svgr/babel-plugin-remove-jsx-attribute@5.4.0: resolution: {integrity: sha512-yaS4o2PgUtwLFGTKbsiAy6D0o3ugcUhWK0Z45umJ66EPWunAz9fuFw2gJuje6wqQvQWOTJvIahUwndOXb7QCPg==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-remove-jsx-attribute/7.0.0_@babel+core@7.21.8: + /@svgr/babel-plugin-remove-jsx-attribute@7.0.0(@babel/core@7.21.8): resolution: {integrity: sha512-iiZaIvb3H/c7d3TH2HBeK91uI2rMhZNwnsIrvd7ZwGLkFw6mmunOCoVnjdYua662MqGFxlN9xTq4fv9hgR4VXQ==} engines: {node: '>=14'} peerDependencies: @@ -15680,17 +13428,17 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-plugin-remove-jsx-empty-expression/4.2.0: + /@svgr/babel-plugin-remove-jsx-empty-expression@4.2.0: resolution: {integrity: sha512-yTr2iLdf6oEuUE9MsRdvt0NmdpMBAkgK8Bjhl6epb+eQWk6abBaX3d65UZ3E3FWaOwePyUgNyNCMVG61gGCQ7w==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-remove-jsx-empty-expression/5.0.1: + /@svgr/babel-plugin-remove-jsx-empty-expression@5.0.1: resolution: {integrity: sha512-LA72+88A11ND/yFIMzyuLRSMJ+tRKeYKeQ+mR3DcAZ5I4h5CPWN9AHyUzJbWSYp/u2u0xhmgOe0+E41+GjEueA==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-remove-jsx-empty-expression/7.0.0_@babel+core@7.21.8: + /@svgr/babel-plugin-remove-jsx-empty-expression@7.0.0(@babel/core@7.21.8): resolution: {integrity: sha512-sQQmyo+qegBx8DfFc04PFmIO1FP1MHI1/QEpzcIcclo5OAISsOJPW76ZIs0bDyO/DBSJEa/tDa1W26pVtt0FRw==} engines: {node: '>=14'} peerDependencies: @@ -15699,17 +13447,17 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-plugin-replace-jsx-attribute-value/4.2.0: + /@svgr/babel-plugin-replace-jsx-attribute-value@4.2.0: resolution: {integrity: sha512-U9m870Kqm0ko8beHawRXLGLvSi/ZMrl89gJ5BNcT452fAjtF2p4uRzXkdzvGJJJYBgx7BmqlDjBN/eCp5AAX2w==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-replace-jsx-attribute-value/5.0.1: + /@svgr/babel-plugin-replace-jsx-attribute-value@5.0.1: resolution: {integrity: sha512-PoiE6ZD2Eiy5mK+fjHqwGOS+IXX0wq/YDtNyIgOrc6ejFnxN4b13pRpiIPbtPwHEc+NT2KCjteAcq33/F1Y9KQ==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-replace-jsx-attribute-value/6.5.1_@babel+core@7.21.8: + /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.21.8): resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==} engines: {node: '>=10'} peerDependencies: @@ -15718,17 +13466,17 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-plugin-svg-dynamic-title/4.3.3: + /@svgr/babel-plugin-svg-dynamic-title@4.3.3: resolution: {integrity: sha512-w3Be6xUNdwgParsvxkkeZb545VhXEwjGMwExMVBIdPQJeyMQHqm9Msnb2a1teHBqUYL66qtwfhNkbj1iarCG7w==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-svg-dynamic-title/5.4.0: + /@svgr/babel-plugin-svg-dynamic-title@5.4.0: resolution: {integrity: sha512-zSOZH8PdZOpuG1ZVx/cLVePB2ibo3WPpqo7gFIjLV9a0QsuQAzJiwwqmuEdTaW2pegyBE17Uu15mOgOcgabQZg==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-svg-dynamic-title/6.5.1_@babel+core@7.21.8: + /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.21.8): resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==} engines: {node: '>=10'} peerDependencies: @@ -15737,17 +13485,17 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-plugin-svg-em-dimensions/4.2.0: + /@svgr/babel-plugin-svg-em-dimensions@4.2.0: resolution: {integrity: sha512-C0Uy+BHolCHGOZ8Dnr1zXy/KgpBOkEUYY9kI/HseHVPeMbluaX3CijJr7D4C5uR8zrc1T64nnq/k63ydQuGt4w==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-svg-em-dimensions/5.4.0: + /@svgr/babel-plugin-svg-em-dimensions@5.4.0: resolution: {integrity: sha512-cPzDbDA5oT/sPXDCUYoVXEmm3VIoAWAPT6mSPTJNbQaBNUuEKVKyGH93oDY4e42PYHRW67N5alJx/eEol20abw==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-svg-em-dimensions/6.5.1_@babel+core@7.21.8: + /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.21.8): resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==} engines: {node: '>=10'} peerDependencies: @@ -15756,17 +13504,17 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-plugin-transform-react-native-svg/4.2.0: + /@svgr/babel-plugin-transform-react-native-svg@4.2.0: resolution: {integrity: sha512-7YvynOpZDpCOUoIVlaaOUU87J4Z6RdD6spYN4eUb5tfPoKGSF9OG2NuhgYnq4jSkAxcpMaXWPf1cePkzmqTPNw==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-transform-react-native-svg/5.4.0: + /@svgr/babel-plugin-transform-react-native-svg@5.4.0: resolution: {integrity: sha512-3eYP/SaopZ41GHwXma7Rmxcv9uRslRDTY1estspeB1w1ueZWd/tPlMfEOoccYpEMZU3jD4OU7YitnXcF5hLW2Q==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-transform-react-native-svg/6.5.1_@babel+core@7.21.8: + /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.21.8): resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==} engines: {node: '>=10'} peerDependencies: @@ -15775,17 +13523,17 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-plugin-transform-svg-component/4.2.0: + /@svgr/babel-plugin-transform-svg-component@4.2.0: resolution: {integrity: sha512-hYfYuZhQPCBVotABsXKSCfel2slf/yvJY8heTVX1PCTaq/IgASq1IyxPPKJ0chWREEKewIU/JMSsIGBtK1KKxw==} engines: {node: '>=8'} dev: true - /@svgr/babel-plugin-transform-svg-component/5.5.0: + /@svgr/babel-plugin-transform-svg-component@5.5.0: resolution: {integrity: sha512-q4jSH1UUvbrsOtlo/tKcgSeiCHRSBdXoIoqX1pgcKK/aU3JD27wmMKwGtpB8qRYUYoyXvfGxUVKchLuR5pB3rQ==} engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-transform-svg-component/6.5.1_@babel+core@7.21.8: + /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.21.8): resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==} engines: {node: '>=12'} peerDependencies: @@ -15794,7 +13542,7 @@ packages: '@babel/core': 7.21.8 dev: true - /@svgr/babel-preset/4.3.3: + /@svgr/babel-preset@4.3.3: resolution: {integrity: sha512-6PG80tdz4eAlYUN3g5GZiUjg2FMcp+Wn6rtnz5WJG9ITGEF1pmFdzq02597Hn0OmnQuCVaBYQE1OVFAnwOl+0A==} engines: {node: '>=8'} dependencies: @@ -15808,7 +13556,7 @@ packages: '@svgr/babel-plugin-transform-svg-component': 4.2.0 dev: true - /@svgr/babel-preset/5.5.0: + /@svgr/babel-preset@5.5.0: resolution: {integrity: sha512-4FiXBjvQ+z2j7yASeGPEi8VD/5rrGQk4Xrq3EdJmoZgz/tpqChpo5hgXDvmEauwtvOc52q8ghhZK4Oy7qph4ig==} engines: {node: '>=10'} dependencies: @@ -15822,24 +13570,24 @@ packages: '@svgr/babel-plugin-transform-svg-component': 5.5.0 dev: true - /@svgr/babel-preset/6.5.1_@babel+core@7.21.8: + /@svgr/babel-preset@6.5.1(@babel/core@7.21.8): resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@svgr/babel-plugin-add-jsx-attribute': 6.5.1_@babel+core@7.21.8 - '@svgr/babel-plugin-remove-jsx-attribute': 7.0.0_@babel+core@7.21.8 - '@svgr/babel-plugin-remove-jsx-empty-expression': 7.0.0_@babel+core@7.21.8 - '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1_@babel+core@7.21.8 - '@svgr/babel-plugin-svg-dynamic-title': 6.5.1_@babel+core@7.21.8 - '@svgr/babel-plugin-svg-em-dimensions': 6.5.1_@babel+core@7.21.8 - '@svgr/babel-plugin-transform-react-native-svg': 6.5.1_@babel+core@7.21.8 - '@svgr/babel-plugin-transform-svg-component': 6.5.1_@babel+core@7.21.8 + '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.21.8) + '@svgr/babel-plugin-remove-jsx-attribute': 7.0.0(@babel/core@7.21.8) + '@svgr/babel-plugin-remove-jsx-empty-expression': 7.0.0(@babel/core@7.21.8) + '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.21.8) + '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.21.8) + '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.21.8) + '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.21.8) + '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.21.8) dev: true - /@svgr/core/4.3.3: + /@svgr/core@4.3.3: resolution: {integrity: sha512-qNuGF1QON1626UCaZamWt5yedpgOytvLj5BQZe2j1k1B8DUG4OyugZyfEwBeXozCUwhLEpsrgPrE+eCu4fY17w==} engines: {node: '>=8'} dependencies: @@ -15850,7 +13598,7 @@ packages: - supports-color dev: true - /@svgr/core/5.5.0: + /@svgr/core@5.5.0: resolution: {integrity: sha512-q52VOcsJPvV3jO1wkPtzTuKlvX7Y3xIcWRpCMtBF3MrteZJtBfQw/+u0B1BHy5ColpQc1/YVTrPEtSYIMNZlrQ==} engines: {node: '>=10'} dependencies: @@ -15861,34 +13609,34 @@ packages: - supports-color dev: true - /@svgr/core/6.5.1: + /@svgr/core@6.5.1: resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==} engines: {node: '>=10'} dependencies: '@babel/core': 7.21.8 - '@svgr/babel-preset': 6.5.1_@babel+core@7.21.8 - '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.5.1 + '@svgr/babel-preset': 6.5.1(@babel/core@7.21.8) + '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1) camelcase: 6.3.0 cosmiconfig: 7.1.0 transitivePeerDependencies: - supports-color dev: true - /@svgr/hast-util-to-babel-ast/4.3.2: + /@svgr/hast-util-to-babel-ast@4.3.2: resolution: {integrity: sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg==} engines: {node: '>=8'} dependencies: '@babel/types': 7.21.5 dev: true - /@svgr/hast-util-to-babel-ast/5.5.0: + /@svgr/hast-util-to-babel-ast@5.5.0: resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} engines: {node: '>=10'} dependencies: '@babel/types': 7.21.5 dev: true - /@svgr/hast-util-to-babel-ast/6.5.1: + /@svgr/hast-util-to-babel-ast@6.5.1: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} dependencies: @@ -15896,7 +13644,7 @@ packages: entities: 4.5.0 dev: true - /@svgr/plugin-jsx/4.3.3: + /@svgr/plugin-jsx@4.3.3: resolution: {integrity: sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==} engines: {node: '>=8'} dependencies: @@ -15908,7 +13656,7 @@ packages: - supports-color dev: true - /@svgr/plugin-jsx/5.5.0: + /@svgr/plugin-jsx@5.5.0: resolution: {integrity: sha512-V/wVh33j12hGh05IDg8GpIUXbjAPnTdPTKuP4VNLggnwaHMPNQNae2pRnyTAILWCQdz5GyMqtO488g7CKM8CBA==} engines: {node: '>=10'} dependencies: @@ -15920,14 +13668,14 @@ packages: - supports-color dev: true - /@svgr/plugin-jsx/6.5.1_@svgr+core@6.5.1: + /@svgr/plugin-jsx@6.5.1(@svgr/core@6.5.1): resolution: {integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==} engines: {node: '>=10'} peerDependencies: '@svgr/core': ^6.0.0 dependencies: '@babel/core': 7.21.8 - '@svgr/babel-preset': 6.5.1_@babel+core@7.21.8 + '@svgr/babel-preset': 6.5.1(@babel/core@7.21.8) '@svgr/core': 6.5.1 '@svgr/hast-util-to-babel-ast': 6.5.1 svg-parser: 2.0.4 @@ -15935,7 +13683,7 @@ packages: - supports-color dev: true - /@svgr/plugin-svgo/4.3.1: + /@svgr/plugin-svgo@4.3.1: resolution: {integrity: sha512-PrMtEDUWjX3Ea65JsVCwTIXuSqa3CG9px+DluF1/eo9mlDrgrtFE7NE/DjdhjJgSM9wenlVBzkzneSIUgfUI/w==} engines: {node: '>=8'} dependencies: @@ -15944,7 +13692,7 @@ packages: svgo: 1.3.2 dev: true - /@svgr/plugin-svgo/5.5.0: + /@svgr/plugin-svgo@5.5.0: resolution: {integrity: sha512-r5swKk46GuQl4RrVejVwpeeJaydoxkdwkM1mBKOgJLBUJPGaLci6ylg/IjhrRsREKDkr4kbMWdgOtbXEh0fyLQ==} engines: {node: '>=10'} dependencies: @@ -15953,7 +13701,7 @@ packages: svgo: 1.3.2 dev: true - /@svgr/plugin-svgo/6.5.1_@svgr+core@6.5.1: + /@svgr/plugin-svgo@6.5.1(@svgr/core@6.5.1): resolution: {integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==} engines: {node: '>=10'} peerDependencies: @@ -15965,14 +13713,14 @@ packages: svgo: 2.8.0 dev: true - /@svgr/rollup/5.5.0: + /@svgr/rollup@5.5.0: resolution: {integrity: sha512-EiZmH2VTr+Xzyb6Ga8XtGa9MEbiU3WQnB5vHmqhwAUqibU3uwuwr7MN+QwIh/gtBk1ucMim8BCfcRTlLVREM8A==} engines: {node: '>=10'} dependencies: '@babel/core': 7.18.2 - '@babel/plugin-transform-react-constant-elements': 7.21.3_@babel+core@7.18.2 - '@babel/preset-env': 7.12.1_@babel+core@7.18.2 - '@babel/preset-react': 7.18.6_@babel+core@7.18.2 + '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.18.2) + '@babel/preset-env': 7.12.1(@babel/core@7.18.2) + '@babel/preset-react': 7.18.6(@babel/core@7.18.2) '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -15981,14 +13729,14 @@ packages: - supports-color dev: true - /@svgr/webpack/4.3.3: + /@svgr/webpack@4.3.3: resolution: {integrity: sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg==} engines: {node: '>=8'} dependencies: '@babel/core': 7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3_@babel+core@7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@babel/preset-react': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/preset-react': 7.18.6(@babel/core@7.21.8) '@svgr/core': 4.3.3 '@svgr/plugin-jsx': 4.3.3 '@svgr/plugin-svgo': 4.3.1 @@ -15997,27 +13745,14 @@ packages: - supports-color dev: true - /@szmarczak/http-timer/1.1.2: + /@szmarczak/http-timer@1.1.2: resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} engines: {node: '>=6'} dependencies: defer-to-connect: 1.1.3 dev: true - /@tippy.js/react/2.2.3_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-5XYvbQujzDj9r00JYEz/cBtm6DutjOdv2azdco53B+eWF7FDBCQfkLVn87wimfEpmGK0vqRQv/cwFxFcoOP98Q==} - deprecated: This package has moved to @tippyjs/react (the same but without a dot in the scoped organization) due to issues some shells had with the dot when installing the package. - peerDependencies: - react: '>=16.8 || 17' - react-dom: '>=16.8' - dependencies: - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - tippy.js: 4.3.5 - dev: true - - /@tippy.js/react/2.2.3_prpqlkd37azqwypxturxi7uyci: + /@tippy.js/react@2.2.3(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-5XYvbQujzDj9r00JYEz/cBtm6DutjOdv2azdco53B+eWF7FDBCQfkLVn87wimfEpmGK0vqRQv/cwFxFcoOP98Q==} deprecated: This package has moved to @tippyjs/react (the same but without a dot in the scoped organization) due to issues some shells had with the dot when installing the package. peerDependencies: @@ -16026,11 +13761,11 @@ packages: dependencies: prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) tippy.js: 4.3.5 dev: true - /@tippy.js/react/2.2.3_sfoxds7t5ydpegc3knd667wn6m: + /@tippy.js/react@2.2.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-5XYvbQujzDj9r00JYEz/cBtm6DutjOdv2azdco53B+eWF7FDBCQfkLVn87wimfEpmGK0vqRQv/cwFxFcoOP98Q==} deprecated: This package has moved to @tippyjs/react (the same but without a dot in the scoped organization) due to issues some shells had with the dot when installing the package. peerDependencies: @@ -16039,36 +13774,36 @@ packages: dependencies: prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) tippy.js: 4.3.5 dev: true - /@tootallnate/once/1.1.2: + /@tootallnate/once@1.1.2: resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} engines: {node: '>= 6'} - /@trysound/sax/0.2.0: + /@trysound/sax@0.2.0: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} engines: {node: '>=10.13.0'} dev: true - /@tsconfig/node10/1.0.9: + /@tsconfig/node10@1.0.9: resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} dev: true - /@tsconfig/node12/1.0.11: + /@tsconfig/node12@1.0.11: resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} dev: true - /@tsconfig/node14/1.0.3: + /@tsconfig/node14@1.0.3: resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} dev: true - /@tsconfig/node16/1.0.3: + /@tsconfig/node16@1.0.3: resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==} dev: true - /@turf/along/5.1.5: + /@turf/along@5.1.5: resolution: {integrity: sha512-N7BN1xvj6VWMe3UpjQDdVI0j0oY/EZ0bWgOgBXc4DlJ411uEsKCh6iBv0b2MSxQ3YUXEez3oc5FcgO9eVSs7iQ==} dependencies: '@turf/bearing': 5.1.5 @@ -16077,7 +13812,7 @@ packages: '@turf/helpers': 5.1.5 dev: false - /@turf/along/6.5.0: + /@turf/along@6.5.0: resolution: {integrity: sha512-LLyWQ0AARqJCmMcIEAXF4GEu8usmd4Kbz3qk1Oy5HoRNpZX47+i5exQtmIWKdqJ1MMhW26fCTXgpsEs5zgJ5gw==} dependencies: '@turf/bearing': 6.5.0 @@ -16087,7 +13822,7 @@ packages: '@turf/invariant': 6.5.0 dev: false - /@turf/angle/6.5.0: + /@turf/angle@6.5.0: resolution: {integrity: sha512-4pXMbWhFofJJAOvTMCns6N4C8CMd5Ih4O2jSAG9b3dDHakj3O4yN1+Zbm+NUei+eVEZ9gFeVp9svE3aMDenIkw==} dependencies: '@turf/bearing': 6.5.0 @@ -16096,21 +13831,21 @@ packages: '@turf/rhumb-bearing': 6.5.0 dev: false - /@turf/area/5.1.5: + /@turf/area@5.1.5: resolution: {integrity: sha512-lz16gqtvoz+j1jD9y3zj0Z5JnGNd3YfS0h+DQY1EcZymvi75Frm9i5YbEyth0RfxYZeOVufY7YIS3LXbJlI57g==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/area/6.5.0: + /@turf/area@6.5.0: resolution: {integrity: sha512-xCZdiuojokLbQ+29qR6qoMD89hv+JAgWjLrwSEWL+3JV8IXKeNFl6XkEJz9HGkVpnXvQKJoRz4/liT+8ZZ5Jyg==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/bbox-clip/5.1.5: + /@turf/bbox-clip@5.1.5: resolution: {integrity: sha512-KP64aoTvjcXxWHeM/Hs25vOQUBJgyJi7DlRVEoZofFJiR1kPnmDQrK7Xj+60lAk5cxuqzFnaPPxUk9Q+3v4p1Q==} dependencies: '@turf/helpers': 5.1.5 @@ -16118,82 +13853,82 @@ packages: lineclip: 1.1.5 dev: false - /@turf/bbox-clip/6.5.0: + /@turf/bbox-clip@6.5.0: resolution: {integrity: sha512-F6PaIRF8WMp8EmgU/Ke5B1Y6/pia14UAYB5TiBC668w5rVVjy5L8rTm/m2lEkkDMHlzoP9vNY4pxpNthE7rLcQ==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/bbox-polygon/5.1.5: + /@turf/bbox-polygon@5.1.5: resolution: {integrity: sha512-PKVPF5LABFWZJud8KzzfesLGm5ihiwLbVa54HJjYySe6yqU/cr5q/qcN9TWptynOFhNktG1dr0KXVG0I2FZmfw==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/bbox-polygon/6.5.0: + /@turf/bbox-polygon@6.5.0: resolution: {integrity: sha512-+/r0NyL1lOG3zKZmmf6L8ommU07HliP4dgYToMoTxqzsWzyLjaj/OzgQ8rBmv703WJX+aS6yCmLuIhYqyufyuw==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/bbox/5.1.5: + /@turf/bbox@5.1.5: resolution: {integrity: sha512-sYQU4fqsOYYJoD8UndC1n2hy8hV/lGIAmMLKWuzwmPUWqWOuSKWUcoRWDi9mGB0GvQQe/ow2IxZr8UaVaGz3sQ==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/bbox/6.5.0: + /@turf/bbox@6.5.0: resolution: {integrity: sha512-RBbLaao5hXTYyyg577iuMtDB8ehxMlUqHEJiMs8jT1GHkFhr6sYre3lmLsPeYEi/ZKj5TP5tt7fkzNdJ4GIVyw==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/bearing/5.1.5: + /@turf/bearing@5.1.5: resolution: {integrity: sha512-PrvZuJjnXGseB8hUatIjsrK3tgD3wttyRnVYXTbSfXYJZzaOfHDMplgO4lxXQp7diraZhGhCdSlbMvRRXItbUQ==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.2.0 dev: false - /@turf/bearing/6.5.0: + /@turf/bearing@6.5.0: resolution: {integrity: sha512-dxINYhIEMzgDOztyMZc20I7ssYVNEpSv04VbMo5YPQsqa80KO3TFvbuCahMsCAW5z8Tncc8dwBlEFrmRjJG33A==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/bezier-spline/5.1.5: + /@turf/bezier-spline@5.1.5: resolution: {integrity: sha512-Y9NoComaGgFFFe9TWWE/cEMg2+EnBfU1R3112ec2wlx21ygDmFGXs4boOS71WM4ySwm/dbS3wxnbVxs4j68sKw==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/bezier-spline/6.5.0: + /@turf/bezier-spline@6.5.0: resolution: {integrity: sha512-vokPaurTd4PF96rRgGVm6zYYC5r1u98ZsG+wZEv9y3kJTuJRX/O3xIY2QnTGTdbVmAJN1ouOsD0RoZYaVoXORQ==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/boolean-clockwise/5.1.5: + /@turf/boolean-clockwise@5.1.5: resolution: {integrity: sha512-FqbmEEOJ4rU4/2t7FKx0HUWmjFEVqR+NJrFP7ymGSjja2SQ7Q91nnBihGuT+yuHHl6ElMjQ3ttsB/eTmyCycxA==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/boolean-clockwise/6.5.0: + /@turf/boolean-clockwise@6.5.0: resolution: {integrity: sha512-45+C7LC5RMbRWrxh3Z0Eihsc8db1VGBO5d9BLTOAwU4jR6SgsunTfRWR16X7JUwIDYlCVEmnjcXJNi/kIU3VIw==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/boolean-contains/5.1.5: + /@turf/boolean-contains@5.1.5: resolution: {integrity: sha512-x2HeEieeE9vBQrTdCuj4swnAXlpKbj9ChxMdDTV479c0m2gVmfea83ocmkj3w+9cvAaS63L8WqFyNVSmkwqljQ==} dependencies: '@turf/bbox': 5.1.5 @@ -16203,7 +13938,7 @@ packages: '@turf/invariant': 5.1.5 dev: false - /@turf/boolean-contains/6.5.0: + /@turf/boolean-contains@6.5.0: resolution: {integrity: sha512-4m8cJpbw+YQcKVGi8y0cHhBUnYT+QRfx6wzM4GI1IdtYH3p4oh/DOBJKrepQyiDzFDaNIjxuWXBh0ai1zVwOQQ==} dependencies: '@turf/bbox': 6.5.0 @@ -16213,7 +13948,7 @@ packages: '@turf/invariant': 6.5.0 dev: false - /@turf/boolean-crosses/5.1.5: + /@turf/boolean-crosses@5.1.5: resolution: {integrity: sha512-odljvS7INr9k/8yXeyXQVry7GqEaChOmXawP0+SoTfGO3hgptiik59TLU/Yjn/SLFjE2Ul54Ga1jKFSL7vvH0Q==} dependencies: '@turf/boolean-point-in-polygon': 5.1.5 @@ -16223,7 +13958,7 @@ packages: '@turf/polygon-to-line': 5.1.5 dev: false - /@turf/boolean-crosses/6.5.0: + /@turf/boolean-crosses@6.5.0: resolution: {integrity: sha512-gvshbTPhAHporTlQwBJqyfW+2yV8q/mOTxG6PzRVl6ARsqNoqYQWkd4MLug7OmAqVyBzLK3201uAeBjxbGw0Ng==} dependencies: '@turf/boolean-point-in-polygon': 6.5.0 @@ -16233,7 +13968,7 @@ packages: '@turf/polygon-to-line': 6.5.0 dev: false - /@turf/boolean-disjoint/5.1.6: + /@turf/boolean-disjoint@5.1.6: resolution: {integrity: sha512-KHvUS6SBNYHBCLIJEJrg04pF5Oy+Fqn8V5G9U+9pti5vI9tyX7Ln2g7RSB7iJ1Cxsz8QAi6OukhXjEF2/8ZpGg==} dependencies: '@turf/boolean-point-in-polygon': 5.1.5 @@ -16243,7 +13978,7 @@ packages: '@turf/polygon-to-line': 5.1.5 dev: false - /@turf/boolean-disjoint/6.5.0: + /@turf/boolean-disjoint@6.5.0: resolution: {integrity: sha512-rZ2ozlrRLIAGo2bjQ/ZUu4oZ/+ZjGvLkN5CKXSKBcu6xFO6k2bgqeM8a1836tAW+Pqp/ZFsTA5fZHsJZvP2D5g==} dependencies: '@turf/boolean-point-in-polygon': 6.5.0 @@ -16253,7 +13988,7 @@ packages: '@turf/polygon-to-line': 6.5.0 dev: false - /@turf/boolean-equal/5.1.5: + /@turf/boolean-equal@5.1.5: resolution: {integrity: sha512-QEMbhDPV+J8PlRkMlVg6m5oSLaYUpOx2VUhDDekQ73FlpnhFBKRIlidhvHtS6CYnEw8d+/zA3h8Z18B4W4mq9Q==} dependencies: '@turf/clean-coords': 5.1.5 @@ -16262,7 +13997,7 @@ packages: geojson-equality: 0.1.6 dev: false - /@turf/boolean-equal/6.5.0: + /@turf/boolean-equal@6.5.0: resolution: {integrity: sha512-cY0M3yoLC26mhAnjv1gyYNQjn7wxIXmL2hBmI/qs8g5uKuC2hRWi13ydufE3k4x0aNRjFGlg41fjoYLwaVF+9Q==} dependencies: '@turf/clean-coords': 6.5.0 @@ -16271,7 +14006,7 @@ packages: geojson-equality: 0.1.6 dev: false - /@turf/boolean-intersects/6.5.0: + /@turf/boolean-intersects@6.5.0: resolution: {integrity: sha512-nIxkizjRdjKCYFQMnml6cjPsDOBCThrt+nkqtSEcxkKMhAQj5OO7o2CecioNTaX8EayqwMGVKcsz27oP4mKPTw==} dependencies: '@turf/boolean-disjoint': 6.5.0 @@ -16279,7 +14014,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/boolean-overlap/5.1.5: + /@turf/boolean-overlap@5.1.5: resolution: {integrity: sha512-lizojgU559KME0G705YAgWVa0B3/tsWNobMzOEWDx/1rABWTojCY4uxw2rFxpOsP++s8JJHrGWXRLh1PbdAvRQ==} dependencies: '@turf/helpers': 5.1.5 @@ -16290,7 +14025,7 @@ packages: geojson-equality: 0.1.6 dev: false - /@turf/boolean-overlap/6.5.0: + /@turf/boolean-overlap@6.5.0: resolution: {integrity: sha512-8btMIdnbXVWUa1M7D4shyaSGxLRw6NjMcqKBcsTXcZdnaixl22k7ar7BvIzkaRYN3SFECk9VGXfLncNS3ckQUw==} dependencies: '@turf/helpers': 6.5.0 @@ -16301,7 +14036,7 @@ packages: geojson-equality: 0.1.6 dev: false - /@turf/boolean-parallel/5.1.5: + /@turf/boolean-parallel@5.1.5: resolution: {integrity: sha512-eeuGgDhnas3nJ22A/DD8aiH0kg9dSzbQChIMAqYRPGg3pWNK41aGAbeh5z0GO5N/EVFX1+ga5a0vsPmiRgQB5g==} dependencies: '@turf/clean-coords': 5.1.5 @@ -16310,7 +14045,7 @@ packages: '@turf/rhumb-bearing': 5.1.5 dev: false - /@turf/boolean-parallel/6.5.0: + /@turf/boolean-parallel@6.5.0: resolution: {integrity: sha512-aSHJsr1nq9e5TthZGZ9CZYeXklJyRgR5kCLm5X4urz7+MotMOp/LsGOsvKvK9NeUl9+8OUmfMn8EFTT8LkcvIQ==} dependencies: '@turf/clean-coords': 6.5.0 @@ -16319,35 +14054,35 @@ packages: '@turf/rhumb-bearing': 6.5.0 dev: false - /@turf/boolean-point-in-polygon/5.1.5: + /@turf/boolean-point-in-polygon@5.1.5: resolution: {integrity: sha512-y+gbAhLmsAZH9uYhv+C68pu06mxsGIm3o7l0hzVkc/PXYdbkr+vKe7n7PfSN3xpVA3qoDLKLpCGOqeW8/ThaJA==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/boolean-point-in-polygon/6.5.0: + /@turf/boolean-point-in-polygon@6.5.0: resolution: {integrity: sha512-DtSuVFB26SI+hj0SjrvXowGTUCHlgevPAIsukssW6BG5MlNSBQAo70wpICBNJL6RjukXg8d2eXaAWuD/CqL00A==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/boolean-point-on-line/5.1.5: + /@turf/boolean-point-on-line@5.1.5: resolution: {integrity: sha512-Zf4d28mckV2tYfLWf2iqxQ8eeLZqi2HGimM26mptf1OCEIwc1wfkKgLRRJXMu94Crvd/pJxjRAjoYGcGliP6Vg==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/boolean-point-on-line/6.5.0: + /@turf/boolean-point-on-line@6.5.0: resolution: {integrity: sha512-A1BbuQ0LceLHvq7F/P7w3QvfpmZqbmViIUPHdNLvZimFNLo4e6IQunmzbe+8aSStH9QRZm3VOflyvNeXvvpZEQ==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/boolean-within/5.1.5: + /@turf/boolean-within@5.1.5: resolution: {integrity: sha512-CNAtrvm4HiUwV/vhpGhvJzfhV9CN7VhPC5y4tTfQicK82fYY6ifPz0iaNpUOmshU6+TAot/fsVQVgDJ4t7HXcA==} dependencies: '@turf/bbox': 5.1.5 @@ -16357,7 +14092,7 @@ packages: '@turf/invariant': 5.1.5 dev: false - /@turf/boolean-within/6.5.0: + /@turf/boolean-within@6.5.0: resolution: {integrity: sha512-YQB3oU18Inx35C/LU930D36RAVe7LDXk1kWsQ8mLmuqYn9YdPsDQTMTkLJMhoQ8EbN7QTdy333xRQ4MYgToteQ==} dependencies: '@turf/bbox': 6.5.0 @@ -16367,7 +14102,7 @@ packages: '@turf/invariant': 6.5.0 dev: false - /@turf/buffer/5.1.5: + /@turf/buffer@5.1.5: resolution: {integrity: sha512-U3LU0HF/JNFUNabpB5ArpNG6yPla7yR5XPrZvzZRH48vvbr/N0rkSRI0tJFRWTz7ntugVm9X0OD9Y382NTJRhA==} dependencies: '@turf/bbox': 5.1.5 @@ -16379,7 +14114,7 @@ packages: turf-jsts: 1.2.3 dev: false - /@turf/buffer/6.5.0: + /@turf/buffer@6.5.0: resolution: {integrity: sha512-qeX4N6+PPWbKqp1AVkBVWFerGjMYMUyencwfnkCesoznU6qvfugFHNAngNqIBVnJjZ5n8IFyOf+akcxnrt9sNg==} dependencies: '@turf/bbox': 6.5.0 @@ -16391,7 +14126,7 @@ packages: turf-jsts: 1.2.3 dev: false - /@turf/center-mean/5.1.5: + /@turf/center-mean@5.1.5: resolution: {integrity: sha512-XdkBXzFUuyCqu5EPlBwgkv8FLA8pIGBnt7xy5cxxhxKOYLMrKqwMPPHPA84TjeQpNti0gH0CVuOk2r1f/Pp8iQ==} dependencies: '@turf/bbox': 5.1.5 @@ -16399,7 +14134,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/center-mean/6.5.0: + /@turf/center-mean@6.5.0: resolution: {integrity: sha512-AAX6f4bVn12pTVrMUiB9KrnV94BgeBKpyg3YpfnEbBpkN/znfVhL8dG8IxMAxAoSZ61Zt9WLY34HfENveuOZ7Q==} dependencies: '@turf/bbox': 6.5.0 @@ -16407,7 +14142,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/center-median/5.1.5: + /@turf/center-median@5.1.5: resolution: {integrity: sha512-M+O6bSNsIDKZ4utk/YzSOIg6W0isjLVWud+TCLWyrDCWTSERlSJlhOaVE1y7cObhG8nYBHvmszqZyoAY6nufQw==} dependencies: '@turf/center-mean': 5.1.5 @@ -16417,7 +14152,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/center-median/6.5.0: + /@turf/center-median@6.5.0: resolution: {integrity: sha512-dT8Ndu5CiZkPrj15PBvslpuf01ky41DEYEPxS01LOxp5HOUHXp1oJxsPxvc+i/wK4BwccPNzU1vzJ0S4emd1KQ==} dependencies: '@turf/center-mean': 6.5.0 @@ -16427,7 +14162,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/center-of-mass/5.1.5: + /@turf/center-of-mass@5.1.5: resolution: {integrity: sha512-UvI7q6GgW3afCVIDOyTRuLT54v9Xwv65Xudxh4FIT6w7HNU4KUBtTGnx0NuhODZcgvZgWVWVakhmIcHQTMjYYA==} dependencies: '@turf/centroid': 5.1.5 @@ -16437,7 +14172,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/center-of-mass/6.5.0: + /@turf/center-of-mass@6.5.0: resolution: {integrity: sha512-EWrriU6LraOfPN7m1jZi+1NLTKNkuIsGLZc2+Y8zbGruvUW+QV7K0nhf7iZWutlxHXTBqEXHbKue/o79IumAsQ==} dependencies: '@turf/centroid': 6.5.0 @@ -16447,75 +14182,75 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/center/5.1.5: + /@turf/center@5.1.5: resolution: {integrity: sha512-Dy1TvAv2oHKFddZcWqlVsanxurfcZV1Mmb1E+7H7GRKI+fXZTfRjwCdbiZCbO/tPwxt8jWQHWdLHn8E9lecc3A==} dependencies: '@turf/bbox': 5.1.5 '@turf/helpers': 5.1.5 dev: false - /@turf/center/6.5.0: + /@turf/center@6.5.0: resolution: {integrity: sha512-T8KtMTfSATWcAX088rEDKjyvQCBkUsLnK/Txb6/8WUXIeOZyHu42G7MkdkHRoHtwieLdduDdmPLFyTdG5/e7ZQ==} dependencies: '@turf/bbox': 6.5.0 '@turf/helpers': 6.5.0 dev: false - /@turf/centroid/5.1.5: + /@turf/centroid@5.1.5: resolution: {integrity: sha512-0m9ZAZJB4YXLDxF2fWGqlE/g9Y68cebeWaRNOMN+e6Bti1fz0JKQuaEqJV+J8xOmODPHSMbZZ1SqSDVRgVHP2Q==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/centroid/6.5.0: + /@turf/centroid@6.5.0: resolution: {integrity: sha512-MwE1oq5E3isewPprEClbfU5pXljIK/GUOMbn22UM3IFPDJX0KeoyLNwghszkdmFp/qMGL/M13MMWvU+GNLXP/A==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/circle/5.1.5: + /@turf/circle@5.1.5: resolution: {integrity: sha512-CNaEtvp38Q+TSFJHdzdl5iYNjBFZRluRTFikIuEcennSeMJD60nP0dMubP58TR/QQn541eNDUyED90V4KuOjyQ==} dependencies: '@turf/destination': 5.1.5 '@turf/helpers': 5.1.5 dev: false - /@turf/circle/6.5.0: + /@turf/circle@6.5.0: resolution: {integrity: sha512-oU1+Kq9DgRnoSbWFHKnnUdTmtcRUMmHoV9DjTXu9vOLNV5OWtAAh1VZ+mzsioGGzoDNT/V5igbFOkMfBQc0B6A==} dependencies: '@turf/destination': 6.5.0 '@turf/helpers': 6.5.0 dev: false - /@turf/clean-coords/5.1.5: + /@turf/clean-coords@5.1.5: resolution: {integrity: sha512-xd/iSM0McVUxbu81KCKDqirCsYkKk3EAwpDjYI8vIQ+eKf/MLSdteRcm3PB7wo2y6JcYp4dMGv2cr9IP7V+dXQ==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/clean-coords/6.5.0: + /@turf/clean-coords@6.5.0: resolution: {integrity: sha512-EMX7gyZz0WTH/ET7xV8MyrExywfm9qUi0/MY89yNffzGIEHuFfqwhcCqZ8O00rZIPZHUTxpmsxQSTfzJJA1CPw==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/clone/5.1.5: + /@turf/clone@5.1.5: resolution: {integrity: sha512-//pITsQ8xUdcQ9pVb4JqXiSqG4dos5Q9N4sYFoWghX21tfOV2dhc5TGqYOhnHrQS7RiKQL1vQ48kIK34gQ5oRg==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/clone/6.5.0: + /@turf/clone@6.5.0: resolution: {integrity: sha512-mzVtTFj/QycXOn6ig+annKrM6ZlimreKYz6f/GSERytOpgzodbQyOgkfwru100O1KQhhjSudKK4DsQ0oyi9cTw==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/clusters-dbscan/5.1.5: + /@turf/clusters-dbscan@5.1.5: resolution: {integrity: sha512-X3qLLHJkwMuv+xdWQ08NtOc6BgeqCKKSAltyyAZ7iImE65f0C+sW024DfHSbTMsZVXBFst2Q6RQY8RVUf3QBeQ==} dependencies: '@turf/clone': 5.1.5 @@ -16526,7 +14261,7 @@ packages: density-clustering: 1.3.0 dev: false - /@turf/clusters-dbscan/6.5.0: + /@turf/clusters-dbscan@6.5.0: resolution: {integrity: sha512-SxZEE4kADU9DqLRiT53QZBBhu8EP9skviSyl+FGj08Y01xfICM/RR9ACUdM0aEQimhpu+ZpRVcUK+2jtiCGrYQ==} dependencies: '@turf/clone': 6.5.0 @@ -16536,7 +14271,7 @@ packages: density-clustering: 1.3.0 dev: false - /@turf/clusters-kmeans/5.1.5: + /@turf/clusters-kmeans@5.1.5: resolution: {integrity: sha512-W6raiv9+fRgmJxCvKrpSacbLXzh7beZUk0A1pjF82Fv3CFTrXAJbgAyIbdlmgXezYSXhOT5NMUugnbkUy2oBZw==} dependencies: '@turf/clone': 5.1.5 @@ -16546,7 +14281,7 @@ packages: skmeans: 0.9.7 dev: false - /@turf/clusters-kmeans/6.5.0: + /@turf/clusters-kmeans@6.5.0: resolution: {integrity: sha512-DwacD5+YO8kwDPKaXwT9DV46tMBVNsbi1IzdajZu1JDSWoN7yc7N9Qt88oi+p30583O0UPVkAK+A10WAQv4mUw==} dependencies: '@turf/clone': 6.5.0 @@ -16556,21 +14291,21 @@ packages: skmeans: 0.9.7 dev: false - /@turf/clusters/5.1.5: + /@turf/clusters@5.1.5: resolution: {integrity: sha512-+rQe+g66xfbIXz58tveXQCDdE9hzqRJtDVSw5xth92TvCcL4J60ZKN8mHNUSn1ZZvpUHtVPe4dYcbtk5bW8fXQ==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/clusters/6.5.0: + /@turf/clusters@6.5.0: resolution: {integrity: sha512-Y6gfnTJzQ1hdLfCsyd5zApNbfLIxYEpmDibHUqR5z03Lpe02pa78JtgrgUNt1seeO/aJ4TG1NLN8V5gOrHk04g==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/collect/5.1.5: + /@turf/collect@5.1.5: resolution: {integrity: sha512-voFWu6EGPcNuIbAp43yvGf2Ip4/q8TTeWhOSJ2yDEHgOfbAwrNUwUJCclEjcUVsnc7ypKNrFn3/8bmR9tI0NQg==} dependencies: '@turf/bbox': 5.1.5 @@ -16579,7 +14314,7 @@ packages: rbush: 2.0.2 dev: false - /@turf/collect/6.5.0: + /@turf/collect@6.5.0: resolution: {integrity: sha512-4dN/T6LNnRg099m97BJeOcTA5fSI8cu87Ydgfibewd2KQwBexO69AnjEFqfPX3Wj+Zvisj1uAVIZbPmSSrZkjg==} dependencies: '@turf/bbox': 6.5.0 @@ -16588,21 +14323,21 @@ packages: rbush: 2.0.2 dev: false - /@turf/combine/5.1.5: + /@turf/combine@5.1.5: resolution: {integrity: sha512-/RqmfCvduHquINVyNmzKOcZtZjfaEHMhghgmj8MYnzepN3ro+E2QXoaQGGrQ7nChAvGgWPAvN8EveVSc1MvzPg==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/combine/6.5.0: + /@turf/combine@6.5.0: resolution: {integrity: sha512-Q8EIC4OtAcHiJB3C4R+FpB4LANiT90t17uOd851qkM2/o6m39bfN5Mv0PWqMZIHWrrosZqRqoY9dJnzz/rJxYQ==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/concave/5.1.5: + /@turf/concave@5.1.5: resolution: {integrity: sha512-NvR5vmAunmgjEPjNzmvjLRvPcj7C6WuqCf+vu/aqyc4h2c1B/x399bDsSM64iFT+PYesFuoS1ZhJHWivXG8Y5g==} dependencies: '@turf/clone': 5.1.5 @@ -16615,7 +14350,7 @@ packages: topojson-server: 3.0.1 dev: false - /@turf/concave/6.5.0: + /@turf/concave@6.5.0: resolution: {integrity: sha512-I/sUmUC8TC5h/E2vPwxVht+nRt+TnXIPRoztDFvS8/Y0+cBDple9inLSo9nnPXMXidrBlGXZ9vQx/BjZUJgsRQ==} dependencies: '@turf/clone': 6.5.0 @@ -16628,7 +14363,7 @@ packages: topojson-server: 3.0.1 dev: false - /@turf/convex/5.1.5: + /@turf/convex@5.1.5: resolution: {integrity: sha512-ZEk4kIAoYR/mjO3C8rMe2StgmwhdwmbxVvNxg3udeahe2m0ZzbfkRC4HiJAaBgfR4TLJUAEewynESReTPwASBQ==} dependencies: '@turf/helpers': 5.1.5 @@ -16636,7 +14371,7 @@ packages: concaveman: 1.2.1 dev: false - /@turf/convex/6.5.0: + /@turf/convex@6.5.0: resolution: {integrity: sha512-x7ZwC5z7PJB0SBwNh7JCeCNx7Iu+QSrH7fYgK0RhhNop13TqUlvHMirMLRgf2db1DqUetrAO2qHJeIuasquUWg==} dependencies: '@turf/helpers': 6.5.0 @@ -16644,21 +14379,21 @@ packages: concaveman: 1.2.1 dev: false - /@turf/destination/5.1.5: + /@turf/destination@5.1.5: resolution: {integrity: sha512-EWwZnd4wxUO9d8UWzJt88jQlFf6W/6SE1930MMzzIR9o+RfqhrS/BL1eUDrg5I5drsymf6PZsK0j/V0q6jqkFQ==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.2.0 dev: false - /@turf/destination/6.5.0: + /@turf/destination@6.5.0: resolution: {integrity: sha512-4cnWQlNC8d1tItOz9B4pmJdWpXqS0vEvv65bI/Pj/genJnsL7evI0/Xw42RvEGROS481MPiU80xzvwxEvhQiMQ==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/difference/5.1.5: + /@turf/difference@5.1.5: resolution: {integrity: sha512-hIjiUHS8WiDfnmADQrhh6QcXWc3zNtjIpPQ5g/2NZ3k1mjnOdmGBVObkSJG4WEUNqyj3PKlsZ8W9xnSu+lLF1Q==} dependencies: '@turf/area': 5.1.5 @@ -16668,7 +14403,7 @@ packages: turf-jsts: 1.2.3 dev: false - /@turf/difference/6.5.0: + /@turf/difference@6.5.0: resolution: {integrity: sha512-l8iR5uJqvI+5Fs6leNbhPY5t/a3vipUF/3AeVLpwPQcgmedNXyheYuy07PcMGH5Jdpi5gItOiTqwiU/bUH4b3A==} dependencies: '@turf/helpers': 6.5.0 @@ -16676,7 +14411,7 @@ packages: polygon-clipping: 0.15.3 dev: false - /@turf/dissolve/5.1.5: + /@turf/dissolve@5.1.5: resolution: {integrity: sha512-YcQgyp7pvhyZHCmbqqItVH6vHs43R9N0jzP/LnAG03oMiY4wves/BO1du6VDDbnJSXeRKf1afmY9tRGKYrm9ag==} dependencies: '@turf/boolean-overlap': 5.1.5 @@ -16690,7 +14425,7 @@ packages: get-closest: 0.0.4 dev: false - /@turf/dissolve/6.5.0: + /@turf/dissolve@6.5.0: resolution: {integrity: sha512-WBVbpm9zLTp0Bl9CE35NomTaOL1c4TQCtEoO43YaAhNEWJOOIhZMFJyr8mbvYruKl817KinT3x7aYjjCMjTAsQ==} dependencies: '@turf/helpers': 6.5.0 @@ -16699,7 +14434,7 @@ packages: polygon-clipping: 0.15.3 dev: false - /@turf/distance-weight/6.5.0: + /@turf/distance-weight@6.5.0: resolution: {integrity: sha512-a8qBKkgVNvPKBfZfEJZnC3DV7dfIsC3UIdpRci/iap/wZLH41EmS90nM+BokAJflUHYy8PqE44wySGWHN1FXrQ==} dependencies: '@turf/centroid': 6.5.0 @@ -16708,21 +14443,21 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/distance/5.1.5: + /@turf/distance@5.1.5: resolution: {integrity: sha512-sYCAgYZ2MjNKMtx17EijHlK9qHwpA0MuuQWbR4P30LTCl52UlG/reBfV899wKyF3HuDL9ux78IbILwOfeQ4zgA==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.2.0 dev: false - /@turf/distance/6.5.0: + /@turf/distance@6.5.0: resolution: {integrity: sha512-xzykSLfoURec5qvQJcfifw/1mJa+5UwByZZ5TZ8iaqjGYN0vomhV9aiSLeYdUGtYRESZ+DYC/OzY+4RclZYgMg==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/ellipse/5.1.5: + /@turf/ellipse@5.1.5: resolution: {integrity: sha512-oVTzEyDOi3d9isgB7Ah+YiOoUKB1eHMtMDXVl1oT+vC/T+6KR2aq+HjjbF11A0cjuh3VhjSWUZaS+2TYY0pu0w==} dependencies: '@turf/helpers': 5.1.5 @@ -16731,7 +14466,7 @@ packages: '@turf/transform-rotate': 5.1.5 dev: false - /@turf/ellipse/6.5.0: + /@turf/ellipse@6.5.0: resolution: {integrity: sha512-kuXtwFviw/JqnyJXF1mrR/cb496zDTSbGKtSiolWMNImYzGGkbsAsFTjwJYgD7+4FixHjp0uQPzo70KDf3AIBw==} dependencies: '@turf/helpers': 6.5.0 @@ -16740,7 +14475,7 @@ packages: '@turf/transform-rotate': 6.5.0 dev: false - /@turf/envelope/5.1.5: + /@turf/envelope@5.1.5: resolution: {integrity: sha512-Mxl5A2euAxq3RZVN65/MVyaO91kzGU8MJXfegPdep6SN4bONDadEp0olwW5qSRf2U3cJ8Jppl089X6AeifD3IA==} dependencies: '@turf/bbox': 5.1.5 @@ -16748,7 +14483,7 @@ packages: '@turf/helpers': 5.1.5 dev: false - /@turf/envelope/6.5.0: + /@turf/envelope@6.5.0: resolution: {integrity: sha512-9Z+FnBWvOGOU4X+fMZxYFs1HjFlkKqsddLuMknRaqcJd6t+NIv5DWvPtDL8ATD2GEExYDiFLwMdckfr1yqJgHA==} dependencies: '@turf/bbox': 6.5.0 @@ -16756,35 +14491,35 @@ packages: '@turf/helpers': 6.5.0 dev: false - /@turf/explode/5.1.5: + /@turf/explode@5.1.5: resolution: {integrity: sha512-v/hC9DB9RKRW9/ZjnKoQelIp08JNa5wew0889465s//tfgY8+JEGkSGMag2L2NnVARWmzI/vlLgMK36qwkyDIA==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/explode/6.5.0: + /@turf/explode@6.5.0: resolution: {integrity: sha512-6cSvMrnHm2qAsace6pw9cDmK2buAlw8+tjeJVXMfMyY+w7ZUi1rprWMsY92J7s2Dar63Bv09n56/1V7+tcj52Q==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/flatten/5.1.5: + /@turf/flatten@5.1.5: resolution: {integrity: sha512-aagHz5tjHmOtb8eMb5fd10+HJwdlhkhsPql1vRXQNnpv0Q9xL/4SsbvXZ6lPqkRAjiZuy087mvaz+ERml76/jg==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/flatten/6.5.0: + /@turf/flatten@6.5.0: resolution: {integrity: sha512-IBZVwoNLVNT6U/bcUUllubgElzpMsNoCw8tLqBw6dfYg9ObGmpEjf9BIYLr7a2Yn5ZR4l7YIj2T7kD5uJjZADQ==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/flip/5.1.5: + /@turf/flip@5.1.5: resolution: {integrity: sha512-7+IYM3QQAkV4co3wjEmM726/OkXqUCCHWWyIqrI9hiK+LR628qkoqP1hk6rQ4vZJrAYuvSlK+FZnr24OtgY0cw==} dependencies: '@turf/clone': 5.1.5 @@ -16792,7 +14527,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/flip/6.5.0: + /@turf/flip@6.5.0: resolution: {integrity: sha512-oyikJFNjt2LmIXQqgOGLvt70RgE2lyzPMloYWM7OR5oIFGRiBvqVD2hA6MNw6JewIm30fWZ8DQJw1NHXJTJPbg==} dependencies: '@turf/clone': 6.5.0 @@ -16800,29 +14535,29 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/great-circle/5.1.5: + /@turf/great-circle@5.1.5: resolution: {integrity: sha512-k6FWwlt+YCQoD5VS1NybQjriNL7apYHO+tm2HbIFQ85blPUX4IyLppHIFevfD/k+K2bJqhFCze8JNVMBwdrzVw==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/great-circle/6.5.0: + /@turf/great-circle@6.5.0: resolution: {integrity: sha512-7ovyi3HaKOXdFyN7yy1yOMa8IyOvV46RC1QOQTT+RYUN8ke10eyqExwBpL9RFUPvlpoTzoYbM/+lWPogQlFncg==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/helpers/5.1.5: + /@turf/helpers@5.1.5: resolution: {integrity: sha512-/lF+JR+qNDHZ8bF9d+Cp58nxtZWJ3sqFe6n3u3Vpj+/0cqkjk4nXKYBSY0azm+GIYB5mWKxUXvuP/m0ZnKj1bw==} dev: false - /@turf/helpers/6.5.0: + /@turf/helpers@6.5.0: resolution: {integrity: sha512-VbI1dV5bLFzohYYdgqwikdMVpe7pJ9X3E+dlr425wa2/sMJqYDhTO++ec38/pcPvPE6oD9WEEeU3Xu3gza+VPw==} dev: false - /@turf/hex-grid/5.1.5: + /@turf/hex-grid@5.1.5: resolution: {integrity: sha512-rwDL+DlUyxDNL1aVHIKKCmrt1131ZULF3irExYIO/um6/SwRzsBw+522/RcxD/mg/Shtrpozb6bz8aJJ/3RXHA==} dependencies: '@turf/distance': 5.1.5 @@ -16831,7 +14566,7 @@ packages: '@turf/invariant': 5.1.5 dev: false - /@turf/hex-grid/6.5.0: + /@turf/hex-grid@6.5.0: resolution: {integrity: sha512-Ln3tc2tgZT8etDOldgc6e741Smg1CsMKAz1/Mlel+MEL5Ynv2mhx3m0q4J9IB1F3a4MNjDeVvm8drAaf9SF33g==} dependencies: '@turf/distance': 6.5.0 @@ -16840,7 +14575,7 @@ packages: '@turf/invariant': 6.5.0 dev: false - /@turf/interpolate/5.1.5: + /@turf/interpolate@5.1.5: resolution: {integrity: sha512-LfmvtIUWc3NVkqPkX6j3CAIjF7y1LAZqfDd+2Ii+0fN7XOOGMWcb1uiTTAb8zDQjhTsygcUYgaz6mMYDCWYKPg==} dependencies: '@turf/bbox': 5.1.5 @@ -16856,7 +14591,7 @@ packages: '@turf/triangle-grid': 5.1.5 dev: false - /@turf/interpolate/6.5.0: + /@turf/interpolate@6.5.0: resolution: {integrity: sha512-LSH5fMeiGyuDZ4WrDJNgh81d2DnNDUVJtuFryJFup8PV8jbs46lQGfI3r1DJ2p1IlEJIz3pmAZYeTfMMoeeohw==} dependencies: '@turf/bbox': 6.5.0 @@ -16872,7 +14607,7 @@ packages: '@turf/triangle-grid': 6.5.0 dev: false - /@turf/intersect/5.1.6: + /@turf/intersect@5.1.6: resolution: {integrity: sha512-KXyNv/GXdoGAOy03qZF53rgtXC2tNhF/4jLwTKiVRrBQH6kcEpipGStdJ+QkYIlarQPa8f7I9UlVAB19et4MfQ==} dependencies: '@turf/clean-coords': 5.1.5 @@ -16882,7 +14617,7 @@ packages: turf-jsts: 1.2.3 dev: false - /@turf/intersect/6.5.0: + /@turf/intersect@6.5.0: resolution: {integrity: sha512-2legGJeKrfFkzntcd4GouPugoqPUjexPZnOvfez+3SfIMrHvulw8qV8u7pfVyn2Yqs53yoVCEjS5sEpvQ5YRQg==} dependencies: '@turf/helpers': 6.5.0 @@ -16890,25 +14625,25 @@ packages: polygon-clipping: 0.15.3 dev: false - /@turf/invariant/5.1.5: + /@turf/invariant@5.1.5: resolution: {integrity: sha512-4elbC8GVQ8XxrnWLWpFFXTK3qnzIYzIVtSkJrY9eefA8WNZzwcwT3WGFY3xte4BB48o5oEjihjoJharWRis78w==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/invariant/5.2.0: + /@turf/invariant@5.2.0: resolution: {integrity: sha512-28RCBGvCYsajVkw2EydpzLdcYyhSA77LovuOvgCJplJWaNVyJYH6BOR3HR9w50MEkPqb/Vc/jdo6I6ermlRtQA==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/invariant/6.5.0: + /@turf/invariant@6.5.0: resolution: {integrity: sha512-Wv8PRNCtPD31UVbdJE/KVAWKe7l6US+lJItRR/HOEW3eh+U/JwRCSUl/KZ7bmjM/C+zLNoreM2TU6OoLACs4eg==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/isobands/5.1.5: + /@turf/isobands@5.1.5: resolution: {integrity: sha512-0n3NPfDYQyqjOch00I4hVCCqjKn9Sm+a8qlWOKbkuhmGa9dCDzsu2bZL0ahT+LjwlS4c8/owQXqe6KE2GWqT1Q==} dependencies: '@turf/area': 5.1.5 @@ -16920,7 +14655,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/isobands/6.5.0: + /@turf/isobands@6.5.0: resolution: {integrity: sha512-4h6sjBPhRwMVuFaVBv70YB7eGz+iw0bhPRnp+8JBdX1UPJSXhoi/ZF2rACemRUr0HkdVB/a1r9gC32vn5IAEkw==} dependencies: '@turf/area': 6.5.0 @@ -16933,7 +14668,7 @@ packages: object-assign: 4.1.1 dev: false - /@turf/isolines/5.1.5: + /@turf/isolines@5.1.5: resolution: {integrity: sha512-Ehn5pJmiq4hAn2+2jPB2rLt3iF8DDp8zciw9z2pAt5IGVRU/K+x3z4aYG5ra5vbFB/E4G3aHr/X4QPIb9LCJtA==} dependencies: '@turf/bbox': 5.1.5 @@ -16942,7 +14677,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/isolines/6.5.0: + /@turf/isolines@6.5.0: resolution: {integrity: sha512-6ElhiLCopxWlv4tPoxiCzASWt/jMRvmp6mRYrpzOm3EUl75OhHKa/Pu6Y9nWtCMmVC/RcWtiiweUocbPLZLm0A==} dependencies: '@turf/bbox': 6.5.0 @@ -16952,19 +14687,19 @@ packages: object-assign: 4.1.1 dev: false - /@turf/kinks/5.1.5: + /@turf/kinks@5.1.5: resolution: {integrity: sha512-G38sC8/+MYqQpVocT3XahhV42cqEAVJAZwUND9YOfKJZfjUn7FKmWhPURs5py95me48UuI0C0jLLAMzBkUc2nQ==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/kinks/6.5.0: + /@turf/kinks@6.5.0: resolution: {integrity: sha512-ViCngdPt1eEL7hYUHR2eHR662GvCgTc35ZJFaNR6kRtr6D8plLaDju0FILeFFWSc+o8e3fwxZEJKmFj9IzPiIQ==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/length/5.1.5: + /@turf/length@5.1.5: resolution: {integrity: sha512-0ryx68h512wCoNfwyksLdabxEfwkGNTPg61/QiY+QfGFUOUNhHbP+QimViFpwF5hyX7qmroaSHVclLUqyLGRbg==} dependencies: '@turf/distance': 5.1.5 @@ -16972,7 +14707,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/length/6.5.0: + /@turf/length@6.5.0: resolution: {integrity: sha512-5pL5/pnw52fck3oRsHDcSGrj9HibvtlrZ0QNy2OcW8qBFDNgZ4jtl6U7eATVoyWPKBHszW3dWETW+iLV7UARig==} dependencies: '@turf/distance': 6.5.0 @@ -16980,7 +14715,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/line-arc/5.1.5: + /@turf/line-arc@5.1.5: resolution: {integrity: sha512-Kz5RX/qRIHVrGNqF3BRlD3ACuuCr0G5lpaVyPjNvN+vA7Q4bEDyWIYeqm3DdTn7X2MXitpTNgr2uvX4WoUy4yA==} dependencies: '@turf/circle': 5.1.5 @@ -16988,7 +14723,7 @@ packages: '@turf/helpers': 5.1.5 dev: false - /@turf/line-arc/6.5.0: + /@turf/line-arc@6.5.0: resolution: {integrity: sha512-I6c+V6mIyEwbtg9P9zSFF89T7QPe1DPTG3MJJ6Cm1MrAY0MdejwQKOpsvNl8LDU2ekHOlz2kHpPVR7VJsoMllA==} dependencies: '@turf/circle': 6.5.0 @@ -16996,7 +14731,7 @@ packages: '@turf/helpers': 6.5.0 dev: false - /@turf/line-chunk/5.1.5: + /@turf/line-chunk@5.1.5: resolution: {integrity: sha512-mKvTUMahnb3EsYUMI8tQmygsliQkgQ1FZAY915zoTrm+WV246loa+84+h7i5d8W2O8gGJWuY7jQTpM7toTeL5w==} dependencies: '@turf/helpers': 5.1.5 @@ -17005,7 +14740,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/line-chunk/6.5.0: + /@turf/line-chunk@6.5.0: resolution: {integrity: sha512-i1FGE6YJaaYa+IJesTfyRRQZP31QouS+wh/pa6O3CC0q4T7LtHigyBSYjrbjSLfn2EVPYGlPCMFEqNWCOkC6zg==} dependencies: '@turf/helpers': 6.5.0 @@ -17014,7 +14749,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/line-intersect/5.1.5: + /@turf/line-intersect@5.1.5: resolution: {integrity: sha512-9DajJbHhJauLI2qVMnqZ7SeFsinFroVICOSUheODk7j5teuwNABuZ2Z6WmKATzEsPkEJ1iVykqB+F9vGMVKB6g==} dependencies: '@turf/helpers': 5.1.5 @@ -17024,7 +14759,7 @@ packages: geojson-rbush: 2.1.0 dev: false - /@turf/line-intersect/6.5.0: + /@turf/line-intersect@6.5.0: resolution: {integrity: sha512-CS6R1tZvVQD390G9Ea4pmpM6mJGPWoL82jD46y0q1KSor9s6HupMIo1kY4Ny+AEYQl9jd21V3Scz20eldpbTVA==} dependencies: '@turf/helpers': 6.5.0 @@ -17034,7 +14769,7 @@ packages: geojson-rbush: 3.2.0 dev: false - /@turf/line-offset/5.1.5: + /@turf/line-offset@5.1.5: resolution: {integrity: sha512-VccGDgFfBSiCTqrHdQgxD7Rs9lnJmDOJ5gqQRculKPsCNUyRFMYIZud7l2dTs83g66evfOwkZCrTxtSoBY3Jxg==} dependencies: '@turf/helpers': 5.1.5 @@ -17042,7 +14777,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/line-offset/6.5.0: + /@turf/line-offset@6.5.0: resolution: {integrity: sha512-CEXZbKgyz8r72qRvPchK0dxqsq8IQBdH275FE6o4MrBkzMcoZsfSjghtXzKaz9vvro+HfIXal0sTk2mqV1lQTw==} dependencies: '@turf/helpers': 6.5.0 @@ -17050,7 +14785,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/line-overlap/5.1.5: + /@turf/line-overlap@5.1.5: resolution: {integrity: sha512-hMz3XARXEbfGwLF9WXyErqQjzhZYMKvGQwlPGOoth+2o9Uga9mfWfevduJvozJAE1MKxtFttMjIXMzcShW3O8A==} dependencies: '@turf/boolean-point-on-line': 5.1.5 @@ -17062,7 +14797,7 @@ packages: geojson-rbush: 2.1.0 dev: false - /@turf/line-overlap/6.5.0: + /@turf/line-overlap@6.5.0: resolution: {integrity: sha512-xHOaWLd0hkaC/1OLcStCpfq55lPHpPNadZySDXYiYjEz5HXr1oKmtMYpn0wGizsLwrOixRdEp+j7bL8dPt4ojQ==} dependencies: '@turf/boolean-point-on-line': 6.5.0 @@ -17075,7 +14810,7 @@ packages: geojson-rbush: 3.2.0 dev: false - /@turf/line-segment/5.1.5: + /@turf/line-segment@5.1.5: resolution: {integrity: sha512-wIrRtWuLuLXhnSkqdVG1SDayTU0/CmZf+a+BBhEf0vFIsAedJnrY3a2cbCEvtfuk6ZsAbhOi7/kYiaR/F+rEzg==} dependencies: '@turf/helpers': 5.1.5 @@ -17083,7 +14818,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/line-segment/6.5.0: + /@turf/line-segment@6.5.0: resolution: {integrity: sha512-jI625Ho4jSuJESNq66Mmi290ZJ5pPZiQZruPVpmHkUw257Pew0alMmb6YrqYNnLUuiVVONxAAKXUVeeUGtycfw==} dependencies: '@turf/helpers': 6.5.0 @@ -17091,7 +14826,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/line-slice-along/5.1.5: + /@turf/line-slice-along@5.1.5: resolution: {integrity: sha512-yKvSDtULztLtlPIMowm9l8pS6XLAEpCPmrARZA0sIWFX8XrcSzISBaXZbiMMzg3nxQJMXfGIgWDk10B7+J8Tqw==} dependencies: '@turf/bearing': 5.1.5 @@ -17100,7 +14835,7 @@ packages: '@turf/helpers': 5.1.5 dev: false - /@turf/line-slice-along/6.5.0: + /@turf/line-slice-along@6.5.0: resolution: {integrity: sha512-KHJRU6KpHrAj+BTgTNqby6VCTnDzG6a1sJx/I3hNvqMBLvWVA2IrkR9L9DtsQsVY63IBwVdQDqiwCuZLDQh4Ng==} dependencies: '@turf/bearing': 6.5.0 @@ -17109,7 +14844,7 @@ packages: '@turf/helpers': 6.5.0 dev: false - /@turf/line-slice/5.1.5: + /@turf/line-slice@5.1.5: resolution: {integrity: sha512-Fo+CuD+fj6T702BofHO+rgiXUgzCk0iO2JqMPtttMtgzfKkVTUOQoauMNS1LNNaG/7n/TfKGh5gRCEDRNaNwYA==} dependencies: '@turf/helpers': 5.1.5 @@ -17117,7 +14852,7 @@ packages: '@turf/nearest-point-on-line': 5.1.5 dev: false - /@turf/line-slice/6.5.0: + /@turf/line-slice@6.5.0: resolution: {integrity: sha512-vDqJxve9tBHhOaVVFXqVjF5qDzGtKWviyjbyi2QnSnxyFAmLlLnBfMX8TLQCAf2GxHibB95RO5FBE6I2KVPRuw==} dependencies: '@turf/helpers': 6.5.0 @@ -17125,7 +14860,7 @@ packages: '@turf/nearest-point-on-line': 6.5.0 dev: false - /@turf/line-split/5.1.5: + /@turf/line-split@5.1.5: resolution: {integrity: sha512-gtUUBwZL3hcSu5MpqHTl68hgAJBNHcr1APDj8E5o6iX5xFX+wvl4ohQXyMs5HOATCI8Iy83wLuggcY6maNw7LQ==} dependencies: '@turf/bbox': 5.1.5 @@ -17140,7 +14875,7 @@ packages: geojson-rbush: 2.1.0 dev: false - /@turf/line-split/6.5.0: + /@turf/line-split@6.5.0: resolution: {integrity: sha512-/rwUMVr9OI2ccJjw7/6eTN53URtGThNSD5I0GgxyFXMtxWiloRJ9MTff8jBbtPWrRka/Sh2GkwucVRAEakx9Sw==} dependencies: '@turf/bbox': 6.5.0 @@ -17155,7 +14890,7 @@ packages: geojson-rbush: 3.2.0 dev: false - /@turf/line-to-polygon/5.1.5: + /@turf/line-to-polygon@5.1.5: resolution: {integrity: sha512-hGiDAPd6j986kZZLDgEAkVD7O6DmIqHQliBedspoKperPJOUJJzdzSnF6OAWSsxY+j8fWtQnIo5TTqdO/KfamA==} dependencies: '@turf/bbox': 5.1.5 @@ -17163,7 +14898,7 @@ packages: '@turf/invariant': 5.1.5 dev: false - /@turf/line-to-polygon/6.5.0: + /@turf/line-to-polygon@6.5.0: resolution: {integrity: sha512-qYBuRCJJL8Gx27OwCD1TMijM/9XjRgXH/m/TyuND4OXedBpIWlK5VbTIO2gJ8OCfznBBddpjiObLBrkuxTpN4Q==} dependencies: '@turf/bbox': 6.5.0 @@ -17172,7 +14907,7 @@ packages: '@turf/invariant': 6.5.0 dev: false - /@turf/mask/5.1.5: + /@turf/mask@5.1.5: resolution: {integrity: sha512-2eOuxA3ammZAGsjlsy/H7IpeJxjl3hrgkcKM6kTKRJGft4QyKwCxqQP7RN5j0zIYvAurgs9JOLe/dpd5sE5HXQ==} dependencies: '@turf/bbox': 5.1.5 @@ -17182,26 +14917,26 @@ packages: rbush: 2.0.2 dev: false - /@turf/mask/6.5.0: + /@turf/mask@6.5.0: resolution: {integrity: sha512-RQha4aU8LpBrmrkH8CPaaoAfk0Egj5OuXtv6HuCQnHeGNOQt3TQVibTA3Sh4iduq4EPxnZfDjgsOeKtrCA19lg==} dependencies: '@turf/helpers': 6.5.0 polygon-clipping: 0.15.3 dev: false - /@turf/meta/5.1.6: + /@turf/meta@5.1.6: resolution: {integrity: sha512-lv+6LCgoc3LVitQZ4TScN/8a/fcctq8bIoxBTMJVq4aU8xoHeY1851Dq8MCU37EzbH33utkx8/jENaQP+aeElg==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/meta/6.5.0: + /@turf/meta@6.5.0: resolution: {integrity: sha512-RrArvtsV0vdsCBegoBtOalgdSOfkBrTJ07VkpiCnq/491W67hnMWmDu7e6Ztw0C3WldRYTXkg3SumfdzZxLBHA==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/midpoint/5.1.5: + /@turf/midpoint@5.1.5: resolution: {integrity: sha512-0pDQAKHyK/zxlvUx3XNxwvqftf4sV32QxnHfqSs4AXaODUGUbPhzAD7aXgDScBeUOVLwpAzFRQfitUvUMTGC6A==} dependencies: '@turf/bearing': 5.1.5 @@ -17210,7 +14945,7 @@ packages: '@turf/helpers': 5.1.5 dev: false - /@turf/midpoint/6.5.0: + /@turf/midpoint@6.5.0: resolution: {integrity: sha512-MyTzV44IwmVI6ec9fB2OgZ53JGNlgOpaYl9ArKoF49rXpL84F9rNATndbe0+MQIhdkw8IlzA6xVP4lZzfMNVCw==} dependencies: '@turf/bearing': 6.5.0 @@ -17219,7 +14954,7 @@ packages: '@turf/helpers': 6.5.0 dev: false - /@turf/moran-index/6.5.0: + /@turf/moran-index@6.5.0: resolution: {integrity: sha512-ItsnhrU2XYtTtTudrM8so4afBCYWNaB0Mfy28NZwLjB5jWuAsvyV+YW+J88+neK/ougKMTawkmjQqodNJaBeLQ==} dependencies: '@turf/distance-weight': 6.5.0 @@ -17227,7 +14962,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/nearest-point-on-line/5.1.5: + /@turf/nearest-point-on-line@5.1.5: resolution: {integrity: sha512-qT7BLTwToo8cq0oNoz921oLlRPJamyRg/rZgll+kNBadyDPmJI4W66riHcpM9RQcAJ6TPvDveIIBeGJH7iG88w==} dependencies: '@turf/bearing': 5.1.5 @@ -17239,7 +14974,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/nearest-point-on-line/6.5.0: + /@turf/nearest-point-on-line@6.5.0: resolution: {integrity: sha512-WthrvddddvmymnC+Vf7BrkHGbDOUu6Z3/6bFYUGv1kxw8tiZ6n83/VG6kHz4poHOfS0RaNflzXSkmCi64fLBlg==} dependencies: '@turf/bearing': 6.5.0 @@ -17251,7 +14986,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/nearest-point-to-line/5.1.6: + /@turf/nearest-point-to-line@5.1.6: resolution: {integrity: sha512-ZSvDIEiHhifn/vNwLXZI/E8xmEz5yBPqfUR7BVHRZrB1cP7jLhKZvkbidjG//uW8Fr1Ulc+PFOXczLspIcx/lw==} dependencies: '@turf/helpers': 6.5.0 @@ -17261,7 +14996,7 @@ packages: object-assign: 4.1.1 dev: false - /@turf/nearest-point-to-line/6.5.0: + /@turf/nearest-point-to-line@6.5.0: resolution: {integrity: sha512-PXV7cN0BVzUZdjj6oeb/ESnzXSfWmEMrsfZSDRgqyZ9ytdiIj/eRsnOXLR13LkTdXVOJYDBuf7xt1mLhM4p6+Q==} dependencies: '@turf/helpers': 6.5.0 @@ -17271,7 +15006,7 @@ packages: object-assign: 4.1.1 dev: false - /@turf/nearest-point/5.1.5: + /@turf/nearest-point@5.1.5: resolution: {integrity: sha512-tZQXI7OE7keNKK4OvYOJ5gervCEuu2pJ6psu59QW9yhe2Di3Gl+HAdLvVa6RZ8s5Fndr3u0JWKsmxve3fCxc9g==} dependencies: '@turf/clone': 5.1.5 @@ -17280,7 +15015,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/nearest-point/6.5.0: + /@turf/nearest-point@6.5.0: resolution: {integrity: sha512-fguV09QxilZv/p94s8SMsXILIAMiaXI5PATq9d7YWijLxWUj6Q/r43kxyoi78Zmwwh1Zfqz9w+bCYUAxZ5+euA==} dependencies: '@turf/clone': 6.5.0 @@ -17289,21 +15024,21 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/planepoint/5.1.5: + /@turf/planepoint@5.1.5: resolution: {integrity: sha512-+Tp+SQ0Db2tqwLbxfXJPysT9IxcOHSMIin2dJb/j3Qn5+g0LRus6rczZl6dWNAIjqBPMawj/V/dZhMu6Q9O9wA==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/planepoint/6.5.0: + /@turf/planepoint@6.5.0: resolution: {integrity: sha512-R3AahA6DUvtFbka1kcJHqZ7DMHmPXDEQpbU5WaglNn7NaCQg9HB0XM0ZfqWcd5u92YXV+Gg8QhC8x5XojfcM4Q==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/point-grid/5.1.5: + /@turf/point-grid@5.1.5: resolution: {integrity: sha512-4ibozguP9YJ297Q7i9e8/ypGSycvt1re2jrPXTxeuZ4/L/NE5B1nOBLG+tw121nMjD+S+v2RWOtqD+FZ3Ga+ew==} dependencies: '@turf/boolean-within': 5.1.5 @@ -17312,7 +15047,7 @@ packages: '@turf/invariant': 5.1.5 dev: false - /@turf/point-grid/6.5.0: + /@turf/point-grid@6.5.0: resolution: {integrity: sha512-Iq38lFokNNtQJnOj/RBKmyt6dlof0yhaHEDELaWHuECm1lIZLY3ZbVMwbs+nXkwTAHjKfS/OtMheUBkw+ee49w==} dependencies: '@turf/boolean-within': 6.5.0 @@ -17321,7 +15056,7 @@ packages: '@turf/invariant': 6.5.0 dev: false - /@turf/point-on-feature/5.1.5: + /@turf/point-on-feature@5.1.5: resolution: {integrity: sha512-NTcpe5xZjybRh0aTL+7td1cm0s49GGbAt5u8Cdec4W9ix2PsehRcLUbmQIQsODN2kiVyUSpnhECIpsyN5MjX7A==} dependencies: '@turf/boolean-point-in-polygon': 5.1.5 @@ -17331,7 +15066,7 @@ packages: '@turf/nearest-point': 5.1.5 dev: false - /@turf/point-on-feature/6.5.0: + /@turf/point-on-feature@6.5.0: resolution: {integrity: sha512-bDpuIlvugJhfcF/0awAQ+QI6Om1Y1FFYE8Y/YdxGRongivix850dTeXCo0mDylFdWFPGDo7Mmh9Vo4VxNwW/TA==} dependencies: '@turf/boolean-point-in-polygon': 6.5.0 @@ -17341,7 +15076,7 @@ packages: '@turf/nearest-point': 6.5.0 dev: false - /@turf/point-to-line-distance/5.1.6: + /@turf/point-to-line-distance@5.1.6: resolution: {integrity: sha512-PE3hiTeeDEi4ZLPtI8XAzFYW9nHo1EVsZGm/4ZVV8jo39d3X1oLVHxY3e1PkCmWwRapXy4QLqvnTQ7nU4wspNw==} dependencies: '@turf/bearing': 6.5.0 @@ -17354,7 +15089,7 @@ packages: '@turf/rhumb-distance': 6.5.0 dev: false - /@turf/point-to-line-distance/6.5.0: + /@turf/point-to-line-distance@6.5.0: resolution: {integrity: sha512-opHVQ4vjUhNBly1bob6RWy+F+hsZDH9SA0UW36pIRzfpu27qipU18xup0XXEePfY6+wvhF6yL/WgCO2IbrLqEA==} dependencies: '@turf/bearing': 6.5.0 @@ -17367,7 +15102,7 @@ packages: '@turf/rhumb-distance': 6.5.0 dev: false - /@turf/points-within-polygon/5.1.5: + /@turf/points-within-polygon@5.1.5: resolution: {integrity: sha512-nexe2AHVOY8wEBvs+CYSOp10NyOCkyZ1gkhIfsx0mzU8LPYBxD9ctjlKveheKh4AAldLcFupd/gSCBTKF1JS7A==} dependencies: '@turf/boolean-point-in-polygon': 5.1.5 @@ -17375,7 +15110,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/points-within-polygon/6.5.0: + /@turf/points-within-polygon@6.5.0: resolution: {integrity: sha512-YyuheKqjliDsBDt3Ho73QVZk1VXX1+zIA2gwWvuz8bR1HXOkcuwk/1J76HuFMOQI3WK78wyAi+xbkx268PkQzQ==} dependencies: '@turf/boolean-point-in-polygon': 6.5.0 @@ -17383,21 +15118,21 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/polygon-smooth/6.5.0: + /@turf/polygon-smooth@6.5.0: resolution: {integrity: sha512-LO/X/5hfh/Rk4EfkDBpLlVwt3i6IXdtQccDT9rMjXEP32tRgy0VMFmdkNaXoGlSSKf/1mGqLl4y4wHd86DqKbg==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/polygon-tangents/5.1.5: + /@turf/polygon-tangents@5.1.5: resolution: {integrity: sha512-uoZfKvFhl6rf0+CDWucru9fZ4mJB5Nsg37TS/7emrzjoVxXyOdxc/s1HFCjcKflMue7MjU/gT6AitJyrvdztDg==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/polygon-tangents/6.5.0: + /@turf/polygon-tangents@6.5.0: resolution: {integrity: sha512-sB4/IUqJMYRQH9jVBwqS/XDitkEfbyqRy+EH/cMRJURTg78eHunvJ708x5r6umXsbiUyQU4eqgPzEylWEQiunw==} dependencies: '@turf/bbox': 6.5.0 @@ -17408,21 +15143,21 @@ packages: '@turf/nearest-point': 6.5.0 dev: false - /@turf/polygon-to-line/5.1.5: + /@turf/polygon-to-line@5.1.5: resolution: {integrity: sha512-kVo0owPqyccy5+qZGvaxGvMsYkgueKE2OOgX2UV/HyrXF3uI3TomK1txjApqeFsLvwuSANxesvVbYLrYiIwvGw==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/polygon-to-line/6.5.0: + /@turf/polygon-to-line@6.5.0: resolution: {integrity: sha512-5p4n/ij97EIttAq+ewSnKt0ruvuM+LIDzuczSzuHTpq4oS7Oq8yqg5TQ4nzMVuK41r/tALCk7nAoBuw3Su4Gcw==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/polygonize/5.1.5: + /@turf/polygonize@5.1.5: resolution: {integrity: sha512-qzhtuzoOhldqZHm+ZPsWAs9nDpnkcDfsr+I0twmBF+wjAmo0HKiy9++sRQ4kEePpdwbMpF07D/NdZqYdmOJkGQ==} dependencies: '@turf/boolean-point-in-polygon': 5.1.5 @@ -17432,7 +15167,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/polygonize/6.5.0: + /@turf/polygonize@6.5.0: resolution: {integrity: sha512-a/3GzHRaCyzg7tVYHo43QUChCspa99oK4yPqooVIwTC61npFzdrmnywMv0S+WZjHZwK37BrFJGFrZGf6ocmY5w==} dependencies: '@turf/boolean-point-in-polygon': 6.5.0 @@ -17442,7 +15177,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/projection/5.1.5: + /@turf/projection@5.1.5: resolution: {integrity: sha512-TWKJDFeEKQhI4Ce1+2PuOSDggn4cnMibqyUoCpIW+4KxUC1R88SE3/SYomqzwxMn00O09glHSycPkGD5JzHd8A==} dependencies: '@turf/clone': 5.1.5 @@ -17450,7 +15185,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/projection/6.5.0: + /@turf/projection@6.5.0: resolution: {integrity: sha512-/Pgh9mDvQWWu8HRxqpM+tKz8OzgauV+DiOcr3FCjD6ubDnrrmMJlsf6fFJmggw93mtVPrZRL6yyi9aYCQBOIvg==} dependencies: '@turf/clone': 6.5.0 @@ -17458,19 +15193,19 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/random/5.1.5: + /@turf/random@5.1.5: resolution: {integrity: sha512-oitpBwEb6YXqoUkIAOVMK+vrTPxUi2rqITmtTa/FBHr6J8TDwMWq6bufE3Gmgjxsss50O2ITJunOksxrouWGDQ==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/random/6.5.0: + /@turf/random@6.5.0: resolution: {integrity: sha512-8Q25gQ/XbA7HJAe+eXp4UhcXM9aOOJFaxZ02+XSNwMvY8gtWSCBLVqRcW4OhqilgZ8PeuQDWgBxeo+BIqqFWFQ==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/rectangle-grid/6.5.0: + /@turf/rectangle-grid@6.5.0: resolution: {integrity: sha512-yQZ/1vbW68O2KsSB3OZYK+72aWz/Adnf7m2CMKcC+aq6TwjxZjAvlbCOsNUnMAuldRUVN1ph6RXMG4e9KEvKvg==} dependencies: '@turf/boolean-intersects': 6.5.0 @@ -17478,7 +15213,7 @@ packages: '@turf/helpers': 6.5.0 dev: false - /@turf/rewind/5.1.5: + /@turf/rewind@5.1.5: resolution: {integrity: sha512-Gdem7JXNu+G4hMllQHXRFRihJl3+pNl7qY+l4qhQFxq+hiU1cQoVFnyoleIqWKIrdK/i2YubaSwc3SCM7N5mMw==} dependencies: '@turf/boolean-clockwise': 5.1.5 @@ -17488,7 +15223,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/rewind/6.5.0: + /@turf/rewind@6.5.0: resolution: {integrity: sha512-IoUAMcHWotBWYwSYuYypw/LlqZmO+wcBpn8ysrBNbazkFNkLf3btSDZMkKJO/bvOzl55imr/Xj4fi3DdsLsbzQ==} dependencies: '@turf/boolean-clockwise': 6.5.0 @@ -17498,61 +15233,61 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/rhumb-bearing/5.1.5: + /@turf/rhumb-bearing@5.1.5: resolution: {integrity: sha512-zXTl2khjwf7mx2D1uPo5vgpGgP4sM2VrKDbJNKyulPu4TO4ELt8x7FsKyCBlRTzzQf284t/xnNcZOfUbkkd70g==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/rhumb-bearing/6.5.0: + /@turf/rhumb-bearing@6.5.0: resolution: {integrity: sha512-jMyqiMRK4hzREjQmnLXmkJ+VTNTx1ii8vuqRwJPcTlKbNWfjDz/5JqJlb5NaFDcdMpftWovkW5GevfnuzHnOYA==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/rhumb-destination/5.1.5: + /@turf/rhumb-destination@5.1.5: resolution: {integrity: sha512-FdDUCSRfRAfsRmUaWjc76Wk32QYFJ6ckmSt6Ls6nEczO6eg/RgH1atF8CIYwR5ifl0Sk1rQzKiOSbpCyvVwQtw==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/rhumb-destination/6.5.0: + /@turf/rhumb-destination@6.5.0: resolution: {integrity: sha512-RHNP1Oy+7xTTdRrTt375jOZeHceFbjwohPHlr9Hf68VdHHPMAWgAKqiX2YgSWDcvECVmiGaBKWus1Df+N7eE4Q==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/rhumb-distance/5.1.5: + /@turf/rhumb-distance@5.1.5: resolution: {integrity: sha512-AGA/ky5/BJJZtzQqafy2GvJfcUXSzCCrPFp8sDRPSKBoUN4gMBHN15ijDWYYLFoWFFj0urcauVx7chQlHZ/Qfw==} dependencies: '@turf/helpers': 5.1.5 '@turf/invariant': 5.1.5 dev: false - /@turf/rhumb-distance/6.5.0: + /@turf/rhumb-distance@6.5.0: resolution: {integrity: sha512-oKp8KFE8E4huC2Z1a1KNcFwjVOqa99isxNOwfo4g3SUABQ6NezjKDDrnvC4yI5YZ3/huDjULLBvhed45xdCrzg==} dependencies: '@turf/helpers': 6.5.0 '@turf/invariant': 6.5.0 dev: false - /@turf/sample/5.1.5: + /@turf/sample@5.1.5: resolution: {integrity: sha512-EJE8yx+5x7rXejTzwBdOKpvT4tOCS0jwYJfycyTVDuLUSh2rETeYdjy7EeJbofnxm9CRPXqWQMPWIBKWxNTjow==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/sample/6.5.0: + /@turf/sample@6.5.0: resolution: {integrity: sha512-kSdCwY7el15xQjnXYW520heKUrHwRvnzx8ka4eYxX9NFeOxaFITLW2G7UtXb6LJK8mmPXI8Aexv23F2ERqzGFg==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/sector/5.1.5: + /@turf/sector@5.1.5: resolution: {integrity: sha512-dnWVifL3xWTqPPs8mfbbV9muDimNJtxRk4ogrkOLEDQ9ZZ1ALQMtQdYrg7kI3iC+L+LscV37tl+E8bayWyX8YA==} dependencies: '@turf/circle': 5.1.5 @@ -17562,7 +15297,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/sector/6.5.0: + /@turf/sector@6.5.0: resolution: {integrity: sha512-cYUOkgCTWqa23SOJBqxoFAc/yGCUsPRdn/ovbRTn1zNTm/Spmk6hVB84LCKOgHqvSF25i0d2kWqpZDzLDdAPbw==} dependencies: '@turf/circle': 6.5.0 @@ -17572,7 +15307,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/shortest-path/5.1.5: + /@turf/shortest-path@5.1.5: resolution: {integrity: sha512-ZGC8kSBj02GKWiI56Z5FNdrZ+fS0xyeOUNrPJWzudAlrv9wKGaRuWoIVRLGBu0j0OuO1HCwggic2c6WV/AhP0A==} dependencies: '@turf/bbox': 5.1.5 @@ -17586,7 +15321,7 @@ packages: '@turf/transform-scale': 5.1.5 dev: false - /@turf/shortest-path/6.5.0: + /@turf/shortest-path@6.5.0: resolution: {integrity: sha512-4de5+G7+P4hgSoPwn+SO9QSi9HY5NEV/xRJ+cmoFVRwv2CDsuOPDheHKeuIAhKyeKDvPvPt04XYWbac4insJMg==} dependencies: '@turf/bbox': 6.5.0 @@ -17600,7 +15335,7 @@ packages: '@turf/transform-scale': 6.5.0 dev: false - /@turf/simplify/5.1.5: + /@turf/simplify@5.1.5: resolution: {integrity: sha512-IuBXEYdGSxbDOK3v949ajaPvs6NhjhTCTbKA6mSGuVbwGS7gzAuRiPSG4K/MvCVuQy3PKpkPcUGD+Uvt2Ov2PQ==} dependencies: '@turf/clean-coords': 5.1.5 @@ -17609,7 +15344,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/simplify/6.5.0: + /@turf/simplify@6.5.0: resolution: {integrity: sha512-USas3QqffPHUY184dwQdP8qsvcVH/PWBYdXY5am7YTBACaQOMAlf6AKJs9FT8jiO6fQpxfgxuEtwmox+pBtlOg==} dependencies: '@turf/clean-coords': 6.5.0 @@ -17618,7 +15353,7 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/square-grid/5.1.5: + /@turf/square-grid@5.1.5: resolution: {integrity: sha512-/pusEL4FmOwNWLcZfIXUyqUe0fOdkfaLO4wLhDlg/ZL1jWr/wZjhVlMU0tQ27kVN6dJTvlzNc9e0JWNw6yt2eQ==} dependencies: '@turf/boolean-contains': 5.1.5 @@ -17629,28 +15364,28 @@ packages: '@turf/invariant': 5.1.5 dev: false - /@turf/square-grid/6.5.0: + /@turf/square-grid@6.5.0: resolution: {integrity: sha512-mlR0ayUdA+L4c9h7p4k3pX6gPWHNGuZkt2c5II1TJRmhLkW2557d6b/Vjfd1z9OVaajb1HinIs1FMSAPXuuUrA==} dependencies: '@turf/helpers': 6.5.0 '@turf/rectangle-grid': 6.5.0 dev: false - /@turf/square/5.1.5: + /@turf/square@5.1.5: resolution: {integrity: sha512-GgP2le9ksoW6vsVef5wFkjmWQiLPTJvcjGXqmoGWT4oMwDpvTJVQ91RBLs8qQbI4KACCQevz94N69klk3ah30Q==} dependencies: '@turf/distance': 5.1.5 '@turf/helpers': 5.1.5 dev: false - /@turf/square/6.5.0: + /@turf/square@6.5.0: resolution: {integrity: sha512-BM2UyWDmiuHCadVhHXKIx5CQQbNCpOxB6S/aCNOCLbhCeypKX5Q0Aosc5YcmCJgkwO5BERCC6Ee7NMbNB2vHmQ==} dependencies: '@turf/distance': 6.5.0 '@turf/helpers': 6.5.0 dev: false - /@turf/standard-deviational-ellipse/5.1.5: + /@turf/standard-deviational-ellipse@5.1.5: resolution: {integrity: sha512-GOaxGKeeJAXV1H3Zz2fjQ5XeSbMKz1OkFRlTDBUipiAawe/9qTCF55L87I2ZPnO80B5BaaIT+AN2n0lMcAklzA==} dependencies: '@turf/center-mean': 5.1.5 @@ -17661,7 +15396,7 @@ packages: '@turf/points-within-polygon': 5.1.5 dev: false - /@turf/standard-deviational-ellipse/6.5.0: + /@turf/standard-deviational-ellipse@6.5.0: resolution: {integrity: sha512-02CAlz8POvGPFK2BKK8uHGUk/LXb0MK459JVjKxLC2yJYieOBTqEbjP0qaWhiBhGzIxSMaqe8WxZ0KvqdnstHA==} dependencies: '@turf/center-mean': 6.5.0 @@ -17672,7 +15407,7 @@ packages: '@turf/points-within-polygon': 6.5.0 dev: false - /@turf/tag/5.1.5: + /@turf/tag@5.1.5: resolution: {integrity: sha512-XI3QFpva6tEsRnzFe1tJGdAAWlzjnXZPfJ9EKShTxEW8ZgPzm92b2odjiSAt2KuQusK82ltNfdw5Frlna5xGYQ==} dependencies: '@turf/boolean-point-in-polygon': 5.1.5 @@ -17681,7 +15416,7 @@ packages: '@turf/meta': 5.1.6 dev: false - /@turf/tag/6.5.0: + /@turf/tag@6.5.0: resolution: {integrity: sha512-XwlBvrOV38CQsrNfrxvBaAPBQgXMljeU0DV8ExOyGM7/hvuGHJw3y8kKnQ4lmEQcmcrycjDQhP7JqoRv8vFssg==} dependencies: '@turf/boolean-point-in-polygon': 6.5.0 @@ -17690,33 +15425,33 @@ packages: '@turf/meta': 6.5.0 dev: false - /@turf/tesselate/5.1.5: + /@turf/tesselate@5.1.5: resolution: {integrity: sha512-Rs/jAij26bcU4OzvFXkWDase1G3kSwyuuKZPFU0t7OmJu7eQJOR12WOZLGcVxd5oBlklo4xPE4EBQUqpQUsQgg==} dependencies: '@turf/helpers': 5.1.5 earcut: 2.2.4 dev: false - /@turf/tesselate/6.5.0: + /@turf/tesselate@6.5.0: resolution: {integrity: sha512-M1HXuyZFCfEIIKkglh/r5L9H3c5QTEsnMBoZOFQiRnGPGmJWcaBissGb7mTFX2+DKE7FNWXh4TDnZlaLABB0dQ==} dependencies: '@turf/helpers': 6.5.0 earcut: 2.2.4 dev: false - /@turf/tin/5.1.5: + /@turf/tin@5.1.5: resolution: {integrity: sha512-lDyCTYKoThBIKmkBxBMupqEpFbvTDAYuZIs8qrWnmux2vntSb8OFGi7ZbGPC6apS2hdVwZZae3YB88Tp+Fg+xw==} dependencies: '@turf/helpers': 5.1.5 dev: false - /@turf/tin/6.5.0: + /@turf/tin@6.5.0: resolution: {integrity: sha512-YLYikRzKisfwj7+F+Tmyy/LE3d2H7D4kajajIfc9mlik2+esG7IolsX/+oUz1biguDYsG0DUA8kVYXDkobukfg==} dependencies: '@turf/helpers': 6.5.0 dev: false - /@turf/transform-rotate/5.1.5: + /@turf/transform-rotate@5.1.5: resolution: {integrity: sha512-3QKckeHKPXu5O5vEuT+nkszGDI6aknDD06ePb00+6H2oA7MZj7nj+fVQIJLs41MRb76IyKr4n5NvuKZU6idESA==} dependencies: '@turf/centroid': 5.1.5 @@ -17729,7 +15464,7 @@ packages: '@turf/rhumb-distance': 5.1.5 dev: false - /@turf/transform-rotate/6.5.0: + /@turf/transform-rotate@6.5.0: resolution: {integrity: sha512-A2Ip1v4246ZmpssxpcL0hhiVBEf4L8lGnSPWTgSv5bWBEoya2fa/0SnFX9xJgP40rMP+ZzRaCN37vLHbv1Guag==} dependencies: '@turf/centroid': 6.5.0 @@ -17742,7 +15477,7 @@ packages: '@turf/rhumb-distance': 6.5.0 dev: false - /@turf/transform-scale/5.1.5: + /@turf/transform-scale@5.1.5: resolution: {integrity: sha512-t1fCZX29ONA7DJiqCKA4YZy0+hCzhppWNOZhglBUv9vKHsWCFYZDUKfFInciaypUInsZyvm8eKxxixBVPdPGsw==} dependencies: '@turf/bbox': 5.1.5 @@ -17757,7 +15492,7 @@ packages: '@turf/rhumb-distance': 5.1.5 dev: false - /@turf/transform-scale/6.5.0: + /@turf/transform-scale@6.5.0: resolution: {integrity: sha512-VsATGXC9rYM8qTjbQJ/P7BswKWXHdnSJ35JlV4OsZyHBMxJQHftvmZJsFbOqVtQnIQIzf2OAly6rfzVV9QLr7g==} dependencies: '@turf/bbox': 6.5.0 @@ -17772,7 +15507,7 @@ packages: '@turf/rhumb-distance': 6.5.0 dev: false - /@turf/transform-translate/5.1.5: + /@turf/transform-translate@5.1.5: resolution: {integrity: sha512-GdLFp7I7198oRQt311B8EjiqHupndeMSQ3Zclzki5L/niUrb1ptOIpo+mxSidSy03m+1Q5ylWlENroI1WBcQ3Q==} dependencies: '@turf/clone': 5.1.5 @@ -17782,7 +15517,7 @@ packages: '@turf/rhumb-destination': 5.1.5 dev: false - /@turf/transform-translate/6.5.0: + /@turf/transform-translate@6.5.0: resolution: {integrity: sha512-NABLw5VdtJt/9vSstChp93pc6oel4qXEos56RBMsPlYB8hzNTEKYtC146XJvyF4twJeeYS8RVe1u7KhoFwEM5w==} dependencies: '@turf/clone': 6.5.0 @@ -17792,7 +15527,7 @@ packages: '@turf/rhumb-destination': 6.5.0 dev: false - /@turf/triangle-grid/5.1.5: + /@turf/triangle-grid@5.1.5: resolution: {integrity: sha512-jmCRcynI80xsVqd+0rv0YxP6mvZn4BAaJv8dwthg2T3WfHB9OD+rNUMohMuUY8HmI0zRT3s/Ypdy2Cdri9u/tw==} dependencies: '@turf/distance': 5.1.5 @@ -17801,7 +15536,7 @@ packages: '@turf/invariant': 5.1.5 dev: false - /@turf/triangle-grid/6.5.0: + /@turf/triangle-grid@6.5.0: resolution: {integrity: sha512-2jToUSAS1R1htq4TyLQYPTIsoy6wg3e3BQXjm2rANzw4wPQCXGOxrur1Fy9RtzwqwljlC7DF4tg0OnWr8RjmfA==} dependencies: '@turf/distance': 6.5.0 @@ -17809,21 +15544,21 @@ packages: '@turf/intersect': 6.5.0 dev: false - /@turf/truncate/5.1.5: + /@turf/truncate@5.1.5: resolution: {integrity: sha512-WjWGsRE6o1vUqULGb/O7O1eK6B4Eu6R/RBZWnF0rH0Os6WVel6tHktkeJdlKwz9WElIEO12wDIu6uKd54t7DDQ==} dependencies: '@turf/helpers': 5.1.5 '@turf/meta': 5.1.6 dev: false - /@turf/truncate/6.5.0: + /@turf/truncate@6.5.0: resolution: {integrity: sha512-pFxg71pLk+eJj134Z9yUoRhIi8vqnnKvCYwdT4x/DQl/19RVdq1tV3yqOT3gcTQNfniteylL5qV1uTBDV5sgrg==} dependencies: '@turf/helpers': 6.5.0 '@turf/meta': 6.5.0 dev: false - /@turf/turf/5.1.6: + /@turf/turf@5.1.6: resolution: {integrity: sha512-NIjkt5jAbOrom+56ELw9ERZF6qsdf1xAIHyC9/PkDMIOQAxe7FVe2HaqbQ+x88F0q5FaSX4dtpIEf08md6h5/A==} dependencies: '@turf/along': 5.1.5 @@ -17928,7 +15663,7 @@ packages: '@turf/voronoi': 5.1.5 dev: false - /@turf/turf/6.5.0: + /@turf/turf@6.5.0: resolution: {integrity: sha512-ipMCPnhu59bh92MNt8+pr1VZQhHVuTMHklciQURo54heoxRzt1neNYZOBR6jdL+hNsbDGAECMuIpAutX+a3Y+w==} dependencies: '@turf/along': 6.5.0 @@ -18038,14 +15773,14 @@ packages: '@turf/voronoi': 6.5.0 dev: false - /@turf/union/5.1.5: + /@turf/union@5.1.5: resolution: {integrity: sha512-wBy1ixxC68PpsTeEDebk/EfnbI1Za5dCyY7xFY9NMzrtVEOy0l0lQ5syOsaqY4Ire+dbsDM66p2GGxmefoyIEA==} dependencies: '@turf/helpers': 5.1.5 turf-jsts: 1.2.3 dev: false - /@turf/union/6.5.0: + /@turf/union@6.5.0: resolution: {integrity: sha512-igYWCwP/f0RFHIlC2c0SKDuM/ObBaqSljI3IdV/x71805QbIvY/BYGcJdyNcgEA6cylIGl/0VSlIbpJHZ9ldhw==} dependencies: '@turf/helpers': 6.5.0 @@ -18053,7 +15788,7 @@ packages: polygon-clipping: 0.15.3 dev: false - /@turf/unkink-polygon/5.1.5: + /@turf/unkink-polygon@5.1.5: resolution: {integrity: sha512-lzSrgsfSuyxIc4pkE2qyM2dsHxR992e6oItoZAT8G58A2Ef4qc5gRocmXPWZakGx41fQobegSo7wlo4I49wyHg==} dependencies: '@turf/area': 5.1.5 @@ -18063,7 +15798,7 @@ packages: rbush: 2.0.2 dev: false - /@turf/unkink-polygon/6.5.0: + /@turf/unkink-polygon@6.5.0: resolution: {integrity: sha512-8QswkzC0UqKmN1DT6HpA9upfa1HdAA5n6bbuzHy8NJOX8oVizVAqfEPY0wqqTgboDjmBR4yyImsdPGUl3gZ8JQ==} dependencies: '@turf/area': 6.5.0 @@ -18073,7 +15808,7 @@ packages: rbush: 2.0.2 dev: false - /@turf/voronoi/5.1.5: + /@turf/voronoi@5.1.5: resolution: {integrity: sha512-Ad0HZAyYjOpMIZfDGV+Q+30M9PQHIirTyn32kWyTjEI1O6uhL5NOYjzSha4Sr77xOls3hGzKOj+JET7eDtOvsg==} dependencies: '@turf/helpers': 5.1.5 @@ -18081,7 +15816,7 @@ packages: d3-voronoi: 1.1.2 dev: false - /@turf/voronoi/6.5.0: + /@turf/voronoi@6.5.0: resolution: {integrity: sha512-C/xUsywYX+7h1UyNqnydHXiun4UPjK88VDghtoRypR9cLlb7qozkiLRphQxxsCM0KxyxpVPHBVQXdAL3+Yurow==} dependencies: '@turf/helpers': 6.5.0 @@ -18089,35 +15824,35 @@ packages: d3-voronoi: 1.1.2 dev: false - /@tweenjs/tween.js/20.0.3: + /@tweenjs/tween.js@20.0.3: resolution: {integrity: sha512-SYUe1UgY5HM05EB4+0B4arq2IPjvyzKXoklXKxSYrc2IFxGm1cBrqg5XbiB5uwbs0xY5j+rj986NAJMM0KZaUw==} dev: false - /@types/accepts/1.3.5: + /@types/accepts@1.3.5: resolution: {integrity: sha512-jOdnI/3qTpHABjM5cx1Hc0sKsPoYCp+DP/GJRGtDlPd7fiV9oXGGIcjW/ZOxLIvjGz8MA+uMZI9metHlgqbgwQ==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 dev: false - /@types/acorn/4.0.6: + /@types/acorn@4.0.6: resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} dependencies: '@types/estree': 0.0.41 dev: false - /@types/amap-js-api/1.4.11: + /@types/amap-js-api@1.4.11: resolution: {integrity: sha512-UUyq7nDIPbp2DGcbaShROu8oB9lksiNc2FqxrC6+bKLJOlo03lTtQnoeQFxhhfcBNAYfUPAblRt3LCQFesbyEw==} dev: false - /@types/antlr4/4.11.2: + /@types/antlr4@4.11.2: resolution: {integrity: sha512-WVDiUppozGAKAL76KbXX63A4U4a0HfHM/5X7+GWzen7OaS/7eJEMdd61B+Hhl52Kedcmr80/jNeeWrM3Z/icig==} dev: false - /@types/argparse/1.0.38: + /@types/argparse@1.0.38: resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} dev: true - /@types/babel__core/7.20.0: + /@types/babel__core@7.20.0: resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} dependencies: '@babel/parser': 7.21.8 @@ -18126,129 +15861,129 @@ packages: '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.18.5 - /@types/babel__generator/7.6.4: + /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: '@babel/types': 7.21.5 - /@types/babel__template/7.4.1: + /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - /@types/babel__traverse/7.18.5: + /@types/babel__traverse@7.18.5: resolution: {integrity: sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q==} dependencies: '@babel/types': 7.21.5 - /@types/body-parser/1.19.2: + /@types/body-parser@1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/classnames/2.3.1: + /@types/classnames@2.3.1: resolution: {integrity: sha512-zeOWb0JGBoVmlQoznvqXbE0tEC/HONsnoUNH19Hc96NFsTAwTXbTqb8FMYkru1F/iqp7a18Ws3nWJvtA1sHD1A==} deprecated: This is a stub types definition. classnames provides its own type definitions, so you do not need this installed. dependencies: classnames: 2.3.2 dev: false - /@types/connect/3.4.35: + /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/content-disposition/0.5.5: + /@types/content-disposition@0.5.5: resolution: {integrity: sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA==} dev: false - /@types/cookiejar/2.1.2: + /@types/cookiejar@2.1.2: resolution: {integrity: sha512-t73xJJrvdTjXrn4jLS9VSGRbz0nUY3cl2DMGDU48lKl+HR9dbbjW2A9r3g40VA++mQpy6uuHg33gy7du2BKpog==} dev: true - /@types/cookies/0.7.7: + /@types/cookies@0.7.7: resolution: {integrity: sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA==} dependencies: '@types/connect': 3.4.35 '@types/express': 4.17.17 '@types/keygrip': 1.0.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 dev: false - /@types/d3-timer/1.0.10: + /@types/d3-timer@1.0.10: resolution: {integrity: sha512-ZnAbquVqy+4ZjdW0cY6URp+qF/AzTVNda2jYyOzpR2cPT35FTXl78s15Bomph9+ckOiI1TtkljnWkwbIGAb6rg==} dev: false - /@types/d3-timer/2.0.1: + /@types/d3-timer@2.0.1: resolution: {integrity: sha512-TF8aoF5cHcLO7W7403blM7L1T+6NF3XMyN3fxyUolq2uOcFeicG/khQg/dGxiCJWoAcmYulYN7LYSRKO54IXaA==} - /@types/dargs/5.1.0: + /@types/dargs@5.1.0: resolution: {integrity: sha512-2cXlO8pz13kVYMp6Zgr8Z5DACbaGfoBp7svqZqPGcO+qG3LQLWdB5BzPPASj+UI447XxGmFHi6KjLgUB0fzucQ==} - /@types/debug/4.1.7: + /@types/debug@4.1.7: resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} dependencies: '@types/ms': 0.7.31 dev: false - /@types/depd/1.1.32: + /@types/depd@1.1.32: resolution: {integrity: sha512-kB2cpXs3A0TGWl4a4h74yIwvclYZUTW6Irpee/3Dc1s4Cr5rGPHtpGPpBBpEV1MaKH5z/oul+57oDkEkeRXRnw==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 dev: false - /@types/empower-core/1.2.1: + /@types/empower-core@1.2.1: resolution: {integrity: sha512-Xil5SHiyOa/kgpw5iWwzCn1L5cL1r9eBOGeMVp7MNK21ibzewPF8UK71t5Sew3MhBYysR46jrD+sSxFw6/0BUA==} dev: true - /@types/empower/1.2.32: + /@types/empower@1.2.32: resolution: {integrity: sha512-eOVhBTyotB+I6VXdS8gE4J9eqdRzuohpxrV1X1v4WRWhUnmlB2sBKerqAAjw4WTQdQGcUOebRSeL3X991OiFiA==} dependencies: '@types/empower-core': 1.2.1 '@types/power-assert-formatter': 1.4.30 dev: true - /@types/eslint-scope/3.7.4: + /@types/eslint-scope@3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: '@types/eslint': 8.37.0 '@types/estree': 1.0.1 - /@types/eslint/7.29.0: + /@types/eslint@7.29.0: resolution: {integrity: sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==} dependencies: '@types/estree': 1.0.1 '@types/json-schema': 7.0.11 dev: true - /@types/eslint/8.37.0: + /@types/eslint@8.37.0: resolution: {integrity: sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==} dependencies: '@types/estree': 1.0.1 '@types/json-schema': 7.0.11 - /@types/estree/0.0.39: + /@types/estree@0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} dev: true - /@types/estree/0.0.41: + /@types/estree@0.0.41: resolution: {integrity: sha512-rIAmXyJlqw4KEBO7+u9gxZZSQHaCNnIzYrnNmYVpgfJhxTqO0brCX0SYpqUTkVI5mwwUwzmtspLBGBKroMeynA==} dev: false - /@types/estree/1.0.1: + /@types/estree@1.0.1: resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} - /@types/express-serve-static-core/4.17.34: + /@types/express-serve-static-core@4.17.34: resolution: {integrity: sha512-fvr49XlCGoUj2Pp730AItckfjat4WNb0lb3kfrLWffd+RLeoGAMsq7UOy04PAPtoL01uKwcp6u8nhzpgpDYr3w==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 - /@types/express/4.17.17: + /@types/express@4.17.17: resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} dependencies: '@types/body-parser': 1.19.2 @@ -18256,132 +15991,132 @@ packages: '@types/qs': 6.9.7 '@types/serve-static': 1.15.1 - /@types/geojson/7946.0.10: + /@types/geojson@7946.0.10: resolution: {integrity: sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA==} dev: false - /@types/geojson/7946.0.8: + /@types/geojson@7946.0.8: resolution: {integrity: sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==} dev: false - /@types/glob/7.2.0: + /@types/glob@7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/graceful-fs/4.1.6: + /@types/graceful-fs@4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/hapi__joi/17.1.9: + /@types/hapi__joi@17.1.9: resolution: {integrity: sha512-oOMFT8vmCTFncsF1engrs04jatz8/Anwx3De9uxnOK4chgSEgWBvFtpSoJo8u3784JNO+ql5tzRR6phHoRnscQ==} dev: true - /@types/hast/2.3.4: + /@types/hast@2.3.4: resolution: {integrity: sha512-wLEm0QvaoawEDoTRwzTXp4b4jpwiJDvR5KMnFnVodm3scufTlBOWRD6N1OBf9TZMhjlNsSfcO5V+7AF4+Vy+9g==} dependencies: '@types/unist': 2.0.6 - /@types/history/4.7.11: + /@types/history@4.7.11: resolution: {integrity: sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==} - /@types/history/5.0.0: + /@types/history@5.0.0: resolution: {integrity: sha512-hy8b7Y1J8OGe6LbAjj3xniQrj3v6lsivCcrmf4TzSgPzLkhIeKgc5IZnT7ReIqmEuodjfO8EYAuoFvIrHi/+jQ==} deprecated: This is a stub types definition. history provides its own type definitions, so you do not need this installed. dependencies: history: 5.3.0 - /@types/hoist-non-react-statics/3.3.1: + /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: '@types/react': 18.2.5 hoist-non-react-statics: 3.3.2 - /@types/html-minifier-terser/5.1.2: + /@types/html-minifier-terser@5.1.2: resolution: {integrity: sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==} dev: true - /@types/http-assert/1.5.3: + /@types/http-assert@1.5.3: resolution: {integrity: sha512-FyAOrDuQmBi8/or3ns4rwPno7/9tJTijVW6aQQjK02+kOQ8zmoNg2XJtAuQhvQcy1ASJq38wirX5//9J1EqoUA==} dev: false - /@types/http-errors/2.0.1: + /@types/http-errors@2.0.1: resolution: {integrity: sha512-/K3ds8TRAfBvi5vfjuz8y6+GiAYBZ0x4tXv1Av6CWBWn0IlADc+ZX9pMq7oU0fNQPnBwIZl3rmeLp6SBApbxSQ==} dev: false - /@types/invariant/2.2.35: + /@types/invariant@2.2.35: resolution: {integrity: sha512-DxX1V9P8zdJPYQat1gHyY0xj3efl8gnMVjiM9iCY6y27lj+PoQWkgjt8jDqmovPqULkKVpKRg8J36iQiA+EtEg==} dev: false - /@types/is-ci/3.0.0: + /@types/is-ci@3.0.0: resolution: {integrity: sha512-Q0Op0hdWbYd1iahB+IFNQcWXFq4O0Q5MwQP7uN0souuQ4rPg1vEYcnIOfr1gY+M+6rc8FGoRaBO1mOOvL29sEQ==} dependencies: ci-info: 3.8.0 dev: true - /@types/is-function/1.0.1: + /@types/is-function@1.0.1: resolution: {integrity: sha512-A79HEEiwXTFtfY+Bcbo58M2GRYzCr9itHWzbzHVFNEYCcoU/MMGwYYf721gBrnhpj1s6RGVVha/IgNFnR0Iw/Q==} dev: true - /@types/isomorphic-fetch/0.0.35: + /@types/isomorphic-fetch@0.0.35: resolution: {integrity: sha512-DaZNUvLDCAnCTjgwxgiL1eQdxIKEpNLOlTNtAgnZc50bG2copGhRrFN9/PxPBuJe+tZVLCbQ7ls0xveXVRPkvw==} dev: false - /@types/istanbul-lib-coverage/2.0.4: + /@types/istanbul-lib-coverage@2.0.4: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} - /@types/istanbul-lib-report/3.0.0: + /@types/istanbul-lib-report@3.0.0: resolution: {integrity: sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==} dependencies: '@types/istanbul-lib-coverage': 2.0.4 - /@types/istanbul-reports/1.1.2: + /@types/istanbul-reports@1.1.2: resolution: {integrity: sha512-P/W9yOX/3oPZSpaYOCQzGqgCQRXn0FFO/V8bWrCQs+wLmvVVxk6CRBXALEvNs9OHIatlnlFokfhuDo2ug01ciw==} dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/istanbul-reports/3.0.1: + /@types/istanbul-reports@3.0.1: resolution: {integrity: sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==} dependencies: '@types/istanbul-lib-report': 3.0.0 - /@types/js-cookie/2.2.7: + /@types/js-cookie@2.2.7: resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==} dev: false - /@types/json-schema/7.0.11: + /@types/json-schema@7.0.11: resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} - /@types/json5/0.0.29: + /@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/keygrip/1.0.2: + /@types/keygrip@1.0.2: resolution: {integrity: sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw==} dev: false - /@types/keyv/3.1.4: + /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/koa-compose/3.2.5: + /@types/koa-compose@3.2.5: resolution: {integrity: sha512-B8nG/OoE1ORZqCkBVsup/AKcvjdgoHnfi4pZMn5UwAPCbhk/96xyv284eBYW8JlQbQ7zDmnpFr68I/40mFoIBQ==} dependencies: '@types/koa': 2.13.6 dev: false - /@types/koa-router/7.4.4: + /@types/koa-router@7.4.4: resolution: {integrity: sha512-3dHlZ6CkhgcWeF6wafEUvyyqjWYfKmev3vy1PtOmr0mBc3wpXPU5E8fBBd4YQo5bRpHPfmwC5yDaX7s4jhIN6A==} dependencies: '@types/koa': 2.13.6 dev: false - /@types/koa/2.13.6: + /@types/koa@2.13.6: resolution: {integrity: sha512-diYUfp/GqfWBAiwxHtYJ/FQYIXhlEhlyaU7lB/bWQrx4Il9lCET5UwpFy3StOAohfsxxvEQ11qIJgT1j2tfBvw==} dependencies: '@types/accepts': 1.3.5 @@ -18391,165 +16126,166 @@ packages: '@types/http-errors': 2.0.1 '@types/keygrip': 1.0.2 '@types/koa-compose': 3.2.5 - '@types/node': 20.1.0 + '@types/node': 7.10.14 dev: false - /@types/lodash.clonedeep/4.5.7: + /@types/lodash.clonedeep@4.5.7: resolution: {integrity: sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw==} dependencies: '@types/lodash': 4.14.194 - /@types/lodash/4.14.194: + /@types/lodash@4.14.194: resolution: {integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==} - /@types/long/4.0.2: + /@types/long@4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} dev: false - /@types/mapbox-gl/1.13.6: + /@types/mapbox-gl@1.13.6: resolution: {integrity: sha512-CONmQCVgzLOseiDa0s8EXwgc3z9FQcc8U/KsIBiaNBY1sIxPen14k9z3eMeYgpx1vo7k0cq9xxxk3/xSZkW0TQ==} dependencies: '@types/geojson': 7946.0.10 dev: false - /@types/mathjax/0.0.36: + /@types/mathjax@0.0.36: resolution: {integrity: sha512-TqDJc2GWuTqd/m+G/FbNkN+/TF2OCCHvcawmhIrUaZkdVquMdNZmNiNUkupNg9qctorXXkVLVSogZv1DhmgLmg==} - /@types/mdast/3.0.11: + /@types/mdast@3.0.11: resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==} dependencies: '@types/unist': 2.0.6 - /@types/mime/1.3.2: + /@types/mime@1.3.2: resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} - /@types/mime/3.0.1: + /@types/mime@3.0.1: resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} - /@types/minimatch/3.0.5: + /@types/minimatch@3.0.5: resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} dev: true - /@types/minimatch/5.1.2: + /@types/minimatch@5.1.2: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - /@types/minimist/1.2.2: + /@types/minimist@1.2.2: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/mocha/2.2.48: + /@types/mocha@2.2.48: resolution: {integrity: sha512-nlK/iyETgafGli8Zh9zJVCTicvU3iajSkRwOh3Hhiva598CMqNJ4NcVCGMTGKpGpTYj/9R8RLzS9NAykSSCqGw==} dev: true - /@types/ms/0.7.31: + /@types/ms@0.7.31: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: false - /@types/node/10.17.60: + /@types/node@10.17.60: resolution: {integrity: sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==} - /@types/node/12.20.55: + /@types/node@12.20.55: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node/14.18.45: + /@types/node@14.18.45: resolution: {integrity: sha512-Nd+FPp60jEaJpm4LAxuLT3wIhB4k0Jdj9DAP4ydqGyMg8DhE+7oM1we+QkwOkpMySTjcqcNfPOWY5kBuAOhkeg==} - /@types/node/20.1.0: + /@types/node@20.1.0: resolution: {integrity: sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==} + dev: false - /@types/node/7.10.14: + /@types/node@7.10.14: resolution: {integrity: sha512-29GS75BE8asnTno3yB6ubOJOO0FboExEqNJy4bpz0GSmW/8wPTNL4h9h63c6s1uTrOopCmJYe/4yJLh5r92ZUA==} - /@types/normalize-package-data/2.4.1: + /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} - /@types/npmlog/4.1.4: + /@types/npmlog@4.1.4: resolution: {integrity: sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==} dev: true - /@types/parse-json/4.0.0: + /@types/parse-json@4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true - /@types/parse5/5.0.3: + /@types/parse5@5.0.3: resolution: {integrity: sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==} - /@types/parse5/6.0.3: + /@types/parse5@6.0.3: resolution: {integrity: sha512-SuT16Q1K51EAVPz1K29DJ/sXjhSQ0zjvsypYJ6tlwVsRV9jwW5Adq2ch8Dq8kDBCkYnELS7N7VNCSB5nC56t/g==} dev: false - /@types/power-assert-formatter/1.4.30: + /@types/power-assert-formatter@1.4.30: resolution: {integrity: sha512-QpLIRAdxW9dgGanSJc18RL1J8IYYHRarrkC2fuXxtBFC37PPcfquJiVzj12j5WR3LbVyK4n2FcRBZ11JckjXyA==} dev: true - /@types/power-assert/1.5.8: + /@types/power-assert@1.5.8: resolution: {integrity: sha512-WL6zeV1mKirC3bngOC1Nv0psFz0BMPJaLORCHH21LrQ2ZjiY5RZnF0GWVle3cZyfgJijZpqNDF6mpkm51hRDBw==} dependencies: '@types/empower': 1.2.32 '@types/power-assert-formatter': 1.4.30 dev: true - /@types/prettier/2.7.2: + /@types/prettier@2.7.2: resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} - /@types/prismjs/1.26.0: + /@types/prismjs@1.26.0: resolution: {integrity: sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==} dev: false - /@types/prop-types/15.7.5: + /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/q/1.5.5: + /@types/q@1.5.5: resolution: {integrity: sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ==} dev: true - /@types/qs/6.9.7: + /@types/qs@6.9.7: resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} - /@types/range-parser/1.2.4: + /@types/range-parser@1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/reach__router/1.3.11: + /@types/reach__router@1.3.11: resolution: {integrity: sha512-j23ChnIEiW8aAP4KT8OVyTXOFr+Ri65BDnwzmfHFO9WHypXYevHFjeil1Cj7YH3emfCE924BwAmgW4hOv7Wg3g==} dependencies: '@types/react': 18.2.5 dev: true - /@types/react-color/3.0.6: + /@types/react-color@3.0.6: resolution: {integrity: sha512-OzPIO5AyRmLA7PlOyISlgabpYUa3En74LP8mTMa0veCA719SvYQov4WLMsHvCgXP+L+KI9yGhYnqZafVGG0P4w==} dependencies: '@types/react': 18.2.5 '@types/reactcss': 1.2.6 dev: true - /@types/react-dom/16.9.19: + /@types/react-dom@16.9.19: resolution: {integrity: sha512-xC8D280Bf6p0zguJ8g62jcEOKZiUbx9sIe6O3tT/lKfR87A7A6g65q13z6D5QUMIa/6yFPkNhqjF5z/VVZEYqQ==} dependencies: '@types/react': 16.14.40 - /@types/react-dom/17.0.20: + /@types/react-dom@17.0.20: resolution: {integrity: sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==} dependencies: '@types/react': 17.0.58 - /@types/react-helmet/6.1.6: + /@types/react-helmet@6.1.6: resolution: {integrity: sha512-ZKcoOdW/Tg+kiUbkFCBtvDw0k3nD4HJ/h/B9yWxN4uDO8OkRksWTO+EL+z/Qu3aHTeTll3Ro0Cc/8UhwBCMG5A==} dependencies: '@types/react': 18.2.5 dev: false - /@types/react-reconciler/0.26.7: + /@types/react-reconciler@0.26.7: resolution: {integrity: sha512-mBDYl8x+oyPX/VBb3E638N0B7xG+SPk/EAMcVPeexqus/5aTpTphQi0curhhshOqRrc9t6OPoJfEUkbymse/lQ==} dependencies: - '@types/react': 18.2.5 + '@types/react': 17.0.58 - /@types/react-reconciler/0.28.2: + /@types/react-reconciler@0.28.2: resolution: {integrity: sha512-8tu6lHzEgYPlfDf/J6GOQdIc+gs+S2yAqlby3zTsB3SP2svlqTYe5fwZNtZyfactP74ShooP2vvi1BOp9ZemWw==} dependencies: - '@types/react': 18.2.5 + '@types/react': 17.0.58 - /@types/react-redux/7.1.25: + /@types/react-redux@7.1.25: resolution: {integrity: sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==} dependencies: '@types/hoist-non-react-statics': 3.3.1 @@ -18557,28 +16293,28 @@ packages: hoist-non-react-statics: 3.3.2 redux: 4.2.1 - /@types/react-router-config/5.0.2: + /@types/react-router-config@5.0.2: resolution: {integrity: sha512-WOSetDV3YPxbkVJAdv/bqExJjmcdCi/vpCJh3NfQOy1X15vHMSiMioXIcGekXDJJYhqGUMDo9e337mh508foAA==} dependencies: '@types/history': 5.0.0 '@types/react': 18.2.5 '@types/react-router': 5.1.20 - /@types/react-router-config/5.0.7: + /@types/react-router-config@5.0.7: resolution: {integrity: sha512-pFFVXUIydHlcJP6wJm7sDii5mD/bCmmAY0wQzq+M+uX7bqS95AQqHZWP1iNMKrWVQSuHIzj5qi9BvrtLX2/T4w==} dependencies: '@types/history': 4.7.11 '@types/react': 16.14.40 '@types/react-router': 5.1.20 - /@types/react-router-dom/5.1.7: + /@types/react-router-dom@5.1.7: resolution: {integrity: sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg==} dependencies: '@types/history': 5.0.0 '@types/react': 18.2.5 '@types/react-router': 5.1.12 - /@types/react-router-dom/5.3.3: + /@types/react-router-dom@5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 @@ -18586,168 +16322,168 @@ packages: '@types/react-router': 5.1.20 dev: false - /@types/react-router/5.1.12: + /@types/react-router@5.1.12: resolution: {integrity: sha512-0bhXQwHYfMeJlCh7mGhc0VJTRm0Gk+Z8T00aiP4702mDUuLs9SMhnd2DitpjWFjdOecx2UXtICK14H9iMnziGA==} dependencies: '@types/history': 5.0.0 '@types/react': 18.2.5 - /@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.2.5 - /@types/react-syntax-highlighter/11.0.4: + /@types/react-syntax-highlighter@11.0.4: resolution: {integrity: sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg==} dependencies: '@types/react': 18.2.5 dev: true - /@types/react-textarea-autosize/4.3.6: + /@types/react-textarea-autosize@4.3.6: resolution: {integrity: sha512-cTf8tCem0c8A7CERYbTuF+bRFaqYu7N7HLCa6ZhUhDx8XnUsTpGx5udMWljt87JpciUKuUkImKPEsy6kcKhrcQ==} dependencies: '@types/react': 18.2.5 dev: true - /@types/react/16.14.40: + /@types/react@16.14.40: resolution: {integrity: sha512-elQj2VQHDuJ5xuEcn5Wxh/YQFNbEuPJFRKSdyG866awDm5dmtoqsMmuAJWb/l/qd2kDkZMfOTKygVfMIdBBPKg==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 csstype: 3.1.2 - /@types/react/17.0.58: + /@types/react@17.0.58: resolution: {integrity: sha512-c1GzVY97P0fGxwGxhYq989j4XwlcHQoto6wQISOC2v6wm3h0PORRWJFHlkRjfGsiG3y1609WdQ+J+tKxvrEd6A==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 csstype: 3.1.2 - /@types/react/18.2.5: + /@types/react@18.2.5: resolution: {integrity: sha512-RuoMedzJ5AOh23Dvws13LU9jpZHIc/k90AgmK7CecAYeWmSr3553L4u5rk4sWAPBuQosfT7HmTfG4Rg5o4nGEA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 csstype: 3.1.2 - /@types/reactcss/1.2.6: + /@types/reactcss@1.2.6: resolution: {integrity: sha512-qaIzpCuXNWomGR1Xq8SCFTtF4v8V27Y6f+b9+bzHiv087MylI/nTCqqdChNeWS7tslgROmYB7yeiruWX7WnqNg==} dependencies: '@types/react': 18.2.5 dev: true - /@types/resolve/1.17.1: + /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 dev: true - /@types/responselike/1.0.0: + /@types/responselike@1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/sax/1.2.4: + /@types/sax@1.2.4: resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/scheduler/0.16.3: + /@types/scheduler@0.16.3: resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} - /@types/semver/6.2.3: + /@types/semver@6.2.3: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} dev: true - /@types/semver/7.3.13: + /@types/semver@7.3.13: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true - /@types/send/0.17.1: + /@types/send@0.17.1: resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} dependencies: '@types/mime': 1.3.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/serve-static/1.15.1: + /@types/serve-static@1.15.1: resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} dependencies: '@types/mime': 3.0.1 - '@types/node': 20.1.0 + '@types/node': 7.10.14 - /@types/source-list-map/0.1.2: + /@types/source-list-map@0.1.2: resolution: {integrity: sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==} dev: true - /@types/stack-utils/1.0.1: + /@types/stack-utils@1.0.1: resolution: {integrity: sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==} dev: true - /@types/stack-utils/2.0.1: + /@types/stack-utils@2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} - /@types/superagent/4.1.17: + /@types/superagent@4.1.17: resolution: {integrity: sha512-FFK/rRjNy24U6J1BvQkaNWu2ohOIF/kxRQXRsbT141YQODcOcZjzlcc4DGdI2SkTa0rhmF+X14zu6ICjCGIg+w==} dependencies: '@types/cookiejar': 2.1.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 dev: true - /@types/supertest/2.0.12: + /@types/supertest@2.0.12: resolution: {integrity: sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==} dependencies: '@types/superagent': 4.1.17 dev: true - /@types/systemjs/6.13.1: + /@types/systemjs@6.13.1: resolution: {integrity: sha512-Jxo2/uif1WpkabfyvWpFmPWFPDdwKUmyL7xWzjtxNALEu2pgce+eISjbf0Vr+SsK/D9savO5kTRcf+COLK5eiQ==} dev: false - /@types/tapable/1.0.8: + /@types/tapable@1.0.8: resolution: {integrity: sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==} dev: true - /@types/uglify-js/3.17.1: + /@types/uglify-js@3.17.1: resolution: {integrity: sha512-GkewRA4i5oXacU/n4MA9+bLgt5/L3F1mKrYvFGm7r2ouLXhRKjuWwo9XHNnbx6WF3vlGW21S3fCvgqxvxXXc5g==} dependencies: source-map: 0.6.1 dev: true - /@types/unist/2.0.6: + /@types/unist@2.0.6: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} - /@types/vfile-message/2.0.0: + /@types/vfile-message@2.0.0: resolution: {integrity: sha512-GpTIuDpb9u4zIO165fUy9+fXcULdD8HFRNli04GehoMVbeNq7D6OBnqSmg3lxZnC+UvgUhEWKxdKiwYUkGltIw==} deprecated: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed. dependencies: vfile-message: 3.1.4 dev: true - /@types/vfile/3.0.2: + /@types/vfile@3.0.2: resolution: {integrity: sha512-b3nLFGaGkJ9rzOcuXRfHkZMdjsawuDD0ENL9fzTophtBg8FJHSGbH7daXkEpcwy3v7Xol3pAvsmlYyFhR4pqJw==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 '@types/unist': 2.0.6 '@types/vfile-message': 2.0.0 dev: true - /@types/webpack-env/1.18.0: + /@types/webpack-env@1.18.0: resolution: {integrity: sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==} dev: true - /@types/webpack-sources/3.2.0: + /@types/webpack-sources@3.2.0: resolution: {integrity: sha512-Ft7YH3lEVRQ6ls8k4Ff1oB4jN6oy/XmU6tQISKdhfh+1mR+viZFphS6WL0IrtDOzvefmJg5a0s7ZQoRXwqTEFg==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 '@types/source-list-map': 0.1.2 source-map: 0.7.4 dev: true - /@types/webpack/4.41.33: + /@types/webpack@4.41.33: resolution: {integrity: sha512-PPajH64Ft2vWevkerISMtnZ8rTs4YmRbs+23c402J0INmxDKCrhZNvwZYtzx96gY2wAtXdrK1BS2fiC8MlLr3g==} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 '@types/tapable': 1.0.8 '@types/uglify-js': 3.17.1 '@types/webpack-sources': 3.2.0 @@ -18755,34 +16491,34 @@ packages: source-map: 0.6.1 dev: true - /@types/yargs-parser/21.0.0: + /@types/yargs-parser@21.0.0: resolution: {integrity: sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==} - /@types/yargs/12.0.20: + /@types/yargs@12.0.20: resolution: {integrity: sha512-MjOKUoDmNattFOBJvAZng7X9KXIKSGy6XHoXY9mASkKwCn35X4Ckh+Ugv1DewXZXrWYXMNtLiXhlCfWlpcAV+Q==} - /@types/yargs/13.0.12: + /@types/yargs@13.0.12: resolution: {integrity: sha512-qCxJE1qgz2y0hA4pIxjBR+PelCH0U5CK1XJXFwCNqfmliatKp47UCXXE9Dyk1OXBDLvsCF57TqQEJaeLfDYEOQ==} dependencies: '@types/yargs-parser': 21.0.0 dev: true - /@types/yargs/15.0.15: + /@types/yargs@15.0.15: resolution: {integrity: sha512-IziEYMU9XoVj8hWg7k+UJrXALkGFjWJhn5QFEv9q4p+v40oZhSuC135M38st8XPjICL7Ey4TV64ferBGUoJhBg==} dependencies: '@types/yargs-parser': 21.0.0 - /@types/yargs/16.0.5: + /@types/yargs@16.0.5: resolution: {integrity: sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==} dependencies: '@types/yargs-parser': 21.0.0 - /@types/yargs/17.0.24: + /@types/yargs@17.0.24: resolution: {integrity: sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==} dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin/5.59.2_fwbwffxiq4bvaw374ga4sdje4y: + /@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18794,23 +16530,23 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.2_jgkqkwom7vrxl4kyi454n2sy2i + '@typescript-eslint/parser': 5.59.2(eslint@7.32.0)(typescript@4.9.5) '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/type-utils': 5.59.2_jgkqkwom7vrxl4kyi454n2sy2i - '@typescript-eslint/utils': 5.59.2_jgkqkwom7vrxl4kyi454n2sy2i - debug: 4.3.4 - eslint: 8.40.0 + '@typescript-eslint/type-utils': 5.59.2(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.2(eslint@7.32.0)(typescript@4.9.5) + debug: 4.3.4(supports-color@5.5.0) + eslint: 7.32.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.5.0 - tsutils: 3.21.0_typescript@4.9.5 + tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.59.2_pkii5ggyoe5fo6espx2tsxutry: + /@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@4.9.5): resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18822,23 +16558,23 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.2_jofidmxrjzhj7l6vknpw5ecvfe + '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/type-utils': 5.59.2_jofidmxrjzhj7l6vknpw5ecvfe - '@typescript-eslint/utils': 5.59.2_jofidmxrjzhj7l6vknpw5ecvfe - debug: 4.3.4 - eslint: 7.32.0 + '@typescript-eslint/type-utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + debug: 4.3.4(supports-color@5.5.0) + eslint: 8.40.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.5.0 - tsutils: 3.21.0_typescript@4.9.5 + tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/experimental-utils/4.33.0_jofidmxrjzhj7l6vknpw5ecvfe: + /@typescript-eslint/experimental-utils@4.33.0(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -18847,16 +16583,16 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 4.33.0(typescript@4.9.5) eslint: 7.32.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.32.0 + eslint-utils: 3.0.0(eslint@7.32.0) transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.59.2_jgkqkwom7vrxl4kyi454n2sy2i: + /@typescript-eslint/parser@5.59.2(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18868,15 +16604,15 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.59.2 '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2_typescript@4.9.5 - debug: 4.3.4 - eslint: 8.40.0 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + debug: 4.3.4(supports-color@5.5.0) + eslint: 7.32.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.59.2_jofidmxrjzhj7l6vknpw5ecvfe: + /@typescript-eslint/parser@5.59.2(eslint@8.40.0)(typescript@4.9.5): resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18888,15 +16624,15 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.59.2 '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2_typescript@4.9.5 - debug: 4.3.4 - eslint: 7.32.0 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + debug: 4.3.4(supports-color@5.5.0) + eslint: 8.40.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager/4.33.0: + /@typescript-eslint/scope-manager@4.33.0: resolution: {integrity: sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: @@ -18904,7 +16640,7 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: true - /@typescript-eslint/scope-manager/5.59.2: + /@typescript-eslint/scope-manager@5.59.2: resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -18912,7 +16648,7 @@ packages: '@typescript-eslint/visitor-keys': 5.59.2 dev: true - /@typescript-eslint/type-utils/5.59.2_jgkqkwom7vrxl4kyi454n2sy2i: + /@typescript-eslint/type-utils@5.59.2(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18922,17 +16658,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.2_typescript@4.9.5 - '@typescript-eslint/utils': 5.59.2_jgkqkwom7vrxl4kyi454n2sy2i - debug: 4.3.4 - eslint: 8.40.0 - tsutils: 3.21.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.2(eslint@7.32.0)(typescript@4.9.5) + debug: 4.3.4(supports-color@5.5.0) + eslint: 7.32.0 + tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils/5.59.2_jofidmxrjzhj7l6vknpw5ecvfe: + /@typescript-eslint/type-utils@5.59.2(eslint@8.40.0)(typescript@4.9.5): resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18942,27 +16678,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.2_typescript@4.9.5 - '@typescript-eslint/utils': 5.59.2_jofidmxrjzhj7l6vknpw5ecvfe - debug: 4.3.4 - eslint: 7.32.0 - tsutils: 3.21.0_typescript@4.9.5 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + debug: 4.3.4(supports-color@5.5.0) + eslint: 8.40.0 + tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types/4.33.0: + /@typescript-eslint/types@4.33.0: resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/types/5.59.2: + /@typescript-eslint/types@5.59.2: resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.9.5: + /@typescript-eslint/typescript-estree@4.33.0(typescript@4.9.5): resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -18973,17 +16709,17 @@ packages: dependencies: '@typescript-eslint/types': 4.33.0 '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.0 - tsutils: 3.21.0_typescript@4.9.5 + tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.59.2_typescript@4.9.5: + /@typescript-eslint/typescript-estree@5.59.2(typescript@4.9.5): resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -18994,29 +16730,29 @@ packages: dependencies: '@typescript-eslint/types': 5.59.2 '@typescript-eslint/visitor-keys': 5.59.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.0 - tsutils: 3.21.0_typescript@4.9.5 + tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.59.2_jgkqkwom7vrxl4kyi454n2sy2i: + /@typescript-eslint/utils@5.59.2(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@7.32.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.59.2 '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2_typescript@4.9.5 - eslint: 8.40.0 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + eslint: 7.32.0 eslint-scope: 5.1.1 semver: 7.5.0 transitivePeerDependencies: @@ -19024,19 +16760,19 @@ packages: - typescript dev: true - /@typescript-eslint/utils/5.59.2_jofidmxrjzhj7l6vknpw5ecvfe: + /@typescript-eslint/utils@5.59.2(eslint@8.40.0)(typescript@4.9.5): resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@7.32.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.59.2 '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2_typescript@4.9.5 - eslint: 7.32.0 + '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + eslint: 8.40.0 eslint-scope: 5.1.1 semver: 7.5.0 transitivePeerDependencies: @@ -19044,7 +16780,7 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/4.33.0: + /@typescript-eslint/visitor-keys@4.33.0: resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dependencies: @@ -19052,7 +16788,7 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@typescript-eslint/visitor-keys/5.59.2: + /@typescript-eslint/visitor-keys@5.59.2: resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -19060,11 +16796,11 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@uiw/copy-to-clipboard/1.0.14: + /@uiw/copy-to-clipboard@1.0.14: resolution: {integrity: sha512-6szYjEU4xMkIqi4LPJLQIHBBBxazNxH0/slF1Ph4xtDtyeiJkIiNgr/PQxJX/REyWWLWllWTiCN491tnLWCOdA==} dev: false - /@uiw/react-markdown-preview/4.1.13_vhpbgppx3w4fgmc74kmbfmmkdq: + /@uiw/react-markdown-preview@4.1.13(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fmIGvBpK6HJyDFf7EokjZSIS0713Bq5KwhOsZ8IkbCMYDcDThFlmMkTTqyzGjL3phrkP9ED5O63WSILzefqe6A==} peerDependencies: react: '>=16.8.0 || 17' @@ -19073,8 +16809,8 @@ packages: '@babel/runtime': 7.21.5 '@uiw/copy-to-clipboard': 1.0.14 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-markdown: 8.0.7_2wsigp256uooefgzaclurqrkuu + react-dom: 17.0.2(react@17.0.2) + react-markdown: 8.0.7(@types/react@17.0.58)(react@17.0.2) rehype-attr: 2.1.4 rehype-autolink-headings: 6.1.1 rehype-ignore: 1.0.5 @@ -19089,33 +16825,33 @@ packages: - supports-color dev: false - /@umijs/ast/3.5.40: + /@umijs/ast@3.5.40: resolution: {integrity: sha512-iE7nKdxa91Yv3qJRMvEPWpftuqTv0etmT9A7R8BaEomnktOqPXzcoiYJdFc4/kbBgixPMlr1rS1OgOEk3NsbuA==} dependencies: '@umijs/utils': 3.5.40 - /@umijs/babel-plugin-auto-css-modules/3.5.40: + /@umijs/babel-plugin-auto-css-modules@3.5.40: resolution: {integrity: sha512-jUw7YoP45VzTx7DEO+AGnOd5QD3yoGpzLp9AG9yMLS522Ss2B0JzIzcMhHVs5eTBnIthZ86qmNoQl+Z8PHR3fw==} dependencies: '@umijs/utils': 3.5.40 - /@umijs/babel-plugin-import-to-await-require/3.5.40: + /@umijs/babel-plugin-import-to-await-require@3.5.40: resolution: {integrity: sha512-vG95GlQMX7/QPJz5oULKQU+N5jlhLmOVm1kQBP1aD+DPWxZeHGkLH+qH/n3C1iZ23f8EHstSc2K5HNRsj3KXtw==} dependencies: '@umijs/utils': 3.5.40 - /@umijs/babel-plugin-lock-core-js-3/3.5.40: + /@umijs/babel-plugin-lock-core-js-3@3.5.40: resolution: {integrity: sha512-vt4ZY+1/gpg+ZkpJOva13AYGCWxzrpPHo8fJuQJRr7YkyVPMWDYmyKTLHLNStLFLx57csirBuZP4HiOI7U/DAQ==} dependencies: '@umijs/utils': 3.5.40 core-js: 3.6.5 - /@umijs/babel-plugin-no-anonymous-default-export/3.5.40: + /@umijs/babel-plugin-no-anonymous-default-export@3.5.40: resolution: {integrity: sha512-aVLOYXY8aLBiaGJoclldff69/OBDGSg//IsGi20C4KQF1yfUNeIZL+E9gs1zppwlIJdSYpBKByv2ZlafB5QIZA==} dependencies: '@umijs/utils': 3.5.40 - /@umijs/babel-preset-umi/3.5.40: + /@umijs/babel-preset-umi@3.5.40: resolution: {integrity: sha512-nFN5OSB6MEFLV031GKfSKMMcQAnRTsfboxOWpQgQzNpIA/FwOYwglEdHiljf08n0vsGNEQnquCTzjF5z1DH/fQ==} dependencies: '@babel/runtime': 7.18.6 @@ -19126,21 +16862,21 @@ packages: '@umijs/deps': 3.5.40 '@umijs/utils': 3.5.40 - /@umijs/babel-preset-umi/4.0.67_styled-components@5.3.10: + /@umijs/babel-preset-umi@4.0.67(styled-components@5.3.10): resolution: {integrity: sha512-BPiOS0nEFA3sDO5lxJYVGKiCzQ1Vf3d3/T3DTewx4QIdQZmWCZB72DXaMtpY2/4+DnaKzGHtJdETBoUCkBh6XQ==} dependencies: '@babel/runtime': 7.21.0 '@bloomberg/record-tuple-polyfill': 0.0.4 '@umijs/bundler-utils': 4.0.67 '@umijs/utils': 4.0.67 - babel-plugin-styled-components: 2.0.7_styled-components@5.3.10 + babel-plugin-styled-components: 2.0.7(styled-components@5.3.10) core-js: 3.28.0 transitivePeerDependencies: - styled-components - supports-color dev: true - /@umijs/bundler-esbuild/4.0.67: + /@umijs/bundler-esbuild@4.0.67: resolution: {integrity: sha512-xaCoNboh+BhafYBjm/VkivPZ/D0HCJM9NAV+8xlKJeFssneKEiSfi6/T0gfvRykqeREJeevjPC7laVWLEItQCA==} hasBin: true dependencies: @@ -19148,40 +16884,28 @@ packages: '@umijs/utils': 4.0.67 enhanced-resolve: 5.9.3 postcss: 8.4.23 - postcss-flexbugs-fixes: 5.0.2_postcss@8.4.23 - postcss-preset-env: 7.5.0_postcss@8.4.23 + postcss-flexbugs-fixes: 5.0.2(postcss@8.4.23) + postcss-preset-env: 7.5.0(postcss@8.4.23) transitivePeerDependencies: - supports-color dev: true - /@umijs/bundler-utils/3.5.40_armejkur7asdgqm56mm36mf46y: - resolution: {integrity: sha512-iDHCsBbAMWC8yYJ44hRigFeNlhJtcL2ot2BpixHDfxWsMxAxhnIlgbfTbAQhH9ipauvqIdYC+orrREDPh7ruQw==} - dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/types': 3.5.40_armejkur7asdgqm56mm36mf46y - '@umijs/utils': 3.5.40 - transitivePeerDependencies: - - react - - react-dom - - react-router - dev: true - - /@umijs/bundler-utils/3.5.40_hflg5r6ml7trnjm7sh3tgaza54: + /@umijs/bundler-utils@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): resolution: {integrity: sha512-iDHCsBbAMWC8yYJ44hRigFeNlhJtcL2ot2BpixHDfxWsMxAxhnIlgbfTbAQhH9ipauvqIdYC+orrREDPh7ruQw==} dependencies: '@umijs/babel-preset-umi': 3.5.40 - '@umijs/types': 3.5.40_hflg5r6ml7trnjm7sh3tgaza54 + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) '@umijs/utils': 3.5.40 transitivePeerDependencies: - react - react-dom - react-router - /@umijs/bundler-utils/3.5.40_o6yx2duuzsoxw333fosnbhwgdm: + /@umijs/bundler-utils@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): resolution: {integrity: sha512-iDHCsBbAMWC8yYJ44hRigFeNlhJtcL2ot2BpixHDfxWsMxAxhnIlgbfTbAQhH9ipauvqIdYC+orrREDPh7ruQw==} dependencies: '@umijs/babel-preset-umi': 3.5.40 - '@umijs/types': 3.5.40_o6yx2duuzsoxw333fosnbhwgdm + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) '@umijs/utils': 3.5.40 transitivePeerDependencies: - react @@ -19189,37 +16913,37 @@ packages: - react-router dev: false - /@umijs/bundler-utils/3.5.40_wcqkhtmu7mswc6yz4uyexck3ty: + /@umijs/bundler-utils@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): resolution: {integrity: sha512-iDHCsBbAMWC8yYJ44hRigFeNlhJtcL2ot2BpixHDfxWsMxAxhnIlgbfTbAQhH9ipauvqIdYC+orrREDPh7ruQw==} dependencies: '@umijs/babel-preset-umi': 3.5.40 - '@umijs/types': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) '@umijs/utils': 3.5.40 transitivePeerDependencies: - react - react-dom - react-router - /@umijs/bundler-utils/4.0.67: + /@umijs/bundler-utils@4.0.67: resolution: {integrity: sha512-V8OXnWkcq7uSc92qJfW88ilmxIY3rJ0wFQd3ChBNJgKZiC8+IMtCg1/21mFGSRzO2LxRP+3Y93tLihe7eNfuHA==} dependencies: '@umijs/utils': 4.0.67 esbuild: 0.16.17 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 - spdy: 4.0.2 + spdy: 4.0.2(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: true - /@umijs/bundler-webpack/3.5.40_armejkur7asdgqm56mm36mf46y: + /@umijs/bundler-webpack@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): resolution: {integrity: sha512-qAFKYDPTxej/PmYqLURBeMEThNp6wo2mNPsIZo6pzxxL2XJQmadHqmCOAmbje1RT60PqPZekfim+a0dNet9AYQ==} hasBin: true dependencies: - '@umijs/bundler-utils': 3.5.40_armejkur7asdgqm56mm36mf46y + '@umijs/bundler-utils': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 '@umijs/deps': 3.5.40 - '@umijs/types': 3.5.40_armejkur7asdgqm56mm36mf46y + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) '@umijs/utils': 3.5.40 jest-worker: 26.6.2 node-libs-browser: 2.2.1 @@ -19235,40 +16959,15 @@ packages: - react - react-dom - react-router - dev: true - /@umijs/bundler-webpack/3.5.40_hflg5r6ml7trnjm7sh3tgaza54: + /@umijs/bundler-webpack@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): resolution: {integrity: sha512-qAFKYDPTxej/PmYqLURBeMEThNp6wo2mNPsIZo6pzxxL2XJQmadHqmCOAmbje1RT60PqPZekfim+a0dNet9AYQ==} hasBin: true dependencies: - '@umijs/bundler-utils': 3.5.40_hflg5r6ml7trnjm7sh3tgaza54 + '@umijs/bundler-utils': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 '@umijs/deps': 3.5.40 - '@umijs/types': 3.5.40_hflg5r6ml7trnjm7sh3tgaza54 - '@umijs/utils': 3.5.40 - jest-worker: 26.6.2 - node-libs-browser: 2.2.1 - normalize-url: 1.9.1 - postcss: 7.0.32 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 3.0.0 - postcss-preset-env: 6.7.0 - postcss-safe-parser: 4.0.2 - terser: 5.14.2 - webpack-chain: 6.5.1 - transitivePeerDependencies: - - react - - react-dom - - react-router - - /@umijs/bundler-webpack/3.5.40_o6yx2duuzsoxw333fosnbhwgdm: - resolution: {integrity: sha512-qAFKYDPTxej/PmYqLURBeMEThNp6wo2mNPsIZo6pzxxL2XJQmadHqmCOAmbje1RT60PqPZekfim+a0dNet9AYQ==} - hasBin: true - dependencies: - '@umijs/bundler-utils': 3.5.40_o6yx2duuzsoxw333fosnbhwgdm - '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 - '@umijs/deps': 3.5.40 - '@umijs/types': 3.5.40_o6yx2duuzsoxw333fosnbhwgdm + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) '@umijs/utils': 3.5.40 jest-worker: 26.6.2 node-libs-browser: 2.2.1 @@ -19286,14 +16985,14 @@ packages: - react-router dev: false - /@umijs/bundler-webpack/3.5.40_wcqkhtmu7mswc6yz4uyexck3ty: + /@umijs/bundler-webpack@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): resolution: {integrity: sha512-qAFKYDPTxej/PmYqLURBeMEThNp6wo2mNPsIZo6pzxxL2XJQmadHqmCOAmbje1RT60PqPZekfim+a0dNet9AYQ==} hasBin: true dependencies: - '@umijs/bundler-utils': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty + '@umijs/bundler-utils': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 '@umijs/deps': 3.5.40 - '@umijs/types': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) '@umijs/utils': 3.5.40 jest-worker: 26.6.2 node-libs-browser: 2.2.1 @@ -19310,29 +17009,29 @@ packages: - react-dom - react-router - /@umijs/bundler-webpack/4.0.67_5tyvgfrzth2khnpe2rdm23utxi: + /@umijs/bundler-webpack@4.0.67(styled-components@5.3.10)(typescript@4.8.4)(webpack@5.82.0): resolution: {integrity: sha512-8dgdL3NDuI7bh6Vhg5/Vy8r+qzB3GE84tQUImJvbxY/aviRsjzGyRBs/5vJMj3fPtYsjFYY5H2lnrgwKgeI7zg==} hasBin: true dependencies: - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_rpgxa4ujif6f7ii2kur4nrydpu + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.14.0)(webpack@5.82.0) '@svgr/core': 6.5.1 - '@svgr/plugin-jsx': 6.5.1_@svgr+core@6.5.1 - '@svgr/plugin-svgo': 6.5.1_@svgr+core@6.5.1 + '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1) + '@svgr/plugin-svgo': 6.5.1(@svgr/core@6.5.1) '@types/hapi__joi': 17.1.9 - '@umijs/babel-preset-umi': 4.0.67_styled-components@5.3.10 + '@umijs/babel-preset-umi': 4.0.67(styled-components@5.3.10) '@umijs/bundler-utils': 4.0.67 '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 '@umijs/mfsu': 4.0.67 '@umijs/utils': 4.0.67 cors: 2.8.5 - css-loader: 6.7.1_webpack@5.82.0 + css-loader: 6.7.1(webpack@5.82.0) es5-imcompatible-versions: 0.1.82 - fork-ts-checker-webpack-plugin: 8.0.0_lgejuhi72seanii5npf7c2ri6a + fork-ts-checker-webpack-plugin: 8.0.0(typescript@4.8.4)(webpack@5.82.0) jest-worker: 29.4.3 lightningcss: 1.19.0 node-libs-browser: 2.2.1 postcss: 8.4.23 - postcss-preset-env: 7.5.0_postcss@8.4.23 + postcss-preset-env: 7.5.0(postcss@8.4.23) react-error-overlay: 6.0.9 react-refresh: 0.14.0 transitivePeerDependencies: @@ -19348,10 +17047,10 @@ packages: - webpack-plugin-serve dev: true - /@umijs/case-sensitive-paths-webpack-plugin/1.0.1: + /@umijs/case-sensitive-paths-webpack-plugin@1.0.1: resolution: {integrity: sha512-kDKJ8yTarxwxGJDInG33hOpaQRZ//XpNuuznQ/1Mscypw6kappzFmrBr2dOYave++K7JHouoANF354UpbEQw0Q==} - /@umijs/core/3.5.40: + /@umijs/core@3.5.40: resolution: {integrity: sha512-dF5HxqIrfKlRCGm/fAOmR9HS1qk35iV2fxzVTtEisvaKGWc7z69qU5cbfe6GCPT4MJg9CYNQxtQNAJHJHA7Pog==} dependencies: '@umijs/ast': 3.5.40 @@ -19359,7 +17058,7 @@ packages: '@umijs/deps': 3.5.40 '@umijs/utils': 3.5.40 - /@umijs/core/4.0.67: + /@umijs/core@4.0.67: resolution: {integrity: sha512-JOQ45khYOSNMzoK+QEw3AHwzkfS1oiwJfHgtxfe+kj+bHo1LXWjom/PHBML0XCm3ucLxHtJmpOYx0Ia2ywMJOA==} dependencies: '@umijs/bundler-utils': 4.0.67 @@ -19368,7 +17067,7 @@ packages: - supports-color dev: true - /@umijs/deps/3.5.40: + /@umijs/deps@3.5.40: resolution: {integrity: sha512-PbTZf4/BwDLx6/Yujqdcpcp2/GNmmMzbC2aQviQg+fpeha8tAHLo0SIdeXoaFel+6uuMUH3UgLkKeZC7Rk+Wbw==} dependencies: '@bloomberg/record-tuple-polyfill': 0.0.3 @@ -19380,39 +17079,39 @@ packages: regenerate: 1.4.2 regenerate-unicode-properties: 10.0.1 - /@umijs/fabric/2.14.1: + /@umijs/fabric@2.14.1: resolution: {integrity: sha512-fOyXcbViOB+/jW+g2rCiK9XjSZVn4OzFuMZpSCriCdR/KxhxLTokvJWFm3CzBEmg9vXfrBFQ4c/ykmqoVacHtw==} hasBin: true dependencies: '@babel/core': 7.21.8 - '@babel/eslint-parser': 7.21.8_btda5vh3j4tohbqgrkgx3qt2km - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-decorators': 7.21.0_@babel+core@7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@babel/preset-react': 7.18.6_@babel+core@7.21.8 - '@babel/preset-typescript': 7.21.5_@babel+core@7.21.8 - '@typescript-eslint/eslint-plugin': 5.59.2_pkii5ggyoe5fo6espx2tsxutry - '@typescript-eslint/parser': 5.59.2_jofidmxrjzhj7l6vknpw5ecvfe + '@babel/eslint-parser': 7.21.8(@babel/core@7.21.8)(eslint@7.32.0) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/preset-react': 7.18.6(@babel/core@7.21.8) + '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) + '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.2(eslint@7.32.0)(typescript@4.9.5) chalk: 4.1.2 eslint: 7.32.0 - eslint-config-prettier: 8.8.0_eslint@7.32.0 + eslint-config-prettier: 8.8.0(eslint@7.32.0) eslint-formatter-pretty: 4.1.0 - eslint-plugin-babel: 5.3.1_eslint@7.32.0 - eslint-plugin-jest: 24.7.0_r5rx7zghvfe2hvounwlkgdozle - eslint-plugin-promise: 6.1.1_eslint@7.32.0 - eslint-plugin-react: 7.32.2_eslint@7.32.0 - eslint-plugin-react-hooks: 4.6.0_eslint@7.32.0 - eslint-plugin-unicorn: 20.1.0_eslint@7.32.0 + eslint-plugin-babel: 5.3.1(eslint@7.32.0) + eslint-plugin-jest: 24.7.0(@typescript-eslint/eslint-plugin@5.59.2)(eslint@7.32.0)(typescript@4.9.5) + eslint-plugin-promise: 6.1.1(eslint@7.32.0) + eslint-plugin-react: 7.32.2(eslint@7.32.0) + eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0) + eslint-plugin-unicorn: 20.1.0(eslint@7.32.0) fast-glob: 3.2.12 os-locale: 5.0.0 prettier: 2.8.8 - prettier-plugin-packagejson: 2.3.0_prettier@2.8.8 - prettier-plugin-two-style-order: 1.0.1_prettier@2.8.8 + prettier-plugin-packagejson: 2.3.0(prettier@2.8.8) + prettier-plugin-two-style-order: 1.0.1(prettier@2.8.8) stylelint: 13.13.1 - stylelint-config-css-modules: 2.3.0_stylelint@13.13.1 - stylelint-config-prettier: 8.0.2_stylelint@13.13.1 - stylelint-config-standard: 20.0.0_stylelint@13.13.1 - stylelint-declaration-block-no-ignored-properties: 2.7.0_stylelint@13.13.1 + stylelint-config-css-modules: 2.3.0(stylelint@13.13.1) + stylelint-config-prettier: 8.0.2(stylelint@13.13.1) + stylelint-config-standard: 20.0.0(stylelint@13.13.1) + stylelint-declaration-block-no-ignored-properties: 2.7.0(stylelint@13.13.1) typescript: 4.9.5 transitivePeerDependencies: - postcss-jsx @@ -19420,7 +17119,7 @@ packages: - supports-color dev: true - /@umijs/mfsu/4.0.67: + /@umijs/mfsu@4.0.67: resolution: {integrity: sha512-gyL8ghyZunw1Slgl8ma1ynvSXjarI2tKiam8Kq2Gx5V/44/FyvBPPAjjQw/V3NgynrKwqAErc1/Ul3OMq8sGYQ==} dependencies: '@umijs/bundler-esbuild': 4.0.67 @@ -19432,65 +17131,65 @@ packages: - supports-color dev: true - /@umijs/plugin-access/2.4.3_5nxotttgspgnkwkqwuuisfeyve: + /@umijs/plugin-access@2.4.3(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-model@2.6.2)(umi@3.5.40): resolution: {integrity: sha512-6FON4aHzVFs/vtFK5Sdnw+FBolfoYi8wV8V9Q8x2T19NwjZtjXSPjt0gtrG4jdx4LRsSV2DKLaMGoJYbNr94aA==} peerDependencies: '@umijs/plugin-initial-state': 2.x '@umijs/plugin-model': 2.x umi: 3.x dependencies: - '@umijs/plugin-initial-state': 2.4.0_umi@3.5.40 - '@umijs/plugin-model': 2.6.2_umi@3.5.40 - umi: 3.5.40_react-router@5.3.4 + '@umijs/plugin-initial-state': 2.4.0(umi@3.5.40) + '@umijs/plugin-model': 2.6.2(umi@3.5.40) + umi: 3.5.40(react-router@5.3.4) dev: false - /@umijs/plugin-analytics/0.2.2_umi@3.5.40: + /@umijs/plugin-analytics@0.2.2(umi@3.5.40): resolution: {integrity: sha512-dVDzUfgIdEwdCC6a5IsMYpIPI+bEZjBEqIhAvw9dic6Vk77w9RxQxyRfW11dDmdXLAwWphp22NntQNt1ejZPtg==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40_react-router@5.3.4 + umi: 3.5.40(react-router@5.3.4) dev: false - /@umijs/plugin-analytics/0.2.3_umi@3.5.40: + /@umijs/plugin-analytics@0.2.3(umi@3.5.40): resolution: {integrity: sha512-6Fj+EOzd2vXe1YHjK1aqhHlITWBXcnhPd6pxAEjeGu3vAxDcfp1yM3PoRr//baBXk8CYF2krWDQGYy+OlRXM4A==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40 + umi: 3.5.40(react-router@6.11.1) - /@umijs/plugin-antd/0.13.0_66ibdeipww3p4qjj3wnv7xvg24: + /@umijs/plugin-antd@0.13.0(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40): resolution: {integrity: sha512-7tooYtOylVatrzMWCJtk8JFQL90i94OD0FgZYpKBbM7keThH8prYkSkDJFIDkuGfZ6pl6BJT8ESnYLxf2OiQUw==} peerDependencies: umi: 3.x dependencies: - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m - antd-mobile: 2.3.4_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) + antd-mobile: 2.3.4(react-dom@17.0.2)(react@17.0.2) semver: 7.5.0 - umi: 3.5.40_react-router@5.3.4 + umi: 3.5.40(react-router@5.3.4) transitivePeerDependencies: - react - react-dom dev: false - /@umijs/plugin-crossorigin/1.2.1_umi@3.5.40: + /@umijs/plugin-crossorigin@1.2.1(umi@3.5.40): resolution: {integrity: sha512-4oXNFBLOCH1FHTgFi7EDmlcjjYMthOQlrTT+mSbNeMzvl0P/WKldSJsYAUXUTg+I7vlbb5bNby4dpHKK37JcbQ==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40_react-router@5.3.4 + umi: 3.5.40(react-router@5.3.4) dev: false - /@umijs/plugin-dva/0.13.0_ksc4zah53ywipxywh2t4rp22ty: + /@umijs/plugin-dva@0.13.0(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40): resolution: {integrity: sha512-cpGq8vzN8AmyWxexWLQ+WGqfT0WMCiryvU5EcNGbx1/Ub9aICUfPBpB46cxJrxjDCjUzuVslRNb2pdgI0xXUXg==} peerDependencies: umi: 3.x dependencies: - babel-plugin-dva-hmr: 0.4.2_redbox-react@1.6.0 - dva: 2.6.0-beta.23_rx7rn4jk3r4rtolqyywiyguxdq - dva-immer: 0.5.2_dva@2.6.0-beta.23 - dva-loading: 3.0.24_dva-core@1.6.0-beta.7 - umi: 3.5.40_react-router@5.3.4 + babel-plugin-dva-hmr: 0.4.2(redbox-react@1.6.0) + dva: 2.6.0-beta.23(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2) + dva-immer: 0.5.2(dva@2.6.0-beta.23) + dva-loading: 3.0.24(dva-core@1.6.0-beta.7) + umi: 3.5.40(react-router@5.3.4) transitivePeerDependencies: - dva-core - react @@ -19500,27 +17199,27 @@ packages: - redbox-react dev: false - /@umijs/plugin-helmet/1.1.3_react@17.0.2+umi@3.5.40: + /@umijs/plugin-helmet@1.1.3(react@17.0.2)(umi@3.5.40): resolution: {integrity: sha512-X4GRFlvOb8DxMDm1vExfpWOvxl6bp0oZz114DyhwnMSriJ8RcHAigTjtVJHYxJpKv7P6KayN3n13J4w/XZGWMg==} peerDependencies: umi: 3.x dependencies: '@types/react-helmet': 6.1.6 - react-helmet: 6.1.0_react@17.0.2 - umi: 3.5.40_react-router@5.3.4 + react-helmet: 6.1.0(react@17.0.2) + umi: 3.5.40(react-router@5.3.4) transitivePeerDependencies: - react dev: false - /@umijs/plugin-initial-state/2.4.0_umi@3.5.40: + /@umijs/plugin-initial-state@2.4.0(umi@3.5.40): resolution: {integrity: sha512-UHH5fTL9skm4771R3xvWCrjd5xiQ7OdJ83G0P1YZLhuNbh0cAFVT8SPTU8dA9o8TTAZ66IEq7axhWl1cGxVsXw==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40_react-router@5.3.4 + umi: 3.5.40(react-router@5.3.4) dev: false - /@umijs/plugin-layout/0.18.1_godjasgnoz7toqfbtvt5bukhm4: + /@umijs/plugin-layout@0.18.1(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-locale@0.15.2)(@umijs/plugin-model@2.6.2)(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40): resolution: {integrity: sha512-15YTcFpic0v15nFzlg6G8nvMCveBtcBL77Wr9wXYJdgR0iU7dnO7T4OqbLwgEc1uHxtGhTVibi6nSGelX56zCg==} peerDependencies: '@ant-design/icons': ^4.0.0 @@ -19530,67 +17229,67 @@ packages: '@umijs/plugin-model': 2.x umi: 3.x dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/pro-layout': 6.38.22_oxfzelaz5ynxsop2v2nu2h2m64 - '@umijs/plugin-initial-state': 2.4.0_umi@3.5.40 - '@umijs/plugin-locale': 0.15.2_66ibdeipww3p4qjj3wnv7xvg24 - '@umijs/plugin-model': 2.6.2_umi@3.5.40 + '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-layout': 6.38.22(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) + '@umijs/plugin-initial-state': 2.4.0(umi@3.5.40) + '@umijs/plugin-locale': 0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) + '@umijs/plugin-model': 2.6.2(umi@3.5.40) '@umijs/route-utils': 2.2.2 - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) lodash: 4.17.21 path-to-regexp: 1.8.0 - umi: 3.5.40_react-router@5.3.4 + umi: 3.5.40(react-router@5.3.4) transitivePeerDependencies: - react - react-dom dev: false - /@umijs/plugin-locale/0.15.2_66ibdeipww3p4qjj3wnv7xvg24: + /@umijs/plugin-locale@0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40): resolution: {integrity: sha512-/m3ik0NKbE/PHFPKPqSBEwGi5RUB6Dz2T7jepDXhU8ycV0zUPGbDbChUx1r/3t5zveZIND1s/7A49Apb+ujUmg==} peerDependencies: umi: 3.x dependencies: - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@formatjs/intl-pluralrules': 1.5.9 '@formatjs/intl-relativetimeformat': 4.5.16 intl: 1.2.5 moment: 2.29.4 - react-intl: 3.12.1_react@17.0.2 - umi: 3.5.40_react-router@5.3.4 + react-intl: 3.12.1(react@17.0.2) + umi: 3.5.40(react-router@5.3.4) warning: 4.0.3 transitivePeerDependencies: - react - react-dom dev: false - /@umijs/plugin-model/2.6.2_umi@3.5.40: + /@umijs/plugin-model@2.6.2(umi@3.5.40): resolution: {integrity: sha512-MKLAgYIoBkciavxTqJY6VOhvnNQv7jp+olNmXqqZ3I3WsLg7jo33NCOAA3ej103kmo9ZvD9R1aakl7e9WKsdAw==} peerDependencies: umi: 3.x dependencies: fast-deep-equal: 3.1.1 - umi: 3.5.40_react-router@5.3.4 + umi: 3.5.40(react-router@5.3.4) dev: false - /@umijs/plugin-request/2.8.0_react@17.0.2+umi@3.5.40: + /@umijs/plugin-request@2.8.0(react@17.0.2)(umi@3.5.40): resolution: {integrity: sha512-bwJg0rFbMZcizO+fHbSNz6X/U6suR84ciLIo9zLtRMuradx/yanMnz+ckh2dlZvTlGYrckkJwWgoSFxWlU8yyA==} peerDependencies: umi: 3.x dependencies: - '@ahooksjs/use-request': 2.8.15_react@17.0.2 - umi: 3.5.40_react-router@5.3.4 + '@ahooksjs/use-request': 2.8.15(react@17.0.2) + umi: 3.5.40(react-router@5.3.4) umi-request: 1.4.0 transitivePeerDependencies: - react dev: false - /@umijs/plugin-test/1.0.2_umi@3.5.40: + /@umijs/plugin-test@1.0.2(umi@3.5.40): resolution: {integrity: sha512-EIV86Xmw/Cn8vRLXha+ct0PfY6gRRKov5lanvt1B2L5t6xAqnTd03AxmB7i1Go9vDcFxDBheuDf/nyGiT/xTFw==} peerDependencies: umi: 3.x dependencies: '@umijs/test': 3.5.40 - umi: 3.5.40_react-router@5.3.4 + umi: 3.5.40(react-router@5.3.4) transitivePeerDependencies: - bufferutil - canvas @@ -19599,21 +17298,21 @@ packages: - utf-8-validate dev: false - /@umijs/preset-built-in/3.5.40_wcqkhtmu7mswc6yz4uyexck3ty: + /@umijs/preset-built-in@3.5.40(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-e64viqBYkP8ii3ON1QVyQqlq3nrXGqlZ72DLREmJmXrloOsIVZ5VDAyl3oOnublnpqOt3aoYxHVGjYVVe/9rXw==} peerDependencies: react: 16.x || 17.x || 17 dependencies: '@types/react-router-config': 5.0.2 '@umijs/babel-preset-umi': 3.5.40 - '@umijs/bundler-webpack': 3.5.40_hflg5r6ml7trnjm7sh3tgaza54 + '@umijs/bundler-webpack': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/renderer-mpa': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty - '@umijs/renderer-react': 3.5.40_hflg5r6ml7trnjm7sh3tgaza54 - '@umijs/runtime': 3.5.40_react@16.14.0 + '@umijs/renderer-mpa': 3.5.40(react-dom@16.14.0)(react@16.14.0) + '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/runtime': 3.5.40(react@16.14.0) '@umijs/server': 3.5.40 - '@umijs/types': 3.5.40_hflg5r6ml7trnjm7sh3tgaza54 + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) '@umijs/utils': 3.5.40 ansi-html: 0.0.9 core-js: 3.6.5 @@ -19626,99 +17325,36 @@ packages: mime: 1.4.1 react: 16.14.0 react-refresh: 0.10.0 - react-router: 5.2.0_react@16.14.0 - react-router-config: 5.1.1_6flbfkch6crntn4ac2g723iqde - react-router-dom: 5.2.0_react@16.14.0 + react-router: 5.2.0(react@16.14.0) + react-router-config: 5.1.1(react-router@5.2.0)(react@16.14.0) + react-router-dom: 5.2.0(react@16.14.0) regenerator-runtime: 0.13.5 schema-utils: 3.1.2 transitivePeerDependencies: - react-dom - /@umijs/preset-dumi/1.1.50_b7hfoj725sepyfflahi3s5fwti: - resolution: {integrity: sha512-HhKMGct5DEd+ZZxBLbCUvXxnMh4MYlMeFIQXf2Ei9tVaKCeNri4I+BYb93swAmEl2v+2PxrKHCCzXNv07C+9Uw==} - peerDependencies: - umi: ^3.0.0 - dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 - '@mapbox/hast-util-to-jsx': 1.0.0 - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/plugin-analytics': 0.2.3_umi@3.5.40 - '@umijs/runtime': 3.5.40_react@17.0.2 - '@umijs/types': 3.5.40_6l5554ty5ajsajah6yazvrjhoe - '@umijs/utils': 3.5.40 - codesandbox: 2.2.3 - copy-text-to-clipboard: 2.2.0 - deepmerge: 4.3.1 - dumi-assets-types: 1.0.1 - dumi-theme-default: 1.1.24_xvyhvzl4bq725pk4c644dzkudm - enhanced-resolve: 4.5.0 - github-slugger: 1.5.0 - hast-util-has-property: 1.0.4 - hast-util-is-element: 1.1.0 - hast-util-raw: 6.1.0 - hast-util-to-html: 7.1.3 - hast-util-to-string: 1.0.4 - hosted-git-info: 3.0.8 - ignore: 5.2.4 - js-yaml: 3.14.1 - lodash.throttle: 4.1.1 - lz-string: 1.5.0 - react-docgen-typescript-dumi-tmp: 1.22.1-0 - rehype-autolink-headings: 4.0.0 - rehype-mathjax: 3.1.0 - rehype-remove-comments: 4.0.2 - rehype-stringify: 8.0.0 - remark-frontmatter: 3.0.0 - remark-gfm: 1.0.0 - remark-math: 4.0.0 - remark-parse: 9.0.0 - remark-rehype: 8.1.0 - remark-stringify: 9.0.1 - sitemap: 6.4.0 - slash2: 2.0.0 - terser: 5.17.1 - umi: 3.5.40 - unified: 8.4.2 - unist-util-visit: 2.0.3 - unist-util-visit-parents: 3.1.1 - transitivePeerDependencies: - - bufferutil - - canvas - - react - - react-dom - - react-router - - supports-color - - typescript - - utf-8-validate - dev: true - - /@umijs/preset-dumi/1.1.50_bs5urqiuqswgphj6nfnzpyw4w4: + /@umijs/preset-dumi@1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40): resolution: {integrity: sha512-HhKMGct5DEd+ZZxBLbCUvXxnMh4MYlMeFIQXf2Ei9tVaKCeNri4I+BYb93swAmEl2v+2PxrKHCCzXNv07C+9Uw==} peerDependencies: umi: ^3.0.0 dependencies: '@babel/core': 7.21.8 '@babel/generator': 7.21.5 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/traverse': 7.21.5 + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 '@mapbox/hast-util-to-jsx': 1.0.0 '@umijs/babel-preset-umi': 3.5.40 '@umijs/core': 3.5.40 - '@umijs/plugin-analytics': 0.2.3_umi@3.5.40 - '@umijs/runtime': 3.5.40_react@17.0.2 - '@umijs/types': 3.5.40_sfoxds7t5ydpegc3knd667wn6m + '@umijs/plugin-analytics': 0.2.3(umi@3.5.40) + '@umijs/runtime': 3.5.40(react@17.0.2) + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2) '@umijs/utils': 3.5.40 codesandbox: 2.2.3 copy-text-to-clipboard: 2.2.0 deepmerge: 4.3.1 dumi-assets-types: 1.0.1 - dumi-theme-default: 1.1.24_unpqg3w4nhouqwcgrxw7nqv424 + dumi-theme-default: 1.1.24(@umijs/preset-dumi@1.1.50)(react-dom@16.14.0)(react@17.0.2) enhanced-resolve: 4.5.0 github-slugger: 1.5.0 hast-util-has-property: 1.0.4 @@ -19731,7 +17367,7 @@ packages: js-yaml: 3.14.1 lodash.throttle: 4.1.1 lz-string: 1.5.0 - react-docgen-typescript-dumi-tmp: 1.22.1-0_typescript@4.9.5 + react-docgen-typescript-dumi-tmp: 1.22.1-0(typescript@4.9.5) rehype-autolink-headings: 4.0.0 rehype-mathjax: 3.1.0 rehype-remove-comments: 4.0.2 @@ -19745,69 +17381,7 @@ packages: sitemap: 6.4.0 slash2: 2.0.0 terser: 5.17.1 - umi: 3.5.40 - unified: 8.4.2 - unist-util-visit: 2.0.3 - unist-util-visit-parents: 3.1.1 - transitivePeerDependencies: - - bufferutil - - canvas - - react - - react-dom - - react-router - - supports-color - - typescript - - utf-8-validate - - /@umijs/preset-dumi/1.1.50_ioajy22dcmyfhk63hoamlp4i4u: - resolution: {integrity: sha512-HhKMGct5DEd+ZZxBLbCUvXxnMh4MYlMeFIQXf2Ei9tVaKCeNri4I+BYb93swAmEl2v+2PxrKHCCzXNv07C+9Uw==} - peerDependencies: - umi: ^3.0.0 - dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/traverse': 7.21.5 - '@babel/types': 7.21.5 - '@mapbox/hast-util-to-jsx': 1.0.0 - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/plugin-analytics': 0.2.3_umi@3.5.40 - '@umijs/runtime': 3.5.40_react@17.0.2 - '@umijs/types': 3.5.40_prpqlkd37azqwypxturxi7uyci - '@umijs/utils': 3.5.40 - codesandbox: 2.2.3 - copy-text-to-clipboard: 2.2.0 - deepmerge: 4.3.1 - dumi-assets-types: 1.0.1 - dumi-theme-default: 1.1.24_liuynsbo2zhbjsycqzinjlixwu - enhanced-resolve: 4.5.0 - github-slugger: 1.5.0 - hast-util-has-property: 1.0.4 - hast-util-is-element: 1.1.0 - hast-util-raw: 6.1.0 - hast-util-to-html: 7.1.3 - hast-util-to-string: 1.0.4 - hosted-git-info: 3.0.8 - ignore: 5.2.4 - js-yaml: 3.14.1 - lodash.throttle: 4.1.1 - lz-string: 1.5.0 - react-docgen-typescript-dumi-tmp: 1.22.1-0_typescript@5.0.4 - rehype-autolink-headings: 4.0.0 - rehype-mathjax: 3.1.0 - rehype-remove-comments: 4.0.2 - rehype-stringify: 8.0.0 - remark-frontmatter: 3.0.0 - remark-gfm: 1.0.0 - remark-math: 4.0.0 - remark-parse: 9.0.0 - remark-rehype: 8.1.0 - remark-stringify: 9.0.1 - sitemap: 6.4.0 - slash2: 2.0.0 - terser: 5.17.1 - umi: 3.5.40 + umi: 3.5.40(react-router@6.11.1) unified: 8.4.2 unist-util-visit: 2.0.3 unist-util-visit-parents: 3.1.1 @@ -19822,28 +17396,28 @@ packages: - utf-8-validate dev: true - /@umijs/preset-dumi/1.1.50_xu2raklj2p6e3s64b3abzytuni: + /@umijs/preset-dumi@1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40): resolution: {integrity: sha512-HhKMGct5DEd+ZZxBLbCUvXxnMh4MYlMeFIQXf2Ei9tVaKCeNri4I+BYb93swAmEl2v+2PxrKHCCzXNv07C+9Uw==} peerDependencies: umi: ^3.0.0 dependencies: '@babel/core': 7.21.8 '@babel/generator': 7.21.5 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/traverse': 7.21.5 + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 '@mapbox/hast-util-to-jsx': 1.0.0 '@umijs/babel-preset-umi': 3.5.40 '@umijs/core': 3.5.40 - '@umijs/plugin-analytics': 0.2.3_umi@3.5.40 - '@umijs/runtime': 3.5.40_react@17.0.2 - '@umijs/types': 3.5.40_yy3l2bfdqbsormro6ewuakbqvi + '@umijs/plugin-analytics': 0.2.3(umi@3.5.40) + '@umijs/runtime': 3.5.40(react@17.0.2) + '@umijs/types': 3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2) '@umijs/utils': 3.5.40 codesandbox: 2.2.3 copy-text-to-clipboard: 2.2.0 deepmerge: 4.3.1 dumi-assets-types: 1.0.1 - dumi-theme-default: 1.1.24_xvyhvzl4bq725pk4c644dzkudm + dumi-theme-default: 1.1.24(@umijs/preset-dumi@1.1.50)(react-dom@17.0.2)(react@17.0.2) enhanced-resolve: 4.5.0 github-slugger: 1.5.0 hast-util-has-property: 1.0.4 @@ -19856,7 +17430,7 @@ packages: js-yaml: 3.14.1 lodash.throttle: 4.1.1 lz-string: 1.5.0 - react-docgen-typescript-dumi-tmp: 1.22.1-0 + react-docgen-typescript-dumi-tmp: 1.22.1-0(typescript@4.9.5) rehype-autolink-headings: 4.0.0 rehype-mathjax: 3.1.0 rehype-remove-comments: 4.0.2 @@ -19870,7 +17444,7 @@ packages: sitemap: 6.4.0 slash2: 2.0.0 terser: 5.17.1 - umi: 3.5.40_react-router@6.11.1 + umi: 3.5.40(react-router@6.11.1) unified: 8.4.2 unist-util-visit: 2.0.3 unist-util-visit-parents: 3.1.1 @@ -19883,26 +17457,26 @@ packages: - supports-color - typescript - utf-8-validate - dev: true + dev: false - /@umijs/preset-react/1.8.32_lxlbrz3yprn7fbjtjalwkpq37y: + /@umijs/preset-react@1.8.32(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40): resolution: {integrity: sha512-f/jJRxIRzRrZ040GMdBuV3byvtbx35oWymDT5A/q/e+QmjCrs6c9XCRktGInKIhZycqI/GuA6eLaxXIKvu6b9A==} peerDependencies: umi: 3.x dependencies: - '@umijs/plugin-access': 2.4.3_5nxotttgspgnkwkqwuuisfeyve - '@umijs/plugin-analytics': 0.2.2_umi@3.5.40 - '@umijs/plugin-antd': 0.13.0_66ibdeipww3p4qjj3wnv7xvg24 - '@umijs/plugin-crossorigin': 1.2.1_umi@3.5.40 - '@umijs/plugin-dva': 0.13.0_ksc4zah53ywipxywh2t4rp22ty - '@umijs/plugin-helmet': 1.1.3_react@17.0.2+umi@3.5.40 - '@umijs/plugin-initial-state': 2.4.0_umi@3.5.40 - '@umijs/plugin-layout': 0.18.1_godjasgnoz7toqfbtvt5bukhm4 - '@umijs/plugin-locale': 0.15.2_66ibdeipww3p4qjj3wnv7xvg24 - '@umijs/plugin-model': 2.6.2_umi@3.5.40 - '@umijs/plugin-request': 2.8.0_react@17.0.2+umi@3.5.40 - '@umijs/plugin-test': 1.0.2_umi@3.5.40 - umi: 3.5.40_react-router@5.3.4 + '@umijs/plugin-access': 2.4.3(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-model@2.6.2)(umi@3.5.40) + '@umijs/plugin-analytics': 0.2.2(umi@3.5.40) + '@umijs/plugin-antd': 0.13.0(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) + '@umijs/plugin-crossorigin': 1.2.1(umi@3.5.40) + '@umijs/plugin-dva': 0.13.0(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40) + '@umijs/plugin-helmet': 1.1.3(react@17.0.2)(umi@3.5.40) + '@umijs/plugin-initial-state': 2.4.0(umi@3.5.40) + '@umijs/plugin-layout': 0.18.1(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-locale@0.15.2)(@umijs/plugin-model@2.6.2)(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) + '@umijs/plugin-locale': 0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) + '@umijs/plugin-model': 2.6.2(umi@3.5.40) + '@umijs/plugin-request': 2.8.0(react@17.0.2)(umi@3.5.40) + '@umijs/plugin-test': 1.0.2(umi@3.5.40) + umi: 3.5.40(react-router@5.3.4) transitivePeerDependencies: - '@ant-design/icons' - '@ant-design/pro-layout' @@ -19919,7 +17493,7 @@ packages: - utf-8-validate dev: false - /@umijs/renderer-mpa/3.5.40_wcqkhtmu7mswc6yz4uyexck3ty: + /@umijs/renderer-mpa@3.5.40(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-sHtw4HK/2oKZCES+XTn2oE0vKlqG3zvW/MVNhFxkHkDEdPtPmqpVk6e8bHW9l8NFPS19PlSj+BUbjJVdDupaSQ==} peerDependencies: react: 16.x || 17.x || 17 @@ -19927,11 +17501,11 @@ packages: dependencies: '@types/react': 16.14.40 '@types/react-dom': 16.9.19 - '@umijs/runtime': 3.5.40_react@16.14.0 + '@umijs/runtime': 3.5.40(react@16.14.0) react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 + react-dom: 16.14.0(react@16.14.0) - /@umijs/renderer-react/3.5.40_6l5554ty5ajsajah6yazvrjhoe: + /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} peerDependencies: react: 16.x || 17.x || 17 @@ -19940,32 +17514,14 @@ packages: '@types/react': 16.14.40 '@types/react-dom': 16.9.19 '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@17.0.2 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - react-router-config: 5.1.1_react@17.0.2 - transitivePeerDependencies: - - react-router - dev: true - - /@umijs/renderer-react/3.5.40_armejkur7asdgqm56mm36mf46y: - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} - peerDependencies: - react: 16.x || 17.x || 17 - react-dom: 16.x || 17.x - dependencies: - '@types/react': 16.14.40 - '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@16.14.0 + '@umijs/runtime': 3.5.40(react@16.14.0) react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-router-config: 5.1.1_lw4eoez6oz2fhjqmegtldfquaq + react-dom: 16.14.0(react@16.14.0) + react-router-config: 5.1.1(react-router@5.2.0)(react@16.14.0) transitivePeerDependencies: - react-router - dev: true - /@umijs/renderer-react/3.5.40_hflg5r6ml7trnjm7sh3tgaza54: + /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} peerDependencies: react: 16.x || 17.x || 17 @@ -19974,14 +17530,15 @@ packages: '@types/react': 16.14.40 '@types/react-dom': 16.9.19 '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@16.14.0 + '@umijs/runtime': 3.5.40(react@16.14.0) react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-router-config: 5.1.1_6flbfkch6crntn4ac2g723iqde + react-dom: 16.14.0(react@16.14.0) + react-router-config: 5.1.1(react-router@5.3.4)(react@16.14.0) transitivePeerDependencies: - react-router + dev: false - /@umijs/renderer-react/3.5.40_o6yx2duuzsoxw333fosnbhwgdm: + /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} peerDependencies: react: 16.x || 17.x || 17 @@ -19990,15 +17547,14 @@ packages: '@types/react': 16.14.40 '@types/react-dom': 16.9.19 '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@16.14.0 + '@umijs/runtime': 3.5.40(react@16.14.0) react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-router-config: 5.1.1_eilmositgdhro7yriqlb6666ai + react-dom: 16.14.0(react@16.14.0) + react-router-config: 5.1.1(react-router@6.11.1)(react@16.14.0) transitivePeerDependencies: - react-router - dev: false - /@umijs/renderer-react/3.5.40_prpqlkd37azqwypxturxi7uyci: + /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2): resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} peerDependencies: react: 16.x || 17.x || 17 @@ -20007,15 +17563,15 @@ packages: '@types/react': 16.14.40 '@types/react-dom': 16.9.19 '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@17.0.2 + '@umijs/runtime': 3.5.40(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - react-router-config: 5.1.1_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) + react-router-config: 5.1.1(react-router@6.11.1)(react@17.0.2) transitivePeerDependencies: - react-router dev: true - /@umijs/renderer-react/3.5.40_sfoxds7t5ydpegc3knd667wn6m: + /@umijs/renderer-react@3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2): resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} peerDependencies: react: 16.x || 17.x || 17 @@ -20024,47 +17580,15 @@ packages: '@types/react': 16.14.40 '@types/react-dom': 16.9.19 '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@17.0.2 + '@umijs/runtime': 3.5.40(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-router-config: 5.1.1_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-router-config: 5.1.1(react-router@6.11.1)(react@17.0.2) transitivePeerDependencies: - react-router + dev: false - /@umijs/renderer-react/3.5.40_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} - peerDependencies: - react: 16.x || 17.x || 17 - react-dom: 16.x || 17.x - dependencies: - '@types/react': 16.14.40 - '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@16.14.0 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - react-router-config: 5.1.1_react@16.14.0 - transitivePeerDependencies: - - react-router - - /@umijs/renderer-react/3.5.40_yy3l2bfdqbsormro6ewuakbqvi: - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} - peerDependencies: - react: 16.x || 17.x || 17 - react-dom: 16.x || 17.x - dependencies: - '@types/react': 16.14.40 - '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40_react@17.0.2 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - react-router-config: 5.1.1_5lanhz7vjhvmizp34syznxs2qy - transitivePeerDependencies: - - react-router - dev: true - - /@umijs/route-utils/2.2.2: + /@umijs/route-utils@2.2.2: resolution: {integrity: sha512-cMk6qizy0pfpiwpVCvNQB0BKBUJEH33pDv5q5k2tSleSDw2abkJkTu2Kd5hKzoESLuFK43oGeOfcplZqm2bRxw==} dependencies: '@qixian.cs/path-to-regexp': 6.1.0 @@ -20073,11 +17597,11 @@ packages: memoize-one: 5.2.1 dev: false - /@umijs/route-utils/4.0.1: + /@umijs/route-utils@4.0.1: resolution: {integrity: sha512-+1ixf1BTOLuH+ORb4x8vYMPeIt38n9q0fJDwhv9nSxrV46mxbLF0nmELIo9CKQB2gHfuC4+hww6xejJ6VYnBHQ==} dev: false - /@umijs/runtime/3.5.40_react@16.14.0: + /@umijs/runtime@3.5.40(react@16.14.0): resolution: {integrity: sha512-ROo1lxS6sDX+ENIDsxi5doiUIMNa/JqXJzMdHhHboJRHp86zYyEg/y/WD7yBySD5X80Wwb6IWdp/gTnUobgFfQ==} peerDependencies: react: 16.x || 17.x || 17 @@ -20086,11 +17610,11 @@ packages: '@types/react-router-dom': 5.1.7 history-with-query: 4.10.4 react: 16.14.0 - react-router: 5.2.0_react@16.14.0 - react-router-dom: 5.2.0_react@16.14.0 - use-subscription: 1.5.1_react@16.14.0 + react-router: 5.2.0(react@16.14.0) + react-router-dom: 5.2.0(react@16.14.0) + use-subscription: 1.5.1(react@16.14.0) - /@umijs/runtime/3.5.40_react@17.0.2: + /@umijs/runtime@3.5.40(react@17.0.2): resolution: {integrity: sha512-ROo1lxS6sDX+ENIDsxi5doiUIMNa/JqXJzMdHhHboJRHp86zYyEg/y/WD7yBySD5X80Wwb6IWdp/gTnUobgFfQ==} peerDependencies: react: 16.x || 17.x || 17 @@ -20099,29 +17623,29 @@ packages: '@types/react-router-dom': 5.1.7 history-with-query: 4.10.4 react: 17.0.2 - react-router: 5.2.0_react@17.0.2 - react-router-dom: 5.2.0_react@17.0.2 - use-subscription: 1.5.1_react@17.0.2 + react-router: 5.2.0(react@17.0.2) + react-router-dom: 5.2.0(react@17.0.2) + use-subscription: 1.5.1(react@17.0.2) - /@umijs/server/3.5.40: + /@umijs/server@3.5.40: resolution: {integrity: sha512-oVN0X523FIpzRIQ9lJa6scLkP2KcnLBCVhspzvabApnNSCWbbrOjDwP7uJvx93wfPGCGCk3iZyV9yXsBu5NJPw==} dependencies: '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 '@umijs/utils': 3.5.40 - /@umijs/ssr-darkreader/4.9.45: + /@umijs/ssr-darkreader@4.9.45: resolution: {integrity: sha512-XlcwzSYQ/SRZpHdwIyMDS4FOGX5kP4U/2g2mykyn/iPQTK4xTiQAyBu6UnnDnn7d5P8s7Atzh1C7H0ETNOypJg==} dev: false - /@umijs/test/3.5.40: + /@umijs/test@3.5.40: resolution: {integrity: sha512-ULsbQqPLB5aojMP17l1XTqW3MbEAQzQhUJAbLX4LU2rbmPFNN8bfWNzC4j/XUGKa4lRMzLlupD9DV4NtKO4ssw==} hasBin: true dependencies: '@babel/core': 7.18.6 '@umijs/babel-preset-umi': 3.5.40 '@umijs/utils': 3.5.40 - babel-jest: 26.6.3_@babel+core@7.18.6 + babel-jest: 26.6.3(@babel/core@7.18.6) core-js: 3.8.2 identity-obj-proxy: 3.0.0 jest: 26.6.3 @@ -20136,45 +17660,13 @@ packages: - utf-8-validate dev: false - /@umijs/types/3.5.40_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} - dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_6l5554ty5ajsajah6yazvrjhoe - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 - webpack-chain: 6.5.1 - transitivePeerDependencies: - - react - - react-dom - - react-router - dev: true - - /@umijs/types/3.5.40_armejkur7asdgqm56mm36mf46y: - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} - dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_armejkur7asdgqm56mm36mf46y - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 - webpack-chain: 6.5.1 - transitivePeerDependencies: - - react - - react-dom - - react-router - dev: true - - /@umijs/types/3.5.40_hflg5r6ml7trnjm7sh3tgaza54: + /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} dependencies: '@umijs/babel-preset-umi': 3.5.40 '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_hflg5r6ml7trnjm7sh3tgaza54 + '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) '@umijs/server': 3.5.40 '@umijs/utils': 3.5.40 webpack-chain: 6.5.1 @@ -20183,13 +17675,13 @@ packages: - react-dom - react-router - /@umijs/types/3.5.40_o6yx2duuzsoxw333fosnbhwgdm: + /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} dependencies: '@umijs/babel-preset-umi': 3.5.40 '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_o6yx2duuzsoxw333fosnbhwgdm + '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) '@umijs/server': 3.5.40 '@umijs/utils': 3.5.40 webpack-chain: 6.5.1 @@ -20199,13 +17691,13 @@ packages: - react-router dev: false - /@umijs/types/3.5.40_prpqlkd37azqwypxturxi7uyci: + /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} dependencies: '@umijs/babel-preset-umi': 3.5.40 '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_prpqlkd37azqwypxturxi7uyci + '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) '@umijs/server': 3.5.40 '@umijs/utils': 3.5.40 webpack-chain: 6.5.1 @@ -20213,30 +17705,14 @@ packages: - react - react-dom - react-router - dev: true - /@umijs/types/3.5.40_sfoxds7t5ydpegc3knd667wn6m: + /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2): resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} dependencies: '@umijs/babel-preset-umi': 3.5.40 '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_sfoxds7t5ydpegc3knd667wn6m - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 - webpack-chain: 6.5.1 - transitivePeerDependencies: - - react - - react-dom - - react-router - - /@umijs/types/3.5.40_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} - dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty + '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2) '@umijs/server': 3.5.40 '@umijs/utils': 3.5.40 webpack-chain: 6.5.1 @@ -20244,14 +17720,15 @@ packages: - react - react-dom - react-router + dev: true - /@umijs/types/3.5.40_yy3l2bfdqbsormro6ewuakbqvi: + /@umijs/types@3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2): resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} dependencies: '@umijs/babel-preset-umi': 3.5.40 '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40_yy3l2bfdqbsormro6ewuakbqvi + '@umijs/renderer-react': 3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2) '@umijs/server': 3.5.40 '@umijs/utils': 3.5.40 webpack-chain: 6.5.1 @@ -20259,9 +17736,9 @@ packages: - react - react-dom - react-router - dev: true + dev: false - /@umijs/use-params/1.0.9_react@17.0.2: + /@umijs/use-params@1.0.9(react@17.0.2): resolution: {integrity: sha512-QlN0RJSBVQBwLRNxbxjQ5qzqYIGn+K7USppMoIOVlf7fxXHsnQZ2bEsa6Pm74bt6DVQxpUE8HqvdStn6Y9FV1w==} peerDependencies: react: '*' @@ -20269,30 +17746,30 @@ packages: react: 17.0.2 dev: false - /@umijs/utils/3.5.40: + /@umijs/utils@3.5.40: resolution: {integrity: sha512-SYFBO8bruudP9MBwqnd3nz4JTZqkb28+RtEJGBp5MqUyaizplq0bwo4WfqbAjXctdOWjKS3XfSJmRNKQy5JXww==} dependencies: '@umijs/babel-preset-umi': 3.5.40 '@umijs/deps': 3.5.40 - /@umijs/utils/4.0.67: + /@umijs/utils@4.0.67: resolution: {integrity: sha512-Bd0remZqA1NltIaqD0mjp71MQR3x+0w2XaKRebmzyZHIFFxdy82w7UI1cDsnM/z40mTwJ/8NAXSdwC/K2pazKg==} dependencies: chokidar: 3.5.3 pino: 7.11.0 - /@vercel/ncc/0.33.3: + /@vercel/ncc@0.33.3: resolution: {integrity: sha512-JGZ11QV+/ZcfudW2Cz2JVp54/pJNXbsuWRgSh2ZmmZdQBKXqBtIGrwI1Wyx8nlbzAiEFe7FHi4K1zX4//jxTnQ==} hasBin: true dev: true - /@webassemblyjs/ast/1.11.5: + /@webassemblyjs/ast@1.11.5: resolution: {integrity: sha512-LHY/GSAZZRpsNQH+/oHqhRQ5FT7eoULcBqgfyTB5nQHogFnK3/7QoN7dLnwSE/JkUAF0SrRuclT7ODqMFtWxxQ==} dependencies: '@webassemblyjs/helper-numbers': 1.11.5 '@webassemblyjs/helper-wasm-bytecode': 1.11.5 - /@webassemblyjs/ast/1.9.0: + /@webassemblyjs/ast@1.9.0: resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==} dependencies: '@webassemblyjs/helper-module-context': 1.9.0 @@ -20300,58 +17777,58 @@ packages: '@webassemblyjs/wast-parser': 1.9.0 dev: true - /@webassemblyjs/floating-point-hex-parser/1.11.5: + /@webassemblyjs/floating-point-hex-parser@1.11.5: resolution: {integrity: sha512-1j1zTIC5EZOtCplMBG/IEwLtUojtwFVwdyVMbL/hwWqbzlQoJsWCOavrdnLkemwNoC/EOwtUFch3fuo+cbcXYQ==} - /@webassemblyjs/floating-point-hex-parser/1.9.0: + /@webassemblyjs/floating-point-hex-parser@1.9.0: resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==} dev: true - /@webassemblyjs/helper-api-error/1.11.5: + /@webassemblyjs/helper-api-error@1.11.5: resolution: {integrity: sha512-L65bDPmfpY0+yFrsgz8b6LhXmbbs38OnwDCf6NpnMUYqa+ENfE5Dq9E42ny0qz/PdR0LJyq/T5YijPnU8AXEpA==} - /@webassemblyjs/helper-api-error/1.9.0: + /@webassemblyjs/helper-api-error@1.9.0: resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==} dev: true - /@webassemblyjs/helper-buffer/1.11.5: + /@webassemblyjs/helper-buffer@1.11.5: resolution: {integrity: sha512-fDKo1gstwFFSfacIeH5KfwzjykIE6ldh1iH9Y/8YkAZrhmu4TctqYjSh7t0K2VyDSXOZJ1MLhht/k9IvYGcIxg==} - /@webassemblyjs/helper-buffer/1.9.0: + /@webassemblyjs/helper-buffer@1.9.0: resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==} dev: true - /@webassemblyjs/helper-code-frame/1.9.0: + /@webassemblyjs/helper-code-frame@1.9.0: resolution: {integrity: sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==} dependencies: '@webassemblyjs/wast-printer': 1.9.0 dev: true - /@webassemblyjs/helper-fsm/1.9.0: + /@webassemblyjs/helper-fsm@1.9.0: resolution: {integrity: sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==} dev: true - /@webassemblyjs/helper-module-context/1.9.0: + /@webassemblyjs/helper-module-context@1.9.0: resolution: {integrity: sha512-MJCW8iGC08tMk2enck1aPW+BE5Cw8/7ph/VGZxwyvGbJwjktKkDK7vy7gAmMDx88D7mhDTCNKAW5tED+gZ0W8g==} dependencies: '@webassemblyjs/ast': 1.9.0 dev: true - /@webassemblyjs/helper-numbers/1.11.5: + /@webassemblyjs/helper-numbers@1.11.5: resolution: {integrity: sha512-DhykHXM0ZABqfIGYNv93A5KKDw/+ywBFnuWybZZWcuzWHfbp21wUfRkbtz7dMGwGgT4iXjWuhRMA2Mzod6W4WA==} dependencies: '@webassemblyjs/floating-point-hex-parser': 1.11.5 '@webassemblyjs/helper-api-error': 1.11.5 '@xtuc/long': 4.2.2 - /@webassemblyjs/helper-wasm-bytecode/1.11.5: + /@webassemblyjs/helper-wasm-bytecode@1.11.5: resolution: {integrity: sha512-oC4Qa0bNcqnjAowFn7MPCETQgDYytpsfvz4ujZz63Zu/a/v71HeCAAmZsgZ3YVKec3zSPYytG3/PrRCqbtcAvA==} - /@webassemblyjs/helper-wasm-bytecode/1.9.0: + /@webassemblyjs/helper-wasm-bytecode@1.9.0: resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==} dev: true - /@webassemblyjs/helper-wasm-section/1.11.5: + /@webassemblyjs/helper-wasm-section@1.11.5: resolution: {integrity: sha512-uEoThA1LN2NA+K3B9wDo3yKlBfVtC6rh0i4/6hvbz071E8gTNZD/pT0MsBf7MeD6KbApMSkaAK0XeKyOZC7CIA==} dependencies: '@webassemblyjs/ast': 1.11.5 @@ -20359,7 +17836,7 @@ packages: '@webassemblyjs/helper-wasm-bytecode': 1.11.5 '@webassemblyjs/wasm-gen': 1.11.5 - /@webassemblyjs/helper-wasm-section/1.9.0: + /@webassemblyjs/helper-wasm-section@1.9.0: resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -20368,36 +17845,36 @@ packages: '@webassemblyjs/wasm-gen': 1.9.0 dev: true - /@webassemblyjs/ieee754/1.11.5: + /@webassemblyjs/ieee754@1.11.5: resolution: {integrity: sha512-37aGq6qVL8A8oPbPrSGMBcp38YZFXcHfiROflJn9jxSdSMMM5dS5P/9e2/TpaJuhE+wFrbukN2WI6Hw9MH5acg==} dependencies: '@xtuc/ieee754': 1.2.0 - /@webassemblyjs/ieee754/1.9.0: + /@webassemblyjs/ieee754@1.9.0: resolution: {integrity: sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==} dependencies: '@xtuc/ieee754': 1.2.0 dev: true - /@webassemblyjs/leb128/1.11.5: + /@webassemblyjs/leb128@1.11.5: resolution: {integrity: sha512-ajqrRSXaTJoPW+xmkfYN6l8VIeNnR4vBOTQO9HzR7IygoCcKWkICbKFbVTNMjMgMREqXEr0+2M6zukzM47ZUfQ==} dependencies: '@xtuc/long': 4.2.2 - /@webassemblyjs/leb128/1.9.0: + /@webassemblyjs/leb128@1.9.0: resolution: {integrity: sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==} dependencies: '@xtuc/long': 4.2.2 dev: true - /@webassemblyjs/utf8/1.11.5: + /@webassemblyjs/utf8@1.11.5: resolution: {integrity: sha512-WiOhulHKTZU5UPlRl53gHR8OxdGsSOxqfpqWeA2FmcwBMaoEdz6b2x2si3IwC9/fSPLfe8pBMRTHVMk5nlwnFQ==} - /@webassemblyjs/utf8/1.9.0: + /@webassemblyjs/utf8@1.9.0: resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==} dev: true - /@webassemblyjs/wasm-edit/1.11.5: + /@webassemblyjs/wasm-edit@1.11.5: resolution: {integrity: sha512-C0p9D2fAu3Twwqvygvf42iGCQ4av8MFBLiTb+08SZ4cEdwzWx9QeAHDo1E2k+9s/0w1DM40oflJOpkZ8jW4HCQ==} dependencies: '@webassemblyjs/ast': 1.11.5 @@ -20409,7 +17886,7 @@ packages: '@webassemblyjs/wasm-parser': 1.11.5 '@webassemblyjs/wast-printer': 1.11.5 - /@webassemblyjs/wasm-edit/1.9.0: + /@webassemblyjs/wasm-edit@1.9.0: resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -20422,7 +17899,7 @@ packages: '@webassemblyjs/wast-printer': 1.9.0 dev: true - /@webassemblyjs/wasm-gen/1.11.5: + /@webassemblyjs/wasm-gen@1.11.5: resolution: {integrity: sha512-14vteRlRjxLK9eSyYFvw1K8Vv+iPdZU0Aebk3j6oB8TQiQYuO6hj9s4d7qf6f2HJr2khzvNldAFG13CgdkAIfA==} dependencies: '@webassemblyjs/ast': 1.11.5 @@ -20431,7 +17908,7 @@ packages: '@webassemblyjs/leb128': 1.11.5 '@webassemblyjs/utf8': 1.11.5 - /@webassemblyjs/wasm-gen/1.9.0: + /@webassemblyjs/wasm-gen@1.9.0: resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -20441,7 +17918,7 @@ packages: '@webassemblyjs/utf8': 1.9.0 dev: true - /@webassemblyjs/wasm-opt/1.11.5: + /@webassemblyjs/wasm-opt@1.11.5: resolution: {integrity: sha512-tcKwlIXstBQgbKy1MlbDMlXaxpucn42eb17H29rawYLxm5+MsEmgPzeCP8B1Cl69hCice8LeKgZpRUAPtqYPgw==} dependencies: '@webassemblyjs/ast': 1.11.5 @@ -20449,7 +17926,7 @@ packages: '@webassemblyjs/wasm-gen': 1.11.5 '@webassemblyjs/wasm-parser': 1.11.5 - /@webassemblyjs/wasm-opt/1.9.0: + /@webassemblyjs/wasm-opt@1.9.0: resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -20458,7 +17935,7 @@ packages: '@webassemblyjs/wasm-parser': 1.9.0 dev: true - /@webassemblyjs/wasm-parser/1.11.5: + /@webassemblyjs/wasm-parser@1.11.5: resolution: {integrity: sha512-SVXUIwsLQlc8srSD7jejsfTU83g7pIGr2YYNb9oHdtldSxaOhvA5xwvIiWIfcX8PlSakgqMXsLpLfbbJ4cBYew==} dependencies: '@webassemblyjs/ast': 1.11.5 @@ -20468,7 +17945,7 @@ packages: '@webassemblyjs/leb128': 1.11.5 '@webassemblyjs/utf8': 1.11.5 - /@webassemblyjs/wasm-parser/1.9.0: + /@webassemblyjs/wasm-parser@1.9.0: resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -20479,7 +17956,7 @@ packages: '@webassemblyjs/utf8': 1.9.0 dev: true - /@webassemblyjs/wast-parser/1.9.0: + /@webassemblyjs/wast-parser@1.9.0: resolution: {integrity: sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -20490,13 +17967,13 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webassemblyjs/wast-printer/1.11.5: + /@webassemblyjs/wast-printer@1.11.5: resolution: {integrity: sha512-f7Pq3wvg3GSPUPzR0F6bmI89Hdb+u9WXrSKc4v+N0aV0q6r42WoF92Jp2jEorBEBRoRNXgjp53nBniDXcqZYPA==} dependencies: '@webassemblyjs/ast': 1.11.5 '@xtuc/long': 4.2.2 - /@webassemblyjs/wast-printer/1.9.0: + /@webassemblyjs/wast-printer@1.9.0: resolution: {integrity: sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==} dependencies: '@webassemblyjs/ast': 1.9.0 @@ -20504,24 +17981,32 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webpack-cli/configtest/1.2.0_vm7d7fuz6fd2avvpyrj6oyf43i: + /@webgpu/glslang@0.0.15: + resolution: {integrity: sha512-niT+Prh3Aff8Uf1MVBVUsaNjFj9rJAKDXuoHIKiQbB+6IUP/3J3JIhBNyZ7lDhytvXxw6ppgnwKZdDJ08UMj4Q==} + dev: false + + /@webgpu/types@0.0.31: + resolution: {integrity: sha512-cvvCMSZBT4VsRNtt0lI6XQqvOIIWw6+NRUtnPUMDVDgsI4pCZColz3qzF5QcP9wIYOHEc3jssIBse8UWONKhlQ==} + dev: false + + /@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.82.0): resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + webpack: 5.82.0(webpack-cli@4.10.0) + webpack-cli: 4.10.0(webpack@5.82.0) - /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: + /@webpack-cli/info@1.5.0(webpack-cli@4.10.0): resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} peerDependencies: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_webpack@5.82.0 + webpack-cli: 4.10.0(webpack@5.82.0) - /@webpack-cli/serve/1.7.0_webpack-cli@4.10.0: + /@webpack-cli/serve@1.7.0(webpack-cli@4.10.0): resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} peerDependencies: webpack-cli: 4.x.x @@ -20530,38 +18015,38 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_webpack@5.82.0 + webpack-cli: 4.10.0(webpack@5.82.0) - /@webpack-contrib/schema-utils/1.0.0-beta.0_webpack@4.46.0: + /@webpack-contrib/schema-utils@1.0.0-beta.0(webpack@4.46.0): resolution: {integrity: sha512-LonryJP+FxQQHsjGBi6W786TQB1Oym+agTpY0c+Kj8alnIw+DLUJb6SI8Y1GHGhLCH1yPRrucjObUmxNICQ1pg==} engines: {node: '>= 6.9.0 || >= 8.9.0'} peerDependencies: webpack: ^3.0.0 || ^4.0.0 dependencies: ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) chalk: 2.4.2 strip-ansi: 4.0.0 text-table: 0.2.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) webpack-log: 1.2.0 dev: true - /@xobotyi/scrollbar-width/1.9.5: + /@xobotyi/scrollbar-width@1.9.5: resolution: {integrity: sha512-N8tkAACJx2ww8vFMneJmaAgmjAG1tnVBZJRLRcx061tmsLRZHSEZSLuGWnwPtunsSLvSqXQ2wfp7Mgqg1I+2dQ==} dev: false - /@xtuc/ieee754/1.2.0: + /@xtuc/ieee754@1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} - /@xtuc/long/4.2.2: + /@xtuc/long@4.2.2: resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} - /@zeit/schemas/2.6.0: + /@zeit/schemas@2.6.0: resolution: {integrity: sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==} dev: true - /JSONStream/1.3.5: + /JSONStream@1.3.5: resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} hasBin: true dependencies: @@ -20569,37 +18054,37 @@ packages: through: 2.3.8 dev: true - /a-sync-waterfall/1.0.1: + /a-sync-waterfall@1.0.1: resolution: {integrity: sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==} - /abab/2.0.6: + /abab@2.0.6: resolution: {integrity: sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==} - /abbrev/1.1.1: + /abbrev@1.1.1: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} - /abort-controller/3.0.0: + /abort-controller@3.0.0: resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} engines: {node: '>=6.5'} dependencies: event-target-shim: 5.0.1 - /absolute-path/0.0.0: + /absolute-path@0.0.0: resolution: {integrity: sha512-HQiug4c+/s3WOvEnDRxXVmNtSG5s2gJM9r19BTcqjp7BWcE48PB+Y2G6jE65kqI0LpsQeMZygt/b60Gi4KxGyA==} - /accepts/1.3.8: + /accepts@1.3.8: resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} engines: {node: '>= 0.6'} dependencies: mime-types: 2.1.35 negotiator: 0.6.3 - /accessor-fn/1.4.1: + /accessor-fn@1.4.1: resolution: {integrity: sha512-P7yNKfmpuWLUwiRVk9RkRIPGjngemjZ7yANc0DL7otgDqEIWkEByMhShzfgQ5ZwCPEUmba4v1kOqCdGhpzY3ew==} engines: {node: '>=12'} dev: false - /accord/0.29.0: + /accord@0.29.0: resolution: {integrity: sha512-3OOR92FTc2p5/EcOzPcXp+Cbo+3C15nV9RXHlOUBCBpHhcB+0frbSNR9ehED/o7sTcyGVtqGJpguToEdlXhD0w==} dependencies: convert-source-map: 1.9.0 @@ -20618,11 +18103,11 @@ packages: when: 3.7.8 dev: true - /ace-gremlin-editor/0.0.14: + /ace-gremlin-editor@0.0.14: resolution: {integrity: sha512-/UasjYzxxArbqBZ6d54iJ0DmJMWADD+qtH/8VowbL1pRl2SKiK/GPji+1uGaqn8HiknLB/9dP+AiDzpPbzC0GQ==} dev: false - /acorn-dynamic-import/4.0.0_acorn@6.4.2: + /acorn-dynamic-import@4.0.0(acorn@6.4.2): resolution: {integrity: sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==} deprecated: This is probably built in to whatever tool you're using. If you still need it... idk peerDependencies: @@ -20631,31 +18116,31 @@ packages: acorn: 6.4.2 dev: true - /acorn-es7-plugin/1.1.7: + /acorn-es7-plugin@1.1.7: resolution: {integrity: sha512-7D+8kscFMf6F2t+8ZRYmv82CncDZETsaZ4dEl5lh3qQez7FVABk2Vz616SAbnIq1PbNsLVaZjl2oSkk5BWAKng==} dev: true - /acorn-globals/4.3.4: + /acorn-globals@4.3.4: resolution: {integrity: sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A==} dependencies: acorn: 6.4.2 acorn-walk: 6.2.0 dev: true - /acorn-globals/6.0.0: + /acorn-globals@6.0.0: resolution: {integrity: sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==} dependencies: acorn: 7.4.1 acorn-walk: 7.2.0 - /acorn-import-assertions/1.8.0_acorn@8.8.2: + /acorn-import-assertions@1.8.0(acorn@8.8.2): resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} peerDependencies: acorn: ^8 dependencies: acorn: 8.8.2 - /acorn-jsx/5.3.2_acorn@6.4.2: + /acorn-jsx@5.3.2(acorn@6.4.2): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -20663,7 +18148,7 @@ packages: acorn: 6.4.2 dev: true - /acorn-jsx/5.3.2_acorn@7.4.1: + /acorn-jsx@5.3.2(acorn@7.4.1): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -20671,7 +18156,7 @@ packages: acorn: 7.4.1 dev: true - /acorn-jsx/5.3.2_acorn@8.8.2: + /acorn-jsx@5.3.2(acorn@8.8.2): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -20679,68 +18164,68 @@ packages: acorn: 8.8.2 dev: true - /acorn-walk/6.2.0: + /acorn-walk@6.2.0: resolution: {integrity: sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA==} engines: {node: '>=0.4.0'} dev: true - /acorn-walk/7.2.0: + /acorn-walk@7.2.0: resolution: {integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==} engines: {node: '>=0.4.0'} - /acorn-walk/8.2.0: + /acorn-walk@8.2.0: resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} engines: {node: '>=0.4.0'} - /acorn/5.7.4: + /acorn@5.7.4: resolution: {integrity: sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==} engines: {node: '>=0.4.0'} hasBin: true dev: true - /acorn/6.0.5: + /acorn@6.0.5: resolution: {integrity: sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==} engines: {node: '>=0.4.0'} hasBin: true dev: true - /acorn/6.4.2: + /acorn@6.4.2: resolution: {integrity: sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==} engines: {node: '>=0.4.0'} hasBin: true dev: true - /acorn/7.4.1: + /acorn@7.4.1: resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} engines: {node: '>=0.4.0'} hasBin: true - /acorn/8.8.2: + /acorn@8.8.2: resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} engines: {node: '>=0.4.0'} hasBin: true - /add-dom-event-listener/1.1.0: + /add-dom-event-listener@1.1.0: resolution: {integrity: sha512-WCxx1ixHT0GQU9hb0KI/mhgRQhnU+U3GvwY6ZvVjYq8rsihIGoaIOUbY0yMPBxLH5MDtr0kz3fisWGNcbWW7Jw==} dependencies: object-assign: 4.1.1 dev: false - /address/1.0.3: + /address@1.0.3: resolution: {integrity: sha512-z55ocwKBRLryBs394Sm3ushTtBeg6VAeuku7utSoSnsJKvKcnXFIyC6vh27n3rXyxSgkJBBCAvyOn7gSUcTYjg==} engines: {node: '>= 0.12.0'} dev: true - /address/1.1.2: + /address@1.1.2: resolution: {integrity: sha512-aT6camzM4xEA54YVJYSqxz1kv4IHnQZRtThJJHhUMRExaU5spC7jX5ugSwTaTgJliIgs4VhZOk7htClvQ/LmRA==} engines: {node: '>= 0.12.0'} dev: true - /address/1.2.2: + /address@1.2.2: resolution: {integrity: sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==} engines: {node: '>= 10.0.0'} - /adler-32/1.2.0: + /adler-32@1.2.0: resolution: {integrity: sha512-/vUqU/UY4MVeFsg+SsK6c+/05RZXIHZMGJA+PX5JyWI0ZRcBpupnRuPLU/NXXoFwMYCPCoxIfElM2eS+DUXCqQ==} engines: {node: '>=0.8'} hasBin: true @@ -20749,50 +18234,50 @@ packages: printj: 1.1.2 dev: false - /adler-32/1.3.1: + /adler-32@1.3.1: resolution: {integrity: sha512-ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A==} engines: {node: '>=0.8'} dev: false - /agent-base/4.2.1: + /agent-base@4.2.1: resolution: {integrity: sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg==} engines: {node: '>= 4.0.0'} dependencies: es6-promisify: 5.0.0 dev: true - /agent-base/4.3.0: + /agent-base@4.3.0: resolution: {integrity: sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==} engines: {node: '>= 4.0.0'} dependencies: es6-promisify: 5.0.0 - /agent-base/6.0.2: + /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} engines: {node: '>= 6.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - /agentkeepalive/3.5.2: + /agentkeepalive@3.5.2: resolution: {integrity: sha512-e0L/HNe6qkQ7H19kTlRRqUibEAwDK5AFk6y3PtMsuut2VAH6+Q4xZml1tNDJD7kSAyqmbG/K08K5WEJYtUrSlQ==} engines: {node: '>= 4.0.0'} dependencies: humanize-ms: 1.2.1 - /agentkeepalive/4.3.0: + /agentkeepalive@4.3.0: resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} engines: {node: '>= 8.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) depd: 2.0.0 humanize-ms: 1.2.1 transitivePeerDependencies: - supports-color dev: false - /aggregate-error/3.1.0: + /aggregate-error@3.1.0: resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} engines: {node: '>=8'} dependencies: @@ -20800,17 +18285,17 @@ packages: indent-string: 4.0.0 dev: true - /ahooks-v3-count/1.0.0: + /ahooks-v3-count@1.0.0: resolution: {integrity: sha512-V7uUvAwnimu6eh/PED4mCDjE7tokeZQLKlxg9lCTMPhN+NjsSbtdacByVlR1oluXQzD3MOw55wylDmQo4+S9ZQ==} dev: false - /ahooks/2.10.14_react@17.0.2: + /ahooks@2.10.14(react@17.0.2): resolution: {integrity: sha512-axWa7VoAgu7bxA56dDl0CXW4rvaQmDBiov/d3tAy0x1YNYywYMKokL8TdLgJ5zO/oXGiWmG7BxlGOQGkqE/zkQ==} engines: {node: '>=8.0.0'} peerDependencies: react: ^16.8.6 || ^17.0 || 17 dependencies: - '@ahooksjs/use-request': 2.8.15_react@17.0.2 + '@ahooksjs/use-request': 2.8.15(react@17.0.2) '@types/js-cookie': 2.2.7 dayjs: 1.11.7 intersection-observer: 0.7.0 @@ -20823,7 +18308,7 @@ packages: screenfull: 5.2.0 dev: false - /ahooks/3.7.7_react@17.0.2: + /ahooks@3.7.7(react@17.0.2): resolution: {integrity: sha512-5e5WlPq81Y84UnTLOKIQeq2cJw4aa7yj8fR2Nb/oMmXPrWMjIMCbPS1o+fpxSfCaNA3AzOnnMc8AehWRZltkJQ==} engines: {node: '>=8.0.0'} peerDependencies: @@ -20842,7 +18327,7 @@ packages: tslib: 2.5.0 dev: false - /airbnb-js-shims/2.2.1: + /airbnb-js-shims@2.2.1: resolution: {integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==} dependencies: array-includes: 3.1.6 @@ -20864,7 +18349,7 @@ packages: symbol.prototype.description: 1.0.5 dev: true - /airbnb-prop-types/2.16.0_react@16.14.0: + /airbnb-prop-types@2.16.0(react@16.14.0): resolution: {integrity: sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==} peerDependencies: react: ^0.14 || ^15.0.0 || ^16.0.0-alpha || 17 @@ -20881,14 +18366,14 @@ packages: react-is: 16.13.1 dev: true - /ajv-errors/1.0.1_ajv@6.12.6: + /ajv-errors@1.0.1(ajv@6.12.6): resolution: {integrity: sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==} peerDependencies: ajv: '>=5.0.0' dependencies: ajv: 6.12.6 - /ajv-formats/2.1.1_ajv@8.12.0: + /ajv-formats@2.1.1(ajv@8.12.0): resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} peerDependencies: ajv: ^8.0.0 @@ -20899,14 +18384,14 @@ packages: ajv: 8.12.0 dev: true - /ajv-keywords/3.5.2_ajv@6.12.6: + /ajv-keywords@3.5.2(ajv@6.12.6): resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} peerDependencies: ajv: ^6.9.1 dependencies: ajv: 6.12.6 - /ajv-keywords/5.1.0_ajv@8.12.0: + /ajv-keywords@5.1.0(ajv@8.12.0): resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} peerDependencies: ajv: ^8.8.2 @@ -20915,7 +18400,7 @@ packages: fast-deep-equal: 3.1.3 dev: true - /ajv/6.12.6: + /ajv@6.12.6: resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} dependencies: fast-deep-equal: 3.1.3 @@ -20923,7 +18408,7 @@ packages: json-schema-traverse: 0.4.1 uri-js: 4.4.1 - /ajv/6.5.3: + /ajv@6.5.3: resolution: {integrity: sha512-LqZ9wY+fx3UMiiPd741yB2pj3hhil+hQc8taf4o2QGRFpWgZ2V5C8HA165DY9sS3fJwsk7uT7ZlFEyC3Ig3lLg==} dependencies: fast-deep-equal: 2.0.1 @@ -20932,7 +18417,7 @@ packages: uri-js: 4.4.1 dev: true - /ajv/8.12.0: + /ajv@8.12.0: resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} dependencies: fast-deep-equal: 3.1.3 @@ -20941,7 +18426,7 @@ packages: uri-js: 4.4.1 dev: true - /align-text/0.1.4: + /align-text@0.1.4: resolution: {integrity: sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg==} engines: {node: '>=0.10.0'} dependencies: @@ -20949,136 +18434,136 @@ packages: longest: 1.0.1 repeat-string: 1.6.1 - /alphanum-sort/1.0.2: + /alphanum-sort@1.0.2: resolution: {integrity: sha512-0FcBfdcmaumGPQ0qPn7Q5qTgz/ooXgIyp1rf8ik5bGX8mpE2YHjC0P/eyQvxu1GURYQgq9ozf2mteQ5ZD9YiyQ==} dev: true - /amdefine/1.0.1: + /amdefine@1.0.1: resolution: {integrity: sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==} engines: {node: '>=0.4.2'} - /anser/1.4.10: + /anser@1.4.10: resolution: {integrity: sha512-hCv9AqTQ8ycjpSd3upOJd7vFwW1JaoYQ7tpham03GJ1ca8/65rqn0RpaWpItOAd6ylW9wAw6luXYPJIyPFVOww==} - /ansi-align/2.0.0: + /ansi-align@2.0.0: resolution: {integrity: sha512-TdlOggdA/zURfMYa7ABC66j+oqfMew58KpJMbUlH3bcZP1b+cBHIHDDn5uH9INsxrHBPjsqM0tDB4jPTF/vgJA==} dependencies: string-width: 2.1.1 - /ansi-align/3.0.1: + /ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} dependencies: string-width: 4.2.3 dev: true - /ansi-colors/1.1.0: + /ansi-colors@1.1.0: resolution: {integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==} engines: {node: '>=0.10.0'} dependencies: ansi-wrap: 0.1.0 dev: true - /ansi-colors/3.2.3: + /ansi-colors@3.2.3: resolution: {integrity: sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw==} engines: {node: '>=6'} dev: true - /ansi-colors/3.2.4: + /ansi-colors@3.2.4: resolution: {integrity: sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==} engines: {node: '>=6'} dev: true - /ansi-colors/4.1.3: + /ansi-colors@4.1.3: resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} engines: {node: '>=6'} dev: true - /ansi-cyan/0.1.1: + /ansi-cyan@0.1.1: resolution: {integrity: sha512-eCjan3AVo/SxZ0/MyIYRtkpxIu/H3xZN7URr1vXVrISxeyz8fUFz0FJziamK4sS8I+t35y4rHg1b2PklyBe/7A==} engines: {node: '>=0.10.0'} dependencies: ansi-wrap: 0.1.0 dev: true - /ansi-escapes/3.2.0: + /ansi-escapes@3.2.0: resolution: {integrity: sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==} engines: {node: '>=4'} - /ansi-escapes/4.3.2: + /ansi-escapes@4.3.2: resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} engines: {node: '>=8'} dependencies: type-fest: 0.21.3 - /ansi-fragments/0.2.1: + /ansi-fragments@0.2.1: resolution: {integrity: sha512-DykbNHxuXQwUDRv5ibc2b0x7uw7wmwOGLBUd5RmaQ5z8Lhx19vwvKV+FAsM5rEA6dEcHxX+/Ad5s9eF2k2bB+w==} dependencies: colorette: 1.4.0 slice-ansi: 2.1.0 strip-ansi: 5.2.0 - /ansi-gray/0.1.1: + /ansi-gray@0.1.1: resolution: {integrity: sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==} engines: {node: '>=0.10.0'} dependencies: ansi-wrap: 0.1.0 dev: true - /ansi-html-community/0.0.8: + /ansi-html-community@0.0.8: resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} engines: {'0': node >= 0.8.0} hasBin: true dev: true - /ansi-html/0.0.9: + /ansi-html@0.0.9: resolution: {integrity: sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==} engines: {'0': node >= 0.8.0} hasBin: true - /ansi-red/0.1.1: + /ansi-red@0.1.1: resolution: {integrity: sha512-ewaIr5y+9CUTGFwZfpECUbFlGcC0GCw1oqR9RI6h1gQCd9Aj2GxSckCnPsVJnmfMZbwFYE+leZGASgkWl06Jow==} engines: {node: '>=0.10.0'} dependencies: ansi-wrap: 0.1.0 dev: true - /ansi-regex/2.1.1: + /ansi-regex@2.1.1: resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} engines: {node: '>=0.10.0'} - /ansi-regex/3.0.1: + /ansi-regex@3.0.1: resolution: {integrity: sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==} engines: {node: '>=4'} - /ansi-regex/4.1.1: + /ansi-regex@4.1.1: resolution: {integrity: sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==} engines: {node: '>=6'} - /ansi-regex/5.0.1: + /ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - /ansi-styles/2.2.1: + /ansi-styles@2.2.1: resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} engines: {node: '>=0.10.0'} - /ansi-styles/3.2.1: + /ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} dependencies: color-convert: 1.9.3 - /ansi-styles/4.3.0: + /ansi-styles@4.3.0: resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} engines: {node: '>=8'} dependencies: color-convert: 2.0.1 - /ansi-styles/5.2.0: + /ansi-styles@5.2.0: resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} engines: {node: '>=10'} - /ansi-to-html/0.6.15: + /ansi-to-html@0.6.15: resolution: {integrity: sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==} engines: {node: '>=8.0.0'} hasBin: true @@ -21086,12 +18571,12 @@ packages: entities: 2.2.0 dev: true - /ansi-wrap/0.1.0: + /ansi-wrap@0.1.0: resolution: {integrity: sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==} engines: {node: '>=0.10.0'} dev: true - /antd-mobile/2.3.4_sfoxds7t5ydpegc3knd667wn6m: + /antd-mobile@2.3.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Uw02Ghc+DPzaQceJQ+5p1ZnQFafvILA0chTTen7m7c89Uzbw6Ny3zsVZDE1gfteNEIsL4JpPe0I/+aI3Q/nPAA==} dependencies: array-tree-filter: 2.1.0 @@ -21099,401 +18584,224 @@ packages: classnames: 2.3.2 normalize.css: 7.0.0 rc-checkbox: 2.0.3 - rc-collapse: 1.9.3_sfoxds7t5ydpegc3knd667wn6m - rc-slider: 8.2.0_sfoxds7t5ydpegc3knd667wn6m + rc-collapse: 1.9.3(react-dom@17.0.2)(react@17.0.2) + rc-slider: 8.2.0(react-dom@17.0.2)(react@17.0.2) rc-swipeout: 2.0.11 - rmc-calendar: 1.1.4_sfoxds7t5ydpegc3knd667wn6m - rmc-cascader: 5.0.3_sfoxds7t5ydpegc3knd667wn6m - rmc-date-picker: 6.0.10_sfoxds7t5ydpegc3knd667wn6m - rmc-dialog: 1.1.1_sfoxds7t5ydpegc3knd667wn6m + rmc-calendar: 1.1.4(react-dom@17.0.2)(react@17.0.2) + rmc-cascader: 5.0.3(react-dom@17.0.2)(react@17.0.2) + rmc-date-picker: 6.0.10(react-dom@17.0.2)(react@17.0.2) + rmc-dialog: 1.1.1(react-dom@17.0.2)(react@17.0.2) rmc-drawer: 0.4.11 rmc-feedback: 2.0.0 rmc-input-number: 1.0.5 rmc-list-view: 0.11.5 - rmc-notification: 1.0.0_sfoxds7t5ydpegc3knd667wn6m + rmc-notification: 1.0.0(react-dom@17.0.2)(react@17.0.2) rmc-nuka-carousel: 3.0.1 - rmc-picker: 5.0.10_sfoxds7t5ydpegc3knd667wn6m + rmc-picker: 5.0.10(react-dom@17.0.2)(react@17.0.2) rmc-pull-to-refresh: 1.0.13 rmc-steps: 1.0.1 rmc-tabs: 1.2.29 - rmc-tooltip: 1.0.1_sfoxds7t5ydpegc3knd667wn6m + rmc-tooltip: 1.0.1(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /antd/4.22.8_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-mqHuCg9itZX+z6wk+mvRBcfz/U9iiIXS4LoNkyo8X/UBgdN8CoetFmrdvA1UQy1BuWa0/n62LiS1LatdvoTuHw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@ant-design/colors': 6.0.0 - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/react-slick': 0.29.2_react@17.0.2 - '@babel/runtime': 7.21.5 - '@ctrl/tinycolor': 3.6.0 - classnames: 2.3.2 - copy-to-clipboard: 3.3.3 - lodash: 4.17.21 - memoize-one: 6.0.0 - moment: 2.29.4 - rc-cascader: 3.6.2_sfoxds7t5ydpegc3knd667wn6m - rc-checkbox: 2.3.2_sfoxds7t5ydpegc3knd667wn6m - rc-collapse: 3.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-dialog: 8.9.0_sfoxds7t5ydpegc3knd667wn6m - rc-drawer: 5.1.0_sfoxds7t5ydpegc3knd667wn6m - rc-dropdown: 4.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-field-form: 1.27.4_sfoxds7t5ydpegc3knd667wn6m - rc-image: 5.7.1_sfoxds7t5ydpegc3knd667wn6m - rc-input: 0.0.1-alpha.7_sfoxds7t5ydpegc3knd667wn6m - rc-input-number: 7.3.11_sfoxds7t5ydpegc3knd667wn6m - rc-mentions: 1.9.2_sfoxds7t5ydpegc3knd667wn6m - rc-menu: 9.6.4_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-notification: 4.6.1_sfoxds7t5ydpegc3knd667wn6m - rc-pagination: 3.1.17_sfoxds7t5ydpegc3knd667wn6m - rc-picker: 2.6.11_sfoxds7t5ydpegc3knd667wn6m - rc-progress: 3.3.3_sfoxds7t5ydpegc3knd667wn6m - rc-rate: 2.9.2_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-segmented: 2.1.2_sfoxds7t5ydpegc3knd667wn6m - rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m - rc-slider: 10.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-steps: 4.1.4_sfoxds7t5ydpegc3knd667wn6m - rc-switch: 3.2.2_sfoxds7t5ydpegc3knd667wn6m - rc-table: 7.25.3_sfoxds7t5ydpegc3knd667wn6m - rc-tabs: 11.16.1_sfoxds7t5ydpegc3knd667wn6m - rc-textarea: 0.3.7_sfoxds7t5ydpegc3knd667wn6m - rc-tooltip: 5.2.2_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.6.9_sfoxds7t5ydpegc3knd667wn6m - rc-tree-select: 5.4.1_sfoxds7t5ydpegc3knd667wn6m - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-upload: 4.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - scroll-into-view-if-needed: 2.2.31 - dev: true - - /antd/4.24.10_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-GihdwTGFW0dUaWjcvSIfejFcT63HjEp2EbYd+ojEXayldhey230KrHDJ+C53rkrkzLvymrPBfSxlLxJzyFIZsg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@ant-design/colors': 6.0.0 - '@ant-design/icons': 4.8.0_6l5554ty5ajsajah6yazvrjhoe - '@ant-design/react-slick': 0.29.2_react@17.0.2 - '@babel/runtime': 7.21.5 - '@ctrl/tinycolor': 3.6.0 - classnames: 2.3.2 - copy-to-clipboard: 3.3.3 - lodash: 4.17.21 - moment: 2.29.4 - rc-cascader: 3.7.2_6l5554ty5ajsajah6yazvrjhoe - rc-checkbox: 3.0.0_6l5554ty5ajsajah6yazvrjhoe - rc-collapse: 3.4.2_6l5554ty5ajsajah6yazvrjhoe - rc-dialog: 9.0.2_6l5554ty5ajsajah6yazvrjhoe - rc-drawer: 6.1.5_6l5554ty5ajsajah6yazvrjhoe - rc-dropdown: 4.0.1_6l5554ty5ajsajah6yazvrjhoe - rc-field-form: 1.27.4_6l5554ty5ajsajah6yazvrjhoe - rc-image: 5.13.0_6l5554ty5ajsajah6yazvrjhoe - rc-input: 0.1.4_6l5554ty5ajsajah6yazvrjhoe - rc-input-number: 7.3.11_6l5554ty5ajsajah6yazvrjhoe - rc-mentions: 1.13.1_6l5554ty5ajsajah6yazvrjhoe - rc-menu: 9.8.4_6l5554ty5ajsajah6yazvrjhoe - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-notification: 4.6.1_6l5554ty5ajsajah6yazvrjhoe - rc-pagination: 3.2.0_6l5554ty5ajsajah6yazvrjhoe - rc-picker: 2.7.2_6l5554ty5ajsajah6yazvrjhoe - rc-progress: 3.4.1_6l5554ty5ajsajah6yazvrjhoe - rc-rate: 2.9.2_6l5554ty5ajsajah6yazvrjhoe - rc-resize-observer: 1.3.1_6l5554ty5ajsajah6yazvrjhoe - rc-segmented: 2.1.2_6l5554ty5ajsajah6yazvrjhoe - rc-select: 14.1.17_6l5554ty5ajsajah6yazvrjhoe - rc-slider: 10.0.1_6l5554ty5ajsajah6yazvrjhoe - rc-steps: 5.0.0_6l5554ty5ajsajah6yazvrjhoe - rc-switch: 3.2.2_6l5554ty5ajsajah6yazvrjhoe - rc-table: 7.26.0_6l5554ty5ajsajah6yazvrjhoe - rc-tabs: 12.5.10_6l5554ty5ajsajah6yazvrjhoe - rc-textarea: 0.4.7_6l5554ty5ajsajah6yazvrjhoe - rc-tooltip: 5.2.2_6l5554ty5ajsajah6yazvrjhoe - rc-tree: 5.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-tree-select: 5.5.5_6l5554ty5ajsajah6yazvrjhoe - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-upload: 4.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - scroll-into-view-if-needed: 2.2.31 - - /antd/4.24.10_prpqlkd37azqwypxturxi7uyci: + /antd@4.24.10(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-GihdwTGFW0dUaWjcvSIfejFcT63HjEp2EbYd+ojEXayldhey230KrHDJ+C53rkrkzLvymrPBfSxlLxJzyFIZsg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@ant-design/colors': 6.0.0 - '@ant-design/icons': 4.8.0_prpqlkd37azqwypxturxi7uyci - '@ant-design/react-slick': 0.29.2_react@17.0.2 + '@ant-design/icons': 4.7.0(react-dom@16.14.0)(react@17.0.2) + '@ant-design/react-slick': 0.29.2(react@17.0.2) '@babel/runtime': 7.21.5 '@ctrl/tinycolor': 3.6.0 classnames: 2.3.2 copy-to-clipboard: 3.3.3 lodash: 4.17.21 moment: 2.29.4 - rc-cascader: 3.7.2_prpqlkd37azqwypxturxi7uyci - rc-checkbox: 3.0.0_prpqlkd37azqwypxturxi7uyci - rc-collapse: 3.4.2_prpqlkd37azqwypxturxi7uyci - rc-dialog: 9.0.2_prpqlkd37azqwypxturxi7uyci - rc-drawer: 6.1.5_prpqlkd37azqwypxturxi7uyci - rc-dropdown: 4.0.1_prpqlkd37azqwypxturxi7uyci - rc-field-form: 1.27.4_prpqlkd37azqwypxturxi7uyci - rc-image: 5.13.0_prpqlkd37azqwypxturxi7uyci - rc-input: 0.1.4_prpqlkd37azqwypxturxi7uyci - rc-input-number: 7.3.11_prpqlkd37azqwypxturxi7uyci - rc-mentions: 1.13.1_prpqlkd37azqwypxturxi7uyci - rc-menu: 9.8.4_prpqlkd37azqwypxturxi7uyci - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-notification: 4.6.1_prpqlkd37azqwypxturxi7uyci - rc-pagination: 3.2.0_prpqlkd37azqwypxturxi7uyci - rc-picker: 2.7.2_prpqlkd37azqwypxturxi7uyci - rc-progress: 3.4.1_prpqlkd37azqwypxturxi7uyci - rc-rate: 2.9.2_prpqlkd37azqwypxturxi7uyci - rc-resize-observer: 1.3.1_prpqlkd37azqwypxturxi7uyci - rc-segmented: 2.1.2_prpqlkd37azqwypxturxi7uyci - rc-select: 14.1.17_prpqlkd37azqwypxturxi7uyci - rc-slider: 10.0.1_prpqlkd37azqwypxturxi7uyci - rc-steps: 5.0.0_prpqlkd37azqwypxturxi7uyci - rc-switch: 3.2.2_prpqlkd37azqwypxturxi7uyci - rc-table: 7.26.0_prpqlkd37azqwypxturxi7uyci - rc-tabs: 12.5.10_prpqlkd37azqwypxturxi7uyci - rc-textarea: 0.4.7_prpqlkd37azqwypxturxi7uyci - rc-tooltip: 5.2.2_prpqlkd37azqwypxturxi7uyci - rc-tree: 5.7.3_prpqlkd37azqwypxturxi7uyci - rc-tree-select: 5.5.5_prpqlkd37azqwypxturxi7uyci - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci - rc-upload: 4.3.4_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + rc-cascader: 3.7.2(react-dom@16.14.0)(react@17.0.2) + rc-checkbox: 3.0.0(react-dom@16.14.0)(react@17.0.2) + rc-collapse: 3.4.2(react-dom@16.14.0)(react@17.0.2) + rc-dialog: 9.0.2(react-dom@16.14.0)(react@17.0.2) + rc-drawer: 6.1.5(react-dom@16.14.0)(react@17.0.2) + rc-dropdown: 4.0.1(react-dom@16.14.0)(react@17.0.2) + rc-field-form: 1.27.4(react-dom@16.14.0)(react@17.0.2) + rc-image: 5.13.0(react-dom@16.14.0)(react@17.0.2) + rc-input: 0.1.4(react-dom@16.14.0)(react@17.0.2) + rc-input-number: 7.3.11(react-dom@16.14.0)(react@17.0.2) + rc-mentions: 1.13.1(react-dom@16.14.0)(react@17.0.2) + rc-menu: 9.8.4(react-dom@16.14.0)(react@17.0.2) + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-notification: 4.6.1(react-dom@16.14.0)(react@17.0.2) + rc-pagination: 3.2.0(react-dom@16.14.0)(react@17.0.2) + rc-picker: 2.7.2(react-dom@16.14.0)(react@17.0.2) + rc-progress: 3.4.1(react-dom@16.14.0)(react@17.0.2) + rc-rate: 2.9.2(react-dom@16.14.0)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) + rc-segmented: 2.1.2(react-dom@16.14.0)(react@17.0.2) + rc-select: 14.1.17(react-dom@16.14.0)(react@17.0.2) + rc-slider: 10.0.1(react-dom@16.14.0)(react@17.0.2) + rc-steps: 5.0.0(react-dom@16.14.0)(react@17.0.2) + rc-switch: 3.2.2(react-dom@16.14.0)(react@17.0.2) + rc-table: 7.26.0(react-dom@16.14.0)(react@17.0.2) + rc-tabs: 12.5.10(react-dom@16.14.0)(react@17.0.2) + rc-textarea: 0.4.7(react-dom@16.14.0)(react@17.0.2) + rc-tooltip: 5.2.2(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) + rc-tree-select: 5.5.5(react-dom@16.14.0)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) + rc-upload: 4.3.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + react: 17.0.2 + react-dom: 16.14.0(react@17.0.2) scroll-into-view-if-needed: 2.2.31 - dev: true - /antd/4.24.10_sfoxds7t5ydpegc3knd667wn6m: + /antd@4.24.10(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-GihdwTGFW0dUaWjcvSIfejFcT63HjEp2EbYd+ojEXayldhey230KrHDJ+C53rkrkzLvymrPBfSxlLxJzyFIZsg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@ant-design/colors': 6.0.0 - '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/react-slick': 0.29.2_react@17.0.2 + '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) + '@ant-design/react-slick': 0.29.2(react@17.0.2) '@babel/runtime': 7.21.5 '@ctrl/tinycolor': 3.6.0 classnames: 2.3.2 copy-to-clipboard: 3.3.3 lodash: 4.17.21 moment: 2.29.4 - rc-cascader: 3.7.2_sfoxds7t5ydpegc3knd667wn6m - rc-checkbox: 3.0.0_sfoxds7t5ydpegc3knd667wn6m - rc-collapse: 3.4.2_sfoxds7t5ydpegc3knd667wn6m - rc-dialog: 9.0.2_sfoxds7t5ydpegc3knd667wn6m - rc-drawer: 6.1.5_sfoxds7t5ydpegc3knd667wn6m - rc-dropdown: 4.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-field-form: 1.27.4_sfoxds7t5ydpegc3knd667wn6m - rc-image: 5.13.0_sfoxds7t5ydpegc3knd667wn6m - rc-input: 0.1.4_sfoxds7t5ydpegc3knd667wn6m - rc-input-number: 7.3.11_sfoxds7t5ydpegc3knd667wn6m - rc-mentions: 1.13.1_sfoxds7t5ydpegc3knd667wn6m - rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-notification: 4.6.1_sfoxds7t5ydpegc3knd667wn6m - rc-pagination: 3.2.0_sfoxds7t5ydpegc3knd667wn6m - rc-picker: 2.7.2_sfoxds7t5ydpegc3knd667wn6m - rc-progress: 3.4.1_sfoxds7t5ydpegc3knd667wn6m - rc-rate: 2.9.2_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-segmented: 2.1.2_sfoxds7t5ydpegc3knd667wn6m - rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m - rc-slider: 10.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-steps: 5.0.0_sfoxds7t5ydpegc3knd667wn6m - rc-switch: 3.2.2_sfoxds7t5ydpegc3knd667wn6m - rc-table: 7.26.0_sfoxds7t5ydpegc3knd667wn6m - rc-tabs: 12.5.10_sfoxds7t5ydpegc3knd667wn6m - rc-textarea: 0.4.7_sfoxds7t5ydpegc3knd667wn6m - rc-tooltip: 5.2.2_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-tree-select: 5.5.5_sfoxds7t5ydpegc3knd667wn6m - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-upload: 4.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + rc-cascader: 3.7.2(react-dom@17.0.2)(react@17.0.2) + rc-checkbox: 3.0.0(react-dom@17.0.2)(react@17.0.2) + rc-collapse: 3.4.2(react-dom@17.0.2)(react@17.0.2) + rc-dialog: 9.0.2(react-dom@17.0.2)(react@17.0.2) + rc-drawer: 6.1.5(react-dom@17.0.2)(react@17.0.2) + rc-dropdown: 4.0.1(react-dom@17.0.2)(react@17.0.2) + rc-field-form: 1.27.4(react-dom@17.0.2)(react@17.0.2) + rc-image: 5.13.0(react-dom@17.0.2)(react@17.0.2) + rc-input: 0.1.4(react-dom@17.0.2)(react@17.0.2) + rc-input-number: 7.3.11(react-dom@17.0.2)(react@17.0.2) + rc-mentions: 1.13.1(react-dom@17.0.2)(react@17.0.2) + rc-menu: 9.8.4(react-dom@17.0.2)(react@17.0.2) + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-notification: 4.6.1(react-dom@17.0.2)(react@17.0.2) + rc-pagination: 3.2.0(react-dom@17.0.2)(react@17.0.2) + rc-picker: 2.7.2(react-dom@17.0.2)(react@17.0.2) + rc-progress: 3.4.1(react-dom@17.0.2)(react@17.0.2) + rc-rate: 2.9.2(react-dom@17.0.2)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-segmented: 2.1.2(react-dom@17.0.2)(react@17.0.2) + rc-select: 14.1.17(react-dom@17.0.2)(react@17.0.2) + rc-slider: 10.0.1(react-dom@17.0.2)(react@17.0.2) + rc-steps: 5.0.0(react-dom@17.0.2)(react@17.0.2) + rc-switch: 3.2.2(react-dom@17.0.2)(react@17.0.2) + rc-table: 7.26.0(react-dom@17.0.2)(react@17.0.2) + rc-tabs: 12.5.10(react-dom@17.0.2)(react@17.0.2) + rc-textarea: 0.4.7(react-dom@17.0.2)(react@17.0.2) + rc-tooltip: 5.2.2(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) + rc-tree-select: 5.5.5(react-dom@17.0.2)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-upload: 4.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) scroll-into-view-if-needed: 2.2.31 - /antd/5.4.6_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-va8fmtigdSoyO5BTrOQXRI2N22rWqtmd6FNGPlU4xV2S7Bi13/IJvm0BxO+WaNAVrcZuKIruZ+1EI3UHU80/vw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@ant-design/colors': 7.0.0 - '@ant-design/cssinjs': 1.9.1_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/icons': 5.1.0_sfoxds7t5ydpegc3knd667wn6m - '@ant-design/react-slick': 1.0.0_react@17.0.2 - '@babel/runtime': 7.21.5 - '@ctrl/tinycolor': 3.6.0 - '@rc-component/mutate-observer': 1.0.0_sfoxds7t5ydpegc3knd667wn6m - '@rc-component/tour': 1.8.0_sfoxds7t5ydpegc3knd667wn6m - '@rc-component/trigger': 1.10.2_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - copy-to-clipboard: 3.3.3 - dayjs: 1.11.7 - qrcode.react: 3.1.0_react@17.0.2 - rc-cascader: 3.10.3_sfoxds7t5ydpegc3knd667wn6m - rc-checkbox: 3.0.0_sfoxds7t5ydpegc3knd667wn6m - rc-collapse: 3.5.2_sfoxds7t5ydpegc3knd667wn6m - rc-dialog: 9.1.0_sfoxds7t5ydpegc3knd667wn6m - rc-drawer: 6.1.5_sfoxds7t5ydpegc3knd667wn6m - rc-dropdown: 4.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-field-form: 1.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-image: 5.16.0_sfoxds7t5ydpegc3knd667wn6m - rc-input: 1.0.4_sfoxds7t5ydpegc3knd667wn6m - rc-input-number: 7.4.2_sfoxds7t5ydpegc3knd667wn6m - rc-mentions: 2.2.0_sfoxds7t5ydpegc3knd667wn6m - rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-notification: 5.0.3_sfoxds7t5ydpegc3knd667wn6m - rc-pagination: 3.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-picker: 3.6.2_3k25dfbgqbh5cjdt2kbkjmeb2i - rc-progress: 3.4.1_sfoxds7t5ydpegc3knd667wn6m - rc-rate: 2.10.0_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-segmented: 2.1.2_sfoxds7t5ydpegc3knd667wn6m - rc-select: 14.4.3_sfoxds7t5ydpegc3knd667wn6m - rc-slider: 10.1.1_sfoxds7t5ydpegc3knd667wn6m - rc-steps: 6.0.0_sfoxds7t5ydpegc3knd667wn6m - rc-switch: 4.1.0_sfoxds7t5ydpegc3knd667wn6m - rc-table: 7.31.1_sfoxds7t5ydpegc3knd667wn6m - rc-tabs: 12.5.10_sfoxds7t5ydpegc3knd667wn6m - rc-textarea: 1.2.2_sfoxds7t5ydpegc3knd667wn6m - rc-tooltip: 6.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-tree-select: 5.8.0_sfoxds7t5ydpegc3knd667wn6m - rc-upload: 4.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - scroll-into-view-if-needed: 3.0.10 - throttle-debounce: 5.0.0 - transitivePeerDependencies: - - date-fns - - luxon - - moment - dev: false - - /antlr4/4.7.0: + /antlr4@4.7.0: resolution: {integrity: sha512-It7yoGEJ4cz918lGlxZk2R0A2l0t7M1IWfj9rHzCrJQ50ZyyfGjUr+xa2+lcBVBnhvqZvfuCp5Lh8hO5I+owVA==} dev: false - /any-promise/1.3.0: + /any-promise@1.3.0: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} - /anymatch/2.0.0: + /anymatch@2.0.0(supports-color@6.1.0): resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} dependencies: - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) normalize-path: 2.1.1 transitivePeerDependencies: - supports-color - /anymatch/2.0.0_supports-color@6.1.0: - resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} - dependencies: - micromatch: 3.1.10_supports-color@6.1.0 - normalize-path: 2.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /anymatch/3.1.3: + /anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - /app-root-dir/1.0.2: + /app-root-dir@1.0.2: resolution: {integrity: sha512-jlpIfsOoNoafl92Sz//64uQHGSyMrD2vYG5d8o2a4qGvyNCvXur7bzIsWtAC/6flI2RYAp3kv8rsfBtaLm7w0g==} dev: true - /appdirsjs/1.2.7: + /appdirsjs@1.2.7: resolution: {integrity: sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==} - /append-buffer/1.0.2: + /append-buffer@1.0.2: resolution: {integrity: sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==} engines: {node: '>=0.10.0'} dependencies: buffer-equal: 1.0.1 dev: true - /append-transform/1.0.0: + /append-transform@1.0.0: resolution: {integrity: sha512-P009oYkeHyU742iSZJzZZywj4QRJdnTWffaKuJQLablCZ1uz6/cW4yaRgcDaoQ+uwOxxnt0gRUcwfsNP2ri0gw==} engines: {node: '>=4'} dependencies: default-require-extensions: 2.0.0 dev: true - /aproba/1.2.0: + /aproba@1.2.0: resolution: {integrity: sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==} - /aproba/2.0.0: + /aproba@2.0.0: resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} dev: true - /arch/2.2.0: + /arch@2.2.0: resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} - /archy/1.0.0: + /archy@1.0.0: resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==} dev: true - /are-we-there-yet/1.1.7: + /are-we-there-yet@1.1.7: resolution: {integrity: sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==} dependencies: delegates: 1.0.0 readable-stream: 2.3.8 dev: true - /arg/2.0.0: + /arg@2.0.0: resolution: {integrity: sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==} dev: true - /arg/4.1.3: + /arg@4.1.3: resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} dev: true - /arg/5.0.2: + /arg@5.0.2: resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} - /argparse/1.0.10: + /argparse@1.0.10: resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} dependencies: sprintf-js: 1.0.3 - /argparse/2.0.1: + /argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /aria-query/5.1.3: + /aria-query@5.1.3: resolution: {integrity: sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==} dependencies: deep-equal: 2.2.1 dev: true - /arr-diff/1.1.0: + /arr-diff@1.1.0: resolution: {integrity: sha512-OQwDZUqYaQwyyhDJHThmzId8daf4/RFNLaeh3AevmSeZ5Y7ug4Ga/yKc6l6kTZOBW781rCj103ZuTh8GAsB3+Q==} engines: {node: '>=0.10.0'} dependencies: @@ -21501,69 +18809,69 @@ packages: array-slice: 0.2.3 dev: true - /arr-diff/4.0.0: + /arr-diff@4.0.0: resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} engines: {node: '>=0.10.0'} - /arr-flatten/1.1.0: + /arr-flatten@1.1.0: resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} engines: {node: '>=0.10.0'} - /arr-union/2.1.0: + /arr-union@2.1.0: resolution: {integrity: sha512-t5db90jq+qdgk8aFnxEkjqta0B/GHrM1pxzuuZz2zWsOXc5nKu3t+76s/PQBA8FTcM/ipspIH9jWG4OxCBc2eA==} engines: {node: '>=0.10.0'} dev: true - /arr-union/3.1.0: + /arr-union@3.1.0: resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} engines: {node: '>=0.10.0'} - /array-buffer-byte-length/1.0.0: + /array-buffer-byte-length@1.0.0: resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} dependencies: call-bind: 1.0.2 is-array-buffer: 3.0.2 - /array-differ/1.0.0: + /array-differ@1.0.0: resolution: {integrity: sha512-LeZY+DZDRnvP7eMuQ6LHfCzUGxAAIViUBliK24P3hWXL6y4SortgR6Nim6xrkfSLlmH0+k+9NYNwVC2s53ZrYQ==} engines: {node: '>=0.10.0'} dev: false - /array-differ/3.0.0: + /array-differ@3.0.0: resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} engines: {node: '>=8'} dev: true - /array-equal/1.0.0: + /array-equal@1.0.0: resolution: {integrity: sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA==} dev: true - /array-filter/0.0.1: + /array-filter@0.0.1: resolution: {integrity: sha512-VW0FpCIhjZdarWjIz8Vpva7U95fl2Jn+b+mmFFMLn8PIVscOQcAgEznwUzTEuUHuqZqIxwzRlcaN/urTFFQoiw==} dev: true - /array-filter/1.0.0: + /array-filter@1.0.0: resolution: {integrity: sha512-Ene1hbrinPZ1qPoZp7NSx4jQnh4nr7MtY78pHNb+yr8yHbxmTS7ChGW0a55JKA7TkRDeoQxK4GcJaCvBYplSKA==} dev: true - /array-find-index/1.0.2: + /array-find-index@1.0.2: resolution: {integrity: sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==} engines: {node: '>=0.10.0'} dev: true - /array-find/1.0.0: + /array-find@1.0.0: resolution: {integrity: sha512-kO/vVCacW9mnpn3WPWbTVlEnOabK2L7LWi2HViURtCM46y1zb6I8UMjx4LgbiqadTgHnLInUronwn3ampNTJtQ==} dev: true - /array-flatten/1.1.1: + /array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} dev: true - /array-flatten/2.1.2: + /array-flatten@2.1.2: resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} dev: true - /array-includes/3.1.6: + /array-includes@3.1.6: resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} engines: {node: '>= 0.4'} dependencies: @@ -21574,20 +18882,20 @@ packages: is-string: 1.0.7 dev: true - /array-map/0.0.1: + /array-map@0.0.1: resolution: {integrity: sha512-sxHIeJTGEsRC8/hYkZzdJNNPZ41EXHVys7pqMw1iwE/Kx8/hto0UbDuGQsSJ0ujPovj9qUZl6EOY/EiZ2g3d9Q==} dev: true - /array-reduce/0.0.0: + /array-reduce@0.0.0: resolution: {integrity: sha512-8jR+StqaC636u7h3ye1co3lQRefgVVUQUhuAmRbDqIMeR2yuXzRvkCNQiQ5J/wbREmoBLNtp13dhaaVpZQDRUw==} dev: true - /array-slice/0.2.3: + /array-slice@0.2.3: resolution: {integrity: sha512-rlVfZW/1Ph2SNySXwR9QYkChp8EkOEiTMO5Vwx60usw04i4nWemkm9RXmQqgkQFaLHsqLuADvjp6IfgL9l2M8Q==} engines: {node: '>=0.10.0'} dev: true - /array-sort/1.0.0: + /array-sort@1.0.0: resolution: {integrity: sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==} engines: {node: '>=0.10.0'} dependencies: @@ -21596,28 +18904,28 @@ packages: kind-of: 5.1.0 dev: true - /array-tree-filter/2.1.0: + /array-tree-filter@2.1.0: resolution: {integrity: sha512-4ROwICNlNw/Hqa9v+rk5h22KjmzB1JGTMVKP2AKJBOCgb0yL0ASf0+YvCcLNNwquOHNX48jkeZIJ3a+oOQqKcw==} - /array-union/1.0.2: + /array-union@1.0.2: resolution: {integrity: sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==} engines: {node: '>=0.10.0'} dependencies: array-uniq: 1.0.3 - /array-union/2.1.0: + /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} - /array-uniq/1.0.3: + /array-uniq@1.0.3: resolution: {integrity: sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==} engines: {node: '>=0.10.0'} - /array-unique/0.3.2: + /array-unique@0.3.2: resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} engines: {node: '>=0.10.0'} - /array.prototype.filter/1.0.2: + /array.prototype.filter@1.0.2: resolution: {integrity: sha512-us+UrmGOilqttSOgoWZTpOvHu68vZT2YCjc/H4vhu56vzZpaDFBhB+Se2UwqWzMKbDv7Myq5M5pcZLAtUvTQdQ==} engines: {node: '>= 0.4'} dependencies: @@ -21628,7 +18936,7 @@ packages: is-string: 1.0.7 dev: true - /array.prototype.find/2.2.1: + /array.prototype.find@2.2.1: resolution: {integrity: sha512-I2ri5Z9uMpMvnsNrHre9l3PaX+z9D0/z6F7Yt2u15q7wt0I62g5kX6xUKR1SJiefgG+u2/gJUmM8B47XRvQR6w==} dependencies: call-bind: 1.0.2 @@ -21637,7 +18945,7 @@ packages: es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flat/1.3.1: + /array.prototype.flat@1.3.1: resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} engines: {node: '>= 0.4'} dependencies: @@ -21647,7 +18955,7 @@ packages: es-shim-unscopables: 1.0.0 dev: true - /array.prototype.flatmap/1.3.1: + /array.prototype.flatmap@1.3.1: resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} engines: {node: '>= 0.4'} dependencies: @@ -21657,7 +18965,7 @@ packages: es-shim-unscopables: 1.0.0 dev: true - /array.prototype.map/1.0.5: + /array.prototype.map@1.0.5: resolution: {integrity: sha512-gfaKntvwqYIuC7mLLyv2wzZIJqrRhn5PZ9EfFejSx6a78sV7iDsGpG9P+3oUPtm1Rerqm6nrKS4FYuTIvWfo3g==} engines: {node: '>= 0.4'} dependencies: @@ -21668,7 +18976,7 @@ packages: is-string: 1.0.7 dev: true - /array.prototype.reduce/1.0.5: + /array.prototype.reduce@1.0.5: resolution: {integrity: sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==} engines: {node: '>= 0.4'} dependencies: @@ -21679,7 +18987,7 @@ packages: is-string: 1.0.7 dev: true - /array.prototype.tosorted/1.1.1: + /array.prototype.tosorted@1.1.1: resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} dependencies: call-bind: 1.0.2 @@ -21689,16 +18997,16 @@ packages: get-intrinsic: 1.2.0 dev: true - /arrify/1.0.1: + /arrify@1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} - /arrify/2.0.1: + /arrify@2.0.1: resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} engines: {node: '>=8'} dev: true - /art-template/4.13.2: + /art-template@4.13.2: resolution: {integrity: sha512-04ws5k+ndA5DghfheY4c8F1304XJKeTcaXqZCLpxFkNMSkaR3ChW1pX2i9d3sEEOZuLy7de8lFriRaik1jEeOQ==} engines: {node: '>= 1.0.0'} dependencies: @@ -21712,14 +19020,14 @@ packages: source-map: 0.5.7 dev: true - /as-number/1.0.0: + /as-number@1.0.0: resolution: {integrity: sha512-HkI/zLo2AbSRO4fqVkmyf3hms0bJDs3iboHqTrNuwTiCRvdYXM7HFhfhB6Dk51anV2LM/IMB83mtK9mHw4FlAg==} dev: false - /asap/2.0.6: + /asap@2.0.6: resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} - /asn1.js/5.4.1: + /asn1.js@5.4.1: resolution: {integrity: sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==} dependencies: bn.js: 4.12.0 @@ -21727,116 +19035,116 @@ packages: minimalistic-assert: 1.0.1 safer-buffer: 2.1.2 - /asn1/0.2.6: + /asn1@0.2.6: resolution: {integrity: sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==} dependencies: safer-buffer: 2.1.2 - /assert-plus/1.0.0: + /assert-plus@1.0.0: resolution: {integrity: sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==} engines: {node: '>=0.8'} dev: true - /assert/1.5.0: + /assert@1.5.0: resolution: {integrity: sha512-EDsgawzwoun2CZkCgtxJbv392v4nbk9XDD06zI+kQYoBM/3RBWLlEyJARDOmhAAosBjWACEkKL6S+lIZtcAubA==} dependencies: object-assign: 4.1.1 util: 0.10.3 - /assign-symbols/1.0.0: + /assign-symbols@1.0.0: resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} engines: {node: '>=0.10.0'} - /ast-types-flow/0.0.7: + /ast-types-flow@0.0.7: resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==} dev: true - /ast-types/0.11.3: + /ast-types@0.11.3: resolution: {integrity: sha512-XA5o5dsNw8MhyW0Q7MWXJWc4oOzZKbdsEJq45h7c8q/d9DwWZ5F2ugUc1PuMLPGsUnphCt/cNDHu8JeBbxf1qA==} engines: {node: '>= 0.8'} dev: true - /ast-types/0.11.7: + /ast-types@0.11.7: resolution: {integrity: sha512-2mP3TwtkY/aTv5X3ZsMpNAbOnyoC/aMJwJSoaELPkHId0nSQgFcnU4dRW3isxiz7+zBexk0ym3WNVjMiQBnJSw==} engines: {node: '>=4'} dev: true - /ast-types/0.12.4: + /ast-types@0.12.4: resolution: {integrity: sha512-ky/YVYCbtVAS8TdMIaTiPFHwEpRB5z1hctepJplTr3UW5q8TDrpIMCILyk8pmLxGtn2KCtC/lSn7zOsaI7nzDw==} engines: {node: '>=4'} dev: true - /ast-types/0.13.3: + /ast-types@0.13.3: resolution: {integrity: sha512-XTZ7xGML849LkQP86sWdQzfhwbt3YwIO6MqbX9mUNYY98VKaaVZP7YNNm70IpwecbkkxmfC5IYAzOQ/2p29zRA==} engines: {node: '>=4'} dev: true - /ast-types/0.13.4: + /ast-types@0.13.4: resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} engines: {node: '>=4'} dependencies: tslib: 2.5.0 - /ast-types/0.14.2: + /ast-types@0.14.2: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: tslib: 2.5.0 - /astral-regex/1.0.0: + /astral-regex@1.0.0: resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} engines: {node: '>=4'} - /astral-regex/2.0.0: + /astral-regex@2.0.0: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} dev: true - /async-each/1.0.6: + /async-each@1.0.6: resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} dev: true - /async-limiter/1.0.1: + /async-limiter@1.0.1: resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} - /async-validator/1.11.5: + /async-validator@1.11.5: resolution: {integrity: sha512-XNtCsMAeAH1pdLMEg1z8/Bb3a8cdCbui9QbJATRFHHHW5kT6+NPI3zSVQUXgikTFITzsg+kYY5NTWhM2Orwt9w==} dev: false - /async-validator/4.2.5: + /async-validator@4.2.5: resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==} - /async/1.5.0: + /async@1.5.0: resolution: {integrity: sha512-m9nMwCtLtz29LszVaR0q/FqsJWkrxVoQL95p7JU0us7qUx4WEcySQgwvuneYSGVyvirl81gz7agflS3V1yW14g==} dev: true - /async/2.6.4: + /async@2.6.4: resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} dependencies: lodash: 4.17.21 dev: true - /async/3.2.4: + /async@3.2.4: resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} - /asynckit/0.4.0: + /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - /atob/2.1.2: + /atob@2.1.2: resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} engines: {node: '>= 4.5.0'} hasBin: true - /atomic-sleep/1.0.0: + /atomic-sleep@1.0.0: resolution: {integrity: sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==} engines: {node: '>=8.0.0'} - /autod-egg/1.1.0: + /autod-egg@1.1.0: resolution: {integrity: sha512-dZ5ZRiHcHaehQnpEBWmxHTvQfIHKUdr10Qlrs/ZdBfb6NG2lUfNlVUGnqNVkp9wFsJJTGdN7ADmW9gkN8bSLrg==} engines: {node: '>=4.0.0'} dev: true - /autod/3.1.2: + /autod@3.1.2: resolution: {integrity: sha512-pxR0lAF6mcuONOjIfsA+DyCy3ZlHj7WbrbwrWK8LLQc1KUhB5a9iqB8oLB1DUsfUhnEyxc8o5Vr/nl54rVENqg==} hasBin: true dependencies: @@ -21848,7 +19156,7 @@ packages: colors: 1.4.0 commander: 2.20.3 crequire: 1.8.1 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) fs-readdir-recursive: 1.1.0 glob: 7.2.3 minimatch: 3.1.2 @@ -21859,7 +19167,7 @@ packages: - supports-color dev: true - /autoprefixer/10.4.14_postcss@8.4.23: + /autoprefixer@10.4.14(postcss@8.4.23): resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true @@ -21875,7 +19183,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /autoprefixer/9.6.0: + /autoprefixer@9.6.0: resolution: {integrity: sha512-kuip9YilBqhirhHEGHaBTZKXL//xxGnzvsD0FtBQa6z+A69qZD6s/BAX9VzDF1i9VKDquTJDQaPLSEhOnL6FvQ==} engines: {node: '>=6.0.0'} hasBin: true @@ -21889,7 +19197,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /autoprefixer/9.8.8: + /autoprefixer@9.8.8: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: @@ -21901,39 +19209,39 @@ packages: postcss: 7.0.39 postcss-value-parser: 4.2.0 - /available-typed-arrays/1.0.5: + /available-typed-arrays@1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} - /await-event/2.1.0: + /await-event@2.1.0: resolution: {integrity: sha512-hADm2dFnyugZnfFoJ0Oug2T9xAT2gFdvxZXXnWUOFsHL+VTCvj4Q7oBOinUYzvAFeAD5HN1YSrP78iS3/SQ7iQ==} - /await-first/1.0.0: + /await-first@1.0.0: resolution: {integrity: sha512-SK20HicVu6lXvNM0nS1flurrs4/1NdhvccvEn52Gf+vpERZnnkKBnJvAQDsYkzJnsHs1bRNNKEiobEet7a/0TA==} engines: {node: '>= 6.0.0'} dependencies: ee-first: 1.1.1 dev: false - /aws-sign2/0.7.0: + /aws-sign2@0.7.0: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} dev: true - /aws4/1.12.0: + /aws4@1.12.0: resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} dev: true - /axe-core/3.5.6: + /axe-core@3.5.6: resolution: {integrity: sha512-LEUDjgmdJoA3LqklSTwKYqkjcZ4HKc4ddIYGSAiSkr46NTjzg2L9RNB+lekO9P7Dlpa87+hBtzc2Fzn/+GUWMQ==} engines: {node: '>=4'} dev: true - /axe-core/4.7.0: + /axe-core@4.7.0: resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} engines: {node: '>=4'} dev: true - /axios/0.18.1: + /axios@0.18.1: resolution: {integrity: sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==} deprecated: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 dependencies: @@ -21942,13 +19250,13 @@ packages: transitivePeerDependencies: - supports-color - /axobject-query/3.1.1: + /axobject-query@3.1.1: resolution: {integrity: sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==} dependencies: deep-equal: 2.2.1 dev: true - /babel-code-frame/6.26.0: + /babel-code-frame@6.26.0: resolution: {integrity: sha512-XqYMR2dfdGMW+hd0IUZ2PwK+fGeFkOxZJ0wY+JaQAHzt1Zx8LcvpiZD2NiGkEG8qx0CfkAOr5xt76d1e8vG90g==} dependencies: chalk: 1.1.3 @@ -21956,7 +19264,7 @@ packages: js-tokens: 3.0.2 dev: true - /babel-core/6.26.3: + /babel-core@6.26.3: resolution: {integrity: sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==} dependencies: babel-code-frame: 6.26.0 @@ -21970,7 +19278,7 @@ packages: babel-types: 6.26.0 babylon: 6.18.0 convert-source-map: 1.9.0 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) json5: 0.5.1 lodash: 4.17.21 minimatch: 3.1.2 @@ -21982,14 +19290,14 @@ packages: - supports-color dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.21.8: + /babel-core@7.0.0-bridge.0(@babel/core@7.21.8): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - /babel-core/7.0.0-bridge.0_@babel+core@7.4.4: + /babel-core@7.0.0-bridge.0(@babel/core@7.4.4): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -21997,7 +19305,7 @@ packages: '@babel/core': 7.4.4 dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.4.5: + /babel-core@7.0.0-bridge.0(@babel/core@7.4.5): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -22005,7 +19313,7 @@ packages: '@babel/core': 7.4.5 dev: true - /babel-generator/6.26.1: + /babel-generator@6.26.1: resolution: {integrity: sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==} dependencies: babel-messages: 6.23.0 @@ -22018,7 +19326,7 @@ packages: trim-right: 1.0.1 dev: true - /babel-helper-bindify-decorators/6.24.1: + /babel-helper-bindify-decorators@6.24.1: resolution: {integrity: sha512-TYX2QQATKA6Wssp6j7jqlw4QLmABDN1olRdEHndYvBXdaXM5dcx6j5rN0+nd+aVL+Th40fAEYvvw/Xxd/LETuQ==} dependencies: babel-runtime: 6.26.0 @@ -22028,7 +19336,7 @@ packages: - supports-color dev: true - /babel-helper-builder-binary-assignment-operator-visitor/6.24.1: + /babel-helper-builder-binary-assignment-operator-visitor@6.24.1: resolution: {integrity: sha512-gCtfYORSG1fUMX4kKraymq607FWgMWg+j42IFPc18kFQEsmtaibP4UrqsXt8FlEJle25HUd4tsoDR7H2wDhe9Q==} dependencies: babel-helper-explode-assignable-expression: 6.24.1 @@ -22038,7 +19346,7 @@ packages: - supports-color dev: true - /babel-helper-builder-react-jsx/6.26.0: + /babel-helper-builder-react-jsx@6.26.0: resolution: {integrity: sha512-02I9jDjnVEuGy2BR3LRm9nPRb/+Ja0pvZVLr1eI5TYAA/dB0Xoc+WBo50+aDfhGDLhlBY1+QURjn9uvcFd8gzg==} dependencies: babel-runtime: 6.26.0 @@ -22046,7 +19354,7 @@ packages: esutils: 2.0.3 dev: true - /babel-helper-call-delegate/6.24.1: + /babel-helper-call-delegate@6.24.1: resolution: {integrity: sha512-RL8n2NiEj+kKztlrVJM9JT1cXzzAdvWFh76xh/H1I4nKwunzE4INBXn8ieCZ+wh4zWszZk7NBS1s/8HR5jDkzQ==} dependencies: babel-helper-hoist-variables: 6.24.1 @@ -22057,7 +19365,7 @@ packages: - supports-color dev: true - /babel-helper-define-map/6.26.0: + /babel-helper-define-map@6.26.0: resolution: {integrity: sha512-bHkmjcC9lM1kmZcVpA5t2om2nzT/xiZpo6TJq7UlZ3wqKfzia4veeXbIhKvJXAMzhhEBd3cR1IElL5AenWEUpA==} dependencies: babel-helper-function-name: 6.24.1 @@ -22068,11 +19376,11 @@ packages: - supports-color dev: true - /babel-helper-evaluate-path/0.5.0: + /babel-helper-evaluate-path@0.5.0: resolution: {integrity: sha512-mUh0UhS607bGh5wUMAQfOpt2JX2ThXMtppHRdRU1kL7ZLRWIXxoV2UIV1r2cAeeNeU1M5SB5/RSUgUxrK8yOkA==} dev: true - /babel-helper-explode-assignable-expression/6.24.1: + /babel-helper-explode-assignable-expression@6.24.1: resolution: {integrity: sha512-qe5csbhbvq6ccry9G7tkXbzNtcDiH4r51rrPUbwwoTzZ18AqxWYRZT6AOmxrpxKnQBW0pYlBI/8vh73Z//78nQ==} dependencies: babel-runtime: 6.26.0 @@ -22082,7 +19390,7 @@ packages: - supports-color dev: true - /babel-helper-explode-class/6.24.1: + /babel-helper-explode-class@6.24.1: resolution: {integrity: sha512-SFbWewr0/0U4AiRzsHqwsbOQeLXVa9T1ELdqEa2efcQB5KopTnunAqoj07TuHlN2lfTQNPGO/rJR4FMln5fVcA==} dependencies: babel-helper-bindify-decorators: 6.24.1 @@ -22093,11 +19401,11 @@ packages: - supports-color dev: true - /babel-helper-flip-expressions/0.4.3: + /babel-helper-flip-expressions@0.4.3: resolution: {integrity: sha512-rSrkRW4YQ2ETCWww9gbsWk4N0x1BOtln349Tk0dlCS90oT68WMLyGR7WvaMp3eAnsVrCqdUtC19lo1avyGPejA==} dev: true - /babel-helper-function-name/6.24.1: + /babel-helper-function-name@6.24.1: resolution: {integrity: sha512-Oo6+e2iX+o9eVvJ9Y5eKL5iryeRdsIkwRYheCuhYdVHsdEQysbc2z2QkqCLIYnNxkT5Ss3ggrHdXiDI7Dhrn4Q==} dependencies: babel-helper-get-function-arity: 6.24.1 @@ -22109,40 +19417,40 @@ packages: - supports-color dev: true - /babel-helper-get-function-arity/6.24.1: + /babel-helper-get-function-arity@6.24.1: resolution: {integrity: sha512-WfgKFX6swFB1jS2vo+DwivRN4NB8XUdM3ij0Y1gnC21y1tdBoe6xjVnd7NSI6alv+gZXCtJqvrTeMW3fR/c0ng==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 dev: true - /babel-helper-hoist-variables/6.24.1: + /babel-helper-hoist-variables@6.24.1: resolution: {integrity: sha512-zAYl3tqerLItvG5cKYw7f1SpvIxS9zi7ohyGHaI9cgDUjAT6YcY9jIEH5CstetP5wHIVSceXwNS7Z5BpJg+rOw==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 dev: true - /babel-helper-is-nodes-equiv/0.0.1: + /babel-helper-is-nodes-equiv@0.0.1: resolution: {integrity: sha512-ri/nsMFVRqXn7IyT5qW4/hIAGQxuYUFHa3qsxmPtbk6spZQcYlyDogfVpNm2XYOslH/ULS4VEJGUqQX5u7ACQw==} dev: true - /babel-helper-is-void-0/0.4.3: + /babel-helper-is-void-0@0.4.3: resolution: {integrity: sha512-07rBV0xPRM3TM5NVJEOQEkECX3qnHDjaIbFvWYPv+T1ajpUiVLiqTfC+MmiZxY5KOL/Ec08vJdJD9kZiP9UkUg==} dev: true - /babel-helper-mark-eval-scopes/0.4.3: + /babel-helper-mark-eval-scopes@0.4.3: resolution: {integrity: sha512-+d/mXPP33bhgHkdVOiPkmYoeXJ+rXRWi7OdhwpyseIqOS8CmzHQXHUp/+/Qr8baXsT0kjGpMHHofHs6C3cskdA==} dev: true - /babel-helper-optimise-call-expression/6.24.1: + /babel-helper-optimise-call-expression@6.24.1: resolution: {integrity: sha512-Op9IhEaxhbRT8MDXx2iNuMgciu2V8lDvYCNQbDGjdBNCjaMvyLf4wl4A3b8IgndCyQF8TwfgsQ8T3VD8aX1/pA==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 dev: true - /babel-helper-regex/6.26.0: + /babel-helper-regex@6.26.0: resolution: {integrity: sha512-VlPiWmqmGJp0x0oK27Out1D+71nVVCTSdlbhIVoaBAj2lUgrNjBCRR9+llO4lTSb2O4r7PJg+RobRkhBrf6ofg==} dependencies: babel-runtime: 6.26.0 @@ -22150,7 +19458,7 @@ packages: lodash: 4.17.21 dev: true - /babel-helper-remap-async-to-generator/6.24.1: + /babel-helper-remap-async-to-generator@6.24.1: resolution: {integrity: sha512-RYqaPD0mQyQIFRu7Ho5wE2yvA/5jxqCIj/Lv4BXNq23mHYu/vxikOy2JueLiBxQknwapwrJeNCesvY0ZcfnlHg==} dependencies: babel-helper-function-name: 6.24.1 @@ -22162,11 +19470,11 @@ packages: - supports-color dev: true - /babel-helper-remove-or-void/0.4.3: + /babel-helper-remove-or-void@0.4.3: resolution: {integrity: sha512-eYNceYtcGKpifHDir62gHJadVXdg9fAhuZEXiRQnJJ4Yi4oUTpqpNY//1pM4nVyjjDMPYaC2xSf0I+9IqVzwdA==} dev: true - /babel-helper-replace-supers/6.24.1: + /babel-helper-replace-supers@6.24.1: resolution: {integrity: sha512-sLI+u7sXJh6+ToqDr57Bv973kCepItDhMou0xCP2YPVmR1jkHSCY+p1no8xErbV1Siz5QE8qKT1WIwybSWlqjw==} dependencies: babel-helper-optimise-call-expression: 6.24.1 @@ -22179,11 +19487,11 @@ packages: - supports-color dev: true - /babel-helper-to-multiple-sequence-expressions/0.5.0: + /babel-helper-to-multiple-sequence-expressions@0.5.0: resolution: {integrity: sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==} dev: true - /babel-helpers/6.24.1: + /babel-helpers@6.24.1: resolution: {integrity: sha512-n7pFrqQm44TCYvrCDb0MqabAF+JUBq+ijBvNMUxpkLjJaAu32faIexewMumrH5KLLJ1HDyT0PTEqRyAe/GwwuQ==} dependencies: babel-runtime: 6.26.0 @@ -22192,7 +19500,7 @@ packages: - supports-color dev: true - /babel-jest/24.9.0_@babel+core@7.4.5: + /babel-jest@24.9.0(@babel/core@7.4.5): resolution: {integrity: sha512-ntuddfyiN+EhMw58PTNL1ph4C9rECiQXjI4nMMBKBaNjXvqLdkXpPRcMSr4iyBrJg/+wz9brFUD6RhOAT6r4Iw==} engines: {node: '>= 6'} peerDependencies: @@ -22203,14 +19511,14 @@ packages: '@jest/types': 24.9.0 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 5.2.0 - babel-preset-jest: 24.9.0_@babel+core@7.4.5 + babel-preset-jest: 24.9.0(@babel/core@7.4.5) chalk: 2.4.2 slash: 2.0.0 transitivePeerDependencies: - supports-color dev: true - /babel-jest/26.6.3_@babel+core@7.18.6: + /babel-jest@26.6.3(@babel/core@7.18.6): resolution: {integrity: sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==} engines: {node: '>= 10.14.2'} peerDependencies: @@ -22221,7 +19529,7 @@ packages: '@jest/types': 26.6.2 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 26.6.2_@babel+core@7.18.6 + babel-preset-jest: 26.6.2(@babel/core@7.18.6) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -22229,7 +19537,7 @@ packages: - supports-color dev: false - /babel-jest/29.5.0_@babel+core@7.21.8: + /babel-jest@29.5.0(@babel/core@7.21.8): resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -22239,7 +19547,7 @@ packages: '@jest/transform': 29.5.0 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0_@babel+core@7.21.8 + babel-preset-jest: 29.5.0(@babel/core@7.21.8) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -22247,22 +19555,7 @@ packages: - supports-color dev: true - /babel-loader/8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy: - resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.21.8 - find-cache-dir: 3.3.2 - loader-utils: 2.0.4 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.82.0_webpack-cli@4.10.0 - dev: true - - /babel-loader/8.3.0_ieep5hlyifcvtaiqp5gtqa4fl4: + /babel-loader@8.3.0(@babel/core@7.2.2)(webpack@4.46.0): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: @@ -22274,49 +19567,50 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /babel-loader/8.3.0_w4s2t5nsmmhyyxq2t77obxqxpa: + /babel-loader@8.3.0(@babel/core@7.21.8)(webpack@5.82.0): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.4.4 + '@babel/core': 7.21.8 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /babel-loader/8.3.0_webpack@5.82.0: + /babel-loader@8.3.0(@babel/core@7.4.4)(webpack@4.46.0): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: + '@babel/core': 7.4.4 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /babel-messages/6.23.0: + /babel-messages@6.23.0: resolution: {integrity: sha512-Bl3ZiA+LjqaMtNYopA9TYE9HP1tQ+E5dLxE0XrAzcIJeK2UqF0/EaqXwBn9esd4UmTfEab+P+UYQ1GnioFIb/w==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-add-react-displayname/0.0.5: + /babel-plugin-add-react-displayname@0.0.5: resolution: {integrity: sha512-LY3+Y0XVDYcShHHorshrDbt4KFWL4bSeniCtl4SYZbask+Syngk1uMPCeN9+nSiZo6zX5s0RTq/J9Pnaaf/KHw==} dev: true - /babel-plugin-apply-mdx-type-prop/1.6.22_@babel+core@7.12.9: + /babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.12.9): resolution: {integrity: sha512-VefL+8o+F/DfK24lPZMtJctrCVOfgbqLAGZSkxwhazQv4VxPg3Za/i40fu22KR2m8eEda+IfSOlPLUSIiLcnCQ==} peerDependencies: '@babel/core': ^7.11.6 @@ -22326,27 +19620,27 @@ packages: '@mdx-js/util': 1.6.22 dev: true - /babel-plugin-check-es2015-constants/6.22.0: + /babel-plugin-check-es2015-constants@6.22.0: resolution: {integrity: sha512-B1M5KBP29248dViEo1owyY32lk1ZSH2DaNNrXLGt8lyjjHm7pBqAdQ7VKUPR6EEDO323+OvT3MQXbCin8ooWdA==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-dva-hmr/0.4.2_redbox-react@1.6.0: + /babel-plugin-dva-hmr@0.4.2(redbox-react@1.6.0): resolution: {integrity: sha512-QP5W0IT9LDFgoqkXD0g7wn/FMn7zO562P8qys23twXri4i3E1SGOQ3z7jqcPrqzfTZHx+Ufr+cXy9oI6OLMYZg==} peerDependencies: redbox-react: 1.x dependencies: - redbox-react: 1.6.0_sfoxds7t5ydpegc3knd667wn6m + redbox-react: 1.6.0(react-dom@17.0.2)(react@17.0.2) dev: false - /babel-plugin-dynamic-import-node/2.3.3: + /babel-plugin-dynamic-import-node@2.3.3: resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==} dependencies: object.assign: 4.1.4 dev: true - /babel-plugin-emotion/10.2.2: + /babel-plugin-emotion@10.2.2: resolution: {integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==} dependencies: '@babel/helper-module-imports': 7.21.4 @@ -22361,26 +19655,26 @@ packages: source-map: 0.5.7 dev: true - /babel-plugin-export-metadata/1.2.0: + /babel-plugin-export-metadata@1.2.0: resolution: {integrity: sha512-rOTzhs/rXbuYMm4e8uTgAvTUw8H7QdU8maFy1ClArp/j8cpgzB80/oixQFiT/KAlLB+6ygLxr3befj97k2WppA==} dependencies: - '@babel/cli': 7.21.5_@babel+core@7.4.4 + '@babel/cli': 7.21.5(@babel/core@7.4.4) '@babel/core': 7.4.4 - '@babel/preset-env': 7.21.5_@babel+core@7.4.4 + '@babel/preset-env': 7.21.5(@babel/core@7.4.4) '@babel/template': 7.20.7 - babel-core: 7.0.0-bridge.0_@babel+core@7.4.4 + babel-core: 7.0.0-bridge.0(@babel/core@7.4.4) lodash: 4.17.21 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-extract-import-names/1.6.22: + /babel-plugin-extract-import-names@1.6.22: resolution: {integrity: sha512-yJ9BsJaISua7d8zNT7oRG1ZLBJCIdZ4PZqmH8qa9N5AK01ifk3fnkc98AXhtzE7UkfCsEumvoQWgoYLhOnJ7jQ==} dependencies: '@babel/helper-plugin-utils': 7.10.4 dev: true - /babel-plugin-istanbul/5.2.0: + /babel-plugin-istanbul@5.2.0: resolution: {integrity: sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==} engines: {node: '>=6'} dependencies: @@ -22392,7 +19686,7 @@ packages: - supports-color dev: true - /babel-plugin-istanbul/6.1.1: + /babel-plugin-istanbul@6.1.1: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: @@ -22404,14 +19698,14 @@ packages: transitivePeerDependencies: - supports-color - /babel-plugin-jest-hoist/24.9.0: + /babel-plugin-jest-hoist@24.9.0: resolution: {integrity: sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==} engines: {node: '>= 6'} dependencies: '@types/babel__traverse': 7.18.5 dev: true - /babel-plugin-jest-hoist/26.6.2: + /babel-plugin-jest-hoist@26.6.2: resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==} engines: {node: '>= 10.14.2'} dependencies: @@ -22421,7 +19715,7 @@ packages: '@types/babel__traverse': 7.18.5 dev: false - /babel-plugin-jest-hoist/29.5.0: + /babel-plugin-jest-hoist@29.5.0: resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -22431,7 +19725,7 @@ packages: '@types/babel__traverse': 7.18.5 dev: true - /babel-plugin-macros/2.6.1: + /babel-plugin-macros@2.6.1: resolution: {integrity: sha512-6W2nwiXme6j1n2erPOnmRiWfObUhWH7Qw1LMi9XZy8cj+KtESu3T6asZvtk5bMQQjX8te35o7CFueiSdL/2NmQ==} dependencies: '@babel/runtime': 7.21.5 @@ -22439,7 +19733,7 @@ packages: resolve: 1.22.2 dev: true - /babel-plugin-macros/2.8.0: + /babel-plugin-macros@2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: '@babel/runtime': 7.21.5 @@ -22447,17 +19741,17 @@ packages: resolve: 1.22.2 dev: true - /babel-plugin-minify-builtins/0.5.0: + /babel-plugin-minify-builtins@0.5.0: resolution: {integrity: sha512-wpqbN7Ov5hsNwGdzuzvFcjgRlzbIeVv1gMIlICbPj0xkexnfoIDe7q+AZHMkQmAE/F9R5jkrB6TLfTegImlXag==} dev: true - /babel-plugin-minify-constant-folding/0.5.0: + /babel-plugin-minify-constant-folding@0.5.0: resolution: {integrity: sha512-Vj97CTn/lE9hR1D+jKUeHfNy+m1baNiJ1wJvoGyOBUx7F7kJqDZxr9nCHjO/Ad+irbR3HzR6jABpSSA29QsrXQ==} dependencies: babel-helper-evaluate-path: 0.5.0 dev: true - /babel-plugin-minify-dead-code-elimination/0.5.2: + /babel-plugin-minify-dead-code-elimination@0.5.2: resolution: {integrity: sha512-krq9Lwi0QIzyAlcNBXTL4usqUvevB4BzktdEsb8srcXC1AaYqRJiAQw6vdKdJSaXbz6snBvziGr6ch/aoRCfpA==} dependencies: babel-helper-evaluate-path: 0.5.0 @@ -22466,38 +19760,38 @@ packages: lodash: 4.17.21 dev: true - /babel-plugin-minify-flip-comparisons/0.4.3: + /babel-plugin-minify-flip-comparisons@0.4.3: resolution: {integrity: sha512-8hNwgLVeJzpeLVOVArag2DfTkbKodzOHU7+gAZ8mGBFGPQHK6uXVpg3jh5I/F6gfi5Q5usWU2OKcstn1YbAV7A==} dependencies: babel-helper-is-void-0: 0.4.3 dev: true - /babel-plugin-minify-guarded-expressions/0.4.4: + /babel-plugin-minify-guarded-expressions@0.4.4: resolution: {integrity: sha512-RMv0tM72YuPPfLT9QLr3ix9nwUIq+sHT6z8Iu3sLbqldzC1Dls8DPCywzUIzkTx9Zh1hWX4q/m9BPoPed9GOfA==} dependencies: babel-helper-evaluate-path: 0.5.0 babel-helper-flip-expressions: 0.4.3 dev: true - /babel-plugin-minify-infinity/0.4.3: + /babel-plugin-minify-infinity@0.4.3: resolution: {integrity: sha512-X0ictxCk8y+NvIf+bZ1HJPbVZKMlPku3lgYxPmIp62Dp8wdtbMLSekczty3MzvUOlrk5xzWYpBpQprXUjDRyMA==} dev: true - /babel-plugin-minify-mangle-names/0.5.1: + /babel-plugin-minify-mangle-names@0.5.1: resolution: {integrity: sha512-8KMichAOae2FHlipjNDTo2wz97MdEb2Q0jrn4NIRXzHH7SJ3c5TaNNBkeTHbk9WUsMnqpNUx949ugM9NFWewzw==} dependencies: babel-helper-mark-eval-scopes: 0.4.3 dev: true - /babel-plugin-minify-numeric-literals/0.4.3: + /babel-plugin-minify-numeric-literals@0.4.3: resolution: {integrity: sha512-5D54hvs9YVuCknfWywq0eaYDt7qYxlNwCqW9Ipm/kYeS9gYhJd0Rr/Pm2WhHKJ8DC6aIlDdqSBODSthabLSX3A==} dev: true - /babel-plugin-minify-replace/0.5.0: + /babel-plugin-minify-replace@0.5.0: resolution: {integrity: sha512-aXZiaqWDNUbyNNNpWs/8NyST+oU7QTpK7J9zFEFSA0eOmtUNMU3fczlTTTlnCxHmq/jYNFEmkkSG3DDBtW3Y4Q==} dev: true - /babel-plugin-minify-simplify/0.5.1: + /babel-plugin-minify-simplify@0.5.1: resolution: {integrity: sha512-OSYDSnoCxP2cYDMk9gxNAed6uJDiDz65zgL6h8d3tm8qXIagWGMLWhqysT6DY3Vs7Fgq7YUDcjOomhVUb+xX6A==} dependencies: babel-helper-evaluate-path: 0.5.0 @@ -22506,13 +19800,13 @@ packages: babel-helper-to-multiple-sequence-expressions: 0.5.0 dev: true - /babel-plugin-minify-type-constructors/0.4.3: + /babel-plugin-minify-type-constructors@0.4.3: resolution: {integrity: sha512-4ADB0irJ/6BeXWHubjCJmrPbzhxDgjphBMjIjxCc25n4NGJ00NsYqwYt+F/OvE9RXx8KaSW7cJvp+iZX436tnQ==} dependencies: babel-helper-is-void-0: 0.4.3 dev: true - /babel-plugin-module-resolver/3.2.0: + /babel-plugin-module-resolver@3.2.0: resolution: {integrity: sha512-tjR0GvSndzPew/Iayf4uICWZqjBwnlMWjSx6brryfQ81F9rxBVqwDJtFCV8oOs0+vJeefK9TmdZtkIFdFe1UnA==} engines: {node: '>= 6.0.0'} dependencies: @@ -22523,7 +19817,7 @@ packages: resolve: 1.22.2 dev: true - /babel-plugin-module-resolver/4.1.0: + /babel-plugin-module-resolver@4.1.0: resolution: {integrity: sha512-MlX10UDheRr3lb3P0WcaIdtCSRlxdQsB1sBqL7W0raF070bGl1HQQq5K3T2vf2XAYie+ww+5AKC/WrkjRO2knA==} engines: {node: '>= 8.0.0'} dependencies: @@ -22534,13 +19828,7 @@ packages: resolve: 1.22.2 dev: true - /babel-plugin-named-asset-import/0.3.8: - resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} - peerDependencies: - '@babel/core': ^7.1.0 - dev: true - - /babel-plugin-named-asset-import/0.3.8_@babel+core@7.21.8: + /babel-plugin-named-asset-import@0.3.8(@babel/core@7.21.8): resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: '@babel/core': ^7.1.0 @@ -22548,7 +19836,7 @@ packages: '@babel/core': 7.21.8 dev: true - /babel-plugin-named-asset-import/0.3.8_@babel+core@7.4.4: + /babel-plugin-named-asset-import@0.3.8(@babel/core@7.4.4): resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: '@babel/core': ^7.1.0 @@ -22556,142 +19844,112 @@ packages: '@babel/core': 7.4.4 dev: true - /babel-plugin-polyfill-corejs2/0.3.3: - resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.21.7 - '@babel/helper-define-polyfill-provider': 0.3.3 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.18.2: + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.18.2): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.18.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.18.2 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.18.2) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.21.8: + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.8): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.21.8 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs2/0.3.3_@babel+core@7.4.4: + /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.4.4): resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.21.7 '@babel/core': 7.4.4 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.4.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.4.4) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.3_@babel+core@7.18.2: + /babel-plugin-polyfill-corejs3@0.5.3(@babel/core@7.18.2): resolution: {integrity: sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.18.2 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.18.2) core-js-compat: 3.30.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.6.0: - resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-define-polyfill-provider': 0.3.3 - core-js-compat: 3.30.1 - transitivePeerDependencies: - - supports-color - - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.21.8: + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.8): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) core-js-compat: 3.30.1 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3/0.6.0_@babel+core@7.4.4: + /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.4.4): resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.4.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.4.4) core-js-compat: 3.30.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.2: + /babel-plugin-polyfill-regenerator@0.3.1(@babel/core@7.18.2): resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.18.2 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.4.1: - resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/helper-define-polyfill-provider': 0.3.3 - transitivePeerDependencies: - - supports-color - - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.21.8: + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.8): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.21.8 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.21.8 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator/0.4.1_@babel+core@7.4.4: + /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.4.4): resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-define-polyfill-provider': 0.3.3_@babel+core@7.4.4 + '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.4.4) transitivePeerDependencies: - supports-color dev: true - /babel-plugin-react-docgen/2.0.2: + /babel-plugin-react-docgen@2.0.2: resolution: {integrity: sha512-fFendfUUU2KqqE1ki2NyQoZm4uHPoEWPUgBZiPBiowcPZos+4q+chdQh0nlwY5hxs08AMHSH4Pp98RQL0VFS/g==} dependencies: lodash: 4.17.21 @@ -22699,7 +19957,7 @@ packages: recast: 0.14.7 dev: true - /babel-plugin-react-docgen/4.2.1: + /babel-plugin-react-docgen@4.2.1: resolution: {integrity: sha512-UQ0NmGHj/HAqi5Bew8WvNfCk8wSsmdgNd8ZdMjBCICtyCJCq9LiqgqvjCYe570/Wg7AQArSq1VQ60Dd/CHN7mQ==} dependencies: ast-types: 0.14.2 @@ -22709,19 +19967,19 @@ packages: - supports-color dev: true - /babel-plugin-react-require/3.0.0: + /babel-plugin-react-require@3.0.0: resolution: {integrity: sha512-mZV3ycvtB4mfVhmScbU4CjMfBgoQAlsGu/vQw292juPSgvezTmBAke+V85ODAVNCM68r2Qa6dwu72Zcl4cTIbw==} dev: true - /babel-plugin-react-require/3.1.1: + /babel-plugin-react-require@3.1.1: resolution: {integrity: sha512-XFz+B0dWx41fnGnugzCWn5rOgrDHb150N5gFhUfO3BgYDCT25o4sofRtd9uUfqUHoRu+t4/r5Cr2RMPIKuCt2g==} dev: true - /babel-plugin-react-require/3.1.3: + /babel-plugin-react-require@3.1.3: resolution: {integrity: sha512-kDXhW2iPTL81x4Ye2aUMdEXQ56JP0sBJmRQRXJPH5FsNB7fOc/YCsHTqHv8IovPyw9Rk07gdd7MVUz8tUmRBCA==} dev: true - /babel-plugin-styled-components/2.0.7_styled-components@5.3.10: + /babel-plugin-styled-components@2.0.7(styled-components@5.3.10): resolution: {integrity: sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==} peerDependencies: styled-components: '>= 2' @@ -22731,10 +19989,10 @@ packages: babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.10_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.10(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) dev: true - /babel-plugin-styled-components/2.1.1_styled-components@4.4.1: + /babel-plugin-styled-components@2.1.1(styled-components@4.4.1): resolution: {integrity: sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==} peerDependencies: styled-components: '>= 2' @@ -22744,10 +20002,10 @@ packages: babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 4.4.1_prpqlkd37azqwypxturxi7uyci + styled-components: 4.4.1(react-dom@16.14.0)(react@17.0.2) dev: true - /babel-plugin-styled-components/2.1.1_styled-components@5.3.10: + /babel-plugin-styled-components@2.1.1(styled-components@5.3.10): resolution: {integrity: sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==} peerDependencies: styled-components: '>= 2' @@ -22757,69 +20015,69 @@ packages: babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.10_7i5myeigehqah43i5u7wbekgba + styled-components: 5.3.10(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) dev: true - /babel-plugin-syntax-async-functions/6.13.0: + /babel-plugin-syntax-async-functions@6.13.0: resolution: {integrity: sha512-4Zp4unmHgw30A1eWI5EpACji2qMocisdXhAftfhXoSV9j0Tvj6nRFE3tOmRY912E0FMRm/L5xWE7MGVT2FoLnw==} dev: true - /babel-plugin-syntax-async-generators/6.13.0: + /babel-plugin-syntax-async-generators@6.13.0: resolution: {integrity: sha512-EbciFN5Jb9iqU9bqaLmmFLx2G8pAUsvpWJ6OzOWBNrSY9qTohXj+7YfZx6Ug1Qqh7tCb1EA7Jvn9bMC1HBiucg==} dev: true - /babel-plugin-syntax-class-constructor-call/6.18.0: + /babel-plugin-syntax-class-constructor-call@6.18.0: resolution: {integrity: sha512-EEuBcXz/wZ81Jaac0LnMHtD4Mfz9XWn2oH2Xj+CHwz2SZWUqqdtR2BgWPSdTGMmxN/5KLSh4PImt9+9ZedDarA==} dev: true - /babel-plugin-syntax-class-properties/6.13.0: + /babel-plugin-syntax-class-properties@6.13.0: resolution: {integrity: sha512-chI3Rt9T1AbrQD1s+vxw3KcwC9yHtF621/MacuItITfZX344uhQoANjpoSJZleAmW2tjlolqB/f+h7jIqXa7pA==} dev: true - /babel-plugin-syntax-decorators/6.13.0: + /babel-plugin-syntax-decorators@6.13.0: resolution: {integrity: sha512-AWj19x2aDm8qFQ5O2JcD6pwJDW1YdcnO+1b81t7gxrGjz5VHiUqeYWAR4h7zueWMalRelrQDXprv2FrY1dbpbw==} dev: true - /babel-plugin-syntax-do-expressions/6.13.0: + /babel-plugin-syntax-do-expressions@6.13.0: resolution: {integrity: sha512-HD/5qJB9oSXzl0caxM+aRD7ENICXqcc3Up/8toDQk7zNIDE7TzsqtxC5f4t9Rwhu2Ya8l9l4j6b3vOsy+a6qxg==} dev: true - /babel-plugin-syntax-dynamic-import/6.18.0: + /babel-plugin-syntax-dynamic-import@6.18.0: resolution: {integrity: sha512-MioUE+LfjCEz65Wf7Z/Rm4XCP5k2c+TbMd2Z2JKc7U9uwjBhAfNPE48KC4GTGKhppMeYVepwDBNO/nGY6NYHBA==} dev: true - /babel-plugin-syntax-exponentiation-operator/6.13.0: + /babel-plugin-syntax-exponentiation-operator@6.13.0: resolution: {integrity: sha512-Z/flU+T9ta0aIEKl1tGEmN/pZiI1uXmCiGFRegKacQfEJzp7iNsKloZmyJlQr+75FCJtiFfGIK03SiCvCt9cPQ==} dev: true - /babel-plugin-syntax-export-extensions/6.13.0: + /babel-plugin-syntax-export-extensions@6.13.0: resolution: {integrity: sha512-Eo0rcRaIDMld/W6mVhePiudIuLW+Cr/8eveW3mBREfZORScZgx4rh6BAPyvzdEc/JZvQ+LkC80t0VGFs6FX+lg==} dev: true - /babel-plugin-syntax-flow/6.18.0: + /babel-plugin-syntax-flow@6.18.0: resolution: {integrity: sha512-HbTDIoG1A1op7Tl/wIFQPULIBA61tsJ8Ntq2FAhLwuijrzosM/92kAfgU1Q3Kc7DH/cprJg5vDfuTY4QUL4rDA==} dev: true - /babel-plugin-syntax-function-bind/6.13.0: + /babel-plugin-syntax-function-bind@6.13.0: resolution: {integrity: sha512-m8yMoh9LIiNyeLdQs5I9G+3YXo4nqVsKQkk7YplrG4qAFbNi9hkZlow8HDHxhH9QOVFPHmy8+03NzRCdyChIKw==} dev: true - /babel-plugin-syntax-jsx/6.18.0: + /babel-plugin-syntax-jsx@6.18.0: resolution: {integrity: sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==} dev: true - /babel-plugin-syntax-object-rest-spread/6.13.0: + /babel-plugin-syntax-object-rest-spread@6.13.0: resolution: {integrity: sha512-C4Aq+GaAj83pRQ0EFgTvw5YO6T3Qz2KGrNRwIj9mSoNHVvdZY4KO2uA6HNtNXCw993iSZnckY1aLW8nOi8i4+w==} dev: true - /babel-plugin-syntax-trailing-function-commas/6.22.0: + /babel-plugin-syntax-trailing-function-commas@6.22.0: resolution: {integrity: sha512-Gx9CH3Q/3GKbhs07Bszw5fPTlU+ygrOGfAhEt7W2JICwufpC4SuO0mG0+4NykPBSYPMJhqvVlDBU17qB1D+hMQ==} dev: true - /babel-plugin-syntax-trailing-function-commas/7.0.0-beta.0: + /babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0: resolution: {integrity: sha512-Xj9XuRuz3nTSbaTXWv3itLOcxyF4oPD8douBBmj7U9BBC6nEBYfyOJYQMf/8PJAFotC62UY5dFfIGEPr7WswzQ==} - /babel-plugin-transform-async-generator-functions/6.24.1: + /babel-plugin-transform-async-generator-functions@6.24.1: resolution: {integrity: sha512-uT7eovUxtXe8Q2ufcjRuJIOL0hg6VAUJhiWJBLxH/evYAw+aqoJLcYTR8hqx13iOx/FfbCMHgBmXWZjukbkyPg==} dependencies: babel-helper-remap-async-to-generator: 6.24.1 @@ -22829,7 +20087,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-async-to-generator/6.24.1: + /babel-plugin-transform-async-to-generator@6.24.1: resolution: {integrity: sha512-7BgYJujNCg0Ti3x0c/DL3tStvnKS6ktIYOmo9wginv/dfZOrbSZ+qG4IRRHMBOzZ5Awb1skTiAsQXg/+IWkZYw==} dependencies: babel-helper-remap-async-to-generator: 6.24.1 @@ -22839,7 +20097,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-class-constructor-call/6.24.1: + /babel-plugin-transform-class-constructor-call@6.24.1: resolution: {integrity: sha512-RvYukT1Nh7njz8P8326ztpQUGCKwmjgu6aRIx1lkvylWITYcskg29vy1Kp8WXIq7FvhXsz0Crf2kS94bjB690A==} dependencies: babel-plugin-syntax-class-constructor-call: 6.18.0 @@ -22849,7 +20107,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-class-properties/6.24.1: + /babel-plugin-transform-class-properties@6.24.1: resolution: {integrity: sha512-n4jtBA3OYBdvG5PRMKsMXJXHfLYw/ZOmtxCLOOwz6Ro5XlrColkStLnz1AS1L2yfPA9BKJ1ZNlmVCLjAL9DSIg==} dependencies: babel-helper-function-name: 6.24.1 @@ -22860,7 +20118,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-decorators/6.24.1: + /babel-plugin-transform-decorators@6.24.1: resolution: {integrity: sha512-skQ2CImwDkCHu0mkWvCOlBCpBIHW4/49IZWVwV4A/EnWjL9bB6UBvLyMNe3Td5XDStSZNhe69j4bfEW8dvUbew==} dependencies: babel-helper-explode-class: 6.24.1 @@ -22872,7 +20130,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-define/2.0.1: + /babel-plugin-transform-define@2.0.1: resolution: {integrity: sha512-7lDR1nFGSJHmhq/ScQtp9LTDmNE2yKPoLtwfiu+WQZnj84XL/J/5AZWZXwYcOwbDtUPhtg+y0yxTiP/oGDU6Kw==} engines: {node: '>= 8.x.x'} dependencies: @@ -22880,34 +20138,34 @@ packages: traverse: 0.6.6 dev: true - /babel-plugin-transform-do-expressions/6.22.0: + /babel-plugin-transform-do-expressions@6.22.0: resolution: {integrity: sha512-yQwYqYg+Tnj1InA8W1rsItsZVhkv1Euc4KVua9ledtPz5PDWYz7LVyy6rDBpVYUWFZj5k6GUm3YZpCbIm8Tqew==} dependencies: babel-plugin-syntax-do-expressions: 6.13.0 babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-dynamic-import/2.1.0_@babel+core@7.2.2: + /babel-plugin-transform-dynamic-import@2.1.0(@babel/core@7.2.2): resolution: {integrity: sha512-ja4NWc37+7bV6/uJKCERJEGHEyK1DXgXp8teHvjKC4Jsj3Ib484dJdamFIBtSb40JFniyWZo6ML46usVvfdsSg==} dependencies: - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.2.2 + '@babel/plugin-syntax-dynamic-import': 7.2.0(@babel/core@7.2.2) transitivePeerDependencies: - '@babel/core' dev: true - /babel-plugin-transform-es2015-arrow-functions/6.22.0: + /babel-plugin-transform-es2015-arrow-functions@6.22.0: resolution: {integrity: sha512-PCqwwzODXW7JMrzu+yZIaYbPQSKjDTAsNNlK2l5Gg9g4rz2VzLnZsStvp/3c46GfXpwkyufb3NCyG9+50FF1Vg==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-block-scoped-functions/6.22.0: + /babel-plugin-transform-es2015-block-scoped-functions@6.22.0: resolution: {integrity: sha512-2+ujAT2UMBzYFm7tidUsYh+ZoIutxJ3pN9IYrF1/H6dCKtECfhmB8UkHVpyxDwkj0CYbQG35ykoz925TUnBc3A==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-block-scoping/6.26.0: + /babel-plugin-transform-es2015-block-scoping@6.26.0: resolution: {integrity: sha512-YiN6sFAQ5lML8JjCmr7uerS5Yc/EMbgg9G8ZNmk2E3nYX4ckHR01wrkeeMijEf5WHNK5TW0Sl0Uu3pv3EdOJWw==} dependencies: babel-runtime: 6.26.0 @@ -22919,7 +20177,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-classes/6.24.1: + /babel-plugin-transform-es2015-classes@6.24.1: resolution: {integrity: sha512-5Dy7ZbRinGrNtmWpquZKZ3EGY8sDgIVB4CU8Om8q8tnMLrD/m94cKglVcHps0BCTdZ0TJeeAWOq2TK9MIY6cag==} dependencies: babel-helper-define-map: 6.26.0 @@ -22935,7 +20193,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-computed-properties/6.24.1: + /babel-plugin-transform-es2015-computed-properties@6.24.1: resolution: {integrity: sha512-C/uAv4ktFP/Hmh01gMTvYvICrKze0XVX9f2PdIXuriCSvUmV9j+u+BB9f5fJK3+878yMK6dkdcq+Ymr9mrcLzw==} dependencies: babel-runtime: 6.26.0 @@ -22944,26 +20202,26 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-destructuring/6.23.0: + /babel-plugin-transform-es2015-destructuring@6.23.0: resolution: {integrity: sha512-aNv/GDAW0j/f4Uy1OEPZn1mqD+Nfy9viFGBfQ5bZyT35YqOiqx7/tXdyfZkJ1sC21NyEsBdfDY6PYmLHF4r5iA==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-duplicate-keys/6.24.1: + /babel-plugin-transform-es2015-duplicate-keys@6.24.1: resolution: {integrity: sha512-ossocTuPOssfxO2h+Z3/Ea1Vo1wWx31Uqy9vIiJusOP4TbF7tPs9U0sJ9pX9OJPf4lXRGj5+6Gkl/HHKiAP5ug==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 dev: true - /babel-plugin-transform-es2015-for-of/6.23.0: + /babel-plugin-transform-es2015-for-of@6.23.0: resolution: {integrity: sha512-DLuRwoygCoXx+YfxHLkVx5/NpeSbVwfoTeBykpJK7JhYWlL/O8hgAK/reforUnZDlxasOrVPPJVI/guE3dCwkw==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-function-name/6.24.1: + /babel-plugin-transform-es2015-function-name@6.24.1: resolution: {integrity: sha512-iFp5KIcorf11iBqu/y/a7DK3MN5di3pNCzto61FqCNnUX4qeBwcV1SLqe10oXNnCaxBUImX3SckX2/o1nsrTcg==} dependencies: babel-helper-function-name: 6.24.1 @@ -22973,13 +20231,13 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-literals/6.22.0: + /babel-plugin-transform-es2015-literals@6.22.0: resolution: {integrity: sha512-tjFl0cwMPpDYyoqYA9li1/7mGFit39XiNX5DKC/uCNjBctMxyL1/PT/l4rSlbvBG1pOKI88STRdUsWXB3/Q9hQ==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-modules-amd/6.24.1: + /babel-plugin-transform-es2015-modules-amd@6.24.1: resolution: {integrity: sha512-LnIIdGWIKdw7zwckqx+eGjcS8/cl8D74A3BpJbGjKTFFNJSMrjN4bIh22HY1AlkUbeLG6X6OZj56BDvWD+OeFA==} dependencies: babel-plugin-transform-es2015-modules-commonjs: 6.26.2 @@ -22989,7 +20247,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-modules-commonjs/6.26.2: + /babel-plugin-transform-es2015-modules-commonjs@6.26.2: resolution: {integrity: sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==} dependencies: babel-plugin-transform-strict-mode: 6.24.1 @@ -23000,7 +20258,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-modules-systemjs/6.24.1: + /babel-plugin-transform-es2015-modules-systemjs@6.24.1: resolution: {integrity: sha512-ONFIPsq8y4bls5PPsAWYXH/21Hqv64TBxdje0FvU3MhIV6QM2j5YS7KvAzg/nTIVLot2D2fmFQrFWCbgHlFEjg==} dependencies: babel-helper-hoist-variables: 6.24.1 @@ -23010,7 +20268,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-modules-umd/6.24.1: + /babel-plugin-transform-es2015-modules-umd@6.24.1: resolution: {integrity: sha512-LpVbiT9CLsuAIp3IG0tfbVo81QIhn6pE8xBJ7XSeCtFlMltuar5VuBV6y6Q45tpui9QWcy5i0vLQfCfrnF7Kiw==} dependencies: babel-plugin-transform-es2015-modules-amd: 6.24.1 @@ -23020,7 +20278,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-object-super/6.24.1: + /babel-plugin-transform-es2015-object-super@6.24.1: resolution: {integrity: sha512-8G5hpZMecb53vpD3mjs64NhI1au24TAmokQ4B+TBFBjN9cVoGoOvotdrMMRmHvVZUEvqGUPWL514woru1ChZMA==} dependencies: babel-helper-replace-supers: 6.24.1 @@ -23029,7 +20287,7 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-parameters/6.24.1: + /babel-plugin-transform-es2015-parameters@6.24.1: resolution: {integrity: sha512-8HxlW+BB5HqniD+nLkQ4xSAVq3bR/pcYW9IigY+2y0dI+Y7INFeTbfAQr+63T3E4UDsZGjyb+l9txUnABWxlOQ==} dependencies: babel-helper-call-delegate: 6.24.1 @@ -23042,20 +20300,20 @@ packages: - supports-color dev: true - /babel-plugin-transform-es2015-shorthand-properties/6.24.1: + /babel-plugin-transform-es2015-shorthand-properties@6.24.1: resolution: {integrity: sha512-mDdocSfUVm1/7Jw/FIRNw9vPrBQNePy6wZJlR8HAUBLybNp1w/6lr6zZ2pjMShee65t/ybR5pT8ulkLzD1xwiw==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 dev: true - /babel-plugin-transform-es2015-spread/6.22.0: + /babel-plugin-transform-es2015-spread@6.22.0: resolution: {integrity: sha512-3Ghhi26r4l3d0Js933E5+IhHwk0A1yiutj9gwvzmFbVV0sPMYk2lekhOufHBswX7NCoSeF4Xrl3sCIuSIa+zOg==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-sticky-regex/6.24.1: + /babel-plugin-transform-es2015-sticky-regex@6.24.1: resolution: {integrity: sha512-CYP359ADryTo3pCsH0oxRo/0yn6UsEZLqYohHmvLQdfS9xkf+MbCzE3/Kolw9OYIY4ZMilH25z/5CbQbwDD+lQ==} dependencies: babel-helper-regex: 6.26.0 @@ -23063,19 +20321,19 @@ packages: babel-types: 6.26.0 dev: true - /babel-plugin-transform-es2015-template-literals/6.22.0: + /babel-plugin-transform-es2015-template-literals@6.22.0: resolution: {integrity: sha512-x8b9W0ngnKzDMHimVtTfn5ryimars1ByTqsfBDwAqLibmuuQY6pgBQi5z1ErIsUOWBdw1bW9FSz5RZUojM4apg==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-typeof-symbol/6.23.0: + /babel-plugin-transform-es2015-typeof-symbol@6.23.0: resolution: {integrity: sha512-fz6J2Sf4gYN6gWgRZaoFXmq93X+Li/8vf+fb0sGDVtdeWvxC9y5/bTD7bvfWMEq6zetGEHpWjtzRGSugt5kNqw==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-es2015-unicode-regex/6.24.1: + /babel-plugin-transform-es2015-unicode-regex@6.24.1: resolution: {integrity: sha512-v61Dbbihf5XxnYjtBN04B/JBvsScY37R1cZT5r9permN1cp+b70DY3Ib3fIkgn1DI9U3tGgBJZVD8p/mE/4JbQ==} dependencies: babel-helper-regex: 6.26.0 @@ -23083,7 +20341,7 @@ packages: regexpu-core: 2.0.0 dev: true - /babel-plugin-transform-exponentiation-operator/6.24.1: + /babel-plugin-transform-exponentiation-operator@6.24.1: resolution: {integrity: sha512-LzXDmbMkklvNhprr20//RStKVcT8Cu+SQtX18eMHLhjHf2yFzwtQ0S2f0jQ+89rokoNdmwoSqYzAhq86FxlLSQ==} dependencies: babel-helper-builder-binary-assignment-operator-visitor: 6.24.1 @@ -23093,77 +20351,77 @@ packages: - supports-color dev: true - /babel-plugin-transform-export-extensions/6.22.0: + /babel-plugin-transform-export-extensions@6.22.0: resolution: {integrity: sha512-mtzELzINaYqdVglyZrDDVwkcFRuE7s6QUFWXxwffKAHB/NkfbJ2NJSytugB43ytIC8UVt30Ereyx+7gNyTkDLg==} dependencies: babel-plugin-syntax-export-extensions: 6.13.0 babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-flow-strip-types/6.22.0: + /babel-plugin-transform-flow-strip-types@6.22.0: resolution: {integrity: sha512-TxIM0ZWNw9oYsoTthL3lvAK3+eTujzktoXJg4ubGvICGbVuXVYv5hHv0XXpz8fbqlJaGYY4q5SVzaSmsg3t4Fg==} dependencies: babel-plugin-syntax-flow: 6.18.0 babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-function-bind/6.22.0: + /babel-plugin-transform-function-bind@6.22.0: resolution: {integrity: sha512-9Ec4KYf1GurT39mlUjDSlN7HWSlB3u3mWRMogQbb+Y88lO0ZM3rJ0ADhPnQwWK9TbO6e/4E+Et1rrfGY9mFimA==} dependencies: babel-plugin-syntax-function-bind: 6.13.0 babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-inline-consecutive-adds/0.4.3: + /babel-plugin-transform-inline-consecutive-adds@0.4.3: resolution: {integrity: sha512-8D104wbzzI5RlxeVPYeQb9QsUyepiH1rAO5hpPpQ6NPRgQLpIVwkS/Nbx944pm4K8Z+rx7CgjPsFACz/VCBN0Q==} dev: true - /babel-plugin-transform-member-expression-literals/6.9.4: + /babel-plugin-transform-member-expression-literals@6.9.4: resolution: {integrity: sha512-Xq9/Rarpj+bjOZSl1nBbZYETsNEDDJSrb6Plb1sS3/36FukWFLLRysgecva5KZECjUJTrJoQqjJgtWToaflk5Q==} dev: true - /babel-plugin-transform-merge-sibling-variables/6.9.5: + /babel-plugin-transform-merge-sibling-variables@6.9.5: resolution: {integrity: sha512-xj/KrWi6/uP+DrD844h66Qh2cZN++iugEIgH8QcIxhmZZPNP6VpOE9b4gP2FFW39xDAY43kCmYMM6U0QNKN8fw==} dev: true - /babel-plugin-transform-minify-booleans/6.9.4: + /babel-plugin-transform-minify-booleans@6.9.4: resolution: {integrity: sha512-9pW9ePng6DZpzGPalcrULuhSCcauGAbn8AeU3bE34HcDkGm8Ldt0ysjGkyb64f0K3T5ilV4mriayOVv5fg0ASA==} dev: true - /babel-plugin-transform-object-rest-spread/6.26.0: + /babel-plugin-transform-object-rest-spread@6.26.0: resolution: {integrity: sha512-ocgA9VJvyxwt+qJB0ncxV8kb/CjfTcECUY4tQ5VT7nP6Aohzobm8CDFaQ5FHdvZQzLmf0sgDxB8iRXZXxwZcyA==} dependencies: babel-plugin-syntax-object-rest-spread: 6.13.0 babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-property-literals/6.9.4: + /babel-plugin-transform-property-literals@6.9.4: resolution: {integrity: sha512-Pf8JHTjTPxecqVyL6KSwD/hxGpoTZjiEgV7nCx0KFQsJYM0nuuoCajbg09KRmZWeZbJ5NGTySABYv8b/hY1eEA==} dependencies: esutils: 2.0.3 dev: true - /babel-plugin-transform-react-display-name/6.25.0: + /babel-plugin-transform-react-display-name@6.25.0: resolution: {integrity: sha512-QLYkLiZeeED2PKd4LuXGg5y9fCgPB5ohF8olWUuETE2ryHNRqqnXlEVP7RPuef89+HTfd3syptMGVHeoAu0Wig==} dependencies: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-react-jsx-self/6.22.0: + /babel-plugin-transform-react-jsx-self@6.22.0: resolution: {integrity: sha512-Y3ZHP1nunv0U1+ysTNwLK39pabHj6cPVsfN4TRC7BDBfbgbyF4RifP5kd6LnbuMV9wcfedQMe7hn1fyKc7IzTQ==} dependencies: babel-plugin-syntax-jsx: 6.18.0 babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-react-jsx-source/6.22.0: + /babel-plugin-transform-react-jsx-source@6.22.0: resolution: {integrity: sha512-pcDNDsZ9q/6LJmujQ/OhjeoIlp5Nl546HJ2yiFIJK3mYpgNXhI5/S9mXfVxu5yqWAi7HdI7e/q6a9xtzwL69Vw==} dependencies: babel-plugin-syntax-jsx: 6.18.0 babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-react-jsx/6.24.1: + /babel-plugin-transform-react-jsx@6.24.1: resolution: {integrity: sha512-s+q/Y2u2OgDPHRuod3t6zyLoV8pUHc64i/O7ZNgIOEdYTq+ChPeybcKBi/xk9VI60VriILzFPW+dUxAEbTxh2w==} dependencies: babel-helper-builder-react-jsx: 6.26.0 @@ -23171,50 +20429,50 @@ packages: babel-runtime: 6.26.0 dev: true - /babel-plugin-transform-react-remove-prop-types/0.4.24: + /babel-plugin-transform-react-remove-prop-types@0.4.24: resolution: {integrity: sha512-eqj0hVcJUR57/Ug2zE1Yswsw4LhuqqHhD+8v120T1cl3kjg76QwtyBrdIk4WVwK+lAhBJVYCd/v+4nc4y+8JsA==} dev: true - /babel-plugin-transform-regenerator/6.26.0: + /babel-plugin-transform-regenerator@6.26.0: resolution: {integrity: sha512-LS+dBkUGlNR15/5WHKe/8Neawx663qttS6AGqoOUhICc9d1KciBvtrQSuc0PI+CxQ2Q/S1aKuJ+u64GtLdcEZg==} dependencies: regenerator-transform: 0.10.1 dev: true - /babel-plugin-transform-regexp-constructors/0.4.3: + /babel-plugin-transform-regexp-constructors@0.4.3: resolution: {integrity: sha512-JjymDyEyRNhAoNFp09y/xGwYVYzT2nWTGrBrWaL6eCg2m+B24qH2jR0AA8V8GzKJTgC8NW6joJmc6nabvWBD/g==} dev: true - /babel-plugin-transform-remove-console/6.9.4: + /babel-plugin-transform-remove-console@6.9.4: resolution: {integrity: sha512-88blrUrMX3SPiGkT1GnvVY8E/7A+k6oj3MNvUtTIxJflFzXTw1bHkuJ/y039ouhFMp2prRn5cQGzokViYi1dsg==} dev: true - /babel-plugin-transform-remove-debugger/6.9.4: + /babel-plugin-transform-remove-debugger@6.9.4: resolution: {integrity: sha512-Kd+eTBYlXfwoFzisburVwrngsrz4xh9I0ppoJnU/qlLysxVBRgI4Pj+dk3X8F5tDiehp3hhP8oarRMT9v2Z3lw==} dev: true - /babel-plugin-transform-remove-undefined/0.5.0: + /babel-plugin-transform-remove-undefined@0.5.0: resolution: {integrity: sha512-+M7fJYFaEE/M9CXa0/IRkDbiV3wRELzA1kKQFCJ4ifhrzLKn/9VCCgj9OFmYWwBd8IB48YdgPkHYtbYq+4vtHQ==} dependencies: babel-helper-evaluate-path: 0.5.0 dev: true - /babel-plugin-transform-simplify-comparison-operators/6.9.4: + /babel-plugin-transform-simplify-comparison-operators@6.9.4: resolution: {integrity: sha512-GLInxhGAQWJ9YIdjwF6dAFlmh4U+kN8pL6Big7nkDzHoZcaDQOtBm28atEhQJq6m9GpAovbiGEShKqXv4BSp0A==} dev: true - /babel-plugin-transform-strict-mode/6.24.1: + /babel-plugin-transform-strict-mode@6.24.1: resolution: {integrity: sha512-j3KtSpjyLSJxNoCDrhwiJad8kw0gJ9REGj8/CqL0HeRyLnvUNYV9zcqluL6QJSXh3nfsLEmSLvwRfGzrgR96Pw==} dependencies: babel-runtime: 6.26.0 babel-types: 6.26.0 dev: true - /babel-plugin-transform-undefined-to-void/6.9.4: + /babel-plugin-transform-undefined-to-void@6.9.4: resolution: {integrity: sha512-D2UbwxawEY1xVc9svYAUZQM2xarwSNXue2qDIx6CeV2EuMGaes/0su78zlIDIAgE7BvnMw4UpmSo9fDy+znghg==} dev: true - /babel-polyfill/6.26.0: + /babel-polyfill@6.26.0: resolution: {integrity: sha512-F2rZGQnAdaHWQ8YAoeRbukc7HS9QgdgeyJ0rQDd485v9opwuPvjpPFcOOT/WmkKTdgy9ESgSPXDcTNpzrGr6iQ==} dependencies: babel-runtime: 6.26.0 @@ -23222,70 +20480,70 @@ packages: regenerator-runtime: 0.10.5 dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.18.6: + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.18.6): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.6 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.6 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.18.6 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.6 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.6 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.6 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.6 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.6 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.6 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.6 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.6 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.6 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.6 - dev: false - - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.21.8: + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.18.6) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.18.6) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.18.6) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.18.6) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.18.6) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.18.6) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.18.6) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.18.6) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.18.6) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.18.6) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.18.6) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.18.6) + dev: false + + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.8): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.21.8 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.8 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.8 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.21.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.21.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.8 - dev: true - - /babel-preset-docz/0.13.6: + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8) + dev: true + + /babel-preset-docz@0.13.6: resolution: {integrity: sha512-CTNwxm4s0pl6Tb1i/TMVGQKnovYdJuMKlKAUeXpjnuTevZGm+EbpeWeBSKmM+uPGRrPf4zTZTXMDlxZnA4qu5Q==} deprecated: this package is deprecated dependencies: '@babel/core': 7.2.2 - '@babel/plugin-proposal-class-properties': 7.2.3_@babel+core@7.2.2 - '@babel/plugin-proposal-object-rest-spread': 7.2.0_@babel+core@7.2.2 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.2.2 - '@babel/plugin-transform-destructuring': 7.2.0_@babel+core@7.2.2 - '@babel/plugin-transform-regenerator': 7.0.0_@babel+core@7.2.2 - '@babel/plugin-transform-runtime': 7.2.0_@babel+core@7.2.2 - '@babel/preset-env': 7.2.3_@babel+core@7.2.2 - '@babel/preset-flow': 7.0.0_@babel+core@7.2.2 - '@babel/preset-react': 7.0.0_@babel+core@7.2.2 - '@babel/preset-typescript': 7.1.0_@babel+core@7.2.2 + '@babel/plugin-proposal-class-properties': 7.2.3(@babel/core@7.2.2) + '@babel/plugin-proposal-object-rest-spread': 7.2.0(@babel/core@7.2.2) + '@babel/plugin-syntax-dynamic-import': 7.2.0(@babel/core@7.2.2) + '@babel/plugin-transform-destructuring': 7.2.0(@babel/core@7.2.2) + '@babel/plugin-transform-regenerator': 7.0.0(@babel/core@7.2.2) + '@babel/plugin-transform-runtime': 7.2.0(@babel/core@7.2.2) + '@babel/preset-env': 7.2.3(@babel/core@7.2.2) + '@babel/preset-flow': 7.0.0(@babel/core@7.2.2) + '@babel/preset-react': 7.0.0(@babel/core@7.2.2) + '@babel/preset-typescript': 7.1.0(@babel/core@7.2.2) babel-plugin-macros: 2.8.0 babel-plugin-react-docgen: 2.0.2 - babel-plugin-transform-dynamic-import: 2.1.0_@babel+core@7.2.2 + babel-plugin-transform-dynamic-import: 2.1.0(@babel/core@7.2.2) babel-plugin-transform-react-remove-prop-types: 0.4.24 transitivePeerDependencies: - supports-color dev: true - /babel-preset-env/1.7.0: + /babel-preset-env@1.7.0: resolution: {integrity: sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==} dependencies: babel-plugin-check-es2015-constants: 6.22.0 @@ -23322,96 +20580,60 @@ packages: - supports-color dev: true - /babel-preset-fbjs/3.4.0: - resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.20.7 - '@babel/plugin-syntax-class-properties': 7.12.13 - '@babel/plugin-syntax-flow': 7.21.4 - '@babel/plugin-syntax-jsx': 7.21.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-arrow-functions': 7.21.5 - '@babel/plugin-transform-block-scoped-functions': 7.18.6 - '@babel/plugin-transform-block-scoping': 7.21.0 - '@babel/plugin-transform-classes': 7.21.0 - '@babel/plugin-transform-computed-properties': 7.21.5 - '@babel/plugin-transform-destructuring': 7.21.3 - '@babel/plugin-transform-flow-strip-types': 7.21.0 - '@babel/plugin-transform-for-of': 7.21.5 - '@babel/plugin-transform-function-name': 7.18.9 - '@babel/plugin-transform-literals': 7.18.9 - '@babel/plugin-transform-member-expression-literals': 7.18.6 - '@babel/plugin-transform-modules-commonjs': 7.21.5 - '@babel/plugin-transform-object-super': 7.18.6 - '@babel/plugin-transform-parameters': 7.21.3 - '@babel/plugin-transform-property-literals': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6 - '@babel/plugin-transform-react-jsx': 7.21.5 - '@babel/plugin-transform-shorthand-properties': 7.18.6 - '@babel/plugin-transform-spread': 7.20.7 - '@babel/plugin-transform-template-literals': 7.18.9 - babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 - transitivePeerDependencies: - - supports-color - dev: false - - /babel-preset-fbjs/3.4.0_@babel+core@7.21.8: + /babel-preset-fbjs@3.4.0(@babel/core@7.21.8): resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.21.8 - '@babel/plugin-syntax-flow': 7.21.4_@babel+core@7.21.8 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.21.8 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.8 - '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-for-of': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 - '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.8 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) + '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color - /babel-preset-flow/6.23.0: + /babel-preset-flow@6.23.0: resolution: {integrity: sha512-PQZFJXnM3d80Vq4O67OE6EMVKIw2Vmzy8UXovqulNogCtblWU8rzP7Sm5YgHiCg4uejUxzCkHfNXQ4Z6GI+Dhw==} dependencies: babel-plugin-transform-flow-strip-types: 6.22.0 dev: true - /babel-preset-jest/24.9.0_@babel+core@7.4.5: + /babel-preset-jest@24.9.0(@babel/core@7.4.5): resolution: {integrity: sha512-izTUuhE4TMfTRPF92fFwD2QfdXaZW08qvWTFCI51V8rW5x00UuPgc3ajRoWofXOuxjfcOM5zzSYsQS3H8KGCAg==} engines: {node: '>= 6'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.4.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.5) babel-plugin-jest-hoist: 24.9.0 dev: true - /babel-preset-jest/26.6.2_@babel+core@7.18.6: + /babel-preset-jest@26.6.2(@babel/core@7.18.6): resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==} engines: {node: '>= 10.14.2'} peerDependencies: @@ -23419,10 +20641,10 @@ packages: dependencies: '@babel/core': 7.18.6 babel-plugin-jest-hoist: 26.6.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.18.6 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.18.6) dev: false - /babel-preset-jest/29.5.0_@babel+core@7.21.8: + /babel-preset-jest@29.5.0(@babel/core@7.21.8): resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -23430,10 +20652,10 @@ packages: dependencies: '@babel/core': 7.21.8 babel-plugin-jest-hoist: 29.5.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.8 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8) dev: true - /babel-preset-minify/0.5.2: + /babel-preset-minify@0.5.2: resolution: {integrity: sha512-v4GL+kk0TfovbRIKZnC3HPbu2cAGmPAby7BsOmuPdMJfHV+4FVdsGXTH/OOGQRKYdjemBuL1+MsE6mobobhe9w==} dependencies: babel-plugin-minify-builtins: 0.5.0 @@ -23461,21 +20683,21 @@ packages: lodash: 4.17.21 dev: true - /babel-preset-react-app/9.1.2: + /babel-preset-react-app@9.1.2: resolution: {integrity: sha512-k58RtQOKH21NyKtzptoAvtAODuAJJs3ZhqBMl456/GnXEQ/0La92pNmwgWoMn5pBTrsvk3YYXdY7zpY4e3UIxA==} dependencies: '@babel/core': 7.9.0 - '@babel/plugin-proposal-class-properties': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-decorators': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-numeric-separator': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-proposal-optional-chaining': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-flow-strip-types': 7.9.0_@babel+core@7.9.0 - '@babel/plugin-transform-react-display-name': 7.8.3_@babel+core@7.9.0 - '@babel/plugin-transform-runtime': 7.9.0_@babel+core@7.9.0 - '@babel/preset-env': 7.9.0_@babel+core@7.9.0 - '@babel/preset-react': 7.9.1_@babel+core@7.9.0 - '@babel/preset-typescript': 7.9.0_@babel+core@7.9.0 + '@babel/plugin-proposal-class-properties': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-proposal-decorators': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-proposal-numeric-separator': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-proposal-optional-chaining': 7.9.0(@babel/core@7.9.0) + '@babel/plugin-transform-flow-strip-types': 7.9.0(@babel/core@7.9.0) + '@babel/plugin-transform-react-display-name': 7.8.3(@babel/core@7.9.0) + '@babel/plugin-transform-runtime': 7.9.0(@babel/core@7.9.0) + '@babel/preset-env': 7.9.0(@babel/core@7.9.0) + '@babel/preset-react': 7.9.1(@babel/core@7.9.0) + '@babel/preset-typescript': 7.9.0(@babel/core@7.9.0) '@babel/runtime': 7.9.0 babel-plugin-macros: 2.8.0 babel-plugin-transform-react-remove-prop-types: 0.4.24 @@ -23483,7 +20705,7 @@ packages: - supports-color dev: true - /babel-preset-react/6.24.1: + /babel-preset-react@6.24.1: resolution: {integrity: sha512-phQe3bElbgF887UM0Dhz55d22ob8czTL1kbhZFwpCE6+R/X9kHktfwmx9JZb+bBSVRGphP5tZ9oWhVhlgjrX3Q==} dependencies: babel-plugin-syntax-jsx: 6.18.0 @@ -23494,7 +20716,7 @@ packages: babel-preset-flow: 6.23.0 dev: true - /babel-preset-stage-0/6.24.1: + /babel-preset-stage-0@6.24.1: resolution: {integrity: sha512-MJD+xBbpsApbKlzAX0sOBF+VeFaUmv5s8FSOO7SSZpes1QgphCjq/UIGRFWSmQ/0i5bqQjLGCTXGGXqcLQ9JDA==} dependencies: babel-plugin-transform-do-expressions: 6.22.0 @@ -23504,7 +20726,7 @@ packages: - supports-color dev: true - /babel-preset-stage-1/6.24.1: + /babel-preset-stage-1@6.24.1: resolution: {integrity: sha512-rn+UOcd7BHDniq1SVxv2/AVVSVI1NK+hfS0I/iR6m6KbOi/aeBRcqBilqO73pd9VUpRXF2HFtlDuC9F2BEQqmg==} dependencies: babel-plugin-transform-class-constructor-call: 6.24.1 @@ -23514,7 +20736,7 @@ packages: - supports-color dev: true - /babel-preset-stage-2/6.24.1: + /babel-preset-stage-2@6.24.1: resolution: {integrity: sha512-9F+nquz+37PrlTSBdpeQBKnQfAMNBnryXw+m4qBh35FNbJPfzZz+sjN2G5Uf1CRedU9PH7fJkTbYijxmkLX8Og==} dependencies: babel-plugin-syntax-dynamic-import: 6.18.0 @@ -23525,7 +20747,7 @@ packages: - supports-color dev: true - /babel-preset-stage-3/6.24.1: + /babel-preset-stage-3@6.24.1: resolution: {integrity: sha512-eCbEOF8uN0KypFXJmZXn2sTk7bPV9uM5xov7G/7BM08TbQEObsVs0cEWfy6NQySlfk7JBi/t+XJP1JkruYfthA==} dependencies: babel-plugin-syntax-trailing-function-commas: 6.22.0 @@ -23537,27 +20759,27 @@ packages: - supports-color dev: true - /babel-preset-umi/1.8.4: + /babel-preset-umi@1.8.4: resolution: {integrity: sha512-4IU0WuLZTiw7MstZJMwtjyYIGyOhWNUKcpSz1v5T9X8/ka2WXZ3qlkUe8dEb2kBNGrbOdXRw7u8FBEMtexqbow==} dependencies: '@babel/core': 7.4.5 - '@babel/plugin-proposal-async-generator-functions': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-class-properties': 7.4.4_@babel+core@7.4.5 - '@babel/plugin-proposal-decorators': 7.4.4_@babel+core@7.4.5 - '@babel/plugin-proposal-do-expressions': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-export-default-from': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-export-namespace-from': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-function-bind': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.4.4_@babel+core@7.4.5 - '@babel/plugin-proposal-object-rest-spread': 7.4.4_@babel+core@7.4.5 - '@babel/plugin-proposal-optional-catch-binding': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-optional-chaining': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-proposal-pipeline-operator': 7.3.2_@babel+core@7.4.5 - '@babel/plugin-syntax-dynamic-import': 7.2.0_@babel+core@7.4.5 - '@babel/plugin-transform-destructuring': 7.4.4_@babel+core@7.4.5 - '@babel/plugin-transform-runtime': 7.4.4_@babel+core@7.4.5 - '@babel/preset-env': 7.4.5_@babel+core@7.4.5 - '@babel/preset-react': 7.0.0_@babel+core@7.4.5 + '@babel/plugin-proposal-async-generator-functions': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-class-properties': 7.4.4(@babel/core@7.4.5) + '@babel/plugin-proposal-decorators': 7.4.4(@babel/core@7.4.5) + '@babel/plugin-proposal-do-expressions': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-export-default-from': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-export-namespace-from': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-function-bind': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.4.4(@babel/core@7.4.5) + '@babel/plugin-proposal-object-rest-spread': 7.4.4(@babel/core@7.4.5) + '@babel/plugin-proposal-optional-catch-binding': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-optional-chaining': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-proposal-pipeline-operator': 7.3.2(@babel/core@7.4.5) + '@babel/plugin-syntax-dynamic-import': 7.2.0(@babel/core@7.4.5) + '@babel/plugin-transform-destructuring': 7.4.4(@babel/core@7.4.5) + '@babel/plugin-transform-runtime': 7.4.4(@babel/core@7.4.5) + '@babel/preset-env': 7.4.5(@babel/core@7.4.5) + '@babel/preset-react': 7.0.0(@babel/core@7.4.5) '@babel/runtime': 7.4.5 babel-plugin-macros: 2.6.1 babel-plugin-react-require: 3.0.0 @@ -23566,7 +20788,7 @@ packages: - supports-color dev: true - /babel-register/6.26.0: + /babel-register@6.26.0: resolution: {integrity: sha512-veliHlHX06wjaeY8xNITbveXSiI+ASFnOqvne/LaIJIqOWi2Ogmj91KOugEz/hoh/fwMhXNBJPCv8Xaz5CyM4A==} dependencies: babel-core: 6.26.3 @@ -23580,13 +20802,13 @@ packages: - supports-color dev: true - /babel-runtime/6.26.0: + /babel-runtime@6.26.0: resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==} dependencies: core-js: 2.6.12 regenerator-runtime: 0.11.1 - /babel-template/6.26.0: + /babel-template@6.26.0: resolution: {integrity: sha512-PCOcLFW7/eazGUKIoqH97sO9A2UYMahsn/yRQ7uOk37iutwjq7ODtcTNF+iFDSHNfkctqsLRjLP7URnOx0T1fg==} dependencies: babel-runtime: 6.26.0 @@ -23598,7 +20820,7 @@ packages: - supports-color dev: true - /babel-traverse/6.26.0: + /babel-traverse@6.26.0: resolution: {integrity: sha512-iSxeXx7apsjCHe9c7n8VtRXGzI2Bk1rBSOJgCCjfyXb6v1aCqE1KSEpq/8SXuVN8Ka/Rh1WDTF0MDzkvTA4MIA==} dependencies: babel-code-frame: 6.26.0 @@ -23606,7 +20828,7 @@ packages: babel-runtime: 6.26.0 babel-types: 6.26.0 babylon: 6.18.0 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) globals: 9.18.0 invariant: 2.2.4 lodash: 4.17.21 @@ -23614,7 +20836,7 @@ packages: - supports-color dev: true - /babel-types/6.26.0: + /babel-types@6.26.0: resolution: {integrity: sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==} dependencies: babel-runtime: 6.26.0 @@ -23623,26 +20845,38 @@ packages: to-fast-properties: 1.0.3 dev: true - /babylon/6.18.0: + /babylon@6.18.0: resolution: {integrity: sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==} hasBin: true dev: true - /bail/1.0.5: + /bail@1.0.5: resolution: {integrity: sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==} - /bail/2.0.2: + /bail@2.0.2: resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} dev: false - /balanced-match/1.0.2: + /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - /balanced-match/2.0.0: + /balanced-match@2.0.0: resolution: {integrity: sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==} dev: true - /base/0.11.2: + /base16@1.0.0: + resolution: {integrity: sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==} + dev: false + + /base64-js@0.0.8: + resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==} + engines: {node: '>= 0.4'} + dev: false + + /base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + /base@0.11.2: resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} engines: {node: '>=0.10.0'} dependencies: @@ -23654,50 +20888,38 @@ packages: mixin-deep: 1.3.2 pascalcase: 0.1.1 - /base16/1.0.0: - resolution: {integrity: sha512-pNdYkNPiJUnEhnfXV56+sQy8+AaPcG3POZAUnwr4EeqCUZFz4u2PePbo3e5Gj4ziYPCWGUZT9RHisvJKnwFuBQ==} - dev: false - - /base64-js/0.0.8: - resolution: {integrity: sha512-3XSA2cR/h/73EzlXXdU6YNycmYI7+kicTxks4eJg2g39biHR84slg2+des+p7iHYhbRg/udIS4TD53WabcOUkw==} - engines: {node: '>= 0.4'} - dev: false - - /base64-js/1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - - /basic-auth/2.0.1: + /basic-auth@2.0.1: resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} engines: {node: '>= 0.8'} dependencies: safe-buffer: 5.1.2 dev: true - /batch-processor/1.0.0: + /batch-processor@1.0.0: resolution: {integrity: sha512-xoLQD8gmmR32MeuBHgH0Tzd5PuSZx71ZsbhVxOCRbgktZEPe4SQy7s9Z50uPp0F/f7iw2XmkHN2xkgbMfckMDA==} - /batch/0.6.1: + /batch@0.6.1: resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==} dev: true - /bcp-47-match/2.0.3: + /bcp-47-match@2.0.3: resolution: {integrity: sha512-JtTezzbAibu8G0R9op9zb3vcWZd9JF6M0xOYGPn0fNCd7wOpRB1mU2mH9T8gaBGbAAyIIVgB2G7xG0GP98zMAQ==} dev: false - /bcrypt-pbkdf/1.0.2: + /bcrypt-pbkdf@1.0.2: resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==} dependencies: tweetnacl: 0.14.5 dev: true - /better-path-resolve/1.0.0: + /better-path-resolve@1.0.0: resolution: {integrity: sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g==} engines: {node: '>=4'} dependencies: is-windows: 1.0.2 dev: true - /bfj/6.1.2: + /bfj@6.1.2: resolution: {integrity: sha512-BmBJa4Lip6BPRINSZ0BPEIfB1wUY/9rwbwvIHQA1KjX9om29B6id0wnWXq7m3bn5JrUVjeOTnVuhPT1FiHwPGw==} engines: {node: '>= 6.0.0'} dependencies: @@ -23707,18 +20929,18 @@ packages: tryer: 1.0.1 dev: true - /big.js/3.2.0: + /big.js@3.2.0: resolution: {integrity: sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==} dev: true - /big.js/5.2.2: + /big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} - /bignumber.js/9.1.1: + /bignumber.js@9.1.1: resolution: {integrity: sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig==} dev: false - /bin-links/1.1.8: + /bin-links@1.1.8: resolution: {integrity: sha512-KgmVfx+QqggqP9dA3iIc5pA4T1qEEEL+hOhOhNPaUm77OTrJoOXE/C05SJLNJe6m/2wUK7F1tDSou7n5TfCDzQ==} dependencies: bluebird: 3.7.2 @@ -23730,59 +20952,59 @@ packages: write-file-atomic: 2.4.3 dev: true - /binary-extensions/1.13.1: + /binary-extensions@1.13.1: resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} engines: {node: '>=0.10.0'} dev: true - /binary-extensions/2.2.0: + /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} - /binaryextensions/2.3.0: + /binaryextensions@2.3.0: resolution: {integrity: sha512-nAihlQsYGyc5Bwq6+EsubvANYGExeJKHDO3RjnvwU042fawQTQfM3Kxn7IHUXQOz4bzfwsGYYHGSvXyW4zOGLg==} engines: {node: '>=0.8'} - /bindings/1.5.0: + /bindings@1.5.0: resolution: {integrity: sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==} dependencies: file-uri-to-path: 1.0.0 dev: true optional: true - /bl/1.2.3: + /bl@1.2.3: resolution: {integrity: sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==} dependencies: readable-stream: 2.3.8 safe-buffer: 5.2.1 - /bl/4.1.0: + /bl@4.1.0: resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.2 - /black-hole-stream/0.0.1: + /black-hole-stream@0.0.1: resolution: {integrity: sha512-FQSWhFQZmddoqWkwPMFeR5hJo9waZE796MuO7b0poStaPrm0Qr2em9FT4/TF1+0rOA1dRFabX+88rdX8YHxDTA==} dev: false - /bluebird/3.7.2: + /bluebird@3.7.2: resolution: {integrity: sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==} - /bn.js/4.12.0: + /bn.js@4.12.0: resolution: {integrity: sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==} - /bn.js/5.2.1: + /bn.js@5.2.1: resolution: {integrity: sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==} - /body-parser/1.20.1: + /body-parser@1.20.1(supports-color@6.1.0): resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} dependencies: bytes: 3.1.2 content-type: 1.0.5 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) depd: 2.0.0 destroy: 1.2.0 http-errors: 2.0.0 @@ -23796,27 +21018,7 @@ packages: - supports-color dev: true - /body-parser/1.20.1_supports-color@6.1.0: - resolution: {integrity: sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - dependencies: - bytes: 3.1.2 - content-type: 1.0.5 - debug: 2.6.9_supports-color@6.1.0 - depd: 2.0.0 - destroy: 1.2.0 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - on-finished: 2.4.1 - qs: 6.11.0 - raw-body: 2.5.1 - type-is: 1.6.18 - unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color - dev: true - - /bonjour/3.5.0: + /bonjour@3.5.0: resolution: {integrity: sha512-RaVTblr+OnEli0r/ud8InrU7D+G0y6aJhlxaLa6Pwty4+xoxboF1BsUI45tujvRpbj9dQVoglChqonGAsjEBYg==} dependencies: array-flatten: 2.1.2 @@ -23827,10 +21029,10 @@ packages: multicast-dns-service-types: 1.1.0 dev: true - /boolbase/1.0.0: + /boolbase@1.0.0: resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} - /boxen/1.3.0: + /boxen@1.3.0: resolution: {integrity: sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==} engines: {node: '>=4'} dependencies: @@ -23842,7 +21044,7 @@ packages: term-size: 1.2.0 widest-line: 2.0.1 - /boxen/3.2.0: + /boxen@3.2.0: resolution: {integrity: sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==} engines: {node: '>=6'} dependencies: @@ -23856,7 +21058,7 @@ packages: widest-line: 2.0.1 dev: true - /boxen/4.2.0: + /boxen@4.2.0: resolution: {integrity: sha512-eB4uT9RGzg2odpER62bBwSLvUeGC+WbRjjyyFhGsKnc8wp/m0+hQsMUvUe3H2V0D5vw0nBdO1hCJoZo5mKeuIQ==} engines: {node: '>=8'} dependencies: @@ -23870,19 +21072,19 @@ packages: widest-line: 3.1.0 dev: true - /brace-expansion/1.1.11: + /brace-expansion@1.1.11: resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - /brace-expansion/2.0.1: + /brace-expansion@2.0.1: resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} dependencies: balanced-match: 1.0.2 dev: false - /braces/2.3.2: + /braces@2.3.2(supports-color@6.1.0): resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} engines: {node: '>=0.10.0'} dependencies: @@ -23892,60 +21094,42 @@ packages: fill-range: 4.0.0 isobject: 3.0.1 repeat-element: 1.1.4 - snapdragon: 0.8.2 + snapdragon: 0.8.2(supports-color@6.1.0) snapdragon-node: 2.1.1 split-string: 3.1.0 to-regex: 3.0.2 transitivePeerDependencies: - supports-color - /braces/2.3.2_supports-color@6.1.0: - resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} - engines: {node: '>=0.10.0'} - dependencies: - arr-flatten: 1.1.0 - array-unique: 0.3.2 - extend-shallow: 2.0.1 - fill-range: 4.0.0 - isobject: 3.0.1 - repeat-element: 1.1.4 - snapdragon: 0.8.2_supports-color@6.1.0 - snapdragon-node: 2.1.1 - split-string: 3.1.0 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - - /braces/3.0.2: + /braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} dependencies: fill-range: 7.0.1 - /breakword/1.0.5: + /breakword@1.0.5: resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} dependencies: wcwidth: 1.0.1 dev: true - /brorand/1.1.0: + /brorand@1.1.0: resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} - /browser-process-hrtime/1.0.0: + /browser-process-hrtime@1.0.0: resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} - /browser-resolve/1.11.3: + /browser-resolve@1.11.3: resolution: {integrity: sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==} dependencies: resolve: 1.1.7 dev: true - /browser-stdout/1.3.1: + /browser-stdout@1.3.1: resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} dev: true - /browserify-aes/1.2.0: + /browserify-aes@1.2.0: resolution: {integrity: sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==} dependencies: buffer-xor: 1.0.3 @@ -23955,14 +21139,14 @@ packages: inherits: 2.0.4 safe-buffer: 5.2.1 - /browserify-cipher/1.0.1: + /browserify-cipher@1.0.1: resolution: {integrity: sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==} dependencies: browserify-aes: 1.2.0 browserify-des: 1.0.2 evp_bytestokey: 1.0.3 - /browserify-des/1.0.2: + /browserify-des@1.0.2: resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} dependencies: cipher-base: 1.0.4 @@ -23970,13 +21154,13 @@ packages: inherits: 2.0.4 safe-buffer: 5.2.1 - /browserify-rsa/4.1.0: + /browserify-rsa@4.1.0: resolution: {integrity: sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==} dependencies: bn.js: 5.2.1 randombytes: 2.1.0 - /browserify-sign/4.2.1: + /browserify-sign@4.2.1: resolution: {integrity: sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg==} dependencies: bn.js: 5.2.1 @@ -23989,12 +21173,12 @@ packages: readable-stream: 3.6.2 safe-buffer: 5.2.1 - /browserify-zlib/0.2.0: + /browserify-zlib@0.2.0: resolution: {integrity: sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==} dependencies: pako: 1.0.11 - /browserslist/3.2.8: + /browserslist@3.2.8: resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} hasBin: true dependencies: @@ -24002,7 +21186,7 @@ packages: electron-to-chromium: 1.4.385 dev: true - /browserslist/4.21.5: + /browserslist@4.21.5: resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true @@ -24010,9 +21194,9 @@ packages: caniuse-lite: 1.0.30001485 electron-to-chromium: 1.4.385 node-releases: 2.0.10 - update-browserslist-db: 1.0.11_browserslist@4.21.5 + update-browserslist-db: 1.0.11(browserslist@4.21.5) - /browserslist/4.4.1: + /browserslist@4.4.1: resolution: {integrity: sha512-pEBxEXg7JwaakBXjATYw/D1YZh4QUSCX/Mnd/wnqSRPPSi1U39iDhDoKGoBUcraKdxDlrYqJxSI5nNvD+dWP2A==} hasBin: true dependencies: @@ -24021,7 +21205,7 @@ packages: node-releases: 1.1.77 dev: true - /browserslist/4.7.0: + /browserslist@4.7.0: resolution: {integrity: sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==} hasBin: true dependencies: @@ -24030,18 +21214,18 @@ packages: node-releases: 1.1.77 dev: true - /bser/2.1.1: + /bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: node-int64: 0.4.0 - /buble/0.19.8: + /buble@0.19.8: resolution: {integrity: sha512-IoGZzrUTY5fKXVkgGHw3QeXFMUNBFv+9l8a4QJKG1JhG3nCMHTdEX1DCOg8568E2Q9qvAQIiSokv6Jsgx8p2cA==} hasBin: true dependencies: acorn: 6.4.2 - acorn-dynamic-import: 4.0.0_acorn@6.4.2 - acorn-jsx: 5.3.2_acorn@6.4.2 + acorn-dynamic-import: 4.0.0(acorn@6.4.2) + acorn-jsx: 5.3.2(acorn@6.4.2) chalk: 2.4.2 magic-string: 0.25.9 minimist: 1.2.8 @@ -24049,76 +21233,76 @@ packages: regexpu-core: 4.8.0 dev: true - /buffer-alloc-unsafe/1.1.0: + /buffer-alloc-unsafe@1.1.0: resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} - /buffer-alloc/1.2.0: + /buffer-alloc@1.2.0: resolution: {integrity: sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==} dependencies: buffer-alloc-unsafe: 1.1.0 buffer-fill: 1.0.0 - /buffer-browserify/0.2.5: + /buffer-browserify@0.2.5: resolution: {integrity: sha512-3ko6TTBwXb15w2OgZuyAzLJwUFClBMvcKcmhF+iQ79G71K8Fc3RqKzroCN0a0DbZw2GM3q9lNoqfYYCTq6w7QA==} deprecated: Package not maintained. Recent browserify uses https://github.com/feross/buffer dependencies: base64-js: 0.0.8 dev: false - /buffer-equal/1.0.1: + /buffer-equal@1.0.1: resolution: {integrity: sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==} engines: {node: '>=0.4'} dev: true - /buffer-fill/1.0.0: + /buffer-fill@1.0.0: resolution: {integrity: sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==} - /buffer-from/1.1.2: + /buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - /buffer-indexof/1.1.1: + /buffer-indexof@1.1.1: resolution: {integrity: sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==} dev: true - /buffer-json/2.0.0: + /buffer-json@2.0.0: resolution: {integrity: sha512-+jjPFVqyfF1esi9fvfUs3NqM0pH1ziZ36VP4hmA/y/Ssfo/5w5xHKfTw9BwQjoJ1w/oVtpLomqwUHKdefGyuHw==} dev: true - /buffer-xor/1.0.3: + /buffer-xor@1.0.3: resolution: {integrity: sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==} - /buffer/4.9.2: + /buffer@4.9.2: resolution: {integrity: sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 isarray: 1.0.0 - /buffer/5.7.1: + /buffer@5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - /buffer/6.0.3: + /buffer@6.0.3: resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} dependencies: base64-js: 1.5.1 ieee754: 1.2.1 dev: false - /builtin-modules/3.3.0: + /builtin-modules@3.3.0: resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} engines: {node: '>=6'} dev: true - /builtin-status-codes/3.0.0: + /builtin-status-codes@3.0.0: resolution: {integrity: sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==} - /builtins/1.0.3: + /builtins@1.0.3: resolution: {integrity: sha512-uYBjakWipfaO/bXI7E8rq6kpwHRZK5cNYrUv2OzZSI/FvmdMyXJ2tG9dKcjEC5YHmHpUAwsargWIZNWdxb/bnQ==} - /busboy/0.2.14: + /busboy@0.2.14: resolution: {integrity: sha512-InWFDomvlkEj+xWLBfU3AvnbVYqeTWmQopiW0tWWEy5yehYm2YkGEc59sUmw/4ty5Zj/b0WHGs1LgecuBSBGrg==} engines: {node: '>=0.8.0'} dependencies: @@ -24126,35 +21310,35 @@ packages: readable-stream: 1.1.14 dev: false - /byline/5.0.0: + /byline@5.0.0: resolution: {integrity: sha512-s6webAy+R4SR8XVuJWt2V2rGvhnrhxN+9S15GNuTK3wKPOXFF6RNc+8ug2XhH+2s4f+uudG4kUVYmYOQWL2g0Q==} engines: {node: '>=0.10.0'} dev: true - /byte/2.0.0: + /byte@2.0.0: resolution: {integrity: sha512-rNiK8YxOMvquToaBubKxA10sjRIZ/taDqtc/1jLQA4X7aNDlA1XGx4Ciml3YxL8DskFz1XX3WFskSp0peKYSKg==} engines: {node: '>= 8.0.0'} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) long: 4.0.0 utility: 1.18.0 transitivePeerDependencies: - supports-color dev: false - /bytes/2.2.0: + /bytes@2.2.0: resolution: {integrity: sha512-zGRpnr2l5w/s8PxkrquUJoVeR06KvqPelrYqiSyQV7QEBqCYivpb6UzXYWC6JDBVtNFOT0rzJRFhkfJgxzmILA==} dev: false - /bytes/3.0.0: + /bytes@3.0.0: resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} - /bytes/3.1.2: + /bytes@3.1.2: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - /c8/7.13.0: + /c8@7.13.0: resolution: {integrity: sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==} engines: {node: '>=10.12.0'} hasBin: true @@ -24173,7 +21357,7 @@ packages: yargs-parser: 20.2.9 dev: true - /cacache/10.0.4: + /cacache@10.0.4: resolution: {integrity: sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA==} dependencies: bluebird: 3.7.2 @@ -24184,13 +21368,13 @@ packages: mississippi: 2.0.0 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1(bluebird@3.7.2) rimraf: 2.7.1 ssri: 5.3.0 unique-filename: 1.1.1 y18n: 4.0.3 - /cacache/11.3.3: + /cacache@11.3.3: resolution: {integrity: sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==} dependencies: bluebird: 3.7.2 @@ -24202,14 +21386,14 @@ packages: mississippi: 3.0.0 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1(bluebird@3.7.2) rimraf: 2.7.1 ssri: 6.0.2 unique-filename: 1.1.1 y18n: 4.0.3 dev: true - /cacache/12.0.4: + /cacache@12.0.4: resolution: {integrity: sha512-a0tMB40oefvuInr4Cwb3GerbL9xTj1D5yg0T5xrjGCGyfvbxseIXX7BAO/u/hIXdafzOI5JC3wDwHyf24buOAQ==} dependencies: bluebird: 3.7.2 @@ -24222,14 +21406,14 @@ packages: mississippi: 3.0.0 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1_bluebird@3.7.2 + promise-inflight: 1.0.1(bluebird@3.7.2) rimraf: 2.7.1 ssri: 6.0.2 unique-filename: 1.1.1 y18n: 4.0.3 dev: true - /cacache/13.0.1: + /cacache@13.0.1: resolution: {integrity: sha512-5ZvAxd05HDDU+y9BVvcqYu2LLXmPnQ0hW62h32g4xBTgL/MppR4/04NHfj/ycM2y6lmTnbw6HVi+1eN0Psba6w==} engines: {node: '>= 8'} dependencies: @@ -24247,7 +21431,7 @@ packages: mkdirp: 0.5.6 move-concurrently: 1.0.1 p-map: 3.0.0 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1(bluebird@3.7.2) rimraf: 2.7.1 ssri: 7.1.1 unique-filename: 1.1.1 @@ -24255,7 +21439,7 @@ packages: - bluebird dev: true - /cacache/9.3.0: + /cacache@9.3.0: resolution: {integrity: sha512-Vbi8J1XfC8v+FbQ6QkOtKXsHpPnB0i9uMeYFJoj40EbdOsEqWB3DPpNjfsnYBkqOPYA8UvrqH6FZPpBP0zdN7g==} dependencies: bluebird: 3.7.2 @@ -24266,13 +21450,13 @@ packages: mississippi: 1.3.1 mkdirp: 0.5.6 move-concurrently: 1.0.1 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1(bluebird@3.7.2) rimraf: 2.7.1 ssri: 4.1.6 unique-filename: 1.1.1 y18n: 3.2.2 - /cache-base/1.0.1: + /cache-base@1.0.1: resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} engines: {node: '>=0.10.0'} dependencies: @@ -24286,7 +21470,7 @@ packages: union-value: 1.0.1 unset-value: 1.0.0 - /cache-content-type/1.0.1: + /cache-content-type@1.0.1: resolution: {integrity: sha512-IKufZ1o4Ut42YUrZSo8+qnMTrFuKkvyoLXUywKz9GJ5BrhOFGhLdkx9sG4KAnVvbY6kEcSFjLQul+DVmBm2bgA==} engines: {node: '>= 6.0.0'} dependencies: @@ -24294,7 +21478,7 @@ packages: ylru: 1.3.2 dev: false - /cache-loader/2.0.1_webpack@4.46.0: + /cache-loader@2.0.1(webpack@4.46.0): resolution: {integrity: sha512-V99T3FOynmGx26Zom+JrVBytLBsmUCzVG2/4NnUKgvXN4bEV42R1ERl1IyiH/cvFIDA1Ytq2lPZ9tXDSahcQpQ==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -24305,10 +21489,10 @@ packages: neo-async: 2.6.2 normalize-path: 3.0.0 schema-utils: 1.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /cache-loader/3.0.1_webpack@4.46.0: + /cache-loader@3.0.1(webpack@4.46.0): resolution: {integrity: sha512-HzJIvGiGqYsFUrMjAJNDbVZoG7qQA+vy9AIoKs7s9DscNfki0I589mf2w6/tW+kkFH3zyiknoWV5Jdynu6b/zw==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -24320,10 +21504,10 @@ packages: mkdirp: 0.5.6 neo-async: 2.6.2 schema-utils: 1.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /cacheable-request/6.1.0: + /cacheable-request@6.1.0: resolution: {integrity: sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==} engines: {node: '>=8'} dependencies: @@ -24336,7 +21520,7 @@ packages: responselike: 1.0.2 dev: true - /caching-transform/3.0.2: + /caching-transform@3.0.2: resolution: {integrity: sha512-Mtgcv3lh3U0zRii/6qVgQODdPA4G3zhG+jtbCWj39RXuUFTMzH0vcdMtaJS1jPowd+It2Pqr6y3NJMQqOqCE2w==} engines: {node: '>=6'} dependencies: @@ -24346,13 +21530,13 @@ packages: write-file-atomic: 2.4.3 dev: true - /call-bind/1.0.2: + /call-bind@1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 get-intrinsic: 1.2.0 - /call-matcher/1.1.0: + /call-matcher@1.1.0: resolution: {integrity: sha512-IoQLeNwwf9KTNbtSA7aEBb1yfDbdnzwjCetjkC8io5oGeOmK2CBNdg0xr+tadRYKO0p7uQyZzvon0kXlZbvGrw==} dependencies: core-js: 2.6.12 @@ -24361,52 +21545,52 @@ packages: estraverse: 4.3.0 dev: true - /call-me-maybe/1.0.2: + /call-me-maybe@1.0.2: resolution: {integrity: sha512-HpX65o1Hnr9HH25ojC1YGs7HCQLq0GCOibSaWER0eNpgJ/Z1MZv2mTc7+xh6WOPxbRVcmgbv4hGU+uSQ/2xFZQ==} dev: true - /call-signature/0.0.2: + /call-signature@0.0.2: resolution: {integrity: sha512-qvYvkAVcoae0obt8OsZn0VEBHeEpvYIZDy1gGYtZDJG0fHawew+Mi0dBjieFz8F8dzQ2Kr19+nsDm+T5XFVs+Q==} engines: {node: '>=0.10.0'} dev: true - /caller-callsite/2.0.0: + /caller-callsite@2.0.0: resolution: {integrity: sha512-JuG3qI4QOftFsZyOn1qq87fq5grLIyk1JYd5lJmdA+fG7aQ9pA/i3JIJGcO3q0MrRcHlOt1U+ZeHW8Dq9axALQ==} engines: {node: '>=4'} dependencies: callsites: 2.0.0 - /caller-path/2.0.0: + /caller-path@2.0.0: resolution: {integrity: sha512-MCL3sf6nCSXOwCTzvPKhN18TU7AHTvdtam8DAogxcrJ8Rjfbbg7Lgng64H9Iy+vUV6VGFClN/TyxBkAebLRR4A==} engines: {node: '>=4'} dependencies: caller-callsite: 2.0.0 - /callsites/2.0.0: + /callsites@2.0.0: resolution: {integrity: sha512-ksWePWBloaWPxJYQ8TL0JHvtci6G5QTKwQ95RcWAa/lzoAKuAOflGdAK92hpHXjkwb8zLxoLNUoNYZgVsaJzvQ==} engines: {node: '>=4'} - /callsites/3.1.0: + /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - /camel-case/3.0.0: + /camel-case@3.0.0: resolution: {integrity: sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==} dependencies: no-case: 2.3.2 upper-case: 1.1.3 - /camel-case/4.1.2: + /camel-case@4.1.2: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 tslib: 2.5.0 - /camelcase-css/2.0.1: + /camelcase-css@2.0.1: resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} engines: {node: '>= 6'} - /camelcase-keys/4.2.0: + /camelcase-keys@4.2.0: resolution: {integrity: sha512-Ej37YKYbFUI8QiYlvj9YHb6/Z60dZyPJW0Cs8sFilMbd2lP0bw3ylAq9yJkK4lcTA2dID5fG8LjmJYbO7kWb7Q==} engines: {node: '>=4'} dependencies: @@ -24415,7 +21599,7 @@ packages: quick-lru: 1.1.0 dev: true - /camelcase-keys/6.2.2: + /camelcase-keys@6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} dependencies: @@ -24424,36 +21608,36 @@ packages: quick-lru: 4.0.1 dev: true - /camelcase/1.2.1: + /camelcase@1.2.1: resolution: {integrity: sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==} engines: {node: '>=0.10.0'} - /camelcase/3.0.0: + /camelcase@3.0.0: resolution: {integrity: sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==} engines: {node: '>=0.10.0'} dev: true - /camelcase/4.1.0: + /camelcase@4.1.0: resolution: {integrity: sha512-FxAv7HpHrXbh3aPo4o2qxHay2lkLY3x5Mw3KeE4KQE8ysVfziWeRZDwcjauvwBSGEC/nXUPzZy8zeh4HokqOnw==} engines: {node: '>=4'} - /camelcase/5.3.1: + /camelcase@5.3.1: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - /camelcase/6.3.0: + /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} - /camelize/1.0.1: + /camelize@1.0.1: resolution: {integrity: sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==} dev: true - /can-use-dom/0.1.0: + /can-use-dom@0.1.0: resolution: {integrity: sha512-ceOhN1DL7Y4O6M0j9ICgmTYziV89WMd96SvSl0REd8PMgrY0B/WBOPoed5S1KUmJqXgUXh8gzSe6E3ae27upsQ==} dev: true - /caniuse-api/3.0.0: + /caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.21.5 @@ -24462,47 +21646,47 @@ packages: lodash.uniq: 4.5.0 dev: true - /caniuse-lite/1.0.30001485: + /caniuse-lite@1.0.30001485: resolution: {integrity: sha512-8aUpZ7sjhlOyiNsg+pgcrTTPUXKh+rg544QYHSvQErljVEKJzvkYkCR/hUFeeVoEfTToUtY9cUKNRC7+c45YkA==} - /capitalize/2.0.4: + /capitalize@2.0.4: resolution: {integrity: sha512-wcSyiFqXRYyCoqu0o0ekXzJAKCLMkqWS5QWGlgTJFJKwRmI6pzcN2hBl5VPq9RzLW5Uf4FF/V/lcFfjCtVak2w==} dev: true - /capture-exit/2.0.0: + /capture-exit@2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} engines: {node: 6.* || 8.* || >= 10.*} dependencies: rsvp: 4.8.5 - /capture-stack-trace/1.0.2: + /capture-stack-trace@1.0.2: resolution: {integrity: sha512-X/WM2UQs6VMHUtjUDnZTRI+i1crWteJySFzr9UpGoQa4WQffXVTTXuekjl7TjZRlcF2XfjgITT0HxZ9RnxeT0w==} engines: {node: '>=0.10.0'} - /case-sensitive-paths-webpack-plugin/2.4.0: + /case-sensitive-paths-webpack-plugin@2.4.0: resolution: {integrity: sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==} engines: {node: '>=4'} dev: true - /caseless/0.12.0: + /caseless@0.12.0: resolution: {integrity: sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==} dev: true - /ccount/1.1.0: + /ccount@1.1.0: resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==} - /ccount/2.0.1: + /ccount@2.0.1: resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} dev: false - /center-align/0.1.3: + /center-align@0.1.3: resolution: {integrity: sha512-Baz3aNe2gd2LP2qk5U+sDk/m4oSuwSDcBfayTCTBoWpfIGO5XFxPmjILQII4NGiZjD6DoDI6kf7gKaxkf7s3VQ==} engines: {node: '>=0.10.0'} dependencies: align-text: 0.1.4 lazy-cache: 1.0.4 - /cfb/1.2.2: + /cfb@1.2.2: resolution: {integrity: sha512-KfdUZsSOw19/ObEWasvBP/Ac4reZvAGauZhs6S/gqNhXhI7cKwvlH7ulj+dOEYnca4bm4SGo8C1bTAQvnTjgQA==} engines: {node: '>=0.8'} dependencies: @@ -24510,13 +21694,13 @@ packages: crc-32: 1.2.2 dev: false - /cfork/1.9.0: + /cfork@1.9.0: resolution: {integrity: sha512-V5G0MNYzrojQFZHf7ah65hybFbdBRDWUZq3YobzRCXnfQhqUwj9VJ2JDVRCDy6+3+nVXdgYHxW7U+ytKjBEoNA==} engines: {node: '>= 0.12.0'} dependencies: utility: 1.18.0 - /chalk/1.1.3: + /chalk@1.1.3: resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} engines: {node: '>=0.10.0'} dependencies: @@ -24526,7 +21710,7 @@ packages: strip-ansi: 3.0.1 supports-color: 2.0.0 - /chalk/2.4.1: + /chalk@2.4.1: resolution: {integrity: sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==} engines: {node: '>=4'} dependencies: @@ -24535,7 +21719,7 @@ packages: supports-color: 5.5.0 dev: true - /chalk/2.4.2: + /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} dependencies: @@ -24543,7 +21727,7 @@ packages: escape-string-regexp: 1.0.5 supports-color: 5.5.0 - /chalk/3.0.0: + /chalk@3.0.0: resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==} engines: {node: '>=8'} dependencies: @@ -24551,18 +21735,18 @@ packages: supports-color: 7.2.0 dev: true - /chalk/4.1.2: + /chalk@4.1.2: resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} engines: {node: '>=10'} dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chan/0.6.1: + /chan@0.6.1: resolution: {integrity: sha512-/TdBP2UhbBmw7qnqkzo9Mk4rzvwRv4dlNPXFerqWy90T8oBspKagJNZxrDbExKHhx9uXXHjo3f9mHgs9iKO3nQ==} dev: false - /change-case/3.1.0: + /change-case@3.1.0: resolution: {integrity: sha512-2AZp7uJZbYEzRPsFoa+ijKdvp9zsrnnt6+yFokfwEpeJm0xuJDVoxiRCAaTzyJND8GJkofo2IcKWaUZ/OECVzw==} dependencies: camel-case: 3.0.0 @@ -24584,42 +21768,42 @@ packages: upper-case: 1.1.3 upper-case-first: 1.1.2 - /char-regex/1.0.2: + /char-regex@1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} - /character-entities-html4/1.1.4: + /character-entities-html4@1.1.4: resolution: {integrity: sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==} - /character-entities-legacy/1.1.4: + /character-entities-legacy@1.1.4: resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} - /character-entities-legacy/3.0.0: + /character-entities-legacy@3.0.0: resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} dev: false - /character-entities/1.2.4: + /character-entities@1.2.4: resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} - /character-entities/2.0.2: + /character-entities@2.0.2: resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} dev: false - /character-reference-invalid/1.1.4: + /character-reference-invalid@1.1.4: resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} - /character-reference-invalid/2.0.1: + /character-reference-invalid@2.0.1: resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} dev: false - /chardet/0.7.0: + /chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - /check-types/8.0.3: + /check-types@8.0.3: resolution: {integrity: sha512-YpeKZngUmG65rLudJ4taU7VLkOCTMhNl/u4ctNC56LQS/zJTyNH0Lrtwm1tfTsbLlwvlfsA2d1c8vCf/Kh2KwQ==} dev: true - /cheerio-select/2.1.0: + /cheerio-select@2.1.0: resolution: {integrity: sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==} dependencies: boolbase: 1.0.0 @@ -24630,7 +21814,7 @@ packages: domutils: 3.1.0 dev: true - /cheerio/1.0.0-rc.12: + /cheerio@1.0.0-rc.12: resolution: {integrity: sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==} engines: {node: '>= 6'} dependencies: @@ -24643,41 +21827,20 @@ packages: parse5-htmlparser2-tree-adapter: 7.0.0 dev: true - /chokidar/2.1.8: - resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} - deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies - dependencies: - anymatch: 2.0.0 - async-each: 1.0.6 - braces: 2.3.2 - glob-parent: 3.1.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 - is-glob: 4.0.3 - normalize-path: 3.0.0 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - upath: 1.2.0 - optionalDependencies: - fsevents: 1.2.13 - transitivePeerDependencies: - - supports-color - dev: true - - /chokidar/2.1.8_supports-color@6.1.0: + /chokidar@2.1.8(supports-color@6.1.0): resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies dependencies: - anymatch: 2.0.0_supports-color@6.1.0 + anymatch: 2.0.0(supports-color@6.1.0) async-each: 1.0.6 - braces: 2.3.2_supports-color@6.1.0 + braces: 2.3.2(supports-color@6.1.0) glob-parent: 3.1.0 inherits: 2.0.4 is-binary-path: 1.0.1 is-glob: 4.0.3 normalize-path: 3.0.0 path-is-absolute: 1.0.1 - readdirp: 2.2.1_supports-color@6.1.0 + readdirp: 2.2.1(supports-color@6.1.0) upath: 1.2.0 optionalDependencies: fsevents: 1.2.13 @@ -24685,7 +21848,7 @@ packages: - supports-color dev: true - /chokidar/3.5.1: + /chokidar@3.5.1: resolution: {integrity: sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==} engines: {node: '>= 8.10.0'} dependencies: @@ -24699,7 +21862,7 @@ packages: optionalDependencies: fsevents: 2.3.2 - /chokidar/3.5.3: + /chokidar@3.5.3: resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} engines: {node: '>= 8.10.0'} dependencies: @@ -24713,45 +21876,45 @@ packages: optionalDependencies: fsevents: 2.3.2 - /chownr/1.1.4: + /chownr@1.1.4: resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} - /chrome-trace-event/1.0.3: + /chrome-trace-event@1.0.3: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} - /ci-info/1.6.0: + /ci-info@1.6.0: resolution: {integrity: sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==} - /ci-info/2.0.0: + /ci-info@2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} - /ci-info/3.8.0: + /ci-info@3.8.0: resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} engines: {node: '>=8'} - /cipher-base/1.0.4: + /cipher-base@1.0.4: resolution: {integrity: sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==} dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 - /circular-json-for-egg/1.0.0: + /circular-json-for-egg@1.0.0: resolution: {integrity: sha512-BzMR1dg0+YqcFoMETHq0gFeQNNKliXI1Oe+C0nx/4npLaohsR7/Oj3UFht65MLwF7zs6x13gOr+f4+JeYni6vw==} - /cjs-module-lexer/0.6.0: + /cjs-module-lexer@0.6.0: resolution: {integrity: sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==} dev: false - /cjs-module-lexer/1.2.2: + /cjs-module-lexer@1.2.2: resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} dev: true - /clamp/1.0.1: + /clamp@1.0.1: resolution: {integrity: sha512-kgMuFyE78OC6Dyu3Dy7vcx4uy97EIbVxJB/B0eJ3bUNAkwdNcxYzgKltnyADiYwsR7SEqkkUPsEUT//OVS6XMA==} dev: false - /class-utils/0.3.6: + /class-utils@0.3.6: resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} engines: {node: '>=0.10.0'} dependencies: @@ -24760,58 +21923,58 @@ packages: isobject: 3.0.1 static-extend: 0.1.2 - /classnames/2.3.2: + /classnames@2.3.2: resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} - /clean-css/4.2.4: + /clean-css@4.2.4: resolution: {integrity: sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==} engines: {node: '>= 4.0'} dependencies: source-map: 0.6.1 dev: true - /clean-regexp/1.0.0: + /clean-regexp@1.0.0: resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} engines: {node: '>=4'} dependencies: escape-string-regexp: 1.0.5 dev: true - /clean-stack/2.2.0: + /clean-stack@2.2.0: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} dev: true - /cli-boxes/1.0.0: + /cli-boxes@1.0.0: resolution: {integrity: sha512-3Fo5wu8Ytle8q9iCzS4D2MWVL2X7JVWRiS1BnXbTFDhS9c/REkM9vd1AmabsoZoY5/dGi5TT9iKL8Kb6DeBRQg==} engines: {node: '>=0.10.0'} - /cli-boxes/2.2.1: + /cli-boxes@2.2.1: resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} engines: {node: '>=6'} dev: true - /cli-cursor/2.1.0: + /cli-cursor@2.1.0: resolution: {integrity: sha512-8lgKz8LmCRYZZQDpRyT2m5rKJ08TnU4tR9FFFW2rxpxR1FzWi4PQ/NfyODchAatHaUgnSPVcx/R5w6NuTBzFiw==} engines: {node: '>=4'} dependencies: restore-cursor: 2.0.0 - /cli-cursor/3.1.0: + /cli-cursor@3.1.0: resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} engines: {node: '>=8'} dependencies: restore-cursor: 3.1.0 - /cli-spinners/1.3.1: + /cli-spinners@1.3.1: resolution: {integrity: sha512-1QL4544moEsDVH9T/l6Cemov/37iv1RtoKf7NJ04A60+4MREXNfx/QvavbH6QoGdsD4N4Mwy49cmaINR/o2mdg==} engines: {node: '>=4'} - /cli-spinners/2.9.0: + /cli-spinners@2.9.0: resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} engines: {node: '>=6'} - /cli-table3/0.5.1: + /cli-table3@0.5.1: resolution: {integrity: sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==} engines: {node: '>=6'} dependencies: @@ -24821,15 +21984,15 @@ packages: colors: 1.4.0 dev: true - /cli-width/2.2.1: + /cli-width@2.2.1: resolution: {integrity: sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==} - /cli-width/3.0.0: + /cli-width@3.0.0: resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} engines: {node: '>= 10'} dev: true - /clipboard/1.7.1: + /clipboard@1.7.1: resolution: {integrity: sha512-smkaRaIQsrnKN1F3wd1/vY9Q+DeR4L8ZCXKeHCFC2j8RZuSBbuImcLdnIO4GTxmzJxQuDGNKkyfpGoPW7Ua5bQ==} requiresBuild: true dependencies: @@ -24839,7 +22002,7 @@ packages: dev: true optional: true - /clipboard/2.0.11: + /clipboard@2.0.11: resolution: {integrity: sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==} requiresBuild: true dependencies: @@ -24849,7 +22012,7 @@ packages: dev: true optional: true - /clipboardy/1.2.3: + /clipboardy@1.2.3: resolution: {integrity: sha512-2WNImOvCRe6r63Gk9pShfkwXsVtKCroMAevIbiae021mS850UkWPbevxsBz3tnvjZIEGvlwaqCPsw+4ulzNgJA==} engines: {node: '>=4'} dependencies: @@ -24857,7 +22020,7 @@ packages: execa: 0.8.0 dev: true - /clipboardy/2.3.0: + /clipboardy@2.3.0: resolution: {integrity: sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==} engines: {node: '>=8'} dependencies: @@ -24865,14 +22028,14 @@ packages: execa: 1.0.0 is-wsl: 2.2.0 - /cliui/2.1.0: + /cliui@2.1.0: resolution: {integrity: sha512-GIOYRizG+TGoc7Wgc1LiOTLare95R3mzKgoln+Q/lE4ceiYH19gUpl0l0Ffq4lJDEf3FxujMe6IBfOCs7pfqNA==} dependencies: center-align: 0.1.3 right-align: 0.1.3 wordwrap: 0.0.2 - /cliui/3.2.0: + /cliui@3.2.0: resolution: {integrity: sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==} dependencies: string-width: 1.0.2 @@ -24880,7 +22043,7 @@ packages: wrap-ansi: 2.1.0 dev: true - /cliui/4.1.0: + /cliui@4.1.0: resolution: {integrity: sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==} dependencies: string-width: 2.1.1 @@ -24888,21 +22051,21 @@ packages: wrap-ansi: 2.1.0 dev: true - /cliui/5.0.0: + /cliui@5.0.0: resolution: {integrity: sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==} dependencies: string-width: 3.1.0 strip-ansi: 5.2.0 wrap-ansi: 5.1.0 - /cliui/6.0.0: + /cliui@6.0.0: resolution: {integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==} dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 - /cliui/7.0.4: + /cliui@7.0.4: resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: string-width: 4.2.3 @@ -24910,7 +22073,7 @@ packages: wrap-ansi: 7.0.0 dev: true - /cliui/8.0.1: + /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} dependencies: @@ -24918,12 +22081,12 @@ packages: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - /clone-buffer/1.0.0: + /clone-buffer@1.0.0: resolution: {integrity: sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==} engines: {node: '>= 0.10'} dev: true - /clone-deep/0.2.4: + /clone-deep@0.2.4: resolution: {integrity: sha512-we+NuQo2DHhSl+DP6jlUiAhyAjBQrYnpOk15rN6c6JSPScjiCLh8IbSU+VTcph6YS3o7mASE8a0+gbZ7ChLpgg==} engines: {node: '>=0.10.0'} dependencies: @@ -24934,7 +22097,7 @@ packages: shallow-clone: 0.1.2 dev: true - /clone-deep/4.0.1: + /clone-deep@4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} dependencies: @@ -24942,33 +22105,33 @@ packages: kind-of: 6.0.3 shallow-clone: 3.0.1 - /clone-regexp/2.2.0: + /clone-regexp@2.2.0: resolution: {integrity: sha512-beMpP7BOtTipFuW8hrJvREQ2DrRu3BE7by0ZpibtfBA+qfHYvMGTc2Yb1JMYPKg/JUw0CHYvpg796aNTSW9z7Q==} engines: {node: '>=6'} dependencies: is-regexp: 2.1.0 dev: true - /clone-response/1.0.3: + /clone-response@1.0.3: resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} dependencies: mimic-response: 1.0.1 dev: true - /clone-stats/1.0.0: + /clone-stats@1.0.0: resolution: {integrity: sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==} dev: true - /clone/1.0.4: + /clone@1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} - /clone/2.1.2: + /clone@2.1.2: resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} engines: {node: '>=0.8'} dev: true - /cloneable-readable/1.1.3: + /cloneable-readable@1.1.3: resolution: {integrity: sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==} dependencies: inherits: 2.0.4 @@ -24976,17 +22139,17 @@ packages: readable-stream: 2.3.8 dev: true - /clsx/1.2.1: + /clsx@1.2.1: resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==} engines: {node: '>=6'} - /cluster-client/3.4.0: + /cluster-client@3.4.0: resolution: {integrity: sha512-EQmkGmXXjlFQXM/qTX+f3++58FFIRxtuIkHfojC7gHoOiTTK9OwjRgvvwTwxQp7xLoFeApAfshoyn8zD2yz0lg==} engines: {node: '>=14.0.0'} dependencies: byte: 2.0.0 co: 4.6.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) egg-logger: 2.9.1 is-type-of: 1.4.0 json-stringify-safe: 5.0.1 @@ -25000,19 +22163,19 @@ packages: - supports-color dev: false - /cluster-reload/1.1.0: + /cluster-reload@1.1.0: resolution: {integrity: sha512-lY3n9ohbJvDsDoaGGx/ER6eqaDKgVVmYjgoSL+XPxI0NHhkr4Ag60RSqVD1B9yZJz/q3FjB94bLfnuGuFuh7aw==} engines: {node: '>=8.0.0'} dev: false - /cmd-shim/3.0.3: + /cmd-shim@3.0.3: resolution: {integrity: sha512-DtGg+0xiFhQIntSBRzL2fRQBnmtAVwXIDo4Qq46HPpObYquxMaZS4sb82U9nH91qJrlosC1wa9gwr0QyL/HypA==} dependencies: graceful-fs: 4.2.11 mkdirp: 0.5.6 dev: true - /co-body/6.1.0: + /co-body@6.1.0: resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==} dependencies: inflation: 2.0.0 @@ -25021,7 +22184,7 @@ packages: type-is: 1.6.18 dev: false - /co-busboy/1.5.0: + /co-busboy@1.5.0: resolution: {integrity: sha512-FCI+YRNcdPt1pH+/5jSHCP0goJpf8vpuKN52gFJy0Az9dnoomdT976O1PcldzOn+MQcYI6xT2lI1lt3Co1C9IA==} dependencies: black-hole-stream: 0.0.1 @@ -25030,7 +22193,7 @@ packages: inflation: 2.0.0 dev: false - /co-mocha/1.2.2_mocha@6.2.3: + /co-mocha@1.2.2(mocha@6.2.3): resolution: {integrity: sha512-ocdJRn3sxonOqpdjSU2VwTwWzjTSoatzsTqCWiC3eGvJFNs8ZNMlZwfgYolQCdfddMz4muiZl99KIV9gKoNvxg==} peerDependencies: mocha: '>=1.18 <6' @@ -25040,11 +22203,11 @@ packages: mocha: 6.2.3 dev: true - /co/4.6.0: + /co@4.6.0: resolution: {integrity: sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==} engines: {iojs: '>= 1.0.0', node: '>= 0.12.0'} - /coa/2.0.2: + /coa@2.0.2: resolution: {integrity: sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA==} engines: {node: '>= 4.0'} dependencies: @@ -25053,20 +22216,20 @@ packages: q: 1.5.1 dev: true - /cockatiel/1.1.1: + /cockatiel@1.1.1: resolution: {integrity: sha512-YO02ZhTcK2HOZodksWfg4tS1GYYt1j7R6U1unAkwcQf1uoIYKSBqPrfqXlLNbsyMvkDXMwa2nuwZDHbUkB1VbQ==} engines: {node: '>=10 <11 || >=12'} dev: false - /code-point-at/1.1.0: + /code-point-at@1.1.0: resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==} engines: {node: '>=0.10.0'} dev: true - /codemirror/5.65.13: + /codemirror@5.65.13: resolution: {integrity: sha512-SVWEzKXmbHmTQQWaz03Shrh4nybG0wXx2MEu3FO4ezbPW8IbnZEd5iGHGEffSUaitKYa3i+pHpBsSvw8sPHtzg==} - /codepage/1.14.0: + /codepage@1.14.0: resolution: {integrity: sha512-iz3zJLhlrg37/gYRWgEPkaFTtzmnEv1h+r7NgZum2lFElYQPi0/5bnmuDfODHxfp0INEfnRqyfyeIJDbb7ahRw==} engines: {node: '>=0.8'} hasBin: true @@ -25075,17 +22238,17 @@ packages: exit-on-epipe: 1.0.1 dev: false - /codesandbox-import-util-types/2.2.3: + /codesandbox-import-util-types@2.2.3: resolution: {integrity: sha512-Qj00p60oNExthP2oR3vvXmUGjukij+rxJGuiaKM6tyUmSyimdZsqHI/TUvFFClAffk9s7hxGnQgWQ8KCce27qQ==} - /codesandbox-import-utils/2.2.3: + /codesandbox-import-utils@2.2.3: resolution: {integrity: sha512-ymtmcgZKU27U+nM2qUb21aO8Ut/u2S9s6KorOgG81weP+NA0UZkaHKlaRqbLJ9h4i/4FLvwmEXYAnTjNmp6ogg==} dependencies: codesandbox-import-util-types: 2.2.3 istextorbinary: 2.6.0 lz-string: 1.5.0 - /codesandbox/2.2.3: + /codesandbox@2.2.3: resolution: {integrity: sha512-IAkWFk6UUglOhSemI7UFgNNL/jgg+1YjVEIllFULLgsaHhFnY51pCqAifMNuAd5d9Zp4Nk/xMgrEaGNV0L4Xlg==} hasBin: true dependencies: @@ -25113,7 +22276,7 @@ packages: transitivePeerDependencies: - supports-color - /codesandboxer-fs/0.4.7: + /codesandboxer-fs@0.4.7: resolution: {integrity: sha512-jaOSia4wLmG/E5StQsWT3uLGfE2ojnp5KfveSkZuO4dstoQhE765MSUK2ACURUNoAR0mkc0pV4LGA1zge1dmPg==} hasBin: true dependencies: @@ -25125,7 +22288,7 @@ packages: - encoding dev: true - /codesandboxer-fs/1.0.3: + /codesandboxer-fs@1.0.3: resolution: {integrity: sha512-9BpvAGy2zZzkYU6zq2pzbPgzDewTV/xojE6xXtDEI++wTADNs/mkguDvjvxUH5BopJJ3LOZGHxpJf2o6aodYQA==} hasBin: true dependencies: @@ -25137,7 +22300,7 @@ packages: - encoding dev: true - /codesandboxer/0.7.2: + /codesandboxer@0.7.2: resolution: {integrity: sha512-Fl4UAWi2F0qtFUzY2V+HX/nXm8yGHBW7UZNyBbixOqvwm6zvkx0YLJTFBUp9C5aAjvQP+5Bw6Ie9sN6UK8rebw==} dependencies: babel-runtime: 6.26.0 @@ -25149,7 +22312,7 @@ packages: - encoding dev: true - /codesandboxer/1.0.3: + /codesandboxer@1.0.3: resolution: {integrity: sha512-LRBGbQ707AsaC8cPEMEr5K5y2EGskg7T5K4RIC30wzgr1LKeLEtB2exy4P+QwUrQKwJOgxmiq1yKPLnKzXWJ+w==} dependencies: babel-runtime: 6.26.0 @@ -25161,146 +22324,146 @@ packages: - encoding dev: true - /coffee/5.5.0: + /coffee@5.5.0: resolution: {integrity: sha512-dRovm6sxD+INLLoYzJAqzvQ5+K1qvZl9RAQQt62PE0IXj4VP+tTYUuVu2akI0qaXL4u3ZSqnFKXTx35IjAUvHA==} engines: {node: '>= 6.0.0'} dependencies: cross-spawn: 6.0.5 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) is-type-of: 1.4.0 transitivePeerDependencies: - supports-color dev: true - /collapse-white-space/1.0.6: + /collapse-white-space@1.0.6: resolution: {integrity: sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==} dev: true - /collect-v8-coverage/1.0.1: + /collect-v8-coverage@1.0.1: resolution: {integrity: sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==} - /collection-visit/1.0.0: + /collection-visit@1.0.0: resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} engines: {node: '>=0.10.0'} dependencies: map-visit: 1.0.0 object-visit: 1.0.1 - /color-convert/1.9.3: + /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: color-name: 1.1.3 - /color-convert/2.0.1: + /color-convert@2.0.1: resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} engines: {node: '>=7.0.0'} dependencies: color-name: 1.1.4 - /color-name/1.1.3: + /color-name@1.1.3: resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} - /color-name/1.1.4: + /color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - /color-string/1.9.1: + /color-string@1.9.1: resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} dependencies: color-name: 1.1.4 simple-swizzle: 0.2.2 - /color-support/1.1.3: + /color-support@1.1.3: resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} hasBin: true dev: true - /color/3.2.1: + /color@3.2.1: resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==} dependencies: color-convert: 1.9.3 color-string: 1.9.1 - /colorette/1.4.0: + /colorette@1.4.0: resolution: {integrity: sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==} - /colorette/2.0.20: + /colorette@2.0.20: resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} - /colors/1.2.5: + /colors@1.2.5: resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==} engines: {node: '>=0.1.90'} dev: true - /colors/1.4.0: + /colors@1.4.0: resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} engines: {node: '>=0.1.90'} dev: true - /combined-stream/1.0.8: + /combined-stream@1.0.8: resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} engines: {node: '>= 0.8'} dependencies: delayed-stream: 1.0.0 - /comma-separated-tokens/1.0.8: + /comma-separated-tokens@1.0.8: resolution: {integrity: sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==} - /comma-separated-tokens/2.0.3: + /comma-separated-tokens@2.0.3: resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} dev: false - /command-exists/1.2.9: + /command-exists@1.2.9: resolution: {integrity: sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==} - /commander/2.13.0: + /commander@2.13.0: resolution: {integrity: sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==} - /commander/2.14.1: + /commander@2.14.1: resolution: {integrity: sha512-+YR16o3rK53SmWHU3rEM3tPAh2rwb1yPcQX5irVn7mb0gXbwuCCrnkbV5+PBfETdfg1vui07nM6PCG1zndcjQw==} dev: false - /commander/2.17.1: + /commander@2.17.1: resolution: {integrity: sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==} - /commander/2.19.0: + /commander@2.19.0: resolution: {integrity: sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==} dev: true - /commander/2.20.3: + /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - /commander/4.1.1: + /commander@4.1.1: resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} engines: {node: '>= 6'} dev: true - /commander/5.1.0: + /commander@5.1.0: resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==} engines: {node: '>= 6'} - /commander/6.2.1: + /commander@6.2.1: resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} engines: {node: '>= 6'} dev: false - /commander/7.2.0: + /commander@7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} - /commander/9.2.0: + /commander@9.2.0: resolution: {integrity: sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w==} engines: {node: ^12.20.0 || >=14} - /commander/9.5.0: + /commander@9.5.0: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} - /comment-parser/1.3.1: + /comment-parser@1.3.1: resolution: {integrity: sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==} engines: {node: '>= 12.0.0'} dev: true - /common-bin/2.9.2: + /common-bin@2.9.2: resolution: {integrity: sha512-fw6YBX8dr4wgMCHqcOR5eIqWZxoZa6+0JAiqjZuOZFCh/pz9hW6EY2EGFc3QpHwp/DlLuw/du/Sr2InhrfAYSQ==} engines: {node: '>= 6.0.0'} dependencies: @@ -25311,7 +22474,7 @@ packages: change-case: 3.1.0 co: 4.6.0 dargs: 6.1.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) is-type-of: 1.4.0 semver: 5.7.1 yargs: 13.3.2 @@ -25319,53 +22482,53 @@ packages: transitivePeerDependencies: - supports-color - /common-path-prefix/3.0.0: + /common-path-prefix@3.0.0: resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} dev: true - /common-tags/1.8.2: + /common-tags@1.8.2: resolution: {integrity: sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==} engines: {node: '>=4.0.0'} dev: true - /commondir/1.0.1: + /commondir@1.0.1: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - /component-classes/1.2.6: + /component-classes@1.2.6: resolution: {integrity: sha512-hPFGULxdwugu1QWW3SvVOCUHLzO34+a2J6Wqy0c5ASQkfi9/8nZcBB0ZohaEbXOQlCflMAEMmEWk7u7BVs4koA==} dependencies: component-indexof: 0.0.3 dev: false - /component-emitter/1.3.0: + /component-emitter@1.3.0: resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} - /component-indexof/0.0.3: + /component-indexof@0.0.3: resolution: {integrity: sha512-puDQKvx/64HZXb4hBwIcvQLaLgux8o1CbWl39s41hrIIZDl1lJiD5jc22gj3RBeGK0ovxALDYpIbyjqDUUl0rw==} dev: false - /component-props/1.1.1: + /component-props@1.1.1: resolution: {integrity: sha512-69pIRJs9fCCHRqCz3390YF2LV1Lu6iEMZ5zuVqqUn+G20V9BNXlMs0cWawWeW9g4Ynmg29JmkG6R7/lUJoGd1Q==} dev: true - /component-xor/0.0.4: + /component-xor@0.0.4: resolution: {integrity: sha512-ZIt6sla8gfo+AFVRZoZOertcnD5LJaY2T9CKE2j13NJxQt/mUafD69Bl7/Y4AnpI2LGjiXH7cOfJDx/n2G9edA==} dev: true - /compressible/2.0.18: + /compressible@2.0.18: resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 - /compression/1.7.3: + /compression@1.7.3: resolution: {integrity: sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==} engines: {node: '>= 0.8.0'} dependencies: accepts: 1.3.8 bytes: 3.0.0 compressible: 2.0.18 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 @@ -25373,46 +22536,27 @@ packages: - supports-color dev: true - /compression/1.7.4: + /compression@1.7.4(supports-color@6.1.0): resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} engines: {node: '>= 0.8.0'} dependencies: accepts: 1.3.8 bytes: 3.0.0 compressible: 2.0.18 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 transitivePeerDependencies: - supports-color - /compression/1.7.4_supports-color@6.1.0: - resolution: {integrity: sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==} - engines: {node: '>= 0.8.0'} - dependencies: - accepts: 1.3.8 - bytes: 3.0.0 - compressible: 2.0.18 - debug: 2.6.9_supports-color@6.1.0 - on-headers: 1.0.2 - safe-buffer: 5.1.2 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - dev: true - - /compute-scroll-into-view/1.0.20: + /compute-scroll-into-view@1.0.20: resolution: {integrity: sha512-UCB0ioiyj8CRjtrvaceBLqqhZCVP+1B8+NWQhmdsm0VXOJtobBCf1dBQmebCCo34qZmUwZfIH2MZLqNHazrfjg==} - /compute-scroll-into-view/3.0.3: - resolution: {integrity: sha512-nadqwNxghAGTamwIqQSG433W6OADZx2vCo3UXHNrzTRHK/htu+7+L0zhjEoaeaQVNAi3YgqWDv8+tzf0hRfR+A==} - dev: false - - /concat-map/0.0.1: + /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - /concat-stream/1.6.2: + /concat-stream@1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} engines: {'0': node >= 0.8} dependencies: @@ -25421,13 +22565,13 @@ packages: readable-stream: 2.3.8 typedarray: 0.0.6 - /concat-with-sourcemaps/1.1.0: + /concat-with-sourcemaps@1.1.0: resolution: {integrity: sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==} dependencies: source-map: 0.6.1 dev: true - /concaveman/1.2.1: + /concaveman@1.2.1: resolution: {integrity: sha512-PwZYKaM/ckQSa8peP5JpVr7IMJ4Nn/MHIaWUjP4be+KoZ7Botgs8seAZGpmaOM+UZXawcdYRao/px9ycrCihHw==} dependencies: point-in-polygon: 1.1.0 @@ -25436,14 +22580,14 @@ packages: tinyqueue: 2.0.3 dev: false - /config-chain/1.1.13: + /config-chain@1.1.13: resolution: {integrity: sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==} dependencies: ini: 1.3.8 proto-list: 1.2.4 dev: false - /configstore/3.1.5: + /configstore@3.1.5: resolution: {integrity: sha512-nlOhI4+fdzoK5xmJ+NY+1gZK56bwEaWZr8fYuXohZ9Vkc1o3a4T/R3M+yE/w7x/ZVJ1zF8c+oaOvF0dztdUgmA==} engines: {node: '>=4'} dependencies: @@ -25454,7 +22598,7 @@ packages: write-file-atomic: 2.4.3 xdg-basedir: 3.0.0 - /configstore/4.0.0: + /configstore@4.0.0: resolution: {integrity: sha512-CmquAXFBocrzaSM8mtGPMM/HiWmyIpr4CcJl/rgY2uCObZ/S7cKU0silxslqJejl+t/T9HS8E0PUNQD81JGUEQ==} engines: {node: '>=6'} dependencies: @@ -25466,23 +22610,23 @@ packages: xdg-basedir: 3.0.0 dev: true - /connect-history-api-fallback/1.6.0: + /connect-history-api-fallback@1.6.0: resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} engines: {node: '>=0.8'} dev: true - /connect/3.7.0: + /connect@3.7.0: resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} engines: {node: '>= 0.10.0'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) finalhandler: 1.1.2 parseurl: 1.3.3 utils-merge: 1.0.1 transitivePeerDependencies: - supports-color - /connected-react-router/6.5.2_7e2qoqbtagxmafbjrr2mtffruy: + /connected-react-router@6.5.2(history@4.10.1)(react-redux@7.2.9)(react-router@5.3.4)(react@17.0.2)(redux@4.2.1): resolution: {integrity: sha512-qzsLPZCofSI80fwy+HgxtEgSGS4ndYUUZAWaw1dqaOGPLKX/FVwIOEb7q+hjHdnZ4v5pKZcNv5GG4urjujIoyA==} peerDependencies: history: ^4.7.2 @@ -25495,76 +22639,77 @@ packages: immutable: 3.8.2 prop-types: 15.8.1 react: 17.0.2 - react-redux: 7.2.9_sfoxds7t5ydpegc3knd667wn6m - react-router: 5.3.4_react@17.0.2 + react-redux: 7.2.9(react-dom@17.0.2)(react@17.0.2) + react-router: 5.3.4(react@17.0.2) redux: 4.2.1 seamless-immutable: 7.1.4 dev: false - /consola/2.15.3: + /consola@2.15.3: resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} dev: true - /console-browserify/1.2.0: + /console-browserify@1.2.0: resolution: {integrity: sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA==} - /console-control-strings/1.1.0: + /console-control-strings@1.1.0: resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} dev: true - /constant-case/2.0.0: + /constant-case@2.0.0: resolution: {integrity: sha512-eS0N9WwmjTqrOmR3o83F5vW8Z+9R1HnVz3xmzT2PMFug9ly+Au/fxRWlEBSb6LcZwspSsEn9Xs1uw9YgzAg1EQ==} dependencies: snake-case: 2.1.0 upper-case: 1.1.3 - /constants-browserify/1.0.0: + /constants-browserify@1.0.0: resolution: {integrity: sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==} - /content-disposition/0.5.2: + /content-disposition@0.5.2: resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==} engines: {node: '>= 0.6'} dev: true - /content-disposition/0.5.4: + /content-disposition@0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} dependencies: safe-buffer: 5.2.1 - /content-type/1.0.5: + /content-type@1.0.5: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} - /contour_plot/0.0.1: + /contour_plot@0.0.1: resolution: {integrity: sha512-Nil2HI76Xux6sVGORvhSS8v66m+/h5CwFkBJDO+U5vWaMdNC0yXNCsGDPbzPhvqOEU5koebhdEvD372LI+IyLw==} + dev: false - /convert-source-map/1.9.0: + /convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} - /convert-source-map/2.0.0: + /convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: true - /cookie-signature/1.0.6: + /cookie-signature@1.0.6: resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} dev: true - /cookie/0.3.1: + /cookie@0.3.1: resolution: {integrity: sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==} engines: {node: '>= 0.6'} dev: false - /cookie/0.5.0: + /cookie@0.5.0: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} engines: {node: '>= 0.6'} dev: true - /cookiejar/2.1.4: + /cookiejar@2.1.4: resolution: {integrity: sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==} dev: true - /cookies/0.8.0: + /cookies@0.8.0: resolution: {integrity: sha512-8aPsApQfebXnuI+537McwYsDtjVxGm8gTIzQI3FDW6t5t/DAhERxtnbEPN/8RX+uZthoz4eCOgloXaE5cYyNow==} engines: {node: '>= 0.8'} dependencies: @@ -25572,12 +22717,12 @@ packages: keygrip: 1.1.0 dev: false - /copy-anything/2.0.6: + /copy-anything@2.0.6: resolution: {integrity: sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==} dependencies: is-what: 3.14.1 - /copy-concurrently/1.0.5: + /copy-concurrently@1.0.5: resolution: {integrity: sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==} dependencies: aproba: 1.2.0 @@ -25587,86 +22732,86 @@ packages: rimraf: 2.7.1 run-queue: 1.0.3 - /copy-descriptor/0.1.1: + /copy-descriptor@0.1.1: resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} engines: {node: '>=0.10.0'} - /copy-text-to-clipboard/2.2.0: + /copy-text-to-clipboard@2.2.0: resolution: {integrity: sha512-WRvoIdnTs1rgPMkgA2pUOa/M4Enh2uzCwdKsOMYNAJiz/4ZvEJgmbF4OmninPmlFdAWisfeh0tH+Cpf7ni3RqQ==} engines: {node: '>=6'} - /copy-to-clipboard/3.3.3: + /copy-to-clipboard@3.3.3: resolution: {integrity: sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==} dependencies: toggle-selection: 1.0.6 - /copy-to/2.0.1: + /copy-to@2.0.1: resolution: {integrity: sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==} - /core-js-compat/3.30.1: + /core-js-compat@3.30.1: resolution: {integrity: sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw==} dependencies: browserslist: 4.21.5 - /core-js-pure/3.30.1: + /core-js-pure@3.30.1: resolution: {integrity: sha512-nXBEVpmUnNRhz83cHd9JRQC52cTMcuXAmR56+9dSMpRdpeA4I1PX6yjmhd71Eyc/wXNsdBdUDIj1QTIeZpU5Tg==} requiresBuild: true - /core-js/1.2.7: + /core-js@1.2.7: resolution: {integrity: sha512-ZiPp9pZlgxpWRu0M+YWbm6+aQ84XEfH1JRXvfOc/fILWI0VKhLC2LX13X1NYq4fULzLMq7Hfh43CSo2/aIaUPA==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. - /core-js/2.6.12: + /core-js@2.6.12: resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.1.4: + /core-js@3.1.4: resolution: {integrity: sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: true - /core-js/3.28.0: + /core-js@3.28.0: resolution: {integrity: sha512-GiZn9D4Z/rSYvTeg1ljAIsEqFm0LaN9gVtwDCrKL80zHtS31p9BAjmTxVqTQDMpwlMolJZOFntUG2uwyj7DAqw==} requiresBuild: true dev: true - /core-js/3.30.1: + /core-js@3.30.1: resolution: {integrity: sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ==} requiresBuild: true dev: true - /core-js/3.6.5: + /core-js@3.6.5: resolution: {integrity: sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true - /core-js/3.8.2: + /core-js@3.8.2: resolution: {integrity: sha512-FfApuSRgrR6G5s58casCBd9M2k+4ikuu4wbW6pJyYU7bd9zvFc9qf7vr5xmrZOhT9nn+8uwlH1oRR9jTnFoA3A==} deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js. requiresBuild: true dev: false - /core-util-is/1.0.2: + /core-util-is@1.0.2: resolution: {integrity: sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==} dev: true - /core-util-is/1.0.3: + /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - /corejs-upgrade-webpack-plugin/2.2.0_webpack-cli@4.10.0: + /corejs-upgrade-webpack-plugin@2.2.0(webpack-cli@4.10.0): resolution: {integrity: sha512-J0QMp9GNoiw91Kj/dkIQFZeiCXgXoja/Wlht1SPybxerBWh4NCmb0pOgCv61lrlQZETwvVVfAFAA3IqoEO9aqQ==} dependencies: resolve-from: 5.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) transitivePeerDependencies: - supports-color - webpack-cli - webpack-command dev: true - /cors/2.8.5: + /cors@2.8.5: resolution: {integrity: sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==} engines: {node: '>= 0.10'} dependencies: @@ -25674,12 +22819,12 @@ packages: vary: 1.1.2 dev: true - /corser/2.0.1: + /corser@2.0.1: resolution: {integrity: sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==} engines: {node: '>= 0.4.0'} dev: true - /cosmiconfig/5.2.1: + /cosmiconfig@5.2.1: resolution: {integrity: sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==} engines: {node: '>=4'} dependencies: @@ -25688,7 +22833,7 @@ packages: js-yaml: 3.14.1 parse-json: 4.0.0 - /cosmiconfig/6.0.0: + /cosmiconfig@6.0.0: resolution: {integrity: sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==} engines: {node: '>=8'} dependencies: @@ -25699,7 +22844,7 @@ packages: yaml: 1.10.2 dev: true - /cosmiconfig/7.1.0: + /cosmiconfig@7.1.0: resolution: {integrity: sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==} engines: {node: '>=10'} dependencies: @@ -25710,7 +22855,7 @@ packages: yaml: 1.10.2 dev: true - /cp-file/6.2.0: + /cp-file@6.2.0: resolution: {integrity: sha512-fmvV4caBnofhPe8kOcitBwSn2f39QLjnAnGq3gO9dfd75mUytzKNZB1hde6QHunW2Rt+OwuBOMc3i1tNElbszA==} engines: {node: '>=6'} dependencies: @@ -25721,7 +22866,7 @@ packages: safe-buffer: 5.2.1 dev: true - /cpy/7.3.0: + /cpy@7.3.0: resolution: {integrity: sha512-auvDu6h/J+cO1uqV40ymL/VoPM0+qPpNGaNttTzkYVXO/+GeynuyAK/MwFcWgU/P82ezcZw7RaN34CIIWajKLA==} engines: {node: '>=6'} dependencies: @@ -25733,31 +22878,31 @@ packages: - supports-color dev: true - /crc-32/1.2.2: + /crc-32@1.2.2: resolution: {integrity: sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==} engines: {node: '>=0.8'} hasBin: true dev: false - /crc/3.8.0: + /crc@3.8.0: resolution: {integrity: sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==} dependencies: buffer: 5.7.1 dev: false - /create-ecdh/4.0.4: + /create-ecdh@4.0.4: resolution: {integrity: sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==} dependencies: bn.js: 4.12.0 elliptic: 6.5.4 - /create-error-class/3.0.2: + /create-error-class@3.0.2: resolution: {integrity: sha512-gYTKKexFO3kh200H1Nit76sRwRtOY32vQd3jpAQKpLtZqyNsSQNfI4N7o3eP2wUjV35pTWKRYqFUDBvUha/Pkw==} engines: {node: '>=0.10.0'} dependencies: capture-stack-trace: 1.0.2 - /create-hash/1.2.0: + /create-hash@1.2.0: resolution: {integrity: sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==} dependencies: cipher-base: 1.0.4 @@ -25766,7 +22911,7 @@ packages: ripemd160: 2.0.2 sha.js: 2.4.11 - /create-hmac/1.1.7: + /create-hmac@1.1.7: resolution: {integrity: sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==} dependencies: cipher-base: 1.0.4 @@ -25776,14 +22921,14 @@ packages: safe-buffer: 5.2.1 sha.js: 2.4.11 - /create-react-class/15.7.0: + /create-react-class@15.7.0: resolution: {integrity: sha512-QZv4sFWG9S5RUvkTYWbflxeZX+JG7Cz0Tn33rQBJ+WFQTqTfUTjMjiv9tnfXazjsO5r0KhPs+AqCjyrQX6h2ng==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 dev: false - /create-react-context/0.2.3_at7mkepldmzoo6silmqc5bca74: + /create-react-context@0.2.3(prop-types@15.8.1)(react@17.0.2): resolution: {integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag==} peerDependencies: prop-types: ^15.0.0 @@ -25795,7 +22940,7 @@ packages: react: 17.0.2 dev: true - /create-react-context/0.3.0_4vyaxm4rsh2mpfdenvlqy7kmya: + /create-react-context@0.3.0(prop-types@15.8.1)(react@16.14.0): resolution: {integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==} peerDependencies: prop-types: ^15.0.0 @@ -25807,7 +22952,7 @@ packages: warning: 4.0.3 dev: true - /create-react-context/0.3.0_at7mkepldmzoo6silmqc5bca74: + /create-react-context@0.3.0(prop-types@15.8.1)(react@17.0.2): resolution: {integrity: sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==} peerDependencies: prop-types: ^15.0.0 @@ -25819,16 +22964,16 @@ packages: warning: 4.0.3 dev: true - /create-require/1.1.1: + /create-require@1.1.1: resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} dev: true - /crequire/1.8.1: + /crequire@1.8.1: resolution: {integrity: sha512-GbElTY148ZRQbC3E3XlMAitKE9rEyO/2mIkkjwgqzIucRmHiaAMF2Ynpwsuxzp08SdAbeN4pTrEqZs0MWRN6/w==} engines: {node: '>= 0.6.0'} dev: true - /cron-parser/2.18.0: + /cron-parser@2.18.0: resolution: {integrity: sha512-s4odpheTyydAbTBQepsqd2rNWGa2iV3cyo8g7zbI2QQYGLVsfbhmwukayS1XHppe02Oy1fg7mg6xoaraVJeEcg==} engines: {node: '>=0.8'} dependencies: @@ -25836,7 +22981,7 @@ packages: moment-timezone: 0.5.43 dev: false - /cross-env/7.0.3: + /cross-env@7.0.3: resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} hasBin: true @@ -25844,7 +22989,7 @@ packages: cross-spawn: 7.0.3 dev: true - /cross-fetch/3.1.5: + /cross-fetch@3.1.5: resolution: {integrity: sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==} dependencies: node-fetch: 2.6.7 @@ -25852,21 +22997,21 @@ packages: - encoding dev: false - /cross-spawn/4.0.2: + /cross-spawn@4.0.2: resolution: {integrity: sha512-yAXz/pA1tD8Gtg2S98Ekf/sewp3Lcp3YoFKJ4Hkp5h5yLWnKVTDU0kwjKJ8NDCYcfTLfyGkzTikst+jWypT1iA==} dependencies: lru-cache: 4.1.5 which: 1.3.1 dev: true - /cross-spawn/5.1.0: + /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} dependencies: lru-cache: 4.1.5 shebang-command: 1.2.0 which: 1.3.1 - /cross-spawn/6.0.5: + /cross-spawn@6.0.5: resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} engines: {node: '>=4.8'} dependencies: @@ -25876,7 +23021,7 @@ packages: shebang-command: 1.2.0 which: 1.3.1 - /cross-spawn/7.0.3: + /cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} dependencies: @@ -25884,7 +23029,7 @@ packages: shebang-command: 2.0.0 which: 2.0.2 - /crypto-browserify/3.12.0: + /crypto-browserify@3.12.0: resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} dependencies: browserify-cipher: 1.0.1 @@ -25899,11 +23044,11 @@ packages: randombytes: 2.1.0 randomfill: 1.0.4 - /crypto-random-string/1.0.0: + /crypto-random-string@1.0.0: resolution: {integrity: sha512-GsVpkFPlycH7/fRR7Dhcmnoii54gV1nz7y4CWyeFS14N+JVBBhY+r8amRHE4BwSYal7BPTDp8isvAlCxyFt3Hg==} engines: {node: '>=4'} - /csrf/3.1.0: + /csrf@3.1.0: resolution: {integrity: sha512-uTqEnCvWRk042asU6JtapDTcJeeailFy4ydOQS28bj1hcLnYRiqi8SsD2jS412AY1I/4qdOwWZun774iqywf9w==} engines: {node: '>= 0.8'} dependencies: @@ -25912,21 +23057,21 @@ packages: uid-safe: 2.1.5 dev: false - /css-animation/1.6.1: + /css-animation@1.6.1: resolution: {integrity: sha512-/48+/BaEaHRY6kNQ2OIPzKf9A6g8WjZYjhiNDNuIVbsm5tXCGIAsHDjB4Xu1C4vXJtUWZo26O68OQkDpNBaPog==} dependencies: babel-runtime: 6.26.0 component-classes: 1.2.6 dev: false - /css-blank-pseudo/0.1.4: + /css-blank-pseudo@0.1.4: resolution: {integrity: sha512-LHz35Hr83dnFeipc7oqFDmsjHdljj3TQtxGGiNWSOsTLIAubSm4TEz8qCaKFpk7idaQ1GfWscF4E6mgpBysA1w==} engines: {node: '>=6.0.0'} hasBin: true dependencies: postcss: 7.0.32 - /css-blank-pseudo/3.0.3_postcss@8.4.23: + /css-blank-pseudo@3.0.3(postcss@8.4.23): resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} engines: {node: ^12 || ^14 || >=16} hasBin: true @@ -25937,22 +23082,22 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /css-box-model/1.2.1: + /css-box-model@1.2.1: resolution: {integrity: sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw==} dependencies: tiny-invariant: 1.3.1 dev: false - /css-color-keywords/1.0.0: + /css-color-keywords@1.0.0: resolution: {integrity: sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==} engines: {node: '>=4'} dev: true - /css-color-names/0.0.4: + /css-color-names@0.0.4: resolution: {integrity: sha512-zj5D7X1U2h2zsXOAM8EyUREBnnts6H+Jm+d1M2DbiQQcUtnqgQsMrdo8JW9R80YFUmIdBZeMu5wvYM7hcgWP/Q==} dev: true - /css-declaration-sorter/4.0.1: + /css-declaration-sorter@4.0.1: resolution: {integrity: sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==} engines: {node: '>4'} dependencies: @@ -25960,7 +23105,7 @@ packages: timsort: 0.3.0 dev: true - /css-has-pseudo/0.10.0: + /css-has-pseudo@0.10.0: resolution: {integrity: sha512-Z8hnfsZu4o/kt+AuFzeGpLVhFOGO9mluyHBaA2bA8aCGTwah5sT3WV/fTHH8UNZUytOIImuGPrl/prlb4oX4qQ==} engines: {node: '>=6.0.0'} hasBin: true @@ -25968,7 +23113,7 @@ packages: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /css-has-pseudo/3.0.4_postcss@8.4.23: + /css-has-pseudo@3.0.4(postcss@8.4.23): resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} engines: {node: ^12 || ^14 || >=16} hasBin: true @@ -25979,13 +23124,13 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /css-in-js-utils/3.1.0: + /css-in-js-utils@3.1.0: resolution: {integrity: sha512-fJAcud6B3rRu+KHYk+Bwf+WFL2MDCJJ1XG9x137tJQ0xYxor7XziQtuGFbWNdqrvF4Tk26O3H73nfVqXt/fW1A==} dependencies: hyphenate-style-name: 1.0.4 dev: false - /css-loader/1.0.1_webpack@4.46.0: + /css-loader@1.0.1(webpack@4.46.0): resolution: {integrity: sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw==} engines: {node: '>= 6.9.0 <7.0.0 || >= 8.9.0'} peerDependencies: @@ -26003,10 +23148,10 @@ packages: postcss-modules-values: 1.3.0 postcss-value-parser: 3.3.1 source-list-map: 2.0.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /css-loader/3.6.0_webpack@4.46.0: + /css-loader@3.6.0(webpack@4.46.0): resolution: {integrity: sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -26025,44 +23170,44 @@ packages: postcss-value-parser: 4.2.0 schema-utils: 2.7.1 semver: 6.3.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /css-loader/6.7.1_webpack@5.82.0: + /css-loader@6.7.1(webpack@5.82.0): resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.23 + icss-utils: 5.1.0(postcss@8.4.23) postcss: 8.4.23 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.23 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.23 - postcss-modules-scope: 3.0.0_postcss@8.4.23 - postcss-modules-values: 4.0.0_postcss@8.4.23 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.23) + postcss-modules-local-by-default: 4.0.0(postcss@8.4.23) + postcss-modules-scope: 3.0.0(postcss@8.4.23) + postcss-modules-values: 4.0.0(postcss@8.4.23) postcss-value-parser: 4.2.0 semver: 7.5.0 - webpack: 5.82.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /css-loader/6.7.3_webpack@5.82.0: + /css-loader@6.7.3(webpack@5.82.0): resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.23 + icss-utils: 5.1.0(postcss@8.4.23) postcss: 8.4.23 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.23 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.23 - postcss-modules-scope: 3.0.0_postcss@8.4.23 - postcss-modules-values: 4.0.0_postcss@8.4.23 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.23) + postcss-modules-local-by-default: 4.0.0(postcss@8.4.23) + postcss-modules-scope: 3.0.0(postcss@8.4.23) + postcss-modules-values: 4.0.0(postcss@8.4.23) postcss-value-parser: 4.2.0 semver: 7.5.0 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /css-modules-loader-core/1.1.0: + /css-modules-loader-core@1.1.0: resolution: {integrity: sha512-XWOBwgy5nwBn76aA+6ybUGL/3JBnCtBX9Ay9/OWIpzKYWlVHMazvJ+WtHumfi+xxdPF440cWK7JCYtt8xDifew==} dependencies: icss-replace-symbols: 1.1.0 @@ -26073,20 +23218,20 @@ packages: postcss-modules-values: 1.3.0 dev: true - /css-parse/2.0.0: + /css-parse@2.0.0: resolution: {integrity: sha512-UNIFik2RgSbiTwIW1IsFwXWn6vs+bYdq83LKTSOsx7NJR7WII9dxewkHLltfTLVppoUApHV0118a4RZRI9FLwA==} dependencies: css: 2.2.4 dev: true - /css-prefers-color-scheme/3.1.1: + /css-prefers-color-scheme@3.1.1: resolution: {integrity: sha512-MTu6+tMs9S3EUqzmqLXEcgNRbNkkD/TGFvowpeoWJn5Vfq7FMgsmRQs9X5NXAURiOBmOxm/lLjsDNXDE6k9bhg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: postcss: 7.0.32 - /css-prefers-color-scheme/6.0.3_postcss@8.4.23: + /css-prefers-color-scheme@6.0.3(postcss@8.4.23): resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} engines: {node: ^12 || ^14 || >=16} hasBin: true @@ -26096,11 +23241,11 @@ packages: postcss: 8.4.23 dev: true - /css-select-base-adapter/0.1.1: + /css-select-base-adapter@0.1.1: resolution: {integrity: sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==} dev: true - /css-select/2.1.0: + /css-select@2.1.0: resolution: {integrity: sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ==} dependencies: boolbase: 1.0.0 @@ -26109,7 +23254,7 @@ packages: nth-check: 1.0.2 dev: true - /css-select/4.3.0: + /css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} dependencies: boolbase: 1.0.0 @@ -26119,7 +23264,7 @@ packages: nth-check: 2.1.1 dev: true - /css-select/5.1.0: + /css-select@5.1.0: resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==} dependencies: boolbase: 1.0.0 @@ -26129,18 +23274,18 @@ packages: nth-check: 2.1.1 dev: true - /css-selector-parser/1.4.1: + /css-selector-parser@1.4.1: resolution: {integrity: sha512-HYPSb7y/Z7BNDCOrakL4raGO2zltZkbeXyAd6Tg9obzix6QhzxCotdBl6VT0Dv4vZfJGVz3WL/xaEI9Ly3ul0g==} dev: false - /css-selector-tokenizer/0.7.3: + /css-selector-tokenizer@0.7.3: resolution: {integrity: sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==} dependencies: cssesc: 3.0.0 fastparse: 1.1.2 dev: true - /css-to-react-native/2.3.2: + /css-to-react-native@2.3.2: resolution: {integrity: sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw==} dependencies: camelize: 1.0.1 @@ -26148,7 +23293,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /css-to-react-native/3.2.0: + /css-to-react-native@3.2.0: resolution: {integrity: sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==} dependencies: camelize: 1.0.1 @@ -26156,7 +23301,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /css-tree/1.0.0-alpha.37: + /css-tree@1.0.0-alpha.37: resolution: {integrity: sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg==} engines: {node: '>=8.0.0'} dependencies: @@ -26164,24 +23309,24 @@ packages: source-map: 0.6.1 dev: true - /css-tree/1.1.3: + /css-tree@1.1.3: resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} engines: {node: '>=8.0.0'} dependencies: mdn-data: 2.0.14 source-map: 0.6.1 - /css-what/3.4.2: + /css-what@3.4.2: resolution: {integrity: sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ==} engines: {node: '>= 6'} dev: true - /css-what/6.1.0: + /css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} dev: true - /css/2.2.4: + /css@2.2.4: resolution: {integrity: sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==} dependencies: inherits: 2.0.4 @@ -26190,32 +23335,32 @@ packages: urix: 0.1.0 dev: true - /csscolorparser/1.0.3: + /csscolorparser@1.0.3: resolution: {integrity: sha512-umPSgYwZkdFoUrH5hIq5kf0wPSXiro51nPw0j2K/c83KflkPSTBGMz6NJvMB+07VlL0y7VPo6QJcDjcgKTTm3w==} dev: false - /cssdb/4.4.0: + /cssdb@4.4.0: resolution: {integrity: sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==} - /cssdb/6.6.3: + /cssdb@6.6.3: resolution: {integrity: sha512-7GDvDSmE+20+WcSMhP17Q1EVWUrLlbxxpMDqG731n8P99JhnQZHR9YvtjPvEHfjFUjvQJvdpKCjlKOX+xe4UVA==} dev: true - /cssesc/2.0.0: + /cssesc@2.0.0: resolution: {integrity: sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==} engines: {node: '>=4'} hasBin: true - /cssesc/3.0.0: + /cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} hasBin: true - /cssfilter/0.0.10: + /cssfilter@0.0.10: resolution: {integrity: sha512-FAaLDaplstoRsDR8XGYH51znUN0UY7nMc6Z9/fvE8EXGwvJE9hu7W2vHwx1+bd6gCYnln9nLbzxFTrcO9YQDZw==} dev: false - /cssnano-preset-default/4.0.8: + /cssnano-preset-default@4.0.8: resolution: {integrity: sha512-LdAyHuq+VRyeVREFmuxUZR1TXjQm8QQU/ktoo/x7bz+SdOge1YKc5eMN6pRW7YWBmyq59CqYba1dJ5cUukEjLQ==} engines: {node: '>=6.9.0'} dependencies: @@ -26251,29 +23396,29 @@ packages: postcss-unique-selectors: 4.0.1 dev: true - /cssnano-util-get-arguments/4.0.0: + /cssnano-util-get-arguments@4.0.0: resolution: {integrity: sha512-6RIcwmV3/cBMG8Aj5gucQRsJb4vv4I4rn6YjPbVWd5+Pn/fuG+YseGvXGk00XLkoZkaj31QOD7vMUpNPC4FIuw==} engines: {node: '>=6.9.0'} dev: true - /cssnano-util-get-match/4.0.0: + /cssnano-util-get-match@4.0.0: resolution: {integrity: sha512-JPMZ1TSMRUPVIqEalIBNoBtAYbi8okvcFns4O0YIhcdGebeYZK7dMyHJiQ6GqNBA9kE0Hym4Aqym5rPdsV/4Cw==} engines: {node: '>=6.9.0'} dev: true - /cssnano-util-raw-cache/4.0.1: + /cssnano-util-raw-cache@4.0.1: resolution: {integrity: sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.39 dev: true - /cssnano-util-same-parent/4.0.1: + /cssnano-util-same-parent@4.0.1: resolution: {integrity: sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==} engines: {node: '>=6.9.0'} dev: true - /cssnano/4.1.11: + /cssnano@4.1.11: resolution: {integrity: sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==} engines: {node: '>=6.9.0'} dependencies: @@ -26283,51 +23428,51 @@ packages: postcss: 7.0.39 dev: true - /csso/4.2.0: + /csso@4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} engines: {node: '>=8.0.0'} dependencies: css-tree: 1.1.3 dev: true - /cssom/0.3.8: + /cssom@0.3.8: resolution: {integrity: sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==} - /cssom/0.4.4: + /cssom@0.4.4: resolution: {integrity: sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==} - /cssstyle/1.4.0: + /cssstyle@1.4.0: resolution: {integrity: sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA==} dependencies: cssom: 0.3.8 dev: true - /cssstyle/2.3.0: + /cssstyle@2.3.0: resolution: {integrity: sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==} engines: {node: '>=8'} dependencies: cssom: 0.3.8 - /csstype/2.6.21: + /csstype@2.6.21: resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==} dev: true - /csstype/3.1.2: + /csstype@3.1.2: resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} - /csv-generate/3.4.3: + /csv-generate@3.4.3: resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} dev: true - /csv-parse/4.16.3: + /csv-parse@4.16.3: resolution: {integrity: sha512-cO1I/zmz4w2dcKHVvpCr7JVRu8/FymG5OEpmvsZYlccYolPBLoVGKUHgNoc4ZGkFeFlWGEDmMyBM+TTqRdW/wg==} dev: true - /csv-stringify/5.6.5: + /csv-stringify@5.6.5: resolution: {integrity: sha512-PjiQ659aQ+fUTQqSrd1XEDnOr52jh30RBurfzkscaE2tPaFsDH5wOAHJiw8XAHphRknCwMUE9KRayc4K/NbO8A==} dev: true - /csv/5.5.3: + /csv@5.5.3: resolution: {integrity: sha512-QTaY0XjjhTQOdguARF0lGKm5/mEq9PD9/VhZZegHDIBq2tQwgNpHc3dneD4mGo2iJs+fTKv5Bp0fZ+BRuY3Z0g==} engines: {node: '>= 0.1.90'} dependencies: @@ -26337,23 +23482,23 @@ packages: stream-transform: 2.1.3 dev: true - /currently-unhandled/0.4.1: + /currently-unhandled@0.4.1: resolution: {integrity: sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==} engines: {node: '>=0.10.0'} dependencies: array-find-index: 1.0.2 dev: true - /cwd/0.9.1: + /cwd@0.9.1: resolution: {integrity: sha512-4+0D+ojEasdLndYX4Cqff057I/Jp6ysXpwKkdLQLnZxV8f6IYZmZtTP5uqD91a/kWqejoc0sSqK4u8wpTKCh8A==} engines: {node: '>=0.8'} dependencies: find-pkg: 0.1.2 - /cyclist/1.0.1: + /cyclist@1.0.1: resolution: {integrity: sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==} - /cypher-editor-support/1.1.11: + /cypher-editor-support@1.1.11: resolution: {integrity: sha512-hHUT8qiRLZGn90n3iaHdWuVmTqls7GHyrPPZAwceu+rI2C6e/HtuckQIXMJwYuH6U3Or2o7foyqoVDXXTt2kfw==} engines: {node: '>=8.2.0'} deprecated: This package has been deprecated, use @neo4j-cypher/editor-support instead. See https://github.com/neo4j/cypher-editor for more info. @@ -26364,98 +23509,91 @@ packages: lodash: 4.17.21 dev: false - /d/1.0.1: - resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} - dependencies: - es5-ext: 0.10.62 - type: 1.2.0 - dev: true - - /d3-array/1.2.4: + /d3-array@1.2.4: resolution: {integrity: sha512-KHW6M86R+FUPYGb3R5XiYjXPq7VzwxZ22buHhAEVG5ztoEcZZMLov530mmccaqA1GghZArjQV46fuc8kUqhhHw==} dev: false - /d3-array/2.12.1: + /d3-array@2.12.1: resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==} dependencies: internmap: 1.0.1 dev: false - /d3-array/3.2.3: + /d3-array@3.2.3: resolution: {integrity: sha512-JRHwbQQ84XuAESWhvIPaUV4/1UYTBOLiOPGWqgFDHZS1D5QN9c57FbH3QpEnQMYiOXNzKUQyGTZf+EVO7RT5TQ==} engines: {node: '>=12'} dependencies: internmap: 2.0.3 dev: false - /d3-axis/2.1.0: + /d3-axis@2.1.0: resolution: {integrity: sha512-z/G2TQMyuf0X3qP+Mh+2PimoJD41VOCjViJzT0BHeL/+JQAofkiWZbWxlwFGb1N8EN+Cl/CW+MUKbVzr1689Cw==} dev: false - /d3-binarytree/1.0.2: + /d3-binarytree@1.0.2: resolution: {integrity: sha512-cElUNH+sHu95L04m92pG73t2MEJXKu+GeKUN1TJkFsu93E5W8E9Sc3kHEGJKgenGvj19m6upSn2EunvMgMD2Yw==} dev: false - /d3-brush/2.1.0: + /d3-brush@2.1.0: resolution: {integrity: sha512-cHLLAFatBATyIKqZOkk/mDHUbzne2B3ZwxkzMHvFTCZCmLaXDpZRihQSn8UNXTkGD/3lb/W2sQz0etAftmHMJQ==} dependencies: d3-dispatch: 2.0.0 d3-drag: 2.0.0 d3-interpolate: 2.0.1 d3-selection: 2.0.0 - d3-transition: 2.0.0_d3-selection@2.0.0 + d3-transition: 2.0.0(d3-selection@2.0.0) dev: false - /d3-chord/2.0.0: + /d3-chord@2.0.0: resolution: {integrity: sha512-D5PZb7EDsRNdGU4SsjQyKhja8Zgu+SHZfUSO5Ls8Wsn+jsAKUUGkcshLxMg9HDFxG3KqavGWaWkJ8EpU8ojuig==} dependencies: d3-path: 2.0.0 dev: false - /d3-collection/1.0.7: + /d3-collection@1.0.7: resolution: {integrity: sha512-ii0/r5f4sjKNTfh84Di+DpztYwqKhEyUlKoPrzUFfeSkWxjW49xU2QzO9qrPrNkpdI0XJkfzvmTu8V2Zylln6A==} dev: false - /d3-color/1.4.1: + /d3-color@1.4.1: resolution: {integrity: sha512-p2sTHSLCJI2QKunbGb7ocOh7DgTAn8IrLx21QRc/BSnodXM4sv6aLQlnfpvehFMLZEfBc6g9pH9SWQccFYfJ9Q==} dev: false - /d3-color/2.0.0: + /d3-color@2.0.0: resolution: {integrity: sha512-SPXi0TSKPD4g9tw0NMZFnR95XVgUZiBH+uUTqQuDu1OsE2zomHU7ho0FISciaPvosimixwHFl3WHLGabv6dDgQ==} dev: false - /d3-color/3.1.0: + /d3-color@3.1.0: resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} engines: {node: '>=12'} - /d3-contour/2.0.0: + /d3-contour@2.0.0: resolution: {integrity: sha512-9unAtvIaNk06UwqBmvsdHX7CZ+NPDZnn8TtNH1myW93pWJkhsV25JcgnYAu0Ck5Veb1DHiCv++Ic5uvJ+h50JA==} dependencies: d3-array: 2.12.1 dev: false - /d3-delaunay/5.3.0: + /d3-delaunay@5.3.0: resolution: {integrity: sha512-amALSrOllWVLaHTnDLHwMIiz0d1bBu9gZXd1FiLfXf8sHcX9jrcj81TVZOqD4UX7MgBZZ07c8GxzEgBpJqc74w==} dependencies: delaunator: 4.0.1 dev: false - /d3-dispatch/2.0.0: + /d3-dispatch@2.0.0: resolution: {integrity: sha512-S/m2VsXI7gAti2pBoLClFFTMOO1HTtT0j99AuXLoGFKO6deHDdnv6ZGTxSTTUTgO1zVcv82fCOtDjYK4EECmWA==} - /d3-dispatch/3.0.1: + /d3-dispatch@3.0.1: resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} engines: {node: '>=12'} dev: false - /d3-drag/2.0.0: + /d3-drag@2.0.0: resolution: {integrity: sha512-g9y9WbMnF5uqB9qKqwIIa/921RYWzlUDv9Jl1/yONQwxbOfszAWTCm8u7HOTgJgRDXiRZN56cHT9pd24dmXs8w==} dependencies: d3-dispatch: 2.0.0 d3-selection: 2.0.0 dev: false - /d3-dsv/1.2.0: + /d3-dsv@1.2.0: resolution: {integrity: sha512-9yVlqvZcSOMhCYzniHE7EVUws7Fa1zgw+/EAV2BxJoG3ME19V6BQFBwI855XQDsxyOuG7NibqRMTtiF/Qup46g==} hasBin: true dependencies: @@ -26464,7 +23602,7 @@ packages: rw: 1.3.3 dev: false - /d3-dsv/2.0.0: + /d3-dsv@2.0.0: resolution: {integrity: sha512-E+Pn8UJYx9mViuIUkoc93gJGGYut6mSDKy2+XaPwccwkRGlR+LO97L2VCCRjQivTwLHkSnAJG7yo00BWY6QM+w==} hasBin: true dependencies: @@ -26473,20 +23611,20 @@ packages: rw: 1.3.3 dev: false - /d3-ease/1.0.7: + /d3-ease@1.0.7: resolution: {integrity: sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==} - /d3-ease/2.0.0: + /d3-ease@2.0.0: resolution: {integrity: sha512-68/n9JWarxXkOWMshcT5IcjbB+agblQUaIsbnXmrzejn2O82n3p2A9R2zEB9HIEFWKFwPAEDDN8gR0VdSAyyAQ==} dev: false - /d3-fetch/2.0.0: + /d3-fetch@2.0.0: resolution: {integrity: sha512-TkYv/hjXgCryBeNKiclrwqZH7Nb+GaOwo3Neg24ZVWA3MKB+Rd+BY84Nh6tmNEMcjUik1CSUWjXYndmeO6F7sw==} dependencies: d3-dsv: 2.0.0 dev: false - /d3-force-3d/3.0.5: + /d3-force-3d@3.0.5: resolution: {integrity: sha512-tdwhAhoTYZY/a6eo9nR7HP3xSW/C6XvJTbeRpR92nlPzH6OiE+4MliN9feuSFd0tPtEUo+191qOhCTWx3NYifg==} engines: {node: '>=12'} dependencies: @@ -26497,97 +23635,99 @@ packages: d3-timer: 3.0.1 dev: false - /d3-force/2.1.1: + /d3-force@2.1.1: resolution: {integrity: sha512-nAuHEzBqMvpFVMf9OX75d00OxvOXdxY+xECIXjW6Gv8BRrXu6gAWbv/9XKrvfJ5i5DCokDW7RYE50LRoK092ew==} dependencies: d3-dispatch: 2.0.0 d3-quadtree: 2.0.0 d3-timer: 2.0.0 - /d3-format/1.4.5: + /d3-format@1.4.5: resolution: {integrity: sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==} dev: false - /d3-format/2.0.0: + /d3-format@2.0.0: resolution: {integrity: sha512-Ab3S6XuE/Q+flY96HXT0jOXcM4EAClYFnRGY5zsjRGNy6qCYrQsMffs7cV5Q9xejb35zxW5hf/guKw34kvIKsA==} dev: false - /d3-format/3.1.0: + /d3-format@3.1.0: resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==} engines: {node: '>=12'} dev: false - /d3-geo/1.7.1: + /d3-geo@1.7.1: resolution: {integrity: sha512-O4AempWAr+P5qbk2bC2FuN/sDW4z+dN2wDf9QV3bxQt4M5HfOEeXLgJ/UKQW0+o1Dj8BE+L5kiDbdWUMjsmQpw==} dependencies: d3-array: 1.2.4 dev: false - /d3-geo/2.0.2: + /d3-geo@2.0.2: resolution: {integrity: sha512-8pM1WGMLGFuhq9S+FpPURxic+gKzjluCD/CHTuUF3mXMeiCo0i6R0tO1s4+GArRFde96SLcW/kOFRjoAosPsFA==} dependencies: d3-array: 2.12.1 dev: false - /d3-hexbin/0.2.2: + /d3-hexbin@0.2.2: resolution: {integrity: sha512-KS3fUT2ReD4RlGCjvCEm1RgMtp2NFZumdMu4DBzQK8AZv3fXRM6Xm8I4fSU07UXvH4xxg03NwWKWdvxfS/yc4w==} dev: false - /d3-hierarchy/2.0.0: + /d3-hierarchy@2.0.0: resolution: {integrity: sha512-SwIdqM3HxQX2214EG9GTjgmCc/mbSx4mQBn+DuEETubhOw6/U3fmnji4uCVrmzOydMHSO1nZle5gh6HB/wdOzw==} + dev: false - /d3-interpolate/1.4.0: + /d3-interpolate@1.4.0: resolution: {integrity: sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==} dependencies: d3-color: 1.4.1 dev: false - /d3-interpolate/2.0.1: + /d3-interpolate@2.0.1: resolution: {integrity: sha512-c5UhwwTs/yybcmTpAVqwSFl6vrQ8JZJoT5F7xNFK9pymv5C0Ymcc9/LIJHtYIggg/yS9YHw8i8O8tgb9pupjeQ==} dependencies: d3-color: 2.0.0 dev: false - /d3-interpolate/3.0.1: + /d3-interpolate@3.0.1: resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} engines: {node: '>=12'} dependencies: d3-color: 3.1.0 - /d3-octree/1.0.2: + /d3-octree@1.0.2: resolution: {integrity: sha512-Qxg4oirJrNXauiuC94uKMbgxwnhdda9xRLl9ihq45srlJ4Ga3CSgqGcAL8iW7N5CIv4Oz8x3E734ulxyvHPvwA==} dev: false - /d3-path/2.0.0: + /d3-path@2.0.0: resolution: {integrity: sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA==} dev: false - /d3-polygon/2.0.0: + /d3-polygon@2.0.0: resolution: {integrity: sha512-MsexrCK38cTGermELs0cO1d79DcTsQRN7IWMJKczD/2kBjzNXxLUWP33qRF6VDpiLV/4EI4r6Gs0DAWQkE8pSQ==} dev: false - /d3-quadtree/2.0.0: + /d3-quadtree@2.0.0: resolution: {integrity: sha512-b0Ed2t1UUalJpc3qXzKi+cPGxeXRr4KU9YSlocN74aTzp6R/Ud43t79yLLqxHRWZfsvWXmbDWPpoENK1K539xw==} - /d3-quadtree/3.0.1: + /d3-quadtree@3.0.1: resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==} engines: {node: '>=12'} - /d3-random/2.2.2: + /d3-random@2.2.2: resolution: {integrity: sha512-0D9P8TRj6qDAtHhRQn6EfdOtHMfsUWanl3yb/84C4DqpZ+VsgfI5iTVRNRbELCfNvRfpMr8OrqqUTQ6ANGCijw==} dev: false - /d3-regression/1.3.10: + /d3-regression@1.3.10: resolution: {integrity: sha512-PF8GWEL70cHHWpx2jUQXc68r1pyPHIA+St16muk/XRokETzlegj5LriNKg7o4LR0TySug4nHYPJNNRz/W+/Niw==} + dev: false - /d3-scale-chromatic/2.0.0: + /d3-scale-chromatic@2.0.0: resolution: {integrity: sha512-LLqy7dJSL8yDy7NRmf6xSlsFZ6zYvJ4BcWFE4zBrOPnQERv9zj24ohnXKRbyi9YHnYV+HN1oEO3iFK971/gkzA==} dependencies: d3-color: 2.0.0 d3-interpolate: 2.0.1 dev: false - /d3-scale-chromatic/3.0.0: + /d3-scale-chromatic@3.0.0: resolution: {integrity: sha512-Lx9thtxAKrO2Pq6OO2Ua474opeziKr279P/TKZsMAhYyNDD3EnCffdbgeSYN5O7m2ByQsxtuP2CSDczNUIZ22g==} engines: {node: '>=12'} dependencies: @@ -26595,7 +23735,7 @@ packages: d3-interpolate: 3.0.1 dev: false - /d3-scale/2.2.2: + /d3-scale@2.2.2: resolution: {integrity: sha512-LbeEvGgIb8UMcAa0EATLNX0lelKWGYDQiPdHj+gLblGVhGLyNbaCn3EvrJf0A3Y/uOOU5aD6MTh5ZFCdEwGiCw==} dependencies: d3-array: 1.2.4 @@ -26606,7 +23746,7 @@ packages: d3-time-format: 2.3.0 dev: false - /d3-scale/3.3.0: + /d3-scale@3.3.0: resolution: {integrity: sha512-1JGp44NQCt5d1g+Yy+GeOnZP7xHo0ii8zsQp6PGzd+C1/dl0KGsp9A7Mxwp+1D1o4unbTTxVdU/ZOIEBoeZPbQ==} dependencies: d3-array: 2.12.1 @@ -26616,7 +23756,7 @@ packages: d3-time-format: 3.0.0 dev: false - /d3-scale/4.0.2: + /d3-scale@4.0.2: resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} engines: {node: '>=12'} dependencies: @@ -26627,64 +23767,64 @@ packages: d3-time-format: 4.1.0 dev: false - /d3-selection/2.0.0: + /d3-selection@2.0.0: resolution: {integrity: sha512-XoGGqhLUN/W14NmaqcO/bb1nqjDAw5WtSYb2X8wiuQWvSZUsUVYsOSkOybUrNvcBjaywBdYPy03eXHMXjk9nZA==} dev: false - /d3-shape/2.1.0: + /d3-shape@2.1.0: resolution: {integrity: sha512-PnjUqfM2PpskbSLTJvAzp2Wv4CZsnAgTfcVRTwW03QR3MkXF8Uo7B1y/lWkAsmbKwuecto++4NlsYcvYpXpTHA==} dependencies: d3-path: 2.0.0 dev: false - /d3-time-format/2.3.0: + /d3-time-format@2.3.0: resolution: {integrity: sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==} dependencies: d3-time: 1.1.0 dev: false - /d3-time-format/3.0.0: + /d3-time-format@3.0.0: resolution: {integrity: sha512-UXJh6EKsHBTjopVqZBhFysQcoXSv/5yLONZvkQ5Kk3qbwiUYkdX17Xa1PT6U1ZWXGGfB1ey5L8dKMlFq2DO0Ag==} dependencies: d3-time: 2.1.1 dev: false - /d3-time-format/4.1.0: + /d3-time-format@4.1.0: resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==} engines: {node: '>=12'} dependencies: d3-time: 3.1.0 dev: false - /d3-time/1.1.0: + /d3-time@1.1.0: resolution: {integrity: sha512-Xh0isrZ5rPYYdqhAVk8VLnMEidhz5aP7htAADH6MfzgmmicPkTo8LhkLxci61/lCB7n7UmE3bN0leRt+qvkLxA==} dev: false - /d3-time/2.1.1: + /d3-time@2.1.1: resolution: {integrity: sha512-/eIQe/eR4kCQwq7yxi7z4c6qEXf2IYGcjoWB5OOQy4Tq9Uv39/947qlDcN2TLkiTzQWzvnsuYPB9TrWaNfipKQ==} dependencies: d3-array: 2.12.1 dev: false - /d3-time/3.1.0: + /d3-time@3.1.0: resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==} engines: {node: '>=12'} dependencies: d3-array: 3.2.3 dev: false - /d3-timer/1.0.10: + /d3-timer@1.0.10: resolution: {integrity: sha512-B1JDm0XDaQC+uvo4DT79H0XmBskgS3l6Ve+1SBCfxgmtIb1AVrPIoqd+nPSv+loMX8szQ0sVUhGngL7D5QPiXw==} - /d3-timer/2.0.0: + /d3-timer@2.0.0: resolution: {integrity: sha512-TO4VLh0/420Y/9dO3+f9abDEFYeCUr2WZRlxJvbp4HPTQcSylXNiL6yZa9FIUvV1yRiFufl1bszTCLDqv9PWNA==} - /d3-timer/3.0.1: + /d3-timer@3.0.1: resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} engines: {node: '>=12'} dev: false - /d3-transition/2.0.0_d3-selection@2.0.0: + /d3-transition@2.0.0(d3-selection@2.0.0): resolution: {integrity: sha512-42ltAGgJesfQE3u9LuuBHNbGrI/AJjNL2OAUdclE70UE6Vy239GCBEYD38uBPoLeNsOhFStGpPI0BAOV+HMxog==} peerDependencies: d3-selection: '2' @@ -26697,21 +23837,21 @@ packages: d3-timer: 2.0.0 dev: false - /d3-voronoi/1.1.2: + /d3-voronoi@1.1.2: resolution: {integrity: sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==} dev: false - /d3-zoom/2.0.0: + /d3-zoom@2.0.0: resolution: {integrity: sha512-fFg7aoaEm9/jf+qfstak0IYpnesZLiMX6GZvXtUSdv8RH2o4E2qeelgdU09eKS6wGuiGMfcnMI0nTIqWzRHGpw==} dependencies: d3-dispatch: 2.0.0 d3-drag: 2.0.0 d3-interpolate: 2.0.1 d3-selection: 2.0.0 - d3-transition: 2.0.0_d3-selection@2.0.0 + d3-transition: 2.0.0(d3-selection@2.0.0) dev: false - /d3/6.7.0: + /d3@6.7.0: resolution: {integrity: sha512-hNHRhe+yCDLUG6Q2LwvR/WdNFPOJQ5VWqsJcwIYVeI401+d2/rrCjxSXkiAdIlpx7/73eApFB4Olsmh3YN7a6g==} dependencies: d3-array: 2.12.1 @@ -26742,18 +23882,18 @@ packages: d3-time: 2.1.1 d3-time-format: 3.0.0 d3-timer: 2.0.0 - d3-transition: 2.0.0_d3-selection@2.0.0 + d3-transition: 2.0.0(d3-selection@2.0.0) d3-zoom: 2.0.0 dev: false - /dagre-compound/0.0.11: - resolution: {integrity: sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==} - engines: {node: '>=6.0.0'} - peerDependencies: - dagre: ^0.8.5 - dev: false + /d@1.0.1: + resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} + dependencies: + es5-ext: 0.10.62 + type: 1.2.0 + dev: true - /dagre-compound/0.0.11_dagre@0.8.5: + /dagre-compound@0.0.11(dagre@0.8.5): resolution: {integrity: sha512-UrSgRP9LtOZCYb9e5doolZXpc7xayyszgyOs7uakTK4n4KsLegLVTRRtq01GpQd/iZjYw5fWMapx9ed+c80MAQ==} engines: {node: '>=6.0.0'} peerDependencies: @@ -26761,44 +23901,44 @@ packages: dependencies: dagre: 0.8.5 - /dagre/0.8.5: + /dagre@0.8.5: resolution: {integrity: sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw==} dependencies: graphlib: 2.1.8 lodash: 4.17.21 - /damerau-levenshtein/1.0.8: + /damerau-levenshtein@1.0.8: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} dev: true - /dargs/6.1.0: + /dargs@6.1.0: resolution: {integrity: sha512-5dVBvpBLBnPwSsYXqfybFyehMmC/EenKEcf23AhCTgTf48JFBbmJKqoZBsERDnjL0FyiVTYWdFsRfTLHxLyKdQ==} engines: {node: '>=6'} - /dashdash/1.14.1: + /dashdash@1.14.1: resolution: {integrity: sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==} engines: {node: '>=0.10'} dependencies: assert-plus: 1.0.0 dev: true - /data-joint/1.3.1: + /data-joint@1.3.1: resolution: {integrity: sha512-tMK0m4OVGqiA3zkn8JmO6YAqD8UwJqIAx4AAwFl1SKTtKAqcXePuT+n2aayiX9uITtlN3DFtKKTOxJRUc2+HvQ==} engines: {node: '>=12'} dependencies: index-array-by: 1.4.1 dev: false - /data-uri-to-buffer/3.0.1: + /data-uri-to-buffer@3.0.1: resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} engines: {node: '>= 6'} - /data-uri-to-buffer/4.0.1: + /data-uri-to-buffer@4.0.1: resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} engines: {node: '>= 12'} dev: false - /data-urls/1.1.0: + /data-urls@1.1.0: resolution: {integrity: sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ==} dependencies: abab: 2.0.6 @@ -26806,7 +23946,7 @@ packages: whatwg-url: 7.1.0 dev: true - /data-urls/2.0.0: + /data-urls@2.0.0: resolution: {integrity: sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==} engines: {node: '>=10'} dependencies: @@ -26814,36 +23954,26 @@ packages: whatwg-mimetype: 2.3.0 whatwg-url: 8.7.0 - /datauri/3.0.0: + /datauri@3.0.0: resolution: {integrity: sha512-NeDFuUPV1YCpCn8MUIcDk1QnuyenUHs7f4Q5P0n9FFA0neKFrfEH9esR+YMW95BplbYfdmjbs0Pl/ZGAaM2QHQ==} engines: {node: '>= 8'} dependencies: image-size: 0.8.3 mimer: 1.1.0 - /date-fns/2.30.0: + /date-fns@2.30.0: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} dependencies: '@babel/runtime': 7.21.5 - /dayjs/1.11.7: + /dayjs@1.11.7: resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} - /debounce/1.2.1: + /debounce@1.2.1: resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} - /debug/2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.0.0 - - /debug/2.6.9_supports-color@6.1.0: + /debug@2.6.9(supports-color@6.1.0): resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: supports-color: '*' @@ -26853,9 +23983,8 @@ packages: dependencies: ms: 2.0.0 supports-color: 6.1.0 - dev: true - /debug/3.1.0: + /debug@3.1.0: resolution: {integrity: sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==} peerDependencies: supports-color: '*' @@ -26865,7 +23994,7 @@ packages: dependencies: ms: 2.0.0 - /debug/3.2.6_supports-color@6.0.0: + /debug@3.2.6(supports-color@6.0.0): resolution: {integrity: sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==} deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) peerDependencies: @@ -26878,17 +24007,7 @@ packages: supports-color: 6.0.0 dev: true - /debug/3.2.7: - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.3 - - /debug/3.2.7_supports-color@6.1.0: + /debug@3.2.7(supports-color@6.1.0): resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: supports-color: '*' @@ -26898,9 +24017,8 @@ packages: dependencies: ms: 2.1.3 supports-color: 6.1.0 - dev: true - /debug/4.1.1: + /debug@4.1.1: resolution: {integrity: sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==} deprecated: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) peerDependencies: @@ -26912,18 +24030,7 @@ packages: ms: 2.1.3 dev: true - /debug/4.3.4: - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - - /debug/4.3.4_supports-color@5.5.0: + /debug@4.3.4(supports-color@5.5.0): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -26934,9 +24041,8 @@ packages: dependencies: ms: 2.1.2 supports-color: 5.5.0 - dev: true - /debug/4.3.4_supports-color@6.1.0: + /debug@4.3.4(supports-color@6.1.0): resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} peerDependencies: @@ -26949,7 +24055,7 @@ packages: supports-color: 6.1.0 dev: true - /decamelize-keys/1.1.1: + /decamelize-keys@1.1.1: resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} engines: {node: '>=0.10.0'} dependencies: @@ -26957,46 +24063,46 @@ packages: map-obj: 1.0.1 dev: true - /decamelize/1.2.0: + /decamelize@1.2.0: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} engines: {node: '>=0.10.0'} - /decamelize/2.0.0: + /decamelize@2.0.0: resolution: {integrity: sha512-Ikpp5scV3MSYxY39ymh45ZLEecsTdv/Xj2CaQfI8RLMuwi7XvjX9H/fhraiSuU+C5w5NTDu4ZU72xNiZnurBPg==} engines: {node: '>=4'} dependencies: xregexp: 4.0.0 dev: true - /decimal.js/10.4.3: + /decimal.js@10.4.3: resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} - /decode-named-character-reference/1.0.2: + /decode-named-character-reference@1.0.2: resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} dependencies: character-entities: 2.0.2 dev: false - /decode-uri-component/0.2.2: + /decode-uri-component@0.2.2: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} - /decompress-response/3.3.0: + /decompress-response@3.3.0: resolution: {integrity: sha512-BzRPQuY1ip+qDonAOz42gRm/pg9F768C+npV/4JOsxRC2sq+Rlk+Q4ZCAsOhnIaMrgarILY+RMUIvMmmX1qAEA==} engines: {node: '>=4'} dependencies: mimic-response: 1.0.1 dev: true - /dedent/0.7.0: + /dedent@0.7.0: resolution: {integrity: sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==} dev: true - /deep-equal/1.0.1: + /deep-equal@1.0.1: resolution: {integrity: sha512-bHtC0iYvWhyaTzvV3CZgPeZQqCOBGyGsVV7v4eevpdkLHfiSrXUdBG+qAuSz4RI70sszvjQ1QSZ98An1yNwpSw==} dev: false - /deep-equal/1.1.1: + /deep-equal@1.1.1: resolution: {integrity: sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==} dependencies: is-arguments: 1.1.1 @@ -27006,7 +24112,7 @@ packages: object-keys: 1.1.1 regexp.prototype.flags: 1.5.0 - /deep-equal/2.2.1: + /deep-equal@2.2.1: resolution: {integrity: sha512-lKdkdV6EOGoVn65XaOsPdH4rMxTZOnmFyuIkMjM1i5HHCbfjC97dawgTAy0deYNfuqUqW+Q5VrVaQYtUpSd6yQ==} dependencies: array-buffer-byte-length: 1.0.0 @@ -27029,42 +24135,42 @@ packages: which-typed-array: 1.1.9 dev: true - /deep-extend/0.6.0: + /deep-extend@0.6.0: resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} engines: {node: '>=4.0.0'} - /deep-is/0.1.4: + /deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - /deep-object-diff/1.1.9: + /deep-object-diff@1.1.9: resolution: {integrity: sha512-Rn+RuwkmkDwCi2/oXOFS9Gsr5lJZu/yTGpK7wAaAIE75CC+LCGEZHpY6VQJa/RoJcrmaA/docWJZvYohlNkWPA==} dev: true - /deepmerge/1.5.2: + /deepmerge@1.5.2: resolution: {integrity: sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==} engines: {node: '>=0.10.0'} - /deepmerge/2.2.1: + /deepmerge@2.2.1: resolution: {integrity: sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==} engines: {node: '>=0.10.0'} dev: true - /deepmerge/3.3.0: + /deepmerge@3.3.0: resolution: {integrity: sha512-GRQOafGHwMHpjPx9iCvTgpu9NojZ49q794EEL94JVEw6VaeA8XTUyBKvAkOOjBX9oJNiV6G3P+T+tihFjo2TqA==} engines: {node: '>=0.10.0'} - /deepmerge/4.3.1: + /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} - /default-compare/1.0.0: + /default-compare@1.0.0: resolution: {integrity: sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 5.1.0 dev: true - /default-gateway/4.2.0: + /default-gateway@4.2.0: resolution: {integrity: sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==} engines: {node: '>=6'} dependencies: @@ -27072,58 +24178,59 @@ packages: ip-regex: 2.1.0 dev: true - /default-require-extensions/2.0.0: + /default-require-extensions@2.0.0: resolution: {integrity: sha512-B0n2zDIXpzLzKeoEozorDSa1cHc1t0NjmxP0zuAxbizNU2MBqYJJKYXrrFdKuQliojXynrxgd7l4ahfg/+aA5g==} engines: {node: '>=4'} dependencies: strip-bom: 3.0.0 dev: true - /default-user-agent/1.0.0: + /default-user-agent@1.0.0: resolution: {integrity: sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==} engines: {node: '>= 0.10.0'} dependencies: os-name: 1.0.3 - /defaults/1.0.4: + /defaults@1.0.4: resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} dependencies: clone: 1.0.4 - /defer-to-connect/1.1.3: + /defer-to-connect@1.1.3: resolution: {integrity: sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==} dev: true - /define-properties/1.2.0: + /define-properties@1.2.0: resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} engines: {node: '>= 0.4'} dependencies: has-property-descriptors: 1.0.0 object-keys: 1.1.1 - /define-property/0.2.5: + /define-property@0.2.5: resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 0.1.6 - /define-property/1.0.0: + /define-property@1.0.0: resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 1.0.2 - /define-property/2.0.2: + /define-property@2.0.2: resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} engines: {node: '>=0.10.0'} dependencies: is-descriptor: 1.0.2 isobject: 3.0.1 - /defined/1.0.1: + /defined@1.0.1: resolution: {integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==} + dev: false - /degenerator/3.0.4: + /degenerator@3.0.4: resolution: {integrity: sha512-Z66uPeBfHZAHVmue3HPfyKu2Q0rC2cRxbTOsvmU/po5fvvcx27W4mIu9n0PUlQih4oUYvcG1BsbtVv8x7KDOSw==} engines: {node: '>= 6'} dependencies: @@ -27132,7 +24239,7 @@ packages: esprima: 4.0.1 vm2: 3.9.17 - /del/4.1.1: + /del@4.1.1: resolution: {integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==} engines: {node: '>=6'} dependencies: @@ -27145,129 +24252,129 @@ packages: rimraf: 2.7.1 dev: true - /delaunator/4.0.1: + /delaunator@4.0.1: resolution: {integrity: sha512-WNPWi1IRKZfCt/qIDMfERkDp93+iZEmOxN2yy4Jg+Xhv8SLk2UTqqbe1sfiipn0and9QrE914/ihdx82Y/Giag==} dev: false - /delayed-stream/1.0.0: + /delayed-stream@1.0.0: resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} engines: {node: '>=0.4.0'} - /delegate/3.2.0: + /delegate@3.2.0: resolution: {integrity: sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==} dev: true optional: true - /delegates/1.0.0: + /delegates@1.0.0: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} - /denodeify/1.2.1: + /denodeify@1.2.1: resolution: {integrity: sha512-KNTihKNmQENUZeKu5fzfpzRqR5S2VMp4gl9RFHiWzj9DfvYQPMJ6XHKNaQxaGCXwPk6y9yme3aUoaiAe+KX+vg==} - /density-clustering/1.3.0: + /density-clustering@1.3.0: resolution: {integrity: sha512-icpmBubVTwLnsaor9qH/4tG5+7+f61VcqMN3V3pm9sxxSCt2Jcs0zWOgwZW9ARJYaKD3FumIgHiMOcIMRRAzFQ==} dev: false - /depd/1.1.2: + /depd@1.1.2: resolution: {integrity: sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==} engines: {node: '>= 0.6'} - /depd/2.0.0: + /depd@2.0.0: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} - /deprecated-react-native-prop-types/3.0.1: + /deprecated-react-native-prop-types@3.0.1: resolution: {integrity: sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ==} dependencies: '@react-native/normalize-color': 2.1.0 invariant: 2.2.4 prop-types: 15.8.1 - /dequal/2.0.3: + /dequal@2.0.3: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} dev: false - /des.js/1.0.1: + /des.js@1.0.1: resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 - /destroy/1.2.0: + /destroy@1.2.0: resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - /detab/2.0.4: + /detab@2.0.4: resolution: {integrity: sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==} dependencies: repeat-string: 1.6.1 dev: true - /detect-browser/5.3.0: + /detect-browser@5.3.0: resolution: {integrity: sha512-53rsFbGdwMwlF7qvCt0ypLM5V5/Mbl0szB7GPN8y9NCcbknYOeVVXdrXEq+90IwAfrrzt6Hd+u2E2ntakICU8w==} - /detect-indent/4.0.0: + /detect-indent@4.0.0: resolution: {integrity: sha512-BDKtmHlOzwI7iRuEkhzsnPoi5ypEhWAJB5RvHWe1kMr06js3uK5B3734i3ui5Yd+wOJV1cpE4JnivPD283GU/A==} engines: {node: '>=0.10.0'} dependencies: repeating: 2.0.1 dev: true - /detect-indent/5.0.0: + /detect-indent@5.0.0: resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} engines: {node: '>=4'} dev: true - /detect-indent/6.1.0: + /detect-indent@6.1.0: resolution: {integrity: sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==} engines: {node: '>=8'} dev: true - /detect-libc/1.0.3: + /detect-libc@1.0.3: resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} engines: {node: '>=0.10'} hasBin: true dev: true - /detect-newline/2.1.0: + /detect-newline@2.1.0: resolution: {integrity: sha512-CwffZFvlJffUg9zZA0uqrjQayUTC8ob94pnr5sFwaVv3IOmkfUHcWH+jXaQK3askE51Cqe8/9Ql/0uXNwqZ8Zg==} engines: {node: '>=0.10.0'} dev: true - /detect-newline/3.1.0: + /detect-newline@3.1.0: resolution: {integrity: sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==} engines: {node: '>=8'} - /detect-node-es/1.1.0: + /detect-node-es@1.1.0: resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} dev: true - /detect-node/2.1.0: + /detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} dev: true - /detect-port-alt/1.1.6: + /detect-port-alt@1.1.6: resolution: {integrity: sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==} engines: {node: '>= 4.2.1'} hasBin: true dependencies: address: 1.1.2 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: true - /detect-port/1.5.1: + /detect-port@1.5.1: resolution: {integrity: sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==} hasBin: true dependencies: address: 1.2.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - /dicer/0.2.5: + /dicer@0.2.5: resolution: {integrity: sha512-FDvbtnq7dzlPz0wyYlOExifDEZcu8h+rErEXgfxqmLfRfC/kJidEFh4+effJRO3P0xmfqyPbSMG0LveNRfTKVg==} engines: {node: '>=0.8.0'} dependencies: @@ -27275,56 +24382,56 @@ packages: streamsearch: 0.1.2 dev: false - /didyoumean/1.2.2: + /didyoumean@1.2.2: resolution: {integrity: sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==} dev: true - /diff-match-patch/1.0.5: + /diff-match-patch@1.0.5: resolution: {integrity: sha512-IayShXAgj/QMXgB0IWmKx+rOPuGMhqm5w6jvFxmVenXKIzRqTAAsbBPT3kWQeGANj3jGgvcvv4yK6SxqYmikgw==} dev: true - /diff-sequences/24.9.0: + /diff-sequences@24.9.0: resolution: {integrity: sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==} engines: {node: '>= 6'} dev: true - /diff-sequences/26.6.2: + /diff-sequences@26.6.2: resolution: {integrity: sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==} engines: {node: '>= 10.14.2'} dev: false - /diff-sequences/29.4.3: + /diff-sequences@29.4.3: resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /diff/3.5.0: + /diff@3.5.0: resolution: {integrity: sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==} engines: {node: '>=0.3.1'} dev: true - /diff/4.0.2: + /diff@4.0.2: resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} engines: {node: '>=0.3.1'} dev: true - /diff/5.1.0: + /diff@5.1.0: resolution: {integrity: sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==} engines: {node: '>=0.3.1'} dev: false - /diffie-hellman/5.0.3: + /diffie-hellman@5.0.3: resolution: {integrity: sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==} dependencies: bn.js: 4.12.0 miller-rabin: 4.0.1 randombytes: 2.1.0 - /digest-header/1.1.0: + /digest-header@1.1.0: resolution: {integrity: sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==} engines: {node: '>= 8.0.0'} - /dir-glob/2.0.0: + /dir-glob@2.0.0: resolution: {integrity: sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==} engines: {node: '>=4'} dependencies: @@ -27332,77 +24439,77 @@ packages: path-type: 3.0.0 dev: true - /dir-glob/2.2.2: + /dir-glob@2.2.2: resolution: {integrity: sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==} engines: {node: '>=4'} dependencies: path-type: 3.0.0 dev: true - /dir-glob/3.0.1: + /dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} dependencies: path-type: 4.0.0 - /direction/2.0.1: + /direction@2.0.1: resolution: {integrity: sha512-9S6m9Sukh1cZNknO1CWAr2QAWsbKLafQiyM5gZ7VgXHeuaoUwffKN4q6NC4A/Mf9iiPlOXQEKW/Mv/mh9/3YFA==} hasBin: true dev: false - /discontinuous-range/1.0.0: + /discontinuous-range@1.0.0: resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} dev: true - /dns-equal/1.0.0: + /dns-equal@1.0.0: resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==} dev: true - /dns-packet/1.3.4: + /dns-packet@1.3.4: resolution: {integrity: sha512-BQ6F4vycLXBvdrJZ6S3gZewt6rcrks9KBgM9vrhW+knGRqc8uEdT7fuCwloc7nny5xNoMJ17HGH0R/6fpo8ECA==} dependencies: ip: 1.1.8 safe-buffer: 5.2.1 dev: true - /dns-txt/2.0.2: + /dns-txt@2.0.2: resolution: {integrity: sha512-Ix5PrWjphuSoUXV/Zv5gaFHjnaJtb02F2+Si3Ht9dyJ87+Z/lMmy+dpNHtTGraNK958ndXq2i+GLkWsWHcKaBQ==} dependencies: buffer-indexof: 1.1.1 dev: true - /doctrine/2.1.0: + /doctrine@2.1.0: resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} engines: {node: '>=0.10.0'} dependencies: esutils: 2.0.3 dev: true - /doctrine/3.0.0: + /doctrine@3.0.0: resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} engines: {node: '>=6.0.0'} dependencies: esutils: 2.0.3 dev: true - /docz-core/0.13.7_3fojeoqnli2zk5qrj33q6dbfqi: + /docz-core@0.13.7(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-VPQJj8yKepZMCTX/u/dxq3iW/1i8WkKaY1Aiet4NGz/pcvRHFHu1Pcwsp/3QM1wGNqbXw+96DJBOO7OpRVECXg==} dependencies: '@babel/core': 7.2.2 '@babel/polyfill': 7.2.5 '@babel/runtime': 7.21.5 - '@mdx-js/loader': 0.16.8_react@17.0.2 + '@mdx-js/loader': 0.16.8(react@17.0.2) '@mdx-js/mdx': 0.16.8 '@mdx-js/mdxast': 0.16.8 '@sindresorhus/slugify': 0.6.0 '@svgr/webpack': 4.3.3 art-template: 4.13.2 - babel-loader: 8.3.0_ieep5hlyifcvtaiqp5gtqa4fl4 + babel-loader: 8.3.0(@babel/core@7.2.2)(webpack@4.46.0) babel-preset-docz: 0.13.6 babylon: 6.18.0 - cache-loader: 2.0.1_webpack@4.46.0 + cache-loader: 2.0.1(webpack@4.46.0) chalk: 2.4.2 - chokidar: 2.1.8 + chokidar: 2.1.8(supports-color@6.1.0) common-tags: 1.8.2 cpy: 7.3.0 deepmerge: 3.3.0 @@ -27410,12 +24517,12 @@ packages: docz-utils: 0.13.6 dotenv: 6.2.0 env-dot-prop: 2.0.1 - express: 4.18.2 + express: 4.18.2(supports-color@6.1.0) fast-deep-equal: 2.0.1 fast-glob: 2.2.7 - file-loader: 3.0.1_webpack@4.46.0 + file-loader: 3.0.1(webpack@4.46.0) find-up: 3.0.0 - friendly-errors-webpack-plugin: 1.7.0_webpack@4.46.0 + friendly-errors-webpack-plugin: 1.7.0(webpack@4.46.0) fs-extra: 7.0.1 get-pkg-repo: 4.2.1 happypack: 5.0.1 @@ -27427,9 +24534,9 @@ packages: mini-html-webpack-plugin: 0.2.3 p-reduce: 1.0.0 progress-estimator: 0.2.2 - react-dev-utils: 7.0.5_webpack@4.46.0 - react-docgen-typescript-loader: 3.7.2_webpack@4.46.0 - react-hot-loader: 4.13.1_po5leixf63nqxm7arp6rb5e2xy + react-dev-utils: 7.0.5(typescript@4.9.5)(webpack@4.46.0) + react-docgen-typescript-loader: 3.7.2(typescript@4.9.5)(webpack@4.46.0) + react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) rehype-docz: 0.13.6 rehype-slug: 2.0.3 remark-docz: 0.13.3 @@ -27438,16 +24545,16 @@ packages: resolve: 1.22.2 signale: 1.4.0 source-map-loader: 0.2.4 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) titleize: 1.0.1 - url-loader: 1.1.2_webpack@4.46.0 - webpack: 4.46.0_webpack-cli@4.10.0 + url-loader: 1.1.2(webpack@4.46.0) + webpack: 4.46.0(webpack-cli@4.10.0) webpack-bundle-analyzer: 3.9.0 webpack-chain: 5.2.4 - webpack-dev-server: 3.11.3_dfxgqfcw6epibhmjfd2ethbqbi - webpack-hot-client: 4.2.0_webpack@4.46.0 - webpack-manifest-plugin: 2.2.0_webpack@4.46.0 - webpackbar: 3.2.0_webpack@4.46.0 + webpack-dev-server: 3.11.3(webpack-cli@4.10.0)(webpack@4.46.0) + webpack-hot-client: 4.2.0(webpack@4.46.0) + webpack-manifest-plugin: 2.2.0(webpack@4.46.0) + webpackbar: 3.2.0(webpack@4.46.0) ws: 6.2.2 yargs: 12.0.5 transitivePeerDependencies: @@ -27463,24 +24570,24 @@ packages: - webpack-command dev: true - /docz-core/0.13.7_fbx5t5ynsdb4k5xp4sxkecicfy: + /docz-core@0.13.7(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-VPQJj8yKepZMCTX/u/dxq3iW/1i8WkKaY1Aiet4NGz/pcvRHFHu1Pcwsp/3QM1wGNqbXw+96DJBOO7OpRVECXg==} dependencies: '@babel/core': 7.2.2 '@babel/polyfill': 7.2.5 '@babel/runtime': 7.21.5 - '@mdx-js/loader': 0.16.8_react@17.0.2 + '@mdx-js/loader': 0.16.8(react@17.0.2) '@mdx-js/mdx': 0.16.8 '@mdx-js/mdxast': 0.16.8 '@sindresorhus/slugify': 0.6.0 '@svgr/webpack': 4.3.3 art-template: 4.13.2 - babel-loader: 8.3.0_ieep5hlyifcvtaiqp5gtqa4fl4 + babel-loader: 8.3.0(@babel/core@7.2.2)(webpack@4.46.0) babel-preset-docz: 0.13.6 babylon: 6.18.0 - cache-loader: 2.0.1_webpack@4.46.0 + cache-loader: 2.0.1(webpack@4.46.0) chalk: 2.4.2 - chokidar: 2.1.8 + chokidar: 2.1.8(supports-color@6.1.0) common-tags: 1.8.2 cpy: 7.3.0 deepmerge: 3.3.0 @@ -27488,12 +24595,12 @@ packages: docz-utils: 0.13.6 dotenv: 6.2.0 env-dot-prop: 2.0.1 - express: 4.18.2 + express: 4.18.2(supports-color@6.1.0) fast-deep-equal: 2.0.1 fast-glob: 2.2.7 - file-loader: 3.0.1_webpack@4.46.0 + file-loader: 3.0.1(webpack@4.46.0) find-up: 3.0.0 - friendly-errors-webpack-plugin: 1.7.0_webpack@4.46.0 + friendly-errors-webpack-plugin: 1.7.0(webpack@4.46.0) fs-extra: 7.0.1 get-pkg-repo: 4.2.1 happypack: 5.0.1 @@ -27505,9 +24612,9 @@ packages: mini-html-webpack-plugin: 0.2.3 p-reduce: 1.0.0 progress-estimator: 0.2.2 - react-dev-utils: 7.0.5_hz2ft2okq2rqrbss2xshard3qq - react-docgen-typescript-loader: 3.7.2_hz2ft2okq2rqrbss2xshard3qq - react-hot-loader: 4.13.1_prpqlkd37azqwypxturxi7uyci + react-dev-utils: 7.0.5(typescript@4.9.5)(webpack@4.46.0) + react-docgen-typescript-loader: 3.7.2(typescript@4.9.5)(webpack@4.46.0) + react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) rehype-docz: 0.13.6 rehype-slug: 2.0.3 remark-docz: 0.13.3 @@ -27516,16 +24623,16 @@ packages: resolve: 1.22.2 signale: 1.4.0 source-map-loader: 0.2.4 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) titleize: 1.0.1 - url-loader: 1.1.2_webpack@4.46.0 - webpack: 4.46.0_webpack-cli@4.10.0 + url-loader: 1.1.2(webpack@4.46.0) + webpack: 4.46.0(webpack-cli@4.10.0) webpack-bundle-analyzer: 3.9.0 webpack-chain: 5.2.4 - webpack-dev-server: 3.11.3_dfxgqfcw6epibhmjfd2ethbqbi - webpack-hot-client: 4.2.0_webpack@4.46.0 - webpack-manifest-plugin: 2.2.0_webpack@4.46.0 - webpackbar: 3.2.0_webpack@4.46.0 + webpack-dev-server: 3.11.3(webpack-cli@4.10.0)(webpack@4.46.0) + webpack-hot-client: 4.2.0(webpack@4.46.0) + webpack-manifest-plugin: 2.2.0(webpack@4.46.0) + webpackbar: 3.2.0(webpack@4.46.0) ws: 6.2.2 yargs: 12.0.5 transitivePeerDependencies: @@ -27541,178 +24648,21 @@ packages: - webpack-command dev: true - /docz-core/0.13.7_kbte5w7cj7ibkcl7unud2qg7uu: - resolution: {integrity: sha512-VPQJj8yKepZMCTX/u/dxq3iW/1i8WkKaY1Aiet4NGz/pcvRHFHu1Pcwsp/3QM1wGNqbXw+96DJBOO7OpRVECXg==} - dependencies: - '@babel/core': 7.2.2 - '@babel/polyfill': 7.2.5 - '@babel/runtime': 7.21.5 - '@mdx-js/loader': 0.16.8_react@17.0.2 - '@mdx-js/mdx': 0.16.8 - '@mdx-js/mdxast': 0.16.8 - '@sindresorhus/slugify': 0.6.0 - '@svgr/webpack': 4.3.3 - art-template: 4.13.2 - babel-loader: 8.3.0_ieep5hlyifcvtaiqp5gtqa4fl4 - babel-preset-docz: 0.13.6 - babylon: 6.18.0 - cache-loader: 2.0.1_webpack@4.46.0 - chalk: 2.4.2 - chokidar: 2.1.8 - common-tags: 1.8.2 - cpy: 7.3.0 - deepmerge: 3.3.0 - detect-port: 1.5.1 - docz-utils: 0.13.6 - dotenv: 6.2.0 - env-dot-prop: 2.0.1 - express: 4.18.2 - fast-deep-equal: 2.0.1 - fast-glob: 2.2.7 - file-loader: 3.0.1_webpack@4.46.0 - find-up: 3.0.0 - friendly-errors-webpack-plugin: 1.7.0_webpack@4.46.0 - fs-extra: 7.0.1 - get-pkg-repo: 4.2.1 - happypack: 5.0.1 - html-minifier: 3.5.21 - humanize-string: 1.0.2 - koa-range: 0.3.0 - load-cfg: 0.13.3 - lodash: 4.17.21 - mini-html-webpack-plugin: 0.2.3 - p-reduce: 1.0.0 - progress-estimator: 0.2.2 - react-dev-utils: 7.0.5_hz2ft2okq2rqrbss2xshard3qq - react-docgen-typescript-loader: 3.7.2_hz2ft2okq2rqrbss2xshard3qq - react-hot-loader: 4.13.1_wsldad6nghbaz27nd5ik6opowq - rehype-docz: 0.13.6 - rehype-slug: 2.0.3 - remark-docz: 0.13.3 - remark-frontmatter: 1.3.3 - remark-parse: 6.0.3 - resolve: 1.22.2 - signale: 1.4.0 - source-map-loader: 0.2.4 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 - titleize: 1.0.1 - url-loader: 1.1.2_webpack@4.46.0 - webpack: 4.46.0_webpack-cli@4.10.0 - webpack-bundle-analyzer: 3.9.0 - webpack-chain: 5.2.4 - webpack-dev-server: 3.11.3_dfxgqfcw6epibhmjfd2ethbqbi - webpack-hot-client: 4.2.0_webpack@4.46.0 - webpack-manifest-plugin: 2.2.0_webpack@4.46.0 - webpackbar: 3.2.0_webpack@4.46.0 - ws: 6.2.2 - yargs: 12.0.5 - transitivePeerDependencies: - - '@types/react' - - bufferutil - - encoding - - react - - react-dom - - supports-color - - typescript - - utf-8-validate - - webpack-cli - - webpack-command - dev: true - - /docz-core/1.2.0_3fojeoqnli2zk5qrj33q6dbfqi: - resolution: {integrity: sha512-ifCycw3Vbw19bb8OPjFSA+INXBSYy/bgAZXRl8sh+nZJL8MJh3cnhl3xfeTjHrQBXeHCKr2qfzBrhhrYyiThmg==} - dependencies: - '@babel/core': 7.4.4 - '@babel/polyfill': 7.4.4 - '@babel/runtime': 7.21.5 - '@mdx-js/loader': 1.6.22_react@17.0.2 - '@sindresorhus/slugify': 0.9.1 - '@svgr/webpack': 4.3.3 - acorn: 6.0.5 - babel-loader: 8.3.0_w4s2t5nsmmhyyxq2t77obxqxpa - babel-plugin-export-metadata: 1.2.0 - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.4.4 - babel-preset-react-app: 9.1.2 - cache-loader: 3.0.1_webpack@4.46.0 - chalk: 2.4.2 - chokidar: 3.5.3 - common-tags: 1.8.2 - detect-port: 1.5.1 - docz-utils: 1.2.0 - dotenv: 8.6.0 - env-dot-prop: 2.0.1 - express: 4.18.2 - fast-deep-equal: 2.0.1 - fast-glob: 2.2.7 - file-loader: 3.0.1_webpack@4.46.0 - find-up: 3.0.0 - fs-extra: 7.0.1 - get-pkg-repo: 4.2.1 - html-minifier: 4.0.0 - humanize-string: 2.1.0 - load-cfg: 1.2.0_@babel+core@7.4.4 - lodash: 4.17.21 - mini-html-webpack-plugin: 0.2.3 - p-reduce: 2.1.0 - react-dev-utils: 9.1.0_zgauuxtgcpzjpnhcqkblwwnh6u - react-docgen: 4.1.1 - react-docgen-actual-name-handler: 1.2.0 - react-docgen-external-proptypes-handler: 1.0.3 - react-docgen-typescript: 1.22.0_typescript@3.3.4000 - react-hot-loader: 4.13.1_po5leixf63nqxm7arp6rb5e2xy - recast: 0.17.6 - rehype-docz: 1.2.0 - rehype-slug: 2.0.3 - remark-docz: 1.2.0 - remark-frontmatter: 1.3.3 - remark-parse: 6.0.3 - resolve: 1.22.2 - serve: 11.3.2 - signale: 1.4.0 - source-map-loader: 0.2.4 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 - thread-loader: 2.1.3_webpack@4.46.0 - titleize: 2.1.0 - typescript: 3.3.4000 - url-loader: 1.1.2_webpack@4.46.0 - webpack: 4.46.0_webpack-cli@4.10.0 - webpack-bundle-analyzer: 3.9.0 - webpack-chain: 6.5.1 - webpack-dev-server: 3.11.3_dfxgqfcw6epibhmjfd2ethbqbi - webpack-hot-client: 4.2.0_webpack@4.46.0 - webpack-manifest-plugin: 2.2.0_webpack@4.46.0 - webpackbar: 3.2.0_webpack@4.46.0 - ws: 7.5.9 - yargs: 13.3.2 - transitivePeerDependencies: - - '@types/react' - - bufferutil - - encoding - - eslint - - react - - react-dom - - supports-color - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /docz-core/1.2.0_ohr5fl4r2wu7er6p6keeytxxtq: + /docz-core@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-ifCycw3Vbw19bb8OPjFSA+INXBSYy/bgAZXRl8sh+nZJL8MJh3cnhl3xfeTjHrQBXeHCKr2qfzBrhhrYyiThmg==} dependencies: '@babel/core': 7.4.4 '@babel/polyfill': 7.4.4 '@babel/runtime': 7.21.5 - '@mdx-js/loader': 1.6.22_react@17.0.2 + '@mdx-js/loader': 1.6.22(react@17.0.2) '@sindresorhus/slugify': 0.9.1 '@svgr/webpack': 4.3.3 acorn: 6.0.5 - babel-loader: 8.3.0_w4s2t5nsmmhyyxq2t77obxqxpa + babel-loader: 8.3.0(@babel/core@7.4.4)(webpack@4.46.0) babel-plugin-export-metadata: 1.2.0 - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.4.4 + babel-plugin-named-asset-import: 0.3.8(@babel/core@7.4.4) babel-preset-react-app: 9.1.2 - cache-loader: 3.0.1_webpack@4.46.0 + cache-loader: 3.0.1(webpack@4.46.0) chalk: 2.4.2 chokidar: 3.5.3 common-tags: 1.8.2 @@ -27720,25 +24670,25 @@ packages: docz-utils: 1.2.0 dotenv: 8.6.0 env-dot-prop: 2.0.1 - express: 4.18.2 + express: 4.18.2(supports-color@6.1.0) fast-deep-equal: 2.0.1 fast-glob: 2.2.7 - file-loader: 3.0.1_webpack@4.46.0 + file-loader: 3.0.1(webpack@4.46.0) find-up: 3.0.0 fs-extra: 7.0.1 get-pkg-repo: 4.2.1 html-minifier: 4.0.0 humanize-string: 2.1.0 - load-cfg: 1.2.0_@babel+core@7.4.4 + load-cfg: 1.2.0(@babel/core@7.4.4) lodash: 4.17.21 mini-html-webpack-plugin: 0.2.3 p-reduce: 2.1.0 - react-dev-utils: 9.1.0_obq7tnaqcyv52b5xol33hbzeya + react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@3.3.4000)(webpack@4.46.0) react-docgen: 4.1.1 react-docgen-actual-name-handler: 1.2.0 react-docgen-external-proptypes-handler: 1.0.3 - react-docgen-typescript: 1.22.0_typescript@3.3.4000 - react-hot-loader: 4.13.1_prpqlkd37azqwypxturxi7uyci + react-docgen-typescript: 1.22.0(typescript@3.3.4000) + react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) recast: 0.17.6 rehype-docz: 1.2.0 rehype-slug: 2.0.3 @@ -27749,18 +24699,18 @@ packages: serve: 11.3.2 signale: 1.4.0 source-map-loader: 0.2.4 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 - thread-loader: 2.1.3_webpack@4.46.0 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) + thread-loader: 2.1.3(webpack@4.46.0) titleize: 2.1.0 typescript: 3.3.4000 - url-loader: 1.1.2_webpack@4.46.0 - webpack: 4.46.0_webpack-cli@4.10.0 + url-loader: 1.1.2(webpack@4.46.0) + webpack: 4.46.0(webpack-cli@4.10.0) webpack-bundle-analyzer: 3.9.0 webpack-chain: 6.5.1 - webpack-dev-server: 3.11.3_dfxgqfcw6epibhmjfd2ethbqbi - webpack-hot-client: 4.2.0_webpack@4.46.0 - webpack-manifest-plugin: 2.2.0_webpack@4.46.0 - webpackbar: 3.2.0_webpack@4.46.0 + webpack-dev-server: 3.11.3(webpack-cli@4.10.0)(webpack@4.46.0) + webpack-hot-client: 4.2.0(webpack@4.46.0) + webpack-manifest-plugin: 2.2.0(webpack@4.46.0) + webpackbar: 3.2.0(webpack@4.46.0) ws: 7.5.9 yargs: 13.3.2 transitivePeerDependencies: @@ -27777,21 +24727,21 @@ packages: - webpack-command dev: true - /docz-core/1.2.0_rxcza273b5hd23d7ahwwro5gge: + /docz-core@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-ifCycw3Vbw19bb8OPjFSA+INXBSYy/bgAZXRl8sh+nZJL8MJh3cnhl3xfeTjHrQBXeHCKr2qfzBrhhrYyiThmg==} dependencies: '@babel/core': 7.4.4 '@babel/polyfill': 7.4.4 '@babel/runtime': 7.21.5 - '@mdx-js/loader': 1.6.22_react@17.0.2 + '@mdx-js/loader': 1.6.22(react@17.0.2) '@sindresorhus/slugify': 0.9.1 '@svgr/webpack': 4.3.3 acorn: 6.0.5 - babel-loader: 8.3.0_w4s2t5nsmmhyyxq2t77obxqxpa + babel-loader: 8.3.0(@babel/core@7.4.4)(webpack@4.46.0) babel-plugin-export-metadata: 1.2.0 - babel-plugin-named-asset-import: 0.3.8_@babel+core@7.4.4 + babel-plugin-named-asset-import: 0.3.8(@babel/core@7.4.4) babel-preset-react-app: 9.1.2 - cache-loader: 3.0.1_webpack@4.46.0 + cache-loader: 3.0.1(webpack@4.46.0) chalk: 2.4.2 chokidar: 3.5.3 common-tags: 1.8.2 @@ -27799,25 +24749,25 @@ packages: docz-utils: 1.2.0 dotenv: 8.6.0 env-dot-prop: 2.0.1 - express: 4.18.2 + express: 4.18.2(supports-color@6.1.0) fast-deep-equal: 2.0.1 fast-glob: 2.2.7 - file-loader: 3.0.1_webpack@4.46.0 + file-loader: 3.0.1(webpack@4.46.0) find-up: 3.0.0 fs-extra: 7.0.1 get-pkg-repo: 4.2.1 html-minifier: 4.0.0 humanize-string: 2.1.0 - load-cfg: 1.2.0_@babel+core@7.4.4 + load-cfg: 1.2.0(@babel/core@7.4.4) lodash: 4.17.21 mini-html-webpack-plugin: 0.2.3 p-reduce: 2.1.0 - react-dev-utils: 9.1.0_zgauuxtgcpzjpnhcqkblwwnh6u + react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@3.3.4000)(webpack@4.46.0) react-docgen: 4.1.1 react-docgen-actual-name-handler: 1.2.0 react-docgen-external-proptypes-handler: 1.0.3 - react-docgen-typescript: 1.22.0_typescript@3.3.4000 - react-hot-loader: 4.13.1_wsldad6nghbaz27nd5ik6opowq + react-docgen-typescript: 1.22.0(typescript@3.3.4000) + react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) recast: 0.17.6 rehype-docz: 1.2.0 rehype-slug: 2.0.3 @@ -27828,18 +24778,18 @@ packages: serve: 11.3.2 signale: 1.4.0 source-map-loader: 0.2.4 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 - thread-loader: 2.1.3_webpack@4.46.0 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) + thread-loader: 2.1.3(webpack@4.46.0) titleize: 2.1.0 typescript: 3.3.4000 - url-loader: 1.1.2_webpack@4.46.0 - webpack: 4.46.0_webpack-cli@4.10.0 + url-loader: 1.1.2(webpack@4.46.0) + webpack: 4.46.0(webpack-cli@4.10.0) webpack-bundle-analyzer: 3.9.0 webpack-chain: 6.5.1 - webpack-dev-server: 3.11.3_dfxgqfcw6epibhmjfd2ethbqbi - webpack-hot-client: 4.2.0_webpack@4.46.0 - webpack-manifest-plugin: 2.2.0_webpack@4.46.0 - webpackbar: 3.2.0_webpack@4.46.0 + webpack-dev-server: 3.11.3(webpack-cli@4.10.0)(webpack@4.46.0) + webpack-hot-client: 4.2.0(webpack@4.46.0) + webpack-manifest-plugin: 2.2.0(webpack@4.46.0) + webpackbar: 3.2.0(webpack@4.46.0) ws: 7.5.9 yargs: 13.3.2 transitivePeerDependencies: @@ -27856,25 +24806,25 @@ packages: - webpack-command dev: true - /docz-plugin-umi-css/0.14.1_3fojeoqnli2zk5qrj33q6dbfqi: + /docz-plugin-umi-css@0.14.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-LvwEMz2a5I7OLDrgW9T8arJes5uMAVvaUCXesN9sP65OOl021Wu6B4a+BL+xJQXd1HpYXxrRl5dHdn0hFeAKCA==} dependencies: autoprefixer: 9.8.8 - css-loader: 1.0.1_webpack@4.46.0 + css-loader: 1.0.1(webpack@4.46.0) deepmerge: 2.2.1 - docz-core: 0.13.7_3fojeoqnli2zk5qrj33q6dbfqi + docz-core: 0.13.7(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) less: 3.13.1 - less-loader: 4.1.0_less@3.13.1+webpack@4.46.0 + less-loader: 4.1.0(less@3.13.1)(webpack@4.46.0) loader-utils: 1.4.2 - mini-css-extract-plugin: 0.4.5_webpack@4.46.0 - optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 + mini-css-extract-plugin: 0.4.5(webpack@4.46.0) + optimize-css-assets-webpack-plugin: 5.0.8(webpack@4.46.0) postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 style-loader: 0.23.1 stylus: 0.54.8 - stylus-loader: 3.0.2_stylus@0.54.8 - webpack: 4.46.0_webpack-cli@4.10.0 + stylus-loader: 3.0.2(stylus@0.54.8) + webpack: 4.46.0(webpack-cli@4.10.0) webpack-chain: 4.12.1 transitivePeerDependencies: - '@types/react' @@ -27889,25 +24839,25 @@ packages: - webpack-command dev: true - /docz-plugin-umi-css/0.14.1_fbx5t5ynsdb4k5xp4sxkecicfy: + /docz-plugin-umi-css@0.14.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-LvwEMz2a5I7OLDrgW9T8arJes5uMAVvaUCXesN9sP65OOl021Wu6B4a+BL+xJQXd1HpYXxrRl5dHdn0hFeAKCA==} dependencies: autoprefixer: 9.8.8 - css-loader: 1.0.1_webpack@4.46.0 + css-loader: 1.0.1(webpack@4.46.0) deepmerge: 2.2.1 - docz-core: 0.13.7_fbx5t5ynsdb4k5xp4sxkecicfy + docz-core: 0.13.7(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) less: 3.13.1 - less-loader: 4.1.0_less@3.13.1+webpack@4.46.0 + less-loader: 4.1.0(less@3.13.1)(webpack@4.46.0) loader-utils: 1.4.2 - mini-css-extract-plugin: 0.4.5_webpack@4.46.0 - optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 + mini-css-extract-plugin: 0.4.5(webpack@4.46.0) + optimize-css-assets-webpack-plugin: 5.0.8(webpack@4.46.0) postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 style-loader: 0.23.1 stylus: 0.54.8 - stylus-loader: 3.0.2_stylus@0.54.8 - webpack: 4.46.0_webpack-cli@4.10.0 + stylus-loader: 3.0.2(stylus@0.54.8) + webpack: 4.46.0(webpack-cli@4.10.0) webpack-chain: 4.12.1 transitivePeerDependencies: - '@types/react' @@ -27922,92 +24872,19 @@ packages: - webpack-command dev: true - /docz-plugin-umi-css/0.14.1_kbte5w7cj7ibkcl7unud2qg7uu: - resolution: {integrity: sha512-LvwEMz2a5I7OLDrgW9T8arJes5uMAVvaUCXesN9sP65OOl021Wu6B4a+BL+xJQXd1HpYXxrRl5dHdn0hFeAKCA==} - dependencies: - autoprefixer: 9.8.8 - css-loader: 1.0.1_webpack@4.46.0 - deepmerge: 2.2.1 - docz-core: 0.13.7_kbte5w7cj7ibkcl7unud2qg7uu - less: 3.13.1 - less-loader: 4.1.0_less@3.13.1+webpack@4.46.0 - loader-utils: 1.4.2 - mini-css-extract-plugin: 0.4.5_webpack@4.46.0 - optimize-css-assets-webpack-plugin: 5.0.8_webpack@4.46.0 - postcss: 7.0.39 - postcss-flexbugs-fixes: 4.2.1 - postcss-loader: 3.0.0 - style-loader: 0.23.1 - stylus: 0.54.8 - stylus-loader: 3.0.2_stylus@0.54.8 - webpack: 4.46.0_webpack-cli@4.10.0 - webpack-chain: 4.12.1 - transitivePeerDependencies: - - '@types/react' - - bufferutil - - encoding - - react - - react-dom - - supports-color - - typescript - - utf-8-validate - - webpack-cli - - webpack-command - dev: true - - /docz-theme-umi/2.1.1_3fojeoqnli2zk5qrj33q6dbfqi: - resolution: {integrity: sha512-fzW3yLfeM3dp+OOHHba0NRh10uxv750XXUf4YhGoL22RCDdrfK6HWLgcHsw4M6elGvvvKWr51DGNCpkLd1Focg==} - peerDependencies: - react: ^16.8.0 || 17 - react-dom: ^16.8.0 - dependencies: - '@reach/router': 1.3.4_6l5554ty5ajsajah6yazvrjhoe - '@rehooks/local-storage': 1.7.0_react@17.0.2 - '@tippy.js/react': 2.2.3_6l5554ty5ajsajah6yazvrjhoe - antd: 4.24.10_6l5554ty5ajsajah6yazvrjhoe - codemirror: 5.65.13 - copy-text-to-clipboard: 2.2.0 - docz: 1.2.0_3fojeoqnli2zk5qrj33q6dbfqi - facepaint: 1.2.1 - hotkeys-js: 3.10.2 - intersection-observer: 0.7.0 - lodash: 4.17.21 - polished: 3.7.2 - prop-types: 15.7.2 - re-resizable: 4.11.0 - react: 17.0.2 - react-codemirror2: 5.1.0_fpmx2vigdcaoaxkuednb4tbofi - react-dom: 18.2.0_react@17.0.2 - react-feather: 1.1.6_mv67koxdvxhyejehvpcoenu3ai - react-live: 1.12.0_6l5554ty5ajsajah6yazvrjhoe - react-perfect-scrollbar: 1.5.8_6l5554ty5ajsajah6yazvrjhoe - scrollama: 2.2.3 - styled-components: 4.4.1_6l5554ty5ajsajah6yazvrjhoe - transitivePeerDependencies: - - '@types/react' - - bufferutil - - encoding - - eslint - - supports-color - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /docz-theme-umi/2.1.1_ohr5fl4r2wu7er6p6keeytxxtq: + /docz-theme-umi@2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-fzW3yLfeM3dp+OOHHba0NRh10uxv750XXUf4YhGoL22RCDdrfK6HWLgcHsw4M6elGvvvKWr51DGNCpkLd1Focg==} peerDependencies: react: ^16.8.0 || 17 react-dom: ^16.8.0 dependencies: - '@reach/router': 1.3.4_prpqlkd37azqwypxturxi7uyci - '@rehooks/local-storage': 1.7.0_react@17.0.2 - '@tippy.js/react': 2.2.3_prpqlkd37azqwypxturxi7uyci - antd: 4.24.10_prpqlkd37azqwypxturxi7uyci + '@reach/router': 1.3.4(react-dom@16.14.0)(react@17.0.2) + '@rehooks/local-storage': 1.7.0(react@17.0.2) + '@tippy.js/react': 2.2.3(react-dom@16.14.0)(react@17.0.2) + antd: 4.24.10(react-dom@16.14.0)(react@17.0.2) codemirror: 5.65.13 copy-text-to-clipboard: 2.2.0 - docz: 1.2.0_ohr5fl4r2wu7er6p6keeytxxtq + docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) facepaint: 1.2.1 hotkeys-js: 3.10.2 intersection-observer: 0.7.0 @@ -28016,13 +24893,13 @@ packages: prop-types: 15.7.2 re-resizable: 4.11.0 react: 17.0.2 - react-codemirror2: 5.1.0_fpmx2vigdcaoaxkuednb4tbofi - react-dom: 16.14.0_react@17.0.2 - react-feather: 1.1.6_mv67koxdvxhyejehvpcoenu3ai - react-live: 1.12.0_prpqlkd37azqwypxturxi7uyci - react-perfect-scrollbar: 1.5.8_prpqlkd37azqwypxturxi7uyci + react-codemirror2: 5.1.0(codemirror@5.65.13)(react@17.0.2) + react-dom: 16.14.0(react@17.0.2) + react-feather: 1.1.6(prop-types@15.7.2)(react@17.0.2) + react-live: 1.12.0(react-dom@16.14.0)(react@17.0.2) + react-perfect-scrollbar: 1.5.8(react-dom@16.14.0)(react@17.0.2) scrollama: 2.2.3 - styled-components: 4.4.1_prpqlkd37azqwypxturxi7uyci + styled-components: 4.4.1(react-dom@16.14.0)(react@17.0.2) transitivePeerDependencies: - '@types/react' - bufferutil @@ -28035,19 +24912,19 @@ packages: - webpack-command dev: true - /docz-theme-umi/2.1.1_rxcza273b5hd23d7ahwwro5gge: + /docz-theme-umi@2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-fzW3yLfeM3dp+OOHHba0NRh10uxv750XXUf4YhGoL22RCDdrfK6HWLgcHsw4M6elGvvvKWr51DGNCpkLd1Focg==} peerDependencies: react: ^16.8.0 || 17 react-dom: ^16.8.0 dependencies: - '@reach/router': 1.3.4_sfoxds7t5ydpegc3knd667wn6m - '@rehooks/local-storage': 1.7.0_react@17.0.2 - '@tippy.js/react': 2.2.3_sfoxds7t5ydpegc3knd667wn6m - antd: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + '@reach/router': 1.3.4(react-dom@17.0.2)(react@17.0.2) + '@rehooks/local-storage': 1.7.0(react@17.0.2) + '@tippy.js/react': 2.2.3(react-dom@17.0.2)(react@17.0.2) + antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) codemirror: 5.65.13 copy-text-to-clipboard: 2.2.0 - docz: 1.2.0_rxcza273b5hd23d7ahwwro5gge + docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) facepaint: 1.2.1 hotkeys-js: 3.10.2 intersection-observer: 0.7.0 @@ -28056,13 +24933,13 @@ packages: prop-types: 15.7.2 re-resizable: 4.11.0 react: 17.0.2 - react-codemirror2: 5.1.0_fpmx2vigdcaoaxkuednb4tbofi - react-dom: 17.0.2_react@17.0.2 - react-feather: 1.1.6_mv67koxdvxhyejehvpcoenu3ai - react-live: 1.12.0_sfoxds7t5ydpegc3knd667wn6m - react-perfect-scrollbar: 1.5.8_sfoxds7t5ydpegc3knd667wn6m + react-codemirror2: 5.1.0(codemirror@5.65.13)(react@17.0.2) + react-dom: 17.0.2(react@17.0.2) + react-feather: 1.1.6(prop-types@15.7.2)(react@17.0.2) + react-live: 1.12.0(react-dom@17.0.2)(react@17.0.2) + react-perfect-scrollbar: 1.5.8(react-dom@17.0.2)(react@17.0.2) scrollama: 2.2.3 - styled-components: 4.4.1_sfoxds7t5ydpegc3knd667wn6m + styled-components: 4.4.1(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - '@types/react' - bufferutil @@ -28075,12 +24952,12 @@ packages: - webpack-command dev: true - /docz-utils/0.13.6: + /docz-utils@0.13.6: resolution: {integrity: sha512-nUrenLbuY/qlbKwJrIp133OGmxgzCgQJ4bJc1BerJrjAbr27Fqgarmqzwlmoa02yMsF3kHp5F9dxTTOnA2C5UA==} dependencies: '@babel/generator': 7.21.5 '@babel/parser': 7.21.8 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) codesandboxer-fs: 0.4.7 fs-extra: 7.0.1 humanize-string: 1.0.2 @@ -28106,12 +24983,12 @@ packages: - supports-color dev: true - /docz-utils/1.2.0: + /docz-utils@1.2.0: resolution: {integrity: sha512-1iuvNJr1PXevzi1hIYyAnytyeITgHzJNBQ1gcbFRWA4+4jf6sU4YLOazyiOFk5Kb1dpppaMvmygKvt+eGy4p0Q==} dependencies: '@babel/generator': 7.21.5 '@babel/parser': 7.21.8 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) art-template: 4.13.2 codesandboxer-fs: 1.0.3 fs-extra: 7.0.1 @@ -28137,58 +25014,25 @@ packages: - supports-color dev: true - /docz/1.2.0_3fojeoqnli2zk5qrj33q6dbfqi: - resolution: {integrity: sha512-E9X9ffYtv3W/jXVdOi24oeQ4zM6ZCCgp4ls3CIfMRPjR2ZB02qCzIDzXa7pjQyqUVpQAerQ98CVjR1LjLJwj6Q==} - hasBin: true - peerDependencies: - react: ^16.8.0 || 17 - react-dom: ^16.8.0 - dependencies: - '@loadable/component': 5.15.3_react@17.0.2 - '@mdx-js/react': 1.6.22_react@17.0.2 - '@reach/router': 1.3.4_6l5554ty5ajsajah6yazvrjhoe - array-sort: 1.0.0 - capitalize: 2.0.4 - docz-core: 1.2.0_3fojeoqnli2zk5qrj33q6dbfqi - fast-deep-equal: 2.0.1 - lodash: 4.17.21 - match-sorter: 3.1.1 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - ulid: 2.3.0 - yargs: 13.3.2 - transitivePeerDependencies: - - '@types/react' - - bufferutil - - encoding - - eslint - - supports-color - - utf-8-validate - - vue-template-compiler - - webpack-cli - - webpack-command - dev: true - - /docz/1.2.0_ohr5fl4r2wu7er6p6keeytxxtq: + /docz@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-E9X9ffYtv3W/jXVdOi24oeQ4zM6ZCCgp4ls3CIfMRPjR2ZB02qCzIDzXa7pjQyqUVpQAerQ98CVjR1LjLJwj6Q==} hasBin: true peerDependencies: react: ^16.8.0 || 17 react-dom: ^16.8.0 dependencies: - '@loadable/component': 5.15.3_react@17.0.2 - '@mdx-js/react': 1.6.22_react@17.0.2 - '@reach/router': 1.3.4_prpqlkd37azqwypxturxi7uyci + '@loadable/component': 5.15.3(react@17.0.2) + '@mdx-js/react': 1.6.22(react@17.0.2) + '@reach/router': 1.3.4(react-dom@16.14.0)(react@17.0.2) array-sort: 1.0.0 capitalize: 2.0.4 - docz-core: 1.2.0_ohr5fl4r2wu7er6p6keeytxxtq + docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) fast-deep-equal: 2.0.1 lodash: 4.17.21 match-sorter: 3.1.1 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) ulid: 2.3.0 yargs: 13.3.2 transitivePeerDependencies: @@ -28203,25 +25047,25 @@ packages: - webpack-command dev: true - /docz/1.2.0_rxcza273b5hd23d7ahwwro5gge: + /docz@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-E9X9ffYtv3W/jXVdOi24oeQ4zM6ZCCgp4ls3CIfMRPjR2ZB02qCzIDzXa7pjQyqUVpQAerQ98CVjR1LjLJwj6Q==} hasBin: true peerDependencies: react: ^16.8.0 || 17 react-dom: ^16.8.0 dependencies: - '@loadable/component': 5.15.3_react@17.0.2 - '@mdx-js/react': 1.6.22_react@17.0.2 - '@reach/router': 1.3.4_sfoxds7t5ydpegc3knd667wn6m + '@loadable/component': 5.15.3(react@17.0.2) + '@mdx-js/react': 1.6.22(react@17.0.2) + '@reach/router': 1.3.4(react-dom@17.0.2)(react@17.0.2) array-sort: 1.0.0 capitalize: 2.0.4 - docz-core: 1.2.0_rxcza273b5hd23d7ahwwro5gge + docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) fast-deep-equal: 2.0.1 lodash: 4.17.21 match-sorter: 3.1.1 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) ulid: 2.3.0 yargs: 13.3.2 transitivePeerDependencies: @@ -28236,40 +25080,40 @@ packages: - webpack-command dev: true - /dom-align/1.12.4: + /dom-align@1.12.4: resolution: {integrity: sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==} - /dom-converter/0.2.0: + /dom-converter@0.2.0: resolution: {integrity: sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==} dependencies: utila: 0.4.0 dev: true - /dom-helpers/5.2.1: + /dom-helpers@5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: '@babel/runtime': 7.21.5 csstype: 3.1.2 - /dom-iterator/1.0.0: + /dom-iterator@1.0.0: resolution: {integrity: sha512-7dsMOQI07EMU98gQM8NSB3GsAiIeBYIPKpnxR3c9xOvdvBjChAcOM0iJ222I3p5xyiZO9e5oggkNaCusuTdYig==} dependencies: component-props: 1.1.1 component-xor: 0.0.4 dev: true - /dom-scroll-into-view/1.2.1: + /dom-scroll-into-view@1.2.1: resolution: {integrity: sha512-LwNVg3GJOprWDO+QhLL1Z9MMgWe/KAFLxVWKzjRTxNSPn8/LLDIfmuG71YHznXCqaqTjvHJDYO1MEAgX6XCNbQ==} dev: false - /dom-serializer/0.2.2: + /dom-serializer@0.2.2: resolution: {integrity: sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==} dependencies: domelementtype: 2.3.0 entities: 2.2.0 dev: true - /dom-serializer/1.4.1: + /dom-serializer@1.4.1: resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} dependencies: domelementtype: 2.3.0 @@ -28277,7 +25121,7 @@ packages: entities: 2.2.0 dev: true - /dom-serializer/2.0.0: + /dom-serializer@2.0.0: resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} dependencies: domelementtype: 2.3.0 @@ -28285,61 +25129,61 @@ packages: entities: 4.5.0 dev: true - /dom-walk/0.1.2: + /dom-walk@0.1.2: resolution: {integrity: sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==} - /domain-browser/1.2.0: + /domain-browser@1.2.0: resolution: {integrity: sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==} engines: {node: '>=0.4', npm: '>=1.2'} - /domelementtype/1.3.1: + /domelementtype@1.3.1: resolution: {integrity: sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==} dev: true - /domelementtype/2.3.0: + /domelementtype@2.3.0: resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} dev: true - /domexception/1.0.1: + /domexception@1.0.1: resolution: {integrity: sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug==} dependencies: webidl-conversions: 4.0.2 dev: true - /domexception/2.0.1: + /domexception@2.0.1: resolution: {integrity: sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==} engines: {node: '>=8'} dependencies: webidl-conversions: 5.0.0 - /domhandler/2.4.2: + /domhandler@2.4.2: resolution: {integrity: sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==} dependencies: domelementtype: 1.3.1 dev: true - /domhandler/4.3.1: + /domhandler@4.3.1: resolution: {integrity: sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==} engines: {node: '>= 4'} dependencies: domelementtype: 2.3.0 dev: true - /domhandler/5.0.3: + /domhandler@5.0.3: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} engines: {node: '>= 4'} dependencies: domelementtype: 2.3.0 dev: true - /domutils/1.7.0: + /domutils@1.7.0: resolution: {integrity: sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==} dependencies: dom-serializer: 0.2.2 domelementtype: 1.3.1 dev: true - /domutils/2.8.0: + /domutils@2.8.0: resolution: {integrity: sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==} dependencies: dom-serializer: 1.4.1 @@ -28347,7 +25191,7 @@ packages: domhandler: 4.3.1 dev: true - /domutils/3.1.0: + /domutils@3.1.0: resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} dependencies: dom-serializer: 2.0.0 @@ -28355,73 +25199,74 @@ packages: domhandler: 5.0.3 dev: true - /dot-case/2.1.1: + /dot-case@2.1.1: resolution: {integrity: sha512-HnM6ZlFqcajLsyudHq7LeeLDr2rFAVYtDv/hV5qchQEidSck8j9OPUsXY9KwJv/lHMtYlX4DjRQqwFYa+0r8Ug==} dependencies: no-case: 2.3.2 - /dot-case/3.0.4: + /dot-case@3.0.4: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 tslib: 2.5.0 - /dot-prop/4.2.1: + /dot-prop@4.2.1: resolution: {integrity: sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==} engines: {node: '>=4'} dependencies: is-obj: 1.0.1 - /dot-prop/5.3.0: + /dot-prop@5.3.0: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} dependencies: is-obj: 2.0.0 dev: true - /dot-prop/6.0.1: + /dot-prop@6.0.1: resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==} engines: {node: '>=10'} dependencies: is-obj: 2.0.0 dev: true - /dotenv-defaults/1.1.1: + /dotenv-defaults@1.1.1: resolution: {integrity: sha512-6fPRo9o/3MxKvmRZBD3oNFdxODdhJtIy1zcJeUSCs6HCy4tarUpd+G67UTU9tF6OWXeSPqsm4fPAB+2eY9Rt9Q==} dependencies: dotenv: 6.2.0 dev: true - /dotenv-expand/5.1.0: + /dotenv-expand@5.1.0: resolution: {integrity: sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==} dev: true - /dotenv-webpack/1.8.0_webpack@4.46.0: + /dotenv-webpack@1.8.0(webpack@4.46.0): resolution: {integrity: sha512-o8pq6NLBehtrqA8Jv8jFQNtG9nhRtVqmoD4yWbgUyoU3+9WBlPe+c2EAiaJok9RB28QvrWvdWLZGeTT5aATDMg==} peerDependencies: webpack: ^1 || ^2 || ^3 || ^4 dependencies: dotenv-defaults: 1.1.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /dotenv/6.2.0: + /dotenv@6.2.0: resolution: {integrity: sha512-HygQCKUBSFl8wKQZBSemMywRWcEDNidvNbjGVyZu3nbZ8qq9ubiPoGLMdRDpfSrpkkm9BXYFkpKxxFX38o/76w==} engines: {node: '>=6'} dev: true - /dotenv/8.6.0: + /dotenv@8.6.0: resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} engines: {node: '>=10'} dev: true - /dotignore/0.1.2: + /dotignore@0.1.2: resolution: {integrity: sha512-UGGGWfSauusaVJC+8fgV+NVvBXkCTmVv7sk6nojDZZvuOUNGUy0Zk4UpHQD6EDjS0jpBwcACvH4eofvyzBcRDw==} hasBin: true dependencies: minimatch: 3.1.2 + dev: false - /draft-js/0.10.5_sfoxds7t5ydpegc3knd667wn6m: + /draft-js@0.10.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-LE6jSCV9nkPhfVX2ggcRLA4FKs6zWq9ceuO/88BpXdNCS7mjRTgs0NsV6piUCJX9YxMsB9An33wnkMmU2sD2Zg==} peerDependencies: react: ^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0 || 17 @@ -28431,91 +25276,56 @@ packages: immutable: 3.7.6 object-assign: 4.1.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /dumi-assets-types/1.0.1: + /dumi-assets-types@1.0.1: resolution: {integrity: sha512-A+fJp7L+Q6nU5S2KgbdnyfRoCkAZy+UFudQ45QPM7W+3LIe8o+Tt0cURIQMnLZMBjoKbItB5IDi+IM39FwFZvQ==} - /dumi-theme-default/1.1.24_liuynsbo2zhbjsycqzinjlixwu: + /dumi-theme-default@1.1.24(@umijs/preset-dumi@1.1.50)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-/fS7gBJejom1Zy1GZkrqG/dLEsCK6J/S/ctCPEawDC3KkZE0sJh+dqsMuhHt8ts7ZhaGhDpJNPXSMghfN/qrzw==} peerDependencies: '@umijs/preset-dumi': 1.x react: ^16.13.1 || ^17.0.0 || 17 dependencies: - '@umijs/preset-dumi': 1.1.50_ioajy22dcmyfhk63hoamlp4i4u + '@umijs/preset-dumi': 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) lodash.throttle: 4.1.1 - prism-react-renderer: 1.3.5_react@17.0.2 + prism-react-renderer: 1.3.5(react@17.0.2) prismjs: 1.29.0 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-tabs: 11.16.1_prpqlkd37azqwypxturxi7uyci - rc-tree: 5.7.3_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-tabs: 11.16.1(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-error-boundary: 3.1.4_react@17.0.2 + react-error-boundary: 3.1.4(react@17.0.2) transitivePeerDependencies: - react-dom dev: true - /dumi-theme-default/1.1.24_unpqg3w4nhouqwcgrxw7nqv424: + /dumi-theme-default@1.1.24(@umijs/preset-dumi@1.1.50)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-/fS7gBJejom1Zy1GZkrqG/dLEsCK6J/S/ctCPEawDC3KkZE0sJh+dqsMuhHt8ts7ZhaGhDpJNPXSMghfN/qrzw==} peerDependencies: '@umijs/preset-dumi': 1.x react: ^16.13.1 || ^17.0.0 || 17 dependencies: - '@umijs/preset-dumi': 1.1.50_bs5urqiuqswgphj6nfnzpyw4w4 + '@umijs/preset-dumi': 1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) lodash.throttle: 4.1.1 - prism-react-renderer: 1.3.5_react@17.0.2 + prism-react-renderer: 1.3.5(react@17.0.2) prismjs: 1.29.0 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-tabs: 11.16.1_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-tabs: 11.16.1(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-error-boundary: 3.1.4_react@17.0.2 + react-error-boundary: 3.1.4(react@17.0.2) transitivePeerDependencies: - react-dom + dev: false - /dumi-theme-default/1.1.24_xvyhvzl4bq725pk4c644dzkudm: - resolution: {integrity: sha512-/fS7gBJejom1Zy1GZkrqG/dLEsCK6J/S/ctCPEawDC3KkZE0sJh+dqsMuhHt8ts7ZhaGhDpJNPXSMghfN/qrzw==} - peerDependencies: - '@umijs/preset-dumi': 1.x - react: ^16.13.1 || ^17.0.0 || 17 - dependencies: - '@umijs/preset-dumi': 1.1.50_xu2raklj2p6e3s64b3abzytuni - lodash.throttle: 4.1.1 - prism-react-renderer: 1.3.5_react@17.0.2 - prismjs: 1.29.0 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-tabs: 11.16.1_6l5554ty5ajsajah6yazvrjhoe - rc-tree: 5.7.3_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-error-boundary: 3.1.4_react@17.0.2 - transitivePeerDependencies: - - react-dom - dev: true - - /dumi/1.1.50_3ozo4gpc2jsiuap5q6jrh7m2ym: - resolution: {integrity: sha512-8kc+VL62JlVj1zoAaqWN2uE/feSYhzCuFFnWUll+aQgpKKM103DvnkmczqruMqV33gOsy3lWHf01uFu5RUagGg==} - hasBin: true - dependencies: - '@umijs/preset-dumi': 1.1.50_ioajy22dcmyfhk63hoamlp4i4u - umi: 3.5.40 - transitivePeerDependencies: - - bufferutil - - canvas - - react - - react-dom - - react-router - - supports-color - - typescript - - utf-8-validate - dev: true - - /dumi/1.1.50_6l5554ty5ajsajah6yazvrjhoe: + /dumi@1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-8kc+VL62JlVj1zoAaqWN2uE/feSYhzCuFFnWUll+aQgpKKM103DvnkmczqruMqV33gOsy3lWHf01uFu5RUagGg==} hasBin: true dependencies: - '@umijs/preset-dumi': 1.1.50_b7hfoj725sepyfflahi3s5fwti - umi: 3.5.40 + '@umijs/preset-dumi': 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) + umi: 3.5.40(react-router@6.11.1) transitivePeerDependencies: - bufferutil - canvas @@ -28527,12 +25337,12 @@ packages: - utf-8-validate dev: true - /dumi/1.1.50_jgxnvbe4faw3ohf4h6p42qq6oy: + /dumi@1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-8kc+VL62JlVj1zoAaqWN2uE/feSYhzCuFFnWUll+aQgpKKM103DvnkmczqruMqV33gOsy3lWHf01uFu5RUagGg==} hasBin: true dependencies: - '@umijs/preset-dumi': 1.1.50_bs5urqiuqswgphj6nfnzpyw4w4 - umi: 3.5.40 + '@umijs/preset-dumi': 1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) + umi: 3.5.40(react-router@6.11.1) transitivePeerDependencies: - bufferutil - canvas @@ -28542,31 +25352,15 @@ packages: - supports-color - typescript - utf-8-validate + dev: false - /dumi/1.1.50_yy3l2bfdqbsormro6ewuakbqvi: - resolution: {integrity: sha512-8kc+VL62JlVj1zoAaqWN2uE/feSYhzCuFFnWUll+aQgpKKM103DvnkmczqruMqV33gOsy3lWHf01uFu5RUagGg==} - hasBin: true - dependencies: - '@umijs/preset-dumi': 1.1.50_xu2raklj2p6e3s64b3abzytuni - umi: 3.5.40_react-router@6.11.1 - transitivePeerDependencies: - - bufferutil - - canvas - - react - - react-dom - - react-router - - supports-color - - typescript - - utf-8-validate - dev: true + /duplexer3@0.1.5: + resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==} - /duplexer/0.1.2: + /duplexer@0.1.2: resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - /duplexer3/0.1.5: - resolution: {integrity: sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==} - - /duplexify/3.7.1: + /duplexify@3.7.1: resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} dependencies: end-of-stream: 1.4.4 @@ -28574,7 +25368,7 @@ packages: readable-stream: 2.3.8 stream-shift: 1.0.1 - /duplexify/4.1.2: + /duplexify@4.1.2: resolution: {integrity: sha512-fz3OjcNCHmRP12MJoZMPglx8m4rrFP8rovnk4vT8Fs+aonZoCwGg10dSsQsfP/E62eZcPTMSMP6686fu9Qlqtw==} dependencies: end-of-stream: 1.4.4 @@ -28582,7 +25376,7 @@ packages: readable-stream: 3.6.2 stream-shift: 1.0.1 - /dva-core/1.6.0-beta.7_redux@4.2.1: + /dva-core@1.6.0-beta.7(redux@4.2.1): resolution: {integrity: sha512-e+0yOEWUK+XbnqflX+KXoLZDGxn+kLKgcT6XYT8GyRe0xcbmLEbwDZO0DXUkdsbxfqSOlLkIprMUoYJ3D5B4Gg==} peerDependencies: redux: 4.x @@ -28597,7 +25391,7 @@ packages: warning: 3.0.0 dev: false - /dva-core/2.0.4_redux@4.2.1: + /dva-core@2.0.4(redux@4.2.1): resolution: {integrity: sha512-Zh39llFyItu9HKXKfCZVf9UFtDTcypdAjGBew1S+wK8BGVzFpm1GPTdd6uIMeg7O6STtCvt2Qv+RwUut1GFynA==} peerDependencies: redux: 4.x @@ -28612,26 +25406,26 @@ packages: warning: 3.0.0 dev: false - /dva-immer/0.5.2_dva@2.6.0-beta.23: + /dva-immer@0.5.2(dva@2.6.0-beta.23): resolution: {integrity: sha512-xg23ktGsrdzgiU0ACl8vFm2+E2GBWbtXndXRKM9wtHDR+yMH27NfttVuAZQWvv4aaj6f5/bC+TdsZ9t7n6cAhQ==} peerDependencies: dva: ^2.5.0-0 dependencies: '@babel/runtime': 7.21.5 - dva: 2.6.0-beta.23_rx7rn4jk3r4rtolqyywiyguxdq + dva: 2.6.0-beta.23(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2) immer: 7.0.15 dev: false - /dva-loading/3.0.24_dva-core@1.6.0-beta.7: + /dva-loading@3.0.24(dva-core@1.6.0-beta.7): resolution: {integrity: sha512-3j4bmuXOYH93xe+CC//z3Si8XMx6DLJveep+UbzKy0jhA7oQrCCZTdKxu0UPYXeAMYXpCO25pG4JOnVhzmC7ug==} peerDependencies: dva-core: ^1.1.0 || ^1.5.0-0 || ^1.6.0-0 dependencies: '@babel/runtime': 7.21.5 - dva-core: 1.6.0-beta.7_redux@4.2.1 + dva-core: 1.6.0-beta.7(redux@4.2.1) dev: false - /dva/2.6.0-beta.23_rx7rn4jk3r4rtolqyywiyguxdq: + /dva@2.6.0-beta.23(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2): resolution: {integrity: sha512-noeOz3Erxpc6YLEsyyS//zGszeRYWKEvZoeCZ0LaCvWrV7Cxah9Xt/I9V1SS9eYDySaSgTUOoU+dLweQpCScAA==} peerDependencies: react: ^16.8.4 || 17 @@ -28641,45 +25435,45 @@ packages: '@types/isomorphic-fetch': 0.0.35 '@types/react-redux': 7.1.25 '@types/react-router-dom': 5.3.3 - connected-react-router: 6.5.2_7e2qoqbtagxmafbjrr2mtffruy - dva-core: 2.0.4_redux@4.2.1 + connected-react-router: 6.5.2(history@4.10.1)(react-redux@7.2.9)(react-router@5.3.4)(react@17.0.2)(redux@4.2.1) + dva-core: 2.0.4(redux@4.2.1) global: 4.4.0 history: 4.10.1 invariant: 2.2.4 isomorphic-fetch: 2.2.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-redux: 7.2.9_sfoxds7t5ydpegc3knd667wn6m - react-router-dom: 5.3.4_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-redux: 7.2.9(react-dom@17.0.2)(react@17.0.2) + react-router-dom: 5.3.4(react@17.0.2) redux: 4.2.1 transitivePeerDependencies: - react-native - react-router dev: false - /earcut/2.2.4: + /earcut@2.2.4: resolution: {integrity: sha512-/pjZsA1b4RPHbeWZQn66SWS8nZZWLQQ23oE3Eam7aroEFGEvwKAsJfZ9ytiEMycfzXWpca4FA9QIOehf7PocBQ==} dev: false - /eastasianwidth/0.2.0: + /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} dev: true - /ecc-jsbn/0.1.2: + /ecc-jsbn@0.1.2: resolution: {integrity: sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==} dependencies: jsbn: 0.1.1 safer-buffer: 2.1.2 dev: true - /editions/2.3.1: + /editions@2.3.1: resolution: {integrity: sha512-ptGvkwTvGdGfC0hfhKg0MT+TRLRKGtUiWGBInxOm5pz7ssADezahjCUaYuZ8Dr+C05FW0AECIIPt4WBxVINEhA==} engines: {node: '>=0.8'} dependencies: errlop: 2.2.0 semver: 6.3.0 - /editorconfig/0.15.3: + /editorconfig@0.15.3: resolution: {integrity: sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==} hasBin: true dependencies: @@ -28689,21 +25483,21 @@ packages: sigmund: 1.0.1 dev: false - /ee-first/1.1.1: + /ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - /egg-bin/4.20.0_@types+node@7.10.14: + /egg-bin@4.20.0(@types/node@7.10.14): resolution: {integrity: sha512-PVvJtt7XrUFeyo2ueGTzGgofN0EVLQSkv8lbRbuWyINQO9FQtjL6Wd4UGyno4xn4nUoIkeXjUiiOhbpessRusw==} engines: {node: '>= 6.0.0'} hasBin: true dependencies: c8: 7.13.0 chalk: 4.1.2 - co-mocha: 1.2.2_mocha@6.2.3 + co-mocha: 1.2.2(mocha@6.2.3) common-bin: 2.9.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) detect-port: 1.5.1 - egg-ts-helper: 1.34.7_@types+node@7.10.14 + egg-ts-helper: 1.34.7(@types/node@7.10.14) egg-utils: 2.5.0 espower-source: 2.3.0 globby: 9.2.0 @@ -28727,7 +25521,7 @@ packages: - supports-color dev: true - /egg-ci/2.2.0: + /egg-ci@2.2.0: resolution: {integrity: sha512-xvL+k8VA7xrV3OmAkMRb2rrpv74uz74L1+ccjRHmRYNzVcGp4l/d0YlMZWpZ5e489CZS5PIJ3zclEM235l6pLA==} requiresBuild: true dependencies: @@ -28736,7 +25530,7 @@ packages: - chokidar dev: true - /egg-cluster/1.27.1: + /egg-cluster@1.27.1: resolution: {integrity: sha512-zKZV7WS5HwQYXU8TG5lwXe9+iQTw3jZYI4bMzLnRcOuxAhsx0fw1mgeR85Uj9WE+FP0/nexNNjcfFzb6jkzbsw==} engines: {node: '>= 8.0.0'} dependencies: @@ -28744,7 +25538,7 @@ packages: cfork: 1.9.0 cluster-reload: 1.1.0 co: 4.6.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) depd: 2.0.0 detect-port: 1.5.1 egg-logger: 2.9.1 @@ -28761,11 +25555,11 @@ packages: - supports-color dev: false - /egg-cookies/2.6.1: + /egg-cookies@2.6.1: resolution: {integrity: sha512-gdioZDMEVOBzzKKsBdt5gHjNEf7jJ9wmBvWkjjNHBSLpRm54lHu4Ba9EsNef8uBEr4KD6jsIB/K0rplYyxk10w==} engines: {node: '>= 10.0.0'} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) scmp: 2.1.0 should-send-same-site-none: 2.0.5 utility: 1.18.0 @@ -28773,7 +25567,7 @@ packages: - supports-color dev: false - /egg-core/4.30.2: + /egg-core@4.30.2: resolution: {integrity: sha512-3BsRlyCzKn3g+WAdxXsbBWItfQIz4RyaCsto9dk8vBA0NzcTW5rYL0on2A3Exr4d0mMRH0vBbCRIZaWcYoyNVw==} engines: {node: '>= 8.9.0'} dependencies: @@ -28781,7 +25575,7 @@ packages: '@types/depd': 1.1.32 '@types/koa': 2.13.6 co: 4.6.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) depd: 2.0.0 egg-logger: 2.9.1 egg-path-matching: 1.0.1 @@ -28799,14 +25593,14 @@ packages: - supports-color dev: false - /egg-cors/2.2.3: + /egg-cors@2.2.3: resolution: {integrity: sha512-MLG4pQekZpycLXR45ZAIgFpFYshosBxu1CMdhXAzqPzxUn0xI21gVzqLqcxUrzzulaErCwG6qMXaS1eFyj9u2w==} engines: {node: '>=8.0.0'} dependencies: '@koa/cors': 3.4.3 dev: false - /egg-development/2.7.0: + /egg-development@2.7.0: resolution: {integrity: sha512-vPkC+Wngm/a48bj0rXpvTOmSjslBnygCsjBG7qahJ1PuCs0f10KrOGOGY9JzOW6KpfjKSPb+Y21mpzkxBJ9q2Q==} engines: {node: '>=8.0.0'} dependencies: @@ -28817,21 +25611,21 @@ packages: utility: 1.18.0 dev: false - /egg-errors/2.3.2: + /egg-errors@2.3.2: resolution: {integrity: sha512-E+Sx7IBVrfRyHSjFXaq4sCZ3Uk3ka9PYySaQ8VbRZmLEt9ENBCD99yVzLIeWUH2QfzvkrjY9El1eHmLeRx7cfw==} engines: {node: '>=8.9.0'} - /egg-i18n/2.1.1: + /egg-i18n@2.1.1: resolution: {integrity: sha512-rpKP2nrUzeTOkjQObvlrLbb/BZAMtP7zeoGggwJLN9+zKbFKVkeF6Q0BrpuucDSekD+2oHQz7fC3w/5eQY1g8w==} engines: {node: '>= 8.0.0'} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) koa-locales: 1.12.0 transitivePeerDependencies: - supports-color dev: false - /egg-jsonp/2.0.0: + /egg-jsonp@2.0.0: resolution: {integrity: sha512-dno7BXAvSFO0WTb3GJD0aci9MFlaQhdgvEznwARam75GGJdLpg1K0XQq88/dEvYWHxEHa+iGIOXcNx5NOyyUHw==} engines: {node: '>=8.0.0'} dependencies: @@ -28839,13 +25633,13 @@ packages: jsonp-body: 1.0.0 dev: false - /egg-logger/2.9.1: + /egg-logger@2.9.1: resolution: {integrity: sha512-TPYdNthc7yGV+08A2U4g1T1wgRAjfTnsYC53JgfdKiYukaH3na1KPXEu+TEWni7IooqkFGkQ0t0WY+ylWFnvbw==} engines: {node: '>=8.5.0'} dependencies: chalk: 2.4.2 circular-json-for-egg: 1.0.0 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) depd: 2.0.0 egg-errors: 2.3.2 iconv-lite: 0.4.24 @@ -28854,18 +25648,18 @@ packages: transitivePeerDependencies: - supports-color - /egg-logrotator/3.1.0: + /egg-logrotator@3.1.0: resolution: {integrity: sha512-3kUmUO9UxFiiN4lSvRqzu44UjfTHYD3wqBKsQU7e5PtjSwdQTkbjSp4YvGcbaTlQp0Yp3i/aEc/rBcYH/e/gjw==} engines: {node: '>=8.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) moment: 2.29.4 mz: 2.7.0 transitivePeerDependencies: - supports-color dev: false - /egg-mock/3.26.0: + /egg-mock@3.26.0: resolution: {integrity: sha512-ip7OhhKrgXp8awgl3n8jUGc+06P5jjHPj0n/E49PFIt9LH7n8pLijqDbbH8cwYlyPUDI66NCbCbG1Br652j7ng==} engines: {node: '>= 6.0.0'} dependencies: @@ -28874,7 +25668,7 @@ packages: await-event: 2.1.0 co: 4.6.0 coffee: 5.5.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) detect-port: 1.5.1 egg-logger: 2.9.1 egg-utils: 2.5.0 @@ -28894,7 +25688,7 @@ packages: - supports-color dev: true - /egg-multipart/2.13.1: + /egg-multipart@2.13.1: resolution: {integrity: sha512-WZKJN3/6O0PKnSHvz22TSk7t8vWvEcexdhpb/zoKsKSoDAZgd0ffk3dy+dZR4+woePEth/gibHY8QZgp1CUFlA==} engines: {node: '>= 8.0.0'} dependencies: @@ -28908,7 +25702,7 @@ packages: uuid: 8.3.2 dev: false - /egg-onerror/2.2.0: + /egg-onerror@2.2.0: resolution: {integrity: sha512-wYAU2hBASXWaFD2A2WiUbffpEaLUiWeYkHN0u3Fvbi2uYeMSmQoqaIUsBbKb6paopiwRFFQzm8M0T3GVLwU1jw==} engines: {node: '>=8.0.0'} dependencies: @@ -28918,13 +25712,13 @@ packages: stack-trace: 0.0.10 dev: false - /egg-path-matching/1.0.1: + /egg-path-matching@1.0.1: resolution: {integrity: sha512-XhwWldfhbjKvdDE9kUA6ywxgcxcLFHNaNKP1VZAE9oYTcKGB+piEn99R18zZWvBbk7eXXKHcxT1PQYpqu9GR7A==} dependencies: path-to-regexp: 1.8.0 dev: false - /egg-schedule/3.7.0: + /egg-schedule@3.7.0: resolution: {integrity: sha512-kXnqOOk+IpXpov9gpy4Bv1977iiwlk4kRNHPcp2O/Lp934tw9Lx1A2CDxv9lDrazhY7BqQFY7Nq+j8x74yog0w==} engines: {node: '>=8.0.0'} dependencies: @@ -28935,14 +25729,14 @@ packages: utility: 1.18.0 dev: false - /egg-scripts/2.17.0: + /egg-scripts@2.17.0: resolution: {integrity: sha512-2OHW0HuKKhOsl3yczYW6vcweyDrtFVOBccJ5xfuZRJOM3wTLRKAIfvXO/oNV1Mo0LSVuphhHiWmrUp481hcRXA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: await-event: 2.1.0 common-bin: 2.9.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) egg-utils: 2.5.0 moment: 2.29.4 mz: 2.7.0 @@ -28955,12 +25749,12 @@ packages: - supports-color dev: false - /egg-security/2.11.0: + /egg-security@2.11.0: resolution: {integrity: sha512-htXi+R5Ik8/oKSy55LzmpFDzrzxSHLpfjbDtgSMGKYGl4uNuvb3kN2h00sl1rOz3pG/LzJvZhqxW1oIBQ7leXg==} engines: {node: '>=8.0.0'} dependencies: csrf: 3.1.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) delegates: 1.0.0 egg-path-matching: 1.0.1 escape-html: 1.0.3 @@ -28978,7 +25772,7 @@ packages: - supports-color dev: false - /egg-session/3.3.0: + /egg-session@3.3.0: resolution: {integrity: sha512-RCPWHLWi0Ak+xI/zXN71Wpva/wsqevmKDvkOGk2uu5UdwRHw5lKuTtYm161NMDGZi6lvcnzR2lN7xRcDuhGiIw==} engines: {node: '>=8.0.0'} dependencies: @@ -28987,7 +25781,7 @@ packages: - supports-color dev: false - /egg-static/2.3.1: + /egg-static@2.3.1: resolution: {integrity: sha512-OODn2ccm4znFM/EdhiPUmIpgCkYvAdtjuVAy3N/Ub4cSRgqIPcjXajmDsbhEo43mCieukPhsOxgWD3vKZurzHQ==} engines: {node: '>=14.0.0'} dependencies: @@ -29000,7 +25794,7 @@ packages: - supports-color dev: false - /egg-ts-helper/1.34.7_@types+node@7.10.14: + /egg-ts-helper@1.34.7(@types/node@7.10.14): resolution: {integrity: sha512-gbWJAwPhvTJL2iqpK4kNpTiGR+vKfAGhsBpFF9U4GotzZPJj8M6/2pqqIqvicz24BijxxtqalsNIux1u6HFTUA==} engines: {node: '>= 14.0.0'} hasBin: true @@ -29012,7 +25806,7 @@ packages: enquirer: 2.3.6 globby: 11.1.0 json5: 2.2.3 - ts-node: 10.9.1_74yubvri55j5yhwjxz5pwk5znm + ts-node: 10.9.1(@types/node@7.10.14)(typescript@4.9.5) tslib: 2.5.0 typescript: 4.9.5 yn: 3.1.1 @@ -29022,13 +25816,13 @@ packages: - '@types/node' dev: true - /egg-utils/2.5.0: + /egg-utils@2.5.0: resolution: {integrity: sha512-zQDXcqD0v+6IDBxcxzpTWoDTMg0G3iISSSeOHN7dZzyJWXXmw4ijBPAwKQPVvqBoXB6jAXj5f8B8/LVM9AN//A==} dependencies: mkdirp: 0.5.6 utility: 1.18.0 - /egg-view-nunjucks/2.3.0: + /egg-view-nunjucks@2.3.0: resolution: {integrity: sha512-f4WiE7PY60rW1Kr+7QAJyDr5Zo2VkXkczUkdRD/rnlUfWFpz8GAU1OBd/LsAdo9qFH9E0TJsozzkivnT7cyhfg==} engines: {node: '>=6.0.0'} dependencies: @@ -29037,14 +25831,14 @@ packages: - chokidar dev: false - /egg-view/2.1.4: + /egg-view@2.1.4: resolution: {integrity: sha512-8zJ/S7YU5SK3EbAYESlUCixLpDZPnyKimoowavrgW2vONnh8AJVuDGqgKCYmuymvWq3uaHoNx7mYbdMQwMTZ6A==} engines: {node: '>=8.0.0'} dependencies: mz: 2.7.0 dev: false - /egg-watcher/3.1.1: + /egg-watcher@3.1.1: resolution: {integrity: sha512-fLo8f2GD9kSrAKeDoXaCckl9MaMMwTEkqU9gVDYWYGPYLsmX79ugA+Wo/2RGQkytsxSCk3bn8YqhPdMzsozgWA==} engines: {node: '>= 8.0.0'} dependencies: @@ -29055,7 +25849,7 @@ packages: - supports-color dev: false - /egg/2.37.0: + /egg@2.37.0: resolution: {integrity: sha512-PQU6Z9cji4Q2eV+1pyO4BLdnszDUyPZkj3v7RfMIACzYFcEKHj3agdTrjtpI74zNZqhO6LWOqvEKIgC+37v1lA==} engines: {node: '>= 8.5.0'} dependencies: @@ -29067,7 +25861,7 @@ packages: cache-content-type: 1.0.1 circular-json-for-egg: 1.0.0 cluster-client: 3.4.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) delegates: 1.0.0 egg-cluster: 1.27.1 egg-cookies: 2.6.1 @@ -29105,25 +25899,25 @@ packages: - supports-color dev: false - /ejs/2.7.4: + /ejs@2.7.4: resolution: {integrity: sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==} engines: {node: '>=0.10.0'} requiresBuild: true dev: true - /electron-to-chromium/1.4.385: + /electron-to-chromium@1.4.385: resolution: {integrity: sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg==} - /element-resize-detector/1.2.4: + /element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} dependencies: batch-processor: 1.0.0 - /element-resize-event/3.0.6: + /element-resize-event@3.0.6: resolution: {integrity: sha512-sSeXY9rNDp86bJODW68pxLcy3A5FrPZfIgOrJHzqgYzX513Zq6/ytdBigp7KeJEpZZopBBSiO1cVuiRkZpNxLw==} dev: false - /elliptic/6.5.4: + /elliptic@6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} dependencies: bn.js: 4.12.0 @@ -29134,104 +25928,104 @@ packages: minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - /email-addresses/3.1.0: + /email-addresses@3.1.0: resolution: {integrity: sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==} dev: true - /email-addresses/5.0.0: + /email-addresses@5.0.0: resolution: {integrity: sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==} dev: true - /emittery/0.13.1: + /emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} engines: {node: '>=12'} dev: true - /emittery/0.7.2: + /emittery@0.7.2: resolution: {integrity: sha512-A8OG5SR/ij3SsJdWDJdkkSYUjQdCUx6APQXem0SaEePBSRg4eymGYwBkKo1Y6DU+af/Jn2dBQqDBvjnr9Vi8nQ==} engines: {node: '>=10'} dev: false - /emoji-regex/7.0.3: + /emoji-regex@7.0.3: resolution: {integrity: sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==} - /emoji-regex/8.0.0: + /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - /emoji-regex/9.2.2: + /emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} dev: true - /emojis-list/2.1.0: + /emojis-list@2.1.0: resolution: {integrity: sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==} engines: {node: '>= 0.10'} dev: true - /emojis-list/3.0.0: + /emojis-list@3.0.0: resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==} engines: {node: '>= 4'} - /emotion-theming/10.3.0_gfrer23gq2rp2t523t6qbxrx6m: + /emotion-theming@10.3.0(@emotion/core@10.3.1)(react@16.14.0): resolution: {integrity: sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==} peerDependencies: '@emotion/core': ^10.0.27 react: '>=16.3.0 || 17' dependencies: '@babel/runtime': 7.21.5 - '@emotion/core': 10.3.1_react@17.0.2 + '@emotion/core': 10.3.1(react@16.14.0) '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 - react: 17.0.2 + react: 16.14.0 dev: true - /emotion-theming/10.3.0_qzeatvug73zaio2r3dlvejynye: + /emotion-theming@10.3.0(@emotion/core@10.3.1)(react@17.0.2): resolution: {integrity: sha512-mXiD2Oj7N9b6+h/dC6oLf9hwxbtKHQjoIqtodEyL8CpkN4F3V4IK/BT4D0C7zSs4BBFOu4UlPJbvvBLa88SGEA==} peerDependencies: '@emotion/core': ^10.0.27 react: '>=16.3.0 || 17' dependencies: '@babel/runtime': 7.21.5 - '@emotion/core': 10.3.1_react@16.14.0 + '@emotion/core': 10.3.1(react@17.0.2) '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 - react: 16.14.0 + react: 17.0.2 dev: true - /empower-assert/1.1.0: + /empower-assert@1.1.0: resolution: {integrity: sha512-Ylck0Q6p8y/LpNzYeBccaxAPm2ZyuqBgErgZpO9KT0HuQWF0sJckBKCLmgS1/DEXEiyBi9XtYh3clZm5cAdARw==} dependencies: estraverse: 4.3.0 dev: true - /empower-core/1.2.0: + /empower-core@1.2.0: resolution: {integrity: sha512-g6+K6Geyc1o6FdXs9HwrXleCFan7d66G5xSCfSF7x1mJDCes6t0om9lFQG3zOrzh3Bkb/45N0cZ5Gqsf7YrzGQ==} dependencies: call-signature: 0.0.2 core-js: 2.6.12 dev: true - /empower/1.3.1: + /empower@1.3.1: resolution: {integrity: sha512-uB6/ViBaawOO/uujFADTK3SqdYlxYNn+N4usK9MRKZ4Hbn/1QSy8k2PezxCA2/+JGbF8vd/eOfghZ90oOSDZCA==} dependencies: core-js: 2.6.12 empower-core: 1.2.0 dev: true - /encodeurl/1.0.2: + /encodeurl@1.0.2: resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} engines: {node: '>= 0.8'} - /encoding/0.1.13: + /encoding@0.1.13: resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} dependencies: iconv-lite: 0.6.3 - /end-of-stream/1.4.4: + /end-of-stream@1.4.4: resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} dependencies: once: 1.4.0 - /enhanced-resolve/4.5.0: + /enhanced-resolve@4.5.0: resolution: {integrity: sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==} engines: {node: '>=6.9.0'} dependencies: @@ -29239,14 +26033,14 @@ packages: memory-fs: 0.5.0 tapable: 1.1.3 - /enhanced-resolve/5.13.0: + /enhanced-resolve@5.13.0: resolution: {integrity: sha512-eyV8f0y1+bzyfh8xAwW/WTSZpLbjhqc4ne9eGSH4Zo2ejdyiNG9pU6mf9DG8a7+Auk6MFTlNOT4Y2y/9k8GKVg==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 - /enhanced-resolve/5.9.3: + /enhanced-resolve@5.9.3: resolution: {integrity: sha512-Bq9VSor+kjvW3f9/MiiR4eE3XYgOl7/rS8lnSxbRbF3kS0B2r+Y9w5krBWxZgDxASVZbdYrn5wT4j/Wb0J9qow==} engines: {node: '>=10.13.0'} dependencies: @@ -29254,39 +26048,39 @@ packages: tapable: 2.2.1 dev: true - /enquirer/2.3.6: + /enquirer@2.3.6: resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} engines: {node: '>=8.6'} dependencies: ansi-colors: 4.1.3 dev: true - /entities/1.1.2: + /entities@1.1.2: resolution: {integrity: sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==} dev: true - /entities/2.2.0: + /entities@2.2.0: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: true - /entities/4.5.0: + /entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} dev: true - /env-dot-prop/2.0.1: + /env-dot-prop@2.0.1: resolution: {integrity: sha512-L0PFMUHxuafXE0qdc6g+VftmjZKcMovQeutjQ5Cw9AFR6LIZtTuUDj/fDFv083Je4ftDiE5K46MBffToECkjhw==} engines: {node: '>=4'} dependencies: dot-prop: 4.2.1 dev: true - /envinfo/7.8.1: + /envinfo@7.8.1: resolution: {integrity: sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==} engines: {node: '>=4'} hasBin: true - /enzyme-adapter-react-16/1.15.7_j6bpv5pizkyfppcg2tmva6pmii: + /enzyme-adapter-react-16@1.15.7(enzyme@3.11.0)(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-LtjKgvlTc/H7adyQcj+aq0P0H07LDL480WQl1gU512IUyaDo/sbOaNDdZsJXYW2XaoPqrLLE9KbZS+X2z6BASw==} peerDependencies: enzyme: ^3.0.0 @@ -29294,25 +26088,25 @@ packages: react-dom: ^16.0.0-0 dependencies: enzyme: 3.11.0 - enzyme-adapter-utils: 1.14.1_react@16.14.0 + enzyme-adapter-utils: 1.14.1(react@16.14.0) enzyme-shallow-equal: 1.0.5 has: 1.0.3 object.assign: 4.1.4 object.values: 1.1.6 prop-types: 15.8.1 react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 + react-dom: 16.14.0(react@16.14.0) react-is: 16.13.1 - react-test-renderer: 16.14.0_react@16.14.0 + react-test-renderer: 16.14.0(react@16.14.0) semver: 5.7.1 dev: true - /enzyme-adapter-utils/1.14.1_react@16.14.0: + /enzyme-adapter-utils@1.14.1(react@16.14.0): resolution: {integrity: sha512-JZgMPF1QOI7IzBj24EZoDpaeG/p8Os7WeBZWTJydpsH7JRStc7jYbHE4CmNQaLqazaGFyLM8ALWA3IIZvxW3PQ==} peerDependencies: react: 0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0 || 17 dependencies: - airbnb-prop-types: 2.16.0_react@16.14.0 + airbnb-prop-types: 2.16.0(react@16.14.0) function.prototype.name: 1.1.5 has: 1.0.3 object.assign: 4.1.4 @@ -29322,14 +26116,14 @@ packages: semver: 5.7.1 dev: true - /enzyme-shallow-equal/1.0.5: + /enzyme-shallow-equal@1.0.5: resolution: {integrity: sha512-i6cwm7hN630JXenxxJFBKzgLC3hMTafFQXflvzHgPmDhOBhxUWDe8AeRv1qp2/uWJ2Y8z5yLWMzmAfkTOiOCZg==} dependencies: has: 1.0.3 object-is: 1.1.5 dev: true - /enzyme/3.11.0: + /enzyme@3.11.0: resolution: {integrity: sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==} dependencies: array.prototype.flat: 1.3.1 @@ -29356,43 +26150,43 @@ packages: string.prototype.trim: 1.2.7 dev: true - /err-code/1.1.2: + /err-code@1.1.2: resolution: {integrity: sha512-CJAN+O0/yA1CKfRn9SXOGctSpEM7DCon/r/5r2eXFMY2zCCJBasFhcM5I+1kh3Ap11FsQCX+vGHceNPvpWKhoA==} - /errlop/2.2.0: + /errlop@2.2.0: resolution: {integrity: sha512-e64Qj9+4aZzjzzFpZC7p5kmm/ccCrbLhAJplhsDXQFs87XTsXwOpH4s1Io2s90Tau/8r2j9f4l/thhDevRjzxw==} engines: {node: '>=0.8'} - /errno/0.1.8: + /errno@0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true dependencies: prr: 1.0.1 - /error-ex/1.3.2: + /error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} dependencies: is-arrayish: 0.2.1 - /error-stack-parser/1.3.6: + /error-stack-parser@1.3.6: resolution: {integrity: sha512-xhuSYd8wLgOXwNgjcPeXMPL/IiiA1Huck+OPvClpJViVNNlJVtM41o+1emp7bPvlCJwCatFX2DWc05/DgfbWzA==} dependencies: stackframe: 0.3.1 dev: false - /error-stack-parser/2.1.4: + /error-stack-parser@2.1.4: resolution: {integrity: sha512-Sk5V6wVazPhq5MhpO+AUxJn5x7XSXGl1R93Vn7i+zS15KDVxQijejNCrz8340/2bgLBjR9GtEG8ZVKONDjcqGQ==} dependencies: stackframe: 1.3.4 - /errorhandler/1.5.1: + /errorhandler@1.5.1: resolution: {integrity: sha512-rcOwbfvP1WTViVoUjcfZicVzjhjTuhSMntHh6mW3IrEiyE6mJyXvsToJUJGlGlw/2xU9P5whlWNGlIDVeCiT4A==} engines: {node: '>= 0.8'} dependencies: accepts: 1.3.8 escape-html: 1.0.3 - /es-abstract/1.21.2: + /es-abstract@1.21.2: resolution: {integrity: sha512-y/B5POM2iBnIxCiernH1G7rC9qQoM77lLIMQLuob0zhp8C56Po81+2Nj0WFKnd0pNReDTnkYryc+zhOzpEIROg==} engines: {node: '>= 0.4'} dependencies: @@ -29431,11 +26225,11 @@ packages: unbox-primitive: 1.0.2 which-typed-array: 1.1.9 - /es-array-method-boxes-properly/1.0.0: + /es-array-method-boxes-properly@1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} dev: true - /es-get-iterator/1.1.3: + /es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} dependencies: call-bind: 1.0.2 @@ -29449,13 +26243,13 @@ packages: stop-iteration-iterator: 1.0.0 dev: true - /es-module-lexer/0.7.1: + /es-module-lexer@0.7.1: resolution: {integrity: sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==} - /es-module-lexer/1.2.1: + /es-module-lexer@1.2.1: resolution: {integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==} - /es-set-tostringtag/2.0.1: + /es-set-tostringtag@2.0.1: resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} engines: {node: '>= 0.4'} dependencies: @@ -29463,13 +26257,13 @@ packages: has: 1.0.3 has-tostringtag: 1.0.0 - /es-shim-unscopables/1.0.0: + /es-shim-unscopables@1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: has: 1.0.3 dev: true - /es-to-primitive/1.2.1: + /es-to-primitive@1.2.1: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} dependencies: @@ -29477,7 +26271,7 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /es5-ext/0.10.62: + /es5-ext@0.10.62: resolution: {integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==} engines: {node: '>=0.10'} requiresBuild: true @@ -29487,19 +26281,19 @@ packages: next-tick: 1.1.0 dev: true - /es5-imcompatible-versions/0.1.82: + /es5-imcompatible-versions@0.1.82: resolution: {integrity: sha512-Y4vitTOiUyvIHPMcj6yrLaS2Un1SLlH9opeHZmpF68e8CFL173XeDkSA2UOVnDDB9WRi2+wztzbcIXRhIeQVnA==} - /es5-shim/4.6.7: + /es5-shim@4.6.7: resolution: {integrity: sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==} engines: {node: '>=0.4.0'} dev: true - /es6-error/4.1.1: + /es6-error@4.1.1: resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} dev: true - /es6-iterator/2.0.3: + /es6-iterator@2.0.3: resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==} dependencies: d: 1.0.1 @@ -29507,7 +26301,7 @@ packages: es6-symbol: 3.1.3 dev: true - /es6-map/0.1.5: + /es6-map@0.1.5: resolution: {integrity: sha512-mz3UqCh0uPCIqsw1SSAkB/p0rOzF/M0V++vyN7JqlPtSW/VsYgQBvVvqMLmfBuyMzTpLnNqi6JmcSizs4jy19A==} dependencies: d: 1.0.1 @@ -29518,15 +26312,15 @@ packages: event-emitter: 0.3.5 dev: true - /es6-promise/4.2.8: + /es6-promise@4.2.8: resolution: {integrity: sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==} - /es6-promisify/5.0.0: + /es6-promisify@5.0.0: resolution: {integrity: sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==} dependencies: es6-promise: 4.2.8 - /es6-set/0.1.6: + /es6-set@0.1.6: resolution: {integrity: sha512-TE3LgGLDIBX332jq3ypv6bcOpkLO0AslAQo7p2VqX/1N46YNsvIWgvjojjSEnWEGWMhr1qUbYeTSir5J6mFHOw==} engines: {node: '>=0.12'} dependencies: @@ -29538,18 +26332,18 @@ packages: type: 2.7.2 dev: true - /es6-shim/0.35.8: + /es6-shim@0.35.8: resolution: {integrity: sha512-Twf7I2v4/1tLoIXMT8HlqaBSS5H2wQTs2wx3MNYCI8K1R1/clXyCazrcVCPm/FuO9cyV8+leEaZOWD5C253NDg==} dev: true - /es6-symbol/3.1.3: + /es6-symbol@3.1.3: resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==} dependencies: d: 1.0.1 ext: 1.7.0 dev: true - /es6-weak-map/2.0.3: + /es6-weak-map@2.0.3: resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} dependencies: d: 1.0.1 @@ -29558,12 +26352,12 @@ packages: es6-symbol: 3.1.3 dev: true - /esbuild/0.12.15: + /esbuild@0.12.15: resolution: {integrity: sha512-72V4JNd2+48eOVCXx49xoSWHgC3/cCy96e7mbXKY+WOWghN00cCmlGnwVLRhRHorvv0dgCyuMYBZlM2xDM5OQw==} hasBin: true requiresBuild: true - /esbuild/0.16.17: + /esbuild@0.16.17: resolution: {integrity: sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==} engines: {node: '>=12'} hasBin: true @@ -29593,38 +26387,38 @@ packages: '@esbuild/win32-x64': 0.16.17 dev: true - /escalade/3.1.1: + /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} - /escallmatch/1.5.0: + /escallmatch@1.5.0: resolution: {integrity: sha512-iMF4I4I2E16DPusKDgTtQeIBNX0oOS53Ih6sr/2fh+1SDRsXvG8Y3ZOXGWlDkNNo066XBIkfaDRLfZpqcD+vGA==} dependencies: call-matcher: 1.1.0 esprima: 2.7.3 dev: true - /escape-html/1.0.3: + /escape-html@1.0.3: resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} - /escape-string-regexp/1.0.5: + /escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} - /escape-string-regexp/2.0.0: + /escape-string-regexp@2.0.0: resolution: {integrity: sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==} engines: {node: '>=8'} - /escape-string-regexp/4.0.0: + /escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /escape-string-regexp/5.0.0: + /escape-string-regexp@5.0.0: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} dev: false - /escodegen/1.14.3: + /escodegen@1.14.3: resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} engines: {node: '>=4.0'} hasBin: true @@ -29636,7 +26430,7 @@ packages: optionalDependencies: source-map: 0.6.1 - /escodegen/2.0.0: + /escodegen@2.0.0: resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} engines: {node: '>=6.0'} hasBin: true @@ -29648,7 +26442,7 @@ packages: optionalDependencies: source-map: 0.6.1 - /escope/3.6.0: + /escope@3.6.0: resolution: {integrity: sha512-75IUQsusDdalQEW/G/2esa87J7raqdJF+Ca0/Xm5C3Q58Nr4yVYjZGp/P1+2xiEVgXRrA39dpRb8LcshajbqDQ==} engines: {node: '>=0.4.0'} dependencies: @@ -29658,7 +26452,7 @@ packages: estraverse: 4.3.0 dev: true - /eslint-ast-utils/1.1.0: + /eslint-ast-utils@1.1.0: resolution: {integrity: sha512-otzzTim2/1+lVrlH19EfQQJEhVJSu0zOb9ygb3iapN6UlyaDtyRq4b5U1FuW0v1lRa9Fp/GJyHkSwm6NqABgCA==} engines: {node: '>=4'} dependencies: @@ -29666,20 +26460,20 @@ packages: lodash.zip: 4.2.0 dev: true - /eslint-config-egg/12.2.1_jgkqkwom7vrxl4kyi454n2sy2i: + /eslint-config-egg@12.2.1(eslint@8.40.0)(typescript@4.9.5): resolution: {integrity: sha512-YXV5hi+/jyeAaT5JSkkST/6d3JSzYBhXclESmV0NCW9fFNgPuruZ3dz11nZOEgFfE11rRkOttEvFIVSVmgCRHQ==} engines: {node: '>= 14.17.0'} dependencies: '@babel/core': 7.21.8 - '@babel/eslint-parser': 7.21.8_r3wtitw7f7lufgjigaj6hnnlnu - '@typescript-eslint/eslint-plugin': 5.59.2_fwbwffxiq4bvaw374ga4sdje4y - '@typescript-eslint/parser': 5.59.2_jgkqkwom7vrxl4kyi454n2sy2i + '@babel/eslint-parser': 7.21.8(@babel/core@7.21.8)(eslint@8.40.0) + '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) eslint-plugin-eggache: 2.0.0 - eslint-plugin-import: 2.27.5_fpivltgahi4upti426avloygci - eslint-plugin-jsdoc: 39.9.1_eslint@8.40.0 - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.40.0 - eslint-plugin-node: 11.1.0_eslint@8.40.0 - eslint-plugin-react: 7.32.2_eslint@8.40.0 + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.2)(eslint@8.40.0) + eslint-plugin-jsdoc: 39.9.1(eslint@8.40.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.40.0) + eslint-plugin-node: 11.1.0(eslint@8.40.0) + eslint-plugin-react: 7.32.2(eslint@8.40.0) transitivePeerDependencies: - eslint - eslint-import-resolver-typescript @@ -29688,7 +26482,7 @@ packages: - typescript dev: true - /eslint-config-prettier/8.8.0_eslint@7.32.0: + /eslint-config-prettier@8.8.0(eslint@7.32.0): resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} hasBin: true peerDependencies: @@ -29697,7 +26491,7 @@ packages: eslint: 7.32.0 dev: true - /eslint-formatter-pretty/4.1.0: + /eslint-formatter-pretty@4.1.0: resolution: {integrity: sha512-IsUTtGxF1hrH6lMWiSl1WbGaiP01eT6kzywdY1U+zLc0MP+nwEnUiS9UI8IaOTUhTeQJLlCEWIbXINBH4YJbBQ==} engines: {node: '>=10'} dependencies: @@ -29711,17 +26505,17 @@ packages: supports-hyperlinks: 2.3.0 dev: true - /eslint-import-resolver-node/0.3.7: + /eslint-import-resolver-node@0.3.7: resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) is-core-module: 2.12.0 resolve: 1.22.2 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils/2.8.0_24nd7cd6oxpofkjaupxpea46te: + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-node@0.3.7)(eslint@8.40.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -29742,15 +26536,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.59.2_jgkqkwom7vrxl4kyi454n2sy2i - debug: 3.2.7 + '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + debug: 3.2.7(supports-color@6.1.0) eslint: 8.40.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-babel/5.3.1_eslint@7.32.0: + /eslint-plugin-babel@5.3.1(eslint@7.32.0): resolution: {integrity: sha512-VsQEr6NH3dj664+EyxJwO4FCYm/00JhYb3Sk3ft8o+fpKuIfQ9TaW6uVUfvwMXHcf/lsnRIoyFPsLMyiWCSL/g==} engines: {node: '>=4'} peerDependencies: @@ -29760,12 +26554,12 @@ packages: eslint-rule-composer: 0.3.0 dev: true - /eslint-plugin-eggache/2.0.0: + /eslint-plugin-eggache@2.0.0: resolution: {integrity: sha512-IHPrZ8LZgTRJTN5e6bXEgmv4vE0yDTAYFgHyvlf2KED8gRSiZ/kVPur+VHjpV4/8OVGJg2YaNEqsiBHxgMCKyA==} engines: {node: '>=14.17.0'} dev: true - /eslint-plugin-es/3.0.1_eslint@8.40.0: + /eslint-plugin-es@3.0.1(eslint@8.40.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: @@ -29776,7 +26570,7 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.27.5_fpivltgahi4upti426avloygci: + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.2)(eslint@8.40.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -29786,15 +26580,15 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.59.2_jgkqkwom7vrxl4kyi454n2sy2i + '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) doctrine: 2.1.0 eslint: 8.40.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0_24nd7cd6oxpofkjaupxpea46te + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-node@0.3.7)(eslint@8.40.0) has: 1.0.3 is-core-module: 2.12.0 is-glob: 4.0.3 @@ -29809,7 +26603,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/24.7.0_r5rx7zghvfe2hvounwlkgdozle: + /eslint-plugin-jest@24.7.0(@typescript-eslint/eslint-plugin@5.59.2)(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==} engines: {node: '>=10'} peerDependencies: @@ -29819,15 +26613,15 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.59.2_pkii5ggyoe5fo6espx2tsxutry - '@typescript-eslint/experimental-utils': 4.33.0_jofidmxrjzhj7l6vknpw5ecvfe + '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/experimental-utils': 4.33.0(eslint@7.32.0)(typescript@4.9.5) eslint: 7.32.0 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsdoc/39.9.1_eslint@8.40.0: + /eslint-plugin-jsdoc@39.9.1(eslint@8.40.0): resolution: {integrity: sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} peerDependencies: @@ -29835,7 +26629,7 @@ packages: dependencies: '@es-joy/jsdoccomment': 0.36.1 comment-parser: 1.3.1 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) escape-string-regexp: 4.0.0 eslint: 8.40.0 esquery: 1.5.0 @@ -29845,7 +26639,7 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y/6.7.1_eslint@8.40.0: + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.40.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -29870,14 +26664,14 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-node/11.1.0_eslint@8.40.0: + /eslint-plugin-node@11.1.0(eslint@8.40.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: eslint: 8.40.0 - eslint-plugin-es: 3.0.1_eslint@8.40.0 + eslint-plugin-es: 3.0.1(eslint@8.40.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 @@ -29885,7 +26679,7 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-promise/6.1.1_eslint@7.32.0: + /eslint-plugin-promise@6.1.1(eslint@7.32.0): resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -29894,7 +26688,7 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@7.32.0: + /eslint-plugin-react-hooks@4.6.0(eslint@7.32.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: @@ -29903,7 +26697,7 @@ packages: eslint: 7.32.0 dev: true - /eslint-plugin-react/7.32.2_eslint@7.32.0: + /eslint-plugin-react@7.32.2(eslint@7.32.0): resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: @@ -29927,7 +26721,7 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-react/7.32.2_eslint@8.40.0: + /eslint-plugin-react@7.32.2(eslint@8.40.0): resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: @@ -29951,7 +26745,7 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-unicorn/20.1.0_eslint@7.32.0: + /eslint-plugin-unicorn@20.1.0(eslint@7.32.0): resolution: {integrity: sha512-XQxLBJT/gnwyRR6cfYsIK1AdekQchAt5tmcsnldevGjgR2xoZsRUa5/i6e0seNHy2RoT57CkTnbVHwHF8No8LA==} engines: {node: '>=10'} peerDependencies: @@ -29961,7 +26755,7 @@ packages: clean-regexp: 1.0.0 eslint: 7.32.0 eslint-ast-utils: 1.1.0 - eslint-template-visitor: 2.3.2_eslint@7.32.0 + eslint-template-visitor: 2.3.2(eslint@7.32.0) eslint-utils: 2.1.0 import-modules: 2.1.0 lodash: 4.17.21 @@ -29975,16 +26769,16 @@ packages: - supports-color dev: true - /eslint-rule-composer/0.3.0: + /eslint-rule-composer@0.3.0: resolution: {integrity: sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==} engines: {node: '>=4.0.0'} dev: true - /eslint-rule-docs/1.1.235: + /eslint-rule-docs@1.1.235: resolution: {integrity: sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A==} dev: true - /eslint-scope/4.0.3: + /eslint-scope@4.0.3: resolution: {integrity: sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==} engines: {node: '>=4.0.0'} dependencies: @@ -29992,14 +26786,14 @@ packages: estraverse: 4.3.0 dev: true - /eslint-scope/5.1.1: + /eslint-scope@5.1.1: resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} engines: {node: '>=8.0.0'} dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 - /eslint-scope/7.2.0: + /eslint-scope@7.2.0: resolution: {integrity: sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: @@ -30007,13 +26801,13 @@ packages: estraverse: 5.3.0 dev: true - /eslint-template-visitor/2.3.2_eslint@7.32.0: + /eslint-template-visitor@2.3.2(eslint@7.32.0): resolution: {integrity: sha512-3ydhqFpuV7x1M9EK52BPNj6V0Kwu0KKkcIAfpUhwHbR8ocRln/oUHgfxQupY8O1h4Qv/POHDumb/BwwNfxbtnA==} peerDependencies: eslint: '>=7.0.0' dependencies: '@babel/core': 7.21.8 - '@babel/eslint-parser': 7.21.8_btda5vh3j4tohbqgrkgx3qt2km + '@babel/eslint-parser': 7.21.8(@babel/core@7.21.8)(eslint@7.32.0) eslint: 7.32.0 eslint-visitor-keys: 2.1.0 esquery: 1.5.0 @@ -30022,14 +26816,14 @@ packages: - supports-color dev: true - /eslint-utils/2.1.0: + /eslint-utils@2.1.0: resolution: {integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==} engines: {node: '>=6'} dependencies: eslint-visitor-keys: 1.3.0 dev: true - /eslint-utils/3.0.0_eslint@7.32.0: + /eslint-utils@3.0.0(eslint@7.32.0): resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: @@ -30039,22 +26833,22 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /eslint-visitor-keys/1.3.0: + /eslint-visitor-keys@1.3.0: resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} engines: {node: '>=4'} dev: true - /eslint-visitor-keys/2.1.0: + /eslint-visitor-keys@2.1.0: resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.4.1: + /eslint-visitor-keys@3.4.1: resolution: {integrity: sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/7.32.0: + /eslint@7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} engines: {node: ^10.12.0 || >=12.0.0} hasBin: true @@ -30065,7 +26859,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) doctrine: 3.0.0 enquirer: 2.3.6 escape-string-regexp: 4.0.0 @@ -30103,12 +26897,12 @@ packages: - supports-color dev: true - /eslint/8.40.0: + /eslint@8.40.0: resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.40.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) '@eslint-community/regexpp': 4.5.1 '@eslint/eslintrc': 2.0.3 '@eslint/js': 8.40.0 @@ -30118,7 +26912,7 @@ packages: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.2.0 @@ -30152,11 +26946,11 @@ packages: - supports-color dev: true - /esm/3.2.25: + /esm@3.2.25: resolution: {integrity: sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==} engines: {node: '>=6'} - /espower-loader/1.2.2: + /espower-loader@1.2.2: resolution: {integrity: sha512-b2S362kHB3hDc8DIW7j3K6fIO+fMhwN+/1HimzmTRRe5Tl9Ox83WvVNjO4QL+HdplbSCw5VvHJpMIxgzEu+Rcw==} engines: {node: '>= 0.8.0'} dependencies: @@ -30167,7 +26961,7 @@ packages: xtend: 4.0.2 dev: true - /espower-location-detector/1.0.0: + /espower-location-detector@1.0.0: resolution: {integrity: sha512-Y/3H6ytYwqC3YcOc0gOU22Lp3eI5GAFGOymTdzFyfaiglKgtsw2dePOgXY3yrV+QcLPMPiVYwBU9RKaDoh2bbQ==} dependencies: is-url: 1.2.4 @@ -30176,7 +26970,7 @@ packages: xtend: 4.0.2 dev: true - /espower-source/2.3.0: + /espower-source@2.3.0: resolution: {integrity: sha512-Wc4kC4zUAEV7Qt31JRPoBUc5jjowHRylml2L2VaDQ1XEbnqQofGWx+gPR03TZAPokAMl5dqyL36h3ITyMXy3iA==} engines: {node: '>=0.8.0', npm: '>=1.2.10'} dependencies: @@ -30193,7 +26987,7 @@ packages: xtend: 4.0.2 dev: true - /espower/2.1.2: + /espower@2.1.2: resolution: {integrity: sha512-2qa3aEFtcgPB782jTKDPu82hOdw8+zJsWdOn12Tey8XlexHTqsYUIdLC2B7cUECENXly0vZblH1CEZcqttPNjw==} dependencies: array-find: 1.0.0 @@ -30207,94 +27001,94 @@ packages: type-name: 2.0.2 dev: true - /espree/7.3.1: + /espree@7.3.1: resolution: {integrity: sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: acorn: 7.4.1 - acorn-jsx: 5.3.2_acorn@7.4.1 + acorn-jsx: 5.3.2(acorn@7.4.1) eslint-visitor-keys: 1.3.0 dev: true - /espree/9.5.2: + /espree@9.5.2: resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: acorn: 8.8.2 - acorn-jsx: 5.3.2_acorn@8.8.2 + acorn-jsx: 5.3.2(acorn@8.8.2) eslint-visitor-keys: 3.4.1 dev: true - /esprima/2.7.3: + /esprima@2.7.3: resolution: {integrity: sha512-OarPfz0lFCiW4/AV2Oy1Rp9qu0iusTKqykwTspGCZtPxmF81JR4MmIebvF1F9+UOKth2ZubLQ4XGGaU+hSn99A==} engines: {node: '>=0.10.0'} hasBin: true dev: true - /esprima/4.0.1: + /esprima@4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} hasBin: true - /espurify/1.8.1: + /espurify@1.8.1: resolution: {integrity: sha512-ZDko6eY/o+D/gHCWyHTU85mKDgYcS4FJj7S+YD6WIInm7GQ6AnOjmcL4+buFV/JOztVLELi/7MmuGU5NHta0Mg==} dependencies: core-js: 2.6.12 dev: true - /esquery/1.5.0: + /esquery@1.5.0: resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} engines: {node: '>=0.10'} dependencies: estraverse: 5.3.0 dev: true - /esrecurse/4.3.0: + /esrecurse@4.3.0: resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} engines: {node: '>=4.0'} dependencies: estraverse: 5.3.0 - /estraverse/4.3.0: + /estraverse@4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} - /estraverse/5.3.0: + /estraverse@5.3.0: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} - /estree-to-babel/3.2.1: + /estree-to-babel@3.2.1: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 c8: 7.13.0 transitivePeerDependencies: - supports-color dev: true - /estree-walker/0.6.1: + /estree-walker@0.6.1: resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==} dev: true - /estree-walker/1.0.1: + /estree-walker@1.0.1: resolution: {integrity: sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==} dev: true - /estree-walker/2.0.2: + /estree-walker@2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} dev: true - /esutils/2.0.3: + /esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} - /etag/1.8.1: + /etag@1.8.1: resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} engines: {node: '>= 0.6'} - /etcd3/1.1.0: + /etcd3@1.1.0: resolution: {integrity: sha512-9SnJvaPyW5IYdJHJWX91CYo1QZCAev2B7PxrQWIe2tGbutZOmsXHfjNDKwEltFWoG5h++K3/JfWPjJdOGX90hg==} dependencies: '@grpc/grpc-js': 1.8.14 @@ -30303,14 +27097,14 @@ packages: cockatiel: 1.1.1 dev: false - /event-emitter/0.3.5: + /event-emitter@0.3.5: resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==} dependencies: d: 1.0.1 es5-ext: 0.10.62 dev: true - /event-stream/3.3.4: + /event-stream@3.3.4: resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==} dependencies: duplexer: 0.1.2 @@ -30322,37 +27116,37 @@ packages: through: 2.3.8 dev: false - /event-target-shim/5.0.1: + /event-target-shim@5.0.1: resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} engines: {node: '>=6'} - /eventemitter3/4.0.7: + /eventemitter3@4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} - /events/3.3.0: + /events@3.3.0: resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} engines: {node: '>=0.8.x'} - /eventsource/1.1.2: + /eventsource@1.1.2: resolution: {integrity: sha512-xAH3zWhgO2/3KIniEKYPr8plNSzlGINOUqYj0m0u7AB81iRw8b/3E73W6AuU+6klLbaSFmZnaETQ2lXPfAydrA==} engines: {node: '>=0.12.0'} dev: true - /eventsource/2.0.2: + /eventsource@2.0.2: resolution: {integrity: sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA==} engines: {node: '>=12.0.0'} dev: true - /evp_bytestokey/1.0.3: + /evp_bytestokey@1.0.3: resolution: {integrity: sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==} dependencies: md5.js: 1.3.5 safe-buffer: 5.2.1 - /exec-sh/0.3.6: + /exec-sh@0.3.6: resolution: {integrity: sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w==} - /execa/0.7.0: + /execa@0.7.0: resolution: {integrity: sha512-RztN09XglpYI7aBBrJCPW95jEH7YF1UEPOoX9yDhUTPdp7mK+CQvnLTuD10BNXZ3byLTu2uehZ8EcKT/4CGiFw==} engines: {node: '>=4'} dependencies: @@ -30364,7 +27158,7 @@ packages: signal-exit: 3.0.7 strip-eof: 1.0.0 - /execa/0.8.0: + /execa@0.8.0: resolution: {integrity: sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==} engines: {node: '>=4'} dependencies: @@ -30377,7 +27171,7 @@ packages: strip-eof: 1.0.0 dev: true - /execa/1.0.0: + /execa@1.0.0: resolution: {integrity: sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==} engines: {node: '>=6'} dependencies: @@ -30389,7 +27183,7 @@ packages: signal-exit: 3.0.7 strip-eof: 1.0.0 - /execa/3.4.0: + /execa@3.4.0: resolution: {integrity: sha512-r9vdGQk4bmCuK1yKQu1KTwcT2zwfWdbdaXfCtAh+5nU/4fSX+JAb7vZGvI5naJrQlvONrEB20jeruESI69530g==} engines: {node: ^8.12.0 || >=9.7.0} dependencies: @@ -30405,7 +27199,7 @@ packages: strip-final-newline: 2.0.0 dev: true - /execa/4.1.0: + /execa@4.1.0: resolution: {integrity: sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==} engines: {node: '>=10'} dependencies: @@ -30419,7 +27213,7 @@ packages: signal-exit: 3.0.7 strip-final-newline: 2.0.0 - /execa/5.1.1: + /execa@5.1.1: resolution: {integrity: sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==} engines: {node: '>=10'} dependencies: @@ -30434,62 +27228,47 @@ packages: strip-final-newline: 2.0.0 dev: true - /execall/2.0.0: + /execall@2.0.0: resolution: {integrity: sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==} engines: {node: '>=8'} dependencies: clone-regexp: 2.2.0 dev: true - /exenv/1.2.2: + /exenv@1.2.2: resolution: {integrity: sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==} dev: false - /exit-on-epipe/1.0.1: + /exit-on-epipe@1.0.1: resolution: {integrity: sha512-h2z5mrROTxce56S+pnvAV890uu7ls7f1kEvVGJbw1OlFH3/mlJ5bkXu0KRyW94v37zzHPiUd55iLn3DA7TjWpw==} engines: {node: '>=0.8'} dev: false - /exit/0.1.2: + /exit@0.1.2: resolution: {integrity: sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==} engines: {node: '>= 0.8.0'} - /expand-brackets/2.1.4: + /expand-brackets@2.1.4(supports-color@6.1.0): resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} engines: {node: '>=0.10.0'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) define-property: 0.2.5 extend-shallow: 2.0.1 posix-character-classes: 0.1.1 regex-not: 1.0.2 - snapdragon: 0.8.2 + snapdragon: 0.8.2(supports-color@6.1.0) to-regex: 3.0.2 transitivePeerDependencies: - supports-color - /expand-brackets/2.1.4_supports-color@6.1.0: - resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} - engines: {node: '>=0.10.0'} - dependencies: - debug: 2.6.9_supports-color@6.1.0 - define-property: 0.2.5 - extend-shallow: 2.0.1 - posix-character-classes: 0.1.1 - regex-not: 1.0.2 - snapdragon: 0.8.2_supports-color@6.1.0 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - - /expand-tilde/1.2.2: + /expand-tilde@1.2.2: resolution: {integrity: sha512-rtmc+cjLZqnu9dSYosX9EWmSJhTwpACgJQTfj4hgg2JjOD/6SIQalZrt4a3aQeh++oNxkazcaxrhPUj6+g5G/Q==} engines: {node: '>=0.10.0'} dependencies: os-homedir: 1.0.2 - /expect/24.9.0: + /expect@24.9.0: resolution: {integrity: sha512-wvVAx8XIol3Z5m9zvZXiyZOQ+sRJqNTIm6sGjdWlaZIeupQGO3WbYI+15D/AmEwZywL6wtJkbAbJtzkOfBuR0Q==} engines: {node: '>= 6'} dependencies: @@ -30503,7 +27282,7 @@ packages: - supports-color dev: true - /expect/26.6.2: + /expect@26.6.2: resolution: {integrity: sha512-9/hlOBkQl2l/PLHJx6JjoDF6xPKcJEsUlWKb23rKE7KzeDqUZKXKNMW27KIue5JMdBV9HgmoJPcc8HtO85t9IA==} engines: {node: '>= 10.14.2'} dependencies: @@ -30515,7 +27294,7 @@ packages: jest-regex-util: 26.0.0 dev: false - /expect/29.5.0: + /expect@29.5.0: resolution: {integrity: sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -30526,23 +27305,23 @@ packages: jest-util: 29.5.0 dev: true - /express/4.18.2: + /express@4.18.2(supports-color@6.1.0): resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} engines: {node: '>= 0.10.0'} dependencies: accepts: 1.3.8 array-flatten: 1.1.1 - body-parser: 1.20.1 + body-parser: 1.20.1(supports-color@6.1.0) content-disposition: 0.5.4 content-type: 1.0.5 cookie: 0.5.0 cookie-signature: 1.0.6 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) depd: 2.0.0 encodeurl: 1.0.2 escape-html: 1.0.3 etag: 1.8.1 - finalhandler: 1.2.0 + finalhandler: 1.2.0(supports-color@6.1.0) fresh: 0.5.2 http-errors: 2.0.0 merge-descriptors: 1.0.1 @@ -30554,8 +27333,8 @@ packages: qs: 6.11.0 range-parser: 1.2.1 safe-buffer: 5.2.1 - send: 0.18.0 - serve-static: 1.15.0 + send: 0.18.0(supports-color@6.1.0) + serve-static: 1.15.0(supports-color@6.1.0) setprototypeof: 1.2.0 statuses: 2.0.1 type-is: 1.6.18 @@ -30565,82 +27344,43 @@ packages: - supports-color dev: true - /express/4.18.2_supports-color@6.1.0: - resolution: {integrity: sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==} - engines: {node: '>= 0.10.0'} - dependencies: - accepts: 1.3.8 - array-flatten: 1.1.1 - body-parser: 1.20.1_supports-color@6.1.0 - content-disposition: 0.5.4 - content-type: 1.0.5 - cookie: 0.5.0 - cookie-signature: 1.0.6 - debug: 2.6.9_supports-color@6.1.0 - depd: 2.0.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.2.0_supports-color@6.1.0 - fresh: 0.5.2 - http-errors: 2.0.0 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.4.1 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.7 - qs: 6.11.0 - range-parser: 1.2.1 - safe-buffer: 5.2.1 - send: 0.18.0_supports-color@6.1.0 - serve-static: 1.15.0_supports-color@6.1.0 - setprototypeof: 1.2.0 - statuses: 2.0.1 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 - transitivePeerDependencies: - - supports-color - dev: true - - /ext/1.7.0: + /ext@1.7.0: resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==} dependencies: type: 2.7.2 dev: true - /extend-shallow/1.1.4: + /extend-shallow@1.1.4: resolution: {integrity: sha512-L7AGmkO6jhDkEBBGWlLtftA80Xq8DipnrRPr0pyi7GQLXkaq9JYA4xF4z6qnadIC6euiTDKco0cGSU9muw+WTw==} engines: {node: '>=0.10.0'} dependencies: kind-of: 1.1.0 dev: true - /extend-shallow/2.0.1: + /extend-shallow@2.0.1: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} engines: {node: '>=0.10.0'} dependencies: is-extendable: 0.1.1 - /extend-shallow/3.0.2: + /extend-shallow@3.0.2: resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} engines: {node: '>=0.10.0'} dependencies: assign-symbols: 1.0.0 is-extendable: 1.0.1 - /extend/3.0.2: - resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} - - /extend2/1.0.1: + /extend2@1.0.1: resolution: {integrity: sha512-ISoKeVhtewd5YHzMo+r9KC3Zx0fdpNBqoRzot+6BeEQ3bWQYQQOt0jkkY5gLveI2e7j+vdCJKeszHJIbg2Uceg==} - /extendable-error/0.1.7: + /extend@3.0.2: + resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} + + /extendable-error@0.1.7: resolution: {integrity: sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg==} dev: true - /external-editor/3.1.0: + /external-editor@3.1.0: resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} engines: {node: '>=4'} dependencies: @@ -30648,38 +27388,22 @@ packages: iconv-lite: 0.4.24 tmp: 0.0.33 - /extglob/2.0.4: - resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} - engines: {node: '>=0.10.0'} - dependencies: - array-unique: 0.3.2 - define-property: 1.0.0 - expand-brackets: 2.1.4 - extend-shallow: 2.0.1 - fragment-cache: 0.2.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - - /extglob/2.0.4_supports-color@6.1.0: + /extglob@2.0.4(supports-color@6.1.0): resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} engines: {node: '>=0.10.0'} dependencies: array-unique: 0.3.2 define-property: 1.0.0 - expand-brackets: 2.1.4_supports-color@6.1.0 + expand-brackets: 2.1.4(supports-color@6.1.0) extend-shallow: 2.0.1 fragment-cache: 0.2.1 regex-not: 1.0.2 - snapdragon: 0.8.2_supports-color@6.1.0 + snapdragon: 0.8.2(supports-color@6.1.0) to-regex: 3.0.2 transitivePeerDependencies: - supports-color - dev: true - /extrude-polyline/1.0.6: + /extrude-polyline@1.0.6: resolution: {integrity: sha512-fcKIanU/v+tcdgG0+xMbS0C2VZ0/CF3qqxSjHiWfWICh0yFBezPr3SsOhgdzwE5E82plG6p1orEsfSqgldpxVg==} dependencies: as-number: 1.0.0 @@ -30687,16 +27411,16 @@ packages: polyline-miter-util: 1.0.1 dev: false - /extsprintf/1.3.0: + /extsprintf@1.3.0: resolution: {integrity: sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==} engines: {'0': node >=0.6.0} dev: true - /facepaint/1.2.1: + /facepaint@1.2.1: resolution: {integrity: sha512-oNvBekbhsm/0PNSOWca5raHNAi6dG960Bx6LJgxDPNF59WpuspgQ17bN5MKwOr7JcFdQYc7StW3VZ28DBZLavQ==} dev: true - /falafel/2.2.5: + /falafel@2.2.5: resolution: {integrity: sha512-HuC1qF9iTnHDnML9YZAdCDQwT0yKl/U55K4XSUXqGAA2GLoafFgWRqdAbhWJxXaYD4pyoVxAJ8wH670jMpI9DQ==} engines: {node: '>=0.4.0'} dependencies: @@ -30704,7 +27428,7 @@ packages: isarray: 2.0.5 dev: false - /fancy-log/1.3.3: + /fancy-log@1.3.3: resolution: {integrity: sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==} engines: {node: '>= 0.10'} dependencies: @@ -30714,18 +27438,18 @@ packages: time-stamp: 1.1.0 dev: true - /fast-deep-equal/2.0.1: + /fast-deep-equal@2.0.1: resolution: {integrity: sha512-bCK/2Z4zLidyB4ReuIsvALH6w31YfAQDmXMqMx6FyfHqvBxtjC0eRumeSu4Bs3XtXwpyIywtSTrVT99BxY1f9w==} dev: true - /fast-deep-equal/3.1.1: + /fast-deep-equal@3.1.1: resolution: {integrity: sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==} dev: false - /fast-deep-equal/3.1.3: + /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - /fast-glob/2.2.7: + /fast-glob@2.2.7: resolution: {integrity: sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==} engines: {node: '>=4.0.0'} dependencies: @@ -30734,12 +27458,12 @@ packages: glob-parent: 3.1.0 is-glob: 4.0.3 merge2: 1.4.1 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: true - /fast-glob/3.2.12: + /fast-glob@3.2.12: resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} engines: {node: '>=8.6.0'} dependencies: @@ -30749,82 +27473,82 @@ packages: merge2: 1.4.1 micromatch: 4.0.5 - /fast-json-stable-stringify/2.1.0: + /fast-json-stable-stringify@2.1.0: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - /fast-levenshtein/2.0.6: + /fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - /fast-loops/1.1.3: + /fast-loops@1.1.3: resolution: {integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==} dev: false - /fast-redact/3.1.2: + /fast-redact@3.1.2: resolution: {integrity: sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==} engines: {node: '>=6'} - /fast-shallow-equal/1.0.0: + /fast-shallow-equal@1.0.0: resolution: {integrity: sha512-HPtaa38cPgWvaCFmRNhlc6NG7pv6NUHqjPgVAkWGoB9mQMwYB27/K0CvOM5Czy+qpT3e8XJ6Q4aPAnzpNpzNaw==} dev: false - /fast-url-parser/1.1.3: + /fast-url-parser@1.1.3: resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==} dependencies: punycode: 1.4.1 dev: true - /fast-xml-parser/4.2.2: + /fast-xml-parser@4.2.2: resolution: {integrity: sha512-DLzIPtQqmvmdq3VUKR7T6omPK/VCRNqgFlGtbESfyhcH2R4I8EzK1/K6E8PkRCK2EabWrUHK32NjYRbEFnnz0Q==} hasBin: true dependencies: strnum: 1.0.5 - /fastest-levenshtein/1.0.16: + /fastest-levenshtein@1.0.16: resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} engines: {node: '>= 4.9.1'} - /fastest-stable-stringify/2.0.2: + /fastest-stable-stringify@2.0.2: resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==} dev: false - /fastparse/1.1.2: + /fastparse@1.1.2: resolution: {integrity: sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==} dev: true - /fastq/1.15.0: + /fastq@1.15.0: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: reusify: 1.0.4 - /father-build/1.22.5_webpack@5.82.0: + /father-build@1.22.5(webpack@5.82.0): resolution: {integrity: sha512-SoEghgQ5fZb3UbwyFQAhow4UBqRkxCG7yIdLgqoPS6dde+3YYjZztMyubXCjuNQ8o3UAIWczuBsww4wzpGFP/g==} hasBin: true dependencies: '@babel/core': 7.18.2 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-decorators': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-do-expressions': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-export-default-from': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-export-namespace-from': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-proposal-optional-chaining': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.2 - '@babel/plugin-transform-modules-commonjs': 7.12.1_@babel+core@7.18.2 - '@babel/plugin-transform-runtime': 7.18.2_@babel+core@7.18.2 - '@babel/preset-env': 7.12.1_@babel+core@7.18.2 - '@babel/preset-react': 7.12.1_@babel+core@7.18.2 - '@babel/preset-typescript': 7.12.1_@babel+core@7.18.2 - '@babel/register': 7.12.1_@babel+core@7.18.2 + '@babel/plugin-proposal-class-properties': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-decorators': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-do-expressions': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-export-default-from': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-export-namespace-from': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-proposal-optional-chaining': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.18.2) + '@babel/plugin-transform-modules-commonjs': 7.12.1(@babel/core@7.18.2) + '@babel/plugin-transform-runtime': 7.18.2(@babel/core@7.18.2) + '@babel/preset-env': 7.12.1(@babel/core@7.18.2) + '@babel/preset-react': 7.12.1(@babel/core@7.18.2) + '@babel/preset-typescript': 7.12.1(@babel/core@7.18.2) + '@babel/register': 7.12.1(@babel/core@7.18.2) '@lerna/filter-packages': 4.0.0 '@lerna/project': 4.0.0 '@lerna/query-graph': 4.0.0 - '@rollup/plugin-babel': 5.3.1_xqgxu46vmt6jfc6v3442ues2di - '@rollup/plugin-commonjs': 16.0.0_rollup@2.33.3 - '@rollup/plugin-inject': 4.0.2_rollup@2.33.3 - '@rollup/plugin-json': 4.1.0_rollup@2.33.3 - '@rollup/plugin-node-resolve': 10.0.0_rollup@2.33.3 - '@rollup/plugin-replace': 2.3.4_rollup@2.33.3 - '@rollup/plugin-url': 5.0.1_rollup@2.33.3 + '@rollup/plugin-babel': 5.3.1(@babel/core@7.18.2)(rollup@2.33.3) + '@rollup/plugin-commonjs': 16.0.0(rollup@2.33.3) + '@rollup/plugin-inject': 4.0.2(rollup@2.33.3) + '@rollup/plugin-json': 4.1.0(rollup@2.33.3) + '@rollup/plugin-node-resolve': 10.0.0(rollup@2.33.3) + '@rollup/plugin-replace': 2.3.4(rollup@2.33.3) + '@rollup/plugin-url': 5.0.1(rollup@2.33.3) '@svgr/rollup': 5.5.0 ajv: 6.12.6 autoprefixer: 9.6.0 @@ -30837,7 +27561,7 @@ packages: gulp-if: 2.0.2 gulp-less: 4.0.1 gulp-plumber: 1.2.1 - gulp-typescript: 5.0.1_typescript@4.9.5 + gulp-typescript: 5.0.1(typescript@4.9.5) less: 3.9.0 less-plugin-npm-import: 2.1.0 lodash: 4.17.21 @@ -30845,14 +27569,14 @@ packages: rimraf: 2.6.3 rollup: 2.33.3 rollup-plugin-postcss: 3.1.8 - rollup-plugin-terser: 7.0.2_rollup@2.33.3 - rollup-plugin-typescript2: 0.32.1_75mwnyfcye57wcmqrjugzpk55y + rollup-plugin-terser: 7.0.2(rollup@2.33.3) + rollup-plugin-typescript2: 0.32.1(rollup@2.33.3)(typescript@4.9.5) semver: 6.1.1 signale: 1.4.0 slash2: 2.0.0 temp-dir: 2.0.0 through2: 3.0.1 - ts-loader: 8.4.0_63sp3xclhi244az6p5twxmey5m + ts-loader: 8.4.0(typescript@4.9.5)(webpack@5.82.0) typescript: 4.9.5 update-notifier: 3.0.0 vinyl-fs: 3.0.3 @@ -30863,41 +27587,41 @@ packages: - webpack dev: true - /father/2.30.23_3sq5t5et2rnd5q4swcpbqx7oai: + /father@2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0): resolution: {integrity: sha512-6VX1UL2urtmM4b4Wh9xAulSsC9a4G4pOpPR7bqfpCqFxw4zflrrskktg398jqag2HFFbu0uvFq4z78vVqO46Gg==} hasBin: true dependencies: - '@babel/plugin-proposal-decorators': 7.4.4 - '@storybook/addon-a11y': 5.3.22_4xddmwarizaedxgdlpcbzrsihq - '@storybook/addon-actions': 5.3.21_4xddmwarizaedxgdlpcbzrsihq - '@storybook/addon-console': 1.2.3_zcbhkzqexdlkd2k5k23zvqbfdq - '@storybook/addon-knobs': 5.3.21_po5leixf63nqxm7arp6rb5e2xy - '@storybook/addon-links': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - '@storybook/addon-notes': 5.3.21_po5leixf63nqxm7arp6rb5e2xy - '@storybook/addon-options': 5.3.21_6l5554ty5ajsajah6yazvrjhoe - '@storybook/addon-storysource': 5.3.21_po5leixf63nqxm7arp6rb5e2xy - '@storybook/addons': 5.3.22_react-dom@18.2.0 - '@storybook/cli': 5.3.22 - '@storybook/react': 5.3.21_g2elmdg2cdgc6xhamkqm7fzdxu - '@storybook/theming': 5.3.22_6l5554ty5ajsajah6yazvrjhoe + '@babel/plugin-proposal-decorators': 7.4.4(@babel/core@7.21.8) + '@storybook/addon-a11y': 5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/addon-actions': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/addon-console': 1.2.3(@storybook/addon-actions@5.3.21) + '@storybook/addon-knobs': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-links': 5.3.21(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-notes': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-options': 5.3.21(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-storysource': 5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + '@storybook/addons': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/cli': 5.3.22(jest@29.5.0) + '@storybook/react': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@17.0.2) '@umijs/fabric': 2.14.1 - babel-loader: 8.3.0_webpack@5.82.0 - docz: 1.2.0_3fojeoqnli2zk5qrj33q6dbfqi - docz-core: 1.2.0_3fojeoqnli2zk5qrj33q6dbfqi - docz-plugin-umi-css: 0.14.1_3fojeoqnli2zk5qrj33q6dbfqi - docz-theme-umi: 2.1.1_3fojeoqnli2zk5qrj33q6dbfqi - father-build: 1.22.5_webpack@5.82.0 + babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + docz-plugin-umi-css: 0.14.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + docz-theme-umi: 2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + father-build: 1.22.5(webpack@5.82.0) fs-extra: 8.1.0 gh-pages: 2.0.1 lodash: 4.17.21 prettier: 2.8.8 - rc-source-loader: 1.0.2_webpack@5.82.0 - react-markdown: 4.3.1_react@17.0.2 - sass-loader: 8.0.2_webpack@5.82.0 + rc-source-loader: 1.0.2(webpack@5.82.0) + react-markdown: 4.3.1(react@17.0.2) + sass-loader: 8.0.2(webpack@5.82.0) signale: 1.4.0 slash2: 2.0.0 staged-git-files: 1.3.0 - storybook-addon-source: 2.0.11_ku46sh4btcbheelmezxbebtvlq + storybook-addon-source: 2.0.11(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11)(webpack@5.82.0) umi-test: 1.9.7 update-notifier: 3.0.0 yargs-parser: 13.1.2 @@ -30929,41 +27653,41 @@ packages: - webpack-command dev: true - /father/2.30.23_j4auvt5xcgzlpe3vuuiqz6cqym: + /father@2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0): resolution: {integrity: sha512-6VX1UL2urtmM4b4Wh9xAulSsC9a4G4pOpPR7bqfpCqFxw4zflrrskktg398jqag2HFFbu0uvFq4z78vVqO46Gg==} hasBin: true dependencies: - '@babel/plugin-proposal-decorators': 7.4.4_@babel+core@7.21.8 - '@storybook/addon-a11y': 5.3.22_vo4jvyc5s5me7wfrxydcafgheu - '@storybook/addon-actions': 5.3.21_vo4jvyc5s5me7wfrxydcafgheu - '@storybook/addon-console': 1.2.3_zcbhkzqexdlkd2k5k23zvqbfdq - '@storybook/addon-knobs': 5.3.21_wsldad6nghbaz27nd5ik6opowq - '@storybook/addon-links': 5.3.21_sfoxds7t5ydpegc3knd667wn6m - '@storybook/addon-notes': 5.3.21_wsldad6nghbaz27nd5ik6opowq - '@storybook/addon-options': 5.3.21_sfoxds7t5ydpegc3knd667wn6m - '@storybook/addon-storysource': 5.3.21_wsldad6nghbaz27nd5ik6opowq - '@storybook/addons': 5.3.22_react-dom@17.0.2 - '@storybook/cli': 5.3.22 - '@storybook/react': 5.3.21_levdohhszzm2ofsxuvphtyattm - '@storybook/theming': 5.3.22_sfoxds7t5ydpegc3knd667wn6m + '@babel/plugin-proposal-decorators': 7.4.4(@babel/core@7.21.8) + '@storybook/addon-a11y': 5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-actions': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-console': 1.2.3(@storybook/addon-actions@5.3.21) + '@storybook/addon-knobs': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-links': 5.3.21(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-notes': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-options': 5.3.21(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-storysource': 5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + '@storybook/addons': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/cli': 5.3.22(jest@29.5.0) + '@storybook/react': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@17.0.2) '@umijs/fabric': 2.14.1 - babel-loader: 8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy - docz: 1.2.0_rxcza273b5hd23d7ahwwro5gge - docz-core: 1.2.0_rxcza273b5hd23d7ahwwro5gge - docz-plugin-umi-css: 0.14.1_kbte5w7cj7ibkcl7unud2qg7uu - docz-theme-umi: 2.1.1_rxcza273b5hd23d7ahwwro5gge - father-build: 1.22.5_webpack@5.82.0 + babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + docz-plugin-umi-css: 0.14.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + docz-theme-umi: 2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + father-build: 1.22.5(webpack@5.82.0) fs-extra: 8.1.0 gh-pages: 2.0.1 lodash: 4.17.21 prettier: 2.8.8 - rc-source-loader: 1.0.2_webpack@5.82.0 - react-markdown: 4.3.1_react@17.0.2 - sass-loader: 8.0.2_webpack@5.82.0 + rc-source-loader: 1.0.2(webpack@5.82.0) + react-markdown: 4.3.1(react@17.0.2) + sass-loader: 8.0.2(webpack@5.82.0) signale: 1.4.0 slash2: 2.0.0 staged-git-files: 1.3.0 - storybook-addon-source: 2.0.11_xla2fk6h6pqvfxoumoiv5xumpu + storybook-addon-source: 2.0.11(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11)(webpack@5.82.0) umi-test: 1.9.7 update-notifier: 3.0.0 yargs-parser: 13.1.2 @@ -30995,80 +27719,14 @@ packages: - webpack-command dev: true - /father/2.30.23_ru2exmfmlyi2ewmznxlb7pezxe: - resolution: {integrity: sha512-6VX1UL2urtmM4b4Wh9xAulSsC9a4G4pOpPR7bqfpCqFxw4zflrrskktg398jqag2HFFbu0uvFq4z78vVqO46Gg==} - hasBin: true - dependencies: - '@babel/plugin-proposal-decorators': 7.4.4_@babel+core@7.21.8 - '@storybook/addon-a11y': 5.3.22_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/addon-actions': 5.3.21_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/addon-console': 1.2.3_zcbhkzqexdlkd2k5k23zvqbfdq - '@storybook/addon-knobs': 5.3.21_f6pyinjtoy5kmurbjfvudqjv2a - '@storybook/addon-links': 5.3.21_f6pyinjtoy5kmurbjfvudqjv2a - '@storybook/addon-notes': 5.3.21_f6pyinjtoy5kmurbjfvudqjv2a - '@storybook/addon-options': 5.3.21_f6pyinjtoy5kmurbjfvudqjv2a - '@storybook/addon-storysource': 5.3.21_bgfhw3ao4ucljc4beiozn4xsra - '@storybook/addons': 5.3.22_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/cli': 5.3.22_jest@29.5.0 - '@storybook/react': 5.3.21_74qnkk5bu5hvh6sgjpo3wruahe - '@storybook/theming': 5.3.22_prpqlkd37azqwypxturxi7uyci - '@umijs/fabric': 2.14.1 - babel-loader: 8.3.0_3wcj6smtzbw6rdbjrc32cq4dmy - docz: 1.2.0_ohr5fl4r2wu7er6p6keeytxxtq - docz-core: 1.2.0_ohr5fl4r2wu7er6p6keeytxxtq - docz-plugin-umi-css: 0.14.1_fbx5t5ynsdb4k5xp4sxkecicfy - docz-theme-umi: 2.1.1_ohr5fl4r2wu7er6p6keeytxxtq - father-build: 1.22.5_webpack@5.82.0 - fs-extra: 8.1.0 - gh-pages: 2.0.1 - lodash: 4.17.21 - prettier: 2.8.8 - rc-source-loader: 1.0.2_webpack@5.82.0 - react-markdown: 4.3.1_react@17.0.2 - sass-loader: 8.0.2_webpack@5.82.0 - signale: 1.4.0 - slash2: 2.0.0 - staged-git-files: 1.3.0 - storybook-addon-source: 2.0.11_gks3txxbbn46xqctfcclsnppzu - umi-test: 1.9.7 - update-notifier: 3.0.0 - yargs-parser: 13.1.2 - transitivePeerDependencies: - - '@babel/core' - - '@storybook/source-loader' - - '@types/babel__core' - - '@types/react' - - bluebird - - bufferutil - - encoding - - eslint - - fibers - - jest - - node-sass - - postcss-jsx - - postcss-markdown - - react - - react-dom - - react-native - - regenerator-runtime - - sass - - supports-color - - typescript - - utf-8-validate - - vue-template-compiler - - webpack - - webpack-cli - - webpack-command - dev: true - - /father/4.1.9_7wnhei46fzf5tdmmx7sk3bqw44: + /father@4.1.9(styled-components@5.3.10)(webpack@5.82.0): resolution: {integrity: sha512-oY4Vlj4Qn0Ed9pM9SckSfQdn7yNVw50K6V5Ke2JRGoAvmTkQEh4qlAtkWngLNzwvCSgytyZTmI3Dqgpq6eboHg==} hasBin: true dependencies: '@microsoft/api-extractor': 7.34.3 - '@umijs/babel-preset-umi': 4.0.67_styled-components@5.3.10 + '@umijs/babel-preset-umi': 4.0.67(styled-components@5.3.10) '@umijs/bundler-utils': 4.0.67 - '@umijs/bundler-webpack': 4.0.67_5tyvgfrzth2khnpe2rdm23utxi + '@umijs/bundler-webpack': 4.0.67(styled-components@5.3.10)(typescript@4.8.4)(webpack@5.82.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 '@umijs/core': 4.0.67 '@umijs/utils': 4.0.67 @@ -31084,7 +27742,7 @@ packages: minimatch: 3.1.2 tsconfig-paths: 4.0.0 typescript: 4.8.4 - typescript-transform-paths: 3.4.6_typescript@4.8.4 + typescript-transform-paths: 3.4.6(typescript@4.8.4) v8-compile-cache: 2.3.0 transitivePeerDependencies: - '@types/node' @@ -31099,24 +27757,24 @@ packages: - webpack-plugin-serve dev: true - /fault/1.0.4: + /fault@1.0.4: resolution: {integrity: sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==} dependencies: format: 0.2.2 - /faye-websocket/0.11.4: + /faye-websocket@0.11.4: resolution: {integrity: sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==} engines: {node: '>=0.8.0'} dependencies: websocket-driver: 0.7.4 dev: true - /fb-watchman/2.0.2: + /fb-watchman@2.0.2: resolution: {integrity: sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==} dependencies: bser: 2.1.1 - /fbemitter/3.0.0: + /fbemitter@3.0.0: resolution: {integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==} dependencies: fbjs: 3.0.4 @@ -31124,11 +27782,11 @@ packages: - encoding dev: false - /fbjs-css-vars/1.0.2: + /fbjs-css-vars@1.0.2: resolution: {integrity: sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ==} dev: false - /fbjs/0.8.18: + /fbjs@0.8.18: resolution: {integrity: sha512-EQaWFK+fEPSoibjNy8IxUtaFOMXcWsY0JaVrQoZR9zC8N2Ygf9iDITPWjUTVIax95b6I742JFLqASHfsag/vKA==} dependencies: core-js: 1.2.7 @@ -31139,7 +27797,7 @@ packages: setimmediate: 1.0.5 ua-parser-js: 0.7.35 - /fbjs/3.0.4: + /fbjs@3.0.4: resolution: {integrity: sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==} dependencies: cross-fetch: 3.1.5 @@ -31153,10 +27811,10 @@ packages: - encoding dev: false - /fecha/4.2.3: + /fecha@4.2.3: resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} - /fetch-blob/3.2.0: + /fetch-blob@3.2.0: resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} engines: {node: ^12.20 || >= 14.13} dependencies: @@ -31164,31 +27822,31 @@ packages: web-streams-polyfill: 3.2.1 dev: false - /figgy-pudding/3.5.2: + /figgy-pudding@3.5.2: resolution: {integrity: sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==} dev: true - /figures/2.0.0: + /figures@2.0.0: resolution: {integrity: sha512-Oa2M9atig69ZkfwiApY8F2Yy+tzMbazyvqv21R0NsSC8floSOC09BbT1ITWAdoMGQvJ/aZnR1KMwdx9tvHnTNA==} engines: {node: '>=4'} dependencies: escape-string-regexp: 1.0.5 - /figures/3.2.0: + /figures@3.2.0: resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 dev: true - /file-entry-cache/6.0.1: + /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: flat-cache: 3.0.4 dev: true - /file-loader/3.0.1_webpack@4.46.0: + /file-loader@3.0.1(webpack@4.46.0): resolution: {integrity: sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -31196,10 +27854,10 @@ packages: dependencies: loader-utils: 1.4.2 schema-utils: 1.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /file-loader/4.3.0_webpack@4.46.0: + /file-loader@4.3.0(webpack@4.46.0): resolution: {integrity: sha512-aKrYPYjF1yG3oX0kWRrqrSMfgftm7oJW5M+m4owoldH5C51C0RkIwB++JbRvEW3IU6/ZG5n8UvEcdgwOt2UOWA==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -31207,54 +27865,54 @@ packages: dependencies: loader-utils: 1.4.2 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /file-name/0.1.0: + /file-name@0.1.0: resolution: {integrity: sha512-Q8SskhjF4eUk/xoQkmubwLkoHwOTv6Jj/WGtOVLKkZ0vvM+LipkSXugkn1F/+mjWXU32AXLZB3qaz0arUzgtRw==} engines: {node: '>=0.10.0'} - /file-system-cache/1.1.0: + /file-system-cache@1.1.0: resolution: {integrity: sha512-IzF5MBq+5CR0jXx5RxPe4BICl/oEhBSXKaL9fLhAXrIfIUS77Hr4vzrYyqYMHN6uTt+BOqi3fDCTjjEBCjERKw==} dependencies: fs-extra: 10.1.0 ramda: 0.28.0 dev: true - /file-system-cache/2.0.0: + /file-system-cache@2.0.0: resolution: {integrity: sha512-QlYut2ZtxRgdW/dboSmiKZWM8FsnpLaLI549hN/RWgwn3FawSil7Jc2n7nFHheclvYxa4LJqwEOvNUYv9VsCXg==} dependencies: fs-extra: 10.1.0 ramda: 0.28.0 dev: true - /file-system-cache/2.1.1: + /file-system-cache@2.1.1: resolution: {integrity: sha512-vgZ1uDsK29DM4pptUOv47zdJO2tYM5M/ERyAE9Jk0QBN6e64Md+a+xJSOp68dCCDH4niFMVD8nC8n8A5ic0bmg==} dependencies: fs-extra: 11.1.1 ramda: 0.28.0 dev: true - /file-uri-to-path/1.0.0: + /file-uri-to-path@1.0.0: resolution: {integrity: sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==} dev: true optional: true - /file-uri-to-path/2.0.0: + /file-uri-to-path@2.0.0: resolution: {integrity: sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==} engines: {node: '>= 6'} - /filename-reserved-regex/1.0.0: + /filename-reserved-regex@1.0.0: resolution: {integrity: sha512-UZArj7+U+2reBBVCvVmRlyq9D7EYQdUtuNN+1iz7pF1jGcJ2L0TjiRCxsTZfj2xFbM4c25uGCUDpKTHA7L2TKg==} engines: {node: '>=0.10.0'} dev: true - /filename-reserved-regex/2.0.0: + /filename-reserved-regex@2.0.0: resolution: {integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==} engines: {node: '>=4'} dev: true - /filenamify-url/1.0.0: + /filenamify-url@1.0.0: resolution: {integrity: sha512-O9K9JcZeF5VdZWM1qR92NSv1WY2EofwudQayPx5dbnnFl9k0IcZha4eV/FGkjnBK+1irOQInij0yiooCHu/0Fg==} engines: {node: '>=0.10.0'} dependencies: @@ -31262,7 +27920,7 @@ packages: humanize-url: 1.0.1 dev: true - /filenamify/1.2.1: + /filenamify@1.2.1: resolution: {integrity: sha512-DKVP0WQcB7WaIMSwDETqImRej2fepPqvXQjaVib7LRZn9Rxn5UbvK2tYTqGf1A1DkIprQQkG4XSQXSOZp7Q3GQ==} engines: {node: '>=0.10.0'} dependencies: @@ -31271,7 +27929,7 @@ packages: trim-repeated: 1.0.0 dev: true - /filenamify/4.3.0: + /filenamify@4.3.0: resolution: {integrity: sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==} engines: {node: '>=8'} dependencies: @@ -31280,11 +27938,11 @@ packages: trim-repeated: 1.0.0 dev: true - /filesize/3.6.1: + /filesize@3.6.1: resolution: {integrity: sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==} engines: {node: '>= 0.4.0'} - /fill-range/4.0.0: + /fill-range@4.0.0: resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} engines: {node: '>=0.10.0'} dependencies: @@ -31293,21 +27951,21 @@ packages: repeat-string: 1.6.1 to-regex-range: 2.1.1 - /fill-range/7.0.1: + /fill-range@7.0.1: resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} engines: {node: '>=8'} dependencies: to-regex-range: 5.0.1 - /filter-obj/1.1.0: + /filter-obj@1.1.0: resolution: {integrity: sha512-8rXg1ZnX7xzy2NGDVkBVaAy+lSlPNwad13BtgSlLuxfIslyt5Vg64U7tFcCt4WS1R0hvtnQybT/IyCkGZ3DpXQ==} engines: {node: '>=0.10.0'} - /finalhandler/1.1.2: + /finalhandler@1.1.2: resolution: {integrity: sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==} engines: {node: '>= 0.8'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) encodeurl: 1.0.2 escape-html: 1.0.3 on-finished: 2.3.0 @@ -31317,26 +27975,11 @@ packages: transitivePeerDependencies: - supports-color - /finalhandler/1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} - engines: {node: '>= 0.8'} - dependencies: - debug: 2.6.9 - encodeurl: 1.0.2 - escape-html: 1.0.3 - on-finished: 2.4.1 - parseurl: 1.3.3 - statuses: 2.0.1 - unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color - dev: true - - /finalhandler/1.2.0_supports-color@6.1.0: + /finalhandler@1.2.0(supports-color@6.1.0): resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} engines: {node: '>= 0.8'} dependencies: - debug: 2.6.9_supports-color@6.1.0 + debug: 2.6.9(supports-color@6.1.0) encodeurl: 1.0.2 escape-html: 1.0.3 on-finished: 2.4.1 @@ -31347,7 +27990,7 @@ packages: - supports-color dev: true - /find-babel-config/1.2.0: + /find-babel-config@1.2.0: resolution: {integrity: sha512-jB2CHJeqy6a820ssiqwrKMeyC6nNdmrcgkKWJWmpoxpE8RKciYJXCcXRq1h2AzCo5I5BJeN2tkGEO3hLTuePRA==} engines: {node: '>=4.0.0'} dependencies: @@ -31355,7 +27998,7 @@ packages: path-exists: 3.0.0 dev: true - /find-cache-dir/2.1.0: + /find-cache-dir@2.1.0: resolution: {integrity: sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==} engines: {node: '>=6'} dependencies: @@ -31363,7 +28006,7 @@ packages: make-dir: 2.1.0 pkg-dir: 3.0.0 - /find-cache-dir/3.3.2: + /find-cache-dir@3.3.2: resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} engines: {node: '>=8'} dependencies: @@ -31372,28 +28015,28 @@ packages: pkg-dir: 4.2.0 dev: true - /find-file-up/0.1.3: + /find-file-up@0.1.3: resolution: {integrity: sha512-mBxmNbVyjg1LQIIpgO8hN+ybWBgDQK8qjht+EbrTCGmmPV/sc7RF1i9stPTD6bpvXZywBdrwRYxhSdJv867L6A==} engines: {node: '>=0.10.0'} dependencies: fs-exists-sync: 0.1.0 resolve-dir: 0.1.1 - /find-npm-prefix/1.0.2: + /find-npm-prefix@1.0.2: resolution: {integrity: sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA==} dev: true - /find-pkg/0.1.2: + /find-pkg@0.1.2: resolution: {integrity: sha512-0rnQWcFwZr7eO0513HahrWafsc3CTFioEB7DRiEYCUM/70QXSY8f3mCST17HXLcPvEhzH/Ty/Bxd72ZZsr/yvw==} engines: {node: '>=0.10.0'} dependencies: find-file-up: 0.1.3 - /find-root/1.1.0: + /find-root@1.1.0: resolution: {integrity: sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==} dev: true - /find-up/1.1.2: + /find-up@1.1.2: resolution: {integrity: sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==} engines: {node: '>=0.10.0'} dependencies: @@ -31401,41 +28044,41 @@ packages: pinkie-promise: 2.0.1 dev: true - /find-up/2.1.0: + /find-up@2.1.0: resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} engines: {node: '>=4'} dependencies: locate-path: 2.0.0 dev: true - /find-up/3.0.0: + /find-up@3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} dependencies: locate-path: 3.0.0 - /find-up/4.1.0: + /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} dependencies: locate-path: 5.0.0 path-exists: 4.0.0 - /find-up/5.0.0: + /find-up@5.0.0: resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} engines: {node: '>=10'} dependencies: locate-path: 6.0.0 path-exists: 4.0.0 - /find-yarn-workspace-root2/1.2.16: + /find-yarn-workspace-root2@1.2.16: resolution: {integrity: sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA==} dependencies: micromatch: 4.0.5 pkg-dir: 4.2.0 dev: true - /flat-cache/3.0.4: + /flat-cache@3.0.4: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: @@ -31443,36 +28086,36 @@ packages: rimraf: 3.0.2 dev: true - /flat/4.1.1: + /flat@4.1.1: resolution: {integrity: sha512-FmTtBsHskrU6FJ2VxCnsDb84wu9zhmO3cUX2kGFb5tuwhfXxGciiT0oRY+cck35QmG+NmGh5eLz6lLCpWTqwpA==} hasBin: true dependencies: is-buffer: 2.0.5 dev: true - /flatted/3.2.7: + /flatted@3.2.7: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: true - /flatten/1.0.3: + /flatten@1.0.3: resolution: {integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==} deprecated: flatten is deprecated in favor of utility frameworks such as lodash. - /flow-parser/0.185.2: + /flow-parser@0.185.2: resolution: {integrity: sha512-2hJ5ACYeJCzNtiVULov6pljKOLygy0zddoqSI1fFetM+XRPpRshFdGEijtqlamA1XwyZ+7rhryI6FQFzvtLWUQ==} engines: {node: '>=0.4.0'} - /flow-parser/0.205.1: + /flow-parser@0.205.1: resolution: {integrity: sha512-+RF/e1Et6ZX2I/UG7SGAz3Z8+ulj9xKYLu5AD7Wi8H2llzncU8ZpdKfLR50pPvj4g2a/FbZWkXYL7qHc+zXJNA==} engines: {node: '>=0.4.0'} - /flush-write-stream/1.1.1: + /flush-write-stream@1.1.1: resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} dependencies: inherits: 2.0.4 readable-stream: 2.3.8 - /flux/4.0.4_react@17.0.2: + /flux@4.0.4(react@17.0.2): resolution: {integrity: sha512-NCj3XlayA2UsapRpM7va6wU1+9rE5FIL7qoMcmxWHRzbp0yujihMBm9BBHZ1MDIk5h5o2Bl6eGiCe8rYELAmYw==} peerDependencies: react: ^15.0.2 || ^16.0.0 || ^17.0.0 || 17 @@ -31484,7 +28127,7 @@ packages: - encoding dev: false - /fmin/0.0.2: + /fmin@0.0.2: resolution: {integrity: sha512-sSi6DzInhl9d8yqssDfGZejChO8d2bAGIpysPsvYsxFe898z89XhCZg6CPNV3nhUhFefeC/AXZK2bAJxlBjN6A==} dependencies: contour_plot: 0.0.1 @@ -31492,25 +28135,16 @@ packages: rollup: 0.25.8 tape: 4.16.2 uglify-js: 2.8.29 + dev: false - /focus-lock/0.11.6: + /focus-lock@0.11.6: resolution: {integrity: sha512-KSuV3ur4gf2KqMNoZx3nXNVhqCkn42GuTYCX4tXPEwf0MjpFQmNMiN6m7dXaUXgIoivL6/65agoUMg4RLS0Vbg==} engines: {node: '>=10'} dependencies: tslib: 2.5.0 dev: true - /follow-redirects/1.15.2: - resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} - engines: {node: '>=4.0'} - peerDependencies: - debug: '*' - peerDependenciesMeta: - debug: - optional: true - dev: true - - /follow-redirects/1.15.2_debug@4.3.4: + /follow-redirects@1.15.2(debug@4.3.4): resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==} engines: {node: '>=4.0'} peerDependencies: @@ -31519,10 +28153,10 @@ packages: debug: optional: true dependencies: - debug: 4.3.4_supports-color@6.1.0 + debug: 4.3.4(supports-color@6.1.0) dev: true - /follow-redirects/1.5.10: + /follow-redirects@1.5.10: resolution: {integrity: sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==} engines: {node: '>=4.0'} dependencies: @@ -31530,35 +28164,35 @@ packages: transitivePeerDependencies: - supports-color - /for-each/0.3.3: + /for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 - /for-in/0.1.8: + /for-in@0.1.8: resolution: {integrity: sha512-F0to7vbBSHP8E3l6dCjxNOLuSFAACIxFy3UehTUlG7svlXi37HHsDkyVcHo0Pq8QwrE+pXvWSVX3ZT1T9wAZ9g==} engines: {node: '>=0.10.0'} dev: true - /for-in/1.0.2: + /for-in@1.0.2: resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} engines: {node: '>=0.10.0'} - /for-own/0.1.5: + /for-own@0.1.5: resolution: {integrity: sha512-SKmowqGTJoPzLO1T0BBJpkfp3EMacCMOuH40hOUbrbzElVktk4DioXVM99QkLCyKoiuOmyjgcWMpVz2xjE7LZw==} engines: {node: '>=0.10.0'} dependencies: for-in: 1.0.2 dev: true - /foreground-child/1.5.6: + /foreground-child@1.5.6: resolution: {integrity: sha512-3TOY+4TKV0Ml83PXJQY+JFQaHNV38lzQDIzzXYg1kWdBLenGgoZhAs0CKgzI31vi2pWEpQMq/Yi4bpKwCPkw7g==} dependencies: cross-spawn: 4.0.2 signal-exit: 3.0.7 dev: true - /foreground-child/2.0.0: + /foreground-child@2.0.0: resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} engines: {node: '>=8.0.0'} dependencies: @@ -31566,72 +28200,15 @@ packages: signal-exit: 3.0.7 dev: true - /forever-agent/0.6.1: + /forever-agent@0.6.1: resolution: {integrity: sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==} dev: true - /fork-stream/0.0.4: + /fork-stream@0.0.4: resolution: {integrity: sha512-Pqq5NnT78ehvUnAk/We/Jr22vSvanRlFTpAmQ88xBY/M1TlHe+P0ILuEyXS595ysdGfaj22634LBkGMA2GTcpA==} dev: true - /fork-ts-checker-webpack-plugin/1.5.0_hvr4qpsjmekdeujqe7k6rye22m: - resolution: {integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA==} - engines: {node: '>=6.11.5', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - babel-code-frame: 6.26.0 - chalk: 2.4.2 - chokidar: 2.1.8 - eslint: 8.40.0 - micromatch: 3.1.10 - minimatch: 3.1.2 - semver: 5.7.1 - tapable: 1.1.3 - typescript: 5.0.4 - webpack: 4.46.0_webpack-cli@4.10.0 - worker-rpc: 0.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /fork-ts-checker-webpack-plugin/1.5.0_hz2ft2okq2rqrbss2xshard3qq: - resolution: {integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA==} - engines: {node: '>=6.11.5', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - babel-code-frame: 6.26.0 - chalk: 2.4.2 - chokidar: 2.1.8 - micromatch: 3.1.10 - minimatch: 3.1.2 - semver: 5.7.1 - tapable: 1.1.3 - typescript: 5.0.4 - webpack: 4.46.0_webpack-cli@4.10.0 - worker-rpc: 0.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /fork-ts-checker-webpack-plugin/1.5.0_obq7tnaqcyv52b5xol33hbzeya: + /fork-ts-checker-webpack-plugin@1.5.0(eslint@7.32.0)(typescript@3.3.4000)(webpack@4.46.0): resolution: {integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -31647,20 +28224,20 @@ packages: dependencies: babel-code-frame: 6.26.0 chalk: 2.4.2 - chokidar: 2.1.8 - eslint: 8.40.0 - micromatch: 3.1.10 + chokidar: 2.1.8(supports-color@6.1.0) + eslint: 7.32.0 + micromatch: 3.1.10(supports-color@6.1.0) minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 typescript: 3.3.4000 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/1.5.0_webpack@4.46.0: + /fork-ts-checker-webpack-plugin@1.5.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0): resolution: {integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -31676,46 +28253,20 @@ packages: dependencies: babel-code-frame: 6.26.0 chalk: 2.4.2 - chokidar: 2.1.8 - micromatch: 3.1.10 - minimatch: 3.1.2 - semver: 5.7.1 - tapable: 1.1.3 - webpack: 4.46.0_webpack-cli@4.10.0 - worker-rpc: 0.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /fork-ts-checker-webpack-plugin/1.5.0_zgauuxtgcpzjpnhcqkblwwnh6u: - resolution: {integrity: sha512-zEhg7Hz+KhZlBhILYpXy+Beu96gwvkROWJiTXOCyOOMMrdBIRPvsBpBqgTI4jfJGrJXcqGwJR8zsBGDmzY0jsA==} - engines: {node: '>=6.11.5', yarn: '>=1.0.0'} - peerDependencies: - eslint: '>= 6' - typescript: '>= 2.7' - vue-template-compiler: '*' - webpack: '>= 4' - peerDependenciesMeta: - eslint: - optional: true - vue-template-compiler: - optional: true - dependencies: - babel-code-frame: 6.26.0 - chalk: 2.4.2 - chokidar: 2.1.8 - micromatch: 3.1.10 + chokidar: 2.1.8(supports-color@6.1.0) + eslint: 7.32.0 + micromatch: 3.1.10(supports-color@6.1.0) minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 - typescript: 3.3.4000 - webpack: 4.46.0_webpack-cli@4.10.0 + typescript: 4.9.5 + webpack: 4.46.0(webpack-cli@4.10.0) worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/8.0.0_lgejuhi72seanii5npf7c2ri6a: + /fork-ts-checker-webpack-plugin@8.0.0(typescript@4.8.4)(webpack@5.82.0): resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -31735,10 +28286,10 @@ packages: semver: 7.5.0 tapable: 2.2.1 typescript: 4.8.4 - webpack: 5.82.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /form-data/2.3.3: + /form-data@2.3.3: resolution: {integrity: sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==} engines: {node: '>= 0.12'} dependencies: @@ -31747,7 +28298,7 @@ packages: mime-types: 2.1.35 dev: true - /form-data/2.5.1: + /form-data@2.5.1: resolution: {integrity: sha512-m21N3WOmEEURgk6B9GLOE4RuWOFf28Lhh9qGYeNlGq4VDXUlJy2th2slBNU8Gp8EzloYZOibZJ7t5ecIrFSjVA==} engines: {node: '>= 0.12'} dependencies: @@ -31756,7 +28307,7 @@ packages: mime-types: 2.1.35 dev: true - /form-data/3.0.1: + /form-data@3.0.1: resolution: {integrity: sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==} engines: {node: '>= 6'} dependencies: @@ -31764,54 +28315,54 @@ packages: combined-stream: 1.0.8 mime-types: 2.1.35 - /format/0.2.2: + /format@0.2.2: resolution: {integrity: sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==} engines: {node: '>=0.4.x'} - /formdata-polyfill/4.0.10: + /formdata-polyfill@4.0.10: resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} engines: {node: '>=12.20.0'} dependencies: fetch-blob: 3.2.0 dev: false - /formidable/1.2.6: + /formidable@1.2.6: resolution: {integrity: sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==} deprecated: 'Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau' dev: true - /formstream/1.2.0: + /formstream@1.2.0: resolution: {integrity: sha512-ef4F+FQLnQLly1/AZ5OGNgGzzlOmp+T7+L/TaXASJ1GrETrpZb78/Mz7z+1Ra5FX3nLZE0WIOInGOoa81LxWew==} dependencies: destroy: 1.2.0 mime: 2.6.0 pause-stream: 0.0.11 - /forwarded/0.2.0: + /forwarded@0.2.0: resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} engines: {node: '>= 0.6'} dev: true - /frac/1.1.2: + /frac@1.1.2: resolution: {integrity: sha512-w/XBfkibaTl3YDqASwfDUqkna4Z2p9cFSr1aHDt0WoMTECnRfBOv2WArlZILlqgWlmdIlALXGpM2AOhEk5W3IA==} engines: {node: '>=0.8'} dev: false - /fraction.js/4.2.0: + /fraction.js@4.2.0: resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==} dev: true - /fragment-cache/0.2.1: + /fragment-cache@0.2.1: resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} engines: {node: '>=0.10.0'} dependencies: map-cache: 0.2.2 - /fresh/0.5.2: + /fresh@0.5.2: resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} engines: {node: '>= 0.6'} - /friendly-errors-webpack-plugin/1.7.0_webpack@4.46.0: + /friendly-errors-webpack-plugin@1.7.0(webpack@4.46.0): resolution: {integrity: sha512-K27M3VK30wVoOarP651zDmb93R9zF28usW4ocaK3mfQeIEI5BPht/EzZs5E8QLLwbLRJQMwscAjDxYPb1FuNiw==} peerDependencies: webpack: ^2.0.0 || ^3.0.0 || ^4.0.0 @@ -31819,31 +28370,31 @@ packages: chalk: 1.1.3 error-stack-parser: 2.1.4 string-width: 2.1.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /from/0.1.7: - resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==} - dev: false - - /from2/2.3.0: + /from2@2.3.0: resolution: {integrity: sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==} dependencies: inherits: 2.0.4 readable-stream: 2.3.8 - /fromentries/1.3.2: + /from@0.1.7: + resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==} + dev: false + + /fromentries@1.3.2: resolution: {integrity: sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==} dev: false - /fs-constants/1.0.0: + /fs-constants@1.0.0: resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} - /fs-exists-sync/0.1.0: + /fs-exists-sync@0.1.0: resolution: {integrity: sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==} engines: {node: '>=0.10.0'} - /fs-extra/10.1.0: + /fs-extra@10.1.0: resolution: {integrity: sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==} engines: {node: '>=12'} dependencies: @@ -31852,7 +28403,7 @@ packages: universalify: 2.0.0 dev: true - /fs-extra/11.1.1: + /fs-extra@11.1.1: resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} engines: {node: '>=14.14'} dependencies: @@ -31861,14 +28412,14 @@ packages: universalify: 2.0.0 dev: true - /fs-extra/3.0.1: + /fs-extra@3.0.1: resolution: {integrity: sha512-V3Z3WZWVUYd8hoCL5xfXJCaHWYzmtwW5XWYSlLgERi8PWd8bx1kUHUk8L1BT57e49oKnDDD180mjfrHc1yA9rg==} dependencies: graceful-fs: 4.2.11 jsonfile: 3.0.1 universalify: 0.1.2 - /fs-extra/7.0.1: + /fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} dependencies: @@ -31877,7 +28428,7 @@ packages: universalify: 0.1.2 dev: true - /fs-extra/8.1.0: + /fs-extra@8.1.0: resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} engines: {node: '>=6 <7 || >=8'} dependencies: @@ -31885,20 +28436,20 @@ packages: jsonfile: 4.0.0 universalify: 0.1.2 - /fs-minipass/1.2.7: + /fs-minipass@1.2.7: resolution: {integrity: sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==} dependencies: minipass: 2.9.0 dev: true - /fs-minipass/2.1.0: + /fs-minipass@2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: true - /fs-mkdirp-stream/1.0.0: + /fs-mkdirp-stream@1.0.0: resolution: {integrity: sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==} engines: {node: '>= 0.10'} dependencies: @@ -31906,14 +28457,14 @@ packages: through2: 2.0.5 dev: true - /fs-monkey/1.0.3: + /fs-monkey@1.0.3: resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==} dev: true - /fs-readdir-recursive/1.1.0: + /fs-readdir-recursive@1.1.0: resolution: {integrity: sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==} - /fs-vacuum/1.2.10: + /fs-vacuum@1.2.10: resolution: {integrity: sha512-bwbv1FcWYwxN1F08I1THN8nS4Qe/pGq0gM8dy1J34vpxxp3qgZKJPPaqex36RyZO0sD2J+2ocnbwC2d/OjYICQ==} deprecated: This module is no longer maintained dependencies: @@ -31922,7 +28473,7 @@ packages: rimraf: 2.7.1 dev: true - /fs-write-stream-atomic/1.0.10: + /fs-write-stream-atomic@1.0.10: resolution: {integrity: sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==} dependencies: graceful-fs: 4.2.11 @@ -31930,10 +28481,10 @@ packages: imurmurhash: 0.1.4 readable-stream: 2.3.8 - /fs.realpath/1.0.0: + /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - /fsevents/1.2.13: + /fsevents@1.2.13: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] @@ -31945,7 +28496,7 @@ packages: dev: true optional: true - /fsevents/2.1.3: + /fsevents@2.1.3: resolution: {integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] @@ -31954,24 +28505,24 @@ packages: dev: true optional: true - /fsevents/2.3.2: + /fsevents@2.3.2: resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true optional: true - /ftp/0.3.10: + /ftp@0.3.10: resolution: {integrity: sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ==} engines: {node: '>=0.8.0'} dependencies: readable-stream: 1.1.14 xregexp: 2.0.0 - /function-bind/1.1.1: + /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} - /function.prototype.name/1.1.5: + /function.prototype.name@1.1.5: resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} engines: {node: '>= 0.4'} dependencies: @@ -31980,23 +28531,23 @@ packages: es-abstract: 1.21.2 functions-have-names: 1.2.3 - /functional-red-black-tree/1.0.1: + /functional-red-black-tree@1.0.1: resolution: {integrity: sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==} dev: true - /functions-have-names/1.2.3: + /functions-have-names@1.2.3: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - /fuse.js/3.6.1: + /fuse.js@3.6.1: resolution: {integrity: sha512-hT9yh/tiinkmirKrlv4KWOjztdoZo1mx9Qh4KvWqC7isoXwdUY3PNWUxceF4/qO9R6riA2C29jdTOeQOIROjgw==} engines: {node: '>=6'} dev: true - /fuzzaldrin/2.1.0: + /fuzzaldrin@2.1.0: resolution: {integrity: sha512-zgllBYwfHR5P3CncJiGbGVPpa3iFYW1yuPaIv8DiTVRrcg5/6uETNL5zvIoKflG1aifXVUZTlIroDehw4WygGA==} dev: false - /gauge/2.7.4: + /gauge@2.7.4: resolution: {integrity: sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==} dependencies: aproba: 1.2.0 @@ -32009,24 +28560,24 @@ packages: wide-align: 1.1.5 dev: true - /generic-names/2.0.1: + /generic-names@2.0.1: resolution: {integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==} dependencies: loader-utils: 1.4.2 dev: true - /genfun/4.0.1: + /genfun@4.0.1: resolution: {integrity: sha512-48yv1eDS5Qrz6cbSDBBik0u7jCgC/eA9eZrl9MIN1LfKzFTuGt6EHgr31YM8yT9cjb5BplXb4Iz3VtOYmgt8Jg==} - /genfun/5.0.0: + /genfun@5.0.0: resolution: {integrity: sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA==} dev: true - /gensync/1.0.0-beta.2: + /gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} - /gentle-fs/2.3.1: + /gentle-fs@2.3.1: resolution: {integrity: sha512-OlwBBwqCFPcjm33rF2BjW+Pr6/ll2741l+xooiwTCeaX2CA1ZuclavyMBe0/KlR21/XGsgY6hzEQZ15BdNa13Q==} deprecated: This package is deprecated and will not be receiving further updates dependencies: @@ -32043,13 +28594,13 @@ packages: slide: 1.1.6 dev: true - /geojson-equality/0.1.6: + /geojson-equality@0.1.6: resolution: {integrity: sha512-TqG8YbqizP3EfwP5Uw4aLu6pKkg6JQK9uq/XZ1lXQntvTHD1BBKJWhNpJ2M0ax6TuWMP3oyx6Oq7FCIfznrgpQ==} dependencies: deep-equal: 1.1.1 dev: false - /geojson-rbush/2.1.0: + /geojson-rbush@2.1.0: resolution: {integrity: sha512-9HvLGhmAJBYkYYDdPlCrlfkKGwNW3PapiS0xPekdJLobkZE4rjtduKJXsO7+kUr97SsUlz4VtMcPuSIbjjJaQg==} dependencies: '@turf/helpers': 6.5.0 @@ -32057,7 +28608,7 @@ packages: rbush: 3.0.1 dev: false - /geojson-rbush/3.2.0: + /geojson-rbush@3.2.0: resolution: {integrity: sha512-oVltQTXolxvsz1sZnutlSuLDEcQAKYC/uXt9zDzJJ6bu0W+baTI8LZBaTup5afzibEH4N3jlq2p+a152wlBJ7w==} dependencies: '@turf/bbox': 6.5.0 @@ -32067,37 +28618,37 @@ packages: rbush: 3.0.1 dev: false - /geojson-vt/3.2.1: + /geojson-vt@3.2.1: resolution: {integrity: sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==} dev: false - /get-caller-file/1.0.3: + /get-caller-file@1.0.3: resolution: {integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==} dev: true - /get-caller-file/2.0.5: + /get-caller-file@2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} engines: {node: 6.* || 8.* || >= 10.*} - /get-closest/0.0.4: + /get-closest@0.0.4: resolution: {integrity: sha512-oMgZYUtnPMZB6XieXiUADpRIc5kfD+RPfpiYe9aIlEYGIcOx2mTGgKmUkctlLof/ANleypqOJRhQypbrh33DkA==} dev: false - /get-intrinsic/1.2.0: + /get-intrinsic@1.2.0: resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==} dependencies: function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.3 - /get-own-enumerable-property-symbols/3.0.2: + /get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} - /get-package-type/0.1.0: + /get-package-type@0.1.0: resolution: {integrity: sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==} engines: {node: '>=8.0.0'} - /get-pkg-repo/4.2.1: + /get-pkg-repo@4.2.1: resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} engines: {node: '>=6.9.0'} hasBin: true @@ -32108,72 +28659,72 @@ packages: yargs: 16.2.0 dev: true - /get-ready/1.0.0: + /get-ready@1.0.0: resolution: {integrity: sha512-mFXCZPJIlcYcth+N8267+mghfYN9h3EhsDa6JSnbA3Wrhh/XFpuowviFcsDeYZtKspQyWyJqfs4O6P8CHeTwzw==} dev: false - /get-ready/2.0.1: + /get-ready@2.0.1: resolution: {integrity: sha512-q2zoHPGbHognNvofksty0SOrviWowfUVxYcv3j3+Mf1BRRMHmq6q/1pciravEf8jkSL5iovloMWnonEc2QOpqA==} engines: {node: '>= 4.0.0'} dependencies: is-type-of: 1.4.0 - /get-stdin/8.0.0: + /get-stdin@8.0.0: resolution: {integrity: sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==} engines: {node: '>=10'} dev: true - /get-stream/3.0.0: + /get-stream@3.0.0: resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==} engines: {node: '>=4'} - /get-stream/4.1.0: + /get-stream@4.1.0: resolution: {integrity: sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==} engines: {node: '>=6'} dependencies: pump: 3.0.0 - /get-stream/5.2.0: + /get-stream@5.2.0: resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} engines: {node: '>=8'} dependencies: pump: 3.0.0 - /get-stream/6.0.1: + /get-stream@6.0.1: resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} engines: {node: '>=10'} - /get-symbol-description/1.0.0: + /get-symbol-description@1.0.0: resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 - /get-uri/3.0.2: + /get-uri@3.0.2: resolution: {integrity: sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==} engines: {node: '>= 6'} dependencies: '@tootallnate/once': 1.1.2 data-uri-to-buffer: 3.0.1 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) file-uri-to-path: 2.0.0 fs-extra: 8.1.0 ftp: 0.3.10 transitivePeerDependencies: - supports-color - /get-value/2.0.6: + /get-value@2.0.6: resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} engines: {node: '>=0.10.0'} - /getpass/0.1.7: + /getpass@0.1.7: resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} dependencies: assert-plus: 1.0.0 dev: true - /gh-pages/2.0.1: + /gh-pages@2.0.1: resolution: {integrity: sha512-uFlk3bukljeiWKQ2XvPfjcSi/ou7IfoDf2p+Fj672saLAr8bnOdFVqI/JSgrSgInKpCg5BksxEwGUl++dbg8Dg==} engines: {node: '>=6'} hasBin: true @@ -32188,7 +28739,7 @@ packages: rimraf: 2.7.1 dev: true - /gh-pages/5.0.0: + /gh-pages@5.0.0: resolution: {integrity: sha512-Nqp1SjkPIB94Xw/3yYNTUL+G2dxlhjvv1zeN/4kMC1jfViTEqhtVz/Ba1zSXHuvXCN9ADNS1dN4r5/J/nZWEQQ==} engines: {node: '>=10'} hasBin: true @@ -32202,11 +28753,11 @@ packages: globby: 6.1.0 dev: true - /git-branch/1.0.0: + /git-branch@1.0.0: resolution: {integrity: sha512-ZTzuqw5Df8fyLXQWrX6hK+4FpNCdKzMcERlxENEGO5aKcLmG7MAszhrMhluUKNKmOS/JAGijDMQDXDCDw1mE/A==} engines: {node: '>=0.8'} - /git-config-path/1.0.1: + /git-config-path@1.0.1: resolution: {integrity: sha512-KcJ2dlrrP5DbBnYIZ2nlikALfRhKzNSX0stvv3ImJ+fvC4hXKoV+U+74SV0upg+jlQZbrtQzc0bu6/Zh+7aQbg==} engines: {node: '>=0.10.0'} dependencies: @@ -32214,11 +28765,11 @@ packages: fs-exists-sync: 0.1.0 homedir-polyfill: 1.0.3 - /git-hooks-list/1.0.3: + /git-hooks-list@1.0.3: resolution: {integrity: sha512-Y7wLWcrLUXwk2noSka166byGCvhMtDRpgHdzCno1UQv/n/Hegp++a2xBWJL1lJarnKD3SWaljD+0z1ztqxuKyQ==} dev: true - /git-repo-name/0.6.0: + /git-repo-name@0.6.0: resolution: {integrity: sha512-DF4XxB6H+Te79JA08/QF/IjIv+j+0gF990WlgAX3SXXU2irfqvBc/xxlAIh6eJWYaKz45MrrGVBFS0Qc4bBz5g==} engines: {node: '>=0.8'} dependencies: @@ -32227,26 +28778,26 @@ packages: lazy-cache: 1.0.4 remote-origin-url: 0.5.3 - /git-username/0.5.1: + /git-username@0.5.1: resolution: {integrity: sha512-xjUjrj3i4kup2A3a/ZVZB1Nt0PUX7SU7KeVqIbXPdslT7NbNfyO04JMxBv4gar77JePdS+A6f05jG1Viy6+U1w==} engines: {node: '>=0.8'} dependencies: remote-origin-url: 0.4.0 - /github-slugger/1.5.0: + /github-slugger@1.5.0: resolution: {integrity: sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==} - /github-slugger/2.0.0: + /github-slugger@2.0.0: resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} dev: false - /gl-matrix/3.4.3: + /gl-matrix@3.4.3: resolution: {integrity: sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==} - /gl-vec2/1.3.0: + /gl-vec2@1.3.0: resolution: {integrity: sha512-YiqaAuNsheWmUV0Sa8k94kBB0D6RWjwZztyO+trEYS8KzJ6OQB/4686gdrf59wld4hHFIvaxynO3nRxpk1Ij/A==} - /glob-base/0.3.0: + /glob-base@0.3.0: resolution: {integrity: sha512-ab1S1g1EbO7YzauaJLkgLp7DZVAqj9M/dvKlTt8DkXA2tiOIcSMrlVI2J1RZyB5iJVccEscjGn+kpOG9788MHA==} engines: {node: '>=0.10.0'} dependencies: @@ -32254,33 +28805,33 @@ packages: is-glob: 2.0.1 dev: true - /glob-parent/2.0.0: + /glob-parent@2.0.0: resolution: {integrity: sha512-JDYOvfxio/t42HKdxkAYaCiBN7oYiuxykOxKxdaUW5Qn0zaYN3gRQWolrwdnf0shM9/EP0ebuuTmyoXNr1cC5w==} dependencies: is-glob: 2.0.1 dev: true - /glob-parent/3.1.0: + /glob-parent@3.1.0: resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==} dependencies: is-glob: 3.1.0 path-dirname: 1.0.2 dev: true - /glob-parent/5.1.2: + /glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} dependencies: is-glob: 4.0.3 - /glob-parent/6.0.2: + /glob-parent@6.0.2: resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} engines: {node: '>=10.13.0'} dependencies: is-glob: 4.0.3 dev: true - /glob-stream/6.1.0: + /glob-stream@6.1.0: resolution: {integrity: sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==} engines: {node: '>= 0.10'} dependencies: @@ -32296,14 +28847,14 @@ packages: unique-stream: 2.3.1 dev: true - /glob-to-regexp/0.3.0: + /glob-to-regexp@0.3.0: resolution: {integrity: sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==} dev: true - /glob-to-regexp/0.4.1: + /glob-to-regexp@0.4.1: resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - /glob/7.1.3: + /glob@7.1.3: resolution: {integrity: sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==} dependencies: fs.realpath: 1.0.0 @@ -32314,7 +28865,7 @@ packages: path-is-absolute: 1.0.1 dev: true - /glob/7.2.3: + /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} dependencies: fs.realpath: 1.0.0 @@ -32324,7 +28875,7 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob/8.1.0: + /glob@8.1.0: resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} engines: {node: '>=12'} dependencies: @@ -32335,27 +28886,27 @@ packages: once: 1.4.0 dev: false - /global-dirs/0.1.1: + /global-dirs@0.1.1: resolution: {integrity: sha512-NknMLn7F2J7aflwFOlGdNIuCDpN3VGoSoB+aap3KABFWbHVn1TCgFC+np23J8W2BiZbjfEw3BFBycSMv1AFblg==} engines: {node: '>=4'} dependencies: ini: 1.3.8 - /global-modules/0.2.3: + /global-modules@0.2.3: resolution: {integrity: sha512-JeXuCbvYzYXcwE6acL9V2bAOeSIGl4dD+iwLY9iUx2VBJJ80R18HCn+JCwHM9Oegdfya3lEkGCdaRkSyc10hDA==} engines: {node: '>=0.10.0'} dependencies: global-prefix: 0.1.5 is-windows: 0.2.0 - /global-modules/2.0.0: + /global-modules@2.0.0: resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} engines: {node: '>=6'} dependencies: global-prefix: 3.0.0 dev: true - /global-prefix/0.1.5: + /global-prefix@0.1.5: resolution: {integrity: sha512-gOPiyxcD9dJGCEArAhF4Hd0BAqvAe/JzERP7tYumE4yIkmIedPUVXcJFWbV3/p/ovIIvKjkrTk+f1UVkq7vvbw==} engines: {node: '>=0.10.0'} dependencies: @@ -32364,7 +28915,7 @@ packages: is-windows: 0.2.0 which: 1.3.1 - /global-prefix/3.0.0: + /global-prefix@3.0.0: resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} engines: {node: '>=6'} dependencies: @@ -32373,35 +28924,35 @@ packages: which: 1.3.1 dev: true - /global/4.4.0: + /global@4.4.0: resolution: {integrity: sha512-wv/LAoHdRE3BeTGz53FAamhGlPLhlssK45usmGFThIi4XqnBmjKQ16u+RNbP7WvigRZDxUsM0J3gcQ5yicaL0w==} dependencies: min-document: 2.19.0 process: 0.11.10 - /globals/11.12.0: + /globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.20.0: + /globals@13.20.0: resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 dev: true - /globals/9.18.0: + /globals@9.18.0: resolution: {integrity: sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==} engines: {node: '>=0.10.0'} dev: true - /globalthis/1.0.3: + /globalthis@1.0.3: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: define-properties: 1.2.0 - /globby/10.0.0: + /globby@10.0.0: resolution: {integrity: sha512-3LifW9M4joGZasyYPz2A1U74zbC/45fvpXUvO/9KbSa+VV0aGZarWkfdgKyR9sExNP0t0x0ss/UMJpNpcaTspw==} engines: {node: '>=8'} dependencies: @@ -32415,7 +28966,7 @@ packages: slash: 3.0.0 dev: true - /globby/10.0.2: + /globby@10.0.2: resolution: {integrity: sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==} engines: {node: '>=8'} dependencies: @@ -32429,7 +28980,7 @@ packages: slash: 3.0.0 dev: false - /globby/11.1.0: + /globby@11.1.0: resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} engines: {node: '>=10'} dependencies: @@ -32441,7 +28992,7 @@ packages: slash: 3.0.0 dev: true - /globby/6.1.0: + /globby@6.1.0: resolution: {integrity: sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==} engines: {node: '>=0.10.0'} dependencies: @@ -32452,7 +29003,7 @@ packages: pinkie-promise: 2.0.1 dev: true - /globby/8.0.2: + /globby@8.0.2: resolution: {integrity: sha512-yTzMmKygLp8RUpG1Ymu2VXPSJQZjNAZPD4ywgYEaG7e4tBJeUQBO8OpXrf1RCNcEs5alsoJYPAMiIHP0cmeC7w==} engines: {node: '>=4'} dependencies: @@ -32467,7 +29018,7 @@ packages: - supports-color dev: true - /globby/9.2.0: + /globby@9.2.0: resolution: {integrity: sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==} engines: {node: '>=6'} dependencies: @@ -32483,11 +29034,11 @@ packages: - supports-color dev: true - /globjoin/0.1.4: + /globjoin@0.1.4: resolution: {integrity: sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==} dev: true - /gonzales-pe/4.3.0: + /gonzales-pe@4.3.0: resolution: {integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==} engines: {node: '>=0.6.0'} hasBin: true @@ -32495,19 +29046,19 @@ packages: minimist: 1.2.8 dev: true - /good-listener/1.2.2: + /good-listener@1.2.2: resolution: {integrity: sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==} dependencies: delegate: 3.2.0 dev: true optional: true - /gopd/1.0.1: + /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: get-intrinsic: 1.2.0 - /got/6.7.1: + /got@6.7.1: resolution: {integrity: sha512-Y/K3EDuiQN9rTZhBvPRWMLXIKdeD1Rj0nzunfoi0Yyn5WBEbzxXKU9Ub2X41oZBagVWOBU3MuDonFMgPWQFnwg==} engines: {node: '>=4'} dependencies: @@ -32525,7 +29076,7 @@ packages: unzip-response: 2.0.1 url-parse-lax: 1.0.0 - /got/9.6.0: + /got@9.6.0: resolution: {integrity: sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==} engines: {node: '>=8.6'} dependencies: @@ -32544,17 +29095,17 @@ packages: url-parse-lax: 3.0.0 dev: true - /graceful-fs/4.2.11: + /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - /graceful-process/1.2.0: + /graceful-process@1.2.0: resolution: {integrity: sha512-sH5WMY74gxObrKf+5SaqyI1sYv4AF1W5odeW+rA+kHuvKEiqaRgVIUKV2O/CT1NQr6zIhgbtEGOgJORjEHEcdw==} dependencies: is-type-of: 1.4.0 once: 1.4.0 dev: false - /graceful/1.1.0: + /graceful@1.1.0: resolution: {integrity: sha512-sImEQVLLBo8hSeX4Vp6HVdWSdqCkHoVlZwBuBL65tNwcPTvnMaW40iWs1vdCbyP0znkCEuvv6rZ37QPloPi9Fw==} engines: {node: '>= 0.10.0'} dependencies: @@ -32562,7 +29113,7 @@ packages: ps-tree: 1.2.0 dev: false - /graph-timeline/1.1.7_sfoxds7t5ydpegc3knd667wn6m: + /graph-timeline@1.1.7(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fZahEIZp6ruJDQ6ZqvivcOonP6G1AEKmYDwmhpyDbRJIC/NJ8ipTzAEOf2RHxmU2r1Zs9xRWw3eGTXOQXVVfBA==} peerDependencies: react: '>=16.9.0 || 17' @@ -32571,12 +29122,12 @@ packages: '@types/react-dom': 17.0.20 d3: 6.7.0 less: 4.1.3 - less-loader: 10.2.0_less@4.1.3+webpack@5.82.0 + less-loader: 10.2.0(less@4.1.3)(webpack@5.82.0) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - style-loader: 3.3.2_webpack@5.82.0 - webpack: 5.82.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 + react-dom: 17.0.2(react@17.0.2) + style-loader: 3.3.2(webpack@5.82.0) + webpack: 5.82.0(webpack-cli@4.10.0) + webpack-cli: 4.10.0(webpack@5.82.0) transitivePeerDependencies: - '@swc/core' - '@webpack-cli/generators' @@ -32588,16 +29139,16 @@ packages: - webpack-dev-server dev: false - /grapheme-splitter/1.0.4: + /grapheme-splitter@1.0.4: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true - /graphlib/2.1.8: + /graphlib@2.1.8: resolution: {integrity: sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==} dependencies: lodash: 4.17.21 - /gremlin_patch/3.5.1: + /gremlin_patch@3.5.1: resolution: {integrity: sha512-RGNnp2jX+AmPDCBXKERDh/iGZ/9wbDOdgwRJ6rNOQ0uPTI0wJFKnhWjedMcOnRimbwRib8wUqen0UrHV10ue6Q==} engines: {node: '>=10'} dependencies: @@ -32608,23 +29159,34 @@ packages: - utf-8-validate dev: false - /grid-index/1.1.0: + /gremlin_patch@3.5.2: + resolution: {integrity: sha512-dlb8p+rmsXOaObsPKX7VoP09qGESc2a1DhPltsl+XnGVeS2KGfokNexfdVJoeJIBzc8i8td/9HLJQC3Q/jMCzA==} + engines: {node: '>=10'} + dependencies: + json-bigint: 1.0.0 + ws: 6.2.2 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + dev: false + + /grid-index@1.1.0: resolution: {integrity: sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==} dev: false - /growl/1.10.5: + /growl@1.10.5: resolution: {integrity: sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==} engines: {node: '>=4.x'} dev: true - /growly/1.3.0: + /growly@1.3.0: resolution: {integrity: sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==} - /gud/1.0.0: + /gud@1.0.0: resolution: {integrity: sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==} dev: true - /gulp-if/2.0.2: + /gulp-if@2.0.2: resolution: {integrity: sha512-tV0UfXkZodpFq6CYxEqH8tqLQgN6yR9qOhpEEN3O6N5Hfqk3fFLcbAavSex5EqnmoQjyaZ/zvgwclvlTI1KGfw==} engines: {node: '>= 0.10.0'} dependencies: @@ -32633,7 +29195,7 @@ packages: through2: 2.0.5 dev: true - /gulp-less/4.0.1: + /gulp-less@4.0.1: resolution: {integrity: sha512-hmM2k0FfQp7Ptm3ZaqO2CkMX3hqpiIOn4OHtuSsCeFym63F7oWlEua5v6u1cIjVUKYsVIs9zPg9vbqTEb/udpA==} engines: {node: '>=0.10.0'} dependencies: @@ -32646,13 +29208,13 @@ packages: vinyl-sourcemaps-apply: 0.2.1 dev: true - /gulp-match/1.1.0: + /gulp-match@1.1.0: resolution: {integrity: sha512-DlyVxa1Gj24DitY2OjEsS+X6tDpretuxD6wTfhXE/Rw2hweqc1f6D/XtsJmoiCwLWfXgR87W9ozEityPCVzGtQ==} dependencies: minimatch: 3.1.2 dev: true - /gulp-plumber/1.2.1: + /gulp-plumber@1.2.1: resolution: {integrity: sha512-mctAi9msEAG7XzW5ytDVZ9PxWMzzi1pS2rBH7lA095DhMa6KEXjm+St0GOCc567pJKJ/oCvosVAZEpAey0q2eQ==} engines: {node: '>=0.10', npm: '>=1.2.10'} dependencies: @@ -32662,7 +29224,7 @@ packages: through2: 2.0.5 dev: true - /gulp-typescript/5.0.1_typescript@4.9.5: + /gulp-typescript@5.0.1(typescript@4.9.5): resolution: {integrity: sha512-YuMMlylyJtUSHG1/wuSVTrZp60k1dMEFKYOvDf7OvbAJWrDtxxD4oZon4ancdWwzjj30ztiidhe4VXJniF0pIQ==} engines: {node: '>= 8'} peerDependencies: @@ -32677,7 +29239,7 @@ packages: vinyl-fs: 3.0.3 dev: true - /gzip-size/5.0.0: + /gzip-size@5.0.0: resolution: {integrity: sha512-5iI7omclyqrnWw4XbXAmGhPsABkSIDQonv2K0h61lybgofWa6iZyvrI3r2zsJH4P8Nb64fFVzlvfhs0g7BBxAA==} engines: {node: '>=6'} dependencies: @@ -32685,7 +29247,7 @@ packages: pify: 3.0.0 dev: true - /gzip-size/5.1.1: + /gzip-size@5.1.1: resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==} engines: {node: '>=6'} dependencies: @@ -32693,11 +29255,16 @@ packages: pify: 4.0.1 dev: true - /handle-thing/2.0.1: + /hammerjs@2.0.8: + resolution: {integrity: sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ==} + engines: {node: '>=0.8.0'} + dev: false + + /handle-thing@2.0.1: resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} dev: true - /happypack/5.0.1: + /happypack@5.0.1: resolution: {integrity: sha512-AzXVxLzX0mtv0T40Kic72rfcGK4Y2b/cDdtcyw+e+V/13ozl7x0+EZ4hvrL1rJ8MoefR9+FfUJQsK2irH0GWOw==} engines: {node: '>=6.11.5'} dependencies: @@ -32707,12 +29274,12 @@ packages: serialize-error: 2.1.0 dev: true - /har-schema/2.0.0: + /har-schema@2.0.0: resolution: {integrity: sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==} engines: {node: '>=4'} dev: true - /har-validator/5.1.5: + /har-validator@5.1.5: resolution: {integrity: sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==} engines: {node: '>=6'} deprecated: this library is no longer supported @@ -32721,60 +29288,60 @@ packages: har-schema: 2.0.0 dev: true - /hard-rejection/2.1.0: + /hard-rejection@2.1.0: resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} engines: {node: '>=6'} dev: true - /harmony-reflect/1.6.2: + /harmony-reflect@1.6.2: resolution: {integrity: sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==} - /has-ansi/2.0.0: + /has-ansi@2.0.0: resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} engines: {node: '>=0.10.0'} dependencies: ansi-regex: 2.1.1 - /has-bigints/1.0.2: + /has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} - /has-flag/1.0.0: + /has-flag@1.0.0: resolution: {integrity: sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==} engines: {node: '>=0.10.0'} dev: true - /has-flag/3.0.0: + /has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} - /has-flag/4.0.0: + /has-flag@4.0.0: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - /has-property-descriptors/1.0.0: + /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.2.0 - /has-proto/1.0.1: + /has-proto@1.0.1: resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} engines: {node: '>= 0.4'} - /has-symbols/1.0.3: + /has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} - /has-tostringtag/1.0.0: + /has-tostringtag@1.0.0: resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 - /has-unicode/2.0.1: + /has-unicode@2.0.1: resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} dev: true - /has-value/0.3.1: + /has-value@0.3.1: resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==} engines: {node: '>=0.10.0'} dependencies: @@ -32782,7 +29349,7 @@ packages: has-values: 0.1.4 isobject: 2.1.0 - /has-value/1.0.0: + /has-value@1.0.0: resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==} engines: {node: '>=0.10.0'} dependencies: @@ -32790,29 +29357,29 @@ packages: has-values: 1.0.0 isobject: 3.0.1 - /has-values/0.1.4: + /has-values@0.1.4: resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==} engines: {node: '>=0.10.0'} - /has-values/1.0.0: + /has-values@1.0.0: resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==} engines: {node: '>=0.10.0'} dependencies: is-number: 3.0.0 kind-of: 4.0.0 - /has-yarn/2.1.0: + /has-yarn@2.1.0: resolution: {integrity: sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==} engines: {node: '>=8'} dev: true - /has/1.0.3: + /has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} dependencies: function-bind: 1.1.1 - /hash-base/3.1.0: + /hash-base@3.1.0: resolution: {integrity: sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==} engines: {node: '>=4'} dependencies: @@ -32820,20 +29387,20 @@ packages: readable-stream: 3.6.2 safe-buffer: 5.2.1 - /hash.js/1.1.7: + /hash.js@1.1.7: resolution: {integrity: sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 - /hasha/3.0.0: + /hasha@3.0.0: resolution: {integrity: sha512-w0Kz8lJFBoyaurBiNrIvxPqr/gJ6fOfSkpAPOepN3oECqGJag37xPbOv57izi/KP8auHgNYxn5fXtAb+1LsJ6w==} engines: {node: '>=4'} dependencies: is-stream: 1.1.0 dev: true - /hast-to-hyperscript/9.0.1: + /hast-to-hyperscript@9.0.1: resolution: {integrity: sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==} dependencies: '@types/unist': 2.0.6 @@ -32844,13 +29411,13 @@ packages: unist-util-is: 4.1.0 web-namespaces: 1.1.4 - /hast-util-from-dom/3.0.0: + /hast-util-from-dom@3.0.0: resolution: {integrity: sha512-4vQuGiD5Y/wlD7fZiY4mZML/6oh0GOnH38UNyeDFcSTE4AHF0zjKHZfbd+ekVwPvsZXRl8choc99INHUwSPJlg==} dependencies: hastscript: 6.0.0 web-namespaces: 1.1.4 - /hast-util-from-parse5/6.0.1: + /hast-util-from-parse5@6.0.1: resolution: {integrity: sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==} dependencies: '@types/parse5': 5.0.3 @@ -32860,7 +29427,7 @@ packages: vfile-location: 3.2.0 web-namespaces: 1.1.4 - /hast-util-from-parse5/7.1.2: + /hast-util-from-parse5@7.1.2: resolution: {integrity: sha512-Nz7FfPBuljzsN3tCQ4kCBKqdNhQE2l0Tn+X1ubgKBPRoiDIu1mL08Cfw4k7q71+Duyaw7DXDN+VTAp4Vh3oCOw==} dependencies: '@types/hast': 2.3.4 @@ -32872,42 +29439,42 @@ packages: web-namespaces: 2.0.1 dev: false - /hast-util-has-property/1.0.4: + /hast-util-has-property@1.0.4: resolution: {integrity: sha512-ghHup2voGfgFoHMGnaLHOjbYFACKrRh9KFttdCzMCbFoBMJXiNi2+XTrPP8+q6cDJM/RSqlCfVWrjp1H201rZg==} - /hast-util-has-property/2.0.1: + /hast-util-has-property@2.0.1: resolution: {integrity: sha512-X2+RwZIMTMKpXUzlotatPzWj8bspCymtXH3cfG3iQKV+wPF53Vgaqxi/eLqGck0wKq1kS9nvoB1wchbCPEL8sg==} dev: false - /hast-util-heading-rank/2.1.1: + /hast-util-heading-rank@2.1.1: resolution: {integrity: sha512-iAuRp+ESgJoRFJbSyaqsfvJDY6zzmFoEnL1gtz1+U8gKtGGj1p0CVlysuUAUjq95qlZESHINLThwJzNGmgGZxA==} dependencies: '@types/hast': 2.3.4 dev: false - /hast-util-is-conditional-comment/1.0.4: + /hast-util-is-conditional-comment@1.0.4: resolution: {integrity: sha512-rtULxWWknVeSuU/vsJ9tHo+M3ExyaOrZcWvLxqY2nUfCHbDcq60EJzSJC5zNm6ZlbxbJ8l7Ej8C1Kzsi5PJS1A==} - /hast-util-is-element/1.1.0: + /hast-util-is-element@1.1.0: resolution: {integrity: sha512-oUmNua0bFbdrD/ELDSSEadRVtWZOf3iF6Lbv81naqsIV99RnSCieTbWuWCY8BAeEfKJTKl0gRdokv+dELutHGQ==} - /hast-util-is-element/2.1.3: + /hast-util-is-element@2.1.3: resolution: {integrity: sha512-O1bKah6mhgEq2WtVMk+Ta5K7pPMqsBBlmzysLdcwKVrqzZQ0CHqUPiIVspNhAG1rvxpvJjtGee17XfauZYKqVA==} dependencies: '@types/hast': 2.3.4 '@types/unist': 2.0.6 dev: false - /hast-util-parse-selector/2.2.5: + /hast-util-parse-selector@2.2.5: resolution: {integrity: sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==} - /hast-util-parse-selector/3.1.1: + /hast-util-parse-selector@3.1.1: resolution: {integrity: sha512-jdlwBjEexy1oGz0aJ2f4GKMaVKkA9jwjr4MjAAI22E5fM/TXVZHuS5OpONtdeIkRKqAaryQ2E9xNQxijoThSZA==} dependencies: '@types/hast': 2.3.4 dev: false - /hast-util-raw/6.0.1: + /hast-util-raw@6.0.1: resolution: {integrity: sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==} dependencies: '@types/hast': 2.3.4 @@ -32922,7 +29489,7 @@ packages: zwitch: 1.0.5 dev: true - /hast-util-raw/6.1.0: + /hast-util-raw@6.1.0: resolution: {integrity: sha512-5FoZLDHBpka20OlZZ4I/+RBw5piVQ8iI1doEvffQhx5CbCyTtP8UCq8Tw6NmTAMtXgsQxmhW7Ly8OdFre5/YMQ==} dependencies: '@types/hast': 2.3.4 @@ -32937,7 +29504,7 @@ packages: xtend: 4.0.2 zwitch: 1.0.5 - /hast-util-raw/7.2.3: + /hast-util-raw@7.2.3: resolution: {integrity: sha512-RujVQfVsOrxzPOPSzZFiwofMArbQke6DJjnFfceiEbFh7S05CbPt0cYN+A5YeD3pso0JQk6O1aHBnx9+Pm2uqg==} dependencies: '@types/hast': 2.3.4 @@ -32953,7 +29520,7 @@ packages: zwitch: 2.0.4 dev: false - /hast-util-select/5.0.5: + /hast-util-select@5.0.5: resolution: {integrity: sha512-QQhWMhgTFRhCaQdgTKzZ5g31GLQ9qRb1hZtDPMqQaOhpLBziWcshUS0uCR5IJ0U1jrK/mxg35fmcq+Dp/Cy2Aw==} dependencies: '@types/hast': 2.3.4 @@ -32973,7 +29540,7 @@ packages: zwitch: 2.0.4 dev: false - /hast-util-to-html/7.1.3: + /hast-util-to-html@7.1.3: resolution: {integrity: sha512-yk2+1p3EJTEE9ZEUkgHsUSVhIpCsL/bvT8E5GzmWc+N1Po5gBw+0F8bo7dpxXR0nu0bQVxVZGX2lBGF21CmeDw==} dependencies: ccount: 1.1.0 @@ -32987,7 +29554,7 @@ packages: unist-util-is: 4.1.0 xtend: 4.0.2 - /hast-util-to-parse5/6.0.0: + /hast-util-to-parse5@6.0.0: resolution: {integrity: sha512-Lu5m6Lgm/fWuz8eWnrKezHtVY83JeRGaNQ2kn9aJgqaxvVkFCZQBEhgodZUDUvoodgyROHDb3r5IxAEdl6suJQ==} dependencies: hast-to-hyperscript: 9.0.1 @@ -32996,7 +29563,7 @@ packages: xtend: 4.0.2 zwitch: 1.0.5 - /hast-util-to-parse5/7.1.0: + /hast-util-to-parse5@7.1.0: resolution: {integrity: sha512-YNRgAJkH2Jky5ySkIqFXTQiaqcAtJyVE+D5lkN6CdtOqrnkLfGYYrEcKuHOJZlp+MwjSwuD3fZuawI+sic/RBw==} dependencies: '@types/hast': 2.3.4 @@ -33007,30 +29574,30 @@ packages: zwitch: 2.0.4 dev: false - /hast-util-to-string/1.0.4: + /hast-util-to-string@1.0.4: resolution: {integrity: sha512-eK0MxRX47AV2eZ+Lyr18DCpQgodvaS3fAQO2+b9Two9F5HEoRPhiUMNzoXArMJfZi2yieFzUBMRl3HNJ3Jus3w==} - /hast-util-to-string/2.0.0: + /hast-util-to-string@2.0.0: resolution: {integrity: sha512-02AQ3vLhuH3FisaMM+i/9sm4OXGSq1UhOOCpTLLQtHdL3tZt7qil69r8M8iDkZYyC0HCFylcYoP+8IO7ddta1A==} dependencies: '@types/hast': 2.3.4 dev: false - /hast-util-to-text/2.0.1: + /hast-util-to-text@2.0.1: resolution: {integrity: sha512-8nsgCARfs6VkwH2jJU9b8LNTuR4700na+0h3PqCaEk4MAnMDeu5P0tP8mjk9LLNGxIeQRLbiDbZVw6rku+pYsQ==} dependencies: hast-util-is-element: 1.1.0 repeat-string: 1.6.1 unist-util-find-after: 3.0.0 - /hast-util-whitespace/1.0.4: + /hast-util-whitespace@1.0.4: resolution: {integrity: sha512-I5GTdSfhYfAPNztx2xJRQpG8cuDSNt599/7YUn7Gx/WxNMsG+a835k97TDkFgk123cwjfwINaZknkKkphx/f2A==} - /hast-util-whitespace/2.0.1: + /hast-util-whitespace@2.0.1: resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==} dev: false - /hastscript/5.1.2: + /hastscript@5.1.2: resolution: {integrity: sha512-WlztFuK+Lrvi3EggsqOkQ52rKbxkXL3RwB6t5lwoa8QLMemoWfBuL43eDrwOamJyR7uKQKdmKYaBH1NZBiIRrQ==} dependencies: comma-separated-tokens: 1.0.8 @@ -33039,7 +29606,7 @@ packages: space-separated-tokens: 1.1.5 dev: true - /hastscript/6.0.0: + /hastscript@6.0.0: resolution: {integrity: sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==} dependencies: '@types/hast': 2.3.4 @@ -33048,7 +29615,7 @@ packages: property-information: 5.6.0 space-separated-tokens: 1.1.5 - /hastscript/7.2.0: + /hastscript@7.2.0: resolution: {integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==} dependencies: '@types/hast': 2.3.4 @@ -33058,47 +29625,47 @@ packages: space-separated-tokens: 2.0.2 dev: false - /he/1.2.0: + /he@1.2.0: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true dev: true - /header-case/1.0.1: + /header-case@1.0.1: resolution: {integrity: sha512-i0q9mkOeSuhXw6bGgiQCCBgY/jlZuV/7dZXyZ9c6LcBrqwvT8eT719E9uxE5LiZftdl+z81Ugbg/VvXV4OJOeQ==} dependencies: no-case: 2.3.2 upper-case: 1.1.3 - /hermes-estree/0.8.0: + /hermes-estree@0.8.0: resolution: {integrity: sha512-W6JDAOLZ5pMPMjEiQGLCXSSV7pIBEgRR5zGkxgmzGSXHOxqV5dC/M1Zevqpbm9TZDE5tu358qZf8Vkzmsc+u7Q==} - /hermes-parser/0.8.0: + /hermes-parser@0.8.0: resolution: {integrity: sha512-yZKalg1fTYG5eOiToLUaw69rQfZq/fi+/NtEXRU7N87K/XobNRhRWorh80oSge2lWUiZfTgUvRJH+XgZWrhoqA==} dependencies: hermes-estree: 0.8.0 - /hermes-profile-transformer/0.0.6: + /hermes-profile-transformer@0.0.6: resolution: {integrity: sha512-cnN7bQUm65UWOy6cbGcCcZ3rpwW8Q/j4OP5aWRhEry4Z2t2aR1cjrbp0BS+KiBN0smvP1caBgAuxutvyvJILzQ==} engines: {node: '>=8'} dependencies: source-map: 0.7.4 - /hex-color-regex/1.1.0: + /hex-color-regex@1.1.0: resolution: {integrity: sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==} dev: true - /highlight.js/9.13.1: + /highlight.js@9.13.1: resolution: {integrity: sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==} deprecated: Version no longer supported. Upgrade to @latest dev: true - /highlight.js/9.18.5: + /highlight.js@9.18.5: resolution: {integrity: sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==} deprecated: Support has ended for 9.x series. Upgrade to @latest requiresBuild: true dev: true - /history-with-query/4.10.4: + /history-with-query@4.10.4: resolution: {integrity: sha512-JnskQK8X+PbRFHSdDAExhoJyhLnlLZL+UuHQuQhys+Se9/ukRDRBWU4JVTjsiIfbv1fcEmR3oqKW56OYmk5M5w==} dependencies: '@babel/runtime': 7.21.5 @@ -33109,7 +29676,7 @@ packages: tiny-warning: 1.0.3 value-equal: 1.0.1 - /history/4.10.1: + /history@4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: '@babel/runtime': 7.21.5 @@ -33119,24 +29686,24 @@ packages: tiny-warning: 1.0.3 value-equal: 1.0.1 - /history/5.3.0: + /history@5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: '@babel/runtime': 7.21.5 - /hmac-drbg/1.0.1: + /hmac-drbg@1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} dependencies: hash.js: 1.1.7 minimalistic-assert: 1.0.1 minimalistic-crypto-utils: 1.0.1 - /hoist-non-react-statics/3.3.2: + /hoist-non-react-statics@3.3.2: resolution: {integrity: sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==} dependencies: react-is: 16.13.1 - /home-or-tmp/2.0.0: + /home-or-tmp@2.0.0: resolution: {integrity: sha512-ycURW7oUxE2sNiPVw1HVEFsW+ecOpJ5zaj7eC0RlwhibhRBod20muUN8qu/gzx956YrLolVvs1MTXwKgC2rVEg==} engines: {node: '>=0.10.0'} dependencies: @@ -33144,38 +29711,38 @@ packages: os-tmpdir: 1.0.2 dev: true - /homedir-polyfill/1.0.3: + /homedir-polyfill@1.0.3: resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} engines: {node: '>=0.10.0'} dependencies: parse-passwd: 1.0.0 - /hoopy/0.1.4: + /hoopy@0.1.4: resolution: {integrity: sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==} engines: {node: '>= 6.0.0'} dev: true - /hosted-git-info/2.8.9: + /hosted-git-info@2.8.9: resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} - /hosted-git-info/3.0.8: + /hosted-git-info@3.0.8: resolution: {integrity: sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 - /hosted-git-info/4.1.0: + /hosted-git-info@4.1.0: resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} engines: {node: '>=10'} dependencies: lru-cache: 6.0.0 dev: true - /hotkeys-js/3.10.2: + /hotkeys-js@3.10.2: resolution: {integrity: sha512-Z6vLmJTYzkbZZXlBkhrYB962Q/rZGc/WHQiyEGu9ZZVF7bAeFDjjDa31grWREuw9Ygb4zmlov2bTkPYqj0aFnQ==} dev: true - /hpack.js/2.1.6: + /hpack.js@2.1.6: resolution: {integrity: sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==} dependencies: inherits: 2.0.4 @@ -33184,51 +29751,51 @@ packages: wbuf: 1.7.3 dev: true - /hsl-regex/1.0.0: + /hsl-regex@1.0.0: resolution: {integrity: sha512-M5ezZw4LzXbBKMruP+BNANf0k+19hDQMgpzBIYnya//Al+fjNct9Wf3b1WedLqdEs2hKBvxq/jh+DsHJLj0F9A==} dev: true - /hsla-regex/1.0.0: + /hsla-regex@1.0.0: resolution: {integrity: sha512-7Wn5GMLuHBjZCb2bTmnDOycho0p/7UVaAeqXZGbHrBCl6Yd/xDhQJAXe6Ga9AXJH2I5zY1dEdYw2u1UptnSBJA==} dev: true - /html-element-map/1.3.1: + /html-element-map@1.3.1: resolution: {integrity: sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==} dependencies: array.prototype.filter: 1.0.2 call-bind: 1.0.2 dev: true - /html-encoding-sniffer/1.0.2: + /html-encoding-sniffer@1.0.2: resolution: {integrity: sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw==} dependencies: whatwg-encoding: 1.0.5 dev: true - /html-encoding-sniffer/2.0.1: + /html-encoding-sniffer@2.0.1: resolution: {integrity: sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==} engines: {node: '>=10'} dependencies: whatwg-encoding: 1.0.5 - /html-encoding-sniffer/3.0.0: + /html-encoding-sniffer@3.0.0: resolution: {integrity: sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==} engines: {node: '>=12'} dependencies: whatwg-encoding: 2.0.0 dev: true - /html-entities/1.4.0: + /html-entities@1.4.0: resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==} dev: true - /html-entities/2.3.3: + /html-entities@2.3.3: resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} - /html-escaper/2.0.2: + /html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} - /html-minifier-terser/5.1.1: + /html-minifier-terser@5.1.1: resolution: {integrity: sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==} engines: {node: '>=6'} hasBin: true @@ -33242,7 +29809,7 @@ packages: terser: 4.8.1 dev: true - /html-minifier/3.5.21: + /html-minifier@3.5.21: resolution: {integrity: sha512-LKUKwuJDhxNa3uf/LPR/KVjm/l3rBqtYeCOAekvG8F1vItxMUpueGd94i/asDDr8/1u7InxzFA5EeGjhhG5mMA==} engines: {node: '>=4'} hasBin: true @@ -33256,7 +29823,7 @@ packages: uglify-js: 3.4.10 dev: true - /html-minifier/4.0.0: + /html-minifier@4.0.0: resolution: {integrity: sha512-aoGxanpFPLg7MkIl/DDFYtb0iWz7jMFGqFhvEDZga6/4QTjneiD8I/NXL1x5aaoCp7FSIT6h/OhykDdPsbtMig==} engines: {node: '>=6'} hasBin: true @@ -33270,12 +29837,12 @@ packages: uglify-js: 3.17.4 dev: true - /html-tags/3.3.1: + /html-tags@3.3.1: resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} engines: {node: '>=8'} dev: true - /html-to-react/1.5.1: + /html-to-react@1.5.1: resolution: {integrity: sha512-dFLZRBjpMk89Ukwa6Fq7oApinn3TEZD0gGFUkmI9DqNQxTjN7gF9owhyu+t8h+bpEZrX2DMxZLYjEfw0C/iL7A==} dependencies: domhandler: 5.0.3 @@ -33284,14 +29851,14 @@ packages: react: 18.2.0 dev: true - /html-void-elements/1.0.5: + /html-void-elements@1.0.5: resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} - /html-void-elements/2.0.1: + /html-void-elements@2.0.1: resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==} dev: false - /html-webpack-plugin/4.5.2_webpack@4.46.0: + /html-webpack-plugin@4.5.2(webpack@4.46.0): resolution: {integrity: sha512-q5oYdzjKUIPQVjOosjgvCHQOv9Ett9CYYHlgvJeXG0qQvdSojnBq4vAdQBwn1+yGveAwHCoe/rMR86ozX3+c2A==} engines: {node: '>=6.9'} peerDependencies: @@ -33306,10 +29873,10 @@ packages: pretty-error: 2.1.2 tapable: 1.1.3 util.promisify: 1.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /htmlparser2/3.10.1: + /htmlparser2@3.10.1: resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==} dependencies: domelementtype: 1.3.1 @@ -33320,7 +29887,7 @@ packages: readable-stream: 3.6.2 dev: true - /htmlparser2/6.1.0: + /htmlparser2@6.1.0: resolution: {integrity: sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==} dependencies: domelementtype: 2.3.0 @@ -33329,7 +29896,7 @@ packages: entities: 2.2.0 dev: true - /htmlparser2/8.0.2: + /htmlparser2@8.0.2: resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} dependencies: domelementtype: 2.3.0 @@ -33338,7 +29905,7 @@ packages: entities: 4.5.0 dev: true - /http-assert/1.5.0: + /http-assert@1.5.0: resolution: {integrity: sha512-uPpH7OKX4H25hBmU6G1jWNaqJGpTXxey+YOUizJUAgu0AjLUeC8D73hTrhvDS5D+GJN1DN1+hhc/eF/wpxtp0w==} engines: {node: '>= 0.8'} dependencies: @@ -33346,18 +29913,18 @@ packages: http-errors: 1.8.1 dev: false - /http-cache-semantics/3.8.1: + /http-cache-semantics@3.8.1: resolution: {integrity: sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==} - /http-cache-semantics/4.1.1: + /http-cache-semantics@4.1.1: resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: true - /http-deceiver/1.2.7: + /http-deceiver@1.2.7: resolution: {integrity: sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==} dev: true - /http-errors/1.6.3: + /http-errors@1.6.3: resolution: {integrity: sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==} engines: {node: '>= 0.6'} dependencies: @@ -33367,7 +29934,7 @@ packages: statuses: 1.5.0 dev: true - /http-errors/1.8.1: + /http-errors@1.8.1: resolution: {integrity: sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==} engines: {node: '>= 0.6'} dependencies: @@ -33378,7 +29945,7 @@ packages: toidentifier: 1.0.1 dev: false - /http-errors/2.0.0: + /http-errors@2.0.0: resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} engines: {node: '>= 0.8'} dependencies: @@ -33388,11 +29955,11 @@ packages: statuses: 2.0.1 toidentifier: 1.0.1 - /http-parser-js/0.5.8: + /http-parser-js@0.5.8: resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==} dev: true - /http-proxy-agent/2.1.0: + /http-proxy-agent@2.1.0: resolution: {integrity: sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg==} engines: {node: '>= 4.5.0'} dependencies: @@ -33401,52 +29968,41 @@ packages: transitivePeerDependencies: - supports-color - /http-proxy-agent/4.0.1: + /http-proxy-agent@4.0.1: resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} engines: {node: '>= 6'} dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - /http-proxy-middleware/0.19.1_tmpgdztspuwvsxzgjkhoqk7duq: + /http-proxy-middleware@0.19.1(debug@4.3.4)(supports-color@6.1.0): resolution: {integrity: sha512-yHYTgWMQO8VvwNS22eLLloAkvungsKdKTLO8AJlftYIKNfJr3GK3zK0ZCfzDDGUBttdGc8xFy1mCitvNKQtC3Q==} engines: {node: '>=4.0.0'} dependencies: - http-proxy: 1.18.1_debug@4.3.4 + http-proxy: 1.18.1(debug@4.3.4) is-glob: 4.0.3 lodash: 4.17.21 - micromatch: 3.1.10_supports-color@6.1.0 + micromatch: 3.1.10(supports-color@6.1.0) transitivePeerDependencies: - debug - supports-color dev: true - /http-proxy/1.18.1: - resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} - engines: {node: '>=8.0.0'} - dependencies: - eventemitter3: 4.0.7 - follow-redirects: 1.15.2 - requires-port: 1.0.0 - transitivePeerDependencies: - - debug - dev: true - - /http-proxy/1.18.1_debug@4.3.4: + /http-proxy@1.18.1(debug@4.3.4): resolution: {integrity: sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==} engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.2_debug@4.3.4 + follow-redirects: 1.15.2(debug@4.3.4) requires-port: 1.0.0 transitivePeerDependencies: - debug dev: true - /http-server/14.1.1: + /http-server@14.1.1: resolution: {integrity: sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==} engines: {node: '>=12'} hasBin: true @@ -33456,11 +30012,11 @@ packages: corser: 2.0.1 he: 1.2.0 html-encoding-sniffer: 3.0.0 - http-proxy: 1.18.1 + http-proxy: 1.18.1(debug@4.3.4) mime: 1.6.0 minimist: 1.2.8 opener: 1.5.2 - portfinder: 1.0.32 + portfinder: 1.0.32(supports-color@6.1.0) secure-compare: 3.0.1 union: 0.5.0 url-join: 4.0.1 @@ -33469,7 +30025,7 @@ packages: - supports-color dev: true - /http-signature/1.2.0: + /http-signature@1.2.0: resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} engines: {node: '>=0.8', npm: '>=1.3.7'} dependencies: @@ -33478,70 +30034,70 @@ packages: sshpk: 1.17.0 dev: true - /https-browserify/1.0.0: + /https-browserify@1.0.0: resolution: {integrity: sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==} - /https-proxy-agent/2.2.4: + /https-proxy-agent@2.2.4: resolution: {integrity: sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==} engines: {node: '>= 4.5.0'} dependencies: agent-base: 4.3.0 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) transitivePeerDependencies: - supports-color - /https-proxy-agent/5.0.1: + /https-proxy-agent@5.0.1: resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) transitivePeerDependencies: - supports-color - /human-id/1.0.2: + /human-id@1.0.2: resolution: {integrity: sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw==} dev: true - /human-signals/1.1.1: + /human-signals@1.1.1: resolution: {integrity: sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==} engines: {node: '>=8.12.0'} - /human-signals/2.1.0: + /human-signals@2.1.0: resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} engines: {node: '>=10.17.0'} dev: true - /humanize-bytes/1.0.1: + /humanize-bytes@1.0.1: resolution: {integrity: sha512-OZMIHt5YhQM4S3R82KGoKnWv4vaNnWuEhPAK+u5v7rD2tRM3DU2NghYEHipAPYwyTR6+fMVZQ9ETpZIZeZUapQ==} dependencies: bytes: 2.2.0 dev: false - /humanize-duration/3.28.0: + /humanize-duration@3.28.0: resolution: {integrity: sha512-jMAxraOOmHuPbffLVDKkEKi/NeG8dMqP8lGRd6Tbf7JgAeG33jjgPWDbXXU7ypCI0o+oNKJFgbSB9FKVdWNI2A==} dev: true - /humanize-ms/1.2.1: + /humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} dependencies: ms: 2.1.3 - /humanize-string/1.0.2: + /humanize-string@1.0.2: resolution: {integrity: sha512-PH5GBkXqFxw5+4eKaKRIkD23y6vRd/IXSl7IldyJxEXpDH9SEIXRORkBtkGni/ae2P7RVOw6Wxypd2tGXhha1w==} engines: {node: '>=0.10.0'} dependencies: decamelize: 1.2.0 dev: true - /humanize-string/2.1.0: + /humanize-string@2.1.0: resolution: {integrity: sha512-sQ+hqmxyXW8Cj7iqxcQxD7oSy3+AXnIZXdUF9lQMkzaG8dtbKAB8U7lCtViMnwQ+MpdCKsO2Kiij3G6UUXq/Xg==} engines: {node: '>=6'} dependencies: decamelize: 2.0.0 dev: true - /humanize-url/1.0.1: + /humanize-url@1.0.1: resolution: {integrity: sha512-RtgTzXCPVb/te+e82NDhAc5paj+DuKSratIGAr+v+HZK24eAQ8LMoBGYoL7N/O+9iEc33AKHg45dOMKw3DNldQ==} engines: {node: '>=0.10.0'} dependencies: @@ -33549,43 +30105,43 @@ packages: strip-url-auth: 1.0.1 dev: true - /humps/2.0.1: + /humps@2.0.1: resolution: {integrity: sha512-E0eIbrFWUhwfXJmsbdjRQFQPrl5pTEoKlz163j1mTqqUnU9PgR4AgB8AIITzuB3vLBdxZXyZ9TDIrwB2OASz4g==} - /hyphenate-style-name/1.0.4: + /hyphenate-style-name@1.0.4: resolution: {integrity: sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==} dev: false - /iconv-lite/0.4.24: + /iconv-lite@0.4.24: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 - /iconv-lite/0.6.3: + /iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} dependencies: safer-buffer: 2.1.2 - /icss-replace-symbols/1.1.0: + /icss-replace-symbols@1.1.0: resolution: {integrity: sha512-chIaY3Vh2mh2Q3RGXttaDIzeiPvaVXJ+C4DAh/w3c37SKZ/U6PGMmuicR2EQQp9bKG8zLMCl7I+PtIoOOPp8Gg==} dev: true - /icss-utils/2.1.0: + /icss-utils@2.1.0: resolution: {integrity: sha512-bsVoyn/1V4R1kYYjLcWLedozAM4FClZUdjE9nIr8uWY7xs78y9DATgwz2wGU7M+7z55KenmmTkN2DVJ7bqzjAA==} dependencies: postcss: 6.0.23 dev: true - /icss-utils/4.1.1: + /icss-utils@4.1.1: resolution: {integrity: sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==} engines: {node: '>= 6'} dependencies: postcss: 7.0.39 dev: true - /icss-utils/5.1.0_postcss@8.4.23: + /icss-utils@5.1.0(postcss@8.4.23): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -33594,118 +30150,115 @@ packages: postcss: 8.4.23 dev: true - /identity-obj-proxy/3.0.0: + /identity-obj-proxy@3.0.0: resolution: {integrity: sha512-00n6YnVHKrinT9t0d9+5yZC6UBNJANpYEQvL2LlX6Ab9lnmxzIRcEmTPuyGScvl1+jKuCICX1Z0Ab1pPKKdikA==} engines: {node: '>=4'} dependencies: harmony-reflect: 1.6.2 - /ieee754/1.2.1: + /ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - /iferr/0.1.5: + /iferr@0.1.5: resolution: {integrity: sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==} - /ignore-walk/3.0.4: + /ignore-walk@3.0.4: resolution: {integrity: sha512-PY6Ii8o1jMRA1z4F2hRkH/xN59ox43DavKvD3oDpfurRlOJyAHpifIwpbdv1n4jt4ov0jSpw3kQ4GhJnpBL6WQ==} dependencies: minimatch: 3.1.2 dev: true - /ignore/3.3.10: + /ignore@3.3.10: resolution: {integrity: sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==} dev: true - /ignore/4.0.6: + /ignore@4.0.6: resolution: {integrity: sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==} engines: {node: '>= 4'} dev: true - /ignore/5.2.4: + /ignore@5.2.4: resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} engines: {node: '>= 4'} - /image-size/0.5.5: + /image-size@0.5.5: resolution: {integrity: sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==} engines: {node: '>=0.10.0'} hasBin: true requiresBuild: true optional: true - /image-size/0.6.3: + /image-size@0.6.3: resolution: {integrity: sha512-47xSUiQioGaB96nqtp5/q55m0aBQSQdyIloMOc/x+QVTDZLNmXE892IIDrJ0hM1A5vcNUDD5tDffkSP5lCaIIA==} engines: {node: '>=4.0'} hasBin: true - /image-size/0.8.3: + /image-size@0.8.3: resolution: {integrity: sha512-SMtq1AJ+aqHB45c3FsB4ERK0UCiA2d3H1uq8s+8T0Pf8A3W4teyBQyaFaktH6xvZqh+npwlKU7i4fJo0r7TYTg==} engines: {node: '>=6.9.0'} hasBin: true dependencies: queue: 6.0.1 - /immediate/3.0.6: + /immediate@3.0.6: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} dev: false - /immer/1.10.0: + /immer@1.10.0: resolution: {integrity: sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==} dev: true - /immer/10.0.1: - resolution: {integrity: sha512-zg++jJLsKKTwXGeSYIw0HgChSYQGtu0UDTnbKx5aGLYgte4CwTmH9eJDYyQ6FheyUtBe+lQW9FrGxya1G+Dtmg==} - dev: false - - /immer/7.0.15: + /immer@7.0.15: resolution: {integrity: sha512-yM7jo9+hvYgvdCQdqvhCNRRio0SCXc8xDPzA25SvKWa7b1WVPjLwQs1VYU5JPXjcJPTqAa5NP5dqpORGYBQ2AA==} dev: false - /immer/9.0.21: + /immer@9.0.21: resolution: {integrity: sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==} + dev: false - /immutability-helper-x/1.0.5: + /immutability-helper-x@1.0.5: resolution: {integrity: sha512-sFz+hTmvAP3QEi+4660vfy5HT8s9PUR70p9J6eqLuyZpdRqhWbYzxQvn9jOnaSDxqxSxHfZVaC5MHiwKLzMizQ==} dependencies: immutability-helper: 2.9.1 dev: false - /immutability-helper/2.9.1: + /immutability-helper@2.9.1: resolution: {integrity: sha512-r/RmRG8xO06s/k+PIaif2r5rGc3j4Yhc01jSBfwPCXDLYZwp/yxralI37Df1mwmuzcCsen/E/ITKcTEvc1PQmQ==} dependencies: invariant: 2.2.4 dev: false - /immutable/3.7.6: + /immutable@3.7.6: resolution: {integrity: sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw==} engines: {node: '>=0.8.0'} dev: false - /immutable/3.8.2: + /immutable@3.8.2: resolution: {integrity: sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==} engines: {node: '>=0.10.0'} dev: false - /import-cwd/2.1.0: + /import-cwd@2.1.0: resolution: {integrity: sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==} engines: {node: '>=4'} dependencies: import-from: 2.1.0 - /import-cwd/3.0.0: + /import-cwd@3.0.0: resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==} engines: {node: '>=8'} dependencies: import-from: 3.0.0 dev: true - /import-fresh/2.0.0: + /import-fresh@2.0.0: resolution: {integrity: sha512-eZ5H8rcgYazHbKC3PG4ClHNykCSxtAhxSSEM+2mb+7evD2CKF5V7c0dNum7AdpDh0ZdICwZY9sRSn8f+KH96sg==} engines: {node: '>=4'} dependencies: caller-path: 2.0.0 resolve-from: 3.0.0 - /import-fresh/3.3.0: + /import-fresh@3.3.0: resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} engines: {node: '>=6'} dependencies: @@ -33713,29 +30266,29 @@ packages: resolve-from: 4.0.0 dev: true - /import-from/2.1.0: + /import-from@2.1.0: resolution: {integrity: sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==} engines: {node: '>=4'} dependencies: resolve-from: 3.0.0 - /import-from/3.0.0: + /import-from@3.0.0: resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==} engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 dev: true - /import-lazy/2.1.0: + /import-lazy@2.1.0: resolution: {integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==} engines: {node: '>=4'} - /import-lazy/4.0.0: + /import-lazy@4.0.0: resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} engines: {node: '>=8'} dev: true - /import-local/2.0.0: + /import-local@2.0.0: resolution: {integrity: sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==} engines: {node: '>=6'} hasBin: true @@ -33744,7 +30297,7 @@ packages: resolve-cwd: 2.0.0 dev: true - /import-local/3.1.0: + /import-local@3.1.0: resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} engines: {node: '>=8'} hasBin: true @@ -33752,84 +30305,84 @@ packages: pkg-dir: 4.2.0 resolve-cwd: 3.0.0 - /import-modules/2.1.0: + /import-modules@2.1.0: resolution: {integrity: sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==} engines: {node: '>=8'} dev: true - /imurmurhash/0.1.4: + /imurmurhash@0.1.4: resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} engines: {node: '>=0.8.19'} - /indent-string/3.2.0: + /indent-string@3.2.0: resolution: {integrity: sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ==} engines: {node: '>=4'} dev: true - /indent-string/4.0.0: + /indent-string@4.0.0: resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} engines: {node: '>=8'} dev: true - /index-array-by/1.4.1: + /index-array-by@1.4.1: resolution: {integrity: sha512-Zu6THdrxQdyTuT2uA5FjUoBEsFHPzHcPIj18FszN6yXKHxSfGcR4TPLabfuT//E25q1Igyx9xta2WMvD/x9P/g==} engines: {node: '>=12'} dev: false - /indexes-of/1.0.1: + /indexes-of@1.0.1: resolution: {integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==} - /indexof/0.0.1: + /indexof@0.0.1: resolution: {integrity: sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==} dev: true - /indx/0.2.3: + /indx@0.2.3: resolution: {integrity: sha512-SEM+Px+Ghr3fZ+i9BNvUIZJ4UhojFuf+sT7x3cl2/ElL7NXne1A/m29VYzWTTypdOgDnWfoKNewIuPA6y+NMyQ==} dev: true - /infer-owner/1.0.4: + /infer-owner@1.0.4: resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} dev: true - /inflation/2.0.0: + /inflation@2.0.0: resolution: {integrity: sha512-m3xv4hJYR2oXw4o4Y5l6P5P16WYmazYof+el6Al3f+YlggGj6qT9kImBAnzDelRALnP5d3h4jGBPKzYCizjZZw==} engines: {node: '>= 0.8.0'} dev: false - /inflection/1.13.4: + /inflection@1.13.4: resolution: {integrity: sha512-6I/HUDeYFfuNCVS3td055BaXBwKYuzw7K3ExVMStBowKo9oOAMJIXIHvdyR3iboTCp1b+1i5DSkIZTcwIktuDw==} engines: {'0': node >= 0.4.0} dev: false - /inflight/1.0.6: + /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} dependencies: once: 1.4.0 wrappy: 1.0.2 - /inherits/2.0.1: + /inherits@2.0.1: resolution: {integrity: sha512-8nWq2nLTAwd02jTqJExUYFSD/fKq6VH9Y/oG2accc/kdI0V98Bag8d5a4gi3XHz73rDWa2PvTtvcWYquKqSENA==} - /inherits/2.0.3: + /inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} - /inherits/2.0.4: + /inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - /ini/1.3.8: + /ini@1.3.8: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - /inline-style-parser/0.1.1: + /inline-style-parser@0.1.1: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} - /inline-style-prefixer/6.0.4: + /inline-style-prefixer@6.0.4: resolution: {integrity: sha512-FwXmZC2zbeeS7NzGjJ6pAiqRhXR0ugUShSNb6GApMl6da0/XGc4MOJsoWAywia52EEWbXNSy0pzkwz/+Y+swSg==} dependencies: css-in-js-utils: 3.1.0 fast-loops: 1.1.3 dev: false - /inquirer/6.2.1: + /inquirer@6.2.1: resolution: {integrity: sha512-088kl3DRT2dLU5riVMKKr1DlImd6X7smDhpXUCkJDCKvTEJeRiXh0G132HG9u5a+6Ylw9plFRY7RuTnwohYSpg==} engines: {node: '>=6.0.0'} dependencies: @@ -33848,7 +30401,7 @@ packages: through: 2.3.8 dev: true - /inquirer/6.5.0: + /inquirer@6.5.0: resolution: {integrity: sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==} engines: {node: '>=6.0.0'} dependencies: @@ -33867,7 +30420,7 @@ packages: through: 2.3.8 dev: true - /inquirer/6.5.2: + /inquirer@6.5.2: resolution: {integrity: sha512-cntlB5ghuB0iuO65Ovoi8ogLHiWGs/5yNrtUcKjFhSSiVeAIVpD7koaSU9RM8mpXw5YDi9RdYXGQMaOURB7ycQ==} engines: {node: '>=6.0.0'} dependencies: @@ -33885,7 +30438,7 @@ packages: strip-ansi: 5.2.0 through: 2.3.8 - /inquirer/7.3.3: + /inquirer@7.3.3: resolution: {integrity: sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==} engines: {node: '>=8.0.0'} dependencies: @@ -33904,29 +30457,29 @@ packages: through: 2.3.8 dev: true - /insert-css/2.0.0: + /insert-css@2.0.0: resolution: {integrity: sha512-xGq5ISgcUP5cvGkS2MMFLtPDBtrtQPSFfC6gA6U8wHKqfjTIMZLZNxOItQnoSjdOzlXOLU/yD32RKC4SvjNbtA==} - /inspector-proxy/1.2.3: + /inspector-proxy@1.2.3: resolution: {integrity: sha512-5YkxR72v8oVpSE3nL3dhpO2WNS9Gg1Pp1mWulC1BCNNG8g+SiDzuJTkUgM3xckUmz6jS0YOSpgcYM6fJxbz5fA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: cfork: 1.9.0 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) tcp-proxy.js: 1.5.0 urllib: 2.40.0 transitivePeerDependencies: - supports-color dev: true - /intelli-espower-loader/1.1.0: + /intelli-espower-loader@1.1.0: resolution: {integrity: sha512-GmnpIM5tRU5n8R4bQAcu2gJMlfRukrtklbE1auRN8qGK9KSLboGdmHSLSLLnIHKrnRmgWRBXNqy5sIOrbT2l8g==} dependencies: espower-loader: 1.2.2 dev: true - /internal-ip/4.3.0: + /internal-ip@4.3.0: resolution: {integrity: sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==} engines: {node: '>=6'} dependencies: @@ -33934,7 +30487,7 @@ packages: ipaddr.js: 1.9.1 dev: true - /internal-slot/1.0.5: + /internal-slot@1.0.5: resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} engines: {node: '>= 0.4'} dependencies: @@ -33942,128 +30495,128 @@ packages: has: 1.0.3 side-channel: 1.0.4 - /internmap/1.0.1: + /internmap@1.0.1: resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==} dev: false - /internmap/2.0.3: + /internmap@2.0.3: resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} engines: {node: '>=12'} dev: false - /interpret/1.4.0: + /interpret@1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} engines: {node: '>= 0.10'} dev: true - /interpret/2.2.0: + /interpret@2.2.0: resolution: {integrity: sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==} engines: {node: '>= 0.10'} - /intersection-observer/0.12.2: + /intersection-observer@0.12.2: resolution: {integrity: sha512-7m1vEcPCxXYI8HqnL8CKI6siDyD+eIWSwgB3DZA+ZTogxk9I4CDnj4wilt9x/+/QbHI4YG5YZNmC6458/e9Ktg==} dev: false - /intersection-observer/0.7.0: + /intersection-observer@0.7.0: resolution: {integrity: sha512-Id0Fij0HsB/vKWGeBe9PxeY45ttRiBmhFyyt/geBdDHBYNctMRTE3dC1U3ujzz3lap+hVXlEcVaB56kZP/eEUg==} - /intl-format-cache/4.3.1: + /intl-format-cache@4.3.1: resolution: {integrity: sha512-OEUYNA7D06agqPOYhbTkl0T8HA3QKSuwWh1HiClEnpd9vw7N+3XsQt5iZ0GUEchp5CW1fQk/tary+NsbF3yQ1Q==} dev: false - /intl-messageformat-parser/1.4.0: + /intl-messageformat-parser@1.4.0: resolution: {integrity: sha512-/XkqFHKezO6UcF4Av2/Lzfrez18R0jyw7kRFhSeB/YRakdrgSc9QfFZUwNJI9swMwMoNPygK1ArC5wdFSjPw+A==} deprecated: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser dev: false - /intl-messageformat-parser/3.6.4: + /intl-messageformat-parser@3.6.4: resolution: {integrity: sha512-RgPGwue0mJtoX2Ax8EmMzJzttxjnva7gx0Q7mKJ4oALrTZvtmCeAw5Msz2PcjW4dtCh/h7vN/8GJCxZO1uv+OA==} deprecated: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser dependencies: '@formatjs/intl-unified-numberformat': 3.3.7 dev: false - /intl-messageformat/2.2.0: + /intl-messageformat@2.2.0: resolution: {integrity: sha512-I+tSvHnXqJYjDfNmY95tpFMj30yoakC6OXAo+wu/wTMy6tA/4Fd4mvV7Uzs4cqK/Ap29sHhwjcY+78a8eifcXw==} dependencies: intl-messageformat-parser: 1.4.0 dev: false - /intl-messageformat/7.8.4: + /intl-messageformat@7.8.4: resolution: {integrity: sha512-yS0cLESCKCYjseCOGXuV4pxJm/buTfyCJ1nzQjryHmSehlptbZbn9fnlk1I9peLopZGGbjj46yHHiTAEZ1qOTA==} dependencies: intl-format-cache: 4.3.1 intl-messageformat-parser: 3.6.4 dev: false - /intl/1.2.5: + /intl@1.2.5: resolution: {integrity: sha512-rK0KcPHeBFBcqsErKSpvZnrOmWOj+EmDkyJ57e90YWaQNqbcivcqmKDlHEeNprDWOsKzPsh1BfSpPQdDvclHVw==} dev: false - /invariant/2.2.4: + /invariant@2.2.4: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} dependencies: loose-envify: 1.4.0 - /inversify-inject-decorators/3.1.0: + /inversify-inject-decorators@3.1.0: resolution: {integrity: sha512-/seBlVp5bXrLQS3DpKEmlgeZL6C7Tf/QITd+IMQrbBBGuCbxb7k3hRAWu9XSreNpFzLgSboz3sClLSEmGwHphw==} dev: false - /inversify/5.1.1: + /inversify@5.1.1: resolution: {integrity: sha512-j8grHGDzv1v+8T1sAQ+3boTCntFPfvxLCkNcxB1J8qA0lUN+fAlSyYd+RXKvaPRL4AGyPxViutBEJHNXOyUdFQ==} dev: false - /invert-kv/1.0.0: + /invert-kv@1.0.0: resolution: {integrity: sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==} engines: {node: '>=0.10.0'} dev: true - /invert-kv/2.0.0: + /invert-kv@2.0.0: resolution: {integrity: sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==} engines: {node: '>=4'} dev: true - /invert-kv/3.0.1: + /invert-kv@3.0.1: resolution: {integrity: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==} engines: {node: '>=8'} dev: true - /ip-regex/2.1.0: + /ip-regex@2.1.0: resolution: {integrity: sha512-58yWmlHpp7VYfcdTwMTvwMmqx/Elfxjd9RXTDyMsbL7lLWmhMylLEqiYVLKuLzOZqVgiWXD9MfR62Vv89VRxkw==} engines: {node: '>=4'} dev: true - /ip/1.1.5: + /ip@1.1.5: resolution: {integrity: sha512-rBtCAQAJm8A110nbwn6YdveUnuZH3WrC36IwkRXxDnq53JvXA2NVQvB7IHyKomxK1MJ4VDNw3UtFDdXQ+AvLYA==} dev: true - /ip/1.1.8: + /ip@1.1.8: resolution: {integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==} - /ip/2.0.0: + /ip@2.0.0: resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} - /ipaddr.js/1.9.1: + /ipaddr.js@1.9.1: resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} engines: {node: '>= 0.10'} dev: true - /irregular-plurals/3.5.0: + /irregular-plurals@3.5.0: resolution: {integrity: sha512-1ANGLZ+Nkv1ptFb2pa8oG8Lem4krflKuX/gINiHJHjJUKaJHk/SXk5x6K3J+39/p0h1RQ2saROclJJ+QLvETCQ==} engines: {node: '>=8'} dev: true - /is-absolute-url/2.1.0: + /is-absolute-url@2.1.0: resolution: {integrity: sha512-vOx7VprsKyllwjSkLV79NIhpyLfr3jAp7VaTCMXOJHu4m0Ew1CZ2fcjASwmV1jI3BWuWHB013M48eyeldk9gYg==} engines: {node: '>=0.10.0'} dev: true - /is-absolute-url/3.0.3: + /is-absolute-url@3.0.3: resolution: {integrity: sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==} engines: {node: '>=8'} dev: true - /is-absolute/1.0.0: + /is-absolute@1.0.0: resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} engines: {node: '>=0.10.0'} dependencies: @@ -34071,134 +30624,134 @@ packages: is-windows: 1.0.2 dev: true - /is-accessor-descriptor/0.1.6: + /is-accessor-descriptor@0.1.6: resolution: {integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /is-accessor-descriptor/1.0.0: + /is-accessor-descriptor@1.0.0: resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 6.0.3 - /is-alphabetical/1.0.4: + /is-alphabetical@1.0.4: resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} - /is-alphabetical/2.0.1: + /is-alphabetical@2.0.1: resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} dev: false - /is-alphanumerical/1.0.4: + /is-alphanumerical@1.0.4: resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} dependencies: is-alphabetical: 1.0.4 is-decimal: 1.0.4 - /is-alphanumerical/2.0.1: + /is-alphanumerical@2.0.1: resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} dependencies: is-alphabetical: 2.0.1 is-decimal: 2.0.1 dev: false - /is-any-array/2.0.1: + /is-any-array@2.0.1: resolution: {integrity: sha512-UtilS7hLRu++wb/WBAw9bNuP1Eg04Ivn1vERJck8zJthEvXCBEBpGR/33u/xLKWEQf95803oalHrVDptcAvFdQ==} - /is-arguments/1.1.1: + /is-arguments@1.1.1: resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-array-buffer/3.0.2: + /is-array-buffer@3.0.2: resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 is-typed-array: 1.1.10 - /is-arrayish/0.2.1: + /is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} - /is-arrayish/0.3.2: + /is-arrayish@0.3.2: resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - /is-arrow-function/2.0.3: + /is-arrow-function@2.0.3: resolution: {integrity: sha512-iDStzcT1FJMzx+TjCOK//uDugSe/Mif/8a+T0htydQ3qkJGvSweTZpVYz4hpJH0baloSPiAFQdA8WslAgJphvQ==} engines: {node: '>= 0.4'} dependencies: is-callable: 1.2.7 dev: true - /is-async-function/2.0.0: + /is-async-function@2.0.0: resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 dev: true - /is-bigint/1.0.4: + /is-bigint@1.0.4: resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} dependencies: has-bigints: 1.0.2 - /is-binary-path/1.0.1: + /is-binary-path@1.0.1: resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} engines: {node: '>=0.10.0'} dependencies: binary-extensions: 1.13.1 dev: true - /is-binary-path/2.1.0: + /is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} dependencies: binary-extensions: 2.2.0 - /is-boolean-object/1.1.2: + /is-boolean-object@1.1.2: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-buffer/1.1.6: + /is-buffer@1.1.6: resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} - /is-buffer/2.0.5: + /is-buffer@2.0.5: resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} engines: {node: '>=4'} - /is-callable/1.2.7: + /is-callable@1.2.7: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - /is-ci/1.2.1: + /is-ci@1.2.1: resolution: {integrity: sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==} hasBin: true dependencies: ci-info: 1.6.0 - /is-ci/2.0.0: + /is-ci@2.0.0: resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} hasBin: true dependencies: ci-info: 2.0.0 - /is-ci/3.0.1: + /is-ci@3.0.1: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: ci-info: 3.8.0 dev: true - /is-class-hotfix/0.0.6: + /is-class-hotfix@0.0.6: resolution: {integrity: sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==} - /is-color-stop/1.1.0: + /is-color-stop@1.1.0: resolution: {integrity: sha512-H1U8Vz0cfXNujrJzEcvvwMDW9Ra+biSYA3ThdQvAnMLJkEHQXn6bWzLkxHtVYJ+Sdbx0b6finn3jZiaVe7MAHA==} dependencies: css-color-names: 0.0.4 @@ -34209,37 +30762,37 @@ packages: rgba-regex: 1.0.0 dev: true - /is-core-module/2.12.0: + /is-core-module@2.12.0: resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==} dependencies: has: 1.0.3 - /is-data-descriptor/0.1.4: + /is-data-descriptor@0.1.4: resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /is-data-descriptor/1.0.0: + /is-data-descriptor@1.0.0: resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 6.0.3 - /is-date-object/1.0.5: + /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 - /is-decimal/1.0.4: + /is-decimal@1.0.4: resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} - /is-decimal/2.0.1: + /is-decimal@2.0.1: resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} dev: false - /is-descriptor/0.1.6: + /is-descriptor@0.1.6: resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} engines: {node: '>=0.10.0'} dependencies: @@ -34247,7 +30800,7 @@ packages: is-data-descriptor: 0.1.4 kind-of: 5.1.0 - /is-descriptor/1.0.2: + /is-descriptor@1.0.2: resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} engines: {node: '>=0.10.0'} dependencies: @@ -34255,23 +30808,23 @@ packages: is-data-descriptor: 1.0.0 kind-of: 6.0.3 - /is-directory/0.3.1: + /is-directory@0.3.1: resolution: {integrity: sha512-yVChGzahRFvbkscn2MlwGismPO12i9+znNruC5gVEntG3qu0xQMzsGg/JFbrsqDOHtHFPci+V5aP5T9I+yeKqw==} engines: {node: '>=0.10.0'} - /is-docker/2.2.1: + /is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} hasBin: true - /is-dom/1.1.0: + /is-dom@1.1.0: resolution: {integrity: sha512-u82f6mvhYxRPKpw8V1N0W8ce1xXwOrQtgGcxl6UCL5zBmZu3is/18K0rR7uFCnMDuAsS/3W54mGL4vsaFUQlEQ==} dependencies: is-object: 1.0.2 is-window: 1.0.2 dev: true - /is-equal/1.6.4: + /is-equal@1.6.4: resolution: {integrity: sha512-NiPOTBb5ahmIOYkJ7mVTvvB1bydnTzixvfO+59AjJKBpyjPBIULL3EHGxySyZijlVpewveJyhiLQThcivkkAtw==} engines: {node: '>= 0.4'} dependencies: @@ -34298,126 +30851,126 @@ packages: which-collection: 1.0.1 dev: true - /is-extendable/0.1.1: + /is-extendable@0.1.1: resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} engines: {node: '>=0.10.0'} - /is-extendable/1.0.1: + /is-extendable@1.0.1: resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} engines: {node: '>=0.10.0'} dependencies: is-plain-object: 2.0.4 - /is-extglob/1.0.0: + /is-extglob@1.0.0: resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} engines: {node: '>=0.10.0'} dev: true - /is-extglob/2.1.1: + /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} - /is-finalizationregistry/1.0.2: + /is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} dependencies: call-bind: 1.0.2 dev: true - /is-finite/1.1.0: + /is-finite@1.1.0: resolution: {integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==} engines: {node: '>=0.10.0'} dev: true - /is-fullwidth-code-point/1.0.0: + /is-fullwidth-code-point@1.0.0: resolution: {integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==} engines: {node: '>=0.10.0'} dependencies: number-is-nan: 1.0.1 dev: true - /is-fullwidth-code-point/2.0.0: + /is-fullwidth-code-point@2.0.0: resolution: {integrity: sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==} engines: {node: '>=4'} - /is-fullwidth-code-point/3.0.0: + /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} - /is-function/1.0.2: + /is-function@1.0.2: resolution: {integrity: sha512-lw7DUp0aWXYg+CBCN+JKkcE0Q2RayZnSvnZBlwgxHBQhqt5pZNVy4Ri7H9GmmXkdu7LUthszM+Tor1u/2iBcpQ==} dev: true - /is-generator-fn/2.1.0: + /is-generator-fn@2.1.0: resolution: {integrity: sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==} engines: {node: '>=6'} - /is-generator-function/1.0.10: + /is-generator-function@1.0.10: resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 - /is-generator/1.0.3: + /is-generator@1.0.3: resolution: {integrity: sha512-G56jBpbJeg7ds83HW1LuShNs8J73Fv3CPz/bmROHOHlnKkN8sWb9ujiagjmxxMUywftgq48HlBZELKKqFLk0oA==} dev: true - /is-glob/2.0.1: + /is-glob@2.0.1: resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 1.0.0 dev: true - /is-glob/3.1.0: + /is-glob@3.1.0: resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 dev: true - /is-glob/4.0.3: + /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} dependencies: is-extglob: 2.1.1 - /is-hexadecimal/1.0.4: + /is-hexadecimal@1.0.4: resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} - /is-hexadecimal/2.0.1: + /is-hexadecimal@2.0.1: resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} dev: false - /is-installed-globally/0.1.0: + /is-installed-globally@0.1.0: resolution: {integrity: sha512-ERNhMg+i/XgDwPIPF3u24qpajVreaiSuvpb1Uu0jugw7KKcxGyCX8cgp8P5fwTmAuXku6beDHHECdKArjlg7tw==} engines: {node: '>=4'} dependencies: global-dirs: 0.1.1 is-path-inside: 1.0.1 - /is-interactive/1.0.0: + /is-interactive@1.0.0: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} - /is-keyword-js/1.0.3: + /is-keyword-js@1.0.3: resolution: {integrity: sha512-EW8wNCNvomPa/jsH1g0DmLfPakkRCRTcTML1v1fZMLiVCvQ/1YB+tKsRzShBiWQhqrYCi5a+WsepA4Z8TA9iaA==} engines: {node: '>=0.10.0'} dev: true - /is-lower-case/1.1.3: + /is-lower-case@1.1.3: resolution: {integrity: sha512-+5A1e/WJpLLXZEDlgz4G//WYSHyQBD32qa4Jd3Lw06qQlv3fJHnp3YIHjTQSGzHMgzmVKz2ZP3rBxTHkPw/lxA==} dependencies: lower-case: 1.1.4 - /is-map/2.0.2: + /is-map@2.0.2: resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} dev: true - /is-module/1.0.0: + /is-module@1.0.0: resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} dev: true - /is-nan/1.3.2: + /is-nan@1.3.2: resolution: {integrity: sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==} engines: {node: '>= 0.4'} dependencies: @@ -34425,209 +30978,209 @@ packages: define-properties: 1.2.0 dev: false - /is-negated-glob/1.0.0: + /is-negated-glob@1.0.0: resolution: {integrity: sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==} engines: {node: '>=0.10.0'} dev: true - /is-negative-zero/2.0.2: + /is-negative-zero@2.0.2: resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} engines: {node: '>= 0.4'} - /is-npm/1.0.0: + /is-npm@1.0.0: resolution: {integrity: sha512-9r39FIr3d+KD9SbX0sfMsHzb5PP3uimOiwr3YupUaUFG4W0l1U57Rx3utpttV7qz5U3jmrO5auUa04LU9pyHsg==} engines: {node: '>=0.10.0'} - /is-npm/3.0.0: + /is-npm@3.0.0: resolution: {integrity: sha512-wsigDr1Kkschp2opC4G3yA6r9EgVA6NjRpWzIi9axXqeIaAATPRJc4uLujXe3Nd9uO8KoDyA4MD6aZSeXTADhA==} engines: {node: '>=8'} dev: true - /is-number-object/1.0.7: + /is-number-object@1.0.7: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 - /is-number/3.0.0: + /is-number@3.0.0: resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /is-number/7.0.0: + /is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} - /is-obj/1.0.1: + /is-obj@1.0.1: resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} engines: {node: '>=0.10.0'} - /is-obj/2.0.0: + /is-obj@2.0.0: resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} engines: {node: '>=8'} dev: true - /is-object/1.0.2: + /is-object@1.0.2: resolution: {integrity: sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==} dev: true - /is-path-cwd/2.2.0: + /is-path-cwd@2.2.0: resolution: {integrity: sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==} engines: {node: '>=6'} dev: true - /is-path-in-cwd/2.1.0: + /is-path-in-cwd@2.1.0: resolution: {integrity: sha512-rNocXHgipO+rvnP6dk3zI20RpOtrAM/kzbB258Uw5BWr3TpXi861yzjo16Dn4hUox07iw5AyeMLHWsujkjzvRQ==} engines: {node: '>=6'} dependencies: is-path-inside: 2.1.0 dev: true - /is-path-inside/1.0.1: + /is-path-inside@1.0.1: resolution: {integrity: sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==} engines: {node: '>=0.10.0'} dependencies: path-is-inside: 1.0.2 - /is-path-inside/2.1.0: + /is-path-inside@2.1.0: resolution: {integrity: sha512-wiyhTzfDWsvwAW53OBWF5zuvaOGlZ6PwYxAbPVDhpm+gM09xKQGjBq/8uYN12aDvMxnAnq3dxTyoSoRNmg5YFg==} engines: {node: '>=6'} dependencies: path-is-inside: 1.0.2 dev: true - /is-path-inside/3.0.3: + /is-path-inside@3.0.3: resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} engines: {node: '>=8'} dev: true - /is-plain-obj/1.1.0: + /is-plain-obj@1.1.0: resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} engines: {node: '>=0.10.0'} - /is-plain-obj/2.1.0: + /is-plain-obj@2.1.0: resolution: {integrity: sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==} engines: {node: '>=8'} - /is-plain-obj/4.1.0: + /is-plain-obj@4.1.0: resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} engines: {node: '>=12'} dev: false - /is-plain-object/2.0.4: + /is-plain-object@2.0.4: resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 - /is-plain-object/3.0.1: + /is-plain-object@3.0.1: resolution: {integrity: sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==} engines: {node: '>=0.10.0'} dev: true - /is-potential-custom-element-name/1.0.1: + /is-potential-custom-element-name@1.0.1: resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} - /is-redirect/1.0.0: + /is-redirect@1.0.0: resolution: {integrity: sha512-cr/SlUEe5zOGmzvj9bUyC4LVvkNVAXu4GytXLNMr1pny+a65MpQ9IJzFHD5vi7FyJgb4qt27+eS3TuQnqB+RQw==} engines: {node: '>=0.10.0'} - /is-reference/1.2.1: + /is-reference@1.2.1: resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} dependencies: '@types/estree': 1.0.1 dev: true - /is-regex/1.1.4: + /is-regex@1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 has-tostringtag: 1.0.0 - /is-regexp/1.0.0: + /is-regexp@1.0.0: resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} engines: {node: '>=0.10.0'} - /is-regexp/2.1.0: + /is-regexp@2.1.0: resolution: {integrity: sha512-OZ4IlER3zmRIoB9AqNhEggVxqIH4ofDns5nRrPS6yQxXE1TPCUpFznBfRQmQa8uC+pXqjMnukiJBxCisIxiLGA==} engines: {node: '>=6'} dev: true - /is-relative/1.0.0: + /is-relative@1.0.0: resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} engines: {node: '>=0.10.0'} dependencies: is-unc-path: 1.0.0 dev: true - /is-resolvable/1.1.0: + /is-resolvable@1.1.0: resolution: {integrity: sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==} dev: true - /is-retry-allowed/1.2.0: + /is-retry-allowed@1.2.0: resolution: {integrity: sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==} engines: {node: '>=0.10.0'} - /is-root/2.0.0: + /is-root@2.0.0: resolution: {integrity: sha512-F/pJIk8QD6OX5DNhRB7hWamLsUilmkDGho48KbgZ6xg/lmAZXHxzXQ91jzB3yRSw5kdQGGGc4yz8HYhTYIMWPg==} engines: {node: '>=6'} dev: true - /is-root/2.1.0: + /is-root@2.1.0: resolution: {integrity: sha512-AGOriNp96vNBd3HtU+RzFEc75FfR5ymiYv8E553I71SCeXBiMsVDUtdio1OEFvrPyLIQ9tVR5RxXIFe5PUFjMg==} engines: {node: '>=6'} dev: true - /is-set/2.0.2: + /is-set@2.0.2: resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} dev: true - /is-shared-array-buffer/1.0.2: + /is-shared-array-buffer@1.0.2: resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} dependencies: call-bind: 1.0.2 - /is-stream/1.1.0: + /is-stream@1.1.0: resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} engines: {node: '>=0.10.0'} - /is-stream/2.0.1: + /is-stream@2.0.1: resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} engines: {node: '>=8'} - /is-string/1.0.7: + /is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} dependencies: has-tostringtag: 1.0.0 - /is-subdir/1.2.0: + /is-subdir@1.2.0: resolution: {integrity: sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw==} engines: {node: '>=4'} dependencies: better-path-resolve: 1.0.0 dev: true - /is-subset/0.1.1: + /is-subset@0.1.1: resolution: {integrity: sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==} dev: true - /is-symbol/1.0.4: + /is-symbol@1.0.4: resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 - /is-type-of/1.4.0: + /is-type-of@1.4.0: resolution: {integrity: sha512-EddYllaovi5ysMLMEN7yzHEKh8A850cZ7pykrY1aNRQGn/CDjRDE9qEWbIdt7xGEVJmjBXzU/fNnC4ABTm8tEQ==} dependencies: core-util-is: 1.0.3 is-class-hotfix: 0.0.6 isstream: 0.1.2 - /is-typed-array/1.1.10: + /is-typed-array@1.1.10: resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} engines: {node: '>= 0.4'} dependencies: @@ -34637,125 +31190,125 @@ packages: gopd: 1.0.1 has-tostringtag: 1.0.0 - /is-typedarray/1.0.0: + /is-typedarray@1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} - /is-unc-path/1.0.0: + /is-unc-path@1.0.0: resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} engines: {node: '>=0.10.0'} dependencies: unc-path-regex: 0.1.2 dev: true - /is-unicode-supported/0.1.0: + /is-unicode-supported@0.1.0: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} - /is-upper-case/1.1.2: + /is-upper-case@1.1.2: resolution: {integrity: sha512-GQYSJMgfeAmVwh9ixyk888l7OIhNAGKtY6QA+IrWlu9MDTCaXmeozOZ2S9Knj7bQwBO/H6J2kb+pbyTUiMNbsw==} dependencies: upper-case: 1.1.3 - /is-url/1.2.4: + /is-url@1.2.4: resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==} dev: true - /is-utf8/0.2.1: + /is-utf8@0.2.1: resolution: {integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==} dev: true - /is-valid-glob/1.0.0: + /is-valid-glob@1.0.0: resolution: {integrity: sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==} engines: {node: '>=0.10.0'} dev: true - /is-weakmap/2.0.1: + /is-weakmap@2.0.1: resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} dev: true - /is-weakref/1.0.2: + /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: call-bind: 1.0.2 - /is-weakset/2.0.2: + /is-weakset@2.0.2: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 dev: true - /is-what/3.14.1: + /is-what@3.14.1: resolution: {integrity: sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==} - /is-whitespace-character/1.0.4: + /is-whitespace-character@1.0.4: resolution: {integrity: sha512-SDweEzfIZM0SJV0EUga669UTKlmL0Pq8Lno0QDQsPnvECB3IM2aP0gdx5TrU0A01MAPfViaZiI2V1QMZLaKK5w==} dev: true - /is-window/1.0.2: + /is-window@1.0.2: resolution: {integrity: sha512-uj00kdXyZb9t9RcAUAwMZAnkBUwdYGhYlt7djMXhfyhUCzwNba50tIiBKR7q0l7tdoBtFVw/3JmLY6fI3rmZmg==} dev: true - /is-windows/0.2.0: + /is-windows@0.2.0: resolution: {integrity: sha512-n67eJYmXbniZB7RF4I/FTjK1s6RPOCTxhYrVYLRaCt3lF0mpWZPKr3T2LSZAqyjQsxR2qMmGYXXzK0YWwcPM1Q==} engines: {node: '>=0.10.0'} - /is-windows/1.0.2: + /is-windows@1.0.2: resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} engines: {node: '>=0.10.0'} - /is-word-character/1.0.4: + /is-word-character@1.0.4: resolution: {integrity: sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==} dev: true - /is-wsl/1.1.0: + /is-wsl@1.1.0: resolution: {integrity: sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==} engines: {node: '>=4'} - /is-wsl/2.2.0: + /is-wsl@2.2.0: resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} engines: {node: '>=8'} dependencies: is-docker: 2.2.1 - /is-yarn-global/0.3.0: + /is-yarn-global@0.3.0: resolution: {integrity: sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==} dev: true - /isarray/0.0.1: + /isarray@0.0.1: resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} - /isarray/1.0.0: + /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} - /isarray/2.0.5: + /isarray@2.0.5: resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} - /isexe/2.0.0: + /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - /isobject/2.1.0: + /isobject@2.1.0: resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} engines: {node: '>=0.10.0'} dependencies: isarray: 1.0.0 - /isobject/3.0.1: + /isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} - /isobject/4.0.0: + /isobject@4.0.0: resolution: {integrity: sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==} engines: {node: '>=0.10.0'} dev: true - /isomorphic-fetch/2.2.1: + /isomorphic-fetch@2.2.1: resolution: {integrity: sha512-9c4TNAKYXM5PRyVcwUZrF3W09nQ+sO7+jydgs4ZGW9dhsLG2VOlISJABombdQqQRXCwuYG3sYV/puGf5rp0qmA==} dependencies: node-fetch: 1.7.3 whatwg-fetch: 3.6.2 - /isomorphic-unfetch/2.1.1: + /isomorphic-unfetch@2.1.1: resolution: {integrity: sha512-nd8AULy4i2rA8dv0nOBT9xieIegd3xi7NDxTQ9+iNXDTyaG6VbUYW3F+TdMRqxqXhDFWM2k7fttKx9W2Wd8JpQ==} dependencies: node-fetch: 2.6.9 @@ -34764,33 +31317,33 @@ packages: - encoding dev: true - /isstream/0.1.2: + /isstream@0.1.2: resolution: {integrity: sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==} - /istanbul-lib-coverage/2.0.5: + /istanbul-lib-coverage@2.0.5: resolution: {integrity: sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==} engines: {node: '>=6'} dev: true - /istanbul-lib-coverage/3.2.0: + /istanbul-lib-coverage@3.2.0: resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==} engines: {node: '>=8'} - /istanbul-lib-hook/2.0.7: + /istanbul-lib-hook@2.0.7: resolution: {integrity: sha512-vrRztU9VRRFDyC+aklfLoeXyNdTfga2EI3udDGn4cZ6fpSXpHLV9X6CHvfoMCPtggg8zvDDmC4b9xfu0z6/llA==} engines: {node: '>=6'} dependencies: append-transform: 1.0.0 dev: true - /istanbul-lib-instrument/3.3.0: + /istanbul-lib-instrument@3.3.0: resolution: {integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==} engines: {node: '>=6'} dependencies: '@babel/generator': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 istanbul-lib-coverage: 2.0.5 semver: 6.3.0 @@ -34798,7 +31351,7 @@ packages: - supports-color dev: true - /istanbul-lib-instrument/4.0.3: + /istanbul-lib-instrument@4.0.3: resolution: {integrity: sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==} engines: {node: '>=8'} dependencies: @@ -34810,7 +31363,7 @@ packages: - supports-color dev: false - /istanbul-lib-instrument/5.2.1: + /istanbul-lib-instrument@5.2.1: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: @@ -34822,7 +31375,7 @@ packages: transitivePeerDependencies: - supports-color - /istanbul-lib-report/2.0.8: + /istanbul-lib-report@2.0.8: resolution: {integrity: sha512-fHBeG573EIihhAblwgxrSenp0Dby6tJMFR/HvlerBsrCTD5bkUuoNtn3gVh29ZCS824cGGBPn7Sg7cNk+2xUsQ==} engines: {node: '>=6'} dependencies: @@ -34831,7 +31384,7 @@ packages: supports-color: 6.1.0 dev: true - /istanbul-lib-report/3.0.0: + /istanbul-lib-report@3.0.0: resolution: {integrity: sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==} engines: {node: '>=8'} dependencies: @@ -34839,11 +31392,11 @@ packages: make-dir: 3.1.0 supports-color: 7.2.0 - /istanbul-lib-source-maps/3.0.6: + /istanbul-lib-source-maps@3.0.6: resolution: {integrity: sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==} engines: {node: '>=6'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) istanbul-lib-coverage: 2.0.5 make-dir: 2.1.0 rimraf: 2.7.1 @@ -34852,31 +31405,31 @@ packages: - supports-color dev: true - /istanbul-lib-source-maps/4.0.1: + /istanbul-lib-source-maps@4.0.1: resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==} engines: {node: '>=10'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) istanbul-lib-coverage: 3.2.0 source-map: 0.6.1 transitivePeerDependencies: - supports-color - /istanbul-reports/2.2.7: + /istanbul-reports@2.2.7: resolution: {integrity: sha512-uu1F/L1o5Y6LzPVSVZXNOoD/KXpJue9aeLRd0sM9uMXfZvzomB0WxVamWb5ue8kA2vVWEmW7EG+A5n3f1kqHKg==} engines: {node: '>=6'} dependencies: html-escaper: 2.0.2 dev: true - /istanbul-reports/3.1.5: + /istanbul-reports@3.1.5: resolution: {integrity: sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 istanbul-lib-report: 3.0.0 - /istextorbinary/2.6.0: + /istextorbinary@2.6.0: resolution: {integrity: sha512-+XRlFseT8B3L9KyjxxLjfXSLMuErKDsd8DBNrsaxoViABMEZlOSCstwmw0qpoFX3+U6yWU1yhLudAe6/lETGGA==} engines: {node: '>=0.12'} dependencies: @@ -34884,18 +31437,18 @@ packages: editions: 2.3.1 textextensions: 2.6.0 - /iterate-iterator/1.0.2: + /iterate-iterator@1.0.2: resolution: {integrity: sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==} dev: true - /iterate-value/1.0.2: + /iterate-value@1.0.2: resolution: {integrity: sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==} dependencies: es-get-iterator: 1.1.3 iterate-iterator: 1.0.2 dev: true - /its-fine/1.1.1_react@17.0.2: + /its-fine@1.1.1(react@17.0.2): resolution: {integrity: sha512-v1Ia1xl20KbuSGlwoaGsW0oxsw8Be+TrXweidxD9oT/1lAh6O3K3/GIM95Tt6WCiv6W+h2M7RB1TwdoAjQyyKw==} peerDependencies: react: '>=18.0 || 17' @@ -34903,19 +31456,19 @@ packages: '@types/react-reconciler': 0.28.2 react: 17.0.2 - /javascript-stringify/1.6.0: + /javascript-stringify@1.6.0: resolution: {integrity: sha512-fnjC0up+0SjEJtgmmG+teeel68kutkvzfctO/KxE3qJlbunkJYAshgH3boU++gSBHP8z5/r0ts0qRIrHf0RTQQ==} dev: true - /javascript-stringify/2.1.0: + /javascript-stringify@2.1.0: resolution: {integrity: sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==} - /jerrypick/1.1.1: + /jerrypick@1.1.1: resolution: {integrity: sha512-XTtedPYEyVp4t6hJrXuRKr/jHj8SC4z+4K0b396PMkov6muL+i8IIamJIvZWe3jUspgIJak0P+BaWKawMYNBLg==} engines: {node: '>=12'} dev: false - /jest-changed-files/24.9.0: + /jest-changed-files@24.9.0: resolution: {integrity: sha512-6aTWpe2mHF0DhL28WjdkO8LyGjs3zItPET4bMSeXU6T3ub4FPMw+mcOcbdGXQOAfmLcxofD23/5Bl9Z4AkFwqg==} engines: {node: '>= 6'} dependencies: @@ -34924,7 +31477,7 @@ packages: throat: 4.1.0 dev: true - /jest-changed-files/25.5.0: + /jest-changed-files@25.5.0: resolution: {integrity: sha512-EOw9QEqapsDT7mKF162m8HFzRPbmP8qJQny6ldVOdOVBz3ACgPm/1nAn5fPQ/NDaYhX/AHkrGwwkCncpAVSXcw==} engines: {node: '>= 8.3'} dependencies: @@ -34933,7 +31486,7 @@ packages: throat: 5.0.0 dev: true - /jest-changed-files/26.6.2: + /jest-changed-files@26.6.2: resolution: {integrity: sha512-fDS7szLcY9sCtIip8Fjry9oGf3I2ht/QT21bAHm5Dmf0mD4X3ReNUf17y+bO6fR8WgbIZTlbyG1ak/53cbRzKQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -34942,7 +31495,7 @@ packages: throat: 5.0.0 dev: false - /jest-changed-files/29.5.0: + /jest-changed-files@29.5.0: resolution: {integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -34950,7 +31503,7 @@ packages: p-limit: 3.1.0 dev: true - /jest-circus/29.5.0: + /jest-circus@29.5.0: resolution: {integrity: sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -34958,7 +31511,7 @@ packages: '@jest/expect': 29.5.0 '@jest/test-result': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -34978,7 +31531,7 @@ packages: - supports-color dev: true - /jest-cli/24.9.0: + /jest-cli@24.9.0: resolution: {integrity: sha512-+VLRKyitT3BWoMeSUIHRxV/2g8y9gw91Jh5z2UmXZzkZKpbC08CSehVxgHUwTpy+HwGcns/tqafQDJW7imYvGg==} engines: {node: '>= 6'} hasBin: true @@ -35002,7 +31555,7 @@ packages: - utf-8-validate dev: true - /jest-cli/26.6.3: + /jest-cli@26.6.3: resolution: {integrity: sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==} engines: {node: '>= 10.14.2'} hasBin: true @@ -35028,7 +31581,7 @@ packages: - utf-8-validate dev: false - /jest-cli/29.5.0: + /jest-cli@29.5.0: resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -35045,7 +31598,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 29.5.0 + jest-config: 29.5.0(@types/node@7.10.14) jest-util: 29.5.0 jest-validate: 29.5.0 prompts: 2.4.2 @@ -35056,14 +31609,14 @@ packages: - ts-node dev: true - /jest-config/24.9.0: + /jest-config@24.9.0: resolution: {integrity: sha512-RATtQJtVYQrp7fvWg6f5y3pEFj9I+H8sWw4aKxnDZ96mob5i5SD6ZEGWgMLXQ4LE8UurrjbdlLWdUeo+28QpfQ==} engines: {node: '>= 6'} dependencies: '@babel/core': 7.4.5 '@jest/test-sequencer': 24.9.0 '@jest/types': 24.9.0 - babel-jest: 24.9.0_@babel+core@7.4.5 + babel-jest: 24.9.0(@babel/core@7.4.5) chalk: 2.4.2 glob: 7.2.3 jest-environment-jsdom: 24.9.0 @@ -35074,7 +31627,7 @@ packages: jest-resolve: 24.9.0 jest-util: 24.9.0 jest-validate: 24.9.0 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) pretty-format: 24.9.0 realpath-native: 1.1.0 transitivePeerDependencies: @@ -35083,7 +31636,7 @@ packages: - utf-8-validate dev: true - /jest-config/26.6.3: + /jest-config@26.6.3: resolution: {integrity: sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==} engines: {node: '>= 10.14.2'} peerDependencies: @@ -35095,7 +31648,7 @@ packages: '@babel/core': 7.18.6 '@jest/test-sequencer': 26.6.3 '@jest/types': 26.6.2 - babel-jest: 26.6.3_@babel+core@7.18.6 + babel-jest: 26.6.3(@babel/core@7.18.6) chalk: 4.1.2 deepmerge: 4.3.1 glob: 7.2.3 @@ -35117,7 +31670,7 @@ packages: - utf-8-validate dev: false - /jest-config/29.5.0: + /jest-config@29.5.0(@types/node@7.10.14): resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -35132,46 +31685,8 @@ packages: '@babel/core': 7.21.8 '@jest/test-sequencer': 29.5.0 '@jest/types': 29.5.0 - babel-jest: 29.5.0_@babel+core@7.21.8 - chalk: 4.1.2 - ci-info: 3.8.0 - deepmerge: 4.3.1 - glob: 7.2.3 - graceful-fs: 4.2.11 - jest-circus: 29.5.0 - jest-environment-node: 29.5.0 - jest-get-type: 29.4.3 - jest-regex-util: 29.4.3 - jest-resolve: 29.5.0 - jest-runner: 29.5.0 - jest-util: 29.5.0 - jest-validate: 29.5.0 - micromatch: 4.0.5 - parse-json: 5.2.0 - pretty-format: 29.5.0 - slash: 3.0.0 - strip-json-comments: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /jest-config/29.5.0_@types+node@20.1.0: - resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - peerDependencies: - '@types/node': '*' - ts-node: '>=9.0.0' - peerDependenciesMeta: - '@types/node': - optional: true - ts-node: - optional: true - dependencies: - '@babel/core': 7.21.8 - '@jest/test-sequencer': 29.5.0 - '@jest/types': 29.5.0 - '@types/node': 20.1.0 - babel-jest: 29.5.0_@babel+core@7.21.8 + '@types/node': 7.10.14 + babel-jest: 29.5.0(@babel/core@7.21.8) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 @@ -35194,7 +31709,7 @@ packages: - supports-color dev: true - /jest-diff/24.9.0: + /jest-diff@24.9.0: resolution: {integrity: sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==} engines: {node: '>= 6'} dependencies: @@ -35204,7 +31719,7 @@ packages: pretty-format: 24.9.0 dev: true - /jest-diff/26.6.2: + /jest-diff@26.6.2: resolution: {integrity: sha512-6m+9Z3Gv9wN0WFVasqjCL/06+EFCMTqDEUl/b87HYK2rAPTyfz4ZIuSlPhY51PIQRWx5TaxeF1qmXKe9gfN3sA==} engines: {node: '>= 10.14.2'} dependencies: @@ -35214,7 +31729,7 @@ packages: pretty-format: 26.6.2 dev: false - /jest-diff/29.5.0: + /jest-diff@29.5.0: resolution: {integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35224,28 +31739,28 @@ packages: pretty-format: 29.5.0 dev: true - /jest-docblock/24.9.0: + /jest-docblock@24.9.0: resolution: {integrity: sha512-F1DjdpDMJMA1cN6He0FNYNZlo3yYmOtRUnktrT9Q37njYzC5WEaDdmbynIgy0L/IvXvvgsG8OsqhLPXTpfmZAA==} engines: {node: '>= 6'} dependencies: detect-newline: 2.1.0 dev: true - /jest-docblock/26.0.0: + /jest-docblock@26.0.0: resolution: {integrity: sha512-RDZ4Iz3QbtRWycd8bUEPxQsTlYazfYn/h5R65Fc6gOfwozFhoImx+affzky/FFBuqISPTqjXomoIGJVKBWoo0w==} engines: {node: '>= 10.14.2'} dependencies: detect-newline: 3.1.0 dev: false - /jest-docblock/29.4.3: + /jest-docblock@29.4.3: resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/24.9.0: + /jest-each@24.9.0: resolution: {integrity: sha512-ONi0R4BvW45cw8s2Lrx8YgbeXL1oCQ/wIDwmsM3CqM/nlblNCPmnC3IPQlMbRFZu3wKdQ2U8BqM6lh3LJ5Bsog==} engines: {node: '>= 6'} dependencies: @@ -35258,7 +31773,7 @@ packages: - supports-color dev: true - /jest-each/26.6.2: + /jest-each@26.6.2: resolution: {integrity: sha512-Mer/f0KaATbjl8MCJ+0GEpNdqmnVmDYqCTJYTvoo7rqmRiDllmp2AYN+06F93nXcY3ur9ShIjS+CO/uD+BbH4A==} engines: {node: '>= 10.14.2'} dependencies: @@ -35269,7 +31784,7 @@ packages: pretty-format: 26.6.2 dev: false - /jest-each/29.5.0: + /jest-each@29.5.0: resolution: {integrity: sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35280,7 +31795,7 @@ packages: pretty-format: 29.5.0 dev: true - /jest-environment-jsdom/24.9.0: + /jest-environment-jsdom@24.9.0: resolution: {integrity: sha512-Zv9FV9NBRzLuALXjvRijO2351DRQeLYXtpD4xNvfoVFw21IOKNhZAEUKcbiEtjTkm2GsJ3boMVgkaR7rN8qetA==} engines: {node: '>= 6'} dependencies: @@ -35296,14 +31811,14 @@ packages: - utf-8-validate dev: true - /jest-environment-jsdom/26.6.2: + /jest-environment-jsdom@26.6.2: resolution: {integrity: sha512-jgPqCruTlt3Kwqg5/WVFyHIOJHsiAvhcp2qiR2QQstuG9yWox5+iHpU3ZrcBxW14T4fe5Z68jAfLRh7joCSP2Q==} engines: {node: '>= 10.14.2'} dependencies: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-mock: 26.6.2 jest-util: 26.6.2 jsdom: 16.7.0 @@ -35314,7 +31829,7 @@ packages: - utf-8-validate dev: false - /jest-environment-node/24.9.0: + /jest-environment-node@24.9.0: resolution: {integrity: sha512-6d4V2f4nxzIzwendo27Tr0aFm+IXWa0XEUnaH6nU0FMaozxovt+sfRvh4J47wL1OvF83I3SSTu0XK+i4Bqe7uA==} engines: {node: '>= 6'} dependencies: @@ -35327,56 +31842,56 @@ packages: - supports-color dev: true - /jest-environment-node/26.6.2: + /jest-environment-node@26.6.2: resolution: {integrity: sha512-zhtMio3Exty18dy8ee8eJ9kjnRyZC1N4C1Nt/VShN1apyXc8rWGtJ9lI7vqiWcyyXS4BVSEn9lxAM2D+07/Tag==} engines: {node: '>= 10.14.2'} dependencies: '@jest/environment': 26.6.2 '@jest/fake-timers': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-mock: 26.6.2 jest-util: 26.6.2 dev: false - /jest-environment-node/29.5.0: + /jest-environment-node@29.5.0: resolution: {integrity: sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/environment': 29.5.0 '@jest/fake-timers': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-mock: 29.5.0 jest-util: 29.5.0 - /jest-get-type/24.9.0: + /jest-get-type@24.9.0: resolution: {integrity: sha512-lUseMzAley4LhIcpSP9Jf+fTrQ4a1yHQwLNeeVa2cEmbCGeoZAtYPOIv8JaxLD/sUpKxetKGP+gsHl8f8TSj8Q==} engines: {node: '>= 6'} dev: true - /jest-get-type/26.3.0: + /jest-get-type@26.3.0: resolution: {integrity: sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==} engines: {node: '>= 10.14.2'} - /jest-get-type/29.4.3: + /jest-get-type@29.4.3: resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-haste-map/24.9.0: + /jest-haste-map@24.9.0: resolution: {integrity: sha512-kfVFmsuWui2Sj1Rp1AJ4D9HqJwE4uwTlS/vO+eRUaMmd54BFpli2XhMQnPC2k4cHFVbB2Q2C+jtI1AGLgEnCjQ==} engines: {node: '>= 6'} dependencies: '@jest/types': 24.9.0 - anymatch: 2.0.0 + anymatch: 2.0.0(supports-color@6.1.0) fb-watchman: 2.0.2 graceful-fs: 4.2.11 invariant: 2.2.4 jest-serializer: 24.9.0 jest-util: 24.9.0 jest-worker: 24.9.0 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) sane: 4.1.0 walker: 1.0.8 optionalDependencies: @@ -35385,13 +31900,13 @@ packages: - supports-color dev: true - /jest-haste-map/26.6.2: + /jest-haste-map@26.6.2: resolution: {integrity: sha512-easWIJXIw71B2RdR8kgqpjQrbMRWQBgiBwXYEhtGUTaX+doCjBheluShdDMeR8IMfJiTqH4+zfhtg29apJf/8w==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 '@types/graceful-fs': 4.1.6 - '@types/node': 20.1.0 + '@types/node': 7.10.14 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35408,13 +31923,13 @@ packages: - supports-color dev: false - /jest-haste-map/29.5.0: + /jest-haste-map@29.5.0: resolution: {integrity: sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 '@types/graceful-fs': 4.1.6 - '@types/node': 20.1.0 + '@types/node': 7.10.14 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -35427,11 +31942,11 @@ packages: fsevents: 2.3.2 dev: true - /jest-jasmine2/24.9.0: + /jest-jasmine2@24.9.0: resolution: {integrity: sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw==} engines: {node: '>= 6'} dependencies: - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@jest/environment': 24.9.0 '@jest/test-result': 24.9.0 '@jest/types': 24.9.0 @@ -35451,16 +31966,16 @@ packages: - supports-color dev: true - /jest-jasmine2/26.6.3: + /jest-jasmine2@26.6.3: resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 co: 4.6.0 expect: 26.6.2 @@ -35481,7 +31996,7 @@ packages: - utf-8-validate dev: false - /jest-leak-detector/24.9.0: + /jest-leak-detector@24.9.0: resolution: {integrity: sha512-tYkFIDsiKTGwb2FG1w8hX9V0aUb2ot8zY/2nFg087dUageonw1zrLMP4W6zsRO59dPkTSKie+D4rhMuP9nRmrA==} engines: {node: '>= 6'} dependencies: @@ -35489,7 +32004,7 @@ packages: pretty-format: 24.9.0 dev: true - /jest-leak-detector/26.6.2: + /jest-leak-detector@26.6.2: resolution: {integrity: sha512-i4xlXpsVSMeKvg2cEKdfhh0H39qlJlP5Ex1yQxwF9ubahboQYMgTtz5oML35AVA3B4Eu+YsmwaiKVev9KCvLxg==} engines: {node: '>= 10.14.2'} dependencies: @@ -35497,7 +32012,7 @@ packages: pretty-format: 26.6.2 dev: false - /jest-leak-detector/29.5.0: + /jest-leak-detector@29.5.0: resolution: {integrity: sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35505,7 +32020,7 @@ packages: pretty-format: 29.5.0 dev: true - /jest-matcher-utils/24.9.0: + /jest-matcher-utils@24.9.0: resolution: {integrity: sha512-OZz2IXsu6eaiMAwe67c1T+5tUAtQyQx27/EMEkbFAGiw52tB9em+uGbzpcgYVpA8wl0hlxKPZxrly4CXU/GjHA==} engines: {node: '>= 6'} dependencies: @@ -35515,7 +32030,7 @@ packages: pretty-format: 24.9.0 dev: true - /jest-matcher-utils/26.6.2: + /jest-matcher-utils@26.6.2: resolution: {integrity: sha512-llnc8vQgYcNqDrqRDXWwMr9i7rS5XFiCwvh6DTP7Jqa2mqpcCBBlpCbn+trkG0KNhPu/h8rzyBkriOtBstvWhw==} engines: {node: '>= 10.14.2'} dependencies: @@ -35525,7 +32040,7 @@ packages: pretty-format: 26.6.2 dev: false - /jest-matcher-utils/29.5.0: + /jest-matcher-utils@29.5.0: resolution: {integrity: sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35535,7 +32050,7 @@ packages: pretty-format: 29.5.0 dev: true - /jest-message-util/24.9.0: + /jest-message-util@24.9.0: resolution: {integrity: sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==} engines: {node: '>= 6'} dependencies: @@ -35544,14 +32059,14 @@ packages: '@jest/types': 24.9.0 '@types/stack-utils': 1.0.1 chalk: 2.4.2 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) slash: 2.0.0 stack-utils: 1.0.5 transitivePeerDependencies: - supports-color dev: true - /jest-message-util/26.6.2: + /jest-message-util@26.6.2: resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} engines: {node: '>= 10.14.2'} dependencies: @@ -35566,7 +32081,7 @@ packages: stack-utils: 2.0.6 dev: false - /jest-message-util/29.5.0: + /jest-message-util@29.5.0: resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35580,30 +32095,30 @@ packages: slash: 3.0.0 stack-utils: 2.0.6 - /jest-mock/24.9.0: + /jest-mock@24.9.0: resolution: {integrity: sha512-3BEYN5WbSq9wd+SyLDES7AHnjH9A/ROBwmz7l2y+ol+NtSFO8DYiEBzoO1CeFc9a8DYy10EO4dDFVv/wN3zl1w==} engines: {node: '>= 6'} dependencies: '@jest/types': 24.9.0 dev: true - /jest-mock/26.6.2: + /jest-mock@26.6.2: resolution: {integrity: sha512-YyFjePHHp1LzpzYcmgqkJ0nm0gg/lJx2aZFzFy1S6eUqNjXsOqTK10zNRff2dNfssgokjkG65OlWNcIlgd3zew==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 dev: false - /jest-mock/29.5.0: + /jest-mock@29.5.0: resolution: {integrity: sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-util: 29.5.0 - /jest-pnp-resolver/1.2.3_jest-resolve@24.9.0: + /jest-pnp-resolver@1.2.3(jest-resolve@24.9.0): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -35615,7 +32130,7 @@ packages: jest-resolve: 24.9.0 dev: true - /jest-pnp-resolver/1.2.3_jest-resolve@26.6.2: + /jest-pnp-resolver@1.2.3(jest-resolve@26.6.2): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -35627,7 +32142,7 @@ packages: jest-resolve: 26.6.2 dev: false - /jest-pnp-resolver/1.2.3_jest-resolve@29.5.0: + /jest-pnp-resolver@1.2.3(jest-resolve@29.5.0): resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -35639,26 +32154,26 @@ packages: jest-resolve: 29.5.0 dev: true - /jest-regex-util/24.9.0: + /jest-regex-util@24.9.0: resolution: {integrity: sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==} engines: {node: '>= 6'} dev: true - /jest-regex-util/26.0.0: + /jest-regex-util@26.0.0: resolution: {integrity: sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==} engines: {node: '>= 10.14.2'} dev: false - /jest-regex-util/27.5.1: + /jest-regex-util@27.5.1: resolution: {integrity: sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - /jest-regex-util/29.4.3: + /jest-regex-util@29.4.3: resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/24.9.0: + /jest-resolve-dependencies@24.9.0: resolution: {integrity: sha512-Fm7b6AlWnYhT0BXy4hXpactHIqER7erNgIsIozDXWl5dVm+k8XdGVe1oTg1JyaFnOxarMEbax3wyRJqGP2Pq+g==} engines: {node: '>= 6'} dependencies: @@ -35669,7 +32184,7 @@ packages: - supports-color dev: true - /jest-resolve-dependencies/26.6.3: + /jest-resolve-dependencies@26.6.3: resolution: {integrity: sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==} engines: {node: '>= 10.14.2'} dependencies: @@ -35680,7 +32195,7 @@ packages: - supports-color dev: false - /jest-resolve-dependencies/29.5.0: + /jest-resolve-dependencies@29.5.0: resolution: {integrity: sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35690,39 +32205,39 @@ packages: - supports-color dev: true - /jest-resolve/24.9.0: + /jest-resolve@24.9.0: resolution: {integrity: sha512-TaLeLVL1l08YFZAt3zaPtjiVvyy4oSA6CRe+0AFPPVX3Q/VI0giIWWoAvoS5L96vj9Dqxj4fB5p2qrHCmTU/MQ==} engines: {node: '>= 6'} dependencies: '@jest/types': 24.9.0 browser-resolve: 1.11.3 chalk: 2.4.2 - jest-pnp-resolver: 1.2.3_jest-resolve@24.9.0 + jest-pnp-resolver: 1.2.3(jest-resolve@24.9.0) realpath-native: 1.1.0 dev: true - /jest-resolve/26.6.2: + /jest-resolve@26.6.2: resolution: {integrity: sha512-sOxsZOq25mT1wRsfHcbtkInS+Ek7Q8jCHUB0ZUTP0tc/c41QHriU/NunqMfCUWsL4H3MHpvQD4QR9kSYhS7UvQ==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 chalk: 4.1.2 graceful-fs: 4.2.11 - jest-pnp-resolver: 1.2.3_jest-resolve@26.6.2 + jest-pnp-resolver: 1.2.3(jest-resolve@26.6.2) jest-util: 26.6.2 read-pkg-up: 7.0.1 resolve: 1.22.2 slash: 3.0.0 dev: false - /jest-resolve/29.5.0: + /jest-resolve@29.5.0: resolution: {integrity: sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 jest-haste-map: 29.5.0 - jest-pnp-resolver: 1.2.3_jest-resolve@29.5.0 + jest-pnp-resolver: 1.2.3(jest-resolve@29.5.0) jest-util: 29.5.0 jest-validate: 29.5.0 resolve: 1.22.2 @@ -35730,7 +32245,7 @@ packages: slash: 3.0.0 dev: true - /jest-runner/24.9.0: + /jest-runner@24.9.0: resolution: {integrity: sha512-KksJQyI3/0mhcfspnxxEOBueGrd5E4vV7ADQLT9ESaCzz02WnbdbKWIf5Mkaucoaj7obQckYPVX6JJhgUcoWWg==} engines: {node: '>= 6'} dependencies: @@ -35759,7 +32274,7 @@ packages: - utf-8-validate dev: true - /jest-runner/26.6.3: + /jest-runner@26.6.3: resolution: {integrity: sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -35767,7 +32282,7 @@ packages: '@jest/environment': 26.6.2 '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 emittery: 0.7.2 exit: 0.1.2 @@ -35791,7 +32306,7 @@ packages: - utf-8-validate dev: false - /jest-runner/29.5.0: + /jest-runner@29.5.0: resolution: {integrity: sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35800,7 +32315,7 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -35820,7 +32335,7 @@ packages: - supports-color dev: true - /jest-runtime/24.9.0: + /jest-runtime@24.9.0: resolution: {integrity: sha512-8oNqgnmF3v2J6PVRM2Jfuj8oX3syKmaynlDMMKQ4iyzbQzIG6th5ub/lM2bCMTmoTKM3ykcUYI2Pw9xwNtjMnw==} engines: {node: '>= 6'} hasBin: true @@ -35854,7 +32369,7 @@ packages: - utf-8-validate dev: true - /jest-runtime/26.6.3: + /jest-runtime@26.6.3: resolution: {integrity: sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==} engines: {node: '>= 10.14.2'} hasBin: true @@ -35894,7 +32409,7 @@ packages: - utf-8-validate dev: false - /jest-runtime/29.5.0: + /jest-runtime@29.5.0: resolution: {integrity: sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -35905,7 +32420,7 @@ packages: '@jest/test-result': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 @@ -35924,27 +32439,27 @@ packages: - supports-color dev: true - /jest-serializer/24.9.0: + /jest-serializer@24.9.0: resolution: {integrity: sha512-DxYipDr8OvfrKH3Kel6NdED3OXxjvxXZ1uIY2I9OFbGg+vUkkg7AGvi65qbhbWNPvDckXmzMPbK3u3HaDO49bQ==} engines: {node: '>= 6'} dev: true - /jest-serializer/26.6.2: + /jest-serializer@26.6.2: resolution: {integrity: sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==} engines: {node: '>= 10.14.2'} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 graceful-fs: 4.2.11 dev: false - /jest-serializer/27.5.1: + /jest-serializer@27.5.1: resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 graceful-fs: 4.2.11 - /jest-snapshot/24.9.0: + /jest-snapshot@24.9.0: resolution: {integrity: sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew==} engines: {node: '>= 6'} dependencies: @@ -35965,7 +32480,7 @@ packages: - supports-color dev: true - /jest-snapshot/26.6.2: + /jest-snapshot@26.6.2: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: @@ -35989,22 +32504,22 @@ packages: - supports-color dev: false - /jest-snapshot/29.5.0: + /jest-snapshot@29.5.0: resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.21.8 '@babel/generator': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4_@babel+core@7.21.8 - '@babel/plugin-syntax-typescript': 7.21.4_@babel+core@7.21.8 - '@babel/traverse': 7.21.5 + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 '@jest/expect-utils': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 '@types/babel__traverse': 7.18.5 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.8 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8) chalk: 4.1.2 expect: 29.5.0 graceful-fs: 4.2.11 @@ -36020,17 +32535,7 @@ packages: - supports-color dev: true - /jest-specific-snapshot/2.0.0: - resolution: {integrity: sha512-aXaNqBg/svwEpY5iQEzEHc5I85cUBKgfeVka9KmpznxLnatpjiqjr7QLb/BYNYlsrZjZzgRHTjQJ+Svx+dbdvg==} - peerDependencies: - jest: '*' - dependencies: - jest-snapshot: 24.9.0 - transitivePeerDependencies: - - supports-color - dev: true - - /jest-specific-snapshot/2.0.0_jest@29.5.0: + /jest-specific-snapshot@2.0.0(jest@29.5.0): resolution: {integrity: sha512-aXaNqBg/svwEpY5iQEzEHc5I85cUBKgfeVka9KmpznxLnatpjiqjr7QLb/BYNYlsrZjZzgRHTjQJ+Svx+dbdvg==} peerDependencies: jest: '*' @@ -36041,7 +32546,7 @@ packages: - supports-color dev: true - /jest-util/24.9.0: + /jest-util@24.9.0: resolution: {integrity: sha512-x+cZU8VRmOJxbA1K5oDBdxQmdq0OIdADarLxk0Mq+3XS4jgvhG/oKGWcIDCtPG0HgjxOYvF+ilPJQsAyXfbNOg==} engines: {node: '>= 6'} dependencies: @@ -36061,41 +32566,41 @@ packages: - supports-color dev: true - /jest-util/26.6.2: + /jest-util@26.6.2: resolution: {integrity: sha512-MDW0fKfsn0OI7MS7Euz6h8HNDXVQ0gaM9uW6RjfDmd1DAFcaxX9OqIakHIqhbnmF08Cf2DLDG+ulq8YQQ0Lp0Q==} engines: {node: '>= 10.14.2'} dependencies: '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 graceful-fs: 4.2.11 is-ci: 2.0.0 micromatch: 4.0.5 dev: false - /jest-util/27.5.1: + /jest-util@27.5.1: resolution: {integrity: sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 picomatch: 2.3.1 - /jest-util/29.5.0: + /jest-util@29.5.0: resolution: {integrity: sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 picomatch: 2.3.1 - /jest-validate/24.9.0: + /jest-validate@24.9.0: resolution: {integrity: sha512-HPIt6C5ACwiqSiwi+OfSSHbK8sG7akG8eATl+IPKaeIjtPOeBUd/g3J7DghugzxrGjI93qS/+RPKe1H6PqvhRQ==} engines: {node: '>= 6'} dependencies: @@ -36107,7 +32612,7 @@ packages: pretty-format: 24.9.0 dev: true - /jest-validate/26.6.2: + /jest-validate@26.6.2: resolution: {integrity: sha512-NEYZ9Aeyj0i5rQqbq+tpIOom0YS1u2MVu6+euBsvpgIme+FOfRmoC4R5p0JiAUpaFvFy24xgrpMknarR/93XjQ==} engines: {node: '>= 10.14.2'} dependencies: @@ -36118,7 +32623,7 @@ packages: leven: 3.1.0 pretty-format: 26.6.2 - /jest-validate/29.5.0: + /jest-validate@29.5.0: resolution: {integrity: sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -36130,7 +32635,7 @@ packages: pretty-format: 29.5.0 dev: true - /jest-watcher/24.9.0: + /jest-watcher@24.9.0: resolution: {integrity: sha512-+/fLOfKPXXYJDYlks62/4R4GoT+GU1tYZed99JSCOsmzkkF7727RqKrjNAxtfO4YpGv11wybgRvCjR73lK2GZw==} engines: {node: '>= 6'} dependencies: @@ -36145,26 +32650,26 @@ packages: - supports-color dev: true - /jest-watcher/26.6.2: + /jest-watcher@26.6.2: resolution: {integrity: sha512-WKJob0P/Em2csiVthsI68p6aGKTIcsfjH9Gsx1f0A3Italz43e3ho0geSAVsmj09RWOELP1AZ/DXyJgOgDKxXQ==} engines: {node: '>= 10.14.2'} dependencies: '@jest/test-result': 26.6.2 '@jest/types': 26.6.2 - '@types/node': 20.1.0 + '@types/node': 7.10.14 ansi-escapes: 4.3.2 chalk: 4.1.2 jest-util: 26.6.2 string-length: 4.0.2 dev: false - /jest-watcher/29.5.0: + /jest-watcher@29.5.0: resolution: {integrity: sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/test-result': 29.5.0 '@jest/types': 29.5.0 - '@types/node': 20.1.0 + '@types/node': 7.10.14 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -36172,14 +32677,14 @@ packages: string-length: 4.0.2 dev: true - /jest-worker/24.9.0: + /jest-worker@24.9.0: resolution: {integrity: sha512-51PE4haMSXcHohnSMdM42anbvZANYTqMrr52tVKPqqsPJMzoP6FYYDVqahX/HrAoKEKz3uUPzSvKs9A3qR4iVw==} engines: {node: '>= 6'} dependencies: merge-stream: 2.0.0 supports-color: 6.1.0 - /jest-worker/25.5.0: + /jest-worker@25.5.0: resolution: {integrity: sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==} engines: {node: '>= 8.3'} dependencies: @@ -36187,43 +32692,43 @@ packages: supports-color: 7.2.0 dev: true - /jest-worker/26.6.2: + /jest-worker@26.6.2: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 merge-stream: 2.0.0 supports-color: 7.2.0 - /jest-worker/27.5.1: + /jest-worker@27.5.1: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 merge-stream: 2.0.0 supports-color: 8.1.1 - /jest-worker/29.4.3: + /jest-worker@29.4.3: resolution: {integrity: sha512-GLHN/GTAAMEy5BFdvpUfzr9Dr80zQqBrh0fz1mtRMe05hqP45+HfQltu7oTBfduD0UeZs09d+maFtFYAXFWvAA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-util: 29.5.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest-worker/29.5.0: + /jest-worker@29.5.0: resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.1.0 + '@types/node': 7.10.14 jest-util: 29.5.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/24.9.0: + /jest@24.9.0: resolution: {integrity: sha512-YvkBL1Zm7d2B1+h5fHEOdyjCG+sGMz4f8D86/0HiqJ6MB4MnDc8FgP5vdWsGnemOQro7lnYo8UakZ3+5A0jxGw==} engines: {node: '>= 6'} hasBin: true @@ -36236,7 +32741,7 @@ packages: - utf-8-validate dev: true - /jest/26.6.3: + /jest@26.6.3: resolution: {integrity: sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==} engines: {node: '>= 10.14.2'} hasBin: true @@ -36252,7 +32757,7 @@ packages: - utf-8-validate dev: false - /jest/29.5.0: + /jest@29.5.0: resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -36272,11 +32777,11 @@ packages: - ts-node dev: true - /jju/1.4.0: + /jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: true - /joi/17.9.2: + /joi@17.9.2: resolution: {integrity: sha512-Itk/r+V4Dx0V3c7RLFdRh12IOjySm2/WGPMubBT92cQvRfYZhPM2W0hZlctjj72iES8jsRCwp7S/cRmWBnJ4nw==} dependencies: '@hapi/hoek': 9.3.0 @@ -36285,15 +32790,15 @@ packages: '@sideway/formula': 3.0.1 '@sideway/pinpoint': 2.0.0 - /jquery-mousewheel/3.1.13: + /jquery-mousewheel@3.1.13: resolution: {integrity: sha512-GXhSjfOPyDemM005YCEHvzrEALhKDIswtxSHSR2e4K/suHVJKJxxRCGz3skPjNxjJjQa9AVSGGlYjv1M3VLIPg==} dev: false - /jquery/3.6.4: + /jquery@3.6.4: resolution: {integrity: sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==} dev: false - /js-beautify/1.14.7: + /js-beautify@1.14.7: resolution: {integrity: sha512-5SOX1KXPFKx+5f6ZrPsIPEY7NwKeQz47n3jm2i+XeHx9MoRsfQenlOP13FQhWvg8JRS0+XLO6XYUQ2GX+q+T9A==} engines: {node: '>=10'} hasBin: true @@ -36304,32 +32809,32 @@ packages: nopt: 6.0.0 dev: false - /js-cookie/2.2.1: + /js-cookie@2.2.1: resolution: {integrity: sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==} dev: false - /js-levenshtein/1.1.6: + /js-levenshtein@1.1.6: resolution: {integrity: sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==} engines: {node: '>=0.10.0'} dev: true - /js-sdsl/4.4.0: + /js-sdsl@4.4.0: resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==} dev: true - /js-string-escape/1.0.1: + /js-string-escape@1.0.1: resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==} engines: {node: '>= 0.8'} dev: true - /js-tokens/3.0.2: + /js-tokens@3.0.2: resolution: {integrity: sha512-RjTcuD4xjtthQkaWH7dFlH85L+QaVtSoOyGdZ3g6HFhS9dFNDfLyqgm2NFe2X6cQpeFmt0452FJjFG5UameExg==} dev: true - /js-tokens/4.0.0: + /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - /js-yaml/3.13.1: + /js-yaml@3.13.1: resolution: {integrity: sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==} hasBin: true dependencies: @@ -36337,57 +32842,28 @@ packages: esprima: 4.0.1 dev: true - /js-yaml/3.14.1: + /js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true dependencies: argparse: 1.0.10 esprima: 4.0.1 - /js-yaml/4.1.0: + /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true dependencies: argparse: 2.0.1 dev: true - /jsbn/0.1.1: + /jsbn@0.1.1: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} dev: true - /jsc-android/250231.0.0: + /jsc-android@250231.0.0: resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} - /jscodeshift/0.13.1: - resolution: {integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==} - hasBin: true - peerDependencies: - '@babel/preset-env': ^7.1.6 - dependencies: - '@babel/core': 7.21.8 - '@babel/parser': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/preset-flow': 7.21.4_@babel+core@7.21.8 - '@babel/preset-typescript': 7.21.5_@babel+core@7.21.8 - '@babel/register': 7.21.0_@babel+core@7.21.8 - babel-core: 7.0.0-bridge.0_@babel+core@7.21.8 - chalk: 4.1.2 - flow-parser: 0.205.1 - graceful-fs: 4.2.11 - micromatch: 3.1.10 - neo-async: 2.6.2 - node-dir: 0.1.17 - recast: 0.20.5 - temp: 0.8.4 - write-file-atomic: 2.4.3 - transitivePeerDependencies: - - supports-color - dev: false - - /jscodeshift/0.13.1_@babel+preset-env@7.21.5: + /jscodeshift@0.13.1(@babel/preset-env@7.21.5): resolution: {integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==} hasBin: true peerDependencies: @@ -36395,19 +32871,19 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/parser': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@babel/preset-flow': 7.21.4_@babel+core@7.21.8 - '@babel/preset-typescript': 7.21.5_@babel+core@7.21.8 - '@babel/register': 7.21.0_@babel+core@7.21.8 - babel-core: 7.0.0-bridge.0_@babel+core@7.21.8 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) + '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) + '@babel/register': 7.21.0(@babel/core@7.21.8) + babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) chalk: 4.1.2 flow-parser: 0.205.1 graceful-fs: 4.2.11 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) neo-async: 2.6.2 node-dir: 0.1.17 recast: 0.20.5 @@ -36415,25 +32891,24 @@ packages: write-file-atomic: 2.4.3 transitivePeerDependencies: - supports-color - dev: true - /jscodeshift/0.6.4: + /jscodeshift@0.6.4: resolution: {integrity: sha512-+NF/tlNbc2WEhXUuc4WEJLsJumF84tnaMUZW2hyJw3jThKKRvsPX4sPJVgO1lPE28z0gNL+gwniLG9d8mYvQCQ==} hasBin: true dependencies: '@babel/core': 7.21.8 '@babel/parser': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@babel/preset-flow': 7.21.4_@babel+core@7.21.8 - '@babel/preset-typescript': 7.21.5_@babel+core@7.21.8 - '@babel/register': 7.21.0_@babel+core@7.21.8 - babel-core: 7.0.0-bridge.0_@babel+core@7.21.8 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) + '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) + '@babel/register': 7.21.0(@babel/core@7.21.8) + babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) colors: 1.4.0 flow-parser: 0.205.1 graceful-fs: 4.2.11 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) neo-async: 2.6.2 node-dir: 0.1.17 recast: 0.16.2 @@ -36443,23 +32918,23 @@ packages: - supports-color dev: true - /jscodeshift/0.7.1: + /jscodeshift@0.7.1: resolution: {integrity: sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA==} hasBin: true dependencies: '@babel/core': 7.21.8 '@babel/parser': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 - '@babel/preset-env': 7.21.5_@babel+core@7.21.8 - '@babel/preset-flow': 7.21.4_@babel+core@7.21.8 - '@babel/preset-typescript': 7.21.5_@babel+core@7.21.8 - '@babel/register': 7.21.0_@babel+core@7.21.8 - babel-core: 7.0.0-bridge.0_@babel+core@7.21.8 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) + '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) + '@babel/register': 7.21.0(@babel/core@7.21.8) + babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) colors: 1.4.0 flow-parser: 0.205.1 graceful-fs: 4.2.11 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) neo-async: 2.6.2 node-dir: 0.1.17 recast: 0.18.10 @@ -36469,12 +32944,12 @@ packages: - supports-color dev: true - /jsdoc-type-pratt-parser/3.1.0: + /jsdoc-type-pratt-parser@3.1.0: resolution: {integrity: sha512-MgtD0ZiCDk9B+eI73BextfRrVQl0oyzRG8B2BjORts6jbunj4ScKPcyXGTbB6eXL4y9TzxCm6hyeLq/2ASzNdw==} engines: {node: '>=12.0.0'} dev: true - /jsdom/11.12.0: + /jsdom@11.12.0: resolution: {integrity: sha512-y8Px43oyiBM13Zc1z780FrfNLJCXTL40EWlty/LXUtcjykRBNgLlCjWXpfSPBl2iv+N7koQN+dvqszHZgT/Fjw==} dependencies: abab: 2.0.6 @@ -36492,7 +32967,7 @@ packages: parse5: 4.0.0 pn: 1.1.0 request: 2.88.2 - request-promise-native: 1.0.9_request@2.88.2 + request-promise-native: 1.0.9(request@2.88.2) sax: 1.2.4 symbol-tree: 3.2.4 tough-cookie: 2.5.0 @@ -36508,7 +32983,7 @@ packages: - utf-8-validate dev: true - /jsdom/16.7.0: + /jsdom@16.7.0: resolution: {integrity: sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==} engines: {node: '>=10'} peerDependencies: @@ -36549,55 +33024,55 @@ packages: - supports-color - utf-8-validate - /jsesc/0.5.0: + /jsesc@0.5.0: resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} hasBin: true - /jsesc/1.3.0: + /jsesc@1.3.0: resolution: {integrity: sha512-Mke0DA0QjUWuJlhsE0ZPPhYiJkRap642SmI/4ztCFaUs6V2AiH1sfecc+57NgaryfAA2VR3v6O+CSjC1jZJKOA==} hasBin: true dev: true - /jsesc/2.5.2: + /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} hasBin: true - /json-bigint/1.0.0: + /json-bigint@1.0.0: resolution: {integrity: sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==} dependencies: bignumber.js: 9.1.1 dev: false - /json-buffer/3.0.0: + /json-buffer@3.0.0: resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==} dev: true - /json-parse-better-errors/1.0.2: + /json-parse-better-errors@1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} - /json-parse-even-better-errors/2.3.1: + /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - /json-schema-traverse/0.4.1: + /json-schema-traverse@0.4.1: resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - /json-schema-traverse/1.0.0: + /json-schema-traverse@1.0.0: resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} dev: true - /json-schema/0.4.0: + /json-schema@0.4.0: resolution: {integrity: sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==} dev: true - /json-stable-stringify-without-jsonify/1.0.1: + /json-stable-stringify-without-jsonify@1.0.1: resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} dev: true - /json-stringify-safe/5.0.1: + /json-stringify-safe@5.0.1: resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - /json2csv/5.0.7: + /json2csv@5.0.7: resolution: {integrity: sha512-YRZbUnyaJZLZUJSRi2G/MqahCyRv9n/ds+4oIetjDF3jWQA7AG7iSeKTiZiCNqtMZM7HDyt0e/W6lEnoGEmMGA==} engines: {node: '>= 10', npm: '>= 6.13.0'} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. @@ -36608,48 +33083,49 @@ packages: lodash.get: 4.4.2 dev: false - /json2module/0.0.3: + /json2module@0.0.3: resolution: {integrity: sha512-qYGxqrRrt4GbB8IEOy1jJGypkNsjWoIMlZt4bAsmUScCA507Hbc2p1JOhBzqn45u3PWafUgH2OnzyNU7udO/GA==} hasBin: true dependencies: rw: 1.3.3 + dev: false - /json2mq/0.2.0: + /json2mq@0.2.0: resolution: {integrity: sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==} dependencies: string-convert: 0.2.1 - /json3/3.3.3: + /json3@3.3.3: resolution: {integrity: sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==} dev: true - /json5/0.5.1: + /json5@0.5.1: resolution: {integrity: sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==} hasBin: true dev: true - /json5/1.0.2: + /json5@1.0.2: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true dependencies: minimist: 1.2.8 - /json5/2.2.3: + /json5@2.2.3: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true - /jsonfile/3.0.1: + /jsonfile@3.0.1: resolution: {integrity: sha512-oBko6ZHlubVB5mRFkur5vgYR1UyqX+S6Y/oCfLhqNdcc2fYFlDpIoNc7AfKS1KOGcnNAkvsr0grLck9ANM815w==} optionalDependencies: graceful-fs: 4.2.11 - /jsonfile/4.0.0: + /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: graceful-fs: 4.2.11 - /jsonfile/6.1.0: + /jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} dependencies: universalify: 2.0.0 @@ -36657,20 +33133,20 @@ packages: graceful-fs: 4.2.11 dev: true - /jsonify/0.0.1: + /jsonify@0.0.1: resolution: {integrity: sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==} dev: true - /jsonp-body/1.0.0: + /jsonp-body@1.0.0: resolution: {integrity: sha512-jv6gqQPPOP7mrOqGOQr1U++VzTsumU9JwW+igKcBHHe4qrgLzcvqUoDeByj61AZYIGAocd9FaYxVcvfHWCnJ7g==} engines: {node: '>= 0.10.0'} dev: false - /jsonparse/1.3.1: + /jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} engines: {'0': node >= 0.2.0} - /jsprim/1.4.2: + /jsprim@1.4.2: resolution: {integrity: sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==} engines: {node: '>=0.6.0'} dependencies: @@ -36680,7 +33156,7 @@ packages: verror: 1.10.0 dev: true - /jsx-ast-utils/2.4.1: + /jsx-ast-utils@2.4.1: resolution: {integrity: sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==} engines: {node: '>=4.0'} dependencies: @@ -36688,7 +33164,7 @@ packages: object.assign: 4.1.4 dev: true - /jsx-ast-utils/3.3.3: + /jsx-ast-utils@3.3.3: resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} engines: {node: '>=4.0'} dependencies: @@ -36696,97 +33172,97 @@ packages: object.assign: 4.1.4 dev: true - /kapsule/1.14.2: + /kapsule@1.14.2: resolution: {integrity: sha512-6ROjWt7DHJ6pBv8RqpcP5uhP7+IgoaF5XavzcRU0U1/5wT/dZgBDNPrdZMNXaWyWLZvAdJ/ONuVRW0Dr9NbLkA==} engines: {node: '>=12'} dependencies: lodash-es: 4.17.21 dev: false - /katex/0.12.0: + /katex@0.12.0: resolution: {integrity: sha512-y+8btoc/CK70XqcHqjxiGWBOeIL8upbS0peTPXTvgrh21n1RiWWcIpSWM+4uXq+IAgNh9YYQWdc7LVDPDAEEAg==} hasBin: true dependencies: commander: 2.20.3 - /kdbush/3.0.0: + /kdbush@3.0.0: resolution: {integrity: sha512-hRkd6/XW4HTsA9vjVpY9tuXJYLSlelnkTmVFu4M9/7MIYQtFcHpbugAU7UbOfjOiVSVYl2fqgBuJ32JUmRo5Ew==} dev: false - /kebab-case/1.0.2: + /kebab-case@1.0.2: resolution: {integrity: sha512-7n6wXq4gNgBELfDCpzKc+mRrZFs7D+wgfF5WRFLNAr4DA/qtr9Js8uOAVAfHhuLMfAcQ0pRKqbpjx+TcJVdE1Q==} - /keygrip/1.1.0: + /keygrip@1.1.0: resolution: {integrity: sha512-iYSchDJ+liQ8iwbSI2QqsQOvqv58eJCEanyJPJi+Khyu8smkcKSFUCbPwzFcL7YVtZ6eONjqRX/38caJ7QjRAQ==} engines: {node: '>= 0.6'} dependencies: tsscmp: 1.0.6 dev: false - /keyv/3.1.0: + /keyv@3.1.0: resolution: {integrity: sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==} dependencies: json-buffer: 3.0.0 dev: true - /killable/1.0.1: + /killable@1.0.1: resolution: {integrity: sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==} dev: true - /kind-of/1.1.0: + /kind-of@1.1.0: resolution: {integrity: sha512-aUH6ElPnMGon2/YkxRIigV32MOpTVcoXQ1Oo8aYn40s+sJ3j+0gFZsT8HKDcxNy7Fi9zuquWtGaGAahOdv5p/g==} engines: {node: '>=0.10.0'} dev: true - /kind-of/2.0.1: + /kind-of@2.0.1: resolution: {integrity: sha512-0u8i1NZ/mg0b+W3MGGw5I7+6Eib2nx72S/QvXa0hYjEkjTknYmEYQJwGu3mLC0BrhtJjtQafTkyRUQ75Kx0LVg==} engines: {node: '>=0.10.0'} dependencies: is-buffer: 1.1.6 dev: true - /kind-of/3.2.2: + /kind-of@3.2.2: resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} engines: {node: '>=0.10.0'} dependencies: is-buffer: 1.1.6 - /kind-of/4.0.0: + /kind-of@4.0.0: resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==} engines: {node: '>=0.10.0'} dependencies: is-buffer: 1.1.6 - /kind-of/5.1.0: + /kind-of@5.1.0: resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} engines: {node: '>=0.10.0'} - /kind-of/6.0.3: + /kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} - /kleur/3.0.3: + /kleur@3.0.3: resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} engines: {node: '>=6'} - /kleur/4.1.5: + /kleur@4.1.5: resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} engines: {node: '>=6'} - /klona/2.0.6: + /klona@2.0.6: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - /known-css-properties/0.21.0: + /known-css-properties@0.21.0: resolution: {integrity: sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==} dev: true - /ko-sleep/1.1.4: + /ko-sleep@1.1.4: resolution: {integrity: sha512-s05WGpvvzyTuRlRE8fM7ru2Z3O+InbJuBcckTWKg2W+2c1k6SnFa3IfiSSt0/peFrlYAXgNoxuJWWVNmWh+K/A==} dependencies: ms: 2.1.3 - /koa-bodyparser/4.4.0: + /koa-bodyparser@4.4.0: resolution: {integrity: sha512-AXPY7wwKZUmbgb8VkTEUFoRNOlx6aWRJwEnQD+zfNf33/7KSAkN4Oo9BqlIk80D+5TvuqlhpQT5dPVcyxl5Zsw==} engines: {node: '>=8.0.0'} dependencies: @@ -36794,17 +33270,17 @@ packages: copy-to: 2.0.1 dev: false - /koa-compose/3.2.1: + /koa-compose@3.2.1: resolution: {integrity: sha512-8gen2cvKHIZ35eDEik5WOo8zbVp9t4cP8p4hW4uE55waxolLRexKKrqfCpwhGVppnB40jWeF8bZeTVg99eZgPw==} dependencies: any-promise: 1.3.0 dev: false - /koa-compose/4.1.0: + /koa-compose@4.1.0: resolution: {integrity: sha512-8ODW8TrDuMYvXRwra/Kh7/rJo9BtOfPc6qO8eAfC80CnCvSjSl0bkRM24X6/XBBEyj0v1nRUQ1LyOy3dbqOWXw==} dev: false - /koa-convert/1.2.0: + /koa-convert@1.2.0: resolution: {integrity: sha512-K9XqjmEDStGX09v3oxR7t5uPRy0jqJdvodHa6wxWTHrTfDq0WUNnYTOOUZN6g8OM8oZQXprQASbiIXG2Ez8ehA==} engines: {node: '>= 4'} dependencies: @@ -36812,7 +33288,7 @@ packages: koa-compose: 3.2.1 dev: false - /koa-convert/2.0.0: + /koa-convert@2.0.0: resolution: {integrity: sha512-asOvN6bFlSnxewce2e/DK3p4tltyfC4VM7ZwuTuepI7dEQVcvpyFuBcEARu1+Hxg8DIwytce2n7jrZtRlPrARA==} engines: {node: '>= 10'} dependencies: @@ -36820,15 +33296,15 @@ packages: koa-compose: 4.1.0 dev: false - /koa-is-json/1.0.0: + /koa-is-json@1.0.0: resolution: {integrity: sha512-+97CtHAlWDx0ndt0J8y3P12EWLwTLMXIfMnYDev3wOTwH/RpBGMlfn4bDXlMEg1u73K6XRE9BbUp+5ZAYoRYWw==} dev: false - /koa-locales/1.12.0: + /koa-locales@1.12.0: resolution: {integrity: sha512-lalx0OuvdZ39JppTVqHnYKIgJJbByon9xpt5KSKFOL6/VQS+XBMklMX83+fgkCXzsNacynWaN75ihWP2EGsWIQ==} engines: {node: '>=4.0.0'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) humanize-ms: 1.2.1 ini: 1.3.8 object-assign: 4.1.1 @@ -36836,7 +33312,7 @@ packages: - supports-color dev: false - /koa-onerror/4.2.0: + /koa-onerror@4.2.0: resolution: {integrity: sha512-D15tp5rxevHqqcvOiEDbtQolG6z3NpBNupz3EUZz43pjYv5SGMom2Xz1FKM8oTya56+aq+hejPW/iBrNnC/UGQ==} engines: {node: '>= 8.0.0'} dependencies: @@ -36844,37 +33320,37 @@ packages: stream-wormhole: 1.1.0 dev: false - /koa-override/3.0.0: + /koa-override@3.0.0: resolution: {integrity: sha512-w2rWCfapbQUZ8TrRBarj6iwryCTooEcdw9lr1hYC1q4FnaCZcAOhpjB1VpqtbODALVMgY3JGlzLSeYRXc5Ky0Q==} engines: {node: '>= 8.0.0'} dependencies: methods: 1.1.2 dev: false - /koa-range/0.3.0: + /koa-range@0.3.0: resolution: {integrity: sha512-Ich3pCz6RhtbajYXRWjIl6O5wtrLs6kE3nkXc9XmaWe+MysJyZO7K4L3oce1Jpg/iMgCbj+5UCiMm/rqVtcDIg==} engines: {node: '>=7'} dependencies: stream-slice: 0.1.2 - /koa-session/6.4.0: + /koa-session@6.4.0: resolution: {integrity: sha512-h/dxmSOvNEXpHQPRs4TV03TZVFyZIjmYQiTAW5JBFTYBOZ0VdpZ8QEE6Dud75g8z9JNGXi3m++VqRmqToB+c2A==} engines: {node: '>=8.0.0'} dependencies: crc: 3.8.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) is-type-of: 1.4.0 uuid: 8.3.2 transitivePeerDependencies: - supports-color dev: false - /koa-static-cache/5.1.4: + /koa-static-cache@5.1.4: resolution: {integrity: sha512-abVWOHY6z6qSTvNtapWMAnvHS9SUiUCaQQQubClSAT9ybQPsZ6ioKcRarnownS4fMD0sXQgQ5ey8CYEuwoa1Yg==} engines: {node: '>= 7.6.0'} dependencies: compressible: 2.0.18 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) fs-readdir-recursive: 1.1.0 mime-types: 2.1.35 mz: 2.7.0 @@ -36882,7 +33358,7 @@ packages: - supports-color dev: false - /koa/2.14.2: + /koa@2.14.2: resolution: {integrity: sha512-VFI2bpJaodz6P7x2uyLiX6RLYpZmOJqNmoCst/Yyd7hQlszyPwG/I9CQJ63nOtKSxpt5M7NH67V6nJL2BwCl7g==} engines: {node: ^4.8.4 || ^6.10.1 || ^7.10.1 || >= 8.1.4} dependencies: @@ -36891,7 +33367,7 @@ packages: content-disposition: 0.5.4 content-type: 1.0.5 cookies: 0.8.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) delegates: 1.0.0 depd: 2.0.0 destroy: 1.2.0 @@ -36913,14 +33389,14 @@ packages: - supports-color dev: false - /konva/9.0.1: + /konva@9.0.1: resolution: {integrity: sha512-wzpkprJ8idE42TDF9Lu9RNjVVYNXrj0apvTK3pujdHQhX1iNV+MUquSxYN8HqjYSG95QQ51jhFzRLWhnhf44Mw==} - /l7-tiny-sdf/0.0.4: + /l7-tiny-sdf@0.0.4: resolution: {integrity: sha512-hMuA5jolQCyhK+QufHMy+qxZQlc9uD/S7jVWFDyVy5TKb3HxMOGc1RcqMwcvlgDXzmVqNWkxAN8LracSEwqYIw==} dev: false - /l7eval5/0.0.3: + /l7eval5@0.0.3: resolution: {integrity: sha512-xnn9x/T0zawTM1L9DASmRXVMb5fTCib83FtGZQcn5ToM1lAo4dutNOK2JAC+jd3mEMWa9MMq188dyoQcqG2WOg==} dependencies: '@babel/runtime': 7.21.5 @@ -36929,58 +33405,58 @@ packages: acorn: 7.4.1 dev: false - /l7hammerjs/0.0.7: + /l7hammerjs@0.0.7: resolution: {integrity: sha512-IFa3c0sOHBI09uK03GlKnk3Var5LXrCqL1JbnDpy63CQz8urZTk0dynGad+WU2iErVJcumHQokrR5Zt57tePZw==} engines: {node: '>=0.8.0'} dev: false - /l7regl/0.0.20: + /l7regl@0.0.20: resolution: {integrity: sha512-r2vDjsCKp1bbcjTVGtKovpOxn7kdcx6cup9nd47/dIZ4+ujZAXz2C/HPx4yrxzuNig81TeXpHHWslNpLolSg8A==} dependencies: falafel: 2.2.5 l7eval5: 0.0.3 dev: false - /language-subtag-registry/0.3.22: + /language-subtag-registry@0.3.22: resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} dev: true - /language-tags/1.0.5: + /language-tags@1.0.5: resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} dependencies: language-subtag-registry: 0.3.22 dev: true - /last-call-webpack-plugin/3.0.0: + /last-call-webpack-plugin@3.0.0: resolution: {integrity: sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==} dependencies: lodash: 4.17.21 webpack-sources: 1.4.3 dev: true - /latest-version/3.1.0: + /latest-version@3.1.0: resolution: {integrity: sha512-Be1YRHWWlZaSsrz2U+VInk+tO0EwLIyV+23RhWLINJYwg/UIikxjlj3MhH37/6/EDCAusjajvMkMMUXRaMWl/w==} engines: {node: '>=4'} dependencies: package-json: 4.0.1 - /latest-version/5.1.0: + /latest-version@5.1.0: resolution: {integrity: sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==} engines: {node: '>=8'} dependencies: package-json: 6.5.0 dev: true - /lazy-cache/0.2.7: + /lazy-cache@0.2.7: resolution: {integrity: sha512-gkX52wvU/R8DVMMt78ATVPFMJqfW8FPz1GZ1sVHBVQHmu/WvhIWE4cE1GBzhJNFicDeYhnwp6Rl35BcAIM3YOQ==} engines: {node: '>=0.10.0'} dev: true - /lazy-cache/1.0.4: + /lazy-cache@1.0.4: resolution: {integrity: sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==} engines: {node: '>=0.10.0'} - /lazy-universal-dotenv/3.0.1: + /lazy-universal-dotenv@3.0.1: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: @@ -36991,47 +33467,47 @@ packages: dotenv-expand: 5.1.0 dev: true - /lazystream/1.0.1: + /lazystream@1.0.1: resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} engines: {node: '>= 0.6.3'} dependencies: readable-stream: 2.3.8 dev: true - /lcid/1.0.0: + /lcid@1.0.0: resolution: {integrity: sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==} engines: {node: '>=0.10.0'} dependencies: invert-kv: 1.0.0 dev: true - /lcid/2.0.0: + /lcid@2.0.0: resolution: {integrity: sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==} engines: {node: '>=6'} dependencies: invert-kv: 2.0.0 dev: true - /lcid/3.1.1: + /lcid@3.1.1: resolution: {integrity: sha512-M6T051+5QCGLBQb8id3hdvIW8+zeFV2FyBGFS9IEK5H9Wt4MueD4bW1eWikpHgZp+5xR3l5c8pZUkQsIA0BFZg==} engines: {node: '>=8'} dependencies: invert-kv: 3.0.1 dev: true - /lead/1.0.0: + /lead@1.0.0: resolution: {integrity: sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==} engines: {node: '>= 0.10'} dependencies: flush-write-stream: 1.1.1 dev: true - /left-pad/1.3.0: + /left-pad@1.3.0: resolution: {integrity: sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==} deprecated: use String.prototype.padStart() dev: true - /less-loader/10.2.0_less@3.13.1+webpack@5.82.0: + /less-loader@10.2.0(less@3.13.1)(webpack@5.82.0): resolution: {integrity: sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -37040,10 +33516,10 @@ packages: dependencies: klona: 2.0.6 less: 3.13.1 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /less-loader/10.2.0_less@4.1.3+webpack@5.82.0: + /less-loader@10.2.0(less@4.1.3)(webpack@5.82.0): resolution: {integrity: sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -37052,10 +33528,10 @@ packages: dependencies: klona: 2.0.6 less: 4.1.3 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: false - /less-loader/11.1.0_less@4.1.3+webpack@5.82.0: + /less-loader@11.1.0(less@3.13.1)(webpack@5.82.0): resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -37063,11 +33539,11 @@ packages: webpack: ^5.0.0 dependencies: klona: 2.0.6 - less: 4.1.3 - webpack: 5.82.0_webpack-cli@4.10.0 + less: 3.13.1 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /less-loader/4.1.0_less@3.13.1+webpack@4.46.0: + /less-loader@4.1.0(less@3.13.1)(webpack@4.46.0): resolution: {integrity: sha512-KNTsgCE9tMOM70+ddxp9yyt9iHqgmSs0yTZc5XH5Wo+g80RWRIYNqE58QJKm/yMud5wZEvz50ugRDuzVIkyahg==} engines: {node: '>= 4.8 < 5.0.0 || >= 5.10'} peerDependencies: @@ -37078,10 +33554,10 @@ packages: less: 3.13.1 loader-utils: 1.4.2 pify: 3.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /less-plugin-npm-import/2.1.0: + /less-plugin-npm-import@2.1.0: resolution: {integrity: sha512-f7pVkEooRq2/jge/M/Y+spoPXj5rRIY30q1as+3kZsDG8Rs+loNJUCVQjzXB9Ao/9FeIJULiq2zrXymv+OMTbw==} engines: {node: '>=0.4.2'} dependencies: @@ -37089,7 +33565,7 @@ packages: resolve: 1.1.7 dev: true - /less/3.13.1: + /less@3.13.1: resolution: {integrity: sha512-SwA1aQXGUvp+P5XdZslUOhhLnClSLIjWvJhmd+Vgib5BFIr9lMNlQwmwUNOjXThF/A0x+MCYYPeWEfeWiLRnTw==} engines: {node: '>=6'} hasBin: true @@ -37106,7 +33582,7 @@ packages: source-map: 0.6.1 dev: true - /less/3.9.0: + /less@3.9.0: resolution: {integrity: sha512-31CmtPEZraNUtuUREYjSqRkeETFdyEHSEPAGq4erDlUXtda7pzNmctdljdIagSb589d/qXGWiiP31R5JVf+v0w==} engines: {node: '>=4'} hasBin: true @@ -37123,7 +33599,7 @@ packages: source-map: 0.6.1 dev: true - /less/4.1.3: + /less@4.1.3: resolution: {integrity: sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==} engines: {node: '>=6'} hasBin: true @@ -37141,26 +33617,27 @@ packages: source-map: 0.6.1 transitivePeerDependencies: - supports-color + dev: false - /leven/3.1.0: + /leven@3.1.0: resolution: {integrity: sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==} engines: {node: '>=6'} - /levenary/1.1.1: + /levenary@1.1.1: resolution: {integrity: sha512-mkAdOIt79FD6irqjYSs4rdbnlT5vRonMEvBVPVb3XmevfS8kgRXwfes0dhPdEtzTWD/1eNE/Bm/G1iRt6DcnQQ==} engines: {node: '>= 6'} dependencies: leven: 3.1.0 dev: true - /levn/0.3.0: + /levn@0.3.0: resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 type-check: 0.3.2 - /levn/0.4.1: + /levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} dependencies: @@ -37168,7 +33645,7 @@ packages: type-check: 0.4.0 dev: true - /libnpm/2.0.1: + /libnpm@2.0.1: resolution: {integrity: sha512-qTKoxyJvpBxHZQB6k0AhSLajyXq9ZE/lUsZzuHAplr2Bpv9G+k4YuYlExYdUCeVRRGqcJt8hvkPh4tBwKoV98w==} dependencies: bin-links: 1.1.8 @@ -37195,7 +33672,7 @@ packages: - supports-color dev: true - /libnpmaccess/3.0.2: + /libnpmaccess@3.0.2: resolution: {integrity: sha512-01512AK7MqByrI2mfC7h5j8N9V4I7MHJuk9buo8Gv+5QgThpOgpjB7sQBDDkeZqRteFb1QM/6YNdHfG7cDvfAQ==} dependencies: aproba: 2.0.0 @@ -37206,7 +33683,7 @@ packages: - supports-color dev: true - /libnpmconfig/1.2.1: + /libnpmconfig@1.2.1: resolution: {integrity: sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA==} deprecated: This module is not used anymore. npm config is parsed by npm itself and by @npmcli/config dependencies: @@ -37215,7 +33692,7 @@ packages: ini: 1.3.8 dev: true - /libnpmhook/5.0.3: + /libnpmhook@5.0.3: resolution: {integrity: sha512-UdNLMuefVZra/wbnBXECZPefHMGsVDTq5zaM/LgKNE9Keyl5YXQTnGAzEo+nFOpdRqTWI9LYi4ApqF9uVCCtuA==} dependencies: aproba: 2.0.0 @@ -37226,7 +33703,7 @@ packages: - supports-color dev: true - /libnpmorg/1.0.1: + /libnpmorg@1.0.1: resolution: {integrity: sha512-0sRUXLh+PLBgZmARvthhYXQAWn0fOsa6T5l3JSe2n9vKG/lCVK4nuG7pDsa7uMq+uTt2epdPK+a2g6btcY11Ww==} dependencies: aproba: 2.0.0 @@ -37237,7 +33714,7 @@ packages: - supports-color dev: true - /libnpmpublish/1.1.3: + /libnpmpublish@1.1.3: resolution: {integrity: sha512-/3LsYqVc52cHXBmu26+J8Ed7sLs/hgGVFMH1mwYpL7Qaynb9RenpKqIKu0sJ130FB9PMkpMlWjlbtU8A4m7CQw==} dependencies: aproba: 2.0.0 @@ -37253,7 +33730,7 @@ packages: - supports-color dev: true - /libnpmsearch/2.0.2: + /libnpmsearch@2.0.2: resolution: {integrity: sha512-VTBbV55Q6fRzTdzziYCr64+f8AopQ1YZ+BdPOv16UegIEaE8C0Kch01wo4s3kRTFV64P121WZJwgmBwrq68zYg==} dependencies: figgy-pudding: 3.5.2 @@ -37263,7 +33740,7 @@ packages: - supports-color dev: true - /libnpmteam/1.0.2: + /libnpmteam@1.0.2: resolution: {integrity: sha512-p420vM28Us04NAcg1rzgGW63LMM6rwe+6rtZpfDxCcXxM0zUTLl7nPFEnRF3JfFBF5skF/yuZDUthTsHgde8QA==} dependencies: aproba: 2.0.0 @@ -37274,13 +33751,13 @@ packages: - supports-color dev: true - /lie/3.1.1: + /lie@3.1.1: resolution: {integrity: sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==} dependencies: immediate: 3.0.6 dev: false - /lightningcss-darwin-arm64/1.19.0: + /lightningcss-darwin-arm64@1.19.0: resolution: {integrity: sha512-wIJmFtYX0rXHsXHSr4+sC5clwblEMji7HHQ4Ub1/CznVRxtCFha6JIt5JZaNf8vQrfdZnBxLLC6R8pC818jXqg==} engines: {node: '>= 12.0.0'} cpu: [arm64] @@ -37289,7 +33766,7 @@ packages: dev: true optional: true - /lightningcss-darwin-x64/1.19.0: + /lightningcss-darwin-x64@1.19.0: resolution: {integrity: sha512-Lif1wD6P4poaw9c/4Uh2z+gmrWhw/HtXFoeZ3bEsv6Ia4tt8rOJBdkfVaUJ6VXmpKHALve+iTyP2+50xY1wKPw==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -37298,7 +33775,7 @@ packages: dev: true optional: true - /lightningcss-linux-arm-gnueabihf/1.19.0: + /lightningcss-linux-arm-gnueabihf@1.19.0: resolution: {integrity: sha512-P15VXY5682mTXaiDtbnLYQflc8BYb774j2R84FgDLJTN6Qp0ZjWEFyN1SPqyfTj2B2TFjRHRUvQSSZ7qN4Weig==} engines: {node: '>= 12.0.0'} cpu: [arm] @@ -37307,7 +33784,7 @@ packages: dev: true optional: true - /lightningcss-linux-arm64-gnu/1.19.0: + /lightningcss-linux-arm64-gnu@1.19.0: resolution: {integrity: sha512-zwXRjWqpev8wqO0sv0M1aM1PpjHz6RVIsBcxKszIG83Befuh4yNysjgHVplF9RTU7eozGe3Ts7r6we1+Qkqsww==} engines: {node: '>= 12.0.0'} cpu: [arm64] @@ -37317,7 +33794,7 @@ packages: dev: true optional: true - /lightningcss-linux-arm64-musl/1.19.0: + /lightningcss-linux-arm64-musl@1.19.0: resolution: {integrity: sha512-vSCKO7SDnZaFN9zEloKSZM5/kC5gbzUjoJQ43BvUpyTFUX7ACs/mDfl2Eq6fdz2+uWhUh7vf92c4EaaP4udEtA==} engines: {node: '>= 12.0.0'} cpu: [arm64] @@ -37327,7 +33804,7 @@ packages: dev: true optional: true - /lightningcss-linux-x64-gnu/1.19.0: + /lightningcss-linux-x64-gnu@1.19.0: resolution: {integrity: sha512-0AFQKvVzXf9byrXUq9z0anMGLdZJS+XSDqidyijI5njIwj6MdbvX2UZK/c4FfNmeRa2N/8ngTffoIuOUit5eIQ==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -37337,7 +33814,7 @@ packages: dev: true optional: true - /lightningcss-linux-x64-musl/1.19.0: + /lightningcss-linux-x64-musl@1.19.0: resolution: {integrity: sha512-SJoM8CLPt6ECCgSuWe+g0qo8dqQYVcPiW2s19dxkmSI5+Uu1GIRzyKA0b7QqmEXolA+oSJhQqCmJpzjY4CuZAg==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -37347,7 +33824,7 @@ packages: dev: true optional: true - /lightningcss-win32-x64-msvc/1.19.0: + /lightningcss-win32-x64-msvc@1.19.0: resolution: {integrity: sha512-C+VuUTeSUOAaBZZOPT7Etn/agx/MatzJzGRkeV+zEABmPuntv1zihncsi+AyGmjkkzq3wVedEy7h0/4S84mUtg==} engines: {node: '>= 12.0.0'} cpu: [x64] @@ -37356,7 +33833,7 @@ packages: dev: true optional: true - /lightningcss/1.19.0: + /lightningcss@1.19.0: resolution: {integrity: sha512-yV5UR7og+Og7lQC+70DA7a8ta1uiOPnWPJfxa0wnxylev5qfo4P+4iMpzWAdYWOca4jdNQZii+bDL/l+4hUXIA==} engines: {node: '>= 12.0.0'} dependencies: @@ -37372,14 +33849,14 @@ packages: lightningcss-win32-x64-msvc: 1.19.0 dev: true - /lineclip/1.1.5: + /lineclip@1.1.5: resolution: {integrity: sha512-KlA/wRSjpKl7tS9iRUdlG72oQ7qZ1IlVbVgHwoO10TBR/4gQ86uhKow6nlzMAJJhjCWKto8OeoAzzIzKSmN25A==} dev: false - /lines-and-columns/1.2.4: + /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - /load-cfg/0.13.3: + /load-cfg@0.13.3: resolution: {integrity: sha512-BBgG2bY21XgF7SaDcn6Anb0I0fsahqMid6nfGt0jhnR+hNwfyTdmufi8RIElEEnvEyuqM/JSYhmwT+2rR/v+Tg==} dependencies: deepmerge: 3.3.0 @@ -37388,11 +33865,11 @@ packages: fs-extra: 7.0.1 dev: true - /load-cfg/1.2.0_@babel+core@7.4.4: + /load-cfg@1.2.0(@babel/core@7.4.4): resolution: {integrity: sha512-6YgJ6G/R+hT3y3OPs55VdQ7FeMYEGuq6KHJ8ZId7NVyTvkI7yUDH7Gclxz9Ggkz5DJirjbvapMORMfk9NAiyMQ==} dependencies: - '@babel/preset-env': 7.21.5_@babel+core@7.4.4 - '@babel/register': 7.21.0_@babel+core@7.4.4 + '@babel/preset-env': 7.21.5(@babel/core@7.4.4) + '@babel/register': 7.21.0(@babel/core@7.4.4) find-up: 3.0.0 fs-extra: 7.0.1 lodash: 4.17.21 @@ -37401,7 +33878,7 @@ packages: - supports-color dev: true - /load-json-file/1.1.0: + /load-json-file@1.1.0: resolution: {integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==} engines: {node: '>=0.10.0'} dependencies: @@ -37412,7 +33889,7 @@ packages: strip-bom: 2.0.0 dev: true - /load-json-file/4.0.0: + /load-json-file@4.0.0: resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} engines: {node: '>=4'} dependencies: @@ -37422,7 +33899,7 @@ packages: strip-bom: 3.0.0 dev: true - /load-json-file/6.2.0: + /load-json-file@6.2.0: resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} engines: {node: '>=8'} dependencies: @@ -37432,11 +33909,11 @@ packages: type-fest: 0.6.0 dev: true - /load-styles/2.0.0: + /load-styles@2.0.0: resolution: {integrity: sha512-bKtTRlB+V8jij88ZoX73whwAbme5VQfmNPiK9KWDSyYevZgy3uwivIPBeM9w5+nyhA2BFFyWMSqPNola9MSn+A==} dev: false - /load-yaml-file/0.2.0: + /load-yaml-file@0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} dependencies: @@ -37446,21 +33923,21 @@ packages: strip-bom: 3.0.0 dev: true - /loader-runner/2.4.0: + /loader-runner@2.4.0: resolution: {integrity: sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dev: true - /loader-runner/4.2.0: + /loader-runner@4.2.0: resolution: {integrity: sha512-92+huvxMvYlMzMt0iIOukcwYBFpkYJdpl2xsZ7LrlayO7E8SOv+JJUEK17B/dJIHAOLMfh2dZZ/Y18WgmGtYNw==} engines: {node: '>=6.11.5'} dev: true - /loader-runner/4.3.0: + /loader-runner@4.3.0: resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} engines: {node: '>=6.11.5'} - /loader-utils/1.1.0: + /loader-utils@1.1.0: resolution: {integrity: sha512-gkD9aSEG9UGglyPcDJqY9YBTUtCLKaBK6ihD2VP1d1X60lTfFspNZNulGBBbUZLkPygy4LySYHyxBpq+VhjObQ==} engines: {node: '>=4.0.0'} dependencies: @@ -37469,7 +33946,7 @@ packages: json5: 0.5.1 dev: true - /loader-utils/1.2.3: + /loader-utils@1.2.3: resolution: {integrity: sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==} engines: {node: '>=4.0.0'} dependencies: @@ -37478,7 +33955,7 @@ packages: json5: 1.0.2 dev: true - /loader-utils/1.4.2: + /loader-utils@1.4.2: resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==} engines: {node: '>=4.0.0'} dependencies: @@ -37486,7 +33963,7 @@ packages: emojis-list: 3.0.0 json5: 1.0.2 - /loader-utils/2.0.0: + /loader-utils@2.0.0: resolution: {integrity: sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==} engines: {node: '>=8.9.0'} dependencies: @@ -37495,7 +33972,7 @@ packages: json5: 2.2.3 dev: true - /loader-utils/2.0.4: + /loader-utils@2.0.4: resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} engines: {node: '>=8.9.0'} dependencies: @@ -37503,13 +33980,13 @@ packages: emojis-list: 3.0.0 json5: 2.2.3 - /localforage/1.10.0: + /localforage@1.10.0: resolution: {integrity: sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==} dependencies: lie: 3.1.1 dev: false - /locate-path/2.0.0: + /locate-path@2.0.0: resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} engines: {node: '>=4'} dependencies: @@ -37517,26 +33994,26 @@ packages: path-exists: 3.0.0 dev: true - /locate-path/3.0.0: + /locate-path@3.0.0: resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} engines: {node: '>=6'} dependencies: p-locate: 3.0.0 path-exists: 3.0.0 - /locate-path/5.0.0: + /locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} engines: {node: '>=8'} dependencies: p-locate: 4.1.0 - /locate-path/6.0.0: + /locate-path@6.0.0: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} dependencies: p-locate: 5.0.0 - /lock-verify/2.2.2: + /lock-verify@2.2.2: resolution: {integrity: sha512-2CUNtr1ZSVKJHcYP8uEzafmmuyauCB5zZimj8TvQd/Lflt9kXVZs+8S+EbAzZLaVUDn8CYGmeC3DFGdYfnCzeQ==} hasBin: true dependencies: @@ -37545,139 +34022,139 @@ packages: semver: 5.7.1 dev: true - /lodash-es/4.17.21: + /lodash-es@4.17.21: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - /lodash.camelcase/4.3.0: + /lodash.camelcase@4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} - /lodash.clone/4.5.0: + /lodash.clone@4.5.0: resolution: {integrity: sha512-GhrVeweiTD6uTmmn5hV/lzgCQhccwReIVRLHp7LT4SopOjqEZ5BbX8b5WWEtAKasjmy8hR7ZPwsYlxRCku5odg==} dev: true - /lodash.clonedeep/4.5.0: + /lodash.clonedeep@4.5.0: resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==} - /lodash.curry/4.1.1: + /lodash.curry@4.1.1: resolution: {integrity: sha512-/u14pXGviLaweY5JI0IUzgzF2J6Ne8INyzAZjImcryjgkZ+ebruBxy2/JaOOkTqScddcYtakjhSaeemV8lR0tA==} dev: false - /lodash.debounce/4.0.8: + /lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - /lodash.deburr/4.1.0: + /lodash.deburr@4.1.0: resolution: {integrity: sha512-m/M1U1f3ddMCs6Hq2tAsYThTBDaAKFDX3dwDo97GEYzamXi9SqUpjWi/Rrj/gf3X2n8ktwgZrlP1z6E3v/IExQ==} dev: true - /lodash.defaults/4.2.0: + /lodash.defaults@4.2.0: resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} dev: true - /lodash.escape/4.0.1: + /lodash.escape@4.0.1: resolution: {integrity: sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==} dev: true - /lodash.escaperegexp/4.1.2: + /lodash.escaperegexp@4.1.2: resolution: {integrity: sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==} dev: false - /lodash.flatten/4.4.0: + /lodash.flatten@4.4.0: resolution: {integrity: sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==} dev: true - /lodash.flattendeep/4.4.0: + /lodash.flattendeep@4.4.0: resolution: {integrity: sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==} dev: true - /lodash.flow/3.5.0: + /lodash.flow@3.5.0: resolution: {integrity: sha512-ff3BX/tSioo+XojX4MOsOMhJw0nZoUEF011LX8g8d3gvjVbxd89cCio4BCXronjxcTUIJUoqKEUA+n4CqvvRPw==} dev: false - /lodash.get/4.4.2: + /lodash.get@4.4.2: resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - /lodash.isboolean/3.0.3: + /lodash.isboolean@3.0.3: resolution: {integrity: sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==} dev: false - /lodash.isequal/4.5.0: + /lodash.isequal@4.5.0: resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} - /lodash.isfunction/3.0.9: + /lodash.isfunction@3.0.9: resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} dev: false - /lodash.isnil/4.0.0: + /lodash.isnil@4.0.0: resolution: {integrity: sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==} dev: false - /lodash.iteratee/4.7.0: + /lodash.iteratee@4.7.0: resolution: {integrity: sha512-yv3cSQZmfpbIKo4Yo45B1taEvxjNvcpF1CEOc0Y6dEyvhPIfEJE3twDwPgWTPQubcSgXyBwBKG6wpQvWMDOf6Q==} dev: true - /lodash.memoize/4.1.2: + /lodash.memoize@4.1.2: resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} dev: true - /lodash.merge/4.6.2: + /lodash.merge@4.6.2: resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} - /lodash.partialright/4.2.1: + /lodash.partialright@4.2.1: resolution: {integrity: sha512-yebmPMQZH7i4El6SdJTW9rn8irWl8VTcsmiWqm/I4sY8/ZjbSo0Z512HL6soeAu3mh5rhx5uIIo6kYJOQXbCxw==} dev: true - /lodash.pick/4.4.0: + /lodash.pick@4.4.0: resolution: {integrity: sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==} dev: true - /lodash.sortby/4.7.0: + /lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} dev: true - /lodash.startcase/4.4.0: + /lodash.startcase@4.4.0: resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} dev: true - /lodash.throttle/4.1.1: + /lodash.throttle@4.1.1: resolution: {integrity: sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==} - /lodash.tonumber/4.0.3: + /lodash.tonumber@4.0.3: resolution: {integrity: sha512-SY0SwuPOHRwKcCNTdsntPYb+Zddz5mDUIVFABzRMqmAiL41pMeyoQFGxYAw5zdc9NnH4pbJqiqqp5ckfxa+zSA==} dev: false - /lodash.truncate/4.4.2: + /lodash.truncate@4.4.2: resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} dev: true - /lodash.uniq/4.5.0: + /lodash.uniq@4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} dev: true - /lodash.upperfirst/4.3.1: + /lodash.upperfirst@4.3.1: resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} dev: false - /lodash.zip/4.2.0: + /lodash.zip@4.2.0: resolution: {integrity: sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg==} dev: true - /lodash/4.17.21: + /lodash@4.17.21: resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - /log-symbols/2.2.0: + /log-symbols@2.2.0: resolution: {integrity: sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==} engines: {node: '>=4'} dependencies: chalk: 2.4.2 - /log-symbols/4.1.0: + /log-symbols@4.1.0: resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} engines: {node: '>=10'} dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 - /log-update/2.3.0: + /log-update@2.3.0: resolution: {integrity: sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==} engines: {node: '>=4'} dependencies: @@ -37686,7 +34163,7 @@ packages: wrap-ansi: 3.0.1 dev: true - /logkitty/0.7.1: + /logkitty@0.7.1: resolution: {integrity: sha512-/3ER20CTTbahrCrpYfPn7Xavv9diBROZpoXGVZDWMw4b/X4uuUwAC0ki85tgsdMRONURyIJbcOvS94QsUBYPbQ==} hasBin: true dependencies: @@ -37694,12 +34171,12 @@ packages: dayjs: 1.11.7 yargs: 15.4.1 - /loglevel/1.8.1: + /loglevel@1.8.1: resolution: {integrity: sha512-tCRIJM51SHjAayKwC+QAg8hT8vg6z7GSgLJKGvzuPb1Wc+hLzqtuVLxp6/HzSPOozuK+8ErAhy7U/sVzw8Dgfg==} engines: {node: '>= 0.6.0'} dev: true - /loglevelnext/1.0.5: + /loglevelnext@1.0.5: resolution: {integrity: sha512-V/73qkPuJmx4BcBF19xPBr+0ZRVBhc4POxvZTZdMeXpJ4NItXSJ/MSwuFT0kQJlCbXvdlZoQQ/418bS1y9Jh6A==} engines: {node: '>= 6'} dependencies: @@ -37707,32 +34184,32 @@ packages: object.assign: 4.1.4 dev: true - /long/4.0.0: + /long@4.0.0: resolution: {integrity: sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==} dev: false - /long/5.2.3: + /long@5.2.3: resolution: {integrity: sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==} dev: false - /longest-streak/2.0.4: + /longest-streak@2.0.4: resolution: {integrity: sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==} - /longest-streak/3.1.0: + /longest-streak@3.1.0: resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} dev: false - /longest/1.0.1: + /longest@1.0.1: resolution: {integrity: sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg==} engines: {node: '>=0.10.0'} - /loose-envify/1.4.0: + /loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true dependencies: js-tokens: 4.0.0 - /loud-rejection/1.6.0: + /loud-rejection@1.6.0: resolution: {integrity: sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==} engines: {node: '>=0.10.0'} dependencies: @@ -37740,86 +34217,86 @@ packages: signal-exit: 3.0.7 dev: true - /lower-case-first/1.0.2: + /lower-case-first@1.0.2: resolution: {integrity: sha512-UuxaYakO7XeONbKrZf5FEgkantPf5DUqDayzP5VXZrtRPdH86s4kN47I8B3TW10S4QKiE3ziHNf3kRN//okHjA==} dependencies: lower-case: 1.1.4 - /lower-case/1.1.4: + /lower-case@1.1.4: resolution: {integrity: sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==} - /lower-case/2.0.2: + /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: tslib: 2.5.0 - /lowercase-keys/1.0.1: + /lowercase-keys@1.0.1: resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} engines: {node: '>=0.10.0'} - /lowercase-keys/2.0.0: + /lowercase-keys@2.0.0: resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} engines: {node: '>=8'} dev: true - /lowlight/1.11.0: + /lowlight@1.11.0: resolution: {integrity: sha512-xrGGN6XLL7MbTMdPD6NfWPwY43SNkjf/d0mecSx/CW36fUZTjRHEq0/Cdug3TWKtRXLWi7iMl1eP0olYxj/a4A==} dependencies: fault: 1.0.4 highlight.js: 9.13.1 dev: true - /lru-cache/4.1.5: + /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: pseudomap: 1.0.2 yallist: 2.1.2 - /lru-cache/5.1.1: + /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 - /lru-cache/6.0.0: + /lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} dependencies: yallist: 4.0.0 - /lz-string/1.5.0: + /lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true - /magic-string/0.25.9: + /magic-string@0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} dependencies: sourcemap-codec: 1.4.8 dev: true - /make-dir/1.3.0: + /make-dir@1.3.0: resolution: {integrity: sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==} engines: {node: '>=4'} dependencies: pify: 3.0.0 - /make-dir/2.1.0: + /make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} engines: {node: '>=6'} dependencies: pify: 4.0.1 semver: 5.7.1 - /make-dir/3.1.0: + /make-dir@3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} dependencies: semver: 6.3.0 - /make-error/1.3.6: + /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} dev: true - /make-fetch-happen/2.6.0: + /make-fetch-happen@2.6.0: resolution: {integrity: sha512-FFq0lNI0ax+n9IWzWpH8A4JdgYiAp2DDYIZ3rsaav8JDe8I+72CzK6PQW/oom15YDZpV5bYW/9INd6nIJ2ZfZw==} dependencies: agentkeepalive: 3.5.2 @@ -37836,7 +34313,7 @@ packages: transitivePeerDependencies: - supports-color - /make-fetch-happen/4.0.2: + /make-fetch-happen@4.0.2: resolution: {integrity: sha512-YMJrAjHSb/BordlsDEcVcPyTbiJKkzqMf48N8dAJZT9Zjctrkb6Yg4TY9Sq2AwSIQJFn5qBBKVTYt3vP5FMIHA==} dependencies: agentkeepalive: 3.5.2 @@ -37854,7 +34331,7 @@ packages: - supports-color dev: true - /make-fetch-happen/5.0.2: + /make-fetch-happen@5.0.2: resolution: {integrity: sha512-07JHC0r1ykIoruKO8ifMXu+xEU8qOXDFETylktdug6vJDACnP+HKevOu3PXyNPzFyTSlz8vrBYlBO1JZRe8Cag==} dependencies: agentkeepalive: 3.5.2 @@ -37872,69 +34349,69 @@ packages: - supports-color dev: true - /makeerror/1.0.12: + /makeerror@1.0.12: resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} dependencies: tmpl: 1.0.5 - /mana-common/0.3.2: + /mana-common@0.3.2: resolution: {integrity: sha512-1oylLR9CcyshQcTiBdM96HxIoaA413eudpo1INiOCwyZE554TDJNUD0zrIjmeBvw8CBAjukzaAHn2gn0hZphIg==} dev: false - /mana-syringe/0.2.2: + /mana-syringe@0.2.2: resolution: {integrity: sha512-Sv5r0/PrQRq4pW+9lDicGsEPzPLkd1PwjTs5zHUV1I293S3alkBNyuSjktVeBploofH8MAMLd4DS2crwct48wg==} dependencies: inversify: 5.1.1 dev: false - /map-age-cleaner/0.1.3: + /map-age-cleaner@0.1.3: resolution: {integrity: sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==} engines: {node: '>=6'} dependencies: p-defer: 1.0.0 dev: true - /map-cache/0.2.2: + /map-cache@0.2.2: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} engines: {node: '>=0.10.0'} - /map-obj/1.0.1: + /map-obj@1.0.1: resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} engines: {node: '>=0.10.0'} dev: true - /map-obj/2.0.0: + /map-obj@2.0.0: resolution: {integrity: sha512-TzQSV2DiMYgoF5RycneKVUzIa9bQsj/B3tTgsE3dOGqlzHnGIDaC7XBE7grnA+8kZPnfqSGFe95VHc2oc0VFUQ==} engines: {node: '>=4'} dev: true - /map-obj/4.3.0: + /map-obj@4.3.0: resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} engines: {node: '>=8'} dev: true - /map-or-similar/1.5.0: + /map-or-similar@1.5.0: resolution: {integrity: sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==} dev: true - /map-stream/0.1.0: + /map-stream@0.1.0: resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==} dev: false - /map-visit/1.0.0: + /map-visit@1.0.0: resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==} engines: {node: '>=0.10.0'} dependencies: object-visit: 1.0.1 - /mapbox-gl/1.13.3: + /mapbox-gl@1.13.3: resolution: {integrity: sha512-p8lJFEiqmEQlyv+DQxFAOG/XPWN0Wp7j/Psq93Zywz7qt9CcUKFYDBOoOEKzqe6gudHVJY8/Bhqw6VDpX2lSBg==} engines: {node: '>=6.4.0'} dependencies: '@mapbox/geojson-rewind': 0.5.2 '@mapbox/geojson-types': 1.0.2 '@mapbox/jsonlint-lines-primitives': 2.0.2 - '@mapbox/mapbox-gl-supported': 1.5.0_mapbox-gl@1.13.3 + '@mapbox/mapbox-gl-supported': 1.5.0(mapbox-gl@1.13.3) '@mapbox/point-geometry': 0.1.0 '@mapbox/tiny-sdf': 1.2.5 '@mapbox/unitbezier': 0.0.0 @@ -37955,20 +34432,20 @@ packages: vt-pbf: 3.1.3 dev: false - /markdown-escapes/1.0.4: + /markdown-escapes@1.0.4: resolution: {integrity: sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==} dev: true - /markdown-table/2.0.0: + /markdown-table@2.0.0: resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==} dependencies: repeat-string: 1.6.1 - /markdown-table/3.0.3: + /markdown-table@3.0.3: resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==} dev: false - /markdown-to-jsx/6.11.4_react@16.14.0: + /markdown-to-jsx@6.11.4(react@16.14.0): resolution: {integrity: sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==} engines: {node: '>= 4'} peerDependencies: @@ -37979,7 +34456,7 @@ packages: unquote: 1.1.1 dev: true - /markdown-to-jsx/6.11.4_react@17.0.2: + /markdown-to-jsx@6.11.4(react@17.0.2): resolution: {integrity: sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==} engines: {node: '>= 4'} peerDependencies: @@ -37990,7 +34467,7 @@ packages: unquote: 1.1.1 dev: true - /match-sorter/3.1.1: + /match-sorter@3.1.1: resolution: {integrity: sha512-Qlox3wRM/Q4Ww9rv1cBmYKNJwWVX/WC+eA3+1S3Fv4EOhrqyp812ZEfVFKQk0AP6RfzmPUUOwEZBbJ8IRt8SOw==} dependencies: remove-accents: 0.4.2 @@ -37998,17 +34475,17 @@ packages: bundledDependencies: - remove-accents - /matcher/1.1.1: + /matcher@1.1.1: resolution: {integrity: sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==} engines: {node: '>=4'} dependencies: escape-string-regexp: 1.0.5 dev: false - /material-colors/1.2.6: + /material-colors@1.2.6: resolution: {integrity: sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==} - /mathjax-full/3.2.2: + /mathjax-full@3.2.2: resolution: {integrity: sha512-+LfG9Fik+OuI8SLwsiR02IVdjcnRCy5MufYLi0C3TdMT56L/pjB0alMVGgoWJF8pN9Rc7FESycZB9BMNWIid5w==} dependencies: esm: 3.2.25 @@ -38016,47 +34493,47 @@ packages: mj-context-menu: 0.6.1 speech-rule-engine: 4.0.7 - /mathml-tag-names/2.1.3: + /mathml-tag-names@2.1.3: resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} dev: true - /md5.js/1.3.5: + /md5.js@1.3.5: resolution: {integrity: sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==} dependencies: hash-base: 3.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 - /mdast-add-list-metadata/1.0.1: + /mdast-add-list-metadata@1.0.1: resolution: {integrity: sha512-fB/VP4MJ0LaRsog7hGPxgOrSL3gE/2uEdZyDuSEnKCv/8IkYHiDkIQSbChiJoHyxZZXZ9bzckyRk+vNxFzh8rA==} dependencies: unist-util-visit-parents: 1.1.2 dev: true - /mdast-squeeze-paragraphs/3.0.5: + /mdast-squeeze-paragraphs@3.0.5: resolution: {integrity: sha512-xX6Vbe348Y/rukQlG4W3xH+7v4ZlzUbSY4HUIQCuYrF2DrkcHx584mCaFxkWoDZKNUfyLZItHC9VAqX3kIP7XA==} dependencies: unist-util-remove: 1.0.3 dev: true - /mdast-squeeze-paragraphs/4.0.0: + /mdast-squeeze-paragraphs@4.0.0: resolution: {integrity: sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==} dependencies: unist-util-remove: 2.1.0 dev: true - /mdast-util-definitions/1.2.5: + /mdast-util-definitions@1.2.5: resolution: {integrity: sha512-CJXEdoLfiISCDc2JB6QLb79pYfI6+GcIH+W2ox9nMc7od0Pz+bovcHsiq29xAQY6ayqe/9CsK2VzkSJdg1pFYA==} dependencies: unist-util-visit: 1.4.1 dev: true - /mdast-util-definitions/4.0.0: + /mdast-util-definitions@4.0.0: resolution: {integrity: sha512-k8AJ6aNnUkB7IE+5azR9h81O5EQ/cTDXtWdMq9Kk5KcEW/8ritU5CeLg/9HhOC++nALHBlaogJ5jz0Ybk3kPMQ==} dependencies: unist-util-visit: 2.0.3 - /mdast-util-definitions/5.1.2: + /mdast-util-definitions@5.1.2: resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} dependencies: '@types/mdast': 3.0.11 @@ -38064,14 +34541,14 @@ packages: unist-util-visit: 4.1.2 dev: false - /mdast-util-find-and-replace/1.1.1: + /mdast-util-find-and-replace@1.1.1: resolution: {integrity: sha512-9cKl33Y21lyckGzpSmEQnIDjEfeeWelN5s1kUW1LwdB0Fkuq2u+4GdqcGEygYxJE8GVqCl0741bYXHgamfWAZA==} dependencies: escape-string-regexp: 4.0.0 unist-util-is: 4.1.0 unist-util-visit-parents: 3.1.1 - /mdast-util-find-and-replace/2.2.2: + /mdast-util-find-and-replace@2.2.2: resolution: {integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==} dependencies: '@types/mdast': 3.0.11 @@ -38080,7 +34557,7 @@ packages: unist-util-visit-parents: 5.1.3 dev: false - /mdast-util-from-markdown/0.8.5: + /mdast-util-from-markdown@0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} dependencies: '@types/mdast': 3.0.11 @@ -38091,7 +34568,7 @@ packages: transitivePeerDependencies: - supports-color - /mdast-util-from-markdown/1.3.0: + /mdast-util-from-markdown@1.3.0: resolution: {integrity: sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==} dependencies: '@types/mdast': 3.0.11 @@ -38110,12 +34587,12 @@ packages: - supports-color dev: false - /mdast-util-frontmatter/0.2.0: + /mdast-util-frontmatter@0.2.0: resolution: {integrity: sha512-FHKL4w4S5fdt1KjJCwB0178WJ0evnyyQr5kXTM3wrOVpytD0hrkvd+AOOjU9Td8onOejCkmZ+HQRT3CZ3coHHQ==} dependencies: micromark-extension-frontmatter: 0.2.2 - /mdast-util-gfm-autolink-literal/0.1.3: + /mdast-util-gfm-autolink-literal@0.1.3: resolution: {integrity: sha512-GjmLjWrXg1wqMIO9+ZsRik/s7PLwTaeCHVB7vRxUwLntZc8mzmTsLVr6HW1yLokcnhfURsn5zmSVdi3/xWWu1A==} dependencies: ccount: 1.1.0 @@ -38124,7 +34601,7 @@ packages: transitivePeerDependencies: - supports-color - /mdast-util-gfm-autolink-literal/1.0.3: + /mdast-util-gfm-autolink-literal@1.0.3: resolution: {integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==} dependencies: '@types/mdast': 3.0.11 @@ -38133,7 +34610,7 @@ packages: micromark-util-character: 1.1.0 dev: false - /mdast-util-gfm-footnote/1.0.2: + /mdast-util-gfm-footnote@1.0.2: resolution: {integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==} dependencies: '@types/mdast': 3.0.11 @@ -38141,25 +34618,25 @@ packages: micromark-util-normalize-identifier: 1.0.0 dev: false - /mdast-util-gfm-strikethrough/0.2.3: + /mdast-util-gfm-strikethrough@0.2.3: resolution: {integrity: sha512-5OQLXpt6qdbttcDG/UxYY7Yjj3e8P7X16LzvpX8pIQPYJ/C2Z1qFGMmcw+1PZMUM3Z8wt8NRfYTvCni93mgsgA==} dependencies: mdast-util-to-markdown: 0.6.5 - /mdast-util-gfm-strikethrough/1.0.3: + /mdast-util-gfm-strikethrough@1.0.3: resolution: {integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==} dependencies: '@types/mdast': 3.0.11 mdast-util-to-markdown: 1.5.0 dev: false - /mdast-util-gfm-table/0.1.6: + /mdast-util-gfm-table@0.1.6: resolution: {integrity: sha512-j4yDxQ66AJSBwGkbpFEp9uG/LS1tZV3P33fN1gkyRB2LoRL+RR3f76m0HPHaby6F4Z5xr9Fv1URmATlRRUIpRQ==} dependencies: markdown-table: 2.0.0 mdast-util-to-markdown: 0.6.5 - /mdast-util-gfm-table/1.0.7: + /mdast-util-gfm-table@1.0.7: resolution: {integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==} dependencies: '@types/mdast': 3.0.11 @@ -38170,19 +34647,19 @@ packages: - supports-color dev: false - /mdast-util-gfm-task-list-item/0.1.6: + /mdast-util-gfm-task-list-item@0.1.6: resolution: {integrity: sha512-/d51FFIfPsSmCIRNp7E6pozM9z1GYPIkSy1urQ8s/o4TC22BZ7DqfHFWiqBD23bc7J3vV1Fc9O4QIHBlfuit8A==} dependencies: mdast-util-to-markdown: 0.6.5 - /mdast-util-gfm-task-list-item/1.0.2: + /mdast-util-gfm-task-list-item@1.0.2: resolution: {integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==} dependencies: '@types/mdast': 3.0.11 mdast-util-to-markdown: 1.5.0 dev: false - /mdast-util-gfm/0.1.2: + /mdast-util-gfm@0.1.2: resolution: {integrity: sha512-NNkhDx/qYcuOWB7xHUGWZYVXvjPFFd6afg6/e2g+SV4r9q5XUcCbV4Wfa3DLYIiD+xAEZc6K4MGaE/m0KDcPwQ==} dependencies: mdast-util-gfm-autolink-literal: 0.1.3 @@ -38193,7 +34670,7 @@ packages: transitivePeerDependencies: - supports-color - /mdast-util-gfm/2.0.2: + /mdast-util-gfm@2.0.2: resolution: {integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==} dependencies: mdast-util-from-markdown: 1.3.0 @@ -38207,21 +34684,21 @@ packages: - supports-color dev: false - /mdast-util-math/0.1.2: + /mdast-util-math@0.1.2: resolution: {integrity: sha512-fogAitds+wH+QRas78Yr1TwmQGN4cW/G2WRw5ePuNoJbBSPJCxIOCE8MTzHgWHVSpgkRaPQTgfzXRE1CrwWSlg==} dependencies: longest-streak: 2.0.4 mdast-util-to-markdown: 0.6.5 repeat-string: 1.6.1 - /mdast-util-phrasing/3.0.1: + /mdast-util-phrasing@3.0.1: resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==} dependencies: '@types/mdast': 3.0.11 unist-util-is: 5.2.1 dev: false - /mdast-util-to-hast/10.0.1: + /mdast-util-to-hast@10.0.1: resolution: {integrity: sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==} dependencies: '@types/mdast': 3.0.11 @@ -38234,7 +34711,7 @@ packages: unist-util-visit: 2.0.3 dev: true - /mdast-util-to-hast/10.2.0: + /mdast-util-to-hast@10.2.0: resolution: {integrity: sha512-JoPBfJ3gBnHZ18icCwHR50orC9kNH81tiR1gs01D8Q5YpV6adHNO9nKNuFBCJQ941/32PT1a63UF/DitmS3amQ==} dependencies: '@types/mdast': 3.0.11 @@ -38246,7 +34723,7 @@ packages: unist-util-position: 3.1.0 unist-util-visit: 2.0.3 - /mdast-util-to-hast/12.3.0: + /mdast-util-to-hast@12.3.0: resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} dependencies: '@types/hast': 2.3.4 @@ -38259,7 +34736,7 @@ packages: unist-util-visit: 4.1.2 dev: false - /mdast-util-to-hast/4.0.0: + /mdast-util-to-hast@4.0.0: resolution: {integrity: sha512-yOTZSxR1aPvWRUxVeLaLZ1sCYrK87x2Wusp1bDM/Ao2jETBhYUKITI3nHvgy+HkZW54HuCAhHnS0mTcbECD5Ig==} dependencies: collapse-white-space: 1.0.6 @@ -38275,7 +34752,7 @@ packages: xtend: 4.0.2 dev: true - /mdast-util-to-markdown/0.6.5: + /mdast-util-to-markdown@0.6.5: resolution: {integrity: sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==} dependencies: '@types/unist': 2.0.6 @@ -38285,7 +34762,7 @@ packages: repeat-string: 1.6.1 zwitch: 1.0.5 - /mdast-util-to-markdown/1.5.0: + /mdast-util-to-markdown@1.5.0: resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} dependencies: '@types/mdast': 3.0.11 @@ -38298,34 +34775,34 @@ packages: zwitch: 2.0.4 dev: false - /mdast-util-to-string/1.1.0: + /mdast-util-to-string@1.1.0: resolution: {integrity: sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==} dev: true - /mdast-util-to-string/2.0.0: + /mdast-util-to-string@2.0.0: resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} - /mdast-util-to-string/3.2.0: + /mdast-util-to-string@3.2.0: resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} dependencies: '@types/mdast': 3.0.11 dev: false - /mdn-data/2.0.14: + /mdn-data@2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} - /mdn-data/2.0.4: + /mdn-data@2.0.4: resolution: {integrity: sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==} dev: true - /mdurl/1.0.1: + /mdurl@1.0.1: resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} - /media-typer/0.3.0: + /media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} - /mem/4.3.0: + /mem@4.3.0: resolution: {integrity: sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==} engines: {node: '>=6'} dependencies: @@ -38334,7 +34811,7 @@ packages: p-is-promise: 2.1.0 dev: true - /mem/5.1.1: + /mem@5.1.1: resolution: {integrity: sha512-qvwipnozMohxLXG1pOqoLiZKNkC4r4qqRucSoDwXowsNGDSULiqFTRUF05vcZWnwJSG22qTsynQhxbaMtnX9gw==} engines: {node: '>=8'} dependencies: @@ -38343,46 +34820,42 @@ packages: p-is-promise: 2.1.0 dev: true - /memfs/3.5.1: + /memfs@3.5.1: resolution: {integrity: sha512-UWbFJKvj5k+nETdteFndTpYxdeTMox/ULeqX5k/dpaQJCCFmj5EeKv3dBcyO2xmkRAx2vppRu5dVG7SOtsGOzA==} engines: {node: '>= 4.0.0'} dependencies: fs-monkey: 1.0.3 dev: true - /memoize-one/5.2.1: + /memoize-one@5.2.1: resolution: {integrity: sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==} - /memoize-one/6.0.0: - resolution: {integrity: sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==} - dev: true - - /memoizerific/1.11.3: + /memoizerific@1.11.3: resolution: {integrity: sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==} dependencies: map-or-similar: 1.5.0 dev: true - /memory-fs/0.4.1: + /memory-fs@0.4.1: resolution: {integrity: sha512-cda4JKCxReDXFXRqOHPQscuIYg1PvxbE2S2GP45rnwfEK+vZaXC8C1OFvdHIbgw0DLzowXGVoxLaAmlgRy14GQ==} dependencies: errno: 0.1.8 readable-stream: 2.3.8 dev: true - /memory-fs/0.5.0: + /memory-fs@0.5.0: resolution: {integrity: sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==} engines: {node: '>=4.3.0 <5.0.0 || >=5.10'} dependencies: errno: 0.1.8 readable-stream: 2.3.8 - /memorystream/0.3.1: + /memorystream@0.3.1: resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} engines: {node: '>= 0.10.0'} dev: true - /meow/5.0.0: + /meow@5.0.0: resolution: {integrity: sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==} engines: {node: '>=6'} dependencies: @@ -38397,7 +34870,7 @@ packages: yargs-parser: 10.1.0 dev: true - /meow/6.1.1: + /meow@6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} dependencies: @@ -38414,7 +34887,7 @@ packages: yargs-parser: 18.1.3 dev: true - /meow/9.0.0: + /meow@9.0.0: resolution: {integrity: sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==} engines: {node: '>=10'} dependencies: @@ -38432,13 +34905,13 @@ packages: yargs-parser: 20.2.9 dev: true - /merge-anything/2.4.4: + /merge-anything@2.4.4: resolution: {integrity: sha512-l5XlriUDJKQT12bH+rVhAHjwIuXWdAIecGwsYjv2LJo+dA1AeRTmeQS+3QBpO6lEthBMDi2IUMpLC1yyRvGlwQ==} dependencies: is-what: 3.14.1 dev: true - /merge-deep/3.0.3: + /merge-deep@3.0.3: resolution: {integrity: sha512-qtmzAS6t6grwEkNrunqTBdn0qKwFgNWvlxUbAV8es9M7Ot1EbyApytCnvE0jALPa46ZpKDUo527kKiaWplmlFA==} engines: {node: '>=0.10.0'} dependencies: @@ -38447,47 +34920,47 @@ packages: kind-of: 3.2.2 dev: true - /merge-descriptors/1.0.1: + /merge-descriptors@1.0.1: resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} dev: true - /merge-estraverse-visitors/1.0.0: + /merge-estraverse-visitors@1.0.0: resolution: {integrity: sha512-YcT59TImpdL2qe+I7OWI+ESjBVov9CWTQjK9Issk58BNQzyputg2s8wOE+DDvxtgmPHG4L6xAl0yAwbNCyXszg==} dependencies: estraverse: 4.3.0 dev: true - /merge-options/1.0.1: + /merge-options@1.0.1: resolution: {integrity: sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg==} engines: {node: '>=4'} dependencies: is-plain-obj: 1.1.0 dev: true - /merge-source-map/1.1.0: + /merge-source-map@1.1.0: resolution: {integrity: sha512-Qkcp7P2ygktpMPh2mCQZaf3jhN6D3Z/qVZHSdWvQ+2Ef5HgRAPBO57A77+ENm0CPx2+1Ce/MYKi3ymqdfuqibw==} dependencies: source-map: 0.6.1 dev: true - /merge-stream/1.0.1: + /merge-stream@1.0.1: resolution: {integrity: sha512-e6RM36aegd4f+r8BZCcYXlO2P3H6xbUM6ktL2Xmf45GAOit9bI4z6/3VU7JwllVO1L7u0UDSg/EhzQ5lmMLolA==} dependencies: readable-stream: 2.3.8 dev: true - /merge-stream/2.0.0: + /merge-stream@2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} - /merge2/1.4.1: + /merge2@1.4.1: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - /methods/1.1.2: + /methods@1.1.2: resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} engines: {node: '>= 0.6'} - /metro-babel-transformer/0.73.9: + /metro-babel-transformer@0.73.9: resolution: {integrity: sha512-DlYwg9wwYIZTHtic7dyD4BP0SDftoltZ3clma76nHu43blMWsCnrImHeHsAVne3XsQ+RJaSRxhN5nkG2VyVHwA==} dependencies: '@babel/core': 7.21.8 @@ -38497,16 +34970,16 @@ packages: transitivePeerDependencies: - supports-color - /metro-cache-key/0.73.9: + /metro-cache-key@0.73.9: resolution: {integrity: sha512-uJg+6Al7UoGIuGfoxqPBy6y1Ewq7Y8/YapGYIDh6sohInwt/kYKnPZgLDYHIPvY2deORnQ/2CYo4tOeBTnhCXQ==} - /metro-cache/0.73.9: + /metro-cache@0.73.9: resolution: {integrity: sha512-upiRxY8rrQkUWj7ieACD6tna7xXuXdu2ZqrheksT79ePI0aN/t0memf6WcyUtJUMHZetke3j+ppELNvlmp3tOw==} dependencies: metro-core: 0.73.9 rimraf: 3.0.2 - /metro-config/0.73.9: + /metro-config@0.73.9: resolution: {integrity: sha512-NiWl1nkYtjqecDmw77tbRbXnzIAwdO6DXGZTuKSkH+H/c1NKq1eizO8Fe+NQyFtwR9YLqn8Q0WN1nmkwM1j8CA==} dependencies: cosmiconfig: 5.2.1 @@ -38521,18 +34994,18 @@ packages: - supports-color - utf-8-validate - /metro-core/0.73.9: + /metro-core@0.73.9: resolution: {integrity: sha512-1NTs0IErlKcFTfYyRT3ljdgrISWpl1nys+gaHkXapzTSpvtX9F1NQNn5cgAuE+XIuTJhbsCdfIJiM2JXbrJQaQ==} dependencies: lodash.throttle: 4.1.1 metro-resolver: 0.73.9 - /metro-file-map/0.73.9: + /metro-file-map@0.73.9: resolution: {integrity: sha512-R/Wg3HYeQhYY3ehWtfedw8V0ne4lpufG7a21L3GWer8tafnC9pmjoCKEbJz9XZkVj9i1FtxE7UTbrtZNeIILxQ==} dependencies: abort-controller: 3.0.0 anymatch: 3.1.3 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) fb-watchman: 2.0.2 graceful-fs: 4.2.11 invariant: 2.2.4 @@ -38548,15 +35021,15 @@ packages: transitivePeerDependencies: - supports-color - /metro-hermes-compiler/0.73.9: + /metro-hermes-compiler@0.73.9: resolution: {integrity: sha512-5B3vXIwQkZMSh3DQQY23XpTCpX9kPLqZbA3rDuAcbGW0tzC3f8dCenkyBb0GcCzyTDncJeot/A7oVCVK6zapwg==} - /metro-inspector-proxy/0.73.9: + /metro-inspector-proxy@0.73.9: resolution: {integrity: sha512-B3WrWZnlYhtTrv0IaX3aUAhi2qVILPAZQzb5paO1e+xrz4YZHk9c7dXv7qe7B/IQ132e3w46y3AL7rFo90qVjA==} hasBin: true dependencies: connect: 3.7.0 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) ws: 7.5.9 yargs: 17.7.2 transitivePeerDependencies: @@ -38564,154 +35037,92 @@ packages: - supports-color - utf-8-validate - /metro-minify-terser/0.73.9: + /metro-minify-terser@0.73.9: resolution: {integrity: sha512-MTGPu2qV5qtzPJ2SqH6s58awHDtZ4jd7lmmLR+7TXDwtZDjIBA0YVfI0Zak2Haby2SqoNKrhhUns/b4dPAQAVg==} dependencies: terser: 5.17.1 - /metro-minify-uglify/0.73.9: + /metro-minify-uglify@0.73.9: resolution: {integrity: sha512-gzxD/7WjYcnCNGiFJaA26z34rjOp+c/Ft++194Wg91lYep3TeWQ0CnH8t2HRS7AYDHU81SGWgvD3U7WV0g4LGA==} dependencies: uglify-es: 3.3.9 - /metro-react-native-babel-preset/0.73.9: - resolution: {integrity: sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==} - peerDependencies: - '@babel/core': '*' - dependencies: - '@babel/plugin-proposal-async-generator-functions': 7.20.7 - '@babel/plugin-proposal-class-properties': 7.18.6 - '@babel/plugin-proposal-export-default-from': 7.18.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6 - '@babel/plugin-proposal-object-rest-spread': 7.20.7 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6 - '@babel/plugin-proposal-optional-chaining': 7.21.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3 - '@babel/plugin-syntax-export-default-from': 7.18.6 - '@babel/plugin-syntax-flow': 7.21.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - '@babel/plugin-transform-arrow-functions': 7.21.5 - '@babel/plugin-transform-async-to-generator': 7.20.7 - '@babel/plugin-transform-block-scoping': 7.21.0 - '@babel/plugin-transform-classes': 7.21.0 - '@babel/plugin-transform-computed-properties': 7.21.5 - '@babel/plugin-transform-destructuring': 7.21.3 - '@babel/plugin-transform-flow-strip-types': 7.21.0 - '@babel/plugin-transform-function-name': 7.18.9 - '@babel/plugin-transform-literals': 7.18.9 - '@babel/plugin-transform-modules-commonjs': 7.21.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5 - '@babel/plugin-transform-parameters': 7.21.3 - '@babel/plugin-transform-react-display-name': 7.18.6 - '@babel/plugin-transform-react-jsx': 7.21.5 - '@babel/plugin-transform-react-jsx-self': 7.21.0 - '@babel/plugin-transform-react-jsx-source': 7.19.6 - '@babel/plugin-transform-runtime': 7.21.4 - '@babel/plugin-transform-shorthand-properties': 7.18.6 - '@babel/plugin-transform-spread': 7.20.7 - '@babel/plugin-transform-sticky-regex': 7.18.6 - '@babel/plugin-transform-template-literals': 7.18.9 - '@babel/plugin-transform-typescript': 7.21.3 - '@babel/plugin-transform-unicode-regex': 7.18.6 - '@babel/template': 7.20.7 - react-refresh: 0.4.3 - transitivePeerDependencies: - - supports-color - dev: false - - /metro-react-native-babel-preset/0.73.9_@babel+core@7.21.8: + /metro-react-native-babel-preset@0.73.9(@babel/core@7.21.8): resolution: {integrity: sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==} peerDependencies: '@babel/core': '*' dependencies: '@babel/core': 7.21.8 - '@babel/plugin-proposal-async-generator-functions': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.21.8 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-object-rest-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-syntax-flow': 7.21.4_@babel+core@7.21.8 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.21.8 - '@babel/plugin-transform-arrow-functions': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-async-to-generator': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-transform-block-scoping': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-classes': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-computed-properties': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-destructuring': 7.21.3_@babel+core@7.21.8 - '@babel/plugin-transform-flow-strip-types': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-modules-commonjs': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5_@babel+core@7.21.8 - '@babel/plugin-transform-parameters': 7.21.3_@babel+core@7.21.8 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-react-jsx': 7.21.5_@babel+core@7.21.8 - '@babel/plugin-transform-react-jsx-self': 7.21.0_@babel+core@7.21.8 - '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.21.8 - '@babel/plugin-transform-runtime': 7.21.4_@babel+core@7.21.8 - '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.21.8 - '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.21.8 - '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.21.8 - '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.8 - '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.21.8 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.21.8) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) + '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.8) + '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.21.8) + '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.8) + '@babel/plugin-transform-runtime': 7.21.4(@babel/core@7.21.8) + '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) + '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.8) + '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) + '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) + '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.8) '@babel/template': 7.20.7 react-refresh: 0.4.3 transitivePeerDependencies: - supports-color - /metro-react-native-babel-transformer/0.73.9: - resolution: {integrity: sha512-DSdrEHuQ22ixY7DyipyKkIcqhOJrt5s6h6X7BYJCP9AMUfXOwLe2biY3BcgJz5GOXv8/Akry4vTCvQscVS1otQ==} - peerDependencies: - '@babel/core': '*' - dependencies: - babel-preset-fbjs: 3.4.0 - hermes-parser: 0.8.0 - metro-babel-transformer: 0.73.9 - metro-react-native-babel-preset: 0.73.9 - metro-source-map: 0.73.9 - nullthrows: 1.1.1 - transitivePeerDependencies: - - supports-color - dev: false - - /metro-react-native-babel-transformer/0.73.9_@babel+core@7.21.8: + /metro-react-native-babel-transformer@0.73.9(@babel/core@7.21.8): resolution: {integrity: sha512-DSdrEHuQ22ixY7DyipyKkIcqhOJrt5s6h6X7BYJCP9AMUfXOwLe2biY3BcgJz5GOXv8/Akry4vTCvQscVS1otQ==} peerDependencies: '@babel/core': '*' dependencies: '@babel/core': 7.21.8 - babel-preset-fbjs: 3.4.0_@babel+core@7.21.8 + babel-preset-fbjs: 3.4.0(@babel/core@7.21.8) hermes-parser: 0.8.0 metro-babel-transformer: 0.73.9 - metro-react-native-babel-preset: 0.73.9_@babel+core@7.21.8 + metro-react-native-babel-preset: 0.73.9(@babel/core@7.21.8) metro-source-map: 0.73.9 nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - dev: true - /metro-resolver/0.73.9: + /metro-resolver@0.73.9: resolution: {integrity: sha512-Ej3wAPOeNRPDnJmkK0zk7vJ33iU07n+oPhpcf5L0NFkWneMmSM2bflMPibI86UjzZGmRfn0AhGhs8yGeBwQ/Xg==} dependencies: absolute-path: 0.0.0 - /metro-runtime/0.73.9: + /metro-runtime@0.73.9: resolution: {integrity: sha512-d5Hs83FpKB9r8q8Vb95+fa6ESpwysmPr4lL1I2rM2qXAFiO7OAPT9Bc23WmXgidkBtD0uUFdB2lG+H1ATz8rZg==} dependencies: '@babel/runtime': 7.21.5 react-refresh: 0.4.3 - /metro-source-map/0.73.9: + /metro-source-map@0.73.9: resolution: {integrity: sha512-l4VZKzdqafipriETYR6lsrwtavCF1+CMhCOY9XbyWeTrpGSNgJQgdeJpttzEZTHQQTLR0csQo0nD1ef3zEP6IQ==} dependencies: - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 invariant: 2.2.4 metro-symbolicate: 0.73.9 @@ -38722,7 +35133,7 @@ packages: transitivePeerDependencies: - supports-color - /metro-symbolicate/0.73.9: + /metro-symbolicate@0.73.9: resolution: {integrity: sha512-4TUOwxRHHqbEHxRqRJ3wZY5TA8xq7AHMtXrXcjegMH9FscgYztsrIG9aNBUBS+VLB6g1qc6BYbfIgoAnLjCDyw==} engines: {node: '>=8.3'} hasBin: true @@ -38736,25 +35147,25 @@ packages: transitivePeerDependencies: - supports-color - /metro-transform-plugins/0.73.9: + /metro-transform-plugins@0.73.9: resolution: {integrity: sha512-r9NeiqMngmooX2VOKLJVQrMuV7PAydbqst5bFhdVBPcFpZkxxqyzjzo+kzrszGy2UpSQBZr2P1L6OMjLHwQwfQ==} dependencies: '@babel/core': 7.21.8 '@babel/generator': 7.21.5 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) nullthrows: 1.1.1 transitivePeerDependencies: - supports-color - /metro-transform-worker/0.73.9: + /metro-transform-worker@0.73.9: resolution: {integrity: sha512-Rq4b489sIaTUENA+WCvtu9yvlT/C6zFMWhU4sq+97W29Zj0mPBjdk+qGT5n1ZBgtBIJzZWt1KxeYuc17f4aYtQ==} dependencies: '@babel/core': 7.21.8 '@babel/generator': 7.21.5 '@babel/parser': 7.21.8 '@babel/types': 7.21.5 - babel-preset-fbjs: 3.4.0_@babel+core@7.21.8 + babel-preset-fbjs: 3.4.0(@babel/core@7.21.8) metro: 0.73.9 metro-babel-transformer: 0.73.9 metro-cache: 0.73.9 @@ -38769,7 +35180,7 @@ packages: - supports-color - utf-8-validate - /metro/0.73.9: + /metro@0.73.9: resolution: {integrity: sha512-BlYbPmTF60hpetyNdKhdvi57dSqutb+/oK0u3ni4emIh78PiI0axGo7RfdsZ/mn3saASXc94tDbpC5yn7+NpEg==} hasBin: true dependencies: @@ -38778,7 +35189,7 @@ packages: '@babel/generator': 7.21.5 '@babel/parser': 7.21.8 '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@babel/types': 7.21.5 absolute-path: 0.0.0 accepts: 1.3.8 @@ -38786,7 +35197,7 @@ packages: chalk: 4.1.2 ci-info: 2.0.0 connect: 3.7.0 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) denodeify: 1.2.1 error-stack-parser: 2.1.4 graceful-fs: 4.2.11 @@ -38805,7 +35216,7 @@ packages: metro-inspector-proxy: 0.73.9 metro-minify-terser: 0.73.9 metro-minify-uglify: 0.73.9 - metro-react-native-babel-preset: 0.73.9_@babel+core@7.21.8 + metro-react-native-babel-preset: 0.73.9(@babel/core@7.21.8) metro-resolver: 0.73.9 metro-runtime: 0.73.9 metro-source-map: 0.73.9 @@ -38829,14 +35240,14 @@ packages: - supports-color - utf-8-validate - /mhchemparser/4.1.1: + /mhchemparser@4.1.1: resolution: {integrity: sha512-R75CUN6O6e1t8bgailrF1qPq+HhVeFTM3XQ0uzI+mXTybmphy3b6h4NbLOYhemViQ3lUs+6CKRkC3Ws1TlYREA==} - /microevent.ts/0.1.1: + /microevent.ts@0.1.1: resolution: {integrity: sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==} dev: true - /micromark-core-commonmark/1.0.6: + /micromark-core-commonmark@1.0.6: resolution: {integrity: sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==} dependencies: decode-named-character-reference: 1.0.2 @@ -38857,19 +35268,19 @@ packages: uvu: 0.5.6 dev: false - /micromark-extension-frontmatter/0.2.2: + /micromark-extension-frontmatter@0.2.2: resolution: {integrity: sha512-q6nPLFCMTLtfsctAuS0Xh4vaolxSFUWUWR6PZSrXXiRy+SANGllpcqdXFv2z07l0Xz/6Hl40hK0ffNCJPH2n1A==} dependencies: fault: 1.0.4 - /micromark-extension-gfm-autolink-literal/0.5.7: + /micromark-extension-gfm-autolink-literal@0.5.7: resolution: {integrity: sha512-ePiDGH0/lhcngCe8FtH4ARFoxKTUelMp4L7Gg2pujYD5CSMb9PbblnyL+AAMud/SNMyusbS2XDSiPIRcQoNFAw==} dependencies: micromark: 2.11.4 transitivePeerDependencies: - supports-color - /micromark-extension-gfm-autolink-literal/1.0.4: + /micromark-extension-gfm-autolink-literal@1.0.4: resolution: {integrity: sha512-WCssN+M9rUyfHN5zPBn3/f0mIA7tqArHL/EKbv3CZK+LT2rG77FEikIQEqBkv46fOqXQK4NEW/Pc7Z27gshpeg==} dependencies: micromark-util-character: 1.1.0 @@ -38878,7 +35289,7 @@ packages: micromark-util-types: 1.0.2 dev: false - /micromark-extension-gfm-footnote/1.1.0: + /micromark-extension-gfm-footnote@1.1.0: resolution: {integrity: sha512-RWYce7j8+c0n7Djzv5NzGEGitNNYO3uj+h/XYMdS/JinH1Go+/Qkomg/rfxExFzYTiydaV6GLeffGO5qcJbMPA==} dependencies: micromark-core-commonmark: 1.0.6 @@ -38891,14 +35302,14 @@ packages: uvu: 0.5.6 dev: false - /micromark-extension-gfm-strikethrough/0.6.5: + /micromark-extension-gfm-strikethrough@0.6.5: resolution: {integrity: sha512-PpOKlgokpQRwUesRwWEp+fHjGGkZEejj83k9gU5iXCbDG+XBA92BqnRKYJdfqfkrRcZRgGuPuXb7DaK/DmxOhw==} dependencies: micromark: 2.11.4 transitivePeerDependencies: - supports-color - /micromark-extension-gfm-strikethrough/1.0.5: + /micromark-extension-gfm-strikethrough@1.0.5: resolution: {integrity: sha512-X0oI5eYYQVARhiNfbETy7BfLSmSilzN1eOuoRnrf9oUNsPRrWOAe9UqSizgw1vNxQBfOwL+n2610S3bYjVNi7w==} dependencies: micromark-util-chunked: 1.0.0 @@ -38909,14 +35320,14 @@ packages: uvu: 0.5.6 dev: false - /micromark-extension-gfm-table/0.4.3: + /micromark-extension-gfm-table@0.4.3: resolution: {integrity: sha512-hVGvESPq0fk6ALWtomcwmgLvH8ZSVpcPjzi0AjPclB9FsVRgMtGZkUcpE0zgjOCFAznKepF4z3hX8z6e3HODdA==} dependencies: micromark: 2.11.4 transitivePeerDependencies: - supports-color - /micromark-extension-gfm-table/1.0.6: + /micromark-extension-gfm-table@1.0.6: resolution: {integrity: sha512-92pq7Q+T+4kXH4M6kL+pc8WU23Z9iuhcqmtYFWdFWjm73ZscFpH2xE28+XFpGWlvgq3LUwcN0XC0PGCicYFpgA==} dependencies: micromark-factory-space: 1.0.0 @@ -38926,23 +35337,23 @@ packages: uvu: 0.5.6 dev: false - /micromark-extension-gfm-tagfilter/0.3.0: + /micromark-extension-gfm-tagfilter@0.3.0: resolution: {integrity: sha512-9GU0xBatryXifL//FJH+tAZ6i240xQuFrSL7mYi8f4oZSbc+NvXjkrHemeYP0+L4ZUT+Ptz3b95zhUZnMtoi/Q==} - /micromark-extension-gfm-tagfilter/1.0.2: + /micromark-extension-gfm-tagfilter@1.0.2: resolution: {integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==} dependencies: micromark-util-types: 1.0.2 dev: false - /micromark-extension-gfm-task-list-item/0.3.3: + /micromark-extension-gfm-task-list-item@0.3.3: resolution: {integrity: sha512-0zvM5iSLKrc/NQl84pZSjGo66aTGd57C1idmlWmE87lkMcXrTxg1uXa/nXomxJytoje9trP0NDLvw4bZ/Z/XCQ==} dependencies: micromark: 2.11.4 transitivePeerDependencies: - supports-color - /micromark-extension-gfm-task-list-item/1.0.4: + /micromark-extension-gfm-task-list-item@1.0.4: resolution: {integrity: sha512-9XlIUUVnYXHsFF2HZ9jby4h3npfX10S1coXTnV035QGPgrtNYQq3J6IfIvcCIUAJrrqBVi5BqA/LmaOMJqPwMQ==} dependencies: micromark-factory-space: 1.0.0 @@ -38952,7 +35363,7 @@ packages: uvu: 0.5.6 dev: false - /micromark-extension-gfm/0.3.3: + /micromark-extension-gfm@0.3.3: resolution: {integrity: sha512-oVN4zv5/tAIA+l3GbMi7lWeYpJ14oQyJ3uEim20ktYFAcfX1x3LNlFGGlmrZHt7u9YlKExmyJdDGaTt6cMSR/A==} dependencies: micromark: 2.11.4 @@ -38964,7 +35375,7 @@ packages: transitivePeerDependencies: - supports-color - /micromark-extension-gfm/2.0.2: + /micromark-extension-gfm@2.0.2: resolution: {integrity: sha512-oMBh++llCWHYftkP1NmeoQDHHlj3nsRYL3HBhjwBqm+CjSQ4l/v05XiQMTWqmYh4MLEVbq473qEi6S1wonCxcA==} dependencies: micromark-extension-gfm-autolink-literal: 1.0.4 @@ -38977,7 +35388,7 @@ packages: micromark-util-types: 1.0.2 dev: false - /micromark-extension-math/0.1.2: + /micromark-extension-math@0.1.2: resolution: {integrity: sha512-ZJXsT2eVPM8VTmcw0CPSDeyonOn9SziGK3Z+nkf9Vb6xMPeU+4JMEnO6vzDL10562Favw8Vste74f54rxJ/i6Q==} dependencies: katex: 0.12.0 @@ -38985,7 +35396,7 @@ packages: transitivePeerDependencies: - supports-color - /micromark-factory-destination/1.0.0: + /micromark-factory-destination@1.0.0: resolution: {integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==} dependencies: micromark-util-character: 1.1.0 @@ -38993,7 +35404,7 @@ packages: micromark-util-types: 1.0.2 dev: false - /micromark-factory-label/1.0.2: + /micromark-factory-label@1.0.2: resolution: {integrity: sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==} dependencies: micromark-util-character: 1.1.0 @@ -39002,14 +35413,14 @@ packages: uvu: 0.5.6 dev: false - /micromark-factory-space/1.0.0: + /micromark-factory-space@1.0.0: resolution: {integrity: sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==} dependencies: micromark-util-character: 1.1.0 micromark-util-types: 1.0.2 dev: false - /micromark-factory-title/1.0.2: + /micromark-factory-title@1.0.2: resolution: {integrity: sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==} dependencies: micromark-factory-space: 1.0.0 @@ -39019,7 +35430,7 @@ packages: uvu: 0.5.6 dev: false - /micromark-factory-whitespace/1.0.0: + /micromark-factory-whitespace@1.0.0: resolution: {integrity: sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==} dependencies: micromark-factory-space: 1.0.0 @@ -39028,20 +35439,20 @@ packages: micromark-util-types: 1.0.2 dev: false - /micromark-util-character/1.1.0: + /micromark-util-character@1.1.0: resolution: {integrity: sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==} dependencies: micromark-util-symbol: 1.0.1 micromark-util-types: 1.0.2 dev: false - /micromark-util-chunked/1.0.0: + /micromark-util-chunked@1.0.0: resolution: {integrity: sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==} dependencies: micromark-util-symbol: 1.0.1 dev: false - /micromark-util-classify-character/1.0.0: + /micromark-util-classify-character@1.0.0: resolution: {integrity: sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==} dependencies: micromark-util-character: 1.1.0 @@ -39049,20 +35460,20 @@ packages: micromark-util-types: 1.0.2 dev: false - /micromark-util-combine-extensions/1.0.0: + /micromark-util-combine-extensions@1.0.0: resolution: {integrity: sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==} dependencies: micromark-util-chunked: 1.0.0 micromark-util-types: 1.0.2 dev: false - /micromark-util-decode-numeric-character-reference/1.0.0: + /micromark-util-decode-numeric-character-reference@1.0.0: resolution: {integrity: sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==} dependencies: micromark-util-symbol: 1.0.1 dev: false - /micromark-util-decode-string/1.0.2: + /micromark-util-decode-string@1.0.2: resolution: {integrity: sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==} dependencies: decode-named-character-reference: 1.0.2 @@ -39071,27 +35482,27 @@ packages: micromark-util-symbol: 1.0.1 dev: false - /micromark-util-encode/1.0.1: + /micromark-util-encode@1.0.1: resolution: {integrity: sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==} dev: false - /micromark-util-html-tag-name/1.1.0: + /micromark-util-html-tag-name@1.1.0: resolution: {integrity: sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==} dev: false - /micromark-util-normalize-identifier/1.0.0: + /micromark-util-normalize-identifier@1.0.0: resolution: {integrity: sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==} dependencies: micromark-util-symbol: 1.0.1 dev: false - /micromark-util-resolve-all/1.0.0: + /micromark-util-resolve-all@1.0.0: resolution: {integrity: sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==} dependencies: micromark-util-types: 1.0.2 dev: false - /micromark-util-sanitize-uri/1.1.0: + /micromark-util-sanitize-uri@1.1.0: resolution: {integrity: sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==} dependencies: micromark-util-character: 1.1.0 @@ -39099,7 +35510,7 @@ packages: micromark-util-symbol: 1.0.1 dev: false - /micromark-util-subtokenize/1.0.2: + /micromark-util-subtokenize@1.0.2: resolution: {integrity: sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==} dependencies: micromark-util-chunked: 1.0.0 @@ -39108,27 +35519,27 @@ packages: uvu: 0.5.6 dev: false - /micromark-util-symbol/1.0.1: + /micromark-util-symbol@1.0.1: resolution: {integrity: sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==} dev: false - /micromark-util-types/1.0.2: + /micromark-util-types@1.0.2: resolution: {integrity: sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==} dev: false - /micromark/2.11.4: + /micromark@2.11.4: resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) parse-entities: 2.0.0 transitivePeerDependencies: - supports-color - /micromark/3.1.0: + /micromark@3.1.0: resolution: {integrity: sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==} dependencies: '@types/debug': 4.1.7 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) decode-named-character-reference: 1.0.2 micromark-core-commonmark: 1.0.6 micromark-factory-space: 1.0.0 @@ -39148,126 +35559,105 @@ packages: - supports-color dev: false - /micromatch/3.1.10: + /micromatch@3.1.10(supports-color@6.1.0): resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} engines: {node: '>=0.10.0'} dependencies: arr-diff: 4.0.0 array-unique: 0.3.2 - braces: 2.3.2 + braces: 2.3.2(supports-color@6.1.0) define-property: 2.0.2 extend-shallow: 3.0.2 - extglob: 2.0.4 + extglob: 2.0.4(supports-color@6.1.0) fragment-cache: 0.2.1 kind-of: 6.0.3 - nanomatch: 1.2.13 + nanomatch: 1.2.13(supports-color@6.1.0) object.pick: 1.3.0 regex-not: 1.0.2 - snapdragon: 0.8.2 + snapdragon: 0.8.2(supports-color@6.1.0) to-regex: 3.0.2 transitivePeerDependencies: - supports-color - /micromatch/3.1.10_supports-color@6.1.0: - resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} - engines: {node: '>=0.10.0'} - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2_supports-color@6.1.0 - define-property: 2.0.2 - extend-shallow: 3.0.2 - extglob: 2.0.4_supports-color@6.1.0 - fragment-cache: 0.2.1 - kind-of: 6.0.3 - nanomatch: 1.2.13_supports-color@6.1.0 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2_supports-color@6.1.0 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - - /micromatch/4.0.5: + /micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} dependencies: braces: 3.0.2 picomatch: 2.3.1 - /miller-rabin/4.0.1: + /miller-rabin@4.0.1: resolution: {integrity: sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==} hasBin: true dependencies: bn.js: 4.12.0 brorand: 1.1.0 - /mime-db/1.33.0: + /mime-db@1.33.0: resolution: {integrity: sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==} engines: {node: '>= 0.6'} dev: true - /mime-db/1.52.0: + /mime-db@1.52.0: resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} engines: {node: '>= 0.6'} - /mime-types/2.1.18: + /mime-types@2.1.18: resolution: {integrity: sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.33.0 dev: true - /mime-types/2.1.35: + /mime-types@2.1.35: resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} engines: {node: '>= 0.6'} dependencies: mime-db: 1.52.0 - /mime/1.4.1: + /mime@1.4.1: resolution: {integrity: sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==} hasBin: true - /mime/1.6.0: + /mime@1.6.0: resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} engines: {node: '>=4'} hasBin: true - /mime/2.6.0: + /mime@2.6.0: resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} engines: {node: '>=4.0.0'} hasBin: true - /mimer/1.1.0: + /mimer@1.1.0: resolution: {integrity: sha512-y9dVfy2uiycQvDNiAYW6zp49ZhFlXDMr5wfdOiMbdzGM/0N5LNR6HTUn3un+WUQcM0koaw8FMTG1bt5EnHJdvQ==} engines: {node: '>= 6.0'} hasBin: true - /mimic-fn/1.2.0: + /mimic-fn@1.2.0: resolution: {integrity: sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==} engines: {node: '>=4'} - /mimic-fn/2.1.0: + /mimic-fn@2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} - /mimic-response/1.0.1: + /mimic-response@1.0.1: resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} engines: {node: '>=4'} dev: true - /min-document/2.19.0: + /min-document@2.19.0: resolution: {integrity: sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==} dependencies: dom-walk: 0.1.2 - /min-indent/1.0.1: + /min-indent@1.0.1: resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} engines: {node: '>=4'} dev: true - /mini-create-react-context/0.4.1_4vyaxm4rsh2mpfdenvlqy7kmya: + /mini-create-react-context@0.4.1(prop-types@15.8.1)(react@16.14.0): resolution: {integrity: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: @@ -39279,7 +35669,7 @@ packages: react: 16.14.0 tiny-warning: 1.0.3 - /mini-create-react-context/0.4.1_at7mkepldmzoo6silmqc5bca74: + /mini-create-react-context@0.4.1(prop-types@15.8.1)(react@17.0.2): resolution: {integrity: sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==} deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. peerDependencies: @@ -39291,7 +35681,7 @@ packages: react: 17.0.2 tiny-warning: 1.0.3 - /mini-css-extract-plugin/0.4.5_webpack@4.46.0: + /mini-css-extract-plugin@0.4.5(webpack@4.46.0): resolution: {integrity: sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==} engines: {node: '>= 6.9.0 <7.0.0 || >= 8.9.0'} peerDependencies: @@ -39299,11 +35689,11 @@ packages: dependencies: loader-utils: 1.4.2 schema-utils: 1.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) webpack-sources: 1.4.3 dev: true - /mini-css-extract-plugin/0.7.0_webpack@4.46.0: + /mini-css-extract-plugin@0.7.0(webpack@4.46.0): resolution: {integrity: sha512-RQIw6+7utTYn8DBGsf/LpRgZCJMpZt+kuawJ/fju0KiOL6nAaTBNmCJwS7HtwSCXfS47gCkmtBFS7HdsquhdxQ==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -39312,52 +35702,52 @@ packages: loader-utils: 1.4.2 normalize-url: 1.9.1 schema-utils: 1.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) webpack-sources: 1.4.3 dev: true - /mini-css-extract-plugin/2.7.5_webpack@5.82.0: + /mini-css-extract-plugin@2.7.5(webpack@5.82.0): resolution: {integrity: sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.1 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /mini-html-webpack-plugin/0.2.3: + /mini-html-webpack-plugin@0.2.3: resolution: {integrity: sha512-wfkLf+CmyDg++K1S0QdAvUvS29DfVHe9SQ63syX8aX375mInzC5uwHxb/1+3exiiv84xnPrf6zsOnReRe15rjg==} engines: {node: '>=6.9'} dependencies: webpack-sources: 1.4.3 dev: true - /minimalistic-assert/1.0.1: + /minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - /minimalistic-crypto-utils/1.0.1: + /minimalistic-crypto-utils@1.0.1: resolution: {integrity: sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==} - /minimatch/3.0.4: + /minimatch@3.0.4: resolution: {integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==} dependencies: brace-expansion: 1.1.11 dev: true - /minimatch/3.1.2: + /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: brace-expansion: 1.1.11 - /minimatch/5.1.6: + /minimatch@5.1.6: resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 dev: false - /minimist-options/3.0.2: + /minimist-options@3.0.2: resolution: {integrity: sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==} engines: {node: '>= 4'} dependencies: @@ -39365,7 +35755,7 @@ packages: is-plain-obj: 1.1.0 dev: true - /minimist-options/4.1.0: + /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} dependencies: @@ -39374,51 +35764,51 @@ packages: kind-of: 6.0.3 dev: true - /minimist/1.2.8: + /minimist@1.2.8: resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} - /minipass-collect/1.0.2: + /minipass-collect@1.0.2: resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: true - /minipass-flush/1.0.5: + /minipass-flush@1.0.5: resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} engines: {node: '>= 8'} dependencies: minipass: 3.3.6 dev: true - /minipass-pipeline/1.2.4: + /minipass-pipeline@1.2.4: resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} engines: {node: '>=8'} dependencies: minipass: 3.3.6 dev: true - /minipass/2.9.0: + /minipass@2.9.0: resolution: {integrity: sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==} dependencies: safe-buffer: 5.2.1 yallist: 3.1.1 dev: true - /minipass/3.3.6: + /minipass@3.3.6: resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} engines: {node: '>=8'} dependencies: yallist: 4.0.0 dev: true - /minizlib/1.3.3: + /minizlib@1.3.3: resolution: {integrity: sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==} dependencies: minipass: 2.9.0 dev: true - /mississippi/1.3.1: + /mississippi@1.3.1: resolution: {integrity: sha512-/6rB8YXFbAtsUVRphIRQqB0+9c7VaPHCjVtvto+JqwVxgz8Zz+I+f68/JgQ+Pb4VlZb2svA9OtdXnHHsZz7ltg==} dependencies: concat-stream: 1.6.2 @@ -39432,7 +35822,7 @@ packages: stream-each: 1.2.3 through2: 2.0.5 - /mississippi/2.0.0: + /mississippi@2.0.0: resolution: {integrity: sha512-zHo8v+otD1J10j/tC+VNoGK9keCuByhKovAvdn74dmxJl9+mWHnx6EMsDN4lgRoMI/eYo2nchAxniIbUPb5onw==} engines: {node: '>=4.0.0'} dependencies: @@ -39447,7 +35837,7 @@ packages: stream-each: 1.2.3 through2: 2.0.5 - /mississippi/3.0.0: + /mississippi@3.0.0: resolution: {integrity: sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==} engines: {node: '>=4.0.0'} dependencies: @@ -39463,14 +35853,14 @@ packages: through2: 2.0.5 dev: true - /mixin-deep/1.3.2: + /mixin-deep@1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} dependencies: for-in: 1.0.2 is-extendable: 1.0.1 - /mixin-object/2.0.1: + /mixin-object@2.0.1: resolution: {integrity: sha512-ALGF1Jt9ouehcaXaHhn6t1yGWRqGaHkPFndtFVHfZXOvkIZ/yoGaSi0AHVTafb3ZBGg4dr/bDwnaEKqCXzchMA==} engines: {node: '>=0.10.0'} dependencies: @@ -39478,15 +35868,15 @@ packages: is-extendable: 0.1.1 dev: true - /mixme/0.5.9: + /mixme@0.5.9: resolution: {integrity: sha512-VC5fg6ySUscaWUpI4gxCBTQMH2RdUpNrk+MsbpCYtIvf9SBJdiUey4qE7BXviJsJR4nDQxCZ+3yaYNW3guz/Pw==} engines: {node: '>= 8.0.0'} dev: true - /mj-context-menu/0.6.1: + /mj-context-menu@0.6.1: resolution: {integrity: sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==} - /mkdirp-infer-owner/1.0.2: + /mkdirp-infer-owner@1.0.2: resolution: {integrity: sha512-gU3/MnB7QwipTZzStIdCEx1/WqmXWCZzHNU7f/WyW53VbCy/mKGki96WvJuFNkv7S9UZGh/lrIWKa6cbIoW6ag==} dependencies: chownr: 1.1.4 @@ -39494,7 +35884,7 @@ packages: mkdirp: 1.0.4 dev: true - /mkdirp/0.5.4: + /mkdirp@0.5.4: resolution: {integrity: sha512-iG9AK/dJLtJ0XNgTuDbSyNS3zECqDlAhnQW4CsNxBG3LQJBbHmRX1egw39DmtOdCAqY+dKXV+sgPgilNWUKMVw==} deprecated: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) hasBin: true @@ -39502,42 +35892,42 @@ packages: minimist: 1.2.8 dev: true - /mkdirp/0.5.6: + /mkdirp@0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: minimist: 1.2.8 - /mkdirp/1.0.4: + /mkdirp@1.0.4: resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} engines: {node: '>=10'} hasBin: true dev: true - /ml-array-max/1.2.4: + /ml-array-max@1.2.4: resolution: {integrity: sha512-BlEeg80jI0tW6WaPyGxf5Sa4sqvcyY6lbSn5Vcv44lp1I2GR6AWojfUvLnGTNsIXrZ8uqWmo8VcG1WpkI2ONMQ==} dependencies: is-any-array: 2.0.1 - /ml-array-min/1.2.3: + /ml-array-min@1.2.3: resolution: {integrity: sha512-VcZ5f3VZ1iihtrGvgfh/q0XlMobG6GQ8FsNyQXD3T+IlstDv85g8kfV0xUG1QPRO/t21aukaJowDzMTc7j5V6Q==} dependencies: is-any-array: 2.0.1 - /ml-array-rescale/1.3.7: + /ml-array-rescale@1.3.7: resolution: {integrity: sha512-48NGChTouvEo9KBctDfHC3udWnQKNKEWN0ziELvY3KG25GR5cA8K8wNVzracsqSW1QEkAXjTNx+ycgAv06/1mQ==} dependencies: is-any-array: 2.0.1 ml-array-max: 1.2.4 ml-array-min: 1.2.3 - /ml-matrix/6.10.4: + /ml-matrix@6.10.4: resolution: {integrity: sha512-rUyEhfNPzqFsltYwvjNeYQXlYEaVea3KgzcJKJteQUj2WVAGFx9fLNRjtMR9mg2B6bd5buxlmkZmxM4hmO+SKg==} dependencies: is-any-array: 2.0.1 ml-array-rescale: 1.3.7 - /mm/2.5.0: + /mm@2.5.0: resolution: {integrity: sha512-ilm+lGEBNm7Cw45um9ax0tbApiNwQV3PY6Yk1ol+wtA8c98hHuJqTgmdKB6rYQJTUC2QrhBfoWwN+/766ZlrYA==} engines: {node: '>=4.0.0'} dependencies: @@ -39547,14 +35937,14 @@ packages: thenify: 3.3.1 dev: true - /mocha/6.2.3: + /mocha@6.2.3: resolution: {integrity: sha512-0R/3FvjIGH3eEuG17ccFPk117XL2rWxatr81a57D+r/x2uTYZRbdZ4oVidEUMh2W2TJDa7MdAb12Lm2/qrKajg==} engines: {node: '>= 6.0.0'} hasBin: true dependencies: ansi-colors: 3.2.3 browser-stdout: 1.3.1 - debug: 3.2.6_supports-color@6.0.0 + debug: 3.2.6(supports-color@6.0.0) diff: 3.5.0 escape-string-regexp: 1.0.5 find-up: 3.0.0 @@ -39577,16 +35967,16 @@ packages: yargs-unparser: 1.6.0 dev: true - /moment-timezone/0.5.43: + /moment-timezone@0.5.43: resolution: {integrity: sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==} dependencies: moment: 2.29.4 dev: false - /moment/2.29.4: + /moment@2.29.4: resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==} - /monaco-editor-webpack-plugin/7.0.1_6gc6tkexe33r2kdlc7y6aweyji: + /monaco-editor-webpack-plugin@7.0.1(monaco-editor@0.25.2)(webpack@5.82.0): resolution: {integrity: sha512-M8qIqizltrPlIbrb73cZdTWfU9sIsUVFvAZkL3KGjAHmVWEJ0hZKa/uad14JuOckc0GwnCaoGHvMoYtJjVyCzw==} peerDependencies: monaco-editor: '>= 0.31.0' @@ -39594,26 +35984,26 @@ packages: dependencies: loader-utils: 2.0.4 monaco-editor: 0.25.2 - webpack: 5.82.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: false - /monaco-editor/0.25.2: + /monaco-editor@0.25.2: resolution: {integrity: sha512-5iylzSJevCnzJn9UVsW8yOZ3yHjmAs4TfvH3zsbftKiFKmHG0xirGN6DK9Kk04VSWxYCZZAIafYJoNJJMAU1KA==} dev: false - /monaco-editor/0.34.1: + /monaco-editor@0.34.1: resolution: {integrity: sha512-FKc80TyiMaruhJKKPz5SpJPIjL+dflGvz4CpuThaPMc94AyN7SeC9HQ8hrvaxX7EyHdJcUY5i4D0gNyJj1vSZQ==} dev: false - /moo/0.5.2: + /moo@0.5.2: resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} dev: true - /mousetrap/1.6.5: + /mousetrap@1.6.5: resolution: {integrity: sha512-QNo4kEepaIBwiT8CDhP98umTetp+JNfQYBWvC1pc6/OAibuXtRcxZ58Qz8skvEHYvURne/7R8T5VoOI7rDsEUA==} dev: false - /move-concurrently/1.0.1: + /move-concurrently@1.0.1: resolution: {integrity: sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==} dependencies: aproba: 1.2.0 @@ -39623,40 +36013,40 @@ packages: rimraf: 2.7.1 run-queue: 1.0.3 - /mri/1.2.0: + /mri@1.2.0: resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} engines: {node: '>=4'} dev: false - /ms/2.0.0: + /ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - /ms/2.1.1: + /ms@2.1.1: resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} dev: true - /ms/2.1.2: + /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - /ms/2.1.3: + /ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /muk-prop/1.2.1: + /muk-prop@1.2.1: resolution: {integrity: sha512-NdkOVav3GoIkBZqMUneU435HW0a90zitpuO1erPRhOQdPtl65dXD3G9/1k46G6/0ZMau4CJFFUHkMKVsyNZT+w==} engines: {node: '>=4'} dev: true - /multi-stage-sourcemap/0.2.1: + /multi-stage-sourcemap@0.2.1: resolution: {integrity: sha512-umaOM+8BZByZIB/ciD3dQLzTv50rEkkGJV78ta/tIVc/J/rfGZY5y1R+fBD3oTaolx41mK8rRcyGtYbDXlzx8Q==} dependencies: source-map: 0.1.43 dev: true - /multicast-dns-service-types/1.1.0: + /multicast-dns-service-types@1.1.0: resolution: {integrity: sha512-cnAsSVxIDsYt0v7HmC0hWZFwwXSh+E6PgCrREDuN/EsjgLwA5XRmlMHhSiDPrt6HxY1gTivEa/Zh7GtODoLevQ==} dev: true - /multicast-dns/6.2.3: + /multicast-dns@6.2.3: resolution: {integrity: sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==} hasBin: true dependencies: @@ -39664,11 +36054,11 @@ packages: thunky: 1.1.0 dev: true - /multimap/1.1.0: + /multimap@1.1.0: resolution: {integrity: sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==} dev: true - /multimatch/2.1.0: + /multimatch@2.1.0: resolution: {integrity: sha512-0mzK8ymiWdehTBiJh0vClAzGyQbdtyWqzSVx//EK4N/D+599RFlGfTAsKw2zMSABtDG9C6Ul2+t8f2Lbdjf5mA==} engines: {node: '>=0.10.0'} dependencies: @@ -39678,7 +36068,7 @@ packages: minimatch: 3.1.2 dev: false - /multimatch/5.0.0: + /multimatch@5.0.0: resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} engines: {node: '>=10'} dependencies: @@ -39689,24 +36079,24 @@ packages: minimatch: 3.1.2 dev: true - /murmurhash-js/1.0.0: + /murmurhash-js@1.0.0: resolution: {integrity: sha512-TvmkNhkv8yct0SVBSy+o8wYzXjE4Zz3PCesbfs8HiCXXdcTuocApFv11UWlNFWKYsP2okqrhb7JNlSm9InBhIw==} dev: false - /mustache/2.3.2: + /mustache@2.3.2: resolution: {integrity: sha512-KpMNwdQsYz3O/SBS1qJ/o3sqUJ5wSb8gb0pul8CO0S56b9Y2ALm8zCfsjPXsqGFfoNBkDwZuZIAjhsZI03gYVQ==} engines: {npm: '>=1.4.0'} hasBin: true dev: false - /mute-stream/0.0.7: + /mute-stream@0.0.7: resolution: {integrity: sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==} - /mute-stream/0.0.8: + /mute-stream@0.0.8: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: true - /mz-modules/2.1.0: + /mz-modules@2.1.0: resolution: {integrity: sha512-sjk8lcRW3vrVYnZ+W+67L/2rL+jbO5K/N6PFGIcLWTiYytNr22Ah9FDXFs+AQntTM1boZcoHi5qS+CV1seuPog==} engines: {node: '>=6.0.0'} dependencies: @@ -39716,19 +36106,19 @@ packages: pump: 3.0.0 rimraf: 2.7.1 - /mz/2.7.0: + /mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} dependencies: any-promise: 1.3.0 object-assign: 4.1.1 thenify-all: 1.6.0 - /nan/2.17.0: + /nan@2.17.0: resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} dev: true optional: true - /nano-css/5.3.5_sfoxds7t5ydpegc3knd667wn6m: + /nano-css@5.3.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-vSB9X12bbNu4ALBu7nigJgRViZ6ja3OU7CeuiV1zMIbXOdmkLahgtPmh3GBOlDxbKY0CitqlPdOReGlBLSp+yg==} peerDependencies: react: '*' @@ -39739,45 +36129,28 @@ packages: fastest-stable-stringify: 2.0.2 inline-style-prefixer: 6.0.4 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) rtl-css-js: 1.16.1 sourcemap-codec: 1.4.8 stacktrace-js: 2.0.2 stylis: 4.2.0 dev: false - /nanoid/2.1.11: + /nanoid@2.1.11: resolution: {integrity: sha512-s/snB+WGm6uwi0WjsZdaVcuf3KJXlfGl2LcxgwkEwJF0D/BWzVWAZW/XY4bFaiR7s0Jk3FPvlnepg1H1b1UwlA==} - /nanoid/3.3.6: + /nanoid@3.3.6: resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - /nanoid/4.0.2: + /nanoid@4.0.2: resolution: {integrity: sha512-7ZtY5KTCNheRGfEFxnedV5zFiORN1+Y1N6zvPTnHQd8ENUvfaDBeuJDZb2bN/oXwXxu3qkTXDzy57W5vAmDTBw==} engines: {node: ^14 || ^16 || >=18} hasBin: true + dev: false - /nanomatch/1.2.13: - resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} - engines: {node: '>=0.10.0'} - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - fragment-cache: 0.2.1 - is-windows: 1.0.2 - kind-of: 6.0.3 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - - /nanomatch/1.2.13_supports-color@6.1.0: + /nanomatch@1.2.13(supports-color@6.1.0): resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} engines: {node: '>=0.10.0'} dependencies: @@ -39790,31 +36163,30 @@ packages: kind-of: 6.0.3 object.pick: 1.3.0 regex-not: 1.0.2 - snapdragon: 0.8.2_supports-color@6.1.0 + snapdragon: 0.8.2(supports-color@6.1.0) to-regex: 3.0.2 transitivePeerDependencies: - supports-color - dev: true - /native-request/1.1.0: + /native-request@1.1.0: resolution: {integrity: sha512-uZ5rQaeRn15XmpgE0xoPL8YWqcX90VtCFglYwAgkvKM5e8fog+vePLAhHxuuv/gRkrQxIeh5U3q9sMNUrENqWw==} requiresBuild: true dev: true optional: true - /natural-compare-lite/1.4.0: + /natural-compare-lite@1.4.0: resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} dev: true - /natural-compare/1.4.0: + /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - /ndir/0.1.5: + /ndir@0.1.5: resolution: {integrity: sha512-GEdViSiVHi63HASUGaQXNBbUNe5KDnuAYvOGBlY7y+CCCRT3NBeMWQlODb2GVV2cKwEIwHzo9KOCMsPBXlKsOg==} engines: {node: '>= 0.4'} dev: false - /nearley/2.20.1: + /nearley@2.20.1: resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} hasBin: true dependencies: @@ -39824,27 +36196,28 @@ packages: randexp: 0.4.6 dev: true - /needle/3.2.0: + /needle@3.2.0: resolution: {integrity: sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==} engines: {node: '>= 4.4.x'} hasBin: true requiresBuild: true dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) iconv-lite: 0.6.3 sax: 1.2.4 transitivePeerDependencies: - supports-color + dev: false optional: true - /negotiator/0.6.3: + /negotiator@0.6.3: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} engines: {node: '>= 0.6'} - /neo-async/2.6.2: + /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /neo4j-driver-bolt-connection/4.4.10: + /neo4j-driver-bolt-connection@4.4.10: resolution: {integrity: sha512-xK41qY9LEoND3SIB/dJao1t1k3Y0jZlSb3fFrzL7qrrsAx6ClnOvRpJvcNvmjDjyjKXt6tBhElUvIFXqEuJUNQ==} dependencies: buffer: 6.0.3 @@ -39852,11 +36225,11 @@ packages: string_decoder: 1.3.0 dev: false - /neo4j-driver-core/4.4.10: + /neo4j-driver-core@4.4.10: resolution: {integrity: sha512-MBHxQSfqnvctgbHIhvY9CitHoFgSVR4rpx6rLX9VP/daGU5U7YZ2BrKHxuWpIxteHafUqmBFmk0frbx8tYGELA==} dev: false - /neo4j-driver/4.4.10: + /neo4j-driver@4.4.10: resolution: {integrity: sha512-FLAytWQbR1CkRFBlmt5N5+PDuKQpSARQXT7F+LFJPar3CKjMrP4VNT5UKfkl0tVc5QSrTxF/Aw2YGBzhs1kyCA==} dependencies: '@babel/runtime': 7.21.5 @@ -39865,23 +36238,23 @@ packages: rxjs: 6.6.7 dev: false - /nested-error-stacks/2.1.1: + /nested-error-stacks@2.1.1: resolution: {integrity: sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==} dev: true - /netmask/2.0.2: + /netmask@2.0.2: resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==} engines: {node: '>= 0.4.0'} - /next-tick/1.1.0: + /next-tick@1.1.0: resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} dev: true - /ngraph.events/1.2.2: + /ngraph.events@1.2.2: resolution: {integrity: sha512-JsUbEOzANskax+WSYiAPETemLWYXmixuPAlmZmhIbIj6FH/WDgEGCGnRwUQBK0GjOnVm8Ui+e5IJ+5VZ4e32eQ==} dev: false - /ngraph.forcelayout/3.3.1: + /ngraph.forcelayout@3.3.1: resolution: {integrity: sha512-MKBuEh1wujyQHFTW57y5vd/uuEOK0XfXYxm3lC7kktjJLRdt/KEKEknyOlc6tjXflqBKEuYBBcu7Ax5VY+S6aw==} dependencies: ngraph.events: 1.2.2 @@ -39889,61 +36262,61 @@ packages: ngraph.random: 1.1.0 dev: false - /ngraph.graph/20.0.1: + /ngraph.graph@20.0.1: resolution: {integrity: sha512-VFsQ+EMkT+7lcJO1QP8Ik3w64WbHJl27Q53EO9hiFU9CRyxJ8HfcXtfWz/U8okuoYKDctbciL6pX3vG5dt1rYA==} dependencies: ngraph.events: 1.2.2 dev: false - /ngraph.merge/1.0.0: + /ngraph.merge@1.0.0: resolution: {integrity: sha512-5J8YjGITUJeapsomtTALYsw7rFveYkM+lBj3QiYZ79EymQcuri65Nw3knQtFxQBU1r5iOaVRXrSwMENUPK62Vg==} dev: false - /ngraph.random/1.1.0: + /ngraph.random@1.1.0: resolution: {integrity: sha512-h25UdUN/g8U7y29TzQtRm/GvGr70lK37yQPvPKXXuVfs7gCm82WipYFZcksQfeKumtOemAzBIcT7lzzyK/edLw==} dev: false - /nice-try/1.0.5: + /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - /no-case/2.3.2: + /no-case@2.3.2: resolution: {integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==} dependencies: lower-case: 1.1.4 - /no-case/3.0.4: + /no-case@3.0.4: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 tslib: 2.5.0 - /nocache/3.0.4: + /nocache@3.0.4: resolution: {integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==} engines: {node: '>=12.0.0'} - /node-abort-controller/3.1.1: + /node-abort-controller@3.1.1: resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} dev: true - /node-dir/0.1.17: + /node-dir@0.1.17: resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} engines: {node: '>= 0.10.5'} dependencies: minimatch: 3.1.2 - /node-domexception/1.0.0: + /node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} dev: false - /node-environment-flags/1.0.5: + /node-environment-flags@1.0.5: resolution: {integrity: sha512-VNYPRfGfmZLx0Ye20jWzHUjyTW/c+6Wq+iLhDzUI4XmhrDd9l/FozXV3F2xOaXjvp0co0+v1YSR3CMP6g+VvLQ==} dependencies: object.getownpropertydescriptors: 2.1.6 semver: 5.7.1 dev: true - /node-fetch-npm/2.0.4: + /node-fetch-npm@2.0.4: resolution: {integrity: sha512-iOuIQDWDyjhv9qSDrj9aq/klt6F9z1p2otB3AV7v3zBDcL/x+OfGsvGQZZCcMZbUf4Ujw1xGNQkjvGnVT22cKg==} engines: {node: '>=4'} deprecated: This module is not used anymore, npm uses minipass-fetch for its fetch implementation now @@ -39952,18 +36325,18 @@ packages: json-parse-better-errors: 1.0.2 safe-buffer: 5.2.1 - /node-fetch/1.7.3: + /node-fetch@1.7.3: resolution: {integrity: sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==} dependencies: encoding: 0.1.13 is-stream: 1.1.0 - /node-fetch/2.6.0: + /node-fetch@2.6.0: resolution: {integrity: sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==} engines: {node: 4.x || >=6.0.0} dev: true - /node-fetch/2.6.7: + /node-fetch@2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} peerDependencies: @@ -39975,7 +36348,7 @@ packages: whatwg-url: 5.0.0 dev: false - /node-fetch/2.6.9: + /node-fetch@2.6.9: resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} engines: {node: 4.x || >=6.0.0} peerDependencies: @@ -39986,7 +36359,7 @@ packages: dependencies: whatwg-url: 5.0.0 - /node-fetch/3.3.1: + /node-fetch@3.3.1: resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: @@ -39995,12 +36368,12 @@ packages: formdata-polyfill: 4.0.10 dev: false - /node-forge/0.10.0: + /node-forge@0.10.0: resolution: {integrity: sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==} engines: {node: '>= 6.0.0'} dev: true - /node-gyp/4.0.0: + /node-gyp@4.0.0: resolution: {integrity: sha512-2XiryJ8sICNo6ej8d0idXDEMKfVfFK7kekGCtJAuelGsYHQxhj13KTf95swTCN2dZ/4lTfZ84Fu31jqJEEgjWA==} engines: {node: '>= 4.0.0'} hasBin: true @@ -40018,15 +36391,15 @@ packages: which: 1.3.1 dev: true - /node-homedir/1.1.1: + /node-homedir@1.1.1: resolution: {integrity: sha512-Xsmf94D/DdeDISAECUaxXVxhh+kHdbOQE4CnP4igo3HXL3BSmmUpD5M7orH434EZZwBTFF2xe5SgsQr/wOBuNw==} engines: {node: '>=4.0.0'} dev: false - /node-int64/0.4.0: + /node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} - /node-libs-browser/2.2.1: + /node-libs-browser@2.2.1: resolution: {integrity: sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==} dependencies: assert: 1.5.0 @@ -40053,7 +36426,7 @@ packages: util: 0.11.1 vm-browserify: 1.1.2 - /node-notifier/5.4.5: + /node-notifier@5.4.5: resolution: {integrity: sha512-tVbHs7DyTLtzOiN78izLA85zRqB9NvEXkAf014Vx3jtSvn/xBl6bR8ZYifj+dFcFrKI21huSQgJZ6ZtL3B4HfQ==} dependencies: growly: 1.3.0 @@ -40063,7 +36436,7 @@ packages: which: 1.3.1 dev: true - /node-notifier/8.0.2: + /node-notifier@8.0.2: resolution: {integrity: sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==} requiresBuild: true dependencies: @@ -40076,31 +36449,31 @@ packages: dev: false optional: true - /node-releases/1.1.77: + /node-releases@1.1.77: resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} dev: true - /node-releases/2.0.10: + /node-releases@2.0.10: resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} - /node-rsa/1.1.1: + /node-rsa@1.1.1: resolution: {integrity: sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==} dependencies: asn1: 0.2.6 dev: false - /node-stream-zip/1.15.0: + /node-stream-zip@1.15.0: resolution: {integrity: sha512-LN4fydt9TqhZhThkZIVQnF9cwjU3qmUH9h78Mx/K7d3VvfRqqwthLwJEUOEL0QPZ0XQmNN7be5Ggit5+4dq3Bw==} engines: {node: '>=0.12.0'} - /nopt/3.0.6: + /nopt@3.0.6: resolution: {integrity: sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==} hasBin: true dependencies: abbrev: 1.1.1 dev: true - /nopt/6.0.0: + /nopt@6.0.0: resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} hasBin: true @@ -40108,7 +36481,7 @@ packages: abbrev: 1.1.1 dev: false - /normalize-package-data/2.5.0: + /normalize-package-data@2.5.0: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 @@ -40116,7 +36489,7 @@ packages: semver: 5.7.1 validate-npm-package-license: 3.0.4 - /normalize-package-data/3.0.3: + /normalize-package-data@3.0.3: resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} engines: {node: '>=10'} dependencies: @@ -40126,25 +36499,25 @@ packages: validate-npm-package-license: 3.0.4 dev: true - /normalize-path/2.1.1: + /normalize-path@2.1.1: resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} engines: {node: '>=0.10.0'} dependencies: remove-trailing-separator: 1.1.0 - /normalize-path/3.0.0: + /normalize-path@3.0.0: resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} engines: {node: '>=0.10.0'} - /normalize-range/0.1.2: + /normalize-range@0.1.2: resolution: {integrity: sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==} engines: {node: '>=0.10.0'} - /normalize-selector/0.2.0: + /normalize-selector@0.2.0: resolution: {integrity: sha512-dxvWdI8gw6eAvk9BlPffgEoGfM7AdijoCwOEJge3e3ulT2XLgmU7KvvxprOaCu05Q1uGRHmOhHe1r6emZoKyFw==} dev: true - /normalize-url/1.9.1: + /normalize-url@1.9.1: resolution: {integrity: sha512-A48My/mtCklowHBlI8Fq2jFWK4tX4lJ5E6ytFsSOq1fzpvT0SQSgKhSg7lN5c2uYFOrUAOQp6zhhJnpp1eMloQ==} engines: {node: '>=4'} dependencies: @@ -40153,38 +36526,38 @@ packages: query-string: 4.3.4 sort-keys: 1.1.2 - /normalize-url/3.3.0: + /normalize-url@3.3.0: resolution: {integrity: sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==} engines: {node: '>=6'} dev: true - /normalize-url/4.5.1: + /normalize-url@4.5.1: resolution: {integrity: sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==} engines: {node: '>=8'} dev: true - /normalize.css/7.0.0: + /normalize.css@7.0.0: resolution: {integrity: sha512-LYaFZxj2Q1Q9e1VJ0f6laG46Rt5s9URhKyckNaA2vZnL/0gwQHWhM7ALQkp3WBQKM5sXRLQ5Ehrfkp+E/ZiCRg==} dev: false - /not/0.1.0: + /not@0.1.0: resolution: {integrity: sha512-5PDmaAsVfnWUgTUbJ3ERwn7u79Z0dYxN9ErxCpVJJqe2RK0PJ3z+iFUxuqjwtlDDegXvtWoxD/3Fzxox7tFGWA==} dev: false - /now-and-later/2.0.1: + /now-and-later@2.0.1: resolution: {integrity: sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==} engines: {node: '>= 0.10'} dependencies: once: 1.4.0 dev: true - /npm-bundled/1.1.2: + /npm-bundled@1.1.2: resolution: {integrity: sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==} dependencies: npm-normalize-package-bin: 1.0.1 dev: true - /npm-lifecycle/2.1.1: + /npm-lifecycle@2.1.1: resolution: {integrity: sha512-+Vg6I60Z75V/09pdcH5iUo/99Q/vop35PaI99elvxk56azSVVsdsSsS/sXqKDNwbRRNN1qSxkcO45ZOu0yOWew==} dependencies: byline: 5.0.0 @@ -40197,15 +36570,15 @@ packages: which: 1.3.1 dev: true - /npm-logical-tree/1.2.1: + /npm-logical-tree@1.2.1: resolution: {integrity: sha512-AJI/qxDB2PWI4LG1CYN579AY1vCiNyWfkiquCsJWqntRu/WwimVrC8yXeILBFHDwxfOejxewlmnvW9XXjMlYIg==} dev: true - /npm-normalize-package-bin/1.0.1: + /npm-normalize-package-bin@1.0.1: resolution: {integrity: sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==} dev: true - /npm-package-arg/5.1.2: + /npm-package-arg@5.1.2: resolution: {integrity: sha512-wJBsrf0qpypPT7A0LART18hCdyhpCMxeTtcb0X4IZO2jsP6Om7EHN1d9KSKiqD+KVH030RVNpWS9thk+pb7wzA==} dependencies: hosted-git-info: 2.8.9 @@ -40213,7 +36586,7 @@ packages: semver: 5.7.1 validate-npm-package-name: 3.0.0 - /npm-package-arg/6.1.1: + /npm-package-arg@6.1.1: resolution: {integrity: sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==} dependencies: hosted-git-info: 2.8.9 @@ -40222,7 +36595,7 @@ packages: validate-npm-package-name: 3.0.0 dev: true - /npm-package-arg/8.1.5: + /npm-package-arg@8.1.5: resolution: {integrity: sha512-LhgZrg0n0VgvzVdSm1oiZworPbTxYHUJCgtsJW8mGvlDpxTM1vSJc3m5QZeUkhAHIzbz3VCHd/R4osi1L1Tg/Q==} engines: {node: '>=10'} dependencies: @@ -40231,7 +36604,7 @@ packages: validate-npm-package-name: 3.0.0 dev: true - /npm-packlist/1.4.8: + /npm-packlist@1.4.8: resolution: {integrity: sha512-5+AZgwru5IevF5ZdnFglB5wNlHG1AOOuw28WhUq8/8emhBmLv6jX5by4WJCh7lW0uSYZYS6DXqIsyZVIXRZU9A==} dependencies: ignore-walk: 3.0.4 @@ -40239,13 +36612,13 @@ packages: npm-normalize-package-bin: 1.0.1 dev: true - /npm-pick-manifest/1.0.4: + /npm-pick-manifest@1.0.4: resolution: {integrity: sha512-MKxNdeyOZysPRTTbHtW0M5Fw38Jo/3ARsoGw5qjCfS+XGjvNB/Gb4qtAZUFmKPM2mVum+eX559eHvKywU856BQ==} dependencies: npm-package-arg: 5.1.2 semver: 5.7.1 - /npm-pick-manifest/3.0.2: + /npm-pick-manifest@3.0.2: resolution: {integrity: sha512-wNprTNg+X5nf+tDi+hbjdHhM4bX+mKqv6XmPh7B5eG+QY9VARfQPfCEH013H5GqfNj6ee8Ij2fg8yk0mzps1Vw==} dependencies: figgy-pudding: 3.5.2 @@ -40253,7 +36626,7 @@ packages: semver: 5.7.1 dev: true - /npm-profile/4.0.4: + /npm-profile@4.0.4: resolution: {integrity: sha512-Ta8xq8TLMpqssF0H60BXS1A90iMoM6GeKwsmravJ6wYjWwSzcYBTdyWa3DZCYqPutacBMEm7cxiOkiIeCUAHDQ==} dependencies: aproba: 2.0.0 @@ -40263,7 +36636,7 @@ packages: - supports-color dev: true - /npm-registry-fetch/3.9.1: + /npm-registry-fetch@3.9.1: resolution: {integrity: sha512-VQCEZlydXw4AwLROAXWUR7QDfe2Y8Id/vpAgp6TI1/H78a4SiQ1kQrKZALm5/zxM5n4HIi+aYb+idUAV/RuY0Q==} dependencies: JSONStream: 1.3.5 @@ -40276,7 +36649,7 @@ packages: - supports-color dev: true - /npm-registry-fetch/4.0.7: + /npm-registry-fetch@4.0.7: resolution: {integrity: sha512-cny9v0+Mq6Tjz+e0erFAB+RYJ/AVGzkjnISiobqP8OWj9c9FLoZZu8/SPSKJWE17F1tk4018wfjV+ZbIbqC7fQ==} dependencies: JSONStream: 1.3.5 @@ -40290,7 +36663,7 @@ packages: - supports-color dev: true - /npm-run-all/4.1.5: + /npm-run-all@4.1.5: resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} engines: {node: '>= 4'} hasBin: true @@ -40306,19 +36679,19 @@ packages: string.prototype.padend: 3.1.4 dev: true - /npm-run-path/2.0.2: + /npm-run-path@2.0.2: resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} engines: {node: '>=4'} dependencies: path-key: 2.0.1 - /npm-run-path/4.0.1: + /npm-run-path@4.0.1: resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} engines: {node: '>=8'} dependencies: path-key: 3.1.1 - /npmlog/4.1.2: + /npmlog@4.1.2: resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} dependencies: are-we-there-yet: 1.1.7 @@ -40327,29 +36700,29 @@ packages: set-blocking: 2.0.0 dev: true - /nth-check/1.0.2: + /nth-check@1.0.2: resolution: {integrity: sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==} dependencies: boolbase: 1.0.0 dev: true - /nth-check/2.1.1: + /nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} dependencies: boolbase: 1.0.0 - /nullthrows/1.1.1: + /nullthrows@1.1.1: resolution: {integrity: sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==} - /num2fraction/1.2.2: + /num2fraction@1.2.2: resolution: {integrity: sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==} - /number-is-nan/1.0.1: + /number-is-nan@1.0.1: resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} engines: {node: '>=0.10.0'} dev: true - /nunjucks/3.2.4: + /nunjucks@3.2.4: resolution: {integrity: sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==} engines: {node: '>= 6.9.0'} hasBin: true @@ -40363,10 +36736,10 @@ packages: asap: 2.0.6 commander: 5.1.0 - /nwsapi/2.2.4: + /nwsapi@2.2.4: resolution: {integrity: sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==} - /nyc/13.3.0: + /nyc@13.3.0: resolution: {integrity: sha512-P+FwIuro2aFG6B0Esd9ZDWUd51uZrAEoGutqZxzrVmYl3qSfkLgcQpBPBjtDFsUQLFY1dvTQJPOyeqr8S9GF8w==} engines: {node: '>=6'} hasBin: true @@ -40423,18 +36796,18 @@ packages: - yargs - yargs-parser - /oauth-sign/0.9.0: + /oauth-sign@0.9.0: resolution: {integrity: sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==} dev: true - /ob1/0.73.9: + /ob1@0.73.9: resolution: {integrity: sha512-kHOzCOFXmAM26fy7V/YuXNKne2TyRiXbFAvPBIbuedJCZZWQZHLdPzMeXJI4Egt6IcfDttRzN3jQ90wOwq1iNw==} - /object-assign/4.1.1: + /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - /object-copy/0.1.0: + /object-copy@0.1.0: resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} engines: {node: '>=0.10.0'} dependencies: @@ -40442,27 +36815,27 @@ packages: define-property: 0.2.5 kind-of: 3.2.2 - /object-inspect/1.12.3: + /object-inspect@1.12.3: resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} - /object-is/1.1.5: + /object-is@1.1.5: resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 - /object-keys/1.1.1: + /object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} - /object-visit/1.0.1: + /object-visit@1.0.1: resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 - /object.assign/4.1.0: + /object.assign@4.1.0: resolution: {integrity: sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==} engines: {node: '>= 0.4'} dependencies: @@ -40472,7 +36845,7 @@ packages: object-keys: 1.1.1 dev: true - /object.assign/4.1.4: + /object.assign@4.1.4: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} engines: {node: '>= 0.4'} dependencies: @@ -40481,7 +36854,7 @@ packages: has-symbols: 1.0.3 object-keys: 1.1.1 - /object.entries/1.1.6: + /object.entries@1.1.6: resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==} engines: {node: '>= 0.4'} dependencies: @@ -40490,7 +36863,7 @@ packages: es-abstract: 1.21.2 dev: true - /object.fromentries/2.0.6: + /object.fromentries@2.0.6: resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} engines: {node: '>= 0.4'} dependencies: @@ -40499,7 +36872,7 @@ packages: es-abstract: 1.21.2 dev: true - /object.getownpropertydescriptors/2.1.6: + /object.getownpropertydescriptors@2.1.6: resolution: {integrity: sha512-lq+61g26E/BgHv0ZTFgRvi7NMEPuAxLkFU7rukXjc/AlwH4Am5xXVnIXy3un1bg/JPbXHrixRkK1itUzzPiIjQ==} engines: {node: '>= 0.8'} dependencies: @@ -40510,7 +36883,7 @@ packages: safe-array-concat: 1.0.0 dev: true - /object.getprototypeof/1.0.4: + /object.getprototypeof@1.0.4: resolution: {integrity: sha512-xV/FkUNM9sHa56AB5deXrlIR+jBtDAHieyfm6XZUuehqlMX+YJPh8CAYtPrXGA/mFLFttasTc9ihhpkPrH7pLw==} engines: {node: '>= 0.4'} dependencies: @@ -40520,20 +36893,20 @@ packages: reflect.getprototypeof: 1.0.3 dev: true - /object.hasown/1.1.2: + /object.hasown@1.1.2: resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} dependencies: define-properties: 1.2.0 es-abstract: 1.21.2 dev: true - /object.pick/1.3.0: + /object.pick@1.3.0: resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} engines: {node: '>=0.10.0'} dependencies: isobject: 3.0.1 - /object.values/1.1.6: + /object.values@1.1.6: resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} engines: {node: '>= 0.4'} dependencies: @@ -40542,67 +36915,67 @@ packages: es-abstract: 1.21.2 dev: true - /obuf/1.1.2: + /obuf@1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} dev: true - /omit.js/1.0.2: + /omit.js@1.0.2: resolution: {integrity: sha512-/QPc6G2NS+8d4L/cQhbk6Yit1WTB6Us2g84A7A/1+w9d/eRGHyEqC5kkQtHVoHZ5NFWGG7tUGgrhVZwgZanKrQ==} dependencies: babel-runtime: 6.26.0 dev: false - /omit.js/2.0.2: + /omit.js@2.0.2: resolution: {integrity: sha512-hJmu9D+bNB40YpL9jYebQl4lsTW6yEHRTroJzNLqQJYHm7c+NQnJGfZmIWh8S3q3KoaxV1aLhV6B3+0N0/kyJg==} dev: false - /on-exit-leak-free/0.2.0: + /on-exit-leak-free@0.2.0: resolution: {integrity: sha512-dqaz3u44QbRXQooZLTUKU41ZrzYrcvLISVgbrzbyCMxpmSLJvZ3ZamIJIZ29P6OhZIkNIQKosdeM6t1LYbA9hg==} - /on-finished/2.3.0: + /on-finished@2.3.0: resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 - /on-finished/2.4.1: + /on-finished@2.4.1: resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} engines: {node: '>= 0.8'} dependencies: ee-first: 1.1.1 - /on-headers/1.0.2: + /on-headers@1.0.2: resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} engines: {node: '>= 0.8'} - /once/1.4.0: + /once@1.4.0: resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} dependencies: wrappy: 1.0.2 - /onetime/2.0.1: + /onetime@2.0.1: resolution: {integrity: sha512-oyyPpiMaKARvvcgip+JV+7zci5L8D1W9RZIz2l1o08AM3pfspitVWnPt3mzHcBPp12oYMTy0pqrFs/C+m3EwsQ==} engines: {node: '>=4'} dependencies: mimic-fn: 1.2.0 - /onetime/5.1.2: + /onetime@5.1.2: resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} engines: {node: '>=6'} dependencies: mimic-fn: 2.1.0 - /only/0.0.2: + /only@0.0.2: resolution: {integrity: sha512-Fvw+Jemq5fjjyWz6CpKx6w9s7xxqo3+JCyM0WXWeCSOboZ8ABkyvP8ID4CZuChA/wxSx+XSJmdOm8rGVyJ1hdQ==} dev: false - /open/6.4.0: + /open@6.4.0: resolution: {integrity: sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==} engines: {node: '>=8'} dependencies: is-wsl: 1.1.0 - /open/7.4.2: + /open@7.4.2: resolution: {integrity: sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==} engines: {node: '>=8'} dependencies: @@ -40610,36 +36983,36 @@ packages: is-wsl: 2.2.0 dev: true - /opener/1.5.2: + /opener@1.5.2: resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} hasBin: true dev: true - /opn/5.4.0: + /opn@5.4.0: resolution: {integrity: sha512-YF9MNdVy/0qvJvDtunAOzFw9iasOQHpVthTCvGzxt61Il64AYSGdK+rYwld7NAfk9qJ7dt+hymBNSc9LNYS+Sw==} engines: {node: '>=4'} dependencies: is-wsl: 1.1.0 dev: true - /opn/5.5.0: + /opn@5.5.0: resolution: {integrity: sha512-PqHpggC9bLV0VeWcdKhkpxY+3JTzetLSqTCWL/z/tFIbI6G8JCjondXklT1JinczLz2Xib62sSp0T/gKT4KksA==} engines: {node: '>=4'} dependencies: is-wsl: 1.1.0 dev: true - /optimize-css-assets-webpack-plugin/5.0.8_webpack@4.46.0: + /optimize-css-assets-webpack-plugin@5.0.8(webpack@4.46.0): resolution: {integrity: sha512-mgFS1JdOtEGzD8l+EuISqL57cKO+We9GcoiQEmdCWRqqck+FGNmYJtx9qfAPzEz+lRrlThWMuGDaRkI/yWNx/Q==} peerDependencies: webpack: ^4.0.0 dependencies: cssnano: 4.1.11 last-call-webpack-plugin: 3.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /optionator/0.8.3: + /optionator@0.8.3: resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} engines: {node: '>= 0.8.0'} dependencies: @@ -40650,7 +37023,7 @@ packages: type-check: 0.3.2 word-wrap: 1.2.3 - /optionator/0.9.1: + /optionator@0.9.1: resolution: {integrity: sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==} engines: {node: '>= 0.8.0'} dependencies: @@ -40662,7 +37035,7 @@ packages: word-wrap: 1.2.3 dev: true - /ora/1.4.0: + /ora@1.4.0: resolution: {integrity: sha512-iMK1DOQxzzh2MBlVsU42G80mnrvUhqsMh74phHtDlrcTZPK0pH6o7l7DRshK+0YsxDyEuaOkziVdvM3T0QTzpw==} engines: {node: '>=4'} dependencies: @@ -40671,7 +37044,7 @@ packages: cli-spinners: 1.3.1 log-symbols: 2.2.0 - /ora/5.4.1: + /ora@5.4.1: resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} engines: {node: '>=10'} dependencies: @@ -40685,33 +37058,33 @@ packages: strip-ansi: 6.0.1 wcwidth: 1.0.1 - /ordered-read-streams/1.0.1: + /ordered-read-streams@1.0.1: resolution: {integrity: sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==} dependencies: readable-stream: 2.3.8 dev: true - /os-browserify/0.3.0: + /os-browserify@0.3.0: resolution: {integrity: sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==} - /os-homedir/1.0.2: + /os-homedir@1.0.2: resolution: {integrity: sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==} engines: {node: '>=0.10.0'} - /os-homedir/2.0.0: + /os-homedir@2.0.0: resolution: {integrity: sha512-saRNz0DSC5C/I++gFIaJTXoFJMRwiP5zHar5vV3xQ2TkgEw6hDCcU5F272JjUylpiVgBrZNQHnfjkLabTfb92Q==} engines: {node: '>=0.10.0'} deprecated: This is not needed anymore. Use `require('os').homedir()` instead. dev: true - /os-locale/1.4.0: + /os-locale@1.4.0: resolution: {integrity: sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==} engines: {node: '>=0.10.0'} dependencies: lcid: 1.0.0 dev: true - /os-locale/3.1.0: + /os-locale@3.1.0: resolution: {integrity: sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==} engines: {node: '>=6'} dependencies: @@ -40720,7 +37093,7 @@ packages: mem: 4.3.0 dev: true - /os-locale/5.0.0: + /os-locale@5.0.0: resolution: {integrity: sha512-tqZcNEDAIZKBEPnHPlVDvKrp7NzgLi7jRmhKiUoa2NUmhl13FtkAGLUVR+ZsYvApBQdBfYm43A4tXXQ4IrYLBA==} engines: {node: '>=10'} dependencies: @@ -40729,7 +37102,7 @@ packages: mem: 5.1.1 dev: true - /os-name/1.0.3: + /os-name@1.0.3: resolution: {integrity: sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==} engines: {node: '>=0.10.0'} hasBin: true @@ -40737,134 +37110,134 @@ packages: osx-release: 1.1.0 win-release: 1.1.1 - /os-tmpdir/1.0.2: + /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} - /osenv/0.1.5: + /osenv@0.1.5: resolution: {integrity: sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==} dependencies: os-homedir: 1.0.2 os-tmpdir: 1.0.2 - /osx-release/1.1.0: + /osx-release@1.1.0: resolution: {integrity: sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==} engines: {node: '>=0.10.0'} hasBin: true dependencies: minimist: 1.2.8 - /outdent/0.5.0: + /outdent@0.5.0: resolution: {integrity: sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q==} dev: true - /p-cancelable/1.1.0: + /p-cancelable@1.1.0: resolution: {integrity: sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==} engines: {node: '>=6'} dev: true - /p-defer/1.0.0: + /p-defer@1.0.0: resolution: {integrity: sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==} engines: {node: '>=4'} dev: true - /p-each-series/1.0.0: + /p-each-series@1.0.0: resolution: {integrity: sha512-J/e9xiZZQNrt+958FFzJ+auItsBGq+UrQ7nE89AUP7UOTtjHnkISANXLdayhVzh538UnLMCSlf13lFfRIAKQOA==} engines: {node: '>=4'} dependencies: p-reduce: 1.0.0 dev: true - /p-each-series/2.2.0: + /p-each-series@2.2.0: resolution: {integrity: sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA==} engines: {node: '>=8'} dev: false - /p-filter/2.1.0: + /p-filter@2.1.0: resolution: {integrity: sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==} engines: {node: '>=8'} dependencies: p-map: 2.1.0 dev: true - /p-finally/1.0.0: + /p-finally@1.0.0: resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} engines: {node: '>=4'} - /p-finally/2.0.1: + /p-finally@2.0.1: resolution: {integrity: sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==} engines: {node: '>=8'} dev: true - /p-is-promise/2.1.0: + /p-is-promise@2.1.0: resolution: {integrity: sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==} engines: {node: '>=6'} dev: true - /p-limit/1.3.0: + /p-limit@1.3.0: resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} engines: {node: '>=4'} dependencies: p-try: 1.0.0 dev: true - /p-limit/2.3.0: + /p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} dependencies: p-try: 2.2.0 - /p-limit/3.1.0: + /p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} engines: {node: '>=10'} dependencies: yocto-queue: 0.1.0 - /p-locate/2.0.0: + /p-locate@2.0.0: resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} engines: {node: '>=4'} dependencies: p-limit: 1.3.0 dev: true - /p-locate/3.0.0: + /p-locate@3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} dependencies: p-limit: 2.3.0 - /p-locate/4.1.0: + /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} engines: {node: '>=8'} dependencies: p-limit: 2.3.0 - /p-locate/5.0.0: + /p-locate@5.0.0: resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} engines: {node: '>=10'} dependencies: p-limit: 3.1.0 - /p-map/2.1.0: + /p-map@2.1.0: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} dev: true - /p-map/3.0.0: + /p-map@3.0.0: resolution: {integrity: sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==} engines: {node: '>=8'} dependencies: aggregate-error: 3.1.0 dev: true - /p-map/4.0.0: + /p-map@4.0.0: resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} engines: {node: '>=10'} dependencies: aggregate-error: 3.1.0 dev: true - /p-queue/6.6.2: + /p-queue@6.6.2: resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} engines: {node: '>=8'} dependencies: @@ -40872,46 +37245,46 @@ packages: p-timeout: 3.2.0 dev: true - /p-reduce/1.0.0: + /p-reduce@1.0.0: resolution: {integrity: sha512-3Tx1T3oM1xO/Y8Gj0sWyE78EIJZ+t+aEmXUdvQgvGmSMri7aPTHoovbXEreWKkL5j21Er60XAWLTzKbAKYOujQ==} engines: {node: '>=4'} dev: true - /p-reduce/2.1.0: + /p-reduce@2.1.0: resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} engines: {node: '>=8'} dev: true - /p-retry/3.0.1: + /p-retry@3.0.1: resolution: {integrity: sha512-XE6G4+YTTkT2a0UWb2kjZe8xNwf8bIbnqpc/IS/idOBVhyves0mK5OJgeocjx7q5pvX/6m23xuzVPYT1uGM73w==} engines: {node: '>=6'} dependencies: retry: 0.12.0 dev: true - /p-timeout/3.2.0: + /p-timeout@3.2.0: resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} engines: {node: '>=8'} dependencies: p-finally: 1.0.0 dev: true - /p-try/1.0.0: + /p-try@1.0.0: resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} engines: {node: '>=4'} dev: true - /p-try/2.2.0: + /p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} - /pac-proxy-agent/5.0.0: + /pac-proxy-agent@5.0.0: resolution: {integrity: sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ==} engines: {node: '>= 8'} dependencies: '@tootallnate/once': 1.1.2 agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) get-uri: 3.0.2 http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 @@ -40921,7 +37294,7 @@ packages: transitivePeerDependencies: - supports-color - /pac-resolver/5.0.1: + /pac-resolver@5.0.1: resolution: {integrity: sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==} engines: {node: '>= 8'} dependencies: @@ -40929,7 +37302,7 @@ packages: ip: 1.1.8 netmask: 2.0.2 - /package-hash/3.0.0: + /package-hash@3.0.0: resolution: {integrity: sha512-lOtmukMDVvtkL84rJHI7dpTYq+0rli8N2wlnqUcBuDWCfVhRUfOmnR9SsoHFMLpACvEV60dX7rd0rFaYDZI+FA==} engines: {node: '>=6'} dependencies: @@ -40939,7 +37312,7 @@ packages: release-zalgo: 1.0.0 dev: true - /package-json/4.0.1: + /package-json@4.0.1: resolution: {integrity: sha512-q/R5GrMek0vzgoomq6rm9OX+3PQve8sLwTirmK30YB3Cu0Bbt9OX9M/SIUnroN5BGJkzwGsFwDaRGD9EwBOlCA==} engines: {node: '>=4'} dependencies: @@ -40948,7 +37321,7 @@ packages: registry-url: 3.1.0 semver: 5.7.1 - /package-json/6.5.0: + /package-json@6.5.0: resolution: {integrity: sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==} engines: {node: '>=8'} dependencies: @@ -40958,7 +37331,7 @@ packages: semver: 6.3.0 dev: true - /pacote/2.7.38: + /pacote@2.7.38: resolution: {integrity: sha512-XxHUyHQB7QCVBxoXeVu0yKxT+2PvJucsc0+1E+6f95lMUxEAYERgSAc71ckYXrYr35Ew3xFU/LrhdIK21GQFFA==} dependencies: bluebird: 3.7.2 @@ -40972,7 +37345,7 @@ packages: npm-package-arg: 5.1.2 npm-pick-manifest: 1.0.4 osenv: 0.1.5 - promise-inflight: 1.0.1 + promise-inflight: 1.0.1(bluebird@3.7.2) promise-retry: 1.1.1 protoduck: 4.0.0 safe-buffer: 5.2.1 @@ -40985,7 +37358,7 @@ packages: transitivePeerDependencies: - supports-color - /pacote/9.5.12: + /pacote@9.5.12: resolution: {integrity: sha512-BUIj/4kKbwWg4RtnBncXPJd15piFSVNpTzY0rysSr3VnMowTYgkGKcaHrbReepAkjTr8lH2CVWRi58Spg2CicQ==} dependencies: bluebird: 3.7.2 @@ -41008,7 +37381,7 @@ packages: npm-pick-manifest: 3.0.2 npm-registry-fetch: 4.0.7 osenv: 0.1.5 - promise-inflight: 1.0.1_bluebird@3.7.2 + promise-inflight: 1.0.1(bluebird@3.7.2) promise-retry: 1.1.1 protoduck: 5.0.1 rimraf: 2.7.1 @@ -41022,35 +37395,35 @@ packages: - supports-color dev: true - /pako/1.0.11: + /pako@1.0.11: resolution: {integrity: sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==} - /parallel-transform/1.2.0: + /parallel-transform@1.2.0: resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} dependencies: cyclist: 1.0.1 inherits: 2.0.4 readable-stream: 2.3.8 - /param-case/2.1.1: + /param-case@2.1.1: resolution: {integrity: sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==} dependencies: no-case: 2.3.2 - /param-case/3.0.4: + /param-case@3.0.4: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 tslib: 2.5.0 - /parent-module/1.0.1: + /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} dependencies: callsites: 3.1.0 dev: true - /parse-asn1/5.1.6: + /parse-asn1@5.1.6: resolution: {integrity: sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==} dependencies: asn1.js: 5.4.1 @@ -41059,7 +37432,7 @@ packages: pbkdf2: 3.1.2 safe-buffer: 5.2.1 - /parse-entities/1.2.2: + /parse-entities@1.2.2: resolution: {integrity: sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==} dependencies: character-entities: 1.2.4 @@ -41070,7 +37443,7 @@ packages: is-hexadecimal: 1.0.4 dev: true - /parse-entities/2.0.0: + /parse-entities@2.0.0: resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} dependencies: character-entities: 1.2.4 @@ -41080,7 +37453,7 @@ packages: is-decimal: 1.0.4 is-hexadecimal: 1.0.4 - /parse-entities/4.0.1: + /parse-entities@4.0.1: resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==} dependencies: '@types/unist': 2.0.6 @@ -41093,13 +37466,13 @@ packages: is-hexadecimal: 2.0.1 dev: false - /parse-git-config/0.2.0: + /parse-git-config@0.2.0: resolution: {integrity: sha512-amapZFADOJtHvX2URcRfbzG2OFcW+UAwmdK2kht2N2vsH5Py65VxI5yZTlD2DjmxVhTz6htFoVCxROYUJaYOXQ==} engines: {node: '>=0.10.0'} dependencies: ini: 1.3.8 - /parse-git-config/1.1.1: + /parse-git-config@1.1.1: resolution: {integrity: sha512-S3LGXJZVSy/hswvbSkfdbKBRVsnqKrVu6j8fcvdtJ4TxosSELyQDsJPuGPXuZ+EyuYuJd3O4uAF8gcISR0OFrQ==} engines: {node: '>=0.10.0'} dependencies: @@ -41108,21 +37481,21 @@ packages: git-config-path: 1.0.1 ini: 1.3.8 - /parse-json/2.2.0: + /parse-json@2.2.0: resolution: {integrity: sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==} engines: {node: '>=0.10.0'} dependencies: error-ex: 1.3.2 dev: true - /parse-json/4.0.0: + /parse-json@4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 - /parse-json/5.2.0: + /parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: @@ -41131,125 +37504,125 @@ packages: json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - /parse-node-version/1.0.1: + /parse-node-version@1.0.1: resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==} engines: {node: '>= 0.10'} - /parse-numeric-range/1.3.0: + /parse-numeric-range@1.3.0: resolution: {integrity: sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==} dev: false - /parse-passwd/1.0.0: + /parse-passwd@1.0.0: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} - /parse5-htmlparser2-tree-adapter/7.0.0: + /parse5-htmlparser2-tree-adapter@7.0.0: resolution: {integrity: sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==} dependencies: domhandler: 5.0.3 parse5: 7.1.2 dev: true - /parse5/4.0.0: + /parse5@4.0.0: resolution: {integrity: sha512-VrZ7eOd3T1Fk4XWNXMgiGBK/z0MG48BWG2uQNU4I72fkQuKUTZpl+u9k+CxEG0twMVzSmXEEz12z5Fnw1jIQFA==} dev: true - /parse5/6.0.1: + /parse5@6.0.1: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} - /parse5/7.1.2: + /parse5@7.1.2: resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} dependencies: entities: 4.5.0 dev: true - /parseurl/1.3.3: + /parseurl@1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} - /pascal-case/2.0.1: + /pascal-case@2.0.1: resolution: {integrity: sha512-qjS4s8rBOJa2Xm0jmxXiyh1+OFf6ekCWOvUaRgAQSktzlTbMotS0nmG9gyYAybCWBcuP4fsBeRCKNwGBnMe2OQ==} dependencies: camel-case: 3.0.0 upper-case-first: 1.1.2 - /pascal-case/3.1.2: + /pascal-case@3.1.2: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 tslib: 2.5.0 - /pascalcase/0.1.1: + /pascalcase@0.1.1: resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} engines: {node: '>=0.10.0'} - /path-browserify/0.0.1: + /path-browserify@0.0.1: resolution: {integrity: sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==} - /path-browserify/1.0.1: + /path-browserify@1.0.1: resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} dev: true - /path-case/2.1.1: + /path-case@2.1.1: resolution: {integrity: sha512-Ou0N05MioItesaLr9q8TtHVWmJ6fxWdqKB2RohFmNWVyJ+2zeKIeDNWAN6B/Pe7wpzWChhZX6nONYmOnMeJQ/Q==} dependencies: no-case: 2.3.2 - /path-dirname/1.0.2: + /path-dirname@1.0.2: resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} dev: true - /path-exists/2.1.0: + /path-exists@2.1.0: resolution: {integrity: sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==} engines: {node: '>=0.10.0'} dependencies: pinkie-promise: 2.0.1 dev: true - /path-exists/3.0.0: + /path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} - /path-exists/4.0.0: + /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} - /path-is-absolute/1.0.1: + /path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} - /path-is-inside/1.0.2: + /path-is-inside@1.0.2: resolution: {integrity: sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==} - /path-key/2.0.1: + /path-key@2.0.1: resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} engines: {node: '>=4'} - /path-key/3.1.1: + /path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} - /path-parse/1.0.7: + /path-parse@1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - /path-to-regexp/0.1.7: + /path-to-regexp@0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} dev: true - /path-to-regexp/1.8.0: + /path-to-regexp@1.8.0: resolution: {integrity: sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==} dependencies: isarray: 0.0.1 - /path-to-regexp/2.2.1: + /path-to-regexp@2.2.1: resolution: {integrity: sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==} dev: true - /path-to-regexp/2.4.0: + /path-to-regexp@2.4.0: resolution: {integrity: sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==} dev: false - /path-type/1.1.0: + /path-type@1.1.0: resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==} engines: {node: '>=0.10.0'} dependencies: @@ -41258,23 +37631,23 @@ packages: pinkie-promise: 2.0.1 dev: true - /path-type/3.0.0: + /path-type@3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} dependencies: pify: 3.0.0 dev: true - /path-type/4.0.0: + /path-type@4.0.0: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - /pause-stream/0.0.11: + /pause-stream@0.0.11: resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==} dependencies: through: 2.3.8 - /pbf/3.2.1: + /pbf@3.2.1: resolution: {integrity: sha512-ClrV7pNOn7rtmoQVF4TS1vyU0WhYRnP92fzbfF75jAIwpnzdJXf8iTd4CMEqO4yUenH6NDqLiwjqlh6QgZzgLQ==} hasBin: true dependencies: @@ -41282,7 +37655,7 @@ packages: resolve-protobuf-schema: 2.1.0 dev: false - /pbkdf2/3.1.2: + /pbkdf2@3.1.2: resolution: {integrity: sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==} engines: {node: '>=0.12'} dependencies: @@ -41292,76 +37665,77 @@ packages: safe-buffer: 5.2.1 sha.js: 2.4.11 - /pdfast/0.2.0: + /pdfast@0.2.0: resolution: {integrity: sha512-cq6TTu6qKSFUHwEahi68k/kqN2mfepjkGrG9Un70cgdRRKLKY6Rf8P8uvP2NvZktaQZNF3YE7agEkLj0vGK9bA==} + dev: false - /perf_hooks/0.0.1: + /perf_hooks@0.0.1: resolution: {integrity: sha512-qG/D9iA4KDme+KF4vCObJy6Bouu3BlQnmJ8jPydVPm32NJBD9ZK1ZNgXSYaZKHkVC1sKSqUiLgFvAZPUiIEnBw==} dev: true - /perfect-scrollbar/1.5.5: + /perfect-scrollbar@1.5.5: resolution: {integrity: sha512-dzalfutyP3e/FOpdlhVryN4AJ5XDVauVWxybSkLZmakFE2sS3y3pc4JnSprw8tGmHvkaG5Edr5T7LBTZ+WWU2g==} dev: true - /performance-now/2.1.0: + /performance-now@2.1.0: resolution: {integrity: sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==} - /picocolors/0.2.1: + /picocolors@0.2.1: resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} - /picocolors/1.0.0: + /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - /picomatch/2.3.1: + /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - /pidtree/0.3.1: + /pidtree@0.3.1: resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} engines: {node: '>=0.10'} hasBin: true dev: true - /pify/2.3.0: + /pify@2.3.0: resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} engines: {node: '>=0.10.0'} dev: true - /pify/3.0.0: + /pify@3.0.0: resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} - /pify/4.0.1: + /pify@4.0.1: resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} engines: {node: '>=6'} - /pify/5.0.0: + /pify@5.0.0: resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} engines: {node: '>=10'} dev: true - /pinkie-promise/2.0.1: + /pinkie-promise@2.0.1: resolution: {integrity: sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==} engines: {node: '>=0.10.0'} dependencies: pinkie: 2.0.4 dev: true - /pinkie/2.0.4: + /pinkie@2.0.4: resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} engines: {node: '>=0.10.0'} dev: true - /pino-abstract-transport/0.5.0: + /pino-abstract-transport@0.5.0: resolution: {integrity: sha512-+KAgmVeqXYbTtU2FScx1XS3kNyfZ5TrXY07V96QnUSFqo2gAqlvmaxH67Lj7SWazqsMabf+58ctdTcBgnOLUOQ==} dependencies: duplexify: 4.1.2 split2: 4.2.0 - /pino-std-serializers/4.0.0: + /pino-std-serializers@4.0.0: resolution: {integrity: sha512-cK0pekc1Kjy5w9V2/n+8MkZwusa6EyyxfeQCB799CQRhRt/CqYKiWs5adeu8Shve2ZNffvfC/7J64A2PJo1W/Q==} - /pino/7.11.0: + /pino@7.11.0: resolution: {integrity: sha512-dMACeu63HtRLmCG8VKdy4cShCPKaYDR4youZqoSWLxl5Gu99HUw8bw75thbPv9Nip+H+QYX8o3ZJbTdVZZ2TVg==} hasBin: true dependencies: @@ -41377,11 +37751,11 @@ packages: sonic-boom: 2.8.0 thread-stream: 0.15.2 - /pirates/4.0.5: + /pirates@4.0.5: resolution: {integrity: sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==} engines: {node: '>= 6'} - /pkg-add-deps/0.1.0: + /pkg-add-deps@0.1.0: resolution: {integrity: sha512-8CNvVKx/aQYjVCSf6NilxXt3/LDqHm6EIzJL60oEQcl+KAGk78PjtTPtcnQOCre3luOY/l1Z1TKb5j8+L0W2Fw==} engines: {node: '>=6'} hasBin: true @@ -41394,7 +37768,7 @@ packages: - supports-color dev: true - /pkg-conf/2.1.0: + /pkg-conf@2.1.0: resolution: {integrity: sha512-C+VUP+8jis7EsQZIhDYmS5qlNtjv2yP4SNtjXK9AP1ZcTRlnSfuumaTnRfYZnYgUUYVIKqL0fRvmUGDV2fmp6g==} engines: {node: '>=4'} dependencies: @@ -41402,44 +37776,44 @@ packages: load-json-file: 4.0.0 dev: true - /pkg-dir/2.0.0: + /pkg-dir@2.0.0: resolution: {integrity: sha512-ojakdnUgL5pzJYWw2AIDEupaQCX5OPbM688ZevubICjdIX01PRSYKqm33fJoCOJBRseYCTUlQRnBNX+Pchaejw==} engines: {node: '>=4'} dependencies: find-up: 2.1.0 dev: true - /pkg-dir/3.0.0: + /pkg-dir@3.0.0: resolution: {integrity: sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==} engines: {node: '>=6'} dependencies: find-up: 3.0.0 - /pkg-dir/4.2.0: + /pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} dependencies: find-up: 4.1.0 - /pkg-up/2.0.0: + /pkg-up@2.0.0: resolution: {integrity: sha512-fjAPuiws93rm7mPUu21RdBnkeZNrbfCFCwfAhPWY+rR3zG0ubpe5cEReHOw5fIbfmsxEV/g2kSxGTATY3Bpnwg==} engines: {node: '>=4'} dependencies: find-up: 2.1.0 dev: true - /pkg-up/3.1.0: + /pkg-up@3.1.0: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} dependencies: find-up: 3.0.0 dev: true - /platform/1.3.6: + /platform@1.3.6: resolution: {integrity: sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==} dev: false - /plugin-error/0.1.2: + /plugin-error@0.1.2: resolution: {integrity: sha512-WzZHcm4+GO34sjFMxQMqZbsz3xiNEgonCskQ9v+IroMmYgk/tas8dG+Hr2D6IbRPybZ12oWpzE/w3cGJ6FJzOw==} engines: {node: '>=0.10.0'} dependencies: @@ -41450,7 +37824,7 @@ packages: extend-shallow: 1.1.4 dev: true - /plugin-error/1.0.1: + /plugin-error@1.0.1: resolution: {integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==} engines: {node: '>= 0.10'} dependencies: @@ -41460,111 +37834,97 @@ packages: extend-shallow: 3.0.2 dev: true - /plur/4.0.0: + /plur@4.0.0: resolution: {integrity: sha512-4UGewrYgqDFw9vV6zNV+ADmPAUAfJPKtGvb/VdpQAx25X5f3xXdGdyOEVFwkl8Hl/tl7+xbeHqSEM+D5/TirUg==} engines: {node: '>=10'} dependencies: irregular-plurals: 3.5.0 dev: true - /pluralize/8.0.0: + /pluralize@8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} engines: {node: '>=4'} dev: true - /pn/1.1.0: + /pn@1.1.0: resolution: {integrity: sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA==} dev: true - /pnp-webpack-plugin/1.5.0: + /pnp-webpack-plugin@1.5.0(typescript@4.9.5): resolution: {integrity: sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0 + ts-pnp: 1.2.0(typescript@4.9.5) transitivePeerDependencies: - typescript dev: true - /pnp-webpack-plugin/1.5.0_typescript@5.0.4: - resolution: {integrity: sha512-jd9olUr9D7do+RN8Wspzhpxhgp1n6Vd0NtQ4SFkmIACZoEL1nkyAdW9Ygrinjec0vgDcWjscFQQ1gDW8rsfKTg==} - engines: {node: '>=6'} - dependencies: - ts-pnp: 1.2.0_typescript@5.0.4 - transitivePeerDependencies: - - typescript - dev: true - - /point-in-polygon/1.1.0: + /point-in-polygon@1.1.0: resolution: {integrity: sha512-3ojrFwjnnw8Q9242TzgXuTD+eKiutbzyslcq1ydfu82Db2y+Ogbmyrkpv0Hgj31qwT3lbS9+QAAO/pIQM35XRw==} dev: false - /pointer-events-polyfill/0.4.4-pre: + /pointer-events-polyfill@0.4.4-pre: resolution: {integrity: sha512-t7iitVY5jW9mGOFZEHphJOzB8eMhoYaE6I5HqsUX14rjsPa9F6OlMOCj3EpqDzNb/8XtMk2BxMpOyePPyuefHw==} - /polished/3.7.2: + /polished@3.7.2: resolution: {integrity: sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ==} engines: {node: '>=10'} dependencies: '@babel/runtime': 7.21.5 dev: true - /polished/4.2.2: + /polished@4.2.2: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: '@babel/runtime': 7.21.5 dev: false - /polygon-clipping/0.15.3: + /polygon-clipping@0.15.3: resolution: {integrity: sha512-ho0Xx5DLkgxRx/+n4O74XyJ67DcyN3Tu9bGYKsnTukGAW6ssnuak6Mwcyb1wHy9MZc9xsUWqIoiazkZB5weECg==} dependencies: splaytree: 3.1.2 dev: false - /polyline-miter-util/1.0.1: + /polyline-miter-util@1.0.1: resolution: {integrity: sha512-/3u91zz6mBerBZo6qnOJOTjv7EfPhKtsV028jMyj86YpzLRNmCCFfrX7IO9tCEQ2W4x45yc+vKOezjf7u2Nd6Q==} dependencies: gl-vec2: 1.3.0 dev: false - /popper.js/1.16.1: + /polyline-normals@2.0.2: + resolution: {integrity: sha512-dpHrAi61ymhsB4N0XlNb3YpkKJeTFnXBXDWpeH8Ucstq0TUZrCN3YK4Jlgk8ofMWN25lhGC4wnxLMv+TUK8rig==} + dependencies: + polyline-miter-util: 1.0.1 + dev: false + + /popper.js@1.16.1: resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==} deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 dev: true - /portfinder/1.0.32: - resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} - engines: {node: '>= 0.12.0'} - dependencies: - async: 2.6.4 - debug: 3.2.7 - mkdirp: 0.5.6 - transitivePeerDependencies: - - supports-color - dev: true - - /portfinder/1.0.32_supports-color@6.1.0: + /portfinder@1.0.32(supports-color@6.1.0): resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} engines: {node: '>= 0.12.0'} dependencies: async: 2.6.4 - debug: 3.2.7_supports-color@6.1.0 + debug: 3.2.7(supports-color@6.1.0) mkdirp: 0.5.6 transitivePeerDependencies: - supports-color dev: true - /posix-character-classes/0.1.1: + /posix-character-classes@0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} - /postcss-attribute-case-insensitive/4.0.2: + /postcss-attribute-case-insensitive@4.0.2: resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} dependencies: postcss: 7.0.32 postcss-selector-parser: 6.0.12 - /postcss-attribute-case-insensitive/5.0.2_postcss@8.4.23: + /postcss-attribute-case-insensitive@5.0.2(postcss@8.4.23): resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41574,7 +37934,7 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-calc/7.0.5: + /postcss-calc@7.0.5: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: postcss: 7.0.39 @@ -41582,7 +37942,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-clamp/4.1.0_postcss@8.4.23: + /postcss-clamp@4.1.0(postcss@8.4.23): resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} engines: {node: '>=7.6.0'} peerDependencies: @@ -41592,14 +37952,14 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-color-functional-notation/2.0.1: + /postcss-color-functional-notation@2.0.1: resolution: {integrity: sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-functional-notation/4.2.4_postcss@8.4.23: + /postcss-color-functional-notation@4.2.4(postcss@8.4.23): resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41609,7 +37969,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-color-gray/5.0.0: + /postcss-color-gray@5.0.0: resolution: {integrity: sha512-q6BuRnAGKM/ZRpfDascZlIZPjvwsRye7UDNalqVz3s7GDxMtqPY6+Q871liNxsonUw8oC61OG+PSaysYpl1bnw==} engines: {node: '>=6.0.0'} dependencies: @@ -41617,14 +37977,14 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-hex-alpha/5.0.3: + /postcss-color-hex-alpha@5.0.3: resolution: {integrity: sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-hex-alpha/8.0.4_postcss@8.4.23: + /postcss-color-hex-alpha@8.0.4(postcss@8.4.23): resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41634,7 +37994,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-color-mod-function/3.0.3: + /postcss-color-mod-function@3.0.3: resolution: {integrity: sha512-YP4VG+xufxaVtzV6ZmhEtc+/aTXH3d0JLpnYfxqTvwZPbJhWqp8bSY3nfNzNRFLgB4XSaBA82OE4VjOOKpCdVQ==} engines: {node: '>=6.0.0'} dependencies: @@ -41642,14 +38002,14 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-rebeccapurple/4.0.1: + /postcss-color-rebeccapurple@4.0.1: resolution: {integrity: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-rebeccapurple/7.1.1_postcss@8.4.23: + /postcss-color-rebeccapurple@7.1.1(postcss@8.4.23): resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41659,7 +38019,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/4.0.3: + /postcss-colormin@4.0.3: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: @@ -41670,7 +38030,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-convert-values/4.0.1: + /postcss-convert-values@4.0.1: resolution: {integrity: sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==} engines: {node: '>=6.9.0'} dependencies: @@ -41678,13 +38038,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-custom-media/7.0.8: + /postcss-custom-media@7.0.8: resolution: {integrity: sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-custom-media/8.0.2_postcss@8.4.23: + /postcss-custom-media@8.0.2(postcss@8.4.23): resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41694,7 +38054,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-custom-properties/12.1.11_postcss@8.4.23: + /postcss-custom-properties@12.1.11(postcss@8.4.23): resolution: {integrity: sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41704,21 +38064,21 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-custom-properties/8.0.11: + /postcss-custom-properties@8.0.11: resolution: {integrity: sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-custom-selectors/5.1.2: + /postcss-custom-selectors@5.1.2: resolution: {integrity: sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /postcss-custom-selectors/6.0.3_postcss@8.4.23: + /postcss-custom-selectors@6.0.3(postcss@8.4.23): resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41728,14 +38088,14 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-dir-pseudo-class/5.0.0: + /postcss-dir-pseudo-class@5.0.0: resolution: {integrity: sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==} engines: {node: '>=4.0.0'} dependencies: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /postcss-dir-pseudo-class/6.0.5_postcss@8.4.23: + /postcss-dir-pseudo-class@6.0.5(postcss@8.4.23): resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41745,60 +38105,60 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-discard-comments/4.0.2: + /postcss-discard-comments@4.0.2: resolution: {integrity: sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.39 dev: true - /postcss-discard-duplicates/4.0.2: + /postcss-discard-duplicates@4.0.2: resolution: {integrity: sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.39 dev: true - /postcss-discard-empty/4.0.1: + /postcss-discard-empty@4.0.1: resolution: {integrity: sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.39 dev: true - /postcss-discard-overridden/4.0.1: + /postcss-discard-overridden@4.0.1: resolution: {integrity: sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.39 dev: true - /postcss-double-position-gradients/1.0.0: + /postcss-double-position-gradients@1.0.0: resolution: {integrity: sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-double-position-gradients/3.1.2_postcss@8.4.23: + /postcss-double-position-gradients@3.1.2(postcss@8.4.23): resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-env-function/2.0.2: + /postcss-env-function@2.0.2: resolution: {integrity: sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-env-function/4.0.6_postcss@8.4.23: + /postcss-env-function@4.0.6(postcss@8.4.23): resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41808,12 +38168,12 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-flexbugs-fixes/4.2.1: + /postcss-flexbugs-fixes@4.2.1: resolution: {integrity: sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==} dependencies: postcss: 7.0.39 - /postcss-flexbugs-fixes/5.0.2_postcss@8.4.23: + /postcss-flexbugs-fixes@5.0.2(postcss@8.4.23): resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} peerDependencies: postcss: ^8.1.4 @@ -41821,13 +38181,13 @@ packages: postcss: 8.4.23 dev: true - /postcss-focus-visible/4.0.0: + /postcss-focus-visible@4.0.0: resolution: {integrity: sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-focus-visible/6.0.4_postcss@8.4.23: + /postcss-focus-visible@6.0.4(postcss@8.4.23): resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41837,13 +38197,13 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-focus-within/3.0.0: + /postcss-focus-within@3.0.0: resolution: {integrity: sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-focus-within/5.0.4_postcss@8.4.23: + /postcss-focus-within@5.0.4(postcss@8.4.23): resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41853,12 +38213,12 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-font-variant/4.0.1: + /postcss-font-variant@4.0.1: resolution: {integrity: sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==} dependencies: postcss: 7.0.32 - /postcss-font-variant/5.0.0_postcss@8.4.23: + /postcss-font-variant@5.0.0(postcss@8.4.23): resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} peerDependencies: postcss: ^8.1.0 @@ -41866,13 +38226,13 @@ packages: postcss: 8.4.23 dev: true - /postcss-gap-properties/2.0.0: + /postcss-gap-properties@2.0.0: resolution: {integrity: sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-gap-properties/3.0.5_postcss@8.4.23: + /postcss-gap-properties@3.0.5(postcss@8.4.23): resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41881,7 +38241,7 @@ packages: postcss: 8.4.23 dev: true - /postcss-html/0.36.0_j55xdkkcxc32kvnyvx3y7casfm: + /postcss-html@0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39): resolution: {integrity: sha512-HeiOxGcuwID0AFsNAL0ox3mW6MHH5cstWN1Z3Y+n6H+g12ih7LHdYxWwEA/QmrebctLjo79xz9ouK3MroHwOJw==} peerDependencies: postcss: '>=5.0.0' @@ -41889,17 +38249,17 @@ packages: dependencies: htmlparser2: 3.10.1 postcss: 7.0.39 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) dev: true - /postcss-image-set-function/3.0.1: + /postcss-image-set-function@3.0.1: resolution: {integrity: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-image-set-function/4.0.7_postcss@8.4.23: + /postcss-image-set-function@4.0.7(postcss@8.4.23): resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41909,12 +38269,12 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-initial/3.0.4: + /postcss-initial@3.0.4: resolution: {integrity: sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==} dependencies: postcss: 7.0.32 - /postcss-initial/4.0.1_postcss@8.4.23: + /postcss-initial@4.0.1(postcss@8.4.23): resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} peerDependencies: postcss: ^8.0.0 @@ -41922,13 +38282,13 @@ packages: postcss: 8.4.23 dev: true - /postcss-js/2.0.3: + /postcss-js@2.0.3: resolution: {integrity: sha512-zS59pAk3deu6dVHyrGqmC3oDXBdNdajk4k1RyxeVXCrcEDBUBHoIhE4QTsmhxgzXxsaqFDAkUZfmMa5f/N/79w==} dependencies: camelcase-css: 2.0.1 postcss: 7.0.39 - /postcss-lab-function/2.0.1: + /postcss-lab-function@2.0.1: resolution: {integrity: sha512-whLy1IeZKY+3fYdqQFuDBf8Auw+qFuVnChWjmxm/UhHWqNHZx+B99EwxTvGYmUBqe3Fjxs4L1BoZTJmPu6usVg==} engines: {node: '>=6.0.0'} dependencies: @@ -41936,39 +38296,39 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-lab-function/4.2.1_postcss@8.4.23: + /postcss-lab-function@4.2.1(postcss@8.4.23): resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) postcss: 8.4.23 postcss-value-parser: 4.2.0 dev: true - /postcss-less/3.1.4: + /postcss-less@3.1.4: resolution: {integrity: sha512-7TvleQWNM2QLcHqvudt3VYjULVB49uiW6XzEUFmvwHzvsOEF5MwBrIXZDJQvJNFGjJQTzSzZnDoCJ8h/ljyGXA==} engines: {node: '>=6.14.4'} dependencies: postcss: 7.0.39 dev: true - /postcss-less/4.0.1: + /postcss-less@4.0.1: resolution: {integrity: sha512-C92S4sHlbDpefJ2QQJjrucCcypq3+KZPstjfuvgOCNnGx0tF9h8hXgAlOIATGAxMXZXaF+nVp+/Mi8pCAWdSmw==} engines: {node: '>=10'} dependencies: postcss: 8.4.23 dev: true - /postcss-load-config/2.1.2: + /postcss-load-config@2.1.2: resolution: {integrity: sha512-/rDeGV6vMUo3mwJZmeHfEDvwnTKKqQ0S7OHUi/kJvvtx3aWtyWG2/0ZWnzCt2keEclwN6Tf0DST2v9kITdOKYw==} engines: {node: '>= 4'} dependencies: cosmiconfig: 5.2.1 import-cwd: 2.1.0 - /postcss-loader/3.0.0: + /postcss-loader@3.0.0: resolution: {integrity: sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==} engines: {node: '>= 6'} dependencies: @@ -41977,13 +38337,13 @@ packages: postcss-load-config: 2.1.2 schema-utils: 1.0.0 - /postcss-logical/3.0.0: + /postcss-logical@3.0.0: resolution: {integrity: sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-logical/5.0.4_postcss@8.4.23: + /postcss-logical@5.0.4(postcss@8.4.23): resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -41992,13 +38352,13 @@ packages: postcss: 8.4.23 dev: true - /postcss-media-minmax/4.0.0: + /postcss-media-minmax@4.0.0: resolution: {integrity: sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-media-minmax/5.0.0_postcss@8.4.23: + /postcss-media-minmax@5.0.0(postcss@8.4.23): resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==} engines: {node: '>=10.0.0'} peerDependencies: @@ -42007,11 +38367,11 @@ packages: postcss: 8.4.23 dev: true - /postcss-media-query-parser/0.2.3: + /postcss-media-query-parser@0.2.3: resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} dev: true - /postcss-merge-longhand/4.0.11: + /postcss-merge-longhand@4.0.11: resolution: {integrity: sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw==} engines: {node: '>=6.9.0'} dependencies: @@ -42021,7 +38381,7 @@ packages: stylehacks: 4.0.3 dev: true - /postcss-merge-rules/4.0.3: + /postcss-merge-rules@4.0.3: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: @@ -42033,7 +38393,7 @@ packages: vendors: 1.0.4 dev: true - /postcss-minify-font-values/4.0.2: + /postcss-minify-font-values@4.0.2: resolution: {integrity: sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==} engines: {node: '>=6.9.0'} dependencies: @@ -42041,7 +38401,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-minify-gradients/4.0.2: + /postcss-minify-gradients@4.0.2: resolution: {integrity: sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q==} engines: {node: '>=6.9.0'} dependencies: @@ -42051,7 +38411,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-minify-params/4.0.2: + /postcss-minify-params@4.0.2: resolution: {integrity: sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg==} engines: {node: '>=6.9.0'} dependencies: @@ -42063,7 +38423,7 @@ packages: uniqs: 2.0.0 dev: true - /postcss-minify-selectors/4.0.2: + /postcss-minify-selectors@4.0.2: resolution: {integrity: sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g==} engines: {node: '>=6.9.0'} dependencies: @@ -42073,26 +38433,26 @@ packages: postcss-selector-parser: 3.1.2 dev: true - /postcss-modules-extract-imports/1.1.0: + /postcss-modules-extract-imports@1.1.0: resolution: {integrity: sha512-zF9+UIEvtpeqMGxhpeT9XaIevQSrBBCz9fi7SwfkmjVacsSj8DY5eFVgn+wY8I9vvdDDwK5xC8Myq4UkoLFIkA==} dependencies: postcss: 6.0.1 dev: true - /postcss-modules-extract-imports/1.2.1: + /postcss-modules-extract-imports@1.2.1: resolution: {integrity: sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==} dependencies: postcss: 6.0.23 dev: true - /postcss-modules-extract-imports/2.0.0: + /postcss-modules-extract-imports@2.0.0: resolution: {integrity: sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==} engines: {node: '>= 6'} dependencies: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.23: + /postcss-modules-extract-imports@3.0.0(postcss@8.4.23): resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -42101,14 +38461,14 @@ packages: postcss: 8.4.23 dev: true - /postcss-modules-local-by-default/1.2.0: + /postcss-modules-local-by-default@1.2.0: resolution: {integrity: sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA==} dependencies: css-selector-tokenizer: 0.7.3 postcss: 6.0.23 dev: true - /postcss-modules-local-by-default/3.0.3: + /postcss-modules-local-by-default@3.0.3: resolution: {integrity: sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==} engines: {node: '>= 6'} dependencies: @@ -42118,26 +38478,26 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.23: + /postcss-modules-local-by-default@4.0.0(postcss@8.4.23): resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.23 + icss-utils: 5.1.0(postcss@8.4.23) postcss: 8.4.23 postcss-selector-parser: 6.0.12 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope/1.1.0: + /postcss-modules-scope@1.1.0: resolution: {integrity: sha512-LTYwnA4C1He1BKZXIx1CYiHixdSe9LWYVKadq9lK5aCCMkoOkFyZ7aigt+srfjlRplJY3gIol6KUNefdMQJdlw==} dependencies: css-selector-tokenizer: 0.7.3 postcss: 6.0.23 dev: true - /postcss-modules-scope/2.2.0: + /postcss-modules-scope@2.2.0: resolution: {integrity: sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==} engines: {node: '>= 6'} dependencies: @@ -42145,7 +38505,7 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.23: + /postcss-modules-scope@3.0.0(postcss@8.4.23): resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: @@ -42155,31 +38515,31 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-modules-values/1.3.0: + /postcss-modules-values@1.3.0: resolution: {integrity: sha512-i7IFaR9hlQ6/0UgFuqM6YWaCfA1Ej8WMg8A5DggnH1UGKJvTV/ugqq/KaULixzzOi3T/tF6ClBXcHGCzdd5unA==} dependencies: icss-replace-symbols: 1.1.0 postcss: 6.0.23 dev: true - /postcss-modules-values/3.0.0: + /postcss-modules-values@3.0.0: resolution: {integrity: sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==} dependencies: icss-utils: 4.1.1 postcss: 7.0.39 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.23: + /postcss-modules-values@4.0.0(postcss@8.4.23): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.23 + icss-utils: 5.1.0(postcss@8.4.23) postcss: 8.4.23 dev: true - /postcss-modules/2.0.0: + /postcss-modules@2.0.0: resolution: {integrity: sha512-eqp+Bva+U2cwQO7dECJ8/V+X+uH1HduNeITB0CPPFAu6d/8LKQ32/j+p9rQ2YL1QytVcrNU0X+fBqgGmQIA1Rw==} dependencies: css-modules-loader-core: 1.1.0 @@ -42189,31 +38549,31 @@ packages: string-hash: 1.1.3 dev: true - /postcss-nesting/10.2.0_postcss@8.4.23: + /postcss-nesting@10.2.0(postcss@8.4.23): resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.2.0_i42hiwwcp5l3eeahmzszdaagtq + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.12) postcss: 8.4.23 postcss-selector-parser: 6.0.12 dev: true - /postcss-nesting/7.0.1: + /postcss-nesting@7.0.1: resolution: {integrity: sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-normalize-charset/4.0.1: + /postcss-normalize-charset@4.0.1: resolution: {integrity: sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==} engines: {node: '>=6.9.0'} dependencies: postcss: 7.0.39 dev: true - /postcss-normalize-display-values/4.0.2: + /postcss-normalize-display-values@4.0.2: resolution: {integrity: sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ==} engines: {node: '>=6.9.0'} dependencies: @@ -42222,7 +38582,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-positions/4.0.2: + /postcss-normalize-positions@4.0.2: resolution: {integrity: sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA==} engines: {node: '>=6.9.0'} dependencies: @@ -42232,7 +38592,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-repeat-style/4.0.2: + /postcss-normalize-repeat-style@4.0.2: resolution: {integrity: sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q==} engines: {node: '>=6.9.0'} dependencies: @@ -42242,7 +38602,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-string/4.0.2: + /postcss-normalize-string@4.0.2: resolution: {integrity: sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==} engines: {node: '>=6.9.0'} dependencies: @@ -42251,7 +38611,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-timing-functions/4.0.2: + /postcss-normalize-timing-functions@4.0.2: resolution: {integrity: sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A==} engines: {node: '>=6.9.0'} dependencies: @@ -42260,7 +38620,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-unicode/4.0.1: + /postcss-normalize-unicode@4.0.1: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: @@ -42269,7 +38629,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-url/4.0.1: + /postcss-normalize-url@4.0.1: resolution: {integrity: sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==} engines: {node: '>=6.9.0'} dependencies: @@ -42279,7 +38639,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-normalize-whitespace/4.0.2: + /postcss-normalize-whitespace@4.0.2: resolution: {integrity: sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA==} engines: {node: '>=6.9.0'} dependencies: @@ -42287,7 +38647,7 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-opacity-percentage/1.1.3_postcss@8.4.23: + /postcss-opacity-percentage@1.1.3(postcss@8.4.23): resolution: {integrity: sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -42296,7 +38656,7 @@ packages: postcss: 8.4.23 dev: true - /postcss-ordered-values/4.1.2: + /postcss-ordered-values@4.1.2: resolution: {integrity: sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw==} engines: {node: '>=6.9.0'} dependencies: @@ -42305,13 +38665,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-overflow-shorthand/2.0.0: + /postcss-overflow-shorthand@2.0.0: resolution: {integrity: sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-overflow-shorthand/3.0.4_postcss@8.4.23: + /postcss-overflow-shorthand@3.0.4(postcss@8.4.23): resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -42321,12 +38681,12 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-page-break/2.0.0: + /postcss-page-break@2.0.0: resolution: {integrity: sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==} dependencies: postcss: 7.0.32 - /postcss-page-break/3.0.4_postcss@8.4.23: + /postcss-page-break@3.0.4(postcss@8.4.23): resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} peerDependencies: postcss: ^8 @@ -42334,14 +38694,14 @@ packages: postcss: 8.4.23 dev: true - /postcss-place/4.0.1: + /postcss-place@4.0.1: resolution: {integrity: sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-place/7.0.5_postcss@8.4.23: + /postcss-place@7.0.5(postcss@8.4.23): resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -42351,7 +38711,7 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-preset-env/6.7.0: + /postcss-preset-env@6.7.0: resolution: {integrity: sha512-eU4/K5xzSFwUFJ8hTdTQzo2RBLbDVt83QZrAvI07TULOkmyQlnYlpwep+2yIK+K+0KlZO4BvFcleOCCcUtwchg==} engines: {node: '>=6.0.0'} dependencies: @@ -42393,68 +38753,68 @@ packages: postcss-selector-matches: 4.0.0 postcss-selector-not: 4.0.1 - /postcss-preset-env/7.5.0_postcss@8.4.23: + /postcss-preset-env@7.5.0(postcss@8.4.23): resolution: {integrity: sha512-0BJzWEfCdTtK2R3EiKKSdkE51/DI/BwnhlnicSW482Ym6/DGHud8K0wGLcdjip1epVX0HKo4c8zzTeV/SkiejQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-color-function': 1.1.1_postcss@8.4.23 - '@csstools/postcss-font-format-keywords': 1.0.1_postcss@8.4.23 - '@csstools/postcss-hwb-function': 1.0.2_postcss@8.4.23 - '@csstools/postcss-ic-unit': 1.0.1_postcss@8.4.23 - '@csstools/postcss-is-pseudo-class': 2.0.7_postcss@8.4.23 - '@csstools/postcss-normalize-display-values': 1.0.1_postcss@8.4.23 - '@csstools/postcss-oklab-function': 1.1.1_postcss@8.4.23 - '@csstools/postcss-progressive-custom-properties': 1.3.0_postcss@8.4.23 - '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.23 - '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.23 - autoprefixer: 10.4.14_postcss@8.4.23 + '@csstools/postcss-color-function': 1.1.1(postcss@8.4.23) + '@csstools/postcss-font-format-keywords': 1.0.1(postcss@8.4.23) + '@csstools/postcss-hwb-function': 1.0.2(postcss@8.4.23) + '@csstools/postcss-ic-unit': 1.0.1(postcss@8.4.23) + '@csstools/postcss-is-pseudo-class': 2.0.7(postcss@8.4.23) + '@csstools/postcss-normalize-display-values': 1.0.1(postcss@8.4.23) + '@csstools/postcss-oklab-function': 1.1.1(postcss@8.4.23) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) + '@csstools/postcss-stepped-value-functions': 1.0.1(postcss@8.4.23) + '@csstools/postcss-unset-value': 1.0.2(postcss@8.4.23) + autoprefixer: 10.4.14(postcss@8.4.23) browserslist: 4.21.5 - css-blank-pseudo: 3.0.3_postcss@8.4.23 - css-has-pseudo: 3.0.4_postcss@8.4.23 - css-prefers-color-scheme: 6.0.3_postcss@8.4.23 + css-blank-pseudo: 3.0.3(postcss@8.4.23) + css-has-pseudo: 3.0.4(postcss@8.4.23) + css-prefers-color-scheme: 6.0.3(postcss@8.4.23) cssdb: 6.6.3 postcss: 8.4.23 - postcss-attribute-case-insensitive: 5.0.2_postcss@8.4.23 - postcss-clamp: 4.1.0_postcss@8.4.23 - postcss-color-functional-notation: 4.2.4_postcss@8.4.23 - postcss-color-hex-alpha: 8.0.4_postcss@8.4.23 - postcss-color-rebeccapurple: 7.1.1_postcss@8.4.23 - postcss-custom-media: 8.0.2_postcss@8.4.23 - postcss-custom-properties: 12.1.11_postcss@8.4.23 - postcss-custom-selectors: 6.0.3_postcss@8.4.23 - postcss-dir-pseudo-class: 6.0.5_postcss@8.4.23 - postcss-double-position-gradients: 3.1.2_postcss@8.4.23 - postcss-env-function: 4.0.6_postcss@8.4.23 - postcss-focus-visible: 6.0.4_postcss@8.4.23 - postcss-focus-within: 5.0.4_postcss@8.4.23 - postcss-font-variant: 5.0.0_postcss@8.4.23 - postcss-gap-properties: 3.0.5_postcss@8.4.23 - postcss-image-set-function: 4.0.7_postcss@8.4.23 - postcss-initial: 4.0.1_postcss@8.4.23 - postcss-lab-function: 4.2.1_postcss@8.4.23 - postcss-logical: 5.0.4_postcss@8.4.23 - postcss-media-minmax: 5.0.0_postcss@8.4.23 - postcss-nesting: 10.2.0_postcss@8.4.23 - postcss-opacity-percentage: 1.1.3_postcss@8.4.23 - postcss-overflow-shorthand: 3.0.4_postcss@8.4.23 - postcss-page-break: 3.0.4_postcss@8.4.23 - postcss-place: 7.0.5_postcss@8.4.23 - postcss-pseudo-class-any-link: 7.1.6_postcss@8.4.23 - postcss-replace-overflow-wrap: 4.0.0_postcss@8.4.23 - postcss-selector-not: 5.0.0_postcss@8.4.23 + postcss-attribute-case-insensitive: 5.0.2(postcss@8.4.23) + postcss-clamp: 4.1.0(postcss@8.4.23) + postcss-color-functional-notation: 4.2.4(postcss@8.4.23) + postcss-color-hex-alpha: 8.0.4(postcss@8.4.23) + postcss-color-rebeccapurple: 7.1.1(postcss@8.4.23) + postcss-custom-media: 8.0.2(postcss@8.4.23) + postcss-custom-properties: 12.1.11(postcss@8.4.23) + postcss-custom-selectors: 6.0.3(postcss@8.4.23) + postcss-dir-pseudo-class: 6.0.5(postcss@8.4.23) + postcss-double-position-gradients: 3.1.2(postcss@8.4.23) + postcss-env-function: 4.0.6(postcss@8.4.23) + postcss-focus-visible: 6.0.4(postcss@8.4.23) + postcss-focus-within: 5.0.4(postcss@8.4.23) + postcss-font-variant: 5.0.0(postcss@8.4.23) + postcss-gap-properties: 3.0.5(postcss@8.4.23) + postcss-image-set-function: 4.0.7(postcss@8.4.23) + postcss-initial: 4.0.1(postcss@8.4.23) + postcss-lab-function: 4.2.1(postcss@8.4.23) + postcss-logical: 5.0.4(postcss@8.4.23) + postcss-media-minmax: 5.0.0(postcss@8.4.23) + postcss-nesting: 10.2.0(postcss@8.4.23) + postcss-opacity-percentage: 1.1.3(postcss@8.4.23) + postcss-overflow-shorthand: 3.0.4(postcss@8.4.23) + postcss-page-break: 3.0.4(postcss@8.4.23) + postcss-place: 7.0.5(postcss@8.4.23) + postcss-pseudo-class-any-link: 7.1.6(postcss@8.4.23) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.23) + postcss-selector-not: 5.0.0(postcss@8.4.23) postcss-value-parser: 4.2.0 dev: true - /postcss-pseudo-class-any-link/6.0.0: + /postcss-pseudo-class-any-link@6.0.0: resolution: {integrity: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /postcss-pseudo-class-any-link/7.1.6_postcss@8.4.23: + /postcss-pseudo-class-any-link@7.1.6(postcss@8.4.23): resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -42464,7 +38824,7 @@ packages: postcss-selector-parser: 6.0.12 dev: true - /postcss-reduce-initial/4.0.3: + /postcss-reduce-initial@4.0.3: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: @@ -42474,7 +38834,7 @@ packages: postcss: 7.0.39 dev: true - /postcss-reduce-transforms/4.0.2: + /postcss-reduce-transforms@4.0.2: resolution: {integrity: sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg==} engines: {node: '>=6.9.0'} dependencies: @@ -42484,12 +38844,12 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-replace-overflow-wrap/3.0.0: + /postcss-replace-overflow-wrap@3.0.0: resolution: {integrity: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==} dependencies: postcss: 7.0.32 - /postcss-replace-overflow-wrap/4.0.0_postcss@8.4.23: + /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.23): resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} peerDependencies: postcss: ^8.0.3 @@ -42497,43 +38857,43 @@ packages: postcss: 8.4.23 dev: true - /postcss-resolve-nested-selector/0.1.1: + /postcss-resolve-nested-selector@0.1.1: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} dev: true - /postcss-safe-parser/4.0.2: + /postcss-safe-parser@4.0.2: resolution: {integrity: sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.32 - /postcss-sass/0.4.4: + /postcss-sass@0.4.4: resolution: {integrity: sha512-BYxnVYx4mQooOhr+zer0qWbSPYnarAy8ZT7hAQtbxtgVf8gy+LSLT/hHGe35h14/pZDTw1DsxdbrwxBN++H+fg==} dependencies: gonzales-pe: 4.3.0 postcss: 7.0.39 dev: true - /postcss-scss/2.1.1: + /postcss-scss@2.1.1: resolution: {integrity: sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==} engines: {node: '>=6.0.0'} dependencies: postcss: 7.0.39 dev: true - /postcss-selector-matches/4.0.0: + /postcss-selector-matches@4.0.0: resolution: {integrity: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==} dependencies: balanced-match: 1.0.2 postcss: 7.0.32 - /postcss-selector-not/4.0.1: + /postcss-selector-not@4.0.1: resolution: {integrity: sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==} dependencies: balanced-match: 1.0.2 postcss: 7.0.32 - /postcss-selector-not/5.0.0_postcss@8.4.23: + /postcss-selector-not@5.0.0(postcss@8.4.23): resolution: {integrity: sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==} peerDependencies: postcss: ^8.1.0 @@ -42542,7 +38902,7 @@ packages: postcss: 8.4.23 dev: true - /postcss-selector-parser/3.1.2: + /postcss-selector-parser@3.1.2: resolution: {integrity: sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA==} engines: {node: '>=8'} dependencies: @@ -42551,7 +38911,7 @@ packages: uniq: 1.0.1 dev: true - /postcss-selector-parser/5.0.0: + /postcss-selector-parser@5.0.0: resolution: {integrity: sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==} engines: {node: '>=4'} dependencies: @@ -42559,14 +38919,14 @@ packages: indexes-of: 1.0.1 uniq: 1.0.1 - /postcss-selector-parser/6.0.12: + /postcss-selector-parser@6.0.12: resolution: {integrity: sha512-NdxGCAZdRrwVI1sy59+Wzrh+pMMHxapGnpfenDVlMEXoOcvt4pGE0JLK9YY2F5dLxcFYA/YbVQKhcGU+FtSYQg==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-sorting/6.0.0_postcss@8.4.23: + /postcss-sorting@6.0.0(postcss@8.4.23): resolution: {integrity: sha512-bYJ0vgAiGbjCBKi7B07CzsBc9eM84nLEbavUmwNp8rAa+PNyrgdH+6PpnqTtciLuUs99c4rFQQmCaYgeBQYmSQ==} peerDependencies: postcss: ^8.0.4 @@ -42575,7 +38935,7 @@ packages: postcss: 8.4.23 dev: true - /postcss-svgo/4.0.3: + /postcss-svgo@4.0.3: resolution: {integrity: sha512-NoRbrcMWTtUghzuKSoIm6XV+sJdvZ7GZSc3wdBN0W19FTtp2ko8NqLsgoh/m9CzNhU3KLPvQmjIwtaNFkaFTvw==} engines: {node: '>=6.9.0'} dependencies: @@ -42584,7 +38944,7 @@ packages: svgo: 1.3.2 dev: true - /postcss-syntax/0.36.2_kei4jy7wdgbhc236h4oijypxom: + /postcss-syntax@0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39): resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==} peerDependencies: postcss: '>=5.0.0' @@ -42606,12 +38966,12 @@ packages: optional: true dependencies: postcss: 7.0.39 - postcss-html: 0.36.0_j55xdkkcxc32kvnyvx3y7casfm + postcss-html: 0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39) postcss-less: 3.1.4 postcss-scss: 2.1.1 dev: true - /postcss-unique-selectors/4.0.1: + /postcss-unique-selectors@4.0.1: resolution: {integrity: sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==} engines: {node: '>=6.9.0'} dependencies: @@ -42620,14 +38980,14 @@ packages: uniqs: 2.0.0 dev: true - /postcss-value-parser/3.3.1: + /postcss-value-parser@3.3.1: resolution: {integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==} dev: true - /postcss-value-parser/4.2.0: + /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - /postcss-values-parser/2.0.1: + /postcss-values-parser@2.0.1: resolution: {integrity: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==} engines: {node: '>=6.14.4'} dependencies: @@ -42635,7 +38995,7 @@ packages: indexes-of: 1.0.1 uniq: 1.0.1 - /postcss/6.0.1: + /postcss@6.0.1: resolution: {integrity: sha512-VbGX1LQgQbf9l3cZ3qbUuC3hGqIEOGQFHAEHQ/Diaeo0yLgpgK5Rb8J+OcamIfQ9PbAU/fzBjVtQX3AhJHUvZw==} engines: {node: '>=4.0.0'} dependencies: @@ -42644,7 +39004,7 @@ packages: supports-color: 3.2.3 dev: true - /postcss/6.0.23: + /postcss@6.0.23: resolution: {integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==} engines: {node: '>=4.0.0'} dependencies: @@ -42653,7 +39013,7 @@ packages: supports-color: 5.5.0 dev: true - /postcss/7.0.32: + /postcss@7.0.32: resolution: {integrity: sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw==} engines: {node: '>=6.0.0'} dependencies: @@ -42661,14 +39021,14 @@ packages: source-map: 0.6.1 supports-color: 6.1.0 - /postcss/7.0.39: + /postcss@7.0.39: resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==} engines: {node: '>=6.0.0'} dependencies: picocolors: 0.2.1 source-map: 0.6.1 - /postcss/8.4.23: + /postcss@8.4.23: resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==} engines: {node: ^10 || ^12 || >=14} dependencies: @@ -42677,18 +39037,18 @@ packages: source-map-js: 1.0.2 dev: true - /potpack/1.0.2: + /potpack@1.0.2: resolution: {integrity: sha512-choctRBIV9EMT9WGAZHn3V7t0Z2pMQyl0EZE6pFc/6ml3ssw7Dlf/oAOvFwjm1HVsqfQN8GfeFyJ+d8tRzqueQ==} dev: false - /power-assert-context-formatter/1.2.0: + /power-assert-context-formatter@1.2.0: resolution: {integrity: sha512-HLNEW8Bin+BFCpk/zbyKwkEu9W8/zThIStxGo7weYcFkKgMuGCHUJhvJeBGXDZf0Qm2xis4pbnnciGZiX0EpSg==} dependencies: core-js: 2.6.12 power-assert-context-traversal: 1.2.0 dev: true - /power-assert-context-reducer-ast/1.2.0: + /power-assert-context-reducer-ast@1.2.0: resolution: {integrity: sha512-EgOxmZ/Lb7tw4EwSKX7ZnfC0P/qRZFEG28dx/690qvhmOJ6hgThYFm5TUWANDLK5NiNKlPBi5WekVGd2+5wPrw==} dependencies: acorn: 5.7.4 @@ -42698,14 +39058,14 @@ packages: estraverse: 4.3.0 dev: true - /power-assert-context-traversal/1.2.0: + /power-assert-context-traversal@1.2.0: resolution: {integrity: sha512-NFoHU6g2umNajiP2l4qb0BRWD773Aw9uWdWYH9EQsVwIZnog5bd2YYLFCVvaxWpwNzWeEfZIon2xtyc63026pQ==} dependencies: core-js: 2.6.12 estraverse: 4.3.0 dev: true - /power-assert-formatter/1.4.1: + /power-assert-formatter@1.4.1: resolution: {integrity: sha512-c2QzTk1a6BUumuzjffFUrsMlx2gqLEoeEMrx6gVaHzQ/zTBTibQGblaQslbv72eq9RJNFQXRryjTHoffIEz+ww==} dependencies: core-js: 2.6.12 @@ -42717,18 +39077,18 @@ packages: power-assert-renderer-file: 1.2.0 dev: true - /power-assert-renderer-assertion/1.2.0: + /power-assert-renderer-assertion@1.2.0: resolution: {integrity: sha512-3F7Q1ZLmV2ZCQv7aV7NJLNK9G7QsostrhOU7U0RhEQS/0vhEqrRg2jEJl1jtUL4ZyL2dXUlaaqrmPv5r9kRvIg==} dependencies: power-assert-renderer-base: 1.1.1 power-assert-util-string-width: 1.2.0 dev: true - /power-assert-renderer-base/1.1.1: + /power-assert-renderer-base@1.1.1: resolution: {integrity: sha512-aGCUi0NuNd/fVS6KKMLTjRP58cdlHlQKgXV4WKl3YlUhnN0d9QBEYOyvmiumdjk+5GuZmozvEmBIcTAcxEZqnw==} dev: true - /power-assert-renderer-comparison/1.2.0: + /power-assert-renderer-comparison@1.2.0: resolution: {integrity: sha512-7c3RKPDBKK4E3JqdPtYRE9cM8AyX4LC4yfTvvTYyx8zSqmT5kJnXwzR0yWQLOavACllZfwrAGQzFiXPc5sWa+g==} dependencies: core-js: 2.6.12 @@ -42738,7 +39098,7 @@ packages: type-name: 2.0.2 dev: true - /power-assert-renderer-diagram/1.2.0: + /power-assert-renderer-diagram@1.2.0: resolution: {integrity: sha512-JZ6PC+DJPQqfU6dwSmpcoD7gNnb/5U77bU5KgNwPPa+i1Pxiz6UuDeM3EUBlhZ1HvH9tMjI60anqVyi5l2oNdg==} dependencies: core-js: 2.6.12 @@ -42747,19 +39107,19 @@ packages: stringifier: 1.4.0 dev: true - /power-assert-renderer-file/1.2.0: + /power-assert-renderer-file@1.2.0: resolution: {integrity: sha512-/oaVrRbeOtGoyyd7e4IdLP/jIIUFJdqJtsYzP9/88R39CMnfF/S/rUc8ZQalENfUfQ/wQHu+XZYRMaCEZmEesg==} dependencies: power-assert-renderer-base: 1.1.1 dev: true - /power-assert-util-string-width/1.2.0: + /power-assert-util-string-width@1.2.0: resolution: {integrity: sha512-lX90G0igAW0iyORTILZ/QjZWsa1MZ6VVY3L0K86e2eKun3S4LKPH4xZIl8fdeMYLfOjkaszbNSzf1uugLeAm2A==} dependencies: eastasianwidth: 0.2.0 dev: true - /power-assert/1.6.1: + /power-assert@1.6.1: resolution: {integrity: sha512-VWkkZV6Y+W8qLX/PtJu2Ur2jDPIs0a5vbP0TpKeybNcIXmT4vcKoVkyTp5lnQvTpY/DxacAZ4RZisHRHLJcAZQ==} dependencies: define-properties: 1.2.0 @@ -42769,7 +39129,7 @@ packages: xtend: 4.0.2 dev: true - /preferred-pm/3.0.3: + /preferred-pm@3.0.3: resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} engines: {node: '>=10'} dependencies: @@ -42779,25 +39139,25 @@ packages: which-pm: 2.0.0 dev: true - /prelude-ls/1.1.2: + /prelude-ls@1.1.2: resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} engines: {node: '>= 0.8.0'} - /prelude-ls/1.2.1: + /prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} dev: true - /prepend-http/1.0.4: + /prepend-http@1.0.4: resolution: {integrity: sha512-PhmXi5XmoyKw1Un4E+opM2KcsJInDvKyuOumcjjw3waw86ZNjHwVUOOWLc4bCzLdcKNaWBH9e99sbWzDQsVaYg==} engines: {node: '>=0.10.0'} - /prepend-http/2.0.0: + /prepend-http@2.0.0: resolution: {integrity: sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==} engines: {node: '>=4'} dev: true - /prettier-plugin-packagejson/2.3.0_prettier@2.8.8: + /prettier-plugin-packagejson@2.3.0(prettier@2.8.8): resolution: {integrity: sha512-2SAPMMk1UDkqsB7DifWKcwCm6VC52JXMrzLHfbcQHJRWhRCj9zziOy+s+2XOyPBeyqFqS+A/1IKzOrxKFTo6pw==} peerDependencies: prettier: '>= 1.16.0' @@ -42809,48 +39169,48 @@ packages: sort-package-json: 1.57.0 dev: true - /prettier-plugin-two-style-order/1.0.1_prettier@2.8.8: + /prettier-plugin-two-style-order@1.0.1(prettier@2.8.8): resolution: {integrity: sha512-ETltO2FRR/Pxc7bsgz2XwuzWSPwafl7/v5+5Rria4S579CTas7dya+xsmbkix0q1tYQiuRjVVdfGnCKlH/aOuQ==} peerDependencies: prettier: '>= 2.0.0' dependencies: postcss: 8.4.23 postcss-less: 4.0.1 - postcss-sorting: 6.0.0_postcss@8.4.23 + postcss-sorting: 6.0.0(postcss@8.4.23) prettier: 2.8.8 dev: true - /prettier/1.15.3: + /prettier@1.15.3: resolution: {integrity: sha512-gAU9AGAPMaKb3NNSUUuhhFAS7SCO4ALTN4nRIn6PJ075Qd28Yn2Ig2ahEJWdJwJmlEBTUfC7mMUSFy8MwsOCfg==} engines: {node: '>=4'} hasBin: true dev: true - /prettier/1.19.1: + /prettier@1.19.1: resolution: {integrity: sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==} engines: {node: '>=4'} hasBin: true dev: true - /prettier/2.2.1: + /prettier@2.2.1: resolution: {integrity: sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==} engines: {node: '>=10.13.0'} hasBin: true - /prettier/2.8.8: + /prettier@2.8.8: resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} hasBin: true dev: true - /pretty-error/2.1.2: + /pretty-error@2.1.2: resolution: {integrity: sha512-EY5oDzmsX5wvuynAByrmY0P0hcp+QpnAKbJng2A2MPjVKXCxrDSUkzghVJ4ZGPIv+JC4gX8fPUWscC0RtjsWGw==} dependencies: lodash: 4.17.21 renderkid: 2.0.7 dev: true - /pretty-format/24.9.0: + /pretty-format@24.9.0: resolution: {integrity: sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==} engines: {node: '>= 6'} dependencies: @@ -42860,7 +39220,7 @@ packages: react-is: 16.13.1 dev: true - /pretty-format/26.6.2: + /pretty-format@26.6.2: resolution: {integrity: sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==} engines: {node: '>= 10'} dependencies: @@ -42869,7 +39229,7 @@ packages: ansi-styles: 4.3.0 react-is: 17.0.2 - /pretty-format/29.5.0: + /pretty-format@29.5.0: resolution: {integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: @@ -42877,56 +39237,56 @@ packages: ansi-styles: 5.2.0 react-is: 18.2.0 - /pretty-hrtime/1.0.3: + /pretty-hrtime@1.0.3: resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} engines: {node: '>= 0.8'} dev: true - /pretty-time/1.1.0: + /pretty-time@1.1.0: resolution: {integrity: sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==} engines: {node: '>=4'} dev: true - /printable/0.0.3: + /printable@0.0.3: resolution: {integrity: sha512-Cktn7HXEFXaH5CLCywmCXYOAdfQDIO3kwxnjm5yalaDlU4+XL+6d+nDEikK7S2wM+u7277KR7gL4RLZeDtvu7w==} engines: {node: '>= 0.6'} dev: true - /printj/1.1.2: + /printj@1.1.2: resolution: {integrity: sha512-zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ==} engines: {node: '>=0.8'} hasBin: true dev: false - /prism-react-renderer/1.3.5_react@17.0.2: + /prism-react-renderer@1.3.5(react@17.0.2): resolution: {integrity: sha512-IJ+MSwBWKG+SM3b2SUfdrhC+gu01QkV2KmRQgREThBfSQRoufqRfxfHUxpG1WcaFjP+kojcFyO9Qqtpgt3qLCg==} peerDependencies: react: '>=0.14.9 || 17' dependencies: react: 17.0.2 - /prismjs/1.17.1: + /prismjs@1.17.1: resolution: {integrity: sha512-PrEDJAFdUGbOP6xK/UsfkC5ghJsPJviKgnQOoxaDbBjwc8op68Quupwt1DeAFoG8GImPhiKXAvvsH7wDSLsu1Q==} optionalDependencies: clipboard: 2.0.11 dev: true - /prismjs/1.29.0: + /prismjs@1.29.0: resolution: {integrity: sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==} engines: {node: '>=6'} - /prismjs/1.6.0: + /prismjs@1.6.0: resolution: {integrity: sha512-/fptSZt27L19VYpjT3YSjQoOhNkpgPVEv23ItlwjtDgNqeDv03o+d4GwVWu333tvAmqmOSrSwD13CV/9Z5CkJg==} optionalDependencies: clipboard: 1.7.1 dev: true - /private/0.1.8: + /private@0.1.8: resolution: {integrity: sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==} engines: {node: '>= 0.6'} dev: true - /probe.gl/3.6.0: + /probe.gl@3.6.0: resolution: {integrity: sha512-19JydJWI7+DtR4feV+pu4Mn1I5TAc0xojuxVgZdXIyfmTLfUaFnk4OloWK1bKbPtkgGKLr2lnbnCXmpZEcEp9g==} dependencies: '@babel/runtime': 7.21.5 @@ -42934,17 +39294,17 @@ packages: '@probe.gl/log': 3.6.0 '@probe.gl/stats': 3.6.0 - /process-nextick-args/2.0.1: + /process-nextick-args@2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - /process-warning/1.0.0: + /process-warning@1.0.0: resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} - /process/0.11.10: + /process@0.11.10: resolution: {integrity: sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==} engines: {node: '>= 0.6.0'} - /progress-estimator/0.2.2: + /progress-estimator@0.2.2: resolution: {integrity: sha512-GF76Ac02MTJD6o2nMNtmtOFjwWCnHcvXyn5HOWPQnEMO8OTLw7LAvNmrwe8LmdsB+eZhwUu9fX/c9iQnBxWaFA==} dependencies: chalk: 2.4.2 @@ -42953,20 +39313,12 @@ packages: log-update: 2.3.0 dev: true - /progress/2.0.3: + /progress@2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} dev: true - /promise-inflight/1.0.1: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} - peerDependencies: - bluebird: '*' - peerDependenciesMeta: - bluebird: - optional: true - - /promise-inflight/1.0.1_bluebird@3.7.2: + /promise-inflight@1.0.1(bluebird@3.7.2): resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} peerDependencies: bluebird: '*' @@ -42975,16 +39327,15 @@ packages: optional: true dependencies: bluebird: 3.7.2 - dev: true - /promise-retry/1.1.1: + /promise-retry@1.1.1: resolution: {integrity: sha512-StEy2osPr28o17bIW776GtwO6+Q+M9zPiZkYfosciUUMYqjhU/ffwRAH0zN2+uvGyUsn8/YICIHRzLbPacpZGw==} engines: {node: '>=0.12'} dependencies: err-code: 1.1.2 retry: 0.10.1 - /promise.allsettled/1.0.6: + /promise.allsettled@1.0.6: resolution: {integrity: sha512-22wJUOD3zswWFqgwjNHa1965LvqTX87WPu/lreY2KSd7SVcERfuZ4GfUaOnJNnvtoIv2yXT/W00YIGMetXtFXg==} engines: {node: '>= 0.4'} dependencies: @@ -42996,7 +39347,7 @@ packages: iterate-value: 1.0.2 dev: true - /promise.prototype.finally/3.1.4: + /promise.prototype.finally@3.1.4: resolution: {integrity: sha512-nNc3YbgMfLzqtqvO/q5DP6RR0SiHI9pUPGzyDf1q+usTwCN2kjvAnJkBb7bHe3o+fFSBPpsGMoYtaSi+LTNqng==} engines: {node: '>= 0.4'} dependencies: @@ -43005,35 +39356,35 @@ packages: es-abstract: 1.21.2 dev: true - /promise.series/0.2.0: + /promise.series@0.2.0: resolution: {integrity: sha512-VWQJyU2bcDTgZw8kpfBpB/ejZASlCrzwz5f2hjb/zlujOEB4oeiAhHygAWq8ubsX2GVkD4kCU5V2dwOTaCY5EQ==} engines: {node: '>=0.12'} dev: true - /promise/7.0.4: + /promise@7.0.4: resolution: {integrity: sha512-8z1gTSL9cMgqCx8zvMYhzT0eQURAQNSQqR8B2hGfCYkAzt1vjReVdKBv4YwGw3OXAPaxfm4aR0gLoBUon4VmmA==} dependencies: asap: 2.0.6 dev: true - /promise/7.3.1: + /promise@7.3.1: resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} dependencies: asap: 2.0.6 - /promise/8.3.0: + /promise@8.3.0: resolution: {integrity: sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==} dependencies: asap: 2.0.6 - /prompts/2.4.2: + /prompts@2.4.2: resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} engines: {node: '>= 6'} dependencies: kleur: 3.0.3 sisteransi: 1.0.5 - /prop-types-exact/1.2.0: + /prop-types-exact@1.2.0: resolution: {integrity: sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==} dependencies: has: 1.0.3 @@ -43041,7 +39392,7 @@ packages: reflect.ownkeys: 0.2.0 dev: true - /prop-types/15.7.2: + /prop-types@15.7.2: resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==} dependencies: loose-envify: 1.4.0 @@ -43049,27 +39400,27 @@ packages: react-is: 16.13.1 dev: true - /prop-types/15.8.1: + /prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 react-is: 16.13.1 - /property-information/5.6.0: + /property-information@5.6.0: resolution: {integrity: sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==} dependencies: xtend: 4.0.2 - /property-information/6.2.0: + /property-information@6.2.0: resolution: {integrity: sha512-kma4U7AFCTwpqq5twzC1YVIDXSqg6qQK6JN0smOw8fgRy1OkMi0CYSzFmsy6dnqSenamAtj0CyXMUJ1Mf6oROg==} dev: false - /proto-list/1.2.4: + /proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} dev: false - /protobufjs/6.11.3: + /protobufjs@6.11.3: resolution: {integrity: sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg==} hasBin: true requiresBuild: true @@ -43089,7 +39440,7 @@ packages: long: 4.0.0 dev: false - /protobufjs/7.2.3: + /protobufjs@7.2.3: resolution: {integrity: sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==} engines: {node: '>=12.0.0'} requiresBuild: true @@ -43108,22 +39459,22 @@ packages: long: 5.2.3 dev: false - /protocol-buffers-schema/3.6.0: + /protocol-buffers-schema@3.6.0: resolution: {integrity: sha512-TdDRD+/QNdrCGCE7v8340QyuXd4kIWIgapsE2+n/SaGiSSbomYl4TjHlvIoCWRpE7wFt02EpB35VVA2ImcBVqw==} dev: false - /protoduck/4.0.0: + /protoduck@4.0.0: resolution: {integrity: sha512-9sxuz0YTU/68O98xuDn8NBxTVH9EuMhrBTxZdiBL0/qxRmWhB/5a8MagAebDa+98vluAZTs8kMZibCdezbRCeQ==} dependencies: genfun: 4.0.1 - /protoduck/5.0.1: + /protoduck@5.0.1: resolution: {integrity: sha512-WxoCeDCoCBY55BMvj4cAEjdVUFGRWed9ZxPlqTKYyw1nDDTQ4pqmnIMAGfJlg7Dx35uB/M+PHJPTmGOvaCaPTg==} dependencies: genfun: 5.0.0 dev: true - /proxy-addr/2.0.7: + /proxy-addr@2.0.7: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} dependencies: @@ -43131,12 +39482,12 @@ packages: ipaddr.js: 1.9.1 dev: true - /proxy-agent/5.0.0: + /proxy-agent@5.0.0: resolution: {integrity: sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g==} engines: {node: '>= 8'} dependencies: agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 lru-cache: 5.1.1 @@ -43146,13 +39497,13 @@ packages: transitivePeerDependencies: - supports-color - /proxy-from-env/1.1.0: + /proxy-from-env@1.1.0: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - /prr/1.0.1: + /prr@1.0.1: resolution: {integrity: sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==} - /ps-tree/1.2.0: + /ps-tree@1.2.0: resolution: {integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==} engines: {node: '>= 0.10'} hasBin: true @@ -43160,13 +39511,13 @@ packages: event-stream: 3.3.4 dev: false - /pseudomap/1.0.2: + /pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} - /psl/1.9.0: + /psl@1.9.0: resolution: {integrity: sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==} - /public-encrypt/4.0.3: + /public-encrypt@4.0.3: resolution: {integrity: sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==} dependencies: bn.js: 4.12.0 @@ -43176,88 +39527,80 @@ packages: randombytes: 2.1.0 safe-buffer: 5.2.1 - /pump/1.0.3: + /pump@1.0.3: resolution: {integrity: sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==} dependencies: end-of-stream: 1.4.4 once: 1.4.0 - /pump/2.0.1: + /pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} dependencies: end-of-stream: 1.4.4 once: 1.4.0 - /pump/3.0.0: + /pump@3.0.0: resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} dependencies: end-of-stream: 1.4.4 once: 1.4.0 - /pumpify/1.5.1: + /pumpify@1.5.1: resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} dependencies: duplexify: 3.7.1 inherits: 2.0.4 pump: 2.0.1 - /punycode/1.3.2: + /punycode@1.3.2: resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} - /punycode/1.4.1: + /punycode@1.4.1: resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} - /punycode/2.3.0: + /punycode@2.3.0: resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} engines: {node: '>=6'} - /pure-color/1.3.0: + /pure-color@1.3.0: resolution: {integrity: sha512-QFADYnsVoBMw1srW7OVKEYjG+MbIa49s54w1MA1EDY6r2r/sTcKKYqRX1f4GYvnXP7eN/Pe9HFcX+hwzmrXRHA==} dev: false - /pure-rand/6.0.2: + /pure-rand@6.0.2: resolution: {integrity: sha512-6Yg0ekpKICSjPswYOuC5sku/TSWaRYlA0qsXqJgM/d/4pLPHPuTxK7Nbf7jFKzAeedUhR8C7K9Uv63FBsSo8xQ==} dev: true - /q/1.5.1: + /q@1.5.1: resolution: {integrity: sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==} engines: {node: '>=0.6.0', teleport: '>=0.2.0'} dev: true - /qrcode.react/3.1.0_react@17.0.2: - resolution: {integrity: sha512-oyF+Urr3oAMUG/OiOuONL3HXM+53wvuH3mtIWQrYmsXoAq0DkvZp2RYUWFSMFtbdOpuS++9v+WAkzNVkMlNW6Q==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 - dependencies: - react: 17.0.2 - dev: false - - /qs/6.11.0: + /qs@6.11.0: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 dev: true - /qs/6.11.1: + /qs@6.11.1: resolution: {integrity: sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==} engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 - /qs/6.5.3: + /qs@6.5.3: resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} engines: {node: '>=0.6'} dev: true - /query-string/4.3.4: + /query-string@4.3.4: resolution: {integrity: sha512-O2XLNDBIg1DnTOa+2XrIwSiXEV8h2KImXUnjhhn2+UsvZ+Es2uyd5CCRTNQlDGbzUQOW3aYCBx9rVA6dzsiY7Q==} engines: {node: '>=0.10.0'} dependencies: object-assign: 4.1.1 strict-uri-encode: 1.1.0 - /query-string/6.14.1: + /query-string@6.14.1: resolution: {integrity: sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==} engines: {node: '>=6'} dependencies: @@ -43266,7 +39609,7 @@ packages: split-on-first: 1.1.0 strict-uri-encode: 2.0.0 - /query-string/7.1.3: + /query-string@7.1.3: resolution: {integrity: sha512-hh2WYhq4fi8+b+/2Kg9CEge4fDPvHS534aOOvOZeQ3+Vf2mCFsaFBYj0i+iXcAq6I9Vzp5fjMFBlONvayDC1qg==} engines: {node: '>=6'} dependencies: @@ -43276,65 +39619,65 @@ packages: strict-uri-encode: 2.0.0 dev: false - /querystring-es3/0.2.1: + /querystring-es3@0.2.1: resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} engines: {node: '>=0.4.x'} - /querystring/0.2.0: + /querystring@0.2.0: resolution: {integrity: sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==} engines: {node: '>=0.4.x'} deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. - /querystringify/2.2.0: + /querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} - /queue-microtask/1.2.3: + /queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - /queue/6.0.1: + /queue@6.0.1: resolution: {integrity: sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==} dependencies: inherits: 2.0.4 - /quick-format-unescaped/4.0.4: + /quick-format-unescaped@4.0.4: resolution: {integrity: sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==} - /quick-lru/1.1.0: + /quick-lru@1.1.0: resolution: {integrity: sha512-tRS7sTgyxMXtLum8L65daJnHUhfDUgboRdcWW2bR9vBfrj2+O5HSMbQOJfJJjIVSPFqbBCF37FpwWXGitDc5tA==} engines: {node: '>=4'} dev: true - /quick-lru/4.0.1: + /quick-lru@4.0.1: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} dev: true - /quickselect/1.1.1: + /quickselect@1.1.1: resolution: {integrity: sha512-qN0Gqdw4c4KGPsBOQafj6yj/PA6c/L63f6CaZ/DCF/xF4Esu3jVmKLUDYxghFx8Kb/O7y9tI7x2RjTSXwdK1iQ==} dev: false - /quickselect/2.0.0: + /quickselect@2.0.0: resolution: {integrity: sha512-RKJ22hX8mHe3Y6wH/N3wCM6BWtjaxIyyUIkpHOvfFnxdI4yD4tBXEBKSbriGujF6jnSVkJrffuo6vxACiSSxIw==} dev: false - /raf-schd/4.0.3: + /raf-schd@4.0.3: resolution: {integrity: sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ==} dev: false - /raf/3.4.1: + /raf@3.4.1: resolution: {integrity: sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==} dependencies: performance-now: 2.1.0 - /railroad-diagrams/1.0.0: + /railroad-diagrams@1.0.0: resolution: {integrity: sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==} dev: true - /ramda/0.28.0: + /ramda@0.28.0: resolution: {integrity: sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==} dev: true - /randexp/0.4.6: + /randexp@0.4.6: resolution: {integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==} engines: {node: '>=0.12'} dependencies: @@ -43342,32 +39685,32 @@ packages: ret: 0.1.15 dev: true - /random-bytes/1.0.0: + /random-bytes@1.0.0: resolution: {integrity: sha512-iv7LhNVO047HzYR3InF6pUcUsPQiHTM1Qal51DcGSuZFBil1aBBWG5eHPNek7bvILMaYJ/8RU1e8w1AMdHmLQQ==} engines: {node: '>= 0.8'} dev: false - /randombytes/2.1.0: + /randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} dependencies: safe-buffer: 5.2.1 - /randomfill/1.0.4: + /randomfill@1.0.4: resolution: {integrity: sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==} dependencies: randombytes: 2.1.0 safe-buffer: 5.2.1 - /range-parser/1.2.0: + /range-parser@1.2.0: resolution: {integrity: sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==} engines: {node: '>= 0.6'} dev: true - /range-parser/1.2.1: + /range-parser@1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - /raw-body/2.5.1: + /raw-body@2.5.1: resolution: {integrity: sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==} engines: {node: '>= 0.8'} dependencies: @@ -43377,7 +39720,7 @@ packages: unpipe: 1.0.0 dev: true - /raw-body/2.5.2: + /raw-body@2.5.2: resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} engines: {node: '>= 0.8'} dependencies: @@ -43386,7 +39729,7 @@ packages: iconv-lite: 0.4.24 unpipe: 1.0.0 - /raw-loader/3.1.0_webpack@4.46.0: + /raw-loader@3.1.0(webpack@4.46.0): resolution: {integrity: sha512-lzUVMuJ06HF4rYveaz9Tv0WRlUMxJ0Y1hgSkkgg+50iEdaI0TthyEDe08KIHb0XsF6rn8WYTqPCaGTZg3sX+qA==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -43394,22 +39737,22 @@ packages: dependencies: loader-utils: 1.4.2 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /rbush/2.0.2: + /rbush@2.0.2: resolution: {integrity: sha512-XBOuALcTm+O/H8G90b6pzu6nX6v2zCKiFG4BJho8a+bY6AER6t8uQUZdi5bomQc0AprCWhEGa7ncAbbRap0bRA==} dependencies: quickselect: 1.1.1 dev: false - /rbush/3.0.1: + /rbush@3.0.1: resolution: {integrity: sha512-XRaVO0YecOpEuIvbhbpTrZgoiI6xBlz6hnlr6EHhd+0x9ase6EmeN+hdwwUaJvLcsFFQ8iWVF1GAK1yB0BWi0w==} dependencies: quickselect: 2.0.0 dev: false - /rc-align/2.4.5: + /rc-align@2.4.5: resolution: {integrity: sha512-nv9wYUYdfyfK+qskThf4BQUSIadeI/dCsfaMZfNEoxm9HwOIioQ+LyqmMK6jWHAZQgOzMLaqawhuBXlF63vgjw==} dependencies: babel-runtime: 6.26.0 @@ -43418,7 +39761,7 @@ packages: rc-util: 4.21.1 dev: false - /rc-align/4.0.15_6l5554ty5ajsajah6yazvrjhoe: + /rc-align@4.0.15(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-wqJtVH60pka/nOX7/IspElA8gjPNQKIx/ZqJ6heATCkXpe1Zg4cPVrMD2vC96wjsFFL8WsmhPbx9tdMo1qqlIA==} peerDependencies: react: '>=16.9.0 || 17' @@ -43427,12 +39770,12 @@ packages: '@babel/runtime': 7.21.5 classnames: 2.3.2 dom-align: 1.12.4 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) resize-observer-polyfill: 1.5.1 - /rc-align/4.0.15_prpqlkd37azqwypxturxi7uyci: + /rc-align@4.0.15(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-wqJtVH60pka/nOX7/IspElA8gjPNQKIx/ZqJ6heATCkXpe1Zg4cPVrMD2vC96wjsFFL8WsmhPbx9tdMo1qqlIA==} peerDependencies: react: '>=16.9.0 || 17' @@ -43441,27 +39784,12 @@ packages: '@babel/runtime': 7.21.5 classnames: 2.3.2 dom-align: 1.12.4 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) resize-observer-polyfill: 1.5.1 - dev: true - /rc-align/4.0.15_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-wqJtVH60pka/nOX7/IspElA8gjPNQKIx/ZqJ6heATCkXpe1Zg4cPVrMD2vC96wjsFFL8WsmhPbx9tdMo1qqlIA==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - dom-align: 1.12.4 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - resize-observer-polyfill: 1.5.1 - - /rc-animate/2.11.1_sfoxds7t5ydpegc3knd667wn6m: + /rc-animate@2.11.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-1NyuCGFJG/0Y+9RKh5y/i/AalUCA51opyyS/jO2seELpgymZm2u9QV3xwODwEuzkmeQ1BDPxMLmYLcTJedPlkQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -43474,43 +39802,11 @@ packages: raf: 3.4.1 rc-util: 4.21.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 dev: false - /rc-cascader/3.10.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-RBK1u59a2m/RKY8F+UvW9pUXdPv7bCxh2s2DAb81QjXX7TbwSX92Y0tICYo/Bo8fRsAh2g+7RXVf488/98ijkA==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - array-tree-filter: 2.1.0 - classnames: 2.3.2 - rc-select: 14.4.3_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-cascader/3.6.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-sf2otpazlROTzkD3nZVfIzXmfBLiEOBTXA5wxozGXBpS902McDpvF0bdcYBu5hN+rviEAm6Mh9cLXNQ1Ty8wKQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - array-tree-filter: 2.1.0 - classnames: 2.3.2 - rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.6.9_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-cascader/3.7.2_6l5554ty5ajsajah6yazvrjhoe: + /rc-cascader@3.7.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-5nPEM76eMyikd0NFiy1gjwiB9m+bOzjY6Lnd5bVC6Ar3XLlOpOnlCcV3oBFWLN3f7B18tAGpaAVlT2uyEDCv9w==} peerDependencies: react: '>=16.9.0 || 17' @@ -43519,13 +39815,13 @@ packages: '@babel/runtime': 7.21.5 array-tree-filter: 2.1.0 classnames: 2.3.2 - rc-select: 14.1.17_6l5554ty5ajsajah6yazvrjhoe - rc-tree: 5.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-select: 14.1.17(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-cascader/3.7.2_prpqlkd37azqwypxturxi7uyci: + /rc-cascader@3.7.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-5nPEM76eMyikd0NFiy1gjwiB9m+bOzjY6Lnd5bVC6Ar3XLlOpOnlCcV3oBFWLN3f7B18tAGpaAVlT2uyEDCv9w==} peerDependencies: react: '>=16.9.0 || 17' @@ -43534,29 +39830,13 @@ packages: '@babel/runtime': 7.21.5 array-tree-filter: 2.1.0 classnames: 2.3.2 - rc-select: 14.1.17_prpqlkd37azqwypxturxi7uyci - rc-tree: 5.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-select: 14.1.17(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /rc-cascader/3.7.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-5nPEM76eMyikd0NFiy1gjwiB9m+bOzjY6Lnd5bVC6Ar3XLlOpOnlCcV3oBFWLN3f7B18tAGpaAVlT2uyEDCv9w==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - array-tree-filter: 2.1.0 - classnames: 2.3.2 - rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-checkbox/2.0.3: + /rc-checkbox@2.0.3: resolution: {integrity: sha512-sSDV5AcxK5CxBTyUNj9pb0zfhdgLLsWKHwJG18ikeGoIwklcxXvIF6cI/KGVbPLFDa8mPS5WLOlLRqbq/1/ouw==} dependencies: babel-runtime: 6.26.0 @@ -43565,19 +39845,7 @@ packages: rc-util: 4.21.1 dev: false - /rc-checkbox/2.3.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-afVi1FYiGv1U0JlpNH/UaEXdh6WUJjcWokj/nUN2TgG80bfG+MDdbfHKlLcNNba94mbjy2/SXJ1HDgrOkXGAjg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-checkbox/3.0.0_6l5554ty5ajsajah6yazvrjhoe: + /rc-checkbox@3.0.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-tOEs1+wWDUei7DuP2EsJCZfam5vxMjKTCGcZdXVgsiOcNszc41Esycbo31P0/jFwUAPmd5oPYFWkcnFUCTLZxA==} peerDependencies: react: '>=16.9.0 || 17' @@ -43585,11 +39853,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-checkbox/3.0.0_prpqlkd37azqwypxturxi7uyci: + /rc-checkbox@3.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-tOEs1+wWDUei7DuP2EsJCZfam5vxMjKTCGcZdXVgsiOcNszc41Esycbo31P0/jFwUAPmd5oPYFWkcnFUCTLZxA==} peerDependencies: react: '>=16.9.0 || 17' @@ -43597,51 +39865,23 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-checkbox/3.0.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-tOEs1+wWDUei7DuP2EsJCZfam5vxMjKTCGcZdXVgsiOcNszc41Esycbo31P0/jFwUAPmd5oPYFWkcnFUCTLZxA==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-collapse/1.9.3_sfoxds7t5ydpegc3knd667wn6m: + /rc-collapse@1.9.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-8cG+FzudmgFCC9zRGKXJZA36zoI9Dmyjp6UDi8N80sXUch0JOpsZDxgcFzw4HPpPpK/dARtTilEe9zyuspnW0w==} dependencies: classnames: 2.3.2 css-animation: 1.6.1 prop-types: 15.8.1 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /rc-collapse/3.3.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-cOJfcSe3R8vocrF8T+PgaHDrgeA1tX+lwfhwSj60NX9QVRidsILIbRNDLD6nAzmcvVC5PWiIRiR4S1OobxdhCg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - shallowequal: 1.1.0 - dev: true - - /rc-collapse/3.4.2_6l5554ty5ajsajah6yazvrjhoe: + /rc-collapse@3.4.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-jpTwLgJzkhAgp2Wpi3xmbTbbYExg6fkptL67Uu5LCRVEj6wqmy0DHTjjeynsjOLsppHGHu41t1ELntZ0lEvS/Q==} peerDependencies: react: '>=16.9.0 || 17' @@ -43649,13 +39889,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 - /rc-collapse/3.4.2_prpqlkd37azqwypxturxi7uyci: + /rc-collapse@3.4.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-jpTwLgJzkhAgp2Wpi3xmbTbbYExg6fkptL67Uu5LCRVEj6wqmy0DHTjjeynsjOLsppHGHu41t1ELntZ0lEvS/Q==} peerDependencies: react: '>=16.9.0 || 17' @@ -43663,171 +39903,69 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 - dev: true - - /rc-collapse/3.4.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-jpTwLgJzkhAgp2Wpi3xmbTbbYExg6fkptL67Uu5LCRVEj6wqmy0DHTjjeynsjOLsppHGHu41t1ELntZ0lEvS/Q==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - shallowequal: 1.1.0 - - /rc-collapse/3.5.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-/TNiT3DW1t3sUCiVD/DPUYooJZ3BLA93/2rZsB3eM2bGJCCla2X9D2E4tgm7LGMQGy5Atb2lMUn2FQuvQNvavQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-dialog/8.9.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-Cp0tbJnrvPchJfnwIvOMWmJ4yjX3HWFatO6oBFD1jx8QkgsQCR0p8nUWAKdd3seLJhEC39/v56kZaEjwp9muoQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - /rc-dialog/9.0.2_6l5554ty5ajsajah6yazvrjhoe: + /rc-dialog@9.0.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-s3U+24xWUuB6Bn2Lk/Qt6rufy+uT+QvWkiFhNBcO9APLxcFFczWamaq7x9h8SCuhfc1nHcW4y8NbMsnAjNnWyg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_6l5554ty5ajsajah6yazvrjhoe + '@rc-component/portal': 1.1.1(react-dom@16.14.0)(react@17.0.2) classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-dialog/9.0.2_prpqlkd37azqwypxturxi7uyci: + /rc-dialog@9.0.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-s3U+24xWUuB6Bn2Lk/Qt6rufy+uT+QvWkiFhNBcO9APLxcFFczWamaq7x9h8SCuhfc1nHcW4y8NbMsnAjNnWyg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_prpqlkd37azqwypxturxi7uyci - classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /rc-dialog/9.0.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-s3U+24xWUuB6Bn2Lk/Qt6rufy+uT+QvWkiFhNBcO9APLxcFFczWamaq7x9h8SCuhfc1nHcW4y8NbMsnAjNnWyg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-dialog/9.1.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-5ry+JABAWEbaKyYsmITtrJbZbJys8CtMyzV8Xn4LYuXMeUx5XVHNyJRoqLFE4AzBuXXzOWeaC49cg+XkxK6kHA==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-drawer/5.1.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-pU3Tsn99pxGdYowXehzZbdDVE+4lDXSGb7p8vA9mSmr569oc2Izh4Zw5vLKSe/Xxn2p5MSNbLVqD4tz+pK6SOw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-drawer/6.1.5_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-MDRomQXFi+tvDuwsRAddJ2Oy2ayLCZ29weMzp3rJFO9UNEVLEVV7nuyx5lEgNJIdM//tE6wWQV95cTUiMVqD6w==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_6l5554ty5ajsajah6yazvrjhoe + '@rc-component/portal': 1.1.1(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-drawer/6.1.5_prpqlkd37azqwypxturxi7uyci: + /rc-drawer@6.1.5(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-MDRomQXFi+tvDuwsRAddJ2Oy2ayLCZ29weMzp3rJFO9UNEVLEVV7nuyx5lEgNJIdM//tE6wWQV95cTUiMVqD6w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_prpqlkd37azqwypxturxi7uyci + '@rc-component/portal': 1.1.1(react-dom@16.14.0)(react@17.0.2) classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-drawer/6.1.5_sfoxds7t5ydpegc3knd667wn6m: + /rc-drawer@6.1.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-MDRomQXFi+tvDuwsRAddJ2Oy2ayLCZ29weMzp3rJFO9UNEVLEVV7nuyx5lEgNJIdM//tE6wWQV95cTUiMVqD6w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m + '@rc-component/portal': 1.1.1(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-dropdown/3.6.2_sfoxds7t5ydpegc3knd667wn6m: + /rc-dropdown@3.6.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Wsw7GkVbUXADEs8FPL0v8gd+3mWQiydPFXBlr2imMScQaf8hh79pG9KrBc1DwK+nqHmYOpQfK2gn6jG2AQw9Pw==} peerDependencies: react: '>=16.11.0 || 17' @@ -43835,13 +39973,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /rc-dropdown/4.0.1_6l5554ty5ajsajah6yazvrjhoe: + /rc-dropdown@4.0.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==} peerDependencies: react: '>=16.11.0 || 17' @@ -43849,12 +39987,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-dropdown/4.0.1_prpqlkd37azqwypxturxi7uyci: + /rc-dropdown@4.0.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==} peerDependencies: react: '>=16.11.0 || 17' @@ -43862,26 +40000,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-dropdown/4.0.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==} - peerDependencies: - react: '>=16.11.0 || 17' - react-dom: '>=16.11.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-editor-core/0.8.10_sfoxds7t5ydpegc3knd667wn6m: + /rc-editor-core@0.8.10(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-T3aHpeMCIYA1sdAI7ynHHjXy5fqp83uPlD68ovZ0oClTSc3tbHmyCxXlA+Ti4YgmcpCYv7avF6a+TIbAka53kw==} peerDependencies: react: '>=15.0.0 || 17' @@ -43889,16 +40013,16 @@ packages: dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 - draft-js: 0.10.5_sfoxds7t5ydpegc3knd667wn6m + draft-js: 0.10.5(react-dom@17.0.2)(react@17.0.2) immutable: 3.7.6 lodash: 4.17.21 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) setimmediate: 1.0.5 dev: false - /rc-editor-mention/1.1.13_sfoxds7t5ydpegc3knd667wn6m: + /rc-editor-mention@1.1.13(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-3AOmGir91Fi2ogfRRaXLtqlNuIwQpvla7oUnGHS1+3eo7b+fUp5IlKcagqtwUBB5oDNofoySXkLBxzWvSYNp/Q==} peerDependencies: react: '>=15.x || 17' @@ -43907,16 +40031,16 @@ packages: babel-runtime: 6.26.0 classnames: 2.3.2 dom-scroll-into-view: 1.2.1 - draft-js: 0.10.5_sfoxds7t5ydpegc3knd667wn6m + draft-js: 0.10.5(react-dom@17.0.2)(react@17.0.2) immutable: 3.7.6 prop-types: 15.8.1 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m - rc-editor-core: 0.8.10_sfoxds7t5ydpegc3knd667wn6m + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) + rc-editor-core: 0.8.10(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /rc-field-form/1.27.4_6l5554ty5ajsajah6yazvrjhoe: + /rc-field-form@1.27.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-PQColQnZimGKArnOh8V2907+VzDCXcqtFvHgevDLtqWc/P7YASb/FqntSmdS8q3VND5SHX3Y1vgMIzY22/f/0Q==} engines: {node: '>=8.x'} peerDependencies: @@ -43925,11 +40049,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 async-validator: 4.2.5 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-field-form/1.27.4_prpqlkd37azqwypxturxi7uyci: + /rc-field-form@1.27.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-PQColQnZimGKArnOh8V2907+VzDCXcqtFvHgevDLtqWc/P7YASb/FqntSmdS8q3VND5SHX3Y1vgMIzY22/f/0Q==} engines: {node: '>=8.x'} peerDependencies: @@ -43938,25 +40062,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 async-validator: 4.2.5 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-field-form/1.27.4_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-PQColQnZimGKArnOh8V2907+VzDCXcqtFvHgevDLtqWc/P7YASb/FqntSmdS8q3VND5SHX3Y1vgMIzY22/f/0Q==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - async-validator: 4.2.5 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-field-form/1.30.0_sfoxds7t5ydpegc3knd667wn6m: + /rc-field-form@1.30.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-hCBa3/+m9SSuEPILSsxB/wd3ZFEmNTQfIhThhMaMp05fLwDDw+2K26lEZf5NuChQlx90VVNUOYmTslH6Ks4tpA==} engines: {node: '>=8.x'} peerDependencies: @@ -43965,12 +40075,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 async-validator: 4.2.5 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /rc-form/2.4.12_prop-types@15.8.1: + /rc-form@2.4.12(prop-types@15.8.1): resolution: {integrity: sha512-sHfyWRrnjCHkeCYfYAGop2GQBUC6CKMPcJF9h/gL/vTmZB/RN6fNOGKjXrXjFbwFwKXUWBoPtIDDDmXQW9xNdw==} peerDependencies: prop-types: ^15.0 @@ -43987,101 +40097,43 @@ packages: warning: 4.0.3 dev: false - /rc-gesture/0.0.22: + /rc-gesture@0.0.22: resolution: {integrity: sha512-6G6qrCE0MUTXyjh/powj91XkjRjoFL4HiJLPU5lALXHvGX+/efcUjGYUrHrrw0mwQdmrmg4POqnY/bibns+G3g==} dependencies: babel-runtime: 6.26.0 dev: false - /rc-image/5.13.0_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-iZTOmw5eWo2+gcrJMMcnd7SsxVHl3w5xlyCgsULUdJhJbnuI8i/AL0tVOsE7aLn9VfOh1qgDT3mC2G75/c7mqg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_6l5554ty5ajsajah6yazvrjhoe - classnames: 2.3.2 - rc-dialog: 9.0.2_6l5554ty5ajsajah6yazvrjhoe - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - - /rc-image/5.13.0_prpqlkd37azqwypxturxi7uyci: + /rc-image@5.13.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-iZTOmw5eWo2+gcrJMMcnd7SsxVHl3w5xlyCgsULUdJhJbnuI8i/AL0tVOsE7aLn9VfOh1qgDT3mC2G75/c7mqg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_prpqlkd37azqwypxturxi7uyci + '@rc-component/portal': 1.1.1(react-dom@16.14.0)(react@17.0.2) classnames: 2.3.2 - rc-dialog: 9.0.2_prpqlkd37azqwypxturxi7uyci - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-dialog: 9.0.2(react-dom@16.14.0)(react@17.0.2) + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-image/5.13.0_sfoxds7t5ydpegc3knd667wn6m: + /rc-image@5.13.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-iZTOmw5eWo2+gcrJMMcnd7SsxVHl3w5xlyCgsULUdJhJbnuI8i/AL0tVOsE7aLn9VfOh1qgDT3mC2G75/c7mqg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-dialog: 9.0.2_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-image/5.16.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-11DOye57IgTXh2yTsmxFNynZJG3tdx8RZnnaqb38eYWrBPPyhVHIuURxyiSZ8B68lEUAggR7SBA0Zb95KP/CyQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-dialog: 9.1.0_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-image/5.7.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-QyMfdhoUfb5W14plqXSisaYwpdstcLYnB0MjX5ccIK2rydQM9sDPuekQWu500DDGR2dBaIF5vx9XbWkNFK17Fg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 + '@rc-component/portal': 1.1.1(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 - rc-dialog: 8.9.0_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-dialog: 9.0.2(react-dom@17.0.2)(react@17.0.2) + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-input-number/7.3.11_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-aMWPEjFeles6PQnMqP5eWpxzsvHm9rh1jQOWXExUEIxhX62Fyl/ptifLHOn17+waDG1T/YUb6flfJbvwRhHrbA==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-input-number/7.3.11_prpqlkd37azqwypxturxi7uyci: + /rc-input-number@7.3.11(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-aMWPEjFeles6PQnMqP5eWpxzsvHm9rh1jQOWXExUEIxhX62Fyl/ptifLHOn17+waDG1T/YUb6flfJbvwRhHrbA==} peerDependencies: react: '>=16.9.0 || 17' @@ -44089,12 +40141,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-input-number/7.3.11_sfoxds7t5ydpegc3knd667wn6m: + /rc-input-number@7.3.11(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-aMWPEjFeles6PQnMqP5eWpxzsvHm9rh1jQOWXExUEIxhX62Fyl/ptifLHOn17+waDG1T/YUb6flfJbvwRhHrbA==} peerDependencies: react: '>=16.9.0 || 17' @@ -44102,38 +40153,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-input-number/7.4.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-yGturTw7WGP+M1GbJ+UTAO7L4buxeW6oilhL9Sq3DezsRS8/9qec4UiXUbeoiX9bzvRXH11JvgskBtxSp4YSNg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/mini-decimal': 1.0.1 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-input/0.0.1-alpha.7_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-eozaqpCYWSY5LBMwlHgC01GArkVEP+XlJ84OMvdkwUnJBSv83Yxa15pZpn7vACAj84uDC4xOA2CoFdbLuqB08Q==} - peerDependencies: - react: '>=16.0.0 || 17' - react-dom: '>=16.0.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-input/0.1.4_6l5554ty5ajsajah6yazvrjhoe: + /rc-input@0.1.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-FqDdNz+fV2dKNgfXzcSLKvC+jEs1709t7nD+WdfjrdSaOcefpgc7BUJYadc3usaING+b7ediMTfKxuJBsEFbXA==} peerDependencies: react: '>=16.0.0 || 17' @@ -44141,11 +40165,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-input/0.1.4_prpqlkd37azqwypxturxi7uyci: + /rc-input@0.1.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-FqDdNz+fV2dKNgfXzcSLKvC+jEs1709t7nD+WdfjrdSaOcefpgc7BUJYadc3usaING+b7ediMTfKxuJBsEFbXA==} peerDependencies: react: '>=16.0.0 || 17' @@ -44153,37 +40177,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-input/0.1.4_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-FqDdNz+fV2dKNgfXzcSLKvC+jEs1709t7nD+WdfjrdSaOcefpgc7BUJYadc3usaING+b7ediMTfKxuJBsEFbXA==} - peerDependencies: - react: '>=16.0.0 || 17' - react-dom: '>=16.0.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-input/1.0.4_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-clY4oneVHRtKHYf/HCxT/MO+4BGzCIywSNLosXWOm7fcQAS0jQW7n0an8Raa8JMB8kpxc8m28p7SNwFZmlMj6g==} - peerDependencies: - react: '>=16.0.0 || 17' - react-dom: '>=16.0.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-mentions/1.13.1_6l5554ty5ajsajah6yazvrjhoe: + /rc-mentions@1.13.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44191,14 +40189,14 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-menu: 9.8.4_6l5554ty5ajsajah6yazvrjhoe - rc-textarea: 0.4.7_6l5554ty5ajsajah6yazvrjhoe - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-menu: 9.8.4(react-dom@16.14.0)(react@17.0.2) + rc-textarea: 0.4.7(react-dom@16.14.0)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-mentions/1.13.1_prpqlkd37azqwypxturxi7uyci: + /rc-mentions@1.13.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44206,80 +40204,14 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-menu: 9.8.4_prpqlkd37azqwypxturxi7uyci - rc-textarea: 0.4.7_prpqlkd37azqwypxturxi7uyci - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-menu: 9.8.4(react-dom@17.0.2)(react@17.0.2) + rc-textarea: 0.4.7(react-dom@17.0.2)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-mentions/1.13.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m - rc-textarea: 0.4.7_sfoxds7t5ydpegc3knd667wn6m - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-mentions/1.9.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-uxb/lzNnEGmvraKWNGE6KXMVXvt8RQv9XW8R0Dqi3hYsyPiAZeHRCHQKdLARuk5YBhFhZ6ga55D/8XuY367g3g==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-menu: 9.6.4_sfoxds7t5ydpegc3knd667wn6m - rc-textarea: 0.3.7_sfoxds7t5ydpegc3knd667wn6m - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-mentions/2.2.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-R7ncCldr02uKgJBBPlXdtnOGQIjZ9C3uoIMi4fabU3CPFdmefYlNF6QM4u2AzgcGt8V0KkoHTN5T6HPdUpet8g==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/trigger': 1.10.2_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-input: 1.0.4_sfoxds7t5ydpegc3knd667wn6m - rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m - rc-textarea: 1.2.2_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-menu/9.6.4_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-6DiNAjxjVIPLZXHffXxxcyE15d4isRL7iQ1ru4MqYDH2Cqc5bW96wZOdMydFtGLyDdnmEQ9jVvdCE9yliGvzkw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-overflow: 1.3.0_6l5554ty5ajsajah6yazvrjhoe - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - shallowequal: 1.1.0 - dev: true - - /rc-menu/9.6.4_prpqlkd37azqwypxturxi7uyci: + /rc-menu@9.6.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-6DiNAjxjVIPLZXHffXxxcyE15d4isRL7iQ1ru4MqYDH2Cqc5bW96wZOdMydFtGLyDdnmEQ9jVvdCE9yliGvzkw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44287,16 +40219,16 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-overflow: 1.3.0_prpqlkd37azqwypxturxi7uyci - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-overflow: 1.3.0(react-dom@16.14.0)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 dev: true - /rc-menu/9.6.4_sfoxds7t5ydpegc3knd667wn6m: + /rc-menu@9.6.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-6DiNAjxjVIPLZXHffXxxcyE15d4isRL7iQ1ru4MqYDH2Cqc5bW96wZOdMydFtGLyDdnmEQ9jVvdCE9yliGvzkw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44304,30 +40236,16 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-overflow: 1.3.0_sfoxds7t5ydpegc3knd667wn6m - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-overflow: 1.3.0(react-dom@17.0.2)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 + dev: false - /rc-menu/9.8.4_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-lmw2j8I2fhdIzHmC9ajfImfckt0WDb2KVJJBBRIsxPEw2kGkEfjLMUoB1NgiNT/Q5cC8PdjGOGQjHJIJMwyNMw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-overflow: 1.3.0_6l5554ty5ajsajah6yazvrjhoe - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - - /rc-menu/9.8.4_prpqlkd37azqwypxturxi7uyci: + /rc-menu@9.8.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-lmw2j8I2fhdIzHmC9ajfImfckt0WDb2KVJJBBRIsxPEw2kGkEfjLMUoB1NgiNT/Q5cC8PdjGOGQjHJIJMwyNMw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44335,15 +40253,14 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-overflow: 1.3.0_prpqlkd37azqwypxturxi7uyci - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-overflow: 1.3.0(react-dom@16.14.0)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-menu/9.8.4_sfoxds7t5ydpegc3knd667wn6m: + /rc-menu@9.8.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-lmw2j8I2fhdIzHmC9ajfImfckt0WDb2KVJJBBRIsxPEw2kGkEfjLMUoB1NgiNT/Q5cC8PdjGOGQjHJIJMwyNMw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44351,26 +40268,14 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-overflow: 1.3.0_sfoxds7t5ydpegc3knd667wn6m - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-motion/2.7.3_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-2xUvo8yGHdOHeQbdI8BtBsCIrWKchEmFEIskf0nmHtJsou+meLd/JE+vnvSX2JxcBrJtXY2LuBpxAOxrbY/wMQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-overflow: 1.3.0(react-dom@17.0.2)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-motion/2.7.3_prpqlkd37azqwypxturxi7uyci: + /rc-motion@2.7.3(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-2xUvo8yGHdOHeQbdI8BtBsCIrWKchEmFEIskf0nmHtJsou+meLd/JE+vnvSX2JxcBrJtXY2LuBpxAOxrbY/wMQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -44378,12 +40283,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-motion/2.7.3_sfoxds7t5ydpegc3knd667wn6m: + /rc-motion@2.7.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-2xUvo8yGHdOHeQbdI8BtBsCIrWKchEmFEIskf0nmHtJsou+meLd/JE+vnvSX2JxcBrJtXY2LuBpxAOxrbY/wMQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -44391,11 +40295,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-notification/4.6.1_6l5554ty5ajsajah6yazvrjhoe: + /rc-notification@4.6.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-NSmFYwrrdY3+un1GvDAJQw62Xi9LNMSsoQyo95tuaYrcad5Bn9gJUL8AREufRxSQAQnr64u3LtP3EUyLYT6bhw==} engines: {node: '>=8.x'} peerDependencies: @@ -44404,12 +40308,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-notification/4.6.1_prpqlkd37azqwypxturxi7uyci: + /rc-notification@4.6.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-NSmFYwrrdY3+un1GvDAJQw62Xi9LNMSsoQyo95tuaYrcad5Bn9gJUL8AREufRxSQAQnr64u3LtP3EUyLYT6bhw==} engines: {node: '>=8.x'} peerDependencies: @@ -44418,55 +40322,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /rc-notification/4.6.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-NSmFYwrrdY3+un1GvDAJQw62Xi9LNMSsoQyo95tuaYrcad5Bn9gJUL8AREufRxSQAQnr64u3LtP3EUyLYT6bhw==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-notification/5.0.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-+wHbHu6RiTNtsZYx42WxWA+tC5m0qyKvJAauO4/6LIEyJspK8fRlFQz+OCFgFwGuNs3cOdo9tLs+cPfztSZwbQ==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-overflow/1.3.0_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-p2Qt4SWPTHAYl4oAao1THy669Fm5q8pYBDBHRaFOekCvcdcrgIx0ByXQMEkyPm8wUDX4BK6aARWecvCRc/7CTA==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-resize-observer: 1.3.1_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-overflow/1.3.0_prpqlkd37azqwypxturxi7uyci: + /rc-overflow@1.3.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-p2Qt4SWPTHAYl4oAao1THy669Fm5q8pYBDBHRaFOekCvcdcrgIx0ByXQMEkyPm8wUDX4BK6aARWecvCRc/7CTA==} peerDependencies: react: '>=16.9.0 || 17' @@ -44474,13 +40335,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-overflow/1.3.0_sfoxds7t5ydpegc3knd667wn6m: + /rc-overflow@1.3.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-p2Qt4SWPTHAYl4oAao1THy669Fm5q8pYBDBHRaFOekCvcdcrgIx0ByXQMEkyPm8wUDX4BK6aARWecvCRc/7CTA==} peerDependencies: react: '>=16.9.0 || 17' @@ -44488,35 +40348,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-pagination/3.1.17_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-/BQ5UxcBnW28vFAcP2hfh+Xg15W0QZn8TWYwdCApchMH1H0CxiaUUcULP8uXcFM1TygcdKWdt3JqsL9cTAfdkQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-pagination/3.2.0_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-5tIXjB670WwwcAJzAqp2J+cOBS9W3cH/WU1EiYwXljuZ4vtZXKlY2Idq8FZrnYBz8KhN3vwPo9CoV/SJS6SL1w==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-pagination/3.2.0_prpqlkd37azqwypxturxi7uyci: + /rc-pagination@3.2.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-5tIXjB670WwwcAJzAqp2J+cOBS9W3cH/WU1EiYwXljuZ4vtZXKlY2Idq8FZrnYBz8KhN3vwPo9CoV/SJS6SL1w==} peerDependencies: react: '>=16.9.0 || 17' @@ -44525,10 +40362,9 @@ packages: '@babel/runtime': 7.21.5 classnames: 2.3.2 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-pagination/3.2.0_sfoxds7t5ydpegc3knd667wn6m: + /rc-pagination@3.2.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-5tIXjB670WwwcAJzAqp2J+cOBS9W3cH/WU1EiYwXljuZ4vtZXKlY2Idq8FZrnYBz8KhN3vwPo9CoV/SJS6SL1w==} peerDependencies: react: '>=16.9.0 || 17' @@ -44537,58 +40373,9 @@ packages: '@babel/runtime': 7.21.5 classnames: 2.3.2 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-pagination/3.3.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-eI4dSeB3OrFxll7KzWa3ZH63LV2tHxt0AUmZmDwuI6vc3CK5lZhaKUYq0fRowb5586hN+L26j5WZoSz9cwEfjg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-picker/2.6.11_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-INJ7ULu+Kj4UgqbcqE8Q+QpMw55xFf9kkyLBHJFk0ihjJpAV4glialRfqHE7k4KX2BWYPQfpILwhwR14x2EiRQ==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - date-fns: 2.30.0 - dayjs: 1.11.7 - moment: 2.29.4 - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - shallowequal: 1.1.0 - dev: true - - /rc-picker/2.7.2_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-KbUKgbzgWVN5L+V9xhZDKSmseHIyFneBlmuMtMrZ9fU7Oypw6D+owS5kuUicIEV08Y17oXt8dUqauMeC5IFBPg==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - date-fns: 2.30.0 - dayjs: 1.11.7 - moment: 2.29.4 - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - shallowequal: 1.1.0 + react-dom: 17.0.2(react@17.0.2) - /rc-picker/2.7.2_prpqlkd37azqwypxturxi7uyci: + /rc-picker@2.7.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-KbUKgbzgWVN5L+V9xhZDKSmseHIyFneBlmuMtMrZ9fU7Oypw6D+owS5kuUicIEV08Y17oXt8dUqauMeC5IFBPg==} engines: {node: '>=8.x'} peerDependencies: @@ -44600,14 +40387,13 @@ packages: date-fns: 2.30.0 dayjs: 1.11.7 moment: 2.29.4 - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 - dev: true - /rc-picker/2.7.2_sfoxds7t5ydpegc3knd667wn6m: + /rc-picker@2.7.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-KbUKgbzgWVN5L+V9xhZDKSmseHIyFneBlmuMtMrZ9fU7Oypw6D+owS5kuUicIEV08Y17oXt8dUqauMeC5IFBPg==} engines: {node: '>=8.x'} peerDependencies: @@ -44619,55 +40405,13 @@ packages: date-fns: 2.30.0 dayjs: 1.11.7 moment: 2.29.4 - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 - /rc-picker/3.6.2_3k25dfbgqbh5cjdt2kbkjmeb2i: - resolution: {integrity: sha512-acLNCi2WTNAuvTtcEzKp72mU15ni0sqrIKVlEcj04KgLZxhlVPMabCS+Sc8VuOCPJbOcW0XeOydbNnJbWTvzxg==} - engines: {node: '>=8.x'} - peerDependencies: - date-fns: '>= 2.x' - dayjs: '>= 1.x' - luxon: '>= 3.x' - moment: '>= 2.x' - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - peerDependenciesMeta: - date-fns: - optional: true - dayjs: - optional: true - luxon: - optional: true - moment: - optional: true - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/trigger': 1.10.2_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - dayjs: 1.11.7 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-progress/3.3.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-MDVNVHzGanYtRy2KKraEaWeZLri2ZHWIRyaE1a9MQ2MuJ09m+Wxj5cfcaoaR6z5iRpHpA59YeUxAlpML8N4PJw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-progress/3.4.1_6l5554ty5ajsajah6yazvrjhoe: + /rc-progress@3.4.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-eAFDHXlk8aWpoXl0llrenPMt9qKHQXphxcVsnKs0FHC6eCSk1ebJtyaVjJUzKe0233ogiLDeEFK1Uihz3s67hw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44675,11 +40419,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-progress/3.4.1_prpqlkd37azqwypxturxi7uyci: + /rc-progress@3.4.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-eAFDHXlk8aWpoXl0llrenPMt9qKHQXphxcVsnKs0FHC6eCSk1ebJtyaVjJUzKe0233ogiLDeEFK1Uihz3s67hw==} peerDependencies: react: '>=16.9.0 || 17' @@ -44687,51 +40431,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /rc-progress/3.4.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-eAFDHXlk8aWpoXl0llrenPMt9qKHQXphxcVsnKs0FHC6eCSk1ebJtyaVjJUzKe0233ogiLDeEFK1Uihz3s67hw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-rate/2.10.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-TCjEpKPeN1m0EnGDDbb1KyxjNTJRzoReiPdtbrBJEey4Ryf/UGOQ6vqmz2yC6DJdYVDVUoZPdoz043ryh0t/nQ==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-rate/2.9.2_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-rate/2.9.2_prpqlkd37azqwypxturxi7uyci: + /rc-rate@2.9.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==} engines: {node: '>=8.x'} peerDependencies: @@ -44740,12 +40444,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-rate/2.9.2_sfoxds7t5ydpegc3knd667wn6m: + /rc-rate@2.9.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==} engines: {node: '>=8.x'} peerDependencies: @@ -44754,11 +40457,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-resize-observer/1.3.1_6l5554ty5ajsajah6yazvrjhoe: + /rc-resize-observer@1.3.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-iFUdt3NNhflbY3mwySv5CA1TC06zdJ+pfo0oc27xpf4PIOvfZwZGtD9Kz41wGYqC4SLio93RVAirSSpYlV/uYg==} peerDependencies: react: '>=16.9.0 || 17' @@ -44766,12 +40469,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) resize-observer-polyfill: 1.5.1 - /rc-resize-observer/1.3.1_prpqlkd37azqwypxturxi7uyci: + /rc-resize-observer@1.3.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-iFUdt3NNhflbY3mwySv5CA1TC06zdJ+pfo0oc27xpf4PIOvfZwZGtD9Kz41wGYqC4SLio93RVAirSSpYlV/uYg==} peerDependencies: react: '>=16.9.0 || 17' @@ -44779,26 +40482,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) resize-observer-polyfill: 1.5.1 - dev: true - /rc-resize-observer/1.3.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-iFUdt3NNhflbY3mwySv5CA1TC06zdJ+pfo0oc27xpf4PIOvfZwZGtD9Kz41wGYqC4SLio93RVAirSSpYlV/uYg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - resize-observer-polyfill: 1.5.1 - - /rc-segmented/2.1.2_6l5554ty5ajsajah6yazvrjhoe: + /rc-segmented@2.1.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-qGo1bCr83ESXpXVOCXjFe1QJlCAQXyi9KCiy8eX3rIMYlTeJr/ftySIaTnYsitL18SvWf5ZEHsfqIWoX0EMfFQ==} peerDependencies: react: '>=16.0.0 || 17' @@ -44806,12 +40495,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-segmented/2.1.2_prpqlkd37azqwypxturxi7uyci: + /rc-segmented@2.1.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-qGo1bCr83ESXpXVOCXjFe1QJlCAQXyi9KCiy8eX3rIMYlTeJr/ftySIaTnYsitL18SvWf5ZEHsfqIWoX0EMfFQ==} peerDependencies: react: '>=16.0.0 || 17' @@ -44819,26 +40508,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-segmented/2.1.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-qGo1bCr83ESXpXVOCXjFe1QJlCAQXyi9KCiy8eX3rIMYlTeJr/ftySIaTnYsitL18SvWf5ZEHsfqIWoX0EMfFQ==} - peerDependencies: - react: '>=16.0.0 || 17' - react-dom: '>=16.0.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-select/14.1.17_6l5554ty5ajsajah6yazvrjhoe: + /rc-select@14.1.17(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-6qQhMqtoUkkboRqXKKFRR5Nu1mrnw2mC1uxIBIczg7aiJ94qCZBg4Ww8OLT9f4xdyCgbFSGh6r3yB9EBsjoHGA==} engines: {node: '>=8.x'} peerDependencies: @@ -44847,15 +40522,15 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-overflow: 1.3.0_6l5554ty5ajsajah6yazvrjhoe - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - rc-virtual-list: 3.4.13_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-overflow: 1.3.0(react-dom@16.14.0)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-virtual-list: 3.4.13(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-select/14.1.17_prpqlkd37azqwypxturxi7uyci: + /rc-select@14.1.17(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-6qQhMqtoUkkboRqXKKFRR5Nu1mrnw2mC1uxIBIczg7aiJ94qCZBg4Ww8OLT9f4xdyCgbFSGh6r3yB9EBsjoHGA==} engines: {node: '>=8.x'} peerDependencies: @@ -44864,51 +40539,15 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-overflow: 1.3.0_prpqlkd37azqwypxturxi7uyci - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - rc-virtual-list: 3.4.13_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-overflow: 1.3.0(react-dom@17.0.2)(react@17.0.2) + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-virtual-list: 3.4.13(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-select/14.1.17_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-6qQhMqtoUkkboRqXKKFRR5Nu1mrnw2mC1uxIBIczg7aiJ94qCZBg4Ww8OLT9f4xdyCgbFSGh6r3yB9EBsjoHGA==} - engines: {node: '>=8.x'} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-overflow: 1.3.0_sfoxds7t5ydpegc3knd667wn6m - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-virtual-list: 3.4.13_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-select/14.4.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-qoz4gNqm3SN+4dYKSCRiRkxKSEEdbS3jC6gdFYoYwEjDZ9sdQFo5jHlfQbF+hhai01HOoj1Hf8Gq6tpUvU+Gmw==} - engines: {node: '>=8.x'} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/trigger': 1.10.2_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-overflow: 1.3.0_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-virtual-list: 3.4.13_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-slider/10.0.1_6l5554ty5ajsajah6yazvrjhoe: + /rc-slider@10.0.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==} engines: {node: '>=8.x'} peerDependencies: @@ -44917,12 +40556,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 - /rc-slider/10.0.1_prpqlkd37azqwypxturxi7uyci: + /rc-slider@10.0.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==} engines: {node: '>=8.x'} peerDependencies: @@ -44931,47 +40570,18 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 - dev: true - /rc-slider/10.0.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - shallowequal: 1.1.0 - - /rc-slider/10.1.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-gn8oXazZISEhnmRinI89Z/JD/joAaM35jp+gDtIVSTD/JJMCCBqThqLk1SVJmvtfeiEF/kKaFY0+qt4SDHFUDw==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-slider/8.2.0_sfoxds7t5ydpegc3knd667wn6m: + /rc-slider@8.2.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-rnO36M3VhMoPWh1kRuCeJoluT4duAW7+5aLaAn9oLu2pKEKsuOFUh5DmA2kEo88UmvPV6nr7HHDeZuC8SNM/lA==} dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 prop-types: 15.8.1 - rc-tooltip: 3.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-tooltip: 3.7.3(react-dom@17.0.2)(react@17.0.2) rc-util: 4.21.1 shallowequal: 1.1.0 warning: 3.0.0 @@ -44980,31 +40590,17 @@ packages: - react-dom dev: false - /rc-source-loader/1.0.2_webpack@5.82.0: + /rc-source-loader@1.0.2(webpack@5.82.0): resolution: {integrity: sha512-v5Qye43opLna8YbbTgqCYzEbj6R9qiM9W+Y+MYR7RVEMTb9jAgeoZthbZy0MiJiuPQ9j+Vft73st5Dm+r+z+XQ==} engines: {node: '>= 6.9.0'} peerDependencies: webpack: ^4.3.0 dependencies: loader-utils: 1.4.2 - webpack: 5.82.0_webpack-cli@4.10.0 - dev: true - - /rc-steps/4.1.4_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-qoCqKZWSpkh/b03ASGx1WhpKnuZcRWmvuW+ZUu4mvMdfvFzVxblTwUM+9aBd0mlEUFmt6GW8FXhMpHkK3Uzp3w==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /rc-steps/5.0.0_6l5554ty5ajsajah6yazvrjhoe: + /rc-steps@5.0.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-9TgRvnVYirdhbV0C3syJFj9EhCRqoJAsxt4i1rED5o8/ZcSv5TLIYyo4H8MCjLPvbe2R+oBAm/IYBEtC+OS1Rw==} engines: {node: '>=8.x'} peerDependencies: @@ -45013,25 +40609,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - - /rc-steps/5.0.0_prpqlkd37azqwypxturxi7uyci: - resolution: {integrity: sha512-9TgRvnVYirdhbV0C3syJFj9EhCRqoJAsxt4i1rED5o8/ZcSv5TLIYyo4H8MCjLPvbe2R+oBAm/IYBEtC+OS1Rw==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-steps/5.0.0_sfoxds7t5ydpegc3knd667wn6m: + /rc-steps@5.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-9TgRvnVYirdhbV0C3syJFj9EhCRqoJAsxt4i1rED5o8/ZcSv5TLIYyo4H8MCjLPvbe2R+oBAm/IYBEtC+OS1Rw==} engines: {node: '>=8.x'} peerDependencies: @@ -45040,25 +40622,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /rc-steps/6.0.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-+KfMZIty40mYCQSDvYbZ1jwnuObLauTiIskT1hL4FFOBHP6ZOr8LK0m143yD3kEN5XKHSEX1DIwCj3AYZpoeNQ==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-swipeout/2.0.11: + /rc-swipeout@2.0.11: resolution: {integrity: sha512-d37Lgn4RX4OOQyuA2BFo0rGlUwrmZk5q83srH3ixJ1Y1jidr2GKjgJDbNeGUVZPNfYBL91Elu6+xfVGftWf4Lg==} dependencies: babel-runtime: 6.26.0 @@ -45067,7 +40635,7 @@ packages: react-native-swipeout: 2.3.6 dev: false - /rc-switch/3.2.2_6l5554ty5ajsajah6yazvrjhoe: + /rc-switch@3.2.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-+gUJClsZZzvAHGy1vZfnwySxj+MjLlGRyXKXScrtCTcmiYNPzxDFOxdQ/3pK1Kt/0POvwJ/6ALOR8gwdXGhs+A==} peerDependencies: react: '>=16.9.0 || 17' @@ -45075,11 +40643,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-switch/3.2.2_prpqlkd37azqwypxturxi7uyci: + /rc-switch@3.2.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-+gUJClsZZzvAHGy1vZfnwySxj+MjLlGRyXKXScrtCTcmiYNPzxDFOxdQ/3pK1Kt/0POvwJ/6ALOR8gwdXGhs+A==} peerDependencies: react: '>=16.9.0 || 17' @@ -45087,53 +40655,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /rc-switch/3.2.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-+gUJClsZZzvAHGy1vZfnwySxj+MjLlGRyXKXScrtCTcmiYNPzxDFOxdQ/3pK1Kt/0POvwJ/6ALOR8gwdXGhs+A==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-switch/4.1.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-TI8ufP2Az9oEbvyCeVE4+90PDSljGyuwix3fV58p7HV2o4wBnVToEyomJRVyTaZeqNPAp+vqeo4Wnj5u0ZZQBg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-table/7.25.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-McsLJ2rg8EEpRBRYN4Pf9gT7ZNYnjvF9zrBpUBBbUX/fxk+eGi5ff1iPIhMyiHsH71/BmTUzX9nc9XqupD0nMg==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - shallowequal: 1.1.0 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-table/7.26.0_6l5554ty5ajsajah6yazvrjhoe: + /rc-table@7.26.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-0cD8e6S+DTGAt5nBZQIPFYEaIukn17sfa5uFL98faHlH/whZzD8ii3dbFL4wmUDEL4BLybhYop+QUfZJ4CPvNQ==} engines: {node: '>=8.x'} peerDependencies: @@ -45142,13 +40668,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 - /rc-table/7.26.0_prpqlkd37azqwypxturxi7uyci: + /rc-table@7.26.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-0cD8e6S+DTGAt5nBZQIPFYEaIukn17sfa5uFL98faHlH/whZzD8ii3dbFL4wmUDEL4BLybhYop+QUfZJ4CPvNQ==} engines: {node: '>=8.x'} peerDependencies: @@ -45157,45 +40683,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 - dev: true - - /rc-table/7.26.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-0cD8e6S+DTGAt5nBZQIPFYEaIukn17sfa5uFL98faHlH/whZzD8ii3dbFL4wmUDEL4BLybhYop+QUfZJ4CPvNQ==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - shallowequal: 1.1.0 - - /rc-table/7.31.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-KZPi35aGpv2VaL1Jbc58FBJo063HtKyVjhOFWX4AkBV7tjHHQokMdUoua5E+GPJh6QZUpK/a8PjKa9IZzPLIEA==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/context': 1.3.0_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - /rc-tabs/11.16.1_6l5554ty5ajsajah6yazvrjhoe: + /rc-tabs@11.16.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-bR7Dap23YyfzZQwtKomhiFEFzZuE7WaKWo+ypNRSGB9PDKSc6tM12VP8LWYkvmmQHthgwP0WRN8nFbSJWuqLYw==} engines: {node: '>=8.x'} peerDependencies: @@ -45204,15 +40698,15 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-dropdown: 4.0.1_6l5554ty5ajsajah6yazvrjhoe - rc-menu: 9.6.4_6l5554ty5ajsajah6yazvrjhoe - rc-resize-observer: 1.3.1_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-dropdown: 4.0.1(react-dom@16.14.0)(react@17.0.2) + rc-menu: 9.6.4(react-dom@16.14.0)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) dev: true - /rc-tabs/11.16.1_prpqlkd37azqwypxturxi7uyci: + /rc-tabs@11.16.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-bR7Dap23YyfzZQwtKomhiFEFzZuE7WaKWo+ypNRSGB9PDKSc6tM12VP8LWYkvmmQHthgwP0WRN8nFbSJWuqLYw==} engines: {node: '>=8.x'} peerDependencies: @@ -45221,48 +40715,15 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-dropdown: 4.0.1_prpqlkd37azqwypxturxi7uyci - rc-menu: 9.6.4_prpqlkd37azqwypxturxi7uyci - rc-resize-observer: 1.3.1_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-dropdown: 4.0.1(react-dom@17.0.2)(react@17.0.2) + rc-menu: 9.6.4(react-dom@17.0.2)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /rc-tabs/11.16.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-bR7Dap23YyfzZQwtKomhiFEFzZuE7WaKWo+ypNRSGB9PDKSc6tM12VP8LWYkvmmQHthgwP0WRN8nFbSJWuqLYw==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-dropdown: 4.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-menu: 9.6.4_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-tabs/12.5.10_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-Ay0l0jtd4eXepFH9vWBvinBjqOpqzcsJTerBGwJy435P2S90Uu38q8U/mvc1sxUEVOXX5ZCFbxcWPnfG3dH+tQ==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-dropdown: 4.0.1_6l5554ty5ajsajah6yazvrjhoe - rc-menu: 9.8.4_6l5554ty5ajsajah6yazvrjhoe - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-resize-observer: 1.3.1_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + dev: false - /rc-tabs/12.5.10_prpqlkd37azqwypxturxi7uyci: + /rc-tabs@12.5.10(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-Ay0l0jtd4eXepFH9vWBvinBjqOpqzcsJTerBGwJy435P2S90Uu38q8U/mvc1sxUEVOXX5ZCFbxcWPnfG3dH+tQ==} engines: {node: '>=8.x'} peerDependencies: @@ -45271,16 +40732,15 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-dropdown: 4.0.1_prpqlkd37azqwypxturxi7uyci - rc-menu: 9.8.4_prpqlkd37azqwypxturxi7uyci - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-resize-observer: 1.3.1_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-dropdown: 4.0.1(react-dom@16.14.0)(react@17.0.2) + rc-menu: 9.8.4(react-dom@16.14.0)(react@17.0.2) + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 16.14.0(react@17.0.2) - /rc-tabs/12.5.10_sfoxds7t5ydpegc3knd667wn6m: + /rc-tabs@12.5.10(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Ay0l0jtd4eXepFH9vWBvinBjqOpqzcsJTerBGwJy435P2S90Uu38q8U/mvc1sxUEVOXX5ZCFbxcWPnfG3dH+tQ==} engines: {node: '>=8.x'} peerDependencies: @@ -45289,44 +40749,15 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-dropdown: 4.0.1_sfoxds7t5ydpegc3knd667wn6m - rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-textarea/0.3.7_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-yCdZ6binKmAQB13hc/oehh0E/QRwoPP1pjF21aHBxlgXO3RzPF6dUu4LG2R4FZ1zx/fQd2L1faktulrXOM/2rw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-dropdown: 4.0.1(react-dom@17.0.2)(react@17.0.2) + rc-menu: 9.8.4(react-dom@17.0.2)(react@17.0.2) + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - shallowequal: 1.1.0 - dev: true - - /rc-textarea/0.4.7_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-IQPd1CDI3mnMlkFyzt2O4gQ2lxUsnBAeJEoZGJnkkXgORNqyM9qovdrCj9NzcRfpHgLdzaEbU3AmobNFGUznwQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-resize-observer: 1.3.1_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - shallowequal: 1.1.0 + react-dom: 17.0.2(react@17.0.2) - /rc-textarea/0.4.7_prpqlkd37azqwypxturxi7uyci: + /rc-textarea@0.4.7(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-IQPd1CDI3mnMlkFyzt2O4gQ2lxUsnBAeJEoZGJnkkXgORNqyM9qovdrCj9NzcRfpHgLdzaEbU3AmobNFGUznwQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -45334,14 +40765,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 - dev: true - /rc-textarea/0.4.7_sfoxds7t5ydpegc3knd667wn6m: + /rc-textarea@0.4.7(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-IQPd1CDI3mnMlkFyzt2O4gQ2lxUsnBAeJEoZGJnkkXgORNqyM9qovdrCj9NzcRfpHgLdzaEbU3AmobNFGUznwQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -45349,39 +40779,24 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 - /rc-textarea/1.2.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-S9fkiek5VezfwJe2McEs/NH63xgnnZ4iDh6a8n01mIfzyNJj0HkS0Uz6boyR3/eONYjmKaqhrpuJJuEClRDEBw==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-input: 1.0.4_sfoxds7t5ydpegc3knd667wn6m - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-tooltip/3.7.3_sfoxds7t5ydpegc3knd667wn6m: + /rc-tooltip@3.7.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-dE2ibukxxkrde7wH9W8ozHKUO4aQnPZ6qBHtrTH9LoO836PjDdiaWO73fgPB05VfJs9FbZdmGPVEbXCeOP99Ww==} dependencies: babel-runtime: 6.26.0 prop-types: 15.8.1 - rc-trigger: 2.6.5_sfoxds7t5ydpegc3knd667wn6m + rc-trigger: 2.6.5(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /rc-tooltip/5.2.2_6l5554ty5ajsajah6yazvrjhoe: + /rc-tooltip@5.2.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==} peerDependencies: react: '>=16.9.0 || 17' @@ -45389,11 +40804,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-trigger: 5.3.4_6l5554ty5ajsajah6yazvrjhoe + rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-tooltip/5.2.2_prpqlkd37azqwypxturxi7uyci: + /rc-tooltip@5.2.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==} peerDependencies: react: '>=16.9.0 || 17' @@ -45401,52 +40816,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-trigger: 5.3.4_prpqlkd37azqwypxturxi7uyci + rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-tooltip/5.2.2_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-tooltip/6.0.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-MdvPlsD1fDSxKp9+HjXrc/CxLmA/s11QYIh1R7aExxfodKP7CZA++DG1AjrW80F8IUdHYcR43HAm0Y2BYPelHA==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - '@rc-component/trigger': 1.10.2_sfoxds7t5ydpegc3knd667wn6m - classnames: 2.3.2 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false - - /rc-tree-select/5.4.1_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-xhXnKP8Stu2Q7wTcjJaSzSOLd4wmFtUZOwmy1cioaWyPbpiKlYdnALXA/9U49HOaV3KFXdRHE9Yi0KYED7yOAQ==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.6.9_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-tree-select/5.5.5_6l5554ty5ajsajah6yazvrjhoe: + /rc-tree-select@5.5.5(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-k2av7jF6tW9bIO4mQhaVdV4kJ1c54oxV3/hHVU+oD251Gb5JN+m1RbJFTMf1o0rAFqkvto33rxMdpafaGKQRJw==} peerDependencies: react: '*' @@ -45454,13 +40828,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-select: 14.1.17_6l5554ty5ajsajah6yazvrjhoe - rc-tree: 5.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-select: 14.1.17(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-tree-select/5.5.5_prpqlkd37azqwypxturxi7uyci: + /rc-tree-select@5.5.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-k2av7jF6tW9bIO4mQhaVdV4kJ1c54oxV3/hHVU+oD251Gb5JN+m1RbJFTMf1o0rAFqkvto33rxMdpafaGKQRJw==} peerDependencies: react: '*' @@ -45468,59 +40842,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-select: 14.1.17_prpqlkd37azqwypxturxi7uyci - rc-tree: 5.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true - - /rc-tree-select/5.5.5_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-k2av7jF6tW9bIO4mQhaVdV4kJ1c54oxV3/hHVU+oD251Gb5JN+m1RbJFTMf1o0rAFqkvto33rxMdpafaGKQRJw==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-tree-select/5.8.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-NozrkVLR8k3cpx8R5/YFmJMptgOacR5zEQHZGMQg31bD6jEgGiJeOn2cGRI6x0Xdyvi1CSqCbUsIoqiej74wzw==} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-select: 14.4.3_sfoxds7t5ydpegc3knd667wn6m - rc-tree: 5.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m + rc-select: 14.1.17(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false + react-dom: 17.0.2(react@17.0.2) - /rc-tree/5.6.9_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-si8aGuWQ2/sh2Ibk+WdUdDeAxoviT/+kDY+NLtJ+RhqfySqPFqWM5uHTwgFRrWUvKCqEeE/PjCYuuhHrK7Y7+A==} - engines: {node: '>=10.x'} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-virtual-list: 3.4.13_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: true - - /rc-tree/5.7.3_6l5554ty5ajsajah6yazvrjhoe: + /rc-tree@5.7.3(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-Oql2S9+ZmT+mfTp5SNo1XM0QvkENjc0mPRFsHWRFSPuKird0OYMZZKmLznUJ+0aGDeFFWN42wiUZJtMFhrLgLw==} engines: {node: '>=10.x'} peerDependencies: @@ -45529,13 +40857,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe - rc-virtual-list: 3.4.13_6l5554ty5ajsajah6yazvrjhoe + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-virtual-list: 3.4.13(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-tree/5.7.3_prpqlkd37azqwypxturxi7uyci: + /rc-tree@5.7.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Oql2S9+ZmT+mfTp5SNo1XM0QvkENjc0mPRFsHWRFSPuKird0OYMZZKmLznUJ+0aGDeFFWN42wiUZJtMFhrLgLw==} engines: {node: '>=10.x'} peerDependencies: @@ -45544,36 +40872,20 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci - rc-virtual-list: 3.4.13_prpqlkd37azqwypxturxi7uyci + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-virtual-list: 3.4.13(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-tree/5.7.3_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-Oql2S9+ZmT+mfTp5SNo1XM0QvkENjc0mPRFsHWRFSPuKird0OYMZZKmLznUJ+0aGDeFFWN42wiUZJtMFhrLgLw==} - engines: {node: '>=10.x'} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - rc-virtual-list: 3.4.13_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-trigger/2.6.5_sfoxds7t5ydpegc3knd667wn6m: + /rc-trigger@2.6.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-m6Cts9hLeZWsTvWnuMm7oElhf+03GOjOLfTuU0QmdB9ZrW7jR2IpI5rpNM7i9MvAAlMAmTx5Zr7g3uu/aMvZAw==} dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 prop-types: 15.8.1 rc-align: 2.4.5 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) rc-util: 4.21.1 react-lifecycles-compat: 3.0.4 transitivePeerDependencies: @@ -45581,7 +40893,7 @@ packages: - react-dom dev: false - /rc-trigger/5.3.4_6l5554ty5ajsajah6yazvrjhoe: + /rc-trigger@5.3.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==} engines: {node: '>=8.x'} peerDependencies: @@ -45590,13 +40902,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-align: 4.0.15_6l5554ty5ajsajah6yazvrjhoe - rc-motion: 2.7.3_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-align: 4.0.15(react-dom@16.14.0)(react@17.0.2) + rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-trigger/5.3.4_prpqlkd37azqwypxturxi7uyci: + /rc-trigger@5.3.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==} engines: {node: '>=8.x'} peerDependencies: @@ -45605,29 +40917,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-align: 4.0.15_prpqlkd37azqwypxturxi7uyci - rc-motion: 2.7.3_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-align: 4.0.15(react-dom@17.0.2)(react@17.0.2) + rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-trigger/5.3.4_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-align: 4.0.15_sfoxds7t5ydpegc3knd667wn6m - rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-upload/4.3.4_6l5554ty5ajsajah6yazvrjhoe: + /rc-upload@4.3.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -45635,11 +40931,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-upload/4.3.4_prpqlkd37azqwypxturxi7uyci: + /rc-upload@4.3.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==} peerDependencies: react: '>=16.9.0 || 17' @@ -45647,24 +40943,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-upload/4.3.4_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc-util/4.21.1: + /rc-util@4.21.1: resolution: {integrity: sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg==} dependencies: add-dom-event-listener: 1.1.0 @@ -45674,7 +40957,7 @@ packages: shallowequal: 1.1.0 dev: false - /rc-util/5.30.0_6l5554ty5ajsajah6yazvrjhoe: + /rc-util@5.30.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-uaWpF/CZGyXuhQG71MWxkU+0bWkPEgqZUxEv251Cu7p3kpHDNm5+Ygu/U8ux0a/zbfGW8PsKcJL0XVBOMrlIZg==} peerDependencies: react: '>=16.9.0 || 17' @@ -45682,10 +40965,10 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) react-is: 16.13.1 - /rc-util/5.30.0_prpqlkd37azqwypxturxi7uyci: + /rc-util@5.30.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-uaWpF/CZGyXuhQG71MWxkU+0bWkPEgqZUxEv251Cu7p3kpHDNm5+Ygu/U8ux0a/zbfGW8PsKcJL0XVBOMrlIZg==} peerDependencies: react: '>=16.9.0 || 17' @@ -45693,22 +40976,10 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-is: 16.13.1 - dev: true - /rc-util/5.30.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-uaWpF/CZGyXuhQG71MWxkU+0bWkPEgqZUxEv251Cu7p3kpHDNm5+Ygu/U8ux0a/zbfGW8PsKcJL0XVBOMrlIZg==} - peerDependencies: - react: '>=16.9.0 || 17' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-is: 16.13.1 - - /rc-virtual-list/3.4.13_6l5554ty5ajsajah6yazvrjhoe: + /rc-virtual-list@3.4.13(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-cPOVDmcNM7rH6ANotanMDilW/55XnFPw0Jh/GQYtrzZSy3AmWvCnqVNyNC/pgg3lfVmX2994dlzAhuUrd4jG7w==} engines: {node: '>=8.x'} peerDependencies: @@ -45717,12 +40988,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_6l5554ty5ajsajah6yazvrjhoe - rc-util: 5.30.0_6l5554ty5ajsajah6yazvrjhoe + rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) - /rc-virtual-list/3.4.13_prpqlkd37azqwypxturxi7uyci: + /rc-virtual-list@3.4.13(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-cPOVDmcNM7rH6ANotanMDilW/55XnFPw0Jh/GQYtrzZSy3AmWvCnqVNyNC/pgg3lfVmX2994dlzAhuUrd4jG7w==} engines: {node: '>=8.x'} peerDependencies: @@ -45731,27 +41002,12 @@ packages: dependencies: '@babel/runtime': 7.21.5 classnames: 2.3.2 - rc-resize-observer: 1.3.1_prpqlkd37azqwypxturxi7uyci - rc-util: 5.30.0_prpqlkd37azqwypxturxi7uyci + rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - dev: true + react-dom: 17.0.2(react@17.0.2) - /rc-virtual-list/3.4.13_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-cPOVDmcNM7rH6ANotanMDilW/55XnFPw0Jh/GQYtrzZSy3AmWvCnqVNyNC/pgg3lfVmX2994dlzAhuUrd4jG7w==} - engines: {node: '>=8.x'} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m - rc-util: 5.30.0_sfoxds7t5ydpegc3knd667wn6m - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /rc/1.2.8: + /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true dependencies: @@ -45760,14 +41016,14 @@ packages: minimist: 1.2.8 strip-json-comments: 2.0.1 - /re-resizable/4.11.0: + /re-resizable@4.11.0: resolution: {integrity: sha512-dye+7rERqNf/6mDT1iwps+4Gf42420xuZgygF33uX178DxffqcyeuHbBuJ382FIcB5iP6mMZOhfW7kI0uXwb/Q==} dev: true - /react-attr-converter/0.3.1: + /react-attr-converter@0.3.1: resolution: {integrity: sha512-dSxo2Mn6Zx4HajeCeQNLefwEO4kNtV/0E682R1+ZTyFRPqxDa5zYb5qM/ocqw9Bxr/kFQO0IUiqdV7wdHw+Cdg==} - /react-base16-styling/0.6.0: + /react-base16-styling@0.6.0: resolution: {integrity: sha512-yvh/7CArceR/jNATXOKDlvTnPKPmGZz7zsenQ3jUwLzHkNUR0CvY3yGYJbWJ/nnxsL8Sgmt5cO3/SILVuPO6TQ==} dependencies: base16: 1.0.0 @@ -45776,7 +41032,7 @@ packages: pure-color: 1.3.0 dev: false - /react-beautiful-dnd/13.1.1_sfoxds7t5ydpegc3knd667wn6m: + /react-beautiful-dnd@13.1.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-0Lvs4tq2VcrEjEgDXHjT98r+63drkKEgqyxdA7qD3mvKwga6a5SscbdLPO2IExotU1jW8L0Ksdl0Cj2AF67nPQ==} peerDependencies: react: ^16.8.5 || ^17.0.0 || ^18.0.0 || 17 @@ -45787,15 +41043,15 @@ packages: memoize-one: 5.2.1 raf-schd: 4.0.3 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-redux: 7.2.9_sfoxds7t5ydpegc3knd667wn6m + react-dom: 17.0.2(react@17.0.2) + react-redux: 7.2.9(react-dom@17.0.2)(react@17.0.2) redux: 4.2.1 - use-memo-one: 1.1.3_react@17.0.2 + use-memo-one: 1.1.3(react@17.0.2) transitivePeerDependencies: - react-native dev: false - /react-clientside-effect/1.2.6_react@16.14.0: + /react-clientside-effect@1.2.6(react@16.14.0): resolution: {integrity: sha512-XGGGRQAKY+q25Lz9a/4EPqom7WRjz3z9R2k4jhVKA/puQFH/5Nt27vFZYql4m4NVNdUvX8PS3O7r/Zzm7cjUlg==} peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 17 @@ -45804,7 +41060,7 @@ packages: react: 16.14.0 dev: true - /react-clientside-effect/1.2.6_react@17.0.2: + /react-clientside-effect@1.2.6(react@17.0.2): resolution: {integrity: sha512-XGGGRQAKY+q25Lz9a/4EPqom7WRjz3z9R2k4jhVKA/puQFH/5Nt27vFZYql4m4NVNdUvX8PS3O7r/Zzm7cjUlg==} peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 17 @@ -45813,7 +41069,7 @@ packages: react: 17.0.2 dev: true - /react-codemirror2/5.1.0_fpmx2vigdcaoaxkuednb4tbofi: + /react-codemirror2@5.1.0(codemirror@5.65.13)(react@17.0.2): resolution: {integrity: sha512-Cksbgbviuf2mJfMyrKmcu7ycK6zX/ukuQO8dvRZdFWqATf5joalhjFc6etnBdGCcPA2LbhIwz+OPnQxLN/j1Fw==} peerDependencies: codemirror: 5.x @@ -45823,49 +41079,49 @@ packages: react: 17.0.2 dev: true - /react-color/2.17.1_react@17.0.2: + /react-color@2.17.1(react@17.0.2): resolution: {integrity: sha512-S+I6TkUKJaqfALLkAIfiCZ/MANQyy7dKkf7g9ZU5GTUy2rf8c2Rx62otyvADAviWR+6HRkzdf2vL1Qvz9goCLQ==} peerDependencies: react: '*' dependencies: - '@icons/material': 0.2.4_react@17.0.2 + '@icons/material': 0.2.4(react@17.0.2) lodash: 4.17.21 material-colors: 1.2.6 prop-types: 15.8.1 react: 17.0.2 - reactcss: 1.2.3_react@17.0.2 + reactcss: 1.2.3(react@17.0.2) tinycolor2: 1.6.0 dev: false - /react-color/2.17.3_react@17.0.2: + /react-color@2.17.3(react@17.0.2): resolution: {integrity: sha512-1dtO8LqAVotPIChlmo6kLtFS1FP89ll8/OiA8EcFRDR+ntcK+0ukJgByuIQHRtzvigf26dV5HklnxDIvhON9VQ==} peerDependencies: react: '*' dependencies: - '@icons/material': 0.2.4_react@17.0.2 + '@icons/material': 0.2.4(react@17.0.2) lodash: 4.17.21 material-colors: 1.2.6 prop-types: 15.8.1 react: 17.0.2 - reactcss: 1.2.3_react@17.0.2 + reactcss: 1.2.3(react@17.0.2) tinycolor2: 1.6.0 dev: false - /react-color/2.19.3_react@17.0.2: + /react-color@2.19.3(react@17.0.2): resolution: {integrity: sha512-LEeGE/ZzNLIsFWa1TMe8y5VYqr7bibneWmvJwm1pCn/eNmrabWDh659JSPn9BuaMpEfU83WTOJfnCcjDZwNQTA==} peerDependencies: react: '*' dependencies: - '@icons/material': 0.2.4_react@17.0.2 + '@icons/material': 0.2.4(react@17.0.2) lodash: 4.17.21 lodash-es: 4.17.21 material-colors: 1.2.6 prop-types: 15.8.1 react: 17.0.2 - reactcss: 1.2.3_react@17.0.2 + reactcss: 1.2.3(react@17.0.2) tinycolor2: 1.6.0 - /react-content-loader/5.1.4_react@17.0.2: + /react-content-loader@5.1.4(react@17.0.2): resolution: {integrity: sha512-hTq7pZi2GKCK6a9d3u6XStozm0QGCEjw8cSqQReiWnh2up6IwCha5R5TF0o6SY5qUDpByloEZEZtnFxpJyENFw==} engines: {node: '>=10'} peerDependencies: @@ -45874,7 +41130,7 @@ packages: react: 17.0.2 dev: false - /react-dev-utils/7.0.5_hz2ft2okq2rqrbss2xshard3qq: + /react-dev-utils@7.0.5(typescript@4.9.5)(webpack@4.46.0): resolution: {integrity: sha512-zJnqqb0x6gd63E3xoz5pXAxBPNaW75Hyz7GgQp0qPhMroBCRQtRvG67AoTZZY1z4yCYVJQZAfQJFdnea0Ujbug==} engines: {node: '>=6'} peerDependencies: @@ -45908,138 +41164,13 @@ packages: sockjs-client: 1.3.0 strip-ansi: 5.0.0 text-table: 0.2.0 - typescript: 5.0.4 - webpack: 4.46.0_webpack-cli@4.10.0 - transitivePeerDependencies: - - supports-color - dev: true - - /react-dev-utils/7.0.5_webpack@4.46.0: - resolution: {integrity: sha512-zJnqqb0x6gd63E3xoz5pXAxBPNaW75Hyz7GgQp0qPhMroBCRQtRvG67AoTZZY1z4yCYVJQZAfQJFdnea0Ujbug==} - engines: {node: '>=6'} - peerDependencies: - typescript: '>=2.7' - webpack: '>=4' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/code-frame': 7.0.0 - address: 1.0.3 - browserslist: 4.4.1 - chalk: 2.4.2 - cross-spawn: 6.0.5 - detect-port-alt: 1.1.6 - escape-string-regexp: 1.0.5 - filesize: 3.6.1 - find-up: 3.0.0 - global-modules: 2.0.0 - globby: 8.0.2 - gzip-size: 5.0.0 - immer: 1.10.0 - inquirer: 6.2.1 - is-root: 2.0.0 - loader-utils: 1.2.3 - opn: 5.4.0 - pkg-up: 2.0.0 - react-error-overlay: 5.1.6 - recursive-readdir: 2.2.2 - shell-quote: 1.6.1 - sockjs-client: 1.3.0 - strip-ansi: 5.0.0 - text-table: 0.2.0 - webpack: 4.46.0_webpack-cli@4.10.0 - transitivePeerDependencies: - - supports-color - dev: true - - /react-dev-utils/9.1.0_hvr4qpsjmekdeujqe7k6rye22m: - resolution: {integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==} - engines: {node: '>=8.10'} - peerDependencies: - typescript: '>=2.7' - webpack: '>=4' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/code-frame': 7.5.5 - address: 1.1.2 - browserslist: 4.7.0 - chalk: 2.4.2 - cross-spawn: 6.0.5 - detect-port-alt: 1.1.6 - escape-string-regexp: 1.0.5 - filesize: 3.6.1 - find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0_hvr4qpsjmekdeujqe7k6rye22m - global-modules: 2.0.0 - globby: 8.0.2 - gzip-size: 5.1.1 - immer: 1.10.0 - inquirer: 6.5.0 - is-root: 2.1.0 - loader-utils: 1.2.3 - open: 6.4.0 - pkg-up: 2.0.0 - react-error-overlay: 6.0.11 - recursive-readdir: 2.2.2 - shell-quote: 1.7.2 - sockjs-client: 1.4.0 - strip-ansi: 5.2.0 - text-table: 0.2.0 - typescript: 5.0.4 - webpack: 4.46.0_webpack-cli@4.10.0 - transitivePeerDependencies: - - eslint - - supports-color - - vue-template-compiler - dev: true - - /react-dev-utils/9.1.0_hz2ft2okq2rqrbss2xshard3qq: - resolution: {integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==} - engines: {node: '>=8.10'} - peerDependencies: - typescript: '>=2.7' - webpack: '>=4' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/code-frame': 7.5.5 - address: 1.1.2 - browserslist: 4.7.0 - chalk: 2.4.2 - cross-spawn: 6.0.5 - detect-port-alt: 1.1.6 - escape-string-regexp: 1.0.5 - filesize: 3.6.1 - find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0_hz2ft2okq2rqrbss2xshard3qq - global-modules: 2.0.0 - globby: 8.0.2 - gzip-size: 5.1.1 - immer: 1.10.0 - inquirer: 6.5.0 - is-root: 2.1.0 - loader-utils: 1.2.3 - open: 6.4.0 - pkg-up: 2.0.0 - react-error-overlay: 6.0.11 - recursive-readdir: 2.2.2 - shell-quote: 1.7.2 - sockjs-client: 1.4.0 - strip-ansi: 5.2.0 - text-table: 0.2.0 - typescript: 5.0.4 - webpack: 4.46.0_webpack-cli@4.10.0 + typescript: 4.9.5 + webpack: 4.46.0(webpack-cli@4.10.0) transitivePeerDependencies: - - eslint - supports-color - - vue-template-compiler dev: true - /react-dev-utils/9.1.0_obq7tnaqcyv52b5xol33hbzeya: + /react-dev-utils@9.1.0(eslint@7.32.0)(typescript@3.3.4000)(webpack@4.46.0): resolution: {integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==} engines: {node: '>=8.10'} peerDependencies: @@ -46058,7 +41189,7 @@ packages: escape-string-regexp: 1.0.5 filesize: 3.6.1 find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0_obq7tnaqcyv52b5xol33hbzeya + fork-ts-checker-webpack-plugin: 1.5.0(eslint@7.32.0)(typescript@3.3.4000)(webpack@4.46.0) global-modules: 2.0.0 globby: 8.0.2 gzip-size: 5.1.1 @@ -46075,56 +41206,14 @@ packages: strip-ansi: 5.2.0 text-table: 0.2.0 typescript: 3.3.4000 - webpack: 4.46.0_webpack-cli@4.10.0 - transitivePeerDependencies: - - eslint - - supports-color - - vue-template-compiler - dev: true - - /react-dev-utils/9.1.0_webpack@4.46.0: - resolution: {integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==} - engines: {node: '>=8.10'} - peerDependencies: - typescript: '>=2.7' - webpack: '>=4' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@babel/code-frame': 7.5.5 - address: 1.1.2 - browserslist: 4.7.0 - chalk: 2.4.2 - cross-spawn: 6.0.5 - detect-port-alt: 1.1.6 - escape-string-regexp: 1.0.5 - filesize: 3.6.1 - find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0_webpack@4.46.0 - global-modules: 2.0.0 - globby: 8.0.2 - gzip-size: 5.1.1 - immer: 1.10.0 - inquirer: 6.5.0 - is-root: 2.1.0 - loader-utils: 1.2.3 - open: 6.4.0 - pkg-up: 2.0.0 - react-error-overlay: 6.0.11 - recursive-readdir: 2.2.2 - shell-quote: 1.7.2 - sockjs-client: 1.4.0 - strip-ansi: 5.2.0 - text-table: 0.2.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) transitivePeerDependencies: - eslint - supports-color - vue-template-compiler dev: true - /react-dev-utils/9.1.0_zgauuxtgcpzjpnhcqkblwwnh6u: + /react-dev-utils@9.1.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0): resolution: {integrity: sha512-X2KYF/lIGyGwP/F/oXgGDF24nxDA2KC4b7AFto+eqzc/t838gpSGiaU8trTqHXOohuLxxc5qi1eDzsl9ucPDpg==} engines: {node: '>=8.10'} peerDependencies: @@ -46143,7 +41232,7 @@ packages: escape-string-regexp: 1.0.5 filesize: 3.6.1 find-up: 3.0.0 - fork-ts-checker-webpack-plugin: 1.5.0_zgauuxtgcpzjpnhcqkblwwnh6u + fork-ts-checker-webpack-plugin: 1.5.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) global-modules: 2.0.0 globby: 8.0.2 gzip-size: 5.1.1 @@ -46159,15 +41248,15 @@ packages: sockjs-client: 1.4.0 strip-ansi: 5.2.0 text-table: 0.2.0 - typescript: 3.3.4000 - webpack: 4.46.0_webpack-cli@4.10.0 + typescript: 4.9.5 + webpack: 4.46.0(webpack-cli@4.10.0) transitivePeerDependencies: - eslint - supports-color - vue-template-compiler dev: true - /react-devtools-core/4.27.6: + /react-devtools-core@4.27.6: resolution: {integrity: sha512-jeFNhEzcSwpiqmw+zix5IFibNEPmUodICN7ClrlRKGktzO/3FMteMb52l1NRUiz/ABSYt9hOZ9IPgVDrg5pyUw==} dependencies: shell-quote: 1.8.1 @@ -46176,7 +41265,7 @@ packages: - bufferutil - utf-8-validate - /react-docgen-actual-name-handler/1.2.0: + /react-docgen-actual-name-handler@1.2.0: resolution: {integrity: sha512-eNAa4dUSI7EnGd+OO/Lqy9JaJOKQXtAkyZhBMJN9dVxPFAEA3yEtaAfyntgKehpVB878sT51xD23hlpSjbVNQg==} dependencies: react-docgen: 4.1.1 @@ -46185,63 +41274,31 @@ packages: - supports-color dev: true - /react-docgen-external-proptypes-handler/1.0.3: + /react-docgen-external-proptypes-handler@1.0.3: resolution: {integrity: sha512-jWFA7NCdSnNs9Yr7xAhcUJEwH7qhIKxsyXF5yzzriFiBBfGIlkdzslGWRW4GFD5B8Fu24MTDM1G5q8M3L8+Qdw==} dev: true - /react-docgen-typescript-dumi-tmp/1.22.1-0: - resolution: {integrity: sha512-wjuAm1yj+ZZucovow2VF0MXkH2SGZ+squZxfNdnam3oyUbHy/xZaU1ZabCn7rY+13ZFx0/NLda+ZuBgF3g8vBA==} - peerDependencies: - typescript: '>= 3.x' - dev: true - - /react-docgen-typescript-dumi-tmp/1.22.1-0_typescript@4.9.5: + /react-docgen-typescript-dumi-tmp@1.22.1-0(typescript@4.9.5): resolution: {integrity: sha512-wjuAm1yj+ZZucovow2VF0MXkH2SGZ+squZxfNdnam3oyUbHy/xZaU1ZabCn7rY+13ZFx0/NLda+ZuBgF3g8vBA==} peerDependencies: typescript: '>= 3.x' dependencies: typescript: 4.9.5 - /react-docgen-typescript-dumi-tmp/1.22.1-0_typescript@5.0.4: - resolution: {integrity: sha512-wjuAm1yj+ZZucovow2VF0MXkH2SGZ+squZxfNdnam3oyUbHy/xZaU1ZabCn7rY+13ZFx0/NLda+ZuBgF3g8vBA==} - peerDependencies: - typescript: '>= 3.x' - dependencies: - typescript: 5.0.4 - dev: true - - /react-docgen-typescript-loader/3.7.2_hz2ft2okq2rqrbss2xshard3qq: - resolution: {integrity: sha512-fNzUayyUGzSyoOl7E89VaPKJk9dpvdSgyXg81cUkwy0u+NBvkzQG3FC5WBIlXda0k/iaxS+PWi+OC+tUiGxzPA==} - peerDependencies: - typescript: '*' - dependencies: - '@webpack-contrib/schema-utils': 1.0.0-beta.0_webpack@4.46.0 - loader-utils: 1.4.2 - react-docgen-typescript: 1.22.0_typescript@5.0.4 - typescript: 5.0.4 - transitivePeerDependencies: - - webpack - dev: true - - /react-docgen-typescript-loader/3.7.2_webpack@4.46.0: + /react-docgen-typescript-loader@3.7.2(typescript@4.9.5)(webpack@4.46.0): resolution: {integrity: sha512-fNzUayyUGzSyoOl7E89VaPKJk9dpvdSgyXg81cUkwy0u+NBvkzQG3FC5WBIlXda0k/iaxS+PWi+OC+tUiGxzPA==} peerDependencies: typescript: '*' dependencies: - '@webpack-contrib/schema-utils': 1.0.0-beta.0_webpack@4.46.0 + '@webpack-contrib/schema-utils': 1.0.0-beta.0(webpack@4.46.0) loader-utils: 1.4.2 - react-docgen-typescript: 1.22.0 + react-docgen-typescript: 1.22.0(typescript@4.9.5) + typescript: 4.9.5 transitivePeerDependencies: - webpack dev: true - /react-docgen-typescript/1.22.0: - resolution: {integrity: sha512-MPLbF8vzRwAG3GcjdL+OHQlhgtWsLTXs+7uJiHfEeT3Ur7IsZaNYqRTLQ9sj2nB6M6jylcPCeCmH7qbszJmecg==} - peerDependencies: - typescript: '>= 3.x' - dev: true - - /react-docgen-typescript/1.22.0_typescript@3.3.4000: + /react-docgen-typescript@1.22.0(typescript@3.3.4000): resolution: {integrity: sha512-MPLbF8vzRwAG3GcjdL+OHQlhgtWsLTXs+7uJiHfEeT3Ur7IsZaNYqRTLQ9sj2nB6M6jylcPCeCmH7qbszJmecg==} peerDependencies: typescript: '>= 3.x' @@ -46249,15 +41306,15 @@ packages: typescript: 3.3.4000 dev: true - /react-docgen-typescript/1.22.0_typescript@5.0.4: + /react-docgen-typescript@1.22.0(typescript@4.9.5): resolution: {integrity: sha512-MPLbF8vzRwAG3GcjdL+OHQlhgtWsLTXs+7uJiHfEeT3Ur7IsZaNYqRTLQ9sj2nB6M6jylcPCeCmH7qbszJmecg==} peerDependencies: typescript: '>= 3.x' dependencies: - typescript: 5.0.4 + typescript: 4.9.5 dev: true - /react-docgen/3.0.0: + /react-docgen@3.0.0: resolution: {integrity: sha512-2UseoLWabFNXuk1Foz4VDPSIAkxz+1Hmmq4qijzUmYHDq0ZSloKDLXtGLpQRcAi/M76hRpPtH1rV4BI5jNAOnQ==} engines: {node: '>=6'} hasBin: true @@ -46271,7 +41328,7 @@ packages: recast: 0.16.2 dev: true - /react-docgen/4.1.1: + /react-docgen@4.1.1: resolution: {integrity: sha512-o1wdswIxbgJRI4pckskE7qumiFyqkbvCO++TylEDOo2RbMiueIOg8YzKU4X9++r0DjrbXePw/LHnh81GRBTWRw==} engines: {node: '>=6'} hasBin: true @@ -46287,7 +41344,7 @@ packages: - supports-color dev: true - /react-docgen/5.4.3: + /react-docgen@5.4.3: resolution: {integrity: sha512-xlLJyOlnfr8lLEEeaDZ+X2J/KJoe6Nr9AzxnkdQWush5hz2ZSu66w6iLMOScMmxoSHWpWMn+k3v5ZiyCfcWsOA==} engines: {node: '>=8.10.0'} hasBin: true @@ -46306,7 +41363,7 @@ packages: - supports-color dev: true - /react-dom/16.14.0_react@16.14.0: + /react-dom@16.14.0(react@16.14.0): resolution: {integrity: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==} peerDependencies: react: ^16.14.0 || 17 @@ -46317,7 +41374,7 @@ packages: react: 16.14.0 scheduler: 0.19.1 - /react-dom/16.14.0_react@17.0.2: + /react-dom@16.14.0(react@17.0.2): resolution: {integrity: sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==} peerDependencies: react: ^16.14.0 || 17 @@ -46327,9 +41384,8 @@ packages: prop-types: 15.8.1 react: 17.0.2 scheduler: 0.19.1 - dev: true - /react-dom/17.0.2_react@17.0.2: + /react-dom@17.0.2(react@17.0.2): resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} peerDependencies: react: 17.0.2 || 17 @@ -46339,26 +41395,7 @@ packages: react: 17.0.2 scheduler: 0.20.2 - /react-dom/18.2.0_react@17.0.2: - resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} - peerDependencies: - react: ^18.2.0 || 17 - dependencies: - loose-envify: 1.4.0 - react: 17.0.2 - scheduler: 0.23.0 - - /react-dom/18.2.0_react@18.2.0: - resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==} - peerDependencies: - react: ^18.2.0 || 17 - dependencies: - loose-envify: 1.4.0 - react: 18.2.0 - scheduler: 0.23.0 - dev: true - - /react-draggable/4.4.5_sfoxds7t5ydpegc3knd667wn6m: + /react-draggable@4.4.5(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==} peerDependencies: react: '>= 16.3.0 || 17' @@ -46366,11 +41403,11 @@ packages: dependencies: clsx: 1.2.1 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - dev: false + react: 16.14.0 + react-dom: 16.14.0(react@16.14.0) + dev: true - /react-draggable/4.4.5_wcqkhtmu7mswc6yz4uyexck3ty: + /react-draggable@4.4.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==} peerDependencies: react: '>= 16.3.0 || 17' @@ -46378,11 +41415,11 @@ packages: dependencies: clsx: 1.2.1 prop-types: 15.8.1 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - dev: true + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + dev: false - /react-error-boundary/3.1.4_react@17.0.2: + /react-error-boundary@3.1.4(react@17.0.2): resolution: {integrity: sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==} engines: {node: '>=10', npm: '>=6'} peerDependencies: @@ -46391,22 +41428,22 @@ packages: '@babel/runtime': 7.21.5 react: 17.0.2 - /react-error-overlay/5.1.6: + /react-error-overlay@5.1.6: resolution: {integrity: sha512-X1Y+0jR47ImDVr54Ab6V9eGk0Hnu7fVWGeHQSOXHf/C2pF9c6uy3gef8QUeuUiWlNb0i08InPSE5a/KJzNzw1Q==} dev: true - /react-error-overlay/6.0.11: + /react-error-overlay@6.0.11: resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==} dev: true - /react-error-overlay/6.0.9: + /react-error-overlay@6.0.9: resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==} dev: true - /react-fast-compare/3.2.1: + /react-fast-compare@3.2.1: resolution: {integrity: sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==} - /react-feather/1.1.6_mv67koxdvxhyejehvpcoenu3ai: + /react-feather@1.1.6(prop-types@15.7.2)(react@17.0.2): resolution: {integrity: sha512-iCofWhTjX+vQwvDmg7o6vg0XrUg1c41yBDZG+l83nz1FiCsleJoUgd3O+kHpOeWMXuPrRIFfCixvcqyOLGOgIg==} peerDependencies: prop-types: '>= 15' @@ -46416,26 +41453,7 @@ packages: react: 17.0.2 dev: true - /react-focus-lock/2.9.4_c3qmy7gv5lbarsbv5sa5jz2oke: - resolution: {integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.21.5 - '@types/react': 17.0.58 - focus-lock: 0.11.6 - prop-types: 15.8.1 - react: 17.0.2 - react-clientside-effect: 1.2.6_react@17.0.2 - use-callback-ref: 1.3.0_c3qmy7gv5lbarsbv5sa5jz2oke - use-sidecar: 1.1.2_c3qmy7gv5lbarsbv5sa5jz2oke - dev: true - - /react-focus-lock/2.9.4_gpkjftrw7nm2odo6hv43pvtxry: + /react-focus-lock@2.9.4(@types/react@17.0.58)(react@16.14.0): resolution: {integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -46449,30 +41467,12 @@ packages: focus-lock: 0.11.6 prop-types: 15.8.1 react: 16.14.0 - react-clientside-effect: 1.2.6_react@16.14.0 - use-callback-ref: 1.3.0_gpkjftrw7nm2odo6hv43pvtxry - use-sidecar: 1.1.2_gpkjftrw7nm2odo6hv43pvtxry + react-clientside-effect: 1.2.6(react@16.14.0) + use-callback-ref: 1.3.0(@types/react@17.0.58)(react@16.14.0) + use-sidecar: 1.1.2(@types/react@17.0.58)(react@16.14.0) dev: true - /react-focus-lock/2.9.4_react@16.14.0: - resolution: {integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@babel/runtime': 7.21.5 - focus-lock: 0.11.6 - prop-types: 15.8.1 - react: 16.14.0 - react-clientside-effect: 1.2.6_react@16.14.0 - use-callback-ref: 1.3.0_react@16.14.0 - use-sidecar: 1.1.2_react@16.14.0 - dev: true - - /react-focus-lock/2.9.4_react@17.0.2: + /react-focus-lock@2.9.4(@types/react@17.0.58)(react@17.0.2): resolution: {integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -46482,15 +41482,16 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.5 + '@types/react': 17.0.58 focus-lock: 0.11.6 prop-types: 15.8.1 react: 17.0.2 - react-clientside-effect: 1.2.6_react@17.0.2 - use-callback-ref: 1.3.0_react@17.0.2 - use-sidecar: 1.1.2_react@17.0.2 + react-clientside-effect: 1.2.6(react@17.0.2) + use-callback-ref: 1.3.0(@types/react@17.0.58)(react@17.0.2) + use-sidecar: 1.1.2(@types/react@17.0.58)(react@17.0.2) dev: true - /react-force-graph-3d/1.23.0_react@17.0.2: + /react-force-graph-3d@1.23.0(react@17.0.2): resolution: {integrity: sha512-B/o4L79liATUYvf70yC7nhmN+gLJQ87e9VYg6zJGVW7ffnJ59S9jQdUa2LaWhjX4hlk65goVb1OuoGyjOFAN9g==} engines: {node: '>=12'} peerDependencies: @@ -46499,10 +41500,10 @@ packages: 3d-force-graph: 1.71.4 prop-types: 15.8.1 react: 17.0.2 - react-kapsule: 2.4.0_react@17.0.2 + react-kapsule: 2.4.0(react@17.0.2) dev: false - /react-helmet-async/1.3.0_6l5554ty5ajsajah6yazvrjhoe: + /react-helmet-async@1.3.0(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 @@ -46511,28 +41512,13 @@ packages: '@babel/runtime': 7.21.5 invariant: 2.2.4 prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - react-fast-compare: 3.2.1 - shallowequal: 1.1.0 - dev: true - - /react-helmet-async/1.3.0_prpqlkd37azqwypxturxi7uyci: - resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} - peerDependencies: - react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 - react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 - dependencies: - '@babel/runtime': 7.21.5 - invariant: 2.2.4 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react: 16.14.0 + react-dom: 16.14.0(react@17.0.2) react-fast-compare: 3.2.1 shallowequal: 1.1.0 dev: true - /react-helmet-async/1.3.0_sfoxds7t5ydpegc3knd667wn6m: + /react-helmet-async@1.3.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 @@ -46542,12 +41528,12 @@ packages: invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) react-fast-compare: 3.2.1 shallowequal: 1.1.0 dev: true - /react-helmet-async/1.3.0_wcqkhtmu7mswc6yz4uyexck3ty: + /react-helmet-async@1.3.0(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 @@ -46557,12 +41543,12 @@ packages: invariant: 2.2.4 prop-types: 15.8.1 react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-fast-compare: 3.2.1 shallowequal: 1.1.0 dev: true - /react-helmet-async/1.3.0_yicqvriqha7ppr6zyvk5y4bjya: + /react-helmet-async@1.3.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} peerDependencies: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 @@ -46571,28 +41557,13 @@ packages: '@babel/runtime': 7.21.5 invariant: 2.2.4 prop-types: 15.8.1 - react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 - react-fast-compare: 3.2.1 - shallowequal: 1.1.0 - dev: true - - /react-helmet-async/1.3.0_zkbncb2mrwigeq3keybbaytzya: - resolution: {integrity: sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==} - peerDependencies: - react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 - react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 - dependencies: - '@babel/runtime': 7.21.5 - invariant: 2.2.4 - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) react-fast-compare: 3.2.1 shallowequal: 1.1.0 dev: true - /react-helmet/6.1.0_react@17.0.2: + /react-helmet@6.1.0(react@17.0.2): resolution: {integrity: sha512-4uMzEY9nlDlgxr61NL3XbKRy1hEkXmKNXhjbAIOVw5vcFrsdYbH2FEwcNyWvWinl103nXgzYNlns9ca+8kFiWw==} peerDependencies: react: '>=16.3.0 || 17' @@ -46601,10 +41572,10 @@ packages: prop-types: 15.8.1 react: 17.0.2 react-fast-compare: 3.2.1 - react-side-effect: 2.1.2_react@17.0.2 + react-side-effect: 2.1.2(react@17.0.2) dev: false - /react-hot-loader/4.13.1_po5leixf63nqxm7arp6rb5e2xy: + /react-hot-loader@4.13.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-ZlqCfVRqDJmMXTulUGic4lN7Ic1SXgHAFw7y/Jb7t25GBgTR0fYAJ8uY4mrpxjRyWGWmqw77qJQGnYbzCvBU7g==} engines: {node: '>= 6'} peerDependencies: @@ -46622,36 +41593,13 @@ packages: loader-utils: 2.0.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) react-lifecycles-compat: 3.0.4 shallowequal: 1.1.0 source-map: 0.7.4 dev: true - /react-hot-loader/4.13.1_prpqlkd37azqwypxturxi7uyci: - resolution: {integrity: sha512-ZlqCfVRqDJmMXTulUGic4lN7Ic1SXgHAFw7y/Jb7t25GBgTR0fYAJ8uY4mrpxjRyWGWmqw77qJQGnYbzCvBU7g==} - engines: {node: '>= 6'} - peerDependencies: - '@types/react': ^15.0.0 || ^16.0.0 || ^17.0.0 - react: ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 - react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - fast-levenshtein: 2.0.6 - global: 4.4.0 - hoist-non-react-statics: 3.3.2 - loader-utils: 2.0.4 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - react-lifecycles-compat: 3.0.4 - shallowequal: 1.1.0 - source-map: 0.7.4 - dev: true - - /react-hot-loader/4.13.1_wsldad6nghbaz27nd5ik6opowq: + /react-hot-loader@4.13.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ZlqCfVRqDJmMXTulUGic4lN7Ic1SXgHAFw7y/Jb7t25GBgTR0fYAJ8uY4mrpxjRyWGWmqw77qJQGnYbzCvBU7g==} engines: {node: '>= 6'} peerDependencies: @@ -46669,13 +41617,13 @@ packages: loader-utils: 2.0.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 shallowequal: 1.1.0 source-map: 0.7.4 dev: true - /react-hotkeys/2.0.0_react@16.14.0: + /react-hotkeys@2.0.0(react@16.14.0): resolution: {integrity: sha512-3n3OU8vLX/pfcJrR3xJ1zlww6KS1kEJt0Whxc4FiGV+MJrQ1mYSYI3qS/11d2MJDFm8IhOXMTFQirfu6AVOF6Q==} peerDependencies: react: '>= 0.14.0 || 17' @@ -46684,7 +41632,7 @@ packages: react: 16.14.0 dev: true - /react-input-autosize/3.0.0_react@17.0.2: + /react-input-autosize@3.0.0(react@17.0.2): resolution: {integrity: sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg==} peerDependencies: react: ^16.3.0 || ^17.0.0 || 17 @@ -46693,7 +41641,7 @@ packages: react: 17.0.2 dev: true - /react-inspector/4.0.1_react@16.14.0: + /react-inspector@4.0.1(react@16.14.0): resolution: {integrity: sha512-xSiM6CE79JBqSj8Fzd9dWBHv57tLTH7OM57GP3VrE5crzVF3D5Khce9w1Xcw75OAbvrA0Mi2vBneR1OajKmXFg==} peerDependencies: react: ^16.8.4 || 17 @@ -46704,7 +41652,7 @@ packages: react: 16.14.0 dev: true - /react-intl/3.12.1_react@17.0.2: + /react-intl@3.12.1(react@17.0.2): resolution: {integrity: sha512-cgumW29mwROIqyp8NXStYsoIm27+8FqnxykiLSawWjOxGIBeLuN/+p2srei5SRIumcJefOkOIHP+NDck05RgHg==} peerDependencies: react: ^16.3.0 || 17 @@ -46724,33 +41672,33 @@ packages: shallow-equal: 1.2.1 dev: false - /react-is/16.13.1: + /react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - /react-is/17.0.2: + /react-is@17.0.2: resolution: {integrity: sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==} - /react-is/18.2.0: + /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-json-view/1.21.3_vhpbgppx3w4fgmc74kmbfmmkdq: + /react-json-view@1.21.3(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==} peerDependencies: react: ^17.0.0 || ^16.3.0 || ^15.5.4 || 17 react-dom: ^17.0.0 || ^16.3.0 || ^15.5.4 dependencies: - flux: 4.0.4_react@17.0.2 + flux: 4.0.4(react@17.0.2) react: 17.0.2 react-base16-styling: 0.6.0 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 - react-textarea-autosize: 8.4.1_2wsigp256uooefgzaclurqrkuu + react-textarea-autosize: 8.4.1(@types/react@17.0.58)(react@17.0.2) transitivePeerDependencies: - '@types/react' - encoding dev: false - /react-kapsule/2.4.0_react@17.0.2: + /react-kapsule@2.4.0(react@17.0.2): resolution: {integrity: sha512-w4Yv9CgWdj8kWGQEPNWFGJJ08dYEZHZpiaFR/DgZjCMBNqv9wus2Gy1qvHVJmJbzvAZbq6jdvFC+NYzEqAlNhQ==} engines: {node: '>=12'} peerDependencies: @@ -46761,7 +41709,7 @@ packages: react: 17.0.2 dev: false - /react-konva/16.8.6_zdqlusxpumdizfs4m4qsgcw52u: + /react-konva@16.8.6(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-6KRIqHyJuTTMuAehDIXvw+ZrtEj2aMc2fwolhmFlg1HBzH4PJimsMByTcEx292Afh9d38TcHdjXP1C58qqDOlg==} peerDependencies: konva: ^3.2.3 @@ -46770,12 +41718,12 @@ packages: dependencies: konva: 9.0.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-reconciler: 0.20.4_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-reconciler: 0.20.4(react@17.0.2) scheduler: 0.13.6 dev: false - /react-konva/18.2.8_zdqlusxpumdizfs4m4qsgcw52u: + /react-konva@18.2.8(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-SQBJoL6DrnmTKGrqa5NYy6CB+eAck/2D4lXHDfu4yjRynUwYPXYjtbXTobkpifme4mY8udhbA3EBcMUkWBnfIA==} peerDependencies: konva: ^8.0.1 || ^7.2.5 || ^9.0.0 @@ -46783,36 +41731,18 @@ packages: react-dom: '>=18.0.0' dependencies: '@types/react-reconciler': 0.28.2 - its-fine: 1.1.1_react@17.0.2 + its-fine: 1.1.1(react@17.0.2) konva: 9.0.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-reconciler: 0.29.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-reconciler: 0.29.0(react@17.0.2) scheduler: 0.23.0 dev: true - /react-lifecycles-compat/3.0.4: + /react-lifecycles-compat@3.0.4: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} - /react-live/1.12.0_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g==} - engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} - peerDependencies: - react: '*' - react-dom: '*' - dependencies: - buble: 0.19.8 - core-js: 2.6.12 - create-react-context: 0.2.3_at7mkepldmzoo6silmqc5bca74 - dom-iterator: 1.0.0 - prismjs: 1.6.0 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - unescape: 0.2.0 - dev: true - - /react-live/1.12.0_prpqlkd37azqwypxturxi7uyci: + /react-live@1.12.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g==} engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} peerDependencies: @@ -46821,16 +41751,16 @@ packages: dependencies: buble: 0.19.8 core-js: 2.6.12 - create-react-context: 0.2.3_at7mkepldmzoo6silmqc5bca74 + create-react-context: 0.2.3(prop-types@15.8.1)(react@17.0.2) dom-iterator: 1.0.0 prismjs: 1.6.0 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) unescape: 0.2.0 dev: true - /react-live/1.12.0_sfoxds7t5ydpegc3knd667wn6m: + /react-live@1.12.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g==} engines: {node: '>= 0.12.0', npm: '>= 2.0.0'} peerDependencies: @@ -46839,16 +41769,16 @@ packages: dependencies: buble: 0.19.8 core-js: 2.6.12 - create-react-context: 0.2.3_at7mkepldmzoo6silmqc5bca74 + create-react-context: 0.2.3(prop-types@15.8.1)(react@17.0.2) dom-iterator: 1.0.0 prismjs: 1.6.0 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) unescape: 0.2.0 dev: true - /react-markdown/4.3.1_react@17.0.2: + /react-markdown@4.3.1(react@17.0.2): resolution: {integrity: sha512-HQlWFTbDxTtNY6bjgp3C3uv1h2xcjCSi1zAEzfBW9OwJJvENSYiLXWNXN5hHLsoqai7RnZiiHzcnWdXk2Splzw==} peerDependencies: react: ^15.0.0 || ^16.0.0 || 17 @@ -46864,7 +41794,7 @@ packages: xtend: 4.0.2 dev: true - /react-markdown/8.0.7_2wsigp256uooefgzaclurqrkuu: + /react-markdown@8.0.7(@types/react@17.0.58)(react@17.0.2): resolution: {integrity: sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==} peerDependencies: '@types/react': '>=16' @@ -46872,7 +41802,7 @@ packages: dependencies: '@types/hast': 2.3.4 '@types/prop-types': 15.7.5 - '@types/react': 18.2.5 + '@types/react': 17.0.58 '@types/unist': 2.0.6 comma-separated-tokens: 2.0.3 hast-util-whitespace: 2.0.1 @@ -46891,7 +41821,7 @@ packages: - supports-color dev: false - /react-monaco-editor/0.48.0_rg7sti7jcjgngmqsw5yeg5utyq: + /react-monaco-editor@0.48.0(@types/react@17.0.58)(monaco-editor@0.25.2)(react@17.0.2): resolution: {integrity: sha512-fD3ww76aIGJynTa6QZqM9hbRHCQe8v20+W2ofTjLzx8P1FTdoWoPPR6AIqCTMc1xjOrmGJVWFYFp5U6z5C04KQ==} peerDependencies: '@types/react': ^17.x @@ -46904,7 +41834,7 @@ packages: react: 17.0.2 dev: false - /react-monaco-editor/0.48.0_wxirhoelsw7f5xg2hwhkp4cfbe: + /react-monaco-editor@0.48.0(@types/react@17.0.58)(monaco-editor@0.34.1)(react@17.0.2): resolution: {integrity: sha512-fD3ww76aIGJynTa6QZqM9hbRHCQe8v20+W2ofTjLzx8P1FTdoWoPPR6AIqCTMc1xjOrmGJVWFYFp5U6z5C04KQ==} peerDependencies: '@types/react': ^17.x @@ -46917,34 +41847,21 @@ packages: react: 17.0.2 dev: false - /react-native-codegen/0.71.5: + /react-native-codegen@0.71.5(@babel/preset-env@7.21.5): resolution: {integrity: sha512-rfsuc0zkuUuMjFnrT55I1mDZ+pBRp2zAiRwxck3m6qeGJBGK5OV5JH66eDQ4aa+3m0of316CqrJDRzVlYufzIg==} dependencies: '@babel/parser': 7.21.8 flow-parser: 0.185.2 - jscodeshift: 0.13.1 + jscodeshift: 0.13.1(@babel/preset-env@7.21.5) nullthrows: 1.1.1 transitivePeerDependencies: - '@babel/preset-env' - supports-color - dev: false - /react-native-codegen/0.71.5_@babel+preset-env@7.21.5: - resolution: {integrity: sha512-rfsuc0zkuUuMjFnrT55I1mDZ+pBRp2zAiRwxck3m6qeGJBGK5OV5JH66eDQ4aa+3m0of316CqrJDRzVlYufzIg==} - dependencies: - '@babel/parser': 7.21.8 - flow-parser: 0.185.2 - jscodeshift: 0.13.1_@babel+preset-env@7.21.5 - nullthrows: 1.1.1 - transitivePeerDependencies: - - '@babel/preset-env' - - supports-color - dev: true - - /react-native-gradle-plugin/0.71.17: + /react-native-gradle-plugin@0.71.17: resolution: {integrity: sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA==} - /react-native-swipeout/2.3.6: + /react-native-swipeout@2.3.6: resolution: {integrity: sha512-t9suUCspzck4vp2pWggWe0frS/QOtX6yYCawHnEes75A7dZCEE74bxX2A1bQzGH9cUMjq6xsdfC94RbiDKIkJg==} deprecated: Package no longer supported. Use at your own risk or consider using https://github.com/software-mansion/react-native-gesture-handler dependencies: @@ -46953,58 +41870,7 @@ packages: react-tween-state: 0.1.5 dev: false - /react-native/0.71.7_p2zpgwxr2zozofyedetatad34e: - resolution: {integrity: sha512-Id6iRLS581fJMFGbBl1jP5uSmjExtGOvw5Gvh7694zISXjsRAsFMmU+izs0pyCLqDBoHK7y4BT7WGPGw693nYw==} - engines: {node: '>=14'} - hasBin: true - peerDependencies: - react: 18.2.0 || 17 - dependencies: - '@jest/create-cache-key-function': 29.5.0 - '@react-native-community/cli': 10.2.2_@babel+core@7.21.8 - '@react-native-community/cli-platform-android': 10.2.0 - '@react-native-community/cli-platform-ios': 10.2.1 - '@react-native/assets': 1.0.0 - '@react-native/normalize-color': 2.1.0 - '@react-native/polyfills': 2.0.0 - abort-controller: 3.0.0 - anser: 1.4.10 - base64-js: 1.5.1 - deprecated-react-native-prop-types: 3.0.1 - event-target-shim: 5.0.1 - invariant: 2.2.4 - jest-environment-node: 29.5.0 - jsc-android: 250231.0.0 - memoize-one: 5.2.1 - metro-react-native-babel-transformer: 0.73.9_@babel+core@7.21.8 - metro-runtime: 0.73.9 - metro-source-map: 0.73.9 - mkdirp: 0.5.6 - nullthrows: 1.1.1 - pretty-format: 26.6.2 - promise: 8.3.0 - react: 17.0.2 - react-devtools-core: 4.27.6 - react-native-codegen: 0.71.5_@babel+preset-env@7.21.5 - react-native-gradle-plugin: 0.71.17 - react-refresh: 0.4.3 - react-shallow-renderer: 16.15.0_react@17.0.2 - regenerator-runtime: 0.13.11 - scheduler: 0.23.0 - stacktrace-parser: 0.1.10 - use-sync-external-store: 1.2.0_react@17.0.2 - whatwg-fetch: 3.6.2 - ws: 6.2.2 - transitivePeerDependencies: - - '@babel/core' - - '@babel/preset-env' - - bufferutil - - encoding - - supports-color - - utf-8-validate - dev: true - - /react-native/0.71.7_react@17.0.2: + /react-native@0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2): resolution: {integrity: sha512-Id6iRLS581fJMFGbBl1jP5uSmjExtGOvw5Gvh7694zISXjsRAsFMmU+izs0pyCLqDBoHK7y4BT7WGPGw693nYw==} engines: {node: '>=14'} hasBin: true @@ -47012,7 +41878,7 @@ packages: react: 18.2.0 || 17 dependencies: '@jest/create-cache-key-function': 29.5.0 - '@react-native-community/cli': 10.2.2 + '@react-native-community/cli': 10.2.2(@babel/core@7.21.8) '@react-native-community/cli-platform-android': 10.2.0 '@react-native-community/cli-platform-ios': 10.2.1 '@react-native/assets': 1.0.0 @@ -47027,7 +41893,7 @@ packages: jest-environment-node: 29.5.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-react-native-babel-transformer: 0.73.9 + metro-react-native-babel-transformer: 0.73.9(@babel/core@7.21.8) metro-runtime: 0.73.9 metro-source-map: 0.73.9 mkdirp: 0.5.6 @@ -47036,14 +41902,14 @@ packages: promise: 8.3.0 react: 17.0.2 react-devtools-core: 4.27.6 - react-native-codegen: 0.71.5 + react-native-codegen: 0.71.5(@babel/preset-env@7.21.5) react-native-gradle-plugin: 0.71.17 react-refresh: 0.4.3 - react-shallow-renderer: 16.15.0_react@17.0.2 + react-shallow-renderer: 16.15.0(react@17.0.2) regenerator-runtime: 0.13.11 scheduler: 0.23.0 stacktrace-parser: 0.1.10 - use-sync-external-store: 1.2.0_react@17.0.2 + use-sync-external-store: 1.2.0(react@17.0.2) whatwg-fetch: 3.6.2 ws: 6.2.2 transitivePeerDependencies: @@ -47053,21 +41919,8 @@ packages: - encoding - supports-color - utf-8-validate - dev: false - - /react-perfect-scrollbar/1.5.8_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-bQ46m70gp/HJtiBOF3gRzBISSZn8FFGNxznTdmTG8AAwpxG1bJCyn7shrgjEvGSQ5FJEafVEiosY+ccER11OSA==} - peerDependencies: - react: '>=16.3.3 || 17' - react-dom: '>=16.3.3' - dependencies: - perfect-scrollbar: 1.5.5 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - dev: true - /react-perfect-scrollbar/1.5.8_prpqlkd37azqwypxturxi7uyci: + /react-perfect-scrollbar@1.5.8(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-bQ46m70gp/HJtiBOF3gRzBISSZn8FFGNxznTdmTG8AAwpxG1bJCyn7shrgjEvGSQ5FJEafVEiosY+ccER11OSA==} peerDependencies: react: '>=16.3.3 || 17' @@ -47076,10 +41929,10 @@ packages: perfect-scrollbar: 1.5.5 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) dev: true - /react-perfect-scrollbar/1.5.8_sfoxds7t5ydpegc3knd667wn6m: + /react-perfect-scrollbar@1.5.8(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-bQ46m70gp/HJtiBOF3gRzBISSZn8FFGNxznTdmTG8AAwpxG1bJCyn7shrgjEvGSQ5FJEafVEiosY+ccER11OSA==} peerDependencies: react: '>=16.3.3 || 17' @@ -47088,34 +41941,22 @@ packages: perfect-scrollbar: 1.5.5 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: true - /react-popper-tooltip/2.11.1_6l5554ty5ajsajah6yazvrjhoe: + /react-popper-tooltip@2.11.1(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ==} peerDependencies: react: ^16.6.0 || 17 react-dom: ^16.6.0 dependencies: '@babel/runtime': 7.21.5 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - react-popper: 1.3.11_react@17.0.2 - dev: true - - /react-popper-tooltip/2.11.1_prpqlkd37azqwypxturxi7uyci: - resolution: {integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ==} - peerDependencies: - react: ^16.6.0 || 17 - react-dom: ^16.6.0 - dependencies: - '@babel/runtime': 7.21.5 - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - react-popper: 1.3.11_react@17.0.2 + react: 16.14.0 + react-dom: 16.14.0(react@17.0.2) + react-popper: 1.3.11(react@16.14.0) dev: true - /react-popper-tooltip/2.11.1_sfoxds7t5ydpegc3knd667wn6m: + /react-popper-tooltip@2.11.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ==} peerDependencies: react: ^16.6.0 || 17 @@ -47123,23 +41964,11 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-popper: 1.3.11_react@17.0.2 - dev: true - - /react-popper-tooltip/2.11.1_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ==} - peerDependencies: - react: ^16.6.0 || 17 - react-dom: ^16.6.0 - dependencies: - '@babel/runtime': 7.21.5 - react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 - react-popper: 1.3.11_react@16.14.0 + react-dom: 16.14.0(react@17.0.2) + react-popper: 1.3.11(react@17.0.2) dev: true - /react-popper-tooltip/2.11.1_yicqvriqha7ppr6zyvk5y4bjya: + /react-popper-tooltip@2.11.1(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ==} peerDependencies: react: ^16.6.0 || 17 @@ -47147,29 +41976,29 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 - react-popper: 1.3.11_react@16.14.0 + react-dom: 17.0.2(react@17.0.2) + react-popper: 1.3.11(react@16.14.0) dev: true - /react-popper-tooltip/2.11.1_zkbncb2mrwigeq3keybbaytzya: + /react-popper-tooltip@2.11.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-04A2f24GhyyMicKvg/koIOQ5BzlrRbKiAgP6L+Pdj1MVX3yJ1NeZ8+EidndQsbejFT55oW1b++wg2Z8KlAyhfQ==} peerDependencies: react: ^16.6.0 || 17 react-dom: ^16.6.0 dependencies: '@babel/runtime': 7.21.5 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 - react-popper: 1.3.11_react@16.14.0 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-popper: 1.3.11(react@17.0.2) dev: true - /react-popper/1.3.11_react@16.14.0: + /react-popper@1.3.11(react@16.14.0): resolution: {integrity: sha512-VSA/bS+pSndSF2fiasHK/PTEEAyOpX60+H5EPAjoArr8JGm+oihu4UbrqcEBpQibJxBVCpYyjAX7abJ+7DoYVg==} peerDependencies: react: 0.14.x || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 dependencies: '@babel/runtime': 7.21.5 - '@hypnosphi/create-react-context': 0.3.1_4vyaxm4rsh2mpfdenvlqy7kmya + '@hypnosphi/create-react-context': 0.3.1(prop-types@15.8.1)(react@16.14.0) deep-equal: 1.1.1 popper.js: 1.16.1 prop-types: 15.8.1 @@ -47178,13 +42007,13 @@ packages: warning: 4.0.3 dev: true - /react-popper/1.3.11_react@17.0.2: + /react-popper@1.3.11(react@17.0.2): resolution: {integrity: sha512-VSA/bS+pSndSF2fiasHK/PTEEAyOpX60+H5EPAjoArr8JGm+oihu4UbrqcEBpQibJxBVCpYyjAX7abJ+7DoYVg==} peerDependencies: react: 0.14.x || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 dependencies: '@babel/runtime': 7.21.5 - '@hypnosphi/create-react-context': 0.3.1_at7mkepldmzoo6silmqc5bca74 + '@hypnosphi/create-react-context': 0.3.1(prop-types@15.8.1)(react@17.0.2) deep-equal: 1.1.1 popper.js: 1.16.1 prop-types: 15.8.1 @@ -47193,7 +42022,7 @@ packages: warning: 4.0.3 dev: true - /react-reconciler/0.20.4_react@17.0.2: + /react-reconciler@0.20.4(react@17.0.2): resolution: {integrity: sha512-kxERc4H32zV2lXMg/iMiwQHOtyqf15qojvkcZ5Ja2CPkjVohHw9k70pdDBwrnQhLVetUJBSYyqU3yqrlVTOajA==} engines: {node: '>=0.10.0'} peerDependencies: @@ -47205,7 +42034,7 @@ packages: react: 17.0.2 scheduler: 0.13.6 - /react-reconciler/0.27.0_react@17.0.2: + /react-reconciler@0.27.0(react@17.0.2): resolution: {integrity: sha512-HmMDKciQjYmBRGuuhIaKA1ba/7a+UsM5FzOZsMO2JYHt9Jh8reCb7j1eDC95NOyUlKM9KRyvdx0flBuDvYSBoA==} engines: {node: '>=0.10.0'} peerDependencies: @@ -47215,7 +42044,7 @@ packages: react: 17.0.2 scheduler: 0.21.0 - /react-reconciler/0.29.0_react@17.0.2: + /react-reconciler@0.29.0(react@17.0.2): resolution: {integrity: sha512-wa0fGj7Zht1EYMRhKWwoo1H9GApxYLBuhoAuXN0TlltESAjDssB+Apf0T/DngVqaMyPypDmabL37vw/2aRM98Q==} engines: {node: '>=0.10.0'} peerDependencies: @@ -47226,29 +42055,7 @@ packages: scheduler: 0.23.0 dev: true - /react-redux/7.2.9_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==} - peerDependencies: - react: ^16.8.3 || ^17 || ^18 || 17 - react-dom: '*' - react-native: '*' - peerDependenciesMeta: - react-dom: - optional: true - react-native: - optional: true - dependencies: - '@babel/runtime': 7.21.5 - '@types/react-redux': 7.1.25 - hoist-non-react-statics: 3.3.2 - loose-envify: 1.4.0 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-is: 17.0.2 - dev: false - - /react-redux/7.2.9_wcqkhtmu7mswc6yz4uyexck3ty: + /react-redux@7.2.9(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==} peerDependencies: react: ^16.8.3 || ^17 || ^18 || 17 @@ -47266,11 +42073,11 @@ packages: loose-envify: 1.4.0 prop-types: 15.8.1 react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) react-is: 17.0.2 dev: true - /react-redux/7.2.9_yicqvriqha7ppr6zyvk5y4bjya: + /react-redux@7.2.9(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==} peerDependencies: react: ^16.8.3 || ^17 || ^18 || 17 @@ -47288,11 +42095,11 @@ packages: loose-envify: 1.4.0 prop-types: 15.8.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-is: 17.0.2 dev: true - /react-redux/7.2.9_zkbncb2mrwigeq3keybbaytzya: + /react-redux@7.2.9(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==} peerDependencies: react: ^16.8.3 || ^17 || ^18 || 17 @@ -47309,25 +42116,25 @@ packages: hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) react-is: 17.0.2 - dev: true + dev: false - /react-refresh/0.10.0: + /react-refresh@0.10.0: resolution: {integrity: sha512-PgidR3wST3dDYKr6b4pJoqQFpPGNKDSCDx4cZoshjXipw3LzO7mG1My2pwEzz2JVkF+inx3xRpDeQLFQGH/hsQ==} engines: {node: '>=0.10.0'} - /react-refresh/0.14.0: + /react-refresh@0.14.0: resolution: {integrity: sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==} engines: {node: '>=0.10.0'} dev: true - /react-refresh/0.4.3: + /react-refresh@0.4.3: resolution: {integrity: sha512-Hwln1VNuGl/6bVwnd0Xdn1e84gT/8T9aYNL+HAKDArLCS7LWjwr7StE30IEYbIkx0Vi3vs+coQxe+SQDbGbbpA==} engines: {node: '>=0.10.0'} - /react-resize-detector/7.1.2_sfoxds7t5ydpegc3knd667wn6m: + /react-resize-detector@7.1.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-zXnPJ2m8+6oq9Nn8zsep/orts9vQv3elrpA+R8XTcW7DVVUJ9vwDwMXaBtykAYjMnkCIaOoK9vObyR7ZgFNlOw==} peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 || 17 @@ -47335,21 +42142,10 @@ packages: dependencies: lodash: 4.17.21 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /react-router-config/5.1.1_5lanhz7vjhvmizp34syznxs2qy: - resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} - peerDependencies: - react: '>=15 || 17' - react-router: '>=5' - dependencies: - '@babel/runtime': 7.21.5 - react: 17.0.2 - react-router: 6.11.1_react@17.0.2 - dev: true - - /react-router-config/5.1.1_6flbfkch6crntn4ac2g723iqde: + /react-router-config@5.1.1(react-router@5.2.0)(react@16.14.0): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15 || 17' @@ -47357,9 +42153,9 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 16.14.0 - react-router: 5.2.0_react@16.14.0 + react-router: 5.2.0(react@16.14.0) - /react-router-config/5.1.1_eilmositgdhro7yriqlb6666ai: + /react-router-config@5.1.1(react-router@5.3.4)(react@16.14.0): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15 || 17' @@ -47367,10 +42163,10 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 16.14.0 - react-router: 5.3.4_react@17.0.2 + react-router: 5.3.4(react@17.0.2) dev: false - /react-router-config/5.1.1_lw4eoez6oz2fhjqmegtldfquaq: + /react-router-config@5.1.1(react-router@6.11.1)(react@16.14.0): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15 || 17' @@ -47378,19 +42174,9 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 16.14.0 - react-router: 6.11.1_react@17.0.2 - dev: true + react-router: 6.11.1(react@17.0.2) - /react-router-config/5.1.1_react@16.14.0: - resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} - peerDependencies: - react: '>=15 || 17' - react-router: '>=5' - dependencies: - '@babel/runtime': 7.21.5 - react: 16.14.0 - - /react-router-config/5.1.1_react@17.0.2: + /react-router-config@5.1.1(react-router@6.11.1)(react@17.0.2): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15 || 17' @@ -47398,8 +42184,9 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 17.0.2 + react-router: 6.11.1(react@17.0.2) - /react-router-dom/5.2.0_react@16.14.0: + /react-router-dom@5.2.0(react@16.14.0): resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==} peerDependencies: react: '>=15 || 17' @@ -47409,11 +42196,11 @@ packages: loose-envify: 1.4.0 prop-types: 15.8.1 react: 16.14.0 - react-router: 5.2.0_react@16.14.0 + react-router: 5.2.0(react@16.14.0) tiny-invariant: 1.3.1 tiny-warning: 1.0.3 - /react-router-dom/5.2.0_react@17.0.2: + /react-router-dom@5.2.0(react@17.0.2): resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==} peerDependencies: react: '>=15 || 17' @@ -47423,11 +42210,11 @@ packages: loose-envify: 1.4.0 prop-types: 15.8.1 react: 17.0.2 - react-router: 5.2.0_react@17.0.2 + react-router: 5.2.0(react@17.0.2) tiny-invariant: 1.3.1 tiny-warning: 1.0.3 - /react-router-dom/5.3.4_react@17.0.2: + /react-router-dom@5.3.4(react@17.0.2): resolution: {integrity: sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==} peerDependencies: react: '>=15 || 17' @@ -47437,12 +42224,12 @@ packages: loose-envify: 1.4.0 prop-types: 15.8.1 react: 17.0.2 - react-router: 5.3.4_react@17.0.2 + react-router: 5.3.4(react@17.0.2) tiny-invariant: 1.3.1 tiny-warning: 1.0.3 dev: false - /react-router/5.2.0_react@16.14.0: + /react-router@5.2.0(react@16.14.0): resolution: {integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==} peerDependencies: react: '>=15 || 17' @@ -47451,7 +42238,7 @@ packages: history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 - mini-create-react-context: 0.4.1_4vyaxm4rsh2mpfdenvlqy7kmya + mini-create-react-context: 0.4.1(prop-types@15.8.1)(react@16.14.0) path-to-regexp: 1.8.0 prop-types: 15.8.1 react: 16.14.0 @@ -47459,7 +42246,7 @@ packages: tiny-invariant: 1.3.1 tiny-warning: 1.0.3 - /react-router/5.2.0_react@17.0.2: + /react-router@5.2.0(react@17.0.2): resolution: {integrity: sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==} peerDependencies: react: '>=15 || 17' @@ -47468,7 +42255,7 @@ packages: history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 - mini-create-react-context: 0.4.1_at7mkepldmzoo6silmqc5bca74 + mini-create-react-context: 0.4.1(prop-types@15.8.1)(react@17.0.2) path-to-regexp: 1.8.0 prop-types: 15.8.1 react: 17.0.2 @@ -47476,7 +42263,7 @@ packages: tiny-invariant: 1.3.1 tiny-warning: 1.0.3 - /react-router/5.3.4_react@17.0.2: + /react-router@5.3.4(react@17.0.2): resolution: {integrity: sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==} peerDependencies: react: '>=15 || 17' @@ -47493,7 +42280,7 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router/6.11.1_react@17.0.2: + /react-router@6.11.1(react@17.0.2): resolution: {integrity: sha512-OZINSdjJ2WgvAi7hgNLazrEV8SGn6xrKA+MkJe9wVDMZ3zQ6fdJocUjpCUCI0cNrelWjcvon0S/QK/j0NzL3KA==} engines: {node: '>=14'} peerDependencies: @@ -47501,27 +42288,8 @@ packages: dependencies: '@remix-run/router': 1.6.1 react: 17.0.2 - dev: true - - /react-select/3.2.0_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || 17 - react-dom: ^16.8.0 || ^17.0.0 - dependencies: - '@babel/runtime': 7.21.5 - '@emotion/cache': 10.0.29 - '@emotion/core': 10.3.1_react@17.0.2 - '@emotion/css': 10.0.27 - memoize-one: 5.2.1 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - react-input-autosize: 3.0.0_react@17.0.2 - react-transition-group: 4.4.5_6l5554ty5ajsajah6yazvrjhoe - dev: true - /react-select/3.2.0_prpqlkd37azqwypxturxi7uyci: + /react-select@3.2.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -47529,17 +42297,17 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@emotion/cache': 10.0.29 - '@emotion/core': 10.3.1_react@17.0.2 + '@emotion/core': 10.3.1(react@17.0.2) '@emotion/css': 10.0.27 memoize-one: 5.2.1 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 - react-input-autosize: 3.0.0_react@17.0.2 - react-transition-group: 4.4.5_prpqlkd37azqwypxturxi7uyci + react-dom: 16.14.0(react@17.0.2) + react-input-autosize: 3.0.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@16.14.0)(react@17.0.2) dev: true - /react-select/3.2.0_sfoxds7t5ydpegc3knd667wn6m: + /react-select@3.2.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-B/q3TnCZXEKItO0fFN/I0tWOX3WJvi/X2wtdffmwSQVRwg5BpValScTO1vdic9AxlUgmeSzib2hAZAwIUQUZGQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -47547,17 +42315,17 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@emotion/cache': 10.0.29 - '@emotion/core': 10.3.1_react@17.0.2 + '@emotion/core': 10.3.1(react@17.0.2) '@emotion/css': 10.0.27 memoize-one: 5.2.1 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-input-autosize: 3.0.0_react@17.0.2 - react-transition-group: 4.4.5_sfoxds7t5ydpegc3knd667wn6m + react-dom: 17.0.2(react@17.0.2) + react-input-autosize: 3.0.0(react@17.0.2) + react-transition-group: 4.4.5(react-dom@17.0.2)(react@17.0.2) dev: true - /react-shallow-renderer/16.15.0_react@17.0.2: + /react-shallow-renderer@16.15.0(react@17.0.2): resolution: {integrity: sha512-oScf2FqQ9LFVQgA73vr86xl2NaOIX73rh+YFqcOp68CWj56tSfgtGKrEbyhCj0rSijyG9M1CYprTh39fBi5hzA==} peerDependencies: react: ^16.0.0 || ^17.0.0 || ^18.0.0 || 17 @@ -47566,7 +42334,7 @@ packages: react: 17.0.2 react-is: 18.2.0 - /react-side-effect/2.1.2_react@17.0.2: + /react-side-effect@2.1.2(react@17.0.2): resolution: {integrity: sha512-PVjOcvVOyIILrYoyGEpDN3vmYNLdy1CajSFNt4TDsVQC5KpTijDvWVoR+/7Rz2xT978D8/ZtFceXxzsPwZEDvw==} peerDependencies: react: ^16.3.0 || ^17.0.0 || ^18.0.0 || 17 @@ -47574,21 +42342,7 @@ packages: react: 17.0.2 dev: false - /react-sizeme/2.6.12_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw==} - peerDependencies: - react: ^0.14.0 || ^15.0.0-0 || ^16.0.0 || 17 - react-dom: ^0.14.0 || ^15.0.0-0 || ^16.0.0 - dependencies: - element-resize-detector: 1.2.4 - invariant: 2.2.4 - react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 - shallowequal: 1.1.0 - throttle-debounce: 2.3.0 - dev: true - - /react-sizeme/2.6.12_yicqvriqha7ppr6zyvk5y4bjya: + /react-sizeme@2.6.12(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw==} peerDependencies: react: ^0.14.0 || ^15.0.0-0 || ^16.0.0 || 17 @@ -47597,12 +42351,12 @@ packages: element-resize-detector: 1.2.4 invariant: 2.2.4 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 throttle-debounce: 2.3.0 dev: true - /react-sizeme/2.6.12_zkbncb2mrwigeq3keybbaytzya: + /react-sizeme@2.6.12(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-tL4sCgfmvapYRZ1FO2VmBmjPVzzqgHA7kI8lSJ6JS6L78jXFNRdOZFpXyK6P1NBZvKPPCZxReNgzZNUajAerZw==} peerDependencies: react: ^0.14.0 || ^15.0.0-0 || ^16.0.0 || 17 @@ -47611,12 +42365,12 @@ packages: element-resize-detector: 1.2.4 invariant: 2.2.4 react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 throttle-debounce: 2.3.0 dev: true - /react-sortable-hoc/1.11.0_oxfzelaz5ynxsop2v2nu2h2m64: + /react-sortable-hoc@1.11.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-v1CDCvdfoR3zLGNp6qsBa4J1BWMEVH25+UKxF/RvQRh+mrB+emqtVHMgZ+WreUiKJoEaiwYoScaueIKhMVBHUg==} peerDependencies: prop-types: ^15.5.7 @@ -47627,22 +42381,10 @@ packages: invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /react-sortable-hoc/1.11.0_sfoxds7t5ydpegc3knd667wn6m: - resolution: {integrity: sha512-v1CDCvdfoR3zLGNp6qsBa4J1BWMEVH25+UKxF/RvQRh+mrB+emqtVHMgZ+WreUiKJoEaiwYoScaueIKhMVBHUg==} - peerDependencies: - prop-types: ^15.5.7 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 - react-dom: ^0.14.0 || ^15.0.0 || ^16.0.0 - dependencies: - '@babel/runtime': 7.21.5 - invariant: 2.2.4 - react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - - /react-sortable-hoc/2.0.0_oxfzelaz5ynxsop2v2nu2h2m64: + /react-sortable-hoc@2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-JZUw7hBsAHXK7PTyErJyI7SopSBFRcFHDjWW5SWjcugY0i6iH7f+eJkY8cJmGMlZ1C9xz1J3Vjz0plFpavVeRg==} peerDependencies: prop-types: ^15.5.7 @@ -47653,18 +42395,18 @@ packages: invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) dev: false - /react-spring/9.3.2_3mklv3pxrxdn3bnb24c5ffpzku: + /react-spring@9.3.2(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3): resolution: {integrity: sha512-LMFgjvTJVg2ltthzgJcZ7siOdRig7L8wJZIHrc7p6ss4AaJ446xHzm9L2ZQha1ZC9QVY8/e6XfLhMTFAG6dtjw==} dependencies: - '@react-spring/core': 9.3.2_react@17.0.2 - '@react-spring/konva': 9.3.2_lfdoern6vjb4ebvmvpwnnnhysy - '@react-spring/native': 9.3.2_xmn3fd7awqxzpcn5mfzsehb3ma - '@react-spring/three': 9.3.2_jexv6eyrxclhh2ghaljttdzhqi - '@react-spring/web': 9.3.2_sfoxds7t5ydpegc3knd667wn6m - '@react-spring/zdog': 9.3.2_kklraueppnrxsvapqihvylazdu + '@react-spring/core': 9.3.2(react@17.0.2) + '@react-spring/konva': 9.3.2(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2) + '@react-spring/native': 9.3.2(react-native@0.71.7)(react@17.0.2) + '@react-spring/three': 9.3.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0) + '@react-spring/web': 9.3.2(react-dom@17.0.2)(react@17.0.2) + '@react-spring/zdog': 9.3.2(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3) transitivePeerDependencies: - '@react-three/fiber' - konva @@ -47677,15 +42419,15 @@ packages: - zdog dev: false - /react-spring/9.4.4_4ihc6s5xxfubkn7pxm4rg3fwpi: + /react-spring@9.4.4(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.139.2)(zdog@1.1.3): resolution: {integrity: sha512-VOqilh9DJBsS6Pf550YLhdReS3j9a2AQVh7NcsNtWoxTYIeuErWi6ym0++6bBhQp4yT5xvVvUDaJ8ez8vrFgaw==} dependencies: - '@react-spring/core': 9.4.5_react@17.0.2 - '@react-spring/konva': 9.4.5_lfdoern6vjb4ebvmvpwnnnhysy - '@react-spring/native': 9.4.5_xmn3fd7awqxzpcn5mfzsehb3ma - '@react-spring/three': 9.4.5_q2reeldh3xftkglnx3n2qkkj6u - '@react-spring/web': 9.4.5_sfoxds7t5ydpegc3knd667wn6m - '@react-spring/zdog': 9.4.5_kklraueppnrxsvapqihvylazdu + '@react-spring/core': 9.4.5(react@17.0.2) + '@react-spring/konva': 9.4.5(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2) + '@react-spring/native': 9.4.5(react-native@0.71.7)(react@17.0.2) + '@react-spring/three': 9.4.5(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.139.2) + '@react-spring/web': 9.4.5(react-dom@17.0.2)(react@17.0.2) + '@react-spring/zdog': 9.4.5(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3) transitivePeerDependencies: - '@react-three/fiber' - konva @@ -47698,20 +42440,20 @@ packages: - zdog dev: false - /react-spring/9.7.1_pvdkkysxn6ye5ioubaehnjkxwm: + /react-spring@9.7.1(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@18.2.8)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3): resolution: {integrity: sha512-o2+r2DNQDVEuefiz33ZF76DPd/gLq3kbdObJmllGF2IUfv2W6x+ZP0gR97QYCSR4QLbmOl1mPKUBbI+FJdys2Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@react-spring/core': 9.7.2_react@17.0.2 - '@react-spring/konva': 9.7.2_f3knkqragmsy4d5weldc4h3lkm - '@react-spring/native': 9.7.2_xmn3fd7awqxzpcn5mfzsehb3ma - '@react-spring/three': 9.7.2_mbzhfbrp6lqpmf3cozke4bpghi - '@react-spring/web': 9.7.2_sfoxds7t5ydpegc3knd667wn6m - '@react-spring/zdog': 9.7.2_kklraueppnrxsvapqihvylazdu + '@react-spring/core': 9.7.2(react@17.0.2) + '@react-spring/konva': 9.7.2(konva@9.0.1)(react-konva@18.2.8)(react@17.0.2) + '@react-spring/native': 9.7.2(react-native@0.71.7)(react@17.0.2) + '@react-spring/three': 9.7.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0) + '@react-spring/web': 9.7.2(react-dom@17.0.2)(react@17.0.2) + '@react-spring/zdog': 9.7.2(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) transitivePeerDependencies: - '@react-three/fiber' - konva @@ -47722,7 +42464,7 @@ packages: - zdog dev: true - /react-sticky-box/0.9.3_at7mkepldmzoo6silmqc5bca74: + /react-sticky-box@0.9.3(prop-types@15.8.1)(react@17.0.2): resolution: {integrity: sha512-Y/qO7vTqAvXuRR6G6ZCW4fX2Bz0GZRwiiLTVeZN5CVz9wzs37ev0Xj3KSKF/PzF0jifwATivI4t24qXG8rSz4Q==} peerDependencies: prop-types: ^15.6.2 @@ -47734,17 +42476,7 @@ packages: resize-observer-polyfill: 1.5.1 dev: false - /react-sticky-box/0.9.3_react@17.0.2: - resolution: {integrity: sha512-Y/qO7vTqAvXuRR6G6ZCW4fX2Bz0GZRwiiLTVeZN5CVz9wzs37ev0Xj3KSKF/PzF0jifwATivI4t24qXG8rSz4Q==} - peerDependencies: - prop-types: ^15.6.2 - react: ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 - dependencies: - '@babel/runtime': 7.21.5 - react: 17.0.2 - resize-observer-polyfill: 1.5.1 - - /react-syntax-highlighter/10.3.5_react@16.14.0: + /react-syntax-highlighter@10.3.5(react@16.14.0): resolution: {integrity: sha512-KR4YE7Q91bHEhvIxuvs/J3tJWfxTyBAAMS4fcMOR9h0C6SoCZIr1OUkVamHOqHMDEck4tdS9gp0D/vlAyPLftA==} peerDependencies: react: '>= 0.14.0 || 17' @@ -47757,7 +42489,7 @@ packages: refractor: 2.10.1 dev: true - /react-syntax-highlighter/11.0.3_react@16.14.0: + /react-syntax-highlighter@11.0.3(react@16.14.0): resolution: {integrity: sha512-0v0ET2qn9oAam4K/Te9Q/2jtS4R2d6wUFqgk5VcxrCBm+4MB5BE+oQf2CA0RanUHbYaYFuagt/AugICU87ufxQ==} peerDependencies: react: '>= 0.14.0 || 17' @@ -47770,7 +42502,7 @@ packages: refractor: 2.10.1 dev: true - /react-syntax-highlighter/11.0.3_react@17.0.2: + /react-syntax-highlighter@11.0.3(react@17.0.2): resolution: {integrity: sha512-0v0ET2qn9oAam4K/Te9Q/2jtS4R2d6wUFqgk5VcxrCBm+4MB5BE+oQf2CA0RanUHbYaYFuagt/AugICU87ufxQ==} peerDependencies: react: '>= 0.14.0 || 17' @@ -47783,7 +42515,7 @@ packages: refractor: 2.10.1 dev: true - /react-test-renderer/16.14.0_react@16.14.0: + /react-test-renderer@16.14.0(react@16.14.0): resolution: {integrity: sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==} peerDependencies: react: ^16.14.0 || 17 @@ -47795,7 +42527,7 @@ packages: scheduler: 0.19.1 dev: true - /react-textarea-autosize/7.1.2_react@16.14.0: + /react-textarea-autosize@7.1.2(react@16.14.0): resolution: {integrity: sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg==} peerDependencies: react: '>=0.14.0 <17.0.0 || 17' @@ -47805,7 +42537,7 @@ packages: react: 16.14.0 dev: true - /react-textarea-autosize/7.1.2_react@17.0.2: + /react-textarea-autosize@7.1.2(react@17.0.2): resolution: {integrity: sha512-uH3ORCsCa3C6LHxExExhF4jHoXYCQwE5oECmrRsunlspaDAbS4mGKNlWZqjLfInWtFQcf0o1n1jC/NGXFdUBCg==} peerDependencies: react: '>=0.14.0 <17.0.0 || 17' @@ -47815,7 +42547,7 @@ packages: react: 17.0.2 dev: true - /react-textarea-autosize/8.4.1_2wsigp256uooefgzaclurqrkuu: + /react-textarea-autosize@8.4.1(@types/react@17.0.58)(react@17.0.2): resolution: {integrity: sha512-aD2C+qK6QypknC+lCMzteOdIjoMbNlgSFmJjCV+DrfTPwp59i/it9mMNf2HDzvRjQgKAyBDPyLJhcrzElf2U4Q==} engines: {node: '>=10'} peerDependencies: @@ -47823,27 +42555,13 @@ packages: dependencies: '@babel/runtime': 7.21.5 react: 17.0.2 - use-composed-ref: 1.3.0_react@17.0.2 - use-latest: 1.2.1_2wsigp256uooefgzaclurqrkuu + use-composed-ref: 1.3.0(react@17.0.2) + use-latest: 1.2.1(@types/react@17.0.58)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false - /react-transition-group/4.4.5_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} - peerDependencies: - react: '>=16.6.0 || 17' - react-dom: '>=16.6.0' - dependencies: - '@babel/runtime': 7.21.5 - dom-helpers: 5.2.1 - loose-envify: 1.4.0 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - dev: true - - /react-transition-group/4.4.5_prpqlkd37azqwypxturxi7uyci: + /react-transition-group@4.4.5(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} peerDependencies: react: '>=16.6.0 || 17' @@ -47854,10 +42572,10 @@ packages: loose-envify: 1.4.0 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) dev: true - /react-transition-group/4.4.5_sfoxds7t5ydpegc3knd667wn6m: + /react-transition-group@4.4.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==} peerDependencies: react: '>=16.6.0 || 17' @@ -47868,16 +42586,16 @@ packages: loose-envify: 1.4.0 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /react-tween-state/0.1.5: + /react-tween-state@0.1.5: resolution: {integrity: sha512-sJQpjsdn0wjlDIUpfpb7jQGnOG8hAEW2e8k0KPA+xmf5KFa6Xat2JldbmxBhaqP0S/uIXhVE5ymKyH/b9X8nYA==} dependencies: raf: 3.4.1 tween-functions: 1.2.0 dev: false - /react-universal-interface/0.6.2_react@17.0.2+tslib@2.5.0: + /react-universal-interface@0.6.2(react@17.0.2)(tslib@2.5.0): resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==} peerDependencies: react: '*' @@ -47887,7 +42605,7 @@ packages: tslib: 2.5.0 dev: false - /react-use-measure/2.1.1_sfoxds7t5ydpegc3knd667wn6m: + /react-use-measure@2.1.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-nocZhN26cproIiIduswYpV5y5lQpSQS1y/4KuvUCjSKmw7ZWIS/+g3aFnX3WdBkyuGUtTLif3UTqnLLhbDoQig==} peerDependencies: react: '>=16.13 || 17' @@ -47895,9 +42613,9 @@ packages: dependencies: debounce: 1.2.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) - /react-use/17.3.1_sfoxds7t5ydpegc3knd667wn6m: + /react-use@17.3.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-hs7+tS4rRm1QLHPfanLCqXIi632tP4V7Sai1ENUP2WTufU6am++tU9uSw9YrNCFqbABiEv0ndKU1XCUcfu2tXA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -47909,10 +42627,10 @@ packages: fast-deep-equal: 3.1.3 fast-shallow-equal: 1.0.0 js-cookie: 2.2.1 - nano-css: 5.3.5_sfoxds7t5ydpegc3knd667wn6m + nano-css: 5.3.5(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-universal-interface: 0.6.2_react@17.0.2+tslib@2.5.0 + react-dom: 17.0.2(react@17.0.2) + react-universal-interface: 0.6.2(react@17.0.2)(tslib@2.5.0) resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 set-harmonic-interval: 1.0.1 @@ -47921,7 +42639,7 @@ packages: tslib: 2.5.0 dev: false - /react-zdog/1.0.11_ow6pclnn637ucp7upzl45njfmm: + /react-zdog@1.0.11(react-dom@17.0.2)(react@17.0.2)(zdog@1.1.3): resolution: {integrity: sha512-L6/8Zi+Nf+faNMsSZ31HLmLlu6jcbs/jqqFvme7CFnYjAeYfhJ4HyuHKd7Pu/zk9tegv6FaJj1v+hmUwUpKLQw==} peerDependencies: react: '>=16.8 || 17' @@ -47932,13 +42650,13 @@ packages: lodash-es: 4.17.21 pointer-events-polyfill: 0.4.4-pre react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - react-reconciler: 0.20.4_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) + react-reconciler: 0.20.4(react@17.0.2) resize-observer-polyfill: 1.5.1 scheduler: 0.13.3 zdog: 1.1.3 - /react/16.14.0: + /react@16.14.0: resolution: {integrity: sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==} engines: {node: '>=0.10.0'} dependencies: @@ -47946,21 +42664,21 @@ packages: object-assign: 4.1.1 prop-types: 15.8.1 - /react/17.0.2: + /react@17.0.2: resolution: {integrity: sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - /react/18.2.0: + /react@18.2.0: resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} engines: {node: '>=0.10.0'} dependencies: loose-envify: 1.4.0 dev: true - /reactcss/1.2.3_react@17.0.2: + /reactcss@1.2.3(react@17.0.2): resolution: {integrity: sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==} peerDependencies: react: '*' @@ -47968,13 +42686,13 @@ packages: lodash: 4.17.21 react: 17.0.2 - /read-cmd-shim/1.0.5: + /read-cmd-shim@1.0.5: resolution: {integrity: sha512-v5yCqQ/7okKoZZkBQUAfTsQ3sVJtXdNfbPnI5cceppoxEVLYA3k+VtV2omkeo8MS94JCy4fSiUwlRBAwCVRPUA==} dependencies: graceful-fs: 4.2.11 dev: true - /read-package-json/2.1.2: + /read-package-json@2.1.2: resolution: {integrity: sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==} dependencies: glob: 7.2.3 @@ -47983,7 +42701,7 @@ packages: npm-normalize-package-bin: 1.0.1 dev: true - /read-pkg-up/1.0.1: + /read-pkg-up@1.0.1: resolution: {integrity: sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==} engines: {node: '>=0.10.0'} dependencies: @@ -47991,7 +42709,7 @@ packages: read-pkg: 1.1.0 dev: true - /read-pkg-up/3.0.0: + /read-pkg-up@3.0.0: resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} engines: {node: '>=4'} dependencies: @@ -47999,7 +42717,7 @@ packages: read-pkg: 3.0.0 dev: true - /read-pkg-up/4.0.0: + /read-pkg-up@4.0.0: resolution: {integrity: sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==} engines: {node: '>=6'} dependencies: @@ -48007,7 +42725,7 @@ packages: read-pkg: 3.0.0 dev: true - /read-pkg-up/7.0.1: + /read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} dependencies: @@ -48015,7 +42733,7 @@ packages: read-pkg: 5.2.0 type-fest: 0.8.1 - /read-pkg/1.1.0: + /read-pkg@1.1.0: resolution: {integrity: sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==} engines: {node: '>=0.10.0'} dependencies: @@ -48024,7 +42742,7 @@ packages: path-type: 1.1.0 dev: true - /read-pkg/3.0.0: + /read-pkg@3.0.0: resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} engines: {node: '>=4'} dependencies: @@ -48033,7 +42751,7 @@ packages: path-type: 3.0.0 dev: true - /read-pkg/5.2.0: + /read-pkg@5.2.0: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: @@ -48042,7 +42760,7 @@ packages: parse-json: 5.2.0 type-fest: 0.6.0 - /read-yaml-file/1.1.0: + /read-yaml-file@1.1.0: resolution: {integrity: sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA==} engines: {node: '>=6'} dependencies: @@ -48052,7 +42770,7 @@ packages: strip-bom: 3.0.0 dev: true - /readable-stream/1.1.14: + /readable-stream@1.1.14: resolution: {integrity: sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==} dependencies: core-util-is: 1.0.3 @@ -48060,7 +42778,7 @@ packages: isarray: 0.0.1 string_decoder: 0.10.31 - /readable-stream/2.3.8: + /readable-stream@2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: core-util-is: 1.0.3 @@ -48071,7 +42789,7 @@ packages: string_decoder: 1.1.1 util-deprecate: 1.0.2 - /readable-stream/3.6.2: + /readable-stream@3.6.2: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} dependencies: @@ -48079,48 +42797,37 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readdirp/2.2.1: + /readdirp@2.2.1(supports-color@6.1.0): resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} engines: {node: '>=0.10'} dependencies: graceful-fs: 4.2.11 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) readable-stream: 2.3.8 transitivePeerDependencies: - supports-color dev: true - /readdirp/2.2.1_supports-color@6.1.0: - resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} - engines: {node: '>=0.10'} - dependencies: - graceful-fs: 4.2.11 - micromatch: 3.1.10_supports-color@6.1.0 - readable-stream: 2.3.8 - transitivePeerDependencies: - - supports-color - dev: true - - /readdirp/3.5.0: + /readdirp@3.5.0: resolution: {integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==} engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 - /readdirp/3.6.0: + /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 - /readline/1.3.0: + /readline@1.3.0: resolution: {integrity: sha512-k2d6ACCkiNYz222Fs/iNze30rRJ1iIicW7JuX/7/cozvih6YCkFZH+J6mAFDVgv0dRBaAyr4jDqC95R2y4IADg==} - /ready-callback/2.1.0: + /ready-callback@2.1.0: resolution: {integrity: sha512-pyoQjeks8RvkzHbdDgSS1Faw+3xByvnWxccsIiBLOtFX+sp6pkpdSuIZJzfIgpzpOSOdVFVxrFEL+VcNL3+bBQ==} engines: {node: '>=4.0.0'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) get-ready: 2.0.1 once: 1.4.0 uuid: 3.4.0 @@ -48128,18 +42835,18 @@ packages: - supports-color dev: false - /real-require/0.1.0: + /real-require@0.1.0: resolution: {integrity: sha512-r/H9MzAWtrv8aSVjPCMFpDMl5q66GqtmmRkRjpHTsp4zBAa+snZyiQNlMONiUmEJcsnaw0wCauJ2GWODr/aFkg==} engines: {node: '>= 12.13.0'} - /realpath-native/1.1.0: + /realpath-native@1.1.0: resolution: {integrity: sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==} engines: {node: '>=4'} dependencies: util.promisify: 1.1.2 dev: true - /recast/0.14.7: + /recast@0.14.7: resolution: {integrity: sha512-/nwm9pkrcWagN40JeJhkPaRxiHXBRkXyRh/hgU088Z/v+qCy+zIHHY6bC6o7NaKAxPqtE6nD8zBH1LfU0/Wx6A==} engines: {node: '>= 4'} dependencies: @@ -48149,7 +42856,7 @@ packages: source-map: 0.6.1 dev: true - /recast/0.16.2: + /recast@0.16.2: resolution: {integrity: sha512-O/7qXi51DPjRVdbrpNzoBQH5dnAPQNbfoOFyRiUwreTMJfIHYOEBzwuH+c0+/BTSJ3CQyKs6ILSWXhESH6Op3A==} engines: {node: '>= 4'} dependencies: @@ -48159,7 +42866,7 @@ packages: source-map: 0.6.1 dev: true - /recast/0.17.6: + /recast@0.17.6: resolution: {integrity: sha512-yoQRMRrK1lszNtbkGyM4kN45AwylV5hMiuEveUBlxytUViWevjvX6w+tzJt1LH4cfUhWt4NZvy3ThIhu6+m5wQ==} engines: {node: '>= 4'} dependencies: @@ -48169,7 +42876,7 @@ packages: source-map: 0.6.1 dev: true - /recast/0.18.10: + /recast@0.18.10: resolution: {integrity: sha512-XNvYvkfdAN9QewbrxeTOjgINkdY/odTgTS56ZNEWL9Ml0weT4T3sFtvnTuF+Gxyu46ANcRm1ntrF6F5LAJPAaQ==} engines: {node: '>= 4'} dependencies: @@ -48179,7 +42886,7 @@ packages: source-map: 0.6.1 dev: true - /recast/0.20.5: + /recast@0.20.5: resolution: {integrity: sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ==} engines: {node: '>= 4'} dependencies: @@ -48188,27 +42895,27 @@ packages: source-map: 0.6.1 tslib: 2.5.0 - /rechoir/0.6.2: + /rechoir@0.6.2: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: resolve: 1.22.2 dev: true - /rechoir/0.7.1: + /rechoir@0.7.1: resolution: {integrity: sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==} engines: {node: '>= 0.10'} dependencies: resolve: 1.22.2 - /recursive-readdir/2.2.2: + /recursive-readdir@2.2.2: resolution: {integrity: sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==} engines: {node: '>=0.10.0'} dependencies: minimatch: 3.0.4 dev: true - /redbox-react/1.6.0_sfoxds7t5ydpegc3knd667wn6m: + /redbox-react@1.6.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-mLjM5eYR41yOp5YKHpd3syFeGq6B4Wj5vZr64nbLvTZW5ZLff4LYk7VE4ITpVxkZpCY6OZuqh0HiP3A3uEaCpg==} peerDependencies: react: ^0.14.0 || ^15.0.0 || ^16.0.0-beta || ^16.0.0 || 17 @@ -48218,11 +42925,11 @@ packages: object-assign: 4.1.1 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) sourcemapped-stacktrace: 1.1.11 dev: false - /redent/2.0.0: + /redent@2.0.0: resolution: {integrity: sha512-XNwrTx77JQCEMXTeb8movBKuK75MgH0RZkujNuDKCezemx/voapl9i2gCSi8WWm8+ox5ycJi1gxF22fR7c0Ciw==} engines: {node: '>=4'} dependencies: @@ -48230,7 +42937,7 @@ packages: strip-indent: 2.0.0 dev: true - /redent/3.0.0: + /redent@3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} dependencies: @@ -48238,20 +42945,20 @@ packages: strip-indent: 3.0.0 dev: true - /redux-saga/0.16.2: + /redux-saga@0.16.2: resolution: {integrity: sha512-iIjKnRThI5sKPEASpUvySemjzwqwI13e3qP7oLub+FycCRDysLSAOwt958niZW6LhxfmS6Qm1BzbU70w/Koc4w==} dev: false - /redux/4.2.1: + /redux@4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: '@babel/runtime': 7.21.5 - /reflect-metadata/0.1.13: + /reflect-metadata@0.1.13: resolution: {integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==} dev: false - /reflect.getprototypeof/1.0.3: + /reflect.getprototypeof@1.0.3: resolution: {integrity: sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==} engines: {node: '>= 0.4'} dependencies: @@ -48263,11 +42970,11 @@ packages: which-builtin-type: 1.1.3 dev: true - /reflect.ownkeys/0.2.0: + /reflect.ownkeys@0.2.0: resolution: {integrity: sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==} dev: true - /refractor/2.10.1: + /refractor@2.10.1: resolution: {integrity: sha512-Xh9o7hQiQlDbxo5/XkOX6H+x/q8rmlmZKr97Ie1Q8ZM32IRRd3B/UxuA/yXDW79DBSXGWxm2yRTbcTVmAciJRw==} dependencies: hastscript: 5.1.2 @@ -48275,7 +42982,7 @@ packages: prismjs: 1.17.1 dev: true - /refractor/4.8.1: + /refractor@4.8.1: resolution: {integrity: sha512-/fk5sI0iTgFYlmVGYVew90AoYnNMP6pooClx/XKqyeeCQXrL0Kvgn8V0VEht5ccdljbzzF1i3Q213gcntkRExg==} dependencies: '@types/hast': 2.3.4 @@ -48284,50 +42991,50 @@ packages: parse-entities: 4.0.1 dev: false - /regenerate-unicode-properties/10.0.1: + /regenerate-unicode-properties@10.0.1: resolution: {integrity: sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 - /regenerate-unicode-properties/10.1.0: + /regenerate-unicode-properties@10.1.0: resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 - /regenerate-unicode-properties/9.0.0: + /regenerate-unicode-properties@9.0.0: resolution: {integrity: sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==} engines: {node: '>=4'} dependencies: regenerate: 1.4.2 dev: true - /regenerate/1.4.2: + /regenerate@1.4.2: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} - /regenerator-runtime/0.10.5: + /regenerator-runtime@0.10.5: resolution: {integrity: sha512-02YopEIhAgiBHWeoTiA8aitHDt8z6w+rQqNuIftlM+ZtvSl/brTouaU7DW6GO/cHtvxJvS4Hwv2ibKdxIRi24w==} dev: true - /regenerator-runtime/0.11.1: + /regenerator-runtime@0.11.1: resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==} - /regenerator-runtime/0.12.1: + /regenerator-runtime@0.12.1: resolution: {integrity: sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==} dev: true - /regenerator-runtime/0.13.11: + /regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} - /regenerator-runtime/0.13.2: + /regenerator-runtime@0.13.2: resolution: {integrity: sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==} dev: true - /regenerator-runtime/0.13.5: + /regenerator-runtime@0.13.5: resolution: {integrity: sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==} - /regenerator-transform/0.10.1: + /regenerator-transform@0.10.1: resolution: {integrity: sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==} dependencies: babel-runtime: 6.26.0 @@ -48335,31 +43042,30 @@ packages: private: 0.1.8 dev: true - /regenerator-transform/0.13.4: + /regenerator-transform@0.13.4: resolution: {integrity: sha512-T0QMBjK3J0MtxjPmdIMXm72Wvj2Abb0Bd4HADdfijwMdoIsyQZ6fWC7kDFhk2YinBBEMZDL7Y7wh0J1sGx3S4A==} dependencies: private: 0.1.8 dev: true - /regenerator-transform/0.15.1: + /regenerator-transform@0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: '@babel/runtime': 7.21.5 - dev: true - /regex-not/1.0.2: + /regex-not@1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} dependencies: extend-shallow: 3.0.2 safe-regex: 1.1.0 - /regexp-tree/0.1.27: + /regexp-tree@0.1.27: resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true dev: true - /regexp.prototype.flags/1.5.0: + /regexp.prototype.flags@1.5.0: resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} engines: {node: '>= 0.4'} dependencies: @@ -48367,12 +43073,12 @@ packages: define-properties: 1.2.0 functions-have-names: 1.2.3 - /regexpp/3.2.0: + /regexpp@3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} dev: true - /regexpu-core/2.0.0: + /regexpu-core@2.0.0: resolution: {integrity: sha512-tJ9+S4oKjxY8IZ9jmjnp/mtytu1u3iyIQAfmI51IKWH6bFf7XR1ybtaO6j7INhZKXOTYADk7V5qxaqLkmNxiZQ==} dependencies: regenerate: 1.4.2 @@ -48380,7 +43086,7 @@ packages: regjsparser: 0.1.5 dev: true - /regexpu-core/4.8.0: + /regexpu-core@4.8.0: resolution: {integrity: sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==} engines: {node: '>=4'} dependencies: @@ -48392,7 +43098,7 @@ packages: unicode-match-property-value-ecmascript: 2.1.0 dev: true - /regexpu-core/5.3.2: + /regexpu-core@5.3.2: resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} engines: {node: '>=4'} dependencies: @@ -48403,71 +43109,71 @@ packages: unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 - /registry-auth-token/3.3.2: + /registry-auth-token@3.3.2: resolution: {integrity: sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==} dependencies: rc: 1.2.8 safe-buffer: 5.2.1 dev: true - /registry-auth-token/3.4.0: + /registry-auth-token@3.4.0: resolution: {integrity: sha512-4LM6Fw8eBQdwMYcES4yTnn2TqIasbXuwDx3um+QRs7S55aMKCBKBxvPXl2RiUjHwuJLTyYfxSpmfSAjQpcuP+A==} dependencies: rc: 1.2.8 safe-buffer: 5.2.1 - /registry-auth-token/4.2.2: + /registry-auth-token@4.2.2: resolution: {integrity: sha512-PC5ZysNb42zpFME6D/XlIgtNGdTl8bBOCw90xQLVMpzuuubJKYDWFAEuUNc+Cn8Z8724tg2SDhDRrkVEsqfDMg==} engines: {node: '>=6.0.0'} dependencies: rc: 1.2.8 dev: true - /registry-url/3.1.0: + /registry-url@3.1.0: resolution: {integrity: sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==} engines: {node: '>=0.10.0'} dependencies: rc: 1.2.8 - /registry-url/5.1.0: + /registry-url@5.1.0: resolution: {integrity: sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==} engines: {node: '>=8'} dependencies: rc: 1.2.8 dev: true - /regjsgen/0.2.0: + /regjsgen@0.2.0: resolution: {integrity: sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==} dev: true - /regjsgen/0.5.2: + /regjsgen@0.5.2: resolution: {integrity: sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==} dev: true - /regjsparser/0.1.5: + /regjsparser@0.1.5: resolution: {integrity: sha512-jlQ9gYLfk2p3V5Ag5fYhA7fv7OHzd1KUH0PRP46xc3TgwjwgROIW572AfYg/X9kaNq/LJnu6oJcFRXlIrGoTRw==} hasBin: true dependencies: jsesc: 0.5.0 dev: true - /regjsparser/0.7.0: + /regjsparser@0.7.0: resolution: {integrity: sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==} hasBin: true dependencies: jsesc: 0.5.0 dev: true - /regjsparser/0.9.1: + /regjsparser@0.9.1: resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} hasBin: true dependencies: jsesc: 0.5.0 - /regl/1.7.0: + /regl@1.7.0: resolution: {integrity: sha512-bEAtp/qrtKucxXSJkD4ebopFZYP0q1+3Vb2WECWv/T8yQEgKxDxJ7ztO285tAMaYZVR6mM1GgI6CCn8FROtL1w==} - /rehype-attr/2.1.4: + /rehype-attr@2.1.4: resolution: {integrity: sha512-iAeaL5JyF4XxkcvWzpi/0SAF7iV7qOTaHS56tJuEsXziQc3+PEmMn65kV8OFgbO9mRVY7J1fRC/aLvot1PsNkg==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: @@ -48475,7 +43181,7 @@ packages: unist-util-visit: 4.1.2 dev: false - /rehype-autolink-headings/4.0.0: + /rehype-autolink-headings@4.0.0: resolution: {integrity: sha512-2lglJ+4S3A4RCz+zlKVWj1wHvwO4bjunAoEOgMfjphT59EVXwdMiJzrL/A2fuAX/33k/LhkGW6BEK1Cl1I5WQw==} dependencies: extend: 3.0.2 @@ -48483,7 +43189,7 @@ packages: hast-util-is-element: 1.1.0 unist-util-visit: 2.0.3 - /rehype-autolink-headings/6.1.1: + /rehype-autolink-headings@6.1.1: resolution: {integrity: sha512-NMYzZIsHM3sA14nC5rAFuUPIOfg+DFmf9EY1YMhaNlB7+3kK/ZlE6kqPfuxr1tsJ1XWkTrMtMoyHosU70d35mA==} dependencies: '@types/hast': 2.3.4 @@ -48495,7 +43201,7 @@ packages: unist-util-visit: 4.1.2 dev: false - /rehype-docz/0.13.6: + /rehype-docz@0.13.6: resolution: {integrity: sha512-BY7/fplfPHSAi0/Q7q36WaO8fYEyi7Dq4Us7GFvAbdvndgCkGusrth1ZhTGvi72voamPRkn6mag1DNvJ2pHt5g==} dependencies: docz-utils: 0.13.6 @@ -48508,7 +43214,7 @@ packages: - supports-color dev: true - /rehype-docz/1.2.0: + /rehype-docz@1.2.0: resolution: {integrity: sha512-pRgdQkVwo5aAIRAkUUu4bOxka+9bCKVWge5wYwIOIei0ThH2968Z41Y08zlYFArZIsUUA5KCGBsLZImpfsQTaA==} dependencies: docz-utils: 1.2.0 @@ -48521,7 +43227,7 @@ packages: - supports-color dev: true - /rehype-ignore/1.0.5: + /rehype-ignore@1.0.5: resolution: {integrity: sha512-JQXS5eDwXaYKwB8JEYFJJA/YvGi0sSNUOYuiURMtuPTg8tuWHFB91JMYLbImH1FyvyGQM4fIBqNMAPB50WR2Bw==} engines: {node: ^14.13.1 || >=16.0.0} dependencies: @@ -48530,7 +43236,7 @@ packages: unist-util-visit: 4.1.2 dev: false - /rehype-mathjax/3.1.0: + /rehype-mathjax@3.1.0: resolution: {integrity: sha512-Pmz92Y56lBFmDjFc9nIdrKu1xzKSBYevcwKiKiG7b5JJg74q1E62nRSbPEm37vXaXn7Bn25iRsWcP39bJKkMxg==} dependencies: '@types/mathjax': 0.0.36 @@ -48545,7 +43251,7 @@ packages: - supports-color - utf-8-validate - /rehype-parse/8.0.4: + /rehype-parse@8.0.4: resolution: {integrity: sha512-MJJKONunHjoTh4kc3dsM1v3C9kGrrxvA3U8PxZlP2SjH8RNUSrb+lF7Y0KVaUDnGH2QZ5vAn7ulkiajM9ifuqg==} dependencies: '@types/hast': 2.3.4 @@ -48554,7 +43260,7 @@ packages: unified: 10.1.2 dev: false - /rehype-prism-plus/1.5.1: + /rehype-prism-plus@1.5.1: resolution: {integrity: sha512-mowYefSfrIkMMxkb0fwuEXlvc5nA9b1vQ6mzujM81Qx28RI0mo7jCHsBZ2tJ4eIJKXdFn+EdPkZZBGB10K02vg==} dependencies: hast-util-to-string: 2.0.0 @@ -48565,7 +43271,7 @@ packages: unist-util-visit: 4.1.2 dev: false - /rehype-raw/6.1.1: + /rehype-raw@6.1.1: resolution: {integrity: sha512-d6AKtisSRtDRX4aSPsJGTfnzrX2ZkHQLE5kiUuGOeEoLpbEulFF4hj0mLPbsa+7vmguDKOVVEQdHKDSwoaIDsQ==} dependencies: '@types/hast': 2.3.4 @@ -48573,13 +43279,13 @@ packages: unified: 10.1.2 dev: false - /rehype-remove-comments/4.0.2: + /rehype-remove-comments@4.0.2: resolution: {integrity: sha512-E2FNohTuIs7QzUnEQs3SdYdCScsTgUN7yPeDNWi+gsvx+pbLzIAyp27TWz3Gm64jpdLi7/6HxyRHxdd1NVQ37A==} dependencies: hast-util-is-conditional-comment: 1.0.4 unist-util-filter: 2.0.3 - /rehype-rewrite/3.0.6: + /rehype-rewrite@3.0.6: resolution: {integrity: sha512-REDTNCvsKcAazy8IQWzKp66AhSUDSOIKssSCqNqCcT9sN7JCwAAm3mWGTUdUzq80ABuy8d0D6RBwbnewu1aY1g==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: @@ -48588,7 +43294,7 @@ packages: unist-util-visit: 4.1.2 dev: false - /rehype-slug/2.0.3: + /rehype-slug@2.0.3: resolution: {integrity: sha512-7hgS91klce+p/1CrgMjV/JKyVmEevTM3YMkFtxF29twydKBSYVcy2x44z74SgCnzANj8H8N0g0O8F1OH1/OXJA==} dependencies: github-slugger: 1.5.0 @@ -48598,7 +43304,7 @@ packages: unist-util-visit: 1.4.1 dev: true - /rehype-slug/5.1.0: + /rehype-slug@5.1.0: resolution: {integrity: sha512-Gf91dJoXneiorNEnn+Phx97CO7oRMrpi+6r155tTxzGuLtm+QrI4cTwCa9e1rtePdL4i9tSO58PeSS6HWfgsiw==} dependencies: '@types/hast': 2.3.4 @@ -48610,31 +43316,31 @@ packages: unist-util-visit: 4.1.2 dev: false - /rehype-stringify/8.0.0: + /rehype-stringify@8.0.0: resolution: {integrity: sha512-VkIs18G0pj2xklyllrPSvdShAV36Ff3yE5PUO9u36f6+2qJFnn22Z5gKwBOwgXviux4UC7K+/j13AnZfPICi/g==} dependencies: hast-util-to-html: 7.1.3 - /relateurl/0.2.7: + /relateurl@0.2.7: resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} engines: {node: '>= 0.10'} dev: true - /release-zalgo/1.0.0: + /release-zalgo@1.0.0: resolution: {integrity: sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==} engines: {node: '>=4'} dependencies: es6-error: 4.1.1 dev: true - /remark-docz/0.13.3: + /remark-docz@0.13.3: resolution: {integrity: sha512-b0UWtd+x+YwHlNhF1kmnxoghi1ivTW4iRxCsWX5YXZN9YKabhBtAHTU1pipmtiJAfL1uQNiV0sM4ZHgIHkM6Ng==} dependencies: unist-util-remove: 1.0.3 unist-util-visit: 1.4.1 dev: true - /remark-docz/1.2.0: + /remark-docz@1.2.0: resolution: {integrity: sha512-uL4CW4pLk9+7owCa/ce6PuYGZ+99P3ZAubT3HrTcyhAjyE2f0iG08lUgDUXQbdjo9L8OfXWCEg9AWgQijr0JsA==} dependencies: '@babel/generator': 7.21.5 @@ -48643,24 +43349,24 @@ packages: unist-util-visit: 1.4.1 dev: true - /remark-footnotes/2.0.0: + /remark-footnotes@2.0.0: resolution: {integrity: sha512-3Clt8ZMH75Ayjp9q4CorNeyjwIxHFcTkaektplKGl2A1jNGEUey8cKL0ZC5vJwfcD5GFGsNLImLG/NGzWIzoMQ==} dev: true - /remark-frontmatter/1.3.3: + /remark-frontmatter@1.3.3: resolution: {integrity: sha512-fM5eZPBvu2pVNoq3ZPW22q+5Ativ1oLozq2qYt9I2oNyxiUd/tDl0iLLntEVAegpZIslPWg1brhcP1VsaSVUag==} dependencies: fault: 1.0.4 xtend: 4.0.2 dev: true - /remark-frontmatter/3.0.0: + /remark-frontmatter@3.0.0: resolution: {integrity: sha512-mSuDd3svCHs+2PyO29h7iijIZx4plX0fheacJcAoYAASfgzgVIcXGYSq9GFyYocFLftQs8IOmmkgtOovs6d4oA==} dependencies: mdast-util-frontmatter: 0.2.0 micromark-extension-frontmatter: 0.2.2 - /remark-gfm/1.0.0: + /remark-gfm@1.0.0: resolution: {integrity: sha512-KfexHJCiqvrdBZVbQ6RopMZGwaXz6wFJEfByIuEwGf0arvITHjiKKZ1dpXujjH9KZdm1//XJQwgfnJ3lmXaDPA==} dependencies: mdast-util-gfm: 0.1.2 @@ -48668,7 +43374,7 @@ packages: transitivePeerDependencies: - supports-color - /remark-gfm/3.0.1: + /remark-gfm@3.0.1: resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==} dependencies: '@types/mdast': 3.0.11 @@ -48679,7 +43385,7 @@ packages: - supports-color dev: false - /remark-math/4.0.0: + /remark-math@4.0.0: resolution: {integrity: sha512-lH7SoQenXtQrvL0bm+mjZbvOk//YWNuyR+MxV18Qyv8rgFmMEGNuB0TSCQDkoDaiJ40FCnG8lxErc/zhcedYbw==} dependencies: mdast-util-math: 0.1.2 @@ -48687,13 +43393,13 @@ packages: transitivePeerDependencies: - supports-color - /remark-mdx/1.6.22: + /remark-mdx@1.6.22: resolution: {integrity: sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==} dependencies: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-proposal-object-rest-spread': 7.12.1_@babel+core@7.12.9 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.9 + '@babel/plugin-proposal-object-rest-spread': 7.12.1(@babel/core@7.12.9) + '@babel/plugin-syntax-jsx': 7.12.1(@babel/core@7.12.9) '@mdx-js/util': 1.6.22 is-alphabetical: 1.0.4 remark-parse: 8.0.3 @@ -48702,7 +43408,7 @@ packages: - supports-color dev: true - /remark-parse-yaml/0.0.1: + /remark-parse-yaml@0.0.1: resolution: {integrity: sha512-ga8x/q0qQJjX3ZiobAejMKKF163V1zld+dg1DYBd+ElCrFsIGtJ9u0fufXQnskb5u2T24qCeec3qD8lKbvGUcg==} dependencies: babel-polyfill: 6.26.0 @@ -48710,14 +43416,14 @@ packages: unist-util-map: 1.0.5 dev: true - /remark-parse-yaml/0.0.2: + /remark-parse-yaml@0.0.2: resolution: {integrity: sha512-zfs9hl/SKlgLw6ktGeRO+Xh+o+3CUSdo/z/W0pHCwZLNHwgaWkylWaJFHQ/O9eVvTO9PJwnOHVYUIhGpqRYu5g==} dependencies: js-yaml: 3.14.1 unist-util-map: 1.0.5 dev: true - /remark-parse/10.0.1: + /remark-parse@10.0.1: resolution: {integrity: sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==} dependencies: '@types/mdast': 3.0.11 @@ -48727,7 +43433,7 @@ packages: - supports-color dev: false - /remark-parse/5.0.0: + /remark-parse@5.0.0: resolution: {integrity: sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==} dependencies: collapse-white-space: 1.0.6 @@ -48747,7 +43453,7 @@ packages: xtend: 4.0.2 dev: true - /remark-parse/6.0.3: + /remark-parse@6.0.3: resolution: {integrity: sha512-QbDXWN4HfKTUC0hHa4teU463KclLAnwpn/FBn87j9cKYJWWawbiLgMfP2Q4XwhxxuuuOxHlw+pSN0OKuJwyVvg==} dependencies: collapse-white-space: 1.0.6 @@ -48767,7 +43473,7 @@ packages: xtend: 4.0.2 dev: true - /remark-parse/8.0.3: + /remark-parse@8.0.3: resolution: {integrity: sha512-E1K9+QLGgggHxCQtLt++uXltxEprmWzNfg+MxpfHsZlrddKzZ/hZyWHDbK3/Ap8HJQqYJRXP+jHczdL6q6i85Q==} dependencies: ccount: 1.1.0 @@ -48788,14 +43494,14 @@ packages: xtend: 4.0.2 dev: true - /remark-parse/9.0.0: + /remark-parse@9.0.0: resolution: {integrity: sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==} dependencies: mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color - /remark-rehype/10.1.0: + /remark-rehype@10.1.0: resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} dependencies: '@types/hast': 2.3.4 @@ -48804,12 +43510,12 @@ packages: unified: 10.1.2 dev: false - /remark-rehype/8.1.0: + /remark-rehype@8.1.0: resolution: {integrity: sha512-EbCu9kHgAxKmW1yEYjx3QafMyGY3q8noUbNUI5xyKbaFP89wbhDrKxyIQNukNYthzjNHZu6J7hwFg7hRm1svYA==} dependencies: mdast-util-to-hast: 10.2.0 - /remark-slug/5.1.2: + /remark-slug@5.1.2: resolution: {integrity: sha512-DWX+Kd9iKycqyD+/B+gEFO3jjnt7Yg1O05lygYSNTe5i5PIxxxPjp5qPBDxPIzp5wreF7+1ROCwRgjEcqmzr3A==} dependencies: github-slugger: 1.5.0 @@ -48817,24 +43523,24 @@ packages: unist-util-visit: 1.4.1 dev: true - /remark-squeeze-paragraphs/3.0.4: + /remark-squeeze-paragraphs@3.0.4: resolution: {integrity: sha512-Wmz5Yj9q+W1oryo8BV17JrOXZgUKVcpJ2ApE2pwnoHwhFKSk4Wp2PmFNbmJMgYSqAdFwfkoe+TSYop5Fy8wMgA==} dependencies: mdast-squeeze-paragraphs: 3.0.5 dev: true - /remark-squeeze-paragraphs/4.0.0: + /remark-squeeze-paragraphs@4.0.0: resolution: {integrity: sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==} dependencies: mdast-squeeze-paragraphs: 4.0.0 dev: true - /remark-stringify/9.0.1: + /remark-stringify@9.0.1: resolution: {integrity: sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==} dependencies: mdast-util-to-markdown: 0.6.5 - /remark/13.0.0: + /remark@13.0.0: resolution: {integrity: sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==} dependencies: remark-parse: 9.0.0 @@ -48844,23 +43550,23 @@ packages: - supports-color dev: true - /remote-origin-url/0.4.0: + /remote-origin-url@0.4.0: resolution: {integrity: sha512-HYhdsT2pNd0LP4Osb0vtQ1iassxIc3Yk1oze7j8dMJFciMkW8e0rdg9E/mOunqtSVHSzvMfwLDIYzPnEDmpk6Q==} engines: {node: '>= 0.8.0'} dependencies: parse-git-config: 0.2.0 - /remote-origin-url/0.5.3: + /remote-origin-url@0.5.3: resolution: {integrity: sha512-crQ7Xk1m/F2IiwBx5oTqk/c0hjoumrEz+a36+ZoVupskQRE/q7pAwHKsTNeiZ31sbSTELvVlVv4h1W0Xo5szKg==} engines: {node: '>= 0.8.0'} dependencies: parse-git-config: 1.1.1 - /remove-accents/0.4.2: + /remove-accents@0.4.2: resolution: {integrity: sha512-7pXIJqJOq5tFgG1A2Zxti3Ht8jJF337m4sowbuHsW30ZnkQFnDzy9qBNhgzX8ZLW4+UBcXiiR7SwR6pokHsxiA==} dev: true - /remove-bom-buffer/3.0.0: + /remove-bom-buffer@3.0.0: resolution: {integrity: sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==} engines: {node: '>=0.10.0'} dependencies: @@ -48868,7 +43574,7 @@ packages: is-utf8: 0.2.1 dev: true - /remove-bom-stream/1.2.0: + /remove-bom-stream@1.2.0: resolution: {integrity: sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==} engines: {node: '>= 0.10'} dependencies: @@ -48877,10 +43583,10 @@ packages: through2: 2.0.5 dev: true - /remove-trailing-separator/1.1.0: + /remove-trailing-separator@1.1.0: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} - /renderkid/2.0.7: + /renderkid@2.0.7: resolution: {integrity: sha512-oCcFyxaMrKsKcTY59qnCAtmDVSLfPbrv6A3tVbPdFMMrv5jaK10V6m40cKsoPNhAqN6rmHW9sswW4o3ruSrwUQ==} dependencies: css-select: 4.3.0 @@ -48890,32 +43596,32 @@ packages: strip-ansi: 3.0.1 dev: true - /repeat-element/1.1.4: + /repeat-element@1.1.4: resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} engines: {node: '>=0.10.0'} - /repeat-string/1.6.1: + /repeat-string@1.6.1: resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} engines: {node: '>=0.10'} - /repeating/2.0.1: + /repeating@2.0.1: resolution: {integrity: sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==} engines: {node: '>=0.10.0'} dependencies: is-finite: 1.1.0 dev: true - /replace-ext/1.0.0: + /replace-ext@1.0.0: resolution: {integrity: sha512-vuNYXC7gG7IeVNBC1xUllqCcZKRbJoSPOBhnTEcAIiKCsbuef6zO3F0Rve3isPMMoNoQRWjQwbAgAjHUHniyEA==} engines: {node: '>= 0.10'} dev: true - /replace-ext/1.0.1: + /replace-ext@1.0.1: resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} engines: {node: '>= 0.10'} dev: true - /request-promise-core/1.1.4_request@2.88.2: + /request-promise-core@1.1.4(request@2.88.2): resolution: {integrity: sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==} engines: {node: '>=0.10.0'} peerDependencies: @@ -48925,7 +43631,7 @@ packages: request: 2.88.2 dev: true - /request-promise-native/1.0.9_request@2.88.2: + /request-promise-native@1.0.9(request@2.88.2): resolution: {integrity: sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g==} engines: {node: '>=0.12.0'} deprecated: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142 @@ -48933,12 +43639,12 @@ packages: request: ^2.34 dependencies: request: 2.88.2 - request-promise-core: 1.1.4_request@2.88.2 + request-promise-core: 1.1.4(request@2.88.2) stealthy-require: 1.1.1 tough-cookie: 2.5.0 dev: true - /request/2.88.2: + /request@2.88.2: resolution: {integrity: sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==} engines: {node: '>= 6'} deprecated: request has been deprecated, see https://github.com/request/request/issues/3142 @@ -48965,126 +43671,126 @@ packages: uuid: 3.4.0 dev: true - /require-directory/2.1.1: + /require-directory@2.1.1: resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} engines: {node: '>=0.10.0'} - /require-from-string/2.0.2: + /require-from-string@2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} dev: true - /require-main-filename/1.0.1: + /require-main-filename@1.0.1: resolution: {integrity: sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==} dev: true - /require-main-filename/2.0.0: + /require-main-filename@2.0.0: resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==} - /requires-port/1.0.0: + /requires-port@1.0.0: resolution: {integrity: sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==} - /reselect/3.0.1: + /reselect@3.0.1: resolution: {integrity: sha512-b/6tFZCmRhtBMa4xGqiiRp9jh9Aqi2A687Lo265cN0/QohJQEBPiQ52f4QB6i0eF3yp3hmLL21LSGBcML2dlxA==} dev: true - /reselect/4.1.8: + /reselect@4.1.8: resolution: {integrity: sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==} dev: true - /reserved-words/0.1.2: + /reserved-words@0.1.2: resolution: {integrity: sha512-0S5SrIUJ9LfpbVl4Yzij6VipUdafHrOTzvmfazSw/jeZrZtQK303OPZW+obtkaw7jQlTQppy0UvZWm9872PbRw==} dev: true - /resize-observer-polyfill/1.5.1: + /resize-observer-polyfill@1.5.1: resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==} - /resolve-cwd/2.0.0: + /resolve-cwd@2.0.0: resolution: {integrity: sha512-ccu8zQTrzVr954472aUVPLEcB3YpKSYR3cg/3lo1okzobPBM+1INXBbBZlDbnI/hbEocnf8j0QVo43hQKrbchg==} engines: {node: '>=4'} dependencies: resolve-from: 3.0.0 dev: true - /resolve-cwd/3.0.0: + /resolve-cwd@3.0.0: resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} engines: {node: '>=8'} dependencies: resolve-from: 5.0.0 - /resolve-dir/0.1.1: + /resolve-dir@0.1.1: resolution: {integrity: sha512-QxMPqI6le2u0dCLyiGzgy92kjkkL6zO0XyvHzjdTNH3zM6e5Hz3BwG6+aEyNgiQ5Xz6PwTwgQEj3U50dByPKIA==} engines: {node: '>=0.10.0'} dependencies: expand-tilde: 1.2.2 global-modules: 0.2.3 - /resolve-files/1.0.2: + /resolve-files@1.0.2: resolution: {integrity: sha512-Q5cbKgzFCGB630+3BaK/vT2tNw5XkPXrO0hB/mozZmOP/tiL7xFJaJ9phds0hBzLxCh37Svr1NdUFtew0pMd+g==} engines: {node: '>=4.0.0'} dependencies: crequire: 1.8.1 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: true - /resolve-from/3.0.0: + /resolve-from@3.0.0: resolution: {integrity: sha512-GnlH6vxLymXJNMBo7XP1fJIzBFbdYt49CuTwmB/6N53t+kMPRMFKz783LlQ4tv28XoQfMWinAJX6WCGf2IlaIw==} engines: {node: '>=4'} - /resolve-from/4.0.0: + /resolve-from@4.0.0: resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} engines: {node: '>=4'} dev: true - /resolve-from/5.0.0: + /resolve-from@5.0.0: resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} engines: {node: '>=8'} - /resolve-options/1.1.0: + /resolve-options@1.1.0: resolution: {integrity: sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==} engines: {node: '>= 0.10'} dependencies: value-or-function: 3.0.0 dev: true - /resolve-pathname/3.0.0: + /resolve-pathname@3.0.0: resolution: {integrity: sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==} - /resolve-protobuf-schema/2.1.0: + /resolve-protobuf-schema@2.1.0: resolution: {integrity: sha512-kI5ffTiZWmJaS/huM8wZfEMer1eRd7oJQhDuxeCLe3t7N7mX3z94CN0xPxBQxFYQTSNz9T0i+v6inKqSdK8xrQ==} dependencies: protocol-buffers-schema: 3.6.0 dev: false - /resolve-url/0.2.1: + /resolve-url@0.2.1: resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} deprecated: https://github.com/lydell/resolve-url#deprecated - /resolve.exports/2.0.2: + /resolve.exports@2.0.2: resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} engines: {node: '>=10'} dev: true - /resolve/1.1.7: + /resolve@1.1.7: resolution: {integrity: sha512-9znBF0vBcaSN3W2j7wKvdERPwqTxSpCq+if5C0WoTCyV9n24rua28jeuQ2pL/HOf+yUe/Mef+H/5p60K0Id3bg==} dev: true - /resolve/1.17.0: + /resolve@1.17.0: resolution: {integrity: sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==} dependencies: path-parse: 1.0.7 dev: true - /resolve/1.19.0: + /resolve@1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: is-core-module: 2.12.0 path-parse: 1.0.7 dev: true - /resolve/1.22.2: + /resolve@1.22.2: resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true dependencies: @@ -49092,7 +43798,7 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - /resolve/2.0.0-next.4: + /resolve@2.0.0-next.4: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: @@ -49101,90 +43807,91 @@ packages: supports-preserve-symlinks-flag: 1.0.0 dev: true - /responselike/1.0.2: + /responselike@1.0.2: resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==} dependencies: lowercase-keys: 1.0.1 dev: true - /restore-cursor/2.0.0: + /restore-cursor@2.0.0: resolution: {integrity: sha512-6IzJLuGi4+R14vwagDHX+JrXmPVtPpn4mffDJ1UdR7/Edm87fl6yi8mMBIVvFtJaNTUvjughmW4hwLhRG7gC1Q==} engines: {node: '>=4'} dependencies: onetime: 2.0.1 signal-exit: 3.0.7 - /restore-cursor/3.1.0: + /restore-cursor@3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - /resumer/0.0.0: + /resumer@0.0.0: resolution: {integrity: sha512-Fn9X8rX8yYF4m81rZCK/5VmrmsSbqS/i3rDLl6ZZHAXgC2nTAx3dhwG8q8odP/RmdLa2YrybDJaAMg+X1ajY3w==} dependencies: through: 2.3.8 + dev: false - /ret/0.1.15: + /ret@0.1.15: resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} engines: {node: '>=0.12'} - /retry/0.10.1: + /retry@0.10.1: resolution: {integrity: sha512-ZXUSQYTHdl3uS7IuCehYfMzKyIDBNoAuUblvy5oGO5UJSUTmStUUVPXbA9Qxd173Bgre53yCQczQuHgRWAdvJQ==} - /retry/0.12.0: + /retry@0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} engines: {node: '>= 4'} dev: true - /reusify/1.0.4: + /reusify@1.0.4: resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - /rgb-regex/1.0.1: + /rgb-regex@1.0.1: resolution: {integrity: sha512-gDK5mkALDFER2YLqH6imYvK6g02gpNGM4ILDZ472EwWfXZnC2ZEpoB2ECXTyOVUKuk/bPJZMzwQPBYICzP+D3w==} dev: true - /rgba-regex/1.0.0: + /rgba-regex@1.0.0: resolution: {integrity: sha512-zgn5OjNQXLUTdq8m17KdaicF6w89TZs8ZU8y0AYENIU6wG8GG6LLm0yLSiPY8DmaYmHdgRW8rnApjoT0fQRfMg==} dev: true - /right-align/0.1.3: + /right-align@0.1.3: resolution: {integrity: sha512-yqINtL/G7vs2v+dFIZmFUDbnVyFUJFKd6gK22Kgo6R4jfJGFtisKyncWDDULgjfqf4ASQuIQyjJ7XZ+3aWpsAg==} engines: {node: '>=0.10.0'} dependencies: align-text: 0.1.4 - /rimraf/2.2.8: + /rimraf@2.2.8: resolution: {integrity: sha512-R5KMKHnPAQaZMqLOsyuyUmcIjSeDm+73eoqQpaXA7AZ22BL+6C+1mcUscgOsNd8WVlJuvlgAPsegcx7pjlV0Dg==} hasBin: true - /rimraf/2.6.3: + /rimraf@2.6.3: resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} hasBin: true dependencies: glob: 7.2.3 - /rimraf/2.7.1: + /rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} hasBin: true dependencies: glob: 7.2.3 - /rimraf/3.0.2: + /rimraf@3.0.2: resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} hasBin: true dependencies: glob: 7.2.3 - /ripemd160/2.0.2: + /ripemd160@2.0.2: resolution: {integrity: sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==} dependencies: hash-base: 3.1.0 inherits: 2.0.4 - /rmc-align/1.0.0: + /rmc-align@1.0.0: resolution: {integrity: sha512-3gEa5/+hqqoEVoeQ25KoRc8DOsXIdSaVpaBq1zQFaV941LR3xvZIRTlxTDT/IagYwoGM1KZea/jd7cNMYP34Rg==} dependencies: babel-runtime: 6.26.0 @@ -49192,49 +43899,49 @@ packages: rc-util: 4.21.1 dev: false - /rmc-calendar/1.1.4_sfoxds7t5ydpegc3knd667wn6m: + /rmc-calendar@1.1.4(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-xxQZaPFDnpHt4IFO8mukYrXSgC1W8LcNVp+EoX4iyeOJFimungOKB/iP5/cy+st8yXq8lUgk9TXsHNtM6Xo6ZA==} dependencies: babel-runtime: 6.26.0 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m - rmc-date-picker: 6.0.10_sfoxds7t5ydpegc3knd667wn6m + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) + rmc-date-picker: 6.0.10(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /rmc-cascader/5.0.3_sfoxds7t5ydpegc3knd667wn6m: + /rmc-cascader@5.0.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-PxDhMjWViDdG4SMZqoXtAthGwgDyYnyxxZEE17IDDYsiCHpWtOhoIL8nsI+/hZ212UT/XF2LpqCsOlMoJiYk+w==} dependencies: array-tree-filter: 2.1.0 babel-runtime: 6.26.0 - rmc-picker: 5.0.10_sfoxds7t5ydpegc3knd667wn6m + rmc-picker: 5.0.10(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /rmc-date-picker/6.0.10_sfoxds7t5ydpegc3knd667wn6m: + /rmc-date-picker@6.0.10(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-/9+I6lm3EDEl6M7862V6++zFuxwsM0UEq8wSHbotYIPPmyB/65gx1cviblghOv2QfB0O9+U2w3qEJlRP/WsMrA==} dependencies: babel-runtime: 6.26.0 - rmc-picker: 5.0.10_sfoxds7t5ydpegc3knd667wn6m + rmc-picker: 5.0.10(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /rmc-dialog/1.1.1_sfoxds7t5ydpegc3knd667wn6m: + /rmc-dialog@1.1.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-28aJqtPTX6v13Z/aU1WBy1AFIXkE74PxZXde7JvtEIy9hQDTjH8fqOi822BpzAbXCyNE7jF9iFomy3H2ClsDJA==} dependencies: babel-runtime: 6.26.0 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /rmc-drawer/0.4.11: + /rmc-drawer@0.4.11: resolution: {integrity: sha512-YfB9XEJ8iM0MMuLWAK4313uOxSM8NAljC8Cqun1KamXutglYTuRviUuTLNSOzV8HHPp5kNpsVduvPCGLWXvThw==} engines: {node: '>=4.0.0'} dependencies: @@ -49243,14 +43950,14 @@ packages: prop-types: 15.8.1 dev: false - /rmc-feedback/2.0.0: + /rmc-feedback@2.0.0: resolution: {integrity: sha512-5PWOGOW7VXks/l3JzlOU9NIxRpuaSS8d9zA3UULUCuTKnpwBHNvv1jSJzxgbbCQeYzROWUpgKI4za3X4C/mKmQ==} dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 dev: false - /rmc-input-number/1.0.5: + /rmc-input-number@1.0.5: resolution: {integrity: sha512-prPkEtoOVde77GnEnEaBeWjBobMOPgGqU5bd0gxfp1kt1pUN740mMpVAcH7uxpJjVfmw+kuGWtiz4S7CueagSg==} dependencies: babel-runtime: 6.26.0 @@ -49258,7 +43965,7 @@ packages: rmc-feedback: 2.0.0 dev: false - /rmc-list-view/0.11.5: + /rmc-list-view@0.11.5: resolution: {integrity: sha512-eMOC5394tLNawcdEEhF7boMpQgpjJGDdL5lS+LblAWdBec7Q4EYkUdnrKNbt+O9k5RGM6nSLAGZK5oB4FN85Lg==} dependencies: babel-runtime: 6.26.0 @@ -49269,74 +43976,74 @@ packages: zscroller: 0.4.8 dev: false - /rmc-notification/1.0.0_sfoxds7t5ydpegc3knd667wn6m: + /rmc-notification@1.0.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-9sPxjltFvtRLt2v312Hu7OXwk53pHkBYgINRDmnJ3A5NF1qtJeCCcdN0Xr0fzJ6sbQvtGju822tWHdzYA9u7Vw==} dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 prop-types: 15.8.1 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) rc-util: 4.21.1 transitivePeerDependencies: - react - react-dom dev: false - /rmc-nuka-carousel/3.0.1: + /rmc-nuka-carousel@3.0.1: resolution: {integrity: sha512-w2EPTERMUUZqcUSKFuejjin7xsMlhrLrtS0A/igTXpFJGq3kemDKcRi7q3pSYDuZBHYBl5iV4UqsLLkjdFtrYA==} dependencies: exenv: 1.2.2 raf: 3.4.1 dev: false - /rmc-picker/5.0.10_sfoxds7t5ydpegc3knd667wn6m: + /rmc-picker@5.0.10(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-KZ70+WjcaZHnG5GyCxWCPFWAZ12s6NqyrbW73LeqH0WEqaTMMs0sOrk2f4mQAZ/CGT0XcFN6VZLw7Ozoxfn7LA==} dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 - rmc-dialog: 1.1.1_sfoxds7t5ydpegc3knd667wn6m + rmc-dialog: 1.1.1(react-dom@17.0.2)(react@17.0.2) rmc-feedback: 2.0.0 transitivePeerDependencies: - react - react-dom dev: false - /rmc-pull-to-refresh/1.0.13: + /rmc-pull-to-refresh@1.0.13: resolution: {integrity: sha512-iYLsURiR7G/sKmRA6p2kq6ZXicn7Hyeo6VQFljssV1eMW+fzDgihhaz0kv5mza0f88vphGJvjOihT9E6+xGb6Q==} dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 dev: false - /rmc-steps/1.0.1: + /rmc-steps@1.0.1: resolution: {integrity: sha512-8ijtwp4D1CYTtI2yerXJYqCv+GQbiBc9T12nrFngd/vM0y+58CnznGphTAueF6IWf7qbxBwcjTrcFgg7bP2YGA==} dependencies: babel-runtime: 6.26.0 classnames: 2.3.2 dev: false - /rmc-tabs/1.2.29: + /rmc-tabs@1.2.29: resolution: {integrity: sha512-wiJS9WSJi9JH9GQO+FqncX+zaHP31qHa/S8nDW9UXUx0qbCX294QcJEnvfB+WmsfUws7rXjs6sOQp5EDiObnHg==} dependencies: babel-runtime: 6.26.0 rc-gesture: 0.0.22 dev: false - /rmc-tooltip/1.0.1_sfoxds7t5ydpegc3knd667wn6m: + /rmc-tooltip@1.0.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fSDArf2BlMVrHExmBiqb2TkCRJHshvXFJQ/7tMraLellwaJLNiwrxtWpW329k3S+zTtoVG8UxFS1TjBGEsMzRg==} dependencies: babel-runtime: 6.26.0 - rmc-trigger: 1.0.12_sfoxds7t5ydpegc3knd667wn6m + rmc-trigger: 1.0.12(react-dom@17.0.2)(react@17.0.2) transitivePeerDependencies: - react - react-dom dev: false - /rmc-trigger/1.0.12_sfoxds7t5ydpegc3knd667wn6m: + /rmc-trigger@1.0.12(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-AccQniX7PX7Pm8hBhHEsnf3JU6CA61Xc7fAt2WbO+oXrGaI/jqN8C3COhhOXG54S5iTOjLS26j858zshwAxR9A==} dependencies: babel-runtime: 6.26.0 - rc-animate: 2.11.1_sfoxds7t5ydpegc3knd667wn6m + rc-animate: 2.11.1(react-dom@17.0.2)(react@17.0.2) rc-util: 4.21.1 rmc-align: 1.0.0 transitivePeerDependencies: @@ -49344,15 +44051,15 @@ packages: - react-dom dev: false - /rndm/1.2.0: + /rndm@1.2.0: resolution: {integrity: sha512-fJhQQI5tLrQvYIYFpOnFinzv9dwmR7hRnUz1XqP3OJ1jIweTNOd6aTO4jwQSgcBSFUB+/KHJxuGneime+FdzOw==} dev: false - /robust-predicates/2.0.4: + /robust-predicates@2.0.4: resolution: {integrity: sha512-l4NwboJM74Ilm4VKfbAtFeGq7aEjWL+5kVFcmgFA2MrdnQWx9iE/tUGvxY5HyMI7o/WpSIUFLbC5fbeaHgSCYg==} dev: false - /rollup-plugin-postcss/3.1.8: + /rollup-plugin-postcss@3.1.8: resolution: {integrity: sha512-JHnGfW8quNc6ePxEkZ05HEZ1YiRxDgY9RKEetMfsrwxR2kh/d90OVScTc6b1c2Q17Cs/5TRYL+1uddG21lQe3w==} engines: {node: '>=10'} dependencies: @@ -49372,7 +44079,7 @@ packages: style-inject: 0.3.0 dev: true - /rollup-plugin-terser/7.0.2_rollup@2.33.3: + /rollup-plugin-terser@7.0.2(rollup@2.33.3): resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser peerDependencies: @@ -49385,7 +44092,7 @@ packages: terser: 5.17.1 dev: true - /rollup-plugin-typescript2/0.32.1_75mwnyfcye57wcmqrjugzpk55y: + /rollup-plugin-typescript2@0.32.1(rollup@2.33.3)(typescript@4.9.5): resolution: {integrity: sha512-RanO8bp1WbeMv0bVlgcbsFNCn+Y3rX7wF97SQLDxf0fMLsg0B/QFF005t4AsGUcDgF3aKJHoqt4JF2xVaABeKw==} peerDependencies: rollup: '>=1.26.3' @@ -49400,21 +44107,22 @@ packages: typescript: 4.9.5 dev: true - /rollup-pluginutils/2.8.2: + /rollup-pluginutils@2.8.2: resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} dependencies: estree-walker: 0.6.1 dev: true - /rollup/0.25.8: + /rollup@0.25.8: resolution: {integrity: sha512-a2S4Bh3bgrdO4BhKr2E4nZkjTvrJ2m2bWjMTzVYtoqSCn0HnuxosXnaJUHrMEziOWr3CzL9GjilQQKcyCQpJoA==} hasBin: true dependencies: chalk: 1.1.3 minimist: 1.2.8 source-map-support: 0.3.3 + dev: false - /rollup/2.33.3: + /rollup@2.33.3: resolution: {integrity: sha512-RpayhPTe4Gu/uFGCmk7Gp5Z9Qic2VsqZ040G+KZZvsZYdcuWaJg678JeDJJvJeEQXminu24a2au+y92CUWVd+w==} engines: {node: '>=10.0.0'} hasBin: true @@ -49422,64 +44130,65 @@ packages: fsevents: 2.1.3 dev: true - /rst-selector-parser/2.2.3: + /rst-selector-parser@2.2.3: resolution: {integrity: sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==} dependencies: lodash.flattendeep: 4.4.0 nearley: 2.20.1 dev: true - /rsvp/4.8.5: + /rsvp@4.8.5: resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==} engines: {node: 6.* || >= 7.*} - /rtl-css-js/1.16.1: + /rtl-css-js@1.16.1: resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==} dependencies: '@babel/runtime': 7.21.5 dev: false - /run-async/2.4.1: + /run-async@2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} engines: {node: '>=0.12.0'} - /run-parallel/1.2.0: + /run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} dependencies: queue-microtask: 1.2.3 - /run-queue/1.0.3: + /run-queue@1.0.3: resolution: {integrity: sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==} dependencies: aproba: 1.2.0 - /runscript/1.5.3: + /runscript@1.5.3: resolution: {integrity: sha512-NXrp575MpkATA/mVKOI3j/f6aDItqQzjjmedXGnRN0YT9RqjKV9pGXo0cqSgh0SyvkgIHXOU+Dw3VlM/32qFng==} engines: {node: '>=4.2.3'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) is-type-of: 1.4.0 transitivePeerDependencies: - supports-color dev: false - /rw/1.3.3: + /rw@1.3.3: resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==} + dev: false - /rxjs/6.6.7: + /rxjs@6.6.7: resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} engines: {npm: '>=2.0.0'} dependencies: tslib: 1.14.1 - /sade/1.8.1: + /sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} dependencies: mri: 1.2.0 dev: false - /safe-array-concat/1.0.0: + /safe-array-concat@1.0.0: resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} engines: {node: '>=0.4'} dependencies: @@ -49489,68 +44198,68 @@ packages: isarray: 2.0.5 dev: true - /safe-buffer/5.1.1: + /safe-buffer@5.1.1: resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==} dev: true - /safe-buffer/5.1.2: + /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} - /safe-buffer/5.2.1: + /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - /safe-identifier/0.4.2: + /safe-identifier@0.4.2: resolution: {integrity: sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==} dev: true - /safe-regex-test/1.0.0: + /safe-regex-test@1.0.0: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 is-regex: 1.1.4 - /safe-regex/1.1.0: + /safe-regex@1.1.0: resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} dependencies: ret: 0.1.15 - /safe-regex/2.1.1: + /safe-regex@2.1.1: resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} dependencies: regexp-tree: 0.1.27 dev: true - /safe-stable-stringify/2.4.3: + /safe-stable-stringify@2.4.3: resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} engines: {node: '>=10'} - /safe-timers/1.1.0: + /safe-timers@1.1.0: resolution: {integrity: sha512-9aqY+v5eMvmRaluUEtdRThV1EjlSElzO7HuCj0sTW9xvp++8iJ9t/RWGNWV6/WHcUJLHpyT2SNf/apoKTU2EpA==} dev: false - /safer-buffer/2.1.2: + /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sane/4.1.0: + /sane@4.1.0: resolution: {integrity: sha512-hhbzAgTIX8O7SHfp2c8/kREfEn4qO/9q8C9beyY6+tvZ87EpoZ3i1RIEvp27YBswnNbY9mWd6paKVmKbAgLfZA==} engines: {node: 6.* || 8.* || >= 10.*} deprecated: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added hasBin: true dependencies: '@cnakazawa/watch': 1.0.4 - anymatch: 2.0.0 + anymatch: 2.0.0(supports-color@6.1.0) capture-exit: 2.0.0 exec-sh: 0.3.6 execa: 1.0.0 fb-watchman: 2.0.2 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) minimist: 1.2.8 walker: 1.0.8 transitivePeerDependencies: - supports-color - /sass-loader/8.0.2_webpack@5.82.0: + /sass-loader@8.0.2(webpack@5.82.0): resolution: {integrity: sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -49571,118 +44280,112 @@ packages: neo-async: 2.6.2 schema-utils: 2.7.1 semver: 6.3.0 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /sax/1.2.4: + /sax@1.2.4: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} - /saxes/5.0.1: + /saxes@5.0.1: resolution: {integrity: sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==} engines: {node: '>=10'} dependencies: xmlchars: 2.2.0 - /scheduler/0.13.3: + /scheduler@0.13.3: resolution: {integrity: sha512-UxN5QRYWtpR1egNWzJcVLk8jlegxAugswQc984lD3kU7NuobsO37/sRfbpTdBjtnD5TBNFA2Q2oLV5+UmPSmEQ==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - /scheduler/0.13.6: + /scheduler@0.13.6: resolution: {integrity: sha512-IWnObHt413ucAYKsD9J1QShUKkbKLQQHdxRyw73sw4FN26iWr3DY/H34xGPe4nmL1DwXyWmSWmMrA9TfQbE/XQ==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - /scheduler/0.19.1: + /scheduler@0.19.1: resolution: {integrity: sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - /scheduler/0.20.2: + /scheduler@0.20.2: resolution: {integrity: sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==} dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 - /scheduler/0.21.0: + /scheduler@0.21.0: resolution: {integrity: sha512-1r87x5fz9MXqswA2ERLo0EbOAU74DpIUO090gIasYTqlVoJeMcl+Z1Rg7WHz+qtPujhS/hGIt9kxZOYBV3faRQ==} dependencies: loose-envify: 1.4.0 - /scheduler/0.23.0: + /scheduler@0.23.0: resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==} dependencies: loose-envify: 1.4.0 - /schema-utils/1.0.0: + /schema-utils@1.0.0: resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} engines: {node: '>= 4'} dependencies: ajv: 6.12.6 - ajv-errors: 1.0.1_ajv@6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-errors: 1.0.1(ajv@6.12.6) + ajv-keywords: 3.5.2(ajv@6.12.6) - /schema-utils/2.7.1: + /schema-utils@2.7.1: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} engines: {node: '>= 8.9.0'} dependencies: '@types/json-schema': 7.0.11 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) dev: true - /schema-utils/3.1.2: + /schema-utils@3.1.2: resolution: {integrity: sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==} engines: {node: '>= 10.13.0'} dependencies: '@types/json-schema': 7.0.11 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) - /schema-utils/4.0.1: + /schema-utils@4.0.1: resolution: {integrity: sha512-lELhBAAly9NowEsX0yZBlw9ahZG+sK/1RJ21EpzdYHKEs13Vku3LJ+MIPhh4sMs0oCCeufZQEQbMekiA4vuVIQ==} engines: {node: '>= 12.13.0'} dependencies: '@types/json-schema': 7.0.11 ajv: 8.12.0 - ajv-formats: 2.1.1_ajv@8.12.0 - ajv-keywords: 5.1.0_ajv@8.12.0 + ajv-formats: 2.1.1(ajv@8.12.0) + ajv-keywords: 5.1.0(ajv@8.12.0) dev: true - /scmp/2.1.0: + /scmp@2.1.0: resolution: {integrity: sha512-o/mRQGk9Rcer/jEEw/yw4mwo3EU/NvYvp577/Btqrym9Qy5/MdWGBqipbALgd2lrdWTJ5/gqDusxfnQBxOxT2Q==} dev: false - /screenfull/5.2.0: + /screenfull@5.2.0: resolution: {integrity: sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==} engines: {node: '>=0.10.0'} dev: false - /scroll-into-view-if-needed/2.2.31: + /scroll-into-view-if-needed@2.2.31: resolution: {integrity: sha512-dGCXy99wZQivjmjIqihaBQNjryrz5rueJY7eHfTdyWEiR4ttYpsajb14rn9s5d4DY4EcY6+4+U/maARBXJedkA==} dependencies: compute-scroll-into-view: 1.0.20 - /scroll-into-view-if-needed/3.0.10: - resolution: {integrity: sha512-t44QCeDKAPf1mtQH3fYpWz8IM/DyvHLjs8wUvvwMYxk5moOqCzrMSxK6HQVD0QVmVjXFavoFIPRVrMuJPKAvtg==} - dependencies: - compute-scroll-into-view: 3.0.3 - dev: false - - /scrollama/2.2.3: + /scrollama@2.2.3: resolution: {integrity: sha512-fKuGfBaIycyk0TdninJKNgxctSnzjVMAVm0G1fDhZN1KjbDvxVse3K8OElqnvrCAWVup5YN/8K6aOKgj7dmYWA==} dev: true - /sdk-base/2.0.1: + /sdk-base@2.0.1: resolution: {integrity: sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==} dependencies: get-ready: 1.0.0 dev: false - /sdk-base/3.6.0: + /sdk-base@3.6.0: resolution: {integrity: sha512-jxHUIrRLlAoRFRwiXKhOGjd6BeFWO/jz7tv+E7lbMSef6F9jzFN2Sv3hLW58oDDKscKaBGG6vQdkbXn7isE7fw==} dependencies: await-event: 2.1.0 @@ -49691,54 +44394,54 @@ packages: is-type-of: 1.4.0 dev: false - /seamless-immutable/7.1.4: + /seamless-immutable@7.1.4: resolution: {integrity: sha512-XiUO1QP4ki4E2PHegiGAlu6r82o5A+6tRh7IkGGTVg/h+UoeX4nFBeCGPOhb4CYjvkqsfm/TUtvOMYC1xmV30A==} dev: false - /secure-compare/3.0.1: + /secure-compare@3.0.1: resolution: {integrity: sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==} dev: true - /select-hose/2.0.0: + /select-hose@2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} dev: true - /select/1.1.2: + /select@1.1.2: resolution: {integrity: sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==} dev: true optional: true - /selfsigned/1.10.14: + /selfsigned@1.10.14: resolution: {integrity: sha512-lkjaiAye+wBZDCBsu5BGi0XiLRxeUlsGod5ZP924CRSEoGuZAw/f7y9RKu28rwTfiHVhdavhB0qH0INV6P1lEA==} dependencies: node-forge: 0.10.0 dev: true - /semver-diff/2.1.0: + /semver-diff@2.1.0: resolution: {integrity: sha512-gL8F8L4ORwsS0+iQ34yCYv///jsOq0ZL7WP55d1HnJ32o7tyFYEFQZQA22mrLIacZdU6xecaBBZ+uEiffGNyXw==} engines: {node: '>=0.10.0'} dependencies: semver: 5.7.1 - /semver/5.3.0: + /semver@5.3.0: resolution: {integrity: sha512-mfmm3/H9+67MCVix1h+IXTpDwL6710LyHuk7+cWC9T1mE0qz4iHhh6r4hU2wrIT9iTsAAC2XQRvfblL028cpLw==} hasBin: true dev: true - /semver/5.7.1: + /semver@5.7.1: resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} hasBin: true - /semver/6.1.1: + /semver@6.1.1: resolution: {integrity: sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==} hasBin: true dev: true - /semver/6.3.0: + /semver@6.3.0: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} hasBin: true - /semver/7.3.8: + /semver@7.3.8: resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} engines: {node: '>=10'} hasBin: true @@ -49746,18 +44449,18 @@ packages: lru-cache: 6.0.0 dev: true - /semver/7.5.0: + /semver@7.5.0: resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 - /send/0.18.0: + /send@0.18.0(supports-color@6.1.0): resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) depd: 2.0.0 destroy: 1.2.0 encodeurl: 1.0.2 @@ -49773,65 +44476,44 @@ packages: transitivePeerDependencies: - supports-color - /send/0.18.0_supports-color@6.1.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} - engines: {node: '>= 0.8.0'} - dependencies: - debug: 2.6.9_supports-color@6.1.0 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 2.0.0 - mime: 1.6.0 - ms: 2.1.3 - on-finished: 2.4.1 - range-parser: 1.2.1 - statuses: 2.0.1 - transitivePeerDependencies: - - supports-color - dev: true - - /sendmessage/1.1.0: + /sendmessage@1.1.0: resolution: {integrity: sha512-riI/U2etmtMKaVPe7zMnr++eG46F191F6Zycwrkm+/sEiHzucNXJETPJ5dQryNaDuHTpYdzmesEJQ2le1DxlMQ==} engines: {node: '>= 0.10.0'} dev: false - /sentence-case/2.1.1: + /sentence-case@2.1.1: resolution: {integrity: sha512-ENl7cYHaK/Ktwk5OTD+aDbQ3uC8IByu/6Bkg+HDv8Mm+XnBnppVNalcfJTNsp1ibstKh030/JKQQWglDvtKwEQ==} dependencies: no-case: 2.3.2 upper-case-first: 1.1.2 - /serialize-error/2.1.0: + /serialize-error@2.1.0: resolution: {integrity: sha512-ghgmKt5o4Tly5yEG/UJp8qTd0AN7Xalw4XBtDEKP655B699qMEtra1WlXeE6WIvdEG481JvRxULKsInq/iNysw==} engines: {node: '>=0.10.0'} - /serialize-javascript/4.0.0: + /serialize-javascript@4.0.0: resolution: {integrity: sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==} dependencies: randombytes: 2.1.0 dev: true - /serialize-javascript/6.0.1: + /serialize-javascript@6.0.1: resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} dependencies: randombytes: 2.1.0 - /serialize-json/1.0.3: + /serialize-json@1.0.3: resolution: {integrity: sha512-TJvXOXSUEH4Lh2FNy1mYzNkUyBG7Ti5fRKGAbcpaDX3mLq23aT/5unC+cIFc5JTDi4/BHTaYLhynrboCCYrFaQ==} engines: {node: '>= 4.0.0'} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) is-type-of: 1.4.0 utility: 1.18.0 transitivePeerDependencies: - supports-color dev: false - /serve-favicon/2.5.0: + /serve-favicon@2.5.0: resolution: {integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==} engines: {node: '>= 0.8.0'} dependencies: @@ -49842,7 +44524,7 @@ packages: safe-buffer: 5.1.1 dev: true - /serve-handler/6.1.3: + /serve-handler@6.1.3: resolution: {integrity: sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==} dependencies: bytes: 3.0.0 @@ -49855,13 +44537,13 @@ packages: range-parser: 1.2.0 dev: true - /serve-index/1.9.1_supports-color@6.1.0: + /serve-index@1.9.1(supports-color@6.1.0): resolution: {integrity: sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==} engines: {node: '>= 0.8.0'} dependencies: accepts: 1.3.8 batch: 0.6.1 - debug: 2.6.9_supports-color@6.1.0 + debug: 2.6.9(supports-color@6.1.0) escape-html: 1.0.3 http-errors: 1.6.3 mime-types: 2.1.35 @@ -49870,30 +44552,18 @@ packages: - supports-color dev: true - /serve-static/1.15.0: - resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} - engines: {node: '>= 0.8.0'} - dependencies: - encodeurl: 1.0.2 - escape-html: 1.0.3 - parseurl: 1.3.3 - send: 0.18.0 - transitivePeerDependencies: - - supports-color - - /serve-static/1.15.0_supports-color@6.1.0: + /serve-static@1.15.0(supports-color@6.1.0): resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} engines: {node: '>= 0.8.0'} dependencies: encodeurl: 1.0.2 escape-html: 1.0.3 parseurl: 1.3.3 - send: 0.18.0_supports-color@6.1.0 + send: 0.18.0(supports-color@6.1.0) transitivePeerDependencies: - supports-color - dev: true - /serve/11.3.2: + /serve@11.3.2: resolution: {integrity: sha512-yKWQfI3xbj/f7X1lTBg91fXBP0FqjJ4TEi+ilES5yzH0iKJpN5LjNb1YzIfQg9Rqn4ECUS2SOf2+Kmepogoa5w==} hasBin: true dependencies: @@ -49910,15 +44580,15 @@ packages: - supports-color dev: true - /set-blocking/2.0.0: + /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - /set-harmonic-interval/1.0.1: + /set-harmonic-interval@1.0.1: resolution: {integrity: sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==} engines: {node: '>=6.9'} dev: false - /set-value/2.0.1: + /set-value@2.0.1: resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} engines: {node: '>=0.10.0'} dependencies: @@ -49927,24 +44597,24 @@ packages: is-plain-object: 2.0.4 split-string: 3.1.0 - /setimmediate/1.0.5: + /setimmediate@1.0.5: resolution: {integrity: sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==} - /setprototypeof/1.1.0: + /setprototypeof@1.1.0: resolution: {integrity: sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==} dev: true - /setprototypeof/1.2.0: + /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} - /sha.js/2.4.11: + /sha.js@2.4.11: resolution: {integrity: sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==} hasBin: true dependencies: inherits: 2.0.4 safe-buffer: 5.2.1 - /shallow-clone/0.1.2: + /shallow-clone@0.1.2: resolution: {integrity: sha512-J1zdXCky5GmNnuauESROVu31MQSnLoYvlyEn6j2Ztk6Q5EHFIhxkMhYcv6vuDzl2XEzoRr856QwzMgWM/TmZgw==} engines: {node: '>=0.10.0'} dependencies: @@ -49954,39 +44624,39 @@ packages: mixin-object: 2.0.1 dev: true - /shallow-clone/3.0.1: + /shallow-clone@3.0.1: resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} engines: {node: '>=8'} dependencies: kind-of: 6.0.3 - /shallow-equal/1.2.1: + /shallow-equal@1.2.1: resolution: {integrity: sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==} - /shallowequal/1.1.0: + /shallowequal@1.1.0: resolution: {integrity: sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==} - /shebang-command/1.2.0: + /shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 - /shebang-command/2.0.0: + /shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} dependencies: shebang-regex: 3.0.0 - /shebang-regex/1.0.0: + /shebang-regex@1.0.0: resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} engines: {node: '>=0.10.0'} - /shebang-regex/3.0.0: + /shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shell-quote/1.6.1: + /shell-quote@1.6.1: resolution: {integrity: sha512-V0iQEZ/uoem3NmD91rD8XiuozJnq9/ZJnbHVXHnWqP1ucAhS3yJ7sLIIzEi57wFFcK3oi3kFUC46uSyWr35mxg==} dependencies: array-filter: 0.0.1 @@ -49995,14 +44665,14 @@ packages: jsonify: 0.0.1 dev: true - /shell-quote/1.7.2: + /shell-quote@1.7.2: resolution: {integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==} dev: true - /shell-quote/1.8.1: + /shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - /shelljs/0.8.5: + /shelljs@0.8.5: resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} engines: {node: '>=4'} hasBin: true @@ -50012,33 +44682,33 @@ packages: rechoir: 0.6.2 dev: true - /shellwords/0.1.1: + /shellwords@0.1.1: resolution: {integrity: sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==} - /shortid/2.2.16: + /shortid@2.2.16: resolution: {integrity: sha512-Ugt+GIZqvGXCIItnsL+lvFJOiN7RYqlGy7QE41O3YC1xbNSeDGIRO7xg2JJXIAj1cAGnOeC1r7/T9pgrtQbv4g==} dependencies: nanoid: 2.1.11 - /should-send-same-site-none/2.0.5: + /should-send-same-site-none@2.0.5: resolution: {integrity: sha512-7dig49H7sKnv1v/GPoFQChGgJdEX9s2oy9TQBSD5RbUx7M9CCRjHMaFP06v+DZQNM0K+o8dBhvBAd4eEKirqbQ==} dev: false - /side-channel/1.0.4: + /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.0 object-inspect: 1.12.3 - /sigmund/1.0.1: + /sigmund@1.0.1: resolution: {integrity: sha512-fCvEXfh6NWpm+YSuY2bpXb/VIihqWA6hLsgboC+0nl71Q7N7o2eaCW8mJa/NLvQhs6jpd3VZV4UiUQlV6+lc8g==} dev: false - /signal-exit/3.0.7: + /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - /signale/1.4.0: + /signale@1.4.0: resolution: {integrity: sha512-iuh+gPf28RkltuJC7W5MRi6XAjTDCAPC/prJUpQoG4vIP3MJZ+GTydVnodXA7pwvTKb2cA0m9OFZW/cdWy/I/w==} engines: {node: '>=6'} dependencies: @@ -50047,36 +44717,24 @@ packages: pkg-conf: 2.1.0 dev: true - /simple-swizzle/0.2.2: + /simple-swizzle@0.2.2: resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} dependencies: is-arrayish: 0.3.2 - /simplebar-react/1.2.3_6l5554ty5ajsajah6yazvrjhoe: + /simplebar-react@1.2.3(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg==} peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || 17 react-dom: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 dependencies: prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - simplebar: 4.2.3 - dev: true - - /simplebar-react/1.2.3_prpqlkd37azqwypxturxi7uyci: - resolution: {integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg==} - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || 17 - react-dom: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - dependencies: - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react: 16.14.0 + react-dom: 16.14.0(react@17.0.2) simplebar: 4.2.3 dev: true - /simplebar-react/1.2.3_sfoxds7t5ydpegc3knd667wn6m: + /simplebar-react@1.2.3(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg==} peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || 17 @@ -50084,23 +44742,11 @@ packages: dependencies: prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 - simplebar: 4.2.3 - dev: true - - /simplebar-react/1.2.3_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg==} - peerDependencies: - react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || 17 - react-dom: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 - dependencies: - prop-types: 15.8.1 - react: 16.14.0 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) simplebar: 4.2.3 dev: true - /simplebar-react/1.2.3_yicqvriqha7ppr6zyvk5y4bjya: + /simplebar-react@1.2.3(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg==} peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || 17 @@ -50108,23 +44754,23 @@ packages: dependencies: prop-types: 15.8.1 react: 16.14.0 - react-dom: 18.2.0_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) simplebar: 4.2.3 dev: true - /simplebar-react/1.2.3_zkbncb2mrwigeq3keybbaytzya: + /simplebar-react@1.2.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-1EOWJzFC7eqHUp1igD1/tb8GBv5aPQA5ZMvpeDnVkpNJ3jAuvmrL2kir3HuijlxhG7njvw9ssxjjBa89E5DrJg==} peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || 17 react-dom: ^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 dependencies: prop-types: 15.8.1 - react: 16.14.0 - react-dom: 17.0.2_react@17.0.2 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) simplebar: 4.2.3 dev: true - /simplebar/4.2.3: + /simplebar@4.2.3: resolution: {integrity: sha512-9no0pK7/1y+8/oTF3sy/+kx0PjQ3uk4cYwld5F1CJGk2gx+prRyUq8GRfvcVLq5niYWSozZdX73a2wIr1o9l/g==} dependencies: can-use-dom: 0.1.0 @@ -50135,10 +44781,10 @@ packages: resize-observer-polyfill: 1.5.1 dev: true - /sisteransi/1.0.5: + /sisteransi@1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} - /sitemap/6.4.0: + /sitemap@6.4.0: resolution: {integrity: sha512-DoPKNc2/apQZTUnfiOONWctwq7s6dZVspxAZe2VPMNtoqNq7HgXRvlRnbIpKjf+8+piQdWncwcy+YhhTGY5USQ==} engines: {node: '>=10.3.0', npm: '>=5.6.0'} hasBin: true @@ -50148,32 +44794,33 @@ packages: arg: 5.0.2 sax: 1.2.4 - /size-sensor/1.0.1: + /size-sensor@1.0.1: resolution: {integrity: sha512-QTy7MnuugCFXIedXRpUSk9gUnyNiaxIdxGfUjr8xxXOqIB3QvBUYP9+b51oCg2C4dnhaeNk/h57TxjbvoJrJUA==} + dev: false - /skmeans/0.9.7: + /skmeans@0.9.7: resolution: {integrity: sha512-hNj1/oZ7ygsfmPZ7ZfN5MUBRoGg1gtpnImuJBgLO0ljQ67DtJuiQaiYdS4lUA6s0KCwnPhGivtC/WRwIZLkHyg==} dev: false - /slash/1.0.0: + /slash2@2.0.0: + resolution: {integrity: sha512-7ElvBydJPi3MHU/KEOblFSbO/skl4Z69jKkFCpYIYVOMSIZsKi4gYU43HGeZPmjxCXrHekoDAAewphPQNnsqtA==} + engines: {node: '>=6'} + + /slash@1.0.0: resolution: {integrity: sha512-3TYDR7xWt4dIqV2JauJr+EJeW356RXijHeUlO+8djJ+uBXPn8/2dpzBc8yQhh583sVvc9CvFAeQVgijsH+PNNg==} engines: {node: '>=0.10.0'} dev: true - /slash/2.0.0: + /slash@2.0.0: resolution: {integrity: sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==} engines: {node: '>=6'} dev: true - /slash/3.0.0: + /slash@3.0.0: resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} engines: {node: '>=8'} - /slash2/2.0.0: - resolution: {integrity: sha512-7ElvBydJPi3MHU/KEOblFSbO/skl4Z69jKkFCpYIYVOMSIZsKi4gYU43HGeZPmjxCXrHekoDAAewphPQNnsqtA==} - engines: {node: '>=6'} - - /slice-ansi/2.1.0: + /slice-ansi@2.1.0: resolution: {integrity: sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ==} engines: {node: '>=6'} dependencies: @@ -50181,7 +44828,7 @@ packages: astral-regex: 1.0.0 is-fullwidth-code-point: 2.0.0 - /slice-ansi/4.0.0: + /slice-ansi@4.0.0: resolution: {integrity: sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==} engines: {node: '>=10'} dependencies: @@ -50190,19 +44837,19 @@ packages: is-fullwidth-code-point: 3.0.0 dev: true - /slide/1.1.6: + /slide@1.1.6: resolution: {integrity: sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==} dev: true - /smart-buffer/1.1.15: + /smart-buffer@1.1.15: resolution: {integrity: sha512-1+8bxygjTsNfvQe0/0pNBesTOlSHtOeG6b6LYbvsZCCHDKYZ40zcQo6YTnZBWrBSLWOCbrHljLdEmGMYebu7aQ==} engines: {node: '>= 0.10.15', npm: '>= 1.3.5'} - /smart-buffer/4.2.0: + /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} - /smartwrap/2.0.2: + /smartwrap@2.0.2: resolution: {integrity: sha512-vCsKNQxb7PnCNd2wY1WClWifAc2lwqsG8OaswpJkVJsvMGcnEntdTCDajZCkk93Ay1U3t/9puJmb525Rg5MZBA==} engines: {node: '>=6'} hasBin: true @@ -50215,12 +44862,12 @@ packages: yargs: 15.4.1 dev: true - /snake-case/2.1.0: + /snake-case@2.1.0: resolution: {integrity: sha512-FMR5YoPFwOLuh4rRz92dywJjyKYZNLpMn1R5ujVpIYkbA9p01fq8RMg0FkO4M+Yobt4MjHeLTJVm5xFFBHSV2Q==} dependencies: no-case: 2.3.2 - /snapdragon-node/2.1.1: + /snapdragon-node@2.1.1: resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} engines: {node: '>=0.10.0'} dependencies: @@ -50228,18 +44875,18 @@ packages: isobject: 3.0.1 snapdragon-util: 3.0.1 - /snapdragon-util/3.0.1: + /snapdragon-util@3.0.1: resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /snapdragon/0.8.2: + /snapdragon@0.8.2(supports-color@6.1.0): resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} engines: {node: '>=0.10.0'} dependencies: base: 0.11.2 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) define-property: 0.2.5 extend-shallow: 2.0.1 map-cache: 0.2.2 @@ -50249,26 +44896,10 @@ packages: transitivePeerDependencies: - supports-color - /snapdragon/0.8.2_supports-color@6.1.0: - resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} - engines: {node: '>=0.10.0'} - dependencies: - base: 0.11.2 - debug: 2.6.9_supports-color@6.1.0 - define-property: 0.2.5 - extend-shallow: 2.0.1 - map-cache: 0.2.2 - source-map: 0.5.7 - source-map-resolve: 0.5.3 - use: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - - /sockjs-client/1.3.0: + /sockjs-client@1.3.0: resolution: {integrity: sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) eventsource: 1.1.2 faye-websocket: 0.11.4 inherits: 2.0.4 @@ -50278,10 +44909,10 @@ packages: - supports-color dev: true - /sockjs-client/1.4.0: + /sockjs-client@1.4.0: resolution: {integrity: sha512-5zaLyO8/nri5cua0VtOrFXBPK1jbL4+1cebT/mmKA1E1ZXOvJrII75bPu0l0k843G/+iAbhEqzyKr0w/eCCj7g==} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) eventsource: 1.1.2 faye-websocket: 0.11.4 inherits: 2.0.4 @@ -50291,11 +44922,11 @@ packages: - supports-color dev: true - /sockjs-client/1.6.1_supports-color@6.1.0: + /sockjs-client@1.6.1(supports-color@6.1.0): resolution: {integrity: sha512-2g0tjOR+fRs0amxENLi/q5TiJTqY+WXFOzb5UwXndlK6TO3U/mirZznpx6w34HVMoc3g7cY24yC/ZMIYnDlfkw==} engines: {node: '>=12'} dependencies: - debug: 3.2.7_supports-color@6.1.0 + debug: 3.2.7(supports-color@6.1.0) eventsource: 2.0.2 faye-websocket: 0.11.4 inherits: 2.0.4 @@ -50304,7 +44935,7 @@ packages: - supports-color dev: true - /sockjs/0.3.24: + /sockjs@0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} dependencies: faye-websocket: 0.11.4 @@ -50312,13 +44943,13 @@ packages: websocket-driver: 0.7.4 dev: true - /socks-proxy-agent/3.0.1: + /socks-proxy-agent@3.0.1: resolution: {integrity: sha512-ZwEDymm204mTzvdqyUqOdovVr2YRd2NYskrYrF2LXyZ9qDiMAoFESGK8CRphiO7rtbo2Y757k2Nia3x2hGtalA==} dependencies: agent-base: 4.3.0 socks: 1.1.10 - /socks-proxy-agent/4.0.2: + /socks-proxy-agent@4.0.2: resolution: {integrity: sha512-NT6syHhI9LmuEMSK6Kd2V7gNv5KFZoLE7V5udWmn0de+3Mkj3UMA/AJPLyeNUVmElCurSHtUdM3ETpR3z770Wg==} engines: {node: '>= 6'} dependencies: @@ -50326,17 +44957,17 @@ packages: socks: 2.3.3 dev: true - /socks-proxy-agent/5.0.1: + /socks-proxy-agent@5.0.1: resolution: {integrity: sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==} engines: {node: '>= 6'} dependencies: agent-base: 6.0.2 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) socks: 2.7.1 transitivePeerDependencies: - supports-color - /socks/1.1.10: + /socks@1.1.10: resolution: {integrity: sha512-ArX4vGPULWjKDKgUnW8YzfI2uXW7kzgkJuB0GnFBA/PfT3exrrOk+7Wk2oeb894Qf20u1PWv9LEgrO0Z82qAzA==} engines: {node: '>= 0.10.0', npm: '>= 1.3.5'} deprecated: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0 @@ -50344,7 +44975,7 @@ packages: ip: 1.1.8 smart-buffer: 1.1.15 - /socks/2.3.3: + /socks@2.3.3: resolution: {integrity: sha512-o5t52PCNtVdiOvzMry7wU4aOqYWL0PeCXRWBEiJow4/i/wr+wpsJQ9awEu1EonLIqsfGd5qSgDdxEOvCdmBEpA==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} dependencies: @@ -50352,43 +44983,43 @@ packages: smart-buffer: 4.2.0 dev: true - /socks/2.7.1: + /socks@2.7.1: resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} dependencies: ip: 2.0.0 smart-buffer: 4.2.0 - /sonic-boom/2.8.0: + /sonic-boom@2.8.0: resolution: {integrity: sha512-kuonw1YOYYNOve5iHdSahXPOK49GqwA+LZhI6Wz/l0rP57iKyXXIHaRagOBHAPmGwJC6od2Z9zgvZ5loSgMlVg==} dependencies: atomic-sleep: 1.0.0 - /sort-keys/1.1.2: + /sort-keys@1.1.2: resolution: {integrity: sha512-vzn8aSqKgytVik0iwdBEi+zevbTYZogewTUM6dtpmGwEcdzbub/TX4bCzRhebDCRC3QzXgJsLRKB2V/Oof7HXg==} engines: {node: '>=0.10.0'} dependencies: is-plain-obj: 1.1.0 - /sort-keys/2.0.0: + /sort-keys@2.0.0: resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} engines: {node: '>=4'} dependencies: is-plain-obj: 1.1.0 dev: true - /sort-keys/4.2.0: + /sort-keys@4.2.0: resolution: {integrity: sha512-aUYIEU/UviqPgc8mHR6IW1EGxkAXpeRETYcrzg8cLAvUPZcpAlleSXHV2mY7G12GphSH6Gzv+4MMVSSkbdteHg==} engines: {node: '>=8'} dependencies: is-plain-obj: 2.1.0 dev: true - /sort-object-keys/1.1.3: + /sort-object-keys@1.1.3: resolution: {integrity: sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==} dev: true - /sort-package-json/1.57.0: + /sort-package-json@1.57.0: resolution: {integrity: sha512-FYsjYn2dHTRb41wqnv+uEqCUvBpK3jZcTp9rbz2qDTmel7Pmdtf+i2rLaaPMRZeSVM60V3Se31GyWFpmKs4Q5Q==} hasBin: true dependencies: @@ -50400,16 +45031,16 @@ packages: sort-object-keys: 1.1.3 dev: true - /source-list-map/2.0.1: + /source-list-map@2.0.1: resolution: {integrity: sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==} dev: true - /source-map-js/1.0.2: + /source-map-js@1.0.2: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} dev: true - /source-map-loader/0.2.4: + /source-map-loader@0.2.4: resolution: {integrity: sha512-OU6UJUty+i2JDpTItnizPrlpOIBLmQbWMuBg9q5bVtnHACqw1tn9nNwqJLbv0/00JjnJb/Ee5g5WS5vrRv7zIQ==} engines: {node: '>= 6'} dependencies: @@ -50417,7 +45048,7 @@ packages: loader-utils: 1.4.2 dev: true - /source-map-loader/4.0.1_webpack@5.82.0: + /source-map-loader@4.0.1(webpack@5.82.0): resolution: {integrity: sha512-oqXpzDIByKONVY8g1NUPOTQhe0UTU5bWUl32GSkqK2LjJj0HmwTMVKxcUip0RgAYhY1mqgOxjbQM48a0mmeNfA==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -50426,10 +45057,10 @@ packages: abab: 2.0.6 iconv-lite: 0.6.3 source-map-js: 1.0.2 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /source-map-resolve/0.5.3: + /source-map-resolve@0.5.3: resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} deprecated: See https://github.com/lydell/source-map-resolve#deprecated dependencies: @@ -50439,82 +45070,84 @@ packages: source-map-url: 0.4.1 urix: 0.1.0 - /source-map-support/0.3.3: + /source-map-support@0.3.3: resolution: {integrity: sha512-9O4+y9n64RewmFoKUZ/5Tx9IHIcXM6Q+RTSw6ehnqybUz4a7iwR3Eaw80uLtqqQ5D0C+5H03D4KKGo9PdP33Gg==} dependencies: source-map: 0.1.32 + dev: false - /source-map-support/0.4.18: + /source-map-support@0.4.18: resolution: {integrity: sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==} dependencies: source-map: 0.5.7 dev: true - /source-map-support/0.5.13: + /source-map-support@0.5.13: resolution: {integrity: sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 dev: true - /source-map-support/0.5.21: + /source-map-support@0.5.21: resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} dependencies: buffer-from: 1.1.2 source-map: 0.6.1 - /source-map-url/0.4.1: + /source-map-url@0.4.1: resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} deprecated: See https://github.com/lydell/source-map-url#deprecated - /source-map/0.1.32: + /source-map@0.1.32: resolution: {integrity: sha512-htQyLrrRLkQ87Zfrir4/yN+vAUd6DNjVayEjTSHXu29AYQJw57I4/xEL/M6p6E/woPNJwvZt6rVlzc7gFEJccQ==} engines: {node: '>=0.8.0'} dependencies: amdefine: 1.0.1 + dev: false - /source-map/0.1.43: + /source-map@0.1.43: resolution: {integrity: sha512-VtCvB9SIQhk3aF6h+N85EaqIaBFIAfZ9Cu+NJHHVvc8BbEcnvDcFw6sqQ2dQrT6SlOrZq3tIvyD9+EGq/lJryQ==} engines: {node: '>=0.8.0'} dependencies: amdefine: 1.0.1 dev: true - /source-map/0.5.6: + /source-map@0.5.6: resolution: {integrity: sha512-MjZkVp0NHr5+TPihLcadqnlVoGIoWo4IBHptutGh9wI3ttUYvCG26HkSuDi+K6lsZ25syXJXcctwgyVCt//xqA==} engines: {node: '>=0.10.0'} dev: false - /source-map/0.5.7: + /source-map@0.5.7: resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} engines: {node: '>=0.10.0'} - /source-map/0.6.1: + /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} - /source-map/0.7.4: + /source-map@0.7.4: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} engines: {node: '>= 8'} - /sourcemap-codec/1.4.8: + /sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} deprecated: Please use @jridgewell/sourcemap-codec instead - /sourcemapped-stacktrace/1.1.11: + /sourcemapped-stacktrace@1.1.11: resolution: {integrity: sha512-O0pcWjJqzQFVsisPlPXuNawJHHg9N9UgpJ/aDmvi9+vnS3x1C0NhwkVFzzZ1VN0Xo+bekyweoqYvBw5ZBKiNnQ==} dependencies: source-map: 0.5.6 dev: false - /space-separated-tokens/1.1.5: + /space-separated-tokens@1.1.5: resolution: {integrity: sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==} - /space-separated-tokens/2.0.2: + /space-separated-tokens@2.0.2: resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} dev: false - /spawn-wrap/1.4.3: + /spawn-wrap@1.4.3: resolution: {integrity: sha512-IgB8md0QW/+tWqcavuFgKYR/qIRvJkRLPJDFaoXtLLUaVcCDK0+HeFTkmQHj3eprcYhc+gOl0aEA1w7qZlYezw==} dependencies: foreground-child: 1.5.6 @@ -50525,35 +45158,35 @@ packages: which: 1.3.1 dev: true - /spawndamnit/2.0.0: + /spawndamnit@2.0.0: resolution: {integrity: sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA==} dependencies: cross-spawn: 5.1.0 signal-exit: 3.0.7 dev: true - /spdx-correct/3.2.0: + /spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.13 - /spdx-exceptions/2.3.0: + /spdx-exceptions@2.3.0: resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} - /spdx-expression-parse/3.0.1: + /spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.13 - /spdx-license-ids/3.0.13: + /spdx-license-ids@3.0.13: resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} - /spdy-transport/3.0.0: + /spdy-transport@3.0.0(supports-color@6.1.0): resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@6.1.0) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -50563,51 +45196,25 @@ packages: - supports-color dev: true - /spdy-transport/3.0.0_supports-color@6.1.0: - resolution: {integrity: sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==} - dependencies: - debug: 4.3.4_supports-color@6.1.0 - detect-node: 2.1.0 - hpack.js: 2.1.6 - obuf: 1.1.2 - readable-stream: 3.6.2 - wbuf: 1.7.3 - transitivePeerDependencies: - - supports-color - dev: true - - /spdy/4.0.2: + /spdy@4.0.2(supports-color@6.1.0): resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} engines: {node: '>=6.0.0'} dependencies: - debug: 4.3.4 + debug: 4.3.4(supports-color@6.1.0) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 - spdy-transport: 3.0.0 + spdy-transport: 3.0.0(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: true - /spdy/4.0.2_supports-color@6.1.0: - resolution: {integrity: sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==} - engines: {node: '>=6.0.0'} - dependencies: - debug: 4.3.4_supports-color@6.1.0 - handle-thing: 2.0.1 - http-deceiver: 1.2.7 - select-hose: 2.0.0 - spdy-transport: 3.0.0_supports-color@6.1.0 - transitivePeerDependencies: - - supports-color - dev: true - - /specificity/0.4.1: + /specificity@0.4.1: resolution: {integrity: sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==} hasBin: true dev: true - /speech-rule-engine/4.0.7: + /speech-rule-engine@4.0.7: resolution: {integrity: sha512-sJrL3/wHzNwJRLBdf6CjJWIlxC04iYKkyXvYSVsWVOiC2DSkHmxsqOhEeMsBA9XK+CHuNcsdkbFDnoUfAsmp9g==} hasBin: true dependencies: @@ -50615,40 +45222,40 @@ packages: wicked-good-xpath: 1.3.0 xmldom-sre: 0.1.31 - /splaytree/3.1.2: + /splaytree@3.1.2: resolution: {integrity: sha512-4OM2BJgC5UzrhVnnJA4BkHKGtjXNzzUfpQjCO8I05xYPsfS/VuQDwjCGGMi8rYQilHEV4j8NBqTFbls/PZEE7A==} dev: false - /split-on-first/1.1.0: + /split-on-first@1.1.0: resolution: {integrity: sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==} engines: {node: '>=6'} - /split-string/3.1.0: + /split-string@3.1.0: resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} engines: {node: '>=0.10.0'} dependencies: extend-shallow: 3.0.2 - /split/0.3.3: - resolution: {integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==} - dependencies: - through: 2.3.8 - dev: false - - /split2/2.2.0: + /split2@2.2.0: resolution: {integrity: sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==} dependencies: through2: 2.0.5 dev: false - /split2/4.2.0: + /split2@4.2.0: resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} engines: {node: '>= 10.x'} - /sprintf-js/1.0.3: + /split@0.3.3: + resolution: {integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==} + dependencies: + through: 2.3.8 + dev: false + + /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - /ssf/0.10.3: + /ssf@0.10.3: resolution: {integrity: sha512-pRuUdW0WwyB2doSqqjWyzwCD6PkfxpHAHdZp39K3dp/Hq7f+xfMwNAWIi16DyrRg4gg9c/RvLYkJTSawTPTm1w==} engines: {node: '>=0.8'} hasBin: true @@ -50656,7 +45263,7 @@ packages: frac: 1.1.2 dev: false - /sshpk/1.17.0: + /sshpk@1.17.0: resolution: {integrity: sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==} engines: {node: '>=0.10.0'} hasBin: true @@ -50672,23 +45279,23 @@ packages: tweetnacl: 0.14.5 dev: true - /ssri/4.1.6: + /ssri@4.1.6: resolution: {integrity: sha512-WUbCdgSAMQjTFZRWvSPpauryvREEA+Krn19rx67UlJEJx/M192ZHxMmJXjZ4tkdFm+Sb0SXGlENeQVlA5wY7kA==} dependencies: safe-buffer: 5.2.1 - /ssri/5.3.0: + /ssri@5.3.0: resolution: {integrity: sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ==} dependencies: safe-buffer: 5.2.1 - /ssri/6.0.2: + /ssri@6.0.2: resolution: {integrity: sha512-cepbSq/neFK7xB6A50KHN0xHDotYzq58wWCa5LeWqnPrHG8GzfEjO/4O8kpmcGW+oaxkvhEJCWgbgNk4/ZV93Q==} dependencies: figgy-pudding: 3.5.2 dev: true - /ssri/7.1.1: + /ssri@7.1.1: resolution: {integrity: sha512-w+daCzXN89PseTL99MkA+fxJEcU3wfaE/ah0i0lnOlpG1CYLJ2ZjzEry68YBKfLs4JfoTShrTEsJkAZuNZ/stw==} engines: {node: '>= 8'} dependencies: @@ -50696,49 +45303,49 @@ packages: minipass: 3.3.6 dev: true - /stable/0.1.8: + /stable@0.1.8: resolution: {integrity: sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==} deprecated: 'Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility' dev: true - /stack-generator/2.0.10: + /stack-generator@2.0.10: resolution: {integrity: sha512-mwnua/hkqM6pF4k8SnmZ2zfETsRUpWXREfA/goT8SLCV4iOFa4bzOX2nDipWAZFPTjLvQB82f5yaodMVhK0yJQ==} dependencies: stackframe: 1.3.4 dev: false - /stack-trace/0.0.10: + /stack-trace@0.0.10: resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} dev: false - /stack-utils/1.0.5: + /stack-utils@1.0.5: resolution: {integrity: sha512-KZiTzuV3CnSnSvgMRrARVCj+Ht7rMbauGDK0LdVFRGyenwdylpajAp4Q0i6SX8rEmbTpMMf6ryq2gb8pPq2WgQ==} engines: {node: '>=8'} dependencies: escape-string-regexp: 2.0.0 dev: true - /stack-utils/2.0.6: + /stack-utils@2.0.6: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} engines: {node: '>=10'} dependencies: escape-string-regexp: 2.0.0 - /stackframe/0.3.1: + /stackframe@0.3.1: resolution: {integrity: sha512-XmoiF4T5nuWEp2x2w92WdGjdHGY/cZa6LIbRsDRQR/Xlk4uW0PAUlH1zJYVffocwKpCdwyuypIp25xsSXEtZHw==} dev: false - /stackframe/1.3.4: + /stackframe@1.3.4: resolution: {integrity: sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==} - /stacktrace-gps/3.1.2: + /stacktrace-gps@3.1.2: resolution: {integrity: sha512-GcUgbO4Jsqqg6RxfyTHFiPxdPqF+3LFmQhm7MgCuYQOYuWyqxo5pwRPz5d/u6/WYJdEnWfK4r+jGbyD8TSggXQ==} dependencies: source-map: 0.5.6 stackframe: 1.3.4 dev: false - /stacktrace-js/2.0.2: + /stacktrace-js@2.0.2: resolution: {integrity: sha512-Je5vBeY4S1r/RnLydLl0TBTi3F2qdfWmYsGvtfZgEI+SCprPppaIhQf5nGcal4gI4cGpCV/duLcAzT1np6sQqg==} dependencies: error-stack-parser: 2.1.4 @@ -50746,135 +45353,118 @@ packages: stacktrace-gps: 3.1.2 dev: false - /stacktrace-parser/0.1.10: + /stacktrace-parser@0.1.10: resolution: {integrity: sha512-KJP1OCML99+8fhOHxwwzyWrlUuVX5GQ0ZpJTd1DFXhdkrvg1szxfHhawXUZ3g9TkXORQd4/WG68jMlQZ2p8wlg==} engines: {node: '>=6'} dependencies: type-fest: 0.7.1 - /staged-git-files/1.3.0: + /staged-git-files@1.3.0: resolution: {integrity: sha512-38Kd8VBVMVqtuavWAzwV9uWvbIhTQh0hNWMWzj2FAOjdMHgLJOArE3eYBSbLgV28j4F3AXieOMekFqM9UX6wxw==} hasBin: true dev: true - /state-toggle/1.0.3: + /state-toggle@1.0.3: resolution: {integrity: sha512-d/5Z4/2iiCnHw6Xzghyhb+GcmF89bxwgXG60wjIiZaxnymbyOmI8Hk4VqHXiVVp6u2ysaskFfXg3ekCj4WNftQ==} dev: true - /static-extend/0.1.2: + /static-extend@0.1.2: resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} engines: {node: '>=0.10.0'} dependencies: define-property: 0.2.5 object-copy: 0.1.0 - /statuses/1.5.0: + /statuses@1.5.0: resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} engines: {node: '>= 0.6'} - /statuses/2.0.1: + /statuses@2.0.1: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} - /std-env/2.3.1: + /std-env@2.3.1: resolution: {integrity: sha512-eOsoKTWnr6C8aWrqJJ2KAReXoa7Vn5Ywyw6uCXgA/xDhxPoaIsBa5aNJmISY04dLwXPBnDHW4diGM7Sn5K4R/g==} dependencies: ci-info: 3.8.0 dev: true - /stealthy-require/1.1.1: + /stealthy-require@1.1.1: resolution: {integrity: sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==} engines: {node: '>=0.10.0'} dev: true - /stop-iteration-iterator/1.0.0: + /stop-iteration-iterator@1.0.0: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} dependencies: internal-slot: 1.0.5 dev: true - /store2/2.14.2: + /store2@2.14.2: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true - /storybook-addon-source/2.0.11_gks3txxbbn46xqctfcclsnppzu: + /storybook-addon-source@2.0.11(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11)(webpack@5.82.0): resolution: {integrity: sha512-tKmnBxO8OjewwC2EhDkgkTF/UCylJsHmpdpXwhvuuLQNLF09rOkAPejfC5NparQMmMiaeCuSdpUYWG65wTjkfA==} engines: {node: '>= 6.9.0'} peerDependencies: webpack: ^4.3.0 dependencies: - '@storybook/addons': 5.3.22_h5gajyuiuuyogiozw5uhcaf3gm - '@storybook/components': 5.3.22_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) react: 16.14.0 - react-syntax-highlighter: 10.3.5_react@16.14.0 - webpack: 5.82.0_webpack-cli@4.10.0 + react-syntax-highlighter: 10.3.5(react@16.14.0) + webpack: 5.82.0(webpack-cli@4.10.0) transitivePeerDependencies: - '@types/react' - react-dom - regenerator-runtime dev: true - /storybook-addon-source/2.0.11_ku46sh4btcbheelmezxbebtvlq: + /storybook-addon-source@2.0.11(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11)(webpack@5.82.0): resolution: {integrity: sha512-tKmnBxO8OjewwC2EhDkgkTF/UCylJsHmpdpXwhvuuLQNLF09rOkAPejfC5NparQMmMiaeCuSdpUYWG65wTjkfA==} engines: {node: '>= 6.9.0'} peerDependencies: webpack: ^4.3.0 dependencies: - '@storybook/addons': 5.3.22_react-dom@18.2.0 - '@storybook/components': 5.3.22_ni2na2lqzc3cf3fncmjfm45kju + '@storybook/addons': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0) react: 16.14.0 - react-syntax-highlighter: 10.3.5_react@16.14.0 - webpack: 5.82.0_webpack-cli@4.10.0 + react-syntax-highlighter: 10.3.5(react@16.14.0) + webpack: 5.82.0(webpack-cli@4.10.0) transitivePeerDependencies: - '@types/react' - react-dom - regenerator-runtime dev: true - /storybook-addon-source/2.0.11_xla2fk6h6pqvfxoumoiv5xumpu: - resolution: {integrity: sha512-tKmnBxO8OjewwC2EhDkgkTF/UCylJsHmpdpXwhvuuLQNLF09rOkAPejfC5NparQMmMiaeCuSdpUYWG65wTjkfA==} - engines: {node: '>= 6.9.0'} - peerDependencies: - webpack: ^4.3.0 - dependencies: - '@storybook/addons': 5.3.22_react-dom@17.0.2 - '@storybook/components': 5.3.22_b54huwnrvof4zzzk52ydgbhlwi - react: 16.14.0 - react-syntax-highlighter: 10.3.5_react@16.14.0 - webpack: 5.82.0_webpack-cli@4.10.0 - transitivePeerDependencies: - - '@types/react' - - react-dom - - regenerator-runtime - dev: true - - /stream-browserify/2.0.2: + /stream-browserify@2.0.2: resolution: {integrity: sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==} dependencies: inherits: 2.0.4 readable-stream: 2.3.8 - /stream-browserify/3.0.0: + /stream-browserify@3.0.0: resolution: {integrity: sha512-H73RAHsVBapbim0tU2JwwOiXUj+fikfiaoYAKHF3VJfA0pe2BCzkhAHBlLG6REzE+2WNZcxOXjK7lkso+9euLA==} dependencies: inherits: 2.0.4 readable-stream: 3.6.2 dev: false - /stream-combiner/0.0.4: + /stream-combiner@0.0.4: resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==} dependencies: duplexer: 0.1.2 dev: false - /stream-each/1.2.3: + /stream-each@1.2.3: resolution: {integrity: sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==} dependencies: end-of-stream: 1.4.4 stream-shift: 1.0.1 - /stream-http/2.8.3: + /stream-http@2.8.3: resolution: {integrity: sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==} dependencies: builtin-status-codes: 3.0.0 @@ -50883,49 +45473,49 @@ packages: to-arraybuffer: 1.0.1 xtend: 4.0.2 - /stream-shift/1.0.1: + /stream-shift@1.0.1: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} - /stream-slice/0.1.2: + /stream-slice@0.1.2: resolution: {integrity: sha512-QzQxpoacatkreL6jsxnVb7X5R/pGw9OUv2qWTYWnmLpg4NdN31snPy/f3TdQE1ZUXaThRvj1Zw4/OGg0ZkaLMA==} - /stream-transform/2.1.3: + /stream-transform@2.1.3: resolution: {integrity: sha512-9GHUiM5hMiCi6Y03jD2ARC1ettBXkQBoQAe7nJsPknnI0ow10aXjTnew8QtYQmLjzn974BnmWEAJgCY6ZP1DeQ==} dependencies: mixme: 0.5.9 dev: true - /stream-wormhole/1.1.0: + /stream-wormhole@1.1.0: resolution: {integrity: sha512-gHFfL3px0Kctd6Po0M8TzEvt3De/xu6cnRrjlfYNhwbhLPLwigI2t1nc6jrzNuaYg5C4YF78PPFuQPzRiqn9ew==} engines: {node: '>=4.0.0'} dev: false - /streamsearch/0.1.2: + /streamsearch@0.1.2: resolution: {integrity: sha512-jos8u++JKm0ARcSUTAZXOVC0mSox7Bhn6sBgty73P1f3JGf7yG2clTbBNHUdde/kdvP2FESam+vM6l8jBrNxHA==} engines: {node: '>=0.8.0'} dev: false - /strict-uri-encode/1.1.0: + /strict-uri-encode@1.1.0: resolution: {integrity: sha512-R3f198pcvnB+5IpnBlRkphuE9n46WyVl8I39W/ZUTZLz4nqSP/oLYUrcnJrw462Ds8he4YKMov2efsTIw1BDGQ==} engines: {node: '>=0.10.0'} - /strict-uri-encode/2.0.0: + /strict-uri-encode@2.0.0: resolution: {integrity: sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==} engines: {node: '>=4'} - /string-argv/0.3.2: + /string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} engines: {node: '>=0.6.19'} dev: true - /string-convert/0.2.1: + /string-convert@0.2.1: resolution: {integrity: sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A==} - /string-hash/1.1.3: + /string-hash@1.1.3: resolution: {integrity: sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==} dev: true - /string-length/2.0.0: + /string-length@2.0.0: resolution: {integrity: sha512-Qka42GGrS8Mm3SZ+7cH8UXiIWI867/b/Z/feQSpQx/rbfB8UGknGEZVaUQMOUVj+soY6NpWAxily63HI1OckVQ==} engines: {node: '>=4'} dependencies: @@ -50933,14 +45523,14 @@ packages: strip-ansi: 4.0.0 dev: true - /string-length/4.0.2: + /string-length@4.0.2: resolution: {integrity: sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==} engines: {node: '>=10'} dependencies: char-regex: 1.0.2 strip-ansi: 6.0.1 - /string-width/1.0.2: + /string-width@1.0.2: resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==} engines: {node: '>=0.10.0'} dependencies: @@ -50949,14 +45539,14 @@ packages: strip-ansi: 3.0.1 dev: true - /string-width/2.1.1: + /string-width@2.1.1: resolution: {integrity: sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==} engines: {node: '>=4'} dependencies: is-fullwidth-code-point: 2.0.0 strip-ansi: 4.0.0 - /string-width/3.1.0: + /string-width@3.1.0: resolution: {integrity: sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==} engines: {node: '>=6'} dependencies: @@ -50964,7 +45554,7 @@ packages: is-fullwidth-code-point: 2.0.0 strip-ansi: 5.2.0 - /string-width/4.2.3: + /string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} dependencies: @@ -50972,11 +45562,11 @@ packages: is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - /string.fromcodepoint/0.2.1: + /string.fromcodepoint@0.2.1: resolution: {integrity: sha512-n69H31OnxSGSZyZbgBlvYIXlrMhJQ0dQAX1js1QDhpaUH6zmU3QYlj07bCwCNlPOu3oRXIubGPl2gDGnHsiCqg==} dev: true - /string.prototype.matchall/4.0.8: + /string.prototype.matchall@4.0.8: resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} dependencies: call-bind: 1.0.2 @@ -50989,7 +45579,7 @@ packages: side-channel: 1.0.4 dev: true - /string.prototype.padend/3.1.4: + /string.prototype.padend@3.1.4: resolution: {integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==} engines: {node: '>= 0.4'} dependencies: @@ -50998,7 +45588,7 @@ packages: es-abstract: 1.21.2 dev: true - /string.prototype.padstart/3.1.4: + /string.prototype.padstart@3.1.4: resolution: {integrity: sha512-XqOHj8horGsF+zwxraBvMTkBFM28sS/jHBJajh17JtJKA92qazidiQbLosV4UA18azvLOVKYo/E3g3T9Y5826w==} engines: {node: '>= 0.4'} dependencies: @@ -51007,7 +45597,7 @@ packages: es-abstract: 1.21.2 dev: true - /string.prototype.trim/1.2.7: + /string.prototype.trim@1.2.7: resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} engines: {node: '>= 0.4'} dependencies: @@ -51015,34 +45605,34 @@ packages: define-properties: 1.2.0 es-abstract: 1.21.2 - /string.prototype.trimend/1.0.6: + /string.prototype.trimend@1.0.6: resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - /string.prototype.trimstart/1.0.6: + /string.prototype.trimstart@1.0.6: resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} dependencies: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - /string_decoder/0.10.31: + /string_decoder@0.10.31: resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} - /string_decoder/1.1.1: + /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: safe-buffer: 5.1.2 - /string_decoder/1.3.0: + /string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} dependencies: safe-buffer: 5.2.1 - /stringifier/1.4.0: + /stringifier@1.4.0: resolution: {integrity: sha512-cNsMOqqrcbLcHTXEVmkw9y0fwDwkdgtZwlfyolzpQDoAE1xdNGhQhxBUfiDvvZIKl1hnUEgMv66nHwtMz3OjPw==} dependencies: core-js: 2.6.12 @@ -51050,14 +45640,14 @@ packages: type-name: 2.0.2 dev: true - /stringify-entities/3.1.0: + /stringify-entities@3.1.0: resolution: {integrity: sha512-3FP+jGMmMV/ffZs86MoghGqAoqXAdxLrJP4GUdrDN1aIScYih5tuIO3eF4To5AJZ79KDZ8Fpdy7QJnK8SsL1Vg==} dependencies: character-entities-html4: 1.1.4 character-entities-legacy: 1.1.4 xtend: 4.0.2 - /stringify-object/3.3.0: + /stringify-object@3.3.0: resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} engines: {node: '>=4'} dependencies: @@ -51065,106 +45655,106 @@ packages: is-obj: 1.0.1 is-regexp: 1.0.0 - /stringify-package/1.0.1: + /stringify-package@1.0.1: resolution: {integrity: sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==} deprecated: This module is not used anymore, and has been replaced by @npmcli/package-json dev: true - /strip-ansi/3.0.1: + /strip-ansi@3.0.1: resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} engines: {node: '>=0.10.0'} dependencies: ansi-regex: 2.1.1 - /strip-ansi/4.0.0: + /strip-ansi@4.0.0: resolution: {integrity: sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==} engines: {node: '>=4'} dependencies: ansi-regex: 3.0.1 - /strip-ansi/5.0.0: + /strip-ansi@5.0.0: resolution: {integrity: sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow==} engines: {node: '>=6'} dependencies: ansi-regex: 4.1.1 dev: true - /strip-ansi/5.2.0: + /strip-ansi@5.2.0: resolution: {integrity: sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==} engines: {node: '>=6'} dependencies: ansi-regex: 4.1.1 - /strip-ansi/6.0.1: + /strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} dependencies: ansi-regex: 5.0.1 - /strip-bom/2.0.0: + /strip-bom@2.0.0: resolution: {integrity: sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==} engines: {node: '>=0.10.0'} dependencies: is-utf8: 0.2.1 dev: true - /strip-bom/3.0.0: + /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} - /strip-bom/4.0.0: + /strip-bom@4.0.0: resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} engines: {node: '>=8'} - /strip-eof/1.0.0: + /strip-eof@1.0.0: resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} engines: {node: '>=0.10.0'} - /strip-final-newline/2.0.0: + /strip-final-newline@2.0.0: resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} engines: {node: '>=6'} - /strip-indent/2.0.0: + /strip-indent@2.0.0: resolution: {integrity: sha512-RsSNPLpq6YUL7QYy44RnPVTn/lcVZtb48Uof3X5JLbF4zD/Gs7ZFDv2HWol+leoQN2mT86LAzSshGfkTlSOpsA==} engines: {node: '>=4'} dev: true - /strip-indent/3.0.0: + /strip-indent@3.0.0: resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} engines: {node: '>=8'} dependencies: min-indent: 1.0.1 dev: true - /strip-json-comments/2.0.1: + /strip-json-comments@2.0.1: resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} engines: {node: '>=0.10.0'} - /strip-json-comments/3.1.1: + /strip-json-comments@3.1.1: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} dev: true - /strip-outer/1.0.1: + /strip-outer@1.0.1: resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==} engines: {node: '>=0.10.0'} dependencies: escape-string-regexp: 1.0.5 dev: true - /strip-url-auth/1.0.1: + /strip-url-auth@1.0.1: resolution: {integrity: sha512-++41PnXftlL3pvI6lpvhSEO+89g1kIJC4MYB5E6yH+WHa5InIqz51yGd1YOGd7VNSNdoEOfzTMqbAM/2PbgaHQ==} engines: {node: '>=0.10.0'} dev: true - /strnum/1.0.5: + /strnum@1.0.5: resolution: {integrity: sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==} - /style-inject/0.3.0: + /style-inject@0.3.0: resolution: {integrity: sha512-IezA2qp+vcdlhJaVm5SOdPPTUu0FCEqfNSli2vRuSIBbu5Nq5UvygTk/VzeCqfLz2Atj3dVII5QBKGZRZ0edzw==} dev: true - /style-loader/0.23.1: + /style-loader@0.23.1: resolution: {integrity: sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==} engines: {node: '>= 0.12.0'} dependencies: @@ -51172,7 +45762,7 @@ packages: schema-utils: 1.0.0 dev: true - /style-loader/1.3.0_webpack@4.46.0: + /style-loader@1.3.0(webpack@4.46.0): resolution: {integrity: sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -51180,57 +45770,33 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /style-loader/3.3.2_webpack@5.82.0: + /style-loader@3.3.2(webpack@5.82.0): resolution: {integrity: sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) - /style-search/0.1.0: + /style-search@0.1.0: resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} dev: true - /style-to-object/0.3.0: + /style-to-object@0.3.0: resolution: {integrity: sha512-CzFnRRXhzWIdItT3OmF8SQfWyahHhjq3HwcMNCNLn+N7klOOqPjMeG/4JSu77D7ypZdGvSzvkrbyeTMizz2VrA==} dependencies: inline-style-parser: 0.1.1 - /style-to-object/0.4.1: + /style-to-object@0.4.1: resolution: {integrity: sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==} dependencies: inline-style-parser: 0.1.1 dev: false - /styled-components/4.4.1_6l5554ty5ajsajah6yazvrjhoe: - resolution: {integrity: sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g==} - requiresBuild: true - peerDependencies: - react: '>= 16.3.0 || 17' - react-dom: '>= 16.3.0' - dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/traverse': 7.21.5_supports-color@5.5.0 - '@emotion/is-prop-valid': 0.8.8 - '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.1_styled-components@4.4.1 - css-to-react-native: 2.3.2 - memoize-one: 5.2.1 - merge-anything: 2.4.4 - prop-types: 15.8.1 - react: 17.0.2 - react-dom: 18.2.0_react@17.0.2 - react-is: 16.13.1 - stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 - supports-color: 5.5.0 - dev: true - - /styled-components/4.4.1_prpqlkd37azqwypxturxi7uyci: + /styled-components@4.4.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g==} requiresBuild: true peerDependencies: @@ -51238,23 +45804,23 @@ packages: react-dom: '>= 16.3.0' dependencies: '@babel/helper-module-imports': 7.21.4 - '@babel/traverse': 7.21.5_supports-color@5.5.0 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@emotion/is-prop-valid': 0.8.8 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.1_styled-components@4.4.1 + babel-plugin-styled-components: 2.1.1(styled-components@4.4.1) css-to-react-native: 2.3.2 memoize-one: 5.2.1 merge-anything: 2.4.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 16.14.0_react@17.0.2 + react-dom: 16.14.0(react@17.0.2) react-is: 16.13.1 stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 + stylis-rule-sheet: 0.0.10(stylis@3.5.4) supports-color: 5.5.0 dev: true - /styled-components/4.4.1_sfoxds7t5ydpegc3knd667wn6m: + /styled-components@4.4.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g==} requiresBuild: true peerDependencies: @@ -51262,23 +45828,23 @@ packages: react-dom: '>= 16.3.0' dependencies: '@babel/helper-module-imports': 7.21.4 - '@babel/traverse': 7.21.5_supports-color@5.5.0 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@emotion/is-prop-valid': 0.8.8 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.1_styled-components@4.4.1 + babel-plugin-styled-components: 2.1.1(styled-components@4.4.1) css-to-react-native: 2.3.2 memoize-one: 5.2.1 merge-anything: 2.4.4 prop-types: 15.8.1 react: 17.0.2 - react-dom: 17.0.2_react@17.0.2 + react-dom: 17.0.2(react@17.0.2) react-is: 16.13.1 stylis: 3.5.4 - stylis-rule-sheet: 0.0.10_stylis@3.5.4 + stylis-rule-sheet: 0.0.10(stylis@3.5.4) supports-color: 5.5.0 dev: true - /styled-components/5.3.10_7i5myeigehqah43i5u7wbekgba: + /styled-components@5.3.10(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2): resolution: {integrity: sha512-3kSzSBN0TiCnGJM04UwO1HklIQQSXW7rCARUk+VyMR7clz8XVlA3jijtf5ypqoDIdNMKx3la4VvaPFR855SFcg==} engines: {node: '>=10'} peerDependencies: @@ -51287,21 +45853,21 @@ packages: react-is: '>= 16.8.0' dependencies: '@babel/helper-module-imports': 7.21.4 - '@babel/traverse': 7.21.5_supports-color@5.5.0 + '@babel/traverse': 7.21.5(supports-color@5.5.0) '@emotion/is-prop-valid': 1.2.0 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.1_styled-components@5.3.10 + babel-plugin-styled-components: 2.1.1(styled-components@5.3.10) css-to-react-native: 3.2.0 hoist-non-react-statics: 3.3.2 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 + react: 17.0.2 + react-dom: 17.0.2(react@17.0.2) react-is: 18.2.0 shallowequal: 1.1.0 supports-color: 5.5.0 dev: true - /stylehacks/4.0.3: + /stylehacks@4.0.3: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: @@ -51310,7 +45876,7 @@ packages: postcss-selector-parser: 3.1.2 dev: true - /stylelint-config-css-modules/2.3.0_stylelint@13.13.1: + /stylelint-config-css-modules@2.3.0(stylelint@13.13.1): resolution: {integrity: sha512-nSxwaJMv9wBrTAi+O4qXubyi1AR9eB36tJpY0uaFhKgEc3fwWGUzUK1Edl8AQHAoU7wmUeKtsuYjblyRP/V7rw==} peerDependencies: stylelint: 11.x - 14.x @@ -51318,7 +45884,7 @@ packages: stylelint: 13.13.1 dev: true - /stylelint-config-prettier/8.0.2_stylelint@13.13.1: + /stylelint-config-prettier@8.0.2(stylelint@13.13.1): resolution: {integrity: sha512-TN1l93iVTXpF9NJstlvP7nOu9zY2k+mN0NSFQ/VEGz15ZIP9ohdDZTtCWHs5LjctAhSAzaILULGbgiM0ItId3A==} engines: {node: '>= 10', npm: '>= 5'} hasBin: true @@ -51328,7 +45894,7 @@ packages: stylelint: 13.13.1 dev: true - /stylelint-config-recommended/3.0.0_stylelint@13.13.1: + /stylelint-config-recommended@3.0.0(stylelint@13.13.1): resolution: {integrity: sha512-F6yTRuc06xr1h5Qw/ykb2LuFynJ2IxkKfCMf+1xqPffkxh0S09Zc902XCffcsw/XMFq/OzQ1w54fLIDtmRNHnQ==} peerDependencies: stylelint: '>=10.1.0' @@ -51336,16 +45902,16 @@ packages: stylelint: 13.13.1 dev: true - /stylelint-config-standard/20.0.0_stylelint@13.13.1: + /stylelint-config-standard@20.0.0(stylelint@13.13.1): resolution: {integrity: sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==} peerDependencies: stylelint: '>=10.1.0' dependencies: stylelint: 13.13.1 - stylelint-config-recommended: 3.0.0_stylelint@13.13.1 + stylelint-config-recommended: 3.0.0(stylelint@13.13.1) dev: true - /stylelint-declaration-block-no-ignored-properties/2.7.0_stylelint@13.13.1: + /stylelint-declaration-block-no-ignored-properties@2.7.0(stylelint@13.13.1): resolution: {integrity: sha512-44SpI9+9Oc1ICuwwRfwS/3npQ2jPobDSTnwWdNgZGryGqQCp17CgEIWjCv1BgUOSzND3RqywNCNLKvO1AOxbfg==} engines: {node: '>=6'} peerDependencies: @@ -51354,18 +45920,18 @@ packages: stylelint: 13.13.1 dev: true - /stylelint/13.13.1: + /stylelint@13.13.1: resolution: {integrity: sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==} engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@stylelint/postcss-css-in-js': 0.37.3_j55xdkkcxc32kvnyvx3y7casfm - '@stylelint/postcss-markdown': 0.36.2_j55xdkkcxc32kvnyvx3y7casfm + '@stylelint/postcss-css-in-js': 0.37.3(postcss-syntax@0.36.2)(postcss@7.0.39) + '@stylelint/postcss-markdown': 0.36.2(postcss-syntax@0.36.2)(postcss@7.0.39) autoprefixer: 9.8.8 balanced-match: 2.0.0 chalk: 4.1.2 cosmiconfig: 7.1.0 - debug: 4.3.4 + debug: 4.3.4(supports-color@5.5.0) execall: 2.0.0 fast-glob: 3.2.12 fastest-levenshtein: 1.0.16 @@ -51386,7 +45952,7 @@ packages: micromatch: 4.0.5 normalize-selector: 0.2.0 postcss: 7.0.39 - postcss-html: 0.36.0_j55xdkkcxc32kvnyvx3y7casfm + postcss-html: 0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39) postcss-less: 3.1.4 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 @@ -51394,7 +45960,7 @@ packages: postcss-sass: 0.4.4 postcss-scss: 2.1.1 postcss-selector-parser: 6.0.12 - postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom + postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) postcss-value-parser: 4.2.0 resolve-from: 5.0.0 slash: 3.0.0 @@ -51413,7 +45979,7 @@ packages: - supports-color dev: true - /stylis-rule-sheet/0.0.10_stylis@3.5.4: + /stylis-rule-sheet@0.0.10(stylis@3.5.4): resolution: {integrity: sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==} peerDependencies: stylis: ^3.5.0 @@ -51421,15 +45987,15 @@ packages: stylis: 3.5.4 dev: true - /stylis/3.5.4: + /stylis@3.5.4: resolution: {integrity: sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==} dev: true - /stylis/4.2.0: + /stylis@4.2.0: resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} dev: false - /stylus-loader/3.0.2_stylus@0.54.8: + /stylus-loader@3.0.2(stylus@0.54.8): resolution: {integrity: sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA==} peerDependencies: stylus: '>=0.52.4' @@ -51440,7 +46006,7 @@ packages: when: 3.6.4 dev: true - /stylus/0.54.8: + /stylus@0.54.8: resolution: {integrity: sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==} hasBin: true dependencies: @@ -51456,23 +46022,23 @@ packages: - supports-color dev: true - /sudo-prompt/9.2.1: + /sudo-prompt@9.2.1: resolution: {integrity: sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==} - /sugarss/2.0.0: + /sugarss@2.0.0: resolution: {integrity: sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==} dependencies: postcss: 7.0.39 dev: true - /superagent/3.8.3: + /superagent@3.8.3: resolution: {integrity: sha512-GLQtLMCoEIK4eDv6OGtkOoSMt3D+oq0y3dsxMuYuDvaNUvuT8eFBuLmfR0iYYzHC1e8hpzC6ZsxbuP6DIalMFA==} engines: {node: '>= 4.0'} deprecated: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . dependencies: component-emitter: 1.3.0 cookiejar: 2.1.4 - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) extend: 3.0.2 form-data: 2.5.1 formidable: 1.2.6 @@ -51484,13 +46050,13 @@ packages: - supports-color dev: true - /supercluster/7.1.5: + /supercluster@7.1.5: resolution: {integrity: sha512-EulshI3pGUM66o6ZdH3ReiFcvHpM3vAigyK+vcxdjpJyEbIIrtbmBdY23mGgnI24uXiGFvrGq9Gkum/8U7vJWg==} dependencies: kdbush: 3.0.0 dev: false - /supertest/4.0.2: + /supertest@4.0.2: resolution: {integrity: sha512-1BAbvrOZsGA3YTCWqbmh14L0YEq0EGICX/nBnfkfVJn7SrxQV1I3pMYjSzG9y/7ZU2V9dWqyqk2POwxlb09duQ==} engines: {node: '>=6.0.0'} dependencies: @@ -51500,75 +46066,75 @@ packages: - supports-color dev: true - /supports-color/2.0.0: + /supports-color@2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} engines: {node: '>=0.8.0'} - /supports-color/3.2.3: + /supports-color@3.2.3: resolution: {integrity: sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==} engines: {node: '>=0.8.0'} dependencies: has-flag: 1.0.0 dev: true - /supports-color/5.5.0: + /supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} dependencies: has-flag: 3.0.0 - /supports-color/6.0.0: + /supports-color@6.0.0: resolution: {integrity: sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg==} engines: {node: '>=6'} dependencies: has-flag: 3.0.0 dev: true - /supports-color/6.1.0: + /supports-color@6.1.0: resolution: {integrity: sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==} engines: {node: '>=6'} dependencies: has-flag: 3.0.0 - /supports-color/7.2.0: + /supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 - /supports-color/8.1.1: + /supports-color@8.1.1: resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} engines: {node: '>=10'} dependencies: has-flag: 4.0.0 - /supports-hyperlinks/2.3.0: + /supports-hyperlinks@2.3.0: resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 supports-color: 7.2.0 - /supports-preserve-symlinks-flag/1.0.0: + /supports-preserve-symlinks-flag@1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /suspend-react/0.0.8_react@17.0.2: + /suspend-react@0.0.8(react@17.0.2): resolution: {integrity: sha512-ZC3r8Hu1y0dIThzsGw0RLZplnX9yXwfItcvaIzJc2VQVi8TGyGDlu92syMB5ulybfvGLHAI5Ghzlk23UBPF8xg==} peerDependencies: react: '>=17.0 || 17' dependencies: react: 17.0.2 - /svg-parser/2.0.4: + /svg-parser@2.0.4: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} dev: true - /svg-tags/1.0.0: + /svg-tags@1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} dev: true - /svgo/1.3.2: + /svgo@1.3.2: resolution: {integrity: sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw==} engines: {node: '>=4.0.0'} deprecated: This SVGO version is no longer supported. Upgrade to v2.x.x. @@ -51589,7 +46155,7 @@ packages: util.promisify: 1.0.1 dev: true - /svgo/2.8.0: + /svgo@2.8.0: resolution: {integrity: sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==} engines: {node: '>=10.13.0'} hasBin: true @@ -51603,13 +46169,13 @@ packages: stable: 0.1.8 dev: true - /swap-case/1.1.2: + /swap-case@1.1.2: resolution: {integrity: sha512-BAmWG6/bx8syfc6qXPprof3Mn5vQgf5dwdUNJhsNqU9WdPt5P+ES/wQ5bxfijy8zwZgZZHslC3iAsxsuQMCzJQ==} dependencies: lower-case: 1.1.4 upper-case: 1.1.3 - /swr/1.3.0_react@17.0.2: + /swr@1.3.0(react@17.0.2): resolution: {integrity: sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw==} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 || 17 @@ -51617,19 +46183,19 @@ packages: react: 17.0.2 dev: false - /swr/2.1.5_react@17.0.2: + /swr@2.1.5(react@17.0.2): resolution: {integrity: sha512-/OhfZMcEpuz77KavXST5q6XE9nrOBOVcBLWjMT+oAE/kQHyE3PASrevXCtQDZ8aamntOfFkbVJp7Il9tNBQWrw==} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: react: 17.0.2 - use-sync-external-store: 1.2.0_react@17.0.2 + use-sync-external-store: 1.2.0(react@17.0.2) dev: false - /symbol-tree/3.2.4: + /symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - /symbol.prototype.description/1.0.5: + /symbol.prototype.description@1.0.5: resolution: {integrity: sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ==} engines: {node: '>= 0.11.15'} dependencies: @@ -51639,11 +46205,11 @@ packages: object.getownpropertydescriptors: 2.1.6 dev: true - /systemjs/6.14.1: + /systemjs@6.14.1: resolution: {integrity: sha512-8ftwWd+XnQtZ/aGbatrN4QFNGrKJzmbtixW+ODpci7pyoTajg4sonPP8aFLESAcuVxaC1FyDESt+SpfFCH9rZQ==} dev: false - /table/6.8.1: + /table@6.8.1: resolution: {integrity: sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==} engines: {node: '>=10.0.0'} dependencies: @@ -51654,15 +46220,15 @@ packages: strip-ansi: 6.0.1 dev: true - /tapable/1.1.3: + /tapable@1.1.3: resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} engines: {node: '>=6'} - /tapable/2.2.1: + /tapable@2.2.1: resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} engines: {node: '>=6'} - /tape/4.16.2: + /tape@4.16.2: resolution: {integrity: sha512-TUChV+q0GxBBCEbfCYkGLkv8hDJYjMdSWdE0/Lr331sB389dsvFUHNV9ph5iQqKzt8Ss9drzcda/YeexclBFqg==} hasBin: true dependencies: @@ -51681,8 +46247,9 @@ packages: resumer: 0.0.0 string.prototype.trim: 1.2.7 through: 2.3.8 + dev: false - /tar-fs/1.16.3: + /tar-fs@1.16.3: resolution: {integrity: sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==} dependencies: chownr: 1.1.4 @@ -51690,7 +46257,7 @@ packages: pump: 1.0.3 tar-stream: 1.6.2 - /tar-stream/1.6.2: + /tar-stream@1.6.2: resolution: {integrity: sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==} engines: {node: '>= 0.8.0'} dependencies: @@ -51702,7 +46269,7 @@ packages: to-buffer: 1.1.1 xtend: 4.0.2 - /tar/4.4.19: + /tar@4.4.19: resolution: {integrity: sha512-a20gEsvHnWe0ygBY8JbxoM4w3SJdhc7ZAuxkLqh+nvNQN2IOt0B5lLgM490X5Hl8FF0dl0tOf2ewFYAlIFgzVA==} engines: {node: '>=4.5'} dependencies: @@ -51715,7 +46282,7 @@ packages: yallist: 3.1.1 dev: true - /tcp-base/3.1.1: + /tcp-base@3.1.1: resolution: {integrity: sha512-6wS2yvxq7xqhlpjHPLCYsuy6hIu1HFP3vDqfa1swjQ14MHIz2TW32CvY3hOrt6eM0tmUmy+1rsy52JKqD9hkjQ==} engines: {node: '>= 6.0.0'} dependencies: @@ -51723,17 +46290,17 @@ packages: sdk-base: 3.6.0 dev: false - /tcp-proxy.js/1.5.0: + /tcp-proxy.js@1.5.0: resolution: {integrity: sha512-+BTS7RUwSHhkJdlqgCZ1Ta7U3Ei/vyaHe6uizj4t5IoUrFM55SLsFHzlZzOZvvtVdpGhQ0Y10UKjA7HTlxU5eQ==} engines: {node: '>=14.0.0'} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) through2: 2.0.5 transitivePeerDependencies: - supports-color dev: true - /telejson/3.3.0: + /telejson@3.3.0: resolution: {integrity: sha512-er08AylQ+LEbDLp1GRezORZu5wKOHaBczF6oYJtgC3Idv10qZ8A3p6ffT+J5BzDKkV9MqBvu8HAKiIIOp6KJ2w==} dependencies: '@types/is-function': 1.0.1 @@ -51746,36 +46313,36 @@ packages: memoizerific: 1.11.3 dev: true - /temp-dir/2.0.0: + /temp-dir@2.0.0: resolution: {integrity: sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==} engines: {node: '>=8'} dev: true - /temp/0.8.3: + /temp@0.8.3: resolution: {integrity: sha512-jtnWJs6B1cZlHs9wPG7BrowKxZw/rf6+UpGAkr8AaYmiTyTO7zQlLoST8zx/8TcUPnZmeBoB+H8ARuHZaSijVw==} engines: {'0': node >=0.8.0} dependencies: os-tmpdir: 1.0.2 rimraf: 2.2.8 - /temp/0.8.4: + /temp@0.8.4: resolution: {integrity: sha512-s0ZZzd0BzYv5tLSptZooSjK8oj6C+c19p7Vqta9+6NPOf7r+fxq0cJe6/oN4LTC79sy5NY8ucOJNgwsKCSbfqg==} engines: {node: '>=6.0.0'} dependencies: rimraf: 2.6.3 - /term-size/1.2.0: + /term-size@1.2.0: resolution: {integrity: sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==} engines: {node: '>=4'} dependencies: execa: 0.7.0 - /term-size/2.2.1: + /term-size@2.2.1: resolution: {integrity: sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==} engines: {node: '>=8'} dev: true - /terminal-link/2.1.1: + /terminal-link@2.1.1: resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} engines: {node: '>=8'} dependencies: @@ -51783,7 +46350,7 @@ packages: supports-hyperlinks: 2.3.0 dev: false - /ternary-stream/2.1.1: + /ternary-stream@2.1.1: resolution: {integrity: sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw==} engines: {node: '>= 0.10.0'} dependencies: @@ -51793,7 +46360,7 @@ packages: through2: 2.0.5 dev: true - /terser-webpack-plugin/1.4.5_webpack@4.46.0: + /terser-webpack-plugin@1.4.5(webpack@4.46.0): resolution: {integrity: sha512-04Rfe496lN8EYruwi6oPQkG0vo8C+HT49X687FZnpPF0qMAIHONI6HEXYPKDOE8e5HjXTyKfqRd/agHtH0kOtw==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -51806,12 +46373,12 @@ packages: serialize-javascript: 4.0.0 source-map: 0.6.1 terser: 4.8.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) webpack-sources: 1.4.3 worker-farm: 1.7.0 dev: true - /terser-webpack-plugin/2.3.8_webpack@4.46.0: + /terser-webpack-plugin@2.3.8(webpack@4.46.0): resolution: {integrity: sha512-/fKw3R+hWyHfYx7Bv6oPqmk4HGQcrWLtV3X6ggvPuwPNHSnzvVV51z6OaaCOus4YLjutYGOz3pEpbhe6Up2s1w==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -51825,13 +46392,13 @@ packages: serialize-javascript: 4.0.0 source-map: 0.6.1 terser: 4.8.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) webpack-sources: 1.4.3 transitivePeerDependencies: - bluebird dev: true - /terser-webpack-plugin/5.3.7_webpack@5.82.0: + /terser-webpack-plugin@5.3.7(webpack@5.82.0): resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -51852,9 +46419,9 @@ packages: schema-utils: 3.1.2 serialize-javascript: 6.0.1 terser: 5.17.1 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) - /terser/4.8.1: + /terser@4.8.1: resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==} engines: {node: '>=6.0.0'} hasBin: true @@ -51865,7 +46432,7 @@ packages: source-map-support: 0.5.21 dev: true - /terser/5.14.2: + /terser@5.14.2: resolution: {integrity: sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==} engines: {node: '>=10'} hasBin: true @@ -51875,7 +46442,7 @@ packages: commander: 2.20.3 source-map-support: 0.5.21 - /terser/5.17.1: + /terser@5.17.1: resolution: {integrity: sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==} engines: {node: '>=10'} hasBin: true @@ -51885,7 +46452,7 @@ packages: commander: 2.20.3 source-map-support: 0.5.21 - /test-exclude/5.2.3: + /test-exclude@5.2.3: resolution: {integrity: sha512-M+oxtseCFO3EDtAaGH7iiej3CBkzXqFMbzqYAACdzKui4eZA+pq3tZEwChvOdNfa7xxy8BfbmgJSIr43cC/+2g==} engines: {node: '>=6'} dependencies: @@ -51895,7 +46462,7 @@ packages: require-main-filename: 2.0.0 dev: true - /test-exclude/6.0.0: + /test-exclude@6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'} dependencies: @@ -51903,26 +46470,26 @@ packages: glob: 7.2.3 minimatch: 3.1.2 - /text-table/0.2.0: + /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true - /textextensions/2.6.0: + /textextensions@2.6.0: resolution: {integrity: sha512-49WtAWS+tcsy93dRt6P0P3AMD2m5PvXRhuEA0kaXos5ZLlujtYmpmFsB+QvWUSxE1ZsstmYXfQ7L40+EcQgpAQ==} engines: {node: '>=0.8'} - /thenify-all/1.6.0: + /thenify-all@1.6.0: resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} engines: {node: '>=0.8'} dependencies: thenify: 3.3.1 - /thenify/3.3.1: + /thenify@3.3.1: resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} dependencies: any-promise: 1.3.0 - /thread-loader/2.1.3_webpack@4.46.0: + /thread-loader@2.1.3(webpack@4.46.0): resolution: {integrity: sha512-wNrVKH2Lcf8ZrWxDF/khdlLlsTMczdcwPA9VEK4c2exlEPynYWxi9op3nPTo5lAnDIkE0rQEB3VBP+4Zncc9Hg==} engines: {node: '>= 6.9.0 <7.0.0 || >= 8.9.0'} peerDependencies: @@ -51931,15 +46498,15 @@ packages: loader-runner: 2.4.0 loader-utils: 1.4.2 neo-async: 2.6.2 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /thread-stream/0.15.2: + /thread-stream@0.15.2: resolution: {integrity: sha512-UkEhKIg2pD+fjkHQKyJO3yoIvAP3N6RlNFt2dUhcS1FGvCD1cQa1M/PGknCLFIyZdtJOWQjejp7bdNqmN7zwdA==} dependencies: real-require: 0.1.0 - /three-forcegraph/1.41.9_three@0.135.0: + /three-forcegraph@1.41.9(three@0.135.0): resolution: {integrity: sha512-RrL/NJKLhLWww2JVvVID9fYAUNS4pjRsyDb+2x3rqLNEzSzKjcNKSjOBIMV1dWFeO4uVcMghhcdqKWhlFCGbnw==} engines: {node: '>=12'} peerDependencies: @@ -51958,7 +46525,7 @@ packages: tinycolor2: 1.6.0 dev: false - /three-forcegraph/1.41.9_three@0.139.2: + /three-forcegraph@1.41.9(three@0.139.2): resolution: {integrity: sha512-RrL/NJKLhLWww2JVvVID9fYAUNS4pjRsyDb+2x3rqLNEzSzKjcNKSjOBIMV1dWFeO4uVcMghhcdqKWhlFCGbnw==} engines: {node: '>=12'} peerDependencies: @@ -51977,7 +46544,7 @@ packages: tinycolor2: 1.6.0 dev: false - /three-render-objects/1.28.4_three@0.135.0: + /three-render-objects@1.28.4(three@0.135.0): resolution: {integrity: sha512-ko4zvgKKvKoniV+PwlelVLU7h4hpZRtJyoxpdhR/ZpMAiOJTI7ZbY9l/ycktZgGqzdKFUIuDKpw9eJGo2GSKfw==} engines: {node: '>=12'} peerDependencies: @@ -51990,7 +46557,7 @@ packages: three: 0.135.0 dev: false - /three-render-objects/1.28.4_three@0.139.2: + /three-render-objects@1.28.4(three@0.139.2): resolution: {integrity: sha512-ko4zvgKKvKoniV+PwlelVLU7h4hpZRtJyoxpdhR/ZpMAiOJTI7ZbY9l/ycktZgGqzdKFUIuDKpw9eJGo2GSKfw==} engines: {node: '>=12'} peerDependencies: @@ -52003,135 +46570,125 @@ packages: three: 0.139.2 dev: false - /three/0.135.0: + /three@0.135.0: resolution: {integrity: sha512-kuEpuuxRzLv0MDsXai9huCxOSQPZ4vje6y0gn80SRmQvgz6/+rI0NAvCRAw56zYaWKMGMfqKWsxF9Qa2Z9xymQ==} - dev: false - /three/0.139.2: + /three@0.139.2: resolution: {integrity: sha512-gV7q7QY8rogu7HLFZR9cWnOQAUedUhu2WXAnpr2kdXZP9YDKsG/0ychwQvWkZN5PlNw9mv5MoCTin6zNTXoONg==} dev: false - /three/0.152.2: - resolution: {integrity: sha512-Ff9zIpSfkkqcBcpdiFo2f35vA9ZucO+N8TNacJOqaEE6DrB0eufItVMib8bK8Pcju/ZNT6a7blE1GhTpkdsILw==} - dev: true - - /throat/4.1.0: + /throat@4.1.0: resolution: {integrity: sha512-wCVxLDcFxw7ujDxaeJC6nfl2XfHJNYs8yUYJnvMgtPEFlttP9tHSfRUv2vBe6C4hkVFPWoP1P6ZccbYjmSEkKA==} dev: true - /throat/5.0.0: + /throat@5.0.0: resolution: {integrity: sha512-fcwX4mndzpLQKBS1DVYhGAcYaYt7vsHNIvQV+WXMvnow5cgjPphq5CaayLaGsjRdSCKZFNGt7/GYAuXaNOiYCA==} - /throttle-debounce/2.3.0: + /throttle-debounce@2.3.0: resolution: {integrity: sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==} engines: {node: '>=8'} dev: true - /throttle-debounce/3.0.1: + /throttle-debounce@3.0.1: resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} engines: {node: '>=10'} dev: false - /throttle-debounce/5.0.0: - resolution: {integrity: sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg==} - engines: {node: '>=12.22'} - dev: false - - /through/2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - - /through2-filter/3.0.0: + /through2-filter@3.0.0: resolution: {integrity: sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==} dependencies: through2: 2.0.5 xtend: 4.0.2 dev: true - /through2/2.0.5: + /through2@2.0.5: resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} dependencies: readable-stream: 2.3.8 xtend: 4.0.2 - /through2/3.0.1: + /through2@3.0.1: resolution: {integrity: sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==} dependencies: readable-stream: 3.6.2 dev: true - /thunky/1.1.0: + /through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + + /thunky@1.1.0: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} dev: true - /time-stamp/1.1.0: + /time-stamp@1.1.0: resolution: {integrity: sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==} engines: {node: '>=0.10.0'} dev: true - /timed-out/4.0.1: + /timed-out@4.0.1: resolution: {integrity: sha512-G7r3AhovYtr5YKOWQkta8RKAPb+J9IsO4uVmzjl8AZwfhs8UcUwTiD6gcJYSgOtzyjvQKrKYn41syHbUWMkafA==} engines: {node: '>=0.10.0'} - /timers-browserify/2.0.12: + /timers-browserify@2.0.12: resolution: {integrity: sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==} engines: {node: '>=0.6.0'} dependencies: setimmediate: 1.0.5 - /timsort/0.3.0: + /timsort@0.3.0: resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} dev: true - /tiny-emitter/2.1.0: + /tiny-emitter@2.1.0: resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==} dev: true optional: true - /tiny-invariant/1.3.1: + /tiny-invariant@1.3.1: resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} - /tiny-warning/1.0.3: + /tiny-warning@1.0.3: resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} - /tinycolor2/1.6.0: + /tinycolor2@1.6.0: resolution: {integrity: sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==} - /tinyqueue/2.0.3: + /tinyqueue@2.0.3: resolution: {integrity: sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==} dev: false - /tippy.js/4.3.5: + /tippy.js@4.3.5: resolution: {integrity: sha512-NDq3efte8nGK6BOJ1dDN1/WelAwfmh3UtIYXXck6+SxLzbIQNZE/cmRSnwScZ/FyiKdIcvFHvYUgqmoGx8CcyA==} dependencies: popper.js: 1.16.1 dev: true - /title-case/2.1.1: + /title-case@2.1.1: resolution: {integrity: sha512-EkJoZ2O3zdCz3zJsYCsxyq2OC5hrxR9mfdd5I+w8h/tmFfeOxJ+vvkxsKxdmN0WtS9zLdHEgfgVOiMVgv+Po4Q==} dependencies: no-case: 2.3.2 upper-case: 1.1.3 - /titleize/1.0.1: + /titleize@1.0.1: resolution: {integrity: sha512-rUwGDruKq1gX+FFHbTl5qjI7teVO7eOe+C8IcQ7QT+1BK3eEUXJqbZcBOeaRP4FwSC/C1A5jDoIVta0nIQ9yew==} engines: {node: '>=0.10.0'} dev: true - /titleize/2.1.0: + /titleize@2.1.0: resolution: {integrity: sha512-m+apkYlfiQTKLW+sI4vqUkwMEzfgEUEYSqljx1voUE3Wz/z1ZsxyzSxvH2X8uKVrOp7QkByWt0rA6+gvhCKy6g==} engines: {node: '>=6'} dev: true - /tmp/0.0.33: + /tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} dependencies: os-tmpdir: 1.0.2 - /tmpl/1.0.5: + /tmpl@1.0.5: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} - /to-absolute-glob/2.0.2: + /to-absolute-glob@2.0.2: resolution: {integrity: sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==} engines: {node: '>=0.10.0'} dependencies: @@ -52139,46 +46696,46 @@ packages: is-negated-glob: 1.0.0 dev: true - /to-arraybuffer/1.0.1: + /to-arraybuffer@1.0.1: resolution: {integrity: sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==} - /to-buffer/1.1.1: + /to-buffer@1.1.1: resolution: {integrity: sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==} - /to-fast-properties/1.0.3: + /to-fast-properties@1.0.3: resolution: {integrity: sha512-lxrWP8ejsq+7E3nNjwYmUBMAgjMTZoTI+sdBOpvNyijeDLa29LUn9QaoXAHv4+Z578hbmHHJKZknzxVtvo77og==} engines: {node: '>=0.10.0'} dev: true - /to-fast-properties/2.0.0: + /to-fast-properties@2.0.0: resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} - /to-object-path/0.3.0: + /to-object-path@0.3.0: resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==} engines: {node: '>=0.10.0'} dependencies: kind-of: 3.2.2 - /to-readable-stream/1.0.0: + /to-readable-stream@1.0.0: resolution: {integrity: sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==} engines: {node: '>=6'} dev: true - /to-regex-range/2.1.1: + /to-regex-range@2.1.1: resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==} engines: {node: '>=0.10.0'} dependencies: is-number: 3.0.0 repeat-string: 1.6.1 - /to-regex-range/5.0.1: + /to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} dependencies: is-number: 7.0.0 - /to-regex/3.0.2: + /to-regex@3.0.2: resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} engines: {node: '>=0.10.0'} dependencies: @@ -52187,50 +46744,50 @@ packages: regex-not: 1.0.2 safe-regex: 1.1.0 - /to-style/1.3.3: + /to-style@1.3.3: resolution: {integrity: sha512-9K8KYegr9hrdm8yPpu5iZjJp5t6RPAp4gFDU5hD9zR8hwqgF4fsoSitMtkRKQG2qkP5j/uG3wajbgV09rjmIqg==} dev: true - /to-through/2.0.0: + /to-through@2.0.0: resolution: {integrity: sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==} engines: {node: '>= 0.10'} dependencies: through2: 2.0.5 dev: true - /to-vfile/5.0.3: + /to-vfile@5.0.3: resolution: {integrity: sha512-z1Lfx60yAMDMmr+f426Y4yECsHdl8GVEAE+LymjRF5oOIZ7T4N20IxWNAxXLMRzP9jSSll38Z0fKVAhVLsdLOw==} dependencies: is-buffer: 2.0.5 vfile: 3.0.1 dev: true - /toggle-selection/1.0.6: + /toggle-selection@1.0.6: resolution: {integrity: sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==} - /toidentifier/1.0.1: + /toidentifier@1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} - /topojson-client/3.1.0: + /topojson-client@3.1.0: resolution: {integrity: sha512-605uxS6bcYxGXw9qi62XyrV6Q3xwbndjachmNxu8HWTtVPxZfEJN9fd/SZS1Q54Sn2y0TMyMxFj/cJINqGHrKw==} hasBin: true dependencies: commander: 2.20.3 dev: false - /topojson-server/3.0.1: + /topojson-server@3.0.1: resolution: {integrity: sha512-/VS9j/ffKr2XAOjlZ9CgyyeLmgJ9dMwq6Y0YEON8O7p/tGGk+dCWnrE03zEdu7i4L7YsFZLEPZPzCvcB7lEEXw==} hasBin: true dependencies: commander: 2.20.3 dev: false - /toposort/2.0.2: + /toposort@2.0.2: resolution: {integrity: sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==} dev: false - /tough-cookie/2.5.0: + /tough-cookie@2.5.0: resolution: {integrity: sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==} engines: {node: '>=0.8'} dependencies: @@ -52238,7 +46795,7 @@ packages: punycode: 2.3.0 dev: true - /tough-cookie/4.1.2: + /tough-cookie@4.1.2: resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} engines: {node: '>=6'} dependencies: @@ -52247,89 +46804,89 @@ packages: universalify: 0.2.0 url-parse: 1.5.10 - /tr46/0.0.3: + /tr46@0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} - /tr46/1.0.1: + /tr46@1.0.1: resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} dependencies: punycode: 2.3.0 dev: true - /tr46/2.1.0: + /tr46@2.1.0: resolution: {integrity: sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==} engines: {node: '>=8'} dependencies: punycode: 2.3.0 - /traverse/0.6.6: + /traverse@0.6.6: resolution: {integrity: sha512-kdf4JKs8lbARxWdp7RKdNzoJBhGUcIalSYibuGyHJbmk40pOysQ0+QPvlkCOICOivDWU2IJo2rkrxyTK2AH4fw==} dev: true - /traverse/0.6.7: + /traverse@0.6.7: resolution: {integrity: sha512-/y956gpUo9ZNCb99YjxG7OaslxZWHfCHAUUfshwqOXmxUIvqLjVO581BT+gM59+QV9tFe6/CGG53tsA1Y7RSdg==} dev: true - /trim-lines/1.1.3: + /trim-lines@1.1.3: resolution: {integrity: sha512-E0ZosSWYK2mkSu+KEtQ9/KqarVjA9HztOSX+9FDdNacRAq29RRV6ZQNgob3iuW8Htar9vAfEa6yyt5qBAHZDBA==} dev: true - /trim-lines/3.0.1: + /trim-lines@3.0.1: resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} dev: false - /trim-newlines/2.0.0: + /trim-newlines@2.0.0: resolution: {integrity: sha512-MTBWv3jhVjTU7XR3IQHllbiJs8sc75a80OEhB6or/q7pLTWgQ0bMGQXXYQSrSuXe6WiKWDZ5txXY5P59a/coVA==} engines: {node: '>=4'} dev: true - /trim-newlines/3.0.1: + /trim-newlines@3.0.1: resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} engines: {node: '>=8'} dev: true - /trim-repeated/1.0.0: + /trim-repeated@1.0.0: resolution: {integrity: sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==} engines: {node: '>=0.10.0'} dependencies: escape-string-regexp: 1.0.5 dev: true - /trim-right/1.0.1: + /trim-right@1.0.1: resolution: {integrity: sha512-WZGXGstmCWgeevgTL54hrCuw1dyMQIzWy7ZfqRJfSmJZBwklI15egmQytFP6bPidmw3M8d5yEowl1niq4vmqZw==} engines: {node: '>=0.10.0'} dev: true - /trim-trailing-lines/1.1.4: + /trim-trailing-lines@1.1.4: resolution: {integrity: sha512-rjUWSqnfTNrjbB9NQWfPMH/xRK1deHeGsHoVfpxJ++XeYXE0d6B1En37AHfw3jtfTU7dzMzZL2jjpe8Qb5gLIQ==} dev: true - /trim/0.0.1: + /trim@0.0.1: resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==} deprecated: Use String.prototype.trim() instead dev: true - /trough/1.0.5: + /trough@1.0.5: resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==} - /trough/2.1.0: + /trough@2.1.0: resolution: {integrity: sha512-AqTiAOLcj85xS7vQ8QkAV41hPDIJ71XJB4RCUrzo/1GM2CQwhkJGaf9Hgr7BOugMRpgGUrqRg/DrBDl4H40+8g==} dev: false - /tryer/1.0.1: + /tryer@1.0.1: resolution: {integrity: sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==} dev: true - /ts-dedent/1.2.0: + /ts-dedent@1.2.0: resolution: {integrity: sha512-6zSJp23uQI+Txyz5LlXMXAHpUhY4Hi0oluXny0OgIR7g/Cromq4vDBnhtbBdyIV34g0pgwxUvnvg+jLJe4c1NA==} engines: {node: '>=6.10'} dev: true - /ts-easing/0.2.0: + /ts-easing@0.2.0: resolution: {integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==} dev: false - /ts-loader/8.4.0_63sp3xclhi244az6p5twxmey5m: + /ts-loader@8.4.0(typescript@4.9.5)(webpack@5.82.0): resolution: {integrity: sha512-6nFY3IZ2//mrPc+ImY3hNWx1vCHyEhl6V+wLmL4CZcm6g1CqX7UKrkc6y0i4FwcfOhxyMPCfaEvh20f4r9GNpw==} engines: {node: '>=10.0.0'} peerDependencies: @@ -52342,10 +46899,10 @@ packages: micromatch: 4.0.5 semver: 7.5.0 typescript: 4.9.5 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /ts-loader/9.4.2_qlgbngis46ecdgixpmddx7o4hq: + /ts-loader@9.4.2(typescript@4.9.5)(webpack@5.82.0): resolution: {integrity: sha512-OmlC4WVmFv5I0PpaxYb+qGeGOdm5giHU7HwDDUjw59emP2UYMHy9fFSDcYgSNoH8sXcj4hGCSEhlDZ9ULeDraA==} engines: {node: '>=12.0.0'} peerDependencies: @@ -52356,11 +46913,11 @@ packages: enhanced-resolve: 5.13.0 micromatch: 4.0.5 semver: 7.5.0 - typescript: 5.0.4 - webpack: 5.82.0_webpack-cli@4.10.0 + typescript: 4.9.5 + webpack: 5.82.0(webpack-cli@4.10.0) dev: true - /ts-node/10.9.1_74yubvri55j5yhwjxz5pwk5znm: + /ts-node@10.9.1(@types/node@7.10.14)(typescript@4.9.5): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -52391,7 +46948,7 @@ packages: yn: 3.1.1 dev: true - /ts-node/7.0.1: + /ts-node@7.0.1: resolution: {integrity: sha512-BVwVbPJRspzNh2yfslyT1PSbl5uIk03EZlb493RKHN4qej/D06n1cEhjlOJG69oFsE7OT8XjpTUcYf6pKTLMhw==} engines: {node: '>=4.2.0'} hasBin: true @@ -52406,17 +46963,7 @@ packages: yn: 2.0.0 dev: true - /ts-pnp/1.2.0: - resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} - engines: {node: '>=6'} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dev: true - - /ts-pnp/1.2.0_typescript@5.0.4: + /ts-pnp@1.2.0(typescript@4.9.5): resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -52425,10 +46972,10 @@ packages: typescript: optional: true dependencies: - typescript: 5.0.4 + typescript: 4.9.5 dev: true - /tsconfig-paths/3.14.2: + /tsconfig-paths@3.14.2: resolution: {integrity: sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==} dependencies: '@types/json5': 0.0.29 @@ -52437,7 +46984,7 @@ packages: strip-bom: 3.0.0 dev: true - /tsconfig-paths/4.0.0: + /tsconfig-paths@4.0.0: resolution: {integrity: sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==} dependencies: json5: 2.2.3 @@ -52445,7 +46992,7 @@ packages: strip-bom: 3.0.0 dev: true - /tsconfig-paths/4.2.0: + /tsconfig-paths@4.2.0: resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} engines: {node: '>=6'} dependencies: @@ -52454,18 +47001,18 @@ packages: strip-bom: 3.0.0 dev: false - /tslib/1.14.1: + /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib/2.5.0: + /tslib@2.5.0: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} - /tsscmp/1.0.6: + /tsscmp@1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} dev: false - /tsutils/3.21.0_typescript@4.9.5: + /tsutils@3.21.0(typescript@4.9.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: @@ -52475,10 +47022,10 @@ packages: typescript: 4.9.5 dev: true - /tty-browserify/0.0.0: + /tty-browserify@0.0.0: resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} - /tty-table/4.2.1: + /tty-table@4.2.1: resolution: {integrity: sha512-xz0uKo+KakCQ+Dxj1D/tKn2FSyreSYWzdkL/BYhgN6oMW808g8QRMuh1atAV9fjTPbWBjfbkKQpI/5rEcnAc7g==} engines: {node: '>=8.0.0'} hasBin: true @@ -52492,13 +47039,13 @@ packages: yargs: 17.7.2 dev: true - /tunnel-agent/0.6.0: + /tunnel-agent@0.6.0: resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} dependencies: safe-buffer: 5.2.1 dev: true - /turbo-darwin-64/1.9.3: + /turbo-darwin-64@1.9.3: resolution: {integrity: sha512-0dFc2cWXl82kRE4Z+QqPHhbEFEpUZho1msHXHWbz5+PqLxn8FY0lEVOHkq5tgKNNEd5KnGyj33gC/bHhpZOk5g==} cpu: [x64] os: [darwin] @@ -52506,7 +47053,7 @@ packages: dev: true optional: true - /turbo-darwin-arm64/1.9.3: + /turbo-darwin-arm64@1.9.3: resolution: {integrity: sha512-1cYbjqLBA2zYE1nbf/qVnEkrHa4PkJJbLo7hnuMuGM0bPzh4+AnTNe98gELhqI1mkTWBu/XAEeF5u6dgz0jLNA==} cpu: [arm64] os: [darwin] @@ -52514,7 +47061,7 @@ packages: dev: true optional: true - /turbo-linux-64/1.9.3: + /turbo-linux-64@1.9.3: resolution: {integrity: sha512-UuBPFefawEwpuxh5pM9Jqq3q4C8M0vYxVYlB3qea/nHQ80pxYq7ZcaLGEpb10SGnr3oMUUs1zZvkXWDNKCJb8Q==} cpu: [x64] os: [linux] @@ -52522,7 +47069,7 @@ packages: dev: true optional: true - /turbo-linux-arm64/1.9.3: + /turbo-linux-arm64@1.9.3: resolution: {integrity: sha512-vUrNGa3hyDtRh9W0MkO+l1dzP8Co2gKnOVmlJQW0hdpOlWlIh22nHNGGlICg+xFa2f9j4PbQlWTsc22c019s8Q==} cpu: [arm64] os: [linux] @@ -52530,7 +47077,7 @@ packages: dev: true optional: true - /turbo-windows-64/1.9.3: + /turbo-windows-64@1.9.3: resolution: {integrity: sha512-0BZ7YaHs6r+K4ksqWus1GKK3W45DuDqlmfjm/yuUbTEVc8szmMCs12vugU2Zi5GdrdJSYfoKfEJ/PeegSLIQGQ==} cpu: [x64] os: [win32] @@ -52538,7 +47085,7 @@ packages: dev: true optional: true - /turbo-windows-arm64/1.9.3: + /turbo-windows-arm64@1.9.3: resolution: {integrity: sha512-QJUYLSsxdXOsR1TquiOmLdAgtYcQ/RuSRpScGvnZb1hY0oLc7JWU0llkYB81wVtWs469y8H9O0cxbKwCZGR4RQ==} cpu: [arm64] os: [win32] @@ -52546,7 +47093,7 @@ packages: dev: true optional: true - /turbo/1.9.3: + /turbo@1.9.3: resolution: {integrity: sha512-ID7mxmaLUPKG/hVkp+h0VuucB1U99RPCJD9cEuSEOdIPoSIuomcIClEJtKamUsdPLhLCud+BvapBNnhgh58Nzw==} hasBin: true requiresBuild: true @@ -52559,120 +47106,120 @@ packages: turbo-windows-arm64: 1.9.3 dev: true - /turf-jsts/1.2.3: + /turf-jsts@1.2.3: resolution: {integrity: sha512-Ja03QIJlPuHt4IQ2FfGex4F4JAr8m3jpaHbFbQrgwr7s7L6U8ocrHiF3J1+wf9jzhGKxvDeaCAnGDot8OjGFyA==} dev: false - /tween-functions/1.2.0: + /tween-functions@1.2.0: resolution: {integrity: sha512-PZBtLYcCLtEcjL14Fzb1gSxPBeL7nWvGhO5ZFPGqziCcr8uvHp0NDmdjBchp6KHL+tExcg0m3NISmKxhU394dA==} dev: false - /tweetnacl/0.14.5: + /tweetnacl@0.14.5: resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} dev: true - /type-check/0.3.2: + /type-check@0.3.2: resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 - /type-check/0.4.0: + /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.2.1 dev: true - /type-detect/4.0.8: + /type-detect@4.0.8: resolution: {integrity: sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==} engines: {node: '>=4'} - /type-fest/0.13.1: + /type-fest@0.13.1: resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} engines: {node: '>=10'} dev: true - /type-fest/0.18.1: + /type-fest@0.18.1: resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} engines: {node: '>=10'} dev: true - /type-fest/0.20.2: + /type-fest@0.20.2: resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} engines: {node: '>=10'} dev: true - /type-fest/0.21.3: + /type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} - /type-fest/0.3.1: + /type-fest@0.3.1: resolution: {integrity: sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==} engines: {node: '>=6'} dev: true - /type-fest/0.4.1: + /type-fest@0.4.1: resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} engines: {node: '>=6'} dev: true - /type-fest/0.6.0: + /type-fest@0.6.0: resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} engines: {node: '>=8'} - /type-fest/0.7.1: + /type-fest@0.7.1: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} - /type-fest/0.8.1: + /type-fest@0.8.1: resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} engines: {node: '>=8'} - /type-fest/2.19.0: + /type-fest@2.19.0: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} dev: true - /type-is/1.6.18: + /type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'} dependencies: media-typer: 0.3.0 mime-types: 2.1.35 - /type-name/2.0.2: + /type-name@2.0.2: resolution: {integrity: sha512-kkgkuqR/jKdKO5oh/I2SMu2dGbLXoJq0zkdgbxaqYK+hr9S9edwVVGf+tMUFTx2gH9TN2+Zu9JZ/Njonb3cjhA==} dev: true - /type/1.2.0: + /type@1.2.0: resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} dev: true - /type/2.7.2: + /type@2.7.2: resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==} dev: true - /typed-array-length/1.0.4: + /typed-array-length@1.0.4: resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} dependencies: call-bind: 1.0.2 for-each: 0.3.3 is-typed-array: 1.1.10 - /typed-styles/0.0.7: + /typed-styles@0.0.7: resolution: {integrity: sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q==} dev: true - /typedarray-to-buffer/3.1.5: + /typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: is-typedarray: 1.0.0 - /typedarray/0.0.6: + /typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - /typescript-transform-paths/3.4.6_typescript@4.8.4: + /typescript-transform-paths@3.4.6(typescript@4.8.4): resolution: {integrity: sha512-qdgpCk9oRHkIBhznxaHAapCFapJt5e4FbFik7Y4qdqtp6VyC3smAIPoDEIkjZ2eiF7x5+QxUPYNwJAtw0thsTw==} peerDependencies: typescript: '>=3.6.5' @@ -52681,39 +47228,33 @@ packages: typescript: 4.8.4 dev: true - /typescript/3.3.4000: + /typescript@3.3.4000: resolution: {integrity: sha512-jjOcCZvpkl2+z7JFn0yBOoLQyLoIkNZAs/fYJkUG6VKy6zLPHJGfQJYFHzibB6GJaF/8QrcECtlQ5cpvRHSMEA==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /typescript/3.9.10: + /typescript@3.9.10: resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /typescript/4.8.4: + /typescript@4.8.4: resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} engines: {node: '>=4.2.0'} hasBin: true dev: true - /typescript/4.9.5: + /typescript@4.9.5: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true - /typescript/5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} - hasBin: true - dev: true - - /ua-parser-js/0.7.35: + /ua-parser-js@0.7.35: resolution: {integrity: sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==} - /uglify-es/3.3.9: + /uglify-es@3.3.9: resolution: {integrity: sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==} engines: {node: '>=0.8.0'} deprecated: support for ECMAScript is superseded by `uglify-js` as of v3.13.0 @@ -52722,7 +47263,7 @@ packages: commander: 2.13.0 source-map: 0.6.1 - /uglify-js/2.8.29: + /uglify-js@2.8.29: resolution: {integrity: sha512-qLq/4y2pjcU3vhlhseXGGJ7VbFO4pBANu0kwl8VCa9KEI0V8VfZIx2Fy3w01iSTA/pGwKZSmu/+I4etLNDdt5w==} engines: {node: '>=0.8.0'} hasBin: true @@ -52732,13 +47273,13 @@ packages: optionalDependencies: uglify-to-browserify: 1.0.2 - /uglify-js/3.17.4: + /uglify-js@3.17.4: resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} engines: {node: '>=0.8.0'} hasBin: true dev: true - /uglify-js/3.4.10: + /uglify-js@3.4.10: resolution: {integrity: sha512-Y2VsbPVs0FIshJztycsO2SfPk7/KAF/T72qzv9u5EpQ4kB2hQoHlhNQTsNyy6ul7lQtqJN/AoWeS23OzEiEFxw==} engines: {node: '>=0.8.0'} hasBin: true @@ -52747,59 +47288,59 @@ packages: source-map: 0.6.1 dev: true - /uglify-to-browserify/1.0.2: + /uglify-to-browserify@1.0.2: resolution: {integrity: sha512-vb2s1lYx2xBtUgy+ta+b2J/GLVUR+wmpINwHePmPRhOsIVCG2wDzKJ0n14GslH1BifsqVzSOwQhRaCAsZ/nI4Q==} requiresBuild: true optional: true - /uid-number/0.0.6: + /uid-number@0.0.6: resolution: {integrity: sha512-c461FXIljswCuscZn67xq9PpszkPT6RjheWFQTgCyabJrTUozElanb0YEqv2UGgk247YpcJkFBuSGNvBlpXM9w==} dev: true - /uid-safe/2.1.5: + /uid-safe@2.1.5: resolution: {integrity: sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==} engines: {node: '>= 0.8'} dependencies: random-bytes: 1.0.0 dev: false - /ulid/2.3.0: + /ulid@2.3.0: resolution: {integrity: sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw==} hasBin: true dev: true - /umask/1.1.0: + /umask@1.1.0: resolution: {integrity: sha512-lE/rxOhmiScJu9L6RTNVgB/zZbF+vGC0/p6D3xnkAePI2o0sMyFG966iR5Ki50OI/0mNi2yaRnxfLsPmEZF/JA==} dev: true - /umi-request/1.4.0: + /umi-request@1.4.0: resolution: {integrity: sha512-OknwtQZddZHi0Ggi+Vr/olJ7HNMx4AzlywyK0W3NZBT7B0stjeZ9lcztA85dBgdAj3KVk8uPJPZSnGaDjELhrA==} dependencies: isomorphic-fetch: 2.2.1 qs: 6.11.1 dev: false - /umi-test/1.9.7: + /umi-test@1.9.7: resolution: {integrity: sha512-CacQE/YwbL7QuzNolAuVR0KNbR1OjC8Ki2ZLSu9ZO1qE6LnBInRo/J5IDbD8/0gmb04JBR/flyDw++hqTtF4yw==} hasBin: true dependencies: '@babel/core': 7.4.5 - '@babel/preset-typescript': 7.3.3_@babel+core@7.4.5 - babel-core: 7.0.0-bridge.0_@babel+core@7.4.5 - babel-jest: 24.9.0_@babel+core@7.4.5 + '@babel/preset-typescript': 7.3.3(@babel/core@7.4.5) + babel-core: 7.0.0-bridge.0(@babel/core@7.4.5) + babel-jest: 24.9.0(@babel/core@7.4.5) babel-plugin-module-resolver: 3.2.0 babel-preset-umi: 1.8.4 core-js: 3.1.4 debug: 4.1.1 enzyme: 3.11.0 - enzyme-adapter-react-16: 1.15.7_j6bpv5pizkyfppcg2tmva6pmii + enzyme-adapter-react-16: 1.15.7(enzyme@3.11.0)(react-dom@16.14.0)(react@16.14.0) identity-obj-proxy: 3.0.0 jest: 24.9.0 jest-cli: 24.9.0 - jest-pnp-resolver: 1.2.3_jest-resolve@24.9.0 + jest-pnp-resolver: 1.2.3(jest-resolve@24.9.0) jest-resolve: 24.9.0 react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 + react-dom: 16.14.0(react@16.14.0) regenerator-runtime: 0.13.2 typescript: 3.9.10 umi-utils: 1.7.3 @@ -52810,7 +47351,7 @@ packages: - utf-8-validate dev: true - /umi-utils/1.7.3: + /umi-utils@1.7.3: resolution: {integrity: sha512-KLUGIKXkuPOq8LACQN57nj9rSPIjLz8eLbR4mZpihJ3BgL3f1bZFvmUV/VYHr9D7PfFH2Vb1Y6UAOuNkKL9g2g==} dependencies: chalk: 2.4.2 @@ -52821,60 +47362,42 @@ packages: slash2: 2.0.0 dev: true - /umi/3.5.40: + /umi@3.5.40(react-router@5.3.4): resolution: {integrity: sha512-syCIEgCqu3io0vyzmNlTmqt4o8ZBXQfU5gEx3h9inUv6KRHxgmeX9KhOV6hbWMTPPuUV8aS4KXzMvhuKXv+C2w==} hasBin: true dependencies: - '@umijs/bundler-webpack': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty + '@umijs/bundler-webpack': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/preset-built-in': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty - '@umijs/runtime': 3.5.40_react@16.14.0 - '@umijs/types': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty + '@umijs/preset-built-in': 3.5.40(react-dom@16.14.0)(react@16.14.0) + '@umijs/runtime': 3.5.40(react@16.14.0) + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) '@umijs/utils': 3.5.40 react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 - v8-compile-cache: 2.3.0 - transitivePeerDependencies: - - react-router - - /umi/3.5.40_react-router@5.3.4: - resolution: {integrity: sha512-syCIEgCqu3io0vyzmNlTmqt4o8ZBXQfU5gEx3h9inUv6KRHxgmeX9KhOV6hbWMTPPuUV8aS4KXzMvhuKXv+C2w==} - hasBin: true - dependencies: - '@umijs/bundler-webpack': 3.5.40_o6yx2duuzsoxw333fosnbhwgdm - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/preset-built-in': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty - '@umijs/runtime': 3.5.40_react@16.14.0 - '@umijs/types': 3.5.40_o6yx2duuzsoxw333fosnbhwgdm - '@umijs/utils': 3.5.40 - react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 + react-dom: 16.14.0(react@16.14.0) v8-compile-cache: 2.3.0 transitivePeerDependencies: - react-router dev: false - /umi/3.5.40_react-router@6.11.1: + /umi@3.5.40(react-router@6.11.1): resolution: {integrity: sha512-syCIEgCqu3io0vyzmNlTmqt4o8ZBXQfU5gEx3h9inUv6KRHxgmeX9KhOV6hbWMTPPuUV8aS4KXzMvhuKXv+C2w==} hasBin: true dependencies: - '@umijs/bundler-webpack': 3.5.40_armejkur7asdgqm56mm36mf46y + '@umijs/bundler-webpack': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) '@umijs/core': 3.5.40 '@umijs/deps': 3.5.40 - '@umijs/preset-built-in': 3.5.40_wcqkhtmu7mswc6yz4uyexck3ty - '@umijs/runtime': 3.5.40_react@16.14.0 - '@umijs/types': 3.5.40_armejkur7asdgqm56mm36mf46y + '@umijs/preset-built-in': 3.5.40(react-dom@16.14.0)(react@16.14.0) + '@umijs/runtime': 3.5.40(react@16.14.0) + '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) '@umijs/utils': 3.5.40 react: 16.14.0 - react-dom: 16.14.0_react@16.14.0 + react-dom: 16.14.0(react@16.14.0) v8-compile-cache: 2.3.0 transitivePeerDependencies: - react-router - dev: true - /unbox-primitive/1.0.2: + /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: call-bind: 1.0.2 @@ -52882,63 +47405,63 @@ packages: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - /unc-path-regex/0.1.2: + /unc-path-regex@0.1.2: resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} engines: {node: '>=0.10.0'} dev: true - /unescape-js/1.1.4: + /unescape-js@1.1.4: resolution: {integrity: sha512-42SD8NOQEhdYntEiUQdYq/1V/YHwr1HLwlHuTJB5InVVdOSbgI6xu8jK5q65yIzuFCfczzyDF/7hbGzVbyCw0g==} dependencies: string.fromcodepoint: 0.2.1 dev: true - /unescape/0.2.0: + /unescape@0.2.0: resolution: {integrity: sha512-bA3DIJFQYsxFkmw3EvWQy+Z4+UVtj8wppEHkEVw+tn3hJV79DrO2wc88Uz0XsLkh/e5sA9cLB2FlAU3p6Lx+8Q==} engines: {node: '>=0.10.0'} dev: true - /unescape/1.0.1: + /unescape@1.0.1: resolution: {integrity: sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==} engines: {node: '>=0.10.0'} dependencies: extend-shallow: 2.0.1 - /unfetch/3.1.2: + /unfetch@3.1.2: resolution: {integrity: sha512-L0qrK7ZeAudGiKYw6nzFjnJ2D5WHblUBwmHIqtPS6oKUd+Hcpk7/hKsSmcHsTlpd1TbTNsiRBUKRq3bHLNIqIw==} dev: true - /unfetch/4.2.0: + /unfetch@4.2.0: resolution: {integrity: sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==} dev: true - /unherit/1.1.3: + /unherit@1.1.3: resolution: {integrity: sha512-Ft16BJcnapDKp0+J/rqFC3Rrk6Y/Ng4nzsC028k2jdDII/rdZ7Wd3pPT/6+vIIxRagwRc9K0IUX0Ra4fKvw+WQ==} dependencies: inherits: 2.0.4 xtend: 4.0.2 dev: true - /unicode-canonical-property-names-ecmascript/2.0.0: + /unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} - /unicode-match-property-ecmascript/2.0.0: + /unicode-match-property-ecmascript@2.0.0: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} engines: {node: '>=4'} dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 - /unicode-match-property-value-ecmascript/2.1.0: + /unicode-match-property-value-ecmascript@2.1.0: resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} engines: {node: '>=4'} - /unicode-property-aliases-ecmascript/2.1.0: + /unicode-property-aliases-ecmascript@2.1.0: resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} engines: {node: '>=4'} - /unified/10.1.2: + /unified@10.1.2: resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} dependencies: '@types/unist': 2.0.6 @@ -52950,7 +47473,7 @@ packages: vfile: 5.3.7 dev: false - /unified/6.2.0: + /unified@6.2.0: resolution: {integrity: sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==} dependencies: '@types/unist': 2.0.6 @@ -52962,7 +47485,7 @@ packages: x-is-string: 0.1.0 dev: true - /unified/7.1.0: + /unified@7.1.0: resolution: {integrity: sha512-lbk82UOIGuCEsZhPj8rNAkXSDXd6p0QLzIuSsCdxrqnqU56St4eyOB+AlXsVgVeRmetPTYydIuvFfpDIed8mqw==} dependencies: '@types/unist': 2.0.6 @@ -52975,7 +47498,7 @@ packages: x-is-string: 0.1.0 dev: true - /unified/8.4.2: + /unified@8.4.2: resolution: {integrity: sha512-JCrmN13jI4+h9UAyKEoGcDZV+i1E7BLFuG7OsaDvTXI5P0qhHX+vZO/kOhz9jn8HGENDKbwSeB0nVOg4gVStGA==} dependencies: '@types/unist': 2.0.6 @@ -52985,7 +47508,7 @@ packages: trough: 1.0.5 vfile: 4.2.1 - /unified/9.2.0: + /unified@9.2.0: resolution: {integrity: sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==} dependencies: '@types/unist': 2.0.6 @@ -52997,7 +47520,7 @@ packages: vfile: 4.2.1 dev: true - /unified/9.2.2: + /unified@9.2.2: resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==} dependencies: '@types/unist': 2.0.6 @@ -53009,7 +47532,7 @@ packages: vfile: 4.2.1 dev: true - /union-value/1.0.1: + /union-value@1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'} dependencies: @@ -53018,58 +47541,58 @@ packages: is-extendable: 0.1.1 set-value: 2.0.1 - /union/0.5.0: + /union@0.5.0: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} dependencies: qs: 6.11.1 dev: true - /uniq/1.0.1: + /uniq@1.0.1: resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==} - /uniqs/2.0.0: + /uniqs@2.0.0: resolution: {integrity: sha512-mZdDpf3vBV5Efh29kMw5tXoup/buMgxLzOt/XKFKcVmi+15ManNQWr6HfZ2aiZTYlYixbdNJ0KFmIZIv52tHSQ==} dev: true - /unique-filename/1.1.1: + /unique-filename@1.1.1: resolution: {integrity: sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==} dependencies: unique-slug: 2.0.2 - /unique-slug/2.0.2: + /unique-slug@2.0.2: resolution: {integrity: sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==} dependencies: imurmurhash: 0.1.4 - /unique-stream/2.3.1: + /unique-stream@2.3.1: resolution: {integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==} dependencies: json-stable-stringify-without-jsonify: 1.0.1 through2-filter: 3.0.0 dev: true - /unique-string/1.0.0: + /unique-string@1.0.0: resolution: {integrity: sha512-ODgiYu03y5g76A1I9Gt0/chLCzQjvzDy7DsZGsLOE/1MrF6wriEskSncj1+/C58Xk/kPZDppSctDybCwOSaGAg==} engines: {node: '>=4'} dependencies: crypto-random-string: 1.0.0 - /unist-builder/1.0.4: + /unist-builder@1.0.4: resolution: {integrity: sha512-v6xbUPP7ILrT15fHGrNyHc1Xda8H3xVhP7/HAIotHOhVPjH5dCXA097C3Rry1Q2O+HbOLCao4hfPB+EYEjHgVg==} dependencies: object-assign: 4.1.1 dev: true - /unist-builder/2.0.3: + /unist-builder@2.0.3: resolution: {integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==} - /unist-util-filter/2.0.3: + /unist-util-filter@2.0.3: resolution: {integrity: sha512-8k6Jl/KLFqIRTHydJlHh6+uFgqYHq66pV75pZgr1JwfyFSjbWb12yfb0yitW/0TbHXjr9U4G9BQpOvMANB+ExA==} dependencies: unist-util-is: 4.1.0 - /unist-util-filter/4.0.1: + /unist-util-filter@4.0.1: resolution: {integrity: sha512-RynicUM/vbOSTSiUK+BnaK9XMfmQUh6gyi7L6taNgc7FIf84GukXVV3ucGzEN/PhUUkdP5hb1MmXc+3cvPUm5Q==} dependencies: '@types/unist': 2.0.6 @@ -53077,138 +47600,138 @@ packages: unist-util-visit-parents: 5.1.3 dev: false - /unist-util-find-after/3.0.0: + /unist-util-find-after@3.0.0: resolution: {integrity: sha512-ojlBqfsBftYXExNu3+hHLfJQ/X1jYY/9vdm4yZWjIbf0VuWF6CRufci1ZyoD/wV2TYMKxXUoNuoqwy+CkgzAiQ==} dependencies: unist-util-is: 4.1.0 - /unist-util-find-all-after/3.0.2: + /unist-util-find-all-after@3.0.2: resolution: {integrity: sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==} dependencies: unist-util-is: 4.1.0 dev: true - /unist-util-find/1.0.2: + /unist-util-find@1.0.2: resolution: {integrity: sha512-ft06UDYzqi9o9RmGP0sZWI/zvLLQiBW2/MD+rW6mDqbOWDcmknGX9orQPspfuGRYWr8eSJAmfsBcvOpfGRJseA==} dependencies: lodash.iteratee: 4.7.0 unist-util-visit: 1.4.1 dev: true - /unist-util-generated/1.1.6: + /unist-util-generated@1.1.6: resolution: {integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==} - /unist-util-generated/2.0.1: + /unist-util-generated@2.0.1: resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==} dev: false - /unist-util-is/2.1.3: + /unist-util-is@2.1.3: resolution: {integrity: sha512-4WbQX2iwfr/+PfM4U3zd2VNXY+dWtZsN1fLnWEi2QQXA4qyDYAZcDMfXUX0Cu6XZUHHAO9q4nyxxLT4Awk1qUA==} dev: true - /unist-util-is/3.0.0: + /unist-util-is@3.0.0: resolution: {integrity: sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==} dev: true - /unist-util-is/4.1.0: + /unist-util-is@4.1.0: resolution: {integrity: sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==} - /unist-util-is/5.2.1: + /unist-util-is@5.2.1: resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} dependencies: '@types/unist': 2.0.6 dev: false - /unist-util-map/1.0.5: + /unist-util-map@1.0.5: resolution: {integrity: sha512-dFil/AN6vqhnQWNCZk0GF/G3+Q5YwsB+PqjnzvpO2wzdRtUJ1E8PN+XRE/PRr/G3FzKjRTJU0haqE0Ekl+O3Ag==} dependencies: object-assign: 4.1.1 dev: true - /unist-util-position/3.1.0: + /unist-util-position@3.1.0: resolution: {integrity: sha512-w+PkwCbYSFw8vpgWD0v7zRCl1FpY3fjDSQ3/N/wNd9Ffa4gPi8+4keqt99N3XW6F99t/mUzp2xAhNmfKWp95QA==} - /unist-util-position/4.0.4: + /unist-util-position@4.0.4: resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} dependencies: '@types/unist': 2.0.6 dev: false - /unist-util-remove-position/1.1.4: + /unist-util-remove-position@1.1.4: resolution: {integrity: sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==} dependencies: unist-util-visit: 1.4.1 dev: true - /unist-util-remove-position/2.0.1: + /unist-util-remove-position@2.0.1: resolution: {integrity: sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==} dependencies: unist-util-visit: 2.0.3 dev: true - /unist-util-remove/1.0.3: + /unist-util-remove@1.0.3: resolution: {integrity: sha512-mB6nCHCQK0pQffUAcCVmKgIWzG/AXs/V8qpS8K72tMPtOSCMSjDeMc5yN+Ye8rB0FhcE+JvW++o1xRNc0R+++g==} dependencies: unist-util-is: 3.0.0 dev: true - /unist-util-remove/2.1.0: + /unist-util-remove@2.1.0: resolution: {integrity: sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==} dependencies: unist-util-is: 4.1.0 dev: true - /unist-util-stringify-position/1.1.2: + /unist-util-stringify-position@1.1.2: resolution: {integrity: sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==} dev: true - /unist-util-stringify-position/2.0.3: + /unist-util-stringify-position@2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} dependencies: '@types/unist': 2.0.6 - /unist-util-stringify-position/3.0.3: + /unist-util-stringify-position@3.0.3: resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} dependencies: '@types/unist': 2.0.6 - /unist-util-visit-parents/1.1.2: + /unist-util-visit-parents@1.1.2: resolution: {integrity: sha512-yvo+MMLjEwdc3RhhPYSximset7rwjMrdt9E41Smmvg25UQIenzrN83cRnF1JMzoMi9zZOQeYXHSDf7p+IQkW3Q==} dev: true - /unist-util-visit-parents/2.1.2: + /unist-util-visit-parents@2.1.2: resolution: {integrity: sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==} dependencies: unist-util-is: 3.0.0 dev: true - /unist-util-visit-parents/3.1.1: + /unist-util-visit-parents@3.1.1: resolution: {integrity: sha512-1KROIZWo6bcMrZEwiH2UrXDyalAa0uqzWCxCJj6lPOvTve2WkfgCytoDTPaMnodXh1WrXOq0haVYHj99ynJlsg==} dependencies: '@types/unist': 2.0.6 unist-util-is: 4.1.0 - /unist-util-visit-parents/5.1.3: + /unist-util-visit-parents@5.1.3: resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} dependencies: '@types/unist': 2.0.6 unist-util-is: 5.2.1 dev: false - /unist-util-visit/1.4.1: + /unist-util-visit@1.4.1: resolution: {integrity: sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==} dependencies: unist-util-visit-parents: 2.1.2 dev: true - /unist-util-visit/2.0.3: + /unist-util-visit@2.0.3: resolution: {integrity: sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==} dependencies: '@types/unist': 2.0.6 unist-util-is: 4.1.0 unist-util-visit-parents: 3.1.1 - /unist-util-visit/4.1.2: + /unist-util-visit@4.1.2: resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} dependencies: '@types/unist': 2.0.6 @@ -53216,7 +47739,7 @@ packages: unist-util-visit-parents: 5.1.3 dev: false - /universal-deep-strict-equal/1.2.2: + /universal-deep-strict-equal@1.2.2: resolution: {integrity: sha512-UpnFi3/IF3jZHIHTdQXTHLCqpBP3805OFFRPHgvCS7k0oob2YVXxMTjS0U0g9qJTzqFRMwEnFFSlFLqt6zwjTQ==} dependencies: array-filter: 1.0.0 @@ -53224,53 +47747,53 @@ packages: object-keys: 1.1.1 dev: true - /universal-env/1.0.7: + /universal-env@1.0.7: resolution: {integrity: sha512-N7n9nZSpVSKwjPDO0QsN+3/5pPPum9u5i7Km3xxUi0ykA8UD9nKt8foMYdVFB8HIRXx/Sh7HVu3pC5CJX/t9Tw==} engines: {npm: '>=3.0.0'} dev: false - /universalify/0.1.2: + /universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} - /universalify/0.2.0: + /universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} engines: {node: '>= 4.0.0'} - /universalify/2.0.0: + /universalify@2.0.0: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} dev: true - /unpipe/1.0.0: + /unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - /unquote/1.1.1: + /unquote@1.1.1: resolution: {integrity: sha512-vRCqFv6UhXpWxZPyGDh/F3ZpNv8/qo7w6iufLpQg9aKnQ71qM4B5KiI7Mia9COcjEhrO9LueHpMYjYzsWH3OIg==} dev: true - /unset-value/1.0.0: + /unset-value@1.0.0: resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} engines: {node: '>=0.10.0'} dependencies: has-value: 0.3.1 isobject: 3.0.1 - /unstated-next/1.1.0: + /unstated-next@1.1.0: resolution: {integrity: sha512-AAn47ZncPvgBGOvMcn8tSRxsrqwf2VdAPxLASTuLJvZt4rhKfDvUkmYZLGfclImSfTVMv7tF4ynaVxin0JjDCA==} dev: false - /unzip-response/2.0.1: + /unzip-response@2.0.1: resolution: {integrity: sha512-N0XH6lqDtFH84JxptQoZYmloF4nzrQqqrAymNj+/gW60AO2AZgOcf4O/nUXJcYfyQkqvMo9lSupBZmmgvuVXlw==} engines: {node: '>=4'} - /upath/1.2.0: + /upath@1.2.0: resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} engines: {node: '>=4'} dev: true - /update-browserslist-db/1.0.11_browserslist@4.21.5: + /update-browserslist-db@1.0.11(browserslist@4.21.5): resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} hasBin: true peerDependencies: @@ -53280,14 +47803,14 @@ packages: escalade: 3.1.1 picocolors: 1.0.0 - /update-check/1.5.2: + /update-check@1.5.2: resolution: {integrity: sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==} dependencies: registry-auth-token: 3.3.2 registry-url: 3.1.0 dev: true - /update-notifier/2.5.0: + /update-notifier@2.5.0: resolution: {integrity: sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==} engines: {node: '>=4'} dependencies: @@ -53302,7 +47825,7 @@ packages: semver-diff: 2.1.0 xdg-basedir: 3.0.0 - /update-notifier/3.0.0: + /update-notifier@3.0.0: resolution: {integrity: sha512-6Xe3oF2bvuoj4YECUc52yxVs94yWrxwqHbzyveDktTS1WhnlTRpNcQMxUshcB7nRVGi1jEXiqL5cW1S5WSyzKg==} engines: {node: '>=8'} dependencies: @@ -53320,37 +47843,38 @@ packages: xdg-basedir: 3.0.0 dev: true - /upper-case-first/1.1.2: + /upper-case-first@1.1.2: resolution: {integrity: sha512-wINKYvI3Db8dtjikdAqoBbZoP6Q+PZUyfMR7pmwHzjC2quzSkUq5DmPrTtPEqHaz8AGtmsB4TqwapMTM1QAQOQ==} dependencies: upper-case: 1.1.3 - /upper-case/1.1.3: + /upper-case@1.1.3: resolution: {integrity: sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==} - /upper-case/2.0.2: + /upper-case@2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} dependencies: tslib: 2.5.0 + dev: false - /uri-js/4.4.1: + /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: punycode: 2.3.0 - /urijs/1.19.11: + /urijs@1.19.11: resolution: {integrity: sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ==} dev: false - /urix/0.1.0: + /urix@0.1.0: resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} deprecated: Please see https://github.com/lydell/urix#deprecated - /url-join/4.0.1: + /url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} dev: true - /url-loader/1.1.2_webpack@4.46.0: + /url-loader@1.1.2(webpack@4.46.0): resolution: {integrity: sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -53359,10 +47883,10 @@ packages: loader-utils: 1.4.2 mime: 2.6.0 schema-utils: 1.0.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /url-loader/2.3.0_ke5umg2s3o4akbat3qvdol7cby: + /url-loader@2.3.0(file-loader@4.3.0)(webpack@4.46.0): resolution: {integrity: sha512-goSdg8VY+7nPZKUEChZSEtW5gjbS66USIGCeSJ1OVOJ7Yfuh/36YxCwMi5HVEJh6mqUYOoy3NJ0vlOMrWsSHog==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -53372,45 +47896,45 @@ packages: file-loader: optional: true dependencies: - file-loader: 4.3.0_webpack@4.46.0 + file-loader: 4.3.0(webpack@4.46.0) loader-utils: 1.4.2 mime: 2.6.0 schema-utils: 2.7.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /url-parse-lax/1.0.0: + /url-parse-lax@1.0.0: resolution: {integrity: sha512-BVA4lR5PIviy2PMseNd2jbFQ+jwSwQGdJejf5ctd1rEXt0Ypd7yanUK9+lYechVlN5VaTJGsu2U/3MDDu6KgBA==} engines: {node: '>=0.10.0'} dependencies: prepend-http: 1.0.4 - /url-parse-lax/3.0.0: + /url-parse-lax@3.0.0: resolution: {integrity: sha512-NjFKA0DidqPa5ciFcSrXnAltTtzz84ogy+NebPvfEgAck0+TNg4UJ4IN+fB7zRZfbgUf0syOo9MDxFkDSMuFaQ==} engines: {node: '>=4'} dependencies: prepend-http: 2.0.0 dev: true - /url-parse/1.5.10: + /url-parse@1.5.10: resolution: {integrity: sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==} dependencies: querystringify: 2.2.0 requires-port: 1.0.0 - /url/0.11.0: + /url@0.11.0: resolution: {integrity: sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==} dependencies: punycode: 1.3.2 querystring: 0.2.0 - /urllib/2.40.0: + /urllib@2.40.0: resolution: {integrity: sha512-XDZjoijtzsbkXTXgM+A/sJM002nwoYsc46YOYr6MNH2jUUw1nCBf2ywT1WaPsVEWJX4Yr+9isGmYj4+yofFn9g==} engines: {node: '>= 0.10.0'} dependencies: any-promise: 1.3.0 content-type: 1.0.5 - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) default-user-agent: 1.0.0 digest-header: 1.1.0 ee-first: 1.1.1 @@ -53426,22 +47950,7 @@ packages: transitivePeerDependencies: - supports-color - /use-callback-ref/1.3.0_c3qmy7gv5lbarsbv5sa5jz2oke: - resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 17.0.58 - react: 17.0.2 - tslib: 2.5.0 - dev: true - - /use-callback-ref/1.3.0_gpkjftrw7nm2odo6hv43pvtxry: + /use-callback-ref@1.3.0(@types/react@17.0.58)(react@16.14.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -53456,21 +47965,7 @@ packages: tslib: 2.5.0 dev: true - /use-callback-ref/1.3.0_react@16.14.0: - resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - react: 16.14.0 - tslib: 2.5.0 - dev: true - - /use-callback-ref/1.3.0_react@17.0.2: + /use-callback-ref@1.3.0(@types/react@17.0.58)(react@17.0.2): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -53480,11 +47975,12 @@ packages: '@types/react': optional: true dependencies: + '@types/react': 17.0.58 react: 17.0.2 tslib: 2.5.0 dev: true - /use-composed-ref/1.3.0_react@17.0.2: + /use-composed-ref@1.3.0(react@17.0.2): resolution: {integrity: sha512-GLMG0Jc/jiKov/3Ulid1wbv3r54K9HlMW29IWcDFPEqFkSO2nS0MuefWgMJpeHQ9YJeXDL3ZUF+P3jdXlZX/cQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 @@ -53492,7 +47988,7 @@ packages: react: 17.0.2 dev: false - /use-immer/0.6.0_immer@9.0.21+react@17.0.2: + /use-immer@0.6.0(immer@9.0.21)(react@17.0.2): resolution: {integrity: sha512-dFGRfvWCqPDTOt/S431ETYTg6+uxbpb7A1pptufwXVzGJY3RlXr38+3wyLNpc6SbbmAKjWl6+EP6uW74fkEsXQ==} peerDependencies: immer: '>=2.0.0' @@ -53500,18 +47996,9 @@ packages: dependencies: immer: 9.0.21 react: 17.0.2 - - /use-immer/0.7.0_immer@10.0.1+react@17.0.2: - resolution: {integrity: sha512-Re4hjrP3a/2ABZjAc0b7AK9s626bnO+H33RO2VUhiDZ2StBz5B663K6WNNlr4QtHWaGUmvLpwt3whFvvWuolQw==} - peerDependencies: - immer: '>=2.0.0' - react: ^16.8.0 || ^17.0.1 || ^18.0.0 || 17 - dependencies: - immer: 10.0.1 - react: 17.0.2 dev: false - /use-immer/0.7.0_immer@9.0.21+react@17.0.2: + /use-immer@0.7.0(immer@9.0.21)(react@17.0.2): resolution: {integrity: sha512-Re4hjrP3a/2ABZjAc0b7AK9s626bnO+H33RO2VUhiDZ2StBz5B663K6WNNlr4QtHWaGUmvLpwt3whFvvWuolQw==} peerDependencies: immer: '>=2.0.0' @@ -53519,8 +48006,9 @@ packages: dependencies: immer: 9.0.21 react: 17.0.2 + dev: false - /use-isomorphic-layout-effect/1.1.2_2wsigp256uooefgzaclurqrkuu: + /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.58)(react@17.0.2): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -53529,11 +48017,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.5 + '@types/react': 17.0.58 react: 17.0.2 dev: false - /use-json-comparison/1.0.6_react@17.0.2: + /use-json-comparison@1.0.6(react@17.0.2): resolution: {integrity: sha512-xPadt5yMRbEmVfOSGFSMqjjICrq7nLbfSH3rYIXsrtcuFX7PmbYDN/ku8ObBn3v8o/yZelO1OxUS5+5TI3+fUw==} peerDependencies: react: '>=16.9.0 || 17' @@ -53541,7 +48029,7 @@ packages: react: 17.0.2 dev: false - /use-latest/1.2.1_2wsigp256uooefgzaclurqrkuu: + /use-latest@1.2.1(@types/react@17.0.58)(react@17.0.2): resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' @@ -53550,12 +48038,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.5 + '@types/react': 17.0.58 react: 17.0.2 - use-isomorphic-layout-effect: 1.1.2_2wsigp256uooefgzaclurqrkuu + use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.58)(react@17.0.2) dev: false - /use-media-antd-query/1.1.0_react@17.0.2: + /use-media-antd-query@1.1.0(react@17.0.2): resolution: {integrity: sha512-B6kKZwNV4R+l4Rl11sWO7HqOay9alzs1Vp1b4YJqjz33YxbltBCZtt/yxXxkXN9rc1S7OeEL/GbwC30Wmqhw6Q==} peerDependencies: react: '>=16.9.0 || 17' @@ -53563,7 +48051,7 @@ packages: react: 17.0.2 dev: false - /use-memo-one/1.1.3_react@17.0.2: + /use-memo-one@1.1.3(react@17.0.2): resolution: {integrity: sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 @@ -53571,23 +48059,7 @@ packages: react: 17.0.2 dev: false - /use-sidecar/1.1.2_c3qmy7gv5lbarsbv5sa5jz2oke: - resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 17.0.58 - detect-node-es: 1.1.0 - react: 17.0.2 - tslib: 2.5.0 - dev: true - - /use-sidecar/1.1.2_gpkjftrw7nm2odo6hv43pvtxry: + /use-sidecar@1.1.2(@types/react@17.0.58)(react@16.14.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -53603,22 +48075,7 @@ packages: tslib: 2.5.0 dev: true - /use-sidecar/1.1.2_react@16.14.0: - resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.9.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - detect-node-es: 1.1.0 - react: 16.14.0 - tslib: 2.5.0 - dev: true - - /use-sidecar/1.1.2_react@17.0.2: + /use-sidecar@1.1.2(@types/react@17.0.58)(react@17.0.2): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -53628,12 +48085,13 @@ packages: '@types/react': optional: true dependencies: + '@types/react': 17.0.58 detect-node-es: 1.1.0 react: 17.0.2 tslib: 2.5.0 dev: true - /use-subscription/1.5.1_react@16.14.0: + /use-subscription@1.5.1(react@16.14.0): resolution: {integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -53641,7 +48099,7 @@ packages: object-assign: 4.1.1 react: 16.14.0 - /use-subscription/1.5.1_react@17.0.2: + /use-subscription@1.5.1(react@17.0.2): resolution: {integrity: sha512-Xv2a1P/yReAjAbhylMfFplFKj9GssgTwN7RlcTxBujFQcloStWNDQdc4g4NRWH9xS4i/FDk04vQBptAXoF3VcA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -53649,28 +48107,28 @@ packages: object-assign: 4.1.1 react: 17.0.2 - /use-sync-external-store/1.2.0_react@17.0.2: + /use-sync-external-store@1.2.0(react@17.0.2): resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: react: 17.0.2 - /use/3.1.1: + /use@3.1.1: resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} engines: {node: '>=0.10.0'} - /util-deprecate/1.0.2: + /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - /util.promisify/1.0.0: + /util.promisify@1.0.0: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: define-properties: 1.2.0 object.getownpropertydescriptors: 2.1.6 dev: true - /util.promisify/1.0.1: + /util.promisify@1.0.1: resolution: {integrity: sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==} dependencies: define-properties: 1.2.0 @@ -53679,7 +48137,7 @@ packages: object.getownpropertydescriptors: 2.1.6 dev: true - /util.promisify/1.1.2: + /util.promisify@1.1.2: resolution: {integrity: sha512-PBdZ03m1kBnQ5cjjO0ZvJMJS+QsbyIcFwi4hY4U76OQsCO9JrOYjbCFgIF76ccFg9xnJo7ZHPkqyj1GqmdS7MA==} dependencies: call-bind: 1.0.2 @@ -53691,26 +48149,26 @@ packages: safe-array-concat: 1.0.0 dev: true - /util/0.10.3: + /util@0.10.3: resolution: {integrity: sha512-5KiHfsmkqacuKjkRkdV7SsfDJ2EGiPsK92s2MhNSY0craxjTdKTtqKsJaCWp4LW33ZZ0OPUv1WO/TFvNQRiQxQ==} dependencies: inherits: 2.0.1 - /util/0.11.1: + /util@0.11.1: resolution: {integrity: sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==} dependencies: inherits: 2.0.3 - /utila/0.4.0: + /utila@0.4.0: resolution: {integrity: sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==} dev: true - /utility-types/3.10.0: + /utility-types@3.10.0: resolution: {integrity: sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg==} engines: {node: '>= 4'} dev: false - /utility/1.18.0: + /utility@1.18.0: resolution: {integrity: sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==} engines: {node: '>= 0.12.0'} dependencies: @@ -53720,20 +48178,20 @@ packages: mz: 2.7.0 unescape: 1.0.1 - /utils-merge/1.0.1: + /utils-merge@1.0.1: resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} - /uuid/3.4.0: + /uuid@3.4.0: resolution: {integrity: sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==} deprecated: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. hasBin: true - /uuid/8.3.2: + /uuid@8.3.2: resolution: {integrity: sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==} hasBin: true - /uvu/0.5.6: + /uvu@0.5.6: resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} engines: {node: '>=8'} hasBin: true @@ -53744,14 +48202,14 @@ packages: sade: 1.8.1 dev: false - /v8-compile-cache-lib/3.0.1: + /v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} dev: true - /v8-compile-cache/2.3.0: + /v8-compile-cache@2.3.0: resolution: {integrity: sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==} - /v8-to-istanbul/7.1.2: + /v8-to-istanbul@7.1.2: resolution: {integrity: sha512-TxNb7YEUwkLXCQYeudi6lgQ/SZrzNO4kMdlqVxaZPUIUjCv6iSSypUQX70kNBSERpQ8fk48+d61FXk+tgqcWow==} engines: {node: '>=10.10.0'} dependencies: @@ -53760,7 +48218,7 @@ packages: source-map: 0.7.4 dev: false - /v8-to-istanbul/9.1.0: + /v8-to-istanbul@9.1.0: resolution: {integrity: sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==} engines: {node: '>=10.12.0'} dependencies: @@ -53769,39 +48227,39 @@ packages: convert-source-map: 1.9.0 dev: true - /validate-npm-package-license/3.0.4: + /validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - /validate-npm-package-name/3.0.0: + /validate-npm-package-name@3.0.0: resolution: {integrity: sha512-M6w37eVCMMouJ9V/sdPGnC5H4uDr73/+xdq0FBLO3TFFX1+7wiUY6Es328NN+y43tmY+doUdN9g9J21vqB7iLw==} dependencies: builtins: 1.0.3 - /validator/13.9.0: + /validator@13.9.0: resolution: {integrity: sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==} engines: {node: '>= 0.10'} dev: true - /value-equal/1.0.1: + /value-equal@1.0.1: resolution: {integrity: sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw==} - /value-or-function/3.0.0: + /value-or-function@3.0.0: resolution: {integrity: sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==} engines: {node: '>= 0.10'} dev: true - /vary/1.1.2: + /vary@1.1.2: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - /vendors/1.0.4: + /vendors@1.0.4: resolution: {integrity: sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==} dev: true - /verror/1.10.0: + /verror@1.10.0: resolution: {integrity: sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==} engines: {'0': node >=0.6.0} dependencies: @@ -53810,39 +48268,39 @@ packages: extsprintf: 1.3.0 dev: true - /vfile-location/2.0.6: + /vfile-location@2.0.6: resolution: {integrity: sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==} dev: true - /vfile-location/3.2.0: + /vfile-location@3.2.0: resolution: {integrity: sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==} - /vfile-location/4.1.0: + /vfile-location@4.1.0: resolution: {integrity: sha512-YF23YMyASIIJXpktBa4vIGLJ5Gs88UB/XePgqPmTa7cDA+JeO3yclbpheQYCHjVHBn/yePzrXuygIL+xbvRYHw==} dependencies: '@types/unist': 2.0.6 vfile: 5.3.7 dev: false - /vfile-message/1.1.1: + /vfile-message@1.1.1: resolution: {integrity: sha512-1WmsopSGhWt5laNir+633LszXvZ+Z/lxveBf6yhGsqnQIhlhzooZae7zV6YVM1Sdkw68dtAW3ow0pOdPANugvA==} dependencies: unist-util-stringify-position: 1.1.2 dev: true - /vfile-message/2.0.4: + /vfile-message@2.0.4: resolution: {integrity: sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==} dependencies: '@types/unist': 2.0.6 unist-util-stringify-position: 2.0.3 - /vfile-message/3.1.4: + /vfile-message@3.1.4: resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} dependencies: '@types/unist': 2.0.6 unist-util-stringify-position: 3.0.3 - /vfile/2.3.0: + /vfile@2.3.0: resolution: {integrity: sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==} dependencies: is-buffer: 1.1.6 @@ -53851,7 +48309,7 @@ packages: vfile-message: 1.1.1 dev: true - /vfile/3.0.1: + /vfile@3.0.1: resolution: {integrity: sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==} dependencies: is-buffer: 2.0.5 @@ -53860,7 +48318,7 @@ packages: vfile-message: 1.1.1 dev: true - /vfile/4.2.1: + /vfile@4.2.1: resolution: {integrity: sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==} dependencies: '@types/unist': 2.0.6 @@ -53868,7 +48326,7 @@ packages: unist-util-stringify-position: 2.0.3 vfile-message: 2.0.4 - /vfile/5.3.7: + /vfile@5.3.7: resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} dependencies: '@types/unist': 2.0.6 @@ -53877,14 +48335,14 @@ packages: vfile-message: 3.1.4 dev: false - /viewport-mercator-project/6.2.3: + /viewport-mercator-project@6.2.3: resolution: {integrity: sha512-QQb0/qCLlP4DdfbHHSWVYXpghB2wkLIiiZQnoelOB59mXKQSyZVxjreq1S+gaBJFpcGkWEcyVtre0+2y2DTl/Q==} dependencies: '@babel/runtime': 7.21.5 gl-matrix: 3.4.3 dev: false - /vinyl-fs/3.0.3: + /vinyl-fs@3.0.3: resolution: {integrity: sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==} engines: {node: '>= 0.10'} dependencies: @@ -53907,7 +48365,7 @@ packages: vinyl-sourcemap: 1.1.0 dev: true - /vinyl-sourcemap/1.1.0: + /vinyl-sourcemap@1.1.0: resolution: {integrity: sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==} engines: {node: '>= 0.10'} dependencies: @@ -53920,13 +48378,13 @@ packages: vinyl: 2.2.1 dev: true - /vinyl-sourcemaps-apply/0.2.1: + /vinyl-sourcemaps-apply@0.2.1: resolution: {integrity: sha512-+oDh3KYZBoZC8hfocrbrxbLUeaYtQK7J5WU5Br9VqWqmCll3tFJqKp97GC9GmMsVIL0qnx2DgEDVxdo5EZ5sSw==} dependencies: source-map: 0.5.7 dev: true - /vinyl/2.2.1: + /vinyl@2.2.1: resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} engines: {node: '>= 0.10'} dependencies: @@ -53938,13 +48396,13 @@ packages: replace-ext: 1.0.1 dev: true - /vlq/1.0.1: + /vlq@1.0.1: resolution: {integrity: sha512-gQpnTgkubC6hQgdIcRdYGDSDc+SaujOdyesZQMv6JlfQee/9Mp0Qhnys6WxDWvQnL5WZdT7o2Ul187aSt0Rq+w==} - /vm-browserify/1.1.2: + /vm-browserify@1.1.2: resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} - /vm2/3.9.17: + /vm2@3.9.17: resolution: {integrity: sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==} engines: {node: '>=6.0'} hasBin: true @@ -53952,7 +48410,7 @@ packages: acorn: 8.8.2 acorn-walk: 8.2.0 - /vt-pbf/3.1.3: + /vt-pbf@3.1.3: resolution: {integrity: sha512-2LzDFzt0mZKZ9IpVF2r69G9bXaP2Q2sArJCmcCgvfTdCCZzSyz4aCLoQyUilu37Ll56tCblIZrXFIjNUpGIlmA==} dependencies: '@mapbox/point-geometry': 0.1.0 @@ -53960,44 +48418,44 @@ packages: pbf: 3.2.1 dev: false - /w3c-hr-time/1.0.2: + /w3c-hr-time@1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} dependencies: browser-process-hrtime: 1.0.0 - /w3c-xmlserializer/2.0.0: + /w3c-xmlserializer@2.0.0: resolution: {integrity: sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==} engines: {node: '>=10'} dependencies: xml-name-validator: 3.0.0 - /walker/1.0.8: + /walker@1.0.8: resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==} dependencies: makeerror: 1.0.12 - /warning/3.0.0: + /warning@3.0.0: resolution: {integrity: sha512-jMBt6pUrKn5I+OGgtQ4YZLdhIeJmObddh6CsibPxyQ5yPZm1XExSyzC1LCNX7BzhxWgiHmizBWJTHJIjMjTQYQ==} dependencies: loose-envify: 1.4.0 dev: false - /warning/4.0.3: + /warning@4.0.3: resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} dependencies: loose-envify: 1.4.0 - /watchpack-chokidar2/2.0.1: + /watchpack-chokidar2@2.0.1: resolution: {integrity: sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==} requiresBuild: true dependencies: - chokidar: 2.1.8 + chokidar: 2.1.8(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: true optional: true - /watchpack/1.7.5: + /watchpack@1.7.5: resolution: {integrity: sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==} dependencies: graceful-fs: 4.2.11 @@ -54009,56 +48467,56 @@ packages: - supports-color dev: true - /watchpack/2.4.0: + /watchpack@2.4.0: resolution: {integrity: sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==} engines: {node: '>=10.13.0'} dependencies: glob-to-regexp: 0.4.1 graceful-fs: 4.2.11 - /wbuf/1.7.3: + /wbuf@1.7.3: resolution: {integrity: sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==} dependencies: minimalistic-assert: 1.0.1 dev: true - /wcwidth/1.0.1: + /wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} dependencies: defaults: 1.0.4 - /web-namespaces/1.1.4: + /web-namespaces@1.1.4: resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==} - /web-namespaces/2.0.1: + /web-namespaces@2.0.1: resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} dev: false - /web-streams-polyfill/3.2.1: + /web-streams-polyfill@3.2.1: resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} engines: {node: '>= 8'} dev: false - /web-worker-helper/0.0.3: + /web-worker-helper@0.0.3: resolution: {integrity: sha512-/TllNPjGenDwjE67M16TD9ALwuY847/zIoH7r+e5rSeG4kEa3HiMTAsUDj80yzIzhtshkv215KfsnQ/RXR3nVA==} dev: false - /webidl-conversions/3.0.1: + /webidl-conversions@3.0.1: resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} - /webidl-conversions/4.0.2: + /webidl-conversions@4.0.2: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} dev: true - /webidl-conversions/5.0.0: + /webidl-conversions@5.0.0: resolution: {integrity: sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==} engines: {node: '>=8'} - /webidl-conversions/6.1.0: + /webidl-conversions@6.1.0: resolution: {integrity: sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==} engines: {node: '>=10.4'} - /webpack-bundle-analyzer/3.9.0: + /webpack-bundle-analyzer@3.9.0: resolution: {integrity: sha512-Ob8amZfCm3rMB1ScjQVlbYYUEJyEjdEtQ92jqiFUYt5VkEeO2v5UMbv49P/gnmCZm3A6yaFQzCBvpZqN4MUsdA==} engines: {node: '>= 6.14.4'} hasBin: true @@ -54069,7 +48527,7 @@ packages: chalk: 2.4.2 commander: 2.20.3 ejs: 2.7.4 - express: 4.18.2 + express: 4.18.2(supports-color@6.1.0) filesize: 3.6.1 gzip-size: 5.1.1 lodash: 4.17.21 @@ -54082,28 +48540,28 @@ packages: - utf-8-validate dev: true - /webpack-chain/4.12.1: + /webpack-chain@4.12.1: resolution: {integrity: sha512-BCfKo2YkDe2ByqkEWe1Rw+zko4LsyS75LVr29C6xIrxAg9JHJ4pl8kaIZ396SUSNp6b4815dRZPSTAS8LlURRQ==} dependencies: deepmerge: 1.5.2 javascript-stringify: 1.6.0 dev: true - /webpack-chain/5.2.4: + /webpack-chain@5.2.4: resolution: {integrity: sha512-3g0uIbzM/EWnmf52bYhB5IZeBZiw5g9vNqF4iTBEqabpxGxcv+Aj9oL4Cvr19ujOsv/HPvpRFRPLZ/aylv10Wg==} dependencies: deepmerge: 1.5.2 javascript-stringify: 2.1.0 dev: true - /webpack-chain/6.5.1: + /webpack-chain@6.5.1: resolution: {integrity: sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==} engines: {node: '>=8'} dependencies: deepmerge: 1.5.2 javascript-stringify: 2.1.0 - /webpack-cli/4.10.0_webpack@5.82.0: + /webpack-cli@4.10.0(webpack@5.82.0): resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -54124,9 +48582,9 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0_vm7d7fuz6fd2avvpyrj6oyf43i - '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 - '@webpack-cli/serve': 1.7.0_webpack-cli@4.10.0 + '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0)(webpack@5.82.0) + '@webpack-cli/info': 1.5.0(webpack-cli@4.10.0) + '@webpack-cli/serve': 1.7.0(webpack-cli@4.10.0) colorette: 2.0.20 commander: 7.2.0 cross-spawn: 7.0.3 @@ -54134,10 +48592,10 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.82.0_webpack-cli@4.10.0 + webpack: 5.82.0(webpack-cli@4.10.0) webpack-merge: 5.8.0 - /webpack-dev-middleware/3.7.3_webpack@4.46.0: + /webpack-dev-middleware@3.7.3(webpack@4.46.0): resolution: {integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==} engines: {node: '>= 6'} peerDependencies: @@ -54147,11 +48605,11 @@ packages: mime: 2.6.0 mkdirp: 0.5.6 range-parser: 1.2.1 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) webpack-log: 2.0.0 dev: true - /webpack-dev-server/3.11.3_dfxgqfcw6epibhmjfd2ethbqbi: + /webpack-dev-server@3.11.3(webpack-cli@4.10.0)(webpack@4.46.0): resolution: {integrity: sha512-3x31rjbEQWKMNzacUZRE6wXvUFuGpH7vr0lIEbYpMAG9BOxi0928QU1BBswOAP3kg3H1O4hiS+sq4YyAn6ANnA==} engines: {node: '>= 6.11.5'} hasBin: true @@ -54164,14 +48622,14 @@ packages: dependencies: ansi-html-community: 0.0.8 bonjour: 3.5.0 - chokidar: 2.1.8_supports-color@6.1.0 - compression: 1.7.4_supports-color@6.1.0 + chokidar: 2.1.8(supports-color@6.1.0) + compression: 1.7.4(supports-color@6.1.0) connect-history-api-fallback: 1.6.0 - debug: 4.3.4_supports-color@6.1.0 + debug: 4.3.4(supports-color@6.1.0) del: 4.1.1 - express: 4.18.2_supports-color@6.1.0 + express: 4.18.2(supports-color@6.1.0) html-entities: 1.4.0 - http-proxy-middleware: 0.19.1_tmpgdztspuwvsxzgjkhoqk7duq + http-proxy-middleware: 0.19.1(debug@4.3.4)(supports-color@6.1.0) import-local: 2.0.0 internal-ip: 4.3.0 ip: 1.1.8 @@ -54180,20 +48638,20 @@ packages: loglevel: 1.8.1 opn: 5.5.0 p-retry: 3.0.1 - portfinder: 1.0.32_supports-color@6.1.0 + portfinder: 1.0.32(supports-color@6.1.0) schema-utils: 1.0.0 selfsigned: 1.10.14 semver: 6.3.0 - serve-index: 1.9.1_supports-color@6.1.0 + serve-index: 1.9.1(supports-color@6.1.0) sockjs: 0.3.24 - sockjs-client: 1.6.1_supports-color@6.1.0 - spdy: 4.0.2_supports-color@6.1.0 + sockjs-client: 1.6.1(supports-color@6.1.0) + spdy: 4.0.2(supports-color@6.1.0) strip-ansi: 3.0.1 supports-color: 6.1.0 url: 0.11.0 - webpack: 4.46.0_webpack-cli@4.10.0 - webpack-cli: 4.10.0_webpack@5.82.0 - webpack-dev-middleware: 3.7.3_webpack@4.46.0 + webpack: 4.46.0(webpack-cli@4.10.0) + webpack-cli: 4.10.0(webpack@5.82.0) + webpack-dev-middleware: 3.7.3(webpack@4.46.0) webpack-log: 2.0.0 ws: 6.2.2 yargs: 13.3.2 @@ -54202,19 +48660,19 @@ packages: - utf-8-validate dev: true - /webpack-hot-client/4.2.0_webpack@4.46.0: + /webpack-hot-client@4.2.0(webpack@4.46.0): resolution: {integrity: sha512-TxAZCiiBmBZvSq5bFwVCFWjPAwsgbhSt/v1gBiFMhbU0iQuws8JxAogGI+jgPeBoovhQyhSMrifZD+bcpDyjQA==} engines: {node: '>= 6.9.0 < 7.0.0 || >= 8.9.0'} peerDependencies: webpack: ^4.0.0 dependencies: - '@webpack-contrib/schema-utils': 1.0.0-beta.0_webpack@4.46.0 + '@webpack-contrib/schema-utils': 1.0.0-beta.0(webpack@4.46.0) json-stringify-safe: 5.0.1 loglevelnext: 1.0.5 merge-options: 1.0.1 strip-ansi: 4.0.0 uuid: 3.4.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) webpack-log: 1.2.0 ws: 4.1.0 transitivePeerDependencies: @@ -54222,7 +48680,7 @@ packages: - utf-8-validate dev: true - /webpack-hot-middleware/2.25.3: + /webpack-hot-middleware@2.25.3: resolution: {integrity: sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==} dependencies: ansi-html-community: 0.0.8 @@ -54230,7 +48688,7 @@ packages: strip-ansi: 6.0.1 dev: true - /webpack-log/1.2.0: + /webpack-log@1.2.0: resolution: {integrity: sha512-U9AnICnu50HXtiqiDxuli5gLB5PGBo7VvcHx36jRZHwK4vzOYLbImqT4lwWwoMHdQWwEKw736fCHEekokTEKHA==} engines: {node: '>=6'} dependencies: @@ -54240,7 +48698,7 @@ packages: uuid: 3.4.0 dev: true - /webpack-log/2.0.0: + /webpack-log@2.0.0: resolution: {integrity: sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==} engines: {node: '>= 6'} dependencies: @@ -54248,7 +48706,7 @@ packages: uuid: 3.4.0 dev: true - /webpack-manifest-plugin/2.2.0_webpack@4.46.0: + /webpack-manifest-plugin@2.2.0(webpack@4.46.0): resolution: {integrity: sha512-9S6YyKKKh/Oz/eryM1RyLVDVmy3NSPV0JXMRhZ18fJsq+AwGxUY34X54VNwkzYcEmEkDwNxuEOboCZEebJXBAQ==} engines: {node: '>=6.11.5'} peerDependencies: @@ -54258,36 +48716,36 @@ packages: lodash: 4.17.21 object.entries: 1.1.6 tapable: 1.1.3 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /webpack-merge/5.8.0: + /webpack-merge@5.8.0: resolution: {integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==} engines: {node: '>=10.0.0'} dependencies: clone-deep: 4.0.1 wildcard: 2.0.1 - /webpack-sources/1.4.3: + /webpack-sources@1.4.3: resolution: {integrity: sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==} dependencies: source-list-map: 2.0.1 source-map: 0.6.1 dev: true - /webpack-sources/3.2.3: + /webpack-sources@3.2.3: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - /webpack-virtual-modules/0.2.2: + /webpack-virtual-modules@0.2.2: resolution: {integrity: sha512-kDUmfm3BZrei0y+1NTHJInejzxfhtU8eDj2M7OKb2IWrPFAeO1SOH2KuQ68MSZu9IGEHcxbkKKR1v18FrUSOmA==} dependencies: - debug: 3.2.7 + debug: 3.2.7(supports-color@6.1.0) transitivePeerDependencies: - supports-color dev: true - /webpack/4.46.0_webpack-cli@4.10.0: + /webpack@4.46.0(webpack-cli@4.10.0): resolution: {integrity: sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==} engines: {node: '>=6.11.5'} hasBin: true @@ -54306,7 +48764,7 @@ packages: '@webassemblyjs/wasm-parser': 1.9.0 acorn: 6.4.2 ajv: 6.12.6 - ajv-keywords: 3.5.2_ajv@6.12.6 + ajv-keywords: 3.5.2(ajv@6.12.6) chrome-trace-event: 1.0.3 enhanced-resolve: 4.5.0 eslint-scope: 4.0.3 @@ -54314,60 +48772,21 @@ packages: loader-runner: 2.4.0 loader-utils: 1.4.2 memory-fs: 0.4.1 - micromatch: 3.1.10 + micromatch: 3.1.10(supports-color@6.1.0) mkdirp: 0.5.6 neo-async: 2.6.2 node-libs-browser: 2.2.1 schema-utils: 1.0.0 tapable: 1.1.3 - terser-webpack-plugin: 1.4.5_webpack@4.46.0 + terser-webpack-plugin: 1.4.5(webpack@4.46.0) watchpack: 1.7.5 - webpack-cli: 4.10.0_webpack@5.82.0 + webpack-cli: 4.10.0(webpack@5.82.0) webpack-sources: 1.4.3 transitivePeerDependencies: - supports-color dev: true - /webpack/5.82.0: - resolution: {integrity: sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==} - engines: {node: '>=10.13.0'} - hasBin: true - peerDependencies: - webpack-cli: '*' - peerDependenciesMeta: - webpack-cli: - optional: true - dependencies: - '@types/eslint-scope': 3.7.4 - '@types/estree': 1.0.1 - '@webassemblyjs/ast': 1.11.5 - '@webassemblyjs/wasm-edit': 1.11.5 - '@webassemblyjs/wasm-parser': 1.11.5 - acorn: 8.8.2 - acorn-import-assertions: 1.8.0_acorn@8.8.2 - browserslist: 4.21.5 - chrome-trace-event: 1.0.3 - enhanced-resolve: 5.13.0 - es-module-lexer: 1.2.1 - eslint-scope: 5.1.1 - events: 3.3.0 - glob-to-regexp: 0.4.1 - graceful-fs: 4.2.11 - json-parse-even-better-errors: 2.3.1 - loader-runner: 4.3.0 - mime-types: 2.1.35 - neo-async: 2.6.2 - schema-utils: 3.1.2 - tapable: 2.2.1 - terser-webpack-plugin: 5.3.7_webpack@5.82.0 - watchpack: 2.4.0 - webpack-sources: 3.2.3 - transitivePeerDependencies: - - '@swc/core' - - esbuild - - uglify-js - - /webpack/5.82.0_webpack-cli@4.10.0: + /webpack@5.82.0(webpack-cli@4.10.0): resolution: {integrity: sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==} engines: {node: '>=10.13.0'} hasBin: true @@ -54383,7 +48802,7 @@ packages: '@webassemblyjs/wasm-edit': 1.11.5 '@webassemblyjs/wasm-parser': 1.11.5 acorn: 8.8.2 - acorn-import-assertions: 1.8.0_acorn@8.8.2 + acorn-import-assertions: 1.8.0(acorn@8.8.2) browserslist: 4.21.5 chrome-trace-event: 1.0.3 enhanced-resolve: 5.13.0 @@ -54398,16 +48817,16 @@ packages: neo-async: 2.6.2 schema-utils: 3.1.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7_webpack@5.82.0 + terser-webpack-plugin: 5.3.7(webpack@5.82.0) watchpack: 2.4.0 - webpack-cli: 4.10.0_webpack@5.82.0 + webpack-cli: 4.10.0(webpack@5.82.0) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' - esbuild - uglify-js - /webpackbar/3.2.0_webpack@4.46.0: + /webpackbar@3.2.0(webpack@4.46.0): resolution: {integrity: sha512-PC4o+1c8gWWileUfwabe0gqptlXUDJd5E0zbpr2xHP1VSOVlZVPBZ8j6NCR8zM5zbKdxPhctHXahgpNK1qFDPw==} engines: {node: '>= 6.9.0'} peerDependencies: @@ -54420,11 +48839,11 @@ packages: pretty-time: 1.1.0 std-env: 2.3.1 text-table: 0.2.0 - webpack: 4.46.0_webpack-cli@4.10.0 + webpack: 4.46.0(webpack-cli@4.10.0) wrap-ansi: 5.1.0 dev: true - /websocket-driver/0.7.4: + /websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} dependencies: @@ -54433,36 +48852,36 @@ packages: websocket-extensions: 0.1.4 dev: true - /websocket-extensions/0.1.4: + /websocket-extensions@0.1.4: resolution: {integrity: sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==} engines: {node: '>=0.8.0'} dev: true - /whatwg-encoding/1.0.5: + /whatwg-encoding@1.0.5: resolution: {integrity: sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==} dependencies: iconv-lite: 0.4.24 - /whatwg-encoding/2.0.0: + /whatwg-encoding@2.0.0: resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==} engines: {node: '>=12'} dependencies: iconv-lite: 0.6.3 dev: true - /whatwg-fetch/3.6.2: + /whatwg-fetch@3.6.2: resolution: {integrity: sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==} - /whatwg-mimetype/2.3.0: + /whatwg-mimetype@2.3.0: resolution: {integrity: sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==} - /whatwg-url/5.0.0: + /whatwg-url@5.0.0: resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} dependencies: tr46: 0.0.3 webidl-conversions: 3.0.1 - /whatwg-url/6.5.0: + /whatwg-url@6.5.0: resolution: {integrity: sha512-rhRZRqx/TLJQWUpQ6bmrt2UV4f0HCQ463yQuONJqC6fO2VoEb1pTYddbe59SkYq87aoM5A3bdhMZiUiVws+fzQ==} dependencies: lodash.sortby: 4.7.0 @@ -54470,7 +48889,7 @@ packages: webidl-conversions: 4.0.2 dev: true - /whatwg-url/7.1.0: + /whatwg-url@7.1.0: resolution: {integrity: sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==} dependencies: lodash.sortby: 4.7.0 @@ -54478,7 +48897,7 @@ packages: webidl-conversions: 4.0.2 dev: true - /whatwg-url/8.7.0: + /whatwg-url@8.7.0: resolution: {integrity: sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==} engines: {node: '>=10'} dependencies: @@ -54486,15 +48905,15 @@ packages: tr46: 2.1.0 webidl-conversions: 6.1.0 - /when/3.6.4: + /when@3.6.4: resolution: {integrity: sha512-d1VUP9F96w664lKINMGeElWdhhb5sC+thXM+ydZGU3ZnaE09Wv6FaS+mpM9570kcDs/xMfcXJBTLsMdHEFYY9Q==} dev: true - /when/3.7.8: + /when@3.7.8: resolution: {integrity: sha512-5cZ7mecD3eYcMiCH4wtRPA5iFJZ50BJYDfckI5RRpQiktMiYTcn0ccLTZOvcbBume+1304fQztxeNzNS9Gvrnw==} dev: true - /which-boxed-primitive/1.0.2: + /which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} dependencies: is-bigint: 1.0.4 @@ -54503,7 +48922,7 @@ packages: is-string: 1.0.7 is-symbol: 1.0.4 - /which-builtin-type/1.1.3: + /which-builtin-type@1.1.3: resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} engines: {node: '>= 0.4'} dependencies: @@ -54521,7 +48940,7 @@ packages: which-typed-array: 1.1.9 dev: true - /which-collection/1.0.1: + /which-collection@1.0.1: resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} dependencies: is-map: 2.0.2 @@ -54530,14 +48949,14 @@ packages: is-weakset: 2.0.2 dev: true - /which-module/1.0.0: + /which-module@1.0.0: resolution: {integrity: sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==} dev: true - /which-module/2.0.1: + /which-module@2.0.1: resolution: {integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==} - /which-pm/2.0.0: + /which-pm@2.0.0: resolution: {integrity: sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w==} engines: {node: '>=8.15'} dependencies: @@ -54545,7 +48964,7 @@ packages: path-exists: 4.0.0 dev: true - /which-typed-array/1.1.9: + /which-typed-array@1.1.9: resolution: {integrity: sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==} engines: {node: '>= 0.4'} dependencies: @@ -54556,81 +48975,81 @@ packages: has-tostringtag: 1.0.0 is-typed-array: 1.1.10 - /which/1.3.1: + /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true dependencies: isexe: 2.0.0 - /which/2.0.2: + /which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} hasBin: true dependencies: isexe: 2.0.0 - /wicked-good-xpath/1.3.0: + /wicked-good-xpath@1.3.0: resolution: {integrity: sha512-Gd9+TUn5nXdwj/hFsPVx5cuHHiF5Bwuc30jZ4+ronF1qHK5O7HD0sgmXWSEgwKquT3ClLoKPVbO6qGwVwLzvAw==} - /wide-align/1.1.3: + /wide-align@1.1.3: resolution: {integrity: sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==} dependencies: string-width: 2.1.1 dev: true - /wide-align/1.1.5: + /wide-align@1.1.5: resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} dependencies: string-width: 4.2.3 dev: true - /widest-line/2.0.1: + /widest-line@2.0.1: resolution: {integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==} engines: {node: '>=4'} dependencies: string-width: 2.1.1 - /widest-line/3.1.0: + /widest-line@3.1.0: resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} engines: {node: '>=8'} dependencies: string-width: 4.2.3 dev: true - /wildcard/2.0.1: + /wildcard@2.0.1: resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} - /win-release/1.1.1: + /win-release@1.1.1: resolution: {integrity: sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==} engines: {node: '>=0.10.0'} dependencies: semver: 5.7.1 - /window-size/0.1.0: + /window-size@0.1.0: resolution: {integrity: sha512-1pTPQDKTdd61ozlKGNCjhNRd+KPmgLSGa3mZTHoOliaGcESD8G1PXhh7c1fgiPjVbNVfgy2Faw4BI8/m0cC8Mg==} engines: {node: '>= 0.8.0'} - /word-wrap/1.2.3: + /word-wrap@1.2.3: resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} engines: {node: '>=0.10.0'} - /wordwrap/0.0.2: + /wordwrap@0.0.2: resolution: {integrity: sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q==} engines: {node: '>=0.4.0'} - /worker-farm/1.7.0: + /worker-farm@1.7.0: resolution: {integrity: sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==} dependencies: errno: 0.1.8 dev: true - /worker-rpc/0.1.1: + /worker-rpc@0.1.1: resolution: {integrity: sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==} dependencies: microevent.ts: 0.1.1 dev: true - /wrap-ansi/2.1.0: + /wrap-ansi@2.1.0: resolution: {integrity: sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==} engines: {node: '>=0.10.0'} dependencies: @@ -54638,7 +49057,7 @@ packages: strip-ansi: 3.0.1 dev: true - /wrap-ansi/3.0.1: + /wrap-ansi@3.0.1: resolution: {integrity: sha512-iXR3tDXpbnTpzjKSylUJRkLuOrEC7hwEB221cgn6wtF8wpmz28puFXAEfPT5zrjM3wahygB//VuWEr1vTkDcNQ==} engines: {node: '>=4'} dependencies: @@ -54646,7 +49065,7 @@ packages: strip-ansi: 4.0.0 dev: true - /wrap-ansi/5.1.0: + /wrap-ansi@5.1.0: resolution: {integrity: sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==} engines: {node: '>=6'} dependencies: @@ -54654,7 +49073,7 @@ packages: string-width: 3.1.0 strip-ansi: 5.2.0 - /wrap-ansi/6.2.0: + /wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} dependencies: @@ -54662,7 +49081,7 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 - /wrap-ansi/7.0.0: + /wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} dependencies: @@ -54670,10 +49089,10 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 - /wrappy/1.0.2: + /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - /write-file-atomic/2.4.1: + /write-file-atomic@2.4.1: resolution: {integrity: sha512-TGHFeZEZMnv+gBFRfjAcxL5bPHrsGKtnb4qsFAws7/vlh+QfwAaySIw4AXP9ZskTTh5GWu3FLuJhsWVdiJPGvg==} dependencies: graceful-fs: 4.2.11 @@ -54681,14 +49100,14 @@ packages: signal-exit: 3.0.7 dev: true - /write-file-atomic/2.4.3: + /write-file-atomic@2.4.3: resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} dependencies: graceful-fs: 4.2.11 imurmurhash: 0.1.4 signal-exit: 3.0.7 - /write-file-atomic/3.0.3: + /write-file-atomic@3.0.3: resolution: {integrity: sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==} dependencies: imurmurhash: 0.1.4 @@ -54696,7 +49115,7 @@ packages: signal-exit: 3.0.7 typedarray-to-buffer: 3.1.5 - /write-file-atomic/4.0.2: + /write-file-atomic@4.0.2: resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: @@ -54704,7 +49123,7 @@ packages: signal-exit: 3.0.7 dev: true - /write-json-file/3.2.0: + /write-json-file@3.2.0: resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} engines: {node: '>=6'} dependencies: @@ -54716,7 +49135,7 @@ packages: write-file-atomic: 2.4.3 dev: true - /write-json-file/4.3.0: + /write-json-file@4.3.0: resolution: {integrity: sha512-PxiShnxf0IlnQuMYOPPhPkhExoCQuTUNPOa/2JWCYTmBquU9njyyDuwRKN26IZBlp4yn1nt+Agh2HOOBl+55HQ==} engines: {node: '>=8.3'} dependencies: @@ -54728,7 +49147,7 @@ packages: write-file-atomic: 3.0.3 dev: true - /write-pkg/4.0.0: + /write-pkg@4.0.0: resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} engines: {node: '>=8'} dependencies: @@ -54737,7 +49156,7 @@ packages: write-json-file: 3.2.0 dev: true - /ws/4.1.0: + /ws@4.1.0: resolution: {integrity: sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==} peerDependencies: bufferutil: ^4.0.1 @@ -54752,7 +49171,7 @@ packages: safe-buffer: 5.1.2 dev: true - /ws/5.2.3: + /ws@5.2.3: resolution: {integrity: sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==} peerDependencies: bufferutil: ^4.0.1 @@ -54766,7 +49185,7 @@ packages: async-limiter: 1.0.1 dev: true - /ws/6.2.2: + /ws@6.2.2: resolution: {integrity: sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==} peerDependencies: bufferutil: ^4.0.1 @@ -54779,7 +49198,7 @@ packages: dependencies: async-limiter: 1.0.1 - /ws/7.5.9: + /ws@7.5.9: resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} engines: {node: '>=8.3.0'} peerDependencies: @@ -54791,26 +49210,32 @@ packages: utf-8-validate: optional: true - /wt/1.2.0: + /wt@1.2.0: resolution: {integrity: sha512-nJttxFyxnIvWBWYcy7Px4XkXbRoEe77by66d0FDof266Mv00vVBNcUGa00rL1+0DdsXG75LG1rwBnBfUa2bNLA==} engines: {node: '>= 0.12.9'} dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) ndir: 0.1.5 sdk-base: 2.0.1 transitivePeerDependencies: - supports-color dev: false - /x-is-string/0.1.0: + /x-is-string@0.1.0: resolution: {integrity: sha512-GojqklwG8gpzOVEVki5KudKNoq7MbbjYZCbyWzEz7tyPA7eleiE0+ePwOWQQRb5fm86rD3S8Tc0tSFf3AOv50w==} dev: true - /xdg-basedir/3.0.0: + /xdg-basedir@3.0.0: resolution: {integrity: sha512-1Dly4xqlulvPD3fZUQJLY+FUIeqN3N2MM3uqe4rCJftAvOjFa3jFGfctOgluGx4ahPbUCsZkmJILiP0Vi4T6lQ==} engines: {node: '>=4'} - /xlsx/0.14.5: + /xlsx2js@1.3.8: + resolution: {integrity: sha512-Jpvtgmbe2mOGsbc/TABSw1l9JX4qDpisMsva98VVOEkel+6DFv+Q3anGwzy/kMsF6Ao7BFLUq/ZeYFwKxvlmDw==} + dependencies: + xlsx: 0.14.5 + dev: false + + /xlsx@0.14.5: resolution: {integrity: sha512-s/5f4/mjeWREmIWZ+HtDfh/rnz51ar+dZ4LWKZU3u9VBx2zLdSIWTdXgoa52/pnZ9Oe/Vu1W1qzcKzLVe+lq4w==} engines: {node: '>=0.8'} hasBin: true @@ -54824,30 +49249,24 @@ packages: ssf: 0.10.3 dev: false - /xlsx2js/1.3.8: - resolution: {integrity: sha512-Jpvtgmbe2mOGsbc/TABSw1l9JX4qDpisMsva98VVOEkel+6DFv+Q3anGwzy/kMsF6Ao7BFLUq/ZeYFwKxvlmDw==} - dependencies: - xlsx: 0.14.5 - dev: false - - /xml-name-validator/3.0.0: + /xml-name-validator@3.0.0: resolution: {integrity: sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==} - /xmlchars/2.2.0: + /xmlchars@2.2.0: resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} - /xmldom-sre/0.1.31: + /xmldom-sre@0.1.31: resolution: {integrity: sha512-f9s+fUkX04BxQf+7mMWAp5zk61pciie+fFLC9hX9UVvCeJQfNHRHXpeo5MPcR0EUf57PYLdt+ZO4f3Ipk2oZUw==} engines: {node: '>=0.1'} - /xregexp/2.0.0: + /xregexp@2.0.0: resolution: {integrity: sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA==} - /xregexp/4.0.0: + /xregexp@4.0.0: resolution: {integrity: sha512-PHyM+sQouu7xspQQwELlGwwd05mXUFqwFYfqPO0cC7x4fxyHnnuetmQr6CjJiafIDoH4MogHb9dOoJzR/Y4rFg==} dev: true - /xss/1.0.14: + /xss@1.0.14: resolution: {integrity: sha512-og7TEJhXvn1a7kzZGQ7ETjdQVS2UfZyTlsEdDOqvQF7GoxNfY+0YLCzBy1kPdsDDx4QuNAonQPddpsn6Xl/7sw==} engines: {node: '>= 0.10.0'} hasBin: true @@ -54856,84 +49275,84 @@ packages: cssfilter: 0.0.10 dev: false - /xtend/4.0.2: + /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} - /y18n/3.2.2: + /y18n@3.2.2: resolution: {integrity: sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==} - /y18n/4.0.3: + /y18n@4.0.3: resolution: {integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==} - /y18n/5.0.8: + /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} - /yallist/2.1.2: + /yallist@2.1.2: resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} - /yallist/3.1.1: + /yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} - /yallist/4.0.0: + /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - /yaml/1.10.2: + /yaml@1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} dev: true - /yargs-parser/10.1.0: + /yargs-parser@10.1.0: resolution: {integrity: sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==} dependencies: camelcase: 4.1.0 dev: true - /yargs-parser/11.1.1: + /yargs-parser@11.1.1: resolution: {integrity: sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==} dependencies: camelcase: 5.3.1 decamelize: 1.2.0 dev: true - /yargs-parser/13.1.1: + /yargs-parser@13.1.1: resolution: {integrity: sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==} dependencies: camelcase: 5.3.1 decamelize: 1.2.0 dev: true - /yargs-parser/13.1.2: + /yargs-parser@13.1.2: resolution: {integrity: sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==} dependencies: camelcase: 5.3.1 decamelize: 1.2.0 - /yargs-parser/18.1.3: + /yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} dependencies: camelcase: 5.3.1 decamelize: 1.2.0 - /yargs-parser/20.2.9: + /yargs-parser@20.2.9: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} dev: true - /yargs-parser/21.1.1: + /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - /yargs-parser/5.0.1: + /yargs-parser@5.0.1: resolution: {integrity: sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==} dependencies: camelcase: 3.0.0 object.assign: 4.1.4 dev: true - /yargs-unparser/1.6.0: + /yargs-unparser@1.6.0: resolution: {integrity: sha512-W9tKgmSn0DpSatfri0nx52Joq5hVXgeLiqR/5G0sZNDoLZFOr/xjBUDcShCOGNsBnEMNo1KAMBkTej1Hm62HTw==} engines: {node: '>=6'} dependencies: @@ -54942,7 +49361,7 @@ packages: yargs: 13.3.2 dev: true - /yargs/12.0.5: + /yargs@12.0.5: resolution: {integrity: sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==} dependencies: cliui: 4.1.0 @@ -54959,7 +49378,7 @@ packages: yargs-parser: 11.1.1 dev: true - /yargs/13.3.2: + /yargs@13.3.2: resolution: {integrity: sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==} dependencies: cliui: 5.0.0 @@ -54973,7 +49392,7 @@ packages: y18n: 4.0.3 yargs-parser: 13.1.2 - /yargs/15.4.1: + /yargs@15.4.1: resolution: {integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==} engines: {node: '>=8'} dependencies: @@ -54989,7 +49408,7 @@ packages: y18n: 4.0.3 yargs-parser: 18.1.3 - /yargs/16.2.0: + /yargs@16.2.0: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} dependencies: @@ -55002,7 +49421,7 @@ packages: yargs-parser: 20.2.9 dev: true - /yargs/17.7.2: + /yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} dependencies: @@ -55014,7 +49433,7 @@ packages: y18n: 5.0.8 yargs-parser: 21.1.1 - /yargs/3.10.0: + /yargs@3.10.0: resolution: {integrity: sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==} dependencies: camelcase: 1.2.1 @@ -55022,7 +49441,7 @@ packages: decamelize: 1.2.0 window-size: 0.1.0 - /yargs/7.1.2: + /yargs@7.1.2: resolution: {integrity: sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==} dependencies: camelcase: 3.0.0 @@ -55040,31 +49459,31 @@ packages: yargs-parser: 5.0.1 dev: true - /ylru/1.3.2: + /ylru@1.3.2: resolution: {integrity: sha512-RXRJzMiK6U2ye0BlGGZnmpwJDPgakn6aNQ0A7gHRbD4I0uvK4TW6UqkK1V0pp9jskjJBAXd3dRrbzWkqJ+6cxA==} engines: {node: '>= 4.0.0'} dev: false - /yn/2.0.0: + /yn@2.0.0: resolution: {integrity: sha512-uTv8J/wiWTgUTg+9vLTi//leUl5vDQS6uii/emeTb2ssY7vl6QWf2fFbIIGjnhjvbdKlU0ed7QPgY1htTC86jQ==} engines: {node: '>=4'} dev: true - /yn/3.1.1: + /yn@3.1.1: resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} engines: {node: '>=6'} dev: true - /yocto-queue/0.1.0: + /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /ypkgfiles/1.6.0: + /ypkgfiles@1.6.0: resolution: {integrity: sha512-q8vgLzZy5CO1LUBFPWOkYpqCkAEaWdXTAAIfLREB72vxnXd+vUZvU3Qxb694TyPc56zA3t8fZIcBNj8fWtSR2A==} engines: {node: '>=4.0.0'} hasBin: true dependencies: - debug: 2.6.9 + debug: 2.6.9(supports-color@6.1.0) glob: 7.2.3 is-type-of: 1.4.0 resolve-files: 1.0.2 @@ -55073,7 +49492,7 @@ packages: - supports-color dev: true - /z-schema/5.0.5: + /z-schema@5.0.5: resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} engines: {node: '>=8.0.0'} hasBin: true @@ -55085,10 +49504,10 @@ packages: commander: 9.5.0 dev: true - /zdog/1.1.3: + /zdog@1.1.3: resolution: {integrity: sha512-raRj6r0gPzopFm5XWBJZr/NuV4EEnT4iE+U3dp5FV5pCb588Gmm3zLIp/j9yqqcMiHH8VNQlerLTgOqL7krh6w==} - /zlogger/1.1.0: + /zlogger@1.1.0: resolution: {integrity: sha512-WjRPkjHe4rajXun45zZRAnViTSLkIr2PEFI303u+3NYIkhWqxhpTr0j67XPzhTJMmDH27pGoTSxGg/qP8FiaJA==} engines: {node: '>=4.3.1'} dependencies: @@ -55097,13 +49516,13 @@ packages: through2: 2.0.5 dev: false - /zscroller/0.4.8: + /zscroller@0.4.8: resolution: {integrity: sha512-G5NiNLKx2+QhhvZi2yV1jjVXY50otktxkseX2hG2N/eixohOUk0AY8ZpbAxNqS9oJS/NxItCsowupy2tsXxAMw==} dependencies: babel-runtime: 6.26.0 dev: false - /zustand/3.7.2_react@17.0.2: + /zustand@3.7.2(react@17.0.2): resolution: {integrity: sha512-PIJDIZKtokhof+9+60cpockVOq05sJzHCriyvaLBmEJixseQ1a5Kdov6fWZfWOu5SK9c+FhH1jU0tntLxRJYMA==} engines: {node: '>=12.7.0'} peerDependencies: @@ -55114,9 +49533,9 @@ packages: dependencies: react: 17.0.2 - /zwitch/1.0.5: + /zwitch@1.0.5: resolution: {integrity: sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==} - /zwitch/2.0.4: + /zwitch@2.0.4: resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} dev: false From 985ddce7d72a3173e6941fa3cf993e1bed80c6e8 Mon Sep 17 00:00:00 2001 From: Lam Tang Date: Tue, 13 Jun 2023 23:30:44 +0800 Subject: [PATCH 2/5] chore: set node 16 as the recommended node version --- .nvmrc | 1 + README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..b6a7d89c6 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +16 diff --git a/README.md b/README.md index d2308902c..70107de0c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ G6VP 产品中包含了很多的惊喜功能,大家可以前往「开放市场 ## 02. 开发 G6VP -G6VP 采用 pnpm 管理仓库,根据 pnpm 的官方[兼容性说明](https://pnpm.io/installation#compatibility),请提前使用 [nvm](https://github.com/nvm-sh/nvm) 切换 Node.js 版本到 14 及其以上,建议使用 16 版本,过高版本在安装依赖和运行 NPM 脚本时可能存在问题。 +G6VP 采用 pnpm 包管理工具,并使用 Node 16 进行开发。Node 版本过高在安装依赖和运行 NPM 脚本时可能存在问题,建议使用 [nvm](https://github.com/nvm-sh/nvm) 管理 Node 版本。 ### 2.1 安装依赖 diff --git a/package.json b/package.json index 6582d318a..8e2a20b96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "engines": { - "node": ">=14.0.0 <=16" + "node": "^16" }, "scripts": { "preinstall": "npx only-allow pnpm", From a4b7973c54676a3229a7f1d44f6ecb2d5d2f8500 Mon Sep 17 00:00:00 2001 From: Lam Tang Date: Tue, 13 Jun 2023 23:58:24 +0800 Subject: [PATCH 3/5] fix: --experimental-json-modules flag is needed when node < 18 --- packages/gi-site/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gi-site/package.json b/packages/gi-site/package.json index 835b61f8f..4ec3c8236 100644 --- a/packages/gi-site/package.json +++ b/packages/gi-site/package.json @@ -11,10 +11,10 @@ "main": "dist/app.js", "scripts": { "analyse": "ANALYZE=1 NODE_OPTIONS=--max_old_space_size=4096 umi build", - "build": "node scripts/pre-build.mjs && NODE_OPTIONS=--max_old_space_size=4096 umi build", + "build": "node --experimental-json-modules scripts/pre-build.mjs && NODE_OPTIONS=--max_old_space_size=4096 umi build", "build:docker": "cd ../../ && npm run build:all:umd && cd packages/gi-site/ && BUILD_MODE=docker node scripts/pre-build.mjs && node scripts/copy-assets.mjs && BUILD_MODE=docker NODE_OPTIONS=--max_old_space_size=4096 umi build", "deploy": "node ./scripts/deploy.js", - "start": "node scripts/pre-build.mjs && cross-env NODE_OPTIONS=--max_old_space_size=4096 cross-env PORT=8000 umi dev" + "start": "node --experimental-json-modules scripts/pre-build.mjs && cross-env NODE_OPTIONS=--max_old_space_size=4096 cross-env PORT=8000 umi dev" }, "dependencies": { "@ant-design/charts": "^1.0.21", From e329fdc5328d9233401033e6c600c95b9bdc4b78 Mon Sep 17 00:00:00 2001 From: Lam Tang Date: Wed, 14 Jun 2023 00:01:09 +0800 Subject: [PATCH 4/5] docs: nvm alias is not necessary if .nvmrc is used --- docs/CONTRIBUTING.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 103228162..4ade91618 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -25,15 +25,7 @@ | packages/gi-portal | `-` | G6VP 首页 | | packages/gi-httpservice | `@antv/gi-httpservices` | G6VP BFF 服务 | -### 02 进入到每个子包中启动,遇到依赖找不到的问题 - -注意 ⚠️: cd 到每个子包的目录时候,一定要注意查看 node 的版本,比如我的默认 node 版本是 12, 切换到 16 装完所有依赖,此时进入到每个子包中, node 的版本自动切换到 12,执行命令是找不到安装的依赖的,所以得重新 `nvm use 16`,这样就可以了,如果想一劳永逸,可以在 zsh terminal 中设置 - -```bash -nvm alias default v16.17.0 -``` - -### 03 如何发布版本 +### 02 如何发布版本 G6VP 采用 [changesets](https://pnpm.io/using-changesets) 来进行包版本管理和发布,因此不需要手动维护版本号,只需要在提交代码时,使用`pnpm run changeset`来生成对应的版本号即可。 @@ -88,6 +80,6 @@ cd packages/gi-site npm run deploy ``` -### 04 如何打包 gi-httpservice +### 03 如何打包 gi-httpservice - 在根目录下执行 `npm run tar:gi-httpservice` From 8b7fb34b18bf68ae96255e8175624acd77b5bf88 Mon Sep 17 00:00:00 2001 From: Lam Tang Date: Wed, 14 Jun 2023 00:13:17 +0800 Subject: [PATCH 5/5] chore: leave the evil pnpm-lock.yml untouched --- pnpm-lock.yaml | 11324 ++++++++++++++++++++++++++--------------------- 1 file changed, 6252 insertions(+), 5072 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eb1c968d5..3d7daa6ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ importers: version: 0.1.26-beta.0 '@antv/g6': specifier: ^4.8.8 - version: 4.8.10 + version: 4.8.15 '@antv/graphin': specifier: ^2.7.15 version: 2.7.16(react-dom@17.0.2)(react@17.0.2) @@ -24,10 +24,10 @@ importers: version: 0.3.22(dagre@0.8.5) '@antv/s2': specifier: ^1.29.0 - version: 1.45.1(@antv/g-base@0.4.7) + version: 1.48.0(@antv/g-base@0.4.7) '@antv/s2-react': specifier: ^1.26.0 - version: 1.39.0(@ant-design/icons@4.7.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + version: 1.41.0(@ant-design/icons@4.7.0)(@antv/s2@1.48.0)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@antv/util': specifier: ^3.2.5 version: 3.3.2 @@ -54,35 +54,35 @@ importers: version: 3.0.0 umi: specifier: 3.x - version: 3.5.40(react-router@6.11.1) + version: 3.5.41(react-router@5.2.0) devDependencies: '@changesets/cli': specifier: ^2.26.1 version: 2.26.1 '@types/react': specifier: 17.x - version: 17.0.58 + version: 17.0.61 '@types/react-dom': specifier: 17.x version: 17.0.20 babel-loader: specifier: ^8.2.5 - version: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + version: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0) css-loader: specifier: ^6.7.1 - version: 6.7.3(webpack@5.82.0) + version: 6.8.1(webpack@5.86.0) father: specifier: ^2.30.6 - version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + version: 2.30.23(@babel/core@7.22.5)(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(eslint@7.32.0)(jest@29.5.0)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.86.0) fs-extra: specifier: ^10.1.0 version: 10.1.0 less-loader: specifier: ^11.0.0 - version: 11.1.0(less@3.13.1)(webpack@5.82.0) + version: 11.1.3(less@3.13.1)(webpack@5.86.0) mini-css-extract-plugin: specifier: ^2.3.0 - version: 2.7.5(webpack@5.82.0) + version: 2.7.6(webpack@5.86.0) npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -91,22 +91,22 @@ importers: version: 3.0.2 source-map-loader: specifier: ^4.0.0 - version: 4.0.1(webpack@5.82.0) + version: 4.0.1(webpack@5.86.0) style-loader: specifier: ^3.3.1 - version: 3.3.2(webpack@5.82.0) + version: 3.3.3(webpack@5.86.0) ts-loader: specifier: ^9.3.1 - version: 9.4.2(typescript@4.9.5)(webpack@5.82.0) + version: 9.4.3(typescript@4.9.5)(webpack@5.86.0) turbo: specifier: ^1.8.3 - version: 1.9.3 + version: 1.10.3 webpack: specifier: ^5.53.0 - version: 5.82.0(webpack-cli@4.10.0) + version: 5.86.0(webpack-cli@4.10.0) webpack-cli: specifier: ^4.8.0 - version: 4.10.0(webpack@5.82.0) + version: 4.10.0(webpack@5.86.0) packages/gi-assets-advance: dependencies: @@ -118,7 +118,7 @@ importers: version: 0.1.26-beta.0 '@antv/g2plot': specifier: ^2.4.4 - version: 2.4.30 + version: 2.4.31 '@antv/gi-common-components': specifier: workspace:* version: link:../gi-common-components @@ -136,7 +136,7 @@ importers: version: 3.3.2 '@uiw/react-markdown-preview': specifier: ^4.1.13 - version: 4.1.13(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + version: 4.1.13(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) ace-gremlin-editor: specifier: ^0.0.14 version: 0.0.14 @@ -193,13 +193,16 @@ importers: version: 1.23.0(react@17.0.2) react-json-view: specifier: ^1.21.3 - version: 1.21.3(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + version: 1.21.3(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) react-spring: specifier: 9.3.2 - version: 9.3.2(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3) + version: 9.3.2(@react-three/fiber@8.13.1)(konva@9.2.0)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.10)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3) react-transition-group: specifier: ^4.4.5 version: 4.4.5(react-dom@17.0.2)(react@17.0.2) + size-sensor: + specifier: ^1.0.1 + version: 1.0.1 three: specifier: ^0.135.0 version: 0.135.0 @@ -217,7 +220,7 @@ importers: version: 0.1.26-beta.0 '@antv/g2plot': specifier: ^2.4.20 - version: 2.4.30 + version: 2.4.31 '@antv/gi-sdk': specifier: workspace:* version: link:../gi-sdk @@ -229,10 +232,13 @@ importers: version: 3.0.4 '@antv/s2': specifier: ^1.3.0 - version: 1.45.1(@antv/g-base@0.4.7) + version: 1.48.0(@antv/g-base@0.4.7) '@antv/s2-react': specifier: ^1.3.0 - version: 1.39.0(@ant-design/icons@4.8.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + version: 1.41.0(@ant-design/icons@4.8.0)(@antv/s2@1.48.0)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) + ahooks: + specifier: ^3.7.7 + version: 3.7.7(react@17.0.2) deepmerge: specifier: ^4.2.2 version: 4.3.1 @@ -253,13 +259,13 @@ importers: dependencies: '@ant-design/icons': specifier: latest - version: 5.1.0(react-dom@17.0.2)(react@17.0.2) + version: 5.1.4(react-dom@17.0.2)(react@17.0.2) '@antv/algorithm': specifier: ^0.1.26-beta.0 version: 0.1.26-beta.0 '@antv/g2plot': specifier: ^2.4.20 - version: 2.4.30 + version: 2.4.31 '@antv/gi-common-components': specifier: workspace:* version: link:../gi-common-components @@ -334,13 +340,13 @@ importers: version: 1.1.1 qs: specifier: ^6.5.3 - version: 6.11.1 + version: 6.11.2 react: specifier: 17.x version: 17.0.2 react-monaco-editor: specifier: ^0.48.0 - version: 0.48.0(@types/react@17.0.58)(monaco-editor@0.34.1)(react@17.0.2) + version: 0.48.0(@types/react@17.0.61)(monaco-editor@0.34.1)(react@17.0.2) umi-request: specifier: ^1.4.0 version: 1.4.0 @@ -350,25 +356,25 @@ importers: devDependencies: dumi: specifier: ^1.1.38 - version: 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + version: 1.1.50(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5) father: specifier: ^2.30.6 - version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + version: 2.30.23(@babel/core@7.22.5)(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.86.0) mini-css-extract-plugin: specifier: ^2.3.0 - version: 2.7.5(webpack@5.82.0) + version: 2.7.6(webpack@5.86.0) rimraf: specifier: ^3.0.2 version: 3.0.2 umi: specifier: ^3.5.20 - version: 3.5.40(react-router@6.11.1) + version: 3.5.41(react-router@6.12.1) webpack: specifier: ^5.53.0 - version: 5.82.0(webpack-cli@4.10.0) + version: 5.86.0(webpack-cli@4.10.0) webpack-cli: specifier: ^4.8.0 - version: 4.10.0(webpack@5.82.0) + version: 4.10.0(webpack@5.86.0) packages/gi-assets-graphscope: dependencies: @@ -386,7 +392,7 @@ importers: version: 4.24.10(react-dom@17.0.2)(react@17.0.2) gremlin_patch: specifier: ^3.5.1 - version: 3.5.1 + version: 3.5.2 json2csv: specifier: ^5.0.7 version: 5.0.7 @@ -427,6 +433,18 @@ importers: specifier: ^0.7.0 version: 0.7.0(immer@9.0.21)(react@17.0.2) + packages/gi-assets-janusgraph: + dependencies: + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + react: + specifier: 17.x || 17 + version: 17.0.2 + umi-request: + specifier: ^1.4.0 + version: 1.4.0 + packages/gi-assets-neo4j: dependencies: '@ant-design/icons': @@ -444,6 +462,9 @@ importers: json2csv: specifier: ^5.0.7 version: 5.0.7 + neo4j-driver: + specifier: ^5.8.0 + version: 5.9.1 react: specifier: 17.x || 17 version: 17.0.2 @@ -462,6 +483,9 @@ importers: '@ant-design/icons': specifier: ^4.6.2 version: 4.8.0(react-dom@17.0.2)(react@17.0.2) + '@antv/g2': + specifier: ^5.0.11 + version: 5.0.12(@antv/g-lite@1.0.69) '@antv/gi-sdk': specifier: workspace:* version: link:../gi-sdk @@ -470,19 +494,28 @@ importers: version: 2.7.16(react-dom@17.0.2)(react@17.0.2) '@antv/l7-draw': specifier: ^2.4.24 - version: 2.4.24(@antv/l7-maps@2.15.4)(@antv/l7@2.15.4) + version: 2.4.24(@antv/l7-maps@2.15.5)(@antv/l7@2.15.5) '@antv/l7plot': specifier: ^0.0.11 - version: 0.0.11(@antv/l7@2.15.4) + version: 0.0.11(@antv/l7@2.15.5) '@turf/turf': specifier: ^6.5.0 version: 6.5.0 + ahooks: + specifier: ^3.7.7 + version: 3.7.7(react@17.0.2) antd: specifier: 4.x version: 4.24.10(react-dom@17.0.2)(react@17.0.2) + dayjs: + specifier: ^1.10.5 + version: 1.11.8 graph-timeline: specifier: ^1.1.7 version: 1.1.7(react-dom@17.0.2)(react@17.0.2) + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 react: specifier: 17.x || 17 version: 17.0.2 @@ -491,23 +524,23 @@ importers: version: 17.0.2(react@17.0.2) react-spring: specifier: 9.4.4 - version: 9.4.4(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.139.2)(zdog@1.1.3) + version: 9.4.4(@react-three/fiber@8.13.1)(konva@9.2.0)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.10)(react-zdog@1.0.11)(react@17.0.2)(three@0.139.2)(zdog@1.1.3) three: specifier: 0.139.2 version: 0.139.2 devDependencies: mini-css-extract-plugin: specifier: ^2.3.0 - version: 2.7.5(webpack@5.82.0) + version: 2.7.6(webpack@5.86.0) rimraf: specifier: ^3.0.2 version: 3.0.2 webpack: specifier: ^5.53.0 - version: 5.82.0(webpack-cli@4.10.0) + version: 5.86.0(webpack-cli@4.10.0) webpack-cli: specifier: ^4.8.0 - version: 4.10.0(webpack@5.82.0) + version: 4.10.0(webpack@5.86.0) packages/gi-assets-testing: dependencies: @@ -532,16 +565,16 @@ importers: devDependencies: '@types/react': specifier: ^17.0.3 - version: 17.0.58 + version: 17.0.61 typescript: specifier: ^4.5.4 version: 4.9.5 webpack: specifier: ^5.53.0 - version: 5.82.0(webpack-cli@4.10.0) + version: 5.86.0(webpack-cli@4.10.0) webpack-cli: specifier: ^4.8.0 - version: 4.10.0(webpack@5.82.0) + version: 4.10.0(webpack@5.86.0) packages/gi-assets-tugraph: dependencies: @@ -571,7 +604,7 @@ importers: version: 17.0.2 react-monaco-editor: specifier: ^0.48.0 - version: 0.48.0(@types/react@17.0.58)(monaco-editor@0.34.1)(react@17.0.2) + version: 0.48.0(@types/react@17.0.61)(monaco-editor@0.34.1)(react@17.0.2) umi-request: specifier: ^1.4.0 version: 1.4.0 @@ -581,62 +614,86 @@ importers: devDependencies: dumi: specifier: ^1.1.38 - version: 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + version: 1.1.50(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5) father: specifier: ^2.30.6 - version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + version: 2.30.23(@babel/core@7.22.5)(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.86.0) mini-css-extract-plugin: specifier: ^2.3.0 - version: 2.7.5(webpack@5.82.0) + version: 2.7.6(webpack@5.86.0) rimraf: specifier: ^3.0.2 version: 3.0.2 umi: specifier: ^3.5.20 - version: 3.5.40(react-router@6.11.1) + version: 3.5.41(react-router@6.12.1) webpack: specifier: ^5.53.0 - version: 5.82.0(webpack-cli@4.10.0) + version: 5.86.0(webpack-cli@4.10.0) webpack-cli: specifier: ^4.8.0 - version: 4.10.0(webpack@5.82.0) + version: 4.10.0(webpack@5.86.0) + + packages/gi-assets-tugraph-analytics: + dependencies: + '@antv/gi-common-components': + specifier: workspace:* + version: link:../gi-common-components + '@antv/gi-sdk': + specifier: workspace:* + version: link:../gi-sdk + '@antv/graphin': + specifier: ^2.7.15 + version: 2.7.16_sfoxds7t5ydpegc3knd667wn6m + ahooks: + specifier: ^3.7.7 + version: 3.7.7(react@17.0.2) + antd: + specifier: 4.x + version: 4.24.10_sfoxds7t5ydpegc3knd667wn6m + react: + specifier: 17.x || 17 + version: 17.0.2 + react-dom: + specifier: 17.x + version: 17.0.2_react@17.0.2 packages/gi-cli: dependencies: '@umijs/utils': specifier: ^4.0.29 - version: 4.0.67 + version: 4.0.70 devDependencies: father: specifier: ^4.0.7 - version: 4.1.9(styled-components@5.3.10)(webpack@5.82.0) + version: 4.2.3(styled-components@5.3.11)(webpack@5.86.0) packages/gi-common-components: dependencies: '@antv/g2plot': specifier: ^2.4.20 - version: 2.4.30 + version: 2.4.31 '@antv/graphin': specifier: ^2.7.15 version: 2.7.16(react-dom@17.0.2)(react@17.0.2) '@formily/antd': specifier: ^2.1.0 - version: 2.2.23(@ant-design/icons@4.7.0)(@types/react-dom@17.0.20)(@types/react@17.0.58)(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) + version: 2.2.24(@ant-design/icons@4.7.0)(@types/react-dom@17.0.20)(@types/react@17.0.61)(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) '@formily/core': specifier: ^2.1.0 - version: 2.2.23 + version: 2.2.24 '@formily/json-schema': specifier: ^2.2.2 - version: 2.2.23(typescript@4.9.5) + version: 2.2.24(typescript@4.9.5) '@formily/react': specifier: ^2.1.0 - version: 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) + version: 2.2.24(@types/react-dom@17.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) '@formily/reactive': specifier: ^2.2.2 - version: 2.2.23 + version: 2.2.24 '@formily/shared': specifier: ^2.2.2 - version: 2.2.23 + version: 2.2.24 antd: specifier: 4.x version: 4.24.10(react-dom@17.0.2)(react@17.0.2) @@ -645,7 +702,7 @@ importers: version: 2.3.2 dumi: specifier: ^1.1.38 - version: 1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + version: 1.1.50(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5) nanoid: specifier: ^4.0.0 version: 4.0.2 @@ -683,12 +740,15 @@ importers: etcd3: specifier: ^1.1.0 version: 1.1.0 + gremlin: + specifier: ^3.6.4 + version: 3.6.4 gremlin_patch: specifier: ^3.5.2 version: 3.5.2 neo4j-driver: - specifier: ^4.4.6 - version: 4.4.10 + specifier: ^5.8.0 + version: 5.9.1 react: specifier: ^17.0.2 version: 17.0.2 @@ -697,7 +757,7 @@ importers: version: 17.0.2(react@17.0.2) devDependencies: '@antv/gi-sdk': - specifier: ^2.0.0 + specifier: ^2.3.3 version: link:../gi-sdk '@antv/graphin': specifier: ^2.7.13 @@ -705,6 +765,9 @@ importers: '@eggjs/tsconfig': specifier: ^1.0.0 version: 1.3.3 + '@types/gremlin': + specifier: ^3.6.1 + version: 3.6.1 '@types/mocha': specifier: ^2.2.40 version: 2.2.48 @@ -731,10 +794,10 @@ importers: version: 3.26.0 eslint: specifier: ^8.0.0 - version: 8.40.0 + version: 8.42.0 eslint-config-egg: specifier: ^12.0.0 - version: 12.2.1(eslint@8.40.0)(typescript@4.9.5) + version: 12.2.1(eslint@8.42.0)(typescript@4.9.5) typescript: specifier: ^4.0.0 version: 4.9.5 @@ -758,7 +821,7 @@ importers: devDependencies: react-spring: specifier: ^9.5.4 - version: 9.7.1(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@18.2.8)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3) + version: 9.7.1(@react-three/fiber@8.13.1)(konva@9.2.0)(react-dom@17.0.2)(react-konva@18.2.9)(react-native@0.71.10)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3) packages/gi-sdk: dependencies: @@ -803,10 +866,10 @@ importers: version: 4.8.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-components': specifier: 2.3.57 - version: 2.3.57(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + version: 2.3.57(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-table': specifier: 2.66.4 - version: 2.66.4(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + version: 2.66.4(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@antv/dw-analyzer': specifier: ^1.1.5 version: 1.1.5 @@ -828,6 +891,9 @@ importers: '@antv/gi-assets-hugegraph': specifier: workspace:* version: link:../gi-assets-hugegraph + '@antv/gi-assets-janusgraph': + specifier: workspace:* + version: link:../gi-assets-janusgraph '@antv/gi-assets-neo4j': specifier: workspace:* version: link:../gi-assets-neo4j @@ -837,6 +903,9 @@ importers: '@antv/gi-assets-tugraph': specifier: workspace:* version: link:../gi-assets-tugraph + '@antv/gi-assets-tugraph-analytics': + specifier: workspace:* + version: link:../gi-assets-tugraph-analytics '@antv/gi-common-components': specifier: workspace:* version: link:../gi-common-components @@ -851,7 +920,7 @@ importers: version: 2.7.16(react-dom@17.0.2)(react@17.0.2) '@faker-js/faker': specifier: latest - version: 8.0.1 + version: 7.6.0 '@fast-csv/format': specifier: latest version: 4.3.5 @@ -866,7 +935,7 @@ importers: version: 6.13.1 '@umijs/preset-react': specifier: ^1.8.12 - version: 1.8.32(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40) + version: 1.8.32(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.41) ahooks: specifier: ^2.10.9 version: 2.10.14(react@17.0.2) @@ -881,7 +950,7 @@ importers: version: 4.0.2 dayjs: specifier: ^1.10.5 - version: 1.11.7 + version: 1.11.8 element-resize-detector: specifier: ^1.2.4 version: 1.2.4 @@ -893,7 +962,7 @@ importers: version: 1.0.5 js-beautify: specifier: ^1.11.0 - version: 1.14.7 + version: 1.14.8 localforage: specifier: ^1.9.0 version: 1.10.0 @@ -905,7 +974,7 @@ importers: version: 0.25.2 monaco-editor-webpack-plugin: specifier: ^7.0.1 - version: 7.0.1(monaco-editor@0.25.2)(webpack@5.82.0) + version: 7.0.1(monaco-editor@0.25.2)(webpack@5.86.0) node-fetch: specifier: ^3.3.0 version: 3.3.1 @@ -920,7 +989,7 @@ importers: version: 17.0.2(react@17.0.2) react-monaco-editor: specifier: ^0.48.0 - version: 0.48.0(@types/react@17.0.58)(monaco-editor@0.25.2)(react@17.0.2) + version: 0.48.0(@types/react@17.0.61)(monaco-editor@0.25.2)(react@17.0.2) react-router-dom: specifier: ^5.1.1 version: 5.3.4(react@17.0.2) @@ -932,7 +1001,7 @@ importers: version: 6.14.1 umi: specifier: ^3.5.18 - version: 3.5.40(react-router@5.3.4) + version: 3.5.41(react-router@5.3.4) umi-request: specifier: ^1.3.9 version: 1.4.0 @@ -966,22 +1035,22 @@ importers: version: 4.24.10(react-dom@16.14.0)(react@17.0.2) css-loader: specifier: ^6.2.0 - version: 6.7.3(webpack@5.82.0) + version: 6.8.1(webpack@5.86.0) dumi: specifier: ^1.1.25 - version: 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5) + version: 1.1.50(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5) father: specifier: ^2.30.8 - version: 2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0) + version: 2.30.23(@babel/core@7.22.5)(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.86.0) less: specifier: ^3.13.1 version: 3.13.1 less-loader: specifier: ^10.0.1 - version: 10.2.0(less@3.13.1)(webpack@5.82.0) + version: 10.2.0(less@3.13.1)(webpack@5.86.0) mini-css-extract-plugin: specifier: ^2.2.0 - version: 2.7.5(webpack@5.82.0) + version: 2.7.6(webpack@5.86.0) moment: specifier: ^2.29.1 version: 2.29.4 @@ -993,13 +1062,13 @@ importers: version: 3.0.2 style-loader: specifier: ^3.2.1 - version: 3.3.2(webpack@5.82.0) + version: 3.3.3(webpack@5.86.0) webpack: specifier: ^5.51.1 - version: 5.82.0(webpack-cli@4.10.0) + version: 5.86.0(webpack-cli@4.10.0) webpack-cli: specifier: ^4.8.0 - version: 4.10.0(webpack@5.82.0) + version: 4.10.0(webpack@5.86.0) packages/my-custom-server: dependencies: @@ -1017,7 +1086,7 @@ packages: resolution: {integrity: sha512-Ql0wrl78aRQ/cqJ/YPQmDH3LGsINwSjaWb9Lc0GLH52kPn1AyXnSvFB5RxnQCILvcHVvOza3oWzcN+yhRpL0Cg==} dependencies: accessor-fn: 1.4.1 - kapsule: 1.14.2 + kapsule: 1.14.4 three: 0.139.2 three-forcegraph: 1.41.9(three@0.139.2) three-render-objects: 1.28.4(three@0.139.2) @@ -1028,7 +1097,7 @@ packages: engines: {node: '>=12'} dependencies: accessor-fn: 1.4.1 - kapsule: 1.14.2 + kapsule: 1.14.4 three: 0.135.0 three-forcegraph: 1.41.9(three@0.135.0) three-render-objects: 1.28.4(three@0.135.0) @@ -1128,18 +1197,18 @@ packages: - prop-types dev: false - /@ant-design/cssinjs@1.9.1(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-CZt1vCMs/sY7RoacYuIkZwQmb8Bhp99ReNNE9Y8lnUzik8fmCdKAQA7ecvVOFwmNFdcBHga7ye/XIRrsbkiqWw==} + /@ant-design/cssinjs@1.10.1(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-PSoJS8RMzn95ZRg007dJGr6AU0Zim/O+tTN0xmXmh9CkIl4y3wuOr2Zhehaj7s130wPSYDVvahf3DKT50w/Zhw==} peerDependencies: react: '>=16.0.0 || 17' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/hash': 0.8.0 '@emotion/unitless': 0.7.5 classnames: 2.3.2 csstype: 3.1.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) stylis: 4.2.0 @@ -1178,7 +1247,7 @@ packages: react-dom: '>=16.8.4' dependencies: '@antv/dom-util': 2.0.4 - '@antv/g6': 4.8.10 + '@antv/g6': 4.8.15 '@antv/layout': 0.1.31 '@antv/util': 2.0.17 insert-css: 2.0.0 @@ -1199,9 +1268,9 @@ packages: dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.2.1 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -1214,9 +1283,9 @@ packages: dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.2.1 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -1229,9 +1298,9 @@ packages: dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.2.1 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -1244,15 +1313,31 @@ packages: dependencies: '@ant-design/colors': 6.0.0 '@ant-design/icons-svg': 4.2.1 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: false - /@ant-design/icons@5.1.0(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-s7NJeBY2NS44+sAhpgaxtgvBda81vpVxLPXXdCWNXwIVR8T7DdhDsSZqqVMPlZwCKwRo89ksWhFifZo0Ulgxdw==} + /@ant-design/icons@4.8.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-T89P2jG2vM7OJ0IfGx2+9FC5sQjtTzRSz+mCHTXkFn/ELZc2YpfStmYHmqzq2Jx55J0F7+O6i5/ZKFSVNWCKNg==} + engines: {node: '>=8'} + peerDependencies: + react: '>=16.0.0 || 17' + react-dom: '>=16.0.0' + dependencies: + '@ant-design/colors': 6.0.0 + '@ant-design/icons-svg': 4.2.1 + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /@ant-design/icons@5.1.4(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-YHKL7Jx3bM12OxvtiYDon04BsBT/6LGitYEqar3GljzWaAyMOAD8i/uF1Rsi5Us/YNdWWXBGSvZV2OZWMpJlcA==} engines: {node: '>=8'} peerDependencies: react: '>=16.0.0 || 17' @@ -1260,9 +1345,9 @@ packages: dependencies: '@ant-design/colors': 7.0.0 '@ant-design/icons-svg': 4.2.1 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: false @@ -1273,8 +1358,8 @@ packages: react: '>=16.8.4 || 17' react-dom: '>=16.8.4' dependencies: - '@antv/l7': 2.15.4 - '@antv/l7plot': 0.3.3(@antv/l7@2.15.4) + '@antv/l7': 2.15.5 + '@antv/l7plot': 0.3.3(@antv/l7@2.15.5) '@antv/util': 2.0.17 react: 17.0.2 react-content-loader: 5.1.4(react@17.0.2) @@ -1287,7 +1372,7 @@ packages: react: '>=16.8.4 || 17' react-dom: '>=16.8.4' dependencies: - '@antv/g2plot': 2.4.30 + '@antv/g2plot': 2.4.31 '@antv/util': 2.0.17 react: 17.0.2 react-content-loader: 5.1.4(react@17.0.2) @@ -1303,19 +1388,19 @@ packages: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 omit.js: 2.0.2 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 transitivePeerDependencies: - prop-types - react-dom dev: false - /@ant-design/pro-components@2.3.57(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): + /@ant-design/pro-components@2.3.57(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-zXHAToBHjHQLrORO4reqknDcMeM+7Vgtqwb40AS+ZUD8uo3s+l8+YiV+BoxZDMbmxsQ0VzANU3610ZmSqUMkqg==} peerDependencies: antd: '>=4.23.0' @@ -1323,16 +1408,16 @@ packages: react-dom: '>=16.9.0' dependencies: '@ant-design/pro-card': 2.1.14(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-descriptions': 2.0.48(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-descriptions': 2.0.48(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-layout': 7.8.2(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-list': 2.1.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-list': 2.1.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-skeleton': 2.0.8(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-table': 3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-table': 3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -1342,19 +1427,19 @@ packages: - rc-field-form dev: false - /@ant-design/pro-descriptions@2.0.48(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): + /@ant-design/pro-descriptions@2.0.48(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Y5edlJlnvRWF/8BqIcmJP3xSCvi1UT7uMDjFLdHhcIfWJsBgYfdLq7wupY/pN3rRJ0jCvVJUpVRMotdzAuK8ig==} peerDependencies: antd: '>=4.23.0' react: '>=16.9.0 || 17' dependencies: '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-skeleton': 2.0.8(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 use-json-comparison: 1.0.6(react@17.0.2) transitivePeerDependencies: @@ -1373,13 +1458,13 @@ packages: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 1.35.3(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash.tonumber: 4.0.3 moment: 2.29.4 omit.js: 2.0.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-color: 2.19.3(react@17.0.2) swr: 1.3.0(react@17.0.2) @@ -1397,14 +1482,14 @@ packages: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@chenshuai2144/sketch-color': 1.0.9(react@17.0.2) antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 - dayjs: 1.11.7 + dayjs: 1.11.8 lodash.tonumber: 4.0.3 omit.js: 2.0.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 swr: 2.1.5(react@17.0.2) transitivePeerDependencies: @@ -1412,7 +1497,7 @@ packages: - react-dom dev: false - /@ant-design/pro-form@1.57.0(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): + /@ant-design/pro-form@1.57.0(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-6KNYAiW5W29EAhWn1CMTphrVaadIe3NcUm3JE/mrhBlKDVGabmF0mqKz1WCw+S4BiOJttmRNoz8K0/ypTvXO2A==} peerDependencies: antd: '>=4.18.0' @@ -1424,15 +1509,15 @@ packages: '@ant-design/pro-field': 1.32.4(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 1.35.3(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@umijs/use-params': 1.0.9(react@17.0.2) antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash: 4.17.21 omit.js: 2.0.2 - rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-field-form: 1.32.1(react-dom@17.0.2)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) use-json-comparison: 1.0.6(react@17.0.2) @@ -1441,7 +1526,7 @@ packages: - prop-types dev: false - /@ant-design/pro-form@2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): + /@ant-design/pro-form@2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-iBxb7vWOPjlkpfZjZHKnVlgA1ebE7yjuqkXJSQ9AYW2HB1UfXVYcI7xgrj0nkx6EdtL1sf3Rhl2OwKYpRIB9iQ==} peerDependencies: '@types/lodash.merge': ^4.6.7 @@ -1457,16 +1542,16 @@ packages: '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@chenshuai2144/sketch-color': 1.0.9(react@17.0.2) '@umijs/use-params': 1.0.9(react@17.0.2) antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 lodash.merge: 4.6.2 omit.js: 2.0.2 - rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-field-form: 1.32.1(react-dom@17.0.2)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) use-json-comparison: 1.0.6(react@17.0.2) @@ -1483,7 +1568,7 @@ packages: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 1.10.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 1.45.3(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@umijs/route-utils': 2.2.2 '@umijs/ssr-darkreader': 4.9.45 '@umijs/use-params': 1.0.9(react@17.0.2) @@ -1493,7 +1578,7 @@ packages: omit.js: 2.0.2 path-to-regexp: 2.4.0 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 swr: 1.3.0(react@17.0.2) unstated-next: 1.1.0 @@ -1515,7 +1600,7 @@ packages: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@umijs/route-utils': 4.0.1 '@umijs/use-params': 1.0.9(react@17.0.2) antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) @@ -1524,7 +1609,7 @@ packages: omit.js: 2.0.2 path-to-regexp: 2.4.0 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) swr: 2.1.5(react@17.0.2) @@ -1535,7 +1620,7 @@ packages: - prop-types dev: false - /@ant-design/pro-list@2.1.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): + /@ant-design/pro-list@2.1.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-afOlH+Kms4eZzUvmA38lGsqobg+PXHqZtBducfgAJ+QgLxBu172TLKuG5wioTdMCm2DSxIKQ3+rQn0O9ZBdDqw==} peerDependencies: antd: '>=4.23.0' @@ -1545,11 +1630,11 @@ packages: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-card': 2.1.14(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-table': 3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@ant-design/pro-table': 3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 - dayjs: 1.11.7 + dayjs: 1.11.8 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) rc-util: 4.21.1 react: 17.0.2 @@ -1566,9 +1651,9 @@ packages: peerDependencies: react: '>=16.9.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 swr: 1.3.0(react@17.0.2) transitivePeerDependencies: @@ -1581,9 +1666,9 @@ packages: antd: '>=4.18.0' react: '>=16.9.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 swr: 1.3.0(react@17.0.2) transitivePeerDependencies: @@ -1597,11 +1682,11 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@ant-design/cssinjs': 1.9.1(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@ant-design/cssinjs': 1.10.1(react-dom@17.0.2)(react@17.0.2) + '@babel/runtime': 7.22.5 '@ctrl/tinycolor': 3.6.0 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) swr: 2.1.5(react@17.0.2) @@ -1614,14 +1699,14 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) use-media-antd-query: 1.1.0(react@17.0.2) dev: false - /@ant-design/pro-table@2.66.4(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): + /@ant-design/pro-table@2.66.4(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-j6o5V6IkyzhsJnaXi19tVQ+cw2UFId1CWlXooWccdcE8xPP+7GX0E7usw9ng5HsI0h9rHDPWru6JtemXMo0RPQ==} peerDependencies: antd: '>=4.18.0' @@ -1631,16 +1716,16 @@ packages: dependencies: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-field': 1.32.4(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-form': 1.57.0(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 1.57.0(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 1.35.3(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 moment: 2.29.4 omit.js: 2.0.2 - rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-field-form: 1.32.1(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) @@ -1651,7 +1736,7 @@ packages: - prop-types dev: false - /@ant-design/pro-table@3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2): + /@ant-design/pro-table@3.3.1(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-NQak8whJklHUrJlQMs6z2nQ9qPdrDXEbJWG/btxE6kFcfANydLRCdsHVmJADZ7NWv+ZvnAiXAzaR1pJeuZxu5A==} peerDependencies: antd: '>=4.23.0' @@ -1662,17 +1747,17 @@ packages: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-card': 2.1.14(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-field': 2.2.9(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.30.0)(react-dom@17.0.2)(react@17.0.2) + '@ant-design/pro-form': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(rc-field-form@1.32.1)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-utils': 2.5.8(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 - dayjs: 1.11.7 + dayjs: 1.11.8 omit.js: 2.0.2 - rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-field-form: 1.32.1(react-dom@17.0.2)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) @@ -1691,11 +1776,11 @@ packages: dependencies: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 1.6.0(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 moment: 2.29.4 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) @@ -1712,11 +1797,11 @@ packages: dependencies: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 1.10.0(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 moment: 2.29.4 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) @@ -1734,11 +1819,11 @@ packages: dependencies: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-provider': 2.4.3(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 - dayjs: 1.11.7 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + dayjs: 1.11.8 + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-sortable-hoc: 2.0.0(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) @@ -1752,13 +1837,26 @@ packages: peerDependencies: react: '>=16.9.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 json2mq: 0.2.0 lodash: 4.17.21 react: 17.0.2 resize-observer-polyfill: 1.5.1 + /@ant-design/react-slick@0.29.2_react@17.0.2: + resolution: {integrity: sha512-kgjtKmkGHa19FW21lHnAfyyH9AAoh35pBdcJ53rHmQ3O+cfFHGHnUbj/HFrRNJ5vIts09FKJVAD8RpaC+RaWfA==} + peerDependencies: + react: '>=16.9.0 || 17' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + json2mq: 0.2.0 + lodash: 4.17.21 + react: 17.0.2 + resize-observer-polyfill: 1.5.1 + dev: false + /@antv/adjust@0.2.5: resolution: {integrity: sha512-MfWZOkD9CqXRES6MBGRNe27Q577a72EIwyMnE29wIlPliFvJfWwsrONddpGU7lilMpVKecS3WAzOoip3RfPTRQ==} dependencies: @@ -1770,13 +1868,13 @@ packages: resolution: {integrity: sha512-TGwPyFoAu4+iEJd0y1l0gHdBXCbUj8a4gR7P3GzZRfEfRnWfk+gswApzOSTd7c6HP402JOEF64PAJQKxQgSPSQ==} dependencies: '@antv/util': 2.0.17 - tslib: 2.5.0 + tslib: 2.5.3 /@antv/algorithm@0.1.26-beta.0: resolution: {integrity: sha512-pUXut6Y7KxJvj8EjXwkHP1w1z/nrf2Cx48DE+3kzJuz09FynaNd/NQvOEBMGSGyxoH8vVZ2vW4aDvTtbttHcPA==} dependencies: '@antv/util': 2.0.17 - tslib: 2.5.0 + tslib: 2.5.3 dev: false /@antv/async-hook@2.2.9: @@ -1791,18 +1889,18 @@ packages: '@antv/color-util': 2.0.6 '@antv/scale': 0.3.18 '@antv/util': 2.0.17 - tslib: 2.5.0 + tslib: 2.5.3 dev: false /@antv/color-util@2.0.6: resolution: {integrity: sha512-KnPEaAH+XNJMjax9U35W67nzPI+QQ2x27pYlzmSIWrbj4/k8PGrARXfzDTjwoozHJY8qG62Z+Ww6Alhu2FctXQ==} dependencies: '@antv/util': 2.0.17 - tslib: 2.5.0 + tslib: 2.5.3 dev: false - /@antv/component@0.8.33: - resolution: {integrity: sha512-49/sTnlnhOpd+cMyxFz9CNcALRo50sj0FSZt6g4hFSNTg1gmvOEDwcPEBEft+hM0RGnryanJpYNvW5lMfm/Skg==} + /@antv/component@0.8.35: + resolution: {integrity: sha512-VnRa5X77nBPI952o2xePEEMSNZ6g2mcUDrQY8mVL2kino/8TFhqDq5fTRmDXZyWyIYd4ulJTz5zgeSwAnX/INQ==} dependencies: '@antv/color-util': 2.0.6 '@antv/dom-util': 2.0.4 @@ -1812,7 +1910,7 @@ packages: '@antv/scale': 0.3.18 '@antv/util': 2.0.17 fecha: 4.2.3 - tslib: 2.5.0 + tslib: 2.5.3 dev: false /@antv/coord@0.3.1: @@ -1820,13 +1918,21 @@ packages: dependencies: '@antv/matrix-util': 3.1.0-beta.3 '@antv/util': 2.0.17 - tslib: 2.5.0 + tslib: 2.5.3 + dev: false + + /@antv/coord@0.4.4: + resolution: {integrity: sha512-KE9TPhPUjLfxghPdBrinKkmJh+3zmj8wQRNNMgBczNOaQMUrJbBvGhANkU9qups7zw4wkrSsJa5udFoWyT1G4Q==} + dependencies: + '@antv/matrix-util': 3.0.4 + '@antv/scale': 0.4.12 + '@antv/util': 2.0.17 dev: false /@antv/dom-util@2.0.4: resolution: {integrity: sha512-2shXUl504fKwt82T3GkuT4Uoc6p9qjCKnJ8gXGLSW4T1W37dqf9AV28aCfoVPHp2BUXpSsB+PAJX2rG/jLHsLQ==} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 /@antv/dw-analyzer@1.1.5: resolution: {integrity: sha512-xwjZad740IlxYwwfylCZZg4Qobe32H3u7L6CarGM+kp0oWWqINeU/GV/aBciYs132RqIc2cxBjONRqctjHOrgA==} @@ -1863,7 +1969,17 @@ packages: d3-interpolate: 3.0.1 d3-timer: 1.0.10 detect-browser: 5.3.0 - tslib: 2.5.0 + tslib: 2.5.3 + + /@antv/g-camera-api@1.0.40(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-GhhNdrPlT+Pw9RtBqMsBEQxrXhbR8nbva4WxJ381/o4gTdSzF+DBEt4uND3u5mv910HeC2iNbq+8itQhMFvlTw==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/util': 3.3.2 + gl-matrix: 3.4.3 + dev: false /@antv/g-canvas@0.5.14: resolution: {integrity: sha512-IUGLEMIMAUYgaBMT8h3FTmYQYz7sjQkKWwh6Psqx+UPK86fySa+G8fMRrh1EqAL07jVB+GRnn6Ym+3FoFUgeFg==} @@ -1874,7 +1990,48 @@ packages: '@antv/path-util': 2.0.15 '@antv/util': 2.0.17 gl-matrix: 3.4.3 - tslib: 2.5.0 + tslib: 2.5.3 + + /@antv/g-canvas@1.9.47(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-5cJfRDOvkmPfRTmQjyBsa1GhEy2SNAt5e6o06DuOPoyoqokSONB7h26xkVduuA0d61Br27eSekBJkjrXu2zOzA==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/g-plugin-canvas-path-generator': 1.1.51(@antv/g-lite@1.0.69) + '@antv/g-plugin-canvas-picker': 1.8.50(@antv/g-lite@1.0.69) + '@antv/g-plugin-canvas-renderer': 1.7.59(@antv/g-lite@1.0.69) + '@antv/g-plugin-dom-interaction': 1.7.51(@antv/g-lite@1.0.69) + '@antv/g-plugin-html-renderer': 1.7.55(@antv/g-lite@1.0.69) + '@antv/g-plugin-image-loader': 1.1.53(@antv/g-lite@1.0.69) + '@antv/util': 3.3.2 + '@types/offscreencanvas': 2019.7.0 + tslib: 2.5.3 + dev: false + + /@antv/g-css-layout-api@1.0.38(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-2KFNXOXVN20hVVFSyDiShLdFF1Bnc2whPDNQpfUgWlwlBTeUDx3Bd1tnNEuPg6MDQkV4luPE/1rEe8o6fOE3zg==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + dev: false + + /@antv/g-css-typed-om-api@1.0.38(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-eDLGxlzMyoJGdbORHeajC23JNXV3TjVInegFZdiZdYmS4jNBQzK/8Y7HKdlelfGTJZs4m19i5diHCSyQebNJoQ==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + dev: false + + /@antv/g-dom-mutation-observer-api@1.0.38(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-RIuXxTh5cFZz6OWc0D3n0ExlCEqBO/s5EQmLRB7QQTCBjrhBTqvJT7AV8Bp6reeBkCLyZ8eBjwIjc2LX9iWFnw==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + dev: false /@antv/g-gesture@1.0.1(@antv/g-base@0.4.7): resolution: {integrity: sha512-7zANDfE/aWSWTetJO8uKcI/rvnGPzpfsga0F3IuLKcVjWwSAHocmccMz0bzkltNcm43UY1C2vX2HCBKMCwDdvg==} @@ -1886,12 +2043,109 @@ packages: d3-ease: 1.0.7 dev: false + /@antv/g-lite@1.0.69: + resolution: {integrity: sha512-2X3XP8uSZ797XedJ0/iBliLfiifvzSWD9j4mHmM1uYDTaNvLP0vFTxB7hD3q/mf3D3iEIS4wTIJF2UkhIfdWKQ==} + dependencies: + '@antv/g-math': 1.7.49 + '@antv/util': 3.3.2 + '@types/offscreencanvas': 2019.7.0 + d3-color: 1.4.1 + eventemitter3: 4.0.7 + gl-matrix: 3.4.3 + rbush: 3.0.1 + tslib: 2.5.3 + dev: false + /@antv/g-math@0.1.9: resolution: {integrity: sha512-KHMSfPfZ5XHM1PZnG42Q2gxXfOitYveNTA7L61lR6mhZ8Y/aExsYmHqaKBsSarU0z+6WLrl9C07PQJZaw0uljQ==} dependencies: '@antv/util': 2.0.17 gl-matrix: 3.4.3 + /@antv/g-math@1.7.49: + resolution: {integrity: sha512-6eVtmtkmPAjqQrg1TZ6MICtHmBUv2jCDbgRpHl3VmX48KPPOaBlbkZlhh0ZEAEMN1ex075W8kYr/+xDHnhCvKg==} + dependencies: + gl-matrix: 3.4.3 + tslib: 2.5.3 + dev: false + + /@antv/g-plugin-canvas-path-generator@1.1.51(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-iyJ+QC5EdfGFGcG2jiESM1gBNu7OrZ5DSu9+qPWB4uIxYOkpwC07MsW/763BQOFEFi64Z2dyF+0AeyUYHyu7CQ==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/g-math': 1.7.49 + '@antv/util': 3.3.2 + tslib: 2.5.3 + dev: false + + /@antv/g-plugin-canvas-picker@1.8.50(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-kn29Qb6S/7sJA60XhVZBciKQiOY1/sGyLZIILnRE8cAhEoZgv0RUG5/SqAIiRd0GO7UR3uf4aSeKTV/B79OwAg==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/g-plugin-canvas-path-generator': 1.1.51(@antv/g-lite@1.0.69) + '@antv/util': 3.3.2 + gl-matrix: 3.4.3 + tslib: 2.5.3 + dev: false + + /@antv/g-plugin-canvas-renderer@1.7.59(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-TF7DNbL7oN31HP/20FzHB2BFlobbTJwCqmItfumg2fVTVPklms0pm4DhN0Jq7mHMnySi0HxhV3onEzSqed+xIA==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/g-math': 1.7.49 + '@antv/g-plugin-canvas-path-generator': 1.1.51(@antv/g-lite@1.0.69) + '@antv/g-plugin-image-loader': 1.1.53(@antv/g-lite@1.0.69) + '@antv/util': 3.3.2 + gl-matrix: 3.4.3 + tslib: 2.5.3 + dev: false + + /@antv/g-plugin-dom-interaction@1.7.51(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-8poLbWcc43ZQei2tqEQCCmXyE/8OxYExIqwB4uoPci7e2936rmr4z5y6xFIa5C0iVYAR/7ZGcsgu5jS9cTt37w==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + tslib: 2.5.3 + dev: false + + /@antv/g-plugin-dragndrop@1.6.50(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-GJkdMU20owqgO9phkOkyhaym3RG19UjxQejoGDzl+rIc9+6mlWBVDlNJ/VPrbO1xiadKHZWx+5E1B4kwEG7jwA==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/util': 3.3.2 + tslib: 2.5.3 + dev: false + + /@antv/g-plugin-html-renderer@1.7.55(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-vye/VBXuuRBLBTHRPaKPoGFrxctPEp/CzlTFrc4NvMVqLArpuj0ZFTfYzuYklO2rnA6o3IvEL1naUUdyuWvvQg==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/util': 3.3.2 + gl-matrix: 3.4.3 + tslib: 2.5.3 + dev: false + + /@antv/g-plugin-image-loader@1.1.53(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-BrTDPNl2oOxsmT2sNz4uqEdB/HInGYpINt2bDNBNcAzIIrR6l/0S2zSJc9Ynur60+ict8FxSbAjC6A7lKVp6Tw==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/util': 3.3.2 + tslib: 2.5.3 + dev: false + /@antv/g-svg@0.5.7: resolution: {integrity: sha512-jUbWoPgr4YNsOat2Y/rGAouNQYGpw4R0cvlN0YafwOyacFFYy2zC8RslNd6KkPhhR3XHNSqJOuCYZj/YmLUwYw==} dependencies: @@ -1899,7 +2153,16 @@ packages: '@antv/g-math': 0.1.9 '@antv/util': 2.0.17 detect-browser: 5.3.0 - tslib: 2.5.0 + tslib: 2.5.3 + + /@antv/g-web-animations-api@1.0.39(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-0QXVzjk8kKrVokxHLLphkJsMPvbhLgcQN8/eVUdPaj+A0Yf6Cpg/hquYaGBBuqzwoMVB0ROUsIvwXgRtoXQONA==} + peerDependencies: + '@antv/g-lite': ^1.0.0 + dependencies: + '@antv/g-lite': 1.0.69 + '@antv/util': 3.3.2 + dev: false /@antv/g-webgpu-core@0.5.6: resolution: {integrity: sha512-DPiH3GkAUiT0Q+LAKeImpI+IOQ/gP2w6HstYKivpFIpBPIvZ/9equM3icVrn1iDfDkZANVXQ1PppcO3xBv1ZTw==} @@ -1975,7 +2238,7 @@ packages: '@antv/adjust': 0.2.5 '@antv/attr': 0.3.5 '@antv/color-util': 2.0.6 - '@antv/component': 0.8.33 + '@antv/component': 0.8.35 '@antv/coord': 0.3.1 '@antv/dom-util': 2.0.4 '@antv/event-emitter': 0.1.3 @@ -1986,11 +2249,39 @@ packages: '@antv/path-util': 2.0.15 '@antv/scale': 0.3.18 '@antv/util': 2.0.17 - tslib: 2.5.0 + tslib: 2.5.3 + dev: false + + /@antv/g2@5.0.12(@antv/g-lite@1.0.69): + resolution: {integrity: sha512-KVTFUGDewNJDmdH8kHbgrMvF/utl7LiaLDuAwSzL3XyEtAPiW3d9SJE9VIFEztIicE64zUf49jwoXRrBVyWvJA==} + dependencies: + '@antv/coord': 0.4.4 + '@antv/event-emitter': 0.1.3 + '@antv/g': 5.16.32 + '@antv/g-canvas': 1.9.47(@antv/g-lite@1.0.69) + '@antv/g-plugin-dragndrop': 1.6.50(@antv/g-lite@1.0.69) + '@antv/gui': 0.5.0-alpha.23(@antv/g@5.16.32) + '@antv/path-util': 3.0.1 + '@antv/scale': 0.4.12 + '@antv/util': 3.3.2 + d3-array: 3.2.4 + d3-dsv: 3.0.1 + d3-force: 3.0.0 + d3-format: 3.1.0 + d3-geo: 3.1.0 + d3-hierarchy: 3.1.2 + d3-scale-chromatic: 3.0.0 + d3-shape: 3.2.0 + d3-voronoi: 1.1.4 + flru: 1.0.2 + fmin: 0.0.2 + pdfast: 0.2.0 + transitivePeerDependencies: + - '@antv/g-lite' dev: false - /@antv/g2plot@2.4.30: - resolution: {integrity: sha512-f6AzlvTTRN8IWOktgW6hg0m0cl3Sfdv0ztNG4OgSGUXdQvwa5ZpaLFoiUk7gt8eK1j2AHNBUk2v8AqNnO1TXpA==} + /@antv/g2plot@2.4.31: + resolution: {integrity: sha512-SlWHYVsJgRN7E1Oe5Qk6yWBrSWmctmloknFmklaqe9vEeK+YB9ZLUffZvtAHT10mA2NZ+VjGUhlnMNgR9M1PQg==} dependencies: '@antv/color-util': 2.0.6 '@antv/event-emitter': 0.1.3 @@ -2005,11 +2296,11 @@ packages: fmin: 0.0.2 pdfast: 0.2.0 size-sensor: 1.0.1 - tslib: 2.5.0 + tslib: 2.5.3 dev: false - /@antv/g6-core@0.8.10: - resolution: {integrity: sha512-vQEwMU0TPQBxOftxoh469u4aT7jJ+qYoj8yvZw/SpSYJwyfwIzv+5H2Xxz/iI4q2fN0TbRaxsuNVo5ojO7TY+Q==} + /@antv/g6-core@0.8.15: + resolution: {integrity: sha512-fTBwNXMS9mbYEdqiQ6hjfueaDDao5DEN3OkB8o1fn3ShsetdMJsl8ONNjvMo1qZzvoCCKXIdUrPYIxEP3BQWFg==} dependencies: '@antv/algorithm': 0.1.25 '@antv/dom-util': 2.0.4 @@ -2020,38 +2311,17 @@ packages: '@antv/path-util': 2.0.15 '@antv/util': 2.0.17 ml-matrix: 6.10.4 - tslib: 2.5.0 + tslib: 2.5.3 - /@antv/g6-core@0.8.13: - resolution: {integrity: sha512-TEoZv8PptmbR6l/DrWsxwzN/tmp4BAJr/mahgcP66eCaGymrZ9gRYNG73vDb4VVp1p66ajF2BYUpTUy8M3rO7Q==} + /@antv/g6-element@0.8.15: + resolution: {integrity: sha512-eSCPxncGHc7N+Xq9pcSxccngXrmHUzQDP5wYG8HT6SL0DBYnJbVu2BefD0w4FtTjt//43M6Nw9K/q2oiiKZpPQ==} dependencies: - '@antv/algorithm': 0.1.25 - '@antv/dom-util': 2.0.4 - '@antv/event-emitter': 0.1.3 '@antv/g-base': 0.5.15 - '@antv/g-math': 0.1.9 - '@antv/matrix-util': 3.1.0-beta.3 - '@antv/path-util': 2.0.15 + '@antv/g6-core': 0.8.15 '@antv/util': 2.0.17 - ml-matrix: 6.10.4 - tslib: 2.5.0 - /@antv/g6-element@0.8.10: - resolution: {integrity: sha512-KCBgsQJz6BA+IUofZOuKL2GKH95cTGKWrOBaIX3kEpV2LEfBpL+IyIKzKpRv8usIRo1/s254Sl+hefwSgm/TXg==} - dependencies: - '@antv/g-base': 0.5.15 - '@antv/g6-core': 0.8.10 - '@antv/util': 2.0.17 - - /@antv/g6-element@0.8.13: - resolution: {integrity: sha512-BFBqf1qcigwuVRi4/fUJAT3k5ALWHX0BMgxl7RtmPhbe1cG+CCvOfcbj4u88Dopyf09os1Ztj6n0PUVK7Tf6xg==} - dependencies: - '@antv/g-base': 0.5.15 - '@antv/g6-core': 0.8.13 - '@antv/util': 2.0.17 - - /@antv/g6-pc@0.8.10: - resolution: {integrity: sha512-r16AIkTv3cxL+a9PXf753jLXCIkUDFiVJjxzZ+2P+E5fNXOZvsul0h5oRDc6IH05k58lRju+3uhNfaDRVrBUlA==} + /@antv/g6-pc@0.8.15: + resolution: {integrity: sha512-ncYQ9bPwAZkB49KN0lxAPgvhqARLCSN3fZlEMf+lvdCFUIwxX99GydAI14vhBqaZPlu5VivCjo06oOte48DW7Q==} dependencies: '@ant-design/colors': 4.0.5 '@antv/algorithm': 0.1.25 @@ -2061,9 +2331,9 @@ packages: '@antv/g-canvas': 0.5.14 '@antv/g-math': 0.1.9 '@antv/g-svg': 0.5.7 - '@antv/g6-core': 0.8.10 - '@antv/g6-element': 0.8.10 - '@antv/g6-plugin': 0.8.13 + '@antv/g6-core': 0.8.15 + '@antv/g6-element': 0.8.15 + '@antv/g6-plugin': 0.8.15 '@antv/hierarchy': 0.6.11 '@antv/layout': 0.3.22(dagre@0.8.5) '@antv/matrix-util': 3.1.0-beta.3 @@ -2075,25 +2345,36 @@ packages: insert-css: 2.0.0 ml-matrix: 6.10.4 - /@antv/g6-plugin@0.8.13: - resolution: {integrity: sha512-29QBz0/y83mw1hsFHqAjBtTyH9OHvmBIOBtaKmqMfkxAGc/eb+L0Ja1nAEdvDVVd7Rq/a061x1QFtLhR5wTE/A==} + /@antv/g6-plugin@0.8.15: + resolution: {integrity: sha512-+R8vDGslj4gAjNo6ko46NJH+yfg34zj1hcqDoQ1dHnQs4ljIvJTfNgAqwtQk8HvWvHCTlsX4cOMYJyN4eX8V+g==} dependencies: '@antv/dom-util': 2.0.4 '@antv/g-base': 0.5.15 '@antv/g-canvas': 0.5.14 '@antv/g-svg': 0.5.7 - '@antv/g6-core': 0.8.13 - '@antv/g6-element': 0.8.13 + '@antv/g6-core': 0.8.15 + '@antv/g6-element': 0.8.15 '@antv/matrix-util': 3.1.0-beta.3 '@antv/path-util': 2.0.15 '@antv/scale': 0.3.18 '@antv/util': 2.0.17 insert-css: 2.0.0 - /@antv/g6@4.8.10: - resolution: {integrity: sha512-kZKB4wyukiyXoNOANErqRDJMRyWolAzVg12xm7XyJPYPVLxdAwYskTGnxgtxYdIjXF9qwpAszyJSLE8fZc72OA==} + /@antv/g6@4.8.15: + resolution: {integrity: sha512-jApz3z+blU7i6bqA6Zuq5sIs3OcutCbOx+/ah0uUdDSPc4jgh9suRjF+RJ/OlEFcKcRO8OQBbjB8/lZP+uwpxw==} dependencies: - '@antv/g6-pc': 0.8.10 + '@antv/g6-pc': 0.8.15 + + /@antv/g@5.16.32: + resolution: {integrity: sha512-ObRhoVUaVLTiyRBiIMLg2mszPj5m7Auu0wB7C7JZrsRvZ3zZJtBbNMFYOZPL2iKhaz35lbp9ICcx4wsFq11dAA==} + dependencies: + '@antv/g-camera-api': 1.0.40(@antv/g-lite@1.0.69) + '@antv/g-css-layout-api': 1.0.38(@antv/g-lite@1.0.69) + '@antv/g-css-typed-om-api': 1.0.38(@antv/g-lite@1.0.69) + '@antv/g-dom-mutation-observer-api': 1.0.38(@antv/g-lite@1.0.69) + '@antv/g-lite': 1.0.69 + '@antv/g-web-animations-api': 1.0.39(@antv/g-lite@1.0.69) + dev: false /@antv/graphin-icons@1.0.0: resolution: {integrity: sha512-2nogK6ZrDklnfIOJrqOAgD7iFLjfZIjLbA8pDUbeXN5c9b0Mu84oCfyqg8OmWwvi9Gt80eUzoplo73gKjZECJg==} @@ -2105,7 +2386,7 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@antv/g6': 4.8.10 + '@antv/g6': 4.8.15 '@antv/util': 2.0.17 '@types/lodash.clonedeep': 4.5.7 d3-quadtree: 3.0.1 @@ -2120,7 +2401,7 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@antv/g6': 4.8.10 + '@antv/g6': 4.8.15 '@antv/util': 2.0.17 '@types/lodash.clonedeep': 4.5.7 d3-quadtree: 3.0.1 @@ -2128,20 +2409,48 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /@antv/graphin@2.7.16_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-tS3Dk/9I1jef/qQ92a13kQQvP5Cow2qUl53/GNC8vpImvn8IoOjoZI0EqSlVEFudfgfD7BCYdo8Qp6l+ScdHzQ==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@antv/g6': 4.8.15 + '@antv/util': 2.0.17 + '@types/lodash.clonedeep': 4.5.7 + d3-quadtree: 3.0.1 + lodash.clonedeep: 4.5.0 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /@antv/graphlib@1.2.0: resolution: {integrity: sha512-hhJOMThec51nU4Fe5p/viLlNIL71uDEgYFzKPajWjr2715SFG1HAgiP6AVylIeqBcAZ04u3Lw7usjl/TuI5RuQ==} + /@antv/gui@0.5.0-alpha.23(@antv/g@5.16.32): + resolution: {integrity: sha512-bVhFJowcpwJAUCaCxmJiKLFqClyJgdUXpbhb5e88MAYoupPph3vstgN540QvCRfSieo4ZkW6nHBHMfLFtiU0Xw==} + peerDependencies: + '@antv/g': ^5.14.1 + dependencies: + '@antv/dom-util': 2.0.4 + '@antv/g': 5.16.32 + '@antv/scale': 0.4.12 + '@antv/util': 3.3.2 + d3-array: 3.2.4 + svg-path-parser: 1.1.0 + dev: false + /@antv/hierarchy@0.6.11: resolution: {integrity: sha512-RJVhEMCuu4vj+Dt25lXIiNdd7jaqm/fqWGYikiELha4S5tnzdJoTUaUvvpfWlxLx4B0RsS9XRwBs1bOKN71TKg==} dependencies: '@antv/util': 2.0.17 - /@antv/l7-component@2.15.4: - resolution: {integrity: sha512-qvr3+KkH+8Ei7a6Ai8Nwkx8MbpOUeosm34YbWcg1QmZyfUljLtRH6gbkGrSR7eAKZ6kAe5uJFPSRpMv7A77MOw==} + /@antv/l7-component@2.15.5: + resolution: {integrity: sha512-K7M8mx6PUA8WefutUC22fn+J4cahMvXwtOD6hVx1ZEWDoqCPhB9ZHSPq0rnO0Mz61uzHaJ5oB0eEJjCdNH61kg==} dependencies: - '@antv/l7-core': 2.15.4 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-core': 2.15.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 eventemitter3: 4.0.7 inversify: 5.1.1 lodash: 4.17.21 @@ -2149,12 +2458,12 @@ packages: supercluster: 7.1.5 dev: false - /@antv/l7-core@2.15.4: - resolution: {integrity: sha512-AVTx5K6DZZT2Iq3FOQfl8mZ39wuoEOKWWuiEzF9+46xLY/qdPdPXa4Ddy6MWg6O9Ozubs9q+233EZkWztmFdFw==} + /@antv/l7-core@2.15.5: + resolution: {integrity: sha512-f5HQ7xU1jpKn8tDT9N6FWnUFy8H93K2rAKABvxFjwXAvgmDTQSUZKPHM6YiVspfe8i/3DUdrQb2HQ7YM8zCQ3g==} dependencies: '@antv/async-hook': 2.2.9 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 '@turf/helpers': 6.5.0 ajv: 6.12.6 element-resize-event: 3.0.6 @@ -2169,15 +2478,15 @@ packages: viewport-mercator-project: 6.2.3 dev: false - /@antv/l7-draw@2.4.24(@antv/l7-maps@2.15.4)(@antv/l7@2.15.4): + /@antv/l7-draw@2.4.24(@antv/l7-maps@2.15.5)(@antv/l7@2.15.5): resolution: {integrity: sha512-ZEk9Jk8NAPGGSwInWj8VPTNTPZLeJe2IspVRsnurD//+mtdS7hY6/sWbmdfH66WtOmmV7/kw/dL+MXXelNRaXg==} peerDependencies: '@antv/l7': ^2.3.0 '@antv/l7-maps': ^2.3.0 dependencies: - '@antv/l7': 2.15.4 - '@antv/l7-maps': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7': 2.15.5 + '@antv/l7-maps': 2.15.5 + '@babel/runtime': 7.22.5 '@mapbox/geojson-rewind': 0.5.2 '@turf/circle': 6.5.0 '@turf/distance': 6.5.0 @@ -2190,15 +2499,15 @@ packages: lodash: 4.17.21 dev: false - /@antv/l7-layers@2.15.4: - resolution: {integrity: sha512-hMHWbN59Ko9JaubgN3HQwfi1YsNhIX6k2VtIDRsEPm5WQwsEKHubkHpwJZcR+qjlu6n22u0B8/jKg3gMQp9HGw==} + /@antv/l7-layers@2.15.5: + resolution: {integrity: sha512-IxVPXcb5rIy3zP7KN8Ifd3Gj+Qm4Rmp5vZ+nGLZQTm1yuGL2/QVLMx9RfYcuS3iGvtr3Y9JPTtULh6Dhee8+hw==} dependencies: '@antv/async-hook': 2.2.9 - '@antv/l7-core': 2.15.4 - '@antv/l7-maps': 2.15.4 - '@antv/l7-source': 2.15.4 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-core': 2.15.5 + '@antv/l7-maps': 2.15.5 + '@antv/l7-source': 2.15.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 '@mapbox/martini': 0.2.0 '@turf/clone': 6.5.0 '@turf/helpers': 6.5.0 @@ -2220,11 +2529,11 @@ packages: reflect-metadata: 0.1.13 dev: false - /@antv/l7-map@2.15.4: - resolution: {integrity: sha512-srEEOPWS592CZssuqRsWwTWygsDV+kIgEhyd/OHBLM/HAy87y0KgsZ78yYm8P2CkrS17BCNv8fZCIH09MT5b6w==} + /@antv/l7-map@2.15.5: + resolution: {integrity: sha512-m3nnxTsCMdPJCTML2yydzWtIiezp26vzant56RvH5/wQUjeRuiDD/iV4iYgcbJ7y0n73R+NxqOwYlVgywhbtRw==} dependencies: - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 '@mapbox/point-geometry': 0.1.0 '@mapbox/unitbezier': 0.0.0 eventemitter3: 4.0.7 @@ -2232,14 +2541,14 @@ packages: lodash: 4.17.21 dev: false - /@antv/l7-maps@2.15.4: - resolution: {integrity: sha512-j11Np2U0D4CuJrJ2hj8xQTfe5EyTzyBNDr7r0yXowVD5M+QIPb3JP1jsAxlsHiQB+4kl9vG/OBNKfRzau1gCMw==} + /@antv/l7-maps@2.15.5: + resolution: {integrity: sha512-LgF5HYk+n1wjSE7P7kmVB0z0LMd2/cHHmJfDVsOInHXCniMge/j/B8c/aY7jFP0+fHtHX65zc4q42R1gs7Ykrg==} dependencies: '@amap/amap-jsapi-loader': 1.0.1 - '@antv/l7-core': 2.15.4 - '@antv/l7-map': 2.15.4 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-core': 2.15.5 + '@antv/l7-map': 2.15.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 '@types/amap-js-api': 1.4.11 '@types/mapbox-gl': 1.13.6 gl-matrix: 3.4.3 @@ -2249,41 +2558,41 @@ packages: viewport-mercator-project: 6.2.3 dev: false - /@antv/l7-renderer@2.15.4: - resolution: {integrity: sha512-8Fzm9ocPDOSWNfQ+onmqXfOH9kGqWvBoQf9UWa8IYWcv+43MNKMY0xkK6OIV2PNVXlYDaqlegD8zgETxjg9K2Q==} + /@antv/l7-renderer@2.15.5: + resolution: {integrity: sha512-XimKNGHRVyGzMFP1PXYbai2INiRiO1GTwY7t4uNCTo0YTvu6dv9g6ToPsjzgz57SQGlEX1xZT9HRqU3iyilBEg==} dependencies: - '@antv/l7-core': 2.15.4 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-core': 2.15.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 inversify: 5.1.1 l7regl: 0.0.20 lodash: 4.17.21 reflect-metadata: 0.1.13 dev: false - /@antv/l7-scene@2.15.4: - resolution: {integrity: sha512-HJx7G58hoZKRF0yVYB+Ia6pvVkXp322TMO0p+R/3ClRtgh5XDJ/BZpMfe31FQsNpGetG5VEdE3WohGFH6fO/Ig==} + /@antv/l7-scene@2.15.5: + resolution: {integrity: sha512-2nbCXnJVvuNXI6U1yH6enlxxqlsc1lgcm/16zfOmMwjk+1fH1GSnBIu2OJn9ZDvrUCZ/Xfz9zaiVGp17LefFPw==} dependencies: - '@antv/l7-component': 2.15.4 - '@antv/l7-core': 2.15.4 - '@antv/l7-layers': 2.15.4 - '@antv/l7-maps': 2.15.4 - '@antv/l7-renderer': 2.15.4 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-component': 2.15.5 + '@antv/l7-core': 2.15.5 + '@antv/l7-layers': 2.15.5 + '@antv/l7-maps': 2.15.5 + '@antv/l7-renderer': 2.15.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 eventemitter3: 4.0.7 inversify: 5.1.1 mapbox-gl: 1.13.3 reflect-metadata: 0.1.13 dev: false - /@antv/l7-source@2.15.4: - resolution: {integrity: sha512-ZW8AlzdzSeYn1EAL21qgZIlAFt+UTbPF0xx3QVLS7sFcRZ/TA/pHvM9sbf2eZI592yMprRpuzfyx1p9A3JSW7Q==} + /@antv/l7-source@2.15.5: + resolution: {integrity: sha512-Ol34yrKb0+JMeftfV4SToTAib7HPivUPMyRfTAY5dbx4e20vH3hu9ebf7BZUxEe3NSACRtleDK3eCmiBuW1XuQ==} dependencies: '@antv/async-hook': 2.2.9 - '@antv/l7-core': 2.15.4 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-core': 2.15.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 '@mapbox/geojson-rewind': 0.5.2 '@mapbox/vector-tile': 1.3.1 '@turf/helpers': 6.5.0 @@ -2300,10 +2609,10 @@ packages: supercluster: 7.1.5 dev: false - /@antv/l7-utils@2.15.4: - resolution: {integrity: sha512-MxQmnT8IkXStAbUO3zXcpqS44FwN58ySPqlPFR+1Kh6sPT/tHvuQ8PMcLQ/gSccsJwu731gW7OVVNkOWSYxq2Q==} + /@antv/l7-utils@2.15.5: + resolution: {integrity: sha512-IWud9idnj41jtuO3pg7ucyvgittxrNFvSJyV6mQGDsodV0kWCG6Oo9T7/p6w71BSNkBYoWLQS7bPua1uXjgctQ==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@turf/bbox': 6.5.0 '@turf/bbox-polygon': 6.5.0 '@turf/helpers': 6.5.0 @@ -2315,17 +2624,17 @@ packages: web-worker-helper: 0.0.3 dev: false - /@antv/l7@2.15.4: - resolution: {integrity: sha512-GCorTp1l8I3uJQ3Yllxn5ollZ0C2PFT8G1+BickIZZld+/g+oG8PDu9/QgXmGJlq0wcMwhx6IthCGeVgDqZ5KQ==} + /@antv/l7@2.15.5: + resolution: {integrity: sha512-WOTg7LSsXgmv+ggqJ2XqS78kmRI1S38MBHYAuMAdYph1D7uyNDWIc/NzNvngNZFxo6B1L6ZprQl1rQBiCJWLuQ==} dependencies: - '@antv/l7-component': 2.15.4 - '@antv/l7-core': 2.15.4 - '@antv/l7-layers': 2.15.4 - '@antv/l7-maps': 2.15.4 - '@antv/l7-scene': 2.15.4 - '@antv/l7-source': 2.15.4 - '@antv/l7-utils': 2.15.4 - '@babel/runtime': 7.21.5 + '@antv/l7-component': 2.15.5 + '@antv/l7-core': 2.15.5 + '@antv/l7-layers': 2.15.5 + '@antv/l7-maps': 2.15.5 + '@antv/l7-scene': 2.15.5 + '@antv/l7-source': 2.15.5 + '@antv/l7-utils': 2.15.5 + '@babel/runtime': 7.22.5 dev: false /@antv/l7plot-component@0.0.10: @@ -2342,26 +2651,26 @@ packages: '@antv/util': 2.0.17 dev: false - /@antv/l7plot@0.0.11(@antv/l7@2.15.4): + /@antv/l7plot@0.0.11(@antv/l7@2.15.5): resolution: {integrity: sha512-lT6MbyjjzhgqvRFl80pXm2f4zc7j5uxIiWiLE4EQn+FeT7KhQOgqysM+3SCwEu57tIpVrrBi0BPqyzL4qSrarg==} peerDependencies: '@antv/l7': ^2.7.22 dependencies: '@antv/event-emitter': 0.1.3 - '@antv/l7': 2.15.4 + '@antv/l7': 2.15.5 '@antv/l7plot-component': 0.0.5 '@antv/util': 2.0.17 lodash-es: 4.17.21 topojson-client: 3.1.0 dev: false - /@antv/l7plot@0.3.3(@antv/l7@2.15.4): + /@antv/l7plot@0.3.3(@antv/l7@2.15.5): resolution: {integrity: sha512-abRLXb94tMEMd4nxYP2VgwNMhGsjJP5rCxuGGkG8xva9uC15wnRe2phnbIYoakuZk+OKknkiK4LdZLSMVHGt3Q==} peerDependencies: '@antv/l7': ^2.9.37 dependencies: '@antv/event-emitter': 0.1.3 - '@antv/l7': 2.15.4 + '@antv/l7': 2.15.5 '@antv/l7plot-component': 0.0.10 '@antv/util': 2.0.17 lodash-es: 4.17.21 @@ -2395,32 +2704,32 @@ packages: dependencies: '@antv/util': 2.0.17 gl-matrix: 3.4.3 - tslib: 2.5.0 + tslib: 2.5.3 /@antv/matrix-util@3.1.0-beta.3: resolution: {integrity: sha512-W2R6Za3A6CmG51Y/4jZUM/tFgYSq7vTqJL1VD9dKrvwxS4sE0ZcXINtkp55CdyBwJ6Cwm8pfoRpnD4FnHahN0A==} dependencies: '@antv/util': 2.0.17 gl-matrix: 3.4.3 - tslib: 2.5.0 + tslib: 2.5.3 /@antv/path-util@2.0.15: resolution: {integrity: sha512-R2VLZ5C8PLPtr3VciNyxtjKqJ0XlANzpFb5sE9GE61UQqSRuSVSzIakMxjEPrpqbgc+s+y8i+fmc89Snu7qbNw==} dependencies: '@antv/matrix-util': 3.0.4 '@antv/util': 2.0.17 - tslib: 2.5.0 + tslib: 2.5.3 /@antv/path-util@3.0.1: resolution: {integrity: sha512-tpvAzMpF9Qm6ik2YSMqICNU5tco5POOW7S4XoxZAI/B0L26adU+Md/SmO0BBo2SpuywKvzPH3hPT3xmoyhr04Q==} dependencies: gl-matrix: 3.4.3 lodash-es: 4.17.21 - tslib: 2.5.0 + tslib: 2.5.3 dev: false - /@antv/s2-react@1.39.0(@ant-design/icons@4.7.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-YTlxXrdZFe5eap6zcVxoUDo7jqBzVqPU309MxzRjZTthN64uyK1q/lHJUaWAD+4pHfUC5wFAz4bs3ZSrZUa5KA==} + /@antv/s2-react@1.41.0(@ant-design/icons@4.7.0)(@antv/s2@1.48.0)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-kCENyP1lZ4xRB7ovG8re1LxFDuCvlrVyLhu72S1GiuiU5AQWEVmwbckUL0WMtHKqpnAxkPi1/W00UU2iIwgG0w==} peerDependencies: '@ant-design/icons': '>=4.7.0' '@antv/s2': '>=1.0.0' @@ -2429,7 +2738,7 @@ packages: react-dom: '>=16.8.0' dependencies: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) - '@antv/s2': 1.45.1(@antv/g-base@0.4.7) + '@antv/s2': 1.48.0(@antv/g-base@0.4.7) ahooks: 3.7.7(react@17.0.2) antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 @@ -2441,8 +2750,8 @@ packages: - react-native dev: false - /@antv/s2-react@1.39.0(@ant-design/icons@4.8.0)(@antv/s2@1.45.1)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-YTlxXrdZFe5eap6zcVxoUDo7jqBzVqPU309MxzRjZTthN64uyK1q/lHJUaWAD+4pHfUC5wFAz4bs3ZSrZUa5KA==} + /@antv/s2-react@1.41.0(@ant-design/icons@4.8.0)(@antv/s2@1.48.0)(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-kCENyP1lZ4xRB7ovG8re1LxFDuCvlrVyLhu72S1GiuiU5AQWEVmwbckUL0WMtHKqpnAxkPi1/W00UU2iIwgG0w==} peerDependencies: '@ant-design/icons': '>=4.7.0' '@antv/s2': '>=1.0.0' @@ -2451,7 +2760,7 @@ packages: react-dom: '>=16.8.0' dependencies: '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) - '@antv/s2': 1.45.1(@antv/g-base@0.4.7) + '@antv/s2': 1.48.0(@antv/g-base@0.4.7) ahooks: 3.7.7(react@17.0.2) antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 @@ -2463,8 +2772,8 @@ packages: - react-native dev: false - /@antv/s2@1.45.1(@antv/g-base@0.4.7): - resolution: {integrity: sha512-iNmKVF/REmygQ36cCf7GbYBfn5M7cm3DHirSblBIPYFNKV/96MgGSQ6vJN0X5EKVlkcYtyM1XLDVt0qkqDEmNg==} + /@antv/s2@1.48.0(@antv/g-base@0.4.7): + resolution: {integrity: sha512-phrOEdTI1PkMH1lIQkrFmOS1jnLV9ry5DgXAWVFKcOOQ7/KeEGe1QxucaBMx9z61kd4+vT+IYcZJtp7gtdrjGQ==} dependencies: '@antv/event-emitter': 0.1.3 '@antv/g-canvas': 0.5.14 @@ -2482,20 +2791,28 @@ packages: dependencies: '@antv/util': 2.0.17 fecha: 4.2.3 - tslib: 2.5.0 + tslib: 2.5.3 + + /@antv/scale@0.4.12: + resolution: {integrity: sha512-7klJjPXUpCwYc7WADh1XBC11DJYrP5fJoNfv4Ks6z7zPkIM7/PTGr+nU48P69nFL3X04Pe7QjVpevdfCqWvhZQ==} + dependencies: + '@antv/util': 2.0.17 + color-string: 1.9.1 + fecha: 4.2.3 + dev: false /@antv/util@2.0.17: resolution: {integrity: sha512-o6I9hi5CIUvLGDhth0RxNSFDRwXeywmt6ExR4+RmVAzIi48ps6HUy+svxOCayvrPBN37uE6TAc2KDofRo0nK9Q==} dependencies: csstype: 3.1.2 - tslib: 2.5.0 + tslib: 2.5.3 /@antv/util@3.3.2: resolution: {integrity: sha512-uvyQxEOugdJs/FVlpz/+8pKxn70z8jEVydPqv+LI62cpIF7YDjVnMfNIsoMqwEoTzPUJ9TJalyLqZhT5rYez0w==} dependencies: fast-deep-equal: 3.1.3 gl-matrix: 3.4.3 - tslib: 2.5.0 + tslib: 2.5.3 /@antv/x6-react-components@1.1.20(antd@4.24.10)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-HpQqjPCUo+jfcbfW2sr9oxuXMCxWnXxWvE8jXKJzvrlMNZ3kgfxNqMCRxwGi2QTCxLB3g/KYi5/n8kze8ui1/Q==} @@ -2532,7 +2849,7 @@ packages: resolution: {integrity: sha512-gYFxh9Sd1UXPO0aO9LHclASacT6HKkG7AP9XQqRuuCcJYWQiZVRmTN1mYQf3lTZDdybdI6IisZp6zFoGjmFxig==} dependencies: csstype: 3.1.2 - jquery: 3.6.4 + jquery: 3.7.0 jquery-mousewheel: 3.1.13 lodash-es: 4.17.21 mousetrap: 1.6.5 @@ -2591,7 +2908,7 @@ packages: classnames: 2.3.2 mana-syringe: 0.2.2 moment: 2.29.4 - rc-field-form: 1.30.0(react-dom@17.0.2)(react@17.0.2) + rc-field-form: 1.32.1(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-color: 2.17.1(react@17.0.2) react-dom: 17.0.2(react@17.0.2) @@ -2632,8 +2949,8 @@ packages: - reflect-metadata dev: false - /@babel/cli@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==} + /@babel/cli@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-N5d7MjzwsQ2wppwjhrsicVDhJSqF9labEP/swYiHhio4Ca2XjEehpgPmerjnLQl7BPE59BLud0PTWGYwqFl/cQ==} engines: {node: '>=6.9.0'} hasBin: true peerDependencies: @@ -2655,43 +2972,43 @@ packages: /@babel/code-frame@7.0.0: resolution: {integrity: sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==} dependencies: - '@babel/highlight': 7.18.6 + '@babel/highlight': 7.22.5 dev: true /@babel/code-frame@7.12.11: resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==} dependencies: - '@babel/highlight': 7.18.6 + '@babel/highlight': 7.22.5 dev: true - /@babel/code-frame@7.21.4: - resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} + /@babel/code-frame@7.22.5: + resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.18.6 + '@babel/highlight': 7.22.5 /@babel/code-frame@7.5.5: resolution: {integrity: sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==} dependencies: - '@babel/highlight': 7.18.6 + '@babel/highlight': 7.22.5 dev: true - /@babel/compat-data@7.21.7: - resolution: {integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==} + /@babel/compat-data@7.22.5: + resolution: {integrity: sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA==} engines: {node: '>=6.9.0'} /@babel/core@7.12.9: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -2709,15 +3026,15 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) - '@babel/helper-module-transforms': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.18.2) + '@babel/helper-module-transforms': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -2732,15 +3049,15 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.6) - '@babel/helper-module-transforms': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.18.6) + '@babel/helper-module-transforms': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -2753,13 +3070,13 @@ packages: resolution: {integrity: sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) json5: 2.2.3 @@ -2771,20 +3088,20 @@ packages: - supports-color dev: true - /@babel/core@7.21.8: - resolution: {integrity: sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==} + /@babel/core@7.22.5: + resolution: {integrity: sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) - '@babel/helper-module-transforms': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-module-transforms': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -2797,13 +3114,13 @@ packages: resolution: {integrity: sha512-lQgGX3FPRgbz2SKmhMtYgJvVzGZrmjaF4apZ2bLwofAKiSjxU0drPh4S/VasyYXwaTs+A1gvQ45BN8SQJzHsQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) json5: 2.2.3 @@ -2819,13 +3136,13 @@ packages: resolution: {integrity: sha512-OvjIh6aqXtlsA8ujtGKfC7LYWksYSX8yQcM8Ay3LuvVeQ63lcOKgoZWVqcpFwkd29aYU9rVx7jxhfhiEDV9MZA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) json5: 2.2.3 @@ -2841,14 +3158,14 @@ packages: resolution: {integrity: sha512-kWc7L0fw1xwvI0zi8OKVBuxRVefwGOrKSQMvrQ3dW+bIIavBY3/NpXmpjMy7bQnLgwgzWQZ8TlM57YHpHNHz4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helpers': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@5.5.0) gensync: 1.0.0-beta.2 @@ -2861,337 +3178,337 @@ packages: - supports-color dev: true - /@babel/eslint-parser@7.21.8(@babel/core@7.21.8)(eslint@7.32.0): - resolution: {integrity: sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==} + /@babel/eslint-parser@7.22.5(@babel/core@7.22.5)(eslint@7.32.0): + resolution: {integrity: sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 eslint: 7.32.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true - /@babel/eslint-parser@7.21.8(@babel/core@7.21.8)(eslint@8.40.0): - resolution: {integrity: sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==} + /@babel/eslint-parser@7.22.5(@babel/core@7.22.5)(eslint@8.42.0): + resolution: {integrity: sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.40.0 + eslint: 8.42.0 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: true - /@babel/generator@7.21.5: - resolution: {integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==} + /@babel/generator@7.22.5: + resolution: {integrity: sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 - /@babel/helper-annotate-as-pure@7.18.6: - resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} + /@babel/helper-annotate-as-pure@7.22.5: + resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-builder-binary-assignment-operator-visitor@7.21.5: - resolution: {integrity: sha512-uNrjKztPLkUk7bpCNC0jEKDJzzkvel/W+HguzbN8krA+LPfC1CEobJEvAvGka2A/M+ViOqXdcRL0GqPUJSjx9g==} + /@babel/helper-builder-binary-assignment-operator-visitor@7.22.5: + resolution: {integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.18.2): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.18.2 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.18.6): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.18.6): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.18.6 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.2.2): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.2.2 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 - '@babel/core': 7.21.8 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.4.4 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.4.5): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.4.5 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-compilation-targets@7.21.5(@babel/core@7.9.0): - resolution: {integrity: sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==} + /@babel/helper-compilation-targets@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.9.0 - '@babel/helper-validator-option': 7.21.0 - browserslist: 4.21.5 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.7 lru-cache: 5.1.1 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.18.2): - resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.2.2): - resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.21.8): - resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.4.4): - resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.4.5): - resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-class-features-plugin@7.21.8(@babel/core@7.9.0): - resolution: {integrity: sha512-+THiN8MqiH2AczyuZrnrKL6cAxFRRQDKW9h1YkBvbgKmAm6mwiacig1qT73DHIWMGo40GRnsEfN3LA+E6NtmSw==} + /@babel/helper-create-class-features-plugin@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.18.2): - resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} + /@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.2.2): - resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} + /@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.21.8): - resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} + /@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.0 - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.4.4): - resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} + /@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.4.5): - resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} + /@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.0 dev: true - /@babel/helper-create-regexp-features-plugin@7.21.8(@babel/core@7.9.0): - resolution: {integrity: sha512-zGuSdedkFtsFHGbexAvNuipg1hbtitDLo2XE8/uf6Y9sOQV1xsYX/2pNbtedp/X0eU1pIt+kGvaqHCowkRbS5g==} + /@babel/helper-create-regexp-features-plugin@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.0 dev: true @@ -3202,8 +3519,8 @@ packages: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -3212,14 +3529,14 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.21.8): - resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} + /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.22.5): + resolution: {integrity: sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -3227,14 +3544,14 @@ packages: transitivePeerDependencies: - supports-color - /@babel/helper-define-polyfill-provider@0.3.3(@babel/core@7.4.4): - resolution: {integrity: sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==} + /@babel/helper-define-polyfill-provider@0.4.0(@babel/core@7.4.4): + resolution: {integrity: sha512-RnanLx5ETe6aybRi1cO/edaRH+bNYWaryCEmjDDYyNr4wnSzyOp8T0dWipmqVHKEY3AbVKUom50AKSlj1zmKbg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4(supports-color@5.5.0) lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -3243,272 +3560,272 @@ packages: - supports-color dev: true - /@babel/helper-environment-visitor@7.21.5: - resolution: {integrity: sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==} + /@babel/helper-environment-visitor@7.22.5: + resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} - /@babel/helper-function-name@7.21.0: - resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} + /@babel/helper-function-name@7.22.5: + resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.5 + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 - /@babel/helper-hoist-variables@7.18.6: - resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} + /@babel/helper-hoist-variables@7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-member-expression-to-functions@7.21.5: - resolution: {integrity: sha512-nIcGfgwpH2u4n9GG1HpStW5Ogx7x7ekiFHbjjFRKXbn5zUvqO9ZgotCO4x1aNbKn/x/xOUaXEhyNHCwtFCpxWg==} + /@babel/helper-member-expression-to-functions@7.22.5: + resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-module-imports@7.21.4: - resolution: {integrity: sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==} + /@babel/helper-module-imports@7.22.5: + resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-module-transforms@7.21.5: - resolution: {integrity: sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==} + /@babel/helper-module-transforms@7.22.5: + resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-simple-access': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/helper-optimise-call-expression@7.18.6: - resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} + /@babel/helper-optimise-call-expression@7.22.5: + resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 /@babel/helper-plugin-utils@7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: true - /@babel/helper-plugin-utils@7.21.5: - resolution: {integrity: sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==} + /@babel/helper-plugin-utils@7.22.5: + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} engines: {node: '>=6.9.0'} - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.18.2): - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + /@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.2.2): - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + /@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.21.8): - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + /@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.4.4): - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + /@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.4.5): - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + /@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-remap-async-to-generator@7.18.9(@babel/core@7.9.0): - resolution: {integrity: sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==} + /@babel/helper-remap-async-to-generator@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-wrap-function': 7.20.5 - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-wrap-function': 7.22.5 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-replace-supers@7.21.5: - resolution: {integrity: sha512-/y7vBgsr9Idu4M6MprbOVUfH3vs7tsIfnVWv/Ml2xgwvyH6LTngdfbf5AdsKwkJy4zgy1X/kuNrEKvhhK28Yrg==} + /@babel/helper-replace-supers@7.22.5: + resolution: {integrity: sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-member-expression-to-functions': 7.21.5 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/helper-simple-access@7.21.5: - resolution: {integrity: sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==} + /@babel/helper-simple-access@7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-skip-transparent-expression-wrappers@7.20.0: - resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} + /@babel/helper-skip-transparent-expression-wrappers@7.22.5: + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-split-export-declaration@7.18.6: - resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} + /@babel/helper-split-export-declaration@7.22.5: + resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/helper-string-parser@7.21.5: - resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} + /@babel/helper-string-parser@7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-identifier@7.19.1: - resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} + /@babel/helper-validator-identifier@7.22.5: + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.21.0: - resolution: {integrity: sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==} + /@babel/helper-validator-option@7.22.5: + resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} engines: {node: '>=6.9.0'} - /@babel/helper-wrap-function@7.20.5: - resolution: {integrity: sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==} + /@babel/helper-wrap-function@7.22.5: + resolution: {integrity: sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/helper-function-name': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/helpers@7.21.5: - resolution: {integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==} + /@babel/helpers@7.22.5: + resolution: {integrity: sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/highlight@7.18.6: - resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} + /@babel/highlight@7.22.5: + resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-validator-identifier': 7.22.5 chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.21.8: - resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} + /@babel/parser@7.22.5: + resolution: {integrity: sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.21.8): - resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.22.5(@babel/core@7.22.5) - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.20.7(@babel/core@7.4.4): - resolution: {integrity: sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.22.5(@babel/core@7.4.4) dev: true /@babel/plugin-proposal-async-generator-functions@7.2.0(@babel/core@7.4.5): @@ -3517,8 +3834,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.4.5) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.5) transitivePeerDependencies: - supports-color @@ -3531,9 +3848,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.18.2) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.18.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.18.2) transitivePeerDependencies: - supports-color @@ -3546,43 +3863,28 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.2.2) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.2.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.21.8): + /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.22.5): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.4.4): - resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.4) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.4) - transitivePeerDependencies: - - supports-color - dev: true - /@babel/plugin-proposal-async-generator-functions@7.20.7(@babel/core@7.9.0): resolution: {integrity: sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==} engines: {node: '>=6.9.0'} @@ -3590,9 +3892,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.9.0) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.9.0) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.9.0) transitivePeerDependencies: - supports-color @@ -3604,36 +3906,23 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.4.4): + /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.4 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - dev: true /@babel/plugin-proposal-class-properties@7.2.3(@babel/core@7.2.2): resolution: {integrity: sha512-FVuQngLoN2iDrpW7LmhPZ2sO4DJxf35FOcwidwB9Ru9tMvI5URthnkVHuG14IStV+TzkMTyLMoOUlSTtrdVwqw==} @@ -3641,8 +3930,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.2.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true @@ -3653,8 +3942,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true @@ -3665,35 +3954,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8) - transitivePeerDependencies: - - supports-color - - /@babel/plugin-proposal-class-static-block@7.21.0(@babel/core@7.4.4): - resolution: {integrity: sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.12.0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.4.4) + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true @@ -3704,38 +3966,38 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.18.2) + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w==} + /@babel/plugin-proposal-decorators@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-h8hlezQ4dl6ixodgXkH8lUfcD7x+WAuIqPUjwGoItynrXOAv4a4Tci1zA/qjzQjjcl0v3QpLdc2LM6ZACQuY7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-decorators@7.4.4(@babel/core@7.21.8): + /@babel/plugin-proposal-decorators@7.4.4(@babel/core@7.22.5): resolution: {integrity: sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color dev: true @@ -3746,9 +4008,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.5) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.4.5) + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true @@ -3759,9 +4021,9 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-decorators': 7.21.0(@babel/core@7.9.0) + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-decorators': 7.22.5(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true @@ -3772,8 +4034,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-do-expressions': 7.18.6(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-do-expressions': 7.22.5(@babel/core@7.18.2) dev: true /@babel/plugin-proposal-do-expressions@7.2.0(@babel/core@7.4.5): @@ -3782,8 +4044,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-do-expressions': 7.18.6(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-do-expressions': 7.22.5(@babel/core@7.4.5) dev: true /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.18.2): @@ -3793,31 +4055,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) - - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.4.4) - dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} @@ -3825,7 +4066,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.9.0) dev: true @@ -3835,59 +4076,38 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-export-default-from@7.18.10(@babel/core@7.21.8): - resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.8) - /@babel/plugin-proposal-export-default-from@7.2.0(@babel/core@7.4.5): resolution: {integrity: sha512-NVfNe7F6nsasG1FnvcFxh2FN0l04ZNe75qTOAVOILWPam0tw9a63RtT/Dab8dPjedZa4fTQaQ83yMMywF9OSug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.4.5) - dev: true - - /@babel/plugin-proposal-export-namespace-from@7.12.1(@babel/core@7.18.2): - resolution: {integrity: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.21.8): - resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} + /@babel/plugin-proposal-export-default-from@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-UCe1X/hplyv6A5g2WnQ90tnHRvYL29dabCWww92lO7VdfMVTVReBTRrhiMrKQejHD9oVkdnRdwYuzUZkBVQisg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.22.5) - /@babel/plugin-proposal-export-namespace-from@7.18.9(@babel/core@7.4.4): - resolution: {integrity: sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==} - engines: {node: '>=6.9.0'} + /@babel/plugin-proposal-export-namespace-from@7.12.1(@babel/core@7.18.2): + resolution: {integrity: sha512-6CThGf0irEkzujYS5LQcjBx8j/4aQGiVv7J9+2f7pGfxqyKh3WnmVJYW3hdrQjyksErMGBPQrCnHfOtna+WLbw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.4.4) + '@babel/core': 7.18.2 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.18.2) dev: true /@babel/plugin-proposal-export-namespace-from@7.2.0(@babel/core@7.4.5): @@ -3896,7 +4116,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.4.5) dev: true @@ -3906,8 +4126,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-function-bind': 7.18.6(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-function-bind': 7.22.5(@babel/core@7.4.5) dev: true /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.18.2): @@ -3917,7 +4137,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.18.2) dev: true @@ -3928,31 +4148,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.2.2) dev: true - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) - - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.4) - dev: true - /@babel/plugin-proposal-json-strings@7.18.6(@babel/core@7.4.5): resolution: {integrity: sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==} engines: {node: '>=6.9.0'} @@ -3960,7 +4159,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.5) dev: true @@ -3971,7 +4170,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.9.0) dev: true @@ -3982,61 +4181,29 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.21.8): - resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) - - /@babel/plugin-proposal-logical-assignment-operators@7.20.7(@babel/core@7.4.4): - resolution: {integrity: sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.4.4) - dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.12.1(@babel/core@7.18.2): resolution: {integrity: sha512-nZY0ESiaQDI1y96+jk6VxMOaL4LPo/QDHBqL+SF3/vl6dHkTwHlOI8L4ZwuRBHgakRBw5zsVylel7QPbbGuYgg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.21.8): + /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) - - /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.4.4) - dev: true + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) /@babel/plugin-proposal-nullish-coalescing-operator@7.4.4(@babel/core@7.4.5): resolution: {integrity: sha512-Amph7Epui1Dh/xxUxS2+K22/MUi6+6JVTvy3P58tja3B6yKTSjwwx0/d83rF7551D6PVSSoplQb8GCwqec7HRw==} @@ -4044,7 +4211,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.4.5) dev: true @@ -4054,7 +4221,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.9.0) dev: true @@ -4065,38 +4232,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) - - /@babel/plugin-proposal-numeric-separator@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.4.4) - dev: true - /@babel/plugin-proposal-numeric-separator@7.8.3(@babel/core@7.9.0): resolution: {integrity: sha512-jWioO1s6R/R+wEHizfaScNsAx+xKgwTLNXSh7tTC4Usj3ItsPEhYkEpU4h+lpnBwq7NBVOJXfO6cRFYcX69JUQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.9.0) dev: true @@ -4108,7 +4254,7 @@ packages: '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.10.4 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.12.9) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.12.9) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.12.9) dev: true /@babel/plugin-proposal-object-rest-spread@7.2.0(@babel/core@7.2.2): @@ -4117,7 +4263,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.2.2) dev: true @@ -4127,40 +4273,26 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.18.2) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.18.2) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.18.2) dev: true - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.21.8): + /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.22.5): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 - '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) - - /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.4.4): - resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.21.7 - '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.4) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.4.4) - dev: true + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) /@babel/plugin-proposal-object-rest-spread@7.20.7(@babel/core@7.9.0): resolution: {integrity: sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==} @@ -4168,12 +4300,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.9.0) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.9.0) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.9.0) dev: true /@babel/plugin-proposal-object-rest-spread@7.4.4(@babel/core@7.4.5): @@ -4182,7 +4314,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.5) dev: true @@ -4193,7 +4325,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.18.2) dev: true @@ -4204,30 +4336,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.2.2) dev: true - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.21.8): + /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) - - /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.4) - dev: true + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) /@babel/plugin-proposal-optional-catch-binding@7.18.6(@babel/core@7.9.0): resolution: {integrity: sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==} @@ -4236,7 +4357,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.9.0) dev: true @@ -4246,7 +4367,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.5) dev: true @@ -4256,8 +4377,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.18.2) dev: true @@ -4267,32 +4388,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.4.5) dev: true - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.21.8): + /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.5): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) - - /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.4.4): - resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.4.4) - dev: true + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) /@babel/plugin-proposal-optional-chaining@7.9.0(@babel/core@7.9.0): resolution: {integrity: sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==} @@ -4300,7 +4409,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.9.0) dev: true @@ -4310,8 +4419,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-pipeline-operator': 7.21.4(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-pipeline-operator': 7.22.5(@babel/core@7.4.5) dev: true /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.18.2): @@ -4321,64 +4430,27 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - transitivePeerDependencies: - - supports-color - - /@babel/plugin-proposal-private-methods@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.4 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5): + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8) - transitivePeerDependencies: - - supports-color + '@babel/core': 7.22.5 - /@babel/plugin-proposal-private-property-in-object@7.21.0(@babel/core@7.4.4): - resolution: {integrity: sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==} + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.4.4): + resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.4.4) - transitivePeerDependencies: - - supports-color dev: true /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.18.2): @@ -4388,8 +4460,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.2.2): @@ -4399,19 +4471,19 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.2.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.21.8): + /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.22.5): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.4.4): resolution: {integrity: sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==} @@ -4420,8 +4492,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.4.5): @@ -4431,8 +4503,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-unicode-property-regex@7.18.6(@babel/core@7.9.0): @@ -4442,8 +4514,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.18.2): @@ -4452,7 +4524,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.18.6): @@ -4461,7 +4533,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.2.2): @@ -4470,16 +4542,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.8): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.22.5): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.4.4): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} @@ -4487,7 +4559,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.4.5): @@ -4496,7 +4568,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.9.0): @@ -4505,7 +4577,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.18.6): @@ -4514,16 +4586,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.18.2): @@ -4532,7 +4604,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.18.6): @@ -4541,16 +4613,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.21.8): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.22.5): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.4.4): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} @@ -4558,17 +4630,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.21.8): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.22.5): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.4.4): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} @@ -4577,67 +4649,67 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.18.2): - resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} + /@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} + /@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.4.5): - resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} + /@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-decorators@7.21.0(@babel/core@7.9.0): - resolution: {integrity: sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w==} + /@babel/plugin-syntax-decorators@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-do-expressions@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-kTogvOsjBTVOSZtkkziiXB5hwGXqwhq2gBXDaiWVruRLDT7C2GqfbsMnicHJ7ePq2GE8UJeWS34YbNP6yDhwUA==} + /@babel/plugin-syntax-do-expressions@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-60pOTgQGY00/Kiozrtu286Aqg50IxDy/jIHhlMzXjYTs1Q8lbeOgqC9NLidtqfBNwdX6bZCT6FJ2i5xzt+JKzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-do-expressions@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-kTogvOsjBTVOSZtkkziiXB5hwGXqwhq2gBXDaiWVruRLDT7C2GqfbsMnicHJ7ePq2GE8UJeWS34YbNP6yDhwUA==} + /@babel/plugin-syntax-do-expressions@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-60pOTgQGY00/Kiozrtu286Aqg50IxDy/jIHhlMzXjYTs1Q8lbeOgqC9NLidtqfBNwdX6bZCT6FJ2i5xzt+JKzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-dynamic-import@7.2.0(@babel/core@7.2.2): @@ -4646,7 +4718,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-dynamic-import@7.2.0(@babel/core@7.4.5): @@ -4655,7 +4727,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.18.2): @@ -4664,16 +4736,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} @@ -4681,7 +4753,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.9.0): @@ -4690,36 +4762,36 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} + /@babel/plugin-syntax-export-default-from@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} + /@babel/plugin-syntax-export-default-from@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-export-default-from@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} + /@babel/plugin-syntax-export-default-from@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.18.2): @@ -4728,16 +4800,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} @@ -4745,7 +4817,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.4.5): @@ -4754,65 +4826,84 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.2.2): - resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} + /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.21.8): - resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} + /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-flow@7.21.4(@babel/core@7.9.0): - resolution: {integrity: sha512-l9xd3N+XG4fZRxEP3vXdK6RW7vN1Uf5dxzRC/09wV86wqZ/YYQooBIGNsiRdfNR3/q2/5pPzV4B54J/9ctX5jw==} + /@babel/plugin-syntax-flow@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-function-bind@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-wZN0Aq/AScknI9mKGcR3TpHdASMufFGaeJgc1rhPmLtZ/PniwjePSh8cfh8tXMB3U4kh/3cRKrLjDtedejg8jQ==} + /@babel/plugin-syntax-function-bind@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-Sjy7XIhHF9L++0Mk/3Y4H4439cjI//wc/jE8Ly3+qGPkTUYYEhe4rzMv/JnyZpekfOBL22X6DAq42I7GM/3KzA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.21.8): - resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-import-assertions@7.20.0(@babel/core@7.4.4): - resolution: {integrity: sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==} + /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.18.6): @@ -4821,16 +4912,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.21.8): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.22.5): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.4.4): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} @@ -4838,7 +4929,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.18.2): @@ -4847,7 +4938,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.18.6): @@ -4856,7 +4947,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.2.2): @@ -4865,16 +4956,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} @@ -4882,7 +4973,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.4.5): @@ -4891,7 +4982,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.9.0): @@ -4900,7 +4991,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-jsx@7.12.1(@babel/core@7.12.9): @@ -4909,56 +5000,56 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.18.2): - resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.2.2): - resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.21.8): - resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.4.5): - resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.9.0): - resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.18.2): @@ -4967,7 +5058,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.18.6): @@ -4976,16 +5067,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.21.8): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.22.5): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.4.4): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} @@ -4993,7 +5084,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.18.2): @@ -5002,7 +5093,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.18.6): @@ -5011,16 +5102,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} @@ -5028,7 +5119,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.4.5): @@ -5037,7 +5128,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.9.0): @@ -5046,7 +5137,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.18.2): @@ -5055,7 +5146,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.18.6): @@ -5064,16 +5155,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.21.8): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.22.5): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.4.4): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} @@ -5081,7 +5172,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.9.0): @@ -5090,7 +5181,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.12.9): @@ -5099,7 +5190,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.18.2): @@ -5108,7 +5199,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.18.6): @@ -5117,7 +5208,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.2.2): @@ -5126,16 +5217,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} @@ -5143,7 +5234,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.4.5): @@ -5152,7 +5243,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.9.0): @@ -5161,7 +5252,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.18.2): @@ -5170,7 +5261,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.18.6): @@ -5179,7 +5270,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.2.2): @@ -5188,16 +5279,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} @@ -5205,7 +5296,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.4.5): @@ -5214,7 +5305,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.9.0): @@ -5223,7 +5314,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.18.2): @@ -5232,7 +5323,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.18.6): @@ -5241,16 +5332,16 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.21.8): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.22.5): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.4.4): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} @@ -5258,7 +5349,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.4.5): @@ -5267,7 +5358,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.9.0): @@ -5276,27 +5367,27 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-pipeline-operator@7.21.4(@babel/core@7.4.5): - resolution: {integrity: sha512-F8QyQgVj3lNxFUokPRLpdzJul0iQUYpnZZhlPEIY5Hr3hg1xU/Juz4m88NiX6dG8Zdex+q9yXUMHWnwDif6yaw==} + /@babel/plugin-syntax-pipeline-operator@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-7yuGXd+h8gpR14FnPDTTCd5TfC/1B9njNZJT29GJ7UFF/WVbzkZy7728DynrENqgImqj5xyPTQAo8si9n3QVJQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.21.8): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.22.5): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.4.4): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} @@ -5305,7 +5396,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.18.2): @@ -5315,7 +5406,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.18.6): @@ -5325,17 +5416,17 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.21.8): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.22.5): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.4.4): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} @@ -5344,7 +5435,7 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.9.0): @@ -5354,1090 +5445,1276 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.18.2): - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.2.2): - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.21.8): - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.4.5): - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.9.0): - resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.22.5): + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.4.4): + resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.18.2): - resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.2.2): - resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.4.5): - resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.21.5(@babel/core@7.9.0): - resolution: {integrity: sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==} + /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.18.2): - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-generator-functions@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-async-generator-functions@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-gGOEvFzm3fWoyD5uZq7vVTD57pPJ3PczPUD/xCFGjzBpUosnklmXyKnGQbbbGs1NPNPskFex0j93yKbHt0cHyg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.4) + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.18.2) + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.2.2): - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.2.2) + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.21.8): - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.4.4): - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.4) + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.4.4) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.4.5): - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.4.5) + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-async-to-generator@7.20.7(@babel/core@7.9.0): - resolution: {integrity: sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==} + /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-remap-async-to-generator': 7.18.9(@babel/core@7.9.0) + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-remap-async-to-generator': 7.22.5(@babel/core@7.9.0) + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.2 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.2.2 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.9.0 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.2 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.2.2 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-block-scoping@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.9.0 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-class-static-block@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.4.4) + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.2 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.18.2) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.2.2 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.2.2) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.4.4) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.4.5) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-classes@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.9.0 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.9.0) + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 dev: true - /@babel/plugin-transform-block-scoped-functions@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==} + /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/template': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.18.2): - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} - engines: {node: '>=6.9.0'} + /@babel/plugin-transform-destructuring@7.2.0(@babel/core@7.2.2): + resolution: {integrity: sha512-coVO2Ayv7g0qdDbrNiadE4bU7lvCd9H539m2gMknyVjjMdwF/iCOM7R+E8PkntoqLkltO0rk+3axhpp/0v68VQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.2.2 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.2.2): - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.18.2 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.4.4): - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.4.5): - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} + /@babel/plugin-transform-destructuring@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.9.0 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.21.0(@babel/core@7.9.0): - resolution: {integrity: sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==} - engines: {node: '>=6.9.0'} + /@babel/plugin-transform-destructuring@7.4.4(@babel/core@7.4.5): + resolution: {integrity: sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.4.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.18.2): - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.2.2): - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.2.2) - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.4.4): - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.4.5): - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.5) - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-classes@7.21.0(@babel/core@7.9.0): - resolution: {integrity: sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==} + /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.18.2): - resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.2.2): - resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.4.5): - resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-computed-properties@7.21.5(@babel/core@7.9.0): - resolution: {integrity: sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==} + /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-destructuring@7.2.0(@babel/core@7.2.2): - resolution: {integrity: sha512-coVO2Ayv7g0qdDbrNiadE4bU7lvCd9H539m2gMknyVjjMdwF/iCOM7R+E8PkntoqLkltO0rk+3axhpp/0v68VQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.18.2): - resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8): - resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} + /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.4.4): - resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} + /@babel/plugin-transform-dynamic-import@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.9.0): - resolution: {integrity: sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-destructuring@7.4.4(@babel/core@7.4.5): - resolution: {integrity: sha512-/aOx+nW0w8eHiEHm+BTERB2oJn5D127iye/SUQl7NjHy0lf+j7h4MKMMSOwdazGq9OxgiNADncE+SRJkCxjZpQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.2.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==} + /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.18.2): - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} + /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - dev: true + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.2.2): - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} + /@babel/plugin-transform-export-namespace-from@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.21.8): - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.4.4): - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} + /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.2.2 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.2.2) dev: true - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.4.5): - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} + /@babel/plugin-transform-flow-strip-types@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - dev: true + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5) - /@babel/plugin-transform-duplicate-keys@7.18.9(@babel/core@7.9.0): - resolution: {integrity: sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==} - engines: {node: '>=6.9.0'} + /@babel/plugin-transform-flow-strip-types@7.9.0(@babel/core@7.9.0): + resolution: {integrity: sha512-7Qfg0lKQhEHs93FChxVLAvhBshOPQDtJUTVHr/ZwQNRccCm4O9D79r9tVSoV8iNwjP1YgfD+e/fgHcPkN1qEQg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.9.0) dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-exponentiation-operator@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.9.0 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.2.2): - resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-flow-strip-types@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-FlFA2Mj87a6sDkW4gfGrQQqwY/dLlBAyJa2dJEZ+FHXUVHBflO2wyKvg+OOEzXfrKYIa4HWl0mgmbCzt0cMb7w==} + /@babel/plugin-transform-for-of@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.8) - - /@babel/plugin-transform-flow-strip-types@7.9.0(@babel/core@7.9.0): - resolution: {integrity: sha512-7Qfg0lKQhEHs93FChxVLAvhBshOPQDtJUTVHr/ZwQNRccCm4O9D79r9tVSoV8iNwjP1YgfD+e/fgHcPkN1qEQg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.18.2): - resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.18.2) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.2.2): - resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.2.2) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.4.4) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.4.5): - resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.4.5) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-for-of@7.21.5(@babel/core@7.9.0): - resolution: {integrity: sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==} + /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.18.2): - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 - dev: true - - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.2.2): - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.2.2 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.2.2) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.9.0) + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.21.8): - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.4.4): - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + /@babel/plugin-transform-json-strings@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.4) dev: true - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.4.5): - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.5 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.5) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.18.2 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.18.9(@babel/core@7.9.0): - resolution: {integrity: sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==} + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) - '@babel/helper-function-name': 7.21.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.2.2 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.18.2): - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - dev: true + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.2.2): - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.21.8): - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.4.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.4.4): - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + /@babel/plugin-transform-literals@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.9.0 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.4.5): - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - dev: true + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) - /@babel/plugin-transform-literals@7.18.9(@babel/core@7.9.0): - resolution: {integrity: sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==} + /@babel/plugin-transform-logical-assignment-operators@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.4.4) dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-member-expression-literals@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==} + /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.18.2): - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.2.2): - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.21.8): - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.4.4): - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.4.5): - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-amd@7.20.11(@babel/core@7.9.0): - resolution: {integrity: sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==} + /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true @@ -6448,614 +6725,781 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.2.2): - resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.4.5): - resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs@7.21.5(@babel/core@7.9.0): - resolution: {integrity: sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==} + /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-simple-access': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-simple-access': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.18.2): - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.2.2): - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.21.8): - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/core': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.4.4): - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.4.5): - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs@7.20.11(@babel/core@7.9.0): - resolution: {integrity: sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==} + /@babel/plugin-transform-modules-systemjs@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-umd@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==} + /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-module-transforms': 7.21.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-transforms': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.18.2): - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.21.8): - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.4.4): - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.4.5): - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.20.5(@babel/core@7.9.0): - resolution: {integrity: sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==} + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==} + /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + + /@babel/plugin-transform-nullish-coalescing-operator@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.4.4) + dev: true + + /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) + + /@babel/plugin-transform-numeric-separator@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.4.4) + dev: true + + /@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) + + /@babel/plugin-transform-object-rest-spread@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.5 + '@babel/core': 7.4.4 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.4) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.4.4) dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 transitivePeerDependencies: - supports-color - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-object-super@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==} + /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-replace-supers': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-replace-supers': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.12.9): - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) + + /@babel/plugin-transform-optional-catch-binding@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.4) + dev: true + + /@babel/plugin-transform-optional-chaining@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + + /@babel/plugin-transform-optional-chaining@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.4.4) + dev: true + + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.12.9): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.18.2): - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.2.2): - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.21.8): - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.4.4): - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.4.5): - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-parameters@7.21.3(@babel/core@7.9.0): - resolution: {integrity: sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==} + /@babel/plugin-transform-parameters@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) + transitivePeerDependencies: + - supports-color + + /@babel/plugin-transform-private-property-in-object@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.4.4) + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-property-literals@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==} + /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-constant-elements@7.21.3(@babel/core@7.18.2): - resolution: {integrity: sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ==} + /@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-constant-elements@7.21.3(@babel/core@7.21.8): - resolution: {integrity: sha512-4DVcFeWe/yDYBLp0kBmOGFJ6N2UYg7coGid1gdxb4co62dy/xISDMaYBXBVXEDhfgMk7qkbcYiGtwd5Q/hwDDQ==} + /@babel/plugin-transform-react-constant-elements@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-BF5SXoO+nX3h5OhlN78XbbDrBOffv+AxPP2ENaJOVqjWCgBDeOY3WcaUcddutGSfoap+5NEQ/q/4I3WZIvgkXA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} + /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} + /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} + /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-react-display-name@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} + /@babel/plugin-transform-react-display-name@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-react-display-name@7.8.3(@babel/core@7.9.0): @@ -7064,226 +7508,226 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.18.2) dev: true - /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) dev: true - /@babel/plugin-transform-react-jsx-development@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.9.0) dev: true - /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.18.2): - resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.2.2): - resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.4.5): - resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-self@7.21.0(@babel/core@7.9.0): - resolution: {integrity: sha512-f/Eq+79JEu+KUANFks9UZCcvydOOGMgF7jBrcwjHa5jTZD8JivnhCJYvmlhR/WTXBWonDExPoW0eO/CR4QJirA==} + /@babel/plugin-transform-react-jsx-self@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-nTh2ogNUtxbiSbxaT4Ds6aXnXEipHweN9YRgOX/oNXdf0cCrGn/+2LozFa3lnPV5D90MkjhgckCPBrsoSc1a7g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.18.2): - resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.2.2): - resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.21.8): - resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.4.5): - resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-source@7.19.6(@babel/core@7.9.0): - resolution: {integrity: sha512-RpAi004QyMNisst/pvSanoRdJ4q+jMCWyk9zdw/CyLB9j8RXEahodR6l2GyttDRyEVWZtbN+TpLiHJ3t34LbsQ==} + /@babel/plugin-transform-react-jsx-source@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-yIiRO6yobeEIaI0RTbIr8iAK9FcBHLtZq0S89ZPjDLQXBA4xvghaKqI0etp/tF3htTM0sazJKKLz9oEiGRtu7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.18.2): - resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} + /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.18.2) - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.18.2) + '@babel/types': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.2.2): - resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} + /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.2.2) - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.2.2) + '@babel/types': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} + /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) - '@babel/types': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/types': 7.22.5 - /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.4.5): - resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} + /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.4.5) - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.4.5) + '@babel/types': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx@7.21.5(@babel/core@7.9.0): - resolution: {integrity: sha512-ELdlq61FpoEkHO6gFRpfj0kUgSwQTGoaEU8eMRoS8Dv3v6e7BjEAj5WMtIBRdHUeAioMhKP5HyxNzNnP+heKbA==} + /@babel/plugin-transform-react-jsx@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.9.0) - '@babel/types': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.9.0) + '@babel/types': 7.22.5 dev: true - /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} + /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-pure-annotations@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} + /@babel/plugin-transform-react-pure-annotations@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-regenerator@7.0.0(@babel/core@7.2.2): @@ -7295,107 +7739,107 @@ packages: regenerator-transform: 0.13.4 dev: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.18.2): - resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.1 - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.4.5): - resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-regenerator@7.21.5(@babel/core@7.9.0): - resolution: {integrity: sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==} + /@babel/plugin-transform-regenerator@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.1 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-reserved-words@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==} + /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-transform-runtime@7.18.2(@babel/core@7.18.2): @@ -7405,8 +7849,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.18.2) babel-plugin-polyfill-corejs3: 0.5.3(@babel/core@7.18.2) babel-plugin-polyfill-regenerator: 0.3.1(@babel/core@7.18.2) @@ -7421,24 +7865,24 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 resolve: 1.22.2 semver: 5.7.1 dev: true - /@babel/plugin-transform-runtime@7.21.4(@babel/core@7.21.8): - resolution: {integrity: sha512-1J4dhrw1h1PqnNNpzwxQ2UBymJUF8KuPjAAnlLwZcGhHAIqUigFW7cdK6GHoB64ubY4qXQNYknoUeks4Wz7CUA==} + /@babel/plugin-transform-runtime@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-bg4Wxd1FWeFx3daHFTWk1pkSWK/AyQuiyAoeZAOkAOUBjnZPH6KT7eMxouV47tQ6hl6ax2zyAWBdWZXbrvXlaw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5) + babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5) + babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5) semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -7449,8 +7893,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 resolve: 1.22.2 semver: 5.7.1 dev: true @@ -7461,479 +7905,521 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 resolve: 1.22.2 semver: 5.7.1 dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-shorthand-properties@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==} + /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.18.2): - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.2.2): - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.21.8): - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.4.4): - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.4.5): - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-spread@7.20.7(@babel/core@7.9.0): - resolution: {integrity: sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==} + /@babel/plugin-transform-spread@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==} + /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.18.2): - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.2.2): - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.21.8): - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.4.4): - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.4.5): - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.18.9(@babel/core@7.9.0): - resolution: {integrity: sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==} + /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.18.2): - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.2.2): - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.21.8): - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.4.4): - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.4.5): - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.18.9(@babel/core@7.9.0): - resolution: {integrity: sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==} + /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.18.2): - resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.18.2) + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.2.2): - resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.2.2) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.2.2) + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.21.8): - resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.4.5): - resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.4.5) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.4.5) + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-typescript@7.21.3(@babel/core@7.9.0): - resolution: {integrity: sha512-RQxPz6Iqt8T0uw/WsJNReuBpWpBqs/n7mNo18sKLoTbMp+UrEekhH+pKSVC7gWz+DNjo9gryfV8YzCiT45RgMw==} + /@babel/plugin-transform-typescript@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.21.8(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.9.0) + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.18.2): - resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} + /@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-unicode-escapes@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-unicode-escapes@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==} + /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.18.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.2.2): - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.2.2): + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.2.2) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.4.4): - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.4.5): - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.4.5): + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.4.5) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.18.6(@babel/core@7.9.0): - resolution: {integrity: sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==} + /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.9.0): + resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-create-regexp-features-plugin': 7.21.8(@babel/core@7.9.0) - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.5 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + + /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.4.4 + '@babel/helper-create-regexp-features-plugin': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/polyfill@7.2.5: @@ -7957,12 +8443,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.18.2 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.18.2) - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.18.2) + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.18.2) '@babel/plugin-proposal-class-properties': 7.12.1(@babel/core@7.18.2) '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.18.2) @@ -7988,41 +8474,41 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.18.2) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.18.2) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.18.2) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.18.2) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.18.2) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.18.2) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.18.2) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.18.2) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.18.2) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.18.2) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.18.2) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.18.2) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.18.2) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.18.2) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.18.2) '@babel/plugin-transform-modules-commonjs': 7.12.1(@babel/core@7.18.2) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.18.2) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.18.2) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.18.2) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.18.2) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.18.2) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.18.2) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.18.2) - '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.18.2) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.18.2) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-unicode-escapes': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.18.2) '@babel/preset-modules': 0.1.5(@babel/core@7.18.2) - '@babel/types': 7.21.5 - core-js-compat: 3.30.1 + '@babel/types': 7.22.5 + core-js-compat: 3.31.0 semver: 5.7.1 transitivePeerDependencies: - supports-color @@ -8034,8 +8520,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.2.2) '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.2.2) '@babel/plugin-proposal-object-rest-spread': 7.2.0(@babel/core@7.2.2) @@ -8044,34 +8530,34 @@ packages: '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.2.2) '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.2.2) '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.2.2) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.2.2) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.2.2) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.2.2) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.2.2) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.2.2) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.2.2) '@babel/plugin-transform-destructuring': 7.2.0(@babel/core@7.2.2) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.2.2) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.2.2) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.2.2) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.2.2) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.2.2) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.2.2) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.2.2) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.2.2) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.2.2) '@babel/plugin-transform-regenerator': 7.0.0(@babel/core@7.2.2) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.2.2) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.2.2) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.2.2) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.2.2) - browserslist: 4.21.5 + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.2.2) + browserslist: 4.21.7 invariant: 2.2.4 js-levenshtein: 1.1.6 semver: 5.7.1 @@ -8079,126 +8565,117 @@ packages: - supports-color dev: true - /@babel/preset-env@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.21.7 - '@babel/core': 7.21.8 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.21.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.21.8) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.21.8) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.21.8) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.8) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.8) - '@babel/preset-modules': 0.1.5(@babel/core@7.21.8) - '@babel/types': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.21.8) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.21.8) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.21.8) - core-js-compat: 3.30.1 + /@babel/preset-env@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.22.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.22.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-async-generator-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-optional-chaining': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-escapes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.5) + '@babel/preset-modules': 0.1.5(@babel/core@7.22.5) + '@babel/types': 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.22.5) + babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.22.5) + babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.22.5) + core-js-compat: 3.31.0 semver: 6.3.0 transitivePeerDependencies: - supports-color - /@babel/preset-env@7.21.5(@babel/core@7.4.4): - resolution: {integrity: sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==} + /@babel/preset-env@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-fj06hw89dpiZzGZtxn+QybifF07nNiZjZ7sazs2aVDcysAZVGjW7+7iFYxg6GLNM47R/thYfLdrXc+2f11Vi9A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.4.4 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.4.4) - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.20.7(@babel/core@7.4.4) - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.4.4) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-proposal-class-static-block': 7.21.0(@babel/core@7.4.4) - '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-proposal-export-namespace-from': 7.18.9(@babel/core@7.4.4) - '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-proposal-logical-assignment-operators': 7.20.7(@babel/core@7.4.4) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-proposal-numeric-separator': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.4.4) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.4.4) - '@babel/plugin-proposal-private-methods': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-proposal-private-property-in-object': 7.21.0(@babel/core@7.4.4) - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.4.4) + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.4.4) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.4.4) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.4.4) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.4.4) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.4.4) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.4.4) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.4.4) - '@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.4.4) + '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.4.4) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.4.4) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.4) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.4.4) @@ -8209,44 +8686,61 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.4.4) '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.4.4) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.4.4) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.4.4) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.4.4) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.4.4) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.4.4) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.4.4) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.4.4) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.4.4) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.4.4) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.4.4) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.4.4) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.4.4) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.4.4) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.4.4) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.4.4) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.4.4) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.4.4) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.4.4) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.4.4) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.4.4) - '@babel/plugin-transform-unicode-escapes': 7.21.5(@babel/core@7.4.4) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.4.4) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-async-generator-functions': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-class-static-block': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-dynamic-import': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-export-namespace-from': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-json-strings': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-logical-assignment-operators': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-numeric-separator': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-object-rest-spread': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-optional-catch-binding': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-optional-chaining': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-private-property-in-object': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-unicode-escapes': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.4.4) + '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.4.4) '@babel/preset-modules': 0.1.5(@babel/core@7.4.4) - '@babel/types': 7.21.5 - babel-plugin-polyfill-corejs2: 0.3.3(@babel/core@7.4.4) - babel-plugin-polyfill-corejs3: 0.6.0(@babel/core@7.4.4) - babel-plugin-polyfill-regenerator: 0.4.1(@babel/core@7.4.4) - core-js-compat: 3.30.1 + '@babel/types': 7.22.5 + babel-plugin-polyfill-corejs2: 0.4.3(@babel/core@7.4.4) + babel-plugin-polyfill-corejs3: 0.8.1(@babel/core@7.4.4) + babel-plugin-polyfill-regenerator: 0.5.0(@babel/core@7.4.4) + core-js-compat: 3.31.0 semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -8258,8 +8752,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-async-generator-functions': 7.2.0(@babel/core@7.4.5) '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.4.5) '@babel/plugin-proposal-object-rest-spread': 7.4.4(@babel/core@7.4.5) @@ -8269,40 +8763,40 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.4.5) '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.4.5) '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.4.5) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.4.5) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.4.5) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.4.5) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.4.5) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.4.5) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.4.5) '@babel/plugin-transform-destructuring': 7.4.4(@babel/core@7.4.5) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.4.5) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.4.5) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.4.5) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.4.5) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.4.5) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.4.5) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.4.5) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.4.5) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.4.5) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.4.5) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.4.5) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.4.5) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.4.5) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.4.5) - '@babel/types': 7.21.5 - browserslist: 4.21.5 - core-js-compat: 3.30.1 + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.4.5) + '@babel/types': 7.22.5 + browserslist: 4.21.7 + core-js-compat: 3.31.0 invariant: 2.2.4 js-levenshtein: 1.1.6 semver: 5.7.1 @@ -8315,11 +8809,11 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.9.0 - '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.9.0) - '@babel/helper-module-imports': 7.21.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-compilation-targets': 7.22.5(@babel/core@7.9.0) + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.9.0) '@babel/plugin-proposal-dynamic-import': 7.18.6(@babel/core@7.9.0) '@babel/plugin-proposal-json-strings': 7.18.6(@babel/core@7.9.0) @@ -8338,41 +8832,41 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.9.0) '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.9.0) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.9.0) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.9.0) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.9.0) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.9.0) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.9.0) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.9.0) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.9.0) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-duplicate-keys': 7.18.9(@babel/core@7.9.0) - '@babel/plugin-transform-exponentiation-operator': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.9.0) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.9.0) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.9.0) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-modules-amd': 7.20.11(@babel/core@7.9.0) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.9.0) - '@babel/plugin-transform-modules-systemjs': 7.20.11(@babel/core@7.9.0) - '@babel/plugin-transform-modules-umd': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.9.0) - '@babel/plugin-transform-new-target': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.9.0) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-regenerator': 7.21.5(@babel/core@7.9.0) - '@babel/plugin-transform-reserved-words': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.9.0) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.9.0) - '@babel/plugin-transform-typeof-symbol': 7.18.9(@babel/core@7.9.0) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.9.0) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-modules-systemjs': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-regenerator': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.9.0) '@babel/preset-modules': 0.1.5(@babel/core@7.9.0) - '@babel/types': 7.21.5 - browserslist: 4.21.5 - core-js-compat: 3.30.1 + '@babel/types': 7.22.5 + browserslist: 4.21.7 + core-js-compat: 3.31.0 invariant: 2.2.4 levenary: 1.1.1 semver: 5.7.1 @@ -8386,20 +8880,20 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.2.2) dev: true - /@babel/preset-flow@7.21.4(@babel/core@7.21.8): - resolution: {integrity: sha512-F24cSq4DIBmhq4OzK3dE63NHagb27OPE3eWR+HLekt4Z3Y5MzIIUGF3LlLgV0gN8vzbDViSY7HnrReNVCJXTeA==} + /@babel/preset-flow@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5) /@babel/preset-modules@0.1.5(@babel/core@7.18.2): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} @@ -8407,23 +8901,23 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.18.2) - '@babel/types': 7.21.5 + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.18.2) + '@babel/types': 7.22.5 esutils: 2.0.3 dev: true - /@babel/preset-modules@0.1.5(@babel/core@7.21.8): + /@babel/preset-modules@0.1.5(@babel/core@7.22.5): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.21.8) - '@babel/types': 7.21.5 + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.5) + '@babel/types': 7.22.5 esutils: 2.0.3 /@babel/preset-modules@0.1.5(@babel/core@7.4.4): @@ -8432,10 +8926,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.4.4) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.4.4) - '@babel/types': 7.21.5 + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.4.4) + '@babel/types': 7.22.5 esutils: 2.0.3 dev: true @@ -8445,10 +8939,10 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-proposal-unicode-property-regex': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-dotall-regex': 7.18.6(@babel/core@7.9.0) - '@babel/types': 7.21.5 + '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.9.0) + '@babel/types': 7.22.5 esutils: 2.0.3 dev: true @@ -8458,11 +8952,11 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.2.2) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.2.2) - '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.2.2) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.2.2) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.2.2) dev: true /@babel/preset-react@7.0.0(@babel/core@7.4.5): @@ -8471,11 +8965,11 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.4.5) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.4.5) - '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.4.5) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.4.5) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.4.5) dev: true /@babel/preset-react@7.12.1(@babel/core@7.18.2): @@ -8484,43 +8978,43 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.18.2) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.18.2) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.18.2) - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.18.2) dev: true - /@babel/preset-react@7.18.6(@babel/core@7.18.2): - resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} + /@babel/preset-react@7.22.5(@babel/core@7.18.2): + resolution: {integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.18.2) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.18.2) - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.18.2) + '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.18.2) dev: true - /@babel/preset-react@7.18.6(@babel/core@7.21.8): - resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} + /@babel/preset-react@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-pure-annotations': 7.18.6(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-pure-annotations': 7.22.5(@babel/core@7.22.5) dev: true /@babel/preset-react@7.9.1(@babel/core@7.9.0): @@ -8529,12 +9023,12 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-transform-react-display-name': 7.8.3(@babel/core@7.9.0) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.9.0) - '@babel/plugin-transform-react-jsx-development': 7.18.6(@babel/core@7.9.0) - '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.9.0) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.9.0) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.9.0) dev: true /@babel/preset-typescript@7.1.0(@babel/core@7.2.2): @@ -8543,8 +9037,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.2.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.2.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.2.2) transitivePeerDependencies: - supports-color dev: true @@ -8555,24 +9049,24 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.18.2 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.18.2) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.18.2) transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript@7.21.5(@babel/core@7.21.8): - resolution: {integrity: sha512-iqe3sETat5EOrORXiQ6rWfoOg2y68Cs75B9wNxdPW4kixJxh7aXQE1KPdWLDniC24T/6dSnguF33W9j/ZZQcmA==} + /@babel/preset-typescript@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/helper-validator-option': 7.21.0 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.5) transitivePeerDependencies: - supports-color @@ -8582,8 +9076,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.5 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.4.5) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.4.5) transitivePeerDependencies: - supports-color dev: true @@ -8594,8 +9088,8 @@ packages: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.9.0 - '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.9.0) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.9.0) transitivePeerDependencies: - supports-color dev: true @@ -8613,21 +9107,21 @@ packages: source-map-support: 0.5.21 dev: true - /@babel/register@7.21.0(@babel/core@7.21.8): - resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} + /@babel/register@7.22.5(@babel/core@7.22.5): + resolution: {integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 pirates: 4.0.5 source-map-support: 0.5.21 - /@babel/register@7.21.0(@babel/core@7.4.4): - resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} + /@babel/register@7.22.5(@babel/core@7.4.4): + resolution: {integrity: sha512-vV6pm/4CijSQ8Y47RH5SopXzursN35RQINfGJkmOlcpAtGuf94miFvIPhCKGQN7WGIcsgG1BHEX2KVdTYwTwUQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -8656,8 +9150,8 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@babel/runtime@7.21.5: - resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==} + /@babel/runtime@7.22.5: + resolution: {integrity: sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.13.11 @@ -8665,7 +9159,7 @@ packages: /@babel/runtime@7.4.5: resolution: {integrity: sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ==} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.13.2 dev: true /@babel/runtime@7.9.0: @@ -8674,37 +9168,37 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@babel/template@7.20.7: - resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} + /@babel/template@7.22.5: + resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.8 - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 - /@babel/traverse@7.21.5(supports-color@5.5.0): - resolution: {integrity: sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==} + /@babel/traverse@7.22.5(supports-color@5.5.0): + resolution: {integrity: sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 - '@babel/helper-environment-visitor': 7.21.5 - '@babel/helper-function-name': 7.21.0 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.8 - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 debug: 4.3.4(supports-color@5.5.0) globals: 11.12.0 transitivePeerDependencies: - supports-color - /@babel/types@7.21.5: - resolution: {integrity: sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==} + /@babel/types@7.22.5: + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.21.5 - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 to-fast-properties: 2.0.0 /@bcoe/v8-coverage@0.2.3: @@ -8720,7 +9214,7 @@ packages: /@changesets/apply-release-plan@6.1.3: resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/config': 2.3.0 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 @@ -8738,7 +9232,7 @@ packages: /@changesets/assemble-release-plan@5.2.3: resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.5 '@changesets/types': 5.2.1 @@ -8756,7 +9250,7 @@ packages: resolution: {integrity: sha512-XnTa+b51vt057fyAudvDKGB0Sh72xutQZNAdXkCqPBKO2zvs2yYZx5hFZj1u9cbtpwM6Sxtcr02/FQJfZOzemQ==} hasBin: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/apply-release-plan': 6.1.3 '@changesets/assemble-release-plan': 5.2.3 '@changesets/changelog-git': 0.1.14 @@ -8822,7 +9316,7 @@ packages: /@changesets/get-release-plan@3.0.16: resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/assemble-release-plan': 5.2.3 '@changesets/config': 2.3.0 '@changesets/pre': 1.0.14 @@ -8838,7 +9332,7 @@ packages: /@changesets/git@2.0.0: resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -8863,7 +9357,7 @@ packages: /@changesets/pre@1.0.14: resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -8873,7 +9367,7 @@ packages: /@changesets/read@0.5.9: resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.16 @@ -8894,7 +9388,7 @@ packages: /@changesets/write@0.2.3: resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/types': 5.2.1 fs-extra: 7.0.1 human-id: 1.0.2 @@ -8930,116 +9424,116 @@ packages: resolution: {integrity: sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==} engines: {node: '>=4.0.0'} - /@csstools/postcss-color-function@1.1.1(postcss@8.4.23): + /@csstools/postcss-color-function@1.1.1(postcss@8.4.24): resolution: {integrity: sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) - postcss: 8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.24) + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-font-format-keywords@1.0.1(postcss@8.4.23): + /@csstools/postcss-font-format-keywords@1.0.1(postcss@8.4.24): resolution: {integrity: sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-hwb-function@1.0.2(postcss@8.4.23): + /@csstools/postcss-hwb-function@1.0.2(postcss@8.4.24): resolution: {integrity: sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-ic-unit@1.0.1(postcss@8.4.23): + /@csstools/postcss-ic-unit@1.0.1(postcss@8.4.24): resolution: {integrity: sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) - postcss: 8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.24) + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-is-pseudo-class@2.0.7(postcss@8.4.23): + /@csstools/postcss-is-pseudo-class@2.0.7(postcss@8.4.24): resolution: {integrity: sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.12) - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true - /@csstools/postcss-normalize-display-values@1.0.1(postcss@8.4.23): + /@csstools/postcss-normalize-display-values@1.0.1(postcss@8.4.24): resolution: {integrity: sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-oklab-function@1.1.1(postcss@8.4.23): + /@csstools/postcss-oklab-function@1.1.1(postcss@8.4.24): resolution: {integrity: sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) - postcss: 8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.24) + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.23): + /@csstools/postcss-progressive-custom-properties@1.3.0(postcss@8.4.24): resolution: {integrity: sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-stepped-value-functions@1.0.1(postcss@8.4.23): + /@csstools/postcss-stepped-value-functions@1.0.1(postcss@8.4.24): resolution: {integrity: sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /@csstools/postcss-unset-value@1.0.2(postcss@8.4.23): + /@csstools/postcss-unset-value@1.0.2(postcss@8.4.24): resolution: {integrity: sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true - /@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.12): + /@csstools/selector-specificity@2.2.0(postcss-selector-parser@6.0.13): resolution: {integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==} engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss-selector-parser: ^6.0.10 dependencies: - postcss-selector-parser: 6.0.12 + postcss-selector-parser: 6.0.13 dev: true /@ctrl/tinycolor@3.6.0: @@ -9094,7 +9588,7 @@ packages: peerDependencies: react: '>=16.3.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/cache': 10.0.29 '@emotion/css': 10.0.27 '@emotion/serialize': 0.11.16 @@ -9108,7 +9602,7 @@ packages: peerDependencies: react: '>=16.3.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/cache': 10.0.29 '@emotion/css': 10.0.27 '@emotion/serialize': 0.11.16 @@ -9134,18 +9628,18 @@ packages: '@emotion/memoize': 0.7.4 dev: true - /@emotion/is-prop-valid@1.2.0: - resolution: {integrity: sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==} + /@emotion/is-prop-valid@1.2.1: + resolution: {integrity: sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw==} dependencies: - '@emotion/memoize': 0.8.0 + '@emotion/memoize': 0.8.1 dev: true /@emotion/memoize@0.7.4: resolution: {integrity: sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==} dev: true - /@emotion/memoize@0.8.0: - resolution: {integrity: sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==} + /@emotion/memoize@0.8.1: + resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} dev: true /@emotion/serialize@0.11.16: @@ -9168,7 +9662,7 @@ packages: '@emotion/core': ^10.0.28 react: '>=16.3.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/core': 10.3.1(react@16.14.0) '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 @@ -9182,7 +9676,7 @@ packages: '@emotion/core': ^10.0.28 react: '>=16.3.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/core': 10.3.1(react@17.0.2) '@emotion/is-prop-valid': 0.8.8 '@emotion/serialize': 0.11.16 @@ -9238,8 +9732,8 @@ packages: jsdoc-type-pratt-parser: 3.1.0 dev: true - /@esbuild/android-arm64@0.16.17: - resolution: {integrity: sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==} + /@esbuild/android-arm64@0.17.19: + resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -9247,8 +9741,8 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.16.17: - resolution: {integrity: sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==} + /@esbuild/android-arm@0.17.19: + resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -9256,8 +9750,8 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.16.17: - resolution: {integrity: sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==} + /@esbuild/android-x64@0.17.19: + resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -9265,8 +9759,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.16.17: - resolution: {integrity: sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==} + /@esbuild/darwin-arm64@0.17.19: + resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -9274,8 +9768,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.16.17: - resolution: {integrity: sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==} + /@esbuild/darwin-x64@0.17.19: + resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -9283,8 +9777,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.16.17: - resolution: {integrity: sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==} + /@esbuild/freebsd-arm64@0.17.19: + resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -9292,8 +9786,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.16.17: - resolution: {integrity: sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==} + /@esbuild/freebsd-x64@0.17.19: + resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -9301,8 +9795,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.16.17: - resolution: {integrity: sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==} + /@esbuild/linux-arm64@0.17.19: + resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -9310,8 +9804,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.16.17: - resolution: {integrity: sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==} + /@esbuild/linux-arm@0.17.19: + resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -9319,8 +9813,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.16.17: - resolution: {integrity: sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==} + /@esbuild/linux-ia32@0.17.19: + resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -9328,8 +9822,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.16.17: - resolution: {integrity: sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==} + /@esbuild/linux-loong64@0.17.19: + resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -9337,8 +9831,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.16.17: - resolution: {integrity: sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==} + /@esbuild/linux-mips64el@0.17.19: + resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -9346,8 +9840,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.16.17: - resolution: {integrity: sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==} + /@esbuild/linux-ppc64@0.17.19: + resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -9355,8 +9849,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.16.17: - resolution: {integrity: sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==} + /@esbuild/linux-riscv64@0.17.19: + resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -9364,8 +9858,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.16.17: - resolution: {integrity: sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==} + /@esbuild/linux-s390x@0.17.19: + resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -9373,8 +9867,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.16.17: - resolution: {integrity: sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==} + /@esbuild/linux-x64@0.17.19: + resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -9382,8 +9876,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.16.17: - resolution: {integrity: sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==} + /@esbuild/netbsd-x64@0.17.19: + resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -9391,8 +9885,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.16.17: - resolution: {integrity: sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==} + /@esbuild/openbsd-x64@0.17.19: + resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -9400,8 +9894,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.16.17: - resolution: {integrity: sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==} + /@esbuild/sunos-x64@0.17.19: + resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -9409,8 +9903,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.16.17: - resolution: {integrity: sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==} + /@esbuild/win32-arm64@0.17.19: + resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -9418,8 +9912,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.16.17: - resolution: {integrity: sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==} + /@esbuild/win32-ia32@0.17.19: + resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -9427,8 +9921,8 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.16.17: - resolution: {integrity: sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==} + /@esbuild/win32-x64@0.17.19: + resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -9446,13 +9940,13 @@ packages: eslint-visitor-keys: 3.4.1 dev: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.40.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.42.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.40.0 + eslint: 8.42.0 eslint-visitor-keys: 3.4.1 dev: true @@ -9495,20 +9989,20 @@ packages: - supports-color dev: true - /@eslint/js@8.40.0: - resolution: {integrity: sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==} + /@eslint/js@8.42.0: + resolution: {integrity: sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@faker-js/faker@8.0.1: - resolution: {integrity: sha512-kbh5MenpTN9U0B4QcOI1NoTPlZHniSYQ3BHbhAnPjJGAmmFqxoxTE4sGdpy7ZOO9038DPGCuhXyMkjOr05uVwA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0, npm: '>=6.14.13'} + /@faker-js/faker@7.6.0: + resolution: {integrity: sha512-XK6BTq1NDMo9Xqw/YkYyGjSsg44fbNwYRx7QK2CuoQgyy+f1rrTDHoExVM5PsyXCtfl2vs2vVJ0MN0yN6LppRw==} + engines: {node: '>=14.0.0', npm: '>=6.0.0'} dev: false /@fast-csv/format@4.3.5: resolution: {integrity: sha512-8iRn6QF3I8Ak78lNAa+Gdl5MJJBM5vRHivFtMRUWINdevNo00K7OXxS2PshawLKTejVwieIlPmK5YlLu6w4u8A==} dependencies: - '@types/node': 14.18.45 + '@types/node': 14.18.50 lodash.escaperegexp: 4.1.2 lodash.isboolean: 3.0.3 lodash.isequal: 4.5.0 @@ -9552,8 +10046,8 @@ packages: deprecated: the package is rather renamed to @formatjs/ecma-abstract with some changes in functionality (primarily selectUnit is removed and we don't plan to make any further changes to this package dev: false - /@formily/antd@2.2.23(@ant-design/icons@4.7.0)(@types/react-dom@17.0.20)(@types/react@17.0.58)(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5): - resolution: {integrity: sha512-LjYY81VcdBNUNgjWA0xnEb2KIjL79t4s/FMh456A3lLxsOT/ZEe9/6IqZKk6dnpAxKH3pda8OrhsxQs0Mq4FdA==} + /@formily/antd@2.2.24(@ant-design/icons@4.7.0)(@types/react-dom@17.0.20)(@types/react@17.0.61)(antd@4.24.10)(prop-types@15.8.1)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5): + resolution: {integrity: sha512-jMrbg63FMQvkwT+y4mum2DE2mRlSuqwd1cuvWiUsH2RkaQM/SQhVdwigIsKFwzj69ujN75IeQCmAhZJIBFoLvQ==} engines: {npm: '>=3.0.0'} peerDependencies: '@ant-design/icons': 4.x @@ -9570,14 +10064,14 @@ packages: optional: true dependencies: '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) - '@formily/core': 2.2.23 - '@formily/grid': 2.2.23(typescript@4.9.5) - '@formily/json-schema': 2.2.23(typescript@4.9.5) - '@formily/react': 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) - '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) - '@formily/shared': 2.2.23 - '@types/react': 17.0.58 + '@formily/core': 2.2.24 + '@formily/grid': 2.2.24(typescript@4.9.5) + '@formily/json-schema': 2.2.24(typescript@4.9.5) + '@formily/react': 2.2.24(@types/react-dom@17.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5) + '@formily/reactive': 2.2.24 + '@formily/reactive-react': 2.2.24(@types/react-dom@17.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) + '@formily/shared': 2.2.24 + '@types/react': 17.0.61 '@types/react-dom': 17.0.20 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 @@ -9591,45 +10085,45 @@ packages: - typescript dev: false - /@formily/core@2.2.23: - resolution: {integrity: sha512-/7JfHuuFqYBqWRTN9gTPFIeCXBTWOuMVs0h+HFVipxmXiyooatccG/JKEo+dZlISOdfInY6uJnfWQ6Y2nAxo4w==} + /@formily/core@2.2.24: + resolution: {integrity: sha512-FjyhtSwSxSK18C5L+D2U2uqkVh5J0BnWmk/OyvOGNoQ3gdCHJFyH8gr6NNt11B8xL2oXKIEpaC0nw8iOcGf8eA==} engines: {npm: '>=3.0.0'} dependencies: - '@formily/reactive': 2.2.23 - '@formily/shared': 2.2.23 - '@formily/validator': 2.2.23 + '@formily/reactive': 2.2.24 + '@formily/shared': 2.2.24 + '@formily/validator': 2.2.24 dev: false - /@formily/grid@2.2.23(typescript@4.9.5): - resolution: {integrity: sha512-D+bcxISnUkxpulo+3di9jWxma2ZQkatQbBM8Ha9TugxQ+3ThVPCPycQEokBpkO9zt8zft6u9RVKqNxTzB6cTTQ==} + /@formily/grid@2.2.24(typescript@4.9.5): + resolution: {integrity: sha512-w0IWWYDG8NwzdrLRsbUkX/L5OuFATTwyJc+tswtxVi2nrF9hZeHSYwvMh4dBI9rF2l0LKORvnVnk1O/kufnWug==} engines: {npm: '>=3.0.0'} peerDependencies: typescript: ^4.1.0 dependencies: - '@formily/reactive': 2.2.23 + '@formily/reactive': 2.2.24 '@juggle/resize-observer': 3.4.0 typescript: 4.9.5 dev: false - /@formily/json-schema@2.2.23(typescript@4.9.5): - resolution: {integrity: sha512-MbFLmZJp0WA4KJcy7GEL5KkjqtIZ6W4KoYJfkpMSW06ziOW8QNxn0tkuuebuLSQwVayjrA6WN/hUybsnbPK2lQ==} + /@formily/json-schema@2.2.24(typescript@4.9.5): + resolution: {integrity: sha512-3aEMEO5D0B1p5rM/lzWmhx3rYqid4OKzCXAdxBsyicacFK9dVqxlOBt8d6auOsppMZ675q52jSVDxNSgh4xKqg==} engines: {npm: '>=3.0.0'} peerDependencies: - typescript: ^4.1.5 + typescript: '>4.1.5' dependencies: - '@formily/core': 2.2.23 - '@formily/reactive': 2.2.23 - '@formily/shared': 2.2.23 + '@formily/core': 2.2.24 + '@formily/reactive': 2.2.24 + '@formily/shared': 2.2.24 typescript: 4.9.5 dev: false - /@formily/path@2.2.23: - resolution: {integrity: sha512-9kI9UcYWXefxto+xxnHnTKxwZfstLMceKC8Rh+rOyVvGgvtd7nB70BJKlV1IBMO+QW/7ClNX2FhqzJ8L/Xx/oA==} + /@formily/path@2.2.24: + resolution: {integrity: sha512-DrRBIPvlqGr7+xQ/74MY/j7WSbUzvWeHOsjfXTIllbijKAdUm+DovpQuHMXR16I3gnuQ8CvyMzCizP9RKVnhzw==} engines: {npm: '>=3.0.0'} dev: false - /@formily/react@2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5): - resolution: {integrity: sha512-d9l2VVHSpZy9x3TjId00GB5kRONMqSYMOxM0uLqxrLQRUrWY6tKCrsJWbDO10c0YKikEwdacUMSAT3zq1QiWzA==} + /@formily/react@2.2.24(@types/react-dom@17.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2)(typescript@4.9.5): + resolution: {integrity: sha512-Bq5LQzK9u0E8BBwHqWY1jXtbdVAJV/gMkZAssAHVXu01YvDUVugHXcbxuzKZKY5MrZFIyM7Jod0TbhjEPr2bhA==} engines: {npm: '>=3.0.0'} peerDependencies: '@types/react': '>=16.8.0' @@ -9643,13 +10137,13 @@ packages: '@types/react-dom': optional: true dependencies: - '@formily/core': 2.2.23 - '@formily/json-schema': 2.2.23(typescript@4.9.5) - '@formily/reactive': 2.2.23 - '@formily/reactive-react': 2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) - '@formily/shared': 2.2.23 - '@formily/validator': 2.2.23 - '@types/react': 17.0.58 + '@formily/core': 2.2.24 + '@formily/json-schema': 2.2.24(typescript@4.9.5) + '@formily/reactive': 2.2.24 + '@formily/reactive-react': 2.2.24(@types/react-dom@17.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) + '@formily/shared': 2.2.24 + '@formily/validator': 2.2.24 + '@types/react': 17.0.61 '@types/react-dom': 17.0.20 hoist-non-react-statics: 3.3.2 react: 17.0.2 @@ -9659,8 +10153,8 @@ packages: - typescript dev: false - /@formily/reactive-react@2.2.23(@types/react-dom@17.0.20)(@types/react@17.0.58)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-nkqdLwp8g23g0Jt7eQ3Km43ekSxlbO9m/ReurAlMR5Tw3+EiRr5aIWzpLrQQqGQ9jZyKkJgAScFRRyIrFx2fcA==} + /@formily/reactive-react@2.2.24(@types/react-dom@17.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-MSS2ug+19+GzVJFhWjwOp6QWe/Bc3xC9YXYB7lfriJBQCC5lGlX0xaOZNkOH4yFz9OvSR59wwManOpOh329/EQ==} engines: {npm: '>=3.0.0'} peerDependencies: '@types/react': '>=16.8.0' @@ -9674,8 +10168,8 @@ packages: '@types/react-dom': optional: true dependencies: - '@formily/reactive': 2.2.23 - '@types/react': 17.0.58 + '@formily/reactive': 2.2.24 + '@types/react': 17.0.61 '@types/react-dom': 17.0.20 hoist-non-react-statics: 3.3.2 react: 17.0.2 @@ -9683,16 +10177,16 @@ packages: react-is: 18.2.0 dev: false - /@formily/reactive@2.2.23: - resolution: {integrity: sha512-KX/GFZmDZk4DgMboFTlGKkrBMwgHITBt9IP1uy/IKsOpv5WPPAtorgyMK4GSOvUSQm6FcZPiFXGgPE035KHppA==} + /@formily/reactive@2.2.24: + resolution: {integrity: sha512-b3+43v7pmUCC8C57XO27M0x+2aE8k6lNndaOuo15Du+tLQyr+g+JBpEZsbIJfy9ScgdK6mIttxIhJiU+xUAmvg==} engines: {npm: '>=3.0.0'} dev: false - /@formily/shared@2.2.23: - resolution: {integrity: sha512-pd54eUVf33F+siY2hGESXNaIv8T8DKRI1g8uwqs2Q7ph4MpAyDFoeUXtjHxpNoJ1ML9RXau0OQ/k9BSWGF38uA==} + /@formily/shared@2.2.24: + resolution: {integrity: sha512-PU3gBgbybSU6yv/Act2fn5sYnYTuiVJtpiYEMQGyn7wuWguOQfOpIkuaVim4h64PARO8WmnjENeDl5R5evgIYQ==} engines: {npm: '>=3.0.0'} dependencies: - '@formily/path': 2.2.23 + '@formily/path': 2.2.24 camel-case: 4.1.2 lower-case: 2.0.2 no-case: 3.0.4 @@ -9701,19 +10195,19 @@ packages: upper-case: 2.0.2 dev: false - /@formily/validator@2.2.23: - resolution: {integrity: sha512-Kk4d57RZKLhZbc+oHyPydJCfhtdS8TuwMnpm9qvOpGvkp1EIEYIeoqd2zNxpk7Lku/aq5PJDiQwSki/MzyXHhg==} + /@formily/validator@2.2.24: + resolution: {integrity: sha512-EDZiArnLdDbp2k7/PHknjkX5FgsJXoqWbBrrhXCyzwC2ebBG4VTxWZUB+MWGT17A77Tl7xPsY7JPpJohcuQ+4Q==} engines: {npm: '>=3.0.0'} dependencies: - '@formily/shared': 2.2.23 + '@formily/shared': 2.2.24 dev: false - /@grpc/grpc-js@1.8.14: - resolution: {integrity: sha512-w84maJ6CKl5aApCMzFll0hxtFNT6or9WwMslobKaqWUEf1K+zhlL43bSQhFreyYWIWR+Z0xnVFC1KtLm4ZpM/A==} + /@grpc/grpc-js@1.8.15: + resolution: {integrity: sha512-H2Bu/w6+oQ58DsRbQol66ERBk3V5ZIak/z/MDx0T4EgDnJWps807I6BvTjq0v6UvZtOcLO+ur+Q9wvniqu3OJA==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.7.7 - '@types/node': 20.1.0 + '@types/node': 20.3.0 dev: false /@grpc/proto-loader@0.5.6: @@ -9744,8 +10238,8 @@ packages: dependencies: '@hapi/hoek': 9.3.0 - /@humanwhocodes/config-array@0.11.8: - resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} + /@humanwhocodes/config-array@0.11.10: + resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -10067,7 +10561,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.5.0 - '@sinonjs/fake-timers': 10.0.2 + '@sinonjs/fake-timers': 10.2.0 '@types/node': 7.10.14 jest-message-util: 29.5.0 jest-mock: 29.5.0 @@ -10350,7 +10844,7 @@ packages: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 @@ -10493,7 +10987,7 @@ packages: '@lerna/validation-error': 4.0.0 npm-package-arg: 8.1.5 npmlog: 4.1.2 - semver: 7.5.0 + semver: 7.5.1 dev: true /@lerna/package@4.0.0: @@ -10509,7 +11003,7 @@ packages: resolution: {integrity: sha512-GQqguzETdsYRxOSmdFZ6zDBXDErIETWOqomLERRY54f4p+tk4aJjoVdd9xKwehC9TBfIFvlRbL1V9uQGHh1opg==} engines: {node: '>= 10.18.0'} dependencies: - semver: 7.5.0 + semver: 7.5.1 dev: true /@lerna/project@4.0.0: @@ -10550,7 +11044,7 @@ packages: peerDependencies: react: ^16.3.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 hoist-non-react-statics: 3.3.2 react: 17.0.2 react-is: 16.13.1 @@ -10559,7 +11053,7 @@ packages: /@manypkg/find-root@1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -10568,7 +11062,7 @@ packages: /@manypkg/get-packages@1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -10813,7 +11307,7 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.0)(webpack@5.82.0): + /@pmmmwh/react-refresh-webpack-plugin@0.5.10(react-refresh@0.14.0)(webpack@5.86.0): resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -10841,32 +11335,32 @@ packages: dependencies: ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 - core-js-pure: 3.30.1 + core-js-pure: 3.31.0 error-stack-parser: 2.1.4 find-up: 5.0.0 - html-entities: 2.3.3 + html-entities: 2.3.5 loader-utils: 2.0.4 react-refresh: 0.14.0 - schema-utils: 3.1.2 + schema-utils: 3.2.0 source-map: 0.7.4 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /@probe.gl/env@3.6.0: resolution: {integrity: sha512-4tTZYUg/8BICC3Yyb9rOeoKeijKbZHRXBEKObrfPmX4sQmYB15ZOUpoVBhAyJkOYVAM8EkPci6Uw5dLCwx2BEQ==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 /@probe.gl/log@3.6.0: resolution: {integrity: sha512-hjpyenpEvOdowgZ1qMeCJxfRD4JkKdlXz0RC14m42Un62NtOT+GpWyKA4LssT0+xyLULCByRAtG2fzZorpIAcA==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@probe.gl/env': 3.6.0 /@probe.gl/stats@3.6.0: resolution: {integrity: sha512-JdALQXB44OP4kUBN/UrQgzbJe4qokbVF4Y8lkIA8iVCFnjVowWIgkD/z/0QO65yELT54tTrtepw1jScjKB+rhQ==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 /@protobufjs/aspromise@1.1.2: resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} @@ -10922,9 +11416,9 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -10935,12 +11429,26 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /@rc-component/portal@1.1.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-m8w3dFXX0H6UkJ4wtfrSwhe2/6M08uz24HHrF8pWfAXPwA9hwCuTE5per/C86KwNLouRpwFGcr7LfpHaa1F38g==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /@reach/router@1.3.4(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} peerDependencies: @@ -11076,13 +11584,13 @@ packages: '@react-native-community/cli-tools': 10.1.1 chalk: 4.1.2 execa: 1.0.0 - fast-xml-parser: 4.2.2 + fast-xml-parser: 4.2.4 glob: 7.2.3 ora: 5.4.1 transitivePeerDependencies: - encoding - /@react-native-community/cli-plugin-metro@10.2.2(@babel/core@7.21.8): + /@react-native-community/cli-plugin-metro@10.2.2(@babel/core@7.22.5): resolution: {integrity: sha512-sTGjZlD3OGqbF9v1ajwUIXhGmjw9NyJ/14Lo0sg7xH8Pv4qUd5ZvQ6+DWYrQn3IKFUMfGFWYyL81ovLuPylrpw==} dependencies: '@react-native-community/cli-server-api': 10.1.1 @@ -11092,7 +11600,7 @@ packages: metro: 0.73.9 metro-config: 0.73.9 metro-core: 0.73.9 - metro-react-native-babel-transformer: 0.73.9(@babel/core@7.21.8) + metro-react-native-babel-transformer: 0.73.9(@babel/core@7.22.5) metro-resolver: 0.73.9 metro-runtime: 0.73.9 readline: 1.3.0 @@ -11128,7 +11636,7 @@ packages: chalk: 4.1.2 find-up: 5.0.0 mime: 2.6.0 - node-fetch: 2.6.9 + node-fetch: 2.6.11 open: 6.4.0 ora: 5.4.1 semver: 6.3.0 @@ -11141,7 +11649,7 @@ packages: dependencies: joi: 17.9.2 - /@react-native-community/cli@10.2.2(@babel/core@7.21.8): + /@react-native-community/cli@10.2.2(@babel/core@7.22.5): resolution: {integrity: sha512-aZVcVIqj+OG6CrliR/Yn8wHxrvyzbFBY9cj7n0MvRw/P54QUru2nNqUTSSbqv0Qaa297yHJbe6kFDojDMSTM8Q==} engines: {node: '>=14'} hasBin: true @@ -11151,7 +11659,7 @@ packages: '@react-native-community/cli-debugger-ui': 10.0.0 '@react-native-community/cli-doctor': 10.2.2 '@react-native-community/cli-hermes': 10.2.0 - '@react-native-community/cli-plugin-metro': 10.2.2(@babel/core@7.21.8) + '@react-native-community/cli-plugin-metro': 10.2.2(@babel/core@7.22.5) '@react-native-community/cli-server-api': 10.1.1 '@react-native-community/cli-tools': 10.1.1 '@react-native-community/cli-types': 10.0.0 @@ -11244,7 +11752,7 @@ packages: react: 17.0.2 dev: true - /@react-spring/konva@9.3.2(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2): + /@react-spring/konva@9.3.2(konva@9.2.0)(react-konva@16.8.6)(react@17.0.2): resolution: {integrity: sha512-LLpmj6bj7Z2LYZDM75JkQ+dNasvdH56+th7VXcoMcOouAcogfI+iJ5tIFFz4yI2f2oTJzy/RkjeovmHMYIP+KQ==} peerDependencies: konva: '>=2.6' @@ -11255,12 +11763,12 @@ packages: '@react-spring/core': 9.3.2(react@17.0.2) '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 - konva: 9.0.1 + konva: 9.2.0 react: 17.0.2 - react-konva: 16.8.6(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2) + react-konva: 16.8.6(konva@9.2.0)(react-dom@17.0.2)(react@17.0.2) dev: false - /@react-spring/konva@9.4.5(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2): + /@react-spring/konva@9.4.5(konva@9.2.0)(react-konva@16.8.6)(react@17.0.2): resolution: {integrity: sha512-b3wTs7YT5102+Gs488r2JCNBoyZQd+SWg35AdxmiI6FARBFvBjIA0z7VJx8ILAlmTVBows5UwiDWvk2vmWmLLw==} peerDependencies: konva: '>=2.6' @@ -11271,12 +11779,12 @@ packages: '@react-spring/core': 9.4.5(react@17.0.2) '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 - konva: 9.0.1 + konva: 9.2.0 react: 17.0.2 - react-konva: 16.8.6(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2) + react-konva: 16.8.6(konva@9.2.0)(react-dom@17.0.2)(react@17.0.2) dev: false - /@react-spring/konva@9.7.2(konva@9.0.1)(react-konva@18.2.8)(react@17.0.2): + /@react-spring/konva@9.7.2(konva@9.2.0)(react-konva@18.2.9)(react@17.0.2): resolution: {integrity: sha512-xMA0XkIyv02euso8BGlLA4iXVJ76p6WCjABMTjdvcp//KvIub596vLwoLzmqHYjqRhH7BP4UQKxzhHvM7AylQA==} peerDependencies: konva: '>=2.6' @@ -11287,12 +11795,12 @@ packages: '@react-spring/core': 9.7.2(react@17.0.2) '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 - konva: 9.0.1 + konva: 9.2.0 react: 17.0.2 - react-konva: 18.2.8(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2) + react-konva: 18.2.9(konva@9.2.0)(react-dom@17.0.2)(react@17.0.2) dev: true - /@react-spring/native@9.3.2(react-native@0.71.7)(react@17.0.2): + /@react-spring/native@9.3.2(react-native@0.71.10)(react@17.0.2): resolution: {integrity: sha512-UQS07N639JIEJBGNGiFre6el6Sk5QEcOQeyBFyA7JmT4ewpRH7mM6JQ7Sd3DNduplsFmypIsWg+9+lmE2d52Rw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || 17 @@ -11303,10 +11811,10 @@ packages: '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 react: 17.0.2 - react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) + react-native: 0.71.10(@babel/core@7.22.5)(@babel/preset-env@7.22.5)(react@17.0.2) dev: false - /@react-spring/native@9.4.5(react-native@0.71.7)(react@17.0.2): + /@react-spring/native@9.4.5(react-native@0.71.10)(react@17.0.2): resolution: {integrity: sha512-11GcqFZfIhOOVQI25FcDLdeJLOSVOgIh2AF6WMXpCNWguhIv6N33zLL8d4cYfhYhsLOVXprU/8uefNorj7/h3g==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 @@ -11317,10 +11825,10 @@ packages: '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 react: 17.0.2 - react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) + react-native: 0.71.10(@babel/core@7.22.5)(@babel/preset-env@7.22.5)(react@17.0.2) dev: false - /@react-spring/native@9.7.2(react-native@0.71.7)(react@17.0.2): + /@react-spring/native@9.7.2(react-native@0.71.10)(react@17.0.2): resolution: {integrity: sha512-Ltq/F+4jY7aqHW1/f1xUb+e3XGbVxnllXfDYU+3nXi4sa7O+du755hpNbCHJ5ZgtkQYFKtQ7I+InTY+CDXPYfw==} peerDependencies: react: ^16.8.0 || >=17.0.0 || >=18.0.0 || 17 @@ -11331,7 +11839,7 @@ packages: '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 react: 17.0.2 - react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) + react-native: 0.71.10(@babel/core@7.22.5)(@babel/preset-env@7.22.5)(react@17.0.2) dev: true /@react-spring/rafz@9.3.2: @@ -11376,7 +11884,7 @@ packages: react: 17.0.2 dev: true - /@react-spring/three@9.3.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0): + /@react-spring/three@9.3.2(@react-three/fiber@8.13.1)(react@17.0.2)(three@0.135.0): resolution: {integrity: sha512-nZHHjOl4GksoOFNTwvP4h5bACm5OymCUsR3nejWFigqCPep8prUHaawX4kZRwfUbWTYgkp15yM5hy7BkWNN16A==} peerDependencies: '@react-three/fiber': '>=6.0' @@ -11387,12 +11895,12 @@ packages: '@react-spring/core': 9.3.2(react@17.0.2) '@react-spring/shared': 9.3.2(react@17.0.2) '@react-spring/types': 9.3.2 - '@react-three/fiber': 8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.135.0) + '@react-three/fiber': 8.13.1(react-dom@17.0.2)(react-native@0.71.10)(react@17.0.2)(three@0.135.0) react: 17.0.2 three: 0.135.0 dev: false - /@react-spring/three@9.4.5(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.139.2): + /@react-spring/three@9.4.5(@react-three/fiber@8.13.1)(react@17.0.2)(three@0.139.2): resolution: {integrity: sha512-mArxfIhg9kyFL/8Y09TarS/ZKLd/qAWS4T3Ro/B46ILPfPnoPywDdw9/rknZihy/tslnviCgMrB4pZ29X1Dfxw==} peerDependencies: '@react-three/fiber': '>=6.0' @@ -11403,12 +11911,12 @@ packages: '@react-spring/core': 9.4.5(react@17.0.2) '@react-spring/shared': 9.4.5(react@17.0.2) '@react-spring/types': 9.4.5 - '@react-three/fiber': 8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.139.2) + '@react-three/fiber': 8.13.1(react-dom@17.0.2)(react-native@0.71.10)(react@17.0.2)(three@0.139.2) react: 17.0.2 three: 0.139.2 dev: false - /@react-spring/three@9.7.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0): + /@react-spring/three@9.7.2(@react-three/fiber@8.13.1)(react@17.0.2)(three@0.135.0): resolution: {integrity: sha512-u7VAjc+az82PM+WOC2sTbZQLBixuN+0jX/oahzyjEnIds5eUJgaBqZRYAAEMupuzGGl8H3QqL3bFgBEQLq6ADQ==} peerDependencies: '@react-three/fiber': '>=6.0' @@ -11419,7 +11927,7 @@ packages: '@react-spring/core': 9.7.2(react@17.0.2) '@react-spring/shared': 9.7.2(react@17.0.2) '@react-spring/types': 9.7.2 - '@react-three/fiber': 8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.135.0) + '@react-three/fiber': 8.13.1(react-dom@17.0.2)(react-native@0.71.10)(react@17.0.2)(three@0.135.0) react: 17.0.2 three: 0.135.0 dev: true @@ -11532,8 +12040,8 @@ packages: zdog: 1.1.3 dev: true - /@react-three/fiber@8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.135.0): - resolution: {integrity: sha512-hPFzFNgikEMyEbL+NpSA7q+UWZxInrrkJldWaCR2w34Fwf20x9p68bsyN0/yn9oM2VlWoJcJjR8hw1tN9AxHuA==} + /@react-three/fiber@8.13.1(react-dom@17.0.2)(react-native@0.71.10)(react@17.0.2)(three@0.135.0): + resolution: {integrity: sha512-ivaYpzJkK3P8we1c9ayXFgxvmMRfITfMLoORs/KZAYd9l46eS6WBl8cFtfxisueGiTN7rQx8IiAkK9onkloXFQ==} peerDependencies: expo: '>=43.0' expo-asset: '>=8.4' @@ -11554,12 +12062,12 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/react-reconciler': 0.26.7 its-fine: 1.1.1(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) + react-native: 0.71.10(@babel/core@7.22.5)(@babel/preset-env@7.22.5)(react@17.0.2) react-reconciler: 0.27.0(react@17.0.2) react-use-measure: 2.1.1(react-dom@17.0.2)(react@17.0.2) scheduler: 0.21.0 @@ -11567,8 +12075,8 @@ packages: three: 0.135.0 zustand: 3.7.2(react@17.0.2) - /@react-three/fiber@8.13.0(react-dom@17.0.2)(react-native@0.71.7)(react@17.0.2)(three@0.139.2): - resolution: {integrity: sha512-hPFzFNgikEMyEbL+NpSA7q+UWZxInrrkJldWaCR2w34Fwf20x9p68bsyN0/yn9oM2VlWoJcJjR8hw1tN9AxHuA==} + /@react-three/fiber@8.13.1(react-dom@17.0.2)(react-native@0.71.10)(react@17.0.2)(three@0.139.2): + resolution: {integrity: sha512-ivaYpzJkK3P8we1c9ayXFgxvmMRfITfMLoORs/KZAYd9l46eS6WBl8cFtfxisueGiTN7rQx8IiAkK9onkloXFQ==} peerDependencies: expo: '>=43.0' expo-asset: '>=8.4' @@ -11589,12 +12097,12 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/react-reconciler': 0.26.7 its-fine: 1.1.1(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-native: 0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2) + react-native: 0.71.10(@babel/core@7.22.5)(@babel/preset-env@7.22.5)(react@17.0.2) react-reconciler: 0.27.0(react@17.0.2) react-use-measure: 2.1.1(react-dom@17.0.2)(react@17.0.2) scheduler: 0.21.0 @@ -11611,8 +12119,8 @@ packages: react: 17.0.2 dev: true - /@remix-run/router@1.6.1: - resolution: {integrity: sha512-YUkWj+xs0oOzBe74OgErsuR3wVn+efrFhXBWrit50kOiED+pvQe2r6MWY0iJMQU/mSVKxvNzL4ZaYvjdX+G7ZA==} + /@remix-run/router@1.6.3: + resolution: {integrity: sha512-EXJysQ7J3veRECd0kZFQwYYd5sJMcq2O/m60zu1W2l3oVQ9xtub8jTOtYRE0+M2iomyG/W3Ps7+vp2kna0C27Q==} engines: {node: '>=14'} /@rollup/plugin-babel@5.3.1(@babel/core@7.18.2)(rollup@2.33.3): @@ -11627,7 +12135,7 @@ packages: optional: true dependencies: '@babel/core': 7.18.2 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.22.5 '@rollup/pluginutils': 3.1.0(rollup@2.33.3) rollup: 2.33.3 dev: true @@ -11799,15 +12307,15 @@ packages: type-detect: 4.0.8 dev: false - /@sinonjs/commons@2.0.0: - resolution: {integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==} + /@sinonjs/commons@3.0.0: + resolution: {integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==} dependencies: type-detect: 4.0.8 - /@sinonjs/fake-timers@10.0.2: - resolution: {integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==} + /@sinonjs/fake-timers@10.2.0: + resolution: {integrity: sha512-OPwQlEdg40HAj5KNF8WW6q2KG4Z+cBCZb3m4ninfTZKaBmbIJodviQsDBoYMPHkOyJJMHnOJo5j2+LKDOhOACg==} dependencies: - '@sinonjs/commons': 2.0.0 + '@sinonjs/commons': 3.0.0 /@sinonjs/fake-timers@6.0.1: resolution: {integrity: sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==} @@ -11815,17 +12323,17 @@ packages: '@sinonjs/commons': 1.8.6 dev: false - /@storybook/addon-a11y@5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11): + /@storybook/addon-a11y@5.3.22(@types/react@17.0.61)(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-8NVcPaKbeslmyB+nWWGsOqASDubRvXUXr6AR8aohKi+/3lvCrb4L2USC8Ncn2Ce4Nqr1zjlg0XxCxpGdkGJDcQ==} dependencies: '@storybook/addons': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.22 - '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) + '@storybook/components': 5.3.22(@types/react@17.0.61)(react-dom@16.14.0)(react@16.14.0) '@storybook/core-events': 5.3.22 '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@16.14.0) axe-core: 3.5.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 memoizerific: 1.11.3 react: 16.14.0 @@ -11841,17 +12349,17 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-a11y@5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11): + /@storybook/addon-a11y@5.3.22(@types/react@17.0.61)(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-8NVcPaKbeslmyB+nWWGsOqASDubRvXUXr6AR8aohKi+/3lvCrb4L2USC8Ncn2Ce4Nqr1zjlg0XxCxpGdkGJDcQ==} dependencies: '@storybook/addons': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.22 - '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0) + '@storybook/components': 5.3.22(@types/react@17.0.61)(react-dom@17.0.2)(react@16.14.0) '@storybook/core-events': 5.3.22 '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@16.14.0) axe-core: 3.5.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 memoizerific: 1.11.3 react: 16.14.0 @@ -11867,16 +12375,16 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-actions@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11): + /@storybook/addon-actions@5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g==} dependencies: '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@16.14.0) '@storybook/core-events': 5.3.21 '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) - core-js: 3.30.1 + core-js: 3.31.0 fast-deep-equal: 2.0.1 global: 4.4.0 polished: 3.7.2 @@ -11890,16 +12398,16 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-actions@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11): + /@storybook/addon-actions@5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-6SAF/j8UBZaAbRz/rYUlcCXda+c4LQvvNlbVJc9GHjNNNMJQQVc3/EU+M7PyFz6uDUxudAW1+AFchGk04ACJ2g==} dependencies: '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@16.14.0) '@storybook/core-events': 5.3.21 '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@16.14.0) - core-js: 3.30.1 + core-js: 3.31.0 fast-deep-equal: 2.0.1 global: 4.4.0 polished: 3.7.2 @@ -11918,11 +12426,11 @@ packages: peerDependencies: '@storybook/addon-actions': '*' dependencies: - '@storybook/addon-actions': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/addon-actions': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(regenerator-runtime@0.13.11) global: 4.4.0 dev: true - /@storybook/addon-knobs@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): + /@storybook/addon-knobs@5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw==} deprecated: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls peerDependencies: @@ -11931,18 +12439,18 @@ packages: '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2) '@storybook/core-events': 5.3.21 '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) '@types/react-color': 3.0.6 copy-to-clipboard: 3.3.3 - core-js: 3.30.1 + core-js: 3.31.0 escape-html: 1.0.3 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.21 prop-types: 15.8.1 - qs: 6.11.1 + qs: 6.11.2 react: 17.0.2 react-color: 2.19.3(react@17.0.2) react-lifecycles-compat: 3.0.4 @@ -11953,7 +12461,7 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-knobs@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): + /@storybook/addon-knobs@5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-w1g61n2j87i3bzBltNl64u2hH06xQHKitfWWKBfRCiy1plC1hjZQ31GiUrA7uLUrD4NUx3GNO9dw0cDTnIIHRw==} deprecated: deprecating @storybook/addon-knobs in favor of @storybook/addon-controls peerDependencies: @@ -11962,18 +12470,18 @@ packages: '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) '@storybook/core-events': 5.3.21 '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) '@types/react-color': 3.0.6 copy-to-clipboard: 3.3.3 - core-js: 3.30.1 + core-js: 3.31.0 escape-html: 1.0.3 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.21 prop-types: 15.8.1 - qs: 6.11.1 + qs: 6.11.2 react: 17.0.2 react-color: 2.19.3(react@17.0.2) react-lifecycles-compat: 3.0.4 @@ -11994,10 +12502,10 @@ packages: '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 prop-types: 15.8.1 - qs: 6.11.1 + qs: 6.11.2 react: 17.0.2 ts-dedent: 1.2.0 transitivePeerDependencies: @@ -12015,10 +12523,10 @@ packages: '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 prop-types: 15.8.1 - qs: 6.11.1 + qs: 6.11.2 react: 17.0.2 ts-dedent: 1.2.0 transitivePeerDependencies: @@ -12026,7 +12534,7 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-notes@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): + /@storybook/addon-notes@5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-lPqIm8LDOqHpfoLeBNCObNfoI2ZMDuBILJAgfCYMy0D+uJbxUi2oAVayxNAZJNuCooMLcb90gc3kMoSVbmW8Sw==} peerDependencies: react: '*' @@ -12034,11 +12542,11 @@ packages: '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2) '@storybook/core-events': 5.3.21 '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 markdown-to-jsx: 6.11.4(react@17.0.2) memoizerific: 1.11.3 @@ -12051,7 +12559,7 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-notes@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): + /@storybook/addon-notes@5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11): resolution: {integrity: sha512-lPqIm8LDOqHpfoLeBNCObNfoI2ZMDuBILJAgfCYMy0D+uJbxUi2oAVayxNAZJNuCooMLcb90gc3kMoSVbmW8Sw==} peerDependencies: react: '*' @@ -12059,11 +12567,11 @@ packages: '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) '@storybook/core-events': 5.3.21 '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 markdown-to-jsx: 6.11.4(react@17.0.2) memoizerific: 1.11.3 @@ -12082,7 +12590,7 @@ packages: react: '*' dependencies: '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) - core-js: 3.30.1 + core-js: 3.31.0 react: 17.0.2 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -12096,7 +12604,7 @@ packages: react: '*' dependencies: '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) - core-js: 3.30.1 + core-js: 3.31.0 react: 17.0.2 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -12104,18 +12612,18 @@ packages: - regenerator-runtime dev: true - /@storybook/addon-storysource@5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2): + /@storybook/addon-storysource@5.3.21(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-xndADOr74/Jf6Dy5bzV/cxmmXZBk4nted5O2fPGGnNIyvG24TPnJcQvPQfiHcC1Br/wW3HMgBcyQp3cT+UhXcg==} peerDependencies: '@storybook/source-loader': '*' react: '*' dependencies: '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2) '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) - '@storybook/source-loader': 7.0.9(react-dom@16.14.0)(react@17.0.2) + '@storybook/source-loader': 7.0.20(react-dom@16.14.0)(react@17.0.2) '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) - core-js: 3.30.1 + core-js: 3.31.0 estraverse: 4.3.0 loader-utils: 1.4.2 prettier: 1.19.1 @@ -12129,18 +12637,18 @@ packages: - react-dom dev: true - /@storybook/addon-storysource@5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): + /@storybook/addon-storysource@5.3.21(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-xndADOr74/Jf6Dy5bzV/cxmmXZBk4nted5O2fPGGnNIyvG24TPnJcQvPQfiHcC1Br/wW3HMgBcyQp3cT+UhXcg==} peerDependencies: '@storybook/source-loader': '*' react: '*' dependencies: '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) - '@storybook/source-loader': 7.0.9(react-dom@17.0.2)(react@17.0.2) + '@storybook/source-loader': 7.0.20(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) - core-js: 3.30.1 + core-js: 3.31.0 estraverse: 4.3.0 loader-utils: 1.4.2 prettier: 1.19.1 @@ -12161,7 +12669,7 @@ packages: '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -12176,7 +12684,7 @@ packages: '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -12191,7 +12699,7 @@ packages: '@storybook/channels': 5.3.22 '@storybook/client-logger': 5.3.22 '@storybook/core-events': 5.3.22 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -12206,7 +12714,7 @@ packages: '@storybook/channels': 5.3.22 '@storybook/client-logger': 5.3.22 '@storybook/core-events': 5.3.22 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 util-deprecate: 1.0.2 transitivePeerDependencies: @@ -12227,7 +12735,7 @@ packages: '@storybook/router': 5.3.21(react-dom@16.14.0)(react@16.14.0) '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.21 @@ -12257,7 +12765,7 @@ packages: '@storybook/router': 5.3.21(react-dom@17.0.2)(react@16.14.0) '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@16.14.0) '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.21 @@ -12287,7 +12795,7 @@ packages: '@storybook/router': 5.3.22(react-dom@16.14.0)(react@16.14.0) '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@16.14.0) '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.21 @@ -12317,7 +12825,7 @@ packages: '@storybook/router': 5.3.22(react-dom@17.0.2)(react@16.14.0) '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@16.14.0) '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 fast-deep-equal: 2.0.1 global: 4.4.0 lodash: 4.17.21 @@ -12339,7 +12847,7 @@ packages: dependencies: '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 telejson: 3.3.0 dev: true @@ -12347,29 +12855,29 @@ packages: /@storybook/channels@5.3.21: resolution: {integrity: sha512-OXoFs9XtBVg/cCk6lYMrxkzaNlJRf54ABdorp7YAAj7S9tRL1JxOZHxmjNQwEoiRvssmem2rAWtEAxfuEANsAA==} dependencies: - core-js: 3.30.1 + core-js: 3.31.0 dev: true /@storybook/channels@5.3.22: resolution: {integrity: sha512-g09qHs5nzn0dK8n65mISwYKC5fZ9OC+ZUIweSX2BHleiuRbYx5xXqptgp+CBLei1Nqu/7GlOM6UFfWQGIsa3GQ==} dependencies: - core-js: 3.30.1 + core-js: 3.31.0 dev: true - /@storybook/channels@7.0.9: - resolution: {integrity: sha512-LF/Mkr0/+VOawEAospLGUcfZIPak3yV/ZjEAe/lubvLPJ6s2FFOjDUsyDIa2oM4ZE9TI6AGVN51kddVToelM8A==} + /@storybook/channels@7.0.20: + resolution: {integrity: sha512-AL5GGSQ8WTDUoh3gitKEzo3fu7Vq5okXq2pAknAZlQA2Oio+HHO5nMeXvOfGdvo/tzbpNE3n5utmCJz006xrCA==} dev: true /@storybook/cli@5.3.22(jest@29.5.0): resolution: {integrity: sha512-tLHYlKaOqllr4bUNiupB6bDRZ3CjQsU39C8xIP0kGPSZ+2jxxn/x/Z7prszfiP7Iphqp8oqUKO7HtdUBbiuSkg==} hasBin: true dependencies: - '@babel/core': 7.21.8 - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) '@storybook/codemod': 5.3.22(jest@29.5.0) chalk: 3.0.0 commander: 4.1.1 - core-js: 3.30.1 + core-js: 3.31.0 cross-spawn: 7.0.3 didyoumean: 1.2.2 envinfo: 7.8.1 @@ -12398,14 +12906,14 @@ packages: '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.18.0 - core-js: 3.30.1 + '@types/webpack-env': 1.18.1 + core-js: 3.31.0 eventemitter3: 4.0.7 global: 4.4.0 is-plain-object: 3.0.1 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 stable: 0.1.8 ts-dedent: 1.2.0 util-deprecate: 1.0.2 @@ -12423,14 +12931,14 @@ packages: '@storybook/client-logger': 5.3.21 '@storybook/core-events': 5.3.21 '@storybook/csf': 0.0.1 - '@types/webpack-env': 1.18.0 - core-js: 3.30.1 + '@types/webpack-env': 1.18.1 + core-js: 3.31.0 eventemitter3: 4.0.7 global: 4.4.0 is-plain-object: 3.0.1 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 stable: 0.1.8 ts-dedent: 1.2.0 util-deprecate: 1.0.2 @@ -12442,13 +12950,13 @@ packages: /@storybook/client-logger@5.3.21: resolution: {integrity: sha512-OzQkwpZ5SK9cXD9Mv6lxPGPot+hSZvnkEW12kpt1AHfJz4ET26YTDOI3oetPsjfRJo6qYLeQX8+wF7rklfXbzA==} dependencies: - core-js: 3.30.1 + core-js: 3.31.0 dev: true /@storybook/client-logger@5.3.22: resolution: {integrity: sha512-kcAm56izhmN3ulOJf0YRPNSmG9OUUqSfFx5K3hrBUaSImpBU6XTweFLsPhcXK77RTVpdf+aumkw4prEyicJzww==} dependencies: - core-js: 3.30.1 + core-js: 3.31.0 dev: true /@storybook/codemod@5.3.22(jest@29.5.0): @@ -12457,7 +12965,7 @@ packages: '@mdx-js/mdx': 1.6.22 '@storybook/csf': 0.0.1 '@storybook/node-logger': 5.3.22 - core-js: 3.30.1 + core-js: 3.31.0 cross-spawn: 7.0.3 globby: 11.1.0 jest-specific-snapshot: 2.0.0(jest@29.5.0) @@ -12471,7 +12979,7 @@ packages: - supports-color dev: true - /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0): + /@storybook/components@5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' @@ -12481,7 +12989,7 @@ packages: '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 markdown-to-jsx: 6.11.4(react@16.14.0) @@ -12491,7 +12999,7 @@ packages: prop-types: 15.8.1 react: 16.14.0 react-dom: 16.14.0(react@17.0.2) - react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-focus-lock: 2.9.4(@types/react@17.0.61)(react@16.14.0) react-helmet-async: 1.3.0(react-dom@16.14.0)(react@16.14.0) react-popper-tooltip: 2.11.1(react-dom@16.14.0)(react@16.14.0) react-syntax-highlighter: 11.0.3(react@16.14.0) @@ -12502,7 +13010,7 @@ packages: - '@types/react' dev: true - /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2): + /@storybook/components@5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' @@ -12512,7 +13020,7 @@ packages: '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 markdown-to-jsx: 6.11.4(react@17.0.2) @@ -12522,7 +13030,7 @@ packages: prop-types: 15.8.1 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - react-focus-lock: 2.9.4(@types/react@17.0.58)(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.61)(react@17.0.2) react-helmet-async: 1.3.0(react-dom@16.14.0)(react@17.0.2) react-popper-tooltip: 2.11.1(react-dom@16.14.0)(react@17.0.2) react-syntax-highlighter: 11.0.3(react@17.0.2) @@ -12533,7 +13041,7 @@ packages: - '@types/react' dev: true - /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0): + /@storybook/components@5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' @@ -12543,7 +13051,7 @@ packages: '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 markdown-to-jsx: 6.11.4(react@16.14.0) @@ -12553,7 +13061,7 @@ packages: prop-types: 15.8.1 react: 16.14.0 react-dom: 17.0.2(react@17.0.2) - react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-focus-lock: 2.9.4(@types/react@17.0.61)(react@16.14.0) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@16.14.0) react-popper-tooltip: 2.11.1(react-dom@17.0.2)(react@16.14.0) react-syntax-highlighter: 11.0.3(react@16.14.0) @@ -12564,7 +13072,7 @@ packages: - '@types/react' dev: true - /@storybook/components@5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): + /@storybook/components@5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-42QQk6qZl6wrtajP8yNCfmNS2t8Iod5QY+4V/l6iNnnT9O+j6cWOlnO+ZyvjNv0Xm0zIOt+VyVjdkKh8FUjQmA==} peerDependencies: react: '*' @@ -12574,7 +13082,7 @@ packages: '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 markdown-to-jsx: 6.11.4(react@17.0.2) @@ -12584,7 +13092,7 @@ packages: prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-focus-lock: 2.9.4(@types/react@17.0.58)(react@17.0.2) + react-focus-lock: 2.9.4(@types/react@17.0.61)(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) react-popper-tooltip: 2.11.1(react-dom@17.0.2)(react@17.0.2) react-syntax-highlighter: 11.0.3(react@17.0.2) @@ -12595,7 +13103,7 @@ packages: - '@types/react' dev: true - /@storybook/components@5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0): + /@storybook/components@5.3.22(@types/react@17.0.61)(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-BryiizAjE3uXrK6AYX85HN6aFrzaaXu6BB5AtuEnxYFhGkOTzHKR7wCPSBa/bZzrIdjqmnXDPQIceXu/Yz/X6Q==} peerDependencies: react: '*' @@ -12605,7 +13113,7 @@ packages: '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 markdown-to-jsx: 6.11.4(react@16.14.0) @@ -12615,7 +13123,7 @@ packages: prop-types: 15.8.1 react: 16.14.0 react-dom: 16.14.0(react@17.0.2) - react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-focus-lock: 2.9.4(@types/react@17.0.61)(react@16.14.0) react-helmet-async: 1.3.0(react-dom@16.14.0)(react@16.14.0) react-popper-tooltip: 2.11.1(react-dom@16.14.0)(react@16.14.0) react-syntax-highlighter: 11.0.3(react@16.14.0) @@ -12626,7 +13134,7 @@ packages: - '@types/react' dev: true - /@storybook/components@5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0): + /@storybook/components@5.3.22(@types/react@17.0.61)(react-dom@17.0.2)(react@16.14.0): resolution: {integrity: sha512-BryiizAjE3uXrK6AYX85HN6aFrzaaXu6BB5AtuEnxYFhGkOTzHKR7wCPSBa/bZzrIdjqmnXDPQIceXu/Yz/X6Q==} peerDependencies: react: '*' @@ -12636,7 +13144,7 @@ packages: '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@16.14.0) '@types/react-syntax-highlighter': 11.0.4 '@types/react-textarea-autosize': 4.3.6 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 markdown-to-jsx: 6.11.4(react@16.14.0) @@ -12646,7 +13154,7 @@ packages: prop-types: 15.8.1 react: 16.14.0 react-dom: 17.0.2(react@17.0.2) - react-focus-lock: 2.9.4(@types/react@17.0.58)(react@16.14.0) + react-focus-lock: 2.9.4(@types/react@17.0.61)(react@16.14.0) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@16.14.0) react-popper-tooltip: 2.11.1(react-dom@17.0.2)(react@16.14.0) react-syntax-highlighter: 11.0.3(react@16.14.0) @@ -12660,16 +13168,16 @@ packages: /@storybook/core-events@5.3.21: resolution: {integrity: sha512-/Zsm1sKAh6pzQv8jQUmuhM7nuM01ZljIRKy8p2HjPNlMjDB5yaRkBfyeAUXUg+qXNI6aHVWa4jGdPEdwwY4oLA==} dependencies: - core-js: 3.30.1 + core-js: 3.31.0 dev: true /@storybook/core-events@5.3.22: resolution: {integrity: sha512-dGRIMwbX47dTBe5Bc9jI9+iABwSFgQPvZXb56uvPsNBUd7/fDfryqSVrc/YfiQzhs0YS1IN6NCKEbOGbNRbpvg==} dependencies: - core-js: 3.30.1 + core-js: 3.31.0 dev: true - /@storybook/core@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /@storybook/core@5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA==} peerDependencies: '@babel/core': '*' @@ -12677,12 +13185,12 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/channel-postmessage': 5.3.21 '@storybook/client-api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) @@ -12692,11 +13200,11 @@ packages: '@storybook/node-logger': 5.3.21 '@storybook/router': 5.3.21(react-dom@16.14.0)(react@17.0.2) '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@17.0.2) - '@storybook/ui': 5.3.21(@types/react@17.0.58) + '@storybook/ui': 5.3.21(@types/react@17.0.61) airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 autoprefixer: 9.8.8 - babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0) babel-plugin-add-react-displayname: 0.0.5 babel-plugin-emotion: 10.2.2 babel-plugin-macros: 2.8.0 @@ -12706,7 +13214,7 @@ packages: chalk: 3.0.0 cli-table3: 0.5.1 commander: 4.1.1 - core-js: 3.30.1 + core-js: 3.31.0 corejs-upgrade-webpack-plugin: 2.2.0(webpack-cli@4.10.0) css-loader: 3.6.0(webpack@4.46.0) detect-port: 1.5.1 @@ -12727,13 +13235,13 @@ packages: json5: 2.2.3 lazy-universal-dotenv: 3.0.1 micromatch: 4.0.5 - node-fetch: 2.6.9 + node-fetch: 2.6.11 open: 7.4.2 pnp-webpack-plugin: 1.5.0(typescript@4.9.5) postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 - qs: 6.11.1 + qs: 6.11.2 raw-loader: 3.1.0(webpack@4.46.0) react: 17.0.2 react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) @@ -12766,7 +13274,7 @@ packages: - webpack-command dev: true - /@storybook/core@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /@storybook/core@5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-plD47WIsn/JoyRJDOpmH7N7mEMo/jiA8ZlOitLW55zYvzUn8UrVpRFpMYo91OJxiCT6JFoaEh3XtNdhbgUwnPA==} peerDependencies: '@babel/core': '*' @@ -12774,12 +13282,12 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/channel-postmessage': 5.3.21 '@storybook/client-api': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) @@ -12789,11 +13297,11 @@ packages: '@storybook/node-logger': 5.3.21 '@storybook/router': 5.3.21(react-dom@17.0.2)(react@17.0.2) '@storybook/theming': 5.3.21(react-dom@17.0.2)(react@17.0.2) - '@storybook/ui': 5.3.21(@types/react@17.0.58) + '@storybook/ui': 5.3.21(@types/react@17.0.61) airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 autoprefixer: 9.8.8 - babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0) babel-plugin-add-react-displayname: 0.0.5 babel-plugin-emotion: 10.2.2 babel-plugin-macros: 2.8.0 @@ -12803,7 +13311,7 @@ packages: chalk: 3.0.0 cli-table3: 0.5.1 commander: 4.1.1 - core-js: 3.30.1 + core-js: 3.31.0 corejs-upgrade-webpack-plugin: 2.2.0(webpack-cli@4.10.0) css-loader: 3.6.0(webpack@4.46.0) detect-port: 1.5.1 @@ -12824,13 +13332,13 @@ packages: json5: 2.2.3 lazy-universal-dotenv: 3.0.1 micromatch: 4.0.5 - node-fetch: 2.6.9 + node-fetch: 2.6.11 open: 7.4.2 pnp-webpack-plugin: 1.5.0(typescript@4.9.5) postcss-flexbugs-fixes: 4.2.1 postcss-loader: 3.0.0 pretty-hrtime: 1.0.3 - qs: 6.11.1 + qs: 6.11.2 raw-loader: 3.1.0(webpack@4.46.0) react: 17.0.2 react-dev-utils: 9.1.0(eslint@7.32.0)(typescript@4.9.5)(webpack@4.46.0) @@ -12869,8 +13377,8 @@ packages: lodash: 4.17.21 dev: true - /@storybook/csf@0.1.0: - resolution: {integrity: sha512-uk+jMXCZ8t38jSTHk2o5btI+aV2Ksbvl6DoOv3r6VaCM1KZqeuMwtwywIQdflkA8/6q/dKT8z8L+g8hC4GC3VQ==} + /@storybook/csf@0.1.1: + resolution: {integrity: sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==} dependencies: type-fest: 2.19.0 dev: true @@ -12880,7 +13388,7 @@ packages: dependencies: '@types/npmlog': 4.1.4 chalk: 3.0.0 - core-js: 3.30.1 + core-js: 3.31.0 npmlog: 4.1.2 pretty-hrtime: 1.0.3 regenerator-runtime: 0.13.11 @@ -12891,13 +13399,13 @@ packages: dependencies: '@types/npmlog': 4.1.4 chalk: 3.0.0 - core-js: 3.30.1 + core-js: 3.31.0 npmlog: 4.1.2 pretty-hrtime: 1.0.3 regenerator-runtime: 0.13.11 dev: true - /@storybook/react@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /@storybook/react@5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA==} engines: {node: '>=8.0.0'} hasBin: true @@ -12907,20 +13415,20 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) - '@babel/preset-react': 7.18.6(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.5) + '@babel/preset-flow': 7.22.5(@babel/core@7.22.5) + '@babel/preset-react': 7.22.5(@babel/core@7.22.5) '@storybook/addons': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) - '@storybook/core': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + '@storybook/core': 5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) '@storybook/node-logger': 5.3.21 '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.18.0 - babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + '@types/webpack-env': 1.18.1 + babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0) babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8(@babel/core@7.21.8) + babel-plugin-named-asset-import: 0.3.8(@babel/core@7.22.5) babel-plugin-react-docgen: 4.2.1 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 mini-css-extract-plugin: 0.7.0(webpack@4.46.0) @@ -12944,7 +13452,7 @@ packages: - webpack-command dev: true - /@storybook/react@5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /@storybook/react@5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-A50F8dDZxyLGa/dE3q0Zxt7T5r9UbomoSclqw7oJTO9GI76QOu7GfsoWrEL2gTEDAmqXreLVQqGuTLQhBz0rlA==} engines: {node: '>=8.0.0'} hasBin: true @@ -12954,20 +13462,20 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) - '@babel/preset-react': 7.18.6(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.5) + '@babel/preset-flow': 7.22.5(@babel/core@7.22.5) + '@babel/preset-react': 7.22.5(@babel/core@7.22.5) '@storybook/addons': 5.3.21(react-dom@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/core': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + '@storybook/core': 5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) '@storybook/node-logger': 5.3.21 '@svgr/webpack': 4.3.3 - '@types/webpack-env': 1.18.0 - babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) + '@types/webpack-env': 1.18.1 + babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0) babel-plugin-add-react-displayname: 0.0.5 - babel-plugin-named-asset-import: 0.3.8(@babel/core@7.21.8) + babel-plugin-named-asset-import: 0.3.8(@babel/core@7.22.5) babel-plugin-react-docgen: 4.2.1 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 mini-css-extract-plugin: 0.7.0(webpack@4.46.0) @@ -13000,13 +13508,13 @@ packages: '@reach/router': 1.3.4(react-dom@16.14.0)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 react: 16.14.0 - react-dom: 16.14.0(react@17.0.2) + react-dom: 16.14.0(react@16.14.0) util-deprecate: 1.0.2 dev: true @@ -13019,11 +13527,11 @@ packages: '@reach/router': 1.3.4(react-dom@16.14.0)(react@17.0.2) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) util-deprecate: 1.0.2 @@ -13038,11 +13546,11 @@ packages: '@reach/router': 1.3.4(react-dom@17.0.2)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 react: 16.14.0 react-dom: 17.0.2(react@17.0.2) util-deprecate: 1.0.2 @@ -13057,11 +13565,11 @@ packages: '@reach/router': 1.3.4(react-dom@17.0.2)(react@17.0.2) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) util-deprecate: 1.0.2 @@ -13076,11 +13584,11 @@ packages: '@reach/router': 1.3.4(react-dom@16.14.0)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 react: 16.14.0 react-dom: 16.14.0(react@17.0.2) util-deprecate: 1.0.2 @@ -13095,24 +13603,24 @@ packages: '@reach/router': 1.3.4(react-dom@17.0.2)(react@16.14.0) '@storybook/csf': 0.0.1 '@types/reach__router': 1.3.11 - core-js: 3.30.1 + core-js: 3.31.0 global: 4.4.0 lodash: 4.17.21 memoizerific: 1.11.3 - qs: 6.11.1 + qs: 6.11.2 react: 16.14.0 react-dom: 17.0.2(react@17.0.2) util-deprecate: 1.0.2 dev: true - /@storybook/source-loader@7.0.9(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-u6LMlRnFeZQb/QCXisVNyabEV+ac/UgiGVQXlu2ExAR9cJPKc6s6RKBFn2Eq3FQcrz1kQu1cKKDkXoIn8Ps+VA==} + /@storybook/source-loader@7.0.20(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-IXboBXQkYrSMVbvjn0iT+4m3H6sJkA8SpKyJZSt2p5s7y1mkI6Wkyi+a7pH/BCwz08c1N9O0MlpTaNQJDyBnow==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/csf': 0.1.0 - '@storybook/types': 7.0.9 + '@storybook/csf': 0.1.1 + '@storybook/types': 7.0.20 estraverse: 5.3.0 lodash: 4.17.21 prettier: 2.8.8 @@ -13120,14 +13628,14 @@ packages: react-dom: 16.14.0(react@17.0.2) dev: true - /@storybook/source-loader@7.0.9(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-u6LMlRnFeZQb/QCXisVNyabEV+ac/UgiGVQXlu2ExAR9cJPKc6s6RKBFn2Eq3FQcrz1kQu1cKKDkXoIn8Ps+VA==} + /@storybook/source-loader@7.0.20(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-IXboBXQkYrSMVbvjn0iT+4m3H6sJkA8SpKyJZSt2p5s7y1mkI6Wkyi+a7pH/BCwz08c1N9O0MlpTaNQJDyBnow==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/csf': 0.1.0 - '@storybook/types': 7.0.9 + '@storybook/csf': 0.1.1 + '@storybook/types': 7.0.20 estraverse: 5.3.0 lodash: 4.17.21 prettier: 2.8.8 @@ -13144,7 +13652,7 @@ packages: '@emotion/core': 10.3.1(react@16.14.0) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) '@storybook/client-logger': 5.3.21 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 @@ -13152,7 +13660,7 @@ packages: polished: 3.7.2 prop-types: 15.8.1 react: 16.14.0 - react-dom: 16.14.0(react@17.0.2) + react-dom: 16.14.0(react@16.14.0) resolve-from: 5.0.0 ts-dedent: 1.2.0 dev: true @@ -13166,7 +13674,7 @@ packages: '@emotion/core': 10.3.1(react@17.0.2) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) '@storybook/client-logger': 5.3.21 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 @@ -13188,7 +13696,7 @@ packages: '@emotion/core': 10.3.1(react@16.14.0) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) '@storybook/client-logger': 5.3.21 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 @@ -13210,7 +13718,7 @@ packages: '@emotion/core': 10.3.1(react@17.0.2) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) '@storybook/client-logger': 5.3.21 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 @@ -13232,7 +13740,7 @@ packages: '@emotion/core': 10.3.1(react@16.14.0) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) '@storybook/client-logger': 5.3.22 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 @@ -13254,7 +13762,7 @@ packages: '@emotion/core': 10.3.1(react@17.0.2) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) '@storybook/client-logger': 5.3.22 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 @@ -13276,7 +13784,7 @@ packages: '@emotion/core': 10.3.1(react@16.14.0) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@16.14.0) '@storybook/client-logger': 5.3.22 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) global: 4.4.0 @@ -13298,7 +13806,7 @@ packages: '@emotion/core': 10.3.1(react@17.0.2) '@emotion/styled': 10.3.0(@emotion/core@10.3.1)(react@17.0.2) '@storybook/client-logger': 5.3.22 - core-js: 3.30.1 + core-js: 3.31.0 deep-object-diff: 1.1.9 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@17.0.2) global: 4.4.0 @@ -13311,16 +13819,16 @@ packages: ts-dedent: 1.2.0 dev: true - /@storybook/types@7.0.9: - resolution: {integrity: sha512-6aKrrsX3wgPMg9Nu3AK1GYmCZQiHqHv7l24ywNxZPv0T63rcpS86kWK4qVAywoaXGFc9GtRT+dz1rK8Fx50J9Q==} + /@storybook/types@7.0.20: + resolution: {integrity: sha512-Z7RhHRnhrPd2jXPZtjbOILj1QgylqlsD3cFIYMcSz3yvUvxLRx3BKCftXyFbIuxr0QoCJE38adRp7YGO9uJnQQ==} dependencies: - '@storybook/channels': 7.0.9 - '@types/babel__core': 7.20.0 + '@storybook/channels': 7.0.20 + '@types/babel__core': 7.20.1 '@types/express': 4.17.17 - file-system-cache: 2.1.1 + file-system-cache: 2.3.0 dev: true - /@storybook/ui@5.3.21(@types/react@17.0.58): + /@storybook/ui@5.3.21(@types/react@17.0.61): resolution: {integrity: sha512-OUf8JYY9LN+XfzLSZE6KtboITGDL6C8Z0W9QOXM5LJwFLv4PkANK/f9qsB5vVHFm7vhoO96butFzs6SjTKhxkw==} dependencies: '@emotion/core': 10.3.1(react@16.14.0) @@ -13328,13 +13836,13 @@ packages: '@storybook/api': 5.3.21(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/channels': 5.3.21 '@storybook/client-logger': 5.3.21 - '@storybook/components': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) + '@storybook/components': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@16.14.0) '@storybook/core-events': 5.3.21 '@storybook/router': 5.3.21(react-dom@16.14.0)(react@16.14.0) '@storybook/theming': 5.3.21(react-dom@16.14.0)(react@16.14.0) copy-to-clipboard: 3.3.3 - core-js: 3.30.1 - core-js-pure: 3.30.1 + core-js: 3.31.0 + core-js-pure: 3.31.0 emotion-theming: 10.3.0(@emotion/core@10.3.1)(react@16.14.0) fast-deep-equal: 2.0.1 fuse.js: 3.6.1 @@ -13344,7 +13852,7 @@ packages: memoizerific: 1.11.3 polished: 3.7.2 prop-types: 15.8.1 - qs: 6.11.1 + qs: 6.11.2 react: 16.14.0 react-dom: 16.14.0(react@16.14.0) react-draggable: 4.4.5(react-dom@16.14.0)(react@16.14.0) @@ -13368,7 +13876,7 @@ packages: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 postcss: 7.0.39 postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) transitivePeerDependencies: @@ -13400,13 +13908,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.21.8): + /@svgr/babel-plugin-add-jsx-attribute@6.5.1(@babel/core@7.22.5): resolution: {integrity: sha512-9PYGcXrAxitycIjRmZB+Q0JaN07GZIWaTBIGQzfaZv+qr1n8X1XUEJ5rZ/vx6OVD9RRYlrNnXWExQXcmZeD/BQ==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-plugin-remove-jsx-attribute@4.2.0: @@ -13419,13 +13927,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-remove-jsx-attribute@7.0.0(@babel/core@7.21.8): - resolution: {integrity: sha512-iiZaIvb3H/c7d3TH2HBeK91uI2rMhZNwnsIrvd7ZwGLkFw6mmunOCoVnjdYua662MqGFxlN9xTq4fv9hgR4VXQ==} + /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.22.5): + resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-plugin-remove-jsx-empty-expression@4.2.0: @@ -13438,13 +13946,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-remove-jsx-empty-expression@7.0.0(@babel/core@7.21.8): - resolution: {integrity: sha512-sQQmyo+qegBx8DfFc04PFmIO1FP1MHI1/QEpzcIcclo5OAISsOJPW76ZIs0bDyO/DBSJEa/tDa1W26pVtt0FRw==} + /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.22.5): + resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-plugin-replace-jsx-attribute-value@4.2.0: @@ -13457,13 +13965,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.21.8): + /@svgr/babel-plugin-replace-jsx-attribute-value@6.5.1(@babel/core@7.22.5): resolution: {integrity: sha512-8DPaVVE3fd5JKuIC29dqyMB54sA6mfgki2H2+swh+zNJoynC8pMPzOkidqHOSc6Wj032fhl8Z0TVn1GiPpAiJg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-plugin-svg-dynamic-title@4.3.3: @@ -13476,13 +13984,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.21.8): + /@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.22.5): resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-plugin-svg-em-dimensions@4.2.0: @@ -13495,13 +14003,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.21.8): + /@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.22.5): resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-plugin-transform-react-native-svg@4.2.0: @@ -13514,13 +14022,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.21.8): + /@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.22.5): resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-plugin-transform-svg-component@4.2.0: @@ -13533,13 +14041,13 @@ packages: engines: {node: '>=10'} dev: true - /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.21.8): + /@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.22.5): resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==} engines: {node: '>=12'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /@svgr/babel-preset@4.3.3: @@ -13570,21 +14078,21 @@ packages: '@svgr/babel-plugin-transform-svg-component': 5.5.0 dev: true - /@svgr/babel-preset@6.5.1(@babel/core@7.21.8): + /@svgr/babel-preset@6.5.1(@babel/core@7.22.5): resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.21.8) - '@svgr/babel-plugin-remove-jsx-attribute': 7.0.0(@babel/core@7.21.8) - '@svgr/babel-plugin-remove-jsx-empty-expression': 7.0.0(@babel/core@7.21.8) - '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.21.8) - '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.21.8) - '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.21.8) - '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.21.8) - '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@svgr/babel-plugin-add-jsx-attribute': 6.5.1(@babel/core@7.22.5) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.22.5) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.22.5) + '@svgr/babel-plugin-replace-jsx-attribute-value': 6.5.1(@babel/core@7.22.5) + '@svgr/babel-plugin-svg-dynamic-title': 6.5.1(@babel/core@7.22.5) + '@svgr/babel-plugin-svg-em-dimensions': 6.5.1(@babel/core@7.22.5) + '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.22.5) + '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.22.5) dev: true /@svgr/core@4.3.3: @@ -13613,8 +14121,8 @@ packages: resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.21.8 - '@svgr/babel-preset': 6.5.1(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@svgr/babel-preset': 6.5.1(@babel/core@7.22.5) '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1) camelcase: 6.3.0 cosmiconfig: 7.1.0 @@ -13626,21 +14134,21 @@ packages: resolution: {integrity: sha512-JioXclZGhFIDL3ddn4Kiq8qEqYM2PyDKV0aYno8+IXTLuYt6TOgHUbUAAFvqtb0Xn37NwP0BTHglejFoYr8RZg==} engines: {node: '>=8'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 dev: true /@svgr/hast-util-to-babel-ast@5.5.0: resolution: {integrity: sha512-cAaR/CAiZRB8GP32N+1jocovUtvlj0+e65TB50/6Lcime+EA49m/8l+P2ko+XPJ4dw3xaPS3jOL4F2X4KWxoeQ==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 dev: true /@svgr/hast-util-to-babel-ast@6.5.1: resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 entities: 4.5.0 dev: true @@ -13648,7 +14156,7 @@ packages: resolution: {integrity: sha512-cLOCSpNWQnDB1/v+SUENHH7a0XY09bfuMKdq9+gYvtuwzC2rU4I0wKGFEp1i24holdQdwodCtDQdFtJiTCWc+w==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 '@svgr/babel-preset': 4.3.3 '@svgr/hast-util-to-babel-ast': 4.3.2 svg-parser: 2.0.4 @@ -13674,8 +14182,8 @@ packages: peerDependencies: '@svgr/core': ^6.0.0 dependencies: - '@babel/core': 7.21.8 - '@svgr/babel-preset': 6.5.1(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@svgr/babel-preset': 6.5.1(@babel/core@7.22.5) '@svgr/core': 6.5.1 '@svgr/hast-util-to-babel-ast': 6.5.1 svg-parser: 2.0.4 @@ -13718,9 +14226,9 @@ packages: engines: {node: '>=10'} dependencies: '@babel/core': 7.18.2 - '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.18.2) + '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.18.2) '@babel/preset-env': 7.12.1(@babel/core@7.18.2) - '@babel/preset-react': 7.18.6(@babel/core@7.18.2) + '@babel/preset-react': 7.22.5(@babel/core@7.18.2) '@svgr/core': 5.5.0 '@svgr/plugin-jsx': 5.5.0 '@svgr/plugin-svgo': 5.5.0 @@ -13733,10 +14241,10 @@ packages: resolution: {integrity: sha512-bjnWolZ6KVsHhgyCoYRFmbd26p8XVbulCzSG53BDQqAr+JOAderYK7CuYrB3bDjHJuF6LJ7Wrr42+goLRV9qIg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-transform-react-constant-elements': 7.21.3(@babel/core@7.21.8) - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) - '@babel/preset-react': 7.18.6(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-transform-react-constant-elements': 7.22.5(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/preset-react': 7.22.5(@babel/core@7.22.5) '@svgr/core': 4.3.3 '@svgr/plugin-jsx': 4.3.3 '@svgr/plugin-svgo': 4.3.1 @@ -13759,7 +14267,7 @@ packages: react: '>=16.8 || 17' react-dom: '>=16.8' dependencies: - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) tippy.js: 4.3.5 @@ -13772,7 +14280,7 @@ packages: react: '>=16.8 || 17' react-dom: '>=16.8' dependencies: - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) tippy.js: 4.3.5 @@ -13799,8 +14307,8 @@ packages: resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} dev: true - /@tsconfig/node16@1.0.3: - resolution: {integrity: sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==} + /@tsconfig/node16@1.0.4: + resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} dev: true /@turf/along@5.1.5: @@ -15852,30 +16360,30 @@ packages: resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} dev: true - /@types/babel__core@7.20.0: - resolution: {integrity: sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==} + /@types/babel__core@7.20.1: + resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} dependencies: - '@babel/parser': 7.21.8 - '@babel/types': 7.21.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.18.5 + '@types/babel__traverse': 7.20.1 /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.21.8 - '@babel/types': 7.21.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 - /@types/babel__traverse@7.18.5: - resolution: {integrity: sha512-enCvTL8m/EHS/zIvJno9nE+ndYPh1/oNFzRYRmtUqJICG2VnCSBzMLW5VN2KCQU91f23tsNKR8v7VJJQMatl7Q==} + /@types/babel__traverse@7.20.1: + resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 /@types/body-parser@1.19.2: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} @@ -15922,8 +16430,8 @@ packages: /@types/dargs@5.1.0: resolution: {integrity: sha512-2cXlO8pz13kVYMp6Zgr8Z5DACbaGfoBp7svqZqPGcO+qG3LQLWdB5BzPPASj+UI447XxGmFHi6KjLgUB0fzucQ==} - /@types/debug@4.1.7: - resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} + /@types/debug@4.1.8: + resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==} dependencies: '@types/ms': 0.7.31 dev: false @@ -15948,21 +16456,21 @@ packages: /@types/eslint-scope@3.7.4: resolution: {integrity: sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==} dependencies: - '@types/eslint': 8.37.0 + '@types/eslint': 8.40.1 '@types/estree': 1.0.1 /@types/eslint@7.29.0: resolution: {integrity: sha512-VNcvioYDH8/FxaeTKkM4/TiTwt6pBV9E3OfGmvaw8tPl0rrHCJ4Ll15HRT+pMiFAf/MLQvAzC+6RzUMEL9Ceng==} dependencies: '@types/estree': 1.0.1 - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.12 dev: true - /@types/eslint@8.37.0: - resolution: {integrity: sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==} + /@types/eslint@8.40.1: + resolution: {integrity: sha512-vRb792M4mF1FBT+eoLecmkpLXwxsBHvWWRGJjzbYANBM6DtiJc6yETyv4rqDA6QNjF1pkj1U7LMA6dGb3VYlHw==} dependencies: '@types/estree': 1.0.1 - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.12 /@types/estree@0.0.39: resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} @@ -15975,8 +16483,8 @@ packages: /@types/estree@1.0.1: resolution: {integrity: sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==} - /@types/express-serve-static-core@4.17.34: - resolution: {integrity: sha512-fvr49XlCGoUj2Pp730AItckfjat4WNb0lb3kfrLWffd+RLeoGAMsq7UOy04PAPtoL01uKwcp6u8nhzpgpDYr3w==} + /@types/express-serve-static-core@4.17.35: + resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==} dependencies: '@types/node': 7.10.14 '@types/qs': 6.9.7 @@ -15987,7 +16495,7 @@ packages: resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} dependencies: '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 4.17.34 + '@types/express-serve-static-core': 4.17.35 '@types/qs': 6.9.7 '@types/serve-static': 1.15.1 @@ -16010,6 +16518,10 @@ packages: dependencies: '@types/node': 7.10.14 + /@types/gremlin@3.6.1: + resolution: {integrity: sha512-YBxbReNFfONmHR9sLa1r+UGwypry2Q2ydjeqoLaxkp4AAqfypybFbBcWAcbArvkHMZvNB9EHHhqrMpb+LZYVTg==} + dev: true + /@types/hapi__joi@17.1.9: resolution: {integrity: sha512-oOMFT8vmCTFncsF1engrs04jatz8/Anwx3De9uxnOK4chgSEgWBvFtpSoJo8u3784JNO+ql5tzRR6phHoRnscQ==} dev: true @@ -16031,7 +16543,7 @@ packages: /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.2.5 + '@types/react': 18.2.11 hoist-non-react-statics: 3.3.2 /@types/html-minifier-terser@5.1.2: @@ -16088,8 +16600,8 @@ packages: resolution: {integrity: sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA==} dev: false - /@types/json-schema@7.0.11: - resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==} + /@types/json-schema@7.0.12: + resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} /@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} @@ -16132,10 +16644,10 @@ packages: /@types/lodash.clonedeep@4.5.7: resolution: {integrity: sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw==} dependencies: - '@types/lodash': 4.14.194 + '@types/lodash': 4.14.195 - /@types/lodash@4.14.194: - resolution: {integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g==} + /@types/lodash@4.14.195: + resolution: {integrity: sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==} /@types/long@4.0.2: resolution: {integrity: sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA==} @@ -16187,11 +16699,11 @@ packages: resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} dev: true - /@types/node@14.18.45: - resolution: {integrity: sha512-Nd+FPp60jEaJpm4LAxuLT3wIhB4k0Jdj9DAP4ydqGyMg8DhE+7oM1we+QkwOkpMySTjcqcNfPOWY5kBuAOhkeg==} + /@types/node@14.18.50: + resolution: {integrity: sha512-DdJP83r2Zp5x32la3jEzjIlB85+2gMPUHP1xFL2xFORzbJ94sNwh4b6ZBaF6EN/7BTII6mba3yakqfLEnt5eZg==} - /@types/node@20.1.0: - resolution: {integrity: sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==} + /@types/node@20.3.0: + resolution: {integrity: sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ==} dev: false /@types/node@7.10.14: @@ -16204,6 +16716,10 @@ packages: resolution: {integrity: sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ==} dev: true + /@types/offscreencanvas@2019.7.0: + resolution: {integrity: sha512-PGcyveRIpL1XIqK8eBsmRBt76eFgtzuPiSTyKHZxnGemp2yzGzWpjYKAfK3wIMiU7eH+851yEpiuP8JZerTmWg==} + dev: false + /@types/parse-json@4.0.0: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true @@ -16226,8 +16742,8 @@ packages: '@types/power-assert-formatter': 1.4.30 dev: true - /@types/prettier@2.7.2: - resolution: {integrity: sha512-KufADq8uQqo1pYKVIYzfKbJfBAc0sOeXqGbFaSpv8MRmC/zXgowNZmFcbngndGk922QDmOASEXUZCaY48gs4cg==} + /@types/prettier@2.7.3: + resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} /@types/prismjs@1.26.0: resolution: {integrity: sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==} @@ -16249,47 +16765,47 @@ packages: /@types/reach__router@1.3.11: resolution: {integrity: sha512-j23ChnIEiW8aAP4KT8OVyTXOFr+Ri65BDnwzmfHFO9WHypXYevHFjeil1Cj7YH3emfCE924BwAmgW4hOv7Wg3g==} dependencies: - '@types/react': 18.2.5 + '@types/react': 18.2.11 dev: true /@types/react-color@3.0.6: resolution: {integrity: sha512-OzPIO5AyRmLA7PlOyISlgabpYUa3En74LP8mTMa0veCA719SvYQov4WLMsHvCgXP+L+KI9yGhYnqZafVGG0P4w==} dependencies: - '@types/react': 18.2.5 + '@types/react': 18.2.11 '@types/reactcss': 1.2.6 dev: true /@types/react-dom@16.9.19: resolution: {integrity: sha512-xC8D280Bf6p0zguJ8g62jcEOKZiUbx9sIe6O3tT/lKfR87A7A6g65q13z6D5QUMIa/6yFPkNhqjF5z/VVZEYqQ==} dependencies: - '@types/react': 16.14.40 + '@types/react': 16.14.43 /@types/react-dom@17.0.20: resolution: {integrity: sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==} dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 /@types/react-helmet@6.1.6: resolution: {integrity: sha512-ZKcoOdW/Tg+kiUbkFCBtvDw0k3nD4HJ/h/B9yWxN4uDO8OkRksWTO+EL+z/Qu3aHTeTll3Ro0Cc/8UhwBCMG5A==} dependencies: - '@types/react': 18.2.5 + '@types/react': 18.2.11 dev: false /@types/react-reconciler@0.26.7: resolution: {integrity: sha512-mBDYl8x+oyPX/VBb3E638N0B7xG+SPk/EAMcVPeexqus/5aTpTphQi0curhhshOqRrc9t6OPoJfEUkbymse/lQ==} dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 /@types/react-reconciler@0.28.2: resolution: {integrity: sha512-8tu6lHzEgYPlfDf/J6GOQdIc+gs+S2yAqlby3zTsB3SP2svlqTYe5fwZNtZyfactP74ShooP2vvi1BOp9ZemWw==} dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 /@types/react-redux@7.1.25: resolution: {integrity: sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.2.5 + '@types/react': 18.2.11 hoist-non-react-statics: 3.3.2 redux: 4.2.1 @@ -16297,28 +16813,21 @@ packages: resolution: {integrity: sha512-WOSetDV3YPxbkVJAdv/bqExJjmcdCi/vpCJh3NfQOy1X15vHMSiMioXIcGekXDJJYhqGUMDo9e337mh508foAA==} dependencies: '@types/history': 5.0.0 - '@types/react': 18.2.5 - '@types/react-router': 5.1.20 - - /@types/react-router-config@5.0.7: - resolution: {integrity: sha512-pFFVXUIydHlcJP6wJm7sDii5mD/bCmmAY0wQzq+M+uX7bqS95AQqHZWP1iNMKrWVQSuHIzj5qi9BvrtLX2/T4w==} - dependencies: - '@types/history': 4.7.11 - '@types/react': 16.14.40 + '@types/react': 17.0.61 '@types/react-router': 5.1.20 /@types/react-router-dom@5.1.7: resolution: {integrity: sha512-D5mHD6TbdV/DNHYsnwBTv+y73ei+mMjrkGrla86HthE4/PVvL1J94Bu3qABU+COXzpL23T1EZapVVpwHuBXiUg==} dependencies: '@types/history': 5.0.0 - '@types/react': 18.2.5 + '@types/react': 17.0.61 '@types/react-router': 5.1.12 /@types/react-router-dom@5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.5 + '@types/react': 18.2.11 '@types/react-router': 5.1.20 dev: false @@ -16326,42 +16835,42 @@ packages: resolution: {integrity: sha512-0bhXQwHYfMeJlCh7mGhc0VJTRm0Gk+Z8T00aiP4702mDUuLs9SMhnd2DitpjWFjdOecx2UXtICK14H9iMnziGA==} dependencies: '@types/history': 5.0.0 - '@types/react': 18.2.5 + '@types/react': 18.2.11 /@types/react-router@5.1.20: resolution: {integrity: sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.5 + '@types/react': 17.0.61 /@types/react-syntax-highlighter@11.0.4: resolution: {integrity: sha512-9GfTo3a0PHwQeTVoqs0g5bS28KkSY48pp5659wA+Dp4MqceDEa8EHBqrllJvvtyusszyJhViUEap0FDvlk/9Zg==} dependencies: - '@types/react': 18.2.5 + '@types/react': 17.0.61 dev: true /@types/react-textarea-autosize@4.3.6: resolution: {integrity: sha512-cTf8tCem0c8A7CERYbTuF+bRFaqYu7N7HLCa6ZhUhDx8XnUsTpGx5udMWljt87JpciUKuUkImKPEsy6kcKhrcQ==} dependencies: - '@types/react': 18.2.5 + '@types/react': 17.0.61 dev: true - /@types/react@16.14.40: - resolution: {integrity: sha512-elQj2VQHDuJ5xuEcn5Wxh/YQFNbEuPJFRKSdyG866awDm5dmtoqsMmuAJWb/l/qd2kDkZMfOTKygVfMIdBBPKg==} + /@types/react@16.14.43: + resolution: {integrity: sha512-7zdjv7jvoLLQg1tTvpQsm+hyNUMT2mPlNV1+d0I8fbGhkJl82spopMyBlu4wb1dviZAxpGdk5eHu/muacknnfw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 csstype: 3.1.2 - /@types/react@17.0.58: - resolution: {integrity: sha512-c1GzVY97P0fGxwGxhYq989j4XwlcHQoto6wQISOC2v6wm3h0PORRWJFHlkRjfGsiG3y1609WdQ+J+tKxvrEd6A==} + /@types/react@17.0.61: + resolution: {integrity: sha512-bAb4j3LH2FLMCmZWow7XIKTt51+duiDjjfzR6gjhqT3ZJn9A20G9BuXELkhmM6dI6ahNpDqyL4eUAJVmR0b4JA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 csstype: 3.1.2 - /@types/react@18.2.5: - resolution: {integrity: sha512-RuoMedzJ5AOh23Dvws13LU9jpZHIc/k90AgmK7CecAYeWmSr3553L4u5rk4sWAPBuQosfT7HmTfG4Rg5o4nGEA==} + /@types/react@18.2.11: + resolution: {integrity: sha512-+hsJr9hmwyDecSMQAmX7drgbDpyE+EgSF6t7+5QEBAn1tQK7kl1vWZ4iRf6SjQ8lk7dyEULxUmZOIpN0W5baZA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -16370,7 +16879,7 @@ packages: /@types/reactcss@1.2.6: resolution: {integrity: sha512-qaIzpCuXNWomGR1Xq8SCFTtF4v8V27Y6f+b9+bzHiv087MylI/nTCqqdChNeWS7tslgROmYB7yeiruWX7WnqNg==} dependencies: - '@types/react': 18.2.5 + '@types/react': 18.2.11 dev: true /@types/resolve@1.17.1: @@ -16396,8 +16905,8 @@ packages: resolution: {integrity: sha512-KQf+QAMWKMrtBMsB8/24w53tEsxllMj6TuA80TT/5igJalLI/zm0L3oXRbIAl4Ohfc85gyHX/jhMwsVkmhLU4A==} dev: true - /@types/semver@7.3.13: - resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} + /@types/semver@7.5.0: + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: true /@types/send@0.17.1: @@ -16423,8 +16932,8 @@ packages: /@types/stack-utils@2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} - /@types/superagent@4.1.17: - resolution: {integrity: sha512-FFK/rRjNy24U6J1BvQkaNWu2ohOIF/kxRQXRsbT141YQODcOcZjzlcc4DGdI2SkTa0rhmF+X14zu6ICjCGIg+w==} + /@types/superagent@4.1.18: + resolution: {integrity: sha512-LOWgpacIV8GHhrsQU+QMZuomfqXiqzz3ILLkCtKx3Us6AmomFViuzKT9D693QTKgyut2oCytMG8/efOop+DB+w==} dependencies: '@types/cookiejar': 2.1.2 '@types/node': 7.10.14 @@ -16433,7 +16942,7 @@ packages: /@types/supertest@2.0.12: resolution: {integrity: sha512-X3HPWTwXRerBZS7Mo1k6vMVR1Z6zmJcDVn5O/31whe0tnjE4te6ZJSJGq1RiqHPjzPdMTfjCFogDJmwng9xHaQ==} dependencies: - '@types/superagent': 4.1.17 + '@types/superagent': 4.1.18 dev: true /@types/systemjs@6.13.1: @@ -16457,7 +16966,7 @@ packages: resolution: {integrity: sha512-GpTIuDpb9u4zIO165fUy9+fXcULdD8HFRNli04GehoMVbeNq7D6OBnqSmg3lxZnC+UvgUhEWKxdKiwYUkGltIw==} deprecated: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed. dependencies: - vfile-message: 3.1.4 + vfile-message: 4.0.1 dev: true /@types/vfile@3.0.2: @@ -16468,8 +16977,8 @@ packages: '@types/vfile-message': 2.0.0 dev: true - /@types/webpack-env@1.18.0: - resolution: {integrity: sha512-56/MAlX5WMsPVbOg7tAxnYvNYMMWr/QJiIp6BxVSW3JJXUVzzOn64qW8TzQyMSqSUFM2+PVI4aUHcHOzIz/1tg==} + /@types/webpack-env@1.18.1: + resolution: {integrity: sha512-D0HJET2/UY6k9L6y3f5BL+IDxZmPkYmPT4+qBrRdmRLYRuV0qNKizMgTvYxXZYn+36zjPeoDZAEYBCM6XB+gww==} dev: true /@types/webpack-sources@3.2.0: @@ -16518,8 +17027,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==} + /@typescript-eslint/eslint-plugin@5.59.9(@typescript-eslint/parser@5.59.9)(eslint@7.32.0)(typescript@4.9.5): + resolution: {integrity: sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -16530,24 +17039,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.2(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/type-utils': 5.59.2(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.2(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.9(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.59.9 + '@typescript-eslint/type-utils': 5.59.9(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.9(eslint@7.32.0)(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) eslint: 7.32.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.0 + semver: 7.5.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin@5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@4.9.5): - resolution: {integrity: sha512-yVrXupeHjRxLDcPKL10sGQ/QlVrA8J5IYOEWVqk0lJaSZP7X5DfnP7Ns3cc74/blmbipQ1htFNVGsHX6wsYm0A==} + /@typescript-eslint/eslint-plugin@5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@4.9.5): + resolution: {integrity: sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -16558,16 +17067,16 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/type-utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.59.9 + '@typescript-eslint/type-utils': 5.59.9(eslint@8.42.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) - eslint: 8.40.0 + eslint: 8.42.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.0 + semver: 7.5.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -16580,7 +17089,7 @@ packages: peerDependencies: eslint: '*' dependencies: - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.12 '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 '@typescript-eslint/typescript-estree': 4.33.0(typescript@4.9.5) @@ -16592,8 +17101,8 @@ packages: - typescript dev: true - /@typescript-eslint/parser@5.59.2(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==} + /@typescript-eslint/parser@5.59.9(eslint@7.32.0)(typescript@4.9.5): + resolution: {integrity: sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -16602,9 +17111,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.59.9 + '@typescript-eslint/types': 5.59.9 + '@typescript-eslint/typescript-estree': 5.59.9(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) eslint: 7.32.0 typescript: 4.9.5 @@ -16612,8 +17121,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@5.59.2(eslint@8.40.0)(typescript@4.9.5): - resolution: {integrity: sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==} + /@typescript-eslint/parser@5.59.9(eslint@8.42.0)(typescript@4.9.5): + resolution: {integrity: sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -16622,11 +17131,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + '@typescript-eslint/scope-manager': 5.59.9 + '@typescript-eslint/types': 5.59.9 + '@typescript-eslint/typescript-estree': 5.59.9(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) - eslint: 8.40.0 + eslint: 8.42.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -16640,16 +17149,16 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: true - /@typescript-eslint/scope-manager@5.59.2: - resolution: {integrity: sha512-dB1v7ROySwQWKqQ8rEWcdbTsFjh2G0vn8KUyvTXdPoyzSL6lLGkiXEV5CvpJsEe9xIdKV+8Zqb7wif2issoOFA==} + /@typescript-eslint/scope-manager@5.59.9: + resolution: {integrity: sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/visitor-keys': 5.59.2 + '@typescript-eslint/types': 5.59.9 + '@typescript-eslint/visitor-keys': 5.59.9 dev: true - /@typescript-eslint/type-utils@5.59.2(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==} + /@typescript-eslint/type-utils@5.59.9(eslint@7.32.0)(typescript@4.9.5): + resolution: {integrity: sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -16658,8 +17167,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.2(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.59.9(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.9(eslint@7.32.0)(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) eslint: 7.32.0 tsutils: 3.21.0(typescript@4.9.5) @@ -16668,8 +17177,8 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils@5.59.2(eslint@8.40.0)(typescript@4.9.5): - resolution: {integrity: sha512-b1LS2phBOsEy/T381bxkkywfQXkV1dWda/z0PhnIy3bC5+rQWQDS7fk9CSpcXBccPY27Z6vBEuaPBCKCgYezyQ==} + /@typescript-eslint/type-utils@5.59.9(eslint@8.42.0)(typescript@4.9.5): + resolution: {integrity: sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -16678,10 +17187,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/typescript-estree': 5.59.9(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.9(eslint@8.42.0)(typescript@4.9.5) debug: 4.3.4(supports-color@5.5.0) - eslint: 8.40.0 + eslint: 8.42.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -16693,8 +17202,8 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/types@5.59.2: - resolution: {integrity: sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==} + /@typescript-eslint/types@5.59.9: + resolution: {integrity: sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -16712,15 +17221,15 @@ packages: debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.0 + semver: 7.5.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@5.59.2(typescript@4.9.5): - resolution: {integrity: sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==} + /@typescript-eslint/typescript-estree@5.59.9(typescript@4.9.5): + resolution: {integrity: sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -16728,53 +17237,53 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/visitor-keys': 5.59.2 + '@typescript-eslint/types': 5.59.9 + '@typescript-eslint/visitor-keys': 5.59.9 debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.0 + semver: 7.5.1 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.59.2(eslint@7.32.0)(typescript@4.9.5): - resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} + /@typescript-eslint/utils@5.59.9(eslint@7.32.0)(typescript@4.9.5): + resolution: {integrity: sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@7.32.0) - '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.59.9 + '@typescript-eslint/types': 5.59.9 + '@typescript-eslint/typescript-estree': 5.59.9(typescript@4.9.5) eslint: 7.32.0 eslint-scope: 5.1.1 - semver: 7.5.0 + semver: 7.5.1 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@5.59.2(eslint@8.40.0)(typescript@4.9.5): - resolution: {integrity: sha512-kSuF6/77TZzyGPhGO4uVp+f0SBoYxCDf+lW3GKhtKru/L8k/Hd7NFQxyWUeY7Z/KGB2C6Fe3yf2vVi4V9TsCSQ==} + /@typescript-eslint/utils@5.59.9(eslint@8.42.0)(typescript@4.9.5): + resolution: {integrity: sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) - '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.59.2 - '@typescript-eslint/types': 5.59.2 - '@typescript-eslint/typescript-estree': 5.59.2(typescript@4.9.5) - eslint: 8.40.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0) + '@types/json-schema': 7.0.12 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.59.9 + '@typescript-eslint/types': 5.59.9 + '@typescript-eslint/typescript-estree': 5.59.9(typescript@4.9.5) + eslint: 8.42.0 eslint-scope: 5.1.1 - semver: 7.5.0 + semver: 7.5.1 transitivePeerDependencies: - supports-color - typescript @@ -16788,11 +17297,11 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@typescript-eslint/visitor-keys@5.59.2: - resolution: {integrity: sha512-EEpsO8m3RASrKAHI9jpavNv9NlEUebV4qmF1OWxSTtKSFBpC1NCmWazDQHFivRf0O1DV11BA645yrLEVQ0/Lig==} + /@typescript-eslint/visitor-keys@5.59.9: + resolution: {integrity: sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.59.2 + '@typescript-eslint/types': 5.59.9 eslint-visitor-keys: 3.4.1 dev: true @@ -16800,17 +17309,17 @@ packages: resolution: {integrity: sha512-6szYjEU4xMkIqi4LPJLQIHBBBxazNxH0/slF1Ph4xtDtyeiJkIiNgr/PQxJX/REyWWLWllWTiCN491tnLWCOdA==} dev: false - /@uiw/react-markdown-preview@4.1.13(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): + /@uiw/react-markdown-preview@4.1.13(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fmIGvBpK6HJyDFf7EokjZSIS0713Bq5KwhOsZ8IkbCMYDcDThFlmMkTTqyzGjL3phrkP9ED5O63WSILzefqe6A==} peerDependencies: react: '>=16.8.0 || 17' react-dom: '>=16.8.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@uiw/copy-to-clipboard': 1.0.14 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-markdown: 8.0.7(@types/react@17.0.58)(react@17.0.2) + react-markdown: 8.0.7(@types/react@17.0.61)(react@17.0.2) rehype-attr: 2.1.4 rehype-autolink-headings: 6.1.1 rehype-ignore: 1.0.5 @@ -16825,110 +17334,110 @@ packages: - supports-color dev: false - /@umijs/ast@3.5.40: - resolution: {integrity: sha512-iE7nKdxa91Yv3qJRMvEPWpftuqTv0etmT9A7R8BaEomnktOqPXzcoiYJdFc4/kbBgixPMlr1rS1OgOEk3NsbuA==} + /@umijs/ast@3.5.41: + resolution: {integrity: sha512-jwwpcQZd54gVKCYovhRepUaMbaakxUbj6+J7ClCa0rRQFfM86iCh/F4qZi7Lypwe/F3eukAIujho7HiHhVXMBQ==} dependencies: - '@umijs/utils': 3.5.40 + '@umijs/utils': 3.5.41 - /@umijs/babel-plugin-auto-css-modules@3.5.40: - resolution: {integrity: sha512-jUw7YoP45VzTx7DEO+AGnOd5QD3yoGpzLp9AG9yMLS522Ss2B0JzIzcMhHVs5eTBnIthZ86qmNoQl+Z8PHR3fw==} + /@umijs/babel-plugin-auto-css-modules@3.5.41: + resolution: {integrity: sha512-8iUcSFyLwRcRBsTW6hHuzDWX9Np+0AXqsFN08fnPI1P7zD4CSZWBLkjLz+zl4X8vakaPbqZy346KHoukbvEcew==} dependencies: - '@umijs/utils': 3.5.40 + '@umijs/utils': 3.5.41 - /@umijs/babel-plugin-import-to-await-require@3.5.40: - resolution: {integrity: sha512-vG95GlQMX7/QPJz5oULKQU+N5jlhLmOVm1kQBP1aD+DPWxZeHGkLH+qH/n3C1iZ23f8EHstSc2K5HNRsj3KXtw==} + /@umijs/babel-plugin-import-to-await-require@3.5.41: + resolution: {integrity: sha512-xn9JhFc/vz/itTaLKC4NX4qcGfsBQQN03Kp8Bt5irXtp3CeBfeYFHjwcZ4TE4SJDTjka2wOR4RhmV3CJ2NZrQQ==} dependencies: - '@umijs/utils': 3.5.40 + '@umijs/utils': 3.5.41 - /@umijs/babel-plugin-lock-core-js-3@3.5.40: - resolution: {integrity: sha512-vt4ZY+1/gpg+ZkpJOva13AYGCWxzrpPHo8fJuQJRr7YkyVPMWDYmyKTLHLNStLFLx57csirBuZP4HiOI7U/DAQ==} + /@umijs/babel-plugin-lock-core-js-3@3.5.41: + resolution: {integrity: sha512-+h47NI5u4YLA46iDv5TMPXtZWactlPgFYeMotrsxyW3R6QiUyX8oMF2UroT4lhbhcrf7GHe4n7jQH3TllgFL6Q==} dependencies: - '@umijs/utils': 3.5.40 + '@umijs/utils': 3.5.41 core-js: 3.6.5 - /@umijs/babel-plugin-no-anonymous-default-export@3.5.40: - resolution: {integrity: sha512-aVLOYXY8aLBiaGJoclldff69/OBDGSg//IsGi20C4KQF1yfUNeIZL+E9gs1zppwlIJdSYpBKByv2ZlafB5QIZA==} + /@umijs/babel-plugin-no-anonymous-default-export@3.5.41: + resolution: {integrity: sha512-uUoLNUsRcITEYW+ap8+OAjUYQS606Ob8YxqYCq0ZL4SktxjP5CDMabqrJ6CatWKjjpNvq2A6KPLJKA7/9/fwFA==} dependencies: - '@umijs/utils': 3.5.40 + '@umijs/utils': 3.5.41 - /@umijs/babel-preset-umi@3.5.40: - resolution: {integrity: sha512-nFN5OSB6MEFLV031GKfSKMMcQAnRTsfboxOWpQgQzNpIA/FwOYwglEdHiljf08n0vsGNEQnquCTzjF5z1DH/fQ==} + /@umijs/babel-preset-umi@3.5.41: + resolution: {integrity: sha512-roKx1FWjqGtuqQazfceBVJrJNdiGRRiBgnthZtGujLWIec4iB5uliwvzmCunuw18l3MvLwkDEBhaRdMM0Ij3Dg==} dependencies: '@babel/runtime': 7.18.6 - '@umijs/babel-plugin-auto-css-modules': 3.5.40 - '@umijs/babel-plugin-import-to-await-require': 3.5.40 - '@umijs/babel-plugin-lock-core-js-3': 3.5.40 - '@umijs/babel-plugin-no-anonymous-default-export': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/babel-plugin-auto-css-modules': 3.5.41 + '@umijs/babel-plugin-import-to-await-require': 3.5.41 + '@umijs/babel-plugin-lock-core-js-3': 3.5.41 + '@umijs/babel-plugin-no-anonymous-default-export': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/utils': 3.5.41 - /@umijs/babel-preset-umi@4.0.67(styled-components@5.3.10): - resolution: {integrity: sha512-BPiOS0nEFA3sDO5lxJYVGKiCzQ1Vf3d3/T3DTewx4QIdQZmWCZB72DXaMtpY2/4+DnaKzGHtJdETBoUCkBh6XQ==} + /@umijs/babel-preset-umi@4.0.70(styled-components@5.3.11): + resolution: {integrity: sha512-xF2KHPw3VH65nziiC8Bu68dQsm2+/DNqYC4upgEyiuNwsLx4P+yzffFGkKfDsEpWAtYqAfClDT9m6o46inRxrA==} dependencies: '@babel/runtime': 7.21.0 '@bloomberg/record-tuple-polyfill': 0.0.4 - '@umijs/bundler-utils': 4.0.67 - '@umijs/utils': 4.0.67 - babel-plugin-styled-components: 2.0.7(styled-components@5.3.10) + '@umijs/bundler-utils': 4.0.70 + '@umijs/utils': 4.0.70 + babel-plugin-styled-components: 2.1.1(styled-components@5.3.11) core-js: 3.28.0 transitivePeerDependencies: - styled-components - supports-color dev: true - /@umijs/bundler-esbuild@4.0.67: - resolution: {integrity: sha512-xaCoNboh+BhafYBjm/VkivPZ/D0HCJM9NAV+8xlKJeFssneKEiSfi6/T0gfvRykqeREJeevjPC7laVWLEItQCA==} + /@umijs/bundler-esbuild@4.0.70: + resolution: {integrity: sha512-elDtAGD/sVgY626E6OfhSmZbgXYmYBIe1uiTunQrbWzlHUP2lQ9iB4wJ6GGcoqNU/7itKXRf3rcihCIq2DCDtQ==} hasBin: true dependencies: - '@umijs/bundler-utils': 4.0.67 - '@umijs/utils': 4.0.67 + '@umijs/bundler-utils': 4.0.70 + '@umijs/utils': 4.0.70 enhanced-resolve: 5.9.3 - postcss: 8.4.23 - postcss-flexbugs-fixes: 5.0.2(postcss@8.4.23) - postcss-preset-env: 7.5.0(postcss@8.4.23) + postcss: 8.4.24 + postcss-flexbugs-fixes: 5.0.2(postcss@8.4.24) + postcss-preset-env: 7.5.0(postcss@8.4.24) transitivePeerDependencies: - supports-color dev: true - /@umijs/bundler-utils@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): - resolution: {integrity: sha512-iDHCsBbAMWC8yYJ44hRigFeNlhJtcL2ot2BpixHDfxWsMxAxhnIlgbfTbAQhH9ipauvqIdYC+orrREDPh7ruQw==} + /@umijs/bundler-utils@3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): + resolution: {integrity: sha512-irJUU/eWa2GG6JCkz172lMi+jiq7ZXatE2N7Tq/lokZUYu9R9BRaRN7dphgBlAUfOP3aBtjx51/5yZdYAeW0yQ==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/utils': 3.5.41 transitivePeerDependencies: - react - react-dom - react-router - /@umijs/bundler-utils@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): - resolution: {integrity: sha512-iDHCsBbAMWC8yYJ44hRigFeNlhJtcL2ot2BpixHDfxWsMxAxhnIlgbfTbAQhH9ipauvqIdYC+orrREDPh7ruQw==} + /@umijs/bundler-utils@3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): + resolution: {integrity: sha512-irJUU/eWa2GG6JCkz172lMi+jiq7ZXatE2N7Tq/lokZUYu9R9BRaRN7dphgBlAUfOP3aBtjx51/5yZdYAeW0yQ==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) + '@umijs/utils': 3.5.41 transitivePeerDependencies: - react - react-dom - react-router dev: false - /@umijs/bundler-utils@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): - resolution: {integrity: sha512-iDHCsBbAMWC8yYJ44hRigFeNlhJtcL2ot2BpixHDfxWsMxAxhnIlgbfTbAQhH9ipauvqIdYC+orrREDPh7ruQw==} + /@umijs/bundler-utils@3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0): + resolution: {integrity: sha512-irJUU/eWa2GG6JCkz172lMi+jiq7ZXatE2N7Tq/lokZUYu9R9BRaRN7dphgBlAUfOP3aBtjx51/5yZdYAeW0yQ==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0) + '@umijs/utils': 3.5.41 transitivePeerDependencies: - react - react-dom - react-router - /@umijs/bundler-utils@4.0.67: - resolution: {integrity: sha512-V8OXnWkcq7uSc92qJfW88ilmxIY3rJ0wFQd3ChBNJgKZiC8+IMtCg1/21mFGSRzO2LxRP+3Y93tLihe7eNfuHA==} + /@umijs/bundler-utils@4.0.70: + resolution: {integrity: sha512-ZvM2Ga+BoHo8OonrmptCR1Bo/mjbtbXJVJmMQCSrb/mtn2ZFvOGddZ/0YTL+ysXnBIA7vALnlNhGWnvArCls6w==} dependencies: - '@umijs/utils': 4.0.67 - esbuild: 0.16.17 + '@umijs/utils': 4.0.70 + esbuild: 0.17.19 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 spdy: 4.0.2(supports-color@6.1.0) @@ -16936,15 +17445,15 @@ packages: - supports-color dev: true - /@umijs/bundler-webpack@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): - resolution: {integrity: sha512-qAFKYDPTxej/PmYqLURBeMEThNp6wo2mNPsIZo6pzxxL2XJQmadHqmCOAmbje1RT60PqPZekfim+a0dNet9AYQ==} + /@umijs/bundler-webpack@3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): + resolution: {integrity: sha512-n4HIrDUE3QfN5xSTWJlRz5wzsnWggzRJhEDJZ6l23BWiwWasFW6QMGCnFWLwO93ei273LovylD5vZhI221tBtQ==} hasBin: true dependencies: - '@umijs/bundler-utils': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/bundler-utils': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 - '@umijs/deps': 3.5.40 - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/deps': 3.5.41 + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/utils': 3.5.41 jest-worker: 26.6.2 node-libs-browser: 2.2.1 normalize-url: 1.9.1 @@ -16960,15 +17469,15 @@ packages: - react-dom - react-router - /@umijs/bundler-webpack@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): - resolution: {integrity: sha512-qAFKYDPTxej/PmYqLURBeMEThNp6wo2mNPsIZo6pzxxL2XJQmadHqmCOAmbje1RT60PqPZekfim+a0dNet9AYQ==} + /@umijs/bundler-webpack@3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): + resolution: {integrity: sha512-n4HIrDUE3QfN5xSTWJlRz5wzsnWggzRJhEDJZ6l23BWiwWasFW6QMGCnFWLwO93ei273LovylD5vZhI221tBtQ==} hasBin: true dependencies: - '@umijs/bundler-utils': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) + '@umijs/bundler-utils': 3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 - '@umijs/deps': 3.5.40 - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/deps': 3.5.41 + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) + '@umijs/utils': 3.5.41 jest-worker: 26.6.2 node-libs-browser: 2.2.1 normalize-url: 1.9.1 @@ -16985,15 +17494,15 @@ packages: - react-router dev: false - /@umijs/bundler-webpack@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): - resolution: {integrity: sha512-qAFKYDPTxej/PmYqLURBeMEThNp6wo2mNPsIZo6pzxxL2XJQmadHqmCOAmbje1RT60PqPZekfim+a0dNet9AYQ==} + /@umijs/bundler-webpack@3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0): + resolution: {integrity: sha512-n4HIrDUE3QfN5xSTWJlRz5wzsnWggzRJhEDJZ6l23BWiwWasFW6QMGCnFWLwO93ei273LovylD5vZhI221tBtQ==} hasBin: true dependencies: - '@umijs/bundler-utils': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) + '@umijs/bundler-utils': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 - '@umijs/deps': 3.5.40 - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/deps': 3.5.41 + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0) + '@umijs/utils': 3.5.41 jest-worker: 26.6.2 node-libs-browser: 2.2.1 normalize-url: 1.9.1 @@ -17009,29 +17518,29 @@ packages: - react-dom - react-router - /@umijs/bundler-webpack@4.0.67(styled-components@5.3.10)(typescript@4.8.4)(webpack@5.82.0): - resolution: {integrity: sha512-8dgdL3NDuI7bh6Vhg5/Vy8r+qzB3GE84tQUImJvbxY/aviRsjzGyRBs/5vJMj3fPtYsjFYY5H2lnrgwKgeI7zg==} + /@umijs/bundler-webpack@4.0.70(styled-components@5.3.11)(typescript@4.8.4)(webpack@5.86.0): + resolution: {integrity: sha512-QHaIEFesPzFSHnIMhHui9Ru54VYwNdnO683CzSoIoBjYAIcpDsGM7Tl3hIesujbfhrZl2eCJQVc//ZJ0SEFiTw==} hasBin: true dependencies: - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.14.0)(webpack@5.82.0) + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10(react-refresh@0.14.0)(webpack@5.86.0) '@svgr/core': 6.5.1 '@svgr/plugin-jsx': 6.5.1(@svgr/core@6.5.1) '@svgr/plugin-svgo': 6.5.1(@svgr/core@6.5.1) '@types/hapi__joi': 17.1.9 - '@umijs/babel-preset-umi': 4.0.67(styled-components@5.3.10) - '@umijs/bundler-utils': 4.0.67 + '@umijs/babel-preset-umi': 4.0.70(styled-components@5.3.11) + '@umijs/bundler-utils': 4.0.70 '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 - '@umijs/mfsu': 4.0.67 - '@umijs/utils': 4.0.67 + '@umijs/mfsu': 4.0.70 + '@umijs/utils': 4.0.70 cors: 2.8.5 - css-loader: 6.7.1(webpack@5.82.0) - es5-imcompatible-versions: 0.1.82 - fork-ts-checker-webpack-plugin: 8.0.0(typescript@4.8.4)(webpack@5.82.0) + css-loader: 6.7.1(webpack@5.86.0) + es5-imcompatible-versions: 0.1.83 + fork-ts-checker-webpack-plugin: 8.0.0(typescript@4.8.4)(webpack@5.86.0) jest-worker: 29.4.3 lightningcss: 1.19.0 node-libs-browser: 2.2.1 - postcss: 8.4.23 - postcss-preset-env: 7.5.0(postcss@8.4.23) + postcss: 8.4.24 + postcss-preset-env: 7.5.0(postcss@8.4.24) react-error-overlay: 6.0.9 react-refresh: 0.14.0 transitivePeerDependencies: @@ -17050,25 +17559,25 @@ packages: /@umijs/case-sensitive-paths-webpack-plugin@1.0.1: resolution: {integrity: sha512-kDKJ8yTarxwxGJDInG33hOpaQRZ//XpNuuznQ/1Mscypw6kappzFmrBr2dOYave++K7JHouoANF354UpbEQw0Q==} - /@umijs/core@3.5.40: - resolution: {integrity: sha512-dF5HxqIrfKlRCGm/fAOmR9HS1qk35iV2fxzVTtEisvaKGWc7z69qU5cbfe6GCPT4MJg9CYNQxtQNAJHJHA7Pog==} + /@umijs/core@3.5.41: + resolution: {integrity: sha512-DA10OuvEYaLNhug/mWlg6P9FMuH9xD8TP3VRKM5XXXdQwIja+QQaIg78l8Vk8FM/6ugXM6VUK/EK5AwGEQz6xw==} dependencies: - '@umijs/ast': 3.5.40 - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/ast': 3.5.41 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/utils': 3.5.41 - /@umijs/core@4.0.67: - resolution: {integrity: sha512-JOQ45khYOSNMzoK+QEw3AHwzkfS1oiwJfHgtxfe+kj+bHo1LXWjom/PHBML0XCm3ucLxHtJmpOYx0Ia2ywMJOA==} + /@umijs/core@4.0.70: + resolution: {integrity: sha512-l2Hv8dRAJ6F9FD7VCUBAD2ars+yRBf7woQu8O88cWOgLbI/YOYEnt1n74g0uTfQBFdvnKNAsZhTY8yX8i0olGQ==} dependencies: - '@umijs/bundler-utils': 4.0.67 - '@umijs/utils': 4.0.67 + '@umijs/bundler-utils': 4.0.70 + '@umijs/utils': 4.0.70 transitivePeerDependencies: - supports-color dev: true - /@umijs/deps@3.5.40: - resolution: {integrity: sha512-PbTZf4/BwDLx6/Yujqdcpcp2/GNmmMzbC2aQviQg+fpeha8tAHLo0SIdeXoaFel+6uuMUH3UgLkKeZC7Rk+Wbw==} + /@umijs/deps@3.5.41: + resolution: {integrity: sha512-bMozsu97L0HJMoRtCevi81XvZ+nkJw2WMAlQuHnl5DsFYon9M+WljG88T/FX/x+lYfgdGY+fOuvcKWEazfA3SA==} dependencies: '@bloomberg/record-tuple-polyfill': 0.0.3 chokidar: 3.5.1 @@ -17083,21 +17592,21 @@ packages: resolution: {integrity: sha512-fOyXcbViOB+/jW+g2rCiK9XjSZVn4OzFuMZpSCriCdR/KxhxLTokvJWFm3CzBEmg9vXfrBFQ4c/ykmqoVacHtw==} hasBin: true dependencies: - '@babel/core': 7.21.8 - '@babel/eslint-parser': 7.21.8(@babel/core@7.21.8)(eslint@7.32.0) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-decorators': 7.21.0(@babel/core@7.21.8) - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) - '@babel/preset-react': 7.18.6(@babel/core@7.21.8) - '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@7.32.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.59.2(eslint@7.32.0)(typescript@4.9.5) + '@babel/core': 7.22.5 + '@babel/eslint-parser': 7.22.5(@babel/core@7.22.5)(eslint@7.32.0) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-decorators': 7.22.5(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/preset-react': 7.22.5(@babel/core@7.22.5) + '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) + '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.9(eslint@7.32.0)(typescript@4.9.5) chalk: 4.1.2 eslint: 7.32.0 eslint-config-prettier: 8.8.0(eslint@7.32.0) eslint-formatter-pretty: 4.1.0 eslint-plugin-babel: 5.3.1(eslint@7.32.0) - eslint-plugin-jest: 24.7.0(@typescript-eslint/eslint-plugin@5.59.2)(eslint@7.32.0)(typescript@4.9.5) + eslint-plugin-jest: 24.7.0(@typescript-eslint/eslint-plugin@5.59.9)(eslint@7.32.0)(typescript@4.9.5) eslint-plugin-promise: 6.1.1(eslint@7.32.0) eslint-plugin-react: 7.32.2(eslint@7.32.0) eslint-plugin-react-hooks: 4.6.0(eslint@7.32.0) @@ -17119,68 +17628,68 @@ packages: - supports-color dev: true - /@umijs/mfsu@4.0.67: - resolution: {integrity: sha512-gyL8ghyZunw1Slgl8ma1ynvSXjarI2tKiam8Kq2Gx5V/44/FyvBPPAjjQw/V3NgynrKwqAErc1/Ul3OMq8sGYQ==} + /@umijs/mfsu@4.0.70: + resolution: {integrity: sha512-Kg4SfEvU90DW9Nxfr/WozWduQmGvKAWEyUUrn6ND8i3AapUA8MOYDWRVZ/61HKHBcPt9Y6ZPg2cLWSFeNk529g==} dependencies: - '@umijs/bundler-esbuild': 4.0.67 - '@umijs/bundler-utils': 4.0.67 - '@umijs/utils': 4.0.67 + '@umijs/bundler-esbuild': 4.0.70 + '@umijs/bundler-utils': 4.0.70 + '@umijs/utils': 4.0.70 enhanced-resolve: 5.9.3 is-equal: 1.6.4 transitivePeerDependencies: - supports-color dev: true - /@umijs/plugin-access@2.4.3(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-model@2.6.2)(umi@3.5.40): + /@umijs/plugin-access@2.4.3(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-model@2.6.2)(umi@3.5.41): resolution: {integrity: sha512-6FON4aHzVFs/vtFK5Sdnw+FBolfoYi8wV8V9Q8x2T19NwjZtjXSPjt0gtrG4jdx4LRsSV2DKLaMGoJYbNr94aA==} peerDependencies: '@umijs/plugin-initial-state': 2.x '@umijs/plugin-model': 2.x umi: 3.x dependencies: - '@umijs/plugin-initial-state': 2.4.0(umi@3.5.40) - '@umijs/plugin-model': 2.6.2(umi@3.5.40) - umi: 3.5.40(react-router@5.3.4) + '@umijs/plugin-initial-state': 2.4.0(umi@3.5.41) + '@umijs/plugin-model': 2.6.2(umi@3.5.41) + umi: 3.5.41(react-router@5.3.4) dev: false - /@umijs/plugin-analytics@0.2.2(umi@3.5.40): + /@umijs/plugin-analytics@0.2.2(umi@3.5.41): resolution: {integrity: sha512-dVDzUfgIdEwdCC6a5IsMYpIPI+bEZjBEqIhAvw9dic6Vk77w9RxQxyRfW11dDmdXLAwWphp22NntQNt1ejZPtg==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) dev: false - /@umijs/plugin-analytics@0.2.3(umi@3.5.40): + /@umijs/plugin-analytics@0.2.3(umi@3.5.41): resolution: {integrity: sha512-6Fj+EOzd2vXe1YHjK1aqhHlITWBXcnhPd6pxAEjeGu3vAxDcfp1yM3PoRr//baBXk8CYF2krWDQGYy+OlRXM4A==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40(react-router@6.11.1) + umi: 3.5.41(react-router@6.12.1) - /@umijs/plugin-antd@0.13.0(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40): + /@umijs/plugin-antd@0.13.0(react-dom@17.0.2)(react@17.0.2)(umi@3.5.41): resolution: {integrity: sha512-7tooYtOylVatrzMWCJtk8JFQL90i94OD0FgZYpKBbM7keThH8prYkSkDJFIDkuGfZ6pl6BJT8ESnYLxf2OiQUw==} peerDependencies: umi: 3.x dependencies: antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) antd-mobile: 2.3.4(react-dom@17.0.2)(react@17.0.2) - semver: 7.5.0 - umi: 3.5.40(react-router@5.3.4) + semver: 7.5.1 + umi: 3.5.41(react-router@5.3.4) transitivePeerDependencies: - react - react-dom dev: false - /@umijs/plugin-crossorigin@1.2.1(umi@3.5.40): + /@umijs/plugin-crossorigin@1.2.1(umi@3.5.41): resolution: {integrity: sha512-4oXNFBLOCH1FHTgFi7EDmlcjjYMthOQlrTT+mSbNeMzvl0P/WKldSJsYAUXUTg+I7vlbb5bNby4dpHKK37JcbQ==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) dev: false - /@umijs/plugin-dva@0.13.0(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40): + /@umijs/plugin-dva@0.13.0(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.41): resolution: {integrity: sha512-cpGq8vzN8AmyWxexWLQ+WGqfT0WMCiryvU5EcNGbx1/Ub9aICUfPBpB46cxJrxjDCjUzuVslRNb2pdgI0xXUXg==} peerDependencies: umi: 3.x @@ -17189,7 +17698,7 @@ packages: dva: 2.6.0-beta.23(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2) dva-immer: 0.5.2(dva@2.6.0-beta.23) dva-loading: 3.0.24(dva-core@1.6.0-beta.7) - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) transitivePeerDependencies: - dva-core - react @@ -17199,27 +17708,27 @@ packages: - redbox-react dev: false - /@umijs/plugin-helmet@1.1.3(react@17.0.2)(umi@3.5.40): + /@umijs/plugin-helmet@1.1.3(react@17.0.2)(umi@3.5.41): resolution: {integrity: sha512-X4GRFlvOb8DxMDm1vExfpWOvxl6bp0oZz114DyhwnMSriJ8RcHAigTjtVJHYxJpKv7P6KayN3n13J4w/XZGWMg==} peerDependencies: umi: 3.x dependencies: '@types/react-helmet': 6.1.6 react-helmet: 6.1.0(react@17.0.2) - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) transitivePeerDependencies: - react dev: false - /@umijs/plugin-initial-state@2.4.0(umi@3.5.40): + /@umijs/plugin-initial-state@2.4.0(umi@3.5.41): resolution: {integrity: sha512-UHH5fTL9skm4771R3xvWCrjd5xiQ7OdJ83G0P1YZLhuNbh0cAFVT8SPTU8dA9o8TTAZ66IEq7axhWl1cGxVsXw==} peerDependencies: umi: 3.x dependencies: - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) dev: false - /@umijs/plugin-layout@0.18.1(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-locale@0.15.2)(@umijs/plugin-model@2.6.2)(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40): + /@umijs/plugin-layout@0.18.1(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-locale@0.15.2)(@umijs/plugin-model@2.6.2)(react-dom@17.0.2)(react@17.0.2)(umi@3.5.41): resolution: {integrity: sha512-15YTcFpic0v15nFzlg6G8nvMCveBtcBL77Wr9wXYJdgR0iU7dnO7T4OqbLwgEc1uHxtGhTVibi6nSGelX56zCg==} peerDependencies: '@ant-design/icons': ^4.0.0 @@ -17231,20 +17740,20 @@ packages: dependencies: '@ant-design/icons': 4.8.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/pro-layout': 6.38.22(prop-types@15.8.1)(react-dom@17.0.2)(react@17.0.2) - '@umijs/plugin-initial-state': 2.4.0(umi@3.5.40) - '@umijs/plugin-locale': 0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) - '@umijs/plugin-model': 2.6.2(umi@3.5.40) + '@umijs/plugin-initial-state': 2.4.0(umi@3.5.41) + '@umijs/plugin-locale': 0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.41) + '@umijs/plugin-model': 2.6.2(umi@3.5.41) '@umijs/route-utils': 2.2.2 antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) lodash: 4.17.21 path-to-regexp: 1.8.0 - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) transitivePeerDependencies: - react - react-dom dev: false - /@umijs/plugin-locale@0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40): + /@umijs/plugin-locale@0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.41): resolution: {integrity: sha512-/m3ik0NKbE/PHFPKPqSBEwGi5RUB6Dz2T7jepDXhU8ycV0zUPGbDbChUx1r/3t5zveZIND1s/7A49Apb+ujUmg==} peerDependencies: umi: 3.x @@ -17255,41 +17764,41 @@ packages: intl: 1.2.5 moment: 2.29.4 react-intl: 3.12.1(react@17.0.2) - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) warning: 4.0.3 transitivePeerDependencies: - react - react-dom dev: false - /@umijs/plugin-model@2.6.2(umi@3.5.40): + /@umijs/plugin-model@2.6.2(umi@3.5.41): resolution: {integrity: sha512-MKLAgYIoBkciavxTqJY6VOhvnNQv7jp+olNmXqqZ3I3WsLg7jo33NCOAA3ej103kmo9ZvD9R1aakl7e9WKsdAw==} peerDependencies: umi: 3.x dependencies: fast-deep-equal: 3.1.1 - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) dev: false - /@umijs/plugin-request@2.8.0(react@17.0.2)(umi@3.5.40): + /@umijs/plugin-request@2.8.0(react@17.0.2)(umi@3.5.41): resolution: {integrity: sha512-bwJg0rFbMZcizO+fHbSNz6X/U6suR84ciLIo9zLtRMuradx/yanMnz+ckh2dlZvTlGYrckkJwWgoSFxWlU8yyA==} peerDependencies: umi: 3.x dependencies: '@ahooksjs/use-request': 2.8.15(react@17.0.2) - umi: 3.5.40(react-router@5.3.4) + umi: 3.5.41(react-router@5.3.4) umi-request: 1.4.0 transitivePeerDependencies: - react dev: false - /@umijs/plugin-test@1.0.2(umi@3.5.40): + /@umijs/plugin-test@1.0.2(umi@3.5.41): resolution: {integrity: sha512-EIV86Xmw/Cn8vRLXha+ct0PfY6gRRKov5lanvt1B2L5t6xAqnTd03AxmB7i1Go9vDcFxDBheuDf/nyGiT/xTFw==} peerDependencies: umi: 3.x dependencies: - '@umijs/test': 3.5.40 - umi: 3.5.40(react-router@5.3.4) + '@umijs/test': 3.5.41 + umi: 3.5.41(react-router@5.3.4) transitivePeerDependencies: - bufferutil - canvas @@ -17298,58 +17807,58 @@ packages: - utf-8-validate dev: false - /@umijs/preset-built-in@3.5.40(react-dom@16.14.0)(react@16.14.0): - resolution: {integrity: sha512-e64viqBYkP8ii3ON1QVyQqlq3nrXGqlZ72DLREmJmXrloOsIVZ5VDAyl3oOnublnpqOt3aoYxHVGjYVVe/9rXw==} + /@umijs/preset-built-in@3.5.41(react-dom@16.14.0)(react@16.14.0): + resolution: {integrity: sha512-YoUeiaoiG6Kv/9QkVYj4wUXP7dqdxOt95H9F7e8QaukH6le9CvvRyRn+NSLGk3R7Owv4jdkMBujwFzj1/85O3A==} peerDependencies: react: 16.x || 17.x || 17 dependencies: '@types/react-router-config': 5.0.2 - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/bundler-webpack': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-mpa': 3.5.40(react-dom@16.14.0)(react@16.14.0) - '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) - '@umijs/runtime': 3.5.40(react@16.14.0) - '@umijs/server': 3.5.40 - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/bundler-webpack': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/renderer-mpa': 3.5.41(react-dom@16.14.0)(react@16.14.0) + '@umijs/renderer-react': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/runtime': 3.5.41(react@16.14.0) + '@umijs/server': 3.5.41 + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/utils': 3.5.41 ansi-html: 0.0.9 core-js: 3.6.5 - core-js-pure: 3.30.1 + core-js-pure: 3.31.0 error-stack-parser: 2.1.4 es-module-lexer: 0.7.1 - es5-imcompatible-versions: 0.1.82 + es5-imcompatible-versions: 0.1.83 history-with-query: 4.10.4 - html-entities: 2.3.3 + html-entities: 2.3.5 mime: 1.4.1 react: 16.14.0 react-refresh: 0.10.0 - react-router: 5.2.0(react@16.14.0) + react-router: 5.2.0(react@17.0.2) react-router-config: 5.1.1(react-router@5.2.0)(react@16.14.0) react-router-dom: 5.2.0(react@16.14.0) regenerator-runtime: 0.13.5 - schema-utils: 3.1.2 + schema-utils: 3.2.0 transitivePeerDependencies: - react-dom - /@umijs/preset-dumi@1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40): + /@umijs/preset-dumi@1.1.50(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.41): resolution: {integrity: sha512-HhKMGct5DEd+ZZxBLbCUvXxnMh4MYlMeFIQXf2Ei9tVaKCeNri4I+BYb93swAmEl2v+2PxrKHCCzXNv07C+9Uw==} peerDependencies: umi: ^3.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 '@mapbox/hast-util-to-jsx': 1.0.0 - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/plugin-analytics': 0.2.3(umi@3.5.40) - '@umijs/runtime': 3.5.40(react@17.0.2) - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2) - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/core': 3.5.41 + '@umijs/plugin-analytics': 0.2.3(umi@3.5.41) + '@umijs/runtime': 3.5.41(react@17.0.2) + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2) + '@umijs/utils': 3.5.41 codesandbox: 2.2.3 copy-text-to-clipboard: 2.2.0 deepmerge: 4.3.1 @@ -17380,8 +17889,8 @@ packages: remark-stringify: 9.0.1 sitemap: 6.4.0 slash2: 2.0.0 - terser: 5.17.1 - umi: 3.5.40(react-router@6.11.1) + terser: 5.17.7 + umi: 3.5.41(react-router@6.12.1) unified: 8.4.2 unist-util-visit: 2.0.3 unist-util-visit-parents: 3.1.1 @@ -17396,23 +17905,23 @@ packages: - utf-8-validate dev: true - /@umijs/preset-dumi@1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40): + /@umijs/preset-dumi@1.1.50(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.41): resolution: {integrity: sha512-HhKMGct5DEd+ZZxBLbCUvXxnMh4MYlMeFIQXf2Ei9tVaKCeNri4I+BYb93swAmEl2v+2PxrKHCCzXNv07C+9Uw==} peerDependencies: umi: ^3.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 '@mapbox/hast-util-to-jsx': 1.0.0 - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/plugin-analytics': 0.2.3(umi@3.5.40) - '@umijs/runtime': 3.5.40(react@17.0.2) - '@umijs/types': 3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2) - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/core': 3.5.41 + '@umijs/plugin-analytics': 0.2.3(umi@3.5.41) + '@umijs/runtime': 3.5.41(react@17.0.2) + '@umijs/types': 3.5.41(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2) + '@umijs/utils': 3.5.41 codesandbox: 2.2.3 copy-text-to-clipboard: 2.2.0 deepmerge: 4.3.1 @@ -17443,8 +17952,8 @@ packages: remark-stringify: 9.0.1 sitemap: 6.4.0 slash2: 2.0.0 - terser: 5.17.1 - umi: 3.5.40(react-router@6.11.1) + terser: 5.17.7 + umi: 3.5.41(react-router@6.12.1) unified: 8.4.2 unist-util-visit: 2.0.3 unist-util-visit-parents: 3.1.1 @@ -17459,24 +17968,24 @@ packages: - utf-8-validate dev: false - /@umijs/preset-react@1.8.32(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40): + /@umijs/preset-react@1.8.32(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.41): resolution: {integrity: sha512-f/jJRxIRzRrZ040GMdBuV3byvtbx35oWymDT5A/q/e+QmjCrs6c9XCRktGInKIhZycqI/GuA6eLaxXIKvu6b9A==} peerDependencies: umi: 3.x dependencies: - '@umijs/plugin-access': 2.4.3(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-model@2.6.2)(umi@3.5.40) - '@umijs/plugin-analytics': 0.2.2(umi@3.5.40) - '@umijs/plugin-antd': 0.13.0(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) - '@umijs/plugin-crossorigin': 1.2.1(umi@3.5.40) - '@umijs/plugin-dva': 0.13.0(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.40) - '@umijs/plugin-helmet': 1.1.3(react@17.0.2)(umi@3.5.40) - '@umijs/plugin-initial-state': 2.4.0(umi@3.5.40) - '@umijs/plugin-layout': 0.18.1(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-locale@0.15.2)(@umijs/plugin-model@2.6.2)(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) - '@umijs/plugin-locale': 0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.40) - '@umijs/plugin-model': 2.6.2(umi@3.5.40) - '@umijs/plugin-request': 2.8.0(react@17.0.2)(umi@3.5.40) - '@umijs/plugin-test': 1.0.2(umi@3.5.40) - umi: 3.5.40(react-router@5.3.4) + '@umijs/plugin-access': 2.4.3(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-model@2.6.2)(umi@3.5.41) + '@umijs/plugin-analytics': 0.2.2(umi@3.5.41) + '@umijs/plugin-antd': 0.13.0(react-dom@17.0.2)(react@17.0.2)(umi@3.5.41) + '@umijs/plugin-crossorigin': 1.2.1(umi@3.5.41) + '@umijs/plugin-dva': 0.13.0(dva-core@1.6.0-beta.7)(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2)(redbox-react@1.6.0)(umi@3.5.41) + '@umijs/plugin-helmet': 1.1.3(react@17.0.2)(umi@3.5.41) + '@umijs/plugin-initial-state': 2.4.0(umi@3.5.41) + '@umijs/plugin-layout': 0.18.1(@ant-design/icons@4.8.0)(@ant-design/pro-layout@6.38.22)(@umijs/plugin-initial-state@2.4.0)(@umijs/plugin-locale@0.15.2)(@umijs/plugin-model@2.6.2)(react-dom@17.0.2)(react@17.0.2)(umi@3.5.41) + '@umijs/plugin-locale': 0.15.2(react-dom@17.0.2)(react@17.0.2)(umi@3.5.41) + '@umijs/plugin-model': 2.6.2(umi@3.5.41) + '@umijs/plugin-request': 2.8.0(react@17.0.2)(umi@3.5.41) + '@umijs/plugin-test': 1.0.2(umi@3.5.41) + umi: 3.5.41(react-router@5.3.4) transitivePeerDependencies: - '@ant-design/icons' - '@ant-design/pro-layout' @@ -17493,44 +18002,44 @@ packages: - utf-8-validate dev: false - /@umijs/renderer-mpa@3.5.40(react-dom@16.14.0)(react@16.14.0): - resolution: {integrity: sha512-sHtw4HK/2oKZCES+XTn2oE0vKlqG3zvW/MVNhFxkHkDEdPtPmqpVk6e8bHW9l8NFPS19PlSj+BUbjJVdDupaSQ==} + /@umijs/renderer-mpa@3.5.41(react-dom@16.14.0)(react@16.14.0): + resolution: {integrity: sha512-SUAlBZwUXVJdj5lBQ0Kf2nH3/mkyqZEkgZw0laLn2sNeVfe0bpSKjTvYv3sGMZ9Jg+L61g8TNwGO4Y1j8x5rkw==} peerDependencies: react: 16.x || 17.x || 17 react-dom: 16.x || 17.x dependencies: - '@types/react': 16.14.40 + '@types/react': 16.14.43 '@types/react-dom': 16.9.19 - '@umijs/runtime': 3.5.40(react@16.14.0) + '@umijs/runtime': 3.5.41(react@16.14.0) react: 16.14.0 react-dom: 16.14.0(react@16.14.0) - /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} + /@umijs/renderer-react@3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): + resolution: {integrity: sha512-DmExaziU84uFXv09gYXpFk/tHB+mjINUD8YmYULjbQ+QQA9so2zkxNSv9gYy5hXNepheUMd+uriV/qUB6HNBVg==} peerDependencies: react: 16.x || 17.x || 17 react-dom: 16.x || 17.x dependencies: - '@types/react': 16.14.40 + '@types/react': 16.14.43 '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40(react@16.14.0) + '@types/react-router-config': 5.0.2 + '@umijs/runtime': 3.5.41(react@16.14.0) react: 16.14.0 react-dom: 16.14.0(react@16.14.0) react-router-config: 5.1.1(react-router@5.2.0)(react@16.14.0) transitivePeerDependencies: - react-router - /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} + /@umijs/renderer-react@3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): + resolution: {integrity: sha512-DmExaziU84uFXv09gYXpFk/tHB+mjINUD8YmYULjbQ+QQA9so2zkxNSv9gYy5hXNepheUMd+uriV/qUB6HNBVg==} peerDependencies: react: 16.x || 17.x || 17 react-dom: 16.x || 17.x dependencies: - '@types/react': 16.14.40 + '@types/react': 16.14.43 '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40(react@16.14.0) + '@types/react-router-config': 5.0.2 + '@umijs/runtime': 3.5.41(react@16.14.0) react: 16.14.0 react-dom: 16.14.0(react@16.14.0) react-router-config: 5.1.1(react-router@5.3.4)(react@16.14.0) @@ -17538,52 +18047,52 @@ packages: - react-router dev: false - /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} + /@umijs/renderer-react@3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0): + resolution: {integrity: sha512-DmExaziU84uFXv09gYXpFk/tHB+mjINUD8YmYULjbQ+QQA9so2zkxNSv9gYy5hXNepheUMd+uriV/qUB6HNBVg==} peerDependencies: react: 16.x || 17.x || 17 react-dom: 16.x || 17.x dependencies: - '@types/react': 16.14.40 + '@types/react': 16.14.43 '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40(react@16.14.0) + '@types/react-router-config': 5.0.2 + '@umijs/runtime': 3.5.41(react@16.14.0) react: 16.14.0 react-dom: 16.14.0(react@16.14.0) - react-router-config: 5.1.1(react-router@6.11.1)(react@16.14.0) + react-router-config: 5.1.1(react-router@6.12.1)(react@16.14.0) transitivePeerDependencies: - react-router - /@umijs/renderer-react@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2): - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} + /@umijs/renderer-react@3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2): + resolution: {integrity: sha512-DmExaziU84uFXv09gYXpFk/tHB+mjINUD8YmYULjbQ+QQA9so2zkxNSv9gYy5hXNepheUMd+uriV/qUB6HNBVg==} peerDependencies: react: 16.x || 17.x || 17 react-dom: 16.x || 17.x dependencies: - '@types/react': 16.14.40 + '@types/react': 16.14.43 '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40(react@17.0.2) + '@types/react-router-config': 5.0.2 + '@umijs/runtime': 3.5.41(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - react-router-config: 5.1.1(react-router@6.11.1)(react@17.0.2) + react-router-config: 5.1.1(react-router@6.12.1)(react@17.0.2) transitivePeerDependencies: - react-router dev: true - /@umijs/renderer-react@3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2): - resolution: {integrity: sha512-qWugZVxrQcg0fcIlan2+jq995MgffKZjBTxTD6hoHuycmOBk3JeJaQ1gA3wMgJY01oHEsaU+qeupzoryebSv8g==} + /@umijs/renderer-react@3.5.41(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2): + resolution: {integrity: sha512-DmExaziU84uFXv09gYXpFk/tHB+mjINUD8YmYULjbQ+QQA9so2zkxNSv9gYy5hXNepheUMd+uriV/qUB6HNBVg==} peerDependencies: react: 16.x || 17.x || 17 react-dom: 16.x || 17.x dependencies: - '@types/react': 16.14.40 + '@types/react': 16.14.43 '@types/react-dom': 16.9.19 - '@types/react-router-config': 5.0.7 - '@umijs/runtime': 3.5.40(react@17.0.2) + '@types/react-router-config': 5.0.2 + '@umijs/runtime': 3.5.41(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-router-config: 5.1.1(react-router@6.11.1)(react@17.0.2) + react-router-config: 5.1.1(react-router@6.12.1)(react@17.0.2) transitivePeerDependencies: - react-router dev: false @@ -17601,8 +18110,8 @@ packages: resolution: {integrity: sha512-+1ixf1BTOLuH+ORb4x8vYMPeIt38n9q0fJDwhv9nSxrV46mxbLF0nmELIo9CKQB2gHfuC4+hww6xejJ6VYnBHQ==} dev: false - /@umijs/runtime@3.5.40(react@16.14.0): - resolution: {integrity: sha512-ROo1lxS6sDX+ENIDsxi5doiUIMNa/JqXJzMdHhHboJRHp86zYyEg/y/WD7yBySD5X80Wwb6IWdp/gTnUobgFfQ==} + /@umijs/runtime@3.5.41(react@16.14.0): + resolution: {integrity: sha512-ZZJm30Kl7JP3/uM0J7HnIvt37OGSPNuC81+MBT729e8+nXiabbs07pbHyTS2DddVZsaevi5PhDu6YcHPcLWDhA==} peerDependencies: react: 16.x || 17.x || 17 dependencies: @@ -17614,8 +18123,8 @@ packages: react-router-dom: 5.2.0(react@16.14.0) use-subscription: 1.5.1(react@16.14.0) - /@umijs/runtime@3.5.40(react@17.0.2): - resolution: {integrity: sha512-ROo1lxS6sDX+ENIDsxi5doiUIMNa/JqXJzMdHhHboJRHp86zYyEg/y/WD7yBySD5X80Wwb6IWdp/gTnUobgFfQ==} + /@umijs/runtime@3.5.41(react@17.0.2): + resolution: {integrity: sha512-ZZJm30Kl7JP3/uM0J7HnIvt37OGSPNuC81+MBT729e8+nXiabbs07pbHyTS2DddVZsaevi5PhDu6YcHPcLWDhA==} peerDependencies: react: 16.x || 17.x || 17 dependencies: @@ -17627,24 +18136,24 @@ packages: react-router-dom: 5.2.0(react@17.0.2) use-subscription: 1.5.1(react@17.0.2) - /@umijs/server@3.5.40: - resolution: {integrity: sha512-oVN0X523FIpzRIQ9lJa6scLkP2KcnLBCVhspzvabApnNSCWbbrOjDwP7uJvx93wfPGCGCk3iZyV9yXsBu5NJPw==} + /@umijs/server@3.5.41: + resolution: {integrity: sha512-DL4tOGIsP/UHu6++T+vXJdaMd7BXvGo+Vjk3JW4V/gyJhhDSfCHalnv3rEGygxpaWa4nsJdzCaVzKnlRSGAzuw==} dependencies: - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/utils': 3.5.41 /@umijs/ssr-darkreader@4.9.45: resolution: {integrity: sha512-XlcwzSYQ/SRZpHdwIyMDS4FOGX5kP4U/2g2mykyn/iPQTK4xTiQAyBu6UnnDnn7d5P8s7Atzh1C7H0ETNOypJg==} dev: false - /@umijs/test@3.5.40: - resolution: {integrity: sha512-ULsbQqPLB5aojMP17l1XTqW3MbEAQzQhUJAbLX4LU2rbmPFNN8bfWNzC4j/XUGKa4lRMzLlupD9DV4NtKO4ssw==} + /@umijs/test@3.5.41: + resolution: {integrity: sha512-0Y2XuGwlFBd4Un3AbColgnt8GejYVN2dfYdzkdo6Tsn0BX2iFTtJiF1L1SwO4YqHob3oI/CMzpEcKCNkC041QQ==} hasBin: true dependencies: '@babel/core': 7.18.6 - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/utils': 3.5.41 babel-jest: 26.6.3(@babel/core@7.18.6) core-js: 3.8.2 identity-obj-proxy: 3.0.0 @@ -17660,30 +18169,30 @@ packages: - utf-8-validate dev: false - /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} + /@umijs/types@3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0): + resolution: {integrity: sha512-pxvLiQ99EL8Yu98F/ZMojG9ukDptC315cnxSnRYOdS34F57oiIgW0Zoi0TrKlA0pVIQxC2MXzyQwy+HfDmB23Q==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/renderer-react': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/server': 3.5.41 + '@umijs/utils': 3.5.41 webpack-chain: 6.5.1 transitivePeerDependencies: - react - react-dom - react-router - /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} + /@umijs/types@3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0): + resolution: {integrity: sha512-pxvLiQ99EL8Yu98F/ZMojG9ukDptC315cnxSnRYOdS34F57oiIgW0Zoi0TrKlA0pVIQxC2MXzyQwy+HfDmB23Q==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/renderer-react': 3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) + '@umijs/server': 3.5.41 + '@umijs/utils': 3.5.41 webpack-chain: 6.5.1 transitivePeerDependencies: - react @@ -17691,30 +18200,30 @@ packages: - react-router dev: false - /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0): - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} + /@umijs/types@3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0): + resolution: {integrity: sha512-pxvLiQ99EL8Yu98F/ZMojG9ukDptC315cnxSnRYOdS34F57oiIgW0Zoi0TrKlA0pVIQxC2MXzyQwy+HfDmB23Q==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/renderer-react': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0) + '@umijs/server': 3.5.41 + '@umijs/utils': 3.5.41 webpack-chain: 6.5.1 transitivePeerDependencies: - react - react-dom - react-router - /@umijs/types@3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2): - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} + /@umijs/types@3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2): + resolution: {integrity: sha512-pxvLiQ99EL8Yu98F/ZMojG9ukDptC315cnxSnRYOdS34F57oiIgW0Zoi0TrKlA0pVIQxC2MXzyQwy+HfDmB23Q==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2) - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/renderer-react': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2) + '@umijs/server': 3.5.41 + '@umijs/utils': 3.5.41 webpack-chain: 6.5.1 transitivePeerDependencies: - react @@ -17722,15 +18231,15 @@ packages: - react-router dev: true - /@umijs/types@3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2): - resolution: {integrity: sha512-c02XJW4uKHGCsqC6Af9mr+SLg3+85bE2gYpHH6mTGEW6qDJT0nkdfB1BQ35GTrDjBsfNOK8P4krFTa9xp4tF7g==} + /@umijs/types@3.5.41(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2): + resolution: {integrity: sha512-pxvLiQ99EL8Yu98F/ZMojG9ukDptC315cnxSnRYOdS34F57oiIgW0Zoi0TrKlA0pVIQxC2MXzyQwy+HfDmB23Q==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/renderer-react': 3.5.40(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2) - '@umijs/server': 3.5.40 - '@umijs/utils': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/renderer-react': 3.5.41(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2) + '@umijs/server': 3.5.41 + '@umijs/utils': 3.5.41 webpack-chain: 6.5.1 transitivePeerDependencies: - react @@ -17746,14 +18255,14 @@ packages: react: 17.0.2 dev: false - /@umijs/utils@3.5.40: - resolution: {integrity: sha512-SYFBO8bruudP9MBwqnd3nz4JTZqkb28+RtEJGBp5MqUyaizplq0bwo4WfqbAjXctdOWjKS3XfSJmRNKQy5JXww==} + /@umijs/utils@3.5.41: + resolution: {integrity: sha512-htBGGUfVUlEv5j9hUZ0tmVa9Jj1Z3vhFsUNKl2Luw7hWqTv86prWKPEcG2FWOjTTmE8iSK6r4dHmBSlSC5P6Tw==} dependencies: - '@umijs/babel-preset-umi': 3.5.40 - '@umijs/deps': 3.5.40 + '@umijs/babel-preset-umi': 3.5.41 + '@umijs/deps': 3.5.41 - /@umijs/utils@4.0.67: - resolution: {integrity: sha512-Bd0remZqA1NltIaqD0mjp71MQR3x+0w2XaKRebmzyZHIFFxdy82w7UI1cDsnM/z40mTwJ/8NAXSdwC/K2pazKg==} + /@umijs/utils@4.0.70: + resolution: {integrity: sha512-ZfDrtE7GtfYsdd5QwJiZHLMql8ZbyzUw37S7eCgIl5RTOxec1Ojqbzpfis7j8nyWyMGd/PpsuUl5909gA0U9bg==} dependencies: chokidar: 3.5.3 pino: 7.11.0 @@ -17763,11 +18272,11 @@ packages: hasBin: true dev: true - /@webassemblyjs/ast@1.11.5: - resolution: {integrity: sha512-LHY/GSAZZRpsNQH+/oHqhRQ5FT7eoULcBqgfyTB5nQHogFnK3/7QoN7dLnwSE/JkUAF0SrRuclT7ODqMFtWxxQ==} + /@webassemblyjs/ast@1.11.6: + resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} dependencies: - '@webassemblyjs/helper-numbers': 1.11.5 - '@webassemblyjs/helper-wasm-bytecode': 1.11.5 + '@webassemblyjs/helper-numbers': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 /@webassemblyjs/ast@1.9.0: resolution: {integrity: sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==} @@ -17777,22 +18286,22 @@ packages: '@webassemblyjs/wast-parser': 1.9.0 dev: true - /@webassemblyjs/floating-point-hex-parser@1.11.5: - resolution: {integrity: sha512-1j1zTIC5EZOtCplMBG/IEwLtUojtwFVwdyVMbL/hwWqbzlQoJsWCOavrdnLkemwNoC/EOwtUFch3fuo+cbcXYQ==} + /@webassemblyjs/floating-point-hex-parser@1.11.6: + resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} /@webassemblyjs/floating-point-hex-parser@1.9.0: resolution: {integrity: sha512-TG5qcFsS8QB4g4MhrxK5TqfdNe7Ey/7YL/xN+36rRjl/BlGE/NcBvJcqsRgCP6Z92mRE+7N50pRIi8SmKUbcQA==} dev: true - /@webassemblyjs/helper-api-error@1.11.5: - resolution: {integrity: sha512-L65bDPmfpY0+yFrsgz8b6LhXmbbs38OnwDCf6NpnMUYqa+ENfE5Dq9E42ny0qz/PdR0LJyq/T5YijPnU8AXEpA==} + /@webassemblyjs/helper-api-error@1.11.6: + resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} /@webassemblyjs/helper-api-error@1.9.0: resolution: {integrity: sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==} dev: true - /@webassemblyjs/helper-buffer@1.11.5: - resolution: {integrity: sha512-fDKo1gstwFFSfacIeH5KfwzjykIE6ldh1iH9Y/8YkAZrhmu4TctqYjSh7t0K2VyDSXOZJ1MLhht/k9IvYGcIxg==} + /@webassemblyjs/helper-buffer@1.11.6: + resolution: {integrity: sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==} /@webassemblyjs/helper-buffer@1.9.0: resolution: {integrity: sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==} @@ -17814,27 +18323,27 @@ packages: '@webassemblyjs/ast': 1.9.0 dev: true - /@webassemblyjs/helper-numbers@1.11.5: - resolution: {integrity: sha512-DhykHXM0ZABqfIGYNv93A5KKDw/+ywBFnuWybZZWcuzWHfbp21wUfRkbtz7dMGwGgT4iXjWuhRMA2Mzod6W4WA==} + /@webassemblyjs/helper-numbers@1.11.6: + resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.5 - '@webassemblyjs/helper-api-error': 1.11.5 + '@webassemblyjs/floating-point-hex-parser': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 '@xtuc/long': 4.2.2 - /@webassemblyjs/helper-wasm-bytecode@1.11.5: - resolution: {integrity: sha512-oC4Qa0bNcqnjAowFn7MPCETQgDYytpsfvz4ujZz63Zu/a/v71HeCAAmZsgZ3YVKec3zSPYytG3/PrRCqbtcAvA==} + /@webassemblyjs/helper-wasm-bytecode@1.11.6: + resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} /@webassemblyjs/helper-wasm-bytecode@1.9.0: resolution: {integrity: sha512-R7FStIzyNcd7xKxCZH5lE0Bqy+hGTwS3LJjuv1ZVxd9O7eHCedSdrId/hMOd20I+v8wDXEn+bjfKDLzTepoaUw==} dev: true - /@webassemblyjs/helper-wasm-section@1.11.5: - resolution: {integrity: sha512-uEoThA1LN2NA+K3B9wDo3yKlBfVtC6rh0i4/6hvbz071E8gTNZD/pT0MsBf7MeD6KbApMSkaAK0XeKyOZC7CIA==} + /@webassemblyjs/helper-wasm-section@1.11.6: + resolution: {integrity: sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==} dependencies: - '@webassemblyjs/ast': 1.11.5 - '@webassemblyjs/helper-buffer': 1.11.5 - '@webassemblyjs/helper-wasm-bytecode': 1.11.5 - '@webassemblyjs/wasm-gen': 1.11.5 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 /@webassemblyjs/helper-wasm-section@1.9.0: resolution: {integrity: sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==} @@ -17845,8 +18354,8 @@ packages: '@webassemblyjs/wasm-gen': 1.9.0 dev: true - /@webassemblyjs/ieee754@1.11.5: - resolution: {integrity: sha512-37aGq6qVL8A8oPbPrSGMBcp38YZFXcHfiROflJn9jxSdSMMM5dS5P/9e2/TpaJuhE+wFrbukN2WI6Hw9MH5acg==} + /@webassemblyjs/ieee754@1.11.6: + resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} dependencies: '@xtuc/ieee754': 1.2.0 @@ -17856,8 +18365,8 @@ packages: '@xtuc/ieee754': 1.2.0 dev: true - /@webassemblyjs/leb128@1.11.5: - resolution: {integrity: sha512-ajqrRSXaTJoPW+xmkfYN6l8VIeNnR4vBOTQO9HzR7IygoCcKWkICbKFbVTNMjMgMREqXEr0+2M6zukzM47ZUfQ==} + /@webassemblyjs/leb128@1.11.6: + resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} dependencies: '@xtuc/long': 4.2.2 @@ -17867,24 +18376,24 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webassemblyjs/utf8@1.11.5: - resolution: {integrity: sha512-WiOhulHKTZU5UPlRl53gHR8OxdGsSOxqfpqWeA2FmcwBMaoEdz6b2x2si3IwC9/fSPLfe8pBMRTHVMk5nlwnFQ==} + /@webassemblyjs/utf8@1.11.6: + resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} /@webassemblyjs/utf8@1.9.0: resolution: {integrity: sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==} dev: true - /@webassemblyjs/wasm-edit@1.11.5: - resolution: {integrity: sha512-C0p9D2fAu3Twwqvygvf42iGCQ4av8MFBLiTb+08SZ4cEdwzWx9QeAHDo1E2k+9s/0w1DM40oflJOpkZ8jW4HCQ==} + /@webassemblyjs/wasm-edit@1.11.6: + resolution: {integrity: sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==} dependencies: - '@webassemblyjs/ast': 1.11.5 - '@webassemblyjs/helper-buffer': 1.11.5 - '@webassemblyjs/helper-wasm-bytecode': 1.11.5 - '@webassemblyjs/helper-wasm-section': 1.11.5 - '@webassemblyjs/wasm-gen': 1.11.5 - '@webassemblyjs/wasm-opt': 1.11.5 - '@webassemblyjs/wasm-parser': 1.11.5 - '@webassemblyjs/wast-printer': 1.11.5 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/helper-wasm-section': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-opt': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 + '@webassemblyjs/wast-printer': 1.11.6 /@webassemblyjs/wasm-edit@1.9.0: resolution: {integrity: sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==} @@ -17899,14 +18408,14 @@ packages: '@webassemblyjs/wast-printer': 1.9.0 dev: true - /@webassemblyjs/wasm-gen@1.11.5: - resolution: {integrity: sha512-14vteRlRjxLK9eSyYFvw1K8Vv+iPdZU0Aebk3j6oB8TQiQYuO6hj9s4d7qf6f2HJr2khzvNldAFG13CgdkAIfA==} + /@webassemblyjs/wasm-gen@1.11.6: + resolution: {integrity: sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==} dependencies: - '@webassemblyjs/ast': 1.11.5 - '@webassemblyjs/helper-wasm-bytecode': 1.11.5 - '@webassemblyjs/ieee754': 1.11.5 - '@webassemblyjs/leb128': 1.11.5 - '@webassemblyjs/utf8': 1.11.5 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 /@webassemblyjs/wasm-gen@1.9.0: resolution: {integrity: sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==} @@ -17918,13 +18427,13 @@ packages: '@webassemblyjs/utf8': 1.9.0 dev: true - /@webassemblyjs/wasm-opt@1.11.5: - resolution: {integrity: sha512-tcKwlIXstBQgbKy1MlbDMlXaxpucn42eb17H29rawYLxm5+MsEmgPzeCP8B1Cl69hCice8LeKgZpRUAPtqYPgw==} + /@webassemblyjs/wasm-opt@1.11.6: + resolution: {integrity: sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==} dependencies: - '@webassemblyjs/ast': 1.11.5 - '@webassemblyjs/helper-buffer': 1.11.5 - '@webassemblyjs/wasm-gen': 1.11.5 - '@webassemblyjs/wasm-parser': 1.11.5 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-buffer': 1.11.6 + '@webassemblyjs/wasm-gen': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 /@webassemblyjs/wasm-opt@1.9.0: resolution: {integrity: sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==} @@ -17935,15 +18444,15 @@ packages: '@webassemblyjs/wasm-parser': 1.9.0 dev: true - /@webassemblyjs/wasm-parser@1.11.5: - resolution: {integrity: sha512-SVXUIwsLQlc8srSD7jejsfTU83g7pIGr2YYNb9oHdtldSxaOhvA5xwvIiWIfcX8PlSakgqMXsLpLfbbJ4cBYew==} + /@webassemblyjs/wasm-parser@1.11.6: + resolution: {integrity: sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==} dependencies: - '@webassemblyjs/ast': 1.11.5 - '@webassemblyjs/helper-api-error': 1.11.5 - '@webassemblyjs/helper-wasm-bytecode': 1.11.5 - '@webassemblyjs/ieee754': 1.11.5 - '@webassemblyjs/leb128': 1.11.5 - '@webassemblyjs/utf8': 1.11.5 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/helper-api-error': 1.11.6 + '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + '@webassemblyjs/ieee754': 1.11.6 + '@webassemblyjs/leb128': 1.11.6 + '@webassemblyjs/utf8': 1.11.6 /@webassemblyjs/wasm-parser@1.9.0: resolution: {integrity: sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==} @@ -17967,10 +18476,10 @@ packages: '@xtuc/long': 4.2.2 dev: true - /@webassemblyjs/wast-printer@1.11.5: - resolution: {integrity: sha512-f7Pq3wvg3GSPUPzR0F6bmI89Hdb+u9WXrSKc4v+N0aV0q6r42WoF92Jp2jEorBEBRoRNXgjp53nBniDXcqZYPA==} + /@webassemblyjs/wast-printer@1.11.6: + resolution: {integrity: sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==} dependencies: - '@webassemblyjs/ast': 1.11.5 + '@webassemblyjs/ast': 1.11.6 '@xtuc/long': 4.2.2 /@webassemblyjs/wast-printer@1.9.0: @@ -17989,14 +18498,14 @@ packages: resolution: {integrity: sha512-cvvCMSZBT4VsRNtt0lI6XQqvOIIWw6+NRUtnPUMDVDgsI4pCZColz3qzF5QcP9wIYOHEc3jssIBse8UWONKhlQ==} dev: false - /@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.82.0): + /@webpack-cli/configtest@1.2.0(webpack-cli@4.10.0)(webpack@5.86.0): resolution: {integrity: sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==} peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x dependencies: - webpack: 5.82.0(webpack-cli@4.10.0) - webpack-cli: 4.10.0(webpack@5.82.0) + webpack: 5.86.0(webpack-cli@4.10.0) + webpack-cli: 4.10.0(webpack@5.86.0) /@webpack-cli/info@1.5.0(webpack-cli@4.10.0): resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} @@ -18004,7 +18513,7 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0(webpack@5.82.0) + webpack-cli: 4.10.0(webpack@5.86.0) /@webpack-cli/serve@1.7.0(webpack-cli@4.10.0): resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} @@ -18015,7 +18524,7 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0(webpack@5.82.0) + webpack-cli: 4.10.0(webpack@5.86.0) /@webpack-contrib/schema-utils@1.0.0-beta.0(webpack@4.46.0): resolution: {integrity: sha512-LonryJP+FxQQHsjGBi6W786TQB1Oym+agTpY0c+Kj8alnIw+DLUJb6SI8Y1GHGhLCH1yPRrucjObUmxNICQ1pg==} @@ -18133,8 +18642,8 @@ packages: acorn: 7.4.1 acorn-walk: 7.2.0 - /acorn-import-assertions@1.8.0(acorn@8.8.2): - resolution: {integrity: sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==} + /acorn-import-assertions@1.9.0(acorn@8.8.2): + resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} peerDependencies: acorn: ^8 dependencies: @@ -18297,7 +18806,7 @@ packages: dependencies: '@ahooksjs/use-request': 2.8.15(react@17.0.2) '@types/js-cookie': 2.2.7 - dayjs: 1.11.7 + dayjs: 1.11.8 intersection-observer: 0.7.0 js-cookie: 2.2.1 lodash.debounce: 4.0.8 @@ -18314,17 +18823,17 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/js-cookie': 2.2.7 ahooks-v3-count: 1.0.0 - dayjs: 1.11.7 + dayjs: 1.11.8 intersection-observer: 0.12.2 js-cookie: 2.2.1 lodash: 4.17.21 react: 17.0.2 resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 - tslib: 2.5.0 + tslib: 2.5.3 dev: false /airbnb-js-shims@2.2.1: @@ -18616,17 +19125,17 @@ packages: '@ant-design/colors': 6.0.0 '@ant-design/icons': 4.7.0(react-dom@16.14.0)(react@17.0.2) '@ant-design/react-slick': 0.29.2(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@ctrl/tinycolor': 3.6.0 classnames: 2.3.2 copy-to-clipboard: 3.3.3 lodash: 4.17.21 moment: 2.29.4 rc-cascader: 3.7.2(react-dom@16.14.0)(react@17.0.2) - rc-checkbox: 3.0.0(react-dom@16.14.0)(react@17.0.2) + rc-checkbox: 3.0.1(react-dom@16.14.0)(react@17.0.2) rc-collapse: 3.4.2(react-dom@16.14.0)(react@17.0.2) rc-dialog: 9.0.2(react-dom@16.14.0)(react@17.0.2) - rc-drawer: 6.1.5(react-dom@16.14.0)(react@17.0.2) + rc-drawer: 6.1.6(react-dom@16.14.0)(react@17.0.2) rc-dropdown: 4.0.1(react-dom@16.14.0)(react@17.0.2) rc-field-form: 1.27.4(react-dom@16.14.0)(react@17.0.2) rc-image: 5.13.0(react-dom@16.14.0)(react@17.0.2) @@ -18638,7 +19147,7 @@ packages: rc-notification: 4.6.1(react-dom@16.14.0)(react@17.0.2) rc-pagination: 3.2.0(react-dom@16.14.0)(react@17.0.2) rc-picker: 2.7.2(react-dom@16.14.0)(react@17.0.2) - rc-progress: 3.4.1(react-dom@16.14.0)(react@17.0.2) + rc-progress: 3.4.2(react-dom@16.14.0)(react@17.0.2) rc-rate: 2.9.2(react-dom@16.14.0)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) rc-segmented: 2.1.2(react-dom@16.14.0)(react@17.0.2) @@ -18650,11 +19159,11 @@ packages: rc-tabs: 12.5.10(react-dom@16.14.0)(react@17.0.2) rc-textarea: 0.4.7(react-dom@16.14.0)(react@17.0.2) rc-tooltip: 5.2.2(react-dom@16.14.0)(react@17.0.2) - rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.4(react-dom@16.14.0)(react@17.0.2) rc-tree-select: 5.5.5(react-dom@16.14.0)(react@17.0.2) rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) rc-upload: 4.3.4(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) scroll-into-view-if-needed: 2.2.31 @@ -18668,17 +19177,17 @@ packages: '@ant-design/colors': 6.0.0 '@ant-design/icons': 4.7.0(react-dom@17.0.2)(react@17.0.2) '@ant-design/react-slick': 0.29.2(react@17.0.2) - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@ctrl/tinycolor': 3.6.0 classnames: 2.3.2 copy-to-clipboard: 3.3.3 lodash: 4.17.21 moment: 2.29.4 rc-cascader: 3.7.2(react-dom@17.0.2)(react@17.0.2) - rc-checkbox: 3.0.0(react-dom@17.0.2)(react@17.0.2) + rc-checkbox: 3.0.1(react-dom@17.0.2)(react@17.0.2) rc-collapse: 3.4.2(react-dom@17.0.2)(react@17.0.2) rc-dialog: 9.0.2(react-dom@17.0.2)(react@17.0.2) - rc-drawer: 6.1.5(react-dom@17.0.2)(react@17.0.2) + rc-drawer: 6.1.6(react-dom@17.0.2)(react@17.0.2) rc-dropdown: 4.0.1(react-dom@17.0.2)(react@17.0.2) rc-field-form: 1.27.4(react-dom@17.0.2)(react@17.0.2) rc-image: 5.13.0(react-dom@17.0.2)(react@17.0.2) @@ -18690,7 +19199,7 @@ packages: rc-notification: 4.6.1(react-dom@17.0.2)(react@17.0.2) rc-pagination: 3.2.0(react-dom@17.0.2)(react@17.0.2) rc-picker: 2.7.2(react-dom@17.0.2)(react@17.0.2) - rc-progress: 3.4.1(react-dom@17.0.2)(react@17.0.2) + rc-progress: 3.4.2(react-dom@17.0.2)(react@17.0.2) rc-rate: 2.9.2(react-dom@17.0.2)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) rc-segmented: 2.1.2(react-dom@17.0.2)(react@17.0.2) @@ -18702,15 +19211,68 @@ packages: rc-tabs: 12.5.10(react-dom@17.0.2)(react@17.0.2) rc-textarea: 0.4.7(react-dom@17.0.2)(react@17.0.2) rc-tooltip: 5.2.2(react-dom@17.0.2)(react@17.0.2) - rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.4(react-dom@17.0.2)(react@17.0.2) rc-tree-select: 5.5.5(react-dom@17.0.2)(react@17.0.2) rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) rc-upload: 4.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) scroll-into-view-if-needed: 2.2.31 + /antd@4.24.10_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-GihdwTGFW0dUaWjcvSIfejFcT63HjEp2EbYd+ojEXayldhey230KrHDJ+C53rkrkzLvymrPBfSxlLxJzyFIZsg==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@ant-design/colors': 6.0.0 + '@ant-design/icons': 4.8.0_sfoxds7t5ydpegc3knd667wn6m + '@ant-design/react-slick': 0.29.2_react@17.0.2 + '@babel/runtime': 7.22.5 + '@ctrl/tinycolor': 3.6.0 + classnames: 2.3.2 + copy-to-clipboard: 3.3.3 + lodash: 4.17.21 + moment: 2.29.4 + rc-cascader: 3.7.2_sfoxds7t5ydpegc3knd667wn6m + rc-checkbox: 3.0.1_sfoxds7t5ydpegc3knd667wn6m + rc-collapse: 3.4.2_sfoxds7t5ydpegc3knd667wn6m + rc-dialog: 9.0.2_sfoxds7t5ydpegc3knd667wn6m + rc-drawer: 6.1.6_sfoxds7t5ydpegc3knd667wn6m + rc-dropdown: 4.0.1_sfoxds7t5ydpegc3knd667wn6m + rc-field-form: 1.27.4_sfoxds7t5ydpegc3knd667wn6m + rc-image: 5.13.0_sfoxds7t5ydpegc3knd667wn6m + rc-input: 0.1.4_sfoxds7t5ydpegc3knd667wn6m + rc-input-number: 7.3.11_sfoxds7t5ydpegc3knd667wn6m + rc-mentions: 1.13.1_sfoxds7t5ydpegc3knd667wn6m + rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-notification: 4.6.1_sfoxds7t5ydpegc3knd667wn6m + rc-pagination: 3.2.0_sfoxds7t5ydpegc3knd667wn6m + rc-picker: 2.7.2_sfoxds7t5ydpegc3knd667wn6m + rc-progress: 3.4.2_sfoxds7t5ydpegc3knd667wn6m + rc-rate: 2.9.2_sfoxds7t5ydpegc3knd667wn6m + rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m + rc-segmented: 2.1.2_sfoxds7t5ydpegc3knd667wn6m + rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m + rc-slider: 10.0.1_sfoxds7t5ydpegc3knd667wn6m + rc-steps: 5.0.0_sfoxds7t5ydpegc3knd667wn6m + rc-switch: 3.2.2_sfoxds7t5ydpegc3knd667wn6m + rc-table: 7.26.0_sfoxds7t5ydpegc3knd667wn6m + rc-tabs: 12.5.10_sfoxds7t5ydpegc3knd667wn6m + rc-textarea: 0.4.7_sfoxds7t5ydpegc3knd667wn6m + rc-tooltip: 5.2.2_sfoxds7t5ydpegc3knd667wn6m + rc-tree: 5.7.4_sfoxds7t5ydpegc3knd667wn6m + rc-tree-select: 5.5.5_sfoxds7t5ydpegc3knd667wn6m + rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m + rc-upload: 4.3.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + scroll-into-view-if-needed: 2.2.31 + dev: false + /antlr4@4.7.0: resolution: {integrity: sha512-It7yoGEJ4cz918lGlxZk2R0A2l0t7M1IWfj9rHzCrJQ50ZyyfGjUr+xa2+lcBVBnhvqZvfuCp5Lh8hO5I+owVA==} dev: false @@ -18878,7 +19440,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-string: 1.0.7 dev: true @@ -18994,7 +19556,7 @@ packages: define-properties: 1.2.0 es-abstract: 1.21.2 es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /arrify@1.0.1: @@ -19083,13 +19645,13 @@ packages: resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} engines: {node: '>=4'} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 /ast-types@0.14.2: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 /astral-regex@1.0.0: resolution: {integrity: sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==} @@ -19167,19 +19729,19 @@ packages: - supports-color dev: true - /autoprefixer@10.4.14(postcss@8.4.23): + /autoprefixer@10.4.14(postcss@8.4.24): resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.5 - caniuse-lite: 1.0.30001485 + browserslist: 4.21.7 + caniuse-lite: 1.0.30001502 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -19188,8 +19750,8 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - browserslist: 4.21.5 - caniuse-lite: 1.0.30001485 + browserslist: 4.21.7 + caniuse-lite: 1.0.30001502 chalk: 2.4.2 normalize-range: 0.1.2 num2fraction: 1.2.2 @@ -19201,8 +19763,8 @@ packages: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.21.5 - caniuse-lite: 1.0.30001485 + browserslist: 4.21.7 + caniuse-lite: 1.0.30001502 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -19236,8 +19798,8 @@ packages: engines: {node: '>=4'} dev: true - /axe-core@4.7.0: - resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} + /axe-core@4.7.2: + resolution: {integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==} engines: {node: '>=4'} dev: true @@ -19290,12 +19852,12 @@ packages: - supports-color dev: true - /babel-core@7.0.0-bridge.0(@babel/core@7.21.8): + /babel-core@7.0.0-bridge.0(@babel/core@7.22.5): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 /babel-core@7.0.0-bridge.0(@babel/core@7.4.4): resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} @@ -19509,7 +20071,7 @@ packages: '@babel/core': 7.4.5 '@jest/transform': 24.9.0 '@jest/types': 24.9.0 - '@types/babel__core': 7.20.0 + '@types/babel__core': 7.20.1 babel-plugin-istanbul: 5.2.0 babel-preset-jest: 24.9.0(@babel/core@7.4.5) chalk: 2.4.2 @@ -19527,7 +20089,7 @@ packages: '@babel/core': 7.18.6 '@jest/transform': 26.6.2 '@jest/types': 26.6.2 - '@types/babel__core': 7.20.0 + '@types/babel__core': 7.20.1 babel-plugin-istanbul: 6.1.1 babel-preset-jest: 26.6.2(@babel/core@7.18.6) chalk: 4.1.2 @@ -19537,17 +20099,17 @@ packages: - supports-color dev: false - /babel-jest@29.5.0(@babel/core@7.21.8): + /babel-jest@29.5.0(@babel/core@7.22.5): resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 '@jest/transform': 29.5.0 - '@types/babel__core': 7.20.0 + '@types/babel__core': 7.20.1 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0(@babel/core@7.21.8) + babel-preset-jest: 29.5.0(@babel/core@7.22.5) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -19570,19 +20132,19 @@ packages: webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /babel-loader@8.3.0(@babel/core@7.21.8)(webpack@5.82.0): + /babel-loader@8.3.0(@babel/core@7.22.5)(webpack@5.86.0): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 find-cache-dir: 3.3.2 loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /babel-loader@8.3.0(@babel/core@7.4.4)(webpack@4.46.0): @@ -19643,7 +20205,7 @@ packages: /babel-plugin-emotion@10.2.2: resolution: {integrity: sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==} dependencies: - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-module-imports': 7.22.5 '@emotion/hash': 0.8.0 '@emotion/memoize': 0.7.4 '@emotion/serialize': 0.11.16 @@ -19658,10 +20220,10 @@ packages: /babel-plugin-export-metadata@1.2.0: resolution: {integrity: sha512-rOTzhs/rXbuYMm4e8uTgAvTUw8H7QdU8maFy1ClArp/j8cpgzB80/oixQFiT/KAlLB+6ygLxr3befj97k2WppA==} dependencies: - '@babel/cli': 7.21.5(@babel/core@7.4.4) + '@babel/cli': 7.22.5(@babel/core@7.4.4) '@babel/core': 7.4.4 - '@babel/preset-env': 7.21.5(@babel/core@7.4.4) - '@babel/template': 7.20.7 + '@babel/preset-env': 7.22.5(@babel/core@7.4.4) + '@babel/template': 7.22.5 babel-core: 7.0.0-bridge.0(@babel/core@7.4.4) lodash: 4.17.21 transitivePeerDependencies: @@ -19678,7 +20240,7 @@ packages: resolution: {integrity: sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==} engines: {node: '>=6'} dependencies: - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 find-up: 3.0.0 istanbul-lib-instrument: 3.3.0 test-exclude: 5.2.3 @@ -19690,7 +20252,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.21.5 + '@babel/helper-plugin-utils': 7.22.5 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -19702,33 +20264,33 @@ packages: resolution: {integrity: sha512-2EMA2P8Vp7lG0RAzr4HXqtYwacfMErOuv1U3wrvxHX6rD1sV6xS3WXG3r8TRQ2r6w8OhvSdWt+z41hQNwNm3Xw==} engines: {node: '>= 6'} dependencies: - '@types/babel__traverse': 7.18.5 + '@types/babel__traverse': 7.20.1 dev: true /babel-plugin-jest-hoist@26.6.2: resolution: {integrity: sha512-PO9t0697lNTmcEHH69mdtYiOIkkOlj9fySqfO3K1eCcdISevLAE0xY59VLLUj0SoiPiTX/JU2CYFpILydUa5Lw==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.5 - '@types/babel__core': 7.20.0 - '@types/babel__traverse': 7.18.5 + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 + '@types/babel__core': 7.20.1 + '@types/babel__traverse': 7.20.1 dev: false /babel-plugin-jest-hoist@29.5.0: resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/template': 7.20.7 - '@babel/types': 7.21.5 - '@types/babel__core': 7.20.0 - '@types/babel__traverse': 7.18.5 + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 + '@types/babel__core': 7.20.1 + '@types/babel__traverse': 7.20.1 dev: true /babel-plugin-macros@2.6.1: resolution: {integrity: sha512-6W2nwiXme6j1n2erPOnmRiWfObUhWH7Qw1LMi9XZy8cj+KtESu3T6asZvtk5bMQQjX8te35o7CFueiSdL/2NmQ==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 cosmiconfig: 5.2.1 resolve: 1.22.2 dev: true @@ -19736,7 +20298,7 @@ packages: /babel-plugin-macros@2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 cosmiconfig: 6.0.0 resolve: 1.22.2 dev: true @@ -19828,12 +20390,12 @@ packages: resolve: 1.22.2 dev: true - /babel-plugin-named-asset-import@0.3.8(@babel/core@7.21.8): + /babel-plugin-named-asset-import@0.3.8(@babel/core@7.22.5): resolution: {integrity: sha512-WXiAc++qo7XcJ1ZnTYGtLxmBCVbddAml3CEXgWaBzNzLNoxtQ8AiGEFDMOhot9XjTCQbvP5E77Fj9Gk924f00Q==} peerDependencies: '@babel/core': ^7.1.0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 dev: true /babel-plugin-named-asset-import@0.3.8(@babel/core@7.4.4): @@ -19849,7 +20411,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.18.2 '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.18.2) semver: 6.3.0 @@ -19857,26 +20419,26 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.21.8): - resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.22.5): + resolution: {integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 - '@babel/core': 7.21.8 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) + '@babel/compat-data': 7.22.5 + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) semver: 6.3.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs2@0.3.3(@babel/core@7.4.4): - resolution: {integrity: sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==} + /babel-plugin-polyfill-corejs2@0.4.3(@babel/core@7.4.4): + resolution: {integrity: sha512-bM3gHc337Dta490gg+/AseNB9L4YLHxq1nGKZZSHbhXv4aTYU2MD2cjza1Ru4S6975YLTaL1K8uJf6ukJhhmtw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.22.5 '@babel/core': 7.4.4 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.4.4) + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.4.4) semver: 6.3.0 transitivePeerDependencies: - supports-color @@ -19889,30 +20451,30 @@ packages: dependencies: '@babel/core': 7.18.2 '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.18.2) - core-js-compat: 3.30.1 + core-js-compat: 3.31.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.21.8): - resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} + /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.22.5): + resolution: {integrity: sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) - core-js-compat: 3.30.1 + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) + core-js-compat: 3.31.0 transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-corejs3@0.6.0(@babel/core@7.4.4): - resolution: {integrity: sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==} + /babel-plugin-polyfill-corejs3@0.8.1(@babel/core@7.4.4): + resolution: {integrity: sha512-ikFrZITKg1xH6pLND8zT14UPgjKHiGLqex7rGEZCH2EvhsneJaJPemmpQaIZV5AL03II+lXylw3UmddDK8RU5Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.4.4) - core-js-compat: 3.30.1 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.4.4) + core-js-compat: 3.31.0 transitivePeerDependencies: - supports-color dev: true @@ -19928,23 +20490,23 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.21.8): - resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} + /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.22.5): + resolution: {integrity: sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.21.8 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.22.5) transitivePeerDependencies: - supports-color - /babel-plugin-polyfill-regenerator@0.4.1(@babel/core@7.4.4): - resolution: {integrity: sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==} + /babel-plugin-polyfill-regenerator@0.5.0(@babel/core@7.4.4): + resolution: {integrity: sha512-hDJtKjMLVa7Z+LwnTCxoDLQj6wdc+B8dun7ayF2fYieI6OzfuvcLMB32ihJZ4UhCBwNYGl5bg/x/P9cMdnkc2g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.4.4 - '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.4.4) + '@babel/helper-define-polyfill-provider': 0.4.0(@babel/core@7.4.4) transitivePeerDependencies: - supports-color dev: true @@ -19979,43 +20541,43 @@ packages: resolution: {integrity: sha512-kDXhW2iPTL81x4Ye2aUMdEXQ56JP0sBJmRQRXJPH5FsNB7fOc/YCsHTqHv8IovPyw9Rk07gdd7MVUz8tUmRBCA==} dev: true - /babel-plugin-styled-components@2.0.7(styled-components@5.3.10): - resolution: {integrity: sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==} + /babel-plugin-styled-components@2.1.1(styled-components@5.3.11): + resolution: {integrity: sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==} peerDependencies: styled-components: '>= 2' dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.10(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) + styled-components: 5.3.11(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) dev: true - /babel-plugin-styled-components@2.1.1(styled-components@4.4.1): - resolution: {integrity: sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==} + /babel-plugin-styled-components@2.1.3(styled-components@4.4.1): + resolution: {integrity: sha512-jBioLwBVHpOMU4NsueH/ADcHrjS0Y/WTpt2eGVmmuSFNEv2DF3XhcMncuZlbbjxQ4vzxg+yEr6E6TNjrIQbsJQ==} peerDependencies: styled-components: '>= 2' dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 4.4.1(react-dom@16.14.0)(react@17.0.2) + styled-components: 4.4.1(react-dom@17.0.2)(react@17.0.2) dev: true - /babel-plugin-styled-components@2.1.1(styled-components@5.3.10): - resolution: {integrity: sha512-c8lJlszObVQPguHkI+akXv8+Jgb9Ccujx0EetL7oIvwU100LxO6XAGe45qry37wUL40a5U9f23SYrivro2XKhA==} + /babel-plugin-styled-components@2.1.3(styled-components@5.3.11): + resolution: {integrity: sha512-jBioLwBVHpOMU4NsueH/ADcHrjS0Y/WTpt2eGVmmuSFNEv2DF3XhcMncuZlbbjxQ4vzxg+yEr6E6TNjrIQbsJQ==} peerDependencies: styled-components: '>= 2' dependencies: - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.21.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-module-imports': 7.22.5 babel-plugin-syntax-jsx: 6.18.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.10(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) + styled-components: 5.3.11(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2) dev: true /babel-plugin-syntax-async-functions@6.13.0: @@ -20500,24 +21062,24 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.18.6) dev: false - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.21.8): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.22.5): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.21.8) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.21.8) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.21.8) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.21.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.5) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.5) dev: true /babel-preset-docz@0.13.6: @@ -20580,38 +21142,38 @@ packages: - supports-color dev: true - /babel-preset-fbjs@3.4.0(@babel/core@7.21.8): + /babel-preset-fbjs@3.4.0(@babel/core@7.22.5): resolution: {integrity: sha512-9ywCsCvo1ojrw0b+XYk7aFvTH6D9064t0RIL1rtMf3nsa02Xw41MS7sZw216Im35xj/UY0PDBQsa1brUDDF1Ow==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.21.8) - '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-block-scoped-functions': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-for-of': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-member-expression-literals': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-object-super': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-property-literals': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.22.5) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-for-of': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.5) babel-plugin-syntax-trailing-function-commas: 7.0.0-beta.0 transitivePeerDependencies: - supports-color @@ -20644,15 +21206,15 @@ packages: babel-preset-current-node-syntax: 1.0.1(@babel/core@7.18.6) dev: false - /babel-preset-jest@29.5.0(@babel/core@7.21.8): + /babel-preset-jest@29.5.0(@babel/core@7.22.5): resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 babel-plugin-jest-hoist: 29.5.0 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.5) dev: true /babel-preset-minify@0.5.2: @@ -21107,8 +21669,8 @@ packages: dependencies: fill-range: 7.0.1 - /breakword@1.0.5: - resolution: {integrity: sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg==} + /breakword@1.0.6: + resolution: {integrity: sha512-yjxDAYyK/pBvws9H4xKYpLDpYKEH6CzrBPAuXq3x18I+c/2MkVtT3qAr7Oloi6Dss9qNhPVueAAVU1CSeNDIXw==} dependencies: wcwidth: 1.0.1 dev: true @@ -21150,7 +21712,7 @@ packages: resolution: {integrity: sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==} dependencies: cipher-base: 1.0.4 - des.js: 1.0.1 + des.js: 1.1.0 inherits: 2.0.4 safe-buffer: 5.2.1 @@ -21182,26 +21744,26 @@ packages: resolution: {integrity: sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==} hasBin: true dependencies: - caniuse-lite: 1.0.30001485 - electron-to-chromium: 1.4.385 + caniuse-lite: 1.0.30001502 + electron-to-chromium: 1.4.427 dev: true - /browserslist@4.21.5: - resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} + /browserslist@4.21.7: + resolution: {integrity: sha512-BauCXrQ7I2ftSqd2mvKHGo85XR0u7Ru3C/Hxsy/0TkfCtjrmAbPdzLGasmoiBxplpDXlPvdjX9u7srIMfgasNA==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001485 - electron-to-chromium: 1.4.385 - node-releases: 2.0.10 - update-browserslist-db: 1.0.11(browserslist@4.21.5) + caniuse-lite: 1.0.30001502 + electron-to-chromium: 1.4.427 + node-releases: 2.0.12 + update-browserslist-db: 1.0.11(browserslist@4.21.7) /browserslist@4.4.1: resolution: {integrity: sha512-pEBxEXg7JwaakBXjATYw/D1YZh4QUSCX/Mnd/wnqSRPPSi1U39iDhDoKGoBUcraKdxDlrYqJxSI5nNvD+dWP2A==} hasBin: true dependencies: - caniuse-lite: 1.0.30001485 - electron-to-chromium: 1.4.385 + caniuse-lite: 1.0.30001502 + electron-to-chromium: 1.4.427 node-releases: 1.1.77 dev: true @@ -21209,8 +21771,8 @@ packages: resolution: {integrity: sha512-9rGNDtnj+HaahxiVV38Gn8n8Lr8REKsel68v1sPFfIGEK6uSXTY3h9acgiT1dZVtOOUtifo/Dn8daDQ5dUgVsA==} hasBin: true dependencies: - caniuse-lite: 1.0.30001485 - electron-to-chromium: 1.4.385 + caniuse-lite: 1.0.30001502 + electron-to-chromium: 1.4.427 node-releases: 1.1.77 dev: true @@ -21338,8 +21900,8 @@ packages: resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} engines: {node: '>= 0.8'} - /c8@7.13.0: - resolution: {integrity: sha512-/NL4hQTv1gBL6J6ei80zu3IiTrmePDKXKXOTLpHvcIWZTVYQlDhVWjjWvkhICylE8EwwnMVzDZugCvdx0/DIIA==} + /c8@7.14.0: + resolution: {integrity: sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==} engines: {node: '>=10.12.0'} hasBin: true dependencies: @@ -21534,7 +22096,7 @@ packages: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 /call-matcher@1.1.0: resolution: {integrity: sha512-IoQLeNwwf9KTNbtSA7aEBb1yfDbdnzwjCetjkC8io5oGeOmK2CBNdg0xr+tadRYKO0p7uQyZzvon0kXlZbvGrw==} @@ -21584,7 +22146,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.5.0 + tslib: 2.5.3 /camelcase-css@2.0.1: resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} @@ -21640,14 +22202,14 @@ packages: /caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.21.5 - caniuse-lite: 1.0.30001485 + browserslist: 4.21.7 + caniuse-lite: 1.0.30001502 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite@1.0.30001485: - resolution: {integrity: sha512-8aUpZ7sjhlOyiNsg+pgcrTTPUXKh+rg544QYHSvQErljVEKJzvkYkCR/hUFeeVoEfTToUtY9cUKNRC7+c45YkA==} + /caniuse-lite@1.0.30001502: + resolution: {integrity: sha512-AZ+9tFXw1sS0o0jcpJQIXvFTOB/xGiQ4OQ2t98QX3NDn2EZTSRBC801gxrsGgViuq2ak/NLkNgSNEPtCr5lfKg==} /capitalize@2.0.4: resolution: {integrity: sha512-wcSyiFqXRYyCoqu0o0ekXzJAKCLMkqWS5QWGlgTJFJKwRmI6pzcN2hBl5VPq9RzLW5Uf4FF/V/lcFfjCtVak2w==} @@ -21906,8 +22468,8 @@ packages: resolution: {integrity: sha512-uc2Vix1frTfnuzxxu1Hp4ktSvM3QaI4oXl4ZUqL1wjTu/BGki9TrCWoqLTg/drR1KwAEarXuRFCG2Svr1GxPFw==} dev: false - /cjs-module-lexer@1.2.2: - resolution: {integrity: sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==} + /cjs-module-lexer@1.2.3: + resolution: {integrity: sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==} dev: true /clamp@1.0.1: @@ -22179,7 +22741,7 @@ packages: resolution: {integrity: sha512-m7pOT6CdLN7FuXUcpuz/8lfQ/L77x8SchHCF4G0RBTJO20Wzmhn5Sp4/5WsKy8OSpifBSUrmg83qEqaDHdyFuQ==} dependencies: inflation: 2.0.0 - qs: 6.11.1 + qs: 6.11.2 raw-body: 2.5.2 type-is: 1.6.18 dev: false @@ -22748,13 +23310,13 @@ packages: /copy-to@2.0.1: resolution: {integrity: sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==} - /core-js-compat@3.30.1: - resolution: {integrity: sha512-d690npR7MC6P0gq4npTl5n2VQeNAmUrJ90n+MHiKS7W2+xno4o3F5GDEuylSdi6EJ3VssibSGXOa1r3YXD3Mhw==} + /core-js-compat@3.31.0: + resolution: {integrity: sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw==} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 - /core-js-pure@3.30.1: - resolution: {integrity: sha512-nXBEVpmUnNRhz83cHd9JRQC52cTMcuXAmR56+9dSMpRdpeA4I1PX6yjmhd71Eyc/wXNsdBdUDIj1QTIeZpU5Tg==} + /core-js-pure@3.31.0: + resolution: {integrity: sha512-/AnE9Y4OsJZicCzIe97JP5XoPKQJfTuEG43aEVLFJGOJpyqELod+pE6LEl63DfG1Mp8wX97LDaDpy1GmLEUxlg==} requiresBuild: true /core-js@1.2.7: @@ -22777,8 +23339,8 @@ packages: requiresBuild: true dev: true - /core-js@3.30.1: - resolution: {integrity: sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ==} + /core-js@3.31.0: + resolution: {integrity: sha512-NIp2TQSGfR6ba5aalZD+ZQ1fSxGhDo/s1w0nx3RYzf2pnJxt7YynxFlFScP6eV7+GZsKO95NSjGxyJsU3DZgeQ==} requiresBuild: true dev: true @@ -22928,7 +23490,7 @@ packages: object-assign: 4.1.1 dev: false - /create-react-context@0.2.3(prop-types@15.8.1)(react@17.0.2): + /create-react-context@0.2.3(prop-types@15.7.2)(react@17.0.2): resolution: {integrity: sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag==} peerDependencies: prop-types: ^15.0.0 @@ -22936,7 +23498,7 @@ packages: dependencies: fbjs: 0.8.18 gud: 1.0.0 - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 dev: true @@ -22989,10 +23551,10 @@ packages: cross-spawn: 7.0.3 dev: true - /cross-fetch@3.1.5: - resolution: {integrity: sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==} + /cross-fetch@3.1.6: + resolution: {integrity: sha512-riRvo06crlE8HiqOwIpQhxwdOk4fOeR7FVM/wXoxchFEqMNUjvbs3bfo4OTgMEMHzppd4DxFBDbyySj8Cv781g==} dependencies: - node-fetch: 2.6.7 + node-fetch: 2.6.11 transitivePeerDependencies: - encoding dev: false @@ -23071,15 +23633,15 @@ packages: dependencies: postcss: 7.0.32 - /css-blank-pseudo@3.0.3(postcss@8.4.23): + /css-blank-pseudo@3.0.3(postcss@8.4.24): resolution: {integrity: sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /css-box-model@1.2.1: @@ -23113,15 +23675,15 @@ packages: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /css-has-pseudo@3.0.4(postcss@8.4.23): + /css-has-pseudo@3.0.4(postcss@8.4.24): resolution: {integrity: sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /css-in-js-utils@3.1.0: @@ -23173,38 +23735,38 @@ packages: webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /css-loader@6.7.1(webpack@5.82.0): + /css-loader@6.7.1(webpack@5.86.0): resolution: {integrity: sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) - postcss: 8.4.23 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.23) - postcss-modules-local-by-default: 4.0.0(postcss@8.4.23) - postcss-modules-scope: 3.0.0(postcss@8.4.23) - postcss-modules-values: 4.0.0(postcss@8.4.23) + icss-utils: 5.1.0(postcss@8.4.24) + postcss: 8.4.24 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.24) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.24) + postcss-modules-scope: 3.0.0(postcss@8.4.24) + postcss-modules-values: 4.0.0(postcss@8.4.24) postcss-value-parser: 4.2.0 - semver: 7.5.0 - webpack: 5.82.0(webpack-cli@4.10.0) + semver: 7.5.1 + webpack: 5.86.0(webpack-cli@4.10.0) dev: true - /css-loader@6.7.3(webpack@5.82.0): - resolution: {integrity: sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==} + /css-loader@6.8.1(webpack@5.86.0): + resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) - postcss: 8.4.23 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.23) - postcss-modules-local-by-default: 4.0.0(postcss@8.4.23) - postcss-modules-scope: 3.0.0(postcss@8.4.23) - postcss-modules-values: 4.0.0(postcss@8.4.23) + icss-utils: 5.1.0(postcss@8.4.24) + postcss: 8.4.24 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.24) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.24) + postcss-modules-scope: 3.0.0(postcss@8.4.24) + postcss-modules-values: 4.0.0(postcss@8.4.24) postcss-value-parser: 4.2.0 - semver: 7.5.0 - webpack: 5.82.0(webpack-cli@4.10.0) + semver: 7.5.1 + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /css-modules-loader-core@1.1.0: @@ -23231,14 +23793,14 @@ packages: dependencies: postcss: 7.0.32 - /css-prefers-color-scheme@6.0.3(postcss@8.4.23): + /css-prefers-color-scheme@6.0.3(postcss@8.4.24): resolution: {integrity: sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==} engines: {node: ^12 || ^14 || >=16} hasBin: true peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /css-select-base-adapter@0.1.1: @@ -23495,8 +24057,8 @@ packages: dependencies: find-pkg: 0.1.2 - /cyclist@1.0.1: - resolution: {integrity: sha512-NJGVKPS81XejHcLhaLJS7plab0fK3slPh11mESeeDq2W4ZI5kUKK/LRRdVDvjJseojbPB7ZwjnyOybg3Igea/A==} + /cyclist@1.0.2: + resolution: {integrity: sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==} /cypher-editor-support@1.1.11: resolution: {integrity: sha512-hHUT8qiRLZGn90n3iaHdWuVmTqls7GHyrPPZAwceu+rI2C6e/HtuckQIXMJwYuH6U3Or2o7foyqoVDXXTt2kfw==} @@ -23519,8 +24081,8 @@ packages: internmap: 1.0.1 dev: false - /d3-array@3.2.3: - resolution: {integrity: sha512-JRHwbQQ84XuAESWhvIPaUV4/1UYTBOLiOPGWqgFDHZS1D5QN9c57FbH3QpEnQMYiOXNzKUQyGTZf+EVO7RT5TQ==} + /d3-array@3.2.4: + resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==} engines: {node: '>=12'} dependencies: internmap: 2.0.3 @@ -23611,6 +24173,16 @@ packages: rw: 1.3.3 dev: false + /d3-dsv@3.0.1: + resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==} + engines: {node: '>=12'} + hasBin: true + dependencies: + commander: 7.2.0 + iconv-lite: 0.6.3 + rw: 1.3.3 + dev: false + /d3-ease@1.0.7: resolution: {integrity: sha512-lx14ZPYkhNx0s/2HX5sLFUI3mbasHjSSpwO/KaaNACweVwxUruKyWVcb293wMv1RqTPZyZ8kSZ2NogUZNcLOFQ==} @@ -23642,6 +24214,15 @@ packages: d3-quadtree: 2.0.0 d3-timer: 2.0.0 + /d3-force@3.0.0: + resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==} + engines: {node: '>=12'} + dependencies: + d3-dispatch: 3.0.1 + d3-quadtree: 3.0.1 + d3-timer: 3.0.1 + dev: false + /d3-format@1.4.5: resolution: {integrity: sha512-J0piedu6Z8iB6TbIGfZgDzfXxUFN3qQRMofy2oPdXzQibYGqPB/9iMcxr/TGalU+2RsyDO+U4f33id8tbnSRMQ==} dev: false @@ -23667,6 +24248,13 @@ packages: d3-array: 2.12.1 dev: false + /d3-geo@3.1.0: + resolution: {integrity: sha512-JEo5HxXDdDYXCaWdwLRt79y7giK8SbhZJbFWXqbRTolCHFI5jRqteLzCsq51NKbUoX0PjBVSohxrx+NoOUujYA==} + engines: {node: '>=12'} + dependencies: + d3-array: 3.2.4 + dev: false + /d3-hexbin@0.2.2: resolution: {integrity: sha512-KS3fUT2ReD4RlGCjvCEm1RgMtp2NFZumdMu4DBzQK8AZv3fXRM6Xm8I4fSU07UXvH4xxg03NwWKWdvxfS/yc4w==} dev: false @@ -23675,6 +24263,11 @@ packages: resolution: {integrity: sha512-SwIdqM3HxQX2214EG9GTjgmCc/mbSx4mQBn+DuEETubhOw6/U3fmnji4uCVrmzOydMHSO1nZle5gh6HB/wdOzw==} dev: false + /d3-hierarchy@3.1.2: + resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==} + engines: {node: '>=12'} + dev: false + /d3-interpolate@1.4.0: resolution: {integrity: sha512-V9znK0zc3jOPV4VD2zZn0sDhZU3WAE2bmlxdIwwQPPzPjvyLkd8B3JUVdS1IDUFDkWZ72c9qnv1GK2ZagTZ8EA==} dependencies: @@ -23701,6 +24294,11 @@ packages: resolution: {integrity: sha512-ZwZQxKhBnv9yHaiWd6ZU4x5BtCQ7pXszEV9CU6kRgwIQVQGLMv1oiL4M+MK/n79sYzsj+gcgpPQSctJUsLN7fA==} dev: false + /d3-path@3.1.0: + resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==} + engines: {node: '>=12'} + dev: false + /d3-polygon@2.0.0: resolution: {integrity: sha512-MsexrCK38cTGermELs0cO1d79DcTsQRN7IWMJKczD/2kBjzNXxLUWP33qRF6VDpiLV/4EI4r6Gs0DAWQkE8pSQ==} dev: false @@ -23760,7 +24358,7 @@ packages: resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} engines: {node: '>=12'} dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 d3-format: 3.1.0 d3-interpolate: 3.0.1 d3-time: 3.1.0 @@ -23777,6 +24375,13 @@ packages: d3-path: 2.0.0 dev: false + /d3-shape@3.2.0: + resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==} + engines: {node: '>=12'} + dependencies: + d3-path: 3.1.0 + dev: false + /d3-time-format@2.3.0: resolution: {integrity: sha512-guv6b2H37s2Uq/GefleCDtbe0XZAuy7Wa49VGkPVPMfLL9qObgBST3lEHJBMUp8S7NdLQAGIvr2KXk8Hc98iKQ==} dependencies: @@ -23810,7 +24415,7 @@ packages: resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==} engines: {node: '>=12'} dependencies: - d3-array: 3.2.3 + d3-array: 3.2.4 dev: false /d3-timer@1.0.10: @@ -23841,6 +24446,10 @@ packages: resolution: {integrity: sha512-RhGS1u2vavcO7ay7ZNAPo4xeDh/VYeGof3x5ZLJBQgYhLegxr3s5IykvWmJ94FTU6mcbtp4sloqZ54mP6R4Utw==} dev: false + /d3-voronoi@1.1.4: + resolution: {integrity: sha512-dArJ32hchFsrQ8uMiTBLq256MpnZjeuBtdHpaDlYuQyjU0CVzCJl/BVW+SkszaAeH95D/8gxqAhgx0ouAWAfRg==} + dev: false + /d3-zoom@2.0.0: resolution: {integrity: sha512-fFg7aoaEm9/jf+qfstak0IYpnesZLiMX6GZvXtUSdv8RH2o4E2qeelgdU09eKS6wGuiGMfcnMI0nTIqWzRHGpw==} dependencies: @@ -23965,10 +24574,10 @@ packages: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 - /dayjs@1.11.7: - resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} + /dayjs@1.11.8: + resolution: {integrity: sha512-LcgxzFoWMEPO7ggRv1Y2N31hUf2R0Vj7fuy/m+Bg1K8rr+KAs1AEy4y9jd5DXe8pbHgX+srkHNS7TH6Q6ZhYeQ==} /debounce@1.2.1: resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} @@ -24118,7 +24727,7 @@ packages: array-buffer-byte-length: 1.0.0 call-bind: 1.0.2 es-get-iterator: 1.1.3 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-arguments: 1.1.1 is-array-buffer: 3.0.2 is-date-object: 1.0.5 @@ -24237,7 +24846,7 @@ packages: ast-types: 0.13.4 escodegen: 1.14.3 esprima: 4.0.1 - vm2: 3.9.17 + vm2: 3.9.19 /del@4.1.1: resolution: {integrity: sha512-QwGuEUouP2kVwQenAsOof5Fv8K9t3D8Ca8NxcXKrIpEHjTXK5J2nXLdP+ALI1cgv8wj7KuwBhTwBkOZSJKM5XQ==} @@ -24295,8 +24904,8 @@ packages: engines: {node: '>=6'} dev: false - /des.js@1.0.1: - resolution: {integrity: sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA==} + /des.js@1.1.0: + resolution: {integrity: sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==} dependencies: inherits: 2.0.4 minimalistic-assert: 1.0.1 @@ -24492,12 +25101,12 @@ packages: esutils: 2.0.3 dev: true - /docz-core@0.13.7(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /docz-core@0.13.7(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-VPQJj8yKepZMCTX/u/dxq3iW/1i8WkKaY1Aiet4NGz/pcvRHFHu1Pcwsp/3QM1wGNqbXw+96DJBOO7OpRVECXg==} dependencies: '@babel/core': 7.2.2 '@babel/polyfill': 7.2.5 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@mdx-js/loader': 0.16.8(react@17.0.2) '@mdx-js/mdx': 0.16.8 '@mdx-js/mdxast': 0.16.8 @@ -24536,7 +25145,7 @@ packages: progress-estimator: 0.2.2 react-dev-utils: 7.0.5(typescript@4.9.5)(webpack@4.46.0) react-docgen-typescript-loader: 3.7.2(typescript@4.9.5)(webpack@4.46.0) - react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + react-hot-loader: 4.13.1(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2) rehype-docz: 0.13.6 rehype-slug: 2.0.3 remark-docz: 0.13.3 @@ -24570,12 +25179,12 @@ packages: - webpack-command dev: true - /docz-core@0.13.7(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /docz-core@0.13.7(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-VPQJj8yKepZMCTX/u/dxq3iW/1i8WkKaY1Aiet4NGz/pcvRHFHu1Pcwsp/3QM1wGNqbXw+96DJBOO7OpRVECXg==} dependencies: '@babel/core': 7.2.2 '@babel/polyfill': 7.2.5 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@mdx-js/loader': 0.16.8(react@17.0.2) '@mdx-js/mdx': 0.16.8 '@mdx-js/mdxast': 0.16.8 @@ -24614,7 +25223,7 @@ packages: progress-estimator: 0.2.2 react-dev-utils: 7.0.5(typescript@4.9.5)(webpack@4.46.0) react-docgen-typescript-loader: 3.7.2(typescript@4.9.5)(webpack@4.46.0) - react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + react-hot-loader: 4.13.1(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) rehype-docz: 0.13.6 rehype-slug: 2.0.3 remark-docz: 0.13.3 @@ -24648,12 +25257,12 @@ packages: - webpack-command dev: true - /docz-core@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): + /docz-core@1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-ifCycw3Vbw19bb8OPjFSA+INXBSYy/bgAZXRl8sh+nZJL8MJh3cnhl3xfeTjHrQBXeHCKr2qfzBrhhrYyiThmg==} dependencies: '@babel/core': 7.4.4 '@babel/polyfill': 7.4.4 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@mdx-js/loader': 1.6.22(react@17.0.2) '@sindresorhus/slugify': 0.9.1 '@svgr/webpack': 4.3.3 @@ -24688,7 +25297,7 @@ packages: react-docgen-actual-name-handler: 1.2.0 react-docgen-external-proptypes-handler: 1.0.3 react-docgen-typescript: 1.22.0(typescript@3.3.4000) - react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + react-hot-loader: 4.13.1(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2) recast: 0.17.6 rehype-docz: 1.2.0 rehype-slug: 2.0.3 @@ -24727,12 +25336,12 @@ packages: - webpack-command dev: true - /docz-core@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): + /docz-core@1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-ifCycw3Vbw19bb8OPjFSA+INXBSYy/bgAZXRl8sh+nZJL8MJh3cnhl3xfeTjHrQBXeHCKr2qfzBrhhrYyiThmg==} dependencies: '@babel/core': 7.4.4 '@babel/polyfill': 7.4.4 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@mdx-js/loader': 1.6.22(react@17.0.2) '@sindresorhus/slugify': 0.9.1 '@svgr/webpack': 4.3.3 @@ -24767,7 +25376,7 @@ packages: react-docgen-actual-name-handler: 1.2.0 react-docgen-external-proptypes-handler: 1.0.3 react-docgen-typescript: 1.22.0(typescript@3.3.4000) - react-hot-loader: 4.13.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + react-hot-loader: 4.13.1(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) recast: 0.17.6 rehype-docz: 1.2.0 rehype-slug: 2.0.3 @@ -24806,13 +25415,13 @@ packages: - webpack-command dev: true - /docz-plugin-umi-css@0.14.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /docz-plugin-umi-css@0.14.1(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-LvwEMz2a5I7OLDrgW9T8arJes5uMAVvaUCXesN9sP65OOl021Wu6B4a+BL+xJQXd1HpYXxrRl5dHdn0hFeAKCA==} dependencies: autoprefixer: 9.8.8 css-loader: 1.0.1(webpack@4.46.0) deepmerge: 2.2.1 - docz-core: 0.13.7(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + docz-core: 0.13.7(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) less: 3.13.1 less-loader: 4.1.0(less@3.13.1)(webpack@4.46.0) loader-utils: 1.4.2 @@ -24839,13 +25448,13 @@ packages: - webpack-command dev: true - /docz-plugin-umi-css@0.14.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): + /docz-plugin-umi-css@0.14.1(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0): resolution: {integrity: sha512-LvwEMz2a5I7OLDrgW9T8arJes5uMAVvaUCXesN9sP65OOl021Wu6B4a+BL+xJQXd1HpYXxrRl5dHdn0hFeAKCA==} dependencies: autoprefixer: 9.8.8 css-loader: 1.0.1(webpack@4.46.0) deepmerge: 2.2.1 - docz-core: 0.13.7(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + docz-core: 0.13.7(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) less: 3.13.1 less-loader: 4.1.0(less@3.13.1)(webpack@4.46.0) loader-utils: 1.4.2 @@ -24872,7 +25481,7 @@ packages: - webpack-command dev: true - /docz-theme-umi@2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): + /docz-theme-umi@2.1.1(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-fzW3yLfeM3dp+OOHHba0NRh10uxv750XXUf4YhGoL22RCDdrfK6HWLgcHsw4M6elGvvvKWr51DGNCpkLd1Focg==} peerDependencies: react: ^16.8.0 || 17 @@ -24884,7 +25493,7 @@ packages: antd: 4.24.10(react-dom@16.14.0)(react@17.0.2) codemirror: 5.65.13 copy-text-to-clipboard: 2.2.0 - docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + docz: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) facepaint: 1.2.1 hotkeys-js: 3.10.2 intersection-observer: 0.7.0 @@ -24912,7 +25521,7 @@ packages: - webpack-command dev: true - /docz-theme-umi@2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): + /docz-theme-umi@2.1.1(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-fzW3yLfeM3dp+OOHHba0NRh10uxv750XXUf4YhGoL22RCDdrfK6HWLgcHsw4M6elGvvvKWr51DGNCpkLd1Focg==} peerDependencies: react: ^16.8.0 || 17 @@ -24924,7 +25533,7 @@ packages: antd: 4.24.10(react-dom@17.0.2)(react@17.0.2) codemirror: 5.65.13 copy-text-to-clipboard: 2.2.0 - docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + docz: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) facepaint: 1.2.1 hotkeys-js: 3.10.2 intersection-observer: 0.7.0 @@ -24955,9 +25564,9 @@ packages: /docz-utils@0.13.6: resolution: {integrity: sha512-nUrenLbuY/qlbKwJrIp133OGmxgzCgQJ4bJc1BerJrjAbr27Fqgarmqzwlmoa02yMsF3kHp5F9dxTTOnA2C5UA==} dependencies: - '@babel/generator': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/traverse': 7.21.5(supports-color@5.5.0) + '@babel/generator': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) codesandboxer-fs: 0.4.7 fs-extra: 7.0.1 humanize-string: 1.0.2 @@ -24986,9 +25595,9 @@ packages: /docz-utils@1.2.0: resolution: {integrity: sha512-1iuvNJr1PXevzi1hIYyAnytyeITgHzJNBQ1gcbFRWA4+4jf6sU4YLOazyiOFk5Kb1dpppaMvmygKvt+eGy4p0Q==} dependencies: - '@babel/generator': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/traverse': 7.21.5(supports-color@5.5.0) + '@babel/generator': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) art-template: 4.13.2 codesandboxer-fs: 1.0.3 fs-extra: 7.0.1 @@ -25014,7 +25623,7 @@ packages: - supports-color dev: true - /docz@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): + /docz@1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-E9X9ffYtv3W/jXVdOi24oeQ4zM6ZCCgp4ls3CIfMRPjR2ZB02qCzIDzXa7pjQyqUVpQAerQ98CVjR1LjLJwj6Q==} hasBin: true peerDependencies: @@ -25026,7 +25635,7 @@ packages: '@reach/router': 1.3.4(react-dom@16.14.0)(react@17.0.2) array-sort: 1.0.0 capitalize: 2.0.4 - docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + docz-core: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) fast-deep-equal: 2.0.1 lodash: 4.17.21 match-sorter: 3.1.1 @@ -25047,7 +25656,7 @@ packages: - webpack-command dev: true - /docz@1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): + /docz@1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0): resolution: {integrity: sha512-E9X9ffYtv3W/jXVdOi24oeQ4zM6ZCCgp4ls3CIfMRPjR2ZB02qCzIDzXa7pjQyqUVpQAerQ98CVjR1LjLJwj6Q==} hasBin: true peerDependencies: @@ -25059,7 +25668,7 @@ packages: '@reach/router': 1.3.4(react-dom@17.0.2)(react@17.0.2) array-sort: 1.0.0 capitalize: 2.0.4 - docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + docz-core: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) fast-deep-equal: 2.0.1 lodash: 4.17.21 match-sorter: 3.1.1 @@ -25092,7 +25701,7 @@ packages: /dom-helpers@5.2.1: resolution: {integrity: sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 csstype: 3.1.2 /dom-iterator@1.0.0: @@ -25208,7 +25817,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.3 /dot-prop@4.2.1: resolution: {integrity: sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==} @@ -25288,13 +25897,13 @@ packages: '@umijs/preset-dumi': 1.x react: ^16.13.1 || ^17.0.0 || 17 dependencies: - '@umijs/preset-dumi': 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) + '@umijs/preset-dumi': 1.1.50(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.41) lodash.throttle: 4.1.1 prism-react-renderer: 1.3.5(react@17.0.2) prismjs: 1.29.0 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) rc-tabs: 11.16.1(react-dom@16.14.0)(react@17.0.2) - rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.4(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-error-boundary: 3.1.4(react@17.0.2) transitivePeerDependencies: @@ -25307,25 +25916,25 @@ packages: '@umijs/preset-dumi': 1.x react: ^16.13.1 || ^17.0.0 || 17 dependencies: - '@umijs/preset-dumi': 1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) + '@umijs/preset-dumi': 1.1.50(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.41) lodash.throttle: 4.1.1 prism-react-renderer: 1.3.5(react@17.0.2) prismjs: 1.29.0 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) rc-tabs: 11.16.1(react-dom@17.0.2)(react@17.0.2) - rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.4(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-error-boundary: 3.1.4(react@17.0.2) transitivePeerDependencies: - react-dom dev: false - /dumi@1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5): + /dumi@1.1.50(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-8kc+VL62JlVj1zoAaqWN2uE/feSYhzCuFFnWUll+aQgpKKM103DvnkmczqruMqV33gOsy3lWHf01uFu5RUagGg==} hasBin: true dependencies: - '@umijs/preset-dumi': 1.1.50(react-dom@16.14.0)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) - umi: 3.5.40(react-router@6.11.1) + '@umijs/preset-dumi': 1.1.50(react-dom@16.14.0)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.41) + umi: 3.5.41(react-router@6.12.1) transitivePeerDependencies: - bufferutil - canvas @@ -25337,12 +25946,12 @@ packages: - utf-8-validate dev: true - /dumi@1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5): + /dumi@1.1.50(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5): resolution: {integrity: sha512-8kc+VL62JlVj1zoAaqWN2uE/feSYhzCuFFnWUll+aQgpKKM103DvnkmczqruMqV33gOsy3lWHf01uFu5RUagGg==} hasBin: true dependencies: - '@umijs/preset-dumi': 1.1.50(react-dom@17.0.2)(react-router@6.11.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.40) - umi: 3.5.40(react-router@6.11.1) + '@umijs/preset-dumi': 1.1.50(react-dom@17.0.2)(react-router@6.12.1)(react@17.0.2)(typescript@4.9.5)(umi@3.5.41) + umi: 3.5.41(react-router@6.12.1) transitivePeerDependencies: - bufferutil - canvas @@ -25381,7 +25990,7 @@ packages: peerDependencies: redux: 4.x dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 flatten: 1.0.3 global: 4.4.0 invariant: 2.2.4 @@ -25396,7 +26005,7 @@ packages: peerDependencies: redux: 4.x dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 flatten: 1.0.3 global: 4.4.0 invariant: 2.2.4 @@ -25411,7 +26020,7 @@ packages: peerDependencies: dva: ^2.5.0-0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 dva: 2.6.0-beta.23(react-dom@17.0.2)(react-router@5.3.4)(react@17.0.2) immer: 7.0.15 dev: false @@ -25421,7 +26030,7 @@ packages: peerDependencies: dva-core: ^1.1.0 || ^1.5.0-0 || ^1.6.0-0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 dva-core: 1.6.0-beta.7(redux@4.2.1) dev: false @@ -25431,7 +26040,7 @@ packages: react: ^16.8.4 || 17 react-dom: ^16.8.4 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/isomorphic-fetch': 0.0.35 '@types/react-redux': 7.1.25 '@types/react-router-dom': 5.3.3 @@ -25491,7 +26100,7 @@ packages: engines: {node: '>= 6.0.0'} hasBin: true dependencies: - c8: 7.13.0 + c8: 7.14.0 chalk: 4.1.2 co-mocha: 1.2.2(mocha@6.2.3) common-bin: 2.9.2 @@ -25509,7 +26118,7 @@ packages: mz-modules: 2.1.0 nyc: 13.3.0 power-assert: 1.6.1 - semver: 7.5.0 + semver: 7.5.1 source-map-support: 0.5.21 test-exclude: 5.2.3 ts-node: 7.0.1 @@ -25807,7 +26416,7 @@ packages: globby: 11.1.0 json5: 2.2.3 ts-node: 10.9.1(@types/node@7.10.14)(typescript@4.9.5) - tslib: 2.5.0 + tslib: 2.5.3 typescript: 4.9.5 yn: 3.1.1 transitivePeerDependencies: @@ -25890,7 +26499,7 @@ packages: ms: 2.1.3 mz: 2.7.0 on-finished: 2.4.1 - semver: 7.5.0 + semver: 7.5.1 sendmessage: 1.1.0 urllib: 2.40.0 utility: 1.18.0 @@ -25905,8 +26514,8 @@ packages: requiresBuild: true dev: true - /electron-to-chromium@1.4.385: - resolution: {integrity: sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg==} + /electron-to-chromium@1.4.427: + resolution: {integrity: sha512-HK3r9l+Jm8dYAm1ctXEWIC+hV60zfcjS9UA5BDlYvnI5S7PU/yytjpvSrTNrSSRRkuu3tDyZhdkwIczh+0DWaw==} /element-resize-detector@1.2.4: resolution: {integrity: sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==} @@ -25971,7 +26580,7 @@ packages: '@emotion/core': ^10.0.27 react: '>=16.3.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/core': 10.3.1(react@16.14.0) '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 @@ -25984,7 +26593,7 @@ packages: '@emotion/core': ^10.0.27 react: '>=16.3.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/core': 10.3.1(react@17.0.2) '@emotion/weak-memoize': 0.2.5 hoist-non-react-statics: 3.3.2 @@ -26033,8 +26642,8 @@ packages: memory-fs: 0.5.0 tapable: 1.1.3 - /enhanced-resolve@5.13.0: - resolution: {integrity: sha512-eyV8f0y1+bzyfh8xAwW/WTSZpLbjhqc4ne9eGSH4Zo2ejdyiNG9pU6mf9DG8a7+Auk6MFTlNOT4Y2y/9k8GKVg==} + /enhanced-resolve@5.14.1: + resolution: {integrity: sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 @@ -26196,7 +26805,7 @@ packages: es-set-tostringtag: 2.0.1 es-to-primitive: 1.2.1 function.prototype.name: 1.1.5 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 get-symbol-description: 1.0.0 globalthis: 1.0.3 gopd: 1.0.1 @@ -26233,7 +26842,7 @@ packages: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 is-arguments: 1.1.1 is-map: 2.0.2 @@ -26246,14 +26855,14 @@ packages: /es-module-lexer@0.7.1: resolution: {integrity: sha512-MgtWFl5No+4S3TmhDmCz2ObFGm6lEpTnzbQi+Dd+pw4mlTIZTmM2iAs5gRlmx5zS9luzobCSBSI90JM/1/JgOw==} - /es-module-lexer@1.2.1: - resolution: {integrity: sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==} + /es-module-lexer@1.3.0: + resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} /es-set-tostringtag@2.0.1: resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 has-tostringtag: 1.0.0 @@ -26281,8 +26890,8 @@ packages: next-tick: 1.1.0 dev: true - /es5-imcompatible-versions@0.1.82: - resolution: {integrity: sha512-Y4vitTOiUyvIHPMcj6yrLaS2Un1SLlH9opeHZmpF68e8CFL173XeDkSA2UOVnDDB9WRi2+wztzbcIXRhIeQVnA==} + /es5-imcompatible-versions@0.1.83: + resolution: {integrity: sha512-JWBgJhb/+ui2TEEjmFr7X3ZjLp/D7abl5mB0lFmFe25BDg+vdHi4GKsCC/90P8vwxoYmgqozsobfQAY3s9/btA==} /es5-shim@4.6.7: resolution: {integrity: sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==} @@ -26357,34 +26966,34 @@ packages: hasBin: true requiresBuild: true - /esbuild@0.16.17: - resolution: {integrity: sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==} + /esbuild@0.17.19: + resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.16.17 - '@esbuild/android-arm64': 0.16.17 - '@esbuild/android-x64': 0.16.17 - '@esbuild/darwin-arm64': 0.16.17 - '@esbuild/darwin-x64': 0.16.17 - '@esbuild/freebsd-arm64': 0.16.17 - '@esbuild/freebsd-x64': 0.16.17 - '@esbuild/linux-arm': 0.16.17 - '@esbuild/linux-arm64': 0.16.17 - '@esbuild/linux-ia32': 0.16.17 - '@esbuild/linux-loong64': 0.16.17 - '@esbuild/linux-mips64el': 0.16.17 - '@esbuild/linux-ppc64': 0.16.17 - '@esbuild/linux-riscv64': 0.16.17 - '@esbuild/linux-s390x': 0.16.17 - '@esbuild/linux-x64': 0.16.17 - '@esbuild/netbsd-x64': 0.16.17 - '@esbuild/openbsd-x64': 0.16.17 - '@esbuild/sunos-x64': 0.16.17 - '@esbuild/win32-arm64': 0.16.17 - '@esbuild/win32-ia32': 0.16.17 - '@esbuild/win32-x64': 0.16.17 + '@esbuild/android-arm': 0.17.19 + '@esbuild/android-arm64': 0.17.19 + '@esbuild/android-x64': 0.17.19 + '@esbuild/darwin-arm64': 0.17.19 + '@esbuild/darwin-x64': 0.17.19 + '@esbuild/freebsd-arm64': 0.17.19 + '@esbuild/freebsd-x64': 0.17.19 + '@esbuild/linux-arm': 0.17.19 + '@esbuild/linux-arm64': 0.17.19 + '@esbuild/linux-ia32': 0.17.19 + '@esbuild/linux-loong64': 0.17.19 + '@esbuild/linux-mips64el': 0.17.19 + '@esbuild/linux-ppc64': 0.17.19 + '@esbuild/linux-riscv64': 0.17.19 + '@esbuild/linux-s390x': 0.17.19 + '@esbuild/linux-x64': 0.17.19 + '@esbuild/netbsd-x64': 0.17.19 + '@esbuild/openbsd-x64': 0.17.19 + '@esbuild/sunos-x64': 0.17.19 + '@esbuild/win32-arm64': 0.17.19 + '@esbuild/win32-ia32': 0.17.19 + '@esbuild/win32-x64': 0.17.19 dev: true /escalade@3.1.1: @@ -26460,20 +27069,20 @@ packages: lodash.zip: 4.2.0 dev: true - /eslint-config-egg@12.2.1(eslint@8.40.0)(typescript@4.9.5): + /eslint-config-egg@12.2.1(eslint@8.42.0)(typescript@4.9.5): resolution: {integrity: sha512-YXV5hi+/jyeAaT5JSkkST/6d3JSzYBhXclESmV0NCW9fFNgPuruZ3dz11nZOEgFfE11rRkOttEvFIVSVmgCRHQ==} engines: {node: '>= 14.17.0'} dependencies: - '@babel/core': 7.21.8 - '@babel/eslint-parser': 7.21.8(@babel/core@7.21.8)(eslint@8.40.0) - '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@8.40.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@babel/core': 7.22.5 + '@babel/eslint-parser': 7.22.5(@babel/core@7.22.5)(eslint@8.42.0) + '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@8.42.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@4.9.5) eslint-plugin-eggache: 2.0.0 - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.2)(eslint@8.40.0) - eslint-plugin-jsdoc: 39.9.1(eslint@8.40.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.40.0) - eslint-plugin-node: 11.1.0(eslint@8.40.0) - eslint-plugin-react: 7.32.2(eslint@8.40.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.9)(eslint@8.42.0) + eslint-plugin-jsdoc: 39.9.1(eslint@8.42.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.42.0) + eslint-plugin-node: 11.1.0(eslint@8.42.0) + eslint-plugin-react: 7.32.2(eslint@8.42.0) transitivePeerDependencies: - eslint - eslint-import-resolver-typescript @@ -26509,13 +27118,13 @@ packages: resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7(supports-color@6.1.0) - is-core-module: 2.12.0 + is-core-module: 2.12.1 resolve: 1.22.2 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-node@0.3.7)(eslint@8.40.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint@8.42.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -26536,9 +27145,9 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@4.9.5) debug: 3.2.7(supports-color@6.1.0) - eslint: 8.40.0 + eslint: 8.42.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color @@ -26559,18 +27168,18 @@ packages: engines: {node: '>=14.17.0'} dev: true - /eslint-plugin-es@3.0.1(eslint@8.40.0): + /eslint-plugin-es@3.0.1(eslint@8.42.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.40.0 + eslint: 8.42.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.2)(eslint@8.40.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.9)(eslint@8.42.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -26580,17 +27189,17 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.59.2(eslint@8.40.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.9(eslint@8.42.0)(typescript@4.9.5) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7(supports-color@6.1.0) doctrine: 2.1.0 - eslint: 8.40.0 + eslint: 8.42.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.2)(eslint-import-resolver-node@0.3.7)(eslint@8.40.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint@8.42.0) has: 1.0.3 - is-core-module: 2.12.0 + is-core-module: 2.12.1 is-glob: 4.0.3 minimatch: 3.1.2 object.values: 1.1.6 @@ -26603,7 +27212,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest@24.7.0(@typescript-eslint/eslint-plugin@5.59.2)(eslint@7.32.0)(typescript@4.9.5): + /eslint-plugin-jest@24.7.0(@typescript-eslint/eslint-plugin@5.59.9)(eslint@7.32.0)(typescript@4.9.5): resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==} engines: {node: '>=10'} peerDependencies: @@ -26613,7 +27222,7 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.59.2(@typescript-eslint/parser@5.59.2)(eslint@7.32.0)(typescript@4.9.5) + '@typescript-eslint/eslint-plugin': 5.59.9(@typescript-eslint/parser@5.59.9)(eslint@7.32.0)(typescript@4.9.5) '@typescript-eslint/experimental-utils': 4.33.0(eslint@7.32.0)(typescript@4.9.5) eslint: 7.32.0 transitivePeerDependencies: @@ -26621,7 +27230,7 @@ packages: - typescript dev: true - /eslint-plugin-jsdoc@39.9.1(eslint@8.40.0): + /eslint-plugin-jsdoc@39.9.1(eslint@8.42.0): resolution: {integrity: sha512-Rq2QY6BZP2meNIs48aZ3GlIlJgBqFCmR55+UBvaDkA3ZNQ0SvQXOs2QKkubakEijV8UbIVbVZKsOVN8G3MuqZw==} engines: {node: ^14 || ^16 || ^17 || ^18 || ^19} peerDependencies: @@ -26631,30 +27240,30 @@ packages: comment-parser: 1.3.1 debug: 4.3.4(supports-color@5.5.0) escape-string-regexp: 4.0.0 - eslint: 8.40.0 + eslint: 8.42.0 esquery: 1.5.0 - semver: 7.5.0 + semver: 7.5.1 spdx-expression-parse: 3.0.1 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.40.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.42.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 aria-query: 5.1.3 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 ast-types-flow: 0.0.7 - axe-core: 4.7.0 + axe-core: 4.7.2 axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.40.0 + eslint: 8.42.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -26664,14 +27273,14 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-node@11.1.0(eslint@8.40.0): + /eslint-plugin-node@11.1.0(eslint@8.42.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.40.0 - eslint-plugin-es: 3.0.1(eslint@8.40.0) + eslint: 8.42.0 + eslint-plugin-es: 3.0.1(eslint@8.42.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 @@ -26721,7 +27330,7 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-react@7.32.2(eslint@8.40.0): + /eslint-plugin-react@7.32.2(eslint@8.42.0): resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==} engines: {node: '>=4'} peerDependencies: @@ -26731,7 +27340,7 @@ packages: array.prototype.flatmap: 1.3.1 array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 - eslint: 8.40.0 + eslint: 8.42.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -26764,7 +27373,7 @@ packages: regexp-tree: 0.1.27 reserved-words: 0.1.2 safe-regex: 2.1.1 - semver: 7.5.0 + semver: 7.5.1 transitivePeerDependencies: - supports-color dev: true @@ -26806,8 +27415,8 @@ packages: peerDependencies: eslint: '>=7.0.0' dependencies: - '@babel/core': 7.21.8 - '@babel/eslint-parser': 7.21.8(@babel/core@7.21.8)(eslint@7.32.0) + '@babel/core': 7.22.5 + '@babel/eslint-parser': 7.22.5(@babel/core@7.22.5)(eslint@7.32.0) eslint: 7.32.0 eslint-visitor-keys: 2.1.0 esquery: 1.5.0 @@ -26887,7 +27496,7 @@ packages: optionator: 0.9.1 progress: 2.0.3 regexpp: 3.2.0 - semver: 7.5.0 + semver: 7.5.1 strip-ansi: 6.0.1 strip-json-comments: 3.1.1 table: 6.8.1 @@ -26897,16 +27506,16 @@ packages: - supports-color dev: true - /eslint@8.40.0: - resolution: {integrity: sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==} + /eslint@8.42.0: + resolution: {integrity: sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.40.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.42.0) '@eslint-community/regexpp': 4.5.1 '@eslint/eslintrc': 2.0.3 - '@eslint/js': 8.40.0 - '@humanwhocodes/config-array': 0.11.8 + '@eslint/js': 8.42.0 + '@humanwhocodes/config-array': 0.11.10 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -26925,13 +27534,12 @@ packages: find-up: 5.0.0 glob-parent: 6.0.2 globals: 13.20.0 - grapheme-splitter: 1.0.4 + graphemer: 1.4.0 ignore: 5.2.4 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.4.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -27061,9 +27669,9 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 - c8: 7.13.0 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 + c8: 7.14.0 transitivePeerDependencies: - supports-color dev: true @@ -27091,7 +27699,7 @@ packages: /etcd3@1.1.0: resolution: {integrity: sha512-9SnJvaPyW5IYdJHJWX91CYo1QZCAev2B7PxrQWIe2tGbutZOmsXHfjNDKwEltFWoG5h++K3/JfWPjJdOGX90hg==} dependencies: - '@grpc/grpc-js': 1.8.14 + '@grpc/grpc-js': 1.8.15 '@grpc/proto-loader': 0.5.6 bignumber.js: 9.1.1 cockatiel: 1.1.1 @@ -27483,8 +28091,8 @@ packages: resolution: {integrity: sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g==} dev: false - /fast-redact@3.1.2: - resolution: {integrity: sha512-+0em+Iya9fKGfEQGcd62Yv6onjBmmhV1uh86XVfOU8VwAe6kaFdQCWI9s0/Nnugx5Vd9tdbZ7e6gE2tR9dzXdw==} + /fast-redact@3.2.0: + resolution: {integrity: sha512-zaTadChr+NekyzallAMXATXLOR8MNx3zqpZ0MUF2aGf4EathnG0f32VLODNlY8IuGY3HoRO2L6/6fSzNsLaHIw==} engines: {node: '>=6'} /fast-shallow-equal@1.0.0: @@ -27497,8 +28105,8 @@ packages: punycode: 1.4.1 dev: true - /fast-xml-parser@4.2.2: - resolution: {integrity: sha512-DLzIPtQqmvmdq3VUKR7T6omPK/VCRNqgFlGtbESfyhcH2R4I8EzK1/K6E8PkRCK2EabWrUHK32NjYRbEFnnz0Q==} + /fast-xml-parser@4.2.4: + resolution: {integrity: sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==} hasBin: true dependencies: strnum: 1.0.5 @@ -27520,7 +28128,7 @@ packages: dependencies: reusify: 1.0.4 - /father-build@1.22.5(webpack@5.82.0): + /father-build@1.22.5(webpack@5.86.0): resolution: {integrity: sha512-SoEghgQ5fZb3UbwyFQAhow4UBqRkxCG7yIdLgqoPS6dde+3YYjZztMyubXCjuNQ8o3UAIWczuBsww4wzpGFP/g==} hasBin: true dependencies: @@ -27556,7 +28164,7 @@ packages: babel-plugin-react-require: 3.1.1 chalk: 2.4.2 chokidar: 3.5.3 - es5-imcompatible-versions: 0.1.82 + es5-imcompatible-versions: 0.1.83 glob: 7.2.3 gulp-if: 2.0.2 gulp-less: 4.0.1 @@ -27576,7 +28184,7 @@ packages: slash2: 2.0.0 temp-dir: 2.0.0 through2: 3.0.1 - ts-loader: 8.4.0(typescript@4.9.5)(webpack@5.82.0) + ts-loader: 8.4.0(typescript@4.9.5)(webpack@5.86.0) typescript: 4.9.5 update-notifier: 3.0.0 vinyl-fs: 3.0.3 @@ -27587,41 +28195,41 @@ packages: - webpack dev: true - /father@2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0): + /father@2.30.23(@babel/core@7.22.5)(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(eslint@7.32.0)(jest@29.5.0)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.86.0): resolution: {integrity: sha512-6VX1UL2urtmM4b4Wh9xAulSsC9a4G4pOpPR7bqfpCqFxw4zflrrskktg398jqag2HFFbu0uvFq4z78vVqO46Gg==} hasBin: true dependencies: - '@babel/plugin-proposal-decorators': 7.4.4(@babel/core@7.21.8) - '@storybook/addon-a11y': 5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11) - '@storybook/addon-actions': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@babel/plugin-proposal-decorators': 7.4.4(@babel/core@7.22.5) + '@storybook/addon-a11y': 5.3.22(@types/react@17.0.61)(react-dom@16.14.0)(regenerator-runtime@0.13.11) + '@storybook/addon-actions': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/addon-console': 1.2.3(@storybook/addon-actions@5.3.21) - '@storybook/addon-knobs': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-knobs': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) '@storybook/addon-links': 5.3.21(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/addon-notes': 5.3.21(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-notes': 5.3.21(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) '@storybook/addon-options': 5.3.21(react-dom@16.14.0)(react@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/addon-storysource': 5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2) + '@storybook/addon-storysource': 5.3.21(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2) '@storybook/addons': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) '@storybook/cli': 5.3.22(jest@29.5.0) - '@storybook/react': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + '@storybook/react': 5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) '@storybook/theming': 5.3.22(react-dom@16.14.0)(react@17.0.2) '@umijs/fabric': 2.14.1 - babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) - docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) - docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) - docz-plugin-umi-css: 0.14.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) - docz-theme-umi: 2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) - father-build: 1.22.5(webpack@5.82.0) + babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0) + docz: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + docz-core: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + docz-plugin-umi-css: 0.14.1(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + docz-theme-umi: 2.1.1(@types/react@17.0.61)(eslint@7.32.0)(react-dom@16.14.0)(react@17.0.2)(webpack-cli@4.10.0) + father-build: 1.22.5(webpack@5.86.0) fs-extra: 8.1.0 gh-pages: 2.0.1 lodash: 4.17.21 prettier: 2.8.8 - rc-source-loader: 1.0.2(webpack@5.82.0) + rc-source-loader: 1.0.2(webpack@5.86.0) react-markdown: 4.3.1(react@17.0.2) - sass-loader: 8.0.2(webpack@5.82.0) + sass-loader: 8.0.2(webpack@5.86.0) signale: 1.4.0 slash2: 2.0.0 staged-git-files: 1.3.0 - storybook-addon-source: 2.0.11(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11)(webpack@5.82.0) + storybook-addon-source: 2.0.11(@types/react@17.0.61)(react-dom@16.14.0)(regenerator-runtime@0.13.11)(webpack@5.86.0) umi-test: 1.9.7 update-notifier: 3.0.0 yargs-parser: 13.1.2 @@ -27653,41 +28261,41 @@ packages: - webpack-command dev: true - /father@2.30.23(@babel/core@7.21.8)(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(eslint@7.32.0)(jest@29.5.0)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.82.0): + /father@2.30.23(@babel/core@7.22.5)(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(eslint@7.32.0)(jest@29.5.0)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11)(typescript@4.9.5)(webpack-cli@4.10.0)(webpack@5.86.0): resolution: {integrity: sha512-6VX1UL2urtmM4b4Wh9xAulSsC9a4G4pOpPR7bqfpCqFxw4zflrrskktg398jqag2HFFbu0uvFq4z78vVqO46Gg==} hasBin: true dependencies: - '@babel/plugin-proposal-decorators': 7.4.4(@babel/core@7.21.8) - '@storybook/addon-a11y': 5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/addon-actions': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@babel/plugin-proposal-decorators': 7.4.4(@babel/core@7.22.5) + '@storybook/addon-a11y': 5.3.22(@types/react@17.0.61)(react-dom@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-actions': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/addon-console': 1.2.3(@storybook/addon-actions@5.3.21) - '@storybook/addon-knobs': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-knobs': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) '@storybook/addon-links': 5.3.21(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/addon-notes': 5.3.21(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) + '@storybook/addon-notes': 5.3.21(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) '@storybook/addon-options': 5.3.21(react-dom@17.0.2)(react@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/addon-storysource': 5.3.21(@storybook/source-loader@7.0.9)(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2) + '@storybook/addon-storysource': 5.3.21(@storybook/source-loader@7.0.20)(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2) '@storybook/addons': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) '@storybook/cli': 5.3.22(jest@29.5.0) - '@storybook/react': 5.3.21(@babel/core@7.21.8)(@types/react@17.0.58)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + '@storybook/react': 5.3.21(@babel/core@7.22.5)(@types/react@17.0.61)(babel-loader@8.3.0)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) '@storybook/theming': 5.3.22(react-dom@17.0.2)(react@17.0.2) '@umijs/fabric': 2.14.1 - babel-loader: 8.3.0(@babel/core@7.21.8)(webpack@5.82.0) - docz: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) - docz-core: 1.2.0(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) - docz-plugin-umi-css: 0.14.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) - docz-theme-umi: 2.1.1(@types/react@17.0.58)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) - father-build: 1.22.5(webpack@5.82.0) + babel-loader: 8.3.0(@babel/core@7.22.5)(webpack@5.86.0) + docz: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + docz-core: 1.2.0(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + docz-plugin-umi-css: 0.14.1(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2)(typescript@4.9.5)(webpack-cli@4.10.0) + docz-theme-umi: 2.1.1(@types/react@17.0.61)(eslint@7.32.0)(react-dom@17.0.2)(react@17.0.2)(webpack-cli@4.10.0) + father-build: 1.22.5(webpack@5.86.0) fs-extra: 8.1.0 gh-pages: 2.0.1 lodash: 4.17.21 prettier: 2.8.8 - rc-source-loader: 1.0.2(webpack@5.82.0) + rc-source-loader: 1.0.2(webpack@5.86.0) react-markdown: 4.3.1(react@17.0.2) - sass-loader: 8.0.2(webpack@5.82.0) + sass-loader: 8.0.2(webpack@5.86.0) signale: 1.4.0 slash2: 2.0.0 staged-git-files: 1.3.0 - storybook-addon-source: 2.0.11(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11)(webpack@5.82.0) + storybook-addon-source: 2.0.11(@types/react@17.0.61)(react-dom@17.0.2)(regenerator-runtime@0.13.11)(webpack@5.86.0) umi-test: 1.9.7 update-notifier: 3.0.0 yargs-parser: 13.1.2 @@ -27719,17 +28327,17 @@ packages: - webpack-command dev: true - /father@4.1.9(styled-components@5.3.10)(webpack@5.82.0): - resolution: {integrity: sha512-oY4Vlj4Qn0Ed9pM9SckSfQdn7yNVw50K6V5Ke2JRGoAvmTkQEh4qlAtkWngLNzwvCSgytyZTmI3Dqgpq6eboHg==} + /father@4.2.3(styled-components@5.3.11)(webpack@5.86.0): + resolution: {integrity: sha512-noRg6QGQ0+b7sdzjo6Re1TfqGpmF4hhcxjyLgr6NK4JoroW2ENXb0ewpOW3p2+7a67ltiBn/S4gYHXs9ptSrvQ==} hasBin: true dependencies: '@microsoft/api-extractor': 7.34.3 - '@umijs/babel-preset-umi': 4.0.67(styled-components@5.3.10) - '@umijs/bundler-utils': 4.0.67 - '@umijs/bundler-webpack': 4.0.67(styled-components@5.3.10)(typescript@4.8.4)(webpack@5.82.0) + '@umijs/babel-preset-umi': 4.0.70(styled-components@5.3.11) + '@umijs/bundler-utils': 4.0.70 + '@umijs/bundler-webpack': 4.0.70(styled-components@5.3.11)(typescript@4.8.4)(webpack@5.86.0) '@umijs/case-sensitive-paths-webpack-plugin': 1.0.1 - '@umijs/core': 4.0.67 - '@umijs/utils': 4.0.67 + '@umijs/core': 4.0.70 + '@umijs/utils': 4.0.70 '@vercel/ncc': 0.33.3 babel-plugin-dynamic-import-node: 2.3.3 babel-plugin-module-resolver: 4.1.0 @@ -27777,7 +28385,7 @@ packages: /fbemitter@3.0.0: resolution: {integrity: sha512-KWKaceCwKQU0+HPoop6gn4eOHk50bBv/VxjJtGMfwmJt3D29JpN4H4eisCtIPA+a8GVBam+ldMMpMjJUvpDyHw==} dependencies: - fbjs: 3.0.4 + fbjs: 3.0.5 transitivePeerDependencies: - encoding dev: false @@ -27797,16 +28405,16 @@ packages: setimmediate: 1.0.5 ua-parser-js: 0.7.35 - /fbjs@3.0.4: - resolution: {integrity: sha512-ucV0tDODnGV3JCnnkmoszb5lf4bNpzjv80K41wd4k798Etq+UYD0y0TIfalLjZoKgjive6/adkRnszwapiDgBQ==} + /fbjs@3.0.5: + resolution: {integrity: sha512-ztsSx77JBtkuMrEypfhgc3cI0+0h+svqeie7xHbh1k/IKdcydnvadp/mUaGgjAOXQmQSxsqgaRhS3q9fy+1kxg==} dependencies: - cross-fetch: 3.1.5 + cross-fetch: 3.1.6 fbjs-css-vars: 1.0.2 loose-envify: 1.4.0 object-assign: 4.1.1 promise: 7.3.1 setimmediate: 1.0.5 - ua-parser-js: 0.7.35 + ua-parser-js: 1.0.35 transitivePeerDependencies: - encoding dev: false @@ -27886,11 +28494,11 @@ packages: ramda: 0.28.0 dev: true - /file-system-cache@2.1.1: - resolution: {integrity: sha512-vgZ1uDsK29DM4pptUOv47zdJO2tYM5M/ERyAE9Jk0QBN6e64Md+a+xJSOp68dCCDH4niFMVD8nC8n8A5ic0bmg==} + /file-system-cache@2.3.0: + resolution: {integrity: sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==} dependencies: fs-extra: 11.1.1 - ramda: 0.28.0 + ramda: 0.29.0 dev: true /file-uri-to-path@1.0.0: @@ -28105,10 +28713,15 @@ packages: resolution: {integrity: sha512-2hJ5ACYeJCzNtiVULov6pljKOLygy0zddoqSI1fFetM+XRPpRshFdGEijtqlamA1XwyZ+7rhryI6FQFzvtLWUQ==} engines: {node: '>=0.4.0'} - /flow-parser@0.205.1: - resolution: {integrity: sha512-+RF/e1Et6ZX2I/UG7SGAz3Z8+ulj9xKYLu5AD7Wi8H2llzncU8ZpdKfLR50pPvj4g2a/FbZWkXYL7qHc+zXJNA==} + /flow-parser@0.208.0: + resolution: {integrity: sha512-nuoC/kw8BH0gw7ykHNlKJVvtQWh/j5+CE3P/54RBMy63IoGlj9ScTQOC1ntLzwnnfzm9gT5OOukWG0TKrgKyug==} engines: {node: '>=0.4.0'} + /flru@1.0.2: + resolution: {integrity: sha512-kWyh8ADvHBFz6ua5xYOPnUroZTT/bwWfrCeL0Wj1dzG4/YOmOcfJ99W8dOVyyynJN35rZ9aCOtHChqQovV7yog==} + engines: {node: '>=6'} + dev: false + /flush-write-stream@1.1.1: resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} dependencies: @@ -28121,7 +28734,7 @@ packages: react: ^15.0.2 || ^16.0.0 || ^17.0.0 || 17 dependencies: fbemitter: 3.0.0 - fbjs: 3.0.4 + fbjs: 3.0.5 react: 17.0.2 transitivePeerDependencies: - encoding @@ -28141,7 +28754,7 @@ packages: resolution: {integrity: sha512-KSuV3ur4gf2KqMNoZx3nXNVhqCkn42GuTYCX4tXPEwf0MjpFQmNMiN6m7dXaUXgIoivL6/65agoUMg4RLS0Vbg==} engines: {node: '>=10'} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 dev: true /follow-redirects@1.15.2(debug@4.3.4): @@ -28266,27 +28879,27 @@ packages: - supports-color dev: true - /fork-ts-checker-webpack-plugin@8.0.0(typescript@4.8.4)(webpack@5.82.0): + /fork-ts-checker-webpack-plugin@8.0.0(typescript@4.8.4)(webpack@5.86.0): resolution: {integrity: sha512-mX3qW3idpueT2klaQXBzrIM/pHw+T0B/V9KHEvNrqijTq9NFnMZU6oreVxDYcf33P8a5cW+67PjodNHthGnNVg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: typescript: '>3.6.0' webpack: ^5.11.0 dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.22.5 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 7.1.0 deepmerge: 4.3.1 fs-extra: 10.1.0 - memfs: 3.5.1 + memfs: 3.5.3 minimatch: 3.1.2 node-abort-controller: 3.1.1 - schema-utils: 3.1.2 - semver: 7.5.0 + schema-utils: 3.2.0 + semver: 7.5.1 tapable: 2.2.1 typescript: 4.8.4 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /form-data@2.3.3: @@ -28457,8 +29070,8 @@ packages: through2: 2.0.5 dev: true - /fs-monkey@1.0.3: - resolution: {integrity: sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==} + /fs-monkey@1.0.4: + resolution: {integrity: sha512-INM/fWAxMICjttnD0DX1rBvinKskj5G1w+oy/pnm9u/tSlnBrzFonJMcalKJ30P8RRsPzKcCG7Q8l0jx5Fh9YQ==} dev: true /fs-readdir-recursive@1.1.0: @@ -28634,11 +29247,12 @@ packages: resolution: {integrity: sha512-oMgZYUtnPMZB6XieXiUADpRIc5kfD+RPfpiYe9aIlEYGIcOx2mTGgKmUkctlLof/ANleypqOJRhQypbrh33DkA==} dev: false - /get-intrinsic@1.2.0: - resolution: {integrity: sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==} + /get-intrinsic@1.2.1: + resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: function-bind: 1.1.1 has: 1.0.3 + has-proto: 1.0.1 has-symbols: 1.0.3 /get-own-enumerable-property-symbols@3.0.2: @@ -28699,7 +29313,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 /get-uri@3.0.2: resolution: {integrity: sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==} @@ -29056,7 +29670,7 @@ packages: /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 /got@6.7.1: resolution: {integrity: sha512-Y/K3EDuiQN9rTZhBvPRWMLXIKdeD1Rj0nzunfoi0Yyn5WBEbzxXKU9Ub2X41oZBagVWOBU3MuDonFMgPWQFnwg==} @@ -29122,12 +29736,12 @@ packages: '@types/react-dom': 17.0.20 d3: 6.7.0 less: 4.1.3 - less-loader: 10.2.0(less@4.1.3)(webpack@5.82.0) + less-loader: 10.2.0(less@4.1.3)(webpack@5.86.0) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - style-loader: 3.3.2(webpack@5.82.0) - webpack: 5.82.0(webpack-cli@4.10.0) - webpack-cli: 4.10.0(webpack@5.82.0) + style-loader: 3.3.3(webpack@5.86.0) + webpack: 5.86.0(webpack-cli@4.10.0) + webpack-cli: 4.10.0(webpack@5.86.0) transitivePeerDependencies: - '@swc/core' - '@webpack-cli/generators' @@ -29143,17 +29757,20 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true + /graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + dev: true + /graphlib@2.1.8: resolution: {integrity: sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A==} dependencies: lodash: 4.17.21 - /gremlin_patch@3.5.1: - resolution: {integrity: sha512-RGNnp2jX+AmPDCBXKERDh/iGZ/9wbDOdgwRJ6rNOQ0uPTI0wJFKnhWjedMcOnRimbwRib8wUqen0UrHV10ue6Q==} + /gremlin@3.6.4: + resolution: {integrity: sha512-eBkcswUL1QD7lWF7bkrHVvrYK6jT5EcvAHlek4UuxSOougwzIFK1SMT/SyA3sbmAY+zVU1J8s2uHl77EDjvYyg==} engines: {node: '>=10'} dependencies: - json-bigint: 1.0.0 - ws: 6.2.2 + ws: 8.13.0 transitivePeerDependencies: - bufferutil - utf-8-validate @@ -29200,7 +29817,7 @@ packages: engines: {node: '>=0.10.0'} dependencies: accord: 0.29.0 - less: 3.13.1 + less: 3.9.0 object-assign: 4.1.1 plugin-error: 0.1.2 replace-ext: 1.0.1 @@ -29321,7 +29938,7 @@ packages: /has-property-descriptors@1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 /has-proto@1.0.1: resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} @@ -29668,7 +30285,7 @@ packages: /history-with-query@4.10.4: resolution: {integrity: sha512-JnskQK8X+PbRFHSdDAExhoJyhLnlLZL+UuHQuQhys+Se9/ukRDRBWU4JVTjsiIfbv1fcEmR3oqKW56OYmk5M5w==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 loose-envify: 1.4.0 query-string: 6.14.1 resolve-pathname: 3.0.0 @@ -29679,7 +30296,7 @@ packages: /history@4.10.1: resolution: {integrity: sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 loose-envify: 1.4.0 resolve-pathname: 3.0.0 tiny-invariant: 1.3.1 @@ -29689,7 +30306,7 @@ packages: /history@5.3.0: resolution: {integrity: sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 /hmac-drbg@1.0.1: resolution: {integrity: sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==} @@ -29789,8 +30406,8 @@ packages: resolution: {integrity: sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==} dev: true - /html-entities@2.3.3: - resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==} + /html-entities@2.3.5: + resolution: {integrity: sha512-72TJlcMkYsEJASa/3HnX7VT59htM7iSHbH59NSZbtc+22Ap0Txnlx91sfeB+/A7wNZg7UxtZdhAW4y+/jimrdg==} /html-escaper@2.0.2: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} @@ -29842,13 +30459,15 @@ packages: engines: {node: '>=8'} dev: true - /html-to-react@1.5.1: - resolution: {integrity: sha512-dFLZRBjpMk89Ukwa6Fq7oApinn3TEZD0gGFUkmI9DqNQxTjN7gF9owhyu+t8h+bpEZrX2DMxZLYjEfw0C/iL7A==} + /html-to-react@1.6.0(react@17.0.2): + resolution: {integrity: sha512-W7HvCu2fipgz3F7fpEtIt2Ty6XcqFGQXOorR4+HQAk72y9mTtUH3BmJ43BEvXQHO+bt//z1Hbfe6JzojpSC/9w==} + peerDependencies: + react: ^0.13.0 || ^0.14.0 || >=15 || 17 dependencies: domhandler: 5.0.3 htmlparser2: 8.0.2 lodash.camelcase: 4.3.0 - react: 18.2.0 + react: 17.0.2 dev: true /html-void-elements@1.0.5: @@ -30141,13 +30760,13 @@ packages: postcss: 7.0.39 dev: true - /icss-utils@5.1.0(postcss@8.4.23): + /icss-utils@5.1.0(postcss@8.4.24): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /identity-obj-proxy@3.0.0: @@ -30491,7 +31110,7 @@ packages: resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has: 1.0.3 side-channel: 1.0.4 @@ -30670,7 +31289,7 @@ packages: resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-typed-array: 1.1.10 /is-arrayish@0.2.1: @@ -30762,8 +31381,8 @@ packages: rgba-regex: 1.0.0 dev: true - /is-core-module@2.12.0: - resolution: {integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ==} + /is-core-module@2.12.1: + resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} dependencies: has: 1.0.3 @@ -31235,7 +31854,7 @@ packages: resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 dev: true /is-what@3.14.1: @@ -31311,7 +31930,7 @@ packages: /isomorphic-unfetch@2.1.1: resolution: {integrity: sha512-nd8AULy4i2rA8dv0nOBT9xieIegd3xi7NDxTQ9+iNXDTyaG6VbUYW3F+TdMRqxqXhDFWM2k7fttKx9W2Wd8JpQ==} dependencies: - node-fetch: 2.6.9 + node-fetch: 2.6.11 unfetch: 3.1.2 transitivePeerDependencies: - encoding @@ -31340,11 +31959,11 @@ packages: resolution: {integrity: sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==} engines: {node: '>=6'} dependencies: - '@babel/generator': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/generator': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 istanbul-lib-coverage: 2.0.5 semver: 6.3.0 transitivePeerDependencies: @@ -31368,7 +31987,7 @@ packages: engines: {node: '>=8'} dependencies: '@babel/core': 7.18.6 - '@babel/parser': 7.21.8 + '@babel/parser': 7.22.5 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -31682,11 +32301,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 '@jest/test-sequencer': 29.5.0 '@jest/types': 29.5.0 '@types/node': 7.10.14 - babel-jest: 29.5.0(@babel/core@7.21.8) + babel-jest: 29.5.0(@babel/core@7.22.5) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 @@ -31946,7 +32565,7 @@ packages: resolution: {integrity: sha512-Cq7vkAgaYKp+PsX+2/JbTarrk0DmNhsEtqBXNwUHkdlbrTBLtMJINADf2mf5FkowNsq8evbPc07/qFO0AdKTzw==} engines: {node: '>= 6'} dependencies: - '@babel/traverse': 7.21.5(supports-color@5.5.0) + '@babel/traverse': 7.22.5(supports-color@5.5.0) '@jest/environment': 24.9.0 '@jest/test-result': 24.9.0 '@jest/types': 24.9.0 @@ -31970,7 +32589,7 @@ packages: resolution: {integrity: sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/traverse': 7.21.5(supports-color@5.5.0) + '@babel/traverse': 7.22.5(supports-color@5.5.0) '@jest/environment': 26.6.2 '@jest/source-map': 26.6.2 '@jest/test-result': 26.6.2 @@ -32054,7 +32673,7 @@ packages: resolution: {integrity: sha512-oCj8FiZ3U0hTP4aSui87P4L4jC37BtQwUMqk+zk/b11FR19BJDeZsZAvIHutWnmtw7r85UmR3CEWZ0HWU2mAlw==} engines: {node: '>= 6'} dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.22.5 '@jest/test-result': 24.9.0 '@jest/types': 24.9.0 '@types/stack-utils': 1.0.1 @@ -32070,7 +32689,7 @@ packages: resolution: {integrity: sha512-rGiLePzQ3AzwUshu2+Rn+UMFk0pHN58sOG+IaJbk5Jxuqo3NYO1U2/MIR4S1sKgsoYSXSzdtSa0TgrmtUwEbmA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.22.5 '@jest/types': 26.6.2 '@types/stack-utils': 2.0.1 chalk: 4.1.2 @@ -32085,7 +32704,7 @@ packages: resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.22.5 '@jest/types': 29.5.0 '@types/stack-utils': 2.0.1 chalk: 4.1.2 @@ -32422,7 +33041,7 @@ packages: '@jest/types': 29.5.0 '@types/node': 7.10.14 chalk: 4.1.2 - cjs-module-lexer: 1.2.2 + cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.1 glob: 7.2.3 graceful-fs: 4.2.11 @@ -32463,7 +33082,7 @@ packages: resolution: {integrity: sha512-uI/rszGSs73xCM0l+up7O7a40o90cnrk429LOiK3aeTvfC0HHmldbd81/B7Ix81KSFe1lwkbl7GnBGG4UfuDew==} engines: {node: '>= 6'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 '@jest/types': 24.9.0 chalk: 2.4.2 expect: 24.9.0 @@ -32484,10 +33103,10 @@ packages: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/types': 7.21.5 + '@babel/types': 7.22.5 '@jest/types': 26.6.2 - '@types/babel__traverse': 7.18.5 - '@types/prettier': 2.7.2 + '@types/babel__traverse': 7.20.1 + '@types/prettier': 2.7.3 chalk: 4.1.2 expect: 26.6.2 graceful-fs: 4.2.11 @@ -32499,7 +33118,7 @@ packages: jest-resolve: 26.6.2 natural-compare: 1.4.0 pretty-format: 26.6.2 - semver: 7.5.0 + semver: 7.5.1 transitivePeerDependencies: - supports-color dev: false @@ -32508,18 +33127,18 @@ packages: resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.21.8) - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 '@jest/expect-utils': 29.5.0 '@jest/transform': 29.5.0 '@jest/types': 29.5.0 - '@types/babel__traverse': 7.18.5 - '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.21.8) + '@types/babel__traverse': 7.20.1 + '@types/prettier': 2.7.3 + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.22.5) chalk: 4.1.2 expect: 29.5.0 graceful-fs: 4.2.11 @@ -32530,7 +33149,7 @@ packages: jest-util: 29.5.0 natural-compare: 1.4.0 pretty-format: 29.5.0 - semver: 7.5.0 + semver: 7.5.1 transitivePeerDependencies: - supports-color dev: true @@ -32794,13 +33413,13 @@ packages: resolution: {integrity: sha512-GXhSjfOPyDemM005YCEHvzrEALhKDIswtxSHSR2e4K/suHVJKJxxRCGz3skPjNxjJjQa9AVSGGlYjv1M3VLIPg==} dev: false - /jquery@3.6.4: - resolution: {integrity: sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==} + /jquery@3.7.0: + resolution: {integrity: sha512-umpJ0/k8X0MvD1ds0P9SfowREz2LenHsQaxSohMZ5OMNEU2r0tf8pdeEFTHMFxWVxKNyU9rTtK3CWzUCTKJUeQ==} dev: false - /js-beautify@1.14.7: - resolution: {integrity: sha512-5SOX1KXPFKx+5f6ZrPsIPEY7NwKeQz47n3jm2i+XeHx9MoRsfQenlOP13FQhWvg8JRS0+XLO6XYUQ2GX+q+T9A==} - engines: {node: '>=10'} + /js-beautify@1.14.8: + resolution: {integrity: sha512-4S7HFeI9YfRvRgKnEweohs0tgJj28InHVIj4Nl8Htf96Y6pHg3+tJrmo4ucAM9f7l4SHbFI3IvFAZ2a1eQPbyg==} + engines: {node: '>=12'} hasBin: true dependencies: config-chain: 1.1.13 @@ -32818,10 +33437,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /js-sdsl@4.4.0: - resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==} - dev: true - /js-string-escape@1.0.1: resolution: {integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==} engines: {node: '>= 0.8'} @@ -32863,25 +33478,25 @@ packages: /jsc-android@250231.0.0: resolution: {integrity: sha512-rS46PvsjYmdmuz1OAWXY/1kCYG7pnf1TBqeTiOJr1iDz7s5DLxxC9n/ZMknLDxzYzNVfI7R95MH10emSSG1Wuw==} - /jscodeshift@0.13.1(@babel/preset-env@7.21.5): + /jscodeshift@0.13.1(@babel/preset-env@7.22.5): resolution: {integrity: sha512-lGyiEbGOvmMRKgWk4vf+lUrCWO/8YR8sUR3FKF1Cq5fovjZDlIcw3Hu5ppLHAnEXshVffvaM0eyuY/AbOeYpnQ==} hasBin: true peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.21.8 - '@babel/parser': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) - '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - '@babel/register': 7.21.0(@babel/core@7.21.8) - babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/preset-flow': 7.22.5(@babel/core@7.22.5) + '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/register': 7.22.5(@babel/core@7.22.5) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.5) chalk: 4.1.2 - flow-parser: 0.205.1 + flow-parser: 0.208.0 graceful-fs: 4.2.11 micromatch: 3.1.10(supports-color@6.1.0) neo-async: 2.6.2 @@ -32896,17 +33511,17 @@ packages: resolution: {integrity: sha512-+NF/tlNbc2WEhXUuc4WEJLsJumF84tnaMUZW2hyJw3jThKKRvsPX4sPJVgO1lPE28z0gNL+gwniLG9d8mYvQCQ==} hasBin: true dependencies: - '@babel/core': 7.21.8 - '@babel/parser': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) - '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - '@babel/register': 7.21.0(@babel/core@7.21.8) - babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/preset-flow': 7.22.5(@babel/core@7.22.5) + '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/register': 7.22.5(@babel/core@7.22.5) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.5) colors: 1.4.0 - flow-parser: 0.205.1 + flow-parser: 0.208.0 graceful-fs: 4.2.11 micromatch: 3.1.10(supports-color@6.1.0) neo-async: 2.6.2 @@ -32922,17 +33537,17 @@ packages: resolution: {integrity: sha512-YMkZSyoc8zg5woZL23cmWlnFLPH/mHilonGA7Qbzs7H6M4v4PH0Qsn4jeDyw+CHhVoAnm9UxQyB0Yw1OT+mktA==} hasBin: true dependencies: - '@babel/core': 7.21.8 - '@babel/parser': 7.21.8 - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/preset-env': 7.21.5(@babel/core@7.21.8) - '@babel/preset-flow': 7.21.4(@babel/core@7.21.8) - '@babel/preset-typescript': 7.21.5(@babel/core@7.21.8) - '@babel/register': 7.21.0(@babel/core@7.21.8) - babel-core: 7.0.0-bridge.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) + '@babel/preset-env': 7.22.5(@babel/core@7.22.5) + '@babel/preset-flow': 7.22.5(@babel/core@7.22.5) + '@babel/preset-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/register': 7.22.5(@babel/core@7.22.5) + babel-core: 7.0.0-bridge.0(@babel/core@7.22.5) colors: 1.4.0 - flow-parser: 0.205.1 + flow-parser: 0.208.0 graceful-fs: 4.2.11 micromatch: 3.1.10(supports-color@6.1.0) neo-async: 2.6.2 @@ -32963,7 +33578,7 @@ packages: escodegen: 1.14.3 html-encoding-sniffer: 1.0.2 left-pad: 1.3.0 - nwsapi: 2.2.4 + nwsapi: 2.2.5 parse5: 4.0.0 pn: 1.1.0 request: 2.88.2 @@ -33006,11 +33621,11 @@ packages: http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.1 is-potential-custom-element-name: 1.0.1 - nwsapi: 2.2.4 + nwsapi: 2.2.5 parse5: 6.0.1 saxes: 5.0.1 symbol-tree: 3.2.4 - tough-cookie: 4.1.2 + tough-cookie: 4.1.3 w3c-hr-time: 1.0.2 w3c-xmlserializer: 2.0.0 webidl-conversions: 6.1.0 @@ -33172,8 +33787,8 @@ packages: object.assign: 4.1.4 dev: true - /kapsule@1.14.2: - resolution: {integrity: sha512-6ROjWt7DHJ6pBv8RqpcP5uhP7+IgoaF5XavzcRU0U1/5wT/dZgBDNPrdZMNXaWyWLZvAdJ/ONuVRW0Dr9NbLkA==} + /kapsule@1.14.4: + resolution: {integrity: sha512-Ro1US5B5mtyZMM+NqW/0fqcBf9oEO7fG0gYY9FY+BVGo4KaonVsplFfuYx3pZ/GLCQfYE5cONduILLktsYjUpQ==} engines: {node: '>=12'} dependencies: lodash-es: 4.17.21 @@ -33389,8 +34004,8 @@ packages: - supports-color dev: false - /konva@9.0.1: - resolution: {integrity: sha512-wzpkprJ8idE42TDF9Lu9RNjVVYNXrj0apvTK3pujdHQhX1iNV+MUquSxYN8HqjYSG95QQ51jhFzRLWhnhf44Mw==} + /konva@9.2.0: + resolution: {integrity: sha512-+woI76Sk+VFVl9z7zPkuTnN2zFpEYg27YWz8BCdQXpt5IS3pdnSPAPQVPPMidcbDi9/G5b/IOIp35/KqMGiYPA==} /l7-tiny-sdf@0.0.4: resolution: {integrity: sha512-hMuA5jolQCyhK+QufHMy+qxZQlc9uD/S7jVWFDyVy5TKb3HxMOGc1RcqMwcvlgDXzmVqNWkxAN8LracSEwqYIw==} @@ -33399,7 +34014,7 @@ packages: /l7eval5@0.0.3: resolution: {integrity: sha512-xnn9x/T0zawTM1L9DASmRXVMb5fTCib83FtGZQcn5ToM1lAo4dutNOK2JAC+jd3mEMWa9MMq188dyoQcqG2WOg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/acorn': 4.0.6 '@types/estree': 0.0.41 acorn: 7.4.1 @@ -33460,9 +34075,9 @@ packages: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 app-root-dir: 1.0.2 - core-js: 3.30.1 + core-js: 3.31.0 dotenv: 8.6.0 dotenv-expand: 5.1.0 dev: true @@ -33507,7 +34122,7 @@ packages: deprecated: use String.prototype.padStart() dev: true - /less-loader@10.2.0(less@3.13.1)(webpack@5.82.0): + /less-loader@10.2.0(less@3.13.1)(webpack@5.86.0): resolution: {integrity: sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -33516,10 +34131,10 @@ packages: dependencies: klona: 2.0.6 less: 3.13.1 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true - /less-loader@10.2.0(less@4.1.3)(webpack@5.82.0): + /less-loader@10.2.0(less@4.1.3)(webpack@5.86.0): resolution: {integrity: sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -33528,19 +34143,18 @@ packages: dependencies: klona: 2.0.6 less: 4.1.3 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: false - /less-loader@11.1.0(less@3.13.1)(webpack@5.82.0): - resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==} + /less-loader@11.1.3(less@3.13.1)(webpack@5.86.0): + resolution: {integrity: sha512-A5b7O8dH9xpxvkosNrP0dFp2i/dISOJa9WwGF3WJflfqIERE2ybxh1BFDj5CovC2+jCE4M354mk90hN6ziXlVw==} engines: {node: '>= 14.15.0'} peerDependencies: less: ^3.5.0 || ^4.0.0 webpack: ^5.0.0 dependencies: - klona: 2.0.6 less: 3.13.1 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /less-loader@4.1.0(less@3.13.1)(webpack@4.46.0): @@ -33606,7 +34220,7 @@ packages: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.5.0 + tslib: 2.5.3 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -33868,8 +34482,8 @@ packages: /load-cfg@1.2.0(@babel/core@7.4.4): resolution: {integrity: sha512-6YgJ6G/R+hT3y3OPs55VdQ7FeMYEGuq6KHJ8ZId7NVyTvkI7yUDH7Gclxz9Ggkz5DJirjbvapMORMfk9NAiyMQ==} dependencies: - '@babel/preset-env': 7.21.5(@babel/core@7.4.4) - '@babel/register': 7.21.0(@babel/core@7.4.4) + '@babel/preset-env': 7.22.5(@babel/core@7.4.4) + '@babel/register': 7.22.5(@babel/core@7.4.4) find-up: 3.0.0 fs-extra: 7.0.1 lodash: 4.17.21 @@ -34168,7 +34782,7 @@ packages: hasBin: true dependencies: ansi-fragments: 0.2.1 - dayjs: 1.11.7 + dayjs: 1.11.8 yargs: 15.4.1 /loglevel@1.8.1: @@ -34228,7 +34842,7 @@ packages: /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 /lowercase-keys@1.0.1: resolution: {integrity: sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==} @@ -34489,7 +35103,7 @@ packages: resolution: {integrity: sha512-+LfG9Fik+OuI8SLwsiR02IVdjcnRCy5MufYLi0C3TdMT56L/pjB0alMVGgoWJF8pN9Rc7FESycZB9BMNWIid5w==} dependencies: esm: 3.2.25 - mhchemparser: 4.1.1 + mhchemparser: 4.2.1 mj-context-menu: 0.6.1 speech-rule-engine: 4.0.7 @@ -34568,19 +35182,19 @@ packages: transitivePeerDependencies: - supports-color - /mdast-util-from-markdown@1.3.0: - resolution: {integrity: sha512-HN3W1gRIuN/ZW295c7zi7g9lVBllMgZE40RxCX37wrTPWXCWtpvOZdfnuK+1WNpvZje6XuJeI3Wnb4TJEUem+g==} + /mdast-util-from-markdown@1.3.1: + resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} dependencies: '@types/mdast': 3.0.11 '@types/unist': 2.0.6 decode-named-character-reference: 1.0.2 mdast-util-to-string: 3.2.0 - micromark: 3.1.0 - micromark-util-decode-numeric-character-reference: 1.0.0 - micromark-util-decode-string: 1.0.2 - micromark-util-normalize-identifier: 1.0.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark: 3.2.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-decode-string: 1.1.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 unist-util-stringify-position: 3.0.3 uvu: 0.5.6 transitivePeerDependencies: @@ -34607,7 +35221,7 @@ packages: '@types/mdast': 3.0.11 ccount: 2.0.1 mdast-util-find-and-replace: 2.2.2 - micromark-util-character: 1.1.0 + micromark-util-character: 1.2.0 dev: false /mdast-util-gfm-footnote@1.0.2: @@ -34615,7 +35229,7 @@ packages: dependencies: '@types/mdast': 3.0.11 mdast-util-to-markdown: 1.5.0 - micromark-util-normalize-identifier: 1.0.0 + micromark-util-normalize-identifier: 1.1.0 dev: false /mdast-util-gfm-strikethrough@0.2.3: @@ -34641,7 +35255,7 @@ packages: dependencies: '@types/mdast': 3.0.11 markdown-table: 3.0.3 - mdast-util-from-markdown: 1.3.0 + mdast-util-from-markdown: 1.3.1 mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: - supports-color @@ -34673,7 +35287,7 @@ packages: /mdast-util-gfm@2.0.2: resolution: {integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==} dependencies: - mdast-util-from-markdown: 1.3.0 + mdast-util-from-markdown: 1.3.1 mdast-util-gfm-autolink-literal: 1.0.3 mdast-util-gfm-footnote: 1.0.2 mdast-util-gfm-strikethrough: 1.0.3 @@ -34729,7 +35343,7 @@ packages: '@types/hast': 2.3.4 '@types/mdast': 3.0.11 mdast-util-definitions: 5.1.2 - micromark-util-sanitize-uri: 1.1.0 + micromark-util-sanitize-uri: 1.2.0 trim-lines: 3.0.1 unist-util-generated: 2.0.1 unist-util-position: 4.0.4 @@ -34770,7 +35384,7 @@ packages: longest-streak: 3.1.0 mdast-util-phrasing: 3.0.1 mdast-util-to-string: 3.2.0 - micromark-util-decode-string: 1.0.2 + micromark-util-decode-string: 1.1.0 unist-util-visit: 4.1.2 zwitch: 2.0.4 dev: false @@ -34820,11 +35434,11 @@ packages: p-is-promise: 2.1.0 dev: true - /memfs@3.5.1: - resolution: {integrity: sha512-UWbFJKvj5k+nETdteFndTpYxdeTMox/ULeqX5k/dpaQJCCFmj5EeKv3dBcyO2xmkRAx2vppRu5dVG7SOtsGOzA==} + /memfs@3.5.3: + resolution: {integrity: sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==} engines: {node: '>= 4.0.0'} dependencies: - fs-monkey: 1.0.3 + fs-monkey: 1.0.4 dev: true /memoize-one@5.2.1: @@ -34963,7 +35577,7 @@ packages: /metro-babel-transformer@0.73.9: resolution: {integrity: sha512-DlYwg9wwYIZTHtic7dyD4BP0SDftoltZ3clma76nHu43blMWsCnrImHeHsAVne3XsQ+RJaSRxhN5nkG2VyVHwA==} dependencies: - '@babel/core': 7.21.8 + '@babel/core': 7.22.5 hermes-parser: 0.8.0 metro-source-map: 0.73.9 nullthrows: 1.1.1 @@ -35040,69 +35654,69 @@ packages: /metro-minify-terser@0.73.9: resolution: {integrity: sha512-MTGPu2qV5qtzPJ2SqH6s58awHDtZ4jd7lmmLR+7TXDwtZDjIBA0YVfI0Zak2Haby2SqoNKrhhUns/b4dPAQAVg==} dependencies: - terser: 5.17.1 + terser: 5.17.7 /metro-minify-uglify@0.73.9: resolution: {integrity: sha512-gzxD/7WjYcnCNGiFJaA26z34rjOp+c/Ft++194Wg91lYep3TeWQ0CnH8t2HRS7AYDHU81SGWgvD3U7WV0g4LGA==} dependencies: uglify-es: 3.3.9 - /metro-react-native-babel-preset@0.73.9(@babel/core@7.21.8): + /metro-react-native-babel-preset@0.73.9(@babel/core@7.22.5): resolution: {integrity: sha512-AoD7v132iYDV4K78yN2OLgTPwtAKn0XlD2pOhzyBxiI8PeXzozhbKyPV7zUOJUPETj+pcEVfuYj5ZN/8+bhbCw==} peerDependencies: '@babel/core': '*' dependencies: - '@babel/core': 7.21.8 - '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-export-default-from': 7.18.10(@babel/core@7.21.8) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-export-default-from': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-syntax-flow': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.21.8) - '@babel/plugin-transform-arrow-functions': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-async-to-generator': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-transform-block-scoping': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-classes': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-computed-properties': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-destructuring': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-flow-strip-types': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-function-name': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-literals': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-modules-commonjs': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-named-capturing-groups-regex': 7.20.5(@babel/core@7.21.8) - '@babel/plugin-transform-parameters': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-react-display-name': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx': 7.21.5(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.21.8) - '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.8) - '@babel/plugin-transform-runtime': 7.21.4(@babel/core@7.21.8) - '@babel/plugin-transform-shorthand-properties': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-spread': 7.20.7(@babel/core@7.21.8) - '@babel/plugin-transform-sticky-regex': 7.18.6(@babel/core@7.21.8) - '@babel/plugin-transform-template-literals': 7.18.9(@babel/core@7.21.8) - '@babel/plugin-transform-typescript': 7.21.3(@babel/core@7.21.8) - '@babel/plugin-transform-unicode-regex': 7.18.6(@babel/core@7.21.8) - '@babel/template': 7.20.7 + '@babel/core': 7.22.5 + '@babel/plugin-proposal-async-generator-functions': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-export-default-from': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-object-rest-spread': 7.20.7(@babel/core@7.22.5) + '@babel/plugin-proposal-optional-catch-binding': 7.18.6(@babel/core@7.22.5) + '@babel/plugin-proposal-optional-chaining': 7.21.0(@babel/core@7.22.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-export-default-from': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-flow': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.5) + '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-block-scoping': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-classes': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-destructuring': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-flow-strip-types': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-parameters': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-display-name': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx-self': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-runtime': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-typescript': 7.22.5(@babel/core@7.22.5) + '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.5) + '@babel/template': 7.22.5 react-refresh: 0.4.3 transitivePeerDependencies: - supports-color - /metro-react-native-babel-transformer@0.73.9(@babel/core@7.21.8): + /metro-react-native-babel-transformer@0.73.9(@babel/core@7.22.5): resolution: {integrity: sha512-DSdrEHuQ22ixY7DyipyKkIcqhOJrt5s6h6X7BYJCP9AMUfXOwLe2biY3BcgJz5GOXv8/Akry4vTCvQscVS1otQ==} peerDependencies: '@babel/core': '*' dependencies: - '@babel/core': 7.21.8 - babel-preset-fbjs: 3.4.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + babel-preset-fbjs: 3.4.0(@babel/core@7.22.5) hermes-parser: 0.8.0 metro-babel-transformer: 0.73.9 - metro-react-native-babel-preset: 0.73.9(@babel/core@7.21.8) + metro-react-native-babel-preset: 0.73.9(@babel/core@7.22.5) metro-source-map: 0.73.9 nullthrows: 1.1.1 transitivePeerDependencies: @@ -35116,14 +35730,14 @@ packages: /metro-runtime@0.73.9: resolution: {integrity: sha512-d5Hs83FpKB9r8q8Vb95+fa6ESpwysmPr4lL1I2rM2qXAFiO7OAPT9Bc23WmXgidkBtD0uUFdB2lG+H1ATz8rZg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react-refresh: 0.4.3 /metro-source-map@0.73.9: resolution: {integrity: sha512-l4VZKzdqafipriETYR6lsrwtavCF1+CMhCOY9XbyWeTrpGSNgJQgdeJpttzEZTHQQTLR0csQo0nD1ef3zEP6IQ==} dependencies: - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 invariant: 2.2.4 metro-symbolicate: 0.73.9 nullthrows: 1.1.1 @@ -35150,10 +35764,10 @@ packages: /metro-transform-plugins@0.73.9: resolution: {integrity: sha512-r9NeiqMngmooX2VOKLJVQrMuV7PAydbqst5bFhdVBPcFpZkxxqyzjzo+kzrszGy2UpSQBZr2P1L6OMjLHwQwfQ==} dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) nullthrows: 1.1.1 transitivePeerDependencies: - supports-color @@ -35161,11 +35775,11 @@ packages: /metro-transform-worker@0.73.9: resolution: {integrity: sha512-Rq4b489sIaTUENA+WCvtu9yvlT/C6zFMWhU4sq+97W29Zj0mPBjdk+qGT5n1ZBgtBIJzZWt1KxeYuc17f4aYtQ==} dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/types': 7.21.5 - babel-preset-fbjs: 3.4.0(@babel/core@7.21.8) + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/types': 7.22.5 + babel-preset-fbjs: 3.4.0(@babel/core@7.22.5) metro: 0.73.9 metro-babel-transformer: 0.73.9 metro-cache: 0.73.9 @@ -35184,13 +35798,13 @@ packages: resolution: {integrity: sha512-BlYbPmTF60hpetyNdKhdvi57dSqutb+/oK0u3ni4emIh78PiI0axGo7RfdsZ/mn3saASXc94tDbpC5yn7+NpEg==} hasBin: true dependencies: - '@babel/code-frame': 7.21.4 - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@babel/types': 7.21.5 + '@babel/code-frame': 7.22.5 + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/parser': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@babel/types': 7.22.5 absolute-path: 0.0.0 accepts: 1.3.8 async: 3.2.4 @@ -35216,7 +35830,7 @@ packages: metro-inspector-proxy: 0.73.9 metro-minify-terser: 0.73.9 metro-minify-uglify: 0.73.9 - metro-react-native-babel-preset: 0.73.9(@babel/core@7.21.8) + metro-react-native-babel-preset: 0.73.9(@babel/core@7.22.5) metro-resolver: 0.73.9 metro-runtime: 0.73.9 metro-source-map: 0.73.9 @@ -35224,7 +35838,7 @@ packages: metro-transform-plugins: 0.73.9 metro-transform-worker: 0.73.9 mime-types: 2.1.35 - node-fetch: 2.6.9 + node-fetch: 2.6.11 nullthrows: 1.1.1 rimraf: 3.0.2 serialize-error: 2.1.0 @@ -35240,31 +35854,31 @@ packages: - supports-color - utf-8-validate - /mhchemparser@4.1.1: - resolution: {integrity: sha512-R75CUN6O6e1t8bgailrF1qPq+HhVeFTM3XQ0uzI+mXTybmphy3b6h4NbLOYhemViQ3lUs+6CKRkC3Ws1TlYREA==} + /mhchemparser@4.2.1: + resolution: {integrity: sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ==} /microevent.ts@0.1.1: resolution: {integrity: sha512-jo1OfR4TaEwd5HOrt5+tAZ9mqT4jmpNAusXtyfNzqVm9uiSYFZlKM1wYL4oU7azZW/PxQW53wM0S6OR1JHNa2g==} dev: true - /micromark-core-commonmark@1.0.6: - resolution: {integrity: sha512-K+PkJTxqjFfSNkfAhp4GB+cZPfQd6dxtTXnf+RjZOV7T4EEXnvgzOcnp+eSTmpGk9d1S9sL6/lqrgSNn/s0HZA==} + /micromark-core-commonmark@1.1.0: + resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} dependencies: decode-named-character-reference: 1.0.2 - micromark-factory-destination: 1.0.0 - micromark-factory-label: 1.0.2 - micromark-factory-space: 1.0.0 - micromark-factory-title: 1.0.2 - micromark-factory-whitespace: 1.0.0 - micromark-util-character: 1.1.0 - micromark-util-chunked: 1.0.0 - micromark-util-classify-character: 1.0.0 - micromark-util-html-tag-name: 1.1.0 - micromark-util-normalize-identifier: 1.0.0 - micromark-util-resolve-all: 1.0.0 - micromark-util-subtokenize: 1.0.2 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-factory-destination: 1.1.0 + micromark-factory-label: 1.1.0 + micromark-factory-space: 1.1.0 + micromark-factory-title: 1.1.0 + micromark-factory-whitespace: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-chunked: 1.1.0 + micromark-util-classify-character: 1.1.0 + micromark-util-html-tag-name: 1.2.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-resolve-all: 1.1.0 + micromark-util-subtokenize: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 dev: false @@ -35280,25 +35894,25 @@ packages: transitivePeerDependencies: - supports-color - /micromark-extension-gfm-autolink-literal@1.0.4: - resolution: {integrity: sha512-WCssN+M9rUyfHN5zPBn3/f0mIA7tqArHL/EKbv3CZK+LT2rG77FEikIQEqBkv46fOqXQK4NEW/Pc7Z27gshpeg==} + /micromark-extension-gfm-autolink-literal@1.0.5: + resolution: {integrity: sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==} dependencies: - micromark-util-character: 1.1.0 - micromark-util-sanitize-uri: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-util-character: 1.2.0 + micromark-util-sanitize-uri: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 dev: false - /micromark-extension-gfm-footnote@1.1.0: - resolution: {integrity: sha512-RWYce7j8+c0n7Djzv5NzGEGitNNYO3uj+h/XYMdS/JinH1Go+/Qkomg/rfxExFzYTiydaV6GLeffGO5qcJbMPA==} + /micromark-extension-gfm-footnote@1.1.2: + resolution: {integrity: sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==} dependencies: - micromark-core-commonmark: 1.0.6 - micromark-factory-space: 1.0.0 - micromark-util-character: 1.1.0 - micromark-util-normalize-identifier: 1.0.0 - micromark-util-sanitize-uri: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-core-commonmark: 1.1.0 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-sanitize-uri: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 dev: false @@ -35309,14 +35923,14 @@ packages: transitivePeerDependencies: - supports-color - /micromark-extension-gfm-strikethrough@1.0.5: - resolution: {integrity: sha512-X0oI5eYYQVARhiNfbETy7BfLSmSilzN1eOuoRnrf9oUNsPRrWOAe9UqSizgw1vNxQBfOwL+n2610S3bYjVNi7w==} + /micromark-extension-gfm-strikethrough@1.0.7: + resolution: {integrity: sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==} dependencies: - micromark-util-chunked: 1.0.0 - micromark-util-classify-character: 1.0.0 - micromark-util-resolve-all: 1.0.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-util-chunked: 1.1.0 + micromark-util-classify-character: 1.1.0 + micromark-util-resolve-all: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 dev: false @@ -35327,13 +35941,13 @@ packages: transitivePeerDependencies: - supports-color - /micromark-extension-gfm-table@1.0.6: - resolution: {integrity: sha512-92pq7Q+T+4kXH4M6kL+pc8WU23Z9iuhcqmtYFWdFWjm73ZscFpH2xE28+XFpGWlvgq3LUwcN0XC0PGCicYFpgA==} + /micromark-extension-gfm-table@1.0.7: + resolution: {integrity: sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==} dependencies: - micromark-factory-space: 1.0.0 - micromark-util-character: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 dev: false @@ -35343,7 +35957,7 @@ packages: /micromark-extension-gfm-tagfilter@1.0.2: resolution: {integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==} dependencies: - micromark-util-types: 1.0.2 + micromark-util-types: 1.1.0 dev: false /micromark-extension-gfm-task-list-item@0.3.3: @@ -35353,13 +35967,13 @@ packages: transitivePeerDependencies: - supports-color - /micromark-extension-gfm-task-list-item@1.0.4: - resolution: {integrity: sha512-9XlIUUVnYXHsFF2HZ9jby4h3npfX10S1coXTnV035QGPgrtNYQq3J6IfIvcCIUAJrrqBVi5BqA/LmaOMJqPwMQ==} + /micromark-extension-gfm-task-list-item@1.0.5: + resolution: {integrity: sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==} dependencies: - micromark-factory-space: 1.0.0 - micromark-util-character: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 dev: false @@ -35375,17 +35989,17 @@ packages: transitivePeerDependencies: - supports-color - /micromark-extension-gfm@2.0.2: - resolution: {integrity: sha512-oMBh++llCWHYftkP1NmeoQDHHlj3nsRYL3HBhjwBqm+CjSQ4l/v05XiQMTWqmYh4MLEVbq473qEi6S1wonCxcA==} + /micromark-extension-gfm@2.0.3: + resolution: {integrity: sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==} dependencies: - micromark-extension-gfm-autolink-literal: 1.0.4 - micromark-extension-gfm-footnote: 1.1.0 - micromark-extension-gfm-strikethrough: 1.0.5 - micromark-extension-gfm-table: 1.0.6 + micromark-extension-gfm-autolink-literal: 1.0.5 + micromark-extension-gfm-footnote: 1.1.2 + micromark-extension-gfm-strikethrough: 1.0.7 + micromark-extension-gfm-table: 1.0.7 micromark-extension-gfm-tagfilter: 1.0.2 - micromark-extension-gfm-task-list-item: 1.0.4 - micromark-util-combine-extensions: 1.0.0 - micromark-util-types: 1.0.2 + micromark-extension-gfm-task-list-item: 1.0.5 + micromark-util-combine-extensions: 1.1.0 + micromark-util-types: 1.1.0 dev: false /micromark-extension-math@0.1.2: @@ -35396,135 +36010,134 @@ packages: transitivePeerDependencies: - supports-color - /micromark-factory-destination@1.0.0: - resolution: {integrity: sha512-eUBA7Rs1/xtTVun9TmV3gjfPz2wEwgK5R5xcbIM5ZYAtvGF6JkyaDsj0agx8urXnO31tEO6Ug83iVH3tdedLnw==} + /micromark-factory-destination@1.1.0: + resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} dependencies: - micromark-util-character: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 dev: false - /micromark-factory-label@1.0.2: - resolution: {integrity: sha512-CTIwxlOnU7dEshXDQ+dsr2n+yxpP0+fn271pu0bwDIS8uqfFcumXpj5mLn3hSC8iw2MUr6Gx8EcKng1dD7i6hg==} + /micromark-factory-label@1.1.0: + resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} dependencies: - micromark-util-character: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 dev: false - /micromark-factory-space@1.0.0: - resolution: {integrity: sha512-qUmqs4kj9a5yBnk3JMLyjtWYN6Mzfcx8uJfi5XAveBniDevmZasdGBba5b4QsvRcAkmvGo5ACmSUmyGiKTLZew==} + /micromark-factory-space@1.1.0: + resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} dependencies: - micromark-util-character: 1.1.0 - micromark-util-types: 1.0.2 + micromark-util-character: 1.2.0 + micromark-util-types: 1.1.0 dev: false - /micromark-factory-title@1.0.2: - resolution: {integrity: sha512-zily+Nr4yFqgMGRKLpTVsNl5L4PMu485fGFDOQJQBl2NFpjGte1e86zC0da93wf97jrc4+2G2GQudFMHn3IX+A==} + /micromark-factory-title@1.1.0: + resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} dependencies: - micromark-factory-space: 1.0.0 - micromark-util-character: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 - uvu: 0.5.6 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 dev: false - /micromark-factory-whitespace@1.0.0: - resolution: {integrity: sha512-Qx7uEyahU1lt1RnsECBiuEbfr9INjQTGa6Err+gF3g0Tx4YEviPbqqGKNv/NrBaE7dVHdn1bVZKM/n5I/Bak7A==} + /micromark-factory-whitespace@1.1.0: + resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} dependencies: - micromark-factory-space: 1.0.0 - micromark-util-character: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 dev: false - /micromark-util-character@1.1.0: - resolution: {integrity: sha512-agJ5B3unGNJ9rJvADMJ5ZiYjBRyDpzKAOk01Kpi1TKhlT1APx3XZk6eN7RtSz1erbWHC2L8T3xLZ81wdtGRZzg==} + /micromark-util-character@1.2.0: + resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} dependencies: - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 dev: false - /micromark-util-chunked@1.0.0: - resolution: {integrity: sha512-5e8xTis5tEZKgesfbQMKRCyzvffRRUX+lK/y+DvsMFdabAicPkkZV6gO+FEWi9RfuKKoxxPwNL+dFF0SMImc1g==} + /micromark-util-chunked@1.1.0: + resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} dependencies: - micromark-util-symbol: 1.0.1 + micromark-util-symbol: 1.1.0 dev: false - /micromark-util-classify-character@1.0.0: - resolution: {integrity: sha512-F8oW2KKrQRb3vS5ud5HIqBVkCqQi224Nm55o5wYLzY/9PwHGXC01tr3d7+TqHHz6zrKQ72Okwtvm/xQm6OVNZA==} + /micromark-util-classify-character@1.1.0: + resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} dependencies: - micromark-util-character: 1.1.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-util-character: 1.2.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 dev: false - /micromark-util-combine-extensions@1.0.0: - resolution: {integrity: sha512-J8H058vFBdo/6+AsjHp2NF7AJ02SZtWaVUjsayNFeAiydTxUwViQPxN0Hf8dp4FmCQi0UUFovFsEyRSUmFH3MA==} + /micromark-util-combine-extensions@1.1.0: + resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} dependencies: - micromark-util-chunked: 1.0.0 - micromark-util-types: 1.0.2 + micromark-util-chunked: 1.1.0 + micromark-util-types: 1.1.0 dev: false - /micromark-util-decode-numeric-character-reference@1.0.0: - resolution: {integrity: sha512-OzO9AI5VUtrTD7KSdagf4MWgHMtET17Ua1fIpXTpuhclCqD8egFWo85GxSGvxgkGS74bEahvtM0WP0HjvV0e4w==} + /micromark-util-decode-numeric-character-reference@1.1.0: + resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} dependencies: - micromark-util-symbol: 1.0.1 + micromark-util-symbol: 1.1.0 dev: false - /micromark-util-decode-string@1.0.2: - resolution: {integrity: sha512-DLT5Ho02qr6QWVNYbRZ3RYOSSWWFuH3tJexd3dgN1odEuPNxCngTCXJum7+ViRAd9BbdxCvMToPOD/IvVhzG6Q==} + /micromark-util-decode-string@1.1.0: + resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} dependencies: decode-named-character-reference: 1.0.2 - micromark-util-character: 1.1.0 - micromark-util-decode-numeric-character-reference: 1.0.0 - micromark-util-symbol: 1.0.1 + micromark-util-character: 1.2.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-symbol: 1.1.0 dev: false - /micromark-util-encode@1.0.1: - resolution: {integrity: sha512-U2s5YdnAYexjKDel31SVMPbfi+eF8y1U4pfiRW/Y8EFVCy/vgxk/2wWTxzcqE71LHtCuCzlBDRU2a5CQ5j+mQA==} + /micromark-util-encode@1.1.0: + resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} dev: false - /micromark-util-html-tag-name@1.1.0: - resolution: {integrity: sha512-BKlClMmYROy9UiV03SwNmckkjn8QHVaWkqoAqzivabvdGcwNGMMMH/5szAnywmsTBUzDsU57/mFi0sp4BQO6dA==} + /micromark-util-html-tag-name@1.2.0: + resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} dev: false - /micromark-util-normalize-identifier@1.0.0: - resolution: {integrity: sha512-yg+zrL14bBTFrQ7n35CmByWUTFsgst5JhA4gJYoty4Dqzj4Z4Fr/DHekSS5aLfH9bdlfnSvKAWsAgJhIbogyBg==} + /micromark-util-normalize-identifier@1.1.0: + resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} dependencies: - micromark-util-symbol: 1.0.1 + micromark-util-symbol: 1.1.0 dev: false - /micromark-util-resolve-all@1.0.0: - resolution: {integrity: sha512-CB/AGk98u50k42kvgaMM94wzBqozSzDDaonKU7P7jwQIuH2RU0TeBqGYJz2WY1UdihhjweivStrJ2JdkdEmcfw==} + /micromark-util-resolve-all@1.1.0: + resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} dependencies: - micromark-util-types: 1.0.2 + micromark-util-types: 1.1.0 dev: false - /micromark-util-sanitize-uri@1.1.0: - resolution: {integrity: sha512-RoxtuSCX6sUNtxhbmsEFQfWzs8VN7cTctmBPvYivo98xb/kDEoTCtJQX5wyzIYEmk/lvNFTat4hL8oW0KndFpg==} + /micromark-util-sanitize-uri@1.2.0: + resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} dependencies: - micromark-util-character: 1.1.0 - micromark-util-encode: 1.0.1 - micromark-util-symbol: 1.0.1 + micromark-util-character: 1.2.0 + micromark-util-encode: 1.1.0 + micromark-util-symbol: 1.1.0 dev: false - /micromark-util-subtokenize@1.0.2: - resolution: {integrity: sha512-d90uqCnXp/cy4G881Ub4psE57Sf8YD0pim9QdjCRNjfas2M1u6Lbt+XZK9gnHL2XFhnozZiEdCa9CNfXSfQ6xA==} + /micromark-util-subtokenize@1.1.0: + resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} dependencies: - micromark-util-chunked: 1.0.0 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-util-chunked: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 dev: false - /micromark-util-symbol@1.0.1: - resolution: {integrity: sha512-oKDEMK2u5qqAptasDAwWDXq0tG9AssVwAx3E9bBF3t/shRIGsWIRG+cGafs2p/SnDSOecnt6hZPCE2o6lHfFmQ==} + /micromark-util-symbol@1.1.0: + resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} dev: false - /micromark-util-types@1.0.2: - resolution: {integrity: sha512-DCfg/T8fcrhrRKTPjRrw/5LLvdGV7BHySf/1LOZx7TzWZdYRjogNtyNq885z3nNallwr3QUKARjqvHqX1/7t+w==} + /micromark-util-types@1.1.0: + resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} dev: false /micromark@2.11.4: @@ -35535,25 +36148,25 @@ packages: transitivePeerDependencies: - supports-color - /micromark@3.1.0: - resolution: {integrity: sha512-6Mj0yHLdUZjHnOPgr5xfWIMqMWS12zDN6iws9SLuSz76W8jTtAv24MN4/CL7gJrl5vtxGInkkqDv/JIoRsQOvA==} + /micromark@3.2.0: + resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} dependencies: - '@types/debug': 4.1.7 + '@types/debug': 4.1.8 debug: 4.3.4(supports-color@5.5.0) decode-named-character-reference: 1.0.2 - micromark-core-commonmark: 1.0.6 - micromark-factory-space: 1.0.0 - micromark-util-character: 1.1.0 - micromark-util-chunked: 1.0.0 - micromark-util-combine-extensions: 1.0.0 - micromark-util-decode-numeric-character-reference: 1.0.0 - micromark-util-encode: 1.0.1 - micromark-util-normalize-identifier: 1.0.0 - micromark-util-resolve-all: 1.0.0 - micromark-util-sanitize-uri: 1.1.0 - micromark-util-subtokenize: 1.0.2 - micromark-util-symbol: 1.0.1 - micromark-util-types: 1.0.2 + micromark-core-commonmark: 1.1.0 + micromark-factory-space: 1.1.0 + micromark-util-character: 1.2.0 + micromark-util-chunked: 1.1.0 + micromark-util-combine-extensions: 1.1.0 + micromark-util-decode-numeric-character-reference: 1.1.0 + micromark-util-encode: 1.1.0 + micromark-util-normalize-identifier: 1.1.0 + micromark-util-resolve-all: 1.1.0 + micromark-util-sanitize-uri: 1.2.0 + micromark-util-subtokenize: 1.1.0 + micromark-util-symbol: 1.1.0 + micromark-util-types: 1.1.0 uvu: 0.5.6 transitivePeerDependencies: - supports-color @@ -35664,7 +36277,7 @@ packages: prop-types: ^15.0.0 react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 prop-types: 15.8.1 react: 16.14.0 tiny-warning: 1.0.3 @@ -35676,7 +36289,7 @@ packages: prop-types: ^15.0.0 react: ^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 prop-types: 15.8.1 react: 17.0.2 tiny-warning: 1.0.3 @@ -35706,14 +36319,14 @@ packages: webpack-sources: 1.4.3 dev: true - /mini-css-extract-plugin@2.7.5(webpack@5.82.0): - resolution: {integrity: sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==} + /mini-css-extract-plugin@2.7.6(webpack@5.86.0): + resolution: {integrity: sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - schema-utils: 4.0.1 - webpack: 5.82.0(webpack-cli@4.10.0) + schema-utils: 4.1.0 + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /mini-html-webpack-plugin@0.2.3: @@ -35976,7 +36589,7 @@ packages: /moment@2.29.4: resolution: {integrity: sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==} - /monaco-editor-webpack-plugin@7.0.1(monaco-editor@0.25.2)(webpack@5.82.0): + /monaco-editor-webpack-plugin@7.0.1(monaco-editor@0.25.2)(webpack@5.86.0): resolution: {integrity: sha512-M8qIqizltrPlIbrb73cZdTWfU9sIsUVFvAZkL3KGjAHmVWEJ0hZKa/uad14JuOckc0GwnCaoGHvMoYtJjVyCzw==} peerDependencies: monaco-editor: '>= 0.31.0' @@ -35984,7 +36597,7 @@ packages: dependencies: loader-utils: 2.0.4 monaco-editor: 0.25.2 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: false /monaco-editor@0.25.2: @@ -36217,25 +36830,24 @@ packages: /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /neo4j-driver-bolt-connection@4.4.10: - resolution: {integrity: sha512-xK41qY9LEoND3SIB/dJao1t1k3Y0jZlSb3fFrzL7qrrsAx6ClnOvRpJvcNvmjDjyjKXt6tBhElUvIFXqEuJUNQ==} + /neo4j-driver-bolt-connection@5.9.1: + resolution: {integrity: sha512-y4w7oM6C3LvUi7ZuZyzT0SqfR7dy8XdpAmQjb/h/q3u4UWb7wyK22bi3eSR/5Lam4AJykxHIhrDVQ2s6aZrvZg==} dependencies: buffer: 6.0.3 - neo4j-driver-core: 4.4.10 + neo4j-driver-core: 5.9.1 string_decoder: 1.3.0 dev: false - /neo4j-driver-core@4.4.10: - resolution: {integrity: sha512-MBHxQSfqnvctgbHIhvY9CitHoFgSVR4rpx6rLX9VP/daGU5U7YZ2BrKHxuWpIxteHafUqmBFmk0frbx8tYGELA==} + /neo4j-driver-core@5.9.1: + resolution: {integrity: sha512-swn3C7/XLGWEthUNW4+OzOsal/94lamUklY2wb5PpKsO1r+MVT8C9yhMfjXTYoczF2equfDbZ4HD7zT2zpEvuw==} dev: false - /neo4j-driver@4.4.10: - resolution: {integrity: sha512-FLAytWQbR1CkRFBlmt5N5+PDuKQpSARQXT7F+LFJPar3CKjMrP4VNT5UKfkl0tVc5QSrTxF/Aw2YGBzhs1kyCA==} + /neo4j-driver@5.9.1: + resolution: {integrity: sha512-bA7pcYwctoqUlxlRLP2yaNCM5fc5dOMkgM4YCX5rjROgYP3swmZ4VGc11s4hS/dlNDkMrLtY6ye99eiSJkGRNA==} dependencies: - '@babel/runtime': 7.21.5 - neo4j-driver-bolt-connection: 4.4.10 - neo4j-driver-core: 4.4.10 - rxjs: 6.6.7 + neo4j-driver-bolt-connection: 5.9.1 + neo4j-driver-core: 5.9.1 + rxjs: 7.8.1 dev: false /nested-error-stacks@2.1.1: @@ -36288,7 +36900,7 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.5.0 + tslib: 2.5.3 /nocache@3.0.4: resolution: {integrity: sha512-WDD0bdg9mbq6F4mRxEYcPWwfA1vxd0mrvKOyxI7Xj/atfRHVeutzuWByG//jfm4uPzp0y4Kj051EORCBSQMycw==} @@ -36336,20 +36948,8 @@ packages: engines: {node: 4.x || >=6.0.0} dev: true - /node-fetch@2.6.7: - resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} - engines: {node: 4.x || >=6.0.0} - peerDependencies: - encoding: ^0.1.0 - peerDependenciesMeta: - encoding: - optional: true - dependencies: - whatwg-url: 5.0.0 - dev: false - - /node-fetch@2.6.9: - resolution: {integrity: sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==} + /node-fetch@2.6.11: + resolution: {integrity: sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==} engines: {node: 4.x || >=6.0.0} peerDependencies: encoding: ^0.1.0 @@ -36422,7 +37022,7 @@ packages: string_decoder: 1.3.0 timers-browserify: 2.0.12 tty-browserify: 0.0.0 - url: 0.11.0 + url: 0.11.1 util: 0.11.1 vm-browserify: 1.1.2 @@ -36442,7 +37042,7 @@ packages: dependencies: growly: 1.3.0 is-wsl: 2.2.0 - semver: 7.5.0 + semver: 7.5.1 shellwords: 0.1.1 uuid: 8.3.2 which: 2.0.2 @@ -36453,8 +37053,8 @@ packages: resolution: {integrity: sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ==} dev: true - /node-releases@2.0.10: - resolution: {integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==} + /node-releases@2.0.12: + resolution: {integrity: sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==} /node-rsa@1.1.1: resolution: {integrity: sha512-Jd4cvbJMryN21r5HgxQOpMEqv+ooke/korixNNK3mGqfGJmy0M77WDDzo/05969+OkMy3XW1UuZsSmW9KQm7Fw==} @@ -36494,8 +37094,8 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.12.0 - semver: 7.5.0 + is-core-module: 2.12.1 + semver: 7.5.1 validate-npm-package-license: 3.0.4 dev: true @@ -36600,7 +37200,7 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - semver: 7.5.0 + semver: 7.5.1 validate-npm-package-name: 3.0.0 dev: true @@ -36736,8 +37336,8 @@ packages: asap: 2.0.6 commander: 5.1.0 - /nwsapi@2.2.4: - resolution: {integrity: sha512-NHj4rzRo0tQdijE9ZqAx6kYDcoRwYwSYzCA8MY3JzfxlrvEU0jhnhJT9BhqhJs7I/dKcrDm6TyulaRqZPIhN5g==} + /nwsapi@2.2.5: + resolution: {integrity: sha512-6xpotnECFy/og7tKSBVmUNft7J3jyXAka4XvG6AUhFWRz+Q/Ljus7znJAA3bxColfQLdS+XsjoodtJfCgeTEFQ==} /nyc@13.3.0: resolution: {integrity: sha512-P+FwIuro2aFG6B0Esd9ZDWUd51uZrAEoGutqZxzrVmYl3qSfkLgcQpBPBjtDFsUQLFY1dvTQJPOyeqr8S9GF8w==} @@ -37401,7 +38001,7 @@ packages: /parallel-transform@1.2.0: resolution: {integrity: sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==} dependencies: - cyclist: 1.0.1 + cyclist: 1.0.2 inherits: 2.0.4 readable-stream: 2.3.8 @@ -37414,7 +38014,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.3 /parent-module@1.0.1: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} @@ -37499,7 +38099,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.22.5 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -37550,7 +38150,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.5.0 + tslib: 2.5.3 /pascalcase@0.1.1: resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} @@ -37740,7 +38340,7 @@ packages: hasBin: true dependencies: atomic-sleep: 1.0.0 - fast-redact: 3.1.2 + fast-redact: 3.2.0 on-exit-leak-free: 0.2.0 pino-abstract-transport: 0.5.0 pino-std-serializers: 4.0.0 @@ -37870,14 +38470,14 @@ packages: resolution: {integrity: sha512-pQKtpZGmsZrW8UUpQMAnR7s3ppHeMQVNyMDKtUyKwuvDmklzcEyM5Kllb3JyE/sE/x7arDmyd35i+4vp99H6sQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 dev: true /polished@4.2.2: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 dev: false /polygon-clipping@0.15.3: @@ -37922,33 +38522,33 @@ packages: resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} dependencies: postcss: 7.0.32 - postcss-selector-parser: 6.0.12 + postcss-selector-parser: 6.0.13 - /postcss-attribute-case-insensitive@5.0.2(postcss@8.4.23): + /postcss-attribute-case-insensitive@5.0.2(postcss@8.4.24): resolution: {integrity: sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-calc@7.0.5: resolution: {integrity: sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.12 + postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: true - /postcss-clamp@4.1.0(postcss@8.4.23): + /postcss-clamp@4.1.0(postcss@8.4.24): resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} engines: {node: '>=7.6.0'} peerDependencies: postcss: ^8.4.6 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -37959,13 +38559,13 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-functional-notation@4.2.4(postcss@8.4.23): + /postcss-color-functional-notation@4.2.4(postcss@8.4.24): resolution: {integrity: sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -37984,13 +38584,13 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-hex-alpha@8.0.4(postcss@8.4.23): + /postcss-color-hex-alpha@8.0.4(postcss@8.4.24): resolution: {integrity: sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38009,13 +38609,13 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-color-rebeccapurple@7.1.1(postcss@8.4.23): + /postcss-color-rebeccapurple@7.1.1(postcss@8.4.24): resolution: {integrity: sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38023,7 +38623,7 @@ packages: resolution: {integrity: sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 color: 3.2.1 has: 1.0.3 postcss: 7.0.39 @@ -38044,23 +38644,23 @@ packages: dependencies: postcss: 7.0.32 - /postcss-custom-media@8.0.2(postcss@8.4.23): + /postcss-custom-media@8.0.2(postcss@8.4.24): resolution: {integrity: sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true - /postcss-custom-properties@12.1.11(postcss@8.4.23): + /postcss-custom-properties@12.1.11(postcss@8.4.24): resolution: {integrity: sha512-0IDJYhgU8xDv1KY6+VgUwuQkVtmYzRwu+dMjnmdMafXYv86SWqfxkc7qdDvWS38vsjaEtv8e0vGOUQrAiMBLpQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38078,14 +38678,14 @@ packages: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /postcss-custom-selectors@6.0.3(postcss@8.4.23): + /postcss-custom-selectors@6.0.3(postcss@8.4.24): resolution: {integrity: sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.3 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-dir-pseudo-class@5.0.0: @@ -38095,14 +38695,14 @@ packages: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /postcss-dir-pseudo-class@6.0.5(postcss@8.4.23): + /postcss-dir-pseudo-class@6.0.5(postcss@8.4.24): resolution: {integrity: sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-discard-comments@4.0.2: @@ -38140,14 +38740,14 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-double-position-gradients@3.1.2(postcss@8.4.23): + /postcss-double-position-gradients@3.1.2(postcss@8.4.24): resolution: {integrity: sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) - postcss: 8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.24) + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38158,13 +38758,13 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-env-function@4.0.6(postcss@8.4.23): + /postcss-env-function@4.0.6(postcss@8.4.24): resolution: {integrity: sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38173,12 +38773,12 @@ packages: dependencies: postcss: 7.0.39 - /postcss-flexbugs-fixes@5.0.2(postcss@8.4.23): + /postcss-flexbugs-fixes@5.0.2(postcss@8.4.24): resolution: {integrity: sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==} peerDependencies: postcss: ^8.1.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-focus-visible@4.0.0: @@ -38187,14 +38787,14 @@ packages: dependencies: postcss: 7.0.32 - /postcss-focus-visible@6.0.4(postcss@8.4.23): + /postcss-focus-visible@6.0.4(postcss@8.4.24): resolution: {integrity: sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-focus-within@3.0.0: @@ -38203,14 +38803,14 @@ packages: dependencies: postcss: 7.0.32 - /postcss-focus-within@5.0.4(postcss@8.4.23): + /postcss-focus-within@5.0.4(postcss@8.4.24): resolution: {integrity: sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-font-variant@4.0.1: @@ -38218,12 +38818,12 @@ packages: dependencies: postcss: 7.0.32 - /postcss-font-variant@5.0.0(postcss@8.4.23): + /postcss-font-variant@5.0.0(postcss@8.4.24): resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-gap-properties@2.0.0: @@ -38232,13 +38832,13 @@ packages: dependencies: postcss: 7.0.32 - /postcss-gap-properties@3.0.5(postcss@8.4.23): + /postcss-gap-properties@3.0.5(postcss@8.4.24): resolution: {integrity: sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-html@0.36.0(postcss-syntax@0.36.2)(postcss@7.0.39): @@ -38259,13 +38859,13 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-image-set-function@4.0.7(postcss@8.4.23): + /postcss-image-set-function@4.0.7(postcss@8.4.24): resolution: {integrity: sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38274,12 +38874,12 @@ packages: dependencies: postcss: 7.0.32 - /postcss-initial@4.0.1(postcss@8.4.23): + /postcss-initial@4.0.1(postcss@8.4.24): resolution: {integrity: sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-js@2.0.3: @@ -38296,14 +38896,14 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-lab-function@4.2.1(postcss@8.4.23): + /postcss-lab-function@4.2.1(postcss@8.4.24): resolution: {integrity: sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) - postcss: 8.4.23 + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.24) + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38318,7 +38918,7 @@ packages: resolution: {integrity: sha512-C92S4sHlbDpefJ2QQJjrucCcypq3+KZPstjfuvgOCNnGx0tF9h8hXgAlOIATGAxMXZXaF+nVp+/Mi8pCAWdSmw==} engines: {node: '>=10'} dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-load-config@2.1.2: @@ -38333,7 +38933,7 @@ packages: engines: {node: '>= 6'} dependencies: loader-utils: 1.4.2 - postcss: 7.0.39 + postcss: 7.0.32 postcss-load-config: 2.1.2 schema-utils: 1.0.0 @@ -38343,13 +38943,13 @@ packages: dependencies: postcss: 7.0.32 - /postcss-logical@5.0.4(postcss@8.4.23): + /postcss-logical@5.0.4(postcss@8.4.24): resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-media-minmax@4.0.0: @@ -38358,13 +38958,13 @@ packages: dependencies: postcss: 7.0.32 - /postcss-media-minmax@5.0.0(postcss@8.4.23): + /postcss-media-minmax@5.0.0(postcss@8.4.24): resolution: {integrity: sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-media-query-parser@0.2.3: @@ -38385,7 +38985,7 @@ packages: resolution: {integrity: sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 caniuse-api: 3.0.0 cssnano-util-same-parent: 4.0.1 postcss: 7.0.39 @@ -38416,7 +39016,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: alphanum-sort: 1.0.2 - browserslist: 4.21.5 + browserslist: 4.21.7 cssnano-util-get-arguments: 4.0.0 postcss: 7.0.39 postcss-value-parser: 3.3.1 @@ -38452,13 +39052,13 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports@3.0.0(postcss@8.4.23): + /postcss-modules-extract-imports@3.0.0(postcss@8.4.24): resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-modules-local-by-default@1.2.0: @@ -38474,19 +39074,19 @@ packages: dependencies: icss-utils: 4.1.1 postcss: 7.0.39 - postcss-selector-parser: 6.0.12 + postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default@4.0.0(postcss@8.4.23): - resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} + /postcss-modules-local-by-default@4.0.3(postcss@8.4.24): + resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + icss-utils: 5.1.0(postcss@8.4.24) + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: true @@ -38502,17 +39102,17 @@ packages: engines: {node: '>= 6'} dependencies: postcss: 7.0.39 - postcss-selector-parser: 6.0.12 + postcss-selector-parser: 6.0.13 dev: true - /postcss-modules-scope@3.0.0(postcss@8.4.23): + /postcss-modules-scope@3.0.0(postcss@8.4.24): resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-modules-values@1.3.0: @@ -38529,14 +39129,14 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-values@4.0.0(postcss@8.4.23): + /postcss-modules-values@4.0.0(postcss@8.4.24): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.23) - postcss: 8.4.23 + icss-utils: 5.1.0(postcss@8.4.24) + postcss: 8.4.24 dev: true /postcss-modules@2.0.0: @@ -38549,15 +39149,15 @@ packages: string-hash: 1.1.3 dev: true - /postcss-nesting@10.2.0(postcss@8.4.23): + /postcss-nesting@10.2.0(postcss@8.4.24): resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.12) - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + '@csstools/selector-specificity': 2.2.0(postcss-selector-parser@6.0.13) + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-nesting@7.0.1: @@ -38624,7 +39224,7 @@ packages: resolution: {integrity: sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 postcss: 7.0.39 postcss-value-parser: 3.3.1 dev: true @@ -38647,13 +39247,13 @@ packages: postcss-value-parser: 3.3.1 dev: true - /postcss-opacity-percentage@1.1.3(postcss@8.4.23): + /postcss-opacity-percentage@1.1.3(postcss@8.4.24): resolution: {integrity: sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-ordered-values@4.1.2: @@ -38671,13 +39271,13 @@ packages: dependencies: postcss: 7.0.32 - /postcss-overflow-shorthand@3.0.4(postcss@8.4.23): + /postcss-overflow-shorthand@3.0.4(postcss@8.4.24): resolution: {integrity: sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38686,12 +39286,12 @@ packages: dependencies: postcss: 7.0.32 - /postcss-page-break@3.0.4(postcss@8.4.23): + /postcss-page-break@3.0.4(postcss@8.4.24): resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} peerDependencies: postcss: ^8 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-place@4.0.1: @@ -38701,13 +39301,13 @@ packages: postcss: 7.0.32 postcss-values-parser: 2.0.1 - /postcss-place@7.0.5(postcss@8.4.23): + /postcss-place@7.0.5(postcss@8.4.24): resolution: {integrity: sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-value-parser: 4.2.0 dev: true @@ -38716,8 +39316,8 @@ packages: engines: {node: '>=6.0.0'} dependencies: autoprefixer: 9.8.8 - browserslist: 4.21.5 - caniuse-lite: 1.0.30001485 + browserslist: 4.21.7 + caniuse-lite: 1.0.30001502 css-blank-pseudo: 0.1.4 css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 @@ -38753,57 +39353,57 @@ packages: postcss-selector-matches: 4.0.0 postcss-selector-not: 4.0.1 - /postcss-preset-env@7.5.0(postcss@8.4.23): + /postcss-preset-env@7.5.0(postcss@8.4.24): resolution: {integrity: sha512-0BJzWEfCdTtK2R3EiKKSdkE51/DI/BwnhlnicSW482Ym6/DGHud8K0wGLcdjip1epVX0HKo4c8zzTeV/SkiejQ==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.4 dependencies: - '@csstools/postcss-color-function': 1.1.1(postcss@8.4.23) - '@csstools/postcss-font-format-keywords': 1.0.1(postcss@8.4.23) - '@csstools/postcss-hwb-function': 1.0.2(postcss@8.4.23) - '@csstools/postcss-ic-unit': 1.0.1(postcss@8.4.23) - '@csstools/postcss-is-pseudo-class': 2.0.7(postcss@8.4.23) - '@csstools/postcss-normalize-display-values': 1.0.1(postcss@8.4.23) - '@csstools/postcss-oklab-function': 1.1.1(postcss@8.4.23) - '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.23) - '@csstools/postcss-stepped-value-functions': 1.0.1(postcss@8.4.23) - '@csstools/postcss-unset-value': 1.0.2(postcss@8.4.23) - autoprefixer: 10.4.14(postcss@8.4.23) - browserslist: 4.21.5 - css-blank-pseudo: 3.0.3(postcss@8.4.23) - css-has-pseudo: 3.0.4(postcss@8.4.23) - css-prefers-color-scheme: 6.0.3(postcss@8.4.23) + '@csstools/postcss-color-function': 1.1.1(postcss@8.4.24) + '@csstools/postcss-font-format-keywords': 1.0.1(postcss@8.4.24) + '@csstools/postcss-hwb-function': 1.0.2(postcss@8.4.24) + '@csstools/postcss-ic-unit': 1.0.1(postcss@8.4.24) + '@csstools/postcss-is-pseudo-class': 2.0.7(postcss@8.4.24) + '@csstools/postcss-normalize-display-values': 1.0.1(postcss@8.4.24) + '@csstools/postcss-oklab-function': 1.1.1(postcss@8.4.24) + '@csstools/postcss-progressive-custom-properties': 1.3.0(postcss@8.4.24) + '@csstools/postcss-stepped-value-functions': 1.0.1(postcss@8.4.24) + '@csstools/postcss-unset-value': 1.0.2(postcss@8.4.24) + autoprefixer: 10.4.14(postcss@8.4.24) + browserslist: 4.21.7 + css-blank-pseudo: 3.0.3(postcss@8.4.24) + css-has-pseudo: 3.0.4(postcss@8.4.24) + css-prefers-color-scheme: 6.0.3(postcss@8.4.24) cssdb: 6.6.3 - postcss: 8.4.23 - postcss-attribute-case-insensitive: 5.0.2(postcss@8.4.23) - postcss-clamp: 4.1.0(postcss@8.4.23) - postcss-color-functional-notation: 4.2.4(postcss@8.4.23) - postcss-color-hex-alpha: 8.0.4(postcss@8.4.23) - postcss-color-rebeccapurple: 7.1.1(postcss@8.4.23) - postcss-custom-media: 8.0.2(postcss@8.4.23) - postcss-custom-properties: 12.1.11(postcss@8.4.23) - postcss-custom-selectors: 6.0.3(postcss@8.4.23) - postcss-dir-pseudo-class: 6.0.5(postcss@8.4.23) - postcss-double-position-gradients: 3.1.2(postcss@8.4.23) - postcss-env-function: 4.0.6(postcss@8.4.23) - postcss-focus-visible: 6.0.4(postcss@8.4.23) - postcss-focus-within: 5.0.4(postcss@8.4.23) - postcss-font-variant: 5.0.0(postcss@8.4.23) - postcss-gap-properties: 3.0.5(postcss@8.4.23) - postcss-image-set-function: 4.0.7(postcss@8.4.23) - postcss-initial: 4.0.1(postcss@8.4.23) - postcss-lab-function: 4.2.1(postcss@8.4.23) - postcss-logical: 5.0.4(postcss@8.4.23) - postcss-media-minmax: 5.0.0(postcss@8.4.23) - postcss-nesting: 10.2.0(postcss@8.4.23) - postcss-opacity-percentage: 1.1.3(postcss@8.4.23) - postcss-overflow-shorthand: 3.0.4(postcss@8.4.23) - postcss-page-break: 3.0.4(postcss@8.4.23) - postcss-place: 7.0.5(postcss@8.4.23) - postcss-pseudo-class-any-link: 7.1.6(postcss@8.4.23) - postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.23) - postcss-selector-not: 5.0.0(postcss@8.4.23) + postcss: 8.4.24 + postcss-attribute-case-insensitive: 5.0.2(postcss@8.4.24) + postcss-clamp: 4.1.0(postcss@8.4.24) + postcss-color-functional-notation: 4.2.4(postcss@8.4.24) + postcss-color-hex-alpha: 8.0.4(postcss@8.4.24) + postcss-color-rebeccapurple: 7.1.1(postcss@8.4.24) + postcss-custom-media: 8.0.2(postcss@8.4.24) + postcss-custom-properties: 12.1.11(postcss@8.4.24) + postcss-custom-selectors: 6.0.3(postcss@8.4.24) + postcss-dir-pseudo-class: 6.0.5(postcss@8.4.24) + postcss-double-position-gradients: 3.1.2(postcss@8.4.24) + postcss-env-function: 4.0.6(postcss@8.4.24) + postcss-focus-visible: 6.0.4(postcss@8.4.24) + postcss-focus-within: 5.0.4(postcss@8.4.24) + postcss-font-variant: 5.0.0(postcss@8.4.24) + postcss-gap-properties: 3.0.5(postcss@8.4.24) + postcss-image-set-function: 4.0.7(postcss@8.4.24) + postcss-initial: 4.0.1(postcss@8.4.24) + postcss-lab-function: 4.2.1(postcss@8.4.24) + postcss-logical: 5.0.4(postcss@8.4.24) + postcss-media-minmax: 5.0.0(postcss@8.4.24) + postcss-nesting: 10.2.0(postcss@8.4.24) + postcss-opacity-percentage: 1.1.3(postcss@8.4.24) + postcss-overflow-shorthand: 3.0.4(postcss@8.4.24) + postcss-page-break: 3.0.4(postcss@8.4.24) + postcss-place: 7.0.5(postcss@8.4.24) + postcss-pseudo-class-any-link: 7.1.6(postcss@8.4.24) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.24) + postcss-selector-not: 5.0.0(postcss@8.4.24) postcss-value-parser: 4.2.0 dev: true @@ -38814,21 +39414,21 @@ packages: postcss: 7.0.32 postcss-selector-parser: 5.0.0 - /postcss-pseudo-class-any-link@7.1.6(postcss@8.4.23): + /postcss-pseudo-class-any-link@7.1.6(postcss@8.4.24): resolution: {integrity: sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - postcss: 8.4.23 - postcss-selector-parser: 6.0.12 + postcss: 8.4.24 + postcss-selector-parser: 6.0.13 dev: true /postcss-reduce-initial@4.0.3: resolution: {integrity: sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 caniuse-api: 3.0.0 has: 1.0.3 postcss: 7.0.39 @@ -38849,12 +39449,12 @@ packages: dependencies: postcss: 7.0.32 - /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.23): + /postcss-replace-overflow-wrap@4.0.0(postcss@8.4.24): resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} peerDependencies: postcss: ^8.0.3 dependencies: - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-resolve-nested-selector@0.1.1: @@ -38893,13 +39493,13 @@ packages: balanced-match: 1.0.2 postcss: 7.0.32 - /postcss-selector-not@5.0.0(postcss@8.4.23): + /postcss-selector-not@5.0.0(postcss@8.4.24): resolution: {integrity: sha512-/2K3A4TCP9orP4TNS7u3tGdRFVKqz/E6pX3aGnriPG0jU78of8wsUcqE4QAhWEU0d+WnMSF93Ah3F//vUtK+iQ==} peerDependencies: postcss: ^8.1.0 dependencies: balanced-match: 1.0.2 - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-selector-parser@3.1.2: @@ -38919,20 +39519,20 @@ packages: indexes-of: 1.0.1 uniq: 1.0.1 - /postcss-selector-parser@6.0.12: - resolution: {integrity: sha512-NdxGCAZdRrwVI1sy59+Wzrh+pMMHxapGnpfenDVlMEXoOcvt4pGE0JLK9YY2F5dLxcFYA/YbVQKhcGU+FtSYQg==} + /postcss-selector-parser@6.0.13: + resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - /postcss-sorting@6.0.0(postcss@8.4.23): + /postcss-sorting@6.0.0(postcss@8.4.24): resolution: {integrity: sha512-bYJ0vgAiGbjCBKi7B07CzsBc9eM84nLEbavUmwNp8rAa+PNyrgdH+6PpnqTtciLuUs99c4rFQQmCaYgeBQYmSQ==} peerDependencies: postcss: ^8.0.4 dependencies: lodash: 4.17.21 - postcss: 8.4.23 + postcss: 8.4.24 dev: true /postcss-svgo@4.0.3: @@ -39028,8 +39628,8 @@ packages: picocolors: 0.2.1 source-map: 0.6.1 - /postcss@8.4.23: - resolution: {integrity: sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==} + /postcss@8.4.24: + resolution: {integrity: sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.6 @@ -39174,9 +39774,9 @@ packages: peerDependencies: prettier: '>= 2.0.0' dependencies: - postcss: 8.4.23 + postcss: 8.4.24 postcss-less: 4.0.1 - postcss-sorting: 6.0.0(postcss@8.4.23) + postcss-sorting: 6.0.0(postcss@8.4.24) prettier: 2.8.8 dev: true @@ -39289,7 +39889,7 @@ packages: /probe.gl@3.6.0: resolution: {integrity: sha512-19JydJWI7+DtR4feV+pu4Mn1I5TAc0xojuxVgZdXIyfmTLfUaFnk4OloWK1bKbPtkgGKLr2lnbnCXmpZEcEp9g==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@probe.gl/env': 3.6.0 '@probe.gl/log': 3.6.0 '@probe.gl/stats': 3.6.0 @@ -39343,7 +39943,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 iterate-value: 1.0.2 dev: true @@ -39436,7 +40036,7 @@ packages: '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 '@types/long': 4.0.2 - '@types/node': 20.1.0 + '@types/node': 20.3.0 long: 4.0.0 dev: false @@ -39455,7 +40055,7 @@ packages: '@protobufjs/path': 1.1.2 '@protobufjs/pool': 1.1.0 '@protobufjs/utf8': 1.1.0 - '@types/node': 20.1.0 + '@types/node': 20.3.0 long: 5.2.3 dev: false @@ -39552,9 +40152,6 @@ packages: inherits: 2.0.4 pump: 2.0.1 - /punycode@1.3.2: - resolution: {integrity: sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw==} - /punycode@1.4.1: resolution: {integrity: sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==} @@ -39582,8 +40179,8 @@ packages: side-channel: 1.0.4 dev: true - /qs@6.11.1: - resolution: {integrity: sha512-0wsrzgTz/kAVIeuxSjnpGC56rzYtr6JT/2BwEvMaPhFIoYa1aGO8LbzuU1R0uUYQkLpWBTOj0l/CLAJB64J6nQ==} + /qs@6.11.2: + resolution: {integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==} engines: {node: '>=0.6'} dependencies: side-channel: 1.0.4 @@ -39623,11 +40220,6 @@ packages: resolution: {integrity: sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==} engines: {node: '>=0.4.x'} - /querystring@0.2.0: - resolution: {integrity: sha512-X/xY82scca2tau62i9mDyU9K+I+djTMUsvwf7xnUX5GLvVzgJybOJf4Y6o9Zx3oJK/LSXg5tTZBjwzqVPaPO2g==} - engines: {node: '>=0.4.x'} - deprecated: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. - /querystringify@2.2.0: resolution: {integrity: sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==} @@ -39677,6 +40269,10 @@ packages: resolution: {integrity: sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==} dev: true + /ramda@0.29.0: + resolution: {integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==} + dev: true + /randexp@0.4.6: resolution: {integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==} engines: {node: '>=0.12'} @@ -39767,10 +40363,10 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 dom-align: 1.12.4 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) resize-observer-polyfill: 1.5.1 @@ -39781,14 +40377,29 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 dom-align: 1.12.4 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) resize-observer-polyfill: 1.5.1 + /rc-align@4.0.15_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-wqJtVH60pka/nOX7/IspElA8gjPNQKIx/ZqJ6heATCkXpe1Zg4cPVrMD2vC96wjsFFL8WsmhPbx9tdMo1qqlIA==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + dom-align: 1.12.4 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + resize-observer-polyfill: 1.5.1 + dev: false + /rc-animate@2.11.1(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-1NyuCGFJG/0Y+9RKh5y/i/AalUCA51opyyS/jO2seELpgymZm2u9QV3xwODwEuzkmeQ1BDPxMLmYLcTJedPlkQ==} peerDependencies: @@ -39812,12 +40423,12 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 array-tree-filter: 2.1.0 classnames: 2.3.2 rc-select: 14.1.17(react-dom@16.14.0)(react@17.0.2) - rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -39827,15 +40438,31 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 array-tree-filter: 2.1.0 classnames: 2.3.2 rc-select: 14.1.17(react-dom@17.0.2)(react@17.0.2) - rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-cascader@3.7.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-5nPEM76eMyikd0NFiy1gjwiB9m+bOzjY6Lnd5bVC6Ar3XLlOpOnlCcV3oBFWLN3f7B18tAGpaAVlT2uyEDCv9w==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + array-tree-filter: 2.1.0 + classnames: 2.3.2 + rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m + rc-tree: 5.7.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-checkbox@2.0.3: resolution: {integrity: sha512-sSDV5AcxK5CxBTyUNj9pb0zfhdgLLsWKHwJG18ikeGoIwklcxXvIF6cI/KGVbPLFDa8mPS5WLOlLRqbq/1/ouw==} dependencies: @@ -39845,30 +40472,43 @@ packages: rc-util: 4.21.1 dev: false - /rc-checkbox@3.0.0(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-tOEs1+wWDUei7DuP2EsJCZfam5vxMjKTCGcZdXVgsiOcNszc41Esycbo31P0/jFwUAPmd5oPYFWkcnFUCTLZxA==} + /rc-checkbox@3.0.1(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-k7nxDWxYF+jDI0ZcCvuvj71xONmWRVe5+1MKcERRR9MRyP3tZ69b+yUCSXXh+sik4/Hc9P5wHr2nnUoGS2zBjA==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - /rc-checkbox@3.0.0(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-tOEs1+wWDUei7DuP2EsJCZfam5vxMjKTCGcZdXVgsiOcNszc41Esycbo31P0/jFwUAPmd5oPYFWkcnFUCTLZxA==} + /rc-checkbox@3.0.1(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-k7nxDWxYF+jDI0ZcCvuvj71xONmWRVe5+1MKcERRR9MRyP3tZ69b+yUCSXXh+sik4/Hc9P5wHr2nnUoGS2zBjA==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-checkbox@3.0.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-k7nxDWxYF+jDI0ZcCvuvj71xONmWRVe5+1MKcERRR9MRyP3tZ69b+yUCSXXh+sik4/Hc9P5wHr2nnUoGS2zBjA==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-collapse@1.9.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-8cG+FzudmgFCC9zRGKXJZA36zoI9Dmyjp6UDi8N80sXUch0JOpsZDxgcFzw4HPpPpK/dARtTilEe9zyuspnW0w==} dependencies: @@ -39887,10 +40527,10 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 @@ -39901,25 +40541,40 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 + /rc-collapse@3.4.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-jpTwLgJzkhAgp2Wpi3xmbTbbYExg6fkptL67Uu5LCRVEj6wqmy0DHTjjeynsjOLsppHGHu41t1ELntZ0lEvS/Q==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + shallowequal: 1.1.0 + dev: false + /rc-dialog@9.0.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-s3U+24xWUuB6Bn2Lk/Qt6rufy+uT+QvWkiFhNBcO9APLxcFFczWamaq7x9h8SCuhfc1nHcW4y8NbMsnAjNnWyg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@rc-component/portal': 1.1.1(react-dom@16.14.0)(react@17.0.2) classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -39929,52 +40584,82 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@rc-component/portal': 1.1.1(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - /rc-drawer@6.1.5(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-MDRomQXFi+tvDuwsRAddJ2Oy2ayLCZ29weMzp3rJFO9UNEVLEVV7nuyx5lEgNJIdM//tE6wWQV95cTUiMVqD6w==} + /rc-dialog@9.0.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-s3U+24xWUuB6Bn2Lk/Qt6rufy+uT+QvWkiFhNBcO9APLxcFFczWamaq7x9h8SCuhfc1nHcW4y8NbMsnAjNnWyg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 + '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /rc-drawer@6.1.6(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-EBRFM9o3lPU5kYh8sFoXYA9KxpdT765HDqj/AbZWicXkhwEYUH7MjUH0ctenPCiHBxXQUgIUvK14+6rPuURd6w==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 '@rc-component/portal': 1.1.1(react-dom@16.14.0)(react@17.0.2) classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - /rc-drawer@6.1.5(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-MDRomQXFi+tvDuwsRAddJ2Oy2ayLCZ29weMzp3rJFO9UNEVLEVV7nuyx5lEgNJIdM//tE6wWQV95cTUiMVqD6w==} + /rc-drawer@6.1.6(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-EBRFM9o3lPU5kYh8sFoXYA9KxpdT765HDqj/AbZWicXkhwEYUH7MjUH0ctenPCiHBxXQUgIUvK14+6rPuURd6w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@rc-component/portal': 1.1.1(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-drawer@6.1.6_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-EBRFM9o3lPU5kYh8sFoXYA9KxpdT765HDqj/AbZWicXkhwEYUH7MjUH0ctenPCiHBxXQUgIUvK14+6rPuURd6w==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-dropdown@3.6.2(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-Wsw7GkVbUXADEs8FPL0v8gd+3mWQiydPFXBlr2imMScQaf8hh79pG9KrBc1DwK+nqHmYOpQfK2gn6jG2AQw9Pw==} peerDependencies: react: '>=16.11.0 || 17' react-dom: '>=16.11.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: false @@ -39985,10 +40670,10 @@ packages: react: '>=16.11.0 || 17' react-dom: '>=16.11.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -39998,13 +40683,27 @@ packages: react: '>=16.11.0 || 17' react-dom: '>=16.11.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-dropdown@4.0.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-OdpXuOcme1rm45cR0Jzgfl1otzmU4vuBVb+etXM8vcaULGokAKVpKlw8p6xzspG7jGd/XxShvq+N3VNEfk/l5g==} + peerDependencies: + react: '>=16.11.0 || 17' + react-dom: '>=16.11.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-editor-core@0.8.10(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-T3aHpeMCIYA1sdAI7ynHHjXy5fqp83uPlD68ovZ0oClTSc3tbHmyCxXlA+Ti4YgmcpCYv7avF6a+TIbAka53kw==} peerDependencies: @@ -40047,9 +40746,9 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 async-validator: 4.2.5 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40060,22 +40759,36 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 async-validator: 4.2.5 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - /rc-field-form@1.30.0(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-hCBa3/+m9SSuEPILSsxB/wd3ZFEmNTQfIhThhMaMp05fLwDDw+2K26lEZf5NuChQlx90VVNUOYmTslH6Ks4tpA==} + /rc-field-form@1.27.4_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-PQColQnZimGKArnOh8V2907+VzDCXcqtFvHgevDLtqWc/P7YASb/FqntSmdS8q3VND5SHX3Y1vgMIzY22/f/0Q==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 async-validator: 4.2.5 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /rc-field-form@1.32.1(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-q2kxLRD4s4QuAcgWcTgTnzEyJfCQ8xhwrk1gjntKWaIBv46qJmDkAtBX/HIkYT2s7ksE2jphELhvv5tRlvrbsQ==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + async-validator: 4.2.5 + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: false @@ -40109,12 +40822,12 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@rc-component/portal': 1.1.1(react-dom@16.14.0)(react@17.0.2) classnames: 2.3.2 rc-dialog: 9.0.2(react-dom@16.14.0)(react@17.0.2) rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40124,24 +40837,40 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@rc-component/portal': 1.1.1(react-dom@17.0.2)(react@17.0.2) classnames: 2.3.2 rc-dialog: 9.0.2(react-dom@17.0.2)(react@17.0.2) rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-image@5.13.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-iZTOmw5eWo2+gcrJMMcnd7SsxVHl3w5xlyCgsULUdJhJbnuI8i/AL0tVOsE7aLn9VfOh1qgDT3mC2G75/c7mqg==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + '@rc-component/portal': 1.1.1_sfoxds7t5ydpegc3knd667wn6m + classnames: 2.3.2 + rc-dialog: 9.0.2_sfoxds7t5ydpegc3knd667wn6m + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-input-number@7.3.11(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-aMWPEjFeles6PQnMqP5eWpxzsvHm9rh1jQOWXExUEIxhX62Fyl/ptifLHOn17+waDG1T/YUb6flfJbvwRhHrbA==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40151,21 +40880,34 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-input-number@7.3.11_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-aMWPEjFeles6PQnMqP5eWpxzsvHm9rh1jQOWXExUEIxhX62Fyl/ptifLHOn17+waDG1T/YUb6flfJbvwRhHrbA==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-input@0.1.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-FqDdNz+fV2dKNgfXzcSLKvC+jEs1709t7nD+WdfjrdSaOcefpgc7BUJYadc3usaING+b7ediMTfKxuJBsEFbXA==} peerDependencies: react: '>=16.0.0 || 17' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40175,24 +40917,37 @@ packages: react: '>=16.0.0 || 17' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-input@0.1.4_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-FqDdNz+fV2dKNgfXzcSLKvC+jEs1709t7nD+WdfjrdSaOcefpgc7BUJYadc3usaING+b7ediMTfKxuJBsEFbXA==} + peerDependencies: + react: '>=16.0.0 || 17' + react-dom: '>=16.0.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-mentions@1.13.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-menu: 9.8.4(react-dom@16.14.0)(react@17.0.2) rc-textarea: 0.4.7(react-dom@16.14.0)(react@17.0.2) rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40202,27 +40957,43 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-menu: 9.8.4(react-dom@17.0.2)(react@17.0.2) rc-textarea: 0.4.7(react-dom@17.0.2)(react@17.0.2) rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-mentions@1.13.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m + rc-textarea: 0.4.7_sfoxds7t5ydpegc3knd667wn6m + rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-menu@9.6.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-6DiNAjxjVIPLZXHffXxxcyE15d4isRL7iQ1ru4MqYDH2Cqc5bW96wZOdMydFtGLyDdnmEQ9jVvdCE9yliGvzkw==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) rc-overflow: 1.3.0(react-dom@16.14.0)(react@17.0.2) rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 @@ -40234,12 +41005,12 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) rc-overflow: 1.3.0(react-dom@17.0.2)(react@17.0.2) rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 @@ -40251,12 +41022,12 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) rc-overflow: 1.3.0(react-dom@16.14.0)(react@17.0.2) rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40266,24 +41037,40 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) rc-overflow: 1.3.0(react-dom@17.0.2)(react@17.0.2) rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-menu@9.8.4_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-lmw2j8I2fhdIzHmC9ajfImfckt0WDb2KVJJBBRIsxPEw2kGkEfjLMUoB1NgiNT/Q5cC8PdjGOGQjHJIJMwyNMw==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-overflow: 1.3.0_sfoxds7t5ydpegc3knd667wn6m + rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-motion@2.7.3(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-2xUvo8yGHdOHeQbdI8BtBsCIrWKchEmFEIskf0nmHtJsou+meLd/JE+vnvSX2JxcBrJtXY2LuBpxAOxrbY/wMQ==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40293,12 +41080,25 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-motion@2.7.3_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-2xUvo8yGHdOHeQbdI8BtBsCIrWKchEmFEIskf0nmHtJsou+meLd/JE+vnvSX2JxcBrJtXY2LuBpxAOxrbY/wMQ==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-notification@4.6.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-NSmFYwrrdY3+un1GvDAJQw62Xi9LNMSsoQyo95tuaYrcad5Bn9gJUL8AREufRxSQAQnr64u3LtP3EUyLYT6bhw==} engines: {node: '>=8.x'} @@ -40306,10 +41106,10 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40320,23 +41120,38 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-notification@4.6.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-NSmFYwrrdY3+un1GvDAJQw62Xi9LNMSsoQyo95tuaYrcad5Bn9gJUL8AREufRxSQAQnr64u3LtP3EUyLYT6bhw==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-overflow@1.3.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-p2Qt4SWPTHAYl4oAao1THy669Fm5q8pYBDBHRaFOekCvcdcrgIx0ByXQMEkyPm8wUDX4BK6aARWecvCRc/7CTA==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40346,20 +41161,34 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-overflow@1.3.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-p2Qt4SWPTHAYl4oAao1THy669Fm5q8pYBDBHRaFOekCvcdcrgIx0ByXQMEkyPm8wUDX4BK6aARWecvCRc/7CTA==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-pagination@3.2.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-5tIXjB670WwwcAJzAqp2J+cOBS9W3cH/WU1EiYwXljuZ4vtZXKlY2Idq8FZrnYBz8KhN3vwPo9CoV/SJS6SL1w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40370,11 +41199,23 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-pagination@3.2.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-5tIXjB670WwwcAJzAqp2J+cOBS9W3cH/WU1EiYwXljuZ4vtZXKlY2Idq8FZrnYBz8KhN3vwPo9CoV/SJS6SL1w==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-picker@2.7.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-KbUKgbzgWVN5L+V9xhZDKSmseHIyFneBlmuMtMrZ9fU7Oypw6D+owS5kuUicIEV08Y17oXt8dUqauMeC5IFBPg==} engines: {node: '>=8.x'} @@ -40382,13 +41223,13 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 date-fns: 2.30.0 - dayjs: 1.11.7 + dayjs: 1.11.8 moment: 2.29.4 rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 @@ -40400,41 +41241,73 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 date-fns: 2.30.0 - dayjs: 1.11.7 + dayjs: 1.11.8 moment: 2.29.4 rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 - /rc-progress@3.4.1(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-eAFDHXlk8aWpoXl0llrenPMt9qKHQXphxcVsnKs0FHC6eCSk1ebJtyaVjJUzKe0233ogiLDeEFK1Uihz3s67hw==} + /rc-picker@2.7.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-KbUKgbzgWVN5L+V9xhZDKSmseHIyFneBlmuMtMrZ9fU7Oypw6D+owS5kuUicIEV08Y17oXt8dUqauMeC5IFBPg==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + date-fns: 2.30.0 + dayjs: 1.11.8 + moment: 2.29.4 + rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + shallowequal: 1.1.0 + dev: false + + /rc-progress@3.4.2(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-iAGhwWU+tsayP+Jkl9T4+6rHeQTG9kDz8JAHZk4XtQOcYN5fj9H34NXNEdRdZx94VUDHMqCb1yOIvi8eJRh67w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - /rc-progress@3.4.1(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-eAFDHXlk8aWpoXl0llrenPMt9qKHQXphxcVsnKs0FHC6eCSk1ebJtyaVjJUzKe0233ogiLDeEFK1Uihz3s67hw==} + /rc-progress@3.4.2(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-iAGhwWU+tsayP+Jkl9T4+6rHeQTG9kDz8JAHZk4XtQOcYN5fj9H34NXNEdRdZx94VUDHMqCb1yOIvi8eJRh67w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-progress@3.4.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-iAGhwWU+tsayP+Jkl9T4+6rHeQTG9kDz8JAHZk4XtQOcYN5fj9H34NXNEdRdZx94VUDHMqCb1yOIvi8eJRh67w==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-rate@2.9.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==} engines: {node: '>=8.x'} @@ -40442,9 +41315,9 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40455,21 +41328,35 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-rate@2.9.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-SaiZFyN8pe0Fgphv8t3+kidlej+cq/EALkAJAc3A0w0XcPaH2L1aggM8bhe1u6GAGuQNAoFvTLjw4qLPGRKV5g==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-resize-observer@1.3.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-iFUdt3NNhflbY3mwySv5CA1TC06zdJ+pfo0oc27xpf4PIOvfZwZGtD9Kz41wGYqC4SLio93RVAirSSpYlV/uYg==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) resize-observer-polyfill: 1.5.1 @@ -40480,23 +41367,37 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) resize-observer-polyfill: 1.5.1 + /rc-resize-observer@1.3.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-iFUdt3NNhflbY3mwySv5CA1TC06zdJ+pfo0oc27xpf4PIOvfZwZGtD9Kz41wGYqC4SLio93RVAirSSpYlV/uYg==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + resize-observer-polyfill: 1.5.1 + dev: false + /rc-segmented@2.1.2(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-qGo1bCr83ESXpXVOCXjFe1QJlCAQXyi9KCiy8eX3rIMYlTeJr/ftySIaTnYsitL18SvWf5ZEHsfqIWoX0EMfFQ==} peerDependencies: react: '>=16.0.0 || 17' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40506,13 +41407,27 @@ packages: react: '>=16.0.0 || 17' react-dom: '>=16.0.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-segmented@2.1.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-qGo1bCr83ESXpXVOCXjFe1QJlCAQXyi9KCiy8eX3rIMYlTeJr/ftySIaTnYsitL18SvWf5ZEHsfqIWoX0EMfFQ==} + peerDependencies: + react: '>=16.0.0 || 17' + react-dom: '>=16.0.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-select@14.1.17(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-6qQhMqtoUkkboRqXKKFRR5Nu1mrnw2mC1uxIBIczg7aiJ94qCZBg4Ww8OLT9f4xdyCgbFSGh6r3yB9EBsjoHGA==} engines: {node: '>=8.x'} @@ -40520,13 +41435,13 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) rc-overflow: 1.3.0(react-dom@16.14.0)(react@17.0.2) rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) - rc-virtual-list: 3.4.13(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) + rc-virtual-list: 3.5.2(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40537,16 +41452,34 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) rc-overflow: 1.3.0(react-dom@17.0.2)(react@17.0.2) rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) - rc-virtual-list: 3.4.13(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) + rc-virtual-list: 3.5.2(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-select@14.1.17_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-6qQhMqtoUkkboRqXKKFRR5Nu1mrnw2mC1uxIBIczg7aiJ94qCZBg4Ww8OLT9f4xdyCgbFSGh6r3yB9EBsjoHGA==} + engines: {node: '>=8.x'} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-overflow: 1.3.0_sfoxds7t5ydpegc3knd667wn6m + rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + rc-virtual-list: 3.5.2_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-slider@10.0.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==} engines: {node: '>=8.x'} @@ -40554,9 +41487,9 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 @@ -40568,13 +41501,28 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 + /rc-slider@10.0.1_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-igTKF3zBet7oS/3yNiIlmU8KnZ45npmrmHlUUio8PNbIhzMcsh+oE/r2UD42Y6YD2D/s+kzCQkzQrPD6RY435Q==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + shallowequal: 1.1.0 + dev: false + /rc-slider@8.2.0(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-rnO36M3VhMoPWh1kRuCeJoluT4duAW7+5aLaAn9oLu2pKEKsuOFUh5DmA2kEo88UmvPV6nr7HHDeZuC8SNM/lA==} dependencies: @@ -40590,14 +41538,14 @@ packages: - react-dom dev: false - /rc-source-loader@1.0.2(webpack@5.82.0): + /rc-source-loader@1.0.2(webpack@5.86.0): resolution: {integrity: sha512-v5Qye43opLna8YbbTgqCYzEbj6R9qiM9W+Y+MYR7RVEMTb9jAgeoZthbZy0MiJiuPQ9j+Vft73st5Dm+r+z+XQ==} engines: {node: '>= 6.9.0'} peerDependencies: webpack: ^4.3.0 dependencies: loader-utils: 1.4.2 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /rc-steps@5.0.0(react-dom@16.14.0)(react@17.0.2): @@ -40607,9 +41555,9 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40620,12 +41568,26 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-steps@5.0.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-9TgRvnVYirdhbV0C3syJFj9EhCRqoJAsxt4i1rED5o8/ZcSv5TLIYyo4H8MCjLPvbe2R+oBAm/IYBEtC+OS1Rw==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-swipeout@2.0.11: resolution: {integrity: sha512-d37Lgn4RX4OOQyuA2BFo0rGlUwrmZk5q83srH3ixJ1Y1jidr2GKjgJDbNeGUVZPNfYBL91Elu6+xfVGftWf4Lg==} dependencies: @@ -40641,9 +41603,9 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40653,12 +41615,25 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-switch@3.2.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-+gUJClsZZzvAHGy1vZfnwySxj+MjLlGRyXKXScrtCTcmiYNPzxDFOxdQ/3pK1Kt/0POvwJ/6ALOR8gwdXGhs+A==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-table@7.26.0(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-0cD8e6S+DTGAt5nBZQIPFYEaIukn17sfa5uFL98faHlH/whZzD8ii3dbFL4wmUDEL4BLybhYop+QUfZJ4CPvNQ==} engines: {node: '>=8.x'} @@ -40666,10 +41641,10 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 @@ -40681,14 +41656,30 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 + /rc-table@7.26.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-0cD8e6S+DTGAt5nBZQIPFYEaIukn17sfa5uFL98faHlH/whZzD8ii3dbFL4wmUDEL4BLybhYop+QUfZJ4CPvNQ==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + shallowequal: 1.1.0 + dev: false + /rc-tabs@11.16.1(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-bR7Dap23YyfzZQwtKomhiFEFzZuE7WaKWo+ypNRSGB9PDKSc6tM12VP8LWYkvmmQHthgwP0WRN8nFbSJWuqLYw==} engines: {node: '>=8.x'} @@ -40696,12 +41687,12 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-dropdown: 4.0.1(react-dom@16.14.0)(react@17.0.2) rc-menu: 9.6.4(react-dom@16.14.0)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -40713,12 +41704,12 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-dropdown: 4.0.1(react-dom@17.0.2)(react@17.0.2) rc-menu: 9.6.4(react-dom@17.0.2)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: false @@ -40730,13 +41721,13 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-dropdown: 4.0.1(react-dom@16.14.0)(react@17.0.2) rc-menu: 9.8.4(react-dom@16.14.0)(react@17.0.2) rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40747,26 +41738,44 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-dropdown: 4.0.1(react-dom@17.0.2)(react@17.0.2) rc-menu: 9.8.4(react-dom@17.0.2)(react@17.0.2) rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-tabs@12.5.10_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-Ay0l0jtd4eXepFH9vWBvinBjqOpqzcsJTerBGwJy435P2S90Uu38q8U/mvc1sxUEVOXX5ZCFbxcWPnfG3dH+tQ==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-dropdown: 4.0.1_sfoxds7t5ydpegc3knd667wn6m + rc-menu: 9.8.4_sfoxds7t5ydpegc3knd667wn6m + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-textarea@0.4.7(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-IQPd1CDI3mnMlkFyzt2O4gQ2lxUsnBAeJEoZGJnkkXgORNqyM9qovdrCj9NzcRfpHgLdzaEbU3AmobNFGUznwQ==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) shallowequal: 1.1.0 @@ -40777,14 +41786,29 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) shallowequal: 1.1.0 + /rc-textarea@0.4.7_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-IQPd1CDI3mnMlkFyzt2O4gQ2lxUsnBAeJEoZGJnkkXgORNqyM9qovdrCj9NzcRfpHgLdzaEbU3AmobNFGUznwQ==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + shallowequal: 1.1.0 + dev: false + /rc-tooltip@3.7.3(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-dE2ibukxxkrde7wH9W8ozHKUO4aQnPZ6qBHtrTH9LoO836PjDdiaWO73fgPB05VfJs9FbZdmGPVEbXCeOP99Ww==} dependencies: @@ -40802,7 +41826,7 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-trigger: 5.3.4(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 @@ -40814,23 +41838,36 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-trigger: 5.3.4(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-tooltip@5.2.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-trigger: 5.3.4_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-tree-select@5.5.5(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-k2av7jF6tW9bIO4mQhaVdV4kJ1c54oxV3/hHVU+oD251Gb5JN+m1RbJFTMf1o0rAFqkvto33rxMdpafaGKQRJw==} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-select: 14.1.17(react-dom@16.14.0)(react@17.0.2) - rc-tree: 5.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-tree: 5.7.4(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40840,44 +41877,75 @@ packages: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-select: 14.1.17(react-dom@17.0.2)(react@17.0.2) - rc-tree: 5.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-tree: 5.7.4(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - /rc-tree@5.7.3(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-Oql2S9+ZmT+mfTp5SNo1XM0QvkENjc0mPRFsHWRFSPuKird0OYMZZKmLznUJ+0aGDeFFWN42wiUZJtMFhrLgLw==} + /rc-tree-select@5.5.5_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-k2av7jF6tW9bIO4mQhaVdV4kJ1c54oxV3/hHVU+oD251Gb5JN+m1RbJFTMf1o0rAFqkvto33rxMdpafaGKQRJw==} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-select: 14.1.17_sfoxds7t5ydpegc3knd667wn6m + rc-tree: 5.7.4_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + + /rc-tree@5.7.4(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-7VfDq4jma+6fvlzfDXvUJ34SaO2EWkcXGBmPgeFmVKsLNNXcKGl4cRAhs6Ts1zqnX994vu/hb3f1dyTjn43RFg==} engines: {node: '>=10.x'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) - rc-virtual-list: 3.4.13(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) + rc-virtual-list: 3.5.2(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - /rc-tree@5.7.3(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-Oql2S9+ZmT+mfTp5SNo1XM0QvkENjc0mPRFsHWRFSPuKird0OYMZZKmLznUJ+0aGDeFFWN42wiUZJtMFhrLgLw==} + /rc-tree@5.7.4(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-7VfDq4jma+6fvlzfDXvUJ34SaO2EWkcXGBmPgeFmVKsLNNXcKGl4cRAhs6Ts1zqnX994vu/hb3f1dyTjn43RFg==} engines: {node: '>=10.x'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) - rc-virtual-list: 3.4.13(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) + rc-virtual-list: 3.5.2(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-tree@5.7.4_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-7VfDq4jma+6fvlzfDXvUJ34SaO2EWkcXGBmPgeFmVKsLNNXcKGl4cRAhs6Ts1zqnX994vu/hb3f1dyTjn43RFg==} + engines: {node: '>=10.x'} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + rc-virtual-list: 3.5.2_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-trigger@2.6.5(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-m6Cts9hLeZWsTvWnuMm7oElhf+03GOjOLfTuU0QmdB9ZrW7jR2IpI5rpNM7i9MvAAlMAmTx5Zr7g3uu/aMvZAw==} dependencies: @@ -40900,11 +41968,11 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-align: 4.0.15(react-dom@16.14.0)(react@17.0.2) rc-motion: 2.7.3(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40915,23 +41983,39 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-align: 4.0.15(react-dom@17.0.2)(react@17.0.2) rc-motion: 2.7.3(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-trigger@5.3.4_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==} + engines: {node: '>=8.x'} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-align: 4.0.15_sfoxds7t5ydpegc3knd667wn6m + rc-motion: 2.7.3_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-upload@4.3.4(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) @@ -40941,12 +42025,25 @@ packages: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-upload@4.3.4_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-uVbtHFGNjHG/RyAfm9fluXB6pvArAGyAx8z7XzXXyorEgVIWj6mOlriuDm0XowDHYz4ycNK0nE0oP3cbFnzxiQ==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc-util@4.21.1: resolution: {integrity: sha512-Z+vlkSQVc1l8O2UjR3WQ+XdWlhj5q9BMQNLk2iOBch75CqPfrJyGtcWMcnhRlNuDu0Ndtt4kLVO8JI8BrABobg==} dependencies: @@ -40957,56 +42054,83 @@ packages: shallowequal: 1.1.0 dev: false - /rc-util@5.30.0(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-uaWpF/CZGyXuhQG71MWxkU+0bWkPEgqZUxEv251Cu7p3kpHDNm5+Ygu/U8ux0a/zbfGW8PsKcJL0XVBOMrlIZg==} + /rc-util@5.33.0(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-mq2NkEAnHklq4fgU/JqjiE0PS8+8u33gEWw2bDUNDPck3OroPpSgw/8oEyuFrvPgaZEmt9BgQdh59JfQt2cU+w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) react-is: 16.13.1 - /rc-util@5.30.0(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-uaWpF/CZGyXuhQG71MWxkU+0bWkPEgqZUxEv251Cu7p3kpHDNm5+Ygu/U8ux0a/zbfGW8PsKcJL0XVBOMrlIZg==} + /rc-util@5.33.0(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-mq2NkEAnHklq4fgU/JqjiE0PS8+8u33gEWw2bDUNDPck3OroPpSgw/8oEyuFrvPgaZEmt9BgQdh59JfQt2cU+w==} peerDependencies: react: '>=16.9.0 || 17' react-dom: '>=16.9.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-is: 16.13.1 - /rc-virtual-list@3.4.13(react-dom@16.14.0)(react@17.0.2): - resolution: {integrity: sha512-cPOVDmcNM7rH6ANotanMDilW/55XnFPw0Jh/GQYtrzZSy3AmWvCnqVNyNC/pgg3lfVmX2994dlzAhuUrd4jG7w==} + /rc-util@5.33.0_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-mq2NkEAnHklq4fgU/JqjiE0PS8+8u33gEWw2bDUNDPck3OroPpSgw/8oEyuFrvPgaZEmt9BgQdh59JfQt2cU+w==} + peerDependencies: + react: '>=16.9.0 || 17' + react-dom: '>=16.9.0' + dependencies: + '@babel/runtime': 7.22.5 + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + react-is: 16.13.1 + dev: false + + /rc-virtual-list@3.5.2(react-dom@16.14.0)(react@17.0.2): + resolution: {integrity: sha512-sE2G9hTPjVmatQni8OP2Kx33+Oth6DMKm67OblBBmgMBJDJQOOFpSGH7KZ6Pm85rrI2IGxDRXZCr0QhYOH2pfQ==} engines: {node: '>=8.x'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@16.14.0)(react@17.0.2) - rc-util: 5.30.0(react-dom@16.14.0)(react@17.0.2) + rc-util: 5.33.0(react-dom@16.14.0)(react@17.0.2) react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - /rc-virtual-list@3.4.13(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-cPOVDmcNM7rH6ANotanMDilW/55XnFPw0Jh/GQYtrzZSy3AmWvCnqVNyNC/pgg3lfVmX2994dlzAhuUrd4jG7w==} + /rc-virtual-list@3.5.2(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-sE2G9hTPjVmatQni8OP2Kx33+Oth6DMKm67OblBBmgMBJDJQOOFpSGH7KZ6Pm85rrI2IGxDRXZCr0QhYOH2pfQ==} engines: {node: '>=8.x'} peerDependencies: react: '*' react-dom: '*' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 classnames: 2.3.2 rc-resize-observer: 1.3.1(react-dom@17.0.2)(react@17.0.2) - rc-util: 5.30.0(react-dom@17.0.2)(react@17.0.2) + rc-util: 5.33.0(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) + /rc-virtual-list@3.5.2_sfoxds7t5ydpegc3knd667wn6m: + resolution: {integrity: sha512-sE2G9hTPjVmatQni8OP2Kx33+Oth6DMKm67OblBBmgMBJDJQOOFpSGH7KZ6Pm85rrI2IGxDRXZCr0QhYOH2pfQ==} + engines: {node: '>=8.x'} + peerDependencies: + react: '*' + react-dom: '*' + dependencies: + '@babel/runtime': 7.22.5 + classnames: 2.3.2 + rc-resize-observer: 1.3.1_sfoxds7t5ydpegc3knd667wn6m + rc-util: 5.33.0_sfoxds7t5ydpegc3knd667wn6m + react: 17.0.2 + react-dom: 17.0.2_react@17.0.2 + dev: false + /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -41038,7 +42162,7 @@ packages: react: ^16.8.5 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.8.5 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 css-box-model: 1.2.1 memoize-one: 5.2.1 raf-schd: 4.0.3 @@ -41056,7 +42180,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 16.14.0 dev: true @@ -41065,7 +42189,7 @@ packages: peerDependencies: react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 dev: true @@ -41256,8 +42380,8 @@ packages: - vue-template-compiler dev: true - /react-devtools-core@4.27.6: - resolution: {integrity: sha512-jeFNhEzcSwpiqmw+zix5IFibNEPmUodICN7ClrlRKGktzO/3FMteMb52l1NRUiz/ABSYt9hOZ9IPgVDrg5pyUw==} + /react-devtools-core@4.27.8: + resolution: {integrity: sha512-KwoH8/wN/+m5wTItLnsgVraGNmFrcTWR3k1VimP1HjtMMw4CNF+F5vg4S/0tzTEKIdpCi2R7mPNTC+/dswZMgw==} dependencies: shell-quote: 1.8.1 ws: 7.5.9 @@ -41319,8 +42443,8 @@ packages: engines: {node: '>=6'} hasBin: true dependencies: - '@babel/parser': 7.21.8 - '@babel/runtime': 7.21.5 + '@babel/parser': 7.22.5 + '@babel/runtime': 7.22.5 async: 2.6.4 commander: 2.20.3 doctrine: 2.1.0 @@ -41334,7 +42458,7 @@ packages: hasBin: true dependencies: '@babel/core': 7.4.4 - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 async: 2.6.4 commander: 2.20.3 doctrine: 3.0.0 @@ -41349,9 +42473,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.21.8 - '@babel/generator': 7.21.5 - '@babel/runtime': 7.21.5 + '@babel/core': 7.22.5 + '@babel/generator': 7.22.5 + '@babel/runtime': 7.22.5 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -41395,6 +42519,17 @@ packages: react: 17.0.2 scheduler: 0.20.2 + /react-dom@17.0.2_react@17.0.2: + resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} + peerDependencies: + react: 17.0.2 || 17 + dependencies: + loose-envify: 1.4.0 + object-assign: 4.1.1 + react: 17.0.2 + scheduler: 0.20.2 + dev: false + /react-draggable@4.4.5(react-dom@16.14.0)(react@16.14.0): resolution: {integrity: sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g==} peerDependencies: @@ -41425,7 +42560,7 @@ packages: peerDependencies: react: '>=16.13.1 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 /react-error-overlay@5.1.6: @@ -41440,8 +42575,8 @@ packages: resolution: {integrity: sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew==} dev: true - /react-fast-compare@3.2.1: - resolution: {integrity: sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg==} + /react-fast-compare@3.2.2: + resolution: {integrity: sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==} /react-feather@1.1.6(prop-types@15.7.2)(react@17.0.2): resolution: {integrity: sha512-iCofWhTjX+vQwvDmg7o6vg0XrUg1c41yBDZG+l83nz1FiCsleJoUgd3O+kHpOeWMXuPrRIFfCixvcqyOLGOgIg==} @@ -41453,7 +42588,7 @@ packages: react: 17.0.2 dev: true - /react-focus-lock@2.9.4(@types/react@17.0.58)(react@16.14.0): + /react-focus-lock@2.9.4(@types/react@17.0.61)(react@16.14.0): resolution: {integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -41462,17 +42597,17 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.21.5 - '@types/react': 17.0.58 + '@babel/runtime': 7.22.5 + '@types/react': 17.0.61 focus-lock: 0.11.6 prop-types: 15.8.1 react: 16.14.0 react-clientside-effect: 1.2.6(react@16.14.0) - use-callback-ref: 1.3.0(@types/react@17.0.58)(react@16.14.0) - use-sidecar: 1.1.2(@types/react@17.0.58)(react@16.14.0) + use-callback-ref: 1.3.0(@types/react@17.0.61)(react@16.14.0) + use-sidecar: 1.1.2(@types/react@17.0.61)(react@16.14.0) dev: true - /react-focus-lock@2.9.4(@types/react@17.0.58)(react@17.0.2): + /react-focus-lock@2.9.4(@types/react@17.0.61)(react@17.0.2): resolution: {integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg==} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -41481,14 +42616,14 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.21.5 - '@types/react': 17.0.58 + '@babel/runtime': 7.22.5 + '@types/react': 17.0.61 focus-lock: 0.11.6 prop-types: 15.8.1 react: 17.0.2 react-clientside-effect: 1.2.6(react@17.0.2) - use-callback-ref: 1.3.0(@types/react@17.0.58)(react@17.0.2) - use-sidecar: 1.1.2(@types/react@17.0.58)(react@17.0.2) + use-callback-ref: 1.3.0(@types/react@17.0.61)(react@17.0.2) + use-sidecar: 1.1.2(@types/react@17.0.61)(react@17.0.2) dev: true /react-force-graph-3d@1.23.0(react@17.0.2): @@ -41509,12 +42644,12 @@ packages: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 invariant: 2.2.4 prop-types: 15.8.1 react: 16.14.0 react-dom: 16.14.0(react@17.0.2) - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 shallowequal: 1.1.0 dev: true @@ -41524,12 +42659,12 @@ packages: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 shallowequal: 1.1.0 dev: true @@ -41539,12 +42674,12 @@ packages: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 invariant: 2.2.4 prop-types: 15.8.1 react: 16.14.0 react-dom: 17.0.2(react@17.0.2) - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 shallowequal: 1.1.0 dev: true @@ -41554,12 +42689,12 @@ packages: react: ^16.6.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.6.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 shallowequal: 1.1.0 dev: true @@ -41571,11 +42706,11 @@ packages: object-assign: 4.1.1 prop-types: 15.8.1 react: 17.0.2 - react-fast-compare: 3.2.1 + react-fast-compare: 3.2.2 react-side-effect: 2.1.2(react@17.0.2) dev: false - /react-hot-loader@4.13.1(@types/react@17.0.58)(react-dom@16.14.0)(react@17.0.2): + /react-hot-loader@4.13.1(@types/react@17.0.61)(react-dom@16.14.0)(react@17.0.2): resolution: {integrity: sha512-ZlqCfVRqDJmMXTulUGic4lN7Ic1SXgHAFw7y/Jb7t25GBgTR0fYAJ8uY4mrpxjRyWGWmqw77qJQGnYbzCvBU7g==} engines: {node: '>= 6'} peerDependencies: @@ -41586,7 +42721,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 fast-levenshtein: 2.0.6 global: 4.4.0 hoist-non-react-statics: 3.3.2 @@ -41599,7 +42734,7 @@ packages: source-map: 0.7.4 dev: true - /react-hot-loader@4.13.1(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): + /react-hot-loader@4.13.1(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-ZlqCfVRqDJmMXTulUGic4lN7Ic1SXgHAFw7y/Jb7t25GBgTR0fYAJ8uY4mrpxjRyWGWmqw77qJQGnYbzCvBU7g==} engines: {node: '>= 6'} peerDependencies: @@ -41610,7 +42745,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 fast-levenshtein: 2.0.6 global: 4.4.0 hoist-non-react-statics: 3.3.2 @@ -41646,7 +42781,7 @@ packages: peerDependencies: react: ^16.8.4 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 is-dom: 1.1.0 prop-types: 15.8.1 react: 16.14.0 @@ -41681,7 +42816,7 @@ packages: /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-json-view@1.21.3(@types/react@17.0.58)(react-dom@17.0.2)(react@17.0.2): + /react-json-view@1.21.3(@types/react@17.0.61)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==} peerDependencies: react: ^17.0.0 || ^16.3.0 || ^15.5.4 || 17 @@ -41692,7 +42827,7 @@ packages: react-base16-styling: 0.6.0 react-dom: 17.0.2(react@17.0.2) react-lifecycles-compat: 3.0.4 - react-textarea-autosize: 8.4.1(@types/react@17.0.58)(react@17.0.2) + react-textarea-autosize: 8.4.1(@types/react@17.0.61)(react@17.0.2) transitivePeerDependencies: - '@types/react' - encoding @@ -41709,22 +42844,22 @@ packages: react: 17.0.2 dev: false - /react-konva@16.8.6(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2): + /react-konva@16.8.6(konva@9.2.0)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-6KRIqHyJuTTMuAehDIXvw+ZrtEj2aMc2fwolhmFlg1HBzH4PJimsMByTcEx292Afh9d38TcHdjXP1C58qqDOlg==} peerDependencies: konva: ^3.2.3 react: 16.8.x || 17 react-dom: 16.8.x dependencies: - konva: 9.0.1 + konva: 9.2.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-reconciler: 0.20.4(react@17.0.2) scheduler: 0.13.6 dev: false - /react-konva@18.2.8(konva@9.0.1)(react-dom@17.0.2)(react@17.0.2): - resolution: {integrity: sha512-SQBJoL6DrnmTKGrqa5NYy6CB+eAck/2D4lXHDfu4yjRynUwYPXYjtbXTobkpifme4mY8udhbA3EBcMUkWBnfIA==} + /react-konva@18.2.9(konva@9.2.0)(react-dom@17.0.2)(react@17.0.2): + resolution: {integrity: sha512-GfFalHrAlbos23B9vlZkFf+128eimjbenANDtMvTlZskHX25aLt9JxIgX5Cq+QVRrMJBD/SdyIhUxhAuK0A82w==} peerDependencies: konva: ^8.0.1 || ^7.2.5 || ^9.0.0 react: '>=18.0.0 || 17' @@ -41732,7 +42867,7 @@ packages: dependencies: '@types/react-reconciler': 0.28.2 its-fine: 1.1.1(react@17.0.2) - konva: 9.0.1 + konva: 9.2.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-reconciler: 0.29.0(react@17.0.2) @@ -41751,10 +42886,10 @@ packages: dependencies: buble: 0.19.8 core-js: 2.6.12 - create-react-context: 0.2.3(prop-types@15.8.1)(react@17.0.2) + create-react-context: 0.2.3(prop-types@15.7.2)(react@17.0.2) dom-iterator: 1.0.0 prismjs: 1.6.0 - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) unescape: 0.2.0 @@ -41769,10 +42904,10 @@ packages: dependencies: buble: 0.19.8 core-js: 2.6.12 - create-react-context: 0.2.3(prop-types@15.8.1)(react@17.0.2) + create-react-context: 0.2.3(prop-types@15.7.2)(react@17.0.2) dom-iterator: 1.0.0 prismjs: 1.6.0 - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) unescape: 0.2.0 @@ -41783,7 +42918,7 @@ packages: peerDependencies: react: ^15.0.0 || ^16.0.0 || 17 dependencies: - html-to-react: 1.5.1 + html-to-react: 1.6.0(react@17.0.2) mdast-add-list-metadata: 1.0.1 prop-types: 15.8.1 react: 17.0.2 @@ -41794,7 +42929,7 @@ packages: xtend: 4.0.2 dev: true - /react-markdown@8.0.7(@types/react@17.0.58)(react@17.0.2): + /react-markdown@8.0.7(@types/react@17.0.61)(react@17.0.2): resolution: {integrity: sha512-bvWbzG4MtOU62XqBx3Xx+zB2raaFFsq4mYiAzfjXJMEz2sixgeAfraA3tvzULF02ZdOMUOKTBFFaZJDDrq+BJQ==} peerDependencies: '@types/react': '>=16' @@ -41802,7 +42937,7 @@ packages: dependencies: '@types/hast': 2.3.4 '@types/prop-types': 15.7.5 - '@types/react': 17.0.58 + '@types/react': 17.0.61 '@types/unist': 2.0.6 comma-separated-tokens: 2.0.3 hast-util-whitespace: 2.0.1 @@ -41810,7 +42945,7 @@ packages: property-information: 6.2.0 react: 17.0.2 react-is: 18.2.0 - remark-parse: 10.0.1 + remark-parse: 10.0.2 remark-rehype: 10.1.0 space-separated-tokens: 2.0.2 style-to-object: 0.4.1 @@ -41821,45 +42956,45 @@ packages: - supports-color dev: false - /react-monaco-editor@0.48.0(@types/react@17.0.58)(monaco-editor@0.25.2)(react@17.0.2): + /react-monaco-editor@0.48.0(@types/react@17.0.61)(monaco-editor@0.25.2)(react@17.0.2): resolution: {integrity: sha512-fD3ww76aIGJynTa6QZqM9hbRHCQe8v20+W2ofTjLzx8P1FTdoWoPPR6AIqCTMc1xjOrmGJVWFYFp5U6z5C04KQ==} peerDependencies: '@types/react': ^17.x monaco-editor: ^0.33.0 react: ^17.x || 17 dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 monaco-editor: 0.25.2 prop-types: 15.8.1 react: 17.0.2 dev: false - /react-monaco-editor@0.48.0(@types/react@17.0.58)(monaco-editor@0.34.1)(react@17.0.2): + /react-monaco-editor@0.48.0(@types/react@17.0.61)(monaco-editor@0.34.1)(react@17.0.2): resolution: {integrity: sha512-fD3ww76aIGJynTa6QZqM9hbRHCQe8v20+W2ofTjLzx8P1FTdoWoPPR6AIqCTMc1xjOrmGJVWFYFp5U6z5C04KQ==} peerDependencies: '@types/react': ^17.x monaco-editor: ^0.33.0 react: ^17.x || 17 dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 monaco-editor: 0.34.1 prop-types: 15.8.1 react: 17.0.2 dev: false - /react-native-codegen@0.71.5(@babel/preset-env@7.21.5): + /react-native-codegen@0.71.5(@babel/preset-env@7.22.5): resolution: {integrity: sha512-rfsuc0zkuUuMjFnrT55I1mDZ+pBRp2zAiRwxck3m6qeGJBGK5OV5JH66eDQ4aa+3m0of316CqrJDRzVlYufzIg==} dependencies: - '@babel/parser': 7.21.8 + '@babel/parser': 7.22.5 flow-parser: 0.185.2 - jscodeshift: 0.13.1(@babel/preset-env@7.21.5) + jscodeshift: 0.13.1(@babel/preset-env@7.22.5) nullthrows: 1.1.1 transitivePeerDependencies: - '@babel/preset-env' - supports-color - /react-native-gradle-plugin@0.71.17: - resolution: {integrity: sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA==} + /react-native-gradle-plugin@0.71.19: + resolution: {integrity: sha512-1dVk9NwhoyKHCSxcrM6vY6cxmojeATsBobDicX0ZKr7DgUF2cBQRTKsimQFvzH8XhOVXyH8p4HyDSZNIFI8OlQ==} /react-native-swipeout@2.3.6: resolution: {integrity: sha512-t9suUCspzck4vp2pWggWe0frS/QOtX6yYCawHnEes75A7dZCEE74bxX2A1bQzGH9cUMjq6xsdfC94RbiDKIkJg==} @@ -41870,15 +43005,15 @@ packages: react-tween-state: 0.1.5 dev: false - /react-native@0.71.7(@babel/core@7.21.8)(@babel/preset-env@7.21.5)(react@17.0.2): - resolution: {integrity: sha512-Id6iRLS581fJMFGbBl1jP5uSmjExtGOvw5Gvh7694zISXjsRAsFMmU+izs0pyCLqDBoHK7y4BT7WGPGw693nYw==} + /react-native@0.71.10(@babel/core@7.22.5)(@babel/preset-env@7.22.5)(react@17.0.2): + resolution: {integrity: sha512-O+sWH9ln7euxhHdooVL8is2FiVc7CfAp2zsKgIRhbq/8lGbJr5ZyT6QkCQK0M8Sx1zNe9puebr+BE8uBFsartg==} engines: {node: '>=14'} hasBin: true peerDependencies: react: 18.2.0 || 17 dependencies: '@jest/create-cache-key-function': 29.5.0 - '@react-native-community/cli': 10.2.2(@babel/core@7.21.8) + '@react-native-community/cli': 10.2.2(@babel/core@7.22.5) '@react-native-community/cli-platform-android': 10.2.0 '@react-native-community/cli-platform-ios': 10.2.1 '@react-native/assets': 1.0.0 @@ -41893,7 +43028,7 @@ packages: jest-environment-node: 29.5.0 jsc-android: 250231.0.0 memoize-one: 5.2.1 - metro-react-native-babel-transformer: 0.73.9(@babel/core@7.21.8) + metro-react-native-babel-transformer: 0.73.9(@babel/core@7.22.5) metro-runtime: 0.73.9 metro-source-map: 0.73.9 mkdirp: 0.5.6 @@ -41901,9 +43036,9 @@ packages: pretty-format: 26.6.2 promise: 8.3.0 react: 17.0.2 - react-devtools-core: 4.27.6 - react-native-codegen: 0.71.5(@babel/preset-env@7.21.5) - react-native-gradle-plugin: 0.71.17 + react-devtools-core: 4.27.8 + react-native-codegen: 0.71.5(@babel/preset-env@7.22.5) + react-native-gradle-plugin: 0.71.19 react-refresh: 0.4.3 react-shallow-renderer: 16.15.0(react@17.0.2) regenerator-runtime: 0.13.11 @@ -41927,7 +43062,7 @@ packages: react-dom: '>=16.3.3' dependencies: perfect-scrollbar: 1.5.5 - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) dev: true @@ -41939,7 +43074,7 @@ packages: react-dom: '>=16.3.3' dependencies: perfect-scrollbar: 1.5.5 - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: true @@ -41950,7 +43085,7 @@ packages: react: ^16.6.0 || 17 react-dom: ^16.6.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 16.14.0 react-dom: 16.14.0(react@17.0.2) react-popper: 1.3.11(react@16.14.0) @@ -41962,7 +43097,7 @@ packages: react: ^16.6.0 || 17 react-dom: ^16.6.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) react-popper: 1.3.11(react@17.0.2) @@ -41974,7 +43109,7 @@ packages: react: ^16.6.0 || 17 react-dom: ^16.6.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 16.14.0 react-dom: 17.0.2(react@17.0.2) react-popper: 1.3.11(react@16.14.0) @@ -41986,7 +43121,7 @@ packages: react: ^16.6.0 || 17 react-dom: ^16.6.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-popper: 1.3.11(react@17.0.2) @@ -41997,7 +43132,7 @@ packages: peerDependencies: react: 0.14.x || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@hypnosphi/create-react-context': 0.3.1(prop-types@15.8.1)(react@16.14.0) deep-equal: 1.1.1 popper.js: 1.16.1 @@ -42012,7 +43147,7 @@ packages: peerDependencies: react: 0.14.x || ^15.0.0 || ^16.0.0 || ^17.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@hypnosphi/create-react-context': 0.3.1(prop-types@15.8.1)(react@17.0.2) deep-equal: 1.1.1 popper.js: 1.16.1 @@ -42067,7 +43202,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/react-redux': 7.1.25 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -42089,7 +43224,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/react-redux': 7.1.25 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -42111,7 +43246,7 @@ packages: react-native: optional: true dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@types/react-redux': 7.1.25 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -42151,9 +43286,9 @@ packages: react: '>=15 || 17' react-router: '>=5' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 16.14.0 - react-router: 5.2.0(react@16.14.0) + react-router: 5.2.0(react@17.0.2) /react-router-config@5.1.1(react-router@5.3.4)(react@16.14.0): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} @@ -42161,37 +43296,37 @@ packages: react: '>=15 || 17' react-router: '>=5' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 16.14.0 react-router: 5.3.4(react@17.0.2) dev: false - /react-router-config@5.1.1(react-router@6.11.1)(react@16.14.0): + /react-router-config@5.1.1(react-router@6.12.1)(react@16.14.0): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15 || 17' react-router: '>=5' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 16.14.0 - react-router: 6.11.1(react@17.0.2) + react-router: 6.12.1(react@17.0.2) - /react-router-config@5.1.1(react-router@6.11.1)(react@17.0.2): + /react-router-config@5.1.1(react-router@6.12.1)(react@17.0.2): resolution: {integrity: sha512-DuanZjaD8mQp1ppHjgnnUnyOlqYXZVjnov/JzFhjLEwd3Z4dYjMSnqrEzzGThH47vpCOqPPwJM2FtthLeJ8Pbg==} peerDependencies: react: '>=15 || 17' react-router: '>=5' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 - react-router: 6.11.1(react@17.0.2) + react-router: 6.12.1(react@17.0.2) /react-router-dom@5.2.0(react@16.14.0): resolution: {integrity: sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==} peerDependencies: react: '>=15 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -42205,7 +43340,7 @@ packages: peerDependencies: react: '>=15 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -42219,7 +43354,7 @@ packages: peerDependencies: react: '>=15 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 history: 4.10.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -42234,7 +43369,7 @@ packages: peerDependencies: react: '>=15 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -42251,7 +43386,7 @@ packages: peerDependencies: react: '>=15 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -42268,7 +43403,7 @@ packages: peerDependencies: react: '>=15 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 history: 4.10.1 hoist-non-react-statics: 3.3.2 loose-envify: 1.4.0 @@ -42280,13 +43415,13 @@ packages: tiny-warning: 1.0.3 dev: false - /react-router@6.11.1(react@17.0.2): - resolution: {integrity: sha512-OZINSdjJ2WgvAi7hgNLazrEV8SGn6xrKA+MkJe9wVDMZ3zQ6fdJocUjpCUCI0cNrelWjcvon0S/QK/j0NzL3KA==} + /react-router@6.12.1(react@17.0.2): + resolution: {integrity: sha512-evd/GrKJOeOypD0JB9e1r7pQh2gWCsTbUfq059Wm1AFT/K2MNZuDo19lFtAgIhlBrp0MmpgpqtvZC7LPAs7vSw==} engines: {node: '>=14'} peerDependencies: react: '>=16.8 || 17' dependencies: - '@remix-run/router': 1.6.1 + '@remix-run/router': 1.6.3 react: 17.0.2 /react-select@3.2.0(react-dom@16.14.0)(react@17.0.2): @@ -42295,7 +43430,7 @@ packages: react: ^16.8.0 || ^17.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/cache': 10.0.29 '@emotion/core': 10.3.1(react@17.0.2) '@emotion/css': 10.0.27 @@ -42313,7 +43448,7 @@ packages: react: ^16.8.0 || ^17.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 '@emotion/cache': 10.0.29 '@emotion/core': 10.3.1(react@17.0.2) '@emotion/css': 10.0.27 @@ -42377,7 +43512,7 @@ packages: react: ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 react-dom: ^0.14.0 || ^15.0.0 || ^16.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 @@ -42391,20 +43526,20 @@ packages: react: ^16.3.0 || ^17.0.0 || 17 react-dom: ^16.3.0 || ^17.0.0 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 invariant: 2.2.4 prop-types: 15.8.1 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) dev: false - /react-spring@9.3.2(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3): + /react-spring@9.3.2(@react-three/fiber@8.13.1)(konva@9.2.0)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.10)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3): resolution: {integrity: sha512-LMFgjvTJVg2ltthzgJcZ7siOdRig7L8wJZIHrc7p6ss4AaJ446xHzm9L2ZQha1ZC9QVY8/e6XfLhMTFAG6dtjw==} dependencies: '@react-spring/core': 9.3.2(react@17.0.2) - '@react-spring/konva': 9.3.2(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2) - '@react-spring/native': 9.3.2(react-native@0.71.7)(react@17.0.2) - '@react-spring/three': 9.3.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0) + '@react-spring/konva': 9.3.2(konva@9.2.0)(react-konva@16.8.6)(react@17.0.2) + '@react-spring/native': 9.3.2(react-native@0.71.10)(react@17.0.2) + '@react-spring/three': 9.3.2(@react-three/fiber@8.13.1)(react@17.0.2)(three@0.135.0) '@react-spring/web': 9.3.2(react-dom@17.0.2)(react@17.0.2) '@react-spring/zdog': 9.3.2(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3) transitivePeerDependencies: @@ -42419,13 +43554,13 @@ packages: - zdog dev: false - /react-spring@9.4.4(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.139.2)(zdog@1.1.3): + /react-spring@9.4.4(@react-three/fiber@8.13.1)(konva@9.2.0)(react-dom@17.0.2)(react-konva@16.8.6)(react-native@0.71.10)(react-zdog@1.0.11)(react@17.0.2)(three@0.139.2)(zdog@1.1.3): resolution: {integrity: sha512-VOqilh9DJBsS6Pf550YLhdReS3j9a2AQVh7NcsNtWoxTYIeuErWi6ym0++6bBhQp4yT5xvVvUDaJ8ez8vrFgaw==} dependencies: '@react-spring/core': 9.4.5(react@17.0.2) - '@react-spring/konva': 9.4.5(konva@9.0.1)(react-konva@16.8.6)(react@17.0.2) - '@react-spring/native': 9.4.5(react-native@0.71.7)(react@17.0.2) - '@react-spring/three': 9.4.5(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.139.2) + '@react-spring/konva': 9.4.5(konva@9.2.0)(react-konva@16.8.6)(react@17.0.2) + '@react-spring/native': 9.4.5(react-native@0.71.10)(react@17.0.2) + '@react-spring/three': 9.4.5(@react-three/fiber@8.13.1)(react@17.0.2)(three@0.139.2) '@react-spring/web': 9.4.5(react-dom@17.0.2)(react@17.0.2) '@react-spring/zdog': 9.4.5(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3) transitivePeerDependencies: @@ -42440,16 +43575,16 @@ packages: - zdog dev: false - /react-spring@9.7.1(@react-three/fiber@8.13.0)(konva@9.0.1)(react-dom@17.0.2)(react-konva@18.2.8)(react-native@0.71.7)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3): + /react-spring@9.7.1(@react-three/fiber@8.13.1)(konva@9.2.0)(react-dom@17.0.2)(react-konva@18.2.9)(react-native@0.71.10)(react-zdog@1.0.11)(react@17.0.2)(three@0.135.0)(zdog@1.1.3): resolution: {integrity: sha512-o2+r2DNQDVEuefiz33ZF76DPd/gLq3kbdObJmllGF2IUfv2W6x+ZP0gR97QYCSR4QLbmOl1mPKUBbI+FJdys2Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@react-spring/core': 9.7.2(react@17.0.2) - '@react-spring/konva': 9.7.2(konva@9.0.1)(react-konva@18.2.8)(react@17.0.2) - '@react-spring/native': 9.7.2(react-native@0.71.7)(react@17.0.2) - '@react-spring/three': 9.7.2(@react-three/fiber@8.13.0)(react@17.0.2)(three@0.135.0) + '@react-spring/konva': 9.7.2(konva@9.2.0)(react-konva@18.2.9)(react@17.0.2) + '@react-spring/native': 9.7.2(react-native@0.71.10)(react@17.0.2) + '@react-spring/three': 9.7.2(@react-three/fiber@8.13.1)(react@17.0.2)(three@0.135.0) '@react-spring/web': 9.7.2(react-dom@17.0.2)(react@17.0.2) '@react-spring/zdog': 9.7.2(react-dom@17.0.2)(react-zdog@1.0.11)(react@17.0.2)(zdog@1.1.3) react: 17.0.2 @@ -42470,7 +43605,7 @@ packages: prop-types: ^15.6.2 react: ^0.14.0 || ^15.0.0 || ^16.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 prop-types: 15.8.1 react: 17.0.2 resize-observer-polyfill: 1.5.1 @@ -42481,7 +43616,7 @@ packages: peerDependencies: react: '>= 0.14.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 highlight.js: 9.13.1 lowlight: 1.11.0 prismjs: 1.29.0 @@ -42494,7 +43629,7 @@ packages: peerDependencies: react: '>= 0.14.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 highlight.js: 9.18.5 lowlight: 1.11.0 prismjs: 1.29.0 @@ -42507,7 +43642,7 @@ packages: peerDependencies: react: '>= 0.14.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 highlight.js: 9.18.5 lowlight: 1.11.0 prismjs: 1.29.0 @@ -42532,7 +43667,7 @@ packages: peerDependencies: react: '>=0.14.0 <17.0.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 prop-types: 15.8.1 react: 16.14.0 dev: true @@ -42542,21 +43677,21 @@ packages: peerDependencies: react: '>=0.14.0 <17.0.0 || 17' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 prop-types: 15.8.1 react: 17.0.2 dev: true - /react-textarea-autosize@8.4.1(@types/react@17.0.58)(react@17.0.2): + /react-textarea-autosize@8.4.1(@types/react@17.0.61)(react@17.0.2): resolution: {integrity: sha512-aD2C+qK6QypknC+lCMzteOdIjoMbNlgSFmJjCV+DrfTPwp59i/it9mMNf2HDzvRjQgKAyBDPyLJhcrzElf2U4Q==} engines: {node: '>=10'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 17 dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 react: 17.0.2 use-composed-ref: 1.3.0(react@17.0.2) - use-latest: 1.2.1(@types/react@17.0.58)(react@17.0.2) + use-latest: 1.2.1(@types/react@17.0.61)(react@17.0.2) transitivePeerDependencies: - '@types/react' dev: false @@ -42567,7 +43702,7 @@ packages: react: '>=16.6.0 || 17' react-dom: '>=16.6.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -42581,7 +43716,7 @@ packages: react: '>=16.6.0 || 17' react-dom: '>=16.6.0' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 dom-helpers: 5.2.1 loose-envify: 1.4.0 prop-types: 15.8.1 @@ -42595,14 +43730,14 @@ packages: tween-functions: 1.2.0 dev: false - /react-universal-interface@0.6.2(react@17.0.2)(tslib@2.5.0): + /react-universal-interface@0.6.2(react@17.0.2)(tslib@2.5.3): resolution: {integrity: sha512-dg8yXdcQmvgR13RIlZbTRQOoUrDciFVoSBZILwjE2LFISxZZ8loVJKAkuzswl5js8BHda79bIb2b84ehU8IjXw==} peerDependencies: react: '*' tslib: '*' dependencies: react: 17.0.2 - tslib: 2.5.0 + tslib: 2.5.3 dev: false /react-use-measure@2.1.1(react-dom@17.0.2)(react@17.0.2): @@ -42630,13 +43765,13 @@ packages: nano-css: 5.3.5(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - react-universal-interface: 0.6.2(react@17.0.2)(tslib@2.5.0) + react-universal-interface: 0.6.2(react@17.0.2)(tslib@2.5.3) resize-observer-polyfill: 1.5.1 screenfull: 5.2.0 set-harmonic-interval: 1.0.1 throttle-debounce: 3.0.1 ts-easing: 0.2.0 - tslib: 2.5.0 + tslib: 2.5.3 dev: false /react-zdog@1.0.11(react-dom@17.0.2)(react@17.0.2)(zdog@1.1.3): @@ -42646,7 +43781,7 @@ packages: react-dom: '>=16.8' zdog: '>=1.1' dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 lodash-es: 4.17.21 pointer-events-polyfill: 0.4.4-pre react: 17.0.2 @@ -42671,13 +43806,6 @@ packages: loose-envify: 1.4.0 object-assign: 4.1.1 - /react@18.2.0: - resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==} - engines: {node: '>=0.10.0'} - dependencies: - loose-envify: 1.4.0 - dev: true - /reactcss@1.2.3(react@17.0.2): resolution: {integrity: sha512-KiwVUcFu1RErkI97ywr8nvx8dNOpT03rbnma0SSalTYjkrPYaEajR4a/MRt6DZ46K6arDRbWMNHF+xH7G7n/8A==} peerDependencies: @@ -42893,7 +44021,7 @@ packages: ast-types: 0.14.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.5.0 + tslib: 2.5.3 /rechoir@0.6.2: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} @@ -42952,7 +44080,7 @@ packages: /redux@4.2.1: resolution: {integrity: sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 /reflect-metadata@0.1.13: resolution: {integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==} @@ -42965,7 +44093,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 globalthis: 1.0.3 which-builtin-type: 1.1.3 dev: true @@ -43051,7 +44179,7 @@ packages: /regenerator-transform@0.15.1: resolution: {integrity: sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 /regex-not@1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} @@ -43343,8 +44471,8 @@ packages: /remark-docz@1.2.0: resolution: {integrity: sha512-uL4CW4pLk9+7owCa/ce6PuYGZ+99P3ZAubT3HrTcyhAjyE2f0iG08lUgDUXQbdjo9L8OfXWCEg9AWgQijr0JsA==} dependencies: - '@babel/generator': 7.21.5 - '@babel/types': 7.21.5 + '@babel/generator': 7.22.5 + '@babel/types': 7.22.5 unist-util-remove: 1.0.3 unist-util-visit: 1.4.1 dev: true @@ -43379,7 +44507,7 @@ packages: dependencies: '@types/mdast': 3.0.11 mdast-util-gfm: 2.0.2 - micromark-extension-gfm: 2.0.2 + micromark-extension-gfm: 2.0.3 unified: 10.1.2 transitivePeerDependencies: - supports-color @@ -43423,11 +44551,11 @@ packages: unist-util-map: 1.0.5 dev: true - /remark-parse@10.0.1: - resolution: {integrity: sha512-1fUyHr2jLsVOkhbvPRBJ5zTKZZyD6yZzYaWCS6BPBdQ8vEMBCH+9zNCDA6tET/zHCi/jLqjCWtlJZUPk+DbnFw==} + /remark-parse@10.0.2: + resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} dependencies: '@types/mdast': 3.0.11 - mdast-util-from-markdown: 1.3.0 + mdast-util-from-markdown: 1.3.1 unified: 10.1.2 transitivePeerDependencies: - supports-color @@ -43786,7 +44914,7 @@ packages: /resolve@1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - is-core-module: 2.12.0 + is-core-module: 2.12.1 path-parse: 1.0.7 dev: true @@ -43794,7 +44922,7 @@ packages: resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true dependencies: - is-core-module: 2.12.0 + is-core-module: 2.12.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -43802,7 +44930,7 @@ packages: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: - is-core-module: 2.12.0 + is-core-module: 2.12.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -44081,15 +45209,14 @@ packages: /rollup-plugin-terser@7.0.2(rollup@2.33.3): resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} - deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser peerDependencies: rollup: ^2.0.0 dependencies: - '@babel/code-frame': 7.21.4 + '@babel/code-frame': 7.22.5 jest-worker: 26.6.2 rollup: 2.33.3 serialize-javascript: 4.0.0 - terser: 5.17.1 + terser: 5.17.7 dev: true /rollup-plugin-typescript2@0.32.1(rollup@2.33.3)(typescript@4.9.5): @@ -44103,7 +45230,7 @@ packages: fs-extra: 10.1.0 resolve: 1.22.2 rollup: 2.33.3 - tslib: 2.5.0 + tslib: 2.5.3 typescript: 4.9.5 dev: true @@ -44144,7 +45271,7 @@ packages: /rtl-css-js@1.16.1: resolution: {integrity: sha512-lRQgou1mu19e+Ya0LsTvKrVJ5TYUbqCVPAiImX3UfLTenarvPUl1QFdvu5Z3PYmHT9RCcwIfbjRQBntExyj3Zg==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 dev: false /run-async@2.4.1: @@ -44181,6 +45308,12 @@ packages: dependencies: tslib: 1.14.1 + /rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + dependencies: + tslib: 2.5.3 + dev: false + /sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} engines: {node: '>=6'} @@ -44193,7 +45326,7 @@ packages: engines: {node: '>=0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 isarray: 2.0.5 dev: true @@ -44216,7 +45349,7 @@ packages: resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 is-regex: 1.1.4 /safe-regex@1.1.0: @@ -44259,7 +45392,7 @@ packages: transitivePeerDependencies: - supports-color - /sass-loader@8.0.2(webpack@5.82.0): + /sass-loader@8.0.2(webpack@5.86.0): resolution: {integrity: sha512-7o4dbSK8/Ol2KflEmSco4jTjQoV988bM82P9CZdmo9hR3RLnvNc0ufMNdMrB0caq38JQ/FgF4/7RcbcfKzxoFQ==} engines: {node: '>= 8.9.0'} peerDependencies: @@ -44280,7 +45413,7 @@ packages: neo-async: 2.6.2 schema-utils: 2.7.1 semver: 6.3.0 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /sax@1.2.4: @@ -44338,24 +45471,24 @@ packages: resolution: {integrity: sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==} engines: {node: '>= 8.9.0'} dependencies: - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) dev: true - /schema-utils@3.1.2: - resolution: {integrity: sha512-pvjEHOgWc9OWA/f/DE3ohBWTD6EleVLf7iFUkoSwAxttdBhB9QUebQgxER2kWueOvRJXPHNnyrvvh9eZINB8Eg==} + /schema-utils@3.2.0: + resolution: {integrity: sha512-0zTyLGyDJYd/MBxG1AhJkKa6fpEBds4OQO2ut0w7OYG+ZGhGea09lijvzsqegYSik88zc7cUtIlnnO+/BvD6gQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.12 ajv: 6.12.6 ajv-keywords: 3.5.2(ajv@6.12.6) - /schema-utils@4.0.1: - resolution: {integrity: sha512-lELhBAAly9NowEsX0yZBlw9ahZG+sK/1RJ21EpzdYHKEs13Vku3LJ+MIPhh4sMs0oCCeufZQEQbMekiA4vuVIQ==} + /schema-utils@4.1.0: + resolution: {integrity: sha512-Jw+GZVbP5IggB2WAn6UHI02LBwGmsIeYN/lNbSMZyDziQ7jmtAUrqKqDja+W89YHVs+KL/3IkIMltAklqB1vAw==} engines: {node: '>= 12.13.0'} dependencies: - '@types/json-schema': 7.0.11 + '@types/json-schema': 7.0.12 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) @@ -44449,8 +45582,8 @@ packages: lru-cache: 6.0.0 dev: true - /semver@7.5.0: - resolution: {integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==} + /semver@7.5.1: + resolution: {integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==} engines: {node: '>=10'} hasBin: true dependencies: @@ -44698,7 +45831,7 @@ packages: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 object-inspect: 1.12.3 /sigmund@1.0.1: @@ -44774,7 +45907,7 @@ packages: resolution: {integrity: sha512-9no0pK7/1y+8/oTF3sy/+kx0PjQ3uk4cYwld5F1CJGk2gx+prRyUq8GRfvcVLq5niYWSozZdX73a2wIr1o9l/g==} dependencies: can-use-dom: 0.1.0 - core-js: 3.30.1 + core-js: 3.31.0 lodash.debounce: 4.0.8 lodash.memoize: 4.1.2 lodash.throttle: 4.1.1 @@ -44789,7 +45922,7 @@ packages: engines: {node: '>=10.3.0', npm: '>=5.6.0'} hasBin: true dependencies: - '@types/node': 14.18.45 + '@types/node': 14.18.50 '@types/sax': 1.2.4 arg: 5.0.2 sax: 1.2.4 @@ -44855,7 +45988,7 @@ packages: hasBin: true dependencies: array.prototype.flat: 1.3.1 - breakword: 1.0.5 + breakword: 1.0.6 grapheme-splitter: 1.0.4 strip-ansi: 6.0.1 wcwidth: 1.0.1 @@ -45048,7 +46181,7 @@ packages: loader-utils: 1.4.2 dev: true - /source-map-loader@4.0.1(webpack@5.82.0): + /source-map-loader@4.0.1(webpack@5.86.0): resolution: {integrity: sha512-oqXpzDIByKONVY8g1NUPOTQhe0UTU5bWUl32GSkqK2LjJj0HmwTMVKxcUip0RgAYhY1mqgOxjbQM48a0mmeNfA==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -45057,7 +46190,7 @@ packages: abab: 2.0.6 iconv-lite: 0.6.3 source-map-js: 1.0.2 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /source-map-resolve@0.5.3: @@ -45405,34 +46538,34 @@ packages: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true - /storybook-addon-source@2.0.11(@types/react@17.0.58)(react-dom@16.14.0)(regenerator-runtime@0.13.11)(webpack@5.82.0): + /storybook-addon-source@2.0.11(@types/react@17.0.61)(react-dom@16.14.0)(regenerator-runtime@0.13.11)(webpack@5.86.0): resolution: {integrity: sha512-tKmnBxO8OjewwC2EhDkgkTF/UCylJsHmpdpXwhvuuLQNLF09rOkAPejfC5NparQMmMiaeCuSdpUYWG65wTjkfA==} engines: {node: '>= 6.9.0'} peerDependencies: webpack: ^4.3.0 dependencies: '@storybook/addons': 5.3.22(react-dom@16.14.0)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@16.14.0)(react@16.14.0) + '@storybook/components': 5.3.22(@types/react@17.0.61)(react-dom@16.14.0)(react@16.14.0) react: 16.14.0 react-syntax-highlighter: 10.3.5(react@16.14.0) - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) transitivePeerDependencies: - '@types/react' - react-dom - regenerator-runtime dev: true - /storybook-addon-source@2.0.11(@types/react@17.0.58)(react-dom@17.0.2)(regenerator-runtime@0.13.11)(webpack@5.82.0): + /storybook-addon-source@2.0.11(@types/react@17.0.61)(react-dom@17.0.2)(regenerator-runtime@0.13.11)(webpack@5.86.0): resolution: {integrity: sha512-tKmnBxO8OjewwC2EhDkgkTF/UCylJsHmpdpXwhvuuLQNLF09rOkAPejfC5NparQMmMiaeCuSdpUYWG65wTjkfA==} engines: {node: '>= 6.9.0'} peerDependencies: webpack: ^4.3.0 dependencies: '@storybook/addons': 5.3.22(react-dom@17.0.2)(regenerator-runtime@0.13.11) - '@storybook/components': 5.3.22(@types/react@17.0.58)(react-dom@17.0.2)(react@16.14.0) + '@storybook/components': 5.3.22(@types/react@17.0.61)(react-dom@17.0.2)(react@16.14.0) react: 16.14.0 react-syntax-highlighter: 10.3.5(react@16.14.0) - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) transitivePeerDependencies: - '@types/react' - react-dom @@ -45572,7 +46705,7 @@ packages: call-bind: 1.0.2 define-properties: 1.2.0 es-abstract: 1.21.2 - get-intrinsic: 1.2.0 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.5 regexp.prototype.flags: 1.5.0 @@ -45773,13 +46906,13 @@ packages: webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /style-loader@3.3.2(webpack@5.82.0): - resolution: {integrity: sha512-RHs/vcrKdQK8wZliteNK4NKzxvLBzpuHMqYmUVWeKa6MkaIQ97ZTOS0b+zapZhy6GcrgWnvWYCMHRirC3FsUmw==} + /style-loader@3.3.3(webpack@5.86.0): + resolution: {integrity: sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) /style-search@0.1.0: resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} @@ -45803,15 +46936,15 @@ packages: react: '>= 16.3.0 || 17' react-dom: '>= 16.3.0' dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/traverse': 7.21.5(supports-color@5.5.0) + '@babel/helper-module-imports': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) '@emotion/is-prop-valid': 0.8.8 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.1(styled-components@4.4.1) + babel-plugin-styled-components: 2.1.3(styled-components@4.4.1) css-to-react-native: 2.3.2 memoize-one: 5.2.1 merge-anything: 2.4.4 - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 16.14.0(react@17.0.2) react-is: 16.13.1 @@ -45827,15 +46960,15 @@ packages: react: '>= 16.3.0 || 17' react-dom: '>= 16.3.0' dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/traverse': 7.21.5(supports-color@5.5.0) + '@babel/helper-module-imports': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) '@emotion/is-prop-valid': 0.8.8 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.1(styled-components@4.4.1) + babel-plugin-styled-components: 2.1.3(styled-components@4.4.1) css-to-react-native: 2.3.2 memoize-one: 5.2.1 merge-anything: 2.4.4 - prop-types: 15.8.1 + prop-types: 15.7.2 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-is: 16.13.1 @@ -45844,20 +46977,20 @@ packages: supports-color: 5.5.0 dev: true - /styled-components@5.3.10(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2): - resolution: {integrity: sha512-3kSzSBN0TiCnGJM04UwO1HklIQQSXW7rCARUk+VyMR7clz8XVlA3jijtf5ypqoDIdNMKx3la4VvaPFR855SFcg==} + /styled-components@5.3.11(react-dom@17.0.2)(react-is@18.2.0)(react@17.0.2): + resolution: {integrity: sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==} engines: {node: '>=10'} peerDependencies: react: '>= 16.8.0 || 17' react-dom: '>= 16.8.0' react-is: '>= 16.8.0' dependencies: - '@babel/helper-module-imports': 7.21.4 - '@babel/traverse': 7.21.5(supports-color@5.5.0) - '@emotion/is-prop-valid': 1.2.0 + '@babel/helper-module-imports': 7.22.5 + '@babel/traverse': 7.22.5(supports-color@5.5.0) + '@emotion/is-prop-valid': 1.2.1 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.1(styled-components@5.3.10) + babel-plugin-styled-components: 2.1.3(styled-components@5.3.11) css-to-react-native: 3.2.0 hoist-non-react-statics: 3.3.2 react: 17.0.2 @@ -45871,7 +47004,7 @@ packages: resolution: {integrity: sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g==} engines: {node: '>=6.9.0'} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 postcss: 7.0.39 postcss-selector-parser: 3.1.2 dev: true @@ -45959,7 +47092,7 @@ packages: postcss-safe-parser: 4.0.2 postcss-sass: 0.4.4 postcss-scss: 2.1.1 - postcss-selector-parser: 6.0.12 + postcss-selector-parser: 6.0.13 postcss-syntax: 0.36.2(postcss-html@0.36.0)(postcss-less@3.1.4)(postcss-scss@2.1.1)(postcss@7.0.39) postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -46044,7 +47177,7 @@ packages: formidable: 1.2.6 methods: 1.1.2 mime: 1.6.0 - qs: 6.11.1 + qs: 6.11.2 readable-stream: 2.3.8 transitivePeerDependencies: - supports-color @@ -46130,6 +47263,10 @@ packages: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} dev: true + /svg-path-parser@1.1.0: + resolution: {integrity: sha512-jGCUqcQyXpfe38R7RFfhrMyfXcBmpMNJI/B+4CE9/Unkh98UporAc461GTthv+TVDuZXsBx7/WiwJb1Oh4tt4A==} + dev: false + /svg-tags@1.0.0: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} dev: true @@ -46398,8 +47535,8 @@ packages: - bluebird dev: true - /terser-webpack-plugin@5.3.7(webpack@5.82.0): - resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} + /terser-webpack-plugin@5.3.9(webpack@5.86.0): + resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} engines: {node: '>= 10.13.0'} peerDependencies: '@swc/core': '*' @@ -46416,10 +47553,10 @@ packages: dependencies: '@jridgewell/trace-mapping': 0.3.18 jest-worker: 27.5.1 - schema-utils: 3.1.2 + schema-utils: 3.2.0 serialize-javascript: 6.0.1 - terser: 5.17.1 - webpack: 5.82.0(webpack-cli@4.10.0) + terser: 5.17.7 + webpack: 5.86.0(webpack-cli@4.10.0) /terser@4.8.1: resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==} @@ -46442,8 +47579,8 @@ packages: commander: 2.20.3 source-map-support: 0.5.21 - /terser@5.17.1: - resolution: {integrity: sha512-hVl35zClmpisy6oaoKALOpS0rDYLxRFLHhRuDlEGTKey9qHjS1w9GMORjuwIMt70Wan4lwsLYyWDVnWgF+KUEw==} + /terser@5.17.7: + resolution: {integrity: sha512-/bi0Zm2C6VAexlGgLlVxA0P2lru/sdLyfCVaRMfKVo9nWxbmz7f/sD8VPybPeSUJaJcwmCJis9pBIhcVcG1QcQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -46513,12 +47650,12 @@ packages: three: '>=0.118.3' dependencies: accessor-fn: 1.4.1 - d3-array: 3.2.3 + d3-array: 3.2.4 d3-force-3d: 3.0.5 d3-scale: 4.0.2 d3-scale-chromatic: 3.0.0 data-joint: 1.3.1 - kapsule: 1.14.2 + kapsule: 1.14.4 ngraph.forcelayout: 3.3.1 ngraph.graph: 20.0.1 three: 0.135.0 @@ -46532,12 +47669,12 @@ packages: three: '>=0.118.3' dependencies: accessor-fn: 1.4.1 - d3-array: 3.2.3 + d3-array: 3.2.4 d3-force-3d: 3.0.5 d3-scale: 4.0.2 d3-scale-chromatic: 3.0.0 data-joint: 1.3.1 - kapsule: 1.14.2 + kapsule: 1.14.4 ngraph.forcelayout: 3.3.1 ngraph.graph: 20.0.1 three: 0.139.2 @@ -46552,7 +47689,7 @@ packages: dependencies: '@tweenjs/tween.js': 20.0.3 accessor-fn: 1.4.1 - kapsule: 1.14.2 + kapsule: 1.14.4 polished: 4.2.2 three: 0.135.0 dev: false @@ -46565,7 +47702,7 @@ packages: dependencies: '@tweenjs/tween.js': 20.0.3 accessor-fn: 1.4.1 - kapsule: 1.14.2 + kapsule: 1.14.4 polished: 4.2.2 three: 0.139.2 dev: false @@ -46795,8 +47932,8 @@ packages: punycode: 2.3.0 dev: true - /tough-cookie@4.1.2: - resolution: {integrity: sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==} + /tough-cookie@4.1.3: + resolution: {integrity: sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==} engines: {node: '>=6'} dependencies: psl: 1.9.0 @@ -46863,7 +48000,6 @@ packages: /trim@0.0.1: resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==} - deprecated: Use String.prototype.trim() instead dev: true /trough@1.0.5: @@ -46886,7 +48022,7 @@ packages: resolution: {integrity: sha512-Z86EW+fFFh/IFB1fqQ3/+7Zpf9t2ebOAxNI/V6Wo7r5gqiqtxmgTlQ1qbqQcjLKYeSHPTsEmvlJUDg/EuL0uHQ==} dev: false - /ts-loader@8.4.0(typescript@4.9.5)(webpack@5.82.0): + /ts-loader@8.4.0(typescript@4.9.5)(webpack@5.86.0): resolution: {integrity: sha512-6nFY3IZ2//mrPc+ImY3hNWx1vCHyEhl6V+wLmL4CZcm6g1CqX7UKrkc6y0i4FwcfOhxyMPCfaEvh20f4r9GNpw==} engines: {node: '>=10.0.0'} peerDependencies: @@ -46897,24 +48033,24 @@ packages: enhanced-resolve: 4.5.0 loader-utils: 2.0.4 micromatch: 4.0.5 - semver: 7.5.0 + semver: 7.5.1 typescript: 4.9.5 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true - /ts-loader@9.4.2(typescript@4.9.5)(webpack@5.82.0): - resolution: {integrity: sha512-OmlC4WVmFv5I0PpaxYb+qGeGOdm5giHU7HwDDUjw59emP2UYMHy9fFSDcYgSNoH8sXcj4hGCSEhlDZ9ULeDraA==} + /ts-loader@9.4.3(typescript@4.9.5)(webpack@5.86.0): + resolution: {integrity: sha512-n3hBnm6ozJYzwiwt5YRiJZkzktftRpMiBApHaJPoWLA+qetQBAXkHqCLM6nwSdRDimqVtA5ocIkcTRLMTt7yzA==} engines: {node: '>=12.0.0'} peerDependencies: typescript: '*' webpack: ^5.0.0 dependencies: chalk: 4.1.2 - enhanced-resolve: 5.13.0 + enhanced-resolve: 5.14.1 micromatch: 4.0.5 - semver: 7.5.0 + semver: 7.5.1 typescript: 4.9.5 - webpack: 5.82.0(webpack-cli@4.10.0) + webpack: 5.86.0(webpack-cli@4.10.0) dev: true /ts-node@10.9.1(@types/node@7.10.14)(typescript@4.9.5): @@ -46935,7 +48071,7 @@ packages: '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.3 + '@tsconfig/node16': 1.0.4 '@types/node': 7.10.14 acorn: 8.8.2 acorn-walk: 8.2.0 @@ -47004,8 +48140,8 @@ packages: /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib@2.5.0: - resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} + /tslib@2.5.3: + resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} /tsscmp@1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} @@ -47045,65 +48181,65 @@ packages: safe-buffer: 5.2.1 dev: true - /turbo-darwin-64@1.9.3: - resolution: {integrity: sha512-0dFc2cWXl82kRE4Z+QqPHhbEFEpUZho1msHXHWbz5+PqLxn8FY0lEVOHkq5tgKNNEd5KnGyj33gC/bHhpZOk5g==} + /turbo-darwin-64@1.10.3: + resolution: {integrity: sha512-IIB9IomJGyD3EdpSscm7Ip1xVWtYb7D0x7oH3vad3gjFcjHJzDz9xZ/iw/qItFEW+wGFcLSRPd+1BNnuLM8AsA==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.9.3: - resolution: {integrity: sha512-1cYbjqLBA2zYE1nbf/qVnEkrHa4PkJJbLo7hnuMuGM0bPzh4+AnTNe98gELhqI1mkTWBu/XAEeF5u6dgz0jLNA==} + /turbo-darwin-arm64@1.10.3: + resolution: {integrity: sha512-SBNmOZU9YEB0eyNIxeeQ+Wi0Ufd+nprEVp41rgUSRXEIpXjsDjyBnKnF+sQQj3+FLb4yyi/yZQckB+55qXWEsw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.9.3: - resolution: {integrity: sha512-UuBPFefawEwpuxh5pM9Jqq3q4C8M0vYxVYlB3qea/nHQ80pxYq7ZcaLGEpb10SGnr3oMUUs1zZvkXWDNKCJb8Q==} + /turbo-linux-64@1.10.3: + resolution: {integrity: sha512-kvAisGKE7xHJdyMxZLvg53zvHxjqPK1UVj4757PQqtx9dnjYHSc8epmivE6niPgDHon5YqImzArCjVZJYpIGHQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.9.3: - resolution: {integrity: sha512-vUrNGa3hyDtRh9W0MkO+l1dzP8Co2gKnOVmlJQW0hdpOlWlIh22nHNGGlICg+xFa2f9j4PbQlWTsc22c019s8Q==} + /turbo-linux-arm64@1.10.3: + resolution: {integrity: sha512-Qgaqln0IYRgyL0SowJOi+PNxejv1I2xhzXOI+D+z4YHbgSx87ox1IsALYBlK8VRVYY8VCXl+PN12r1ioV09j7A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.9.3: - resolution: {integrity: sha512-0BZ7YaHs6r+K4ksqWus1GKK3W45DuDqlmfjm/yuUbTEVc8szmMCs12vugU2Zi5GdrdJSYfoKfEJ/PeegSLIQGQ==} + /turbo-windows-64@1.10.3: + resolution: {integrity: sha512-rbH9wManURNN8mBnN/ZdkpUuTvyVVEMiUwFUX4GVE5qmV15iHtZfDLUSGGCP2UFBazHcpNHG1OJzgc55GFFrUw==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.9.3: - resolution: {integrity: sha512-QJUYLSsxdXOsR1TquiOmLdAgtYcQ/RuSRpScGvnZb1hY0oLc7JWU0llkYB81wVtWs469y8H9O0cxbKwCZGR4RQ==} + /turbo-windows-arm64@1.10.3: + resolution: {integrity: sha512-ThlkqxhcGZX39CaTjsHqJnqVe+WImjX13pmjnpChz6q5HHbeRxaJSFzgrHIOt0sUUVx90W/WrNRyoIt/aafniw==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.9.3: - resolution: {integrity: sha512-ID7mxmaLUPKG/hVkp+h0VuucB1U99RPCJD9cEuSEOdIPoSIuomcIClEJtKamUsdPLhLCud+BvapBNnhgh58Nzw==} + /turbo@1.10.3: + resolution: {integrity: sha512-U4gKCWcKgLcCjQd4Pl8KJdfEKumpyWbzRu75A6FCj6Ctea1PIm58W6Ltw1QXKqHrl2pF9e1raAskf/h6dlrPCA==} hasBin: true requiresBuild: true optionalDependencies: - turbo-darwin-64: 1.9.3 - turbo-darwin-arm64: 1.9.3 - turbo-linux-64: 1.9.3 - turbo-linux-arm64: 1.9.3 - turbo-windows-64: 1.9.3 - turbo-windows-arm64: 1.9.3 + turbo-darwin-64: 1.10.3 + turbo-darwin-arm64: 1.10.3 + turbo-linux-64: 1.10.3 + turbo-linux-arm64: 1.10.3 + turbo-windows-64: 1.10.3 + turbo-windows-arm64: 1.10.3 dev: true /turf-jsts@1.2.3: @@ -47254,6 +48390,10 @@ packages: /ua-parser-js@0.7.35: resolution: {integrity: sha512-veRf7dawaj9xaWEu9HoTVn5Pggtc/qj+kqTOFvNiN1l0YdxwC1kvel57UCjThjGa3BHBihE8/UJAHI+uQHmd/g==} + /ua-parser-js@1.0.35: + resolution: {integrity: sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==} + dev: false + /uglify-es@3.3.9: resolution: {integrity: sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==} engines: {node: '>=0.8.0'} @@ -47317,7 +48457,7 @@ packages: resolution: {integrity: sha512-OknwtQZddZHi0Ggi+Vr/olJ7HNMx4AzlywyK0W3NZBT7B0stjeZ9lcztA85dBgdAj3KVk8uPJPZSnGaDjELhrA==} dependencies: isomorphic-fetch: 2.2.1 - qs: 6.11.1 + qs: 6.11.2 dev: false /umi-test@1.9.7: @@ -47362,17 +48502,17 @@ packages: slash2: 2.0.0 dev: true - /umi@3.5.40(react-router@5.3.4): - resolution: {integrity: sha512-syCIEgCqu3io0vyzmNlTmqt4o8ZBXQfU5gEx3h9inUv6KRHxgmeX9KhOV6hbWMTPPuUV8aS4KXzMvhuKXv+C2w==} + /umi@3.5.41(react-router@5.2.0): + resolution: {integrity: sha512-sjgfFGC3E5jG5Cn8pXdwODDgPW1hnlkn24f7+onNnNdq77syuc4s3R5z7BKQHbjiWtVVIV1VOFMYE9JsJYnOPQ==} hasBin: true dependencies: - '@umijs/bundler-webpack': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/preset-built-in': 3.5.40(react-dom@16.14.0)(react@16.14.0) - '@umijs/runtime': 3.5.40(react@16.14.0) - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/bundler-webpack': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/preset-built-in': 3.5.41(react-dom@16.14.0)(react@16.14.0) + '@umijs/runtime': 3.5.41(react@16.14.0) + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@5.2.0)(react@16.14.0) + '@umijs/utils': 3.5.41 react: 16.14.0 react-dom: 16.14.0(react@16.14.0) v8-compile-cache: 2.3.0 @@ -47380,17 +48520,35 @@ packages: - react-router dev: false - /umi@3.5.40(react-router@6.11.1): - resolution: {integrity: sha512-syCIEgCqu3io0vyzmNlTmqt4o8ZBXQfU5gEx3h9inUv6KRHxgmeX9KhOV6hbWMTPPuUV8aS4KXzMvhuKXv+C2w==} + /umi@3.5.41(react-router@5.3.4): + resolution: {integrity: sha512-sjgfFGC3E5jG5Cn8pXdwODDgPW1hnlkn24f7+onNnNdq77syuc4s3R5z7BKQHbjiWtVVIV1VOFMYE9JsJYnOPQ==} hasBin: true dependencies: - '@umijs/bundler-webpack': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) - '@umijs/core': 3.5.40 - '@umijs/deps': 3.5.40 - '@umijs/preset-built-in': 3.5.40(react-dom@16.14.0)(react@16.14.0) - '@umijs/runtime': 3.5.40(react@16.14.0) - '@umijs/types': 3.5.40(react-dom@16.14.0)(react-router@6.11.1)(react@16.14.0) - '@umijs/utils': 3.5.40 + '@umijs/bundler-webpack': 3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/preset-built-in': 3.5.41(react-dom@16.14.0)(react@16.14.0) + '@umijs/runtime': 3.5.41(react@16.14.0) + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@5.3.4)(react@16.14.0) + '@umijs/utils': 3.5.41 + react: 16.14.0 + react-dom: 16.14.0(react@16.14.0) + v8-compile-cache: 2.3.0 + transitivePeerDependencies: + - react-router + dev: false + + /umi@3.5.41(react-router@6.12.1): + resolution: {integrity: sha512-sjgfFGC3E5jG5Cn8pXdwODDgPW1hnlkn24f7+onNnNdq77syuc4s3R5z7BKQHbjiWtVVIV1VOFMYE9JsJYnOPQ==} + hasBin: true + dependencies: + '@umijs/bundler-webpack': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0) + '@umijs/core': 3.5.41 + '@umijs/deps': 3.5.41 + '@umijs/preset-built-in': 3.5.41(react-dom@16.14.0)(react@16.14.0) + '@umijs/runtime': 3.5.41(react@16.14.0) + '@umijs/types': 3.5.41(react-dom@16.14.0)(react-router@6.12.1)(react@16.14.0) + '@umijs/utils': 3.5.41 react: 16.14.0 react-dom: 16.14.0(react@16.14.0) v8-compile-cache: 2.3.0 @@ -47545,7 +48703,7 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} dependencies: - qs: 6.11.1 + qs: 6.11.2 dev: true /uniq@1.0.1: @@ -47793,13 +48951,13 @@ packages: engines: {node: '>=4'} dev: true - /update-browserslist-db@1.0.11(browserslist@4.21.5): + /update-browserslist-db@1.0.11(browserslist@4.21.7): resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.21.5 + browserslist: 4.21.7 escalade: 3.1.1 picocolors: 1.0.0 @@ -47854,7 +49012,7 @@ packages: /upper-case@2.0.2: resolution: {integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==} dependencies: - tslib: 2.5.0 + tslib: 2.5.3 dev: false /uri-js@4.4.1: @@ -47922,11 +49080,11 @@ packages: querystringify: 2.2.0 requires-port: 1.0.0 - /url@0.11.0: - resolution: {integrity: sha512-kbailJa29QrtXnxgq+DdCEGlbTeYM2eJUxsz6vjZavrCYPMIFHMKQmSKYAIuUK2i7hgPm28a8piX5NTUtM/LKQ==} + /url@0.11.1: + resolution: {integrity: sha512-rWS3H04/+mzzJkv0eZ7vEDGiQbgquI1fGfOad6zKvgYQi1SzMmhl7c/DdRGxhaWrVH6z0qWITo8rpnxK/RfEhA==} dependencies: - punycode: 1.3.2 - querystring: 0.2.0 + punycode: 1.4.1 + qs: 6.11.2 /urllib@2.40.0: resolution: {integrity: sha512-XDZjoijtzsbkXTXgM+A/sJM002nwoYsc46YOYr6MNH2jUUw1nCBf2ywT1WaPsVEWJX4Yr+9isGmYj4+yofFn9g==} @@ -47944,13 +49102,13 @@ packages: ip: 1.1.8 proxy-agent: 5.0.0 pump: 3.0.0 - qs: 6.11.1 + qs: 6.11.2 statuses: 1.5.0 utility: 1.18.0 transitivePeerDependencies: - supports-color - /use-callback-ref@1.3.0(@types/react@17.0.58)(react@16.14.0): + /use-callback-ref@1.3.0(@types/react@17.0.61)(react@16.14.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -47960,12 +49118,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 react: 16.14.0 - tslib: 2.5.0 + tslib: 2.5.3 dev: true - /use-callback-ref@1.3.0(@types/react@17.0.58)(react@17.0.2): + /use-callback-ref@1.3.0(@types/react@17.0.61)(react@17.0.2): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'} peerDependencies: @@ -47975,9 +49133,9 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 react: 17.0.2 - tslib: 2.5.0 + tslib: 2.5.3 dev: true /use-composed-ref@1.3.0(react@17.0.2): @@ -48008,7 +49166,7 @@ packages: react: 17.0.2 dev: false - /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.58)(react@17.0.2): + /use-isomorphic-layout-effect@1.1.2(@types/react@17.0.61)(react@17.0.2): resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==} peerDependencies: '@types/react': '*' @@ -48017,7 +49175,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 react: 17.0.2 dev: false @@ -48029,7 +49187,7 @@ packages: react: 17.0.2 dev: false - /use-latest@1.2.1(@types/react@17.0.58)(react@17.0.2): + /use-latest@1.2.1(@types/react@17.0.61)(react@17.0.2): resolution: {integrity: sha512-xA+AVm/Wlg3e2P/JiItTziwS7FK92LWrDB0p+hgXloIMuVCeJJ8v6f0eeHyPZaJrM+usM1FkFfbNCrJGs8A/zw==} peerDependencies: '@types/react': '*' @@ -48038,9 +49196,9 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 react: 17.0.2 - use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.58)(react@17.0.2) + use-isomorphic-layout-effect: 1.1.2(@types/react@17.0.61)(react@17.0.2) dev: false /use-media-antd-query@1.1.0(react@17.0.2): @@ -48059,7 +49217,7 @@ packages: react: 17.0.2 dev: false - /use-sidecar@1.1.2(@types/react@17.0.58)(react@16.14.0): + /use-sidecar@1.1.2(@types/react@17.0.61)(react@16.14.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -48069,13 +49227,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 detect-node-es: 1.1.0 react: 16.14.0 - tslib: 2.5.0 + tslib: 2.5.3 dev: true - /use-sidecar@1.1.2(@types/react@17.0.58)(react@17.0.2): + /use-sidecar@1.1.2(@types/react@17.0.61)(react@17.0.2): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -48085,10 +49243,10 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 17.0.58 + '@types/react': 17.0.61 detect-node-es: 1.1.0 react: 17.0.2 - tslib: 2.5.0 + tslib: 2.5.3 dev: true /use-subscription@1.5.1(react@16.14.0): @@ -48299,6 +49457,14 @@ packages: dependencies: '@types/unist': 2.0.6 unist-util-stringify-position: 3.0.3 + dev: false + + /vfile-message@4.0.1: + resolution: {integrity: sha512-Z1WqUoIK6T6LLoyO64ncUapmjlA84JqKRQFjcG0kZnnyysfq2rMyg5NvKhkQ16GH9FRCRT+Rk4G0aMxgKYS16g==} + dependencies: + '@types/unist': 2.0.6 + unist-util-stringify-position: 3.0.3 + dev: true /vfile@2.3.0: resolution: {integrity: sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==} @@ -48338,7 +49504,7 @@ packages: /viewport-mercator-project@6.2.3: resolution: {integrity: sha512-QQb0/qCLlP4DdfbHHSWVYXpghB2wkLIiiZQnoelOB59mXKQSyZVxjreq1S+gaBJFpcGkWEcyVtre0+2y2DTl/Q==} dependencies: - '@babel/runtime': 7.21.5 + '@babel/runtime': 7.22.5 gl-matrix: 3.4.3 dev: false @@ -48402,8 +49568,8 @@ packages: /vm-browserify@1.1.2: resolution: {integrity: sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==} - /vm2@3.9.17: - resolution: {integrity: sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==} + /vm2@3.9.19: + resolution: {integrity: sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==} engines: {node: '>=6.0'} hasBin: true dependencies: @@ -48420,6 +49586,7 @@ packages: /w3c-hr-time@1.0.2: resolution: {integrity: sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==} + deprecated: Use your platform's native performance.now() and performance.timeOrigin. dependencies: browser-process-hrtime: 1.0.0 @@ -48561,7 +49728,7 @@ packages: deepmerge: 1.5.2 javascript-stringify: 2.1.0 - /webpack-cli@4.10.0(webpack@5.82.0): + /webpack-cli@4.10.0(webpack@5.86.0): resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -48582,7 +49749,7 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0)(webpack@5.82.0) + '@webpack-cli/configtest': 1.2.0(webpack-cli@4.10.0)(webpack@5.86.0) '@webpack-cli/info': 1.5.0(webpack-cli@4.10.0) '@webpack-cli/serve': 1.7.0(webpack-cli@4.10.0) colorette: 2.0.20 @@ -48592,8 +49759,8 @@ packages: import-local: 3.1.0 interpret: 2.2.0 rechoir: 0.7.1 - webpack: 5.82.0(webpack-cli@4.10.0) - webpack-merge: 5.8.0 + webpack: 5.86.0(webpack-cli@4.10.0) + webpack-merge: 5.9.0 /webpack-dev-middleware@3.7.3(webpack@4.46.0): resolution: {integrity: sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ==} @@ -48648,9 +49815,9 @@ packages: spdy: 4.0.2(supports-color@6.1.0) strip-ansi: 3.0.1 supports-color: 6.1.0 - url: 0.11.0 + url: 0.11.1 webpack: 4.46.0(webpack-cli@4.10.0) - webpack-cli: 4.10.0(webpack@5.82.0) + webpack-cli: 4.10.0(webpack@5.86.0) webpack-dev-middleware: 3.7.3(webpack@4.46.0) webpack-log: 2.0.0 ws: 6.2.2 @@ -48684,7 +49851,7 @@ packages: resolution: {integrity: sha512-IK/0WAHs7MTu1tzLTjio73LjS3Ov+VvBKQmE8WPlJutgG5zT6Urgq/BbAdRrHTRpyzK0dvAvFh1Qg98akxgZpA==} dependencies: ansi-html-community: 0.0.8 - html-entities: 2.3.3 + html-entities: 2.3.5 strip-ansi: 6.0.1 dev: true @@ -48719,8 +49886,8 @@ packages: webpack: 4.46.0(webpack-cli@4.10.0) dev: true - /webpack-merge@5.8.0: - resolution: {integrity: sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==} + /webpack-merge@5.9.0: + resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} engines: {node: '>=10.0.0'} dependencies: clone-deep: 4.0.1 @@ -48780,14 +49947,14 @@ packages: tapable: 1.1.3 terser-webpack-plugin: 1.4.5(webpack@4.46.0) watchpack: 1.7.5 - webpack-cli: 4.10.0(webpack@5.82.0) + webpack-cli: 4.10.0(webpack@5.86.0) webpack-sources: 1.4.3 transitivePeerDependencies: - supports-color dev: true - /webpack@5.82.0(webpack-cli@4.10.0): - resolution: {integrity: sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==} + /webpack@5.86.0(webpack-cli@4.10.0): + resolution: {integrity: sha512-3BOvworZ8SO/D4GVP+GoRC3fVeg5MO4vzmq8TJJEkdmopxyazGDxN8ClqN12uzrZW9Tv8EED8v5VSb6Sqyi0pg==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -48798,15 +49965,15 @@ packages: dependencies: '@types/eslint-scope': 3.7.4 '@types/estree': 1.0.1 - '@webassemblyjs/ast': 1.11.5 - '@webassemblyjs/wasm-edit': 1.11.5 - '@webassemblyjs/wasm-parser': 1.11.5 + '@webassemblyjs/ast': 1.11.6 + '@webassemblyjs/wasm-edit': 1.11.6 + '@webassemblyjs/wasm-parser': 1.11.6 acorn: 8.8.2 - acorn-import-assertions: 1.8.0(acorn@8.8.2) - browserslist: 4.21.5 + acorn-import-assertions: 1.9.0(acorn@8.8.2) + browserslist: 4.21.7 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.13.0 - es-module-lexer: 1.2.1 + enhanced-resolve: 5.14.1 + es-module-lexer: 1.3.0 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -48815,11 +49982,11 @@ packages: loader-runner: 4.3.0 mime-types: 2.1.35 neo-async: 2.6.2 - schema-utils: 3.1.2 + schema-utils: 3.2.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(webpack@5.82.0) + terser-webpack-plugin: 5.3.9(webpack@5.86.0) watchpack: 2.4.0 - webpack-cli: 4.10.0(webpack@5.82.0) + webpack-cli: 4.10.0(webpack@5.86.0) webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -49210,6 +50377,19 @@ packages: utf-8-validate: optional: true + /ws@8.13.0: + resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} + engines: {node: '>=10.0.0'} + peerDependencies: + bufferutil: ^4.0.1 + utf-8-validate: '>=5.0.2' + peerDependenciesMeta: + bufferutil: + optional: true + utf-8-validate: + optional: true + dev: false + /wt@1.2.0: resolution: {integrity: sha512-nJttxFyxnIvWBWYcy7Px4XkXbRoEe77by66d0FDof266Mv00vVBNcUGa00rL1+0DdsXG75LG1rwBnBfUa2bNLA==} engines: {node: '>= 0.12.9'}