Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the modules group with 7 updates:

Package From To
github.com/projectdiscovery/gologger 1.1.61 1.1.65
github.com/projectdiscovery/utils 0.6.1 0.7.3
github.com/projectdiscovery/networkpolicy 0.1.29 0.1.32
github.com/projectdiscovery/retryablehttp-go 1.0.131 1.0.132
github.com/projectdiscovery/fastdialer 0.4.15 0.4.17
github.com/projectdiscovery/hmap 0.0.96 0.0.98
github.com/projectdiscovery/retryabledns 1.0.109 1.0.111

Updates github.com/projectdiscovery/gologger from 1.1.61 to 1.1.65

Release notes

Sourced from github.com/projectdiscovery/gologger's releases.

Release v1.1.65

1.1.65 (2025-12-21)

Release v1.1.64

1.1.64 (2025-12-14)

Release v1.1.63

1.1.63 (2025-12-07)

Release v1.1.62

1.1.62 (2025-11-30)

Commits
  • c8fab4d chore(deps): bump actions/checkout from 5 to 6
  • 8cf4376 Merge pull request #138 from mikelolasagasti/aurora-v4
  • baca190 Merge pull request #139 from mikelolasagasti/update-times
  • e6a270f chore(deps): Update djherbis/times module
  • ead1ce0 chore(deps): update to aurora v4
  • 5d80b7d chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0
  • d9552e1 chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • ec56141 chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0
  • 44470aa chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • See full diff in compare view

Updates github.com/projectdiscovery/utils from 0.6.1 to 0.7.3

Release notes

Sourced from github.com/projectdiscovery/utils's releases.

v0.7.3

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

Full Changelog: projectdiscovery/utils@v0.7.2...v0.7.3

v0.7.2

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

Full Changelog: projectdiscovery/utils@v0.7.1...v0.7.2

v0.7.1

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

Full Changelog: projectdiscovery/utils@v0.7.0...v0.7.1

v0.7.0

Automatically released using projectdiscovery/actions/svu-next action.


What's Changed

Full Changelog: projectdiscovery/utils@v0.6.1...v0.7.0

