diff --git a/package.json b/package.json index 8ecda6b..c6c8f84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blazegraph", - "version": "2.0.3", + "version": "2.0.4", "description": "Blazegraph JavaScript API", "license": "MIT", "author": "David Hérault (https://github.com/dherault)", @@ -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" },