summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-27 02:03:47 +0000
committerGitHub <noreply@github.com>2021-02-27 02:03:47 +0000
commitd396edc8e32dba354578f84fa9f88eb3b8ec7e1c (patch)
tree31dbabfb5477ce80c7786d3b06d289a7a2b3cb04
parent43b513620853a9981354cee5079debf63a06705c (diff)
Bump @nextcloud/vue from 3.5.4 to 3.6.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.5.4 to 3.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.5.4...v3.6.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 88550d14..e4366b29 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3265,9 +3265,9 @@
}
},
"@nextcloud/vue": {
- "version": "3.5.4",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.5.4.tgz",
- "integrity": "sha512-Rsli88Osx1upQHGls/Lpxzn9x4m0T9EaXsMIIxmxggblxsSn4IVoPiqqYIrgP2+p2fDMYYmPup6WMQ7F0Qul4A==",
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.6.0.tgz",
+ "integrity": "sha512-xF2tRODigYjxk1dPeCq9Qry5nXNVdxwkJ85aFChW1xrzTDUi167jRSeMNgrmtqBd31jx3SF0UVYM7XmDvGYCJA==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -12473,9 +12473,9 @@
"integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg=="
},
"vue2-datepicker": {
- "version": "3.8.2",
- "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.8.2.tgz",
- "integrity": "sha512-GUoNLyzPl3Xi7ruSQFF59BzMXWuflxzP9yM3P4ARz9GfhzLLFgYVLAEkJi6DNQU7zozBMzz+VNIQDwPaDNMo6Q==",
+ "version": "3.9.0",
+ "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.9.0.tgz",
+ "integrity": "sha512-nRqIZx5Ks0TDHFyzyHYIlfmuszEsEvRhwJ6HGuGGHQpjOfrIgkJ9B0pnEEJaVS3LKX6IWCVQMUq0H7I2UKmHqA==",
"requires": {
"date-format-parse": "^0.2.6"
}
diff --git a/package.json b/package.json
index e9575a5d..bedba243 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/paths": "^1.1.2",
"@nextcloud/router": "^1.2.0",
- "@nextcloud/vue": "^3.5.4",
+ "@nextcloud/vue": "^3.6.0",
"axios": "^0.21.1",
"b64-to-blob": "^1.2.19",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",