Skip to content

Commit f0723d7

Browse files
Bump @graphql-tools/graphql-tag-pluck from 6.2.5 to 6.3.0 (#129)
Bumps [@graphql-tools/graphql-tag-pluck](https://github.com/ardatan/graphql-tools) from 6.2.5 to 6.3.0. - [Release notes](https://github.com/ardatan/graphql-tools/releases) - [Commits](https://github.com/ardatan/graphql-tools/compare/@graphql-tools/[email protected]...@graphql-tools/[email protected]) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1adee8a commit f0723d7

File tree

2 files changed

+36
-22
lines changed

2 files changed

+36
-22
lines changed

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@graphql-tools/graphql-file-loader": "^6.2.4",
2323
"@graphql-tools/json-file-loader": "^6.2.4",
2424
"@graphql-tools/url-loader": "^6.3.0",
25-
"@graphql-tools/graphql-tag-pluck": "^6.2.5",
25+
"@graphql-tools/graphql-tag-pluck": "^6.3.0",
2626
"graphql-config": "^3.0.0"
2727
},
2828
"devDependencies": {

yarn.lock

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@
4747
jsesc "^2.5.1"
4848
source-map "^0.6.1"
4949

50+
"@babel/generator@^7.12.1":
51+
version "7.12.1"
52+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.1.tgz#0d70be32bdaa03d7c51c8597dda76e0df1f15468"
53+
integrity sha512-DB+6rafIdc9o72Yc3/Ph5h+6hUjeOp66pF0naQBgUFFuPqzQwIlPTm3xZR7YNvduIMtkDIj2t21LSQwnbCrXvg==
54+
dependencies:
55+
"@babel/types" "^7.12.1"
56+
jsesc "^2.5.1"
57+
source-map "^0.5.0"
58+
5059
"@babel/helper-function-name@^7.10.4":
5160
version "7.10.4"
5261
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
@@ -150,11 +159,16 @@
150159
chalk "^2.0.0"
151160
js-tokens "^4.0.0"
152161

153-
"@babel/[email protected]", "@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5":
162+
154163
version "7.11.5"
155164
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.11.5.tgz#c7ff6303df71080ec7a4f5b8c003c58f1cf51037"
156165
integrity sha512-X9rD8qqm695vgmeaQ4fvz/o3+Wk4ZzQvSHkDBgpYKxpD4qTAUm88ZKtHkVqIOsYFFbIQ6wQYhC6q7pjqVK0E0Q==
157166

167+
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.11.5", "@babel/parser@^7.12.1":
168+
version "7.12.3"
169+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.3.tgz#a305415ebe7a6c7023b40b5122a0662d928334cd"
170+
integrity sha512-kFsOS0IbsuhO5ojF8Hc8z/8vEIOkylVBrjiZUbLTE3XFe0Qi+uu6HjzQixkFaqr0ZPAMZcBVxEwmsnsLPZ2Xsw==
171+
158172
"@babel/plugin-syntax-async-generators@^7.8.4":
159173
version "7.8.4"
160174
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -255,25 +269,25 @@
255269
"@babel/parser" "^7.10.4"
256270
"@babel/types" "^7.10.4"
257271

258-
"@babel/traverse@7.11.5", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5":
259-
version "7.11.5"
260-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.11.5.tgz#be777b93b518eb6d76ee2e1ea1d143daa11e61c3"
261-
integrity sha512-EjiPXt+r7LiCZXEfRpSJd+jUMnBd4/9OUv7Nx3+0u9+eimMwJmG0Q98lw4/289JCoxSE8OolDMNZaaF/JZ69WQ==
272+
"@babel/traverse@7.12.1", "@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.11.5":
273+
version "7.12.1"
274+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.1.tgz#941395e0c5cc86d5d3e75caa095d3924526f0c1e"
275+
integrity sha512-MA3WPoRt1ZHo2ZmoGKNqi20YnPt0B1S0GTZEPhhd+hw2KGUzBlHuVunj6K4sNuK+reEvyiPwtp0cpaqLzJDmAw==
262276
dependencies:
263277
"@babel/code-frame" "^7.10.4"
264-
"@babel/generator" "^7.11.5"
278+
"@babel/generator" "^7.12.1"
265279
"@babel/helper-function-name" "^7.10.4"
266280
"@babel/helper-split-export-declaration" "^7.11.0"
267-
"@babel/parser" "^7.11.5"
268-
"@babel/types" "^7.11.5"
281+
"@babel/parser" "^7.12.1"
282+
"@babel/types" "^7.12.1"
269283
debug "^4.1.0"
270284
globals "^11.1.0"
271285
lodash "^4.17.19"
272286

273-
"@babel/types@7.11.5", "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
274-
version "7.11.5"
275-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.11.5.tgz#d9de577d01252d77c6800cee039ee64faf75662d"
276-
integrity sha512-bvM7Qz6eKnJVFIn+1LPtjlBFPVN5jNDc1XmN15vWe7Q3DPBufWWsLiIvUu7xW87uTG6QoggpIDnUgLQvPheU+Q==
287+
"@babel/types@7.12.1", "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.11.0", "@babel/types@^7.11.5", "@babel/types@^7.12.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
288+
version "7.12.1"
289+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.1.tgz#e109d9ab99a8de735be287ee3d6a9947a190c4ae"
290+
integrity sha512-BzSY3NJBKM4kyatSOWh3D/JJ2O3CVzBybHWxtgxnggaxEuaSTTDqeiSb/xk9lrkw2Tbqyivw5ZU4rT+EfznQsA==
277291
dependencies:
278292
"@babel/helper-validator-identifier" "^7.10.4"
279293
lodash "^4.17.19"
@@ -513,15 +527,15 @@
513527
fs-extra "9.0.1"
514528
tslib "~2.0.1"
515529

516-
"@graphql-tools/graphql-tag-pluck@^6.2.5":
517-
version "6.2.5"
518-
resolved "https://registry.npmjs.org/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-6.2.5.tgz#5c0c47362406a55aaf661c4af0209b542b8483dc"
519-
integrity sha512-qvdIOTanBuKYLIMSYl9Tk+ej9dq00B4BqUnHqoCvYtSjD1n1UINGrqXgwMT+JXp66gUZWw8BU9Ke92mQ4UwTpg==
530+
"@graphql-tools/graphql-tag-pluck@^6.3.0":
531+
version "6.3.0"
532+
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-6.3.0.tgz#b1c178fe6e8c4823ca611cf1392f530ad0490dd9"
533+
integrity sha512-wdXE6iKTD/ePvhPaukhXm6M8FcsiR9rrwFvkYN96sx2UjDjXzU6vS1QUniNuwjRPaQuSe635vqfaUSN9JuNHvA==
520534
dependencies:
521535
"@babel/parser" "7.11.5"
522-
"@babel/traverse" "7.11.5"
523-
"@babel/types" "7.11.5"
524-
"@graphql-tools/utils" "^6.2.4"
536+
"@babel/traverse" "7.12.1"
537+
"@babel/types" "7.12.1"
538+
"@graphql-tools/utils" "^7.0.0"
525539
tslib "~2.0.1"
526540
optionalDependencies:
527541
vue-template-compiler "^2.6.12"
@@ -600,7 +614,7 @@
600614
camel-case "4.1.1"
601615
tslib "~2.0.1"
602616

603-
"@graphql-tools/utils@^7.0.2":
617+
"@graphql-tools/utils@^7.0.0", "@graphql-tools/utils@^7.0.2":
604618
version "7.0.2"
605619
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-7.0.2.tgz#1977d3277158bf32df792a5ff76d3fdc04647a64"
606620
integrity sha512-VQQ7krHeoXO0FS3qbWsb/vZb8c8oyiCYPIH4RSgeK9SKOUpatWYt3DW4jmLmyHZLVVMk0yjUbsOhKTBEMejKSA==
@@ -5435,7 +5449,7 @@ source-map-url@^0.4.0:
54355449
resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
54365450
integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=
54375451

5438-
source-map@^0.5.6:
5452+
source-map@^0.5.0, source-map@^0.5.6:
54395453
version "0.5.7"
54405454
resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
54415455
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=

0 commit comments

Comments
 (0)