1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Bump mocha from 7.0.0 to 7.0.1

Bumps [mocha](https://github.com/mochajs/mocha) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v7.0.0...v7.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-27 08:36:45 +00:00
committed by GitHub
parent 34d3852988
commit b69b9c1eff
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5589,9 +5589,9 @@
}
},
"mocha": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-7.0.0.tgz",
"integrity": "sha512-CirsOPbO3jU86YKjjMzFLcXIb5YiGLUrjrXFHoJ3e2z9vWiaZVCZQ2+gtRGMPWF+nFhN6AWwLM/juzAQ6KRkbA==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-7.0.1.tgz",
"integrity": "sha512-9eWmWTdHLXh72rGrdZjNbG3aa1/3NRPpul1z0D979QpEnFdCG0Q5tv834N+94QEN2cysfV72YocQ3fn87s70fg==",
"requires": {
"ansi-colors": "3.2.3",
"browser-stdout": "1.3.1",

View File

@@ -25,7 +25,7 @@
"@babel/preset-env": "^7.8.3",
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"mocha": "^7.0.0",
"mocha": "^7.0.1",
"nodemon": "^2.0.1",
"read-last-lines": "^1.7.2"
},