From edc9d60e221bb223633f408c82b436f350d3406c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:57:11 +0200 Subject: [PATCH] web: bump eslint-plugin-custom-elements from 0.0.7 to 0.0.8 in /web (#5215) Bumps [eslint-plugin-custom-elements](https://github.com/github/eslint-plugin-custom-elements) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/github/eslint-plugin-custom-elements/releases) - [Commits](https://github.com/github/eslint-plugin-custom-elements/compare/v0.0.7...v0.0.8) --- updated-dependencies: - dependency-name: eslint-plugin-custom-elements dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 69cb2b88d..65de6da88 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -56,7 +56,7 @@ "country-flag-icons": "^1.5.7", "eslint": "^8.38.0", "eslint-config-google": "^0.14.0", - "eslint-plugin-custom-elements": "0.0.7", + "eslint-plugin-custom-elements": "0.0.8", "eslint-plugin-lit": "^1.8.2", "fuse.js": "^6.6.2", "lit": "^2.7.2", @@ -5322,9 +5322,9 @@ } }, "node_modules/eslint-plugin-custom-elements": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.7.tgz", - "integrity": "sha512-s37mXujv/fAsPlvoLbO8jiZDM2gc/dFXIDf7wK52LMrsTsLpE5ITugQCwPM8lmcONjYdswS5kneX9LzJlt7aTA==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/eslint-plugin-custom-elements/-/eslint-plugin-custom-elements-0.0.8.tgz", + "integrity": "sha512-726XMAabRLKKm6/yjvYfvY4MKBwX9C4x8yPjj/ap470KhSIBHm+xHbm3P7cKlsFz/4cxq6YrBeSwKmwlacF1jg==", "peerDependencies": { "eslint": ">=4.19.0" } diff --git a/web/package.json b/web/package.json index 595b0333c..a3b036722 100644 --- a/web/package.json +++ b/web/package.json @@ -100,7 +100,7 @@ "country-flag-icons": "^1.5.7", "eslint": "^8.38.0", "eslint-config-google": "^0.14.0", - "eslint-plugin-custom-elements": "0.0.7", + "eslint-plugin-custom-elements": "0.0.8", "eslint-plugin-lit": "^1.8.2", "fuse.js": "^6.6.2", "lit": "^2.7.2",