From 55b3a355be55d8ef5378992129ddb2d2e608c92d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 23:18:02 -0500 Subject: [PATCH] fix(deps): update dependency jquery-ui to v1.13.1 (#10186) Co-authored-by: Renovate Bot --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index aa4ef3c69a..2eb0b6b2f1 100644 --- a/install/package.json +++ b/install/package.json @@ -67,7 +67,7 @@ "jquery-deserialize": "2.0.0", "jquery-form": "4.3.0", "jquery-serializeobject": "1.0.0", - "jquery-ui": "1.13.0", + "jquery-ui": "1.13.1", "jsesc": "3.0.2", "json2csv": "5.0.6", "jsonwebtoken": "8.5.1",