Node 13 compatibility: upgrade ext2fs module

Change-type: patch
Resolves: #1591
Signed-off-by: Scott Lowe <scott@balena.io>
This commit is contained in:
Scott Lowe 2020-02-07 15:10:24 +01:00 committed by Paulo Castro
parent 2cb5e28258
commit 9a7a364776

15
npm-shrinkwrap.json generated
View File

@ -5149,15 +5149,22 @@
} }
}, },
"ext2fs": { "ext2fs": {
"version": "1.0.29", "version": "1.0.31",
"resolved": "https://registry.npmjs.org/ext2fs/-/ext2fs-1.0.29.tgz", "resolved": "https://registry.npmjs.org/ext2fs/-/ext2fs-1.0.31.tgz",
"integrity": "sha512-AoHwqSNx8SLZizLCMs+etrvdethI+jzak5yVmHACV+G0ziiLd19E3OQpC+SMmGOL1V+uRz3om7VxT5itfThYfQ==", "integrity": "sha512-bfaggH7juFJNxXoY2nPShr8CSFbijKRsPYOwmSSms88I5n1X7+qsVqnMLLiq6VMI9MxHIFvqGfB+cwum0U1uPQ==",
"requires": { "requires": {
"async": "^2.6.1", "async": "^2.6.1",
"bindings": "^1.3.0", "bindings": "^1.3.0",
"bluebird": "^3.5.3", "bluebird": "^3.5.3",
"nan": "2.13.2", "nan": "^2.14.0",
"prebuild-install": "^5.2.1" "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": { "extend": {