Skip to content

Commit

Permalink
build(deps-dev): bump axios from 1.7.2 to 1.7.4
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 978c03a commit 2c55ebd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/api-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"qs": "^6.12.3"
},
"devDependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"msw": "^2.3.4",
"tsup": "^7.2.0",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/authorizations-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@availity/authorizations-core": "workspace:*"
},
"devDependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"tsup": "^7.2.0",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dl-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"axios": "^1.7.2",
"axios": "^1.7.4",
"tsup": "^7.2.0",
"typescript": "^5.5.4"
},
Expand Down
19 changes: 15 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ __metadata:
resolution: "@availity/api-axios@workspace:packages/api-axios"
dependencies:
"@availity/resolve-url": "workspace:*"
axios: ^1.7.2
axios: ^1.7.4
lodash: ^4.17.21
msw: ^2.3.4
qs: ^6.12.3
Expand Down Expand Up @@ -262,7 +262,7 @@ __metadata:
dependencies:
"@availity/api-axios": "workspace:*"
"@availity/authorizations-core": "workspace:*"
axios: ^1.7.2
axios: ^1.7.4
tsup: ^7.2.0
typescript: ^5.5.4
peerDependencies:
Expand Down Expand Up @@ -297,7 +297,7 @@ __metadata:
resolution: "@availity/dl-axios@workspace:packages/dl-axios"
dependencies:
"@availity/dl-core": "workspace:*"
axios: ^1.7.2
axios: ^1.7.4
lodash: ^4.17.21
tsup: ^7.2.0
typescript: ^5.5.4
Expand Down Expand Up @@ -6069,7 +6069,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0, axios@npm:^1.7.2":
"axios@npm:^1.6.0":
version: 1.7.2
resolution: "axios@npm:1.7.2"
dependencies:
Expand All @@ -6080,6 +6080,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.7.4":
version: 1.7.4
resolution: "axios@npm:1.7.4"
dependencies:
follow-redirects: ^1.15.6
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 0c17039a9acfe6a566fca8431ba5c1b455c83d30ea6157fec68a6722878fcd30f3bd32d172f6bee0c51fe75ca98e6414ddcd968a87b5606b573731629440bfaf
languageName: node
linkType: hard

"axobject-query@npm:~3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
Expand Down

0 comments on commit 2c55ebd

Please sign in to comment.