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/09/23 07:51:04 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump @rollup/plugin-node-resolve 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 8c31f00  build(deps-dev): bump @rollup/plugin-node-resolve in /tobago-theme
8c31f00 is described below

commit 8c31f001fad3a28a4d1709656da7a74009b63076
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 22 16:09:11 2021 +0000

    build(deps-dev): bump @rollup/plugin-node-resolve in /tobago-theme
    
    Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.0.4 to 13.0.5.
    - [Release notes](https://github.com/rollup/plugins/releases)
    - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
    - [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.0.5/packages/node-resolve)
    
    ---
    updated-dependencies:
    - dependency-name: "@rollup/plugin-node-resolve"
      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 265a500..3f72de7 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1219,9 +1219,9 @@
       "dev": true
     },
     "@rollup/plugin-node-resolve": {
-      "version": "13.0.4",
-      "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.4.tgz",
-      "integrity": "sha512-eYq4TFy40O8hjeDs+sIxEH/jc9lyuI2k9DM557WN6rO5OpnC2qXMBNj4IKH1oHrnAazL49C5p0tgP0/VpqJ+/w==",
+      "version": "13.0.5",
+      "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.0.5.tgz",
+      "integrity": "sha512-mVaw6uxtvuGx/XCI4qBQXsDZJUfyx5vp39iE0J/7Hd6wDhEbjHr6aES7Nr9yWbuE0BY+oKp6N7Bq6jX5NCGNmQ==",
       "dev": true,
       "requires": {
         "@rollup/pluginutils": "^3.1.0",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 2566cdd..0c5b49b 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -67,7 +67,7 @@
   },
   "devDependencies": {
     "@popperjs/core": "^2.10.1",
-    "@rollup/plugin-node-resolve": "^13.0.4",
+    "@rollup/plugin-node-resolve": "^13.0.5",
     "@rollup/plugin-replace": "^3.0.0",
     "@types/jest": "^27.0.2",
     "@typescript-eslint/eslint-plugin": "^4.31.2",