Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: mocha @ 6.1.3 .. 6.1.4

CHANGELOG.md

@@ -1,3 +1,9 @@
+# 6.1.4 / 2019-04-18
+
+## :lock: Security Fixes
+
+- [#3877](https://github.com/mochajs/mocha/issues/3877): Upgrade [js-yaml](https://npm.im/js-yaml), addressing [code injection vulnerability](https://www.npmjs.com/advisories/813) ([**@bjornstar**](https://github.com/bjornstar))
+
# 6.1.3 / 2019-04-11
## :bug: Fixes

mocha.js

@@ -18069,7 +18069,7 @@
},{"./support/isBuffer":88,"_process":69,"inherits":56}],90:[function(require,module,exports){
module.exports={
"name": "mocha",
- "version": "6.1.3",
+ "version": "6.1.4",
"homepage": "https://mochajs.org/",
"notifyLogo": "https://ibin.co/4QuRuGjXvl36.png"
}

package.json

@@ -1,6 +1,6 @@
{
"name": "mocha",
- "version": "6.1.3",
+ "version": "6.1.4",
"description": "simple, flexible, fun test framework",
"keywords": [
"mocha",
@@ -75,6 +75,7 @@
"Berker Peksag <berker.peksag@gmail.com>",
"berni <berni@extensa.pl>",
"Bjørge Næss <bjoerge@origo.no>",
+ "Bjorn Stromberg <bjorn@bjornstar.com>",
"Brendan Nee <brendan.nee@gmail.com>",
"Brian Beck <exogen@gmail.com>",
"Brian Lalor <blalor@bravo5.org>",
@@ -512,7 +513,7 @@
"glob": "7.1.3",
"growl": "1.10.5",
"he": "1.2.0",
- "js-yaml": "3.13.0",
+ "js-yaml": "3.13.1",
"log-symbols": "2.2.0",
"minimatch": "3.0.4",
"mkdirp": "0.5.1",