From feae6c52f926025b6453481a14cf55b869f2f24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 10:17:55 +0000 Subject: [PATCH] (chore): Bump axios from 1.3.3 to 1.3.4 Bumps [axios](https://github.com/axios/axios) from 1.3.3 to 1.3.4. - [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.3...v1.3.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8acb247e1..7816cc86f 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@redhat-cloud-services/frontend-components-utilities": "^3.3.13", "@redhat-cloud-services/rbac-client": "^1.2.1", "@unleash/proxy-client-react": "^3.5.2", - "axios": "^1.3.3", + "axios": "^1.3.4", "date-fns": "^2.29.3", "js-file-download": "^0.4.12", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index cfd080c5c..5ef5efcf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2245,10 +2245,10 @@ axios@^0.27.2: follow-redirects "^1.14.9" form-data "^4.0.0" -axios@^1.3.3: - version "1.3.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b" - integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA== +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== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"