Skip to content

Commit d94487f

Browse files
committed
fix(dependencies): update many dependencies
This updates many dependencies that were lagging out of date. Closes #152 Closes #147 Closes #141 Closes #139 Closes #138 Closes #137 Closes #136 Closes #124 Closes #123 Closes #122 Closes #116 Closes #100 Closes #86 Closes #78
1 parent a8c40a9 commit d94487f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,32 +46,32 @@
4646
"author": "Jim Cummins <[email protected]> (https://github.com/jimthedev)",
4747
"license": "MIT",
4848
"devDependencies": {
49-
"axios": "0.7.0",
49+
"axios": "0.9.1",
5050
"babel": "5.8.34",
51-
"chai": "3.4.1",
51+
"chai": "3.5.0",
5252
"codecov.io": "0.1.6",
53-
"ghooks": "1.0.0",
54-
"gulp": "3.9.0",
55-
"gulp-git": "1.6.0",
53+
"ghooks": "1.0.3",
54+
"gulp": "3.9.1",
55+
"gulp-git": "1.7.0",
5656
"istanbul": "0.3.22",
57-
"mocha": "2.3.4",
57+
"mocha": "2.4.5",
5858
"node-uuid": "1.4.7",
59-
"nodemon": "1.8.1",
60-
"rimraf": "2.4.3",
59+
"nodemon": "1.9.1",
60+
"rimraf": "2.5.2",
6161
"semantic-release": "^4.3.5",
62-
"semver": "5.0.3"
62+
"semver": "5.1.0"
6363
},
6464
"dependencies": {
6565
"chalk": "1.1.1",
66-
"cz-conventional-changelog": "1.1.4",
66+
"cz-conventional-changelog": "1.1.5",
6767
"dedent": "0.6.0",
6868
"detect-indent": "4.0.0",
6969
"find-node-modules": "1.0.1",
70-
"glob": "6.0.1",
71-
"inquirer": "0.11.0",
72-
"lodash": "3.10.1",
70+
"glob": "7.0.0",
71+
"inquirer": "0.12.0",
72+
"lodash": "4.6.1",
7373
"minimist": "1.2.0",
7474
"shelljs": "0.5.3",
75-
"strip-json-comments": "2.0.0"
75+
"strip-json-comments": "2.0.1"
7676
}
7777
}

0 commit comments

Comments
 (0)