|
10 | 10 | "node": ">=22"
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
13 |
| - "@aws-sdk/client-s3": "^3.839.0", |
14 |
| - "@aws-sdk/s3-request-presigner": "^3.839.0", |
| 13 | + "@aws-sdk/client-s3": "^3.848.0", |
| 14 | + "@aws-sdk/s3-request-presigner": "^3.848.0", |
15 | 15 | "@koa/cors": "^5.0.0",
|
16 | 16 | "@koa/multer": "^4.0.0",
|
17 |
| - "@koa/router": "^13.1.0", |
| 17 | + "@koa/router": "^13.1.1", |
18 | 18 | "class-transformer": "^0.5.1",
|
19 | 19 | "class-validator": "^0.14.2",
|
20 |
| - "core-js": "^3.43.0", |
| 20 | + "core-js": "^3.44.0", |
21 | 21 | "cross-env": "^7.0.3",
|
22 |
| - "dotenv": "^17.0.0", |
| 22 | + "dotenv": "^17.2.0", |
23 | 23 | "jsonwebtoken": "^9.0.2",
|
24 | 24 | "koa": "^2.16.1",
|
25 | 25 | "koa-bodyparser": "^4.4.1",
|
|
28 | 28 | "koa-mount": "^4.2.0",
|
29 | 29 | "koa2-swagger-ui": "^5.11.0",
|
30 | 30 | "koagger": "^0.4.0",
|
31 |
| - "marked": "^16.0.0", |
| 31 | + "marked": "^16.1.1", |
32 | 32 | "mobx-github": "^0.3.11",
|
33 | 33 | "mobx-restful": "^2.1.0",
|
34 | 34 | "pg": "^8.16.3",
|
|
38 | 38 | "routing-controllers-openapi": "^5.0.0",
|
39 | 39 | "tslib": "^2.8.1",
|
40 | 40 | "typeorm": "^0.3.25",
|
41 |
| - "undici": "^7.11.0", |
| 41 | + "undici": "^7.12.0", |
42 | 42 | "web-utility": "^4.4.3"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@eslint/js": "^9.30.0", |
| 45 | + "@eslint/js": "^9.31.0", |
46 | 46 | "@types/jest": "^29.5.14",
|
47 | 47 | "@types/jsonwebtoken": "^9.0.10",
|
48 | 48 | "@types/koa": "^2.15.0",
|
49 | 49 | "@types/koa-logger": "^3.1.5",
|
50 |
| - "@types/node": "^22.15.34", |
51 |
| - "eslint": "^9.30.0", |
52 |
| - "eslint-config-prettier": "^10.1.5", |
| 50 | + "@types/node": "^22.16.5", |
| 51 | + "better-sqlite3": "^12.2.0", |
| 52 | + "eslint": "^9.31.0", |
| 53 | + "eslint-config-prettier": "^10.1.8", |
53 | 54 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
54 | 55 | "get-git-folder": "^0.1.2",
|
55 |
| - "globals": "^16.2.0", |
| 56 | + "globals": "^16.3.0", |
56 | 57 | "husky": "^9.1.7",
|
57 | 58 | "jest": "^29.7.0",
|
58 | 59 | "jiti": "^2.4.2",
|
59 | 60 | "koajax": "^3.1.2",
|
60 | 61 | "lint-staged": "^16.1.2",
|
61 | 62 | "prettier": "^3.6.2",
|
62 |
| - "sqlite3": "^5.1.7", |
63 | 63 | "start-server-and-test": "^2.0.12",
|
64 | 64 | "swagger-typescript-api": "^13.2.7",
|
65 | 65 | "ts-jest": "^29.4.0",
|
66 | 66 | "ts-node": "^10.9.2",
|
67 | 67 | "typescript": "~5.8.3",
|
68 |
| - "typescript-eslint": "^8.35.0" |
| 68 | + "typescript-eslint": "^8.37.0" |
69 | 69 | },
|
70 | 70 | "pnpm": {
|
71 | 71 | "onlyBuiltDependencies": [
|
72 |
| - "core-js", |
73 |
| - "sqlite3" |
| 72 | + "better-sqlite3", |
| 73 | + "core-js" |
74 | 74 | ]
|
75 | 75 | },
|
76 | 76 | "prettier": {
|
77 | 77 | "singleQuote": true,
|
78 | 78 | "trailingComma": "none",
|
79 | 79 | "arrowParens": "avoid",
|
80 |
| - "tabWidth": 4 |
| 80 | + "tabWidth": 4, |
| 81 | + "printWidth": 100 |
81 | 82 | },
|
82 | 83 | "lint-staged": {
|
83 | 84 | "*.{md,json,yml,ts}": "prettier --write",
|
|
88 | 89 | },
|
89 | 90 | "scripts": {
|
90 | 91 | "prepare": "husky || true",
|
91 |
| - "install": "get-git-folder https://github.com/freecodecamp-chengdu/service-configuration main HOP-Web || true", |
| 92 | + "install": "get-git-folder https://github.com/freeCodeCamp-Chengdu/service-configuration main HOP-Web || true", |
92 | 93 | "dev": "cross-env TS_NODE_TRANSPILE_ONLY=true node -r ts-node/register --watch source/",
|
93 | 94 | "lint": "lint-staged",
|
94 | 95 | "build-test": "swagger-typescript-api generate -p http://localhost:8080/docs/spec -o test/ -n client.ts",
|
|
0 commit comments