Skip to content

Commit

Permalink
Bump axios from 0.27.2 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 0.27.2 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.27.2...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent a271630 commit ebecca6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@contentful/rich-text-from-markdown": "15.16.6",
"@contentful/rich-text-react-renderer": "^15.12.1",
"@elastic/elasticsearch": "7.10",
"axios": "^0.27.2",
"axios": "^1.6.0",
"body-parser": "^1.19.2",
"contentful": "^9.1.5",
"cookie-parser": "^1.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/applicant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@contentful/rich-text-from-markdown": "15.16.6",
"@contentful/rich-text-react-renderer": "^15.11.1",
"@elastic/elasticsearch": "7.10",
"axios": "^0.27.2",
"axios": "^1.6.0",
"body-parser": "^1.19.2",
"contentful": "^9.1.5",
"cookie": "^0.5.0",
Expand Down
29 changes: 25 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6530,7 +6530,7 @@ __metadata:
"@types/csurf": ^1.11.2
"@types/number-to-words": ^1.2.1
"@types/turndown": ^5.0.1
axios: ^0.27.2
axios: ^1.6.0
body-parser: ^1.19.2
contentful: ^9.1.5
contentful-management: ^10.0.0
Expand Down Expand Up @@ -6768,7 +6768,7 @@ __metadata:
"@types/cookie": ^0.5.1
"@types/cookie-parser": ^1.4.3
"@vespaiach/axios-fetch-adapter": ^0.3.0
axios: ^0.27.2
axios: ^1.6.0
axios-mock-adapter: ^1.21.1
body-parser: ^1.19.2
contentful: ^9.1.5
Expand Down Expand Up @@ -7152,7 +7152,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^0.27.0, axios@npm:^0.27.1, axios@npm:^0.27.2":
"axios@npm:^0.27.0, axios@npm:^0.27.1":
version: 0.27.2
resolution: "axios@npm:0.27.2"
dependencies:
Expand All @@ -7162,6 +7162,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0":
version: 1.6.1
resolution: "axios@npm:1.6.1"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 573f03f59b7487d54551b16f5e155d1d130ad4864ed32d1da93d522b78a57123b34e3bde37f822a65ee297e79f1db840f9ad6514addff50d3cbf5caeed39e8dc
languageName: node
linkType: hard

"axobject-query@npm:^3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
Expand Down Expand Up @@ -10710,6 +10721,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0":
version: 1.15.3
resolution: "follow-redirects@npm:1.15.3"
peerDependenciesMeta:
debug:
optional: true
checksum: 584da22ec5420c837bd096559ebfb8fe69d82512d5585004e36a3b4a6ef6d5905780e0c74508c7b72f907d1fa2b7bd339e613859e9c304d0dc96af2027fd0231
languageName: node
linkType: hard

"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand Down Expand Up @@ -16319,7 +16340,7 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.0.0":
"proxy-from-env@npm:^1.0.0, proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4
Expand Down

0 comments on commit ebecca6

Please sign in to comment.