From b3388d345825ed5bace34563c872ff6cc31580e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:03:36 +0000 Subject: [PATCH] build(deps): bump flexsearch from 0.6.32 to 0.8.161 Bumps [flexsearch](https://github.com/nextapps-de/flexsearch) from 0.6.32 to 0.8.161. - [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/commits) --- updated-dependencies: - dependency-name: flexsearch dependency-version: 0.8.161 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 ++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cf70a6aa93..953e0ae9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@fontsource/playfair-display": "^5.1.1", - "flexsearch": "^0.6.32", + "flexsearch": "^0.8.161", "focus-visible": "^5.2.1", "framer-motion": "^6.5.1", "next": "^12.3.1", @@ -15548,9 +15548,36 @@ "dev": true }, "node_modules/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.8.161", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.161.tgz", + "integrity": "sha512-3dlwyJpl7PN4vRTp0pV8FkCULPzeuK6JzZYE3KhLiv5vbhUPGUqiOWgBbjlpCC4Rl1aW7B0lJeOS0Cr8G0N12g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/ts-thomas" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/flexsearch" + }, + { + "type": "patreon", + "url": "https://patreon.com/user?u=96245532" + }, + { + "type": "liberapay", + "url": "https://liberapay.com/ts-thomas" + }, + { + "type": "paypal", + "url": "https://www.paypal.com/donate/?hosted_button_id=GEVR88FC9BWRW" + }, + { + "type": "bountysource", + "url": "https://salt.bountysource.com/teams/ts-thomas" + } + ], + "license": "Apache-2.0" }, "node_modules/flush-write-stream": { "version": "1.1.1", @@ -43386,9 +43413,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.8.161", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.161.tgz", + "integrity": "sha512-3dlwyJpl7PN4vRTp0pV8FkCULPzeuK6JzZYE3KhLiv5vbhUPGUqiOWgBbjlpCC4Rl1aW7B0lJeOS0Cr8G0N12g==" }, "flush-write-stream": { "version": "1.1.1", diff --git a/package.json b/package.json index 35989d2a8c..58a9c89c69 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@fontsource/playfair-display": "^5.1.1", - "flexsearch": "^0.6.32", + "flexsearch": "^0.8.161", "focus-visible": "^5.2.1", "framer-motion": "^6.5.1", "next": "^12.3.1",