diff --git a/package-lock.json b/package-lock.json index a5a8331..15317a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2737,6 +2737,19 @@ "node-gyp-build": "^4.2.1", "ref-napi": "^2.0.1", "ref-struct-di": "^1.1.0" + }, + "dependencies": { + "ref-napi": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ref-napi/-/ref-napi-2.1.1.tgz", + "integrity": "sha512-+AevR+UlrfbIEDfSW1BV1o6JIC00hgV+b2eDT/jbSJkmb4uYwp5MbnqSo+RXkTtBp8zdAMVJtTfxrdxYENvQhA==", + "requires": { + "debug": "^4.1.1", + "get-symbol-from-current-process-h": "^1.0.2", + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.1" + } + } } }, "figures": { @@ -9293,9 +9306,9 @@ } }, "ref-napi": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/ref-napi/-/ref-napi-2.0.4.tgz", - "integrity": "sha512-Ees+O+abgS4skRDU/RyICk9gbSaVjYCN1FXivAlcxdj/yW9N+GFKbB9fYACa+lgBjjqjSGHw5SkoP5GU0anwwQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ref-napi/-/ref-napi-3.0.0.tgz", + "integrity": "sha512-nzyliWUA1lYSqfdpyFEwSrK62Fp7jp1pciS1y91cmthUJQ+l8GWGoTSG8L9HiVgSPXB35BN1/51qu+eN7wUz/Q==", "requires": { "debug": "^4.1.1", "get-symbol-from-current-process-h": "^1.0.2", diff --git a/package.json b/package.json index 51a3bb3..9d951c3 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "homepage": "https://github.com/hertzg/node-net-keepalive", "dependencies": { "ffi-napi": "^3.0.1", - "ref-napi": "^2.0.3" + "ref-napi": "^3.0.0" }, "devDependencies": { "@commitlint/cli": "^9.1.1",