mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Merge pull request #1608 from balena-io/1607-fix-mmmagic-build
Node 13 compatibility: update ext2fs module
This commit is contained in:
commit
2dd8e71adc
21
npm-shrinkwrap.json
generated
21
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": {
|
||||
@ -13675,9 +13682,9 @@
|
||||
}
|
||||
},
|
||||
"patch-package": {
|
||||
"version": "6.2.0",
|
||||
"resolved": "https://registry.npmjs.org/patch-package/-/patch-package-6.2.0.tgz",
|
||||
"integrity": "sha512-HWlQflaBBMjLBfOWomfolF8aqsFDeNbSNro1JDUgYqnVvPM5OILJ9DQdwIRiKmGaOsmHvhkl1FYkvv1I9r2ZJw==",
|
||||
"version": "6.1.2",
|
||||
"resolved": "https://registry.npmjs.org/patch-package/-/patch-package-6.1.2.tgz",
|
||||
"integrity": "sha512-5GnzR8lEyeleeariG+hGabUnD2b1yL7AIGFjlLo95zMGRWhZCel58IpeKD46wwPb7i+uNhUI8unV56ogk8Bgqg==",
|
||||
"requires": {
|
||||
"@yarnpkg/lockfile": "^1.1.0",
|
||||
"chalk": "^2.4.2",
|
||||
|
@ -213,7 +213,7 @@
|
||||
"node-unzip-2": "^0.2.8",
|
||||
"oclif": "^1.15.2",
|
||||
"open": "^7.0.2",
|
||||
"patch-package": "^6.2.0",
|
||||
"patch-package": "6.1.2",
|
||||
"prettyjson": "^1.1.3",
|
||||
"progress-stream": "^2.0.0",
|
||||
"raven": "^2.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user