Merge pull request #2937 from balena-io/ext2fs-1.0.30

ext2fs: upgrade ext2fs to 1.0.30
This commit is contained in:
Alexis Svinartchouk 2019-10-18 13:31:03 +02:00 committed by GitHub
commit e957dab993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
npm-shrinkwrap.json generated
View File

@ -5643,9 +5643,9 @@
}
},
"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.30",
"resolved": "https://registry.npmjs.org/ext2fs/-/ext2fs-1.0.30.tgz",
"integrity": "sha512-kpWJ1DUeOfEUNHXlt9duw7smBO8Tq7evZUgblf3599BqFvOrVivnF3v7N2VZIESWK4fG1T9xjx/hRv/gpMFoSQ==",
"requires": {
"async": "^2.6.1",
"bindings": "^1.3.0",