diff --git a/package-lock.json b/package-lock.json index f9504fe..6828334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@contentstack/delivery-sdk": "^5.1.2", "@contentstack/live-preview-utils": "^4.3.0", "@timbenniks/contentstack-endpoints": "^2.1.0", - "dompurify": "^3.3.3", + "dompurify": "^3.4.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, @@ -26,7 +26,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.26", "globals": "^17.0.0", - "postcss": "^8.5.6", + "postcss": "^8.5.8", "tailwindcss": "^4.2.2", "typescript": "^5.9.3", "typescript-eslint": "^8.57.1", @@ -2567,9 +2567,9 @@ } }, "node_modules/dompurify": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz", - "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", + "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 71405db..b192fa6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@contentstack/delivery-sdk": "^5.1.2", "@contentstack/live-preview-utils": "^4.3.0", "@timbenniks/contentstack-endpoints": "^2.1.0", - "dompurify": "^3.3.3", + "dompurify": "^3.4.0", "react": "^19.2.4", "react-dom": "^19.2.4" },