You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/08/04 08:33:34 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump bootstrap from 5.3.0 to 5.3.1 in /tobago-theme

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 1845d390e5 build(deps): bump bootstrap from 5.3.0 to 5.3.1 in /tobago-theme
1845d390e5 is described below

commit 1845d390e5bb4eace136673acad0ebbda7c7548f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 1 18:44:29 2023 +0000

    build(deps): bump bootstrap from 5.3.0 to 5.3.1 in /tobago-theme
    
    Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.0 to 5.3.1.
    - [Release notes](https://github.com/twbs/bootstrap/releases)
    - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.0...v5.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: bootstrap
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 16 ++++++++--------
 tobago-theme/package.json      |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 0b3ea99873..f8e54bd48f 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -10,7 +10,7 @@
       "license": "Apache-2.0",
       "dependencies": {
         "@trevoreyre/autocomplete-js": "^2.4.1",
-        "bootstrap": "5.3.0",
+        "bootstrap": "5.3.1",
         "bootstrap-icons": "1.10.5",
         "lit-html": "^2.7.5"
       },
@@ -2076,9 +2076,9 @@
       }
     },
     "node_modules/bootstrap": {
-      "version": "5.3.0",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz",
-      "integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==",
+      "version": "5.3.1",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz",
+      "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==",
       "funding": [
         {
           "type": "github",
@@ -2090,7 +2090,7 @@
         }
       ],
       "peerDependencies": {
-        "@popperjs/core": "^2.11.7"
+        "@popperjs/core": "^2.11.8"
       }
     },
     "node_modules/bootstrap-icons": {
@@ -8027,9 +8027,9 @@
       "dev": true
     },
     "bootstrap": {
-      "version": "5.3.0",
-      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.0.tgz",
-      "integrity": "sha512-UnBV3E3v4STVNQdms6jSGO2CvOkjUMdDAVR2V5N4uCMdaIkaQjbcEAMqRimDHIs4uqBYzDAKCQwCB+97tJgHQw==",
+      "version": "5.3.1",
+      "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.1.tgz",
+      "integrity": "sha512-jzwza3Yagduci2x0rr9MeFSORjcHpt0lRZukZPZQJT1Dth5qzV7XcgGqYzi39KGAVYR8QEDVoO0ubFKOxzMG+g==",
       "requires": {}
     },
     "bootstrap-icons": {
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 3511c19c13..dc732262f6 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -68,7 +68,7 @@
   },
   "dependencies": {
     "@trevoreyre/autocomplete-js": "^2.4.1",
-    "bootstrap": "5.3.0",
+    "bootstrap": "5.3.1",
     "bootstrap-icons": "1.10.5",
     "lit-html": "^2.7.5"
   },