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/04/13 13:05:16 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump rollup from 2.45.1 to 2.45.2 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 68bd64d  build(deps-dev): bump rollup from 2.45.1 to 2.45.2 in /tobago-theme
68bd64d is described below

commit 68bd64db64ed0fa6e9ad92d8a2c0372284e78938
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 13 07:45:47 2021 +0000

    build(deps-dev): bump rollup from 2.45.1 to 2.45.2 in /tobago-theme
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.45.1 to 2.45.2.
    - [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.45.1...v2.45.2)
    
    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 c09ef2f..0079968 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -5567,9 +5567,9 @@
       }
     },
     "rollup": {
-      "version": "2.45.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.1.tgz",
-      "integrity": "sha512-vPD+JoDj3CY8k6m1bLcAFttXMe78P4CMxoau0iLVS60+S9kLsv2379xaGy4NgYWu+h2WTlucpoLPAoUoixFBag==",
+      "version": "2.45.2",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.45.2.tgz",
+      "integrity": "sha512-kRRU7wXzFHUzBIv0GfoFFIN3m9oteY4uAsKllIpQDId5cfnkWF2J130l+27dzDju0E6MScKiV0ZM5Bw8m4blYQ==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.1"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 0673449..67b9422 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -79,7 +79,7 @@
     "jest": "^26.6.3",
     "npm-run-all": "^4.1.5",
     "postcss-cli": "^7.1.2",
-    "rollup": "^2.45.1",
+    "rollup": "^2.45.2",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
     "@rollup/plugin-node-resolve": "^11.2.1",