Update dependency filenamify to v3

This commit is contained in:
Renovate Bot 2019-03-07 18:32:39 +00:00
parent a6c0fa8926
commit a4d52f7dee
No known key found for this signature in database
GPG key ID: 30DC19D6846E13FA
2 changed files with 5 additions and 5 deletions

View file

@ -45,7 +45,7 @@
"commander": "2.19.0",
"express": "4.16.4",
"file-type": "10.9.0",
"filenamify": "2.1.0",
"filenamify": "3.0.0",
"fs-extra": "7.0.1",
"irc-framework": "4.2.0",
"is-utf8": "0.2.1",

View file

@ -3381,10 +3381,10 @@ filename-reserved-regex@^2.0.0:
resolved "https://registry.yarnpkg.com/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz#abf73dfab735d045440abfea2d91f389ebbfa229"
integrity sha1-q/c9+rc10EVECr/qLZHzieu/oik=
filenamify@2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-2.1.0.tgz#88faf495fb1b47abfd612300002a16228c677ee9"
integrity sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==
filenamify@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/filenamify/-/filenamify-3.0.0.tgz#9603eb688179f8c5d40d828626dcbb92c3a4672c"
integrity sha512-5EFZ//MsvJgXjBAFJ+Bh2YaCTRF/VP1YOmGrgt+KJ4SFRLjI87EIdwLLuT6wQX0I4F9W41xutobzczjsOKlI/g==
dependencies:
filename-reserved-regex "^2.0.0"
strip-outer "^1.0.0"