From f63b24a20a5b1f806f2c3f75adc94ebb0f5dd7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:46:27 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-wc from 2.0.3 to 2.0.4 Bumps [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc) from 2.0.3 to 2.0.4. - [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md) - [Commits](https://github.com/43081j/eslint-plugin-wc/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: eslint-plugin-wc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd7d175a..e5d61959 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5288,9 +5288,9 @@ } }, "node_modules/eslint-plugin-wc": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.0.3.tgz", - "integrity": "sha512-O3i71FodYMArf8DBs+OuDQ8SH8SMiNaJ4GIcXRDsGURPdvBrVDNS9+GQ0xwmzhqUWV0df5xq8irpceA6YBdJmg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.0.4.tgz", + "integrity": "sha512-ORu7MBv0hXIvq894EJad70m+AvHGbmrDdKT6lcgtCVVhEbuIAyxg0ilfqqqHOmsh8PfcUBeEae3y7CElKvm1KQ==", "dev": true, "dependencies": { "is-valid-element-name": "^1.0.0",