Merge pull request #21036 from atom/mocha-junit-reporter-2.0.0

⬆️ mocha-junit-reporter@2.0.0
This commit is contained in:
Sadick
2020-09-18 19:25:35 +03:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5168,9 +5168,9 @@
}
},
"mocha-junit-reporter": {
"version": "1.23.1",
"resolved": "https://registry.npmjs.org/mocha-junit-reporter/-/mocha-junit-reporter-1.23.1.tgz",
"integrity": "sha512-qeDvKlZyAH2YJE1vhryvjUQ06t2hcnwwu4k5Ddwn0GQINhgEYFhlGM0DwYCVUHq5cuo32qAW6HDsTHt7zz99Ng==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/mocha-junit-reporter/-/mocha-junit-reporter-2.0.0.tgz",
"integrity": "sha512-20HoWh2HEfhqmigfXOKUhZQyX23JImskc37ZOhIjBKoBEsb+4cAFRJpAVhFpnvsztLklW/gFVzsrobjLwmX4lA==",
"requires": {
"debug": "^2.2.0",
"md5": "^2.1.0",

View File

@@ -122,7 +122,7 @@
"metrics": "https://www.atom.io/api/packages/metrics/versions/1.8.1/tarball",
"minimatch": "^3.0.3",
"mocha": "2.5.1",
"mocha-junit-reporter": "^1.13.0",
"mocha-junit-reporter": "2.0.0",
"mocha-multi-reporters": "^1.1.4",
"mock-spawn": "^0.2.6",
"normalize-package-data": "^2.0.0",