Merge pull request #11421 from openlayers/dependabot/npm_and_yarn/mocha-8.1.1

Bump mocha from 8.1.0 to 8.1.1
This commit is contained in:
Andreas Hocevar
2020-08-10 14:05:07 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9010,9 +9010,9 @@
"dev": true
},
"mocha": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.0.tgz",
"integrity": "sha512-sI0gaI1I/jPVu3KFpnveWGadfe3JNBAENqgTUPgLZAUppu725zS2mrVztzAgIR8DUscuS4doEBTx9LATC+HSeA==",
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-8.1.1.tgz",
"integrity": "sha512-p7FuGlYH8t7gaiodlFreseLxEmxTgvyG9RgPHODFPySNhwUehu8NIb0vdSt3WFckSneswZ0Un5typYcWElk7HQ==",
"dev": true,
"requires": {
"ansi-colors": "4.1.1",

View File

@@ -85,7 +85,7 @@
"karma-webpack": "^4.0.0-rc.2",
"loglevelnext": "^4.0.1",
"marked": "1.1.1",
"mocha": "8.1.0",
"mocha": "8.1.1",
"pixelmatch": "^5.1.0",
"pngjs": "^5.0.0",
"proj4": "2.6.2",