Skip to content

Commit

Permalink
fix(deps): update dependency dompurify to v3.1.3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 2d1dfa0 commit c98d5d2
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/plugins/blocks/blocks-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@lowdefy/block-utils": "4.3.0",
"@lowdefy/helpers": "4.3.0",
"dompurify": "3.0.6",
"dompurify": "3.1.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/blocks/blocks-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@lowdefy/block-utils": "4.3.0",
"dompurify": "3.0.6",
"dompurify": "3.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/block-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@emotion/css": "11.11.2",
"@lowdefy/helpers": "4.3.0",
"dompurify": "3.0.6",
"dompurify": "3.1.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
34 changes: 25 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c98d5d2

Please sign in to comment.