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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Jasmine core - include via dev dependencies?

Altneu opened this issue · comments

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

jasmine/jasmine@3b77f38#diff-3c2f8da4061d4489b0e5166eb05524c1R258

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