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/09 19:14:42 UTC

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

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

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 427de6cd6c build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
427de6cd6c is described below

commit 427de6cd6c1e1691ad1fc3795262686b8eeb3cc3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 9 16:29:23 2022 +0000

    build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.72.0 to 2.72.1.
    - [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.72.0...v2.72.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 14 +++++++-------
 tobago-example/tobago-example-demo/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index c1f1b2696b..25e3e5071d 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -23,7 +23,7 @@
         "ncp": "^2.0.0",
         "npm-run-all": "^4.1.5",
         "postcss-cli": "^9.1.0",
-        "rollup": "^2.72.0",
+        "rollup": "^2.72.1",
         "sass": "^1.51.0",
         "tslint": "^6.1.3",
         "typescript": "^4.6.4",
@@ -1865,9 +1865,9 @@
       }
     },
     "node_modules/rollup": {
-      "version": "2.72.0",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz",
-      "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==",
+      "version": "2.72.1",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz",
+      "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==",
       "dev": true,
       "bin": {
         "rollup": "dist/bin/rollup"
@@ -3711,9 +3711,9 @@
       "dev": true
     },
     "rollup": {
-      "version": "2.72.0",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz",
-      "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==",
+      "version": "2.72.1",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.1.tgz",
+      "integrity": "sha512-NTc5UGy/NWFGpSqF1lFY8z9Adri6uhyMLI6LvPAXdBKoPRFhIIiBUpt+Qg2awixqO3xvzSijjhnb4+QEZwJmxA==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.2"
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 67bae09bd6..f689290950 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -49,7 +49,7 @@
     "ncp": "^2.0.0",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^9.1.0",
-    "rollup": "^2.72.0",
+    "rollup": "^2.72.1",
     "sass": "^1.51.0",
     "tslint": "^6.1.3",
     "typescript": "^4.6.4",