summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-08 02:16:11 +0000
committerGitHub <noreply@github.com>2020-03-08 02:16:11 +0000
commit1649c0c4c154d26d6ea8312b8028adf99ddf5105 (patch)
tree5bd62bd0939189766f8c9e9e468518f49ad9d07c
parenta188b19ee0a2cecc447d5a5f93d146d2f5eb1b79 (diff)
Bump @nextcloud/dialogs from 1.2.0 to 1.2.1
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.2.0 to 1.2.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.2.0...v1.2.1) 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 04c1b30a..dd62514d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1146,9 +1146,9 @@
"dev": true
},
"@nextcloud/dialogs": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.2.0.tgz",
- "integrity": "sha512-yB2GRzgiIlGg02XAD9A9yTKhPhI6MTqHdOc6T6xIs8IBmlHJrCRcL1e6kBKUTQ4GXVzYDU8JFZ5b88RSiEwS1w==",
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.2.1.tgz",
+ "integrity": "sha512-v+nnlqdOUpqumD51Fkjo1V9W/xImW7GcY29Iq1ErSDCmkhrS4pk9YDYrZO86teey+pT5nZ0gdGAtiU+LNFQgzw==",
"requires": {
"core-js": "3.6.4",
"toastify-js": "^1.6.2"
diff --git a/package.json b/package.json
index 80a0b7ae..257198d7 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
},
"dependencies": {
"@nextcloud/auth": "^1.2.1",
- "@nextcloud/dialogs": "^1.2.0",
+ "@nextcloud/dialogs": "^1.2.1",
"@nextcloud/initial-state": "^1.1.0",
"@nextcloud/l10n": "^1.1.0",
"@nextcloud/paths": "^1.1.0",