Skip to content

Commit

Permalink
Merge pull request #166 from spencerbeggs/master
Browse files Browse the repository at this point in the history
Update Dependencies to Avoid Malicious Code
  • Loading branch information
ColemanGariety authored Nov 30, 2018
2 parents ef52e08 + 1916114 commit 5254572
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"nodemon": "^1.18.7"
},
"devDependencies": {
"should": "^4.0.0",
"gulp-jshint": "^1.6.1",
"gulp-mocha": "^0.2.0",
"is-running": "^1.0.3",
"coffee-script": "^1.7.1"
"coffee-script": "^1.7.1",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"is-running": "^2.1.0",
"should": "^13.2.3"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 5254572

Please sign in to comment.