diff options
author | Christopher Ng <chrng8@gmail.com> | 2024-04-11 16:11:35 -0700 |
---|---|---|
committer | Pytal <24800714+Pytal@users.noreply.github.com> | 2024-04-11 19:00:11 -0700 |
commit | 45e2220e24a914b57cad12bbc0405cb2af6458be (patch) | |
tree | ec6df272e8ef19755af71e3ccc27bd6fa887052d /package-lock.json | |
parent | 715077ea70f0ed18d1f742a4ef3486e4bfa1b111 (diff) | |
download | nextcloud-server-45e2220e24a914b57cad12bbc0405cb2af6458be.tar.gz nextcloud-server-45e2220e24a914b57cad12bbc0405cb2af6458be.zip |
chore(deps): Bump @nextcloud/vue to v8.11.2
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 090a4f09708..64e3de9e7e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^3.0.0", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.1.0", - "@nextcloud/vue": "^8.11.1", + "@nextcloud/vue": "^8.11.2", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", @@ -4696,9 +4696,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.11.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.1.tgz", - "integrity": "sha512-tK/OpRasvjVwKBe8k7T5WfvNbeimYPF7TGNq3P2UO8ir6mDoO0aymAW8qKfPU56elH7bqqr8qk0d8rC/jZuLaQ==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.2.tgz", + "integrity": "sha512-mjA3Ni2CB3gOkKFMYFhQUjqaUos8hnwglfvz3lPp5LVrORsXaHa3C2ZudVp+hAKslVsRKkjfMYOKrlquw8vxQw==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", |