Skip to content

Commit

Permalink
Resolve dependabot alerts (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBarskov committed Aug 15, 2023
1 parent 2ed7d54 commit cc47b24
Show file tree
Hide file tree
Showing 4 changed files with 3,686 additions and 6,333 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ build: setup
cd lambda/telegram-api && npm install
cd lambda/video-downloader && npm install

audit fix:
cd lambda/bot-entrypoint && npm audit fix
cd lambda/telegram-api && npm audit fix
cd lambda/video-downloader && npm audit fix

deploy:
source .env && aws-vault exec podcasts -- npx cdk deploy

Expand Down
Loading

0 comments on commit cc47b24

Please sign in to comment.