Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update axios to 0.22.0 #656

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions packages/axios-error/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "axios-error",
"version": "1.0.4",
"description": "Axios error wrapper that aim to provide clear error message to developers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"axios": "^0.21.1",
"axios": "^0.22.0",
"type-fest": "^0.15.1"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-common/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "messaging-api-common",
"version": "1.0.4",
"description": "Helpers for common usages in Messaging API clients",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@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 Down
4 changes: 2 additions & 2 deletions packages/messaging-api-line/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "messaging-api-line",
"version": "1.0.6",
"description": "Messaging API client for LINE",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"browser": "lib/browser.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/warning": "^3.0.0",
"axios": "^0.21.1",
"axios": "^0.22.0",
"axios-error": "file:../axios-error",
"image-type": "^4.1.0",
"messaging-api-common": "file:../messaging-api-common",
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-messenger/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "messaging-api-messenger",
"version": "1.0.6",
"description": "Messaging API client for Messenger",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"browser": "lib/browser.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"@types/lodash": "^4.14.156",
"@types/warning": "^3.0.0",
"append-query": "^2.1.0",
"axios": "^0.21.1",
"axios": "^0.22.0",
"axios-error": "file:../axios-error",
"form-data": "^3.0.0",
"lodash": "^4.17.15",
Expand Down
8 changes: 4 additions & 4 deletions packages/messaging-api-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "messaging-api-slack",
"version": "1.0.6",
"description": "Messaging API client for Slack",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/lodash": "^4.14.156",
"@types/warning": "^3.0.0",
"axios": "^0.21.1",
"axios-error": "^1.0.4",
"axios": "^0.22.0",
"axios-error": "file:../axios-error",
"lodash": "^4.17.15",
"messaging-api-common": "^1.0.4",
"messaging-api-common": "file:../messaging-api-common",
"ts-invariant": "^0.4.4",
"warning": "^4.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "messaging-api-telegram",
"version": "1.0.6",
"description": "Messaging API client for Telegram",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/lodash": "^4.14.156",
"@types/warning": "^3.0.0",
"axios": "^0.21.1",
"axios": "^0.22.0",
"axios-error": "file:../axios-error",
"lodash": "^4.17.15",
"messaging-api-common": "file:../messaging-api-common",
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-viber/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "messaging-api-viber",
"version": "1.0.6",
"description": "Messaging API client for Viber",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/warning": "^3.0.0",
"axios": "^0.21.1",
"axios": "^0.22.0",
"axios-error": "file:../axios-error",
"messaging-api-common": "file:../messaging-api-common",
"ts-invariant": "^0.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging-api-wechat/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "messaging-api-wechat",
"version": "1.0.6",
"description": "Messaging API client for WeChat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/messaging-apis.git"
},
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/warning": "^3.0.0",
"axios": "^0.21.1",
"axios": "^0.22.0",
"axios-error": "file:../axios-error",
"form-data": "^3.0.0",
"messaging-api-common": "file:../messaging-api-common",
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