Skip to content

Commit

Permalink
Upgrade dependency-check devDependency from ^3.3.0 to ^4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Sep 22, 2019
1 parent d50de71 commit b994de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "standard && hallmark && nyc tape test/*.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"hallmark": "hallmark --fix",
"dependency-check": "dependency-check --missing --unused --no-dev .",
"dependency-check": "dependency-check --no-dev .",
"prepublishOnly": "npm run dependency-check"
},
"dependencies": {
Expand All @@ -29,7 +29,7 @@
"tmp-redis": "~1.0.0"
},
"devDependencies": {
"dependency-check": "^3.3.0",
"dependency-check": "^4.1.0",
"hallmark": "^2.0.0",
"level-community": "^3.0.0",
"nyc": "^14.1.1",
Expand Down

0 comments on commit b994de9

Please sign in to comment.