summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-27 05:58:14 +0000
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-05-27 08:16:08 +0200
commitb563b98fd50c3c14c8900a9866e3db6b12de5045 (patch)
treead2c1c0b3e6d9fe9a5268e21a18bad269effcb88 /package-lock.json
parent6b0859f28e2569e467490755f900e64024a0ca9d (diff)
downloadnextcloud-server-b563b98fd50c3c14c8900a9866e3db6b12de5045.tar.gz
nextcloud-server-b563b98fd50c3c14c8900a9866e3db6b12de5045.zip
Bump @nextcloud/vue from 3.7.2 to 3.10.0
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.7.2 to 3.10.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/v3.10.0/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.7.2...v3.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json13
1 files changed, 3 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 372c630ba72..3e0d5ae654a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3414,9 +3414,9 @@
}
},
"@nextcloud/vue": {
- "version": "3.7.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.7.2.tgz",
- "integrity": "sha512-WR3HSdzdPI5kIUtU9k2Wc+4QKMshpfrvFrJ0POecimLOravibjfP9549y7McceB1bHg61tA/upNGQpZDdT+OjQ==",
+ "version": "3.10.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-3.10.0.tgz",
+ "integrity": "sha512-U9gsRs/vxMtDYsF1LOb3pnobkOfc6S7pNB77poZJasLRkjFHPFLTYHvrzq4/cXE+RE/KL18Tw7qWVctfsCZ6UQ==",
"requires": {
"@nextcloud/auth": "^1.2.3",
"@nextcloud/axios": "^1.3.2",
@@ -3445,13 +3445,6 @@
"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/vue-dashboard": {