From d8381684461cf395589c7dea4175e9d95a3a002c Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 30 Jul 2020 11:40:08 +0200 Subject: [PATCH] chore: bump search-indexing --- search-indexing/package-lock.json | 6 +++--- search-indexing/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",