Bump @graphprotocol/graph-ts from 0.29.1 to 0.29.2

Bumps @graphprotocol/graph-ts from 0.29.1 to 0.29.2.

---
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>
This commit is contained in:
dependabot[bot] 2023-01-25 11:20:05 +00:00 committed by GitHub
parent 26a53431ea
commit 8e4efe266c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.37.7",
"@graphprotocol/graph-ts": "^0.29.1",
"@graphprotocol/graph-ts": "^0.29.2",
"@types/chai": "^4.3.4",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^10.0.1",
@ -845,9 +845,9 @@
}
},
"node_modules/@graphprotocol/graph-ts": {
"version": "0.29.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.1.tgz",
"integrity": "sha512-GhAP2ijk3cTM0xBjoAFxEmdZbYl1BueCYqAGw5G7UyBX3EV8FWkvD5DMam6IkLGqXasBmelCFrROK3B5t6zVdg==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.2.tgz",
"integrity": "sha512-tYpV/hkRZPEgICwJ1n8y5CXGSdFGGHFeGX5n5y9ScA+9TnQvh2dwah054wTKAEepTPd2Pq+De8e+SSQmKIkmZg==",
"dev": true,
"dependencies": {
"assemblyscript": "0.19.10"
@ -15002,9 +15002,9 @@
}
},
"@graphprotocol/graph-ts": {
"version": "0.29.1",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.1.tgz",
"integrity": "sha512-GhAP2ijk3cTM0xBjoAFxEmdZbYl1BueCYqAGw5G7UyBX3EV8FWkvD5DMam6IkLGqXasBmelCFrROK3B5t6zVdg==",
"version": "0.29.2",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-ts/-/graph-ts-0.29.2.tgz",
"integrity": "sha512-tYpV/hkRZPEgICwJ1n8y5CXGSdFGGHFeGX5n5y9ScA+9TnQvh2dwah054wTKAEepTPd2Pq+De8e+SSQmKIkmZg==",
"dev": true,
"requires": {
"assemblyscript": "0.19.10"

View File

@ -43,7 +43,7 @@
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.37.7",
"@graphprotocol/graph-ts": "^0.29.1",
"@graphprotocol/graph-ts": "^0.29.2",
"@types/chai": "^4.3.4",
"@types/chai-spies": "^1.0.3",
"@types/mocha": "^10.0.1",