diff --git a/package-lock.json b/package-lock.json index 36a54cd2dfa..0e2954ea723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@emotion/react": "^11.4.0", "@fontsource/playfair-display": "^4.5.0", - "flexsearch": "^0.6.32", + "flexsearch": "^0.7.2", "focus-visible": "^5.2.0", "framer-motion": "^4.1.17", "next": "^11.0.1", @@ -12882,9 +12882,9 @@ "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.7.2", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.2.tgz", + "integrity": "sha512-Giy6ye2pPL2ZZT/36+TNsmYHqpzmuWF9Gwv5cHZwjiqhcIjvic1LcUpIAEJSFSc7va0bUHj1YfjXmFuDSreWrQ==" }, "node_modules/flush-write-stream": { "version": "1.1.1", @@ -38463,9 +38463,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.7.2", + "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.2.tgz", + "integrity": "sha512-Giy6ye2pPL2ZZT/36+TNsmYHqpzmuWF9Gwv5cHZwjiqhcIjvic1LcUpIAEJSFSc7va0bUHj1YfjXmFuDSreWrQ==" }, "flush-write-stream": { "version": "1.1.1", diff --git a/package.json b/package.json index 81a957ee419..6ba23e9a34f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dependencies": { "@emotion/react": "^11.4.0", "@fontsource/playfair-display": "^4.5.0", - "flexsearch": "^0.6.32", + "flexsearch": "^0.7.2", "focus-visible": "^5.2.0", "framer-motion": "^4.1.17", "next": "^11.0.1",