From c74630621cfced52ec6955103bea24832aa96e54 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Oct 2020 22:17:12 +0000 Subject: [PATCH] Bump dompurify from 2.1.1 to 2.2.0 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.1.1...2.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2e1c7a8c..dcd7ad89 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "buefy": "^0.9.3", "bulma": "^0.9.1", "date-fns": "^2.16.1", - "dompurify": "^2.1.1", + "dompurify": "^2.2.0", "hotkeys-js": "^3.8.1", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index a0fb8212..8cd753af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3323,10 +3323,10 @@ domhandler@^2.3.0: dependencies: domelementtype "1" -dompurify@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.1.1.tgz#b5aa988676b093a9c836d8b855680a8598af25fe" - integrity sha512-NijiNVkS/OL8mdQL1hUbCD6uty/cgFpmNiuFxrmJ5YPH2cXrPKIewoixoji56rbZ6XBPmtM8GA8/sf9unlSuwg== +dompurify@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.2.0.tgz#51d34e76faa38b5d6b4e83a0678530f27fe3965c" + integrity sha512-bqFOQ7XRmmozp0VsKdIEe8UwZYxj0yttz7l80GBtBqdVRY48cOpXH2J/CVO7AEkV51qY0EBVXfilec18mdmQ/w== domutils@1.5.1: version "1.5.1"