diff --git a/package-lock.json b/package-lock.json index b555c90..4f8f97b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "emeraldjava.github.io", - "version": "2024.11.16", + "version": "2024.02.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "emeraldjava.github.io", - "version": "2024.11.16", + "version": "2024.02.10", "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/rss": "^4.0.7", @@ -14,7 +14,7 @@ "@resvg/resvg-js": "^2.6.2", "astro": "^4.16.3", "astro-expressive-code": "^0.40.1", - "fuse.js": "^7.0.0", + "fuse.js": "^7.1.0", "lodash.kebabcase": "^4.1.1", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0", @@ -4338,9 +4338,10 @@ } }, "node_modules/fuse.js": { - "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==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz", + "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==", + "license": "Apache-2.0", "engines": { "node": ">=10" } diff --git a/package.json b/package.json index 9cf7a0d..2720cee 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@resvg/resvg-js": "^2.6.2", "astro": "^4.16.3", "astro-expressive-code": "^0.40.1", - "fuse.js": "^7.0.0", + "fuse.js": "^7.1.0", "lodash.kebabcase": "^4.1.1", "remark-collapse": "^0.1.2", "remark-toc": "^9.0.0",