Fix frontend bug when filtering with special character (#9307)

Fixes #8767
This commit is contained in:
Félix Malfait
2025-01-02 13:43:27 +01:00
committed by GitHub
parent afae244057
commit 2290ed8f87
3 changed files with 25 additions and 2 deletions

View File

@ -114,6 +114,7 @@
"lodash.chunk": "^4.2.0",
"lodash.compact": "^3.0.1",
"lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2",
"lodash.groupby": "^4.6.0",
"lodash.identity": "^3.0.0",
"lodash.isempty": "^4.4.0",
@ -254,6 +255,7 @@
"@types/lodash.camelcase": "^4.3.7",
"@types/lodash.compact": "^3.0.9",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.escaperegexp": "^4.1.9",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.identity": "^3.0.9",
"@types/lodash.isempty": "^4.4.7",