Browse Source

fix(deps): Bump @nextcloud/vue to 7.11.4

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/38214/head
Joas Schilling 3 years ago
parent
commit
ebdb1c6eae
No known key found for this signature in database GPG Key ID: 74434EFE0D2E2205
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json

@ -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",

2
package.json

@ -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",

Loading…
Cancel
Save