Skip to content

Commit 75d5211

Browse files
authored
Merge pull request #9351 from Fryguy/update_dom_purify
Update dompurify to the latest
2 parents 319e8d8 + 401938b commit 75d5211

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"connected-react-router": "~6.7.0",
6969
"create-react-context": "~0.3.0",
7070
"d3": "^7.8.2",
71-
"dompurify": "^2.3.6",
71+
"dompurify": "^3.2.4",
7272
"eonasdan-bootstrap-datetimepicker": "~4.17.49",
7373
"es6-shim": "~0.35.3",
7474
"history": "^4.7.2",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2715,6 +2715,13 @@ __metadata:
27152715
languageName: node
27162716
linkType: hard
27172717

2718+
"@types/trusted-types@npm:^2.0.7":
2719+
version: 2.0.7
2720+
resolution: "@types/trusted-types@npm:2.0.7"
2721+
checksum: 10/8e4202766a65877efcf5d5a41b7dd458480b36195e580a3b1085ad21e948bc417d55d6f8af1fd2a7ad008015d4117d5fdfe432731157da3c68678487174e4ba3
2722+
languageName: node
2723+
linkType: hard
2724+
27182725
"@types/unist@npm:^2, @types/unist@npm:^2.0.0, @types/unist@npm:^2.0.2, @types/unist@npm:^2.0.3":
27192726
version: 2.0.10
27202727
resolution: "@types/unist@npm:2.0.10"
@@ -6719,10 +6726,15 @@ __metadata:
67196726
languageName: node
67206727
linkType: hard
67216728

6722-
"dompurify@npm:^2.3.6":
6723-
version: 2.5.5
6724-
resolution: "dompurify@npm:2.5.5"
6725-
checksum: 10/4429b9b22a0e67391c27b497b77d6417dd434b63e4d96de6470b6bc37faf2db8669a81aa05b012fbccb6c4ac694e7d8008204cf560b321cd23b97d79611cdc16
6729+
"dompurify@npm:^3.2.4":
6730+
version: 3.2.4
6731+
resolution: "dompurify@npm:3.2.4"
6732+
dependencies:
6733+
"@types/trusted-types": "npm:^2.0.7"
6734+
dependenciesMeta:
6735+
"@types/trusted-types":
6736+
optional: true
6737+
checksum: 10/98570c53385518a2f9b617f796926338856acfdd3369c88b5905bddf96bd7d391bf8a5433127155e0046e6faa2bfb767185fcd571b865dfabe624c099e2537f5
67266738
languageName: node
67276739
linkType: hard
67286740

@@ -11634,7 +11646,7 @@ __metadata:
1163411646
css-loader: "npm:~3.4.2"
1163511647
cypress: "npm:12.17.1"
1163611648
d3: "npm:^7.8.2"
11637-
dompurify: "npm:^2.3.6"
11649+
dompurify: "npm:^3.2.4"
1163811650
duplicate-package-checker-webpack-plugin: "npm:~3.0.0"
1163911651
enhanced-resolve: "npm:~4.0.0"
1164011652
enzyme: "npm:^3.9.0"

0 commit comments

Comments
 (0)