Bump @graphprotocol/graph-cli from 0.38.0 to 0.40.0

Bumps @graphprotocol/graph-cli from 0.38.0 to 0.40.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-20 03:17:05 +00:00 committed by GitHub
parent 1a5906b2b3
commit db63b212ea
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

@ -14,7 +14,7 @@
"cross-fetch": "^3.1.4"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.38.0",
"@graphprotocol/graph-cli": "^0.40.0",
"@graphprotocol/graph-ts": "^0.29.3",
"@types/chai": "^4.3.4",
"@types/chai-spies": "^1.0.3",
@ -625,9 +625,9 @@
}
},
"node_modules/@graphprotocol/graph-cli": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.38.0.tgz",
"integrity": "sha512-9WiVp96iSsoQ5iJaQrGTraH+reaGteQDSfWEc1TlDTJ8UqBPLus3a8zSjbN7iAkctgujIEHTdtdBMZZXY94RlQ==",
"version": "0.40.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.40.0.tgz",
"integrity": "sha512-bNhdyrYLyad+UXz2LnFKFBRWl+Tmpa7DqM0NK8WV1sozdbovI2NUVn5xkbSIgKVd55qn06V0FclOV/o/Fy+K5A==",
"dev": true,
"dependencies": {
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",
@ -14840,9 +14840,9 @@
}
},
"@graphprotocol/graph-cli": {
"version": "0.38.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.38.0.tgz",
"integrity": "sha512-9WiVp96iSsoQ5iJaQrGTraH+reaGteQDSfWEc1TlDTJ8UqBPLus3a8zSjbN7iAkctgujIEHTdtdBMZZXY94RlQ==",
"version": "0.40.0",
"resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.40.0.tgz",
"integrity": "sha512-bNhdyrYLyad+UXz2LnFKFBRWl+Tmpa7DqM0NK8WV1sozdbovI2NUVn5xkbSIgKVd55qn06V0FclOV/o/Fy+K5A==",
"dev": true,
"requires": {
"@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4",

View File

@ -42,7 +42,7 @@
"changelog": "auto-changelog -p"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.38.0",
"@graphprotocol/graph-cli": "^0.40.0",
"@graphprotocol/graph-ts": "^0.29.3",
"@types/chai": "^4.3.4",
"@types/chai-spies": "^1.0.3",