Skip to content

Commit 4710c1f

Browse files
author
Dave Conway-Jones
committed
bump deps to fix axios vuln
1 parent 96f558e commit 4710c1f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-admin",
3-
"version": "0.2.6",
3+
"version": "0.3.0",
44
"description": "The Node-RED admin command line interface",
55
"homepage": "http://nodered.org",
66
"bugs": {
@@ -23,21 +23,20 @@
2323
"name": "Anna Thomas"
2424
}
2525
],
26-
"preferGlobal": "true",
2726
"scripts": {
2827
"test": "./node_modules/.bin/mocha "
2928
},
3029
"dependencies": {
31-
"axios": "0.19.2",
30+
"axios": "0.21.1",
3231
"bcryptjs": "^2.4.3",
33-
"cli-table": "^0.3.1",
32+
"cli-table": "^0.3.4",
3433
"minimist": "^1.2.5",
3534
"read": "^1.0.7"
3635
},
3736
"devDependencies": {
38-
"grunt": "^1.0.4",
37+
"grunt": "^1.3.0",
3938
"grunt-cli": "^1.3.2",
40-
"grunt-contrib-jshint": "^2.1.0",
39+
"grunt-contrib-jshint": "^3.0.0",
4140
"grunt-simple-mocha": "^0.4.1",
4241
"mocha": "^7.1.0",
4342
"should": "^13.2.3",

0 commit comments

Comments
 (0)