Skip to content

Commit 4734e69

Browse files
Bump dompurify from 3.1.6 to 3.2.4 (#3097)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.6 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.1.6...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0286570 commit 4734e69

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"browserfs": "^1.4.3",
4949
"classnames": "^2.3.2",
5050
"dayjs": "^1.11.13",
51-
"dompurify": "^3.1.6",
51+
"dompurify": "^3.2.4",
5252
"flexboxgrid": "^6.3.1",
5353
"flexboxgrid-helpers": "^1.1.3",
5454
"hastscript": "^9.0.0",

yarn.lock

+7-5
Original file line numberDiff line numberDiff line change
@@ -3266,7 +3266,7 @@
32663266
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
32673267
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
32683268

3269-
"@types/trusted-types@*", "@types/trusted-types@^2.0.2":
3269+
"@types/trusted-types@*", "@types/trusted-types@^2.0.2", "@types/trusted-types@^2.0.7":
32703270
version "2.0.7"
32713271
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
32723272
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
@@ -5915,10 +5915,12 @@ domhandler@^5.0.2, domhandler@^5.0.3:
59155915
dependencies:
59165916
domelementtype "^2.3.0"
59175917

5918-
dompurify@^3.1.6:
5919-
version "3.1.6"
5920-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.6.tgz#43c714a94c6a7b8801850f82e756685300a027e2"
5921-
integrity sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==
5918+
dompurify@^3.2.4:
5919+
version "3.2.4"
5920+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
5921+
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
5922+
optionalDependencies:
5923+
"@types/trusted-types" "^2.0.7"
59225924

59235925
domutils@^1.7.0:
59245926
version "1.7.0"

0 commit comments

Comments
 (0)