From 30779ab160b9968e6a697f78ed1f07d16bdd4dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Apr 2021 01:07:00 +0000 Subject: [PATCH] Bump @nextcloud/dialogs from 3.1.1 to 3.1.2 Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.1 to 3.1.2. - [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.1.1...v3.1.2) Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4750e3e8..2afa4c3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6013,14 +6013,14 @@ } }, "@nextcloud/dialogs": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.1.tgz", - "integrity": "sha512-T816Jo5Dz/NrMXn+rDDAkb1mLcCPD2ZKFX7cVjYvfKP9Ta9LxaRlvwAhS/K7bQ17fpjX8jAmqwrhO8MWDnGGmA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.2.tgz", + "integrity": "sha512-hVgpr/CF0F+cE7tRZHJDVpB1S05K/pDcUMrfDpoxMKhux5SXlpwLXUaWM7iAbHEKYm6ArWdpUyhxBTTAo9yrvg==", "requires": { "@nextcloud/l10n": "^1.3.0", "@nextcloud/typings": "^1.0.0", "core-js": "^3.6.4", - "toastify-js": "^1.9.1" + "toastify-js": "^1.10.0" }, "dependencies": { "@nextcloud/typings": { @@ -6032,9 +6032,9 @@ } }, "core-js": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", - "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.10.1.tgz", + "integrity": "sha512-pwCxEXnj27XG47mu7SXAwhLP3L5CrlvCB91ANUkIz40P27kUcvNfSdvyZJ9CLHiVoKSp+TTChMQMSKQEH/IQxA==" } } }, @@ -23973,9 +23973,9 @@ } }, "toastify-js": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.3.tgz", - "integrity": "sha512-v0aXGUy6IbEBWxmoKx7ZCou00dQqEAsjJF86f8b8dNCH4O4L6iEkX3d3WRMVDirBJ+8CxQcHDZuAFD47J/imEw==" + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.10.0.tgz", + "integrity": "sha512-xuO499S1sw9gTdiBkZSMNE4sIoiQv/y0y534F7g2dcprVMAJZIdtOaphqiQlNJPfh0YQFDvgD4R3KcX5r94cAQ==" }, "tough-cookie": { "version": "2.4.3", diff --git a/package.json b/package.json index 6bdc1f14..81e3bb26 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "contributors": [], "dependencies": { "@nextcloud/axios": "^1.6.0", - "@nextcloud/dialogs": "^3.1.1", + "@nextcloud/dialogs": "^3.1.2", "@nextcloud/event-bus": "^1.2.0", "@nextcloud/initial-state": "1.2.0", "@nextcloud/moment": "^1.1.1",