From 6885a4913d9b9a9e62ab90118603b324c51a630c Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:46:12 +0000 Subject: [PATCH] chore: Bump "flexsearch" package version to 0.8.212 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- package-lock.json | 33 ++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a328b3cf..75358be2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "clipboard": "^2.0.11", "eslint": "^8.57.1", "exec-bin": "^1.0.0", - "flexsearch": "^0.7.31", + "flexsearch": "^0.8.212", "highlight.js": "^11.11.1", "hugo-installer": "^4.0.1", "instant.page": "^5.2.0", @@ -3499,10 +3499,33 @@ "license": "ISC" }, "node_modules/flexsearch": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.31.tgz", - "integrity": "sha512-XGozTsMPYkm+6b5QL3Z9wQcJjNYxp0CYn3U1gO7dwD6PAqU1SVWZxI9CCg3z+ml3YfqdPnrBehaBrnH2AGKbNA==", - "dev": true + "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" + }, + { + "type": "patreon", + "url": "https://patreon.com/user?u=96245532" + }, + { + "type": "liberapay", + "url": "https://liberapay.com/ts-thomas" + } + ], + "license": "Apache-2.0" }, "node_modules/form-data-encoder": { "version": "2.1.4", diff --git a/package.json b/package.json index 4c7af48d..c77fe1be 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "clipboard": "^2.0.11", "eslint": "^8.57.1", "exec-bin": "^1.0.0", - "flexsearch": "^0.7.31", + "flexsearch": "^0.8.212", "highlight.js": "^11.11.1", "hugo-installer": "^4.0.1", "instant.page": "^5.2.0",