Skip to content

Commit

Permalink
fix(deps): update readiness (#210)
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 Mar 18, 2024
1 parent 74c058f commit 0851fdc
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
4 changes: 2 additions & 2 deletions readiness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/readiness",
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"build": "pnpm run type:check && esbuild --bundle --platform=node --target=node18 --outdir=dist src/index.ts",
"start": "node dist/index.js",
Expand All @@ -13,7 +13,7 @@
"ready": "./bin.js"
},
"dependencies": {
"@bpinternal/log4bot": "0.0.8",
"@bpinternal/log4bot": "0.0.9",
"chalk": "4.1.2",
"express": "^4.18.2",
"ioredis": "^5.2.4",
Expand Down
152 changes: 76 additions & 76 deletions readiness/pnpm-lock.yaml

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

0 comments on commit 0851fdc

Please sign in to comment.