From 6767f783859002171624e96bcc1eab26c6fa349f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:40:53 +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 56b3a1852..cd2d27f3a 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.1.1", "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..4f3688e90 100644 --- a/notification/package.json +++ b/notification/package.json @@ -64,7 +64,7 @@ }, "devDependencies": { "chai": "5.1.0", - "eslint": "8.57.0", + "eslint": "9.1.1", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.1",