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/13 05:52:37 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump rollup from 2.53.0 to 2.53.1 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 5e17382  build(deps-dev): bump rollup from 2.53.0 to 2.53.1 in /tobago-theme
5e17382 is described below

commit 5e17382f7d446c20168f545083af57b9f4cdcae5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 12 16:10:34 2021 +0000

    build(deps-dev): bump rollup from 2.53.0 to 2.53.1 in /tobago-theme
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.53.0 to 2.53.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/v2.53.0...v2.53.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    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 1018380..7ebb11f 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -7310,9 +7310,9 @@
       }
     },
     "rollup": {
-      "version": "2.53.0",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.0.tgz",
-      "integrity": "sha512-spgrY78Toh+m0+zaOoeaayJKuzFuWy6o1PdFIBMVwRcuxT0xCOX9A5rChyKe+2ruL4lePKWUMImS4mMW1QAkmQ==",
+      "version": "2.53.1",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.1.tgz",
+      "integrity": "sha512-yiTCvcYXZEulNWNlEONOQVlhXA/hgxjelFSjNcrwAAIfYx/xqjSHwqg/cCaWOyFRKr+IQBaXwt723m8tCaIUiw==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.2"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 10be493..0f811b6 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.53.0",
+    "rollup": "^2.53.1",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
     "sass": "^1.35.2",