Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphka committed May 11, 2024
1 parent 4da2fa8 commit da8ce58
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8.15
version: 9

- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
7 changes: 4 additions & 3 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.3.4",
"version": "3.3.5",
"description": "An application to download content from Instagram",
"main": "src/index.js",
"scripts": {
Expand All @@ -13,7 +13,8 @@
"keywords": [
"instagram",
"download",
"lastModified",
"last-modified",
"pictures",
"images",
"photos",
"videos"
Expand All @@ -28,7 +29,7 @@
},
"devDependencies": {
"@types/mime": "~3.0.4",
"@types/node": "20.x",
"@types/node": "^20.12.11",
"@types/sharp": "~0.31.1",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit da8ce58

Please sign in to comment.