Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@openzeppelin-compact/contracts-simulator": "workspace:^",
"@tsconfig/node24": "^24.0.1",
"@types/node": "24.9.0",
"@types/node": "24.10.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vitest": "^4.0.8"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@biomejs/biome": "2.2.5",
"@midnight-ntwrk/ledger": "^4.0.0",
"@midnight-ntwrk/zswap": "^4.0.0",
"@types/node": "24.9.0",
"@types/node": "24.10.0",
"ts-node": "^10.9.2",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/compact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@tsconfig/node24": "^24.0.1",
"@types/node": "24.9.0",
"@types/node": "24.10.0",
"typescript": "^5.9.3",
"vitest": "^4.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@midnight-ntwrk/ledger": "^4.0.0",
"@midnight-ntwrk/zswap": "^4.0.0",
"@tsconfig/node24": "^24.0.1",
"@types/node": "24.9.0",
"@types/node": "24.10.0",
"fast-check": "^4.3.0",
"typescript": "^5.8.2",
"vitest": "^4.0.8"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ __metadata:
resolution: "@openzeppelin-compact/compact@workspace:packages/compact"
dependencies:
"@tsconfig/node24": "npm:^24.0.1"
"@types/node": "npm:24.9.0"
"@types/node": "npm:24.10.0"
chalk: "npm:^5.6.2"
log-symbols: "npm:^7.0.0"
ora: "npm:^9.0.0"
Expand All @@ -420,7 +420,7 @@ __metadata:
"@midnight-ntwrk/ledger": "npm:^4.0.0"
"@midnight-ntwrk/zswap": "npm:^4.0.0"
"@tsconfig/node24": "npm:^24.0.1"
"@types/node": "npm:24.9.0"
"@types/node": "npm:24.10.0"
fast-check: "npm:^4.3.0"
typescript: "npm:^5.8.2"
vitest: "npm:^4.0.8"
Expand All @@ -434,7 +434,7 @@ __metadata:
"@openzeppelin-compact/compact": "workspace:^"
"@openzeppelin-compact/contracts-simulator": "workspace:^"
"@tsconfig/node24": "npm:^24.0.1"
"@types/node": "npm:24.9.0"
"@types/node": "npm:24.10.0"
ts-node: "npm:^10.9.2"
typescript: "npm:^5.9.3"
vitest: "npm:^4.0.8"
Expand Down Expand Up @@ -679,12 +679,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:24.9.0":
version: 24.9.0
resolution: "@types/node@npm:24.9.0"
"@types/node@npm:24.10.0":
version: 24.10.0
resolution: "@types/node@npm:24.10.0"
dependencies:
undici-types: "npm:~7.16.0"
checksum: 10/485bb1c2bb713e34935b47d41ecbdb02af8454ad72b013275992d09be885729a65c78733f054534ef9104df24c4cca2eb3a6c3082eae3c6c7ae078a643cacf9d
checksum: 10/bc3abd9adc61423b1a72324208f3fcfe4f957b9fc8b9e81bf3fed584deb0b40f0e2af63cd0e2afa8f408d06f14bdba899ac638ac619f646badf8e72de246c052
languageName: node
linkType: hard

Expand Down Expand Up @@ -1749,7 +1749,7 @@ __metadata:
"@midnight-ntwrk/compact-runtime": "npm:^0.9.0"
"@midnight-ntwrk/ledger": "npm:^4.0.0"
"@midnight-ntwrk/zswap": "npm:^4.0.0"
"@types/node": "npm:24.9.0"
"@types/node": "npm:24.10.0"
ts-node: "npm:^10.9.2"
turbo: "npm:^2.5.8"
typescript: "npm:^5.9.3"
Expand Down
Loading