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/03/24 10:23:34 UTC

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

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 5e9c271  build(deps): bump bootstrap in /tobago-theme
5e9c271 is described below

commit 5e9c271fcb146407e25b7da3125b769a89fd8f4d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 24 07:42:34 2021 +0000

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

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index bac728b..91bbc58 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1531,9 +1531,9 @@
       "dev": true
     },
     "bootstrap": {
-      "version": "5.0.0-beta2",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta2.tgz",
-      "integrity": "sha512-e+uPbPHqTQWKyCX435uVlOmgH9tUt0xtjvyOC7knhKgOS643BrQKuTo+KecGpPV7qlmOyZgCfaM4xxPWtDEN/g=="
+      "version": "5.0.0-beta3",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.0.0-beta3.tgz",
+      "integrity": "sha512-0urccjfIOzhrb9qJysN8XW/DRw6rg3zH7qLeKIp4Zyl8+Ens4JWB0NC0cB5AhnSFPd2tftRggjwCMxablo6Tpg=="
     },
     "brace-expansion": {
       "version": "1.1.11",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index b4c108b..9d69fc6 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -64,7 +64,7 @@
   "dependencies": {
     "@trevoreyre/autocomplete-js": "^2.2.0",
     "vanillajs-datepicker": "^1.1.4",
-    "bootstrap": "5.0.0-beta2"
+    "bootstrap": "5.0.0-beta3"
   },
   "devDependencies": {
     "@popperjs/core": "^2.9.1",