You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gi...@apache.org on 2022/02/14 16:11:27 UTC

[myfaces-tobago] branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/rollup/plugin-replace-3.1.0 created (now 8ea06d4)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/rollup/plugin-replace-3.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


      at 8ea06d4  build(deps-dev): bump @rollup/plugin-replace

This branch includes the following new commits:

     new 8ea06d4  build(deps-dev): bump @rollup/plugin-replace

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/npm_and_yarn/tobago-example/tobago-example-demo/rollup/plugin-replace-3.1.0
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 8ea06d43bd81429ae4493391a06bb0e2b868a20a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 14 16:11:24 2022 +0000

    build(deps-dev): bump @rollup/plugin-replace
    
    Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 3.0.1 to 3.1.0.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/replace/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/yaml-v3.1.0/packages/replace)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-replace"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 14 +++++++-------
 tobago-example/tobago-example-demo/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 1ebb616..4dfda1b 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -14,7 +14,7 @@
       },
       "devDependencies": {
         "@rollup/plugin-node-resolve": "^13.1.3",
-        "@rollup/plugin-replace": "^3.0.1",
+        "@rollup/plugin-replace": "^3.1.0",
         "@types/prismjs": "^1.26.0",
         "autoprefixer": "^10.4.2",
         "clean-css-cli": "^5.5.2",
@@ -119,9 +119,9 @@
       }
     },
     "node_modules/@rollup/plugin-replace": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.0.1.tgz",
-      "integrity": "sha512-989J5oRzf3mm0pO/0djTijdfEh9U3n63BIXN5X7T4U9BP+fN4oxQ6DvDuBvFaHA6scaHQRclqmKQEkBhB7k7Hg==",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.1.0.tgz",
+      "integrity": "sha512-pA3XRUrSKybVYqmH5TqWNZpGxF+VV+1GrYchKgCNIj2vsSOX7CVm2RCtx8p2nrC7xvkziYyK+lSi74T93MU3YA==",
       "dev": true,
       "dependencies": {
         "@rollup/pluginutils": "^3.1.0",
@@ -2408,9 +2408,9 @@
       }
     },
     "@rollup/plugin-replace": {
-      "version": "3.0.1",
-      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.0.1.tgz",
-      "integrity": "sha512-989J5oRzf3mm0pO/0djTijdfEh9U3n63BIXN5X7T4U9BP+fN4oxQ6DvDuBvFaHA6scaHQRclqmKQEkBhB7k7Hg==",
+      "version": "3.1.0",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.1.0.tgz",
+      "integrity": "sha512-pA3XRUrSKybVYqmH5TqWNZpGxF+VV+1GrYchKgCNIj2vsSOX7CVm2RCtx8p2nrC7xvkziYyK+lSi74T93MU3YA==",
       "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 38e1190..f557347 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -37,7 +37,7 @@
   },
   "devDependencies": {
     "@rollup/plugin-node-resolve": "^13.1.3",
-    "@rollup/plugin-replace": "^3.0.1",
+    "@rollup/plugin-replace": "^3.1.0",
     "@types/prismjs": "^1.26.0",
     "autoprefixer": "^10.4.2",
     "clean-css-cli": "^5.5.2",