|
18 | 18 | "cookie-parser": "^1.4.5", |
19 | 19 | "dotenv": "^8.2.0", |
20 | 20 | "express": "^4.17.1", |
21 | | - "pino": "^6.7.0", |
| 21 | + "pino": "^6.8.0", |
22 | 22 | <% if (specification === 'openapi_3') { %> |
23 | | - "express-openapi-validator": "^4.7.2" |
| 23 | + "express-openapi-validator": "^4.9.2" |
24 | 24 | <% } else { %> |
25 | 25 | "swagger-express-middleware": "^4.0.2" |
26 | 26 | <% } %> |
27 | 27 | }, |
28 | 28 | "devDependencies": { |
29 | 29 | "@types/chai": "^4.2.14", |
30 | | - "@types/express": "^4.17.8", |
31 | | - "@types/mocha": "^8.0.3", |
32 | | - "@types/pino": "^6.3.3", |
33 | | - "@typescript-eslint/eslint-plugin": "^4.6.1", |
34 | | - "@typescript-eslint/parser": "^4.6.1", |
| 30 | + "@types/express": "^4.17.9", |
| 31 | + "@types/mocha": "^8.2.0", |
| 32 | + "@types/pino": "^6.3.4", |
| 33 | + "@typescript-eslint/eslint-plugin": "^4.10.0", |
| 34 | + "@typescript-eslint/parser": "^4.10.0", |
35 | 35 | "chai": "^4.2.0", |
36 | | - "eslint": "^7.13.0", |
37 | | - "eslint-config-prettier": "^6.15.0", |
38 | | - "eslint-plugin-prettier": "^3.1.4", |
| 36 | + "eslint": "^7.16.0", |
| 37 | + "eslint-config-prettier": "^7.1.0", |
| 38 | + "eslint-plugin-prettier": "^3.3.0", |
39 | 39 | "mocha": "^8.2.1", |
40 | 40 | "nodemon": "^2.0.6", |
41 | 41 | "pino-pretty": "^4.3.0", |
42 | | - "prettier": "^2.1.2", |
| 42 | + "prettier": "^2.2.1", |
43 | 43 | "shelljs": "^0.8.4", |
44 | 44 | "supertest": "^6.0.1", |
45 | | - "ts-node": "^9.0.0", |
46 | | - "typescript": "^4.0.5" |
| 45 | + "ts-node": "^9.1.1", |
| 46 | + "typescript": "^4.1.3" |
47 | 47 | }, |
48 | 48 | "author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)" |
49 | 49 | } |
0 commit comments