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

Merge pull request #334 from nttgin/dependabot/npm_and_yarn/dev/mocha-8.1.3

Bump mocha from 8.1.2 to 8.1.3
This commit is contained in:
Massimo Candela
2020-08-31 15:55:01 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4460,9 +4460,9 @@
} }
}, },
"mocha": { "mocha": {
"version": "8.1.2", "version": "8.1.3",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.2.tgz", "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.3.tgz",
"integrity": "sha512-I8FRAcuACNMLQn3lS4qeWLxXqLvGf6r2CaLstDpZmMUUSmvW6Cnm1AuHxgbc7ctZVRcfwspCRbDHymPsi3dkJw==", "integrity": "sha512-ZbaYib4hT4PpF4bdSO2DohooKXIn4lDeiYqB+vTmCdr6l2woW0b6H3pf5x4sM5nwQMru9RvjjHYWVGltR50ZBw==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-colors": "4.1.1", "ansi-colors": "4.1.1",

View File

@@ -33,7 +33,7 @@
"@babel/preset-env": "^7.11.0", "@babel/preset-env": "^7.11.0",
"chai": "^4.2.0", "chai": "^4.2.0",
"chai-subset": "^1.6.0", "chai-subset": "^1.6.0",
"mocha": "^8.1.2", "mocha": "^8.1.3",
"nodemon": "^2.0.4", "nodemon": "^2.0.4",
"pkg": "^4.4.9", "pkg": "^4.4.9",
"read-last-lines": "^1.7.2", "read-last-lines": "^1.7.2",