|
18 | 18 | ],
|
19 | 19 | "license": "BSD-3-Clause",
|
20 | 20 | "dependencies": {
|
21 |
| - "babel-polyfill": "^6.5.0", |
22 |
| - "babel-runtime": "^6.5.0", |
| 21 | + "babel-polyfill": "6.8.0", |
| 22 | + "babel-runtime": "6.6.1", |
23 | 23 | "bcrypt-nodejs": "0.0.3",
|
24 |
| - "body-parser": "^1.14.2", |
25 |
| - "colors": "^1.1.2", |
26 |
| - "commander": "^2.9.0", |
| 24 | + "body-parser": "1.15.1", |
| 25 | + "colors": "1.1.2", |
| 26 | + "commander": "2.9.0", |
27 | 27 | "deepcopy": "0.6.3",
|
28 |
| - "express": "^4.13.4", |
29 |
| - "intersect": "^1.0.1", |
30 |
| - "lodash": "^4.8.2", |
31 |
| - "lru-cache": "^4.0.0", |
32 |
| - "mailgun-js": "^0.7.7", |
33 |
| - "mime": "^1.3.4", |
| 28 | + "express": "4.13.4", |
| 29 | + "intersect": "1.0.1", |
| 30 | + "lodash": "4.12.0", |
| 31 | + "lru-cache": "4.0.1", |
| 32 | + "mailgun-js": "0.7.10", |
| 33 | + "mime": "1.3.4", |
34 | 34 | "mongodb": "2.1.18",
|
35 |
| - "multer": "^1.1.0", |
36 |
| - "parse": "^1.8.0", |
37 |
| - "parse-server-fs-adapter": "^1.0.0", |
38 |
| - "parse-server-push-adapter": "^1.0.0", |
39 |
| - "parse-server-s3-adapter": "^1.0.1", |
40 |
| - "parse-server-simple-mailgun-adapter": "^1.0.0", |
41 |
| - "pg-promise": "^4.4.0", |
42 |
| - "redis": "^2.5.0-1", |
43 |
| - "request": "^2.65.0", |
44 |
| - "request-promise": "^3.0.0", |
45 |
| - "tv4": "^1.2.7", |
46 |
| - "winston": "^2.1.1", |
47 |
| - "winston-daily-rotate-file": "^1.0.1", |
48 |
| - "ws": "^1.0.1" |
| 35 | + "multer": "1.1.0", |
| 36 | + "parse": "1.8.5", |
| 37 | + "parse-server-fs-adapter": "1.0.0", |
| 38 | + "parse-server-push-adapter": "1.0.4", |
| 39 | + "parse-server-s3-adapter": "1.0.3", |
| 40 | + "parse-server-simple-mailgun-adapter": "1.0.0", |
| 41 | + "pg-promise": "4.4.0", |
| 42 | + "redis": "2.5.3", |
| 43 | + "request": "2.72.0", |
| 44 | + "request-promise": "3.0.0", |
| 45 | + "tv4": "1.2.7", |
| 46 | + "winston": "2.2.0", |
| 47 | + "winston-daily-rotate-file": "1.0.1", |
| 48 | + "ws": "1.0.1" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "babel-cli": "^6.5.1", |
52 |
| - "babel-core": "^6.5.1", |
53 |
| - "babel-istanbul": "^0.6.0", |
54 |
| - "babel-plugin-syntax-flow": "^6.5.0", |
55 |
| - "babel-plugin-transform-flow-strip-types": "^6.5.0", |
56 |
| - "babel-preset-es2015": "^6.5.0", |
57 |
| - "babel-preset-stage-0": "^6.5.0", |
58 |
| - "babel-register": "^6.5.1", |
59 |
| - "codecov": "^1.0.1", |
60 |
| - "cross-env": "^1.0.7", |
61 |
| - "deep-diff": "^0.3.3", |
62 |
| - "gaze": "^1.0.0", |
63 |
| - "jasmine": "^2.3.2", |
64 |
| - "mongodb-runner": "^3.3.2", |
65 |
| - "nodemon": "^1.8.1" |
| 51 | + "babel-cli": "6.8.0", |
| 52 | + "babel-core": "6.8.0", |
| 53 | + "babel-istanbul": "0.6.1", |
| 54 | + "babel-plugin-syntax-flow": "6.8.0", |
| 55 | + "babel-plugin-transform-flow-strip-types": "6.8.0", |
| 56 | + "babel-preset-es2015": "6.6.0", |
| 57 | + "babel-preset-stage-0": "6.5.0", |
| 58 | + "babel-register": "6.8.0", |
| 59 | + "codecov": "1.0.1", |
| 60 | + "cross-env": "1.0.7", |
| 61 | + "deep-diff": "0.3.4", |
| 62 | + "gaze": "1.0.0", |
| 63 | + "jasmine": "2.4.1", |
| 64 | + "mongodb-runner": "3.3.2", |
| 65 | + "nodemon": "1.9.2" |
66 | 66 | },
|
67 | 67 | "scripts": {
|
68 | 68 | "dev": "npm run build && node bin/dev",
|
|
0 commit comments