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/04/12 07:48:37 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump rollup in /tobago-example/tobago-example-demo

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 27a0f63  build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
27a0f63 is described below

commit 27a0f638f7b13a9cc70cd567c297f71388f044fb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 9 07:45:21 2021 +0000

    build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.44.0 to 2.45.0.
    - [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.44.0...v2.45.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 6 +++---
 tobago-example/tobago-example-demo/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 8e578af..af4a2b7 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -2425,9 +2425,9 @@
       }
     },
     "rollup": {
-      "version": "2.44.0",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.44.0.tgz",
-      "integrity": "sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ==",
+      "version": "2.45.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.0.tgz",
+      "integrity": "sha512-JJznbtGIsHZfKH0Sa9RpCAy5JarH8SWvBzRAGuRkgzAafb8e8D7VSMJ0O1Bsix1nn91koN/Ecvl2+ZWhljcuTw==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.1"
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 099e64d..c5b073f 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -34,7 +34,7 @@
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^8.3.1",
     "prismjs": "^1.23.0",
-    "rollup": "^2.44.0",
+    "rollup": "^2.45.0",
     "@rollup/plugin-node-resolve": "^11.2.1",
     "@rollup/plugin-replace": "^2.4.2",
     "tslint": "^6.1.3",