summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-12-19 02:08:56 +0000
committerGitHub <noreply@github.com>2020-12-19 02:08:56 +0000
commit712b449a4e7e1f85b60bb542c871cff5fac0b7d2 (patch)
treef5fbd43cf9f5f800f7e8ecbf113697990a4a156a
parent3a33c68f972352471cdaaa7ddc6645987c0d7271 (diff)
parent87a5aefb324fd0bd057dd2392ad30c5cd1a6da9d (diff)
Merge pull request #1988 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-3.3.2
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index eb0a98db..4cf0ce2d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2724,9 +2724,9 @@
}
},
"@nextcloud/vue": {
- "version": "3.3.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.3.1.tgz",
- "integrity": "sha512-Crpka0GyIR/x5D3OYLh6EF+lAXVW6nL4Q1ix7RS/SIBmlxiBUExuLsYw+CxZ5Qze5eUX7xn7qabuNpPiDsMZCw==",
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.3.2.tgz",
+ "integrity": "sha512-PrtK46S8xjbKshzEG+0LL84rUYL3ATGk5Q21823Oqj+BovyvmHusqElV6aPV/JdHNHULY6LhN2HEjBv160fvIA==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -12235,9 +12235,9 @@
}
},
"vue-color": {
- "version": "2.7.1",
- "resolved": "https://registry.npmjs.org/vue-color/-/vue-color-2.7.1.tgz",
- "integrity": "sha512-u3yl46B2eEej9zfAOIRRSphX1QfeNQzMwO82EIA+aoi0AKX3o1KcfsmMzm4BFkkj2ukCxLVfQ41k7g1gSI7SlA==",
+ "version": "2.8.0",
+ "resolved": "https://registry.npmjs.org/vue-color/-/vue-color-2.8.0.tgz",
+ "integrity": "sha512-8xrUECPDJkr8BGmaSlAHo+7IyKlf3K/xmY1wjXHdNbHVjKf7ti2U3rGETavsK4FfandafGq6XslFbesK3saCFg==",
"requires": {
"clamp": "^1.0.1",
"lodash.throttle": "^4.0.0",
@@ -12399,9 +12399,9 @@
"integrity": "sha512-yaX2its9XAJKGuQqf7LsiZHHSkxsIK8rmCOQOvEGEoF41blKRK8qr9my4qYoD6ikdLss4n8tKqYBecmaY0+WJg=="
},
"vue2-datepicker": {
- "version": "3.8.1",
- "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.8.1.tgz",
- "integrity": "sha512-RD9X8BJy8dX3W95rWBezH7xyZ5OxCX1U7K8l5TKLSrqMrAJdjb35EeTLVop6YpSmrkjJw5S7OzExqxmSnHIIQQ==",
+ "version": "3.8.2",
+ "resolved": "https://registry.npmjs.org/vue2-datepicker/-/vue2-datepicker-3.8.2.tgz",
+ "integrity": "sha512-GUoNLyzPl3Xi7ruSQFF59BzMXWuflxzP9yM3P4ARz9GfhzLLFgYVLAEkJi6DNQU7zozBMzz+VNIQDwPaDNMo6Q==",
"requires": {
"date-format-parse": "^0.2.6"
}
diff --git a/package.json b/package.json
index e7556706..94276a6c 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.3.1",
+ "@nextcloud/vue": "^3.3.2",
"axios": "^0.21.0",
"b64-to-blob": "^1.2.19",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",