Update dependencies
This commit is contained in:
parent
fb1dc7ae42
commit
2b41b07860
14
package.json
14
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "publikator",
|
||||
"version": "0.17.2",
|
||||
"version": "0.17.3",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/aengl/publikator.git",
|
||||
"author": "Lynn Smeria <ae@cephea.de>",
|
||||
|
@ -22,17 +22,17 @@
|
|||
"dependencies": {
|
||||
"@types/mime-types": "2.1.0",
|
||||
"caporal": "0.10.0",
|
||||
"debug": "3.1.0",
|
||||
"fs-extra": "7.0.0",
|
||||
"debug": "4.1.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"js-yaml": "3.12.0",
|
||||
"lodash": "4.17.10",
|
||||
"mime-types": "2.1.20",
|
||||
"music-metadata": "2.6.1",
|
||||
"lodash": "4.17.11",
|
||||
"mime-types": "2.1.21",
|
||||
"music-metadata": "3.1.6",
|
||||
"sanitize-filename": "1.6.1",
|
||||
"walkdir": "0.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "1.18.3",
|
||||
"nodemon": "1.18.6",
|
||||
"xo": "0.23.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue