|
60 | 60 | "start": "babel-node examples/index.js" |
61 | 61 | }, |
62 | 62 | "dependencies": { |
63 | | - "accepts": "^1.3.0", |
| 63 | + "accepts": "^1.3.5", |
64 | 64 | "content-type": "^1.0.4", |
65 | | - "http-errors": "^1.3.0", |
66 | | - "raw-body": "^2.3.2" |
| 65 | + "http-errors": "^1.7.0", |
| 66 | + "raw-body": "^2.3.3" |
67 | 67 | }, |
68 | 68 | "devDependencies": { |
69 | | - "babel-cli": "^6.26.0", |
70 | | - "babel-eslint": "^9.0.0", |
| 69 | + "babel-cli": "6.26.0", |
| 70 | + "babel-eslint": "9.0.0", |
71 | 71 | "babel-plugin-transform-async-to-generator": "6.24.1", |
72 | 72 | "babel-plugin-transform-class-properties": "6.24.1", |
73 | 73 | "babel-plugin-transform-flow-strip-types": "6.22.0", |
74 | | - "babel-plugin-transform-runtime": "^6.23.0", |
| 74 | + "babel-plugin-transform-runtime": "6.23.0", |
75 | 75 | "babel-preset-es2015": "6.24.1", |
76 | | - "babel-register": "^6.26.0", |
77 | | - "babel-runtime": "^6.26.0", |
| 76 | + "babel-register": "6.26.0", |
| 77 | + "babel-runtime": "6.26.0", |
78 | 78 | "body-parser": "1.18.3", |
79 | | - "chai": "^4.1.2", |
| 79 | + "chai": "4.1.2", |
80 | 80 | "connect": "3.6.6", |
81 | 81 | "coveralls": "3.0.2", |
82 | | - "eslint": "^5.5.0", |
83 | | - "eslint-plugin-flowtype": "^2.44.0", |
84 | | - "eslint-plugin-prettier": "^2.6.0", |
85 | | - "express": "^4.16.2", |
86 | | - "flow-bin": "^0.80.0", |
| 82 | + "eslint": "5.5.0", |
| 83 | + "eslint-plugin-flowtype": "2.50.0", |
| 84 | + "eslint-plugin-prettier": "2.6.2", |
| 85 | + "express": "4.16.3", |
| 86 | + "flow-bin": "0.80.0", |
87 | 87 | "graphql": "14.0.0", |
88 | 88 | "isparta": "4.1.0", |
89 | 89 | "mocha": "5.2.0", |
90 | 90 | "multer": "1.3.1", |
91 | | - "prettier": "^1.10.2", |
| 91 | + "prettier": "1.14.2", |
92 | 92 | "restify": "4.3.2", |
93 | 93 | "sane": "3.0.0", |
94 | | - "sinon": "^6.1.5", |
| 94 | + "sinon": "6.1.5", |
95 | 95 | "supertest": "3.1.0" |
96 | 96 | }, |
97 | 97 | "peerDependencies": { |
|
0 commit comments