diff --git a/package-lock.json b/package-lock.json index 18738141..af5e71c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.17.1", - "fuse.js": "^7.3.0", + "fuse.js": "^7.4.1", "globals": "^17.6.0", "jsdom": "^29.1.1", "mdsvex": "^0.12.7", @@ -4077,9 +4077,9 @@ } }, "node_modules/fuse.js": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz", - "integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.4.1.tgz", + "integrity": "sha512-AY7lKAXK71hi3WgUvDy6oZL67UEHOOtvCAwVdOXHyJd6ZzftBy7QqxuXt4HxmmAhYjmp/YCuOELZtIvAdlZ+fw==", "dev": true, "license": "Apache-2.0", "engines": { diff --git a/package.json b/package.json index 4813ab31..9d976059 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.17.1", - "fuse.js": "^7.3.0", + "fuse.js": "^7.4.1", "globals": "^17.6.0", "jsdom": "^29.1.1", "mdsvex": "^0.12.7",