From 77837d8bccdea0e2f59c434d279ab197ef4ec303 Mon Sep 17 00:00:00 2001 From: Philippe Ozil Date: Tue, 25 Jun 2024 08:51:35 +0200 Subject: [PATCH] build: bump dependencies --- 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 3e84a13..7378477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "3.14.0", "hasInstallScript": true, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.8.1", + "@lwc/eslint-plugin-lwc": "^1.8.2", "@prettier/plugin-xml": "^3.4.1", "@salesforce/eslint-config-lwc": "^3.5.3", "@salesforce/eslint-plugin-lightning": "^1.0.0", @@ -1929,9 +1929,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 603ac96..1d997ae 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ] }, "devDependencies": { - "@lwc/eslint-plugin-lwc": "^1.8.1", + "@lwc/eslint-plugin-lwc": "^1.8.2", "@prettier/plugin-xml": "^3.4.1", "@salesforce/eslint-config-lwc": "^3.5.3", "@salesforce/eslint-plugin-lightning": "^1.0.0",