diff --git a/package-lock.json b/package-lock.json index 7551a45d..fcea2080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@cfworker/json-schema": "4.1.1", "clipboard": "2.0.11", - "flexsearch": "0.8.205", + "flexsearch": "0.8.212", "katex": "0.16.23", "lodash": "4.17.21", "mermaid": "11.12.0", @@ -5336,14 +5336,18 @@ "license": "ISC" }, "node_modules/flexsearch": { - "version": "0.8.205", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.205.tgz", - "integrity": "sha512-REFjMqy86DKkCTJ4gIE42c9MVm9t1vUWfEub/8taixYuhvyu4jd4XmFALk5VuKW4GH4VLav8A4BJboTsslHF1w==", + "version": "0.8.212", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.212.tgz", + "integrity": "sha512-wSyJr1GUWoOOIISRu+X2IXiOcVfg9qqBRyCPRUdLMIGJqPzMo+jMRlvE83t14v1j0dRMEaBbER/adQjp6Du2pw==", "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" @@ -5355,14 +5359,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 ac20205c..462b9477 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@cfworker/json-schema": "4.1.1", "clipboard": "2.0.11", - "flexsearch": "0.8.205", + "flexsearch": "0.8.212", "katex": "0.16.23", "lodash": "4.17.21", "mermaid": "11.12.0",