Skip to content

Commit

Permalink
fix: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 2b318eb commit acc0535
Show file tree
Hide file tree
Showing 5 changed files with 1,293 additions and 933 deletions.
14 changes: 7 additions & 7 deletions .aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
},
"devDependencies": {
"@aws-cdk/assert": "2.68.0",
"@types/jest": "29.5.12",
"@types/node": "18.19.34",
"aws-cdk": "2.148.1",
"@types/jest": "29.5.13",
"@types/node": "18.19.58",
"aws-cdk": "2.163.1",
"jest": "29.7.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.4.5"
"typescript": "5.6.3"
},
"dependencies": {
"@types/tar": "6.1.13",
"aws-cdk-lib": "2.146.0",
"constructs": "10.3.0",
"aws-cdk-lib": "2.163.1",
"constructs": "10.4.2",
"source-map-support": "0.5.21",
"tar": "6.2.1"
}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ jobs:
shell: bash

- name: Notify Slack Success
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
channel-id: 'coding-exercise-queue'
slack-message: ':white_check_mark: Deployment to *dev* succeeded'

- name: Notify Slack Failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down Expand Up @@ -141,15 +141,15 @@ jobs:
shell: bash

- name: Notify Slack Success
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
with:
channel-id: 'coding-exercise-queue'
slack-message: ':white_check_mark: Deployment to *prod* succeeded'

- name: Notify Slack Failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() }}
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.3
18.20.4
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,33 @@
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@slack/types": "2.12.0",
"@slack/types": "2.14.0",
"@types/chance": "1.1.6",
"@types/google-spreadsheet": "3.3.2",
"@types/jest": "29.5.12",
"@types/node": "18.19.34",
"@types/jest": "29.5.13",
"@types/node": "18.19.58",
"@types/node-cron": "3.0.11",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"chance": "1.1.11",
"eslint": "8.57.0",
"chance": "1.1.12",
"eslint": "8.57.1",
"eslint-plugin-only-warn": "1.1.0",
"husky": "9.0.11",
"husky": "9.1.6",
"jest": "29.7.0",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.4.5"
"tslib": "2.8.0",
"typescript": "5.6.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/s3-request-presigner": "^3.665.0",
"@slack/bolt": "3.18.0",
"@slack/bolt": "3.22.0",
"dotenv": "16.4.5",
"google-spreadsheet": "3.3.0",
"lock": "1.1.0",
"node-cron": "3.0.3",
"tsup": "8.1.0"
"tsup": "8.3.0"
}
}
Loading

0 comments on commit acc0535

Please sign in to comment.