build(deps): bump tiny-markdown-editor in /app/static

Bumps [tiny-markdown-editor](https://github.com/jefago/tiny-markdown-editor) from 0.2.10 to 0.2.11.
- [Release notes](https://github.com/jefago/tiny-markdown-editor/releases)
- [Commits](https://github.com/jefago/tiny-markdown-editor/compare/v0.2.10...v0.2.11)

---
updated-dependencies:
- dependency-name: tiny-markdown-editor
  dependency-version: 0.2.11
  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]
2025-12-08 09:20:18 +00:00
committed by GitHub
parent bb040f7bde
commit b4e27be2b4
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"htmx.org": "^2.0.8",
"inapp-spy": "^5.0.8",
"sortablejs": "^1.15.0",
"tiny-markdown-editor": "^0.2.10"
"tiny-markdown-editor": "^0.2.11"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.17",
@@ -1536,9 +1536,9 @@
}
},
"node_modules/tiny-markdown-editor": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/tiny-markdown-editor/-/tiny-markdown-editor-0.2.10.tgz",
"integrity": "sha512-kVOynEET2Wy43r3M9dZGhX7FMUXsXIH/BihgULXN2+09MrvMdtt8gKm2mVfMRxWvUJx3eGGTNjt5+ihEiv4/rA==",
"version": "0.2.11",
"resolved": "https://registry.npmjs.org/tiny-markdown-editor/-/tiny-markdown-editor-0.2.11.tgz",
"integrity": "sha512-zxB+lYI4XK3cNumbynGcgepIwLZu2wmuB6M+Vg9e8zy2P3nchErwDDu7XQIhdgE99l/7BX29sQ6a7MNH9FLaHA==",
"license": "MIT",
"dependencies": {
"core-js": "^3.42.0"

View File

@@ -25,6 +25,6 @@
"htmx.org": "^2.0.8",
"inapp-spy": "^5.0.8",
"sortablejs": "^1.15.0",
"tiny-markdown-editor": "^0.2.10"
"tiny-markdown-editor": "^0.2.11"
}
}