From fed06ce0a7bccefd514481ac863d1eababdc3690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:25:03 +0000 Subject: [PATCH] Bump eslint-plugin-wc from 2.1.0 to 2.1.1 Bumps [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/43081j/eslint-plugin-wc/releases) - [Changelog](https://github.com/43081j/eslint-plugin-wc/blob/master/CHANGELOG.md) - [Commits](https://github.com/43081j/eslint-plugin-wc/compare/v2.1.0...2.1.1) --- updated-dependencies: - dependency-name: eslint-plugin-wc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Umbraco.Web.UI.Client/package-lock.json | 8 ++++---- src/Umbraco.Web.UI.Client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/package-lock.json b/src/Umbraco.Web.UI.Client/package-lock.json index 04b68f446c..deb7cfc541 100644 --- a/src/Umbraco.Web.UI.Client/package-lock.json +++ b/src/Umbraco.Web.UI.Client/package-lock.json @@ -91,7 +91,7 @@ "eslint-plugin-lit": "^1.14.0", "eslint-plugin-local-rules": "^3.0.2", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-wc": "^2.1.0", + "eslint-plugin-wc": "^2.1.1", "glob": "^11.0.0", "globals": "^15.8.0", "lucide-static": "^0.424.0", @@ -12770,9 +12770,9 @@ } }, "node_modules/eslint-plugin-wc": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.1.0.tgz", - "integrity": "sha512-s/BGOtmpgQ2yifR6EC1OM9t0DwYLgg4ZAL07Kw4eXvBb5TYaPafI+65tswvnZvhH8FqcjERLbBZPPvYsvinkfg==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.1.1.tgz", + "integrity": "sha512-GfJo05ZgWfwAFbW6Gkf+9CMOIU6fmbd3b4nm+PKESHgUdUTmi7vawlELCrzOhdiQjXUPZxDfFIVxYt9D/v/GdQ==", "dev": true, "dependencies": { "is-valid-element-name": "^1.0.0", diff --git a/src/Umbraco.Web.UI.Client/package.json b/src/Umbraco.Web.UI.Client/package.json index 6c89efd83a..71e92910dc 100644 --- a/src/Umbraco.Web.UI.Client/package.json +++ b/src/Umbraco.Web.UI.Client/package.json @@ -263,7 +263,7 @@ "eslint-plugin-lit": "^1.14.0", "eslint-plugin-local-rules": "^3.0.2", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-wc": "^2.1.0", + "eslint-plugin-wc": "^2.1.1", "glob": "^11.0.0", "globals": "^15.8.0", "lucide-static": "^0.424.0",