From 4c5f01020ea846de7d9b1cebee9bcc90d107ef01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:42:28 +0200 Subject: [PATCH] build(deps): bump eslint from 8.11.0 to 8.12.0 in /web (#2607) --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index fa69a829c..1ef1cb8ce 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -47,7 +47,7 @@ "codemirror": "^5.65.2", "construct-style-sheets-polyfill": "^3.1.0", "country-flag-icons": "^1.4.25", - "eslint": "^8.11.0", + "eslint": "^8.12.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6", "eslint-plugin-lit": "^1.6.1", @@ -4137,9 +4137,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==", "dependencies": { "@eslint/eslintrc": "^1.2.1", "@humanwhocodes/config-array": "^0.9.2", @@ -11863,9 +11863,9 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "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==", "requires": { "@eslint/eslintrc": "^1.2.1", "@humanwhocodes/config-array": "^0.9.2", diff --git a/web/package.json b/web/package.json index ac345ddee..3af1a5e8e 100644 --- a/web/package.json +++ b/web/package.json @@ -90,7 +90,7 @@ "codemirror": "^5.65.2", "construct-style-sheets-polyfill": "^3.1.0", "country-flag-icons": "^1.4.25", - "eslint": "^8.11.0", + "eslint": "^8.12.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6", "eslint-plugin-lit": "^1.6.1",