diff --git a/client/package-lock.json b/client/package-lock.json index deef87798..94484e15e 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "hyperledger-explorer-client", - "version": "0.3.0", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -4598,7 +4598,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -4616,11 +4617,13 @@ }, "balanced-match": { "version": "1.0.0", - "bundled": true + "bundled": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -4633,15 +4636,18 @@ }, "code-point-at": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "concat-map": { "version": "0.0.1", - "bundled": true + "bundled": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", - "bundled": true + "bundled": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -4744,7 +4750,8 @@ }, "inherits": { "version": "2.0.3", - "bundled": true + "bundled": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -4754,6 +4761,7 @@ "is-fullwidth-code-point": { "version": "1.0.0", "bundled": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -4766,17 +4774,20 @@ "minimatch": { "version": "3.0.4", "bundled": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } }, "minimist": { "version": "0.0.8", - "bundled": true + "bundled": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -4793,6 +4804,7 @@ "mkdirp": { "version": "0.5.1", "bundled": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -4865,7 +4877,8 @@ }, "number-is-nan": { "version": "1.0.1", - "bundled": true + "bundled": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -4875,6 +4888,7 @@ "once": { "version": "1.4.0", "bundled": true, + "optional": true, "requires": { "wrappy": "1" } @@ -4950,7 +4964,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -4980,6 +4995,7 @@ "string-width": { "version": "1.0.2", "bundled": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -4997,6 +5013,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -5035,11 +5052,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } }, @@ -7377,9 +7396,9 @@ } }, "lodash": { - "version": "4.17.10", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.10.tgz", - "integrity": "sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash-es": { "version": "4.17.5", @@ -10718,9 +10737,9 @@ } }, "recharts": { - "version": "1.0.0-beta.10", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-1.0.0-beta.10.tgz", - "integrity": "sha1-080V32t4edWWjaPJQrX82vJQT+E=", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/recharts/-/recharts-1.0.0.tgz", + "integrity": "sha512-0EEk0UwqxZklascYQ5ndYsoAjbykXzCbF1X7z9p6PXrhc4Cscq21dQ4Ggr7vQS61BT2/Nx9jVxdQn3oKUoGMHw==", "requires": { "classnames": "2.2.5", "core-js": "2.5.1", @@ -10728,6 +10747,7 @@ "d3-scale": "1.0.6", "d3-shape": "1.2.0", "lodash": "~4.17.4", + "lodash-es": "~4.17.4", "prop-types": "^15.6.0", "react-resize-detector": "1.1.0", "react-smooth": "1.0.0", diff --git a/client/package.json b/client/package.json index b93294aba..c41684a97 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "immutable": "^3.8.1", "jquery": "^3.0.0", "js-beautify": "^1.7.5", - "lodash": "^4.17.10", + "lodash": "^4.17.21", "match-sorter": "^2.2.1", "material-ui": "^1.0.0-beta.29", "material-ui-icons": "^1.0.0-beta.17", @@ -39,7 +39,7 @@ "react-tree-graph": "^3.1.0", "react-websocket": "^2.0.0", "reactstrap": "^5.0.0", - "recharts": "^1.0.0-beta.9", + "recharts": "^1.0.0", "redux": "^3.7.2", "redux-actions": "^0.9.1", "redux-thunk": "^2.2.0",