[chore]: Bump golang.org/x/image from 0.24.0 to 0.25.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/image/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-17 06:54:00 +00:00 committed by GitHub
commit ef666ab921
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

@ -261,7 +261,7 @@ func Decode(r io.Reader) (image.Image, error) {
if err != nil {
return nil, err
}
return m, err
return m, nil
}
// DecodeConfig returns the color model and dimensions of a WEBP image without