chore: drop deprecated @types/dompurify (#19159)

This commit is contained in:
Victor Berchet 2025-01-13 12:22:14 +01:00 committed by GitHub
parent 6b6ac166c5
commit 29845f95a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 12 deletions

11
package-lock.json generated
View file

@ -25,7 +25,6 @@
"@iarna/toml": "^2.2.5",
"@iconify-json/material-symbols": "^1.2.12",
"@stoplight/json-schema-tree": "^4.0.0",
"@types/dompurify": "^3.2.0",
"@types/hast": "^3.0.4",
"@types/he": "^1.2.3",
"@types/node": "^22.10.5",
@ -6032,16 +6031,6 @@
"integrity": "sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==",
"dev": true
},
"node_modules/@types/dompurify": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@types/dompurify/-/dompurify-3.2.0.tgz",
"integrity": "sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg==",
"deprecated": "This is a stub types definition. dompurify provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"dompurify": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz",

View file

@ -41,7 +41,6 @@
"@iarna/toml": "^2.2.5",
"@iconify-json/material-symbols": "^1.2.12",
"@stoplight/json-schema-tree": "^4.0.0",
"@types/dompurify": "^3.2.0",
"@types/hast": "^3.0.4",
"@types/he": "^1.2.3",
"@types/node": "^22.10.5",