From a030dafa62baeae0482e48448c7b44b014b27524 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:50:35 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- apps/auth/package.json | 6 +- apps/cli/package.json | 4 +- apps/mis-server/package.json | 6 +- apps/mis-web/package.json | 18 +- apps/portal-server/package.json | 8 +- apps/portal-web/package.json | 24 +- docs/package.json | 6 +- libs/config/package.json | 2 +- libs/hook/package.json | 2 +- libs/libconfig/package.json | 2 +- libs/protos/package.json | 6 +- libs/rich-error-model/package.json | 6 +- libs/server/package.json | 2 +- libs/ssh/package.json | 2 +- libs/web/package.json | 12 +- package.json | 20 +- pnpm-lock.yaml | 1191 ++++++++++++++-------------- 17 files changed, 651 insertions(+), 666 deletions(-) diff --git a/apps/auth/package.json b/apps/auth/package.json index 42f460a16d..9806a812fb 100644 --- a/apps/auth/package.json +++ b/apps/auth/package.json @@ -21,7 +21,7 @@ "license": "Mulan PSL v2", "repository": "https://github.com/PKUHPC/SCOW", "dependencies": { - "@fastify/error": "3.2.1", + "@fastify/error": "3.3.0", "@fastify/formbody": "7.4.0", "@fastify/static": "6.10.2", "@fastify/view": "7.4.1", @@ -30,9 +30,9 @@ "@scow/lib-config": "workspace:*", "@scow/lib-ssh": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.28.15", + "@sinclair/typebox": "0.28.20", "asn1": "0.2.6", - "fastify": "4.18.0", + "fastify": "4.19.0", "fastify-graceful-shutdown": "3.4.0", "fastify-plugin": "4.5.0", "ioredis": "5.3.2", diff --git a/apps/cli/package.json b/apps/cli/package.json index 583224c7b0..470c75f3ed 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -15,11 +15,11 @@ "pkg": "5.8.1", "yargs": "17.7.2", "prompts": "2.4.2", - "@sinclair/typebox": "0.28.15", + "@sinclair/typebox": "0.28.20", "js-yaml": "4.1.0", "pino": "8.14.1", "pino-pretty": "10.0.0", - "octokit": "2.0.22", + "octokit": "2.1.0", "jszip": "3.10.1", "dotenv": "16.3.1", "death": "1.1.0", diff --git a/apps/mis-server/package.json b/apps/mis-server/package.json index a4e9398c76..1e7b0ff451 100644 --- a/apps/mis-server/package.json +++ b/apps/mis-server/package.json @@ -24,7 +24,7 @@ "dependencies": { "@ddadaal/tsgrpc-common": "0.2.3", "@ddadaal/tsgrpc-server": "0.19.2", - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "@mikro-orm/cli": "5.7.12", "@mikro-orm/core": "5.7.12", "@mikro-orm/mariadb": "5.7.12", @@ -41,7 +41,7 @@ "@scow/lib-ssh": "workspace:*", "@scow/protos": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.28.15", + "@sinclair/typebox": "0.28.20", "dotenv": "16.3.1", "node-cron": "3.0.2", "pino": "8.14.1", @@ -52,7 +52,7 @@ "devDependencies": { "@ddadaal/tsgrpc-client": "0.17.5", "@types/google-protobuf": "3.15.6", - "@types/node-cron": "3.0.7", + "@types/node-cron": "3.0.8", "@types/wait-on": "5.3.1" }, "mikro-orm": { diff --git a/apps/mis-web/package.json b/apps/mis-web/package.json index a9689f7cb9..f3ce287f37 100644 --- a/apps/mis-web/package.json +++ b/apps/mis-web/package.json @@ -27,7 +27,7 @@ "@ddadaal/next-typed-api-routes-runtime": "0.8.1", "@ddadaal/tsgrpc-client": "0.17.5", "@ddadaal/tsgrpc-common": "0.2.3", - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "@scow/config": "workspace:*", "@scow/lib-auth": "workspace:*", "@scow/lib-config": "workspace:*", @@ -35,13 +35,13 @@ "@scow/lib-web": "workspace:*", "@scow/protos": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.28.15", - "antd": "5.6.2", + "@sinclair/typebox": "0.28.20", + "antd": "5.6.3", "dayjs": "1.11.8", "google-protobuf": "3.21.2", "less": "4.1.3", "mime-types": "2.1.35", - "next": "13.4.6", + "next": "13.4.7", "next-compose-plugins": "2.2.1", "next-transpile-modules": "10.0.0", "nookies": "2.5.2", @@ -52,23 +52,23 @@ "react-is": "18.2.0", "simstate": "3.0.1", "styled-components": "5.3.11", - "tslib": "2.5.3", - "typescript": "5.1.3", + "tslib": "2.6.0", + "typescript": "5.1.6", "@ant-design/cssinjs": "1.10.1" }, "devDependencies": { "@ddadaal/next-typed-api-routes-cli": "0.9.0", - "@next/bundle-analyzer": "13.4.6", + "@next/bundle-analyzer": "13.4.7", "@types/google-protobuf": "3.15.6", "@types/mime-types": "2.1.1", "@types/node": "18.16.18", "@types/nprogress": "0.2.0", - "@types/react": "18.2.13", + "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@types/styled-components": "5.1.26", "babel-plugin-import": "1.13.6", "postcss": "8.4.24", - "webpack": "5.87.0" + "webpack": "5.88.1" }, "browserslist": { "production": [ diff --git a/apps/portal-server/package.json b/apps/portal-server/package.json index 7c2b060cbf..201584cec2 100644 --- a/apps/portal-server/package.json +++ b/apps/portal-server/package.json @@ -22,7 +22,7 @@ "dependencies": { "@ddadaal/tsgrpc-common": "0.2.3", "@ddadaal/tsgrpc-server": "0.19.2", - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "@scow/config": "workspace:*", "@scow/lib-config": "workspace:*", "@scow/lib-server": "workspace:*", @@ -30,7 +30,7 @@ "@scow/lib-ssh": "workspace:*", "@scow/protos": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.28.15", + "@sinclair/typebox": "0.28.20", "dayjs": "1.11.8", "dotenv": "16.3.1", "node-cron": "3.0.2", @@ -44,9 +44,9 @@ }, "devDependencies": { "@ddadaal/tsgrpc-client": "0.17.5", - "@types/node-cron": "3.0.7", + "@types/node-cron": "3.0.8", "@types/shell-quote": "1.7.1", - "@types/ssh2": "1.11.11", + "@types/ssh2": "1.11.12", "@types/wait-on": "5.3.1", "form-data": "4.0.0" }, diff --git a/apps/portal-web/package.json b/apps/portal-web/package.json index 3d5cdaeb39..c8bf9965f7 100644 --- a/apps/portal-web/package.json +++ b/apps/portal-web/package.json @@ -29,11 +29,11 @@ "@ant-design/icons": "5.1.4", "@codemirror/language": "6.8.0", "@codemirror/legacy-modes": "6.3.2", - "@codemirror/view": "6.13.2", + "@codemirror/view": "6.14.0", "@ddadaal/next-typed-api-routes-runtime": "0.8.1", "@ddadaal/tsgrpc-client": "0.17.5", "@ddadaal/tsgrpc-common": "0.2.3", - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "@scow/config": "workspace:*", "@scow/lib-auth": "workspace:*", "@scow/lib-config": "workspace:*", @@ -42,18 +42,18 @@ "@scow/lib-web": "workspace:*", "@scow/protos": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.28.15", + "@sinclair/typebox": "0.28.20", "@ant-design/cssinjs": "1.10.1", - "@uiw/codemirror-theme-github": "4.21.3", - "@uiw/react-codemirror": "4.21.3", - "antd": "5.6.2", + "@uiw/codemirror-theme-github": "4.21.7", + "@uiw/react-codemirror": "4.21.7", + "antd": "5.6.3", "busboy": "1.6.0", "dayjs": "1.11.8", "google-protobuf": "3.21.2", "http-proxy": "1.18.1", "less": "4.1.3", "mime-types": "2.1.35", - "next": "13.4.6", + "next": "13.4.7", "next-compose-plugins": "2.2.1", "next-transpile-modules": "10.0.0", "nookies": "2.5.2", @@ -64,15 +64,15 @@ "react-is": "18.2.0", "simstate": "3.0.1", "styled-components": "5.3.11", - "tslib": "2.5.3", - "typescript": "5.1.3", + "tslib": "2.6.0", + "typescript": "5.1.6", "ws": "8.13.0", "xterm": "5.2.1", "xterm-addon-fit": "0.7.0" }, "devDependencies": { "@ddadaal/next-typed-api-routes-cli": "0.9.0", - "@next/bundle-analyzer": "13.4.6", + "@next/bundle-analyzer": "13.4.7", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "14.0.0", "@types/busboy": "1.5.0", @@ -80,7 +80,7 @@ "@types/mime-types": "2.1.1", "@types/node": "18.16.18", "@types/nprogress": "0.2.0", - "@types/react": "18.2.13", + "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@types/styled-components": "5.1.26", "@types/url-join": "4.0.1", @@ -89,7 +89,7 @@ "node-mocks-http": "1.12.2", "postcss": "8.4.24", "ts-log": "2.2.5", - "webpack": "5.87.0" + "webpack": "5.88.1" }, "browserslist": { "production": [ diff --git a/docs/package.json b/docs/package.json index be8c2b1169..53fb7a4b47 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,14 +29,14 @@ }, "devDependencies": { "@adobe/jsonschema2md": "7.1.5", - "@algolia/client-search": "4.17.2", + "@algolia/client-search": "4.18.0", "@docusaurus/module-type-aliases": "2.4.1", "@scow/config": "workspace:*", - "@sinclair/typebox": "0.28.15", + "@sinclair/typebox": "0.28.20", "@tsconfig/docusaurus": "1.0.7", "@docusaurus/types": "2.4.1", "@types/react": "18.0.18", - "typescript": "5.1.3", + "typescript": "5.1.6", "@node-rs/jieba": "1.7.0" }, "browserslist": { diff --git a/libs/config/package.json b/libs/config/package.json index 2aac60ece5..e09d3311fd 100644 --- a/libs/config/package.json +++ b/libs/config/package.json @@ -16,7 +16,7 @@ "repository": "https://github.com/PKUHPC/SCOW", "dependencies": { "@scow/lib-config": "workspace:*", - "@sinclair/typebox": "0.28.15" + "@sinclair/typebox": "0.28.20" }, "volta": { "extends": "../../package.json" diff --git a/libs/hook/package.json b/libs/hook/package.json index 333cfe64d5..5fd09d3269 100644 --- a/libs/hook/package.json +++ b/libs/hook/package.json @@ -17,7 +17,7 @@ "repository": "https://github.com/PKUHPC/SCOW", "dependencies": { "@ddadaal/tsgrpc-client": "0.17.5", - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "@scow/protos": "workspace:*", "bignumber.js": "9.1.1" }, diff --git a/libs/libconfig/package.json b/libs/libconfig/package.json index d00809a5d6..58bd431f4a 100644 --- a/libs/libconfig/package.json +++ b/libs/libconfig/package.json @@ -17,7 +17,7 @@ "license": "Mulan PSL v2", "repository": "https://github.com/PKUHPC/SCOW", "dependencies": { - "@sinclair/typebox": "0.28.15", + "@sinclair/typebox": "0.28.20", "ajv": "8.12.0", "ajv-formats": "2.1.1", "envalid": "7.3.1", diff --git a/libs/protos/package.json b/libs/protos/package.json index 98b2b3c7ef..45072aa008 100644 --- a/libs/protos/package.json +++ b/libs/protos/package.json @@ -13,13 +13,13 @@ "!**/*.map" ], "dependencies": { - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "long": "5.2.3", - "protobufjs": "7.2.3", + "protobufjs": "7.2.4", "@scow/grpc-api": "workspace:*" }, "devDependencies": { - "ts-proto": "1.149.0" + "ts-proto": "1.150.1" }, "keywords": [], "author": "", diff --git a/libs/rich-error-model/package.json b/libs/rich-error-model/package.json index c8c1b82234..17ce869fc7 100644 --- a/libs/rich-error-model/package.json +++ b/libs/rich-error-model/package.json @@ -13,12 +13,12 @@ "!**/*.map" ], "dependencies": { - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "long": "5.2.3", - "protobufjs": "7.2.3" + "protobufjs": "7.2.4" }, "devDependencies": { - "ts-proto": "1.149.0", + "ts-proto": "1.150.1", "@ddadaal/tsgrpc-server": "0.19.2", "@ddadaal/tsgrpc-common": "0.2.3", "@ddadaal/tsgrpc-client": "0.17.5", diff --git a/libs/server/package.json b/libs/server/package.json index 4077c04024..c7a6622c67 100644 --- a/libs/server/package.json +++ b/libs/server/package.json @@ -18,7 +18,7 @@ "repository": "https://github.com/PKUHPC/SCOW", "dependencies": { "@ddadaal/tsgrpc-common": "0.2.3", - "@grpc/grpc-js": "1.8.15" + "@grpc/grpc-js": "1.8.17" }, "devDependencies": { "@ddadaal/tsgrpc-server": "0.19.2", diff --git a/libs/ssh/package.json b/libs/ssh/package.json index 9b956dcae6..8da764af3d 100644 --- a/libs/ssh/package.json +++ b/libs/ssh/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@types/shell-quote": "1.7.1", - "@types/ssh2": "1.11.11", + "@types/ssh2": "1.11.12", "ts-log": "2.2.5" }, "author": "PKUHPC (https://github.com/PKUHPC)", diff --git a/libs/web/package.json b/libs/web/package.json index 1dabf44f41..e090bbf5fa 100644 --- a/libs/web/package.json +++ b/libs/web/package.json @@ -21,20 +21,20 @@ "nookies": "2.5.2" }, "peerDependencies": { - "antd": "5.6.2", - "next": "13.4.6", + "antd": "5.6.3", + "next": "13.4.7", "styled-components": "5.3.11", "@ant-design/icons": "5.1.4", "dayjs": "1.11.8" }, "devDependencies": { - "antd": "5.6.2", - "next": "13.4.6", + "antd": "5.6.3", + "next": "13.4.7", "styled-components": "5.3.11", - "@grpc/grpc-js": "1.8.15", + "@grpc/grpc-js": "1.8.17", "@types/mime-types": "2.1.1", "react": "18.2.0", - "@types/react": "18.2.13", + "@types/react": "18.2.14", "react-dom": "18.2.0", "@types/react-dom": "18.2.6", "react-is": "18.2.0", diff --git a/package.json b/package.json index 31020d5bdd..ece063939b 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,13 @@ "ci:publish": "pnpm publish -r" }, "devDependencies": { - "turbo": "1.10.3", + "turbo": "1.10.7", "@ddadaal/eslint-config": "1.9.0", - "@commitlint/config-conventional": "17.6.5", + "@commitlint/config-conventional": "17.6.6", "@types/jest": "29.5.2", "@types/node": "18.16.18", - "@typescript-eslint/eslint-plugin": "5.60.0", - "@typescript-eslint/parser": "5.60.0", + "@typescript-eslint/eslint-plugin": "5.60.1", + "@typescript-eslint/parser": "5.60.1", "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", "dotenv": "16.3.1", @@ -43,23 +43,23 @@ "nodemon": "2.0.22", "pino-pretty": "10.0.0", "rimraf": "5.0.1", - "ts-jest": "29.1.0", + "ts-jest": "29.1.1", "ts-node": "10.9.1", "tsc-alias": "1.8.6", "tsconfig-paths": "4.2.0", - "typescript": "5.1.3", + "typescript": "5.1.6", "@pnpm/lockfile-file": "8.1.1", "@pnpm/logger": "5.0.0", "pm2": "5.3.0", "concurrently": "8.2.0", "node-glob": "1.2.0", "globby": "13.2.0", - "@changesets/cli": "2.26.1", + "@changesets/cli": "2.26.2", "front-matter": "4.0.2", - "@bufbuild/buf": "1.15.0" + "@bufbuild/buf": "1.23.1" }, "volta": { - "node": "18.16.0" + "node": "18.16.1" }, - "packageManager": "pnpm@8.6.3" + "packageManager": "pnpm@8.6.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da0afb8fa9..ce379ce332 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@bufbuild/buf': - specifier: 1.15.0 - version: 1.15.0 + specifier: 1.23.1 + version: 1.23.1 '@changesets/cli': - specifier: 2.26.1 - version: 2.26.1 + specifier: 2.26.2 + version: 2.26.2 '@commitlint/config-conventional': - specifier: 17.6.5 - version: 17.6.5 + specifier: 17.6.6 + version: 17.6.6 '@ddadaal/eslint-config': specifier: 1.9.0 - version: 1.9.0(@typescript-eslint/eslint-plugin@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint-plugin-import@2.27.5)(eslint-plugin-simple-import-sort@10.0.0)(eslint@8.43.0)(typescript@5.1.3) + version: 1.9.0(@typescript-eslint/eslint-plugin@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint-plugin-import@2.27.5)(eslint-plugin-simple-import-sort@10.0.0)(eslint@8.43.0)(typescript@5.1.6) '@pnpm/lockfile-file': specifier: 8.1.1 version: 8.1.1(@pnpm/logger@5.0.0) @@ -33,11 +33,11 @@ importers: specifier: 18.16.18 version: 18.16.18 '@typescript-eslint/eslint-plugin': - specifier: 5.60.0 - version: 5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.43.0)(typescript@5.1.3) + specifier: 5.60.1 + version: 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.43.0)(typescript@5.1.6) '@typescript-eslint/parser': - specifier: 5.60.0 - version: 5.60.0(eslint@8.43.0)(typescript@5.1.3) + specifier: 5.60.1 + version: 5.60.1(eslint@8.43.0)(typescript@5.1.6) concurrently: specifier: 8.2.0 version: 8.2.0 @@ -58,10 +58,10 @@ importers: version: 8.43.0 eslint-import-resolver-typescript: specifier: 3.5.5 - version: 3.5.5(@typescript-eslint/parser@5.60.0)(eslint-plugin-import@2.27.5)(eslint@8.43.0) + version: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.43.0) eslint-plugin-import: specifier: 2.27.5 - version: 2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + version: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) eslint-plugin-license-header: specifier: 0.6.0 version: 0.6.0 @@ -99,11 +99,11 @@ importers: specifier: 5.0.1 version: 5.0.1 ts-jest: - specifier: 29.1.0 - version: 29.1.0(@babel/core@7.20.2)(jest@29.5.0)(typescript@5.1.3) + specifier: 29.1.1 + version: 29.1.1(@babel/core@7.20.2)(jest@29.5.0)(typescript@5.1.6) ts-node: specifier: 10.9.1 - version: 10.9.1(@types/node@18.16.18)(typescript@5.1.3) + version: 10.9.1(@types/node@18.16.18)(typescript@5.1.6) tsc-alias: specifier: 1.8.6 version: 1.8.6 @@ -111,17 +111,17 @@ importers: specifier: 4.2.0 version: 4.2.0 turbo: - specifier: 1.10.3 - version: 1.10.3 + specifier: 1.10.7 + version: 1.10.7 typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.1.6 + version: 5.1.6 apps/auth: dependencies: '@fastify/error': - specifier: 3.2.1 - version: 3.2.1 + specifier: 3.3.0 + version: 3.3.0 '@fastify/formbody': specifier: 7.4.0 version: 7.4.0 @@ -144,14 +144,14 @@ importers: specifier: workspace:* version: link:../../libs/utils '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 asn1: specifier: 0.2.6 version: 0.2.6 fastify: - specifier: 4.18.0 - version: 4.18.0 + specifier: 4.19.0 + version: 4.19.0 fastify-graceful-shutdown: specifier: 3.4.0 version: 3.4.0 @@ -214,8 +214,8 @@ importers: specifier: workspace:* version: link:../../libs/libconfig '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 death: specifier: 1.1.0 version: 1.1.0 @@ -235,8 +235,8 @@ importers: specifier: 3.3.1 version: 3.3.1 octokit: - specifier: 2.0.22 - version: 2.0.22 + specifier: 2.1.0 + version: 2.1.0 pino: specifier: 8.14.1 version: 8.14.1 @@ -286,10 +286,10 @@ importers: version: 0.2.3 '@ddadaal/tsgrpc-server': specifier: 0.19.2 - version: 0.19.2(@grpc/grpc-js@1.8.15) + version: 0.19.2(@grpc/grpc-js@1.8.17) '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 '@mikro-orm/cli': specifier: 5.7.12 version: 5.7.12(@mikro-orm/mariadb@5.7.12)(@mikro-orm/migrations@5.7.12)(@mikro-orm/mysql@5.7.12)(@mikro-orm/seeder@5.7.12) @@ -339,8 +339,8 @@ importers: specifier: workspace:* version: link:../../libs/utils '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 dotenv: specifier: 16.3.1 version: 16.3.1 @@ -362,13 +362,13 @@ importers: devDependencies: '@ddadaal/tsgrpc-client': specifier: 0.17.5 - version: 0.17.5(@grpc/grpc-js@1.8.15) + version: 0.17.5(@grpc/grpc-js@1.8.17) '@types/google-protobuf': specifier: 3.15.6 version: 3.15.6 '@types/node-cron': - specifier: 3.0.7 - version: 3.0.7 + specifier: 3.0.8 + version: 3.0.8 '@types/wait-on': specifier: 5.3.1 version: 5.3.1 @@ -383,16 +383,16 @@ importers: version: 5.1.4(react-dom@18.2.0)(react@18.2.0) '@ddadaal/next-typed-api-routes-runtime': specifier: 0.8.1 - version: 0.8.1(@sinclair/typebox@0.28.15)(next@13.4.6)(zod@3.21.4) + version: 0.8.1(@sinclair/typebox@0.28.20)(next@13.4.7)(zod@3.21.4) '@ddadaal/tsgrpc-client': specifier: 0.17.5 - version: 0.17.5(@grpc/grpc-js@1.8.15) + version: 0.17.5(@grpc/grpc-js@1.8.17) '@ddadaal/tsgrpc-common': specifier: 0.2.3 version: 0.2.3 '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 '@scow/config': specifier: workspace:* version: link:../../libs/config @@ -415,11 +415,11 @@ importers: specifier: workspace:* version: link:../../libs/utils '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 antd: - specifier: 5.6.2 - version: 5.6.2(react-dom@18.2.0)(react@18.2.0) + specifier: 5.6.3 + version: 5.6.3(react-dom@18.2.0)(react@18.2.0) dayjs: specifier: 1.11.8 version: 1.11.8 @@ -433,8 +433,8 @@ importers: specifier: 2.1.35 version: 2.1.35 next: - specifier: 13.4.6 - version: 13.4.6(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) + specifier: 13.4.7 + version: 13.4.7(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) next-compose-plugins: specifier: 2.2.1 version: 2.2.1 @@ -466,18 +466,18 @@ importers: specifier: 5.3.11 version: 5.3.11(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) tslib: - specifier: 2.5.3 - version: 2.5.3 + specifier: 2.6.0 + version: 2.6.0 typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.1.6 + version: 5.1.6 devDependencies: '@ddadaal/next-typed-api-routes-cli': specifier: 0.9.0 version: 0.9.0 '@next/bundle-analyzer': - specifier: 13.4.6 - version: 13.4.6 + specifier: 13.4.7 + version: 13.4.7 '@types/google-protobuf': specifier: 3.15.6 version: 3.15.6 @@ -491,8 +491,8 @@ importers: specifier: 0.2.0 version: 0.2.0 '@types/react': - specifier: 18.2.13 - version: 18.2.13 + specifier: 18.2.14 + version: 18.2.14 '@types/react-dom': specifier: 18.2.6 version: 18.2.6 @@ -506,8 +506,8 @@ importers: specifier: 8.4.24 version: 8.4.24 webpack: - specifier: 5.87.0 - version: 5.87.0 + specifier: 5.88.1 + version: 5.88.1 apps/portal-server: dependencies: @@ -516,10 +516,10 @@ importers: version: 0.2.3 '@ddadaal/tsgrpc-server': specifier: 0.19.2 - version: 0.19.2(@grpc/grpc-js@1.8.15) + version: 0.19.2(@grpc/grpc-js@1.8.17) '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 '@scow/config': specifier: workspace:* version: link:../../libs/config @@ -542,8 +542,8 @@ importers: specifier: workspace:* version: link:../../libs/utils '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 dayjs: specifier: 1.11.8 version: 1.11.8 @@ -577,16 +577,16 @@ importers: devDependencies: '@ddadaal/tsgrpc-client': specifier: 0.17.5 - version: 0.17.5(@grpc/grpc-js@1.8.15) + version: 0.17.5(@grpc/grpc-js@1.8.17) '@types/node-cron': - specifier: 3.0.7 - version: 3.0.7 + specifier: 3.0.8 + version: 3.0.8 '@types/shell-quote': specifier: 1.7.1 version: 1.7.1 '@types/ssh2': - specifier: 1.11.11 - version: 1.11.11 + specifier: 1.11.12 + version: 1.11.12 '@types/wait-on': specifier: 5.3.1 version: 5.3.1 @@ -609,20 +609,20 @@ importers: specifier: 6.3.2 version: 6.3.2 '@codemirror/view': - specifier: 6.13.2 - version: 6.13.2 + specifier: 6.14.0 + version: 6.14.0 '@ddadaal/next-typed-api-routes-runtime': specifier: 0.8.1 - version: 0.8.1(@sinclair/typebox@0.28.15)(next@13.4.6)(zod@3.21.4) + version: 0.8.1(@sinclair/typebox@0.28.20)(next@13.4.7)(zod@3.21.4) '@ddadaal/tsgrpc-client': specifier: 0.17.5 - version: 0.17.5(@grpc/grpc-js@1.8.15) + version: 0.17.5(@grpc/grpc-js@1.8.17) '@ddadaal/tsgrpc-common': specifier: 0.2.3 version: 0.2.3 '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 '@scow/config': specifier: workspace:* version: link:../../libs/config @@ -648,17 +648,17 @@ importers: specifier: workspace:* version: link:../../libs/utils '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 '@uiw/codemirror-theme-github': - specifier: 4.21.3 - version: 4.21.3(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2) + specifier: 4.21.7 + version: 4.21.7(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0) '@uiw/react-codemirror': - specifier: 4.21.3 - version: 4.21.3(@babel/runtime@7.21.5)(@codemirror/autocomplete@6.6.0)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.13.2)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0) + specifier: 4.21.7 + version: 4.21.7(@babel/runtime@7.21.5)(@codemirror/autocomplete@6.6.0)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.14.0)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0) antd: - specifier: 5.6.2 - version: 5.6.2(react-dom@18.2.0)(react@18.2.0) + specifier: 5.6.3 + version: 5.6.3(react-dom@18.2.0)(react@18.2.0) busboy: specifier: 1.6.0 version: 1.6.0 @@ -678,8 +678,8 @@ importers: specifier: 2.1.35 version: 2.1.35 next: - specifier: 13.4.6 - version: 13.4.6(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) + specifier: 13.4.7 + version: 13.4.7(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) next-compose-plugins: specifier: 2.2.1 version: 2.2.1 @@ -711,11 +711,11 @@ importers: specifier: 5.3.11 version: 5.3.11(react-dom@18.2.0)(react-is@18.2.0)(react@18.2.0) tslib: - specifier: 2.5.3 - version: 2.5.3 + specifier: 2.6.0 + version: 2.6.0 typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.1.6 + version: 5.1.6 ws: specifier: 8.13.0 version: 8.13.0 @@ -730,8 +730,8 @@ importers: specifier: 0.9.0 version: 0.9.0 '@next/bundle-analyzer': - specifier: 13.4.6 - version: 13.4.6 + specifier: 13.4.7 + version: 13.4.7 '@testing-library/jest-dom': specifier: 5.16.5 version: 5.16.5 @@ -754,8 +754,8 @@ importers: specifier: 0.2.0 version: 0.2.0 '@types/react': - specifier: 18.2.13 - version: 18.2.13 + specifier: 18.2.14 + version: 18.2.14 '@types/react-dom': specifier: 18.2.6 version: 18.2.6 @@ -781,8 +781,8 @@ importers: specifier: 2.2.5 version: 2.2.5 webpack: - specifier: 5.87.0 - version: 5.87.0 + specifier: 5.88.1 + version: 5.88.1 deploy/vagrant: {} @@ -793,10 +793,10 @@ importers: version: 1.1.0(@docusaurus/core@2.4.1)(search-insights@2.6.0) '@docusaurus/core': specifier: 2.4.1 - version: 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + version: 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/preset-classic': specifier: 2.4.1 - version: 2.4.1(@algolia/client-search@4.17.2)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + version: 2.4.1(@algolia/client-search@4.18.0)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@mdx-js/react': specifier: 1.6.22 version: 1.6.22(react@17.0.2) @@ -817,8 +817,8 @@ importers: specifier: 7.1.5 version: 7.1.5 '@algolia/client-search': - specifier: 4.17.2 - version: 4.17.2 + specifier: 4.18.0 + version: 4.18.0 '@docusaurus/module-type-aliases': specifier: 2.4.1 version: 2.4.1(react-dom@17.0.2)(react@17.0.2) @@ -832,8 +832,8 @@ importers: specifier: workspace:* version: link:../libs/config '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 '@tsconfig/docusaurus': specifier: 1.0.7 version: 1.0.7 @@ -841,8 +841,8 @@ importers: specifier: 18.0.18 version: 18.0.18 typescript: - specifier: 5.1.3 - version: 5.1.3 + specifier: 5.1.6 + version: 5.1.6 libs/auth: devDependencies: @@ -856,8 +856,8 @@ importers: specifier: workspace:* version: link:../libconfig '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 libs/decimal: dependencies: @@ -869,10 +869,10 @@ importers: dependencies: '@ddadaal/tsgrpc-client': specifier: 0.17.5 - version: 0.17.5(@grpc/grpc-js@1.8.15) + version: 0.17.5(@grpc/grpc-js@1.8.17) '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 '@scow/protos': specifier: workspace:* version: link:../protos @@ -890,8 +890,8 @@ importers: libs/libconfig: dependencies: '@sinclair/typebox': - specifier: 0.28.15 - version: 0.28.15 + specifier: 0.28.20 + version: 0.28.20 ajv: specifier: 8.12.0 version: 8.12.0 @@ -915,8 +915,8 @@ importers: libs/protos: dependencies: '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 '@scow/grpc-api': specifier: workspace:* version: link:../../protos @@ -924,40 +924,40 @@ importers: specifier: 5.2.3 version: 5.2.3 protobufjs: - specifier: 7.2.3 - version: 7.2.3 + specifier: 7.2.4 + version: 7.2.4 devDependencies: ts-proto: - specifier: 1.149.0 - version: 1.149.0 + specifier: 1.150.1 + version: 1.150.1 libs/rich-error-model: dependencies: '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 long: specifier: 5.2.3 version: 5.2.3 protobufjs: - specifier: 7.2.3 - version: 7.2.3 + specifier: 7.2.4 + version: 7.2.4 devDependencies: '@ddadaal/tsgrpc-client': specifier: 0.17.5 - version: 0.17.5(@grpc/grpc-js@1.8.15) + version: 0.17.5(@grpc/grpc-js@1.8.17) '@ddadaal/tsgrpc-common': specifier: 0.2.3 version: 0.2.3 '@ddadaal/tsgrpc-server': specifier: 0.19.2 - version: 0.19.2(@grpc/grpc-js@1.8.15) + version: 0.19.2(@grpc/grpc-js@1.8.17) '@scow/protos': specifier: workspace:* version: link:../protos ts-proto: - specifier: 1.149.0 - version: 1.149.0 + specifier: 1.150.1 + version: 1.150.1 libs/server: dependencies: @@ -965,15 +965,15 @@ importers: specifier: 0.2.3 version: 0.2.3 '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 devDependencies: '@ddadaal/tsgrpc-client': specifier: 0.17.5 - version: 0.17.5(@grpc/grpc-js@1.8.15) + version: 0.17.5(@grpc/grpc-js@1.8.17) '@ddadaal/tsgrpc-server': specifier: 0.19.2 - version: 0.19.2(@grpc/grpc-js@1.8.15) + version: 0.19.2(@grpc/grpc-js@1.8.17) '@scow/config': specifier: workspace:* version: link:../config @@ -1010,8 +1010,8 @@ importers: specifier: 1.7.1 version: 1.7.1 '@types/ssh2': - specifier: 1.11.11 - version: 1.11.11 + specifier: 1.11.12 + version: 1.11.12 ts-log: specifier: 2.2.5 version: 2.2.5 @@ -1037,14 +1037,14 @@ importers: specifier: 5.1.4 version: 5.1.4(react-dom@18.2.0)(react@18.2.0) '@grpc/grpc-js': - specifier: 1.8.15 - version: 1.8.15 + specifier: 1.8.17 + version: 1.8.17 '@types/mime-types': specifier: 2.1.1 version: registry.npmmirror.com/@types/mime-types@2.1.1 '@types/react': - specifier: 18.2.13 - version: 18.2.13 + specifier: 18.2.14 + version: 18.2.14 '@types/react-dom': specifier: 18.2.6 version: 18.2.6 @@ -1052,14 +1052,14 @@ importers: specifier: 5.1.26 version: 5.1.26 antd: - specifier: 5.6.2 - version: 5.6.2(react-dom@18.2.0)(react@18.2.0) + specifier: 5.6.3 + version: 5.6.3(react-dom@18.2.0)(react@18.2.0) dayjs: specifier: 1.11.8 version: 1.11.8 next: - specifier: 13.4.6 - version: 13.4.6(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) + specifier: 13.4.7 + version: 13.4.7(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -1124,27 +1124,27 @@ packages: '@algolia/autocomplete-shared': 1.7.2 dev: false - /@algolia/autocomplete-core@1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2)(search-insights@2.6.0): + /@algolia/autocomplete-core@1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2)(search-insights@2.6.0): resolution: {integrity: sha512-hkG80c9kx9ClVAEcUJbTd2ziVC713x9Bji9Ty4XJfKXlxlsx3iXsoNhAwfeR4ulzIUg7OE5gez0UU1zVDdG7kg==} dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2)(search-insights@2.6.0) - '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2) + '@algolia/autocomplete-plugin-algolia-insights': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2)(search-insights@2.6.0) + '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights dev: false - /@algolia/autocomplete-js@1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2)(search-insights@2.6.0): + /@algolia/autocomplete-js@1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2)(search-insights@2.6.0): resolution: {integrity: sha512-qaYzP0DNZsratnu18umlQVW++8uI8irpadk/e2cCOhM5Qvsyw9y338lkTd4AkxOPYf9EhTVgDNq0rQ+dNDtDgQ==} peerDependencies: '@algolia/client-search': '>= 4.5.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: - '@algolia/autocomplete-core': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2)(search-insights@2.6.0) - '@algolia/autocomplete-preset-algolia': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2) - '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2) - '@algolia/client-search': 4.17.2 + '@algolia/autocomplete-core': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2)(search-insights@2.6.0) + '@algolia/autocomplete-preset-algolia': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2) + '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2) + '@algolia/client-search': 4.18.0 algoliasearch: 4.14.2 htm: 3.1.1 preact: 10.13.2 @@ -1152,37 +1152,37 @@ packages: - search-insights dev: false - /@algolia/autocomplete-plugin-algolia-insights@1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2)(search-insights@2.6.0): + /@algolia/autocomplete-plugin-algolia-insights@1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2)(search-insights@2.6.0): resolution: {integrity: sha512-2LVsf4W66hVHQ3Ua/8k15oPlxjELCztbAkQm/hP42Sw+GLkHAdY1vaVRYziaWq64+Oljfg6FKkZHCdgXH+CGIA==} peerDependencies: search-insights: '>= 1 < 3' dependencies: - '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2) + '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2) search-insights: 2.6.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch dev: false - /@algolia/autocomplete-preset-algolia@1.7.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2): + /@algolia/autocomplete-preset-algolia@1.7.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2): resolution: {integrity: sha512-+RYEG6B0QiGGfRb2G3MtPfyrl0dALF3cQNTWBzBX6p5o01vCCGTTinAm2UKG3tfc2CnOMAtnPLkzNZyJUpnVJw==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: '@algolia/autocomplete-shared': 1.7.2 - '@algolia/client-search': 4.17.2 + '@algolia/client-search': 4.18.0 algoliasearch: 4.14.2 dev: false - /@algolia/autocomplete-preset-algolia@1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2): + /@algolia/autocomplete-preset-algolia@1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2): resolution: {integrity: sha512-pqgIm2GNqtCT59Y1ICctIPrYTi34+wNPiNWEclD/yDzp5uDUUsyGe5XrUjCNyQRTKonAlmYxoaEHOn8FWgmBHA==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: - '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2) - '@algolia/client-search': 4.17.2 + '@algolia/autocomplete-shared': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2) + '@algolia/client-search': 4.18.0 algoliasearch: 4.14.2 dev: false @@ -1190,13 +1190,13 @@ packages: resolution: {integrity: sha512-QCckjiC7xXHIUaIL3ektBtjJ0w7tTA3iqKcAE/Hjn1lZ5omp7i3Y4e09rAr9ZybqirL7AbxCLLq0Ra5DDPKeug==} dev: false - /@algolia/autocomplete-shared@1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2): + /@algolia/autocomplete-shared@1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2): resolution: {integrity: sha512-XxX6YDn+7LG+SmdpXEOnj7fc3TjiVpQ0CbGhjLwrd2tYr6LVY2D4Iiu/iuYJ4shvVDWWnpwArSk0uIWC/8OPUA==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' dependencies: - '@algolia/client-search': 4.17.2 + '@algolia/client-search': 4.18.0 algoliasearch: 4.14.2 dev: false @@ -1214,8 +1214,8 @@ packages: resolution: {integrity: sha512-SbvAlG9VqNanCErr44q6lEKD2qoK4XtFNx9Qn8FK26ePCI8I9yU7pYB+eM/cZdS9SzQCRJBbHUumVr4bsQ4uxg==} dev: false - /@algolia/cache-common@4.17.2: - resolution: {integrity: sha512-fojbhYIS8ovfYs6hwZpy1O4mBfVRxNgAaZRqsdVQd54hU4MxYDYFCxagYX28lOBz7btcDHld6BMoWXvjzkx6iQ==} + /@algolia/cache-common@4.18.0: + resolution: {integrity: sha512-BmxsicMR4doGbeEXQu8yqiGmiyvpNvejYJtQ7rvzttEAMxOPoWEHrWyzBQw4x7LrBY9pMrgv4ZlUaF8PGzewHg==} /@algolia/cache-in-memory@4.14.2: resolution: {integrity: sha512-HrOukWoop9XB/VFojPv1R5SVXowgI56T9pmezd/djh2JnVN/vXswhXV51RKy4nCpqxyHt/aGFSq2qkDvj6KiuQ==} @@ -1247,11 +1247,11 @@ packages: '@algolia/transporter': 4.14.2 dev: false - /@algolia/client-common@4.17.2: - resolution: {integrity: sha512-gKBUnjxi0ukJYIJxVREYGt1Dmj1B3RBYbfGWi0dIPp1BC1VvQm+BOuNwsIwmq/x3MPO+sGuK978eKiP3tZDvag==} + /@algolia/client-common@4.18.0: + resolution: {integrity: sha512-7N+soJFP4wn8tjTr3MSUT/U+4xVXbz4jmeRfWfVAzdAbxLAQbHa0o/POSdTvQ8/02DjCLelloZ1bb4ZFVKg7Wg==} dependencies: - '@algolia/requester-common': 4.17.2 - '@algolia/transporter': 4.17.2 + '@algolia/requester-common': 4.18.0 + '@algolia/transporter': 4.18.0 /@algolia/client-personalization@4.14.2: resolution: {integrity: sha512-ACCoLi0cL8CBZ1W/2juehSltrw2iqsQBnfiu/Rbl9W2yE6o2ZUb97+sqN/jBqYNQBS+o0ekTMKNkQjHHAcEXNw==} @@ -1269,12 +1269,12 @@ packages: '@algolia/transporter': 4.14.2 dev: false - /@algolia/client-search@4.17.2: - resolution: {integrity: sha512-FUjIs+gRe0upJC++uVs4sdxMw15JxfkT86Gr/kqVwi9kcqaZhXntSbW/Fw959bIYXczjmeVQsilYvBWW4YvSZA==} + /@algolia/client-search@4.18.0: + resolution: {integrity: sha512-F9xzQXTjm6UuZtnsLIew6KSraXQ0AzS/Ee+OD+mQbtcA/K1sg89tqb8TkwjtiYZ0oij13u3EapB3gPZwm+1Y6g==} dependencies: - '@algolia/client-common': 4.17.2 - '@algolia/requester-common': 4.17.2 - '@algolia/transporter': 4.17.2 + '@algolia/client-common': 4.18.0 + '@algolia/requester-common': 4.18.0 + '@algolia/transporter': 4.18.0 /@algolia/events@4.0.1: resolution: {integrity: sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==} @@ -1284,8 +1284,8 @@ packages: resolution: {integrity: sha512-/JGlYvdV++IcMHBnVFsqEisTiOeEr6cUJtpjz8zc0A9c31JrtLm318Njc72p14Pnkw3A/5lHHh+QxpJ6WFTmsA==} dev: false - /@algolia/logger-common@4.17.2: - resolution: {integrity: sha512-EfXuweUE+1HiSMsQidaDWA5Lv4NnStYIlh7PO5pLkI+sdhbMX0e5AO5nUAMIFM1VkEANes70RA8fzhP6OqCqQQ==} + /@algolia/logger-common@4.18.0: + resolution: {integrity: sha512-46etYgSlkoKepkMSyaoriSn2JDgcrpc/nkOgou/lm0y17GuMl9oYZxwKKTSviLKI5Irk9nSKGwnBTQYwXOYdRg==} /@algolia/logger-console@4.14.2: resolution: {integrity: sha512-8S2PlpdshbkwlLCSAB5f8c91xyc84VM9Ar9EdfE9UmX+NrKNYnWR1maXXVDQQoto07G1Ol/tYFnFVhUZq0xV/g==} @@ -1303,8 +1303,8 @@ packages: resolution: {integrity: sha512-73YQsBOKa5fvVV3My7iZHu1sUqmjjfs9TteFWwPwDmnad7T0VTCopttcsM3OjLxZFtBnX61Xxl2T2gmG2O4ehg==} dev: false - /@algolia/requester-common@4.17.2: - resolution: {integrity: sha512-Rfim23ztAhYpE9qm+KCfCRo+YLJCjiiTG+IpDdzUjMpYPhUtirQT0A35YEd/gKn86YNyydxS9w8iRSjwKh+L0A==} + /@algolia/requester-common@4.18.0: + resolution: {integrity: sha512-xlT8R1qYNRBCi1IYLsx7uhftzdfsLPDGudeQs+xvYB4sQ3ya7+ppolB/8m/a4F2gCkEO6oxpp5AGemM7kD27jA==} /@algolia/requester-node-http@4.14.2: resolution: {integrity: sha512-oDbb02kd1o5GTEld4pETlPZLY0e+gOSWjWMJHWTgDXbv9rm/o2cF7japO6Vj1ENnrqWvLBmW1OzV9g6FUFhFXg==} @@ -1320,12 +1320,12 @@ packages: '@algolia/requester-common': 4.14.2 dev: false - /@algolia/transporter@4.17.2: - resolution: {integrity: sha512-m8pXlz5OnNzjD1rcw+duCN4jG4yEzkJBsvKYMoN22Oq6rQwy1AY5muZ+IQUs4dL+A364CYkRMLRWhvXpCZ1x+g==} + /@algolia/transporter@4.18.0: + resolution: {integrity: sha512-xbw3YRUGtXQNG1geYFEDDuFLZt4Z8YNKbamHPkzr3rWc6qp4/BqEeXcI2u/P/oMq2yxtXgMxrCxOPA8lyIe5jw==} dependencies: - '@algolia/cache-common': 4.17.2 - '@algolia/logger-common': 4.17.2 - '@algolia/requester-common': 4.17.2 + '@algolia/cache-common': 4.18.0 + '@algolia/logger-common': 4.18.0 + '@algolia/requester-common': 4.18.0 /@ampproject/remapping@2.2.0: resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} @@ -2704,13 +2704,6 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@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: resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==} engines: {node: '>=6.9.0'} @@ -2763,8 +2756,8 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@bufbuild/buf-darwin-arm64@1.15.0: - resolution: {integrity: sha512-sLN6uGc8sIBALa7Q4fB6rW9NM0MXK32pH6RRDUdl7aDrp/3A6TLKKBGiHcY81axUyxDTUNFb8dOwhHTI2H8FzQ==} + /@bufbuild/buf-darwin-arm64@1.23.1: + resolution: {integrity: sha512-klt7SNqzJAuenunjPm9LLlk0eajXCXh/xJxDFJqaAUK8qQPOTAVV7YvkE2QE0PbjyT9NUgS65OHn/T25t+B7mw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -2772,8 +2765,8 @@ packages: dev: true optional: true - /@bufbuild/buf-darwin-x64@1.15.0: - resolution: {integrity: sha512-iHml29I/hOl7ORyp9ohiV7fC1WqPbM5UjogwVpA8j06o5SgxRhp42nd80XRAXCM+65ecwiu5JVuspicGzQFOgg==} + /@bufbuild/buf-darwin-x64@1.23.1: + resolution: {integrity: sha512-mO+CMKDZCEdMWudfYSxVCjAc6EfdzP5o2gvFyfVBULKiBfOiYZeE67vbV5HuGzIjALKP+ZiWaYnxKeCxEDuJJg==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -2781,8 +2774,8 @@ packages: dev: true optional: true - /@bufbuild/buf-linux-aarch64@1.15.0: - resolution: {integrity: sha512-YQHXqV1HhdpmIUrYg+gZNWCf43XHJJO5TlJT+pzXB/92PoN8gNP3KdxeRaM2sExcCs91G6zy1/Ms9N6DpeidUQ==} + /@bufbuild/buf-linux-aarch64@1.23.1: + resolution: {integrity: sha512-Sel6ZbnGtvC095KDZHqNC+wErZ0rhrqmjjkVc5fdllZA6of0sEk49KrL2UC9Z1AYKbmnAs4fH1bfvyJOXjqwxg==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -2790,8 +2783,8 @@ packages: dev: true optional: true - /@bufbuild/buf-linux-x64@1.15.0: - resolution: {integrity: sha512-DD2OcsfofawRPQKXLFMqV2GSzi4WyE7kKE1PvXBtJy7sombv5TM26vgdb+DQv4T4Z2i7vhKshnflNkfd3QXtXA==} + /@bufbuild/buf-linux-x64@1.23.1: + resolution: {integrity: sha512-QdkdD2OZiw4pPjoXsK9UT6IzWPaqARftmdWFO+I04WfXklcUBohco1GHFhu3zG9hb8vS8KI6ONN8w8Vt4dWOJQ==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -2799,8 +2792,8 @@ packages: dev: true optional: true - /@bufbuild/buf-win32-arm64@1.15.0: - resolution: {integrity: sha512-wk65iDXWRicfrt/9Gb1voAn9eGP2giQfKMrKOoEyytnDHFolMSmQimKH6iQ1uS5Vn0gI/BVp582cF1m9YsbXEg==} + /@bufbuild/buf-win32-arm64@1.23.1: + resolution: {integrity: sha512-qfMWnBjorZFrvKzRmxzN690LhD602eseRFnSS3Z9miWF36FexI+CHdywRwF7VyMaKaRAQISS5cARB8Sw5mT2Zw==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -2808,8 +2801,8 @@ packages: dev: true optional: true - /@bufbuild/buf-win32-x64@1.15.0: - resolution: {integrity: sha512-KVoMj52ghYfLwGjQ+t19XZiQy8jGSGUYIe/yVZz08rsm5msXHGYOt++Bk3wr48rcv8gts8jo2/h1Ebkj+F6emw==} + /@bufbuild/buf-win32-x64@1.23.1: + resolution: {integrity: sha512-TnnWxYecVTcyeTWkf5FJ3hQ2AlwWIA2TKUMxJyyh63g0ZBF0Z7D0x+tnmNxhOXtbU38muO6x362nsTFtds5bNg==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -2817,25 +2810,25 @@ packages: dev: true optional: true - /@bufbuild/buf@1.15.0: - resolution: {integrity: sha512-HX6AjKiI8TVFJKWdDGIUC/zZQG/8sf5FbmU5VdbK/U8tbfCwBADkJ6I+qP6HnDDtSU4obS164J0sibdGhAJKqg==} + /@bufbuild/buf@1.23.1: + resolution: {integrity: sha512-jSm3lvXVYLQA7TXy173SubUakLLDkNuKZ5mdyua6kRKWHgxXOykMeFdf1GkT0s4zg0WGNHCW0g5NrJxdz1fQgQ==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@bufbuild/buf-darwin-arm64': 1.15.0 - '@bufbuild/buf-darwin-x64': 1.15.0 - '@bufbuild/buf-linux-aarch64': 1.15.0 - '@bufbuild/buf-linux-x64': 1.15.0 - '@bufbuild/buf-win32-arm64': 1.15.0 - '@bufbuild/buf-win32-x64': 1.15.0 + '@bufbuild/buf-darwin-arm64': 1.23.1 + '@bufbuild/buf-darwin-x64': 1.23.1 + '@bufbuild/buf-linux-aarch64': 1.23.1 + '@bufbuild/buf-linux-x64': 1.23.1 + '@bufbuild/buf-win32-arm64': 1.23.1 + '@bufbuild/buf-win32-x64': 1.23.1 dev: true - /@changesets/apply-release-plan@6.1.3: - resolution: {integrity: sha512-ECDNeoc3nfeAe1jqJb5aFQX7CqzQhD2klXRez2JDb/aVpGUbX673HgKrnrgJRuQR/9f2TtLoYIzrGB9qwD77mg==} + /@changesets/apply-release-plan@6.1.4: + resolution: {integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==} dependencies: '@babel/runtime': 7.21.5 - '@changesets/config': 2.3.0 + '@changesets/config': 2.3.1 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 '@changesets/types': 5.2.1 @@ -2846,18 +2839,18 @@ packages: outdent: 0.5.0 prettier: 2.8.3 resolve-from: 5.0.0 - semver: 5.7.1 + semver: 7.5.3 dev: true - /@changesets/assemble-release-plan@5.2.3: - resolution: {integrity: sha512-g7EVZCmnWz3zMBAdrcKhid4hkHT+Ft1n0mLussFMcB1dE2zCuwcvGoy9ec3yOgPGF4hoMtgHaMIk3T3TBdvU9g==} + /@changesets/assemble-release-plan@5.2.4: + resolution: {integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==} dependencies: '@babel/runtime': 7.21.5 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.5 + '@changesets/get-dependents-graph': 1.3.6 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 - semver: 5.7.1 + semver: 7.5.3 dev: true /@changesets/changelog-git@0.1.14: @@ -2866,18 +2859,18 @@ packages: '@changesets/types': 5.2.1 dev: true - /@changesets/cli@2.26.1: - resolution: {integrity: sha512-XnTa+b51vt057fyAudvDKGB0Sh72xutQZNAdXkCqPBKO2zvs2yYZx5hFZj1u9cbtpwM6Sxtcr02/FQJfZOzemQ==} + /@changesets/cli@2.26.2: + resolution: {integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==} hasBin: true dependencies: - '@babel/runtime': 7.21.0 - '@changesets/apply-release-plan': 6.1.3 - '@changesets/assemble-release-plan': 5.2.3 + '@babel/runtime': 7.21.5 + '@changesets/apply-release-plan': 6.1.4 + '@changesets/assemble-release-plan': 5.2.4 '@changesets/changelog-git': 0.1.14 - '@changesets/config': 2.3.0 + '@changesets/config': 2.3.1 '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.5 - '@changesets/get-release-plan': 3.0.16 + '@changesets/get-dependents-graph': 1.3.6 + '@changesets/get-release-plan': 3.0.17 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/pre': 1.0.14 @@ -2886,7 +2879,7 @@ packages: '@changesets/write': 0.2.3 '@manypkg/get-packages': 1.1.3 '@types/is-ci': 3.0.0 - '@types/semver': 6.2.3 + '@types/semver': 7.5.0 ansi-colors: 4.1.3 chalk: 2.4.2 enquirer: 2.3.6 @@ -2899,17 +2892,17 @@ packages: p-limit: 2.3.0 preferred-pm: 3.0.3 resolve-from: 5.0.0 - semver: 5.7.1 + semver: 7.5.3 spawndamnit: 2.0.0 term-size: 2.2.1 tty-table: 4.1.6 dev: true - /@changesets/config@2.3.0: - resolution: {integrity: sha512-EgP/px6mhCx8QeaMAvWtRrgyxW08k/Bx2tpGT+M84jEdX37v3VKfh4Cz1BkwrYKuMV2HZKeHOh8sHvja/HcXfQ==} + /@changesets/config@2.3.1: + resolution: {integrity: sha512-PQXaJl82CfIXddUOppj4zWu+987GCw2M+eQcOepxN5s+kvnsZOwjEJO3DH9eVy+OP6Pg/KFEWdsECFEYTtbg6w==} dependencies: '@changesets/errors': 0.1.4 - '@changesets/get-dependents-graph': 1.3.5 + '@changesets/get-dependents-graph': 1.3.6 '@changesets/logger': 0.0.5 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -2923,22 +2916,22 @@ packages: extendable-error: 0.1.7 dev: true - /@changesets/get-dependents-graph@1.3.5: - resolution: {integrity: sha512-w1eEvnWlbVDIY8mWXqWuYE9oKhvIaBhzqzo4ITSJY9hgoqQ3RoBqwlcAzg11qHxv/b8ReDWnMrpjpKrW6m1ZTA==} + /@changesets/get-dependents-graph@1.3.6: + resolution: {integrity: sha512-Q/sLgBANmkvUm09GgRsAvEtY3p1/5OCzgBE5vX3vgb5CvW0j7CEljocx5oPXeQSNph6FXulJlXV3Re/v3K3P3Q==} dependencies: '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 chalk: 2.4.2 fs-extra: 7.0.1 - semver: 5.7.1 + semver: 7.5.3 dev: true - /@changesets/get-release-plan@3.0.16: - resolution: {integrity: sha512-OpP9QILpBp1bY2YNIKFzwigKh7Qe9KizRsZomzLe6pK8IUo8onkAAVUD8+JRKSr8R7d4+JRuQrfSSNlEwKyPYg==} + /@changesets/get-release-plan@3.0.17: + resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} dependencies: '@babel/runtime': 7.21.5 - '@changesets/assemble-release-plan': 5.2.3 - '@changesets/config': 2.3.0 + '@changesets/assemble-release-plan': 5.2.4 + '@changesets/config': 2.3.1 '@changesets/pre': 1.0.14 '@changesets/read': 0.5.9 '@changesets/types': 5.2.1 @@ -3024,10 +3017,10 @@ packages: nodejieba: optional: true dependencies: - '@algolia/autocomplete-js': 1.9.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2)(search-insights@2.6.0) + '@algolia/autocomplete-js': 1.9.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2)(search-insights@2.6.0) '@algolia/autocomplete-theme-classic': 1.9.2 - '@algolia/client-search': 4.17.2 - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@algolia/client-search': 4.18.0 + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) algoliasearch: 4.14.2 cheerio: 1.0.0-rc.12 clsx: 1.2.1 @@ -3037,7 +3030,7 @@ packages: - search-insights dev: false - /@codemirror/autocomplete@6.6.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2)(@lezer/common@1.0.2): + /@codemirror/autocomplete@6.6.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0)(@lezer/common@1.0.2): resolution: {integrity: sha512-SjbgWSwNKbyQOiVXtG8DXG2z29zTbmzpGccxMqakVo+vqK8fx3Ai0Ee7is3JqX6dxJOoK0GfP3LfeUK53Ltv7w==} peerDependencies: '@codemirror/language': ^6.0.0 @@ -3047,7 +3040,7 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.2 dev: false @@ -3056,7 +3049,7 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.2 dev: false @@ -3064,7 +3057,7 @@ packages: resolution: {integrity: sha512-r1paAyWOZkfY0RaYEZj3Kul+MiQTEbDvYqf8gPGaRvNneHXCmfSaAVFjwRUPlgxS8yflMxw2CTu6uCMp8R8A2g==} dependencies: '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/common': 1.0.2 '@lezer/highlight': 1.1.4 '@lezer/lr': 1.2.4 @@ -3081,7 +3074,7 @@ packages: resolution: {integrity: sha512-y1muai5U/uUPAGRyHMx9mHuHLypPcHWxzlZGknp/U5Mdb5Ol8Q5ZLp67UqyTbNFJJ3unVxZ8iX3g1fMN79S1JQ==} dependencies: '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 crelt: 1.0.5 dev: false @@ -3089,7 +3082,7 @@ packages: resolution: {integrity: sha512-zMDgaBXah+nMLK2dHz9GdCnGbQu+oaGRXS1qviqNZkvOCv/whp5XZFyoikLp/23PM9RBcbuKUUISUmQHM1eRHw==} dependencies: '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 crelt: 1.0.5 dev: false @@ -3102,12 +3095,12 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 '@lezer/highlight': 1.1.4 dev: false - /@codemirror/view@6.13.2: - resolution: {integrity: sha512-XA/jUuu1H+eTja49654QkrQwx2CuDMdjciHcdqyasfTVo4HRlvj87rD/Qmm4HfnhwX8234FQSSA8HxEzxihX/Q==} + /@codemirror/view@6.14.0: + resolution: {integrity: sha512-I263FPs4In42MNmrdwN2DfmYPFMVMXgT7o/mxdGp4jv5LPs8i0FOxzmxF5yeeQdYSTztb2ZhmPIu0ahveInVTg==} dependencies: '@codemirror/state': 6.2.0 style-mod: 4.0.0 @@ -3121,8 +3114,8 @@ packages: dev: false optional: true - /@commitlint/config-conventional@17.6.5: - resolution: {integrity: sha512-Xl9H9KLl86NZm5CYNTNF9dcz1xelE/EbvhWIWcYxG/rn3UWYWdWmmnX2q6ZduNdLFSGbOxzUpIx61j5zxbeXxg==} + /@commitlint/config-conventional@17.6.6: + resolution: {integrity: sha512-phqPz3BDhfj49FUYuuZIuDiw+7T6gNAEy7Yew1IBHqSohVUCWOK2FXMSAExzS2/9X+ET93g0Uz83KjiHDOOFag==} engines: {node: '>=v14'} dependencies: conventional-changelog-conventionalcommits: 5.0.0 @@ -3198,7 +3191,7 @@ packages: resolution: {integrity: sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ==} engines: {node: '>=10'} - /@ddadaal/eslint-config@1.9.0(@typescript-eslint/eslint-plugin@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint-plugin-import@2.27.5)(eslint-plugin-simple-import-sort@10.0.0)(eslint@8.43.0)(typescript@5.1.3): + /@ddadaal/eslint-config@1.9.0(@typescript-eslint/eslint-plugin@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint-plugin-import@2.27.5)(eslint-plugin-simple-import-sort@10.0.0)(eslint@8.43.0)(typescript@5.1.6): resolution: {integrity: sha512-k6RKAT1FUGBEpyB5rRS/RuF20pA/H8u0cBNUf7xKDxHcTk/yR3oN0FjtxmAPkZhVuKjoUWvGniSlEeg1zE3K2g==} peerDependencies: '@typescript-eslint/eslint-plugin': '>=5.37.0' @@ -3207,11 +3200,11 @@ packages: eslint-plugin-import: '>=2.26.0' eslint-plugin-simple-import-sort: '>=8.0.0' dependencies: - '@typescript-eslint/eslint-plugin': 5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.43.0)(typescript@5.1.3) - '@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.1.3) + '@typescript-eslint/eslint-plugin': 5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.43.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.60.1(eslint@8.43.0)(typescript@5.1.6) eslint: 8.43.0 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0)(eslint-plugin-import@2.27.5)(eslint@8.43.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.43.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) eslint-plugin-simple-import-sort: 10.0.0(eslint@8.43.0) optionalDependencies: eslint-plugin-react: 7.31.10(eslint@8.43.0) @@ -3225,35 +3218,35 @@ packages: hasBin: true dependencies: ts-json-schema-generator: 1.2.0 - tslib: 2.5.3 + tslib: 2.6.0 typescript: 4.9.3 yargs: 17.7.2 dev: true - /@ddadaal/next-typed-api-routes-runtime@0.8.1(@sinclair/typebox@0.28.15)(next@13.4.6)(zod@3.21.4): + /@ddadaal/next-typed-api-routes-runtime@0.8.1(@sinclair/typebox@0.28.20)(next@13.4.7)(zod@3.21.4): resolution: {integrity: sha512-lfFNaCuvx/9UogzwJ6FyJsWr+275y6BR5Old9eoDTJMeb2hlacTKUnSfzt3ItOsjwlAOzfKFkO0yldBaqEHCtg==} peerDependencies: '@sinclair/typebox': '>=0.28.13' next: '>=11.x' zod: '>=3.21.4' dependencies: - '@sinclair/typebox': 0.28.15 + '@sinclair/typebox': 0.28.20 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-formats-draft2019: 1.6.1(ajv@8.12.0) fast-json-stringify: 5.7.0 - next: 13.4.6(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) + next: 13.4.7(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0) tslib: 2.5.2 zod: 3.21.4 dev: false - /@ddadaal/tsgrpc-client@0.17.5(@grpc/grpc-js@1.8.15): + /@ddadaal/tsgrpc-client@0.17.5(@grpc/grpc-js@1.8.17): resolution: {integrity: sha512-69RtODTi/l5sv8vJObl+Nq28t+vcsYAaCNesGzdc3gJLEIzWL0XW70BWnWey7Y5zohEC/0oB2I3A1aCFV7AfaA==} peerDependencies: '@grpc/grpc-js': '>=1.7.0' dependencies: '@ddadaal/tsgrpc-common': 0.2.3 - '@grpc/grpc-js': 1.8.15 + '@grpc/grpc-js': 1.8.17 tslib: 2.5.0 /@ddadaal/tsgrpc-common@0.2.3: @@ -3261,13 +3254,13 @@ packages: dependencies: tslib: 2.5.0 - /@ddadaal/tsgrpc-server@0.19.2(@grpc/grpc-js@1.8.15): + /@ddadaal/tsgrpc-server@0.19.2(@grpc/grpc-js@1.8.17): resolution: {integrity: sha512-3JlFLqsJScpM9QWfqTN5PXzLaQHfiXVqWOWfVtrlCF6YqttswYl9ZjqmMcBhaXzui+s77zjDIPD6WKpD3BiOPQ==} peerDependencies: '@grpc/grpc-js': '>=1.7.0' dependencies: '@ddadaal/tsgrpc-common': 0.2.3 - '@grpc/grpc-js': 1.8.15 + '@grpc/grpc-js': 1.8.17 pino: 8.14.1 tslib: 2.5.0 @@ -3275,7 +3268,7 @@ packages: resolution: {integrity: sha512-rODCdDtGyudLj+Va8b6w6Y85KE85bXRsps/R4Yjwt5vueXKXZQKYw0aA9knxLBT6a/bI/GMrAcmCR75KYOM6hg==} dev: false - /@docsearch/react@3.3.0(@algolia/client-search@4.17.2)(@types/react@18.0.18)(react-dom@17.0.2)(react@17.0.2): + /@docsearch/react@3.3.0(@algolia/client-search@4.18.0)(@types/react@18.0.18)(react-dom@17.0.2)(react@17.0.2): resolution: {integrity: sha512-fhS5adZkae2SSdMYEMVg6pxI5a/cE+tW16ki1V0/ur4Fdok3hBRkmN/H8VvlXnxzggkQIIRIVvYPn00JPjen3A==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -3290,7 +3283,7 @@ packages: optional: true dependencies: '@algolia/autocomplete-core': 1.7.2 - '@algolia/autocomplete-preset-algolia': 1.7.2(@algolia/client-search@4.17.2)(algoliasearch@4.14.2) + '@algolia/autocomplete-preset-algolia': 1.7.2(@algolia/client-search@4.18.0)(algoliasearch@4.14.2) '@docsearch/css': 3.3.0 '@types/react': 18.0.18 algoliasearch: 4.14.2 @@ -3300,7 +3293,7 @@ packages: - '@algolia/client-search' dev: false - /@docusaurus/core@2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/core@2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-SNsY7PshK3Ri7vtsLXVeAJGS50nJN3RgF836zkyUfAD01Fq+sAk5EwWgLw+nnm5KVNGDu7PRR2kRGDsWvqpo0g==} engines: {node: '>=16.14'} hasBin: true @@ -3328,7 +3321,7 @@ packages: '@slorber/static-site-generator-webpack-plugin': 4.0.7 '@svgr/webpack': 6.5.1 autoprefixer: 10.4.13(postcss@8.4.24) - babel-loader: 8.3.0(@babel/core@7.20.2)(webpack@5.87.0) + babel-loader: 8.3.0(@babel/core@7.20.2)(webpack@5.88.1) babel-plugin-dynamic-import-node: 2.3.3 boxen: 6.2.1 chalk: 4.1.2 @@ -3337,33 +3330,33 @@ packages: cli-table3: 0.6.3 combine-promises: 1.1.0 commander: 5.1.0 - copy-webpack-plugin: 11.0.0(webpack@5.87.0) + copy-webpack-plugin: 11.0.0(webpack@5.88.1) core-js: 3.26.1 - css-loader: 6.7.2(webpack@5.87.0) - css-minimizer-webpack-plugin: 4.2.2(clean-css@5.3.1)(webpack@5.87.0) + css-loader: 6.7.2(webpack@5.88.1) + css-minimizer-webpack-plugin: 4.2.2(clean-css@5.3.1)(webpack@5.88.1) cssnano: 5.1.14(postcss@8.4.24) del: 6.1.1 detect-port: 1.5.1 escape-html: 1.0.3 eta: 2.0.0 - file-loader: 6.2.0(webpack@5.87.0) + file-loader: 6.2.0(webpack@5.88.1) fs-extra: 10.1.0 html-minifier-terser: 6.1.0 html-tags: 3.2.0 - html-webpack-plugin: 5.5.0(webpack@5.87.0) + html-webpack-plugin: 5.5.0(webpack@5.88.1) import-fresh: 3.3.0 leven: 3.1.0 lodash: 4.17.21 - mini-css-extract-plugin: 2.6.1(webpack@5.87.0) + mini-css-extract-plugin: 2.6.1(webpack@5.88.1) postcss: 8.4.24 - postcss-loader: 7.0.1(postcss@8.4.24)(webpack@5.87.0) + postcss-loader: 7.0.1(postcss@8.4.24)(webpack@5.88.1) prompts: 2.4.2 react: 17.0.2 - react-dev-utils: 12.0.1(eslint@8.43.0)(typescript@5.1.3)(webpack@5.87.0) + react-dev-utils: 12.0.1(eslint@8.43.0)(typescript@5.1.6)(webpack@5.88.1) react-dom: 17.0.2(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2) - react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.87.0) + react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.88.1) react-router: 5.3.4(react@17.0.2) react-router-config: 5.1.1(react-router@5.3.4)(react@17.0.2) react-router-dom: 5.3.4(react@17.0.2) @@ -3371,16 +3364,16 @@ packages: semver: 7.5.0 serve-handler: 6.1.5 shelljs: 0.8.5 - terser-webpack-plugin: 5.3.7(webpack@5.87.0) - tslib: 2.5.3 + terser-webpack-plugin: 5.3.7(webpack@5.88.1) + tslib: 2.6.0 update-notifier: 5.1.0 - url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.87.0) + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.88.1) wait-on: 6.0.1 - webpack: 5.87.0 + webpack: 5.88.1 webpack-bundle-analyzer: 4.7.0 - webpack-dev-server: 4.11.1(webpack@5.87.0) + webpack-dev-server: 4.11.1(webpack@5.88.1) webpack-merge: 5.8.0 - webpackbar: 5.0.2(webpack@5.87.0) + webpackbar: 5.0.2(webpack@5.88.1) transitivePeerDependencies: - '@docusaurus/types' - '@parcel/css' @@ -3407,7 +3400,7 @@ packages: cssnano-preset-advanced: 5.3.9(postcss@8.4.24) postcss: 8.4.24 postcss-sort-media-queries: 4.3.0(postcss@8.4.24) - tslib: 2.5.3 + tslib: 2.6.0 dev: false /@docusaurus/logger@2.4.1: @@ -3415,7 +3408,7 @@ packages: engines: {node: '>=16.14'} dependencies: chalk: 4.1.2 - tslib: 2.5.3 + tslib: 2.6.0 dev: false /@docusaurus/mdx-loader@2.4.1(@docusaurus/types@2.4.1)(react-dom@17.0.2)(react@17.0.2): @@ -3431,7 +3424,7 @@ packages: '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) '@mdx-js/mdx': 1.6.22 escape-html: 1.0.3 - file-loader: 6.2.0(webpack@5.87.0) + file-loader: 6.2.0(webpack@5.88.1) fs-extra: 10.1.0 image-size: 1.0.2 mdast-util-to-string: 2.0.0 @@ -3439,11 +3432,11 @@ packages: react-dom: 17.0.2(react@17.0.2) remark-emoji: 2.2.0 stringify-object: 3.3.0 - tslib: 2.5.3 + tslib: 2.6.0 unified: 9.2.2 unist-util-visit: 2.0.3 - url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.87.0) - webpack: 5.87.0 + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.88.1) + webpack: 5.88.1 transitivePeerDependencies: - '@docusaurus/types' - '@swc/core' @@ -3462,7 +3455,7 @@ packages: '@docusaurus/react-loadable': 5.5.2(react@17.0.2) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@types/history': 4.7.11 - '@types/react': 18.2.13 + '@types/react': 18.2.14 '@types/react-router-config': 5.0.6 '@types/react-router-dom': 5.3.3 react: 17.0.2 @@ -3475,14 +3468,14 @@ packages: - uglify-js - webpack-cli - /@docusaurus/plugin-content-blog@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-content-blog@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-E2i7Knz5YIbE1XELI6RlTnZnGgS52cUO4BlCiCUCvQHbR+s1xeIWz4C6BtaVnlug0Ccz7nFSksfwDpVlkujg5Q==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/logger': 2.4.1 '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) @@ -3496,10 +3489,10 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) reading-time: 1.5.0 - tslib: 2.5.3 + tslib: 2.6.0 unist-util-visit: 2.0.3 utility-types: 3.10.0 - webpack: 5.87.0 + webpack: 5.88.1 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3518,14 +3511,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-docs@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-content-docs@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-Lo7lSIcpswa2Kv4HEeUcGYqaasMUQNpjTXpV0N8G6jXgZaQurqp7E8NGYeGbDXnb48czmHWbzDL4S3+BbK0VzA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/logger': 2.4.1 '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.4.1(react-dom@17.0.2)(react@17.0.2) @@ -3540,9 +3533,9 @@ packages: lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 utility-types: 3.10.0 - webpack: 5.87.0 + webpack: 5.88.1 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3561,14 +3554,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-content-pages@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-content-pages@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-/UjuH/76KLaUlL+o1OvyORynv6FURzjurSjvn2lbWTFc4tpYY2qLYTlKpTCBVPhlLUQsfyFnshEJDLmPneq2oA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) @@ -3576,8 +3569,8 @@ packages: fs-extra: 10.1.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.5.3 - webpack: 5.87.0 + tslib: 2.6.0 + webpack: 5.88.1 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3596,21 +3589,21 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-debug@2.4.1(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-debug@2.4.1(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-7Yu9UPzRShlrH/G8btOpR0e6INFZr0EegWplMjOqelIwAcx3PKyR8mgPTxGTxcqiYj6hxSCRN0D8R7YrzImwNA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) fs-extra: 10.1.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-json-view: 1.21.3(@types/react@18.0.18)(react-dom@17.0.2)(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3631,19 +3624,19 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-google-analytics@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-google-analytics@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-dyZJdJiCoL+rcfnm0RPkLt/o732HvLiEwmtoNzOoz9MSZz117UH2J6U2vUDtzUzwtFLIf32KkeyzisbwUCgcaQ==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3662,19 +3655,19 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-google-gtag@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-google-gtag@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-mKIefK+2kGTQBYvloNEKtDmnRD7bxHLsBcxgnbt4oZwzi2nxCGjPX6+9SQO2KCN5HZbNrYmGo5GJfMgoRvy6uA==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3693,19 +3686,19 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-google-tag-manager@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-google-tag-manager@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-Zg4Ii9CMOLfpeV2nG74lVTWNtisFaH9QNtEw48R5QE1KIwDBdTVaiSA18G1EujZjrzJJzXN79VhINSbOJO/r3g==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3724,14 +3717,14 @@ packages: - webpack-cli dev: false - /@docusaurus/plugin-sitemap@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/plugin-sitemap@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-lZx+ijt/+atQ3FVE8FOHV/+X3kuok688OydDXrqKRJyXBJZKgGjA2Qa8RjQ4f27V2woaXhtnyrdPop/+OjVMRg==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/logger': 2.4.1 '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) @@ -3741,7 +3734,7 @@ packages: react: 17.0.2 react-dom: 17.0.2(react@17.0.2) sitemap: 7.1.1 - tslib: 2.5.3 + tslib: 2.6.0 transitivePeerDependencies: - '@parcel/css' - '@swc/core' @@ -3760,25 +3753,25 @@ packages: - webpack-cli dev: false - /@docusaurus/preset-classic@2.4.1(@algolia/client-search@4.17.2)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/preset-classic@2.4.1(@algolia/client-search@4.18.0)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-P4//+I4zDqQJ+UDgoFrjIFaQ1MeS9UD1cvxVQaI6O7iBmiHQm0MGROP1TbE7HlxlDPXFJjZUK3x3cAoK63smGQ==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-content-blog': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-content-pages': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-debug': 2.4.1(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-google-analytics': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-google-gtag': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-google-tag-manager': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-sitemap': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/theme-classic': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/theme-search-algolia': 2.4.1(@algolia/client-search@4.17.2)(@docusaurus/types@2.4.1)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-content-blog': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-content-pages': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-debug': 2.4.1(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-google-analytics': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-google-gtag': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-google-tag-manager': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-sitemap': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/theme-classic': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/theme-search-algolia': 2.4.1(@algolia/client-search@4.18.0)(@docusaurus/types@2.4.1)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) @@ -3808,24 +3801,24 @@ packages: peerDependencies: react: '*' dependencies: - '@types/react': 18.2.13 + '@types/react': 18.2.14 prop-types: 15.8.1 react: 17.0.2 - /@docusaurus/theme-classic@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/theme-classic@2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-Rz0wKUa+LTW1PLXmwnf8mn85EBzaGSt6qamqtmnh9Hflkc+EqiYMhtUJeLdV+wsgYq4aG0ANc+bpUDpsUhdnwg==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.4.1(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/plugin-content-blog': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-content-pages': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/plugin-content-blog': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-content-pages': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/theme-translations': 2.4.1 '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) @@ -3844,7 +3837,7 @@ packages: react-dom: 17.0.2(react@17.0.2) react-router-dom: 5.3.4(react@17.0.2) rtlcss: 3.5.0 - tslib: 2.5.3 + tslib: 2.6.0 utility-types: 3.10.0 transitivePeerDependencies: - '@parcel/css' @@ -3864,7 +3857,7 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-common@2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/theme-common@2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-G7Zau1W5rQTaFFB3x3soQoZpkgMbl/SYNG8PfMFIjKa3M3q8n0m/GRf5/H/e5BqOvt8c+ZWIXGCiz+kUCSHovA==} engines: {node: '>=16.14'} peerDependencies: @@ -3873,20 +3866,20 @@ packages: dependencies: '@docusaurus/mdx-loader': 2.4.1(@docusaurus/types@2.4.1)(react-dom@17.0.2)(react@17.0.2) '@docusaurus/module-type-aliases': 2.4.1(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/plugin-content-blog': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/plugin-content-pages': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/plugin-content-blog': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/plugin-content-pages': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) '@docusaurus/utils-common': 2.4.1(@docusaurus/types@2.4.1) '@types/history': 4.7.11 - '@types/react': 18.2.13 + '@types/react': 18.2.14 '@types/react-router-config': 5.0.6 clsx: 1.2.1 parse-numeric-range: 1.3.0 prism-react-renderer: 1.3.5(react@17.0.2) react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 use-sync-external-store: 1.2.0(react@17.0.2) utility-types: 3.10.0 transitivePeerDependencies: @@ -3908,18 +3901,18 @@ packages: - webpack-cli dev: false - /@docusaurus/theme-search-algolia@2.4.1(@algolia/client-search@4.17.2)(@docusaurus/types@2.4.1)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3): + /@docusaurus/theme-search-algolia@2.4.1(@algolia/client-search@4.18.0)(@docusaurus/types@2.4.1)(@types/react@18.0.18)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6): resolution: {integrity: sha512-6BcqW2lnLhZCXuMAvPRezFs1DpmEKzXFKlYjruuas+Xy3AQeFzDJKTJFIm49N77WFCTyxff8d3E4Q9pi/+5McQ==} engines: {node: '>=16.14'} peerDependencies: react: ^16.8.4 || ^17.0.0 react-dom: ^16.8.4 || ^17.0.0 dependencies: - '@docsearch/react': 3.3.0(@algolia/client-search@4.17.2)(@types/react@18.0.18)(react-dom@17.0.2)(react@17.0.2) - '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docsearch/react': 3.3.0(@algolia/client-search@4.18.0)(@types/react@18.0.18)(react-dom@17.0.2)(react@17.0.2) + '@docusaurus/core': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/logger': 2.4.1 - '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) - '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.3) + '@docusaurus/plugin-content-docs': 2.4.1(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) + '@docusaurus/theme-common': 2.4.1(@docusaurus/types@2.4.1)(eslint@8.43.0)(react-dom@17.0.2)(react@17.0.2)(typescript@5.1.6) '@docusaurus/theme-translations': 2.4.1 '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) '@docusaurus/utils-validation': 2.4.1(@docusaurus/types@2.4.1) @@ -3931,7 +3924,7 @@ packages: lodash: 4.17.21 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 utility-types: 3.10.0 transitivePeerDependencies: - '@algolia/client-search' @@ -3959,7 +3952,7 @@ packages: engines: {node: '>=16.14'} dependencies: fs-extra: 10.1.0 - tslib: 2.5.3 + tslib: 2.6.0 dev: false /@docusaurus/types@2.4.1(react-dom@17.0.2)(react@17.0.2): @@ -3969,14 +3962,14 @@ packages: react-dom: ^16.8.4 || ^17.0.0 dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.13 + '@types/react': 18.2.14 commander: 5.1.0 joi: 17.7.0 react: 17.0.2 react-dom: 17.0.2(react@17.0.2) react-helmet-async: 1.3.0(react-dom@17.0.2)(react@17.0.2) utility-types: 3.10.0 - webpack: 5.87.0 + webpack: 5.88.1 webpack-merge: 5.8.0 transitivePeerDependencies: - '@swc/core' @@ -3994,7 +3987,7 @@ packages: optional: true dependencies: '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) - tslib: 2.5.3 + tslib: 2.6.0 dev: false /@docusaurus/utils-validation@2.4.1(@docusaurus/types@2.4.1): @@ -4005,7 +3998,7 @@ packages: '@docusaurus/utils': 2.4.1(@docusaurus/types@2.4.1) joi: 17.7.0 js-yaml: 4.1.0 - tslib: 2.5.3 + tslib: 2.6.0 transitivePeerDependencies: - '@docusaurus/types' - '@swc/core' @@ -4028,7 +4021,7 @@ packages: '@docusaurus/types': 2.4.1(react-dom@17.0.2)(react@17.0.2) '@svgr/webpack': 6.5.1 escape-string-regexp: 4.0.0 - file-loader: 6.2.0(webpack@5.87.0) + file-loader: 6.2.0(webpack@5.88.1) fs-extra: 10.1.0 github-slugger: 1.5.0 globby: 11.1.0 @@ -4038,9 +4031,9 @@ packages: micromatch: 4.0.5 resolve-pathname: 3.0.0 shelljs: 0.8.5 - tslib: 2.5.3 - url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.87.0) - webpack: 5.87.0 + tslib: 2.6.0 + url-loader: 4.1.1(file-loader@6.2.0)(webpack@5.88.1) + webpack: 5.88.1 transitivePeerDependencies: - '@swc/core' - esbuild @@ -4121,8 +4114,8 @@ packages: resolution: {integrity: sha512-E8Hfdvs1bG6u0N4vN5Nty6JONUfTdOciyD5rn8KnEsLKIenvOVcr210BQR9t34PRkNyjqnMLGk3e0BsaxRdL+g==} dev: false - /@fastify/error@3.2.1: - resolution: {integrity: sha512-scZVbcpPNWw/yyFmzzO7cf1daTeJp53spN2n7dBTHZd+cV7791fcWJCPP1Tfhdbre+8vDiCyQyqqXfQnYMntYQ==} + /@fastify/error@3.3.0: + resolution: {integrity: sha512-dj7vjIn1Ar8sVXj2yAXiMNCJDmS9MQ9XMlIecX2dIzzhjSHCyKo4DdXjXMs7wKW2kj6yvVRSpuQjOZ3YLrh56w==} dev: false /@fastify/fast-json-stringify-compiler@4.3.0: @@ -4167,8 +4160,8 @@ packages: hashlru: 2.3.0 dev: false - /@grpc/grpc-js@1.8.15: - resolution: {integrity: sha512-H2Bu/w6+oQ58DsRbQol66ERBk3V5ZIak/z/MDx0T4EgDnJWps807I6BvTjq0v6UvZtOcLO+ur+Q9wvniqu3OJA==} + /@grpc/grpc-js@1.8.17: + resolution: {integrity: sha512-DGuSbtMFbaRsyffMf+VEkVu8HkSXEUfO3UyGJNtqxW9ABdtTIA+2UXAJpwbJS+xfQxuwqLUeELmL6FuZkOqPxw==} engines: {node: ^8.13.0 || >=10.10.0} dependencies: '@grpc/proto-loader': 0.7.3 @@ -4182,7 +4175,7 @@ packages: '@types/long': 4.0.2 lodash.camelcase: 4.3.0 long: 4.0.0 - protobufjs: 7.2.3 + protobufjs: 7.2.4 yargs: 16.2.0 /@hapi/hoek@9.3.0: @@ -4841,8 +4834,8 @@ packages: globby: 11.1.0 dev: false - /@next/bundle-analyzer@13.4.6: - resolution: {integrity: sha512-HqqQxZ4y71az1TYCKILmJXjjY/645/21q/EUVFCGIzKkST+DrvgcJcBpWwlnI0wAuMRbdxvN1FMi7jSlSUIByw==} + /@next/bundle-analyzer@13.4.7: + resolution: {integrity: sha512-cIcU07u6WdDUF1nrFYOSPvx/pie8euxSnWB1Y/XMYj2g5ls+iyaDr/ChyZugD5hNW754x0NFy1CwzpObA0bffQ==} dependencies: webpack-bundle-analyzer: 4.7.0 transitivePeerDependencies: @@ -4850,75 +4843,75 @@ packages: - utf-8-validate dev: true - /@next/env@13.4.6: - resolution: {integrity: sha512-nqUxEtvDqFhmV1/awSg0K2XHNwkftNaiUqCYO9e6+MYmqNObpKVl7OgMkGaQ2SZnFx5YqF0t60ZJTlyJIDAijg==} + /@next/env@13.4.7: + resolution: {integrity: sha512-ZlbiFulnwiFsW9UV1ku1OvX/oyIPLtMk9p/nnvDSwI0s7vSoZdRtxXNsaO+ZXrLv/pMbXVGq4lL8TbY9iuGmVw==} - /@next/swc-darwin-arm64@13.4.6: - resolution: {integrity: sha512-ahi6VP98o4HV19rkOXPSUu+ovfHfUxbJQ7VVJ7gL2FnZRr7onEFC1oGQ6NQHpm8CxpIzSSBW79kumlFMOmZVjg==} + /@next/swc-darwin-arm64@13.4.7: + resolution: {integrity: sha512-VZTxPv1b59KGiv/pZHTO5Gbsdeoxcj2rU2cqJu03btMhHpn3vwzEK0gUSVC/XW96aeGO67X+cMahhwHzef24/w==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] requiresBuild: true optional: true - /@next/swc-darwin-x64@13.4.6: - resolution: {integrity: sha512-13cXxKFsPJIJKzUqrU5XB1mc0xbUgYsRcdH6/rB8c4NMEbWGdtD4QoK9ShN31TZdePpD4k416Ur7p+deMIxnnA==} + /@next/swc-darwin-x64@13.4.7: + resolution: {integrity: sha512-gO2bw+2Ymmga+QYujjvDz9955xvYGrWofmxTq7m70b9pDPvl7aDFABJOZ2a8SRCuSNB5mXU8eTOmVVwyp/nAew==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] requiresBuild: true optional: true - /@next/swc-linux-arm64-gnu@13.4.6: - resolution: {integrity: sha512-Ti+NMHEjTNktCVxNjeWbYgmZvA2AqMMI2AMlzkXsU7W4pXCMhrryAmAIoo+7YdJbsx01JQWYVxGe62G6DoCLaA==} + /@next/swc-linux-arm64-gnu@13.4.7: + resolution: {integrity: sha512-6cqp3vf1eHxjIDhEOc7Mh/s8z1cwc/l5B6ZNkOofmZVyu1zsbEM5Hmx64s12Rd9AYgGoiCz4OJ4M/oRnkE16/Q==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-arm64-musl@13.4.6: - resolution: {integrity: sha512-OHoC6gO7XfjstgwR+z6UHKlvhqJfyMtNaJidjx3sEcfaDwS7R2lqR5AABi8PuilGgi0BO0O0sCXqLlpp3a0emQ==} + /@next/swc-linux-arm64-musl@13.4.7: + resolution: {integrity: sha512-T1kD2FWOEy5WPidOn1si0rYmWORNch4a/NR52Ghyp4q7KyxOCuiOfZzyhVC5tsLIBDH3+cNdB5DkD9afpNDaOw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-gnu@13.4.6: - resolution: {integrity: sha512-zHZxPGkUlpfNJCboUrFqwlwEX5vI9LSN70b8XEb0DYzzlrZyCyOi7hwDp/+3Urm9AB7YCAJkgR5Sp1XBVjHdfQ==} + /@next/swc-linux-x64-gnu@13.4.7: + resolution: {integrity: sha512-zaEC+iEiAHNdhl6fuwl0H0shnTzQoAoJiDYBUze8QTntE/GNPfTYpYboxF5LRYIjBwETUatvE0T64W6SKDipvg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-linux-x64-musl@13.4.6: - resolution: {integrity: sha512-K/Y8lYGTwTpv5ME8PSJxwxLolaDRdVy+lOd9yMRMiQE0BLUhtxtCWC9ypV42uh9WpLjoaD0joOsB9Q6mbrSGJg==} + /@next/swc-linux-x64-musl@13.4.7: + resolution: {integrity: sha512-X6r12F8d8SKAtYJqLZBBMIwEqcTRvUdVm+xIq+l6pJqlgT2tNsLLf2i5Cl88xSsIytBICGsCNNHd+siD2fbWBA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] requiresBuild: true optional: true - /@next/swc-win32-arm64-msvc@13.4.6: - resolution: {integrity: sha512-U6LtxEUrjBL2tpW+Kr1nHCSJWNeIed7U7l5o7FiKGGwGgIlFi4UHDiLI6TQ2lxi20fAU33CsruV3U0GuzMlXIw==} + /@next/swc-win32-arm64-msvc@13.4.7: + resolution: {integrity: sha512-NPnmnV+vEIxnu6SUvjnuaWRglZzw4ox5n/MQTxeUhb5iwVWFedolPFebMNwgrWu4AELwvTdGtWjqof53AiWHcw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-ia32-msvc@13.4.6: - resolution: {integrity: sha512-eEBeAqpCfhdPSlCZCayjCiyIllVqy4tcqvm1xmg3BgJG0G5ITiMM4Cw2WVeRSgWDJqQGRyyb+q8Y2ltzhXOWsQ==} + /@next/swc-win32-ia32-msvc@13.4.7: + resolution: {integrity: sha512-6Hxijm6/a8XqLQpOOf/XuwWRhcuc/g4rBB2oxjgCMuV9Xlr2bLs5+lXyh8w9YbAUMYR3iC9mgOlXbHa79elmXw==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] requiresBuild: true optional: true - /@next/swc-win32-x64-msvc@13.4.6: - resolution: {integrity: sha512-OrZs94AuO3ZS5tnqlyPRNgfWvboXaDQCi5aXGve3o3C+Sj0ctMUV9+Do+0zMvvLRumR8E0PTWKvtz9n5vzIsWw==} + /@next/swc-win32-x64-msvc@13.4.7: + resolution: {integrity: sha512-sW9Yt36Db1nXJL+mTr2Wo0y+VkPWeYhygvcHj1FF0srVtV+VoDjxleKtny21QHaG05zdeZnw2fCtf2+dEqgwqA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5383,7 +5376,7 @@ packages: open: 8.4.0 picocolors: 1.0.0 tiny-glob: 0.2.9 - tslib: 2.5.3 + tslib: 2.6.0 dev: true /@pm2/agent@2.0.1: @@ -5468,7 +5461,7 @@ packages: '@pnpm/crypto.base32-hash': 2.0.0 '@pnpm/types': 9.1.0 encode-registry: 3.0.0 - semver: 7.5.2 + semver: 7.5.3 dev: true /@pnpm/error@5.0.2: @@ -5533,7 +5526,7 @@ packages: '@pnpm/lockfile-types': 5.1.0 comver-to-semver: 1.0.0 ramda: /@pnpm/ramda@0.28.1 - semver: 7.5.2 + semver: 7.5.3 dev: true /@pnpm/ramda@0.28.1: @@ -5633,19 +5626,6 @@ packages: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - /@rc-component/portal@1.1.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-tbXM9SB1r5FOuZjRCljERFByFiEUcMmCWMXLog/NmgCzlAzreXyf23Vei3ZpSMxSMavzPnhCovfZjZdmxS3d1w==} - engines: {node: '>=8.x'} - peerDependencies: - react: '>=16.9.0' - react-dom: '>=16.9.0' - dependencies: - '@babel/runtime': 7.21.5 - classnames: 2.3.2 - rc-util: 5.33.1(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - /@rc-component/portal@1.1.1(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-m8w3dFXX0H6UkJ4wtfrSwhe2/6M08uz24HHrF8pWfAXPwA9hwCuTE5per/C86KwNLouRpwFGcr7LfpHaa1F38g==} engines: {node: '>=8.x'} @@ -5667,7 +5647,7 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.0(react-dom@18.2.0)(react@18.2.0) + '@rc-component/portal': 1.1.1(react-dom@18.2.0)(react@18.2.0) '@rc-component/trigger': 1.13.6(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 rc-util: 5.33.1(react-dom@18.2.0)(react@18.2.0) @@ -5714,8 +5694,8 @@ packages: /@sinclair/typebox@0.25.24: resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==} - /@sinclair/typebox@0.28.15: - resolution: {integrity: sha512-IUHNXCbehBRC1yC1PVtzOHuDaqb30NnCquY3T8VFChu8Jy+wwl1l/XJ0VhC/EEUPi9MBQ8KTeWGT/KmbhztU4g==} + /@sinclair/typebox@0.28.20: + resolution: {integrity: sha512-QCF3BGfacwD+3CKhGsMeixnwOmX4AWgm61nKkNdRStyLVu0mpVFYlDSY8gVBOOED1oSwzbJauIWl/+REj8K5+w==} /@sindresorhus/is@0.14.0: resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} @@ -5899,7 +5879,7 @@ packages: /@swc/helpers@0.5.1: resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==} dependencies: - tslib: 2.5.3 + tslib: 2.6.0 /@szmarczak/http-timer@1.1.2: resolution: {integrity: sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==} @@ -6137,7 +6117,7 @@ packages: /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.2.13 + '@types/react': 18.2.14 hoist-non-react-statics: 3.3.2 dev: true @@ -6238,8 +6218,8 @@ packages: resolution: {integrity: sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==} dev: true - /@types/node-cron@3.0.7: - resolution: {integrity: sha512-9PuLtBboc/+JJ7FshmJWv769gDonTpItN0Ol5TMwclpSQNjVyB2SRxSKBcTtbSysSL5R7Oea06kTTFNciCoYwA==} + /@types/node-cron@3.0.8: + resolution: {integrity: sha512-+z5VrCvLwiJUohbRSgHdyZnHzAaLuD/E2bBANw+NQ1l05Crj8dIxb/kKK+OEqRitV2Wr/LYLuEBenGDsHZVV5Q==} dev: true /@types/node@12.20.55: @@ -6334,28 +6314,28 @@ packages: /@types/react-dom@18.2.6: resolution: {integrity: sha512-2et4PDvg6PVCyS7fuTc4gPoksV58bW0RwSxWKcPRcHZf0PRUGq03TKcD/rUHe3azfV6/5/biUBJw+HhCQjaP0A==} dependencies: - '@types/react': 18.2.13 + '@types/react': 18.2.14 dev: true /@types/react-router-config@5.0.6: resolution: {integrity: sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.13 + '@types/react': 18.2.14 '@types/react-router': 5.1.19 /@types/react-router-dom@5.3.3: resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.13 + '@types/react': 18.2.14 '@types/react-router': 5.1.19 /@types/react-router@5.1.19: resolution: {integrity: sha512-Fv/5kb2STAEMT3wHzdKQK2z8xKq38EDIGVrutYLmQVVLe+4orDFquU52hQrULnEHinMKv9FSA6lf9+uNT1ITtA==} dependencies: '@types/history': 4.7.11 - '@types/react': 18.2.13 + '@types/react': 18.2.14 /@types/react@18.0.18: resolution: {integrity: sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==} @@ -6364,8 +6344,8 @@ packages: '@types/scheduler': 0.16.2 csstype: 3.1.1 - /@types/react@18.2.13: - resolution: {integrity: sha512-vJ+zElvi/Zn9cVXB5slX2xL8PZodPCwPRDpittQdw43JR2AJ5k3vKdgJJyneV/cYgIbLQUwXa9JVDvUZXGba+Q==} + /@types/react@18.2.14: + resolution: {integrity: sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -6390,12 +6370,8 @@ packages: /@types/scheduler@0.16.2: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} - /@types/semver@6.2.3: - 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/serve-index@1.9.1: @@ -6427,8 +6403,8 @@ packages: '@types/node': 18.16.6 dev: true - /@types/ssh2@1.11.11: - resolution: {integrity: sha512-LdnE7UBpvHCgUznvn2fwLt2hkaENcKPFqOyXGkvyTLfxCXBN6roc1RmECNYuzzbHePzD3PaAov5rri9hehzx9Q==} + /@types/ssh2@1.11.12: + resolution: {integrity: sha512-uvrvY6oN+3LiFiQmDCnuP65Qlryqvw5sbpKP7oce5cI/Ib3u3yY/DIkxIegT87MaVpnchUfSkEo2g9HeC7mUng==} dependencies: '@types/node': 18.16.18 @@ -6440,7 +6416,7 @@ packages: resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} dependencies: '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.2.13 + '@types/react': 18.2.14 csstype: 3.1.1 dev: true @@ -6480,8 +6456,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin@5.60.0(@typescript-eslint/parser@5.60.0)(eslint@8.43.0)(typescript@5.1.3): - resolution: {integrity: sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==} + /@typescript-eslint/eslint-plugin@5.60.1(@typescript-eslint/parser@5.60.1)(eslint@8.43.0)(typescript@5.1.6): + resolution: {integrity: sha512-KSWsVvsJsLJv3c4e73y/Bzt7OpqMCADUO846bHcuWYSYM19bldbAeDv7dYyV0jwkbMfJ2XdlzwjhXtuD7OY6bw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -6492,24 +6468,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.4.0 - '@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.1.3) - '@typescript-eslint/scope-manager': 5.60.0 - '@typescript-eslint/type-utils': 5.60.0(eslint@8.43.0)(typescript@5.1.3) - '@typescript-eslint/utils': 5.60.0(eslint@8.43.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.1(eslint@8.43.0)(typescript@5.1.6) + '@typescript-eslint/scope-manager': 5.60.1 + '@typescript-eslint/type-utils': 5.60.1(eslint@8.43.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.60.1(eslint@8.43.0)(typescript@5.1.6) debug: 4.3.4(supports-color@5.5.0) eslint: 8.43.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 natural-compare-lite: 1.4.0 - semver: 7.5.0 - tsutils: 3.21.0(typescript@5.1.3) - typescript: 5.1.3 + semver: 7.5.2 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.60.0(eslint@8.43.0)(typescript@5.1.3): - resolution: {integrity: sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==} + /@typescript-eslint/parser@5.60.1(eslint@8.43.0)(typescript@5.1.6): + resolution: {integrity: sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -6518,26 +6494,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.60.0 - '@typescript-eslint/types': 5.60.0 - '@typescript-eslint/typescript-estree': 5.60.0(typescript@5.1.3) + '@typescript-eslint/scope-manager': 5.60.1 + '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.6) debug: 4.3.4(supports-color@5.5.0) eslint: 8.43.0 - typescript: 5.1.3 + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@5.60.0: - resolution: {integrity: sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==} + /@typescript-eslint/scope-manager@5.60.1: + resolution: {integrity: sha512-Dn/LnN7fEoRD+KspEOV0xDMynEmR3iSHdgNsarlXNLGGtcUok8L4N71dxUgt3YvlO8si7E+BJ5Fe3wb5yUw7DQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.60.0 - '@typescript-eslint/visitor-keys': 5.60.0 + '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/visitor-keys': 5.60.1 dev: true - /@typescript-eslint/type-utils@5.60.0(eslint@8.43.0)(typescript@5.1.3): - resolution: {integrity: sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==} + /@typescript-eslint/type-utils@5.60.1(eslint@8.43.0)(typescript@5.1.6): + resolution: {integrity: sha512-vN6UztYqIu05nu7JqwQGzQKUJctzs3/Hg7E2Yx8rz9J+4LgtIDFWjjl1gm3pycH0P3mHAcEUBd23LVgfrsTR8A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -6546,23 +6522,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.60.0(typescript@5.1.3) - '@typescript-eslint/utils': 5.60.0(eslint@8.43.0)(typescript@5.1.3) + '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.6) + '@typescript-eslint/utils': 5.60.1(eslint@8.43.0)(typescript@5.1.6) debug: 4.3.4(supports-color@5.5.0) eslint: 8.43.0 - tsutils: 3.21.0(typescript@5.1.3) - typescript: 5.1.3 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@5.60.0: - resolution: {integrity: sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==} + /@typescript-eslint/types@5.60.1: + resolution: {integrity: sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.60.0(typescript@5.1.3): - resolution: {integrity: sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==} + /@typescript-eslint/typescript-estree@5.60.1(typescript@5.1.6): + resolution: {integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -6570,48 +6546,48 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.60.0 - '@typescript-eslint/visitor-keys': 5.60.0 + '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/visitor-keys': 5.60.1 debug: 4.3.4(supports-color@5.5.0) globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.2 - tsutils: 3.21.0(typescript@5.1.3) - typescript: 5.1.3 + semver: 7.5.3 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.60.0(eslint@8.43.0)(typescript@5.1.3): - resolution: {integrity: sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==} + /@typescript-eslint/utils@5.60.1(eslint@8.43.0)(typescript@5.1.6): + resolution: {integrity: sha512-tiJ7FFdFQOWssFa3gqb94Ilexyw0JVxj6vBzaSpfN/8IhoKkDuSAenUKvsSHw2A/TMpJb26izIszTXaqygkvpQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@eslint-community/eslint-utils': 4.2.0(eslint@8.43.0) '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.60.0 - '@typescript-eslint/types': 5.60.0 - '@typescript-eslint/typescript-estree': 5.60.0(typescript@5.1.3) + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.60.1 + '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/typescript-estree': 5.60.1(typescript@5.1.6) eslint: 8.43.0 eslint-scope: 5.1.1 - semver: 7.5.2 + semver: 7.5.3 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@5.60.0: - resolution: {integrity: sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==} + /@typescript-eslint/visitor-keys@5.60.1: + resolution: {integrity: sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.60.0 + '@typescript-eslint/types': 5.60.1 eslint-visitor-keys: 3.4.1 dev: true - /@uiw/codemirror-extensions-basic-setup@4.21.3(@codemirror/autocomplete@6.6.0)(@codemirror/commands@6.2.3)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2): - resolution: {integrity: sha512-hf23fj9yhaGgrPJqZPSdHOiJSVJzeit0y6dSfn3X5JiBDaS5xK9GxXdEf0CUfN+5FAoBtofqSkoHeQ8FmRjs3g==} + /@uiw/codemirror-extensions-basic-setup@4.21.7(@codemirror/autocomplete@6.6.0)(@codemirror/commands@6.2.3)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0): + resolution: {integrity: sha512-T5JvfGcocytnIOxTMvHxzcBn1PDAqZS1wnPblGnvOLRW0pUnXoqaOeBC+QI7h+3PGM5uCzPnzvaY+jqYwFDiZg==} peerDependencies: '@codemirror/autocomplete': '>=6.0.0' '@codemirror/commands': '>=6.0.0' @@ -6621,27 +6597,27 @@ packages: '@codemirror/state': '>=6.0.0' '@codemirror/view': '>=6.0.0' dependencies: - '@codemirror/autocomplete': 6.6.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2)(@lezer/common@1.0.2) + '@codemirror/autocomplete': 6.6.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0)(@lezer/common@1.0.2) '@codemirror/commands': 6.2.3 '@codemirror/language': 6.8.0 '@codemirror/lint': 6.2.1 '@codemirror/search': 6.4.0 '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 dev: false - /@uiw/codemirror-theme-github@4.21.3(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2): - resolution: {integrity: sha512-WnwyLWRdNC0yWebtNxwpSJwQr/AywnSqlF3FnfAxEYjtn3lV3bnROqOlFgEXaAVEfJQ5tNM01MM7thr8SlZQ2g==} + /@uiw/codemirror-theme-github@4.21.7(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0): + resolution: {integrity: sha512-vVv/daBPsOAyDQgZJM1wsX/+KgLrosYks30CKxR4SGVYoGa8TH5ZeWrrg+jDBAtARyEy2kjICO/YENcXXg5stw==} dependencies: - '@uiw/codemirror-themes': 4.21.3(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2) + '@uiw/codemirror-themes': 4.21.7(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0) transitivePeerDependencies: - '@codemirror/language' - '@codemirror/state' - '@codemirror/view' dev: false - /@uiw/codemirror-themes@4.21.3(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2): - resolution: {integrity: sha512-gB7jUP1SqAkvwOGt0hTpyw7xHMJkgDu5ODy+1qPHMU27IT425+GXJAHPKLHBuRL2+InnWJPMz9JXVrrJU32lLg==} + /@uiw/codemirror-themes@4.21.7(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0): + resolution: {integrity: sha512-IggpVo7R+GREBpmInhrGxYcmbcqMci/cbaBxMmjNtPILqDwlGgWNtc7F2gNQ+gfQ138l+KXtdamielrSEM1qeA==} peerDependencies: '@codemirror/language': '>=6.0.0' '@codemirror/state': '>=6.0.0' @@ -6649,11 +6625,11 @@ packages: dependencies: '@codemirror/language': 6.8.0 '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 dev: false - /@uiw/react-codemirror@4.21.3(@babel/runtime@7.21.5)(@codemirror/autocomplete@6.6.0)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.13.2)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-kqnsRL0ffJ+/8yQ6rKDF1RuUEugJ+WLkIDdYe/UTCcyXuREDdv3YYDkXj7YPJ5esayP1dIVLnKozoL5YMQVPxQ==} + /@uiw/react-codemirror@4.21.7(@babel/runtime@7.21.5)(@codemirror/autocomplete@6.6.0)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/theme-one-dark@6.1.2)(@codemirror/view@6.14.0)(codemirror@6.0.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-nrWlH0PZyfew+5gj6o5vp5imJYO8jgkxjqO+tfLovo7T/6AlKJaZIlU1nAobxqKn3mSbgjSZ9GCEDybvrbF6DA==} peerDependencies: '@babel/runtime': '>=7.11.0' '@codemirror/state': '>=6.0.0' @@ -6667,8 +6643,8 @@ packages: '@codemirror/commands': 6.2.3 '@codemirror/state': 6.2.0 '@codemirror/theme-one-dark': 6.1.2 - '@codemirror/view': 6.13.2 - '@uiw/codemirror-extensions-basic-setup': 4.21.3(@codemirror/autocomplete@6.6.0)(@codemirror/commands@6.2.3)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2) + '@codemirror/view': 6.14.0 + '@uiw/codemirror-extensions-basic-setup': 4.21.7(@codemirror/autocomplete@6.6.0)(@codemirror/commands@6.2.3)(@codemirror/language@6.8.0)(@codemirror/lint@6.2.1)(@codemirror/search@6.4.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0) codemirror: 6.0.1(@lezer/common@1.0.2) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -7042,8 +7018,8 @@ packages: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} - /antd@5.6.2(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-h67gKgJRs07Qrf27AiKcJSEI3nCAmaCxxvEz6DSdRl1mHc03O8zAemRA6jPQQMPS5q4k7FxIphN+2ZnzdXlU2Q==} + /antd@5.6.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-SbZ1rX/eNXiSerF0V048wmh3tdTJdJpP4OsQS2sNH5f+WjZHgC92M7Qqp5YKOM4Rs8GYq63aePpk7SITl85Jqg==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -7209,7 +7185,7 @@ packages: resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} engines: {node: '>=4'} dependencies: - tslib: 2.5.3 + tslib: 2.6.0 dev: true /async-listener@0.6.10: @@ -7322,7 +7298,7 @@ packages: - supports-color dev: true - /babel-loader@8.3.0(@babel/core@7.20.2)(webpack@5.87.0): + /babel-loader@8.3.0(@babel/core@7.20.2)(webpack@5.88.1): resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: @@ -7334,7 +7310,7 @@ packages: loader-utils: 2.0.4 make-dir: 3.1.0 schema-utils: 2.7.1 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /babel-plugin-apply-mdx-type-prop@1.6.22(@babel/core@7.12.9): @@ -7745,7 +7721,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.5.3 + tslib: 2.6.0 dev: false /camelcase-css@2.0.1: @@ -8032,13 +8008,13 @@ packages: /codemirror@6.0.1(@lezer/common@1.0.2): resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==} dependencies: - '@codemirror/autocomplete': 6.6.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.13.2)(@lezer/common@1.0.2) + '@codemirror/autocomplete': 6.6.0(@codemirror/language@6.8.0)(@codemirror/state@6.2.0)(@codemirror/view@6.14.0)(@lezer/common@1.0.2) '@codemirror/commands': 6.2.3 '@codemirror/language': 6.8.0 '@codemirror/lint': 6.2.1 '@codemirror/search': 6.4.0 '@codemirror/state': 6.2.0 - '@codemirror/view': 6.13.2 + '@codemirror/view': 6.14.0 transitivePeerDependencies: - '@lezer/common' dev: false @@ -8302,7 +8278,7 @@ packages: dependencies: toggle-selection: 1.0.6 - /copy-webpack-plugin@11.0.0(webpack@5.87.0): + /copy-webpack-plugin@11.0.0(webpack@5.88.1): resolution: {integrity: sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -8314,7 +8290,7 @@ packages: normalize-path: 3.0.0 schema-utils: 4.0.0 serialize-javascript: 6.0.1 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /core-js-compat@3.26.1: @@ -8448,7 +8424,7 @@ packages: postcss: 8.4.24 dev: false - /css-loader@6.7.2(webpack@5.87.0): + /css-loader@6.7.2(webpack@5.88.1): resolution: {integrity: sha512-oqGbbVcBJkm8QwmnNzrFrWTnudnRZC+1eXikLJl0n4ljcfotgRifpg2a1lKy8jTrc4/d9A/ap1GFq1jDKG7J+Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -8461,11 +8437,11 @@ packages: 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.2 - webpack: 5.87.0 + semver: 7.5.3 + webpack: 5.88.1 dev: false - /css-minimizer-webpack-plugin@4.2.2(clean-css@5.3.1)(webpack@5.87.0): + /css-minimizer-webpack-plugin@4.2.2(clean-css@5.3.1)(webpack@5.88.1): resolution: {integrity: sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -8497,7 +8473,7 @@ packages: schema-utils: 4.0.0 serialize-javascript: 6.0.1 source-map: 0.6.1 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /css-select@4.3.0: @@ -9108,7 +9084,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.5.3 + tslib: 2.6.0 dev: false /dot-prop@5.3.0: @@ -9414,7 +9390,7 @@ packages: - supports-color dev: true - /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.0)(eslint-plugin-import@2.27.5)(eslint@8.43.0): + /eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.43.0): resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -9424,8 +9400,8 @@ packages: debug: 4.3.4(supports-color@5.5.0) enhanced-resolve: 5.12.0 eslint: 8.43.0 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) - eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) get-tsconfig: 4.5.0 globby: 13.2.0 is-core-module: 2.11.0 @@ -9438,7 +9414,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): + /eslint-module-utils@2.7.4(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -9459,16 +9435,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.1(eslint@8.43.0)(typescript@5.1.6) debug: 3.2.7(supports-color@5.5.0) eslint: 8.43.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.0)(eslint-plugin-import@2.27.5)(eslint@8.43.0) + eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.60.1)(eslint-plugin-import@2.27.5)(eslint@8.43.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): + /eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0): resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: @@ -9478,7 +9454,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.60.0(eslint@8.43.0)(typescript@5.1.3) + '@typescript-eslint/parser': 5.60.1(eslint@8.43.0)(typescript@5.1.6) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -9486,7 +9462,7 @@ packages: doctrine: 2.1.0 eslint: 8.43.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) + eslint-module-utils: 2.7.4(@typescript-eslint/parser@5.60.1)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.43.0) has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -9881,11 +9857,11 @@ packages: resolution: {integrity: sha512-79ak0JxddO0utAXAQ5ccKhvs6vX2MGyHHMMsmZkBANrq3hXc1CHzvNPHOcvTsVMEPl5I+NT+RO4YKMGehOfSIg==} dev: false - /fastify@4.18.0: - resolution: {integrity: sha512-L5o/2GEkBastQ3HV0dtKo7SUZ497Z1+q4fcqAoPyq6JCQ/8zdk1JQEoTQwnBWCp+EmA7AQa6mxNqSAEhzP0RwQ==} + /fastify@4.19.0: + resolution: {integrity: sha512-Fb7w46k3kum/V+OMiw2/LN1lo2xqhJqwTsv+LGie5n7YNdA9bmDUntXfcec9rG6VRDXIBfPf5xmFv2wooBdxzg==} dependencies: '@fastify/ajv-compiler': 3.5.0 - '@fastify/error': 3.2.1 + '@fastify/error': 3.3.0 '@fastify/fast-json-stringify-compiler': 4.3.0 abstract-logging: 2.0.1 avvio: 8.2.1 @@ -9898,7 +9874,7 @@ packages: proxy-addr: 2.0.7 rfdc: 1.3.0 secure-json-parse: 2.5.0 - semver: 7.5.0 + semver: 7.5.2 tiny-lru: 11.0.1 transitivePeerDependencies: - supports-color @@ -10000,7 +9976,7 @@ packages: dependencies: flat-cache: 3.0.4 - /file-loader@6.2.0(webpack@5.87.0): + /file-loader@6.2.0(webpack@5.88.1): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -10008,7 +9984,7 @@ packages: dependencies: loader-utils: 2.0.4 schema-utils: 3.3.0 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /file-uri-to-path@2.0.0: @@ -10156,7 +10132,7 @@ packages: signal-exit: 4.0.2 dev: true - /fork-ts-checker-webpack-plugin@6.5.2(eslint@8.43.0)(typescript@5.1.3)(webpack@5.87.0): + /fork-ts-checker-webpack-plugin@6.5.2(eslint@8.43.0)(typescript@5.1.6)(webpack@5.88.1): resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -10182,10 +10158,10 @@ packages: memfs: 3.4.11 minimatch: 3.1.2 schema-utils: 2.7.0 - semver: 7.5.2 + semver: 7.5.3 tapable: 1.1.3 - typescript: 5.1.3 - webpack: 5.87.0 + typescript: 5.1.6 + webpack: 5.88.1 dev: false /form-data@4.0.0: @@ -10840,7 +10816,7 @@ packages: resolution: {integrity: sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==} dev: false - /html-webpack-plugin@5.5.0(webpack@5.87.0): + /html-webpack-plugin@5.5.0(webpack@5.88.1): resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} engines: {node: '>=10.13.0'} peerDependencies: @@ -10851,7 +10827,7 @@ packages: lodash: 4.17.21 pretty-error: 4.0.0 tapable: 2.2.1 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /htmlparser2@6.1.0: @@ -11703,7 +11679,7 @@ packages: pretty-format: 29.5.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@18.16.18)(typescript@5.1.3) + ts-node: 10.9.1(@types/node@18.16.18)(typescript@5.1.6) transitivePeerDependencies: - supports-color dev: true @@ -11978,7 +11954,7 @@ packages: jest-util: 29.5.0 natural-compare: 1.4.0 pretty-format: 29.5.0 - semver: 7.5.2 + semver: 7.5.3 transitivePeerDependencies: - supports-color dev: true @@ -12207,7 +12183,7 @@ packages: jws: 3.2.2 lodash: 4.17.21 ms: 2.1.3 - semver: 7.5.2 + semver: 7.5.3 dev: false /jsx-ast-utils@3.3.3: @@ -12354,7 +12330,7 @@ packages: dependencies: copy-anything: 2.0.6 parse-node-version: 1.0.1 - tslib: 2.5.3 + tslib: 2.6.0 optionalDependencies: errno: 0.1.8 graceful-fs: 4.2.11 @@ -12549,7 +12525,7 @@ packages: /lower-case@2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.5.3 + tslib: 2.6.0 dev: false /lowercase-keys@1.0.1: @@ -13193,14 +13169,14 @@ packages: engines: {node: '>=4'} dev: true - /mini-css-extract-plugin@2.6.1(webpack@5.87.0): + /mini-css-extract-plugin@2.6.1(webpack@5.88.1): resolution: {integrity: sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.0.0 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /minimalistic-assert@1.0.1: @@ -13439,8 +13415,8 @@ packages: enhanced-resolve: 5.10.0 dev: false - /next@13.4.6(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-sjVqjxU+U2aXZnYt4Ud6CTLNNwWjdSfMgemGpIQJcN3Z7Jni9xRWbR0ie5fQzCg87aLqQVhKA2ud2gPoqJ9lGw==} + /next@13.4.7(@babel/core@7.20.2)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-M8z3k9VmG51SRT6v5uDKdJXcAqLzP3C+vaKfLIAM0Mhx1um1G7MDnO63+m52qPdZfrTFzMZNzfsgvm3ghuVHIQ==} engines: {node: '>=16.8.0'} hasBin: true peerDependencies: @@ -13457,7 +13433,7 @@ packages: sass: optional: true dependencies: - '@next/env': 13.4.6 + '@next/env': 13.4.7 '@swc/helpers': 0.5.1 busboy: 1.6.0 caniuse-lite: 1.0.30001431 @@ -13468,15 +13444,15 @@ packages: watchpack: 2.4.0 zod: 3.21.4 optionalDependencies: - '@next/swc-darwin-arm64': 13.4.6 - '@next/swc-darwin-x64': 13.4.6 - '@next/swc-linux-arm64-gnu': 13.4.6 - '@next/swc-linux-arm64-musl': 13.4.6 - '@next/swc-linux-x64-gnu': 13.4.6 - '@next/swc-linux-x64-musl': 13.4.6 - '@next/swc-win32-arm64-msvc': 13.4.6 - '@next/swc-win32-ia32-msvc': 13.4.6 - '@next/swc-win32-x64-msvc': 13.4.6 + '@next/swc-darwin-arm64': 13.4.7 + '@next/swc-darwin-x64': 13.4.7 + '@next/swc-linux-arm64-gnu': 13.4.7 + '@next/swc-linux-arm64-musl': 13.4.7 + '@next/swc-linux-x64-gnu': 13.4.7 + '@next/swc-linux-x64-musl': 13.4.7 + '@next/swc-win32-arm64-msvc': 13.4.7 + '@next/swc-win32-ia32-msvc': 13.4.7 + '@next/swc-win32-x64-msvc': 13.4.7 transitivePeerDependencies: - '@babel/core' - babel-plugin-macros @@ -13485,14 +13461,14 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.5.3 + tslib: 2.6.0 dev: false /node-abi@3.33.0: resolution: {integrity: sha512-7GGVawqyHF4pfd0YFybhv/eM9JwTtPqx0mAanQ146O3FlSh3pA24zf9IRQTOsfTSqXTNzPSP5iagAJ94jjuVog==} engines: {node: '>=10'} dependencies: - semver: 7.5.2 + semver: 7.5.3 dev: false /node-cron@3.0.2: @@ -13572,7 +13548,7 @@ packages: resolution: {integrity: sha512-GLcw49yFd9+rUpP+FgX6wrF/N90cmuDl2n0i8d3L828b6riRjkb9w3SS+XvviRWbrAhLxuMKywFqxvQDZQ1bug==} engines: {node: '>= 10'} dependencies: - '@types/ssh2': 1.11.11 + '@types/ssh2': 1.11.12 is-stream: 2.0.1 make-dir: 3.1.0 sb-promise-queue: 2.1.0 @@ -13746,8 +13722,8 @@ packages: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} dev: false - /octokit@2.0.22: - resolution: {integrity: sha512-QBgGSB+odZ5o3ysLy5d2Qvwwx5+GU1zLVgkgpy3o4XocmrD/YInaIVUCA6nR8jUmdf5lgyyiYPyxRt0UrNwqMQ==} + /octokit@2.1.0: + resolution: {integrity: sha512-Pxi6uKTjBRZWgAwsw1NgHdRlL+QASCN35OYS7X79o7PtBME0CLXEroZmPtEwlWZbPTP+iDbEy2wCbSOgm0uGIQ==} engines: {node: '>= 14'} dependencies: '@octokit/app': 13.1.8 @@ -13757,6 +13733,7 @@ packages: '@octokit/plugin-rest-endpoint-methods': 7.1.2(@octokit/core@4.2.1) '@octokit/plugin-retry': 4.1.3(@octokit/core@4.2.1) '@octokit/plugin-throttling': 5.2.3(@octokit/core@4.2.1) + '@octokit/request-error': 3.0.3 '@octokit/types': 9.2.3 transitivePeerDependencies: - encoding @@ -13972,7 +13949,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.5.3 + tslib: 2.6.0 dev: false /parent-module@1.0.1: @@ -14044,7 +14021,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.5.3 + tslib: 2.6.0 dev: false /path-exists@3.0.0: @@ -14202,7 +14179,7 @@ packages: https-proxy-agent: 5.0.1 node-fetch: 2.6.7 progress: 2.0.3 - semver: 7.5.2 + semver: 7.5.3 tar-fs: 2.1.1 yargs: 16.2.0 transitivePeerDependencies: @@ -14445,7 +14422,7 @@ packages: postcss-selector-parser: 6.0.10 dev: false - /postcss-loader@7.0.1(postcss@8.4.24)(webpack@5.87.0): + /postcss-loader@7.0.1(postcss@8.4.24)(webpack@5.88.1): resolution: {integrity: sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -14455,8 +14432,8 @@ packages: cosmiconfig: 7.1.0 klona: 2.0.5 postcss: 8.4.24 - semver: 7.5.2 - webpack: 5.87.0 + semver: 7.5.3 + webpack: 5.88.1 dev: false /postcss-merge-idents@5.1.1(postcss@8.4.24): @@ -14952,8 +14929,8 @@ packages: long: 4.0.0 dev: true - /protobufjs@7.2.3: - resolution: {integrity: sha512-TtpvOqwB5Gdz/PQmOjgsrGH1nHjAQVCN7JG4A6r1sXRWESL5rNMAiRcBQlCAdKxZcAbstExQePYG8xof/JVRgg==} + /protobufjs@7.2.4: + resolution: {integrity: sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==} engines: {node: '>=12.0.0'} requiresBuild: true dependencies: @@ -15196,7 +15173,7 @@ packages: react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.21.5 - '@rc-component/portal': 1.1.0(react-dom@18.2.0)(react@18.2.0) + '@rc-component/portal': 1.1.1(react-dom@18.2.0)(react@18.2.0) classnames: 2.3.2 rc-motion: 2.7.3(react-dom@18.2.0)(react@18.2.0) rc-util: 5.33.1(react-dom@18.2.0)(react@18.2.0) @@ -15650,7 +15627,7 @@ packages: pure-color: 1.3.0 dev: false - /react-dev-utils@12.0.1(eslint@8.43.0)(typescript@5.1.3)(webpack@5.87.0): + /react-dev-utils@12.0.1(eslint@8.43.0)(typescript@5.1.6)(webpack@5.88.1): resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -15669,7 +15646,7 @@ packages: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2(eslint@8.43.0)(typescript@5.1.3)(webpack@5.87.0) + fork-ts-checker-webpack-plugin: 6.5.2(eslint@8.43.0)(typescript@5.1.6)(webpack@5.88.1) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -15684,8 +15661,8 @@ packages: shell-quote: 1.8.1 strip-ansi: 6.0.1 text-table: 0.2.0 - typescript: 5.1.3 - webpack: 5.87.0 + typescript: 5.1.6 + webpack: 5.88.1 transitivePeerDependencies: - eslint - supports-color @@ -15763,7 +15740,7 @@ packages: resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==} dev: false - /react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.87.0): + /react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@5.5.2)(webpack@5.88.1): resolution: {integrity: sha512-lq3Lyw1lGku8zUEJPDxsNm1AfYHBrO9Y1+olAYwpUJ2IGFBskM0DMKok97A6LWUpHm+o7IvQBOWu9MLenp9Z+A==} engines: {node: '>=10.13.0'} peerDependencies: @@ -15772,7 +15749,7 @@ packages: dependencies: '@babel/runtime': 7.21.5 react-loadable: /@docusaurus/react-loadable@5.5.2(react@17.0.2) - webpack: 5.87.0 + webpack: 5.88.1 dev: false /react-router-config@5.1.1(react-router@5.3.4)(react@17.0.2): @@ -16344,13 +16321,13 @@ packages: /rxjs@7.8.0: resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} dependencies: - tslib: 2.5.3 + tslib: 2.6.0 dev: false /rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: - tslib: 2.5.3 + tslib: 2.6.0 /sade@1.8.1: resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} @@ -16545,6 +16522,7 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: false /semver@7.5.2: resolution: {integrity: sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==} @@ -16553,6 +16531,13 @@ packages: dependencies: lru-cache: 6.0.0 + /semver@7.5.3: + resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} + engines: {node: '>=10'} + hasBin: true + dependencies: + lru-cache: 6.0.0 + /send@0.18.0: resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} engines: {node: '>= 0.8.0'} @@ -17256,7 +17241,7 @@ packages: engines: {node: ^14.18.0 || >=16.0.0} dependencies: '@pkgr/utils': 2.3.1 - tslib: 2.5.3 + tslib: 2.6.0 dev: true /systeminformation@5.17.0: @@ -17306,7 +17291,7 @@ packages: engines: {node: '>=8'} dev: true - /terser-webpack-plugin@5.3.7(webpack@5.87.0): + /terser-webpack-plugin@5.3.7(webpack@5.88.1): resolution: {integrity: sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -17327,7 +17312,7 @@ packages: schema-utils: 3.3.0 serialize-javascript: 6.0.1 terser: 5.16.9 - webpack: 5.87.0 + webpack: 5.88.1 /terser@5.16.9: resolution: {integrity: sha512-HPa/FdTB9XGI2H1/keLFZHxl6WNvAI4YalHGtDQTlMnJcoqSab1UwL4l1hGEhs6/GmLHBZIg/YgB++jcbzoOEg==} @@ -17498,8 +17483,8 @@ packages: matchit: 1.1.0 dev: true - /ts-jest@29.1.0(@babel/core@7.20.2)(jest@29.5.0)(typescript@5.1.3): - resolution: {integrity: sha512-ZhNr7Z4PcYa+JjMl62ir+zPiNJfXJN6E8hSLnaUKhOgqcn8vb3e537cpkd0FuAfRK3sR1LSqM1MOhliXNgOFPA==} + /ts-jest@29.1.1(@babel/core@7.20.2)(jest@29.5.0)(typescript@5.1.6): + resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: @@ -17527,8 +17512,8 @@ packages: json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.3.8 - typescript: 5.1.3 + semver: 7.5.3 + typescript: 5.1.6 yargs-parser: 21.1.1 dev: true @@ -17581,7 +17566,7 @@ packages: dev: true optional: true - /ts-node@10.9.1(@types/node@18.16.18)(typescript@5.1.3): + /ts-node@10.9.1(@types/node@18.16.18)(typescript@5.1.6): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -17607,7 +17592,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.1.3 + typescript: 5.1.6 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true @@ -17625,8 +17610,8 @@ packages: protobufjs: 6.11.3 dev: true - /ts-proto@1.149.0: - resolution: {integrity: sha512-+KK+diaqj86XHdq+fkbFWeTLVE6s69jApyQF34cwL1M3h+gS1sjDy/lf0rUgeQtgMQ/K3qxQElbVTusV7Z3otQ==} + /ts-proto@1.150.1: + resolution: {integrity: sha512-8g6zaegwqRZNbLUQxTRPhNj3yygKjVVtA9GO2EwPiJrnh9e1yUPSEPLc2tCRwf5d11D0cSlZhuRxddXkReIbxg==} hasBin: true dependencies: '@types/object-hash': 3.0.2 @@ -17690,17 +17675,17 @@ packages: resolution: {integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==} dev: false - /tslib@2.5.3: - resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} + /tslib@2.6.0: + resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} - /tsutils@3.21.0(typescript@5.1.3): + /tsutils@3.21.0(typescript@5.1.6): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.1.3 + typescript: 5.1.6 dev: true /tty-table@4.1.6: @@ -17723,65 +17708,65 @@ packages: safe-buffer: 5.2.1 dev: false - /turbo-darwin-64@1.10.3: - resolution: {integrity: sha512-IIB9IomJGyD3EdpSscm7Ip1xVWtYb7D0x7oH3vad3gjFcjHJzDz9xZ/iw/qItFEW+wGFcLSRPd+1BNnuLM8AsA==} + /turbo-darwin-64@1.10.7: + resolution: {integrity: sha512-N2MNuhwrl6g7vGuz4y3fFG2aR1oCs0UZ5HKl8KSTn/VC2y2YIuLGedQ3OVbo0TfEvygAlF3QGAAKKtOCmGPNKA==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@1.10.3: - resolution: {integrity: sha512-SBNmOZU9YEB0eyNIxeeQ+Wi0Ufd+nprEVp41rgUSRXEIpXjsDjyBnKnF+sQQj3+FLb4yyi/yZQckB+55qXWEsw==} + /turbo-darwin-arm64@1.10.7: + resolution: {integrity: sha512-WbJkvjU+6qkngp7K4EsswOriO3xrNQag7YEGRtfLoDdMTk4O4QTeU6sfg2dKfDsBpTidTvEDwgIYJhYVGzrz9Q==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@1.10.3: - resolution: {integrity: sha512-kvAisGKE7xHJdyMxZLvg53zvHxjqPK1UVj4757PQqtx9dnjYHSc8epmivE6niPgDHon5YqImzArCjVZJYpIGHQ==} + /turbo-linux-64@1.10.7: + resolution: {integrity: sha512-x1CF2CDP1pDz/J8/B2T0hnmmOQI2+y11JGIzNP0KtwxDM7rmeg3DDTtDM/9PwGqfPotN9iVGgMiMvBuMFbsLhg==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@1.10.3: - resolution: {integrity: sha512-Qgaqln0IYRgyL0SowJOi+PNxejv1I2xhzXOI+D+z4YHbgSx87ox1IsALYBlK8VRVYY8VCXl+PN12r1ioV09j7A==} + /turbo-linux-arm64@1.10.7: + resolution: {integrity: sha512-JtnBmaBSYbs7peJPkXzXxsRGSGBmBEIb6/kC8RRmyvPAMyqF8wIex0pttsI+9plghREiGPtRWv/lfQEPRlXnNQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@1.10.3: - resolution: {integrity: sha512-rbH9wManURNN8mBnN/ZdkpUuTvyVVEMiUwFUX4GVE5qmV15iHtZfDLUSGGCP2UFBazHcpNHG1OJzgc55GFFrUw==} + /turbo-windows-64@1.10.7: + resolution: {integrity: sha512-7A/4CByoHdolWS8dg3DPm99owfu1aY/W0V0+KxFd0o2JQMTQtoBgIMSvZesXaWM57z3OLsietFivDLQPuzE75w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@1.10.3: - resolution: {integrity: sha512-ThlkqxhcGZX39CaTjsHqJnqVe+WImjX13pmjnpChz6q5HHbeRxaJSFzgrHIOt0sUUVx90W/WrNRyoIt/aafniw==} + /turbo-windows-arm64@1.10.7: + resolution: {integrity: sha512-D36K/3b6+hqm9IBAymnuVgyePktwQ+F0lSXr2B9JfAdFPBktSqGmp50JNC7pahxhnuCLj0Vdpe9RqfnJw5zATA==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@1.10.3: - resolution: {integrity: sha512-U4gKCWcKgLcCjQd4Pl8KJdfEKumpyWbzRu75A6FCj6Ctea1PIm58W6Ltw1QXKqHrl2pF9e1raAskf/h6dlrPCA==} + /turbo@1.10.7: + resolution: {integrity: sha512-xm0MPM28TWx1e6TNC3wokfE5eaDqlfi0G24kmeHupDUZt5Wd0OzHFENEHMPqEaNKJ0I+AMObL6nbSZonZBV2HA==} hasBin: true requiresBuild: true optionalDependencies: - 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 + turbo-darwin-64: 1.10.7 + turbo-darwin-arm64: 1.10.7 + turbo-linux-64: 1.10.7 + turbo-linux-arm64: 1.10.7 + turbo-windows-64: 1.10.7 + turbo-windows-arm64: 1.10.7 dev: true /tv4@1.3.0: @@ -17871,8 +17856,8 @@ packages: hasBin: true dev: true - /typescript@5.1.3: - resolution: {integrity: sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==} + /typescript@5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} engines: {node: '>=14.17'} hasBin: true @@ -18112,7 +18097,7 @@ packages: is-yarn-global: 0.3.0 latest-version: 5.1.0 pupa: 2.1.1 - semver: 7.5.2 + semver: 7.5.3 semver-diff: 3.1.1 xdg-basedir: 4.0.0 dev: false @@ -18122,7 +18107,7 @@ packages: dependencies: punycode: 2.1.1 - /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.87.0): + /url-loader@4.1.1(file-loader@6.2.0)(webpack@5.88.1): resolution: {integrity: sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==} engines: {node: '>= 10.13.0'} peerDependencies: @@ -18132,11 +18117,11 @@ packages: file-loader: optional: true dependencies: - file-loader: 6.2.0(webpack@5.87.0) + file-loader: 6.2.0(webpack@5.88.1) loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.3.0 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /url-parse-lax@3.0.0: @@ -18448,7 +18433,7 @@ packages: - bufferutil - utf-8-validate - /webpack-dev-middleware@5.3.3(webpack@5.87.0): + /webpack-dev-middleware@5.3.3(webpack@5.88.1): resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -18459,10 +18444,10 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.0.0 - webpack: 5.87.0 + webpack: 5.88.1 dev: false - /webpack-dev-server@4.11.1(webpack@5.87.0): + /webpack-dev-server@4.11.1(webpack@5.88.1): resolution: {integrity: sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==} engines: {node: '>= 12.13.0'} hasBin: true @@ -18500,8 +18485,8 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.87.0 - webpack-dev-middleware: 5.3.3(webpack@5.87.0) + webpack: 5.88.1 + webpack-dev-middleware: 5.3.3(webpack@5.88.1) ws: 8.13.0 transitivePeerDependencies: - bufferutil @@ -18521,8 +18506,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - /webpack@5.87.0: - resolution: {integrity: sha512-GOu1tNbQ7p1bDEoFRs2YPcfyGs8xq52yyPBZ3m2VGnXGtV9MxjrkABHm4V9Ia280OefsSLzvbVoXcfLxjKY/Iw==} + /webpack@5.88.1: + resolution: {integrity: sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -18552,7 +18537,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.7(webpack@5.87.0) + terser-webpack-plugin: 5.3.7(webpack@5.88.1) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -18560,7 +18545,7 @@ packages: - esbuild - uglify-js - /webpackbar@5.0.2(webpack@5.87.0): + /webpackbar@5.0.2(webpack@5.88.1): resolution: {integrity: sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==} engines: {node: '>=12'} peerDependencies: @@ -18570,7 +18555,7 @@ packages: consola: 2.15.3 pretty-time: 1.1.0 std-env: 3.3.1 - webpack: 5.87.0 + webpack: 5.88.1 dev: false /websocket-driver@0.7.4: