Closed dependabot[bot] closed 2 years ago
This would be a great bump to land in a release.
I know it's not a significant issue in practice, but imagemin-webp v6.x (via cwebp-bin) is responsible for pulling a whole tree of unmaintained 7+ year old packages into our dependency tree. Like https://www.npmjs.com/package/logalot, https://www.npmjs.com/package/squeak (v1.0.0), https://www.npmjs.com/package/meow (v3.3.0) and https://www.npmjs.com/package/trim-newlines (v1.0.0)
Yes we've been hitting this same issue too! This change will clear a High vulnerability and would be a huge help.
@yob @dianekaplan I opened #413 which also bumps imagemin-webp from v6 to v7, as does this PR, but it also begins using import
instead of require
since the package's output is now using ESM.
CI hasn't been approved to run on my PR, but it does pass locally where it was failing in the CI 🤞
Looks like imagemin-webp is up-to-date now, so this is no longer needed.
Bumps imagemin-webp from 6.0.0 to 7.0.0.
Release notes
Sourced from imagemin-webp's releases.
Commits
791c3d4
7.0.06a3b39b
Use native ESM3835836
Use GitHub Actions instead (#34)59dce34
Update code example (#28)90977fe
Bump cwebp-binDependabot 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 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)