⬆️ Bump node-abi from 2.10.0 to 2.11.0 (#569)

Bumps [node-abi](https://github.com/lgeiger/node-abi) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/lgeiger/node-abi/releases)
- [Commits](https://github.com/lgeiger/node-abi/compare/v2.10.0...v2.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-21 16:03:29 +02:00 committed by Gaby
parent b947dc476a
commit 472492e789
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -1840,9 +1840,9 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
},
"node-abi": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.10.0.tgz",
"integrity": "sha512-OT0WepUvYHXdki6DU8LWhEkuo3M44i2paWBYtH9qXtPb9YiKlYEKa5WUII20XEcOv7UJPzfB0kZfPZdW46zdkw==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.11.0.tgz",
"integrity": "sha512-kuy/aEg75u40v378WRllQ4ZexaXJiCvB68D2scDXclp/I4cRq6togpbOoKhmN07tns9Zldu51NNERo0wehfX9g==",
"requires": {
"semver": "^5.4.1"
}

View File

@ -107,7 +107,7 @@
"electron": "4.2.8",
"electron-builder": "^21.2.0",
"electron-rebuild": "1.8.6",
"node-abi": "2.10.0",
"node-abi": "2.11.0",
"node-json-minify": "1.0.0",
"uglify-es": "3.3.9"
},