Bump @graphprotocol/graph-cli from 0.20.0 to 0.20.1 (#141)

Bumps @graphprotocol/graph-cli from 0.20.0 to 0.20.1.

---
updated-dependencies:
- dependency-name: "@graphprotocol/graph-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-25 11:00:54 +02:00 committed by GitHub
parent ed89e2fb34
commit 26cf34344a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -12,7 +12,7 @@
"cross-fetch": "^3.1.4" "cross-fetch": "^3.1.4"
}, },
"devDependencies": { "devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0", "@graphprotocol/graph-cli": "^0.20.1",
"@graphprotocol/graph-ts": "^0.20.0", "@graphprotocol/graph-ts": "^0.20.0",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
"@types/chai-spies": "^1.0.3", "@types/chai-spies": "^1.0.3",
@ -393,12 +393,12 @@
} }
}, },
"node_modules/@graphprotocol/graph-cli": { "node_modules/@graphprotocol/graph-cli": {
"version": "0.20.0", "version": "0.20.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.20.0.tgz", "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.20.1.tgz",
"integrity": "sha512-uUeq54fIdBvj3SVA4U1qArAG0vZuw3Qnw0J7o/kQ712G8YtJ6l2rkmt5IaS35zQHlnNjAmFd1WJ095lSemlHog==", "integrity": "sha512-vT8pKz2OMyLcYGiFK8RVUk0HHYT9hYYdGwlYAOUON3HHIr51EjSbvTHW7ezBfneFurzj9z0Xdezwywf/N1ay0Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3", "assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6",
"chalk": "^3.0.0", "chalk": "^3.0.0",
"chokidar": "^3.0.2", "chokidar": "^3.0.2",
"debug": "^4.1.1", "debug": "^4.1.1",
@ -13471,12 +13471,12 @@
} }
}, },
"@graphprotocol/graph-cli": { "@graphprotocol/graph-cli": {
"version": "0.20.0", "version": "0.20.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.20.0.tgz", "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.20.1.tgz",
"integrity": "sha512-uUeq54fIdBvj3SVA4U1qArAG0vZuw3Qnw0J7o/kQ712G8YtJ6l2rkmt5IaS35zQHlnNjAmFd1WJ095lSemlHog==", "integrity": "sha512-vT8pKz2OMyLcYGiFK8RVUk0HHYT9hYYdGwlYAOUON3HHIr51EjSbvTHW7ezBfneFurzj9z0Xdezwywf/N1ay0Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3", "assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6",
"chalk": "^3.0.0", "chalk": "^3.0.0",
"chokidar": "^3.0.2", "chokidar": "^3.0.2",
"debug": "^4.1.1", "debug": "^4.1.1",
@ -14388,7 +14388,7 @@
"assemblyscript": { "assemblyscript": {
"version": "git+https://git@github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3", "version": "git+https://git@github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3",
"dev": true, "dev": true,
"from": "assemblyscript@git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3", "from": "assemblyscript@git+https://github.com/AssemblyScript/assemblyscript.git#v0.6",
"requires": { "requires": {
"@protobufjs/utf8": "^1.1.0", "@protobufjs/utf8": "^1.1.0",
"binaryen": "77.0.0-nightly.20190407", "binaryen": "77.0.0-nightly.20190407",

View File

@ -37,7 +37,7 @@
"changelog": "auto-changelog -p" "changelog": "auto-changelog -p"
}, },
"devDependencies": { "devDependencies": {
"@graphprotocol/graph-cli": "^0.20.0", "@graphprotocol/graph-cli": "^0.20.1",
"@graphprotocol/graph-ts": "^0.20.0", "@graphprotocol/graph-ts": "^0.20.0",
"@types/chai": "^4.2.18", "@types/chai": "^4.2.18",
"@types/chai-spies": "^1.0.3", "@types/chai-spies": "^1.0.3",