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/01 08:58:26 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps-dev): bump eslint from 8.7.0 to 8.8.0 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 59cd14a  build(deps-dev): bump eslint from 8.7.0 to 8.8.0 in /tobago-theme
59cd14a is described below

commit 59cd14ab839be36dd5469903b27c154103947abd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 31 16:24:03 2022 +0000

    build(deps-dev): bump eslint from 8.7.0 to 8.8.0 in /tobago-theme
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.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.7.0...v8.8.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 8b9c502..a5839b0 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -22,7 +22,7 @@
         "@typescript-eslint/parser": "^5.10.1",
         "autoprefixer": "^10.4.2",
         "clean-css-cli": "^5.5.2",
-        "eslint": "^8.7.0",
+        "eslint": "^8.8.0",
         "eslint-plugin-compat": "^4.0.1",
         "jest": "^27.4.7",
         "jsf.js_next_gen": "^1.0.0-beta-1",
@@ -2857,9 +2857,9 @@
       }
     },
     "node_modules/eslint": {
-      "version": "8.7.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.7.0.tgz",
-      "integrity": "sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==",
+      "version": "8.8.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.8.0.tgz",
+      "integrity": "sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==",
       "dev": true,
       "dependencies": {
         "@eslint/eslintrc": "^1.0.5",
@@ -9395,9 +9395,9 @@
       }
     },
     "eslint": {
-      "version": "8.7.0",
-      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.7.0.tgz",
-      "integrity": "sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==",
+      "version": "8.8.0",
+      "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.8.0.tgz",
+      "integrity": "sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==",
       "dev": true,
       "requires": {
         "@eslint/eslintrc": "^1.0.5",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index ab00c2f..70394a0 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -77,7 +77,7 @@
     "@typescript-eslint/parser": "^5.10.1",
     "autoprefixer": "^10.4.2",
     "clean-css-cli": "^5.5.2",
-    "eslint": "^8.7.0",
+    "eslint": "^8.8.0",
     "eslint-plugin-compat": "^4.0.1",
     "jest": "^27.4.7",
     "jsf.js_next_gen": "^1.0.0-beta-1",