From ea24c80bf56c7d68e1c54da1cb6b681873fcf3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 13:26:51 +0000 Subject: [PATCH] Bump eslint-plugin-local-rules from 1.3.1 to 1.3.2 Bumps [eslint-plugin-local-rules](https://github.com/cletusw/eslint-plugin-local-rules) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/cletusw/eslint-plugin-local-rules/releases) - [Commits](https://github.com/cletusw/eslint-plugin-local-rules/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: eslint-plugin-local-rules dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/Umbraco.Web.UI.Client/package-lock.json | 14 +++++++------- src/Umbraco.Web.UI.Client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/package-lock.json b/src/Umbraco.Web.UI.Client/package-lock.json index af4100fde5..024bd9a7d9 100644 --- a/src/Umbraco.Web.UI.Client/package-lock.json +++ b/src/Umbraco.Web.UI.Client/package-lock.json @@ -49,7 +49,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.2", - "eslint-plugin-local-rules": "^1.3.1", + "eslint-plugin-local-rules": "^1.3.2", "eslint-plugin-storybook": "^0.6.4", "lit-html": "^2.3.1", "msw": "^0.47.0", @@ -12307,9 +12307,9 @@ "dev": true }, "node_modules/eslint-plugin-local-rules": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-local-rules/-/eslint-plugin-local-rules-1.3.1.tgz", - "integrity": "sha512-ezuHRUXzRwFY3jFaX9vz8vxLLdLLIrbXBnVM6rip71/zjnIBaExY2vsm316temX+P3tasjQ2ciadWOTnnOUCgA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-local-rules/-/eslint-plugin-local-rules-1.3.2.tgz", + "integrity": "sha512-X4ziX+cjlCYnZa+GB1ly3mmj44v2PeIld3tQVAxelY6AMrhHSjz6zsgsT6nt0+X5b7eZnvL/O7Q3pSSK2kF/+Q==", "dev": true }, "node_modules/eslint-plugin-storybook": { @@ -36362,9 +36362,9 @@ } }, "eslint-plugin-local-rules": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-local-rules/-/eslint-plugin-local-rules-1.3.1.tgz", - "integrity": "sha512-ezuHRUXzRwFY3jFaX9vz8vxLLdLLIrbXBnVM6rip71/zjnIBaExY2vsm316temX+P3tasjQ2ciadWOTnnOUCgA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-local-rules/-/eslint-plugin-local-rules-1.3.2.tgz", + "integrity": "sha512-X4ziX+cjlCYnZa+GB1ly3mmj44v2PeIld3tQVAxelY6AMrhHSjz6zsgsT6nt0+X5b7eZnvL/O7Q3pSSK2kF/+Q==", "dev": true }, "eslint-plugin-storybook": { diff --git a/src/Umbraco.Web.UI.Client/package.json b/src/Umbraco.Web.UI.Client/package.json index f2220336f9..8201de622a 100644 --- a/src/Umbraco.Web.UI.Client/package.json +++ b/src/Umbraco.Web.UI.Client/package.json @@ -76,7 +76,7 @@ "eslint-plugin-import": "^2.26.0", "eslint-plugin-lit": "^1.6.1", "eslint-plugin-lit-a11y": "^2.2.2", - "eslint-plugin-local-rules": "^1.3.1", + "eslint-plugin-local-rules": "^1.3.2", "eslint-plugin-storybook": "^0.6.4", "lit-html": "^2.3.1", "msw": "^0.47.0",