Bump use-debounce from 10.0.3 to 10.0.4

Bumps [use-debounce](https://github.com/xnimorz/use-debounce) from 10.0.3 to 10.0.4.
- [Release notes](https://github.com/xnimorz/use-debounce/releases)
- [Changelog](https://github.com/xnimorz/use-debounce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xnimorz/use-debounce/commits/10.0.4)

---
updated-dependencies:
- dependency-name: use-debounce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-01 12:57:05 +00:00 committed by GitHub
parent 29ec2e7f44
commit dedd1bff08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -27,7 +27,7 @@
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"use-debounce": "^10.0.3"
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
@ -2569,10 +2569,9 @@
}
},
"node_modules/use-debounce": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.3.tgz",
"integrity": "sha512-DxQSI9ZKso689WM1mjgGU3ozcxU1TJElBJ3X6S4SMzMNcm2lVH0AHmyXB+K7ewjz2BSUKJTDqTcwtSMRfB89dg==",
"license": "MIT",
"version": "10.0.4",
"resolved": "https://registry.npmjs.org/use-debounce/-/use-debounce-10.0.4.tgz",
"integrity": "sha512-6Cf7Yr7Wk7Kdv77nnJMf6de4HuDE4dTxKij+RqE9rufDsI6zsbjyAxcH5y2ueJCQAnfgKbzXbZHYlkFwmBlWkw==",
"engines": {
"node": ">= 16.0.0"
},

View File

@ -20,7 +20,7 @@
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"use-debounce": "^10.0.3"
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",