-
Notifications
You must be signed in to change notification settings - Fork 120
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 dateformat to address vulnerability in transitive dependency trim-newlines #271
Comments
Closed
Yes, i see that CVE here too. I tried update the lock json manually and add in package.json the new version, but nothing. It's get replaced, so i think we need @wclr make that update, or better make the change suggested here #273 (comment) |
|
Its Works! Tyvm! |
Version $ npm install ts-node-dev
$ ...
$ npm audit
found 0 vulnerabilities |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Transitive dependency chain:
[email protected] -> dateformat@~1.0.4-1.2.3 -> meow@^3.3.0 -> trim-newlines@^1.0.0
Vulnerability: GHSA-7p7h-4mm5-852v
Context
OS version (is it docker or host?), ts-node-dev version
macOS Big Sur 11.4, 1.1.6
Did you try to run with ts-node?
Not applicable
Did you try to run with
--files
option enabled?Not applicable
Did you try to run with
--debug
option enabled?Not applicable
Do you have a repro example (git repo) with simple steps to reproduce your problem?
Repro:
The text was updated successfully, but these errors were encountered: