From c6ed9dcc73506c474dc1c2c987764bd370b7990a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 06:44:48 -0300 Subject: [PATCH] Bump node-abi from 2.8.0 to 2.9.0 (#193) Bumps [node-abi](https://github.com/lgeiger/node-abi) from 2.8.0 to 2.9.0. - [Release notes](https://github.com/lgeiger/node-abi/releases) - [Commits](https://github.com/lgeiger/node-abi/compare/v2.8.0...v2.9.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c1df99a..4f592fa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2137,9 +2137,9 @@ "dev": true }, "node-abi": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.8.0.tgz", - "integrity": "sha512-1/aa2clS0pue0HjckL62CsbhWWU35HARvBDXcJtYKbYR7LnIutmpxmXbuDMV9kEviD2lP/wACOgWmmwljghHyQ==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.9.0.tgz", + "integrity": "sha512-jmEOvv0eanWjhX8dX1pmjb7oJl1U1oR4FOh0b2GnvALwSYoOdU7sj+kLDSAyjo4pfC9aj/IxkloxdLJQhSSQBA==", "requires": { "semver": "^5.4.1" },