From 32f8d83254217952ca75ccc677e67ccba1efd3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 06:40:15 +0000 Subject: [PATCH] Bump axios from 1.3.2 to 1.3.3 in /integration Bumps [axios](/~https://github.com/axios/axios) from 1.3.2 to 1.3.3. - [Release notes](/~https://github.com/axios/axios/releases) - [Changelog](/~https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](/~https://github.com/axios/axios/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration/package.json | 2 +- integration/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/package.json b/integration/package.json index fca5fdc7774..ed407b90707 100644 --- a/integration/package.json +++ b/integration/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@playwright/test": "^1.30.0", - "axios": "^1.3.2" + "axios": "^1.3.3" }, "devDependencies": { "prettier": "^2.8.4" diff --git a/integration/yarn.lock b/integration/yarn.lock index 17c205a2cfa..cd018ceaf26 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.2: - version "1.3.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.2.tgz#7ac517f0fa3ec46e0e636223fd973713a09c72b3" - integrity sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw== +axios@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b" + integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"