From 9ac3d607f1218f7b44ab88f51a1194a03c9a7052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 02:12:42 +0000 Subject: [PATCH] Bump @nextcloud/dialogs from 3.0.0 to 3.1.1 Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.0.0 to 3.1.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.0.0...v3.1.1) Signed-off-by: dependabot[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 92c934bd6..160be0798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5070,9 +5070,9 @@ } }, "@nextcloud/dialogs": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.0.0.tgz", - "integrity": "sha512-5FVP0RSxIpKTKdSUlQ4osDDz/oCx2/4+InliB5MX2EcrjDe6q3fZMabSGnFTnIAu0CXRTzBk7RpneaIFGv+d5A==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-3.1.1.tgz", + "integrity": "sha512-T816Jo5Dz/NrMXn+rDDAkb1mLcCPD2ZKFX7cVjYvfKP9Ta9LxaRlvwAhS/K7bQ17fpjX8jAmqwrhO8MWDnGGmA==", "requires": { "@nextcloud/l10n": "^1.3.0", "@nextcloud/typings": "^1.0.0", @@ -5089,9 +5089,9 @@ } }, "core-js": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", - "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", + "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==" } } }, diff --git a/package.json b/package.json index 8b5bde976..e8726c82c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@juliushaertl/vue-richtext": "^1.0.0", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.5.0", - "@nextcloud/dialogs": "^3.0.0", + "@nextcloud/dialogs": "^3.1.1", "@nextcloud/event-bus": "^1.2.0", "@nextcloud/files": "^1.1.0", "@nextcloud/initial-state": "^1.2.0",