Skip to content

Commit 517bf75

Browse files
Bump dompurify from 2.5.8 to 3.2.4 (#4352)
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.5.8 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@2.5.8...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 cacc65b commit 517bf75

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"crypto-es": "^2.1.0",
4646
"d3": "^7.9.0",
4747
"djv": "^2.1.4",
48-
"dompurify": "^2.5.5",
48+
"dompurify": "^3.2.4",
4949
"i18next": "^19.9.2",
5050
"i18next-vue": "^5.0.0",
5151
"i18next-xhr-backend": "^3.2.2",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3071,7 +3071,7 @@
30713071
resolved "https://registry.yarnpkg.com/@types/triple-beam/-/triple-beam-1.3.5.tgz#74fef9ffbaa198eb8b588be029f38b00299caa2c"
30723072
integrity sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==
30733073

3074-
"@types/trusted-types@^2.0.2":
3074+
"@types/trusted-types@^2.0.2", "@types/trusted-types@^2.0.7":
30753075
version "2.0.7"
30763076
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
30773077
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
@@ -6580,10 +6580,12 @@ domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.3.1:
65806580
dependencies:
65816581
domelementtype "^2.2.0"
65826582

6583-
dompurify@^2.5.5:
6584-
version "2.5.8"
6585-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.8.tgz#2809d89d7e528dc7a071dea440d7376df676f824"
6586-
integrity sha512-o1vSNgrmYMQObbSSvF/1brBYEQPHhV1+gsmrusO7/GXtp1T9rCS8cXFqVxK/9crT1jA6Ccv+5MTSjBNqr7Sovw==
6583+
dompurify@^3.2.4:
6584+
version "3.2.4"
6585+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
6586+
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
6587+
optionalDependencies:
6588+
"@types/trusted-types" "^2.0.7"
65876589

65886590
domutils@^2.5.2, domutils@^2.8.0:
65896591
version "2.8.0"

0 commit comments

Comments
 (0)