1
0
Fork 0

update: update dependency mocha to v7.2.0 (#62)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-05-29 19:53:56 -05:00 committed by GitHub
parent 55e5247a3e
commit e61c7a07ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@
"eslint-plugin-no-null": "1.0.2", "eslint-plugin-no-null": "1.0.2",
"eslint-plugin-sonarjs": "0.5.0", "eslint-plugin-sonarjs": "0.5.0",
"lodash": "4.17.15", "lodash": "4.17.15",
"mocha": "7.1.2", "mocha": "7.2.0",
"mock-fs": "4.12.0", "mock-fs": "4.12.0",
"noicejs": "3.0.1", "noicejs": "3.0.1",
"nyc": "15.0.1", "nyc": "15.0.1",

View File

@ -2643,10 +2643,10 @@ mkdirp@^0.5.3:
dependencies: dependencies:
minimist "^1.2.5" minimist "^1.2.5"
mocha@7.1.2: mocha@7.2.0:
version "7.1.2" version "7.2.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-7.1.2.tgz#8e40d198acf91a52ace122cd7599c9ab857b29e6" resolved "https://artifacts.apextoaster.com/repository/group-npm/mocha/-/mocha-7.2.0.tgz#01cc227b00d875ab1eed03a75106689cfed5a604"
integrity sha512-o96kdRKMKI3E8U0bjnfqW4QMk12MwZ4mhdBTf+B5a1q9+aq2HRnj+3ZdJu0B/ZhJeK78MgYuv6L8d/rA5AeBJA== integrity sha512-O9CIypScywTVpNaRrCAgoUnJgozpIofjKUYmJhiCIJMiuYnLI6otcb1/kpW9/n/tJODHGZ7i8aLQoDVsMtOKQQ==
dependencies: dependencies:
ansi-colors "3.2.3" ansi-colors "3.2.3"
browser-stdout "1.3.1" browser-stdout "1.3.1"