fix(deps): update dependency flexsearch to v0.7.2 (#153)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-07-01 09:40:44 +02:00 committed by GitHub
parent 3eaf164165
commit 9329e20182
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

@ -2612,9 +2612,9 @@
"dev": true "dev": true
}, },
"flexsearch": { "flexsearch": {
"version": "0.7.1", "version": "0.7.2",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.1.tgz", "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.2.tgz",
"integrity": "sha512-+nuTYgqWMA8JawcReboPniMuvy0ClxqU66oMh4YzNiQQrbzH6VdJZMF/kzAEPnpL64FiZfbGRixv+cz5YponhA==" "integrity": "sha512-Giy6ye2pPL2ZZT/36+TNsmYHqpzmuWF9Gwv5cHZwjiqhcIjvic1LcUpIAEJSFSc7va0bUHj1YfjXmFuDSreWrQ=="
}, },
"flush-write-stream": { "flush-write-stream": {
"version": "1.1.1", "version": "1.1.1",

View File

@ -15,7 +15,7 @@
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"clipboard": "2.0.8", "clipboard": "2.0.8",
"flexsearch": "0.7.1", "flexsearch": "0.7.2",
"katex": "0.13.11", "katex": "0.13.11",
"mermaid": "8.11.0" "mermaid": "8.11.0"
}, },