Skip to content

Commit 37dadb0

Browse files
committed
Merge branch 'main' into dev
2 parents a00c777 + 1585d77 commit 37dadb0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ag-grid-enterprise": "^32.0.2",
1717
"ag-grid-react": "^32.0.2",
1818
"d3": "^7.3.0",
19-
"dompurify": "^3.1.7",
19+
"dompurify": "^3.2.4",
2020
"localforage": "^1.10.0",
2121
"lodash": "^4.17.21",
2222
"markdown-to-jsx": "^7.4.0",

yarn.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@
12001200
resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5"
12011201
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
12021202

1203-
"@types/trusted-types@*":
1203+
"@types/trusted-types@*", "@types/trusted-types@^2.0.7":
12041204
version "2.0.7"
12051205
resolved "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
12061206
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
@@ -2173,10 +2173,12 @@ dom-helpers@^5.0.1:
21732173
"@babel/runtime" "^7.8.7"
21742174
csstype "^3.0.2"
21752175

2176-
dompurify@^3.1.7:
2177-
version "3.1.7"
2178-
resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.1.7.tgz#711a8c96479fb6ced93453732c160c3c72418a6a"
2179-
integrity sha512-VaTstWtsneJY8xzy7DekmYWEOZcmzIe3Qb3zPd4STve1OBTa+e+WmS1ITQec1fZYXI3HCsOZZiSMpG6oxoWMWQ==
2176+
dompurify@^3.2.4:
2177+
version "3.2.4"
2178+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
2179+
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
2180+
optionalDependencies:
2181+
"@types/trusted-types" "^2.0.7"
21802182

21812183
emoji-regex@^8.0.0:
21822184
version "8.0.0"

0 commit comments

Comments
 (0)