Skip to content

Commit f1669ef

Browse files
fix(deps): update dependency dompurify to v3 [security]
1 parent 7e99464 commit f1669ef

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

packages/components/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@emotion/react": "^11.10.5",
4545
"@emotion/styled": "^11.10.5",
4646
"@types/dompurify": "^2.4.0",
47-
"dompurify": "2.5.8",
47+
"dompurify": "3.2.4",
4848
"prop-types": "15.8.1",
4949
"react-from-dom": "0.6.2"
5050
},

yarn.lock

+11-6
Original file line numberDiff line numberDiff line change
@@ -3610,7 +3610,7 @@ __metadata:
36103610
"@emotion/react": ^11.10.5
36113611
"@emotion/styled": ^11.10.5
36123612
"@types/dompurify": ^2.4.0
3613-
dompurify: 2.5.8
3613+
dompurify: 3.2.4
36143614
prop-types: 15.8.1
36153615
react: 17.0.2
36163616
react-from-dom: 0.6.2
@@ -9609,7 +9609,7 @@ __metadata:
96099609
languageName: node
96109610
linkType: hard
96119611

9612-
"@types/trusted-types@npm:*":
9612+
"@types/trusted-types@npm:*, @types/trusted-types@npm:^2.0.7":
96139613
version: 2.0.7
96149614
resolution: "@types/trusted-types@npm:2.0.7"
96159615
checksum: 8e4202766a65877efcf5d5a41b7dd458480b36195e580a3b1085ad21e948bc417d55d6f8af1fd2a7ad008015d4117d5fdfe432731157da3c68678487174e4ba3
@@ -13134,10 +13134,15 @@ __metadata:
1313413134
languageName: node
1313513135
linkType: hard
1313613136

13137-
"dompurify@npm:2.5.8":
13138-
version: 2.5.8
13139-
resolution: "dompurify@npm:2.5.8"
13140-
checksum: 8d7acd42bfc75d3dd9030d61201e346fffc4fd5f62e491a446564f0d5e0ffc1635712ccf7781302b00c4fefe412a030b5434c9e803605d81343e923b088cde7e
13137+
"dompurify@npm:3.2.4":
13138+
version: 3.2.4
13139+
resolution: "dompurify@npm:3.2.4"
13140+
dependencies:
13141+
"@types/trusted-types": ^2.0.7
13142+
dependenciesMeta:
13143+
"@types/trusted-types":
13144+
optional: true
13145+
checksum: 7a299cbbfe3b3d189e5fc77ab94ad312807e37fda1e24a927548b76a58a9c98137e612ce8d94a2f6cd3d3db59844f14fca477676b5eae6103568a82142771df6
1314113146
languageName: node
1314213147
linkType: hard
1314313148

0 commit comments

Comments
 (0)