diff --git a/package-lock.json b/package-lock.json index f1011350..6e66378b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3125,14 +3125,14 @@ } }, "@nextcloud/vue": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.0.tgz", - "integrity": "sha512-SzPXwxtbbc4BIUl4BhC7+8kDzgXG+Adr9W7x+hQdr/TuOhunVwcXOKGhyZgWew17oOCsd2c2ltrojhUiCmWjjg==", + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.6.3.tgz", + "integrity": "sha512-TIun4GxMtWU2rnN8Zzum63z66IIFXae5FKDvwrM6arQMZEOzCJ14oxoU2W22N0CBiLcDCmkKmN91a/2QSb3Inw==", "requires": { "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", "@nextcloud/capabilities": "^1.0.2", - "@nextcloud/dialogs": "^1.4.0", + "@nextcloud/dialogs": "^2.0.1", "@nextcloud/event-bus": "^1.1.4", "@nextcloud/l10n": "^1.2.3", "@nextcloud/router": "^1.0.2", @@ -3153,12 +3153,14 @@ }, "dependencies": { "@nextcloud/dialogs": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz", - "integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz", + "integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==", "requires": { + "@nextcloud/l10n": "^1.3.0", + "@nextcloud/typings": "^0.2.2", "core-js": "^3.6.4", - "toastify-js": "^1.7.0" + "toastify-js": "^1.9.1" } } } @@ -5028,9 +5030,9 @@ "dev": true }, "date-fns": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.15.0.tgz", - "integrity": "sha512-ZCPzAMJZn3rNUvvQIMlXhDr4A+Ar07eLeGsGREoWU19a3Pqf5oYa+ccd+B3F6XVtQY6HANMFdOQ8A+ipFnvJdQ==" + "version": "2.16.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.16.1.tgz", + "integrity": "sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==" }, "date-format-parse": { "version": "0.2.5", @@ -11532,9 +11534,9 @@ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "v-click-outside": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.1.tgz", - "integrity": "sha512-FITcAM0R3JEPUSGiO7hfhKDODZHkOQTk/FyI9mwxNcz6LbMbJhABhjevLI5VsU00PRksloQx8vmpFIqlAfX6nw==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.1.0.tgz", + "integrity": "sha512-WZBeCxHjmL67+dpw4GTNwNWoCUsyjvP4bO0xFLCEPIYqWhigQso28NKasfvg4vDYn7fUvMigFmKf+mV42lbJ2Q==" }, "v-tooltip": { "version": "2.0.3", diff --git a/package.json b/package.json index 1e36656e..96d44152 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@nextcloud/initial-state": "^1.1.2", "@nextcloud/l10n": "^1.3.0", "@nextcloud/router": "^1.1.0", - "@nextcloud/vue": "^2.6.0", + "@nextcloud/vue": "^2.6.3", "core-js": "^3.4.4", "vue": "^2.6.12", "vue-click-outside": "^1.1.0",