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 2022/03/07 08:04:45 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.

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

commit ca8a07f017a14a669d4da9b8fc7adecd82b59cd8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 7 07:47:11 2022 +0000

    build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.69.1 to 2.70.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.69.1...v2.70.0)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 19c13a7..8fec9a5 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -21,7 +21,7 @@
         "lodash": "^4.17.21",
         "npm-run-all": "^4.1.5",
         "postcss-cli": "^9.1.0",
-        "rollup": "^2.69.1",
+        "rollup": "^2.70.0",
         "sass": "^1.49.9",
         "tslint": "^6.1.3",
         "typescript": "^4.6.2",
@@ -1819,9 +1819,9 @@
       }
     },
     "node_modules/rollup": {
-      "version": "2.69.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.69.1.tgz",
-      "integrity": "sha512-xaQKTomUVZBopk38EIshM/kOoPFkKWisgBV7Emy80coP9MOSLUDrba1jKZhqH0iS5DoGcRbbcuyl/BzblV8w5w==",
+      "version": "2.70.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.0.tgz",
+      "integrity": "sha512-iEzYw+syFxQ0X9RefVwhr8BA2TNJsTaX8L8dhyeyMECDbmiba+8UQzcu+xZdji0+JQ+s7kouQnw+9Oz5M19XKA==",
       "dev": true,
       "bin": {
         "rollup": "dist/bin/rollup"
@@ -3645,9 +3645,9 @@
       "dev": true
     },
     "rollup": {
-      "version": "2.69.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.69.1.tgz",
-      "integrity": "sha512-xaQKTomUVZBopk38EIshM/kOoPFkKWisgBV7Emy80coP9MOSLUDrba1jKZhqH0iS5DoGcRbbcuyl/BzblV8w5w==",
+      "version": "2.70.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.70.0.tgz",
+      "integrity": "sha512-iEzYw+syFxQ0X9RefVwhr8BA2TNJsTaX8L8dhyeyMECDbmiba+8UQzcu+xZdji0+JQ+s7kouQnw+9Oz5M19XKA==",
       "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 e8ee970..1f9b0e2 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -44,7 +44,7 @@
     "lodash": "^4.17.21",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^9.1.0",
-    "rollup": "^2.69.1",
+    "rollup": "^2.70.0",
     "sass": "^1.49.9",
     "tslint": "^6.1.3",
     "typescript": "^4.6.2",