Merge pull request #2675 from balena-io/update-node-ext2fs

upgrade(ext2fs): Update ext2fs to 1.0.27
This commit is contained in:
Alexis Svinartchouk 2019-03-01 20:00:24 +01:00 committed by GitHub
commit a4d7853bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
npm-shrinkwrap.json generated
View File

@ -5982,9 +5982,9 @@
}
},
"ext2fs": {
"version": "1.0.26",
"resolved": "https://registry.npmjs.org/ext2fs/-/ext2fs-1.0.26.tgz",
"integrity": "sha512-7HaR62xdU+nylOorZQClCi6K1n4GzV8upwUMy7EJ/hN0M7+UhGwuELg4eh+B7mEkY1Njx0j/JojcvPtAvKlwYA==",
"version": "1.0.27",
"resolved": "https://registry.npmjs.org/ext2fs/-/ext2fs-1.0.27.tgz",
"integrity": "sha512-YuZE43bUG3UI9NkuYu5cVIk2u2DTRUdFsCzK1RWUoTT4BaLiplePVXTN+KXOOKVtHyUeJLkzHIga+QrmKFd0yg==",
"requires": {
"async": "^2.6.1",
"bindings": "^1.3.0",