Skip to content

Commit c853039

Browse files
Bump dompurify from 2.5.4 to 3.2.4 in /viz-lib
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.5.4 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@2.5.4...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 71902e5 commit c853039

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

viz-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"d3": "^3.5.17",
8484
"d3-cloud": "^1.2.4",
8585
"debug": "^3.1.0",
86-
"dompurify": "^2.0.7",
86+
"dompurify": "^3.2.4",
8787
"font-awesome": "^4.7.0",
8888
"hoist-non-react-statics": "^3.3.0",
8989
"leaflet": "~1.3.1",

viz-lib/yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,11 @@
21832183
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-1.0.6.tgz#569b8a08121d3203398290d602d84d73c8dcf5da"
21842184
integrity sha512-230RC8sFeHoT6sSUlRO6a8cAnclO06eeiq1QDfiv2FGCLWFvvERWgwIQD4FWqD9A69BN7Lzee4OXwoMVnnsWDw==
21852185

2186+
"@types/trusted-types@^2.0.7":
2187+
version "2.0.7"
2188+
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
2189+
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
2190+
21862191
"@types/yargs-parser@*":
21872192
version "21.0.0"
21882193
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
@@ -3939,10 +3944,12 @@ domhandler@^2.3.0:
39393944
dependencies:
39403945
domelementtype "1"
39413946

3942-
dompurify@^2.0.7:
3943-
version "2.5.4"
3944-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.4.tgz#347e91070963b22db31c7c8d0ce9a0a2c3c08746"
3945-
integrity sha512-l5NNozANzaLPPe0XaAwvg3uZcHtDBnziX/HjsY1UcDj1MxTK8Dd0Kv096jyPK5HRzs/XM5IMj20dW8Fk+HnbUA==
3947+
dompurify@^3.2.4:
3948+
version "3.2.4"
3949+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
3950+
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
3951+
optionalDependencies:
3952+
"@types/trusted-types" "^2.0.7"
39463953

39473954
[email protected], domutils@^1.5.1:
39483955
version "1.5.1"

0 commit comments

Comments
 (0)