Skip to content

Commit 9df0c2f

Browse files
committed
chore: update nyc to latest version
1 parent ecce729 commit 9df0c2f

2 files changed

Lines changed: 21 additions & 20 deletions

File tree

package.json

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

yarn.lock

Lines changed: 20 additions & 19 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.7.5":
19+
"@babel/core@^7.23.9":
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==
@@ -104,7 +104,7 @@
104104
"@babel/template" "^7.27.2"
105105
"@babel/types" "^7.28.4"
106106

107-
"@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
107+
"@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.5":
108108
version "7.28.5"
109109
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
110110
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
@@ -334,7 +334,7 @@
334334
js-yaml "^3.13.1"
335335
resolve-from "^5.0.0"
336336

337-
"@istanbuljs/schema@^0.1.2":
337+
"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3":
338338
version "0.1.3"
339339
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
340340
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
@@ -1985,7 +1985,7 @@ foreground-child@^2.0.0:
19851985
cross-spawn "^7.0.0"
19861986
signal-exit "^3.0.2"
19871987

1988-
foreground-child@^3.1.0:
1988+
foreground-child@^3.1.0, foreground-child@^3.3.0:
19891989
version "3.3.1"
19901990
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
19911991
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
@@ -2596,15 +2596,16 @@ istanbul-lib-hook@^3.0.0:
25962596
dependencies:
25972597
append-transform "^2.0.0"
25982598

2599-
istanbul-lib-instrument@^4.0.0:
2600-
version "4.0.3"
2601-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
2602-
integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
2599+
istanbul-lib-instrument@^6.0.2:
2600+
version "6.0.3"
2601+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
2602+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
26032603
dependencies:
2604-
"@babel/core" "^7.7.5"
2605-
"@istanbuljs/schema" "^0.1.2"
2606-
istanbul-lib-coverage "^3.0.0"
2607-
semver "^6.3.0"
2604+
"@babel/core" "^7.23.9"
2605+
"@babel/parser" "^7.23.9"
2606+
"@istanbuljs/schema" "^0.1.3"
2607+
istanbul-lib-coverage "^3.2.0"
2608+
semver "^7.5.4"
26082609

26092610
istanbul-lib-processinfo@^2.0.2:
26102611
version "2.0.3"
@@ -3029,10 +3030,10 @@ node-releases@^2.0.27:
30293030
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.27.tgz#eedca519205cf20f650f61d56b070db111231e4e"
30303031
integrity sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==
30313032

3032-
nyc@^15.1.0:
3033-
version "15.1.0"
3034-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-15.1.0.tgz#1335dae12ddc87b6e249d5a1994ca4bdaea75f02"
3035-
integrity sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==
3033+
nyc@^17.1.0:
3034+
version "17.1.0"
3035+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
3036+
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
30363037
dependencies:
30373038
"@istanbuljs/load-nyc-config" "^1.0.0"
30383039
"@istanbuljs/schema" "^0.1.2"
@@ -3041,12 +3042,12 @@ nyc@^15.1.0:
30413042
decamelize "^1.2.0"
30423043
find-cache-dir "^3.2.0"
30433044
find-up "^4.1.0"
3044-
foreground-child "^2.0.0"
3045+
foreground-child "^3.3.0"
30453046
get-package-type "^0.1.0"
30463047
glob "^7.1.6"
30473048
istanbul-lib-coverage "^3.0.0"
30483049
istanbul-lib-hook "^3.0.0"
3049-
istanbul-lib-instrument "^4.0.0"
3050+
istanbul-lib-instrument "^6.0.2"
30503051
istanbul-lib-processinfo "^2.0.2"
30513052
istanbul-lib-report "^3.0.0"
30523053
istanbul-lib-source-maps "^4.0.0"
@@ -3594,7 +3595,7 @@ semifies@^1.0.0:
35943595
resolved "https://registry.yarnpkg.com/semifies/-/semifies-1.0.0.tgz#b69569f32c2ba2ac04f705ea82831364289b2ae2"
35953596
integrity sha512-xXR3KGeoxTNWPD4aBvL5NUpMTT7WMANr3EWnaS190QVkY52lqqcVRD7Q05UVbBhiWDGWMlJEUam9m7uFFGVScw==
35963597

3597-
semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
3598+
semver@^6.0.0, semver@^6.3.1:
35983599
version "6.3.1"
35993600
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
36003601
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==

0 commit comments

Comments
 (0)