Bump get-artist-title from 1.2.0 to 1.3.1

Bumps [get-artist-title](https://github.com/goto-bus-stop/get-artist-title) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/goto-bus-stop/get-artist-title/releases)
- [Changelog](https://github.com/goto-bus-stop/get-artist-title/blob/default/CHANGELOG.md)
- [Commits](https://github.com/goto-bus-stop/get-artist-title/compare/v1.2.0...v1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-02 23:13:29 +00:00 committed by GitHub
parent 619b5f88ad
commit bdf41e7848
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

@ -454,9 +454,9 @@
"dev": true
},
"get-artist-title": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/get-artist-title/-/get-artist-title-1.2.0.tgz",
"integrity": "sha512-010cq7v0WmKgBoTnfLyTvQFV+OMHsphM6ChV8cl81X1FL1DLNZNxEpv3Zg2H6Hzf15XIcVus2Kjr6YNVJE0iXQ==",
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/get-artist-title/-/get-artist-title-1.3.1.tgz",
"integrity": "sha512-oK+EOnyOgdSAYeqq/VDRJC71Kyz7YR6MPhM1Juwb0Lil4g3kBcTPQCgEouhSKwAyDQuUx1M8oyLfMSSqa6m/TA==",
"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.2.0",
"get-artist-title": "^1.3.1",
"meow": "^7.0.1",
"ora": "^2.1.0"
},