You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by th...@apache.org on 2022/08/22 18:16:52 UTC

[nifi] branch main updated: NIFI-10368 Upgraded jQuery UI from 1.12.1 to 1.13.2

This is an automated email from the ASF dual-hosted git repository.

thenatog pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a065538e2 NIFI-10368 Upgraded jQuery UI from 1.12.1 to 1.13.2
0a065538e2 is described below

commit 0a065538e25c4d3f06df651bfd7a2e93b17e72b0
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Wed Aug 17 16:20:20 2022 -0500

    NIFI-10368 Upgraded jQuery UI from 1.12.1 to 1.13.2
    
    Signed-off-by: Nathan Gough <th...@gmail.com>
    
    This closes #6312.
---
 .../nifi-web-ui/src/main/frontend/package-lock.json  | 20 +++++++++++++-------
 .../nifi-web-ui/src/main/frontend/package.json       |  2 +-
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package-lock.json b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package-lock.json
index c18f1a73da..da06a46175 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package-lock.json
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package-lock.json
@@ -22,7 +22,7 @@
         "jquery": "3.6.0",
         "jquery-form": "3.50.0",
         "jquery-minicolors": "2.1.10",
-        "jquery-ui-dist": "1.12.1",
+        "jquery-ui-dist": "1.13.2",
         "JSON2": "0.1.0",
         "jsonlint": "1.6.3",
         "lodash": "4.17.21",
@@ -468,9 +468,12 @@
       }
     },
     "node_modules/jquery-ui-dist": {
-      "version": "1.12.1",
-      "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
-      "integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo="
+      "version": "1.13.2",
+      "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz",
+      "integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==",
+      "dependencies": {
+        "jquery": ">=1.8.0 <4.0.0"
+      }
     },
     "node_modules/json-format": {
       "version": "1.0.1",
@@ -1027,9 +1030,12 @@
       }
     },
     "jquery-ui-dist": {
-      "version": "1.12.1",
-      "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.12.1.tgz",
-      "integrity": "sha1-XAgV08xvkP9fqvWyaKbiO0ypBPo="
+      "version": "1.13.2",
+      "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.2.tgz",
+      "integrity": "sha512-oVDRd1NLtTbBwpRKAYdIRgpWVDzeBhfy7Gu0RmY6JEaZtmBq6kDn1pm5SgDiAotrnDS+RoTRXO6xvcNTxA9tOA==",
+      "requires": {
+        "jquery": ">=1.8.0 <4.0.0"
+      }
     },
     "json-format": {
       "version": "1.0.1",
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json
index 5a7dccdb44..1fb7de320e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/package.json
@@ -35,7 +35,7 @@
     "jquery": "3.6.0",
     "jquery-form": "3.50.0",
     "jquery-minicolors": "2.1.10",
-    "jquery-ui-dist": "1.12.1",
+    "jquery-ui-dist": "1.13.2",
     "JSON2": "0.1.0",
     "jsonlint": "1.6.3",
     "lodash": "4.17.21",