Commit eb25844
authored
Bump github.com/yuin/goldmark from 1.7.16 to 1.7.17 (#133)
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from
1.7.16 to 1.7.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/yuin/goldmark/releases">github.com/yuin/goldmark's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.17 release</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/yuin/goldmark/compare/v1.7.16...v1.7.17">https://github.com/yuin/goldmark/compare/v1.7.16...v1.7.17</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/yuin/goldmark/commit/cb46bbc4eca29d55aa9721e04ad207c23ccc44f9"><code>cb46bbc</code></a>
fix: prevent XSS by escaping dangerous URLs in links and images</li>
<li><a
href="https://github.com/yuin/goldmark/commit/d8b123c855fc895a2c8672c530ba9d9f2382d5ef"><code>d8b123c</code></a>
refactor: simplify codes</li>
<li><a
href="https://github.com/yuin/goldmark/commit/db34c99a0722f927d5e414fc9533deb3474bddfb"><code>db34c99</code></a>
Merge pull request <a
href="https://redirect.github.com/yuin/goldmark/issues/535">#535</a>
from Sebbito/master</li>
<li><a
href="https://github.com/yuin/goldmark/commit/5a2a2bfa203daca9b0d2ba38e4c4d607ccb1090b"><code>5a2a2bf</code></a>
Merge pull request <a
href="https://redirect.github.com/yuin/goldmark/issues/545">#545</a>
from maxatome/fix-table-panic</li>
<li><a
href="https://github.com/yuin/goldmark/commit/9aca46208ebdae2e37585d93082206adbc9b012c"><code>9aca462</code></a>
fix(table): if table cell attribute is a string, a panic occurs</li>
<li><a
href="https://github.com/yuin/goldmark/commit/ea86b3627a56a39961576ac232955dcc4d7327dd"><code>ea86b36</code></a>
Fix doc error in markdown.go</li>
<li>See full diff in <a
href="https://github.com/yuin/goldmark/compare/v1.7.16...v1.7.17">compare
view</a></li>
</ul>
</details>
<br />
[](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>3 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments