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

github.com/nextcloud/polls.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-08-31 20:59:03 +0300
committerGitHub <noreply@github.com>2020-08-31 20:59:03 +0300
commiteb678a2b7a95f7053f457662a67f83479b7e25da (patch)
tree3e096a922ea86366cd898b895c6186dbf308f162 /package-lock.json
parent6f7cf59a4383750bdc04834ac4305150adb9b347 (diff)
parent3f4dfa29e834a1d60a3b5cbd1da0b3a1dc831656 (diff)
Merge pull request #1070 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-2.0.1
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json27
1 files changed, 20 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index f0df2020..cf2c0211 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2312,12 +2312,14 @@
}
},
"@nextcloud/dialogs": {
- "version": "1.4.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-1.4.0.tgz",
- "integrity": "sha512-Rx4x+al/sy+vXu2p3qvEuVeeUDm5JVwa84S21Hxa+pDV3Pd93E2dJGWlZ6h++5fSXbee1sDX9t957B20kYiP3Q==",
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.1.tgz",
+ "integrity": "sha512-Bme8vcs8n4XT5spBgkDEv1z9zNOE23AIbr5jF1WJ1A2XNMNj5Zvy29RosIh0k7H+1lN0PlU38u+eMV1Ets3E4A==",
"requires": {
+ "@nextcloud/l10n": "^1.3.0",
+ "@nextcloud/typings": "^0.2.2",
"core-js": "^3.6.4",
- "toastify-js": "^1.7.0"
+ "toastify-js": "^1.9.1"
}
},
"@nextcloud/eslint-plugin": {
@@ -2446,6 +2448,17 @@
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.4.1"
+ },
+ "dependencies": {
+ "@nextcloud/dialogs": {
+ "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"
+ }
+ }
}
},
"@nodelib/fs.scandir": {
@@ -10692,9 +10705,9 @@
}
},
"toastify-js": {
- "version": "1.8.0",
- "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.8.0.tgz",
- "integrity": "sha512-0Zf1sQ6Cs5RrRRDox00+6XdgS2tOtn01P9zhxDcJIpDS0KbXg/dFE1F0Mo6b/o63oJsxIhleeZv9LeZb31yKSg=="
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/toastify-js/-/toastify-js-1.9.1.tgz",
+ "integrity": "sha512-B3LTJURySMix/xWqVHyj2XGVsIHesb4euGVuIaFfKxfmjM4F6HMgbW9V66DHUEt98jGlGpeTWSiSJ78UfrJVbA=="
},
"tough-cookie": {
"version": "2.5.0",