Skip to content

Commit a98ea6c

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency axios to ^0.26.0
1 parent 864efe4 commit a98ea6c

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
@@ -5,7 +5,7 @@
55
"private": true,
66
"main": "index.js",
77
"dependencies": {
8-
"axios": "^0.24.0",
8+
"axios": "^0.26.0",
99
"cheerio": "^1.0.0-rc.10",
1010
"express": "^4.17.3",
1111
"node-pronounce": "^0.0.3",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ [email protected]:
5959
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
6060
integrity sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=
6161

62-
axios@^0.24.0:
63-
version "0.24.0"
64-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
65-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
62+
axios@^0.26.0:
63+
version "0.26.0"
64+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
65+
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
6666
dependencies:
67-
follow-redirects "^1.14.4"
67+
follow-redirects "^1.14.8"
6868

6969
balanced-match@^1.0.0:
7070
version "1.0.2"
@@ -529,7 +529,7 @@ finalhandler@~1.1.2:
529529
statuses "~1.5.0"
530530
unpipe "~1.0.0"
531531

532-
follow-redirects@^1.14.4:
532+
follow-redirects@^1.14.8:
533533
version "1.14.9"
534534
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
535535
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==

0 commit comments

Comments
 (0)