Skip to content

Commit 41d7d84

Browse files
authored
Merge pull request #531 from avored/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1
2 parents ad2aed3 + cd4ba18 commit 41d7d84

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

package-lock.json

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"avored-components": "^0.1",
14-
"axios": "^0.19.2",
14+
"axios": "^0.21.1",
1515
"cross-env": "^7.0.2",
1616
"laravel-mix": "^5.0.4",
1717
"laravel-mix-alias": "^1.0.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,13 @@ axios@^0.19.2:
13301330
dependencies:
13311331
follow-redirects "1.5.10"
13321332

1333+
axios@^0.21.1:
1334+
version "0.21.1"
1335+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1336+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1337+
dependencies:
1338+
follow-redirects "^1.10.0"
1339+
13331340
babel-code-frame@^6.26.0:
13341341
version "6.26.0"
13351342
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -3094,10 +3101,10 @@ follow-redirects@1.5.10:
30943101
dependencies:
30953102
debug "=3.1.0"
30963103

3097-
follow-redirects@^1.0.0:
3098-
version "1.13.0"
3099-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
3100-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
3104+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
3105+
version "1.13.1"
3106+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
3107+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
31013108

31023109
for-in@^1.0.2:
31033110
version "1.0.2"

0 commit comments

Comments
 (0)