diff --git a/src/learning-bank-web/package-lock.json b/src/learning-bank-web/package-lock.json index 66fcc28..135e005 100644 --- a/src/learning-bank-web/package-lock.json +++ b/src/learning-bank-web/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@hookform/resolvers": "^5.4.0", "@tanstack/react-query": "^5.100.14", - "dompurify": "^3.4.7", + "dompurify": "^3.4.9", "lucide-react": "^1.16.0", "next": "15.5.18", "next-auth": "^5.0.0-beta.31", @@ -3714,9 +3714,9 @@ "peer": true }, "node_modules/dompurify": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.7.tgz", - "integrity": "sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==", + "version": "3.4.9", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.9.tgz", + "integrity": "sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/src/learning-bank-web/package.json b/src/learning-bank-web/package.json index 57bbfd5..b4d57c1 100644 --- a/src/learning-bank-web/package.json +++ b/src/learning-bank-web/package.json @@ -17,7 +17,7 @@ "dependencies": { "@hookform/resolvers": "^5.4.0", "@tanstack/react-query": "^5.100.14", - "dompurify": "^3.4.7", + "dompurify": "^3.4.9", "lucide-react": "^1.16.0", "next": "15.5.18", "next-auth": "^5.0.0-beta.31",