You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/11 18:58:48 UTC

[myfaces-tobago] branch master updated: chore(deps): bump bootstrap in /tobago-theme/tobago-theme-speyside/npm

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

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


The following commit(s) were added to refs/heads/master by this push:
     new af1c1b1  chore(deps): bump bootstrap in /tobago-theme/tobago-theme-speyside/npm
af1c1b1 is described below

commit af1c1b1759b4cbb906c507992a2e590797164237
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 18:57:20 2021 +0000

    chore(deps): bump bootstrap in /tobago-theme/tobago-theme-speyside/npm
    
    Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.0.0-beta1 to 5.0.0-beta2.
    - [Release notes](https://github.com/twbs/bootstrap/releases)
    - [Commits](https://github.com/twbs/bootstrap/compare/v5.0.0-beta1...v5.0.0-beta2)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/tobago-theme-speyside/npm/package-lock.json | 6 +++---
 tobago-theme/tobago-theme-speyside/npm/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/tobago-theme-speyside/npm/package-lock.json b/tobago-theme/tobago-theme-speyside/npm/package-lock.json
index 529ebe1..91e85ec 100644
--- a/tobago-theme/tobago-theme-speyside/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-speyside/npm/package-lock.json
@@ -221,9 +221,9 @@
       "dev": true
     },
     "bootstrap": {
-      "version": "5.0.0-beta1",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta1.tgz",
-      "integrity": "sha512-UrHApw/WRmT7l2rlDdn5iXr7Jps/LlMZtJlLn9G41aGDfss48hyDeYyHtX1C6NHKVcmdUarGG+ve0LZB5iHyTQ=="
+      "version": "5.0.0-beta2",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta2.tgz",
+      "integrity": "sha512-e+uPbPHqTQWKyCX435uVlOmgH9tUt0xtjvyOC7knhKgOS643BrQKuTo+KecGpPV7qlmOyZgCfaM4xxPWtDEN/g=="
     },
     "brace-expansion": {
       "version": "1.1.11",
diff --git a/tobago-theme/tobago-theme-speyside/npm/package.json b/tobago-theme/tobago-theme-speyside/npm/package.json
index 104574b..e761329 100644
--- a/tobago-theme/tobago-theme-speyside/npm/package.json
+++ b/tobago-theme/tobago-theme-speyside/npm/package.json
@@ -47,7 +47,7 @@
     "@trevoreyre/autocomplete": "^2.2.0",
     "@trevoreyre/autocomplete-js": "^2.2.0",
     "vanillajs-datepicker": "^1.0.3",
-    "bootstrap": "5.0.0-beta1"
+    "bootstrap": "5.0.0-beta2"
   },
   "devDependencies": {
     "tobago-core": "file:../../../tobago-core/npm",