Skip to content

Commit ab0c59f

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 5907eee commit ab0c59f

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.2.2",
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.3",
6363
"zone.js": "^0.9.1"

yarn.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4234,16 +4234,16 @@ fd-slicer@~1.0.1:
42344234
dependencies:
42354235
pend "~1.2.0"
42364236

4237-
ffi-napi@^2.5.0:
4238-
version "2.5.0"
4239-
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-2.5.0.tgz#77802081e4f3c2160d536781e84e00f8a88961f3"
4240-
integrity sha512-ninYS+GI4BDFOg29dEJ68uZOcWgCp05teU4Lm40vrnyh+E1fYjKYvTDMYAG+WUD75NNHPTJhNjgVqv5whSgU3w==
4237+
ffi-napi@^3.0.1:
4238+
version "3.0.1"
4239+
resolved "https://registry.yarnpkg.com/ffi-napi/-/ffi-napi-3.0.1.tgz#4a33a919f199c06546abbada610e508a0c03c754"
4240+
integrity sha512-zOvTqC9pjXNfVUruk4phi+Itayg3yefgiR/CZtr09OcrYulBq9jeUtf/GvFeXfNRv8q2qu3+ijMPj4rewTWbVg==
42414241
dependencies:
4242-
debug "^3.1.0"
4242+
debug "^4.1.1"
42434243
get-uv-event-loop-napi-h "^1.0.5"
4244-
node-addon-api "1.6.1"
4244+
node-addon-api "^2.0.0"
42454245
node-gyp-build "^4.2.1"
4246-
ref-napi "^1.5.2"
4246+
ref-napi "^2.0.1"
42474247
ref-struct-di "^1.1.0"
42484248

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

4588+
get-symbol-from-current-process-h@^1.0.2:
4589+
version "1.0.2"
4590+
resolved "https://registry.yarnpkg.com/get-symbol-from-current-process-h/-/get-symbol-from-current-process-h-1.0.2.tgz#510af52eaef873f7028854c3377f47f7bb200265"
4591+
integrity sha512-syloC6fsCt62ELLrr1VKBM1ggOpMdetX9hTrdW77UQdcApPHLmf7CI7OKcN1c9kYuNxKcDe4iJ4FY9sX3aw2xw==
4592+
45884593
get-uv-event-loop-napi-h@^1.0.5:
45894594
version "1.0.5"
45904595
resolved "https://registry.yarnpkg.com/get-uv-event-loop-napi-h/-/get-uv-event-loop-napi-h-1.0.5.tgz#1904a1dc1fa6df7487c9e8eaf87302bcc9e33e47"
@@ -6606,11 +6611,6 @@ node-abi@^2.19.1:
66066611
dependencies:
66076612
semver "^5.4.1"
66086613

6609-
node-addon-api@1.6.1:
6610-
version "1.6.1"
6611-
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.6.1.tgz#a9881c8dbc6400bac6ddedcb96eccf8051678536"
6612-
integrity sha512-GcLOYrG5/enbqH4SMsqXt6GQUQGGnDnE3FLDZzXYkCgQHuZV5UDFR+EboeY8kpG0avroyOjpFQ2qLEBosFcRIA==
6613-
66146614
node-addon-api@^1.6.0:
66156615
version "1.7.2"
66166616
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.7.2.tgz#3df30b95720b53c24e59948b49532b662444f54d"
@@ -7891,12 +7891,13 @@ redent@^1.0.0:
78917891
indent-string "^2.1.0"
78927892
strip-indent "^1.0.1"
78937893

7894-
ref-napi@^1.5.2:
7895-
version "1.5.2"
7896-
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-1.5.2.tgz#a29f9a0c1aff02f01e023199e4aa8fe7f11f25b9"
7897-
integrity sha512-hwyNmWpUkt1bDWDW4aiwCoC+SJfJO69UIdjqssNqdaS0sYJpgqzosGg/rLtk69UoQ8drZdI9yyQefM7eEMM3Gw==
7894+
ref-napi@^2.0.1:
7895+
version "2.1.2"
7896+
resolved "https://registry.yarnpkg.com/ref-napi/-/ref-napi-2.1.2.tgz#5986069d7b0ea83e1fef48239a2bd75318ce341b"
7897+
integrity sha512-aFl+vrIuLWUXMUTQGAwGAuSNLX3Ub5W3iVP8b7KyFFZUdn4+i4U1TXXTop0kCTUfGNu8glBGVz4lowkwMcPVVA==
78987898
dependencies:
7899-
debug "^3.1.0"
7899+
debug "^4.1.1"
7900+
get-symbol-from-current-process-h "^1.0.2"
79007901
node-addon-api "^2.0.0"
79017902
node-gyp-build "^4.2.1"
79027903

0 commit comments

Comments
 (0)