Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-09 05:14:33 +0300
committerGitHub <noreply@github.com>2020-02-09 05:14:33 +0300
commit7c8d80056de1afe69b2242430abf740b5159fa45 (patch)
treef56154460d97bdc504dbb2c1b5e927373e42d853 /package-lock.json
parent7a964eee306f4f12041cba1854fe3681a57cc5e5 (diff)
Bump @nextcloud/dialogs from 1.0.0 to 1.1.0
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.0.0 to 1.1.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.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json21
1 files changed, 10 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index 0d790191f..fb942e44e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3550,18 +3550,12 @@
"dev": true
},
"@nextcloud/dialogs": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.0.0.tgz",
- "integrity": "sha512-CV7sCJg37866j4ilNnf4PwvN2jNq6qZu+/cIdXLUZHUmK4HOfsSCqBmVqsf83Nq95VR6p/lCF1K1YbCvQG/P+g==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.1.0.tgz",
+ "integrity": "sha512-RjA+AEBwIkT2YEtMcfni3KQxn8o2SgbnVGp0n00z9tEhuvx9g3Z7Eh5+bY7zzanedFqryJSazMhk0voUyxr8Ow==",
"requires": {
- "core-js": "3.5.0"
- },
- "dependencies": {
- "core-js": {
- "version": "3.5.0",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
- "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
- }
+ "core-js": "3.6.4",
+ "toastify-js": "^1.6.2"
}
},
"@nextcloud/eslint-plugin": {
@@ -13516,6 +13510,11 @@
"repeat-string": "^1.6.1"
}
},
+ "toastify-js": {
+ "version": "1.6.2",
+ "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.6.2.tgz",
+ "integrity": "sha512-ECQzgjTjxaElfwp/8e8qoIYx7U5rU2G54e5aiPMv+UtmGOYEitrtNp/Kr8uMgntnQNrDZEQJNGjBtoNnEgR5EA=="
+ },
"toposort": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/toposort/-/toposort-2.0.2.tgz",