From 52ae06de080956802523b71bd33334654551898c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:00:38 +0000 Subject: [PATCH] Bump axios from 1.2.3 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 1.2.3 to 1.6.0. - [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.2.3...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... 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 c497a5b..869dbac 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@rjsf/validator-ajv8": "^5.0.1", "@scientist-softserv/webstore-component-library": "^0.1.23", "@sentry/nextjs": "^7.42.0", - "axios": "^1.1.3", + "axios": "^1.6.0", "bootstrap": "^5.2.3", "cookies-next": "^4.0.0", "eslint": "^8.54.0", diff --git a/yarn.lock b/yarn.lock index f833c6c..6c9df31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2155,10 +2155,10 @@ axe-core@=4.7.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf" integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ== -axios@^1.1.3: - version "1.2.3" - resolved "https://registry.npmjs.org/axios/-/axios-1.2.3.tgz" - integrity sha512-pdDkMYJeuXLZ6Xj/Q5J3Phpe+jbGdsSzlQaFVkMQzRUL05+6+tetX8TV3p4HrU4kzuO9bt+io/yGQxuyxA/xcw== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"