diff --git a/package-lock.json b/package-lock.json index 7ee55c8e..632e6439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@tailwindcss/cli": "^4.2.2", "@tailwindcss/typography": "^0.5.19", "chart.js": "^4.5.1", - "fuse.js": "^7.1.0", + "fuse.js": "^7.3.0", "katex": "^0.16.45", "lite-youtube-embed": "^0.3.4", "medium-zoom": "^1.1.0", @@ -2788,13 +2788,17 @@ } }, "node_modules/fuse.js": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", - "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz", + "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==", "dev": true, "license": "Apache-2.0", "engines": { "node": ">=10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/krisk" } }, "node_modules/get-caller-file": { diff --git a/package.json b/package.json index 1ac576a6..3fd83b28 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@tailwindcss/cli": "^4.2.2", "@tailwindcss/typography": "^0.5.19", "chart.js": "^4.5.1", - "fuse.js": "^7.1.0", + "fuse.js": "^7.3.0", "katex": "^0.16.45", "lite-youtube-embed": "^0.3.4", "medium-zoom": "^1.1.0",