From 7a0920b87c94d8af32824e5223348c57e337e347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 04:04:19 +0000 Subject: [PATCH] Bump node-abi from 3.1.0 to 3.2.0 Bumps [node-abi](https://github.com/lgeiger/node-abi) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/lgeiger/node-abi/releases) - [Changelog](https://github.com/electron/node-abi/blob/master/.releaserc.json) - [Commits](https://github.com/lgeiger/node-abi/compare/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: node-abi dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0fe1ac1d3..fd50891a3 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "macos-release": "^3.0.1", "ngx-sortablejs": "^11.1.0", "ngx-toastr": "^14.0.0", - "node-abi": "^3.1.0", + "node-abi": "^3.2.0", "node-sass": "^6.0.1", "npmlog": "5.0.0", "npx": "^10.2.2", diff --git a/yarn.lock b/yarn.lock index 572481544..3b49f268b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5287,10 +5287,10 @@ node-abi@^2.19.2, node-abi@^2.30.0: dependencies: semver "^5.4.1" -node-abi@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.1.0.tgz#9560f38fbe2309e87c61f4f103c9d95e0f961c32" - integrity sha512-kVF+eIDzPPwPcJdoVhWboJvdCe+YF1+rkd7+LeYmA95179T0sVB5kKG8VADM/3sBnGWeAUBR8FzH+whlksJTrQ== +node-abi@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.2.0.tgz#c8ec6874f808b4da5fbd56e9506390ce65b152a2" + integrity sha512-/qb92JAb2uiwEQ4aXpVphXfGJU77qdCieXACDaIofcMz+YMPBmnCo8v0OlzJBuXh5QHmMiiI/GKyiCzbjOMn2g== dependencies: semver "^7.3.5"