Skip to content

Commit

Permalink
chore: ⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Aug 27, 2024
1 parent f26b68c commit c095055
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
"keywords": ["versia", "mastodon", "api", "typescript", "rest"],
"packageManager": "bun@1.1.8",
"dependencies": {
"@badgateway/oauth2-client": "^2.3.0"
"@badgateway/oauth2-client": "^2.4.1"
}
}
2 changes: 1 addition & 1 deletion federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"magic-regexp": "^0.8.0",
"mime-types": "^2.1.35",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0"
"zod-validation-error": "^3.3.1"
},
"devDependencies": {
"@types/mime-types": "^2.1.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/bun": "^1.1.7",
"@types/bun": "^1.1.8",
"@types/node": "^22.5.0",
"bun-plugin-dts": "^0.2.3"
},
"trustedDependencies": ["@biomejs/biome"],
"dependencies": {
"chalk": "^5.3.0",
"ora": "^8.0.1"
"ora": "^8.1.0"
}
}

0 comments on commit c095055

Please sign in to comment.