Skip to content

Commit

Permalink
chore(deps): update cross-fetch from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Jan 29, 2025
1 parent 370ea15 commit 9759a1c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/coinjoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@trezor/eslint": "workspace:*",
"@trezor/utils": "workspace:*",
"@trezor/utxo-lib": "workspace:*",
"cross-fetch": "^4.0.0",
"cross-fetch": "^4.1.0",
"golomb": "1.2.0",
"n64": "^0.2.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"blakejs": "^1.2.1",
"bs58": "^6.0.0",
"bs58check": "^4.0.0",
"cross-fetch": "^4.0.0"
"cross-fetch": "^4.1.0"
},
"devDependencies": {
"@trezor/eslint": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@trezor/protobuf": "workspace:*",
"@trezor/protocol": "workspace:*",
"@trezor/utils": "workspace:*",
"cross-fetch": "^4.0.0",
"cross-fetch": "^4.1.0",
"long": "^5.2.0",
"protobufjs": "7.4.0",
"usb": "^2.14.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/trezor-user-env-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@trezor/utils": "workspace:*",
"cross-fetch": "^4.0.0",
"cross-fetch": "^4.1.0",
"semver": "^7.6.3",
"ws": "^8.18.0"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11706,7 +11706,7 @@ __metadata:
"@trezor/eslint": "workspace:*"
"@trezor/utils": "workspace:*"
"@trezor/utxo-lib": "workspace:*"
cross-fetch: "npm:^4.0.0"
cross-fetch: "npm:^4.1.0"
golomb: "npm:1.2.0"
n64: "npm:^0.2.10"
languageName: unknown
Expand Down Expand Up @@ -12118,7 +12118,7 @@ __metadata:
blakejs: "npm:^1.2.1"
bs58: "npm:^6.0.0"
bs58check: "npm:^4.0.0"
cross-fetch: "npm:^4.0.0"
cross-fetch: "npm:^4.1.0"
jest: "npm:29.7.0"
karma: "npm:^6.4.4"
karma-babel-preprocessor: "npm:^8.0.2"
Expand Down Expand Up @@ -12855,7 +12855,7 @@ __metadata:
"@types/bytebuffer": "npm:^5.0.49"
"@types/sharedworker": "npm:^0.0.143"
"@types/w3c-web-usb": "npm:^1.0.10"
cross-fetch: "npm:^4.0.0"
cross-fetch: "npm:^4.1.0"
jest: "npm:29.7.0"
jest-environment-node: "npm:^29.7.0"
long: "npm:^5.2.0"
Expand All @@ -12875,7 +12875,7 @@ __metadata:
"@trezor/utils": "workspace:*"
"@types/semver": "npm:^7.5.8"
"@types/ws": "npm:^8.5.13"
cross-fetch: "npm:^4.0.0"
cross-fetch: "npm:^4.1.0"
semver: "npm:^7.6.3"
ws: "npm:^8.18.0"
languageName: unknown
Expand Down Expand Up @@ -19096,12 +19096,12 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:^4.0.0":
version: 4.0.0
resolution: "cross-fetch@npm:4.0.0"
"cross-fetch@npm:^4.0.0, cross-fetch@npm:^4.1.0":
version: 4.1.0
resolution: "cross-fetch@npm:4.1.0"
dependencies:
node-fetch: "npm:^2.6.12"
checksum: 10/e231a71926644ef122d334a3a4e73d9ba3ba4b480a8a277fb9badc434c1ba905b3d60c8034e18b348361a09afbec40ba9371036801ba2b675a7b84588f9f55d8
node-fetch: "npm:^2.7.0"
checksum: 10/07624940607b64777d27ec9c668ddb6649e8c59ee0a5a10e63a51ce857e2bbb1294a45854a31c10eccb91b65909a5b199fcb0217339b44156f85900a7384f489
languageName: node
linkType: hard

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

"node-fetch@npm:2.7.0, node-fetch@npm:^2.0.0, node-fetch@npm:^2.2.0, node-fetch@npm:^2.5.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.11, node-fetch@npm:^2.6.12, node-fetch@npm:^2.6.4, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0":
"node-fetch@npm:2.7.0, node-fetch@npm:^2.0.0, node-fetch@npm:^2.2.0, node-fetch@npm:^2.5.0, node-fetch@npm:^2.6.1, node-fetch@npm:^2.6.11, node-fetch@npm:^2.6.4, node-fetch@npm:^2.6.6, node-fetch@npm:^2.6.7, node-fetch@npm:^2.7.0":
version: 2.7.0
resolution: "node-fetch@npm:2.7.0"
dependencies:
Expand Down

0 comments on commit 9759a1c

Please sign in to comment.