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 packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@qiwi/substrate-infra": "workspace:*",
"@types/jest": "29.5.14",
"@types/node": "22.15.2",
"@types/node": "22.19.15",
"fs-extra": "^11.2.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/config": "3.3.5",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.20",
"@types/node": "22.15.2",
"@types/node": "22.19.15",
"@types/parsimmon": "1.10.9",
"@types/underscore": "1.13.0",
"axios": "1.12.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ __metadata:
"@types/config": 3.3.5
"@types/jest": 29.5.14
"@types/lodash": 4.17.20
"@types/node": 22.15.2
"@types/node": 22.19.15
"@types/parsimmon": 1.10.9
"@types/underscore": 1.13.0
axios: 1.12.0
Expand All @@ -2602,7 +2602,7 @@ __metadata:
"@qiwi/substrate-std": "workspace:*"
"@qiwi/substrate-types": "workspace:*"
"@types/jest": 29.5.14
"@types/node": 22.15.2
"@types/node": 22.19.15
fs-extra: ^11.2.0
tslib: ^2.8.1
languageName: unknown
Expand Down Expand Up @@ -3164,12 +3164,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.15.2":
version: 22.15.2
resolution: "@types/node@npm:22.15.2"
"@types/node@npm:22.19.15":
version: 22.19.15
resolution: "@types/node@npm:22.19.15"
dependencies:
undici-types: ~6.21.0
checksum: 4602e8689375b07247dcd355ee50597e4c5bab2420b2b94b3e201a0d20c4ff88a3abcd5792ab33ae58fe3a49d6d858a6b59a0b45a2bf069386e5a1652696b6aa
checksum: 6e78cdb6cec95770432aceff75b349610b2a8c6e3b661fa6643afa199e49b2ada081546b74c79f3b1bd922fbf5e1b52f7714f6d9d8d275d2083578821328d33c
languageName: node
linkType: hard

Expand Down
Loading