From 19a3996861a1cfaf5a6f1a9a1042ee484c1cc40b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 04:22:02 +0000 Subject: [PATCH] Bump node-abi from 2.16.0 to 2.17.0 in /app Bumps [node-abi](https://github.com/lgeiger/node-abi) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/lgeiger/node-abi/releases) - [Commits](https://github.com/lgeiger/node-abi/compare/v2.16.0...v2.17.0) Signed-off-by: dependabot-preview[bot] --- app/package.json | 2 +- app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 46ed016a..d82a33c7 100644 --- a/app/package.json +++ b/app/package.json @@ -50,6 +50,6 @@ "devDependencies": { "@types/mz": "0.0.32", "@types/node": "12.7.12", - "node-abi": "^2.16.0" + "node-abi": "^2.17.0" } } diff --git a/app/yarn.lock b/app/yarn.lock index 5e8f48ca..2da74cc8 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1994,10 +1994,10 @@ ngx-toastr@^12.0.1: resolved "https://registry.yarnpkg.com/ngx-toastr/-/ngx-toastr-12.0.1.tgz#288c8ef505f1216aa4952cd2a8c6fa7c57a54ccc" integrity sha512-PABtbn2dyHweVSbo/py1W3veXzcmZO7uVItfTW9AykSSeAUju3gOCgauAw89km0aJ9EBcPOieaoI+9tAR7Pfug== -node-abi@^2.16.0, node-abi@^2.7.0: - version "2.16.0" - resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.16.0.tgz#7df94e9c0a7a189f4197ab84bac8089ef5894992" - integrity sha512-+sa0XNlWDA6T+bDLmkCUYn6W5k5W6BPRL6mqzSCs6H/xUgtl4D5x2fORKDzopKiU6wsyn/+wXlRXwXeSp+mtoA== +node-abi@^2.17.0, node-abi@^2.7.0: + version "2.17.0" + resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.17.0.tgz#f167c92780497ff01eeaf473fcf8138e0fcc87fa" + integrity sha512-dFRAA0ACk/aBo0TIXQMEWMLUTyWYYT8OBYIzLmEUrQTElGRjxDCvyBZIsDL0QA7QCaj9PrawhOmTEdsuLY4uOQ== dependencies: semver "^5.4.1"