Skip to content

Commit 9ce7443

Browse files
chore(deps): update dependency graphql-request to v7
1 parent ea076db commit 9ce7443

2 files changed

Lines changed: 11 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "exit"
1212
},
1313
"dependencies": {
14-
"graphql-request": "1.6.0",
14+
"graphql-request": "7.2.0",
1515
"micro": "9.3.3",
1616
"path-match": "1.2.4",
1717
"raven": "2.6.4"

yarn.lock

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@graphql-typed-document-node/core@^3.2.0":
6+
version "3.2.0"
7+
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
8+
integrity sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==
9+
510
ansi-styles@^3.2.1:
611
version "3.2.1"
712
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -46,13 +51,6 @@ cookie@0.3.1:
4651
version "0.3.1"
4752
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
4853

49-
cross-fetch@2.0.0:
50-
version "2.0.0"
51-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-2.0.0.tgz#a17475449561e0f325146cea636a8619efb9b382"
52-
dependencies:
53-
node-fetch "2.0.0"
54-
whatwg-fetch "2.0.3"
55-
5654
crypt@~0.0.1:
5755
version "0.0.2"
5856
resolved "https://registry.yarnpkg.com/crypt/-/crypt-0.0.2.tgz#88d7ff7ec0dfb86f713dc87bbb42d044d3e6c41b"
@@ -65,11 +63,12 @@ escape-string-regexp@^1.0.5:
6563
version "1.0.5"
6664
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
6765

68-
graphql-request@1.6.0:
69-
version "1.6.0"
70-
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-1.6.0.tgz#afe87cf2a336acabb0cc2a875900202eda89f412"
66+
graphql-request@7.2.0:
67+
version "7.2.0"
68+
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-7.2.0.tgz#af4aa25f27a087dd4fc93a4ff54a0f59c4487269"
69+
integrity sha512-0GR7eQHBFYz372u9lxS16cOtEekFlZYB2qOyq8wDvzRmdRSJ0mgUVX1tzNcIzk3G+4NY+mGtSz411wZdeDF/+A==
7170
dependencies:
72-
cross-fetch "2.0.0"
71+
"@graphql-typed-document-node/core" "^3.2.0"
7372

7473
has-flag@^3.0.0:
7574
version "3.0.0"
@@ -133,10 +132,6 @@ micro@9.3.3:
133132
is-stream "1.1.0"
134133
raw-body "2.3.2"
135134

136-
node-fetch@2.0.0:
137-
version "2.0.0"
138-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.0.0.tgz#982bba43ecd4f2922a29cc186a6bbb0bb73fcba6"
139-
140135
path-match@1.2.4:
141136
version "1.2.4"
142137
resolved "https://registry.yarnpkg.com/path-match/-/path-match-1.2.4.tgz#a62747f3c7e0c2514762697f24443585b09100ea"
@@ -198,7 +193,3 @@ unpipe@1.0.0:
198193
uuid@3.3.2:
199194
version "3.3.2"
200195
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
201-
202-
whatwg-fetch@2.0.3:
203-
version "2.0.3"
204-
resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz#9c84ec2dcf68187ff00bc64e1274b442176e1c84"

0 commit comments

Comments
 (0)