Skip to content

Commit

Permalink
fix(deps): update readiness (#484)
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 Nov 19, 2024
1 parent 90901b9 commit 39270ef
Show file tree
Hide file tree
Showing 2 changed files with 796 additions and 1,386 deletions.
12 changes: 6 additions & 6 deletions readiness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/readiness",
"version": "0.0.14",
"version": "0.0.15",
"scripts": {
"build": "pnpm run check:type && esbuild --bundle --platform=node --target=node18 --outdir=dist src/index.ts",
"start": "node dist/index.js",
Expand All @@ -13,22 +13,22 @@
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.565.0",
"@bpinternal/log4bot": "0.0.14",
"@bpinternal/log4bot": "0.0.22",
"chalk": "4.1.2",
"express": "^4.18.2",
"ioredis": "^5.2.4",
"node-fetch": "^3.3.1",
"pg": "8.12.0",
"pg": "8.13.1",
"redis": "^4.6.4",
"zod": "^3.20.6"
},
"devDependencies": {
"@tsconfig/node18-strictest": "^1.0.0",
"@types/express": "^4.17.15",
"@types/node": "18.19.34",
"@types/node": "18.19.64",
"@types/pg": "^8.6.6",
"esbuild": "^0.21.0",
"typescript": "5.4.5"
"esbuild": "^0.24.0",
"typescript": "5.6.3"
},
"engines": {
"node": ">=16.0.0",
Expand Down
Loading

0 comments on commit 39270ef

Please sign in to comment.