fix(deps): bump dompurify to 3.4.0 (#67614)

This commit is contained in:
Mason Huang
2026-04-16 18:18:55 +08:00
committed by GitHub
parent 01b7516a95
commit 2c2dc00fb4
2 changed files with 6 additions and 6 deletions

10
pnpm-lock.yaml generated
View File

@@ -1315,8 +1315,8 @@ importers:
specifier: 3.0.1
version: 3.0.1
dompurify:
specifier: ^3.3.3
version: 3.3.3
specifier: ^3.4.0
version: 3.4.0
lit:
specifier: ^3.3.2
version: 3.3.2
@@ -5073,8 +5073,8 @@ packages:
resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==}
engines: {node: '>= 4'}
dompurify@3.3.3:
resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==}
dompurify@3.4.0:
resolution: {integrity: sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==}
domutils@3.2.2:
resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==}
@@ -12123,7 +12123,7 @@ snapshots:
dependencies:
domelementtype: 2.3.0
dompurify@3.3.3:
dompurify@3.4.0:
optionalDependencies:
'@types/trusted-types': 2.0.7

View File

@@ -11,7 +11,7 @@
"dependencies": {
"@create-markdown/preview": "^2.0.3",
"@noble/ed25519": "3.0.1",
"dompurify": "^3.3.3",
"dompurify": "^3.4.0",
"lit": "^3.3.2",
"markdown-it": "^14.1.1",
"markdown-it-task-lists": "^2.1.1",