mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 08:25:36 +00:00
Node 13 compatibility: upgrade ext2fs module
Change-type: patch Resolves: #1591 Signed-off-by: Scott Lowe <scott@balena.io>
This commit is contained in:
parent
2cb5e28258
commit
9a7a364776
15
npm-shrinkwrap.json
generated
15
npm-shrinkwrap.json
generated
@ -5149,15 +5149,22 @@
|
||||
}
|
||||
},
|
||||
"ext2fs": {
|
||||
"version": "1.0.29",
|
||||
"resolved": "https://registry.npmjs.org/ext2fs/-/ext2fs-1.0.29.tgz",
|
||||
"integrity": "sha512-AoHwqSNx8SLZizLCMs+etrvdethI+jzak5yVmHACV+G0ziiLd19E3OQpC+SMmGOL1V+uRz3om7VxT5itfThYfQ==",
|
||||
"version": "1.0.31",
|
||||
"resolved": "https://registry.npmjs.org/ext2fs/-/ext2fs-1.0.31.tgz",
|
||||
"integrity": "sha512-bfaggH7juFJNxXoY2nPShr8CSFbijKRsPYOwmSSms88I5n1X7+qsVqnMLLiq6VMI9MxHIFvqGfB+cwum0U1uPQ==",
|
||||
"requires": {
|
||||
"async": "^2.6.1",
|
||||
"bindings": "^1.3.0",
|
||||
"bluebird": "^3.5.3",
|
||||
"nan": "2.13.2",
|
||||
"nan": "^2.14.0",
|
||||
"prebuild-install": "^5.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"nan": {
|
||||
"version": "2.14.0",
|
||||
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz",
|
||||
"integrity": "sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"extend": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user