escape input before using it as a regex

This commit is contained in:
Athou
2023-06-27 19:11:17 +02:00
parent adf20327bd
commit e208d4ae1e
3 changed files with 31 additions and 5 deletions

View File

@@ -30,6 +30,7 @@
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"dayjs": "^1.11.7",
"escape-string-regexp": "^5.0.0",
"interweave": "^13.1.0",
"monaco-editor": "^0.38.0",
"mousetrap": "^1.6.5",