Skip to content

Commit d848c98

Browse files
dependabot[bot]begin-again
authored andcommitted
Bump nyc from 17.0.0 to 17.1.0
Bumps [nyc](https://github.com/istanbuljs/nyc) from 17.0.0 to 17.1.0. - [Release notes](https://github.com/istanbuljs/nyc/releases) - [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md) - [Commits](istanbuljs/nyc@nyc-v17.0.0...nyc-v17.1.0) --- updated-dependencies: - dependency-name: nyc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d4584c commit d848c98

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-node": "^11.1.0",
3030
"mocha": "^10.6.0",
3131
"mock-fs": "^5.2.0",
32-
"nyc": "^17.0.0",
32+
"nyc": "^17.1.0",
3333
"proxyquire": "^2.1.3",
3434
"randomatic": "^3.1.1",
3535
"sinon": "^18.0.0",

yarn.lock

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,6 +1596,16 @@ __metadata:
15961596
languageName: node
15971597
linkType: hard
15981598

1599+
"foreground-child@npm:^3.3.0":
1600+
version: 3.3.0
1601+
resolution: "foreground-child@npm:3.3.0"
1602+
dependencies:
1603+
cross-spawn: "npm:^7.0.0"
1604+
signal-exit: "npm:^4.0.1"
1605+
checksum: 10/e3a60480f3a09b12273ce2c5fcb9514d98dd0e528f58656a1b04680225f918d60a2f81f6a368f2f3b937fcee9cfc0cbf16f1ad9a0bc6a3a6e103a84c9a90087e
1606+
languageName: node
1607+
linkType: hard
1608+
15991609
"fromentries@npm:^1.2.0":
16001610
version: 1.3.2
16011611
resolution: "fromentries@npm:1.3.2"
@@ -2577,7 +2587,7 @@ __metadata:
25772587
luxon: "npm:^3.5.0"
25782588
mocha: "npm:^10.6.0"
25792589
mock-fs: "npm:^5.2.0"
2580-
nyc: "npm:^17.0.0"
2590+
nyc: "npm:^17.1.0"
25812591
proxyquire: "npm:^2.1.3"
25822592
randomatic: "npm:^3.1.1"
25832593
semver: "npm:^7.6.3"
@@ -2684,9 +2694,9 @@ __metadata:
26842694
languageName: node
26852695
linkType: hard
26862696

2687-
"nyc@npm:^17.0.0":
2688-
version: 17.0.0
2689-
resolution: "nyc@npm:17.0.0"
2697+
"nyc@npm:^17.1.0":
2698+
version: 17.1.0
2699+
resolution: "nyc@npm:17.1.0"
26902700
dependencies:
26912701
"@istanbuljs/load-nyc-config": "npm:^1.0.0"
26922702
"@istanbuljs/schema": "npm:^0.1.2"
@@ -2695,7 +2705,7 @@ __metadata:
26952705
decamelize: "npm:^1.2.0"
26962706
find-cache-dir: "npm:^3.2.0"
26972707
find-up: "npm:^4.1.0"
2698-
foreground-child: "npm:^2.0.0"
2708+
foreground-child: "npm:^3.3.0"
26992709
get-package-type: "npm:^0.1.0"
27002710
glob: "npm:^7.1.6"
27012711
istanbul-lib-coverage: "npm:^3.0.0"
@@ -2717,7 +2727,7 @@ __metadata:
27172727
yargs: "npm:^15.0.2"
27182728
bin:
27192729
nyc: bin/nyc.js
2720-
checksum: 10/b20627f4875ac79861255bfc9abfaa2589bcb2b8e59ab0f8a4905e4fba80ba55be92ca408426f2d3a6a9786f79331b1e48404aa8f89208d8c11695c68d188b26
2730+
checksum: 10/08ce3aeac3b1903e82d0b9c95779420d5dba86a04e79a36e2f551bb51aa304f508373de7f5c027198754402e966e177b5dbdf61bbfab0a3b30708675d5105caf
27212731
languageName: node
27222732
linkType: hard
27232733

0 commit comments

Comments
 (0)