|
6 | 6 | "dependencies": {
|
7 | 7 | "bindings": "^1.3.0",
|
8 | 8 | "bluebird": "^3.5.0",
|
9 |
| - "body-parser": "^1.17.2", |
| 9 | + "body-parser": "^1.18.1", |
10 | 10 | "compression": "^1.7.0",
|
11 | 11 | "connect-redis": "^3.3.0",
|
12 | 12 | "cookie-parser": "^1.4.3",
|
|
17 | 17 | "express-graphql": "^0.6.11",
|
18 | 18 | "express-session": "^1.15.5",
|
19 | 19 | "faker": "^4.1.0",
|
20 |
| - "graphql": "^0.11.2", |
| 20 | + "graphql": "^0.11.3", |
21 | 21 | "graphql-relay": "^0.5.2",
|
22 | 22 | "handlebars": "^4.0.10",
|
23 | 23 | "handlebars-layouts": "^3.1.4",
|
24 | 24 | "i18next": "^9.0.0",
|
25 |
| - "i18next-express-middleware": "^1.0.5", |
| 25 | + "i18next-express-middleware": "^1.0.6", |
26 | 26 | "i18next-node-fs-backend": "^1.0.0",
|
27 |
| - "jest": "^21.0.1", |
| 27 | + "jest": "^21.1.0", |
28 | 28 | "juice": "^4.1.1",
|
29 | 29 | "knex": "^0.13.0",
|
30 | 30 | "node-addon-api": "^0.6.3",
|
31 |
| - "node-fetch": "^1.7.2", |
| 31 | + "node-fetch": "^1.7.3", |
32 | 32 | "nodemailer": "^4.1.0",
|
33 | 33 | "passport": "^0.4.0",
|
34 | 34 | "passport-facebook": "^2.1.1",
|
|
37 | 37 | "pg": "^7.3.0",
|
38 | 38 | "pretty-error": "^2.1.1",
|
39 | 39 | "redis": "^2.8.0",
|
40 |
| - "source-map-support": "^0.4.17", |
41 |
| - "validator": "^8.1.0" |
| 40 | + "source-map-support": "^0.4.18", |
| 41 | + "validator": "^8.2.0" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "babel-cli": "^6.26.0",
|
45 | 45 | "babel-core": "^6.26.0",
|
46 |
| - "babel-eslint": "^7.2.3", |
47 |
| - "babel-jest": "^21.0.0", |
| 46 | + "babel-eslint": "^8.0.0", |
| 47 | + "babel-jest": "^21.0.2", |
48 | 48 | "babel-plugin-transform-class-properties": "^6.24.1",
|
49 | 49 | "babel-plugin-transform-export-extensions": "^6.22.0",
|
50 | 50 | "babel-plugin-transform-flow-strip-types": "^6.22.0",
|
|
60 | 60 | "eslint-plugin-flowtype": "^2.35.1",
|
61 | 61 | "eslint-plugin-import": "^2.7.0",
|
62 | 62 | "eslint-plugin-prettier": "^2.2.0",
|
63 |
| - "flow-bin": "^0.54.0", |
| 63 | + "flow-bin": "^0.54.1", |
64 | 64 | "husky": "^0.14.3",
|
65 |
| - "lint-staged": "^4.1.0", |
66 |
| - "prettier": "^1.6.1" |
| 65 | + "lint-staged": "^4.2.1", |
| 66 | + "prettier": "^1.7.0" |
67 | 67 | },
|
68 | 68 | "jest": {
|
69 | 69 | "setupTestFrameworkScriptFile": "<rootDir>/tools/jest.setup.js"
|
|
0 commit comments