Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

---

# Release v0.5.3 — Security updates

## Security

- Update bundled dependencies to clear outstanding Dependabot security advisories (#105).

---

# Release v0.5.2 — Linux blank-window fix

## Bug fixes
Expand Down
5 changes: 5 additions & 0 deletions docs/release-notes/v0.5.3/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Release v0.5.3 — Security updates

## Security

- Update bundled dependencies to clear outstanding Dependabot security advisories (#105).
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mermark-editor",
"private": false,
"version": "0.5.2",
"version": "0.5.3",
"description": "Modern Markdown editor with Mermaid diagram support",
"author": "Vesperino",
"license": "MIT",
Expand Down Expand Up @@ -66,14 +66,19 @@
"diff": "^8.0.3",
"docx": "^9.6.1",
"lowlight": "^3.3.0",
"mermaid": "^11.12.3",
"mermaid": "^11.15.0",
"vue": "^3.5.13"
},
"pnpm": {
"overrides": {
"markdown-it": ">=14.1.1",
"rollup": ">=4.59.0",
"minimatch": ">=9.0.7"
"minimatch": ">=9.0.7",
"dompurify": ">=3.4.0",
"lodash-es": ">=4.18.0",
"js-cookie": ">=3.0.7",
"postcss": ">=8.5.10",
"uuid": ">=11.1.1"
}
},
"devDependencies": {
Expand All @@ -88,8 +93,8 @@
"png-to-ico": "^3.0.1",
"sharp": "^0.34.5",
"typescript": "~5.7.3",
"vite": "^6.3.5",
"vitest": "^4.0.17",
"vite": "^6.4.2",
"vitest": "^4.1.0",
"vue-tsc": "^2.2.10"
}
}
Loading