diff --git a/package-lock.json b/package-lock.json index cf70a6aa93..953e0ae9e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@fontsource/playfair-display": "^5.1.1", - "flexsearch": "^0.6.32", + "flexsearch": "^0.8.161", "focus-visible": "^5.2.1", "framer-motion": "^6.5.1", "next": "^12.3.1", @@ -15548,9 +15548,36 @@ "dev": true }, "node_modules/flexsearch": { - "version": "0.6.32", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.6.32.tgz", - "integrity": "sha512-EF1BWkhwoeLtbIlDbY/vDSLBen/E5l/f1Vg7iX5CDymQCamcx1vhlc3tIZxIDplPjgi0jhG37c67idFbjg+v+Q==" + "version": "0.8.161", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.161.tgz", + "integrity": "sha512-3dlwyJpl7PN4vRTp0pV8FkCULPzeuK6JzZYE3KhLiv5vbhUPGUqiOWgBbjlpCC4Rl1aW7B0lJeOS0Cr8G0N12g==", + "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/flush-write-stream": { "version": "1.1.1", @@ -43386,9 +43413,9 @@ "dev": true }, "flexsearch": { - "version": "0.6.32", - "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.6.32.tgz", - "integrity": "sha512-EF1BWkhwoeLtbIlDbY/vDSLBen/E5l/f1Vg7iX5CDymQCamcx1vhlc3tIZxIDplPjgi0jhG37c67idFbjg+v+Q==" + "version": "0.8.161", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.161.tgz", + "integrity": "sha512-3dlwyJpl7PN4vRTp0pV8FkCULPzeuK6JzZYE3KhLiv5vbhUPGUqiOWgBbjlpCC4Rl1aW7B0lJeOS0Cr8G0N12g==" }, "flush-write-stream": { "version": "1.1.1", diff --git a/package.json b/package.json index 35989d2a8c..58a9c89c69 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@emotion/react": "^11.14.0", "@fontsource/playfair-display": "^5.1.1", - "flexsearch": "^0.6.32", + "flexsearch": "^0.8.161", "focus-visible": "^5.2.1", "framer-motion": "^6.5.1", "next": "^12.3.1",