From 9847c61cd34d57734d9085c7b5bd2ef2784ad18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Feb 2023 02:58:23 +0000 Subject: chore(deps): bump @nextcloud/dialogs from 3.2.0 to 4.0.1 Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.2.0 to 4.0.1. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.2.0...v4.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/dialogs" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 +++++++++++++++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 36 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6805a04c..f46af41c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/axios": "^2.3.0", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/cdav-library": "^1.1.0", - "@nextcloud/dialogs": "^3.2.0", + "@nextcloud/dialogs": "^4.0.1", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0", @@ -2785,12 +2785,12 @@ } }, "node_modules/@nextcloud/dialogs": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.2.0.tgz", - "integrity": "sha512-notaHF8LXPJINBbILCbRe+dgXnJPe7NQTIrN1vwfaGUSG9GUfEf+v367yyg2brCgV6ulE/HmNhYjTQwW5AqSJA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.0.1.tgz", + "integrity": "sha512-jgIJdxTpc3suHkuZBRge6/dU6krG7x9emMGTxKY5qRQqFwn9r4rCqjV7Cys7VMn1QLlHmEDdqHcYZFRtN/XVNA==", "dependencies": { "@nextcloud/l10n": "^1.3.0", - "@nextcloud/typings": "^1.0.0", + "@nextcloud/typings": "^1.4.3", "core-js": "^3.6.4", "toastify-js": "^1.12.0" }, @@ -3035,6 +3035,21 @@ "uuid": "^8.3.2" } }, + "node_modules/@nextcloud/vue/node_modules/@nextcloud/dialogs": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.2.0.tgz", + "integrity": "sha512-notaHF8LXPJINBbILCbRe+dgXnJPe7NQTIrN1vwfaGUSG9GUfEf+v367yyg2brCgV6ulE/HmNhYjTQwW5AqSJA==", + "dependencies": { + "@nextcloud/l10n": "^1.3.0", + "@nextcloud/typings": "^1.0.0", + "core-js": "^3.6.4", + "toastify-js": "^1.12.0" + }, + "engines": { + "node": "^16.0.0", + "npm": "^7.0.0 || ^8.0.0" + } + }, "node_modules/@nextcloud/vue/node_modules/linkify-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.0.0.tgz", @@ -18858,12 +18873,12 @@ } }, "@nextcloud/dialogs": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.2.0.tgz", - "integrity": "sha512-notaHF8LXPJINBbILCbRe+dgXnJPe7NQTIrN1vwfaGUSG9GUfEf+v367yyg2brCgV6ulE/HmNhYjTQwW5AqSJA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-4.0.1.tgz", + "integrity": "sha512-jgIJdxTpc3suHkuZBRge6/dU6krG7x9emMGTxKY5qRQqFwn9r4rCqjV7Cys7VMn1QLlHmEDdqHcYZFRtN/XVNA==", "requires": { "@nextcloud/l10n": "^1.3.0", - "@nextcloud/typings": "^1.0.0", + "@nextcloud/typings": "^1.4.3", "core-js": "^3.6.4", "toastify-js": "^1.12.0" } @@ -19042,6 +19057,17 @@ "integrity": "sha512-x6xvQKmuaO/Z/S6uK6qxGAJSaPOAM7DUhe+sJ1QEQAgUx9WIhaJOU+zYw2vdn8hiQ9R4gxfp/bgb6B0I+QBZvw==", "requires": {} }, + "@nextcloud/dialogs": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.2.0.tgz", + "integrity": "sha512-notaHF8LXPJINBbILCbRe+dgXnJPe7NQTIrN1vwfaGUSG9GUfEf+v367yyg2brCgV6ulE/HmNhYjTQwW5AqSJA==", + "requires": { + "@nextcloud/l10n": "^1.3.0", + "@nextcloud/typings": "^1.0.0", + "core-js": "^3.6.4", + "toastify-js": "^1.12.0" + } + }, "linkify-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/linkify-string/-/linkify-string-4.0.0.tgz", diff --git a/package.json b/package.json index 639eefba..813e279a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/axios": "^2.3.0", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/cdav-library": "^1.1.0", - "@nextcloud/dialogs": "^3.2.0", + "@nextcloud/dialogs": "^4.0.1", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/l10n": "^1.6.0", -- cgit v1.2.3