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/06/05 07:01:15 UTC

[myfaces-tobago] branch main updated: build(deps): bump bootstrap-icons from 1.10.3 to 1.10.5 in /tobago-theme

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e10c322638 build(deps): bump bootstrap-icons from 1.10.3 to 1.10.5 in /tobago-theme
e10c322638 is described below

commit e10c322638ab70b4fcb4961e71baa42abc8ca690
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 1 16:57:47 2023 +0000

    build(deps): bump bootstrap-icons from 1.10.3 to 1.10.5 in /tobago-theme
    
    Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.10.3 to 1.10.5.
    - [Release notes](https://github.com/twbs/icons/releases)
    - [Commits](https://github.com/twbs/icons/compare/v1.10.3...v1.10.5)
    
    ---
    updated-dependencies:
    - dependency-name: bootstrap-icons
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 24 +++++++++++++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 6f62c450c0..b6743f2dc0 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -11,7 +11,7 @@
       "dependencies": {
         "@trevoreyre/autocomplete-js": "^2.4.1",
         "bootstrap": "5.2.3",
-        "bootstrap-icons": "1.10.3",
+        "bootstrap-icons": "1.10.5",
         "lit-html": "^2.7.0"
       },
       "devDependencies": {
@@ -2195,9 +2195,19 @@
       }
     },
     "node_modules/bootstrap-icons": {
-      "version": "1.10.3",
-      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.3.tgz",
-      "integrity": "sha512-7Qvj0j0idEm/DdX9Q0CpxAnJYqBCFCiUI6qzSPYfERMcokVuV9Mdm/AJiVZI8+Gawe4h/l6zFcOzvV7oXCZArw=="
+      "version": "1.10.5",
+      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.5.tgz",
+      "integrity": "sha512-oSX26F37V7QV7NCE53PPEL45d7EGXmBgHG3pDpZvcRaKVzWMqIRL9wcqJUyEha1esFtM3NJzvmxFXDxjJYD0jQ==",
+      "funding": [
+        {
+          "type": "github",
+          "url": "https://github.com/sponsors/twbs"
+        },
+        {
+          "type": "opencollective",
+          "url": "https://opencollective.com/bootstrap"
+        }
+      ]
     },
     "node_modules/brace-expansion": {
       "version": "1.1.11",
@@ -8220,9 +8230,9 @@
       "requires": {}
     },
     "bootstrap-icons": {
-      "version": "1.10.3",
-      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.3.tgz",
-      "integrity": "sha512-7Qvj0j0idEm/DdX9Q0CpxAnJYqBCFCiUI6qzSPYfERMcokVuV9Mdm/AJiVZI8+Gawe4h/l6zFcOzvV7oXCZArw=="
+      "version": "1.10.5",
+      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.10.5.tgz",
+      "integrity": "sha512-oSX26F37V7QV7NCE53PPEL45d7EGXmBgHG3pDpZvcRaKVzWMqIRL9wcqJUyEha1esFtM3NJzvmxFXDxjJYD0jQ=="
     },
     "brace-expansion": {
       "version": "1.1.11",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 7874495352..9e153b8321 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -69,7 +69,7 @@
   "dependencies": {
     "@trevoreyre/autocomplete-js": "^2.4.1",
     "bootstrap": "5.2.3",
-    "bootstrap-icons": "1.10.3",
+    "bootstrap-icons": "1.10.5",
     "lit-html": "^2.7.0"
   },
   "devDependencies": {