Skip to content

Commit 14d57d8

Browse files
Bump axios from 1.13.5 to 1.15.0 in /WebUI (#519)
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 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 c1cef43 commit 14d57d8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.13.5",
11+
"axios": "^1.15.0",
1212
"bootstrap": "^5.3.3",
1313
"bootstrap-vue": "^2.23.1",
1414
"chart.js": "^4.4.7",

WebUI/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,14 +2024,14 @@ autoprefixer@^10.2.4:
20242024
picocolors "^1.0.1"
20252025
postcss-value-parser "^4.2.0"
20262026

2027-
axios@^1.13.5:
2028-
version "1.13.5"
2029-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
2030-
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
2027+
axios@^1.15.0:
2028+
version "1.15.0"
2029+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
2030+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
20312031
dependencies:
20322032
follow-redirects "^1.15.11"
20332033
form-data "^4.0.5"
2034-
proxy-from-env "^1.1.0"
2034+
proxy-from-env "^2.1.0"
20352035

20362036
babel-loader@^8.2.2:
20372037
version "8.4.1"
@@ -5354,10 +5354,10 @@ proxy-addr@~2.0.7:
53545354
forwarded "0.2.0"
53555355
ipaddr.js "1.9.1"
53565356

5357-
proxy-from-env@^1.1.0:
5358-
version "1.1.0"
5359-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
5360-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
5357+
proxy-from-env@^2.1.0:
5358+
version "2.1.0"
5359+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
5360+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
53615361

53625362
pseudomap@^1.0.2:
53635363
version "1.0.2"

0 commit comments

Comments
 (0)