chore: resolve all medium+ severity dependency security alerts - #516
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jul 30, 2026
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
Resolves all open Dependabot alerts of medium severity and above (1 critical, 47 high, 41 medium at time of writing). After these changes,
yarn npm audit --all --severity moderatereports no remaining CVEs (only two deprecation notices for@storybook/testing-libraryin the deprecated reactv1 package and eslint 8 EOL in smithy, which are not security advisories).Direct dependency bumps:
uuid9 → 11 in@frigade/jsand@frigade/reactv1(onlyv4()is used; API unchanged) — includes a patch changeset for@frigade/jsvite4 → 6.4.3 and Storybook packages 8.5.3 → 8.6.17 in the smithy Storybook app (vite 4/5 lines are unpatched for GHSA alerts up to <= 6.4.2)turbo1 → 2.9.14, with the requiredturbo.jsonmigration (pipeline→tasks)Transitive fixes: re-resolved within-range packages via
yarn up -R(tar, minimatch, axios, ws, js-yaml, lodash, dompurify, postcss, glob, storybook 7.x line, qs, joi, yaml, picomatch, form-data, brace-expansion, flatted, defu, tmp, babel packages), plus rootresolutionsfor patches outside dependents' ranges:tar→ ^7.5.21 (critical; dependents cacache/node-gyp/giget pin ^6, which has no patched release)uuid→ ^11.1.1,serialize-javascript→ ^7.0.5,ip-address→ ^10.1.1express/path-to-regexp→ 0.1.13 (express pins an exact vulnerable version)minimatch@9.0.3→ 9.0.7 (pinned exactly by typescript-estree)Test plan
yarn build(turbo 2): all 3 packages build@frigade/reactunit tests: 17/17 passbuild-storybookproduction build succeeds on vite 6 + Storybook 8.6yarn npm audit --all --severity moderate: no CVEs remainingMade with Cursor