Merge pull request #19 from kicker334/patch-1

Update version in package.json
This commit is contained in:
Sébastien Clément 2020-08-13 10:43:50 +02:00 committed by GitHub
commit 742c3177f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1202,9 +1202,9 @@
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha1-tEf2ZwoEVbv+7dETku/zMOoJdUg="
"version": "4.17.19",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz",
"integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ=="
},
"logform": {
"version": "2.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "nexcloud-backup",
"version": "0.0.0",
"version": "0.7.8",
"private": true,
"scripts": {
"start": "node --inspect=0.0.0.0:9226 ./bin/www "