🔀 Merge pull request #189 from jpanther/dependabot/npm_and_yarn/fuse.js-6.6.0

📌 Bump fuse.js from 6.5.3 to 6.6.0
pull/190/head
James Panther 2022-05-05 12:48:28 +10:00 committed by GitHub
commit 766a4319cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 11 deletions

View File

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Analytics partial now checks `hugo.IsProduction` instead of `.Site.IsServer` before including scripts ([#179](https://github.com/jpanther/congo/issues/179))
- Upgrade to Tailwind v3.0.24 ([#176](https://github.com/jpanther/congo/pull/176))
- Upgrade to Mermaid v9.0.1 ([#183](https://github.com/jpanther/congo/pull/183))
- Upgrade to Fuse.js v6.6.0 ([#189](https://github.com/jpanther/congo/pull/189))
### Fixed

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"chart.js": "^3.7.1",
"fuse.js": "^6.5.3",
"fuse.js": "^6.6.0",
"katex": "^0.15.3",
"mermaid": "^9.0.1",
"prettier": "^2.6.2",
@ -4671,9 +4671,9 @@
"dev": true
},
"node_modules/fuse.js": {
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.5.3.tgz",
"integrity": "sha512-sA5etGE7yD/pOqivZRBvUBd/NaL2sjAu6QuSaFoe1H2BrJSkH/T/UXAJ8CdXdw7DvY3Hs8CXKYkDWX7RiP5KOg==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.0.tgz",
"integrity": "sha512-4CvUk6GBo1b00xIcCLEoHQX3xwaYIwUX0lD8hDaYUavvSgE8aaySe9Z+fb4bdvzXXbYUfrllwN34U3wwUsG+oA==",
"dev": true,
"engines": {
"node": ">=10"
@ -14842,9 +14842,9 @@
"dev": true
},
"fuse.js": {
"version": "6.5.3",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.5.3.tgz",
"integrity": "sha512-sA5etGE7yD/pOqivZRBvUBd/NaL2sjAu6QuSaFoe1H2BrJSkH/T/UXAJ8CdXdw7DvY3Hs8CXKYkDWX7RiP5KOg==",
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.0.tgz",
"integrity": "sha512-4CvUk6GBo1b00xIcCLEoHQX3xwaYIwUX0lD8hDaYUavvSgE8aaySe9Z+fb4bdvzXXbYUfrllwN34U3wwUsG+oA==",
"dev": true
},
"gensync": {

View File

@ -31,7 +31,7 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"chart.js": "^3.7.1",
"fuse.js": "^6.5.3",
"fuse.js": "^6.6.0",
"katex": "^0.15.3",
"mermaid": "^9.0.1",
"prettier": "^2.6.2",