From 43a28fd590384bb79218839743d9c139ffd259b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:09:23 +0000 Subject: [PATCH] build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.2.1 to 1.5.1 Bumps [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc) from 1.2.1 to 1.5.1. - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v1.2.1...v1.5.1) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a286b80..3f43336 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.5.1", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.5.1.tgz", + "integrity": "sha512-Jj27i4oiqYj9sgryhfOD0rdpDMNP+S1EzaTLgZPqO/MQg+hCd4EtcAXzwPFCs+xY9u1zwsztuQalqXhAP4JZ8Q==", "dev": true, "requires": { - "minimatch": "^5.0.1" + "minimatch": "^5.1.2" }, "dependencies": { "brace-expansion": { @@ -1276,9 +1276,9 @@ } }, "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 349bded..b000b02 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.5.1", "@prettier/plugin-xml": "^2.2.0", "@salesforce/eslint-config-lwc": "^3.3.1", "@salesforce/eslint-plugin-lightning": "^1.0.0 ",