|
25 | 25 | "format": "web-scripts format", |
26 | 26 | "commit": "web-scripts commit", |
27 | 27 | "release": "web-scripts release", |
28 | | - "prepare": "web-scripts audit" |
29 | | - }, |
30 | | - "husky": { |
31 | | - "hooks": { |
32 | | - "commit-msg": "web-scripts commitmsg", |
33 | | - "pre-commit": "web-scripts precommit" |
34 | | - } |
| 28 | + "prepare": "husky install" |
35 | 29 | }, |
36 | 30 | "devDependencies": { |
37 | 31 | "@spotify/eslint-config-oss": "^1.0.2", |
38 | | - "@spotify/web-scripts": "^10.0.1", |
39 | | - "@types/async-retry": "^1.4.1", |
40 | | - "@types/compression": "^1.7.0", |
41 | | - "@types/cors": "^2.8.6", |
42 | | - "@types/express": "^4.17.3", |
43 | | - "@types/morgan": "^1.9.0", |
44 | | - "@types/node": "^13.9.3", |
45 | | - "@types/pg": "^7.14.11", |
46 | | - "@types/supertest": "^2.0.11", |
47 | | - "@types/uuid": "^8.3.0", |
48 | | - "@types/wait-on": "^5.2.0", |
| 32 | + "@spotify/web-scripts": "^13.0.0", |
| 33 | + "@types/async-retry": "^1.4.3", |
| 34 | + "@types/compression": "^1.7.2", |
| 35 | + "@types/cors": "^2.8.12", |
| 36 | + "@types/express": "^4.17.13", |
| 37 | + "@types/morgan": "^1.9.3", |
| 38 | + "@types/node": "^16.9.6", |
| 39 | + "@types/pg": "^8.6.5", |
| 40 | + "@types/supertest": "^2.0.12", |
| 41 | + "@types/uuid": "^8.3.4", |
| 42 | + "@types/wait-on": "^5.3.1", |
49 | 43 | "copyfiles": "^2.4.1", |
50 | | - "dotenv": "^8.2.0", |
| 44 | + "dotenv": "^16.0.0", |
51 | 45 | "get-port": "^5.1.1", |
52 | | - "husky": "^4.0.0", |
| 46 | + "husky": "^7.0.4", |
53 | 47 | "node-duration": "^2.0.0", |
54 | | - "nodemon": "^2.0.7", |
55 | | - "supertest": "^6.1.3", |
56 | | - "testcontainers": "^7.8.0", |
57 | | - "ts-node": "^9.1.1" |
| 48 | + "nodemon": "^2.0.15", |
| 49 | + "supertest": "^6.2.2", |
| 50 | + "testcontainers": "^8.6.1", |
| 51 | + "ts-node": "^10.7.0" |
58 | 52 | }, |
59 | 53 | "dependencies": { |
60 | | - "async-retry": "^1.3.1", |
61 | | - "body-parser": "^1.19.0", |
| 54 | + "async-retry": "^1.3.3", |
| 55 | + "body-parser": "^1.20.0", |
62 | 56 | "compression": "^1.7.4", |
63 | 57 | "cors": "^2.8.5", |
64 | | - "express": "^4.17.1", |
65 | | - "express-promise-router": "^4.1.0", |
66 | | - "lighthouse": "^7.4.0", |
| 58 | + "express": "^4.17.3", |
| 59 | + "express-promise-router": "^4.1.1", |
| 60 | + "lighthouse": "^9.5.0", |
67 | 61 | "morgan": "^1.10.0", |
68 | 62 | "node-fetch": "^2.6.1", |
69 | | - "pg": "^8.6.0", |
70 | | - "puppeteer": "^9.0.0", |
| 63 | + "pg": "^8.7.3", |
| 64 | + "puppeteer": "^13.5.2", |
71 | 65 | "sql-template-strings": "^2.2.2", |
72 | 66 | "uuid": "^8.3.2", |
73 | | - "wait-on": "^5.3.0", |
74 | | - "winston": "^3.3.3" |
| 67 | + "wait-on": "^6.0.1", |
| 68 | + "winston": "^3.7.2" |
75 | 69 | }, |
76 | 70 | "publishConfig": { |
77 | 71 | "access": "public" |
78 | 72 | }, |
79 | 73 | "engines": { |
80 | | - "node": ">=12" |
| 74 | + "node": ">=14.17" |
81 | 75 | } |
82 | 76 | } |
0 commit comments