Skip to content

Commit ec67f0e

Browse files
chore(deps-dev): bump axios from 0.25.0 to 1.8.2
Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.25.0...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7dd2934 commit ec67f0e

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"@typescript-eslint/eslint-plugin": "^7.3.1",
182182
"@typescript-eslint/parser": "^7.3.1",
183183
"autoprefixer": "^10.4.19",
184-
"axios": "0.25.0",
184+
"axios": "1.8.2",
185185
"babel-core": "^7.0.0-bridge.0",
186186
"babel-jest": "^29.7.0",
187187
"babel-loader": "^9.1.3",

yarn.lock

+8-15
Original file line numberDiff line numberDiff line change
@@ -7468,12 +7468,14 @@ axe-core@^4.9.1:
74687468
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
74697469
integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
74707470

7471-
axios@0.25.0:
7472-
version "0.25.0"
7473-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
7474-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
7471+
axios@1.8.2, axios@^1.6.1:
7472+
version "1.8.2"
7473+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
7474+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
74757475
dependencies:
7476-
follow-redirects "^1.14.7"
7476+
follow-redirects "^1.15.6"
7477+
form-data "^4.0.0"
7478+
proxy-from-env "^1.1.0"
74777479

74787480
axios@^0.27.2:
74797481
version "0.27.2"
@@ -7483,15 +7485,6 @@ axios@^0.27.2:
74837485
follow-redirects "^1.14.9"
74847486
form-data "^4.0.0"
74857487

7486-
axios@^1.6.1:
7487-
version "1.7.2"
7488-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
7489-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
7490-
dependencies:
7491-
follow-redirects "^1.15.6"
7492-
form-data "^4.0.0"
7493-
proxy-from-env "^1.1.0"
7494-
74957488
axobject-query@~3.1.1:
74967489
version "3.1.1"
74977490
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.1.1.tgz#3b6e5c6d4e43ca7ba51c5babf99d22a9c68485e1"
@@ -12347,7 +12340,7 @@ flush-write-stream@^1.0.0:
1234712340
inherits "^2.0.3"
1234812341
readable-stream "^2.3.6"
1234912342

12350-
follow-redirects@^1.0.0, follow-redirects@^1.14.7, follow-redirects@^1.14.9, follow-redirects@^1.15.6:
12343+
follow-redirects@^1.0.0, follow-redirects@^1.14.9, follow-redirects@^1.15.6:
1235112344
version "1.15.6"
1235212345
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1235312346
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)