diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4d18196b71..b67ddd808d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -742,8 +742,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 dompurify: - specifier: ^3.4.8 - version: 3.4.8 + specifier: ^3.4.12 + version: 3.4.12 dotenv: specifier: ^17.4.2 version: 17.4.2 @@ -5757,11 +5757,8 @@ packages: dom-accessibility-api@0.6.3: resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} - dompurify@3.4.11: - resolution: {integrity: sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==} - - dompurify@3.4.8: - resolution: {integrity: sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==} + dompurify@3.4.12: + resolution: {integrity: sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==} dotenv@16.6.1: resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} @@ -13133,11 +13130,7 @@ snapshots: dom-accessibility-api@0.6.3: {} - dompurify@3.4.11: - optionalDependencies: - '@types/trusted-types': 2.0.7 - - dompurify@3.4.8: + dompurify@3.4.12: optionalDependencies: '@types/trusted-types': 2.0.7 @@ -14255,7 +14248,7 @@ snapshots: d3-sankey: 0.12.3 dagre-d3-es: 7.0.14 dayjs: 1.11.21 - dompurify: 3.4.11 + dompurify: 3.4.12 es-toolkit: 1.49.0 katex: 0.16.47 khroma: 2.1.0 diff --git a/server/package.json b/server/package.json index 943251ef4b..1c68dce032 100644 --- a/server/package.json +++ b/server/package.json @@ -64,7 +64,7 @@ "better-auth": "1.6.23", "chokidar": "^4.0.3", "detect-port": "^2.1.0", - "dompurify": "^3.4.8", + "dompurify": "^3.4.12", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "embedded-postgres": "^18.1.0-beta.16",