Skip to content

Commit 8ffd806

Browse files
chore(deps-dev): bump nyc from 15.1.0 to 17.1.0
Bumps [nyc](https://github.com/istanbuljs/nyc) from 15.1.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@v15.1.0...nyc-v17.1.0) --- updated-dependencies: - dependency-name: nyc dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 26220a4 commit 8ffd806

2 files changed

Lines changed: 49 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"mocha-multi-reporters": "^1.5.1",
175175
"multer": "^2.0.2",
176176
"nock": "^13.5.6",
177-
"nyc": "^15.1.0",
177+
"nyc": "^17.1.0",
178178
"octokit": "^5.0.3",
179179
"opentracing": ">=0.14.7",
180180
"proxyquire": "^2.1.3",

yarn.lock

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.5.tgz#a8a4962e1567121ac0b3b487f52107443b455c7f"
1717
integrity sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==
1818

19-
"@babel/core@^7.5.5", "@babel/core@^7.7.5":
19+
"@babel/core@^7.23.9", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
2020
version "7.28.5"
2121
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
2222
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
@@ -116,7 +116,7 @@
116116
"@babel/template" "^7.27.2"
117117
"@babel/types" "^7.28.4"
118118

119-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
119+
"@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
120120
version "7.28.5"
121121
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
122122
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
@@ -412,7 +412,7 @@
412412
js-yaml "^3.13.1"
413413
resolve-from "^5.0.0"
414414

415-
"@istanbuljs/schema@^0.1.2":
415+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
416416
version "0.1.3"
417417
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
418418
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
@@ -2281,7 +2281,7 @@ foreground-child@^2.0.0:
22812281
cross-spawn "^7.0.0"
22822282
signal-exit "^3.0.2"
22832283

2284-
foreground-child@^3.1.0:
2284+
foreground-child@^3.1.0, foreground-child@^3.3.0:
22852285
version "3.3.1"
22862286
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
22872287
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -2972,6 +2972,17 @@ istanbul-lib-instrument@^4.0.0:
29722972
istanbul-lib-coverage "^3.0.0"
29732973
semver "^6.3.0"
29742974

2975+
istanbul-lib-instrument@^6.0.2:
2976+
version "6.0.3"
2977+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
2978+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
2979+
dependencies:
2980+
"@babel/core" "^7.23.9"
2981+
"@babel/parser" "^7.23.9"
2982+
"@istanbuljs/schema" "^0.1.3"
2983+
istanbul-lib-coverage "^3.2.0"
2984+
semver "^7.5.4"
2985+
29752986
istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3:
29762987
version "2.0.3"
29772988
resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169"
@@ -3483,6 +3494,39 @@ nyc@^15.1.0:
34833494
test-exclude "^6.0.0"
34843495
yargs "^15.0.2"
34853496

3497+
nyc@^17.1.0:
3498+
version "17.1.0"
3499+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
3500+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
3501+
dependencies:
3502+
"@istanbuljs/load-nyc-config" "^1.0.0"
3503+
"@istanbuljs/schema" "^0.1.2"
3504+
caching-transform "^4.0.0"
3505+
convert-source-map "^1.7.0"
3506+
decamelize "^1.2.0"
3507+
find-cache-dir "^3.2.0"
3508+
find-up "^4.1.0"
3509+
foreground-child "^3.3.0"
3510+
get-package-type "^0.1.0"
3511+
glob "^7.1.6"
3512+
istanbul-lib-coverage "^3.0.0"
3513+
istanbul-lib-hook "^3.0.0"
3514+
istanbul-lib-instrument "^6.0.2"
3515+
istanbul-lib-processinfo "^2.0.2"
3516+
istanbul-lib-report "^3.0.0"
3517+
istanbul-lib-source-maps "^4.0.0"
3518+
istanbul-reports "^3.0.2"
3519+
make-dir "^3.0.0"
3520+
node-preload "^0.2.1"
3521+
p-map "^3.0.0"
3522+
process-on-spawn "^1.0.0"
3523+
resolve-from "^5.0.0"
3524+
rimraf "^3.0.0"
3525+
signal-exit "^3.0.2"
3526+
spawn-wrap "^2.0.0"
3527+
test-exclude "^6.0.0"
3528+
yargs "^15.0.2"
3529+
34863530
object-assign@^4.1.1:
34873531
version "4.1.1"
34883532
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

0 commit comments

Comments
 (0)