diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2023-08-11 12:33:00 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-08-11 11:48:31 +0000 |
commit | 8f1dbeff20ad7793e5d696c74f1c55973a6a1b17 (patch) | |
tree | 945b83757fb73c7b4bbc9d0854b3f88188078e1a /package-lock.json | |
parent | b871ef79359e8262a3b9ea1de46db01e22e10a37 (diff) | |
download | nextcloud-server-8f1dbeff20ad7793e5d696c74f1c55973a6a1b17.tar.gz nextcloud-server-8f1dbeff20ad7793e5d696c74f1c55973a6a1b17.zip |
chore: update `@nextcloud-vue` to `v7.12.2`
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index 6f36bba7013..4197de9a776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nextcloud/browserslist-config": "^2.3.0", "@nextcloud/calendar-availability-vue": "^0.6.0-alpha1", "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^4.2.0-beta.1", + "@nextcloud/dialogs": "^4.2.0-beta.2", "@nextcloud/event-bus": "^3.0.2", "@nextcloud/files": "^3.0.0-beta.8", "@nextcloud/initial-state": "^2.0.0", @@ -28,7 +28,7 @@ "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^2.0.0", "@nextcloud/sharing": "^0.1.0", - "@nextcloud/vue": "^7.12.0", + "@nextcloud/vue": "^7.12.2", "@nextcloud/vue-dashboard": "^2.0.1", "@skjnldsv/sanitize-svg": "^1.0.2", "autosize": "^6.0.1", @@ -4230,9 +4230,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.0.tgz", - "integrity": "sha512-f7x3YFBzc/mt27F7AU+ITLmGCwRpVM0aVTF+DxjaOdelQNTYZBuFJCCOk6nC+x+gg/KWLIxeWm/NWDxToCstbQ==", + "version": "7.12.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz", + "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==", "dependencies": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -4254,7 +4254,7 @@ "emoji-mart-vue-fast": "^12.0.1", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", - "focus-trap": "^7.1.0", + "focus-trap": "^7.4.3", "hammerjs": "^2.0.8", "linkify-string": "^4.0.0", "md5": "^2.3.0", @@ -29725,9 +29725,9 @@ } }, "@nextcloud/vue": { - "version": "7.12.0", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.0.tgz", - "integrity": "sha512-f7x3YFBzc/mt27F7AU+ITLmGCwRpVM0aVTF+DxjaOdelQNTYZBuFJCCOk6nC+x+gg/KWLIxeWm/NWDxToCstbQ==", + "version": "7.12.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-7.12.2.tgz", + "integrity": "sha512-AjXm/I4b1W4vtSVtZpVu4VD047IpVTgPnMP7kSKQF42XvFvP1l0pyFgd/ewPKYtm+dA/rTHsh5fg3I9xsxg79A==", "requires": { "@floating-ui/dom": "^1.1.0", "@nextcloud/auth": "^2.0.0", @@ -29749,7 +29749,7 @@ "emoji-mart-vue-fast": "^12.0.1", "escape-html": "^1.0.3", "floating-vue": "^1.0.0-beta.19", - "focus-trap": "^7.1.0", + "focus-trap": "^7.4.3", "hammerjs": "^2.0.8", "linkify-string": "^4.0.0", "md5": "^2.3.0", |