Skip to content

Commit ed47de8

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql to v14.6.0
1 parent 17f4ee0 commit ed47de8

File tree

6 files changed

+26
-21
lines changed

6 files changed

+26
-21
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-config-prettier": "2.10.0",
2626
"eslint-plugin-babel": "4.1.2",
2727
"eslint-plugin-prettier": "2.7.0",
28-
"graphql": "0.13.2",
28+
"graphql": "14.6.0",
2929
"graphql-tag": "2.10.3",
3030
"react": "16.13.1",
3131
"react-apollo": "2.5.8",

advanced/yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5379,12 +5379,12 @@ graphql-tag@^2.4.2:
53795379
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.7.3.tgz#5040112a1b4623285ef017c252276f0dea37f03f"
53805380
integrity sha1-UEARKhtGIyhe8BfCUidvDeo38D8=
53815381

5382-
graphql@0.13.2:
5383-
version "0.13.2"
5384-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
5385-
integrity sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==
5382+
graphql@14.6.0:
5383+
version "14.6.0"
5384+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.6.0.tgz#57822297111e874ea12f5cd4419616930cd83e49"
5385+
integrity sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==
53865386
dependencies:
5387-
iterall "^1.2.1"
5387+
iterall "^1.2.2"
53885388

53895389
growly@^1.3.0:
53905390
version "1.3.0"
@@ -6549,6 +6549,11 @@ iterall@^1.2.1:
65496549
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
65506550
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==
65516551

6552+
iterall@^1.2.2:
6553+
version "1.3.0"
6554+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
6555+
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
6556+
65526557
jest-changed-files@^23.4.2:
65536558
version "23.4.2"
65546559
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.4.2.tgz#1eed688370cd5eebafe4ae93d34bb3b64968fe83"

basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"apollo-boost": "0.4.7",
9-
"graphql": "14.0.2",
9+
"graphql": "14.6.0",
1010
"react": "16.13.1",
1111
"react-apollo": "2.5.8",
1212
"react-dom": "16.13.1",

basic/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4767,10 +4767,10 @@ graphql-tag@^2.4.2:
47674767
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
47684768
integrity sha512-9FD6cw976TLLf9WYIUPCaaTpniawIjHWZSwIRZSjrfufJamcXbVVYfN2TWvJYbw0Xf2JjYbl1/f2+wDnBVw3/w==
47694769

4770-
graphql@14.0.2:
4771-
version "14.0.2"
4772-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650"
4773-
integrity sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==
4770+
graphql@14.6.0:
4771+
version "14.6.0"
4772+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.6.0.tgz#57822297111e874ea12f5cd4419616930cd83e49"
4773+
integrity sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==
47744774
dependencies:
47754775
iterall "^1.2.2"
47764776

minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "minimal",
33
"dependencies": {
44
"apollo-boost": "0.4.7",
5-
"graphql": "0.13.2",
5+
"graphql": "14.6.0",
66
"react": "16.13.1",
77
"react-apollo": "2.5.8",
88
"react-dom": "16.13.1",

minimal/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4487,12 +4487,12 @@ graphql-tag@^2.4.2:
44874487
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.10.0.tgz#87da024be863e357551b2b8700e496ee2d4353ae"
44884488
integrity sha512-9FD6cw976TLLf9WYIUPCaaTpniawIjHWZSwIRZSjrfufJamcXbVVYfN2TWvJYbw0Xf2JjYbl1/f2+wDnBVw3/w==
44894489

4490-
graphql@0.13.2:
4491-
version "0.13.2"
4492-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270"
4493-
integrity sha512-QZ5BL8ZO/B20VA8APauGBg3GyEgZ19eduvpLWoq5x7gMmWnHoy8rlQWPLmWgFvo1yNgjSEFMesmS4R6pPr7xog==
4490+
graphql@14.6.0:
4491+
version "14.6.0"
4492+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.6.0.tgz#57822297111e874ea12f5cd4419616930cd83e49"
4493+
integrity sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==
44944494
dependencies:
4495-
iterall "^1.2.1"
4495+
iterall "^1.2.2"
44964496

44974497
growly@^1.3.0:
44984498
version "1.3.0"
@@ -5493,10 +5493,10 @@ istanbul-reports@^1.5.1:
54935493
dependencies:
54945494
handlebars "^4.0.3"
54955495

5496-
iterall@^1.2.1:
5497-
version "1.2.2"
5498-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
5499-
integrity sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==
5496+
iterall@^1.2.2:
5497+
version "1.3.0"
5498+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
5499+
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
55005500

55015501
jest-changed-files@^23.4.2:
55025502
version "23.4.2"

0 commit comments

Comments
 (0)