Merge pull request #1730 from balena-io/1723-update-is-installed-globally

Fix seemingly random ENOENT error (update 'is-installed-globally' dependency)
This commit is contained in:
Paulo Castro 2020-04-16 01:37:15 +01:00 committed by GitHub
commit 7e4b62c28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
npm-shrinkwrap.json generated
View File

@ -8283,9 +8283,9 @@
}
},
"is-installed-globally": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.1.tgz",
"integrity": "sha512-oiEcGoQbGc+3/iijAijrK2qFpkNoNjsHOm/5V5iaeydyrS/hnwaRCEgH5cpW0P3T1lSjV5piB7S5b5lEugNLhg==",
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.3.2.tgz",
"integrity": "sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==",
"requires": {
"global-dirs": "^2.0.1",
"is-path-inside": "^3.0.1"