Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 478827f

Browse files
committed
Update graph-cli/ts
1 parent e9c23c2 commit 478827f

File tree

2 files changed

+35
-42
lines changed

2 files changed

+35
-42
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"deploy-local": "graph deploy example --ipfs http://localhost:5001 --node http://127.0.0.1:8020"
1414
},
1515
"devDependencies": {
16-
"@graphprotocol/graph-cli": "^0.19.0",
17-
"@graphprotocol/graph-ts": "^0.19.0"
16+
"@graphprotocol/graph-cli": "^0.20.0",
17+
"@graphprotocol/graph-ts": "^0.20.0"
1818
},
1919
"dependencies": {
2020
"babel-polyfill": "^6.26.0",

yarn.lock

Lines changed: 33 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@graphprotocol/graph-cli@^0.19.0":
27-
version "0.19.0"
28-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.19.0.tgz#c5c330f3ef9bb56ee5bec1e9da998638049dc0d3"
29-
integrity sha512-rG6udMjMyXtCgX1oYyteM3ohecLV8JZqlQLzc8BSfw/g6+6dAVey6KQkJ04MRYJCv2VxrUVTYXu1AxzhXPJMkQ==
26+
"@graphprotocol/graph-cli@^0.20.0":
27+
version "0.20.0"
28+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-cli/-/graph-cli-0.20.0.tgz#52d907f906d4845c42ef2d8063fe0f624db95c09"
29+
integrity sha512-uUeq54fIdBvj3SVA4U1qArAG0vZuw3Qnw0J7o/kQ712G8YtJ6l2rkmt5IaS35zQHlnNjAmFd1WJ095lSemlHog==
3030
dependencies:
3131
assemblyscript "https://github.com/AssemblyScript/assemblyscript#36040d5b5312f19a025782b5e36663823494c2f3"
3232
chalk "^3.0.0"
@@ -37,7 +37,7 @@
3737
fs-extra "^9.0.0"
3838
glob "^7.1.2"
3939
gluegun "^4.3.1"
40-
graphql "^14.0.2"
40+
graphql "^15.5.0"
4141
immutable "^3.8.2"
4242
ipfs-http-client "^34.0.0"
4343
jayson "^3.0.2"
@@ -49,12 +49,12 @@
4949
tmp "^0.1.0"
5050
yaml "^1.5.1"
5151
optionalDependencies:
52-
keytar "^5.0.0"
52+
keytar "^7.4.0"
5353

54-
"@graphprotocol/graph-ts@^0.19.0":
55-
version "0.19.0"
56-
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.19.0.tgz#e1ea3abcf94b91b36624a0821c6561d68720397f"
57-
integrity sha512-9dRwZF/jMHjIC/4jZDl8uUV3vHbXgHZV2m6728JbYcbjt4Kaw73cIxVqrsXHyDNVkVaIkZ/yorQ37pY2suLddg==
54+
"@graphprotocol/graph-ts@^0.20.0":
55+
version "0.20.0"
56+
resolved "https://registry.yarnpkg.com/@graphprotocol/graph-ts/-/graph-ts-0.20.0.tgz#ed31ffd59a6aa9703a1ec5079f137a81220443cb"
57+
integrity sha512-+R0Tu/MD4Fiq0Fo+v1l+xznz+ZrciQKWlzMtXjDrhM70vlMNVL9wDmf90MVFYpslgqIfw024hT6XwlmyNyOWbQ==
5858
dependencies:
5959
assemblyscript "https://github.com/AssemblyScript/assemblyscript#36040d5b5312f19a025782b5e36663823494c2f3"
6060

@@ -2186,12 +2186,10 @@ graceful-fs@^4.1.10, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0:
21862186
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
21872187
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
21882188

2189-
graphql@^14.0.2:
2190-
version "14.7.0"
2191-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
2192-
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
2193-
dependencies:
2194-
iterall "^1.2.2"
2189+
graphql@^15.5.0:
2190+
version "15.5.0"
2191+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5"
2192+
integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==
21952193

21962194
21972195
version "1.10.5"
@@ -2808,11 +2806,6 @@ iterable-ndjson@^1.1.0:
28082806
dependencies:
28092807
string_decoder "^1.2.0"
28102808

2811-
iterall@^1.2.2:
2812-
version "1.3.0"
2813-
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
2814-
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
2815-
28162809
iterate-iterator@^1.0.1:
28172810
version "1.0.1"
28182811
resolved "https://registry.yarnpkg.com/iterate-iterator/-/iterate-iterator-1.0.1.tgz#1693a768c1ddd79c969051459453f082fe82e9f6"
@@ -2972,13 +2965,13 @@ keypair@^1.0.1:
29722965
resolved "https://registry.yarnpkg.com/keypair/-/keypair-1.0.1.tgz#7603719270afb6564ed38a22087a06fc9aa4ea1b"
29732966
integrity sha1-dgNxknCvtlZO04oiCHoG/Jqk6hs=
29742967

2975-
keytar@^5.0.0:
2976-
version "5.6.0"
2977-
resolved "https://registry.yarnpkg.com/keytar/-/keytar-5.6.0.tgz#7b5d4bd043d17211163640be6c4a27a49b12bb39"
2978-
integrity sha512-ueulhshHSGoryfRXaIvTj0BV1yB0KddBGhGoqCxSN9LR1Ks1GKuuCdVhF+2/YOs5fMl6MlTI9On1a4DHDXoTow==
2968+
keytar@^7.4.0:
2969+
version "7.4.0"
2970+
resolved "https://registry.yarnpkg.com/keytar/-/keytar-7.4.0.tgz#0a508d64850ca05aa3ba4127818037d13ca3219f"
2971+
integrity sha512-nELmc35YjSE4ZNSFaID/743CgDt/MdV4JLX7rRewAh9mKvU72RtF3uJMY0MdMpwdDYZhmD8FSdRCD1J97lEyVg==
29792972
dependencies:
2980-
nan "2.14.1"
2981-
prebuild-install "5.3.3"
2973+
node-addon-api "^3.0.0"
2974+
prebuild-install "^6.0.0"
29822975

29832976
keyv@^3.0.0:
29842977
version "3.1.0"
@@ -3308,7 +3301,7 @@ [email protected], minimatch@^3.0.2, minimatch@^3.0.4:
33083301
dependencies:
33093302
brace-expansion "^1.1.7"
33103303

3311-
minimist@^1.2.0, minimist@^1.2.5:
3304+
minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.5:
33123305
version "1.2.5"
33133306
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
33143307
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
@@ -3328,7 +3321,7 @@ minizlib@^1.2.1:
33283321
dependencies:
33293322
minipass "^2.9.0"
33303323

3331-
mkdirp-classic@^0.5.2:
3324+
mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
33323325
version "0.5.3"
33333326
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
33343327
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
@@ -3550,11 +3543,6 @@ [email protected]:
35503543
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
35513544
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
35523545

3553-
3554-
version "2.14.1"
3555-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
3556-
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
3557-
35583546
nan@^2.14.0, nan@^2.14.2:
35593547
version "2.14.2"
35603548
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
@@ -3596,6 +3584,11 @@ node-abi@^2.7.0:
35963584
dependencies:
35973585
semver "^5.4.1"
35983586

3587+
node-addon-api@^3.0.0:
3588+
version "3.1.0"
3589+
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-3.1.0.tgz#98b21931557466c6729e51cb77cd39c965f42239"
3590+
integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw==
3591+
35993592
node-fetch@^2.3.0:
36003593
version "2.6.1"
36013594
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
@@ -3991,16 +3984,16 @@ pluralize@^8.0.0:
39913984
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
39923985
integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
39933986

3994-
prebuild-install@5.3.3:
3995-
version "5.3.3"
3996-
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-5.3.3.tgz#ef4052baac60d465f5ba6bf003c9c1de79b9da8e"
3997-
integrity sha512-GV+nsUXuPW2p8Zy7SarF/2W/oiK8bFQgJcncoJ0d7kRpekEA0ftChjfEaF9/Y+QJEc/wFR7RAEa8lYByuUIe2g==
3987+
prebuild-install@^6.0.0:
3988+
version "6.0.1"
3989+
resolved "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-6.0.1.tgz#5902172f7a40eb67305b96c2a695db32636ee26d"
3990+
integrity sha512-7GOJrLuow8yeiyv75rmvZyeMGzl8mdEX5gY69d6a6bHWmiPevwqFw+tQavhK0EYMaSg3/KD24cWqeQv1EWsqDQ==
39983991
dependencies:
39993992
detect-libc "^1.0.3"
40003993
expand-template "^2.0.3"
40013994
github-from-package "0.0.0"
4002-
minimist "^1.2.0"
4003-
mkdirp "^0.5.1"
3995+
minimist "^1.2.3"
3996+
mkdirp-classic "^0.5.3"
40043997
napi-build-utils "^1.0.1"
40053998
node-abi "^2.7.0"
40063999
noop-logger "^0.1.1"

0 commit comments

Comments
 (0)