From 55d785ed19d2c53796105760a1302e7d40dcaeb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:01:15 +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 1c68ad2..47e7f67 100644 --- a/package.json +++ b/package.json @@ -49,13 +49,13 @@ "lru-cache": "10.4.3" }, "devDependencies": { - "@podium/eslint-config": "1.0.0", + "@podium/eslint-config": "1.0.3", "@podium/semantic-release-config": "2.0.0", "@podium/typescript-config": "1.0.0", "@types/readable-stream": "4.0.18", - "eslint": "9.11.1", + "eslint": "9.16.0", "npm-run-all2": "6.2.6", - "prettier": "3.3.3", + "prettier": "3.4.1", "semantic-release": "24.1.2", "tap": "18.8.0", "typescript": "5.5.4"