|
1 | 1 | { |
2 | 2 | "name": "mup", |
3 | | - "version": "1.3.0", |
| 3 | + "version": "1.3.1", |
4 | 4 | "description": "Production Quality Meteor Deployments", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "repository": { |
|
37 | 37 | "docs": "cd docs && bundle exec jekyll serve" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "babel-cli": "^6.23.0", |
| 40 | + "babel-cli": "^6.26.0", |
41 | 41 | "babel-eslint": "^7.1.1", |
42 | 42 | "babel-plugin-istanbul": "^4.1.4", |
43 | 43 | "babel-preset-es2015": "^6.22.0", |
44 | 44 | "babel-preset-es2016": "^6.22.0", |
45 | 45 | "babel-preset-es2017": "^6.22.0", |
46 | 46 | "babel-preset-stage-2": "^6.24.1", |
47 | 47 | "babel-preset-stage-3": "^6.22.0", |
48 | | - "babel-register": "^6.24.1", |
49 | | - "chai": "^3.5.0", |
| 48 | + "babel-register": "^6.26.0", |
| 49 | + "chai": "^4.1.1", |
50 | 50 | "chai-string": "^1.4.0", |
51 | 51 | "cross-env": "^5.0.1", |
52 | | - "eslint": "^3.19.0", |
| 52 | + "eslint": "^4.5.0", |
53 | 53 | "eslint-plugin-babel": "^4.1.0", |
54 | 54 | "eslint-plugin-markdown": "^1.0.0-beta.4", |
55 | 55 | "keypair": "^1.0.1", |
56 | 56 | "mocha": "^3.2.0", |
57 | 57 | "node-forge": "^0.7.1", |
58 | 58 | "nyc": "^11.0.3", |
59 | | - "sinon": "^2.3.6" |
| 59 | + "sinon": "^3.2.1" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | | - "archiver": "~1.3.0", |
| 62 | + "archiver": "^2.0.0", |
63 | 63 | "async": "~2.5.0", |
64 | | - "babel-polyfill": "6.6.1", |
| 64 | + "babel-polyfill": "^6.26.0", |
65 | 65 | "bluebird": "~3.5.0", |
66 | 66 | "boxen": "~1.1.0", |
67 | | - "chalk": "~2.0.1", |
68 | | - "debug": "~2.6.8", |
| 67 | + "chalk": "^2.1.0", |
| 68 | + "debug": "^3.0.0", |
69 | 69 | "expand-tilde": "~2.0.2", |
70 | 70 | "global-modules": "^1.0.0", |
71 | 71 | "joi": "~10.6.0", |
72 | 72 | "lodash": "^4.17.4", |
73 | 73 | "nodemiral": "~1.1.1", |
74 | | - "parse-json": "~2.2.0", |
| 74 | + "parse-json": "^3.0.0", |
75 | 75 | "random-seed": "~0.3.0", |
76 | 76 | "resolve-from": "^3.0.0", |
77 | 77 | "shelljs": "~0.5.0", |
78 | | - "silent-npm-registry-client": "2.x.x", |
| 78 | + "silent-npm-registry-client": "^3.0.1", |
79 | 79 | "ssh2": "0.4.x", |
80 | | - "uuid": "2.x.x", |
| 80 | + "uuid": "^3.1.0", |
81 | 81 | "yargs": "~8.0.2" |
82 | 82 | }, |
83 | 83 | "nyc": { |
|
0 commit comments