From 456324ad47d208392eb820a12335f1013d7c5792 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:55:21 +0900 Subject: [PATCH] chore(deps): update dependency eslint to v9 (#219) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index e08f3560..8ad8e941 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,7 +9,7 @@ }, "license": "MIT", "devDependencies": { - "eslint": "^8.0.0", + "eslint": "^9.0.0", "eslint-plugin-toml": "^0.11.0" } }