diff --git a/package.json b/package.json index 4975fc7..6a03409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-nextcloud", - "version": "0.1.0", + "version": "0.1.1", "description": "Collection of node-red nodes to download Calendars (CalDAV) and Contacts (CardDAV) and up- / download / list files (WebDAV) from / to nextcloud", "main": "nextcloud.js", "node-red": { @@ -20,7 +20,7 @@ "dav": "^1.8.0", "ical-expander": "^2.0.0", "moment": "^2.22.2", - "webdav": "^1.5.2" + "webdav": "^1.6.1" }, "devDependencies": { "eslint": "^5.6.0",