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