Skip to content

Commit c720a5c

Browse files
committed
test: bump nyc dev-dependency from v15 to v17
1 parent ee3f034 commit c720a5c

File tree

2 files changed

+115
-71
lines changed

2 files changed

+115
-71
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: 114 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -19,39 +19,39 @@
1919
js-tokens "^4.0.0"
2020
picocolors "^1.1.1"
2121

22-
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.26.5":
23-
version "7.26.8"
24-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
25-
integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
22+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.26.5", "@babel/compat-data@^7.27.2":
23+
version "7.27.5"
24+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.5.tgz#7d0658ec1a8420fc866d1df1b03bea0e79934c82"
25+
integrity sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==
2626

27-
"@babel/core@^7.5.5", "@babel/core@^7.7.5":
28-
version "7.26.10"
29-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9"
30-
integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==
27+
"@babel/core@^7.23.9", "@babel/core@^7.5.5", "@babel/core@^7.7.5":
28+
version "7.27.4"
29+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
30+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
3131
dependencies:
3232
"@ampproject/remapping" "^2.2.0"
33-
"@babel/code-frame" "^7.26.2"
34-
"@babel/generator" "^7.26.10"
35-
"@babel/helper-compilation-targets" "^7.26.5"
36-
"@babel/helper-module-transforms" "^7.26.0"
37-
"@babel/helpers" "^7.26.10"
38-
"@babel/parser" "^7.26.10"
39-
"@babel/template" "^7.26.9"
40-
"@babel/traverse" "^7.26.10"
41-
"@babel/types" "^7.26.10"
33+
"@babel/code-frame" "^7.27.1"
34+
"@babel/generator" "^7.27.3"
35+
"@babel/helper-compilation-targets" "^7.27.2"
36+
"@babel/helper-module-transforms" "^7.27.3"
37+
"@babel/helpers" "^7.27.4"
38+
"@babel/parser" "^7.27.4"
39+
"@babel/template" "^7.27.2"
40+
"@babel/traverse" "^7.27.4"
41+
"@babel/types" "^7.27.3"
4242
convert-source-map "^2.0.0"
4343
debug "^4.1.0"
4444
gensync "^1.0.0-beta.2"
4545
json5 "^2.2.3"
4646
semver "^6.3.1"
4747

48-
"@babel/generator@^7.26.10":
49-
version "7.26.10"
50-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.10.tgz#a60d9de49caca16744e6340c3658dfef6138c3f7"
51-
integrity sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==
48+
"@babel/generator@^7.26.10", "@babel/generator@^7.27.3":
49+
version "7.27.5"
50+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c"
51+
integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw==
5252
dependencies:
53-
"@babel/parser" "^7.26.10"
54-
"@babel/types" "^7.26.10"
53+
"@babel/parser" "^7.27.5"
54+
"@babel/types" "^7.27.3"
5555
"@jridgewell/gen-mapping" "^0.3.5"
5656
"@jridgewell/trace-mapping" "^0.3.25"
5757
jsesc "^3.0.2"
@@ -63,33 +63,33 @@
6363
dependencies:
6464
"@babel/types" "^7.25.9"
6565

66-
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.26.5":
67-
version "7.26.5"
68-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
69-
integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
66+
"@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.26.5", "@babel/helper-compilation-targets@^7.27.2":
67+
version "7.27.2"
68+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
69+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
7070
dependencies:
71-
"@babel/compat-data" "^7.26.5"
72-
"@babel/helper-validator-option" "^7.25.9"
71+
"@babel/compat-data" "^7.27.2"
72+
"@babel/helper-validator-option" "^7.27.1"
7373
browserslist "^4.24.0"
7474
lru-cache "^5.1.1"
7575
semver "^6.3.1"
7676

77-
"@babel/helper-module-imports@^7.25.9":
78-
version "7.25.9"
79-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
80-
integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
77+
"@babel/helper-module-imports@^7.25.9", "@babel/helper-module-imports@^7.27.1":
78+
version "7.27.1"
79+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
80+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
8181
dependencies:
82-
"@babel/traverse" "^7.25.9"
83-
"@babel/types" "^7.25.9"
82+
"@babel/traverse" "^7.27.1"
83+
"@babel/types" "^7.27.1"
8484

85-
"@babel/helper-module-transforms@^7.26.0":
86-
version "7.26.0"
87-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
88-
integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
85+
"@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.3":
86+
version "7.27.3"
87+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02"
88+
integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg==
8989
dependencies:
90-
"@babel/helper-module-imports" "^7.25.9"
91-
"@babel/helper-validator-identifier" "^7.25.9"
92-
"@babel/traverse" "^7.25.9"
90+
"@babel/helper-module-imports" "^7.27.1"
91+
"@babel/helper-validator-identifier" "^7.27.1"
92+
"@babel/traverse" "^7.27.3"
9393

9494
"@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.8.0":
9595
version "7.26.5"
@@ -106,23 +106,23 @@
106106
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
107107
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
108108

109-
"@babel/helper-validator-option@^7.25.9":
110-
version "7.25.9"
111-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
112-
integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
109+
"@babel/helper-validator-option@^7.25.9", "@babel/helper-validator-option@^7.27.1":
110+
version "7.27.1"
111+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
112+
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
113113

