diff --git a/package-lock.json b/package-lock.json index 95aec43ead6..78eb3861c52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", - "@nextcloud/dialogs": "^5.0.3", + "@nextcloud/dialogs": "^5.1.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.1.0", @@ -3926,22 +3926,22 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.3.tgz", - "integrity": "sha512-eF0wIJ9p+kij6U357jAxYZ6eRVpdMLrbfMwVoUC5nGcJcsFTpiGn3/F4kK/045jTdMaPW6YyyiEVXyiM7lVfGA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.1.0.tgz", + "integrity": "sha512-SHoM9vasgzq4imnJjOROFVqJkr663ncsO8bRzgKdOpC6rC96wCEOID2+DXJmhq6tVpdHwsXjYNvBogWBwDaMJA==", "dependencies": { "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.0.0", + "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^10.6.1", + "@vueuse/core": "^10.7.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.3.0" + "webdav": "^5.3.1" }, "engines": { "node": "^20.0.0", @@ -3949,7 +3949,7 @@ }, "peerDependencies": { "@nextcloud/vue": "^8.2.0", - "vue": "^2.7.15" + "vue": "^2.7.16" } }, "node_modules/@nextcloud/eslint-config": { @@ -29104,22 +29104,22 @@ } }, "@nextcloud/dialogs": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.3.tgz", - "integrity": "sha512-eF0wIJ9p+kij6U357jAxYZ6eRVpdMLrbfMwVoUC5nGcJcsFTpiGn3/F4kK/045jTdMaPW6YyyiEVXyiM7lVfGA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.1.0.tgz", + "integrity": "sha512-SHoM9vasgzq4imnJjOROFVqJkr663ncsO8bRzgKdOpC6rC96wCEOID2+DXJmhq6tVpdHwsXjYNvBogWBwDaMJA==", "requires": { "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/files": "^3.0.0", + "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^10.6.1", + "@vueuse/core": "^10.7.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.3.0" + "webdav": "^5.3.1" } }, "@nextcloud/eslint-config": { diff --git a/package.json b/package.json index 2a8d2ffa174..b072c337b1e 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", - "@nextcloud/dialogs": "^5.0.3", + "@nextcloud/dialogs": "^5.1.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.1.0",