Skip to content

Commit

Permalink
fix(deps): update readiness (#325)
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] committed Jun 10, 2024
1 parent ec666ef commit acf6ae0
Show file tree
Hide file tree
Showing 2 changed files with 820 additions and 818 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.12",
"version": "0.0.13",
"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": {
"@aws-sdk/client-dynamodb": "^3.565.0",
"@bpinternal/log4bot": "0.0.11",
"@bpinternal/log4bot": "0.0.14",
"chalk": "4.1.2",
"express": "^4.18.2",
"ioredis": "^5.2.4",
Expand All @@ -26,9 +26,9 @@
"devDependencies": {
"@tsconfig/node18-strictest": "^1.0.0",
"@types/express": "^4.17.15",
"@types/node": "18.19.31",
"@types/node": "18.19.34",
"@types/pg": "^8.6.6",
"esbuild": "^0.20.0",
"esbuild": "^0.21.0",
"typescript": "5.4.5"
},
"engines": {
Expand Down
Loading

0 comments on commit acf6ae0

Please sign in to comment.