Skip to content

Commit 4affa28

Browse files
committed
fix: packages/module/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8722251
1 parent bbdf71a commit 4affa28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"marked": "^15.0.6"
5252
},
5353
"dependencies": {
54-
"dompurify": "^3.1.3",
54+
"dompurify": "^3.2.4",
5555
"history": "^5.0.0"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)