deps: bump fuse.js from 6.6.2 to 7.0.0
Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.6.2 to 7.0.0. - [Release notes](https://github.com/krisk/Fuse/releases) - [Changelog](https://github.com/krisk/Fuse/blob/main/CHANGELOG.md) - [Commits](https://github.com/krisk/Fuse/compare/v6.6.2...v7.0.0) --- updated-dependencies: - dependency-name: fuse.js dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] committed
Oct 26, 2023 at 16:44 UTC
5aafaecd1059c7d9d48d039854dcf7250133d6f2
2 files changed
+5
-5
package-lock.json
+4
-4
@@ -24,7 +24,7 @@
24
"details-element-polyfill": "^2.4.0",
25
"downshift": "^8.2.2",
26
"framer-motion": "^10.16.4",
27
- "fuse.js": "^6.6.2",
27
+ "fuse.js": "^7.0.0",
28
"gatsby": "^5.12.7",
29
"gatsby-plugin-manifest": "^5.12.1",
30
"gatsby-plugin-mdx": "^5.12.1",
@@ -18473,9 +18473,9 @@
18473
}
18474
},
18475
"node_modules/fuse.js": {
18476
- "version": "6.6.2",
18477
- "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz",
18478
- "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==",
18476
+ "version": "7.0.0",
18477
+ "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz",
18478
+ "integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==",
18479
"engines": {
18480
"node": ">=10"
18481
}
package.json
+1
-1
@@ -42,7 +42,7 @@
42
"details-element-polyfill": "^2.4.0",
43
"downshift": "^8.2.2",
44
"framer-motion": "^10.16.4",
45
- "fuse.js": "^6.6.2",
45
+ "fuse.js": "^7.0.0",
46
"gatsby": "^5.12.7",
47
"gatsby-plugin-manifest": "^5.12.1",
48
"gatsby-plugin-mdx": "^5.12.1",