diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c08f0a122..c0b3627855 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -915,8 +915,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 dompurify: - specifier: ^3.4.13 - version: 3.4.13 + specifier: ^3.4.14 + version: 3.4.14 dotenv: specifier: ^17.4.2 version: 17.4.2 @@ -5885,9 +5885,6 @@ packages: dom-accessibility-api@0.6.3: resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==} - dompurify@3.4.13: - resolution: {integrity: sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==} - dompurify@3.4.14: resolution: {integrity: sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==} @@ -13008,10 +13005,6 @@ snapshots: dom-accessibility-api@0.6.3: {} - dompurify@3.4.13: - optionalDependencies: - '@types/trusted-types': 2.0.7 - dompurify@3.4.14: optionalDependencies: '@types/trusted-types': 2.0.7 diff --git a/server/package.json b/server/package.json index 13a9b007a0..fdeaf13f13 100644 --- a/server/package.json +++ b/server/package.json @@ -69,7 +69,7 @@ "better-auth": "1.7.2", "chokidar": "^5.0.0", "detect-port": "^2.1.0", - "dompurify": "^3.4.13", + "dompurify": "^3.4.14", "dotenv": "^17.4.2", "drizzle-orm": "^0.45.2", "embedded-postgres": "^18.1.0-beta.16",