Update dompurify

ebe877e6b666f27cd14fdd0364d16c12b019a362

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

2 files changed, +18 -14Showing whitespace changes
package-lock.json+16 -12
@@ -28,7 +28,7 @@
28 "cors": "^2.8.5",28 "cors": "^2.8.5",
29 "csrf-sync": "^4.0.3",29 "csrf-sync": "^4.0.3",
30 "diff-match-patch": "^1.0.5",30 "diff-match-patch": "^1.0.5",
31 "dompurify": "^3.1.7",31 "dompurify": "^3.2.4",
32 "droll": "^0.2.1",32 "droll": "^0.2.1",
33 "express": "^4.21.0",33 "express": "^4.21.0",
34 "form-data": "^4.0.0",34 "form-data": "^4.0.0",
@@ -87,7 +87,7 @@
87 "@types/cookie-session": "^2.0.49",87 "@types/cookie-session": "^2.0.49",
88 "@types/cors": "^2.8.17",88 "@types/cors": "^2.8.17",
89 "@types/deno": "^2.0.0",89 "@types/deno": "^2.0.0",
90 "@types/dompurify": "^3.0.5",90 "@types/dompurify": "^3.2.0",
91 "@types/express": "^4.17.21",91 "@types/express": "^4.17.21",
92 "@types/jquery": "^3.5.29",92 "@types/jquery": "^3.5.29",
93 "@types/jquery-cropper": "^1.0.4",93 "@types/jquery-cropper": "^1.0.4",
@@ -1182,13 +1182,14 @@
1182 "license": "MIT"1182 "license": "MIT"
1183 },1183 },
1184 "node_modules/@types/dompurify": {1184 "node_modules/@types/dompurify": {
1185 "version": "3.0.5",1185 "version": "3.2.0",
1186 "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.0.5.tgz",1186 "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.2.0.tgz",
1187 "integrity": "sha512-1Wg0g3BtQF7sSb27fJQAKck1HECM6zV1EB66j8JH9i3LCjYabJa0FSdiSgsD5K/RbrsR0SiraKacLB+T8ZVYAg==",1187 "integrity": "sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg==",
1188 "deprecated": "This is a stub types definition. dompurify provides its own type definitions, so you do not need this installed.",
1188 "dev": true,1189 "dev": true,
1189 "license": "MIT",1190 "license": "MIT",
1190 "dependencies": {1191 "dependencies": {
1191 "@types/trusted-types": "*"1192 "dompurify": "*"
1192 }1193 }
1193 },1194 },
1194 "node_modules/@types/estree": {1195 "node_modules/@types/estree": {
@@ -1478,8 +1479,8 @@
1478 "version": "2.0.7",1479 "version": "2.0.7",
1479 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",1480 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
1480 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",1481 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
1481 "dev": true,1482 "license": "MIT",
1482 "license": "MIT"1483 "optional": true
1483 },1484 },
1484 "node_modules/@types/write-file-atomic": {1485 "node_modules/@types/write-file-atomic": {
1485 "version": "4.0.3",1486 "version": "4.0.3",
@@ -3236,10 +3237,13 @@
3236 }3237 }
3237 },3238 },
3238 "node_modules/dompurify": {3239 "node_modules/dompurify": {
3239 "version": "3.1.7",3240 "version": "3.2.4",
3240 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz",3241 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.4.tgz",
3241 "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==",3242 "integrity": "sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==",
3242 "license": "(MPL-2.0 OR Apache-2.0)"3243 "license": "(MPL-2.0 OR Apache-2.0)",
3244 "optionalDependencies": {
3245 "@types/trusted-types": "^2.0.7"
3246 }
3243 },3247 },
3244 "node_modules/domutils": {3248 "node_modules/domutils": {
3245 "version": "3.1.0",3249 "version": "3.1.0",
package.json+2 -2
@@ -18,7 +18,7 @@
18 "cors": "^2.8.5",18 "cors": "^2.8.5",
19 "csrf-sync": "^4.0.3",19 "csrf-sync": "^4.0.3",
20 "diff-match-patch": "^1.0.5",20 "diff-match-patch": "^1.0.5",
21 "dompurify": "^3.1.7",21 "dompurify": "^3.2.4",
22 "droll": "^0.2.1",22 "droll": "^0.2.1",
23 "express": "^4.21.0",23 "express": "^4.21.0",
24 "form-data": "^4.0.0",24 "form-data": "^4.0.0",
@@ -116,7 +116,7 @@
116 "@types/cookie-session": "^2.0.49",116 "@types/cookie-session": "^2.0.49",
117 "@types/cors": "^2.8.17",117 "@types/cors": "^2.8.17",
118 "@types/deno": "^2.0.0",118 "@types/deno": "^2.0.0",
119 "@types/dompurify": "^3.0.5",119 "@types/dompurify": "^3.2.0",
120 "@types/express": "^4.17.21",120 "@types/express": "^4.17.21",
121 "@types/jquery": "^3.5.29",121 "@types/jquery": "^3.5.29",
122 "@types/jquery-cropper": "^1.0.4",122 "@types/jquery-cropper": "^1.0.4",