chore(deps): bump preact from 10.29.3 to 10.29.4

Bumps [preact](https://github.com/preactjs/preact) from 10.29.3 to 10.29.4.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.29.3...10.29.4)

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.29.4
  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] 2026-07-14 08:27:59 +00:00 committed by GitHub
parent 41ad68a419
commit 788d5cc949
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -14,7 +14,7 @@
"defuddle": "^0.19.1",
"micromark": "^4.0.2",
"obsidian-daily-notes-interface": "^0.9.5",
"preact": "^10.29.3"
"preact": "^10.29.4"
},
"devDependencies": {
"@biomejs/biome": "^2.5.2",
@ -8152,9 +8152,9 @@
}
},
"node_modules/preact": {
"version": "10.29.3",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.29.3.tgz",
"integrity": "sha512-D9NL1GAnJZhc3RndVs4gDdxEeU9TcHgywMrhhOsnpdlvFjdbx0gAsLUnH6JEhlJH5giL7Tx5biWPUSEXE/HPzw==",
"version": "10.29.4",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.29.4.tgz",
"integrity": "sha512-GMpwh9+NJ8tSmqwIaVyFRQkiKfBEzQ+k7r7tle4W+kaJ+7wJiB9hFz9BixAomMtenPPSBfM4bZhXozGxhf0uFQ==",
"license": "MIT",
"funding": {
"type": "opencollective",

View file

@ -62,6 +62,6 @@
"defuddle": "^0.19.1",
"micromark": "^4.0.2",
"obsidian-daily-notes-interface": "^0.9.5",
"preact": "^10.29.3"
"preact": "^10.29.4"
}
}