diff --git a/apps/ai/package.json b/apps/ai/package.json index 7c78d24e321..f848ea478ec 100644 --- a/apps/ai/package.json +++ b/apps/ai/package.json @@ -32,17 +32,17 @@ ] }, "dependencies": { - "@ant-design/cssinjs": "1.19.1", + "@ant-design/cssinjs": "1.20.0", "@ant-design/icons": "5.3.6", "@ddadaal/tsgrpc-client": "0.17.7", "@ddadaal/tsgrpc-common": "0.2.5", "@grpc/grpc-js": "1.10.6", "@kubernetes/client-node": "^0.20.0", - "@mikro-orm/cli": "6.1.12", - "@mikro-orm/core": "6.1.12", - "@mikro-orm/migrations": "6.1.12", - "@mikro-orm/mysql": "6.1.12", - "@mikro-orm/seeder": "6.1.12", + "@mikro-orm/cli": "6.2.2", + "@mikro-orm/core": "6.2.2", + "@mikro-orm/migrations": "6.2.2", + "@mikro-orm/mysql": "6.2.2", + "@mikro-orm/seeder": "6.2.2", "@scow/config": "workspace:*", "@scow/lib-auth": "workspace:*", "@scow/lib-config": "workspace:*", @@ -55,24 +55,24 @@ "@scow/scheduler-adapter-protos": "workspace:*", "@scow/utils": "workspace:*", "@scow/rich-error-model": "workspace:*", - "@sinclair/typebox": "0.32.20", + "@sinclair/typebox": "0.32.22", "@tanstack/react-query": "4.36.1", "@trpc/client": "10.45.2", "@trpc/next": "10.45.2", "@trpc/react-query": "10.45.2", "@trpc/server": "10.45.2", - "antd": "5.16.0", + "antd": "5.16.4", "dayjs": "1.11.10", "dotenv": "16.4.5", "http-proxy": "1.18.1", "lodash": "4.17.21", "long": "5.2.3", "mime-types": "2.1.35", - "next": "14.1.4", + "next": "14.2.2", "next-compose-plugins": "2.2.1", "next-connect": "1.0.0", "nextjs-cors": "2.2.0", - "node-ssh": "13.1.0", + "node-ssh": "13.2.0", "nookies": "2.5.2", "nprogress": "0.2.0", "pino": "8.16.2", @@ -85,27 +85,27 @@ "simstate": "3.0.1", "styled-components": "6.1.8", "superjson": "2.2.1", - "swagger-ui-react": "5.13.0", + "swagger-ui-react": "5.17.0", "trpc-openapi": "1.2.0", "ws": "8.16.0", "@xterm/xterm": "5.5.0", "@xterm/addon-fit": "0.10.0", - "zod": "3.22.4", + "zod": "3.23.4", "shell-quote": "1.8.1", "replace-in-file": "7.1.0" }, "devDependencies": { - "@next/bundle-analyzer": "14.1.4", + "@next/bundle-analyzer": "14.2.2", "@testing-library/jest-dom": "6.4.2", - "@testing-library/react": "15.0.2", + "@testing-library/react": "15.0.4", "@types/busboy": "1.5.3", "@types/google-protobuf": "3.15.12", "@types/http-proxy": "1.17.14", "@types/mime-types": "2.1.4", - "@types/node": "20.12.4", + "@types/node": "20.12.7", "@types/nprogress": "0.2.3", - "@types/react": "18.2.74", - "@types/react-dom": "18.2.24", + "@types/react": "18.2.79", + "@types/react-dom": "18.2.25", "@types/styled-components": "5.1.34", "@types/swagger-ui-react": "4.18.3", "@types/url-join": "4.0.3", diff --git a/apps/audit-server/package.json b/apps/audit-server/package.json index a1ea90125a1..6ec169c9fe2 100644 --- a/apps/audit-server/package.json +++ b/apps/audit-server/package.json @@ -26,11 +26,11 @@ "@ddadaal/tsgrpc-common": "0.2.5", "@ddadaal/tsgrpc-client": "0.17.7", "@grpc/grpc-js": "1.10.6", - "@mikro-orm/cli": "6.1.12", - "@mikro-orm/core": "6.1.12", - "@mikro-orm/migrations": "6.1.12", - "@mikro-orm/mysql": "6.1.12", - "@mikro-orm/seeder": "6.1.12", + "@mikro-orm/cli": "6.2.2", + "@mikro-orm/core": "6.2.2", + "@mikro-orm/migrations": "6.2.2", + "@mikro-orm/mysql": "6.2.2", + "@mikro-orm/seeder": "6.2.2", "@scow/config": "workspace:*", "@scow/lib-config": "workspace:*", "@scow/lib-server": "workspace:*", diff --git a/apps/auth/package.json b/apps/auth/package.json index a6e661dc624..1cb97e0b777 100644 --- a/apps/auth/package.json +++ b/apps/auth/package.json @@ -23,22 +23,22 @@ "dependencies": { "@fastify/error": "3.4.1", "@fastify/formbody": "7.4.0", - "@fastify/static": "7.0.2", + "@fastify/static": "7.0.3", "@fastify/view": "9.0.0", - "liquidjs": "10.10.2", + "liquidjs": "10.11.1", "@scow/config": "workspace:*", "@scow/lib-config": "workspace:*", "@scow/lib-server": "workspace:*", "@scow/lib-ssh": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.32.20", + "@sinclair/typebox": "0.32.22", "asn1": "0.2.6", "fastify": "4.26.2", "fastify-graceful-shutdown": "3.5.3", "fastify-plugin": "4.5.1", - "ioredis": "5.3.2", + "ioredis": "5.4.1", "ldapjs": "2.3.3", - "nanoid": "5.0.6", + "nanoid": "5.0.7", "svg-captcha": "1.4.0", "pino-pretty": "10.3.1", "pino": "8.16.2", diff --git a/apps/cli/package.json b/apps/cli/package.json index 5ab44364dcc..ff0ae77b9fd 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -15,7 +15,7 @@ "pkg": "5.8.1", "yargs": "17.7.2", "prompts": "2.4.2", - "@sinclair/typebox": "0.32.20", + "@sinclair/typebox": "0.32.22", "js-yaml": "4.1.0", "pino": "8.16.2", "pino-pretty": "10.3.1", diff --git a/apps/mis-server/package.json b/apps/mis-server/package.json index 65b612c77a4..8610ad552f8 100644 --- a/apps/mis-server/package.json +++ b/apps/mis-server/package.json @@ -26,12 +26,12 @@ "@ddadaal/tsgrpc-server": "0.19.5", "@ddadaal/tsgrpc-client": "0.17.7", "@grpc/grpc-js": "1.10.6", - "@mikro-orm/cli": "6.1.12", - "@mikro-orm/core": "6.1.12", - "@mikro-orm/mariadb": "6.1.12", - "@mikro-orm/migrations": "6.1.12", - "@mikro-orm/mysql": "6.1.12", - "@mikro-orm/seeder": "6.1.12", + "@mikro-orm/cli": "6.2.2", + "@mikro-orm/core": "6.2.2", + "@mikro-orm/mariadb": "6.2.2", + "@mikro-orm/migrations": "6.2.2", + "@mikro-orm/mysql": "6.2.2", + "@mikro-orm/seeder": "6.2.2", "@scow/config": "workspace:*", "@scow/lib-auth": "workspace:*", "@scow/lib-config": "workspace:*", @@ -43,7 +43,7 @@ "@scow/protos": "workspace:*", "@scow/scheduler-adapter-protos": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.32.20", + "@sinclair/typebox": "0.32.22", "dayjs": "1.11.10", "dotenv": "16.4.5", "node-cron": "3.0.3", diff --git a/apps/mis-web/package.json b/apps/mis-web/package.json index 1d6a42f7d15..f92ba2a11e7 100644 --- a/apps/mis-web/package.json +++ b/apps/mis-web/package.json @@ -37,13 +37,13 @@ "@scow/utils": "workspace:*", "@scow/lib-operation-log": "workspace:*", "@scow/rich-error-model": "workspace:*", - "@sinclair/typebox": "0.32.20", - "antd": "5.16.0", + "@sinclair/typebox": "0.32.22", + "antd": "5.16.4", "dayjs": "1.11.10", "google-protobuf": "3.21.2", "less": "4.2.0", "mime-types": "2.1.35", - "next": "14.1.4", + "next": "14.2.2", "next-compose-plugins": "2.2.1", "nookies": "2.5.2", "nprogress": "0.2.0", @@ -55,21 +55,21 @@ "simstate": "3.0.1", "styled-components": "6.1.8", "tslib": "2.6.2", - "typescript": "5.4.3", + "typescript": "5.4.5", "http-proxy": "1.18.1", - "@ant-design/cssinjs": "1.19.1", + "@ant-design/cssinjs": "1.20.0", "react-typed-i18n": "2.3.0", "csv-stringify": "6.4.6" }, "devDependencies": { "@ddadaal/next-typed-api-routes-cli": "0.9.1", - "@next/bundle-analyzer": "14.1.4", + "@next/bundle-analyzer": "14.2.2", "@types/google-protobuf": "3.15.12", "@types/mime-types": "2.1.4", - "@types/node": "20.12.4", + "@types/node": "20.12.7", "@types/nprogress": "0.2.3", - "@types/react": "18.2.74", - "@types/react-dom": "18.2.24", + "@types/react": "18.2.79", + "@types/react-dom": "18.2.25", "@types/styled-components": "5.1.34", "babel-plugin-import": "1.13.8", "postcss": "8.4.38", diff --git a/apps/portal-server/package.json b/apps/portal-server/package.json index 4046a5f3dc2..185a5539d2b 100644 --- a/apps/portal-server/package.json +++ b/apps/portal-server/package.json @@ -33,11 +33,11 @@ "@scow/lib-scheduler-adapter": "workspace:*", "@scow/utils": "workspace:*", "@scow/rich-error-model": "workspace:*", - "@sinclair/typebox": "0.32.20", + "@sinclair/typebox": "0.32.22", "dayjs": "1.11.10", "dotenv": "16.4.5", "node-cron": "3.0.3", - "node-ssh": "13.1.0", + "node-ssh": "13.2.0", "pino": "8.16.2", "pino-pretty": "10.3.1", "shell-quote": "1.8.1", diff --git a/apps/portal-web/package.json b/apps/portal-web/package.json index c9040a8fd98..44a7914bf99 100644 --- a/apps/portal-web/package.json +++ b/apps/portal-web/package.json @@ -25,11 +25,11 @@ "repository": "https://glithub.com/PKUHPC/SCOW", "dependencies": { "@ant-design/colors": "7.0.2", - "@ant-design/cssinjs": "1.19.1", + "@ant-design/cssinjs": "1.20.0", "@ant-design/icons": "5.3.6", "@codemirror/language": "6.10.1", - "@codemirror/legacy-modes": "6.3.3", - "@codemirror/view": "6.26.1", + "@codemirror/legacy-modes": "6.4.0", + "@codemirror/view": "6.26.3", "@ddadaal/next-typed-api-routes-runtime": "0.8.2", "@ddadaal/tsgrpc-client": "0.17.7", "@ddadaal/tsgrpc-common": "0.2.5", @@ -48,17 +48,17 @@ "@scow/protos": "workspace:*", "@scow/rich-error-model": "workspace:*", "@scow/utils": "workspace:*", - "@sinclair/typebox": "0.32.20", + "@sinclair/typebox": "0.32.22", "@uiw/codemirror-theme-github": "4.21.25", "@uiw/react-codemirror": "4.21.20", - "antd": "5.16.0", + "antd": "5.16.4", "busboy": "1.6.0", "dayjs": "1.11.10", "google-protobuf": "3.21.2", "http-proxy": "1.18.1", "less": "4.2.0", "mime-types": "2.1.35", - "next": "14.1.4", + "next": "14.2.2", "next-compose-plugins": "2.2.1", "nookies": "2.5.2", "nprogress": "0.2.0", @@ -67,28 +67,28 @@ "react-dom": "18.2.0", "react-is": "18.2.0", "react-typed-i18n": "2.3.0", - "recharts": "2.12.3", + "recharts": "2.12.6", "simstate": "3.0.1", "styled-components": "6.1.8", "tslib": "2.6.2", - "typescript": "5.4.3", + "typescript": "5.4.5", "ws": "8.16.0", "xterm": "5.3.0", "xterm-addon-fit": "0.8.0" }, "devDependencies": { "@ddadaal/next-typed-api-routes-cli": "0.9.1", - "@next/bundle-analyzer": "14.1.4", + "@next/bundle-analyzer": "14.2.2", "@testing-library/jest-dom": "6.4.2", - "@testing-library/react": "15.0.2", + "@testing-library/react": "15.0.4", "@types/busboy": "1.5.3", "@types/google-protobuf": "3.15.12", "@types/http-proxy": "1.17.14", "@types/mime-types": "2.1.4", - "@types/node": "20.12.4", + "@types/node": "20.12.7", "@types/nprogress": "0.2.3", - "@types/react": "18.2.74", - "@types/react-dom": "18.2.24", + "@types/react": "18.2.79", + "@types/react-dom": "18.2.25", "@types/styled-components": "5.1.34", "@types/url-join": "4.0.3", "@types/ws": "8.5.10", @@ -100,7 +100,7 @@ "webpack": "5.91.0" }, "peerDependencies": { - "monaco-editor": "0.47.0" + "monaco-editor": "0.48.0" }, "browserslist": { "production": [ diff --git a/docs/package.json b/docs/package.json index ec6ebd81d7e..fc91a6cc2c1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -18,26 +18,26 @@ "writeConfigDocs": "node tools/configDoc.mjs" }, "dependencies": { - "@docusaurus/core": "3.2.0", - "@docusaurus/preset-classic": "3.2.0", + "@docusaurus/core": "3.2.1", + "@docusaurus/preset-classic": "3.2.1", "@mdx-js/react": "3.0.0", - "clsx": "2.1.0", + "clsx": "2.1.1", "prism-react-renderer": "2.2.0", "react": "18.2.0", "react-dom": "18.2.0", "@cmfcmf/docusaurus-search-local": "1.1.0" }, "devDependencies": { - "@adobe/jsonschema2md": "8.0.1", - "@algolia/client-search": "4.23.2", - "@docusaurus/module-type-aliases": "3.2.0", + "@adobe/jsonschema2md": "8.0.2", + "@algolia/client-search": "4.23.3", + "@docusaurus/module-type-aliases": "3.2.1", "@scow/config": "workspace:*", - "@sinclair/typebox": "0.32.20", + "@sinclair/typebox": "0.32.22", "@tsconfig/docusaurus": "2.0.3", - "@docusaurus/types": "3.2.0", + "@docusaurus/types": "3.2.1", "@types/react": "18.2.37", - "typescript": "5.4.3", - "@node-rs/jieba": "1.10.0", + "typescript": "5.4.5", + "@node-rs/jieba": "1.10.3", "unist-util-visit": "5.0.0" }, "browserslist": { diff --git a/libs/config/package.json b/libs/config/package.json index 8633ffdf888..85e369cd002 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.32.20" + "@sinclair/typebox": "0.32.22" }, "devDependencies": { "ts-log": "2.2.5" diff --git a/libs/libconfig/package.json b/libs/libconfig/package.json index 2b6cba9fff2..32ba7612f9a 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.32.20", + "@sinclair/typebox": "0.32.22", "ajv": "8.12.0", "ajv-formats": "3.0.1", "envalid": "8.0.0", diff --git a/libs/protos/scheduler-adapter/package.json b/libs/protos/scheduler-adapter/package.json index 6c37bac3cfc..08b44adaf92 100644 --- a/libs/protos/scheduler-adapter/package.json +++ b/libs/protos/scheduler-adapter/package.json @@ -18,7 +18,7 @@ "protobufjs": "7.2.6" }, "devDependencies": { - "ts-proto": "1.171.0" + "ts-proto": "1.172.0" }, "keywords": [], "author": "", diff --git a/libs/protos/scow/package.json b/libs/protos/scow/package.json index 0c34df769ff..71e92a28468 100644 --- a/libs/protos/scow/package.json +++ b/libs/protos/scow/package.json @@ -19,7 +19,7 @@ "@scow/grpc-api": "workspace:*" }, "devDependencies": { - "ts-proto": "1.171.0" + "ts-proto": "1.172.0" }, "keywords": [], "author": "", diff --git a/libs/rich-error-model/package.json b/libs/rich-error-model/package.json index 7fe4b419030..de81d339635 100644 --- a/libs/rich-error-model/package.json +++ b/libs/rich-error-model/package.json @@ -19,7 +19,7 @@ "protobufjs": "7.2.6" }, "devDependencies": { - "ts-proto": "1.171.0", + "ts-proto": "1.172.0", "@ddadaal/tsgrpc-server": "0.19.5", "@ddadaal/tsgrpc-common": "0.2.5", "@ddadaal/tsgrpc-client": "0.17.7", diff --git a/libs/ssh/package.json b/libs/ssh/package.json index fb0c9d36d8f..38ac40829f5 100644 --- a/libs/ssh/package.json +++ b/libs/ssh/package.json @@ -14,7 +14,7 @@ "!**/*.map" ], "dependencies": { - "node-ssh": "13.1.0", + "node-ssh": "13.2.0", "shell-quote": "1.8.1" }, "devDependencies": { diff --git a/libs/web/package.json b/libs/web/package.json index 047ef5990b2..f5972a176ee 100644 --- a/libs/web/package.json +++ b/libs/web/package.json @@ -16,13 +16,13 @@ ], "dependencies": { "@scow/utils": "workspace:*", - "zod": "3.22.4", + "zod": "3.23.4", "mime-types": "2.1.35", "nookies": "2.5.2" }, "peerDependencies": { - "antd": "5.16.0", - "next": "14.1.4", + "antd": "5.16.4", + "next": "14.2.2", "styled-components": "6.1.8", "@ant-design/icons": "5.3.6", "dayjs": "1.11.10", @@ -33,16 +33,16 @@ "react-async": "10.0.1" }, "devDependencies": { - "antd": "5.16.0", - "next": "14.1.4", + "antd": "5.16.4", + "next": "14.2.2", "@scow/config": "workspace:*", "styled-components": "6.1.8", "@grpc/grpc-js": "1.10.6", "@types/mime-types": "2.1.4", "react": "18.2.0", - "@types/react": "18.2.74", + "@types/react": "18.2.79", "react-dom": "18.2.0", - "@types/react-dom": "18.2.24", + "@types/react-dom": "18.2.25", "react-is": "18.2.0", "@ant-design/icons": "5.3.6", "dayjs": "1.11.10", diff --git a/package.json b/package.json index f58c79d5688..3466fecc8d7 100644 --- a/package.json +++ b/package.json @@ -21,16 +21,16 @@ "ci:publish": "pnpm publish -r" }, "devDependencies": { - "@bufbuild/buf": "1.30.1", + "@bufbuild/buf": "1.31.0", "@changesets/cli": "2.27.1", - "@commitlint/config-conventional": "19.1.0", + "@commitlint/config-conventional": "19.2.2", "@ddadaal/eslint-config": "1.9.0", - "@pnpm/lockfile-file": "9.0.0", + "@pnpm/lockfile-file": "9.0.1", "@pnpm/logger": "5.0.0", "@types/jest": "29.5.12", - "@types/node": "20.12.4", - "@typescript-eslint/eslint-plugin": "7.5.0", - "@typescript-eslint/parser": "7.5.0", + "@types/node": "20.12.7", + "@typescript-eslint/eslint-plugin": "7.7.1", + "@typescript-eslint/parser": "7.7.1", "concurrently": "8.2.2", "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", @@ -40,7 +40,7 @@ "eslint-import-resolver-typescript": "3.6.1", "eslint-plugin-import": "2.29.1", "eslint-plugin-license-header": "0.6.1", - "eslint-plugin-simple-import-sort": "12.0.0", + "eslint-plugin-simple-import-sort": "12.1.0", "front-matter": "4.0.2", "globby": "14.0.1", "husky": "9.0.11", @@ -56,12 +56,12 @@ "tsc-alias": "1.8.8", "tsconfig-paths": "4.2.0", "turbo": "1.13.2", - "typescript": "5.4.3" + "typescript": "5.4.5" }, "volta": { - "node": "20.12.1" + "node": "20.12.2" }, - "packageManager": "pnpm@8.15.6", + "packageManager": "pnpm@8.15.7", "pnpm": { "patchedDependencies": { "react-typed-i18n@2.3.0": "patches/react-typed-i18n@2.3.0.patch",