From 3330e72c9b26ef2e09eddfcbbff870e9fcbcdd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:41:38 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/dialogs from 5.0.0 to 5.0.2 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.0.0 to 5.0.2. - [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.0...v5.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39fc75f26..c5388bfb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/capabilities": "^1.1.0", - "@nextcloud/dialogs": "^5.0.0", + "@nextcloud/dialogs": "^5.0.2", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/moment": "^1.2.2", @@ -3108,9 +3108,9 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.0.tgz", - "integrity": "sha512-b8pd1sKsO8CIcHHGuxfbtLwXkiUEIPabSU+kW78f6DGL7CzhKYKeg1arFphtMpbQsCnfeMYrBpml2Yp5tIw+tw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.0.2.tgz", + "integrity": "sha512-QyKCGhmVMS2bB8DFYSOimREM9mCfwO2YHBkFIYSjiawJ2BSruoe3inYoZi/QySDhm8gGKYF6vxI803SEHeFY7Q==", "dependencies": { "@mdi/svg": "^7.3.67", "@nextcloud/axios": "^2.4.0", @@ -3120,8 +3120,8 @@ "@nextcloud/l10n": "^2.2.0", "@nextcloud/router": "^2.2.0", "@nextcloud/typings": "^1.7.0", - "@types/toastify-js": "^1.12.2", - "@vueuse/core": "^10.5.0", + "@types/toastify-js": "^1.12.3", + "@vueuse/core": "^10.6.0", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", "webdav": "^5.3.0" @@ -3131,7 +3131,7 @@ "npm": "^9.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0", + "@nextcloud/vue": "^8.2.0", "vue": "^2.7.15" } }, diff --git a/package.json b/package.json index 8b41bdff4..0a642d05a 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.3.0", "@nextcloud/capabilities": "^1.1.0", - "@nextcloud/dialogs": "^5.0.0", + "@nextcloud/dialogs": "^5.0.2", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/moment": "^1.2.2",