From 42da9b2ea9fdcfc316f28ac26a614ae9f1b810d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 08:37:48 +0000 Subject: [PATCH] chore(deps-dev): bump @graphql-eslint/eslint-plugin Bumps [@graphql-eslint/eslint-plugin](https://github.com/B2o5T/graphql-eslint) from 3.10.1 to 3.10.2. - [Release notes](https://github.com/B2o5T/graphql-eslint/releases) - [Commits](https://github.com/B2o5T/graphql-eslint/compare/@graphql-eslint/eslint-plugin@3.10.1...@graphql-eslint/eslint-plugin@3.10.2) --- updated-dependencies: - dependency-name: "@graphql-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index de47233b1..c3ef15123 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@adfinis-sygroup/eslint-config": "1.5.0", "@adfinis-sygroup/semantic-release-config": "3.4.0", - "@graphql-eslint/eslint-plugin": "3.10.1", + "@graphql-eslint/eslint-plugin": "3.10.2", "babel-eslint": "10.1.0", "ember-template-lint": "4.3.0", "ember-template-lint-plugin-prettier": "4.0.0", diff --git a/yarn.lock b/yarn.lock index 29426f599..3b197cf69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1703,10 +1703,10 @@ dependencies: babel-plugin-debug-macros "^0.3.4" -"@graphql-eslint/eslint-plugin@3.10.1": - version "3.10.1" - resolved "https://registry.yarnpkg.com/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.10.1.tgz#b68daa776b83fb320613519c311a674fcf36bfbf" - integrity sha512-yhRb1zThg3Pe/Q8SbTiw7yIjObcinYAYpdav2VFe1Uuhj+ShVpTE6BpmcmmLlqTjlmbzbjgYkDRDaG2+DcjeqQ== +"@graphql-eslint/eslint-plugin@3.10.2": + version "3.10.2" + resolved "https://registry.yarnpkg.com/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.10.2.tgz#b8b271aef219623e6a0517cfababe6063072077f" + integrity sha512-UJwpeMC4q3/Ofeh3aOp9aJOtomJjQEz7zk8lqXeexqkDBXI0d9dedYlWWL5MqcFhKxtBxsU5xq0w4th0c+0aAQ== dependencies: "@babel/code-frame" "7.16.7" "@graphql-tools/code-file-loader" "^7.2.8" @@ -1715,7 +1715,7 @@ chalk "4.1.2" debug "4.3.4" fast-glob "3.2.11" - graphql-config "^4.2.0" + graphql-config "^4.3.0" graphql-depth-limit "1.1.0" lodash.lowercase "4.3.0" @@ -10480,10 +10480,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.3 resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725" integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU= -graphql-config@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-4.2.0.tgz#031008ccde56eaa2861651d11cf825b78ca0ff0f" - integrity sha512-Qyf02bOfz2jvKc15VQllDS1MQVuywPPYkZ4ChR9ffzNBQk0JX+7ZmfuPwnCkJQQMms56yywU5w1fu9BZVcuUkA== +graphql-config@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/graphql-config/-/graphql-config-4.3.0.tgz#b9bb7bf9c892a90e66ea937e8d7ed170eb1fd5e2" + integrity sha512-Uiu3X7+s5c056WyrvdZVz2vG1fhAipMlYmtiCU/4Z2mX79OXDr1SqIon2MprC/pExIWJfAQZCcjYDY76fPBUQg== dependencies: "@endemolshinegroup/cosmiconfig-typescript-loader" "3.0.2" "@graphql-tools/graphql-file-loader" "^7.3.7"