Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
* fixes "npm audit" warnings
  • Loading branch information
bendrucker committed Aug 21, 2018
1 parent 68df3d1 commit d5d8b0c
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
Expand Up @@ -24,16 +24,16 @@
"author": "Thorsten Lorenz",
"license": "MIT",
"devDependencies": {
"mocha": "^3.5.3",
"mocha": "^5.2.0",
"native-hello-world": "^1.0.0",
"should": "~3.3",
"sinon": "~1.9",
"should": "~13.2",
"sinon": "~6.1",
"standard": "^11.0.0"
},
"dependencies": {
"fill-keys": "^1.0.2",
"module-not-found-error": "^1.0.0",
"resolve": "~1.5.0"
"resolve": "~1.8.1"
},
"standard": {
"env": [
Expand Down

0 comments on commit d5d8b0c

Please sign in to comment.