From 053ebef5674f3fbf21735198b76af7a412a3c8d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 06:55:38 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/dialogs from 5.1.1 to 5.1.2 Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs) from 5.1.1 to 5.1.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.1.1...v5.1.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 | 39 ++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 692d930..4fdff1e 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.1.1", + "@nextcloud/dialogs": "^5.1.2", "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "8.6.2", "pinia": "^2.1.7", @@ -3084,6 +3084,11 @@ "unist-util-is": "^3.0.0" } }, + "node_modules/@mdi/js": { + "version": "7.4.47", + "resolved": "https://registry.npmjs.org/@mdi/js/-/js-7.4.47.tgz", + "integrity": "sha512-KPnNOtm5i2pMabqZxpUz7iQf+mfrYZyKCZ8QNz85czgEt7cuHcGorWfdzUMWYA0SD+a6Hn4FmJ+YhzzzjkTZrQ==" + }, "node_modules/@melmacaluso/vue-modal": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/@melmacaluso/vue-modal/-/vue-modal-2.1.0.tgz", @@ -3347,45 +3352,33 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.1.1.tgz", - "integrity": "sha512-3jQdoI1Rw8eTt9bgIZYIkGGguwHYWhOMTMu+5QfX3FlvhI7Z086PKN1YSlLmudV9ZyXFuC5zp2o2FYjTvLcwQw==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-5.1.2.tgz", + "integrity": "sha512-JhWUdjjJwjY2K2O2d5CMgcSn+46RMt28Uv1ToFpm1lcdwP7swOp7u9tE8P4p1vA7hZBOKgRGEuTWI/qz/3dxHQ==", "dependencies": { + "@mdi/js": "^7.4.47", "@nextcloud/axios": "^2.4.0", "@nextcloud/event-bus": "^3.1.0", "@nextcloud/files": "^3.1.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.2.0", + "@nextcloud/router": "^3.0.0", "@nextcloud/typings": "^1.7.0", "@types/toastify-js": "^1.12.3", "@vueuse/core": "^10.7.2", "toastify-js": "^1.12.0", "vue-frag": "^1.4.3", - "webdav": "^5.3.1" + "webdav": "^5.3.2" }, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "peerDependencies": { "@nextcloud/vue": "^8.2.0", "vue": "^2.7.16" } }, - "node_modules/@nextcloud/dialogs/node_modules/@nextcloud/router": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz", - "integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==", - "dependencies": { - "@nextcloud/typings": "^1.7.0", - "core-js": "^3.6.4" - }, - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - } - }, "node_modules/@nextcloud/dialogs/node_modules/@types/web-bluetooth": { "version": "0.0.20", "resolved": "https://registry.npmjs.org/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz", @@ -15072,9 +15065,9 @@ } }, "node_modules/webdav": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.1.tgz", - "integrity": "sha512-wzZdTHtMuSIXqHGBznc8FM2L94Mc/17Tbn9ppoMybRO0bjWOSIeScdVXWX5qqHsg00EjfiOcwMqGFx6ghIhccQ==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/webdav/-/webdav-5.3.2.tgz", + "integrity": "sha512-wfUh68rccDcH1A9W5gdcAflBm0EOeXrX3LwKbdDLWR0SDFE5QTPfLXPkDit+zGC0tRihCD9qzPfIVEUFoc7MwA==", "dependencies": { "@buttercup/fetch": "^0.1.1", "base-64": "^1.0.0", diff --git a/package.json b/package.json index 6dc62ce..9e4a98c 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.1.1", + "@nextcloud/dialogs": "^5.1.2", "@nextcloud/router": "^3.0.0", "pinia": "^2.1.7", "@nextcloud/vue": "8.6.2",