Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nodemailer and mailparser #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2024

Bumps nodemailer and mailparser. These dependencies needed to be updated together.
Updates nodemailer from 6.9.7 to 6.9.9

Release notes

Sourced from nodemailer's releases.

v6.9.9

6.9.9 (2024-02-01)

Bug Fixes

  • security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (dd8f5e8)
  • tests: Use native node test runner, added code coverage support, removed grunt (#1604) (be45c1b)

v6.9.8

6.9.8 (2023-12-30)

Bug Fixes

  • punycode: do not use native punycode module (b4d0e0c)
Changelog

Sourced from nodemailer's changelog.

6.9.9 (2024-02-01)

Bug Fixes

  • security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (dd8f5e8)
  • tests: Use native node test runner, added code coverage support, removed grunt (#1604) (be45c1b)

6.9.8 (2023-12-30)

Bug Fixes

  • punycode: do not use native punycode module (b4d0e0c)
Commits
  • 5a2e10f chore(master): release 6.9.9 [skip-ci] (#1606)
  • dd8f5e8 fix(security): Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eterna...
  • 2c2b46a chore: do not use caret in version specifier
  • be45c1b fix(tests): Use native node test runner, added code coverage support, removed...
  • 4233f6f chore(master): release 6.9.8 [skip-ci] (#1605)
  • 09d502f chore: removed double file
  • b4d0e0c fix(punycode): do not use native punycode module
  • 8376c02 Test new github notice syntax for README
  • bc46a3b Updated stale github action
  • 78bdaf8 chore: remove redundant AWS SDK for JavaScript v2 (#1593)
  • Additional commits viewable in compare view

Updates mailparser from 3.6.5 to 3.6.7

Release notes

Sourced from mailparser's releases.

v3.6.7

3.6.7 (2024-02-01)

Bug Fixes

v3.6.6

3.6.6 (2024-01-04)

Bug Fixes

  • deploy: added auto-deployment (d6eb56f)
  • Fix produced text address list string according to rfc 2822 (#340) (6bae600)
  • test: updated test matrix (18, 20, 21) (a2ba9c2)
Changelog

Sourced from mailparser's changelog.

3.6.7 (2024-02-01)

Bug Fixes

3.6.6 (2024-01-04)

Bug Fixes

  • deploy: added auto-deployment (d6eb56f)
  • Fix produced text address list string according to rfc 2822 (#340) (6bae600)
  • test: updated test matrix (18, 20, 21) (a2ba9c2)
Commits
  • 6adad57 chore(master): release 3.6.7 [skip-ci] (#358)
  • 8bc4225 fix: ⬆️ update nodemailer dependency to resolve security issue GHSA-9...
  • 3f8a516 chore(master): release 3.6.6 [skip-ci] (#354)
  • 6bae600 fix: Fix produced text address list string according to rfc 2822 (#340)
  • a2ba9c2 fix(test): updated test matrix (18, 20, 21)
  • 7d78cb9 removed node v16 from test matrix
  • d6eb56f fix(deploy): added auto-deployment
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nodemailer-and-mailparser-6.9.9 branch 3 times, most recently from 0c5aa2f to 1ddca73 Compare February 2, 2024 14:23
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) and [mailparser](https://github.com/nodemailer/mailparser). These dependencies needed to be updated together.

Updates `nodemailer` from 6.9.7 to 6.9.9
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](nodemailer/nodemailer@v6.9.7...v6.9.9)

Updates `mailparser` from 3.6.5 to 3.6.7
- [Release notes](https://github.com/nodemailer/mailparser/releases)
- [Changelog](https://github.com/nodemailer/mailparser/blob/master/CHANGELOG.md)
- [Commits](nodemailer/mailparser@v3.6.5...v3.6.7)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: indirect
- dependency-name: mailparser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nodemailer-and-mailparser-6.9.9 branch from 1ddca73 to ecae0d6 Compare February 20, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants