From a9aa6f52845bc2afa8ae16a02f6a3ea0d2cdce71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 06:16:32 +0000 Subject: [PATCH] Bump eslint in /packages/graphile-sort-schema-plugin Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.3.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.3.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/graphile-sort-schema-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphile-sort-schema-plugin/package.json b/packages/graphile-sort-schema-plugin/package.json index 7b5e7ab..cca828f 100644 --- a/packages/graphile-sort-schema-plugin/package.json +++ b/packages/graphile-sort-schema-plugin/package.json @@ -21,7 +21,7 @@ "@spear-ai/prettier-config": "2.2.0", "@spear-ai/tsconfig": "4.0.0", "autoprefixer": "10.4.19", - "eslint": "8.57.0", + "eslint": "9.3.0", "graphql": "16.8.1", "npm-package-json-lint": "7.1.0", "postcss": "8.4.38",