Skip to content

Commit 551c2e4

Browse files
fix(deps): update dependency @graphql-tools/graphql-tag-pluck to v7.1.4 (#801)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 300f73b commit 551c2e4

File tree

2 files changed

+41
-15
lines changed

2 files changed

+41
-15
lines changed

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@babel/code-frame": "7.16.0",
3030
"@graphql-tools/code-file-loader": "7.2.2",
31-
"@graphql-tools/graphql-tag-pluck": "7.1.3",
31+
"@graphql-tools/graphql-tag-pluck": "7.1.4",
3232
"@graphql-tools/import": "6.6.1",
3333
"@graphql-tools/utils": "8.5.3",
3434
"graphql-config": "4.1.0",

yarn.lock

Lines changed: 40 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -461,16 +461,16 @@
461461
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
462462
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
463463

464+
"@babel/[email protected]", "@babel/parser@^7.15.4", "@babel/parser@^7.16.3":
465+
version "7.16.4"
466+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
467+
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
468+
464469
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.2":
465470
version "7.15.2"
466471
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.2.tgz#08d4ffcf90d211bf77e7cc7154c6f02d468d2b1d"
467472
integrity sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg==
468473

469-
"@babel/parser@^7.15.4":
470-
version "7.16.4"
471-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
472-
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
473-
474474
"@babel/parser@^7.16.0":
475475
version "7.16.0"
476476
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.0.tgz#cf147d7ada0a3655e79bf4b08ee846f00a00a295"
@@ -1166,6 +1166,21 @@
11661166
debug "^4.1.0"
11671167
globals "^11.1.0"
11681168

1169+
1170+
version "7.16.3"
1171+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
1172+
integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
1173+
dependencies:
1174+
"@babel/code-frame" "^7.16.0"
1175+
"@babel/generator" "^7.16.0"
1176+
"@babel/helper-function-name" "^7.16.0"
1177+
"@babel/helper-hoist-variables" "^7.16.0"
1178+
"@babel/helper-split-export-declaration" "^7.16.0"
1179+
"@babel/parser" "^7.16.3"
1180+
"@babel/types" "^7.16.0"
1181+
debug "^4.1.0"
1182+
globals "^11.1.0"
1183+
11691184
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.8", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.2":
11701185
version "7.15.0"
11711186
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
@@ -1204,6 +1219,14 @@
12041219
"@babel/helper-validator-identifier" "^7.14.9"
12051220
to-fast-properties "^2.0.0"
12061221

1222+
"@babel/[email protected]", "@babel/types@^7.15.4", "@babel/types@^7.16.0":
1223+
version "7.16.0"
1224+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
1225+
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
1226+
dependencies:
1227+
"@babel/helper-validator-identifier" "^7.15.7"
1228+
to-fast-properties "^2.0.0"
1229+
12071230
"@babel/types@^7.0.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
12081231
version "7.15.0"
12091232
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
@@ -1212,14 +1235,6 @@
12121235
"@babel/helper-validator-identifier" "^7.14.9"
12131236
to-fast-properties "^2.0.0"
12141237

1215-
"@babel/types@^7.15.4", "@babel/types@^7.16.0":
1216-
version "7.16.0"
1217-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
1218-
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
1219-
dependencies:
1220-
"@babel/helper-validator-identifier" "^7.15.7"
1221-
to-fast-properties "^2.0.0"
1222-
12231238
"@bcoe/v8-coverage@^0.2.3":
12241239
version "0.2.3"
12251240
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1490,7 +1505,18 @@
14901505
tslib "~2.3.0"
14911506
unixify "^1.0.0"
14921507

1493-
"@graphql-tools/[email protected]", "@graphql-tools/graphql-tag-pluck@^7.1.3":
1508+
"@graphql-tools/[email protected]":
1509+
version "7.1.4"
1510+
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.4.tgz#174b69d40988c3450d310173c5be5af894929c41"
1511+
integrity sha512-0V2AY68ip3YmJ9rnIwQGxXsokCeGD9FTQOeSLzpwG74U0VY6bphfaCp5KVGW+W5sGJchTj3HvnmvdmWZnEZWZA==
1512+
dependencies:
1513+
"@babel/parser" "7.16.4"
1514+
"@babel/traverse" "7.16.3"
1515+
"@babel/types" "7.16.0"
1516+
"@graphql-tools/utils" "^8.5.1"
1517+
tslib "~2.3.0"
1518+
1519+
"@graphql-tools/graphql-tag-pluck@^7.1.3":
14941520
version "7.1.3"
14951521
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-7.1.3.tgz#2c638aac84f279f95bf3da50b71f2b4b82641539"
14961522
integrity sha512-zxVYLiAnNxFg6bnDZdNpLJNfjf6GHYLQsVHDcbYyQcWJzIaeWPylX/Q1gyvw8MFO4ICYExNPqgBA/is2kZBlHw==

0 commit comments

Comments
 (0)