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

[myfaces-tobago] branch master updated: chore(deps-dev): bump rollup from 2.41.2 to 2.41.3 in /tobago-theme

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

bommel 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 f6347b7  chore(deps-dev): bump rollup from 2.41.2 to 2.41.3 in /tobago-theme
f6347b7 is described below

commit f6347b7a8c8c1a57d9864188b7283149d90b436d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 16 07:37:50 2021 +0000

    chore(deps-dev): bump rollup from 2.41.2 to 2.41.3 in /tobago-theme
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.41.2 to 2.41.3.
    - [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.41.2...v2.41.3)
    
    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 948cd6c..bcfc2a6 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5500,9 +5500,9 @@
       }
     },
     "rollup": {
-      "version": "2.41.2",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.2.tgz",
-      "integrity": "sha512-6u8fJJXJx6fmvKrAC9DHYZgONvSkz8S9b/VFBjoQ6dkKdHyPpPbpqiNl2Bao9XBzDHpq672X6sGZ9G1ZBqAHMg==",
+      "version": "2.41.3",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.41.3.tgz",
+      "integrity": "sha512-swrSUfX3UK7LGd5exBJNUC7kykdxemUTRuyO9hUFJsmQUsUovHcki9vl5MAWFbB6oI47HpeZHtbmuzdm1SRUZw==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.1"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 29aee30..acf29e4 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -79,7 +79,7 @@
     "jest": "^26.6.3",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^7.1.2",
-    "rollup": "^2.41.2",
+    "rollup": "^2.41.3",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
     "@rollup/plugin-node-resolve": "^11.2.0",