Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
masb0ymas committed Aug 28, 2024
1 parent 4848a13 commit c11dd2c
Show file tree
Hide file tree
Showing 3 changed files with 11,090 additions and 9,016 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,68 +52,68 @@
"node": ">= 16.x"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.7.5",
"colorette": "^2.0.20",
"compression": "^1.7.4",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^3.3.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.1.5",
"express-rate-limit": "^7.4.0",
"express-useragent": "^1.0.15",
"expresso-core": "^0.11.4",
"expresso-hooks": "^0.11.4",
"expresso-provider": "^0.11.4",
"expresso-query": "^0.11.4",
"expresso-core": "^0.12.1",
"expresso-hooks": "^0.12.1",
"expresso-provider": "^0.12.1",
"expresso-query": "^0.12.1",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"hpp": "^0.2.3",
"i18next": "^23.10.0",
"i18next-fs-backend": "^2.3.1",
"i18next-http-middleware": "^3.5.0",
"i18next": "^23.14.0",
"i18next-fs-backend": "^2.3.2",
"i18next-http-middleware": "^3.6.0",
"lodash": "^4.17.21",
"multer": "1.4.5-lts.1",
"node-cron": "^3.0.3",
"npm-run-all": "^4.1.5",
"pg": "^8.11.3",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"pino": "^8.19.0",
"pino": "^8.21.0",
"pino-http": "^8.6.1",
"pino-pretty": "^10.3.1",
"pm2": "^5.3.1",
"qs": "^6.11.2",
"reflect-metadata": "^0.2.1",
"pm2": "^5.4.2",
"qs": "^6.13.0",
"reflect-metadata": "^0.2.2",
"request-ip": "^3.3.0",
"sequelize": "^6.37.1",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2",
"sequelize-typescript": "^2.1.6",
"slugify": "^1.6.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"swagger-ui-express": "^5.0.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/config-conventional": "^18.6.3",
"@jest/globals": "^29.7.0",
"@swc/cli": "0.1.65",
"@swc/core": "1.3.78",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/express-useragent": "^1.0.5",
"@types/hpp": "^0.2.6",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.20",
"@types/lodash": "^4.17.7",
"@types/multer": "^1.4.12",
"@types/node": "^22.5.1",
"@types/node-cron": "^3.0.11",
"@types/qs": "^6.9.11",
"@types/qs": "^6.9.15",
"@types/request-ip": "^0.0.41",
"@types/supertest": "^6.0.2",
"@types/swagger-jsdoc": "^6.0.4",
Expand All @@ -127,18 +127,18 @@
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"standard-version": "^9.5.0",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3"
"ts-jest": "^29.2.5",
"tsc-alias": "^1.8.10",
"typescript": "^5.5.4"
},
"jest": {
"preset": "ts-jest",
Expand Down
Loading

0 comments on commit c11dd2c

Please sign in to comment.