Bump Node.js from version 14.15.1 to 14.15.2 (#86087)

This commit is contained in:
Thomas Watson 2020-12-16 12:45:01 +01:00 committed by GitHub
parent 168782d261
commit a1bd35f212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

View file

@ -1 +1 @@
14.15.1
14.15.2

2
.nvmrc
View file

@ -1 +1 @@
14.15.1
14.15.2

View file

@ -77,7 +77,7 @@
"**/@types/hapi__boom": "^7.4.1",
"**/@types/hapi__hapi": "^18.2.6",
"**/@types/hapi__mimos": "4.1.0",
"**/@types/node": "14.14.7",
"**/@types/node": "14.14.14",
"**/chokidar": "^3.4.3",
"**/cross-fetch/node-fetch": "^2.6.1",
"**/deepmerge": "^4.2.2",
@ -97,7 +97,7 @@
"**/typescript": "4.1.2"
},
"engines": {
"node": "14.15.1",
"node": "14.15.2",
"yarn": "^1.21.1"
},
"dependencies": {
@ -497,7 +497,7 @@
"@types/mustache": "^0.8.31",
"@types/ncp": "^2.0.1",
"@types/nock": "^10.0.3",
"@types/node": "14.14.7",
"@types/node": "14.14.14",
"@types/node-fetch": "^2.5.7",
"@types/node-forge": "^0.9.5",
"@types/nodemailer": "^6.4.0",

View file

@ -17,11 +17,11 @@
* under the License.
*/
import crypto, { HexBase64Latin1Encoding } from 'crypto';
import crypto, { BinaryToTextEncoding } from 'crypto';
export const createSHA256Hash = (
input: string | Buffer,
outputEncoding: HexBase64Latin1Encoding = 'hex'
outputEncoding: BinaryToTextEncoding = 'hex'
) => {
let data: Buffer;
if (typeof input === 'string') {

View file

@ -5368,10 +5368,10 @@
dependencies:
"@types/node" "*"
"@types/node@*", "@types/node@14.14.7", "@types/node@8.10.54", "@types/node@>= 8", "@types/node@>=8.9.0", "@types/node@^12.0.2":
version "14.14.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d"
integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
"@types/node@*", "@types/node@14.14.14", "@types/node@8.10.54", "@types/node@>= 8", "@types/node@>=8.9.0", "@types/node@^12.0.2":
version "14.14.14"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae"
integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ==
"@types/nodemailer@^6.4.0":
version "6.4.0"