Skip to content

Commit

Permalink
Merge pull request #3 from hkstwk/renovate/all
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
hkstwk authored Apr 1, 2024
2 parents 227e024 + 7724a89 commit 236fde3
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- run: npm run build --if-present
- run: npm test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.1.0
uses: codecov/codecov-action@v4.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
slug: hkstwk/aws-cdk-samples
154 changes: 77 additions & 77 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/jest": "^29.5.11",
"@types/node": "20.11.30",
"@types/node": "20.12.2",
"@types/aws-lambda": "8.10.136",
"@types/clamscan": "2.0.8",
"aws-cdk": "2.133.0",
"aws-cdk": "2.134.0",
"esbuild": "^0.20.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "~5.4.0"
},
"dependencies": {
"@aws-sdk/client-s3": "3.537.0",
"@aws-sdk/client-s3": "3.540.0",
"archiver": "7.0.1",
"aws-cdk-lib": "2.133.0",
"aws-sdk": "2.1581.0",
"aws-cdk-lib": "2.134.0",
"aws-sdk": "2.1589.0",
"constructs": "^10.0.0",
"lazystream": "1.0.1",
"clamscan": "2.2.1",
Expand Down

0 comments on commit 236fde3

Please sign in to comment.