chore: bump node to v12.16.2 (master) (#23057)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
Electron Bot 2020-04-14 09:59:03 -07:00 committed by GitHub
parent 701c5c90fa
commit fdf7e288bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 164 additions and 381 deletions

View file

@ -8,10 +8,10 @@ The BoringSSL incompatibilities (OPENSSL_memdup) will be shimmed in and this sho
be removed when the associated update is rolled into Chromium.
diff --git a/src/node_crypto.cc b/src/node_crypto.cc
index e33a5d11ddbf900b26c1baa62f65bae49cdbaa24..3c2393a1c674250f7bd262ee5dbc30330c9f2a58 100644
index 41eb04caffd4c1faaecd0f8a2cbe93016475bfe1..5e00468aac8b9f9c5ef7ea2f1e3b62991bfde255 100644
--- a/src/node_crypto.cc
+++ b/src/node_crypto.cc
@@ -5508,18 +5508,6 @@ bool PublicKeyCipher::Cipher(Environment* env,
@@ -4969,18 +4969,6 @@ bool PublicKeyCipher::Cipher(Environment* env,
return false;
}