diff --git a/package-lock.json b/package-lock.json index 71e27e1..c3b0718 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "auto-bind": "4.0.0", "hoist-non-react-statics": "3.3.2", - "lodash": "4.17.21" + "lodash": "4.18.1" }, "devDependencies": { "@shoutem/eslint-config-react": "~1.0.6", @@ -4455,9 +4455,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "node_modules/lodash.throttle": { "version": "4.1.1", @@ -10052,9 +10052,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" }, "lodash.throttle": { "version": "4.1.1", diff --git a/package.json b/package.json index 13c3bc5..0e303c6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "auto-bind": "4.0.0", "hoist-non-react-statics": "3.3.2", - "lodash": "4.17.21" + "lodash": "4.18.1" }, "devDependencies": { "@shoutem/eslint-config-react": "~1.0.6",