jeremyfa / yaml.js

Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.
MIT License
888 stars 145 forks source link

Issue with Jasmine core - include via dev dependencies? #125

Open Altneu opened 5 years ago

Altneu commented 5 years ago

The jasmine library explicitly included in the test folder is old, there are a few security issues like this one...

https://github.com/jasmine/jasmine/commit/3b77f3818846ea68bcdcd7b0b734b48cb1f69cc1#diff-3c2f8da4061d4489b0e5166eb05524c1R258

Is there a reason that is explicitly included? Can it be included via dev dependencies and reference the latest?