Skip to content

Commit 3be65a0

Browse files
chore(deps): bump ffi-napi from 2.5.0 to 3.0.1
Bumps [ffi-napi](https://github.com/node-ffi-napi/node-ffi-napi) from 2.5.0 to 3.0.1. - [Release notes](https://github.com/node-ffi-napi/node-ffi-napi/releases) - [Changelog](https://github.com/node-ffi-napi/node-ffi-napi/blob/master/CHANGELOG.md) - [Commits](node-ffi-napi/node-ffi-napi@v2.5.0...v3.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 77b504a commit 3be65a0

2 files changed

Lines changed: 19 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@angular/router": "^10.0.5",
5858
"core-js": "^3.6.5",
5959
"electron": "^6.0.3",
60-
"ffi-napi": "^2.5.0",
60+
"ffi-napi": "^3.0.1",
6161
"ngx-electron": "^2.1.1",
6262
"rxjs": "^6.6.0",
6363
"zone.js": "^0.9.1"

yarn.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4074,16 +4074,16 @@ fd-slicer@~1.0.1:
40744074
dependencies:
40754075
pend "~1.2.0"
40764076

4077-
ffi-napi@^2.5.0:
4078-
version "2.5.0"
4079-
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-2.5.0.tgz#77802081e4f3c2160d536781e84e00f8a88961f3"
4080-
integrity sha512-ninYS+GI4BDFOg29dEJ68uZOcWgCp05teU4Lm40vrnyh+E1fYjKYvTDMYAG+WUD75NNHPTJhNjgVqv5whSgU3w==
4077+
ffi-napi@^3.0.1:
4078+
version "3.0.1"
4079+
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-3.0.1.tgz#4a33a919f199c06546abbada610e508a0c03c754"
4080+
integrity sha512-zOvTqC9pjXNfVUruk4phi+Itayg3yefgiR/CZtr09OcrYulBq9jeUtf/GvFeXfNRv8q2qu3+ijMPj4rewTWbVg==
40814081
dependencies:
4082-
debug "^3.1.0"
4082+
debug "^4.1.1"
40834083
get-uv-event-loop-napi-h "^1.0.5"
4084-
node-addon-api "1.6.1"
4084+
node-addon-api "^2.0.0"
40854085
node-gyp-build "^4.2.1"
4086-
ref-napi "^1.5.2"
4086+
ref-napi "^2.0.1"
40874087
ref-struct-di "^1.1.0"
40884088

40894089
figgy-pudding@^3.4.1, figgy-pudding@^3.5.1:
@@ -4412,6 +4412,11 @@ get-symbol-from-current-process-h@^1.0.1:
44124412
resolved "https://registry.yarnpkg.com/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.1.tgz#7e4809087e7d2f3a78a785b36f787e2183ba4c5d"
44134413
integrity sha512-QvP1+tCDjgTiu+akjdEYd8eK8MFYy6nRCRNjfiCeQB9RJEHQZpN+WE+CVqPRNqjIVMwSqd0WiD008B+b7iIdaA==
44144414

4415+
get-symbol-from-current-process-h@^1.0.2:
4416+
version "1.0.2"
4417+
resolved "https://registry.yarnpkg.com/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.2.tgz#510af52eaef873f7028854c3377f47f7bb200265"
4418+
integrity sha512-syloC6fsCt62ELLrr1VKBM1ggOpMdetX9hTrdW77UQdcApPHLmf7CI7OKcN1c9kYuNxKcDe4iJ4FY9sX3aw2xw==
4419+
44154420
get-uv-event-loop-napi-h@^1.0.5:
44164421
version "1.0.5"
44174422
resolved "https://registry.yarnpkg.com/get-uv-event-loop-napi-h/-/get-uv-event-loop-napi-h-1.0.5.tgz#1904a1dc1fa6df7487c9e8eaf87302bcc9e33e47"
@@ -6371,11 +6376,6 @@ node-abi@^2.11.0:
63716376
dependencies:
63726377
semver "^5.4.1"
63736378

6374-
node-addon-api@1.6.1:
6375-
version "1.6.1"
6376-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.6.1.tgz#a9881c8dbc6400bac6ddedcb96eccf8051678536"
6377-
integrity sha512-GcLOYrG5/enbqH4SMsqXt6GQUQGGnDnE3FLDZzXYkCgQHuZV5UDFR+EboeY8kpG0avroyOjpFQ2qLEBosFcRIA==
6378-
63796379
node-addon-api@^2.0.0:
63806380
version "2.0.0"
63816381
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-2.0.0.tgz#f9afb8d777a91525244b01775ea0ddbe1125483b"
@@ -7590,12 +7590,13 @@ redent@^1.0.0:
75907590
indent-string "^2.1.0"
75917591
strip-indent "^1.0.1"
75927592

7593-
ref-napi@^1.5.2:
7594-
version "1.5.2"
7595-
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-1.5.2.tgz#a29f9a0c1aff02f01e023199e4aa8fe7f11f25b9"
7596-
integrity sha512-hwyNmWpUkt1bDWDW4aiwCoC+SJfJO69UIdjqssNqdaS0sYJpgqzosGg/rLtk69UoQ8drZdI9yyQefM7eEMM3Gw==
7593+
ref-napi@^2.0.1:
7594+
version "2.0.3"
7595+
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-2.0.3.tgz#ebacb093cf0c195b8fcd114c1271229eaf299ba8"
7596+
integrity sha512-zsAhPhh9gUlk0pP5iR9nhvwFeC/E9G1X0cdH/qQRTwx3VDgVi40Aflq/EdbobcVg++RNaMxZsbaQV+/E2u57LQ==
75977597
dependencies:
7598-
debug "^3.1.0"
7598+
debug "^4.1.1"
7599+
get-symbol-from-current-process-h "^1.0.2"
75997600
node-addon-api "^2.0.0"
76007601
node-gyp-build "^4.2.1"
76017602

0 commit comments

Comments
 (0)