deps(deps): bump preact from 10.29.3 to 10.29.7

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

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.29.7
  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-09 21:12:59 +02:00
committed by Tobias Gesellchen
parent 397faaaabd
commit c5441639c5
2 changed files with 13 additions and 5 deletions
+12 -4
View File
@@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"htm": "3.1.1",
"preact": "10.29.3"
"preact": "10.29.7"
},
"engines": {
"node": ">=24.0.0"
@@ -21,13 +21,21 @@
"license": "Apache-2.0"
},
"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.7",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.29.7.tgz",
"integrity": "sha512-DCHYrK/B10yUD3ZjLfhZ3WIE/9Vf9VFUODcRE2dRomTYDpJk6z6L9wecSfhfE6M9ZTHUdyQkoC46arIDhEV84Q==",
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
},
"peerDependencies": {
"preact-render-to-string": ">=5"
},
"peerDependenciesMeta": {
"preact-render-to-string": {
"optional": true
}
}
}
}
+1 -1
View File
@@ -10,6 +10,6 @@
},
"dependencies": {
"htm": "3.1.1",
"preact": "10.29.3"
"preact": "10.29.7"
}
}