Skip to content

Commit

Permalink
chore(deps-dev): bump c8 from 10.1.2 to 10.1.3
Browse files Browse the repository at this point in the history
Bumps [c8](https://github.com/bcoe/c8) from 10.1.2 to 10.1.3.
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v10.1.2...v10.1.3)

---
updated-dependencies:
- dependency-name: c8
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent cf38297 commit ba5d29f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@kakang/unit": "^0.0.3",
"@types/node": "^22.10.1",
"c8": "^10.1.2",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"fastify": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cronjob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@kakang/unit": "^0.0.3",
"@types/node": "^22.10.1",
"c8": "^10.1.2",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@kakang/unit": "^0.0.3",
"@types/node": "^22.10.1",
"c8": "^10.1.2",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"fastify": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/multipart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@types/formidable": "^3.4.5",
"@types/node": "^22.10.1",
"busboy": "^1.6.0",
"c8": "^10.1.2",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"fastify": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@kakang/unit": "^0.0.3",
"@types/node": "^22.10.1",
"c8": "^10.1.2",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"fastify": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@kakang/unit": "^0.0.3",
"@types/node": "^22.10.1",
"c8": "^10.1.2",
"c8": "^10.1.3",
"cross-env": "^7.0.3",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
Expand Down
39 changes: 20 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba5d29f

Please sign in to comment.