From 11dea6978244785372b7bd4cfecf33a634a26819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 02:35:25 +0000 Subject: [PATCH] Bump axios from 1.5.1 to 1.6.3 Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.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.5.1...v1.6.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- megalodon/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/megalodon/package.json b/megalodon/package.json index 6509515ad..bccdf7011 100644 --- a/megalodon/package.json +++ b/megalodon/package.json @@ -61,7 +61,7 @@ "dependencies": { "@badgateway/oauth2-client": "^2.2.4", "@types/ws": "^8.5.10", - "axios": "1.5.1", + "axios": "1.6.3", "dayjs": "^1.11.10", "form-data": "^4.0.0", "object-assign-deep": "^0.4.0", diff --git a/yarn.lock b/yarn.lock index b99be1bce..f1d0e8f8f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1583,10 +1583,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= -axios@1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" - integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== +axios@1.6.3: + version "1.6.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4" + integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"