fix(deps): update dependency flexsearch to v0.7.41 (#762)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
renovate[bot] 2024-01-08 15:24:07 +01:00 committed by GitHub
parent 0bb9a43b4d
commit 46a170c6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 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.34",
"flexsearch": "0.7.41",
"katex": "0.16.9",
"lodash": "4.17.21",
"mermaid": "10.6.1",
@ -5518,9 +5518,9 @@
"dev": true
},
"node_modules/flexsearch": {
"version": "0.7.34",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.34.tgz",
"integrity": "sha512-Z9jISJn78gHxU0wgI+v3a0hbbSQnJq0zJ7B7HnWFlKx6436HHO6zwa2D/UKfWEB8C7yI5z1lNhmalGtfh2mC4A=="
"version": "0.7.41",
"resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.7.41.tgz",
"integrity": "sha512-nlSsN+cLeoOMEPivjjMuYdMN7WdCKaogCirVZNxQ8a34reoKZvxDxbAtIoAK1ewmkXd5dz8Pb2kwwYJ6b/07PQ=="
},
"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.34",
"flexsearch": "0.7.41",
"katex": "0.16.9",
"lodash": "4.17.21",
"mermaid": "10.6.1",

View File

@ -1,6 +1,6 @@
const groupBy = require("lodash/groupBy")
const truncate = require("lodash/truncate")
const { FlexSearch } = require("flexsearch/dist/flexsearch.compact")
const { FlexSearch } = require("flexsearch/dist/flexsearch.compact.min")
const { Validator } = require("@cfworker/json-schema")
document.addEventListener("DOMContentLoaded", function (event) {