Skip to content

Commit b28a3d7

Browse files
[+] bump axios from 1.15.2 to 1.16.0 (#1424)
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 fec6861 commit b28a3d7

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

internal/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@mui/system": "^6.5.0",
4646
"@mui/x-data-grid": "^7.29.8",
4747
"@tanstack/react-query": "^5.75.0",
48-
"axios": "^1.15.2",
48+
"axios": "^1.16.0",
4949
"classnames": "^2.5.1",
5050
"form-data": "^4.0.0",
5151
"react": "^18.2.0",

internal/webui/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,12 +1126,12 @@ available-typed-arrays@^1.0.7:
11261126
dependencies:
11271127
possible-typed-array-names "^1.0.0"
11281128

1129-
axios@^1.15.2:
1130-
version "1.15.2"
1131-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
1132-
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
1129+
axios@^1.16.0:
1130+
version "1.16.0"
1131+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7"
1132+
integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==
11331133
dependencies:
1134-
follow-redirects "^1.15.11"
1134+
follow-redirects "^1.16.0"
11351135
form-data "^4.0.5"
11361136
proxy-from-env "^2.1.0"
11371137

@@ -1904,7 +1904,7 @@ flatted@^3.2.9:
19041904
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
19051905
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
19061906

1907-
follow-redirects@^1.15.11:
1907+
follow-redirects@^1.16.0:
19081908
version "1.16.0"
19091909
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
19101910
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==

0 commit comments

Comments
 (0)