Marked: Upgrade and always sanitize by default (#28796)
* Marked: Upgrade and always sanitize by default * Added test * corrected text panel logic
Showing
... | ... | @@ -95,7 +95,6 @@ |
"@types/jquery": "3.3.38", | ||
"@types/lodash": "4.14.149", | ||
"@types/lru-cache": "^5.1.0", | ||
"@types/marked": "1.1.0", | ||
"@types/moment-timezone": "0.5.13", | ||
"@types/mousetrap": "1.6.3", | ||
"@types/node": "13.7.0", | ||
... | ... | @@ -247,7 +246,6 @@ |
"jsurl": "^0.1.5", | ||
"lodash": "4.17.19", | ||
"lru-cache": "^5.1.1", | ||
"marked": "1.1.1", | ||
"md5": "^2.2.1", | ||
"memoize-one": "5.1.1", | ||
"moment": "2.24.0", | ||
... | ... |
... | ... | @@ -28,6 +28,7 @@ |
"eventemitter3": "4.0.7", | ||
"lodash": "4.17.19", | ||
"rxjs": "6.6.3", | ||
"marked": "1.2.2", | ||
"xss": "1.0.6" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -40,6 +41,7 @@ |
"@types/jquery": "3.3.38", | ||
"@types/lodash": "4.14.123", | ||
"@types/node": "10.14.1", | ||
"@types/marked": "1.1.0", | ||
"@types/papaparse": "5.2.0", | ||
"@types/react": "16.8.16", | ||
"@types/rollup-plugin-visualizer": "2.6.0", | ||
... | ... |
Please
register
or
sign in
to comment