summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-07 01:17:15 +0000
committerGitHub <noreply@github.com>2020-06-07 01:17:15 +0000
commit99dd538ff30b1af4a5e44b9643e7652e9282a5dc (patch)
treeb0db6f349a6604d6371b74c8048b8f733cc6e054
parent9efb9d245bfbe08ead6b9d71c87095b7528fbec9 (diff)
Bump @nextcloud/dialogs from 1.3.1 to 1.4.0
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.3.1 to 1.4.0. - [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.1...v1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 4d67cb9b..afe9ac86 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3761,9 +3761,9 @@
"dev": true
},
"@nextcloud/dialogs": {
- "version": "1.3.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.3.1.tgz",
- "integrity": "sha512-7mr47trvaqWPcI4agSbfapbBdcSlG/2VJ0cW4MB6HXpgzHUQFpEpHRKTpucR1sU0FJTlOVb7irmJ4aH4jZJ8pg==",
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz",
+ "integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==",
"requires": {
"core-js": "^3.6.4",
"toastify-js": "^1.7.0"
diff --git a/package.json b/package.json
index d29c8f90..8afeeac0 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"@mattkrick/sanitize-svg": "^0.2.1",
"@nextcloud/auth": "^1.2.3",
- "@nextcloud/dialogs": "^1.3.1",
+ "@nextcloud/dialogs": "^1.4.0",
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.2.3",
"@nextcloud/paths": "^1.1.2",