diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 108ce5de88..c6a74d9371 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -789,8 +789,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 dompurify: - specifier: ^3.4.12 - version: 3.4.12 + specifier: ^3.4.13 + version: 3.4.13 dotenv: specifier: ^17.4.2 version: 17.4.2 @@ -6229,8 +6229,8 @@ packages: dom-accessibility-api@0.6.3: resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} - dompurify@3.4.12: - resolution: {integrity: sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==} + dompurify@3.4.13: + resolution: {integrity: sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==} dotenv@16.6.1: resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} @@ -14101,7 +14101,7 @@ snapshots: dom-accessibility-api@0.6.3: {} - dompurify@3.4.12: + dompurify@3.4.13: optionalDependencies: '@types/trusted-types': 2.0.7 @@ -15351,7 +15351,7 @@ snapshots: d3-sankey: 0.12.3 dagre-d3-es: 7.0.14 dayjs: 1.11.21 - dompurify: 3.4.12 + dompurify: 3.4.13 es-toolkit: 1.49.0 katex: 0.16.47 khroma: 2.1.0 diff --git a/server/package.json b/server/package.json index ec6910480c..fae75a3e58 100644 --- a/server/package.json +++ b/server/package.json @@ -65,7 +65,7 @@ "better-auth": "1.6.25", "chokidar": "^4.0.3", "detect-port": "^2.1.0", - "dompurify": "^3.4.12", + "dompurify": "^3.4.13", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "embedded-postgres": "^18.1.0-beta.16",