File tree Expand file tree Collapse file tree 5 files changed +711
-446
lines changed Expand file tree Collapse file tree 5 files changed +711
-446
lines changed Original file line number Diff line number Diff line change 17
17
},
18
18
"devDependencies" : {
19
19
"@aws-cdk/assert" : " 2.68.0" ,
20
- "@types/jest" : " 29.5.12 " ,
21
- "@types/node" : " 18.19.34 " ,
22
- "aws-cdk" : " 2.148.1 " ,
20
+ "@types/jest" : " 29.5.13 " ,
21
+ "@types/node" : " 18.19.54 " ,
22
+ "aws-cdk" : " 2.160.0 " ,
23
23
"jest" : " 29.7.0" ,
24
- "ts-jest" : " 29.1 .5" ,
24
+ "ts-jest" : " 29.2 .5" ,
25
25
"ts-node" : " 10.9.2" ,
26
- "typescript" : " 5.4.5 "
26
+ "typescript" : " 5.6.2 "
27
27
},
28
28
"dependencies" : {
29
29
"@types/tar" : " 6.1.13" ,
30
- "aws-cdk-lib" : " 2.146 .0" ,
30
+ "aws-cdk-lib" : " 2.160 .0" ,
31
31
"constructs" : " 10.3.0" ,
32
32
"source-map-support" : " 0.5.21" ,
33
33
"tar" : " 6.2.1"
Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ jobs:
80
80
shell : bash
81
81
82
82
- name : Notify Slack Success
83
- uses : slackapi/slack-github-action@v1.26 .0
83
+ uses : slackapi/slack-github-action@v1.27 .0
84
84
env :
85
85
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
86
86
with :
87
87
channel-id : ' coding-exercise-queue'
88
88
slack-message : ' :white_check_mark: Deployment to *dev* succeeded'
89
89
90
90
- name : Notify Slack Failure
91
- uses : slackapi/slack-github-action@v1.26 .0
91
+ uses : slackapi/slack-github-action@v1.27 .0
92
92
if : ${{ failure() }}
93
93
env :
94
94
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -141,15 +141,15 @@ jobs:
141
141
shell : bash
142
142
143
143
- name : Notify Slack Success
144
- uses : slackapi/slack-github-action@v1.26 .0
144
+ uses : slackapi/slack-github-action@v1.27 .0
145
145
env :
146
146
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
147
147
with :
148
148
channel-id : ' coding-exercise-queue'
149
149
slack-message : ' :white_check_mark: Deployment to *prod* succeeded'
150
150
151
151
- name : Notify Slack Failure
152
- uses : slackapi/slack-github-action@v1.26 .0
152
+ uses : slackapi/slack-github-action@v1.27 .0
153
153
if : ${{ failure() }}
154
154
env :
155
155
SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1
- 18.20.3
1
+ 18.20.4
Original file line number Diff line number Diff line change 29
29
"devDependencies" : {
30
30
"@types/chance" : " 1.1.6" ,
31
31
"@types/google-spreadsheet" : " 3.3.2" ,
32
- "@types/jest" : " 29.5.12 " ,
33
- "@types/node" : " 18.19.34 " ,
32
+ "@types/jest" : " 29.5.13 " ,
33
+ "@types/node" : " 18.19.54 " ,
34
34
"@types/node-cron" : " 3.0.11" ,
35
35
"@typescript-eslint/eslint-plugin" : " 6.21.0" ,
36
36
"@typescript-eslint/parser" : " 6.21.0" ,
37
- "@slack/types" : " 2.12 .0" ,
38
- "chance" : " 1.1.11 " ,
39
- "eslint" : " 8.57.0 " ,
37
+ "@slack/types" : " 2.14 .0" ,
38
+ "chance" : " 1.1.12 " ,
39
+ "eslint" : " 8.57.1 " ,
40
40
"eslint-plugin-only-warn" : " 1.1.0" ,
41
- "husky" : " 9.0.11 " ,
41
+ "husky" : " 9.1.6 " ,
42
42
"jest" : " 29.7.0" ,
43
- "prettier" : " 3.3.2 " ,
44
- "ts-jest" : " 29.1 .5" ,
43
+ "prettier" : " 3.3.3 " ,
44
+ "ts-jest" : " 29.2 .5" ,
45
45
"ts-node" : " 10.9.2" ,
46
- "tslib" : " 2.6.3 " ,
47
- "typescript" : " 5.4.5 "
46
+ "tslib" : " 2.7.0 " ,
47
+ "typescript" : " 5.6.2 "
48
48
},
49
49
"dependencies" : {
50
- "@slack/bolt" : " 3.18.0 " ,
50
+ "@slack/bolt" : " 3.21.4 " ,
51
51
"dotenv" : " 16.4.5" ,
52
52
"google-spreadsheet" : " 3.3.0" ,
53
53
"lock" : " 1.1.0" ,
54
54
"node-cron" : " 3.0.3" ,
55
- "tsup" : " 8.1 .0"
55
+ "tsup" : " 8.3 .0"
56
56
}
57
57
}
You can’t perform that action at this time.
0 commit comments