chore(deps): bump mailparser from 3.6.7 to 3.6.9 (#14610)
* chore(deps): bump mailparser from 3.6.7 to 3.6.9 Bumps [mailparser](https://github.com/nodemailer/mailparser) from 3.6.7 to 3.6.9. - [Release notes](https://github.com/nodemailer/mailparser/releases) - [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/mailparser/compare/v3.6.7...v3.6.9) --- updated-dependencies: - dependency-name: mailparser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b24c213a18
commit
8cbf4e1c31
|
|
@ -121,7 +121,7 @@
|
|||
"koa-static": "5.0.0",
|
||||
"lru-cache": "10.2.0",
|
||||
"lz-string": "1.5.0",
|
||||
"mailparser": "3.6.7",
|
||||
"mailparser": "3.6.9",
|
||||
"markdown-it": "14.0.0",
|
||||
"module-alias": "2.2.3",
|
||||
"notion-to-md": "3.1.1",
|
||||
|
|
|
|||
|
|
@ -141,8 +141,8 @@ dependencies:
|
|||
specifier: 1.5.0
|
||||
version: 1.5.0
|
||||
mailparser:
|
||||
specifier: 3.6.7
|
||||
version: 3.6.7
|
||||
specifier: 3.6.9
|
||||
version: 3.6.9
|
||||
markdown-it:
|
||||
specifier: 14.0.0
|
||||
version: 14.0.0
|
||||
|
|
@ -7531,18 +7531,19 @@ packages:
|
|||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/mailparser@3.6.7:
|
||||
resolution: {integrity: sha512-/3x8HW70DNehw+3vdOPKdlLuxOHoWcGB5jfx5vJ5XUbY9/2jUJbrrhda5Si8Dj/3w08U0y5uGAkqs5+SPTPKoA==}
|
||||
/mailparser@3.6.9:
|
||||
resolution: {integrity: sha512-1fIDZlgN1NnuzmTSEUxkaViquXYkw5NbQehVc+kz55QRy98QgLdTtRSKv289Jy4NrCiDchRx6zAijB4HrPsvkA==}
|
||||
dependencies:
|
||||
encoding-japanese: 2.0.0
|
||||
he: 1.2.0
|
||||
html-to-text: 9.0.5
|
||||
iconv-lite: 0.6.3
|
||||
libmime: 5.2.1
|
||||
libmime: 5.3.4
|
||||
linkify-it: 5.0.0
|
||||
mailsplit: 5.4.0
|
||||
nodemailer: 6.9.9
|
||||
tlds: 1.248.0
|
||||
nodemailer: 6.9.11
|
||||
punycode: 2.3.1
|
||||
tlds: 1.250.0
|
||||
dev: false
|
||||
|
||||
/mailsplit@5.4.0:
|
||||
|
|
@ -10598,11 +10599,6 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: false
|
||||
|
||||
/tlds@1.248.0:
|
||||
resolution: {integrity: sha512-noj0KdpWTBhwsKxMOXk0rN9otg4kTgLm4WohERRHbJ9IY+kSDKr3RmjitaQ3JFzny+DyvBOQKlFZhp0G0qNSfg==}
|
||||
hasBin: true
|
||||
dev: false
|
||||
|
||||
/tlds@1.250.0:
|
||||
resolution: {integrity: sha512-rWsBfFCWKrjM/o2Q1TTUeYQv6tHSd/umUutDjVs6taTuEgRDIreVYIBgWRWW4ot7jp6n0UVUuxhTLWBtUmPu/w==}
|
||||
hasBin: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue