From a2a1a93a366727a95168fdc2eb5b6bced9077ccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 17:54:05 -0500 Subject: [PATCH] Bump axios from 1.13.2 to 1.13.3 (#1803) Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.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.13.2...v1.13.3) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Echo --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e64d72b..a3ef6592 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "airtable-plus": "^1.0.4", "animated-value": "^0.2.4", "animejs": "^3.2.2", - "axios": "^1.8.1", + "axios": "^1.13.3", "camelcase": "^8.0.0", "cookies-next": "^4.3.0", "country-list": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index 71c0d889..c5404614 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2679,10 +2679,10 @@ axe-core@^4.10.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.11.1.tgz#052ff9b2cbf543f5595028b583e4763b40c78ea7" integrity sha512-BASOg+YwO2C+346x3LZOeoovTIoTrRqEsqMa6fmfAV0P+U9mFr9NsyOEpiYvFjbc64NMrSswhV50WdXzdb/Z5A== -axios@^1.12.0, axios@^1.8.1: - version "1.13.2" - resolved "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz" - integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA== +axios@^1.12.0, axios@^1.13.3: + version "1.13.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.3.tgz#f123e77356630a22b0163920662556944f2be1a1" + integrity sha512-ERT8kdX7DZjtUm7IitEyV7InTHAF42iJuMArIiDIV5YtPanJkgw4hw5Dyg9fh0mihdWNn1GKaeIWErfe56UQ1g== dependencies: follow-redirects "^1.15.6" form-data "^4.0.4"