Skip to content

Commit 849243f

Browse files
chore(deps-dev): bump axios from 0.24.0 to 0.25.0
Bumps [axios](https://github.com/axios/axios) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7fa7852 commit 849243f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@typescript-eslint/eslint-plugin": "^5.9.0",
5858
"@typescript-eslint/parser": "^5.9.0",
5959
"@vue/test-utils": "^1.2.2",
60-
"axios": "^0.24.0",
60+
"axios": "^0.25.0",
6161
"axios-mock-adapter": "^1.20.0",
6262
"eslint": "^8.6.0",
6363
"eslint-config-prettier": "^8.3.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3350,12 +3350,12 @@ axios-mock-adapter@^1.20.0:
33503350
is-blob "^2.1.0"
33513351
is-buffer "^2.0.5"
33523352

3353-
axios@^0.24.0:
3354-
version "0.24.0"
3355-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
3356-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
3353+
axios@^0.25.0:
3354+
version "0.25.0"
3355+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
3356+
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
33573357
dependencies:
3358-
follow-redirects "^1.14.4"
3358+
follow-redirects "^1.14.7"
33593359

33603360
babel-jest@^27.4.6:
33613361
version "27.4.6"
@@ -5959,7 +5959,7 @@ flush-write-stream@^1.0.0:
59595959
inherits "^2.0.3"
59605960
readable-stream "^2.3.6"
59615961

5962-
follow-redirects@^1.14.4:
5962+
follow-redirects@^1.14.7:
59635963
version "1.14.7"
59645964
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
59655965
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==

0 commit comments

Comments
 (0)