Skip to content

Commit

Permalink
chore(deps): bump axios from 0.21.4 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v0.21.4...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent db7f7fa commit e51331a
Show file tree
Hide file tree
Showing 6 changed files with 915 additions and 1,616 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/socket.io-client": "^1.4.36",
"apphook": "1.0.6",
"attr-accept": "^2.1.0",
"axios": "0.21.4",
"axios": "1.6.0",
"color": "^3.1.3",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/databus-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.27.2"
"axios": "^1.6.0"
},
"devDependencies": {
"@types/node": "^12.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/datasheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"antd": "4.23.5",
"antd-mobile": "5.32.4",
"attr-accept": "^2.1.0",
"axios": "0.21.4",
"axios": "1.6.0",
"bowser": "^2.11.0",
"canvas": "2.9.1",
"classnames": "2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/room-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@tiptap/core": "^2.1.8",
"@tiptap/pm": "^2.1.8",
"@tiptap/starter-kit": "^2.1.8",
"axios": "^1.4.0",
"axios": "^1.6.0",
"bull": "^4.11.3",
"cache-manager": "^3.6.0",
"class-transformer": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/widget-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ahooks": "^3.5.0",
"antd": "4.23.5",
"attr-accept": "^2.1.0",
"axios": "0.21.4",
"axios": "1.6.0",
"bowser": "^2.11.0",
"dayjs": "^1.11.7",
"emoji-mart": "^3.0.0",
Expand Down
Loading

0 comments on commit e51331a

Please sign in to comment.