diff --git a/package-lock.json b/package-lock.json index f483cf8dd..238ba5632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.0", - "@nextcloud/dialogs": "^7.0.0-rc.0", + "@nextcloud/dialogs": "^7.0.0-rc.1", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.3.0", @@ -1487,29 +1487,30 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "7.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.0.0-rc.0.tgz", - "integrity": "sha512-RqoXbSBRzxPUU4g4f5c3sRWwpL6tnuSifZSW+L/xpT5GRfLbzF+tGkMgN1ghC9rmiLb0B5ovPWqABZiwrid9Rw==", + "version": "7.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-7.0.0-rc.1.tgz", + "integrity": "sha512-9NzgKFhWE85XV9wKLONYBlPswIVzPctiirbaRTGsLPcB/mCDiFiEErAARPr+RIwRqDNSQHVjHEcRTujfT6t1XA==", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", - "@nextcloud/auth": "^2.4.0", + "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.1", + "@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.2.0", + "@nextcloud/l10n": "^3.3.0", "@nextcloud/paths": "^2.2.1", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.4", "@nextcloud/typings": "^1.9.1", - "@nextcloud/vue": "^9.0.0-rc.0", - "@types/toastify-js": "^1.12.3", + "@nextcloud/vue": "^9.0.0-rc.2", + "@types/toastify-js": "^1.12.4", "@vueuse/core": "^13.1.0", "cancelable-promise": "^4.3.1", "p-queue": "^8.1.0", "toastify-js": "^1.12.0", - "vue": "^3.5.13", + "vue": "^3.5.16", "webdav": "^5.8.0" }, "engines": { @@ -2928,9 +2929,9 @@ "license": "MIT" }, "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": { diff --git a/package.json b/package.json index f133fb852..51d97de23 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@nextcloud/auth": "^2.5.1", "@nextcloud/axios": "^2.5.0", - "@nextcloud/dialogs": "^7.0.0-rc.0", + "@nextcloud/dialogs": "^7.0.0-rc.1", "@nextcloud/event-bus": "^3.3.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.3.0",