Skip to content

Commit 510d576

Browse files
[+] bump axios from 1.11.0 to 1.12.0 (#953)
Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8e872d commit 510d576

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

internal/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@testing-library/jest-dom": "^5.14.1",
2626
"@testing-library/react": "^13.0.0",
2727
"@testing-library/user-event": "^14.4.3",
28-
"axios": "^1.11.0",
28+
"axios": "^1.12.0",
2929
"classnames": "^2.5.1",
3030
"form-data": "^4.0.4",
3131
"moment": "^2.29.4",

internal/webui/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,10 +3235,10 @@ axe-core@^4.10.0:
32353235
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.3.tgz#04145965ac7894faddbac30861e5d8f11bfd14fc"
32363236
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
32373237

3238-
axios@^1.11.0:
3239-
version "1.11.0"
3240-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
3241-
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
3238+
axios@^1.12.0:
3239+
version "1.12.0"
3240+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.0.tgz#11248459be05a5ee493485628fa0e4323d0abfc3"
3241+
integrity sha512-oXTDccv8PcfjZmPGlWsPSwtOJCZ/b6W5jAMCNcfwJbCzDckwG0jrYJFaWH1yvivfCXjVzV/SPDEhMB3Q+DSurg==
32423242
dependencies:
32433243
follow-redirects "^1.15.6"
32443244
form-data "^4.0.4"

0 commit comments

Comments
 (0)