Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphka committed Sep 10, 2024
1 parent ec2161f commit 5c32b66
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 144 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Kayo Souza",
"name": "insta-downloader",
"version": "3.4.2",
"version": "3.4.3",
"description": "An application to download content from Instagram",
"main": "src/index.js",
"scripts": {
Expand All @@ -20,18 +20,17 @@
"videos"
],
"dependencies": {
"axios": "~1.6.8",
"axios": "~1.7.7",
"chalk": "^5.3.0",
"commander": "~12.0.0",
"commander": "~12.1.0",
"dotenv": "~16.4.5",
"mime": "~3.0.0",
"sharp": "~0.33.4"
"sharp": "~0.33.5"
},
"devDependencies": {
"@types/mime": "~3.0.4",
"@types/node": "^20.12.13",
"@types/sharp": "~0.31.1",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 5c32b66

Please sign in to comment.