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/02/25 09:40:01 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump @rollup/plugin-replace 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 18c4ac6  build(deps-dev): bump @rollup/plugin-replace in /tobago-theme
18c4ac6 is described below

commit 18c4ac6a8124e873c1586cb43c37c303e69a8bea
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 23 09:39:32 2022 +0000

    build(deps-dev): bump @rollup/plugin-replace in /tobago-theme
    
    Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins/tree/HEAD/packages/replace) from 3.1.0 to 4.0.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/url-v4.0.0/packages/replace)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-replace"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    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 1679454..f0182fb 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -16,7 +16,7 @@
       "devDependencies": {
         "@popperjs/core": "^2.11.2",
         "@rollup/plugin-node-resolve": "^13.1.3",
-        "@rollup/plugin-replace": "^3.1.0",
+        "@rollup/plugin-replace": "^4.0.0",
         "@types/jest": "^27.4.1",
         "@typescript-eslint/eslint-plugin": "^5.12.1",
         "@typescript-eslint/parser": "^5.12.1",
@@ -1118,9 +1118,9 @@
       }
     },
     "node_modules/@rollup/plugin-replace": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.1.0.tgz",
-      "integrity": "sha512-pA3XRUrSKybVYqmH5TqWNZpGxF+VV+1GrYchKgCNIj2vsSOX7CVm2RCtx8p2nrC7xvkziYyK+lSi74T93MU3YA==",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz",
+      "integrity": "sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==",
       "dev": true,
       "dependencies": {
         "@rollup/pluginutils": "^3.1.0",
@@ -8141,9 +8141,9 @@
       }
     },
     "@rollup/plugin-replace": {
-      "version": "3.1.0",
-      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-3.1.0.tgz",
-      "integrity": "sha512-pA3XRUrSKybVYqmH5TqWNZpGxF+VV+1GrYchKgCNIj2vsSOX7CVm2RCtx8p2nrC7xvkziYyK+lSi74T93MU3YA==",
+      "version": "4.0.0",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-4.0.0.tgz",
+      "integrity": "sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==",
       "dev": true,
       "requires": {
         "@rollup/pluginutils": "^3.1.0",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 3a2572f..daf7d20 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -71,7 +71,7 @@
   "devDependencies": {
     "@popperjs/core": "^2.11.2",
     "@rollup/plugin-node-resolve": "^13.1.3",
-    "@rollup/plugin-replace": "^3.1.0",
+    "@rollup/plugin-replace": "^4.0.0",
     "@types/jest": "^27.4.1",
     "@typescript-eslint/eslint-plugin": "^5.12.1",
     "@typescript-eslint/parser": "^5.12.1",