114-
"@babel/helpers@^7.26.10", "@babel/helpers@^7.27.3":
115-
version "7.27.3"
116-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.3.tgz#387d65d279290e22fe7a47a8ffcd2d0c0184edd0"
117-
integrity sha512-h/eKy9agOya1IGuLaZ9tEUgz+uIRXcbtOhRtUyyMf8JFmn1iT13vnl/IGVWSkdOCG/pC57U4S1jnAabAavTMwg==
114+
"@babel/helpers@^7.26.10", "@babel/helpers@^7.27.3", "@babel/helpers@^7.27.4":
115+
version "7.27.6"
116+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
117+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
118118
dependencies:
119119
"@babel/template" "^7.27.2"
120-
"@babel/types" "^7.27.3"
120+
"@babel/types" "^7.27.6"
121121

122-
"@babel/parser@^7.26.10", "@babel/parser@^7.27.2":
123-
version "7.27.3"
124-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.3.tgz#1b7533f0d908ad2ac545c4d05cbe2fb6dc8cfaaf"
125-
integrity sha512-xyYxRj6+tLNDTWi0KCBcZ9V7yg3/lwL9DWh9Uwh/RIVlIfFidggcgxKX3GCXwCiswwcGRawBKbEg2LG/Y8eJhw==
122+
"@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.27.4", "@babel/parser@^7.27.5":
123+
version "7.27.5"
124+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
125+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
126126
dependencies:
127127
"@babel/types" "^7.27.3"
128128

@@ -185,23 +185,23 @@
185185
"@babel/parser" "^7.27.2"
186186
"@babel/types" "^7.27.1"
187187

188-
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10":
189-
version "7.26.10"
190-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
191-
integrity sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==
188+
"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4":
189+
version "7.27.4"
190+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
191+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
192192
dependencies:
193-
"@babel/code-frame" "^7.26.2"
194-
"@babel/generator" "^7.26.10"
195-
"@babel/parser" "^7.26.10"
196-
"@babel/template" "^7.26.9"
197-
"@babel/types" "^7.26.10"
193+
"@babel/code-frame" "^7.27.1"
194+
"@babel/generator" "^7.27.3"
195+
"@babel/parser" "^7.27.4"
196+
"@babel/template" "^7.27.2"
197+
"@babel/types" "^7.27.3"
198198
debug "^4.3.1"
199199
globals "^11.1.0"
200200

201-
"@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3":
202-
version "7.27.3"
203-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec"
204-
integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==
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":
202+
version "7.27.6"
203+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
204+
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
205205
dependencies:
206206
"@babel/helper-string-parser" "^7.27.1"
207207
"@babel/helper-validator-identifier" "^7.27.1"
@@ -396,7 +396,7 @@
396396
js-yaml "^3.13.1"
397397
resolve-from "^5.0.0"
398398

399-
"@istanbuljs/schema@^0.1.2":
399+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
400400
version "0.1.3"
401401
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
402402
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
@@ -2351,7 +2351,7 @@ foreground-child@^2.0.0:
23512351
cross-spawn "^7.0.0"
23522352
signal-exit "^3.0.2"
23532353

2354-
foreground-child@^3.1.0:
2354+
foreground-child@^3.1.0, foreground-child@^3.3.0:
23552355
version "3.3.1"
23562356
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
23572357
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -3043,6 +3043,17 @@ istanbul-lib-instrument@^4.0.0:
30433043
istanbul-lib-coverage "^3.0.0"
30443044
semver "^6.3.0"
30453045

3046+
istanbul-lib-instrument@^6.0.2:
3047+
version "6.0.3"
3048+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
3049+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
3050+
dependencies:
3051+
"@babel/core" "^7.23.9"
3052+
"@babel/parser" "^7.23.9"
3053+
"@istanbuljs/schema" "^0.1.3"
3054+
istanbul-lib-coverage "^3.2.0"
3055+
semver "^7.5.4"
3056+
30463057
istanbul-lib-processinfo@^2.0.2, istanbul-lib-processinfo@^2.0.3:
30473058
version "2.0.3"
30483059
resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz#366d454cd0dcb7eb6e0e419378e60072c8626169"
@@ -3626,6 +3637,39 @@ nyc@^15.1.0:
36263637
test-exclude "^6.0.0"
36273638
yargs "^15.0.2"
36283639

3640+
nyc@^17.1.0:
3641+
version "17.1.0"
3642+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
3643+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
3644+
dependencies:
3645+
"@istanbuljs/load-nyc-config" "^1.0.0"
3646+
"@istanbuljs/schema" "^0.1.2"
3647+
caching-transform "^4.0.0"
3648+
convert-source-map "^1.7.0"
3649+
decamelize "^1.2.0"
3650+
find-cache-dir "^3.2.0"
3651+
find-up "^4.1.0"
3652+
foreground-child "^3.3.0"
3653+
get-package-type "^0.1.0"
3654+
glob "^7.1.6"
3655+
istanbul-lib-coverage "^3.0.0"
3656+
istanbul-lib-hook "^3.0.0"
3657+
istanbul-lib-instrument "^6.0.2"
3658+
istanbul-lib-processinfo "^2.0.2"
3659+
istanbul-lib-report "^3.0.0"
3660+
istanbul-lib-source-maps "^4.0.0"
3661+
istanbul-reports "^3.0.2"
3662+
make-dir "^3.0.0"
3663+
node-preload "^0.2.1"
3664+
p-map "^3.0.0"
3665+
process-on-spawn "^1.0.0"
3666+
resolve-from "^5.0.0"
3667+
rimraf "^3.0.0"
3668+
signal-exit "^3.0.2"
3669+
spawn-wrap "^2.0.0"
3670+
test-exclude "^6.0.0"
3671+
yargs "^15.0.2"
3672+
36293673
object-assign@^4.1.1:
36303674
version "4.1.1"
36313675
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"

0 commit comments

Comments
 (0)