Skip to content

Commit

Permalink
fix(deps): 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 Jan 12, 2024
1 parent e35aa51 commit d05bcd8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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": "^5.0.6",
"@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
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,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 @@ -1014,7 +1014,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 @@ -1081,7 +1081,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 @@ -10418,7 +10418,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 d05bcd8

Please sign in to comment.