Merge pull request #27 from murashit/dependabot/npm_and_yarn/preact-10.29.4

This commit is contained in:
murashit 2026-07-14 17:34:40 +09:00 committed by GitHub
commit 9624f19a95
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",
@ -8162,9 +8162,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"
}
}