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 2022/03/29 05:53:11 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump eslint from 8.11.0 to 8.12.0 in /tobago-theme

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

lofwyr 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 1ad4682  build(deps-dev): bump eslint from 8.11.0 to 8.12.0 in /tobago-theme
1ad4682 is described below

commit 1ad4682086fcb4cdab6abf9d7ffcc481b648bdab
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 28 16:22:18 2022 +0000

    build(deps-dev): bump eslint from 8.11.0 to 8.12.0 in /tobago-theme
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.11.0 to 8.12.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/eslint/eslint/compare/v8.11.0...v8.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 1e3b838..ea6ca68 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -22,7 +22,7 @@
         "@typescript-eslint/parser": "^5.16.0",
         "autoprefixer": "^10.4.4",
         "clean-css-cli": "^5.5.2",
-        "eslint": "^8.11.0",
+        "eslint": "^8.12.0",
         "eslint-plugin-compat": "^4.0.2",
         "jest": "^27.5.1",
         "jsf.js_next_gen": "^1.0.0-beta-1",
@@ -2599,9 +2599,9 @@
       }
     },
     "node_modules/eslint": {
-      "version": "8.11.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.11.0.tgz",
-      "integrity": "sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==",
+      "version": "8.12.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz",
+      "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
       "dev": true,
       "dependencies": {
         "@eslint/eslintrc": "^1.2.1",
@@ -8980,9 +8980,9 @@
       }
     },
     "eslint": {
-      "version": "8.11.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.11.0.tgz",
-      "integrity": "sha512-/KRpd9mIRg2raGxHRGwW9ZywYNAClZrHjdueHcrVDuO3a6bj83eoTirCCk0M0yPwOjWYKHwRVRid+xK4F/GHgA==",
+      "version": "8.12.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.12.0.tgz",
+      "integrity": "sha512-it1oBL9alZg1S8UycLm5YDMAkIhtH6FtAzuZs6YvoGVldWjbS08BkAdb/ymP9LlAyq8koANu32U7Ib/w+UNh8Q==",
       "dev": true,
       "requires": {
         "@eslint/eslintrc": "^1.2.1",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 9bb9fb1..cfeff26 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -77,7 +77,7 @@
     "@typescript-eslint/parser": "^5.16.0",
     "autoprefixer": "^10.4.4",
     "clean-css-cli": "^5.5.2",
-    "eslint": "^8.11.0",
+    "eslint": "^8.12.0",
     "eslint-plugin-compat": "^4.0.2",
     "jest": "^27.5.1",
     "jsf.js_next_gen": "^1.0.0-beta-1",