Skip to content

Commit 44ea796

Browse files
Bump axios from 1.12.0 to 1.13.5 in /WebUI (#502)
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 c481b07 commit 44ea796

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

WebUI/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"axios": "^1.12.0",
11+
"axios": "^1.13.5",
1212
"bootstrap": "^5.3.3",
1313
"bootstrap-vue": "^2.23.1",
1414
"chart.js": "^4.4.7",

WebUI/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,13 +2029,13 @@ autoprefixer@^10.2.4:
20292029
picocolors "^1.0.1"
20302030
postcss-value-parser "^4.2.0"
20312031

2032-
axios@^1.12.0:
2033-
version "1.12.0"
2034-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
2035-
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
2032+
axios@^1.13.5:
2033+
version "1.13.5"
2034+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
2035+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
20362036
dependencies:
2037-
follow-redirects "^1.15.6"
2038-
form-data "^4.0.4"
2037+
follow-redirects "^1.15.11"
2038+
form-data "^4.0.5"
20392039
proxy-from-env "^1.1.0"
20402040

20412041
babel-loader@^8.2.2:
@@ -3529,15 +3529,15 @@ flatted@^3.2.9:
35293529
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.2.tgz#adba1448a9841bec72b42c532ea23dbbedef1a27"
35303530
integrity sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==
35313531

3532-
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
3533-
version "1.15.9"
3534-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
3535-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
3532+
follow-redirects@^1.0.0, follow-redirects@^1.15.11:
3533+
version "1.15.11"
3534+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
3535+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
35363536

3537-
form-data@^4.0.4:
3538-
version "4.0.4"
3539-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3540-
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
3537+
form-data@^4.0.5:
3538+
version "4.0.5"
3539+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3540+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
35413541
dependencies:
35423542
asynckit "^0.4.0"
35433543
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)