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/07/08 05:46:39 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 51b3e93  build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
51b3e93 is described below

commit 51b3e939bccc91097b78a99a06e1ca5cfafa5eb2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 7 16:08:31 2021 +0000

    build(deps-dev): bump rollup in /tobago-example/tobago-example-demo
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.52.7 to 2.52.8.
    - [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.52.7...v2.52.8)
    
    ---
    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 | 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 909dd18..49a0875 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -2449,9 +2449,9 @@
       }
     },
     "rollup": {
-      "version": "2.52.7",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.7.tgz",
-      "integrity": "sha512-55cSH4CCU6MaPr9TAOyrIC+7qFCHscL7tkNsm1MBfIJRRqRbCEY0mmeFn4Wg8FKsHtEH8r389Fz38r/o+kgXLg==",
+      "version": "2.52.8",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.8.tgz",
+      "integrity": "sha512-IjAB0C6KK5/lvqzJWAzsvOik+jV5Bt907QdkQ/gDP4j+R9KYNI1tjqdxiPitGPVrWC21Mf/ucXgowUjN/VemaQ==",
       "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 7e1895f..434c7b6 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -45,7 +45,7 @@
     "node-sass": "^6.0.1",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^8.3.1",
-    "rollup": "^2.52.6",
+    "rollup": "^2.52.8",
     "tslint": "^6.1.3",
     "typescript": "^4.3.5",
     "y18n": "^5.0.8"