diff --git a/package.json b/package.json index 5624221..aee06b5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "buildPath": "build", "libPath": "node_modules", "dependencies": { - "dompurify": "^3.0.6", + "dompurify": "^3.0.8", "jquery": "^3.7.1", "mustache": "^4.2.0", "timeago.js": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index e964519..982acfc 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.0.6: - version "3.0.6" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.6.tgz#925ebd576d54a9531b5d76f0a5bef32548351dae" - integrity sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w== +dompurify@^3.0.8: + version "3.0.8" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.8.tgz#e0021ab1b09184bc8af7e35c7dd9063f43a8a437" + integrity sha512-b7uwreMYL2eZhrSCRC4ahLTeZcPZxSmYfmcQGXGkXiZSNW1X85v+SDM5KsWcpivIiUBH47Ji7NtyUdpLeF5JZQ== escape-string-regexp@^1.0.2: version "1.0.5"