Skip to content

Commit ef2c4ff

Browse files
Bump nyc from 15.1.0 to 17.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 9b78af9 commit ef2c4ff

File tree

2 files changed

+171
-3
lines changed

2 files changed

+171
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"mocha": "^11.6.0",
147147
"multer": "^2.0.1",
148148
"nock": "^11.9.1",
149-
"nyc": "^15.1.0",
149+
"nyc": "^17.1.0",
150150
"octokit": "^5.0.3",
151151
"proxyquire": "^1.8.0",
152152
"rimraf": "^3.0.2",

yarn.lock

Lines changed: 170 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,32 @@
2424
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
2525
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
2626

27+
"@babel/compat-data@^7.27.2":
28+
version "7.28.0"
29+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
30+
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
31+
32+
"@babel/core@^7.23.9":
33+
version "7.28.0"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
35+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
36+
dependencies:
37+
"@ampproject/remapping" "^2.2.0"
38+
"@babel/code-frame" "^7.27.1"
39+
"@babel/generator" "^7.28.0"
40+
"@babel/helper-compilation-targets" "^7.27.2"
41+
"@babel/helper-module-transforms" "^7.27.3"
42+
"@babel/helpers" "^7.27.6"
43+
"@babel/parser" "^7.28.0"
44+
"@babel/template" "^7.27.2"
45+
"@babel/traverse" "^7.28.0"
46+
"@babel/types" "^7.28.0"
47+
convert-source-map "^2.0.0"
48+
debug "^4.1.0"
49+
gensync "^1.0.0-beta.2"
50+
json5 "^2.2.3"
51+
semver "^6.3.1"
52+
2753
"@babel/core@^7.5.5", "@babel/core@^7.7.5":
2854
version "7.26.10"
2955
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
@@ -56,6 +82,17 @@
5682
"@jridgewell/trace-mapping" "^0.3.25"
5783
jsesc "^3.0.2"
5884

85+
"@babel/generator@^7.28.0":
86+
version "7.28.0"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.0.tgz#9cc2f7bd6eb054d77dc66c2664148a0c5118acd2"
88+
integrity sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg==
89+
dependencies:
90+
"@babel/parser" "^7.28.0"
91+
"@babel/types" "^7.28.0"
92+
"@jridgewell/gen-mapping" "^0.3.12"
93+
"@jridgewell/trace-mapping" "^0.3.28"
94+
jsesc "^3.0.2"
95+
5996
"@babel/helper-annotate-as-pure@^7.25.9":
6097
version "7.25.9"
6198
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
@@ -74,6 +111,22 @@
74111
lru-cache "^5.1.1"
75112
semver "^6.3.1"
76113

114+
"@babel/helper-compilation-targets@^7.27.2":
115+
version "7.27.2"
116+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
117+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
118+
dependencies:
119+
"@babel/compat-data" "^7.27.2"
120+
"@babel/helper-validator-option" "^7.27.1"
121+
browserslist "^4.24.0"
122+
lru-cache "^5.1.1"
123+
semver "^6.3.1"
124+
125+
"@babel/helper-globals@^7.28.0":
126+
version "7.28.0"
127+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
128+
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
129+
77130
"@babel/helper-module-imports@^7.25.9":
78131
version "7.25.9"
79132
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
@@ -82,6 +135,14 @@
82135
"@babel/traverse" "^7.25.9"
83136
"@babel/types" "^7.25.9"
84137

138+
"@babel/helper-module-imports@^7.27.1":
139+
version "7.27.1"
140+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
141+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
142+
dependencies:
143+
"@babel/traverse" "^7.27.1"
144+
"@babel/types" "^7.27.1"
145+
85146
"@babel/helper-module-transforms@^7.26.0":
86147
version "7.26.0"
87148
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
@@ -91,6 +152,15 @@
91152
"@babel/helper-validator-identifier" "^7.25.9"
92153
"@babel/traverse" "^7.25.9"
93154

155+
"@babel/helper-module-transforms@^7.27.3":
156+
version "7.27.3"
157+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
158+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
159+
dependencies:
160+
"@babel/helper-module-imports" "^7.27.1"
161+
"@babel/helper-validator-identifier" "^7.27.1"
162+
"@babel/traverse" "^7.27.3"
163+
94164
"@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0":
95165
version "7.26.5"
96166
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
@@ -111,6 +181,11 @@
111181
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
112182
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
113183

184+
"@babel/helper-validator-option@^7.27.1":
185+
version "7.27.1"
186+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
187+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
188+
114189
"@babel/helpers@^7.26.10", "@babel/helpers@^7.27.6":
115190
version "7.27.6"
116191
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
@@ -119,6 +194,13 @@
119194
"@babel/template" "^7.27.2"
120195
"@babel/types" "^7.27.6"
121196

197+
"@babel/parser@^7.23.9", "@babel/parser@^7.28.0":
198+
version "7.28.0"
199+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.0.tgz#979829fbab51a29e13901e5a80713dbcb840825e"
200+
integrity sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==
201+
dependencies:
202+
"@babel/types" "^7.28.0"
203+
122204
"@babel/parser@^7.26.10", "@babel/parser@^7.27.2":
123205
version "7.27.3"
124206
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
@@ -198,6 +280,19 @@
198280
debug "^4.3.1"
199281
globals "^11.1.0"
200282

