|
23 | 23 | "oxlint": "cd framework/eslint-config && node -r @hydrooj/register build.ts && cd ../../ && oxlint --config framework/eslint-config/.oxlintrc.json", |
24 | 24 | "lint": "eslint --flag v10_config_lookup_from_file packages plugins modules framework --ext .ts,.tsx,.jsx,.vue,.yaml,.yml --fix", |
25 | 25 | "lint:ci": "eslint --flag v10_config_lookup_from_file packages plugins modules framework --ext .ts,.tsx,.jsx,.vue,.yaml,.yml --max-warnings=0", |
26 | | - "debug": "node --trace-warnings --inspect=192.168.99.234:1111 --async-stack-traces --trace-deprecation packages/hydrooj/bin/hydrooj --debug --template", |
| 26 | + "debug": "node --trace-warnings --async-stack-traces --trace-deprecation packages/hydrooj/bin/hydrooj --debug --template", |
27 | 27 | "start": "packages/hydrooj/bin/hydrooj.js", |
28 | 28 | "postinstall": "node build/prepare.js", |
29 | 29 | "gen-patch": "node -r @hydrooj/register build/gen-patch.ts", |
|
33 | 33 | "license": "AGPL-3.0-only", |
34 | 34 | "devDependencies": { |
35 | 35 | "@types/autocannon": "^7.12.7", |
36 | | - "@types/chai": "^5.2.2", |
| 36 | + "@types/chai": "^5.2.3", |
37 | 37 | "@types/cross-spawn": "^6.0.6", |
38 | | - "@types/node": "24.7.0", |
| 38 | + "@types/node": "24.10.0", |
39 | 39 | "@types/semver": "^7.7.1", |
40 | 40 | "autocannon": "^8.0.0", |
41 | 41 | "cac": "^6.7.14", |
42 | | - "chai": "^6.2.0", |
| 42 | + "chai": "^6.2.1", |
43 | 43 | "cross-env": "^10.1.0", |
44 | 44 | "cross-spawn": "^7.0.6", |
45 | 45 | "esbuild": "0.25.2", |
46 | | - "eslint": "^9.38.0", |
| 46 | + "eslint": "^9.39.1", |
47 | 47 | "eslint-import-resolver-typescript": "^4.4.4", |
48 | 48 | "eslint-import-resolver-webpack": "^0.13.10", |
49 | 49 | "fs-extra": "^11.3.2", |
50 | | - "globals": "^16.4.0", |
| 50 | + "globals": "^16.5.0", |
51 | 51 | "globby": "~14.0.2", |
52 | 52 | "inspectpack": "^4.7.1", |
53 | | - "mongodb-memory-server": "10.2.3", |
| 53 | + "mongodb-memory-server": "10.3.0", |
54 | 54 | "nyc": "^17.1.0", |
55 | 55 | "ora": "^9.0.0", |
56 | | - "oxlint": "^1.23.0", |
| 56 | + "oxlint": "^1.28.0", |
57 | 57 | "package-json": "^10.0.1", |
58 | 58 | "semver": "^7.7.3", |
59 | | - "simple-git": "^3.28.0", |
| 59 | + "simple-git": "^3.30.0", |
60 | 60 | "supertest": "^7.1.4", |
61 | 61 | "supports-hyperlinks": "^4.3.0", |
62 | 62 | "typescript": "5.8.3", |
63 | 63 | "wtfnode": "^0.10.1" |
64 | 64 | }, |
| 65 | + "resolutions": { |
| 66 | + "mongodb": "^7.0.0", |
| 67 | + "@types/express-serve-static-core@npm:^4.17.21": "patch:@types/express-serve-static-core@npm%3A4.19.6#~/.yarn/patches/@types-express-serve-static-core-npm-4.19.6-cc0017aaf4.patch", |
| 68 | + "@types/express-serve-static-core@npm:*": "patch:@types/express-serve-static-core@npm%3A4.19.6#~/.yarn/patches/@types-express-serve-static-core-npm-4.19.6-cc0017aaf4.patch", |
| 69 | + "@types/express-serve-static-core@npm:^4.17.33": "patch:@types/express-serve-static-core@npm%3A4.19.6#~/.yarn/patches/@types-express-serve-static-core-npm-4.19.6-cc0017aaf4.patch" |
| 70 | + }, |
65 | 71 | "packageManager": "yarn@4.10.3" |
66 | 72 | } |
0 commit comments