Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axios from 0.27.2 to 0.28.0 #337

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
"@tinymce/tinymce-react": "4.3.2",
"axios": "^0.27.2",
"axios": "^0.28.0",
"body-parser": "1.20.2",
"cookie-parser": "^1.4.6",
"cypress-recurse": "^1.18.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/applicant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@aws-crypto/client-node": "3.2.0",
"@contentful/rich-text-from-markdown": "15.16.6",
"@contentful/rich-text-react-renderer": "^15.11.1",
"axios": "^0.27.2",
"axios": "^0.28.0",
"body-parser": "1.20.2",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
Expand Down
25 changes: 13 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6296,7 +6296,7 @@ __metadata:
"@types/cookie": ^0.5.1
"@types/cookie-parser": ^1.4.3
"@types/number-to-words": ^1.2.1
axios: ^0.27.2
axios: ^0.28.0
body-parser: 1.20.2
contentful-typescript-codegen: ^3.2.3
cookie-parser: ^1.4.6
Expand Down Expand Up @@ -6516,7 +6516,7 @@ __metadata:
"@testing-library/jest-dom": ^6.1.4
"@types/cookie": ^0.5.1
"@types/cookie-parser": ^1.4.3
axios: ^0.27.2
axios: ^0.28.0
axios-mock-adapter: ^1.21.1
body-parser: 1.20.2
contentful-typescript-codegen: ^3.2.3
Expand Down Expand Up @@ -6881,13 +6881,14 @@ __metadata:
languageName: node
linkType: hard

"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 Down Expand Up @@ -10269,13 +10270,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.9":
version: 1.15.2
resolution: "follow-redirects@npm:1.15.2"
"follow-redirects@npm:^1.15.0":
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
debug:
optional: true
checksum: faa66059b66358ba65c234c2f2a37fcec029dc22775f35d9ad6abac56003268baf41e55f9ee645957b32c7d9f62baf1f0b906e68267276f54ec4b4c597c2b190
checksum: 5ca49b5ce6f44338cbfc3546823357e7a70813cecc9b7b768158a1d32c1e62e7407c944402a918ea8c38ae2e78266312d617dc68783fac502cbb55e1047b34ec
languageName: node
linkType: hard

Expand Down Expand Up @@ -15798,7 +15799,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
Loading