Skip to content

Commit cce0131

Browse files
Bump axios from 0.21.4 to 0.30.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fc74dd commit cce0131

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"animate.css": "^4.1.1",
33-
"axios": "^0.21.1",
33+
"axios": "^0.30.0",
3434
"better-scroll": "^2.2.0",
3535
"clipboard": "^2.0.1",
3636
"core-js": "3.37.1",

yarn.lock

+24-7
Original file line numberDiff line numberDiff line change
@@ -2710,12 +2710,14 @@ available-typed-arrays@^1.0.7:
27102710
dependencies:
27112711
possible-typed-array-names "^1.0.0"
27122712

2713-
axios@^0.21.1:
2714-
version "0.21.4"
2715-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
2716-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
2713+
axios@^0.30.0:
2714+
version "0.30.0"
2715+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
2716+
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
27172717
dependencies:
2718-
follow-redirects "^1.14.0"
2718+
follow-redirects "^1.15.4"
2719+
form-data "^4.0.0"
2720+
proxy-from-env "^1.1.0"
27192721

27202722
babel-helper-vue-jsx-merge-props@^2.0.0:
27212723
version "2.0.3"
@@ -4863,7 +4865,7 @@ flatted@^3.2.9:
48634865
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
48644866
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
48654867

4866-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
4868+
follow-redirects@^1.0.0, follow-redirects@^1.15.4:
48674869
version "1.15.9"
48684870
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
48694871
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
@@ -4898,6 +4900,16 @@ form-data@^3.0.0:
48984900
es-set-tostringtag "^2.1.0"
48994901
mime-types "^2.1.35"
49004902

4903+
form-data@^4.0.0:
4904+
version "4.0.2"
4905+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
4906+
integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
4907+
dependencies:
4908+
asynckit "^0.4.0"
4909+
combined-stream "^1.0.8"
4910+
es-set-tostringtag "^2.1.0"
4911+
mime-types "^2.1.12"
4912+
49014913
49024914
version "0.2.0"
49034915
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -6944,7 +6956,7 @@ [email protected]:
69446956
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5"
69456957
integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==
69466958

6947-
mime-types@^2.1.27, mime-types@^2.1.31, mime-types@^2.1.35, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34:
6959+
mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@^2.1.35, mime-types@~2.1.17, mime-types@~2.1.24, mime-types@~2.1.34:
69486960
version "2.1.35"
69496961
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
69506962
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
@@ -8010,6 +8022,11 @@ proxy-addr@~2.0.7:
80108022
forwarded "0.2.0"
80118023
ipaddr.js "1.9.1"
80128024

8025+
proxy-from-env@^1.1.0:
8026+
version "1.1.0"
8027+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
8028+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
8029+
80138030
pseudomap@^1.0.2:
80148031
version "1.0.2"
80158032
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"

0 commit comments

Comments
 (0)