diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-04-18 10:00:08 -0700 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-04-19 10:35:08 -0700 |
commit | 40167745ff32a1a08a47d1a00bf1ac85fcf429b5 (patch) | |
tree | 1cfca07c8578b302d4b39fe945a60569380c3672 /package-lock.json | |
parent | fd473f89e8ec31b0d050cc293f698390b2e7e689 (diff) | |
download | nextcloud-server-40167745ff32a1a08a47d1a00bf1ac85fcf429b5.tar.gz nextcloud-server-40167745ff32a1a08a47d1a00bf1ac85fcf429b5.zip |
Bump @nextcloud/vue from 7.9.0 to 7.10.0
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index ac555b669d6..3195aa32671 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.9.0", + "@nextcloud/vue": "^7.10.0", "@nextcloud/vue-dashboard": "^2.0.1", "@skjnldsv/sanitize-svg": "^1.0.2", "autosize": "^6.0.1", @@ -4284,8 +4284,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.9.0", - "license": "AGPL-3.0", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.10.0.tgz", + "integrity": "sha512-RYh3luZgyXftewE97fVhI779l7FFWqKSa8OCa7xdNnKtOoS9o6AxFG6yOI9IWkifA3F9WYalRBJle6lffaMi/g==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -28711,7 +28712,9 @@ } }, "@nextcloud/vue": { - "version": "7.9.0", + "version": "7.10.0", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.10.0.tgz", + "integrity": "sha512-RYh3luZgyXftewE97fVhI779l7FFWqKSa8OCa7xdNnKtOoS9o6AxFG6yOI9IWkifA3F9WYalRBJle6lffaMi/g==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", |