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

github.com/nextcloud/text.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-01-17 05:23:07 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-01-18 17:20:15 +0300
commita3bb8a37f3c57132f175b85b3ae870a4f8a0a856 (patch)
tree43555eb07ad80ce12a1db492bc81c49518eab12d /package-lock.json
parent24a825c48055a7a7c1764e2875fc2dc181e42740 (diff)
Bump @nextcloud/vue from 1.2.3 to 1.2.7
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.2.3 to 1.2.7. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.2.3...V1.2.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json41
1 files changed, 5 insertions, 36 deletions
diff --git a/package-lock.json b/package-lock.json
index c35d0891a..7f1fa851d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2484,12 +2484,12 @@
}
},
"@nextcloud/vue": {
- "version": "1.2.3",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.3.tgz",
- "integrity": "sha512-ydc2uprBI8pE/48RS13HXAZeF5+UWuJDqS/H8wa+1vrbbgcioSCtDFljRQB/DyWPbW++pZeFcXSobSK2JnzqDg==",
+ "version": "1.2.7",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.2.7.tgz",
+ "integrity": "sha512-hw6nqP6CpkFdj+o8wwVllSmC2h4f+oE+bSoiynlzHFt+TOxgrxh/wABkafEW7DmSCfTo4cOze9aVyoRU/zu8VA==",
"requires": {
- "@nextcloud/axios": "^0.5.0",
- "@nextcloud/router": "^0.1.0",
+ "@nextcloud/axios": "^1.1.0",
+ "@nextcloud/router": "^1.0.0",
"core-js": "^3.4.4",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
@@ -2502,37 +2502,6 @@
"vue-multiselect": "^2.1.3",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^2.10.0"
- },
- "dependencies": {
- "@nextcloud/axios": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-0.5.0.tgz",
- "integrity": "sha512-cnf/bgyOpiUty50VMfmtWYNvq0n2G4YJpNldUcY/LJrB5ENyuiv7vJbOl9R40pb6NztWkmDyTK8Ycl1VlzcYrA==",
- "requires": {
- "@babel/cli": "^7.6.2",
- "@babel/core": "^7.6.2",
- "@babel/preset-env": "^7.6.2",
- "@babel/preset-typescript": "^7.6.0",
- "@nextcloud/auth": "^0.3.1",
- "axios": "^0.19.0",
- "core-js": "^3.2.1"
- }
- },
- "@nextcloud/router": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-0.1.0.tgz",
- "integrity": "sha512-adHnDQrnSMX/O9hYJfLVj9PnNJBISLchbzltKvI7s/WJhKF6++qFTx3G5eNEeXbI52Yb8lKIyLRrqC4JWyLmvA==",
- "requires": {
- "core-js": "3.1.4"
- },
- "dependencies": {
- "core-js": {
- "version": "3.1.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
- "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
- }
- }
- }
}
},
"@nodelib/fs.stat": {