File tree 7 files changed +125
-114
lines changed
src/modules/recurringMessage
7 files changed +125
-114
lines changed Original file line number Diff line number Diff line change 39
39
uses : docker/setup-buildx-action@v3
40
40
41
41
- name : Login to Heroku
42
- uses : akhileshns/heroku-deploy@v3.12.14
42
+ uses : akhileshns/heroku-deploy@v3.13.15
43
43
with :
44
44
heroku_api_key : ${{secrets.HEROKU_API_KEY}}
45
45
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
2
2
3
3
WORKDIR /app
4
4
@@ -28,7 +28,7 @@ RUN pnpm prune --prod && \
28
28
pnpm install --production --frozen-lockfile --offline && \
29
29
pnpm store prune
30
30
31
- FROM node:21.5 .0-alpine as application
31
+ FROM node:21.6 .0-alpine as application
32
32
33
33
WORKDIR /app
34
34
Original file line number Diff line number Diff line change 5
5
6
6
services :
7
7
redis :
8
- image : redis:7.2.3 -alpine
8
+ image : redis:7.2.4 -alpine
9
9
ports :
10
10
- ' 6379:6379'
11
11
volumes :
Original file line number Diff line number Diff line change 15
15
"check" : " run-s check:*"
16
16
},
17
17
"dependencies" : {
18
- "@keyv/redis" : " 2.8.1 " ,
18
+ "@keyv/redis" : " 2.8.3 " ,
19
19
"cheerio" : " 1.0.0-rc.12" ,
20
20
"constant-case" : " 3.0.4" ,
21
21
"cron" : " 3.1.6" ,
26
26
"zod" : " 3.22.4"
27
27
},
28
28
"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" ,
32
32
"dotenv" : " 16.3.1" ,
33
33
"eslint" : " 8.56.0" ,
34
34
"eslint-import-resolver-typescript" : " 3.6.1" ,
38
38
"eslint-plugin-sonarjs" : " 0.23.0" ,
39
39
"eslint-plugin-unused-imports" : " 3.0.0" ,
40
40
"npm-run-all" : " 4.1.5" ,
41
- "prettier" : " 3.1.1 " ,
41
+ "prettier" : " 3.2.4 " ,
42
42
"tsup" : " 8.0.1" ,
43
43
"type-fest" : " 4.9.0" ,
44
44
"typescript" : " 5.3.3" ,
45
- "vitest" : " 1.1 .1"
45
+ "vitest" : " 1.2 .1"
46
46
},
47
- "packageManager" : " pnpm@8.13 .1" ,
47
+ "packageManager" : " pnpm@8.14 .1" ,
48
48
"engines" : {
49
- "node" : " 21.5 .0"
49
+ "node" : " 21.6 .0"
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments