diff --git a/package-lock.json b/package-lock.json index 19d2d5a..5b2317a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "node-marketo-rest", "version": "0.12.0", "dependencies": { - "axios": "^1.2.2", + "axios": ">=0.27.2 || ^1.2.2", "backoff": "^2.5.0", "bluebird": "^3.7.2", "bunyan": "^1.8.15", diff --git a/package.json b/package.json index bb5537a..c79cac6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "testRecord": "REPLAY=record mocha -t 10000 test/*test.js --exit" }, "dependencies": { - "axios": "^1.2.2", + "axios": ">=0.25.0 || ^1.2.2", "backoff": "^2.5.0", "bluebird": "^3.7.2", "bunyan": "^1.8.15", @@ -31,4 +31,4 @@ "replay": "^2.4.0", "rewire": "^6.0.0" } -} \ No newline at end of file +}