|
52 | 52 | "node": ">= 16.x" |
53 | 53 | }, |
54 | 54 | "dependencies": { |
55 | | - "axios": "^1.6.7", |
| 55 | + "axios": "^1.7.5", |
56 | 56 | "colorette": "^2.0.20", |
57 | 57 | "compression": "^1.7.4", |
58 | 58 | "concurrently": "^8.2.2", |
59 | 59 | "cookie-parser": "^1.4.6", |
60 | 60 | "cors": "^2.8.5", |
61 | | - "date-fns": "^3.3.1", |
| 61 | + "date-fns": "^3.6.0", |
62 | 62 | "dotenv": "^16.4.5", |
63 | | - "express": "^4.18.2", |
| 63 | + "express": "^4.19.2", |
64 | 64 | "express-async-handler": "^1.2.0", |
65 | | - "express-rate-limit": "^7.1.5", |
| 65 | + "express-rate-limit": "^7.4.0", |
66 | 66 | "express-useragent": "^1.0.15", |
67 | | - "expresso-core": "^0.11.4", |
68 | | - "expresso-hooks": "^0.11.4", |
69 | | - "expresso-provider": "^0.11.4", |
70 | | - "expresso-query": "^0.11.4", |
| 67 | + "expresso-core": "^0.12.1", |
| 68 | + "expresso-hooks": "^0.12.1", |
| 69 | + "expresso-provider": "^0.12.1", |
| 70 | + "expresso-query": "^0.12.1", |
71 | 71 | "handlebars": "^4.7.8", |
72 | 72 | "helmet": "^7.1.0", |
73 | 73 | "hpp": "^0.2.3", |
74 | | - "i18next": "^23.10.0", |
75 | | - "i18next-fs-backend": "^2.3.1", |
76 | | - "i18next-http-middleware": "^3.5.0", |
| 74 | + "i18next": "^23.14.0", |
| 75 | + "i18next-fs-backend": "^2.3.2", |
| 76 | + "i18next-http-middleware": "^3.6.0", |
77 | 77 | "lodash": "^4.17.21", |
78 | 78 | "multer": "1.4.5-lts.1", |
79 | 79 | "node-cron": "^3.0.3", |
80 | 80 | "npm-run-all": "^4.1.5", |
81 | | - "pg": "^8.11.3", |
| 81 | + "pg": "^8.12.0", |
82 | 82 | "pg-hstore": "^2.3.4", |
83 | | - "pino": "^8.19.0", |
| 83 | + "pino": "^8.21.0", |
84 | 84 | "pino-http": "^8.6.1", |
85 | 85 | "pino-pretty": "^10.3.1", |
86 | | - "pm2": "^5.3.1", |
87 | | - "qs": "^6.11.2", |
88 | | - "reflect-metadata": "^0.2.1", |
| 86 | + "pm2": "^5.4.2", |
| 87 | + "qs": "^6.13.0", |
| 88 | + "reflect-metadata": "^0.2.2", |
89 | 89 | "request-ip": "^3.3.0", |
90 | | - "sequelize": "^6.37.1", |
| 90 | + "sequelize": "^6.37.3", |
91 | 91 | "sequelize-cli": "^6.6.2", |
92 | 92 | "sequelize-typescript": "^2.1.6", |
93 | 93 | "slugify": "^1.6.6", |
94 | 94 | "swagger-jsdoc": "^6.2.8", |
95 | | - "swagger-ui-express": "^5.0.0", |
| 95 | + "swagger-ui-express": "^5.0.1", |
96 | 96 | "uuid": "^9.0.1", |
97 | | - "zod": "^3.22.4" |
| 97 | + "zod": "^3.23.8" |
98 | 98 | }, |
99 | 99 | "devDependencies": { |
100 | 100 | "@commitlint/cli": "^18.6.1", |
101 | | - "@commitlint/config-conventional": "^18.6.2", |
| 101 | + "@commitlint/config-conventional": "^18.6.3", |
102 | 102 | "@jest/globals": "^29.7.0", |
103 | 103 | "@swc/cli": "0.1.65", |
104 | 104 | "@swc/core": "1.3.78", |
105 | 105 | "@types/compression": "^1.7.5", |
106 | | - "@types/cookie-parser": "^1.4.6", |
| 106 | + "@types/cookie-parser": "^1.4.7", |
107 | 107 | "@types/cors": "^2.8.17", |
108 | 108 | "@types/express": "^4.17.21", |
109 | 109 | "@types/express-useragent": "^1.0.5", |
110 | 110 | "@types/hpp": "^0.2.6", |
111 | 111 | "@types/jest": "^29.5.12", |
112 | | - "@types/lodash": "^4.14.202", |
113 | | - "@types/multer": "^1.4.11", |
114 | | - "@types/node": "^20.11.20", |
| 112 | + "@types/lodash": "^4.17.7", |
| 113 | + "@types/multer": "^1.4.12", |
| 114 | + "@types/node": "^22.5.1", |
115 | 115 | "@types/node-cron": "^3.0.11", |
116 | | - "@types/qs": "^6.9.11", |
| 116 | + "@types/qs": "^6.9.15", |
117 | 117 | "@types/request-ip": "^0.0.41", |
118 | 118 | "@types/supertest": "^6.0.2", |
119 | 119 | "@types/swagger-jsdoc": "^6.0.4", |
|
127 | 127 | "eslint-import-resolver-alias": "^1.1.2", |
128 | 128 | "eslint-plugin-import": "^2.29.1", |
129 | 129 | "eslint-plugin-n": "^16.6.2", |
130 | | - "eslint-plugin-prettier": "^5.1.3", |
131 | | - "eslint-plugin-promise": "^6.1.1", |
| 130 | + "eslint-plugin-prettier": "^5.2.1", |
| 131 | + "eslint-plugin-promise": "^6.6.0", |
132 | 132 | "husky": "^8.0.3", |
133 | 133 | "jest": "^29.7.0", |
134 | | - "nodemon": "^3.1.0", |
135 | | - "prettier": "^3.2.5", |
136 | | - "rimraf": "^5.0.5", |
| 134 | + "nodemon": "^3.1.4", |
| 135 | + "prettier": "^3.3.3", |
| 136 | + "rimraf": "^5.0.10", |
137 | 137 | "standard-version": "^9.5.0", |
138 | 138 | "supertest": "^6.3.4", |
139 | | - "ts-jest": "^29.1.2", |
140 | | - "tsc-alias": "^1.8.8", |
141 | | - "typescript": "^5.3.3" |
| 139 | + "ts-jest": "^29.2.5", |
| 140 | + "tsc-alias": "^1.8.10", |
| 141 | + "typescript": "^5.5.4" |
142 | 142 | }, |
143 | 143 | "jest": { |
144 | 144 | "preset": "ts-jest", |
|
0 commit comments