Skip to content

Commit

Permalink
Bump pre-reqs that don't break tests
Browse files Browse the repository at this point in the history
but pass audit...
  • Loading branch information
Dave Conway-Jones committed Dec 8, 2018
1 parent 3891ad5 commit 253b040
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "0.1.4",
"version": "0.1.5",
"description": "The Node-RED admin command line interface",
"homepage": "http:https://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.0.0",
"grunt-simple-mocha": "^0.4.1",
"mocha": "^2.5.3",
"should": "^6.0.3",
"mocha": "^5.2.0",
"should": "^13.2.3",
"sinon": "^1.17.7"
},
"optionalDependencies": {
Expand Down

0 comments on commit 253b040

Please sign in to comment.