Skip to content

Commit 472f3f8

Browse files
Bump axios from 1.8.2 to 1.12.0 in /web-ui
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] <[email protected]>
1 parent 1033824 commit 472f3f8

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

web-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@mui/styles": "^6.4.7",
2121
"@mui/x-date-pickers": "^7.27.3",
2222
"@tinymce/tinymce-react": "^5.0.0",
23-
"axios": "^1.8.2",
23+
"axios": "^1.12.0",
2424
"canvas-confetti": "^1.6.0",
2525
"date-fns": "^2.24.0",
2626
"dayjs": "^1.11.11",

web-ui/yarn.lock

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,13 +2149,13 @@ axe-core@^4.10.2:
21492149
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz"
21502150
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
21512151

2152-
axios@^1.8.2:
2153-
version "1.8.2"
2154-
resolved "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz"
2155-
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
2152+
axios@^1.12.0:
2153+
version "1.12.0"
2154+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2155+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
21562156
dependencies:
21572157
follow-redirects "^1.15.6"
2158-
form-data "^4.0.0"
2158+
form-data "^4.0.4"
21592159
proxy-from-env "^1.1.0"
21602160

21612161
babel-plugin-macros@^3.1.0:
@@ -3863,23 +3863,15 @@ foreground-child@^3.1.0:
38633863
cross-spawn "^7.0.0"
38643864
signal-exit "^4.0.1"
38653865

3866-
form-data@^4.0.0:
3867-
version "4.0.1"
3868-
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz"
3869-
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
3870-
dependencies:
3871-
asynckit "^0.4.0"
3872-
combined-stream "^1.0.8"
3873-
mime-types "^2.1.12"
3874-
3875-
form-data@^4.0.1:
3876-
version "4.0.2"
3877-
resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz"
3878-
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
3866+
form-data@^4.0.1, form-data@^4.0.4:
3867+
version "4.0.4"
3868+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3869+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
38793870
dependencies:
38803871
asynckit "^0.4.0"
38813872
combined-stream "^1.0.8"
38823873
es-set-tostringtag "^2.1.0"
3874+
hasown "^2.0.2"
38833875
mime-types "^2.1.12"
38843876

38853877
fresh@~0.5.2:

0 commit comments

Comments
 (0)