Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent aeadee7 commit 22c6f43
Show file tree
Hide file tree
Showing 23 changed files with 2,251 additions and 3,456 deletions.
22 changes: 11 additions & 11 deletions apps/audit-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ddadaal/tsgrpc-server": "0.19.4",
"@ddadaal/tsgrpc-common": "0.2.4",
"@ddadaal/tsgrpc-client": "0.17.6",
"@grpc/grpc-js": "1.9.5",
"@mikro-orm/cli": "5.7.14",
"@mikro-orm/core": "5.7.14",
"@mikro-orm/migrations": "5.7.14",
"@mikro-orm/mysql": "5.7.14",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.9.11",
"@mikro-orm/cli": "5.9.4",
"@mikro-orm/core": "5.9.4",
"@mikro-orm/migrations": "5.9.4",
"@mikro-orm/mysql": "5.9.4",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/protos": "workspace:*",
"pino": "8.15.0",
"pino-pretty": "10.2.0"
"pino": "8.16.2",
"pino-pretty": "10.2.3"
},
"devDependencies": {
"@types/google-protobuf": "3.15.6"
"@types/google-protobuf": "3.15.10"
},
"mikro-orm": {
"useTsNode": true,
Expand Down
28 changes: 14 additions & 14 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,38 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@fastify/error": "3.3.0",
"@fastify/error": "3.4.1",
"@fastify/formbody": "7.4.0",
"@fastify/static": "6.10.2",
"@fastify/view": "8.0.0",
"liquidjs": "10.8.4",
"@fastify/static": "6.12.0",
"@fastify/view": "8.2.0",
"liquidjs": "10.9.4",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-server": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.31.1",
"@sinclair/typebox": "0.31.26",
"asn1": "0.2.6",
"fastify": "4.21.0",
"fastify": "4.24.3",
"fastify-graceful-shutdown": "3.5.1",
"fastify-plugin": "4.5.1",
"ioredis": "5.3.2",
"ldapjs": "2.3.3",
"nanoid": "5.0.1",
"nanoid": "5.0.3",
"svg-captcha": "1.4.0",
"pino-pretty": "10.2.0",
"pino": "8.15.0",
"nodemailer": "6.9.4",
"pino-pretty": "10.2.3",
"pino": "8.16.2",
"nodemailer": "6.9.7",
"qrcode": "1.5.3",
"speakeasy": "2.0.0",
"react-typed-i18n": "2.3.0"
},
"devDependencies": {
"@types/asn1": "0.2.1",
"@types/asn1": "0.2.3",
"@types/ldapjs": "2.2.5",
"@types/nodemailer": "6.4.9",
"@types/qrcode": "1.5.1",
"@types/speakeasy": "2.0.7"
"@types/nodemailer": "6.4.14",
"@types/qrcode": "1.5.5",
"@types/speakeasy": "2.0.10"
},
"volta": {
"extends": "../../package.json"
Expand Down
20 changes: 10 additions & 10 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"pkg": "5.8.1",
"yargs": "17.7.2",
"prompts": "2.4.2",
"@sinclair/typebox": "0.31.1",
"@sinclair/typebox": "0.31.26",
"js-yaml": "4.1.0",
"pino": "8.15.0",
"pino-pretty": "10.2.0",
"octokit": "3.1.0",
"pino": "8.16.2",
"pino-pretty": "10.2.3",
"octokit": "3.1.2",
"jszip": "3.10.1",
"dotenv": "16.3.1",
"death": "1.1.0",
"https-proxy-agent": "7.0.1",
"node-fetch-commonjs": "3.3.1",
"https-proxy-agent": "7.0.2",
"node-fetch-commonjs": "3.3.2",
"@scow/config": "workspace:*"
},
"devDependencies": {
"@types/yargs": "17.0.24",
"@types/prompts": "2.4.4",
"@types/js-yaml": "4.0.5",
"@types/death": "1.1.2"
"@types/yargs": "17.0.31",
"@types/prompts": "2.4.8",
"@types/js-yaml": "4.0.9",
"@types/death": "1.1.5"
},
"author": "PKUHPC (https://github.com/PKUHPC)",
"license": "Mulan PSL v2",
Expand Down
40 changes: 20 additions & 20 deletions apps/mis-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ddadaal/tsgrpc-common": "0.2.4",
"@ddadaal/tsgrpc-server": "0.19.4",
"@ddadaal/tsgrpc-client": "0.17.6",
"@grpc/grpc-js": "1.9.5",
"@mikro-orm/cli": "5.7.14",
"@mikro-orm/core": "5.7.14",
"@mikro-orm/mariadb": "5.7.14",
"@mikro-orm/migrations": "5.7.14",
"@mikro-orm/mysql": "5.7.14",
"@mikro-orm/seeder": "5.7.14",
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.9.11",
"@mikro-orm/cli": "5.9.4",
"@mikro-orm/core": "5.9.4",
"@mikro-orm/mariadb": "5.9.4",
"@mikro-orm/migrations": "5.9.4",
"@mikro-orm/mysql": "5.9.4",
"@mikro-orm/seeder": "5.9.4",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -43,19 +43,19 @@
"@scow/scheduler-adapter-protos": "workspace:*",
"@scow/lib-scheduler-adapter": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.31.1",
"dayjs": "1.11.9",
"@sinclair/typebox": "0.31.26",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"node-cron": "3.0.2",
"pino": "8.15.0",
"pino-pretty": "10.2.0",
"uuid": "9.0.0",
"wait-on": "7.0.1"
"node-cron": "3.0.3",
"pino": "8.16.2",
"pino-pretty": "10.2.3",
"uuid": "9.0.1",
"wait-on": "7.2.0"
},
"devDependencies": {
"@types/google-protobuf": "3.15.6",
"@types/node-cron": "3.0.8",
"@types/wait-on": "5.3.1"
"@types/google-protobuf": "3.15.10",
"@types/node-cron": "3.0.11",
"@types/wait-on": "5.3.4"
},
"mikro-orm": {
"useTsNode": true,
Expand Down
38 changes: 19 additions & 19 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/icons": "5.2.5",
"@ant-design/icons": "5.2.6",
"@ddadaal/next-typed-api-routes-runtime": "0.8.2",
"@ddadaal/tsgrpc-client": "0.17.6",
"@ddadaal/tsgrpc-common": "0.2.4",
"@grpc/grpc-js": "1.9.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@ddadaal/tsgrpc-common": "0.2.5",
"@grpc/grpc-js": "1.9.11",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -37,9 +37,9 @@
"@scow/utils": "workspace:*",
"@scow/lib-operation-log": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@sinclair/typebox": "0.31.1",
"antd": "5.8.4",
"dayjs": "1.11.9",
"@sinclair/typebox": "0.31.26",
"antd": "5.11.2",
"dayjs": "1.11.10",
"google-protobuf": "3.21.2",
"less": "4.2.0",
"mime-types": "2.1.35",
Expand All @@ -53,25 +53,25 @@
"react-dom": "18.2.0",
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "6.0.7",
"styled-components": "6.1.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"@ant-design/cssinjs": "1.16.2",
"typescript": "5.2.2",
"@ant-design/cssinjs": "1.17.2",
"react-typed-i18n": "2.3.0"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.9.1",
"@next/bundle-analyzer": "13.4.13",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.17.6",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/styled-components": "5.1.26",
"@types/google-protobuf": "3.15.10",
"@types/mime-types": "2.1.4",
"@types/node": "18.18.10",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/styled-components": "5.1.30",
"babel-plugin-import": "1.13.8",
"postcss": "8.4.28",
"webpack": "5.88.2"
"postcss": "8.4.31",
"webpack": "5.89.0"
},
"browserslist": {
"production": [
Expand Down
30 changes: 15 additions & 15 deletions apps/portal-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ddadaal/tsgrpc-common": "0.2.4",
"@ddadaal/tsgrpc-server": "0.19.4",
"@ddadaal/tsgrpc-client": "0.17.6",
"@grpc/grpc-js": "1.9.5",
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.9.11",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-server": "workspace:*",
Expand All @@ -33,23 +33,23 @@
"@scow/lib-scheduler-adapter": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@sinclair/typebox": "0.31.1",
"dayjs": "1.11.9",
"@sinclair/typebox": "0.31.26",
"dayjs": "1.11.10",
"dotenv": "16.3.1",
"node-cron": "3.0.2",
"node-cron": "3.0.3",
"node-ssh": "13.1.0",
"pino": "8.15.0",
"pino-pretty": "10.2.0",
"pino": "8.16.2",
"pino-pretty": "10.2.3",
"shell-quote": "1.8.1",
"ts-log": "2.2.5",
"uuid": "9.0.0",
"wait-on": "7.0.1"
"uuid": "9.0.1",
"wait-on": "7.2.0"
},
"devDependencies": {
"@types/node-cron": "3.0.8",
"@types/shell-quote": "1.7.1",
"@types/ssh2": "1.11.13",
"@types/wait-on": "5.3.1",
"@types/node-cron": "3.0.11",
"@types/shell-quote": "1.7.4",
"@types/ssh2": "1.11.16",
"@types/wait-on": "5.3.4",
"form-data": "4.0.0"
},
"volta": {
Expand Down
64 changes: 32 additions & 32 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"license": "Mulan PSL v2",
"repository": "https://glithub.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/cssinjs": "1.16.2",
"@ant-design/icons": "5.2.5",
"@codemirror/language": "6.9.0",
"@ant-design/cssinjs": "1.17.2",
"@ant-design/icons": "5.2.6",
"@codemirror/language": "6.9.2",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/view": "6.16.0",
"@codemirror/view": "6.22.0",
"@ddadaal/next-typed-api-routes-runtime": "0.8.2",
"@ddadaal/tsgrpc-client": "0.17.6",
"@ddadaal/tsgrpc-common": "0.2.4",
"@grpc/grpc-js": "1.9.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@ddadaal/tsgrpc-common": "0.2.5",
"@grpc/grpc-js": "1.9.11",
"@monaco-editor/react": "^4.6.0",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
Expand All @@ -47,12 +47,12 @@
"@scow/protos": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.31.1",
"@uiw/codemirror-theme-github": "4.21.9",
"@uiw/react-codemirror": "4.21.9",
"antd": "5.8.4",
"@sinclair/typebox": "0.31.26",
"@uiw/codemirror-theme-github": "4.21.20",
"@uiw/react-codemirror": "4.21.20",
"antd": "5.11.2",
"busboy": "1.6.0",
"dayjs": "1.11.9",
"dayjs": "1.11.10",
"google-protobuf": "3.21.2",
"http-proxy": "1.18.1",
"less": "4.2.0",
Expand All @@ -68,33 +68,33 @@
"react-is": "18.2.0",
"react-typed-i18n": "2.3.0",
"simstate": "3.0.1",
"styled-components": "6.0.7",
"styled-components": "6.1.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"ws": "8.13.0",
"xterm": "5.2.1",
"xterm-addon-fit": "0.7.0"
"typescript": "5.2.2",
"ws": "8.14.2",
"xterm": "5.3.0",
"xterm-addon-fit": "0.8.0"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.9.1",
"@next/bundle-analyzer": "13.4.13",
"@testing-library/jest-dom": "6.0.1",
"@testing-library/react": "14.0.0",
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.17.6",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"@types/ws": "8.5.5",
"jest-environment-jsdom": "29.6.2",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.1.2",
"@types/busboy": "1.5.3",
"@types/google-protobuf": "3.15.10",
"@types/mime-types": "2.1.4",
"@types/node": "18.18.10",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/styled-components": "5.1.30",
"@types/url-join": "4.0.3",
"@types/ws": "8.5.9",
"jest-environment-jsdom": "29.7.0",
"node-mocks-http": "1.13.0",
"postcss": "8.4.28",
"postcss": "8.4.31",
"ts-log": "2.2.5",
"webpack": "5.88.2"
"webpack": "5.89.0"
},
"peerDependencies": {
"monaco-editor": "0.44.0"
Expand Down
Loading

0 comments on commit 22c6f43

Please sign in to comment.