Skip to content

Commit e4f1b7f

Browse files
chore(deps): bump marked from 18.0.4 to 18.0.5 in /EssentialCSharp.Web (#1185)
Bumps [marked](https://github.com/markedjs/marked) from 18.0.4 to 18.0.5. <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.5</h2> <h2><a href="https://github.com/markedjs/marked/compare/v18.0.4...v18.0.5">18.0.5</a> (2026-06-04)</h2> <h3>Bug Fixes</h3> <ul> <li>parse empty list item with trailing space (<a href="https://redirect.github.com/markedjs/marked/issues/3984">#3984</a>) (<a href="https://github.com/markedjs/marked/commit/b55410f846570a2dbdd1f1afe1d51c6a7dd2a188">b55410f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/markedjs/marked/commit/4063c638cb621c09091d41b26f323ff074416bb9"><code>4063c63</code></a> chore(release): 18.0.5 [skip ci]</li> <li><a href="https://github.com/markedjs/marked/commit/b55410f846570a2dbdd1f1afe1d51c6a7dd2a188"><code>b55410f</code></a> fix: parse empty list item with trailing space (<a href="https://redirect.github.com/markedjs/marked/issues/3984">#3984</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/c6e667bf2a58c312ea3a26818d92ea728739de99"><code>c6e667b</code></a> chore(deps-dev): bump eslint from 10.4.0 to 10.4.1 (<a href="https://redirect.github.com/markedjs/marked/issues/3986">#3986</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/95f98ec7b9635ad96504225585c4e7e77a30405e"><code>95f98ec</code></a> chore(deps-dev): bump <code>@​arethetypeswrong/cli</code> from 0.18.2 to 0.18.3 (<a href="https://redirect.github.com/markedjs/marked/issues/3985">#3985</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/c1a86f00ccd81144422f1a4194756bd48111c531"><code>c1a86f0</code></a> Add Node.js usage example to README (<a href="https://redirect.github.com/markedjs/marked/issues/3983">#3983</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/763f72903f032bca64bb5c3c0633276aa924df70"><code>763f729</code></a> chore(deps-dev): bump marked-man from 2.1.0 to 2.1.1 (<a href="https://redirect.github.com/markedjs/marked/issues/3978">#3978</a>)</li> <li><a href="https://github.com/markedjs/marked/commit/2cf1fd04d9afa1081c5b836e2ca5b6b43ea0ee41"><code>2cf1fd0</code></a> chore(deps-dev): bump markdown-it from 14.1.1 to 14.2.0 (<a href="https://redirect.github.com/markedjs/marked/issues/3977">#3977</a>)</li> <li>See full diff in <a href="https://github.com/markedjs/marked/compare/v18.0.4...v18.0.5">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.4&new-version=18.0.5)](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 77cd57d commit e4f1b7f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

EssentialCSharp.Web/package-lock.json

Lines changed: 4 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.8",
1818
"jquery": "4.0.0",
19-
"marked": "18.0.4",
19+
"marked": "18.0.5",
2020
"vue": "3.5.35",
2121
"vuetify": "4.1.1"
2222
},

0 commit comments

Comments
 (0)