From b11bc2766270d01348571251f56b6763c2f43c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 12:01:15 +0100 Subject: [PATCH] fix(deps): bump ref-napi from 3.0.1 to 3.0.2 (#200) Bumps [ref-napi](https://github.com/node-ffi-napi/ref-napi) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/node-ffi-napi/ref-napi/releases) - [Changelog](https://github.com/node-ffi-napi/ref-napi/blob/latest/CHANGELOG.md) - [Commits](https://github.com/node-ffi-napi/ref-napi/compare/v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4953d10..0ca94bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9574,9 +9574,9 @@ } }, "ref-napi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/ref-napi/-/ref-napi-3.0.1.tgz", - "integrity": "sha512-W3rcb0E+tlO9u9ySFnX5vifInwwPGToOfFgTZUHJBNiOBsW0NNvgHz2zJN7ctABo/2yIlgdPQUvuqqfORIF4LA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/ref-napi/-/ref-napi-3.0.2.tgz", + "integrity": "sha512-5YE0XrvWteoTr5DR2sEqxefL06aml7c6qS7hGv3u27do4HlGQphwvB+zD1NYep9utMKScvwOZsSs9EPYdGBVsg==", "requires": { "debug": "^4.1.1", "get-symbol-from-current-process-h": "^1.0.2",