Skip to content

Commit af530fb

Browse files
authored
Merge pull request #19 from HelloRusk/dependabot/npm_and_yarn/axios-0.21.2
Bump axios from 0.21.1 to 0.21.2
2 parents 65890e5 + 45558f1 commit af530fb

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
@@ -22,7 +22,7 @@
2222
"webpack-cli": "^3.3.10"
2323
},
2424
"dependencies": {
25-
"axios": "^0.21.1",
25+
"axios": "^0.21.2",
2626
"cheerio": "^1.0.0-rc.3",
2727
"react": "^16.12.0",
2828
"react-dom": "^16.12.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,12 +1177,12 @@ atob@^2.1.2:
11771177
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
11781178
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
11791179

1180-
axios@^0.21.1:
1181-
version "0.21.1"
1182-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1183-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1180+
axios@^0.21.2:
1181+
version "0.21.2"
1182+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1183+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
11841184
dependencies:
1185-
follow-redirects "^1.10.0"
1185+
follow-redirects "^1.14.0"
11861186

11871187
babel-loader@^8.0.0:
11881188
version "8.1.0"
@@ -2370,10 +2370,10 @@ flush-write-stream@^1.0.0:
23702370
inherits "^2.0.3"
23712371
readable-stream "^2.3.6"
23722372

2373-
follow-redirects@^1.10.0:
2374-
version "1.13.1"
2375-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
2376-
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
2373+
follow-redirects@^1.14.0:
2374+
version "1.14.4"
2375+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
2376+
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
23772377

23782378
for-in@^1.0.2:
23792379
version "1.0.2"

0 commit comments

Comments
 (0)