Skip to content

Commit f2063b1

Browse files
chore(deps-dev): bump nyc from 17.0.0 to 17.1.0 (#298)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd35337 commit f2063b1

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-prettier": "^5.2.1",
2222
"eslint-plugin-simple-import-sort": "^12.1.1",
2323
"mocha": "^10.8.2",
24-
"nyc": "^17.0.0",
24+
"nyc": "^17.1.0",
2525
"prettier": "^3.3.3",
2626
"proxyquire": "^2.1.3",
2727
"sinon": "^18.0.0"

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,6 +1536,14 @@ foreground-child@^2.0.0:
15361536
cross-spawn "^7.0.0"
15371537
signal-exit "^3.0.2"
15381538

1539+
foreground-child@^3.3.0:
1540+
version "3.3.0"
1541+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
1542+
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
1543+
dependencies:
1544+
cross-spawn "^7.0.0"
1545+
signal-exit "^4.0.1"
1546+
15391547
fromentries@^1.2.0:
15401548
version "1.3.2"
15411549
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
@@ -2376,10 +2384,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
23762384
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
23772385
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
23782386

2379-
nyc@^17.0.0:
2380-
version "17.0.0"
2381-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.0.0.tgz#d8943407584242a448a70290b15bb72207fac9fd"
2382-
integrity sha512-ISp44nqNCaPugLLGGfknzQwSwt10SSS5IMoPR7GLoMAyS18Iw5js8U7ga2VF9lYuMZ42gOHr3UddZw4WZltxKg==
2387+
nyc@^17.1.0:
2388+
version "17.1.0"
2389+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
2390+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
23832391
dependencies:
23842392
"@istanbuljs/load-nyc-config" "^1.0.0"
23852393
"@istanbuljs/schema" "^0.1.2"
@@ -2388,7 +2396,7 @@ nyc@^17.0.0:
23882396
decamelize "^1.2.0"
23892397
find-cache-dir "^3.2.0"
23902398
find-up "^4.1.0"
2391-
foreground-child "^2.0.0"
2399+
foreground-child "^3.3.0"
23922400
get-package-type "^0.1.0"
23932401
glob "^7.1.6"
23942402
istanbul-lib-coverage "^3.0.0"
@@ -2892,6 +2900,11 @@ signal-exit@^3.0.2:
28922900
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
28932901
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
28942902

2903+
signal-exit@^4.0.1:
2904+
version "4.1.0"
2905+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
2906+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
2907+
28952908
sinon@^18.0.0:
28962909
version "18.0.0"
28972910
resolved "https://registry.yarnpkg.com/sinon/-/sinon-18.0.0.tgz#69ca293dbc3e82590a8b0d46c97f63ebc1e5fc01"

0 commit comments

Comments
 (0)