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/02/02 17:43:27 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.

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

commit fba6da70ddb0128d9578cb3be843c94bae0bb21d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 2 17:20:48 2022 +0000

    build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.66.1 to 2.67.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.66.1...v2.67.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 a672a39..21ee9bc 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.66.1",
+        "rollup": "^2.67.0",
         "sass": "^1.49.4",
         "tslint": "^6.1.3",
         "typescript": "^4.5.5",
@@ -1819,9 +1819,9 @@
       }
     },
     "node_modules/rollup": {
-      "version": "2.66.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.66.1.tgz",
-      "integrity": "sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==",
+      "version": "2.67.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.0.tgz",
+      "integrity": "sha512-W83AaERwvDiHwHEF/dfAfS3z1Be5wf7n+pO3ZAO5IQadCT2lBTr7WQ2MwZZe+nodbD+n3HtC4OCOAdsOPPcKZQ==",
       "dev": true,
       "bin": {
         "rollup": "dist/bin/rollup"
@@ -3645,9 +3645,9 @@
       "dev": true
     },
     "rollup": {
-      "version": "2.66.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.66.1.tgz",
-      "integrity": "sha512-crSgLhSkLMnKr4s9iZ/1qJCplgAgrRY+igWv8KhG/AjKOJ0YX/WpmANyn8oxrw+zenF3BXWDLa7Xl/QZISH+7w==",
+      "version": "2.67.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.67.0.tgz",
+      "integrity": "sha512-W83AaERwvDiHwHEF/dfAfS3z1Be5wf7n+pO3ZAO5IQadCT2lBTr7WQ2MwZZe+nodbD+n3HtC4OCOAdsOPPcKZQ==",
       "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 16de09c..7404c0b 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.66.1",
+    "rollup": "^2.67.0",
     "sass": "^1.49.4",
     "tslint": "^6.1.3",
     "typescript": "^4.5.5",