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:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-02-11 13:17:33 +0300
committerGitHub <noreply@github.com>2020-02-11 13:17:33 +0300
commitc1d0b41df7bc28e9337a5495d98b3421c60ed41c (patch)
tree367a972a7c19d1afa3ee6e2c9939c00bc053d168 /package-lock.json
parent6836ccca9778f53d096eccc1a0e001762b0b0729 (diff)
parent7c8d80056de1afe69b2242430abf740b5159fa45 (diff)
Merge pull request #2630 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-1.1.0
Bump @nextcloud/dialogs from 1.0.0 to 1.1.0
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 ef720a798..183d8788f 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",