Skip to content

Commit 19164bc

Browse files
Merge pull request #8409 from BitGo/CSHLD-407-v2
chore: fix lodash vulnerability
2 parents ab2a26c + a415641 commit 19164bc

File tree

36 files changed

+39
-38
lines changed

36 files changed

+39
-38
lines changed

modules/abstract-cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@cosmjs/stargate": "^0.29.5",
5050
"bignumber.js": "^9.1.1",
5151
"cosmjs-types": "^0.6.1",
52-
"lodash": "^4.17.21",
52+
"lodash": "^4.18.0",
5353
"protobufjs": "^7.4.0",
5454
"superagent": "^9.0.1"
5555
},

modules/abstract-eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ethereumjs-util": "7.1.5",
5656
"ethers": "^5.1.3",
5757
"keccak": "^3.0.3",
58-
"lodash": "4.17.21",
58+
"lodash": "^4.18.0",
5959
"secp256k1": "5.0.1",
6060
"superagent": "^9.0.1"
6161
},

modules/abstract-substrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"bs58": "^4.0.1",
5454
"hi-base32": "^0.5.1",
5555
"joi": "^17.4.0",
56-
"lodash": "^4.17.15",
56+
"lodash": "^4.18.0",
5757
"tweetnacl": "^1.0.3"
5858
},
5959
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c",

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"bignumber.js": "^9.0.2",
7373
"debug": "^3.1.0",
7474
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
75-
"lodash": "^4.17.14",
75+
"lodash": "^4.18.0",
7676
"superagent": "^9.0.1"
7777
},
7878
"devDependencies": {

modules/bitgo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"@bitgo/utxo-lib": "^11.22.0",
133133
"@types/superagent": "^4.1.3",
134134
"bignumber.js": "^9.1.1",
135-
"lodash": "^4.17.14",
135+
"lodash": "^4.18.0",
136136
"openpgp": "5.11.3",
137137
"stellar-sdk": "^10.0.1",
138138
"superagent": "^9.0.1"

modules/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"express": "4.21.2",
5454
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
5555
"io-ts-types": "^0.5.19",
56-
"lodash": "^4.17.20",
56+
"lodash": "^4.18.0",
5757
"morgan": "^1.9.1",
5858
"proxy-agent": "6.4.0",
5959
"proxyquire": "^2.1.3",

modules/sdk-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"bitcoinjs-message": "npm:@bitgo-forks/bitcoinjs-message@1.0.0-master.3",
5050
"debug": "3.1.0",
5151
"eol": "^0.5.0",
52-
"lodash": "^4.17.15",
52+
"lodash": "^4.18.0",
5353
"proxy-agent": "6.4.0",
5454
"sanitize-html": "^2.11",
5555
"secp256k1": "5.0.1",

modules/sdk-coin-ada/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"bignumber.js": "^9.0.2",
5050
"bs58": "^6.0.0",
5151
"cbor": "^10.0.3",
52-
"lodash": "^4.17.21",
52+
"lodash": "^4.18.0",
5353
"superagent": "^9.0.1",
5454
"tweetnacl": "^1.0.3"
5555
},

modules/sdk-coin-algo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"hi-base32": "^0.5.1",
5050
"joi": "^17.4.0",
5151
"js-sha512": "0.8.0",
52-
"lodash": "^4.17.14",
52+
"lodash": "^4.18.0",
5353
"stellar-sdk": "^10.0.1",
5454
"tweetnacl": "^1.0.3"
5555
},

modules/sdk-coin-apt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@bitgo/sdk-core": "^36.37.0",
4646
"@bitgo/statics": "^58.32.0",
4747
"bignumber.js": "^9.1.2",
48-
"lodash": "^4.17.21"
48+
"lodash": "^4.18.0"
4949
},
5050
"devDependencies": {
5151
"@bitgo/sdk-api": "^1.76.1",

0 commit comments

Comments
 (0)