diff --git a/package.json b/package.json index cf75edc..2f04b8a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "buildPath": "build", "libPath": "node_modules", "dependencies": { - "dompurify": "^3.1.5", + "dompurify": "^3.1.6", "jquery": "^3.7.1", "mustache": "^4.2.0", "timeago.js": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 8d59e99..48a674c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -125,10 +125,10 @@ detect-file@^1.0.0: resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7" integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc= -dompurify@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.5.tgz#2c6a113fc728682a0f55684b1388c58ddb79dc38" - integrity sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA== +dompurify@^3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.6.tgz#43c714a94c6a7b8801850f82e756685300a027e2" + integrity sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ== escape-string-regexp@^1.0.2: version "1.0.5"