Skip to content

Commit 3a3546a

Browse files
fix(deps): update all non-major dependencies (#2029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db72b2d commit 3a3546a

File tree

4 files changed

+781
-405
lines changed

4 files changed

+781
-405
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@theguild/eslint-config": "0.13.2",
3838
"@theguild/prettier-config": "3.0.0",
3939
"@types/node": "^22.10.1",
40-
"eslint": "9.23.0",
40+
"eslint": "9.26.0",
4141
"prettier": "3.5.3"
4242
},
4343
"pnpm": {

packages/cli/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,31 @@
3737
},
3838
"dependencies": {
3939
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
40-
"@oclif/core": "4.2.10",
40+
"@oclif/core": "4.3.0",
4141
"@oclif/plugin-autocomplete": "^3.2.11",
4242
"@oclif/plugin-not-found": "^3.2.29",
4343
"@oclif/plugin-warn-if-update-available": "^3.1.24",
4444
"@pinax/graph-networks-registry": "^0.6.5",
4545
"@whatwg-node/fetch": "^0.10.1",
4646
"assemblyscript": "0.19.23",
4747
"chokidar": "4.0.3",
48-
"debug": "4.4.0",
48+
"debug": "4.4.1",
4949
"docker-compose": "1.2.0",
5050
"fs-extra": "11.3.0",
51-
"glob": "11.0.1",
51+
"glob": "11.0.2",
5252
"gluegun": "5.2.0",
53-
"graphql": "16.10.0",
54-
"immutable": "5.1.1",
55-
"jayson": "4.1.3",
53+
"graphql": "16.11.0",
54+
"immutable": "5.1.2",
55+
"jayson": "4.2.0",
5656
"js-yaml": "4.1.0",
5757
"kubo-rpc-client": "^5.0.2",
58-
"open": "10.1.0",
58+
"open": "10.1.2",
5959
"prettier": "3.5.3",
60-
"semver": "7.7.1",
60+
"semver": "7.7.2",
6161
"tmp-promise": "3.0.3",
62-
"undici": "7.7.0",
62+
"undici": "7.9.0",
6363
"web3-eth-abi": "4.4.1",
64-
"yaml": "2.7.1"
64+
"yaml": "2.8.0"
6565
},
6666
"devDependencies": {
6767
"@types/debug": "^4.1.12",

0 commit comments

Comments
 (0)