Skip to content

Commit cfed2d7

Browse files
chore(deps): bump marked from 18.0.2 to 18.0.3 in /EssentialCSharp.Web (#1055)
Bumps [marked](https://github.com/markedjs/marked) from 18.0.2 to 18.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/markedjs/marked/releases">marked's releases</a>.</em></p> <blockquote> <h2>v18.0.3</h2> <h2><a href="https://github.com/markedjs/marked/compare/v18.0.2...v18.0.3">18.0.3</a> (2026-05-01)</h2> <h3>Bug Fixes</h3> <ul> <li>avoid task checkbox for setext heading text (<a href="https://redirect.github.com/markedjs/marked/issues/3960">#3960</a>) (<a href="https://github.com/markedjs/marked/commit/2608e810c037a4d796dc31a8a16bc78ca0178b6d">2608e81</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/markedjs/marked/commit/e8dc3956161322a396811df34eebeaee6e9042f0"><code>e8dc395</code></a> chore(release): 18.0.3 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/2608e810c037a4d796dc31a8a16bc78ca0178b6d"><code>2608e81</code></a> fix: avoid task checkbox for setext heading text (<a href="https://redirect.github.com/markedjs/marked/issues/3960">#3960</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/dba76f68043a429bede1d16c07b36c7758db091d"><code>dba76f6</code></a> chore(deps-dev): bump eslint from 10.2.0 to 10.2.1 (<a href="https://redirect.github.com/markedjs/marked/issues/3953">#3953</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/015f1ebf5e73191abed8a1ed60f6ee1cda701656"><code>015f1eb</code></a> chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 (<a href="https://redirect.github.com/markedjs/marked/issues/3954">#3954</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/17c06e90082a1b52429908c23e5da8b6d97d705d"><code>17c06e9</code></a> chore: fix building license for docs (<a href="https://redirect.github.com/markedjs/marked/issues/3952">#3952</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/55a54b544876349ffed57d137d6000f4addea505"><code>55a54b5</code></a> chore: Rename LICENSE.md to LICENSE for better compatibility with Bazel tooli...</li> <li>See full diff in <a href="https://github.com/markedjs/marked/compare/v18.0.2...v18.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marked&package-manager=npm_and_yarn&previous-version=18.0.2&new-version=18.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dda1ea3 commit cfed2d7

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

EssentialCSharp.Web/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

EssentialCSharp.Web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@zxcvbn-ts/language-en": "^3.0.2",
1717
"dompurify": "3.4.1",
1818
"jquery": "4.0.0",
19-
"marked": "18.0.2",
19+
"marked": "18.0.3",
2020
"vue": "3.5.33",
2121
"vuetify": "4.0.6"
2222
},

0 commit comments

Comments
 (0)