Skip to content

Commit a61a670

Browse files
fix(deps): update dependency dompurify to v3 [security]
1 parent dc9b4a8 commit a61a670

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
@@ -3611,7 +3611,7 @@ __metadata:
36113611
"@emotion/react": ^11.10.5
36123612
"@emotion/styled": ^11.10.5
36133613
"@types/dompurify": ^2.4.0
3614-
dompurify: 2.5.8
3614+
dompurify: 3.2.4
36153615
prop-types: 15.8.1
36163616
react: 17.0.2
36173617
react-from-dom: 0.6.2
@@ -9610,7 +9610,7 @@ __metadata:
96109610
languageName: node
96119611
linkType: hard
96129612

9613-
"@types/trusted-types@npm:*":
9613+
"@types/trusted-types@npm:*, @types/trusted-types@npm:^2.0.7":
96149614
version: 2.0.7
96159615
resolution: "@types/trusted-types@npm:2.0.7"
96169616
checksum: 8e4202766a65877efcf5d5a41b7dd458480b36195e580a3b1085ad21e948bc417d55d6f8af1fd2a7ad008015d4117d5fdfe432731157da3c68678487174e4ba3
@@ -13135,10 +13135,15 @@ __metadata:
1313513135
languageName: node
1313613136
linkType: hard
1313713137

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

0 commit comments

Comments
 (0)