mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update nodemailer related packages (#43949)
This commit is contained in:
parent
4be35ba0ce
commit
282bc5ac42
2 changed files with 10 additions and 10 deletions
|
@ -76,7 +76,7 @@
|
|||
"@types/nock": "^10.0.3",
|
||||
"@types/node": "^10.12.27",
|
||||
"@types/node-fetch": "^2.5.0",
|
||||
"@types/nodemailer": "^6.2.0",
|
||||
"@types/nodemailer": "^6.2.1",
|
||||
"@types/object-hash": "^1.2.0",
|
||||
"@types/papaparse": "^4.5.11",
|
||||
"@types/pngjs": "^3.3.1",
|
||||
|
@ -296,7 +296,7 @@
|
|||
"ngreact": "^0.5.1",
|
||||
"nock": "10.0.6",
|
||||
"node-fetch": "^2.6.0",
|
||||
"nodemailer": "^4.6.4",
|
||||
"nodemailer": "^4.7.0",
|
||||
"object-hash": "^1.3.1",
|
||||
"object-path-immutable": "^3.1.1",
|
||||
"oppsy": "^2.0.0",
|
||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -3716,10 +3716,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.27.tgz#eb3843f15d0ba0986cc7e4d734d2ee8b50709ef8"
|
||||
integrity sha512-e9wgeY6gaY21on3ve0xAjgBVjGDWq/xUteK0ujsE53bUoxycMkqfnkUgMt6ffZtykZ5X12Mg3T7Pw4TRCObDKg==
|
||||
|
||||
"@types/nodemailer@^6.2.0":
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.2.0.tgz#369d3c6ff51201670f3e5469b00c1d204ec8f894"
|
||||
integrity sha512-WGGEk/BGRLuYF3gyoTwbtKg5tCexZzb5lkTsis2k7GkAzlg4x2299/SC6Ssdj3X/5TzT1BHVc8zcFg/7KSzBLw==
|
||||
"@types/nodemailer@^6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/nodemailer/-/nodemailer-6.2.1.tgz#8f089bf0ef826f04b9d8dd8750233b04978cb675"
|
||||
integrity sha512-6f46rxxaFwyOW39psPoQiM7jHjL7apDRNT5WPHIuv+TZFv+7sBGSI9J7blIC3/NWff4O9/VSzgoQtO6aPLUdvQ==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
|
@ -20354,10 +20354,10 @@ nodegit-promise@~4.0.0:
|
|||
dependencies:
|
||||
asap "~2.0.3"
|
||||
|
||||
nodemailer@^4.6.4:
|
||||
version "4.6.4"
|
||||
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-4.6.4.tgz#f0d72d0c6a6ec5f4369fa8f4bf5127a31baa2014"
|
||||
integrity sha512-SD4uuX7NMzZ5f5m1XHDd13J4UC3SmdJk8DsmU1g6Nrs5h3x9LcXr6EBPZIqXRJ3LrF7RdklzGhZRF/TuylTcLg==
|
||||
nodemailer@^4.7.0:
|
||||
version "4.7.0"
|
||||
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-4.7.0.tgz#4420e06abfffd77d0618f184ea49047db84f4ad8"
|
||||
integrity sha512-IludxDypFpYw4xpzKdMAozBSkzKHmNBvGanUREjJItgJ2NYcK/s8+PggVhj7c2yGFQykKsnnmv1+Aqo0ZfjHmw==
|
||||
|
||||
"nomnom@>= 1.5.x":
|
||||
version "1.8.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue