Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sugiruu committed Jan 4, 2022
1 parent 8597e97 commit aa88992
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 567 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"repository": "https://github.com/skiptirengu/media-split",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"cli-progress": "^3.9.0",
"eslint": "^7.26.0",
"chalk": "^5.0.0",
"cli-progress": "^3.9.1",
"eslint": "^8.6.0",
"global-modules": "^2.0.0",
"miniget": "^4.2.0",
"miniget": "^4.2.1",
"sanitize-filename": "^1.6.3",
"yargs": "~16.2.0",
"ytdl-core": "^4.7.0"
"yargs": "~17.3.1",
"ytdl-core": "^4.9.2"
},
"peerDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
Expand All @@ -51,21 +51,21 @@
"lint"
],
"devDependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.15",
"@types/chai": "^4.2.18",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@types/chai": "^4.3.0",
"chai": "^4.3.4",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"mocha": "^8.4.0",
"mocha": "^9.1.3",
"mock-require": "^3.0.3",
"mp3-duration": "^1.1.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2"
},
"optionalDependencies": {
"jsdoc-to-markdown": "^7.0.1"
"jsdoc-to-markdown": "^7.1.0"
}
}
Loading

0 comments on commit aa88992

Please sign in to comment.