build(deps): bump node-abi from 2.19.1 to 2.19.2 (#502)

* build(deps): bump node-abi from 2.19.1 to 2.19.2

Bumps [node-abi](https://github.com/lgeiger/node-abi) from 2.19.1 to 2.19.2.
- [Release notes](https://github.com/lgeiger/node-abi/releases)
- [Commits](https://github.com/lgeiger/node-abi/compare/v2.19.1...v2.19.2)

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

* build(deps): update package.json dependency

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Lee <electronjs@lazymalevolence.com>
This commit is contained in:
dependabot[bot] 2020-11-17 21:51:03 -08:00 коммит произвёл GitHub
Родитель ee2081526d
Коммит 5d5e5810b1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

6
package-lock.json сгенерированный
Просмотреть файл

@ -4889,9 +4889,9 @@
"dev": true
},
"node-abi": {
"version": "2.19.1",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.19.1.tgz",
"integrity": "sha512-HbtmIuByq44yhAzK7b9j/FelKlHYISKQn0mtvcBrU5QBkhoCMp5bu8Hv5AI34DcKfOAcJBcOEMwLlwO62FFu9A==",
"version": "2.19.2",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.19.2.tgz",
"integrity": "sha512-XwSrRvFWd8iGM+XfBjCvtp3aFJON89Cb0YLxej0/aecSSrBEGXX69iJ0Oz+mc0i66M1o/s7ju4K+T1Esfp90pQ==",
"requires": {
"semver": "^5.4.1"
}

Просмотреть файл

@ -44,7 +44,7 @@
"fs-extra": "^9.0.1",
"got": "^11.7.0",
"lzma-native": "^6.0.1",
"node-abi": "^2.19.1",
"node-abi": "^2.19.2",
"node-gyp": "^7.1.0",
"ora": "^5.1.0",
"tar": "^6.0.5",