diff --git a/search-indexing/package-lock.json b/search-indexing/package-lock.json index ea9029d976..43aabc7b61 100644 --- a/search-indexing/package-lock.json +++ b/search-indexing/package-lock.json @@ -3540,9 +3540,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.sortby": { "version": "4.7.0", diff --git a/search-indexing/package.json b/search-indexing/package.json index de8f6a8d65..6661a28757 100644 --- a/search-indexing/package.json +++ b/search-indexing/package.json @@ -36,7 +36,7 @@ "fs-extra": "^7.0.1", "googleapis": "^37.2.0", "gray-matter": "^4.0.2", - "lodash": "^4.17.15", + "lodash": "^4.17.19", "readdirp-walk": "^1.7.0", "rxjs": "^6.4.0", "secure-compare": "^3.0.1",