Skip to content

Commit

Permalink
refactor: updating commander, googleapis, markdown-it, prom-client deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pattishin committed Mar 8, 2024
1 parent bafb813 commit 954a15c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions/billing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@google-cloud/billing": "^4.0.0",
"@google-cloud/compute": "^4.0.0",
"google-auth-library": "^9.0.0",
"googleapis": "^126.0.0",
"googleapis": "^133.0.0",
"slack": "^11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion monitoring/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"dependencies": {
"express": "^4.17.1",
"prom-client": "^14.0.0",
"prom-client": "^15.0.0",
"sleep": "^6.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^5.0.4"
},
"dependencies": {
"commander": "^11.0.0",
"commander": "^12.0.0",
"eslint": "^8.53.0"
}
}
2 changes: 1 addition & 1 deletion run/markdown-preview/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"express": "^4.17.1",
"markdown-it": "^13.0.0"
"markdown-it": "^14.0.0"
},
"devDependencies": {
"c8": "^8.0.0",
Expand Down

0 comments on commit 954a15c

Please sign in to comment.