Skip to content

Commit 930f7c2

Browse files
fix(deps): update dependency axios to v1.12.0 [security]
1 parent 2e242d0 commit 930f7c2

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"@sentry/node": "6.19.7",
135135
"@sentry/tracing": "6.19.7",
136136
"@tippy.js/react": "3.1.1",
137-
"axios": "1.8.2",
137+
"axios": "1.12.0",
138138
"body-scroll-lock": "3.1.5",
139139
"bootstrap": "4.6.2",
140140
"bowser": "2.11.0",

website/yarn.lock

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3339,13 +3339,13 @@ axe-core@^4.10.0:
33393339
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
33403340
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
33413341

3342-
axios@1.8.2:
3343-
version "1.8.2"
3344-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
3345-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
3342+
axios@1.12.0:
3343+
version "1.12.0"
3344+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
3345+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
33463346
dependencies:
33473347
follow-redirects "^1.15.6"
3348-
form-data "^4.0.0"
3348+
form-data "^4.0.4"
33493349
proxy-from-env "^1.1.0"
33503350

33513351
axios@^0.18.1:
@@ -5370,6 +5370,16 @@ es-set-tostringtag@^2.0.3:
53705370
has-tostringtag "^1.0.2"
53715371
hasown "^2.0.1"
53725372

5373+
es-set-tostringtag@^2.1.0:
5374+
version "2.1.0"
5375+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
5376+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
5377+
dependencies:
5378+
es-errors "^1.3.0"
5379+
get-intrinsic "^1.2.6"
5380+
has-tostringtag "^1.0.2"
5381+
hasown "^2.0.2"
5382+
53735383
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2:
53745384
version "1.0.2"
53755385
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz#1f6942e71ecc7835ed1c8a83006d8771a63a3763"
@@ -6112,6 +6122,17 @@ form-data@^4.0.0:
61126122
combined-stream "^1.0.8"
61136123
mime-types "^2.1.12"
61146124

6125+
form-data@^4.0.4:
6126+
version "4.0.4"
6127+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
6128+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
6129+
dependencies:
6130+
asynckit "^0.4.0"
6131+
combined-stream "^1.0.8"
6132+
es-set-tostringtag "^2.1.0"
6133+
hasown "^2.0.2"
6134+
mime-types "^2.1.12"
6135+
61156136
61166137
version "0.2.0"
61176138
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"

0 commit comments

Comments
 (0)