Merge pull request #29 from murashit/dependabot/npm_and_yarn/preact-10.29.7

This commit is contained in:
murashit 2026-07-17 08:39:09 +09:00 committed by GitHub
commit 60882f68ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View file

@ -13,7 +13,7 @@
"defuddle": "^0.19.1",
"micromark": "^4.0.2",
"obsidian-daily-notes-interface": "^0.9.5",
"preact": "^10.29.4"
"preact": "^10.29.7"
},
"devDependencies": {
"@biomejs/biome": "^2.5.2",
@ -8135,13 +8135,21 @@
}
},
"node_modules/preact": {
"version": "10.29.4",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.29.4.tgz",
"integrity": "sha512-GMpwh9+NJ8tSmqwIaVyFRQkiKfBEzQ+k7r7tle4W+kaJ+7wJiB9hFz9BixAomMtenPPSBfM4bZhXozGxhf0uFQ==",
"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
}
}
},
"node_modules/prelude-ls": {

View file

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