Skip to content

Commit

Permalink
update axios to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Oct 2, 2021
1 parent a976ccf commit a5675b2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"axios": "^0.21.4",
"axios": "^0.22.0",
"axios-mock-adapter": "^1.20.0",
"chalk": "^4.1.2",
"eslint": "^7.32.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@ aws4@^1.8.0:
"axios-error@file:packages/axios-error":
version "1.0.4"
dependencies:
axios "^0.21.1"
axios "^0.22.0"
type-fest "^0.15.1"

axios-mock-adapter@^1.20.0:
Expand All @@ -2062,12 +2062,12 @@ axios-mock-adapter@^1.20.0:
is-blob "^2.1.0"
is-buffer "^2.0.5"

axios@^0.21.1, axios@^0.21.4:
version "0.21.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
axios@^0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.22.0.tgz#bf702c41fb50fbca4539589d839a077117b79b25"
integrity sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==
dependencies:
follow-redirects "^1.14.0"
follow-redirects "^1.14.4"

babel-jest@^26.6.3:
version "26.6.3"
Expand Down Expand Up @@ -3724,7 +3724,7 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

follow-redirects@^1.14.0:
follow-redirects@^1.14.4:
version "1.14.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.4.tgz#838fdf48a8bbdd79e52ee51fb1c94e3ed98b9379"
integrity sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==
Expand Down Expand Up @@ -5763,7 +5763,7 @@ merge2@^1.2.3, merge2@^1.3.0:
"@types/debug" "^4.1.5"
"@types/lodash" "^4.14.156"
"@types/url-join" "^4.0.0"
axios "^0.21.1"
axios "^0.22.0"
camel-case "^4.1.1"
debug "^4.1.1"
lodash "^4.17.15"
Expand All @@ -5779,11 +5779,11 @@ merge2@^1.2.3, merge2@^1.3.0:
"@types/lodash" "^4.14.156"
"@types/warning" "^3.0.0"
append-query "^2.1.0"
axios "^0.21.1"
axios-error "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-3829411b-e3c2-4a04-aa99-38986cf8e212-1631639825044/node_modules/axios-error"
axios "^0.22.0"
axios-error "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-d66b172d-1c3f-4d3d-b85f-ea858dabfdb0-1633151077859/node_modules/axios-error"
form-data "^3.0.0"
lodash "^4.17.15"
messaging-api-common "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-3829411b-e3c2-4a04-aa99-38986cf8e212-1631639825044/node_modules/messaging-api-common"
messaging-api-common "file:../../../Library/Caches/Yarn/v6/npm-messaging-api-messenger-1.0.6-d66b172d-1c3f-4d3d-b85f-ea858dabfdb0-1633151077859/node_modules/messaging-api-common"
ts-invariant "^0.4.4"
warning "^4.0.3"

Expand Down

0 comments on commit a5675b2

Please sign in to comment.