File tree Expand file tree Collapse file tree 7 files changed +125
-114
lines changed
src/modules/recurringMessage Expand file tree Collapse file tree 7 files changed +125
-114
lines changed Original file line number Diff line number Diff line change 3939 uses : docker/setup-buildx-action@v3
4040
4141 - name : Login to Heroku
42- uses : akhileshns/heroku-deploy@v3.12.14
42+ uses : akhileshns/heroku-deploy@v3.13.15
4343 with :
4444 heroku_api_key : ${{secrets.HEROKU_API_KEY}}
4545 heroku_app_name : ' '
Original file line number Diff line number Diff line change 1- 21.5 .0
1+ 21.6 .0
Original file line number Diff line number Diff line change 1- FROM node:21.5 .0-alpine as base
1+ FROM node:21.6 .0-alpine as base
22
33WORKDIR /app
44
@@ -28,7 +28,7 @@ RUN pnpm prune --prod && \
2828 pnpm install --production --frozen-lockfile --offline && \
2929 pnpm store prune
3030
31- FROM node:21.5 .0-alpine as application
31+ FROM node:21.6 .0-alpine as application
3232
3333WORKDIR /app
3434
Original file line number Diff line number Diff line change 55
66services :
77 redis :
8- image : redis:7.2.3 -alpine
8+ image : redis:7.2.4 -alpine
99 ports :
1010 - ' 6379:6379'
1111 volumes :
Original file line number Diff line number Diff line change 1515 "check" : " run-s check:*"
1616 },
1717 "dependencies" : {
18- "@keyv/redis" : " 2.8.1 " ,
18+ "@keyv/redis" : " 2.8.3 " ,
1919 "cheerio" : " 1.0.0-rc.12" ,
2020 "constant-case" : " 3.0.4" ,
2121 "cron" : " 3.1.6" ,
2626 "zod" : " 3.22.4"
2727 },
2828 "devDependencies" : {
29- "@types/node" : " 20.10.6 " ,
30- "@typescript-eslint/eslint-plugin" : " 6.17 .0" ,
31- "@typescript-eslint/parser" : " 6.17 .0" ,
29+ "@types/node" : " 20.11.5 " ,
30+ "@typescript-eslint/eslint-plugin" : " 6.19 .0" ,
31+ "@typescript-eslint/parser" : " 6.19 .0" ,
3232 "dotenv" : " 16.3.1" ,
3333 "eslint" : " 8.56.0" ,
3434 "eslint-import-resolver-typescript" : " 3.6.1" ,
3838 "eslint-plugin-sonarjs" : " 0.23.0" ,
3939 "eslint-plugin-unused-imports" : " 3.0.0" ,
4040 "npm-run-all" : " 4.1.5" ,
41- "prettier" : " 3.1.1 " ,
41+ "prettier" : " 3.2.4 " ,
4242 "tsup" : " 8.0.1" ,
4343 "type-fest" : " 4.9.0" ,
4444 "typescript" : " 5.3.3" ,
45- "vitest" : " 1.1 .1"
45+ "vitest" : " 1.2 .1"
4646 },
47- "packageManager" : " pnpm@8.13 .1" ,
47+ "packageManager" : " pnpm@8.14 .1" ,
4848 "engines" : {
49- "node" : " 21.5 .0"
49+ "node" : " 21.6 .0"
5050 }
5151}
You can’t perform that action at this time.
0 commit comments