Skip to content

Commit 1109d49

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 67bbdf7 commit 1109d49

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.2.1",
5858
"core-js": "^3.8.3",
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
@@ -4187,16 +4187,16 @@ fd-slicer@~1.0.1:
41874187
dependencies:
41884188
pend "~1.2.0"
41894189

4190-
ffi-napi@^2.5.0:
4191-
version "2.5.0"
4192-
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-2.5.0.tgz#77802081e4f3c2160d536781e84e00f8a88961f3"
4193-
integrity sha512-ninYS+GI4BDFOg29dEJ68uZOcWgCp05teU4Lm40vrnyh+E1fYjKYvTDMYAG+WUD75NNHPTJhNjgVqv5whSgU3w==
4190+
ffi-napi@^3.1.0:
4191+
version "3.1.0"
4192+
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-3.1.0.tgz#5bd037a26eaa4234c664e8b9d27be3719505c7bd"
4193+
integrity sha512-EsHO+sP2p/nUC/3l/l8m9niee1BLm4asUFDzkkBGR4kYVgp2KqdAYUomZhkKtzim4Fq7mcYHjpUaIHsMqs+E1g==
41944194
dependencies:
4195-
debug "^3.1.0"
4195+
debug "^4.1.1"
41964196
get-uv-event-loop-napi-h "^1.0.5"
4197-
node-addon-api "1.6.1"
4197+
node-addon-api "^2.0.0"
41984198
node-gyp-build "^4.2.1"
4199-
ref-napi "^1.5.2"
4199+
ref-napi "^2.0.1"
42004200
ref-struct-di "^1.1.0"
42014201

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

4541+
get-symbol-from-current-process-h@^1.0.2:
4542+
version "1.0.2"
4543+
resolved "https://registry.yarnpkg.com/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.2.tgz#510af52eaef873f7028854c3377f47f7bb200265"
4544+
integrity sha512-syloC6fsCt62ELLrr1VKBM1ggOpMdetX9hTrdW77UQdcApPHLmf7CI7OKcN1c9kYuNxKcDe4iJ4FY9sX3aw2xw==
4545+
45414546
get-uv-event-loop-napi-h@^1.0.5:
45424547
version "1.0.5"
45434548
resolved "https://registry.yarnpkg.com/get-uv-event-loop-napi-h/-/get-uv-event-loop-napi-h-1.0.5.tgz#1904a1dc1fa6df7487c9e8eaf87302bcc9e33e47"
@@ -6549,11 +6554,6 @@ node-abi@^2.19.2:
65496554
dependencies:
65506555
semver "^5.4.1"
65516556

6552-
node-addon-api@1.6.1:
6553-
version "1.6.1"
6554-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.6.1.tgz#a9881c8dbc6400bac6ddedcb96eccf8051678536"
6555-
integrity sha512-GcLOYrG5/enbqH4SMsqXt6GQUQGGnDnE3FLDZzXYkCgQHuZV5UDFR+EboeY8kpG0avroyOjpFQ2qLEBosFcRIA==
6556-
65576557
node-addon-api@^1.6.0:
65586558
version "1.7.2"
65596559
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz#3df30b95720b53c24e59948b49532b662444f54d"
@@ -7815,12 +7815,13 @@ redent@^1.0.0:
78157815
indent-string "^2.1.0"
78167816
strip-indent "^1.0.1"
78177817

7818-
ref-napi@^1.5.2:
7819-
version "1.5.2"
7820-
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-1.5.2.tgz#a29f9a0c1aff02f01e023199e4aa8fe7f11f25b9"
7821-
integrity sha512-hwyNmWpUkt1bDWDW4aiwCoC+SJfJO69UIdjqssNqdaS0sYJpgqzosGg/rLtk69UoQ8drZdI9yyQefM7eEMM3Gw==
7818+
ref-napi@^2.0.1:
7819+
version "2.1.2"
7820+
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-2.1.2.tgz#5986069d7b0ea83e1fef48239a2bd75318ce341b"
7821+
integrity sha512-aFl+vrIuLWUXMUTQGAwGAuSNLX3Ub5W3iVP8b7KyFFZUdn4+i4U1TXXTop0kCTUfGNu8glBGVz4lowkwMcPVVA==
78227822
dependencies:
7823-
debug "^3.1.0"
7823+
debug "^4.1.1"
7824+
get-symbol-from-current-process-h "^1.0.2"
78247825
node-addon-api "^2.0.0"
78257826
node-gyp-build "^4.2.1"
78267827

0 commit comments

Comments
 (0)