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

github.com/nextcloud/privacy.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-09-01 20:53:44 +0300
committerGitHub <noreply@github.com>2020-09-01 20:53:44 +0300
commit0fd96f3e58677a1addff5ce7816ba5ebe0d42673 (patch)
treee2f11403f61e1ae6c18d8879d301eaf99e611ecb
parent6e9b1903fbf346a46aa745e7bce92a9d6a73cbd7 (diff)
parentb9f7355b83045389f5e59be826484efc5fb28da6 (diff)
Merge pull request #493 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-2.0.1
-rw-r--r--package-lock.json19
-rw-r--r--package.json2
2 files changed, 6 insertions, 15 deletions
diff --git a/package-lock.json b/package-lock.json
index 7fb61b9..f101135 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3056,23 +3056,14 @@
}
},
"@nextcloud/dialogs": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/dialogs/-/dialogs-2.0.0.tgz",
- "integrity": "sha512-iPZMKAYs09g+zJXzrkHo71RVXAhtSw4+YSA/2FhUeWBtlJBcFYsxUW6gmgnhGU+3UTptjyPrl4hvIqgLU8p6BA==",
+ "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"
- },
- "dependencies": {
- "@nextcloud/typings": {
- "version": "0.2.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-0.2.2.tgz",
- "integrity": "sha512-LZrv1VV3vyDaKw4UKMcGM9dvLMpdI2tfMexHf/ixVn6OrsRDsRTbxByWMMdRF2ArHD5Q8RsICa72p6BcG9b80Q==",
- "requires": {
- "@types/jquery": "2.0.54"
- }
- }
+ "core-js": "^3.6.4",
+ "toastify-js": "^1.9.1"
}
},
"@nextcloud/eslint-config": {
diff --git a/package.json b/package.json
index 8ba1c31..1e36656 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@babel/polyfill": "^7.10.4",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.3.3",
- "@nextcloud/dialogs": "^2.0.0",
+ "@nextcloud/dialogs": "^2.0.1",
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/router": "^1.1.0",