Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade @babel/traverse dependency #27

Merged
merged 1 commit into from
May 13, 2024
Merged

Upgrade @babel/traverse dependency #27

merged 1 commit into from
May 13, 2024

Conversation

gergas3
Copy link
Contributor

@gergas3 gergas3 commented May 13, 2024

Fix CVE-2023-45133 in @babel/traverse@7.17.3
Fixed in 7.23.2

Before:

% yarn list --pattern @babel/traverse
yarn list v1.22.19
├─ @babel/traverse@7.22.5
└─ @trivago/prettier-plugin-sort-imports@4.1.1
   └─ @babel/traverse@7.17.3
✨  Done in 0.17s.

After:

% yarn list --pattern @babel/traverse
yarn list v1.22.19
├─ @babel/traverse@7.24.5
└─ @trivago/prettier-plugin-sort-imports@4.3.0
   └─ @babel/traverse@7.23.2
✨  Done in 0.20s.

@gergas3 gergas3 requested a review from nbrahms May 13, 2024 14:55
@nbrahms
Copy link
Contributor

nbrahms commented May 13, 2024

FWIW this is presumably unnecessary as we don't use babel to compile arbitrary code 🤷

@gergas3 gergas3 merged commit 307a171 into main May 13, 2024
1 check passed
@gergas3 gergas3 deleted the greg/fix-vulns branch May 13, 2024 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants