diff --git a/apps/auth/package.json b/apps/auth/package.json index 82d19bd2ac..7167128451 100644 --- a/apps/auth/package.json +++ b/apps/auth/package.json @@ -15,13 +15,13 @@ "dependencies": { "@fastify/error": "3.0.0", "@fastify/formbody": "7.3.0", - "@fastify/static": "6.5.0", + "@fastify/static": "6.5.1", "@scow/config": "workspace:*", "@scow/lib-config": "workspace:*", "@scow/lib-ssh": "workspace:*", - "@sinclair/typebox": "0.25.8", + "@sinclair/typebox": "0.25.10", "asn1": "0.2.6", - "fastify": "4.10.0", + "fastify": "4.10.2", "fastify-graceful-shutdown": "3.4.0", "fastify-plugin": "4.3.0", "ioredis": "5.2.4", diff --git a/apps/mis-server/package.json b/apps/mis-server/package.json index 312703510d..93a8ab25af 100644 --- a/apps/mis-server/package.json +++ b/apps/mis-server/package.json @@ -28,7 +28,7 @@ "@scow/lib-decimal": "workspace:*", "@scow/lib-ssh": "workspace:*", "@scow/lib-config": "workspace:*", - "@sinclair/typebox": "0.25.8", + "@sinclair/typebox": "0.25.10", "@scow/lib-auth": "workspace:*", "dotenv": "16.0.3", "node-cron": "3.0.2", diff --git a/apps/mis-web/package.json b/apps/mis-web/package.json index 0f0001ebc2..a6757f0968 100644 --- a/apps/mis-web/package.json +++ b/apps/mis-web/package.json @@ -13,14 +13,14 @@ }, "dependencies": { "@ant-design/icons": "4.8.0", - "@codemirror/autocomplete": "6.3.3", + "@codemirror/autocomplete": "6.3.4", "@codemirror/commands": "6.1.2", "@codemirror/lang-json": "6.0.1", "@codemirror/language": "6.3.1", - "@codemirror/legacy-modes": "6.3.0", + "@codemirror/legacy-modes": "6.3.1", "@codemirror/state": "6.1.4", "@codemirror/theme-one-dark": "6.1.0", - "@codemirror/view": "6.5.1", + "@codemirror/view": "6.6.0", "@ddadaal/next-typed-api-routes-runtime": "0.5.2", "@ddadaal/tsgrpc-client": "0.17.2", "@grpc/grpc-js": "1.7.3", @@ -28,8 +28,8 @@ "@scow/lib-config": "workspace:*", "@scow/lib-auth": "workspace:*", "@scow/lib-decimal": "workspace:*", - "@sinclair/typebox": "0.25.8", - "antd": "5.0.0", + "@sinclair/typebox": "0.25.10", + "antd": "5.0.2", "dayjs": "1.11.6", "codemirror": "6.0.1", "google-protobuf": "3.21.2", diff --git a/apps/portal-server/package.json b/apps/portal-server/package.json index 9de2f8b91f..af8575164b 100644 --- a/apps/portal-server/package.json +++ b/apps/portal-server/package.json @@ -21,7 +21,7 @@ "@scow/config": "workspace:*", "@scow/lib-config": "workspace:*", "@scow/lib-ssh": "workspace:*", - "@sinclair/typebox": "0.25.8", + "@sinclair/typebox": "0.25.10", "dotenv": "16.0.3", "node-cron": "3.0.2", "uuid": "9.0.0", diff --git a/apps/portal-web/package.json b/apps/portal-web/package.json index 4f75bc6059..b196ffa9ad 100644 --- a/apps/portal-web/package.json +++ b/apps/portal-web/package.json @@ -15,13 +15,13 @@ }, "dependencies": { "@ant-design/icons": "4.8.0", - "@codemirror/autocomplete": "6.3.3", + "@codemirror/autocomplete": "6.3.4", "@codemirror/commands": "6.1.2", "@codemirror/language": "6.3.1", - "@codemirror/legacy-modes": "6.3.0", + "@codemirror/legacy-modes": "6.3.1", "@codemirror/state": "6.1.4", "@codemirror/theme-one-dark": "6.1.0", - "@codemirror/view": "6.5.1", + "@codemirror/view": "6.6.0", "@ddadaal/next-typed-api-routes-runtime": "0.5.2", "@ddadaal/tsgrpc-client": "0.17.2", "@grpc/grpc-js": "1.7.3", @@ -30,8 +30,8 @@ "@scow/lib-auth": "workspace:*", "@scow/lib-decimal": "workspace:*", "@scow/lib-ssh": "workspace:*", - "@sinclair/typebox": "0.25.8", - "antd": "5.0.0", + "@sinclair/typebox": "0.25.10", + "antd": "5.0.2", "busboy": "1.6.0", "codemirror": "6.0.1", "google-protobuf": "3.21.2", @@ -50,8 +50,8 @@ "react-is": "18.2.0", "simstate": "3.0.1", "styled-components": "5.3.6", - "socket.io": "4.5.3", - "socket.io-client": "4.5.3", + "socket.io": "4.5.4", + "socket.io-client": "4.5.4", "tslib": "2.4.1", "typescript": "4.9.3", "xterm": "5.0.0", diff --git a/docs/package.json b/docs/package.json index e8b59fbe2a..9095e53ec4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -31,7 +31,7 @@ "@algolia/client-search": "4.14.2", "@docusaurus/module-type-aliases": "2.2.0", "@scow/config": "workspace:*", - "@sinclair/typebox": "0.25.8", + "@sinclair/typebox": "0.25.10", "@tsconfig/docusaurus": "1.0.6", "@types/react": "18.0.18", "typescript": "4.9.3" diff --git a/libs/config/package.json b/libs/config/package.json index 1c8fa75c82..2ab0743d24 100644 --- a/libs/config/package.json +++ b/libs/config/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@scow/lib-config": "workspace:*", - "@sinclair/typebox": "0.25.8" + "@sinclair/typebox": "0.25.10" }, "volta": { "extends": "../../package.json" diff --git a/libs/libconfig/package.json b/libs/libconfig/package.json index 682ee33228..9be47b32c0 100644 --- a/libs/libconfig/package.json +++ b/libs/libconfig/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "@sinclair/typebox": "0.25.8", + "@sinclair/typebox": "0.25.10", "ajv": "8.11.2", "ajv-formats": "2.1.1", "envalid": "7.3.1", diff --git a/package.json b/package.json index 3ef59c4438..060967c6f3 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ }, "devDependencies": { "@ddadaal/eslint-config": "1.9.0", - "@commitlint/config-conventional": "17.2.0", + "@commitlint/config-conventional": "17.3.0", "@types/jest": "29.2.3", "@types/node": "18.11.9", "@types/rimraf": "3.0.2", - "@typescript-eslint/eslint-plugin": "5.43.0", - "@typescript-eslint/parser": "5.43.0", + "@typescript-eslint/eslint-plugin": "5.44.0", + "@typescript-eslint/parser": "5.44.0", "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", "dotenv": "16.0.3", @@ -32,7 +32,7 @@ "eslint-plugin-simple-import-sort": "8.0.0", "husky": "8.0.2", "jest": "29.3.1", - "jest-extended": "3.1.0", + "jest-extended": "3.2.0", "nodemon": "2.0.20", "pino-pretty": "9.1.1", "pkg": "5.8.0", @@ -46,5 +46,5 @@ "volta": { "node": "18.12.1" }, - "packageManager": "pnpm@7.17.0" + "packageManager": "pnpm@7.17.1" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 206ed8dfb9..28b36a7f75 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,13 +4,13 @@ importers: .: specifiers: - '@commitlint/config-conventional': 17.2.0 + '@commitlint/config-conventional': 17.3.0 '@ddadaal/eslint-config': 1.9.0 '@types/jest': 29.2.3 '@types/node': 18.11.9 '@types/rimraf': 3.0.2 - '@typescript-eslint/eslint-plugin': 5.43.0 - '@typescript-eslint/parser': 5.43.0 + '@typescript-eslint/eslint-plugin': 5.44.0 + '@typescript-eslint/parser': 5.44.0 cross-env: 7.0.3 cz-conventional-changelog: 3.3.0 dotenv: 16.0.3 @@ -21,7 +21,7 @@ importers: eslint-plugin-simple-import-sort: 8.0.0 husky: 8.0.2 jest: 29.3.1 - jest-extended: 3.1.0 + jest-extended: 3.2.0 nodemon: 2.0.20 pino-pretty: 9.1.1 pkg: 5.8.0 @@ -32,24 +32,24 @@ importers: tsconfig-paths: 4.1.0 typescript: 4.9.3 devDependencies: - '@commitlint/config-conventional': 17.2.0 - '@ddadaal/eslint-config': 1.9.0_rmhnwx4sc6e2gkbmt5yio56aoe + '@commitlint/config-conventional': 17.3.0 + '@ddadaal/eslint-config': 1.9.0_2rj2b5szabmpewqe5wa2qfxyja '@types/jest': 29.2.3 '@types/node': 18.11.9 '@types/rimraf': 3.0.2 - '@typescript-eslint/eslint-plugin': 5.43.0_nqj4bdx4ekws7aecttskpih4py - '@typescript-eslint/parser': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a cross-env: 7.0.3 cz-conventional-changelog: 3.3.0 dotenv: 16.0.3 dotenv-cli: 6.0.0 eslint: 8.28.0 eslint-import-resolver-typescript: 3.5.2_ktrec6dplf4now6nlbc6d67jee - eslint-plugin-import: 2.26.0_d5vn4nsvkp5ugznurcfxmdkaeu + eslint-plugin-import: 2.26.0_vc54pluhgv7booofyyjouvuf74 eslint-plugin-simple-import-sort: 8.0.0_eslint@8.28.0 husky: 8.0.2 jest: 29.3.1_odkjkoia5xunhxkdrka32ib6vi - jest-extended: 3.1.0_jest@29.3.1 + jest-extended: 3.2.0_jest@29.3.1 nodemon: 2.0.20 pino-pretty: 9.1.1 pkg: 5.8.0 @@ -64,15 +64,15 @@ importers: specifiers: '@fastify/error': 3.0.0 '@fastify/formbody': 7.3.0 - '@fastify/static': 6.5.0 + '@fastify/static': 6.5.1 '@scow/config': workspace:* '@scow/lib-config': workspace:* '@scow/lib-ssh': workspace:* - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@types/asn1': 0.2.0 '@types/ldapjs': 2.2.5 asn1: 0.2.6 - fastify: 4.10.0 + fastify: 4.10.2 fastify-graceful-shutdown: 3.4.0 fastify-plugin: 4.3.0 ioredis: 5.2.4 @@ -81,13 +81,13 @@ importers: dependencies: '@fastify/error': 3.0.0 '@fastify/formbody': 7.3.0 - '@fastify/static': 6.5.0 + '@fastify/static': 6.5.1 '@scow/config': link:../../libs/config '@scow/lib-config': link:../../libs/libconfig '@scow/lib-ssh': link:../../libs/ssh - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 asn1: 0.2.6 - fastify: 4.10.0 + fastify: 4.10.2 fastify-graceful-shutdown: 3.4.0 fastify-plugin: 4.3.0 ioredis: 5.2.4 @@ -113,7 +113,7 @@ importers: '@scow/lib-config': workspace:* '@scow/lib-decimal': workspace:* '@scow/lib-ssh': workspace:* - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@types/google-protobuf': 3.15.6 '@types/node-cron': 3.0.6 '@types/wait-on': 5.3.1 @@ -135,7 +135,7 @@ importers: '@scow/lib-config': link:../../libs/libconfig '@scow/lib-decimal': link:../../libs/decimal '@scow/lib-ssh': link:../../libs/ssh - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 dotenv: 16.0.3 node-cron: 3.0.2 uuid: 9.0.0 @@ -149,14 +149,14 @@ importers: apps/mis-web: specifiers: '@ant-design/icons': 4.8.0 - '@codemirror/autocomplete': 6.3.3 + '@codemirror/autocomplete': 6.3.4 '@codemirror/commands': 6.1.2 '@codemirror/lang-json': 6.0.1 '@codemirror/language': 6.3.1 - '@codemirror/legacy-modes': 6.3.0 + '@codemirror/legacy-modes': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/theme-one-dark': 6.1.0 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@ddadaal/next-typed-api-routes-cli': 0.5.1 '@ddadaal/next-typed-api-routes-runtime': 0.5.2 '@ddadaal/tsgrpc-cli': 0.14.3 @@ -167,7 +167,7 @@ importers: '@scow/lib-auth': workspace:* '@scow/lib-config': workspace:* '@scow/lib-decimal': workspace:* - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@types/google-protobuf': 3.15.6 '@types/mime-types': 2.1.1 '@types/node': 18.11.9 @@ -175,7 +175,7 @@ importers: '@types/react': 18.0.25 '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 - antd: 5.0.0 + antd: 5.0.2 babel-plugin-import: 1.13.5 codemirror: 6.0.1 dayjs: 1.11.6 @@ -199,14 +199,14 @@ importers: webpack: 5.75.0 dependencies: '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@codemirror/autocomplete': 6.3.3_v3kbhmj4stolys7brydlafx57e + '@codemirror/autocomplete': 6.3.4_4npvozs3agsv66jx2b7pfvr53q '@codemirror/commands': 6.1.2 '@codemirror/lang-json': 6.0.1 '@codemirror/language': 6.3.1 - '@codemirror/legacy-modes': 6.3.0 + '@codemirror/legacy-modes': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/theme-one-dark': 6.1.0 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@ddadaal/next-typed-api-routes-runtime': 0.5.2_next@13.0.2 '@ddadaal/tsgrpc-client': 0.17.2_@grpc+grpc-js@1.7.3 '@grpc/grpc-js': 1.7.3 @@ -214,8 +214,8 @@ importers: '@scow/lib-auth': link:../../libs/auth '@scow/lib-config': link:../../libs/libconfig '@scow/lib-decimal': link:../../libs/decimal - '@sinclair/typebox': 0.25.8 - antd: 5.0.0_biqbaboplfbrettd7655fr4n2y + '@sinclair/typebox': 0.25.10 + antd: 5.0.2_biqbaboplfbrettd7655fr4n2y codemirror: 6.0.1 dayjs: 1.11.6 google-protobuf: 3.21.2 @@ -259,7 +259,7 @@ importers: '@scow/config': workspace:* '@scow/lib-config': workspace:* '@scow/lib-ssh': workspace:* - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@types/node-cron': 3.0.6 '@types/shell-quote': 1.7.1 '@types/wait-on': 5.3.1 @@ -277,7 +277,7 @@ importers: '@scow/config': link:../../libs/config '@scow/lib-config': link:../../libs/libconfig '@scow/lib-ssh': link:../../libs/ssh - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 dayjs: 1.11.6 dotenv: 16.0.3 node-cron: 3.0.2 @@ -295,13 +295,13 @@ importers: apps/portal-web: specifiers: '@ant-design/icons': 4.8.0 - '@codemirror/autocomplete': 6.3.3 + '@codemirror/autocomplete': 6.3.4 '@codemirror/commands': 6.1.2 '@codemirror/language': 6.3.1 - '@codemirror/legacy-modes': 6.3.0 + '@codemirror/legacy-modes': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/theme-one-dark': 6.1.0 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@ddadaal/next-typed-api-routes-cli': 0.5.1 '@ddadaal/next-typed-api-routes-runtime': 0.5.2 '@ddadaal/tsgrpc-cli': 0.14.3 @@ -313,7 +313,7 @@ importers: '@scow/lib-config': workspace:* '@scow/lib-decimal': workspace:* '@scow/lib-ssh': workspace:* - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@testing-library/jest-dom': 5.16.5 '@testing-library/react': 13.4.0 '@types/busboy': 1.5.0 @@ -326,7 +326,7 @@ importers: '@types/react-dom': 18.0.9 '@types/styled-components': 5.1.26 '@types/url-join': 4.0.1 - antd: 5.0.0 + antd: 5.0.2 busboy: 1.6.0 codemirror: 6.0.1 dayjs: 1.11.6 @@ -348,8 +348,8 @@ importers: react-dom: 18.2.0 react-is: 18.2.0 simstate: 3.0.1 - socket.io: 4.5.3 - socket.io-client: 4.5.3 + socket.io: 4.5.4 + socket.io-client: 4.5.4 styled-components: 5.3.6 ts-log: 2.2.5 tslib: 2.4.1 @@ -359,13 +359,13 @@ importers: xterm-addon-fit: 0.6.0 dependencies: '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y - '@codemirror/autocomplete': 6.3.3_v3kbhmj4stolys7brydlafx57e + '@codemirror/autocomplete': 6.3.4_4npvozs3agsv66jx2b7pfvr53q '@codemirror/commands': 6.1.2 '@codemirror/language': 6.3.1 - '@codemirror/legacy-modes': 6.3.0 + '@codemirror/legacy-modes': 6.3.1 '@codemirror/state': 6.1.4 '@codemirror/theme-one-dark': 6.1.0 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@ddadaal/next-typed-api-routes-runtime': 0.5.2_next@13.0.2 '@ddadaal/tsgrpc-client': 0.17.2_@grpc+grpc-js@1.7.3 '@grpc/grpc-js': 1.7.3 @@ -374,8 +374,8 @@ importers: '@scow/lib-config': link:../../libs/libconfig '@scow/lib-decimal': link:../../libs/decimal '@scow/lib-ssh': link:../../libs/ssh - '@sinclair/typebox': 0.25.8 - antd: 5.0.0_biqbaboplfbrettd7655fr4n2y + '@sinclair/typebox': 0.25.10 + antd: 5.0.2_biqbaboplfbrettd7655fr4n2y busboy: 1.6.0 codemirror: 6.0.1 dayjs: 1.11.6 @@ -394,8 +394,8 @@ importers: react-dom: 18.2.0_react@18.2.0 react-is: 18.2.0 simstate: 3.0.1_react@18.2.0 - socket.io: 4.5.3 - socket.io-client: 4.5.3 + socket.io: 4.5.4 + socket.io-client: 4.5.4 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba tslib: 2.4.1 typescript: 4.9.3 @@ -432,7 +432,7 @@ importers: '@docusaurus/preset-classic': 2.2.0 '@mdx-js/react': 1.6.22 '@scow/config': workspace:* - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@tsconfig/docusaurus': 1.0.6 '@types/react': 18.0.18 clsx: 1.2.1 @@ -453,7 +453,7 @@ importers: '@algolia/client-search': 4.14.2 '@docusaurus/module-type-aliases': 2.2.0_sfoxds7t5ydpegc3knd667wn6m '@scow/config': link:../libs/config - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@tsconfig/docusaurus': 1.0.6 '@types/react': 18.0.18 typescript: 4.9.3 @@ -467,10 +467,10 @@ importers: libs/config: specifiers: '@scow/lib-config': workspace:* - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 dependencies: '@scow/lib-config': link:../libconfig - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 libs/decimal: specifiers: @@ -480,14 +480,14 @@ importers: libs/libconfig: specifiers: - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 '@types/js-yaml': 4.0.5 ajv: 8.11.2 ajv-formats: 2.1.1 envalid: 7.3.1 js-yaml: 4.1.0 dependencies: - '@sinclair/typebox': 0.25.8 + '@sinclair/typebox': 0.25.10 ajv: 8.11.2 ajv-formats: 2.1.1_ajv@8.11.2 envalid: 7.3.1 @@ -675,8 +675,8 @@ packages: '@ctrl/tinycolor': 3.4.1 dev: false - /@ant-design/cssinjs/0.0.0-alpha.60_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-EQlU5f20flZMQ9XDbR/RL5MhQedgkHXR6o4pfbe6cMv0YMXK/jv669++N8msC7ZoNnGf2OxbmGRkvVS0OqG3iw==} + /@ant-design/cssinjs/1.0.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-UzmLG9G9w9rxGrIdn8BYoOjnFCK/PJTzz1zWEFL29ix294GauOGM+wWiKHf5TZliw2+bFxTZbrMkhdmcphYe6Q==} peerDependencies: react: '>=16.0.0' react-dom: '>=16.0.0' @@ -2107,8 +2107,8 @@ packages: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@codemirror/autocomplete/6.3.3_v3kbhmj4stolys7brydlafx57e: - resolution: {integrity: sha512-8MGqPuKvE0W0XjabDYX3BFJNJRsYFAYpDBol+YCg6o5t2JyoDeoMYrqRMVnJv1B1FBgNAkvdDVrNrVE/7c9qvQ==} + /@codemirror/autocomplete/6.3.4_4npvozs3agsv66jx2b7pfvr53q: + resolution: {integrity: sha512-irxKsTSjS0OkfMWWt9YxtNK97++/E+XIHfKnRpSVfZyHzda/amYF0BR+T8mMkrGQWidx2zApxHx08GT13egyQA==} peerDependencies: '@codemirror/language': ^6.0.0 '@codemirror/state': ^6.0.0 @@ -2116,7 +2116,7 @@ packages: dependencies: '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@lezer/common': 1.0.1 dev: false @@ -2125,7 +2125,7 @@ packages: dependencies: '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@lezer/common': 1.0.1 dev: false @@ -2140,15 +2140,15 @@ packages: resolution: {integrity: sha512-MK+G1QKaGfSEUg9YEFaBkMBI6j1ge4VMBPZv9fDYotw7w695c42x5Ba1mmwBkesYnzYFBfte6Hh9TDcKa6xORQ==} dependencies: '@codemirror/state': 6.1.4 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@lezer/common': 1.0.1 '@lezer/highlight': 1.1.2 '@lezer/lr': 1.2.4 style-mod: 4.0.0 dev: false - /@codemirror/legacy-modes/6.3.0: - resolution: {integrity: sha512-54ncmguzXZQ3u+8gx4/mpBRbkn6TLzfIrCGvFNLgB3giFYY3E2UETzv1RCFP0hM2L2bQBKBoI92i4ahrDAiE6g==} + /@codemirror/legacy-modes/6.3.1: + resolution: {integrity: sha512-icXmCs4Mhst2F8mE0TNpmG6l7YTj1uxam3AbZaFaabINH5oWAdg2CfR/PVi+d/rqxJ+TuTnvkKK5GILHrNThtw==} dependencies: '@codemirror/language': 6.3.1 dev: false @@ -2157,7 +2157,7 @@ packages: resolution: {integrity: sha512-nUUXcJW1Xp54kNs+a1ToPLK8MadO0rMTnJB8Zk4Z8gBdrN0kqV7uvUraU/T2yqg+grDNR38Vmy/MrhQN/RgwiA==} dependencies: '@codemirror/state': 6.1.4 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 crelt: 1.0.5 dev: false @@ -2165,7 +2165,7 @@ packages: resolution: {integrity: sha512-V9n9233lopQhB1dyjsBK2Wc1i+8hcCqxl1wQ46c5HWWLePoe4FluV3TGHoZ04rBRlGjNyz9DTmpJErig8UE4jw==} dependencies: '@codemirror/state': 6.1.4 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 crelt: 1.0.5 dev: false @@ -2178,12 +2178,12 @@ packages: dependencies: '@codemirror/language': 6.3.1 '@codemirror/state': 6.1.4 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 '@lezer/highlight': 1.1.2 dev: false - /@codemirror/view/6.5.1: - resolution: {integrity: sha512-xBKP8N3AXOs06VcKvIuvIQoUlGs7Hb78ftJWahLaRX909jKPMgGxR5XjvrawzTTZMSTU3DzdjDNPwG6fPM/ypQ==} + /@codemirror/view/6.6.0: + resolution: {integrity: sha512-40VaFVZI3rkyjO5GHFAbNwaW+YgZexjKyx5gxLU2DvfuXAEZX0kW0apOXb0SBRLnKIQJ+U/n2nPfxgBVFHERrg==} dependencies: '@codemirror/state': 6.1.4 style-mod: 4.0.0 @@ -2197,8 +2197,8 @@ packages: dev: false optional: true - /@commitlint/config-conventional/17.2.0: - resolution: {integrity: sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==} + /@commitlint/config-conventional/17.3.0: + resolution: {integrity: sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==} engines: {node: '>=v14'} dependencies: conventional-changelog-conventionalcommits: 5.0.0 @@ -2222,6 +2222,7 @@ packages: /@commitlint/load/17.2.0: resolution: {integrity: sha512-HDD57qSqNrk399R4TIjw31AWBG8dBjNj1MrDKZKmC/wvimtnIFlqzcu1+sxfXIOHj/+M6tcMWDtvknGUd7SU+g==} engines: {node: '>=v14'} + requiresBuild: true dependencies: '@commitlint/config-validator': 17.1.0 '@commitlint/execute-rule': 17.0.0 @@ -2274,7 +2275,7 @@ packages: engines: {node: '>=10'} dev: false - /@ddadaal/eslint-config/1.9.0_rmhnwx4sc6e2gkbmt5yio56aoe: + /@ddadaal/eslint-config/1.9.0_2rj2b5szabmpewqe5wa2qfxyja: resolution: {integrity: sha512-k6RKAT1FUGBEpyB5rRS/RuF20pA/H8u0cBNUf7xKDxHcTk/yR3oN0FjtxmAPkZhVuKjoUWvGniSlEeg1zE3K2g==} peerDependencies: '@typescript-eslint/eslint-plugin': '>=5.37.0' @@ -2283,11 +2284,11 @@ packages: eslint-plugin-import: '>=2.26.0' eslint-plugin-simple-import-sort: '>=8.0.0' dependencies: - '@typescript-eslint/eslint-plugin': 5.43.0_nqj4bdx4ekws7aecttskpih4py - '@typescript-eslint/parser': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/eslint-plugin': 5.44.0_fnsv2sbzcckq65bwfk7a5xwslu + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a eslint: 8.28.0 eslint-import-resolver-typescript: 3.5.2_ktrec6dplf4now6nlbc6d67jee - eslint-plugin-import: 2.26.0_d5vn4nsvkp5ugznurcfxmdkaeu + eslint-plugin-import: 2.26.0_vc54pluhgv7booofyyjouvuf74 eslint-plugin-simple-import-sort: 8.0.0_eslint@8.28.0 optionalDependencies: eslint-plugin-react: 7.31.10_eslint@8.28.0 @@ -3378,8 +3379,8 @@ packages: fastify-plugin: 4.3.0 dev: false - /@fastify/static/6.5.0: - resolution: {integrity: sha512-WEk6iqgejA6ivjkvbJ47A+uMci225z5lZwLXCXZS3ZYR/kYje1gzzarkKKGL6TWpBw6smkOzxA7dfEoY0347Nw==} + /@fastify/static/6.5.1: + resolution: {integrity: sha512-v3XFHTiL51UenZMaFjE1oKJ8od/x3UH4rQ3+U2HWf8KJjnmjy0/ePC92ug+vc3QO6Vf548zaUsdcKeZ1LddRbg==} dependencies: '@fastify/accept-negotiator': 1.0.0 content-disposition: 0.5.4 @@ -4344,8 +4345,8 @@ packages: /@sinclair/typebox/0.24.51: resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} - /@sinclair/typebox/0.25.8: - resolution: {integrity: sha512-/7GXgMOCfnxpIov52cPetqQ7bxRBaTBJAgp04Se2UQB1J0vUfEOIMpn63cLc3S5JXDUflCWxELKDV8eiPpmUTQ==} + /@sinclair/typebox/0.25.10: + resolution: {integrity: sha512-B7yEaT5yPZUS7kL/Ogh94n7Rb7p1DJEjCqOaPMuwAy4XXnlZchFrxIeE5pbrPsHOn5NMhWZtOnKtksaNQzCq1A==} /@sindresorhus/is/0.14.0: resolution: {integrity: sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==} @@ -5057,8 +5058,8 @@ packages: dependencies: '@types/yargs-parser': 21.0.0 - /@typescript-eslint/eslint-plugin/5.43.0_nqj4bdx4ekws7aecttskpih4py: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} + /@typescript-eslint/eslint-plugin/5.44.0_fnsv2sbzcckq65bwfk7a5xwslu: + resolution: {integrity: sha512-j5ULd7FmmekcyWeArx+i8x7sdRHzAtXTkmDPthE4amxZOWKFK7bomoJ4r7PJ8K7PoMzD16U8MmuZFAonr1ERvw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -5068,10 +5069,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a - '@typescript-eslint/utils': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/type-utils': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/utils': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a debug: 4.3.4 eslint: 8.28.0 ignore: 5.2.0 @@ -5084,8 +5085,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.43.0_hsf322ms6xhhd4b5ne6lb74y4a: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} + /@typescript-eslint/parser/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + resolution: {integrity: sha512-H7LCqbZnKqkkgQHaKLGC6KUjt3pjJDx8ETDqmwncyb6PuoigYajyAwBGz08VU/l86dZWZgI4zm5k2VaKqayYyA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -5094,9 +5095,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.9.3 debug: 4.3.4 eslint: 8.28.0 typescript: 4.9.3 @@ -5104,16 +5105,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.43.0: - resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} + /@typescript-eslint/scope-manager/5.44.0: + resolution: {integrity: sha512-2pKml57KusI0LAhgLKae9kwWeITZ7IsZs77YxyNyIVOwQ1kToyXRaJLl+uDEXzMN5hnobKUOo2gKntK9H1YL8g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/visitor-keys': 5.44.0 dev: true - /@typescript-eslint/type-utils/5.43.0_hsf322ms6xhhd4b5ne6lb74y4a: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} + /@typescript-eslint/type-utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + resolution: {integrity: sha512-A1u0Yo5wZxkXPQ7/noGkRhV4J9opcymcr31XQtOzcc5nO/IHN2E2TPMECKWYpM3e6olWEM63fq/BaL1wEYnt/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5122,8 +5123,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 - '@typescript-eslint/utils': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.9.3 + '@typescript-eslint/utils': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a debug: 4.3.4 eslint: 8.28.0 tsutils: 3.21.0_typescript@4.9.3 @@ -5132,13 +5133,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.43.0: - resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} + /@typescript-eslint/types/5.44.0: + resolution: {integrity: sha512-Tp+zDnHmGk4qKR1l+Y1rBvpjpm5tGXX339eAlRBDg+kgZkz9Bw+pqi4dyseOZMsGuSH69fYfPJCBKBrbPCxYFQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.43.0_typescript@4.9.3: - resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} + /@typescript-eslint/typescript-estree/5.44.0_typescript@4.9.3: + resolution: {integrity: sha512-M6Jr+RM7M5zeRj2maSfsZK2660HKAJawv4Ud0xT+yauyvgrsHu276VtXlKDFnEmhG+nVEd0fYZNXGoAgxwDWJw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -5146,8 +5147,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/visitor-keys': 5.44.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -5158,17 +5159,17 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.43.0_hsf322ms6xhhd4b5ne6lb74y4a: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.44.0_hsf322ms6xhhd4b5ne6lb74y4a: + resolution: {integrity: sha512-fMzA8LLQ189gaBjS0MZszw5HBdZgVwxVFShCO3QN+ws3GlPkcy9YuS3U4wkT6su0w+Byjq3mS3uamy9HE4Yfjw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.3 + '@typescript-eslint/scope-manager': 5.44.0 + '@typescript-eslint/types': 5.44.0 + '@typescript-eslint/typescript-estree': 5.44.0_typescript@4.9.3 eslint: 8.28.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.28.0 @@ -5178,11 +5179,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.43.0: - resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} + /@typescript-eslint/visitor-keys/5.44.0: + resolution: {integrity: sha512-a48tLG8/4m62gPFbJ27FxwCOqPKxsb8KC3HkmYoq2As/4YyjQl1jDbRr1s63+g4FS/iIehjmN3L5UjmKva1HzQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/types': 5.44.0 eslint-visitor-keys: 3.3.0 dev: true @@ -5510,14 +5511,14 @@ packages: engines: {node: '>=12'} dev: false - /antd/5.0.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-3IGHXl3KokGrkYIk2P2fQytDloTmdw9vgMHJzFsusBrAEnRXoN8oSWrN/N6D7f5hWqRusSaAIlPTsYSIcPHFrQ==} + /antd/5.0.2_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-vKDdFJ0SGWR4nndq5BcrF9OBa5nt3FTCtODnDh8piPdC3coSgjxb1t0qNkW9MPHaPFrOnAOjlvKHqtBRuVkmHg==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@ant-design/colors': 6.0.0 - '@ant-design/cssinjs': 0.0.0-alpha.60_biqbaboplfbrettd7655fr4n2y + '@ant-design/cssinjs': 1.0.2_biqbaboplfbrettd7655fr4n2y '@ant-design/icons': 4.8.0_biqbaboplfbrettd7655fr4n2y '@ant-design/react-slick': 0.29.2_react@18.2.0 '@babel/runtime': 7.20.1 @@ -5537,12 +5538,12 @@ packages: rc-image: 5.12.0_biqbaboplfbrettd7655fr4n2y rc-input: 0.1.4_biqbaboplfbrettd7655fr4n2y rc-input-number: 7.3.11_biqbaboplfbrettd7655fr4n2y - rc-mentions: 1.11.0_biqbaboplfbrettd7655fr4n2y - rc-menu: 9.7.2_biqbaboplfbrettd7655fr4n2y + rc-mentions: 1.13.1_biqbaboplfbrettd7655fr4n2y + rc-menu: 9.8.0_biqbaboplfbrettd7655fr4n2y rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y rc-notification: 5.0.0-alpha.9_biqbaboplfbrettd7655fr4n2y rc-pagination: 3.2.0_biqbaboplfbrettd7655fr4n2y - rc-picker: 3.0.0-4_biqbaboplfbrettd7655fr4n2y + rc-picker: 3.1.2_hk4it2saoa6yurflmehlixyvbq rc-progress: 3.4.1_biqbaboplfbrettd7655fr4n2y rc-rate: 2.9.2_biqbaboplfbrettd7655fr4n2y rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y @@ -5552,7 +5553,7 @@ packages: rc-steps: 6.0.0-alpha.2_biqbaboplfbrettd7655fr4n2y rc-switch: 4.0.0_biqbaboplfbrettd7655fr4n2y rc-table: 7.26.0_biqbaboplfbrettd7655fr4n2y - rc-tabs: 12.3.0_biqbaboplfbrettd7655fr4n2y + rc-tabs: 12.4.1_biqbaboplfbrettd7655fr4n2y rc-textarea: 0.4.6_biqbaboplfbrettd7655fr4n2y rc-tooltip: 5.2.2_biqbaboplfbrettd7655fr4n2y rc-tree: 5.7.0_biqbaboplfbrettd7655fr4n2y @@ -5564,6 +5565,9 @@ packages: react-dom: 18.2.0_react@18.2.0 scroll-into-view-if-needed: 2.2.29 shallowequal: 1.1.0 + transitivePeerDependencies: + - date-fns + - moment dev: false /anymatch/3.1.2: @@ -6436,13 +6440,13 @@ packages: /codemirror/6.0.1: resolution: {integrity: sha512-J8j+nZ+CdWmIeFIGXEFbFPtpiYacFMDR8GlHK3IyHQJMCaVRfGx9NT+Hxivv1ckLWPvNdZqndbr/7lVhrf/Svg==} dependencies: - '@codemirror/autocomplete': 6.3.3_v3kbhmj4stolys7brydlafx57e + '@codemirror/autocomplete': 6.3.4_4npvozs3agsv66jx2b7pfvr53q '@codemirror/commands': 6.1.2 '@codemirror/language': 6.3.1 '@codemirror/lint': 6.0.0 '@codemirror/search': 6.2.3 '@codemirror/state': 6.1.4 - '@codemirror/view': 6.5.1 + '@codemirror/view': 6.6.0 dev: false /collapse-white-space/1.0.6: @@ -7065,11 +7069,6 @@ packages: resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} dev: true - /date-fns/2.29.3: - resolution: {integrity: sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==} - engines: {node: '>=0.11'} - dev: false - /dateformat/4.6.3: resolution: {integrity: sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==} dev: true @@ -7563,8 +7562,8 @@ packages: engines: {node: '>=10.0.0'} dev: false - /engine.io/6.2.0: - resolution: {integrity: sha512-4KzwW3F3bk+KlzSOY57fj/Jx6LyRQ1nbcyIadehl+AnXjKT7gDO0ORdRi/84ixvMKTym6ZKuxvbzN62HDDU1Lg==} + /engine.io/6.2.1: + resolution: {integrity: sha512-ECceEFcAaNRybd3lsGQKas3ZlMVjN3cyWwMP25D2i0zWfyiytVbTpRPa34qrr+FHddtpBVOmq4H/DCv1O0lZRA==} engines: {node: '>=10.0.0'} dependencies: '@types/cookie': 0.4.1 @@ -7748,7 +7747,7 @@ packages: debug: 4.3.4 enhanced-resolve: 5.10.0 eslint: 8.28.0 - eslint-plugin-import: 2.26.0_d5vn4nsvkp5ugznurcfxmdkaeu + eslint-plugin-import: 2.26.0_vc54pluhgv7booofyyjouvuf74 get-tsconfig: 4.2.0 globby: 13.1.2 is-core-module: 2.11.0 @@ -7758,7 +7757,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_hkyvkcuamndkjh6xd3yrie643u: + /eslint-module-utils/2.7.4_d2eo2jksnn7c2x6eoou4blnbne: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -7779,7 +7778,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a debug: 3.2.7 eslint: 8.28.0 eslint-import-resolver-node: 0.3.6 @@ -7788,7 +7787,7 @@ packages: - supports-color dev: true - /eslint-plugin-import/2.26.0_d5vn4nsvkp5ugznurcfxmdkaeu: + /eslint-plugin-import/2.26.0_vc54pluhgv7booofyyjouvuf74: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -7798,14 +7797,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_hsf322ms6xhhd4b5ne6lb74y4a + '@typescript-eslint/parser': 5.44.0_hsf322ms6xhhd4b5ne6lb74y4a array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.28.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_hkyvkcuamndkjh6xd3yrie643u + eslint-module-utils: 2.7.4_d2eo2jksnn7c2x6eoou4blnbne has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -8205,14 +8204,15 @@ packages: resolution: {integrity: sha512-M3+i368lV0OYTJ5TfClIoPKEKSOF7112iiPdwgfSR0gN98BjA1Nk+c6oBHtfcVt9KiMxl+EQKHC1QNWo3ZOpYQ==} dev: false - /fastify/4.10.0: - resolution: {integrity: sha512-8yQPT+c/EbETjNxwM9PHeu2U4eXMoXTva0L9zoVgv7/ZCBtovWpfK4RKexhyh5Va3Jg82HovnfCxoZmwcZDfsQ==} + /fastify/4.10.2: + resolution: {integrity: sha512-0T+4zI6N3S8ex0LCZi3H4FasJR4AzWw834fUkPWvV8r6GBJkLmAOfFxH8f5V29Plef24IK0QSQD/tz1Nx+1UOA==} dependencies: '@fastify/ajv-compiler': 3.4.0 '@fastify/error': 3.0.0 '@fastify/fast-json-stringify-compiler': 4.1.0 abstract-logging: 2.0.1 avvio: 8.2.0 + content-type: 1.0.4 find-my-way: 7.3.1 light-my-request: 5.6.1 pino: 8.7.0 @@ -9942,11 +9942,14 @@ packages: jest-util: 29.3.1 dev: true - /jest-extended/3.1.0_jest@29.3.1: - resolution: {integrity: sha512-BbuAVUb2dchgwm7euayVt/7hYlkKaknQItKyzie7Li8fmXCglgf21XJeRIdOITZ/cMOTTj5Oh5IjQOxQOe/hfQ==} + /jest-extended/3.2.0_jest@29.3.1: + resolution: {integrity: sha512-jy+1nwlPLPPR6O8O9Mn+BWCBq/jL/9OgdKEG8ekOSQoLyVvAO5nND8ll3UxoajzBu4kYyn7zUKYWRdnTfQPcVw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: jest: '>=27.2.5' + peerDependenciesMeta: + jest: + optional: true dependencies: jest: 29.3.1_odkjkoia5xunhxkdrka32ib6vi jest-diff: 29.3.1 @@ -13036,15 +13039,15 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /rc-mentions/1.11.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-0C78O4wvG8UwsT7DtcwV8j7k4T+urrM0VuRT9gmSGbX187Ftl/JbCXL6WMGHSWBYI+LxInw1x4gw0Zi6qOcaig==} + /rc-mentions/1.13.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-FCkaWw6JQygtOz0+Vxz/M/NWqrWHB9LwqlY2RtcuFqWJNFK9njijOOzTSsBGANliGufVUzx/xuPHmZPBV0+Hgw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' dependencies: '@babel/runtime': 7.20.1 classnames: 2.3.2 - rc-menu: 9.7.2_biqbaboplfbrettd7655fr4n2y + rc-menu: 9.8.0_biqbaboplfbrettd7655fr4n2y rc-textarea: 0.4.6_biqbaboplfbrettd7655fr4n2y rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y rc-util: 5.24.4_biqbaboplfbrettd7655fr4n2y @@ -13052,8 +13055,8 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /rc-menu/9.7.2_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-zyri6Qwr955SOdjzDn7/ylz7Zj8r89wGyoRw0lV9G8K6a3VBfSrP2XMYEc0JgeC62OTghUcRWad7KFqNXysxaA==} + /rc-menu/9.8.0_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-ftO5ExUMMSprzinxtHQz11KIRWY6P/tOs5ZexboWJ835LVQAMXuqDFqkjB/BXVC8WAKjj9t3eZmmweZp+guoYw==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -13123,18 +13126,26 @@ packages: react-dom: 18.2.0_react@18.2.0 dev: false - /rc-picker/3.0.0-4_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-2otFBRBCACE/cubgLgkhtuo+M6AAuYssgjQmRmD+g/R+RDPQVV0MZTRDYhy6YOmlK8yj+gUc73YfUEYhfecBZw==} + /rc-picker/3.1.2_hk4it2saoa6yurflmehlixyvbq: + resolution: {integrity: sha512-PHf4E91JANMBVjovqhRcZw0fDZYWlDW9APhMD8VxBSs2QeKbnf+vE5BdA3YmHq227woSptbkm9rfhR4dgSn4+g==} engines: {node: '>=8.x'} peerDependencies: + date-fns: '>= 2.x' + dayjs: '>= 1.x' + moment: '>= 2.x' react: '>=16.9.0' react-dom: '>=16.9.0' + peerDependenciesMeta: + date-fns: + optional: true + dayjs: + optional: true + moment: + optional: true dependencies: '@babel/runtime': 7.20.1 classnames: 2.3.2 - date-fns: 2.29.3 dayjs: 1.11.6 - moment: 2.29.4 rc-trigger: 5.3.3_biqbaboplfbrettd7655fr4n2y rc-util: 5.24.4_biqbaboplfbrettd7655fr4n2y react: 18.2.0 @@ -13273,8 +13284,8 @@ packages: shallowequal: 1.1.0 dev: false - /rc-tabs/12.3.0_biqbaboplfbrettd7655fr4n2y: - resolution: {integrity: sha512-/mOHuq4h/mNC0QmB3iEOrYeiNMvciosSo/v7SMtvoc+jfk63AzZtQzwsC50t6kkL9ViEqyjDqj4bFfxKdQtozA==} + /rc-tabs/12.4.1_biqbaboplfbrettd7655fr4n2y: + resolution: {integrity: sha512-yViBZypldDnPffk3IPTarplF1RAv8VQDDnOt9sHDU7pjCnqE72csCU+7kjbLPtPpYniIMQJYyWxh/lsBUcagSA==} engines: {node: '>=8.x'} peerDependencies: react: '>=16.9.0' @@ -13283,7 +13294,7 @@ packages: '@babel/runtime': 7.20.1 classnames: 2.3.2 rc-dropdown: 4.0.1_biqbaboplfbrettd7655fr4n2y - rc-menu: 9.7.2_biqbaboplfbrettd7655fr4n2y + rc-menu: 9.8.0_biqbaboplfbrettd7655fr4n2y rc-motion: 2.6.2_biqbaboplfbrettd7655fr4n2y rc-resize-observer: 1.2.0_biqbaboplfbrettd7655fr4n2y rc-util: 5.24.4_biqbaboplfbrettd7655fr4n2y @@ -14424,8 +14435,8 @@ packages: resolution: {integrity: sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==} dev: false - /socket.io-client/4.5.3: - resolution: {integrity: sha512-I/hqDYpQ6JKwtJOf5ikM+Qz+YujZPMEl6qBLhxiP0nX+TfXKhW4KZZG8lamrD6Y5ngjmYHreESVasVCgi5Kl3A==} + /socket.io-client/4.5.4: + resolution: {integrity: sha512-ZpKteoA06RzkD32IbqILZ+Cnst4xewU7ZYK12aS1mzHftFFjpoMz69IuhP/nL25pJfao/amoPI527KnuhFm01g==} engines: {node: '>=10.0.0'} dependencies: '@socket.io/component-emitter': 3.1.0 @@ -14448,14 +14459,14 @@ packages: - supports-color dev: false - /socket.io/4.5.3: - resolution: {integrity: sha512-zdpnnKU+H6mOp7nYRXH4GNv1ux6HL6+lHL8g7Ds7Lj8CkdK1jJK/dlwsKDculbyOHifcJ0Pr/yeXnZQ5GeFrcg==} + /socket.io/4.5.4: + resolution: {integrity: sha512-m3GC94iK9MfIEeIBfbhJs5BqFibMtkRk8ZpKwG2QwxV0m/eEhPIV4ara6XCF1LWNAus7z58RodiZlAH71U3EhQ==} engines: {node: '>=10.0.0'} dependencies: accepts: 1.3.8 base64id: 2.0.0 debug: 4.3.4 - engine.io: 6.2.0 + engine.io: 6.2.1 socket.io-adapter: 2.4.0 socket.io-parser: 4.2.1 transitivePeerDependencies: