From be6c3e3c01de6f5e36a31247cde07df475a4e9c4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 31 May 2020 01:21:23 +0000 Subject: [PATCH] Bump @nextcloud/dialogs from 1.3.0 to 1.3.1 Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.3.0 to 1.3.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/v1.3.0...v1.3.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4170511a4..e96755e9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2835,9 +2835,9 @@ "integrity": "sha512-f+sKpdLZXkODV+OY39K1M+Spmd4RgxmtEXmNn4Bviv4R7uBFHXuw+JX9ZdfDeOryfHjJ/TRQxQEp0GMpBwZFUw==" }, "@nextcloud/dialogs": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.3.0.tgz", - "integrity": "sha512-Fm/SEcd8DNZzmn/2Uv9O/5sweXkcywqnJuhK5xH3P0c5Ug3Z/mJwGP3EXgLtyjgQUJtmY1DBahqiUYsVNdDkng==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.3.1.tgz", + "integrity": "sha512-7mr47trvaqWPcI4agSbfapbBdcSlG/2VJ0cW4MB6HXpgzHUQFpEpHRKTpucR1sU0FJTlOVb7irmJ4aH4jZJ8pg==", "requires": { "core-js": "^3.6.4", "toastify-js": "^1.7.0" @@ -18023,9 +18023,9 @@ } }, "toastify-js": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.7.0.tgz", - "integrity": "sha512-GmPy4zJ/ulCfmCHlfCtgcB+K2xhx2AXW3T/ZZOSjyjaIGevhz+uvR8HSCTay/wBq4tt2mUnBqlObP1sSWGlsnQ==" + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.8.0.tgz", + "integrity": "sha512-0Zf1sQ6Cs5RrRRDox00+6XdgS2tOtn01P9zhxDcJIpDS0KbXg/dFE1F0Mo6b/o63oJsxIhleeZv9LeZb31yKSg==" }, "toidentifier": { "version": "1.0.0", diff --git a/package.json b/package.json index 1454e47b4..698e25729 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@juliushaertl/vue-richtext": "^0.3.1", "@nextcloud/auth": "^1.2.3", "@nextcloud/axios": "^1.3.2", - "@nextcloud/dialogs": "^1.3.0", + "@nextcloud/dialogs": "^1.3.1", "@nextcloud/files": "^1.0.1", "@nextcloud/initial-state": "^1.1.2", "@nextcloud/l10n": "^1.2.3",