diff --git a/package-lock.json b/package-lock.json index e0fcf39..f5af50f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "axios": "^1.7.9", "classnames": "^2.5.1", "cross-spawn": "^7.0.6", - "dompurify": "^3.2.2", + "dompurify": "^3.2.3", "entities": "^5.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2", @@ -14835,10 +14835,9 @@ } }, "node_modules/dompurify": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.2.tgz", - "integrity": "sha512-YMM+erhdZ2nkZ4fTNRTSI94mb7VG7uVF5vj5Zde7tImgnhZE3R6YW/IACGIHb2ux+QkEXMhe591N+5jWOmL4Zw==", - "license": "(MPL-2.0 OR Apache-2.0)", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", + "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 1467a07..74eca3a 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "axios": "^1.7.9", "classnames": "^2.5.1", "cross-spawn": "^7.0.6", - "dompurify": "^3.2.2", + "dompurify": "^3.2.3", "entities": "^5.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2",