Skip to content

Commit

Permalink
chore(deps): bump axios from 0.27.2 to 0.28.0 (#704)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md)
- [Commits](axios/axios@v0.27.2...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 82a14bc commit f527a41
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"templates"
],
"dependencies": {
"axios": "0.27.2",
"axios": "0.28.0",
"drupal-jsonapi-params": "^2.3.1",
"druxt": "^0.24.0",
"druxt-entity": "^0.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"templates"
],
"dependencies": {
"axios": "0.27.2",
"axios": "0.28.0",
"deepmerge": "^4.3.1",
"drupal-jsonapi-params": "^2.3.1",
"druxt": "^0.24.0",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8424,13 +8424,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.27.2, axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
"axios@npm:0.28.0":
version: 0.28.0
resolution: "axios@npm:0.28.0"
dependencies:
follow-redirects: ^1.14.9
follow-redirects: ^1.15.0
form-data: ^4.0.0
checksum: 38cb7540465fe8c4102850c4368053c21683af85c5fdf0ea619f9628abbcb59415d1e22ebc8a6390d2bbc9b58a9806c874f139767389c862ec9b772235f06854
proxy-from-env: ^1.1.0
checksum: d3782377512e67510787bf325b664f16c8b595ccdbcf52fca58433fbd082e33c3ef58a19e7d016ce92666be5a1a5ea82028add0cb841077981df9617bd071615
languageName: node
linkType: hard

Expand All @@ -8443,6 +8444,16 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
dependencies:
follow-redirects: ^1.14.9
form-data: ^4.0.0
checksum: 38cb7540465fe8c4102850c4368053c21683af85c5fdf0ea619f9628abbcb59415d1e22ebc8a6390d2bbc9b58a9806c874f139767389c862ec9b772235f06854
languageName: node
linkType: hard

"axios@npm:^0.28.0":
version: 0.28.1
resolution: "axios@npm:0.28.1"
Expand Down Expand Up @@ -11329,7 +11340,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "druxt-blocks@workspace:packages/blocks"
dependencies:
axios: 0.27.2
axios: 0.28.0
drupal-jsonapi-params: ^2.3.1
druxt: ^0.24.0
druxt-entity: ^0.28.0
Expand Down Expand Up @@ -11484,7 +11495,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "druxt-views@workspace:packages/views"
dependencies:
axios: 0.27.2
axios: 0.28.0
deepmerge: ^4.3.1
drupal-jsonapi-params: ^2.3.1
druxt: ^0.24.0
Expand Down

0 comments on commit f527a41

Please sign in to comment.