From 2dbf7657f870419be71b2f28c00a5ceddd670a41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:17:41 +0000 Subject: [PATCH] chore(deps): update eslint and prettier packages --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ad1edfb..7d087e6 100644 --- a/package.json +++ b/package.json @@ -46,15 +46,15 @@ }, "devDependencies": { "@fastify/formbody": "8.0.1", - "@podium/eslint-config": "1.0.3", + "@podium/eslint-config": "1.0.5", "@podium/layout": "5.2.18", "@podium/semantic-release-config": "2.0.0", "@podium/test-utils": "3.0.16", "@podium/typescript-config": "1.0.0", - "eslint": "9.16.0", + "eslint": "9.17.0", "fastify": "5.1.0", "npm-run-all2": "6.2.6", - "prettier": "3.4.1", + "prettier": "3.4.2", "semantic-release": "24.2.0", "tap": "21.0.1", "typescript": "5.6.3"