Skip to content

Commit d978f5f

Browse files
Bump axios from 1.15.2 to 1.16.0 in /WebUI (#533)
Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.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 3470e5e commit d978f5f

2 files changed

Lines changed: 7 additions & 7 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.15.2",
11+
"axios": "^1.16.0",
1212
"bootstrap": "^5.3.3",
1313
"bootstrap-vue": "^2.23.1",
1414
"chart.js": "^4.4.7",

WebUI/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,12 +2134,12 @@ autoprefixer@^10.2.4:
21342134
picocolors "^1.0.1"
21352135
postcss-value-parser "^4.2.0"
21362136

2137-
axios@^1.15.2:
2138-
version "1.15.2"
2139-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
2140-
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
2137+
axios@^1.16.0:
2138+
version "1.16.0"
2139+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7"
2140+
integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==
21412141
dependencies:
2142-
follow-redirects "^1.15.11"
2142+
follow-redirects "^1.16.0"
21432143
form-data "^4.0.5"
21442144
proxy-from-env "^2.1.0"
21452145

@@ -3634,7 +3634,7 @@ flatted@^3.2.9:
36343634
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
36353635
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
36363636

3637-
follow-redirects@^1.0.0, follow-redirects@^1.15.11:
3637+
follow-redirects@^1.0.0, follow-redirects@^1.16.0:
36383638
version "1.16.0"
36393639
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
36403640
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==

0 commit comments

Comments
 (0)