diff --git a/package-lock.json b/package-lock.json index df28f8f4fa1..bd81907030b 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.2", + "@nextcloud/dialogs": "^5.0.3", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.1.0", @@ -3892,11 +3892,10 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.2.tgz", - "integrity": "sha512-QyKCGhmVMS2bB8DFYSOimREM9mCfwO2YHBkFIYSjiawJ2BSruoe3inYoZi/QySDhm8gGKYF6vxI803SEHeFY7Q==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.3.tgz", + "integrity": "sha512-eF0wIJ9p+kij6U357jAxYZ6eRVpdMLrbfMwVoUC5nGcJcsFTpiGn3/F4kK/045jTdMaPW6YyyiEVXyiM7lVfGA==", "dependencies": { - "@mdi/svg": "^7.3.67", "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", @@ -3905,7 +3904,7 @@ "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^10.6.0", + "@vueuse/core": "^10.6.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.3.0" @@ -28262,11 +28261,10 @@ "requires": {} }, "@nextcloud/dialogs": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.2.tgz", - "integrity": "sha512-QyKCGhmVMS2bB8DFYSOimREM9mCfwO2YHBkFIYSjiawJ2BSruoe3inYoZi/QySDhm8gGKYF6vxI803SEHeFY7Q==", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.3.tgz", + "integrity": "sha512-eF0wIJ9p+kij6U357jAxYZ6eRVpdMLrbfMwVoUC5nGcJcsFTpiGn3/F4kK/045jTdMaPW6YyyiEVXyiM7lVfGA==", "requires": { - "@mdi/svg": "^7.3.67", "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", @@ -28275,7 +28273,7 @@ "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", "@types/toastify-js": "^1.12.3", - "@vueuse/core": "^10.6.0", + "@vueuse/core": "^10.6.1", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.3.0" diff --git a/package.json b/package.json index 77f482dec72..9a33ac2c1d8 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.2", + "@nextcloud/dialogs": "^5.0.3", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.0.0", "@nextcloud/initial-state": "^2.1.0",