Skip to content

Commit 1408f84

Browse files
committed
fix: bump lodash version to fix vulnerability
1 parent 177878e commit 1408f84

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@polymathnetwork/contract-wrappers": "2.0.0-beta.5",
5050
"ethereum-address": "^0.0.4",
5151
"json-stable-stringify": "^1.0.1",
52-
"lodash": "^4.17.11",
52+
"lodash": "^4.17.13",
5353
"semver": "^5.6.0",
5454
"uuid": "^3.3.2"
5555
},

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,11 +2945,6 @@ bignumber.js@7.2.1:
29452945
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-7.2.1.tgz#80c048759d826800807c4bfd521e50edbba57a5f"
29462946
integrity sha512-S4XzBk5sMB+Rcb/LNcpzXr57VRTxgAvaAEDAl1AwRx27j00hT84O6OkteE7u8UB3NuaaygCRrEpqox4uDOrbdQ==
29472947

2948-
bignumber.js@8.0.1:
2949-
version "8.0.1"
2950-
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-8.0.1.tgz#5d419191370fb558c64e3e5f70d68e5947138832"
2951-
integrity sha512-zAySveTJXkgLYCBi0b14xzfnOs+f3G6x36I8w2a1+PFQpWk/dp0mI0F+ZZK2bu+3ELewDcSyP+Cfq++NcHX7sg==
2952-
29532948
"bignumber.js@git+https://github.com/frozeman/bignumber.js-nolookahead.git":
29542949
version "2.0.7"
29552950
resolved "git+https://github.com/frozeman/bignumber.js-nolookahead.git#57692b3ecfc98bbdd6b3a516cb2353652ea49934"
@@ -8615,7 +8610,7 @@ lodash@=4.17.4:
86158610
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
86168611
integrity sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=
86178612

8618-
lodash@^4.17.15:
8613+
lodash@^4.17.13, lodash@^4.17.15:
86198614
version "4.17.15"
86208615
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
86218616
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

0 commit comments

Comments
 (0)