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

Bump dompurify from 3.2.2 to 3.2.3 in /frontend-react in the sanitizers group #16799

Merged
Merged
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 frontend-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dompurify": "^3.2.2",
"dompurify": "^3.2.3",
"export-to-csv-fix-source-map": "^0.2.1",
"focus-trap-react": "^10.3.1",
"history": "^5.3.0",
Expand Down
16 changes: 14 additions & 2 deletions frontend-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4947,7 +4947,7 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:*, dompurify@npm:^3.2.2":
"dompurify@npm:*":
version: 3.2.2
resolution: "dompurify@npm:3.2.2"
dependencies:
Expand All @@ -4959,6 +4959,18 @@ __metadata:
languageName: node
linkType: hard

"dompurify@npm:^3.2.3":
version: 3.2.3
resolution: "dompurify@npm:3.2.3"
dependencies:
"@types/trusted-types": ^2.0.7
dependenciesMeta:
"@types/trusted-types":
optional: true
checksum: cd66ae8b22e1cfe5bc207b95fc119ce62f9a56eb313a9a1af6262d789d84e7bd27e29f26ed80110d108670dacb9527cb96ddf48a1da89126a37ec8b48702279a
languageName: node
linkType: hard

"domutils@npm:^3.0.1":
version: 3.0.1
resolution: "domutils@npm:3.0.1"
Expand Down Expand Up @@ -9882,7 +9894,7 @@ __metadata:
cross-env: ^7.0.3
date-fns: ^4.1.0
date-fns-tz: ^3.2.0
dompurify: ^3.2.2
dompurify: ^3.2.3
dotenv-flow: ^4.1.0
eslint: 9.17.0
eslint-config-prettier: ^9.1.0
Expand Down
Loading