Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
axios library upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jintusebastian committed Feb 19, 2024
1 parent 71e69fc commit c39e9da
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 9 deletions.
2 changes: 1 addition & 1 deletion broker/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@sf/app-config": "*",
"@sf/logger": "*",
"axios": "0.25.0",
"axios": "0.28.0",
"bluebird": "3.7.2",
"hystrixjs": "0.2.0",
"jsonwebtoken": "9.0.0",
Expand Down
36 changes: 28 additions & 8 deletions broker/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ __metadata:
dependencies:
"@sf/app-config": "*"
"@sf/logger": "*"
axios: 0.25.0
axios: 0.28.0
bluebird: 3.7.2
hystrixjs: 0.2.0
jsonwebtoken: 9.0.0
Expand Down Expand Up @@ -1958,12 +1958,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.25.0":
version: 0.25.0
resolution: "axios@npm:0.25.0"
"axios@npm:0.28.0":
version: 0.28.0
resolution: "axios@npm:0.28.0"
dependencies:
follow-redirects: ^1.14.7
checksum: 2b2d5a0e1d53ab19b0808324336044db0a2ea2f18842a455436ee2bf35548e016dd9a3c52fee722c9e9602c8dd0185e9ccf9a77d76bb8acd706703f6e7c5eb91
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: d44a4f51013605fe2f7b950e7cd0f337d0c0b330ad3e3e6e83333637dd69d0908da9a404c10559dc8e44cc300f6258cdf05b45c12d4717955f053dbe6900e645
languageName: node
linkType: hard

Expand Down Expand Up @@ -2890,7 +2892,7 @@ __metadata:
languageName: node
linkType: hard

"combined-stream@npm:^1.0.6, combined-stream@npm:~1.0.6":
"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8, combined-stream@npm:~1.0.6":
version: 1.0.8
resolution: "combined-stream@npm:1.0.8"
dependencies:
Expand Down Expand Up @@ -4667,7 +4669,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.14.7":
"follow-redirects@npm:^1.14.0, follow-redirects@npm:^1.15.0":
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
Expand Down Expand Up @@ -4741,6 +4743,17 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
mime-types: ^2.1.12
checksum: ecbe8f41bcf5c415f38e39058b34598a9261bb74a3d54b633d0b5dd8b7cf9a30b0626cd06ae8e79874a2ca88c222041142a7893e5afdd35fdfc3272264d03d44
languageName: node
linkType: hard

"form-data@npm:~2.3.2":
version: 2.3.3
resolution: "form-data@npm:2.3.3"
Expand Down Expand Up @@ -8643,6 +8656,13 @@ fsevents@^1.0.0:
languageName: node
linkType: hard

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

"proxyquire@npm:^1.7.9":
version: 1.8.0
resolution: "proxyquire@npm:1.8.0"
Expand Down

0 comments on commit c39e9da

Please sign in to comment.