summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-08 02:20:30 +0000
committerGitHub <noreply@github.com>2020-03-08 02:20:30 +0000
commit34481f212b54280745fbf9da6a69e371f99c4a11 (patch)
tree9460323bc29967e1d4f78c82ec5f942eaf415e9a
parent5c896c77ef71500c99fa07d7f824373e7ba40ee6 (diff)
parent1649c0c4c154d26d6ea8312b8028adf99ddf5105 (diff)
Merge pull request #1508 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-1.2.1
-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 2d8f338e..906acfda 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1173,9 +1173,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 5df1c6c3..2978c346 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",