From a2b4e3b89c3ce1825bb272a7ef4cfde616e88301 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 12 Sep 2025 04:10:56 +0000
Subject: [PATCH] Bump axios from 1.11.0 to 1.12.0 in /frontend (#1342)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.0.
Release notes
Sourced from axios's
releases.
Release v1.12.0
Release notes:
Bug Fixes
Features
- adapter: surface low‑level network error details;
attach original error via cause (#6982)
(78b290c)
- fetch: add fetch, Request, Response env config
variables for the adapter; (#7003)
(c959ff2)
- support reviver on JSON.parse (#5926)
(2a97634),
closes #5924
- types: extend AxiosResponse interface to include
custom headers type (#6782)
(7960d34)
Contributors to this release
Changelog
Sourced from axios's
changelog.
1.12.0
(2025-09-11)
Bug Fixes
Features
- adapter: surface low‑level network error details;
attach original error via cause (#6982)
(78b290c)
- fetch: add fetch, Request, Response env config
variables for the adapter; (#7003)
(c959ff2)
- support reviver on JSON.parse (#5926)
(2a97634),
closes #5924
- types: extend AxiosResponse interface to include
custom headers type (#6782)
(7960d34)
Contributors to this release
Commits
0d8ad6e
chore(release): v1.12.0 (#7013)
fd7f404
fix: release pr run
a2edc36
fix: dont add dist on release
9ec86de
fix: adding build artifacts
945435f
fix(node): enforce maxContentLength for data: URLs (#7011)
28e5e30
chore(sponsor): update sponsor block (#7005)
d03f245
chore(CI): fixed release info script to use npm registry instead of git
as fi...
a0bc911
chore: removing dist files from src (#7002)
c959ff2
feat(fetch): add fetch, Request, Response env config variables for the
adapte...
a9f47af
fix(fetch-adapter): set correct Content-Type for Node FormData (#6998)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
frontend/package.json | 2 +-
frontend/yarn.lock | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/frontend/package.json b/frontend/package.json
index 249c8ce8..a9abd8c4 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -32,7 +32,7 @@
"@next/bundle-analyzer": "^15.5.0",
"@react-icons/all-files": "^4.1.0",
"@tabler/icons-react": "^3.34.0",
- "axios": "^1.11.0",
+ "axios": "^1.12.0",
"clsx": "^2.0.0",
"cookies-next": "^6.1.0",
"date-fns": "^4.1.0",
diff --git a/frontend/yarn.lock b/frontend/yarn.lock
index ff63fafc..6de4e97d 100644
--- a/frontend/yarn.lock
+++ b/frontend/yarn.lock
@@ -2068,10 +2068,10 @@ axe-core@^4.10.0:
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.0.tgz"
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
-axios@^1.11.0:
- version "1.11.0"
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
- integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
+axios@^1.12.0:
+ version "1.12.0"
+ resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
+ integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.4"