From 91100ce1e2e27b310638eb1fa64b63a5efc442e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 10:06:34 +0200 Subject: [PATCH] build(deps): bump eslint from 8.17.0 to 8.18.0 in /web (#3120) Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.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.17.0...v8.18.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4477c8dd7..797773f48 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -47,7 +47,7 @@ "codemirror": "^5.65.5", "construct-style-sheets-polyfill": "^3.1.0", "country-flag-icons": "^1.5.5", - "eslint": "^8.17.0", + "eslint": "^8.18.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6", "eslint-plugin-lit": "^1.6.1", @@ -4169,9 +4169,9 @@ } }, "node_modules/eslint": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", - "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz", + "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==", "dependencies": { "@eslint/eslintrc": "^1.3.0", "@humanwhocodes/config-array": "^0.9.2", @@ -11883,9 +11883,9 @@ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "eslint": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", - "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz", + "integrity": "sha512-As1EfFMVk7Xc6/CvhssHUjsAQSkpfXvUGMFC3ce8JDe6WvqCgRrLOBQbVpsBFr1X1V+RACOadnzVvcUS5ni2bA==", "requires": { "@eslint/eslintrc": "^1.3.0", "@humanwhocodes/config-array": "^0.9.2", diff --git a/web/package.json b/web/package.json index c8898a8d4..031d8b3ea 100644 --- a/web/package.json +++ b/web/package.json @@ -90,7 +90,7 @@ "codemirror": "^5.65.5", "construct-style-sheets-polyfill": "^3.1.0", "country-flag-icons": "^1.5.5", - "eslint": "^8.17.0", + "eslint": "^8.18.0", "eslint-config-google": "^0.14.0", "eslint-plugin-custom-elements": "0.0.6", "eslint-plugin-lit": "^1.6.1",