|
42 | 42 | "node": ">= 16.x" |
43 | 43 | }, |
44 | 44 | "dependencies": { |
45 | | - "@aws-sdk/client-s3": "^3.316.0", |
46 | | - "@aws-sdk/s3-request-presigner": "^3.316.0", |
47 | | - "@google-cloud/storage": "^6.9.5", |
48 | | - "@types/validator": "^13.7.15", |
49 | | - "axios": "^1.3.6", |
| 45 | + "@aws-sdk/client-s3": "^3.344.0", |
| 46 | + "@aws-sdk/s3-request-presigner": "^3.344.0", |
| 47 | + "@google-cloud/storage": "^6.10.1", |
| 48 | + "axios": "^1.4.0", |
50 | 49 | "bcrypt": "^5.1.0", |
51 | | - "chalk": "~4.1.2", |
| 50 | + "chalk": "4.1.2", |
52 | 51 | "compression": "^1.7.4", |
53 | | - "concurrently": "^8.0.1", |
| 52 | + "concurrently": "^8.1.0", |
54 | 53 | "cookie-parser": "^1.4.6", |
55 | 54 | "cors": "^2.8.5", |
56 | | - "date-fns": "^2.29.3", |
57 | | - "dotenv": "^16.0.3", |
| 55 | + "date-fns": "^2.30.0", |
| 56 | + "dotenv": "^16.1.3", |
58 | 57 | "express": "^4.18.2", |
59 | 58 | "express-async-handler": "^1.2.0", |
60 | 59 | "express-rate-limit": "^6.7.0", |
61 | 60 | "express-useragent": "^1.0.15", |
62 | | - "expresso-core": "^0.5.0", |
63 | | - "expresso-hooks": "^0.5.0", |
64 | | - "expresso-provider": "^0.5.0", |
65 | | - "expresso-query": "^0.5.0", |
| 61 | + "expresso-core": "^0.6.0", |
| 62 | + "expresso-hooks": "^0.6.0", |
| 63 | + "expresso-provider": "^0.6.0", |
| 64 | + "expresso-query": "^0.6.0", |
66 | 65 | "handlebars": "^4.7.7", |
67 | | - "helmet": "^6.1.5", |
| 66 | + "helmet": "^6.2.0", |
68 | 67 | "hpp": "^0.2.3", |
69 | | - "i18next": "^22.4.15", |
70 | | - "i18next-fs-backend": "^2.1.1", |
71 | | - "i18next-http-middleware": "^3.3.0", |
| 68 | + "i18next": "^22.5.0", |
| 69 | + "i18next-fs-backend": "^2.1.2", |
| 70 | + "i18next-http-middleware": "^3.3.1", |
72 | 71 | "ioredis": "^5.3.2", |
73 | 72 | "jsonwebtoken": "^9.0.0", |
74 | | - "libphonenumber-js": "^1.10.28", |
| 73 | + "libphonenumber-js": "^1.10.31", |
75 | 74 | "lodash": "^4.17.21", |
76 | | - "minio": "^7.0.33", |
| 75 | + "minio": "^7.1.1", |
77 | 76 | "module-alias": "^2.2.2", |
78 | 77 | "morgan": "^1.10.0", |
79 | 78 | "multer": "1.4.5-lts.1", |
80 | 79 | "node-cron": "^3.0.2", |
81 | 80 | "npm-run-all": "^4.1.5", |
82 | | - "pg": "^8.10.0", |
| 81 | + "pg": "^8.11.0", |
83 | 82 | "pg-hstore": "^2.3.4", |
84 | 83 | "pm2": "^5.3.0", |
85 | 84 | "reflect-metadata": "^0.1.13", |
86 | 85 | "request-ip": "^3.3.0", |
87 | | - "sequelize": "^6.31.0", |
| 86 | + "sequelize": "^6.32.0", |
88 | 87 | "sequelize-cli": "^6.6.0", |
89 | 88 | "sequelize-typescript": "^2.1.5", |
90 | 89 | "slugify": "^1.6.6", |
91 | 90 | "swagger-jsdoc": "^6.2.8", |
92 | | - "swagger-ui-express": "^4.6.2", |
| 91 | + "swagger-ui-express": "^4.6.3", |
93 | 92 | "uuid": "^9.0.0", |
94 | | - "winston": "^3.8.2", |
95 | | - "yup": "^1.1.1" |
| 93 | + "winston": "^3.9.0", |
| 94 | + "yup": "^1.2.0" |
96 | 95 | }, |
97 | 96 | "devDependencies": { |
98 | | - "@commitlint/cli": "^17.6.1", |
99 | | - "@commitlint/config-conventional": "^17.6.1", |
| 97 | + "@commitlint/cli": "^17.6.5", |
| 98 | + "@commitlint/config-conventional": "^17.6.5", |
100 | 99 | "@jest/globals": "^29.5.0", |
101 | 100 | "@swc/cli": "^0.1.62", |
102 | | - "@swc/core": "^1.3.52", |
| 101 | + "@swc/core": "^1.3.61", |
103 | 102 | "@types/bcrypt": "^5.0.0", |
104 | 103 | "@types/compression": "^1.7.2", |
105 | 104 | "@types/cookie-parser": "^1.4.3", |
106 | 105 | "@types/cors": "^2.8.13", |
107 | 106 | "@types/express": "^4.17.17", |
108 | 107 | "@types/express-useragent": "^1.0.2", |
109 | 108 | "@types/hpp": "^0.2.2", |
110 | | - "@types/ioredis-mock": "^8.2.1", |
111 | | - "@types/jest": "^29.5.1", |
112 | | - "@types/jsonwebtoken": "^9.0.1", |
113 | | - "@types/lodash": "^4.14.194", |
114 | | - "@types/minio": "^7.0.18", |
| 109 | + "@types/ioredis-mock": "^8.2.2", |
| 110 | + "@types/jest": "^29.5.2", |
| 111 | + "@types/jsonwebtoken": "^9.0.2", |
| 112 | + "@types/lodash": "^4.14.195", |
| 113 | + "@types/minio": "^7.1.0", |
115 | 114 | "@types/module-alias": "^2.0.1", |
116 | 115 | "@types/morgan": "^1.9.4", |
117 | 116 | "@types/multer": "^1.4.7", |
118 | | - "@types/node": "^18.15.12", |
| 117 | + "@types/node": "^18.16.16", |
119 | 118 | "@types/node-cron": "^3.0.7", |
120 | 119 | "@types/request-ip": "^0.0.37", |
121 | 120 | "@types/supertest": "^2.0.12", |
122 | 121 | "@types/swagger-jsdoc": "^6.0.1", |
123 | 122 | "@types/swagger-ui-express": "^4.1.3", |
124 | 123 | "@types/uuid": "^9.0.1", |
125 | | - "@typescript-eslint/eslint-plugin": "^5.59.0", |
126 | | - "@typescript-eslint/parser": "^5.59.0", |
127 | | - "eslint": "^8.38.0", |
| 124 | + "@typescript-eslint/eslint-plugin": "^5.59.8", |
| 125 | + "@typescript-eslint/parser": "^5.59.8", |
| 126 | + "eslint": "^8.41.0", |
128 | 127 | "eslint-config-prettier": "^8.8.0", |
129 | 128 | "eslint-config-standard-with-typescript": "^34.0.1", |
130 | 129 | "eslint-import-resolver-alias": "^1.1.2", |
|
136 | 135 | "ioredis-mock": "^8.7.0", |
137 | 136 | "jest": "^29.5.0", |
138 | 137 | "nodemon": "^2.0.22", |
139 | | - "prettier": "^2.8.7", |
| 138 | + "prettier": "^2.8.8", |
140 | 139 | "rimraf": "^4.4.1", |
141 | 140 | "standard-version": "^9.5.0", |
142 | 141 | "supertest": "^6.3.3", |
143 | 142 | "ts-jest": "^29.1.0", |
144 | 143 | "typescript": "^4.9.5" |
145 | 144 | }, |
146 | 145 | "_moduleAliases": { |
147 | | - "@apps/*": "dist/apps/*", |
148 | | - "@core/*": "dist/core/*", |
149 | | - "@config/*": "dist/config/*", |
150 | | - "@database/*": "dist/database/*", |
151 | | - "@routes/*": "dist/routes/*" |
| 146 | + "~/*": "dist/*" |
152 | 147 | } |
153 | 148 | } |
0 commit comments