From 7fadea56383ecb06f963393c8eb8645a7f7e8dd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 20:28:38 +0000 Subject: [PATCH] fix: upgrade dompurify from 3.1.4 to 3.1.6 Snyk has created this PR to upgrade dompurify from 3.1.4 to 3.1.6. See this package in yarn: dompurify See this project in Snyk: https://app.snyk.io/org/travist-ulg/project/fe64f696-cd3c-4d0f-a76e-c996c95f8d29?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f1e9302b..865fbab9 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "browser-cookies": "^1.2.0", "core-js": "^3.37.1", "dayjs": "^1.11.11", - "dompurify": "^3.1.4", + "dompurify": "^3.1.6", "eventemitter3": "^5.0.0", "fast-json-patch": "^3.1.1", "fetch-ponyfill": "^7.1.0", diff --git a/yarn.lock b/yarn.lock index 153a559d..8c36d817 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1706,10 +1706,10 @@ domexception@^4.0.0: dependencies: webidl-conversions "^7.0.0" -dompurify@^3.1.4: - version "3.1.4" - resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.1.4.tgz#42121304b2b3a6bae22f80131ff8a8f3f3c56be2" - integrity sha512-2gnshi6OshmuKil8rMZuQCGiUF3cUxHY3NGDzUAdUx/NPEe5DVnO8BDoAQouvgwnx0R/+a6jUn36Z0FSdq8vww== +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== each-props@^3.0.0: version "3.0.0"