diff --git a/package-lock.json b/package-lock.json index 1f26a6d..b454cf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4398,9 +4398,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==" + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "lodash._basecallback": { "version": "3.3.1", @@ -6720,6 +6720,28 @@ "raf": "3.4.1", "rc-util": "4.11.0", "react-lifecycles-compat": "3.0.4" + }, + "dependencies": { + "rc-util": { + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/rc-util/-/rc-util-4.11.0.tgz", + "integrity": "sha512-nB29kXOXsSVjBkWfH+Z1GVh6tRg7XGZtZ0Yfie+OI0stCDixGQ1cPrS6iYxlg+AV2St6COCK5MFrCmpTgghh0w==", + "requires": { + "add-dom-event-listener": "^1.1.0", + "babel-runtime": "6.x", + "prop-types": "^15.5.10", + "react-lifecycles-compat": "^3.0.4", + "shallowequal": "^0.2.2" + } + } + } + }, + "shallowequal": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-0.2.2.tgz", + "integrity": "sha1-HjL9W8q2rWiKSBLLDMBO/HXHAU4=", + "requires": { + "lodash.keys": "^3.1.2" } } } diff --git a/package.json b/package.json index 4f17454..641ccab 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "history": "^4.9.0", "immutability-helper": "^3.0.1", "indexof": "0.0.1", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "meteor-node-stubs": "^0.4.1", "popmotion": "^8.7.1", "prettier": "^1.18.2",