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 2021/10/19 07:37:47 UTC

[myfaces-tobago] branch master updated: build(deps): bump bootstrap-icons from 1.6.0 to 1.6.1 in /tobago-theme

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

hnoeth 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 08f2cf6  build(deps): bump bootstrap-icons from 1.6.0 to 1.6.1 in /tobago-theme
08f2cf6 is described below

commit 08f2cf6771edc43642b9959b33ac320b0155fc0e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 19 07:25:08 2021 +0000

    build(deps): bump bootstrap-icons from 1.6.0 to 1.6.1 in /tobago-theme
    
    Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/twbs/icons/releases)
    - [Commits](https://github.com/twbs/icons/compare/v1.6.0...v1.6.1)
    
    ---
    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 | 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 dfe487d..c21a9d4 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1587,9 +1587,9 @@
       "integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q=="
     },
     "bootstrap-icons": {
-      "version": "1.6.0",
-      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.0.tgz",
-      "integrity": "sha512-zJmZurKexL7oXS+KOnSSFFsKi2asXMzPWCRRwxrq7bj1YbURHr/paCwzRWIPLPsZYh8osQL+W+2uzLlt9EPfnw=="
+      "version": "1.6.1",
+      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.6.1.tgz",
+      "integrity": "sha512-MNpF89+njCdVJePDRbCd2DrUusqIyNsPlBrdKqBEXAvFZpwb+Gc8k2VlyF2ueiDQn1PoeTSg9UqQNgx8tGqHAA=="
     },
     "brace-expansion": {
       "version": "1.1.11",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index dcfef69..9c25151 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -62,7 +62,7 @@
   "dependencies": {
     "@trevoreyre/autocomplete-js": "^2.2.0",
     "bootstrap": "5.1.3",
-    "bootstrap-icons": "1.6.0"
+    "bootstrap-icons": "1.6.1"
   },
   "devDependencies": {
     "@popperjs/core": "^2.10.2",