From 618374678fd45839250e9bb2389d42a6c0d835d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 11:06:26 +0000 Subject: [PATCH] Bump node-addon-api from 4.2.0 to 4.3.0 Bumps [node-addon-api](https://github.com/nodejs/node-addon-api) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/nodejs/node-addon-api/releases) - [Changelog](https://github.com/nodejs/node-addon-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-addon-api/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: node-addon-api 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 ca6b4ee9..42e495a1 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "eslint-plugin-react": "7.28.0", "husky": "7.0.4", "inquirer": "8.2.0", - "node-addon-api": "4.2.0", + "node-addon-api": "4.3.0", "node-gyp": "8.4.1", "null-loader": "4.0.1", "playwright": "1.17.2", diff --git a/yarn.lock b/yarn.lock index dff4789a..2023ff4d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5374,10 +5374,10 @@ node-abi@^3.0.0: dependencies: semver "^7.3.5" -node-addon-api@4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.2.0.tgz#117cbb5a959dff0992e1c586ae0393573e4d2a87" - integrity sha512-eazsqzwG2lskuzBqCGPi7Ac2UgOoMz8JVOXVhTvvPDYhthvNpefx8jWD8Np7Gv+2Sz0FlPWZk0nJV0z598Wn8Q== +node-addon-api@4.3.0: + version "4.3.0" + resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f" + integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ== node-addon-api@^1.6.3: version "1.7.2"