Skip to content

Commit 8ba5c89

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 464af85 commit 8ba5c89

File tree

2 files changed

+138
-4
lines changed

2 files changed

+138
-4
lines changed

package.json

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

yarn.lock

Lines changed: 137 additions & 3 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.27.7"
29+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.7.tgz#7fd698e531050cce432b073ab64857b99e0f3804"
30+
integrity sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ==
31+
32+
"@babel/core@^7.23.9":
33+
version "7.27.7"
34+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428"
35+
integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==
36+
dependencies:
37+
"@ampproject/remapping" "^2.2.0"
38+
"@babel/code-frame" "^7.27.1"
39+
"@babel/generator" "^7.27.5"
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.27.7"
44+
"@babel/template" "^7.27.2"
45+
"@babel/traverse" "^7.27.7"
46+
"@babel/types" "^7.27.7"
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.27.5":
86+
version "7.27.5"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
88+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
89+
dependencies:
90+
"@babel/parser" "^7.27.5"
91+
"@babel/types" "^7.27.3"
92+
"@jridgewell/gen-mapping" "^0.3.5"
93+
"@jridgewell/trace-mapping" "^0.3.25"
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,17 @@
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+
77125
"@babel/helper-module-imports@^7.25.9":
78126
version "7.25.9"
79127
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
@@ -82,6 +130,14 @@
82130
"@babel/traverse" "^7.25.9"
83131
"@babel/types" "^7.25.9"
84132

133+
"@babel/helper-module-imports@^7.27.1":
134+
version "7.27.1"
135+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
136+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
137+
dependencies:
138+
"@babel/traverse" "^7.27.1"
139+
"@babel/types" "^7.27.1"
140+
85141
"@babel/helper-module-transforms@^7.26.0":
86142
version "7.26.0"
87143
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
@@ -91,6 +147,15 @@
91147
"@babel/helper-validator-identifier" "^7.25.9"
92148
"@babel/traverse" "^7.25.9"
93149

150+
"@babel/helper-module-transforms@^7.27.3":
151+
version "7.27.3"
152+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
153+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
154+
dependencies:
155+
"@babel/helper-module-imports" "^7.27.1"
156+
"@babel/helper-validator-identifier" "^7.27.1"
157+
"@babel/traverse" "^7.27.3"
158+
94159
"@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0":
95160
version "7.26.5"
96161
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
@@ -111,6 +176,11 @@
111176
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
112177
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
113178

179+
"@babel/helper-validator-option@^7.27.1":
180+
version "7.27.1"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
182+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
183+
114184
"@babel/helpers@^7.26.10", "@babel/helpers@^7.27.6":
115185
version "7.27.6"
116186
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
@@ -119,6 +189,13 @@
119189
"@babel/template" "^7.27.2"
120190
"@babel/types" "^7.27.6"
121191

192+
"@babel/parser@^7.23.9", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
193+
version "7.27.7"
194+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
195+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
196+
dependencies:
197+
"@babel/types" "^7.27.7"
198+
122199
"@babel/parser@^7.26.10", "@babel/parser@^7.27.2":
123200
version "7.27.3"
124201
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
@@ -198,7 +275,20 @@
198275
debug "^4.3.1"
199276
globals "^11.1.0"
200277

201-
"@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":
278+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7":
279+
version "7.27.7"
280+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
281+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
282+
dependencies:
283+
"@babel/code-frame" "^7.27.1"
284+
"@babel/generator" "^7.27.5"
285+
"@babel/parser" "^7.27.7"
286+
"@babel/template" "^7.27.2"
287+
"@babel/types" "^7.27.7"
288+
debug "^4.3.1"
289+
globals "^11.1.0"
290+
291+
"@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", "@babel/types@^7.27.7":
202292
version "7.27.7"
203293
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
204294
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
@@ -396,7 +486,7 @@
396486
js-yaml "^3.13.1"
397487
resolve-from "^5.0.0"
398488

399-
"@istanbuljs/schema@^0.1.2":
489+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
400490
version "0.1.3"
401491
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
402492
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
@@ -2376,7 +2466,7 @@ foreground-child@^2.0.0:
23762466
cross-spawn "^7.0.0"
23772467
signal-exit "^3.0.2"
23782468

2379-
foreground-child@^3.1.0:
2469+
foreground-child@^3.1.0, foreground-child@^3.3.0:
23802470
version "3.3.1"
23812471
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
23822472
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -3071,6 +3161,17 @@ istanbul-lib-instrument@^4.0.0:
30713161
istanbul-lib-coverage "^3.0.0"
30723162
semver "^6.3.0"
30733163

3164+
istanbul-lib-instrument@^6.0.2:
3165+
version "6.0.3"
3166+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
3167+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
3168+
dependencies:
3169+
"@babel/core" "^7.23.9"
3170+
"@babel/parser" "^7.23.9"
3171+
"@istanbuljs/schema" "^0.1.3"
3172+
istanbul-lib-coverage "^3.2.0"
3173+
semver "^7.5.4"
3174+
30743175
istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3:
30753176
version "2.0.3"
30763177
resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169"
@@ -3649,6 +3750,39 @@ nyc@^15.1.0:
36493750
test-exclude "^6.0.0"
36503751
yargs "^15.0.2"
36513752

3753+
nyc@^17.1.0:
3754+
version "17.1.0"
3755+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
3756+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
3757+
dependencies:
3758+
"@istanbuljs/load-nyc-config" "^1.0.0"
3759+
"@istanbuljs/schema" "^0.1.2"
3760+
caching-transform "^4.0.0"
3761+
convert-source-map "^1.7.0"
3762+
decamelize "^1.2.0"
3763+
find-cache-dir "^3.2.0"
3764+
find-up "^4.1.0"
3765+
foreground-child "^3.3.0"
3766+
get-package-type "^0.1.0"
3767+
glob "^7.1.6"
3768+
istanbul-lib-coverage "^3.0.0"
3769+
istanbul-lib-hook "^3.0.0"
3770+
istanbul-lib-instrument "^6.0.2"
3771+
istanbul-lib-processinfo "^2.0.2"
3772+
istanbul-lib-report "^3.0.0"
3773+
istanbul-lib-source-maps "^4.0.0"
3774+
istanbul-reports "^3.0.2"
3775+
make-dir "^3.0.0"
3776+
node-preload "^0.2.1"
3777+
p-map "^3.0.0"
3778+
process-on-spawn "^1.0.0"
3779+
resolve-from "^5.0.0"
3780+
rimraf "^3.0.0"
3781+
signal-exit "^3.0.2"
3782+
spawn-wrap "^2.0.0"
3783+
test-exclude "^6.0.0"
3784+
yargs "^15.0.2"
3785+
36523786
object-assign@^4.1.1:
36533787
version "4.1.1"
36543788
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

0 commit comments

Comments
 (0)