Skip to content

Commit

Permalink
bump deps to fix axios vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jan 6, 2021
1 parent 96f558e commit 4710c1f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-red-admin",
"version": "0.2.6",
"version": "0.3.0",
"description": "The Node-RED admin command line interface",
"homepage": "http://nodered.org",
"bugs": {
Expand All @@ -23,21 +23,20 @@
"name": "Anna Thomas"
}
],
"preferGlobal": "true",
"scripts": {
"test": "./node_modules/.bin/mocha "
},
"dependencies": {
"axios": "0.19.2",
"axios": "0.21.1",
"bcryptjs": "^2.4.3",
"cli-table": "^0.3.1",
"cli-table": "^0.3.4",
"minimist": "^1.2.5",
"read": "^1.0.7"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-simple-mocha": "^0.4.1",
"mocha": "^7.1.0",
"should": "^13.2.3",
Expand Down

0 comments on commit 4710c1f

Please sign in to comment.