Skip to content

Commit 97ec0ac

Browse files
authored
Build(deps): bump sanitize-html from 2.14.0 to 2.17.0 (#92)
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.14.0 to 2.17.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md">sanitize-html's changelog</a>.</em></p> <blockquote> <h2>2.17.0 (2025-05-14)</h2> <ul> <li>Add <code>preserveEscapedAttributes</code>, allowing attributes on escaped disallowed tags to be retained. Thanks to <a href="https://github.com/benelliott">Ben Elliot</a> for this new option.</li> </ul> <h2>2.16.0 (2025-04-16)</h2> <ul> <li>Add <code>onOpenTag</code> and <code>onCloseTag</code> events to enable advanced filtering to hook into the parser. Thanks to <a href="https://github.com/naktinis">Rimvydas Naktinis</a>.</li> </ul> <h2>2.15.0 (2025-03-19)</h2> <ul> <li>Allow keeping tag content when discarding with exclusive filter by returning <code>&quot;excludeTag&quot;</code>. Thanks to <a href="https://github.com/rChaoz">rChaoz</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/86efc067a63515e08ecfc47f94d8bca0e3715030"><code>86efc06</code></a> Merge pull request <a href="https://redirect.github.com/apostrophecms/sanitize-html/issues/705">#705</a> from apostrophecms/release-2.17.0</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/c487e7796a1dea5b1dd7a083b4efc47f7988cc51"><code>c487e77</code></a> release 2.17.0</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/da16903beda114b6d65f2de72b2f8054af010163"><code>da16903</code></a> Merge pull request <a href="https://redirect.github.com/apostrophecms/sanitize-html/issues/704">#704</a> from apostrophecms/add-thanks-to-changelog</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/0e5d881f48c4aa40536d070337159e92edc646b1"><code>0e5d881</code></a> Update CHANGELOG</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/614e7dfc2ce156baff560254cdf5be77f0560e64"><code>614e7df</code></a> Merge pull request <a href="https://redirect.github.com/apostrophecms/sanitize-html/issues/668">#668</a> from benelliott/feature/preserve-escaped-attributes-2</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/8628ceaa17fa1672037761985c4cb454537a10bd"><code>8628cea</code></a> Update README.md</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/f07ce9dff8e047655f2f42db1f427b10eb8f982d"><code>f07ce9d</code></a> README.md: Add warning on usage of <code>preserveEscapedAttributes</code></li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/27de3a879ad36d01906e5297f779a5393c700c17"><code>27de3a8</code></a> Add test demonstrating that preserveEscapedAttributes doesn't affect behaviou...</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/3d2893e01336427c7999c31ea554ebe868780fff"><code>3d2893e</code></a> Add documentation for <code>preserveEscapedAttributes</code> option</li> <li><a href="https://github.com/apostrophecms/sanitize-html/commit/ae1dc35af6b48ab9b25513342c16183c6c66a118"><code>ae1dc35</code></a> Add <code>preserveEscapedAttributes</code> option to allow attributes on escaped disallo...</li> <li>Additional commits viewable in <a href="https://github.com/apostrophecms/sanitize-html/compare/2.14.0...2.17.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sanitize-html&package-manager=npm_and_yarn&previous-version=2.14.0&new-version=2.17.0)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
2 parents 83db946 + daedf97 commit 97ec0ac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"alpinejs": "^3.14.9",
2121
"quill": "^2.0.3",
22-
"sanitize-html": "^2.14.0",
22+
"sanitize-html": "^2.17.0",
2323
"theme-change": "^2.5.0"
2424
}
2525
}

0 commit comments

Comments
 (0)