Commits
  • 6ddbc26 Merge pull request #711 from projectdiscovery/dwisiswant0/fix/httputil/preven...
  • 99ca5c1 fix(httputil): prevent memory corruption in ResponseChain
  • b09f27a test(httputil): add TestResponseChain_StringSafety
  • e206701 chore(deps): bump the modules group across 1 directory with 6 updates
  • c1bbf17 Merge pull request #708 from projectdiscovery/dwisiswant0/fix/httputil/racy-i...
  • 4a19d93 docs(httputil): update FullResponse{Bytes,String} doc comments
  • 1dff3b7 fix(httputil): racy in ResponseChain
  • 332bd1c chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0
  • 2bf5582 fix(mapsutil): data race in SyncLockMap cleanup (#705)
  • 5314f45 Merge pull request #700 from projectdiscovery/dwisiswant0/fix/httputil/optimi...
  • Additional commits viewable in compare view

Updates github.com/projectdiscovery/networkpolicy from 0.1.29 to 0.1.32

Release notes

Sourced from github.com/projectdiscovery/networkpolicy's releases.

Release v0.1.32

0.1.32 (2025-12-14)

Release v0.1.31

0.1.31 (2025-12-07)

Release v0.1.30

0.1.30 (2025-11-30)

Commits
  • 846f5ca chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0
  • 63ea907 chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • cb386c1 chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • a628e93 chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0
  • See full diff in compare view

Updates github.com/projectdiscovery/retryablehttp-go from 1.0.131 to 1.0.132

Release notes

Sourced from github.com/projectdiscovery/retryablehttp-go's releases.

Release v1.0.132

1.0.132 (2025-11-23)

Commits
  • ab164ca chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0
  • 8ca13d4 chore(deps): bump github.com/projectdiscovery/networkpolicy
  • 9e16fea chore(deps): bump github.com/projectdiscovery/utils from 0.6.0 to 0.6.1
  • See full diff in compare view

Updates github.com/projectdiscovery/fastdialer from 0.4.15 to 0.4.17

Release notes

Sourced from github.com/projectdiscovery/fastdialer's releases.

Release v0.4.17

0.4.17 (2025-11-23)

Release v0.4.16

0.4.16 (2025-11-19)

Bug Fixes

  • segfault in ztls handshake timeout handler (bc2fc9c), closes #500

Tests

Commits
  • 7865679 chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0
  • 36fb1e2 Merge pull request #501 from projectdiscovery/dwisiswant0/fix/segfault-in-ztl...
  • 84e3246 test: add TestDial test
  • bc2fc9c fix: segfault in ztls handshake timeout handler
  • See full diff in compare view

Updates github.com/projectdiscovery/hmap from 0.0.96 to 0.0.98

Release notes

Sourced from github.com/projectdiscovery/hmap's releases.

Release v0.0.98

0.0.98 (2025-12-07)

Release v0.0.97

0.0.97 (2025-11-30)

Commits
  • c833f7f chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • 31c5217 chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • See full diff in compare view

Updates github.com/projectdiscovery/retryabledns from 1.0.109 to 1.0.111

Release notes

Sourced from github.com/projectdiscovery/retryabledns's releases.

Release v1.0.111

1.0.111 (2025-12-07)

Release v1.0.110

1.0.110 (2025-11-30)

Commits
  • b5c1f85 chore(deps): bump github.com/projectdiscovery/utils from 0.7.1 to 0.7.3
  • 8a6390f chore(deps): bump github.com/projectdiscovery/utils from 0.6.1 to 0.7.1
  • 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 <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

Bumps the modules group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/projectdiscovery/gologger](https://github.com/projectdiscovery/gologger) | `1.1.61` | `1.1.65` |
| [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) | `0.6.1` | `0.7.3` |
| [github.com/projectdiscovery/networkpolicy](https://github.com/projectdiscovery/networkpolicy) | `0.1.29` | `0.1.32` |
| [github.com/projectdiscovery/retryablehttp-go](https://github.com/projectdiscovery/retryablehttp-go) | `1.0.131` | `1.0.132` |
| [github.com/projectdiscovery/fastdialer](https://github.com/projectdiscovery/fastdialer) | `0.4.15` | `0.4.17` |
| [github.com/projectdiscovery/hmap](https://github.com/projectdiscovery/hmap) | `0.0.96` | `0.0.98` |
| [github.com/projectdiscovery/retryabledns](https://github.com/projectdiscovery/retryabledns) | `1.0.109` | `1.0.111` |


Updates `github.com/projectdiscovery/gologger` from 1.1.61 to 1.1.65
- [Release notes](https://github.com/projectdiscovery/gologger/releases)
- [Commits](projectdiscovery/gologger@v1.1.61...v1.1.65)

Updates `github.com/projectdiscovery/utils` from 0.6.1 to 0.7.3
- [Release notes](https://github.com/projectdiscovery/utils/releases)
- [Changelog](https://github.com/projectdiscovery/utils/blob/main/CHANGELOG.md)
- [Commits](projectdiscovery/utils@v0.6.1...v0.7.3)

Updates `github.com/projectdiscovery/networkpolicy` from 0.1.29 to 0.1.32
- [Release notes](https://github.com/projectdiscovery/networkpolicy/releases)
- [Commits](projectdiscovery/networkpolicy@v0.1.29...v0.1.32)

Updates `github.com/projectdiscovery/retryablehttp-go` from 1.0.131 to 1.0.132
- [Release notes](https://github.com/projectdiscovery/retryablehttp-go/releases)
- [Commits](projectdiscovery/retryablehttp-go@v1.0.131...v1.0.132)

Updates `github.com/projectdiscovery/fastdialer` from 0.4.15 to 0.4.17
- [Release notes](https://github.com/projectdiscovery/fastdialer/releases)
- [Commits](projectdiscovery/fastdialer@v0.4.15...v0.4.17)

Updates `github.com/projectdiscovery/hmap` from 0.0.96 to 0.0.98
- [Release notes](https://github.com/projectdiscovery/hmap/releases)
- [Commits](projectdiscovery/hmap@v0.0.96...v0.0.98)

Updates `github.com/projectdiscovery/retryabledns` from 1.0.109 to 1.0.111
- [Release notes](https://github.com/projectdiscovery/retryabledns/releases)
- [Commits](projectdiscovery/retryabledns@v1.0.109...v1.0.111)

---
updated-dependencies:
- dependency-name: github.com/projectdiscovery/gologger
  dependency-version: 1.1.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/utils
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/networkpolicy
  dependency-version: 0.1.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryablehttp-go
  dependency-version: 1.0.132
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/fastdialer
  dependency-version: 0.4.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/hmap
  dependency-version: 0.0.98
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
- dependency-name: github.com/projectdiscovery/retryabledns
  dependency-version: 1.0.111
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Dec 22, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant