diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 15031803f..af888c559 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1556,8 +1556,8 @@ importers: vendor/dompurify@3.x: dependencies: dompurify: - specifier: 3.1.6 - version: 3.1.6 + specifier: 3.3.2 + version: 3.3.2 vendor/jquery-ui@1.x: dependencies: @@ -5106,6 +5106,9 @@ packages: '@types/supertest@6.0.3': resolution: {integrity: sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==} + '@types/trusted-types@2.0.7': + resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} + '@types/unist@2.0.11': resolution: {integrity: sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==} @@ -6381,8 +6384,9 @@ packages: resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} engines: {node: '>= 4'} - dompurify@3.1.6: - resolution: {integrity: sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==} + dompurify@3.3.2: + resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==} + engines: {node: '>=20'} domutils@3.2.2: resolution: {integrity: sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==} @@ -14792,6 +14796,9 @@ snapshots: '@types/methods': 1.1.4 '@types/superagent': 8.1.9 + '@types/trusted-types@2.0.7': + optional: true + '@types/unist@2.0.11': {} '@types/unist@3.0.3': {} @@ -16386,7 +16393,9 @@ snapshots: dependencies: domelementtype: 2.3.0 - dompurify@3.1.6: {} + dompurify@3.3.2: + optionalDependencies: + '@types/trusted-types': 2.0.7 domutils@3.2.2: dependencies: diff --git a/vendor/dompurify@3.x/package.json b/vendor/dompurify@3.x/package.json index b8cd5bb9e..ea3d90da2 100644 --- a/vendor/dompurify@3.x/package.json +++ b/vendor/dompurify@3.x/package.json @@ -11,6 +11,6 @@ "./package.json": "./package.json" }, "dependencies": { - "dompurify": "3.1.6" + "dompurify": "3.3.2" } }