Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit d95a044

Browse files
authored
Merge pull request #6 from andrecrjr/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
2 parents 271c9d5 + 68ef25f commit d95a044

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
@@ -6,7 +6,7 @@
66
"author": "Ac Junior",
77
"license": "MIT",
88
"dependencies": {
9-
"axios": "^0.21.1",
9+
"axios": "^0.21.2",
1010
"dotenv": "^8.0.0",
1111
"express": "^4.17.1",
1212
"telebot": "^1.3.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ aws4@^1.8.0:
107107
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
108108
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
109109

110-
axios@^0.21.1:
111-
version "0.21.1"
112-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
113-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
110+
axios@^0.21.2:
111+
version "0.21.2"
112+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
113+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
114114
dependencies:
115-
follow-redirects "^1.10.0"
115+
follow-redirects "^1.14.0"
116116

117117
balanced-match@^1.0.0:
118118
version "1.0.0"
@@ -520,10 +520,10 @@ finalhandler@~1.1.2:
520520
statuses "~1.5.0"
521521
unpipe "~1.0.0"
522522

523-
follow-redirects@^1.10.0:
524-
version "1.13.1"
525-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
526-
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
523+
follow-redirects@^1.14.0:
524+
version "1.14.4"
525+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
526+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
527527

528528
forever-agent@~0.6.1:
529529
version "0.6.1"

0 commit comments

Comments
 (0)