Skip to content

Commit

Permalink
fix(deps): pin dependency graphql-tag to 2.12.6 (#8091)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 14, 2022
1 parent 7351c85 commit 9e5773c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@graphql-tools/load": "7.7.0",
"@graphql-tools/schema": "8.5.0",
"graphql": "16.5.0",
"graphql-tag": "^2.12.5",
"graphql-tag": "2.12.6",
"prettier": "2.7.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8358,7 +8358,7 @@ graphql-subscriptions@2.0.0:
dependencies:
iterall "^1.3.0"

graphql-tag@2.12.6, graphql-tag@^2.11.0, graphql-tag@^2.12.5, graphql-tag@^2.12.6:
graphql-tag@2.12.6, graphql-tag@^2.11.0, graphql-tag@^2.12.6:
version "2.12.6"
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==
Expand Down

1 comment on commit 9e5773c

@vercel
Copy link

@vercel vercel bot commented on 9e5773c Jul 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.