Update dompurify

b489817cf841a52d0c9e56873e7ee37a2d5a2e0d

Cohee <18619528+Cohee1207@users.noreply.github.com>

2 files changed, +5 -5Ignore whitespace
package-lock.json+4 -4
@@ -53,7 +53,7 @@
53 "crc": "^4.3.2",53 "crc": "^4.3.2",
54 "csrf-sync": "^4.0.3",54 "csrf-sync": "^4.0.3",
55 "diff-match-patch": "^1.0.5",55 "diff-match-patch": "^1.0.5",
56 "dompurify": "^3.2.4",56 "dompurify": "^3.2.6",
57 "droll": "^0.2.1",57 "droll": "^0.2.1",
58 "express": "^4.21.0",58 "express": "^4.21.0",
59 "form-data": "^4.0.2",59 "form-data": "^4.0.2",
@@ -3894,9 +3894,9 @@
3894 }3894 }
3895 },3895 },
3896 "node_modules/dompurify": {3896 "node_modules/dompurify": {
3897 "version": "3.2.4",3897 "version": "3.2.6",
3898 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz",3898 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.6.tgz",
3899 "integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==",3899 "integrity": "sha512-/2GogDQlohXPZe6D6NOgQvXLPSYBqIWMnZ8zzOhn09REE4eyAzb+Hed3jhoM9OkuaJ8P6ZGTTVWQKAi8ieIzfQ==",
3900 "license": "(MPL-2.0 OR Apache-2.0)",3900 "license": "(MPL-2.0 OR Apache-2.0)",
3901 "optionalDependencies": {3901 "optionalDependencies": {
3902 "@types/trusted-types": "^2.0.7"3902 "@types/trusted-types": "^2.0.7"
package.json+1 -1
@@ -43,7 +43,7 @@
43 "crc": "^4.3.2",43 "crc": "^4.3.2",
44 "csrf-sync": "^4.0.3",44 "csrf-sync": "^4.0.3",
45 "diff-match-patch": "^1.0.5",45 "diff-match-patch": "^1.0.5",
46 "dompurify": "^3.2.4",46 "dompurify": "^3.2.6",
47 "droll": "^0.2.1",47 "droll": "^0.2.1",
48 "express": "^4.21.0",48 "express": "^4.21.0",
49 "form-data": "^4.0.2",49 "form-data": "^4.0.2",