You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/06/03 09:08:06 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump rollup from 2.50.5 to 2.50.6 in /tobago-theme

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

lofwyr 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 f18db51  build(deps-dev): bump rollup from 2.50.5 to 2.50.6 in /tobago-theme
f18db51 is described below

commit f18db51c6ffbd612543ae0eb098457872295850a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 3 07:49:36 2021 +0000

    build(deps-dev): bump rollup from 2.50.5 to 2.50.6 in /tobago-theme
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.50.5 to 2.50.6.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/rollup/rollup/compare/v2.50.5...v2.50.6)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      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 161ffa0..420cdd8 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5871,9 +5871,9 @@
       }
     },
     "rollup": {
-      "version": "2.50.5",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.5.tgz",
-      "integrity": "sha512-Ztz4NurU2LbS3Jn5rlhnYv35z6pkjBUmYKr94fOBIKINKRO6kug9NTFHArT7jqwMP2kqEZ39jJuEtkk91NBltQ==",
+      "version": "2.50.6",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.50.6.tgz",
+      "integrity": "sha512-6c5CJPLVgo0iNaZWWliNu1Kl43tjP9LZcp6D/tkf2eLH2a9/WeHxg9vfTFl8QV/2SOyaJX37CEm9XuGM0rviUg==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.1"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 0582cab..491696a 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -81,7 +81,7 @@
     "npm-run-all": "^4.1.5",
     "postcss": "^8.3.0",
     "postcss-cli": "^8.3.1",
-    "rollup": "^2.50.5",
+    "rollup": "^2.50.6",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
     "sass": "^1.34.1",