Update dev dependencies

- mocha to 7.x
- nyc to 15.x

Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
This commit is contained in:
Miroslav Bajtoš 2020-04-03 09:43:34 +02:00
parent f1f7bf2031
commit b1766518a8
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@
"eslint": "^6.7.2",
"eslint-config-loopback": "^13.0.0",
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"should": "^13.2.3",
"typescript": "^3.2.2"
},