From a10334b142a4a34c0a0fbf7866ba079a649e50de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:58:37 +0000 Subject: [PATCH] chore(deps): update dependency eslint to v9 --- extension/package.json | 2 +- notification/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/package.json b/extension/package.json index ccfc5a925..18a59ea48 100644 --- a/extension/package.json +++ b/extension/package.json @@ -49,7 +49,7 @@ "c8": "9.1.0", "chai": "5.1.0", "doctoc": "2.2.1", - "eslint": "8.57.0", + "eslint": "9.2.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1", diff --git a/notification/package.json b/notification/package.json index 898b10ed3..fe318175a 100644 --- a/notification/package.json +++ b/notification/package.json @@ -64,7 +64,7 @@ }, "devDependencies": { "chai": "5.1.0", - "eslint": "8.57.0", + "eslint": "9.2.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1",