Skip to content

Commit e48fa35

Browse files
fix(deps): update all non-major dependencies
1 parent e2e5139 commit e48fa35

File tree

3 files changed

+559
-544
lines changed

3 files changed

+559
-544
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }}
3939
run: pnpm --filter=@graphprotocol/graph-cli oclif:pack
4040
- name: Release / pull_request
41-
uses: dotansimha/[email protected].0
41+
uses: dotansimha/[email protected].2
4242
with:
4343
publish: pnpm release
4444
version: pnpm changeset version

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
34-
"@oclif/core": "4.0.34",
34+
"@oclif/core": "4.0.37",
3535
"@oclif/plugin-autocomplete": "^3.2.11",
3636
"@oclif/plugin-not-found": "^3.2.29",
3737
"@oclif/plugin-warn-if-update-available": "^3.1.24",
@@ -41,7 +41,7 @@
4141
"binary-install": "^1.1.0",
4242
"chalk": "5.3.0",
4343
"chokidar": "4.0.1",
44-
"debug": "4.3.7",
44+
"debug": "4.4.0",
4545
"docker-compose": "1.1.0",
4646
"fs-extra": "11.2.0",
4747
"glob": "11.0.0",
@@ -66,7 +66,7 @@
6666
"@types/semver": "^7.5.8",
6767
"@types/which": "^3.0.4",
6868
"copyfiles": "^2.4.1",
69-
"oclif": "4.16.0",
69+
"oclif": "4.16.2",
7070
"spawn-command": "1.0.0",
7171
"strip-ansi": "7.1.0",
7272
"typescript": "^5.7.2",

0 commit comments

Comments
 (0)