diff --git a/package.json b/package.json index 6c38844a9..d83b7680c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@cucumber/cucumber": "^9.5.1", "@cucumber/pretty-formatter": "^1.0.0", - "axios": "^1.5.0", + "axios": "^1.5.1", "axios-case-converter": "^1.1.0", "change-case": "^4.1.2", "dotenv": "^16.3.1", diff --git a/yarn.lock b/yarn.lock index a138058ba..06dc79d58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1067,10 +1067,10 @@ axios-case-converter@^1.1.0: snake-case "^3.0.3" tslib "^2.3.0" -axios@^1.5.0: - version "1.5.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267" - integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ== +axios@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" + integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"