Skip to content

Commit db8ee29

Browse files
chore(deps): bump axios from 1.6.0 to 1.7.4 in /web (#406)
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.0...v1.7.4) --- updated-dependencies: - dependency-name: axios 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 11046de commit db8ee29

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@xterm/addon-image": "^0.7.0-beta.1",
2525
"@xterm/addon-webgl": "^0.17.0-beta.1",
2626
"@xterm/xterm": "^5.4.0-beta.1",
27-
"axios": "^1.6.0",
27+
"axios": "^1.7.4",
2828
"clsx": "^1.1.1",
2929
"connected-react-router": "^6.9.2",
3030
"copy-to-clipboard": "^3.3.1",

web/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -2890,12 +2890,12 @@ axe-core@^4.3.5:
28902890
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
28912891
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
28922892

2893-
axios@^1.6.0:
2894-
version "1.6.0"
2895-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
2896-
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
2893+
axios@^1.7.4:
2894+
version "1.7.4"
2895+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2896+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
28972897
dependencies:
2898-
follow-redirects "^1.15.0"
2898+
follow-redirects "^1.15.6"
28992899
form-data "^4.0.0"
29002900
proxy-from-env "^1.1.0"
29012901

@@ -4525,7 +4525,7 @@ flatted@^3.1.0:
45254525
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
45264526
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
45274527

4528-
follow-redirects@^1.15.0:
4528+
follow-redirects@^1.15.6:
45294529
version "1.15.6"
45304530
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
45314531
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)