diff options
author | Joas Schilling <coding@schilljs.com> | 2023-05-12 09:55:16 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-05-12 09:55:16 +0200 |
commit | ebdb1c6eaeee7d1fa4bc8c8016097603606a963b (patch) | |
tree | 6454919c9a71f60c38cd71278cd219c54a32a4c6 /package-lock.json | |
parent | 0d3df2c795ad1ae1222c1b3408fe02b7e2e1e1bf (diff) | |
download | nextcloud-server-ebdb1c6eaeee7d1fa4bc8c8016097603606a963b.tar.gz nextcloud-server-ebdb1c6eaeee7d1fa4bc8c8016097603606a963b.zip |
fix(deps): Bump @nextcloud/vue to 7.11.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index 2ff0c02261e..f2ef547587f 100644 --- a/package-lock.json +++ b/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", |