diff --git a/integration/package.json b/integration/package.json index 4a38924a07b..a30c7b461fc 100644 --- a/integration/package.json +++ b/integration/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@playwright/test": "^1.32.2", - "axios": "^1.3.4" + "axios": "^1.3.5" }, "devDependencies": { "prettier": "^2.8.7" diff --git a/integration/yarn.lock b/integration/yarn.lock index 177f8a8ca71..d3f64e425fa 100644 --- a/integration/yarn.lock +++ b/integration/yarn.lock @@ -22,10 +22,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.4: - version "1.3.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" - integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ== +axios@^1.3.5: + version "1.3.5" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542" + integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"