Skip to content

Commit

Permalink
Merge pull request #898 from PEM-Humboldt/feature/upgradeVersionAxios
Browse files Browse the repository at this point in the history
Upgrade axios ~1.6.5
  • Loading branch information
hacheG authored Jan 22, 2024
2 parents 65a186a + dc49bd6 commit 3405251
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@vx/responsive": "~0.0.199",
"@vx/scale": "~0.0.199",
"@vx/tooltip": "~0.0.199",
"axios": "~0.27.2",
"axios": "~1.6.5",
"cbm-dashboard": "1.0.0",
"chart.js": "~3.8.0",
"indicators": "1.0.0",
Expand Down
32 changes: 25 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6958,13 +6958,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:~0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
"axios@npm:~1.6.5":
version: 1.6.5
resolution: "axios@npm:1.6.5"
dependencies:
follow-redirects: ^1.14.9
follow-redirects: ^1.15.4
form-data: ^4.0.0
checksum: 38cb7540465fe8c4102850c4368053c21683af85c5fdf0ea619f9628abbcb59415d1e22ebc8a6390d2bbc9b58a9806c874f139767389c862ec9b772235f06854
proxy-from-env: ^1.1.0
checksum: e28d67b2d9134cb4608c44d8068b0678cfdccc652742e619006f27264a30c7aba13b2cd19c6f1f52ae195b5232734925928fb192d5c85feea7edd2f273df206d
languageName: node
linkType: hard

Expand Down Expand Up @@ -7405,7 +7406,7 @@ __metadata:
"@vx/responsive": ~0.0.199
"@vx/scale": ~0.0.199
"@vx/tooltip": ~0.0.199
axios: ~0.27.2
axios: ~1.6.5
cbm-dashboard: 1.0.0
chart.js: ~3.8.0
indicators: 1.0.0
Expand Down Expand Up @@ -11733,7 +11734,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.9":
"follow-redirects@npm:^1.0.0":
version: 1.15.1
resolution: "follow-redirects@npm:1.15.1"
peerDependenciesMeta:
Expand All @@ -11743,6 +11744,16 @@ __metadata:
languageName: node
linkType: hard

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

"font-atlas@npm:^2.1.0":
version: 2.1.0
resolution: "font-atlas@npm:2.1.0"
Expand Down Expand Up @@ -18824,6 +18835,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4
languageName: node
linkType: hard

"pseudomap@npm:^1.0.2":
version: 1.0.2
resolution: "pseudomap@npm:1.0.2"
Expand Down

0 comments on commit 3405251

Please sign in to comment.