Merge pull request #38214 from nextcloud/bugfix/noid/bump-vue

fix(deps): Bump @nextcloud/vue to 7.11.4
This commit is contained in:
Joas Schilling 2023-05-12 11:35:40 +02:00 committed by GitHub
commit 1399c88ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 11 deletions

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

14
package-lock.json generated
View File

@ -28,7 +28,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^7.11.3",
"@nextcloud/vue": "^7.11.4",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",
"autosize": "^6.0.1",
@ -3896,9 +3896,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "7.11.3",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.3.tgz",
"integrity": "sha512-98rSCWcIssdBinIcvpeDNE0uGspU+i6/RysKSqDI7BW6DI8ki/JoPE5x4zk1ZpGBbeaKbh6nBJK77mxQ5gjYvA==",
"version": "7.11.4",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.4.tgz",
"integrity": "sha512-GDynE+HuC2eoSDg1oMSzl25Q6QDWycCYh6GkKFqTlTrWqsjAzINrcP8c/mVAbrJAkAuu8VYrQ8X3aTIuq7Vutw==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",
@ -29015,9 +29015,9 @@
}
},
"@nextcloud/vue": {
"version": "7.11.3",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.3.tgz",
"integrity": "sha512-98rSCWcIssdBinIcvpeDNE0uGspU+i6/RysKSqDI7BW6DI8ki/JoPE5x4zk1ZpGBbeaKbh6nBJK77mxQ5gjYvA==",
"version": "7.11.4",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.11.4.tgz",
"integrity": "sha512-GDynE+HuC2eoSDg1oMSzl25Q6QDWycCYh6GkKFqTlTrWqsjAzINrcP8c/mVAbrJAkAuu8VYrQ8X3aTIuq7Vutw==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@nextcloud/auth": "^2.0.0",

View File

@ -53,7 +53,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^7.11.3",
"@nextcloud/vue": "^7.11.4",
"@nextcloud/vue-dashboard": "^2.0.1",
"@skjnldsv/sanitize-svg": "^1.0.2",
"autosize": "^6.0.1",