From beb19a27eafc518272f561186e12cf4a9f1edf7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:16:45 +0000 Subject: [PATCH] chore(deps): update eslint and prettier packages --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b828fb..4f92527 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "@semantic-release/git": "10.0.1", "webpack": "5.89.0", "webpack-cli": "5.1.4", - "eslint": "8.54.0", + "eslint": "8.56.0", "eslint-config-airbnb-base": "15.0.0", - "eslint-plugin-import": "2.29.0", + "eslint-plugin-import": "2.29.1", "fastify": "4.25.2", "semantic-release": "21.1.2", "tap": "16.3.10",