Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lock dompurify to 3.1.5 to avoid issue with ~3.1.7 #685

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"clipboard-copy": "^4.0.0",
"codemirror-asciidoc": "^2.0.0",
"date-fns": "^2.26.0",
"dompurify": "^3.0.3",
"dompurify": "3.1.5",
"jdenticon": "^3.1.0",
"jsonschema": "^1.4.0",
"lit": "^2.0.2",
Expand All @@ -85,7 +85,7 @@
"@storybook/components": "6.4.22",
"@storybook/theming": "6.4.22",
"@storybook/web-components": "6.4.22",
"@types/dompurify": "^3.0.2",
"@types/dompurify": "3.0.5",
"asciidoctor": "3.0.2",
"asciidoctor-highlight.js": "0.4.0",
"babel-jest": "27.5.1",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4080,7 +4080,7 @@ __metadata:
"@storybook/components": 6.4.22
"@storybook/theming": 6.4.22
"@storybook/web-components": 6.4.22
"@types/dompurify": ^3.0.2
"@types/dompurify": 3.0.5
asciidoctor: 3.0.2
asciidoctor-highlight.js: 0.4.0
babel-jest: 27.5.1
Expand All @@ -4091,7 +4091,7 @@ __metadata:
danger: 11.2.4
date-fns: ^2.26.0
del: 7.1.0
dompurify: ^3.0.3
dompurify: 3.1.5
eslint: 8.35.0
eslint-config-prettier: 8.7.0
eslint-config-standard: 16.0.3
Expand Down Expand Up @@ -6615,12 +6615,12 @@ __metadata:
languageName: node
linkType: hard

"@types/dompurify@npm:^3.0.2":
version: 3.0.2
resolution: "@types/dompurify@npm:3.0.2"
"@types/dompurify@npm:3.0.5":
version: 3.0.5
resolution: "@types/dompurify@npm:3.0.5"
dependencies:
"@types/trusted-types": "*"
checksum: dc017e16a46bcc77086af7d4dc5d2bf4102f16bf1a11b2937e90380da50e77716a2a608ff52990b1293250fefc2ad7593a1378fe07e3a7e21f200d702f0a7878
checksum: ffc34eca6a4536e1c8c16a47cce2623c5a118a9785492e71230052d92933ff096d14326ff449031e8dfaac509413222372d8f2b28786a13159de6241df716185
languageName: node
linkType: hard

Expand Down Expand Up @@ -11063,10 +11063,10 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:^3.0.3":
version: 3.0.3
resolution: "dompurify@npm:3.0.3"
checksum: 02242f2fe6a5c078fd0cb04efc93079d73a2fe886bebb5e33100b7e52f4b9bfe5f2afb0b69cae39d9a13d7bbf54435df41494890c4abe7740429828b2dbb94d9
"dompurify@npm:3.1.5":
version: 3.1.5
resolution: "dompurify@npm:3.1.5"
checksum: 18ae2930cba3c260889b99e312c382c344d219bd113bc39fbb665a61987d25849021768f490395e6954aab94448a24b3c3721c160b53550547110c37cebe9feb
languageName: node
linkType: hard

Expand Down
Loading