Skip to content
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@tsconfig/node24": "24.0.3",
"@types/node": "26.1.2",
"@vitest/coverage-v8": "4.1.9",
"pino": "^9.7.0",
"pino": "^10.3.1",
"ts-node": "^10.9.2",
"turbo": "^2.10.8",
"typescript": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@openzeppelin/compact-deployer": "workspace:^",
"chalk": "^6.0.0",
"ora": "^9.4.1",
"pino": "^9.7.0",
"pino": "^10.3.1",
"pino-pretty": "^13.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@midnight-ntwrk/wallet-sdk-shielded": "3.0.1",
"@midnight-ntwrk/wallet-sdk-unshielded-wallet": "3.1.0",
"@scure/bip39": "^1.2.1",
"pino": "^9.7.0",
"pino": "^10.3.1",
"rxjs": "^7.8.1",
"smol-toml": "^1.3.4",
"zod": "^3.23.8"
Expand Down
45 changes: 3 additions & 42 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ __metadata:
"@types/node": "npm:26.1.2"
chalk: "npm:^6.0.0"
ora: "npm:^9.4.1"
pino: "npm:^9.7.0"
pino: "npm:^10.3.1"
pino-pretty: "npm:^13.0.0"
typescript: "npm:^6.0.3"
vitest: "npm:^4.1.9"
Expand Down Expand Up @@ -1169,7 +1169,7 @@ __metadata:
"@scure/bip39": "npm:^1.2.1"
"@tsconfig/node24": "npm:^24.0.3"
"@types/node": "npm:26.1.2"
pino: "npm:^9.7.0"
pino: "npm:^10.3.1"
rxjs: "npm:^7.8.1"
smol-toml: "npm:^1.3.4"
typescript: "npm:^6.0.3"
Expand Down Expand Up @@ -2969,7 +2969,7 @@ __metadata:
"@tsconfig/node24": "npm:24.0.3"
"@types/node": "npm:26.1.2"
"@vitest/coverage-v8": "npm:4.1.9"
pino: "npm:^9.7.0"
pino: "npm:^10.3.1"
ts-node: "npm:^10.9.2"
turbo: "npm:^2.10.8"
typescript: "npm:^6.0.3"
Expand Down Expand Up @@ -4620,15 +4620,6 @@ __metadata:
languageName: node
linkType: hard

"pino-abstract-transport@npm:^2.0.0":
version: 2.0.0
resolution: "pino-abstract-transport@npm:2.0.0"
dependencies:
split2: "npm:^4.0.0"
checksum: 10/e5699ecb06c7121055978e988e5cecea5b6892fc2589c64f1f86df5e7386bbbfd2ada268839e911b021c6b3123428aed7c6be3ac7940eee139556c75324c7e83
languageName: node
linkType: hard

"pino-abstract-transport@npm:^3.0.0":
version: 3.0.0
resolution: "pino-abstract-transport@npm:3.0.0"
Expand Down Expand Up @@ -4689,27 +4680,6 @@ __metadata:
languageName: node
linkType: hard

"pino@npm:^9.7.0":
version: 9.14.0
resolution: "pino@npm:9.14.0"
dependencies:
"@pinojs/redact": "npm:^0.4.0"
atomic-sleep: "npm:^1.0.0"
on-exit-leak-free: "npm:^2.1.0"
pino-abstract-transport: "npm:^2.0.0"
pino-std-serializers: "npm:^7.0.0"
process-warning: "npm:^5.0.0"
quick-format-unescaped: "npm:^4.0.3"
real-require: "npm:^0.2.0"
safe-stable-stringify: "npm:^2.3.1"
sonic-boom: "npm:^4.0.1"
thread-stream: "npm:^3.0.0"
bin:
pino: bin.js
checksum: 10/918e1fc764885150cb2b4fae8249a0ece53275020a7ca389f994fa2fbbb17b6353cd736c2db3a3794fbac0351f8e3d58411fabe127e875e24151a8fa4cd0b2b5
languageName: node
linkType: hard

"postcss@npm:^8.5.15":
version: 8.5.28
resolution: "postcss@npm:8.5.28"
Expand Down Expand Up @@ -5433,15 +5403,6 @@ __metadata:
languageName: node
linkType: hard

"thread-stream@npm:^3.0.0":
version: 3.1.0
resolution: "thread-stream@npm:3.1.0"
dependencies:
real-require: "npm:^0.2.0"
checksum: 10/ea2d816c4f6077a7062fac5414a88e82977f807c82ee330938fb9691fe11883bb03f078551c0518bb649c239e47ba113d44014fcbb5db42c5abd5996f35e4213
languageName: node
linkType: hard

"thread-stream@npm:^4.0.0":
version: 4.2.0
resolution: "thread-stream@npm:4.2.0"
Expand Down
Loading