File tree Expand file tree Collapse file tree 5 files changed +1109
-1007
lines changed
Expand file tree Collapse file tree 5 files changed +1109
-1007
lines changed Original file line number Diff line number Diff line change 1717 },
1818 "devDependencies" : {
1919 "@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.14 " ,
21+ "@types/node" : " 18.19.64 " ,
22+ "aws-cdk" : " 2.167 .1" ,
2323 "jest" : " 29.7.0" ,
24- "ts-jest" : " 29.1 .5" ,
24+ "ts-jest" : " 29.2 .5" ,
2525 "ts-node" : " 10.9.2" ,
26- "typescript" : " 5.4.5 "
26+ "typescript" : " 5.6.3 "
2727 },
2828 "dependencies" : {
2929 "@types/tar" : " 6.1.13" ,
30- "aws-cdk-lib" : " 2.146.0 " ,
31- "constructs" : " 10.3.0 " ,
30+ "aws-cdk-lib" : " 2.167.1 " ,
31+ "constructs" : " 10.4.2 " ,
3232 "source-map-support" : " 0.5.21" ,
3333 "tar" : " 6.2.1"
3434 }
Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ jobs:
8080 shell : bash
8181
8282 - name : Notify Slack Success
83- uses : slackapi/slack-github-action@v1.26.0
83+ uses : slackapi/slack-github-action@v1.27.1
8484 env :
8585 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
8686 with :
8787 channel-id : ' coding-exercise-queue'
8888 slack-message : ' :white_check_mark: Deployment to *dev* succeeded'
8989
9090 - name : Notify Slack Failure
91- uses : slackapi/slack-github-action@v1.26.0
91+ uses : slackapi/slack-github-action@v1.27.1
9292 if : ${{ failure() }}
9393 env :
9494 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
@@ -141,15 +141,15 @@ jobs:
141141 shell : bash
142142
143143 - name : Notify Slack Success
144- uses : slackapi/slack-github-action@v1.26.0
144+ uses : slackapi/slack-github-action@v1.27.1
145145 env :
146146 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
147147 with :
148148 channel-id : ' coding-exercise-queue'
149149 slack-message : ' :white_check_mark: Deployment to *prod* succeeded'
150150
151151 - name : Notify Slack Failure
152- uses : slackapi/slack-github-action@v1.26.0
152+ uses : slackapi/slack-github-action@v1.27.1
153153 if : ${{ failure() }}
154154 env :
155155 SLACK_BOT_TOKEN : ${{ secrets.SLACK_BOT_TOKEN }}
Original file line number Diff line number Diff line change 1- 18.20.3
1+ 18.20.5
Original file line number Diff line number Diff line change 2727 "preinstall" : " npx only-allow pnpm"
2828 },
2929 "devDependencies" : {
30- "@slack/types" : " 2.12 .0" ,
30+ "@slack/types" : " 2.14 .0" ,
3131 "@types/chance" : " 1.1.6" ,
3232 "@types/google-spreadsheet" : " 3.3.2" ,
33- "@types/jest" : " 29.5.12 " ,
34- "@types/node" : " 18.19.34 " ,
33+ "@types/jest" : " 29.5.14 " ,
34+ "@types/node" : " 18.19.64 " ,
3535 "@types/node-cron" : " 3.0.11" ,
3636 "@typescript-eslint/eslint-plugin" : " 6.21.0" ,
3737 "@typescript-eslint/parser" : " 6.21.0" ,
38- "chance" : " 1.1.11 " ,
39- "eslint" : " 8.57.0 " ,
38+ "chance" : " 1.1.12 " ,
39+ "eslint" : " 8.57.1 " ,
4040 "eslint-plugin-only-warn" : " 1.1.0" ,
41- "husky" : " 9.0.11 " ,
41+ "husky" : " 9.1.7 " ,
4242 "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" ,
4545 "ts-node" : " 10.9.2" ,
46- "tslib" : " 2.6.3 " ,
47- "typescript" : " 5.4.5 "
46+ "tslib" : " 2.8.1 " ,
47+ "typescript" : " 5.6.3 "
4848 },
4949 "dependencies" : {
5050 "@aws-sdk/client-s3" : " ^3.665.0" ,
5151 "@aws-sdk/s3-request-presigner" : " ^3.665.0" ,
52- "@slack/bolt" : " 3.18 .0" ,
52+ "@slack/bolt" : " 3.22 .0" ,
5353 "dotenv" : " 16.4.5" ,
5454 "google-spreadsheet" : " 3.3.0" ,
5555 "lock" : " 1.1.0" ,
5656 "node-cron" : " 3.0.3" ,
57- "tsup" : " 8.1.0 "
57+ "tsup" : " 8.3.5 "
5858 }
5959}
You can’t perform that action at this time.
0 commit comments