|
52 | 52 | "dependencies": { |
53 | 53 | "@graphile/lru": "4.11.0", |
54 | 54 | "@types/json5": "^0.0.30", |
55 | | - "@types/jsonwebtoken": "^8.3.2", |
| 55 | + "@types/jsonwebtoken": "^9.0.1", |
56 | 56 | "@types/pg": ">=6 <9", |
57 | 57 | "@types/ws": "^7.4.0", |
58 | 58 | "body-parser": "^1.15.2", |
59 | 59 | "chalk": "^2.4.2", |
60 | 60 | "commander": "^2.19.0", |
61 | 61 | "debug": "^4.1.1", |
62 | 62 | "finalhandler": "^1.0.6", |
63 | | - "graphile-build": "4.12.3", |
64 | | - "graphile-build-pg": "4.12.3", |
65 | | - "graphile-utils": "^4.12.3", |
| 63 | + "graphile-build": "4.13.0", |
| 64 | + "graphile-build-pg": "4.13.0", |
| 65 | + "graphile-utils": "^4.13.0", |
66 | 66 | "graphql": "^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.2 || ^15.0.0", |
67 | 67 | "graphql-ws": "^5.6.2", |
68 | 68 | "http-errors": "^1.5.1", |
|
72 | 72 | "parseurl": "^1.3.2", |
73 | 73 | "pg": ">=6.1.0 <9", |
74 | 74 | "pg-connection-string": "^2.0.0", |
75 | | - "pg-sql2": "4.12.3", |
76 | | - "postgraphile-core": "4.12.3", |
| 75 | + "pg-sql2": "4.13.0", |
| 76 | + "postgraphile-core": "4.13.0", |
77 | 77 | "subscriptions-transport-ws": "^0.9.18", |
78 | 78 | "tslib": "^2.1.0", |
79 | 79 | "ws": "^7.4.2" |
|
96 | 96 | "@types/koa-compress": "^4.0.1", |
97 | 97 | "@types/lru-cache": "^5.1.0", |
98 | 98 | "@types/morgan": "^1.9.2", |
99 | | - "@types/node": "^10.9.4", |
| 99 | + "@types/node": "^12.0.0", |
100 | 100 | "@types/parseurl": "^1.3.1", |
101 | 101 | "@types/restify": "^8.4.2", |
102 | 102 | "@typescript-eslint/eslint-plugin": "^4.14.0", |
|
0 commit comments