summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 10 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index fcd08a377..424ff36d5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
- "@nextcloud/vue": "^7.12.2",
+ "@nextcloud/vue": "^7.12.3",
"attachmediastream": "^2.1.0",
"crypto-js": "^4.1.1",
"debounce": "^1.2.1",
@@ -3555,9 +3555,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "version": "7.12.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz",
- "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==",
+ "version": "7.12.3",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.3.tgz",
+ "integrity": "sha512-yAEKBGtijmV9WYDC3Aho0cPicrZ0OQ/7/fxOf3IJ+mAIGat7AL295ZVYGH5iFEqO+bQDbZc6sTvTmE0Daj+lIQ==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@@ -3598,6 +3598,7 @@
"unist-util-visit": "^4.1.2",
"vue": "^2.7.14",
"vue-color": "^2.8.1",
+ "vue-frag": "^1.4.3",
"vue-material-design-icons": "^5.1.2",
"vue-multiselect": "^2.1.6",
"vue2-datepicker": "^3.11.0"
@@ -21473,9 +21474,9 @@
}
},
"@nextcloud/vue": {
- "version": "7.12.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz",
- "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==",
+ "version": "7.12.3",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.3.tgz",
+ "integrity": "sha512-yAEKBGtijmV9WYDC3Aho0cPicrZ0OQ/7/fxOf3IJ+mAIGat7AL295ZVYGH5iFEqO+bQDbZc6sTvTmE0Daj+lIQ==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@@ -21516,6 +21517,7 @@
"unist-util-visit": "^4.1.2",
"vue": "^2.7.14",
"vue-color": "^2.8.1",
+ "vue-frag": "^1.4.3",
"vue-material-design-icons": "^5.1.2",
"vue-multiselect": "^2.1.6",
"vue2-datepicker": "^3.11.0"
diff --git a/package.json b/package.json
index 420b962ec..92f148796 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
- "@nextcloud/vue": "^7.12.2",
+ "@nextcloud/vue": "^7.12.3",
"attachmediastream": "^2.1.0",
"crypto-js": "^4.1.1",
"debounce": "^1.2.1",