Skip to content

Commit 6a17933

Browse files
authored
Merge pull request #307 from chantouchsek/dependabot/npm_and_yarn/axios-0.26.1
chore(deps-dev): bump axios from 0.25.0 to 0.26.1
2 parents 09cd4f9 + 72435f5 commit 6a17933

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.25.0",
60+
"axios": "^0.26.1",
6161
"axios-mock-adapter": "^1.20.0",
6262
"eslint": "^8.6.0",
6363
"eslint-config-prettier": "^8.3.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,12 +3356,12 @@ axios-mock-adapter@^1.20.0:
33563356
is-blob "^2.1.0"
33573357
is-buffer "^2.0.5"
33583358

3359-
axios@^0.25.0:
3360-
version "0.25.0"
3361-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
3362-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
3359+
axios@^0.26.1:
3360+
version "0.26.1"
3361+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
3362+
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
33633363
dependencies:
3364-
follow-redirects "^1.14.7"
3364+
follow-redirects "^1.14.8"
33653365

33663366
babel-jest@^27.5.1:
33673367
version "27.5.1"
@@ -5950,10 +5950,10 @@ flush-write-stream@^1.0.0:
59505950
inherits "^2.0.3"
59515951
readable-stream "^2.3.6"
59525952

5953-
follow-redirects@^1.14.7:
5954-
version "1.14.8"
5955-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
5956-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
5953+
follow-redirects@^1.14.8:
5954+
version "1.14.9"
5955+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
5956+
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
59575957

59585958
for-in@^1.0.2:
59595959
version "1.0.2"

0 commit comments

Comments
 (0)