From f96c5818be84d369403b075f59f400e67b5237e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 01:21:21 +0000 Subject: [PATCH] chore(deps-dev): bump flexsearch from 0.7.31 to 0.8.143 Bumps [flexsearch](https://github.com/nextapps-de/flexsearch) from 0.7.31 to 0.8.143. - [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-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 d917f3e..80f76b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "clipboard": "^2.0", "eslint": "^9.0", "exec-bin": "^1.0.0", - "flexsearch": "^0.7.21", + "flexsearch": "^0.8.143", "highlight.js": "^11.2", "hugo-installer": "^4.0", "instant.page": "^5.1", @@ -4908,10 +4908,37 @@ "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.143", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.143.tgz", + "integrity": "sha512-J7TiCTSdtqSdmd723Bk9Wj5se2gGLLpRwujQztOm45n24VlW53O3H1GpWK/ZslOPB/WzQxwSGDaQ8Pm8RQW89Q==", + "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/foreground-child": { "version": "3.1.1", @@ -12741,9 +12768,9 @@ "dev": true }, "flexsearch": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.31.tgz", - "integrity": "sha512-XGozTsMPYkm+6b5QL3Z9wQcJjNYxp0CYn3U1gO7dwD6PAqU1SVWZxI9CCg3z+ml3YfqdPnrBehaBrnH2AGKbNA==", + "version": "0.8.143", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.143.tgz", + "integrity": "sha512-J7TiCTSdtqSdmd723Bk9Wj5se2gGLLpRwujQztOm45n24VlW53O3H1GpWK/ZslOPB/WzQxwSGDaQ8Pm8RQW89Q==", "dev": true }, "foreground-child": { diff --git a/package.json b/package.json index 887cab0..e729065 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint": "^9.0", "exec-bin": "^1.0.0", "hugo-installer": "^4.0", - "flexsearch": "^0.7.21", + "flexsearch": "^0.8.143", "highlight.js": "^11.2", "instant.page": "^5.1", "katex": "^0.16",