diff options
author | Eduardo Morales <emoral435@gmail.com> | 2024-02-20 07:22:15 -0600 |
---|---|---|
committer | skjnldsv <skjnldsv@protonmail.com> | 2024-02-20 17:33:39 +0100 |
commit | de7eb50ed086d108a3a337a57f9c3f9d8fed4c74 (patch) | |
tree | ff2702ce42b144d1e059bcb146748ba3eda6439c /package-lock.json | |
parent | 5a5a8961e8f053361f5f691ea2fb358fdb07218d (diff) | |
download | nextcloud-server-de7eb50ed086d108a3a337a57f9c3f9d8fed4c74.tar.gz nextcloud-server-de7eb50ed086d108a3a337a57f9c3f9d8fed4c74.zip |
chore(deps): bumped NcVue to 8.7.0
Signed-off-by: Eduardo Morales <emoral435@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 06858c4ec0e..36c073bbccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/router": "^2.2.1", "@nextcloud/sharing": "^0.1.0", "@nextcloud/upload": "^1.0.5", - "@nextcloud/vue": "^8.6.2", + "@nextcloud/vue": "^8.7.0", "@skjnldsv/sanitize-svg": "^1.0.2", "@vueuse/components": "^10.7.2", "@vueuse/core": "^10.7.2", @@ -4153,9 +4153,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "8.6.2", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.6.2.tgz", - "integrity": "sha512-tlT9OBkuNIKOAajqhmL2owM0KpQzc9Uw+SZ4iOS1AuxSgJoqKU5v2784EXU33xP6kCgneyQt/zd6sxfAr0JzMg==", + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.7.0.tgz", + "integrity": "sha512-0SPazCAA7MjvhbNTxZv1kIf6LZ7C9XUq0eovEnBjeD95sd7yu98i4vdPwJw1mIPIaT78rUv4uhUDLxxnS2/IUQ==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@linusborg/vue-simple-portal": "^0.1.5", |