From acfbea01d29e393c840613f607caf9bbfa03988a Mon Sep 17 00:00:00 2001 From: Eric Dunsworth <1907279+EricDunsworth@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:24:28 -0500 Subject: [PATCH] Build: Update WET DataTables dependency to ~1.13.8 Related to wet-boew/wet-boew#9700. --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index e5772d4da8..9847e3d89b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11603,7 +11603,7 @@ "requires": { "bootstrap-sass": "3.4.1", "code-prettify": "^0.1.0", - "datatables.net": "1.11.4", + "datatables.net": "~1.13.8", "dompurify": "^2.4.4", "es5-shim": "2.3.0", "fast-json-patch": "github:wet-boew/JSON-Patch#wb1.0+1.1.4",