Update dompurify

ebe877e6b666f27cd14fdd0364d16c12b019a362

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

2 files changed, +18 -14Ignore whitespace
package-lock.json+16 -12
@@ -28,7 +28,7 @@
2828 "cors": "^2.8.5",
2929 "csrf-sync": "^4.0.3",
3030 "diff-match-patch": "^1.0.5",
3131 "dompurify": "^3.12.74",
3232 "droll": "^0.2.1",
3333 "express": "^4.21.0",
3434 "form-data": "^4.0.0",
@@ -87,7 +87,7 @@
8787 "@types/cookie-session": "^2.0.49",
8888 "@types/cors": "^2.8.17",
8989 "@types/deno": "^2.0.0",
9090 "@types/dompurify": "^3.02.50",
9191 "@types/express": "^4.17.21",
9292 "@types/jquery": "^3.5.29",
9393 "@types/jquery-cropper": "^1.0.4",
@@ -1182,13 +1182,14 @@
11821182 "license": "MIT"
11831183 },
11841184 "node_modules/@types/dompurify": {
11851185 "version": "3.02.50",
11861186 "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.02.50.tgz",
11871187 "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.",
11881189 "dev": true,
11891190 "license": "MIT",
11901191 "dependencies": {
11911192 "@types/trusted-typesdompurify": "*"
11921193 }
11931194 },
11941195 "node_modules/@types/estree": {
@@ -1478,8 +1479,8 @@
14781479 "version": "2.0.7",
14791480 "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
14801481 "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
14811482 "devlicense": true"MIT",
14821483 "licenseoptional": "MIT"true
14831484 },
14841485 "node_modules/@types/write-file-atomic": {
14851486 "version": "4.0.3",
@@ -3236,10 +3237,13 @@
32363237 }
32373238 },
32383239 "node_modules/dompurify": {
32393240 "version": "3.12.74",
32403241 "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.12.74.tgz",
32413242 "integrity": "sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTaysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+eNpxSl5gmzn+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQMs/mg==",
32423243 "license": "(MPL-2.0 OR Apache-2.0)",
3244+ "optionalDependencies": {
3245+ "@types/trusted-types": "^2.0.7"
3246+ }
32433247 },
32443248 "node_modules/domutils": {
32453249 "version": "3.1.0",
package.json+2 -2
@@ -18,7 +18,7 @@
1818 "cors": "^2.8.5",
1919 "csrf-sync": "^4.0.3",
2020 "diff-match-patch": "^1.0.5",
2121 "dompurify": "^3.12.74",
2222 "droll": "^0.2.1",
2323 "express": "^4.21.0",
2424 "form-data": "^4.0.0",
@@ -116,7 +116,7 @@
116116 "@types/cookie-session": "^2.0.49",
117117 "@types/cors": "^2.8.17",
118118 "@types/deno": "^2.0.0",
119119 "@types/dompurify": "^3.02.50",
120120 "@types/express": "^4.17.21",
121121 "@types/jquery": "^3.5.29",
122122 "@types/jquery-cropper": "^1.0.4",