diff --git a/package-lock.json b/package-lock.json index 0f1fe8400b..e94f7e4b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "cross-env": "^7.0.3", "eslint": "^8.52.0", "find-unused-sass-variables": "^5.0.0", - "fuse.js": "^6.6.2", + "fuse.js": "^7.0.0", "hugo-bin": "^0.116.2", "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.1.1", @@ -3112,9 +3112,9 @@ "dev": true }, "node_modules/fuse.js": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", - "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz", + "integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==", "dev": true, "engines": { "node": ">=10" diff --git a/package.json b/package.json index 703bc74864..e64f6ea1da 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "cross-env": "^7.0.3", "eslint": "^8.52.0", "find-unused-sass-variables": "^5.0.0", - "fuse.js": "^6.6.2", + "fuse.js": "^7.0.0", "hugo-bin": "^0.116.2", "lockfile-lint": "^4.12.1", "npm-run-all2": "^6.1.1",