From 89f00b24fa4bdc6bdf122c7a310323e65c47ecf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 01:03:39 +0000 Subject: [PATCH] fix(deps): bump dompurify from 2.3.7 to 2.3.8 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.7 to 2.3.8. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/commits/2.3.8) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b6039976..87ec88d2 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "apollo-link-context": "^1.0.20", "crypto-hash": "^2.0.1", "date-fns": "^2.28.0", - "dompurify": "^2.3.7", + "dompurify": "^2.3.8", "graphql": "^16.5.0", "marked": "^4.0.15", "motion": "^10.8.1", diff --git a/yarn.lock b/yarn.lock index d380f812..aff02cf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1140,10 +1140,10 @@ domhandler@^4.2.0, domhandler@^4.2.2: dependencies: domelementtype "^2.2.0" -dompurify@^2.3.7: - version "2.3.7" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.7.tgz#30aa7feddc1420f3e554b1b3fe9e2f318a28066e" - integrity sha512-fsVZLywBd3awZIG3qU4JEdw7DCb0uUCajTfWRrLhsgKjTBd5CIIluPoAkNfco05GuNYQGj4/+bQIhlq96eT9eQ== +dompurify@^2.3.8: + version "2.3.8" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.8.tgz#224fe9ae57d7ebd9a1ae1ac18c1c1ca3f532226f" + integrity sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw== domutils@^2.8.0: version "2.8.0"