Skip to content

Commit 253b040

Browse files
author
Dave Conway-Jones
committed
Bump pre-reqs that don't break tests
but pass audit...
1 parent 3891ad5 commit 253b040

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"license": "Apache-2.0",
@@ -31,11 +31,11 @@
3131
},
3232
"devDependencies": {
3333
"grunt": "^1.0.3",
34-
"grunt-cli": "^1.3.1",
34+
"grunt-cli": "^1.3.2",
3535
"grunt-contrib-jshint": "^2.0.0",
3636
"grunt-simple-mocha": "^0.4.1",
37-
"mocha": "^2.5.3",
38-
"should": "^6.0.3",
37+
"mocha": "^5.2.0",
38+
"should": "^13.2.3",
3939
"sinon": "^1.17.7"
4040
},
4141
"optionalDependencies": {

0 commit comments

Comments
 (0)