Skip to content

Commit bb95261

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 c83912e commit bb95261

File tree

2 files changed

+153
-3
lines changed

2 files changed

+153
-3
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: 152 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.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.3":
115185
version "7.27.3"
116186
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
@@ -119,6 +189,21 @@
119189
"@babel/template" "^7.27.2"
120190
"@babel/types" "^7.27.3"
121191

192+
"@babel/helpers@^7.27.6":
193+
version "7.27.6"
194+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
195+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
196+
dependencies:
197+
"@babel/template" "^7.27.2"
198+
"@babel/types" "^7.27.6"
199+
200+
"@babel/parser@^7.23.9", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7":
201+
version "7.27.7"
202+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
203+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
204+
dependencies:
205+
"@babel/types" "^7.27.7"
206+
122207
"@babel/parser@^7.26.10", "@babel/parser@^7.27.2":
123208
version "7.27.3"
124209
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
@@ -198,6 +283,19 @@
198283
debug "^4.3.1"
199284
globals "^11.1.0"
200285

286+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7":
287+
version "7.27.7"
288+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
289+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
290+
dependencies:
291+
"@babel/code-frame" "^7.27.1"
292+
"@babel/generator" "^7.27.5"
293+
"@babel/parser" "^7.27.7"
294+
"@babel/template" "^7.27.2"
295+
"@babel/types" "^7.27.7"
296+
debug "^4.3.1"
297+
globals "^11.1.0"
298+
201299
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3":
202300
version "7.27.3"
203301
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
@@ -206,6 +304,14 @@
206304
"@babel/helper-string-parser" "^7.27.1"
207305
"@babel/helper-validator-identifier" "^7.27.1"
208306

307+
"@babel/types@^7.27.6", "@babel/types@^7.27.7":
308+
version "7.27.7"
309+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
310+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
311+
dependencies:
312+
"@babel/helper-string-parser" "^7.27.1"
313+
"@babel/helper-validator-identifier" "^7.27.1"
314+
209315
"@datadog/libdatadog@^0.7.0":
210316
version "0.7.0"
211317
resolved "https://registry.yarnpkg.com/@datadog/libdatadog/-/libdatadog-0.7.0.tgz#81e07d3040c628892db697ccd01ae3c4d2a76315"
@@ -396,7 +502,7 @@
396502
js-yaml "^3.13.1"
397503
resolve-from "^5.0.0"
398504

399-
"@istanbuljs/schema@^0.1.2":
505+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
400506
version "0.1.3"
401507
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
402508
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
@@ -2351,7 +2457,7 @@ foreground-child@^2.0.0:
23512457
cross-spawn "^7.0.0"
23522458
signal-exit "^3.0.2"
23532459

2354-
foreground-child@^3.1.0:
2460+
foreground-child@^3.1.0, foreground-child@^3.3.0:
23552461
version "3.3.1"
23562462
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
23572463
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -3043,6 +3149,17 @@ istanbul-lib-instrument@^4.0.0:
30433149
istanbul-lib-coverage "^3.0.0"
30443150
semver "^6.3.0"
30453151

3152+
istanbul-lib-instrument@^6.0.2:
3153+
version "6.0.3"
3154+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
3155+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
3156+
dependencies:
3157+
"@babel/core" "^7.23.9"
3158+
"@babel/parser" "^7.23.9"
3159+
"@istanbuljs/schema" "^0.1.3"
3160+
istanbul-lib-coverage "^3.2.0"
3161+
semver "^7.5.4"
3162+
30463163
istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3:
30473164
version "2.0.3"
30483165
resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169"
@@ -3626,6 +3743,39 @@ nyc@^15.1.0:
36263743
test-exclude "^6.0.0"
36273744
yargs "^15.0.2"
36283745

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

0 commit comments

Comments
 (0)