Skip to content

Commit

Permalink
chore(deps-dev): bump @graphql-eslint/eslint-plugin
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and anehx committed Apr 7, 2022
1 parent 96c677f commit 42da9b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 42da9b2

Please sign in to comment.