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/03/29 09:11:59 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump @rollup/plugin-replace

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 3a7089b  build(deps-dev): bump @rollup/plugin-replace
3a7089b is described below

commit 3a7089bd0310053b8a72f29003f0fe629814d1e1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 29 08:51:33 2021 +0000

    build(deps-dev): bump @rollup/plugin-replace
    
    Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.4.1 to 2.4.2.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.1...replace-v2.4.2)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 6 +++---
 tobago-example/tobago-example-demo/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 7ad4900..43d2a67 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -79,9 +79,9 @@
       }
     },
     "@rollup/plugin-replace": {
-      "version": "2.4.1",
-      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.1.tgz",
-      "integrity": "sha512-XwC1oK5rrtRJ0tn1ioLHS6OV5JTluJF7QE1J/q1hN3bquwjnVxjtMyY9iCnoyH9DQbf92CxajB3o98wZbP3oAQ==",
+      "version": "2.4.2",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
+      "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
       "dev": true,
       "requires": {
         "@rollup/pluginutils": "^3.1.0",
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index ba97716..011ec48 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -36,7 +36,7 @@
     "prismjs": "^1.23.0",
     "rollup": "^2.42.4",
     "@rollup/plugin-node-resolve": "^11.2.0",
-    "@rollup/plugin-replace": "^2.4.1",
+    "@rollup/plugin-replace": "^2.4.2",
     "tslint": "^6.1.3",
     "typescript": "^4.2.3",
     "lodash": "^4.17.21",