Skip to content

Commit 654da7a

Browse files
build(deps-dev): bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a83f0e commit 654da7a

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

package-lock.json

Lines changed: 12 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
@@ -150,7 +150,7 @@
150150
"@vue/eslint-config-prettier": "^6.0.0",
151151
"@vue/eslint-config-typescript": "^5.0.2",
152152
"@vue/test-utils": "^1.0.2",
153-
"axios": "^0.19.2",
153+
"axios": "^0.21.1",
154154
"babel-cli": "^6.26.0",
155155
"babel-core": "^6.26.3",
156156
"babel-eslint": "^10.1.0",

yarn.lock

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,12 +2019,12 @@ [email protected]:
20192019
follow-redirects "1.5.10"
20202020
is-buffer "^2.0.2"
20212021

2022-
axios@^0.19.2:
2023-
version "0.19.2"
2024-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2025-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2022+
axios@^0.21.1:
2023+
version "0.21.1"
2024+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2025+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
20262026
dependencies:
2027-
follow-redirects "1.5.10"
2027+
follow-redirects "^1.10.0"
20282028

20292029
babel-cli@^6.26.0:
20302030
version "6.26.0"
@@ -5768,10 +5768,10 @@ [email protected]:
57685768
dependencies:
57695769
debug "=3.1.0"
57705770

5771-
follow-redirects@^1.0.0:
5772-
version "1.13.0"
5773-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
5774-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
5771+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
5772+
version "1.13.1"
5773+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
5774+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
57755775

57765776
for-in@^0.1.3:
57775777
version "0.1.8"
@@ -6841,12 +6841,7 @@ is-buffer@^1.1.5:
68416841
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
68426842
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
68436843

6844-
is-buffer@^2.0.2:
6845-
version "2.0.3"
6846-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
6847-
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==
6848-
6849-
is-buffer@~2.0.3:
6844+
is-buffer@^2.0.2, is-buffer@~2.0.3:
68506845
version "2.0.4"
68516846
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
68526847
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==

0 commit comments

Comments
 (0)