From c39f7761dbf28cb8e1a61d2d41eedeb600bd97d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 06:11:30 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/dialogs from 5.0.2 to 5.0.3 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++----------- package.json | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e8d3af..68d13d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@melmacaluso/vue-modal": "^2.1.0", "@nextcloud/axios": "^2.4.0", - "@nextcloud/dialogs": "^5.0.2", + "@nextcloud/dialogs": "^5.0.3", "@nextcloud/router": "^2.2.0", "@nextcloud/vue": "8.2.0", "pinia": "^2.1.7", @@ -3071,11 +3071,6 @@ "unist-util-is": "^3.0.0" } }, - "node_modules/@mdi/svg": { - "version": "7.3.67", - "resolved": "https://registry.npmjs.org/@mdi/svg/-/svg-7.3.67.tgz", - "integrity": "sha512-KNr7D8jbu8DEprgRckVywVBkajsGGqocFjOzlekv35UedLjpkMDTkFO8VYnhnLySL0QaPBa568fe8BZsB0TBJQ==" - }, "node_modules/@melmacaluso/vue-modal": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@melmacaluso/vue-modal/-/vue-modal-2.1.0.tgz", @@ -3339,11 +3334,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", @@ -3352,7 +3346,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 0ca46a5..b6d68ad 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "@melmacaluso/vue-modal": "^2.1.0", "@nextcloud/axios": "^2.4.0", - "@nextcloud/dialogs": "^5.0.2", + "@nextcloud/dialogs": "^5.0.3", "@nextcloud/router": "^2.2.0", "pinia": "^2.1.7", "@nextcloud/vue": "8.2.0",