Skip to content

Commit 46cf0dc

Browse files
build(deps): bump dompurify from 2.5.4 to 3.2.4 in /datahub-web-react (#12643)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2101a50 commit 46cf0dc

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

datahub-web-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dayjs": "^1.11.7",
5858
"deepmerge": "^4.2.2",
5959
"diff": "^5.0.0",
60-
"dompurify": "^2.5.4",
60+
"dompurify": "^3.2.4",
6161
"dotenv": "^8.2.0",
6262
"faker": "5.5.3",
6363
"fuse.js": "^7.0.0",

datahub-web-react/yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -4694,6 +4694,11 @@
46944694
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.3.tgz#a136f83b0758698df454e328759dbd3d44555311"
46954695
integrity sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==
46964696

4697+
"@types/trusted-types@^2.0.7":
4698+
version "2.0.7"
4699+
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
4700+
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
4701+
46974702
"@types/turndown@^5.0.1":
46984703
version "5.0.1"
46994704
resolved "https://registry.yarnpkg.com/@types/turndown/-/turndown-5.0.1.tgz#fcda7b02cda4c9d445be1440036df20f335b9387"
@@ -7097,10 +7102,12 @@ domino@^2.1.6:
70977102
resolved "https://registry.yarnpkg.com/domino/-/domino-2.1.6.tgz#fe4ace4310526e5e7b9d12c7de01b7f485a57ffe"
70987103
integrity sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==
70997104

7100-
dompurify@^2.5.4:
7101-
version "2.5.4"
7102-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.4.tgz#347e91070963b22db31c7c8d0ce9a0a2c3c08746"
7103-
integrity sha512-l5NNozANzaLPPe0XaAwvg3uZcHtDBnziX/HjsY1UcDj1MxTK8Dd0Kv096jyPK5HRzs/XM5IMj20dW8Fk+HnbUA==
7105+
dompurify@^3.2.4:
7106+
version "3.2.4"
7107+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
7108+
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
7109+
optionalDependencies:
7110+
"@types/trusted-types" "^2.0.7"
71047111

71057112
dot-case@^3.0.4:
71067113
version "3.0.4"

0 commit comments

Comments
 (0)