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