Skip to content

Commit 9e5773c

Browse files
fix(deps): pin dependency graphql-tag to 2.12.6 (dotansimha#8091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7351c85 commit 9e5773c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/programmatic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@graphql-tools/load": "7.7.0",
1818
"@graphql-tools/schema": "8.5.0",
1919
"graphql": "16.5.0",
20-
"graphql-tag": "^2.12.5",
20+
"graphql-tag": "2.12.6",
2121
"prettier": "2.7.1"
2222
},
2323
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8358,7 +8358,7 @@ [email protected]:
83588358
dependencies:
83598359
iterall "^1.3.0"
83608360

8361-
[email protected], graphql-tag@^2.11.0, graphql-tag@^2.12.5, graphql-tag@^2.12.6:
8361+
[email protected], graphql-tag@^2.11.0, graphql-tag@^2.12.6:
83628362
version "2.12.6"
83638363
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
83648364
integrity sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==

0 commit comments

Comments
 (0)