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/22 13:20:07 UTC

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

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 abe31ef  build(deps-dev): bump rollup from 2.53.2 to 2.53.3 in /tobago-theme
abe31ef is described below

commit abe31ef5d7b7844853bd8e9653848f8c201fcb04
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jul 21 16:10:22 2021 +0000

    build(deps-dev): bump rollup from 2.53.2 to 2.53.3 in /tobago-theme
    
    Bumps [rollup](https://github.com/rollup/rollup) from 2.53.2 to 2.53.3.
    - [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.2...v2.53.3)
    
    ---
    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 5c73dc8..4b9c8ed 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -7298,9 +7298,9 @@
       }
     },
     "rollup": {
-      "version": "2.53.2",
-      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.2.tgz",
-      "integrity": "sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w==",
+      "version": "2.53.3",
+      "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.53.3.tgz",
+      "integrity": "sha512-79QIGP5DXz5ZHYnCPi3tLz+elOQi6gudp9YINdaJdjG0Yddubo6JRFUM//qCZ0Bap/GJrsUoEBVdSOc4AkMlRA==",
       "dev": true,
       "requires": {
         "fsevents": "~2.3.2"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index e2c5b94..3f2476c 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.2",
+    "rollup": "^2.53.3",
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
     "sass": "^1.35.2",