Closed Burnett2k closed 8 months ago
Latest commit: ac23945b29b7ecb713042b4d353d42af1d1b8c31
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Nothing tricky about this one, thanks for updating!
Description
This change moves to a newer version of sanity which doesn't reference a
vite
vulnerability. A separate PR will be created to updatevitest
which also references a vulnerable vite version.helps close #274
The latest is
3.33.0
, but I figured to reduce risk I'd do the minimum bumping needed to get past the vite issue. More than happy to upgrade to latest though. One benefit of 3.29.0 and up is that they're signed and have provenance turned on.More info on vite vulnerability
Essentially, we just need to be on > 4.5.2 or later
output of
pnpm why vite -r
after the upgrade (vitest has been omitted since it's a dev dependency and will be handled in another pull request.)Type of Change
How Has This Been Tested?
Unit tests have been ran and passed. Sanity changelog was reviewed for breaking changes.
Checklist: (Feel free to delete this section upon completion)