From 4bcaca2ee3632b832ccd9366c8d7333376263199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Nov 2021 09:43:15 -0700 Subject: [PATCH] build(deps-dev): Bump @graphql-eslint/eslint-plugin from 2.3.0 to 2.4.0 (#444) Bumps [@graphql-eslint/eslint-plugin](https://github.com/dotansimha/graphql-eslint) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/dotansimha/graphql-eslint/releases) - [Commits](https://github.com/dotansimha/graphql-eslint/compare/@graphql-eslint/eslint-plugin@2.3.0...@graphql-eslint/eslint-plugin@2.4.0) --- updated-dependencies: - dependency-name: "@graphql-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 67a4254f..1e5f1f58 100644 --- a/yarn.lock +++ b/yarn.lock @@ -130,9 +130,9 @@ strip-json-comments "^3.1.1" "@graphql-eslint/eslint-plugin@^2.3.0": - version "2.3.0" - resolved "https://registry.yarnpkg.com/@graphql-eslint/eslint-plugin/-/eslint-plugin-2.3.0.tgz#4e500466fa56b64680c67d7639f1bdf11d890f8a" - integrity sha512-YYTBKhadvdTO6myWFm3O8A8dP/ca5NsyB2FKYoHGUIToEl25xAMuj2yzvhIjIBwA/yhlLRPe9+EIQ+8f0kjBDg== + version "2.4.0" + resolved "https://registry.yarnpkg.com/@graphql-eslint/eslint-plugin/-/eslint-plugin-2.4.0.tgz#b90e3659dd62566ae831126c7522e7d144b99487" + integrity sha512-O7o8w4GZS7VQdZFfjpx+DWJPCm67+m7ccGKUNGLvkwQcglOW5Z17Ad9TTLpuxYF7sJL7ipOP2c6UNOwXwg3+eg== dependencies: "@graphql-tools/code-file-loader" "^7.0.2" "@graphql-tools/graphql-tag-pluck" "^7.0.2"