Skip to content

Commit

Permalink
fixed security dependecy for axios
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Frank authored Jun 4, 2019
1 parent cc254c4 commit 3a55b31
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
@@ -1,6 +1,6 @@
{
"name": "blazegraph",
"version": "2.0.3",
"version": "2.0.4",
"description": "Blazegraph JavaScript API",
"license": "MIT",
"author": "David Hérault <[email protected]> (https://github.com/dherault)",
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/nelson-ai/blazegraph-js#readme",
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.19.0",
"n3": "^1.0.1",
"ramda": "^0.26.1"
},
Expand Down

0 comments on commit 3a55b31

Please sign in to comment.