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

Bump tsconfig-paths to latest 4.1.2 #2646

Closed
wants to merge 1 commit into from
Closed

Bump tsconfig-paths to latest 4.1.2 #2646

wants to merge 1 commit into from

Conversation

mjperrone
Copy link

tsconfig-paths is a dependency of eslint-plugin-import.

tsconfig-paths has a dependency on json5.

json5 recently had a security vulnerability published, and a patch released on version 2.2.2.

tsconfig-paths just updated their json5 dependency, available for version 4.1.2.

This PR bumps eslint-plugin-import's dependency on tsconfig-paths, removing the vulnerability.

@ljharb
Copy link
Member

ljharb commented Jan 3, 2023

This is a breaking change, and a duplicate of #2447. Additionally, json5 v1.0.2 fixes the issue, so there's no need to update. Additionally, this is not a vulnerability for the way eslint-plugin-import uses json5.

Like most JS CVEs, nothing needs to be done except "wait, and then update".

@mjperrone
Copy link
Author

Apologies for the noise, thank you for the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants