fix: ReDoS attack vulnerability when searching documents that contain many space characters

see: https://github.com/outline/outline/pull/2097
see: https://snyk.io/vuln/SNYK-JS-REMOVEMARKDOWN-73635
This commit is contained in:
Tom Moor
2021-04-28 22:44:05 -07:00
parent 61b2e63a44
commit 4d68a34897
2 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@
"@sentry/react": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@tippy.js/react": "^2.2.2",
"@tommoor/remove-markdown": "0.3.1",
"@tommoor/remove-markdown": "^0.3.2",
"autotrack": "^2.4.1",
"aws-sdk": "^2.831.0",
"babel-plugin-lodash": "^3.3.4",