Skip to content

Commit

Permalink
updating dependencies to avoid har-validator issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbean committed May 20, 2020
1 parent 08b5b06 commit 6173c2c
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
@@ -1,7 +1,7 @@
{
"name": "melissa-api",
"description": "Promise-driven accessor for the Melissa API",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"api",
"data",
Expand All @@ -19,8 +19,8 @@
},
"main": "./lib/melissa",
"dependencies": {
"bluebird": "^3.5.3",
"request": "^2.88.0",
"request-promise": "^4.2.2"
"bluebird": "^3.7.2",
"request": "^2.88.2",
"request-promise": "^4.2.5"
}
}

0 comments on commit 6173c2c

Please sign in to comment.