diff --git a/package-lock.json b/package-lock.json index f12358f4..16eb63f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9210,9 +9210,9 @@ } }, "dompurify": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.9.tgz", - "integrity": "sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.0.tgz", + "integrity": "sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw==" }, "domutils": { "version": "1.7.0", diff --git a/package.json b/package.json index 94c6ca0f..fc1139c1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "cookie": "^0.4.1", "date-fns": "^2.22.1", "destr": "^1.1.0", - "dompurify": "^2.2.9", + "dompurify": "^2.3.0", "entities": "^2.2.0", "he": "^1.2.0", "js-cookie": "^2.2.1",