diff --git a/integration/package.json b/integration/package.json index 2bd5dcdff00..d20d67fc52d 100644 --- a/integration/package.json +++ b/integration/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@playwright/test": "^1.30.0", - "axios": "^1.3.0" + "axios": "^1.3.1" }, "devDependencies": { "prettier": "^2.8.3" diff --git a/integration/yarn.lock b/integration/yarn.lock index 7ab4d12cfbc..7e436ba3b53 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -20,10 +20,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.0.tgz#4cb0d72213989dec08d4b10129e42063bcb3dc78" - integrity sha512-oCye5nHhTypzkdLIvF9SaHfr8UAquqCn1KY3j8vsrjeol8yohAdGxIpRPbF1bOLsx33HOAatdfMX1yzsj2cHwg== +axios@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.1.tgz#80bf6c8dbb46e6db1fa8fe9ab114c1ca7405c2ee" + integrity sha512-78pWJsQTceInlyaeBQeYZ/QgZeWS8hGeKiIJiDKQe3hEyBb7sEMq0K4gjx+Va6WHTYO4zI/RRl8qGRzn0YMadA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"