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 2023/02/02 08:50:53 UTC

[myfaces-tobago] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new 742df9e016 build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
742df9e016 is described below

commit 742df9e0166f0dcc1a7fb7bab9a00baa6a75249a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 2 08:50:32 2023 +0000

    build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
    
    Bumps [rollup](https://github.com/rollup/rollup) from 3.9.1 to 3.12.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/v3.9.1...v3.12.1)
    
    ---
    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 e8716a27f1..4d837fe4e2 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -21,7 +21,7 @@
         "ncp": "^2.0.0",
         "npm-run-all": "^4.1.5",
         "postcss-cli": "^10.1.0",
-        "rollup": "^3.9.1",
+        "rollup": "^3.12.1",
         "sass": "^1.58.0",
         "tslint": "^6.1.3",
         "typescript": "^4.9.5"
@@ -1792,9 +1792,9 @@
       }
     },
     "node_modules/rollup": {
-      "version": "3.9.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.9.1.tgz",
-      "integrity": "sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==",
+      "version": "3.12.1",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.12.1.tgz",
+      "integrity": "sha512-t9elERrz2i4UU9z7AwISj3CQcXP39cWxgRWLdf4Tm6aKm1eYrqHIgjzXBgb67GNY1sZckTFFi0oMozh3/S++Ig==",
       "dev": true,
       "bin": {
         "rollup": "dist/bin/rollup"
@@ -3593,9 +3593,9 @@
       "dev": true
     },
     "rollup": {
-      "version": "3.9.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.9.1.tgz",
-      "integrity": "sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==",
+      "version": "3.12.1",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.12.1.tgz",
+      "integrity": "sha512-t9elERrz2i4UU9z7AwISj3CQcXP39cWxgRWLdf4Tm6aKm1eYrqHIgjzXBgb67GNY1sZckTFFi0oMozh3/S++Ig==",
       "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 2aabd23ba7..ac81095d4f 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": "^10.1.0",
-    "rollup": "^3.9.1",
+    "rollup": "^3.12.1",
     "sass": "^1.58.0",
     "tslint": "^6.1.3",
     "typescript": "^4.9.5"