From 710e8a337cb0e8a4059b19db3118e93463173e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 01:33:22 +0000 Subject: [PATCH] Bump minisearch from 6.0.1 to 6.1.0 Bumps [minisearch](https://github.com/lucaong/minisearch) from 6.0.1 to 6.1.0. - [Changelog](https://github.com/lucaong/minisearch/blob/master/CHANGELOG.md) - [Commits](https://github.com/lucaong/minisearch/commits) --- updated-dependencies: - dependency-name: minisearch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 189c28e..fbfd0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "ep_weave", "version": "0.1.0", "dependencies": { - "minisearch": "^6.0.1", + "minisearch": "^6.1.0", "remove-markdown": "^0.5.0", "solr-client": "^0.10.0-rc10", "uuid": "^9.0.0" @@ -5131,9 +5131,9 @@ "devOptional": true }, "node_modules/minisearch": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.0.1.tgz", - "integrity": "sha512-Ly1w0nHKnlhAAh6/BF/+9NgzXfoJxaJ8nhopFhQ3NcvFJrFIL+iCg9gw9e9UMBD+XIsp/RyznJ/o5UIe5Kw+kg==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.1.0.tgz", + "integrity": "sha512-PNxA/X8pWk+TiqPbsoIYH0GQ5Di7m6326/lwU/S4mlo4wGQddIcf/V//1f9TB0V4j59b57b+HZxt8h3iMROGvg==" }, "node_modules/mkdirp-classic": { "version": "0.5.3", @@ -16589,9 +16589,9 @@ "devOptional": true }, "minisearch": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.0.1.tgz", - "integrity": "sha512-Ly1w0nHKnlhAAh6/BF/+9NgzXfoJxaJ8nhopFhQ3NcvFJrFIL+iCg9gw9e9UMBD+XIsp/RyznJ/o5UIe5Kw+kg==" + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/minisearch/-/minisearch-6.1.0.tgz", + "integrity": "sha512-PNxA/X8pWk+TiqPbsoIYH0GQ5Di7m6326/lwU/S4mlo4wGQddIcf/V//1f9TB0V4j59b57b+HZxt8h3iMROGvg==" }, "mkdirp-classic": { "version": "0.5.3", diff --git a/package.json b/package.json index e04b83f..b9f432c 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "contributors": [], "dependencies": { - "minisearch": "^6.0.1", + "minisearch": "^6.1.0", "remove-markdown": "^0.5.0", "solr-client": "^0.10.0-rc10", "uuid": "^9.0.0"