fix(deps): update file-type and uuid, fixes #1774#1775
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
lihbr
commented
Jul 15, 2026
|
|
||
| - name: Audit dependencies | ||
| if: matrix.package != '@slicemachine/e2e' | ||
| continue-on-error: true |
tomaboro
approved these changes
Jul 15, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6d40f04. Configure here.
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.

Resolves: #1774
Updates
file-typeand internal dependencies not to rely on vulnerable versions ofuuidRelies on:
Note
Medium Risk
Wide dependency bumps across mocks/types-internal and a major file-type jump affect screenshot MIME detection and mock generation; CI audit is now non-blocking, which slightly reduces gate strength on remaining advisories.
Overview
This PR bumps dependencies to address #1774 (vulnerable
uuidin the dependency tree), mainly by upgradingfile-typein@slicemachine/managerand aligning the monorepo on newer@prismicio/types-internal(^3.17.2),@prismicio/mocks(^2.16.1), and@prismicio/mock(0.7.2), with a rootresolutionspin fortypes-internal.GroupItemContentnow expects akeyon each group item: adapter slice template mocks (AlternateGrid, CustomerLogos across Next/Nuxt/SvelteKit) gain UUIDkeyfields, andmockSliceassignsrandomUUID()when synthesizing empty group items.CI sets
continue-on-error: trueon the workspace audit step so high-severity audit noise does not block the pipeline while upgrades land.scripts/play.tspins the Next minimal starter to a specific commit (still usingslicemachine.config.json) and extendscloneGitRepoto support shallow fetch/checkout by commit.start-slicemachinebumps vite to 5.4.21;yarn.lockreflects the full transitive graph (e.g.file-type21.x,uuid11.x).Reviewed by Cursor Bugbot for commit 5228b00. Bugbot is set up for automated code reviews on this repo. Configure here.