Skip to content

Commit 2e66480

Browse files
chore(deps): bump sanitize-html from 2.17.5 to 2.17.7 (#16659)
* chore(deps): bump sanitize-html from 2.17.5 to 2.17.7 Bumps [sanitize-html](https://github.com/apostrophecms/apostrophe/tree/HEAD/packages/sanitize-html) from 2.17.5 to 2.17.7. - [Changelog](https://github.com/apostrophecms/apostrophe/blob/main/packages/sanitize-html/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/apostrophe/commits/sanitize-html@2.17.7/packages/sanitize-html) --- updated-dependencies: - dependency-name: sanitize-html dependency-version: 2.17.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * new esm modules --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jake Lee Kennedy <1731150+Jakeii@users.noreply.github.com>
1 parent 8268e1b commit 2e66480

3 files changed

Lines changed: 58 additions & 7 deletions

File tree

dotcom-rendering/jest.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ const esModules = [
1414
'storybook',
1515
'parse5',
1616
'entities',
17+
'htmlparser2',
18+
'domhandler',
19+
'domelementtype',
20+
'domutils',
21+
'dom-serializer',
1722
].join('|');
1823

1924
module.exports = {

dotcom-rendering/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"rehype-stringify": "10.0.1",
145145
"remark-parse": "11.0.0",
146146
"remark-rehype": "11.1.2",
147-
"sanitize-html": "2.17.5",
147+
"sanitize-html": "2.17.7",
148148
"screenfull": "6.0.2",
149149
"semver": "7.5.4",
150150
"source-map": "0.7.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)