From 403a4f559baed9928f73f2db331440e21afc1078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:45:02 +0000 Subject: [PATCH] Bump eslint from 8.57.0 to 9.14.0 in /packages/tailwind-config Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.14.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.0...v9.14.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 7c75de82..59fe3a76 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.0", + "eslint": "9.14.0", "graphql": "16.9.0", "npm-package-json-lint": "8.0.0", "postcss": "8.4.41",