Skip to content

Commit

Permalink
chore(deps): update readiness (#141)
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 Feb 28, 2024
1 parent 29efced commit a90cd76
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 211 deletions.
8 changes: 4 additions & 4 deletions readiness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/readiness",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "pnpm run type:check && esbuild --bundle --platform=node --target=node18 --outdir=dist src/index.ts",
"start": "node dist/index.js",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@bpinternal/log4bot": "0.0.4",
"chalk": "^4.1.2",
"chalk": "^5.0.0",
"express": "^4.18.2",
"ioredis": "^5.2.4",
"node-fetch": "^3.3.1",
Expand All @@ -27,9 +27,9 @@
"@types/chalk": "^2.2.0",
"@types/express": "^4.17.15",
"@types/ioredis": "^5.0.0",
"@types/node": "18.11.18",
"@types/node": "18.19.20",
"@types/pg": "^8.6.6",
"esbuild": "^0.17.19",
"esbuild": "^0.20.0",
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit a90cd76

Please sign in to comment.