From a361f842e6935a6fb38ab94ed8febf29d08c1f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:18:26 +0000 Subject: [PATCH] chore(deps-dev): bump @graphql-eslint/eslint-plugin Bumps [@graphql-eslint/eslint-plugin](https://github.com/B2o5T/graphql-eslint) from 3.18.0 to 3.20.1. - [Release notes](https://github.com/B2o5T/graphql-eslint/releases) - [Commits](https://github.com/B2o5T/graphql-eslint/compare/@graphql-eslint/eslint-plugin@3.18.0...@graphql-eslint/eslint-plugin@3.20.1) --- updated-dependencies: - dependency-name: "@graphql-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8dc654d2..e06b622d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@graphql-codegen/typescript": "3.0.4", "@graphql-codegen/typescript-operations": "3.0.4", "@graphql-codegen/typescript-react-apollo": "3.3.3", - "@graphql-eslint/eslint-plugin": "^3.18.0", + "@graphql-eslint/eslint-plugin": "^3.20.1", "@types/find-process": "1.2.0", "@types/office-js": "^1.0.322", "@types/office-runtime": "^1.0.30", diff --git a/yarn.lock b/yarn.lock index 8c8daaca..b10399b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1532,10 +1532,10 @@ parse-filepath "^1.0.2" tslib "~2.5.0" -"@graphql-eslint/eslint-plugin@^3.18.0": - version "3.18.0" - resolved "https://registry.yarnpkg.com/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.18.0.tgz#071b5580d1d47ac0f25fd4296fea4105ddd8e401" - integrity sha512-riEEfRycc0+pWxcEWqHi8woRxzg1xZqAfh9DRACJUR7bTN8dmc1N04i7+pvW4sevClUFYC2wuL1Vtr+DwzXLUg== +"@graphql-eslint/eslint-plugin@^3.20.1": + version "3.20.1" + resolved "https://registry.yarnpkg.com/@graphql-eslint/eslint-plugin/-/eslint-plugin-3.20.1.tgz#5ae22ee54a5624b852a7cb5f52a103da6384c643" + integrity sha512-RbwVlz1gcYG62sECR1u0XqMh8w5e5XMCCZoMvPQ3nJzEBCTfXLGX727GBoRmSvY1x4gJmqNZ1lsOX7lZY14RIw== dependencies: "@babel/code-frame" "^7.18.6" "@graphql-tools/code-file-loader" "^7.3.6"