Skip to content

Commit

Permalink
fix: pick overrides from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinkrustev committed May 31, 2024
1 parent 4f05908 commit a78306e
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 110 deletions.
211 changes: 102 additions & 109 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,12 @@
},
"overrides": {
"shins": {
"ejs": "3.1.7"
"ejs": "^3.1.7",
"sanitize-html": "2.12.1",
"jsonpointer": "5.0.0",
"markdown-it": "12.3.2",
"yargs-parser": "13.1.2",
"postcss": "8.4.31"
}
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit a78306e

Please sign in to comment.