Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the production-dependencies group with 3 updates in the / directory: redis, haraka-plugin-bounce and haraka-plugin-spf.

Updates redis from 4.7.1 to 5.8.2

Release notes

Sourced from redis's releases.

[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.2

[email protected]

What's Changed

Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.1

[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.8.0

[email protected]

What's Changed

New Contributors

Full Changelog: https://github.com/redis/node-redis/compare/[email protected]@5.7.0

[email protected]

... (truncated)

Commits

Updates haraka-plugin-bounce from 1.0.4 to 2.0.1

Release notes

Sourced from haraka-plugin-bounce's releases.

2.0.1

  • Fixed From header parsing error #10
  • empty_return_path must run before the Headers plugin #11

2.0.0

  • update CHANGELOG
  • doc(CONTRIBUTORS): updated
  • deps: bump versions

1.0.5

Changelog

Sourced from haraka-plugin-bounce's changelog.

[2.0.1] - 2025-06-02

  • empty_return_path must run before the Headers plugin #11
  • Fixed From header parsing error #10

[2.0.0] - 2025-05-20

Changes to config/bounce.ini

  • removed check.non_local_msgid
  • removed reject.non_local_msgid
  • added check.hash_validation
  • added check.hash_date
  • added reject.hash_validation
  • added reject.hash_date
  • added validation.max_hash_age_days
  • added validation.hash_algorithm
  • added validation.secret

Added config/bounce_whitelist.json

  • combinations of sender/recipient that should skip validation

Changes to test/index.js

  • removed requirement for haraka-email-message
  • removed tests for non_local_msgid
  • added tests for create_validation_hash
  • added tests for validate_bounce
  • added tests for get_bounce_headers
  • added tests for should_skip
  • added tests for find_received_headers
  • added tests for validate_hash_date
  • replaced most sinon.stub with sinon.spy to better monitor code behavior
  • refactored many tests to make better use of sinon spies and assertions

Changes to index.js

  • removed load_host_list()
  • removed load_allowed_msgid_domains()
  • removed non_local_msgid()
  • removed find_message_id_headers()
  • added create_validation_hash - creates a cryptographic validation hash for outbound emails
  • added validate_date - reject if original email was sent before the configured number of days
  • added validate_bounce - validates the bounce by comparing the hash created on the original email
  • added find_bounce_headers - grab Date, From, Message-ID, and hash

... (truncated)

Commits

Updates haraka-plugin-spf from 1.2.9 to 1.2.10

Release notes

Sourced from haraka-plugin-spf's releases.

1.2.10

  • index.js: light es6 refactor
    • fix: avoid inadvertant double unescape
    • delete legacy config support
  • doc(README): tighten up grammar, improve flow
  • config(spf.ini): add commented out default setings
  • test(spf): update IP for google.com SPF test
  • chore(lint): update to eslint 9
  • chore(deps): bump versions to latest
  • dev(codeclimate): relax some tests
  • style(prettier): moved config into package.json

closes #30 fixes https://github.com/haraka/haraka-plugin-spf/security/code-scanning/4

Changelog

Sourced from haraka-plugin-spf's changelog.

[1.2.10] - 2025-08-24

  • index.js: light es6 refactor
    • fix: avoid inadvertant double unescape
    • delete legacy config support
  • doc(README): tighten up grammar, improve flow
  • config(spf.ini): add commented out default setings
  • test(spf): update IP for google.com SPF test
  • chore(lint): update to eslint 9
  • chore(deps): bump versions to latest
  • dev(codeclimate): relax some tests
  • style(prettier): moved config into package.json
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the production-dependencies group with 3 updates in the / directory: [redis](https://github.com/redis/node-redis), [haraka-plugin-bounce](https://github.com/haraka/haraka-plugin-bounce) and [haraka-plugin-spf](https://github.com/haraka/haraka-plugin-spf).


Updates `redis` from 4.7.1 to 5.8.2
- [Release notes](https://github.com/redis/node-redis/releases)
- [Changelog](https://github.com/redis/node-redis/blob/master/CHANGELOG.md)
- [Commits](https://github.com/redis/node-redis/compare/[email protected]@5.8.2)

Updates `haraka-plugin-bounce` from 1.0.4 to 2.0.1
- [Release notes](https://github.com/haraka/haraka-plugin-bounce/releases)
- [Changelog](https://github.com/haraka/haraka-plugin-bounce/blob/master/CHANGELOG.md)
- [Commits](haraka/haraka-plugin-bounce@v1.0.4...v2.0.1)

Updates `haraka-plugin-spf` from 1.2.9 to 1.2.10
- [Release notes](https://github.com/haraka/haraka-plugin-spf/releases)
- [Changelog](https://github.com/haraka/haraka-plugin-spf/blob/master/CHANGELOG.md)
- [Commits](haraka/haraka-plugin-spf@v1.2.9...v1.2.10)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: haraka-plugin-bounce
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: haraka-plugin-spf
  dependency-version: 1.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2025
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants