diff --git a/package-lock.json b/package-lock.json index 2f9771ff..88391070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^6.1.1", + "@nextcloud/dialogs": "^6.3.0", "@nextcloud/files": "^3.10.2", "@nextcloud/l10n": "^3.3.0", "@nextcloud/logger": "^3.0.2", @@ -1705,35 +1705,36 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.1.1.tgz", - "integrity": "sha512-RrvFPt8SgCkg8rC0PtMC0fvyEu77kKbY2cJ/j+6RLse3rFWcNGwgNZNuRkA/Nn4GgzQ7QNhKTqWknsy0ld6rNQ==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-6.3.0.tgz", + "integrity": "sha512-6WbWiBnGKvcj5UCG0raQhhU7fso1bNX1KEH2iN8PKTAGfxtXAD6XQ48HLuPjUtSZgrpm1azc2cAkECA18SXJaA==", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", - "@nextcloud/auth": "^2.4.0", + "@nextcloud/auth": "^2.5.0", "@nextcloud/axios": "^2.5.1", - "@nextcloud/event-bus": "^3.3.1", - "@nextcloud/files": "^3.9.0", + "@nextcloud/browser-storage": "^0.4.0", + "@nextcloud/event-bus": "^3.3.2", + "@nextcloud/files": "^3.10.2", "@nextcloud/initial-state": "^2.2.0", - "@nextcloud/l10n": "^3.1.0", + "@nextcloud/l10n": "^3.2.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.4", "@nextcloud/typings": "^1.9.1", - "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^11.2.0", + "@types/toastify-js": "^1.12.4", + "@vueuse/core": "^11.3.0", "cancelable-promise": "^4.3.1", "p-queue": "^8.1.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.7.1" + "webdav": "^5.8.0" }, "engines": { "node": "^20.0.0", "npm": "^10.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.16.0", + "@nextcloud/vue": "^8.23.1", "vue": "^2.7.16" } }, @@ -3006,9 +3007,10 @@ "integrity": "sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==" }, "node_modules/@types/toastify-js": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.3.tgz", - "integrity": "sha512-9RjLlbAHMSaae/KZNHGv19VG4gcLIm3YjvacCXBtfMfYn26h76YP5oxXI8k26q4iKXCB9LNfv18lsoS0JnFPTg==" + "version": "1.12.4", + "resolved": "https://registry.npmjs.org/@types/toastify-js/-/toastify-js-1.12.4.tgz", + "integrity": "sha512-zfZHU4tKffPCnZRe7pjv/eFKzTVHozKewFCKaCjZ4gFinKgJRz/t0bkZiMCXJxPhv/ZoeDGNOeRD09R0kQZ/nw==", + "license": "MIT" }, "node_modules/@types/trusted-types": { "version": "2.0.7", diff --git a/package.json b/package.json index 3470086e..4e598ec2 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.1", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/dialogs": "^6.1.1", + "@nextcloud/dialogs": "^6.3.0", "@nextcloud/files": "^3.10.2", "@nextcloud/l10n": "^3.3.0", "@nextcloud/logger": "^3.0.2",