Skip to content

Commit

Permalink
chore(deps): update dependency nyc to v17 (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent ff94895 commit 7759f97
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"husky": "9.1.4",
"miragejs": "^0.1.48",
"nock": "^13.5.3",
"nyc": "15.1.0",
"nyc": "17.1.0",
"prettier": "3.3.3",
"uuid": "9.0.1",
"vite": "^5.1.3",
Expand Down
49 changes: 48 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7725,6 +7725,16 @@ __metadata:
languageName: node
linkType: hard

"foreground-child@npm:^3.3.0":
version: 3.3.0
resolution: "foreground-child@npm:3.3.0"
dependencies:
cross-spawn: "npm:^7.0.0"
signal-exit: "npm:^4.0.1"
checksum: 10/e3a60480f3a09b12273ce2c5fcb9514d98dd0e528f58656a1b04680225f918d60a2f81f6a368f2f3b937fcee9cfc0cbf16f1ad9a0bc6a3a6e103a84c9a90087e
languageName: node
linkType: hard

"forever-agent@npm:~0.6.1":
version: 0.6.1
resolution: "forever-agent@npm:0.6.1"
Expand Down Expand Up @@ -8160,7 +8170,7 @@ __metadata:
i18next: "npm:^23.9.0"
miragejs: "npm:^0.1.48"
nock: "npm:^13.5.3"
nyc: "npm:15.1.0"
nyc: "npm:17.1.0"
prettier: "npm:3.3.3"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
Expand Down Expand Up @@ -10173,6 +10183,43 @@ __metadata:
languageName: node
linkType: hard

"nyc@npm:17.1.0":
version: 17.1.0
resolution: "nyc@npm:17.1.0"
dependencies:
"@istanbuljs/load-nyc-config": "npm:^1.0.0"
"@istanbuljs/schema": "npm:^0.1.2"
caching-transform: "npm:^4.0.0"
convert-source-map: "npm:^1.7.0"
decamelize: "npm:^1.2.0"
find-cache-dir: "npm:^3.2.0"
find-up: "npm:^4.1.0"
foreground-child: "npm:^3.3.0"
get-package-type: "npm:^0.1.0"
glob: "npm:^7.1.6"
istanbul-lib-coverage: "npm:^3.0.0"
istanbul-lib-hook: "npm:^3.0.0"
istanbul-lib-instrument: "npm:^6.0.2"
istanbul-lib-processinfo: "npm:^2.0.2"
istanbul-lib-report: "npm:^3.0.0"
istanbul-lib-source-maps: "npm:^4.0.0"
istanbul-reports: "npm:^3.0.2"
make-dir: "npm:^3.0.0"
node-preload: "npm:^0.2.1"
p-map: "npm:^3.0.0"
process-on-spawn: "npm:^1.0.0"
resolve-from: "npm:^5.0.0"
rimraf: "npm:^3.0.0"
signal-exit: "npm:^3.0.2"
spawn-wrap: "npm:^2.0.0"
test-exclude: "npm:^6.0.0"
yargs: "npm:^15.0.2"
bin:
nyc: bin/nyc.js
checksum: 10/08ce3aeac3b1903e82d0b9c95779420d5dba86a04e79a36e2f551bb51aa304f508373de7f5c027198754402e966e177b5dbdf61bbfab0a3b30708675d5105caf
languageName: node
linkType: hard

"object-assign@npm:^4.1.1":
version: 4.1.1
resolution: "object-assign@npm:4.1.1"
Expand Down

0 comments on commit 7759f97

Please sign in to comment.