diff --git a/package-lock.json b/package-lock.json index a15f74c2b..e992ce229 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.2", + "@nextcloud/dialogs": "^5.3.3", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0", @@ -3525,21 +3525,22 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.2.tgz", - "integrity": "sha512-aJdpyfx7ISR6xPVSvC/VCvGEplxQuMONNa37/rVgqflPETVl+ea5KPfApx7tXYQMQvoiIAkq1IwICmh9HYO28A==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.3.3.tgz", + "integrity": "sha512-K5ZdwRch3vrt7ZQXp04rUHGid4GcSeRnG0SkvccwfhiVg85wut9YZd+i2YiMPw+VYURKEjr2ZOK7R5afnViWag==", "dependencies": { "@mdi/js": "^7.4.47", "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.4.1", + "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/router": "^3.0.1", + "@nextcloud/sharing": "^0.2.2", "@nextcloud/typings": "^1.8.0", "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^10.10.0", + "@vueuse/core": "^10.11.0", "cancelable-promise": "^4.3.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", diff --git a/package.json b/package.json index ed7e17c47..28b3e29b9 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.5.0", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^5.3.2", + "@nextcloud/dialogs": "^5.3.3", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/files": "^3.5.1", "@nextcloud/initial-state": "^2.2.0",