Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Sep 24, 2018
1 parent 8e448d1 commit 9dd224b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
npm-debug.log
dist/
dist/
package-lock.json
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"license": "MIT",
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.reduce": "^4.2.0",
"protodef-validator": "^1.1.2",
"readable-stream": "^2.0.5"
"lodash.reduce": "^4.6.0",
"protodef-validator": "^1.2.2",
"readable-stream": "^3.0.3"
},
"engines": {
"node": ">=6"
Expand All @@ -29,10 +29,10 @@
"url": "https://github.com/ProtoDef-io/node-protodef.git"
},
"devDependencies": {
"benchmark": "^2.1.0",
"chai": "^3.5.0",
"jsonschema": "^1.1.0",
"mocha": "^2.4.5",
"benchmark": "^2.1.4",
"chai": "^4.1.2",
"jsonschema": "^1.2.4",
"mocha": "^5.2.0",
"require-self": "^0.1.0"
}
}

0 comments on commit 9dd224b

Please sign in to comment.