Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency dompurify to v3 [security] #3063

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/components/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/dompurify": "^2.4.0",
"dompurify": "2.5.8",
"dompurify": "3.2.4",
"prop-types": "15.8.1",
"react-from-dom": "0.6.2"
},
Expand Down
17 changes: 11 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@ __metadata:
"@emotion/react": ^11.10.5
"@emotion/styled": ^11.10.5
"@types/dompurify": ^2.4.0
dompurify: 2.5.8
dompurify: 3.2.4
prop-types: 15.8.1
react: 17.0.2
react-from-dom: 0.6.2
Expand Down Expand Up @@ -9617,7 +9617,7 @@ __metadata:
languageName: node
linkType: hard

"@types/trusted-types@npm:*":
"@types/trusted-types@npm:*, @types/trusted-types@npm:^2.0.7":
version: 2.0.7
resolution: "@types/trusted-types@npm:2.0.7"
checksum: 8e4202766a65877efcf5d5a41b7dd458480b36195e580a3b1085ad21e948bc417d55d6f8af1fd2a7ad008015d4117d5fdfe432731157da3c68678487174e4ba3
Expand Down Expand Up @@ -13142,10 +13142,15 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:2.5.8":
version: 2.5.8
resolution: "dompurify@npm:2.5.8"
checksum: 8d7acd42bfc75d3dd9030d61201e346fffc4fd5f62e491a446564f0d5e0ffc1635712ccf7781302b00c4fefe412a030b5434c9e803605d81343e923b088cde7e
"dompurify@npm:3.2.4":
version: 3.2.4
resolution: "dompurify@npm:3.2.4"
dependencies:
"@types/trusted-types": ^2.0.7
dependenciesMeta:
"@types/trusted-types":
optional: true
checksum: 7a299cbbfe3b3d189e5fc77ab94ad312807e37fda1e24a927548b76a58a9c98137e612ce8d94a2f6cd3d3db59844f14fca477676b5eae6103568a82142771df6
languageName: node
linkType: hard

Expand Down
Loading