From dbd657f41a4c28d4635e61e474474a9cc6ae1318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:05:32 +0000 Subject: [PATCH] build(deps-dev): bump flexsearch from 0.8.149 to 0.8.212 Bumps [flexsearch](https://github.com/nextapps-de/flexsearch) from 0.8.149 to 0.8.212. - [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.212 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++------------ package.json | 2 +- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 120e7885..93ab5cb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "clipboard": "^2.0", "eslint": "^9.23", "exec-bin": "^1.0.0", - "flexsearch": "^0.8.149", + "flexsearch": "^0.8.212", "highlight.js": "^11.11", "hugo-installer": "^4.0.1", "instant.page": "^5.2", @@ -3996,15 +3996,19 @@ "license": "ISC" }, "node_modules/flexsearch": { - "version": "0.8.149", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.149.tgz", - "integrity": "sha512-VoqwZoEJ9sAsFfkagE7e11B7ZG7C9iz00bPcTpgA8sZnsIeioenpM4DUhlTKRQvpepqoKPPW7kCur7j28pxrpw==", + "version": "0.8.212", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.212.tgz", + "integrity": "sha512-wSyJr1GUWoOOIISRu+X2IXiOcVfg9qqBRyCPRUdLMIGJqPzMo+jMRlvE83t14v1j0dRMEaBbER/adQjp6Du2pw==", "dev": true, "funding": [ { "type": "github", "url": "https://github.com/ts-thomas" }, + { + "type": "paypal", + "url": "https://www.paypal.com/donate/?hosted_button_id=GEVR88FC9BWRW" + }, { "type": "opencollective", "url": "https://opencollective.com/flexsearch" @@ -4016,14 +4020,6 @@ { "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" diff --git a/package.json b/package.json index 56210977..14421406 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "clipboard": "^2.0", "eslint": "^9.23", "exec-bin": "^1.0.0", - "flexsearch": "^0.8.149", + "flexsearch": "^0.8.212", "highlight.js": "^11.11", "hugo-installer": "^4.0.1", "instant.page": "^5.2",