From 15ae3acb456e12f2eaabd2dfbc630c7ca1746244 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 18:30:06 +0000 Subject: [PATCH] fix: upgrade @lwc/eslint-plugin-lwc from 1.7.2 to 1.8.0 Snyk has created this PR to upgrade @lwc/eslint-plugin-lwc from 1.7.2 to 1.8.0. See this package in npm: https://www.npmjs.com/package/@lwc/eslint-plugin-lwc See this project in Snyk: https://app.snyk.io/org/expensify/project/4945ebcf-d145-4524-893a-d9c905019a72?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 615318d5..0076e0ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.24.4", - "@lwc/eslint-plugin-lwc": "^1.7.2", + "@lwc/eslint-plugin-lwc": "^1.8.0", "babel-jest": "^29.0.0", "babelify": "10.0.0", "eslint": "^7.15.0", @@ -2753,13 +2753,13 @@ "dev": true }, "node_modules/@lwc/eslint-plugin-lwc": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.7.2.tgz", - "integrity": "sha512-fvdW/yvkNfqgt2Cc4EJCRYE55QJVNXdDaVTHRk5i1kkKP2Xj3GG0nAsYwXYqApEeRpUTpUZljPlO29/SWRXJoA==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-1.8.0.tgz", + "integrity": "sha512-LJdjN4KYCueDd9EfL8M5WVVe8H2p1tXLgN0iL5gjYUf54804Un4MEHx3d9glCnrCjC2pMKoEUhaVhmc3eUU27A==", "dev": true, "dependencies": { "globals": "^13.24.0", - "minimatch": "^9.0.3" + "minimatch": "^9.0.4" }, "engines": { "node": ">=10.0.0" @@ -2794,9 +2794,9 @@ } }, "node_modules/@lwc/eslint-plugin-lwc/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" diff --git a/package.json b/package.json index 051a1584..9e0554ca 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@babel/preset-env": "^7.24.4", - "@lwc/eslint-plugin-lwc": "^1.7.2", + "@lwc/eslint-plugin-lwc": "^1.8.0", "babel-jest": "^29.0.0", "babelify": "10.0.0", "eslint": "^7.15.0",