From b197a16e5c7c111a0bae0860a33a6235ade6b82d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 04:22:41 +0000 Subject: [PATCH] Bump node-abi from 2.12.0 to 2.13.0 in /app Bumps [node-abi](https://github.com/lgeiger/node-abi) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/lgeiger/node-abi/releases) - [Commits](https://github.com/lgeiger/node-abi/compare/v2.12.0...v2.13.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 dfadd3dc..f6002927 100644 --- a/app/package.json +++ b/app/package.json @@ -49,6 +49,6 @@ "devDependencies": { "@types/mz": "0.0.32", "@types/node": "12.7.12", - "node-abi": "^2.12.0" + "node-abi": "^2.13.0" } } diff --git a/app/yarn.lock b/app/yarn.lock index 54d5b697..c834bfbe 100644 --- a/app/yarn.lock +++ b/app/yarn.lock @@ -1925,10 +1925,10 @@ ngx-toastr@^10.2.0: dependencies: tslib "^1.9.0" -node-abi@^2.12.0, node-abi@^2.7.0: - version "2.12.0" - resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.12.0.tgz#40e9cfabdda1837863fa825e7dfa0b15686adf6f" - integrity sha512-VhPBXCIcvmo/5K8HPmnWJyyhvgKxnHTUMXR/XwGHV68+wrgkzST4UmQrY/XszSWA5dtnXpNp528zkcyJ/pzVcw== +node-abi@^2.13.0, node-abi@^2.7.0: + version "2.13.0" + resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.13.0.tgz#e2f2ec444d0aca3ea1b3874b6de41d1665828f63" + integrity sha512-9HrZGFVTR5SOu3PZAnAY2hLO36aW1wmA+FDsVkr85BTST32TLCA1H/AEcatVRAsWLyXS3bqUDYCAjq5/QGuSTA== dependencies: semver "^5.4.1"