From d77579275ed708f9dec60bca26f6a6ce1c3cad4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 01:06:41 +0000 Subject: [PATCH] build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.2.1 to 1.4.0 Bumps [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc) from 1.2.1 to 1.4.0. - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v1.2.1...v1.4.0) --- updated-dependencies: - dependency-name: "@lwc/eslint-plugin-lwc" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a286b80..176d7f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1258,12 +1258,12 @@ "dev": true }, "@lwc/eslint-plugin-lwc": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.2.1.tgz", - "integrity": "sha512-13a5XOultegAc4i4SyFk9367KOvvRy40zbRSKkApcNa9uMI6n9/C/yFMvwve6Mp6PaIsGXlKFWNkzwj+nADEzw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.4.0.tgz", + "integrity": "sha512-AgAQGlcCyJvcTE3AHXLjHmw9KSPeiYwg7Nj4czX/8ivn+5W51dRyzF/rSVwfplljA6Eedx67ydo7ezUDeY3Z2g==", "dev": true, "requires": { - "minimatch": "^5.0.1" + "minimatch": "^5.1.0" }, "dependencies": { "brace-expansion": { diff --git a/package.json b/package.json index 349bded..6878800 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "precommit": "lint-staged" }, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.2.1", + "@lwc/eslint-plugin-lwc": "^1.4.0", "@prettier/plugin-xml": "^2.2.0", "@salesforce/eslint-config-lwc": "^3.3.1", "@salesforce/eslint-plugin-lightning": "^1.0.0 ",