fix(deps): update dependency flexsearch to v0.7.42 (#768)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-10 08:18:48 +01:00 committed by GitHub
parent 82ffa48f45
commit f3ec213bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@cfworker/json-schema": "1.12.7",
"clipboard": "2.0.11",
"flexsearch": "0.7.41",
"flexsearch": "0.7.42",
"katex": "0.16.9",
"lodash": "4.17.21",
"mermaid": "10.6.1",
@ -5519,9 +5519,9 @@
"dev": true
},
"node_modules/flexsearch": {
"version": "0.7.41",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.41.tgz",
"integrity": "sha512-nlSsN+cLeoOMEPivjjMuYdMN7WdCKaogCirVZNxQ8a34reoKZvxDxbAtIoAK1ewmkXd5dz8Pb2kwwYJ6b/07PQ=="
"version": "0.7.42",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.42.tgz",
"integrity": "sha512-FKS2DgKh+WBW/77M08B3P2pIp+P4xY2QGO52MOuvT8asl/bBA4KkDaaj/OO0L5uhmsxp3l5L25YpuHJEY7jt1g=="
},
"node_modules/fn.name": {
"version": "1.1.0",

View File

@ -35,7 +35,7 @@
"dependencies": {
"@cfworker/json-schema": "1.12.7",
"clipboard": "2.0.11",
"flexsearch": "0.7.41",
"flexsearch": "0.7.42",
"katex": "0.16.9",
"lodash": "4.17.21",
"mermaid": "10.6.1",