diff --git a/package-lock.json b/package-lock.json index fdd2837..8aa8b20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "astro-embed": "^0.13.1", "astro-icon": "^1.1.5", "astro-seo": "^1.1.0", - "fuse.js": "^7.4.2", + "fuse.js": "^7.5.0", "html-to-image": "^1.11.13", "limax": "4.2.3", "lodash.merge": "^4.6.2", @@ -7027,9 +7027,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" @@ -8080,7 +8080,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8101,7 +8100,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8122,7 +8120,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8143,7 +8140,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8164,7 +8160,6 @@ "cpu": [ "arm" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8185,7 +8180,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8206,7 +8200,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8227,7 +8220,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8248,7 +8240,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8269,7 +8260,6 @@ "cpu": [ "arm64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ @@ -8290,7 +8280,6 @@ "cpu": [ "x64" ], - "dev": true, "license": "MPL-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index d7ece50..fc292d5 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "astro-embed": "^0.13.1", "astro-icon": "^1.1.5", "astro-seo": "^1.1.0", - "fuse.js": "^7.4.2", + "fuse.js": "^7.5.0", "html-to-image": "^1.11.13", "limax": "4.2.3", "lodash.merge": "^4.6.2",