Updates
This commit is contained in:
parent
3d4ee58d01
commit
a68e42beab
@ -24,6 +24,16 @@ const sanitizeHtmlOptions = {
|
||||
"pre",
|
||||
"code",
|
||||
"br",
|
||||
"table",
|
||||
"tr",
|
||||
"td",
|
||||
"th",
|
||||
"thead",
|
||||
"tbody",
|
||||
"tfoot",
|
||||
"caption",
|
||||
"colgroup",
|
||||
"col",
|
||||
],
|
||||
allowedAttributes: {
|
||||
a: ["href", "title", "class", "style", "target"],
|
||||
|
||||
@ -22,6 +22,16 @@ const sanitizeHtmlOptions = {
|
||||
"pre",
|
||||
"code",
|
||||
"br",
|
||||
"table",
|
||||
"tr",
|
||||
"td",
|
||||
"th",
|
||||
"thead",
|
||||
"tbody",
|
||||
"tfoot",
|
||||
"caption",
|
||||
"colgroup",
|
||||
"col",
|
||||
],
|
||||
allowedAttributes: {
|
||||
a: ["href", "title", "class", "style", "target"],
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@moduletrace/datasquirel",
|
||||
"version": "5.7.54",
|
||||
"version": "5.7.55",
|
||||
"description": "Cloud-based SQL data management tool",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user