From c51fe552c49bc698c6f9bafe6ebc71a604168a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:24:10 +0000 Subject: [PATCH] build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.6.3 to 1.6.4 Bumps [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: "@lwc/eslint-plugin-lwc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 ++++++++++------------------------- package.json | 2 +- 2 files changed, 11 insertions(+), 26 deletions(-) diff --git a/package-lock.json b/package-lock.json index f688fb5a..e170a6d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "wired-elements": "^3.0.0-rc.6" }, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.6.3", + "@lwc/eslint-plugin-lwc": "^1.6.4", "@lwc/jest-preset": "^14.1.0", "@sa11y/jest": "5.3.0", "@salesforce/eslint-config-lwc": "^3.5.2", @@ -3318,13 +3318,13 @@ "integrity": "sha512-OQ9/QqZjd4vRfs7s2bGjb20Vjq8KW7Dbce7aBCE1TTlsVpCJBoGWzUJVoI1ts6EkfGlB1lz5REK0SDIKg6IkzA==" }, "node_modules/@lwc/eslint-plugin-lwc": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.6.3.tgz", - "integrity": "sha512-CpZDkdxdbw8s+qyTib4keFN9lPlMO6UFSVtVem44xB2k+YvGGc1r4E3ihnkbutcuMqLws3gNGCEpUeRUqX28Ig==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.6.4.tgz", + "integrity": "sha512-zxHwSzMKpFfsgNjC6qEUMUfVleB103NhyXnKE/3xVskef2bAG+QgfsUzzf3Tk4tLrGZPnX4SavPsfcFW30NJzA==", "dev": true, "dependencies": { "globals": "^13.20.0", - "minimatch": "^6.2.0" + "minimatch": "^9.0.2" }, "engines": { "node": ">=10.0.0" @@ -7305,21 +7305,6 @@ "node": ">=12" } }, - "node_modules/cacache/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", - "optional": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/cacache/node_modules/minipass": { "version": "7.0.4", "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", @@ -16559,15 +16544,15 @@ } }, "node_modules/minimatch": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", - "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", - "dev": true, + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "devOptional": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 19756db5..bfc57109 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "description": "Lightning Web Components Recipes Open Source", "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.6.3", + "@lwc/eslint-plugin-lwc": "^1.6.4", "@lwc/jest-preset": "^14.1.0", "@sa11y/jest": "5.3.0", "@salesforce/eslint-config-lwc": "^3.5.2",