diff --git a/subgraphs/starter-example/package-lock.json b/subgraphs/starter-example/package-lock.json index a1af986..d0b9f10 100644 --- a/subgraphs/starter-example/package-lock.json +++ b/subgraphs/starter-example/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@graphprotocol/graph-cli": "^0.71.2", + "@graphprotocol/graph-cli": "^0.80.0", "@graphprotocol/graph-ts": "^0.35.1", "@protofire/subgraph-toolkit": "^0.1.2", "envsub": "^4.1.0" @@ -527,9 +527,10 @@ } }, "node_modules/@graphprotocol/graph-cli": { - "version": "0.71.2", - "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.71.2.tgz", - "integrity": "sha512-vTc2LEJMsSxCs9N1ATZuTUONi0H3wuh5o9w60zsNoNASBPtmo8elzgoXcM5ohpyMg+7cXaYaV885rG7bhYwBAQ==", + "version": "0.80.0", + "resolved": "https://registry.npmjs.org/@graphprotocol/graph-cli/-/graph-cli-0.80.0.tgz", + "integrity": "sha512-vO0pSdqYZUTSFkIVNFo5/6ZfwVrMZ/XYCpg/zcKgnQH3pezR3YUV4krSV4fwKriJglbF1QC7+QWRr7h0akLe5w==", + "license": "(Apache-2.0 OR MIT)", "dependencies": { "@float-capital/float-subgraph-uncrashable": "^0.0.0-alpha.4", "@oclif/core": "2.8.6", @@ -551,6 +552,7 @@ "ipfs-http-client": "55.0.0", "jayson": "4.0.0", "js-yaml": "3.14.1", + "open": "8.4.2", "prettier": "3.0.3", "semver": "7.4.0", "sync-request": "6.1.0", @@ -2043,6 +2045,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/define-lazy-prop": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/define-properties": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", @@ -4679,6 +4690,23 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/open": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", + "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", + "license": "MIT", + "dependencies": { + "define-lazy-prop": "^2.0.0", + "is-docker": "^2.1.1", + "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/ora": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.2.tgz", diff --git a/subgraphs/starter-example/package.json b/subgraphs/starter-example/package.json index 533c4f8..3f76bd7 100644 --- a/subgraphs/starter-example/package.json +++ b/subgraphs/starter-example/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@graphprotocol/graph-cli": "^0.71.2", + "@graphprotocol/graph-cli": "^0.80.0", "@graphprotocol/graph-ts": "^0.35.1", "@protofire/subgraph-toolkit": "^0.1.2", "envsub": "^4.1.0"