From 914c39f73e1a363c45b17ac25da339c3e4c67f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 09:02:49 +0000 Subject: [PATCH] Bump flexsearch from 0.7.21 to 0.8.201 Bumps [flexsearch](https://github.com/nextapps-de/flexsearch) from 0.7.21 to 0.8.201. - [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.201 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 43 +++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 36 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 158ceba..e96e77a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "clipboard": "^2.0", "eslint": "^9.22", "exec-bin": "^1.0.0", - "flexsearch": "^0.7.21", + "flexsearch": "^0.8.201", "highlight.js": "^11.5", "hugo-installer": "^3.1", "instant.page": "^5.1", @@ -3600,10 +3600,37 @@ "license": "ISC" }, "node_modules/flexsearch": { - "version": "0.7.21", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.21.tgz", - "integrity": "sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg==", - "dev": true + "version": "0.8.201", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.201.tgz", + "integrity": "sha512-VIlRk2QwsV//PVjmAWT/jgNUMwfweTT0SeiyQQdvvs9dNtONf/M0J+fvjLcz5P5/GkQm+37WIeAfdNR+fYAl8A==", + "dev": true, + "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/formdata-polyfill": { "version": "4.0.10", @@ -9449,9 +9476,9 @@ "dev": true }, "flexsearch": { - "version": "0.7.21", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.21.tgz", - "integrity": "sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg==", + "version": "0.8.201", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.201.tgz", + "integrity": "sha512-VIlRk2QwsV//PVjmAWT/jgNUMwfweTT0SeiyQQdvvs9dNtONf/M0J+fvjLcz5P5/GkQm+37WIeAfdNR+fYAl8A==", "dev": true }, "formdata-polyfill": { diff --git a/package.json b/package.json index ef1ec2e..1e9254d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "clipboard": "^2.0", "eslint": "^9.22", "exec-bin": "^1.0.0", - "flexsearch": "^0.7.21", + "flexsearch": "^0.8.201", "highlight.js": "^11.5", "hugo-installer": "^3.1", "instant.page": "^5.1",