Skip to content

Commit b5d0292

Browse files
committed
chore(deps): update dependency axios to ^0.26.1
1 parent d8c99e5 commit b5d0292

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@nuxtjs/proxy": "^2.1.0",
24-
"axios": "^0.25.0",
24+
"axios": "^0.26.1",
2525
"axios-retry": "^3.2.4",
2626
"consola": "^2.15.3",
2727
"defu": "^5.0.1"

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2389,12 +2389,12 @@ axios-retry@^3.2.4:
23892389
"@babel/runtime" "^7.15.4"
23902390
is-retry-allowed "^2.2.0"
23912391

2392-
axios@^0.25.0:
2393-
version "0.25.0"
2394-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
2395-
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
2392+
axios@^0.26.1:
2393+
version "0.26.1"
2394+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
2395+
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
23962396
dependencies:
2397-
follow-redirects "^1.14.7"
2397+
follow-redirects "^1.14.8"
23982398

23992399
babel-eslint@latest:
24002400
version "10.1.0"
@@ -4991,10 +4991,10 @@ follow-redirects@^1.0.0:
49914991
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43"
49924992
integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==
49934993

4994-
follow-redirects@^1.14.7:
4995-
version "1.14.7"
4996-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
4997-
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
4994+
follow-redirects@^1.14.8:
4995+
version "1.14.9"
4996+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
4997+
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
49984998

49994999
for-in@^1.0.2:
50005000
version "1.0.2"

0 commit comments

Comments
 (0)