From c669458fc58ab212b6299f4d35aaa2edb25e29a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:52:10 +0000 Subject: [PATCH] Update dependency eslint to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f88104a..5b42fdf 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "description": "Lambdify is a set of tools that makes building and consuming AWS Lambda functions easier", "devDependencies": { - "eslint": "8.57.1", + "eslint": "9.13.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-jest": "27.4.2", "express": "4.21.1",