From 525fd819160c6257ec5466f46b55355da1c764d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:53:31 +0000 Subject: [PATCH] chore(deps-dev): bump axios from 0.32.0 to 0.33.0 Bumps [axios](https://github.com/axios/axios) from 0.32.0 to 0.33.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/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.33.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 9fa89df588..1e609f03a9 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "autoprefixer": "^10.4.19", - "axios": "^0.32.0", + "axios": "^0.33.0", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "babel-plugin-dynamic-import-node": "^2.3.0", @@ -321,7 +321,7 @@ "@box/user-selector": "^2.1.24", "@hapi/address": "^2.1.4", "@tanstack/react-virtual": "^3.13.12", - "axios": "^0.32.0", + "axios": "^0.33.0", "classnames": "^2.5.1", "color": "^3.2.1", "draft-js": "^0.11.7", diff --git a/yarn.lock b/yarn.lock index 132c2a5ce7..f9aa0b7c2e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6980,10 +6980,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@^0.32.0: - version "0.32.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.32.0.tgz#7859220c955272a72df8c0789ebd1219aba6d1d9" - integrity sha512-sGQArzERW2SI8IRkjuJ5y91Sm9QjiRq4Ay4kOLqpbBt5CeKDNq4g6nirJdyD+palK3yEDXnJiVXsesX66AjwyA== +axios@^0.33.0: + version "0.33.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.33.0.tgz#91fc5e231db5b81ab6474c0a945a603c55601f6e" + integrity sha512-juz19g7B3UWT9r3+tgRFQf2Bdy6IKDVroiyuVOUrkILVKHpqHL++K1l8ybvfdEP9B/VE72vk8vllbnedVCm/og== dependencies: follow-redirects "^1.15.4" form-data "^4.0.4"