summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 9ba333933..5998fa4b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
- "@nextcloud/vue": "^8.6.0",
+ "@nextcloud/vue": "^8.6.1",
"crypto-js": "^4.2.0",
"debounce": "^2.0.0",
"emoji-mart-vue-fast": "^15.0.0",
@@ -3845,9 +3845,9 @@
}
},
"node_modules/@nextcloud/vue": {
- "version": "8.6.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.0.tgz",
- "integrity": "sha512-0nW8qHvPHAmF/NuWWMiYnWSGNNtDAtfev3OK/mjcwru6G6lBRlEcxHleud03d8f4FMEReLpgdtVcAPNLORPEnQ==",
+ "version": "8.6.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.1.tgz",
+ "integrity": "sha512-CPPo3A1Az0DDRNI0pn7w6Yn8pJtEDktTXnrfym2Pd+lTzqTj4P2ywf+spArXMHu0BPIB95Eero7XlCiRpmhg/g==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
@@ -24415,9 +24415,9 @@
}
},
"@nextcloud/vue": {
- "version": "8.6.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.0.tgz",
- "integrity": "sha512-0nW8qHvPHAmF/NuWWMiYnWSGNNtDAtfev3OK/mjcwru6G6lBRlEcxHleud03d8f4FMEReLpgdtVcAPNLORPEnQ==",
+ "version": "8.6.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.1.tgz",
+ "integrity": "sha512-CPPo3A1Az0DDRNI0pn7w6Yn8pJtEDktTXnrfym2Pd+lTzqTj4P2ywf+spArXMHu0BPIB95Eero7XlCiRpmhg/g==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 4ac9a12a1..c9ca4dd99 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
- "@nextcloud/vue": "^8.6.0",
+ "@nextcloud/vue": "^8.6.1",
"crypto-js": "^4.2.0",
"debounce": "^2.0.0",
"emoji-mart-vue-fast": "^15.0.0",