Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 82b95e2

Browse files
fetch-movies-react-web-app-project (#102)
Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.20.0...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b9f9b4 commit 82b95e2

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

fetch-movies-react-web-app-project/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fetch-movies-react-web-app-project/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@testing-library/jest-dom": "^4.2.4",
77
"@testing-library/react": "^9.3.2",
88
"@testing-library/user-event": "^7.1.2",
9-
"axios": "^0.20.0",
9+
"axios": "^0.21.1",
1010
"react": "^16.13.1",
1111
"react-dom": "^16.13.1",
1212
"react-scripts": "3.4.3"

fetch-movies-react-web-app-project/yarn.lock

+12-7
Original file line numberDiff line numberDiff line change
@@ -2253,6 +2253,13 @@ aws4@^1.8.0:
22532253
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
22542254
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
22552255

2256+
axios@^0.21.1:
2257+
version "0.21.1"
2258+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2259+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2260+
dependencies:
2261+
follow-redirects "^1.10.0"
2262+
22562263
axobject-query@^2.0.2:
22572264
version "2.1.2"
22582265
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.1.2.tgz#2bdffc0371e643e5f03ba99065d5179b9ca79799"
@@ -3561,7 +3568,7 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
35613568
dependencies:
35623569
ms "2.0.0"
35633570

3564-
debug@^3.0.0, debug@^3.1.1, debug@^3.2.5:
3571+
debug@^3.1.1, debug@^3.2.5:
35653572
version "3.2.6"
35663573
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
35673574
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -4621,12 +4628,10 @@ flush-write-stream@^1.0.0:
46214628
inherits "^2.0.3"
46224629
readable-stream "^2.3.6"
46234630

4624-
follow-redirects@^1.0.0:
4625-
version "1.10.0"
4626-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.10.0.tgz#01f5263aee921c6a54fb91667f08f4155ce169eb"
4627-
integrity sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==
4628-
dependencies:
4629-
debug "^3.0.0"
4631+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4632+
version "1.13.2"
4633+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
4634+
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
46304635

46314636
for-in@^0.1.3:
46324637
version "0.1.8"

0 commit comments

Comments
 (0)