Skip to content

Commit 55c5548

Browse files
authored
fix: major dependency vulnerabilities (#173)
1 parent dfd0edf commit 55c5548

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dashcore-lib",
3-
"version": "0.18.11",
3+
"version": "0.18.12",
44
"description": "A pure and powerful JavaScript Dash library.",
55
"author": "Dash Core Group, Inc. <dev@dash.org>",
66
"main": "index.js",
@@ -111,9 +111,9 @@
111111
"bloom-filter": "^0.2.0",
112112
"bn.js": "=4.11.8",
113113
"bs58": "=4.0.1",
114-
"elliptic": "=6.4.1",
114+
"elliptic": "^6.5.3",
115115
"inherits": "=2.0.1",
116-
"lodash": "^4.17.15",
116+
"lodash": "^4.17.20",
117117
"unorm": "^1.6.0"
118118
},
119119
"devDependencies": {

0 commit comments

Comments
 (0)