summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-16 07:59:57 +0000
committerGitHub <noreply@github.com>2021-03-16 07:59:57 +0000
commitf3dab375f4465ee5ce04ad9a760f54eeb706645e (patch)
tree6f4c63db7b5edea9095e187a3d4a73fcafb27e50
parent64b1808c02f67f7cf0c8ba66c8fd9a1ca793f08a (diff)
Bump @nextcloud/vue from 3.7.0 to 3.7.2
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.0 to 3.7.2. - [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.7.0...v3.7.2) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json15
-rw-r--r--package.json2
2 files changed, 12 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 4dd70c5b..1029b5a4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3472,9 +3472,9 @@
}
},
"@nextcloud/vue": {
- "version": "3.7.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.0.tgz",
- "integrity": "sha512-uuytX0G+duUOY9l2fYG5vl8GRoxrXgNS2SgKS7a7ulaRUfwxgU269flWPTVMhP2q57+AxG3IwXNwP1td7VWjTQ==",
+ "version": "3.7.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.2.tgz",
+ "integrity": "sha512-WR3HSdzdPI5kIUtU9k2Wc+4QKMshpfrvFrJ0POecimLOravibjfP9549y7McceB1bHg61tA/upNGQpZDdT+OjQ==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -3485,7 +3485,7 @@
"@nextcloud/l10n": "^1.2.3",
"@nextcloud/router": "^1.0.2",
"core-js": "^3.6.5",
- "debounce": "1.2.0",
+ "debounce": "1.2.1",
"emoji-mart-vue-fast": "^7.0.7",
"escape-html": "^1.0.3",
"hammerjs": "^2.0.8",
@@ -3503,6 +3503,13 @@
"vue-multiselect": "^2.1.6",
"vue-visible": "^1.0.2",
"vue2-datepicker": "^3.6.3"
+ },
+ "dependencies": {
+ "debounce": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
+ "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug=="
+ }
}
},
"@nextcloud/webpack-vue-config": {
diff --git a/package.json b/package.json
index d29d4aa1..c7750fdf 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.7.0",
+ "@nextcloud/vue": "^3.7.2",
"axios": "^0.21.1",
"b64-to-blob": "^1.2.19",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",