Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Oct 21, 2024
1 parent 07df095 commit cd61cf1
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 174 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
commit-message:
prefix: "fix"
include: "scope"
open-pull-requests-limit: 20

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -15,3 +16,4 @@ updates:
commit-message:
prefix: "fix"
include: "scope"
open-pull-requests-limit: 20
217 changes: 45 additions & 172 deletions node-utils/package-lock.json

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

4 changes: 2 additions & 2 deletions node-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"easydl": "^1.1.1",
"tus-js-client": "^4.0.1"
"easydl": "^1.2.0",
"tus-js-client": "^4.2.3"
}
}

0 comments on commit cd61cf1

Please sign in to comment.