|
26 | 26 | "typecheck": "tsc --noEmit --skipLibCheck" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "@koa/router": "^15.6.0", |
| 29 | + "@koa/router": "^15.7.0", |
30 | 30 | "@noble/ciphers": "^2.2.0", |
31 | 31 | "@noble/curves": "^2.2.0", |
32 | 32 | "@noble/hashes": "^2.2.0", |
33 | 33 | "@putongoj/shared": "workspace:*", |
34 | | - "@zip.js/zip.js": "^2.8.26", |
| 34 | + "@zip.js/zip.js": "^2.8.29", |
35 | 35 | "cross-env": "^10.1.0", |
36 | 36 | "dotenv-flow": "^4.1.0", |
37 | 37 | "fast-levenshtein": "^3.0.0", |
38 | | - "fs-extra": "^11.3.5", |
| 38 | + "fs-extra": "^11.3.6", |
39 | 39 | "ioredis": "^5.11.1", |
40 | 40 | "koa": "^3.2.1", |
41 | 41 | "koa-body": "^7.0.1", |
|
46 | 46 | "koa-static": "^5.0.0", |
47 | 47 | "lodash": "^4.18.1", |
48 | 48 | "luxon": "^3.7.2", |
49 | | - "mongoose": "^9.6.3", |
50 | | - "mongoose-paginate-v2": "^1.9.4", |
| 49 | + "mongoose": "^9.7.4", |
| 50 | + "mongoose-paginate-v2": "^1.9.5", |
51 | 51 | "node-cache": "^5.1.2", |
52 | | - "pm2": "^7.0.1", |
| 52 | + "pm2": "^7.0.3", |
53 | 53 | "superagent": "^10.3.0", |
54 | 54 | "tracer": "^1.3.0", |
55 | 55 | "ws": "^8.21.0", |
|
67 | 67 | "@types/koa-static": "^4.0.4", |
68 | 68 | "@types/koa__router": "^12.0.5", |
69 | 69 | "@types/lodash": "^4.17.24", |
70 | | - "@types/luxon": "^3.7.1", |
| 70 | + "@types/luxon": "^3.7.2", |
71 | 71 | "@types/node": "~24.12.4", |
72 | 72 | "@types/superagent": "^8.1.10", |
73 | 73 | "@types/supertest": "^7.2.0", |
74 | 74 | "@types/ws": "^8.18.1", |
75 | 75 | "ava": "^7.0.0", |
76 | | - "concurrently": "^9.2.1", |
77 | | - "eslint": "^10.4.1", |
| 76 | + "concurrently": "^9.2.4", |
| 77 | + "eslint": "^10.7.0", |
78 | 78 | "nodemon": "^3.1.14", |
79 | 79 | "nyc": "^18.0.0", |
80 | 80 | "supertest": "^7.2.2", |
|
0 commit comments