diff --git a/package-lock.json b/package-lock.json index 36d2dbc..1c2bf13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "bracketeer", "version": "1.5.2", "dependencies": { - "dompurify": "^3.4.0", + "dompurify": "^3.4.12", "lodash": "^4.18.1", "lodash-es": "^4.18.1", "markdown-it": "^14.1.1", @@ -2884,9 +2884,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index f1a5044..145d55e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test:webkit": "npx playwright open --browser webkit http://localhost:5173" }, "dependencies": { - "dompurify": "^3.4.0", + "dompurify": "^3.4.12", "lodash": "^4.18.1", "lodash-es": "^4.18.1", "markdown-it": "^14.1.1",