mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 09:08:34 +00:00
fix(deps): update dependency nodemailer to v6.9.1 (#1161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a5d01abeb9
commit
74d6e6c20f
2 changed files with 8 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"dotenv": "16.0.3",
|
||||
"ioredis": "5.3.0",
|
||||
"mjml": "4.13.0",
|
||||
"nodemailer": "6.9.0",
|
||||
"nodemailer": "6.9.1",
|
||||
"p-timeout": "6.1.0",
|
||||
"sendmail": "1.6.1",
|
||||
"zod": "3.20.2"
|
||||
|
|
|
|||
|
|
@ -526,7 +526,7 @@ importers:
|
|||
dotenv: 16.0.3
|
||||
ioredis: 5.3.0
|
||||
mjml: 4.13.0
|
||||
nodemailer: 6.9.0
|
||||
nodemailer: 6.9.1
|
||||
p-timeout: 6.1.0
|
||||
pino-pretty: 9.1.1
|
||||
sendmail: 1.6.1
|
||||
|
|
@ -540,7 +540,7 @@ importers:
|
|||
dotenv: 16.0.3
|
||||
ioredis: 5.3.0
|
||||
mjml: 4.13.0
|
||||
nodemailer: 6.9.0
|
||||
nodemailer: 6.9.1
|
||||
p-timeout: 6.1.0
|
||||
sendmail: 1.6.1
|
||||
zod: 3.20.2
|
||||
|
|
@ -21674,6 +21674,11 @@ packages:
|
|||
engines: {node: '>=6.0.0'}
|
||||
dev: false
|
||||
|
||||
/nodemailer/6.9.1:
|
||||
resolution: {integrity: sha512-qHw7dOiU5UKNnQpXktdgQ1d3OFgRAekuvbJLcdG5dnEo/GtcTHRYM7+UfJARdOFU9WUQO8OiIamgWPmiSFHYAA==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
dev: false
|
||||
|
||||
/noms/0.0.0:
|
||||
resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==}
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Reference in a new issue