Skip to content

Commit 7875342

Browse files
Bump axios from 0.18.1 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.18.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3cf394 commit 7875342

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@nestjs/core": "^6.0.5",
2929
"@nestjs/platform-express": "^6.0.5",
3030
"antd": "^4.23.1",
31-
"axios": "^0.18.1",
31+
"axios": "^0.21.2",
3232
"electron-squirrel-startup": "^1.0.0",
3333
"jquery": "^3.5.1",
3434
"lodash": "^4.17.13",

yarn.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,14 +1598,21 @@ aws4@^1.8.0:
15981598
resolved "https://registry.npmjs.org/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
15991599
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
16001600

1601-
axios@*, axios@0.19.2:
1601+
axios@*, axios@^0.21.2:
1602+
version "0.21.2"
1603+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1604+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
1605+
dependencies:
1606+
follow-redirects "^1.14.0"
1607+
1608+
axios@0.19.2:
16021609
version "0.19.2"
16031610
resolved "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
16041611
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
16051612
dependencies:
16061613
follow-redirects "1.5.10"
16071614

1608-
axios@^0.18.0, axios@^0.18.1:
1615+
axios@^0.18.0:
16091616
version "0.18.1"
16101617
resolved "https://registry.npmjs.org/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
16111618
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
@@ -3656,7 +3663,7 @@ follow-redirects@1.5.10:
36563663
dependencies:
36573664
debug "=3.1.0"
36583665

3659-
follow-redirects@^1.0.0:
3666+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
36603667
version "1.15.1"
36613668
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
36623669
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==

0 commit comments

Comments
 (0)