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 Feb 20, 2025
1 parent c23e5ce commit becfcb6
Show file tree
Hide file tree
Showing 5 changed files with 556 additions and 450 deletions.
12 changes: 6 additions & 6 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.179.0",
"@types/jest": "29.5.14",
"@types/node": "18.19.76",
"aws-cdk": "2.1000.2",
"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.7.3"
},
"dependencies": {
"@types/tar": "6.1.13",
"aws-cdk-lib": "2.179.0",
"constructs": "10.3.0",
"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.1
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.1
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.1
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.1
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.7
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,34 @@
"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.14",
"@types/node": "18.19.76",
"@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.7",
"jest": "29.7.0",
"prettier": "3.3.2",
"ts-jest": "29.1.5",
"prettier": "3.5.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.4.5"
"tslib": "2.8.1",
"typescript": "5.7.3"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.699.0",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/s3-request-presigner": "^3.665.0",
"@slack/bolt": "3.18.0",
"dotenv": "16.4.5",
"@slack/bolt": "3.22.0",
"dotenv": "16.4.7",
"google-spreadsheet": "3.3.0",
"lock": "1.1.0",
"node-cron": "3.0.3",
"tsup": "8.1.0"
"tsup": "8.3.6"
}
}
Loading

0 comments on commit becfcb6

Please sign in to comment.