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 2022/05/17 12:26:09 UTC

[myfaces-tobago] branch master updated: build(deps): bump bootstrap-icons from 1.8.1 to 1.8.2 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 f90a23cf5b build(deps): bump bootstrap-icons from 1.8.1 to 1.8.2 in /tobago-theme
f90a23cf5b is described below

commit f90a23cf5b6d4b169edb10b1452fde2b3206005d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 16 16:10:30 2022 +0000

    build(deps): bump bootstrap-icons from 1.8.1 to 1.8.2 in /tobago-theme
    
    Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/twbs/icons/releases)
    - [Commits](https://github.com/twbs/icons/compare/v1.8.1...v1.8.2)
    
    ---
    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 | 17 +++++++----------
 tobago-theme/package.json      |  2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index ac9a978588..4c3a7b09a4 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -11,7 +11,7 @@
       "dependencies": {
         "@trevoreyre/autocomplete-js": "^2.2.0",
         "bootstrap": "5.1.3",
-        "bootstrap-icons": "1.8.1"
+        "bootstrap-icons": "1.8.2"
       },
       "devDependencies": {
         "@popperjs/core": "^2.11.5",
@@ -1892,12 +1892,9 @@
       }
     },
     "node_modules/bootstrap-icons": {
-      "version": "1.8.1",
-      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.1.tgz",
-      "integrity": "sha512-IXUqislddPJfwq6H+2nTkHyr9epO9h6u1AG0OZCx616w+TgzeoCjfmI3qJMQqt1J586gN2IxzB4M99Ip4sTZ1w==",
-      "engines": {
-        "node": ">=10"
-      }
+      "version": "1.8.2",
+      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.2.tgz",
+      "integrity": "sha512-jhNjdPzvUqKOr9o0XhCZAZDWVeuOg6mJHtSj2bhiqfamZVg6ekMYNgG7pRY4GItbjIwrTaht3dNbXGbX3eJNLQ=="
     },
     "node_modules/brace-expansion": {
       "version": "1.1.11",
@@ -8468,9 +8465,9 @@
       "requires": {}
     },
     "bootstrap-icons": {
-      "version": "1.8.1",
-      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.1.tgz",
-      "integrity": "sha512-IXUqislddPJfwq6H+2nTkHyr9epO9h6u1AG0OZCx616w+TgzeoCjfmI3qJMQqt1J586gN2IxzB4M99Ip4sTZ1w=="
+      "version": "1.8.2",
+      "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.8.2.tgz",
+      "integrity": "sha512-jhNjdPzvUqKOr9o0XhCZAZDWVeuOg6mJHtSj2bhiqfamZVg6ekMYNgG7pRY4GItbjIwrTaht3dNbXGbX3eJNLQ=="
     },
     "brace-expansion": {
       "version": "1.1.11",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 806d010d18..c6fd57595c 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -66,7 +66,7 @@
   "dependencies": {
     "@trevoreyre/autocomplete-js": "^2.2.0",
     "bootstrap": "5.1.3",
-    "bootstrap-icons": "1.8.1"
+    "bootstrap-icons": "1.8.2"
   },
   "devDependencies": {
     "@popperjs/core": "^2.11.5",