chore(security): patch 4 Dependabot alerts - #334
Merged
Conversation
Refresh yarn.lock in-range resolutions: - js-yaml 4.1.1 -> 4.3.0 (alert 88, also covers 90) - sigstore 4.1.0 -> 4.1.1 (alert 87) - @sigstore/verify 3.1.0 -> 3.1.1 (alert 86) - @sigstore/core 3.2.0 -> 3.2.1 (alert 85) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
arnaud-moncel
approved these changes
Jul 23, 2026
Member
|
🎉 This PR is included in version 1.36.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
4 fixed, 0 ignored, 2 deferred, 0 resolutions added, 0 resolutions removed. | label: 🔒 security applied
All fixes are lockfile-only refreshes: every patched version already satisfies the semver range declared by the parent packages, so no
package.jsonchange and no newresolutionsentry was needed.Fixed
semantic-release > cosmiconfig,@commitlint/cli > @commitlint/load > cosmiconfig) — in-range lockfile refresh ofjs-yaml@^4.1.0semantic-release > @semantic-release/npm > npm > libnpmpublish) — in-range lockfile refresh ofsigstore@^4.0.0sigstore) — in-range lockfile refresh of@sigstore/verify@^3.1.0→^3.1.1sigstore/@sigstore/verify/@sigstore/sign) — in-range lockfile refresh of@sigstore/core@^3.2.0→^3.2.1Note: the js-yaml bump to 4.3.0 also incidentally covers deferred alert #90 (patched in 4.3.0) — GitHub should auto-close it on merge.
Ignored
None.
Deferred
Opened less than 7 days ago — left for the next run:
Resolutions added
None.
Resolutions removed
None. The existing root entry
"semantic-release-slack-bot/**/micromatch": "^4.0.8"was audited: it is neither stale (micromatch is still in the tree) nor redundant (removing it makessemantic-release-slack-bot's exact pinmicromatch@4.0.2win again, which is < 4.0.8) — so it was kept.Risks
All four packages are devDependencies of the release tooling (
semantic-release,@commitlint/cli) — nothing here ships with the Ruby gem.cosmiconfigfor config parsing.npm publishprovenance inside semantic-release.No behavior change expected beyond the patched vulnerabilities.
Manual testing
Covered by CI.
Validation
✅ CI green
Note: the first CI attempt failed on one flaky timing test unrelated to this diff (
forest_admin_datasource_toolkitRuby 4.0,times_spec.rb:49— 1-second boundary race inBeforeXHoursAgo). Failed jobs were re-run once per policy and passed.