From fd1fa88c680d2068eb47ecfa8dbfd74caf194140 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Mon, 12 Aug 2024 17:12:06 +0530 Subject: [PATCH] Update XStatic-JQuery.quicksearch min. version to include latest CVE fix This patch updates XStatic-JQuery.quicksearch minimum version to ensure the latest security vulnerabilities are addressed. Closes-Bug: 2070486 Change-Id: Id8d00b325ad563ca7c720c758f4da928fed176cd --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b2af001f94..e7178e2028 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ XStatic-Font-Awesome>=4.7.0.0 # SIL OFL 1.1 License, MIT License XStatic-Jasmine>=2.4.1.1 # MIT License XStatic-jQuery>=3.5.1.1 # MIT License XStatic-JQuery-Migrate>=3 # MIT License -XStatic-JQuery.quicksearch>=2.0.3.1 # MIT License +XStatic-JQuery.quicksearch>=2.0.3.2 # MIT License XStatic-JQuery.TableSorter>=2.14.5.1 # MIT License XStatic-jquery-ui>=1.13.0.1 # MIT License XStatic-JSEncrypt>=2.3.1.1 # MIT License