diff --git a/package-lock.json b/package-lock.json index b5d5cf3..a5271de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", "dateformat": "^5.0.3", - "flexsearch": "^0.7.43", + "flexsearch": "^0.8.105", "highlight.js": "^11.11.1", "reading-time": "^1.5.0", "rehype-pretty-code": "^0.14.0", @@ -5787,9 +5787,35 @@ "license": "ISC" }, "node_modules/flexsearch": { - "version": "0.7.43", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.43.tgz", - "integrity": "sha512-c5o/+Um8aqCSOXGcZoqZOm+NqtVwNsvVpWv6lfmSclU954O3wvQKxxK8zj74fPaSJbXpSLTs4PRhh+wnoCXnKg==", + "version": "0.8.105", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.105.tgz", + "integrity": "sha512-h+cSKXMt3vw4sMu4U/KH+Q6Nfl7WqVGP3P2euw42TMHVvgFQ8GPVG0Q2LL5x1mOUJnPlwqcR4gSaNy+5mV5BOw==", + "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/focus-trap": { diff --git a/package.json b/package.json index f3a8368..85af10b 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@tailwindcss/forms": "^0.5.9", "@tailwindcss/typography": "^0.5.15", "dateformat": "^5.0.3", - "flexsearch": "^0.7.43", + "flexsearch": "^0.8.105", "highlight.js": "^11.11.1", "reading-time": "^1.5.0", "rehype-pretty-code": "^0.14.0",