Skip to content

Commit 7af5f45

Browse files
[+] bump axios from 1.12.0 to 1.13.5 (#1197)
Bumps [axios](https://github.com/axios/axios) from 1.12.0 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8074850 commit 7af5f45

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

internal/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mui/system": "^5.16.7",
5353
"@mui/x-data-grid": "^7.29.8",
5454
"@tanstack/react-query": "^4.24.4",
55-
"axios": "^1.12.0",
55+
"axios": "^1.13.5",
5656
"classnames": "^2.5.1",
5757
"form-data": "^4.0.4",
5858
"moment": "^2.29.4",

internal/webui/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1673,13 +1673,13 @@ available-typed-arrays@^1.0.7:
16731673
dependencies:
16741674
possible-typed-array-names "^1.0.0"
16751675

1676-
axios@^1.12.0:
1677-
version "1.12.0"
1678-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
1679-
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
1676+
axios@^1.13.5:
1677+
version "1.13.5"
1678+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
1679+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
16801680
dependencies:
1681-
follow-redirects "^1.15.6"
1682-
form-data "^4.0.4"
1681+
follow-redirects "^1.15.11"
1682+
form-data "^4.0.5"
16831683
proxy-from-env "^1.1.0"
16841684

16851685
babel-plugin-macros@^3.1.0:
@@ -2739,10 +2739,10 @@ flatted@^3.2.9:
27392739
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
27402740
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
27412741

2742-
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
2743-
version "1.15.9"
2744-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2745-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
2742+
follow-redirects@^1.0.0, follow-redirects@^1.15.11:
2743+
version "1.15.11"
2744+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
2745+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
27462746

27472747
for-each@^0.3.3, for-each@^0.3.5:
27482748
version "0.3.5"
@@ -2751,7 +2751,7 @@ for-each@^0.3.3, for-each@^0.3.5:
27512751
dependencies:
27522752
is-callable "^1.2.7"
27532753

2754-
form-data@^4.0.0, form-data@^4.0.4:
2754+
form-data@^4.0.0, form-data@^4.0.4, form-data@^4.0.5:
27552755
version "4.0.4"
27562756
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
27572757
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==

0 commit comments

Comments
 (0)