From 4f38e78935e9d6da04065225634cf2332230af5d Mon Sep 17 00:00:00 2001 From: undefined Date: Fri, 23 Jun 2023 22:32:07 +0800 Subject: [PATCH] update deps --- package.json | 12 ++++++------ packages/center/package.json | 2 +- packages/elastic/package.json | 2 +- packages/eslint-config/package.json | 4 ++-- packages/hydrojudge/package.json | 2 +- packages/hydrooj/package.json | 18 ++++++++--------- packages/migrate/package.json | 2 +- packages/ui-default/package.json | 30 ++++++++++++++--------------- packages/utils/package.json | 4 ++-- 9 files changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 4c8784c8..24eada28 100644 --- a/package.json +++ b/package.json @@ -57,21 +57,21 @@ "mini-css-extract-plugin": "^2.7.6", "monaco-editor-webpack-plugin": "^7.0.1", "mongodb": "^5.6.0", - "mongodb-memory-server": "^8.12.2", + "mongodb-memory-server": "^8.13.0", "nyc": "^15.1.0", "ora": "^6.3.1", - "postcss-loader": "^7.3.2", - "semver": "^7.5.1", + "postcss-loader": "^7.3.3", + "semver": "^7.5.3", "simple-git": "^3.19.0", "style-loader": "^3.3.3", "stylus": "^0.59.0", - "stylus-loader": "7.1.2", + "stylus-loader": "7.1.3", "supertest": "^6.3.3", "ts-loader": "^9.4.3", "typescript": "5.0.2", - "webpack": "^5.86.0", + "webpack": "^5.88.0", "webpack-bundle-analyzer": "^4.9.0", - "webpack-dev-server": "^4.15.0", + "webpack-dev-server": "^4.15.1", "webpack-manifest-plugin": "^5.0.0", "webpackbar": "^5.0.2", "wtfnode": "^0.9.1" diff --git a/packages/center/package.json b/packages/center/package.json index be6efae7..f5049559 100644 --- a/packages/center/package.json +++ b/packages/center/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "crypto-js": "^4.1.1", - "semver": "^7.5.1" + "semver": "^7.5.3" } } diff --git a/packages/elastic/package.json b/packages/elastic/package.json index 4a2acf62..5e868cac 100644 --- a/packages/elastic/package.json +++ b/packages/elastic/package.json @@ -6,6 +6,6 @@ "author": "undefined ", "license": "AGPL-3.0-or-later", "dependencies": { - "@elastic/elasticsearch": "^8.8.0" + "@elastic/elasticsearch": "^8.8.1" } } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2da4683b..a206fb5d 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -4,8 +4,8 @@ "license": "MIT", "main": "react.yaml", "dependencies": { - "@typescript-eslint/eslint-plugin": "^5.59.9", - "@typescript-eslint/parser": "^5.59.9", + "@typescript-eslint/eslint-plugin": "^5.60.0", + "@typescript-eslint/parser": "^5.60.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "2.27.5", diff --git a/packages/hydrojudge/package.json b/packages/hydrojudge/package.json index 7cc26175..5c192cb7 100644 --- a/packages/hydrojudge/package.json +++ b/packages/hydrojudge/package.json @@ -10,7 +10,7 @@ "cac": "^6.7.14", "mongodb": "^5.6.0", "p-queue": "^7.3.4", - "schemastery": "^3.9.0", + "schemastery": "^3.10.0", "shell-quote": "^1.8.1", "superagent": "^8.0.9", "ws": "^8.13.0" diff --git a/packages/hydrooj/package.json b/packages/hydrooj/package.json index 8dc37d49..f1934b56 100644 --- a/packages/hydrooj/package.json +++ b/packages/hydrooj/package.json @@ -12,14 +12,14 @@ }, "preferUnplugged": true, "dependencies": { - "@aws-sdk/client-s3": "^3.348.0", - "@aws-sdk/lib-storage": "^3.348.0", - "@aws-sdk/middleware-endpoint": "^3.347.0", - "@aws-sdk/s3-presigned-post": "^3.348.0", - "@aws-sdk/s3-request-presigner": "^3.348.0", + "@aws-sdk/client-s3": "^3.358.0", + "@aws-sdk/lib-storage": "^3.358.0", + "@aws-sdk/middleware-endpoint": "^3.357.0", + "@aws-sdk/s3-presigned-post": "^3.358.0", + "@aws-sdk/s3-request-presigner": "^3.358.0", "@graphql-tools/schema": "^10.0.0", "@hydrooj/utils": "workspace:*", - "@simplewebauthn/server": "^7.3.0", + "@simplewebauthn/server": "^7.3.1", "adm-zip": "0.5.5", "cac": "^6.7.14", "cordis": "^2.8.0", @@ -27,7 +27,7 @@ "emoji-regex": "^10.2.1", "emojis-list": "2.1.0", "fs-extra": "^11.1.1", - "graphql": "^16.6.0", + "graphql": "^16.7.1", "graphql-scalars": "^1.22.2", "js-yaml": "^4.1.0", "koa": "^2.14.2", @@ -48,8 +48,8 @@ "path-to-regexp": "^6.2.1", "require-resolve-hook": "^1.1.0", "saslprep": "^1.0.3", - "schemastery": "^3.9.0", - "semver": "^7.5.1", + "schemastery": "^3.10.0", + "semver": "^7.5.3", "serialize-javascript": "^6.0.1", "superagent": "^8.0.9", "tar": "^6.1.15", diff --git a/packages/migrate/package.json b/packages/migrate/package.json index 8a291852..a7cf160a 100644 --- a/packages/migrate/package.json +++ b/packages/migrate/package.json @@ -6,7 +6,7 @@ "author": "undefined ", "license": "AGPL-3.0-or-later", "dependencies": { - "mariadb": "^3.1.2", + "mariadb": "^3.2.0", "mongodb": "^5.6.0", "turndown": "^7.1.2", "xml2js": "^0.6.0" diff --git a/packages/ui-default/package.json b/packages/ui-default/package.json index 4a0fab4b..1190997a 100644 --- a/packages/ui-default/package.json +++ b/packages/ui-default/package.json @@ -16,14 +16,14 @@ "devDependencies": { "@blueprintjs/core": "^4.20.1", "@blueprintjs/popover2": "^1.14.9", - "@fontsource/dm-mono": "^5.0.2", - "@fontsource/fira-code": "^5.0.2", - "@fontsource/inconsolata": "^5.0.2", - "@fontsource/jetbrains-mono": "^5.0.2", - "@fontsource/pt-mono": "^5.0.2", - "@fontsource/roboto-mono": "^5.0.2", - "@fontsource/source-code-pro": "^5.0.2", - "@fontsource/ubuntu-mono": "^5.0.2", + "@fontsource/dm-mono": "^5.0.3", + "@fontsource/fira-code": "^5.0.3", + "@fontsource/inconsolata": "^5.0.3", + "@fontsource/jetbrains-mono": "^5.0.3", + "@fontsource/pt-mono": "^5.0.3", + "@fontsource/roboto-mono": "^5.0.3", + "@fontsource/source-code-pro": "^5.0.3", + "@fontsource/ubuntu-mono": "^5.0.3", "@hydrooj/utils": "workspace:*", "@simplewebauthn/browser": "^7.2.0", "@svgr/webpack": "^8.0.1", @@ -34,11 +34,11 @@ "@types/markdown-it": "^12.2.3", "@types/pickadate": "^3.5.32", "@types/qrcode": "^1.5.0", - "@types/react": "^18.2.9", - "@types/react-dom": "^18.2.4", + "@types/react": "^18.2.13", + "@types/react-dom": "^18.2.6", "@types/redux-logger": "^3.0.9", - "@types/serviceworker": "^0.0.67", - "@types/sharedworker": "^0.0.96", + "@types/serviceworker": "^0.0.68", + "@types/sharedworker": "^0.0.97", "@types/webpack-env": "^1.18.1", "@vscode/codicons": "^0.0.33", "ajv": "^8.12.0", @@ -89,14 +89,14 @@ "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.2.0", "react-query": "^3.39.3", - "react-redux": "^8.0.7", + "react-redux": "^8.1.1", "reconnecting-websocket": "^4.4.0", "redux": "^4.2.1", "redux-logger": "^3.0.6", "redux-promise-middleware": "^6.1.3", "redux-thunk": "^2.4.2", "rupture": "^0.7.1", - "schemastery": "^3.9.0", + "schemastery": "^3.10.0", "slideout": "^1.0.1", "sticky-kit": "^1.1.3", "tether": "1.4.7", @@ -104,7 +104,7 @@ "through2": "^4.0.2", "timeago-react": "^3.0.6", "timeago.js": "^4.0.2", - "vditor": "^3.9.3", + "vditor": "^3.9.4", "vinyl-buffer": "^1.0.1", "web-streams-polyfill": "^3.2.1" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 2e4de488..2393784e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -14,9 +14,9 @@ "js-yaml": "^4.1.0", "moment-timezone": "^0.5.43", "mongodb": "^5.6.0", - "reggol": "^1.3.5", + "reggol": "^1.4.2", "source-map-support": "^0.5.21", - "systeminformation": "^5.18.3" + "systeminformation": "^5.18.4" }, "devDependencies": { "@types/fs-extra": "^11.0.1",