Skip to content

Commit d2d9d95

Browse files
authored
Bump container (#611)
1 parent 7e5ef56 commit d2d9d95

4 files changed

Lines changed: 116 additions & 113 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
"devDependencies": {
5555
"@biomejs/biome": "^2.3.6",
5656
"@ledgerhq/hw-transport": "^6.31.13",
57-
"@types/dockerode": "^3.3.46",
57+
"@types/dockerode": "^3.3.47",
5858
"@types/fs-extra": "^11.0.4",
5959
"@types/node": "^24.10.1",
6060
"@types/pngjs": "^6.0.5",
6161
"@types/randomstring": "^1.3.0",
6262
"@zondax/ledger-substrate": "^1.1.2",
6363
"copyfiles": "^2.4.1",
64-
"rimraf": "^6.1.0",
64+
"rimraf": "^6.1.2",
6565
"ts-node": "^10.9.2",
6666
"typescript": "5.9.3",
67-
"vitest": "^4.0.10"
67+
"vitest": "^4.0.12"
6868
},
6969
"resolutions": {
7070
"axios": "^1.8.2",

pnpm-lock.yaml

Lines changed: 56 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
******************************************************************************* */
1616
import { ButtonKind, type IDeviceWindow, type IStartOptions } from './types'
1717

18-
export const DEFAULT_EMU_IMG = 'zondax/builder-zemu:speculos-3589405a7f529b9702d72fe36370206f20cb1e83'
18+
export const DEFAULT_EMU_IMG = 'zondax/builder-zemu:speculos-e4ae955199d2dc8c229ccaadcde7a6d9408c43f5'
1919

2020
export const DEFAULT_MODEL = 'nanos'
2121
export const DEFAULT_NANO_START_TEXT = 'Ready'

0 commit comments

Comments
 (0)