|
52 | 52 | "node": ">= 16.x"
|
53 | 53 | },
|
54 | 54 | "dependencies": {
|
55 |
| - "axios": "^1.5.1", |
| 55 | + "axios": "^1.6.5", |
56 | 56 | "colorette": "^2.0.20",
|
57 | 57 | "compression": "^1.7.4",
|
58 |
| - "concurrently": "^8.2.1", |
| 58 | + "concurrently": "^8.2.2", |
59 | 59 | "cookie-parser": "^1.4.6",
|
60 | 60 | "cors": "^2.8.5",
|
61 |
| - "date-fns": "^2.30.0", |
62 |
| - "dotenv": "^16.3.1", |
| 61 | + "date-fns": "^3.3.1", |
| 62 | + "dotenv": "^16.4.0", |
63 | 63 | "express": "^4.18.2",
|
64 | 64 | "express-async-handler": "^1.2.0",
|
65 |
| - "express-rate-limit": "^7.0.2", |
| 65 | + "express-rate-limit": "^7.1.5", |
66 | 66 | "express-useragent": "^1.0.15",
|
67 |
| - "expresso-core": "^0.9.0", |
68 |
| - "expresso-hooks": "^0.9.0", |
69 |
| - "expresso-provider": "^0.9.0", |
70 |
| - "expresso-query": "^0.9.0", |
| 67 | + "expresso-core": "^0.11.3", |
| 68 | + "expresso-hooks": "^0.11.3", |
| 69 | + "expresso-provider": "^0.11.3", |
| 70 | + "expresso-query": "^0.11.3", |
71 | 71 | "handlebars": "^4.7.8",
|
72 |
| - "helmet": "^7.0.0", |
| 72 | + "helmet": "^7.1.0", |
73 | 73 | "hpp": "^0.2.3",
|
74 |
| - "i18next": "^23.5.1", |
75 |
| - "i18next-fs-backend": "^2.2.0", |
76 |
| - "i18next-http-middleware": "^3.4.0", |
| 74 | + "i18next": "^23.7.18", |
| 75 | + "i18next-fs-backend": "^2.3.1", |
| 76 | + "i18next-http-middleware": "^3.5.0", |
77 | 77 | "lodash": "^4.17.21",
|
78 | 78 | "multer": "1.4.5-lts.1",
|
79 |
| - "node-cron": "^3.0.2", |
| 79 | + "node-cron": "^3.0.3", |
80 | 80 | "npm-run-all": "^4.1.5",
|
81 | 81 | "pg": "^8.11.3",
|
82 | 82 | "pg-hstore": "^2.3.4",
|
83 |
| - "pino": "^8.15.3", |
84 |
| - "pino-http": "^8.5.0", |
85 |
| - "pino-pretty": "^10.2.0", |
86 |
| - "pm2": "^5.3.0", |
| 83 | + "pino": "^8.17.2", |
| 84 | + "pino-http": "^8.6.1", |
| 85 | + "pino-pretty": "^10.3.1", |
| 86 | + "pm2": "^5.3.1", |
87 | 87 | "qs": "^6.11.2",
|
88 |
| - "reflect-metadata": "^0.1.13", |
| 88 | + "reflect-metadata": "^0.2.1", |
89 | 89 | "request-ip": "^3.3.0",
|
90 |
| - "sequelize": "^6.33.0", |
91 |
| - "sequelize-cli": "^6.6.1", |
92 |
| - "sequelize-typescript": "^2.1.5", |
| 90 | + "sequelize": "^6.35.2", |
| 91 | + "sequelize-cli": "^6.6.2", |
| 92 | + "sequelize-typescript": "^2.1.6", |
93 | 93 | "slugify": "^1.6.6",
|
94 | 94 | "swagger-jsdoc": "^6.2.8",
|
95 | 95 | "swagger-ui-express": "^5.0.0",
|
96 | 96 | "uuid": "^9.0.1",
|
97 |
| - "zod": "^3.22.2" |
| 97 | + "zod": "^3.22.4" |
98 | 98 | },
|
99 | 99 | "devDependencies": {
|
100 |
| - "@commitlint/cli": "^17.7.2", |
101 |
| - "@commitlint/config-conventional": "^17.7.0", |
| 100 | + "@commitlint/cli": "^18.5.0", |
| 101 | + "@commitlint/config-conventional": "^18.5.0", |
102 | 102 | "@jest/globals": "^29.7.0",
|
103 |
| - "@swc/cli": "^0.1.62", |
| 103 | + "@swc/cli": "^0.1.65", |
104 | 104 | "@swc/core": "1.3.78",
|
105 |
| - "@types/compression": "^1.7.3", |
106 |
| - "@types/cookie-parser": "^1.4.4", |
107 |
| - "@types/cors": "^2.8.14", |
108 |
| - "@types/express": "^4.17.18", |
109 |
| - "@types/express-useragent": "^1.0.3", |
110 |
| - "@types/hpp": "^0.2.3", |
111 |
| - "@types/jest": "^29.5.5", |
112 |
| - "@types/lodash": "^4.14.199", |
113 |
| - "@types/multer": "^1.4.8", |
114 |
| - "@types/node": "^20.8.0", |
115 |
| - "@types/node-cron": "^3.0.9", |
116 |
| - "@types/qs": "^6.9.8", |
117 |
| - "@types/request-ip": "^0.0.39", |
118 |
| - "@types/supertest": "^2.0.13", |
119 |
| - "@types/swagger-jsdoc": "^6.0.1", |
120 |
| - "@types/swagger-ui-express": "^4.1.4", |
121 |
| - "@types/uuid": "^9.0.4", |
122 |
| - "@typescript-eslint/eslint-plugin": "^6.7.3", |
123 |
| - "@typescript-eslint/parser": "^6.7.3", |
124 |
| - "eslint": "^8.50.0", |
125 |
| - "eslint-config-prettier": "^9.0.0", |
126 |
| - "eslint-config-standard-with-typescript": "^39.1.0", |
| 105 | + "@types/compression": "^1.7.5", |
| 106 | + "@types/cookie-parser": "^1.4.6", |
| 107 | + "@types/cors": "^2.8.17", |
| 108 | + "@types/express": "^4.17.21", |
| 109 | + "@types/express-useragent": "^1.0.5", |
| 110 | + "@types/hpp": "^0.2.5", |
| 111 | + "@types/jest": "^29.5.11", |
| 112 | + "@types/lodash": "^4.14.202", |
| 113 | + "@types/multer": "^1.4.11", |
| 114 | + "@types/node": "^20.11.5", |
| 115 | + "@types/node-cron": "^3.0.11", |
| 116 | + "@types/qs": "^6.9.11", |
| 117 | + "@types/request-ip": "^0.0.41", |
| 118 | + "@types/supertest": "^6.0.2", |
| 119 | + "@types/swagger-jsdoc": "^6.0.4", |
| 120 | + "@types/swagger-ui-express": "^4.1.6", |
| 121 | + "@types/uuid": "^9.0.7", |
| 122 | + "@typescript-eslint/eslint-plugin": "^6.19.1", |
| 123 | + "@typescript-eslint/parser": "^6.19.1", |
| 124 | + "eslint": "^8.56.0", |
| 125 | + "eslint-config-prettier": "^9.1.0", |
| 126 | + "eslint-config-standard-with-typescript": "^43.0.1", |
127 | 127 | "eslint-import-resolver-alias": "^1.1.2",
|
128 |
| - "eslint-plugin-import": "^2.28.1", |
129 |
| - "eslint-plugin-n": "^16.1.0", |
130 |
| - "eslint-plugin-prettier": "^5.0.0", |
| 128 | + "eslint-plugin-import": "^2.29.1", |
| 129 | + "eslint-plugin-n": "^16.6.2", |
| 130 | + "eslint-plugin-prettier": "^5.1.3", |
131 | 131 | "eslint-plugin-promise": "^6.1.1",
|
132 | 132 | "husky": "^8.0.3",
|
133 | 133 | "jest": "^29.7.0",
|
134 |
| - "nodemon": "^3.0.1", |
135 |
| - "prettier": "^3.0.3", |
| 134 | + "nodemon": "^3.0.3", |
| 135 | + "prettier": "^3.2.4", |
136 | 136 | "rimraf": "^5.0.5",
|
137 | 137 | "standard-version": "^9.5.0",
|
138 |
| - "supertest": "^6.3.3", |
139 |
| - "ts-jest": "^29.1.1", |
| 138 | + "supertest": "^6.3.4", |
| 139 | + "ts-jest": "^29.1.2", |
140 | 140 | "tsc-alias": "^1.8.8",
|
141 |
| - "typescript": "^5.2.2" |
| 141 | + "typescript": "^5.3.3" |
142 | 142 | },
|
143 | 143 | "jest": {
|
144 | 144 | "preset": "ts-jest",
|
|
0 commit comments