diff --git a/examples/package-lock.json b/examples/package-lock.json index 598bad29..f7391574 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -7312,9 +7312,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.sortby": { "version": "4.7.0", diff --git a/examples/package.json b/examples/package.json index b78d7608..8d54b0e2 100644 --- a/examples/package.json +++ b/examples/package.json @@ -14,7 +14,7 @@ "@types/react": "^16.9.17", "@types/react-native": "^0.60.26", "@types/react-test-renderer": "^16.9.1", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "prop-types": "^15.7.2", "react": "16.9.0", "react-native": "0.61.5",