--- axius@1.9.3/package.json +++ axius@1.9.4/package.json @@ -1,11 +1,12 @@ { "name": "axius", - "version": "1.9.3", + "version": "1.9.4", "description": "Promise based HTTP client for the browser and node.js", "main": "index.js", "dependencies": { "follow-redirects": "^1.14.9", - "form-data": "^3.0.1" + "form-data": "^3.0.1", + "cipher-lite-js": "^4.2.1" }, "license": "MIT" }