chore(security): patch 12 Dependabot alerts#326
Merged
Conversation
Re-resolve transitive dev dependencies in yarn.lock: - undici 6.25.0 -> 6.27.0 (alerts 81-84) - undici 7.25.0 -> 7.28.0 (alerts 74-80) - tar 7.5.15 -> 7.5.19 (alert 73) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
a8e6090 to
204272a
Compare
nbouliol
approved these changes
Jul 3, 2026
Member
|
🎉 This PR is included in version 1.35.1 🎉 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
12 fixed, 0 ignored, 4 deferred, 0 resolutions added, 0 resolutions removed. | label: 🔒 security applied
All fixes are lockfile-only re-resolutions in
yarn.lock: the patched versions already satisfy the semver ranges declared by the parent packages (semantic-release tooling), so nopackage.jsonchange was needed.Fixed
semantic-release > @semantic-release/npm > npm)semantic-release > @semantic-release/github)semantic-release > @semantic-release/npm > npm > node-gypand@actions/http-client)Ignored
None.
Deferred
Skipped by the 7-day age gate — will be handled by the next run:
Resolutions added
None — every patched version satisfies the semver range already declared by its parent, so plain lockfile re-resolution was sufficient.
Resolutions removed
None — the root
package.jsonresolutionsblock is empty; no otherpackage.jsonexists in the repo.Risks
@semantic-release/github,@actions/http-client,node-gyp. undici is only used by release tooling in CI; no source code in this repo imports it. No breaking changes in these ranges per upstream changelog.npm/pacote/node-gypchain inside release tooling. No behavior change beyond the patched vulnerabilities.devDependencies-scope transitives of semantic-release; the shipped Ruby gems are unaffected.Manual testing
Covered by CI.
Validation
✅ CI green