You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2019/11/28 13:23:30 UTC

[myfaces-tobago] 01/02: TOBAGO-2013: Upgrade to Bootstrap 4.4.0

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit b425bfa96ea7c452739ad97787ecca7c95dacc4c
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Nov 28 12:01:52 2019 +0100

    TOBAGO-2013: Upgrade to Bootstrap 4.4.0
---
 tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json | 6 +++---
 tobago-theme/tobago-theme-standard/src/main/npm/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json b/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json
index fa827a8..4f80147 100644
--- a/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json
@@ -1847,9 +1847,9 @@
       }
     },
     "bootstrap": {
-      "version": "4.3.1",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.3.1.tgz",
-      "integrity": "sha512-rXqOmH1VilAt2DyPzluTi2blhk17bO7ef+zLLPlWvG494pDxcM234pJ8wTc/6R40UWizAIIMgxjvxZg5kmsbag==",
+      "version": "4.4.0",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.4.0.tgz",
+      "integrity": "sha512-dqCYJNs/Fxa3IVQ+v/lC694POCThUjZsA4wwqs8l+yk67B6ww2Ki++WaM6CVGe5+tArBBrknzjjh01/NT5rLjA==",
       "dev": true
     },
     "brace-expansion": {
diff --git a/tobago-theme/tobago-theme-standard/src/main/npm/package.json b/tobago-theme/tobago-theme-standard/src/main/npm/package.json
index 093436a..96bcc46 100644
--- a/tobago-theme/tobago-theme-standard/src/main/npm/package.json
+++ b/tobago-theme/tobago-theme-standard/src/main/npm/package.json
@@ -43,7 +43,7 @@
     "ajv-keywords": "^3.4.0",
     "autoprefixer": "^9.5.1",
     "babel-jest": "^24.8.0",
-    "bootstrap": "4.3.1",
+    "bootstrap": "4.4.0",
     "core-js": "3.1.2",
     "clean-css-cli": "^4.3.0",
     "eslint": "^5.16.0",