Skip to content

Commit 87a3412

Browse files
fix(deps): update dependency sanitize-html to ^2.11.0 for gatsby-transformer-remark (#38315)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart <[email protected]>
1 parent 7ffaebe commit 87a3412

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-transformer-remark/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"remark-retext": "^4.0.0",
2424
"remark-stringify": "^9.0.1",
2525
"retext-english": "^3.0.4",
26-
"sanitize-html": "^2.10.0",
26+
"sanitize-html": "^2.11.0",
2727
"underscore.string": "^3.3.6",
2828
"unified": "^9.2.2",
2929
"unist-util-remove-position": "^3.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -21207,10 +21207,10 @@ safe-stable-stringify@^2.1.0:
2120721207
version "2.1.2"
2120821208
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
2120921209

21210-
sanitize-html@^2.10.0:
21211-
version "2.10.0"
21212-
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.10.0.tgz#74d28848dfcf72c39693139131895c78900ab452"
21213-
integrity sha512-JqdovUd81dG4k87vZt6uA6YhDfWkUGruUu/aPmXLxXi45gZExnt9Bnw/qeQU8oGf82vPyaE0vO4aH0PbobB9JQ==
21210+
sanitize-html@^2.11.0:
21211+
version "2.11.0"
21212+
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.11.0.tgz#9a6434ee8fcaeddc740d8ae7cd5dd71d3981f8f6"
21213+
integrity sha512-BG68EDHRaGKqlsNjJ2xUB7gpInPA8gVx/mvjO743hZaeMCZ2DwzW7xvsqZ+KNU4QKwj86HJ3uu2liISf2qBBUA==
2121421214
dependencies:
2121521215
deepmerge "^4.2.2"
2121621216
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)