|
20 | 20 | "api:deploy": "yarn workspace api run deploy" |
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | | - "@sendgrid/mail": "^7.4.0", |
| 23 | + "@sendgrid/mail": "^7.4.2", |
24 | 24 | "body-parser": "^1.19.0", |
25 | 25 | "compression": "^1.7.4", |
26 | 26 | "cookie": "^0.4.1", |
27 | 27 | "cookie-parser": "^1.4.5", |
28 | | - "core-js": "^3.8.1", |
| 28 | + "core-js": "^3.8.3", |
29 | 29 | "cors": "^2.8.5", |
30 | 30 | "cross-spawn": "^7.0.3", |
31 | 31 | "dataloader": "^2.0.0", |
|
34 | 34 | "express": "^4.17.1", |
35 | 35 | "express-graphql": "^0.12.0", |
36 | 36 | "faker": "^5.1.0", |
37 | | - "google-auth-library": "^6.1.3", |
| 37 | + "google-auth-library": "^6.1.4", |
38 | 38 | "graphql": "^15.4.0", |
39 | 39 | "graphql-relay": "^0.6.0", |
40 | 40 | "graphql-voyager": "^1.0.0-rc.31", |
41 | 41 | "handlebars": "^4.7.6", |
42 | 42 | "jsonwebtoken": "^8.5.1", |
43 | | - "knex": "^0.21.12", |
| 43 | + "knex": "^0.21.16", |
44 | 44 | "lodash": "^4.17.20", |
45 | 45 | "moment-timezone": "^0.5.32", |
46 | 46 | "nanoid": "^3.1.20", |
47 | 47 | "pg": "^8.5.1", |
48 | | - "pretty-error": "^2.1.2", |
| 48 | + "pretty-error": "^3.0.3", |
49 | 49 | "slugify": "^1.4.6", |
50 | 50 | "source-map-support": "^0.5.19", |
51 | | - "uuid": "^8.3.1", |
52 | | - "validator": "13.1.17" |
| 51 | + "uuid": "^8.3.2", |
| 52 | + "validator": "13.5.2" |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@babel/cli": "^7.12.8", |
56 | | - "@babel/core": "^7.12.9", |
57 | | - "@babel/register": "^7.12.1", |
| 55 | + "@babel/cli": "^7.12.10", |
| 56 | + "@babel/core": "^7.12.10", |
| 57 | + "@babel/register": "^7.12.10", |
58 | 58 | "@types/cookie": "^0.4.0", |
59 | 59 | "@types/cross-spawn": "^6.0.2", |
60 | | - "@types/express": "^4.17.9", |
61 | | - "@types/faker": "^5.1.3", |
| 60 | + "@types/express": "^4.17.11", |
| 61 | + "@types/faker": "^5.1.5", |
62 | 62 | "@types/graphql-relay": "^0.6.0", |
63 | | - "@types/jest": "^26.0.16", |
| 63 | + "@types/jest": "^26.0.20", |
64 | 64 | "@types/jsonwebtoken": "^8.5.0", |
65 | | - "@types/lodash": "^4.14.164", |
66 | | - "@types/minimist": "^1.2.0", |
| 65 | + "@types/lodash": "^4.14.168", |
| 66 | + "@types/minimist": "^1.2.1", |
67 | 67 | "@types/moment-timezone": "^0.5.30", |
68 | | - "@types/node": "^14.14.6", |
| 68 | + "@types/node": "^14.14.22", |
69 | 69 | "@types/uuid": "^8.3.0", |
70 | | - "@types/validator": "^13.1.1", |
| 70 | + "@types/validator": "^13.1.3", |
71 | 71 | "del-cli": "^3.0.1", |
72 | 72 | "env": "workspace:*", |
73 | 73 | "minimist": "^1.2.5", |
74 | | - "nodemon": "^2.0.6", |
75 | | - "typescript": "4.1.2" |
| 74 | + "nodemon": "^2.0.7", |
| 75 | + "typescript": "4.1.3" |
76 | 76 | }, |
77 | 77 | "engines": { |
78 | 78 | "node": ">=12" |
|
0 commit comments