Bump get-artist-title from 1.1.1 to 1.2.0

Bumps [get-artist-title](https://github.com/goto-bus-stop/get-artist-title) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/goto-bus-stop/get-artist-title/releases)
- [Commits](https://github.com/goto-bus-stop/get-artist-title/compare/v1.1.1...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-10 23:12:52 +00:00 committed by GitHub
parent 94837d7f41
commit bce23f0155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -227,9 +227,9 @@
"dev": true
},
"get-artist-title": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/get-artist-title/-/get-artist-title-1.1.1.tgz",
"integrity": "sha512-1s7qt55IJzaMwfklPIj4lZu75YhylkJuD8+l0VuxvzJ63xE+MS91zs5TcPvYalF3Q59+oMEY2U08Ub6w2hNyPQ==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/get-artist-title/-/get-artist-title-1.2.0.tgz",
"integrity": "sha512-010cq7v0WmKgBoTnfLyTvQFV+OMHsphM6ChV8cl81X1FL1DLNZNxEpv3Zg2H6Hzf15XIcVus2Kjr6YNVJE0iXQ==",
"requires": {
"audio-extensions": "0.0.0",
"video-extensions": "^1.1.0"

View File

@ -13,7 +13,7 @@
},
"dependencies": {
"console-log-level": "^1.4.1",
"get-artist-title": "^1.1.1",
"get-artist-title": "^1.2.0",
"meow": "^5.0.0",
"ora": "^2.1.0"
},