Skip to content

Commit c40f4c5

Browse files
fix: update all non-major dependencies
1 parent 791ef53 commit c40f4c5

File tree

5 files changed

+711
-446
lines changed

5 files changed

+711
-446
lines changed

.aws/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
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.13",
21+
"@types/node": "18.19.54",
22+
"aws-cdk": "2.160.0",
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.2"
2727
},
2828
"dependencies": {
2929
"@types/tar": "6.1.13",
30-
"aws-cdk-lib": "2.146.0",
30+
"aws-cdk-lib": "2.160.0",
3131
"constructs": "10.3.0",
3232
"source-map-support": "0.5.21",
3333
"tar": "6.2.1"

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.0
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.0
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.0
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.0
153153
if: ${{ failure() }}
154154
env:
155155
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.3
1+
18.20.4

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@
2929
"devDependencies": {
3030
"@types/chance": "1.1.6",
3131
"@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",
3434
"@types/node-cron": "3.0.11",
3535
"@typescript-eslint/eslint-plugin": "6.21.0",
3636
"@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",
4040
"eslint-plugin-only-warn": "1.1.0",
41-
"husky": "9.0.11",
41+
"husky": "9.1.6",
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.7.0",
47+
"typescript": "5.6.2"
4848
},
4949
"dependencies": {
50-
"@slack/bolt": "3.18.0",
50+
"@slack/bolt": "3.21.4",
5151
"dotenv": "16.4.5",
5252
"google-spreadsheet": "3.3.0",
5353
"lock": "1.1.0",
5454
"node-cron": "3.0.3",
55-
"tsup": "8.1.0"
55+
"tsup": "8.3.0"
5656
}
5757
}

0 commit comments

Comments
 (0)