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/05/05 20:42:10 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump rollup from 2.71.1 to 2.72.0 in /tobago-theme

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 94ffa76155 build(deps-dev): bump rollup from 2.71.1 to 2.72.0 in /tobago-theme
94ffa76155 is described below

commit 94ffa7615511bbc13d5348bb787ef37541d7f313
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu May 5 16:24:53 2022 +0000

    build(deps-dev): bump rollup from 2.71.1 to 2.72.0 in /tobago-theme
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.71.1 to 2.72.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.71.1...v2.72.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 | 14 +++++++-------
 tobago-theme/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 64907b2df8..411428b85c 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -31,7 +31,7 @@
         "npm-run-all": "^4.1.5",
         "postcss": "^8.4.13",
         "postcss-cli": "^9.1.0",
-        "rollup": "^2.71.1",
+        "rollup": "^2.72.0",
         "rollup-plugin-terser": "^7.0.2",
         "rollup-plugin-typescript2": "^0.31.2",
         "sass": "^1.51.0",
@@ -5983,9 +5983,9 @@
       }
     },
     "node_modules/rollup": {
-      "version": "2.71.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz",
-      "integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==",
+      "version": "2.72.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz",
+      "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==",
       "dev": true,
       "bin": {
         "rollup": "dist/bin/rollup"
@@ -11527,9 +11527,9 @@
       }
     },
     "rollup": {
-      "version": "2.71.1",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.71.1.tgz",
-      "integrity": "sha512-lMZk3XfUBGjrrZQpvPSoXcZSfKcJ2Bgn+Z0L1MoW2V8Wh7BVM+LOBJTPo16yul2MwL59cXedzW1ruq3rCjSRgw==",
+      "version": "2.72.0",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.72.0.tgz",
+      "integrity": "sha512-KqtR2YcO35/KKijg4nx4STO3569aqCUeGRkKWnJ6r+AvBBrVY9L4pmf4NHVrQr4mTOq6msbohflxr2kpihhaOA==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.2"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 39d4bd0e1e..d1a4c72be6 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -86,7 +86,7 @@
     "npm-run-all": "^4.1.5",
     "postcss": "^8.4.13",
     "postcss-cli": "^9.1.0",
-    "rollup": "^2.71.1",
+    "rollup": "^2.72.0",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.31.2",
     "sass": "^1.51.0",