mocha 6.1.3 → 6.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/mocha.js +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# 6.1.4 / 2019-04-18
|
|
2
|
+
|
|
3
|
+
## :lock: Security Fixes
|
|
4
|
+
|
|
5
|
+
- [#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
7
|
# 6.1.3 / 2019-04-11
|
|
2
8
|
|
|
3
9
|
## :bug: Fixes
|
package/mocha.js
CHANGED
|
@@ -18069,7 +18069,7 @@ function hasOwnProperty(obj, prop) {
|
|
|
18069
18069
|
},{"./support/isBuffer":88,"_process":69,"inherits":56}],90:[function(require,module,exports){
|
|
18070
18070
|
module.exports={
|
|
18071
18071
|
"name": "mocha",
|
|
18072
|
-
"version": "6.1.
|
|
18072
|
+
"version": "6.1.4",
|
|
18073
18073
|
"homepage": "https://mochajs.org/",
|
|
18074
18074
|
"notifyLogo": "https://ibin.co/4QuRuGjXvl36.png"
|
|
18075
18075
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mocha",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.4",
|
|
4
4
|
"description": "simple, flexible, fun test framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mocha",
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"Berker Peksag <berker.peksag@gmail.com>",
|
|
76
76
|
"berni <berni@extensa.pl>",
|
|
77
77
|
"Bjørge Næss <bjoerge@origo.no>",
|
|
78
|
+
"Bjorn Stromberg <bjorn@bjornstar.com>",
|
|
78
79
|
"Brendan Nee <brendan.nee@gmail.com>",
|
|
79
80
|
"Brian Beck <exogen@gmail.com>",
|
|
80
81
|
"Brian Lalor <blalor@bravo5.org>",
|
|
@@ -512,7 +513,7 @@
|
|
|
512
513
|
"glob": "7.1.3",
|
|
513
514
|
"growl": "1.10.5",
|
|
514
515
|
"he": "1.2.0",
|
|
515
|
-
"js-yaml": "3.13.
|
|
516
|
+
"js-yaml": "3.13.1",
|
|
516
517
|
"log-symbols": "2.2.0",
|
|
517
518
|
"minimatch": "3.0.4",
|
|
518
519
|
"mkdirp": "0.5.1",
|