Closed IronGeek closed 2 years ago
minimist
has released new version to address the security issue.
So I guess the only thing left todo is just bumping the minimist
version in tsconfig-paths
to v1.2.6
this issue is already fixed by https://github.com/dividab/tsconfig-paths/pull/197
I am waiting on the the json5@1.0.1 dependency to be updated. As the original comment says, the latest json5 version is v2.2.1
If there is a work-around please do let me know.
@F3n67u it seems that the issue did not actually got fixed by #197
Upon checking npm ls json5
, the tsconfig-paths@3.14.1
is still depending on json5@1.0.1
I'm closing this since all the problematic dependencies have been updated in v4. Related PR: #197, #198
Please bump
tsconfig-paths
dependencies.minimist <=v1.2.5
brings in security vulnerability which affect all packages that depends ontsconfig-paths
, including thejson5
package also used in this package.json5
already addresses thisminimist
issue in their latest version v2.2.1. As forminimist
it self, based on discussion here a migration to an alternative package or other up-to-date fork maybe needed.