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 2021/07/12 07:10:08 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump rollup from 2.52.8 to 2.53.0 in /tobago-theme

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 72ebddf  build(deps-dev): bump rollup from 2.52.8 to 2.53.0 in /tobago-theme
72ebddf is described below

commit 72ebddfd31b0cc6a6f997932f6dcc5df6a1245fe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 9 08:23:14 2021 +0000

    build(deps-dev): bump rollup from 2.52.8 to 2.53.0 in /tobago-theme
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.52.8 to 2.53.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.52.8...v2.53.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-theme/package-lock.json | 6 +++---
 tobago-theme/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index a9cbd3c..0028ef5 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -7302,9 +7302,9 @@
       }
     },
     "rollup": {
-      "version": "2.52.8",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.52.8.tgz",
-      "integrity": "sha512-IjAB0C6KK5/lvqzJWAzsvOik+jV5Bt907QdkQ/gDP4j+R9KYNI1tjqdxiPitGPVrWC21Mf/ucXgowUjN/VemaQ==",
+      "version": "2.53.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.0.tgz",
+      "integrity": "sha512-spgrY78Toh+m0+zaOoeaayJKuzFuWy6o1PdFIBMVwRcuxT0xCOX9A5rChyKe+2ruL4lePKWUMImS4mMW1QAkmQ==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.2"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 3e91705..f3eec79 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -83,7 +83,7 @@
     "npm-run-all": "^4.1.5",
     "postcss": "^8.3.5",
     "postcss-cli": "^8.3.1",
-    "rollup": "^2.52.8",
+    "rollup": "^2.53.0",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
     "sass": "^1.35.2",