From dff4c595d25a86a90a058198a0b8ae64ec60ab05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:56:59 +0000 Subject: [PATCH] chore(deps): bump node-abi from 3.30.0 to 3.33.0 Bumps [node-abi](https://github.com/electron/node-abi) from 3.30.0 to 3.33.0. - [Release notes](https://github.com/electron/node-abi/releases) - [Changelog](https://github.com/electron/node-abi/blob/main/.releaserc.json) - [Commits](https://github.com/electron/node-abi/compare/v3.30.0...v3.33.0) --- updated-dependencies: - dependency-name: node-abi dependency-type: direct:production 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 862560b..a4b57c7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "moment": "^2.29.3", "mrhid6utils": "^1.0.6", "multer": "^1.4.5-lts.1", - "node-abi": "^3.28.0", + "node-abi": "^3.33.0", "node-docker-api": "^1.1.22", "node-pty": "^0.10.1", "node-schedule": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index eb3f207..516f8ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1532,10 +1532,10 @@ neo-async@^2.6.0: resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== -node-abi@^3.28.0, node-abi@^3.3.0: - version "3.30.0" - resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.30.0.tgz#d84687ad5d24ca81cdfa912a36f2c5c19b137359" - integrity sha512-qWO5l3SCqbwQavymOmtTVuCWZE23++S+rxyoHjXqUmPyzRcaoI4lA2gO55/drddGnedAyjA7sk76SfQ5lfUMnw== +node-abi@^3.3.0, node-abi@^3.33.0: + version "3.33.0" + resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-3.33.0.tgz#8b23a0cec84e1c5f5411836de6a9b84bccf26e7f" + integrity sha512-7GGVawqyHF4pfd0YFybhv/eM9JwTtPqx0mAanQ146O3FlSh3pA24zf9IRQTOsfTSqXTNzPSP5iagAJ94jjuVog== dependencies: semver "^7.3.5"