Bump @graphprotocol/graph-ts from 0.20.0 to 0.20.1 (#155)

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

---
updated-dependencies:
- dependency-name: "@graphprotocol/graph-ts"
  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-07-12 16:06:21 +02:00 committed by GitHub
parent 770f798b74
commit 02fa43ae4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.1",
"@graphprotocol/graph-ts": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.1",
"@types/chai": "^4.2.19",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^8.2.2",
@ -439,12 +439,12 @@
}
},
"node_modules/@graphprotocol/graph-ts": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.20.0.tgz",
"integrity": "sha512-+R0Tu/MD4Fiq0Fo+v1l+xznz+ZrciQKWlzMtXjDrhM70vlMNVL9wDmf90MVFYpslgqIfw024hT6XwlmyNyOWbQ==",
"version": "0.20.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.20.1.tgz",
"integrity": "sha512-JATb0tERXt+JZUYuW9rwfnLzIM4EOBHf/EEZir5JMiIVMP55CoOyQGAwH2dvKSm5O8WQ1BfdbnOvk7YNVMFHsg==",
"dev": true,
"dependencies": {
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3"
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"
}
},
"node_modules/@iarna/toml": {
@ -13498,12 +13498,12 @@
}
},
"@graphprotocol/graph-ts": {
"version": "0.20.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.20.0.tgz",
"integrity": "sha512-+R0Tu/MD4Fiq0Fo+v1l+xznz+ZrciQKWlzMtXjDrhM70vlMNVL9wDmf90MVFYpslgqIfw024hT6XwlmyNyOWbQ==",
"version": "0.20.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.20.1.tgz",
"integrity": "sha512-JATb0tERXt+JZUYuW9rwfnLzIM4EOBHf/EEZir5JMiIVMP55CoOyQGAwH2dvKSm5O8WQ1BfdbnOvk7YNVMFHsg==",
"dev": true,
"requires": {
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#36040d5b5312f19a025782b5e36663823494c2f3"
"assemblyscript": "git+https://github.com/AssemblyScript/assemblyscript.git#v0.6"
}
},
"@iarna/toml": {

View File

@ -38,7 +38,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.20.1",
"@graphprotocol/graph-ts": "^0.20.0",
"@graphprotocol/graph-ts": "^0.20.1",
"@types/chai": "^4.2.19",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^8.2.2",