diff --git a/package-lock.json b/package-lock.json index 4dd658f0d..f745ae66a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "otter-blocks", - "version": "3.1.11", + "version": "3.2.1", "license": "GPL-2.0+", "dependencies": { "@dnd-kit/core": "^6.3.1", @@ -17,7 +17,7 @@ "currency-symbol-map": "^5.1.0", "deepmerge": "^4.3.1", "fast-deep-equal": "^3.1.3", - "fuse.js": "^7.4.2", + "fuse.js": "^7.5.0", "hex-rgba": "^1.0.2", "object-hash": "^3.0.0", "react-intersection-observer": "^9.13.0", @@ -19867,9 +19867,9 @@ } }, "node_modules/fuse.js": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.4.2.tgz", - "integrity": "sha512-LVbzjD4WA6UP5B1UnP8wuaXJiLnqMdM/E4fiJXTJ5haJ5b/MBNsK29h2fm6swEoQaVQjvYFWKLE2RanyZIoRVQ==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.5.0.tgz", + "integrity": "sha512-sQtrEfA+ez/3G0cCZecF70oqpCRttCexYUG4mUrtWL49ULUzUyxokt5kyqwtKzj1270RaKih+hcP3qLcumccow==", "license": "Apache-2.0", "engines": { "node": ">=10" diff --git a/package.json b/package.json index cd0ce670b..997a77174 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "currency-symbol-map": "^5.1.0", "deepmerge": "^4.3.1", "fast-deep-equal": "^3.1.3", - "fuse.js": "^7.4.2", + "fuse.js": "^7.5.0", "hex-rgba": "^1.0.2", "object-hash": "^3.0.0", "react-intersection-observer": "^9.13.0",