Skip to content

Commit c5169ec

Browse files
chore(deps): bump ffi-napi from 2.5.0 to 3.1.0
Bumps [ffi-napi](https://github.com/node-ffi-napi/node-ffi-napi) from 2.5.0 to 3.1.0. - [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.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 30d83b2 commit c5169ec

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": "^11.0.3",
5858
"core-js": "^3.8.1",
5959
"electron": "^6.0.3",
60-
"ffi-napi": "^2.5.0",
60+
"ffi-napi": "^3.1.0",
6161
"ngx-electron": "^2.1.1",
6262
"rxjs": "^6.6.3",
6363
"zone.js": "^0.9.1"

yarn.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,16 +4239,16 @@ fd-slicer@~1.0.1:
42394239
dependencies:
42404240
pend "~1.2.0"
42414241

4242-
ffi-napi@^2.5.0:
4243-
version "2.5.0"
4244-
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-2.5.0.tgz#77802081e4f3c2160d536781e84e00f8a88961f3"
4245-
integrity sha512-ninYS+GI4BDFOg29dEJ68uZOcWgCp05teU4Lm40vrnyh+E1fYjKYvTDMYAG+WUD75NNHPTJhNjgVqv5whSgU3w==
4242+
ffi-napi@^3.1.0:
4243+
version "3.1.0"
4244+
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-3.1.0.tgz#5bd037a26eaa4234c664e8b9d27be3719505c7bd"
4245+
integrity sha512-EsHO+sP2p/nUC/3l/l8m9niee1BLm4asUFDzkkBGR4kYVgp2KqdAYUomZhkKtzim4Fq7mcYHjpUaIHsMqs+E1g==
42464246
dependencies:
4247-
debug "^3.1.0"
4247+
debug "^4.1.1"
42484248
get-uv-event-loop-napi-h "^1.0.5"
4249-
node-addon-api "1.6.1"
4249+
node-addon-api "^2.0.0"
42504250
node-gyp-build "^4.2.1"
4251-
ref-napi "^1.5.2"
4251+
ref-napi "^2.0.1"
42524252
ref-struct-di "^1.1.0"
42534253

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

4593+
get-symbol-from-current-process-h@^1.0.2:
4594+
version "1.0.2"
4595+
resolved "https://registry.yarnpkg.com/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.2.tgz#510af52eaef873f7028854c3377f47f7bb200265"
4596+
integrity sha512-syloC6fsCt62ELLrr1VKBM1ggOpMdetX9hTrdW77UQdcApPHLmf7CI7OKcN1c9kYuNxKcDe4iJ4FY9sX3aw2xw==
4597+
45934598
get-uv-event-loop-napi-h@^1.0.5:
45944599
version "1.0.5"
45954600
resolved "https://registry.yarnpkg.com/get-uv-event-loop-napi-h/-/get-uv-event-loop-napi-h-1.0.5.tgz#1904a1dc1fa6df7487c9e8eaf87302bcc9e33e47"
@@ -6611,11 +6616,6 @@ node-abi@^2.19.2:
66116616
dependencies:
66126617
semver "^5.4.1"
66136618

6614-
node-addon-api@1.6.1:
6615-
version "1.6.1"
6616-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.6.1.tgz#a9881c8dbc6400bac6ddedcb96eccf8051678536"
6617-
integrity sha512-GcLOYrG5/enbqH4SMsqXt6GQUQGGnDnE3FLDZzXYkCgQHuZV5UDFR+EboeY8kpG0avroyOjpFQ2qLEBosFcRIA==
6618-
66196619
node-addon-api@^1.6.0:
66206620
version "1.7.2"
66216621
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz#3df30b95720b53c24e59948b49532b662444f54d"
@@ -7896,12 +7896,13 @@ redent@^1.0.0:
78967896
indent-string "^2.1.0"
78977897
strip-indent "^1.0.1"
78987898

7899-
ref-napi@^1.5.2:
7900-
version "1.5.2"
7901-
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-1.5.2.tgz#a29f9a0c1aff02f01e023199e4aa8fe7f11f25b9"
7902-
integrity sha512-hwyNmWpUkt1bDWDW4aiwCoC+SJfJO69UIdjqssNqdaS0sYJpgqzosGg/rLtk69UoQ8drZdI9yyQefM7eEMM3Gw==
7899+
ref-napi@^2.0.1:
7900+
version "2.1.2"
7901+
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-2.1.2.tgz#5986069d7b0ea83e1fef48239a2bd75318ce341b"
7902+
integrity sha512-aFl+vrIuLWUXMUTQGAwGAuSNLX3Ub5W3iVP8b7KyFFZUdn4+i4U1TXXTop0kCTUfGNu8glBGVz4lowkwMcPVVA==
79037903
dependencies:
7904-
debug "^3.1.0"
7904+
debug "^4.1.1"
7905+
get-symbol-from-current-process-h "^1.0.2"
79057906
node-addon-api "^2.0.0"
79067907
node-gyp-build "^4.2.1"
79077908

0 commit comments

Comments
 (0)