diff --git a/package.json b/package.json index 1e7adf8b..6f5f6899 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "test": "node test/entry.js", "benchmark": "cross-env BENCHMARK=true node test/entry.js", "lint": "eslint packages plugins modules --ext .ts,.tsx,.jsx --fix", - "lint:ci": "eslint packages plugins modules --ext .ts,.tsx,.jsx", + "lint:ci": "eslint packages plugins modules --ext .ts,.tsx,.jsx --max-warnings=0", "lint:ui": "yarn workspace @hydrooj/ui-default lint --ext .js,.ts,.jsx,.tsx . --fix", - "lint:ui:ci": "yarn workspace @hydrooj/ui-default lint --ext .js,.ts,.jsx,.tsx .", + "lint:ui:ci": "yarn workspace @hydrooj/ui-default lint --ext .js,.ts,.jsx,.tsx . --max-warnings=0", "debug": "node --trace-warnings --async-stack-traces --trace-deprecation packages/hydrooj/bin/hydrooj --debug --template", "start": "packages/hydrooj/bin/hydrooj", "postinstall": "node build/prepare.js", @@ -32,11 +32,11 @@ "license": "AGPL-3.0-only", "devDependencies": { "@simplewebauthn/typescript-types": "^8.0.0", - "@types/autocannon": "^7.12.0", + "@types/autocannon": "^7.12.1", "@types/cross-spawn": "^6.0.3", "@types/node": "^20.6.1", - "@types/semver": "^7.5.2", - "@types/supertest": "^2.0.12", + "@types/semver": "^7.5.3", + "@types/supertest": "^2.0.13", "autocannon": "^7.12.0", "cac": "^6.7.14", "chokidar": "^3.5.3", @@ -47,8 +47,8 @@ "css-loader": "^6.8.1", "esbuild": "0.17.10", "esbuild-loader": "^2.21.0", - "eslint": "^8.49.0", - "eslint-import-resolver-typescript": "^3.6.0", + "eslint": "^8.50.0", + "eslint-import-resolver-typescript": "^3.6.1", "eslint-import-resolver-webpack": "^0.13.7", "fs-extra": "^11.1.1", "globby": "13.2.2", @@ -62,7 +62,7 @@ "ora": "^6.3.1", "postcss-loader": "7.3.2", "semver": "^7.5.4", - "simple-git": "^3.19.1", + "simple-git": "^3.20.0", "style-loader": "^3.3.3", "stylus": "^0.60.0", "stylus-loader": "7.1.2", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 00a6843b..4a7e5709 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": "^6.7.2", - "@typescript-eslint/parser": "^6.7.2", + "@typescript-eslint/eslint-plugin": "^6.7.3", + "@typescript-eslint/parser": "^6.7.3", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-plugin-import": "2.28.1", diff --git a/packages/geoip/package.json b/packages/geoip/package.json index cb5d9efd..99afe931 100644 --- a/packages/geoip/package.json +++ b/packages/geoip/package.json @@ -6,7 +6,7 @@ "author": "undefined ", "license": "AGPL-3.0-or-later", "dependencies": { - "maxmind": "^4.3.11" + "maxmind": "^4.3.13" }, "preferUnplugged": true, "scripts": { diff --git a/packages/hydrojudge/package.json b/packages/hydrojudge/package.json index a9adcc80..3d2e1e97 100644 --- a/packages/hydrojudge/package.json +++ b/packages/hydrojudge/package.json @@ -18,7 +18,7 @@ "preferUnplugged": true, "license": "AGPL-3.0-or-later", "devDependencies": { - "@types/shell-quote": "^1.7.1", - "@types/ws": "^8.5.5" + "@types/shell-quote": "^1.7.2", + "@types/ws": "^8.5.6" } } diff --git a/packages/hydrooj/package.json b/packages/hydrooj/package.json index 6bdd952f..9daf3d02 100644 --- a/packages/hydrooj/package.json +++ b/packages/hydrooj/package.json @@ -12,11 +12,11 @@ }, "preferUnplugged": true, "dependencies": { - "@aws-sdk/client-s3": "3.414.0", - "@aws-sdk/lib-storage": "3.414.0", + "@aws-sdk/client-s3": "3.418.0", + "@aws-sdk/lib-storage": "3.418.0", "@aws-sdk/middleware-endpoint": "3.374.0", - "@aws-sdk/s3-presigned-post": "3.414.0", - "@aws-sdk/s3-request-presigner": "3.414.0", + "@aws-sdk/s3-presigned-post": "3.418.0", + "@aws-sdk/s3-request-presigner": "3.418.0", "@graphql-tools/schema": "^10.0.0", "@hydrooj/utils": "workspace:*", "@simplewebauthn/server": "^8.1.1", @@ -66,12 +66,12 @@ "@types/koa-static-cache": "^5.1.2", "@types/lodash": "^4.14.198", "@types/mime-types": "^2.1.1", - "@types/nodemailer": "^6.4.10", - "@types/notp": "^2.0.2", + "@types/nodemailer": "^6.4.11", + "@types/notp": "^2.0.3", "@types/saslprep": "^1.0.1", - "@types/semver": "^7.5.2", + "@types/semver": "^7.5.3", "@types/serialize-javascript": "^5.0.2", - "@types/superagent": "^4.1.18", + "@types/superagent": "^4.1.19", "@types/tar": "^6.1.6", "moment": "^2.29.4" } diff --git a/packages/ui-default/package.json b/packages/ui-default/package.json index e9bbc38c..e04a21f2 100644 --- a/packages/ui-default/package.json +++ b/packages/ui-default/package.json @@ -14,7 +14,7 @@ "cli": false }, "devDependencies": { - "@blueprintjs/core": "^5.3.0", + "@blueprintjs/core": "^5.3.2", "@fontsource/dm-mono": "^5.0.12", "@fontsource/fira-code": "^5.0.8", "@fontsource/inconsolata": "^5.0.8", @@ -31,18 +31,18 @@ "@types/json-schema": "^7.0.13", "@types/katex": "^0.16.3", "@types/markdown-it": "^13.0.1", - "@types/pickadate": "^3.5.32", + "@types/pickadate": "^3.5.33", "@types/qrcode": "^1.5.2", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", "@types/redux-logger": "^3.0.9", - "@types/serviceworker": "^0.0.73", - "@types/sharedworker": "^0.0.102", - "@types/webpack-env": "^1.18.1", + "@types/serviceworker": "^0.0.74", + "@types/sharedworker": "^0.0.103", + "@types/webpack-env": "^1.18.2", "@vscode/codicons": "^0.0.33", "ajv": "^8.12.0", "allotment": "^1.19.3", - "autoprefixer": "^10.4.15", + "autoprefixer": "^10.4.16", "browser-update": "^3.3.44", "chalk": "^5.3.0", "classnames": "^2.3.2", @@ -103,7 +103,7 @@ "through2": "^4.0.2", "timeago-react": "^3.0.6", "timeago.js": "^4.0.2", - "vditor": "^3.9.5", + "vditor": "^3.9.6", "vinyl-buffer": "^1.0.1", "web-streams-polyfill": "^3.2.1" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 5892a664..bf453c4f 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -17,10 +17,10 @@ "reggol": "^1.5.1", "search-query-parser": "^1.6.0", "source-map-support": "^0.5.21", - "systeminformation": "^5.21.7" + "systeminformation": "^5.21.9" }, "devDependencies": { "@types/fs-extra": "^11.0.2", - "@types/source-map-support": "^0.5.7" + "@types/source-map-support": "^0.5.8" } } diff --git a/packages/vjudge/package.json b/packages/vjudge/package.json index 7660e328..de254f82 100644 --- a/packages/vjudge/package.json +++ b/packages/vjudge/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "@types/jsdom": "21.1.1", - "@types/superagent-proxy": "^3.0.0" + "@types/superagent-proxy": "^3.0.1" } }