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

github.com/nextcloud/photos.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>2019-12-01 11:38:10 +0300
committerGitHub <noreply@github.com>2019-12-01 11:38:10 +0300
commit205127356a51e8e0af68643097b862213c6b1a41 (patch)
treeddd55ebbdd76b0f2feb5dce8725d6a7f2b65e69c /package-lock.json
parent893b8974a091af019681cd7669133287edac5655 (diff)
Bump @nextcloud/vue from 1.2.0 to 1.2.2
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.0...v1.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json26
1 files changed, 17 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 68004dd1..629ef47e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1925,23 +1925,31 @@
}
},
"@nextcloud/vue": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.0.tgz",
- "integrity": "sha512-h8c+vJ6/1QQwbBO/1Fp3p9I3KXQv9tL+tqUoTzqDKyjJ81vQf8UUiXwKFAV00KscaA/DAf1ztkClA8I7c4j1hA==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.2.tgz",
+ "integrity": "sha512-9yrW7K7Fsfj5/s01+5V/a3AO9WxLK8NaiWc/ZYM63bvJ8gKzPqrtU0S0hhZRdO492DYSdeUNAA4nIorTsN1A7Q==",
"requires": {
- "@babel/polyfill": "^7.4.4",
"@nextcloud/axios": "^0.5.0",
"@nextcloud/router": "^0.1.0",
+ "core-js": "^3.4.4",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
"md5": "^2.2.1",
- "v-click-outside": "^2.1.4",
+ "regenerator-runtime": "^0.13.3",
+ "v-click-outside": "^3.0.0",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.6.7",
"vue-color": "^2.7.0",
"vue-multiselect": "^2.1.3",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^2.10.0"
+ },
+ "dependencies": {
+ "core-js": {
+ "version": "3.4.5",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.4.5.tgz",
+ "integrity": "sha512-OuvejWH6vIaUo59Ndlh89purNm4DCIy/v3QoYlcGnn+PkYI8BhNHfCuAESrWX+ZPfq9JccVJ+XXgOMy77PJexg=="
+ }
}
},
"@vue/component-compiler-utils": {
@@ -2972,7 +2980,7 @@
"version": "git+https://github.com/nextcloud/cdav-library.git#1b7fee781c511d94e84e8041b67404606bcc6aa8",
"from": "git+https://github.com/nextcloud/cdav-library.git",
"requires": {
- "@babel/polyfill": "^7.7.0"
+ "@babel/polyfill": "^7.6.0"
}
},
"chalk": {
@@ -10406,9 +10414,9 @@
"dev": true
},
"v-click-outside": {
- "version": "2.1.5",
- "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-2.1.5.tgz",
- "integrity": "sha512-VPNCOTZK6WZy73lcWc+R7IW1uaBFEO3/Csrs5CzWVOdvE30V8Y1+BE/BtTlcEmeDGx0eqdE7bSCg55Jj37PMJg=="
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/v-click-outside/-/v-click-outside-3.0.0.tgz",
+ "integrity": "sha512-SHmKtZV2NsqJ0vkC85wAqswo2CnjRfoKbbyilA27U18G55aKzhqGsW8ve07cCeGnRzewh0lDKztD2Txh4IQ7sA=="
},
"v-tooltip": {
"version": "2.0.2",