Skip to content

Commit f7f7f28

Browse files
authored
Merge pull request #1434 from masb0ymas/dev
Dev
2 parents b773ece + 13ee298 commit f7f7f28

File tree

11 files changed

+3939
-4108
lines changed

11 files changed

+3939
-4108
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"eslint.alwaysShowStatus": true,
33
"editor.codeActionsOnSave": {
4-
"source.fixAll.eslint": true
4+
"source.fixAll.eslint": "explicit"
55
}
66
}

package.json

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -52,93 +52,93 @@
5252
"node": ">= 16.x"
5353
},
5454
"dependencies": {
55-
"axios": "^1.5.1",
55+
"axios": "^1.6.5",
5656
"colorette": "^2.0.20",
5757
"compression": "^1.7.4",
58-
"concurrently": "^8.2.1",
58+
"concurrently": "^8.2.2",
5959
"cookie-parser": "^1.4.6",
6060
"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",
6363
"express": "^4.18.2",
6464
"express-async-handler": "^1.2.0",
65-
"express-rate-limit": "^7.0.2",
65+
"express-rate-limit": "^7.1.5",
6666
"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",
7171
"handlebars": "^4.7.8",
72-
"helmet": "^7.0.0",
72+
"helmet": "^7.1.0",
7373
"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",
7777
"lodash": "^4.17.21",
7878
"multer": "1.4.5-lts.1",
79-
"node-cron": "^3.0.2",
79+
"node-cron": "^3.0.3",
8080
"npm-run-all": "^4.1.5",
8181
"pg": "^8.11.3",
8282
"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",
8787
"qs": "^6.11.2",
88-
"reflect-metadata": "^0.1.13",
88+
"reflect-metadata": "^0.2.1",
8989
"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",
9393
"slugify": "^1.6.6",
9494
"swagger-jsdoc": "^6.2.8",
9595
"swagger-ui-express": "^5.0.0",
9696
"uuid": "^9.0.1",
97-
"zod": "^3.22.2"
97+
"zod": "^3.22.4"
9898
},
9999
"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",
102102
"@jest/globals": "^29.7.0",
103-
"@swc/cli": "^0.1.62",
103+
"@swc/cli": "^0.1.65",
104104
"@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",
127127
"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",
131131
"eslint-plugin-promise": "^6.1.1",
132132
"husky": "^8.0.3",
133133
"jest": "^29.7.0",
134-
"nodemon": "^3.0.1",
135-
"prettier": "^3.0.3",
134+
"nodemon": "^3.0.3",
135+
"prettier": "^3.2.4",
136136
"rimraf": "^5.0.5",
137137
"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",
140140
"tsc-alias": "^1.8.8",
141-
"typescript": "^5.2.2"
141+
"typescript": "^5.3.3"
142142
},
143143
"jest": {
144144
"preset": "ts-jest",

0 commit comments

Comments
 (0)