diff --git a/package-lock.json b/package-lock.json index c9bc379..6b5a72f 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.158", "highlight.js": "^11.2", "hugo-installer": "^4.0", "instant.page": "^5.1", @@ -4909,10 +4909,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.158", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.158.tgz", + "integrity": "sha512-UBOzX2rxIrhAeSSCesTI0qB2Q+75n66rofJx5ppZm5tjXV2P6BxOS3VHKsoSdJhIPg9IMzQl3qkVeSFyq3BUdw==", + "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", @@ -12745,9 +12772,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.158", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.158.tgz", + "integrity": "sha512-UBOzX2rxIrhAeSSCesTI0qB2Q+75n66rofJx5ppZm5tjXV2P6BxOS3VHKsoSdJhIPg9IMzQl3qkVeSFyq3BUdw==", "dev": true }, "foreground-child": { diff --git a/package.json b/package.json index 2b82d2f..86234fa 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.158", "highlight.js": "^11.2", "instant.page": "^5.1", "katex": "^0.16",