Skip to content

Commit

Permalink
fix(deps): update dependency chalk to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 12, 2023
1 parent 292d01f commit 24453a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javascript/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@grpc/proto-loader": "0.7.8",
"@prisma/client": "5.0.0",
"chalk": "4.1.2",
"chalk": "5.3.0",
"grpc": "1.24.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typescript/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@grpc/proto-loader": "0.7.8",
"@prisma/client": "5.0.0",
"chalk": "4.1.2",
"chalk": "5.3.0",
"grpc": "1.24.11",
"protobufjs": "7.2.4"
},
Expand Down

0 comments on commit 24453a2

Please sign in to comment.