Skip to content

Commit

Permalink
build(deps): bump axios from 0.26.1 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.26.1 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.26.1...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] authored Nov 29, 2023
1 parent 40e1e7c commit 85f395c
Show file tree
Hide file tree
Showing 6 changed files with 5,232 additions and 8,528 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ajv-formats": "^2.1.1",
"ajv-keywords": "^5.1.0",
"async-mutex": "^0.4.0",
"axios": "1.4.0",
"axios": "1.6.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"class-transformer": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/queue-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@impler/dal": "^0.12.0",
"@impler/shared": "^0.12.0",
"axios": "^0.26.1",
"axios": "^1.6.0",
"dotenv": "^16.0.2",
"envalid": "^7.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@storybook/addon-essentials": "^6.5.13",
"@storybook/react": "^6.5.13",
"@tanstack/react-query": "^4.14.5",
"axios": "^0.26.1",
"axios": "^1.6.0",
"bootstrap": "4.6.0",
"cross-env": "^7.0.3",
"file-saver": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/client-s3": "^3.185.0",
"@aws-sdk/lib-storage": "^3.360.0",
"@aws-sdk/s3-request-presigner": "^3.276.0",
"axios": "^0.26.1"
"axios": "^1.6.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": ["prettier --ignore-path .eslintignore --write"],
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@impler/shared": "^0.12.0",
"axios": "^0.26.1"
"axios": "^1.6.0"
},
"engines": {
"node": ">=10"
Expand Down
Loading

0 comments on commit 85f395c

Please sign in to comment.