diff --git a/package-lock.json b/package-lock.json index ca7118a..df27c4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3367,9 +3367,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.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==" }, "lodash.tail": { "version": "4.1.1", diff --git a/package.json b/package.json index 24f1793..cf041ff 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "repository": "", "dependencies": { "@nativescript/theme": "~2.3.3", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "moment": "^2.25.3", "nativescript-camera": "^4.5.0", "nativescript-carousel": "^6.1.1",