You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/02/19 16:08:34 UTC

[knox] branch master updated: KNOX-1784 - Upgrade bootstrap to 3.4.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c5d4111  KNOX-1784 - Upgrade bootstrap to 3.4.1
c5d4111 is described below

commit c5d4111a0ddf1831da8b16abfd0ecf0518aa1dea
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Feb 19 10:34:30 2019 -0500

    KNOX-1784 - Upgrade bootstrap to 3.4.1
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 gateway-admin-ui/package-lock.json | 6 +++---
 gateway-admin-ui/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gateway-admin-ui/package-lock.json b/gateway-admin-ui/package-lock.json
index 006f50a..c961cdb 100644
--- a/gateway-admin-ui/package-lock.json
+++ b/gateway-admin-ui/package-lock.json
@@ -938,9 +938,9 @@
       }
     },
     "bootstrap": {
-      "version": "3.4.0",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.0.tgz",
-      "integrity": "sha512-F1yTDO9OHKH0xjl03DsOe8Nu1OWBIeAugGMhy3UTIYDdbbIPesQIhCEbj+HEr6wqlwweGAlP8F3OBC6kEuhFuw=="
+      "version": "3.4.1",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-3.4.1.tgz",
+      "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA=="
     },
     "brace": {
       "version": "0.10.0",
diff --git a/gateway-admin-ui/package.json b/gateway-admin-ui/package.json
index ec500de..202073b 100644
--- a/gateway-admin-ui/package.json
+++ b/gateway-admin-ui/package.json
@@ -18,7 +18,7 @@
     "@angular/platform-browser": "^5.2.0",
     "@angular/platform-browser-dynamic": "^5.2.0",
     "@angular/router": "^5.2.0",
-    "bootstrap": "^3.4.0",
+    "bootstrap": "^3.4.1",
     "core-js": "^2.6.4",
     "jquery": ">=3.0.0",
     "js-yaml": "^3.12.1",