You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/10/07 22:20:32 UTC

[trafficcontrol] branch master updated: Update jquery (#6242)

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

ocket8888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new cc19a61  Update jquery (#6242)
cc19a61 is described below

commit cc19a61678ae75827f8c7f29135da3644ece295d
Author: Steve Hamrick <sh...@users.noreply.github.com>
AuthorDate: Thu Oct 7 16:20:26 2021 -0600

    Update jquery (#6242)
---
 traffic_portal/package-lock.json | 19 +++++++++----------
 traffic_portal/package.json      |  2 +-
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/traffic_portal/package-lock.json b/traffic_portal/package-lock.json
index 62dfbd5..0309e94 100644
--- a/traffic_portal/package-lock.json
+++ b/traffic_portal/package-lock.json
@@ -1,12 +1,11 @@
 {
   "name": "traffic_portal",
-  "version": "6.0.0",
+  "version": "6.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
-      "name": "traffic_portal",
-      "version": "6.0.0",
+      "version": "6.1.0",
       "dependencies": {
         "@uirouter/angularjs": "0.4.2",
         "ag-grid-community": "23.2.0",
@@ -23,7 +22,7 @@
         "es5-shim": "4.5.6",
         "flot": "2.3.2",
         "font-awesome": "4.5.0",
-        "jquery": "2.1.4",
+        "jquery": "3.6.0",
         "jquery.flot.tooltip": "0.9.0",
         "json3": "3.3.2"
       },
@@ -4428,9 +4427,9 @@
       }
     },
     "node_modules/jquery": {
-      "version": "2.1.4",
-      "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz",
-      "integrity": "sha1-IoveaYoMYUMdwmMKahVPFYkNIxc="
+      "version": "3.6.0",
+      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
+      "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
     },
     "node_modules/jquery.flot.tooltip": {
       "version": "0.9.0",
@@ -11838,9 +11837,9 @@
       "dev": true
     },
     "jquery": {
-      "version": "2.1.4",
-      "resolved": "https://registry.npmjs.org/jquery/-/jquery-2.1.4.tgz",
-      "integrity": "sha1-IoveaYoMYUMdwmMKahVPFYkNIxc="
+      "version": "3.6.0",
+      "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
+      "integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
     },
     "jquery.flot.tooltip": {
       "version": "0.9.0",
diff --git a/traffic_portal/package.json b/traffic_portal/package.json
index 5a3eddb..2bfb0da 100644
--- a/traffic_portal/package.json
+++ b/traffic_portal/package.json
@@ -54,7 +54,7 @@
     "es5-shim": "4.5.6",
     "flot": "2.3.2",
     "font-awesome": "4.5.0",
-    "jquery": "2.1.4",
+    "jquery": "3.6.0",
     "jquery.flot.tooltip": "0.9.0",
     "json3": "3.3.2"
   }