From e9fbcc5b44daeb5a179c72883e5088e806ab3d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 01:58:41 +0000 Subject: [PATCH] build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.2.1 to 1.6.2 Bumps [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc) from 1.2.1 to 1.6.2. - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v1.2.1...v1.6.2) --- 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 | 30 +++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a286b80..a4bd519 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1258,12 +1258,13 @@ "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.6.2", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.6.2.tgz", + "integrity": "sha512-Oc2FpOA0/RRl10SdOjmj8TG1xdTM2nfmD9urQIUOLl3n5s14HQNljLGSYZm8lBswp0m7HlGp36kxyka40Vw/qw==", "dev": true, "requires": { - "minimatch": "^5.0.1" + "globals": "^13.20.0", + "minimatch": "^6.2.0" }, "dependencies": { "brace-expansion": { @@ -1275,14 +1276,29 @@ "balanced-match": "^1.0.0" } }, + "globals": { + "version": "13.20.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", + "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "dev": true, + "requires": { + "type-fest": "^0.20.2" + } + }, "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", + "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", "dev": true, "requires": { "brace-expansion": "^2.0.1" } + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true } } }, diff --git a/package.json b/package.json index 349bded..86b742f 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.6.2", "@prettier/plugin-xml": "^2.2.0", "@salesforce/eslint-config-lwc": "^3.3.1", "@salesforce/eslint-plugin-lightning": "^1.0.0 ",