Skip to content

Commit 05d1bf2

Browse files
build(deps): bump axios from 1.8.2 to 1.12.0
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3939155 commit 05d1bf2

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@ant-design/icons": "^5.5.2",
77
"@mapbox/rehype-prism": "^0.9.0",
88
"antd": "^5.22.5",
9-
"axios": "^1.8.2",
9+
"axios": "^1.12.0",
1010
"copy-webpack-plugin": "^12.0.2",
1111
"prismjs": "^1.30.0",
1212
"prop-types": "^15.7.2",

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2982,13 +2982,13 @@ axe-core@^4.10.0:
29822982
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
29832983
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
29842984

2985-
axios@^1.8.2:
2986-
version "1.8.2"
2987-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
2988-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
2985+
axios@^1.12.0:
2986+
version "1.12.0"
2987+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2988+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
29892989
dependencies:
29902990
follow-redirects "^1.15.6"
2991-
form-data "^4.0.0"
2991+
form-data "^4.0.4"
29922992
proxy-from-env "^1.1.0"
29932993

29942994
axobject-query@^4.1.0:
@@ -4430,6 +4430,16 @@ es-set-tostringtag@^2.0.3:
44304430
has-tostringtag "^1.0.2"
44314431
hasown "^2.0.1"
44324432

4433+
es-set-tostringtag@^2.1.0:
4434+
version "2.1.0"
4435+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
4436+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
4437+
dependencies:
4438+
es-errors "^1.3.0"
4439+
get-intrinsic "^1.2.6"
4440+
has-tostringtag "^1.0.2"
4441+
hasown "^2.0.2"
4442+
44334443
es-shim-unscopables@^1.0.2:
44344444
version "1.0.2"
44354445
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -5064,13 +5074,15 @@ form-data@^3.0.0:
50645074
combined-stream "^1.0.8"
50655075
mime-types "^2.1.12"
50665076

5067-
form-data@^4.0.0:
5068-
version "4.0.1"
5069-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
5070-
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
5077+
form-data@^4.0.4:
5078+
version "4.0.4"
5079+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
5080+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
50715081
dependencies:
50725082
asynckit "^0.4.0"
50735083
combined-stream "^1.0.8"
5084+
es-set-tostringtag "^2.1.0"
5085+
hasown "^2.0.2"
50745086
mime-types "^2.1.12"
50755087

50765088
forwarded@0.2.0:

0 commit comments

Comments
 (0)