|
50 | 50 | "node": ">= 16.x" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@aws-sdk/client-s3": "^3.345.0", |
54 | | - "@aws-sdk/s3-request-presigner": "^3.345.0", |
55 | | - "@google-cloud/storage": "^6.10.1", |
56 | 53 | "axios": "^1.4.0", |
57 | 54 | "bcrypt": "^5.1.0", |
58 | | - "chalk": "4.1.2", |
| 55 | + "colorette": "^2.0.20", |
59 | 56 | "compression": "^1.7.4", |
60 | | - "concurrently": "^8.1.0", |
| 57 | + "concurrently": "^8.2.0", |
61 | 58 | "cookie-parser": "^1.4.6", |
62 | 59 | "cors": "^2.8.5", |
63 | 60 | "date-fns": "^2.30.0", |
64 | | - "dotenv": "^16.1.4", |
| 61 | + "dotenv": "^16.3.1", |
65 | 62 | "express": "^4.18.2", |
66 | 63 | "express-async-handler": "^1.2.0", |
67 | 64 | "express-rate-limit": "^6.7.0", |
68 | 65 | "express-useragent": "^1.0.15", |
69 | | - "expresso-core": "^0.7.0", |
70 | | - "expresso-hooks": "^0.7.0", |
71 | | - "expresso-provider": "^0.7.0", |
72 | | - "expresso-query": "^0.7.0", |
| 66 | + "expresso-core": "^0.7.4", |
| 67 | + "expresso-hooks": "^0.7.4", |
| 68 | + "expresso-provider": "^0.7.4", |
| 69 | + "expresso-query": "^0.7.4", |
73 | 70 | "handlebars": "^4.7.7", |
74 | 71 | "helmet": "^7.0.0", |
75 | 72 | "hpp": "^0.2.3", |
76 | | - "i18next": "^22.5.0", |
77 | | - "i18next-fs-backend": "^2.1.2", |
78 | | - "i18next-http-middleware": "^3.3.1", |
79 | | - "jsonwebtoken": "^9.0.0", |
| 73 | + "i18next": "^22.5.1", |
| 74 | + "i18next-fs-backend": "^2.1.5", |
| 75 | + "i18next-http-middleware": "^3.3.2", |
80 | 76 | "lodash": "^4.17.21", |
81 | | - "minio": "^7.1.1", |
82 | | - "module-alias": "^2.2.3", |
83 | | - "morgan": "^1.10.0", |
84 | 77 | "multer": "1.4.5-lts.1", |
85 | 78 | "node-cron": "^3.0.2", |
86 | 79 | "npm-run-all": "^4.1.5", |
87 | | - "pg": "^8.11.0", |
| 80 | + "pg": "^8.11.1", |
88 | 81 | "pg-hstore": "^2.3.4", |
| 82 | + "pino": "^8.14.1", |
| 83 | + "pino-http": "^8.3.3", |
| 84 | + "pino-pretty": "^10.0.1", |
89 | 85 | "pm2": "^5.3.0", |
90 | 86 | "qs": "^6.11.2", |
91 | 87 | "reflect-metadata": "^0.1.13", |
92 | 88 | "request-ip": "^3.3.0", |
93 | | - "sequelize": "^6.32.0", |
| 89 | + "sequelize": "^6.32.1", |
94 | 90 | "sequelize-cli": "^6.6.1", |
95 | 91 | "sequelize-typescript": "^2.1.5", |
96 | 92 | "slugify": "^1.6.6", |
97 | 93 | "swagger-jsdoc": "^6.2.8", |
98 | 94 | "swagger-ui-express": "^4.6.3", |
99 | 95 | "uuid": "^9.0.0", |
100 | | - "winston": "^3.9.0", |
101 | | - "yup": "^1.2.0" |
| 96 | + "zod": "^3.21.4" |
102 | 97 | }, |
103 | 98 | "devDependencies": { |
104 | | - "@commitlint/cli": "^17.6.5", |
105 | | - "@commitlint/config-conventional": "^17.6.5", |
106 | | - "@jest/globals": "^29.5.0", |
| 99 | + "@commitlint/cli": "^17.6.6", |
| 100 | + "@commitlint/config-conventional": "^17.6.6", |
| 101 | + "@jest/globals": "^29.6.0", |
107 | 102 | "@swc/cli": "^0.1.62", |
108 | | - "@swc/core": "^1.3.62", |
| 103 | + "@swc/core": "^1.3.68", |
109 | 104 | "@types/bcrypt": "^5.0.0", |
110 | 105 | "@types/compression": "^1.7.2", |
111 | 106 | "@types/cookie-parser": "^1.4.3", |
|
114 | 109 | "@types/express-useragent": "^1.0.2", |
115 | 110 | "@types/hpp": "^0.2.2", |
116 | 111 | "@types/jest": "^29.5.2", |
117 | | - "@types/jsonwebtoken": "^9.0.2", |
118 | 112 | "@types/lodash": "^4.14.195", |
119 | | - "@types/minio": "^7.1.0", |
120 | | - "@types/module-alias": "^2.0.1", |
121 | | - "@types/morgan": "^1.9.4", |
122 | 113 | "@types/multer": "^1.4.7", |
123 | | - "@types/node": "^20.2.5", |
124 | | - "@types/node-cron": "^3.0.7", |
| 114 | + "@types/node": "^20.4.0", |
| 115 | + "@types/node-cron": "^3.0.8", |
125 | 116 | "@types/qs": "^6.9.7", |
126 | 117 | "@types/request-ip": "^0.0.37", |
127 | 118 | "@types/supertest": "^2.0.12", |
128 | 119 | "@types/swagger-jsdoc": "^6.0.1", |
129 | 120 | "@types/swagger-ui-express": "^4.1.3", |
130 | | - "@types/uuid": "^9.0.1", |
131 | | - "@typescript-eslint/eslint-plugin": "^5.59.8", |
132 | | - "@typescript-eslint/parser": "^5.59.8", |
133 | | - "eslint": "^8.42.0", |
| 121 | + "@types/uuid": "^9.0.2", |
| 122 | + "@typescript-eslint/eslint-plugin": "^5.61.0", |
| 123 | + "@typescript-eslint/parser": "^5.61.0", |
| 124 | + "eslint": "^8.44.0", |
134 | 125 | "eslint-config-prettier": "^8.8.0", |
135 | 126 | "eslint-config-standard-with-typescript": "^35.0.0", |
136 | 127 | "eslint-import-resolver-alias": "^1.1.2", |
|
139 | 130 | "eslint-plugin-prettier": "^4.2.1", |
140 | 131 | "eslint-plugin-promise": "^6.1.1", |
141 | 132 | "husky": "^8.0.3", |
142 | | - "jest": "^29.5.0", |
| 133 | + "jest": "^29.6.0", |
143 | 134 | "nodemon": "^2.0.22", |
144 | 135 | "prettier": "^2.8.8", |
145 | 136 | "rimraf": "^5.0.1", |
146 | 137 | "standard-version": "^9.5.0", |
147 | 138 | "supertest": "^6.3.3", |
148 | | - "ts-jest": "^29.1.0", |
149 | | - "typescript": "^5.1.3" |
150 | | - }, |
151 | | - "_moduleAliases": { |
152 | | - "~/*": "dist/*" |
| 139 | + "ts-jest": "^29.1.1", |
| 140 | + "typescript": "^5.1.6" |
153 | 141 | }, |
154 | 142 | "jest": { |
155 | 143 | "preset": "ts-jest", |
|
0 commit comments