From 5fd0c74c64b10a0c8a9a662b12772a25391abbac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:59:51 +0000 Subject: [PATCH] build(deps-dev): bump @lwc/eslint-plugin-lwc from 1.8.1 to 1.8.2 Bumps [@lwc/eslint-plugin-lwc](https://github.com/salesforce/eslint-plugin-lwc) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/salesforce/eslint-plugin-lwc/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lwc/compare/v1.8.1...v1.8.2) --- 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e775a436..cf3e7c537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "CC0-1.0", "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.8.1", + "@lwc/eslint-plugin-lwc": "^1.8.2", "@prettier/plugin-xml": "^3.4.1", "@sa11y/jest": "^6.9.5", "@salesforce/eslint-config-lwc": "^3.6.0", @@ -2640,9 +2640,9 @@ "dev": true }, "node_modules/@lwc/eslint-plugin-lwc": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.1.tgz", - "integrity": "sha512-xtBvjT2Cxp20Vj/o+b7YeIJkAFXlZow90DoJGjqEyRxPb6pmWSZ3FzcrffSUOacETJey01UiA29rquRftJiH8A==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.2.tgz", + "integrity": "sha512-kPlOq6G2BPo3x56qkGOgwas1SJWZYeQR6uXLMFzFrjb/Lisb24VeABNQd1i7JgoQXQzad0F12pfU0BLgIhhR7g==", "dev": true, "dependencies": { "globals": "^13.24.0", diff --git a/package.json b/package.json index 3be4a5c34..aa2fa01b6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "url": "git+https://github.com/trailheadapps/lwc-recipes" }, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.8.1", + "@lwc/eslint-plugin-lwc": "^1.8.2", "@prettier/plugin-xml": "^3.4.1", "@sa11y/jest": "^6.9.5", "@salesforce/eslint-config-lwc": "^3.6.0",