diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-31 01:17:49 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-05-31 11:12:07 +0000 |
commit | c4a7d45b7090813cf4929c0d582fccb0f1bc714c (patch) | |
tree | 3eff0d9241a91c461f3a9a2b660a4726b3b5f6b8 /package-lock.json | |
parent | 43a0bf721586e063e0ee99b4be9326cc33076932 (diff) | |
download | nextcloud-server-c4a7d45b7090813cf4929c0d582fccb0f1bc714c.tar.gz nextcloud-server-c4a7d45b7090813cf4929c0d582fccb0f1bc714c.zip |
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] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index 6c48e0ba1b1..ea0a9fbb6cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1463,9 +1463,9 @@ } }, "@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" @@ -9934,9 +9934,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==" }, "toposort": { "version": "2.0.2", |