283+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.28.0":
284+
version "7.28.0"
285+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.0.tgz#518aa113359b062042379e333db18380b537e34b"
286+
integrity sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==
287+
dependencies:
288+
"@babel/code-frame" "^7.27.1"
289+
"@babel/generator" "^7.28.0"
290+
"@babel/helper-globals" "^7.28.0"
291+
"@babel/parser" "^7.28.0"
292+
"@babel/template" "^7.27.2"
293+
"@babel/types" "^7.28.0"
294+
debug "^4.3.1"
295+
201296
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6":
202297
version "7.27.7"
203298
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
@@ -206,6 +301,14 @@
206301
"@babel/helper-string-parser" "^7.27.1"
207302
"@babel/helper-validator-identifier" "^7.27.1"
208303

304+
"@babel/types@^7.28.0":
305+
version "7.28.0"
306+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.0.tgz#2fd0159a6dc7353933920c43136335a9b264d950"
307+
integrity sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==
308+
dependencies:
309+
"@babel/helper-string-parser" "^7.27.1"
310+
"@babel/helper-validator-identifier" "^7.27.1"
311+
209312
"@datadog/libdatadog@0.7.0":
210313
version "0.7.0"
211314
resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.7.0.tgz#81e07d3040c628892db697ccd01ae3c4d2a76315"
@@ -396,11 +499,19 @@
396499
js-yaml "^3.13.1"
397500
resolve-from "^5.0.0"
398501

399-
"@istanbuljs/schema@^0.1.2":
502+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
400503
version "0.1.3"
401504
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
402505
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
403506

507+
"@jridgewell/gen-mapping@^0.3.12":
508+
version "0.3.12"
509+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
510+
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
511+
dependencies:
512+
"@jridgewell/sourcemap-codec" "^1.5.0"
513+
"@jridgewell/trace-mapping" "^0.3.24"
514+
404515
"@jridgewell/gen-mapping@^0.3.5":
405516
version "0.3.8"
406517
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz#4f0e06362e01362f823d348f1872b08f666d8142"
@@ -425,6 +536,11 @@
425536
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
426537
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
427538

539+
"@jridgewell/sourcemap-codec@^1.5.0":
540+
version "1.5.4"
541+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz#7358043433b2e5da569aa02cbc4c121da3af27d7"
542+
integrity sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==
543+
428544
"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
429545
version "0.3.25"
430546
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
@@ -433,6 +549,14 @@
433549
"@jridgewell/resolve-uri" "^3.1.0"
434550
"@jridgewell/sourcemap-codec" "^1.4.14"
435551

552+
"@jridgewell/trace-mapping@^0.3.28":
553+
version "0.3.29"
554+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.29.tgz#a58d31eaadaf92c6695680b2e1d464a9b8fbf7fc"
555+
integrity sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==
556+
dependencies:
557+
"@jridgewell/resolve-uri" "^3.1.0"
558+
"@jridgewell/sourcemap-codec" "^1.4.14"
559+
436560
"@msgpack/msgpack@^3.1.2":
437561
version "3.1.2"
438562
resolved "https://registry.yarnpkg.com/@msgpack/msgpack/-/msgpack-3.1.2.tgz#fdd25cc2202297519798bbaf4689152ad9609e19"
@@ -2376,7 +2500,7 @@ foreground-child@^2.0.0:
23762500
cross-spawn "^7.0.0"
23772501
signal-exit "^3.0.2"
23782502

2379-
foreground-child@^3.1.0:
2503+
foreground-child@^3.1.0, foreground-child@^3.3.0:
23802504
version "3.3.1"
23812505
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
23822506
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -3071,6 +3195,17 @@ istanbul-lib-instrument@^4.0.0:
30713195
istanbul-lib-coverage "^3.0.0"
30723196
semver "^6.3.0"
30733197

3198+
istanbul-lib-instrument@^6.0.2:
3199+
version "6.0.3"
3200+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
3201+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
3202+
dependencies:
3203+
"@babel/core" "^7.23.9"
3204+
"@babel/parser" "^7.23.9"
3205+
"@istanbuljs/schema" "^0.1.3"
3206+
istanbul-lib-coverage "^3.2.0"
3207+
semver "^7.5.4"
3208+
30743209
istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3:
30753210
version "2.0.3"
30763211
resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169"
@@ -3649,6 +3784,39 @@ nyc@^15.1.0:
36493784
test-exclude "^6.0.0"
36503785
yargs "^15.0.2"
36513786

3787+
nyc@^17.1.0:
3788+
version "17.1.0"
3789+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
3790+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
3791+
dependencies:
3792+
"@istanbuljs/load-nyc-config" "^1.0.0"
3793+
"@istanbuljs/schema" "^0.1.2"
3794+
caching-transform "^4.0.0"
3795+
convert-source-map "^1.7.0"
3796+
decamelize "^1.2.0"
3797+
find-cache-dir "^3.2.0"
3798+
find-up "^4.1.0"
3799+
foreground-child "^3.3.0"
3800+
get-package-type "^0.1.0"
3801+
glob "^7.1.6"
3802+
istanbul-lib-coverage "^3.0.0"
3803+
istanbul-lib-hook "^3.0.0"
3804+
istanbul-lib-instrument "^6.0.2"
3805+
istanbul-lib-processinfo "^2.0.2"
3806+
istanbul-lib-report "^3.0.0"
3807+
istanbul-lib-source-maps "^4.0.0"
3808+
istanbul-reports "^3.0.2"
3809+
make-dir "^3.0.0"
3810+
node-preload "^0.2.1"
3811+
p-map "^3.0.0"
3812+
process-on-spawn "^1.0.0"
3813+
resolve-from "^5.0.0"
3814+
rimraf "^3.0.0"
3815+
signal-exit "^3.0.2"
3816+
spawn-wrap "^2.0.0"
3817+
test-exclude "^6.0.0"
3818+
yargs "^15.0.2"
3819+
36523820
object-assign@^4.1.1:
36533821
version "4.1.1"
36543822
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

0 commit comments

Comments
 (0)