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",