Skip to content

Commit 0b3d2cf

Browse files
authored
feat: Bump dependencies. (#915)
This causes nyc to use final release of babel 7.
1 parent 3b95858 commit 0b3d2cf

File tree

4 files changed

+109
-92
lines changed

4 files changed

+109
-92
lines changed

package-lock.json

+102-85
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@
7676
"archy": "^1.0.0",
7777
"arrify": "^1.0.1",
7878
"caching-transform": "^2.0.0",
79-
"convert-source-map": "^1.5.1",
79+
"convert-source-map": "^1.6.0",
8080
"debug-log": "^1.0.1",
8181
"find-cache-dir": "^2.0.0",
8282
"find-up": "^3.0.0",
8383
"foreground-child": "^1.5.6",
84-
"glob": "^7.1.2",
84+
"glob": "^7.1.3",
8585
"istanbul-lib-coverage": "^2.0.1",
8686
"istanbul-lib-hook": "^2.0.1",
87-
"istanbul-lib-instrument": "^2.3.2",
88-
"istanbul-lib-report": "^2.0.1",
87+
"istanbul-lib-instrument": "^3.0.0",
88+
"istanbul-lib-report": "^2.0.2",
8989
"istanbul-lib-source-maps": "^2.0.1",
90-
"istanbul-reports": "^2.0.0",
90+
"istanbul-reports": "^2.0.1",
9191
"make-dir": "^1.3.0",
9292
"merge-source-map": "^1.1.0",
9393
"resolve-from": "^4.0.0",

test/fixtures/cli/external-instrumenter.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/src/nyc-tap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require('chai').should()
4343
require('tap').mochaGlobals()
4444

4545
// modules lazy-loaded when first file is instrumented.
46-
const LAZY_LOAD_COUNT = 268
46+
const LAZY_LOAD_COUNT = 267
4747

4848
describe('nyc', function () {
4949
describe('cwd', function () {

0 commit comments

Comments
 (0)