Skip to content

Commit 702a5cb

Browse files
authored
Merge pull request #241 from chantouchsek/dependabot/npm_and_yarn/axios-0.25.0
chore(deps-dev): bump axios from 0.24.0 to 0.25.0
2 parents 71e2356 + 849243f commit 702a5cb

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
@@ -3345,12 +3345,12 @@ axios-mock-adapter@^1.20.0:
33453345
is-blob "^2.1.0"
33463346
is-buffer "^2.0.5"
33473347

3348-
axios@^0.24.0:
3349-
version "0.24.0"
3350-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
3351-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
3348+
axios@^0.25.0:
3349+
version "0.25.0"
3350+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
3351+
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
33523352
dependencies:
3353-
follow-redirects "^1.14.4"
3353+
follow-redirects "^1.14.7"
33543354

33553355
babel-jest@^27.4.6:
33563356
version "27.4.6"
@@ -5939,7 +5939,7 @@ flush-write-stream@^1.0.0:
59395939
inherits "^2.0.3"
59405940
readable-stream "^2.3.6"
59415941

5942-
follow-redirects@^1.14.4:
5942+
follow-redirects@^1.14.7:
59435943
version "1.14.7"
59445944
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
59455945
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==

0 commit comments

Comments
 (0)