mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
ef08dd17c6
commit
cc3be64b4c
5 changed files with 11 additions and 11 deletions
|
@ -1 +1 @@
|
|||
14.15.1
|
||||
14.15.2
|
||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
14.15.1
|
||||
14.15.2
|
||||
|
|
|
@ -74,7 +74,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",
|
||||
|
@ -94,7 +94,7 @@
|
|||
"**/typescript": "4.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "14.15.1",
|
||||
"node": "14.15.2",
|
||||
"yarn": "^1.21.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -494,7 +494,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",
|
||||
|
|
|
@ -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') {
|
||||
|
|
|
@ -5436,10 +5436,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue