fix(deps): update dependency flexsearch to v0.7.21 (#174)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
uci-hugo-doc
renovate[bot] 2021-07-31 23:58:58 +02:00 committed by GitHub
parent ec256f0b36
commit 8d814b4152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -3755,9 +3755,9 @@
"dev": true
},
"flexsearch": {
"version": "0.7.2",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.2.tgz",
"integrity": "sha512-Giy6ye2pPL2ZZT/36+TNsmYHqpzmuWF9Gwv5cHZwjiqhcIjvic1LcUpIAEJSFSc7va0bUHj1YfjXmFuDSreWrQ=="
"version": "0.7.21",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.21.tgz",
"integrity": "sha512-W7cHV7Hrwjid6lWmy0IhsWDFQboWSng25U3VVywpHOTJnnAZNPScog67G+cVpeX9f7yDD21ih0WDrMMT+JoaYg=="
},
"flow-parser": {
"version": "0.156.0",

View File

@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"clipboard": "2.0.8",
"flexsearch": "0.7.2",
"flexsearch": "0.7.21",
"katex": "0.13.13",
"mermaid": "8.11.1"
},