Browse Source

[frontend] Upgrade jquery-ui to 1.13.2

Johan Åhlén 3 years ago
parent
commit
00ade8c111
2 changed files with 8 additions and 8 deletions
  1. 7 7
      package-lock.json
  2. 1 1
      package.json

+ 7 - 7
package-lock.json

@@ -25,7 +25,7 @@
         "jquery-contextmenu": "2.9.2",
         "jquery-form": "4.3.0",
         "jquery-mousewheel": "3.1.13",
-        "jquery-ui": "1.13.0",
+        "jquery-ui": "1.13.2",
         "jquery.cookie": "1.4.1",
         "knockout": "3.5.1",
         "knockout-sortable": "1.2.0",
@@ -12887,9 +12887,9 @@
       "integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU="
     },
     "node_modules/jquery-ui": {
-      "version": "1.13.0",
-      "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
-      "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
+      "version": "1.13.2",
+      "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz",
+      "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==",
       "dependencies": {
         "jquery": ">=1.8.0 <4.0.0"
       }
@@ -29810,9 +29810,9 @@
       "integrity": "sha1-BvAzXxbjU6aV5yBr9QUDy1I6buU="
     },
     "jquery-ui": {
-      "version": "1.13.0",
-      "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.0.tgz",
-      "integrity": "sha512-Osf7ECXNTYHtKBkn9xzbIf9kifNrBhfywFEKxOeB/OVctVmLlouV9mfc2qXCp6uyO4Pn72PXKOnj09qXetopCw==",
+      "version": "1.13.2",
+      "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.13.2.tgz",
+      "integrity": "sha512-wBZPnqWs5GaYJmo1Jj0k/mrSkzdQzKDwhXNtHKcBdAcKVxMM3KNYFq+iJ2i1rwiG53Z8M4mTn3Qxrm17uH1D4Q==",
       "requires": {
         "jquery": ">=1.8.0 <4.0.0"
       }

+ 1 - 1
package.json

@@ -46,7 +46,7 @@
     "jquery-contextmenu": "2.9.2",
     "jquery-form": "4.3.0",
     "jquery-mousewheel": "3.1.13",
-    "jquery-ui": "1.13.0",
+    "jquery-ui": "1.13.2",
     "jquery.cookie": "1.4.1",
     "knockout": "3.5.1",
     "knockout-sortable": "1.2.0",