Remove dompurify types stub

277fc00f38c44262a29de2bb2910bd299a27ccfe

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

2 files changed, +0 -13Showing whitespace changes
package-lock.json+0 -12
@@ -87,7 +87,6 @@
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.2.0",
91 "@types/express": "^4.17.21",90 "@types/express": "^4.17.21",
92 "@types/jquery": "^3.5.29",91 "@types/jquery": "^3.5.29",
93 "@types/jquery-cropper": "^1.0.4",92 "@types/jquery-cropper": "^1.0.4",
@@ -1181,17 +1180,6 @@
1181 "dev": true,1180 "dev": true,
1182 "license": "MIT"1181 "license": "MIT"
1183 },1182 },
1184 "node_modules/@types/dompurify": {
1185 "version": "3.2.0",
1186 "resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.2.0.tgz",
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.",
1189 "dev": true,
1190 "license": "MIT",
1191 "dependencies": {
1192 "dompurify": "*"
1193 }
1194 },
1195 "node_modules/@types/estree": {1183 "node_modules/@types/estree": {
1196 "version": "1.0.6",1184 "version": "1.0.6",
1197 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",1185 "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz",
package.json+0 -1
@@ -116,7 +116,6 @@
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.2.0",
120 "@types/express": "^4.17.21",119 "@types/express": "^4.17.21",
121 "@types/jquery": "^3.5.29",120 "@types/jquery": "^3.5.29",
122 "@types/jquery-cropper": "^1.0.4",121 "@types/jquery-cropper": "^1.0.4",