|
10 | 10 | "lint": "npx eslint '*/**/*.{js,jsx,ts,tsx}' --quiet --fix", |
11 | 11 | "prebuild": "npm-run-all clean lint typecheck", |
12 | 12 | "build": "npx swc src -d dist", |
| 13 | + "build:ts": "tsc && tsc-alias", |
13 | 14 | "start": "nodemon --exec node ./dist/main.js", |
14 | 15 | "dev": "npm-run-all build start", |
15 | 16 | "dev:watch": "concurrently \"npm run watch-compile\" \"npm run watch-dev\"", |
|
50 | 51 | "node": ">= 16.x" |
51 | 52 | }, |
52 | 53 | "dependencies": { |
53 | | - "axios": "^1.4.0", |
54 | | - "bcrypt": "^5.1.0", |
| 54 | + "axios": "^1.5.0", |
| 55 | + "bcrypt": "^5.1.1", |
55 | 56 | "colorette": "^2.0.20", |
56 | 57 | "compression": "^1.7.4", |
57 | | - "concurrently": "^8.2.0", |
| 58 | + "concurrently": "^8.2.1", |
58 | 59 | "cookie-parser": "^1.4.6", |
59 | 60 | "cors": "^2.8.5", |
60 | 61 | "date-fns": "^2.30.0", |
61 | 62 | "dotenv": "^16.3.1", |
62 | 63 | "express": "^4.18.2", |
63 | 64 | "express-async-handler": "^1.2.0", |
64 | | - "express-rate-limit": "^6.9.0", |
| 65 | + "express-rate-limit": "^6.11.0", |
65 | 66 | "express-useragent": "^1.0.15", |
66 | | - "expresso-core": "^0.8.0", |
67 | | - "expresso-hooks": "^0.8.0", |
68 | | - "expresso-provider": "^0.8.0", |
69 | | - "expresso-query": "^0.8.0", |
| 67 | + "expresso-core": "^0.8.1", |
| 68 | + "expresso-hooks": "^0.8.1", |
| 69 | + "expresso-provider": "^0.8.1", |
| 70 | + "expresso-query": "^0.8.1", |
70 | 71 | "handlebars": "^4.7.8", |
71 | 72 | "helmet": "^7.0.0", |
72 | 73 | "hpp": "^0.2.3", |
73 | | - "i18next": "^23.4.2", |
| 74 | + "i18next": "^23.4.9", |
74 | 75 | "i18next-fs-backend": "^2.1.5", |
75 | 76 | "i18next-http-middleware": "^3.3.2", |
76 | 77 | "lodash": "^4.17.21", |
77 | 78 | "multer": "1.4.5-lts.1", |
78 | 79 | "node-cron": "^3.0.2", |
79 | 80 | "npm-run-all": "^4.1.5", |
80 | | - "pg": "^8.11.2", |
| 81 | + "pg": "^8.11.3", |
81 | 82 | "pg-hstore": "^2.3.4", |
82 | 83 | "pino": "^8.15.0", |
83 | | - "pino-http": "^8.4.0", |
| 84 | + "pino-http": "^8.5.0", |
84 | 85 | "pino-pretty": "^10.2.0", |
85 | 86 | "pm2": "^5.3.0", |
86 | 87 | "qs": "^6.11.2", |
|
93 | 94 | "swagger-jsdoc": "^6.2.8", |
94 | 95 | "swagger-ui-express": "^4.6.3", |
95 | 96 | "uuid": "^9.0.0", |
96 | | - "zod": "^3.21.4" |
| 97 | + "zod": "^3.22.2" |
97 | 98 | }, |
98 | 99 | "devDependencies": { |
99 | | - "@commitlint/cli": "^17.6.7", |
100 | | - "@commitlint/config-conventional": "^17.6.7", |
101 | | - "@jest/globals": "^29.6.2", |
| 100 | + "@commitlint/cli": "^17.7.1", |
| 101 | + "@commitlint/config-conventional": "^17.7.0", |
| 102 | + "@jest/globals": "^29.6.4", |
102 | 103 | "@swc/cli": "^0.1.62", |
103 | | - "@swc/core": "^1.3.74", |
| 104 | + "@swc/core": "1.3.78", |
104 | 105 | "@types/bcrypt": "^5.0.0", |
105 | | - "@types/compression": "^1.7.2", |
106 | | - "@types/cookie-parser": "^1.4.3", |
107 | | - "@types/cors": "^2.8.13", |
| 106 | + "@types/compression": "^1.7.3", |
| 107 | + "@types/cookie-parser": "^1.4.4", |
| 108 | + "@types/cors": "^2.8.14", |
108 | 109 | "@types/express": "^4.17.17", |
109 | 110 | "@types/express-useragent": "^1.0.2", |
110 | 111 | "@types/hpp": "^0.2.2", |
111 | | - "@types/jest": "^29.5.3", |
112 | | - "@types/lodash": "^4.14.196", |
| 112 | + "@types/jest": "^29.5.4", |
| 113 | + "@types/lodash": "^4.14.198", |
113 | 114 | "@types/multer": "^1.4.7", |
114 | | - "@types/node": "^20.4.8", |
| 115 | + "@types/node": "^20.5.9", |
115 | 116 | "@types/node-cron": "^3.0.8", |
116 | | - "@types/qs": "^6.9.7", |
| 117 | + "@types/qs": "^6.9.8", |
117 | 118 | "@types/request-ip": "^0.0.38", |
118 | 119 | "@types/supertest": "^2.0.12", |
119 | 120 | "@types/swagger-jsdoc": "^6.0.1", |
120 | 121 | "@types/swagger-ui-express": "^4.1.3", |
121 | | - "@types/uuid": "^9.0.2", |
122 | | - "@typescript-eslint/eslint-plugin": "^6.2.1", |
123 | | - "@typescript-eslint/parser": "^6.2.1", |
124 | | - "eslint": "^8.46.0", |
| 122 | + "@types/uuid": "^9.0.3", |
| 123 | + "@typescript-eslint/eslint-plugin": "^6.6.0", |
| 124 | + "@typescript-eslint/parser": "^6.6.0", |
| 125 | + "eslint": "^8.48.0", |
125 | 126 | "eslint-config-prettier": "^8.10.0", |
126 | 127 | "eslint-config-standard-with-typescript": "^37.0.0", |
127 | 128 | "eslint-import-resolver-alias": "^1.1.2", |
128 | | - "eslint-plugin-import": "^2.28.0", |
129 | | - "eslint-plugin-n": "^16.0.1", |
| 129 | + "eslint-plugin-import": "^2.28.1", |
| 130 | + "eslint-plugin-n": "^16.0.2", |
130 | 131 | "eslint-plugin-prettier": "^4.2.1", |
131 | 132 | "eslint-plugin-promise": "^6.1.1", |
132 | 133 | "husky": "^8.0.3", |
133 | | - "jest": "^29.6.2", |
| 134 | + "jest": "^29.6.4", |
134 | 135 | "nodemon": "^3.0.1", |
135 | 136 | "prettier": "^2.8.8", |
136 | 137 | "rimraf": "^5.0.1", |
137 | 138 | "standard-version": "^9.5.0", |
138 | 139 | "supertest": "^6.3.3", |
139 | 140 | "ts-jest": "^29.1.1", |
140 | | - "typescript": "^5.1.6" |
| 141 | + "tsc-alias": "^1.8.7", |
| 142 | + "typescript": "^5.2.2" |
141 | 143 | }, |
142 | 144 | "jest": { |
143 | 145 | "preset": "ts-jest", |
|
0 commit comments