Bump get-artist-title from 1.1.0 to 1.1.1

Bumps [get-artist-title](https://github.com/goto-bus-stop/get-artist-title) from 1.1.0 to 1.1.1.
- [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.0...v1.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-12 16:42:30 +00:00 committed by dependabot[bot]
parent b6b159117d
commit c85f21d6d3
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.0",
"resolved": "https://registry.npmjs.org/get-artist-title/-/get-artist-title-1.1.0.tgz",
"integrity": "sha512-L3iyIOz9mKAvWokxc4kEvm2k/HC63dFor+dGce/5xMhrb2on3V4yKivrE2T+Ya46DbT5Wz3FANVLuuNwXr65FA==",
"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==",
"requires": {
"audio-extensions": "0.0.0",
"video-extensions": "^1.1.0"

View File

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