cerberauth / vulnapi

API Security Vulnerability Scanner designed to help you secure your APIs.
https://vulnapi.cerberauth.com
MIT License
89 stars 10 forks source link

fix(deps): update all non-major dependencies #139

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/getkin/kin-openapi v0.126.0 -> v0.127.0 age adoption passing confidence
github.com/projectdiscovery/wappalyzergo v0.1.10 -> v0.1.12 age adoption passing confidence
github.com/schollz/progressbar/v3 v3.14.4 -> v3.14.5 age adoption passing confidence
github.com/std-uritemplate/std-uritemplate/go v1.0.3 -> v1.0.5 age adoption passing confidence

Release Notes

getkin/kin-openapi (github.com/getkin/kin-openapi) ### [`v0.127.0`](https://togithub.com/getkin/kin-openapi/releases/tag/v0.127.0) [Compare Source](https://togithub.com/getkin/kin-openapi/compare/v0.126.0...v0.127.0) #### What's Changed - openapi3: include local reference parts in refPath saved by [@​percivalalb](https://togithub.com/percivalalb) in [https://github.com/getkin/kin-openapi/pull/978](https://togithub.com/getkin/kin-openapi/pull/978) - fix: update type: file to type: string and format: binary by [@​reversearrow](https://togithub.com/reversearrow) in [https://github.com/getkin/kin-openapi/pull/980](https://togithub.com/getkin/kin-openapi/pull/980) - test: add a test for [#​499](https://togithub.com/getkin/kin-openapi/issues/499) by [@​AnatolyRugalev](https://togithub.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/982](https://togithub.com/getkin/kin-openapi/pull/982) - test: add a test for [#​961](https://togithub.com/getkin/kin-openapi/issues/961) by [@​AnatolyRugalev](https://togithub.com/AnatolyRugalev) in [https://github.com/getkin/kin-openapi/pull/981](https://togithub.com/getkin/kin-openapi/pull/981) - openapi3gen: generate "nullable: true" for pointers by [@​endertunc](https://togithub.com/endertunc) in [https://github.com/getkin/kin-openapi/pull/987](https://togithub.com/getkin/kin-openapi/pull/987) - openapi3filter: Remove inconsistency for arrays in queries by [@​TheSadlig](https://togithub.com/TheSadlig) in [https://github.com/getkin/kin-openapi/pull/990](https://togithub.com/getkin/kin-openapi/pull/990) - openapi3filter: remove double call by [@​AriehSchneier](https://togithub.com/AriehSchneier) in [https://github.com/getkin/kin-openapi/pull/993](https://togithub.com/getkin/kin-openapi/pull/993) - openapi3filter: Fix default arrays application for query parameters by [@​TheSadlig](https://togithub.com/TheSadlig) in [https://github.com/getkin/kin-openapi/pull/992](https://togithub.com/getkin/kin-openapi/pull/992) - routers: downgrade gorilla/mux to v1.8.0 for [#​988](https://togithub.com/getkin/kin-openapi/issues/988) by [@​fenollp](https://togithub.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/996](https://togithub.com/getkin/kin-openapi/pull/996) - openapi3: export `ComponentRef` for usage in `RefNameResolver` by [@​fenollp](https://togithub.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/998](https://togithub.com/getkin/kin-openapi/pull/998) - Add note on gorillamux by [@​fenollp](https://togithub.com/fenollp) in [https://github.com/getkin/kin-openapi/pull/999](https://togithub.com/getkin/kin-openapi/pull/999) #### New Contributors - [@​reversearrow](https://togithub.com/reversearrow) made their first contribution in [https://github.com/getkin/kin-openapi/pull/980](https://togithub.com/getkin/kin-openapi/pull/980) - [@​endertunc](https://togithub.com/endertunc) made their first contribution in [https://github.com/getkin/kin-openapi/pull/987](https://togithub.com/getkin/kin-openapi/pull/987) - [@​TheSadlig](https://togithub.com/TheSadlig) made their first contribution in [https://github.com/getkin/kin-openapi/pull/990](https://togithub.com/getkin/kin-openapi/pull/990) **Full Changelog**: https://github.com/getkin/kin-openapi/compare/v0.126.0...v0.127.0
projectdiscovery/wappalyzergo (github.com/projectdiscovery/wappalyzergo) ### [`v0.1.12`](https://togithub.com/projectdiscovery/wappalyzergo/releases/tag/v0.1.12) [Compare Source](https://togithub.com/projectdiscovery/wappalyzergo/compare/v0.1.11...v0.1.12) ##### [0.1.12](https://togithub.com/projectdiscovery/wappalyzergo/compare/v0.1.11...v0.1.12) (2024-07-28) ### [`v0.1.11`](https://togithub.com/projectdiscovery/wappalyzergo/releases/tag/v0.1.11) [Compare Source](https://togithub.com/projectdiscovery/wappalyzergo/compare/v0.1.10...v0.1.11) ##### [0.1.11](https://togithub.com/projectdiscovery/wappalyzergo/compare/v0.1.10...v0.1.11) (2024-07-21)
schollz/progressbar (github.com/schollz/progressbar/v3) ### [`v3.14.5`](https://togithub.com/schollz/progressbar/releases/tag/v3.14.5) [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.14.4...v3.14.5) #### What's Changed - add golangci linter in github workflow action by [@​WheeskyJack](https://togithub.com/WheeskyJack) in [https://github.com/schollz/progressbar/pull/189](https://togithub.com/schollz/progressbar/pull/189) - chore: update deps #### New Contributors - [@​WheeskyJack](https://togithub.com/WheeskyJack) made their first contribution in [https://github.com/schollz/progressbar/pull/189](https://togithub.com/schollz/progressbar/pull/189) **Full Changelog**: https://github.com/schollz/progressbar/compare/v3.14.4...v3.14.5
std-uritemplate/std-uritemplate (github.com/std-uritemplate/std-uritemplate/go) ### [`v1.0.5`](https://togithub.com/std-uritemplate/std-uritemplate/compare/1.0.4...1.0.5) [Compare Source](https://togithub.com/std-uritemplate/std-uritemplate/compare/1.0.4...1.0.5) ### [`v1.0.4`](https://togithub.com/std-uritemplate/std-uritemplate/compare/1.0.3...1.0.4) [Compare Source](https://togithub.com/std-uritemplate/std-uritemplate/compare/1.0.3...1.0.4)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.91%. Comparing base (75a33e1) to head (33cd273).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #139 +/- ## ======================================= Coverage 55.91% 55.91% ======================================= Files 67 67 Lines 1826 1826 ======================================= Hits 1021 1021 Misses 722 722 Partials 83 83 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

renovate[bot] commented 4 months ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
golang.org/x/sys v0.21.0 -> v0.22.0
golang.org/x/term v0.21.0 -> v0.22.0