Skip to content

Commit

Permalink
Update dependency cross-fetch to v3.1.5 [SECURITY]
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent e9bc658 commit 9adbd07
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"bip32": "3.1.0",
"chalk": "^2.4.2",
"command-exists": "^1.2.9",
"cross-fetch": "3.0.6",
"cross-fetch": "3.1.5",
"debug": "^4.1.1",
"ethers": "5",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/contractkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
"bignumber.js": "^9.0.0",
"cross-fetch": "3.0.6",
"cross-fetch": "3.1.5",
"debug": "^4.1.1",
"fp-ts": "2.1.1",
"io-ts": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@celo/utils": "^6.0.0",
"@types/debug": "^4.1.5",
"bignumber.js": "9.0.0",
"cross-fetch": "3.0.6",
"cross-fetch": "3.1.5",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/network-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@types/debug": "^4.1.5",
"cross-fetch": "3.0.6",
"cross-fetch": "3.1.5",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ __metadata:
bip32: "npm:3.1.0"
chalk: "npm:^2.4.2"
command-exists: "npm:^1.2.9"
cross-fetch: "npm:3.0.6"
cross-fetch: "npm:3.1.5"
debug: "npm:^4.1.1"
ethers: "npm:5"
fs-extra: "npm:^8.1.0"
Expand Down Expand Up @@ -1741,7 +1741,7 @@ __metadata:
"@types/debug": "npm:^4.1.5"
bignumber.js: "npm:^9.0.0"
bn.js: "npm:^5.1.0"
cross-fetch: "npm:3.0.6"
cross-fetch: "npm:3.1.5"
debug: "npm:^4.1.1"
fetch-mock: "npm:9.10.4"
fp-ts: "npm:2.1.1"
Expand Down Expand Up @@ -1805,7 +1805,7 @@ __metadata:
"@types/debug": "npm:^4.1.5"
"@types/fetch-mock": "npm:^7.3.5"
bignumber.js: "npm:9.0.0"
cross-fetch: "npm:3.0.6"
cross-fetch: "npm:3.1.5"
debug: "npm:^4.1.1"
fetch-mock: "npm:^9.11.0"
web3: "npm:1.10.0"
Expand Down Expand Up @@ -1872,7 +1872,7 @@ __metadata:
dependencies:
"@celo/dev-utils": "npm:0.0.1-beta.1"
"@types/debug": "npm:^4.1.5"
cross-fetch: "npm:3.0.6"
cross-fetch: "npm:3.1.5"
debug: "npm:^4.1.1"
fetch-mock: "npm:9.10.4"
languageName: unknown
Expand Down Expand Up @@ -10304,7 +10304,7 @@ __metadata:
languageName: node
linkType: hard

"cross-fetch@npm:^3.1.4":
"cross-fetch@npm:3.1.5, cross-fetch@npm:^3.1.4":
version: 3.1.5
resolution: "cross-fetch@npm:3.1.5"
dependencies:
Expand Down

0 comments on commit 9adbd07

Please sign in to comment.