Skip to content

Commit 2667dfc

Browse files
Bump axios from 1.12.0 to 1.13.5 in /web (#651)
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 3062963 commit 2667dfc

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@material-ui/core": "^4.11.4",
77
"@material-ui/icons": "^4.11.2",
8-
"axios": "^1.12.0",
8+
"axios": "^1.13.5",
99
"clsx": "^1.1.1",
1010
"i18next": "^20.3.1",
1111
"i18next-browser-languagedetector": "^6.1.8",

web/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,13 +2703,13 @@ axe-core@^4.10.0:
27032703
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
27042704
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
27052705

2706-
axios@^1.12.0:
2707-
version "1.12.0"
2708-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2709-
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
2706+
axios@^1.13.5:
2707+
version "1.13.5"
2708+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
2709+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
27102710
dependencies:
2711-
follow-redirects "^1.15.6"
2712-
form-data "^4.0.4"
2711+
follow-redirects "^1.15.11"
2712+
form-data "^4.0.5"
27132713
proxy-from-env "^1.1.0"
27142714

27152715
axobject-query@^4.1.0:
@@ -5756,10 +5756,10 @@ flush-write-stream@^1.0.0:
57565756
inherits "^2.0.3"
57575757
readable-stream "^2.3.6"
57585758

5759-
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
5760-
version "1.15.9"
5761-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
5762-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
5759+
follow-redirects@^1.0.0, follow-redirects@^1.15.11:
5760+
version "1.15.11"
5761+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
5762+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
57635763

57645764
for-each@^0.3.3:
57655765
version "0.3.3"
@@ -5795,10 +5795,10 @@ form-data@^3.0.0:
57955795
combined-stream "^1.0.8"
57965796
mime-types "^2.1.12"
57975797

5798-
form-data@^4.0.4:
5799-
version "4.0.4"
5800-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
5801-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
5798+
form-data@^4.0.5:
5799+
version "4.0.5"
5800+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
5801+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
58025802
dependencies:
58035803
asynckit "^0.4.0"
58045804
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)