From 2bf6163490dc9c2b869b0cbe757dec8add821fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 08:31:33 +0000 Subject: [PATCH] build(deps-dev): bump flexsearch from 0.6.32 to 0.7.31 Bumps [flexsearch](https://github.com/nextapps-de/flexsearch) from 0.6.32 to 0.7.31. - [Release notes](https://github.com/nextapps-de/flexsearch/releases) - [Changelog](https://github.com/nextapps-de/flexsearch/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextapps-de/flexsearch/compare/0.6.32...0.7.31) --- updated-dependencies: - dependency-name: flexsearch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7b056f..5078984 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4943,9 +4943,9 @@ "dev": true }, "flexsearch": { - "version": "0.6.32", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.6.32.tgz", - "integrity": "sha512-EF1BWkhwoeLtbIlDbY/vDSLBen/E5l/f1Vg7iX5CDymQCamcx1vhlc3tIZxIDplPjgi0jhG37c67idFbjg+v+Q==", + "version": "0.7.31", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.31.tgz", + "integrity": "sha512-XGozTsMPYkm+6b5QL3Z9wQcJjNYxp0CYn3U1gO7dwD6PAqU1SVWZxI9CCg3z+ml3YfqdPnrBehaBrnH2AGKbNA==", "dev": true }, "flush-write-stream": { diff --git a/package.json b/package.json index 330b01a..933c5e7 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "bootstrap": "^5.0", "clipboard": "^2.0", "eslint": "^7.29", - "flexsearch": "^0.6", + "flexsearch": "^0.7", "highlight.js": "^11.0", "hugo-bin": "^0.71", "instant.page": "^5.1",