|
35 | 35 | "dependencies": { |
36 | 36 | "@vue-skuilder/common": "workspace:^", |
37 | 37 | "@vue-skuilder/db": "workspace:^", |
38 | | - "axios": "^1.7.4", |
| 38 | + "axios": "^1.13.2", |
39 | 39 | "cookie-parser": "^1.4.7", |
40 | 40 | "cors": "^2.8.5", |
41 | 41 | "dotenv": "^16.4.7", |
42 | 42 | "express": "^4.21.2", |
43 | 43 | "express-rate-limit": "^7.5.0", |
44 | 44 | "ffmpeg-static": "^5.2.0", |
45 | | - "fs-extra": "^11.2.0", |
| 45 | + "fs-extra": "^11.3.2", |
46 | 46 | "hashids": "^2.3.0", |
47 | | - "morgan": "^1.10.0", |
| 47 | + "morgan": "^1.10.1", |
48 | 48 | "nano": "^10.1.4", |
49 | 49 | "pouchdb": "9.0.0", |
50 | | - "winston": "^3.17.0", |
| 50 | + "winston": "^3.18.3", |
51 | 51 | "winston-daily-rotate-file": "^5.0.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@babel/core": "^7.26.9", |
55 | | - "@babel/preset-env": "^7.26.9", |
56 | | - "@babel/preset-typescript": "^7.26.0", |
| 54 | + "@babel/core": "^7.28.5", |
| 55 | + "@babel/preset-env": "^7.28.5", |
| 56 | + "@babel/preset-typescript": "^7.28.5", |
57 | 57 | "@tsconfig/node18": "^18.2.4", |
58 | 58 | "@types/cookie-parser": "^1.4.8", |
59 | 59 | "@types/cors": "^2.8.17", |
|
63 | 63 | "@types/ffmpeg-static": "^2.0.0", |
64 | 64 | "@types/hashids": "^1.0.30", |
65 | 65 | "@types/jest": "^29.5.14", |
66 | | - "@types/morgan": "^1.9.9", |
| 66 | + "@types/morgan": "^1.9.10", |
67 | 67 | "@types/node": "18", |
68 | 68 | "@types/pouchdb": "^6.4.2", |
69 | 69 | "@typescript-eslint/eslint-plugin": "^8.25.0", |
70 | 70 | "@typescript-eslint/parser": "^8.25.0", |
71 | 71 | "babel-jest": "^29.6.1", |
72 | 72 | "eslint": "^9.21.0", |
73 | | - "eslint-config-prettier": "^10.0.2", |
74 | | - "eslint-plugin-prettier": "^5.2.3", |
| 73 | + "eslint-config-prettier": "^10.1.8", |
| 74 | + "eslint-plugin-prettier": "^5.5.4", |
75 | 75 | "jest": "^29.6.1", |
76 | 76 | "jest-environment-node": "^29.7.0", |
77 | | - "prettier": "^3.0.0", |
| 77 | + "prettier": "^3.6.2", |
78 | 78 | "rimraf": "*", |
79 | | - "ts-jest": "^29.2.5", |
| 79 | + "ts-jest": "^29.4.5", |
80 | 80 | "ts-node": "^10.9.2", |
81 | | - "tsx": "^4.19.2", |
82 | | - "typescript": "^5.7.2", |
83 | | - "typescript-eslint": "^8.25.0" |
| 81 | + "tsx": "^4.20.6", |
| 82 | + "typescript": "^5.9.3", |
| 83 | + "typescript-eslint": "^8.46.4" |
84 | 84 | }, |
85 | 85 | "stableVersion": "0.1.14" |
86 | 86 | } |
0 commit comments