|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"@nextcloud/paths": "^2.1.0", |
|
|
|
"@nextcloud/router": "^2.0.0", |
|
|
|
"@nextcloud/sharing": "^0.1.0", |
|
|
|
"@nextcloud/vue": "^4.3.0", |
|
|
|
"@nextcloud/vue": "^5.0.0", |
|
|
|
"@nextcloud/vue-dashboard": "^2.0.1", |
|
|
|
"autosize": "^5.0.1", |
|
|
|
"backbone": "^1.4.0", |
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
"vue-clipboard2": "^0.3.3", |
|
|
|
"vue-infinite-loading": "^2.4.5", |
|
|
|
"vue-localstorage": "^0.6.2", |
|
|
|
"vue-material-design-icons": "^4.13.0", |
|
|
|
"vue-material-design-icons": "^5.0.0", |
|
|
|
"vue-multiselect": "^2.1.6", |
|
|
|
"vue-router": "^3.5.3", |
|
|
|
"vuedraggable": "^2.24.3", |
|
|
|
@ -111,7 +111,7 @@ |
|
|
|
"karma-spec-reporter": "^0.0.33", |
|
|
|
"karma-viewport": "^1.0.8", |
|
|
|
"node-sass": "~7.0.1", |
|
|
|
"puppeteer": "^13.3.1", |
|
|
|
"puppeteer": "^13.3.2", |
|
|
|
"regextras": "^0.8.0", |
|
|
|
"sass": "^1.49.7", |
|
|
|
"sass-loader": "^12.4.0", |
|
|
|
@ -2726,16 +2726,16 @@ |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/calendar-js": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-2.0.0.tgz", |
|
|
|
"integrity": "sha512-wGDDWjnXaMTJVxK2B31S0BAstN5759fptuddWRVZcFU2gEFXZyiv0iFgcbCOdAni+/Mz9rBbdV8h+TYWbst6Qg==", |
|
|
|
"dependencies": { |
|
|
|
"ical.js": "^1.4.0", |
|
|
|
"uuid": "^8.3.2" |
|
|
|
}, |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.0.0.tgz", |
|
|
|
"integrity": "sha512-Uy/etWwRmbzG1jxcfampOCEXbGMEzY1xVCBlONVrkusUmD9t02u3jWFkRJGAHvFAtLd4iM+MdTo1x3VXemBvcA==", |
|
|
|
"engines": { |
|
|
|
"node": ">=14.0.0", |
|
|
|
"npm": ">=7.0.0" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"ical.js": "^1.4.0", |
|
|
|
"uuid": "^8.3.2" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/capabilities": { |
|
|
|
@ -2991,14 +2991,14 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/vue": { |
|
|
|
"version": "4.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.3.0.tgz", |
|
|
|
"integrity": "sha512-pVwywn13v2iVD2/Ds2ItHQ90+41rsuWFIGs3ZDG4aWl2dluKtOInagnwaPj2Wb91uoMSYEK7d/HwhpJ53cw+ug==", |
|
|
|
"version": "5.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-5.0.0.tgz", |
|
|
|
"integrity": "sha512-hqfI3n3mebi7dlLUBjyBzIJQJTVjtFrCm49KYo2lQ/qDzBzOf5hrjwEEM3tnQIiPtHU8k24CnoSNqYto9XzERg==", |
|
|
|
"dependencies": { |
|
|
|
"@nextcloud/auth": "^1.2.3", |
|
|
|
"@nextcloud/axios": "^1.3.2", |
|
|
|
"@nextcloud/browser-storage": "^0.1.1", |
|
|
|
"@nextcloud/calendar-js": "^2.0.0", |
|
|
|
"@nextcloud/calendar-js": "^3.0.0", |
|
|
|
"@nextcloud/capabilities": "^1.0.2", |
|
|
|
"@nextcloud/dialogs": "^3.0.0", |
|
|
|
"@nextcloud/event-bus": "^2.0.0", |
|
|
|
@ -3020,14 +3020,14 @@ |
|
|
|
"v-tooltip": "^2.0.3", |
|
|
|
"vue": "^2.6.11", |
|
|
|
"vue-color": "^2.7.1", |
|
|
|
"vue-material-design-icons": "^4.11.0", |
|
|
|
"vue-material-design-icons": "^5.0.0", |
|
|
|
"vue-multiselect": "^2.1.6", |
|
|
|
"vue-visible": "^1.0.2", |
|
|
|
"vue2-datepicker": "^3.6.3" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=14.0.0", |
|
|
|
"npm": ">=7.0.0" |
|
|
|
"node": "^14.0.0", |
|
|
|
"npm": "^7.0.0" |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@nextcloud/vue-dashboard": { |
|
|
|
@ -15391,9 +15391,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/puppeteer": { |
|
|
|
"version": "13.3.1", |
|
|
|
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.3.1.tgz", |
|
|
|
"integrity": "sha512-nYTR+LP1amGs5BALSoGLbw+QxQZS//7HsKKSrxaMAIic0AE3iIr10E7gcZEsP/4JcxBfgNyT3SPUyEOS6Wb0fQ==", |
|
|
|
"version": "13.3.2", |
|
|
|
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.3.2.tgz", |
|
|
|
"integrity": "sha512-TIt8/R0eaUwY1c0/O0sCJpSglvGEWVoWFfGZ2dNtxX3eHuBo1ln9abaWfxTjZfsrkYATLSs8oqEdRZpMNnCsvg==", |
|
|
|
"dev": true, |
|
|
|
"hasInstallScript": true, |
|
|
|
"dependencies": { |
|
|
|
@ -19092,9 +19092,9 @@ |
|
|
|
"integrity": "sha512-29YQVVkIdoS6BZBCJAyu9d0OR0eKSm5gk5OjsLssV1+NM4zJnf9cxhN1AVeXkUHJLqOonECweuaR8PZ2x307dw==" |
|
|
|
}, |
|
|
|
"node_modules/vue-material-design-icons": { |
|
|
|
"version": "4.13.0", |
|
|
|
"resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-4.13.0.tgz", |
|
|
|
"integrity": "sha512-TwaWrvh4J49VdkV9Uzcbr/p3FBRiBthRkIrg6SUh7ogFUljdA2ySNoAYD9dTU+mJkANIn1A6MoD/PnyLONnkWg==" |
|
|
|
"version": "5.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.0.0.tgz", |
|
|
|
"integrity": "sha512-lYSJFW/TyQqmg7MvUbEB8ua1mwWy/v8qve7QJuA/UWUAXC4/yVUdAm4pg/sM9+k5n7VLckBv6ucOROuGBsGPDQ==" |
|
|
|
}, |
|
|
|
"node_modules/vue-multiselect": { |
|
|
|
"version": "2.1.6", |
|
|
|
@ -21648,13 +21648,10 @@ |
|
|
|
"dev": true |
|
|
|
}, |
|
|
|
"@nextcloud/calendar-js": { |
|
|
|
"version": "2.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-2.0.0.tgz", |
|
|
|
"integrity": "sha512-wGDDWjnXaMTJVxK2B31S0BAstN5759fptuddWRVZcFU2gEFXZyiv0iFgcbCOdAni+/Mz9rBbdV8h+TYWbst6Qg==", |
|
|
|
"requires": { |
|
|
|
"ical.js": "^1.4.0", |
|
|
|
"uuid": "^8.3.2" |
|
|
|
} |
|
|
|
"version": "3.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/calendar-js/-/calendar-js-3.0.0.tgz", |
|
|
|
"integrity": "sha512-Uy/etWwRmbzG1jxcfampOCEXbGMEzY1xVCBlONVrkusUmD9t02u3jWFkRJGAHvFAtLd4iM+MdTo1x3VXemBvcA==", |
|
|
|
"requires": {} |
|
|
|
}, |
|
|
|
"@nextcloud/capabilities": { |
|
|
|
"version": "1.0.4", |
|
|
|
@ -21868,14 +21865,14 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"@nextcloud/vue": { |
|
|
|
"version": "4.3.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-4.3.0.tgz", |
|
|
|
"integrity": "sha512-pVwywn13v2iVD2/Ds2ItHQ90+41rsuWFIGs3ZDG4aWl2dluKtOInagnwaPj2Wb91uoMSYEK7d/HwhpJ53cw+ug==", |
|
|
|
"version": "5.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-5.0.0.tgz", |
|
|
|
"integrity": "sha512-hqfI3n3mebi7dlLUBjyBzIJQJTVjtFrCm49KYo2lQ/qDzBzOf5hrjwEEM3tnQIiPtHU8k24CnoSNqYto9XzERg==", |
|
|
|
"requires": { |
|
|
|
"@nextcloud/auth": "^1.2.3", |
|
|
|
"@nextcloud/axios": "^1.3.2", |
|
|
|
"@nextcloud/browser-storage": "^0.1.1", |
|
|
|
"@nextcloud/calendar-js": "^2.0.0", |
|
|
|
"@nextcloud/calendar-js": "^3.0.0", |
|
|
|
"@nextcloud/capabilities": "^1.0.2", |
|
|
|
"@nextcloud/dialogs": "^3.0.0", |
|
|
|
"@nextcloud/event-bus": "^2.0.0", |
|
|
|
@ -21897,7 +21894,7 @@ |
|
|
|
"v-tooltip": "^2.0.3", |
|
|
|
"vue": "^2.6.11", |
|
|
|
"vue-color": "^2.7.1", |
|
|
|
"vue-material-design-icons": "^4.11.0", |
|
|
|
"vue-material-design-icons": "^5.0.0", |
|
|
|
"vue-multiselect": "^2.1.6", |
|
|
|
"vue-visible": "^1.0.2", |
|
|
|
"vue2-datepicker": "^3.6.3" |
|
|
|
@ -31444,9 +31441,9 @@ |
|
|
|
"integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" |
|
|
|
}, |
|
|
|
"puppeteer": { |
|
|
|
"version": "13.3.1", |
|
|
|
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.3.1.tgz", |
|
|
|
"integrity": "sha512-nYTR+LP1amGs5BALSoGLbw+QxQZS//7HsKKSrxaMAIic0AE3iIr10E7gcZEsP/4JcxBfgNyT3SPUyEOS6Wb0fQ==", |
|
|
|
"version": "13.3.2", |
|
|
|
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-13.3.2.tgz", |
|
|
|
"integrity": "sha512-TIt8/R0eaUwY1c0/O0sCJpSglvGEWVoWFfGZ2dNtxX3eHuBo1ln9abaWfxTjZfsrkYATLSs8oqEdRZpMNnCsvg==", |
|
|
|
"dev": true, |
|
|
|
"requires": { |
|
|
|
"cross-fetch": "3.1.5", |
|
|
|
@ -34312,9 +34309,9 @@ |
|
|
|
"integrity": "sha512-29YQVVkIdoS6BZBCJAyu9d0OR0eKSm5gk5OjsLssV1+NM4zJnf9cxhN1AVeXkUHJLqOonECweuaR8PZ2x307dw==" |
|
|
|
}, |
|
|
|
"vue-material-design-icons": { |
|
|
|
"version": "4.13.0", |
|
|
|
"resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-4.13.0.tgz", |
|
|
|
"integrity": "sha512-TwaWrvh4J49VdkV9Uzcbr/p3FBRiBthRkIrg6SUh7ogFUljdA2ySNoAYD9dTU+mJkANIn1A6MoD/PnyLONnkWg==" |
|
|
|
"version": "5.0.0", |
|
|
|
"resolved": "https://registry.npmjs.org/vue-material-design-icons/-/vue-material-design-icons-5.0.0.tgz", |
|
|
|
"integrity": "sha512-lYSJFW/TyQqmg7MvUbEB8ua1mwWy/v8qve7QJuA/UWUAXC4/yVUdAm4pg/sM9+k5n7VLckBv6ucOROuGBsGPDQ==" |
|
|
|
}, |
|
|
|
"vue-multiselect": { |
|
|
|
"version": "2.1.6", |
|
|
|
|