From fc9e965a2fb1c52ca581745d9139a5badd88bc4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:04:55 +0000 Subject: [PATCH] Bump eslint from 8.57.1 to 9.17.0 in /packages/tailwind-config Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.17.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.1...v9.17.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/tailwind-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tailwind-config/package.json b/packages/tailwind-config/package.json index ef1cd2f6..05f2636c 100644 --- a/packages/tailwind-config/package.json +++ b/packages/tailwind-config/package.json @@ -30,7 +30,7 @@ "@types/culori": "2.1.1", "@types/mertasan__tailwindcss-variables": "2.6.4", "autoprefixer": "10.4.20", - "eslint": "8.57.1", + "eslint": "9.17.0", "graphql": "16.10.0", "npm-package-json-lint": "8.0.0", "postcss": "8.4.49",